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

Morley.Client.Init

Contents

Description

Morley client initialization.

Synopsis

Documentation

data MorleyClientConfig Source #

Data necessary for morley client initialization.

Constructors

MorleyClientConfig 

Fields

Instances

Instances details
Show MorleyClientConfig Source # 
Instance details

Defined in Morley.Client.Init

mkMorleyClientEnv :: MonadIO m => MorleyClientConfig -> IO (MorleyClientEnv' m) Source #

Construct MorleyClientEnv.

mkLogAction :: MonadIO m => Word -> ClientLogAction m Source #

Make appropriate ClientLogAction based on verbosity specified by the user.

Lens