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

    Type Alias CreateLookupTableParams

    type CreateLookupTableParams = {
        authority: PublicKey;
        payer: PublicKey;
        recentSlot: bigint | number;
    }
    Index
    authority: PublicKey

    Account used to derive and control the new address lookup table.

    payer: PublicKey

    Account that will fund the new address lookup table.

    recentSlot: bigint | number

    A recent slot must be used in the derivation path for each initialized table.