Parse TXID, hash or address strings from search bar and allow searching for TXID:OUTPUT. (#578)

fixes #450
fixes #415
This commit is contained in:
softsimon
2021-07-06 19:43:18 +03:00
committed by GitHub
parent 1e9f131a2a
commit 2e2e6aa01f
5 changed files with 25 additions and 15 deletions

View File

@@ -19,6 +19,7 @@ export class TransactionsListComponent implements OnInit, OnChanges {
displayDetails = false;
@Input() transactions: Transaction[];
@Input() outputIndex: number;
@Input() showConfirmations = false;
@Input() transactionPage = false;