Fetch an account from the cache or from the network
The account address to fetch from cache or network
The parser to used for theses accounts
Optional
opts: AccountFetchOptionsOptions when fetching the accounts
Fetch multiple accounts from the cache or from the network
A list of account addresses to fetch from cache or network
The parser to used for theses accounts
Optional
opts: AccountFetchOptionsOptions when fetching the accounts
a Map of addresses to accounts. The ordering of the Map iteration is the same as the ordering of the input addresses.
Fetch multiple accounts from the cache or from the network and return as an array
A list of account addresses to fetch from cache or network
The parser to used for theses accounts
Optional
opts: AccountFetchOptionsOptions when fetching the accounts
an array of accounts. The ordering of the array is the same as the ordering of the input addresses.
Populate the cache with the given accounts.
A list of accounts addresses to fetched accounts to populate the cache with
The parser that was used to parse theses accounts
The timestamp to use for the cache entries
Interface for fetching and caching on-chain accounts