Add peg ins/out volume to stats components

This commit is contained in:
natsoni
2024-02-06 17:35:02 +01:00
parent 602c87bea0
commit b561648082
11 changed files with 105 additions and 13 deletions

View File

@@ -82,6 +82,11 @@ export interface CurrentPegs {
hash: string;
}
export interface PegsVolume {
volume: string;
number: number;
}
export interface FederationAddress {
bitcoinaddress: string;
balance: string;