Safe Haskell | None |
---|---|
Language | Haskell2010 |
Cardano.CLI.Byron.Commands
Documentation
data ByronCommand Source #
Constructors
Instances
Show ByronCommand Source # | |
Defined in Cardano.CLI.Byron.Commands |
Constructors
CreateVote | |
UpdateProposal NetworkId (SigningKeyFile 'In) ProtocolVersion SoftwareVersion SystemTag InstallerHash FilePath ByronProtocolParametersUpdate | |
SubmitUpdateProposal SocketPath NetworkId FilePath | Update proposal filepath. |
SubmitVote SocketPath NetworkId FilePath | Vote filepath. |
type VerificationKeyFile = File (VerificationKey ()) Source #
newtype NewVerificationKeyFile Source #
Constructors
NewVerificationKeyFile FilePath |
Instances
newtype CertificateFile Source #
Constructors
CertificateFile | |
Fields |
Instances
Show CertificateFile Source # | |
Defined in Cardano.CLI.Types.Common | |
Eq CertificateFile Source # | |
Defined in Cardano.CLI.Types.Common Methods (==) :: CertificateFile -> CertificateFile -> Bool Source # (/=) :: CertificateFile -> CertificateFile -> Bool Source # |
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 # |