@dashevo/wallet-lib
Version:
Light wallet library for Dash
14 lines (8 loc) • 809 B
Markdown
**Usage**: `storage.addNewTxToAddress(tx, address)`
**Description**: Add a specific transaction to the related address.
Parameters:
| parameters | type | required | Description |
|------------------------|-------------------------------------------|------------------| ------------------------------------------------------------------------|
| **tx** | Transaction Object | yes | The Transaction to link to the B58 address |
| **address** | String (b58 address) | yes | A valid B58 address |
Returns: Boolean