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

Abstraction over syncing-related services

Implementors§