Function ensure_well_formed_transactions_field

Source
pub fn ensure_well_formed_transactions_field<T: Typed2718>(
    block_body: &BlockBody<T>,
    is_prague_active: bool,
) -> Result<(), PayloadError>
Expand description

Checks that transactions field doesn’t contain EIP-7702 transactions if Prague is not active.