pub fn verify_block_unordered(
    block: Unverified,
    engine: &dyn EthEngine,
    check_seal: bool
) -> Result<PreverifiedBlock, Error>
Expand description

Still operates on a individual block Returns a PreverifiedBlock structure populated with transactions