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