[][src]Module eng_pwasm_abi::types

Custom types which AbiType supports Provides primitive fixed size hash types.

Structs

H160

A 160 bits (20 bytes) hash type.

H256

A 256-bits (32 bytes) hash type.

String

A UTF-8 encoded, growable string.

U256

Little-endian large integer type

U512

Little-endian large integer type

Vec

A contiguous growable array type, written Vec<T> but pronounced 'vector'.

Type Definitions

Address

Represents an address in ethereum context.