Functions
fetchAddressesForLookupTables
fetchAddressesForLookupTables(
lookupTableAddresses
,rpc
,config?
):Promise
<AddressesByLookupTableAddress
>
Given a list of addresses belonging to address lookup tables, returns a map of lookup table addresses to an ordered array of the addresses they contain.
Parameters
Parameter | Type | Description |
---|---|---|
lookupTableAddresses | Address [] | - |
rpc | Rpc <GetMultipleAccountsApi > | An object that supports the GetMultipleAccountsApi of the Solana RPC API |
config? | FetchAccountsConfig |