pub trait IdentifyChainNetworkBackend {
// Required method
fn default_network_backend(&self) -> NetworkBackendType;
}
Expand description
A trait to identify the network backend based on the chain spec.
Required Methods§
sourcefn default_network_backend(&self) -> NetworkBackendType
fn default_network_backend(&self) -> NetworkBackendType
Returns the default network backend.