Example #1
0
 public TransactionBlock FindFirstBlock(string AccountId)
 {
     return(StopWatcher.Track(() => _store.FindFirstBlock(AccountId), "FindFirstBlock"));
 }