@chainflip/processor 1.7.0 → 1.7.2

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 (319) hide show
  1. package/dist/100/funding/boundExecutorAddress.d.cts +2 -2
  2. package/dist/100/funding/boundExecutorAddress.d.ts +2 -2
  3. package/dist/100/funding/boundRedeemAddress.d.cts +2 -2
  4. package/dist/100/funding/boundRedeemAddress.d.ts +2 -2
  5. package/dist/100/funding/failedFundingAttempt.d.cts +2 -2
  6. package/dist/100/funding/failedFundingAttempt.d.ts +2 -2
  7. package/dist/100/funding/funded.d.cts +2 -2
  8. package/dist/100/funding/funded.d.ts +2 -2
  9. package/dist/100/funding/redemptionRequested.d.cts +2 -2
  10. package/dist/100/funding/redemptionRequested.d.ts +2 -2
  11. package/dist/100/liquidityPools/limitOrderUpdated.d.cts +8 -8
  12. package/dist/100/liquidityPools/limitOrderUpdated.d.ts +8 -8
  13. package/dist/100/liquidityPools/rangeOrderUpdated.d.cts +8 -8
  14. package/dist/100/liquidityPools/rangeOrderUpdated.d.ts +8 -8
  15. package/dist/100/swapping/batchSwapFailed.d.cts +8 -8
  16. package/dist/100/swapping/batchSwapFailed.d.ts +8 -8
  17. package/dist/100/swapping/ccmDepositReceived.d.cts +70 -70
  18. package/dist/100/swapping/ccmDepositReceived.d.ts +70 -70
  19. package/dist/100/swapping/ccmFailed.d.cts +70 -70
  20. package/dist/100/swapping/ccmFailed.d.ts +70 -70
  21. package/dist/100/swapping/minimumSwapAmountSet.d.cts +6 -6
  22. package/dist/100/swapping/minimumSwapAmountSet.d.ts +6 -6
  23. package/dist/100/swapping/swapAmountTooLow.d.cts +37 -37
  24. package/dist/100/swapping/swapAmountTooLow.d.ts +37 -37
  25. package/dist/100/swapping/swapDepositAddressReady.d.cts +42 -42
  26. package/dist/100/swapping/swapDepositAddressReady.d.ts +42 -42
  27. package/dist/100/swapping/swapEgressScheduled.d.cts +6 -6
  28. package/dist/100/swapping/swapEgressScheduled.d.ts +6 -6
  29. package/dist/100/swapping/swapExecuted.d.cts +12 -12
  30. package/dist/100/swapping/swapExecuted.d.ts +12 -12
  31. package/dist/100/swapping/swapScheduled.d.cts +109 -109
  32. package/dist/100/swapping/swapScheduled.d.ts +109 -109
  33. package/dist/100/swapping/withdrawalRequested.d.cts +12 -12
  34. package/dist/100/swapping/withdrawalRequested.d.ts +12 -12
  35. package/dist/100/witnesser/witnessExecutionFailed.d.cts +2 -2
  36. package/dist/100/witnesser/witnessExecutionFailed.d.ts +2 -2
  37. package/dist/120/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
  38. package/dist/120/liquidityProvider/liquidityDepositCredited.d.ts +2 -2
  39. package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.cts +4 -4
  40. package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.ts +4 -4
  41. package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +2 -2
  42. package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.ts +2 -2
  43. package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.cts +2 -2
  44. package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.ts +2 -2
  45. package/dist/141/bitcoinIngressEgress/depositBoosted.d.cts +4 -4
  46. package/dist/141/bitcoinIngressEgress/depositBoosted.d.ts +4 -4
  47. package/dist/141/bitcoinIngressEgress/depositFinalised.d.cts +4 -4
  48. package/dist/141/bitcoinIngressEgress/depositFinalised.d.ts +4 -4
  49. package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
  50. package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
  51. package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.cts +4 -4
  52. package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.ts +4 -4
  53. package/dist/150/assetBalances/refundScheduled.d.cts +52 -52
  54. package/dist/150/assetBalances/refundScheduled.d.ts +52 -52
  55. package/dist/150/assetBalances/refundSkipped.d.cts +70 -70
  56. package/dist/150/assetBalances/refundSkipped.d.ts +70 -70
  57. package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.cts +16 -16
  58. package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.ts +16 -16
  59. package/dist/150/ethereumIngressEgress/depositBoosted.d.cts +10 -10
  60. package/dist/150/ethereumIngressEgress/depositBoosted.d.ts +10 -10
  61. package/dist/150/ethereumIngressEgress/depositFinalised.d.cts +4 -4
  62. package/dist/150/ethereumIngressEgress/depositFinalised.d.ts +4 -4
  63. package/dist/150/ethereumIngressEgress/depositWitnessRejected.d.cts +16 -16
  64. package/dist/150/ethereumIngressEgress/depositWitnessRejected.d.ts +16 -16
  65. package/dist/150/solanaThresholdSigner/failureReportProcessed.d.cts +2 -2
  66. package/dist/150/solanaThresholdSigner/failureReportProcessed.d.ts +2 -2
  67. package/dist/150/solanaThresholdSigner/retryRequested.d.cts +2 -2
  68. package/dist/150/solanaThresholdSigner/retryRequested.d.ts +2 -2
  69. package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
  70. package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
  71. package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
  72. package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.ts +2 -2
  73. package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
  74. package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.ts +2 -2
  75. package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
  76. package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.ts +2 -2
  77. package/dist/150/swapping/batchSwapFailed.d.cts +8 -8
  78. package/dist/150/swapping/batchSwapFailed.d.ts +8 -8
  79. package/dist/150/swapping/ccmDepositReceived.d.cts +90 -90
  80. package/dist/150/swapping/ccmDepositReceived.d.ts +90 -90
  81. package/dist/150/swapping/ccmFailed.d.cts +115 -115
  82. package/dist/150/swapping/ccmFailed.d.ts +115 -115
  83. package/dist/150/swapping/maximumSwapAmountSet.d.cts +6 -6
  84. package/dist/150/swapping/maximumSwapAmountSet.d.ts +6 -6
  85. package/dist/150/swapping/refundEgressIgnored.d.cts +24 -24
  86. package/dist/150/swapping/refundEgressIgnored.d.ts +24 -24
  87. package/dist/150/swapping/refundEgressScheduled.d.cts +8 -8
  88. package/dist/150/swapping/refundEgressScheduled.d.ts +8 -8
  89. package/dist/150/swapping/swapAmountConfiscated.d.cts +12 -12
  90. package/dist/150/swapping/swapAmountConfiscated.d.ts +12 -12
  91. package/dist/150/swapping/swapDepositAddressReady.d.cts +77 -77
  92. package/dist/150/swapping/swapDepositAddressReady.d.ts +77 -77
  93. package/dist/150/swapping/swapEgressIgnored.d.cts +24 -24
  94. package/dist/150/swapping/swapEgressIgnored.d.ts +24 -24
  95. package/dist/150/swapping/swapEgressScheduled.d.cts +8 -8
  96. package/dist/150/swapping/swapEgressScheduled.d.ts +8 -8
  97. package/dist/150/swapping/swapExecuted.d.cts +94 -94
  98. package/dist/150/swapping/swapExecuted.d.ts +94 -94
  99. package/dist/150/swapping/swapScheduled.d.cts +139 -139
  100. package/dist/150/swapping/swapScheduled.d.ts +139 -139
  101. package/dist/150/swapping/withdrawalRequested.d.cts +26 -26
  102. package/dist/150/swapping/withdrawalRequested.d.ts +26 -26
  103. package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.cts +61 -61
  104. package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.ts +61 -61
  105. package/dist/160/arbitrumIngressEgress/depositBoosted.d.cts +8 -8
  106. package/dist/160/arbitrumIngressEgress/depositBoosted.d.ts +8 -8
  107. package/dist/160/arbitrumIngressEgress/depositFinalised.d.cts +2 -2
  108. package/dist/160/arbitrumIngressEgress/depositFinalised.d.ts +2 -2
  109. package/dist/160/liquidityProvider/assetTransferred.d.cts +3 -3
  110. package/dist/160/liquidityProvider/assetTransferred.d.ts +3 -3
  111. package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.cts +2 -2
  112. package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.ts +2 -2
  113. package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.cts +61 -61
  114. package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.ts +61 -61
  115. package/dist/160/polkadotIngressEgress/depositBoosted.d.cts +8 -8
  116. package/dist/160/polkadotIngressEgress/depositBoosted.d.ts +8 -8
  117. package/dist/160/polkadotIngressEgress/depositFinalised.d.cts +6 -6
  118. package/dist/160/polkadotIngressEgress/depositFinalised.d.ts +6 -6
  119. package/dist/170/arbitrumIngressEgress/boostedDepositLost.d.cts +2 -2
  120. package/dist/170/arbitrumIngressEgress/boostedDepositLost.d.ts +2 -2
  121. package/dist/170/arbitrumIngressEgress/ccmFailed.d.cts +101 -101
  122. package/dist/170/arbitrumIngressEgress/ccmFailed.d.ts +101 -101
  123. package/dist/170/arbitrumIngressEgress/ccmFallbackScheduled.cjs +10 -0
  124. package/dist/170/arbitrumIngressEgress/ccmFallbackScheduled.d.cts +46 -0
  125. package/dist/170/arbitrumIngressEgress/ccmFallbackScheduled.d.ts +46 -0
  126. package/dist/170/arbitrumIngressEgress/ccmFallbackScheduled.mjs +10 -0
  127. package/dist/170/arbitrumIngressEgress/depositChannelLifetimeSet.cjs +7 -0
  128. package/dist/170/arbitrumIngressEgress/depositChannelLifetimeSet.d.cts +11 -0
  129. package/dist/170/arbitrumIngressEgress/depositChannelLifetimeSet.d.ts +11 -0
  130. package/dist/170/arbitrumIngressEgress/depositChannelLifetimeSet.mjs +7 -0
  131. package/dist/170/arbitrumIngressEgress/depositIgnored.cjs +19 -0
  132. package/dist/170/arbitrumIngressEgress/depositIgnored.d.cts +53 -0
  133. package/dist/170/arbitrumIngressEgress/depositIgnored.d.ts +53 -0
  134. package/dist/170/arbitrumIngressEgress/depositIgnored.mjs +19 -0
  135. package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
  136. package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
  137. package/dist/170/arbitrumIngressEgress/transactionRejectedByBroker.cjs +10 -0
  138. package/dist/170/arbitrumIngressEgress/transactionRejectedByBroker.d.cts +24 -0
  139. package/dist/170/arbitrumIngressEgress/transactionRejectedByBroker.d.ts +24 -0
  140. package/dist/170/arbitrumIngressEgress/transactionRejectedByBroker.mjs +10 -0
  141. package/dist/170/arbitrumIngressEgress/transactionRejectionFailed.cjs +9 -0
  142. package/dist/170/arbitrumIngressEgress/transactionRejectionFailed.d.cts +21 -0
  143. package/dist/170/arbitrumIngressEgress/transactionRejectionFailed.d.ts +21 -0
  144. package/dist/170/arbitrumIngressEgress/transactionRejectionFailed.mjs +9 -0
  145. package/dist/170/arbitrumIngressEgress/transactionRejectionRequestExpired.cjs +10 -0
  146. package/dist/170/arbitrumIngressEgress/transactionRejectionRequestExpired.d.cts +14 -0
  147. package/dist/170/arbitrumIngressEgress/transactionRejectionRequestExpired.d.ts +14 -0
  148. package/dist/170/arbitrumIngressEgress/transactionRejectionRequestExpired.mjs +10 -0
  149. package/dist/170/arbitrumIngressEgress/transactionRejectionRequestReceived.cjs +11 -0
  150. package/dist/170/arbitrumIngressEgress/transactionRejectionRequestReceived.d.cts +17 -0
  151. package/dist/170/arbitrumIngressEgress/transactionRejectionRequestReceived.d.ts +17 -0
  152. package/dist/170/arbitrumIngressEgress/transactionRejectionRequestReceived.mjs +11 -0
  153. package/dist/170/arbitrumVault/activationTxFailedAwaitingGovernance.cjs +9 -0
  154. package/dist/170/arbitrumVault/activationTxFailedAwaitingGovernance.d.cts +38 -0
  155. package/dist/170/arbitrumVault/activationTxFailedAwaitingGovernance.d.ts +38 -0
  156. package/dist/170/arbitrumVault/activationTxFailedAwaitingGovernance.mjs +9 -0
  157. package/dist/170/bitcoinIngressEgress/ccmFallbackScheduled.cjs +10 -0
  158. package/dist/170/bitcoinIngressEgress/ccmFallbackScheduled.d.cts +46 -0
  159. package/dist/170/bitcoinIngressEgress/ccmFallbackScheduled.d.ts +46 -0
  160. package/dist/170/bitcoinIngressEgress/ccmFallbackScheduled.mjs +10 -0
  161. package/dist/170/bitcoinIngressEgress/depositBoosted.cjs +24 -0
  162. package/dist/170/bitcoinIngressEgress/depositBoosted.d.cts +342 -0
  163. package/dist/170/bitcoinIngressEgress/depositBoosted.d.ts +342 -0
  164. package/dist/170/bitcoinIngressEgress/depositBoosted.mjs +24 -0
  165. package/dist/170/bitcoinIngressEgress/depositChannelLifetimeSet.cjs +7 -0
  166. package/dist/170/bitcoinIngressEgress/depositChannelLifetimeSet.d.cts +11 -0
  167. package/dist/170/bitcoinIngressEgress/depositChannelLifetimeSet.d.ts +11 -0
  168. package/dist/170/bitcoinIngressEgress/depositChannelLifetimeSet.mjs +7 -0
  169. package/dist/170/bitcoinIngressEgress/depositFinalised.cjs +22 -0
  170. package/dist/170/bitcoinIngressEgress/depositFinalised.d.cts +336 -0
  171. package/dist/170/bitcoinIngressEgress/depositFinalised.d.ts +336 -0
  172. package/dist/170/bitcoinIngressEgress/depositFinalised.mjs +22 -0
  173. package/dist/170/bitcoinIngressEgress/depositIgnored.cjs +19 -0
  174. package/dist/170/bitcoinIngressEgress/depositIgnored.d.cts +267 -0
  175. package/dist/170/bitcoinIngressEgress/depositIgnored.d.ts +267 -0
  176. package/dist/170/bitcoinIngressEgress/depositIgnored.mjs +19 -0
  177. package/dist/170/bitcoinIngressEgress/depositWitnessRejected.cjs +10 -0
  178. package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.cts +564 -0
  179. package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.ts +564 -0
  180. package/dist/170/bitcoinIngressEgress/depositWitnessRejected.mjs +10 -0
  181. package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.cjs +10 -0
  182. package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.cts +143 -0
  183. package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.ts +143 -0
  184. package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.mjs +10 -0
  185. package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.cjs +7 -0
  186. package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.cts +140 -0
  187. package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.ts +140 -0
  188. package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.mjs +7 -0
  189. package/dist/170/bitcoinIngressEgress/transactionRejectionRequestExpired.cjs +10 -0
  190. package/dist/170/bitcoinIngressEgress/transactionRejectionRequestExpired.d.cts +14 -0
  191. package/dist/170/bitcoinIngressEgress/transactionRejectionRequestExpired.d.ts +14 -0
  192. package/dist/170/bitcoinIngressEgress/transactionRejectionRequestExpired.mjs +10 -0
  193. package/dist/170/bitcoinIngressEgress/transactionRejectionRequestReceived.cjs +11 -0
  194. package/dist/170/bitcoinIngressEgress/transactionRejectionRequestReceived.d.cts +17 -0
  195. package/dist/170/bitcoinIngressEgress/transactionRejectionRequestReceived.d.ts +17 -0
  196. package/dist/170/bitcoinIngressEgress/transactionRejectionRequestReceived.mjs +11 -0
  197. package/dist/170/bitcoinVault/activationTxFailedAwaitingGovernance.cjs +9 -0
  198. package/dist/170/bitcoinVault/activationTxFailedAwaitingGovernance.d.cts +26 -0
  199. package/dist/170/bitcoinVault/activationTxFailedAwaitingGovernance.d.ts +26 -0
  200. package/dist/170/bitcoinVault/activationTxFailedAwaitingGovernance.mjs +9 -0
  201. package/dist/170/common.cjs +106 -1
  202. package/dist/170/common.d.cts +765 -1
  203. package/dist/170/common.d.ts +765 -1
  204. package/dist/170/common.mjs +105 -0
  205. package/dist/170/ethereumIngressEgress/ccmFallbackScheduled.cjs +10 -0
  206. package/dist/170/ethereumIngressEgress/ccmFallbackScheduled.d.cts +46 -0
  207. package/dist/170/ethereumIngressEgress/ccmFallbackScheduled.d.ts +46 -0
  208. package/dist/170/ethereumIngressEgress/ccmFallbackScheduled.mjs +10 -0
  209. package/dist/170/ethereumIngressEgress/depositChannelLifetimeSet.cjs +7 -0
  210. package/dist/170/ethereumIngressEgress/depositChannelLifetimeSet.d.cts +11 -0
  211. package/dist/170/ethereumIngressEgress/depositChannelLifetimeSet.d.ts +11 -0
  212. package/dist/170/ethereumIngressEgress/depositChannelLifetimeSet.mjs +7 -0
  213. package/dist/170/ethereumIngressEgress/depositIgnored.cjs +19 -0
  214. package/dist/170/ethereumIngressEgress/depositIgnored.d.cts +53 -0
  215. package/dist/170/ethereumIngressEgress/depositIgnored.d.ts +53 -0
  216. package/dist/170/ethereumIngressEgress/depositIgnored.mjs +19 -0
  217. package/dist/170/ethereumIngressEgress/transactionRejectedByBroker.cjs +10 -0
  218. package/dist/170/ethereumIngressEgress/transactionRejectedByBroker.d.cts +24 -0
  219. package/dist/170/ethereumIngressEgress/transactionRejectedByBroker.d.ts +24 -0
  220. package/dist/170/ethereumIngressEgress/transactionRejectedByBroker.mjs +10 -0
  221. package/dist/170/ethereumIngressEgress/transactionRejectionFailed.cjs +9 -0
  222. package/dist/170/ethereumIngressEgress/transactionRejectionFailed.d.cts +21 -0
  223. package/dist/170/ethereumIngressEgress/transactionRejectionFailed.d.ts +21 -0
  224. package/dist/170/ethereumIngressEgress/transactionRejectionFailed.mjs +9 -0
  225. package/dist/170/ethereumIngressEgress/transactionRejectionRequestExpired.cjs +10 -0
  226. package/dist/170/ethereumIngressEgress/transactionRejectionRequestExpired.d.cts +14 -0
  227. package/dist/170/ethereumIngressEgress/transactionRejectionRequestExpired.d.ts +14 -0
  228. package/dist/170/ethereumIngressEgress/transactionRejectionRequestExpired.mjs +10 -0
  229. package/dist/170/ethereumIngressEgress/transactionRejectionRequestReceived.cjs +11 -0
  230. package/dist/170/ethereumIngressEgress/transactionRejectionRequestReceived.d.cts +17 -0
  231. package/dist/170/ethereumIngressEgress/transactionRejectionRequestReceived.d.ts +17 -0
  232. package/dist/170/ethereumIngressEgress/transactionRejectionRequestReceived.mjs +11 -0
  233. package/dist/170/ethereumVault/activationTxFailedAwaitingGovernance.cjs +9 -0
  234. package/dist/170/ethereumVault/activationTxFailedAwaitingGovernance.d.cts +38 -0
  235. package/dist/170/ethereumVault/activationTxFailedAwaitingGovernance.d.ts +38 -0
  236. package/dist/170/ethereumVault/activationTxFailedAwaitingGovernance.mjs +9 -0
  237. package/dist/170/polkadotIngressEgress/ccmFallbackScheduled.cjs +10 -0
  238. package/dist/170/polkadotIngressEgress/ccmFallbackScheduled.d.cts +46 -0
  239. package/dist/170/polkadotIngressEgress/ccmFallbackScheduled.d.ts +46 -0
  240. package/dist/170/polkadotIngressEgress/ccmFallbackScheduled.mjs +10 -0
  241. package/dist/170/polkadotIngressEgress/depositChannelLifetimeSet.cjs +6 -0
  242. package/dist/170/polkadotIngressEgress/depositChannelLifetimeSet.d.cts +11 -0
  243. package/dist/170/polkadotIngressEgress/depositChannelLifetimeSet.d.ts +11 -0
  244. package/dist/170/polkadotIngressEgress/depositChannelLifetimeSet.mjs +6 -0
  245. package/dist/170/polkadotIngressEgress/depositIgnored.cjs +18 -0
  246. package/dist/170/polkadotIngressEgress/depositIgnored.d.cts +43 -0
  247. package/dist/170/polkadotIngressEgress/depositIgnored.d.ts +43 -0
  248. package/dist/170/polkadotIngressEgress/depositIgnored.mjs +18 -0
  249. package/dist/170/polkadotIngressEgress/transactionRejectedByBroker.cjs +9 -0
  250. package/dist/170/polkadotIngressEgress/transactionRejectedByBroker.d.cts +14 -0
  251. package/dist/170/polkadotIngressEgress/transactionRejectedByBroker.d.ts +14 -0
  252. package/dist/170/polkadotIngressEgress/transactionRejectedByBroker.mjs +9 -0
  253. package/dist/170/polkadotIngressEgress/transactionRejectionFailed.cjs +6 -0
  254. package/dist/170/polkadotIngressEgress/transactionRejectionFailed.d.cts +11 -0
  255. package/dist/170/polkadotIngressEgress/transactionRejectionFailed.d.ts +11 -0
  256. package/dist/170/polkadotIngressEgress/transactionRejectionFailed.mjs +6 -0
  257. package/dist/170/polkadotIngressEgress/transactionRejectionRequestExpired.cjs +10 -0
  258. package/dist/170/polkadotIngressEgress/transactionRejectionRequestExpired.d.cts +29 -0
  259. package/dist/170/polkadotIngressEgress/transactionRejectionRequestExpired.d.ts +29 -0
  260. package/dist/170/polkadotIngressEgress/transactionRejectionRequestExpired.mjs +10 -0
  261. package/dist/170/polkadotIngressEgress/transactionRejectionRequestReceived.cjs +11 -0
  262. package/dist/170/polkadotIngressEgress/transactionRejectionRequestReceived.d.cts +32 -0
  263. package/dist/170/polkadotIngressEgress/transactionRejectionRequestReceived.d.ts +32 -0
  264. package/dist/170/polkadotIngressEgress/transactionRejectionRequestReceived.mjs +11 -0
  265. package/dist/170/polkadotVault/activationTxFailedAwaitingGovernance.cjs +9 -0
  266. package/dist/170/polkadotVault/activationTxFailedAwaitingGovernance.d.cts +11 -0
  267. package/dist/170/polkadotVault/activationTxFailedAwaitingGovernance.d.ts +11 -0
  268. package/dist/170/polkadotVault/activationTxFailedAwaitingGovernance.mjs +9 -0
  269. package/dist/170/solanaIngressEgress/ccmFallbackScheduled.cjs +10 -0
  270. package/dist/170/solanaIngressEgress/ccmFallbackScheduled.d.cts +46 -0
  271. package/dist/170/solanaIngressEgress/ccmFallbackScheduled.d.ts +46 -0
  272. package/dist/170/solanaIngressEgress/ccmFallbackScheduled.mjs +10 -0
  273. package/dist/170/solanaIngressEgress/depositChannelLifetimeSet.cjs +7 -0
  274. package/dist/170/solanaIngressEgress/depositChannelLifetimeSet.d.cts +11 -0
  275. package/dist/170/solanaIngressEgress/depositChannelLifetimeSet.d.ts +11 -0
  276. package/dist/170/solanaIngressEgress/depositChannelLifetimeSet.mjs +7 -0
  277. package/dist/170/solanaIngressEgress/depositIgnored.cjs +17 -0
  278. package/dist/170/solanaIngressEgress/depositIgnored.d.cts +40 -0
  279. package/dist/170/solanaIngressEgress/depositIgnored.d.ts +40 -0
  280. package/dist/170/solanaIngressEgress/depositIgnored.mjs +17 -0
  281. package/dist/170/solanaIngressEgress/transactionRejectedByBroker.cjs +6 -0
  282. package/dist/170/solanaIngressEgress/transactionRejectedByBroker.d.cts +11 -0
  283. package/dist/170/solanaIngressEgress/transactionRejectedByBroker.d.ts +11 -0
  284. package/dist/170/solanaIngressEgress/transactionRejectedByBroker.mjs +6 -0
  285. package/dist/170/solanaIngressEgress/transactionRejectionFailed.cjs +6 -0
  286. package/dist/170/solanaIngressEgress/transactionRejectionFailed.d.cts +5 -0
  287. package/dist/170/solanaIngressEgress/transactionRejectionFailed.d.ts +5 -0
  288. package/dist/170/solanaIngressEgress/transactionRejectionFailed.mjs +6 -0
  289. package/dist/170/solanaIngressEgress/transactionRejectionRequestExpired.cjs +10 -0
  290. package/dist/170/solanaIngressEgress/transactionRejectionRequestExpired.d.cts +14 -0
  291. package/dist/170/solanaIngressEgress/transactionRejectionRequestExpired.d.ts +14 -0
  292. package/dist/170/solanaIngressEgress/transactionRejectionRequestExpired.mjs +10 -0
  293. package/dist/170/solanaIngressEgress/transactionRejectionRequestReceived.cjs +11 -0
  294. package/dist/170/solanaIngressEgress/transactionRejectionRequestReceived.d.cts +17 -0
  295. package/dist/170/solanaIngressEgress/transactionRejectionRequestReceived.d.ts +17 -0
  296. package/dist/170/solanaIngressEgress/transactionRejectionRequestReceived.mjs +11 -0
  297. package/dist/170/solanaVault/activationTxFailedAwaitingGovernance.cjs +9 -0
  298. package/dist/170/solanaVault/activationTxFailedAwaitingGovernance.d.cts +11 -0
  299. package/dist/170/solanaVault/activationTxFailedAwaitingGovernance.d.ts +11 -0
  300. package/dist/170/solanaVault/activationTxFailedAwaitingGovernance.mjs +9 -0
  301. package/dist/170/swapping/minimumChunkSizeSet.cjs +10 -0
  302. package/dist/170/swapping/minimumChunkSizeSet.d.cts +24 -0
  303. package/dist/170/swapping/minimumChunkSizeSet.d.ts +24 -0
  304. package/dist/170/swapping/minimumChunkSizeSet.mjs +10 -0
  305. package/dist/170/swapping/swapRequested.d.cts +135 -135
  306. package/dist/170/swapping/swapRequested.d.ts +135 -135
  307. package/dist/HandlerMap.cjs +3 -6
  308. package/dist/HandlerMap.mjs +3 -6
  309. package/dist/Processor.cjs +12 -16
  310. package/dist/Processor.mjs +8 -12
  311. package/dist/{chunk-FTWJXIFQ.cjs → chunk-6F7DYTPM.cjs} +1 -2
  312. package/dist/{chunk-AYNJNFEN.mjs → chunk-XRJFNASX.mjs} +1 -2
  313. package/dist/index.cjs +1 -1
  314. package/dist/index.mjs +1 -1
  315. package/dist/types.d.cts +1 -2
  316. package/dist/types.d.ts +1 -2
  317. package/dist/utils.cjs +1 -1
  318. package/dist/utils.mjs +1 -1
  319. package/package.json +8 -3
@@ -106,6 +106,45 @@ declare const palletCfReputationPenalty: z.ZodObject<{
106
106
  reputation: number;
107
107
  suspension: number;
108
108
  }>;
109
+ declare const cfChainsEvmParityBit: z.ZodEffects<z.ZodObject<{
110
+ __kind: z.ZodEnum<["Odd", "Even"]>;
111
+ }, "strip", z.ZodTypeAny, {
112
+ __kind: "Odd" | "Even";
113
+ }, {
114
+ __kind: "Odd" | "Even";
115
+ }>, "Odd" | "Even", {
116
+ __kind: "Odd" | "Even";
117
+ }>;
118
+ declare const cfChainsEvmAggKey: z.ZodObject<{
119
+ pubKeyX: z.ZodEffects<z.ZodString, `0x${string}`, string>;
120
+ pubKeyYParity: z.ZodEffects<z.ZodObject<{
121
+ __kind: z.ZodEnum<["Odd", "Even"]>;
122
+ }, "strip", z.ZodTypeAny, {
123
+ __kind: "Odd" | "Even";
124
+ }, {
125
+ __kind: "Odd" | "Even";
126
+ }>, "Odd" | "Even", {
127
+ __kind: "Odd" | "Even";
128
+ }>;
129
+ }, "strip", z.ZodTypeAny, {
130
+ pubKeyX: `0x${string}`;
131
+ pubKeyYParity: "Odd" | "Even";
132
+ }, {
133
+ pubKeyX: string;
134
+ pubKeyYParity: {
135
+ __kind: "Odd" | "Even";
136
+ };
137
+ }>;
138
+ declare const cfChainsBtcAggKey: z.ZodObject<{
139
+ previous: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodString, `0x${string}`, string>>>;
140
+ current: z.ZodEffects<z.ZodString, `0x${string}`, string>;
141
+ }, "strip", z.ZodTypeAny, {
142
+ current: `0x${string}`;
143
+ previous?: `0x${string}` | null | undefined;
144
+ }, {
145
+ current: string;
146
+ previous?: string | null | undefined;
147
+ }>;
109
148
  declare const numericString: z.ZodEffects<z.ZodString, string, string>;
110
149
  declare const numberOrHex: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
111
150
  declare const palletCfThresholdSignaturePalletConfigUpdate: z.ZodUnion<[z.ZodObject<{
@@ -1460,6 +1499,31 @@ declare const cfPrimitivesDcaParameters: z.ZodObject<{
1460
1499
  numberOfChunks: number;
1461
1500
  chunkInterval: number;
1462
1501
  }>;
1502
+ declare const cfPrimitivesChainsAssetsEthAsset: z.ZodEffects<z.ZodObject<{
1503
+ __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Usdt"]>;
1504
+ }, "strip", z.ZodTypeAny, {
1505
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt";
1506
+ }, {
1507
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt";
1508
+ }>, "Eth" | "Flip" | "Usdc" | "Usdt", {
1509
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt";
1510
+ }>;
1511
+ declare const cfChainsEvmDepositDetails: z.ZodObject<{
1512
+ txHashes: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodEffects<z.ZodString, `0x${string}`, string>, "many">>>;
1513
+ }, "strip", z.ZodTypeAny, {
1514
+ txHashes?: `0x${string}`[] | null | undefined;
1515
+ }, {
1516
+ txHashes?: string[] | null | undefined;
1517
+ }>;
1518
+ declare const palletCfIngressEgressDepositIgnoredReason: z.ZodEffects<z.ZodObject<{
1519
+ __kind: z.ZodEnum<["BelowMinimumDeposit", "NotEnoughToPayFees", "TransactionRejectedByBroker"]>;
1520
+ }, "strip", z.ZodTypeAny, {
1521
+ __kind: "BelowMinimumDeposit" | "NotEnoughToPayFees" | "TransactionRejectedByBroker";
1522
+ }, {
1523
+ __kind: "BelowMinimumDeposit" | "NotEnoughToPayFees" | "TransactionRejectedByBroker";
1524
+ }>, "BelowMinimumDeposit" | "NotEnoughToPayFees" | "TransactionRejectedByBroker", {
1525
+ __kind: "BelowMinimumDeposit" | "NotEnoughToPayFees" | "TransactionRejectedByBroker";
1526
+ }>;
1463
1527
  declare const solPrimPdaPdaError: z.ZodEffects<z.ZodObject<{
1464
1528
  __kind: z.ZodEnum<["NotAValidPoint", "TooManySeeds", "SeedTooLarge", "BumpSeedBadLuck"]>;
1465
1529
  }, "strip", z.ZodTypeAny, {
@@ -2145,6 +2209,674 @@ declare const cfChainsCcmFailReason: z.ZodEffects<z.ZodObject<{
2145
2209
  }>, "UnsupportedForTargetChain" | "InsufficientDepositAmount" | "InvalidMetadata" | "InvalidDestinationAddress", {
2146
2210
  __kind: "UnsupportedForTargetChain" | "InsufficientDepositAmount" | "InvalidMetadata" | "InvalidDestinationAddress";
2147
2211
  }>;
2212
+ declare const cfTraitsScheduledEgressDetailsEthereum: z.ZodObject<{
2213
+ egressId: z.ZodTuple<[z.ZodEffects<z.ZodObject<{
2214
+ __kind: z.ZodEnum<["Ethereum", "Polkadot", "Bitcoin", "Arbitrum", "Solana"]>;
2215
+ }, "strip", z.ZodTypeAny, {
2216
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
2217
+ }, {
2218
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
2219
+ }>, "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana", {
2220
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
2221
+ }>, z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>], null>;
2222
+ egressAmount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
2223
+ feeWithheld: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
2224
+ }, "strip", z.ZodTypeAny, {
2225
+ egressId: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana", bigint];
2226
+ egressAmount: bigint;
2227
+ feeWithheld: bigint;
2228
+ }, {
2229
+ egressId: [{
2230
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
2231
+ }, string | number];
2232
+ egressAmount: string | number;
2233
+ feeWithheld: string | number;
2234
+ }>;
2235
+ declare const cfPrimitivesChainsAssetsDotAsset: z.ZodEffects<z.ZodObject<{
2236
+ __kind: z.ZodEnum<["Dot"]>;
2237
+ }, "strip", z.ZodTypeAny, {
2238
+ __kind: "Dot";
2239
+ }, {
2240
+ __kind: "Dot";
2241
+ }>, "Dot", {
2242
+ __kind: "Dot";
2243
+ }>;
2244
+ declare const cfPrimitivesTxId: z.ZodObject<{
2245
+ blockNumber: z.ZodNumber;
2246
+ extrinsicIndex: z.ZodNumber;
2247
+ }, "strip", z.ZodTypeAny, {
2248
+ blockNumber: number;
2249
+ extrinsicIndex: number;
2250
+ }, {
2251
+ blockNumber: number;
2252
+ extrinsicIndex: number;
2253
+ }>;
2254
+ declare const cfTraitsScheduledEgressDetailsPolkadot: z.ZodObject<{
2255
+ egressId: z.ZodTuple<[z.ZodEffects<z.ZodObject<{
2256
+ __kind: z.ZodEnum<["Ethereum", "Polkadot", "Bitcoin", "Arbitrum", "Solana"]>;
2257
+ }, "strip", z.ZodTypeAny, {
2258
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
2259
+ }, {
2260
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
2261
+ }>, "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana", {
2262
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
2263
+ }>, z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>], null>;
2264
+ egressAmount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
2265
+ feeWithheld: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
2266
+ }, "strip", z.ZodTypeAny, {
2267
+ egressId: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana", bigint];
2268
+ egressAmount: bigint;
2269
+ feeWithheld: bigint;
2270
+ }, {
2271
+ egressId: [{
2272
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
2273
+ }, string | number];
2274
+ egressAmount: string | number;
2275
+ feeWithheld: string | number;
2276
+ }>;
2277
+ declare const cfChainsBtcScriptPubkey: z.ZodUnion<[z.ZodObject<{
2278
+ __kind: z.ZodLiteral<"P2PKH">;
2279
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2280
+ }, "strip", z.ZodTypeAny, {
2281
+ value: `0x${string}`;
2282
+ __kind: "P2PKH";
2283
+ }, {
2284
+ value: string;
2285
+ __kind: "P2PKH";
2286
+ }>, z.ZodObject<{
2287
+ __kind: z.ZodLiteral<"P2SH">;
2288
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2289
+ }, "strip", z.ZodTypeAny, {
2290
+ value: `0x${string}`;
2291
+ __kind: "P2SH";
2292
+ }, {
2293
+ value: string;
2294
+ __kind: "P2SH";
2295
+ }>, z.ZodObject<{
2296
+ __kind: z.ZodLiteral<"P2WPKH">;
2297
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2298
+ }, "strip", z.ZodTypeAny, {
2299
+ value: `0x${string}`;
2300
+ __kind: "P2WPKH";
2301
+ }, {
2302
+ value: string;
2303
+ __kind: "P2WPKH";
2304
+ }>, z.ZodObject<{
2305
+ __kind: z.ZodLiteral<"P2WSH">;
2306
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2307
+ }, "strip", z.ZodTypeAny, {
2308
+ value: `0x${string}`;
2309
+ __kind: "P2WSH";
2310
+ }, {
2311
+ value: string;
2312
+ __kind: "P2WSH";
2313
+ }>, z.ZodObject<{
2314
+ __kind: z.ZodLiteral<"Taproot">;
2315
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2316
+ }, "strip", z.ZodTypeAny, {
2317
+ value: `0x${string}`;
2318
+ __kind: "Taproot";
2319
+ }, {
2320
+ value: string;
2321
+ __kind: "Taproot";
2322
+ }>, z.ZodObject<{
2323
+ __kind: z.ZodLiteral<"OtherSegwit">;
2324
+ version: z.ZodNumber;
2325
+ program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2326
+ }, "strip", z.ZodTypeAny, {
2327
+ __kind: "OtherSegwit";
2328
+ version: number;
2329
+ program: `0x${string}`;
2330
+ }, {
2331
+ __kind: "OtherSegwit";
2332
+ version: number;
2333
+ program: string;
2334
+ }>]>;
2335
+ declare const cfPrimitivesChainsAssetsBtcAsset: z.ZodEffects<z.ZodObject<{
2336
+ __kind: z.ZodEnum<["Btc"]>;
2337
+ }, "strip", z.ZodTypeAny, {
2338
+ __kind: "Btc";
2339
+ }, {
2340
+ __kind: "Btc";
2341
+ }>, "Btc", {
2342
+ __kind: "Btc";
2343
+ }>;
2344
+ declare const cfChainsBtcUtxoId: z.ZodObject<{
2345
+ txId: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2346
+ vout: z.ZodNumber;
2347
+ }, "strip", z.ZodTypeAny, {
2348
+ txId: `0x${string}`;
2349
+ vout: number;
2350
+ }, {
2351
+ txId: string;
2352
+ vout: number;
2353
+ }>;
2354
+ declare const cfChainsBtcBitcoinScript: z.ZodObject<{
2355
+ bytes: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2356
+ }, "strip", z.ZodTypeAny, {
2357
+ bytes: `0x${string}`;
2358
+ }, {
2359
+ bytes: string;
2360
+ }>;
2361
+ declare const cfChainsBtcDepositAddressTapscriptPath: z.ZodObject<{
2362
+ salt: z.ZodNumber;
2363
+ tweakedPubkeyBytes: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2364
+ tapleafHash: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2365
+ unlockScript: z.ZodObject<{
2366
+ bytes: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2367
+ }, "strip", z.ZodTypeAny, {
2368
+ bytes: `0x${string}`;
2369
+ }, {
2370
+ bytes: string;
2371
+ }>;
2372
+ }, "strip", z.ZodTypeAny, {
2373
+ salt: number;
2374
+ tweakedPubkeyBytes: `0x${string}`;
2375
+ tapleafHash: `0x${string}`;
2376
+ unlockScript: {
2377
+ bytes: `0x${string}`;
2378
+ };
2379
+ }, {
2380
+ salt: number;
2381
+ tweakedPubkeyBytes: string;
2382
+ tapleafHash: string;
2383
+ unlockScript: {
2384
+ bytes: string;
2385
+ };
2386
+ }>;
2387
+ declare const cfChainsBtcDepositAddress: z.ZodObject<{
2388
+ pubkeyX: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2389
+ scriptPath: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2390
+ salt: z.ZodNumber;
2391
+ tweakedPubkeyBytes: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2392
+ tapleafHash: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2393
+ unlockScript: z.ZodObject<{
2394
+ bytes: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2395
+ }, "strip", z.ZodTypeAny, {
2396
+ bytes: `0x${string}`;
2397
+ }, {
2398
+ bytes: string;
2399
+ }>;
2400
+ }, "strip", z.ZodTypeAny, {
2401
+ salt: number;
2402
+ tweakedPubkeyBytes: `0x${string}`;
2403
+ tapleafHash: `0x${string}`;
2404
+ unlockScript: {
2405
+ bytes: `0x${string}`;
2406
+ };
2407
+ }, {
2408
+ salt: number;
2409
+ tweakedPubkeyBytes: string;
2410
+ tapleafHash: string;
2411
+ unlockScript: {
2412
+ bytes: string;
2413
+ };
2414
+ }>>>;
2415
+ }, "strip", z.ZodTypeAny, {
2416
+ pubkeyX: `0x${string}`;
2417
+ scriptPath?: {
2418
+ salt: number;
2419
+ tweakedPubkeyBytes: `0x${string}`;
2420
+ tapleafHash: `0x${string}`;
2421
+ unlockScript: {
2422
+ bytes: `0x${string}`;
2423
+ };
2424
+ } | null | undefined;
2425
+ }, {
2426
+ pubkeyX: string;
2427
+ scriptPath?: {
2428
+ salt: number;
2429
+ tweakedPubkeyBytes: string;
2430
+ tapleafHash: string;
2431
+ unlockScript: {
2432
+ bytes: string;
2433
+ };
2434
+ } | null | undefined;
2435
+ }>;
2436
+ declare const cfChainsBtcUtxo: z.ZodObject<{
2437
+ id: z.ZodObject<{
2438
+ txId: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2439
+ vout: z.ZodNumber;
2440
+ }, "strip", z.ZodTypeAny, {
2441
+ txId: `0x${string}`;
2442
+ vout: number;
2443
+ }, {
2444
+ txId: string;
2445
+ vout: number;
2446
+ }>;
2447
+ amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
2448
+ depositAddress: z.ZodObject<{
2449
+ pubkeyX: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2450
+ scriptPath: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2451
+ salt: z.ZodNumber;
2452
+ tweakedPubkeyBytes: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2453
+ tapleafHash: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2454
+ unlockScript: z.ZodObject<{
2455
+ bytes: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2456
+ }, "strip", z.ZodTypeAny, {
2457
+ bytes: `0x${string}`;
2458
+ }, {
2459
+ bytes: string;
2460
+ }>;
2461
+ }, "strip", z.ZodTypeAny, {
2462
+ salt: number;
2463
+ tweakedPubkeyBytes: `0x${string}`;
2464
+ tapleafHash: `0x${string}`;
2465
+ unlockScript: {
2466
+ bytes: `0x${string}`;
2467
+ };
2468
+ }, {
2469
+ salt: number;
2470
+ tweakedPubkeyBytes: string;
2471
+ tapleafHash: string;
2472
+ unlockScript: {
2473
+ bytes: string;
2474
+ };
2475
+ }>>>;
2476
+ }, "strip", z.ZodTypeAny, {
2477
+ pubkeyX: `0x${string}`;
2478
+ scriptPath?: {
2479
+ salt: number;
2480
+ tweakedPubkeyBytes: `0x${string}`;
2481
+ tapleafHash: `0x${string}`;
2482
+ unlockScript: {
2483
+ bytes: `0x${string}`;
2484
+ };
2485
+ } | null | undefined;
2486
+ }, {
2487
+ pubkeyX: string;
2488
+ scriptPath?: {
2489
+ salt: number;
2490
+ tweakedPubkeyBytes: string;
2491
+ tapleafHash: string;
2492
+ unlockScript: {
2493
+ bytes: string;
2494
+ };
2495
+ } | null | undefined;
2496
+ }>;
2497
+ }, "strip", z.ZodTypeAny, {
2498
+ depositAddress: {
2499
+ pubkeyX: `0x${string}`;
2500
+ scriptPath?: {
2501
+ salt: number;
2502
+ tweakedPubkeyBytes: `0x${string}`;
2503
+ tapleafHash: `0x${string}`;
2504
+ unlockScript: {
2505
+ bytes: `0x${string}`;
2506
+ };
2507
+ } | null | undefined;
2508
+ };
2509
+ id: {
2510
+ txId: `0x${string}`;
2511
+ vout: number;
2512
+ };
2513
+ amount: bigint;
2514
+ }, {
2515
+ depositAddress: {
2516
+ pubkeyX: string;
2517
+ scriptPath?: {
2518
+ salt: number;
2519
+ tweakedPubkeyBytes: string;
2520
+ tapleafHash: string;
2521
+ unlockScript: {
2522
+ bytes: string;
2523
+ };
2524
+ } | null | undefined;
2525
+ };
2526
+ id: {
2527
+ txId: string;
2528
+ vout: number;
2529
+ };
2530
+ amount: string | number;
2531
+ }>;
2532
+ declare const palletCfIngressEgressDepositAction: z.ZodUnion<[z.ZodObject<{
2533
+ __kind: z.ZodLiteral<"Swap">;
2534
+ swapRequestId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
2535
+ }, "strip", z.ZodTypeAny, {
2536
+ __kind: "Swap";
2537
+ swapRequestId: bigint;
2538
+ }, {
2539
+ __kind: "Swap";
2540
+ swapRequestId: string | number;
2541
+ }>, z.ZodObject<{
2542
+ __kind: z.ZodLiteral<"LiquidityProvision">;
2543
+ lpAccount: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
2544
+ }, "strip", z.ZodTypeAny, {
2545
+ __kind: "LiquidityProvision";
2546
+ lpAccount: string;
2547
+ }, {
2548
+ __kind: "LiquidityProvision";
2549
+ lpAccount: string;
2550
+ }>, z.ZodObject<{
2551
+ __kind: z.ZodLiteral<"CcmTransfer">;
2552
+ swapRequestId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
2553
+ }, "strip", z.ZodTypeAny, {
2554
+ __kind: "CcmTransfer";
2555
+ swapRequestId: bigint;
2556
+ }, {
2557
+ __kind: "CcmTransfer";
2558
+ swapRequestId: string | number;
2559
+ }>, z.ZodObject<{
2560
+ __kind: z.ZodLiteral<"NoAction">;
2561
+ }, "strip", z.ZodTypeAny, {
2562
+ __kind: "NoAction";
2563
+ }, {
2564
+ __kind: "NoAction";
2565
+ }>, z.ZodObject<{
2566
+ __kind: z.ZodLiteral<"BoostersCredited">;
2567
+ prewitnessedDepositId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
2568
+ }, "strip", z.ZodTypeAny, {
2569
+ __kind: "BoostersCredited";
2570
+ prewitnessedDepositId: bigint;
2571
+ }, {
2572
+ __kind: "BoostersCredited";
2573
+ prewitnessedDepositId: string | number;
2574
+ }>]>;
2575
+ declare const palletCfIngressEgressDepositWitnessBitcoin: z.ZodObject<{
2576
+ depositAddress: z.ZodUnion<[z.ZodObject<{
2577
+ __kind: z.ZodLiteral<"P2PKH">;
2578
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2579
+ }, "strip", z.ZodTypeAny, {
2580
+ value: `0x${string}`;
2581
+ __kind: "P2PKH";
2582
+ }, {
2583
+ value: string;
2584
+ __kind: "P2PKH";
2585
+ }>, z.ZodObject<{
2586
+ __kind: z.ZodLiteral<"P2SH">;
2587
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2588
+ }, "strip", z.ZodTypeAny, {
2589
+ value: `0x${string}`;
2590
+ __kind: "P2SH";
2591
+ }, {
2592
+ value: string;
2593
+ __kind: "P2SH";
2594
+ }>, z.ZodObject<{
2595
+ __kind: z.ZodLiteral<"P2WPKH">;
2596
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2597
+ }, "strip", z.ZodTypeAny, {
2598
+ value: `0x${string}`;
2599
+ __kind: "P2WPKH";
2600
+ }, {
2601
+ value: string;
2602
+ __kind: "P2WPKH";
2603
+ }>, z.ZodObject<{
2604
+ __kind: z.ZodLiteral<"P2WSH">;
2605
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2606
+ }, "strip", z.ZodTypeAny, {
2607
+ value: `0x${string}`;
2608
+ __kind: "P2WSH";
2609
+ }, {
2610
+ value: string;
2611
+ __kind: "P2WSH";
2612
+ }>, z.ZodObject<{
2613
+ __kind: z.ZodLiteral<"Taproot">;
2614
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2615
+ }, "strip", z.ZodTypeAny, {
2616
+ value: `0x${string}`;
2617
+ __kind: "Taproot";
2618
+ }, {
2619
+ value: string;
2620
+ __kind: "Taproot";
2621
+ }>, z.ZodObject<{
2622
+ __kind: z.ZodLiteral<"OtherSegwit">;
2623
+ version: z.ZodNumber;
2624
+ program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2625
+ }, "strip", z.ZodTypeAny, {
2626
+ __kind: "OtherSegwit";
2627
+ version: number;
2628
+ program: `0x${string}`;
2629
+ }, {
2630
+ __kind: "OtherSegwit";
2631
+ version: number;
2632
+ program: string;
2633
+ }>]>;
2634
+ asset: z.ZodEffects<z.ZodObject<{
2635
+ __kind: z.ZodEnum<["Btc"]>;
2636
+ }, "strip", z.ZodTypeAny, {
2637
+ __kind: "Btc";
2638
+ }, {
2639
+ __kind: "Btc";
2640
+ }>, "Btc", {
2641
+ __kind: "Btc";
2642
+ }>;
2643
+ amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
2644
+ depositDetails: z.ZodObject<{
2645
+ id: z.ZodObject<{
2646
+ txId: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2647
+ vout: z.ZodNumber;
2648
+ }, "strip", z.ZodTypeAny, {
2649
+ txId: `0x${string}`;
2650
+ vout: number;
2651
+ }, {
2652
+ txId: string;
2653
+ vout: number;
2654
+ }>;
2655
+ amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
2656
+ depositAddress: z.ZodObject<{
2657
+ pubkeyX: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2658
+ scriptPath: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2659
+ salt: z.ZodNumber;
2660
+ tweakedPubkeyBytes: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2661
+ tapleafHash: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2662
+ unlockScript: z.ZodObject<{
2663
+ bytes: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2664
+ }, "strip", z.ZodTypeAny, {
2665
+ bytes: `0x${string}`;
2666
+ }, {
2667
+ bytes: string;
2668
+ }>;
2669
+ }, "strip", z.ZodTypeAny, {
2670
+ salt: number;
2671
+ tweakedPubkeyBytes: `0x${string}`;
2672
+ tapleafHash: `0x${string}`;
2673
+ unlockScript: {
2674
+ bytes: `0x${string}`;
2675
+ };
2676
+ }, {
2677
+ salt: number;
2678
+ tweakedPubkeyBytes: string;
2679
+ tapleafHash: string;
2680
+ unlockScript: {
2681
+ bytes: string;
2682
+ };
2683
+ }>>>;
2684
+ }, "strip", z.ZodTypeAny, {
2685
+ pubkeyX: `0x${string}`;
2686
+ scriptPath?: {
2687
+ salt: number;
2688
+ tweakedPubkeyBytes: `0x${string}`;
2689
+ tapleafHash: `0x${string}`;
2690
+ unlockScript: {
2691
+ bytes: `0x${string}`;
2692
+ };
2693
+ } | null | undefined;
2694
+ }, {
2695
+ pubkeyX: string;
2696
+ scriptPath?: {
2697
+ salt: number;
2698
+ tweakedPubkeyBytes: string;
2699
+ tapleafHash: string;
2700
+ unlockScript: {
2701
+ bytes: string;
2702
+ };
2703
+ } | null | undefined;
2704
+ }>;
2705
+ }, "strip", z.ZodTypeAny, {
2706
+ depositAddress: {
2707
+ pubkeyX: `0x${string}`;
2708
+ scriptPath?: {
2709
+ salt: number;
2710
+ tweakedPubkeyBytes: `0x${string}`;
2711
+ tapleafHash: `0x${string}`;
2712
+ unlockScript: {
2713
+ bytes: `0x${string}`;
2714
+ };
2715
+ } | null | undefined;
2716
+ };
2717
+ id: {
2718
+ txId: `0x${string}`;
2719
+ vout: number;
2720
+ };
2721
+ amount: bigint;
2722
+ }, {
2723
+ depositAddress: {
2724
+ pubkeyX: string;
2725
+ scriptPath?: {
2726
+ salt: number;
2727
+ tweakedPubkeyBytes: string;
2728
+ tapleafHash: string;
2729
+ unlockScript: {
2730
+ bytes: string;
2731
+ };
2732
+ } | null | undefined;
2733
+ };
2734
+ id: {
2735
+ txId: string;
2736
+ vout: number;
2737
+ };
2738
+ amount: string | number;
2739
+ }>;
2740
+ }, "strip", z.ZodTypeAny, {
2741
+ depositAddress: {
2742
+ value: `0x${string}`;
2743
+ __kind: "P2PKH";
2744
+ } | {
2745
+ value: `0x${string}`;
2746
+ __kind: "P2SH";
2747
+ } | {
2748
+ value: `0x${string}`;
2749
+ __kind: "P2WPKH";
2750
+ } | {
2751
+ value: `0x${string}`;
2752
+ __kind: "P2WSH";
2753
+ } | {
2754
+ value: `0x${string}`;
2755
+ __kind: "Taproot";
2756
+ } | {
2757
+ __kind: "OtherSegwit";
2758
+ version: number;
2759
+ program: `0x${string}`;
2760
+ };
2761
+ amount: bigint;
2762
+ asset: "Btc";
2763
+ depositDetails: {
2764
+ depositAddress: {
2765
+ pubkeyX: `0x${string}`;
2766
+ scriptPath?: {
2767
+ salt: number;
2768
+ tweakedPubkeyBytes: `0x${string}`;
2769
+ tapleafHash: `0x${string}`;
2770
+ unlockScript: {
2771
+ bytes: `0x${string}`;
2772
+ };
2773
+ } | null | undefined;
2774
+ };
2775
+ id: {
2776
+ txId: `0x${string}`;
2777
+ vout: number;
2778
+ };
2779
+ amount: bigint;
2780
+ };
2781
+ }, {
2782
+ depositAddress: {
2783
+ value: string;
2784
+ __kind: "P2PKH";
2785
+ } | {
2786
+ value: string;
2787
+ __kind: "P2SH";
2788
+ } | {
2789
+ value: string;
2790
+ __kind: "P2WPKH";
2791
+ } | {
2792
+ value: string;
2793
+ __kind: "P2WSH";
2794
+ } | {
2795
+ value: string;
2796
+ __kind: "Taproot";
2797
+ } | {
2798
+ __kind: "OtherSegwit";
2799
+ version: number;
2800
+ program: string;
2801
+ };
2802
+ amount: string | number;
2803
+ asset: {
2804
+ __kind: "Btc";
2805
+ };
2806
+ depositDetails: {
2807
+ depositAddress: {
2808
+ pubkeyX: string;
2809
+ scriptPath?: {
2810
+ salt: number;
2811
+ tweakedPubkeyBytes: string;
2812
+ tapleafHash: string;
2813
+ unlockScript: {
2814
+ bytes: string;
2815
+ };
2816
+ } | null | undefined;
2817
+ };
2818
+ id: {
2819
+ txId: string;
2820
+ vout: number;
2821
+ };
2822
+ amount: string | number;
2823
+ };
2824
+ }>;
2825
+ declare const cfTraitsScheduledEgressDetailsBitcoin: z.ZodObject<{
2826
+ egressId: z.ZodTuple<[z.ZodEffects<z.ZodObject<{
2827
+ __kind: z.ZodEnum<["Ethereum", "Polkadot", "Bitcoin", "Arbitrum", "Solana"]>;
2828
+ }, "strip", z.ZodTypeAny, {
2829
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
2830
+ }, {
2831
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
2832
+ }>, "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana", {
2833
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
2834
+ }>, z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>], null>;
2835
+ egressAmount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
2836
+ feeWithheld: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
2837
+ }, "strip", z.ZodTypeAny, {
2838
+ egressId: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana", bigint];
2839
+ egressAmount: bigint;
2840
+ feeWithheld: bigint;
2841
+ }, {
2842
+ egressId: [{
2843
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
2844
+ }, string | number];
2845
+ egressAmount: string | number;
2846
+ feeWithheld: string | number;
2847
+ }>;
2848
+ declare const cfPrimitivesChainsAssetsArbAsset: z.ZodEffects<z.ZodObject<{
2849
+ __kind: z.ZodEnum<["ArbEth", "ArbUsdc"]>;
2850
+ }, "strip", z.ZodTypeAny, {
2851
+ __kind: "ArbEth" | "ArbUsdc";
2852
+ }, {
2853
+ __kind: "ArbEth" | "ArbUsdc";
2854
+ }>, "ArbEth" | "ArbUsdc", {
2855
+ __kind: "ArbEth" | "ArbUsdc";
2856
+ }>;
2857
+ declare const cfTraitsScheduledEgressDetailsArbitrum: z.ZodObject<{
2858
+ egressId: z.ZodTuple<[z.ZodEffects<z.ZodObject<{
2859
+ __kind: z.ZodEnum<["Ethereum", "Polkadot", "Bitcoin", "Arbitrum", "Solana"]>;
2860
+ }, "strip", z.ZodTypeAny, {
2861
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
2862
+ }, {
2863
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
2864
+ }>, "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana", {
2865
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
2866
+ }>, z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>], null>;
2867
+ egressAmount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
2868
+ feeWithheld: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
2869
+ }, "strip", z.ZodTypeAny, {
2870
+ egressId: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana", bigint];
2871
+ egressAmount: bigint;
2872
+ feeWithheld: bigint;
2873
+ }, {
2874
+ egressId: [{
2875
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
2876
+ }, string | number];
2877
+ egressAmount: string | number;
2878
+ feeWithheld: string | number;
2879
+ }>;
2148
2880
  declare const cfChainsSolSolanaTransactionData: z.ZodObject<{
2149
2881
  serializedTransaction: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2150
2882
  }, "strip", z.ZodTypeAny, {
@@ -2152,5 +2884,37 @@ declare const cfChainsSolSolanaTransactionData: z.ZodObject<{
2152
2884
  }, {
2153
2885
  serializedTransaction: string;
2154
2886
  }>;
2887
+ declare const cfPrimitivesChainsAssetsSolAsset: z.ZodEffects<z.ZodObject<{
2888
+ __kind: z.ZodEnum<["Sol", "SolUsdc"]>;
2889
+ }, "strip", z.ZodTypeAny, {
2890
+ __kind: "Sol" | "SolUsdc";
2891
+ }, {
2892
+ __kind: "Sol" | "SolUsdc";
2893
+ }>, "Sol" | "SolUsdc", {
2894
+ __kind: "Sol" | "SolUsdc";
2895
+ }>;
2896
+ declare const cfTraitsScheduledEgressDetailsSolana: z.ZodObject<{
2897
+ egressId: z.ZodTuple<[z.ZodEffects<z.ZodObject<{
2898
+ __kind: z.ZodEnum<["Ethereum", "Polkadot", "Bitcoin", "Arbitrum", "Solana"]>;
2899
+ }, "strip", z.ZodTypeAny, {
2900
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
2901
+ }, {
2902
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
2903
+ }>, "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana", {
2904
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
2905
+ }>, z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>], null>;
2906
+ egressAmount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
2907
+ feeWithheld: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
2908
+ }, "strip", z.ZodTypeAny, {
2909
+ egressId: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana", bigint];
2910
+ egressAmount: bigint;
2911
+ feeWithheld: bigint;
2912
+ }, {
2913
+ egressId: [{
2914
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
2915
+ }, string | number];
2916
+ egressAmount: string | number;
2917
+ feeWithheld: string | number;
2918
+ }>;
2155
2919
 
2156
- export { accountId, cfChainsAddressEncodedAddress, cfChainsAllBatchError, cfChainsCcmChannelMetadata, cfChainsCcmCheckerCcmValidityError, cfChainsCcmDepositMetadataGenericEncodedAddress, cfChainsCcmFailReason, cfChainsCcmSwapAmounts, cfChainsCcmSwapMetadataGeneric, cfChainsChannelRefundParametersGenericEncodedAddress, cfChainsSolApiSolanaTransactionBuildingError, cfChainsSolSolanaTransactionData, cfChainsSwapOrigin, cfPrimitivesChainsAssetsAnyAsset, cfPrimitivesChainsForeignChain, cfPrimitivesDcaParameters, cfTraitsSwappingSwapRequestTypeGeneric, hexString, numberOrHex, numericString, palletCfBroadcastPalletConfigUpdate, palletCfReputationPenalty, palletCfThresholdSignaturePalletConfigUpdate, simpleEnum, solPrimPdaPdaError, spArithmeticArithmeticError, spRuntimeDispatchError, spRuntimeModuleError, spRuntimeTokenError, spRuntimeTransactionalError, stateChainRuntimeChainflipOffencesOffence };
2920
+ export { accountId, cfChainsAddressEncodedAddress, cfChainsAllBatchError, cfChainsBtcAggKey, cfChainsBtcBitcoinScript, cfChainsBtcDepositAddress, cfChainsBtcDepositAddressTapscriptPath, cfChainsBtcScriptPubkey, cfChainsBtcUtxo, cfChainsBtcUtxoId, cfChainsCcmChannelMetadata, cfChainsCcmCheckerCcmValidityError, cfChainsCcmDepositMetadataGenericEncodedAddress, cfChainsCcmFailReason, cfChainsCcmSwapAmounts, cfChainsCcmSwapMetadataGeneric, cfChainsChannelRefundParametersGenericEncodedAddress, cfChainsEvmAggKey, cfChainsEvmDepositDetails, cfChainsEvmParityBit, cfChainsSolApiSolanaTransactionBuildingError, cfChainsSolSolanaTransactionData, cfChainsSwapOrigin, cfPrimitivesChainsAssetsAnyAsset, cfPrimitivesChainsAssetsArbAsset, cfPrimitivesChainsAssetsBtcAsset, cfPrimitivesChainsAssetsDotAsset, cfPrimitivesChainsAssetsEthAsset, cfPrimitivesChainsAssetsSolAsset, cfPrimitivesChainsForeignChain, cfPrimitivesDcaParameters, cfPrimitivesTxId, cfTraitsScheduledEgressDetailsArbitrum, cfTraitsScheduledEgressDetailsBitcoin, cfTraitsScheduledEgressDetailsEthereum, cfTraitsScheduledEgressDetailsPolkadot, cfTraitsScheduledEgressDetailsSolana, cfTraitsSwappingSwapRequestTypeGeneric, hexString, numberOrHex, numericString, palletCfBroadcastPalletConfigUpdate, palletCfIngressEgressDepositAction, palletCfIngressEgressDepositIgnoredReason, palletCfIngressEgressDepositWitnessBitcoin, palletCfReputationPenalty, palletCfThresholdSignaturePalletConfigUpdate, simpleEnum, solPrimPdaPdaError, spArithmeticArithmeticError, spRuntimeDispatchError, spRuntimeModuleError, spRuntimeTokenError, spRuntimeTransactionalError, stateChainRuntimeChainflipOffencesOffence };