Copyright | Alexander Krupenkin 2017-2018 |
---|---|
License | BSD3 |
Maintainer | mail@akru.me |
Stability | experimental |
Portability | unportable |
Safe Haskell | None |
Language | Haskell2010 |
This module is internal, the purpose is to define helper classes and functions to assist in event decoding. The user of this library should have no need to use this directly in application code.
Documentation
class DecodeEvent i ni e | e -> i ni where Source #
Instances
(IndexedEvent i ni e, Generic i, Rep i ~ SOP I (hli ': ([] :: [[Type]])), AbiGet ni, Generic ni, Rep ni ~ SOP I (hlni ': ([] :: [[Type]])), Generic e, Rep e ~ SOP I (hle ': ([] :: [[Type]])), CombineChange i ni e, ArrayParser (SOP I (hli ': ([] :: [[Type]])))) => DecodeEvent (i :: Type) (ni :: Type) e Source # | |
Defined in Data.Solidity.Event |
class IndexedEvent i ni e | e -> i ni where Source #
isAnonymous :: Proxy e -> Bool Source #