voteUnsubscribe – Solana
The voteUnsubscribe RPC Solana method allows clients to unsubscribe from vote notifications.
Supported Networks
Parameters
Result
Request Example
wss://go.getblock.io/<ACCESS-TOKEN>/wscat -c "wss://go.getblock.io/<ACCESS-TOKEN>/" --exec '{
"jsonrpc": "2.0",
"id": 1,
"method": "voteUnsubscribe",
"params": [0]
}'Response
Error Handling
Use Cases
Code voteUnsubscribe Example – Web3 Integration
Integration with Web3
Last updated
Was this helpful?