feat: 添加资产记录和资金、交易账户视图;更新钱包状态管理和路由配置

This commit is contained in:
2026-01-06 16:01:01 +07:00
parent 3d4babea93
commit 9747f300ac
13 changed files with 325 additions and 58 deletions

View File

@@ -68,6 +68,10 @@ export type UserWithdrawOrderBody = TreatyQuery<typeof client.api.withdraw.get>;
export type MarketDataStreaming = ReturnType<typeof client.api.market_data.streaming.subscribe>;
export type AssetRecordBody = TreatyQuery<typeof client.api.ledger.entries.get>;
export type AssetRecordData = Treaty.Data<typeof client.api.ledger.entries.get>["data"][number];
/**
* 应用版本信息
*/