When using the [[Interface-parseTransaction]] to automatically match a transaction data to its function for parsing, a TransactionDescription is returned.

Constructors

Properties

args: Result

The arguments passed to the Function from the transaction data.

The matching fragment from the transaction data.

name: string

The name of the Function from the transaction data.

selector: string

The selector for the Function from the transaction data.

signature: string

The full Function signature from the transaction data.

value: bigint

The value (in wei) from the transaction.

Generated using TypeDoc