pub async fn verify_main_chain_block<D>(
block: Block,
txs: HashMap<[u8; 32], TransactionVerificationData>,
context_svc: &mut BlockchainContextService,
database: D,
) -> Result<VerifiedBlockInformation, ExtendedConsensusError>
Expand description
Fully verify a block and all its transactions.