@dashevo/wallet-lib
Version:
Light wallet library for Dash
13 lines (8 loc) • 733 B
Markdown
**Usage**: `storage.importAddresses(addresses, walletId)`
**Description**: Allow to import one or multiple addresses to the wallet
Parameters:
| parameters | type | required | Description |
|------------------------|-------------------|----------------| ------------------------------------------------------------------------|
| **addresses** | Array(addressObj) | yes | The address object set to import to the store |
| **walletId** | String | yes | The wallet id to attach the address to |
Returns: Boolean