Package org.hyperledger.fabric.shim

Provides interfaces and classes required for chaincode development and state variable access.

It is possible to implement Java chaincode by extending the ChaincodeBase class however new projects should should implement ContractInterface and use the contract programming model instead.

See Also:
org.hyperledger.fabric.contract, ChaincodeBase