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

Test.Cardano.Ledger.TestableEra

Description

Defines the requirements on an era to be testable

Documentation

class (ApplyBlock era, ApplyTx era, GetLedgerView era) ⇒ TestableEra era Source #