Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AbiArgument

This type represents a decoded argument passed to a transaction or event.

Hierarchy

  • AbiArgument

Index

Properties

Properties

Optional indexed

indexed: boolean

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

Optional name

name: string

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

value

value: Result

The decoded value of the argument. Note that this is a 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