| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Cardano.CLI.Byron.Command
Documentation
data ByronCommand Source #
Constructors
Instances
| Show ByronCommand Source # | |
Defined in Cardano.CLI.Byron.Command | |
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.Type.Common | |
| Eq CertificateFile Source # | |
Defined in Cardano.CLI.Type.Common Methods (==) :: CertificateFile -> CertificateFile -> Bool Source # (/=) :: CertificateFile -> CertificateFile -> Bool Source # | |
newtype NewCertificateFile Source #
Constructors
| NewCertificateFile | |
Instances
| IsString NewCertificateFile Source # | |
Defined in Cardano.CLI.Byron.Command Methods | |
| Show NewCertificateFile Source # | |
Defined in Cardano.CLI.Byron.Command | |
| Eq NewCertificateFile Source # | |
Defined in Cardano.CLI.Byron.Command Methods (==) :: NewCertificateFile -> NewCertificateFile -> Bool Source # (/=) :: NewCertificateFile -> NewCertificateFile -> Bool Source # | |