insight-tcr
Version:
A blockchain explorer for Bitcore
21 lines (19 loc) • 667 B
HTML
<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>Inputs</ion-title>
</ion-toolbar>
</ion-header>
<ion-content padding>
<div>
TODO: summary card – # Inputs in Transaction TXID, aggregate visualization
of the amounts contributed (e.g. a scatter plot), aggregate visualization of
script types (e.g. a pie chart 50% P2PKH, 25% 2-of-3 P2SH, 25% 3-of-3 P2SH),
other details? This section should blend into the page, rather than being a
clickable-card.
</div>
<div>TODO: inputs list</div>
</ion-content>