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

Morley.Client.RPC.Aeson

Description

Helpers for the aeson package.

Currently we need this module due to "GHC stage restriction".

Synopsis

Documentation

morleyClientAesonOptions :: Options Source #

We use these Options to produce JSON encoding in the format that RPC expects. We are not using defaults from morley because we need a specific format.