Add expiry filter to Federation UTXOs table

Unify Liquid dashboard with mempool dashboard
This commit is contained in:
natsoni
2024-02-27 16:39:28 +01:00
parent 43fde86e9d
commit ef209da774
21 changed files with 496 additions and 79 deletions

View File

@@ -103,6 +103,9 @@ export interface FederationUtxo {
pegtxid: string;
pegindex: number;
pegblocktime: number;
timelock: number;
expiredAt: number;
isDust?: boolean;
}
export interface RecentPeg {