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