Address page highlight and transfer value

This commit is contained in:
softsimon
2022-03-06 13:50:01 +01:00
parent 822c4256d7
commit f466498988
7 changed files with 53 additions and 16 deletions

View File

@@ -18,6 +18,7 @@ export class AmountComponent implements OnInit, OnDestroy {
@Input() satoshis: number;
@Input() digitsInfo = '1.8-8';
@Input() noFiat = false;
@Input() addPlus = false;
constructor(
private stateService: StateService,