Type alias RecentPrioritizationFees

RecentPrioritizationFees: {
    prioritizationFee: number;
    slot: number;
}

Type declaration

  • 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

Generated using TypeDoc