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