Safe Haskell | None |
---|---|
Language | Haskell2010 |
Parameters fixed in the genesis file: GenesisParameters
Synopsis
- data GenesisParameters era = GenesisParameters {
- protocolParamSystemStart :: UTCTime
- protocolParamNetworkId :: NetworkId
- protocolParamActiveSlotsCoefficient :: Rational
- protocolParamSecurity :: Int
- protocolParamEpochLength :: EpochSize
- protocolParamSlotLength :: NominalDiffTime
- protocolParamSlotsPerKESPeriod :: Int
- protocolParamMaxKESEvolutions :: Int
- protocolParamUpdateQuorum :: Int
- protocolParamMaxLovelaceSupply :: Coin
- protocolInitialUpdateableProtocolParameters :: PParams (ShelleyLedgerEra era)
- newtype EpochSize = EpochSize {}
- fromShelleyGenesis :: ShelleyGenesis StandardCrypto -> GenesisParameters ShelleyEra
Protocol parameters fixed in the genesis file
data GenesisParameters era Source #
GenesisParameters | |
|