⚡ We welcome businesses to test our enterprise-grade service

/

Ethereum Classic (ETC)

etc
Ethereum Classic (ETC)

Method: POST priv_getFilterChanges

dropdown

方法 RPC priv_getFilterChanges 例如 Ethereum Classic (ETC)

POST priv_getFilterChanges

Method not allowed

对私人合同的指定过滤器进行轮询,并返回自上次民意调查以来发生的一系列更改。

私人合同的过滤器只能由priv_newfilter创建,因此与ETH_GETFILTERCHANGES不同,Priv_getFilterChanges总是返回日志对象或空列表的数组。

Parameters

data - 没有任何

32字节隐私组ID。

data - 没有任何

过滤器ID。

Request

curl --location --request POST 'https://etc.getblock.io/mainnet/' \
--header 'x-api-key: YOUR-API-KEY' \
--header 'Content-Type: application/json' \
--data-raw '{"jsonrpc": "2.0",
"method": "priv_getFilterChanges",
"params": [null, null],
"id": "getblock.io"}'


Response

{
    "result": "null",
    "id": "getblock.io",
    "status_code": 405,
    "message": "Method not allowed"
}