Module
Network.Ethereum.Web3.Solidity.EncodingType
- Package
- purescript-web3
- Repository
- f-o-a-m/purescript-web3
#EncodingType Source
class EncodingType a where
Encoding Types
Members
Instances
EncodingType Boolean
EncodingType Int
EncodingType BigNumber
(IntSize n) => EncodingType (UIntN n)
(IntSize n) => EncodingType (IntN n)
EncodingType String
EncodingType Address
(EncodingType a) => EncodingType (Array a)
(KnownSize n) => EncodingType (BytesN n)
(KnownSize n, EncodingType a) => EncodingType (Vector n a)
EncodingType ByteString
(EncodingType a) => EncodingType (Tagged s a)
- 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. Sizes - Network.
Ethereum. Web3. Solidity. Tuple - Network.
Ethereum. Web3. Solidity. UInt - Network.
Ethereum. Web3. Solidity. Vector - Network.
Ethereum. Web3. Types - Network.
Ethereum. Web3. Types. EtherUnit - Network.
Ethereum. Web3. Types. Provider - Network.
Ethereum. Web3. Types. TokenUnit - Network.
Ethereum. Web3. Types. Types