Copyright | Alexander Krupenkin 2017-2018 |
---|---|
License | BSD3 |
Maintainer | mail@akru.me |
Stability | experimental |
Portability | noportable |
Safe Haskell | None |
Language | Haskell2010 |
This module is internal, the purpose is to define helper classes and functions to assist in encoding and decoding Solidity types for function calls and events. The user of this library should have no need to use this directly in application code.
Orphan instances
(AbiGet a, GenericAbiGet (NP I as)) => GenericAbiGet (NP I (a ': as)) Source # | |
GenericAbiGet (NP f ([] :: [k])) Source # | |
GenericAbiGet (NP f as) => GenericAbiGet (SOP f (as ': ([] :: [[k]]))) Source # | |
AbiData (NP f as) => GenericAbiPut (SOP f (as ': ([] :: [[k]]))) Source # | |