class Eth::Client
def transact_and_wait(contract, function, *args, **kwargs)
-
(Object)
- returns the result of the transaction.
def transact_and_wait(contract, function, *args, **kwargs) wait_for_tx(transact(contract, function, *args, **kwargs)) end