cardano-cli
Safe HaskellNone
LanguageHaskell2010

Cardano.CLI.EraIndependent.Hash.Command

Documentation

data HashGoal hash Source #

Constructors

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

Instances

Instances details
Show hash => Show (HashGoal hash) Source # 
Instance details

Defined in Cardano.CLI.EraIndependent.Hash.Command

Methods

showsPrec :: Int -> HashGoal hash -> ShowS Source #

show :: HashGoal hash -> String Source #

showList :: [HashGoal hash] -> ShowS Source #

data HashScriptCmdArgs Source #

Constructors

HashScriptCmdArgs 

Fields