Function solana_program::address_lookup_table::instruction::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.