-
Notifications
You must be signed in to change notification settings - Fork 217
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.Outputs
.
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
1 parent
ba21ca0
commit 205bdb4
Showing
1 changed file
with
6 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters