Display input/output asset transfers

fixes #85
This commit is contained in:
softsimon
2020-06-12 16:17:52 +07:00
parent 56c6612e2e
commit 6eca311147
4 changed files with 27 additions and 13 deletions

View File

@@ -59,6 +59,7 @@ export interface Prevout {
scriptpubkey_type: string;
scriptpubkey_address: string;
value: number;
asset?: string;
}
export interface Vin {