hyperledger / iroha-javascript

JavaScript library for Iroha, a Distributed Ledger Technology (blockchain) platform.
https://wiki.hyperledger.org/display/iroha
Apache License 2.0
94 stars 64 forks source link

Adding tx hash and status to sendTransactions return #81

Closed travis-payne closed 2 years ago

travis-payne commented 2 years ago

So after using commands to send transactions, I noticed there's no response from the promise, would be useful to have a status and a hash returned after attempting the transactions.

Thanks!