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

Morley.Client.Env

Contents

Description

Runtime environment for morley-client.

Synopsis

Documentation

data MorleyClientEnv' m Source #

Runtime environment for morley client.

Constructors

MorleyClientEnv 

Fields

Lens

mceSecretKeyL :: forall m. Lens' (MorleyClientEnv' m) (Maybe SecretKey) Source #