UNPKG

insight-tcr

Version:

A blockchain explorer for Bitcore

14 lines (13 loc) 278 B
<app-output *ngFor="let coin of (outputs$ | async)" [coin]="coin" [routerLink]="[ '/' + (chain$ | async).code + '/transaction/' + (txHash$ | async) + '/output/' + coin.mintIndex ]" [displayValueCode]="displayValueCode" ></app-output>