pub trait Syncing<B: BlockT>: SyncEventStream + NetworkBlock<B::Hash, NumberFor<B>> { }
Expand description

Abstraction over the syncing subsystem.

Implementors§

source§

impl<T, B: BlockT> Syncing<B> for Twhere T: SyncEventStream + NetworkBlock<B::Hash, NumberFor<B>>,