@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,29 +9,29 @@ 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
- __kind: "Eth";
13
12
  value: `0x${string}`;
14
- }, {
15
13
  __kind: "Eth";
14
+ }, {
16
15
  value: string;
16
+ __kind: "Eth";
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
- __kind: "Dot";
22
21
  value: `0x${string}`;
23
- }, {
24
22
  __kind: "Dot";
23
+ }, {
25
24
  value: string;
25
+ __kind: "Dot";
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
- __kind: "Btc";
31
30
  value: `0x${string}`;
32
- }, {
33
31
  __kind: "Btc";
32
+ }, {
34
33
  value: string;
34
+ __kind: "Btc";
35
35
  }>]>;
36
36
  depositMetadata: z.ZodObject<{
37
37
  sourceChain: z.ZodEffects<z.ZodObject<{
@@ -47,67 +47,67 @@ declare const swappingCcmDepositReceived: z.ZodObject<{
47
47
  __kind: z.ZodLiteral<"Eth">;
48
48
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
49
49
  }, "strip", z.ZodTypeAny, {
50
- __kind: "Eth";
51
50
  value: `0x${string}`;
52
- }, {
53
51
  __kind: "Eth";
52
+ }, {
54
53
  value: string;
54
+ __kind: "Eth";
55
55
  }>, z.ZodObject<{
56
56
  __kind: z.ZodLiteral<"Dot">;
57
57
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
58
58
  }, "strip", z.ZodTypeAny, {
59
- __kind: "Dot";
60
59
  value: `0x${string}`;
61
- }, {
62
60
  __kind: "Dot";
61
+ }, {
63
62
  value: string;
63
+ __kind: "Dot";
64
64
  }>, z.ZodObject<{
65
65
  __kind: z.ZodLiteral<"Btc">;
66
66
  value: z.ZodUnion<[z.ZodObject<{
67
67
  __kind: z.ZodLiteral<"P2PKH">;
68
68
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
69
69
  }, "strip", z.ZodTypeAny, {
70
- __kind: "P2PKH";
71
70
  value: `0x${string}`;
72
- }, {
73
71
  __kind: "P2PKH";
72
+ }, {
74
73
  value: string;
74
+ __kind: "P2PKH";
75
75
  }>, z.ZodObject<{
76
76
  __kind: z.ZodLiteral<"P2SH">;
77
77
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
78
78
  }, "strip", z.ZodTypeAny, {
79
- __kind: "P2SH";
80
79
  value: `0x${string}`;
81
- }, {
82
80
  __kind: "P2SH";
81
+ }, {
83
82
  value: string;
83
+ __kind: "P2SH";
84
84
  }>, z.ZodObject<{
85
85
  __kind: z.ZodLiteral<"P2WPKH">;
86
86
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
87
87
  }, "strip", z.ZodTypeAny, {
88
- __kind: "P2WPKH";
89
88
  value: `0x${string}`;
90
- }, {
91
89
  __kind: "P2WPKH";
90
+ }, {
92
91
  value: string;
92
+ __kind: "P2WPKH";
93
93
  }>, z.ZodObject<{
94
94
  __kind: z.ZodLiteral<"P2WSH">;
95
95
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
96
96
  }, "strip", z.ZodTypeAny, {
97
- __kind: "P2WSH";
98
97
  value: `0x${string}`;
99
- }, {
100
98
  __kind: "P2WSH";
99
+ }, {
101
100
  value: string;
101
+ __kind: "P2WSH";
102
102
  }>, z.ZodObject<{
103
103
  __kind: z.ZodLiteral<"Taproot">;
104
104
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
105
105
  }, "strip", z.ZodTypeAny, {
106
- __kind: "Taproot";
107
106
  value: `0x${string}`;
108
- }, {
109
107
  __kind: "Taproot";
108
+ }, {
110
109
  value: string;
110
+ __kind: "Taproot";
111
111
  }>, z.ZodObject<{
112
112
  __kind: z.ZodLiteral<"OtherSegwit">;
113
113
  value: z.ZodObject<{
@@ -121,66 +121,66 @@ declare const swappingCcmDepositReceived: z.ZodObject<{
121
121
  program: string;
122
122
  }>;
123
123
  }, "strip", z.ZodTypeAny, {
124
- __kind: "OtherSegwit";
125
124
  value: {
126
125
  version: number;
127
126
  program: `0x${string}`;
128
127
  };
129
- }, {
130
128
  __kind: "OtherSegwit";
129
+ }, {
131
130
  value: {
132
131
  version: number;
133
132
  program: string;
134
133
  };
134
+ __kind: "OtherSegwit";
135
135
  }>]>;
136
136
  }, "strip", z.ZodTypeAny, {
137
- __kind: "Btc";
138
137
  value: {
139
- __kind: "P2PKH";
140
138
  value: `0x${string}`;
139
+ __kind: "P2PKH";
141
140
  } | {
142
- __kind: "P2SH";
143
141
  value: `0x${string}`;
142
+ __kind: "P2SH";
144
143
  } | {
145
- __kind: "P2WPKH";
146
144
  value: `0x${string}`;
145
+ __kind: "P2WPKH";
147
146
  } | {
148
- __kind: "P2WSH";
149
147
  value: `0x${string}`;
148
+ __kind: "P2WSH";
150
149
  } | {
151
- __kind: "Taproot";
152
150
  value: `0x${string}`;
151
+ __kind: "Taproot";
153
152
  } | {
154
- __kind: "OtherSegwit";
155
153
  value: {
156
154
  version: number;
157
155
  program: `0x${string}`;
158
156
  };
157
+ __kind: "OtherSegwit";
159
158
  };
160
- }, {
161
159
  __kind: "Btc";
160
+ }, {
162
161
  value: {
163
- __kind: "P2PKH";
164
162
  value: string;
163
+ __kind: "P2PKH";
165
164
  } | {
166
- __kind: "P2SH";
167
165
  value: string;
166
+ __kind: "P2SH";
168
167
  } | {
169
- __kind: "P2WPKH";
170
168
  value: string;
169
+ __kind: "P2WPKH";
171
170
  } | {
172
- __kind: "P2WSH";
173
171
  value: string;
172
+ __kind: "P2WSH";
174
173
  } | {
175
- __kind: "Taproot";
176
174
  value: string;
175
+ __kind: "Taproot";
177
176
  } | {
178
- __kind: "OtherSegwit";
179
177
  value: {
180
178
  version: number;
181
179
  program: string;
182
180
  };
181
+ __kind: "OtherSegwit";
183
182
  };
183
+ __kind: "Btc";
184
184
  }>]>>>;
185
185
  channelMetadata: z.ZodObject<{
186
186
  message: z.ZodEffects<z.ZodString, `0x${string}`, string>;
@@ -203,35 +203,35 @@ declare const swappingCcmDepositReceived: z.ZodObject<{
203
203
  cfParameters: `0x${string}`;
204
204
  };
205
205
  sourceAddress?: {
206
- __kind: "Eth";
207
206
  value: `0x${string}`;
207
+ __kind: "Eth";
208
208
  } | {
209
- __kind: "Dot";
210
209
  value: `0x${string}`;
210
+ __kind: "Dot";
211
211
  } | {
212
- __kind: "Btc";
213
212
  value: {
214
- __kind: "P2PKH";
215
213
  value: `0x${string}`;
214
+ __kind: "P2PKH";
216
215
  } | {
217
- __kind: "P2SH";
218
216
  value: `0x${string}`;
217
+ __kind: "P2SH";
219
218
  } | {
220
- __kind: "P2WPKH";
221
219
  value: `0x${string}`;
220
+ __kind: "P2WPKH";
222
221
  } | {
223
- __kind: "P2WSH";
224
222
  value: `0x${string}`;
223
+ __kind: "P2WSH";
225
224
  } | {
226
- __kind: "Taproot";
227
225
  value: `0x${string}`;
226
+ __kind: "Taproot";
228
227
  } | {
229
- __kind: "OtherSegwit";
230
228
  value: {
231
229
  version: number;
232
230
  program: `0x${string}`;
233
231
  };
232
+ __kind: "OtherSegwit";
234
233
  };
234
+ __kind: "Btc";
235
235
  } | null | undefined;
236
236
  }, {
237
237
  sourceChain: {
@@ -243,49 +243,49 @@ declare const swappingCcmDepositReceived: z.ZodObject<{
243
243
  cfParameters: string;
244
244
  };
245
245
  sourceAddress?: {
246
- __kind: "Eth";
247
246
  value: string;
247
+ __kind: "Eth";
248
248
  } | {
249
- __kind: "Dot";
250
249
  value: string;
250
+ __kind: "Dot";
251
251
  } | {
252
- __kind: "Btc";
253
252
  value: {
254
- __kind: "P2PKH";
255
253
  value: string;
254
+ __kind: "P2PKH";
256
255
  } | {
257
- __kind: "P2SH";
258
256
  value: string;
257
+ __kind: "P2SH";
259
258
  } | {
260
- __kind: "P2WPKH";
261
259
  value: string;
260
+ __kind: "P2WPKH";
262
261
  } | {
263
- __kind: "P2WSH";
264
262
  value: string;
263
+ __kind: "P2WSH";
265
264
  } | {
266
- __kind: "Taproot";
267
265
  value: string;
266
+ __kind: "Taproot";
268
267
  } | {
269
- __kind: "OtherSegwit";
270
268
  value: {
271
269
  version: number;
272
270
  program: string;
273
271
  };
272
+ __kind: "OtherSegwit";
274
273
  };
274
+ __kind: "Btc";
275
275
  } | null | undefined;
276
276
  }>;
277
277
  }, "strip", z.ZodTypeAny, {
278
278
  ccmId: bigint;
279
279
  depositAmount: bigint;
280
280
  destinationAddress: {
281
- __kind: "Eth";
282
281
  value: `0x${string}`;
282
+ __kind: "Eth";
283
283
  } | {
284
- __kind: "Dot";
285
284
  value: `0x${string}`;
285
+ __kind: "Dot";
286
286
  } | {
287
- __kind: "Btc";
288
287
  value: `0x${string}`;
288
+ __kind: "Btc";
289
289
  };
290
290
  depositMetadata: {
291
291
  sourceChain: "Ethereum" | "Polkadot" | "Bitcoin";
@@ -295,35 +295,35 @@ declare const swappingCcmDepositReceived: z.ZodObject<{
295
295
  cfParameters: `0x${string}`;
296
296
  };
297
297
  sourceAddress?: {
298
- __kind: "Eth";
299
298
  value: `0x${string}`;
299
+ __kind: "Eth";
300
300
  } | {
301
- __kind: "Dot";
302
301
  value: `0x${string}`;
302
+ __kind: "Dot";
303
303
  } | {
304
- __kind: "Btc";
305
304
  value: {
306
- __kind: "P2PKH";
307
305
  value: `0x${string}`;
306
+ __kind: "P2PKH";
308
307
  } | {
309
- __kind: "P2SH";
310
308
  value: `0x${string}`;
309
+ __kind: "P2SH";
311
310
  } | {
312
- __kind: "P2WPKH";
313
311
  value: `0x${string}`;
312
+ __kind: "P2WPKH";
314
313
  } | {
315
- __kind: "P2WSH";
316
314
  value: `0x${string}`;
315
+ __kind: "P2WSH";
317
316
  } | {
318
- __kind: "Taproot";
319
317
  value: `0x${string}`;
318
+ __kind: "Taproot";
320
319
  } | {
321
- __kind: "OtherSegwit";
322
320
  value: {
323
321
  version: number;
324
322
  program: `0x${string}`;
325
323
  };
324
+ __kind: "OtherSegwit";
326
325
  };
326
+ __kind: "Btc";
327
327
  } | null | undefined;
328
328
  };
329
329
  principalSwapId?: bigint | null | undefined;
@@ -332,14 +332,14 @@ declare const swappingCcmDepositReceived: z.ZodObject<{
332
332
  ccmId: string | number;
333
333
  depositAmount: string | number;
334
334
  destinationAddress: {
335
- __kind: "Eth";
336
335
  value: string;
336
+ __kind: "Eth";
337
337
  } | {
338
- __kind: "Dot";
339
338
  value: string;
339
+ __kind: "Dot";
340
340
  } | {
341
- __kind: "Btc";
342
341
  value: string;
342
+ __kind: "Btc";
343
343
  };
344
344
  depositMetadata: {
345
345
  sourceChain: {
@@ -351,35 +351,35 @@ declare const swappingCcmDepositReceived: z.ZodObject<{
351
351
  cfParameters: string;
352
352
  };
353
353
  sourceAddress?: {
354
- __kind: "Eth";
355
354
  value: string;
355
+ __kind: "Eth";
356
356
  } | {
357
- __kind: "Dot";
358
357
  value: string;
358
+ __kind: "Dot";
359
359
  } | {
360
- __kind: "Btc";
361
360
  value: {
362
- __kind: "P2PKH";
363
361
  value: string;
362
+ __kind: "P2PKH";
364
363
  } | {
365
- __kind: "P2SH";
366
364
  value: string;
365
+ __kind: "P2SH";
367
366
  } | {
368
- __kind: "P2WPKH";
369
367
  value: string;
368
+ __kind: "P2WPKH";
370
369
  } | {
371
- __kind: "P2WSH";
372
370
  value: string;
371
+ __kind: "P2WSH";
373
372
  } | {
374
- __kind: "Taproot";
375
373
  value: string;
374
+ __kind: "Taproot";
376
375
  } | {
377
- __kind: "OtherSegwit";
378
376
  value: {
379
377
  version: number;
380
378
  program: string;
381
379
  };
380
+ __kind: "OtherSegwit";
382
381
  };
382
+ __kind: "Btc";
383
383
  } | null | undefined;
384
384
  };
385
385
  principalSwapId?: string | number | null | undefined;