Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Data.RLP.Types
Documentation
Constructors
String ByteString | |
Array [RLPObject] |
class RLPEncodable a where Source #
Instances
rlpEncodeFinite :: (FiniteBits n, Integral n) => n -> RLPObject Source #
packFiniteBE :: (FiniteBits n, Integral n) => n -> [Word8] Source #
packIntegerBE :: Integer -> [Word8] Source #