Estimate accelerated positions in partner mempools

This commit is contained in:
Mononaut
2024-02-02 02:25:49 +00:00
parent 9b9aaed757
commit f31b28251c
4 changed files with 154 additions and 6 deletions

View File

@@ -10,6 +10,12 @@ export interface Acceleration {
effectiveFee: number,
feeDelta: number,
pools: number[],
positions?: {
[pool: number]: {
block: number,
vbytes: number,
},
},
};
export interface AccelerationHistory {