signatureUnsubscribe RPC Method
Unsubscribe from signature confirmation notification
params
numberrequired
subscription id to cancel
result
boolean
unsubscribe success message
Request
{"jsonrpc": "2.0","id": 1,"method": "signatureUnsubscribe","params": [0]}
Response
{"jsonrpc": "2.0","result": true,"id": 1}
Request
{"jsonrpc": "2.0","id": 1,"method": "signatureUnsubscribe","params": [0]}
params
numberrequired
subscription id to cancel
result
Response
{"jsonrpc": "2.0","result": true,"id": 1}
boolean
unsubscribe success message
Is this page helpful?