@0xtorch/core 0.0.26 → 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/_cjs/utils/rest.js +0 -12
- package/_cjs/utils/rest.js.map +1 -1
- package/_esm/assets/schemas/nft.js +1 -0
- package/_esm/assets/schemas/nft.js.map +1 -1
- package/_esm/utils/rest.js +0 -12
- package/_esm/utils/rest.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/_types/utils/rest.d.ts.map +1 -1
- package/assets/schemas/nft.ts +1 -0
- package/package.json +1 -1
- package/utils/rest.ts +0 -11
|
@@ -211,9 +211,11 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
211
211
|
symbol: z.ZodOptional<z.ZodString>;
|
|
212
212
|
image: z.ZodOptional<z.ZodString>;
|
|
213
213
|
metadata: z.ZodOptional<z.ZodString>;
|
|
214
|
+
updatedAt: z.ZodNumber;
|
|
214
215
|
}, "strip", z.ZodTypeAny, {
|
|
215
216
|
type: "Nft";
|
|
216
217
|
id: string;
|
|
218
|
+
updatedAt: number;
|
|
217
219
|
name?: string | undefined;
|
|
218
220
|
symbol?: string | undefined;
|
|
219
221
|
image?: string | undefined;
|
|
@@ -221,6 +223,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
221
223
|
}, {
|
|
222
224
|
type: "Nft";
|
|
223
225
|
id: string;
|
|
226
|
+
updatedAt: number;
|
|
224
227
|
name?: string | undefined;
|
|
225
228
|
symbol?: string | undefined;
|
|
226
229
|
image?: string | undefined;
|
|
@@ -232,9 +235,11 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
232
235
|
metadata: string | undefined;
|
|
233
236
|
type: "Nft";
|
|
234
237
|
id: string;
|
|
238
|
+
updatedAt: number;
|
|
235
239
|
}, {
|
|
236
240
|
type: "Nft";
|
|
237
241
|
id: string;
|
|
242
|
+
updatedAt: number;
|
|
238
243
|
name?: string | undefined;
|
|
239
244
|
symbol?: string | undefined;
|
|
240
245
|
image?: string | undefined;
|
|
@@ -279,6 +284,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
279
284
|
metadata: string | undefined;
|
|
280
285
|
type: "Nft";
|
|
281
286
|
id: string;
|
|
287
|
+
updatedAt: number;
|
|
282
288
|
};
|
|
283
289
|
amount: {
|
|
284
290
|
value: bigint;
|
|
@@ -320,6 +326,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
320
326
|
} | {
|
|
321
327
|
type: "Nft";
|
|
322
328
|
id: string;
|
|
329
|
+
updatedAt: number;
|
|
323
330
|
name?: string | undefined;
|
|
324
331
|
symbol?: string | undefined;
|
|
325
332
|
image?: string | undefined;
|
|
@@ -380,6 +387,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
380
387
|
metadata: string | undefined;
|
|
381
388
|
type: "Nft";
|
|
382
389
|
id: string;
|
|
390
|
+
updatedAt: number;
|
|
383
391
|
};
|
|
384
392
|
amount: {
|
|
385
393
|
value: bigint;
|
|
@@ -410,6 +418,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
410
418
|
} | {
|
|
411
419
|
type: "Nft";
|
|
412
420
|
id: string;
|
|
421
|
+
updatedAt: number;
|
|
413
422
|
name?: string | undefined;
|
|
414
423
|
symbol?: string | undefined;
|
|
415
424
|
image?: string | undefined;
|
|
@@ -602,9 +611,11 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
602
611
|
symbol: z.ZodOptional<z.ZodString>;
|
|
603
612
|
image: z.ZodOptional<z.ZodString>;
|
|
604
613
|
metadata: z.ZodOptional<z.ZodString>;
|
|
614
|
+
updatedAt: z.ZodNumber;
|
|
605
615
|
}, "strip", z.ZodTypeAny, {
|
|
606
616
|
type: "Nft";
|
|
607
617
|
id: string;
|
|
618
|
+
updatedAt: number;
|
|
608
619
|
name?: string | undefined;
|
|
609
620
|
symbol?: string | undefined;
|
|
610
621
|
image?: string | undefined;
|
|
@@ -612,6 +623,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
612
623
|
}, {
|
|
613
624
|
type: "Nft";
|
|
614
625
|
id: string;
|
|
626
|
+
updatedAt: number;
|
|
615
627
|
name?: string | undefined;
|
|
616
628
|
symbol?: string | undefined;
|
|
617
629
|
image?: string | undefined;
|
|
@@ -623,9 +635,11 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
623
635
|
metadata: string | undefined;
|
|
624
636
|
type: "Nft";
|
|
625
637
|
id: string;
|
|
638
|
+
updatedAt: number;
|
|
626
639
|
}, {
|
|
627
640
|
type: "Nft";
|
|
628
641
|
id: string;
|
|
642
|
+
updatedAt: number;
|
|
629
643
|
name?: string | undefined;
|
|
630
644
|
symbol?: string | undefined;
|
|
631
645
|
image?: string | undefined;
|
|
@@ -670,6 +684,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
670
684
|
metadata: string | undefined;
|
|
671
685
|
type: "Nft";
|
|
672
686
|
id: string;
|
|
687
|
+
updatedAt: number;
|
|
673
688
|
};
|
|
674
689
|
amount: {
|
|
675
690
|
value: bigint;
|
|
@@ -711,6 +726,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
711
726
|
} | {
|
|
712
727
|
type: "Nft";
|
|
713
728
|
id: string;
|
|
729
|
+
updatedAt: number;
|
|
714
730
|
name?: string | undefined;
|
|
715
731
|
symbol?: string | undefined;
|
|
716
732
|
image?: string | undefined;
|
|
@@ -771,6 +787,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
771
787
|
metadata: string | undefined;
|
|
772
788
|
type: "Nft";
|
|
773
789
|
id: string;
|
|
790
|
+
updatedAt: number;
|
|
774
791
|
};
|
|
775
792
|
amount: {
|
|
776
793
|
value: bigint;
|
|
@@ -801,6 +818,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
801
818
|
} | {
|
|
802
819
|
type: "Nft";
|
|
803
820
|
id: string;
|
|
821
|
+
updatedAt: number;
|
|
804
822
|
name?: string | undefined;
|
|
805
823
|
symbol?: string | undefined;
|
|
806
824
|
image?: string | undefined;
|
|
@@ -993,9 +1011,11 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
993
1011
|
symbol: z.ZodOptional<z.ZodString>;
|
|
994
1012
|
image: z.ZodOptional<z.ZodString>;
|
|
995
1013
|
metadata: z.ZodOptional<z.ZodString>;
|
|
1014
|
+
updatedAt: z.ZodNumber;
|
|
996
1015
|
}, "strip", z.ZodTypeAny, {
|
|
997
1016
|
type: "Nft";
|
|
998
1017
|
id: string;
|
|
1018
|
+
updatedAt: number;
|
|
999
1019
|
name?: string | undefined;
|
|
1000
1020
|
symbol?: string | undefined;
|
|
1001
1021
|
image?: string | undefined;
|
|
@@ -1003,6 +1023,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1003
1023
|
}, {
|
|
1004
1024
|
type: "Nft";
|
|
1005
1025
|
id: string;
|
|
1026
|
+
updatedAt: number;
|
|
1006
1027
|
name?: string | undefined;
|
|
1007
1028
|
symbol?: string | undefined;
|
|
1008
1029
|
image?: string | undefined;
|
|
@@ -1014,9 +1035,11 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1014
1035
|
metadata: string | undefined;
|
|
1015
1036
|
type: "Nft";
|
|
1016
1037
|
id: string;
|
|
1038
|
+
updatedAt: number;
|
|
1017
1039
|
}, {
|
|
1018
1040
|
type: "Nft";
|
|
1019
1041
|
id: string;
|
|
1042
|
+
updatedAt: number;
|
|
1020
1043
|
name?: string | undefined;
|
|
1021
1044
|
symbol?: string | undefined;
|
|
1022
1045
|
image?: string | undefined;
|
|
@@ -1061,6 +1084,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1061
1084
|
metadata: string | undefined;
|
|
1062
1085
|
type: "Nft";
|
|
1063
1086
|
id: string;
|
|
1087
|
+
updatedAt: number;
|
|
1064
1088
|
};
|
|
1065
1089
|
amount: {
|
|
1066
1090
|
value: bigint;
|
|
@@ -1102,6 +1126,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1102
1126
|
} | {
|
|
1103
1127
|
type: "Nft";
|
|
1104
1128
|
id: string;
|
|
1129
|
+
updatedAt: number;
|
|
1105
1130
|
name?: string | undefined;
|
|
1106
1131
|
symbol?: string | undefined;
|
|
1107
1132
|
image?: string | undefined;
|
|
@@ -1162,6 +1187,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1162
1187
|
metadata: string | undefined;
|
|
1163
1188
|
type: "Nft";
|
|
1164
1189
|
id: string;
|
|
1190
|
+
updatedAt: number;
|
|
1165
1191
|
};
|
|
1166
1192
|
amount: {
|
|
1167
1193
|
value: bigint;
|
|
@@ -1192,6 +1218,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1192
1218
|
} | {
|
|
1193
1219
|
type: "Nft";
|
|
1194
1220
|
id: string;
|
|
1221
|
+
updatedAt: number;
|
|
1195
1222
|
name?: string | undefined;
|
|
1196
1223
|
symbol?: string | undefined;
|
|
1197
1224
|
image?: string | undefined;
|
|
@@ -1259,6 +1286,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1259
1286
|
metadata: string | undefined;
|
|
1260
1287
|
type: "Nft";
|
|
1261
1288
|
id: string;
|
|
1289
|
+
updatedAt: number;
|
|
1262
1290
|
};
|
|
1263
1291
|
amount: {
|
|
1264
1292
|
value: bigint;
|
|
@@ -1304,6 +1332,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1304
1332
|
metadata: string | undefined;
|
|
1305
1333
|
type: "Nft";
|
|
1306
1334
|
id: string;
|
|
1335
|
+
updatedAt: number;
|
|
1307
1336
|
};
|
|
1308
1337
|
amount: {
|
|
1309
1338
|
value: bigint;
|
|
@@ -1349,6 +1378,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1349
1378
|
metadata: string | undefined;
|
|
1350
1379
|
type: "Nft";
|
|
1351
1380
|
id: string;
|
|
1381
|
+
updatedAt: number;
|
|
1352
1382
|
};
|
|
1353
1383
|
amount: {
|
|
1354
1384
|
value: bigint;
|
|
@@ -1394,6 +1424,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1394
1424
|
} | {
|
|
1395
1425
|
type: "Nft";
|
|
1396
1426
|
id: string;
|
|
1427
|
+
updatedAt: number;
|
|
1397
1428
|
name?: string | undefined;
|
|
1398
1429
|
symbol?: string | undefined;
|
|
1399
1430
|
image?: string | undefined;
|
|
@@ -1439,6 +1470,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1439
1470
|
} | {
|
|
1440
1471
|
type: "Nft";
|
|
1441
1472
|
id: string;
|
|
1473
|
+
updatedAt: number;
|
|
1442
1474
|
name?: string | undefined;
|
|
1443
1475
|
symbol?: string | undefined;
|
|
1444
1476
|
image?: string | undefined;
|
|
@@ -1484,6 +1516,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1484
1516
|
} | {
|
|
1485
1517
|
type: "Nft";
|
|
1486
1518
|
id: string;
|
|
1519
|
+
updatedAt: number;
|
|
1487
1520
|
name?: string | undefined;
|
|
1488
1521
|
symbol?: string | undefined;
|
|
1489
1522
|
image?: string | undefined;
|
|
@@ -1568,6 +1601,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1568
1601
|
metadata: string | undefined;
|
|
1569
1602
|
type: "Nft";
|
|
1570
1603
|
id: string;
|
|
1604
|
+
updatedAt: number;
|
|
1571
1605
|
};
|
|
1572
1606
|
amount: {
|
|
1573
1607
|
value: bigint;
|
|
@@ -1613,6 +1647,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1613
1647
|
metadata: string | undefined;
|
|
1614
1648
|
type: "Nft";
|
|
1615
1649
|
id: string;
|
|
1650
|
+
updatedAt: number;
|
|
1616
1651
|
};
|
|
1617
1652
|
amount: {
|
|
1618
1653
|
value: bigint;
|
|
@@ -1658,6 +1693,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1658
1693
|
metadata: string | undefined;
|
|
1659
1694
|
type: "Nft";
|
|
1660
1695
|
id: string;
|
|
1696
|
+
updatedAt: number;
|
|
1661
1697
|
};
|
|
1662
1698
|
amount: {
|
|
1663
1699
|
value: bigint;
|
|
@@ -1694,6 +1730,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1694
1730
|
} | {
|
|
1695
1731
|
type: "Nft";
|
|
1696
1732
|
id: string;
|
|
1733
|
+
updatedAt: number;
|
|
1697
1734
|
name?: string | undefined;
|
|
1698
1735
|
symbol?: string | undefined;
|
|
1699
1736
|
image?: string | undefined;
|
|
@@ -1739,6 +1776,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1739
1776
|
} | {
|
|
1740
1777
|
type: "Nft";
|
|
1741
1778
|
id: string;
|
|
1779
|
+
updatedAt: number;
|
|
1742
1780
|
name?: string | undefined;
|
|
1743
1781
|
symbol?: string | undefined;
|
|
1744
1782
|
image?: string | undefined;
|
|
@@ -1784,6 +1822,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1784
1822
|
} | {
|
|
1785
1823
|
type: "Nft";
|
|
1786
1824
|
id: string;
|
|
1825
|
+
updatedAt: number;
|
|
1787
1826
|
name?: string | undefined;
|
|
1788
1827
|
symbol?: string | undefined;
|
|
1789
1828
|
image?: string | undefined;
|
|
@@ -2031,9 +2070,11 @@ export declare const accountActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2031
2070
|
symbol: z.ZodOptional<z.ZodString>;
|
|
2032
2071
|
image: z.ZodOptional<z.ZodString>;
|
|
2033
2072
|
metadata: z.ZodOptional<z.ZodString>;
|
|
2073
|
+
updatedAt: z.ZodNumber;
|
|
2034
2074
|
}, "strip", z.ZodTypeAny, {
|
|
2035
2075
|
type: "Nft";
|
|
2036
2076
|
id: string;
|
|
2077
|
+
updatedAt: number;
|
|
2037
2078
|
name?: string | undefined;
|
|
2038
2079
|
symbol?: string | undefined;
|
|
2039
2080
|
image?: string | undefined;
|
|
@@ -2041,6 +2082,7 @@ export declare const accountActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2041
2082
|
}, {
|
|
2042
2083
|
type: "Nft";
|
|
2043
2084
|
id: string;
|
|
2085
|
+
updatedAt: number;
|
|
2044
2086
|
name?: string | undefined;
|
|
2045
2087
|
symbol?: string | undefined;
|
|
2046
2088
|
image?: string | undefined;
|
|
@@ -2052,9 +2094,11 @@ export declare const accountActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2052
2094
|
metadata: string | undefined;
|
|
2053
2095
|
type: "Nft";
|
|
2054
2096
|
id: string;
|
|
2097
|
+
updatedAt: number;
|
|
2055
2098
|
}, {
|
|
2056
2099
|
type: "Nft";
|
|
2057
2100
|
id: string;
|
|
2101
|
+
updatedAt: number;
|
|
2058
2102
|
name?: string | undefined;
|
|
2059
2103
|
symbol?: string | undefined;
|
|
2060
2104
|
image?: string | undefined;
|
|
@@ -2099,6 +2143,7 @@ export declare const accountActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2099
2143
|
metadata: string | undefined;
|
|
2100
2144
|
type: "Nft";
|
|
2101
2145
|
id: string;
|
|
2146
|
+
updatedAt: number;
|
|
2102
2147
|
};
|
|
2103
2148
|
amount: {
|
|
2104
2149
|
value: bigint;
|
|
@@ -2140,6 +2185,7 @@ export declare const accountActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2140
2185
|
} | {
|
|
2141
2186
|
type: "Nft";
|
|
2142
2187
|
id: string;
|
|
2188
|
+
updatedAt: number;
|
|
2143
2189
|
name?: string | undefined;
|
|
2144
2190
|
symbol?: string | undefined;
|
|
2145
2191
|
image?: string | undefined;
|
|
@@ -2200,6 +2246,7 @@ export declare const accountActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2200
2246
|
metadata: string | undefined;
|
|
2201
2247
|
type: "Nft";
|
|
2202
2248
|
id: string;
|
|
2249
|
+
updatedAt: number;
|
|
2203
2250
|
};
|
|
2204
2251
|
amount: {
|
|
2205
2252
|
value: bigint;
|
|
@@ -2230,6 +2277,7 @@ export declare const accountActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2230
2277
|
} | {
|
|
2231
2278
|
type: "Nft";
|
|
2232
2279
|
id: string;
|
|
2280
|
+
updatedAt: number;
|
|
2233
2281
|
name?: string | undefined;
|
|
2234
2282
|
symbol?: string | undefined;
|
|
2235
2283
|
image?: string | undefined;
|
|
@@ -2298,6 +2346,7 @@ export declare const accountActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2298
2346
|
metadata: string | undefined;
|
|
2299
2347
|
type: "Nft";
|
|
2300
2348
|
id: string;
|
|
2349
|
+
updatedAt: number;
|
|
2301
2350
|
};
|
|
2302
2351
|
amount: {
|
|
2303
2352
|
value: bigint;
|
|
@@ -2345,6 +2394,7 @@ export declare const accountActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2345
2394
|
} | {
|
|
2346
2395
|
type: "Nft";
|
|
2347
2396
|
id: string;
|
|
2397
|
+
updatedAt: number;
|
|
2348
2398
|
name?: string | undefined;
|
|
2349
2399
|
symbol?: string | undefined;
|
|
2350
2400
|
image?: string | undefined;
|
|
@@ -2431,6 +2481,7 @@ export declare const accountActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2431
2481
|
metadata: string | undefined;
|
|
2432
2482
|
type: "Nft";
|
|
2433
2483
|
id: string;
|
|
2484
|
+
updatedAt: number;
|
|
2434
2485
|
};
|
|
2435
2486
|
amount: {
|
|
2436
2487
|
value: bigint;
|
|
@@ -2469,6 +2520,7 @@ export declare const accountActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2469
2520
|
} | {
|
|
2470
2521
|
type: "Nft";
|
|
2471
2522
|
id: string;
|
|
2523
|
+
updatedAt: number;
|
|
2472
2524
|
name?: string | undefined;
|
|
2473
2525
|
symbol?: string | undefined;
|
|
2474
2526
|
image?: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"transfer.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/transfer/transfer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAOvB,eAAO,MAAM,0BAA0B
|
|
1
|
+
{"version":3,"file":"transfer.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/transfer/transfer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAOvB,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAQlC,CAAA;AAEL,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EASnC,CAAA"}
|
|
@@ -48,9 +48,11 @@ export declare const normalActionValuedownSchema: z.ZodEffects<z.ZodObject<{
|
|
|
48
48
|
symbol: z.ZodOptional<z.ZodString>;
|
|
49
49
|
image: z.ZodOptional<z.ZodString>;
|
|
50
50
|
metadata: z.ZodOptional<z.ZodString>;
|
|
51
|
+
updatedAt: z.ZodNumber;
|
|
51
52
|
}, "strip", z.ZodTypeAny, {
|
|
52
53
|
type: "Nft";
|
|
53
54
|
id: string;
|
|
55
|
+
updatedAt: number;
|
|
54
56
|
name?: string | undefined;
|
|
55
57
|
symbol?: string | undefined;
|
|
56
58
|
image?: string | undefined;
|
|
@@ -58,6 +60,7 @@ export declare const normalActionValuedownSchema: z.ZodEffects<z.ZodObject<{
|
|
|
58
60
|
}, {
|
|
59
61
|
type: "Nft";
|
|
60
62
|
id: string;
|
|
63
|
+
updatedAt: number;
|
|
61
64
|
name?: string | undefined;
|
|
62
65
|
symbol?: string | undefined;
|
|
63
66
|
image?: string | undefined;
|
|
@@ -69,9 +72,11 @@ export declare const normalActionValuedownSchema: z.ZodEffects<z.ZodObject<{
|
|
|
69
72
|
metadata: string | undefined;
|
|
70
73
|
type: "Nft";
|
|
71
74
|
id: string;
|
|
75
|
+
updatedAt: number;
|
|
72
76
|
}, {
|
|
73
77
|
type: "Nft";
|
|
74
78
|
id: string;
|
|
79
|
+
updatedAt: number;
|
|
75
80
|
name?: string | undefined;
|
|
76
81
|
symbol?: string | undefined;
|
|
77
82
|
image?: string | undefined;
|
|
@@ -248,9 +253,11 @@ export declare const normalActionValuedownSchema: z.ZodEffects<z.ZodObject<{
|
|
|
248
253
|
symbol: z.ZodOptional<z.ZodString>;
|
|
249
254
|
image: z.ZodOptional<z.ZodString>;
|
|
250
255
|
metadata: z.ZodOptional<z.ZodString>;
|
|
256
|
+
updatedAt: z.ZodNumber;
|
|
251
257
|
}, "strip", z.ZodTypeAny, {
|
|
252
258
|
type: "Nft";
|
|
253
259
|
id: string;
|
|
260
|
+
updatedAt: number;
|
|
254
261
|
name?: string | undefined;
|
|
255
262
|
symbol?: string | undefined;
|
|
256
263
|
image?: string | undefined;
|
|
@@ -258,6 +265,7 @@ export declare const normalActionValuedownSchema: z.ZodEffects<z.ZodObject<{
|
|
|
258
265
|
}, {
|
|
259
266
|
type: "Nft";
|
|
260
267
|
id: string;
|
|
268
|
+
updatedAt: number;
|
|
261
269
|
name?: string | undefined;
|
|
262
270
|
symbol?: string | undefined;
|
|
263
271
|
image?: string | undefined;
|
|
@@ -269,9 +277,11 @@ export declare const normalActionValuedownSchema: z.ZodEffects<z.ZodObject<{
|
|
|
269
277
|
metadata: string | undefined;
|
|
270
278
|
type: "Nft";
|
|
271
279
|
id: string;
|
|
280
|
+
updatedAt: number;
|
|
272
281
|
}, {
|
|
273
282
|
type: "Nft";
|
|
274
283
|
id: string;
|
|
284
|
+
updatedAt: number;
|
|
275
285
|
name?: string | undefined;
|
|
276
286
|
symbol?: string | undefined;
|
|
277
287
|
image?: string | undefined;
|
|
@@ -316,6 +326,7 @@ export declare const normalActionValuedownSchema: z.ZodEffects<z.ZodObject<{
|
|
|
316
326
|
metadata: string | undefined;
|
|
317
327
|
type: "Nft";
|
|
318
328
|
id: string;
|
|
329
|
+
updatedAt: number;
|
|
319
330
|
};
|
|
320
331
|
amount: {
|
|
321
332
|
value: bigint;
|
|
@@ -357,6 +368,7 @@ export declare const normalActionValuedownSchema: z.ZodEffects<z.ZodObject<{
|
|
|
357
368
|
} | {
|
|
358
369
|
type: "Nft";
|
|
359
370
|
id: string;
|
|
371
|
+
updatedAt: number;
|
|
360
372
|
name?: string | undefined;
|
|
361
373
|
symbol?: string | undefined;
|
|
362
374
|
image?: string | undefined;
|
|
@@ -417,6 +429,7 @@ export declare const normalActionValuedownSchema: z.ZodEffects<z.ZodObject<{
|
|
|
417
429
|
metadata: string | undefined;
|
|
418
430
|
type: "Nft";
|
|
419
431
|
id: string;
|
|
432
|
+
updatedAt: number;
|
|
420
433
|
};
|
|
421
434
|
amount: {
|
|
422
435
|
value: bigint;
|
|
@@ -447,6 +460,7 @@ export declare const normalActionValuedownSchema: z.ZodEffects<z.ZodObject<{
|
|
|
447
460
|
} | {
|
|
448
461
|
type: "Nft";
|
|
449
462
|
id: string;
|
|
463
|
+
updatedAt: number;
|
|
450
464
|
name?: string | undefined;
|
|
451
465
|
symbol?: string | undefined;
|
|
452
466
|
image?: string | undefined;
|
|
@@ -513,6 +527,7 @@ export declare const normalActionValuedownSchema: z.ZodEffects<z.ZodObject<{
|
|
|
513
527
|
metadata: string | undefined;
|
|
514
528
|
type: "Nft";
|
|
515
529
|
id: string;
|
|
530
|
+
updatedAt: number;
|
|
516
531
|
};
|
|
517
532
|
amount: {
|
|
518
533
|
value: bigint;
|
|
@@ -527,6 +542,7 @@ export declare const normalActionValuedownSchema: z.ZodEffects<z.ZodObject<{
|
|
|
527
542
|
metadata: string | undefined;
|
|
528
543
|
type: "Nft";
|
|
529
544
|
id: string;
|
|
545
|
+
updatedAt: number;
|
|
530
546
|
};
|
|
531
547
|
comment?: string | undefined;
|
|
532
548
|
app?: {
|
|
@@ -566,6 +582,7 @@ export declare const normalActionValuedownSchema: z.ZodEffects<z.ZodObject<{
|
|
|
566
582
|
} | {
|
|
567
583
|
type: "Nft";
|
|
568
584
|
id: string;
|
|
585
|
+
updatedAt: number;
|
|
569
586
|
name?: string | undefined;
|
|
570
587
|
symbol?: string | undefined;
|
|
571
588
|
image?: string | undefined;
|
|
@@ -591,6 +608,7 @@ export declare const normalActionValuedownSchema: z.ZodEffects<z.ZodObject<{
|
|
|
591
608
|
target: {
|
|
592
609
|
type: "Nft";
|
|
593
610
|
id: string;
|
|
611
|
+
updatedAt: number;
|
|
594
612
|
name?: string | undefined;
|
|
595
613
|
symbol?: string | undefined;
|
|
596
614
|
image?: string | undefined;
|
|
@@ -658,6 +676,7 @@ export declare const normalActionValuedownSchema: z.ZodEffects<z.ZodObject<{
|
|
|
658
676
|
metadata: string | undefined;
|
|
659
677
|
type: "Nft";
|
|
660
678
|
id: string;
|
|
679
|
+
updatedAt: number;
|
|
661
680
|
};
|
|
662
681
|
amount: {
|
|
663
682
|
value: bigint;
|
|
@@ -672,6 +691,7 @@ export declare const normalActionValuedownSchema: z.ZodEffects<z.ZodObject<{
|
|
|
672
691
|
metadata: string | undefined;
|
|
673
692
|
type: "Nft";
|
|
674
693
|
id: string;
|
|
694
|
+
updatedAt: number;
|
|
675
695
|
};
|
|
676
696
|
}, {
|
|
677
697
|
type: "NormalAction";
|
|
@@ -702,6 +722,7 @@ export declare const normalActionValuedownSchema: z.ZodEffects<z.ZodObject<{
|
|
|
702
722
|
} | {
|
|
703
723
|
type: "Nft";
|
|
704
724
|
id: string;
|
|
725
|
+
updatedAt: number;
|
|
705
726
|
name?: string | undefined;
|
|
706
727
|
symbol?: string | undefined;
|
|
707
728
|
image?: string | undefined;
|
|
@@ -727,6 +748,7 @@ export declare const normalActionValuedownSchema: z.ZodEffects<z.ZodObject<{
|
|
|
727
748
|
target: {
|
|
728
749
|
type: "Nft";
|
|
729
750
|
id: string;
|
|
751
|
+
updatedAt: number;
|
|
730
752
|
name?: string | undefined;
|
|
731
753
|
symbol?: string | undefined;
|
|
732
754
|
image?: string | undefined;
|
|
@@ -793,9 +815,11 @@ export declare const accountActionValuedownSchema: z.ZodEffects<z.ZodObject<{
|
|
|
793
815
|
symbol: z.ZodOptional<z.ZodString>;
|
|
794
816
|
image: z.ZodOptional<z.ZodString>;
|
|
795
817
|
metadata: z.ZodOptional<z.ZodString>;
|
|
818
|
+
updatedAt: z.ZodNumber;
|
|
796
819
|
}, "strip", z.ZodTypeAny, {
|
|
797
820
|
type: "Nft";
|
|
798
821
|
id: string;
|
|
822
|
+
updatedAt: number;
|
|
799
823
|
name?: string | undefined;
|
|
800
824
|
symbol?: string | undefined;
|
|
801
825
|
image?: string | undefined;
|
|
@@ -803,6 +827,7 @@ export declare const accountActionValuedownSchema: z.ZodEffects<z.ZodObject<{
|
|
|
803
827
|
}, {
|
|
804
828
|
type: "Nft";
|
|
805
829
|
id: string;
|
|
830
|
+
updatedAt: number;
|
|
806
831
|
name?: string | undefined;
|
|
807
832
|
symbol?: string | undefined;
|
|
808
833
|
image?: string | undefined;
|
|
@@ -814,9 +839,11 @@ export declare const accountActionValuedownSchema: z.ZodEffects<z.ZodObject<{
|
|
|
814
839
|
metadata: string | undefined;
|
|
815
840
|
type: "Nft";
|
|
816
841
|
id: string;
|
|
842
|
+
updatedAt: number;
|
|
817
843
|
}, {
|
|
818
844
|
type: "Nft";
|
|
819
845
|
id: string;
|
|
846
|
+
updatedAt: number;
|
|
820
847
|
name?: string | undefined;
|
|
821
848
|
symbol?: string | undefined;
|
|
822
849
|
image?: string | undefined;
|
|
@@ -993,9 +1020,11 @@ export declare const accountActionValuedownSchema: z.ZodEffects<z.ZodObject<{
|
|
|
993
1020
|
symbol: z.ZodOptional<z.ZodString>;
|
|
994
1021
|
image: z.ZodOptional<z.ZodString>;
|
|
995
1022
|
metadata: z.ZodOptional<z.ZodString>;
|
|
1023
|
+
updatedAt: z.ZodNumber;
|
|
996
1024
|
}, "strip", z.ZodTypeAny, {
|
|
997
1025
|
type: "Nft";
|
|
998
1026
|
id: string;
|
|
1027
|
+
updatedAt: number;
|
|
999
1028
|
name?: string | undefined;
|
|
1000
1029
|
symbol?: string | undefined;
|
|
1001
1030
|
image?: string | undefined;
|
|
@@ -1003,6 +1032,7 @@ export declare const accountActionValuedownSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1003
1032
|
}, {
|
|
1004
1033
|
type: "Nft";
|
|
1005
1034
|
id: string;
|
|
1035
|
+
updatedAt: number;
|
|
1006
1036
|
name?: string | undefined;
|
|
1007
1037
|
symbol?: string | undefined;
|
|
1008
1038
|
image?: string | undefined;
|
|
@@ -1014,9 +1044,11 @@ export declare const accountActionValuedownSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1014
1044
|
metadata: string | undefined;
|
|
1015
1045
|
type: "Nft";
|
|
1016
1046
|
id: string;
|
|
1047
|
+
updatedAt: number;
|
|
1017
1048
|
}, {
|
|
1018
1049
|
type: "Nft";
|
|
1019
1050
|
id: string;
|
|
1051
|
+
updatedAt: number;
|
|
1020
1052
|
name?: string | undefined;
|
|
1021
1053
|
symbol?: string | undefined;
|
|
1022
1054
|
image?: string | undefined;
|
|
@@ -1061,6 +1093,7 @@ export declare const accountActionValuedownSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1061
1093
|
metadata: string | undefined;
|
|
1062
1094
|
type: "Nft";
|
|
1063
1095
|
id: string;
|
|
1096
|
+
updatedAt: number;
|
|
1064
1097
|
};
|
|
1065
1098
|
amount: {
|
|
1066
1099
|
value: bigint;
|
|
@@ -1102,6 +1135,7 @@ export declare const accountActionValuedownSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1102
1135
|
} | {
|
|
1103
1136
|
type: "Nft";
|
|
1104
1137
|
id: string;
|
|
1138
|
+
updatedAt: number;
|
|
1105
1139
|
name?: string | undefined;
|
|
1106
1140
|
symbol?: string | undefined;
|
|
1107
1141
|
image?: string | undefined;
|
|
@@ -1162,6 +1196,7 @@ export declare const accountActionValuedownSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1162
1196
|
metadata: string | undefined;
|
|
1163
1197
|
type: "Nft";
|
|
1164
1198
|
id: string;
|
|
1199
|
+
updatedAt: number;
|
|
1165
1200
|
};
|
|
1166
1201
|
amount: {
|
|
1167
1202
|
value: bigint;
|
|
@@ -1192,6 +1227,7 @@ export declare const accountActionValuedownSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1192
1227
|
} | {
|
|
1193
1228
|
type: "Nft";
|
|
1194
1229
|
id: string;
|
|
1230
|
+
updatedAt: number;
|
|
1195
1231
|
name?: string | undefined;
|
|
1196
1232
|
symbol?: string | undefined;
|
|
1197
1233
|
image?: string | undefined;
|
|
@@ -1260,6 +1296,7 @@ export declare const accountActionValuedownSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1260
1296
|
metadata: string | undefined;
|
|
1261
1297
|
type: "Nft";
|
|
1262
1298
|
id: string;
|
|
1299
|
+
updatedAt: number;
|
|
1263
1300
|
};
|
|
1264
1301
|
amount: {
|
|
1265
1302
|
value: bigint;
|
|
@@ -1274,6 +1311,7 @@ export declare const accountActionValuedownSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1274
1311
|
metadata: string | undefined;
|
|
1275
1312
|
type: "Nft";
|
|
1276
1313
|
id: string;
|
|
1314
|
+
updatedAt: number;
|
|
1277
1315
|
};
|
|
1278
1316
|
comment?: string | undefined;
|
|
1279
1317
|
app?: {
|
|
@@ -1315,6 +1353,7 @@ export declare const accountActionValuedownSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1315
1353
|
} | {
|
|
1316
1354
|
type: "Nft";
|
|
1317
1355
|
id: string;
|
|
1356
|
+
updatedAt: number;
|
|
1318
1357
|
name?: string | undefined;
|
|
1319
1358
|
symbol?: string | undefined;
|
|
1320
1359
|
image?: string | undefined;
|
|
@@ -1340,6 +1379,7 @@ export declare const accountActionValuedownSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1340
1379
|
target: {
|
|
1341
1380
|
type: "Nft";
|
|
1342
1381
|
id: string;
|
|
1382
|
+
updatedAt: number;
|
|
1343
1383
|
name?: string | undefined;
|
|
1344
1384
|
symbol?: string | undefined;
|
|
1345
1385
|
image?: string | undefined;
|
|
@@ -1409,6 +1449,7 @@ export declare const accountActionValuedownSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1409
1449
|
metadata: string | undefined;
|
|
1410
1450
|
type: "Nft";
|
|
1411
1451
|
id: string;
|
|
1452
|
+
updatedAt: number;
|
|
1412
1453
|
};
|
|
1413
1454
|
amount: {
|
|
1414
1455
|
value: bigint;
|
|
@@ -1423,6 +1464,7 @@ export declare const accountActionValuedownSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1423
1464
|
metadata: string | undefined;
|
|
1424
1465
|
type: "Nft";
|
|
1425
1466
|
id: string;
|
|
1467
|
+
updatedAt: number;
|
|
1426
1468
|
};
|
|
1427
1469
|
}, {
|
|
1428
1470
|
type: "NormalAccountAction";
|
|
@@ -1455,6 +1497,7 @@ export declare const accountActionValuedownSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1455
1497
|
} | {
|
|
1456
1498
|
type: "Nft";
|
|
1457
1499
|
id: string;
|
|
1500
|
+
updatedAt: number;
|
|
1458
1501
|
name?: string | undefined;
|
|
1459
1502
|
symbol?: string | undefined;
|
|
1460
1503
|
image?: string | undefined;
|
|
@@ -1480,6 +1523,7 @@ export declare const accountActionValuedownSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1480
1523
|
target: {
|
|
1481
1524
|
type: "Nft";
|
|
1482
1525
|
id: string;
|
|
1526
|
+
updatedAt: number;
|
|
1483
1527
|
name?: string | undefined;
|
|
1484
1528
|
symbol?: string | undefined;
|
|
1485
1529
|
image?: string | undefined;
|