@solana/web3.js
    Preparing search index...

    Type Alias RecentPrioritizationFees

    type RecentPrioritizationFees = {
        prioritizationFee: number;
        slot: number;
    }
    Index
    prioritizationFee: number

    the per-compute-unit fee paid by at least one successfully landed transaction, specified in increments of 0.000001 lamports

    slot: number

    slot in which the fee was observed