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

    Type Alias FreezeLookupTableParams

    type FreezeLookupTableParams = {
        authority: PublicKey;
        lookupTable: PublicKey;
    }
    Index
    authority: PublicKey

    Account which is the current authority.

    lookupTable: PublicKey

    Address lookup table account to freeze.