morley-client-0.4.0: Client to interact with the Tezos blockchain
Safe HaskellSafe-Inferred
LanguageHaskell2010

Morley.Client.Parser

Synopsis

Documentation

clientParser :: Parser (IO ()) Source #

Parser for the morley-client executable.

Internals

baseUrlReader :: ReadM BaseUrl Source #

Utility reader to use in parsing BaseUrl.

data OriginateArgs Source #

Constructors

OriginateArgs 

Fields

Re-exports

parserInfo :: ("usage" :! Doc) -> ("description" :! String) -> ("header" :! String) -> ("parser" :! Parser s) -> ParserInfo s #