solana_program::address_lookup_table::instruction

Function derive_lookup_table_address

Source
pub fn derive_lookup_table_address(
    authority_address: &Pubkey,
    recent_block_slot: Slot,
) -> (Pubkey, u8)
Expand description

Derives the address of an address table account from a wallet address and a recent block’s slot.