⚡ We welcome businesses to test our enterprise-grade service

arbitrum
Arbitrum

Method: POST shh_getFilterChanges

dropdown

方法 RPC shh_getFilterChanges 例如 Arbitrum

POST shh_getFilterChanges

Method not allowed

耳语过滤器的投票方法。 自此方法的最后一次呼叫以来,返回新消息。

注意调用SHH_GetMessages方法,将重置此方法的缓冲区,以免收到重复的消息。

Parameters

id - 细绳

过滤器ID。

Request

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


Response

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