Path Parameters
Example:
"demo"
Body
application/json
Returns an array of objects of type Log
an array of block hashes (for eth_newBlockFilter) or an array of transaction hashes (for eth_newPendingTransactionFilter) or an empty array if nothing has changed since the last poll.
Note
In solidity: The first topic is the hash of the signature of the event (if you have not declared the event anonymous.
Parameters
QUANTITY - The filter idReturns
Object - An object of type FilterLog is defined as
removed: BOOLEAN - true when the log was removed, due to a chain reorganization.
false if its a valid loglogIndex: QUANTITY - Integer of the log index position in the block. null when its pending logtransactionIndex: QUANTITY - Integer of the transactions index position log was created from.
null when its pending logtransactionHash: DATA, 32 Bytes - hash of the transactions this log was created from.
null when its pending logblockHash: DATA, 32 Bytes - hash of the block where this log was in. null when its pending.
null when its pending logblockNumber: QUANTITY - The block number where this log was in. null when its pending.
null when its pending logaddress: DATA, 20 Bytes - address from which this log originateddata: DATA - contains one or more 32 Bytes non-indexed arguments of the logtopics: Array of DATA - Array of 0 to 4 32 Bytes DATA of indexed log arguments."demo"