Function subcoin_informant::build
source ยท pub async fn build<B: BlockT, C>(
client: Arc<C>,
network_api: Arc<dyn NetworkApi>,
)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.