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

PlutusLedgerApi.Test.V1.Value

Synopsis

Documentation

listsToValue ∷ [(CurrencySymbol, [(TokenName, Integer)])] → Value Source #

Convert a list representation of a Value to the Value.

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

Convert a Value to its list representation.

newtype FaceValue Source #

The value of a TokenName in a Value.

Constructors

FaceValue 

Fields

Instances

Instances details
Arbitrary FaceValue Source # 
Instance details

Defined in PlutusLedgerApi.Test.V1.Value

Orphan instances

Arbitrary Value Source # 
Instance details

Methods

arbitraryGen Value #

shrinkValue → [Value] #