Copyright | Alexander Krupenkin 2016-2018 |
---|---|
License | BSD3 |
Maintainer | mail@akru.me |
Stability | experimental |
Portability | noportable |
Safe Haskell | None |
Language | Haskell2010 |
Ethereum ABI bytes and bytesN types.
- data Bytes :: *
- type BytesN n = SizedByteArray n Bytes
Documentation
Simplest Byte Array
type BytesN n = SizedByteArray n Bytes Source #
Orphan instances
IsString Bytes Source # | |
ToJSON Bytes Source # | |
FromJSON Bytes Source # | |
ABIGet ByteString Source # | |
ABIGet Bytes Source # | |
ABIPut ByteString Source # | |
ABIPut Bytes Source # | |
ABIType ByteString Source # | |
ABIType Bytes Source # | |
(KnownNat n, (<=) n 32) => IsString (BytesN n) Source # | |
(KnownNat n, (<=) n 32) => ABIGet (BytesN n) Source # | |
(KnownNat n, (<=) n 32) => ABIPut (BytesN n) Source # | |
(<=) n 32 => ABIType (BytesN n) Source # | |