You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This interface can be used to estimate gas and encode ABI data for any Ethereum tx other than a simple ETH transfer, not just contract depoys. Perhaps a better name would be TransactionData
The text was updated successfully, but these errors were encountered:
The contract method is actually bound to specific arguments in this object, so it's more an Invocation than just Method, of course I'm just splitting hairs now 😛
Description
This interface can be used to estimate gas and encode ABI data for any Ethereum tx other than a simple ETH transfer, not just contract depoys. Perhaps a better name would be
TransactionData
The text was updated successfully, but these errors were encountered: