Esempio n. 1
0
 public async Task <Block> FindLatestBlockAsync(string AccountId) => await StopWatcher.Track(_store.FindLatestBlockAsync(AccountId), StopWatcher.GetCurrentMethod());                                                      //_store.FindLatestBlockAsync(AccountId);
 public async Task <NullTransactionBlock> FindNullTransBlockByHashAsync(string hash) => await StopWatcher.Track(_store.FindNullTransBlockByHashAsync(hash), StopWatcher.GetCurrentMethod());                               //_store.FindNullTransBlockByHashAsync(hash);
Esempio n. 2
0
 public async Task <NullTransactionBlock> FindNullTransBlockByHashAsync(string hash) => await _store.FindNullTransBlockByHashAsync(hash);