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