Function sc_consensus_manual_seal::finalize_block

source ·
pub async fn finalize_block<B, F, CB>(params: FinalizeBlockParams<B, F, CB>)
where B: BlockT, F: Finalizer<B, CB>, CB: ClientBackend<B>,
Expand description

finalizes a block in the backend with the given params.