20340/obtain-transaction-submitting-invoke-transaction-nodejs
Im using the hyperledger HFC to send requests to the blockchain . How can I obtain the uuid of a transaction after submitting an invoke transaction using the sdk ?
The results returned via the 'submitted' event contains the uuid of the transaction. See below for an example.
var tx = user.invoke(req); tx.on('submitted', function (results) { console.log("uuid=%s", results.uuid); });
If you are using web3JS you can ...READ MORE
f I understand well, you're looking for ...READ MORE
I found the exact solution and syntax.. ...READ MORE
On the Web: (Not programmatic, but for completeness...) ...READ MORE
yes all are over TCP/IP connections secured ...READ MORE
This was a bug. They've fixed it. ...READ MORE
Summary: Both should provide similar reliability of ...READ MORE
IBM Bluemix is a platform that provides ...READ MORE
In a Dev environment, you can first ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.