Helius SDK - v2.2.2
    Preparing search index...

    Interface MicroLamportPriorityFeeLevels

    Priority fee estimates at each level, in microlamports per compute unit.

    interface MicroLamportPriorityFeeLevels {
        high: number;
        low: number;
        medium: number;
        min: number;
        unsafeMax: number;
        veryHigh: number;
    }
    Index

    Properties

    high: number

    High priority fee — prioritized processing for time-sensitive operations like DeFi trades or NFT mints.

    low: number

    Low priority fee — economical option for transactions that are not time-sensitive.

    medium: number

    Medium priority fee — balanced option for most standard transactions.

    min: number

    Minimum viable fee — suitable for non-urgent transactions during low network congestion.

    unsafeMax: number

    Maximum observed fee in the analysis window — upper bound during extreme network congestion.

    veryHigh: number

    Very high priority fee — premium option for critical transactions requiring near-immediate confirmation.