An Indexed is used as a value when a value that does not fit within a topic (i.e. not a fixed-length, 32-byte type). It is the keccak256 of the value, and used for types such as arrays, tuples, bytes and strings.

Constructors

Properties

Methods

Constructors

  • @_ignore:

    Parameters

    • hash: string

    Returns Indexed

Properties

_isIndexed: boolean

@_ignore:

hash: string

The keccak256 of the value logged.

Methods

  • Returns true if %%value%% is an Indexed.

    This provides a Type Guard for property access.

    Parameters

    • value: any

    Returns value is Indexed

Generated using TypeDoc