Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- data ClientCommand
- = AnyEraCommand AnyEraCommand
- | AddressCommand AddressCmds
- | ByronCommand ByronCommand
- | CompatibleCommands AnyCompatibleCommand
- | HashCmds HashCmds
- | KeyCommands KeyCmds
- | NodeCommands NodeCmds
- | QueryCommands (QueryCmds era)
- | LegacyCmds LegacyCmds
- | CliPingCommand PingCmd
- | CliDebugCmds DebugCmds
- | Help ParserPrefs (ParserInfo a)
- | DisplayVersion
Documentation
data ClientCommand Source #
Sub-commands of 'cardano-cli'.
AnyEraCommand AnyEraCommand | |
AddressCommand AddressCmds | |
ByronCommand ByronCommand | Byron Related Commands |
CompatibleCommands AnyCompatibleCommand | Backward compatible commands for testing only |
HashCmds HashCmds | Era-agnostic hashing commands |
KeyCommands KeyCmds | Era agnostic key commands |
NodeCommands NodeCmds | Era agnostic node commands |
QueryCommands (QueryCmds era) | Query commands |
LegacyCmds LegacyCmds | Legacy shelley-based Commands |
CliPingCommand PingCmd | |
CliDebugCmds DebugCmds | |
Help ParserPrefs (ParserInfo a) | |
DisplayVersion |