@lightprotocol/compressed-token - v0.22.1-alpha.2
    Preparing search index...

    Type Alias CreateTokenProgramLookupTableParams

    type CreateTokenProgramLookupTableParams = {
        payer: PublicKey;
        authority: PublicKey;
        mints?: PublicKey[];
        recentSlot: number;
        remainingAccounts?: PublicKey[];
    }
    Index

    Properties

    payer: PublicKey

    Fee payer

    authority: PublicKey

    Authority of the transaction

    mints?: PublicKey[]

    Optional Mint addresses to store in the lookup table

    recentSlot: number

    Recently finalized Solana slot

    remainingAccounts?: PublicKey[]

    Optional additional addresses to store in the lookup table