Adds the account to the cache (or return the cached account, if cache
is true).
The account to add.
If the account should be cached (or cached account patched), true
by default.
The resolved account.
Fetch the account by its id in the cache or from the Pi Network Stellar API.
The account id to fetch.
If the account should be cached (or cached account patched), true
by default.
If the account should be fetched in the cache, true
by default.
The fetched account.
Resolves the data by its key from the cache.
The data's key (id, etc.).
The cached data or undefined
if not found.
Generated using TypeDoc
The cache of the manager.