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

    Type Alias GetRecentPrioritizationFeesConfig

    Configuration object for changing getRecentPrioritizationFees query behavior

    type GetRecentPrioritizationFeesConfig = {
        lockedWritableAccounts?: PublicKey[];
    }
    Index
    lockedWritableAccounts?: PublicKey[]

    If this parameter is provided, the response will reflect a fee to land a transaction locking all of the provided accounts as writable.