Function close_lookup_table

Source
pub fn close_lookup_table(
    lookup_table_address: Pubkey,
    authority_address: Pubkey,
    recipient_address: Pubkey,
) -> Instruction
Available on crate feature bincode only.
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.