Phương thức RPC logsUnsubscribe

Hủy đăng ký nhật ký giao dịch

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

params

integerrequired

id đăng ký cần hủy

result

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

thông báo hủy đăng ký thành công

Is this page helpful?