Interface | Description |
---|---|
ContractProxyHelper | |
JthereumProperties |
This object contains the properties that were loaded from 'jthereum.config' in the
installation directory (or from the 'jthereum.properties' file, if it exists in the
current directory).
|
Class | Description |
---|---|
ContractStaticImports |
This class encapsulates the values and methods that may be accessed from within
the context of a contract method executing on the blockchain.
|
EventClassHelper | |
Jthereum |
This class contains the primary methods that are used to compile contracts and deploy them.
|
The Jthereum class contains static methods to compile, deploy, and create Proxies for deployed contracts.
The ContractStaticImports class contains static variables and methods which may be accessed from within the context of code destined to run on the blockchain.