Module
Network.Ethereum.Core.HexString
- Package
- purescript-eth-core
- Repository
- f-o-a-m/purescript-eth-core
#getPadLength Source
getPadLength :: Int -> IntUtils Computes the number of 0s needed to pad a bytestring of the input length
#padLeftSigned Source
padLeftSigned :: Signed HexString -> HexStringPad a Signed HexString on the left until it has length == 0 mod 64.
#padRightSigned Source
padRightSigned :: Signed HexString -> HexStringPad a Signed HexString on the right until it has length 0 mod 64.
#toHexString Source
toHexString :: BigNumber -> HexString#toBigNumber Source
toBigNumber :: HexString -> BigNumber#toByteString Source
toByteString :: HexString -> ByteString