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