Added first seen on mempool transactions.

This commit is contained in:
softsimon
2020-02-28 01:09:07 +07:00
parent c3b047b6da
commit 2422356704
17 changed files with 100 additions and 34 deletions

View File

@@ -8,6 +8,7 @@ export interface Transaction {
vin: Vin[];
vout: Vout[];
status: Status;
firstSeen?: number;
}
export interface Recent {