cardano-ledger-conway-1.20.0.0: Cardano ledger with an updated on-chain governance system.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Test.Cardano.Ledger.Conway.Era

Synopsis

Documentation

class (BabbageEraTest era, ConwayEraTxBody era, ConwayEraCertState era, ConwayEraGov era, ConwayEraAccounts era) ⇒ ConwayEraTest era Source #

Instances

Instances details
ConwayEraTest ConwayEra Source # 
Instance details

Defined in Test.Cardano.Ledger.Conway.Era

mkConwayTestAccountStateConwayEraAccounts era ⇒ CompactForm CoinMaybe (KeyHash 'StakePool) → Maybe DRepAccountState era Source #

similar to mkShelleyTestAccountState, but it ignores the mPtr, and doesn't need to test that mDRep is SNothing, since this is the Conway Era, where DReps can be allocated.

Orphan instances