MCPcopy
hub / github.com/hyperledger/fabric / ResultsIteratorShim

Struct ResultsIteratorShim

core/chaincode/lifecycle/ledger_shim.go:131–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131type ResultsIteratorShim struct {
132 ResultsIterator commonledger.ResultsIterator
133}
134
135func (ris *ResultsIteratorShim) Next() (*queryresult.KV, error) {
136 res, err := ris.ResultsIterator.Next()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected