@0xtorch/core 0.0.27 → 0.0.28
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/_cjs/assets/schemas/nft.js +1 -0
- package/_cjs/assets/schemas/nft.js.map +1 -1
- package/_esm/assets/schemas/nft.js +1 -0
- package/_esm/assets/schemas/nft.js.map +1 -1
- package/_types/actions/schemas/action.d.ts +1219 -0
- package/_types/actions/schemas/action.d.ts.map +1 -1
- package/_types/actions/schemas/borrow/borrow.d.ts +26 -0
- package/_types/actions/schemas/borrow/borrow.d.ts.map +1 -1
- package/_types/actions/schemas/crossActionBundle.d.ts +90 -0
- package/_types/actions/schemas/crossActionBundle.d.ts.map +1 -1
- package/_types/actions/schemas/crossReplace/bridgeFrom.d.ts +26 -0
- package/_types/actions/schemas/crossReplace/bridgeFrom.d.ts.map +1 -1
- package/_types/actions/schemas/crossReplace/bridgeTo.d.ts +26 -0
- package/_types/actions/schemas/crossReplace/bridgeTo.d.ts.map +1 -1
- package/_types/actions/schemas/crossReplace/crossReplace.d.ts +52 -0
- package/_types/actions/schemas/crossReplace/crossReplace.d.ts.map +1 -1
- package/_types/actions/schemas/crossTrade/crossTrade.d.ts +52 -0
- package/_types/actions/schemas/crossTrade/crossTrade.d.ts.map +1 -1
- package/_types/actions/schemas/default/accountAction.d.ts +99 -0
- package/_types/actions/schemas/default/accountAction.d.ts.map +1 -1
- package/_types/actions/schemas/default/normalAction.d.ts +99 -0
- package/_types/actions/schemas/default/normalAction.d.ts.map +1 -1
- package/_types/actions/schemas/default/transfer.d.ts +88 -0
- package/_types/actions/schemas/default/transfer.d.ts.map +1 -1
- package/_types/actions/schemas/deposit/addLiquidity.d.ts +52 -0
- package/_types/actions/schemas/deposit/addLiquidity.d.ts.map +1 -1
- package/_types/actions/schemas/deposit/deposit.d.ts +26 -0
- package/_types/actions/schemas/deposit/deposit.d.ts.map +1 -1
- package/_types/actions/schemas/deposit/depositWithBond.d.ts +52 -0
- package/_types/actions/schemas/deposit/depositWithBond.d.ts.map +1 -1
- package/_types/actions/schemas/deposit/stake.d.ts +26 -0
- package/_types/actions/schemas/deposit/stake.d.ts.map +1 -1
- package/_types/actions/schemas/ignore/ignore.d.ts +39 -0
- package/_types/actions/schemas/ignore/ignore.d.ts.map +1 -1
- package/_types/actions/schemas/ignore/move.d.ts +39 -0
- package/_types/actions/schemas/ignore/move.d.ts.map +1 -1
- package/_types/actions/schemas/ignore/receiveFromCex.d.ts +26 -0
- package/_types/actions/schemas/ignore/receiveFromCex.d.ts.map +1 -1
- package/_types/actions/schemas/ignore/sendToCex.d.ts +26 -0
- package/_types/actions/schemas/ignore/sendToCex.d.ts.map +1 -1
- package/_types/actions/schemas/ignore/spam.d.ts +52 -0
- package/_types/actions/schemas/ignore/spam.d.ts.map +1 -1
- package/_types/actions/schemas/income/freeMintNft.d.ts +26 -0
- package/_types/actions/schemas/income/freeMintNft.d.ts.map +1 -1
- package/_types/actions/schemas/income/income.d.ts +26 -0
- package/_types/actions/schemas/income/income.d.ts.map +1 -1
- package/_types/actions/schemas/income/swapIncome.d.ts +13 -0
- package/_types/actions/schemas/income/swapIncome.d.ts.map +1 -1
- package/_types/actions/schemas/reduce/reduce.d.ts +13 -0
- package/_types/actions/schemas/reduce/reduce.d.ts.map +1 -1
- package/_types/actions/schemas/repayment/repayment.d.ts +26 -0
- package/_types/actions/schemas/repayment/repayment.d.ts.map +1 -1
- package/_types/actions/schemas/repayment/repaymentWithDebt.d.ts +52 -0
- package/_types/actions/schemas/repayment/repaymentWithDebt.d.ts.map +1 -1
- package/_types/actions/schemas/replace/replace.d.ts +52 -0
- package/_types/actions/schemas/replace/replace.d.ts.map +1 -1
- package/_types/actions/schemas/replace/swapNft.d.ts +52 -0
- package/_types/actions/schemas/replace/swapNft.d.ts.map +1 -1
- package/_types/actions/schemas/trade/buyNft.d.ts +26 -0
- package/_types/actions/schemas/trade/buyNft.d.ts.map +1 -1
- package/_types/actions/schemas/trade/mintNft.d.ts +26 -0
- package/_types/actions/schemas/trade/mintNft.d.ts.map +1 -1
- package/_types/actions/schemas/trade/sellNft.d.ts +26 -0
- package/_types/actions/schemas/trade/sellNft.d.ts.map +1 -1
- package/_types/actions/schemas/trade/trade.d.ts +52 -0
- package/_types/actions/schemas/trade/trade.d.ts.map +1 -1
- package/_types/actions/schemas/transfer/swapTransfer.d.ts +13 -0
- package/_types/actions/schemas/transfer/swapTransfer.d.ts.map +1 -1
- package/_types/actions/schemas/transfer/transfer.d.ts +52 -0
- package/_types/actions/schemas/transfer/transfer.d.ts.map +1 -1
- package/_types/actions/schemas/valuedown/valuedown.d.ts +44 -0
- package/_types/actions/schemas/valuedown/valuedown.d.ts.map +1 -1
- package/_types/actions/schemas/valueup/valueup.d.ts +44 -0
- package/_types/actions/schemas/valueup/valueup.d.ts.map +1 -1
- package/_types/actions/schemas/withdraw/removeLiquidity.d.ts +52 -0
- package/_types/actions/schemas/withdraw/removeLiquidity.d.ts.map +1 -1
- package/_types/actions/schemas/withdraw/unstake.d.ts +26 -0
- package/_types/actions/schemas/withdraw/unstake.d.ts.map +1 -1
- package/_types/actions/schemas/withdraw/withdraw.d.ts +26 -0
- package/_types/actions/schemas/withdraw/withdraw.d.ts.map +1 -1
- package/_types/actions/schemas/withdraw/withdrawWithBond.d.ts +52 -0
- package/_types/actions/schemas/withdraw/withdrawWithBond.d.ts.map +1 -1
- package/_types/actions/utils.d.ts +3 -0
- package/_types/actions/utils.d.ts.map +1 -1
- package/_types/assets/schemas/asset.d.ts +5 -0
- package/_types/assets/schemas/asset.d.ts.map +1 -1
- package/_types/assets/schemas/nft.d.ts +5 -0
- package/_types/assets/schemas/nft.d.ts.map +1 -1
- package/_types/setAccountActionPrices.d.ts +51 -0
- package/_types/setAccountActionPrices.d.ts.map +1 -1
- package/assets/schemas/nft.ts +1 -0
- package/package.json +1 -1
|
@@ -367,9 +367,11 @@ export declare const normalActionReceiveFromCexSchema: z.ZodEffects<z.ZodObject<
|
|
|
367
367
|
symbol: z.ZodOptional<z.ZodString>;
|
|
368
368
|
image: z.ZodOptional<z.ZodString>;
|
|
369
369
|
metadata: z.ZodOptional<z.ZodString>;
|
|
370
|
+
updatedAt: z.ZodNumber;
|
|
370
371
|
}, "strip", z.ZodTypeAny, {
|
|
371
372
|
type: "Nft";
|
|
372
373
|
id: string;
|
|
374
|
+
updatedAt: number;
|
|
373
375
|
name?: string | undefined;
|
|
374
376
|
symbol?: string | undefined;
|
|
375
377
|
image?: string | undefined;
|
|
@@ -377,6 +379,7 @@ export declare const normalActionReceiveFromCexSchema: z.ZodEffects<z.ZodObject<
|
|
|
377
379
|
}, {
|
|
378
380
|
type: "Nft";
|
|
379
381
|
id: string;
|
|
382
|
+
updatedAt: number;
|
|
380
383
|
name?: string | undefined;
|
|
381
384
|
symbol?: string | undefined;
|
|
382
385
|
image?: string | undefined;
|
|
@@ -388,9 +391,11 @@ export declare const normalActionReceiveFromCexSchema: z.ZodEffects<z.ZodObject<
|
|
|
388
391
|
metadata: string | undefined;
|
|
389
392
|
type: "Nft";
|
|
390
393
|
id: string;
|
|
394
|
+
updatedAt: number;
|
|
391
395
|
}, {
|
|
392
396
|
type: "Nft";
|
|
393
397
|
id: string;
|
|
398
|
+
updatedAt: number;
|
|
394
399
|
name?: string | undefined;
|
|
395
400
|
symbol?: string | undefined;
|
|
396
401
|
image?: string | undefined;
|
|
@@ -404,6 +409,7 @@ export declare const normalActionReceiveFromCexSchema: z.ZodEffects<z.ZodObject<
|
|
|
404
409
|
metadata: string | undefined;
|
|
405
410
|
type: "Nft";
|
|
406
411
|
id: string;
|
|
412
|
+
updatedAt: number;
|
|
407
413
|
};
|
|
408
414
|
amount: {
|
|
409
415
|
value: bigint;
|
|
@@ -425,6 +431,7 @@ export declare const normalActionReceiveFromCexSchema: z.ZodEffects<z.ZodObject<
|
|
|
425
431
|
asset: {
|
|
426
432
|
type: "Nft";
|
|
427
433
|
id: string;
|
|
434
|
+
updatedAt: number;
|
|
428
435
|
name?: string | undefined;
|
|
429
436
|
symbol?: string | undefined;
|
|
430
437
|
image?: string | undefined;
|
|
@@ -465,6 +472,7 @@ export declare const normalActionReceiveFromCexSchema: z.ZodEffects<z.ZodObject<
|
|
|
465
472
|
metadata: string | undefined;
|
|
466
473
|
type: "Nft";
|
|
467
474
|
id: string;
|
|
475
|
+
updatedAt: number;
|
|
468
476
|
};
|
|
469
477
|
amount: {
|
|
470
478
|
value: bigint;
|
|
@@ -475,6 +483,7 @@ export declare const normalActionReceiveFromCexSchema: z.ZodEffects<z.ZodObject<
|
|
|
475
483
|
asset: {
|
|
476
484
|
type: "Nft";
|
|
477
485
|
id: string;
|
|
486
|
+
updatedAt: number;
|
|
478
487
|
name?: string | undefined;
|
|
479
488
|
symbol?: string | undefined;
|
|
480
489
|
image?: string | undefined;
|
|
@@ -553,6 +562,7 @@ export declare const normalActionReceiveFromCexSchema: z.ZodEffects<z.ZodObject<
|
|
|
553
562
|
metadata: string | undefined;
|
|
554
563
|
type: "Nft";
|
|
555
564
|
id: string;
|
|
565
|
+
updatedAt: number;
|
|
556
566
|
};
|
|
557
567
|
amount: {
|
|
558
568
|
value: bigint;
|
|
@@ -610,6 +620,7 @@ export declare const normalActionReceiveFromCexSchema: z.ZodEffects<z.ZodObject<
|
|
|
610
620
|
asset: {
|
|
611
621
|
type: "Nft";
|
|
612
622
|
id: string;
|
|
623
|
+
updatedAt: number;
|
|
613
624
|
name?: string | undefined;
|
|
614
625
|
symbol?: string | undefined;
|
|
615
626
|
image?: string | undefined;
|
|
@@ -706,6 +717,7 @@ export declare const normalActionReceiveFromCexSchema: z.ZodEffects<z.ZodObject<
|
|
|
706
717
|
metadata: string | undefined;
|
|
707
718
|
type: "Nft";
|
|
708
719
|
id: string;
|
|
720
|
+
updatedAt: number;
|
|
709
721
|
};
|
|
710
722
|
amount: {
|
|
711
723
|
value: bigint;
|
|
@@ -754,6 +766,7 @@ export declare const normalActionReceiveFromCexSchema: z.ZodEffects<z.ZodObject<
|
|
|
754
766
|
asset: {
|
|
755
767
|
type: "Nft";
|
|
756
768
|
id: string;
|
|
769
|
+
updatedAt: number;
|
|
757
770
|
name?: string | undefined;
|
|
758
771
|
symbol?: string | undefined;
|
|
759
772
|
image?: string | undefined;
|
|
@@ -1156,9 +1169,11 @@ export declare const accountActionReceiveFromCexSchema: z.ZodEffects<z.ZodObject
|
|
|
1156
1169
|
symbol: z.ZodOptional<z.ZodString>;
|
|
1157
1170
|
image: z.ZodOptional<z.ZodString>;
|
|
1158
1171
|
metadata: z.ZodOptional<z.ZodString>;
|
|
1172
|
+
updatedAt: z.ZodNumber;
|
|
1159
1173
|
}, "strip", z.ZodTypeAny, {
|
|
1160
1174
|
type: "Nft";
|
|
1161
1175
|
id: string;
|
|
1176
|
+
updatedAt: number;
|
|
1162
1177
|
name?: string | undefined;
|
|
1163
1178
|
symbol?: string | undefined;
|
|
1164
1179
|
image?: string | undefined;
|
|
@@ -1166,6 +1181,7 @@ export declare const accountActionReceiveFromCexSchema: z.ZodEffects<z.ZodObject
|
|
|
1166
1181
|
}, {
|
|
1167
1182
|
type: "Nft";
|
|
1168
1183
|
id: string;
|
|
1184
|
+
updatedAt: number;
|
|
1169
1185
|
name?: string | undefined;
|
|
1170
1186
|
symbol?: string | undefined;
|
|
1171
1187
|
image?: string | undefined;
|
|
@@ -1177,9 +1193,11 @@ export declare const accountActionReceiveFromCexSchema: z.ZodEffects<z.ZodObject
|
|
|
1177
1193
|
metadata: string | undefined;
|
|
1178
1194
|
type: "Nft";
|
|
1179
1195
|
id: string;
|
|
1196
|
+
updatedAt: number;
|
|
1180
1197
|
}, {
|
|
1181
1198
|
type: "Nft";
|
|
1182
1199
|
id: string;
|
|
1200
|
+
updatedAt: number;
|
|
1183
1201
|
name?: string | undefined;
|
|
1184
1202
|
symbol?: string | undefined;
|
|
1185
1203
|
image?: string | undefined;
|
|
@@ -1193,6 +1211,7 @@ export declare const accountActionReceiveFromCexSchema: z.ZodEffects<z.ZodObject
|
|
|
1193
1211
|
metadata: string | undefined;
|
|
1194
1212
|
type: "Nft";
|
|
1195
1213
|
id: string;
|
|
1214
|
+
updatedAt: number;
|
|
1196
1215
|
};
|
|
1197
1216
|
amount: {
|
|
1198
1217
|
value: bigint;
|
|
@@ -1214,6 +1233,7 @@ export declare const accountActionReceiveFromCexSchema: z.ZodEffects<z.ZodObject
|
|
|
1214
1233
|
asset: {
|
|
1215
1234
|
type: "Nft";
|
|
1216
1235
|
id: string;
|
|
1236
|
+
updatedAt: number;
|
|
1217
1237
|
name?: string | undefined;
|
|
1218
1238
|
symbol?: string | undefined;
|
|
1219
1239
|
image?: string | undefined;
|
|
@@ -1254,6 +1274,7 @@ export declare const accountActionReceiveFromCexSchema: z.ZodEffects<z.ZodObject
|
|
|
1254
1274
|
metadata: string | undefined;
|
|
1255
1275
|
type: "Nft";
|
|
1256
1276
|
id: string;
|
|
1277
|
+
updatedAt: number;
|
|
1257
1278
|
};
|
|
1258
1279
|
amount: {
|
|
1259
1280
|
value: bigint;
|
|
@@ -1264,6 +1285,7 @@ export declare const accountActionReceiveFromCexSchema: z.ZodEffects<z.ZodObject
|
|
|
1264
1285
|
asset: {
|
|
1265
1286
|
type: "Nft";
|
|
1266
1287
|
id: string;
|
|
1288
|
+
updatedAt: number;
|
|
1267
1289
|
name?: string | undefined;
|
|
1268
1290
|
symbol?: string | undefined;
|
|
1269
1291
|
image?: string | undefined;
|
|
@@ -1344,6 +1366,7 @@ export declare const accountActionReceiveFromCexSchema: z.ZodEffects<z.ZodObject
|
|
|
1344
1366
|
metadata: string | undefined;
|
|
1345
1367
|
type: "Nft";
|
|
1346
1368
|
id: string;
|
|
1369
|
+
updatedAt: number;
|
|
1347
1370
|
};
|
|
1348
1371
|
amount: {
|
|
1349
1372
|
value: bigint;
|
|
@@ -1403,6 +1426,7 @@ export declare const accountActionReceiveFromCexSchema: z.ZodEffects<z.ZodObject
|
|
|
1403
1426
|
asset: {
|
|
1404
1427
|
type: "Nft";
|
|
1405
1428
|
id: string;
|
|
1429
|
+
updatedAt: number;
|
|
1406
1430
|
name?: string | undefined;
|
|
1407
1431
|
symbol?: string | undefined;
|
|
1408
1432
|
image?: string | undefined;
|
|
@@ -1501,6 +1525,7 @@ export declare const accountActionReceiveFromCexSchema: z.ZodEffects<z.ZodObject
|
|
|
1501
1525
|
metadata: string | undefined;
|
|
1502
1526
|
type: "Nft";
|
|
1503
1527
|
id: string;
|
|
1528
|
+
updatedAt: number;
|
|
1504
1529
|
};
|
|
1505
1530
|
amount: {
|
|
1506
1531
|
value: bigint;
|
|
@@ -1551,6 +1576,7 @@ export declare const accountActionReceiveFromCexSchema: z.ZodEffects<z.ZodObject
|
|
|
1551
1576
|
asset: {
|
|
1552
1577
|
type: "Nft";
|
|
1553
1578
|
id: string;
|
|
1579
|
+
updatedAt: number;
|
|
1554
1580
|
name?: string | undefined;
|
|
1555
1581
|
symbol?: string | undefined;
|
|
1556
1582
|
image?: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"receiveFromCex.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/ignore/receiveFromCex.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAQvB,eAAO,MAAM,gCAAgC
|
|
1
|
+
{"version":3,"file":"receiveFromCex.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/ignore/receiveFromCex.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAQvB,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAWxC,CAAA;AAEL,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAYvC,CAAA"}
|
|
@@ -367,9 +367,11 @@ export declare const normalActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
|
|
|
367
367
|
symbol: z.ZodOptional<z.ZodString>;
|
|
368
368
|
image: z.ZodOptional<z.ZodString>;
|
|
369
369
|
metadata: z.ZodOptional<z.ZodString>;
|
|
370
|
+
updatedAt: z.ZodNumber;
|
|
370
371
|
}, "strip", z.ZodTypeAny, {
|
|
371
372
|
type: "Nft";
|
|
372
373
|
id: string;
|
|
374
|
+
updatedAt: number;
|
|
373
375
|
name?: string | undefined;
|
|
374
376
|
symbol?: string | undefined;
|
|
375
377
|
image?: string | undefined;
|
|
@@ -377,6 +379,7 @@ export declare const normalActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
|
|
|
377
379
|
}, {
|
|
378
380
|
type: "Nft";
|
|
379
381
|
id: string;
|
|
382
|
+
updatedAt: number;
|
|
380
383
|
name?: string | undefined;
|
|
381
384
|
symbol?: string | undefined;
|
|
382
385
|
image?: string | undefined;
|
|
@@ -388,9 +391,11 @@ export declare const normalActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
|
|
|
388
391
|
metadata: string | undefined;
|
|
389
392
|
type: "Nft";
|
|
390
393
|
id: string;
|
|
394
|
+
updatedAt: number;
|
|
391
395
|
}, {
|
|
392
396
|
type: "Nft";
|
|
393
397
|
id: string;
|
|
398
|
+
updatedAt: number;
|
|
394
399
|
name?: string | undefined;
|
|
395
400
|
symbol?: string | undefined;
|
|
396
401
|
image?: string | undefined;
|
|
@@ -404,6 +409,7 @@ export declare const normalActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
|
|
|
404
409
|
metadata: string | undefined;
|
|
405
410
|
type: "Nft";
|
|
406
411
|
id: string;
|
|
412
|
+
updatedAt: number;
|
|
407
413
|
};
|
|
408
414
|
amount: {
|
|
409
415
|
value: bigint;
|
|
@@ -425,6 +431,7 @@ export declare const normalActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
|
|
|
425
431
|
asset: {
|
|
426
432
|
type: "Nft";
|
|
427
433
|
id: string;
|
|
434
|
+
updatedAt: number;
|
|
428
435
|
name?: string | undefined;
|
|
429
436
|
symbol?: string | undefined;
|
|
430
437
|
image?: string | undefined;
|
|
@@ -465,6 +472,7 @@ export declare const normalActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
|
|
|
465
472
|
metadata: string | undefined;
|
|
466
473
|
type: "Nft";
|
|
467
474
|
id: string;
|
|
475
|
+
updatedAt: number;
|
|
468
476
|
};
|
|
469
477
|
amount: {
|
|
470
478
|
value: bigint;
|
|
@@ -475,6 +483,7 @@ export declare const normalActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
|
|
|
475
483
|
asset: {
|
|
476
484
|
type: "Nft";
|
|
477
485
|
id: string;
|
|
486
|
+
updatedAt: number;
|
|
478
487
|
name?: string | undefined;
|
|
479
488
|
symbol?: string | undefined;
|
|
480
489
|
image?: string | undefined;
|
|
@@ -553,6 +562,7 @@ export declare const normalActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
|
|
|
553
562
|
metadata: string | undefined;
|
|
554
563
|
type: "Nft";
|
|
555
564
|
id: string;
|
|
565
|
+
updatedAt: number;
|
|
556
566
|
};
|
|
557
567
|
amount: {
|
|
558
568
|
value: bigint;
|
|
@@ -610,6 +620,7 @@ export declare const normalActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
|
|
|
610
620
|
asset: {
|
|
611
621
|
type: "Nft";
|
|
612
622
|
id: string;
|
|
623
|
+
updatedAt: number;
|
|
613
624
|
name?: string | undefined;
|
|
614
625
|
symbol?: string | undefined;
|
|
615
626
|
image?: string | undefined;
|
|
@@ -706,6 +717,7 @@ export declare const normalActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
|
|
|
706
717
|
metadata: string | undefined;
|
|
707
718
|
type: "Nft";
|
|
708
719
|
id: string;
|
|
720
|
+
updatedAt: number;
|
|
709
721
|
};
|
|
710
722
|
amount: {
|
|
711
723
|
value: bigint;
|
|
@@ -754,6 +766,7 @@ export declare const normalActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
|
|
|
754
766
|
asset: {
|
|
755
767
|
type: "Nft";
|
|
756
768
|
id: string;
|
|
769
|
+
updatedAt: number;
|
|
757
770
|
name?: string | undefined;
|
|
758
771
|
symbol?: string | undefined;
|
|
759
772
|
image?: string | undefined;
|
|
@@ -1156,9 +1169,11 @@ export declare const accountActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1156
1169
|
symbol: z.ZodOptional<z.ZodString>;
|
|
1157
1170
|
image: z.ZodOptional<z.ZodString>;
|
|
1158
1171
|
metadata: z.ZodOptional<z.ZodString>;
|
|
1172
|
+
updatedAt: z.ZodNumber;
|
|
1159
1173
|
}, "strip", z.ZodTypeAny, {
|
|
1160
1174
|
type: "Nft";
|
|
1161
1175
|
id: string;
|
|
1176
|
+
updatedAt: number;
|
|
1162
1177
|
name?: string | undefined;
|
|
1163
1178
|
symbol?: string | undefined;
|
|
1164
1179
|
image?: string | undefined;
|
|
@@ -1166,6 +1181,7 @@ export declare const accountActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1166
1181
|
}, {
|
|
1167
1182
|
type: "Nft";
|
|
1168
1183
|
id: string;
|
|
1184
|
+
updatedAt: number;
|
|
1169
1185
|
name?: string | undefined;
|
|
1170
1186
|
symbol?: string | undefined;
|
|
1171
1187
|
image?: string | undefined;
|
|
@@ -1177,9 +1193,11 @@ export declare const accountActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1177
1193
|
metadata: string | undefined;
|
|
1178
1194
|
type: "Nft";
|
|
1179
1195
|
id: string;
|
|
1196
|
+
updatedAt: number;
|
|
1180
1197
|
}, {
|
|
1181
1198
|
type: "Nft";
|
|
1182
1199
|
id: string;
|
|
1200
|
+
updatedAt: number;
|
|
1183
1201
|
name?: string | undefined;
|
|
1184
1202
|
symbol?: string | undefined;
|
|
1185
1203
|
image?: string | undefined;
|
|
@@ -1193,6 +1211,7 @@ export declare const accountActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1193
1211
|
metadata: string | undefined;
|
|
1194
1212
|
type: "Nft";
|
|
1195
1213
|
id: string;
|
|
1214
|
+
updatedAt: number;
|
|
1196
1215
|
};
|
|
1197
1216
|
amount: {
|
|
1198
1217
|
value: bigint;
|
|
@@ -1214,6 +1233,7 @@ export declare const accountActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1214
1233
|
asset: {
|
|
1215
1234
|
type: "Nft";
|
|
1216
1235
|
id: string;
|
|
1236
|
+
updatedAt: number;
|
|
1217
1237
|
name?: string | undefined;
|
|
1218
1238
|
symbol?: string | undefined;
|
|
1219
1239
|
image?: string | undefined;
|
|
@@ -1254,6 +1274,7 @@ export declare const accountActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1254
1274
|
metadata: string | undefined;
|
|
1255
1275
|
type: "Nft";
|
|
1256
1276
|
id: string;
|
|
1277
|
+
updatedAt: number;
|
|
1257
1278
|
};
|
|
1258
1279
|
amount: {
|
|
1259
1280
|
value: bigint;
|
|
@@ -1264,6 +1285,7 @@ export declare const accountActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1264
1285
|
asset: {
|
|
1265
1286
|
type: "Nft";
|
|
1266
1287
|
id: string;
|
|
1288
|
+
updatedAt: number;
|
|
1267
1289
|
name?: string | undefined;
|
|
1268
1290
|
symbol?: string | undefined;
|
|
1269
1291
|
image?: string | undefined;
|
|
@@ -1344,6 +1366,7 @@ export declare const accountActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1344
1366
|
metadata: string | undefined;
|
|
1345
1367
|
type: "Nft";
|
|
1346
1368
|
id: string;
|
|
1369
|
+
updatedAt: number;
|
|
1347
1370
|
};
|
|
1348
1371
|
amount: {
|
|
1349
1372
|
value: bigint;
|
|
@@ -1403,6 +1426,7 @@ export declare const accountActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1403
1426
|
asset: {
|
|
1404
1427
|
type: "Nft";
|
|
1405
1428
|
id: string;
|
|
1429
|
+
updatedAt: number;
|
|
1406
1430
|
name?: string | undefined;
|
|
1407
1431
|
symbol?: string | undefined;
|
|
1408
1432
|
image?: string | undefined;
|
|
@@ -1501,6 +1525,7 @@ export declare const accountActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1501
1525
|
metadata: string | undefined;
|
|
1502
1526
|
type: "Nft";
|
|
1503
1527
|
id: string;
|
|
1528
|
+
updatedAt: number;
|
|
1504
1529
|
};
|
|
1505
1530
|
amount: {
|
|
1506
1531
|
value: bigint;
|
|
@@ -1551,6 +1576,7 @@ export declare const accountActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1551
1576
|
asset: {
|
|
1552
1577
|
type: "Nft";
|
|
1553
1578
|
id: string;
|
|
1579
|
+
updatedAt: number;
|
|
1554
1580
|
name?: string | undefined;
|
|
1555
1581
|
symbol?: string | undefined;
|
|
1556
1582
|
image?: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sendToCex.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/ignore/sendToCex.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAQvB,eAAO,MAAM,2BAA2B
|
|
1
|
+
{"version":3,"file":"sendToCex.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/ignore/sendToCex.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAQvB,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAWnC,CAAA;AAEL,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAWpC,CAAA"}
|