See: Description
Interface | Description |
---|---|
ContractInterface |
All Contracts should implement this interface, in addition to the
Contract annotation.
|
Class | Description |
---|---|
ClientIdentity |
ClientIdentity represents information about the identity that submitted a
transaction.
|
Context |
This context is available to all 'transaction functions' and provides the
transaction context.
|
This is the project to support the writing of Contracts with the JVM runtime - enabling development of using Java language or other JVM based languages
The org.hyperledger.fabric.contract
package implements the Fabric
programming model as described in the Developing
Applications chapter of the Fabric documentation.
The main interface to implement is
org.hyperledger.fabric.contract#ContractInterface