See: Description
| Interface | Description |
|---|---|
| Chaincode |
Defines methods that all chaincodes must implement.
|
| ChaincodeStub |
| Class | Description |
|---|---|
| Chaincode.Response |
Wrapper around protobuf Response, contains status, message and payload.
|
| ResponseUtils |
| Enum | Description |
|---|---|
| Chaincode.Response.Status |
Chaincode.Response status enum. |
| Exception | Description |
|---|---|
| ChaincodeException |
Contracts should use
ChaincodeException to indicate when an error
occurs in Smart Contract logic. |
This is the package the supports the chaincode style of development.
The main interface to implement is org.hyperledger.fabric.shim#ChaincodeBase