hopr_chain_api

Type Alias JsonRpcClient

Source
pub type JsonRpcClient = JsonRpcProviderClient<DefaultHttpPostRequestor, SimpleJsonRpcRetryPolicy>;
Expand description

The default JSON RPC provider client

TODO: Should be an internal type, hopr_lib::chain must be moved to this package

Aliased Typeยง

struct JsonRpcClient { /* private fields */ }