Add support for USD in address history graph

This commit is contained in:
natsoni
2024-06-12 11:47:57 +02:00
parent 684ad9f0e6
commit 7bef8653b1
4 changed files with 208 additions and 21 deletions

View File

@@ -156,6 +156,8 @@ export interface AddressTxSummary {
value: number;
height: number;
time: number;
price?: number;
fiatValue?: number;
}
export interface ChainStats {