Adds the transaction to the cache (or return the cached transaction, if cache
is true).
The transaction to add.
If the transaction should be cached (or cached transaction patched), true
by default.
The resolved transaction.
Fetch the transaction by its id in the cache or from the Pi Network Stellar API.
The transaction id to fetch.
If the transaction should be cached (or cached transaction patched), true
by default.
If the transaction should be fetched in the cache, true
by default.
The fetched transaction.
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.