Phương thức RPC slotsUpdatesUnsubscribe

Hủy đăng ký thông báo cập nhật slot

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