Safe Haskell | None |
---|---|
Language | Haskell2010 |
Cardano.CLI.EraIndependent.Cip.Common
Contents
Synopsis
- data Input
- = InputTextEnvelopeFile (File () 'In)
- | InputHexText Text
- | InputBech32Text Text
- newtype InputError = InputError Text
- pInputFile :: String -> String -> Parser Input
- pInputHexText :: String -> String -> String -> Parser Input
- pInputBech32Text :: String -> String -> String -> Parser Input
- data Output
- = OutputFile (File () 'Out)
- | OutputText
- pOutputFile :: String -> String -> Parser Output
- pOutputText :: String -> String -> Parser Output
Input related
Constructors
InputTextEnvelopeFile (File () 'In) | |
InputHexText Text | |
InputBech32Text Text |
newtype InputError Source #
Constructors
InputError Text |
Instances
Show InputError Source # | |
Defined in Cardano.CLI.EraIndependent.Cip.Common | |
Error InputError Source # | |
Defined in Cardano.CLI.EraIndependent.Cip.Common Methods prettyError :: InputError -> Doc ann Source # |
Output related
Constructors
OutputFile (File () 'Out) | |
OutputText |