solana_sdk::address_lookup_table::instruction

Function extend_lookup_table

Source
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.