Type Alias ReqwestClient

Source
pub type ReqwestClient = RpcClient;
Expand description

A client using a reqwest HTTP transport.

Aliased Typeยง

struct ReqwestClient(/* private fields */);