طريقة RPC لـ slotUnsubscribe

إلغاء الاشتراك من إشعارات الـ slot

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

params

integerrequired

معرف الاشتراك المراد إلغاؤه

result

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

رسالة نجاح إلغاء الاشتراك

Is this page helpful?