Package org.hyperledger.fabric.contract
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
-
ClassDescriptionClientIdentity represents information about the identity that submitted a transaction.This context is available to all 'transaction functions' and provides the transaction context.All Contracts should implement this interface, in addition to the Contract annotation.