| Interface | Description |
|---|---|
| Type<T> |
ABI Types.
|
| Class | Description |
|---|---|
| Address |
Address type, which is equivalent to uint160.
|
| Array<T extends Type> |
Fixed size array.
|
| Bool |
Boolean type.
|
| Bytes |
Statically allocated sequence of bytes.
|
| BytesType |
Binary sequence of bytes.
|
| DynamicArray<T extends Type> |
Dynamic array type.
|
| DynamicBytes |
Dynamically allocated sequence of bytes.
|
| Event |
Event wrapper type.
|
| Fixed |
Signed fixed type.
|
| FixedPointType |
Common fixed-point type properties.
|
| Function |
Function type.
|
| Int |
Integer type.
|
| IntType |
Common integer properties.
|
| NumericType |
Common numeric type.
|
| StaticArray<T extends Type> |
Static array type.
|
| Ufixed |
Signed fixed type.
|
| Uint |
Unsigned integer type.
|
| UnorderedEvent | |
| Utf8String |
UTF-8 encoded string type.
|