@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
@@ -9,38 +9,38 @@ declare const swappingCcmDepositReceived: z.ZodObject<{
9
9
  __kind: z.ZodLiteral<"Eth">;
10
10
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
11
11
  }, "strip", z.ZodTypeAny, {
12
- value: `0x${string}`;
13
12
  __kind: "Eth";
13
+ value: `0x${string}`;
14
14
  }, {
15
- value: string;
16
15
  __kind: "Eth";
16
+ value: string;
17
17
  }>, z.ZodObject<{
18
18
  __kind: z.ZodLiteral<"Dot">;
19
19
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
20
20
  }, "strip", z.ZodTypeAny, {
21
- value: `0x${string}`;
22
21
  __kind: "Dot";
22
+ value: `0x${string}`;
23
23
  }, {
24
- value: string;
25
24
  __kind: "Dot";
25
+ value: string;
26
26
  }>, z.ZodObject<{
27
27
  __kind: z.ZodLiteral<"Btc">;
28
28
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
29
29
  }, "strip", z.ZodTypeAny, {
30
- value: `0x${string}`;
31
30
  __kind: "Btc";
31
+ value: `0x${string}`;
32
32
  }, {
33
- value: string;
34
33
  __kind: "Btc";
34
+ value: string;
35
35
  }>, z.ZodObject<{
36
36
  __kind: z.ZodLiteral<"Arb">;
37
37
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
38
38
  }, "strip", z.ZodTypeAny, {
39
- value: `0x${string}`;
40
39
  __kind: "Arb";
40
+ value: `0x${string}`;
41
41
  }, {
42
- value: string;
43
42
  __kind: "Arb";
43
+ value: string;
44
44
  }>]>;
45
45
  depositMetadata: z.ZodObject<{
46
46
  sourceChain: z.ZodEffects<z.ZodObject<{
@@ -56,67 +56,67 @@ declare const swappingCcmDepositReceived: z.ZodObject<{
56
56
  __kind: z.ZodLiteral<"Eth">;
57
57
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
58
58
  }, "strip", z.ZodTypeAny, {
59
- value: `0x${string}`;
60
59
  __kind: "Eth";
60
+ value: `0x${string}`;
61
61
  }, {
62
- value: string;
63
62
  __kind: "Eth";
63
+ value: string;
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
- value: `0x${string}`;
69
68
  __kind: "Dot";
69
+ value: `0x${string}`;
70
70
  }, {
71
- value: string;
72
71
  __kind: "Dot";
72
+ value: string;
73
73
  }>, z.ZodObject<{
74
74
  __kind: z.ZodLiteral<"Btc">;
75
75
  value: z.ZodUnion<[z.ZodObject<{
76
76
  __kind: z.ZodLiteral<"P2PKH">;
77
77
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
78
78
  }, "strip", z.ZodTypeAny, {
79
- value: `0x${string}`;
80
79
  __kind: "P2PKH";
80
+ value: `0x${string}`;
81
81
  }, {
82
- value: string;
83
82
  __kind: "P2PKH";
83
+ value: string;
84
84
  }>, z.ZodObject<{
85
85
  __kind: z.ZodLiteral<"P2SH">;
86
86
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
87
87
  }, "strip", z.ZodTypeAny, {
88
- value: `0x${string}`;
89
88
  __kind: "P2SH";
89
+ value: `0x${string}`;
90
90
  }, {
91
- value: string;
92
91
  __kind: "P2SH";
92
+ value: string;
93
93
  }>, z.ZodObject<{
94
94
  __kind: z.ZodLiteral<"P2WPKH">;
95
95
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
96
96
  }, "strip", z.ZodTypeAny, {
97
- value: `0x${string}`;
98
97
  __kind: "P2WPKH";
98
+ value: `0x${string}`;
99
99
  }, {
100
- value: string;
101
100
  __kind: "P2WPKH";
101
+ value: string;
102
102
  }>, z.ZodObject<{
103
103
  __kind: z.ZodLiteral<"P2WSH">;
104
104
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
105
105
  }, "strip", z.ZodTypeAny, {
106
- value: `0x${string}`;
107
106
  __kind: "P2WSH";
107
+ value: `0x${string}`;
108
108
  }, {
109
- value: string;
110
109
  __kind: "P2WSH";
110
+ value: string;
111
111
  }>, z.ZodObject<{
112
112
  __kind: z.ZodLiteral<"Taproot">;
113
113
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
114
114
  }, "strip", z.ZodTypeAny, {
115
- value: `0x${string}`;
116
115
  __kind: "Taproot";
116
+ value: `0x${string}`;
117
117
  }, {
118
- value: string;
119
118
  __kind: "Taproot";
119
+ value: string;
120
120
  }>, z.ZodObject<{
121
121
  __kind: z.ZodLiteral<"OtherSegwit">;
122
122
  value: z.ZodObject<{
@@ -130,75 +130,75 @@ declare const swappingCcmDepositReceived: z.ZodObject<{
130
130
  program: string;
131
131
  }>;
132
132
  }, "strip", z.ZodTypeAny, {
133
+ __kind: "OtherSegwit";
133
134
  value: {
134
135
  version: number;
135
136
  program: `0x${string}`;
136
137
  };
137
- __kind: "OtherSegwit";
138
138
  }, {
139
+ __kind: "OtherSegwit";
139
140
  value: {
140
141
  version: number;
141
142
  program: string;
142
143
  };
143
- __kind: "OtherSegwit";
144
144
  }>]>;
145
145
  }, "strip", z.ZodTypeAny, {
146
+ __kind: "Btc";
146
147
  value: {
147
- value: `0x${string}`;
148
148
  __kind: "P2PKH";
149
- } | {
150
149
  value: `0x${string}`;
151
- __kind: "P2SH";
152
150
  } | {
151
+ __kind: "P2SH";
153
152
  value: `0x${string}`;
154
- __kind: "P2WPKH";
155
153
  } | {
154
+ __kind: "P2WPKH";
156
155
  value: `0x${string}`;
157
- __kind: "P2WSH";
158
156
  } | {
157
+ __kind: "P2WSH";
159
158
  value: `0x${string}`;
159
+ } | {
160
160
  __kind: "Taproot";
161
+ value: `0x${string}`;
161
162
  } | {
163
+ __kind: "OtherSegwit";
162
164
  value: {
163
165
  version: number;
164
166
  program: `0x${string}`;
165
167
  };
166
- __kind: "OtherSegwit";
167
168
  };
168
- __kind: "Btc";
169
169
  }, {
170
+ __kind: "Btc";
170
171
  value: {
171
- value: string;
172
172
  __kind: "P2PKH";
173
- } | {
174
173
  value: string;
175
- __kind: "P2SH";
176
174
  } | {
175
+ __kind: "P2SH";
177
176
  value: string;
178
- __kind: "P2WPKH";
179
177
  } | {
178
+ __kind: "P2WPKH";
180
179
  value: string;
181
- __kind: "P2WSH";
182
180
  } | {
181
+ __kind: "P2WSH";
183
182
  value: string;
183
+ } | {
184
184
  __kind: "Taproot";
185
+ value: string;
185
186
  } | {
187
+ __kind: "OtherSegwit";
186
188
  value: {
187
189
  version: number;
188
190
  program: string;
189
191
  };
190
- __kind: "OtherSegwit";
191
192
  };
192
- __kind: "Btc";
193
193
  }>, z.ZodObject<{
194
194
  __kind: z.ZodLiteral<"Arb">;
195
195
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
196
196
  }, "strip", z.ZodTypeAny, {
197
- value: `0x${string}`;
198
197
  __kind: "Arb";
198
+ value: `0x${string}`;
199
199
  }, {
200
- value: string;
201
200
  __kind: "Arb";
201
+ value: string;
202
202
  }>]>>>;
203
203
  channelMetadata: z.ZodObject<{
204
204
  message: z.ZodEffects<z.ZodString, `0x${string}`, string>;
@@ -221,38 +221,38 @@ declare const swappingCcmDepositReceived: z.ZodObject<{
221
221
  cfParameters: `0x${string}`;
222
222
  };
223
223
  sourceAddress?: {
224
- value: `0x${string}`;
225
224
  __kind: "Eth";
226
- } | {
227
225
  value: `0x${string}`;
226
+ } | {
228
227
  __kind: "Dot";
228
+ value: `0x${string}`;
229
229
  } | {
230
+ __kind: "Btc";
230
231
  value: {
231
- value: `0x${string}`;
232
232
  __kind: "P2PKH";
233
- } | {
234
233
  value: `0x${string}`;
235
- __kind: "P2SH";
236
234
  } | {
235
+ __kind: "P2SH";
237
236
  value: `0x${string}`;
238
- __kind: "P2WPKH";
239
237
  } | {
238
+ __kind: "P2WPKH";
240
239
  value: `0x${string}`;
241
- __kind: "P2WSH";
242
240
  } | {
241
+ __kind: "P2WSH";
243
242
  value: `0x${string}`;
243
+ } | {
244
244
  __kind: "Taproot";
245
+ value: `0x${string}`;
245
246
  } | {
247
+ __kind: "OtherSegwit";
246
248
  value: {
247
249
  version: number;
248
250
  program: `0x${string}`;
249
251
  };
250
- __kind: "OtherSegwit";
251
252
  };
252
- __kind: "Btc";
253
253
  } | {
254
- value: `0x${string}`;
255
254
  __kind: "Arb";
255
+ value: `0x${string}`;
256
256
  } | null | undefined;
257
257
  }, {
258
258
  sourceChain: {
@@ -264,55 +264,53 @@ declare const swappingCcmDepositReceived: z.ZodObject<{
264
264
  cfParameters: string;
265
265
  };
266
266
  sourceAddress?: {
267
- value: string;
268
267
  __kind: "Eth";
269
- } | {
270
268
  value: string;
269
+ } | {
271
270
  __kind: "Dot";
271
+ value: string;
272
272
  } | {
273
+ __kind: "Btc";
273
274
  value: {
274
- value: string;
275
275
  __kind: "P2PKH";
276
- } | {
277
276
  value: string;
278
- __kind: "P2SH";
279
277
  } | {
278
+ __kind: "P2SH";
280
279
  value: string;
281
- __kind: "P2WPKH";
282
280
  } | {
281
+ __kind: "P2WPKH";
283
282
  value: string;
284
- __kind: "P2WSH";
285
283
  } | {
284
+ __kind: "P2WSH";
286
285
  value: string;
286
+ } | {
287
287
  __kind: "Taproot";
288
+ value: string;
288
289
  } | {
290
+ __kind: "OtherSegwit";
289
291
  value: {
290
292
  version: number;
291
293
  program: string;
292
294
  };
293
- __kind: "OtherSegwit";
294
295
  };
295
- __kind: "Btc";
296
296
  } | {
297
- value: string;
298
297
  __kind: "Arb";
298
+ value: string;
299
299
  } | null | undefined;
300
300
  }>;
301
301
  }, "strip", z.ZodTypeAny, {
302
- ccmId: bigint;
303
- depositAmount: bigint;
304
302
  destinationAddress: {
305
- value: `0x${string}`;
306
303
  __kind: "Eth";
307
- } | {
308
304
  value: `0x${string}`;
309
- __kind: "Dot";
310
305
  } | {
306
+ __kind: "Dot";
311
307
  value: `0x${string}`;
312
- __kind: "Btc";
313
308
  } | {
309
+ __kind: "Btc";
314
310
  value: `0x${string}`;
311
+ } | {
315
312
  __kind: "Arb";
313
+ value: `0x${string}`;
316
314
  };
317
315
  depositMetadata: {
318
316
  sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum";
@@ -322,57 +320,57 @@ declare const swappingCcmDepositReceived: z.ZodObject<{
322
320
  cfParameters: `0x${string}`;
323
321
  };
324
322
  sourceAddress?: {
325
- value: `0x${string}`;
326
323
  __kind: "Eth";
327
- } | {
328
324
  value: `0x${string}`;
325
+ } | {
329
326
  __kind: "Dot";
327
+ value: `0x${string}`;
330
328
  } | {
329
+ __kind: "Btc";
331
330
  value: {
332
- value: `0x${string}`;
333
331
  __kind: "P2PKH";
334
- } | {
335
332
  value: `0x${string}`;
336
- __kind: "P2SH";
337
333
  } | {
334
+ __kind: "P2SH";
338
335
  value: `0x${string}`;
339
- __kind: "P2WPKH";
340
336
  } | {
337
+ __kind: "P2WPKH";
341
338
  value: `0x${string}`;
342
- __kind: "P2WSH";
343
339
  } | {
340
+ __kind: "P2WSH";
344
341
  value: `0x${string}`;
342
+ } | {
345
343
  __kind: "Taproot";
344
+ value: `0x${string}`;
346
345
  } | {
346
+ __kind: "OtherSegwit";
347
347
  value: {
348
348
  version: number;
349
349
  program: `0x${string}`;
350
350
  };
351
- __kind: "OtherSegwit";
352
351
  };
353
- __kind: "Btc";
354
352
  } | {
355
- value: `0x${string}`;
356
353
  __kind: "Arb";
354
+ value: `0x${string}`;
357
355
  } | null | undefined;
358
356
  };
357
+ ccmId: bigint;
358
+ depositAmount: bigint;
359
359
  principalSwapId?: bigint | null | undefined;
360
360
  gasSwapId?: bigint | null | undefined;
361
361
  }, {
362
- ccmId: string | number;
363
- depositAmount: string | number;
364
362
  destinationAddress: {
365
- value: string;
366
363
  __kind: "Eth";
367
- } | {
368
364
  value: string;
369
- __kind: "Dot";
370
365
  } | {
366
+ __kind: "Dot";
371
367
  value: string;
372
- __kind: "Btc";
373
368
  } | {
369
+ __kind: "Btc";
374
370
  value: string;
371
+ } | {
375
372
  __kind: "Arb";
373
+ value: string;
376
374
  };
377
375
  depositMetadata: {
378
376
  sourceChain: {
@@ -384,40 +382,42 @@ declare const swappingCcmDepositReceived: z.ZodObject<{
384
382
  cfParameters: string;
385
383
  };
386
384
  sourceAddress?: {
387
- value: string;
388
385
  __kind: "Eth";
389
- } | {
390
386
  value: string;
387
+ } | {
391
388
  __kind: "Dot";
389
+ value: string;
392
390
  } | {
391
+ __kind: "Btc";
393
392
  value: {
394
- value: string;
395
393
  __kind: "P2PKH";
396
- } | {
397
394
  value: string;
398
- __kind: "P2SH";
399
395
  } | {
396
+ __kind: "P2SH";
400
397
  value: string;
401
- __kind: "P2WPKH";
402
398
  } | {
399
+ __kind: "P2WPKH";
403
400
  value: string;
404
- __kind: "P2WSH";
405
401
  } | {
402
+ __kind: "P2WSH";
406
403
  value: string;
404
+ } | {
407
405
  __kind: "Taproot";
406
+ value: string;
408
407
  } | {
408
+ __kind: "OtherSegwit";
409
409
  value: {
410
410
  version: number;
411
411
  program: string;
412
412
  };
413
- __kind: "OtherSegwit";
414
413
  };
415
- __kind: "Btc";
416
414
  } | {
417
- value: string;
418
415
  __kind: "Arb";
416
+ value: string;
419
417
  } | null | undefined;
420
418
  };
419
+ ccmId: string | number;
420
+ depositAmount: string | number;
421
421
  principalSwapId?: string | number | null | undefined;
422
422
  gasSwapId?: string | number | null | undefined;
423
423
  }>;