Function is_subscription_confirmation_response

Source
pub fn is_subscription_confirmation_response(json: &Value) -> bool
Expand description

Determines if a JSON message is a subscription response from the blockchain RPC server.

Example response:

{ "id": 1, "jsonrpc": "2.0", "result": "0x9cef478923ff08bf67fde6c64013158d"}