Function reth::transaction_pool::pool::blob_tx_priority

pub fn blob_tx_priority(
    blob_fee_cap: u128,
    blob_fee: u128,
    max_priority_fee: u128,
    base_fee: u128,
) -> i64
Expand description

Returns the priority for the transaction, based on the “delta” blob fee and priority fee.