@chainflip/processor 1.4.6 → 1.4.7

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 (219) hide show
  1. package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.d.cts +10 -26
  2. package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.d.ts +10 -26
  3. package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.d.cts +10 -26
  4. package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.d.ts +10 -26
  5. package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.cts +4 -4
  6. package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.ts +4 -4
  7. package/dist/100/bitcoinIngressEgress/depositIgnored.d.cts +10 -26
  8. package/dist/100/bitcoinIngressEgress/depositIgnored.d.ts +10 -26
  9. package/dist/100/bitcoinIngressEgress/depositReceived.d.cts +10 -26
  10. package/dist/100/bitcoinIngressEgress/depositReceived.d.ts +10 -26
  11. package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.cts +14 -34
  12. package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.ts +14 -34
  13. package/dist/100/bitcoinIngressEgress/egressScheduled.d.cts +10 -26
  14. package/dist/100/bitcoinIngressEgress/egressScheduled.d.ts +10 -26
  15. package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.cts +10 -26
  16. package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.ts +10 -26
  17. package/dist/100/common.cjs +4 -9
  18. package/dist/100/common.d.cts +106 -222
  19. package/dist/100/common.d.ts +106 -222
  20. package/dist/100/common.mjs +4 -9
  21. package/dist/100/funding/boundExecutorAddress.d.cts +2 -2
  22. package/dist/100/funding/boundExecutorAddress.d.ts +2 -2
  23. package/dist/100/funding/boundRedeemAddress.d.cts +2 -2
  24. package/dist/100/funding/boundRedeemAddress.d.ts +2 -2
  25. package/dist/100/funding/failedFundingAttempt.d.cts +2 -2
  26. package/dist/100/funding/failedFundingAttempt.d.ts +2 -2
  27. package/dist/100/funding/funded.d.cts +2 -2
  28. package/dist/100/funding/funded.d.ts +2 -2
  29. package/dist/100/funding/redemptionRequested.d.cts +2 -2
  30. package/dist/100/funding/redemptionRequested.d.ts +2 -2
  31. package/dist/100/liquidityPools/limitOrderUpdated.d.cts +8 -8
  32. package/dist/100/liquidityPools/limitOrderUpdated.d.ts +8 -8
  33. package/dist/100/liquidityPools/rangeOrderUpdated.d.cts +8 -8
  34. package/dist/100/liquidityPools/rangeOrderUpdated.d.ts +8 -8
  35. package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.cts +14 -34
  36. package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.ts +14 -34
  37. package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.cts +16 -16
  38. package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.ts +16 -16
  39. package/dist/100/polkadotIngressEgress/depositFetchesScheduled.d.cts +2 -2
  40. package/dist/100/polkadotIngressEgress/depositFetchesScheduled.d.ts +2 -2
  41. package/dist/100/polkadotIngressEgress/depositIgnored.d.cts +2 -2
  42. package/dist/100/polkadotIngressEgress/depositIgnored.d.ts +2 -2
  43. package/dist/100/polkadotIngressEgress/depositReceived.d.cts +2 -2
  44. package/dist/100/polkadotIngressEgress/depositReceived.d.ts +2 -2
  45. package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.cts +20 -20
  46. package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.ts +20 -20
  47. package/dist/100/swapping/batchSwapFailed.d.cts +2 -2
  48. package/dist/100/swapping/batchSwapFailed.d.ts +2 -2
  49. package/dist/100/swapping/ccmDepositReceived.d.cts +88 -112
  50. package/dist/100/swapping/ccmDepositReceived.d.ts +88 -112
  51. package/dist/100/swapping/ccmFailed.d.cts +88 -112
  52. package/dist/100/swapping/ccmFailed.d.ts +88 -112
  53. package/dist/100/swapping/swapAmountTooLow.d.cts +88 -124
  54. package/dist/100/swapping/swapAmountTooLow.d.ts +88 -124
  55. package/dist/100/swapping/swapDepositAddressReady.d.cts +24 -24
  56. package/dist/100/swapping/swapDepositAddressReady.d.ts +24 -24
  57. package/dist/100/swapping/swapEgressScheduled.d.cts +4 -4
  58. package/dist/100/swapping/swapEgressScheduled.d.ts +4 -4
  59. package/dist/100/swapping/swapScheduled.d.cts +176 -236
  60. package/dist/100/swapping/swapScheduled.d.ts +176 -236
  61. package/dist/100/swapping/withdrawalRequested.d.cts +16 -16
  62. package/dist/100/swapping/withdrawalRequested.d.ts +16 -16
  63. package/dist/100/system/extrinsicFailed.d.cts +17 -17
  64. package/dist/100/system/extrinsicFailed.d.ts +17 -17
  65. package/dist/100/witnesser/witnessExecutionFailed.d.cts +2 -2
  66. package/dist/100/witnesser/witnessExecutionFailed.d.ts +2 -2
  67. package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.cts +10 -26
  68. package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.ts +10 -26
  69. package/dist/111/common.cjs +1 -4
  70. package/dist/111/common.d.cts +6 -18
  71. package/dist/111/common.d.ts +6 -18
  72. package/dist/111/common.mjs +1 -4
  73. package/dist/120/bitcoinIngressEgress/depositIgnored.d.cts +10 -26
  74. package/dist/120/bitcoinIngressEgress/depositIgnored.d.ts +10 -26
  75. package/dist/120/bitcoinIngressEgress/depositReceived.d.cts +20 -52
  76. package/dist/120/bitcoinIngressEgress/depositReceived.d.ts +20 -52
  77. package/dist/120/common.cjs +3 -5
  78. package/dist/120/common.d.cts +36 -96
  79. package/dist/120/common.d.ts +36 -96
  80. package/dist/120/common.mjs +3 -5
  81. package/dist/120/emissions/backupRewardsDistributed.d.cts +2 -2
  82. package/dist/120/emissions/backupRewardsDistributed.d.ts +2 -2
  83. package/dist/120/ethereumIngressEgress/depositReceived.d.cts +10 -26
  84. package/dist/120/ethereumIngressEgress/depositReceived.d.ts +10 -26
  85. package/dist/120/polkadotIngressEgress/depositReceived.d.cts +10 -26
  86. package/dist/120/polkadotIngressEgress/depositReceived.d.ts +10 -26
  87. package/dist/120/swapping/ccmFailed.d.cts +18 -42
  88. package/dist/120/swapping/ccmFailed.d.ts +18 -42
  89. package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +2 -2
  90. package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.ts +2 -2
  91. package/dist/131/bitcoinIngressEgress/depositIgnored.d.cts +10 -26
  92. package/dist/131/bitcoinIngressEgress/depositIgnored.d.ts +10 -26
  93. package/dist/131/bitcoinIngressEgress/depositReceived.d.cts +20 -52
  94. package/dist/131/bitcoinIngressEgress/depositReceived.d.ts +20 -52
  95. package/dist/131/bitcoinIngressEgress/depositWitnessRejected.d.cts +14 -34
  96. package/dist/131/bitcoinIngressEgress/depositWitnessRejected.d.ts +14 -34
  97. package/dist/131/common.cjs +6 -10
  98. package/dist/131/common.d.cts +110 -238
  99. package/dist/131/common.d.ts +110 -238
  100. package/dist/131/common.mjs +6 -10
  101. package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.cts +2 -2
  102. package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.ts +2 -2
  103. package/dist/131/ethereumIngressEgress/depositIgnored.d.cts +2 -2
  104. package/dist/131/ethereumIngressEgress/depositIgnored.d.ts +2 -2
  105. package/dist/131/ethereumIngressEgress/depositReceived.d.cts +12 -28
  106. package/dist/131/ethereumIngressEgress/depositReceived.d.ts +12 -28
  107. package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.cts +20 -20
  108. package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.ts +20 -20
  109. package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
  110. package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
  111. package/dist/131/liquidityPools/limitOrderUpdated.d.cts +8 -8
  112. package/dist/131/liquidityPools/limitOrderUpdated.d.ts +8 -8
  113. package/dist/131/liquidityPools/rangeOrderUpdated.d.cts +8 -8
  114. package/dist/131/liquidityPools/rangeOrderUpdated.d.ts +8 -8
  115. package/dist/131/liquidityProvider/accountCredited.d.cts +2 -2
  116. package/dist/131/liquidityProvider/accountCredited.d.ts +2 -2
  117. package/dist/131/liquidityProvider/accountDebited.d.cts +2 -2
  118. package/dist/131/liquidityProvider/accountDebited.d.ts +2 -2
  119. package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.cts +4 -4
  120. package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.ts +4 -4
  121. package/dist/131/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
  122. package/dist/131/liquidityProvider/liquidityDepositCredited.d.ts +2 -2
  123. package/dist/131/swapping/batchSwapFailed.d.cts +8 -8
  124. package/dist/131/swapping/batchSwapFailed.d.ts +8 -8
  125. package/dist/131/swapping/ccmFailed.d.cts +90 -150
  126. package/dist/131/swapping/ccmFailed.d.ts +90 -150
  127. package/dist/131/swapping/maximumSwapAmountSet.d.cts +6 -6
  128. package/dist/131/swapping/maximumSwapAmountSet.d.ts +6 -6
  129. package/dist/131/swapping/swapAmountConfiscated.d.cts +12 -12
  130. package/dist/131/swapping/swapAmountConfiscated.d.ts +12 -12
  131. package/dist/131/swapping/swapDepositAddressReady.d.cts +18 -18
  132. package/dist/131/swapping/swapDepositAddressReady.d.ts +18 -18
  133. package/dist/131/swapping/swapEgressIgnored.d.cts +12 -12
  134. package/dist/131/swapping/swapEgressIgnored.d.ts +12 -12
  135. package/dist/131/swapping/swapEgressScheduled.d.cts +8 -8
  136. package/dist/131/swapping/swapEgressScheduled.d.ts +8 -8
  137. package/dist/131/swapping/swapExecuted.d.cts +12 -12
  138. package/dist/131/swapping/swapExecuted.d.ts +12 -12
  139. package/dist/131/swapping/swapScheduled.d.cts +104 -164
  140. package/dist/131/swapping/swapScheduled.d.ts +104 -164
  141. package/dist/131/swapping/withdrawalRequested.d.cts +6 -6
  142. package/dist/131/swapping/withdrawalRequested.d.ts +6 -6
  143. package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.cts +16 -16
  144. package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.ts +16 -16
  145. package/dist/141/arbitrumIngressEgress/depositBoosted.d.cts +14 -30
  146. package/dist/141/arbitrumIngressEgress/depositBoosted.d.ts +14 -30
  147. package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.cts +2 -2
  148. package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.ts +2 -2
  149. package/dist/141/arbitrumIngressEgress/depositFinalised.d.cts +14 -30
  150. package/dist/141/arbitrumIngressEgress/depositFinalised.d.ts +14 -30
  151. package/dist/141/arbitrumIngressEgress/depositIgnored.d.cts +3 -3
  152. package/dist/141/arbitrumIngressEgress/depositIgnored.d.ts +3 -3
  153. package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.cts +22 -22
  154. package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.ts +22 -22
  155. package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
  156. package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
  157. package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
  158. package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
  159. package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.cts +4 -4
  160. package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.ts +4 -4
  161. package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.cts +4 -4
  162. package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.ts +4 -4
  163. package/dist/141/bitcoinIngressEgress/depositBoosted.d.cts +20 -52
  164. package/dist/141/bitcoinIngressEgress/depositBoosted.d.ts +20 -52
  165. package/dist/141/bitcoinIngressEgress/depositFinalised.d.cts +20 -52
  166. package/dist/141/bitcoinIngressEgress/depositFinalised.d.ts +20 -52
  167. package/dist/141/common.cjs +6 -10
  168. package/dist/141/common.d.cts +115 -233
  169. package/dist/141/common.d.ts +115 -233
  170. package/dist/141/common.mjs +6 -10
  171. package/dist/141/ethereumIngressEgress/depositBoosted.d.cts +10 -26
  172. package/dist/141/ethereumIngressEgress/depositBoosted.d.ts +10 -26
  173. package/dist/141/ethereumIngressEgress/depositFinalised.d.cts +10 -26
  174. package/dist/141/ethereumIngressEgress/depositFinalised.d.ts +10 -26
  175. package/dist/141/evmThresholdSigner/failureReportProcessed.d.cts +2 -2
  176. package/dist/141/evmThresholdSigner/failureReportProcessed.d.ts +2 -2
  177. package/dist/141/evmThresholdSigner/retryRequested.d.cts +2 -2
  178. package/dist/141/evmThresholdSigner/retryRequested.d.ts +2 -2
  179. package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
  180. package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
  181. package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
  182. package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.ts +2 -2
  183. package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
  184. package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.ts +2 -2
  185. package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
  186. package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.ts +2 -2
  187. package/dist/141/liquidityPools/limitOrderUpdated.d.cts +10 -10
  188. package/dist/141/liquidityPools/limitOrderUpdated.d.ts +10 -10
  189. package/dist/141/liquidityPools/rangeOrderUpdated.d.cts +10 -10
  190. package/dist/141/liquidityPools/rangeOrderUpdated.d.ts +10 -10
  191. package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.cts +14 -34
  192. package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.ts +14 -34
  193. package/dist/141/polkadotIngressEgress/depositBoosted.d.cts +10 -26
  194. package/dist/141/polkadotIngressEgress/depositBoosted.d.ts +10 -26
  195. package/dist/141/polkadotIngressEgress/depositFinalised.d.cts +10 -26
  196. package/dist/141/polkadotIngressEgress/depositFinalised.d.ts +10 -26
  197. package/dist/141/swapping/ccmDepositReceived.d.cts +102 -126
  198. package/dist/141/swapping/ccmDepositReceived.d.ts +102 -126
  199. package/dist/141/swapping/ccmFailed.d.cts +195 -261
  200. package/dist/141/swapping/ccmFailed.d.ts +195 -261
  201. package/dist/141/swapping/swapDepositAddressReady.d.cts +32 -32
  202. package/dist/141/swapping/swapDepositAddressReady.d.ts +32 -32
  203. package/dist/141/swapping/swapEgressIgnored.d.cts +24 -24
  204. package/dist/141/swapping/swapEgressIgnored.d.ts +24 -24
  205. package/dist/141/swapping/swapExecuted.d.cts +96 -120
  206. package/dist/141/swapping/swapExecuted.d.ts +96 -120
  207. package/dist/141/swapping/swapScheduled.d.cts +207 -273
  208. package/dist/141/swapping/swapScheduled.d.ts +207 -273
  209. package/dist/141/swapping/withdrawalRequested.d.cts +16 -16
  210. package/dist/141/swapping/withdrawalRequested.d.ts +16 -16
  211. package/dist/141/tokenholderGovernance/proposalEnacted.d.cts +8 -8
  212. package/dist/141/tokenholderGovernance/proposalEnacted.d.ts +8 -8
  213. package/dist/141/tokenholderGovernance/proposalPassed.d.cts +8 -8
  214. package/dist/141/tokenholderGovernance/proposalPassed.d.ts +8 -8
  215. package/dist/141/tokenholderGovernance/proposalRejected.d.cts +8 -8
  216. package/dist/141/tokenholderGovernance/proposalRejected.d.ts +8 -8
  217. package/dist/141/tokenholderGovernance/proposalSubmitted.d.cts +8 -8
  218. package/dist/141/tokenholderGovernance/proposalSubmitted.d.ts +8 -8
  219. package/package.json +1 -1
@@ -64,17 +64,17 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
64
64
  error: string;
65
65
  }>;
66
66
  }, "strip", z.ZodTypeAny, {
67
+ __kind: "Module";
67
68
  value: {
68
69
  index: number;
69
70
  error: `0x${string}`;
70
71
  };
71
- __kind: "Module";
72
72
  }, {
73
+ __kind: "Module";
73
74
  value: {
74
75
  index: number;
75
76
  error: string;
76
77
  };
77
- __kind: "Module";
78
78
  }>, z.ZodObject<{
79
79
  __kind: z.ZodLiteral<"ConsumerRemaining">;
80
80
  }, "strip", z.ZodTypeAny, {
@@ -105,13 +105,13 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
105
105
  __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
106
106
  }>;
107
107
  }, "strip", z.ZodTypeAny, {
108
- value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
109
108
  __kind: "Token";
109
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
110
110
  }, {
111
+ __kind: "Token";
111
112
  value: {
112
113
  __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
113
114
  };
114
- __kind: "Token";
115
115
  }>, z.ZodObject<{
116
116
  __kind: z.ZodLiteral<"Arithmetic">;
117
117
  value: z.ZodEffects<z.ZodObject<{
@@ -124,13 +124,13 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
124
124
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
125
125
  }>;
126
126
  }, "strip", z.ZodTypeAny, {
127
- value: "Underflow" | "Overflow" | "DivisionByZero";
128
127
  __kind: "Arithmetic";
128
+ value: "Underflow" | "Overflow" | "DivisionByZero";
129
129
  }, {
130
+ __kind: "Arithmetic";
130
131
  value: {
131
132
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
132
133
  };
133
- __kind: "Arithmetic";
134
134
  }>, z.ZodObject<{
135
135
  __kind: z.ZodLiteral<"Transactional">;
136
136
  value: z.ZodEffects<z.ZodObject<{
@@ -143,13 +143,13 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
143
143
  __kind: "LimitReached" | "NoLayer";
144
144
  }>;
145
145
  }, "strip", z.ZodTypeAny, {
146
- value: "LimitReached" | "NoLayer";
147
146
  __kind: "Transactional";
147
+ value: "LimitReached" | "NoLayer";
148
148
  }, {
149
+ __kind: "Transactional";
149
150
  value: {
150
151
  __kind: "LimitReached" | "NoLayer";
151
152
  };
152
- __kind: "Transactional";
153
153
  }>, z.ZodObject<{
154
154
  __kind: z.ZodLiteral<"Exhausted">;
155
155
  }, "strip", z.ZodTypeAny, {
@@ -176,6 +176,7 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
176
176
  __kind: "RootNotAllowed";
177
177
  }>]>;
178
178
  }, "strip", z.ZodTypeAny, {
179
+ __kind: "DispatchError";
179
180
  value: {
180
181
  __kind: "Other";
181
182
  } | {
@@ -183,11 +184,11 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
183
184
  } | {
184
185
  __kind: "BadOrigin";
185
186
  } | {
187
+ __kind: "Module";
186
188
  value: {
187
189
  index: number;
188
190
  error: `0x${string}`;
189
191
  };
190
- __kind: "Module";
191
192
  } | {
192
193
  __kind: "ConsumerRemaining";
193
194
  } | {
@@ -195,14 +196,14 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
195
196
  } | {
196
197
  __kind: "TooManyConsumers";
197
198
  } | {
198
- value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
199
199
  __kind: "Token";
200
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
200
201
  } | {
201
- value: "Underflow" | "Overflow" | "DivisionByZero";
202
202
  __kind: "Arithmetic";
203
+ value: "Underflow" | "Overflow" | "DivisionByZero";
203
204
  } | {
204
- value: "LimitReached" | "NoLayer";
205
205
  __kind: "Transactional";
206
+ value: "LimitReached" | "NoLayer";
206
207
  } | {
207
208
  __kind: "Exhausted";
208
209
  } | {
@@ -212,8 +213,8 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
212
213
  } | {
213
214
  __kind: "RootNotAllowed";
214
215
  };
215
- __kind: "DispatchError";
216
216
  }, {
217
+ __kind: "DispatchError";
217
218
  value: {
218
219
  __kind: "Other";
219
220
  } | {
@@ -221,11 +222,11 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
221
222
  } | {
222
223
  __kind: "BadOrigin";
223
224
  } | {
225
+ __kind: "Module";
224
226
  value: {
225
227
  index: number;
226
228
  error: string;
227
229
  };
228
- __kind: "Module";
229
230
  } | {
230
231
  __kind: "ConsumerRemaining";
231
232
  } | {
@@ -233,20 +234,20 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
233
234
  } | {
234
235
  __kind: "TooManyConsumers";
235
236
  } | {
237
+ __kind: "Token";
236
238
  value: {
237
239
  __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
238
240
  };
239
- __kind: "Token";
240
241
  } | {
242
+ __kind: "Arithmetic";
241
243
  value: {
242
244
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
243
245
  };
244
- __kind: "Arithmetic";
245
246
  } | {
247
+ __kind: "Transactional";
246
248
  value: {
247
249
  __kind: "LimitReached" | "NoLayer";
248
250
  };
249
- __kind: "Transactional";
250
251
  } | {
251
252
  __kind: "Exhausted";
252
253
  } | {
@@ -256,7 +257,6 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
256
257
  } | {
257
258
  __kind: "RootNotAllowed";
258
259
  };
259
- __kind: "DispatchError";
260
260
  }>]>;
261
261
  }, "strip", z.ZodTypeAny, {
262
262
  error: {
@@ -270,6 +270,7 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
270
270
  } | {
271
271
  __kind: "UtxoSelectionFailed";
272
272
  } | {
273
+ __kind: "DispatchError";
273
274
  value: {
274
275
  __kind: "Other";
275
276
  } | {
@@ -277,11 +278,11 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
277
278
  } | {
278
279
  __kind: "BadOrigin";
279
280
  } | {
281
+ __kind: "Module";
280
282
  value: {
281
283
  index: number;
282
284
  error: `0x${string}`;
283
285
  };
284
- __kind: "Module";
285
286
  } | {
286
287
  __kind: "ConsumerRemaining";
287
288
  } | {
@@ -289,14 +290,14 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
289
290
  } | {
290
291
  __kind: "TooManyConsumers";
291
292
  } | {
292
- value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
293
293
  __kind: "Token";
294
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
294
295
  } | {
295
- value: "Underflow" | "Overflow" | "DivisionByZero";
296
296
  __kind: "Arithmetic";
297
+ value: "Underflow" | "Overflow" | "DivisionByZero";
297
298
  } | {
298
- value: "LimitReached" | "NoLayer";
299
299
  __kind: "Transactional";
300
+ value: "LimitReached" | "NoLayer";
300
301
  } | {
301
302
  __kind: "Exhausted";
302
303
  } | {
@@ -306,7 +307,6 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
306
307
  } | {
307
308
  __kind: "RootNotAllowed";
308
309
  };
309
- __kind: "DispatchError";
310
310
  };
311
311
  }, {
312
312
  error: {
@@ -320,6 +320,7 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
320
320
  } | {
321
321
  __kind: "UtxoSelectionFailed";
322
322
  } | {
323
+ __kind: "DispatchError";
323
324
  value: {
324
325
  __kind: "Other";
325
326
  } | {
@@ -327,11 +328,11 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
327
328
  } | {
328
329
  __kind: "BadOrigin";
329
330
  } | {
331
+ __kind: "Module";
330
332
  value: {
331
333
  index: number;
332
334
  error: string;
333
335
  };
334
- __kind: "Module";
335
336
  } | {
336
337
  __kind: "ConsumerRemaining";
337
338
  } | {
@@ -339,20 +340,20 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
339
340
  } | {
340
341
  __kind: "TooManyConsumers";
341
342
  } | {
343
+ __kind: "Token";
342
344
  value: {
343
345
  __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
344
346
  };
345
- __kind: "Token";
346
347
  } | {
348
+ __kind: "Arithmetic";
347
349
  value: {
348
350
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
349
351
  };
350
- __kind: "Arithmetic";
351
352
  } | {
353
+ __kind: "Transactional";
352
354
  value: {
353
355
  __kind: "LimitReached" | "NoLayer";
354
356
  };
355
- __kind: "Transactional";
356
357
  } | {
357
358
  __kind: "Exhausted";
358
359
  } | {
@@ -362,7 +363,6 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
362
363
  } | {
363
364
  __kind: "RootNotAllowed";
364
365
  };
365
- __kind: "DispatchError";
366
366
  };
367
367
  }>;
368
368
 
@@ -14,16 +14,16 @@ declare const arbitrumIngressEgressInsufficientBoostLiquidity: z.ZodObject<{
14
14
  amountAttempted: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
15
15
  channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
16
16
  }, "strip", z.ZodTypeAny, {
17
+ asset: "ArbEth" | "ArbUsdc";
17
18
  channelId: bigint;
18
19
  prewitnessedDepositId: bigint;
19
- asset: "ArbEth" | "ArbUsdc";
20
20
  amountAttempted: bigint;
21
21
  }, {
22
- channelId: string | number;
23
- prewitnessedDepositId: string | number;
24
22
  asset: {
25
23
  __kind: "ArbEth" | "ArbUsdc";
26
24
  };
25
+ channelId: string | number;
26
+ prewitnessedDepositId: string | number;
27
27
  amountAttempted: string | number;
28
28
  }>;
29
29
 
@@ -14,16 +14,16 @@ declare const arbitrumIngressEgressInsufficientBoostLiquidity: z.ZodObject<{
14
14
  amountAttempted: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
15
15
  channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
16
16
  }, "strip", z.ZodTypeAny, {
17
+ asset: "ArbEth" | "ArbUsdc";
17
18
  channelId: bigint;
18
19
  prewitnessedDepositId: bigint;
19
- asset: "ArbEth" | "ArbUsdc";
20
20
  amountAttempted: bigint;
21
21
  }, {
22
- channelId: string | number;
23
- prewitnessedDepositId: string | number;
24
22
  asset: {
25
23
  __kind: "ArbEth" | "ArbUsdc";
26
24
  };
25
+ channelId: string | number;
26
+ prewitnessedDepositId: string | number;
27
27
  amountAttempted: string | number;
28
28
  }>;
29
29
 
@@ -14,16 +14,16 @@ declare const arbitrumIngressEgressTransferFallbackRequested: z.ZodObject<{
14
14
  destinationAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
15
15
  broadcastId: z.ZodNumber;
16
16
  }, "strip", z.ZodTypeAny, {
17
- broadcastId: number;
18
- amount: bigint;
19
17
  asset: "ArbEth" | "ArbUsdc";
18
+ amount: bigint;
19
+ broadcastId: number;
20
20
  destinationAddress: `0x${string}`;
21
21
  }, {
22
- broadcastId: number;
23
- amount: string | number;
24
22
  asset: {
25
23
  __kind: "ArbEth" | "ArbUsdc";
26
24
  };
25
+ amount: string | number;
26
+ broadcastId: number;
27
27
  destinationAddress: string;
28
28
  }>;
29
29
 
@@ -14,16 +14,16 @@ declare const arbitrumIngressEgressTransferFallbackRequested: z.ZodObject<{
14
14
  destinationAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
15
15
  broadcastId: z.ZodNumber;
16
16
  }, "strip", z.ZodTypeAny, {
17
- broadcastId: number;
18
- amount: bigint;
19
17
  asset: "ArbEth" | "ArbUsdc";
18
+ amount: bigint;
19
+ broadcastId: number;
20
20
  destinationAddress: `0x${string}`;
21
21
  }, {
22
- broadcastId: number;
23
- amount: string | number;
24
22
  asset: {
25
23
  __kind: "ArbEth" | "ArbUsdc";
26
24
  };
25
+ amount: string | number;
26
+ broadcastId: number;
27
27
  destinationAddress: string;
28
28
  }>;
29
29
 
@@ -153,7 +153,6 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
153
153
  __kind: "RootNotAllowed";
154
154
  }>]>;
155
155
  }, "strip", z.ZodTypeAny, {
156
- egressId: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum", bigint];
157
156
  error: {
158
157
  __kind: "Other";
159
158
  } | {
@@ -190,10 +189,8 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
190
189
  } | {
191
190
  __kind: "RootNotAllowed";
192
191
  };
192
+ egressId: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum", bigint];
193
193
  }, {
194
- egressId: [{
195
- __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum";
196
- }, string | number];
197
194
  error: {
198
195
  __kind: "Other";
199
196
  } | {
@@ -236,6 +233,9 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
236
233
  } | {
237
234
  __kind: "RootNotAllowed";
238
235
  };
236
+ egressId: [{
237
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum";
238
+ }, string | number];
239
239
  }>;
240
240
 
241
241
  export { bitcoinIngressEgressCcmEgressInvalid };
@@ -153,7 +153,6 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
153
153
  __kind: "RootNotAllowed";
154
154
  }>]>;
155
155
  }, "strip", z.ZodTypeAny, {
156
- egressId: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum", bigint];
157
156
  error: {
158
157
  __kind: "Other";
159
158
  } | {
@@ -190,10 +189,8 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
190
189
  } | {
191
190
  __kind: "RootNotAllowed";
192
191
  };
192
+ egressId: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum", bigint];
193
193
  }, {
194
- egressId: [{
195
- __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum";
196
- }, string | number];
197
194
  error: {
198
195
  __kind: "Other";
199
196
  } | {
@@ -236,6 +233,9 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
236
233
  } | {
237
234
  __kind: "RootNotAllowed";
238
235
  };
236
+ egressId: [{
237
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum";
238
+ }, string | number];
239
239
  }>;
240
240
 
241
241
  export { bitcoinIngressEgressCcmEgressInvalid };
@@ -48,28 +48,16 @@ declare const bitcoinIngressEgressDepositBoosted: z.ZodObject<{
48
48
  __kind: "Taproot";
49
49
  }>, z.ZodObject<{
50
50
  __kind: z.ZodLiteral<"OtherSegwit">;
51
- value: z.ZodObject<{
52
- version: z.ZodNumber;
53
- program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
54
- }, "strip", z.ZodTypeAny, {
55
- version: number;
56
- program: `0x${string}`;
57
- }, {
58
- version: number;
59
- program: string;
60
- }>;
51
+ version: z.ZodNumber;
52
+ program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
61
53
  }, "strip", z.ZodTypeAny, {
62
- value: {
63
- version: number;
64
- program: `0x${string}`;
65
- };
66
54
  __kind: "OtherSegwit";
55
+ version: number;
56
+ program: `0x${string}`;
67
57
  }, {
68
- value: {
69
- version: number;
70
- program: string;
71
- };
72
58
  __kind: "OtherSegwit";
59
+ version: number;
60
+ program: string;
73
61
  }>]>;
74
62
  asset: z.ZodEffects<z.ZodObject<{
75
63
  __kind: z.ZodEnum<["Btc"]>;
@@ -115,28 +103,16 @@ declare const bitcoinIngressEgressDepositBoosted: z.ZodObject<{
115
103
  lpAccount: string;
116
104
  }>, z.ZodObject<{
117
105
  __kind: z.ZodLiteral<"CcmTransfer">;
118
- value: z.ZodObject<{
119
- principalSwapId: 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>>>;
120
- gasSwapId: 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>>>;
121
- }, "strip", z.ZodTypeAny, {
122
- principalSwapId?: bigint | null | undefined;
123
- gasSwapId?: bigint | null | undefined;
124
- }, {
125
- principalSwapId?: string | number | null | undefined;
126
- gasSwapId?: string | number | null | undefined;
127
- }>;
106
+ principalSwapId: 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>>>;
107
+ gasSwapId: 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>>>;
128
108
  }, "strip", z.ZodTypeAny, {
129
- value: {
130
- principalSwapId?: bigint | null | undefined;
131
- gasSwapId?: bigint | null | undefined;
132
- };
133
109
  __kind: "CcmTransfer";
110
+ principalSwapId?: bigint | null | undefined;
111
+ gasSwapId?: bigint | null | undefined;
134
112
  }, {
135
- value: {
136
- principalSwapId?: string | number | null | undefined;
137
- gasSwapId?: string | number | null | undefined;
138
- };
139
113
  __kind: "CcmTransfer";
114
+ principalSwapId?: string | number | null | undefined;
115
+ gasSwapId?: string | number | null | undefined;
140
116
  }>, z.ZodObject<{
141
117
  __kind: z.ZodLiteral<"NoAction">;
142
118
  }, "strip", z.ZodTypeAny, {
@@ -170,11 +146,9 @@ declare const bitcoinIngressEgressDepositBoosted: z.ZodObject<{
170
146
  value: `0x${string}`;
171
147
  __kind: "Taproot";
172
148
  } | {
173
- value: {
174
- version: number;
175
- program: `0x${string}`;
176
- };
177
149
  __kind: "OtherSegwit";
150
+ version: number;
151
+ program: `0x${string}`;
178
152
  };
179
153
  channelId: bigint;
180
154
  prewitnessedDepositId: bigint;
@@ -193,11 +167,9 @@ declare const bitcoinIngressEgressDepositBoosted: z.ZodObject<{
193
167
  __kind: "LiquidityProvision";
194
168
  lpAccount: string;
195
169
  } | {
196
- value: {
197
- principalSwapId?: bigint | null | undefined;
198
- gasSwapId?: bigint | null | undefined;
199
- };
200
170
  __kind: "CcmTransfer";
171
+ principalSwapId?: bigint | null | undefined;
172
+ gasSwapId?: bigint | null | undefined;
201
173
  } | {
202
174
  __kind: "NoAction";
203
175
  } | {
@@ -221,11 +193,9 @@ declare const bitcoinIngressEgressDepositBoosted: z.ZodObject<{
221
193
  value: string;
222
194
  __kind: "Taproot";
223
195
  } | {
224
- value: {
225
- version: number;
226
- program: string;
227
- };
228
196
  __kind: "OtherSegwit";
197
+ version: number;
198
+ program: string;
229
199
  };
230
200
  channelId: string | number;
231
201
  prewitnessedDepositId: string | number;
@@ -246,11 +216,9 @@ declare const bitcoinIngressEgressDepositBoosted: z.ZodObject<{
246
216
  __kind: "LiquidityProvision";
247
217
  lpAccount: string;
248
218
  } | {
249
- value: {
250
- principalSwapId?: string | number | null | undefined;
251
- gasSwapId?: string | number | null | undefined;
252
- };
253
219
  __kind: "CcmTransfer";
220
+ principalSwapId?: string | number | null | undefined;
221
+ gasSwapId?: string | number | null | undefined;
254
222
  } | {
255
223
  __kind: "NoAction";
256
224
  } | {
@@ -48,28 +48,16 @@ declare const bitcoinIngressEgressDepositBoosted: z.ZodObject<{
48
48
  __kind: "Taproot";
49
49
  }>, z.ZodObject<{
50
50
  __kind: z.ZodLiteral<"OtherSegwit">;
51
- value: z.ZodObject<{
52
- version: z.ZodNumber;
53
- program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
54
- }, "strip", z.ZodTypeAny, {
55
- version: number;
56
- program: `0x${string}`;
57
- }, {
58
- version: number;
59
- program: string;
60
- }>;
51
+ version: z.ZodNumber;
52
+ program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
61
53
  }, "strip", z.ZodTypeAny, {
62
- value: {
63
- version: number;
64
- program: `0x${string}`;
65
- };
66
54
  __kind: "OtherSegwit";
55
+ version: number;
56
+ program: `0x${string}`;
67
57
  }, {
68
- value: {
69
- version: number;
70
- program: string;
71
- };
72
58
  __kind: "OtherSegwit";
59
+ version: number;
60
+ program: string;
73
61
  }>]>;
74
62
  asset: z.ZodEffects<z.ZodObject<{
75
63
  __kind: z.ZodEnum<["Btc"]>;
@@ -115,28 +103,16 @@ declare const bitcoinIngressEgressDepositBoosted: z.ZodObject<{
115
103
  lpAccount: string;
116
104
  }>, z.ZodObject<{
117
105
  __kind: z.ZodLiteral<"CcmTransfer">;
118
- value: z.ZodObject<{
119
- principalSwapId: 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>>>;
120
- gasSwapId: 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>>>;
121
- }, "strip", z.ZodTypeAny, {
122
- principalSwapId?: bigint | null | undefined;
123
- gasSwapId?: bigint | null | undefined;
124
- }, {
125
- principalSwapId?: string | number | null | undefined;
126
- gasSwapId?: string | number | null | undefined;
127
- }>;
106
+ principalSwapId: 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>>>;
107
+ gasSwapId: 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>>>;
128
108
  }, "strip", z.ZodTypeAny, {
129
- value: {
130
- principalSwapId?: bigint | null | undefined;
131
- gasSwapId?: bigint | null | undefined;
132
- };
133
109
  __kind: "CcmTransfer";
110
+ principalSwapId?: bigint | null | undefined;
111
+ gasSwapId?: bigint | null | undefined;
134
112
  }, {
135
- value: {
136
- principalSwapId?: string | number | null | undefined;
137
- gasSwapId?: string | number | null | undefined;
138
- };
139
113
  __kind: "CcmTransfer";
114
+ principalSwapId?: string | number | null | undefined;
115
+ gasSwapId?: string | number | null | undefined;
140
116
  }>, z.ZodObject<{
141
117
  __kind: z.ZodLiteral<"NoAction">;
142
118
  }, "strip", z.ZodTypeAny, {
@@ -170,11 +146,9 @@ declare const bitcoinIngressEgressDepositBoosted: z.ZodObject<{
170
146
  value: `0x${string}`;
171
147
  __kind: "Taproot";
172
148
  } | {
173
- value: {
174
- version: number;
175
- program: `0x${string}`;
176
- };
177
149
  __kind: "OtherSegwit";
150
+ version: number;
151
+ program: `0x${string}`;
178
152
  };
179
153
  channelId: bigint;
180
154
  prewitnessedDepositId: bigint;
@@ -193,11 +167,9 @@ declare const bitcoinIngressEgressDepositBoosted: z.ZodObject<{
193
167
  __kind: "LiquidityProvision";
194
168
  lpAccount: string;
195
169
  } | {
196
- value: {
197
- principalSwapId?: bigint | null | undefined;
198
- gasSwapId?: bigint | null | undefined;
199
- };
200
170
  __kind: "CcmTransfer";
171
+ principalSwapId?: bigint | null | undefined;
172
+ gasSwapId?: bigint | null | undefined;
201
173
  } | {
202
174
  __kind: "NoAction";
203
175
  } | {
@@ -221,11 +193,9 @@ declare const bitcoinIngressEgressDepositBoosted: z.ZodObject<{
221
193
  value: string;
222
194
  __kind: "Taproot";
223
195
  } | {
224
- value: {
225
- version: number;
226
- program: string;
227
- };
228
196
  __kind: "OtherSegwit";
197
+ version: number;
198
+ program: string;
229
199
  };
230
200
  channelId: string | number;
231
201
  prewitnessedDepositId: string | number;
@@ -246,11 +216,9 @@ declare const bitcoinIngressEgressDepositBoosted: z.ZodObject<{
246
216
  __kind: "LiquidityProvision";
247
217
  lpAccount: string;
248
218
  } | {
249
- value: {
250
- principalSwapId?: string | number | null | undefined;
251
- gasSwapId?: string | number | null | undefined;
252
- };
253
219
  __kind: "CcmTransfer";
220
+ principalSwapId?: string | number | null | undefined;
221
+ gasSwapId?: string | number | null | undefined;
254
222
  } | {
255
223
  __kind: "NoAction";
256
224
  } | {