cardano-cli-8.23.1.0: The Cardano command-line interface
Safe HaskellSafe-Inferred
LanguageHaskell2010

Cardano.CLI.EraBased.Commands.Key

Synopsis

Documentation

data KeyVerificationKeyCmdArgs Source #

Get a verification key from a signing key. This supports all key types

Constructors

KeyVerificationKeyCmdArgs 

Fields

data KeyNonExtendedKeyCmdArgs Source #

Get a non-extended verification key from an extended verification key. This supports all extended key types.

Constructors

KeyNonExtendedKeyCmdArgs 

Fields

data KeyConvertByronKeyCmdArgs Source #

Convert a Byron payment, genesis or genesis delegate key (signing or verification) to a corresponding Shelley-format key.

Constructors

KeyConvertByronKeyCmdArgs 

Fields

data KeyConvertITNKeyCmdArgs Source #

Convert an Incentivized Testnet (ITN) non-extended (Ed25519) signing or verification key to a corresponding Shelley stake key

Constructors

KeyConvertITNKeyCmdArgs 

Fields

data KeyConvertITNExtendedKeyCmdArgs Source #

Convert an Incentivized Testnet (ITN) extended (Ed25519Extended) signing key to a corresponding Shelley stake signing key

Constructors

KeyConvertITNExtendedKeyCmdArgs 

Fields

data KeyConvertITNBip32KeyCmdArgs Source #

Convert an Incentivized Testnet (ITN) BIP32 (Ed25519Bip32) signing key to a corresponding Shelley stake signing key

Constructors

KeyConvertITNBip32KeyCmdArgs 

Fields

data KeyConvertCardanoAddressKeyCmdArgs Source #

Convert a cardano-address extended signing key to a corresponding Shelley-format key

Constructors

KeyConvertCardanoAddressKeyCmdArgs 

Fields