ArcBlock / forge-js

:fire: JavaScript libraries to work with forge framework
https://forge-js.netlify.com/
Other
26 stars 2 forks source link

wrap multisig in grpc-client and graphql-client #255

Closed wangshijun closed 5 years ago

wangshijun commented 5 years ago

just like what elixir did:

from @tyrchen

I restructured the client API for multisig powered txs, e.g. exchange, consume_asset to make things easier. Previously we do tx = ForgeSdk.exchange() and then tx1 = ForgeSdk.multisig(...), now it become tx = ForgeSdk.prepare_exchange() and tx1 = ForgeSdk.finalize_exchange(). See: https://github.com/ArcBlock/forge-elixir-sdk/pull/100/files

wangshijun commented 5 years ago

337

wangshijun commented 5 years ago

landed in @arcblock/forge-sdk v0.34.0