@chainflip/processor 1.4.4 → 1.4.5

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 (175) hide show
  1. package/dist/100/BitcoinIngressEgress/ccmBroadcastRequested.d.cts +2 -2
  2. package/dist/100/BitcoinIngressEgress/ccmBroadcastRequested.d.ts +2 -2
  3. package/dist/100/BitcoinIngressEgress/ccmEgressInvalid.d.cts +4 -4
  4. package/dist/100/BitcoinIngressEgress/ccmEgressInvalid.d.ts +4 -4
  5. package/dist/100/Environment/runtimeSafeModeUpdated.d.cts +28 -28
  6. package/dist/100/Environment/runtimeSafeModeUpdated.d.ts +28 -28
  7. package/dist/100/EthereumIngressEgress/ccmEgressInvalid.d.cts +20 -20
  8. package/dist/100/EthereumIngressEgress/ccmEgressInvalid.d.ts +20 -20
  9. package/dist/100/EthereumIngressEgress/depositFetchesScheduled.d.cts +2 -2
  10. package/dist/100/EthereumIngressEgress/depositFetchesScheduled.d.ts +2 -2
  11. package/dist/100/EthereumIngressEgress/depositIgnored.d.cts +2 -2
  12. package/dist/100/EthereumIngressEgress/depositIgnored.d.ts +2 -2
  13. package/dist/100/EthereumIngressEgress/depositReceived.d.cts +2 -2
  14. package/dist/100/EthereumIngressEgress/depositReceived.d.ts +2 -2
  15. package/dist/100/EthereumIngressEgress/depositWitnessRejected.d.cts +20 -20
  16. package/dist/100/EthereumIngressEgress/depositWitnessRejected.d.ts +20 -20
  17. package/dist/100/Funding/boundExecutorAddress.d.cts +2 -2
  18. package/dist/100/Funding/boundExecutorAddress.d.ts +2 -2
  19. package/dist/100/Funding/boundRedeemAddress.d.cts +2 -2
  20. package/dist/100/Funding/boundRedeemAddress.d.ts +2 -2
  21. package/dist/100/Funding/failedFundingAttempt.d.cts +2 -2
  22. package/dist/100/Funding/failedFundingAttempt.d.ts +2 -2
  23. package/dist/100/Funding/funded.d.cts +2 -2
  24. package/dist/100/Funding/funded.d.ts +2 -2
  25. package/dist/100/Funding/redemptionRequested.d.cts +4 -4
  26. package/dist/100/Funding/redemptionRequested.d.ts +4 -4
  27. package/dist/100/LiquidityProvider/accountCredited.d.cts +2 -2
  28. package/dist/100/LiquidityProvider/accountCredited.d.ts +2 -2
  29. package/dist/100/LiquidityProvider/accountDebited.d.cts +2 -2
  30. package/dist/100/LiquidityProvider/accountDebited.d.ts +2 -2
  31. package/dist/100/LiquidityProvider/liquidityDepositAddressReady.d.cts +4 -4
  32. package/dist/100/LiquidityProvider/liquidityDepositAddressReady.d.ts +4 -4
  33. package/dist/100/PolkadotIngressEgress/ccmEgressInvalid.d.cts +4 -4
  34. package/dist/100/PolkadotIngressEgress/ccmEgressInvalid.d.ts +4 -4
  35. package/dist/100/Swapping/batchSwapFailed.d.cts +8 -8
  36. package/dist/100/Swapping/batchSwapFailed.d.ts +8 -8
  37. package/dist/100/Swapping/ccmDepositReceived.d.cts +78 -78
  38. package/dist/100/Swapping/ccmDepositReceived.d.ts +78 -78
  39. package/dist/100/Swapping/ccmFailed.d.cts +78 -78
  40. package/dist/100/Swapping/ccmFailed.d.ts +78 -78
  41. package/dist/100/Swapping/minimumSwapAmountSet.d.cts +6 -6
  42. package/dist/100/Swapping/minimumSwapAmountSet.d.ts +6 -6
  43. package/dist/100/Swapping/swapAmountTooLow.d.cts +50 -50
  44. package/dist/100/Swapping/swapAmountTooLow.d.ts +50 -50
  45. package/dist/100/Swapping/swapDepositAddressReady.d.cts +42 -42
  46. package/dist/100/Swapping/swapDepositAddressReady.d.ts +42 -42
  47. package/dist/100/Swapping/swapEgressScheduled.d.cts +6 -6
  48. package/dist/100/Swapping/swapEgressScheduled.d.ts +6 -6
  49. package/dist/100/Swapping/swapExecuted.d.cts +12 -12
  50. package/dist/100/Swapping/swapExecuted.d.ts +12 -12
  51. package/dist/100/Swapping/swapScheduled.d.cts +130 -130
  52. package/dist/100/Swapping/swapScheduled.d.ts +130 -130
  53. package/dist/100/Swapping/withdrawalRequested.d.cts +12 -12
  54. package/dist/100/Swapping/withdrawalRequested.d.ts +12 -12
  55. package/dist/111/LiquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.cts +2 -2
  56. package/dist/111/LiquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.ts +2 -2
  57. package/dist/120/PolkadotIngressEgress/depositReceived.d.cts +4 -4
  58. package/dist/120/PolkadotIngressEgress/depositReceived.d.ts +4 -4
  59. package/dist/120/Swapping/ccmFailed.d.cts +78 -78
  60. package/dist/120/Swapping/ccmFailed.d.ts +78 -78
  61. package/dist/120/Swapping/swapEgressIgnored.d.cts +28 -28
  62. package/dist/120/Swapping/swapEgressIgnored.d.ts +28 -28
  63. package/dist/120/Swapping/swapEgressScheduled.d.cts +6 -6
  64. package/dist/120/Swapping/swapEgressScheduled.d.ts +6 -6
  65. package/dist/120/Swapping/swapExecuted.d.cts +12 -12
  66. package/dist/120/Swapping/swapExecuted.d.ts +12 -12
  67. package/dist/120/Swapping/withdrawalRequested.d.cts +12 -12
  68. package/dist/120/Swapping/withdrawalRequested.d.ts +12 -12
  69. package/dist/131/Environment/runtimeSafeModeUpdated.d.cts +40 -40
  70. package/dist/131/Environment/runtimeSafeModeUpdated.d.ts +40 -40
  71. package/dist/131/EthereumIngressEgress/depositFetchesScheduled.d.cts +2 -2
  72. package/dist/131/EthereumIngressEgress/depositFetchesScheduled.d.ts +2 -2
  73. package/dist/131/EthereumIngressEgress/depositIgnored.d.cts +2 -2
  74. package/dist/131/EthereumIngressEgress/depositIgnored.d.ts +2 -2
  75. package/dist/131/EthereumIngressEgress/depositReceived.d.cts +6 -6
  76. package/dist/131/EthereumIngressEgress/depositReceived.d.ts +6 -6
  77. package/dist/131/EthereumIngressEgress/depositWitnessRejected.d.cts +20 -20
  78. package/dist/131/EthereumIngressEgress/depositWitnessRejected.d.ts +20 -20
  79. package/dist/131/EthereumIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
  80. package/dist/131/EthereumIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
  81. package/dist/131/LiquidityPools/limitOrderUpdated.d.cts +10 -10
  82. package/dist/131/LiquidityPools/limitOrderUpdated.d.ts +10 -10
  83. package/dist/131/LiquidityPools/rangeOrderUpdated.d.cts +10 -10
  84. package/dist/131/LiquidityPools/rangeOrderUpdated.d.ts +10 -10
  85. package/dist/131/LiquidityProvider/accountCredited.d.cts +2 -2
  86. package/dist/131/LiquidityProvider/accountCredited.d.ts +2 -2
  87. package/dist/131/LiquidityProvider/accountDebited.d.cts +2 -2
  88. package/dist/131/LiquidityProvider/accountDebited.d.ts +2 -2
  89. package/dist/131/LiquidityProvider/liquidityDepositAddressReady.d.cts +4 -4
  90. package/dist/131/LiquidityProvider/liquidityDepositAddressReady.d.ts +4 -4
  91. package/dist/131/LiquidityProvider/liquidityDepositCredited.d.cts +2 -2
  92. package/dist/131/LiquidityProvider/liquidityDepositCredited.d.ts +2 -2
  93. package/dist/131/Swapping/batchSwapFailed.d.cts +6 -6
  94. package/dist/131/Swapping/batchSwapFailed.d.ts +6 -6
  95. package/dist/131/Swapping/ccmFailed.d.cts +106 -106
  96. package/dist/131/Swapping/ccmFailed.d.ts +106 -106
  97. package/dist/131/Swapping/maximumSwapAmountSet.d.cts +6 -6
  98. package/dist/131/Swapping/maximumSwapAmountSet.d.ts +6 -6
  99. package/dist/131/Swapping/swapAmountConfiscated.d.cts +12 -12
  100. package/dist/131/Swapping/swapAmountConfiscated.d.ts +12 -12
  101. package/dist/131/Swapping/swapDepositAddressReady.d.cts +46 -46
  102. package/dist/131/Swapping/swapDepositAddressReady.d.ts +46 -46
  103. package/dist/131/Swapping/swapEgressIgnored.d.cts +28 -28
  104. package/dist/131/Swapping/swapEgressIgnored.d.ts +28 -28
  105. package/dist/131/Swapping/swapEgressScheduled.d.cts +6 -6
  106. package/dist/131/Swapping/swapEgressScheduled.d.ts +6 -6
  107. package/dist/131/Swapping/swapExecuted.d.cts +12 -12
  108. package/dist/131/Swapping/swapExecuted.d.ts +12 -12
  109. package/dist/131/Swapping/swapScheduled.d.cts +136 -136
  110. package/dist/131/Swapping/swapScheduled.d.ts +136 -136
  111. package/dist/131/Swapping/withdrawalRequested.d.cts +18 -18
  112. package/dist/131/Swapping/withdrawalRequested.d.ts +18 -18
  113. package/dist/141/ArbitrumIngressEgress/ccmEgressInvalid.d.cts +16 -16
  114. package/dist/141/ArbitrumIngressEgress/ccmEgressInvalid.d.ts +16 -16
  115. package/dist/141/ArbitrumIngressEgress/depositBoosted.d.cts +8 -8
  116. package/dist/141/ArbitrumIngressEgress/depositBoosted.d.ts +8 -8
  117. package/dist/141/ArbitrumIngressEgress/depositFetchesScheduled.d.cts +2 -2
  118. package/dist/141/ArbitrumIngressEgress/depositFetchesScheduled.d.ts +2 -2
  119. package/dist/141/ArbitrumIngressEgress/depositFinalised.d.cts +8 -8
  120. package/dist/141/ArbitrumIngressEgress/depositFinalised.d.ts +8 -8
  121. package/dist/141/ArbitrumIngressEgress/depositIgnored.d.cts +3 -3
  122. package/dist/141/ArbitrumIngressEgress/depositIgnored.d.ts +3 -3
  123. package/dist/141/ArbitrumIngressEgress/depositWitnessRejected.d.cts +22 -22
  124. package/dist/141/ArbitrumIngressEgress/depositWitnessRejected.d.ts +22 -22
  125. package/dist/141/ArbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
  126. package/dist/141/ArbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
  127. package/dist/141/ArbitrumIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
  128. package/dist/141/ArbitrumIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
  129. package/dist/141/ArbitrumIngressEgress/transferFallbackRequested.d.cts +4 -4
  130. package/dist/141/ArbitrumIngressEgress/transferFallbackRequested.d.ts +4 -4
  131. package/dist/141/Environment/runtimeSafeModeUpdated.d.cts +12 -12
  132. package/dist/141/Environment/runtimeSafeModeUpdated.d.ts +12 -12
  133. package/dist/141/EthereumIngressEgress/boostFundsAdded.d.cts +2 -2
  134. package/dist/141/EthereumIngressEgress/boostFundsAdded.d.ts +2 -2
  135. package/dist/141/EthereumIngressEgress/ccmEgressInvalid.d.cts +16 -16
  136. package/dist/141/EthereumIngressEgress/ccmEgressInvalid.d.ts +16 -16
  137. package/dist/141/EthereumIngressEgress/depositBoosted.d.cts +4 -4
  138. package/dist/141/EthereumIngressEgress/depositBoosted.d.ts +4 -4
  139. package/dist/141/EthereumIngressEgress/depositFinalised.d.cts +4 -4
  140. package/dist/141/EthereumIngressEgress/depositFinalised.d.ts +4 -4
  141. package/dist/141/EthereumIngressEgress/stoppedBoosting.d.cts +2 -2
  142. package/dist/141/EthereumIngressEgress/stoppedBoosting.d.ts +2 -2
  143. package/dist/141/LiquidityPools/limitOrderUpdated.d.cts +10 -10
  144. package/dist/141/LiquidityPools/limitOrderUpdated.d.ts +10 -10
  145. package/dist/141/LiquidityPools/rangeOrderUpdated.d.cts +10 -10
  146. package/dist/141/LiquidityPools/rangeOrderUpdated.d.ts +10 -10
  147. package/dist/141/Swapping/ccmDepositReceived.d.cts +92 -92
  148. package/dist/141/Swapping/ccmDepositReceived.d.ts +92 -92
  149. package/dist/141/Swapping/ccmFailed.d.cts +128 -128
  150. package/dist/141/Swapping/ccmFailed.d.ts +128 -128
  151. package/dist/141/Swapping/swapDepositAddressReady.d.cts +32 -32
  152. package/dist/141/Swapping/swapDepositAddressReady.d.ts +32 -32
  153. package/dist/141/Swapping/swapEgressIgnored.d.cts +24 -24
  154. package/dist/141/Swapping/swapEgressIgnored.d.ts +24 -24
  155. package/dist/141/Swapping/swapExecuted.d.cts +86 -86
  156. package/dist/141/Swapping/swapExecuted.d.ts +86 -86
  157. package/dist/141/Swapping/swapScheduled.d.cts +140 -140
  158. package/dist/141/Swapping/swapScheduled.d.ts +140 -140
  159. package/dist/141/Swapping/withdrawalRequested.d.cts +16 -16
  160. package/dist/141/Swapping/withdrawalRequested.d.ts +16 -16
  161. package/dist/141/TokenholderGovernance/proposalEnacted.d.cts +8 -8
  162. package/dist/141/TokenholderGovernance/proposalEnacted.d.ts +8 -8
  163. package/dist/141/TokenholderGovernance/proposalPassed.d.cts +8 -8
  164. package/dist/141/TokenholderGovernance/proposalPassed.d.ts +8 -8
  165. package/dist/141/TokenholderGovernance/proposalRejected.d.cts +8 -8
  166. package/dist/141/TokenholderGovernance/proposalRejected.d.ts +8 -8
  167. package/dist/141/TokenholderGovernance/proposalSubmitted.d.cts +8 -8
  168. package/dist/141/TokenholderGovernance/proposalSubmitted.d.ts +8 -8
  169. package/dist/Processor.cjs +11 -5
  170. package/dist/Processor.d.cts +2 -0
  171. package/dist/Processor.d.ts +2 -0
  172. package/dist/Processor.mjs +11 -5
  173. package/dist/types.d.cts +5 -1
  174. package/dist/types.d.ts +5 -1
  175. package/package.json +1 -1
@@ -5,49 +5,49 @@ declare const swappingSwapScheduled: z.ZodObject<{
5
5
  sourceAsset: z.ZodEffects<z.ZodObject<{
6
6
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc"]>;
7
7
  }, "strip", z.ZodTypeAny, {
8
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
8
+ __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
9
9
  }, {
10
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
11
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc", {
12
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
10
+ __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
11
+ }>, "Eth" | "Dot" | "Btc" | "Flip" | "Usdc", {
12
+ __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
13
13
  }>;
14
14
  depositAmount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
15
15
  destinationAsset: z.ZodEffects<z.ZodObject<{
16
16
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc"]>;
17
17
  }, "strip", z.ZodTypeAny, {
18
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
18
+ __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
19
19
  }, {
20
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
21
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc", {
22
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
20
+ __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
21
+ }>, "Eth" | "Dot" | "Btc" | "Flip" | "Usdc", {
22
+ __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
23
23
  }>;
24
24
  destinationAddress: z.ZodUnion<[z.ZodObject<{
25
25
  __kind: z.ZodLiteral<"Eth">;
26
26
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
27
27
  }, "strip", z.ZodTypeAny, {
28
- __kind: "Eth";
29
28
  value: `0x${string}`;
30
- }, {
31
29
  __kind: "Eth";
30
+ }, {
32
31
  value: string;
32
+ __kind: "Eth";
33
33
  }>, z.ZodObject<{
34
34
  __kind: z.ZodLiteral<"Dot">;
35
35
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
36
36
  }, "strip", z.ZodTypeAny, {
37
- __kind: "Dot";
38
37
  value: `0x${string}`;
39
- }, {
40
38
  __kind: "Dot";
39
+ }, {
41
40
  value: string;
41
+ __kind: "Dot";
42
42
  }>, z.ZodObject<{
43
43
  __kind: z.ZodLiteral<"Btc">;
44
44
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
45
45
  }, "strip", z.ZodTypeAny, {
46
- __kind: "Btc";
47
46
  value: `0x${string}`;
48
- }, {
49
47
  __kind: "Btc";
48
+ }, {
50
49
  value: string;
50
+ __kind: "Btc";
51
51
  }>]>;
52
52
  origin: z.ZodUnion<[z.ZodObject<{
53
53
  __kind: z.ZodLiteral<"DepositChannel">;
@@ -56,91 +56,91 @@ declare const swappingSwapScheduled: z.ZodObject<{
56
56
  __kind: z.ZodLiteral<"Eth">;
57
57
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
58
58
  }, "strip", z.ZodTypeAny, {
59
- __kind: "Eth";
60
59
  value: `0x${string}`;
61
- }, {
62
60
  __kind: "Eth";
61
+ }, {
63
62
  value: string;
63
+ __kind: "Eth";
64
64
  }>, z.ZodObject<{
65
65
  __kind: z.ZodLiteral<"Dot">;
66
66
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
67
67
  }, "strip", z.ZodTypeAny, {
68
- __kind: "Dot";
69
68
  value: `0x${string}`;
70
- }, {
71
69
  __kind: "Dot";
70
+ }, {
72
71
  value: string;
72
+ __kind: "Dot";
73
73
  }>, z.ZodObject<{
74
74
  __kind: z.ZodLiteral<"Btc">;
75
75
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
76
76
  }, "strip", z.ZodTypeAny, {
77
- __kind: "Btc";
78
77
  value: `0x${string}`;
79
- }, {
80
78
  __kind: "Btc";
79
+ }, {
81
80
  value: string;
81
+ __kind: "Btc";
82
82
  }>]>;
83
83
  channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
84
84
  depositBlockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
85
85
  }, "strip", z.ZodTypeAny, {
86
86
  depositAddress: {
87
- __kind: "Eth";
88
87
  value: `0x${string}`;
88
+ __kind: "Eth";
89
89
  } | {
90
- __kind: "Dot";
91
90
  value: `0x${string}`;
91
+ __kind: "Dot";
92
92
  } | {
93
- __kind: "Btc";
94
93
  value: `0x${string}`;
94
+ __kind: "Btc";
95
95
  };
96
96
  channelId: bigint;
97
97
  depositBlockHeight: bigint;
98
98
  }, {
99
99
  depositAddress: {
100
- __kind: "Eth";
101
100
  value: string;
101
+ __kind: "Eth";
102
102
  } | {
103
- __kind: "Dot";
104
103
  value: string;
104
+ __kind: "Dot";
105
105
  } | {
106
- __kind: "Btc";
107
106
  value: string;
107
+ __kind: "Btc";
108
108
  };
109
109
  channelId: string | number;
110
110
  depositBlockHeight: string | number;
111
111
  }>;
112
112
  }, "strip", z.ZodTypeAny, {
113
- __kind: "DepositChannel";
114
113
  value: {
115
114
  depositAddress: {
116
- __kind: "Eth";
117
115
  value: `0x${string}`;
116
+ __kind: "Eth";
118
117
  } | {
119
- __kind: "Dot";
120
118
  value: `0x${string}`;
119
+ __kind: "Dot";
121
120
  } | {
122
- __kind: "Btc";
123
121
  value: `0x${string}`;
122
+ __kind: "Btc";
124
123
  };
125
124
  channelId: bigint;
126
125
  depositBlockHeight: bigint;
127
126
  };
128
- }, {
129
127
  __kind: "DepositChannel";
128
+ }, {
130
129
  value: {
131
130
  depositAddress: {
132
- __kind: "Eth";
133
131
  value: string;
132
+ __kind: "Eth";
134
133
  } | {
135
- __kind: "Dot";
136
134
  value: string;
135
+ __kind: "Dot";
137
136
  } | {
138
- __kind: "Btc";
139
137
  value: string;
138
+ __kind: "Btc";
140
139
  };
141
140
  channelId: string | number;
142
141
  depositBlockHeight: string | number;
143
142
  };
143
+ __kind: "DepositChannel";
144
144
  }>, z.ZodObject<{
145
145
  __kind: z.ZodLiteral<"Vault">;
146
146
  txHash: z.ZodEffects<z.ZodString, `0x${string}`, string>;
@@ -157,67 +157,67 @@ declare const swappingSwapScheduled: z.ZodObject<{
157
157
  __kind: z.ZodLiteral<"Eth">;
158
158
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
159
159
  }, "strip", z.ZodTypeAny, {
160
- __kind: "Eth";
161
160
  value: `0x${string}`;
162
- }, {
163
161
  __kind: "Eth";
162
+ }, {
164
163
  value: string;
164
+ __kind: "Eth";
165
165
  }>, z.ZodObject<{
166
166
  __kind: z.ZodLiteral<"Dot">;
167
167
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
168
168
  }, "strip", z.ZodTypeAny, {
169
- __kind: "Dot";
170
169
  value: `0x${string}`;
171
- }, {
172
170
  __kind: "Dot";
171
+ }, {
173
172
  value: string;
173
+ __kind: "Dot";
174
174
  }>, z.ZodObject<{
175
175
  __kind: z.ZodLiteral<"Btc">;
176
176
  value: z.ZodUnion<[z.ZodObject<{
177
177
  __kind: z.ZodLiteral<"P2PKH">;
178
178
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
179
179
  }, "strip", z.ZodTypeAny, {
180
- __kind: "P2PKH";
181
180
  value: `0x${string}`;
182
- }, {
183
181
  __kind: "P2PKH";
182
+ }, {
184
183
  value: string;
184
+ __kind: "P2PKH";
185
185
  }>, z.ZodObject<{
186
186
  __kind: z.ZodLiteral<"P2SH">;
187
187
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
188
188
  }, "strip", z.ZodTypeAny, {
189
- __kind: "P2SH";
190
189
  value: `0x${string}`;
191
- }, {
192
190
  __kind: "P2SH";
191
+ }, {
193
192
  value: string;
193
+ __kind: "P2SH";
194
194
  }>, z.ZodObject<{
195
195
  __kind: z.ZodLiteral<"P2WPKH">;
196
196
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
197
197
  }, "strip", z.ZodTypeAny, {
198
- __kind: "P2WPKH";
199
198
  value: `0x${string}`;
200
- }, {
201
199
  __kind: "P2WPKH";
200
+ }, {
202
201
  value: string;
202
+ __kind: "P2WPKH";
203
203
  }>, z.ZodObject<{
204
204
  __kind: z.ZodLiteral<"P2WSH">;
205
205
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
206
206
  }, "strip", z.ZodTypeAny, {
207
- __kind: "P2WSH";
208
207
  value: `0x${string}`;
209
- }, {
210
208
  __kind: "P2WSH";
209
+ }, {
211
210
  value: string;
211
+ __kind: "P2WSH";
212
212
  }>, z.ZodObject<{
213
213
  __kind: z.ZodLiteral<"Taproot">;
214
214
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
215
215
  }, "strip", z.ZodTypeAny, {
216
- __kind: "Taproot";
217
216
  value: `0x${string}`;
218
- }, {
219
217
  __kind: "Taproot";
218
+ }, {
220
219
  value: string;
220
+ __kind: "Taproot";
221
221
  }>, z.ZodObject<{
222
222
  __kind: z.ZodLiteral<"OtherSegwit">;
223
223
  value: z.ZodObject<{
@@ -231,307 +231,307 @@ declare const swappingSwapScheduled: z.ZodObject<{
231
231
  program: string;
232
232
  }>;
233
233
  }, "strip", z.ZodTypeAny, {
234
- __kind: "OtherSegwit";
235
234
  value: {
236
235
  version: number;
237
236
  program: `0x${string}`;
238
237
  };
239
- }, {
240
238
  __kind: "OtherSegwit";
239
+ }, {
241
240
  value: {
242
241
  version: number;
243
242
  program: string;
244
243
  };
244
+ __kind: "OtherSegwit";
245
245
  }>]>;
246
246
  }, "strip", z.ZodTypeAny, {
247
- __kind: "Btc";
248
247
  value: {
249
- __kind: "P2PKH";
250
248
  value: `0x${string}`;
249
+ __kind: "P2PKH";
251
250
  } | {
252
- __kind: "P2SH";
253
251
  value: `0x${string}`;
252
+ __kind: "P2SH";
254
253
  } | {
255
- __kind: "P2WPKH";
256
254
  value: `0x${string}`;
255
+ __kind: "P2WPKH";
257
256
  } | {
258
- __kind: "P2WSH";
259
257
  value: `0x${string}`;
258
+ __kind: "P2WSH";
260
259
  } | {
261
- __kind: "Taproot";
262
260
  value: `0x${string}`;
261
+ __kind: "Taproot";
263
262
  } | {
264
- __kind: "OtherSegwit";
265
263
  value: {
266
264
  version: number;
267
265
  program: `0x${string}`;
268
266
  };
267
+ __kind: "OtherSegwit";
269
268
  };
270
- }, {
271
269
  __kind: "Btc";
270
+ }, {
272
271
  value: {
273
- __kind: "P2PKH";
274
272
  value: string;
273
+ __kind: "P2PKH";
275
274
  } | {
276
- __kind: "P2SH";
277
275
  value: string;
276
+ __kind: "P2SH";
278
277
  } | {
279
- __kind: "P2WPKH";
280
278
  value: string;
279
+ __kind: "P2WPKH";
281
280
  } | {
282
- __kind: "P2WSH";
283
281
  value: string;
282
+ __kind: "P2WSH";
284
283
  } | {
285
- __kind: "Taproot";
286
284
  value: string;
285
+ __kind: "Taproot";
287
286
  } | {
288
- __kind: "OtherSegwit";
289
287
  value: {
290
288
  version: number;
291
289
  program: string;
292
290
  };
291
+ __kind: "OtherSegwit";
293
292
  };
293
+ __kind: "Btc";
294
294
  }>]>;
295
295
  }, "strip", z.ZodTypeAny, {
296
- __kind: "Swap";
297
296
  value: {
298
- __kind: "Eth";
299
297
  value: `0x${string}`;
298
+ __kind: "Eth";
300
299
  } | {
301
- __kind: "Dot";
302
300
  value: `0x${string}`;
301
+ __kind: "Dot";
303
302
  } | {
304
- __kind: "Btc";
305
303
  value: {
306
- __kind: "P2PKH";
307
304
  value: `0x${string}`;
305
+ __kind: "P2PKH";
308
306
  } | {
309
- __kind: "P2SH";
310
307
  value: `0x${string}`;
308
+ __kind: "P2SH";
311
309
  } | {
312
- __kind: "P2WPKH";
313
310
  value: `0x${string}`;
311
+ __kind: "P2WPKH";
314
312
  } | {
315
- __kind: "P2WSH";
316
313
  value: `0x${string}`;
314
+ __kind: "P2WSH";
317
315
  } | {
318
- __kind: "Taproot";
319
316
  value: `0x${string}`;
317
+ __kind: "Taproot";
320
318
  } | {
321
- __kind: "OtherSegwit";
322
319
  value: {
323
320
  version: number;
324
321
  program: `0x${string}`;
325
322
  };
323
+ __kind: "OtherSegwit";
326
324
  };
325
+ __kind: "Btc";
327
326
  };
328
- }, {
329
327
  __kind: "Swap";
328
+ }, {
330
329
  value: {
331
- __kind: "Eth";
332
330
  value: string;
331
+ __kind: "Eth";
333
332
  } | {
334
- __kind: "Dot";
335
333
  value: string;
334
+ __kind: "Dot";
336
335
  } | {
337
- __kind: "Btc";
338
336
  value: {
339
- __kind: "P2PKH";
340
337
  value: string;
338
+ __kind: "P2PKH";
341
339
  } | {
342
- __kind: "P2SH";
343
340
  value: string;
341
+ __kind: "P2SH";
344
342
  } | {
345
- __kind: "P2WPKH";
346
343
  value: string;
344
+ __kind: "P2WPKH";
347
345
  } | {
348
- __kind: "P2WSH";
349
346
  value: string;
347
+ __kind: "P2WSH";
350
348
  } | {
351
- __kind: "Taproot";
352
349
  value: string;
350
+ __kind: "Taproot";
353
351
  } | {
354
- __kind: "OtherSegwit";
355
352
  value: {
356
353
  version: number;
357
354
  program: string;
358
355
  };
356
+ __kind: "OtherSegwit";
359
357
  };
358
+ __kind: "Btc";
360
359
  };
360
+ __kind: "Swap";
361
361
  }>, z.ZodObject<{
362
362
  __kind: z.ZodLiteral<"CcmPrincipal">;
363
363
  value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
364
364
  }, "strip", z.ZodTypeAny, {
365
- __kind: "CcmPrincipal";
366
365
  value: bigint;
367
- }, {
368
366
  __kind: "CcmPrincipal";
367
+ }, {
369
368
  value: string | number;
369
+ __kind: "CcmPrincipal";
370
370
  }>, z.ZodObject<{
371
371
  __kind: z.ZodLiteral<"CcmGas">;
372
372
  value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
373
373
  }, "strip", z.ZodTypeAny, {
374
- __kind: "CcmGas";
375
374
  value: bigint;
376
- }, {
377
375
  __kind: "CcmGas";
376
+ }, {
378
377
  value: string | number;
378
+ __kind: "CcmGas";
379
379
  }>]>;
380
380
  brokerCommission: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
381
381
  }, "strip", z.ZodTypeAny, {
382
382
  depositAmount: bigint;
383
383
  destinationAddress: {
384
- __kind: "Eth";
385
384
  value: `0x${string}`;
385
+ __kind: "Eth";
386
386
  } | {
387
- __kind: "Dot";
388
387
  value: `0x${string}`;
388
+ __kind: "Dot";
389
389
  } | {
390
- __kind: "Btc";
391
390
  value: `0x${string}`;
391
+ __kind: "Btc";
392
392
  };
393
393
  origin: {
394
- __kind: "DepositChannel";
395
394
  value: {
396
395
  depositAddress: {
397
- __kind: "Eth";
398
396
  value: `0x${string}`;
397
+ __kind: "Eth";
399
398
  } | {
400
- __kind: "Dot";
401
399
  value: `0x${string}`;
400
+ __kind: "Dot";
402
401
  } | {
403
- __kind: "Btc";
404
402
  value: `0x${string}`;
403
+ __kind: "Btc";
405
404
  };
406
405
  channelId: bigint;
407
406
  depositBlockHeight: bigint;
408
407
  };
408
+ __kind: "DepositChannel";
409
409
  } | {
410
410
  __kind: "Vault";
411
411
  txHash: `0x${string}`;
412
412
  };
413
- sourceAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
414
- destinationAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
413
+ sourceAsset: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
414
+ destinationAsset: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
415
415
  swapId: bigint;
416
416
  swapType: {
417
- __kind: "Swap";
418
417
  value: {
419
- __kind: "Eth";
420
418
  value: `0x${string}`;
419
+ __kind: "Eth";
421
420
  } | {
422
- __kind: "Dot";
423
421
  value: `0x${string}`;
422
+ __kind: "Dot";
424
423
  } | {
425
- __kind: "Btc";
426
424
  value: {
427
- __kind: "P2PKH";
428
425
  value: `0x${string}`;
426
+ __kind: "P2PKH";
429
427
  } | {
430
- __kind: "P2SH";
431
428
  value: `0x${string}`;
429
+ __kind: "P2SH";
432
430
  } | {
433
- __kind: "P2WPKH";
434
431
  value: `0x${string}`;
432
+ __kind: "P2WPKH";
435
433
  } | {
436
- __kind: "P2WSH";
437
434
  value: `0x${string}`;
435
+ __kind: "P2WSH";
438
436
  } | {
439
- __kind: "Taproot";
440
437
  value: `0x${string}`;
438
+ __kind: "Taproot";
441
439
  } | {
442
- __kind: "OtherSegwit";
443
440
  value: {
444
441
  version: number;
445
442
  program: `0x${string}`;
446
443
  };
444
+ __kind: "OtherSegwit";
447
445
  };
446
+ __kind: "Btc";
448
447
  };
448
+ __kind: "Swap";
449
449
  } | {
450
- __kind: "CcmPrincipal";
451
450
  value: bigint;
451
+ __kind: "CcmPrincipal";
452
452
  } | {
453
- __kind: "CcmGas";
454
453
  value: bigint;
454
+ __kind: "CcmGas";
455
455
  };
456
456
  brokerCommission?: bigint | null | undefined;
457
457
  }, {
458
458
  depositAmount: string | number;
459
459
  destinationAddress: {
460
- __kind: "Eth";
461
460
  value: string;
461
+ __kind: "Eth";
462
462
  } | {
463
- __kind: "Dot";
464
463
  value: string;
464
+ __kind: "Dot";
465
465
  } | {
466
- __kind: "Btc";
467
466
  value: string;
467
+ __kind: "Btc";
468
468
  };
469
469
  origin: {
470
- __kind: "DepositChannel";
471
470
  value: {
472
471
  depositAddress: {
473
- __kind: "Eth";
474
472
  value: string;
473
+ __kind: "Eth";
475
474
  } | {
476
- __kind: "Dot";
477
475
  value: string;
476
+ __kind: "Dot";
478
477
  } | {
479
- __kind: "Btc";
480
478
  value: string;
479
+ __kind: "Btc";
481
480
  };
482
481
  channelId: string | number;
483
482
  depositBlockHeight: string | number;
484
483
  };
484
+ __kind: "DepositChannel";
485
485
  } | {
486
486
  __kind: "Vault";
487
487
  txHash: string;
488
488
  };
489
489
  sourceAsset: {
490
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
490
+ __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
491
491
  };
492
492
  destinationAsset: {
493
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
493
+ __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
494
494
  };
495
495
  swapId: string | number;
496
496
  swapType: {
497
- __kind: "Swap";
498
497
  value: {
499
- __kind: "Eth";
500
498
  value: string;
499
+ __kind: "Eth";
501
500
  } | {
502
- __kind: "Dot";
503
501
  value: string;
502
+ __kind: "Dot";
504
503
  } | {
505
- __kind: "Btc";
506
504
  value: {
507
- __kind: "P2PKH";
508
505
  value: string;
506
+ __kind: "P2PKH";
509
507
  } | {
510
- __kind: "P2SH";
511
508
  value: string;
509
+ __kind: "P2SH";
512
510
  } | {
513
- __kind: "P2WPKH";
514
511
  value: string;
512
+ __kind: "P2WPKH";
515
513
  } | {
516
- __kind: "P2WSH";
517
514
  value: string;
515
+ __kind: "P2WSH";
518
516
  } | {
519
- __kind: "Taproot";
520
517
  value: string;
518
+ __kind: "Taproot";
521
519
  } | {
522
- __kind: "OtherSegwit";
523
520
  value: {
524
521
  version: number;
525
522
  program: string;
526
523
  };
524
+ __kind: "OtherSegwit";
527
525
  };
526
+ __kind: "Btc";
528
527
  };
528
+ __kind: "Swap";
529
529
  } | {
530
- __kind: "CcmPrincipal";
531
530
  value: string | number;
531
+ __kind: "CcmPrincipal";
532
532
  } | {
533
- __kind: "CcmGas";
534
533
  value: string | number;
534
+ __kind: "CcmGas";
535
535
  };
536
536
  brokerCommission?: string | number | null | undefined;
537
537
  }>;