| Class | Description |
|---|---|
| Contract |
Solidity contract type abstraction for interacting with smart contracts via native Java types.
|
| 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.
|
| ManagedTransaction |
Generic transaction manager
|
| Transfer |
Class for performing Ether transactions on the Ethereum blockchain.
|
| 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.
This is so that we can pass around Typed Array types. |
| TypeReference.StaticArrayTypeReference<T extends Type> | |
| Utils |
Utility functions.
|