Consider incoming transactions flow into ETA calculation

This commit is contained in:
natsoni
2024-09-07 18:01:51 +02:00
parent ae9125d316
commit 638acffbad
4 changed files with 124 additions and 43 deletions

View File

@@ -7,6 +7,7 @@ export interface OptimizedMempoolStats {
total_fee: number;
mempool_byte_weight: number;
vsizes: number[];
vsizes_ps: number[];
}
interface Ancestor {