Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- runHashCmds :: HashCmds -> ExceptT HashCmdError IO ()
- getByteStringFromURL :: [SupportedSchemas] -> Text -> ExceptT FetchURLError IO ByteString
- data SupportedSchemas
- allSchemas :: [SupportedSchemas]
- httpsAndIpfsSchemas :: [SupportedSchemas]
- carryHashChecks :: PotentiallyCheckedAnchor anchorType (Anchor StandardCrypto) -> ExceptT HashCheckError IO ()
Documentation
runHashCmds :: HashCmds -> ExceptT HashCmdError IO () Source #
data SupportedSchemas Source #
Instances
Show SupportedSchemas Source # | |
Defined in Cardano.CLI.Run.Hash | |
Eq SupportedSchemas Source # | |
Defined in Cardano.CLI.Run.Hash (==) :: SupportedSchemas -> SupportedSchemas -> Bool Source # (/=) :: SupportedSchemas -> SupportedSchemas -> Bool Source # |
:: PotentiallyCheckedAnchor anchorType (Anchor StandardCrypto) | The information about anchor data and whether to check the hash (see |
-> ExceptT HashCheckError IO () |
Check the hash of the anchor data against the hash in the anchor if checkHash is set to CheckHash.