Use estimated acceleration positions in frontend

This commit is contained in:
Mononaut
2024-05-30 16:37:50 +00:00
parent f31b28251c
commit 9a838c7269
3 changed files with 23 additions and 8 deletions

View File

@@ -251,6 +251,11 @@ export interface MempoolPosition {
acceleratedBy?: number[],
}
export interface AccelerationPosition extends MempoolPosition {
pool: string;
offset?: number;
}
export interface RewardStats {
startBlock: number;
endBlock: number;