Example #1
0
 public Task <List <Block> > FindBlocksByRelatedTxAsync(string hash)
 {
     return(StopWatcher.TrackAsync(() => _store.FindBlocksByRelatedTxAsync(hash), StopWatcher.GetCurrentMethod()));
 }