过滤器的轮询方法,返回自上次轮询以来产生的日志数组。
过滤器的轮询方法,返回自上次轮询以来产生的日志数组。
参数
QUANTITY- 过滤器 ID。
示例
请求
curl -X POST 'https://api.shasta.trongrid.io/jsonrpc' --data '{
"jsonrpc": "2.0",
"method": "eth_getFilterChanges",
"params": [
"0x1"
],
"id": 71
}'响应
{
"jsonrpc": "2.0",
"id": 71,
"result": []
}