UNPKG

insight-tcr

Version:

A blockchain explorer for Bitcore

28 lines (26 loc) 817 B
<ion-header no-border> <ion-toolbar> <ion-buttons slot="start"> <ion-menu-button></ion-menu-button> <ion-back-button></ion-back-button> </ion-buttons> <ion-title>Transactions</ion-title> </ion-toolbar> </ion-header> <ion-content padding> <div> TODO: summary card – X Transactions in Block #123456, mined time, other details? This section should blend into the page, rather than being a clickable-card. (Here's a placeholder:) <app-block *ngIf="(block$ | async) as block" [block]="block" [displayValueCode]="config.displayValueCode$ | async" ></app-block> </div> <app-transaction-list [chain$]="config.currentChain$" [query$]="query$" [displayValueCode]="config.displayValueCode$ | async" ></app-transaction-list> </ion-content>