input-output-hk / js-cardano-wasm

various cardano javascript using wasm bindings
MIT License
31 stars 21 forks source link

Redemption features to old API #44

Closed vsubhuman closed 5 years ago

vsubhuman commented 5 years ago

Added couple of functions to wasm-wallet/lib.rs implementing required functionality:

  1. Converting private redemption key to redemption address
  2. Producing a redemption transaction
vsubhuman commented 5 years ago

Need to add tests yet, so still a WIP

vsubhuman commented 5 years ago

@NicolasDP, ready for final review and merge