Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- data LogEpochStateCmdArgs = LogEpochStateCmdArgs {
- nodeSocketPath :: !SocketPath
- configurationFile :: !(NodeConfigFile 'In)
- outputFilePath :: !(File Configuration 'Out)
- data Configuration
Documentation
data LogEpochStateCmdArgs Source #
The arguments for the 'debug log-epoch-state' command.
This command will connect to a local node and log the epoch state.
LogEpochStateCmdArgs | |
|
Instances
data Configuration Source #
A phantom type to represent the configuration file.