morley-client-0.1.0: Client to interact with the Tezos blockchain
Safe HaskellNone
LanguageHaskell2010

Morley.Client.TezosClient.Parser

Description

Parsers that are used in Morley.Client.TezosClient.Impl

Synopsis

Documentation

parseBakerFeeFromOutput :: Text -> Int -> Either FeeParserException [TezosMutez] Source #

Function to parse baker fee from given tezos-client output.

parseSecretKeyEncryption :: Text -> Either SecretKeyEncryptionParserException SecretKeyEncryption Source #