示例#1
0
 public Block FindBlockByHash(string hash)
 {
     return(StopWatcher.Track(() => _store.FindBlockByHash(hash), "FindBlockByHash"));
 }