Package org.hyperledger.fabric.shim.ledger
Provides interfaces and classes for querying state variables.
- See Also:
ChaincodeStub
-
Interface Summary 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 Summary Class Description CompositeKey