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