pub async fn verify_prepped_main_chain_block<D>(
prepped_block: PreparedBlock,
txs: Vec<TransactionVerificationData>,
context_svc: &mut BlockchainContextService,
database: D,
batch_prep_cache: Option<&mut BatchPrepareCache>,
) -> Result<VerifiedBlockInformation, ExtendedConsensusError>
Expand description
Fully verify a block that has already been prepared using batch_prepare_main_chain_blocks
.