web3-0.6.0.0: Ethereum API for Haskell

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

Network.Ethereum.Web3.Encoding.Bytes

Description

The type bytesM support.

Synopsis

Documentation

newtype BytesN n Source #

Fixed length byte array

Constructors

BytesN 

Fields

Instances

Eq (BytesN n) Source # 

Methods

(==) :: BytesN n -> BytesN n -> Bool #

(/=) :: BytesN n -> BytesN n -> Bool #

Ord (BytesN n) Source # 

Methods

compare :: BytesN n -> BytesN n -> Ordering #

(<) :: BytesN n -> BytesN n -> Bool #

(<=) :: BytesN n -> BytesN n -> Bool #

(>) :: BytesN n -> BytesN n -> Bool #

(>=) :: BytesN n -> BytesN n -> Bool #

max :: BytesN n -> BytesN n -> BytesN n #

min :: BytesN n -> BytesN n -> BytesN n #

KnownNat n => Show (BytesN n) Source # 

Methods

showsPrec :: Int -> BytesN n -> ShowS #

show :: BytesN n -> String #

showList :: [BytesN n] -> ShowS #

KnownNat n => ABIEncoding (BytesN n) Source #