Phương thức RPC slotUnsubscribe

Hủy đăng ký thông báo slot

{
"jsonrpc": "2.0",
"id": 1,
"method": "slotUnsubscribe",
"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?