Function verify_prepped_main_chain_block

Source
pub async fn verify_prepped_main_chain_block<D>(
    prepped_block: PreparedBlock,
    txs: Vec<TransactionVerificationData>,
    context_svc: &mut BlockchainContextService,
    database: D,
) -> Result<VerifiedBlockInformation, ExtendedConsensusError>
where D: Database + Clone + Send + 'static,
Expand description

Fully verify a block that has already been prepared using batch_prepare_main_chain_blocks.