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

Add utility methods to build, sign, and send a transaction #113

Closed s8sato closed 1 year ago

s8sato commented 1 year ago

Add utility methods to build, sign, and send a transaction. Something like:

0x009922 commented 1 year ago
s8sato commented 1 year ago

The transaction lifecycle feature will affect the implementation of this issue

0x009922 commented 1 year ago

I close this issue after merging of #124.