Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
- type Block = CardanoBlock StandardCrypto
- type VerificationKey = VerKeyDSIGN (DSIGN StandardCrypto)
- type SigningKey = SignKeyDSIGN (DSIGN StandardCrypto)
- readKeyPair :: FilePath -> IO (VerificationKey PaymentKey, SigningKey PaymentKey)
- readFileTextEnvelopeThrow :: HasTextEnvelope a => AsType a -> FilePath -> IO a
- readVerificationKey :: FilePath -> IO (VerificationKey PaymentKey)
- retry :: forall e m a. (MonadCatch m, MonadDelay m, Exception e) => (e -> Bool) -> m a -> m a
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 #
readVerificationKey :: FilePath -> IO (VerificationKey PaymentKey) Source #