Safe Haskell | None |
---|---|
Language | Haskell2010 |
Cardano.CLI.Byron.Commands
Documentation
data ByronCommand Source #
Constructors
Instances
Show ByronCommand Source # | |
Defined in Cardano.CLI.Byron.Commands Methods showsPrec :: Int -> ByronCommand -> ShowS # show :: ByronCommand -> String # showList :: [ByronCommand] -> ShowS # |
Constructors
CreateVote NetworkId SigningKeyFile FilePath Bool FilePath | |
UpdateProposal NetworkId SigningKeyFile ProtocolVersion SoftwareVersion SystemTag InstallerHash FilePath [ParametersToUpdate] | |
SubmitUpdateProposal NetworkId FilePath | Update proposal filepath. |
SubmitVote NetworkId FilePath | Vote filepath. |
newtype VerificationKeyFile Source #
Constructors
VerificationKeyFile | |
Fields |
Instances
Eq VerificationKeyFile Source # | |
Defined in Cardano.CLI.Types Methods (==) :: VerificationKeyFile -> VerificationKeyFile -> Bool # (/=) :: VerificationKeyFile -> VerificationKeyFile -> Bool # | |
Show VerificationKeyFile Source # | |
Defined in Cardano.CLI.Types Methods showsPrec :: Int -> VerificationKeyFile -> ShowS # show :: VerificationKeyFile -> String # showList :: [VerificationKeyFile] -> ShowS # |
newtype NewVerificationKeyFile Source #
Constructors
NewVerificationKeyFile FilePath |
Instances
newtype CertificateFile Source #
Constructors
CertificateFile | |
Fields |
Instances
Eq CertificateFile Source # | |
Defined in Cardano.CLI.Types Methods (==) :: CertificateFile -> CertificateFile -> Bool # (/=) :: CertificateFile -> CertificateFile -> Bool # | |
Show CertificateFile Source # | |
Defined in Cardano.CLI.Types Methods showsPrec :: Int -> CertificateFile -> ShowS # show :: CertificateFile -> String # showList :: [CertificateFile] -> ShowS # |
newtype NewCertificateFile Source #
Constructors
NewCertificateFile | |
Instances
Eq NewCertificateFile Source # | |
Defined in Cardano.CLI.Byron.Commands Methods (==) :: NewCertificateFile -> NewCertificateFile -> Bool # (/=) :: NewCertificateFile -> NewCertificateFile -> Bool # | |
Show NewCertificateFile Source # | |
Defined in Cardano.CLI.Byron.Commands Methods showsPrec :: Int -> NewCertificateFile -> ShowS # show :: NewCertificateFile -> String # showList :: [NewCertificateFile] -> ShowS # | |
IsString NewCertificateFile Source # | |
Defined in Cardano.CLI.Byron.Commands Methods fromString :: String -> NewCertificateFile # |