On ThorNode
The upstream node does not enable vote subscriptions; subscribing returns-32601 Method not found. There is nothing to unsubscribe.
Parameters
array
required
Response
boolean
Unsubscribe success message.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
{
"jsonrpc": "2.0",
"id": 2,
"method": "voteUnsubscribe",
"params": [
0
]
}
{
"jsonrpc": "2.0",
"error": {
"code": -32601,
"message": "Method not found"
},
"id": 2
}
Unsubscribe from vote notifications.
-32601 Method not found. There is nothing to unsubscribe.
{
"jsonrpc": "2.0",
"id": 2,
"method": "voteUnsubscribe",
"params": [
0
]
}
{
"jsonrpc": "2.0",
"error": {
"code": -32601,
"message": "Method not found"
},
"id": 2
}