signatureUnsubscribe
All the specifications for signatureUnsubscribe Websocket Method on Solana
Unsubscribe from signature confirmation notification
Parameters required for this RPC call
subscription id to cancel
{
"jsonrpc": "2.0",
"id": 1,
"method": "signatureUnsubscribe",
"params": [
0
]
}{
"jsonrpc": "2.0",
"result": true,
"id": 1
}Last updated
Was this helpful?