注意: 此页面尚未翻译成中文。以下内容为英文原版。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.
Property | Modifier | Type | Description |
---|---|---|---|
hash | readonly | null | string | The keccak256 of the value logged. |
Parameter | Type | Description |
---|---|---|
value | any | The value to check. |
value is Indexed
true
if the value is an Indexed.