Constructor
new WalletNode(optionsnullable)
Create a wallet node.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
options |
Object |
<nullable> |
- Source:
Extends
- Node
Methods
(async) close() → {Promise}
Close the node, wait for the database to close.
- Source:
Returns:
- Type
- Promise
(private) init()
Initialize the node.
- Source:
(async) open() → {Promise}
Open the node and all its child objects, wait for the database to load.
- Source:
Returns:
- Type
- Promise