Data pipeline for projected mempool block overview

This commit is contained in:
Mononaut
2022-05-30 17:29:30 +00:00
parent ee5cd1cd96
commit 79dae84363
10 changed files with 107 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
<div class="mempool-block-overview">
<p *ngIf="mempoolBlock$ | async as mempoolBlock">{{ mempoolBlock.transactions.length }}</p>
</div>