Type alias GetRecentPrioritizationFeesConfig

GetRecentPrioritizationFeesConfig: {
    lockedWritableAccounts?: PublicKey[];
}

Configuration object for changing getRecentPrioritizationFees query behavior

Type declaration

  • Optional 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.

Generated using TypeDoc