Polling method for a filter, which returns an array of logs which occurred since last poll.
Parameters
QUANTITY- ID of the filter.
Example
Request
curl -X POST 'https://api.shasta.trongrid.io/jsonrpc' --data '{
"jsonrpc": "2.0",
"method": "eth_getFilterChanges",
"params": [
"0x1"
],
"id": 71
}'Response
{
"jsonrpc": "2.0",
"id": 71,
"result": []
}