GetRecentPrioritizationFeesApi: {
    getRecentPrioritizationFees(
        addresses?: Address[],
    ): GetRecentPrioritizationFeesApiResponse;
}

Type declaration

  • getRecentPrioritizationFees:function
    • Returns the balance of the account of provided Pubkey

      Parameters

      • Optionaladdresses: Address[]

        An array of Account addresses (up to a maximum of 128 addresses), as base-58 encoded strings.

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

      Returns GetRecentPrioritizationFeesApiResponse