View Source Ethers.TxData (Ethers v0.1.1)
Transaction struct to hold information about the ABI selector, encoded data
and the target to
address.
Summary
Types
@type t() :: %Ethers.TxData{ data: binary() | [binary()], default_address: nil | Ethers.Types.t_address(), selector: ABI.FunctionSelector.t() }
Holds transaction data, the function selector and the default to
address.
Can be passed in to Ethers.call/2
or Ethers.send/2
to execute.