Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Cardano.CLI.Byron.Commands
Documentation
data ByronCommand Source #
Constructors
Instances
Show ByronCommand Source # | |
Defined in Cardano.CLI.Byron.Commands |
Constructors
CreateVote NetworkId SigningKeyFile FilePath Bool FilePath | |
UpdateProposal NetworkId SigningKeyFile ProtocolVersion SoftwareVersion SystemTag InstallerHash FilePath ByronProtocolParametersUpdate | |
SubmitUpdateProposal NetworkId FilePath | Update proposal filepath. |
SubmitVote NetworkId FilePath | Vote filepath. |
newtype VerificationKeyFile Source #
Constructors
VerificationKeyFile | |
Fields |
Instances
Show VerificationKeyFile Source # | |
Defined in Cardano.CLI.Types | |
Eq VerificationKeyFile Source # | |
Defined in Cardano.CLI.Types Methods (==) ∷ VerificationKeyFile → VerificationKeyFile → Bool Source # (/=) ∷ VerificationKeyFile → VerificationKeyFile → Bool Source # |
newtype NewVerificationKeyFile Source #
Constructors
NewVerificationKeyFile FilePath |
Instances
newtype CertificateFile Source #
Constructors
CertificateFile | |
Fields |
Instances
Show CertificateFile Source # | |
Defined in Cardano.CLI.Types | |
Eq CertificateFile Source # | |
Defined in Cardano.CLI.Types Methods |
newtype NewCertificateFile Source #
Constructors
NewCertificateFile | |
Instances
IsString NewCertificateFile Source # | |
Defined in Cardano.CLI.Byron.Commands Methods | |
Show NewCertificateFile Source # | |
Defined in Cardano.CLI.Byron.Commands | |
Eq NewCertificateFile Source # | |
Defined in Cardano.CLI.Byron.Commands Methods (==) ∷ NewCertificateFile → NewCertificateFile → Bool Source # (/=) ∷ NewCertificateFile → NewCertificateFile → Bool Source # |