cardano-cli-1.22.0
Safe HaskellNone
LanguageHaskell2010

Cardano.CLI.Byron.UpdateProposal

Documentation

data ParametersToUpdate Source #

Constructors

ScriptVersion Word16 
SlotDuration Natural 
MaxBlockSize Natural 
MaxHeaderSize Natural 
MaxTxSize Natural 
MaxProposalSize Natural 
MpcThd LovelacePortion 
HeavyDelThd LovelacePortion 
UpdateVoteThd LovelacePortion

UpdateVoteThd: This represents the minimum percentage of the total number of genesis keys that have to endorse a protocol version to be able to become adopted.

UpdateProposalThd LovelacePortion

UpdateProposalTTL: If after the number of slots specified the proposal does not reach majority of approvals, the proposal is simply discarded.

UpdateProposalTTL SlotNumber 
SoftforkRuleParam SoftforkRule 
TxFeePolicy TxFeePolicy 
UnlockStakeEpoch EpochNumber