| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Cardano.CLI.Read.Committee.ColdKey
Synopsis
- data AnyCommitteeColdVerificationKey where
- readCommitteeColdBech32VerificationKeyText :: Text -> Validation [Bech32DecodeError] AnyCommitteeColdVerificationKey
- readCommitteeColdHexVerificationKeyText :: Text -> Validation [RawBytesHexError] AnyCommitteeColdVerificationKey
- readCommitteeColdVerificationKeyFile :: FileOrPipe -> IO (Either (FileError TextEnvelopeError) AnyCommitteeColdVerificationKey)
Documentation
data AnyCommitteeColdVerificationKey where Source #
Constructors
Instances
Read bech32 or hex encoded Committee Hot verification key
readCommitteeColdBech32VerificationKeyText :: Text -> Validation [Bech32DecodeError] AnyCommitteeColdVerificationKey Source #
readCommitteeColdHexVerificationKeyText :: Text -> Validation [RawBytesHexError] AnyCommitteeColdVerificationKey Source #