pub trait ChainSyncInterface<B: BlockT>: NetworkSyncForkRequest<B::Hash, NumberFor<B>> + JustificationSyncLink<B> + Link<B> + Send + Sync { }
Expand description

Abstraction over syncing-related services

Implementors§

source§

impl<T, B: BlockT> ChainSyncInterface<B> for Twhere
    T: NetworkSyncForkRequest<B::Hash, NumberFor<B>> + JustificationSyncLink<B> + Link<B> + Send + Sync,