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).
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
Contains information about a transaction. Most of the fields have been made optional; only those needed by the decoder have been made mandatory.
Intended to work like Web3's Log type.