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: FetchOptionsOptions when fetching the accounts
Fetch multiple accounts from the cache or from the network
The parser to used for theses accounts
Optional
opts: SimpleAccountFetchOptionsOptions 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
The parser to used for theses accounts
Optional
opts: FetchOptionsOptions 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
Optional
timeoutInSeconds: number
Interface for fetching and caching on-chain accounts