Exemple #1
0
 public Task <List <StakingGenesis> > FindAllStakingAccountForOwnerAsync(string ownerAccountId)
 {
     return(StopWatcher.TrackAsync(() => _store.FindAllStakingAccountForOwnerAsync(ownerAccountId), StopWatcher.GetCurrentMethod()));
 }