pub type ProxyQueryExecutor = QueryNetworkExecutor<CommunicationProxy>;
Expand description

A convenient type alias for QueryNetworkExecutor with CommunicationProxy as the generic type.

Aliased Type§

struct ProxyQueryExecutor {
    pub gateway_url: String,
    /* private fields */
}

Fields§

§gateway_url: String

The URL of the gateway to the blockchain network.