cardano-cli-1.36.0: The Cardano command-line interface
Safe HaskellSafe-Inferred
LanguageHaskell2010

Cardano.CLI.Shelley.Run.Node

Synopsis

Documentation

runNodeIssueOpCert 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 ShelleyNodeCmdError IO () 

readColdVerificationKeyOrFileColdVerificationKeyOrFileIO (Either (FileError TextEnvelopeError) (VerificationKey StakePoolKey)) Source #

Read a cold verification key or file.

If a filepath is provided, it will be interpreted as a text envelope formatted file.