feat: 添加资产记录和资金、交易账户视图;更新钱包状态管理和路由配置
This commit is contained in:
@@ -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];
|
||||
|
||||
/**
|
||||
* 应用版本信息
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user