See: Description
Interface | Description |
---|---|
KeyModification |
QueryResult for history query.
|
KeyValue |
Query Result associating a state key with a value.
|
QueryResultsIterator<T> |
QueryResultsIterator allows a chaincode to iterate over a set of key/value pairs returned by range, execute and history queries.
|
QueryResultsIteratorWithMetadata<T> |
QueryResultsIteratorWithMetadata allows a chaincode to iterate over a set of
key/value pairs returned by range, execute and history queries.
|
Class | Description |
---|---|
CompositeKey |
This is the package the supports the chaincode style of development.
The main interface to implement is org.hyperledger.fabric.shim#ChaincodeBase