plutus-ledger-api-1.60.0.0: Interface to the Plutus ledger for the Cardano ledger.
Safe HaskellSafe-Inferred
LanguageHaskell2010

PlutusLedgerApi.V3.MintValue

Synopsis

emptyMintValue :: MintValue #

mintValueToMap :: MintValue -> Map CurrencySymbol (Map TokenName Integer) #

mintValueMinted :: MintValue -> Value #

Get the Value minted by the MintValue.

mintValueBurned :: MintValue -> Value #

Get the Value burned by the MintValue. All the negative quantities in the MintValue become positive in the resulting Value.