Package org.hyperledger.fabric.contract
Provides interfaces and classes to support the contract programming model.
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
ContractInterface
-
Interface Summary Interface Description ContractInterface All Contracts should implement this interface, in addition to the Contract annotation. -
Class Summary 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.