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

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

Make appropriate ClientLogAction based on verbosity specified by the user.

Lens