| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Bcc.CLI.Sophie.Run.Node
Documentation
data SophieNodeCmdError Source #
Constructors
| SophieNodeCmdReadFileError !(FileError TextEnvelopeError) |
Instances
| Show SophieNodeCmdError Source # | |
Defined in Bcc.CLI.Sophie.Run.Node | |
runNodeCmd ∷ NodeCmd → ExceptT SophieNodeCmdError IO () Source #
Arguments
| ∷ VerificationKeyOrFile KesKey | This is the hot KES verification key. |
| → SigningKeyFile | This is the cold signing key. |
| → OpCertCounterFile | Counter that establishes the precedence of the operational certificate. |
| → KESPeriod | Start of the validity period for this certificate. |
| → OutputFile | |
| → ExceptT SophieNodeCmdError IO () |