Add expiry filter to Federation UTXOs table
Unify Liquid dashboard with mempool dashboard
This commit is contained in:
@@ -103,6 +103,9 @@ export interface FederationUtxo {
|
||||
pegtxid: string;
|
||||
pegindex: number;
|
||||
pegblocktime: number;
|
||||
timelock: number;
|
||||
expiredAt: number;
|
||||
isDust?: boolean;
|
||||
}
|
||||
|
||||
export interface RecentPeg {
|
||||
|
||||
Reference in New Issue
Block a user