feat: 更新 API 依赖版本,添加代币化产品相关组件和路由

This commit is contained in:
2026-01-07 19:50:52 +07:00
parent 503ad3e8ad
commit d89e5323c1
16 changed files with 543 additions and 80 deletions

View File

@@ -72,6 +72,10 @@ export type AssetRecordBody = TreatyQuery<typeof client.api.ledger.entries.get>;
export type AssetRecordData = Treaty.Data<typeof client.api.ledger.entries.get>["data"][number];
export type TradableData = Treaty.Data<typeof client.api.rwa.tokenization.tradable_products.get>["data"][number];
export type TradableBody = TreatyQuery<typeof client.api.rwa.tokenization.tradable_products.get>;
/**
* 应用版本信息
*/