Type alias ExtendLookupTableParams

ExtendLookupTableParams: {
    addresses: PublicKey[];
    authority: PublicKey;
    lookupTable: PublicKey;
    payer?: PublicKey;
}

Type declaration

  • addresses: PublicKey[]

    List of Public Keys to be added to the lookup table.

  • authority: PublicKey

    Account which is the current authority.

  • lookupTable: PublicKey

    Address lookup table account to extend.

  • Optional payer?: PublicKey

    Account that will fund the table reallocation. Not required if the reallocation has already been funded.

Generated using TypeDoc