@0xtorch/core 0.0.20 → 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/.DS_Store +0 -0
- package/_cjs/actions/parsers/default.js +1 -0
- package/_cjs/actions/parsers/default.js.map +1 -1
- package/_cjs/assets/definitions/index.js +3 -1
- package/_cjs/assets/definitions/index.js.map +1 -1
- package/_cjs/assets/definitions/oasys.js +17 -0
- package/_cjs/assets/definitions/oasys.js.map +1 -0
- package/_cjs/assets/index.js +2 -1
- package/_cjs/assets/index.js.map +1 -1
- package/_cjs/assets/schemas/nft.js +14 -2
- package/_cjs/assets/schemas/nft.js.map +1 -1
- package/_cjs/index.js +2 -1
- package/_cjs/index.js.map +1 -1
- package/_esm/actions/parsers/default.js +1 -0
- package/_esm/actions/parsers/default.js.map +1 -1
- package/_esm/assets/definitions/index.js +1 -0
- package/_esm/assets/definitions/index.js.map +1 -1
- package/_esm/assets/definitions/oasys.js +14 -0
- package/_esm/assets/definitions/oasys.js.map +1 -0
- package/_esm/assets/index.js +1 -1
- package/_esm/assets/index.js.map +1 -1
- package/_esm/assets/schemas/nft.js +14 -2
- package/_esm/assets/schemas/nft.js.map +1 -1
- package/_esm/index.js +1 -1
- package/_esm/index.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/definitions/index.d.ts +1 -0
- package/_types/assets/definitions/index.d.ts.map +1 -1
- package/_types/assets/definitions/oasys.d.ts +13 -0
- package/_types/assets/definitions/oasys.d.ts.map +1 -0
- package/_types/assets/index.d.ts +1 -1
- package/_types/assets/index.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/index.d.ts +1 -1
- package/_types/index.d.ts.map +1 -1
- package/_types/setAccountActionPrices.d.ts +204 -0
- package/_types/setAccountActionPrices.d.ts.map +1 -1
- package/actions/.DS_Store +0 -0
- package/actions/parsers/default.ts +1 -0
- package/assets/.DS_Store +0 -0
- package/assets/definitions/index.ts +1 -0
- package/assets/definitions/oasys.ts +14 -0
- package/assets/index.ts +1 -0
- package/assets/schemas/nft.ts +16 -4
- package/index.ts +1 -0
- package/package.json +1 -1
|
@@ -360,18 +360,48 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
360
360
|
decimals: number;
|
|
361
361
|
}>;
|
|
362
362
|
direction: z.ZodLiteral<"in">;
|
|
363
|
-
asset: z.ZodObject<{
|
|
363
|
+
asset: z.ZodEffects<z.ZodObject<{
|
|
364
364
|
type: z.ZodLiteral<"Nft">;
|
|
365
365
|
id: z.ZodString;
|
|
366
|
+
name: z.ZodOptional<z.ZodString>;
|
|
367
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
368
|
+
image: z.ZodOptional<z.ZodString>;
|
|
369
|
+
metadata: z.ZodOptional<z.ZodString>;
|
|
366
370
|
}, "strip", z.ZodTypeAny, {
|
|
367
371
|
type: "Nft";
|
|
368
372
|
id: string;
|
|
373
|
+
name?: string | undefined;
|
|
374
|
+
symbol?: string | undefined;
|
|
375
|
+
image?: string | undefined;
|
|
376
|
+
metadata?: string | undefined;
|
|
377
|
+
}, {
|
|
378
|
+
type: "Nft";
|
|
379
|
+
id: string;
|
|
380
|
+
name?: string | undefined;
|
|
381
|
+
symbol?: string | undefined;
|
|
382
|
+
image?: string | undefined;
|
|
383
|
+
metadata?: string | undefined;
|
|
384
|
+
}>, {
|
|
385
|
+
name: string | undefined;
|
|
386
|
+
symbol: string | undefined;
|
|
387
|
+
image: string | undefined;
|
|
388
|
+
metadata: string | undefined;
|
|
389
|
+
type: "Nft";
|
|
390
|
+
id: string;
|
|
369
391
|
}, {
|
|
370
392
|
type: "Nft";
|
|
371
393
|
id: string;
|
|
394
|
+
name?: string | undefined;
|
|
395
|
+
symbol?: string | undefined;
|
|
396
|
+
image?: string | undefined;
|
|
397
|
+
metadata?: string | undefined;
|
|
372
398
|
}>;
|
|
373
399
|
}, "strip", z.ZodTypeAny, {
|
|
374
400
|
asset: {
|
|
401
|
+
name: string | undefined;
|
|
402
|
+
symbol: string | undefined;
|
|
403
|
+
image: string | undefined;
|
|
404
|
+
metadata: string | undefined;
|
|
375
405
|
type: "Nft";
|
|
376
406
|
id: string;
|
|
377
407
|
};
|
|
@@ -395,6 +425,10 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
395
425
|
asset: {
|
|
396
426
|
type: "Nft";
|
|
397
427
|
id: string;
|
|
428
|
+
name?: string | undefined;
|
|
429
|
+
symbol?: string | undefined;
|
|
430
|
+
image?: string | undefined;
|
|
431
|
+
metadata?: string | undefined;
|
|
398
432
|
};
|
|
399
433
|
amount: {
|
|
400
434
|
value: bigint;
|
|
@@ -425,6 +459,10 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
425
459
|
timestamp: number;
|
|
426
460
|
} | undefined;
|
|
427
461
|
asset: {
|
|
462
|
+
name: string | undefined;
|
|
463
|
+
symbol: string | undefined;
|
|
464
|
+
image: string | undefined;
|
|
465
|
+
metadata: string | undefined;
|
|
428
466
|
type: "Nft";
|
|
429
467
|
id: string;
|
|
430
468
|
};
|
|
@@ -437,6 +475,10 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
437
475
|
asset: {
|
|
438
476
|
type: "Nft";
|
|
439
477
|
id: string;
|
|
478
|
+
name?: string | undefined;
|
|
479
|
+
symbol?: string | undefined;
|
|
480
|
+
image?: string | undefined;
|
|
481
|
+
metadata?: string | undefined;
|
|
440
482
|
};
|
|
441
483
|
amount: {
|
|
442
484
|
value: bigint;
|
|
@@ -773,18 +815,48 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
773
815
|
decimals: number;
|
|
774
816
|
}>;
|
|
775
817
|
direction: z.ZodLiteral<"out">;
|
|
776
|
-
asset: z.ZodObject<{
|
|
818
|
+
asset: z.ZodEffects<z.ZodObject<{
|
|
777
819
|
type: z.ZodLiteral<"Nft">;
|
|
778
820
|
id: z.ZodString;
|
|
821
|
+
name: z.ZodOptional<z.ZodString>;
|
|
822
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
823
|
+
image: z.ZodOptional<z.ZodString>;
|
|
824
|
+
metadata: z.ZodOptional<z.ZodString>;
|
|
779
825
|
}, "strip", z.ZodTypeAny, {
|
|
780
826
|
type: "Nft";
|
|
781
827
|
id: string;
|
|
828
|
+
name?: string | undefined;
|
|
829
|
+
symbol?: string | undefined;
|
|
830
|
+
image?: string | undefined;
|
|
831
|
+
metadata?: string | undefined;
|
|
832
|
+
}, {
|
|
833
|
+
type: "Nft";
|
|
834
|
+
id: string;
|
|
835
|
+
name?: string | undefined;
|
|
836
|
+
symbol?: string | undefined;
|
|
837
|
+
image?: string | undefined;
|
|
838
|
+
metadata?: string | undefined;
|
|
839
|
+
}>, {
|
|
840
|
+
name: string | undefined;
|
|
841
|
+
symbol: string | undefined;
|
|
842
|
+
image: string | undefined;
|
|
843
|
+
metadata: string | undefined;
|
|
844
|
+
type: "Nft";
|
|
845
|
+
id: string;
|
|
782
846
|
}, {
|
|
783
847
|
type: "Nft";
|
|
784
848
|
id: string;
|
|
849
|
+
name?: string | undefined;
|
|
850
|
+
symbol?: string | undefined;
|
|
851
|
+
image?: string | undefined;
|
|
852
|
+
metadata?: string | undefined;
|
|
785
853
|
}>;
|
|
786
854
|
}, "strip", z.ZodTypeAny, {
|
|
787
855
|
asset: {
|
|
856
|
+
name: string | undefined;
|
|
857
|
+
symbol: string | undefined;
|
|
858
|
+
image: string | undefined;
|
|
859
|
+
metadata: string | undefined;
|
|
788
860
|
type: "Nft";
|
|
789
861
|
id: string;
|
|
790
862
|
};
|
|
@@ -808,6 +880,10 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
808
880
|
asset: {
|
|
809
881
|
type: "Nft";
|
|
810
882
|
id: string;
|
|
883
|
+
name?: string | undefined;
|
|
884
|
+
symbol?: string | undefined;
|
|
885
|
+
image?: string | undefined;
|
|
886
|
+
metadata?: string | undefined;
|
|
811
887
|
};
|
|
812
888
|
amount: {
|
|
813
889
|
value: bigint;
|
|
@@ -838,6 +914,10 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
838
914
|
timestamp: number;
|
|
839
915
|
} | undefined;
|
|
840
916
|
asset: {
|
|
917
|
+
name: string | undefined;
|
|
918
|
+
symbol: string | undefined;
|
|
919
|
+
image: string | undefined;
|
|
920
|
+
metadata: string | undefined;
|
|
841
921
|
type: "Nft";
|
|
842
922
|
id: string;
|
|
843
923
|
};
|
|
@@ -850,6 +930,10 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
850
930
|
asset: {
|
|
851
931
|
type: "Nft";
|
|
852
932
|
id: string;
|
|
933
|
+
name?: string | undefined;
|
|
934
|
+
symbol?: string | undefined;
|
|
935
|
+
image?: string | undefined;
|
|
936
|
+
metadata?: string | undefined;
|
|
853
937
|
};
|
|
854
938
|
amount: {
|
|
855
939
|
value: bigint;
|
|
@@ -918,6 +1002,10 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
918
1002
|
timestamp: number;
|
|
919
1003
|
} | undefined;
|
|
920
1004
|
asset: {
|
|
1005
|
+
name: string | undefined;
|
|
1006
|
+
symbol: string | undefined;
|
|
1007
|
+
image: string | undefined;
|
|
1008
|
+
metadata: string | undefined;
|
|
921
1009
|
type: "Nft";
|
|
922
1010
|
id: string;
|
|
923
1011
|
};
|
|
@@ -971,6 +1059,10 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
971
1059
|
timestamp: number;
|
|
972
1060
|
} | undefined;
|
|
973
1061
|
asset: {
|
|
1062
|
+
name: string | undefined;
|
|
1063
|
+
symbol: string | undefined;
|
|
1064
|
+
image: string | undefined;
|
|
1065
|
+
metadata: string | undefined;
|
|
974
1066
|
type: "Nft";
|
|
975
1067
|
id: string;
|
|
976
1068
|
};
|
|
@@ -1030,6 +1122,10 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1030
1122
|
asset: {
|
|
1031
1123
|
type: "Nft";
|
|
1032
1124
|
id: string;
|
|
1125
|
+
name?: string | undefined;
|
|
1126
|
+
symbol?: string | undefined;
|
|
1127
|
+
image?: string | undefined;
|
|
1128
|
+
metadata?: string | undefined;
|
|
1033
1129
|
};
|
|
1034
1130
|
amount: {
|
|
1035
1131
|
value: bigint;
|
|
@@ -1083,6 +1179,10 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1083
1179
|
asset: {
|
|
1084
1180
|
type: "Nft";
|
|
1085
1181
|
id: string;
|
|
1182
|
+
name?: string | undefined;
|
|
1183
|
+
symbol?: string | undefined;
|
|
1184
|
+
image?: string | undefined;
|
|
1185
|
+
metadata?: string | undefined;
|
|
1086
1186
|
};
|
|
1087
1187
|
amount: {
|
|
1088
1188
|
value: bigint;
|
|
@@ -1169,6 +1269,10 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1169
1269
|
timestamp: number;
|
|
1170
1270
|
} | undefined;
|
|
1171
1271
|
asset: {
|
|
1272
|
+
name: string | undefined;
|
|
1273
|
+
symbol: string | undefined;
|
|
1274
|
+
image: string | undefined;
|
|
1275
|
+
metadata: string | undefined;
|
|
1172
1276
|
type: "Nft";
|
|
1173
1277
|
id: string;
|
|
1174
1278
|
};
|
|
@@ -1222,6 +1326,10 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1222
1326
|
timestamp: number;
|
|
1223
1327
|
} | undefined;
|
|
1224
1328
|
asset: {
|
|
1329
|
+
name: string | undefined;
|
|
1330
|
+
symbol: string | undefined;
|
|
1331
|
+
image: string | undefined;
|
|
1332
|
+
metadata: string | undefined;
|
|
1225
1333
|
type: "Nft";
|
|
1226
1334
|
id: string;
|
|
1227
1335
|
};
|
|
@@ -1272,6 +1380,10 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1272
1380
|
asset: {
|
|
1273
1381
|
type: "Nft";
|
|
1274
1382
|
id: string;
|
|
1383
|
+
name?: string | undefined;
|
|
1384
|
+
symbol?: string | undefined;
|
|
1385
|
+
image?: string | undefined;
|
|
1386
|
+
metadata?: string | undefined;
|
|
1275
1387
|
};
|
|
1276
1388
|
amount: {
|
|
1277
1389
|
value: bigint;
|
|
@@ -1325,6 +1437,10 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1325
1437
|
asset: {
|
|
1326
1438
|
type: "Nft";
|
|
1327
1439
|
id: string;
|
|
1440
|
+
name?: string | undefined;
|
|
1441
|
+
symbol?: string | undefined;
|
|
1442
|
+
image?: string | undefined;
|
|
1443
|
+
metadata?: string | undefined;
|
|
1328
1444
|
};
|
|
1329
1445
|
amount: {
|
|
1330
1446
|
value: bigint;
|
|
@@ -1716,18 +1832,48 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1716
1832
|
decimals: number;
|
|
1717
1833
|
}>;
|
|
1718
1834
|
direction: z.ZodLiteral<"in">;
|
|
1719
|
-
asset: z.ZodObject<{
|
|
1835
|
+
asset: z.ZodEffects<z.ZodObject<{
|
|
1720
1836
|
type: z.ZodLiteral<"Nft">;
|
|
1721
1837
|
id: z.ZodString;
|
|
1838
|
+
name: z.ZodOptional<z.ZodString>;
|
|
1839
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
1840
|
+
image: z.ZodOptional<z.ZodString>;
|
|
1841
|
+
metadata: z.ZodOptional<z.ZodString>;
|
|
1722
1842
|
}, "strip", z.ZodTypeAny, {
|
|
1723
1843
|
type: "Nft";
|
|
1724
1844
|
id: string;
|
|
1845
|
+
name?: string | undefined;
|
|
1846
|
+
symbol?: string | undefined;
|
|
1847
|
+
image?: string | undefined;
|
|
1848
|
+
metadata?: string | undefined;
|
|
1849
|
+
}, {
|
|
1850
|
+
type: "Nft";
|
|
1851
|
+
id: string;
|
|
1852
|
+
name?: string | undefined;
|
|
1853
|
+
symbol?: string | undefined;
|
|
1854
|
+
image?: string | undefined;
|
|
1855
|
+
metadata?: string | undefined;
|
|
1856
|
+
}>, {
|
|
1857
|
+
name: string | undefined;
|
|
1858
|
+
symbol: string | undefined;
|
|
1859
|
+
image: string | undefined;
|
|
1860
|
+
metadata: string | undefined;
|
|
1861
|
+
type: "Nft";
|
|
1862
|
+
id: string;
|
|
1725
1863
|
}, {
|
|
1726
1864
|
type: "Nft";
|
|
1727
1865
|
id: string;
|
|
1866
|
+
name?: string | undefined;
|
|
1867
|
+
symbol?: string | undefined;
|
|
1868
|
+
image?: string | undefined;
|
|
1869
|
+
metadata?: string | undefined;
|
|
1728
1870
|
}>;
|
|
1729
1871
|
}, "strip", z.ZodTypeAny, {
|
|
1730
1872
|
asset: {
|
|
1873
|
+
name: string | undefined;
|
|
1874
|
+
symbol: string | undefined;
|
|
1875
|
+
image: string | undefined;
|
|
1876
|
+
metadata: string | undefined;
|
|
1731
1877
|
type: "Nft";
|
|
1732
1878
|
id: string;
|
|
1733
1879
|
};
|
|
@@ -1751,6 +1897,10 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1751
1897
|
asset: {
|
|
1752
1898
|
type: "Nft";
|
|
1753
1899
|
id: string;
|
|
1900
|
+
name?: string | undefined;
|
|
1901
|
+
symbol?: string | undefined;
|
|
1902
|
+
image?: string | undefined;
|
|
1903
|
+
metadata?: string | undefined;
|
|
1754
1904
|
};
|
|
1755
1905
|
amount: {
|
|
1756
1906
|
value: bigint;
|
|
@@ -1781,6 +1931,10 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1781
1931
|
timestamp: number;
|
|
1782
1932
|
} | undefined;
|
|
1783
1933
|
asset: {
|
|
1934
|
+
name: string | undefined;
|
|
1935
|
+
symbol: string | undefined;
|
|
1936
|
+
image: string | undefined;
|
|
1937
|
+
metadata: string | undefined;
|
|
1784
1938
|
type: "Nft";
|
|
1785
1939
|
id: string;
|
|
1786
1940
|
};
|
|
@@ -1793,6 +1947,10 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1793
1947
|
asset: {
|
|
1794
1948
|
type: "Nft";
|
|
1795
1949
|
id: string;
|
|
1950
|
+
name?: string | undefined;
|
|
1951
|
+
symbol?: string | undefined;
|
|
1952
|
+
image?: string | undefined;
|
|
1953
|
+
metadata?: string | undefined;
|
|
1796
1954
|
};
|
|
1797
1955
|
amount: {
|
|
1798
1956
|
value: bigint;
|
|
@@ -2129,18 +2287,48 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2129
2287
|
decimals: number;
|
|
2130
2288
|
}>;
|
|
2131
2289
|
direction: z.ZodLiteral<"out">;
|
|
2132
|
-
asset: z.ZodObject<{
|
|
2290
|
+
asset: z.ZodEffects<z.ZodObject<{
|
|
2133
2291
|
type: z.ZodLiteral<"Nft">;
|
|
2134
2292
|
id: z.ZodString;
|
|
2293
|
+
name: z.ZodOptional<z.ZodString>;
|
|
2294
|
+
symbol: z.ZodOptional<z.ZodString>;
|
|
2295
|
+
image: z.ZodOptional<z.ZodString>;
|
|
2296
|
+
metadata: z.ZodOptional<z.ZodString>;
|
|
2135
2297
|
}, "strip", z.ZodTypeAny, {
|
|
2136
2298
|
type: "Nft";
|
|
2137
2299
|
id: string;
|
|
2300
|
+
name?: string | undefined;
|
|
2301
|
+
symbol?: string | undefined;
|
|
2302
|
+
image?: string | undefined;
|
|
2303
|
+
metadata?: string | undefined;
|
|
2304
|
+
}, {
|
|
2305
|
+
type: "Nft";
|
|
2306
|
+
id: string;
|
|
2307
|
+
name?: string | undefined;
|
|
2308
|
+
symbol?: string | undefined;
|
|
2309
|
+
image?: string | undefined;
|
|
2310
|
+
metadata?: string | undefined;
|
|
2311
|
+
}>, {
|
|
2312
|
+
name: string | undefined;
|
|
2313
|
+
symbol: string | undefined;
|
|
2314
|
+
image: string | undefined;
|
|
2315
|
+
metadata: string | undefined;
|
|
2316
|
+
type: "Nft";
|
|
2317
|
+
id: string;
|
|
2138
2318
|
}, {
|
|
2139
2319
|
type: "Nft";
|
|
2140
2320
|
id: string;
|
|
2321
|
+
name?: string | undefined;
|
|
2322
|
+
symbol?: string | undefined;
|
|
2323
|
+
image?: string | undefined;
|
|
2324
|
+
metadata?: string | undefined;
|
|
2141
2325
|
}>;
|
|
2142
2326
|
}, "strip", z.ZodTypeAny, {
|
|
2143
2327
|
asset: {
|
|
2328
|
+
name: string | undefined;
|
|
2329
|
+
symbol: string | undefined;
|
|
2330
|
+
image: string | undefined;
|
|
2331
|
+
metadata: string | undefined;
|
|
2144
2332
|
type: "Nft";
|
|
2145
2333
|
id: string;
|
|
2146
2334
|
};
|
|
@@ -2164,6 +2352,10 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2164
2352
|
asset: {
|
|
2165
2353
|
type: "Nft";
|
|
2166
2354
|
id: string;
|
|
2355
|
+
name?: string | undefined;
|
|
2356
|
+
symbol?: string | undefined;
|
|
2357
|
+
image?: string | undefined;
|
|
2358
|
+
metadata?: string | undefined;
|
|
2167
2359
|
};
|
|
2168
2360
|
amount: {
|
|
2169
2361
|
value: bigint;
|
|
@@ -2194,6 +2386,10 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2194
2386
|
timestamp: number;
|
|
2195
2387
|
} | undefined;
|
|
2196
2388
|
asset: {
|
|
2389
|
+
name: string | undefined;
|
|
2390
|
+
symbol: string | undefined;
|
|
2391
|
+
image: string | undefined;
|
|
2392
|
+
metadata: string | undefined;
|
|
2197
2393
|
type: "Nft";
|
|
2198
2394
|
id: string;
|
|
2199
2395
|
};
|
|
@@ -2206,6 +2402,10 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2206
2402
|
asset: {
|
|
2207
2403
|
type: "Nft";
|
|
2208
2404
|
id: string;
|
|
2405
|
+
name?: string | undefined;
|
|
2406
|
+
symbol?: string | undefined;
|
|
2407
|
+
image?: string | undefined;
|
|
2408
|
+
metadata?: string | undefined;
|
|
2209
2409
|
};
|
|
2210
2410
|
amount: {
|
|
2211
2411
|
value: bigint;
|
|
@@ -2276,6 +2476,10 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2276
2476
|
timestamp: number;
|
|
2277
2477
|
} | undefined;
|
|
2278
2478
|
asset: {
|
|
2479
|
+
name: string | undefined;
|
|
2480
|
+
symbol: string | undefined;
|
|
2481
|
+
image: string | undefined;
|
|
2482
|
+
metadata: string | undefined;
|
|
2279
2483
|
type: "Nft";
|
|
2280
2484
|
id: string;
|
|
2281
2485
|
};
|
|
@@ -2329,6 +2533,10 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2329
2533
|
timestamp: number;
|
|
2330
2534
|
} | undefined;
|
|
2331
2535
|
asset: {
|
|
2536
|
+
name: string | undefined;
|
|
2537
|
+
symbol: string | undefined;
|
|
2538
|
+
image: string | undefined;
|
|
2539
|
+
metadata: string | undefined;
|
|
2332
2540
|
type: "Nft";
|
|
2333
2541
|
id: string;
|
|
2334
2542
|
};
|
|
@@ -2390,6 +2598,10 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2390
2598
|
asset: {
|
|
2391
2599
|
type: "Nft";
|
|
2392
2600
|
id: string;
|
|
2601
|
+
name?: string | undefined;
|
|
2602
|
+
symbol?: string | undefined;
|
|
2603
|
+
image?: string | undefined;
|
|
2604
|
+
metadata?: string | undefined;
|
|
2393
2605
|
};
|
|
2394
2606
|
amount: {
|
|
2395
2607
|
value: bigint;
|
|
@@ -2443,6 +2655,10 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2443
2655
|
asset: {
|
|
2444
2656
|
type: "Nft";
|
|
2445
2657
|
id: string;
|
|
2658
|
+
name?: string | undefined;
|
|
2659
|
+
symbol?: string | undefined;
|
|
2660
|
+
image?: string | undefined;
|
|
2661
|
+
metadata?: string | undefined;
|
|
2446
2662
|
};
|
|
2447
2663
|
amount: {
|
|
2448
2664
|
value: bigint;
|
|
@@ -2531,6 +2747,10 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2531
2747
|
timestamp: number;
|
|
2532
2748
|
} | undefined;
|
|
2533
2749
|
asset: {
|
|
2750
|
+
name: string | undefined;
|
|
2751
|
+
symbol: string | undefined;
|
|
2752
|
+
image: string | undefined;
|
|
2753
|
+
metadata: string | undefined;
|
|
2534
2754
|
type: "Nft";
|
|
2535
2755
|
id: string;
|
|
2536
2756
|
};
|
|
@@ -2584,6 +2804,10 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2584
2804
|
timestamp: number;
|
|
2585
2805
|
} | undefined;
|
|
2586
2806
|
asset: {
|
|
2807
|
+
name: string | undefined;
|
|
2808
|
+
symbol: string | undefined;
|
|
2809
|
+
image: string | undefined;
|
|
2810
|
+
metadata: string | undefined;
|
|
2587
2811
|
type: "Nft";
|
|
2588
2812
|
id: string;
|
|
2589
2813
|
};
|
|
@@ -2636,6 +2860,10 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2636
2860
|
asset: {
|
|
2637
2861
|
type: "Nft";
|
|
2638
2862
|
id: string;
|
|
2863
|
+
name?: string | undefined;
|
|
2864
|
+
symbol?: string | undefined;
|
|
2865
|
+
image?: string | undefined;
|
|
2866
|
+
metadata?: string | undefined;
|
|
2639
2867
|
};
|
|
2640
2868
|
amount: {
|
|
2641
2869
|
value: bigint;
|
|
@@ -2689,6 +2917,10 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2689
2917
|
asset: {
|
|
2690
2918
|
type: "Nft";
|
|
2691
2919
|
id: string;
|
|
2920
|
+
name?: string | undefined;
|
|
2921
|
+
symbol?: string | undefined;
|
|
2922
|
+
image?: string | undefined;
|
|
2923
|
+
metadata?: string | undefined;
|
|
2692
2924
|
};
|
|
2693
2925
|
amount: {
|
|
2694
2926
|
value: bigint;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"spam.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/ignore/spam.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAUvB,eAAO,MAAM,sBAAsB
|
|
1
|
+
{"version":3,"file":"spam.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/ignore/spam.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAUvB,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgB9B,CAAA;AAEL,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgB/B,CAAA"}
|