Given a set of public key addresses, fetches the lookup table accounts that contains these addresses.
The addresses to fetch lookup tables for.
The lookup table accounts that contains the given addresses.
Given a set of public key addresses, fetches the lookup table accounts that contains these addresses and caches them for future lookups.
The addresses to fetch lookup tables for.
The lookup tables that contains the given addresses.
Interface for fetching lookup tables for a set of addresses.
Implementations of this class is expected to cache the lookup tables for quicker read lookups.