Safe Haskell | None |
---|---|
Language | Haskell2010 |
Proto.Utxorpc.V1alpha.Cardano.Cardano
Synopsis
- data CostModel
- data CostModels
- data ExPrices
- data ExUnits
- data PParams
- data ProtocolVersion
- data RationalNumber
- data VotingThresholds
Documentation
Fields :
values
:: Lens' CostModel [Data.Int.Int64]
vec'values
:: Lens' CostModel (Data.Vector.Unboxed.Vector Data.Int.Int64)
Instances
data CostModels Source #
Fields :
plutusV1
:: Lens' CostModels CostModel
maybe'plutusV1
:: Lens' CostModels (Prelude.Maybe CostModel)
plutusV2
:: Lens' CostModels CostModel
maybe'plutusV2
:: Lens' CostModels (Prelude.Maybe CostModel)
plutusV3
:: Lens' CostModels CostModel
maybe'plutusV3
:: Lens' CostModels (Prelude.Maybe CostModel)
Instances
Fields :
steps
:: Lens' ExPrices RationalNumber
maybe'steps
:: Lens' ExPrices (Prelude.Maybe RationalNumber)
memory
:: Lens' ExPrices RationalNumber
maybe'memory
:: Lens' ExPrices (Prelude.Maybe RationalNumber)
Instances
Instances
Fields :
coinsPerUtxoByte
:: Lens' PParams Data.Word.Word64
maxTxSize
:: Lens' PParams Data.Word.Word64
minFeeCoefficient
:: Lens' PParams Data.Word.Word64
minFeeConstant
:: Lens' PParams Data.Word.Word64
maxBlockBodySize
:: Lens' PParams Data.Word.Word64
maxBlockHeaderSize
:: Lens' PParams Data.Word.Word64
stakeKeyDeposit
:: Lens' PParams Data.Word.Word64
poolDeposit
:: Lens' PParams Data.Word.Word64
poolRetirementEpochBound
:: Lens' PParams Data.Word.Word64
desiredNumberOfPools
:: Lens' PParams Data.Word.Word64
poolInfluence
:: Lens' PParams RationalNumber
maybe'poolInfluence
:: Lens' PParams (Prelude.Maybe RationalNumber)
monetaryExpansion
:: Lens' PParams RationalNumber
maybe'monetaryExpansion
:: Lens' PParams (Prelude.Maybe RationalNumber)
treasuryExpansion
:: Lens' PParams RationalNumber
maybe'treasuryExpansion
:: Lens' PParams (Prelude.Maybe RationalNumber)
minPoolCost
:: Lens' PParams Data.Word.Word64
protocolVersion
:: Lens' PParams ProtocolVersion
maybe'protocolVersion
:: Lens' PParams (Prelude.Maybe ProtocolVersion)
maxValueSize
:: Lens' PParams Data.Word.Word64
collateralPercentage
:: Lens' PParams Data.Word.Word64
maxCollateralInputs
:: Lens' PParams Data.Word.Word64
costModels
:: Lens' PParams CostModels
maybe'costModels
:: Lens' PParams (Prelude.Maybe CostModels)
prices
:: Lens' PParams ExPrices
maybe'prices
:: Lens' PParams (Prelude.Maybe ExPrices)
maxExecutionUnitsPerTransaction
:: Lens' PParams ExUnits
maybe'maxExecutionUnitsPerTransaction
:: Lens' PParams (Prelude.Maybe ExUnits)
maxExecutionUnitsPerBlock
:: Lens' PParams ExUnits
maybe'maxExecutionUnitsPerBlock
:: Lens' PParams (Prelude.Maybe ExUnits)
minFeeScriptRefCostPerByte
:: Lens' PParams RationalNumber
maybe'minFeeScriptRefCostPerByte
:: Lens' PParams (Prelude.Maybe RationalNumber)
poolVotingThresholds
:: Lens' PParams VotingThresholds
maybe'poolVotingThresholds
:: Lens' PParams (Prelude.Maybe VotingThresholds)
drepVotingThresholds
:: Lens' PParams VotingThresholds
maybe'drepVotingThresholds
:: Lens' PParams (Prelude.Maybe VotingThresholds)
minCommitteeSize
:: Lens' PParams Data.Word.Word32
committeeTermLimit
:: Lens' PParams Data.Word.Word64
governanceActionValidityPeriod
:: Lens' PParams Data.Word.Word64
governanceActionDeposit
:: Lens' PParams Data.Word.Word64
drepDeposit
:: Lens' PParams Data.Word.Word64
drepInactivityPeriod
:: Lens' PParams Data.Word.Word64
Instances
data ProtocolVersion Source #
Fields :
Instances
data RationalNumber Source #
Fields :
numerator
:: Lens' RationalNumber Data.Int.Int32
denominator
:: Lens' RationalNumber Data.Word.Word32
Instances
data VotingThresholds Source #
Fields :
thresholds
:: Lens' VotingThresholds [RationalNumber]
vec'thresholds
:: Lens' VotingThresholds (Data.Vector.Vector RationalNumber)