Type alias DeactivateLookupTableParams

DeactivateLookupTableParams: {
    authority: PublicKey;
    lookupTable: PublicKey;
}

Type declaration

  • authority: PublicKey

    Account which is the current authority.

  • lookupTable: PublicKey

    Address lookup table account to deactivate.

Generated using TypeDoc