| 类 | 说明 |
|---|---|
| EventEncoder |
Ethereum filter encoding.
|
| EventValues |
Persisted solidity event parameters.
|
| FunctionEncoder |
Ethereum Contract Application Binary Interface (ABI) encoding for functions.
|
| FunctionReturnDecoder |
Decodes values returned by function or event calls.
|
| PlatOnEventEncoder | |
| PlatOnTypeDecoder | |
| PlatOnTypeEncoder |
Ethereum Contract Application Binary Interface (ABI) encoding for types.
|
| TypeDecoder |
Ethereum Contract Application Binary Interface (ABI) decoding for types.
|
| TypeEncoder |
Ethereum Contract Application Binary Interface (ABI) encoding for types.
|
| TypeReference<T extends Type> |
Type wrapper to get around limitations of Java's type erasure.
|
| TypeReference.StaticArrayTypeReference<T extends Type> | |
| Utils |
Utility functions.
|
| 异常错误 | 说明 |
|---|---|
| TypeMappingException |