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

    Interface GetPriorityFeeEstimateRequest

    Request parameters for getPriorityFeeEstimate.

    interface GetPriorityFeeEstimateRequest {
        accountKeys?: string[];
        options?: GetPriorityFeeEstimateOptions;
        transaction?: string;
    }
    Index

    Properties

    accountKeys?: string[]

    Array of Solana account public keys to estimate priority fees for (alternative to providing a transaction).

    Advanced options for customizing the fee estimation.

    transaction?: string

    Base58 or Base64 encoded serialized transaction to estimate fees for. The API analyzes the specific instructions and accounts in this transaction to provide accurate fee estimates based on current network conditions.