Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.54 KB

File metadata and controls

15 lines (11 loc) · 1.54 KB

qan.qan.InputGetLogs

Properties

Name Type Description Notes
Schema string A URL to the JSON Schema for this object. [optional] [readonly]
Address string The contract address or a list of addresses from which logs should originate [optional]
BlockHash string With the addition of EIP-234, blockHash is a new filter option that restricts the logs returned to the block number referenced in the blockHash. Using the blockHash field is equivalent to setting the fromBlock and toBlock to the block number the blockHash references. If blockHash is present in the filter criteria, neither fromBlock nor toBlock is allowed [optional]
FromBlock string The block number as a string in decimal format or tags. The supported tag values include earliest for the earliest/genesis block, latest for the latest mined block, pending for the pending state/transactions. [optional]
ToBlock string The block number as a string in decimal format or tags. The supported tag values include earliest for the earliest/genesis block, latest for the latest mined block, pending for the pending state/transactions. [optional]
Topics List<string> An array of DATA topics and also, the topics are order-dependent. Visit this official page to learn more about topics [optional]

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