Class | Description |
---|---|
Contract | Deprecated
This class will be package-private and won't be available to users in release 5.0.0.
|
ContractEntry |
A container for (the bytecode of) a registered contract and data about that contract.
|
ContractEntry.Key |
A
Key to associate a contract id with a ClientIdentityKey . |
ContractExecutor | |
ContractLoader |
A class loader for a Contract from its bytecode.
|
ContractMachine | |
ContractManager |
A manager to store
ContractEntry s in a ContractRegistry , retrieve ContractEntry s, instantiate ContractMachine s from their ids, and also validate contracts
(i.e. |
ContractScanner | |
JacksonBasedContract |
A base contract using Jackson for the Ledger data, invoke method arguments, and invoke method
return type.
|
JsonpBasedContract |
A base contract using JSONP for the Ledger data, invoke method arguments, and invoke method
return type.
|
StringBasedContract |
A base contract using the internal String representation as it is for the Ledger data, invoke
method arguments, and invoke method return type.
|