morley-client-0.3.0: Client to interact with the Tezos blockchain
Safe HaskellSafe-Inferred
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 octez-client output.

parseSecretKeyEncryption :: Text -> Either SecretKeyEncryptionParserException SecretKeyEncryption Source #