Function switchboard_solana::program_id::address_lookup_table::instruction::derive_lookup_table_address
pub fn derive_lookup_table_address(
authority_address: &Pubkey,
recent_block_slot: u64
) -> (Pubkey, u8)
Expand description
Derives the address of an address table account from a wallet address and a recent block’s slot.