Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
BS ByteString | |
List [RLP] |
slice :: Int -> Int -> ByteString -> ByteString Source #
rlplengths :: ByteString -> Int -> Int -> [(Int, Int)] Source #
rlpencode :: RLP -> ByteString Source #
encodeLen :: Int -> ByteString -> ByteString Source #
rlpList :: [RLP] -> ByteString Source #
octets :: W256 -> ByteString Source #
octetsFull :: Int -> W256 -> ByteString Source #
octets160 :: Addr -> ByteString Source #
rlpWord256 :: W256 -> RLP Source #
rlpWordFull :: W256 -> RLP Source #
rlpAddrFull :: Addr -> RLP Source #
rlpWord160 :: Addr -> RLP Source #