Add balance graph to address page
This commit is contained in:
@@ -149,6 +149,13 @@ export interface AddressOrScriptHash {
|
||||
mempool_stats: MempoolStats;
|
||||
}
|
||||
|
||||
export interface AddressTxSummary {
|
||||
txid: string;
|
||||
value: number;
|
||||
height: number;
|
||||
time: number;
|
||||
}
|
||||
|
||||
export interface ChainStats {
|
||||
funded_txo_count: number;
|
||||
funded_txo_sum: number;
|
||||
|
||||
Reference in New Issue
Block a user