| 接口 | 说明 |
|---|---|
| StructType | |
| Type<T> |
ABI Types.
|
| 类 | 说明 |
|---|---|
| AbiTypes |
Auto generated code.
|
| 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.
|
| BytesType.bytesUsingHexSerializer | |
| DynamicArray<T extends Type> |
Dynamic array type.
|
| DynamicBytes |
Dynamically allocated sequence of bytes.
|
| DynamicStruct | |
| 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.
|
| StaticStruct | |
| TypeReference<T extends Type> |
Type wrapper to get around limitations of Java's type erasure.
|
| TypeReference.StaticArrayTypeReference<T extends Type> | |
| Ufixed |
Signed fixed type.
|
| Uint |
Unsigned integer type.
|
| Utf8String |
UTF-8 encoded string type.
|