Type alias DailyTxFeeResponse
DailyTxFeeResponse: {
endDate: string;
order: "asc" | "desc";
result: {
date: string;
fee: string;
}[];
startDate: string;
}
Type declaration
endDate: string
order: "asc" | "desc"
result: {
date: string;
fee: string;
}[]
startDate: string