Type Alias novax_executor::ProxyQueryExecutor
source · pub type ProxyQueryExecutor = QueryNetworkExecutor<NetworkBlockchainProxy>;Expand description
A convenient type alias for QueryNetworkExecutor with NetworkBlockchainProxy as the generic type.
This is the privileged query executor for network interaction.
Aliased Type§
struct ProxyQueryExecutor {
pub gateway_url: String,
/* private fields */
}Fields§
§gateway_url: StringThe URL of the gateway to the blockchain network.