pub trait NetworkProvider: NetworkStateInfo + NetworkPeers { }Expand description
NetworkProvider provides OffchainWorkers with all necessary hooks into the
underlying Substrate networking.
pub trait NetworkProvider: NetworkStateInfo + NetworkPeers { }NetworkProvider provides OffchainWorkers with all necessary hooks into the
underlying Substrate networking.