[][src]Module pwasm_abi::types

Custom types which AbiType supports

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

Vec

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

Type Definitions

Address

Represents an address in ethereum context.