feat: 更新环境配置,升级 API 版本至 0.0.141,调整钱包余额数据结构

This commit is contained in:
2026-01-14 10:54:07 +07:00
parent 4e01e3ba83
commit bdcb46ec42
7 changed files with 17 additions and 15 deletions

View File

@@ -15,6 +15,8 @@ export type DepositFiatData = Treaty.Data<typeof client.api.deposit.fiat.post>;
export type BalancesData = Treaty.Data<typeof client.api.wallet.balances.get>;
export type BalancesSummaryData = Treaty.Data<typeof client.api.wallet.balances.summary.get>;
export type TotalAssetValue = Treaty.Data<typeof client.api.wallet.total_value.get>;
export type WithdrawBody = Omit<Parameters<typeof client.api.withdraw.post>[0], "assetCode" | "withdrawMethod"> & {