hs-abci-test-utils-0.1.0.0

Safe HaskellNone
LanguageHaskell2010

Tendermint.Utils.Events

Synopsis

Documentation

class ToEvent e => FromEvent e where Source #

A class that can parse event log items in the deliverTx response. Primarily | useful for client applications and testing.

Minimal complete definition

Nothing

Methods

fromEvent :: Event -> Either Text e Source #

fromEvent :: FromJSON e => Event -> Either Text e Source #