Added first seen on mempool transactions.
This commit is contained in:
@@ -8,6 +8,7 @@ export interface Transaction {
|
||||
vin: Vin[];
|
||||
vout: Vout[];
|
||||
status: Status;
|
||||
firstSeen?: number;
|
||||
}
|
||||
|
||||
export interface Recent {
|
||||
|
||||
Reference in New Issue
Block a user