Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
data ByronCommand Source #
Instances
Show ByronCommand Source # | |
Defined in Cardano.CLI.Byron.Commands |
CreateVote | |
UpdateProposal NetworkId (SigningKeyFile 'In) ProtocolVersion SoftwareVersion SystemTag InstallerHash FilePath ByronProtocolParametersUpdate | |
SubmitUpdateProposal SocketPath NetworkId FilePath | Update proposal filepath. |
SubmitVote SocketPath NetworkId FilePath | Vote filepath. |
backwardsCompatibilityCommands :: EnvCli -> Parser ClientCommand Source #
parseByronCommands :: EnvCli -> 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 #