pub fn freeze_lookup_table(
lookup_table_address: Pubkey,
authority_address: Pubkey,
) -> Instruction
Available on crate feature
bincode
only.Expand description
Constructs an instruction that freezes an address lookup table so that it can never be closed or extended again. Empty lookup tables cannot be frozen.