Options
All
  • Public
  • Public/Protected
  • All
Menu

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.

Hierarchy

  • TxAndAbi

Index

Properties

Properties

abi: FunctionEntry

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 field holds the transaction options.

Generated using TypeDoc