Module ss_ewasm_api::types[][src]

Expand description

High-level types commonly used in Ethereum contracts.

Structs

An array of 160 bits.

An array of 256 bits.

A little-endian unsigned 128-bit integer.

A little-endian unsigned 256-bit integer.

Type Definitions

Type definition representing an address.

Type definition representing a block’s difficulty.

Type definition representing a value in wei.

Type definition representing a Keccak-256 or SHA-256 hash.

Type definition representing a log topic.

Type definition representing a storage key.

Type definition representing a storage value.