@dashevo/wallet-lib
Version:
Light wallet library for Dash
14 lines (8 loc) • 773 B
Markdown
**Usage**: `storage.addUTXOToAddress(utxo, address)`
**Description**: Link the specified utxo to the related address.
Parameters:
| parameters | type | required | Description |
|------------------------|-------------------------------------------|------------------| ------------------------------------------------------------------------|
| **utxo** | UTXO Object | yes | A valid UTXO |
| **address** | String (b58 address) | yes | A valid B58 address |
Returns: Boolean