@0xtorch/core 0.0.21 → 0.0.22
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/actions/parsers/default.js +1 -0
- package/_cjs/actions/parsers/default.js.map +1 -1
- package/_cjs/assets/schemas/nft.js +14 -2
- package/_cjs/assets/schemas/nft.js.map +1 -1
- package/_esm/actions/parsers/default.js +1 -0
- package/_esm/actions/parsers/default.js.map +1 -1
- package/_esm/assets/schemas/nft.js +14 -2
- package/_esm/assets/schemas/nft.js.map +1 -1
- package/_types/actions/parsers/default.d.ts.map +1 -1
- package/_types/actions/schemas/action.d.ts +5541 -95
- package/_types/actions/schemas/action.d.ts.map +1 -1
- package/_types/actions/schemas/borrow/borrow.d.ts +118 -2
- package/_types/actions/schemas/borrow/borrow.d.ts.map +1 -1
- package/_types/actions/schemas/crossActionBundle.d.ts +402 -6
- package/_types/actions/schemas/crossActionBundle.d.ts.map +1 -1
- package/_types/actions/schemas/crossReplace/bridgeFrom.d.ts +118 -2
- package/_types/actions/schemas/crossReplace/bridgeFrom.d.ts.map +1 -1
- package/_types/actions/schemas/crossReplace/bridgeTo.d.ts +118 -2
- package/_types/actions/schemas/crossReplace/bridgeTo.d.ts.map +1 -1
- package/_types/actions/schemas/crossReplace/crossReplace.d.ts +236 -4
- package/_types/actions/schemas/crossReplace/crossReplace.d.ts.map +1 -1
- package/_types/actions/schemas/crossTrade/crossTrade.d.ts +236 -4
- package/_types/actions/schemas/crossTrade/crossTrade.d.ts.map +1 -1
- package/_types/actions/schemas/default/accountAction.d.ts +459 -9
- package/_types/actions/schemas/default/accountAction.d.ts.map +1 -1
- package/_types/actions/schemas/default/normalAction.d.ts +459 -9
- package/_types/actions/schemas/default/normalAction.d.ts.map +1 -1
- package/_types/actions/schemas/default/transfer.d.ts +422 -10
- package/_types/actions/schemas/default/transfer.d.ts.map +1 -1
- package/_types/actions/schemas/deposit/addLiquidity.d.ts +236 -4
- package/_types/actions/schemas/deposit/addLiquidity.d.ts.map +1 -1
- package/_types/actions/schemas/deposit/deposit.d.ts +118 -2
- package/_types/actions/schemas/deposit/deposit.d.ts.map +1 -1
- package/_types/actions/schemas/deposit/depositWithBond.d.ts +236 -4
- package/_types/actions/schemas/deposit/depositWithBond.d.ts.map +1 -1
- package/_types/actions/schemas/deposit/stake.d.ts +118 -2
- package/_types/actions/schemas/deposit/stake.d.ts.map +1 -1
- package/_types/actions/schemas/ignore/ignore.d.ts +177 -3
- package/_types/actions/schemas/ignore/ignore.d.ts.map +1 -1
- package/_types/actions/schemas/ignore/move.d.ts +177 -3
- package/_types/actions/schemas/ignore/move.d.ts.map +1 -1
- package/_types/actions/schemas/ignore/receiveFromCex.d.ts +118 -2
- package/_types/actions/schemas/ignore/receiveFromCex.d.ts.map +1 -1
- package/_types/actions/schemas/ignore/sendToCex.d.ts +118 -2
- package/_types/actions/schemas/ignore/sendToCex.d.ts.map +1 -1
- package/_types/actions/schemas/ignore/spam.d.ts +236 -4
- package/_types/actions/schemas/ignore/spam.d.ts.map +1 -1
- package/_types/actions/schemas/income/freeMintNft.d.ts +118 -2
- package/_types/actions/schemas/income/freeMintNft.d.ts.map +1 -1
- package/_types/actions/schemas/income/income.d.ts +118 -2
- package/_types/actions/schemas/income/income.d.ts.map +1 -1
- package/_types/actions/schemas/income/swapIncome.d.ts +59 -1
- package/_types/actions/schemas/income/swapIncome.d.ts.map +1 -1
- package/_types/actions/schemas/reduce/reduce.d.ts +59 -1
- package/_types/actions/schemas/reduce/reduce.d.ts.map +1 -1
- package/_types/actions/schemas/repayment/repayment.d.ts +118 -2
- package/_types/actions/schemas/repayment/repayment.d.ts.map +1 -1
- package/_types/actions/schemas/repayment/repaymentWithDebt.d.ts +236 -4
- package/_types/actions/schemas/repayment/repaymentWithDebt.d.ts.map +1 -1
- package/_types/actions/schemas/replace/replace.d.ts +236 -4
- package/_types/actions/schemas/replace/replace.d.ts.map +1 -1
- package/_types/actions/schemas/replace/swapNft.d.ts +236 -4
- package/_types/actions/schemas/replace/swapNft.d.ts.map +1 -1
- package/_types/actions/schemas/trade/buyNft.d.ts +118 -2
- package/_types/actions/schemas/trade/buyNft.d.ts.map +1 -1
- package/_types/actions/schemas/trade/mintNft.d.ts +118 -2
- package/_types/actions/schemas/trade/mintNft.d.ts.map +1 -1
- package/_types/actions/schemas/trade/sellNft.d.ts +118 -2
- package/_types/actions/schemas/trade/sellNft.d.ts.map +1 -1
- package/_types/actions/schemas/trade/trade.d.ts +236 -4
- package/_types/actions/schemas/trade/trade.d.ts.map +1 -1
- package/_types/actions/schemas/transfer/swapTransfer.d.ts +59 -1
- package/_types/actions/schemas/transfer/swapTransfer.d.ts.map +1 -1
- package/_types/actions/schemas/transfer/transfer.d.ts +236 -4
- package/_types/actions/schemas/transfer/transfer.d.ts.map +1 -1
- package/_types/actions/schemas/valuedown/valuedown.d.ts +204 -4
- package/_types/actions/schemas/valuedown/valuedown.d.ts.map +1 -1
- package/_types/actions/schemas/valueup/valueup.d.ts +204 -4
- package/_types/actions/schemas/valueup/valueup.d.ts.map +1 -1
- package/_types/actions/schemas/withdraw/removeLiquidity.d.ts +236 -4
- package/_types/actions/schemas/withdraw/removeLiquidity.d.ts.map +1 -1
- package/_types/actions/schemas/withdraw/unstake.d.ts +118 -2
- package/_types/actions/schemas/withdraw/unstake.d.ts.map +1 -1
- package/_types/actions/schemas/withdraw/withdraw.d.ts +118 -2
- package/_types/actions/schemas/withdraw/withdraw.d.ts.map +1 -1
- package/_types/actions/schemas/withdraw/withdrawWithBond.d.ts +236 -4
- package/_types/actions/schemas/withdraw/withdrawWithBond.d.ts.map +1 -1
- package/_types/actions/utils.d.ts +12 -0
- package/_types/actions/utils.d.ts.map +1 -1
- package/_types/assets/schemas/asset.d.ts +27 -1
- package/_types/assets/schemas/asset.d.ts.map +1 -1
- package/_types/assets/schemas/nft.d.ts +27 -1
- package/_types/assets/schemas/nft.d.ts.map +1 -1
- package/_types/setAccountActionPrices.d.ts +204 -0
- package/_types/setAccountActionPrices.d.ts.map +1 -1
- package/actions/parsers/default.ts +1 -0
- package/assets/schemas/nft.ts +16 -4
- package/package.json +1 -1
|
@@ -366,18 +366,48 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
366
366
|
decimals: number;
|
|
367
367
|
}>;
|
|
368
368
|
direction: z.ZodLiteral<"out">;
|
|
369
|
-
asset: z.ZodObject<{
|
|
369
|
+
asset: z.ZodEffects<z.ZodObject<{
|
|
370
370
|
type: z.ZodLiteral<"Nft">;
|
|
371
371
|
id: z.ZodString;
|
|
372
|
+
name: z.ZodOptional<z.ZodString>;
|
|
373
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
374
|
+
image: z.ZodOptional<z.ZodString>;
|
|
375
|
+
metadata: z.ZodOptional<z.ZodString>;
|
|
372
376
|
}, "strip", z.ZodTypeAny, {
|
|
373
377
|
type: "Nft";
|
|
374
378
|
id: string;
|
|
379
|
+
name?: string | undefined;
|
|
380
|
+
symbol?: string | undefined;
|
|
381
|
+
image?: string | undefined;
|
|
382
|
+
metadata?: string | undefined;
|
|
375
383
|
}, {
|
|
376
384
|
type: "Nft";
|
|
377
385
|
id: string;
|
|
386
|
+
name?: string | undefined;
|
|
387
|
+
symbol?: string | undefined;
|
|
388
|
+
image?: string | undefined;
|
|
389
|
+
metadata?: string | undefined;
|
|
390
|
+
}>, {
|
|
391
|
+
name: string | undefined;
|
|
392
|
+
symbol: string | undefined;
|
|
393
|
+
image: string | undefined;
|
|
394
|
+
metadata: string | undefined;
|
|
395
|
+
type: "Nft";
|
|
396
|
+
id: string;
|
|
397
|
+
}, {
|
|
398
|
+
type: "Nft";
|
|
399
|
+
id: string;
|
|
400
|
+
name?: string | undefined;
|
|
401
|
+
symbol?: string | undefined;
|
|
402
|
+
image?: string | undefined;
|
|
403
|
+
metadata?: string | undefined;
|
|
378
404
|
}>;
|
|
379
405
|
}, "strip", z.ZodTypeAny, {
|
|
380
406
|
asset: {
|
|
407
|
+
name: string | undefined;
|
|
408
|
+
symbol: string | undefined;
|
|
409
|
+
image: string | undefined;
|
|
410
|
+
metadata: string | undefined;
|
|
381
411
|
type: "Nft";
|
|
382
412
|
id: string;
|
|
383
413
|
};
|
|
@@ -401,6 +431,10 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
401
431
|
asset: {
|
|
402
432
|
type: "Nft";
|
|
403
433
|
id: string;
|
|
434
|
+
name?: string | undefined;
|
|
435
|
+
symbol?: string | undefined;
|
|
436
|
+
image?: string | undefined;
|
|
437
|
+
metadata?: string | undefined;
|
|
404
438
|
};
|
|
405
439
|
amount: {
|
|
406
440
|
value: bigint;
|
|
@@ -431,6 +465,10 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
431
465
|
timestamp: number;
|
|
432
466
|
} | undefined;
|
|
433
467
|
asset: {
|
|
468
|
+
name: string | undefined;
|
|
469
|
+
symbol: string | undefined;
|
|
470
|
+
image: string | undefined;
|
|
471
|
+
metadata: string | undefined;
|
|
434
472
|
type: "Nft";
|
|
435
473
|
id: string;
|
|
436
474
|
};
|
|
@@ -443,6 +481,10 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
443
481
|
asset: {
|
|
444
482
|
type: "Nft";
|
|
445
483
|
id: string;
|
|
484
|
+
name?: string | undefined;
|
|
485
|
+
symbol?: string | undefined;
|
|
486
|
+
image?: string | undefined;
|
|
487
|
+
metadata?: string | undefined;
|
|
446
488
|
};
|
|
447
489
|
amount: {
|
|
448
490
|
value: bigint;
|
|
@@ -513,6 +555,10 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
513
555
|
timestamp: number;
|
|
514
556
|
} | undefined;
|
|
515
557
|
asset: {
|
|
558
|
+
name: string | undefined;
|
|
559
|
+
symbol: string | undefined;
|
|
560
|
+
image: string | undefined;
|
|
561
|
+
metadata: string | undefined;
|
|
516
562
|
type: "Nft";
|
|
517
563
|
id: string;
|
|
518
564
|
};
|
|
@@ -576,6 +622,10 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
576
622
|
asset: {
|
|
577
623
|
type: "Nft";
|
|
578
624
|
id: string;
|
|
625
|
+
name?: string | undefined;
|
|
626
|
+
symbol?: string | undefined;
|
|
627
|
+
image?: string | undefined;
|
|
628
|
+
metadata?: string | undefined;
|
|
579
629
|
};
|
|
580
630
|
amount: {
|
|
581
631
|
value: bigint;
|
|
@@ -666,6 +716,10 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
666
716
|
timestamp: number;
|
|
667
717
|
} | undefined;
|
|
668
718
|
asset: {
|
|
719
|
+
name: string | undefined;
|
|
720
|
+
symbol: string | undefined;
|
|
721
|
+
image: string | undefined;
|
|
722
|
+
metadata: string | undefined;
|
|
669
723
|
type: "Nft";
|
|
670
724
|
id: string;
|
|
671
725
|
};
|
|
@@ -720,6 +774,10 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
720
774
|
asset: {
|
|
721
775
|
type: "Nft";
|
|
722
776
|
id: string;
|
|
777
|
+
name?: string | undefined;
|
|
778
|
+
symbol?: string | undefined;
|
|
779
|
+
image?: string | undefined;
|
|
780
|
+
metadata?: string | undefined;
|
|
723
781
|
};
|
|
724
782
|
amount: {
|
|
725
783
|
value: bigint;
|
|
@@ -1114,18 +1172,48 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
1114
1172
|
decimals: number;
|
|
1115
1173
|
}>;
|
|
1116
1174
|
direction: z.ZodLiteral<"in">;
|
|
1117
|
-
asset: z.ZodObject<{
|
|
1175
|
+
asset: z.ZodEffects<z.ZodObject<{
|
|
1118
1176
|
type: z.ZodLiteral<"Nft">;
|
|
1119
1177
|
id: z.ZodString;
|
|
1178
|
+
name: z.ZodOptional<z.ZodString>;
|
|
1179
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
1180
|
+
image: z.ZodOptional<z.ZodString>;
|
|
1181
|
+
metadata: z.ZodOptional<z.ZodString>;
|
|
1120
1182
|
}, "strip", z.ZodTypeAny, {
|
|
1121
1183
|
type: "Nft";
|
|
1122
1184
|
id: string;
|
|
1185
|
+
name?: string | undefined;
|
|
1186
|
+
symbol?: string | undefined;
|
|
1187
|
+
image?: string | undefined;
|
|
1188
|
+
metadata?: string | undefined;
|
|
1123
1189
|
}, {
|
|
1124
1190
|
type: "Nft";
|
|
1125
1191
|
id: string;
|
|
1192
|
+
name?: string | undefined;
|
|
1193
|
+
symbol?: string | undefined;
|
|
1194
|
+
image?: string | undefined;
|
|
1195
|
+
metadata?: string | undefined;
|
|
1196
|
+
}>, {
|
|
1197
|
+
name: string | undefined;
|
|
1198
|
+
symbol: string | undefined;
|
|
1199
|
+
image: string | undefined;
|
|
1200
|
+
metadata: string | undefined;
|
|
1201
|
+
type: "Nft";
|
|
1202
|
+
id: string;
|
|
1203
|
+
}, {
|
|
1204
|
+
type: "Nft";
|
|
1205
|
+
id: string;
|
|
1206
|
+
name?: string | undefined;
|
|
1207
|
+
symbol?: string | undefined;
|
|
1208
|
+
image?: string | undefined;
|
|
1209
|
+
metadata?: string | undefined;
|
|
1126
1210
|
}>;
|
|
1127
1211
|
}, "strip", z.ZodTypeAny, {
|
|
1128
1212
|
asset: {
|
|
1213
|
+
name: string | undefined;
|
|
1214
|
+
symbol: string | undefined;
|
|
1215
|
+
image: string | undefined;
|
|
1216
|
+
metadata: string | undefined;
|
|
1129
1217
|
type: "Nft";
|
|
1130
1218
|
id: string;
|
|
1131
1219
|
};
|
|
@@ -1149,6 +1237,10 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
1149
1237
|
asset: {
|
|
1150
1238
|
type: "Nft";
|
|
1151
1239
|
id: string;
|
|
1240
|
+
name?: string | undefined;
|
|
1241
|
+
symbol?: string | undefined;
|
|
1242
|
+
image?: string | undefined;
|
|
1243
|
+
metadata?: string | undefined;
|
|
1152
1244
|
};
|
|
1153
1245
|
amount: {
|
|
1154
1246
|
value: bigint;
|
|
@@ -1179,6 +1271,10 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
1179
1271
|
timestamp: number;
|
|
1180
1272
|
} | undefined;
|
|
1181
1273
|
asset: {
|
|
1274
|
+
name: string | undefined;
|
|
1275
|
+
symbol: string | undefined;
|
|
1276
|
+
image: string | undefined;
|
|
1277
|
+
metadata: string | undefined;
|
|
1182
1278
|
type: "Nft";
|
|
1183
1279
|
id: string;
|
|
1184
1280
|
};
|
|
@@ -1191,6 +1287,10 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
1191
1287
|
asset: {
|
|
1192
1288
|
type: "Nft";
|
|
1193
1289
|
id: string;
|
|
1290
|
+
name?: string | undefined;
|
|
1291
|
+
symbol?: string | undefined;
|
|
1292
|
+
image?: string | undefined;
|
|
1293
|
+
metadata?: string | undefined;
|
|
1194
1294
|
};
|
|
1195
1295
|
amount: {
|
|
1196
1296
|
value: bigint;
|
|
@@ -1261,6 +1361,10 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
1261
1361
|
timestamp: number;
|
|
1262
1362
|
} | undefined;
|
|
1263
1363
|
asset: {
|
|
1364
|
+
name: string | undefined;
|
|
1365
|
+
symbol: string | undefined;
|
|
1366
|
+
image: string | undefined;
|
|
1367
|
+
metadata: string | undefined;
|
|
1264
1368
|
type: "Nft";
|
|
1265
1369
|
id: string;
|
|
1266
1370
|
};
|
|
@@ -1324,6 +1428,10 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
1324
1428
|
asset: {
|
|
1325
1429
|
type: "Nft";
|
|
1326
1430
|
id: string;
|
|
1431
|
+
name?: string | undefined;
|
|
1432
|
+
symbol?: string | undefined;
|
|
1433
|
+
image?: string | undefined;
|
|
1434
|
+
metadata?: string | undefined;
|
|
1327
1435
|
};
|
|
1328
1436
|
amount: {
|
|
1329
1437
|
value: bigint;
|
|
@@ -1414,6 +1522,10 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
1414
1522
|
timestamp: number;
|
|
1415
1523
|
} | undefined;
|
|
1416
1524
|
asset: {
|
|
1525
|
+
name: string | undefined;
|
|
1526
|
+
symbol: string | undefined;
|
|
1527
|
+
image: string | undefined;
|
|
1528
|
+
metadata: string | undefined;
|
|
1417
1529
|
type: "Nft";
|
|
1418
1530
|
id: string;
|
|
1419
1531
|
};
|
|
@@ -1468,6 +1580,10 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
1468
1580
|
asset: {
|
|
1469
1581
|
type: "Nft";
|
|
1470
1582
|
id: string;
|
|
1583
|
+
name?: string | undefined;
|
|
1584
|
+
symbol?: string | undefined;
|
|
1585
|
+
image?: string | undefined;
|
|
1586
|
+
metadata?: string | undefined;
|
|
1471
1587
|
};
|
|
1472
1588
|
amount: {
|
|
1473
1589
|
value: bigint;
|
|
@@ -1707,15 +1823,41 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
1707
1823
|
id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
|
|
1708
1824
|
name: string;
|
|
1709
1825
|
icon?: string | undefined;
|
|
1710
|
-
}>, z.ZodObject<{
|
|
1826
|
+
}>, z.ZodEffects<z.ZodObject<{
|
|
1711
1827
|
type: z.ZodLiteral<"Nft">;
|
|
1712
1828
|
id: z.ZodString;
|
|
1829
|
+
name: z.ZodOptional<z.ZodString>;
|
|
1830
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
1831
|
+
image: z.ZodOptional<z.ZodString>;
|
|
1832
|
+
metadata: z.ZodOptional<z.ZodString>;
|
|
1713
1833
|
}, "strip", z.ZodTypeAny, {
|
|
1714
1834
|
type: "Nft";
|
|
1715
1835
|
id: string;
|
|
1836
|
+
name?: string | undefined;
|
|
1837
|
+
symbol?: string | undefined;
|
|
1838
|
+
image?: string | undefined;
|
|
1839
|
+
metadata?: string | undefined;
|
|
1840
|
+
}, {
|
|
1841
|
+
type: "Nft";
|
|
1842
|
+
id: string;
|
|
1843
|
+
name?: string | undefined;
|
|
1844
|
+
symbol?: string | undefined;
|
|
1845
|
+
image?: string | undefined;
|
|
1846
|
+
metadata?: string | undefined;
|
|
1847
|
+
}>, {
|
|
1848
|
+
name: string | undefined;
|
|
1849
|
+
symbol: string | undefined;
|
|
1850
|
+
image: string | undefined;
|
|
1851
|
+
metadata: string | undefined;
|
|
1852
|
+
type: "Nft";
|
|
1853
|
+
id: string;
|
|
1716
1854
|
}, {
|
|
1717
1855
|
type: "Nft";
|
|
1718
1856
|
id: string;
|
|
1857
|
+
name?: string | undefined;
|
|
1858
|
+
symbol?: string | undefined;
|
|
1859
|
+
image?: string | undefined;
|
|
1860
|
+
metadata?: string | undefined;
|
|
1719
1861
|
}>]>;
|
|
1720
1862
|
amount: z.ZodObject<{
|
|
1721
1863
|
value: z.ZodBigInt;
|
|
@@ -1750,6 +1892,10 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
1750
1892
|
id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
|
|
1751
1893
|
name: string;
|
|
1752
1894
|
} | {
|
|
1895
|
+
name: string | undefined;
|
|
1896
|
+
symbol: string | undefined;
|
|
1897
|
+
image: string | undefined;
|
|
1898
|
+
metadata: string | undefined;
|
|
1753
1899
|
type: "Nft";
|
|
1754
1900
|
id: string;
|
|
1755
1901
|
};
|
|
@@ -1793,6 +1939,10 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
1793
1939
|
} | {
|
|
1794
1940
|
type: "Nft";
|
|
1795
1941
|
id: string;
|
|
1942
|
+
name?: string | undefined;
|
|
1943
|
+
symbol?: string | undefined;
|
|
1944
|
+
image?: string | undefined;
|
|
1945
|
+
metadata?: string | undefined;
|
|
1796
1946
|
};
|
|
1797
1947
|
amount: {
|
|
1798
1948
|
value: bigint;
|
|
@@ -1843,6 +1993,10 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
1843
1993
|
id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
|
|
1844
1994
|
name: string;
|
|
1845
1995
|
} | {
|
|
1996
|
+
name: string | undefined;
|
|
1997
|
+
symbol: string | undefined;
|
|
1998
|
+
image: string | undefined;
|
|
1999
|
+
metadata: string | undefined;
|
|
1846
2000
|
type: "Nft";
|
|
1847
2001
|
id: string;
|
|
1848
2002
|
};
|
|
@@ -1875,6 +2029,10 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
1875
2029
|
} | {
|
|
1876
2030
|
type: "Nft";
|
|
1877
2031
|
id: string;
|
|
2032
|
+
name?: string | undefined;
|
|
2033
|
+
symbol?: string | undefined;
|
|
2034
|
+
image?: string | undefined;
|
|
2035
|
+
metadata?: string | undefined;
|
|
1878
2036
|
};
|
|
1879
2037
|
amount: {
|
|
1880
2038
|
value: bigint;
|
|
@@ -2056,15 +2214,41 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2056
2214
|
id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
|
|
2057
2215
|
name: string;
|
|
2058
2216
|
icon?: string | undefined;
|
|
2059
|
-
}>, z.ZodObject<{
|
|
2217
|
+
}>, z.ZodEffects<z.ZodObject<{
|
|
2060
2218
|
type: z.ZodLiteral<"Nft">;
|
|
2061
2219
|
id: z.ZodString;
|
|
2220
|
+
name: z.ZodOptional<z.ZodString>;
|
|
2221
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
2222
|
+
image: z.ZodOptional<z.ZodString>;
|
|
2223
|
+
metadata: z.ZodOptional<z.ZodString>;
|
|
2062
2224
|
}, "strip", z.ZodTypeAny, {
|
|
2063
2225
|
type: "Nft";
|
|
2064
2226
|
id: string;
|
|
2227
|
+
name?: string | undefined;
|
|
2228
|
+
symbol?: string | undefined;
|
|
2229
|
+
image?: string | undefined;
|
|
2230
|
+
metadata?: string | undefined;
|
|
2065
2231
|
}, {
|
|
2066
2232
|
type: "Nft";
|
|
2067
2233
|
id: string;
|
|
2234
|
+
name?: string | undefined;
|
|
2235
|
+
symbol?: string | undefined;
|
|
2236
|
+
image?: string | undefined;
|
|
2237
|
+
metadata?: string | undefined;
|
|
2238
|
+
}>, {
|
|
2239
|
+
name: string | undefined;
|
|
2240
|
+
symbol: string | undefined;
|
|
2241
|
+
image: string | undefined;
|
|
2242
|
+
metadata: string | undefined;
|
|
2243
|
+
type: "Nft";
|
|
2244
|
+
id: string;
|
|
2245
|
+
}, {
|
|
2246
|
+
type: "Nft";
|
|
2247
|
+
id: string;
|
|
2248
|
+
name?: string | undefined;
|
|
2249
|
+
symbol?: string | undefined;
|
|
2250
|
+
image?: string | undefined;
|
|
2251
|
+
metadata?: string | undefined;
|
|
2068
2252
|
}>]>;
|
|
2069
2253
|
amount: z.ZodObject<{
|
|
2070
2254
|
value: z.ZodBigInt;
|
|
@@ -2099,6 +2283,10 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2099
2283
|
id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
|
|
2100
2284
|
name: string;
|
|
2101
2285
|
} | {
|
|
2286
|
+
name: string | undefined;
|
|
2287
|
+
symbol: string | undefined;
|
|
2288
|
+
image: string | undefined;
|
|
2289
|
+
metadata: string | undefined;
|
|
2102
2290
|
type: "Nft";
|
|
2103
2291
|
id: string;
|
|
2104
2292
|
};
|
|
@@ -2142,6 +2330,10 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2142
2330
|
} | {
|
|
2143
2331
|
type: "Nft";
|
|
2144
2332
|
id: string;
|
|
2333
|
+
name?: string | undefined;
|
|
2334
|
+
symbol?: string | undefined;
|
|
2335
|
+
image?: string | undefined;
|
|
2336
|
+
metadata?: string | undefined;
|
|
2145
2337
|
};
|
|
2146
2338
|
amount: {
|
|
2147
2339
|
value: bigint;
|
|
@@ -2192,6 +2384,10 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2192
2384
|
id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
|
|
2193
2385
|
name: string;
|
|
2194
2386
|
} | {
|
|
2387
|
+
name: string | undefined;
|
|
2388
|
+
symbol: string | undefined;
|
|
2389
|
+
image: string | undefined;
|
|
2390
|
+
metadata: string | undefined;
|
|
2195
2391
|
type: "Nft";
|
|
2196
2392
|
id: string;
|
|
2197
2393
|
};
|
|
@@ -2224,6 +2420,10 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2224
2420
|
} | {
|
|
2225
2421
|
type: "Nft";
|
|
2226
2422
|
id: string;
|
|
2423
|
+
name?: string | undefined;
|
|
2424
|
+
symbol?: string | undefined;
|
|
2425
|
+
image?: string | undefined;
|
|
2426
|
+
metadata?: string | undefined;
|
|
2227
2427
|
};
|
|
2228
2428
|
amount: {
|
|
2229
2429
|
value: bigint;
|
|
@@ -2282,6 +2482,10 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2282
2482
|
id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
|
|
2283
2483
|
name: string;
|
|
2284
2484
|
} | {
|
|
2485
|
+
name: string | undefined;
|
|
2486
|
+
symbol: string | undefined;
|
|
2487
|
+
image: string | undefined;
|
|
2488
|
+
metadata: string | undefined;
|
|
2285
2489
|
type: "Nft";
|
|
2286
2490
|
id: string;
|
|
2287
2491
|
};
|
|
@@ -2323,6 +2527,10 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2323
2527
|
id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
|
|
2324
2528
|
name: string;
|
|
2325
2529
|
} | {
|
|
2530
|
+
name: string | undefined;
|
|
2531
|
+
symbol: string | undefined;
|
|
2532
|
+
image: string | undefined;
|
|
2533
|
+
metadata: string | undefined;
|
|
2326
2534
|
type: "Nft";
|
|
2327
2535
|
id: string;
|
|
2328
2536
|
};
|
|
@@ -2374,6 +2582,10 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2374
2582
|
} | {
|
|
2375
2583
|
type: "Nft";
|
|
2376
2584
|
id: string;
|
|
2585
|
+
name?: string | undefined;
|
|
2586
|
+
symbol?: string | undefined;
|
|
2587
|
+
image?: string | undefined;
|
|
2588
|
+
metadata?: string | undefined;
|
|
2377
2589
|
};
|
|
2378
2590
|
amount: {
|
|
2379
2591
|
value: bigint;
|
|
@@ -2415,6 +2627,10 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2415
2627
|
} | {
|
|
2416
2628
|
type: "Nft";
|
|
2417
2629
|
id: string;
|
|
2630
|
+
name?: string | undefined;
|
|
2631
|
+
symbol?: string | undefined;
|
|
2632
|
+
image?: string | undefined;
|
|
2633
|
+
metadata?: string | undefined;
|
|
2418
2634
|
};
|
|
2419
2635
|
amount: {
|
|
2420
2636
|
value: bigint;
|
|
@@ -2493,6 +2709,10 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2493
2709
|
id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
|
|
2494
2710
|
name: string;
|
|
2495
2711
|
} | {
|
|
2712
|
+
name: string | undefined;
|
|
2713
|
+
symbol: string | undefined;
|
|
2714
|
+
image: string | undefined;
|
|
2715
|
+
metadata: string | undefined;
|
|
2496
2716
|
type: "Nft";
|
|
2497
2717
|
id: string;
|
|
2498
2718
|
};
|
|
@@ -2534,6 +2754,10 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2534
2754
|
id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
|
|
2535
2755
|
name: string;
|
|
2536
2756
|
} | {
|
|
2757
|
+
name: string | undefined;
|
|
2758
|
+
symbol: string | undefined;
|
|
2759
|
+
image: string | undefined;
|
|
2760
|
+
metadata: string | undefined;
|
|
2537
2761
|
type: "Nft";
|
|
2538
2762
|
id: string;
|
|
2539
2763
|
};
|
|
@@ -2576,6 +2800,10 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2576
2800
|
} | {
|
|
2577
2801
|
type: "Nft";
|
|
2578
2802
|
id: string;
|
|
2803
|
+
name?: string | undefined;
|
|
2804
|
+
symbol?: string | undefined;
|
|
2805
|
+
image?: string | undefined;
|
|
2806
|
+
metadata?: string | undefined;
|
|
2579
2807
|
};
|
|
2580
2808
|
amount: {
|
|
2581
2809
|
value: bigint;
|
|
@@ -2617,6 +2845,10 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2617
2845
|
} | {
|
|
2618
2846
|
type: "Nft";
|
|
2619
2847
|
id: string;
|
|
2848
|
+
name?: string | undefined;
|
|
2849
|
+
symbol?: string | undefined;
|
|
2850
|
+
image?: string | undefined;
|
|
2851
|
+
metadata?: string | undefined;
|
|
2620
2852
|
};
|
|
2621
2853
|
amount: {
|
|
2622
2854
|
value: bigint;
|
|
@@ -2856,15 +3088,41 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2856
3088
|
id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
|
|
2857
3089
|
name: string;
|
|
2858
3090
|
icon?: string | undefined;
|
|
2859
|
-
}>, z.ZodObject<{
|
|
3091
|
+
}>, z.ZodEffects<z.ZodObject<{
|
|
2860
3092
|
type: z.ZodLiteral<"Nft">;
|
|
2861
3093
|
id: z.ZodString;
|
|
3094
|
+
name: z.ZodOptional<z.ZodString>;
|
|
3095
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
3096
|
+
image: z.ZodOptional<z.ZodString>;
|
|
3097
|
+
metadata: z.ZodOptional<z.ZodString>;
|
|
2862
3098
|
}, "strip", z.ZodTypeAny, {
|
|
2863
3099
|
type: "Nft";
|
|
2864
3100
|
id: string;
|
|
3101
|
+
name?: string | undefined;
|
|
3102
|
+
symbol?: string | undefined;
|
|
3103
|
+
image?: string | undefined;
|
|
3104
|
+
metadata?: string | undefined;
|
|
2865
3105
|
}, {
|
|
2866
3106
|
type: "Nft";
|
|
2867
3107
|
id: string;
|
|
3108
|
+
name?: string | undefined;
|
|
3109
|
+
symbol?: string | undefined;
|
|
3110
|
+
image?: string | undefined;
|
|
3111
|
+
metadata?: string | undefined;
|
|
3112
|
+
}>, {
|
|
3113
|
+
name: string | undefined;
|
|
3114
|
+
symbol: string | undefined;
|
|
3115
|
+
image: string | undefined;
|
|
3116
|
+
metadata: string | undefined;
|
|
3117
|
+
type: "Nft";
|
|
3118
|
+
id: string;
|
|
3119
|
+
}, {
|
|
3120
|
+
type: "Nft";
|
|
3121
|
+
id: string;
|
|
3122
|
+
name?: string | undefined;
|
|
3123
|
+
symbol?: string | undefined;
|
|
3124
|
+
image?: string | undefined;
|
|
3125
|
+
metadata?: string | undefined;
|
|
2868
3126
|
}>]>;
|
|
2869
3127
|
amount: z.ZodObject<{
|
|
2870
3128
|
value: z.ZodBigInt;
|
|
@@ -2899,6 +3157,10 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2899
3157
|
id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
|
|
2900
3158
|
name: string;
|
|
2901
3159
|
} | {
|
|
3160
|
+
name: string | undefined;
|
|
3161
|
+
symbol: string | undefined;
|
|
3162
|
+
image: string | undefined;
|
|
3163
|
+
metadata: string | undefined;
|
|
2902
3164
|
type: "Nft";
|
|
2903
3165
|
id: string;
|
|
2904
3166
|
};
|
|
@@ -2942,6 +3204,10 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2942
3204
|
} | {
|
|
2943
3205
|
type: "Nft";
|
|
2944
3206
|
id: string;
|
|
3207
|
+
name?: string | undefined;
|
|
3208
|
+
symbol?: string | undefined;
|
|
3209
|
+
image?: string | undefined;
|
|
3210
|
+
metadata?: string | undefined;
|
|
2945
3211
|
};
|
|
2946
3212
|
amount: {
|
|
2947
3213
|
value: bigint;
|
|
@@ -2992,6 +3258,10 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2992
3258
|
id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
|
|
2993
3259
|
name: string;
|
|
2994
3260
|
} | {
|
|
3261
|
+
name: string | undefined;
|
|
3262
|
+
symbol: string | undefined;
|
|
3263
|
+
image: string | undefined;
|
|
3264
|
+
metadata: string | undefined;
|
|
2995
3265
|
type: "Nft";
|
|
2996
3266
|
id: string;
|
|
2997
3267
|
};
|
|
@@ -3024,6 +3294,10 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3024
3294
|
} | {
|
|
3025
3295
|
type: "Nft";
|
|
3026
3296
|
id: string;
|
|
3297
|
+
name?: string | undefined;
|
|
3298
|
+
symbol?: string | undefined;
|
|
3299
|
+
image?: string | undefined;
|
|
3300
|
+
metadata?: string | undefined;
|
|
3027
3301
|
};
|
|
3028
3302
|
amount: {
|
|
3029
3303
|
value: bigint;
|
|
@@ -3205,15 +3479,41 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3205
3479
|
id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
|
|
3206
3480
|
name: string;
|
|
3207
3481
|
icon?: string | undefined;
|
|
3208
|
-
}>, z.ZodObject<{
|
|
3482
|
+
}>, z.ZodEffects<z.ZodObject<{
|
|
3209
3483
|
type: z.ZodLiteral<"Nft">;
|
|
3210
3484
|
id: z.ZodString;
|
|
3485
|
+
name: z.ZodOptional<z.ZodString>;
|
|
3486
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
3487
|
+
image: z.ZodOptional<z.ZodString>;
|
|
3488
|
+
metadata: z.ZodOptional<z.ZodString>;
|
|
3211
3489
|
}, "strip", z.ZodTypeAny, {
|
|
3212
3490
|
type: "Nft";
|
|
3213
3491
|
id: string;
|
|
3492
|
+
name?: string | undefined;
|
|
3493
|
+
symbol?: string | undefined;
|
|
3494
|
+
image?: string | undefined;
|
|
3495
|
+
metadata?: string | undefined;
|
|
3496
|
+
}, {
|
|
3497
|
+
type: "Nft";
|
|
3498
|
+
id: string;
|
|
3499
|
+
name?: string | undefined;
|
|
3500
|
+
symbol?: string | undefined;
|
|
3501
|
+
image?: string | undefined;
|
|
3502
|
+
metadata?: string | undefined;
|
|
3503
|
+
}>, {
|
|
3504
|
+
name: string | undefined;
|
|
3505
|
+
symbol: string | undefined;
|
|
3506
|
+
image: string | undefined;
|
|
3507
|
+
metadata: string | undefined;
|
|
3508
|
+
type: "Nft";
|
|
3509
|
+
id: string;
|
|
3214
3510
|
}, {
|
|
3215
3511
|
type: "Nft";
|
|
3216
3512
|
id: string;
|
|
3513
|
+
name?: string | undefined;
|
|
3514
|
+
symbol?: string | undefined;
|
|
3515
|
+
image?: string | undefined;
|
|
3516
|
+
metadata?: string | undefined;
|
|
3217
3517
|
}>]>;
|
|
3218
3518
|
amount: z.ZodObject<{
|
|
3219
3519
|
value: z.ZodBigInt;
|
|
@@ -3248,6 +3548,10 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3248
3548
|
id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
|
|
3249
3549
|
name: string;
|
|
3250
3550
|
} | {
|
|
3551
|
+
name: string | undefined;
|
|
3552
|
+
symbol: string | undefined;
|
|
3553
|
+
image: string | undefined;
|
|
3554
|
+
metadata: string | undefined;
|
|
3251
3555
|
type: "Nft";
|
|
3252
3556
|
id: string;
|
|
3253
3557
|
};
|
|
@@ -3291,6 +3595,10 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3291
3595
|
} | {
|
|
3292
3596
|
type: "Nft";
|
|
3293
3597
|
id: string;
|
|
3598
|
+
name?: string | undefined;
|
|
3599
|
+
symbol?: string | undefined;
|
|
3600
|
+
image?: string | undefined;
|
|
3601
|
+
metadata?: string | undefined;
|
|
3294
3602
|
};
|
|
3295
3603
|
amount: {
|
|
3296
3604
|
value: bigint;
|
|
@@ -3341,6 +3649,10 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3341
3649
|
id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
|
|
3342
3650
|
name: string;
|
|
3343
3651
|
} | {
|
|
3652
|
+
name: string | undefined;
|
|
3653
|
+
symbol: string | undefined;
|
|
3654
|
+
image: string | undefined;
|
|
3655
|
+
metadata: string | undefined;
|
|
3344
3656
|
type: "Nft";
|
|
3345
3657
|
id: string;
|
|
3346
3658
|
};
|
|
@@ -3373,6 +3685,10 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3373
3685
|
} | {
|
|
3374
3686
|
type: "Nft";
|
|
3375
3687
|
id: string;
|
|
3688
|
+
name?: string | undefined;
|
|
3689
|
+
symbol?: string | undefined;
|
|
3690
|
+
image?: string | undefined;
|
|
3691
|
+
metadata?: string | undefined;
|
|
3376
3692
|
};
|
|
3377
3693
|
amount: {
|
|
3378
3694
|
value: bigint;
|
|
@@ -3431,6 +3747,10 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3431
3747
|
id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
|
|
3432
3748
|
name: string;
|
|
3433
3749
|
} | {
|
|
3750
|
+
name: string | undefined;
|
|
3751
|
+
symbol: string | undefined;
|
|
3752
|
+
image: string | undefined;
|
|
3753
|
+
metadata: string | undefined;
|
|
3434
3754
|
type: "Nft";
|
|
3435
3755
|
id: string;
|
|
3436
3756
|
};
|
|
@@ -3472,6 +3792,10 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3472
3792
|
id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
|
|
3473
3793
|
name: string;
|
|
3474
3794
|
} | {
|
|
3795
|
+
name: string | undefined;
|
|
3796
|
+
symbol: string | undefined;
|
|
3797
|
+
image: string | undefined;
|
|
3798
|
+
metadata: string | undefined;
|
|
3475
3799
|
type: "Nft";
|
|
3476
3800
|
id: string;
|
|
3477
3801
|
};
|
|
@@ -3523,6 +3847,10 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3523
3847
|
} | {
|
|
3524
3848
|
type: "Nft";
|
|
3525
3849
|
id: string;
|
|
3850
|
+
name?: string | undefined;
|
|
3851
|
+
symbol?: string | undefined;
|
|
3852
|
+
image?: string | undefined;
|
|
3853
|
+
metadata?: string | undefined;
|
|
3526
3854
|
};
|
|
3527
3855
|
amount: {
|
|
3528
3856
|
value: bigint;
|
|
@@ -3564,6 +3892,10 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3564
3892
|
} | {
|
|
3565
3893
|
type: "Nft";
|
|
3566
3894
|
id: string;
|
|
3895
|
+
name?: string | undefined;
|
|
3896
|
+
symbol?: string | undefined;
|
|
3897
|
+
image?: string | undefined;
|
|
3898
|
+
metadata?: string | undefined;
|
|
3567
3899
|
};
|
|
3568
3900
|
amount: {
|
|
3569
3901
|
value: bigint;
|
|
@@ -3642,6 +3974,10 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3642
3974
|
id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
|
|
3643
3975
|
name: string;
|
|
3644
3976
|
} | {
|
|
3977
|
+
name: string | undefined;
|
|
3978
|
+
symbol: string | undefined;
|
|
3979
|
+
image: string | undefined;
|
|
3980
|
+
metadata: string | undefined;
|
|
3645
3981
|
type: "Nft";
|
|
3646
3982
|
id: string;
|
|
3647
3983
|
};
|
|
@@ -3683,6 +4019,10 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3683
4019
|
id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
|
|
3684
4020
|
name: string;
|
|
3685
4021
|
} | {
|
|
4022
|
+
name: string | undefined;
|
|
4023
|
+
symbol: string | undefined;
|
|
4024
|
+
image: string | undefined;
|
|
4025
|
+
metadata: string | undefined;
|
|
3686
4026
|
type: "Nft";
|
|
3687
4027
|
id: string;
|
|
3688
4028
|
};
|
|
@@ -3725,6 +4065,10 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3725
4065
|
} | {
|
|
3726
4066
|
type: "Nft";
|
|
3727
4067
|
id: string;
|
|
4068
|
+
name?: string | undefined;
|
|
4069
|
+
symbol?: string | undefined;
|
|
4070
|
+
image?: string | undefined;
|
|
4071
|
+
metadata?: string | undefined;
|
|
3728
4072
|
};
|
|
3729
4073
|
amount: {
|
|
3730
4074
|
value: bigint;
|
|
@@ -3766,6 +4110,10 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3766
4110
|
} | {
|
|
3767
4111
|
type: "Nft";
|
|
3768
4112
|
id: string;
|
|
4113
|
+
name?: string | undefined;
|
|
4114
|
+
symbol?: string | undefined;
|
|
4115
|
+
image?: string | undefined;
|
|
4116
|
+
metadata?: string | undefined;
|
|
3769
4117
|
};
|
|
3770
4118
|
amount: {
|
|
3771
4119
|
value: bigint;
|
|
@@ -3859,6 +4207,10 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3859
4207
|
timestamp: number;
|
|
3860
4208
|
} | undefined;
|
|
3861
4209
|
asset: {
|
|
4210
|
+
name: string | undefined;
|
|
4211
|
+
symbol: string | undefined;
|
|
4212
|
+
image: string | undefined;
|
|
4213
|
+
metadata: string | undefined;
|
|
3862
4214
|
type: "Nft";
|
|
3863
4215
|
id: string;
|
|
3864
4216
|
};
|
|
@@ -3931,6 +4283,10 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3931
4283
|
timestamp: number;
|
|
3932
4284
|
} | undefined;
|
|
3933
4285
|
asset: {
|
|
4286
|
+
name: string | undefined;
|
|
4287
|
+
symbol: string | undefined;
|
|
4288
|
+
image: string | undefined;
|
|
4289
|
+
metadata: string | undefined;
|
|
3934
4290
|
type: "Nft";
|
|
3935
4291
|
id: string;
|
|
3936
4292
|
};
|
|
@@ -3991,6 +4347,10 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3991
4347
|
id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
|
|
3992
4348
|
name: string;
|
|
3993
4349
|
} | {
|
|
4350
|
+
name: string | undefined;
|
|
4351
|
+
symbol: string | undefined;
|
|
4352
|
+
image: string | undefined;
|
|
4353
|
+
metadata: string | undefined;
|
|
3994
4354
|
type: "Nft";
|
|
3995
4355
|
id: string;
|
|
3996
4356
|
};
|
|
@@ -4032,6 +4392,10 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
4032
4392
|
id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
|
|
4033
4393
|
name: string;
|
|
4034
4394
|
} | {
|
|
4395
|
+
name: string | undefined;
|
|
4396
|
+
symbol: string | undefined;
|
|
4397
|
+
image: string | undefined;
|
|
4398
|
+
metadata: string | undefined;
|
|
4035
4399
|
type: "Nft";
|
|
4036
4400
|
id: string;
|
|
4037
4401
|
};
|
|
@@ -4092,6 +4456,10 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
4092
4456
|
id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
|
|
4093
4457
|
name: string;
|
|
4094
4458
|
} | {
|
|
4459
|
+
name: string | undefined;
|
|
4460
|
+
symbol: string | undefined;
|
|
4461
|
+
image: string | undefined;
|
|
4462
|
+
metadata: string | undefined;
|
|
4095
4463
|
type: "Nft";
|
|
4096
4464
|
id: string;
|
|
4097
4465
|
};
|
|
@@ -4133,6 +4501,10 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
4133
4501
|
id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
|
|
4134
4502
|
name: string;
|
|
4135
4503
|
} | {
|
|
4504
|
+
name: string | undefined;
|
|
4505
|
+
symbol: string | undefined;
|
|
4506
|
+
image: string | undefined;
|
|
4507
|
+
metadata: string | undefined;
|
|
4136
4508
|
type: "Nft";
|
|
4137
4509
|
id: string;
|
|
4138
4510
|
};
|
|
@@ -4190,6 +4562,10 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
4190
4562
|
asset: {
|
|
4191
4563
|
type: "Nft";
|
|
4192
4564
|
id: string;
|
|
4565
|
+
name?: string | undefined;
|
|
4566
|
+
symbol?: string | undefined;
|
|
4567
|
+
image?: string | undefined;
|
|
4568
|
+
metadata?: string | undefined;
|
|
4193
4569
|
};
|
|
4194
4570
|
amount: {
|
|
4195
4571
|
value: bigint;
|
|
@@ -4262,6 +4638,10 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
4262
4638
|
asset: {
|
|
4263
4639
|
type: "Nft";
|
|
4264
4640
|
id: string;
|
|
4641
|
+
name?: string | undefined;
|
|
4642
|
+
symbol?: string | undefined;
|
|
4643
|
+
image?: string | undefined;
|
|
4644
|
+
metadata?: string | undefined;
|
|
4265
4645
|
};
|
|
4266
4646
|
amount: {
|
|
4267
4647
|
value: bigint;
|
|
@@ -4322,6 +4702,10 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
4322
4702
|
} | {
|
|
4323
4703
|
type: "Nft";
|
|
4324
4704
|
id: string;
|
|
4705
|
+
name?: string | undefined;
|
|
4706
|
+
symbol?: string | undefined;
|
|
4707
|
+
image?: string | undefined;
|
|
4708
|
+
metadata?: string | undefined;
|
|
4325
4709
|
};
|
|
4326
4710
|
amount: {
|
|
4327
4711
|
value: bigint;
|
|
@@ -4363,6 +4747,10 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
4363
4747
|
} | {
|
|
4364
4748
|
type: "Nft";
|
|
4365
4749
|
id: string;
|
|
4750
|
+
name?: string | undefined;
|
|
4751
|
+
symbol?: string | undefined;
|
|
4752
|
+
image?: string | undefined;
|
|
4753
|
+
metadata?: string | undefined;
|
|
4366
4754
|
};
|
|
4367
4755
|
amount: {
|
|
4368
4756
|
value: bigint;
|
|
@@ -4423,6 +4811,10 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
4423
4811
|
} | {
|
|
4424
4812
|
type: "Nft";
|
|
4425
4813
|
id: string;
|
|
4814
|
+
name?: string | undefined;
|
|
4815
|
+
symbol?: string | undefined;
|
|
4816
|
+
image?: string | undefined;
|
|
4817
|
+
metadata?: string | undefined;
|
|
4426
4818
|
};
|
|
4427
4819
|
amount: {
|
|
4428
4820
|
value: bigint;
|
|
@@ -4464,6 +4856,10 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
4464
4856
|
} | {
|
|
4465
4857
|
type: "Nft";
|
|
4466
4858
|
id: string;
|
|
4859
|
+
name?: string | undefined;
|
|
4860
|
+
symbol?: string | undefined;
|
|
4861
|
+
image?: string | undefined;
|
|
4862
|
+
metadata?: string | undefined;
|
|
4467
4863
|
};
|
|
4468
4864
|
amount: {
|
|
4469
4865
|
value: bigint;
|