@dashevo/wallet-lib
Version:
Light wallet library for Dash
11 lines (7 loc) • 588 B
Markdown
**Usage**: `storage.searchWallet(walletId)`
**Description**: Returns the wallet information from the provided walletId if exists.
Parameters:
| parameters | type | required | Description |
|------------------------|-------------------|----------------| ----------------------------------------------------------|
| **walletId** | String | yes | The Wallet identifier of the wallet containing the address to update |
Returns : Object ({found, result, walletId}).