solana_sdk::address_lookup_table

Module instruction

Source

Enums§

ProgramInstruction

Functions§

close_lookup_table
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.
create_lookup_table
Constructs an instruction to create a table account and returns the instruction and the table account’s derived address.
create_lookup_table_signed
Constructs an instruction to create a table account and returns the instruction and the table account’s derived address.
deactivate_lookup_table
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.
derive_lookup_table_address
Derives the address of an address table account from a wallet address and a recent block’s slot.
extend_lookup_table
Constructs an instruction which extends an address lookup table account with new addresses.
freeze_lookup_table
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.