@dashevo/wallet-lib
Version:
Light wallet library for Dash
11 lines (7 loc) • 597 B
Markdown
**Usage**: `storage.searchAddressesWithTx(transactionId)`
**Description**: Returns the list of addresses objects that has a relation with the provided TxId.
Parameters:
| parameters | type | required | Description |
|------------------------|-------------------|----------------| ----------------------------------------------------------|
| **transactionId** | String | yes | The Transaction identifier to search for |
Returns : Object ({found, results, txid}).