Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Documentation
type VerificationKey = VerKeyDSIGN (DSIGN StandardCrypto) Source #
type SigningKey = SignKeyDSIGN (DSIGN StandardCrypto) Source #
readKeyPair :: FilePath -> IO (VerificationKey PaymentKey, SigningKey PaymentKey) Source #
readFileTextEnvelopeThrow :: HasTextEnvelope a => AsType a -> FilePath -> IO a Source #