pub trait NetworkProvider: NetworkStateInfo + NetworkPeers { }
Expand description

NetworkProvider provides OffchainWorkers with all necessary hooks into the underlying Substrate networking.

Implementors§