solana_sdk::address_lookup_table::instruction

Function close_lookup_table

source
pub fn close_lookup_table(
    lookup_table_address: Pubkey,
    authority_address: Pubkey,
    recipient_address: Pubkey,
) -> Instruction
Expand description

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.