Address of the emitter (as checksummed hex string).
The block hash (as hex string). Null if pending.
The block number. Null if pending.
The log's data section (as hex string).
An array of possible decodings of the given log -- it's an array because logs can be ambiguous.
This field works just like the output of [[WireDecoder.decodeLog]], so see that for more information.
Index of the log within the block.
The log's topics; each is a hex string representing 32 bytes.
The emitting transaction's hash (as hex string).
Index within the block of the emitting transaction; null if block is pending.
Generated using TypeDoc
This type represents a web3 Log object that has been decoded. Note that it extends the Log type and just adds an additional field with the decoding.