quorumcontrol / tupelo-wasm-sdk

(ALPHA) A wasm-based TypeScript sdk that does not require the RPC server.
MIT License
9 stars 1 forks source link

support for conditions and preImage #80

Closed tobowers closed 4 years ago

tobowers commented 4 years ago

This requires https://github.com/quorumcontrol/tupelo-go-sdk/pull/188 but is the JS interface to using conditions and preImage. It's not quite as elegant as the go side, but it works, is tested and has a standard place to add more options (which unfortunately right now have to be hard coded).

tobowers commented 4 years ago

pausing on this