Display input/output asset transfers

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

View File

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