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