public async Task <bool> AccountExistsAsync(string AccountId) => await StopWatcher.Track(_store.AccountExistsAsync(AccountId), StopWatcher.GetCurrentMethod()); //_store.AccountExistsAsync(AccountId); public async Task <Block> FindLatestBlockAsync() => await StopWatcher.Track(_store.FindLatestBlockAsync(), StopWatcher.GetCurrentMethod()); //_store.FindLatestBlockAsync();
public async Task <TransactionBlock> FindLatestBlockAsync() => await _store.FindLatestBlockAsync();