Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Cardano.CLI.Byron.Parsers
Documentation
data ByronCommand Source #
Constructors
Instances
Show ByronCommand Source # | |
Defined in Cardano.CLI.Byron.Commands |
Constructors
CreateVote NetworkId SigningKeyFile FilePath Bool FilePath | |
UpdateProposal NetworkId SigningKeyFile ProtocolVersion SoftwareVersion SystemTag InstallerHash FilePath ByronProtocolParametersUpdate | |
SubmitUpdateProposal NetworkId FilePath | Update proposal filepath. |
SubmitVote NetworkId FilePath | Vote filepath. |
parseByronCommands ∷ Parser ByronCommand Source #
parseHeavyDelThd ∷ Parser LovelacePortion Source #
parseInstallerHash ∷ Parser InstallerHash Source #
parseMaxBlockSize ∷ Parser Natural Source #
parseMaxHeaderSize ∷ Parser Natural Source #
parseMaxTxSize ∷ Parser Natural Source #
parseMaxProposalSize ∷ Parser Natural Source #
parseMpcThd ∷ Parser LovelacePortion Source #
parseScriptVersion ∷ Parser Word16 Source #
parseSlotDuration ∷ Parser Natural Source #
parseSoftforkRule ∷ Parser SoftforkRule Source #
parseSystemTag ∷ Parser SystemTag Source #
parseTxFeePolicy ∷ Parser TxFeePolicy Source #
parseUpdateProposalThd ∷ Parser LovelacePortion Source #
parseUpdateProposalTTL ∷ Parser SlotNumber Source #
parseUnlockStakeEpoch ∷ Parser EpochNumber Source #
parseUpdateVoteThd ∷ Parser LovelacePortion Source #