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

Cardano.CLI.Byron.Key

Contents

Synopsis

Keys

prettyPublicKeyVerificationKey ByronKeyText Source #

Print some invariant properties of a public key: its hash and formatted view.

readPaymentVerificationKeyVerificationKeyFile InExceptT ByronKeyFailure IO VerificationKey Source #

Read verification key from a file. Throw an error if the file can't be read or the key fails to deserialise.