logsUnsubscribe

Unsubscribe from Solana's transaction logging.

Parameters:

  • '' - id of subscription to cancel

Results:

  • <bool> - unsubscribe success message

Example:

Request

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

Response

{ "jsonrpc": "2.0", "result": true, "id": 1 }
ReadMe