[][src]Function sc_consensus_manual_seal::run_manual_seal

pub async fn run_manual_seal<B, CB, E, A, C, S, T>(
    __arg0: BoxBlockImport<B, T>,
    __arg1: E,
    backend: Arc<CB>,
    pool: Arc<Pool<A>>,
    __arg4: S,
    select_chain: C,
    inherent_data_providers: InherentDataProviders
) where
    B: BlockT + 'static,
    CB: ClientBackend<B> + 'static,
    E: Environment<B> + 'static,
    E::Error: Display,
    <E::Proposer as Proposer<B>>::Error: Display,
    A: ChainApi<Block = B, Hash = <B as BlockT>::Hash> + 'static,
    S: Stream<Item = EngineCommand<<B as BlockT>::Hash>> + Unpin + 'static,
    C: SelectChain<B> + 'static, 

Creates the background authorship task for the manual seal engine.