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.