@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
@@ -2511,28 +2511,16 @@ declare const cfChainsBtcScriptPubkey: z.ZodUnion<[z.ZodObject<{
2511
2511
  __kind: "Taproot";
2512
2512
  }>, z.ZodObject<{
2513
2513
  __kind: z.ZodLiteral<"OtherSegwit">;
2514
- value: z.ZodObject<{
2515
- version: z.ZodNumber;
2516
- program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2517
- }, "strip", z.ZodTypeAny, {
2518
- version: number;
2519
- program: `0x${string}`;
2520
- }, {
2521
- version: number;
2522
- program: string;
2523
- }>;
2514
+ version: z.ZodNumber;
2515
+ program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2524
2516
  }, "strip", z.ZodTypeAny, {
2525
- value: {
2526
- version: number;
2527
- program: `0x${string}`;
2528
- };
2529
2517
  __kind: "OtherSegwit";
2518
+ version: number;
2519
+ program: `0x${string}`;
2530
2520
  }, {
2531
- value: {
2532
- version: number;
2533
- program: string;
2534
- };
2535
2521
  __kind: "OtherSegwit";
2522
+ version: number;
2523
+ program: string;
2536
2524
  }>]>;
2537
2525
  declare const cfChainsAddressEncodedAddress: z.ZodUnion<[z.ZodObject<{
2538
2526
  __kind: z.ZodLiteral<"Eth">;
@@ -2586,96 +2574,64 @@ declare const cfChainsCcmChannelMetadata: z.ZodObject<{
2586
2574
  }>;
2587
2575
  declare const cfChainsSwapOrigin: z.ZodUnion<[z.ZodObject<{
2588
2576
  __kind: z.ZodLiteral<"DepositChannel">;
2589
- value: z.ZodObject<{
2590
- depositAddress: z.ZodUnion<[z.ZodObject<{
2591
- __kind: z.ZodLiteral<"Eth">;
2592
- value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2593
- }, "strip", z.ZodTypeAny, {
2594
- value: `0x${string}`;
2595
- __kind: "Eth";
2596
- }, {
2597
- value: string;
2598
- __kind: "Eth";
2599
- }>, z.ZodObject<{
2600
- __kind: z.ZodLiteral<"Dot">;
2601
- value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2602
- }, "strip", z.ZodTypeAny, {
2603
- value: `0x${string}`;
2604
- __kind: "Dot";
2605
- }, {
2606
- value: string;
2607
- __kind: "Dot";
2608
- }>, z.ZodObject<{
2609
- __kind: z.ZodLiteral<"Btc">;
2610
- value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2611
- }, "strip", z.ZodTypeAny, {
2612
- value: `0x${string}`;
2613
- __kind: "Btc";
2614
- }, {
2615
- value: string;
2616
- __kind: "Btc";
2617
- }>]>;
2618
- channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
2619
- depositBlockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
2577
+ depositAddress: z.ZodUnion<[z.ZodObject<{
2578
+ __kind: z.ZodLiteral<"Eth">;
2579
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2620
2580
  }, "strip", z.ZodTypeAny, {
2621
- depositAddress: {
2622
- value: `0x${string}`;
2623
- __kind: "Eth";
2624
- } | {
2625
- value: `0x${string}`;
2626
- __kind: "Dot";
2627
- } | {
2628
- value: `0x${string}`;
2629
- __kind: "Btc";
2630
- };
2631
- channelId: bigint;
2632
- depositBlockHeight: bigint;
2581
+ value: `0x${string}`;
2582
+ __kind: "Eth";
2633
2583
  }, {
2634
- depositAddress: {
2635
- value: string;
2636
- __kind: "Eth";
2637
- } | {
2638
- value: string;
2639
- __kind: "Dot";
2640
- } | {
2641
- value: string;
2642
- __kind: "Btc";
2643
- };
2644
- channelId: string | number;
2645
- depositBlockHeight: string | number;
2646
- }>;
2584
+ value: string;
2585
+ __kind: "Eth";
2586
+ }>, z.ZodObject<{
2587
+ __kind: z.ZodLiteral<"Dot">;
2588
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2589
+ }, "strip", z.ZodTypeAny, {
2590
+ value: `0x${string}`;
2591
+ __kind: "Dot";
2592
+ }, {
2593
+ value: string;
2594
+ __kind: "Dot";
2595
+ }>, z.ZodObject<{
2596
+ __kind: z.ZodLiteral<"Btc">;
2597
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2598
+ }, "strip", z.ZodTypeAny, {
2599
+ value: `0x${string}`;
2600
+ __kind: "Btc";
2601
+ }, {
2602
+ value: string;
2603
+ __kind: "Btc";
2604
+ }>]>;
2605
+ channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
2606
+ depositBlockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
2647
2607
  }, "strip", z.ZodTypeAny, {
2648
- value: {
2649
- depositAddress: {
2650
- value: `0x${string}`;
2651
- __kind: "Eth";
2652
- } | {
2653
- value: `0x${string}`;
2654
- __kind: "Dot";
2655
- } | {
2656
- value: `0x${string}`;
2657
- __kind: "Btc";
2658
- };
2659
- channelId: bigint;
2660
- depositBlockHeight: bigint;
2661
- };
2662
2608
  __kind: "DepositChannel";
2663
- }, {
2664
- value: {
2665
- depositAddress: {
2666
- value: string;
2667
- __kind: "Eth";
2668
- } | {
2669
- value: string;
2670
- __kind: "Dot";
2671
- } | {
2672
- value: string;
2673
- __kind: "Btc";
2674
- };
2675
- channelId: string | number;
2676
- depositBlockHeight: string | number;
2609
+ depositAddress: {
2610
+ value: `0x${string}`;
2611
+ __kind: "Eth";
2612
+ } | {
2613
+ value: `0x${string}`;
2614
+ __kind: "Dot";
2615
+ } | {
2616
+ value: `0x${string}`;
2617
+ __kind: "Btc";
2677
2618
  };
2619
+ channelId: bigint;
2620
+ depositBlockHeight: bigint;
2621
+ }, {
2678
2622
  __kind: "DepositChannel";
2623
+ depositAddress: {
2624
+ value: string;
2625
+ __kind: "Eth";
2626
+ } | {
2627
+ value: string;
2628
+ __kind: "Dot";
2629
+ } | {
2630
+ value: string;
2631
+ __kind: "Btc";
2632
+ };
2633
+ channelId: string | number;
2634
+ depositBlockHeight: string | number;
2679
2635
  }>, z.ZodObject<{
2680
2636
  __kind: z.ZodLiteral<"Vault">;
2681
2637
  txHash: z.ZodEffects<z.ZodString, `0x${string}`, string>;
@@ -2753,28 +2709,16 @@ declare const cfChainsAddressForeignChainAddress: z.ZodUnion<[z.ZodObject<{
2753
2709
  __kind: "Taproot";
2754
2710
  }>, z.ZodObject<{
2755
2711
  __kind: z.ZodLiteral<"OtherSegwit">;
2756
- value: z.ZodObject<{
2757
- version: z.ZodNumber;
2758
- program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2759
- }, "strip", z.ZodTypeAny, {
2760
- version: number;
2761
- program: `0x${string}`;
2762
- }, {
2763
- version: number;
2764
- program: string;
2765
- }>;
2712
+ version: z.ZodNumber;
2713
+ program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2766
2714
  }, "strip", z.ZodTypeAny, {
2767
- value: {
2768
- version: number;
2769
- program: `0x${string}`;
2770
- };
2771
2715
  __kind: "OtherSegwit";
2716
+ version: number;
2717
+ program: `0x${string}`;
2772
2718
  }, {
2773
- value: {
2774
- version: number;
2775
- program: string;
2776
- };
2777
2719
  __kind: "OtherSegwit";
2720
+ version: number;
2721
+ program: string;
2778
2722
  }>]>;
2779
2723
  }, "strip", z.ZodTypeAny, {
2780
2724
  value: {
@@ -2793,11 +2737,9 @@ declare const cfChainsAddressForeignChainAddress: z.ZodUnion<[z.ZodObject<{
2793
2737
  value: `0x${string}`;
2794
2738
  __kind: "Taproot";
2795
2739
  } | {
2796
- value: {
2797
- version: number;
2798
- program: `0x${string}`;
2799
- };
2800
2740
  __kind: "OtherSegwit";
2741
+ version: number;
2742
+ program: `0x${string}`;
2801
2743
  };
2802
2744
  __kind: "Btc";
2803
2745
  }, {
@@ -2817,11 +2759,9 @@ declare const cfChainsAddressForeignChainAddress: z.ZodUnion<[z.ZodObject<{
2817
2759
  value: string;
2818
2760
  __kind: "Taproot";
2819
2761
  } | {
2820
- value: {
2821
- version: number;
2822
- program: string;
2823
- };
2824
2762
  __kind: "OtherSegwit";
2763
+ version: number;
2764
+ program: string;
2825
2765
  };
2826
2766
  __kind: "Btc";
2827
2767
  }>]>;
@@ -2894,28 +2834,16 @@ declare const palletCfSwappingSwapType: z.ZodUnion<[z.ZodObject<{
2894
2834
  __kind: "Taproot";
2895
2835
  }>, z.ZodObject<{
2896
2836
  __kind: z.ZodLiteral<"OtherSegwit">;
2897
- value: z.ZodObject<{
2898
- version: z.ZodNumber;
2899
- program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2900
- }, "strip", z.ZodTypeAny, {
2901
- version: number;
2902
- program: `0x${string}`;
2903
- }, {
2904
- version: number;
2905
- program: string;
2906
- }>;
2837
+ version: z.ZodNumber;
2838
+ program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2907
2839
  }, "strip", z.ZodTypeAny, {
2908
- value: {
2909
- version: number;
2910
- program: `0x${string}`;
2911
- };
2912
2840
  __kind: "OtherSegwit";
2841
+ version: number;
2842
+ program: `0x${string}`;
2913
2843
  }, {
2914
- value: {
2915
- version: number;
2916
- program: string;
2917
- };
2918
2844
  __kind: "OtherSegwit";
2845
+ version: number;
2846
+ program: string;
2919
2847
  }>]>;
2920
2848
  }, "strip", z.ZodTypeAny, {
2921
2849
  value: {
@@ -2934,11 +2862,9 @@ declare const palletCfSwappingSwapType: z.ZodUnion<[z.ZodObject<{
2934
2862
  value: `0x${string}`;
2935
2863
  __kind: "Taproot";
2936
2864
  } | {
2937
- value: {
2938
- version: number;
2939
- program: `0x${string}`;
2940
- };
2941
2865
  __kind: "OtherSegwit";
2866
+ version: number;
2867
+ program: `0x${string}`;
2942
2868
  };
2943
2869
  __kind: "Btc";
2944
2870
  }, {
@@ -2958,11 +2884,9 @@ declare const palletCfSwappingSwapType: z.ZodUnion<[z.ZodObject<{
2958
2884
  value: string;
2959
2885
  __kind: "Taproot";
2960
2886
  } | {
2961
- value: {
2962
- version: number;
2963
- program: string;
2964
- };
2965
2887
  __kind: "OtherSegwit";
2888
+ version: number;
2889
+ program: string;
2966
2890
  };
2967
2891
  __kind: "Btc";
2968
2892
  }>]>;
@@ -2990,11 +2914,9 @@ declare const palletCfSwappingSwapType: z.ZodUnion<[z.ZodObject<{
2990
2914
  value: `0x${string}`;
2991
2915
  __kind: "Taproot";
2992
2916
  } | {
2993
- value: {
2994
- version: number;
2995
- program: `0x${string}`;
2996
- };
2997
2917
  __kind: "OtherSegwit";
2918
+ version: number;
2919
+ program: `0x${string}`;
2998
2920
  };
2999
2921
  __kind: "Btc";
3000
2922
  };
@@ -3023,11 +2945,9 @@ declare const palletCfSwappingSwapType: z.ZodUnion<[z.ZodObject<{
3023
2945
  value: string;
3024
2946
  __kind: "Taproot";
3025
2947
  } | {
3026
- value: {
3027
- version: number;
3028
- program: string;
3029
- };
3030
2948
  __kind: "OtherSegwit";
2949
+ version: number;
2950
+ program: string;
3031
2951
  };
3032
2952
  __kind: "Btc";
3033
2953
  };
@@ -3137,28 +3057,16 @@ declare const cfChainsCcmDepositMetadata: z.ZodObject<{
3137
3057
  __kind: "Taproot";
3138
3058
  }>, z.ZodObject<{
3139
3059
  __kind: z.ZodLiteral<"OtherSegwit">;
3140
- value: z.ZodObject<{
3141
- version: z.ZodNumber;
3142
- program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3143
- }, "strip", z.ZodTypeAny, {
3144
- version: number;
3145
- program: `0x${string}`;
3146
- }, {
3147
- version: number;
3148
- program: string;
3149
- }>;
3060
+ version: z.ZodNumber;
3061
+ program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3150
3062
  }, "strip", z.ZodTypeAny, {
3151
- value: {
3152
- version: number;
3153
- program: `0x${string}`;
3154
- };
3155
3063
  __kind: "OtherSegwit";
3064
+ version: number;
3065
+ program: `0x${string}`;
3156
3066
  }, {
3157
- value: {
3158
- version: number;
3159
- program: string;
3160
- };
3161
3067
  __kind: "OtherSegwit";
3068
+ version: number;
3069
+ program: string;
3162
3070
  }>]>;
3163
3071
  }, "strip", z.ZodTypeAny, {
3164
3072
  value: {
@@ -3177,11 +3085,9 @@ declare const cfChainsCcmDepositMetadata: z.ZodObject<{
3177
3085
  value: `0x${string}`;
3178
3086
  __kind: "Taproot";
3179
3087
  } | {
3180
- value: {
3181
- version: number;
3182
- program: `0x${string}`;
3183
- };
3184
3088
  __kind: "OtherSegwit";
3089
+ version: number;
3090
+ program: `0x${string}`;
3185
3091
  };
3186
3092
  __kind: "Btc";
3187
3093
  }, {
@@ -3201,11 +3107,9 @@ declare const cfChainsCcmDepositMetadata: z.ZodObject<{
3201
3107
  value: string;
3202
3108
  __kind: "Taproot";
3203
3109
  } | {
3204
- value: {
3205
- version: number;
3206
- program: string;
3207
- };
3208
3110
  __kind: "OtherSegwit";
3111
+ version: number;
3112
+ program: string;
3209
3113
  };
3210
3114
  __kind: "Btc";
3211
3115
  }>]>>>;
@@ -3252,11 +3156,9 @@ declare const cfChainsCcmDepositMetadata: z.ZodObject<{
3252
3156
  value: `0x${string}`;
3253
3157
  __kind: "Taproot";
3254
3158
  } | {
3255
- value: {
3256
- version: number;
3257
- program: `0x${string}`;
3258
- };
3259
3159
  __kind: "OtherSegwit";
3160
+ version: number;
3161
+ program: `0x${string}`;
3260
3162
  };
3261
3163
  __kind: "Btc";
3262
3164
  } | null | undefined;
@@ -3292,11 +3194,9 @@ declare const cfChainsCcmDepositMetadata: z.ZodObject<{
3292
3194
  value: string;
3293
3195
  __kind: "Taproot";
3294
3196
  } | {
3295
- value: {
3296
- version: number;
3297
- program: string;
3298
- };
3299
3197
  __kind: "OtherSegwit";
3198
+ version: number;
3199
+ program: string;
3300
3200
  };
3301
3201
  __kind: "Btc";
3302
3202
  } | null | undefined;
@@ -3432,28 +3332,16 @@ declare const palletCfIngressEgressDepositWitnessBitcoin: z.ZodObject<{
3432
3332
  __kind: "Taproot";
3433
3333
  }>, z.ZodObject<{
3434
3334
  __kind: z.ZodLiteral<"OtherSegwit">;
3435
- value: z.ZodObject<{
3436
- version: z.ZodNumber;
3437
- program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3438
- }, "strip", z.ZodTypeAny, {
3439
- version: number;
3440
- program: `0x${string}`;
3441
- }, {
3442
- version: number;
3443
- program: string;
3444
- }>;
3335
+ version: z.ZodNumber;
3336
+ program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3445
3337
  }, "strip", z.ZodTypeAny, {
3446
- value: {
3447
- version: number;
3448
- program: `0x${string}`;
3449
- };
3450
3338
  __kind: "OtherSegwit";
3339
+ version: number;
3340
+ program: `0x${string}`;
3451
3341
  }, {
3452
- value: {
3453
- version: number;
3454
- program: string;
3455
- };
3456
3342
  __kind: "OtherSegwit";
3343
+ version: number;
3344
+ program: string;
3457
3345
  }>]>;
3458
3346
  asset: z.ZodEffects<z.ZodObject<{
3459
3347
  __kind: z.ZodEnum<["Btc"]>;
@@ -3492,11 +3380,9 @@ declare const palletCfIngressEgressDepositWitnessBitcoin: z.ZodObject<{
3492
3380
  value: `0x${string}`;
3493
3381
  __kind: "Taproot";
3494
3382
  } | {
3495
- value: {
3496
- version: number;
3497
- program: `0x${string}`;
3498
- };
3499
3383
  __kind: "OtherSegwit";
3384
+ version: number;
3385
+ program: `0x${string}`;
3500
3386
  };
3501
3387
  asset: "Btc";
3502
3388
  amount: bigint;
@@ -3521,11 +3407,9 @@ declare const palletCfIngressEgressDepositWitnessBitcoin: z.ZodObject<{
3521
3407
  value: string;
3522
3408
  __kind: "Taproot";
3523
3409
  } | {
3524
- value: {
3525
- version: number;
3526
- program: string;
3527
- };
3528
3410
  __kind: "OtherSegwit";
3411
+ version: number;
3412
+ program: string;
3529
3413
  };
3530
3414
  asset: {
3531
3415
  __kind: "Btc";
@@ -263,10 +263,7 @@ var cfChainsBtcScriptPubkey = z.union([
263
263
  z.object({ __kind: z.literal("P2WPKH"), value: hexString }),
264
264
  z.object({ __kind: z.literal("P2WSH"), value: hexString }),
265
265
  z.object({ __kind: z.literal("Taproot"), value: hexString }),
266
- z.object({
267
- __kind: z.literal("OtherSegwit"),
268
- value: z.object({ version: z.number(), program: hexString })
269
- })
266
+ z.object({ __kind: z.literal("OtherSegwit"), version: z.number(), program: hexString })
270
267
  ]);
271
268
  var cfChainsAddressEncodedAddress = z.union([
272
269
  z.object({ __kind: z.literal("Eth"), value: hexString }),
@@ -282,11 +279,9 @@ var cfChainsCcmChannelMetadata = z.object({
282
279
  var cfChainsSwapOrigin = z.union([
283
280
  z.object({
284
281
  __kind: z.literal("DepositChannel"),
285
- value: z.object({
286
- depositAddress: cfChainsAddressEncodedAddress,
287
- channelId: numberOrHex,
288
- depositBlockHeight: numberOrHex
289
- })
282
+ depositAddress: cfChainsAddressEncodedAddress,
283
+ channelId: numberOrHex,
284
+ depositBlockHeight: numberOrHex
290
285
  }),
291
286
  z.object({ __kind: z.literal("Vault"), txHash: hexString })
292
287
  ]);
@@ -4,11 +4,11 @@ declare const fundingBoundExecutorAddress: z.ZodObject<{
4
4
  accountId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
5
5
  address: z.ZodEffects<z.ZodString, `0x${string}`, string>;
6
6
  }, "strip", z.ZodTypeAny, {
7
- accountId: string;
8
7
  address: `0x${string}`;
9
- }, {
10
8
  accountId: string;
9
+ }, {
11
10
  address: string;
11
+ accountId: string;
12
12
  }>;
13
13
 
14
14
  export { fundingBoundExecutorAddress };
@@ -4,11 +4,11 @@ declare const fundingBoundExecutorAddress: z.ZodObject<{
4
4
  accountId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
5
5
  address: z.ZodEffects<z.ZodString, `0x${string}`, string>;
6
6
  }, "strip", z.ZodTypeAny, {
7
- accountId: string;
8
7
  address: `0x${string}`;
9
- }, {
10
8
  accountId: string;
9
+ }, {
11
10
  address: string;
11
+ accountId: string;
12
12
  }>;
13
13
 
14
14
  export { fundingBoundExecutorAddress };
@@ -4,11 +4,11 @@ declare const fundingBoundRedeemAddress: z.ZodObject<{
4
4
  accountId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
5
5
  address: z.ZodEffects<z.ZodString, `0x${string}`, string>;
6
6
  }, "strip", z.ZodTypeAny, {
7
- accountId: string;
8
7
  address: `0x${string}`;
9
- }, {
10
8
  accountId: string;
9
+ }, {
11
10
  address: string;
11
+ accountId: string;
12
12
  }>;
13
13
 
14
14
  export { fundingBoundRedeemAddress };
@@ -4,11 +4,11 @@ declare const fundingBoundRedeemAddress: z.ZodObject<{
4
4
  accountId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
5
5
  address: z.ZodEffects<z.ZodString, `0x${string}`, string>;
6
6
  }, "strip", z.ZodTypeAny, {
7
- accountId: string;
8
7
  address: `0x${string}`;
9
- }, {
10
8
  accountId: string;
9
+ }, {
11
10
  address: string;
11
+ accountId: string;
12
12
  }>;
13
13
 
14
14
  export { fundingBoundRedeemAddress };
@@ -5,12 +5,12 @@ declare const fundingFailedFundingAttempt: z.ZodObject<{
5
5
  withdrawalAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
6
6
  amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
7
7
  }, "strip", z.ZodTypeAny, {
8
- accountId: string;
9
8
  amount: bigint;
9
+ accountId: string;
10
10
  withdrawalAddress: `0x${string}`;
11
11
  }, {
12
- accountId: string;
13
12
  amount: string | number;
13
+ accountId: string;
14
14
  withdrawalAddress: string;
15
15
  }>;
16
16
 
@@ -5,12 +5,12 @@ declare const fundingFailedFundingAttempt: z.ZodObject<{
5
5
  withdrawalAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
6
6
  amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
7
7
  }, "strip", z.ZodTypeAny, {
8
- accountId: string;
9
8
  amount: bigint;
9
+ accountId: string;
10
10
  withdrawalAddress: `0x${string}`;
11
11
  }, {
12
- accountId: string;
13
12
  amount: string | number;
13
+ accountId: string;
14
14
  withdrawalAddress: string;
15
15
  }>;
16
16
 
@@ -6,13 +6,13 @@ declare const fundingFunded: z.ZodObject<{
6
6
  fundsAdded: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
7
7
  totalBalance: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
8
8
  }, "strip", z.ZodTypeAny, {
9
- accountId: string;
10
9
  txHash: `0x${string}`;
10
+ accountId: string;
11
11
  fundsAdded: bigint;
12
12
  totalBalance: bigint;
13
13
  }, {
14
- accountId: string;
15
14
  txHash: string;
15
+ accountId: string;
16
16
  fundsAdded: string | number;
17
17
  totalBalance: string | number;
18
18
  }>;
@@ -6,13 +6,13 @@ declare const fundingFunded: z.ZodObject<{
6
6
  fundsAdded: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
7
7
  totalBalance: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
8
8
  }, "strip", z.ZodTypeAny, {
9
- accountId: string;
10
9
  txHash: `0x${string}`;
10
+ accountId: string;
11
11
  fundsAdded: bigint;
12
12
  totalBalance: bigint;
13
13
  }, {
14
- accountId: string;
15
14
  txHash: string;
15
+ accountId: string;
16
16
  fundsAdded: string | number;
17
17
  totalBalance: string | number;
18
18
  }>;
@@ -6,14 +6,14 @@ declare const fundingRedemptionRequested: z.ZodObject<{
6
6
  broadcastId: z.ZodNumber;
7
7
  expiryTime: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
8
8
  }, "strip", z.ZodTypeAny, {
9
- accountId: string;
10
9
  broadcastId: number;
11
10
  amount: bigint;
11
+ accountId: string;
12
12
  expiryTime: bigint;
13
13
  }, {
14
- accountId: string;
15
14
  broadcastId: number;
16
15
  amount: string | number;
16
+ accountId: string;
17
17
  expiryTime: string | number;
18
18
  }>;
19
19
 
@@ -6,14 +6,14 @@ declare const fundingRedemptionRequested: z.ZodObject<{
6
6
  broadcastId: z.ZodNumber;
7
7
  expiryTime: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
8
8
  }, "strip", z.ZodTypeAny, {
9
- accountId: string;
10
9
  broadcastId: number;
11
10
  amount: bigint;
11
+ accountId: string;
12
12
  expiryTime: bigint;
13
13
  }, {
14
- accountId: string;
15
14
  broadcastId: number;
16
15
  amount: string | number;
16
+ accountId: string;
17
17
  expiryTime: string | number;
18
18
  }>;
19
19