cardano-ledger-test-9.9.9.9: Testing harness, tests and benchmarks for Shelley style cardano ledgers
Safe HaskellNone
LanguageHaskell2010

Test.Cardano.Ledger.Examples.STSTestUtils

Documentation

class EraTest era ⇒ EraModel era where Source #

Instances

Instances details
EraModel AllegraEra Source # 
Instance details

Defined in Test.Cardano.Ledger.Generic.Instances

EraModel AlonzoEra Source # 
Instance details

Defined in Test.Cardano.Ledger.Generic.Instances

EraModel BabbageEra Source # 
Instance details

Defined in Test.Cardano.Ledger.Generic.Instances

EraModel ConwayEra Source # 
Instance details

Defined in Test.Cardano.Ledger.Generic.Instances

EraModel MaryEra Source # 
Instance details

Defined in Test.Cardano.Ledger.Generic.Instances

EraModel ShelleyEra Source # 
Instance details

Defined in Test.Cardano.Ledger.Generic.Instances

data PlutusPurposeTag Source #

Instances

Instances details
Bounded PlutusPurposeTag Source # 
Instance details

Defined in Test.Cardano.Ledger.Examples.STSTestUtils

Enum PlutusPurposeTag Source # 
Instance details

Defined in Test.Cardano.Ledger.Examples.STSTestUtils

Generic PlutusPurposeTag Source # 
Instance details

Defined in Test.Cardano.Ledger.Examples.STSTestUtils

Associated Types

type Rep PlutusPurposeTag 
Instance details

Defined in Test.Cardano.Ledger.Examples.STSTestUtils

type Rep PlutusPurposeTag = D1 ('MetaData "PlutusPurposeTag" "Test.Cardano.Ledger.Examples.STSTestUtils" "cardano-ledger-test-9.9.9.9-inplace" 'False) ((C1 ('MetaCons "Spending" 'PrefixI 'False) (U1 ∷ Type → Type) :+: (C1 ('MetaCons "Minting" 'PrefixI 'False) (U1 ∷ Type → Type) :+: C1 ('MetaCons "Certifying" 'PrefixI 'False) (U1 ∷ Type → Type))) :+: (C1 ('MetaCons "Withdrawing" 'PrefixI 'False) (U1 ∷ Type → Type) :+: (C1 ('MetaCons "Voting" 'PrefixI 'False) (U1 ∷ Type → Type) :+: C1 ('MetaCons "Proposing" 'PrefixI 'False) (U1 ∷ Type → Type))))
Show PlutusPurposeTag Source # 
Instance details

Defined in Test.Cardano.Ledger.Examples.STSTestUtils

Eq PlutusPurposeTag Source # 
Instance details

Defined in Test.Cardano.Ledger.Examples.STSTestUtils

Ord PlutusPurposeTag Source # 
Instance details

Defined in Test.Cardano.Ledger.Examples.STSTestUtils

ToExpr PlutusPurposeTag Source # 
Instance details

Defined in Test.Cardano.Ledger.Examples.STSTestUtils

type Rep PlutusPurposeTag Source # 
Instance details

Defined in Test.Cardano.Ledger.Examples.STSTestUtils

type Rep PlutusPurposeTag = D1 ('MetaData "PlutusPurposeTag" "Test.Cardano.Ledger.Examples.STSTestUtils" "cardano-ledger-test-9.9.9.9-inplace" 'False) ((C1 ('MetaCons "Spending" 'PrefixI 'False) (U1 ∷ Type → Type) :+: (C1 ('MetaCons "Minting" 'PrefixI 'False) (U1 ∷ Type → Type) :+: C1 ('MetaCons "Certifying" 'PrefixI 'False) (U1 ∷ Type → Type))) :+: (C1 ('MetaCons "Withdrawing" 'PrefixI 'False) (U1 ∷ Type → Type) :+: (C1 ('MetaCons "Voting" 'PrefixI 'False) (U1 ∷ Type → Type) :+: C1 ('MetaCons "Proposing" 'PrefixI 'False) (U1 ∷ Type → Type))))

mkTxDats ∷ Era era ⇒ Data era → TxDats era Source #