Closed dpuyosa closed 2 years ago
Sometimes you just need the tx_hash and no confirmations. signed_call_with_confirmations forces you to wait for at least 1 confirmation (0 does panic #523).
signed_call_with_confirmations
Follows having my_contract.call() and my_contract.call_with_confirmations().
my_contract.call()
my_contract.call_with_confirmations()
Sometimes you just need the tx_hash and no confirmations.
signed_call_with_confirmations
forces you to wait for at least 1 confirmation (0 does panic #523).Follows having
my_contract.call()
andmy_contract.call_with_confirmations()
.