@cyberchain/smart-contract-wrapper
@cyberchain/smart-contract-wrapper / Indexed
Defined in: node_modules/@asanrom/ethers-abi/dist/abi/interface.d.ts:120
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.
new Indexed(
hash):Indexed
Defined in: node_modules/@asanrom/ethers-abi/dist/abi/interface.d.ts:138
@_ignore:
string
Indexed
readonly_isIndexed:boolean
Defined in: node_modules/@asanrom/ethers-abi/dist/abi/interface.d.ts:128
@_ignore:
readonlyhash:string
Defined in: node_modules/@asanrom/ethers-abi/dist/abi/interface.d.ts:124
The keccak256 of the value logged.
staticisIndexed(value):value is Indexed
Defined in: node_modules/@asanrom/ethers-abi/dist/abi/interface.d.ts:134
Returns true if %%value%% is an Indexed.
This provides a Type Guard for property access.
any
value is Indexed