示例#1
0
 /// <inheritdoc cref="IStore"/>
 public Tuple <HashDigest <SHA256>, long> LookupStateReference <T>(
     Guid chainId,
     string key,
     Block <T> lookupUntil)
     where T : IAction, new()
 {
     return(_store.LookupStateReference(chainId, key, lookupUntil.Index));
 }