feat: 更新 API 依赖版本,添加代币化产品相关组件和路由
This commit is contained in:
@@ -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>;
|
||||
|
||||
/**
|
||||
* 应用版本信息
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user