Type alias CloseLookupTableParams

CloseLookupTableParams: {
    authority: PublicKey;
    lookupTable: PublicKey;
    recipient: PublicKey;
}

Type declaration

  • authority: PublicKey

    Account which is the current authority.

  • lookupTable: PublicKey

    Address lookup table account to close.

  • recipient: PublicKey

    Recipient of closed account lamports.

Generated using TypeDoc