Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.05 KB

TxLog.md

File metadata and controls

20 lines (14 loc) · 1.05 KB

TxLog

Properties

Name Type Description Notes
address string The log address [default to undefined]
topics Array<string> Array of log topics [default to undefined]
data string The log data [default to undefined]
blockNumber number Block number where the log occurred [default to undefined]
transactionHash string Transaction hash associated with the log [default to undefined]
transactionIndex number Transaction index in the block [default to undefined]
blockHash string The hash of the block [default to undefined]
logIndex number Log index in the block [default to undefined]
removed boolean Indicates if the log was removed [default to undefined]

[Back to top] [Back to API list] [Back to Model list] [Back to README]