AccDash: out-of-band fees -> bid boost

This commit is contained in:
Mononaut
2024-01-15 22:52:42 +00:00
parent 6a189c484a
commit 5009ca909c
9 changed files with 21 additions and 17 deletions

View File

@@ -319,7 +319,8 @@ export interface Acceleration {
blockHash: string;
blockHeight: number;
actualFeeDelta?: number;
acceleratedFee?: number;
boost?: number;
}
export interface AccelerationHistoryParams {