pub fn is_unsubscribe_confirmation_response(json: &Value) -> bool
Determines if a JSON message is an unsubscribe acknowledgement from the blockchain RPC server.
Example response:
{ "id": 1, "jsonrpc": "2.0", "result": true}