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

Test.Cardano.Ledger.Constrained.Conway.Pool

Description

Specs necessary to generate, environment, state, and signal for the POOL rule

Documentation

poolEnvSpec ∷ ∀ era. EraSpecPParams era ⇒ WitUniv era → Specification (PoolEnv era) Source #

pStateSpec ∷ ∀ era. Era era ⇒ WitUniv era → Specification (PState era) Source #

poolCertSpec ∷ ∀ era. EraSpecPParams era ⇒ WitUniv era → PoolEnv era → PState era → Specification PoolCert Source #