class Eth::Client

def transfer_erc20_and_wait(erc20_contract, destination, amount, **kwargs)

Returns:
  • (Object) - returns the result of the transaction.
def transfer_erc20_and_wait(erc20_contract, destination, amount, **kwargs)
  transact_and_wait(erc20_contract, "transfer", destination, amount, **kwargs)
end