This type is a pair containing both a set of transaction options (as might
be sent to web3), including data, and an ABI for that transaction. Only
function transactions are covered here at the moment, because this is meant
to be used with overload resolution as the return type.
This field holds the ABI for the transaction. Because this is intended
as a return type for overload resolution, only function ABI entries can go
here.
This type is a pair containing both a set of transaction options (as might be sent to web3), including
data
, and an ABI for that transaction. Only function transactions are covered here at the moment, because this is meant to be used with overload resolution as the return type.