Example #1
0
 public static IQueryResultsEnumerable <IKeyValue> GetPrivateDataByRange(this IChaincodeStub stub, string collection, string startKey, string endKey) => stub.GetPrivateDataByRangeAsync(collection, startKey, endKey).ToSyncEnumerable();