morley-client-0.1.1: 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 :: forall n. SingIPeano n => Text -> Either FeeParserException (SizedList n TezosMutez) Source #

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

parseSecretKeyEncryption :: Text -> Either SecretKeyEncryptionParserException SecretKeyEncryption Source #