@r2wa-org/eden 0.0.70 → 0.0.71
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/admin/index.d.ts +164 -0
- package/dist/src/asset-convert-product/admin/dto.schemas.d.ts +230 -0
- package/dist/src/asset-convert-product/admin/router.d.ts +164 -0
- package/dist/src/asset-convert-product/admin/service.d.ts +162 -0
- package/dist/src/index.d.ts +164 -0
- package/package.json +1 -1
|
@@ -422,6 +422,7 @@ export declare const assetConvertProductAdminRouter: Elysia<"/asset_convert_prod
|
|
|
422
422
|
id: string;
|
|
423
423
|
name: string;
|
|
424
424
|
code: string;
|
|
425
|
+
category: "FIAT" | "CRYPTO" | "POINT" | "RWA";
|
|
425
426
|
isActive: boolean;
|
|
426
427
|
precision: number;
|
|
427
428
|
};
|
|
@@ -430,6 +431,7 @@ export declare const assetConvertProductAdminRouter: Elysia<"/asset_convert_prod
|
|
|
430
431
|
id: string;
|
|
431
432
|
name: string;
|
|
432
433
|
code: string;
|
|
434
|
+
category: "FIAT" | "CRYPTO" | "POINT" | "RWA";
|
|
433
435
|
isActive: boolean;
|
|
434
436
|
precision: number;
|
|
435
437
|
};
|
|
@@ -507,6 +509,7 @@ export declare const assetConvertProductAdminRouter: Elysia<"/asset_convert_prod
|
|
|
507
509
|
id: string;
|
|
508
510
|
name: string;
|
|
509
511
|
code: string;
|
|
512
|
+
category: "FIAT" | "CRYPTO" | "POINT" | "RWA";
|
|
510
513
|
isActive: boolean;
|
|
511
514
|
precision: number;
|
|
512
515
|
};
|
|
@@ -515,6 +518,7 @@ export declare const assetConvertProductAdminRouter: Elysia<"/asset_convert_prod
|
|
|
515
518
|
id: string;
|
|
516
519
|
name: string;
|
|
517
520
|
code: string;
|
|
521
|
+
category: "FIAT" | "CRYPTO" | "POINT" | "RWA";
|
|
518
522
|
isActive: boolean;
|
|
519
523
|
precision: number;
|
|
520
524
|
};
|
|
@@ -581,6 +585,7 @@ export declare const assetConvertProductAdminRouter: Elysia<"/asset_convert_prod
|
|
|
581
585
|
id: string;
|
|
582
586
|
name: string;
|
|
583
587
|
code: string;
|
|
588
|
+
category: "FIAT" | "CRYPTO" | "POINT" | "RWA";
|
|
584
589
|
isActive: boolean;
|
|
585
590
|
precision: number;
|
|
586
591
|
};
|
|
@@ -589,6 +594,7 @@ export declare const assetConvertProductAdminRouter: Elysia<"/asset_convert_prod
|
|
|
589
594
|
id: string;
|
|
590
595
|
name: string;
|
|
591
596
|
code: string;
|
|
597
|
+
category: "FIAT" | "CRYPTO" | "POINT" | "RWA";
|
|
592
598
|
isActive: boolean;
|
|
593
599
|
precision: number;
|
|
594
600
|
};
|
|
@@ -656,6 +662,7 @@ export declare const assetConvertProductAdminRouter: Elysia<"/asset_convert_prod
|
|
|
656
662
|
id: string;
|
|
657
663
|
name: string;
|
|
658
664
|
code: string;
|
|
665
|
+
category: "FIAT" | "CRYPTO" | "POINT" | "RWA";
|
|
659
666
|
isActive: boolean;
|
|
660
667
|
precision: number;
|
|
661
668
|
};
|
|
@@ -664,6 +671,7 @@ export declare const assetConvertProductAdminRouter: Elysia<"/asset_convert_prod
|
|
|
664
671
|
id: string;
|
|
665
672
|
name: string;
|
|
666
673
|
code: string;
|
|
674
|
+
category: "FIAT" | "CRYPTO" | "POINT" | "RWA";
|
|
667
675
|
isActive: boolean;
|
|
668
676
|
precision: number;
|
|
669
677
|
};
|
|
@@ -731,6 +739,7 @@ export declare const assetConvertProductAdminRouter: Elysia<"/asset_convert_prod
|
|
|
731
739
|
id: string;
|
|
732
740
|
name: string;
|
|
733
741
|
code: string;
|
|
742
|
+
category: "FIAT" | "CRYPTO" | "POINT" | "RWA";
|
|
734
743
|
isActive: boolean;
|
|
735
744
|
precision: number;
|
|
736
745
|
};
|
|
@@ -739,6 +748,7 @@ export declare const assetConvertProductAdminRouter: Elysia<"/asset_convert_prod
|
|
|
739
748
|
id: string;
|
|
740
749
|
name: string;
|
|
741
750
|
code: string;
|
|
751
|
+
category: "FIAT" | "CRYPTO" | "POINT" | "RWA";
|
|
742
752
|
isActive: boolean;
|
|
743
753
|
precision: number;
|
|
744
754
|
};
|
|
@@ -805,6 +815,7 @@ export declare const assetConvertProductAdminRouter: Elysia<"/asset_convert_prod
|
|
|
805
815
|
id: string;
|
|
806
816
|
name: string;
|
|
807
817
|
code: string;
|
|
818
|
+
category: "FIAT" | "CRYPTO" | "POINT" | "RWA";
|
|
808
819
|
isActive: boolean;
|
|
809
820
|
precision: number;
|
|
810
821
|
};
|
|
@@ -813,6 +824,7 @@ export declare const assetConvertProductAdminRouter: Elysia<"/asset_convert_prod
|
|
|
813
824
|
id: string;
|
|
814
825
|
name: string;
|
|
815
826
|
code: string;
|
|
827
|
+
category: "FIAT" | "CRYPTO" | "POINT" | "RWA";
|
|
816
828
|
isActive: boolean;
|
|
817
829
|
precision: number;
|
|
818
830
|
};
|
|
@@ -896,6 +908,7 @@ export declare const assetConvertProductAdminRouter: Elysia<"/asset_convert_prod
|
|
|
896
908
|
id: string;
|
|
897
909
|
name: string;
|
|
898
910
|
code: string;
|
|
911
|
+
category: "FIAT" | "CRYPTO" | "POINT" | "RWA";
|
|
899
912
|
isActive: boolean;
|
|
900
913
|
precision: number;
|
|
901
914
|
};
|
|
@@ -904,6 +917,7 @@ export declare const assetConvertProductAdminRouter: Elysia<"/asset_convert_prod
|
|
|
904
917
|
id: string;
|
|
905
918
|
name: string;
|
|
906
919
|
code: string;
|
|
920
|
+
category: "FIAT" | "CRYPTO" | "POINT" | "RWA";
|
|
907
921
|
isActive: boolean;
|
|
908
922
|
precision: number;
|
|
909
923
|
};
|
|
@@ -974,12 +988,16 @@ export declare const assetConvertProductAdminRouter: Elysia<"/asset_convert_prod
|
|
|
974
988
|
createdAt: Date;
|
|
975
989
|
bizType: "deposit_credit" | "withdraw_freeze" | "withdraw_release" | "withdraw_debit" | "transfer_out" | "transfer_in" | "internal_transfer_out" | "internal_transfer_in" | "manual_increase" | "manual_decrease" | "welfare_cycle_subscribe_transfer" | "welfare_cycle_daily_yield_payout" | "welfare_cycle_maturity_yield_payout" | "welfare_cycle_maturity_principal_return" | "asset_convert_order_pay_debit" | "asset_convert_order_target_credit" | "trade_market_buy_quote_transfer" | "trade_market_buy_base_transfer" | "trade_market_sell_base_transfer" | "trade_market_sell_quote_transfer";
|
|
976
990
|
amount: string;
|
|
991
|
+
referenceId: string;
|
|
992
|
+
referenceType: "deposit_order" | "withdraw_order" | "transfer_order" | "internal_transfer_order" | "manual_adjustment" | "welfare_cycle_subscription" | "welfare_cycle_daily_payout" | "welfare_cycle_maturity_settlement" | "asset_convert_order" | "trade_market_order";
|
|
977
993
|
} | undefined;
|
|
978
994
|
creditLedgerEntry?: {
|
|
979
995
|
id: string;
|
|
980
996
|
createdAt: Date;
|
|
981
997
|
bizType: "deposit_credit" | "withdraw_freeze" | "withdraw_release" | "withdraw_debit" | "transfer_out" | "transfer_in" | "internal_transfer_out" | "internal_transfer_in" | "manual_increase" | "manual_decrease" | "welfare_cycle_subscribe_transfer" | "welfare_cycle_daily_yield_payout" | "welfare_cycle_maturity_yield_payout" | "welfare_cycle_maturity_principal_return" | "asset_convert_order_pay_debit" | "asset_convert_order_target_credit" | "trade_market_buy_quote_transfer" | "trade_market_buy_base_transfer" | "trade_market_sell_base_transfer" | "trade_market_sell_quote_transfer";
|
|
982
998
|
amount: string;
|
|
999
|
+
referenceId: string;
|
|
1000
|
+
referenceType: "deposit_order" | "withdraw_order" | "transfer_order" | "internal_transfer_order" | "manual_adjustment" | "welfare_cycle_subscription" | "welfare_cycle_daily_payout" | "welfare_cycle_maturity_settlement" | "asset_convert_order" | "trade_market_order";
|
|
983
1001
|
} | undefined;
|
|
984
1002
|
user: {
|
|
985
1003
|
email: string;
|
|
@@ -1014,14 +1032,56 @@ export declare const assetConvertProductAdminRouter: Elysia<"/asset_convert_prod
|
|
|
1014
1032
|
product: {
|
|
1015
1033
|
id: string;
|
|
1016
1034
|
name: string;
|
|
1035
|
+
createdAt: Date;
|
|
1036
|
+
updatedAt: Date;
|
|
1037
|
+
description: string | null;
|
|
1017
1038
|
status: "active" | "draft" | "paused" | "ended";
|
|
1018
1039
|
productCategoryKey: "gold" | "gov_bond" | "real_estate" | "corporate_credit";
|
|
1040
|
+
targetAssetId: string;
|
|
1041
|
+
payAssetId: string;
|
|
1042
|
+
payAccountTypeId: string;
|
|
1043
|
+
receiveAccountTypeId: string;
|
|
1044
|
+
minPayAmount: string;
|
|
1045
|
+
settlementMode: "available" | "locked";
|
|
1046
|
+
allowPurchase: boolean;
|
|
1047
|
+
isHot: boolean;
|
|
1048
|
+
targetAsset: {
|
|
1049
|
+
symbol: string;
|
|
1050
|
+
id: string;
|
|
1051
|
+
name: string;
|
|
1052
|
+
code: string;
|
|
1053
|
+
category: "FIAT" | "CRYPTO" | "POINT" | "RWA";
|
|
1054
|
+
isActive: boolean;
|
|
1055
|
+
precision: number;
|
|
1056
|
+
};
|
|
1057
|
+
payAsset: {
|
|
1058
|
+
symbol: string;
|
|
1059
|
+
id: string;
|
|
1060
|
+
name: string;
|
|
1061
|
+
code: string;
|
|
1062
|
+
category: "FIAT" | "CRYPTO" | "POINT" | "RWA";
|
|
1063
|
+
isActive: boolean;
|
|
1064
|
+
precision: number;
|
|
1065
|
+
};
|
|
1066
|
+
payAccountType: {
|
|
1067
|
+
id: string;
|
|
1068
|
+
name: string;
|
|
1069
|
+
key: string;
|
|
1070
|
+
isActive: boolean;
|
|
1071
|
+
};
|
|
1072
|
+
receiveAccountType: {
|
|
1073
|
+
id: string;
|
|
1074
|
+
name: string;
|
|
1075
|
+
key: string;
|
|
1076
|
+
isActive: boolean;
|
|
1077
|
+
};
|
|
1019
1078
|
};
|
|
1020
1079
|
payAssetSnapshot: {
|
|
1021
1080
|
symbol: string;
|
|
1022
1081
|
id: string;
|
|
1023
1082
|
name: string;
|
|
1024
1083
|
code: string;
|
|
1084
|
+
category: "FIAT" | "CRYPTO" | "POINT" | "RWA";
|
|
1025
1085
|
isActive: boolean;
|
|
1026
1086
|
precision: number;
|
|
1027
1087
|
};
|
|
@@ -1030,6 +1090,7 @@ export declare const assetConvertProductAdminRouter: Elysia<"/asset_convert_prod
|
|
|
1030
1090
|
id: string;
|
|
1031
1091
|
name: string;
|
|
1032
1092
|
code: string;
|
|
1093
|
+
category: "FIAT" | "CRYPTO" | "POINT" | "RWA";
|
|
1033
1094
|
isActive: boolean;
|
|
1034
1095
|
precision: number;
|
|
1035
1096
|
};
|
|
@@ -1038,17 +1099,20 @@ export declare const assetConvertProductAdminRouter: Elysia<"/asset_convert_prod
|
|
|
1038
1099
|
id: string;
|
|
1039
1100
|
name: string;
|
|
1040
1101
|
code: string;
|
|
1102
|
+
category: "FIAT" | "CRYPTO" | "POINT" | "RWA";
|
|
1041
1103
|
isActive: boolean;
|
|
1042
1104
|
precision: number;
|
|
1043
1105
|
};
|
|
1044
1106
|
sourcePayAccount: {
|
|
1045
1107
|
id: string;
|
|
1108
|
+
userId: string;
|
|
1046
1109
|
status: "active" | "frozen" | "disabled";
|
|
1047
1110
|
assetId: string;
|
|
1048
1111
|
ledgerAccountTypeId: string;
|
|
1049
1112
|
};
|
|
1050
1113
|
receiveAccount: {
|
|
1051
1114
|
id: string;
|
|
1115
|
+
userId: string;
|
|
1052
1116
|
status: "active" | "frozen" | "disabled";
|
|
1053
1117
|
assetId: string;
|
|
1054
1118
|
ledgerAccountTypeId: string;
|
|
@@ -1095,12 +1159,16 @@ export declare const assetConvertProductAdminRouter: Elysia<"/asset_convert_prod
|
|
|
1095
1159
|
createdAt: Date;
|
|
1096
1160
|
bizType: "deposit_credit" | "withdraw_freeze" | "withdraw_release" | "withdraw_debit" | "transfer_out" | "transfer_in" | "internal_transfer_out" | "internal_transfer_in" | "manual_increase" | "manual_decrease" | "welfare_cycle_subscribe_transfer" | "welfare_cycle_daily_yield_payout" | "welfare_cycle_maturity_yield_payout" | "welfare_cycle_maturity_principal_return" | "asset_convert_order_pay_debit" | "asset_convert_order_target_credit" | "trade_market_buy_quote_transfer" | "trade_market_buy_base_transfer" | "trade_market_sell_base_transfer" | "trade_market_sell_quote_transfer";
|
|
1097
1161
|
amount: string;
|
|
1162
|
+
referenceId: string;
|
|
1163
|
+
referenceType: "deposit_order" | "withdraw_order" | "transfer_order" | "internal_transfer_order" | "manual_adjustment" | "welfare_cycle_subscription" | "welfare_cycle_daily_payout" | "welfare_cycle_maturity_settlement" | "asset_convert_order" | "trade_market_order";
|
|
1098
1164
|
} | undefined;
|
|
1099
1165
|
creditLedgerEntry?: {
|
|
1100
1166
|
id: string;
|
|
1101
1167
|
createdAt: Date;
|
|
1102
1168
|
bizType: "deposit_credit" | "withdraw_freeze" | "withdraw_release" | "withdraw_debit" | "transfer_out" | "transfer_in" | "internal_transfer_out" | "internal_transfer_in" | "manual_increase" | "manual_decrease" | "welfare_cycle_subscribe_transfer" | "welfare_cycle_daily_yield_payout" | "welfare_cycle_maturity_yield_payout" | "welfare_cycle_maturity_principal_return" | "asset_convert_order_pay_debit" | "asset_convert_order_target_credit" | "trade_market_buy_quote_transfer" | "trade_market_buy_base_transfer" | "trade_market_sell_base_transfer" | "trade_market_sell_quote_transfer";
|
|
1103
1169
|
amount: string;
|
|
1170
|
+
referenceId: string;
|
|
1171
|
+
referenceType: "deposit_order" | "withdraw_order" | "transfer_order" | "internal_transfer_order" | "manual_adjustment" | "welfare_cycle_subscription" | "welfare_cycle_daily_payout" | "welfare_cycle_maturity_settlement" | "asset_convert_order" | "trade_market_order";
|
|
1104
1172
|
} | undefined;
|
|
1105
1173
|
user: {
|
|
1106
1174
|
email: string;
|
|
@@ -1135,14 +1203,56 @@ export declare const assetConvertProductAdminRouter: Elysia<"/asset_convert_prod
|
|
|
1135
1203
|
product: {
|
|
1136
1204
|
id: string;
|
|
1137
1205
|
name: string;
|
|
1206
|
+
createdAt: Date;
|
|
1207
|
+
updatedAt: Date;
|
|
1208
|
+
description: string | null;
|
|
1138
1209
|
status: "active" | "draft" | "paused" | "ended";
|
|
1139
1210
|
productCategoryKey: "gold" | "gov_bond" | "real_estate" | "corporate_credit";
|
|
1211
|
+
targetAssetId: string;
|
|
1212
|
+
payAssetId: string;
|
|
1213
|
+
payAccountTypeId: string;
|
|
1214
|
+
receiveAccountTypeId: string;
|
|
1215
|
+
minPayAmount: string;
|
|
1216
|
+
settlementMode: "available" | "locked";
|
|
1217
|
+
allowPurchase: boolean;
|
|
1218
|
+
isHot: boolean;
|
|
1219
|
+
targetAsset: {
|
|
1220
|
+
symbol: string;
|
|
1221
|
+
id: string;
|
|
1222
|
+
name: string;
|
|
1223
|
+
code: string;
|
|
1224
|
+
category: "FIAT" | "CRYPTO" | "POINT" | "RWA";
|
|
1225
|
+
isActive: boolean;
|
|
1226
|
+
precision: number;
|
|
1227
|
+
};
|
|
1228
|
+
payAsset: {
|
|
1229
|
+
symbol: string;
|
|
1230
|
+
id: string;
|
|
1231
|
+
name: string;
|
|
1232
|
+
code: string;
|
|
1233
|
+
category: "FIAT" | "CRYPTO" | "POINT" | "RWA";
|
|
1234
|
+
isActive: boolean;
|
|
1235
|
+
precision: number;
|
|
1236
|
+
};
|
|
1237
|
+
payAccountType: {
|
|
1238
|
+
id: string;
|
|
1239
|
+
name: string;
|
|
1240
|
+
key: string;
|
|
1241
|
+
isActive: boolean;
|
|
1242
|
+
};
|
|
1243
|
+
receiveAccountType: {
|
|
1244
|
+
id: string;
|
|
1245
|
+
name: string;
|
|
1246
|
+
key: string;
|
|
1247
|
+
isActive: boolean;
|
|
1248
|
+
};
|
|
1140
1249
|
};
|
|
1141
1250
|
payAssetSnapshot: {
|
|
1142
1251
|
symbol: string;
|
|
1143
1252
|
id: string;
|
|
1144
1253
|
name: string;
|
|
1145
1254
|
code: string;
|
|
1255
|
+
category: "FIAT" | "CRYPTO" | "POINT" | "RWA";
|
|
1146
1256
|
isActive: boolean;
|
|
1147
1257
|
precision: number;
|
|
1148
1258
|
};
|
|
@@ -1151,6 +1261,7 @@ export declare const assetConvertProductAdminRouter: Elysia<"/asset_convert_prod
|
|
|
1151
1261
|
id: string;
|
|
1152
1262
|
name: string;
|
|
1153
1263
|
code: string;
|
|
1264
|
+
category: "FIAT" | "CRYPTO" | "POINT" | "RWA";
|
|
1154
1265
|
isActive: boolean;
|
|
1155
1266
|
precision: number;
|
|
1156
1267
|
};
|
|
@@ -1159,17 +1270,20 @@ export declare const assetConvertProductAdminRouter: Elysia<"/asset_convert_prod
|
|
|
1159
1270
|
id: string;
|
|
1160
1271
|
name: string;
|
|
1161
1272
|
code: string;
|
|
1273
|
+
category: "FIAT" | "CRYPTO" | "POINT" | "RWA";
|
|
1162
1274
|
isActive: boolean;
|
|
1163
1275
|
precision: number;
|
|
1164
1276
|
};
|
|
1165
1277
|
sourcePayAccount: {
|
|
1166
1278
|
id: string;
|
|
1279
|
+
userId: string;
|
|
1167
1280
|
status: "active" | "frozen" | "disabled";
|
|
1168
1281
|
assetId: string;
|
|
1169
1282
|
ledgerAccountTypeId: string;
|
|
1170
1283
|
};
|
|
1171
1284
|
receiveAccount: {
|
|
1172
1285
|
id: string;
|
|
1286
|
+
userId: string;
|
|
1173
1287
|
status: "active" | "frozen" | "disabled";
|
|
1174
1288
|
assetId: string;
|
|
1175
1289
|
ledgerAccountTypeId: string;
|
|
@@ -1210,12 +1324,16 @@ export declare const assetConvertProductAdminRouter: Elysia<"/asset_convert_prod
|
|
|
1210
1324
|
createdAt: Date;
|
|
1211
1325
|
bizType: "deposit_credit" | "withdraw_freeze" | "withdraw_release" | "withdraw_debit" | "transfer_out" | "transfer_in" | "internal_transfer_out" | "internal_transfer_in" | "manual_increase" | "manual_decrease" | "welfare_cycle_subscribe_transfer" | "welfare_cycle_daily_yield_payout" | "welfare_cycle_maturity_yield_payout" | "welfare_cycle_maturity_principal_return" | "asset_convert_order_pay_debit" | "asset_convert_order_target_credit" | "trade_market_buy_quote_transfer" | "trade_market_buy_base_transfer" | "trade_market_sell_base_transfer" | "trade_market_sell_quote_transfer";
|
|
1212
1326
|
amount: string;
|
|
1327
|
+
referenceId: string;
|
|
1328
|
+
referenceType: "deposit_order" | "withdraw_order" | "transfer_order" | "internal_transfer_order" | "manual_adjustment" | "welfare_cycle_subscription" | "welfare_cycle_daily_payout" | "welfare_cycle_maturity_settlement" | "asset_convert_order" | "trade_market_order";
|
|
1213
1329
|
} | undefined;
|
|
1214
1330
|
creditLedgerEntry?: {
|
|
1215
1331
|
id: string;
|
|
1216
1332
|
createdAt: Date;
|
|
1217
1333
|
bizType: "deposit_credit" | "withdraw_freeze" | "withdraw_release" | "withdraw_debit" | "transfer_out" | "transfer_in" | "internal_transfer_out" | "internal_transfer_in" | "manual_increase" | "manual_decrease" | "welfare_cycle_subscribe_transfer" | "welfare_cycle_daily_yield_payout" | "welfare_cycle_maturity_yield_payout" | "welfare_cycle_maturity_principal_return" | "asset_convert_order_pay_debit" | "asset_convert_order_target_credit" | "trade_market_buy_quote_transfer" | "trade_market_buy_base_transfer" | "trade_market_sell_base_transfer" | "trade_market_sell_quote_transfer";
|
|
1218
1334
|
amount: string;
|
|
1335
|
+
referenceId: string;
|
|
1336
|
+
referenceType: "deposit_order" | "withdraw_order" | "transfer_order" | "internal_transfer_order" | "manual_adjustment" | "welfare_cycle_subscription" | "welfare_cycle_daily_payout" | "welfare_cycle_maturity_settlement" | "asset_convert_order" | "trade_market_order";
|
|
1219
1337
|
} | undefined;
|
|
1220
1338
|
user: {
|
|
1221
1339
|
email: string;
|
|
@@ -1250,14 +1368,56 @@ export declare const assetConvertProductAdminRouter: Elysia<"/asset_convert_prod
|
|
|
1250
1368
|
product: {
|
|
1251
1369
|
id: string;
|
|
1252
1370
|
name: string;
|
|
1371
|
+
createdAt: Date;
|
|
1372
|
+
updatedAt: Date;
|
|
1373
|
+
description: string | null;
|
|
1253
1374
|
status: "active" | "draft" | "paused" | "ended";
|
|
1254
1375
|
productCategoryKey: "gold" | "gov_bond" | "real_estate" | "corporate_credit";
|
|
1376
|
+
targetAssetId: string;
|
|
1377
|
+
payAssetId: string;
|
|
1378
|
+
payAccountTypeId: string;
|
|
1379
|
+
receiveAccountTypeId: string;
|
|
1380
|
+
minPayAmount: string;
|
|
1381
|
+
settlementMode: "available" | "locked";
|
|
1382
|
+
allowPurchase: boolean;
|
|
1383
|
+
isHot: boolean;
|
|
1384
|
+
targetAsset: {
|
|
1385
|
+
symbol: string;
|
|
1386
|
+
id: string;
|
|
1387
|
+
name: string;
|
|
1388
|
+
code: string;
|
|
1389
|
+
category: "FIAT" | "CRYPTO" | "POINT" | "RWA";
|
|
1390
|
+
isActive: boolean;
|
|
1391
|
+
precision: number;
|
|
1392
|
+
};
|
|
1393
|
+
payAsset: {
|
|
1394
|
+
symbol: string;
|
|
1395
|
+
id: string;
|
|
1396
|
+
name: string;
|
|
1397
|
+
code: string;
|
|
1398
|
+
category: "FIAT" | "CRYPTO" | "POINT" | "RWA";
|
|
1399
|
+
isActive: boolean;
|
|
1400
|
+
precision: number;
|
|
1401
|
+
};
|
|
1402
|
+
payAccountType: {
|
|
1403
|
+
id: string;
|
|
1404
|
+
name: string;
|
|
1405
|
+
key: string;
|
|
1406
|
+
isActive: boolean;
|
|
1407
|
+
};
|
|
1408
|
+
receiveAccountType: {
|
|
1409
|
+
id: string;
|
|
1410
|
+
name: string;
|
|
1411
|
+
key: string;
|
|
1412
|
+
isActive: boolean;
|
|
1413
|
+
};
|
|
1255
1414
|
};
|
|
1256
1415
|
payAssetSnapshot: {
|
|
1257
1416
|
symbol: string;
|
|
1258
1417
|
id: string;
|
|
1259
1418
|
name: string;
|
|
1260
1419
|
code: string;
|
|
1420
|
+
category: "FIAT" | "CRYPTO" | "POINT" | "RWA";
|
|
1261
1421
|
isActive: boolean;
|
|
1262
1422
|
precision: number;
|
|
1263
1423
|
};
|
|
@@ -1266,6 +1426,7 @@ export declare const assetConvertProductAdminRouter: Elysia<"/asset_convert_prod
|
|
|
1266
1426
|
id: string;
|
|
1267
1427
|
name: string;
|
|
1268
1428
|
code: string;
|
|
1429
|
+
category: "FIAT" | "CRYPTO" | "POINT" | "RWA";
|
|
1269
1430
|
isActive: boolean;
|
|
1270
1431
|
precision: number;
|
|
1271
1432
|
};
|
|
@@ -1274,17 +1435,20 @@ export declare const assetConvertProductAdminRouter: Elysia<"/asset_convert_prod
|
|
|
1274
1435
|
id: string;
|
|
1275
1436
|
name: string;
|
|
1276
1437
|
code: string;
|
|
1438
|
+
category: "FIAT" | "CRYPTO" | "POINT" | "RWA";
|
|
1277
1439
|
isActive: boolean;
|
|
1278
1440
|
precision: number;
|
|
1279
1441
|
};
|
|
1280
1442
|
sourcePayAccount: {
|
|
1281
1443
|
id: string;
|
|
1444
|
+
userId: string;
|
|
1282
1445
|
status: "active" | "frozen" | "disabled";
|
|
1283
1446
|
assetId: string;
|
|
1284
1447
|
ledgerAccountTypeId: string;
|
|
1285
1448
|
};
|
|
1286
1449
|
receiveAccount: {
|
|
1287
1450
|
id: string;
|
|
1451
|
+
userId: string;
|
|
1288
1452
|
status: "active" | "frozen" | "disabled";
|
|
1289
1453
|
assetId: string;
|
|
1290
1454
|
ledgerAccountTypeId: string;
|