cardano-multiplatform-lib
cardano-multiplatform-lib copied to clipboard
Expose address enum to Rust lib
Right now AddrType is private. It would be good if it was public, but we can't easily make it public now because it wouldn't be compatible with WASM compilation. Probably to properly implement this we'll need a Rust-native version of the address classes and have the WASM code just be a wrapper for it.
Once we do this, it would be good to also fixup redeem_pubkey_to_txid and non_avvm_balances
This will be resolved by #138
Fixed by #138