Liquid: Add support for peg outs display

This commit is contained in:
natsee
2024-01-30 11:11:30 +01:00
parent 639fc3dd5f
commit 73e6045549
7 changed files with 83 additions and 8 deletions

View File

@@ -101,8 +101,9 @@ export interface FederationUtxo {
export interface RecentPeg {
txid: string;
txindex: number; // input #0 for peg-ins
txindex: number;
amount: number;
bitcoinaddress: string;
bitcointxid: string;
bitcoinindex: number;
blocktime: number;