cardano-multiplatform-lib icon indicating copy to clipboard operation
cardano-multiplatform-lib copied to clipboard

Expose address enum to Rust lib

Open SebastienGllmt opened this issue 3 years ago • 1 comments

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

SebastienGllmt avatar May 14 '22 15:05 SebastienGllmt

This will be resolved by #138

rooooooooob avatar Oct 12 '22 20:10 rooooooooob

Fixed by #138

rooooooooob avatar Aug 24 '23 17:08 rooooooooob