Function zebra_consensus::transaction::check::non_coinbase_expiry_height

source ยท
pub fn non_coinbase_expiry_height(
    block_height: &Height,
    transaction: &Transaction,
) -> Result<(), TransactionError>
Expand description

Returns Ok(()) if the expiry height for a non coinbase transaction is valid according to specifications 7.1 and ZIP-203.