Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
PlutusLedgerApi.V3.MintValue
Synopsis
- newtype MintValue = UnsafeMintValue (Map CurrencySymbol (Map TokenName Integer))
- emptyMintValue :: MintValue
- mintValueToMap :: MintValue -> Map CurrencySymbol (Map TokenName Integer)
- mintValueMinted :: MintValue -> Value
- mintValueBurned :: MintValue -> Value
Documentation
A MintValue
represents assets that are minted and burned in a transaction.
Constructors
UnsafeMintValue (Map CurrencySymbol (Map TokenName Integer)) |