| Class | Description |
|---|---|
| DefaultFunctionEncoder | |
| DefaultFunctionReturnDecoder |
Ethereum Contract Application Binary Interface (ABI) encoding for functions.
|
| EventEncoder |
Ethereum filter encoding.
|
| EventValues |
Persisted solidity event parameters.
|
| FunctionEncoder |
Delegates to
DefaultFunctionEncoder unless a FunctionEncoderProvider SPI is
found, in which case the first implementation found will be used. |
| FunctionReturnDecoder |
Decodes values returned by function or event calls.
|
| 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.
|
| Exception | Description |
|---|---|
| TypeMappingException |