Enums§

Functions§

  • Returns an instruction that closes an address lookup table account. The account will be deallocated and the lamports will be drained to the recipient address.
  • Constructs an instruction to create a table account and returns the instruction and the table account’s derived address.
  • Constructs an instruction to create a table account and returns the instruction and the table account’s derived address.
  • Constructs an instruction that deactivates an address lookup table so that it cannot be extended again and will be unusable and eligible for closure after a short amount of time.
  • Derives the address of an address table account from a wallet address and a recent block’s slot.
  • Constructs an instruction which extends an address lookup table account with new addresses.
  • Constructs an instruction that freezes an address lookup table so that it can never be closed or extended again. Empty lookup tables cannot be frozen.