vacuumlabs/ledgerjs-cardano-shelley

alonzo refactor in interactions/serialization

Closed this issue · 1 comments

https://github.com/vacuumlabs/ledgerjs-cardano-shelley/pull/132/files#r735398482
There does not seem to be a good reason to split the code in interactions/serialization into txOther and txOutput, especially given that serializing native tokens is in txOther. It would be more logical to separate output + mint + native tokens into, say, txOutputMint, or nothing at all.

resolved in #190