cardano-cli
Safe HaskellNone
LanguageHaskell2010

Cardano.CLI.Byron.Key

Contents

Synopsis

Keys

prettyPublicKey :: VerificationKey ByronKey -> Text Source #

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

readPaymentVerificationKey :: VerificationKeyFile 'In -> ExceptT 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.