@dashevo/wallet-lib
Version:
Light wallet library for Dash
11 lines (7 loc) • 586 B
Markdown
**Usage**: `storage.searchTransactionMetadata(transactionId)`
**Description**: Returns the transaction metadata from the provided TxId if exists.
Parameters:
| parameters | type | required | Description |
|------------------------|-------------------|----------------| ----------------------------------------------------------|
| **transactionId** | String | yes | The Transaction identifier to search for |
Returns : Object ({found, result, hash}).