Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
data ColeCommand Source #
NodeCmd NodeCmd | |
Genesis NewDirectory GenesisParameters | |
PrintGenesisHash GenesisFile | |
Keygen NewSigningKeyFile | |
ToVerification ColeKeyFormat SigningKeyFile NewVerificationKeyFile | |
PrettySigningKeyPublic ColeKeyFormat SigningKeyFile | |
MigrateDelegateKeyFrom | |
| |
PrintSigningKeyAddress ColeKeyFormat NetworkId SigningKeyFile | |
GetLocalNodeTip NetworkId | |
SubmitTx NetworkId TxFile | Filepath of transaction to submit. |
SpendGenesisUTxO | |
| |
SpendUTxO | |
| |
GetTxId TxFile | |
ValidateCBOR | |
| |
PrettyPrintCBOR FilePath |
Instances
Show ColeCommand Source # | |
Defined in Bcc.CLI.Cole.Commands |
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 #
Instances
Eq VerificationKeyFile Source # | |
Defined in Bcc.CLI.Types | |
Show VerificationKeyFile Source # | |
Defined in Bcc.CLI.Types |
newtype NewVerificationKeyFile Source #
Instances
newtype CertificateFile Source #
Instances
Eq CertificateFile Source # | |
Defined in Bcc.CLI.Types | |
Show CertificateFile Source # | |
Defined in Bcc.CLI.Types |
newtype NewCertificateFile Source #
Instances
Eq NewCertificateFile Source # | |
Defined in Bcc.CLI.Cole.Commands | |
Show NewCertificateFile Source # | |
Defined in Bcc.CLI.Cole.Commands | |
IsString NewCertificateFile Source # | |
Defined in Bcc.CLI.Cole.Commands |