@0xtorch/core 0.0.32 → 0.0.33

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.
Files changed (110) hide show
  1. package/_cjs/actions/schemas/action.js.map +1 -1
  2. package/_esm/actions/schemas/action.js.map +1 -1
  3. package/_types/actions/schemas/action.d.ts +103 -80694
  4. package/_types/actions/schemas/action.d.ts.map +1 -1
  5. package/_types/actions/schemas/borrow/borrow.d.ts +3523 -342
  6. package/_types/actions/schemas/borrow/borrow.d.ts.map +1 -1
  7. package/_types/actions/schemas/crossActionBundle.d.ts +6773 -1121
  8. package/_types/actions/schemas/crossActionBundle.d.ts.map +1 -1
  9. package/_types/actions/schemas/crossReplace/bridgeFrom.d.ts +3528 -347
  10. package/_types/actions/schemas/crossReplace/bridgeFrom.d.ts.map +1 -1
  11. package/_types/actions/schemas/crossReplace/bridgeTo.d.ts +3525 -344
  12. package/_types/actions/schemas/crossReplace/bridgeTo.d.ts.map +1 -1
  13. package/_types/actions/schemas/crossReplace/crossReplace.d.ts +2862 -389
  14. package/_types/actions/schemas/crossReplace/crossReplace.d.ts.map +1 -1
  15. package/_types/actions/schemas/crossTrade/crossTrade.d.ts +2862 -389
  16. package/_types/actions/schemas/crossTrade/crossTrade.d.ts.map +1 -1
  17. package/_types/actions/schemas/default/accountAction.d.ts +387 -375
  18. package/_types/actions/schemas/default/accountAction.d.ts.map +1 -1
  19. package/_types/actions/schemas/default/normalAction.d.ts +382 -369
  20. package/_types/actions/schemas/default/normalAction.d.ts.map +1 -1
  21. package/_types/actions/schemas/default/transfer.d.ts +2932 -1323
  22. package/_types/actions/schemas/default/transfer.d.ts.map +1 -1
  23. package/_types/actions/schemas/deposit/addLiquidity.d.ts +4667 -774
  24. package/_types/actions/schemas/deposit/addLiquidity.d.ts.map +1 -1
  25. package/_types/actions/schemas/deposit/deposit.d.ts +3526 -345
  26. package/_types/actions/schemas/deposit/deposit.d.ts.map +1 -1
  27. package/_types/actions/schemas/deposit/depositWithBond.d.ts +4667 -774
  28. package/_types/actions/schemas/deposit/depositWithBond.d.ts.map +1 -1
  29. package/_types/actions/schemas/deposit/stake.d.ts +3526 -345
  30. package/_types/actions/schemas/deposit/stake.d.ts.map +1 -1
  31. package/_types/actions/schemas/fee/fee.d.ts +3510 -331
  32. package/_types/actions/schemas/fee/fee.d.ts.map +1 -1
  33. package/_types/actions/schemas/fee/transactionFee.d.ts +3038 -215
  34. package/_types/actions/schemas/fee/transactionFee.d.ts.map +1 -1
  35. package/_types/actions/schemas/ignore/approve.d.ts +2485 -18
  36. package/_types/actions/schemas/ignore/approve.d.ts.map +1 -1
  37. package/_types/actions/schemas/ignore/failTx.d.ts +2485 -18
  38. package/_types/actions/schemas/ignore/failTx.d.ts.map +1 -1
  39. package/_types/actions/schemas/ignore/ignore.d.ts +136 -130
  40. package/_types/actions/schemas/ignore/ignore.d.ts.map +1 -1
  41. package/_types/actions/schemas/ignore/move.d.ts +136 -130
  42. package/_types/actions/schemas/ignore/move.d.ts.map +1 -1
  43. package/_types/actions/schemas/ignore/receiveFromCex.d.ts +3518 -339
  44. package/_types/actions/schemas/ignore/receiveFromCex.d.ts.map +1 -1
  45. package/_types/actions/schemas/ignore/revoke.d.ts +2485 -18
  46. package/_types/actions/schemas/ignore/revoke.d.ts.map +1 -1
  47. package/_types/actions/schemas/ignore/sendToCex.d.ts +3521 -342
  48. package/_types/actions/schemas/ignore/sendToCex.d.ts.map +1 -1
  49. package/_types/actions/schemas/ignore/spam.d.ts +4663 -772
  50. package/_types/actions/schemas/ignore/spam.d.ts.map +1 -1
  51. package/_types/actions/schemas/income/atomicArbitrage.d.ts +3559 -380
  52. package/_types/actions/schemas/income/atomicArbitrage.d.ts.map +1 -1
  53. package/_types/actions/schemas/income/freeMintNft.d.ts +3014 -191
  54. package/_types/actions/schemas/income/freeMintNft.d.ts.map +1 -1
  55. package/_types/actions/schemas/income/income.d.ts +2682 -213
  56. package/_types/actions/schemas/income/income.d.ts.map +1 -1
  57. package/_types/actions/schemas/income/nftRoyalty.d.ts +1629 -39
  58. package/_types/actions/schemas/income/nftRoyalty.d.ts.map +1 -1
  59. package/_types/actions/schemas/income/swapIncome.d.ts +1636 -46
  60. package/_types/actions/schemas/income/swapIncome.d.ts.map +1 -1
  61. package/_types/actions/schemas/reduce/reduce.d.ts +1636 -46
  62. package/_types/actions/schemas/reduce/reduce.d.ts.map +1 -1
  63. package/_types/actions/schemas/repayment/repayment.d.ts +3526 -345
  64. package/_types/actions/schemas/repayment/repayment.d.ts.map +1 -1
  65. package/_types/actions/schemas/repayment/repaymentWithDebt.d.ts +4667 -774
  66. package/_types/actions/schemas/repayment/repaymentWithDebt.d.ts.map +1 -1
  67. package/_types/actions/schemas/replace/replace.d.ts +4663 -772
  68. package/_types/actions/schemas/replace/replace.d.ts.map +1 -1
  69. package/_types/actions/schemas/replace/swapNft.d.ts +3510 -331
  70. package/_types/actions/schemas/replace/swapNft.d.ts.map +1 -1
  71. package/_types/actions/schemas/replace/unwrap.d.ts +3559 -380
  72. package/_types/actions/schemas/replace/unwrap.d.ts.map +1 -1
  73. package/_types/actions/schemas/replace/wrap.d.ts +3559 -380
  74. package/_types/actions/schemas/replace/wrap.d.ts.map +1 -1
  75. package/_types/actions/schemas/trade/buyCrypto.d.ts +3506 -327
  76. package/_types/actions/schemas/trade/buyCrypto.d.ts.map +1 -1
  77. package/_types/actions/schemas/trade/buyNft.d.ts +4144 -609
  78. package/_types/actions/schemas/trade/buyNft.d.ts.map +1 -1
  79. package/_types/actions/schemas/trade/mintNft.d.ts +4144 -609
  80. package/_types/actions/schemas/trade/mintNft.d.ts.map +1 -1
  81. package/_types/actions/schemas/trade/sellCrypto.d.ts +3514 -335
  82. package/_types/actions/schemas/trade/sellCrypto.d.ts.map +1 -1
  83. package/_types/actions/schemas/trade/sellNft.d.ts +4144 -609
  84. package/_types/actions/schemas/trade/sellNft.d.ts.map +1 -1
  85. package/_types/actions/schemas/trade/trade.d.ts +2854 -383
  86. package/_types/actions/schemas/trade/trade.d.ts.map +1 -1
  87. package/_types/actions/schemas/transfer/swapTransfer.d.ts +1636 -46
  88. package/_types/actions/schemas/transfer/swapTransfer.d.ts.map +1 -1
  89. package/_types/actions/schemas/transfer/transfer.d.ts +1388 -148
  90. package/_types/actions/schemas/transfer/transfer.d.ts.map +1 -1
  91. package/_types/actions/schemas/valuedown/valuedown.d.ts +2756 -287
  92. package/_types/actions/schemas/valuedown/valuedown.d.ts.map +1 -1
  93. package/_types/actions/schemas/valueup/valueup.d.ts +2761 -292
  94. package/_types/actions/schemas/valueup/valueup.d.ts.map +1 -1
  95. package/_types/actions/schemas/withdraw/removeLiquidity.d.ts +4667 -774
  96. package/_types/actions/schemas/withdraw/removeLiquidity.d.ts.map +1 -1
  97. package/_types/actions/schemas/withdraw/unstake.d.ts +3523 -342
  98. package/_types/actions/schemas/withdraw/unstake.d.ts.map +1 -1
  99. package/_types/actions/schemas/withdraw/withdraw.d.ts +3523 -342
  100. package/_types/actions/schemas/withdraw/withdraw.d.ts.map +1 -1
  101. package/_types/actions/schemas/withdraw/withdrawWithBond.d.ts +4667 -774
  102. package/_types/actions/schemas/withdraw/withdrawWithBond.d.ts.map +1 -1
  103. package/_types/apps/schemas.d.ts +3 -3
  104. package/_types/assets/schemas/asset.d.ts +3 -3
  105. package/_types/assets/schemas/nft.d.ts +3 -3
  106. package/actions/schemas/action.ts +92 -2
  107. package/package.json +2 -2
  108. package/.DS_Store +0 -0
  109. package/actions/.DS_Store +0 -0
  110. package/assets/.DS_Store +0 -0
@@ -1,36 +1,5 @@
1
1
  import { z } from 'zod';
2
- export declare const transferInSchema: z.ZodEffects<z.ZodObject<{
3
- price: z.ZodOptional<z.ZodObject<{
4
- cryptoCurrencyId: z.ZodString;
5
- fiatCurrencyId: z.ZodString;
6
- price: z.ZodObject<{
7
- value: z.ZodBigInt;
8
- decimals: z.ZodNumber;
9
- }, "strip", z.ZodTypeAny, {
10
- value: bigint;
11
- decimals: number;
12
- }, {
13
- value: bigint;
14
- decimals: number;
15
- }>;
16
- timestamp: z.ZodNumber;
17
- }, "strip", z.ZodTypeAny, {
18
- cryptoCurrencyId: string;
19
- fiatCurrencyId: string;
20
- price: {
21
- value: bigint;
22
- decimals: number;
23
- };
24
- timestamp: number;
25
- }, {
26
- cryptoCurrencyId: string;
27
- fiatCurrencyId: string;
28
- price: {
29
- value: bigint;
30
- decimals: number;
31
- };
32
- timestamp: number;
33
- }>>;
2
+ export declare const transferInSchema: z.ZodEffects<z.ZodObject<z.objectUtil.extendShape<{
34
3
  from: z.ZodOptional<z.ZodString>;
35
4
  to: z.ZodOptional<z.ZodString>;
36
5
  asset: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
@@ -180,16 +149,16 @@ export declare const transferInSchema: z.ZodEffects<z.ZodObject<{
180
149
  type: "Nft";
181
150
  id: string;
182
151
  updatedAt: number;
183
- name?: string | undefined;
184
152
  symbol?: string | undefined;
153
+ name?: string | undefined;
185
154
  image?: string | undefined;
186
155
  metadata?: string | undefined;
187
156
  }, {
188
157
  type: "Nft";
189
158
  id: string;
190
159
  updatedAt: number;
191
- name?: string | undefined;
192
160
  symbol?: string | undefined;
161
+ name?: string | undefined;
193
162
  image?: string | undefined;
194
163
  metadata?: string | undefined;
195
164
  }>, {
@@ -204,8 +173,8 @@ export declare const transferInSchema: z.ZodEffects<z.ZodObject<{
204
173
  type: "Nft";
205
174
  id: string;
206
175
  updatedAt: number;
207
- name?: string | undefined;
208
176
  symbol?: string | undefined;
177
+ name?: string | undefined;
209
178
  image?: string | undefined;
210
179
  metadata?: string | undefined;
211
180
  }>]>;
@@ -219,8 +188,40 @@ export declare const transferInSchema: z.ZodEffects<z.ZodObject<{
219
188
  value: bigint;
220
189
  decimals: number;
221
190
  }>;
191
+ price: z.ZodOptional<z.ZodObject<{
192
+ cryptoCurrencyId: z.ZodString;
193
+ fiatCurrencyId: z.ZodString;
194
+ price: z.ZodObject<{
195
+ value: z.ZodBigInt;
196
+ decimals: z.ZodNumber;
197
+ }, "strip", z.ZodTypeAny, {
198
+ value: bigint;
199
+ decimals: number;
200
+ }, {
201
+ value: bigint;
202
+ decimals: number;
203
+ }>;
204
+ timestamp: z.ZodNumber;
205
+ }, "strip", z.ZodTypeAny, {
206
+ cryptoCurrencyId: string;
207
+ fiatCurrencyId: string;
208
+ price: {
209
+ value: bigint;
210
+ decimals: number;
211
+ };
212
+ timestamp: number;
213
+ }, {
214
+ cryptoCurrencyId: string;
215
+ fiatCurrencyId: string;
216
+ price: {
217
+ value: bigint;
218
+ decimals: number;
219
+ };
220
+ timestamp: number;
221
+ }>>;
222
+ }, {
222
223
  direction: z.ZodLiteral<"in">;
223
- }, "strip", z.ZodTypeAny, {
224
+ }>, "strip", z.ZodTypeAny, {
224
225
  asset: {
225
226
  icon: string | undefined;
226
227
  priceDatasourceId: string | undefined;
@@ -293,8 +294,8 @@ export declare const transferInSchema: z.ZodEffects<z.ZodObject<{
293
294
  type: "Nft";
294
295
  id: string;
295
296
  updatedAt: number;
296
- name?: string | undefined;
297
297
  symbol?: string | undefined;
298
+ name?: string | undefined;
298
299
  image?: string | undefined;
299
300
  metadata?: string | undefined;
300
301
  };
@@ -387,8 +388,8 @@ export declare const transferInSchema: z.ZodEffects<z.ZodObject<{
387
388
  type: "Nft";
388
389
  id: string;
389
390
  updatedAt: number;
390
- name?: string | undefined;
391
391
  symbol?: string | undefined;
392
+ name?: string | undefined;
392
393
  image?: string | undefined;
393
394
  metadata?: string | undefined;
394
395
  };
@@ -409,52 +410,10 @@ export declare const transferInSchema: z.ZodEffects<z.ZodObject<{
409
410
  from?: string | undefined;
410
411
  to?: string | undefined;
411
412
  }>;
412
- export declare const transferCryptoCurrencyInSchema: z.ZodEffects<z.ZodObject<{
413
- price: z.ZodOptional<z.ZodObject<{
414
- cryptoCurrencyId: z.ZodString;
415
- fiatCurrencyId: z.ZodString;
416
- price: z.ZodObject<{
417
- value: z.ZodBigInt;
418
- decimals: z.ZodNumber;
419
- }, "strip", z.ZodTypeAny, {
420
- value: bigint;
421
- decimals: number;
422
- }, {
423
- value: bigint;
424
- decimals: number;
425
- }>;
426
- timestamp: z.ZodNumber;
427
- }, "strip", z.ZodTypeAny, {
428
- cryptoCurrencyId: string;
429
- fiatCurrencyId: string;
430
- price: {
431
- value: bigint;
432
- decimals: number;
433
- };
434
- timestamp: number;
435
- }, {
436
- cryptoCurrencyId: string;
437
- fiatCurrencyId: string;
438
- price: {
439
- value: bigint;
440
- decimals: number;
441
- };
442
- timestamp: number;
443
- }>>;
413
+ export declare const transferCryptoCurrencyInSchema: z.ZodEffects<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
444
414
  from: z.ZodOptional<z.ZodString>;
445
415
  to: z.ZodOptional<z.ZodString>;
446
- amount: z.ZodObject<{
447
- value: z.ZodBigInt;
448
- decimals: z.ZodNumber;
449
- }, "strip", z.ZodTypeAny, {
450
- value: bigint;
451
- decimals: number;
452
- }, {
453
- value: bigint;
454
- decimals: number;
455
- }>;
456
- direction: z.ZodLiteral<"in">;
457
- asset: z.ZodEffects<z.ZodObject<{
416
+ asset: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
458
417
  type: z.ZodLiteral<"CryptoCurrency">;
459
418
  id: z.ZodString;
460
419
  name: z.ZodString;
@@ -559,30 +518,102 @@ export declare const transferCryptoCurrencyInSchema: z.ZodEffects<z.ZodObject<{
559
518
  updatedAt: number;
560
519
  icon?: string | undefined;
561
520
  priceDatasourceId?: string | undefined;
562
- }>;
563
- }, "strip", z.ZodTypeAny, {
564
- asset: {
521
+ }>, z.ZodEffects<z.ZodObject<{
522
+ type: z.ZodLiteral<"FiatCurrency">;
523
+ id: z.ZodUnion<[z.ZodLiteral<"cny">, z.ZodLiteral<"eur">, z.ZodLiteral<"idr">, z.ZodLiteral<"jpy">, z.ZodLiteral<"krw">, z.ZodLiteral<"rub">, z.ZodLiteral<"twd">, z.ZodLiteral<"usd">]>;
524
+ name: z.ZodString;
525
+ symbol: z.ZodString;
526
+ icon: z.ZodOptional<z.ZodString>;
527
+ }, "strip", z.ZodTypeAny, {
528
+ symbol: string;
529
+ type: "FiatCurrency";
530
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
531
+ name: string;
532
+ icon?: string | undefined;
533
+ }, {
534
+ symbol: string;
535
+ type: "FiatCurrency";
536
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
537
+ name: string;
538
+ icon?: string | undefined;
539
+ }>, {
565
540
  icon: string | undefined;
566
- priceDatasourceId: string | undefined;
567
541
  symbol: string;
568
- type: "CryptoCurrency";
569
- id: string;
542
+ type: "FiatCurrency";
543
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
570
544
  name: string;
571
- market: {
572
- coingeckoId: string | undefined;
573
- marketCapUsd: {
574
- value: bigint;
575
- decimals: number;
576
- } | undefined;
577
- };
545
+ }, {
546
+ symbol: string;
547
+ type: "FiatCurrency";
548
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
549
+ name: string;
550
+ icon?: string | undefined;
551
+ }>, z.ZodEffects<z.ZodObject<{
552
+ type: z.ZodLiteral<"Nft">;
553
+ id: z.ZodString;
554
+ name: z.ZodOptional<z.ZodString>;
555
+ symbol: z.ZodOptional<z.ZodString>;
556
+ image: z.ZodOptional<z.ZodString>;
557
+ metadata: z.ZodOptional<z.ZodString>;
558
+ updatedAt: z.ZodNumber;
559
+ }, "strip", z.ZodTypeAny, {
560
+ type: "Nft";
561
+ id: string;
578
562
  updatedAt: number;
579
- };
580
- amount: {
563
+ symbol?: string | undefined;
564
+ name?: string | undefined;
565
+ image?: string | undefined;
566
+ metadata?: string | undefined;
567
+ }, {
568
+ type: "Nft";
569
+ id: string;
570
+ updatedAt: number;
571
+ symbol?: string | undefined;
572
+ name?: string | undefined;
573
+ image?: string | undefined;
574
+ metadata?: string | undefined;
575
+ }>, {
576
+ name: string | undefined;
577
+ symbol: string | undefined;
578
+ image: string | undefined;
579
+ metadata: string | undefined;
580
+ type: "Nft";
581
+ id: string;
582
+ updatedAt: number;
583
+ }, {
584
+ type: "Nft";
585
+ id: string;
586
+ updatedAt: number;
587
+ symbol?: string | undefined;
588
+ name?: string | undefined;
589
+ image?: string | undefined;
590
+ metadata?: string | undefined;
591
+ }>]>;
592
+ amount: z.ZodObject<{
593
+ value: z.ZodBigInt;
594
+ decimals: z.ZodNumber;
595
+ }, "strip", z.ZodTypeAny, {
581
596
  value: bigint;
582
597
  decimals: number;
583
- };
584
- direction: "in";
585
- price?: {
598
+ }, {
599
+ value: bigint;
600
+ decimals: number;
601
+ }>;
602
+ price: z.ZodOptional<z.ZodObject<{
603
+ cryptoCurrencyId: z.ZodString;
604
+ fiatCurrencyId: z.ZodString;
605
+ price: z.ZodObject<{
606
+ value: z.ZodBigInt;
607
+ decimals: z.ZodNumber;
608
+ }, "strip", z.ZodTypeAny, {
609
+ value: bigint;
610
+ decimals: number;
611
+ }, {
612
+ value: bigint;
613
+ decimals: number;
614
+ }>;
615
+ timestamp: z.ZodNumber;
616
+ }, "strip", z.ZodTypeAny, {
586
617
  cryptoCurrencyId: string;
587
618
  fiatCurrencyId: string;
588
619
  price: {
@@ -590,32 +621,7 @@ export declare const transferCryptoCurrencyInSchema: z.ZodEffects<z.ZodObject<{
590
621
  decimals: number;
591
622
  };
592
623
  timestamp: number;
593
- } | undefined;
594
- from?: string | undefined;
595
- to?: string | undefined;
596
- }, {
597
- asset: {
598
- symbol: string;
599
- type: "CryptoCurrency";
600
- id: string;
601
- name: string;
602
- market: {
603
- coingeckoId?: string | undefined;
604
- marketCapUsd?: {
605
- value: bigint;
606
- decimals: number;
607
- } | undefined;
608
- };
609
- updatedAt: number;
610
- icon?: string | undefined;
611
- priceDatasourceId?: string | undefined;
612
- };
613
- amount: {
614
- value: bigint;
615
- decimals: number;
616
- };
617
- direction: "in";
618
- price?: {
624
+ }, {
619
625
  cryptoCurrencyId: string;
620
626
  fiatCurrencyId: string;
621
627
  price: {
@@ -623,11 +629,184 @@ export declare const transferCryptoCurrencyInSchema: z.ZodEffects<z.ZodObject<{
623
629
  decimals: number;
624
630
  };
625
631
  timestamp: number;
626
- } | undefined;
627
- from?: string | undefined;
628
- to?: string | undefined;
629
- }>, {
630
- from: string | undefined;
632
+ }>>;
633
+ }, {
634
+ direction: z.ZodLiteral<"in">;
635
+ }>, {
636
+ asset: z.ZodEffects<z.ZodObject<{
637
+ type: z.ZodLiteral<"CryptoCurrency">;
638
+ id: z.ZodString;
639
+ name: z.ZodString;
640
+ symbol: z.ZodString;
641
+ icon: z.ZodOptional<z.ZodString>;
642
+ market: z.ZodEffects<z.ZodObject<{
643
+ coingeckoId: z.ZodOptional<z.ZodString>;
644
+ marketCapUsd: z.ZodOptional<z.ZodObject<{
645
+ value: z.ZodBigInt;
646
+ decimals: z.ZodNumber;
647
+ }, "strip", z.ZodTypeAny, {
648
+ value: bigint;
649
+ decimals: number;
650
+ }, {
651
+ value: bigint;
652
+ decimals: number;
653
+ }>>;
654
+ }, "strip", z.ZodTypeAny, {
655
+ coingeckoId?: string | undefined;
656
+ marketCapUsd?: {
657
+ value: bigint;
658
+ decimals: number;
659
+ } | undefined;
660
+ }, {
661
+ coingeckoId?: string | undefined;
662
+ marketCapUsd?: {
663
+ value: bigint;
664
+ decimals: number;
665
+ } | undefined;
666
+ }>, {
667
+ coingeckoId: string | undefined;
668
+ marketCapUsd: {
669
+ value: bigint;
670
+ decimals: number;
671
+ } | undefined;
672
+ }, {
673
+ coingeckoId?: string | undefined;
674
+ marketCapUsd?: {
675
+ value: bigint;
676
+ decimals: number;
677
+ } | undefined;
678
+ }>;
679
+ priceDatasourceId: z.ZodOptional<z.ZodString>;
680
+ updatedAt: z.ZodNumber;
681
+ }, "strip", z.ZodTypeAny, {
682
+ symbol: string;
683
+ type: "CryptoCurrency";
684
+ id: string;
685
+ name: string;
686
+ market: {
687
+ coingeckoId: string | undefined;
688
+ marketCapUsd: {
689
+ value: bigint;
690
+ decimals: number;
691
+ } | undefined;
692
+ };
693
+ updatedAt: number;
694
+ icon?: string | undefined;
695
+ priceDatasourceId?: string | undefined;
696
+ }, {
697
+ symbol: string;
698
+ type: "CryptoCurrency";
699
+ id: string;
700
+ name: string;
701
+ market: {
702
+ coingeckoId?: string | undefined;
703
+ marketCapUsd?: {
704
+ value: bigint;
705
+ decimals: number;
706
+ } | undefined;
707
+ };
708
+ updatedAt: number;
709
+ icon?: string | undefined;
710
+ priceDatasourceId?: string | undefined;
711
+ }>, {
712
+ icon: string | undefined;
713
+ priceDatasourceId: string | undefined;
714
+ symbol: string;
715
+ type: "CryptoCurrency";
716
+ id: string;
717
+ name: string;
718
+ market: {
719
+ coingeckoId: string | undefined;
720
+ marketCapUsd: {
721
+ value: bigint;
722
+ decimals: number;
723
+ } | undefined;
724
+ };
725
+ updatedAt: number;
726
+ }, {
727
+ symbol: string;
728
+ type: "CryptoCurrency";
729
+ id: string;
730
+ name: string;
731
+ market: {
732
+ coingeckoId?: string | undefined;
733
+ marketCapUsd?: {
734
+ value: bigint;
735
+ decimals: number;
736
+ } | undefined;
737
+ };
738
+ updatedAt: number;
739
+ icon?: string | undefined;
740
+ priceDatasourceId?: string | undefined;
741
+ }>;
742
+ }>, "strip", z.ZodTypeAny, {
743
+ asset: {
744
+ icon: string | undefined;
745
+ priceDatasourceId: string | undefined;
746
+ symbol: string;
747
+ type: "CryptoCurrency";
748
+ id: string;
749
+ name: string;
750
+ market: {
751
+ coingeckoId: string | undefined;
752
+ marketCapUsd: {
753
+ value: bigint;
754
+ decimals: number;
755
+ } | undefined;
756
+ };
757
+ updatedAt: number;
758
+ };
759
+ amount: {
760
+ value: bigint;
761
+ decimals: number;
762
+ };
763
+ direction: "in";
764
+ price?: {
765
+ cryptoCurrencyId: string;
766
+ fiatCurrencyId: string;
767
+ price: {
768
+ value: bigint;
769
+ decimals: number;
770
+ };
771
+ timestamp: number;
772
+ } | undefined;
773
+ from?: string | undefined;
774
+ to?: string | undefined;
775
+ }, {
776
+ asset: {
777
+ symbol: string;
778
+ type: "CryptoCurrency";
779
+ id: string;
780
+ name: string;
781
+ market: {
782
+ coingeckoId?: string | undefined;
783
+ marketCapUsd?: {
784
+ value: bigint;
785
+ decimals: number;
786
+ } | undefined;
787
+ };
788
+ updatedAt: number;
789
+ icon?: string | undefined;
790
+ priceDatasourceId?: string | undefined;
791
+ };
792
+ amount: {
793
+ value: bigint;
794
+ decimals: number;
795
+ };
796
+ direction: "in";
797
+ price?: {
798
+ cryptoCurrencyId: string;
799
+ fiatCurrencyId: string;
800
+ price: {
801
+ value: bigint;
802
+ decimals: number;
803
+ };
804
+ timestamp: number;
805
+ } | undefined;
806
+ from?: string | undefined;
807
+ to?: string | undefined;
808
+ }>, {
809
+ from: string | undefined;
631
810
  to: string | undefined;
632
811
  price: {
633
812
  cryptoCurrencyId: string;
@@ -675,25 +854,1806 @@ export declare const transferCryptoCurrencyInSchema: z.ZodEffects<z.ZodObject<{
675
854
  updatedAt: number;
676
855
  icon?: string | undefined;
677
856
  priceDatasourceId?: string | undefined;
678
- };
679
- amount: {
857
+ };
858
+ amount: {
859
+ value: bigint;
860
+ decimals: number;
861
+ };
862
+ direction: "in";
863
+ price?: {
864
+ cryptoCurrencyId: string;
865
+ fiatCurrencyId: string;
866
+ price: {
867
+ value: bigint;
868
+ decimals: number;
869
+ };
870
+ timestamp: number;
871
+ } | undefined;
872
+ from?: string | undefined;
873
+ to?: string | undefined;
874
+ }>;
875
+ export declare const transferFiatCurrencyInSchema: z.ZodEffects<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
876
+ from: z.ZodOptional<z.ZodString>;
877
+ to: z.ZodOptional<z.ZodString>;
878
+ asset: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
879
+ type: z.ZodLiteral<"CryptoCurrency">;
880
+ id: z.ZodString;
881
+ name: z.ZodString;
882
+ symbol: z.ZodString;
883
+ icon: z.ZodOptional<z.ZodString>;
884
+ market: z.ZodEffects<z.ZodObject<{
885
+ coingeckoId: z.ZodOptional<z.ZodString>;
886
+ marketCapUsd: z.ZodOptional<z.ZodObject<{
887
+ value: z.ZodBigInt;
888
+ decimals: z.ZodNumber;
889
+ }, "strip", z.ZodTypeAny, {
890
+ value: bigint;
891
+ decimals: number;
892
+ }, {
893
+ value: bigint;
894
+ decimals: number;
895
+ }>>;
896
+ }, "strip", z.ZodTypeAny, {
897
+ coingeckoId?: string | undefined;
898
+ marketCapUsd?: {
899
+ value: bigint;
900
+ decimals: number;
901
+ } | undefined;
902
+ }, {
903
+ coingeckoId?: string | undefined;
904
+ marketCapUsd?: {
905
+ value: bigint;
906
+ decimals: number;
907
+ } | undefined;
908
+ }>, {
909
+ coingeckoId: string | undefined;
910
+ marketCapUsd: {
911
+ value: bigint;
912
+ decimals: number;
913
+ } | undefined;
914
+ }, {
915
+ coingeckoId?: string | undefined;
916
+ marketCapUsd?: {
917
+ value: bigint;
918
+ decimals: number;
919
+ } | undefined;
920
+ }>;
921
+ priceDatasourceId: z.ZodOptional<z.ZodString>;
922
+ updatedAt: z.ZodNumber;
923
+ }, "strip", z.ZodTypeAny, {
924
+ symbol: string;
925
+ type: "CryptoCurrency";
926
+ id: string;
927
+ name: string;
928
+ market: {
929
+ coingeckoId: string | undefined;
930
+ marketCapUsd: {
931
+ value: bigint;
932
+ decimals: number;
933
+ } | undefined;
934
+ };
935
+ updatedAt: number;
936
+ icon?: string | undefined;
937
+ priceDatasourceId?: string | undefined;
938
+ }, {
939
+ symbol: string;
940
+ type: "CryptoCurrency";
941
+ id: string;
942
+ name: string;
943
+ market: {
944
+ coingeckoId?: string | undefined;
945
+ marketCapUsd?: {
946
+ value: bigint;
947
+ decimals: number;
948
+ } | undefined;
949
+ };
950
+ updatedAt: number;
951
+ icon?: string | undefined;
952
+ priceDatasourceId?: string | undefined;
953
+ }>, {
954
+ icon: string | undefined;
955
+ priceDatasourceId: string | undefined;
956
+ symbol: string;
957
+ type: "CryptoCurrency";
958
+ id: string;
959
+ name: string;
960
+ market: {
961
+ coingeckoId: string | undefined;
962
+ marketCapUsd: {
963
+ value: bigint;
964
+ decimals: number;
965
+ } | undefined;
966
+ };
967
+ updatedAt: number;
968
+ }, {
969
+ symbol: string;
970
+ type: "CryptoCurrency";
971
+ id: string;
972
+ name: string;
973
+ market: {
974
+ coingeckoId?: string | undefined;
975
+ marketCapUsd?: {
976
+ value: bigint;
977
+ decimals: number;
978
+ } | undefined;
979
+ };
980
+ updatedAt: number;
981
+ icon?: string | undefined;
982
+ priceDatasourceId?: string | undefined;
983
+ }>, z.ZodEffects<z.ZodObject<{
984
+ type: z.ZodLiteral<"FiatCurrency">;
985
+ id: z.ZodUnion<[z.ZodLiteral<"cny">, z.ZodLiteral<"eur">, z.ZodLiteral<"idr">, z.ZodLiteral<"jpy">, z.ZodLiteral<"krw">, z.ZodLiteral<"rub">, z.ZodLiteral<"twd">, z.ZodLiteral<"usd">]>;
986
+ name: z.ZodString;
987
+ symbol: z.ZodString;
988
+ icon: z.ZodOptional<z.ZodString>;
989
+ }, "strip", z.ZodTypeAny, {
990
+ symbol: string;
991
+ type: "FiatCurrency";
992
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
993
+ name: string;
994
+ icon?: string | undefined;
995
+ }, {
996
+ symbol: string;
997
+ type: "FiatCurrency";
998
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
999
+ name: string;
1000
+ icon?: string | undefined;
1001
+ }>, {
1002
+ icon: string | undefined;
1003
+ symbol: string;
1004
+ type: "FiatCurrency";
1005
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1006
+ name: string;
1007
+ }, {
1008
+ symbol: string;
1009
+ type: "FiatCurrency";
1010
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1011
+ name: string;
1012
+ icon?: string | undefined;
1013
+ }>, z.ZodEffects<z.ZodObject<{
1014
+ type: z.ZodLiteral<"Nft">;
1015
+ id: z.ZodString;
1016
+ name: z.ZodOptional<z.ZodString>;
1017
+ symbol: z.ZodOptional<z.ZodString>;
1018
+ image: z.ZodOptional<z.ZodString>;
1019
+ metadata: z.ZodOptional<z.ZodString>;
1020
+ updatedAt: z.ZodNumber;
1021
+ }, "strip", z.ZodTypeAny, {
1022
+ type: "Nft";
1023
+ id: string;
1024
+ updatedAt: number;
1025
+ symbol?: string | undefined;
1026
+ name?: string | undefined;
1027
+ image?: string | undefined;
1028
+ metadata?: string | undefined;
1029
+ }, {
1030
+ type: "Nft";
1031
+ id: string;
1032
+ updatedAt: number;
1033
+ symbol?: string | undefined;
1034
+ name?: string | undefined;
1035
+ image?: string | undefined;
1036
+ metadata?: string | undefined;
1037
+ }>, {
1038
+ name: string | undefined;
1039
+ symbol: string | undefined;
1040
+ image: string | undefined;
1041
+ metadata: string | undefined;
1042
+ type: "Nft";
1043
+ id: string;
1044
+ updatedAt: number;
1045
+ }, {
1046
+ type: "Nft";
1047
+ id: string;
1048
+ updatedAt: number;
1049
+ symbol?: string | undefined;
1050
+ name?: string | undefined;
1051
+ image?: string | undefined;
1052
+ metadata?: string | undefined;
1053
+ }>]>;
1054
+ amount: z.ZodObject<{
1055
+ value: z.ZodBigInt;
1056
+ decimals: z.ZodNumber;
1057
+ }, "strip", z.ZodTypeAny, {
1058
+ value: bigint;
1059
+ decimals: number;
1060
+ }, {
1061
+ value: bigint;
1062
+ decimals: number;
1063
+ }>;
1064
+ price: z.ZodOptional<z.ZodObject<{
1065
+ cryptoCurrencyId: z.ZodString;
1066
+ fiatCurrencyId: z.ZodString;
1067
+ price: z.ZodObject<{
1068
+ value: z.ZodBigInt;
1069
+ decimals: z.ZodNumber;
1070
+ }, "strip", z.ZodTypeAny, {
1071
+ value: bigint;
1072
+ decimals: number;
1073
+ }, {
1074
+ value: bigint;
1075
+ decimals: number;
1076
+ }>;
1077
+ timestamp: z.ZodNumber;
1078
+ }, "strip", z.ZodTypeAny, {
1079
+ cryptoCurrencyId: string;
1080
+ fiatCurrencyId: string;
1081
+ price: {
1082
+ value: bigint;
1083
+ decimals: number;
1084
+ };
1085
+ timestamp: number;
1086
+ }, {
1087
+ cryptoCurrencyId: string;
1088
+ fiatCurrencyId: string;
1089
+ price: {
1090
+ value: bigint;
1091
+ decimals: number;
1092
+ };
1093
+ timestamp: number;
1094
+ }>>;
1095
+ }, {
1096
+ direction: z.ZodLiteral<"in">;
1097
+ }>, {
1098
+ asset: z.ZodEffects<z.ZodObject<{
1099
+ type: z.ZodLiteral<"FiatCurrency">;
1100
+ id: z.ZodUnion<[z.ZodLiteral<"cny">, z.ZodLiteral<"eur">, z.ZodLiteral<"idr">, z.ZodLiteral<"jpy">, z.ZodLiteral<"krw">, z.ZodLiteral<"rub">, z.ZodLiteral<"twd">, z.ZodLiteral<"usd">]>;
1101
+ name: z.ZodString;
1102
+ symbol: z.ZodString;
1103
+ icon: z.ZodOptional<z.ZodString>;
1104
+ }, "strip", z.ZodTypeAny, {
1105
+ symbol: string;
1106
+ type: "FiatCurrency";
1107
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1108
+ name: string;
1109
+ icon?: string | undefined;
1110
+ }, {
1111
+ symbol: string;
1112
+ type: "FiatCurrency";
1113
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1114
+ name: string;
1115
+ icon?: string | undefined;
1116
+ }>, {
1117
+ icon: string | undefined;
1118
+ symbol: string;
1119
+ type: "FiatCurrency";
1120
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1121
+ name: string;
1122
+ }, {
1123
+ symbol: string;
1124
+ type: "FiatCurrency";
1125
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1126
+ name: string;
1127
+ icon?: string | undefined;
1128
+ }>;
1129
+ }>, "strip", z.ZodTypeAny, {
1130
+ asset: {
1131
+ icon: string | undefined;
1132
+ symbol: string;
1133
+ type: "FiatCurrency";
1134
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1135
+ name: string;
1136
+ };
1137
+ amount: {
1138
+ value: bigint;
1139
+ decimals: number;
1140
+ };
1141
+ direction: "in";
1142
+ price?: {
1143
+ cryptoCurrencyId: string;
1144
+ fiatCurrencyId: string;
1145
+ price: {
1146
+ value: bigint;
1147
+ decimals: number;
1148
+ };
1149
+ timestamp: number;
1150
+ } | undefined;
1151
+ from?: string | undefined;
1152
+ to?: string | undefined;
1153
+ }, {
1154
+ asset: {
1155
+ symbol: string;
1156
+ type: "FiatCurrency";
1157
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1158
+ name: string;
1159
+ icon?: string | undefined;
1160
+ };
1161
+ amount: {
1162
+ value: bigint;
1163
+ decimals: number;
1164
+ };
1165
+ direction: "in";
1166
+ price?: {
1167
+ cryptoCurrencyId: string;
1168
+ fiatCurrencyId: string;
1169
+ price: {
1170
+ value: bigint;
1171
+ decimals: number;
1172
+ };
1173
+ timestamp: number;
1174
+ } | undefined;
1175
+ from?: string | undefined;
1176
+ to?: string | undefined;
1177
+ }>, {
1178
+ from: string | undefined;
1179
+ to: string | undefined;
1180
+ price: {
1181
+ cryptoCurrencyId: string;
1182
+ fiatCurrencyId: string;
1183
+ price: {
1184
+ value: bigint;
1185
+ decimals: number;
1186
+ };
1187
+ timestamp: number;
1188
+ } | undefined;
1189
+ asset: {
1190
+ icon: string | undefined;
1191
+ symbol: string;
1192
+ type: "FiatCurrency";
1193
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1194
+ name: string;
1195
+ };
1196
+ amount: {
1197
+ value: bigint;
1198
+ decimals: number;
1199
+ };
1200
+ direction: "in";
1201
+ }, {
1202
+ asset: {
1203
+ symbol: string;
1204
+ type: "FiatCurrency";
1205
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1206
+ name: string;
1207
+ icon?: string | undefined;
1208
+ };
1209
+ amount: {
1210
+ value: bigint;
1211
+ decimals: number;
1212
+ };
1213
+ direction: "in";
1214
+ price?: {
1215
+ cryptoCurrencyId: string;
1216
+ fiatCurrencyId: string;
1217
+ price: {
1218
+ value: bigint;
1219
+ decimals: number;
1220
+ };
1221
+ timestamp: number;
1222
+ } | undefined;
1223
+ from?: string | undefined;
1224
+ to?: string | undefined;
1225
+ }>;
1226
+ export declare const transferNftInSchema: z.ZodEffects<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
1227
+ from: z.ZodOptional<z.ZodString>;
1228
+ to: z.ZodOptional<z.ZodString>;
1229
+ asset: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
1230
+ type: z.ZodLiteral<"CryptoCurrency">;
1231
+ id: z.ZodString;
1232
+ name: z.ZodString;
1233
+ symbol: z.ZodString;
1234
+ icon: z.ZodOptional<z.ZodString>;
1235
+ market: z.ZodEffects<z.ZodObject<{
1236
+ coingeckoId: z.ZodOptional<z.ZodString>;
1237
+ marketCapUsd: z.ZodOptional<z.ZodObject<{
1238
+ value: z.ZodBigInt;
1239
+ decimals: z.ZodNumber;
1240
+ }, "strip", z.ZodTypeAny, {
1241
+ value: bigint;
1242
+ decimals: number;
1243
+ }, {
1244
+ value: bigint;
1245
+ decimals: number;
1246
+ }>>;
1247
+ }, "strip", z.ZodTypeAny, {
1248
+ coingeckoId?: string | undefined;
1249
+ marketCapUsd?: {
1250
+ value: bigint;
1251
+ decimals: number;
1252
+ } | undefined;
1253
+ }, {
1254
+ coingeckoId?: string | undefined;
1255
+ marketCapUsd?: {
1256
+ value: bigint;
1257
+ decimals: number;
1258
+ } | undefined;
1259
+ }>, {
1260
+ coingeckoId: string | undefined;
1261
+ marketCapUsd: {
1262
+ value: bigint;
1263
+ decimals: number;
1264
+ } | undefined;
1265
+ }, {
1266
+ coingeckoId?: string | undefined;
1267
+ marketCapUsd?: {
1268
+ value: bigint;
1269
+ decimals: number;
1270
+ } | undefined;
1271
+ }>;
1272
+ priceDatasourceId: z.ZodOptional<z.ZodString>;
1273
+ updatedAt: z.ZodNumber;
1274
+ }, "strip", z.ZodTypeAny, {
1275
+ symbol: string;
1276
+ type: "CryptoCurrency";
1277
+ id: string;
1278
+ name: string;
1279
+ market: {
1280
+ coingeckoId: string | undefined;
1281
+ marketCapUsd: {
1282
+ value: bigint;
1283
+ decimals: number;
1284
+ } | undefined;
1285
+ };
1286
+ updatedAt: number;
1287
+ icon?: string | undefined;
1288
+ priceDatasourceId?: string | undefined;
1289
+ }, {
1290
+ symbol: string;
1291
+ type: "CryptoCurrency";
1292
+ id: string;
1293
+ name: string;
1294
+ market: {
1295
+ coingeckoId?: string | undefined;
1296
+ marketCapUsd?: {
1297
+ value: bigint;
1298
+ decimals: number;
1299
+ } | undefined;
1300
+ };
1301
+ updatedAt: number;
1302
+ icon?: string | undefined;
1303
+ priceDatasourceId?: string | undefined;
1304
+ }>, {
1305
+ icon: string | undefined;
1306
+ priceDatasourceId: string | undefined;
1307
+ symbol: string;
1308
+ type: "CryptoCurrency";
1309
+ id: string;
1310
+ name: string;
1311
+ market: {
1312
+ coingeckoId: string | undefined;
1313
+ marketCapUsd: {
1314
+ value: bigint;
1315
+ decimals: number;
1316
+ } | undefined;
1317
+ };
1318
+ updatedAt: number;
1319
+ }, {
1320
+ symbol: string;
1321
+ type: "CryptoCurrency";
1322
+ id: string;
1323
+ name: string;
1324
+ market: {
1325
+ coingeckoId?: string | undefined;
1326
+ marketCapUsd?: {
1327
+ value: bigint;
1328
+ decimals: number;
1329
+ } | undefined;
1330
+ };
1331
+ updatedAt: number;
1332
+ icon?: string | undefined;
1333
+ priceDatasourceId?: string | undefined;
1334
+ }>, z.ZodEffects<z.ZodObject<{
1335
+ type: z.ZodLiteral<"FiatCurrency">;
1336
+ id: z.ZodUnion<[z.ZodLiteral<"cny">, z.ZodLiteral<"eur">, z.ZodLiteral<"idr">, z.ZodLiteral<"jpy">, z.ZodLiteral<"krw">, z.ZodLiteral<"rub">, z.ZodLiteral<"twd">, z.ZodLiteral<"usd">]>;
1337
+ name: z.ZodString;
1338
+ symbol: z.ZodString;
1339
+ icon: z.ZodOptional<z.ZodString>;
1340
+ }, "strip", z.ZodTypeAny, {
1341
+ symbol: string;
1342
+ type: "FiatCurrency";
1343
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1344
+ name: string;
1345
+ icon?: string | undefined;
1346
+ }, {
1347
+ symbol: string;
1348
+ type: "FiatCurrency";
1349
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1350
+ name: string;
1351
+ icon?: string | undefined;
1352
+ }>, {
1353
+ icon: string | undefined;
1354
+ symbol: string;
1355
+ type: "FiatCurrency";
1356
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1357
+ name: string;
1358
+ }, {
1359
+ symbol: string;
1360
+ type: "FiatCurrency";
1361
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1362
+ name: string;
1363
+ icon?: string | undefined;
1364
+ }>, z.ZodEffects<z.ZodObject<{
1365
+ type: z.ZodLiteral<"Nft">;
1366
+ id: z.ZodString;
1367
+ name: z.ZodOptional<z.ZodString>;
1368
+ symbol: z.ZodOptional<z.ZodString>;
1369
+ image: z.ZodOptional<z.ZodString>;
1370
+ metadata: z.ZodOptional<z.ZodString>;
1371
+ updatedAt: z.ZodNumber;
1372
+ }, "strip", z.ZodTypeAny, {
1373
+ type: "Nft";
1374
+ id: string;
1375
+ updatedAt: number;
1376
+ symbol?: string | undefined;
1377
+ name?: string | undefined;
1378
+ image?: string | undefined;
1379
+ metadata?: string | undefined;
1380
+ }, {
1381
+ type: "Nft";
1382
+ id: string;
1383
+ updatedAt: number;
1384
+ symbol?: string | undefined;
1385
+ name?: string | undefined;
1386
+ image?: string | undefined;
1387
+ metadata?: string | undefined;
1388
+ }>, {
1389
+ name: string | undefined;
1390
+ symbol: string | undefined;
1391
+ image: string | undefined;
1392
+ metadata: string | undefined;
1393
+ type: "Nft";
1394
+ id: string;
1395
+ updatedAt: number;
1396
+ }, {
1397
+ type: "Nft";
1398
+ id: string;
1399
+ updatedAt: number;
1400
+ symbol?: string | undefined;
1401
+ name?: string | undefined;
1402
+ image?: string | undefined;
1403
+ metadata?: string | undefined;
1404
+ }>]>;
1405
+ amount: z.ZodObject<{
1406
+ value: z.ZodBigInt;
1407
+ decimals: z.ZodNumber;
1408
+ }, "strip", z.ZodTypeAny, {
1409
+ value: bigint;
1410
+ decimals: number;
1411
+ }, {
1412
+ value: bigint;
1413
+ decimals: number;
1414
+ }>;
1415
+ price: z.ZodOptional<z.ZodObject<{
1416
+ cryptoCurrencyId: z.ZodString;
1417
+ fiatCurrencyId: z.ZodString;
1418
+ price: z.ZodObject<{
1419
+ value: z.ZodBigInt;
1420
+ decimals: z.ZodNumber;
1421
+ }, "strip", z.ZodTypeAny, {
1422
+ value: bigint;
1423
+ decimals: number;
1424
+ }, {
1425
+ value: bigint;
1426
+ decimals: number;
1427
+ }>;
1428
+ timestamp: z.ZodNumber;
1429
+ }, "strip", z.ZodTypeAny, {
1430
+ cryptoCurrencyId: string;
1431
+ fiatCurrencyId: string;
1432
+ price: {
1433
+ value: bigint;
1434
+ decimals: number;
1435
+ };
1436
+ timestamp: number;
1437
+ }, {
1438
+ cryptoCurrencyId: string;
1439
+ fiatCurrencyId: string;
1440
+ price: {
1441
+ value: bigint;
1442
+ decimals: number;
1443
+ };
1444
+ timestamp: number;
1445
+ }>>;
1446
+ }, {
1447
+ direction: z.ZodLiteral<"in">;
1448
+ }>, {
1449
+ asset: z.ZodEffects<z.ZodObject<{
1450
+ type: z.ZodLiteral<"Nft">;
1451
+ id: z.ZodString;
1452
+ name: z.ZodOptional<z.ZodString>;
1453
+ symbol: z.ZodOptional<z.ZodString>;
1454
+ image: z.ZodOptional<z.ZodString>;
1455
+ metadata: z.ZodOptional<z.ZodString>;
1456
+ updatedAt: z.ZodNumber;
1457
+ }, "strip", z.ZodTypeAny, {
1458
+ type: "Nft";
1459
+ id: string;
1460
+ updatedAt: number;
1461
+ symbol?: string | undefined;
1462
+ name?: string | undefined;
1463
+ image?: string | undefined;
1464
+ metadata?: string | undefined;
1465
+ }, {
1466
+ type: "Nft";
1467
+ id: string;
1468
+ updatedAt: number;
1469
+ symbol?: string | undefined;
1470
+ name?: string | undefined;
1471
+ image?: string | undefined;
1472
+ metadata?: string | undefined;
1473
+ }>, {
1474
+ name: string | undefined;
1475
+ symbol: string | undefined;
1476
+ image: string | undefined;
1477
+ metadata: string | undefined;
1478
+ type: "Nft";
1479
+ id: string;
1480
+ updatedAt: number;
1481
+ }, {
1482
+ type: "Nft";
1483
+ id: string;
1484
+ updatedAt: number;
1485
+ symbol?: string | undefined;
1486
+ name?: string | undefined;
1487
+ image?: string | undefined;
1488
+ metadata?: string | undefined;
1489
+ }>;
1490
+ }>, "strip", z.ZodTypeAny, {
1491
+ asset: {
1492
+ name: string | undefined;
1493
+ symbol: string | undefined;
1494
+ image: string | undefined;
1495
+ metadata: string | undefined;
1496
+ type: "Nft";
1497
+ id: string;
1498
+ updatedAt: number;
1499
+ };
1500
+ amount: {
1501
+ value: bigint;
1502
+ decimals: number;
1503
+ };
1504
+ direction: "in";
1505
+ price?: {
1506
+ cryptoCurrencyId: string;
1507
+ fiatCurrencyId: string;
1508
+ price: {
1509
+ value: bigint;
1510
+ decimals: number;
1511
+ };
1512
+ timestamp: number;
1513
+ } | undefined;
1514
+ from?: string | undefined;
1515
+ to?: string | undefined;
1516
+ }, {
1517
+ asset: {
1518
+ type: "Nft";
1519
+ id: string;
1520
+ updatedAt: number;
1521
+ symbol?: string | undefined;
1522
+ name?: string | undefined;
1523
+ image?: string | undefined;
1524
+ metadata?: string | undefined;
1525
+ };
1526
+ amount: {
1527
+ value: bigint;
1528
+ decimals: number;
1529
+ };
1530
+ direction: "in";
1531
+ price?: {
1532
+ cryptoCurrencyId: string;
1533
+ fiatCurrencyId: string;
1534
+ price: {
1535
+ value: bigint;
1536
+ decimals: number;
1537
+ };
1538
+ timestamp: number;
1539
+ } | undefined;
1540
+ from?: string | undefined;
1541
+ to?: string | undefined;
1542
+ }>, {
1543
+ from: string | undefined;
1544
+ to: string | undefined;
1545
+ price: {
1546
+ cryptoCurrencyId: string;
1547
+ fiatCurrencyId: string;
1548
+ price: {
1549
+ value: bigint;
1550
+ decimals: number;
1551
+ };
1552
+ timestamp: number;
1553
+ } | undefined;
1554
+ asset: {
1555
+ name: string | undefined;
1556
+ symbol: string | undefined;
1557
+ image: string | undefined;
1558
+ metadata: string | undefined;
1559
+ type: "Nft";
1560
+ id: string;
1561
+ updatedAt: number;
1562
+ };
1563
+ amount: {
1564
+ value: bigint;
1565
+ decimals: number;
1566
+ };
1567
+ direction: "in";
1568
+ }, {
1569
+ asset: {
1570
+ type: "Nft";
1571
+ id: string;
1572
+ updatedAt: number;
1573
+ symbol?: string | undefined;
1574
+ name?: string | undefined;
1575
+ image?: string | undefined;
1576
+ metadata?: string | undefined;
1577
+ };
1578
+ amount: {
1579
+ value: bigint;
1580
+ decimals: number;
1581
+ };
1582
+ direction: "in";
1583
+ price?: {
1584
+ cryptoCurrencyId: string;
1585
+ fiatCurrencyId: string;
1586
+ price: {
1587
+ value: bigint;
1588
+ decimals: number;
1589
+ };
1590
+ timestamp: number;
1591
+ } | undefined;
1592
+ from?: string | undefined;
1593
+ to?: string | undefined;
1594
+ }>;
1595
+ export declare const transferOutSchema: z.ZodEffects<z.ZodObject<z.objectUtil.extendShape<{
1596
+ from: z.ZodOptional<z.ZodString>;
1597
+ to: z.ZodOptional<z.ZodString>;
1598
+ asset: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
1599
+ type: z.ZodLiteral<"CryptoCurrency">;
1600
+ id: z.ZodString;
1601
+ name: z.ZodString;
1602
+ symbol: z.ZodString;
1603
+ icon: z.ZodOptional<z.ZodString>;
1604
+ market: z.ZodEffects<z.ZodObject<{
1605
+ coingeckoId: z.ZodOptional<z.ZodString>;
1606
+ marketCapUsd: z.ZodOptional<z.ZodObject<{
1607
+ value: z.ZodBigInt;
1608
+ decimals: z.ZodNumber;
1609
+ }, "strip", z.ZodTypeAny, {
1610
+ value: bigint;
1611
+ decimals: number;
1612
+ }, {
1613
+ value: bigint;
1614
+ decimals: number;
1615
+ }>>;
1616
+ }, "strip", z.ZodTypeAny, {
1617
+ coingeckoId?: string | undefined;
1618
+ marketCapUsd?: {
1619
+ value: bigint;
1620
+ decimals: number;
1621
+ } | undefined;
1622
+ }, {
1623
+ coingeckoId?: string | undefined;
1624
+ marketCapUsd?: {
1625
+ value: bigint;
1626
+ decimals: number;
1627
+ } | undefined;
1628
+ }>, {
1629
+ coingeckoId: string | undefined;
1630
+ marketCapUsd: {
1631
+ value: bigint;
1632
+ decimals: number;
1633
+ } | undefined;
1634
+ }, {
1635
+ coingeckoId?: string | undefined;
1636
+ marketCapUsd?: {
1637
+ value: bigint;
1638
+ decimals: number;
1639
+ } | undefined;
1640
+ }>;
1641
+ priceDatasourceId: z.ZodOptional<z.ZodString>;
1642
+ updatedAt: z.ZodNumber;
1643
+ }, "strip", z.ZodTypeAny, {
1644
+ symbol: string;
1645
+ type: "CryptoCurrency";
1646
+ id: string;
1647
+ name: string;
1648
+ market: {
1649
+ coingeckoId: string | undefined;
1650
+ marketCapUsd: {
1651
+ value: bigint;
1652
+ decimals: number;
1653
+ } | undefined;
1654
+ };
1655
+ updatedAt: number;
1656
+ icon?: string | undefined;
1657
+ priceDatasourceId?: string | undefined;
1658
+ }, {
1659
+ symbol: string;
1660
+ type: "CryptoCurrency";
1661
+ id: string;
1662
+ name: string;
1663
+ market: {
1664
+ coingeckoId?: string | undefined;
1665
+ marketCapUsd?: {
1666
+ value: bigint;
1667
+ decimals: number;
1668
+ } | undefined;
1669
+ };
1670
+ updatedAt: number;
1671
+ icon?: string | undefined;
1672
+ priceDatasourceId?: string | undefined;
1673
+ }>, {
1674
+ icon: string | undefined;
1675
+ priceDatasourceId: string | undefined;
1676
+ symbol: string;
1677
+ type: "CryptoCurrency";
1678
+ id: string;
1679
+ name: string;
1680
+ market: {
1681
+ coingeckoId: string | undefined;
1682
+ marketCapUsd: {
1683
+ value: bigint;
1684
+ decimals: number;
1685
+ } | undefined;
1686
+ };
1687
+ updatedAt: number;
1688
+ }, {
1689
+ symbol: string;
1690
+ type: "CryptoCurrency";
1691
+ id: string;
1692
+ name: string;
1693
+ market: {
1694
+ coingeckoId?: string | undefined;
1695
+ marketCapUsd?: {
1696
+ value: bigint;
1697
+ decimals: number;
1698
+ } | undefined;
1699
+ };
1700
+ updatedAt: number;
1701
+ icon?: string | undefined;
1702
+ priceDatasourceId?: string | undefined;
1703
+ }>, z.ZodEffects<z.ZodObject<{
1704
+ type: z.ZodLiteral<"FiatCurrency">;
1705
+ id: z.ZodUnion<[z.ZodLiteral<"cny">, z.ZodLiteral<"eur">, z.ZodLiteral<"idr">, z.ZodLiteral<"jpy">, z.ZodLiteral<"krw">, z.ZodLiteral<"rub">, z.ZodLiteral<"twd">, z.ZodLiteral<"usd">]>;
1706
+ name: z.ZodString;
1707
+ symbol: z.ZodString;
1708
+ icon: z.ZodOptional<z.ZodString>;
1709
+ }, "strip", z.ZodTypeAny, {
1710
+ symbol: string;
1711
+ type: "FiatCurrency";
1712
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1713
+ name: string;
1714
+ icon?: string | undefined;
1715
+ }, {
1716
+ symbol: string;
1717
+ type: "FiatCurrency";
1718
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1719
+ name: string;
1720
+ icon?: string | undefined;
1721
+ }>, {
1722
+ icon: string | undefined;
1723
+ symbol: string;
1724
+ type: "FiatCurrency";
1725
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1726
+ name: string;
1727
+ }, {
1728
+ symbol: string;
1729
+ type: "FiatCurrency";
1730
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1731
+ name: string;
1732
+ icon?: string | undefined;
1733
+ }>, z.ZodEffects<z.ZodObject<{
1734
+ type: z.ZodLiteral<"Nft">;
1735
+ id: z.ZodString;
1736
+ name: z.ZodOptional<z.ZodString>;
1737
+ symbol: z.ZodOptional<z.ZodString>;
1738
+ image: z.ZodOptional<z.ZodString>;
1739
+ metadata: z.ZodOptional<z.ZodString>;
1740
+ updatedAt: z.ZodNumber;
1741
+ }, "strip", z.ZodTypeAny, {
1742
+ type: "Nft";
1743
+ id: string;
1744
+ updatedAt: number;
1745
+ symbol?: string | undefined;
1746
+ name?: string | undefined;
1747
+ image?: string | undefined;
1748
+ metadata?: string | undefined;
1749
+ }, {
1750
+ type: "Nft";
1751
+ id: string;
1752
+ updatedAt: number;
1753
+ symbol?: string | undefined;
1754
+ name?: string | undefined;
1755
+ image?: string | undefined;
1756
+ metadata?: string | undefined;
1757
+ }>, {
1758
+ name: string | undefined;
1759
+ symbol: string | undefined;
1760
+ image: string | undefined;
1761
+ metadata: string | undefined;
1762
+ type: "Nft";
1763
+ id: string;
1764
+ updatedAt: number;
1765
+ }, {
1766
+ type: "Nft";
1767
+ id: string;
1768
+ updatedAt: number;
1769
+ symbol?: string | undefined;
1770
+ name?: string | undefined;
1771
+ image?: string | undefined;
1772
+ metadata?: string | undefined;
1773
+ }>]>;
1774
+ amount: z.ZodObject<{
1775
+ value: z.ZodBigInt;
1776
+ decimals: z.ZodNumber;
1777
+ }, "strip", z.ZodTypeAny, {
1778
+ value: bigint;
1779
+ decimals: number;
1780
+ }, {
1781
+ value: bigint;
1782
+ decimals: number;
1783
+ }>;
1784
+ price: z.ZodOptional<z.ZodObject<{
1785
+ cryptoCurrencyId: z.ZodString;
1786
+ fiatCurrencyId: z.ZodString;
1787
+ price: z.ZodObject<{
1788
+ value: z.ZodBigInt;
1789
+ decimals: z.ZodNumber;
1790
+ }, "strip", z.ZodTypeAny, {
1791
+ value: bigint;
1792
+ decimals: number;
1793
+ }, {
1794
+ value: bigint;
1795
+ decimals: number;
1796
+ }>;
1797
+ timestamp: z.ZodNumber;
1798
+ }, "strip", z.ZodTypeAny, {
1799
+ cryptoCurrencyId: string;
1800
+ fiatCurrencyId: string;
1801
+ price: {
1802
+ value: bigint;
1803
+ decimals: number;
1804
+ };
1805
+ timestamp: number;
1806
+ }, {
1807
+ cryptoCurrencyId: string;
1808
+ fiatCurrencyId: string;
1809
+ price: {
1810
+ value: bigint;
1811
+ decimals: number;
1812
+ };
1813
+ timestamp: number;
1814
+ }>>;
1815
+ }, {
1816
+ direction: z.ZodLiteral<"out">;
1817
+ }>, "strip", z.ZodTypeAny, {
1818
+ asset: {
1819
+ icon: string | undefined;
1820
+ priceDatasourceId: string | undefined;
1821
+ symbol: string;
1822
+ type: "CryptoCurrency";
1823
+ id: string;
1824
+ name: string;
1825
+ market: {
1826
+ coingeckoId: string | undefined;
1827
+ marketCapUsd: {
1828
+ value: bigint;
1829
+ decimals: number;
1830
+ } | undefined;
1831
+ };
1832
+ updatedAt: number;
1833
+ } | {
1834
+ icon: string | undefined;
1835
+ symbol: string;
1836
+ type: "FiatCurrency";
1837
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1838
+ name: string;
1839
+ } | {
1840
+ name: string | undefined;
1841
+ symbol: string | undefined;
1842
+ image: string | undefined;
1843
+ metadata: string | undefined;
1844
+ type: "Nft";
1845
+ id: string;
1846
+ updatedAt: number;
1847
+ };
1848
+ amount: {
1849
+ value: bigint;
1850
+ decimals: number;
1851
+ };
1852
+ direction: "out";
1853
+ price?: {
1854
+ cryptoCurrencyId: string;
1855
+ fiatCurrencyId: string;
1856
+ price: {
1857
+ value: bigint;
1858
+ decimals: number;
1859
+ };
1860
+ timestamp: number;
1861
+ } | undefined;
1862
+ from?: string | undefined;
1863
+ to?: string | undefined;
1864
+ }, {
1865
+ asset: {
1866
+ symbol: string;
1867
+ type: "CryptoCurrency";
1868
+ id: string;
1869
+ name: string;
1870
+ market: {
1871
+ coingeckoId?: string | undefined;
1872
+ marketCapUsd?: {
1873
+ value: bigint;
1874
+ decimals: number;
1875
+ } | undefined;
1876
+ };
1877
+ updatedAt: number;
1878
+ icon?: string | undefined;
1879
+ priceDatasourceId?: string | undefined;
1880
+ } | {
1881
+ symbol: string;
1882
+ type: "FiatCurrency";
1883
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1884
+ name: string;
1885
+ icon?: string | undefined;
1886
+ } | {
1887
+ type: "Nft";
1888
+ id: string;
1889
+ updatedAt: number;
1890
+ symbol?: string | undefined;
1891
+ name?: string | undefined;
1892
+ image?: string | undefined;
1893
+ metadata?: string | undefined;
1894
+ };
1895
+ amount: {
1896
+ value: bigint;
1897
+ decimals: number;
1898
+ };
1899
+ direction: "out";
1900
+ price?: {
1901
+ cryptoCurrencyId: string;
1902
+ fiatCurrencyId: string;
1903
+ price: {
1904
+ value: bigint;
1905
+ decimals: number;
1906
+ };
1907
+ timestamp: number;
1908
+ } | undefined;
1909
+ from?: string | undefined;
1910
+ to?: string | undefined;
1911
+ }>, {
1912
+ from: string | undefined;
1913
+ to: string | undefined;
1914
+ price: {
1915
+ cryptoCurrencyId: string;
1916
+ fiatCurrencyId: string;
1917
+ price: {
1918
+ value: bigint;
1919
+ decimals: number;
1920
+ };
1921
+ timestamp: number;
1922
+ } | undefined;
1923
+ asset: {
1924
+ icon: string | undefined;
1925
+ priceDatasourceId: string | undefined;
1926
+ symbol: string;
1927
+ type: "CryptoCurrency";
1928
+ id: string;
1929
+ name: string;
1930
+ market: {
1931
+ coingeckoId: string | undefined;
1932
+ marketCapUsd: {
1933
+ value: bigint;
1934
+ decimals: number;
1935
+ } | undefined;
1936
+ };
1937
+ updatedAt: number;
1938
+ } | {
1939
+ icon: string | undefined;
1940
+ symbol: string;
1941
+ type: "FiatCurrency";
1942
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1943
+ name: string;
1944
+ } | {
1945
+ name: string | undefined;
1946
+ symbol: string | undefined;
1947
+ image: string | undefined;
1948
+ metadata: string | undefined;
1949
+ type: "Nft";
1950
+ id: string;
1951
+ updatedAt: number;
1952
+ };
1953
+ amount: {
1954
+ value: bigint;
1955
+ decimals: number;
1956
+ };
1957
+ direction: "out";
1958
+ }, {
1959
+ asset: {
1960
+ symbol: string;
1961
+ type: "CryptoCurrency";
1962
+ id: string;
1963
+ name: string;
1964
+ market: {
1965
+ coingeckoId?: string | undefined;
1966
+ marketCapUsd?: {
1967
+ value: bigint;
1968
+ decimals: number;
1969
+ } | undefined;
1970
+ };
1971
+ updatedAt: number;
1972
+ icon?: string | undefined;
1973
+ priceDatasourceId?: string | undefined;
1974
+ } | {
1975
+ symbol: string;
1976
+ type: "FiatCurrency";
1977
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1978
+ name: string;
1979
+ icon?: string | undefined;
1980
+ } | {
1981
+ type: "Nft";
1982
+ id: string;
1983
+ updatedAt: number;
1984
+ symbol?: string | undefined;
1985
+ name?: string | undefined;
1986
+ image?: string | undefined;
1987
+ metadata?: string | undefined;
1988
+ };
1989
+ amount: {
1990
+ value: bigint;
1991
+ decimals: number;
1992
+ };
1993
+ direction: "out";
1994
+ price?: {
1995
+ cryptoCurrencyId: string;
1996
+ fiatCurrencyId: string;
1997
+ price: {
1998
+ value: bigint;
1999
+ decimals: number;
2000
+ };
2001
+ timestamp: number;
2002
+ } | undefined;
2003
+ from?: string | undefined;
2004
+ to?: string | undefined;
2005
+ }>;
2006
+ export declare const transferCryptoCurrencyOutSchema: z.ZodEffects<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
2007
+ from: z.ZodOptional<z.ZodString>;
2008
+ to: z.ZodOptional<z.ZodString>;
2009
+ asset: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
2010
+ type: z.ZodLiteral<"CryptoCurrency">;
2011
+ id: z.ZodString;
2012
+ name: z.ZodString;
2013
+ symbol: z.ZodString;
2014
+ icon: z.ZodOptional<z.ZodString>;
2015
+ market: z.ZodEffects<z.ZodObject<{
2016
+ coingeckoId: z.ZodOptional<z.ZodString>;
2017
+ marketCapUsd: z.ZodOptional<z.ZodObject<{
2018
+ value: z.ZodBigInt;
2019
+ decimals: z.ZodNumber;
2020
+ }, "strip", z.ZodTypeAny, {
2021
+ value: bigint;
2022
+ decimals: number;
2023
+ }, {
2024
+ value: bigint;
2025
+ decimals: number;
2026
+ }>>;
2027
+ }, "strip", z.ZodTypeAny, {
2028
+ coingeckoId?: string | undefined;
2029
+ marketCapUsd?: {
2030
+ value: bigint;
2031
+ decimals: number;
2032
+ } | undefined;
2033
+ }, {
2034
+ coingeckoId?: string | undefined;
2035
+ marketCapUsd?: {
2036
+ value: bigint;
2037
+ decimals: number;
2038
+ } | undefined;
2039
+ }>, {
2040
+ coingeckoId: string | undefined;
2041
+ marketCapUsd: {
2042
+ value: bigint;
2043
+ decimals: number;
2044
+ } | undefined;
2045
+ }, {
2046
+ coingeckoId?: string | undefined;
2047
+ marketCapUsd?: {
2048
+ value: bigint;
2049
+ decimals: number;
2050
+ } | undefined;
2051
+ }>;
2052
+ priceDatasourceId: z.ZodOptional<z.ZodString>;
2053
+ updatedAt: z.ZodNumber;
2054
+ }, "strip", z.ZodTypeAny, {
2055
+ symbol: string;
2056
+ type: "CryptoCurrency";
2057
+ id: string;
2058
+ name: string;
2059
+ market: {
2060
+ coingeckoId: string | undefined;
2061
+ marketCapUsd: {
2062
+ value: bigint;
2063
+ decimals: number;
2064
+ } | undefined;
2065
+ };
2066
+ updatedAt: number;
2067
+ icon?: string | undefined;
2068
+ priceDatasourceId?: string | undefined;
2069
+ }, {
2070
+ symbol: string;
2071
+ type: "CryptoCurrency";
2072
+ id: string;
2073
+ name: string;
2074
+ market: {
2075
+ coingeckoId?: string | undefined;
2076
+ marketCapUsd?: {
2077
+ value: bigint;
2078
+ decimals: number;
2079
+ } | undefined;
2080
+ };
2081
+ updatedAt: number;
2082
+ icon?: string | undefined;
2083
+ priceDatasourceId?: string | undefined;
2084
+ }>, {
2085
+ icon: string | undefined;
2086
+ priceDatasourceId: string | undefined;
2087
+ symbol: string;
2088
+ type: "CryptoCurrency";
2089
+ id: string;
2090
+ name: string;
2091
+ market: {
2092
+ coingeckoId: string | undefined;
2093
+ marketCapUsd: {
2094
+ value: bigint;
2095
+ decimals: number;
2096
+ } | undefined;
2097
+ };
2098
+ updatedAt: number;
2099
+ }, {
2100
+ symbol: string;
2101
+ type: "CryptoCurrency";
2102
+ id: string;
2103
+ name: string;
2104
+ market: {
2105
+ coingeckoId?: string | undefined;
2106
+ marketCapUsd?: {
2107
+ value: bigint;
2108
+ decimals: number;
2109
+ } | undefined;
2110
+ };
2111
+ updatedAt: number;
2112
+ icon?: string | undefined;
2113
+ priceDatasourceId?: string | undefined;
2114
+ }>, z.ZodEffects<z.ZodObject<{
2115
+ type: z.ZodLiteral<"FiatCurrency">;
2116
+ id: z.ZodUnion<[z.ZodLiteral<"cny">, z.ZodLiteral<"eur">, z.ZodLiteral<"idr">, z.ZodLiteral<"jpy">, z.ZodLiteral<"krw">, z.ZodLiteral<"rub">, z.ZodLiteral<"twd">, z.ZodLiteral<"usd">]>;
2117
+ name: z.ZodString;
2118
+ symbol: z.ZodString;
2119
+ icon: z.ZodOptional<z.ZodString>;
2120
+ }, "strip", z.ZodTypeAny, {
2121
+ symbol: string;
2122
+ type: "FiatCurrency";
2123
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2124
+ name: string;
2125
+ icon?: string | undefined;
2126
+ }, {
2127
+ symbol: string;
2128
+ type: "FiatCurrency";
2129
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2130
+ name: string;
2131
+ icon?: string | undefined;
2132
+ }>, {
2133
+ icon: string | undefined;
2134
+ symbol: string;
2135
+ type: "FiatCurrency";
2136
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2137
+ name: string;
2138
+ }, {
2139
+ symbol: string;
2140
+ type: "FiatCurrency";
2141
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2142
+ name: string;
2143
+ icon?: string | undefined;
2144
+ }>, z.ZodEffects<z.ZodObject<{
2145
+ type: z.ZodLiteral<"Nft">;
2146
+ id: z.ZodString;
2147
+ name: z.ZodOptional<z.ZodString>;
2148
+ symbol: z.ZodOptional<z.ZodString>;
2149
+ image: z.ZodOptional<z.ZodString>;
2150
+ metadata: z.ZodOptional<z.ZodString>;
2151
+ updatedAt: z.ZodNumber;
2152
+ }, "strip", z.ZodTypeAny, {
2153
+ type: "Nft";
2154
+ id: string;
2155
+ updatedAt: number;
2156
+ symbol?: string | undefined;
2157
+ name?: string | undefined;
2158
+ image?: string | undefined;
2159
+ metadata?: string | undefined;
2160
+ }, {
2161
+ type: "Nft";
2162
+ id: string;
2163
+ updatedAt: number;
2164
+ symbol?: string | undefined;
2165
+ name?: string | undefined;
2166
+ image?: string | undefined;
2167
+ metadata?: string | undefined;
2168
+ }>, {
2169
+ name: string | undefined;
2170
+ symbol: string | undefined;
2171
+ image: string | undefined;
2172
+ metadata: string | undefined;
2173
+ type: "Nft";
2174
+ id: string;
2175
+ updatedAt: number;
2176
+ }, {
2177
+ type: "Nft";
2178
+ id: string;
2179
+ updatedAt: number;
2180
+ symbol?: string | undefined;
2181
+ name?: string | undefined;
2182
+ image?: string | undefined;
2183
+ metadata?: string | undefined;
2184
+ }>]>;
2185
+ amount: z.ZodObject<{
2186
+ value: z.ZodBigInt;
2187
+ decimals: z.ZodNumber;
2188
+ }, "strip", z.ZodTypeAny, {
2189
+ value: bigint;
2190
+ decimals: number;
2191
+ }, {
2192
+ value: bigint;
2193
+ decimals: number;
2194
+ }>;
2195
+ price: z.ZodOptional<z.ZodObject<{
2196
+ cryptoCurrencyId: z.ZodString;
2197
+ fiatCurrencyId: z.ZodString;
2198
+ price: z.ZodObject<{
2199
+ value: z.ZodBigInt;
2200
+ decimals: z.ZodNumber;
2201
+ }, "strip", z.ZodTypeAny, {
2202
+ value: bigint;
2203
+ decimals: number;
2204
+ }, {
2205
+ value: bigint;
2206
+ decimals: number;
2207
+ }>;
2208
+ timestamp: z.ZodNumber;
2209
+ }, "strip", z.ZodTypeAny, {
2210
+ cryptoCurrencyId: string;
2211
+ fiatCurrencyId: string;
2212
+ price: {
2213
+ value: bigint;
2214
+ decimals: number;
2215
+ };
2216
+ timestamp: number;
2217
+ }, {
2218
+ cryptoCurrencyId: string;
2219
+ fiatCurrencyId: string;
2220
+ price: {
2221
+ value: bigint;
2222
+ decimals: number;
2223
+ };
2224
+ timestamp: number;
2225
+ }>>;
2226
+ }, {
2227
+ direction: z.ZodLiteral<"out">;
2228
+ }>, {
2229
+ asset: z.ZodEffects<z.ZodObject<{
2230
+ type: z.ZodLiteral<"CryptoCurrency">;
2231
+ id: z.ZodString;
2232
+ name: z.ZodString;
2233
+ symbol: z.ZodString;
2234
+ icon: z.ZodOptional<z.ZodString>;
2235
+ market: z.ZodEffects<z.ZodObject<{
2236
+ coingeckoId: z.ZodOptional<z.ZodString>;
2237
+ marketCapUsd: z.ZodOptional<z.ZodObject<{
2238
+ value: z.ZodBigInt;
2239
+ decimals: z.ZodNumber;
2240
+ }, "strip", z.ZodTypeAny, {
2241
+ value: bigint;
2242
+ decimals: number;
2243
+ }, {
2244
+ value: bigint;
2245
+ decimals: number;
2246
+ }>>;
2247
+ }, "strip", z.ZodTypeAny, {
2248
+ coingeckoId?: string | undefined;
2249
+ marketCapUsd?: {
2250
+ value: bigint;
2251
+ decimals: number;
2252
+ } | undefined;
2253
+ }, {
2254
+ coingeckoId?: string | undefined;
2255
+ marketCapUsd?: {
2256
+ value: bigint;
2257
+ decimals: number;
2258
+ } | undefined;
2259
+ }>, {
2260
+ coingeckoId: string | undefined;
2261
+ marketCapUsd: {
2262
+ value: bigint;
2263
+ decimals: number;
2264
+ } | undefined;
2265
+ }, {
2266
+ coingeckoId?: string | undefined;
2267
+ marketCapUsd?: {
2268
+ value: bigint;
2269
+ decimals: number;
2270
+ } | undefined;
2271
+ }>;
2272
+ priceDatasourceId: z.ZodOptional<z.ZodString>;
2273
+ updatedAt: z.ZodNumber;
2274
+ }, "strip", z.ZodTypeAny, {
2275
+ symbol: string;
2276
+ type: "CryptoCurrency";
2277
+ id: string;
2278
+ name: string;
2279
+ market: {
2280
+ coingeckoId: string | undefined;
2281
+ marketCapUsd: {
2282
+ value: bigint;
2283
+ decimals: number;
2284
+ } | undefined;
2285
+ };
2286
+ updatedAt: number;
2287
+ icon?: string | undefined;
2288
+ priceDatasourceId?: string | undefined;
2289
+ }, {
2290
+ symbol: string;
2291
+ type: "CryptoCurrency";
2292
+ id: string;
2293
+ name: string;
2294
+ market: {
2295
+ coingeckoId?: string | undefined;
2296
+ marketCapUsd?: {
2297
+ value: bigint;
2298
+ decimals: number;
2299
+ } | undefined;
2300
+ };
2301
+ updatedAt: number;
2302
+ icon?: string | undefined;
2303
+ priceDatasourceId?: string | undefined;
2304
+ }>, {
2305
+ icon: string | undefined;
2306
+ priceDatasourceId: string | undefined;
2307
+ symbol: string;
2308
+ type: "CryptoCurrency";
2309
+ id: string;
2310
+ name: string;
2311
+ market: {
2312
+ coingeckoId: string | undefined;
2313
+ marketCapUsd: {
2314
+ value: bigint;
2315
+ decimals: number;
2316
+ } | undefined;
2317
+ };
2318
+ updatedAt: number;
2319
+ }, {
2320
+ symbol: string;
2321
+ type: "CryptoCurrency";
2322
+ id: string;
2323
+ name: string;
2324
+ market: {
2325
+ coingeckoId?: string | undefined;
2326
+ marketCapUsd?: {
2327
+ value: bigint;
2328
+ decimals: number;
2329
+ } | undefined;
2330
+ };
2331
+ updatedAt: number;
2332
+ icon?: string | undefined;
2333
+ priceDatasourceId?: string | undefined;
2334
+ }>;
2335
+ }>, "strip", z.ZodTypeAny, {
2336
+ asset: {
2337
+ icon: string | undefined;
2338
+ priceDatasourceId: string | undefined;
2339
+ symbol: string;
2340
+ type: "CryptoCurrency";
2341
+ id: string;
2342
+ name: string;
2343
+ market: {
2344
+ coingeckoId: string | undefined;
2345
+ marketCapUsd: {
2346
+ value: bigint;
2347
+ decimals: number;
2348
+ } | undefined;
2349
+ };
2350
+ updatedAt: number;
2351
+ };
2352
+ amount: {
2353
+ value: bigint;
2354
+ decimals: number;
2355
+ };
2356
+ direction: "out";
2357
+ price?: {
2358
+ cryptoCurrencyId: string;
2359
+ fiatCurrencyId: string;
2360
+ price: {
2361
+ value: bigint;
2362
+ decimals: number;
2363
+ };
2364
+ timestamp: number;
2365
+ } | undefined;
2366
+ from?: string | undefined;
2367
+ to?: string | undefined;
2368
+ }, {
2369
+ asset: {
2370
+ symbol: string;
2371
+ type: "CryptoCurrency";
2372
+ id: string;
2373
+ name: string;
2374
+ market: {
2375
+ coingeckoId?: string | undefined;
2376
+ marketCapUsd?: {
2377
+ value: bigint;
2378
+ decimals: number;
2379
+ } | undefined;
2380
+ };
2381
+ updatedAt: number;
2382
+ icon?: string | undefined;
2383
+ priceDatasourceId?: string | undefined;
2384
+ };
2385
+ amount: {
2386
+ value: bigint;
2387
+ decimals: number;
2388
+ };
2389
+ direction: "out";
2390
+ price?: {
2391
+ cryptoCurrencyId: string;
2392
+ fiatCurrencyId: string;
2393
+ price: {
2394
+ value: bigint;
2395
+ decimals: number;
2396
+ };
2397
+ timestamp: number;
2398
+ } | undefined;
2399
+ from?: string | undefined;
2400
+ to?: string | undefined;
2401
+ }>, {
2402
+ from: string | undefined;
2403
+ to: string | undefined;
2404
+ price: {
2405
+ cryptoCurrencyId: string;
2406
+ fiatCurrencyId: string;
2407
+ price: {
2408
+ value: bigint;
2409
+ decimals: number;
2410
+ };
2411
+ timestamp: number;
2412
+ } | undefined;
2413
+ asset: {
2414
+ icon: string | undefined;
2415
+ priceDatasourceId: string | undefined;
2416
+ symbol: string;
2417
+ type: "CryptoCurrency";
2418
+ id: string;
2419
+ name: string;
2420
+ market: {
2421
+ coingeckoId: string | undefined;
2422
+ marketCapUsd: {
2423
+ value: bigint;
2424
+ decimals: number;
2425
+ } | undefined;
2426
+ };
2427
+ updatedAt: number;
2428
+ };
2429
+ amount: {
2430
+ value: bigint;
2431
+ decimals: number;
2432
+ };
2433
+ direction: "out";
2434
+ }, {
2435
+ asset: {
2436
+ symbol: string;
2437
+ type: "CryptoCurrency";
2438
+ id: string;
2439
+ name: string;
2440
+ market: {
2441
+ coingeckoId?: string | undefined;
2442
+ marketCapUsd?: {
2443
+ value: bigint;
2444
+ decimals: number;
2445
+ } | undefined;
2446
+ };
2447
+ updatedAt: number;
2448
+ icon?: string | undefined;
2449
+ priceDatasourceId?: string | undefined;
2450
+ };
2451
+ amount: {
2452
+ value: bigint;
2453
+ decimals: number;
2454
+ };
2455
+ direction: "out";
2456
+ price?: {
2457
+ cryptoCurrencyId: string;
2458
+ fiatCurrencyId: string;
2459
+ price: {
2460
+ value: bigint;
2461
+ decimals: number;
2462
+ };
2463
+ timestamp: number;
2464
+ } | undefined;
2465
+ from?: string | undefined;
2466
+ to?: string | undefined;
2467
+ }>;
2468
+ export declare const transferFiatCurrencyOutSchema: z.ZodEffects<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
2469
+ from: z.ZodOptional<z.ZodString>;
2470
+ to: z.ZodOptional<z.ZodString>;
2471
+ asset: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
2472
+ type: z.ZodLiteral<"CryptoCurrency">;
2473
+ id: z.ZodString;
2474
+ name: z.ZodString;
2475
+ symbol: z.ZodString;
2476
+ icon: z.ZodOptional<z.ZodString>;
2477
+ market: z.ZodEffects<z.ZodObject<{
2478
+ coingeckoId: z.ZodOptional<z.ZodString>;
2479
+ marketCapUsd: z.ZodOptional<z.ZodObject<{
2480
+ value: z.ZodBigInt;
2481
+ decimals: z.ZodNumber;
2482
+ }, "strip", z.ZodTypeAny, {
2483
+ value: bigint;
2484
+ decimals: number;
2485
+ }, {
2486
+ value: bigint;
2487
+ decimals: number;
2488
+ }>>;
2489
+ }, "strip", z.ZodTypeAny, {
2490
+ coingeckoId?: string | undefined;
2491
+ marketCapUsd?: {
2492
+ value: bigint;
2493
+ decimals: number;
2494
+ } | undefined;
2495
+ }, {
2496
+ coingeckoId?: string | undefined;
2497
+ marketCapUsd?: {
2498
+ value: bigint;
2499
+ decimals: number;
2500
+ } | undefined;
2501
+ }>, {
2502
+ coingeckoId: string | undefined;
2503
+ marketCapUsd: {
2504
+ value: bigint;
2505
+ decimals: number;
2506
+ } | undefined;
2507
+ }, {
2508
+ coingeckoId?: string | undefined;
2509
+ marketCapUsd?: {
2510
+ value: bigint;
2511
+ decimals: number;
2512
+ } | undefined;
2513
+ }>;
2514
+ priceDatasourceId: z.ZodOptional<z.ZodString>;
2515
+ updatedAt: z.ZodNumber;
2516
+ }, "strip", z.ZodTypeAny, {
2517
+ symbol: string;
2518
+ type: "CryptoCurrency";
2519
+ id: string;
2520
+ name: string;
2521
+ market: {
2522
+ coingeckoId: string | undefined;
2523
+ marketCapUsd: {
2524
+ value: bigint;
2525
+ decimals: number;
2526
+ } | undefined;
2527
+ };
2528
+ updatedAt: number;
2529
+ icon?: string | undefined;
2530
+ priceDatasourceId?: string | undefined;
2531
+ }, {
2532
+ symbol: string;
2533
+ type: "CryptoCurrency";
2534
+ id: string;
2535
+ name: string;
2536
+ market: {
2537
+ coingeckoId?: string | undefined;
2538
+ marketCapUsd?: {
2539
+ value: bigint;
2540
+ decimals: number;
2541
+ } | undefined;
2542
+ };
2543
+ updatedAt: number;
2544
+ icon?: string | undefined;
2545
+ priceDatasourceId?: string | undefined;
2546
+ }>, {
2547
+ icon: string | undefined;
2548
+ priceDatasourceId: string | undefined;
2549
+ symbol: string;
2550
+ type: "CryptoCurrency";
2551
+ id: string;
2552
+ name: string;
2553
+ market: {
2554
+ coingeckoId: string | undefined;
2555
+ marketCapUsd: {
2556
+ value: bigint;
2557
+ decimals: number;
2558
+ } | undefined;
2559
+ };
2560
+ updatedAt: number;
2561
+ }, {
2562
+ symbol: string;
2563
+ type: "CryptoCurrency";
2564
+ id: string;
2565
+ name: string;
2566
+ market: {
2567
+ coingeckoId?: string | undefined;
2568
+ marketCapUsd?: {
2569
+ value: bigint;
2570
+ decimals: number;
2571
+ } | undefined;
2572
+ };
2573
+ updatedAt: number;
2574
+ icon?: string | undefined;
2575
+ priceDatasourceId?: string | undefined;
2576
+ }>, z.ZodEffects<z.ZodObject<{
2577
+ type: z.ZodLiteral<"FiatCurrency">;
2578
+ id: z.ZodUnion<[z.ZodLiteral<"cny">, z.ZodLiteral<"eur">, z.ZodLiteral<"idr">, z.ZodLiteral<"jpy">, z.ZodLiteral<"krw">, z.ZodLiteral<"rub">, z.ZodLiteral<"twd">, z.ZodLiteral<"usd">]>;
2579
+ name: z.ZodString;
2580
+ symbol: z.ZodString;
2581
+ icon: z.ZodOptional<z.ZodString>;
2582
+ }, "strip", z.ZodTypeAny, {
2583
+ symbol: string;
2584
+ type: "FiatCurrency";
2585
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2586
+ name: string;
2587
+ icon?: string | undefined;
2588
+ }, {
2589
+ symbol: string;
2590
+ type: "FiatCurrency";
2591
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2592
+ name: string;
2593
+ icon?: string | undefined;
2594
+ }>, {
2595
+ icon: string | undefined;
2596
+ symbol: string;
2597
+ type: "FiatCurrency";
2598
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2599
+ name: string;
2600
+ }, {
2601
+ symbol: string;
2602
+ type: "FiatCurrency";
2603
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2604
+ name: string;
2605
+ icon?: string | undefined;
2606
+ }>, z.ZodEffects<z.ZodObject<{
2607
+ type: z.ZodLiteral<"Nft">;
2608
+ id: z.ZodString;
2609
+ name: z.ZodOptional<z.ZodString>;
2610
+ symbol: z.ZodOptional<z.ZodString>;
2611
+ image: z.ZodOptional<z.ZodString>;
2612
+ metadata: z.ZodOptional<z.ZodString>;
2613
+ updatedAt: z.ZodNumber;
2614
+ }, "strip", z.ZodTypeAny, {
2615
+ type: "Nft";
2616
+ id: string;
2617
+ updatedAt: number;
2618
+ symbol?: string | undefined;
2619
+ name?: string | undefined;
2620
+ image?: string | undefined;
2621
+ metadata?: string | undefined;
2622
+ }, {
2623
+ type: "Nft";
2624
+ id: string;
2625
+ updatedAt: number;
2626
+ symbol?: string | undefined;
2627
+ name?: string | undefined;
2628
+ image?: string | undefined;
2629
+ metadata?: string | undefined;
2630
+ }>, {
2631
+ name: string | undefined;
2632
+ symbol: string | undefined;
2633
+ image: string | undefined;
2634
+ metadata: string | undefined;
2635
+ type: "Nft";
2636
+ id: string;
2637
+ updatedAt: number;
2638
+ }, {
2639
+ type: "Nft";
2640
+ id: string;
2641
+ updatedAt: number;
2642
+ symbol?: string | undefined;
2643
+ name?: string | undefined;
2644
+ image?: string | undefined;
2645
+ metadata?: string | undefined;
2646
+ }>]>;
2647
+ amount: z.ZodObject<{
2648
+ value: z.ZodBigInt;
2649
+ decimals: z.ZodNumber;
2650
+ }, "strip", z.ZodTypeAny, {
680
2651
  value: bigint;
681
2652
  decimals: number;
682
- };
683
- direction: "in";
684
- price?: {
685
- cryptoCurrencyId: string;
686
- fiatCurrencyId: string;
687
- price: {
688
- value: bigint;
689
- decimals: number;
690
- };
691
- timestamp: number;
692
- } | undefined;
693
- from?: string | undefined;
694
- to?: string | undefined;
695
- }>;
696
- export declare const transferFiatCurrencyInSchema: z.ZodEffects<z.ZodObject<{
2653
+ }, {
2654
+ value: bigint;
2655
+ decimals: number;
2656
+ }>;
697
2657
  price: z.ZodOptional<z.ZodObject<{
698
2658
  cryptoCurrencyId: z.ZodString;
699
2659
  fiatCurrencyId: z.ZodString;
@@ -725,19 +2685,9 @@ export declare const transferFiatCurrencyInSchema: z.ZodEffects<z.ZodObject<{
725
2685
  };
726
2686
  timestamp: number;
727
2687
  }>>;
728
- from: z.ZodOptional<z.ZodString>;
729
- to: z.ZodOptional<z.ZodString>;
730
- amount: z.ZodObject<{
731
- value: z.ZodBigInt;
732
- decimals: z.ZodNumber;
733
- }, "strip", z.ZodTypeAny, {
734
- value: bigint;
735
- decimals: number;
736
- }, {
737
- value: bigint;
738
- decimals: number;
739
- }>;
740
- direction: z.ZodLiteral<"in">;
2688
+ }, {
2689
+ direction: z.ZodLiteral<"out">;
2690
+ }>, {
741
2691
  asset: z.ZodEffects<z.ZodObject<{
742
2692
  type: z.ZodLiteral<"FiatCurrency">;
743
2693
  id: z.ZodUnion<[z.ZodLiteral<"cny">, z.ZodLiteral<"eur">, z.ZodLiteral<"idr">, z.ZodLiteral<"jpy">, z.ZodLiteral<"krw">, z.ZodLiteral<"rub">, z.ZodLiteral<"twd">, z.ZodLiteral<"usd">]>;
@@ -769,7 +2719,7 @@ export declare const transferFiatCurrencyInSchema: z.ZodEffects<z.ZodObject<{
769
2719
  name: string;
770
2720
  icon?: string | undefined;
771
2721
  }>;
772
- }, "strip", z.ZodTypeAny, {
2722
+ }>, "strip", z.ZodTypeAny, {
773
2723
  asset: {
774
2724
  icon: string | undefined;
775
2725
  symbol: string;
@@ -781,7 +2731,7 @@ export declare const transferFiatCurrencyInSchema: z.ZodEffects<z.ZodObject<{
781
2731
  value: bigint;
782
2732
  decimals: number;
783
2733
  };
784
- direction: "in";
2734
+ direction: "out";
785
2735
  price?: {
786
2736
  cryptoCurrencyId: string;
787
2737
  fiatCurrencyId: string;
@@ -805,7 +2755,7 @@ export declare const transferFiatCurrencyInSchema: z.ZodEffects<z.ZodObject<{
805
2755
  value: bigint;
806
2756
  decimals: number;
807
2757
  };
808
- direction: "in";
2758
+ direction: "out";
809
2759
  price?: {
810
2760
  cryptoCurrencyId: string;
811
2761
  fiatCurrencyId: string;
@@ -835,38 +2785,226 @@ export declare const transferFiatCurrencyInSchema: z.ZodEffects<z.ZodObject<{
835
2785
  type: "FiatCurrency";
836
2786
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
837
2787
  name: string;
838
- };
839
- amount: {
840
- value: bigint;
841
- decimals: number;
842
- };
843
- direction: "in";
844
- }, {
845
- asset: {
2788
+ };
2789
+ amount: {
2790
+ value: bigint;
2791
+ decimals: number;
2792
+ };
2793
+ direction: "out";
2794
+ }, {
2795
+ asset: {
2796
+ symbol: string;
2797
+ type: "FiatCurrency";
2798
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2799
+ name: string;
2800
+ icon?: string | undefined;
2801
+ };
2802
+ amount: {
2803
+ value: bigint;
2804
+ decimals: number;
2805
+ };
2806
+ direction: "out";
2807
+ price?: {
2808
+ cryptoCurrencyId: string;
2809
+ fiatCurrencyId: string;
2810
+ price: {
2811
+ value: bigint;
2812
+ decimals: number;
2813
+ };
2814
+ timestamp: number;
2815
+ } | undefined;
2816
+ from?: string | undefined;
2817
+ to?: string | undefined;
2818
+ }>;
2819
+ export declare const transferNftOutSchema: z.ZodEffects<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
2820
+ from: z.ZodOptional<z.ZodString>;
2821
+ to: z.ZodOptional<z.ZodString>;
2822
+ asset: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
2823
+ type: z.ZodLiteral<"CryptoCurrency">;
2824
+ id: z.ZodString;
2825
+ name: z.ZodString;
2826
+ symbol: z.ZodString;
2827
+ icon: z.ZodOptional<z.ZodString>;
2828
+ market: z.ZodEffects<z.ZodObject<{
2829
+ coingeckoId: z.ZodOptional<z.ZodString>;
2830
+ marketCapUsd: z.ZodOptional<z.ZodObject<{
2831
+ value: z.ZodBigInt;
2832
+ decimals: z.ZodNumber;
2833
+ }, "strip", z.ZodTypeAny, {
2834
+ value: bigint;
2835
+ decimals: number;
2836
+ }, {
2837
+ value: bigint;
2838
+ decimals: number;
2839
+ }>>;
2840
+ }, "strip", z.ZodTypeAny, {
2841
+ coingeckoId?: string | undefined;
2842
+ marketCapUsd?: {
2843
+ value: bigint;
2844
+ decimals: number;
2845
+ } | undefined;
2846
+ }, {
2847
+ coingeckoId?: string | undefined;
2848
+ marketCapUsd?: {
2849
+ value: bigint;
2850
+ decimals: number;
2851
+ } | undefined;
2852
+ }>, {
2853
+ coingeckoId: string | undefined;
2854
+ marketCapUsd: {
2855
+ value: bigint;
2856
+ decimals: number;
2857
+ } | undefined;
2858
+ }, {
2859
+ coingeckoId?: string | undefined;
2860
+ marketCapUsd?: {
2861
+ value: bigint;
2862
+ decimals: number;
2863
+ } | undefined;
2864
+ }>;
2865
+ priceDatasourceId: z.ZodOptional<z.ZodString>;
2866
+ updatedAt: z.ZodNumber;
2867
+ }, "strip", z.ZodTypeAny, {
2868
+ symbol: string;
2869
+ type: "CryptoCurrency";
2870
+ id: string;
2871
+ name: string;
2872
+ market: {
2873
+ coingeckoId: string | undefined;
2874
+ marketCapUsd: {
2875
+ value: bigint;
2876
+ decimals: number;
2877
+ } | undefined;
2878
+ };
2879
+ updatedAt: number;
2880
+ icon?: string | undefined;
2881
+ priceDatasourceId?: string | undefined;
2882
+ }, {
2883
+ symbol: string;
2884
+ type: "CryptoCurrency";
2885
+ id: string;
2886
+ name: string;
2887
+ market: {
2888
+ coingeckoId?: string | undefined;
2889
+ marketCapUsd?: {
2890
+ value: bigint;
2891
+ decimals: number;
2892
+ } | undefined;
2893
+ };
2894
+ updatedAt: number;
2895
+ icon?: string | undefined;
2896
+ priceDatasourceId?: string | undefined;
2897
+ }>, {
2898
+ icon: string | undefined;
2899
+ priceDatasourceId: string | undefined;
2900
+ symbol: string;
2901
+ type: "CryptoCurrency";
2902
+ id: string;
2903
+ name: string;
2904
+ market: {
2905
+ coingeckoId: string | undefined;
2906
+ marketCapUsd: {
2907
+ value: bigint;
2908
+ decimals: number;
2909
+ } | undefined;
2910
+ };
2911
+ updatedAt: number;
2912
+ }, {
2913
+ symbol: string;
2914
+ type: "CryptoCurrency";
2915
+ id: string;
2916
+ name: string;
2917
+ market: {
2918
+ coingeckoId?: string | undefined;
2919
+ marketCapUsd?: {
2920
+ value: bigint;
2921
+ decimals: number;
2922
+ } | undefined;
2923
+ };
2924
+ updatedAt: number;
2925
+ icon?: string | undefined;
2926
+ priceDatasourceId?: string | undefined;
2927
+ }>, z.ZodEffects<z.ZodObject<{
2928
+ type: z.ZodLiteral<"FiatCurrency">;
2929
+ id: z.ZodUnion<[z.ZodLiteral<"cny">, z.ZodLiteral<"eur">, z.ZodLiteral<"idr">, z.ZodLiteral<"jpy">, z.ZodLiteral<"krw">, z.ZodLiteral<"rub">, z.ZodLiteral<"twd">, z.ZodLiteral<"usd">]>;
2930
+ name: z.ZodString;
2931
+ symbol: z.ZodString;
2932
+ icon: z.ZodOptional<z.ZodString>;
2933
+ }, "strip", z.ZodTypeAny, {
2934
+ symbol: string;
2935
+ type: "FiatCurrency";
2936
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2937
+ name: string;
2938
+ icon?: string | undefined;
2939
+ }, {
2940
+ symbol: string;
2941
+ type: "FiatCurrency";
2942
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2943
+ name: string;
2944
+ icon?: string | undefined;
2945
+ }>, {
2946
+ icon: string | undefined;
2947
+ symbol: string;
2948
+ type: "FiatCurrency";
2949
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2950
+ name: string;
2951
+ }, {
846
2952
  symbol: string;
847
2953
  type: "FiatCurrency";
848
2954
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
849
2955
  name: string;
850
2956
  icon?: string | undefined;
851
- };
852
- amount: {
2957
+ }>, z.ZodEffects<z.ZodObject<{
2958
+ type: z.ZodLiteral<"Nft">;
2959
+ id: z.ZodString;
2960
+ name: z.ZodOptional<z.ZodString>;
2961
+ symbol: z.ZodOptional<z.ZodString>;
2962
+ image: z.ZodOptional<z.ZodString>;
2963
+ metadata: z.ZodOptional<z.ZodString>;
2964
+ updatedAt: z.ZodNumber;
2965
+ }, "strip", z.ZodTypeAny, {
2966
+ type: "Nft";
2967
+ id: string;
2968
+ updatedAt: number;
2969
+ symbol?: string | undefined;
2970
+ name?: string | undefined;
2971
+ image?: string | undefined;
2972
+ metadata?: string | undefined;
2973
+ }, {
2974
+ type: "Nft";
2975
+ id: string;
2976
+ updatedAt: number;
2977
+ symbol?: string | undefined;
2978
+ name?: string | undefined;
2979
+ image?: string | undefined;
2980
+ metadata?: string | undefined;
2981
+ }>, {
2982
+ name: string | undefined;
2983
+ symbol: string | undefined;
2984
+ image: string | undefined;
2985
+ metadata: string | undefined;
2986
+ type: "Nft";
2987
+ id: string;
2988
+ updatedAt: number;
2989
+ }, {
2990
+ type: "Nft";
2991
+ id: string;
2992
+ updatedAt: number;
2993
+ symbol?: string | undefined;
2994
+ name?: string | undefined;
2995
+ image?: string | undefined;
2996
+ metadata?: string | undefined;
2997
+ }>]>;
2998
+ amount: z.ZodObject<{
2999
+ value: z.ZodBigInt;
3000
+ decimals: z.ZodNumber;
3001
+ }, "strip", z.ZodTypeAny, {
853
3002
  value: bigint;
854
3003
  decimals: number;
855
- };
856
- direction: "in";
857
- price?: {
858
- cryptoCurrencyId: string;
859
- fiatCurrencyId: string;
860
- price: {
861
- value: bigint;
862
- decimals: number;
863
- };
864
- timestamp: number;
865
- } | undefined;
866
- from?: string | undefined;
867
- to?: string | undefined;
868
- }>;
869
- export declare const transferNftInSchema: z.ZodEffects<z.ZodObject<{
3004
+ }, {
3005
+ value: bigint;
3006
+ decimals: number;
3007
+ }>;
870
3008
  price: z.ZodOptional<z.ZodObject<{
871
3009
  cryptoCurrencyId: z.ZodString;
872
3010
  fiatCurrencyId: z.ZodString;
@@ -898,19 +3036,9 @@ export declare const transferNftInSchema: z.ZodEffects<z.ZodObject<{
898
3036
  };
899
3037
  timestamp: number;
900
3038
  }>>;
901
- from: z.ZodOptional<z.ZodString>;
902
- to: z.ZodOptional<z.ZodString>;
903
- amount: z.ZodObject<{
904
- value: z.ZodBigInt;
905
- decimals: z.ZodNumber;
906
- }, "strip", z.ZodTypeAny, {
907
- value: bigint;
908
- decimals: number;
909
- }, {
910
- value: bigint;
911
- decimals: number;
912
- }>;
913
- direction: z.ZodLiteral<"in">;
3039
+ }, {
3040
+ direction: z.ZodLiteral<"out">;
3041
+ }>, {
914
3042
  asset: z.ZodEffects<z.ZodObject<{
915
3043
  type: z.ZodLiteral<"Nft">;
916
3044
  id: z.ZodString;
@@ -923,16 +3051,16 @@ export declare const transferNftInSchema: z.ZodEffects<z.ZodObject<{
923
3051
  type: "Nft";
924
3052
  id: string;
925
3053
  updatedAt: number;
926
- name?: string | undefined;
927
3054
  symbol?: string | undefined;
3055
+ name?: string | undefined;
928
3056
  image?: string | undefined;
929
3057
  metadata?: string | undefined;
930
3058
  }, {
931
3059
  type: "Nft";
932
3060
  id: string;
933
3061
  updatedAt: number;
934
- name?: string | undefined;
935
3062
  symbol?: string | undefined;
3063
+ name?: string | undefined;
936
3064
  image?: string | undefined;
937
3065
  metadata?: string | undefined;
938
3066
  }>, {
@@ -947,12 +3075,12 @@ export declare const transferNftInSchema: z.ZodEffects<z.ZodObject<{
947
3075
  type: "Nft";
948
3076
  id: string;
949
3077
  updatedAt: number;
950
- name?: string | undefined;
951
3078
  symbol?: string | undefined;
3079
+ name?: string | undefined;
952
3080
  image?: string | undefined;
953
3081
  metadata?: string | undefined;
954
3082
  }>;
955
- }, "strip", z.ZodTypeAny, {
3083
+ }>, "strip", z.ZodTypeAny, {
956
3084
  asset: {
957
3085
  name: string | undefined;
958
3086
  symbol: string | undefined;
@@ -966,7 +3094,7 @@ export declare const transferNftInSchema: z.ZodEffects<z.ZodObject<{
966
3094
  value: bigint;
967
3095
  decimals: number;
968
3096
  };
969
- direction: "in";
3097
+ direction: "out";
970
3098
  price?: {
971
3099
  cryptoCurrencyId: string;
972
3100
  fiatCurrencyId: string;
@@ -983,8 +3111,8 @@ export declare const transferNftInSchema: z.ZodEffects<z.ZodObject<{
983
3111
  type: "Nft";
984
3112
  id: string;
985
3113
  updatedAt: number;
986
- name?: string | undefined;
987
3114
  symbol?: string | undefined;
3115
+ name?: string | undefined;
988
3116
  image?: string | undefined;
989
3117
  metadata?: string | undefined;
990
3118
  };
@@ -992,7 +3120,7 @@ export declare const transferNftInSchema: z.ZodEffects<z.ZodObject<{
992
3120
  value: bigint;
993
3121
  decimals: number;
994
3122
  };
995
- direction: "in";
3123
+ direction: "out";
996
3124
  price?: {
997
3125
  cryptoCurrencyId: string;
998
3126
  fiatCurrencyId: string;
@@ -1029,14 +3157,14 @@ export declare const transferNftInSchema: z.ZodEffects<z.ZodObject<{
1029
3157
  value: bigint;
1030
3158
  decimals: number;
1031
3159
  };
1032
- direction: "in";
3160
+ direction: "out";
1033
3161
  }, {
1034
3162
  asset: {
1035
3163
  type: "Nft";
1036
3164
  id: string;
1037
3165
  updatedAt: number;
1038
- name?: string | undefined;
1039
3166
  symbol?: string | undefined;
3167
+ name?: string | undefined;
1040
3168
  image?: string | undefined;
1041
3169
  metadata?: string | undefined;
1042
3170
  };
@@ -1044,7 +3172,7 @@ export declare const transferNftInSchema: z.ZodEffects<z.ZodObject<{
1044
3172
  value: bigint;
1045
3173
  decimals: number;
1046
3174
  };
1047
- direction: "in";
3175
+ direction: "out";
1048
3176
  price?: {
1049
3177
  cryptoCurrencyId: string;
1050
3178
  fiatCurrencyId: string;
@@ -1057,38 +3185,7 @@ export declare const transferNftInSchema: z.ZodEffects<z.ZodObject<{
1057
3185
  from?: string | undefined;
1058
3186
  to?: string | undefined;
1059
3187
  }>;
1060
- export declare const transferOutSchema: z.ZodEffects<z.ZodObject<{
1061
- price: z.ZodOptional<z.ZodObject<{
1062
- cryptoCurrencyId: z.ZodString;
1063
- fiatCurrencyId: z.ZodString;
1064
- price: z.ZodObject<{
1065
- value: z.ZodBigInt;
1066
- decimals: z.ZodNumber;
1067
- }, "strip", z.ZodTypeAny, {
1068
- value: bigint;
1069
- decimals: number;
1070
- }, {
1071
- value: bigint;
1072
- decimals: number;
1073
- }>;
1074
- timestamp: z.ZodNumber;
1075
- }, "strip", z.ZodTypeAny, {
1076
- cryptoCurrencyId: string;
1077
- fiatCurrencyId: string;
1078
- price: {
1079
- value: bigint;
1080
- decimals: number;
1081
- };
1082
- timestamp: number;
1083
- }, {
1084
- cryptoCurrencyId: string;
1085
- fiatCurrencyId: string;
1086
- price: {
1087
- value: bigint;
1088
- decimals: number;
1089
- };
1090
- timestamp: number;
1091
- }>>;
3188
+ export declare const transferNoneDefaultSchema: z.ZodObject<z.objectUtil.extendShape<{
1092
3189
  from: z.ZodOptional<z.ZodString>;
1093
3190
  to: z.ZodOptional<z.ZodString>;
1094
3191
  asset: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
@@ -1238,16 +3335,16 @@ export declare const transferOutSchema: z.ZodEffects<z.ZodObject<{
1238
3335
  type: "Nft";
1239
3336
  id: string;
1240
3337
  updatedAt: number;
1241
- name?: string | undefined;
1242
3338
  symbol?: string | undefined;
3339
+ name?: string | undefined;
1243
3340
  image?: string | undefined;
1244
3341
  metadata?: string | undefined;
1245
3342
  }, {
1246
3343
  type: "Nft";
1247
3344
  id: string;
1248
3345
  updatedAt: number;
1249
- name?: string | undefined;
1250
3346
  symbol?: string | undefined;
3347
+ name?: string | undefined;
1251
3348
  image?: string | undefined;
1252
3349
  metadata?: string | undefined;
1253
3350
  }>, {
@@ -1262,8 +3359,8 @@ export declare const transferOutSchema: z.ZodEffects<z.ZodObject<{
1262
3359
  type: "Nft";
1263
3360
  id: string;
1264
3361
  updatedAt: number;
1265
- name?: string | undefined;
1266
3362
  symbol?: string | undefined;
3363
+ name?: string | undefined;
1267
3364
  image?: string | undefined;
1268
3365
  metadata?: string | undefined;
1269
3366
  }>]>;
@@ -1277,91 +3374,21 @@ export declare const transferOutSchema: z.ZodEffects<z.ZodObject<{
1277
3374
  value: bigint;
1278
3375
  decimals: number;
1279
3376
  }>;
1280
- direction: z.ZodLiteral<"out">;
1281
- }, "strip", z.ZodTypeAny, {
1282
- asset: {
1283
- icon: string | undefined;
1284
- priceDatasourceId: string | undefined;
1285
- symbol: string;
1286
- type: "CryptoCurrency";
1287
- id: string;
1288
- name: string;
1289
- market: {
1290
- coingeckoId: string | undefined;
1291
- marketCapUsd: {
1292
- value: bigint;
1293
- decimals: number;
1294
- } | undefined;
1295
- };
1296
- updatedAt: number;
1297
- } | {
1298
- icon: string | undefined;
1299
- symbol: string;
1300
- type: "FiatCurrency";
1301
- id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1302
- name: string;
1303
- } | {
1304
- name: string | undefined;
1305
- symbol: string | undefined;
1306
- image: string | undefined;
1307
- metadata: string | undefined;
1308
- type: "Nft";
1309
- id: string;
1310
- updatedAt: number;
1311
- };
1312
- amount: {
1313
- value: bigint;
1314
- decimals: number;
1315
- };
1316
- direction: "out";
1317
- price?: {
1318
- cryptoCurrencyId: string;
1319
- fiatCurrencyId: string;
1320
- price: {
3377
+ price: z.ZodOptional<z.ZodObject<{
3378
+ cryptoCurrencyId: z.ZodString;
3379
+ fiatCurrencyId: z.ZodString;
3380
+ price: z.ZodObject<{
3381
+ value: z.ZodBigInt;
3382
+ decimals: z.ZodNumber;
3383
+ }, "strip", z.ZodTypeAny, {
1321
3384
  value: bigint;
1322
3385
  decimals: number;
1323
- };
1324
- timestamp: number;
1325
- } | undefined;
1326
- from?: string | undefined;
1327
- to?: string | undefined;
1328
- }, {
1329
- asset: {
1330
- symbol: string;
1331
- type: "CryptoCurrency";
1332
- id: string;
1333
- name: string;
1334
- market: {
1335
- coingeckoId?: string | undefined;
1336
- marketCapUsd?: {
1337
- value: bigint;
1338
- decimals: number;
1339
- } | undefined;
1340
- };
1341
- updatedAt: number;
1342
- icon?: string | undefined;
1343
- priceDatasourceId?: string | undefined;
1344
- } | {
1345
- symbol: string;
1346
- type: "FiatCurrency";
1347
- id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1348
- name: string;
1349
- icon?: string | undefined;
1350
- } | {
1351
- type: "Nft";
1352
- id: string;
1353
- updatedAt: number;
1354
- name?: string | undefined;
1355
- symbol?: string | undefined;
1356
- image?: string | undefined;
1357
- metadata?: string | undefined;
1358
- };
1359
- amount: {
1360
- value: bigint;
1361
- decimals: number;
1362
- };
1363
- direction: "out";
1364
- price?: {
3386
+ }, {
3387
+ value: bigint;
3388
+ decimals: number;
3389
+ }>;
3390
+ timestamp: z.ZodNumber;
3391
+ }, "strip", z.ZodTypeAny, {
1365
3392
  cryptoCurrencyId: string;
1366
3393
  fiatCurrencyId: string;
1367
3394
  price: {
@@ -1369,13 +3396,7 @@ export declare const transferOutSchema: z.ZodEffects<z.ZodObject<{
1369
3396
  decimals: number;
1370
3397
  };
1371
3398
  timestamp: number;
1372
- } | undefined;
1373
- from?: string | undefined;
1374
- to?: string | undefined;
1375
- }>, {
1376
- from: string | undefined;
1377
- to: string | undefined;
1378
- price: {
3399
+ }, {
1379
3400
  cryptoCurrencyId: string;
1380
3401
  fiatCurrencyId: string;
1381
3402
  price: {
@@ -1383,7 +3404,10 @@ export declare const transferOutSchema: z.ZodEffects<z.ZodObject<{
1383
3404
  decimals: number;
1384
3405
  };
1385
3406
  timestamp: number;
1386
- } | undefined;
3407
+ }>>;
3408
+ }, {
3409
+ direction: z.ZodLiteral<"none">;
3410
+ }>, "strip", z.ZodTypeAny, {
1387
3411
  asset: {
1388
3412
  icon: string | undefined;
1389
3413
  priceDatasourceId: string | undefined;
@@ -1418,7 +3442,18 @@ export declare const transferOutSchema: z.ZodEffects<z.ZodObject<{
1418
3442
  value: bigint;
1419
3443
  decimals: number;
1420
3444
  };
1421
- direction: "out";
3445
+ direction: "none";
3446
+ price?: {
3447
+ cryptoCurrencyId: string;
3448
+ fiatCurrencyId: string;
3449
+ price: {
3450
+ value: bigint;
3451
+ decimals: number;
3452
+ };
3453
+ timestamp: number;
3454
+ } | undefined;
3455
+ from?: string | undefined;
3456
+ to?: string | undefined;
1422
3457
  }, {
1423
3458
  asset: {
1424
3459
  symbol: string;
@@ -1445,8 +3480,8 @@ export declare const transferOutSchema: z.ZodEffects<z.ZodObject<{
1445
3480
  type: "Nft";
1446
3481
  id: string;
1447
3482
  updatedAt: number;
1448
- name?: string | undefined;
1449
3483
  symbol?: string | undefined;
3484
+ name?: string | undefined;
1450
3485
  image?: string | undefined;
1451
3486
  metadata?: string | undefined;
1452
3487
  };
@@ -1454,7 +3489,7 @@ export declare const transferOutSchema: z.ZodEffects<z.ZodObject<{
1454
3489
  value: bigint;
1455
3490
  decimals: number;
1456
3491
  };
1457
- direction: "out";
3492
+ direction: "none";
1458
3493
  price?: {
1459
3494
  cryptoCurrencyId: string;
1460
3495
  fiatCurrencyId: string;
@@ -1467,52 +3502,10 @@ export declare const transferOutSchema: z.ZodEffects<z.ZodObject<{
1467
3502
  from?: string | undefined;
1468
3503
  to?: string | undefined;
1469
3504
  }>;
1470
- export declare const transferCryptoCurrencyOutSchema: z.ZodEffects<z.ZodObject<{
1471
- price: z.ZodOptional<z.ZodObject<{
1472
- cryptoCurrencyId: z.ZodString;
1473
- fiatCurrencyId: z.ZodString;
1474
- price: z.ZodObject<{
1475
- value: z.ZodBigInt;
1476
- decimals: z.ZodNumber;
1477
- }, "strip", z.ZodTypeAny, {
1478
- value: bigint;
1479
- decimals: number;
1480
- }, {
1481
- value: bigint;
1482
- decimals: number;
1483
- }>;
1484
- timestamp: z.ZodNumber;
1485
- }, "strip", z.ZodTypeAny, {
1486
- cryptoCurrencyId: string;
1487
- fiatCurrencyId: string;
1488
- price: {
1489
- value: bigint;
1490
- decimals: number;
1491
- };
1492
- timestamp: number;
1493
- }, {
1494
- cryptoCurrencyId: string;
1495
- fiatCurrencyId: string;
1496
- price: {
1497
- value: bigint;
1498
- decimals: number;
1499
- };
1500
- timestamp: number;
1501
- }>>;
3505
+ export declare const transferNoneSchema: z.ZodEffects<z.ZodObject<z.objectUtil.extendShape<{
1502
3506
  from: z.ZodOptional<z.ZodString>;
1503
3507
  to: z.ZodOptional<z.ZodString>;
1504
- amount: z.ZodObject<{
1505
- value: z.ZodBigInt;
1506
- decimals: z.ZodNumber;
1507
- }, "strip", z.ZodTypeAny, {
1508
- value: bigint;
1509
- decimals: number;
1510
- }, {
1511
- value: bigint;
1512
- decimals: number;
1513
- }>;
1514
- direction: z.ZodLiteral<"out">;
1515
- asset: z.ZodEffects<z.ZodObject<{
3508
+ asset: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
1516
3509
  type: z.ZodLiteral<"CryptoCurrency">;
1517
3510
  id: z.ZodString;
1518
3511
  name: z.ZodString;
@@ -1617,186 +3610,7 @@ export declare const transferCryptoCurrencyOutSchema: z.ZodEffects<z.ZodObject<{
1617
3610
  updatedAt: number;
1618
3611
  icon?: string | undefined;
1619
3612
  priceDatasourceId?: string | undefined;
1620
- }>;
1621
- }, "strip", z.ZodTypeAny, {
1622
- asset: {
1623
- icon: string | undefined;
1624
- priceDatasourceId: string | undefined;
1625
- symbol: string;
1626
- type: "CryptoCurrency";
1627
- id: string;
1628
- name: string;
1629
- market: {
1630
- coingeckoId: string | undefined;
1631
- marketCapUsd: {
1632
- value: bigint;
1633
- decimals: number;
1634
- } | undefined;
1635
- };
1636
- updatedAt: number;
1637
- };
1638
- amount: {
1639
- value: bigint;
1640
- decimals: number;
1641
- };
1642
- direction: "out";
1643
- price?: {
1644
- cryptoCurrencyId: string;
1645
- fiatCurrencyId: string;
1646
- price: {
1647
- value: bigint;
1648
- decimals: number;
1649
- };
1650
- timestamp: number;
1651
- } | undefined;
1652
- from?: string | undefined;
1653
- to?: string | undefined;
1654
- }, {
1655
- asset: {
1656
- symbol: string;
1657
- type: "CryptoCurrency";
1658
- id: string;
1659
- name: string;
1660
- market: {
1661
- coingeckoId?: string | undefined;
1662
- marketCapUsd?: {
1663
- value: bigint;
1664
- decimals: number;
1665
- } | undefined;
1666
- };
1667
- updatedAt: number;
1668
- icon?: string | undefined;
1669
- priceDatasourceId?: string | undefined;
1670
- };
1671
- amount: {
1672
- value: bigint;
1673
- decimals: number;
1674
- };
1675
- direction: "out";
1676
- price?: {
1677
- cryptoCurrencyId: string;
1678
- fiatCurrencyId: string;
1679
- price: {
1680
- value: bigint;
1681
- decimals: number;
1682
- };
1683
- timestamp: number;
1684
- } | undefined;
1685
- from?: string | undefined;
1686
- to?: string | undefined;
1687
- }>, {
1688
- from: string | undefined;
1689
- to: string | undefined;
1690
- price: {
1691
- cryptoCurrencyId: string;
1692
- fiatCurrencyId: string;
1693
- price: {
1694
- value: bigint;
1695
- decimals: number;
1696
- };
1697
- timestamp: number;
1698
- } | undefined;
1699
- asset: {
1700
- icon: string | undefined;
1701
- priceDatasourceId: string | undefined;
1702
- symbol: string;
1703
- type: "CryptoCurrency";
1704
- id: string;
1705
- name: string;
1706
- market: {
1707
- coingeckoId: string | undefined;
1708
- marketCapUsd: {
1709
- value: bigint;
1710
- decimals: number;
1711
- } | undefined;
1712
- };
1713
- updatedAt: number;
1714
- };
1715
- amount: {
1716
- value: bigint;
1717
- decimals: number;
1718
- };
1719
- direction: "out";
1720
- }, {
1721
- asset: {
1722
- symbol: string;
1723
- type: "CryptoCurrency";
1724
- id: string;
1725
- name: string;
1726
- market: {
1727
- coingeckoId?: string | undefined;
1728
- marketCapUsd?: {
1729
- value: bigint;
1730
- decimals: number;
1731
- } | undefined;
1732
- };
1733
- updatedAt: number;
1734
- icon?: string | undefined;
1735
- priceDatasourceId?: string | undefined;
1736
- };
1737
- amount: {
1738
- value: bigint;
1739
- decimals: number;
1740
- };
1741
- direction: "out";
1742
- price?: {
1743
- cryptoCurrencyId: string;
1744
- fiatCurrencyId: string;
1745
- price: {
1746
- value: bigint;
1747
- decimals: number;
1748
- };
1749
- timestamp: number;
1750
- } | undefined;
1751
- from?: string | undefined;
1752
- to?: string | undefined;
1753
- }>;
1754
- export declare const transferFiatCurrencyOutSchema: z.ZodEffects<z.ZodObject<{
1755
- price: z.ZodOptional<z.ZodObject<{
1756
- cryptoCurrencyId: z.ZodString;
1757
- fiatCurrencyId: z.ZodString;
1758
- price: z.ZodObject<{
1759
- value: z.ZodBigInt;
1760
- decimals: z.ZodNumber;
1761
- }, "strip", z.ZodTypeAny, {
1762
- value: bigint;
1763
- decimals: number;
1764
- }, {
1765
- value: bigint;
1766
- decimals: number;
1767
- }>;
1768
- timestamp: z.ZodNumber;
1769
- }, "strip", z.ZodTypeAny, {
1770
- cryptoCurrencyId: string;
1771
- fiatCurrencyId: string;
1772
- price: {
1773
- value: bigint;
1774
- decimals: number;
1775
- };
1776
- timestamp: number;
1777
- }, {
1778
- cryptoCurrencyId: string;
1779
- fiatCurrencyId: string;
1780
- price: {
1781
- value: bigint;
1782
- decimals: number;
1783
- };
1784
- timestamp: number;
1785
- }>>;
1786
- from: z.ZodOptional<z.ZodString>;
1787
- to: z.ZodOptional<z.ZodString>;
1788
- amount: z.ZodObject<{
1789
- value: z.ZodBigInt;
1790
- decimals: z.ZodNumber;
1791
- }, "strip", z.ZodTypeAny, {
1792
- value: bigint;
1793
- decimals: number;
1794
- }, {
1795
- value: bigint;
1796
- decimals: number;
1797
- }>;
1798
- direction: z.ZodLiteral<"out">;
1799
- asset: z.ZodEffects<z.ZodObject<{
3613
+ }>, z.ZodEffects<z.ZodObject<{
1800
3614
  type: z.ZodLiteral<"FiatCurrency">;
1801
3615
  id: z.ZodUnion<[z.ZodLiteral<"cny">, z.ZodLiteral<"eur">, z.ZodLiteral<"idr">, z.ZodLiteral<"jpy">, z.ZodLiteral<"krw">, z.ZodLiteral<"rub">, z.ZodLiteral<"twd">, z.ZodLiteral<"usd">]>;
1802
3616
  name: z.ZodString;
@@ -1826,150 +3640,7 @@ export declare const transferFiatCurrencyOutSchema: z.ZodEffects<z.ZodObject<{
1826
3640
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1827
3641
  name: string;
1828
3642
  icon?: string | undefined;
1829
- }>;
1830
- }, "strip", z.ZodTypeAny, {
1831
- asset: {
1832
- icon: string | undefined;
1833
- symbol: string;
1834
- type: "FiatCurrency";
1835
- id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1836
- name: string;
1837
- };
1838
- amount: {
1839
- value: bigint;
1840
- decimals: number;
1841
- };
1842
- direction: "out";
1843
- price?: {
1844
- cryptoCurrencyId: string;
1845
- fiatCurrencyId: string;
1846
- price: {
1847
- value: bigint;
1848
- decimals: number;
1849
- };
1850
- timestamp: number;
1851
- } | undefined;
1852
- from?: string | undefined;
1853
- to?: string | undefined;
1854
- }, {
1855
- asset: {
1856
- symbol: string;
1857
- type: "FiatCurrency";
1858
- id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1859
- name: string;
1860
- icon?: string | undefined;
1861
- };
1862
- amount: {
1863
- value: bigint;
1864
- decimals: number;
1865
- };
1866
- direction: "out";
1867
- price?: {
1868
- cryptoCurrencyId: string;
1869
- fiatCurrencyId: string;
1870
- price: {
1871
- value: bigint;
1872
- decimals: number;
1873
- };
1874
- timestamp: number;
1875
- } | undefined;
1876
- from?: string | undefined;
1877
- to?: string | undefined;
1878
- }>, {
1879
- from: string | undefined;
1880
- to: string | undefined;
1881
- price: {
1882
- cryptoCurrencyId: string;
1883
- fiatCurrencyId: string;
1884
- price: {
1885
- value: bigint;
1886
- decimals: number;
1887
- };
1888
- timestamp: number;
1889
- } | undefined;
1890
- asset: {
1891
- icon: string | undefined;
1892
- symbol: string;
1893
- type: "FiatCurrency";
1894
- id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1895
- name: string;
1896
- };
1897
- amount: {
1898
- value: bigint;
1899
- decimals: number;
1900
- };
1901
- direction: "out";
1902
- }, {
1903
- asset: {
1904
- symbol: string;
1905
- type: "FiatCurrency";
1906
- id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1907
- name: string;
1908
- icon?: string | undefined;
1909
- };
1910
- amount: {
1911
- value: bigint;
1912
- decimals: number;
1913
- };
1914
- direction: "out";
1915
- price?: {
1916
- cryptoCurrencyId: string;
1917
- fiatCurrencyId: string;
1918
- price: {
1919
- value: bigint;
1920
- decimals: number;
1921
- };
1922
- timestamp: number;
1923
- } | undefined;
1924
- from?: string | undefined;
1925
- to?: string | undefined;
1926
- }>;
1927
- export declare const transferNftOutSchema: z.ZodEffects<z.ZodObject<{
1928
- price: z.ZodOptional<z.ZodObject<{
1929
- cryptoCurrencyId: z.ZodString;
1930
- fiatCurrencyId: z.ZodString;
1931
- price: z.ZodObject<{
1932
- value: z.ZodBigInt;
1933
- decimals: z.ZodNumber;
1934
- }, "strip", z.ZodTypeAny, {
1935
- value: bigint;
1936
- decimals: number;
1937
- }, {
1938
- value: bigint;
1939
- decimals: number;
1940
- }>;
1941
- timestamp: z.ZodNumber;
1942
- }, "strip", z.ZodTypeAny, {
1943
- cryptoCurrencyId: string;
1944
- fiatCurrencyId: string;
1945
- price: {
1946
- value: bigint;
1947
- decimals: number;
1948
- };
1949
- timestamp: number;
1950
- }, {
1951
- cryptoCurrencyId: string;
1952
- fiatCurrencyId: string;
1953
- price: {
1954
- value: bigint;
1955
- decimals: number;
1956
- };
1957
- timestamp: number;
1958
- }>>;
1959
- from: z.ZodOptional<z.ZodString>;
1960
- to: z.ZodOptional<z.ZodString>;
1961
- amount: z.ZodObject<{
1962
- value: z.ZodBigInt;
1963
- decimals: z.ZodNumber;
1964
- }, "strip", z.ZodTypeAny, {
1965
- value: bigint;
1966
- decimals: number;
1967
- }, {
1968
- value: bigint;
1969
- decimals: number;
1970
- }>;
1971
- direction: z.ZodLiteral<"out">;
1972
- asset: z.ZodEffects<z.ZodObject<{
3643
+ }>, z.ZodEffects<z.ZodObject<{
1973
3644
  type: z.ZodLiteral<"Nft">;
1974
3645
  id: z.ZodString;
1975
3646
  name: z.ZodOptional<z.ZodString>;
@@ -1981,16 +3652,16 @@ export declare const transferNftOutSchema: z.ZodEffects<z.ZodObject<{
1981
3652
  type: "Nft";
1982
3653
  id: string;
1983
3654
  updatedAt: number;
1984
- name?: string | undefined;
1985
3655
  symbol?: string | undefined;
3656
+ name?: string | undefined;
1986
3657
  image?: string | undefined;
1987
3658
  metadata?: string | undefined;
1988
3659
  }, {
1989
3660
  type: "Nft";
1990
3661
  id: string;
1991
3662
  updatedAt: number;
1992
- name?: string | undefined;
1993
3663
  symbol?: string | undefined;
3664
+ name?: string | undefined;
1994
3665
  image?: string | undefined;
1995
3666
  metadata?: string | undefined;
1996
3667
  }>, {
@@ -2005,13 +3676,77 @@ export declare const transferNftOutSchema: z.ZodEffects<z.ZodObject<{
2005
3676
  type: "Nft";
2006
3677
  id: string;
2007
3678
  updatedAt: number;
2008
- name?: string | undefined;
2009
3679
  symbol?: string | undefined;
3680
+ name?: string | undefined;
2010
3681
  image?: string | undefined;
2011
3682
  metadata?: string | undefined;
3683
+ }>]>;
3684
+ amount: z.ZodObject<{
3685
+ value: z.ZodBigInt;
3686
+ decimals: z.ZodNumber;
3687
+ }, "strip", z.ZodTypeAny, {
3688
+ value: bigint;
3689
+ decimals: number;
3690
+ }, {
3691
+ value: bigint;
3692
+ decimals: number;
2012
3693
  }>;
2013
- }, "strip", z.ZodTypeAny, {
3694
+ price: z.ZodOptional<z.ZodObject<{
3695
+ cryptoCurrencyId: z.ZodString;
3696
+ fiatCurrencyId: z.ZodString;
3697
+ price: z.ZodObject<{
3698
+ value: z.ZodBigInt;
3699
+ decimals: z.ZodNumber;
3700
+ }, "strip", z.ZodTypeAny, {
3701
+ value: bigint;
3702
+ decimals: number;
3703
+ }, {
3704
+ value: bigint;
3705
+ decimals: number;
3706
+ }>;
3707
+ timestamp: z.ZodNumber;
3708
+ }, "strip", z.ZodTypeAny, {
3709
+ cryptoCurrencyId: string;
3710
+ fiatCurrencyId: string;
3711
+ price: {
3712
+ value: bigint;
3713
+ decimals: number;
3714
+ };
3715
+ timestamp: number;
3716
+ }, {
3717
+ cryptoCurrencyId: string;
3718
+ fiatCurrencyId: string;
3719
+ price: {
3720
+ value: bigint;
3721
+ decimals: number;
3722
+ };
3723
+ timestamp: number;
3724
+ }>>;
3725
+ }, {
3726
+ direction: z.ZodLiteral<"none">;
3727
+ }>, "strip", z.ZodTypeAny, {
2014
3728
  asset: {
3729
+ icon: string | undefined;
3730
+ priceDatasourceId: string | undefined;
3731
+ symbol: string;
3732
+ type: "CryptoCurrency";
3733
+ id: string;
3734
+ name: string;
3735
+ market: {
3736
+ coingeckoId: string | undefined;
3737
+ marketCapUsd: {
3738
+ value: bigint;
3739
+ decimals: number;
3740
+ } | undefined;
3741
+ };
3742
+ updatedAt: number;
3743
+ } | {
3744
+ icon: string | undefined;
3745
+ symbol: string;
3746
+ type: "FiatCurrency";
3747
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3748
+ name: string;
3749
+ } | {
2015
3750
  name: string | undefined;
2016
3751
  symbol: string | undefined;
2017
3752
  image: string | undefined;
@@ -2024,7 +3759,7 @@ export declare const transferNftOutSchema: z.ZodEffects<z.ZodObject<{
2024
3759
  value: bigint;
2025
3760
  decimals: number;
2026
3761
  };
2027
- direction: "out";
3762
+ direction: "none";
2028
3763
  price?: {
2029
3764
  cryptoCurrencyId: string;
2030
3765
  fiatCurrencyId: string;
@@ -2038,11 +3773,32 @@ export declare const transferNftOutSchema: z.ZodEffects<z.ZodObject<{
2038
3773
  to?: string | undefined;
2039
3774
  }, {
2040
3775
  asset: {
3776
+ symbol: string;
3777
+ type: "CryptoCurrency";
3778
+ id: string;
3779
+ name: string;
3780
+ market: {
3781
+ coingeckoId?: string | undefined;
3782
+ marketCapUsd?: {
3783
+ value: bigint;
3784
+ decimals: number;
3785
+ } | undefined;
3786
+ };
3787
+ updatedAt: number;
3788
+ icon?: string | undefined;
3789
+ priceDatasourceId?: string | undefined;
3790
+ } | {
3791
+ symbol: string;
3792
+ type: "FiatCurrency";
3793
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3794
+ name: string;
3795
+ icon?: string | undefined;
3796
+ } | {
2041
3797
  type: "Nft";
2042
3798
  id: string;
2043
3799
  updatedAt: number;
2044
- name?: string | undefined;
2045
3800
  symbol?: string | undefined;
3801
+ name?: string | undefined;
2046
3802
  image?: string | undefined;
2047
3803
  metadata?: string | undefined;
2048
3804
  };
@@ -2050,7 +3806,7 @@ export declare const transferNftOutSchema: z.ZodEffects<z.ZodObject<{
2050
3806
  value: bigint;
2051
3807
  decimals: number;
2052
3808
  };
2053
- direction: "out";
3809
+ direction: "none";
2054
3810
  price?: {
2055
3811
  cryptoCurrencyId: string;
2056
3812
  fiatCurrencyId: string;
@@ -2075,6 +3831,27 @@ export declare const transferNftOutSchema: z.ZodEffects<z.ZodObject<{
2075
3831
  timestamp: number;
2076
3832
  } | undefined;
2077
3833
  asset: {
3834
+ icon: string | undefined;
3835
+ priceDatasourceId: string | undefined;
3836
+ symbol: string;
3837
+ type: "CryptoCurrency";
3838
+ id: string;
3839
+ name: string;
3840
+ market: {
3841
+ coingeckoId: string | undefined;
3842
+ marketCapUsd: {
3843
+ value: bigint;
3844
+ decimals: number;
3845
+ } | undefined;
3846
+ };
3847
+ updatedAt: number;
3848
+ } | {
3849
+ icon: string | undefined;
3850
+ symbol: string;
3851
+ type: "FiatCurrency";
3852
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3853
+ name: string;
3854
+ } | {
2078
3855
  name: string | undefined;
2079
3856
  symbol: string | undefined;
2080
3857
  image: string | undefined;
@@ -2087,14 +3864,35 @@ export declare const transferNftOutSchema: z.ZodEffects<z.ZodObject<{
2087
3864
  value: bigint;
2088
3865
  decimals: number;
2089
3866
  };
2090
- direction: "out";
3867
+ direction: "none";
2091
3868
  }, {
2092
3869
  asset: {
3870
+ symbol: string;
3871
+ type: "CryptoCurrency";
3872
+ id: string;
3873
+ name: string;
3874
+ market: {
3875
+ coingeckoId?: string | undefined;
3876
+ marketCapUsd?: {
3877
+ value: bigint;
3878
+ decimals: number;
3879
+ } | undefined;
3880
+ };
3881
+ updatedAt: number;
3882
+ icon?: string | undefined;
3883
+ priceDatasourceId?: string | undefined;
3884
+ } | {
3885
+ symbol: string;
3886
+ type: "FiatCurrency";
3887
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3888
+ name: string;
3889
+ icon?: string | undefined;
3890
+ } | {
2093
3891
  type: "Nft";
2094
3892
  id: string;
2095
3893
  updatedAt: number;
2096
- name?: string | undefined;
2097
3894
  symbol?: string | undefined;
3895
+ name?: string | undefined;
2098
3896
  image?: string | undefined;
2099
3897
  metadata?: string | undefined;
2100
3898
  };
@@ -2102,7 +3900,7 @@ export declare const transferNftOutSchema: z.ZodEffects<z.ZodObject<{
2102
3900
  value: bigint;
2103
3901
  decimals: number;
2104
3902
  };
2105
- direction: "out";
3903
+ direction: "none";
2106
3904
  price?: {
2107
3905
  cryptoCurrencyId: string;
2108
3906
  fiatCurrencyId: string;
@@ -2115,38 +3913,7 @@ export declare const transferNftOutSchema: z.ZodEffects<z.ZodObject<{
2115
3913
  from?: string | undefined;
2116
3914
  to?: string | undefined;
2117
3915
  }>;
2118
- export declare const transferNoneDefaultSchema: z.ZodObject<{
2119
- price: z.ZodOptional<z.ZodObject<{
2120
- cryptoCurrencyId: z.ZodString;
2121
- fiatCurrencyId: z.ZodString;
2122
- price: z.ZodObject<{
2123
- value: z.ZodBigInt;
2124
- decimals: z.ZodNumber;
2125
- }, "strip", z.ZodTypeAny, {
2126
- value: bigint;
2127
- decimals: number;
2128
- }, {
2129
- value: bigint;
2130
- decimals: number;
2131
- }>;
2132
- timestamp: z.ZodNumber;
2133
- }, "strip", z.ZodTypeAny, {
2134
- cryptoCurrencyId: string;
2135
- fiatCurrencyId: string;
2136
- price: {
2137
- value: bigint;
2138
- decimals: number;
2139
- };
2140
- timestamp: number;
2141
- }, {
2142
- cryptoCurrencyId: string;
2143
- fiatCurrencyId: string;
2144
- price: {
2145
- value: bigint;
2146
- decimals: number;
2147
- };
2148
- timestamp: number;
2149
- }>>;
3916
+ export declare const transferCryptoCurrencyNoneSchema: z.ZodEffects<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
2150
3917
  from: z.ZodOptional<z.ZodString>;
2151
3918
  to: z.ZodOptional<z.ZodString>;
2152
3919
  asset: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
@@ -2296,16 +4063,16 @@ export declare const transferNoneDefaultSchema: z.ZodObject<{
2296
4063
  type: "Nft";
2297
4064
  id: string;
2298
4065
  updatedAt: number;
2299
- name?: string | undefined;
2300
4066
  symbol?: string | undefined;
4067
+ name?: string | undefined;
2301
4068
  image?: string | undefined;
2302
4069
  metadata?: string | undefined;
2303
4070
  }, {
2304
4071
  type: "Nft";
2305
4072
  id: string;
2306
4073
  updatedAt: number;
2307
- name?: string | undefined;
2308
4074
  symbol?: string | undefined;
4075
+ name?: string | undefined;
2309
4076
  image?: string | undefined;
2310
4077
  metadata?: string | undefined;
2311
4078
  }>, {
@@ -2320,8 +4087,8 @@ export declare const transferNoneDefaultSchema: z.ZodObject<{
2320
4087
  type: "Nft";
2321
4088
  id: string;
2322
4089
  updatedAt: number;
2323
- name?: string | undefined;
2324
4090
  symbol?: string | undefined;
4091
+ name?: string | undefined;
2325
4092
  image?: string | undefined;
2326
4093
  metadata?: string | undefined;
2327
4094
  }>]>;
@@ -2335,103 +4102,6 @@ export declare const transferNoneDefaultSchema: z.ZodObject<{
2335
4102
  value: bigint;
2336
4103
  decimals: number;
2337
4104
  }>;
2338
- direction: z.ZodLiteral<"none">;
2339
- }, "strip", z.ZodTypeAny, {
2340
- asset: {
2341
- icon: string | undefined;
2342
- priceDatasourceId: string | undefined;
2343
- symbol: string;
2344
- type: "CryptoCurrency";
2345
- id: string;
2346
- name: string;
2347
- market: {
2348
- coingeckoId: string | undefined;
2349
- marketCapUsd: {
2350
- value: bigint;
2351
- decimals: number;
2352
- } | undefined;
2353
- };
2354
- updatedAt: number;
2355
- } | {
2356
- icon: string | undefined;
2357
- symbol: string;
2358
- type: "FiatCurrency";
2359
- id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2360
- name: string;
2361
- } | {
2362
- name: string | undefined;
2363
- symbol: string | undefined;
2364
- image: string | undefined;
2365
- metadata: string | undefined;
2366
- type: "Nft";
2367
- id: string;
2368
- updatedAt: number;
2369
- };
2370
- amount: {
2371
- value: bigint;
2372
- decimals: number;
2373
- };
2374
- direction: "none";
2375
- price?: {
2376
- cryptoCurrencyId: string;
2377
- fiatCurrencyId: string;
2378
- price: {
2379
- value: bigint;
2380
- decimals: number;
2381
- };
2382
- timestamp: number;
2383
- } | undefined;
2384
- from?: string | undefined;
2385
- to?: string | undefined;
2386
- }, {
2387
- asset: {
2388
- symbol: string;
2389
- type: "CryptoCurrency";
2390
- id: string;
2391
- name: string;
2392
- market: {
2393
- coingeckoId?: string | undefined;
2394
- marketCapUsd?: {
2395
- value: bigint;
2396
- decimals: number;
2397
- } | undefined;
2398
- };
2399
- updatedAt: number;
2400
- icon?: string | undefined;
2401
- priceDatasourceId?: string | undefined;
2402
- } | {
2403
- symbol: string;
2404
- type: "FiatCurrency";
2405
- id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2406
- name: string;
2407
- icon?: string | undefined;
2408
- } | {
2409
- type: "Nft";
2410
- id: string;
2411
- updatedAt: number;
2412
- name?: string | undefined;
2413
- symbol?: string | undefined;
2414
- image?: string | undefined;
2415
- metadata?: string | undefined;
2416
- };
2417
- amount: {
2418
- value: bigint;
2419
- decimals: number;
2420
- };
2421
- direction: "none";
2422
- price?: {
2423
- cryptoCurrencyId: string;
2424
- fiatCurrencyId: string;
2425
- price: {
2426
- value: bigint;
2427
- decimals: number;
2428
- };
2429
- timestamp: number;
2430
- } | undefined;
2431
- from?: string | undefined;
2432
- to?: string | undefined;
2433
- }>;
2434
- export declare const transferNoneSchema: z.ZodEffects<z.ZodObject<{
2435
4105
  price: z.ZodOptional<z.ZodObject<{
2436
4106
  cryptoCurrencyId: z.ZodString;
2437
4107
  fiatCurrencyId: z.ZodString;
@@ -2463,9 +4133,10 @@ export declare const transferNoneSchema: z.ZodEffects<z.ZodObject<{
2463
4133
  };
2464
4134
  timestamp: number;
2465
4135
  }>>;
2466
- from: z.ZodOptional<z.ZodString>;
2467
- to: z.ZodOptional<z.ZodString>;
2468
- asset: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
4136
+ }, {
4137
+ direction: z.ZodLiteral<"none">;
4138
+ }>, {
4139
+ asset: z.ZodEffects<z.ZodObject<{
2469
4140
  type: z.ZodLiteral<"CryptoCurrency">;
2470
4141
  id: z.ZodString;
2471
4142
  name: z.ZodString;
@@ -2547,112 +4218,31 @@ export declare const transferNoneSchema: z.ZodEffects<z.ZodObject<{
2547
4218
  type: "CryptoCurrency";
2548
4219
  id: string;
2549
4220
  name: string;
2550
- market: {
2551
- coingeckoId: string | undefined;
2552
- marketCapUsd: {
2553
- value: bigint;
2554
- decimals: number;
2555
- } | undefined;
2556
- };
2557
- updatedAt: number;
2558
- }, {
2559
- symbol: string;
2560
- type: "CryptoCurrency";
2561
- id: string;
2562
- name: string;
2563
- market: {
2564
- coingeckoId?: string | undefined;
2565
- marketCapUsd?: {
2566
- value: bigint;
2567
- decimals: number;
2568
- } | undefined;
2569
- };
2570
- updatedAt: number;
2571
- icon?: string | undefined;
2572
- priceDatasourceId?: string | undefined;
2573
- }>, z.ZodEffects<z.ZodObject<{
2574
- type: z.ZodLiteral<"FiatCurrency">;
2575
- id: z.ZodUnion<[z.ZodLiteral<"cny">, z.ZodLiteral<"eur">, z.ZodLiteral<"idr">, z.ZodLiteral<"jpy">, z.ZodLiteral<"krw">, z.ZodLiteral<"rub">, z.ZodLiteral<"twd">, z.ZodLiteral<"usd">]>;
2576
- name: z.ZodString;
2577
- symbol: z.ZodString;
2578
- icon: z.ZodOptional<z.ZodString>;
2579
- }, "strip", z.ZodTypeAny, {
2580
- symbol: string;
2581
- type: "FiatCurrency";
2582
- id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2583
- name: string;
2584
- icon?: string | undefined;
2585
- }, {
2586
- symbol: string;
2587
- type: "FiatCurrency";
2588
- id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2589
- name: string;
2590
- icon?: string | undefined;
2591
- }>, {
2592
- icon: string | undefined;
2593
- symbol: string;
2594
- type: "FiatCurrency";
2595
- id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2596
- name: string;
2597
- }, {
2598
- symbol: string;
2599
- type: "FiatCurrency";
2600
- id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2601
- name: string;
2602
- icon?: string | undefined;
2603
- }>, z.ZodEffects<z.ZodObject<{
2604
- type: z.ZodLiteral<"Nft">;
2605
- id: z.ZodString;
2606
- name: z.ZodOptional<z.ZodString>;
2607
- symbol: z.ZodOptional<z.ZodString>;
2608
- image: z.ZodOptional<z.ZodString>;
2609
- metadata: z.ZodOptional<z.ZodString>;
2610
- updatedAt: z.ZodNumber;
2611
- }, "strip", z.ZodTypeAny, {
2612
- type: "Nft";
2613
- id: string;
2614
- updatedAt: number;
2615
- name?: string | undefined;
2616
- symbol?: string | undefined;
2617
- image?: string | undefined;
2618
- metadata?: string | undefined;
2619
- }, {
2620
- type: "Nft";
2621
- id: string;
2622
- updatedAt: number;
2623
- name?: string | undefined;
2624
- symbol?: string | undefined;
2625
- image?: string | undefined;
2626
- metadata?: string | undefined;
2627
- }>, {
2628
- name: string | undefined;
2629
- symbol: string | undefined;
2630
- image: string | undefined;
2631
- metadata: string | undefined;
2632
- type: "Nft";
2633
- id: string;
4221
+ market: {
4222
+ coingeckoId: string | undefined;
4223
+ marketCapUsd: {
4224
+ value: bigint;
4225
+ decimals: number;
4226
+ } | undefined;
4227
+ };
2634
4228
  updatedAt: number;
2635
4229
  }, {
2636
- type: "Nft";
4230
+ symbol: string;
4231
+ type: "CryptoCurrency";
2637
4232
  id: string;
4233
+ name: string;
4234
+ market: {
4235
+ coingeckoId?: string | undefined;
4236
+ marketCapUsd?: {
4237
+ value: bigint;
4238
+ decimals: number;
4239
+ } | undefined;
4240
+ };
2638
4241
  updatedAt: number;
2639
- name?: string | undefined;
2640
- symbol?: string | undefined;
2641
- image?: string | undefined;
2642
- metadata?: string | undefined;
2643
- }>]>;
2644
- amount: z.ZodObject<{
2645
- value: z.ZodBigInt;
2646
- decimals: z.ZodNumber;
2647
- }, "strip", z.ZodTypeAny, {
2648
- value: bigint;
2649
- decimals: number;
2650
- }, {
2651
- value: bigint;
2652
- decimals: number;
4242
+ icon?: string | undefined;
4243
+ priceDatasourceId?: string | undefined;
2653
4244
  }>;
2654
- direction: z.ZodLiteral<"none">;
2655
- }, "strip", z.ZodTypeAny, {
4245
+ }>, "strip", z.ZodTypeAny, {
2656
4246
  asset: {
2657
4247
  icon: string | undefined;
2658
4248
  priceDatasourceId: string | undefined;
@@ -2668,20 +4258,6 @@ export declare const transferNoneSchema: z.ZodEffects<z.ZodObject<{
2668
4258
  } | undefined;
2669
4259
  };
2670
4260
  updatedAt: number;
2671
- } | {
2672
- icon: string | undefined;
2673
- symbol: string;
2674
- type: "FiatCurrency";
2675
- id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2676
- name: string;
2677
- } | {
2678
- name: string | undefined;
2679
- symbol: string | undefined;
2680
- image: string | undefined;
2681
- metadata: string | undefined;
2682
- type: "Nft";
2683
- id: string;
2684
- updatedAt: number;
2685
4261
  };
2686
4262
  amount: {
2687
4263
  value: bigint;
@@ -2715,20 +4291,6 @@ export declare const transferNoneSchema: z.ZodEffects<z.ZodObject<{
2715
4291
  updatedAt: number;
2716
4292
  icon?: string | undefined;
2717
4293
  priceDatasourceId?: string | undefined;
2718
- } | {
2719
- symbol: string;
2720
- type: "FiatCurrency";
2721
- id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2722
- name: string;
2723
- icon?: string | undefined;
2724
- } | {
2725
- type: "Nft";
2726
- id: string;
2727
- updatedAt: number;
2728
- name?: string | undefined;
2729
- symbol?: string | undefined;
2730
- image?: string | undefined;
2731
- metadata?: string | undefined;
2732
4294
  };
2733
4295
  amount: {
2734
4296
  value: bigint;
@@ -2773,20 +4335,6 @@ export declare const transferNoneSchema: z.ZodEffects<z.ZodObject<{
2773
4335
  } | undefined;
2774
4336
  };
2775
4337
  updatedAt: number;
2776
- } | {
2777
- icon: string | undefined;
2778
- symbol: string;
2779
- type: "FiatCurrency";
2780
- id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2781
- name: string;
2782
- } | {
2783
- name: string | undefined;
2784
- symbol: string | undefined;
2785
- image: string | undefined;
2786
- metadata: string | undefined;
2787
- type: "Nft";
2788
- id: string;
2789
- updatedAt: number;
2790
4338
  };
2791
4339
  amount: {
2792
4340
  value: bigint;
@@ -2809,20 +4357,6 @@ export declare const transferNoneSchema: z.ZodEffects<z.ZodObject<{
2809
4357
  updatedAt: number;
2810
4358
  icon?: string | undefined;
2811
4359
  priceDatasourceId?: string | undefined;
2812
- } | {
2813
- symbol: string;
2814
- type: "FiatCurrency";
2815
- id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2816
- name: string;
2817
- icon?: string | undefined;
2818
- } | {
2819
- type: "Nft";
2820
- id: string;
2821
- updatedAt: number;
2822
- name?: string | undefined;
2823
- symbol?: string | undefined;
2824
- image?: string | undefined;
2825
- metadata?: string | undefined;
2826
4360
  };
2827
4361
  amount: {
2828
4362
  value: bigint;
@@ -2841,52 +4375,10 @@ export declare const transferNoneSchema: z.ZodEffects<z.ZodObject<{
2841
4375
  from?: string | undefined;
2842
4376
  to?: string | undefined;
2843
4377
  }>;
2844
- export declare const transferCryptoCurrencyNoneSchema: z.ZodEffects<z.ZodObject<{
2845
- price: z.ZodOptional<z.ZodObject<{
2846
- cryptoCurrencyId: z.ZodString;
2847
- fiatCurrencyId: z.ZodString;
2848
- price: z.ZodObject<{
2849
- value: z.ZodBigInt;
2850
- decimals: z.ZodNumber;
2851
- }, "strip", z.ZodTypeAny, {
2852
- value: bigint;
2853
- decimals: number;
2854
- }, {
2855
- value: bigint;
2856
- decimals: number;
2857
- }>;
2858
- timestamp: z.ZodNumber;
2859
- }, "strip", z.ZodTypeAny, {
2860
- cryptoCurrencyId: string;
2861
- fiatCurrencyId: string;
2862
- price: {
2863
- value: bigint;
2864
- decimals: number;
2865
- };
2866
- timestamp: number;
2867
- }, {
2868
- cryptoCurrencyId: string;
2869
- fiatCurrencyId: string;
2870
- price: {
2871
- value: bigint;
2872
- decimals: number;
2873
- };
2874
- timestamp: number;
2875
- }>>;
4378
+ export declare const transferFiatCurrencyNoneSchema: z.ZodEffects<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
2876
4379
  from: z.ZodOptional<z.ZodString>;
2877
4380
  to: z.ZodOptional<z.ZodString>;
2878
- amount: z.ZodObject<{
2879
- value: z.ZodBigInt;
2880
- decimals: z.ZodNumber;
2881
- }, "strip", z.ZodTypeAny, {
2882
- value: bigint;
2883
- decimals: number;
2884
- }, {
2885
- value: bigint;
2886
- decimals: number;
2887
- }>;
2888
- direction: z.ZodLiteral<"none">;
2889
- asset: z.ZodEffects<z.ZodObject<{
4381
+ asset: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
2890
4382
  type: z.ZodLiteral<"CryptoCurrency">;
2891
4383
  id: z.ZodString;
2892
4384
  name: z.ZodString;
@@ -2991,141 +4483,87 @@ export declare const transferCryptoCurrencyNoneSchema: z.ZodEffects<z.ZodObject<
2991
4483
  updatedAt: number;
2992
4484
  icon?: string | undefined;
2993
4485
  priceDatasourceId?: string | undefined;
2994
- }>;
2995
- }, "strip", z.ZodTypeAny, {
2996
- asset: {
2997
- icon: string | undefined;
2998
- priceDatasourceId: string | undefined;
4486
+ }>, z.ZodEffects<z.ZodObject<{
4487
+ type: z.ZodLiteral<"FiatCurrency">;
4488
+ id: z.ZodUnion<[z.ZodLiteral<"cny">, z.ZodLiteral<"eur">, z.ZodLiteral<"idr">, z.ZodLiteral<"jpy">, z.ZodLiteral<"krw">, z.ZodLiteral<"rub">, z.ZodLiteral<"twd">, z.ZodLiteral<"usd">]>;
4489
+ name: z.ZodString;
4490
+ symbol: z.ZodString;
4491
+ icon: z.ZodOptional<z.ZodString>;
4492
+ }, "strip", z.ZodTypeAny, {
2999
4493
  symbol: string;
3000
- type: "CryptoCurrency";
3001
- id: string;
4494
+ type: "FiatCurrency";
4495
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3002
4496
  name: string;
3003
- market: {
3004
- coingeckoId: string | undefined;
3005
- marketCapUsd: {
3006
- value: bigint;
3007
- decimals: number;
3008
- } | undefined;
3009
- };
3010
- updatedAt: number;
3011
- };
3012
- amount: {
3013
- value: bigint;
3014
- decimals: number;
3015
- };
3016
- direction: "none";
3017
- price?: {
3018
- cryptoCurrencyId: string;
3019
- fiatCurrencyId: string;
3020
- price: {
3021
- value: bigint;
3022
- decimals: number;
3023
- };
3024
- timestamp: number;
3025
- } | undefined;
3026
- from?: string | undefined;
3027
- to?: string | undefined;
3028
- }, {
3029
- asset: {
4497
+ icon?: string | undefined;
4498
+ }, {
3030
4499
  symbol: string;
3031
- type: "CryptoCurrency";
3032
- id: string;
4500
+ type: "FiatCurrency";
4501
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3033
4502
  name: string;
3034
- market: {
3035
- coingeckoId?: string | undefined;
3036
- marketCapUsd?: {
3037
- value: bigint;
3038
- decimals: number;
3039
- } | undefined;
3040
- };
3041
- updatedAt: number;
3042
4503
  icon?: string | undefined;
3043
- priceDatasourceId?: string | undefined;
3044
- };
3045
- amount: {
3046
- value: bigint;
3047
- decimals: number;
3048
- };
3049
- direction: "none";
3050
- price?: {
3051
- cryptoCurrencyId: string;
3052
- fiatCurrencyId: string;
3053
- price: {
3054
- value: bigint;
3055
- decimals: number;
3056
- };
3057
- timestamp: number;
3058
- } | undefined;
3059
- from?: string | undefined;
3060
- to?: string | undefined;
3061
- }>, {
3062
- from: string | undefined;
3063
- to: string | undefined;
3064
- price: {
3065
- cryptoCurrencyId: string;
3066
- fiatCurrencyId: string;
3067
- price: {
3068
- value: bigint;
3069
- decimals: number;
3070
- };
3071
- timestamp: number;
3072
- } | undefined;
3073
- asset: {
4504
+ }>, {
3074
4505
  icon: string | undefined;
3075
- priceDatasourceId: string | undefined;
3076
4506
  symbol: string;
3077
- type: "CryptoCurrency";
4507
+ type: "FiatCurrency";
4508
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
4509
+ name: string;
4510
+ }, {
4511
+ symbol: string;
4512
+ type: "FiatCurrency";
4513
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
4514
+ name: string;
4515
+ icon?: string | undefined;
4516
+ }>, z.ZodEffects<z.ZodObject<{
4517
+ type: z.ZodLiteral<"Nft">;
4518
+ id: z.ZodString;
4519
+ name: z.ZodOptional<z.ZodString>;
4520
+ symbol: z.ZodOptional<z.ZodString>;
4521
+ image: z.ZodOptional<z.ZodString>;
4522
+ metadata: z.ZodOptional<z.ZodString>;
4523
+ updatedAt: z.ZodNumber;
4524
+ }, "strip", z.ZodTypeAny, {
4525
+ type: "Nft";
4526
+ id: string;
4527
+ updatedAt: number;
4528
+ symbol?: string | undefined;
4529
+ name?: string | undefined;
4530
+ image?: string | undefined;
4531
+ metadata?: string | undefined;
4532
+ }, {
4533
+ type: "Nft";
4534
+ id: string;
4535
+ updatedAt: number;
4536
+ symbol?: string | undefined;
4537
+ name?: string | undefined;
4538
+ image?: string | undefined;
4539
+ metadata?: string | undefined;
4540
+ }>, {
4541
+ name: string | undefined;
4542
+ symbol: string | undefined;
4543
+ image: string | undefined;
4544
+ metadata: string | undefined;
4545
+ type: "Nft";
3078
4546
  id: string;
3079
- name: string;
3080
- market: {
3081
- coingeckoId: string | undefined;
3082
- marketCapUsd: {
3083
- value: bigint;
3084
- decimals: number;
3085
- } | undefined;
3086
- };
3087
4547
  updatedAt: number;
3088
- };
3089
- amount: {
3090
- value: bigint;
3091
- decimals: number;
3092
- };
3093
- direction: "none";
3094
- }, {
3095
- asset: {
3096
- symbol: string;
3097
- type: "CryptoCurrency";
4548
+ }, {
4549
+ type: "Nft";
3098
4550
  id: string;
3099
- name: string;
3100
- market: {
3101
- coingeckoId?: string | undefined;
3102
- marketCapUsd?: {
3103
- value: bigint;
3104
- decimals: number;
3105
- } | undefined;
3106
- };
3107
4551
  updatedAt: number;
3108
- icon?: string | undefined;
3109
- priceDatasourceId?: string | undefined;
3110
- };
3111
- amount: {
4552
+ symbol?: string | undefined;
4553
+ name?: string | undefined;
4554
+ image?: string | undefined;
4555
+ metadata?: string | undefined;
4556
+ }>]>;
4557
+ amount: z.ZodObject<{
4558
+ value: z.ZodBigInt;
4559
+ decimals: z.ZodNumber;
4560
+ }, "strip", z.ZodTypeAny, {
3112
4561
  value: bigint;
3113
4562
  decimals: number;
3114
- };
3115
- direction: "none";
3116
- price?: {
3117
- cryptoCurrencyId: string;
3118
- fiatCurrencyId: string;
3119
- price: {
3120
- value: bigint;
3121
- decimals: number;
3122
- };
3123
- timestamp: number;
3124
- } | undefined;
3125
- from?: string | undefined;
3126
- to?: string | undefined;
3127
- }>;
3128
- export declare const transferFiatCurrencyNoneSchema: z.ZodEffects<z.ZodObject<{
4563
+ }, {
4564
+ value: bigint;
4565
+ decimals: number;
4566
+ }>;
3129
4567
  price: z.ZodOptional<z.ZodObject<{
3130
4568
  cryptoCurrencyId: z.ZodString;
3131
4569
  fiatCurrencyId: z.ZodString;
@@ -3157,19 +4595,9 @@ export declare const transferFiatCurrencyNoneSchema: z.ZodEffects<z.ZodObject<{
3157
4595
  };
3158
4596
  timestamp: number;
3159
4597
  }>>;
3160
- from: z.ZodOptional<z.ZodString>;
3161
- to: z.ZodOptional<z.ZodString>;
3162
- amount: z.ZodObject<{
3163
- value: z.ZodBigInt;
3164
- decimals: z.ZodNumber;
3165
- }, "strip", z.ZodTypeAny, {
3166
- value: bigint;
3167
- decimals: number;
3168
- }, {
3169
- value: bigint;
3170
- decimals: number;
3171
- }>;
4598
+ }, {
3172
4599
  direction: z.ZodLiteral<"none">;
4600
+ }>, {
3173
4601
  asset: z.ZodEffects<z.ZodObject<{
3174
4602
  type: z.ZodLiteral<"FiatCurrency">;
3175
4603
  id: z.ZodUnion<[z.ZodLiteral<"cny">, z.ZodLiteral<"eur">, z.ZodLiteral<"idr">, z.ZodLiteral<"jpy">, z.ZodLiteral<"krw">, z.ZodLiteral<"rub">, z.ZodLiteral<"twd">, z.ZodLiteral<"usd">]>;
@@ -3201,7 +4629,7 @@ export declare const transferFiatCurrencyNoneSchema: z.ZodEffects<z.ZodObject<{
3201
4629
  name: string;
3202
4630
  icon?: string | undefined;
3203
4631
  }>;
3204
- }, "strip", z.ZodTypeAny, {
4632
+ }>, "strip", z.ZodTypeAny, {
3205
4633
  asset: {
3206
4634
  icon: string | undefined;
3207
4635
  symbol: string;
@@ -3298,7 +4726,195 @@ export declare const transferFiatCurrencyNoneSchema: z.ZodEffects<z.ZodObject<{
3298
4726
  from?: string | undefined;
3299
4727
  to?: string | undefined;
3300
4728
  }>;
3301
- export declare const transferNftNoneSchema: z.ZodEffects<z.ZodObject<{
4729
+ export declare const transferNftNoneSchema: z.ZodEffects<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
4730
+ from: z.ZodOptional<z.ZodString>;
4731
+ to: z.ZodOptional<z.ZodString>;
4732
+ asset: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
4733
+ type: z.ZodLiteral<"CryptoCurrency">;
4734
+ id: z.ZodString;
4735
+ name: z.ZodString;
4736
+ symbol: z.ZodString;
4737
+ icon: z.ZodOptional<z.ZodString>;
4738
+ market: z.ZodEffects<z.ZodObject<{
4739
+ coingeckoId: z.ZodOptional<z.ZodString>;
4740
+ marketCapUsd: z.ZodOptional<z.ZodObject<{
4741
+ value: z.ZodBigInt;
4742
+ decimals: z.ZodNumber;
4743
+ }, "strip", z.ZodTypeAny, {
4744
+ value: bigint;
4745
+ decimals: number;
4746
+ }, {
4747
+ value: bigint;
4748
+ decimals: number;
4749
+ }>>;
4750
+ }, "strip", z.ZodTypeAny, {
4751
+ coingeckoId?: string | undefined;
4752
+ marketCapUsd?: {
4753
+ value: bigint;
4754
+ decimals: number;
4755
+ } | undefined;
4756
+ }, {
4757
+ coingeckoId?: string | undefined;
4758
+ marketCapUsd?: {
4759
+ value: bigint;
4760
+ decimals: number;
4761
+ } | undefined;
4762
+ }>, {
4763
+ coingeckoId: string | undefined;
4764
+ marketCapUsd: {
4765
+ value: bigint;
4766
+ decimals: number;
4767
+ } | undefined;
4768
+ }, {
4769
+ coingeckoId?: string | undefined;
4770
+ marketCapUsd?: {
4771
+ value: bigint;
4772
+ decimals: number;
4773
+ } | undefined;
4774
+ }>;
4775
+ priceDatasourceId: z.ZodOptional<z.ZodString>;
4776
+ updatedAt: z.ZodNumber;
4777
+ }, "strip", z.ZodTypeAny, {
4778
+ symbol: string;
4779
+ type: "CryptoCurrency";
4780
+ id: string;
4781
+ name: string;
4782
+ market: {
4783
+ coingeckoId: string | undefined;
4784
+ marketCapUsd: {
4785
+ value: bigint;
4786
+ decimals: number;
4787
+ } | undefined;
4788
+ };
4789
+ updatedAt: number;
4790
+ icon?: string | undefined;
4791
+ priceDatasourceId?: string | undefined;
4792
+ }, {
4793
+ symbol: string;
4794
+ type: "CryptoCurrency";
4795
+ id: string;
4796
+ name: string;
4797
+ market: {
4798
+ coingeckoId?: string | undefined;
4799
+ marketCapUsd?: {
4800
+ value: bigint;
4801
+ decimals: number;
4802
+ } | undefined;
4803
+ };
4804
+ updatedAt: number;
4805
+ icon?: string | undefined;
4806
+ priceDatasourceId?: string | undefined;
4807
+ }>, {
4808
+ icon: string | undefined;
4809
+ priceDatasourceId: string | undefined;
4810
+ symbol: string;
4811
+ type: "CryptoCurrency";
4812
+ id: string;
4813
+ name: string;
4814
+ market: {
4815
+ coingeckoId: string | undefined;
4816
+ marketCapUsd: {
4817
+ value: bigint;
4818
+ decimals: number;
4819
+ } | undefined;
4820
+ };
4821
+ updatedAt: number;
4822
+ }, {
4823
+ symbol: string;
4824
+ type: "CryptoCurrency";
4825
+ id: string;
4826
+ name: string;
4827
+ market: {
4828
+ coingeckoId?: string | undefined;
4829
+ marketCapUsd?: {
4830
+ value: bigint;
4831
+ decimals: number;
4832
+ } | undefined;
4833
+ };
4834
+ updatedAt: number;
4835
+ icon?: string | undefined;
4836
+ priceDatasourceId?: string | undefined;
4837
+ }>, z.ZodEffects<z.ZodObject<{
4838
+ type: z.ZodLiteral<"FiatCurrency">;
4839
+ id: z.ZodUnion<[z.ZodLiteral<"cny">, z.ZodLiteral<"eur">, z.ZodLiteral<"idr">, z.ZodLiteral<"jpy">, z.ZodLiteral<"krw">, z.ZodLiteral<"rub">, z.ZodLiteral<"twd">, z.ZodLiteral<"usd">]>;
4840
+ name: z.ZodString;
4841
+ symbol: z.ZodString;
4842
+ icon: z.ZodOptional<z.ZodString>;
4843
+ }, "strip", z.ZodTypeAny, {
4844
+ symbol: string;
4845
+ type: "FiatCurrency";
4846
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
4847
+ name: string;
4848
+ icon?: string | undefined;
4849
+ }, {
4850
+ symbol: string;
4851
+ type: "FiatCurrency";
4852
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
4853
+ name: string;
4854
+ icon?: string | undefined;
4855
+ }>, {
4856
+ icon: string | undefined;
4857
+ symbol: string;
4858
+ type: "FiatCurrency";
4859
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
4860
+ name: string;
4861
+ }, {
4862
+ symbol: string;
4863
+ type: "FiatCurrency";
4864
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
4865
+ name: string;
4866
+ icon?: string | undefined;
4867
+ }>, z.ZodEffects<z.ZodObject<{
4868
+ type: z.ZodLiteral<"Nft">;
4869
+ id: z.ZodString;
4870
+ name: z.ZodOptional<z.ZodString>;
4871
+ symbol: z.ZodOptional<z.ZodString>;
4872
+ image: z.ZodOptional<z.ZodString>;
4873
+ metadata: z.ZodOptional<z.ZodString>;
4874
+ updatedAt: z.ZodNumber;
4875
+ }, "strip", z.ZodTypeAny, {
4876
+ type: "Nft";
4877
+ id: string;
4878
+ updatedAt: number;
4879
+ symbol?: string | undefined;
4880
+ name?: string | undefined;
4881
+ image?: string | undefined;
4882
+ metadata?: string | undefined;
4883
+ }, {
4884
+ type: "Nft";
4885
+ id: string;
4886
+ updatedAt: number;
4887
+ symbol?: string | undefined;
4888
+ name?: string | undefined;
4889
+ image?: string | undefined;
4890
+ metadata?: string | undefined;
4891
+ }>, {
4892
+ name: string | undefined;
4893
+ symbol: string | undefined;
4894
+ image: string | undefined;
4895
+ metadata: string | undefined;
4896
+ type: "Nft";
4897
+ id: string;
4898
+ updatedAt: number;
4899
+ }, {
4900
+ type: "Nft";
4901
+ id: string;
4902
+ updatedAt: number;
4903
+ symbol?: string | undefined;
4904
+ name?: string | undefined;
4905
+ image?: string | undefined;
4906
+ metadata?: string | undefined;
4907
+ }>]>;
4908
+ amount: z.ZodObject<{
4909
+ value: z.ZodBigInt;
4910
+ decimals: z.ZodNumber;
4911
+ }, "strip", z.ZodTypeAny, {
4912
+ value: bigint;
4913
+ decimals: number;
4914
+ }, {
4915
+ value: bigint;
4916
+ decimals: number;
4917
+ }>;
3302
4918
  price: z.ZodOptional<z.ZodObject<{
3303
4919
  cryptoCurrencyId: z.ZodString;
3304
4920
  fiatCurrencyId: z.ZodString;
@@ -3330,19 +4946,9 @@ export declare const transferNftNoneSchema: z.ZodEffects<z.ZodObject<{
3330
4946
  };
3331
4947
  timestamp: number;
3332
4948
  }>>;
3333
- from: z.ZodOptional<z.ZodString>;
3334
- to: z.ZodOptional<z.ZodString>;
3335
- amount: z.ZodObject<{
3336
- value: z.ZodBigInt;
3337
- decimals: z.ZodNumber;
3338
- }, "strip", z.ZodTypeAny, {
3339
- value: bigint;
3340
- decimals: number;
3341
- }, {
3342
- value: bigint;
3343
- decimals: number;
3344
- }>;
4949
+ }, {
3345
4950
  direction: z.ZodLiteral<"none">;
4951
+ }>, {
3346
4952
  asset: z.ZodEffects<z.ZodObject<{
3347
4953
  type: z.ZodLiteral<"Nft">;
3348
4954
  id: z.ZodString;
@@ -3355,16 +4961,16 @@ export declare const transferNftNoneSchema: z.ZodEffects<z.ZodObject<{
3355
4961
  type: "Nft";
3356
4962
  id: string;
3357
4963
  updatedAt: number;
3358
- name?: string | undefined;
3359
4964
  symbol?: string | undefined;
4965
+ name?: string | undefined;
3360
4966
  image?: string | undefined;
3361
4967
  metadata?: string | undefined;
3362
4968
  }, {
3363
4969
  type: "Nft";
3364
4970
  id: string;
3365
4971
  updatedAt: number;
3366
- name?: string | undefined;
3367
4972
  symbol?: string | undefined;
4973
+ name?: string | undefined;
3368
4974
  image?: string | undefined;
3369
4975
  metadata?: string | undefined;
3370
4976
  }>, {
@@ -3379,12 +4985,12 @@ export declare const transferNftNoneSchema: z.ZodEffects<z.ZodObject<{
3379
4985
  type: "Nft";
3380
4986
  id: string;
3381
4987
  updatedAt: number;
3382
- name?: string | undefined;
3383
4988
  symbol?: string | undefined;
4989
+ name?: string | undefined;
3384
4990
  image?: string | undefined;
3385
4991
  metadata?: string | undefined;
3386
4992
  }>;
3387
- }, "strip", z.ZodTypeAny, {
4993
+ }>, "strip", z.ZodTypeAny, {
3388
4994
  asset: {
3389
4995
  name: string | undefined;
3390
4996
  symbol: string | undefined;
@@ -3415,8 +5021,8 @@ export declare const transferNftNoneSchema: z.ZodEffects<z.ZodObject<{
3415
5021
  type: "Nft";
3416
5022
  id: string;
3417
5023
  updatedAt: number;
3418
- name?: string | undefined;
3419
5024
  symbol?: string | undefined;
5025
+ name?: string | undefined;
3420
5026
  image?: string | undefined;
3421
5027
  metadata?: string | undefined;
3422
5028
  };
@@ -3467,8 +5073,8 @@ export declare const transferNftNoneSchema: z.ZodEffects<z.ZodObject<{
3467
5073
  type: "Nft";
3468
5074
  id: string;
3469
5075
  updatedAt: number;
3470
- name?: string | undefined;
3471
5076
  symbol?: string | undefined;
5077
+ name?: string | undefined;
3472
5078
  image?: string | undefined;
3473
5079
  metadata?: string | undefined;
3474
5080
  };
@@ -3489,38 +5095,7 @@ export declare const transferNftNoneSchema: z.ZodEffects<z.ZodObject<{
3489
5095
  from?: string | undefined;
3490
5096
  to?: string | undefined;
3491
5097
  }>;
3492
- export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
3493
- price: z.ZodOptional<z.ZodObject<{
3494
- cryptoCurrencyId: z.ZodString;
3495
- fiatCurrencyId: z.ZodString;
3496
- price: z.ZodObject<{
3497
- value: z.ZodBigInt;
3498
- decimals: z.ZodNumber;
3499
- }, "strip", z.ZodTypeAny, {
3500
- value: bigint;
3501
- decimals: number;
3502
- }, {
3503
- value: bigint;
3504
- decimals: number;
3505
- }>;
3506
- timestamp: z.ZodNumber;
3507
- }, "strip", z.ZodTypeAny, {
3508
- cryptoCurrencyId: string;
3509
- fiatCurrencyId: string;
3510
- price: {
3511
- value: bigint;
3512
- decimals: number;
3513
- };
3514
- timestamp: number;
3515
- }, {
3516
- cryptoCurrencyId: string;
3517
- fiatCurrencyId: string;
3518
- price: {
3519
- value: bigint;
3520
- decimals: number;
3521
- };
3522
- timestamp: number;
3523
- }>>;
5098
+ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<z.objectUtil.extendShape<{
3524
5099
  from: z.ZodOptional<z.ZodString>;
3525
5100
  to: z.ZodOptional<z.ZodString>;
3526
5101
  asset: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
@@ -3670,16 +5245,16 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
3670
5245
  type: "Nft";
3671
5246
  id: string;
3672
5247
  updatedAt: number;
3673
- name?: string | undefined;
3674
5248
  symbol?: string | undefined;
5249
+ name?: string | undefined;
3675
5250
  image?: string | undefined;
3676
5251
  metadata?: string | undefined;
3677
5252
  }, {
3678
5253
  type: "Nft";
3679
5254
  id: string;
3680
5255
  updatedAt: number;
3681
- name?: string | undefined;
3682
5256
  symbol?: string | undefined;
5257
+ name?: string | undefined;
3683
5258
  image?: string | undefined;
3684
5259
  metadata?: string | undefined;
3685
5260
  }>, {
@@ -3694,8 +5269,8 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
3694
5269
  type: "Nft";
3695
5270
  id: string;
3696
5271
  updatedAt: number;
3697
- name?: string | undefined;
3698
5272
  symbol?: string | undefined;
5273
+ name?: string | undefined;
3699
5274
  image?: string | undefined;
3700
5275
  metadata?: string | undefined;
3701
5276
  }>]>;
@@ -3709,8 +5284,40 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
3709
5284
  value: bigint;
3710
5285
  decimals: number;
3711
5286
  }>;
5287
+ price: z.ZodOptional<z.ZodObject<{
5288
+ cryptoCurrencyId: z.ZodString;
5289
+ fiatCurrencyId: z.ZodString;
5290
+ price: z.ZodObject<{
5291
+ value: z.ZodBigInt;
5292
+ decimals: z.ZodNumber;
5293
+ }, "strip", z.ZodTypeAny, {
5294
+ value: bigint;
5295
+ decimals: number;
5296
+ }, {
5297
+ value: bigint;
5298
+ decimals: number;
5299
+ }>;
5300
+ timestamp: z.ZodNumber;
5301
+ }, "strip", z.ZodTypeAny, {
5302
+ cryptoCurrencyId: string;
5303
+ fiatCurrencyId: string;
5304
+ price: {
5305
+ value: bigint;
5306
+ decimals: number;
5307
+ };
5308
+ timestamp: number;
5309
+ }, {
5310
+ cryptoCurrencyId: string;
5311
+ fiatCurrencyId: string;
5312
+ price: {
5313
+ value: bigint;
5314
+ decimals: number;
5315
+ };
5316
+ timestamp: number;
5317
+ }>>;
5318
+ }, {
3712
5319
  direction: z.ZodLiteral<"in">;
3713
- }, "strip", z.ZodTypeAny, {
5320
+ }>, "strip", z.ZodTypeAny, {
3714
5321
  asset: {
3715
5322
  icon: string | undefined;
3716
5323
  priceDatasourceId: string | undefined;
@@ -3783,8 +5390,8 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
3783
5390
  type: "Nft";
3784
5391
  id: string;
3785
5392
  updatedAt: number;
3786
- name?: string | undefined;
3787
5393
  symbol?: string | undefined;
5394
+ name?: string | undefined;
3788
5395
  image?: string | undefined;
3789
5396
  metadata?: string | undefined;
3790
5397
  };
@@ -3877,8 +5484,8 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
3877
5484
  type: "Nft";
3878
5485
  id: string;
3879
5486
  updatedAt: number;
3880
- name?: string | undefined;
3881
5487
  symbol?: string | undefined;
5488
+ name?: string | undefined;
3882
5489
  image?: string | undefined;
3883
5490
  metadata?: string | undefined;
3884
5491
  };
@@ -3898,38 +5505,7 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
3898
5505
  } | undefined;
3899
5506
  from?: string | undefined;
3900
5507
  to?: string | undefined;
3901
- }>, z.ZodEffects<z.ZodObject<{
3902
- price: z.ZodOptional<z.ZodObject<{
3903
- cryptoCurrencyId: z.ZodString;
3904
- fiatCurrencyId: z.ZodString;
3905
- price: z.ZodObject<{
3906
- value: z.ZodBigInt;
3907
- decimals: z.ZodNumber;
3908
- }, "strip", z.ZodTypeAny, {
3909
- value: bigint;
3910
- decimals: number;
3911
- }, {
3912
- value: bigint;
3913
- decimals: number;
3914
- }>;
3915
- timestamp: z.ZodNumber;
3916
- }, "strip", z.ZodTypeAny, {
3917
- cryptoCurrencyId: string;
3918
- fiatCurrencyId: string;
3919
- price: {
3920
- value: bigint;
3921
- decimals: number;
3922
- };
3923
- timestamp: number;
3924
- }, {
3925
- cryptoCurrencyId: string;
3926
- fiatCurrencyId: string;
3927
- price: {
3928
- value: bigint;
3929
- decimals: number;
3930
- };
3931
- timestamp: number;
3932
- }>>;
5508
+ }>, z.ZodEffects<z.ZodObject<z.objectUtil.extendShape<{
3933
5509
  from: z.ZodOptional<z.ZodString>;
3934
5510
  to: z.ZodOptional<z.ZodString>;
3935
5511
  asset: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
@@ -4079,16 +5655,16 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
4079
5655
  type: "Nft";
4080
5656
  id: string;
4081
5657
  updatedAt: number;
4082
- name?: string | undefined;
4083
5658
  symbol?: string | undefined;
5659
+ name?: string | undefined;
4084
5660
  image?: string | undefined;
4085
5661
  metadata?: string | undefined;
4086
5662
  }, {
4087
5663
  type: "Nft";
4088
5664
  id: string;
4089
5665
  updatedAt: number;
4090
- name?: string | undefined;
4091
5666
  symbol?: string | undefined;
5667
+ name?: string | undefined;
4092
5668
  image?: string | undefined;
4093
5669
  metadata?: string | undefined;
4094
5670
  }>, {
@@ -4103,8 +5679,8 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
4103
5679
  type: "Nft";
4104
5680
  id: string;
4105
5681
  updatedAt: number;
4106
- name?: string | undefined;
4107
5682
  symbol?: string | undefined;
5683
+ name?: string | undefined;
4108
5684
  image?: string | undefined;
4109
5685
  metadata?: string | undefined;
4110
5686
  }>]>;
@@ -4118,8 +5694,40 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
4118
5694
  value: bigint;
4119
5695
  decimals: number;
4120
5696
  }>;
5697
+ price: z.ZodOptional<z.ZodObject<{
5698
+ cryptoCurrencyId: z.ZodString;
5699
+ fiatCurrencyId: z.ZodString;
5700
+ price: z.ZodObject<{
5701
+ value: z.ZodBigInt;
5702
+ decimals: z.ZodNumber;
5703
+ }, "strip", z.ZodTypeAny, {
5704
+ value: bigint;
5705
+ decimals: number;
5706
+ }, {
5707
+ value: bigint;
5708
+ decimals: number;
5709
+ }>;
5710
+ timestamp: z.ZodNumber;
5711
+ }, "strip", z.ZodTypeAny, {
5712
+ cryptoCurrencyId: string;
5713
+ fiatCurrencyId: string;
5714
+ price: {
5715
+ value: bigint;
5716
+ decimals: number;
5717
+ };
5718
+ timestamp: number;
5719
+ }, {
5720
+ cryptoCurrencyId: string;
5721
+ fiatCurrencyId: string;
5722
+ price: {
5723
+ value: bigint;
5724
+ decimals: number;
5725
+ };
5726
+ timestamp: number;
5727
+ }>>;
5728
+ }, {
4121
5729
  direction: z.ZodLiteral<"out">;
4122
- }, "strip", z.ZodTypeAny, {
5730
+ }>, "strip", z.ZodTypeAny, {
4123
5731
  asset: {
4124
5732
  icon: string | undefined;
4125
5733
  priceDatasourceId: string | undefined;
@@ -4192,8 +5800,8 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
4192
5800
  type: "Nft";
4193
5801
  id: string;
4194
5802
  updatedAt: number;
4195
- name?: string | undefined;
4196
5803
  symbol?: string | undefined;
5804
+ name?: string | undefined;
4197
5805
  image?: string | undefined;
4198
5806
  metadata?: string | undefined;
4199
5807
  };
@@ -4286,8 +5894,8 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
4286
5894
  type: "Nft";
4287
5895
  id: string;
4288
5896
  updatedAt: number;
4289
- name?: string | undefined;
4290
5897
  symbol?: string | undefined;
5898
+ name?: string | undefined;
4291
5899
  image?: string | undefined;
4292
5900
  metadata?: string | undefined;
4293
5901
  };
@@ -4307,38 +5915,7 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
4307
5915
  } | undefined;
4308
5916
  from?: string | undefined;
4309
5917
  to?: string | undefined;
4310
- }>, z.ZodEffects<z.ZodObject<{
4311
- price: z.ZodOptional<z.ZodObject<{
4312
- cryptoCurrencyId: z.ZodString;
4313
- fiatCurrencyId: z.ZodString;
4314
- price: z.ZodObject<{
4315
- value: z.ZodBigInt;
4316
- decimals: z.ZodNumber;
4317
- }, "strip", z.ZodTypeAny, {
4318
- value: bigint;
4319
- decimals: number;
4320
- }, {
4321
- value: bigint;
4322
- decimals: number;
4323
- }>;
4324
- timestamp: z.ZodNumber;
4325
- }, "strip", z.ZodTypeAny, {
4326
- cryptoCurrencyId: string;
4327
- fiatCurrencyId: string;
4328
- price: {
4329
- value: bigint;
4330
- decimals: number;
4331
- };
4332
- timestamp: number;
4333
- }, {
4334
- cryptoCurrencyId: string;
4335
- fiatCurrencyId: string;
4336
- price: {
4337
- value: bigint;
4338
- decimals: number;
4339
- };
4340
- timestamp: number;
4341
- }>>;
5918
+ }>, z.ZodEffects<z.ZodObject<z.objectUtil.extendShape<{
4342
5919
  from: z.ZodOptional<z.ZodString>;
4343
5920
  to: z.ZodOptional<z.ZodString>;
4344
5921
  asset: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
@@ -4488,16 +6065,16 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
4488
6065
  type: "Nft";
4489
6066
  id: string;
4490
6067
  updatedAt: number;
4491
- name?: string | undefined;
4492
6068
  symbol?: string | undefined;
6069
+ name?: string | undefined;
4493
6070
  image?: string | undefined;
4494
6071
  metadata?: string | undefined;
4495
6072
  }, {
4496
6073
  type: "Nft";
4497
6074
  id: string;
4498
6075
  updatedAt: number;
4499
- name?: string | undefined;
4500
6076
  symbol?: string | undefined;
6077
+ name?: string | undefined;
4501
6078
  image?: string | undefined;
4502
6079
  metadata?: string | undefined;
4503
6080
  }>, {
@@ -4512,8 +6089,8 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
4512
6089
  type: "Nft";
4513
6090
  id: string;
4514
6091
  updatedAt: number;
4515
- name?: string | undefined;
4516
6092
  symbol?: string | undefined;
6093
+ name?: string | undefined;
4517
6094
  image?: string | undefined;
4518
6095
  metadata?: string | undefined;
4519
6096
  }>]>;
@@ -4527,8 +6104,40 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
4527
6104
  value: bigint;
4528
6105
  decimals: number;
4529
6106
  }>;
6107
+ price: z.ZodOptional<z.ZodObject<{
6108
+ cryptoCurrencyId: z.ZodString;
6109
+ fiatCurrencyId: z.ZodString;
6110
+ price: z.ZodObject<{
6111
+ value: z.ZodBigInt;
6112
+ decimals: z.ZodNumber;
6113
+ }, "strip", z.ZodTypeAny, {
6114
+ value: bigint;
6115
+ decimals: number;
6116
+ }, {
6117
+ value: bigint;
6118
+ decimals: number;
6119
+ }>;
6120
+ timestamp: z.ZodNumber;
6121
+ }, "strip", z.ZodTypeAny, {
6122
+ cryptoCurrencyId: string;
6123
+ fiatCurrencyId: string;
6124
+ price: {
6125
+ value: bigint;
6126
+ decimals: number;
6127
+ };
6128
+ timestamp: number;
6129
+ }, {
6130
+ cryptoCurrencyId: string;
6131
+ fiatCurrencyId: string;
6132
+ price: {
6133
+ value: bigint;
6134
+ decimals: number;
6135
+ };
6136
+ timestamp: number;
6137
+ }>>;
6138
+ }, {
4530
6139
  direction: z.ZodLiteral<"none">;
4531
- }, "strip", z.ZodTypeAny, {
6140
+ }>, "strip", z.ZodTypeAny, {
4532
6141
  asset: {
4533
6142
  icon: string | undefined;
4534
6143
  priceDatasourceId: string | undefined;
@@ -4601,8 +6210,8 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
4601
6210
  type: "Nft";
4602
6211
  id: string;
4603
6212
  updatedAt: number;
4604
- name?: string | undefined;
4605
6213
  symbol?: string | undefined;
6214
+ name?: string | undefined;
4606
6215
  image?: string | undefined;
4607
6216
  metadata?: string | undefined;
4608
6217
  };
@@ -4695,8 +6304,8 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
4695
6304
  type: "Nft";
4696
6305
  id: string;
4697
6306
  updatedAt: number;
4698
- name?: string | undefined;
4699
6307
  symbol?: string | undefined;
6308
+ name?: string | undefined;
4700
6309
  image?: string | undefined;
4701
6310
  metadata?: string | undefined;
4702
6311
  };