cardano-ledger-shelley-0.1.0.0
Safe Haskell None
Language Haskell2010

Cardano.Ledger.Shelley.API.Genesis

Synopsis

Documentation

class CanStartFromGenesis era where Source #

Indicates that this era may be bootstrapped from ShelleyGenesis .

Associated Types

type AdditionalGenesisConfig era :: Type Source #

Additional genesis configuration necessary for this era.

Methods

initialState :: ShelleyGenesis era -> AdditionalGenesisConfig era -> NewEpochState era Source #

Construct an initial state given a ShelleyGenesis and any appropriate AdditionalGenesisConfig for the era.