Type Alias novax_executor::ProxyQueryExecutor
source · 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: StringThe URL of the gateway to the blockchain network.