web3-solidity-1.0.0.0: Solidity language for Haskell Web3 library.
CopyrightAleksandr Krupenkin 2016-2021
LicenseApache-2.0
Maintainermail@akru.me
Stabilityexperimental
Portabilitynoportable
Safe HaskellNone
LanguageHaskell2010

Data.Solidity.Abi.Generic

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]) Source # 
Instance details

Methods

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

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

Methods

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