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.