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

Morley.Client.TezosClient.Config

Description

octez-client config.

Synopsis

Documentation

newtype TezosClientConfig Source #

Configuration maintained by octez-client, see its config subcommands (e. g. octez-client config show). Only the field we are interested in is present here.

Constructors

TezosClientConfig 

octez-client api

getTezosClientConfig :: FilePath -> Maybe FilePath -> IO TezosClientConfig Source #

Read octez-client configuration.