| 接口 | 说明 |
|---|---|
| Type<T> |
ABI type
|
| 类 | 说明 |
|---|---|
| AbstractArray<T extends Type> |
Fixed size array.
|
| AbstractFixedPointType |
Common fixed-point type properties.
|
| AbstractIntType |
Common integer properties.
|
| AbstractNumericType |
numeric type.
|
| Bool |
Bool type
|
| Bytes |
Statically allocated sequence of bytes
|
| Bytes32 |
Bytes32
Please use org.web3j.codegen.AbiTypesGenerator in the
codegen module to update.
|
| BytesType |
Binary sequence of bytes
|
| DynamicArray<T extends Type> |
Dynamic array.
|
| DynamicBytes |
Dynamically allocated sequence of bytes
|
| Fixed |
Signed fixed type
|
| Float32 | |
| Float64 | |
| Int |
Integer type.
|
| Int128 |
Int128
Please use org.web3j.codegen.AbiTypesGenerator in the
codegen module to update.
|
| Int16 |
Integer type.
|
| Int256 |
Int256
Please use org.web3j.codegen.AbiTypesGenerator in the
codegen module to update.
|
| Int32 |
Integer type.
|
| Int64 |
Integer type.
|
| Int8 |
Integer type.
|
| Pair<T extends Type,R extends Type> | |
| StaticArray<T extends Type> |
Static array .
|
| Struct | |
| Ufixed |
Signed fixed type
|
| Uint |
Unsigned integer type.
|
| Uint128 |
Uint128
Please use org.web3j.codegen.AbiTypesGenerator in the
codegen module to update.
|
| Uint16 |
Uint256
Please use org.web3j.codegen.AbiTypesGenerator in the
codegen module to update.
|
| Uint256 |
Uint256
Please use org.web3j.codegen.AbiTypesGenerator in the
codegen module to update.
|
| Uint32 |
Uint256
Please use org.web3j.codegen.AbiTypesGenerator in the
codegen module to update.
|
| Uint64 |
Uint256
Please use org.web3j.codegen.AbiTypesGenerator in the
codegen module to update.
|
| Uint8 |
Uint256
Please use org.web3j.codegen.AbiTypesGenerator in the
codegen module to update.
|
| Utf8String |
UTF-8 encoded string type
|
| WASMString |
Copyright © 2022. All rights reserved.