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.
keccak256
@_ignore:
Readonly
The keccak256 of the value logged.
Static
Returns true if %%value%% is an Indexed.
true
This provides a Type Guard for property access.
Generated using TypeDoc
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.