Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Hierarchy

  • AbiArgument

Index

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, so it may contain errors (although event decodings should typically not contain errors; see the DecodedLog documentation for why).

Generated using TypeDoc