Add statistics to replication service

This commit is contained in:
natsoni
2024-05-06 20:52:44 +02:00
parent d92bf14b50
commit f85f3a4eb5
10 changed files with 291 additions and 2 deletions

View File

@@ -422,6 +422,7 @@ export interface Statistic {
export interface OptimizedStatistic {
added: string;
count: number;
vbytes_per_second: number;
total_fee: number;
mempool_byte_weight: number;