logsUnsubscribe RPC Metodu

İşlem günlüğü aboneliğinden çıkma

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

params

integerrequired

iptal edilecek abonelik kimliği

result

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

abonelikten çıkma başarı mesajı

Is this page helpful?