Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
data ColeCommand Source #
NodeCmd NodeCmd | |
Genesis NewDirectory GenesisParameters | |
PrintGenesisHash GenesisFile | |
Keygen NewSigningKeyFile | |
ToVerification ColeKeyFormat SigningKeyFile NewVerificationKeyFile | |
PrettySigningKeyPublic ColeKeyFormat SigningKeyFile | |
MigrateDelegateKeyFrom | |
| |
PrintSigningKeyAddress ColeKeyFormat NetworkId SigningKeyFile | |
GetLocalNodeTip NetworkId | |
SubmitTx NetworkId TxFile | Filepath of transaction to submit. |
SpendGenesisUTxO | |
| |
SpendUTxO | |
| |
GetTxId TxFile | |
ValidateCBOR | |
| |
PrettyPrintCBOR FilePath |
Instances
Show ColeCommand Source # | |
Defined in Bcc.CLI.Cole.Commands |
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 #