示例#1
0
 /// <inheritdoc cref="IStore"/>
 public IEnumerable <Tuple <HashDigest <SHA256>, long> > IterateStateReferences(
     Guid chainId,
     string key,
     long?highestIndex = null,
     long?lowestIndex  = null,
     int?limit         = null)
 {
     return(_store.IterateStateReferences(
                chainId,
                key,
                highestIndex,
                lowestIndex,
                limit));
 }