Constructor
new ChainAgent(cache)
Parameters:
| Name | Type | Description | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
cache |
Object | Set of caches.
Properties
|
- Source:
Methods
(async) listAccountTransactions() → {Array.<module:primitives/transaction.Transaction>}
Get list of account transactions.
Returns:
List of account transactions.
- Type
- Array.<module:primitives/transaction.Transaction>