Type alias FreezeLookupTableParams

FreezeLookupTableParams: {
    authority: PublicKey;
    lookupTable: PublicKey;
}

Type declaration

  • authority: PublicKey

    Account which is the current authority.

  • lookupTable: PublicKey

    Address lookup table account to freeze.

Generated using TypeDoc