rootUnsubscribe

All the specifications for rootUnsubscribe Websocket Method on Solana

Unsubscribe from root notifications

Parameters required for this RPC call

  • subscription id to cancel

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

Last updated

Was this helpful?