Safe Haskell | None |
---|---|
Language | Haskell2010 |
Parameters fixed in the genesis file: GenesisParameters
Synopsis
- data GenesisParameters = GenesisParameters {
- protocolParamSystemStart ∷ UTCTime
- protocolParamNetworkId ∷ NetworkId
- protocolParamActiveSlotsCoefficient ∷ Rational
- protocolParamSecurity ∷ Int
- protocolVestMultiple ∷ Word64
- protocolParamEpochLength ∷ EpochSize
- protocolParamSlotLength ∷ NominalDiffTime
- protocolParamSlotsPerKESPeriod ∷ Int
- protocolParamMaxKESEvolutions ∷ Int
- protocolParamUpdateQuorum ∷ Int
- protocolParamMaxEntropicSupply ∷ Entropic
- protocolInitialUpdateableProtocolParameters ∷ ProtocolParameters
- newtype EpochSize = EpochSize {}
- fromSophieGenesis ∷ SophieGenesis era → GenesisParameters
Protocol paramaters fixed in the genesis file
data GenesisParameters Source #
GenesisParameters | |
|