@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
@@ -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
- __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
  }>, z.ZodObject<{
36
36
  __kind: z.ZodLiteral<"Arb">;
37
37
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
38
38
  }, "strip", z.ZodTypeAny, {
39
- __kind: "Arb";
40
39
  value: `0x${string}`;
41
- }, {
42
40
  __kind: "Arb";
41
+ }, {
43
42
  value: string;
43
+ __kind: "Arb";
44
44
  }>]>;
45
45
  depositMetadata: z.ZodObject<{
46
46
  sourceChain: z.ZodEffects<z.ZodObject<{
@@ -56,149 +56,133 @@ 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
- __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.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
- __kind: "P2PKH";
80
79
  value: `0x${string}`;
81
- }, {
82
80
  __kind: "P2PKH";
81
+ }, {
83
82
  value: string;
83
+ __kind: "P2PKH";
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
- __kind: "P2SH";
89
88
  value: `0x${string}`;
90
- }, {
91
89
  __kind: "P2SH";
90
+ }, {
92
91
  value: string;
92
+ __kind: "P2SH";
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
- __kind: "P2WPKH";
98
97
  value: `0x${string}`;
99
- }, {
100
98
  __kind: "P2WPKH";
99
+ }, {
101
100
  value: string;
101
+ __kind: "P2WPKH";
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
- __kind: "P2WSH";
107
106
  value: `0x${string}`;
108
- }, {
109
107
  __kind: "P2WSH";
108
+ }, {
110
109
  value: string;
110
+ __kind: "P2WSH";
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
- __kind: "Taproot";
116
115
  value: `0x${string}`;
117
- }, {
118
116
  __kind: "Taproot";
117
+ }, {
119
118
  value: string;
119
+ __kind: "Taproot";
120
120
  }>, z.ZodObject<{
121
121
  __kind: z.ZodLiteral<"OtherSegwit">;
122
- value: z.ZodObject<{
123
- version: z.ZodNumber;
124
- program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
125
- }, "strip", z.ZodTypeAny, {
126
- version: number;
127
- program: `0x${string}`;
128
- }, {
129
- version: number;
130
- program: string;
131
- }>;
122
+ version: z.ZodNumber;
123
+ program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
132
124
  }, "strip", z.ZodTypeAny, {
133
125
  __kind: "OtherSegwit";
134
- value: {
135
- version: number;
136
- program: `0x${string}`;
137
- };
126
+ version: number;
127
+ program: `0x${string}`;
138
128
  }, {
139
129
  __kind: "OtherSegwit";
140
- value: {
141
- version: number;
142
- program: string;
143
- };
130
+ version: number;
131
+ program: string;
144
132
  }>]>;
145
133
  }, "strip", z.ZodTypeAny, {
146
- __kind: "Btc";
147
134
  value: {
148
- __kind: "P2PKH";
149
135
  value: `0x${string}`;
136
+ __kind: "P2PKH";
150
137
  } | {
151
- __kind: "P2SH";
152
138
  value: `0x${string}`;
139
+ __kind: "P2SH";
153
140
  } | {
154
- __kind: "P2WPKH";
155
141
  value: `0x${string}`;
142
+ __kind: "P2WPKH";
156
143
  } | {
157
- __kind: "P2WSH";
158
144
  value: `0x${string}`;
145
+ __kind: "P2WSH";
159
146
  } | {
160
- __kind: "Taproot";
161
147
  value: `0x${string}`;
148
+ __kind: "Taproot";
162
149
  } | {
163
150
  __kind: "OtherSegwit";
164
- value: {
165
- version: number;
166
- program: `0x${string}`;
167
- };
151
+ version: number;
152
+ program: `0x${string}`;
168
153
  };
169
- }, {
170
154
  __kind: "Btc";
155
+ }, {
171
156
  value: {
172
- __kind: "P2PKH";
173
157
  value: string;
158
+ __kind: "P2PKH";
174
159
  } | {
175
- __kind: "P2SH";
176
160
  value: string;
161
+ __kind: "P2SH";
177
162
  } | {
178
- __kind: "P2WPKH";
179
163
  value: string;
164
+ __kind: "P2WPKH";
180
165
  } | {
181
- __kind: "P2WSH";
182
166
  value: string;
167
+ __kind: "P2WSH";
183
168
  } | {
184
- __kind: "Taproot";
185
169
  value: string;
170
+ __kind: "Taproot";
186
171
  } | {
187
172
  __kind: "OtherSegwit";
188
- value: {
189
- version: number;
190
- program: string;
191
- };
173
+ version: number;
174
+ program: string;
192
175
  };
176
+ __kind: "Btc";
193
177
  }>, z.ZodObject<{
194
178
  __kind: z.ZodLiteral<"Arb">;
195
179
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
196
180
  }, "strip", z.ZodTypeAny, {
197
- __kind: "Arb";
198
181
  value: `0x${string}`;
199
- }, {
200
182
  __kind: "Arb";
183
+ }, {
201
184
  value: string;
185
+ __kind: "Arb";
202
186
  }>]>>>;
203
187
  channelMetadata: z.ZodObject<{
204
188
  message: z.ZodEffects<z.ZodString, `0x${string}`, string>;
@@ -221,38 +205,36 @@ declare const swappingCcmDepositReceived: z.ZodObject<{
221
205
  cfParameters: `0x${string}`;
222
206
  };
223
207
  sourceAddress?: {
224
- __kind: "Eth";
225
208
  value: `0x${string}`;
209
+ __kind: "Eth";
226
210
  } | {
227
- __kind: "Dot";
228
211
  value: `0x${string}`;
212
+ __kind: "Dot";
229
213
  } | {
230
- __kind: "Btc";
231
214
  value: {
232
- __kind: "P2PKH";
233
215
  value: `0x${string}`;
216
+ __kind: "P2PKH";
234
217
  } | {
235
- __kind: "P2SH";
236
218
  value: `0x${string}`;
219
+ __kind: "P2SH";
237
220
  } | {
238
- __kind: "P2WPKH";
239
221
  value: `0x${string}`;
222
+ __kind: "P2WPKH";
240
223
  } | {
241
- __kind: "P2WSH";
242
224
  value: `0x${string}`;
225
+ __kind: "P2WSH";
243
226
  } | {
244
- __kind: "Taproot";
245
227
  value: `0x${string}`;
228
+ __kind: "Taproot";
246
229
  } | {
247
230
  __kind: "OtherSegwit";
248
- value: {
249
- version: number;
250
- program: `0x${string}`;
251
- };
231
+ version: number;
232
+ program: `0x${string}`;
252
233
  };
234
+ __kind: "Btc";
253
235
  } | {
254
- __kind: "Arb";
255
236
  value: `0x${string}`;
237
+ __kind: "Arb";
256
238
  } | null | undefined;
257
239
  }, {
258
240
  sourceChain: {
@@ -264,53 +246,53 @@ declare const swappingCcmDepositReceived: z.ZodObject<{
264
246
  cfParameters: string;
265
247
  };
266
248
  sourceAddress?: {
267
- __kind: "Eth";
268
249
  value: string;
250
+ __kind: "Eth";
269
251
  } | {
270
- __kind: "Dot";
271
252
  value: string;
253
+ __kind: "Dot";
272
254
  } | {
273
- __kind: "Btc";
274
255
  value: {
275
- __kind: "P2PKH";
276
256
  value: string;
257
+ __kind: "P2PKH";
277
258
  } | {
278
- __kind: "P2SH";
279
259
  value: string;
260
+ __kind: "P2SH";
280
261
  } | {
281
- __kind: "P2WPKH";
282
262
  value: string;
263
+ __kind: "P2WPKH";
283
264
  } | {
284
- __kind: "P2WSH";
285
265
  value: string;
266
+ __kind: "P2WSH";
286
267
  } | {
287
- __kind: "Taproot";
288
268
  value: string;
269
+ __kind: "Taproot";
289
270
  } | {
290
271
  __kind: "OtherSegwit";
291
- value: {
292
- version: number;
293
- program: string;
294
- };
272
+ version: number;
273
+ program: string;
295
274
  };
275
+ __kind: "Btc";
296
276
  } | {
297
- __kind: "Arb";
298
277
  value: string;
278
+ __kind: "Arb";
299
279
  } | null | undefined;
300
280
  }>;
301
281
  }, "strip", z.ZodTypeAny, {
282
+ ccmId: bigint;
283
+ depositAmount: bigint;
302
284
  destinationAddress: {
303
- __kind: "Eth";
304
285
  value: `0x${string}`;
286
+ __kind: "Eth";
305
287
  } | {
306
- __kind: "Dot";
307
288
  value: `0x${string}`;
289
+ __kind: "Dot";
308
290
  } | {
309
- __kind: "Btc";
310
291
  value: `0x${string}`;
292
+ __kind: "Btc";
311
293
  } | {
312
- __kind: "Arb";
313
294
  value: `0x${string}`;
295
+ __kind: "Arb";
314
296
  };
315
297
  depositMetadata: {
316
298
  sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum";
@@ -320,57 +302,55 @@ declare const swappingCcmDepositReceived: z.ZodObject<{
320
302
  cfParameters: `0x${string}`;
321
303
  };
322
304
  sourceAddress?: {
323
- __kind: "Eth";
324
305
  value: `0x${string}`;
306
+ __kind: "Eth";
325
307
  } | {
326
- __kind: "Dot";
327
308
  value: `0x${string}`;
309
+ __kind: "Dot";
328
310
  } | {
329
- __kind: "Btc";
330
311
  value: {
331
- __kind: "P2PKH";
332
312
  value: `0x${string}`;
313
+ __kind: "P2PKH";
333
314
  } | {
334
- __kind: "P2SH";
335
315
  value: `0x${string}`;
316
+ __kind: "P2SH";
336
317
  } | {
337
- __kind: "P2WPKH";
338
318
  value: `0x${string}`;
319
+ __kind: "P2WPKH";
339
320
  } | {
340
- __kind: "P2WSH";
341
321
  value: `0x${string}`;
322
+ __kind: "P2WSH";
342
323
  } | {
343
- __kind: "Taproot";
344
324
  value: `0x${string}`;
325
+ __kind: "Taproot";
345
326
  } | {
346
327
  __kind: "OtherSegwit";
347
- value: {
348
- version: number;
349
- program: `0x${string}`;
350
- };
328
+ version: number;
329
+ program: `0x${string}`;
351
330
  };
331
+ __kind: "Btc";
352
332
  } | {
353
- __kind: "Arb";
354
333
  value: `0x${string}`;
334
+ __kind: "Arb";
355
335
  } | null | undefined;
356
336
  };
357
- ccmId: bigint;
358
- depositAmount: bigint;
359
337
  principalSwapId?: bigint | null | undefined;
360
338
  gasSwapId?: bigint | null | undefined;
361
339
  }, {
340
+ ccmId: string | number;
341
+ depositAmount: string | number;
362
342
  destinationAddress: {
363
- __kind: "Eth";
364
343
  value: string;
344
+ __kind: "Eth";
365
345
  } | {
366
- __kind: "Dot";
367
346
  value: string;
347
+ __kind: "Dot";
368
348
  } | {
369
- __kind: "Btc";
370
349
  value: string;
350
+ __kind: "Btc";
371
351
  } | {
372
- __kind: "Arb";
373
352
  value: string;
353
+ __kind: "Arb";
374
354
  };
375
355
  depositMetadata: {
376
356
  sourceChain: {
@@ -382,42 +362,38 @@ declare const swappingCcmDepositReceived: z.ZodObject<{
382
362
  cfParameters: string;
383
363
  };
384
364
  sourceAddress?: {
385
- __kind: "Eth";
386
365
  value: string;
366
+ __kind: "Eth";
387
367
  } | {
388
- __kind: "Dot";
389
368
  value: string;
369
+ __kind: "Dot";
390
370
  } | {
391
- __kind: "Btc";
392
371
  value: {
393
- __kind: "P2PKH";
394
372
  value: string;
373
+ __kind: "P2PKH";
395
374
  } | {
396
- __kind: "P2SH";
397
375
  value: string;
376
+ __kind: "P2SH";
398
377
  } | {
399
- __kind: "P2WPKH";
400
378
  value: string;
379
+ __kind: "P2WPKH";
401
380
  } | {
402
- __kind: "P2WSH";
403
381
  value: string;
382
+ __kind: "P2WSH";
404
383
  } | {
405
- __kind: "Taproot";
406
384
  value: string;
385
+ __kind: "Taproot";
407
386
  } | {
408
387
  __kind: "OtherSegwit";
409
- value: {
410
- version: number;
411
- program: string;
412
- };
388
+ version: number;
389
+ program: string;
413
390
  };
391
+ __kind: "Btc";
414
392
  } | {
415
- __kind: "Arb";
416
393
  value: string;
394
+ __kind: "Arb";
417
395
  } | null | undefined;
418
396
  };
419
- ccmId: string | number;
420
- depositAmount: string | number;
421
397
  principalSwapId?: string | number | null | undefined;
422
398
  gasSwapId?: string | number | null | undefined;
423
399
  }>;