Address page highlight and transfer value

This commit is contained in:
softsimon
2022-03-06 13:50:01 +01:00
parent 5a04ffd128
commit 5313b8a24c
7 changed files with 53 additions and 16 deletions

View File

@@ -72,7 +72,7 @@ export interface Vout {
scriptpubkey: string;
scriptpubkey_asm: string;
scriptpubkey_type: string;
scriptpubkey_address: string;
scriptpubkey_address?: string;
value: number;
// Elements
valuecommitment?: number;