web3-0.7.3.0: Ethereum API for Haskell

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

Network.Ethereum.ABI.Prim.Address

Description

Ethereum ABI address type.

Synopsis

Documentation

data Address #

Ethereum account address

Instances

Eq Address # 

Methods

(==) :: Address -> Address -> Bool #

(/=) :: Address -> Address -> Bool #

Ord Address # 
Show Address # 
IsString Address # 

Methods

fromString :: String -> Address #

Generic Address # 

Associated Types

type Rep Address :: * -> * #

Methods

from :: Address -> Rep Address x #

to :: Rep Address x -> Address #

ToJSON Address # 
FromJSON Address # 
Generic Address # 

Associated Types

type Code Address :: [[*]] #

ABIGet Address # 

Methods

abiGet :: Get Address #

ABIPut Address # 
ABIType Address # 

Methods

isDynamic :: Proxy * Address -> Bool #

type Rep Address # 
type Rep Address = D1 * (MetaData "Address" "Network.Ethereum.ABI.Prim.Address" "web3-0.7.3.0-AS6kJCy23KXKTnALpFowhj" True) (C1 * (MetaCons "Address" PrefixI True) (S1 * (MetaSel (Just Symbol "unAddress") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * (UIntN 160))))
type Code Address #