示例#1
0
 /// <inheritdoc cref="IStore"/>
 public IEnumerable <string> ListStateKeys(Guid chainId)
 {
     return(_store.ListStateKeys(chainId));
 }