mirror of
https://github.com/mempool/mempool.git
synced 2025-10-11 07:23:20 +02:00
Remove frontend fee calculation and read it from the websocket instead
This commit is contained in:
@@ -21,6 +21,7 @@ export interface WebsocketResponse {
|
||||
loadingIndicators?: ILoadingIndicators;
|
||||
backendInfo?: IBackendInfo;
|
||||
da?: DifficultyAdjustment;
|
||||
fees?: Recommendedfees;
|
||||
'track-tx'?: string;
|
||||
'track-address'?: string;
|
||||
'track-asset'?: string;
|
||||
@@ -65,3 +66,11 @@ export interface IBackendInfo {
|
||||
gitCommit: string;
|
||||
version: string;
|
||||
}
|
||||
|
||||
export interface Recommendedfees {
|
||||
fastestFee: number;
|
||||
halfHourFee: number;
|
||||
hourFee: number;
|
||||
minimumFee: number;
|
||||
economyFee: number;
|
||||
}
|
Reference in New Issue
Block a user