class Eth::Client
def transfer_and_wait(destination, amount, **kwargs)
-
(String)
- the transaction hash once it is mined.
def transfer_and_wait(destination, amount, **kwargs) wait_for_tx(transfer(destination, amount, **kwargs)) end
(String)
- the transaction hash once it is mined.
def transfer_and_wait(destination, amount, **kwargs) wait_for_tx(transfer(destination, amount, **kwargs)) end