Phương thức RPC rootUnsubscribe

Hủy đăng ký thông báo gốc

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

params

numberrequired

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?