Function solana_sdk::address_lookup_table::instruction::deactivate_lookup_table
source ยท pub fn deactivate_lookup_table(
lookup_table_address: Pubkey,
authority_address: Pubkey,
) -> Instruction
Expand description
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.