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

PlutusLedgerApi.Test.V3.MintValue

Synopsis

Documentation

listsToMintValue ∷ [(CurrencySymbol, [(TokenName, Integer)])] → MintValue Source #

Convert a list representation of a MintValue to the MintValue.

mintValueToListsMintValue → [(CurrencySymbol, [(TokenName, Integer)])] Source #

Convert a MintValue to its list representation.

newtype Quantity Source #

Constructors

Quantity 

Fields

Instances

Instances details
Arbitrary Quantity Source # 
Instance details

Defined in PlutusLedgerApi.Test.V3.MintValue

Show Quantity Source # 
Instance details

Defined in PlutusLedgerApi.Test.V3.MintValue

Orphan instances