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

    Interface GetPriorityFeeEstimateResponse

    Response from getPriorityFeeEstimate.

    interface GetPriorityFeeEstimateResponse {
        priorityFeeEstimate?: number;
        priorityFeeLevels?: MicroLamportPriorityFeeLevels;
    }
    Index

    Properties

    priorityFeeEstimate?: number

    Estimated optimal priority fee in microlamports per compute unit for the requested transaction.

    priorityFeeLevels?: MicroLamportPriorityFeeLevels

    Detailed fee estimates for all priority levels in microlamports per compute unit (present when includeAllPriorityFeeLevels is set).