pub fn extend_lookup_table(
    lookup_table_address: Pubkey,
    authority_address: Pubkey,
    payer_address: Option<Pubkey>,
    new_addresses: Vec<Pubkey>
) -> Instruction
Expand description

Constructs an instruction which extends an address lookup table account with new addresses.