input-output-hk / js-cardano-wasm

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

Remove bad tx functions #59

Closed SebastienGllmt closed 5 years ago

SebastienGllmt commented 5 years ago

As we discussed, base58 doesn't make sense for these types. Base64 might be convenient to add because that's what we use in Yoroi but right now we construct base64 from converting the output of to_hex so it's not that big of a deal either.