Function sc_informant::build

source ยท
pub async fn build<B: BlockT, C, N>(
    client: Arc<C>,
    network: N,
    syncing: Arc<SyncingService<B>>,
)
Expand description

Builds the informant and returns a Future that drives the informant.