hydra-node-0.20.0: The Hydra node
Safe HaskellSafe-Inferred
LanguageGHC2021

Hydra.Chain.Direct.Util

Documentation

type Block = CardanoBlock StandardCrypto Source #

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 #