Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use
toWalletTokenBundle
in Primitive.Tx.Features.CollateralOutputs
.
In particular, we simplify expressions of the following form: - `fromCardanoValue . Cardano.fromMaryValue` The above expression peforms the following two-step conversion: - From a ledger MA value (nested map) to a cardano-api MA value (flat map) - From a cardano-api MA value (flat map) to a wallet MA value (nested map) The `toWalletTokenBundle` function performs this conversion in a single step.
- Loading branch information