Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
HashToStdout | The hash is written to stdout |
CheckHash !hash | The hash to check against |
HashToFile !(File () 'Out) | The output file to which the hash is written |
data HashAnchorDataCmdArgs Source #
Instances
Show HashAnchorDataCmdArgs Source # | |
Defined in Cardano.CLI.Commands.Hash |
data HashScriptCmdArgs Source #
Instances
Show HashScriptCmdArgs Source # | |
Defined in Cardano.CLI.Commands.Hash |
data AnchorDataHashSource Source #
AnchorDataHashSourceBinaryFile (File ProposalBinary 'In) | |
AnchorDataHashSourceTextFile (File ProposalText 'In) | |
AnchorDataHashSourceText Text | |
AnchorDataHashSourceURL Url |
Instances
Show AnchorDataHashSource Source # | |
Defined in Cardano.CLI.Commands.Hash |
renderHashCmds :: HashCmds -> Text Source #