web3-0.8.3.0: Ethereum API for Haskell

CopyrightAlexander Krupenkin 2017-2018
LicenseBSD3
Maintainermail@akru.me
Stabilityexperimental
Portabilitynoportable
Safe HaskellNone
LanguageHaskell2010

Data.Solidity.Abi.Generic

Contents

Description

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 # 
Instance details

Methods

gAbiGet :: Get (NP I (a ': as)) Source #

GenericAbiGet (NP f ([] :: [k])) Source # 
Instance details

Methods

gAbiGet :: Get (NP f []) Source #

GenericAbiGet (NP f as) => GenericAbiGet (SOP f (as ': ([] :: [[k]]))) Source # 
Instance details

Methods

gAbiGet :: Get (SOP f (as ': [])) Source #

AbiData (NP f as) => GenericAbiPut (SOP f (as ': ([] :: [[k]]))) Source # 
Instance details

Methods

gAbiPut :: Putter (SOP f (as ': [])) Source #