relapse-0.1.0.1: Sensible RLP encoding

Safe HaskellSafe
LanguageHaskell2010

Data.RLP.Types

Documentation

class RLPEncodable a where Source #

Minimal complete definition

rlpEncode, rlpDecode

unpackBE :: (Bits n, Integral n) => [Word8] -> n Source #