This type represents a decoded argument passed to a transaction or event, or returned from a call.

Category

Output

Hierarchy

  • AbiArgument

Properties

Properties

indexed?: boolean

Whether this is an indexed paramter. Only included for event parameters.

name?: string

The name of the parameter. Excluded if the parameter is nameless.

value: Result

The decoded value of the argument. Note that this is a [[Format.Values.Result|Format.Values.Result]], so it may contain errors (although event decodings should typically not contain errors; see the [[DecodedLog]] documentation for why).

Generated using TypeDoc