Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- data NodeParams = NodeParams {}
- networkId ∷ Lens' NodeParams NetworkId
- protocolParameters ∷ Lens' NodeParams (BundledProtocolParameters BabbageEra)
- systemStart ∷ Lens' NodeParams SystemStart
- eraHistory ∷ Lens' NodeParams (EraHistory CardanoMode)
- stakePools ∷ Lens' NodeParams (Set PoolId)
- slotLength ∷ Lens' NodeParams SlotLength
- protocolVersion ∷ Lens' ProtocolParameters (Natural, Natural)
- decentralization ∷ Lens' ProtocolParameters (Maybe Rational)
- extraPraosEntropy ∷ Lens' ProtocolParameters (Maybe PraosNonce)
- maxBlockHeaderSize ∷ Lens' ProtocolParameters Natural
- maxBlockBodySize ∷ Lens' ProtocolParameters Natural
- maxTxSize ∷ Lens' ProtocolParameters Natural
- txFeeFixed ∷ Lens' ProtocolParameters Lovelace
- txFeeFerByte ∷ Lens' ProtocolParameters Lovelace
- minUTxOValue ∷ Lens' ProtocolParameters (Maybe Lovelace)
- stakeAddressDeposit ∷ Lens' ProtocolParameters Lovelace
- stakePoolDeposit ∷ Lens' ProtocolParameters Lovelace
- minPoolCost ∷ Lens' ProtocolParameters Lovelace
- poolRetireMaxEpoch ∷ Lens' ProtocolParameters EpochNo
- stakePoolTargetNum ∷ Lens' ProtocolParameters Natural
- poolPledgeInfluence ∷ Lens' ProtocolParameters Rational
- monetaryExpansion ∷ Lens' ProtocolParameters Rational
- treasuryCut ∷ Lens' ProtocolParameters Rational
- uTxOCostPerWord ∷ Lens' ProtocolParameters (Maybe Lovelace)
- costModels ∷ Lens' ProtocolParameters (Map AnyPlutusScriptVersion CostModel)
- prices ∷ Lens' ProtocolParameters (Maybe ExecutionUnitPrices)
- maxTxExUnits ∷ Lens' ProtocolParameters (Maybe ExecutionUnits)
- maxBlockExUnits ∷ Lens' ProtocolParameters (Maybe ExecutionUnits)
- maxValueSize ∷ Lens' ProtocolParameters (Maybe Natural)
- collateralPercent ∷ Lens' ProtocolParameters (Maybe Natural)
- maxCollateralInputs ∷ Lens' ProtocolParameters (Maybe Natural)
- uTxOCostPerByte ∷ Lens' ProtocolParameters (Maybe Lovelace)