Function subcoin_informant::build

source ยท
pub async fn build<B: BlockT, C>(client: Arc<C>, network: NetworkHandle)
where C: UsageProvider<B> + HeaderMetadata<B> + BlockchainEvents<B> + HeaderBackend<B> + AuxStore, <C as HeaderMetadata<B>>::Error: Display,
Expand description

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