searchTransaction
Usage: storage.searchTransaction(transactionId)
Description: Returns the transaction information 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}).