Ejemplo n.º 1
0
 public async Task <long> GetBlockCountAsync() => await StopWatcher.Track(_store.GetBlockCountAsync(), StopWatcher.GetCurrentMethod());                                                                                    //_store.GetBlockCountAsync();
 public async Task <TransactionBlock> FindBlockByIndexAsync(string AccountId, long index) => await StopWatcher.Track(_store.FindBlockByIndexAsync(AccountId, index), StopWatcher.GetCurrentMethod());                      //_store.FindBlockByIndexAsync(AccountId, index);
Ejemplo n.º 2
0
 public async Task <TransactionBlock> FindBlockByIndexAsync(string AccountId, long index) => await _store.FindBlockByIndexAsync(AccountId, index);