Module
Network.Ethereum.Web3.Types.Utils
- Package
- purescript-web3
- Repository
- f-o-a-m/purescript-web3
#getPadLength Source
getPadLength :: Int -> Int
Computes the number of 0s needed to pad a bytestring of the input length
#padLeftSigned Source
padLeftSigned :: Signed HexString -> HexString
Pad a Signed HexString
on the left until it has length == 0 mod 64.
#padRightSigned Source
padRightSigned :: Signed HexString -> HexString
Pad a Signed HexString
on the right until it has length 0 mod 64.
#toHexString Source
toHexString :: BigNumber -> HexString
#fromHexString Source
fromHexString :: HexString -> BigNumber
- Modules
- Network.
Ethereum. Web3 - Network.
Ethereum. Web3. Api - Network.
Ethereum. Web3. Contract - Network.
Ethereum. Web3. Contract. Internal - Network.
Ethereum. Web3. JsonRPC - Network.
Ethereum. Web3. Solidity - Network.
Ethereum. Web3. Solidity. AbiEncoding - Network.
Ethereum. Web3. Solidity. Bytes - Network.
Ethereum. Web3. Solidity. EncodingType - Network.
Ethereum. Web3. Solidity. Event - Network.
Ethereum. Web3. Solidity. Generic - Network.
Ethereum. Web3. Solidity. Int - Network.
Ethereum. Web3. Solidity. Size - Network.
Ethereum. Web3. Solidity. Tuple - Network.
Ethereum. Web3. Solidity. UInt - Network.
Ethereum. Web3. Solidity. Vector - Network.
Ethereum. Web3. Types - Network.
Ethereum. Web3. Types. BigNumber - Network.
Ethereum. Web3. Types. EtherUnit - Network.
Ethereum. Web3. Types. Provider - Network.
Ethereum. Web3. Types. Sha3 - Network.
Ethereum. Web3. Types. Types - Network.
Ethereum. Web3. Types. Utils