Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Cardano.Api.GenesisParameters
Description
Parameters fixed in the genesis file: GenesisParameters
Synopsis
- data GenesisParameters = GenesisParameters {
- protocolParamSystemStart ∷ UTCTime
- protocolParamNetworkId ∷ NetworkId
- protocolParamActiveSlotsCoefficient ∷ Rational
- protocolParamSecurity ∷ Int
- protocolParamEpochLength ∷ EpochSize
- protocolParamSlotLength ∷ NominalDiffTime
- protocolParamSlotsPerKESPeriod ∷ Int
- protocolParamMaxKESEvolutions ∷ Int
- protocolParamUpdateQuorum ∷ Int
- protocolParamMaxLovelaceSupply ∷ Lovelace
- protocolInitialUpdateableProtocolParameters ∷ ProtocolParameters
- newtype EpochSize = EpochSize {}
- fromShelleyGenesis ∷ ShelleyGenesis era → GenesisParameters
Protocol parameters fixed in the genesis file
data GenesisParameters Source #
Constructors
GenesisParameters | |
Fields
|
Constructors
EpochSize | |
Fields |