cardano-serialization-lib
cardano-serialization-lib copied to clipboard
CSL `deserializeTx(cbor).to_js_value()` returns empty multiasset list
First output from deserializeTx(cbor).to_js_value() looks like
"outputs": [
{
"address": "addr_test1xpyga27u94rsgnzdgu4df3w8mes538dymt5dhqlszgmfxeyke8x9mpjf7aerjt3n3nfd5tnzkfhlprp09mpf4sdy8dzqcrqkuk",
"amount": {
"coin": "20515600",
"multiasset": {}
},
while from deserializeTx(cbor).to_json() looks like
"outputs": [
{
"address": "addr_test1xpyga27u94rsgnzdgu4df3w8mes538dymt5dhqlszgmfxeyke8x9mpjf7aerjt3n3nfd5tnzkfhlprp09mpf4sdy8dzqcrqkuk",
"amount": {
"coin": "20515600",
"multiasset": {
"488eabdc2d47044c4d472ad4c5c7de61489da4dae8db83f012369364": {
"436f6e7472696275746f72537461746553637269707473": "1"
}
}
},
Hi @nelsonksh ! Thanks for your issue, we will have a look
Hi @nelsonksh ! CSL 15.0.0-beta.1 released with the fix for this issue. Could you check it on your side ?
Fixed in 15.0.0