| Copyright | Alexander Krupenkin 2016-2018 |
|---|---|
| License | BSD3 |
| Maintainer | mail@akru.me |
| Stability | experimental |
| Portability | noportable |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.Ethereum.ABI.Prim
Description
Ethereum ABI encoding primitive types.
Documentation
Ethereum account address
Simplest Byte Array
type BytesN n = SizedByteArray n Bytes #
Instances
| (KnownNat n, (<=) n 256) => Bounded (IntN n) # | |
| Enum (IntN n) # | |
| Eq (IntN n) # | |
| (KnownNat n, (<=) n 256) => Integral (IntN n) # | |
| (KnownNat n, (<=) n 256) => Num (IntN n) # | |
| Ord (IntN n) # | |
| (KnownNat n, (<=) n 256) => Real (IntN n) # | |
| (KnownNat n, (<=) n 256) => Show (IntN n) # | |
| Generic (IntN n) # | |
| Bits (IntN n) # | |
| (<=) n 256 => ABIGet (IntN n) # | |
| (<=) n 256 => ABIPut (IntN n) # | |
| (<=) n 256 => ABIType (IntN n) # | |
| type Rep (IntN n) # | |
Instances
| (KnownNat n, (<=) n 256) => Bounded (UIntN n) # | |
| Enum (UIntN n) # | |
| Eq (UIntN n) # | |
| (KnownNat n, (<=) n 256) => Integral (UIntN n) # | |
| Num (UIntN n) # | |
| Ord (UIntN n) # | |
| (KnownNat n, (<=) n 256) => Real (UIntN n) # | |
| (KnownNat n, (<=) n 256) => Show (UIntN n) # | |
| Generic (UIntN n) # | |
| Bits (UIntN n) # | |
| (<=) n 256 => ABIGet (UIntN n) # | |
| (<=) n 256 => ABIPut (UIntN n) # | |
| (<=) n 256 => ABIType (UIntN n) # | |
| type Rep (UIntN n) # | |
The type for one-tuples
Constructors
| Singleton | |
Fields
| |