طريقة RPC لإلغاء الاشتراك في الكتل

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

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

params

integerrequired

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

result

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

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

Is this page helpful?