pub fn freeze_lookup_table(
    lookup_table_address: Pubkey,
    authority_address: Pubkey
) -> Instruction
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.