shh_uninstallFilter
与えらた ID のフィルタをアンインストールします。
監視が不要になったらコールする必要があります。
パラメータ
1. QUANTITY
フィルタ ID
code:params.js
params: [
"0x7" // 7
]
戻り値
Boolean
正しくアンインストールできた際には true を返します。
それ以外の場合には false を返します。
サンプル
code:example.sh
// Request
curl -X POST --data '{"jsonrpc":"2.0","method":"shh_uninstallFilter","params":"0x7","id":73}' // Result
{
"id":1,
"jsonrpc":"2.0",
"result": true
}
参考