Enum | Description |
---|---|
Serializer.TARGET | |
Transaction.TYPE |
SUBMIT or EVALUATE semantics
|
Annotation Type | Description |
---|---|
Contact |
Class level annotation that identifies this class as being a contact.
|
Contract |
Class level annotation that identifies this class as being a contract.
|
DataType |
Class level annotation indicating this class represents one of the complex
types that can be returned or passed to the transaction functions.
|
Default |
Class level annotation that defines the contract that is the default contract,
and as such invoke of the transaction functions does not need to be qualified by the contract name
|
Info |
Class level annotation that identifies this class as being an info object.
|
License |
Class level annotation that identifies this class as being a license object.
|
Property |
Field and parameter level annotation defining a property of the class
(identified by
DataType ) Can also be used on the parameters of
transaction functions |
Serializer |
Class level annotation that defines the serializer that should be used to
convert objects to and from the wire format.
|
Transaction |
Method level annotation indicating the method to be a callable transaction
function.
|