eth_uninstallFilter
Reference: Here
Parameters
params: [
"0xb", // 11
]Returns
// Result
{
"id":1,
"jsonrpc": "2.0",
"result": true
}Last updated
Was this helpful?
params: [
"0xb", // 11
]// Result
{
"id":1,
"jsonrpc": "2.0",
"result": true
}Last updated
Was this helpful?
Was this helpful?
curl https://mainnet.wemix.validationcloud.io/v1/<YOUR_API_KEY_HERE> \
-X POST \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"eth_uninstallFilter","params":["0xb"],"id":73}'