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

    Type Alias ExtendLookupTableParams

    type ExtendLookupTableParams = {
        addresses: PublicKey[];
        authority: PublicKey;
        lookupTable: PublicKey;
        payer?: PublicKey;
    }
    Index
    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.

    payer?: PublicKey

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