tomusdrw / rust-web3

Ethereum JSON-RPC multi-transport client. Rust implementation of web3 library. ENS address: rust-web3.eth
MIT License
1.45k stars 471 forks source link

signed_call (without confirmations) #581

Closed dpuyosa closed 2 years ago

dpuyosa commented 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).

Follows having my_contract.call() and my_contract.call_with_confirmations().