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