@binance/simple-earn 9.0.0 → 10.0.1
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/index.d.mts +338 -338
- package/dist/index.d.ts +338 -338
- package/dist/index.js +116 -116
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +116 -116
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -2
package/dist/index.d.ts
CHANGED
|
@@ -115,10 +115,10 @@ interface GetBfusdQuotaDetailsResponseStandardRedemptionQuota {
|
|
|
115
115
|
fee?: string;
|
|
116
116
|
/**
|
|
117
117
|
*
|
|
118
|
-
* @type {number}
|
|
118
|
+
* @type {number | bigint}
|
|
119
119
|
* @memberof GetBfusdQuotaDetailsResponseStandardRedemptionQuota
|
|
120
120
|
*/
|
|
121
|
-
redeemPeriod?: number;
|
|
121
|
+
redeemPeriod?: number | bigint;
|
|
122
122
|
}
|
|
123
123
|
|
|
124
124
|
/**
|
|
@@ -192,10 +192,10 @@ interface GetBfusdRateHistoryResponseRowsInner {
|
|
|
192
192
|
annualPercentageRate?: string;
|
|
193
193
|
/**
|
|
194
194
|
*
|
|
195
|
-
* @type {number}
|
|
195
|
+
* @type {number | bigint}
|
|
196
196
|
* @memberof GetBfusdRateHistoryResponseRowsInner
|
|
197
197
|
*/
|
|
198
|
-
time?: number;
|
|
198
|
+
time?: number | bigint;
|
|
199
199
|
}
|
|
200
200
|
|
|
201
201
|
/**
|
|
@@ -251,10 +251,10 @@ interface GetBfusdRateHistoryResponse {
|
|
|
251
251
|
interface GetBfusdRedemptionHistoryResponseRowsInner {
|
|
252
252
|
/**
|
|
253
253
|
*
|
|
254
|
-
* @type {number}
|
|
254
|
+
* @type {number | bigint}
|
|
255
255
|
* @memberof GetBfusdRedemptionHistoryResponseRowsInner
|
|
256
256
|
*/
|
|
257
|
-
time?: number;
|
|
257
|
+
time?: number | bigint;
|
|
258
258
|
/**
|
|
259
259
|
*
|
|
260
260
|
* @type {string}
|
|
@@ -287,10 +287,10 @@ interface GetBfusdRedemptionHistoryResponseRowsInner {
|
|
|
287
287
|
fee?: string;
|
|
288
288
|
/**
|
|
289
289
|
*
|
|
290
|
-
* @type {number}
|
|
290
|
+
* @type {number | bigint}
|
|
291
291
|
* @memberof GetBfusdRedemptionHistoryResponseRowsInner
|
|
292
292
|
*/
|
|
293
|
-
arrivalTime?: number;
|
|
293
|
+
arrivalTime?: number | bigint;
|
|
294
294
|
/**
|
|
295
295
|
*
|
|
296
296
|
* @type {string}
|
|
@@ -326,10 +326,10 @@ interface GetBfusdRedemptionHistoryResponse {
|
|
|
326
326
|
rows?: Array<GetBfusdRedemptionHistoryResponseRowsInner>;
|
|
327
327
|
/**
|
|
328
328
|
*
|
|
329
|
-
* @type {number}
|
|
329
|
+
* @type {number | bigint}
|
|
330
330
|
* @memberof GetBfusdRedemptionHistoryResponse
|
|
331
331
|
*/
|
|
332
|
-
total?: number;
|
|
332
|
+
total?: number | bigint;
|
|
333
333
|
}
|
|
334
334
|
|
|
335
335
|
/**
|
|
@@ -352,10 +352,10 @@ interface GetBfusdRedemptionHistoryResponse {
|
|
|
352
352
|
interface GetBfusdRewardsHistoryResponseRowsInner {
|
|
353
353
|
/**
|
|
354
354
|
*
|
|
355
|
-
* @type {number}
|
|
355
|
+
* @type {number | bigint}
|
|
356
356
|
* @memberof GetBfusdRewardsHistoryResponseRowsInner
|
|
357
357
|
*/
|
|
358
|
-
time?: number;
|
|
358
|
+
time?: number | bigint;
|
|
359
359
|
/**
|
|
360
360
|
*
|
|
361
361
|
* @type {string}
|
|
@@ -403,10 +403,10 @@ interface GetBfusdRewardsHistoryResponse {
|
|
|
403
403
|
rows?: Array<GetBfusdRewardsHistoryResponseRowsInner>;
|
|
404
404
|
/**
|
|
405
405
|
*
|
|
406
|
-
* @type {number}
|
|
406
|
+
* @type {number | bigint}
|
|
407
407
|
* @memberof GetBfusdRewardsHistoryResponse
|
|
408
408
|
*/
|
|
409
|
-
total?: number;
|
|
409
|
+
total?: number | bigint;
|
|
410
410
|
}
|
|
411
411
|
|
|
412
412
|
/**
|
|
@@ -429,10 +429,10 @@ interface GetBfusdRewardsHistoryResponse {
|
|
|
429
429
|
interface GetBfusdSubscriptionHistoryResponseRowsInner {
|
|
430
430
|
/**
|
|
431
431
|
*
|
|
432
|
-
* @type {number}
|
|
432
|
+
* @type {number | bigint}
|
|
433
433
|
* @memberof GetBfusdSubscriptionHistoryResponseRowsInner
|
|
434
434
|
*/
|
|
435
|
-
time?: number;
|
|
435
|
+
time?: number | bigint;
|
|
436
436
|
/**
|
|
437
437
|
*
|
|
438
438
|
* @type {string}
|
|
@@ -492,10 +492,10 @@ interface GetBfusdSubscriptionHistoryResponse {
|
|
|
492
492
|
rows?: Array<GetBfusdSubscriptionHistoryResponseRowsInner>;
|
|
493
493
|
/**
|
|
494
494
|
*
|
|
495
|
-
* @type {number}
|
|
495
|
+
* @type {number | bigint}
|
|
496
496
|
* @memberof GetBfusdSubscriptionHistoryResponse
|
|
497
497
|
*/
|
|
498
|
-
total?: number;
|
|
498
|
+
total?: number | bigint;
|
|
499
499
|
}
|
|
500
500
|
|
|
501
501
|
/**
|
|
@@ -536,10 +536,10 @@ interface GetCollateralRecordResponseRowsInner {
|
|
|
536
536
|
asset?: string;
|
|
537
537
|
/**
|
|
538
538
|
*
|
|
539
|
-
* @type {number}
|
|
539
|
+
* @type {number | bigint}
|
|
540
540
|
* @memberof GetCollateralRecordResponseRowsInner
|
|
541
541
|
*/
|
|
542
|
-
createTime?: number;
|
|
542
|
+
createTime?: number | bigint;
|
|
543
543
|
/**
|
|
544
544
|
*
|
|
545
545
|
* @type {string}
|
|
@@ -554,10 +554,10 @@ interface GetCollateralRecordResponseRowsInner {
|
|
|
554
554
|
productName?: string;
|
|
555
555
|
/**
|
|
556
556
|
*
|
|
557
|
-
* @type {number}
|
|
557
|
+
* @type {number | bigint}
|
|
558
558
|
* @memberof GetCollateralRecordResponseRowsInner
|
|
559
559
|
*/
|
|
560
|
-
orderId?: number;
|
|
560
|
+
orderId?: number | bigint;
|
|
561
561
|
}
|
|
562
562
|
|
|
563
563
|
/**
|
|
@@ -783,10 +783,10 @@ interface GetFlexibleProductPositionResponse {
|
|
|
783
783
|
rows?: Array<GetFlexibleProductPositionResponseRowsInner>;
|
|
784
784
|
/**
|
|
785
785
|
*
|
|
786
|
-
* @type {number}
|
|
786
|
+
* @type {number | bigint}
|
|
787
787
|
* @memberof GetFlexibleProductPositionResponse
|
|
788
788
|
*/
|
|
789
|
-
total?: number;
|
|
789
|
+
total?: number | bigint;
|
|
790
790
|
}
|
|
791
791
|
|
|
792
792
|
/**
|
|
@@ -821,10 +821,10 @@ interface GetFlexibleRedemptionRecordResponseRowsInner {
|
|
|
821
821
|
asset?: string;
|
|
822
822
|
/**
|
|
823
823
|
*
|
|
824
|
-
* @type {number}
|
|
824
|
+
* @type {number | bigint}
|
|
825
825
|
* @memberof GetFlexibleRedemptionRecordResponseRowsInner
|
|
826
826
|
*/
|
|
827
|
-
time?: number;
|
|
827
|
+
time?: number | bigint;
|
|
828
828
|
/**
|
|
829
829
|
*
|
|
830
830
|
* @type {string}
|
|
@@ -833,10 +833,10 @@ interface GetFlexibleRedemptionRecordResponseRowsInner {
|
|
|
833
833
|
projectId?: string;
|
|
834
834
|
/**
|
|
835
835
|
*
|
|
836
|
-
* @type {number}
|
|
836
|
+
* @type {number | bigint}
|
|
837
837
|
* @memberof GetFlexibleRedemptionRecordResponseRowsInner
|
|
838
838
|
*/
|
|
839
|
-
redeemId?: number;
|
|
839
|
+
redeemId?: number | bigint;
|
|
840
840
|
/**
|
|
841
841
|
*
|
|
842
842
|
* @type {string}
|
|
@@ -878,10 +878,10 @@ interface GetFlexibleRedemptionRecordResponse {
|
|
|
878
878
|
rows?: Array<GetFlexibleRedemptionRecordResponseRowsInner>;
|
|
879
879
|
/**
|
|
880
880
|
*
|
|
881
|
-
* @type {number}
|
|
881
|
+
* @type {number | bigint}
|
|
882
882
|
* @memberof GetFlexibleRedemptionRecordResponse
|
|
883
883
|
*/
|
|
884
|
-
total?: number;
|
|
884
|
+
total?: number | bigint;
|
|
885
885
|
}
|
|
886
886
|
|
|
887
887
|
/**
|
|
@@ -928,10 +928,10 @@ interface GetFlexibleRewardsHistoryResponseRowsInner {
|
|
|
928
928
|
type?: string;
|
|
929
929
|
/**
|
|
930
930
|
*
|
|
931
|
-
* @type {number}
|
|
931
|
+
* @type {number | bigint}
|
|
932
932
|
* @memberof GetFlexibleRewardsHistoryResponseRowsInner
|
|
933
933
|
*/
|
|
934
|
-
time?: number;
|
|
934
|
+
time?: number | bigint;
|
|
935
935
|
}
|
|
936
936
|
|
|
937
937
|
/**
|
|
@@ -961,10 +961,10 @@ interface GetFlexibleRewardsHistoryResponse {
|
|
|
961
961
|
rows?: Array<GetFlexibleRewardsHistoryResponseRowsInner>;
|
|
962
962
|
/**
|
|
963
963
|
*
|
|
964
|
-
* @type {number}
|
|
964
|
+
* @type {number | bigint}
|
|
965
965
|
* @memberof GetFlexibleRewardsHistoryResponse
|
|
966
966
|
*/
|
|
967
|
-
total?: number;
|
|
967
|
+
total?: number | bigint;
|
|
968
968
|
}
|
|
969
969
|
|
|
970
970
|
/**
|
|
@@ -1055,16 +1055,16 @@ interface GetFlexibleSubscriptionRecordResponseRowsInner {
|
|
|
1055
1055
|
asset?: string;
|
|
1056
1056
|
/**
|
|
1057
1057
|
*
|
|
1058
|
-
* @type {number}
|
|
1058
|
+
* @type {number | bigint}
|
|
1059
1059
|
* @memberof GetFlexibleSubscriptionRecordResponseRowsInner
|
|
1060
1060
|
*/
|
|
1061
|
-
time?: number;
|
|
1061
|
+
time?: number | bigint;
|
|
1062
1062
|
/**
|
|
1063
1063
|
*
|
|
1064
|
-
* @type {number}
|
|
1064
|
+
* @type {number | bigint}
|
|
1065
1065
|
* @memberof GetFlexibleSubscriptionRecordResponseRowsInner
|
|
1066
1066
|
*/
|
|
1067
|
-
purchaseId?: number;
|
|
1067
|
+
purchaseId?: number | bigint;
|
|
1068
1068
|
/**
|
|
1069
1069
|
*
|
|
1070
1070
|
* @type {string}
|
|
@@ -1130,10 +1130,10 @@ interface GetFlexibleSubscriptionRecordResponse {
|
|
|
1130
1130
|
rows?: Array<GetFlexibleSubscriptionRecordResponseRowsInner>;
|
|
1131
1131
|
/**
|
|
1132
1132
|
*
|
|
1133
|
-
* @type {number}
|
|
1133
|
+
* @type {number | bigint}
|
|
1134
1134
|
* @memberof GetFlexibleSubscriptionRecordResponse
|
|
1135
1135
|
*/
|
|
1136
|
-
total?: number;
|
|
1136
|
+
total?: number | bigint;
|
|
1137
1137
|
}
|
|
1138
1138
|
|
|
1139
1139
|
/**
|
|
@@ -1182,16 +1182,16 @@ interface GetLockedPersonalLeftQuotaResponse {
|
|
|
1182
1182
|
interface GetLockedProductPositionResponseRowsInner {
|
|
1183
1183
|
/**
|
|
1184
1184
|
*
|
|
1185
|
-
* @type {number}
|
|
1185
|
+
* @type {number | bigint}
|
|
1186
1186
|
* @memberof GetLockedProductPositionResponseRowsInner
|
|
1187
1187
|
*/
|
|
1188
|
-
positionId?: number;
|
|
1188
|
+
positionId?: number | bigint;
|
|
1189
1189
|
/**
|
|
1190
1190
|
*
|
|
1191
|
-
* @type {number}
|
|
1191
|
+
* @type {number | bigint}
|
|
1192
1192
|
* @memberof GetLockedProductPositionResponseRowsInner
|
|
1193
1193
|
*/
|
|
1194
|
-
parentPositionId?: number;
|
|
1194
|
+
parentPositionId?: number | bigint;
|
|
1195
1195
|
/**
|
|
1196
1196
|
*
|
|
1197
1197
|
* @type {string}
|
|
@@ -1407,10 +1407,10 @@ interface GetLockedProductPositionResponse {
|
|
|
1407
1407
|
rows?: Array<GetLockedProductPositionResponseRowsInner>;
|
|
1408
1408
|
/**
|
|
1409
1409
|
*
|
|
1410
|
-
* @type {number}
|
|
1410
|
+
* @type {number | bigint}
|
|
1411
1411
|
* @memberof GetLockedProductPositionResponse
|
|
1412
1412
|
*/
|
|
1413
|
-
total?: number;
|
|
1413
|
+
total?: number | bigint;
|
|
1414
1414
|
}
|
|
1415
1415
|
|
|
1416
1416
|
/**
|
|
@@ -1433,22 +1433,22 @@ interface GetLockedProductPositionResponse {
|
|
|
1433
1433
|
interface GetLockedRedemptionRecordResponseRowsInner {
|
|
1434
1434
|
/**
|
|
1435
1435
|
*
|
|
1436
|
-
* @type {number}
|
|
1436
|
+
* @type {number | bigint}
|
|
1437
1437
|
* @memberof GetLockedRedemptionRecordResponseRowsInner
|
|
1438
1438
|
*/
|
|
1439
|
-
positionId?: number;
|
|
1439
|
+
positionId?: number | bigint;
|
|
1440
1440
|
/**
|
|
1441
1441
|
*
|
|
1442
|
-
* @type {number}
|
|
1442
|
+
* @type {number | bigint}
|
|
1443
1443
|
* @memberof GetLockedRedemptionRecordResponseRowsInner
|
|
1444
1444
|
*/
|
|
1445
|
-
redeemId?: number;
|
|
1445
|
+
redeemId?: number | bigint;
|
|
1446
1446
|
/**
|
|
1447
1447
|
*
|
|
1448
|
-
* @type {number}
|
|
1448
|
+
* @type {number | bigint}
|
|
1449
1449
|
* @memberof GetLockedRedemptionRecordResponseRowsInner
|
|
1450
1450
|
*/
|
|
1451
|
-
time?: number;
|
|
1451
|
+
time?: number | bigint;
|
|
1452
1452
|
/**
|
|
1453
1453
|
*
|
|
1454
1454
|
* @type {string}
|
|
@@ -1556,10 +1556,10 @@ interface GetLockedRedemptionRecordResponse {
|
|
|
1556
1556
|
rows?: Array<GetLockedRedemptionRecordResponseRowsInner>;
|
|
1557
1557
|
/**
|
|
1558
1558
|
*
|
|
1559
|
-
* @type {number}
|
|
1559
|
+
* @type {number | bigint}
|
|
1560
1560
|
* @memberof GetLockedRedemptionRecordResponse
|
|
1561
1561
|
*/
|
|
1562
|
-
total?: number;
|
|
1562
|
+
total?: number | bigint;
|
|
1563
1563
|
}
|
|
1564
1564
|
|
|
1565
1565
|
/**
|
|
@@ -1582,16 +1582,16 @@ interface GetLockedRedemptionRecordResponse {
|
|
|
1582
1582
|
interface GetLockedRewardsHistoryResponseRowsInner {
|
|
1583
1583
|
/**
|
|
1584
1584
|
*
|
|
1585
|
-
* @type {number}
|
|
1585
|
+
* @type {number | bigint}
|
|
1586
1586
|
* @memberof GetLockedRewardsHistoryResponseRowsInner
|
|
1587
1587
|
*/
|
|
1588
|
-
positionId?: number;
|
|
1588
|
+
positionId?: number | bigint;
|
|
1589
1589
|
/**
|
|
1590
1590
|
*
|
|
1591
|
-
* @type {number}
|
|
1591
|
+
* @type {number | bigint}
|
|
1592
1592
|
* @memberof GetLockedRewardsHistoryResponseRowsInner
|
|
1593
1593
|
*/
|
|
1594
|
-
time?: number;
|
|
1594
|
+
time?: number | bigint;
|
|
1595
1595
|
/**
|
|
1596
1596
|
*
|
|
1597
1597
|
* @type {string}
|
|
@@ -1645,10 +1645,10 @@ interface GetLockedRewardsHistoryResponse {
|
|
|
1645
1645
|
rows?: Array<GetLockedRewardsHistoryResponseRowsInner>;
|
|
1646
1646
|
/**
|
|
1647
1647
|
*
|
|
1648
|
-
* @type {number}
|
|
1648
|
+
* @type {number | bigint}
|
|
1649
1649
|
* @memberof GetLockedRewardsHistoryResponse
|
|
1650
1650
|
*/
|
|
1651
|
-
total?: number;
|
|
1651
|
+
total?: number | bigint;
|
|
1652
1652
|
}
|
|
1653
1653
|
|
|
1654
1654
|
/**
|
|
@@ -1784,10 +1784,10 @@ interface GetLockedSubscriptionPreviewResponse extends Array<GetLockedSubscripti
|
|
|
1784
1784
|
interface GetLockedSubscriptionRecordResponseRowsInner {
|
|
1785
1785
|
/**
|
|
1786
1786
|
*
|
|
1787
|
-
* @type {number}
|
|
1787
|
+
* @type {number | bigint}
|
|
1788
1788
|
* @memberof GetLockedSubscriptionRecordResponseRowsInner
|
|
1789
1789
|
*/
|
|
1790
|
-
positionId?: number;
|
|
1790
|
+
positionId?: number | bigint;
|
|
1791
1791
|
/**
|
|
1792
1792
|
*
|
|
1793
1793
|
* @type {string}
|
|
@@ -1802,10 +1802,10 @@ interface GetLockedSubscriptionRecordResponseRowsInner {
|
|
|
1802
1802
|
projectId?: string;
|
|
1803
1803
|
/**
|
|
1804
1804
|
*
|
|
1805
|
-
* @type {number}
|
|
1805
|
+
* @type {number | bigint}
|
|
1806
1806
|
* @memberof GetLockedSubscriptionRecordResponseRowsInner
|
|
1807
1807
|
*/
|
|
1808
|
-
time?: number;
|
|
1808
|
+
time?: number | bigint;
|
|
1809
1809
|
/**
|
|
1810
1810
|
*
|
|
1811
1811
|
* @type {string}
|
|
@@ -1883,10 +1883,10 @@ interface GetLockedSubscriptionRecordResponse {
|
|
|
1883
1883
|
rows?: Array<GetLockedSubscriptionRecordResponseRowsInner>;
|
|
1884
1884
|
/**
|
|
1885
1885
|
*
|
|
1886
|
-
* @type {number}
|
|
1886
|
+
* @type {number | bigint}
|
|
1887
1887
|
* @memberof GetLockedSubscriptionRecordResponse
|
|
1888
1888
|
*/
|
|
1889
|
-
total?: number;
|
|
1889
|
+
total?: number | bigint;
|
|
1890
1890
|
}
|
|
1891
1891
|
|
|
1892
1892
|
/**
|
|
@@ -1927,10 +1927,10 @@ interface GetRateHistoryResponseRowsInner {
|
|
|
1927
1927
|
annualPercentageRate?: string;
|
|
1928
1928
|
/**
|
|
1929
1929
|
*
|
|
1930
|
-
* @type {number}
|
|
1930
|
+
* @type {number | bigint}
|
|
1931
1931
|
* @memberof GetRateHistoryResponseRowsInner
|
|
1932
1932
|
*/
|
|
1933
|
-
time?: number;
|
|
1933
|
+
time?: number | bigint;
|
|
1934
1934
|
}
|
|
1935
1935
|
|
|
1936
1936
|
/**
|
|
@@ -2080,10 +2080,10 @@ interface GetRwusdQuotaDetailsResponseStandardRedemptionQuota {
|
|
|
2080
2080
|
fee?: string;
|
|
2081
2081
|
/**
|
|
2082
2082
|
*
|
|
2083
|
-
* @type {number}
|
|
2083
|
+
* @type {number | bigint}
|
|
2084
2084
|
* @memberof GetRwusdQuotaDetailsResponseStandardRedemptionQuota
|
|
2085
2085
|
*/
|
|
2086
|
-
redeemPeriod?: number;
|
|
2086
|
+
redeemPeriod?: number | bigint;
|
|
2087
2087
|
}
|
|
2088
2088
|
|
|
2089
2089
|
/**
|
|
@@ -2228,10 +2228,10 @@ interface GetRwusdRateHistoryResponse {
|
|
|
2228
2228
|
interface GetRwusdRedemptionHistoryResponseRowsInner {
|
|
2229
2229
|
/**
|
|
2230
2230
|
*
|
|
2231
|
-
* @type {number}
|
|
2231
|
+
* @type {number | bigint}
|
|
2232
2232
|
* @memberof GetRwusdRedemptionHistoryResponseRowsInner
|
|
2233
2233
|
*/
|
|
2234
|
-
time?: number;
|
|
2234
|
+
time?: number | bigint;
|
|
2235
2235
|
/**
|
|
2236
2236
|
*
|
|
2237
2237
|
* @type {string}
|
|
@@ -2264,10 +2264,10 @@ interface GetRwusdRedemptionHistoryResponseRowsInner {
|
|
|
2264
2264
|
fee?: string;
|
|
2265
2265
|
/**
|
|
2266
2266
|
*
|
|
2267
|
-
* @type {number}
|
|
2267
|
+
* @type {number | bigint}
|
|
2268
2268
|
* @memberof GetRwusdRedemptionHistoryResponseRowsInner
|
|
2269
2269
|
*/
|
|
2270
|
-
arrivalTime?: number;
|
|
2270
|
+
arrivalTime?: number | bigint;
|
|
2271
2271
|
/**
|
|
2272
2272
|
*
|
|
2273
2273
|
* @type {string}
|
|
@@ -2303,10 +2303,10 @@ interface GetRwusdRedemptionHistoryResponse {
|
|
|
2303
2303
|
rows?: Array<GetRwusdRedemptionHistoryResponseRowsInner>;
|
|
2304
2304
|
/**
|
|
2305
2305
|
*
|
|
2306
|
-
* @type {number}
|
|
2306
|
+
* @type {number | bigint}
|
|
2307
2307
|
* @memberof GetRwusdRedemptionHistoryResponse
|
|
2308
2308
|
*/
|
|
2309
|
-
total?: number;
|
|
2309
|
+
total?: number | bigint;
|
|
2310
2310
|
}
|
|
2311
2311
|
|
|
2312
2312
|
/**
|
|
@@ -2329,10 +2329,10 @@ interface GetRwusdRedemptionHistoryResponse {
|
|
|
2329
2329
|
interface GetRwusdRewardsHistoryResponseRowsInner {
|
|
2330
2330
|
/**
|
|
2331
2331
|
*
|
|
2332
|
-
* @type {number}
|
|
2332
|
+
* @type {number | bigint}
|
|
2333
2333
|
* @memberof GetRwusdRewardsHistoryResponseRowsInner
|
|
2334
2334
|
*/
|
|
2335
|
-
time?: number;
|
|
2335
|
+
time?: number | bigint;
|
|
2336
2336
|
/**
|
|
2337
2337
|
*
|
|
2338
2338
|
* @type {string}
|
|
@@ -2380,10 +2380,10 @@ interface GetRwusdRewardsHistoryResponse {
|
|
|
2380
2380
|
rows?: Array<GetRwusdRewardsHistoryResponseRowsInner>;
|
|
2381
2381
|
/**
|
|
2382
2382
|
*
|
|
2383
|
-
* @type {number}
|
|
2383
|
+
* @type {number | bigint}
|
|
2384
2384
|
* @memberof GetRwusdRewardsHistoryResponse
|
|
2385
2385
|
*/
|
|
2386
|
-
total?: number;
|
|
2386
|
+
total?: number | bigint;
|
|
2387
2387
|
}
|
|
2388
2388
|
|
|
2389
2389
|
/**
|
|
@@ -2406,10 +2406,10 @@ interface GetRwusdRewardsHistoryResponse {
|
|
|
2406
2406
|
interface GetRwusdSubscriptionHistoryResponseRowsInner {
|
|
2407
2407
|
/**
|
|
2408
2408
|
*
|
|
2409
|
-
* @type {number}
|
|
2409
|
+
* @type {number | bigint}
|
|
2410
2410
|
* @memberof GetRwusdSubscriptionHistoryResponseRowsInner
|
|
2411
2411
|
*/
|
|
2412
|
-
time?: number;
|
|
2412
|
+
time?: number | bigint;
|
|
2413
2413
|
/**
|
|
2414
2414
|
*
|
|
2415
2415
|
* @type {string}
|
|
@@ -2469,10 +2469,10 @@ interface GetRwusdSubscriptionHistoryResponse {
|
|
|
2469
2469
|
rows?: Array<GetRwusdSubscriptionHistoryResponseRowsInner>;
|
|
2470
2470
|
/**
|
|
2471
2471
|
*
|
|
2472
|
-
* @type {number}
|
|
2472
|
+
* @type {number | bigint}
|
|
2473
2473
|
* @memberof GetRwusdSubscriptionHistoryResponse
|
|
2474
2474
|
*/
|
|
2475
|
-
total?: number;
|
|
2475
|
+
total?: number | bigint;
|
|
2476
2476
|
}
|
|
2477
2477
|
|
|
2478
2478
|
/**
|
|
@@ -2556,10 +2556,10 @@ interface GetSimpleEarnFlexibleProductListResponseRowsInner {
|
|
|
2556
2556
|
productId?: string;
|
|
2557
2557
|
/**
|
|
2558
2558
|
*
|
|
2559
|
-
* @type {number}
|
|
2559
|
+
* @type {number | bigint}
|
|
2560
2560
|
* @memberof GetSimpleEarnFlexibleProductListResponseRowsInner
|
|
2561
2561
|
*/
|
|
2562
|
-
subscriptionStartTime?: number;
|
|
2562
|
+
subscriptionStartTime?: number | bigint;
|
|
2563
2563
|
/**
|
|
2564
2564
|
*
|
|
2565
2565
|
* @type {string}
|
|
@@ -2595,10 +2595,10 @@ interface GetSimpleEarnFlexibleProductListResponse {
|
|
|
2595
2595
|
rows?: Array<GetSimpleEarnFlexibleProductListResponseRowsInner>;
|
|
2596
2596
|
/**
|
|
2597
2597
|
*
|
|
2598
|
-
* @type {number}
|
|
2598
|
+
* @type {number | bigint}
|
|
2599
2599
|
* @memberof GetSimpleEarnFlexibleProductListResponse
|
|
2600
2600
|
*/
|
|
2601
|
-
total?: number;
|
|
2601
|
+
total?: number | bigint;
|
|
2602
2602
|
}
|
|
2603
2603
|
|
|
2604
2604
|
/**
|
|
@@ -2633,10 +2633,10 @@ interface GetSimpleEarnLockedProductListResponseRowsInnerDetail {
|
|
|
2633
2633
|
rewardAsset?: string;
|
|
2634
2634
|
/**
|
|
2635
2635
|
*
|
|
2636
|
-
* @type {number}
|
|
2636
|
+
* @type {number | bigint}
|
|
2637
2637
|
* @memberof GetSimpleEarnLockedProductListResponseRowsInnerDetail
|
|
2638
2638
|
*/
|
|
2639
|
-
duration?: number;
|
|
2639
|
+
duration?: number | bigint;
|
|
2640
2640
|
/**
|
|
2641
2641
|
*
|
|
2642
2642
|
* @type {boolean}
|
|
@@ -2663,10 +2663,10 @@ interface GetSimpleEarnLockedProductListResponseRowsInnerDetail {
|
|
|
2663
2663
|
status?: string;
|
|
2664
2664
|
/**
|
|
2665
2665
|
*
|
|
2666
|
-
* @type {number}
|
|
2666
|
+
* @type {number | bigint}
|
|
2667
2667
|
* @memberof GetSimpleEarnLockedProductListResponseRowsInnerDetail
|
|
2668
2668
|
*/
|
|
2669
|
-
subscriptionStartTime?: number;
|
|
2669
|
+
subscriptionStartTime?: number | bigint;
|
|
2670
2670
|
/**
|
|
2671
2671
|
*
|
|
2672
2672
|
* @type {string}
|
|
@@ -2693,10 +2693,10 @@ interface GetSimpleEarnLockedProductListResponseRowsInnerDetail {
|
|
|
2693
2693
|
boostApr?: string;
|
|
2694
2694
|
/**
|
|
2695
2695
|
*
|
|
2696
|
-
* @type {number}
|
|
2696
|
+
* @type {number | bigint}
|
|
2697
2697
|
* @memberof GetSimpleEarnLockedProductListResponseRowsInnerDetail
|
|
2698
2698
|
*/
|
|
2699
|
-
boostEndTime?: number;
|
|
2699
|
+
boostEndTime?: number | bigint;
|
|
2700
2700
|
}
|
|
2701
2701
|
|
|
2702
2702
|
/**
|
|
@@ -2797,10 +2797,10 @@ interface GetSimpleEarnLockedProductListResponse {
|
|
|
2797
2797
|
rows?: Array<GetSimpleEarnLockedProductListResponseRowsInner>;
|
|
2798
2798
|
/**
|
|
2799
2799
|
*
|
|
2800
|
-
* @type {number}
|
|
2800
|
+
* @type {number | bigint}
|
|
2801
2801
|
* @memberof GetSimpleEarnLockedProductListResponse
|
|
2802
2802
|
*/
|
|
2803
|
-
total?: number;
|
|
2803
|
+
total?: number | bigint;
|
|
2804
2804
|
}
|
|
2805
2805
|
|
|
2806
2806
|
/**
|
|
@@ -2841,10 +2841,10 @@ interface RedeemBfusdResponse {
|
|
|
2841
2841
|
fee?: string;
|
|
2842
2842
|
/**
|
|
2843
2843
|
*
|
|
2844
|
-
* @type {number}
|
|
2844
|
+
* @type {number | bigint}
|
|
2845
2845
|
* @memberof RedeemBfusdResponse
|
|
2846
2846
|
*/
|
|
2847
|
-
arrivalTime?: number;
|
|
2847
|
+
arrivalTime?: number | bigint;
|
|
2848
2848
|
}
|
|
2849
2849
|
|
|
2850
2850
|
/**
|
|
@@ -2867,10 +2867,10 @@ interface RedeemBfusdResponse {
|
|
|
2867
2867
|
interface RedeemFlexibleProductResponse {
|
|
2868
2868
|
/**
|
|
2869
2869
|
*
|
|
2870
|
-
* @type {number}
|
|
2870
|
+
* @type {number | bigint}
|
|
2871
2871
|
* @memberof RedeemFlexibleProductResponse
|
|
2872
2872
|
*/
|
|
2873
|
-
redeemId?: number;
|
|
2873
|
+
redeemId?: number | bigint;
|
|
2874
2874
|
/**
|
|
2875
2875
|
*
|
|
2876
2876
|
* @type {boolean}
|
|
@@ -2899,10 +2899,10 @@ interface RedeemFlexibleProductResponse {
|
|
|
2899
2899
|
interface RedeemLockedProductResponse {
|
|
2900
2900
|
/**
|
|
2901
2901
|
*
|
|
2902
|
-
* @type {number}
|
|
2902
|
+
* @type {number | bigint}
|
|
2903
2903
|
* @memberof RedeemLockedProductResponse
|
|
2904
2904
|
*/
|
|
2905
|
-
redeemId?: number;
|
|
2905
|
+
redeemId?: number | bigint;
|
|
2906
2906
|
/**
|
|
2907
2907
|
*
|
|
2908
2908
|
* @type {boolean}
|
|
@@ -2949,10 +2949,10 @@ interface RedeemRwusdResponse {
|
|
|
2949
2949
|
fee?: string;
|
|
2950
2950
|
/**
|
|
2951
2951
|
*
|
|
2952
|
-
* @type {number}
|
|
2952
|
+
* @type {number | bigint}
|
|
2953
2953
|
* @memberof RedeemRwusdResponse
|
|
2954
2954
|
*/
|
|
2955
|
-
arrivalTime?: number;
|
|
2955
|
+
arrivalTime?: number | bigint;
|
|
2956
2956
|
}
|
|
2957
2957
|
|
|
2958
2958
|
/**
|
|
@@ -3141,10 +3141,10 @@ interface SubscribeBfusdResponse {
|
|
|
3141
3141
|
interface SubscribeFlexibleProductResponse {
|
|
3142
3142
|
/**
|
|
3143
3143
|
*
|
|
3144
|
-
* @type {number}
|
|
3144
|
+
* @type {number | bigint}
|
|
3145
3145
|
* @memberof SubscribeFlexibleProductResponse
|
|
3146
3146
|
*/
|
|
3147
|
-
purchaseId?: number;
|
|
3147
|
+
purchaseId?: number | bigint;
|
|
3148
3148
|
/**
|
|
3149
3149
|
*
|
|
3150
3150
|
* @type {boolean}
|
|
@@ -3173,10 +3173,10 @@ interface SubscribeFlexibleProductResponse {
|
|
|
3173
3173
|
interface SubscribeLockedProductResponse {
|
|
3174
3174
|
/**
|
|
3175
3175
|
*
|
|
3176
|
-
* @type {number}
|
|
3176
|
+
* @type {number | bigint}
|
|
3177
3177
|
* @memberof SubscribeLockedProductResponse
|
|
3178
3178
|
*/
|
|
3179
|
-
purchaseId?: number;
|
|
3179
|
+
purchaseId?: number | bigint;
|
|
3180
3180
|
/**
|
|
3181
3181
|
*
|
|
3182
3182
|
* @type {string}
|
|
@@ -3369,10 +3369,10 @@ interface BfusdApiInterface {
|
|
|
3369
3369
|
interface GetBfusdAccountRequest {
|
|
3370
3370
|
/**
|
|
3371
3371
|
* The value cannot be greater than 60000 (ms)
|
|
3372
|
-
* @type {number}
|
|
3372
|
+
* @type {number | bigint}
|
|
3373
3373
|
* @memberof BfusdApiGetBfusdAccount
|
|
3374
3374
|
*/
|
|
3375
|
-
readonly recvWindow?: number;
|
|
3375
|
+
readonly recvWindow?: number | bigint;
|
|
3376
3376
|
}
|
|
3377
3377
|
/**
|
|
3378
3378
|
* Request parameters for getBfusdQuotaDetails operation in BfusdApi.
|
|
@@ -3381,10 +3381,10 @@ interface GetBfusdAccountRequest {
|
|
|
3381
3381
|
interface GetBfusdQuotaDetailsRequest {
|
|
3382
3382
|
/**
|
|
3383
3383
|
* The value cannot be greater than 60000 (ms)
|
|
3384
|
-
* @type {number}
|
|
3384
|
+
* @type {number | bigint}
|
|
3385
3385
|
* @memberof BfusdApiGetBfusdQuotaDetails
|
|
3386
3386
|
*/
|
|
3387
|
-
readonly recvWindow?: number;
|
|
3387
|
+
readonly recvWindow?: number | bigint;
|
|
3388
3388
|
}
|
|
3389
3389
|
/**
|
|
3390
3390
|
* Request parameters for getBfusdRateHistory operation in BfusdApi.
|
|
@@ -3393,34 +3393,34 @@ interface GetBfusdQuotaDetailsRequest {
|
|
|
3393
3393
|
interface GetBfusdRateHistoryRequest {
|
|
3394
3394
|
/**
|
|
3395
3395
|
*
|
|
3396
|
-
* @type {number}
|
|
3396
|
+
* @type {number | bigint}
|
|
3397
3397
|
* @memberof BfusdApiGetBfusdRateHistory
|
|
3398
3398
|
*/
|
|
3399
|
-
readonly startTime?: number;
|
|
3399
|
+
readonly startTime?: number | bigint;
|
|
3400
3400
|
/**
|
|
3401
3401
|
*
|
|
3402
|
-
* @type {number}
|
|
3402
|
+
* @type {number | bigint}
|
|
3403
3403
|
* @memberof BfusdApiGetBfusdRateHistory
|
|
3404
3404
|
*/
|
|
3405
|
-
readonly endTime?: number;
|
|
3405
|
+
readonly endTime?: number | bigint;
|
|
3406
3406
|
/**
|
|
3407
3407
|
* Currently querying page. Starts from 1. Default: 1
|
|
3408
|
-
* @type {number}
|
|
3408
|
+
* @type {number | bigint}
|
|
3409
3409
|
* @memberof BfusdApiGetBfusdRateHistory
|
|
3410
3410
|
*/
|
|
3411
|
-
readonly current?: number;
|
|
3411
|
+
readonly current?: number | bigint;
|
|
3412
3412
|
/**
|
|
3413
3413
|
* Number of results per page. Default: 10, Max: 100
|
|
3414
|
-
* @type {number}
|
|
3414
|
+
* @type {number | bigint}
|
|
3415
3415
|
* @memberof BfusdApiGetBfusdRateHistory
|
|
3416
3416
|
*/
|
|
3417
|
-
readonly size?: number;
|
|
3417
|
+
readonly size?: number | bigint;
|
|
3418
3418
|
/**
|
|
3419
3419
|
* The value cannot be greater than 60000 (ms)
|
|
3420
|
-
* @type {number}
|
|
3420
|
+
* @type {number | bigint}
|
|
3421
3421
|
* @memberof BfusdApiGetBfusdRateHistory
|
|
3422
3422
|
*/
|
|
3423
|
-
readonly recvWindow?: number;
|
|
3423
|
+
readonly recvWindow?: number | bigint;
|
|
3424
3424
|
}
|
|
3425
3425
|
/**
|
|
3426
3426
|
* Request parameters for getBfusdRedemptionHistory operation in BfusdApi.
|
|
@@ -3429,34 +3429,34 @@ interface GetBfusdRateHistoryRequest {
|
|
|
3429
3429
|
interface GetBfusdRedemptionHistoryRequest {
|
|
3430
3430
|
/**
|
|
3431
3431
|
*
|
|
3432
|
-
* @type {number}
|
|
3432
|
+
* @type {number | bigint}
|
|
3433
3433
|
* @memberof BfusdApiGetBfusdRedemptionHistory
|
|
3434
3434
|
*/
|
|
3435
|
-
readonly startTime?: number;
|
|
3435
|
+
readonly startTime?: number | bigint;
|
|
3436
3436
|
/**
|
|
3437
3437
|
*
|
|
3438
|
-
* @type {number}
|
|
3438
|
+
* @type {number | bigint}
|
|
3439
3439
|
* @memberof BfusdApiGetBfusdRedemptionHistory
|
|
3440
3440
|
*/
|
|
3441
|
-
readonly endTime?: number;
|
|
3441
|
+
readonly endTime?: number | bigint;
|
|
3442
3442
|
/**
|
|
3443
3443
|
* Currently querying page. Starts from 1. Default: 1
|
|
3444
|
-
* @type {number}
|
|
3444
|
+
* @type {number | bigint}
|
|
3445
3445
|
* @memberof BfusdApiGetBfusdRedemptionHistory
|
|
3446
3446
|
*/
|
|
3447
|
-
readonly current?: number;
|
|
3447
|
+
readonly current?: number | bigint;
|
|
3448
3448
|
/**
|
|
3449
3449
|
* Number of results per page. Default: 10, Max: 100
|
|
3450
|
-
* @type {number}
|
|
3450
|
+
* @type {number | bigint}
|
|
3451
3451
|
* @memberof BfusdApiGetBfusdRedemptionHistory
|
|
3452
3452
|
*/
|
|
3453
|
-
readonly size?: number;
|
|
3453
|
+
readonly size?: number | bigint;
|
|
3454
3454
|
/**
|
|
3455
3455
|
* The value cannot be greater than 60000 (ms)
|
|
3456
|
-
* @type {number}
|
|
3456
|
+
* @type {number | bigint}
|
|
3457
3457
|
* @memberof BfusdApiGetBfusdRedemptionHistory
|
|
3458
3458
|
*/
|
|
3459
|
-
readonly recvWindow?: number;
|
|
3459
|
+
readonly recvWindow?: number | bigint;
|
|
3460
3460
|
}
|
|
3461
3461
|
/**
|
|
3462
3462
|
* Request parameters for getBfusdRewardsHistory operation in BfusdApi.
|
|
@@ -3465,34 +3465,34 @@ interface GetBfusdRedemptionHistoryRequest {
|
|
|
3465
3465
|
interface GetBfusdRewardsHistoryRequest {
|
|
3466
3466
|
/**
|
|
3467
3467
|
*
|
|
3468
|
-
* @type {number}
|
|
3468
|
+
* @type {number | bigint}
|
|
3469
3469
|
* @memberof BfusdApiGetBfusdRewardsHistory
|
|
3470
3470
|
*/
|
|
3471
|
-
readonly startTime?: number;
|
|
3471
|
+
readonly startTime?: number | bigint;
|
|
3472
3472
|
/**
|
|
3473
3473
|
*
|
|
3474
|
-
* @type {number}
|
|
3474
|
+
* @type {number | bigint}
|
|
3475
3475
|
* @memberof BfusdApiGetBfusdRewardsHistory
|
|
3476
3476
|
*/
|
|
3477
|
-
readonly endTime?: number;
|
|
3477
|
+
readonly endTime?: number | bigint;
|
|
3478
3478
|
/**
|
|
3479
3479
|
* Currently querying page. Starts from 1. Default: 1
|
|
3480
|
-
* @type {number}
|
|
3480
|
+
* @type {number | bigint}
|
|
3481
3481
|
* @memberof BfusdApiGetBfusdRewardsHistory
|
|
3482
3482
|
*/
|
|
3483
|
-
readonly current?: number;
|
|
3483
|
+
readonly current?: number | bigint;
|
|
3484
3484
|
/**
|
|
3485
3485
|
* Number of results per page. Default: 10, Max: 100
|
|
3486
|
-
* @type {number}
|
|
3486
|
+
* @type {number | bigint}
|
|
3487
3487
|
* @memberof BfusdApiGetBfusdRewardsHistory
|
|
3488
3488
|
*/
|
|
3489
|
-
readonly size?: number;
|
|
3489
|
+
readonly size?: number | bigint;
|
|
3490
3490
|
/**
|
|
3491
3491
|
* The value cannot be greater than 60000 (ms)
|
|
3492
|
-
* @type {number}
|
|
3492
|
+
* @type {number | bigint}
|
|
3493
3493
|
* @memberof BfusdApiGetBfusdRewardsHistory
|
|
3494
3494
|
*/
|
|
3495
|
-
readonly recvWindow?: number;
|
|
3495
|
+
readonly recvWindow?: number | bigint;
|
|
3496
3496
|
}
|
|
3497
3497
|
/**
|
|
3498
3498
|
* Request parameters for getBfusdSubscriptionHistory operation in BfusdApi.
|
|
@@ -3507,34 +3507,34 @@ interface GetBfusdSubscriptionHistoryRequest {
|
|
|
3507
3507
|
readonly asset?: string;
|
|
3508
3508
|
/**
|
|
3509
3509
|
*
|
|
3510
|
-
* @type {number}
|
|
3510
|
+
* @type {number | bigint}
|
|
3511
3511
|
* @memberof BfusdApiGetBfusdSubscriptionHistory
|
|
3512
3512
|
*/
|
|
3513
|
-
readonly startTime?: number;
|
|
3513
|
+
readonly startTime?: number | bigint;
|
|
3514
3514
|
/**
|
|
3515
3515
|
*
|
|
3516
|
-
* @type {number}
|
|
3516
|
+
* @type {number | bigint}
|
|
3517
3517
|
* @memberof BfusdApiGetBfusdSubscriptionHistory
|
|
3518
3518
|
*/
|
|
3519
|
-
readonly endTime?: number;
|
|
3519
|
+
readonly endTime?: number | bigint;
|
|
3520
3520
|
/**
|
|
3521
3521
|
* Currently querying page. Starts from 1. Default: 1
|
|
3522
|
-
* @type {number}
|
|
3522
|
+
* @type {number | bigint}
|
|
3523
3523
|
* @memberof BfusdApiGetBfusdSubscriptionHistory
|
|
3524
3524
|
*/
|
|
3525
|
-
readonly current?: number;
|
|
3525
|
+
readonly current?: number | bigint;
|
|
3526
3526
|
/**
|
|
3527
3527
|
* Number of results per page. Default: 10, Max: 100
|
|
3528
|
-
* @type {number}
|
|
3528
|
+
* @type {number | bigint}
|
|
3529
3529
|
* @memberof BfusdApiGetBfusdSubscriptionHistory
|
|
3530
3530
|
*/
|
|
3531
|
-
readonly size?: number;
|
|
3531
|
+
readonly size?: number | bigint;
|
|
3532
3532
|
/**
|
|
3533
3533
|
* The value cannot be greater than 60000 (ms)
|
|
3534
|
-
* @type {number}
|
|
3534
|
+
* @type {number | bigint}
|
|
3535
3535
|
* @memberof BfusdApiGetBfusdSubscriptionHistory
|
|
3536
3536
|
*/
|
|
3537
|
-
readonly recvWindow?: number;
|
|
3537
|
+
readonly recvWindow?: number | bigint;
|
|
3538
3538
|
}
|
|
3539
3539
|
/**
|
|
3540
3540
|
* Request parameters for redeemBfusd operation in BfusdApi.
|
|
@@ -3555,10 +3555,10 @@ interface RedeemBfusdRequest {
|
|
|
3555
3555
|
readonly type: string;
|
|
3556
3556
|
/**
|
|
3557
3557
|
* The value cannot be greater than 60000 (ms)
|
|
3558
|
-
* @type {number}
|
|
3558
|
+
* @type {number | bigint}
|
|
3559
3559
|
* @memberof BfusdApiRedeemBfusd
|
|
3560
3560
|
*/
|
|
3561
|
-
readonly recvWindow?: number;
|
|
3561
|
+
readonly recvWindow?: number | bigint;
|
|
3562
3562
|
}
|
|
3563
3563
|
/**
|
|
3564
3564
|
* Request parameters for subscribeBfusd operation in BfusdApi.
|
|
@@ -3579,10 +3579,10 @@ interface SubscribeBfusdRequest {
|
|
|
3579
3579
|
readonly amount: number;
|
|
3580
3580
|
/**
|
|
3581
3581
|
* The value cannot be greater than 60000 (ms)
|
|
3582
|
-
* @type {number}
|
|
3582
|
+
* @type {number | bigint}
|
|
3583
3583
|
* @memberof BfusdApiSubscribeBfusd
|
|
3584
3584
|
*/
|
|
3585
|
-
readonly recvWindow?: number;
|
|
3585
|
+
readonly recvWindow?: number | bigint;
|
|
3586
3586
|
}
|
|
3587
3587
|
/**
|
|
3588
3588
|
* BfusdApi - object-oriented interface
|
|
@@ -4092,34 +4092,34 @@ interface GetCollateralRecordRequest {
|
|
|
4092
4092
|
readonly productId?: string;
|
|
4093
4093
|
/**
|
|
4094
4094
|
*
|
|
4095
|
-
* @type {number}
|
|
4095
|
+
* @type {number | bigint}
|
|
4096
4096
|
* @memberof FlexibleLockedApiGetCollateralRecord
|
|
4097
4097
|
*/
|
|
4098
|
-
readonly startTime?: number;
|
|
4098
|
+
readonly startTime?: number | bigint;
|
|
4099
4099
|
/**
|
|
4100
4100
|
*
|
|
4101
|
-
* @type {number}
|
|
4101
|
+
* @type {number | bigint}
|
|
4102
4102
|
* @memberof FlexibleLockedApiGetCollateralRecord
|
|
4103
4103
|
*/
|
|
4104
|
-
readonly endTime?: number;
|
|
4104
|
+
readonly endTime?: number | bigint;
|
|
4105
4105
|
/**
|
|
4106
4106
|
* Currently querying page. Starts from 1. Default: 1
|
|
4107
|
-
* @type {number}
|
|
4107
|
+
* @type {number | bigint}
|
|
4108
4108
|
* @memberof FlexibleLockedApiGetCollateralRecord
|
|
4109
4109
|
*/
|
|
4110
|
-
readonly current?: number;
|
|
4110
|
+
readonly current?: number | bigint;
|
|
4111
4111
|
/**
|
|
4112
4112
|
* Number of results per page. Default: 10, Max: 100
|
|
4113
|
-
* @type {number}
|
|
4113
|
+
* @type {number | bigint}
|
|
4114
4114
|
* @memberof FlexibleLockedApiGetCollateralRecord
|
|
4115
4115
|
*/
|
|
4116
|
-
readonly size?: number;
|
|
4116
|
+
readonly size?: number | bigint;
|
|
4117
4117
|
/**
|
|
4118
4118
|
* The value cannot be greater than 60000 (ms)
|
|
4119
|
-
* @type {number}
|
|
4119
|
+
* @type {number | bigint}
|
|
4120
4120
|
* @memberof FlexibleLockedApiGetCollateralRecord
|
|
4121
4121
|
*/
|
|
4122
|
-
readonly recvWindow?: number;
|
|
4122
|
+
readonly recvWindow?: number | bigint;
|
|
4123
4123
|
}
|
|
4124
4124
|
/**
|
|
4125
4125
|
* Request parameters for getFlexiblePersonalLeftQuota operation in FlexibleLockedApi.
|
|
@@ -4134,10 +4134,10 @@ interface GetFlexiblePersonalLeftQuotaRequest {
|
|
|
4134
4134
|
readonly productId: string;
|
|
4135
4135
|
/**
|
|
4136
4136
|
* The value cannot be greater than 60000 (ms)
|
|
4137
|
-
* @type {number}
|
|
4137
|
+
* @type {number | bigint}
|
|
4138
4138
|
* @memberof FlexibleLockedApiGetFlexiblePersonalLeftQuota
|
|
4139
4139
|
*/
|
|
4140
|
-
readonly recvWindow?: number;
|
|
4140
|
+
readonly recvWindow?: number | bigint;
|
|
4141
4141
|
}
|
|
4142
4142
|
/**
|
|
4143
4143
|
* Request parameters for getFlexibleProductPosition operation in FlexibleLockedApi.
|
|
@@ -4158,22 +4158,22 @@ interface GetFlexibleProductPositionRequest {
|
|
|
4158
4158
|
readonly productId?: string;
|
|
4159
4159
|
/**
|
|
4160
4160
|
* Currently querying page. Starts from 1. Default: 1
|
|
4161
|
-
* @type {number}
|
|
4161
|
+
* @type {number | bigint}
|
|
4162
4162
|
* @memberof FlexibleLockedApiGetFlexibleProductPosition
|
|
4163
4163
|
*/
|
|
4164
|
-
readonly current?: number;
|
|
4164
|
+
readonly current?: number | bigint;
|
|
4165
4165
|
/**
|
|
4166
4166
|
* Number of results per page. Default: 10, Max: 100
|
|
4167
|
-
* @type {number}
|
|
4167
|
+
* @type {number | bigint}
|
|
4168
4168
|
* @memberof FlexibleLockedApiGetFlexibleProductPosition
|
|
4169
4169
|
*/
|
|
4170
|
-
readonly size?: number;
|
|
4170
|
+
readonly size?: number | bigint;
|
|
4171
4171
|
/**
|
|
4172
4172
|
* The value cannot be greater than 60000 (ms)
|
|
4173
|
-
* @type {number}
|
|
4173
|
+
* @type {number | bigint}
|
|
4174
4174
|
* @memberof FlexibleLockedApiGetFlexibleProductPosition
|
|
4175
4175
|
*/
|
|
4176
|
-
readonly recvWindow?: number;
|
|
4176
|
+
readonly recvWindow?: number | bigint;
|
|
4177
4177
|
}
|
|
4178
4178
|
/**
|
|
4179
4179
|
* Request parameters for getFlexibleRedemptionRecord operation in FlexibleLockedApi.
|
|
@@ -4200,34 +4200,34 @@ interface GetFlexibleRedemptionRecordRequest {
|
|
|
4200
4200
|
readonly asset?: string;
|
|
4201
4201
|
/**
|
|
4202
4202
|
*
|
|
4203
|
-
* @type {number}
|
|
4203
|
+
* @type {number | bigint}
|
|
4204
4204
|
* @memberof FlexibleLockedApiGetFlexibleRedemptionRecord
|
|
4205
4205
|
*/
|
|
4206
|
-
readonly startTime?: number;
|
|
4206
|
+
readonly startTime?: number | bigint;
|
|
4207
4207
|
/**
|
|
4208
4208
|
*
|
|
4209
|
-
* @type {number}
|
|
4209
|
+
* @type {number | bigint}
|
|
4210
4210
|
* @memberof FlexibleLockedApiGetFlexibleRedemptionRecord
|
|
4211
4211
|
*/
|
|
4212
|
-
readonly endTime?: number;
|
|
4212
|
+
readonly endTime?: number | bigint;
|
|
4213
4213
|
/**
|
|
4214
4214
|
* Currently querying page. Starts from 1. Default: 1
|
|
4215
|
-
* @type {number}
|
|
4215
|
+
* @type {number | bigint}
|
|
4216
4216
|
* @memberof FlexibleLockedApiGetFlexibleRedemptionRecord
|
|
4217
4217
|
*/
|
|
4218
|
-
readonly current?: number;
|
|
4218
|
+
readonly current?: number | bigint;
|
|
4219
4219
|
/**
|
|
4220
4220
|
* Number of results per page. Default: 10, Max: 100
|
|
4221
|
-
* @type {number}
|
|
4221
|
+
* @type {number | bigint}
|
|
4222
4222
|
* @memberof FlexibleLockedApiGetFlexibleRedemptionRecord
|
|
4223
4223
|
*/
|
|
4224
|
-
readonly size?: number;
|
|
4224
|
+
readonly size?: number | bigint;
|
|
4225
4225
|
/**
|
|
4226
4226
|
* The value cannot be greater than 60000 (ms)
|
|
4227
|
-
* @type {number}
|
|
4227
|
+
* @type {number | bigint}
|
|
4228
4228
|
* @memberof FlexibleLockedApiGetFlexibleRedemptionRecord
|
|
4229
4229
|
*/
|
|
4230
|
-
readonly recvWindow?: number;
|
|
4230
|
+
readonly recvWindow?: number | bigint;
|
|
4231
4231
|
}
|
|
4232
4232
|
/**
|
|
4233
4233
|
* Request parameters for getFlexibleRewardsHistory operation in FlexibleLockedApi.
|
|
@@ -4254,34 +4254,34 @@ interface GetFlexibleRewardsHistoryRequest {
|
|
|
4254
4254
|
readonly asset?: string;
|
|
4255
4255
|
/**
|
|
4256
4256
|
*
|
|
4257
|
-
* @type {number}
|
|
4257
|
+
* @type {number | bigint}
|
|
4258
4258
|
* @memberof FlexibleLockedApiGetFlexibleRewardsHistory
|
|
4259
4259
|
*/
|
|
4260
|
-
readonly startTime?: number;
|
|
4260
|
+
readonly startTime?: number | bigint;
|
|
4261
4261
|
/**
|
|
4262
4262
|
*
|
|
4263
|
-
* @type {number}
|
|
4263
|
+
* @type {number | bigint}
|
|
4264
4264
|
* @memberof FlexibleLockedApiGetFlexibleRewardsHistory
|
|
4265
4265
|
*/
|
|
4266
|
-
readonly endTime?: number;
|
|
4266
|
+
readonly endTime?: number | bigint;
|
|
4267
4267
|
/**
|
|
4268
4268
|
* Currently querying page. Starts from 1. Default: 1
|
|
4269
|
-
* @type {number}
|
|
4269
|
+
* @type {number | bigint}
|
|
4270
4270
|
* @memberof FlexibleLockedApiGetFlexibleRewardsHistory
|
|
4271
4271
|
*/
|
|
4272
|
-
readonly current?: number;
|
|
4272
|
+
readonly current?: number | bigint;
|
|
4273
4273
|
/**
|
|
4274
4274
|
* Number of results per page. Default: 10, Max: 100
|
|
4275
|
-
* @type {number}
|
|
4275
|
+
* @type {number | bigint}
|
|
4276
4276
|
* @memberof FlexibleLockedApiGetFlexibleRewardsHistory
|
|
4277
4277
|
*/
|
|
4278
|
-
readonly size?: number;
|
|
4278
|
+
readonly size?: number | bigint;
|
|
4279
4279
|
/**
|
|
4280
4280
|
* The value cannot be greater than 60000 (ms)
|
|
4281
|
-
* @type {number}
|
|
4281
|
+
* @type {number | bigint}
|
|
4282
4282
|
* @memberof FlexibleLockedApiGetFlexibleRewardsHistory
|
|
4283
4283
|
*/
|
|
4284
|
-
readonly recvWindow?: number;
|
|
4284
|
+
readonly recvWindow?: number | bigint;
|
|
4285
4285
|
}
|
|
4286
4286
|
/**
|
|
4287
4287
|
* Request parameters for getFlexibleSubscriptionPreview operation in FlexibleLockedApi.
|
|
@@ -4302,10 +4302,10 @@ interface GetFlexibleSubscriptionPreviewRequest {
|
|
|
4302
4302
|
readonly amount: number;
|
|
4303
4303
|
/**
|
|
4304
4304
|
* The value cannot be greater than 60000 (ms)
|
|
4305
|
-
* @type {number}
|
|
4305
|
+
* @type {number | bigint}
|
|
4306
4306
|
* @memberof FlexibleLockedApiGetFlexibleSubscriptionPreview
|
|
4307
4307
|
*/
|
|
4308
|
-
readonly recvWindow?: number;
|
|
4308
|
+
readonly recvWindow?: number | bigint;
|
|
4309
4309
|
}
|
|
4310
4310
|
/**
|
|
4311
4311
|
* Request parameters for getFlexibleSubscriptionRecord operation in FlexibleLockedApi.
|
|
@@ -4332,34 +4332,34 @@ interface GetFlexibleSubscriptionRecordRequest {
|
|
|
4332
4332
|
readonly asset?: string;
|
|
4333
4333
|
/**
|
|
4334
4334
|
*
|
|
4335
|
-
* @type {number}
|
|
4335
|
+
* @type {number | bigint}
|
|
4336
4336
|
* @memberof FlexibleLockedApiGetFlexibleSubscriptionRecord
|
|
4337
4337
|
*/
|
|
4338
|
-
readonly startTime?: number;
|
|
4338
|
+
readonly startTime?: number | bigint;
|
|
4339
4339
|
/**
|
|
4340
4340
|
*
|
|
4341
|
-
* @type {number}
|
|
4341
|
+
* @type {number | bigint}
|
|
4342
4342
|
* @memberof FlexibleLockedApiGetFlexibleSubscriptionRecord
|
|
4343
4343
|
*/
|
|
4344
|
-
readonly endTime?: number;
|
|
4344
|
+
readonly endTime?: number | bigint;
|
|
4345
4345
|
/**
|
|
4346
4346
|
* Currently querying page. Starts from 1. Default: 1
|
|
4347
|
-
* @type {number}
|
|
4347
|
+
* @type {number | bigint}
|
|
4348
4348
|
* @memberof FlexibleLockedApiGetFlexibleSubscriptionRecord
|
|
4349
4349
|
*/
|
|
4350
|
-
readonly current?: number;
|
|
4350
|
+
readonly current?: number | bigint;
|
|
4351
4351
|
/**
|
|
4352
4352
|
* Number of results per page. Default: 10, Max: 100
|
|
4353
|
-
* @type {number}
|
|
4353
|
+
* @type {number | bigint}
|
|
4354
4354
|
* @memberof FlexibleLockedApiGetFlexibleSubscriptionRecord
|
|
4355
4355
|
*/
|
|
4356
|
-
readonly size?: number;
|
|
4356
|
+
readonly size?: number | bigint;
|
|
4357
4357
|
/**
|
|
4358
4358
|
* The value cannot be greater than 60000 (ms)
|
|
4359
|
-
* @type {number}
|
|
4359
|
+
* @type {number | bigint}
|
|
4360
4360
|
* @memberof FlexibleLockedApiGetFlexibleSubscriptionRecord
|
|
4361
4361
|
*/
|
|
4362
|
-
readonly recvWindow?: number;
|
|
4362
|
+
readonly recvWindow?: number | bigint;
|
|
4363
4363
|
}
|
|
4364
4364
|
/**
|
|
4365
4365
|
* Request parameters for getLockedPersonalLeftQuota operation in FlexibleLockedApi.
|
|
@@ -4374,10 +4374,10 @@ interface GetLockedPersonalLeftQuotaRequest {
|
|
|
4374
4374
|
readonly projectId: string;
|
|
4375
4375
|
/**
|
|
4376
4376
|
* The value cannot be greater than 60000 (ms)
|
|
4377
|
-
* @type {number}
|
|
4377
|
+
* @type {number | bigint}
|
|
4378
4378
|
* @memberof FlexibleLockedApiGetLockedPersonalLeftQuota
|
|
4379
4379
|
*/
|
|
4380
|
-
readonly recvWindow?: number;
|
|
4380
|
+
readonly recvWindow?: number | bigint;
|
|
4381
4381
|
}
|
|
4382
4382
|
/**
|
|
4383
4383
|
* Request parameters for getLockedProductPosition operation in FlexibleLockedApi.
|
|
@@ -4392,10 +4392,10 @@ interface GetLockedProductPositionRequest {
|
|
|
4392
4392
|
readonly asset?: string;
|
|
4393
4393
|
/**
|
|
4394
4394
|
*
|
|
4395
|
-
* @type {number}
|
|
4395
|
+
* @type {number | bigint}
|
|
4396
4396
|
* @memberof FlexibleLockedApiGetLockedProductPosition
|
|
4397
4397
|
*/
|
|
4398
|
-
readonly positionId?: number;
|
|
4398
|
+
readonly positionId?: number | bigint;
|
|
4399
4399
|
/**
|
|
4400
4400
|
*
|
|
4401
4401
|
* @type {string}
|
|
@@ -4404,22 +4404,22 @@ interface GetLockedProductPositionRequest {
|
|
|
4404
4404
|
readonly projectId?: string;
|
|
4405
4405
|
/**
|
|
4406
4406
|
* Currently querying page. Starts from 1. Default: 1
|
|
4407
|
-
* @type {number}
|
|
4407
|
+
* @type {number | bigint}
|
|
4408
4408
|
* @memberof FlexibleLockedApiGetLockedProductPosition
|
|
4409
4409
|
*/
|
|
4410
|
-
readonly current?: number;
|
|
4410
|
+
readonly current?: number | bigint;
|
|
4411
4411
|
/**
|
|
4412
4412
|
* Number of results per page. Default: 10, Max: 100
|
|
4413
|
-
* @type {number}
|
|
4413
|
+
* @type {number | bigint}
|
|
4414
4414
|
* @memberof FlexibleLockedApiGetLockedProductPosition
|
|
4415
4415
|
*/
|
|
4416
|
-
readonly size?: number;
|
|
4416
|
+
readonly size?: number | bigint;
|
|
4417
4417
|
/**
|
|
4418
4418
|
* The value cannot be greater than 60000 (ms)
|
|
4419
|
-
* @type {number}
|
|
4419
|
+
* @type {number | bigint}
|
|
4420
4420
|
* @memberof FlexibleLockedApiGetLockedProductPosition
|
|
4421
4421
|
*/
|
|
4422
|
-
readonly recvWindow?: number;
|
|
4422
|
+
readonly recvWindow?: number | bigint;
|
|
4423
4423
|
}
|
|
4424
4424
|
/**
|
|
4425
4425
|
* Request parameters for getLockedRedemptionRecord operation in FlexibleLockedApi.
|
|
@@ -4428,10 +4428,10 @@ interface GetLockedProductPositionRequest {
|
|
|
4428
4428
|
interface GetLockedRedemptionRecordRequest {
|
|
4429
4429
|
/**
|
|
4430
4430
|
*
|
|
4431
|
-
* @type {number}
|
|
4431
|
+
* @type {number | bigint}
|
|
4432
4432
|
* @memberof FlexibleLockedApiGetLockedRedemptionRecord
|
|
4433
4433
|
*/
|
|
4434
|
-
readonly positionId?: number;
|
|
4434
|
+
readonly positionId?: number | bigint;
|
|
4435
4435
|
/**
|
|
4436
4436
|
*
|
|
4437
4437
|
* @type {string}
|
|
@@ -4446,34 +4446,34 @@ interface GetLockedRedemptionRecordRequest {
|
|
|
4446
4446
|
readonly asset?: string;
|
|
4447
4447
|
/**
|
|
4448
4448
|
*
|
|
4449
|
-
* @type {number}
|
|
4449
|
+
* @type {number | bigint}
|
|
4450
4450
|
* @memberof FlexibleLockedApiGetLockedRedemptionRecord
|
|
4451
4451
|
*/
|
|
4452
|
-
readonly startTime?: number;
|
|
4452
|
+
readonly startTime?: number | bigint;
|
|
4453
4453
|
/**
|
|
4454
4454
|
*
|
|
4455
|
-
* @type {number}
|
|
4455
|
+
* @type {number | bigint}
|
|
4456
4456
|
* @memberof FlexibleLockedApiGetLockedRedemptionRecord
|
|
4457
4457
|
*/
|
|
4458
|
-
readonly endTime?: number;
|
|
4458
|
+
readonly endTime?: number | bigint;
|
|
4459
4459
|
/**
|
|
4460
4460
|
* Currently querying page. Starts from 1. Default: 1
|
|
4461
|
-
* @type {number}
|
|
4461
|
+
* @type {number | bigint}
|
|
4462
4462
|
* @memberof FlexibleLockedApiGetLockedRedemptionRecord
|
|
4463
4463
|
*/
|
|
4464
|
-
readonly current?: number;
|
|
4464
|
+
readonly current?: number | bigint;
|
|
4465
4465
|
/**
|
|
4466
4466
|
* Number of results per page. Default: 10, Max: 100
|
|
4467
|
-
* @type {number}
|
|
4467
|
+
* @type {number | bigint}
|
|
4468
4468
|
* @memberof FlexibleLockedApiGetLockedRedemptionRecord
|
|
4469
4469
|
*/
|
|
4470
|
-
readonly size?: number;
|
|
4470
|
+
readonly size?: number | bigint;
|
|
4471
4471
|
/**
|
|
4472
4472
|
* The value cannot be greater than 60000 (ms)
|
|
4473
|
-
* @type {number}
|
|
4473
|
+
* @type {number | bigint}
|
|
4474
4474
|
* @memberof FlexibleLockedApiGetLockedRedemptionRecord
|
|
4475
4475
|
*/
|
|
4476
|
-
readonly recvWindow?: number;
|
|
4476
|
+
readonly recvWindow?: number | bigint;
|
|
4477
4477
|
}
|
|
4478
4478
|
/**
|
|
4479
4479
|
* Request parameters for getLockedRewardsHistory operation in FlexibleLockedApi.
|
|
@@ -4482,10 +4482,10 @@ interface GetLockedRedemptionRecordRequest {
|
|
|
4482
4482
|
interface GetLockedRewardsHistoryRequest {
|
|
4483
4483
|
/**
|
|
4484
4484
|
*
|
|
4485
|
-
* @type {number}
|
|
4485
|
+
* @type {number | bigint}
|
|
4486
4486
|
* @memberof FlexibleLockedApiGetLockedRewardsHistory
|
|
4487
4487
|
*/
|
|
4488
|
-
readonly positionId?: number;
|
|
4488
|
+
readonly positionId?: number | bigint;
|
|
4489
4489
|
/**
|
|
4490
4490
|
* USDC or USDT
|
|
4491
4491
|
* @type {string}
|
|
@@ -4494,34 +4494,34 @@ interface GetLockedRewardsHistoryRequest {
|
|
|
4494
4494
|
readonly asset?: string;
|
|
4495
4495
|
/**
|
|
4496
4496
|
*
|
|
4497
|
-
* @type {number}
|
|
4497
|
+
* @type {number | bigint}
|
|
4498
4498
|
* @memberof FlexibleLockedApiGetLockedRewardsHistory
|
|
4499
4499
|
*/
|
|
4500
|
-
readonly startTime?: number;
|
|
4500
|
+
readonly startTime?: number | bigint;
|
|
4501
4501
|
/**
|
|
4502
4502
|
*
|
|
4503
|
-
* @type {number}
|
|
4503
|
+
* @type {number | bigint}
|
|
4504
4504
|
* @memberof FlexibleLockedApiGetLockedRewardsHistory
|
|
4505
4505
|
*/
|
|
4506
|
-
readonly endTime?: number;
|
|
4506
|
+
readonly endTime?: number | bigint;
|
|
4507
4507
|
/**
|
|
4508
4508
|
* Currently querying page. Starts from 1. Default: 1
|
|
4509
|
-
* @type {number}
|
|
4509
|
+
* @type {number | bigint}
|
|
4510
4510
|
* @memberof FlexibleLockedApiGetLockedRewardsHistory
|
|
4511
4511
|
*/
|
|
4512
|
-
readonly current?: number;
|
|
4512
|
+
readonly current?: number | bigint;
|
|
4513
4513
|
/**
|
|
4514
4514
|
* Number of results per page. Default: 10, Max: 100
|
|
4515
|
-
* @type {number}
|
|
4515
|
+
* @type {number | bigint}
|
|
4516
4516
|
* @memberof FlexibleLockedApiGetLockedRewardsHistory
|
|
4517
4517
|
*/
|
|
4518
|
-
readonly size?: number;
|
|
4518
|
+
readonly size?: number | bigint;
|
|
4519
4519
|
/**
|
|
4520
4520
|
* The value cannot be greater than 60000 (ms)
|
|
4521
|
-
* @type {number}
|
|
4521
|
+
* @type {number | bigint}
|
|
4522
4522
|
* @memberof FlexibleLockedApiGetLockedRewardsHistory
|
|
4523
4523
|
*/
|
|
4524
|
-
readonly recvWindow?: number;
|
|
4524
|
+
readonly recvWindow?: number | bigint;
|
|
4525
4525
|
}
|
|
4526
4526
|
/**
|
|
4527
4527
|
* Request parameters for getLockedSubscriptionPreview operation in FlexibleLockedApi.
|
|
@@ -4548,10 +4548,10 @@ interface GetLockedSubscriptionPreviewRequest {
|
|
|
4548
4548
|
readonly autoSubscribe?: boolean;
|
|
4549
4549
|
/**
|
|
4550
4550
|
* The value cannot be greater than 60000 (ms)
|
|
4551
|
-
* @type {number}
|
|
4551
|
+
* @type {number | bigint}
|
|
4552
4552
|
* @memberof FlexibleLockedApiGetLockedSubscriptionPreview
|
|
4553
4553
|
*/
|
|
4554
|
-
readonly recvWindow?: number;
|
|
4554
|
+
readonly recvWindow?: number | bigint;
|
|
4555
4555
|
}
|
|
4556
4556
|
/**
|
|
4557
4557
|
* Request parameters for getLockedSubscriptionRecord operation in FlexibleLockedApi.
|
|
@@ -4572,34 +4572,34 @@ interface GetLockedSubscriptionRecordRequest {
|
|
|
4572
4572
|
readonly asset?: string;
|
|
4573
4573
|
/**
|
|
4574
4574
|
*
|
|
4575
|
-
* @type {number}
|
|
4575
|
+
* @type {number | bigint}
|
|
4576
4576
|
* @memberof FlexibleLockedApiGetLockedSubscriptionRecord
|
|
4577
4577
|
*/
|
|
4578
|
-
readonly startTime?: number;
|
|
4578
|
+
readonly startTime?: number | bigint;
|
|
4579
4579
|
/**
|
|
4580
4580
|
*
|
|
4581
|
-
* @type {number}
|
|
4581
|
+
* @type {number | bigint}
|
|
4582
4582
|
* @memberof FlexibleLockedApiGetLockedSubscriptionRecord
|
|
4583
4583
|
*/
|
|
4584
|
-
readonly endTime?: number;
|
|
4584
|
+
readonly endTime?: number | bigint;
|
|
4585
4585
|
/**
|
|
4586
4586
|
* Currently querying page. Starts from 1. Default: 1
|
|
4587
|
-
* @type {number}
|
|
4587
|
+
* @type {number | bigint}
|
|
4588
4588
|
* @memberof FlexibleLockedApiGetLockedSubscriptionRecord
|
|
4589
4589
|
*/
|
|
4590
|
-
readonly current?: number;
|
|
4590
|
+
readonly current?: number | bigint;
|
|
4591
4591
|
/**
|
|
4592
4592
|
* Number of results per page. Default: 10, Max: 100
|
|
4593
|
-
* @type {number}
|
|
4593
|
+
* @type {number | bigint}
|
|
4594
4594
|
* @memberof FlexibleLockedApiGetLockedSubscriptionRecord
|
|
4595
4595
|
*/
|
|
4596
|
-
readonly size?: number;
|
|
4596
|
+
readonly size?: number | bigint;
|
|
4597
4597
|
/**
|
|
4598
4598
|
* The value cannot be greater than 60000 (ms)
|
|
4599
|
-
* @type {number}
|
|
4599
|
+
* @type {number | bigint}
|
|
4600
4600
|
* @memberof FlexibleLockedApiGetLockedSubscriptionRecord
|
|
4601
4601
|
*/
|
|
4602
|
-
readonly recvWindow?: number;
|
|
4602
|
+
readonly recvWindow?: number | bigint;
|
|
4603
4603
|
}
|
|
4604
4604
|
/**
|
|
4605
4605
|
* Request parameters for getRateHistory operation in FlexibleLockedApi.
|
|
@@ -4620,34 +4620,34 @@ interface GetRateHistoryRequest {
|
|
|
4620
4620
|
readonly aprPeriod?: string;
|
|
4621
4621
|
/**
|
|
4622
4622
|
*
|
|
4623
|
-
* @type {number}
|
|
4623
|
+
* @type {number | bigint}
|
|
4624
4624
|
* @memberof FlexibleLockedApiGetRateHistory
|
|
4625
4625
|
*/
|
|
4626
|
-
readonly startTime?: number;
|
|
4626
|
+
readonly startTime?: number | bigint;
|
|
4627
4627
|
/**
|
|
4628
4628
|
*
|
|
4629
|
-
* @type {number}
|
|
4629
|
+
* @type {number | bigint}
|
|
4630
4630
|
* @memberof FlexibleLockedApiGetRateHistory
|
|
4631
4631
|
*/
|
|
4632
|
-
readonly endTime?: number;
|
|
4632
|
+
readonly endTime?: number | bigint;
|
|
4633
4633
|
/**
|
|
4634
4634
|
* Currently querying page. Starts from 1. Default: 1
|
|
4635
|
-
* @type {number}
|
|
4635
|
+
* @type {number | bigint}
|
|
4636
4636
|
* @memberof FlexibleLockedApiGetRateHistory
|
|
4637
4637
|
*/
|
|
4638
|
-
readonly current?: number;
|
|
4638
|
+
readonly current?: number | bigint;
|
|
4639
4639
|
/**
|
|
4640
4640
|
* Number of results per page. Default: 10, Max: 100
|
|
4641
|
-
* @type {number}
|
|
4641
|
+
* @type {number | bigint}
|
|
4642
4642
|
* @memberof FlexibleLockedApiGetRateHistory
|
|
4643
4643
|
*/
|
|
4644
|
-
readonly size?: number;
|
|
4644
|
+
readonly size?: number | bigint;
|
|
4645
4645
|
/**
|
|
4646
4646
|
* The value cannot be greater than 60000 (ms)
|
|
4647
|
-
* @type {number}
|
|
4647
|
+
* @type {number | bigint}
|
|
4648
4648
|
* @memberof FlexibleLockedApiGetRateHistory
|
|
4649
4649
|
*/
|
|
4650
|
-
readonly recvWindow?: number;
|
|
4650
|
+
readonly recvWindow?: number | bigint;
|
|
4651
4651
|
}
|
|
4652
4652
|
/**
|
|
4653
4653
|
* Request parameters for getSimpleEarnFlexibleProductList operation in FlexibleLockedApi.
|
|
@@ -4662,22 +4662,22 @@ interface GetSimpleEarnFlexibleProductListRequest {
|
|
|
4662
4662
|
readonly asset?: string;
|
|
4663
4663
|
/**
|
|
4664
4664
|
* Currently querying page. Starts from 1. Default: 1
|
|
4665
|
-
* @type {number}
|
|
4665
|
+
* @type {number | bigint}
|
|
4666
4666
|
* @memberof FlexibleLockedApiGetSimpleEarnFlexibleProductList
|
|
4667
4667
|
*/
|
|
4668
|
-
readonly current?: number;
|
|
4668
|
+
readonly current?: number | bigint;
|
|
4669
4669
|
/**
|
|
4670
4670
|
* Number of results per page. Default: 10, Max: 100
|
|
4671
|
-
* @type {number}
|
|
4671
|
+
* @type {number | bigint}
|
|
4672
4672
|
* @memberof FlexibleLockedApiGetSimpleEarnFlexibleProductList
|
|
4673
4673
|
*/
|
|
4674
|
-
readonly size?: number;
|
|
4674
|
+
readonly size?: number | bigint;
|
|
4675
4675
|
/**
|
|
4676
4676
|
* The value cannot be greater than 60000 (ms)
|
|
4677
|
-
* @type {number}
|
|
4677
|
+
* @type {number | bigint}
|
|
4678
4678
|
* @memberof FlexibleLockedApiGetSimpleEarnFlexibleProductList
|
|
4679
4679
|
*/
|
|
4680
|
-
readonly recvWindow?: number;
|
|
4680
|
+
readonly recvWindow?: number | bigint;
|
|
4681
4681
|
}
|
|
4682
4682
|
/**
|
|
4683
4683
|
* Request parameters for getSimpleEarnLockedProductList operation in FlexibleLockedApi.
|
|
@@ -4692,22 +4692,22 @@ interface GetSimpleEarnLockedProductListRequest {
|
|
|
4692
4692
|
readonly asset?: string;
|
|
4693
4693
|
/**
|
|
4694
4694
|
* Currently querying page. Starts from 1. Default: 1
|
|
4695
|
-
* @type {number}
|
|
4695
|
+
* @type {number | bigint}
|
|
4696
4696
|
* @memberof FlexibleLockedApiGetSimpleEarnLockedProductList
|
|
4697
4697
|
*/
|
|
4698
|
-
readonly current?: number;
|
|
4698
|
+
readonly current?: number | bigint;
|
|
4699
4699
|
/**
|
|
4700
4700
|
* Number of results per page. Default: 10, Max: 100
|
|
4701
|
-
* @type {number}
|
|
4701
|
+
* @type {number | bigint}
|
|
4702
4702
|
* @memberof FlexibleLockedApiGetSimpleEarnLockedProductList
|
|
4703
4703
|
*/
|
|
4704
|
-
readonly size?: number;
|
|
4704
|
+
readonly size?: number | bigint;
|
|
4705
4705
|
/**
|
|
4706
4706
|
* The value cannot be greater than 60000 (ms)
|
|
4707
|
-
* @type {number}
|
|
4707
|
+
* @type {number | bigint}
|
|
4708
4708
|
* @memberof FlexibleLockedApiGetSimpleEarnLockedProductList
|
|
4709
4709
|
*/
|
|
4710
|
-
readonly recvWindow?: number;
|
|
4710
|
+
readonly recvWindow?: number | bigint;
|
|
4711
4711
|
}
|
|
4712
4712
|
/**
|
|
4713
4713
|
* Request parameters for redeemFlexibleProduct operation in FlexibleLockedApi.
|
|
@@ -4740,10 +4740,10 @@ interface RedeemFlexibleProductRequest {
|
|
|
4740
4740
|
readonly destAccount?: string;
|
|
4741
4741
|
/**
|
|
4742
4742
|
* The value cannot be greater than 60000 (ms)
|
|
4743
|
-
* @type {number}
|
|
4743
|
+
* @type {number | bigint}
|
|
4744
4744
|
* @memberof FlexibleLockedApiRedeemFlexibleProduct
|
|
4745
4745
|
*/
|
|
4746
|
-
readonly recvWindow?: number;
|
|
4746
|
+
readonly recvWindow?: number | bigint;
|
|
4747
4747
|
}
|
|
4748
4748
|
/**
|
|
4749
4749
|
* Request parameters for redeemLockedProduct operation in FlexibleLockedApi.
|
|
@@ -4758,10 +4758,10 @@ interface RedeemLockedProductRequest {
|
|
|
4758
4758
|
readonly positionId: string;
|
|
4759
4759
|
/**
|
|
4760
4760
|
* The value cannot be greater than 60000 (ms)
|
|
4761
|
-
* @type {number}
|
|
4761
|
+
* @type {number | bigint}
|
|
4762
4762
|
* @memberof FlexibleLockedApiRedeemLockedProduct
|
|
4763
4763
|
*/
|
|
4764
|
-
readonly recvWindow?: number;
|
|
4764
|
+
readonly recvWindow?: number | bigint;
|
|
4765
4765
|
}
|
|
4766
4766
|
/**
|
|
4767
4767
|
* Request parameters for setFlexibleAutoSubscribe operation in FlexibleLockedApi.
|
|
@@ -4782,10 +4782,10 @@ interface SetFlexibleAutoSubscribeRequest {
|
|
|
4782
4782
|
readonly autoSubscribe: boolean;
|
|
4783
4783
|
/**
|
|
4784
4784
|
* The value cannot be greater than 60000 (ms)
|
|
4785
|
-
* @type {number}
|
|
4785
|
+
* @type {number | bigint}
|
|
4786
4786
|
* @memberof FlexibleLockedApiSetFlexibleAutoSubscribe
|
|
4787
4787
|
*/
|
|
4788
|
-
readonly recvWindow?: number;
|
|
4788
|
+
readonly recvWindow?: number | bigint;
|
|
4789
4789
|
}
|
|
4790
4790
|
/**
|
|
4791
4791
|
* Request parameters for setLockedAutoSubscribe operation in FlexibleLockedApi.
|
|
@@ -4806,10 +4806,10 @@ interface SetLockedAutoSubscribeRequest {
|
|
|
4806
4806
|
readonly autoSubscribe: boolean;
|
|
4807
4807
|
/**
|
|
4808
4808
|
* The value cannot be greater than 60000 (ms)
|
|
4809
|
-
* @type {number}
|
|
4809
|
+
* @type {number | bigint}
|
|
4810
4810
|
* @memberof FlexibleLockedApiSetLockedAutoSubscribe
|
|
4811
4811
|
*/
|
|
4812
|
-
readonly recvWindow?: number;
|
|
4812
|
+
readonly recvWindow?: number | bigint;
|
|
4813
4813
|
}
|
|
4814
4814
|
/**
|
|
4815
4815
|
* Request parameters for setLockedProductRedeemOption operation in FlexibleLockedApi.
|
|
@@ -4830,10 +4830,10 @@ interface SetLockedProductRedeemOptionRequest {
|
|
|
4830
4830
|
readonly redeemTo: string;
|
|
4831
4831
|
/**
|
|
4832
4832
|
* The value cannot be greater than 60000 (ms)
|
|
4833
|
-
* @type {number}
|
|
4833
|
+
* @type {number | bigint}
|
|
4834
4834
|
* @memberof FlexibleLockedApiSetLockedProductRedeemOption
|
|
4835
4835
|
*/
|
|
4836
|
-
readonly recvWindow?: number;
|
|
4836
|
+
readonly recvWindow?: number | bigint;
|
|
4837
4837
|
}
|
|
4838
4838
|
/**
|
|
4839
4839
|
* Request parameters for simpleAccount operation in FlexibleLockedApi.
|
|
@@ -4842,10 +4842,10 @@ interface SetLockedProductRedeemOptionRequest {
|
|
|
4842
4842
|
interface SimpleAccountRequest {
|
|
4843
4843
|
/**
|
|
4844
4844
|
* The value cannot be greater than 60000 (ms)
|
|
4845
|
-
* @type {number}
|
|
4845
|
+
* @type {number | bigint}
|
|
4846
4846
|
* @memberof FlexibleLockedApiSimpleAccount
|
|
4847
4847
|
*/
|
|
4848
|
-
readonly recvWindow?: number;
|
|
4848
|
+
readonly recvWindow?: number | bigint;
|
|
4849
4849
|
}
|
|
4850
4850
|
/**
|
|
4851
4851
|
* Request parameters for subscribeFlexibleProduct operation in FlexibleLockedApi.
|
|
@@ -4878,10 +4878,10 @@ interface SubscribeFlexibleProductRequest {
|
|
|
4878
4878
|
readonly sourceAccount?: string;
|
|
4879
4879
|
/**
|
|
4880
4880
|
* The value cannot be greater than 60000 (ms)
|
|
4881
|
-
* @type {number}
|
|
4881
|
+
* @type {number | bigint}
|
|
4882
4882
|
* @memberof FlexibleLockedApiSubscribeFlexibleProduct
|
|
4883
4883
|
*/
|
|
4884
|
-
readonly recvWindow?: number;
|
|
4884
|
+
readonly recvWindow?: number | bigint;
|
|
4885
4885
|
}
|
|
4886
4886
|
/**
|
|
4887
4887
|
* Request parameters for subscribeLockedProduct operation in FlexibleLockedApi.
|
|
@@ -4920,10 +4920,10 @@ interface SubscribeLockedProductRequest {
|
|
|
4920
4920
|
readonly redeemTo?: string;
|
|
4921
4921
|
/**
|
|
4922
4922
|
* The value cannot be greater than 60000 (ms)
|
|
4923
|
-
* @type {number}
|
|
4923
|
+
* @type {number | bigint}
|
|
4924
4924
|
* @memberof FlexibleLockedApiSubscribeLockedProduct
|
|
4925
4925
|
*/
|
|
4926
|
-
readonly recvWindow?: number;
|
|
4926
|
+
readonly recvWindow?: number | bigint;
|
|
4927
4927
|
}
|
|
4928
4928
|
/**
|
|
4929
4929
|
* FlexibleLockedApi - object-oriented interface
|
|
@@ -5443,10 +5443,10 @@ interface RwusdApiInterface {
|
|
|
5443
5443
|
interface GetRwusdAccountRequest {
|
|
5444
5444
|
/**
|
|
5445
5445
|
* The value cannot be greater than 60000 (ms)
|
|
5446
|
-
* @type {number}
|
|
5446
|
+
* @type {number | bigint}
|
|
5447
5447
|
* @memberof RwusdApiGetRwusdAccount
|
|
5448
5448
|
*/
|
|
5449
|
-
readonly recvWindow?: number;
|
|
5449
|
+
readonly recvWindow?: number | bigint;
|
|
5450
5450
|
}
|
|
5451
5451
|
/**
|
|
5452
5452
|
* Request parameters for getRwusdQuotaDetails operation in RwusdApi.
|
|
@@ -5455,10 +5455,10 @@ interface GetRwusdAccountRequest {
|
|
|
5455
5455
|
interface GetRwusdQuotaDetailsRequest {
|
|
5456
5456
|
/**
|
|
5457
5457
|
* The value cannot be greater than 60000 (ms)
|
|
5458
|
-
* @type {number}
|
|
5458
|
+
* @type {number | bigint}
|
|
5459
5459
|
* @memberof RwusdApiGetRwusdQuotaDetails
|
|
5460
5460
|
*/
|
|
5461
|
-
readonly recvWindow?: number;
|
|
5461
|
+
readonly recvWindow?: number | bigint;
|
|
5462
5462
|
}
|
|
5463
5463
|
/**
|
|
5464
5464
|
* Request parameters for getRwusdRateHistory operation in RwusdApi.
|
|
@@ -5467,34 +5467,34 @@ interface GetRwusdQuotaDetailsRequest {
|
|
|
5467
5467
|
interface GetRwusdRateHistoryRequest {
|
|
5468
5468
|
/**
|
|
5469
5469
|
*
|
|
5470
|
-
* @type {number}
|
|
5470
|
+
* @type {number | bigint}
|
|
5471
5471
|
* @memberof RwusdApiGetRwusdRateHistory
|
|
5472
5472
|
*/
|
|
5473
|
-
readonly startTime?: number;
|
|
5473
|
+
readonly startTime?: number | bigint;
|
|
5474
5474
|
/**
|
|
5475
5475
|
*
|
|
5476
|
-
* @type {number}
|
|
5476
|
+
* @type {number | bigint}
|
|
5477
5477
|
* @memberof RwusdApiGetRwusdRateHistory
|
|
5478
5478
|
*/
|
|
5479
|
-
readonly endTime?: number;
|
|
5479
|
+
readonly endTime?: number | bigint;
|
|
5480
5480
|
/**
|
|
5481
5481
|
* Currently querying page. Starts from 1. Default: 1
|
|
5482
|
-
* @type {number}
|
|
5482
|
+
* @type {number | bigint}
|
|
5483
5483
|
* @memberof RwusdApiGetRwusdRateHistory
|
|
5484
5484
|
*/
|
|
5485
|
-
readonly current?: number;
|
|
5485
|
+
readonly current?: number | bigint;
|
|
5486
5486
|
/**
|
|
5487
5487
|
* Number of results per page. Default: 10, Max: 100
|
|
5488
|
-
* @type {number}
|
|
5488
|
+
* @type {number | bigint}
|
|
5489
5489
|
* @memberof RwusdApiGetRwusdRateHistory
|
|
5490
5490
|
*/
|
|
5491
|
-
readonly size?: number;
|
|
5491
|
+
readonly size?: number | bigint;
|
|
5492
5492
|
/**
|
|
5493
5493
|
* The value cannot be greater than 60000 (ms)
|
|
5494
|
-
* @type {number}
|
|
5494
|
+
* @type {number | bigint}
|
|
5495
5495
|
* @memberof RwusdApiGetRwusdRateHistory
|
|
5496
5496
|
*/
|
|
5497
|
-
readonly recvWindow?: number;
|
|
5497
|
+
readonly recvWindow?: number | bigint;
|
|
5498
5498
|
}
|
|
5499
5499
|
/**
|
|
5500
5500
|
* Request parameters for getRwusdRedemptionHistory operation in RwusdApi.
|
|
@@ -5503,34 +5503,34 @@ interface GetRwusdRateHistoryRequest {
|
|
|
5503
5503
|
interface GetRwusdRedemptionHistoryRequest {
|
|
5504
5504
|
/**
|
|
5505
5505
|
*
|
|
5506
|
-
* @type {number}
|
|
5506
|
+
* @type {number | bigint}
|
|
5507
5507
|
* @memberof RwusdApiGetRwusdRedemptionHistory
|
|
5508
5508
|
*/
|
|
5509
|
-
readonly startTime?: number;
|
|
5509
|
+
readonly startTime?: number | bigint;
|
|
5510
5510
|
/**
|
|
5511
5511
|
*
|
|
5512
|
-
* @type {number}
|
|
5512
|
+
* @type {number | bigint}
|
|
5513
5513
|
* @memberof RwusdApiGetRwusdRedemptionHistory
|
|
5514
5514
|
*/
|
|
5515
|
-
readonly endTime?: number;
|
|
5515
|
+
readonly endTime?: number | bigint;
|
|
5516
5516
|
/**
|
|
5517
5517
|
* Currently querying page. Starts from 1. Default: 1
|
|
5518
|
-
* @type {number}
|
|
5518
|
+
* @type {number | bigint}
|
|
5519
5519
|
* @memberof RwusdApiGetRwusdRedemptionHistory
|
|
5520
5520
|
*/
|
|
5521
|
-
readonly current?: number;
|
|
5521
|
+
readonly current?: number | bigint;
|
|
5522
5522
|
/**
|
|
5523
5523
|
* Number of results per page. Default: 10, Max: 100
|
|
5524
|
-
* @type {number}
|
|
5524
|
+
* @type {number | bigint}
|
|
5525
5525
|
* @memberof RwusdApiGetRwusdRedemptionHistory
|
|
5526
5526
|
*/
|
|
5527
|
-
readonly size?: number;
|
|
5527
|
+
readonly size?: number | bigint;
|
|
5528
5528
|
/**
|
|
5529
5529
|
* The value cannot be greater than 60000 (ms)
|
|
5530
|
-
* @type {number}
|
|
5530
|
+
* @type {number | bigint}
|
|
5531
5531
|
* @memberof RwusdApiGetRwusdRedemptionHistory
|
|
5532
5532
|
*/
|
|
5533
|
-
readonly recvWindow?: number;
|
|
5533
|
+
readonly recvWindow?: number | bigint;
|
|
5534
5534
|
}
|
|
5535
5535
|
/**
|
|
5536
5536
|
* Request parameters for getRwusdRewardsHistory operation in RwusdApi.
|
|
@@ -5539,34 +5539,34 @@ interface GetRwusdRedemptionHistoryRequest {
|
|
|
5539
5539
|
interface GetRwusdRewardsHistoryRequest {
|
|
5540
5540
|
/**
|
|
5541
5541
|
*
|
|
5542
|
-
* @type {number}
|
|
5542
|
+
* @type {number | bigint}
|
|
5543
5543
|
* @memberof RwusdApiGetRwusdRewardsHistory
|
|
5544
5544
|
*/
|
|
5545
|
-
readonly startTime?: number;
|
|
5545
|
+
readonly startTime?: number | bigint;
|
|
5546
5546
|
/**
|
|
5547
5547
|
*
|
|
5548
|
-
* @type {number}
|
|
5548
|
+
* @type {number | bigint}
|
|
5549
5549
|
* @memberof RwusdApiGetRwusdRewardsHistory
|
|
5550
5550
|
*/
|
|
5551
|
-
readonly endTime?: number;
|
|
5551
|
+
readonly endTime?: number | bigint;
|
|
5552
5552
|
/**
|
|
5553
5553
|
* Currently querying page. Starts from 1. Default: 1
|
|
5554
|
-
* @type {number}
|
|
5554
|
+
* @type {number | bigint}
|
|
5555
5555
|
* @memberof RwusdApiGetRwusdRewardsHistory
|
|
5556
5556
|
*/
|
|
5557
|
-
readonly current?: number;
|
|
5557
|
+
readonly current?: number | bigint;
|
|
5558
5558
|
/**
|
|
5559
5559
|
* Number of results per page. Default: 10, Max: 100
|
|
5560
|
-
* @type {number}
|
|
5560
|
+
* @type {number | bigint}
|
|
5561
5561
|
* @memberof RwusdApiGetRwusdRewardsHistory
|
|
5562
5562
|
*/
|
|
5563
|
-
readonly size?: number;
|
|
5563
|
+
readonly size?: number | bigint;
|
|
5564
5564
|
/**
|
|
5565
5565
|
* The value cannot be greater than 60000 (ms)
|
|
5566
|
-
* @type {number}
|
|
5566
|
+
* @type {number | bigint}
|
|
5567
5567
|
* @memberof RwusdApiGetRwusdRewardsHistory
|
|
5568
5568
|
*/
|
|
5569
|
-
readonly recvWindow?: number;
|
|
5569
|
+
readonly recvWindow?: number | bigint;
|
|
5570
5570
|
}
|
|
5571
5571
|
/**
|
|
5572
5572
|
* Request parameters for getRwusdSubscriptionHistory operation in RwusdApi.
|
|
@@ -5581,34 +5581,34 @@ interface GetRwusdSubscriptionHistoryRequest {
|
|
|
5581
5581
|
readonly asset?: string;
|
|
5582
5582
|
/**
|
|
5583
5583
|
*
|
|
5584
|
-
* @type {number}
|
|
5584
|
+
* @type {number | bigint}
|
|
5585
5585
|
* @memberof RwusdApiGetRwusdSubscriptionHistory
|
|
5586
5586
|
*/
|
|
5587
|
-
readonly startTime?: number;
|
|
5587
|
+
readonly startTime?: number | bigint;
|
|
5588
5588
|
/**
|
|
5589
5589
|
*
|
|
5590
|
-
* @type {number}
|
|
5590
|
+
* @type {number | bigint}
|
|
5591
5591
|
* @memberof RwusdApiGetRwusdSubscriptionHistory
|
|
5592
5592
|
*/
|
|
5593
|
-
readonly endTime?: number;
|
|
5593
|
+
readonly endTime?: number | bigint;
|
|
5594
5594
|
/**
|
|
5595
5595
|
* Currently querying page. Starts from 1. Default: 1
|
|
5596
|
-
* @type {number}
|
|
5596
|
+
* @type {number | bigint}
|
|
5597
5597
|
* @memberof RwusdApiGetRwusdSubscriptionHistory
|
|
5598
5598
|
*/
|
|
5599
|
-
readonly current?: number;
|
|
5599
|
+
readonly current?: number | bigint;
|
|
5600
5600
|
/**
|
|
5601
5601
|
* Number of results per page. Default: 10, Max: 100
|
|
5602
|
-
* @type {number}
|
|
5602
|
+
* @type {number | bigint}
|
|
5603
5603
|
* @memberof RwusdApiGetRwusdSubscriptionHistory
|
|
5604
5604
|
*/
|
|
5605
|
-
readonly size?: number;
|
|
5605
|
+
readonly size?: number | bigint;
|
|
5606
5606
|
/**
|
|
5607
5607
|
* The value cannot be greater than 60000 (ms)
|
|
5608
|
-
* @type {number}
|
|
5608
|
+
* @type {number | bigint}
|
|
5609
5609
|
* @memberof RwusdApiGetRwusdSubscriptionHistory
|
|
5610
5610
|
*/
|
|
5611
|
-
readonly recvWindow?: number;
|
|
5611
|
+
readonly recvWindow?: number | bigint;
|
|
5612
5612
|
}
|
|
5613
5613
|
/**
|
|
5614
5614
|
* Request parameters for redeemRwusd operation in RwusdApi.
|
|
@@ -5629,10 +5629,10 @@ interface RedeemRwusdRequest {
|
|
|
5629
5629
|
readonly type: string;
|
|
5630
5630
|
/**
|
|
5631
5631
|
* The value cannot be greater than 60000 (ms)
|
|
5632
|
-
* @type {number}
|
|
5632
|
+
* @type {number | bigint}
|
|
5633
5633
|
* @memberof RwusdApiRedeemRwusd
|
|
5634
5634
|
*/
|
|
5635
|
-
readonly recvWindow?: number;
|
|
5635
|
+
readonly recvWindow?: number | bigint;
|
|
5636
5636
|
}
|
|
5637
5637
|
/**
|
|
5638
5638
|
* Request parameters for subscribeRwusd operation in RwusdApi.
|
|
@@ -5653,10 +5653,10 @@ interface SubscribeRwusdRequest {
|
|
|
5653
5653
|
readonly amount: number;
|
|
5654
5654
|
/**
|
|
5655
5655
|
* The value cannot be greater than 60000 (ms)
|
|
5656
|
-
* @type {number}
|
|
5656
|
+
* @type {number | bigint}
|
|
5657
5657
|
* @memberof RwusdApiSubscribeRwusd
|
|
5658
5658
|
*/
|
|
5659
|
-
readonly recvWindow?: number;
|
|
5659
|
+
readonly recvWindow?: number | bigint;
|
|
5660
5660
|
}
|
|
5661
5661
|
/**
|
|
5662
5662
|
* RwusdApi - object-oriented interface
|