blockUnsubscribe RPC Metodu

Blok bildirimlerinden aboneliği iptal et

{
"jsonrpc": "2.0",
"id": 1,
"method": "blockUnsubscribe",
"params": [
0
]
}

params

integerrequired

iptal edilecek abonelik kimliği

result

Response
{
"jsonrpc": "2.0",
"result": true,
"id": 1
}
boolean

abonelik iptali başarı mesajı

Is this page helpful?