@dashevo/wallet-lib
Version:
Light wallet library for Dash
14 lines (9 loc) • 784 B
Markdown
**Usage**: `storage.importSingleAddress(singleAddress, walletId)`
**Description**: Allow to import a single address to the wallet
**Notes**: Not useful when managing a HDWallet.
Parameters:
| parameters | type | required | Description |
|------------------------|-------------------|----------------| ------------------------------------------------------------------------|
| **singleAddress** | Object | yes | The single address object representation to import to the store |
| **walletId** | String | yes | The wallet id to attach the address to |
Returns: Boolean