@chainflip/processor 1.4.8 → 1.5.0

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 (327) hide show
  1. package/dist/100/environment/runtimeSafeModeUpdated.d.cts +28 -28
  2. package/dist/100/environment/runtimeSafeModeUpdated.d.ts +28 -28
  3. package/dist/100/funding/boundExecutorAddress.d.cts +2 -2
  4. package/dist/100/funding/boundExecutorAddress.d.ts +2 -2
  5. package/dist/100/funding/boundRedeemAddress.d.cts +2 -2
  6. package/dist/100/funding/boundRedeemAddress.d.ts +2 -2
  7. package/dist/100/funding/failedFundingAttempt.d.cts +2 -2
  8. package/dist/100/funding/failedFundingAttempt.d.ts +2 -2
  9. package/dist/100/funding/funded.d.cts +2 -2
  10. package/dist/100/funding/funded.d.ts +2 -2
  11. package/dist/100/funding/redemptionRequested.d.cts +2 -2
  12. package/dist/100/funding/redemptionRequested.d.ts +2 -2
  13. package/dist/100/liquidityPools/limitOrderUpdated.d.cts +8 -8
  14. package/dist/100/liquidityPools/limitOrderUpdated.d.ts +8 -8
  15. package/dist/100/liquidityPools/rangeOrderUpdated.d.cts +8 -8
  16. package/dist/100/liquidityPools/rangeOrderUpdated.d.ts +8 -8
  17. package/dist/100/liquidityProvider/accountCredited.d.cts +6 -6
  18. package/dist/100/liquidityProvider/accountCredited.d.ts +6 -6
  19. package/dist/100/liquidityProvider/accountDebited.d.cts +6 -6
  20. package/dist/100/liquidityProvider/accountDebited.d.ts +6 -6
  21. package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.cts +8 -8
  22. package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.ts +8 -8
  23. package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.cts +6 -6
  24. package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.ts +6 -6
  25. package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.cts +16 -16
  26. package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.ts +16 -16
  27. package/dist/100/polkadotIngressEgress/depositFetchesScheduled.d.cts +2 -2
  28. package/dist/100/polkadotIngressEgress/depositFetchesScheduled.d.ts +2 -2
  29. package/dist/100/polkadotIngressEgress/depositIgnored.d.cts +2 -2
  30. package/dist/100/polkadotIngressEgress/depositIgnored.d.ts +2 -2
  31. package/dist/100/polkadotIngressEgress/depositReceived.d.cts +2 -2
  32. package/dist/100/polkadotIngressEgress/depositReceived.d.ts +2 -2
  33. package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.cts +20 -20
  34. package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.ts +20 -20
  35. package/dist/100/swapping/batchSwapFailed.d.cts +2 -2
  36. package/dist/100/swapping/batchSwapFailed.d.ts +2 -2
  37. package/dist/100/swapping/ccmDepositReceived.d.cts +70 -70
  38. package/dist/100/swapping/ccmDepositReceived.d.ts +70 -70
  39. package/dist/100/swapping/ccmFailed.d.cts +70 -70
  40. package/dist/100/swapping/ccmFailed.d.ts +70 -70
  41. package/dist/100/swapping/swapAmountTooLow.d.cts +30 -30
  42. package/dist/100/swapping/swapAmountTooLow.d.ts +30 -30
  43. package/dist/100/swapping/swapDepositAddressReady.d.cts +24 -24
  44. package/dist/100/swapping/swapDepositAddressReady.d.ts +24 -24
  45. package/dist/100/swapping/swapEgressScheduled.d.cts +4 -4
  46. package/dist/100/swapping/swapEgressScheduled.d.ts +4 -4
  47. package/dist/100/swapping/swapScheduled.d.cts +100 -100
  48. package/dist/100/swapping/swapScheduled.d.ts +100 -100
  49. package/dist/100/swapping/withdrawalRequested.d.cts +16 -16
  50. package/dist/100/swapping/withdrawalRequested.d.ts +16 -16
  51. package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.cts +22 -22
  52. package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.ts +22 -22
  53. package/dist/120/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
  54. package/dist/120/liquidityProvider/liquidityDepositCredited.d.ts +2 -2
  55. package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.cts +4 -4
  56. package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.ts +4 -4
  57. package/dist/120/swapping/ccmFailed.d.cts +4 -4
  58. package/dist/120/swapping/ccmFailed.d.ts +4 -4
  59. package/dist/120/swapping/swapEgressIgnored.d.cts +6 -6
  60. package/dist/120/swapping/swapEgressIgnored.d.ts +6 -6
  61. package/dist/120/swapping/swapEgressScheduled.d.cts +10 -10
  62. package/dist/120/swapping/swapEgressScheduled.d.ts +10 -10
  63. package/dist/120/swapping/swapExecuted.d.cts +14 -14
  64. package/dist/120/swapping/swapExecuted.d.ts +14 -14
  65. package/dist/120/swapping/withdrawalRequested.d.cts +6 -6
  66. package/dist/120/swapping/withdrawalRequested.d.ts +6 -6
  67. package/dist/131/environment/runtimeSafeModeUpdated.d.cts +40 -40
  68. package/dist/131/environment/runtimeSafeModeUpdated.d.ts +40 -40
  69. package/dist/131/liquidityPools/limitOrderUpdated.d.cts +8 -8
  70. package/dist/131/liquidityPools/limitOrderUpdated.d.ts +8 -8
  71. package/dist/131/liquidityPools/rangeOrderUpdated.d.cts +8 -8
  72. package/dist/131/liquidityPools/rangeOrderUpdated.d.ts +8 -8
  73. package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.cts +4 -4
  74. package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.ts +4 -4
  75. package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.cts +16 -16
  76. package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.ts +16 -16
  77. package/dist/141/bitcoinIngressEgress/depositBoosted.d.cts +24 -24
  78. package/dist/141/bitcoinIngressEgress/depositBoosted.d.ts +24 -24
  79. package/dist/141/bitcoinIngressEgress/depositFinalised.d.cts +24 -24
  80. package/dist/141/bitcoinIngressEgress/depositFinalised.d.ts +24 -24
  81. package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
  82. package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
  83. package/dist/141/bitcoinIngressEgress/stoppedBoosting.d.cts +2 -2
  84. package/dist/141/bitcoinIngressEgress/stoppedBoosting.d.ts +2 -2
  85. package/dist/141/ethereumIngressEgress/boostFundsAdded.d.cts +4 -4
  86. package/dist/141/ethereumIngressEgress/boostFundsAdded.d.ts +4 -4
  87. package/dist/141/ethereumIngressEgress/ccmEgressInvalid.d.cts +16 -16
  88. package/dist/141/ethereumIngressEgress/ccmEgressInvalid.d.ts +16 -16
  89. package/dist/141/ethereumIngressEgress/depositBoosted.d.cts +4 -4
  90. package/dist/141/ethereumIngressEgress/depositBoosted.d.ts +4 -4
  91. package/dist/141/ethereumIngressEgress/depositFinalised.d.cts +4 -4
  92. package/dist/141/ethereumIngressEgress/depositFinalised.d.ts +4 -4
  93. package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
  94. package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
  95. package/dist/141/ethereumIngressEgress/stoppedBoosting.d.cts +2 -2
  96. package/dist/141/ethereumIngressEgress/stoppedBoosting.d.ts +2 -2
  97. package/dist/141/evmThresholdSigner/failureReportProcessed.d.cts +2 -2
  98. package/dist/141/evmThresholdSigner/failureReportProcessed.d.ts +2 -2
  99. package/dist/141/evmThresholdSigner/retryRequested.d.cts +2 -2
  100. package/dist/141/evmThresholdSigner/retryRequested.d.ts +2 -2
  101. package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
  102. package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
  103. package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
  104. package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.ts +2 -2
  105. package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
  106. package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.ts +2 -2
  107. package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
  108. package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.ts +2 -2
  109. package/dist/141/polkadotIngressEgress/boostFundsAdded.d.cts +2 -2
  110. package/dist/141/polkadotIngressEgress/boostFundsAdded.d.ts +2 -2
  111. package/dist/141/polkadotIngressEgress/depositBoosted.d.cts +4 -4
  112. package/dist/141/polkadotIngressEgress/depositBoosted.d.ts +4 -4
  113. package/dist/141/polkadotIngressEgress/depositFinalised.d.cts +4 -4
  114. package/dist/141/polkadotIngressEgress/depositFinalised.d.ts +4 -4
  115. package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
  116. package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
  117. package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.cts +16 -16
  118. package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.ts +16 -16
  119. package/dist/150/arbitrumIngressEgress/depositBoosted.d.cts +4 -4
  120. package/dist/150/arbitrumIngressEgress/depositBoosted.d.ts +4 -4
  121. package/dist/150/arbitrumIngressEgress/depositFinalised.d.cts +2 -2
  122. package/dist/150/arbitrumIngressEgress/depositFinalised.d.ts +2 -2
  123. package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.cts +16 -16
  124. package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.ts +16 -16
  125. package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.cts +16 -16
  126. package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.ts +16 -16
  127. package/dist/150/ethereumIngressEgress/depositBoosted.d.cts +4 -4
  128. package/dist/150/ethereumIngressEgress/depositBoosted.d.ts +4 -4
  129. package/dist/150/ethereumIngressEgress/depositFinalised.d.cts +2 -2
  130. package/dist/150/ethereumIngressEgress/depositFinalised.d.ts +2 -2
  131. package/dist/150/ethereumIngressEgress/depositWitnessRejected.d.cts +16 -16
  132. package/dist/150/ethereumIngressEgress/depositWitnessRejected.d.ts +16 -16
  133. package/dist/150/liquidityPools/limitOrderUpdated.d.cts +2 -2
  134. package/dist/150/liquidityPools/limitOrderUpdated.d.ts +2 -2
  135. package/dist/150/liquidityPools/rangeOrderUpdated.d.cts +2 -2
  136. package/dist/150/liquidityPools/rangeOrderUpdated.d.ts +2 -2
  137. package/dist/150/liquidityProvider/accountCredited.d.cts +2 -2
  138. package/dist/150/liquidityProvider/accountCredited.d.ts +2 -2
  139. package/dist/150/liquidityProvider/accountDebited.d.cts +2 -2
  140. package/dist/150/liquidityProvider/accountDebited.d.ts +2 -2
  141. package/dist/150/liquidityProvider/assetTransferred.d.cts +3 -3
  142. package/dist/150/liquidityProvider/assetTransferred.d.ts +3 -3
  143. package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.cts +2 -2
  144. package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.ts +2 -2
  145. package/dist/150/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
  146. package/dist/150/liquidityProvider/liquidityDepositCredited.d.ts +2 -2
  147. package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.cjs +14 -0
  148. package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.cts +532 -0
  149. package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.ts +532 -0
  150. package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.mjs +14 -0
  151. package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.cjs +14 -0
  152. package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.cts +532 -0
  153. package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.ts +532 -0
  154. package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.mjs +14 -0
  155. package/dist/160/common.cjs +121 -8
  156. package/dist/160/common.d.cts +1182 -41
  157. package/dist/160/common.d.ts +1182 -41
  158. package/dist/160/common.mjs +120 -7
  159. package/dist/160/environment/durableNonceSetForAccount.cjs +10 -0
  160. package/dist/160/environment/durableNonceSetForAccount.d.cts +14 -0
  161. package/dist/160/environment/durableNonceSetForAccount.d.ts +14 -0
  162. package/dist/160/environment/durableNonceSetForAccount.mjs +10 -0
  163. package/dist/160/environment/solanaInitialized.cjs +6 -0
  164. package/dist/160/environment/solanaInitialized.d.cts +5 -0
  165. package/dist/160/environment/solanaInitialized.d.ts +5 -0
  166. package/dist/160/environment/solanaInitialized.mjs +6 -0
  167. package/dist/160/ethereumIngressEgress/ccmEgressInvalid.cjs +14 -0
  168. package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.cts +532 -0
  169. package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.ts +532 -0
  170. package/dist/160/ethereumIngressEgress/ccmEgressInvalid.mjs +14 -0
  171. package/dist/160/ethereumIngressEgress/depositBoosted.d.cts +10 -10
  172. package/dist/160/ethereumIngressEgress/depositBoosted.d.ts +10 -10
  173. package/dist/160/ethereumIngressEgress/depositFinalised.d.cts +6 -6
  174. package/dist/160/ethereumIngressEgress/depositFinalised.d.ts +6 -6
  175. package/dist/160/liquidityPools/assetSwapped.cjs +12 -0
  176. package/dist/160/liquidityPools/assetSwapped.d.cts +40 -0
  177. package/dist/160/liquidityPools/assetSwapped.d.ts +40 -0
  178. package/dist/160/liquidityPools/assetSwapped.mjs +12 -0
  179. package/dist/160/liquidityPools/limitOrderUpdated.cjs +24 -0
  180. package/dist/160/liquidityPools/limitOrderUpdated.d.cts +98 -0
  181. package/dist/160/liquidityPools/limitOrderUpdated.d.ts +98 -0
  182. package/dist/160/liquidityPools/limitOrderUpdated.mjs +24 -0
  183. package/dist/160/liquidityPools/newPoolCreated.cjs +12 -0
  184. package/dist/160/liquidityPools/newPoolCreated.d.cts +40 -0
  185. package/dist/160/liquidityPools/newPoolCreated.d.ts +40 -0
  186. package/dist/160/liquidityPools/newPoolCreated.mjs +12 -0
  187. package/dist/160/liquidityPools/poolFeeSet.cjs +11 -0
  188. package/dist/160/liquidityPools/poolFeeSet.d.cts +37 -0
  189. package/dist/160/liquidityPools/poolFeeSet.d.ts +37 -0
  190. package/dist/160/liquidityPools/poolFeeSet.mjs +11 -0
  191. package/dist/160/liquidityPools/priceImpactLimitSet.cjs +10 -0
  192. package/dist/160/liquidityPools/priceImpactLimitSet.d.cts +45 -0
  193. package/dist/160/liquidityPools/priceImpactLimitSet.d.ts +45 -0
  194. package/dist/160/liquidityPools/priceImpactLimitSet.mjs +10 -0
  195. package/dist/160/liquidityPools/rangeOrderUpdated.cjs +22 -0
  196. package/dist/160/liquidityPools/rangeOrderUpdated.d.cts +208 -0
  197. package/dist/160/liquidityPools/rangeOrderUpdated.d.ts +208 -0
  198. package/dist/160/liquidityPools/rangeOrderUpdated.mjs +22 -0
  199. package/dist/160/liquidityProvider/accountCredited.cjs +11 -0
  200. package/dist/160/liquidityProvider/accountCredited.d.cts +27 -0
  201. package/dist/160/liquidityProvider/accountCredited.d.ts +27 -0
  202. package/dist/160/liquidityProvider/accountCredited.mjs +11 -0
  203. package/dist/160/liquidityProvider/accountDebited.cjs +11 -0
  204. package/dist/160/liquidityProvider/accountDebited.d.cts +27 -0
  205. package/dist/160/liquidityProvider/accountDebited.d.ts +27 -0
  206. package/dist/160/liquidityProvider/accountDebited.mjs +11 -0
  207. package/dist/160/liquidityProvider/assetTransferred.cjs +12 -0
  208. package/dist/160/liquidityProvider/assetTransferred.d.cts +30 -0
  209. package/dist/160/liquidityProvider/assetTransferred.d.ts +30 -0
  210. package/dist/160/liquidityProvider/assetTransferred.mjs +12 -0
  211. package/dist/160/liquidityProvider/liquidityDepositAddressReady.cjs +20 -0
  212. package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.cts +114 -0
  213. package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.ts +114 -0
  214. package/dist/160/liquidityProvider/liquidityDepositAddressReady.mjs +20 -0
  215. package/dist/160/liquidityProvider/liquidityDepositCredited.cjs +11 -0
  216. package/dist/160/liquidityProvider/liquidityDepositCredited.d.cts +27 -0
  217. package/dist/160/liquidityProvider/liquidityDepositCredited.d.ts +27 -0
  218. package/dist/160/liquidityProvider/liquidityDepositCredited.mjs +11 -0
  219. package/dist/160/liquidityProvider/withdrawalEgressScheduled.cjs +18 -0
  220. package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.cts +118 -0
  221. package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.ts +118 -0
  222. package/dist/160/liquidityProvider/withdrawalEgressScheduled.mjs +18 -0
  223. package/dist/160/polkadotIngressEgress/ccmEgressInvalid.cjs +14 -0
  224. package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.cts +532 -0
  225. package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.ts +532 -0
  226. package/dist/160/polkadotIngressEgress/ccmEgressInvalid.mjs +14 -0
  227. package/dist/160/solanaBroadcaster/broadcastSuccess.cjs +11 -0
  228. package/dist/160/solanaBroadcaster/broadcastSuccess.d.cts +17 -0
  229. package/dist/160/solanaBroadcaster/broadcastSuccess.d.ts +17 -0
  230. package/dist/160/solanaBroadcaster/broadcastSuccess.mjs +11 -0
  231. package/dist/160/solanaBroadcaster/transactionBroadcastRequest.cjs +12 -0
  232. package/dist/160/solanaBroadcaster/transactionBroadcastRequest.d.cts +142 -0
  233. package/dist/160/solanaBroadcaster/transactionBroadcastRequest.d.ts +142 -0
  234. package/dist/160/solanaBroadcaster/transactionBroadcastRequest.mjs +12 -0
  235. package/dist/160/solanaBroadcaster/transactionFeeDeficitRecorded.cjs +10 -0
  236. package/dist/160/solanaBroadcaster/transactionFeeDeficitRecorded.d.cts +14 -0
  237. package/dist/160/solanaBroadcaster/transactionFeeDeficitRecorded.d.ts +14 -0
  238. package/dist/160/solanaBroadcaster/transactionFeeDeficitRecorded.mjs +10 -0
  239. package/dist/160/solanaChainTracking/chainStateUpdated.cjs +9 -0
  240. package/dist/160/solanaChainTracking/chainStateUpdated.d.cts +40 -0
  241. package/dist/160/solanaChainTracking/chainStateUpdated.d.ts +40 -0
  242. package/dist/160/solanaChainTracking/chainStateUpdated.mjs +9 -0
  243. package/dist/160/solanaIngressEgress/assetEgressStatusChanged.cjs +10 -0
  244. package/dist/160/solanaIngressEgress/assetEgressStatusChanged.d.cts +24 -0
  245. package/dist/160/solanaIngressEgress/assetEgressStatusChanged.d.ts +24 -0
  246. package/dist/160/solanaIngressEgress/assetEgressStatusChanged.mjs +10 -0
  247. package/dist/160/solanaIngressEgress/boostFundsAdded.cjs +11 -0
  248. package/dist/160/solanaIngressEgress/boostFundsAdded.d.cts +44 -0
  249. package/dist/160/solanaIngressEgress/boostFundsAdded.d.ts +44 -0
  250. package/dist/160/solanaIngressEgress/boostFundsAdded.mjs +11 -0
  251. package/dist/160/solanaIngressEgress/boostPoolCreated.cjs +9 -0
  252. package/dist/160/solanaIngressEgress/boostPoolCreated.d.cts +38 -0
  253. package/dist/160/solanaIngressEgress/boostPoolCreated.d.ts +38 -0
  254. package/dist/160/solanaIngressEgress/boostPoolCreated.mjs +9 -0
  255. package/dist/160/solanaIngressEgress/ccmEgressInvalid.cjs +14 -0
  256. package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.cts +532 -0
  257. package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.ts +532 -0
  258. package/dist/160/solanaIngressEgress/ccmEgressInvalid.mjs +14 -0
  259. package/dist/160/solanaIngressEgress/depositBoosted.d.cts +16 -16
  260. package/dist/160/solanaIngressEgress/depositBoosted.d.ts +16 -16
  261. package/dist/160/solanaIngressEgress/depositFetchesScheduled.cjs +10 -0
  262. package/dist/160/solanaIngressEgress/depositFetchesScheduled.d.cts +24 -0
  263. package/dist/160/solanaIngressEgress/depositFetchesScheduled.d.ts +24 -0
  264. package/dist/160/solanaIngressEgress/depositFetchesScheduled.mjs +10 -0
  265. package/dist/160/solanaIngressEgress/depositFinalised.d.cts +11 -11
  266. package/dist/160/solanaIngressEgress/depositFinalised.d.ts +11 -11
  267. package/dist/160/solanaIngressEgress/depositIgnored.cjs +17 -0
  268. package/dist/160/solanaIngressEgress/depositIgnored.d.cts +40 -0
  269. package/dist/160/solanaIngressEgress/depositIgnored.d.ts +40 -0
  270. package/dist/160/solanaIngressEgress/depositIgnored.mjs +17 -0
  271. package/dist/160/solanaIngressEgress/depositWitnessRejected.cjs +10 -0
  272. package/dist/160/solanaIngressEgress/depositWitnessRejected.d.cts +263 -0
  273. package/dist/160/solanaIngressEgress/depositWitnessRejected.d.ts +263 -0
  274. package/dist/160/solanaIngressEgress/depositWitnessRejected.mjs +10 -0
  275. package/dist/160/solanaIngressEgress/insufficientBoostLiquidity.cjs +12 -0
  276. package/dist/160/solanaIngressEgress/insufficientBoostLiquidity.d.cts +30 -0
  277. package/dist/160/solanaIngressEgress/insufficientBoostLiquidity.d.ts +30 -0
  278. package/dist/160/solanaIngressEgress/insufficientBoostLiquidity.mjs +12 -0
  279. package/dist/160/solanaIngressEgress/minimumDepositSet.cjs +10 -0
  280. package/dist/160/solanaIngressEgress/minimumDepositSet.d.cts +24 -0
  281. package/dist/160/solanaIngressEgress/minimumDepositSet.d.ts +24 -0
  282. package/dist/160/solanaIngressEgress/minimumDepositSet.mjs +10 -0
  283. package/dist/160/solanaIngressEgress/stoppedBoosting.cjs +12 -0
  284. package/dist/160/solanaIngressEgress/stoppedBoosting.d.cts +47 -0
  285. package/dist/160/solanaIngressEgress/stoppedBoosting.d.ts +47 -0
  286. package/dist/160/solanaIngressEgress/stoppedBoosting.mjs +12 -0
  287. package/dist/160/solanaIngressEgress/transferFallbackRequested.cjs +12 -0
  288. package/dist/160/solanaIngressEgress/transferFallbackRequested.d.cts +30 -0
  289. package/dist/160/solanaIngressEgress/transferFallbackRequested.d.ts +30 -0
  290. package/dist/160/solanaIngressEgress/transferFallbackRequested.mjs +12 -0
  291. package/dist/160/solanaThresholdSigner/thresholdSignatureRequest.cjs +14 -0
  292. package/dist/160/solanaThresholdSigner/thresholdSignatureRequest.d.cts +107 -0
  293. package/dist/160/solanaThresholdSigner/thresholdSignatureRequest.d.ts +107 -0
  294. package/dist/160/solanaThresholdSigner/thresholdSignatureRequest.mjs +14 -0
  295. package/dist/160/swapping/batchSwapFailed.cjs +11 -0
  296. package/dist/160/swapping/batchSwapFailed.d.cts +37 -0
  297. package/dist/160/swapping/batchSwapFailed.d.ts +37 -0
  298. package/dist/160/swapping/batchSwapFailed.mjs +11 -0
  299. package/dist/160/swapping/ccmFailed.d.cts +120 -120
  300. package/dist/160/swapping/ccmFailed.d.ts +120 -120
  301. package/dist/160/swapping/maximumSwapAmountSet.cjs +10 -0
  302. package/dist/160/swapping/maximumSwapAmountSet.d.cts +24 -0
  303. package/dist/160/swapping/maximumSwapAmountSet.d.ts +24 -0
  304. package/dist/160/swapping/maximumSwapAmountSet.mjs +10 -0
  305. package/dist/160/swapping/refundEgressIgnored.d.cts +25 -25
  306. package/dist/160/swapping/refundEgressIgnored.d.ts +25 -25
  307. package/dist/160/swapping/refundEgressScheduled.d.cts +9 -9
  308. package/dist/160/swapping/refundEgressScheduled.d.ts +9 -9
  309. package/dist/160/swapping/swapAmountConfiscated.d.cts +8 -8
  310. package/dist/160/swapping/swapAmountConfiscated.d.ts +8 -8
  311. package/dist/160/swapping/swapDepositAddressReady.cjs +27 -0
  312. package/dist/160/swapping/swapDepositAddressReady.d.cts +545 -0
  313. package/dist/160/swapping/swapDepositAddressReady.d.ts +545 -0
  314. package/dist/160/swapping/swapDepositAddressReady.mjs +27 -0
  315. package/dist/160/swapping/swapEgressIgnored.d.cts +25 -25
  316. package/dist/160/swapping/swapEgressIgnored.d.ts +25 -25
  317. package/dist/160/swapping/swapEgressScheduled.d.cts +9 -9
  318. package/dist/160/swapping/swapEgressScheduled.d.ts +9 -9
  319. package/dist/160/swapping/swapExecuted.d.cts +14 -14
  320. package/dist/160/swapping/swapExecuted.d.ts +14 -14
  321. package/dist/160/swapping/swapRequested.d.cts +194 -194
  322. package/dist/160/swapping/swapRequested.d.ts +194 -194
  323. package/dist/160/swapping/withdrawalRequested.cjs +18 -0
  324. package/dist/160/swapping/withdrawalRequested.d.cts +118 -0
  325. package/dist/160/swapping/withdrawalRequested.d.ts +118 -0
  326. package/dist/160/swapping/withdrawalRequested.mjs +18 -0
  327. package/package.json +1 -1
@@ -1,7 +1,7 @@
1
1
  import { z } from 'zod';
2
2
 
3
- declare const numericString: z.ZodEffects<z.ZodString, string, string>;
4
3
  declare const hexString: z.ZodEffects<z.ZodString, `0x${string}`, string>;
4
+ declare const numericString: z.ZodEffects<z.ZodString, string, string>;
5
5
  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>;
6
6
  declare const simpleEnum: <U extends string, T extends readonly [U, ...U[]]>(values: T) => z.ZodEffects<z.ZodObject<{
7
7
  __kind: z.ZodEnum<z.Writeable<T>>;
@@ -21,13 +21,13 @@ declare const simpleEnum: <U extends string, T extends readonly [U, ...U[]]>(val
21
21
  __kind: z.ZodEnum<z.Writeable<T>>;
22
22
  }>[k_1]; }>;
23
23
  declare const cfPrimitivesChainsAssetsAnyAsset: z.ZodEffects<z.ZodObject<{
24
- __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol"]>;
24
+ __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
25
25
  }, "strip", z.ZodTypeAny, {
26
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol";
26
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
27
27
  }, {
28
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol";
29
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol", {
30
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol";
28
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
29
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
30
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
31
31
  }>;
32
32
  declare const cfChainsAddressEncodedAddress: z.ZodUnion<[z.ZodObject<{
33
33
  __kind: z.ZodLiteral<"Eth">;
@@ -1173,6 +1173,238 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodUnion<[z.ZodObject<{
1173
1173
  } | null | undefined;
1174
1174
  };
1175
1175
  }>]>;
1176
+ declare const accountId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
1177
+ declare const cfPrimitivesBeneficiary: z.ZodObject<{
1178
+ account: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
1179
+ bps: z.ZodNumber;
1180
+ }, "strip", z.ZodTypeAny, {
1181
+ account: string;
1182
+ bps: number;
1183
+ }, {
1184
+ account: string;
1185
+ bps: number;
1186
+ }>;
1187
+ declare const cfChainsChannelRefundParameters: z.ZodObject<{
1188
+ retryDuration: z.ZodNumber;
1189
+ refundAddress: z.ZodUnion<[z.ZodObject<{
1190
+ __kind: z.ZodLiteral<"Eth">;
1191
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1192
+ }, "strip", z.ZodTypeAny, {
1193
+ value: `0x${string}`;
1194
+ __kind: "Eth";
1195
+ }, {
1196
+ value: string;
1197
+ __kind: "Eth";
1198
+ }>, z.ZodObject<{
1199
+ __kind: z.ZodLiteral<"Dot">;
1200
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1201
+ }, "strip", z.ZodTypeAny, {
1202
+ value: `0x${string}`;
1203
+ __kind: "Dot";
1204
+ }, {
1205
+ value: string;
1206
+ __kind: "Dot";
1207
+ }>, z.ZodObject<{
1208
+ __kind: z.ZodLiteral<"Btc">;
1209
+ value: z.ZodUnion<[z.ZodObject<{
1210
+ __kind: z.ZodLiteral<"P2PKH">;
1211
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1212
+ }, "strip", z.ZodTypeAny, {
1213
+ value: `0x${string}`;
1214
+ __kind: "P2PKH";
1215
+ }, {
1216
+ value: string;
1217
+ __kind: "P2PKH";
1218
+ }>, z.ZodObject<{
1219
+ __kind: z.ZodLiteral<"P2SH">;
1220
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1221
+ }, "strip", z.ZodTypeAny, {
1222
+ value: `0x${string}`;
1223
+ __kind: "P2SH";
1224
+ }, {
1225
+ value: string;
1226
+ __kind: "P2SH";
1227
+ }>, z.ZodObject<{
1228
+ __kind: z.ZodLiteral<"P2WPKH">;
1229
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1230
+ }, "strip", z.ZodTypeAny, {
1231
+ value: `0x${string}`;
1232
+ __kind: "P2WPKH";
1233
+ }, {
1234
+ value: string;
1235
+ __kind: "P2WPKH";
1236
+ }>, z.ZodObject<{
1237
+ __kind: z.ZodLiteral<"P2WSH">;
1238
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1239
+ }, "strip", z.ZodTypeAny, {
1240
+ value: `0x${string}`;
1241
+ __kind: "P2WSH";
1242
+ }, {
1243
+ value: string;
1244
+ __kind: "P2WSH";
1245
+ }>, z.ZodObject<{
1246
+ __kind: z.ZodLiteral<"Taproot">;
1247
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1248
+ }, "strip", z.ZodTypeAny, {
1249
+ value: `0x${string}`;
1250
+ __kind: "Taproot";
1251
+ }, {
1252
+ value: string;
1253
+ __kind: "Taproot";
1254
+ }>, z.ZodObject<{
1255
+ __kind: z.ZodLiteral<"OtherSegwit">;
1256
+ version: z.ZodNumber;
1257
+ program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1258
+ }, "strip", z.ZodTypeAny, {
1259
+ __kind: "OtherSegwit";
1260
+ version: number;
1261
+ program: `0x${string}`;
1262
+ }, {
1263
+ __kind: "OtherSegwit";
1264
+ version: number;
1265
+ program: string;
1266
+ }>]>;
1267
+ }, "strip", z.ZodTypeAny, {
1268
+ value: {
1269
+ value: `0x${string}`;
1270
+ __kind: "P2PKH";
1271
+ } | {
1272
+ value: `0x${string}`;
1273
+ __kind: "P2SH";
1274
+ } | {
1275
+ value: `0x${string}`;
1276
+ __kind: "P2WPKH";
1277
+ } | {
1278
+ value: `0x${string}`;
1279
+ __kind: "P2WSH";
1280
+ } | {
1281
+ value: `0x${string}`;
1282
+ __kind: "Taproot";
1283
+ } | {
1284
+ __kind: "OtherSegwit";
1285
+ version: number;
1286
+ program: `0x${string}`;
1287
+ };
1288
+ __kind: "Btc";
1289
+ }, {
1290
+ value: {
1291
+ value: string;
1292
+ __kind: "P2PKH";
1293
+ } | {
1294
+ value: string;
1295
+ __kind: "P2SH";
1296
+ } | {
1297
+ value: string;
1298
+ __kind: "P2WPKH";
1299
+ } | {
1300
+ value: string;
1301
+ __kind: "P2WSH";
1302
+ } | {
1303
+ value: string;
1304
+ __kind: "Taproot";
1305
+ } | {
1306
+ __kind: "OtherSegwit";
1307
+ version: number;
1308
+ program: string;
1309
+ };
1310
+ __kind: "Btc";
1311
+ }>, z.ZodObject<{
1312
+ __kind: z.ZodLiteral<"Arb">;
1313
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1314
+ }, "strip", z.ZodTypeAny, {
1315
+ value: `0x${string}`;
1316
+ __kind: "Arb";
1317
+ }, {
1318
+ value: string;
1319
+ __kind: "Arb";
1320
+ }>, z.ZodObject<{
1321
+ __kind: z.ZodLiteral<"Sol">;
1322
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1323
+ }, "strip", z.ZodTypeAny, {
1324
+ value: `0x${string}`;
1325
+ __kind: "Sol";
1326
+ }, {
1327
+ value: string;
1328
+ __kind: "Sol";
1329
+ }>]>;
1330
+ minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
1331
+ }, "strip", z.ZodTypeAny, {
1332
+ retryDuration: number;
1333
+ refundAddress: {
1334
+ value: `0x${string}`;
1335
+ __kind: "Eth";
1336
+ } | {
1337
+ value: `0x${string}`;
1338
+ __kind: "Dot";
1339
+ } | {
1340
+ value: {
1341
+ value: `0x${string}`;
1342
+ __kind: "P2PKH";
1343
+ } | {
1344
+ value: `0x${string}`;
1345
+ __kind: "P2SH";
1346
+ } | {
1347
+ value: `0x${string}`;
1348
+ __kind: "P2WPKH";
1349
+ } | {
1350
+ value: `0x${string}`;
1351
+ __kind: "P2WSH";
1352
+ } | {
1353
+ value: `0x${string}`;
1354
+ __kind: "Taproot";
1355
+ } | {
1356
+ __kind: "OtherSegwit";
1357
+ version: number;
1358
+ program: `0x${string}`;
1359
+ };
1360
+ __kind: "Btc";
1361
+ } | {
1362
+ value: `0x${string}`;
1363
+ __kind: "Arb";
1364
+ } | {
1365
+ value: `0x${string}`;
1366
+ __kind: "Sol";
1367
+ };
1368
+ minPrice: bigint;
1369
+ }, {
1370
+ retryDuration: number;
1371
+ refundAddress: {
1372
+ value: string;
1373
+ __kind: "Eth";
1374
+ } | {
1375
+ value: string;
1376
+ __kind: "Dot";
1377
+ } | {
1378
+ value: {
1379
+ value: string;
1380
+ __kind: "P2PKH";
1381
+ } | {
1382
+ value: string;
1383
+ __kind: "P2SH";
1384
+ } | {
1385
+ value: string;
1386
+ __kind: "P2WPKH";
1387
+ } | {
1388
+ value: string;
1389
+ __kind: "P2WSH";
1390
+ } | {
1391
+ value: string;
1392
+ __kind: "Taproot";
1393
+ } | {
1394
+ __kind: "OtherSegwit";
1395
+ version: number;
1396
+ program: string;
1397
+ };
1398
+ __kind: "Btc";
1399
+ } | {
1400
+ value: string;
1401
+ __kind: "Arb";
1402
+ } | {
1403
+ value: string;
1404
+ __kind: "Sol";
1405
+ };
1406
+ minPrice: string | number;
1407
+ }>;
1176
1408
  declare const cfTraitsSwappingSwapType: z.ZodEffects<z.ZodObject<{
1177
1409
  __kind: z.ZodEnum<["Swap", "CcmPrincipal", "CcmGas", "NetworkFee", "IngressEgressFee"]>;
1178
1410
  }, "strip", z.ZodTypeAny, {
@@ -1182,6 +1414,15 @@ declare const cfTraitsSwappingSwapType: z.ZodEffects<z.ZodObject<{
1182
1414
  }>, "NetworkFee" | "IngressEgressFee" | "Swap" | "CcmPrincipal" | "CcmGas", {
1183
1415
  __kind: "NetworkFee" | "IngressEgressFee" | "Swap" | "CcmPrincipal" | "CcmGas";
1184
1416
  }>;
1417
+ declare const cfPrimitivesSwapLeg: z.ZodEffects<z.ZodObject<{
1418
+ __kind: z.ZodEnum<["FromStable", "ToStable"]>;
1419
+ }, "strip", z.ZodTypeAny, {
1420
+ __kind: "FromStable" | "ToStable";
1421
+ }, {
1422
+ __kind: "FromStable" | "ToStable";
1423
+ }>, "FromStable" | "ToStable", {
1424
+ __kind: "FromStable" | "ToStable";
1425
+ }>;
1185
1426
  declare const palletCfSwappingCcmFailReason: z.ZodEffects<z.ZodObject<{
1186
1427
  __kind: z.ZodEnum<["UnsupportedForTargetChain", "InsufficientDepositAmount"]>;
1187
1428
  }, "strip", z.ZodTypeAny, {
@@ -1386,7 +1627,6 @@ declare const cfChainsEvmDepositDetails: z.ZodObject<{
1386
1627
  }, {
1387
1628
  txHashes?: string[] | null | undefined;
1388
1629
  }>;
1389
- declare const accountId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
1390
1630
  declare const palletCfIngressEgressDepositAction: z.ZodUnion<[z.ZodObject<{
1391
1631
  __kind: z.ZodLiteral<"Swap">;
1392
1632
  swapRequestId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
@@ -1430,51 +1670,952 @@ declare const palletCfIngressEgressDepositAction: z.ZodUnion<[z.ZodObject<{
1430
1670
  __kind: "BoostersCredited";
1431
1671
  prewitnessedDepositId: string | number;
1432
1672
  }>]>;
1433
- declare const cfPrimitivesChainsAssetsDotAsset: z.ZodEffects<z.ZodObject<{
1434
- __kind: z.ZodEnum<["Dot"]>;
1673
+ declare const solPrimPdaPdaError: z.ZodEffects<z.ZodObject<{
1674
+ __kind: z.ZodEnum<["NotAValidPoint", "TooManySeeds", "SeedTooLarge", "BumpSeedBadLuck"]>;
1435
1675
  }, "strip", z.ZodTypeAny, {
1436
- __kind: "Dot";
1676
+ __kind: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
1437
1677
  }, {
1438
- __kind: "Dot";
1439
- }>, "Dot", {
1440
- __kind: "Dot";
1678
+ __kind: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
1679
+ }>, "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck", {
1680
+ __kind: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
1441
1681
  }>;
1442
- declare const cfPrimitivesChainsAssetsBtcAsset: z.ZodEffects<z.ZodObject<{
1443
- __kind: z.ZodEnum<["Btc"]>;
1682
+ declare const cfChainsCcmCheckerCcmValidityError: z.ZodEffects<z.ZodObject<{
1683
+ __kind: z.ZodEnum<["CannotDecodeCfParameters", "CcmIsTooLong", "CfParametersContainsInvalidAccounts"]>;
1444
1684
  }, "strip", z.ZodTypeAny, {
1445
- __kind: "Btc";
1685
+ __kind: "CannotDecodeCfParameters" | "CcmIsTooLong" | "CfParametersContainsInvalidAccounts";
1446
1686
  }, {
1447
- __kind: "Btc";
1448
- }>, "Btc", {
1449
- __kind: "Btc";
1687
+ __kind: "CannotDecodeCfParameters" | "CcmIsTooLong" | "CfParametersContainsInvalidAccounts";
1688
+ }>, "CannotDecodeCfParameters" | "CcmIsTooLong" | "CfParametersContainsInvalidAccounts", {
1689
+ __kind: "CannotDecodeCfParameters" | "CcmIsTooLong" | "CfParametersContainsInvalidAccounts";
1450
1690
  }>;
1451
- declare const cfChainsBtcUtxoId: z.ZodObject<{
1452
- txId: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1453
- vout: z.ZodNumber;
1691
+ declare const cfChainsSolApiSolanaTransactionBuildingError: z.ZodUnion<[z.ZodObject<{
1692
+ __kind: z.ZodLiteral<"CannotLookupApiEnvironment">;
1454
1693
  }, "strip", z.ZodTypeAny, {
1455
- txId: `0x${string}`;
1456
- vout: number;
1694
+ __kind: "CannotLookupApiEnvironment";
1457
1695
  }, {
1458
- txId: string;
1459
- vout: number;
1460
- }>;
1461
- declare const cfPrimitivesChainsAssetsArbAsset: z.ZodEffects<z.ZodObject<{
1462
- __kind: z.ZodEnum<["ArbEth", "ArbUsdc"]>;
1696
+ __kind: "CannotLookupApiEnvironment";
1697
+ }>, z.ZodObject<{
1698
+ __kind: z.ZodLiteral<"CannotLookupCurrentAggKey">;
1463
1699
  }, "strip", z.ZodTypeAny, {
1464
- __kind: "ArbEth" | "ArbUsdc";
1700
+ __kind: "CannotLookupCurrentAggKey";
1465
1701
  }, {
1466
- __kind: "ArbEth" | "ArbUsdc";
1467
- }>, "ArbEth" | "ArbUsdc", {
1468
- __kind: "ArbEth" | "ArbUsdc";
1469
- }>;
1470
- declare const cfPrimitivesChainsAssetsSolAsset: z.ZodEffects<z.ZodObject<{
1471
- __kind: z.ZodEnum<["Sol"]>;
1702
+ __kind: "CannotLookupCurrentAggKey";
1703
+ }>, z.ZodObject<{
1704
+ __kind: z.ZodLiteral<"CannotLookupComputePrice">;
1472
1705
  }, "strip", z.ZodTypeAny, {
1473
- __kind: "Sol";
1706
+ __kind: "CannotLookupComputePrice";
1474
1707
  }, {
1475
- __kind: "Sol";
1476
- }>, "Sol", {
1477
- __kind: "Sol";
1708
+ __kind: "CannotLookupComputePrice";
1709
+ }>, z.ZodObject<{
1710
+ __kind: z.ZodLiteral<"NoNonceAccountsSet">;
1711
+ }, "strip", z.ZodTypeAny, {
1712
+ __kind: "NoNonceAccountsSet";
1713
+ }, {
1714
+ __kind: "NoNonceAccountsSet";
1715
+ }>, z.ZodObject<{
1716
+ __kind: z.ZodLiteral<"NoAvailableNonceAccount">;
1717
+ }, "strip", z.ZodTypeAny, {
1718
+ __kind: "NoAvailableNonceAccount";
1719
+ }, {
1720
+ __kind: "NoAvailableNonceAccount";
1721
+ }>, z.ZodObject<{
1722
+ __kind: z.ZodLiteral<"FailedToDeriveAddress">;
1723
+ value: z.ZodEffects<z.ZodObject<{
1724
+ __kind: z.ZodEnum<["NotAValidPoint", "TooManySeeds", "SeedTooLarge", "BumpSeedBadLuck"]>;
1725
+ }, "strip", z.ZodTypeAny, {
1726
+ __kind: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
1727
+ }, {
1728
+ __kind: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
1729
+ }>, "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck", {
1730
+ __kind: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
1731
+ }>;
1732
+ }, "strip", z.ZodTypeAny, {
1733
+ value: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
1734
+ __kind: "FailedToDeriveAddress";
1735
+ }, {
1736
+ value: {
1737
+ __kind: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
1738
+ };
1739
+ __kind: "FailedToDeriveAddress";
1740
+ }>, z.ZodObject<{
1741
+ __kind: z.ZodLiteral<"InvalidCcm">;
1742
+ value: z.ZodEffects<z.ZodObject<{
1743
+ __kind: z.ZodEnum<["CannotDecodeCfParameters", "CcmIsTooLong", "CfParametersContainsInvalidAccounts"]>;
1744
+ }, "strip", z.ZodTypeAny, {
1745
+ __kind: "CannotDecodeCfParameters" | "CcmIsTooLong" | "CfParametersContainsInvalidAccounts";
1746
+ }, {
1747
+ __kind: "CannotDecodeCfParameters" | "CcmIsTooLong" | "CfParametersContainsInvalidAccounts";
1748
+ }>, "CannotDecodeCfParameters" | "CcmIsTooLong" | "CfParametersContainsInvalidAccounts", {
1749
+ __kind: "CannotDecodeCfParameters" | "CcmIsTooLong" | "CfParametersContainsInvalidAccounts";
1750
+ }>;
1751
+ }, "strip", z.ZodTypeAny, {
1752
+ value: "CannotDecodeCfParameters" | "CcmIsTooLong" | "CfParametersContainsInvalidAccounts";
1753
+ __kind: "InvalidCcm";
1754
+ }, {
1755
+ value: {
1756
+ __kind: "CannotDecodeCfParameters" | "CcmIsTooLong" | "CfParametersContainsInvalidAccounts";
1757
+ };
1758
+ __kind: "InvalidCcm";
1759
+ }>, z.ZodObject<{
1760
+ __kind: z.ZodLiteral<"FailedToSerializeFinalTransaction">;
1761
+ }, "strip", z.ZodTypeAny, {
1762
+ __kind: "FailedToSerializeFinalTransaction";
1763
+ }, {
1764
+ __kind: "FailedToSerializeFinalTransaction";
1765
+ }>, z.ZodObject<{
1766
+ __kind: z.ZodLiteral<"FinalTransactionExceededMaxLength">;
1767
+ value: z.ZodNumber;
1768
+ }, "strip", z.ZodTypeAny, {
1769
+ value: number;
1770
+ __kind: "FinalTransactionExceededMaxLength";
1771
+ }, {
1772
+ value: number;
1773
+ __kind: "FinalTransactionExceededMaxLength";
1774
+ }>]>;
1775
+ declare const cfChainsExecutexSwapAndCallError: z.ZodUnion<[z.ZodObject<{
1776
+ __kind: z.ZodLiteral<"Unsupported">;
1777
+ }, "strip", z.ZodTypeAny, {
1778
+ __kind: "Unsupported";
1779
+ }, {
1780
+ __kind: "Unsupported";
1781
+ }>, z.ZodObject<{
1782
+ __kind: z.ZodLiteral<"FailedToBuildCcmForSolana">;
1783
+ value: z.ZodUnion<[z.ZodObject<{
1784
+ __kind: z.ZodLiteral<"CannotLookupApiEnvironment">;
1785
+ }, "strip", z.ZodTypeAny, {
1786
+ __kind: "CannotLookupApiEnvironment";
1787
+ }, {
1788
+ __kind: "CannotLookupApiEnvironment";
1789
+ }>, z.ZodObject<{
1790
+ __kind: z.ZodLiteral<"CannotLookupCurrentAggKey">;
1791
+ }, "strip", z.ZodTypeAny, {
1792
+ __kind: "CannotLookupCurrentAggKey";
1793
+ }, {
1794
+ __kind: "CannotLookupCurrentAggKey";
1795
+ }>, z.ZodObject<{
1796
+ __kind: z.ZodLiteral<"CannotLookupComputePrice">;
1797
+ }, "strip", z.ZodTypeAny, {
1798
+ __kind: "CannotLookupComputePrice";
1799
+ }, {
1800
+ __kind: "CannotLookupComputePrice";
1801
+ }>, z.ZodObject<{
1802
+ __kind: z.ZodLiteral<"NoNonceAccountsSet">;
1803
+ }, "strip", z.ZodTypeAny, {
1804
+ __kind: "NoNonceAccountsSet";
1805
+ }, {
1806
+ __kind: "NoNonceAccountsSet";
1807
+ }>, z.ZodObject<{
1808
+ __kind: z.ZodLiteral<"NoAvailableNonceAccount">;
1809
+ }, "strip", z.ZodTypeAny, {
1810
+ __kind: "NoAvailableNonceAccount";
1811
+ }, {
1812
+ __kind: "NoAvailableNonceAccount";
1813
+ }>, z.ZodObject<{
1814
+ __kind: z.ZodLiteral<"FailedToDeriveAddress">;
1815
+ value: z.ZodEffects<z.ZodObject<{
1816
+ __kind: z.ZodEnum<["NotAValidPoint", "TooManySeeds", "SeedTooLarge", "BumpSeedBadLuck"]>;
1817
+ }, "strip", z.ZodTypeAny, {
1818
+ __kind: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
1819
+ }, {
1820
+ __kind: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
1821
+ }>, "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck", {
1822
+ __kind: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
1823
+ }>;
1824
+ }, "strip", z.ZodTypeAny, {
1825
+ value: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
1826
+ __kind: "FailedToDeriveAddress";
1827
+ }, {
1828
+ value: {
1829
+ __kind: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
1830
+ };
1831
+ __kind: "FailedToDeriveAddress";
1832
+ }>, z.ZodObject<{
1833
+ __kind: z.ZodLiteral<"InvalidCcm">;
1834
+ value: z.ZodEffects<z.ZodObject<{
1835
+ __kind: z.ZodEnum<["CannotDecodeCfParameters", "CcmIsTooLong", "CfParametersContainsInvalidAccounts"]>;
1836
+ }, "strip", z.ZodTypeAny, {
1837
+ __kind: "CannotDecodeCfParameters" | "CcmIsTooLong" | "CfParametersContainsInvalidAccounts";
1838
+ }, {
1839
+ __kind: "CannotDecodeCfParameters" | "CcmIsTooLong" | "CfParametersContainsInvalidAccounts";
1840
+ }>, "CannotDecodeCfParameters" | "CcmIsTooLong" | "CfParametersContainsInvalidAccounts", {
1841
+ __kind: "CannotDecodeCfParameters" | "CcmIsTooLong" | "CfParametersContainsInvalidAccounts";
1842
+ }>;
1843
+ }, "strip", z.ZodTypeAny, {
1844
+ value: "CannotDecodeCfParameters" | "CcmIsTooLong" | "CfParametersContainsInvalidAccounts";
1845
+ __kind: "InvalidCcm";
1846
+ }, {
1847
+ value: {
1848
+ __kind: "CannotDecodeCfParameters" | "CcmIsTooLong" | "CfParametersContainsInvalidAccounts";
1849
+ };
1850
+ __kind: "InvalidCcm";
1851
+ }>, z.ZodObject<{
1852
+ __kind: z.ZodLiteral<"FailedToSerializeFinalTransaction">;
1853
+ }, "strip", z.ZodTypeAny, {
1854
+ __kind: "FailedToSerializeFinalTransaction";
1855
+ }, {
1856
+ __kind: "FailedToSerializeFinalTransaction";
1857
+ }>, z.ZodObject<{
1858
+ __kind: z.ZodLiteral<"FinalTransactionExceededMaxLength">;
1859
+ value: z.ZodNumber;
1860
+ }, "strip", z.ZodTypeAny, {
1861
+ value: number;
1862
+ __kind: "FinalTransactionExceededMaxLength";
1863
+ }, {
1864
+ value: number;
1865
+ __kind: "FinalTransactionExceededMaxLength";
1866
+ }>]>;
1867
+ }, "strip", z.ZodTypeAny, {
1868
+ value: {
1869
+ __kind: "CannotLookupApiEnvironment";
1870
+ } | {
1871
+ __kind: "CannotLookupCurrentAggKey";
1872
+ } | {
1873
+ __kind: "CannotLookupComputePrice";
1874
+ } | {
1875
+ __kind: "NoNonceAccountsSet";
1876
+ } | {
1877
+ __kind: "NoAvailableNonceAccount";
1878
+ } | {
1879
+ value: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
1880
+ __kind: "FailedToDeriveAddress";
1881
+ } | {
1882
+ value: "CannotDecodeCfParameters" | "CcmIsTooLong" | "CfParametersContainsInvalidAccounts";
1883
+ __kind: "InvalidCcm";
1884
+ } | {
1885
+ __kind: "FailedToSerializeFinalTransaction";
1886
+ } | {
1887
+ value: number;
1888
+ __kind: "FinalTransactionExceededMaxLength";
1889
+ };
1890
+ __kind: "FailedToBuildCcmForSolana";
1891
+ }, {
1892
+ value: {
1893
+ __kind: "CannotLookupApiEnvironment";
1894
+ } | {
1895
+ __kind: "CannotLookupCurrentAggKey";
1896
+ } | {
1897
+ __kind: "CannotLookupComputePrice";
1898
+ } | {
1899
+ __kind: "NoNonceAccountsSet";
1900
+ } | {
1901
+ __kind: "NoAvailableNonceAccount";
1902
+ } | {
1903
+ value: {
1904
+ __kind: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
1905
+ };
1906
+ __kind: "FailedToDeriveAddress";
1907
+ } | {
1908
+ value: {
1909
+ __kind: "CannotDecodeCfParameters" | "CcmIsTooLong" | "CfParametersContainsInvalidAccounts";
1910
+ };
1911
+ __kind: "InvalidCcm";
1912
+ } | {
1913
+ __kind: "FailedToSerializeFinalTransaction";
1914
+ } | {
1915
+ value: number;
1916
+ __kind: "FinalTransactionExceededMaxLength";
1917
+ };
1918
+ __kind: "FailedToBuildCcmForSolana";
1919
+ }>, z.ZodObject<{
1920
+ __kind: z.ZodLiteral<"DispatchError">;
1921
+ value: z.ZodUnion<[z.ZodObject<{
1922
+ __kind: z.ZodLiteral<"Other">;
1923
+ }, "strip", z.ZodTypeAny, {
1924
+ __kind: "Other";
1925
+ }, {
1926
+ __kind: "Other";
1927
+ }>, z.ZodObject<{
1928
+ __kind: z.ZodLiteral<"CannotLookup">;
1929
+ }, "strip", z.ZodTypeAny, {
1930
+ __kind: "CannotLookup";
1931
+ }, {
1932
+ __kind: "CannotLookup";
1933
+ }>, z.ZodObject<{
1934
+ __kind: z.ZodLiteral<"BadOrigin">;
1935
+ }, "strip", z.ZodTypeAny, {
1936
+ __kind: "BadOrigin";
1937
+ }, {
1938
+ __kind: "BadOrigin";
1939
+ }>, z.ZodObject<{
1940
+ __kind: z.ZodLiteral<"Module">;
1941
+ value: z.ZodObject<{
1942
+ index: z.ZodNumber;
1943
+ error: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1944
+ }, "strip", z.ZodTypeAny, {
1945
+ index: number;
1946
+ error: `0x${string}`;
1947
+ }, {
1948
+ index: number;
1949
+ error: string;
1950
+ }>;
1951
+ }, "strip", z.ZodTypeAny, {
1952
+ value: {
1953
+ index: number;
1954
+ error: `0x${string}`;
1955
+ };
1956
+ __kind: "Module";
1957
+ }, {
1958
+ value: {
1959
+ index: number;
1960
+ error: string;
1961
+ };
1962
+ __kind: "Module";
1963
+ }>, z.ZodObject<{
1964
+ __kind: z.ZodLiteral<"ConsumerRemaining">;
1965
+ }, "strip", z.ZodTypeAny, {
1966
+ __kind: "ConsumerRemaining";
1967
+ }, {
1968
+ __kind: "ConsumerRemaining";
1969
+ }>, z.ZodObject<{
1970
+ __kind: z.ZodLiteral<"NoProviders">;
1971
+ }, "strip", z.ZodTypeAny, {
1972
+ __kind: "NoProviders";
1973
+ }, {
1974
+ __kind: "NoProviders";
1975
+ }>, z.ZodObject<{
1976
+ __kind: z.ZodLiteral<"TooManyConsumers">;
1977
+ }, "strip", z.ZodTypeAny, {
1978
+ __kind: "TooManyConsumers";
1979
+ }, {
1980
+ __kind: "TooManyConsumers";
1981
+ }>, z.ZodObject<{
1982
+ __kind: z.ZodLiteral<"Token">;
1983
+ value: z.ZodEffects<z.ZodObject<{
1984
+ __kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
1985
+ }, "strip", z.ZodTypeAny, {
1986
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1987
+ }, {
1988
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1989
+ }>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
1990
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1991
+ }>;
1992
+ }, "strip", z.ZodTypeAny, {
1993
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1994
+ __kind: "Token";
1995
+ }, {
1996
+ value: {
1997
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1998
+ };
1999
+ __kind: "Token";
2000
+ }>, z.ZodObject<{
2001
+ __kind: z.ZodLiteral<"Arithmetic">;
2002
+ value: z.ZodEffects<z.ZodObject<{
2003
+ __kind: z.ZodEnum<["Underflow", "Overflow", "DivisionByZero"]>;
2004
+ }, "strip", z.ZodTypeAny, {
2005
+ __kind: "Underflow" | "Overflow" | "DivisionByZero";
2006
+ }, {
2007
+ __kind: "Underflow" | "Overflow" | "DivisionByZero";
2008
+ }>, "Underflow" | "Overflow" | "DivisionByZero", {
2009
+ __kind: "Underflow" | "Overflow" | "DivisionByZero";
2010
+ }>;
2011
+ }, "strip", z.ZodTypeAny, {
2012
+ value: "Underflow" | "Overflow" | "DivisionByZero";
2013
+ __kind: "Arithmetic";
2014
+ }, {
2015
+ value: {
2016
+ __kind: "Underflow" | "Overflow" | "DivisionByZero";
2017
+ };
2018
+ __kind: "Arithmetic";
2019
+ }>, z.ZodObject<{
2020
+ __kind: z.ZodLiteral<"Transactional">;
2021
+ value: z.ZodEffects<z.ZodObject<{
2022
+ __kind: z.ZodEnum<["LimitReached", "NoLayer"]>;
2023
+ }, "strip", z.ZodTypeAny, {
2024
+ __kind: "LimitReached" | "NoLayer";
2025
+ }, {
2026
+ __kind: "LimitReached" | "NoLayer";
2027
+ }>, "LimitReached" | "NoLayer", {
2028
+ __kind: "LimitReached" | "NoLayer";
2029
+ }>;
2030
+ }, "strip", z.ZodTypeAny, {
2031
+ value: "LimitReached" | "NoLayer";
2032
+ __kind: "Transactional";
2033
+ }, {
2034
+ value: {
2035
+ __kind: "LimitReached" | "NoLayer";
2036
+ };
2037
+ __kind: "Transactional";
2038
+ }>, z.ZodObject<{
2039
+ __kind: z.ZodLiteral<"Exhausted">;
2040
+ }, "strip", z.ZodTypeAny, {
2041
+ __kind: "Exhausted";
2042
+ }, {
2043
+ __kind: "Exhausted";
2044
+ }>, z.ZodObject<{
2045
+ __kind: z.ZodLiteral<"Corruption">;
2046
+ }, "strip", z.ZodTypeAny, {
2047
+ __kind: "Corruption";
2048
+ }, {
2049
+ __kind: "Corruption";
2050
+ }>, z.ZodObject<{
2051
+ __kind: z.ZodLiteral<"Unavailable">;
2052
+ }, "strip", z.ZodTypeAny, {
2053
+ __kind: "Unavailable";
2054
+ }, {
2055
+ __kind: "Unavailable";
2056
+ }>, z.ZodObject<{
2057
+ __kind: z.ZodLiteral<"RootNotAllowed">;
2058
+ }, "strip", z.ZodTypeAny, {
2059
+ __kind: "RootNotAllowed";
2060
+ }, {
2061
+ __kind: "RootNotAllowed";
2062
+ }>]>;
2063
+ }, "strip", z.ZodTypeAny, {
2064
+ value: {
2065
+ __kind: "Other";
2066
+ } | {
2067
+ __kind: "CannotLookup";
2068
+ } | {
2069
+ __kind: "BadOrigin";
2070
+ } | {
2071
+ value: {
2072
+ index: number;
2073
+ error: `0x${string}`;
2074
+ };
2075
+ __kind: "Module";
2076
+ } | {
2077
+ __kind: "ConsumerRemaining";
2078
+ } | {
2079
+ __kind: "NoProviders";
2080
+ } | {
2081
+ __kind: "TooManyConsumers";
2082
+ } | {
2083
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2084
+ __kind: "Token";
2085
+ } | {
2086
+ value: "Underflow" | "Overflow" | "DivisionByZero";
2087
+ __kind: "Arithmetic";
2088
+ } | {
2089
+ value: "LimitReached" | "NoLayer";
2090
+ __kind: "Transactional";
2091
+ } | {
2092
+ __kind: "Exhausted";
2093
+ } | {
2094
+ __kind: "Corruption";
2095
+ } | {
2096
+ __kind: "Unavailable";
2097
+ } | {
2098
+ __kind: "RootNotAllowed";
2099
+ };
2100
+ __kind: "DispatchError";
2101
+ }, {
2102
+ value: {
2103
+ __kind: "Other";
2104
+ } | {
2105
+ __kind: "CannotLookup";
2106
+ } | {
2107
+ __kind: "BadOrigin";
2108
+ } | {
2109
+ value: {
2110
+ index: number;
2111
+ error: string;
2112
+ };
2113
+ __kind: "Module";
2114
+ } | {
2115
+ __kind: "ConsumerRemaining";
2116
+ } | {
2117
+ __kind: "NoProviders";
2118
+ } | {
2119
+ __kind: "TooManyConsumers";
2120
+ } | {
2121
+ value: {
2122
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2123
+ };
2124
+ __kind: "Token";
2125
+ } | {
2126
+ value: {
2127
+ __kind: "Underflow" | "Overflow" | "DivisionByZero";
2128
+ };
2129
+ __kind: "Arithmetic";
2130
+ } | {
2131
+ value: {
2132
+ __kind: "LimitReached" | "NoLayer";
2133
+ };
2134
+ __kind: "Transactional";
2135
+ } | {
2136
+ __kind: "Exhausted";
2137
+ } | {
2138
+ __kind: "Corruption";
2139
+ } | {
2140
+ __kind: "Unavailable";
2141
+ } | {
2142
+ __kind: "RootNotAllowed";
2143
+ };
2144
+ __kind: "DispatchError";
2145
+ }>]>;
2146
+ declare const cfPrimitivesChainsAssetsDotAsset: z.ZodEffects<z.ZodObject<{
2147
+ __kind: z.ZodEnum<["Dot"]>;
2148
+ }, "strip", z.ZodTypeAny, {
2149
+ __kind: "Dot";
2150
+ }, {
2151
+ __kind: "Dot";
2152
+ }>, "Dot", {
2153
+ __kind: "Dot";
2154
+ }>;
2155
+ declare const cfPrimitivesChainsAssetsBtcAsset: z.ZodEffects<z.ZodObject<{
2156
+ __kind: z.ZodEnum<["Btc"]>;
2157
+ }, "strip", z.ZodTypeAny, {
2158
+ __kind: "Btc";
2159
+ }, {
2160
+ __kind: "Btc";
2161
+ }>, "Btc", {
2162
+ __kind: "Btc";
2163
+ }>;
2164
+ declare const cfChainsBtcUtxoId: z.ZodObject<{
2165
+ txId: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2166
+ vout: z.ZodNumber;
2167
+ }, "strip", z.ZodTypeAny, {
2168
+ txId: `0x${string}`;
2169
+ vout: number;
2170
+ }, {
2171
+ txId: string;
2172
+ vout: number;
2173
+ }>;
2174
+ declare const cfAmmCommonPoolPairsMap: z.ZodObject<{
2175
+ base: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
2176
+ quote: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
2177
+ }, "strip", z.ZodTypeAny, {
2178
+ base: bigint;
2179
+ quote: bigint;
2180
+ }, {
2181
+ base: string | number;
2182
+ quote: string | number;
2183
+ }>;
2184
+ declare const palletCfPoolsRangeOrderChange: z.ZodObject<{
2185
+ liquidity: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
2186
+ amounts: z.ZodObject<{
2187
+ base: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
2188
+ quote: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
2189
+ }, "strip", z.ZodTypeAny, {
2190
+ base: bigint;
2191
+ quote: bigint;
2192
+ }, {
2193
+ base: string | number;
2194
+ quote: string | number;
2195
+ }>;
2196
+ }, "strip", z.ZodTypeAny, {
2197
+ liquidity: bigint;
2198
+ amounts: {
2199
+ base: bigint;
2200
+ quote: bigint;
2201
+ };
2202
+ }, {
2203
+ liquidity: string | number;
2204
+ amounts: {
2205
+ base: string | number;
2206
+ quote: string | number;
2207
+ };
2208
+ }>;
2209
+ declare const palletCfPoolsIncreaseOrDecreaseRangeOrderChange: z.ZodUnion<[z.ZodObject<{
2210
+ __kind: z.ZodLiteral<"Increase">;
2211
+ value: z.ZodObject<{
2212
+ liquidity: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
2213
+ amounts: z.ZodObject<{
2214
+ base: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
2215
+ quote: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
2216
+ }, "strip", z.ZodTypeAny, {
2217
+ base: bigint;
2218
+ quote: bigint;
2219
+ }, {
2220
+ base: string | number;
2221
+ quote: string | number;
2222
+ }>;
2223
+ }, "strip", z.ZodTypeAny, {
2224
+ liquidity: bigint;
2225
+ amounts: {
2226
+ base: bigint;
2227
+ quote: bigint;
2228
+ };
2229
+ }, {
2230
+ liquidity: string | number;
2231
+ amounts: {
2232
+ base: string | number;
2233
+ quote: string | number;
2234
+ };
2235
+ }>;
2236
+ }, "strip", z.ZodTypeAny, {
2237
+ value: {
2238
+ liquidity: bigint;
2239
+ amounts: {
2240
+ base: bigint;
2241
+ quote: bigint;
2242
+ };
2243
+ };
2244
+ __kind: "Increase";
2245
+ }, {
2246
+ value: {
2247
+ liquidity: string | number;
2248
+ amounts: {
2249
+ base: string | number;
2250
+ quote: string | number;
2251
+ };
2252
+ };
2253
+ __kind: "Increase";
2254
+ }>, z.ZodObject<{
2255
+ __kind: z.ZodLiteral<"Decrease">;
2256
+ value: z.ZodObject<{
2257
+ liquidity: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
2258
+ amounts: z.ZodObject<{
2259
+ base: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
2260
+ quote: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
2261
+ }, "strip", z.ZodTypeAny, {
2262
+ base: bigint;
2263
+ quote: bigint;
2264
+ }, {
2265
+ base: string | number;
2266
+ quote: string | number;
2267
+ }>;
2268
+ }, "strip", z.ZodTypeAny, {
2269
+ liquidity: bigint;
2270
+ amounts: {
2271
+ base: bigint;
2272
+ quote: bigint;
2273
+ };
2274
+ }, {
2275
+ liquidity: string | number;
2276
+ amounts: {
2277
+ base: string | number;
2278
+ quote: string | number;
2279
+ };
2280
+ }>;
2281
+ }, "strip", z.ZodTypeAny, {
2282
+ value: {
2283
+ liquidity: bigint;
2284
+ amounts: {
2285
+ base: bigint;
2286
+ quote: bigint;
2287
+ };
2288
+ };
2289
+ __kind: "Decrease";
2290
+ }, {
2291
+ value: {
2292
+ liquidity: string | number;
2293
+ amounts: {
2294
+ base: string | number;
2295
+ quote: string | number;
2296
+ };
2297
+ };
2298
+ __kind: "Decrease";
2299
+ }>]>;
2300
+ declare const cfAmmCommonSide: z.ZodEffects<z.ZodObject<{
2301
+ __kind: z.ZodEnum<["Buy", "Sell"]>;
2302
+ }, "strip", z.ZodTypeAny, {
2303
+ __kind: "Buy" | "Sell";
2304
+ }, {
2305
+ __kind: "Buy" | "Sell";
2306
+ }>, "Buy" | "Sell", {
2307
+ __kind: "Buy" | "Sell";
2308
+ }>;
2309
+ declare const palletCfPoolsIncreaseOrDecreaseU128: z.ZodUnion<[z.ZodObject<{
2310
+ __kind: z.ZodLiteral<"Increase">;
2311
+ value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
2312
+ }, "strip", z.ZodTypeAny, {
2313
+ value: bigint;
2314
+ __kind: "Increase";
2315
+ }, {
2316
+ value: string | number;
2317
+ __kind: "Increase";
2318
+ }>, z.ZodObject<{
2319
+ __kind: z.ZodLiteral<"Decrease">;
2320
+ value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
2321
+ }, "strip", z.ZodTypeAny, {
2322
+ value: bigint;
2323
+ __kind: "Decrease";
2324
+ }, {
2325
+ value: string | number;
2326
+ __kind: "Decrease";
2327
+ }>]>;
2328
+ declare const palletCfPoolsAssetPair: z.ZodObject<{
2329
+ assets: z.ZodObject<{
2330
+ base: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
2331
+ quote: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
2332
+ }, "strip", z.ZodTypeAny, {
2333
+ base: bigint;
2334
+ quote: bigint;
2335
+ }, {
2336
+ base: string | number;
2337
+ quote: string | number;
2338
+ }>;
2339
+ }, "strip", z.ZodTypeAny, {
2340
+ assets: {
2341
+ base: bigint;
2342
+ quote: bigint;
2343
+ };
2344
+ }, {
2345
+ assets: {
2346
+ base: string | number;
2347
+ quote: string | number;
2348
+ };
2349
+ }>;
2350
+ declare const cfPrimitivesChainsAssetsArbAsset: z.ZodEffects<z.ZodObject<{
2351
+ __kind: z.ZodEnum<["ArbEth", "ArbUsdc"]>;
2352
+ }, "strip", z.ZodTypeAny, {
2353
+ __kind: "ArbEth" | "ArbUsdc";
2354
+ }, {
2355
+ __kind: "ArbEth" | "ArbUsdc";
2356
+ }>, "ArbEth" | "ArbUsdc", {
2357
+ __kind: "ArbEth" | "ArbUsdc";
2358
+ }>;
2359
+ declare const cfChainsSolSolTrackedData: z.ZodObject<{
2360
+ priorityFee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
2361
+ }, "strip", z.ZodTypeAny, {
2362
+ priorityFee: bigint;
2363
+ }, {
2364
+ priorityFee: string | number;
2365
+ }>;
2366
+ declare const cfChainsChainStateSolana: z.ZodObject<{
2367
+ blockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
2368
+ trackedData: z.ZodObject<{
2369
+ priorityFee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
2370
+ }, "strip", z.ZodTypeAny, {
2371
+ priorityFee: bigint;
2372
+ }, {
2373
+ priorityFee: string | number;
2374
+ }>;
2375
+ }, "strip", z.ZodTypeAny, {
2376
+ blockHeight: bigint;
2377
+ trackedData: {
2378
+ priorityFee: bigint;
2379
+ };
2380
+ }, {
2381
+ blockHeight: string | number;
2382
+ trackedData: {
2383
+ priorityFee: string | number;
2384
+ };
2385
+ }>;
2386
+ declare const cfChainsSolSolTxCoreMessageHeader: z.ZodObject<{
2387
+ numRequiredSignatures: z.ZodNumber;
2388
+ numReadonlySignedAccounts: z.ZodNumber;
2389
+ numReadonlyUnsignedAccounts: z.ZodNumber;
2390
+ }, "strip", z.ZodTypeAny, {
2391
+ numRequiredSignatures: number;
2392
+ numReadonlySignedAccounts: number;
2393
+ numReadonlyUnsignedAccounts: number;
2394
+ }, {
2395
+ numRequiredSignatures: number;
2396
+ numReadonlySignedAccounts: number;
2397
+ numReadonlyUnsignedAccounts: number;
2398
+ }>;
2399
+ declare const cfChainsSolSolTxCoreCompiledInstruction: z.ZodObject<{
2400
+ programIdIndex: z.ZodNumber;
2401
+ accounts: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2402
+ data: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2403
+ }, "strip", z.ZodTypeAny, {
2404
+ programIdIndex: number;
2405
+ accounts: `0x${string}`;
2406
+ data: `0x${string}`;
2407
+ }, {
2408
+ programIdIndex: number;
2409
+ accounts: string;
2410
+ data: string;
2411
+ }>;
2412
+ declare const cfChainsSolSolTxCoreMessage: z.ZodObject<{
2413
+ header: z.ZodObject<{
2414
+ numRequiredSignatures: z.ZodNumber;
2415
+ numReadonlySignedAccounts: z.ZodNumber;
2416
+ numReadonlyUnsignedAccounts: z.ZodNumber;
2417
+ }, "strip", z.ZodTypeAny, {
2418
+ numRequiredSignatures: number;
2419
+ numReadonlySignedAccounts: number;
2420
+ numReadonlyUnsignedAccounts: number;
2421
+ }, {
2422
+ numRequiredSignatures: number;
2423
+ numReadonlySignedAccounts: number;
2424
+ numReadonlyUnsignedAccounts: number;
2425
+ }>;
2426
+ accountKeys: z.ZodArray<z.ZodEffects<z.ZodString, `0x${string}`, string>, "many">;
2427
+ recentBlockhash: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2428
+ instructions: z.ZodArray<z.ZodObject<{
2429
+ programIdIndex: z.ZodNumber;
2430
+ accounts: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2431
+ data: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2432
+ }, "strip", z.ZodTypeAny, {
2433
+ programIdIndex: number;
2434
+ accounts: `0x${string}`;
2435
+ data: `0x${string}`;
2436
+ }, {
2437
+ programIdIndex: number;
2438
+ accounts: string;
2439
+ data: string;
2440
+ }>, "many">;
2441
+ }, "strip", z.ZodTypeAny, {
2442
+ header: {
2443
+ numRequiredSignatures: number;
2444
+ numReadonlySignedAccounts: number;
2445
+ numReadonlyUnsignedAccounts: number;
2446
+ };
2447
+ accountKeys: `0x${string}`[];
2448
+ recentBlockhash: `0x${string}`;
2449
+ instructions: {
2450
+ programIdIndex: number;
2451
+ accounts: `0x${string}`;
2452
+ data: `0x${string}`;
2453
+ }[];
2454
+ }, {
2455
+ header: {
2456
+ numRequiredSignatures: number;
2457
+ numReadonlySignedAccounts: number;
2458
+ numReadonlyUnsignedAccounts: number;
2459
+ };
2460
+ accountKeys: string[];
2461
+ recentBlockhash: string;
2462
+ instructions: {
2463
+ programIdIndex: number;
2464
+ accounts: string;
2465
+ data: string;
2466
+ }[];
2467
+ }>;
2468
+ declare const cfChainsSolSolTxCoreTransaction: z.ZodObject<{
2469
+ signatures: z.ZodArray<z.ZodEffects<z.ZodString, `0x${string}`, string>, "many">;
2470
+ message: z.ZodObject<{
2471
+ header: z.ZodObject<{
2472
+ numRequiredSignatures: z.ZodNumber;
2473
+ numReadonlySignedAccounts: z.ZodNumber;
2474
+ numReadonlyUnsignedAccounts: z.ZodNumber;
2475
+ }, "strip", z.ZodTypeAny, {
2476
+ numRequiredSignatures: number;
2477
+ numReadonlySignedAccounts: number;
2478
+ numReadonlyUnsignedAccounts: number;
2479
+ }, {
2480
+ numRequiredSignatures: number;
2481
+ numReadonlySignedAccounts: number;
2482
+ numReadonlyUnsignedAccounts: number;
2483
+ }>;
2484
+ accountKeys: z.ZodArray<z.ZodEffects<z.ZodString, `0x${string}`, string>, "many">;
2485
+ recentBlockhash: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2486
+ instructions: z.ZodArray<z.ZodObject<{
2487
+ programIdIndex: z.ZodNumber;
2488
+ accounts: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2489
+ data: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2490
+ }, "strip", z.ZodTypeAny, {
2491
+ programIdIndex: number;
2492
+ accounts: `0x${string}`;
2493
+ data: `0x${string}`;
2494
+ }, {
2495
+ programIdIndex: number;
2496
+ accounts: string;
2497
+ data: string;
2498
+ }>, "many">;
2499
+ }, "strip", z.ZodTypeAny, {
2500
+ header: {
2501
+ numRequiredSignatures: number;
2502
+ numReadonlySignedAccounts: number;
2503
+ numReadonlyUnsignedAccounts: number;
2504
+ };
2505
+ accountKeys: `0x${string}`[];
2506
+ recentBlockhash: `0x${string}`;
2507
+ instructions: {
2508
+ programIdIndex: number;
2509
+ accounts: `0x${string}`;
2510
+ data: `0x${string}`;
2511
+ }[];
2512
+ }, {
2513
+ header: {
2514
+ numRequiredSignatures: number;
2515
+ numReadonlySignedAccounts: number;
2516
+ numReadonlyUnsignedAccounts: number;
2517
+ };
2518
+ accountKeys: string[];
2519
+ recentBlockhash: string;
2520
+ instructions: {
2521
+ programIdIndex: number;
2522
+ accounts: string;
2523
+ data: string;
2524
+ }[];
2525
+ }>;
2526
+ }, "strip", z.ZodTypeAny, {
2527
+ message: {
2528
+ header: {
2529
+ numRequiredSignatures: number;
2530
+ numReadonlySignedAccounts: number;
2531
+ numReadonlyUnsignedAccounts: number;
2532
+ };
2533
+ accountKeys: `0x${string}`[];
2534
+ recentBlockhash: `0x${string}`;
2535
+ instructions: {
2536
+ programIdIndex: number;
2537
+ accounts: `0x${string}`;
2538
+ data: `0x${string}`;
2539
+ }[];
2540
+ };
2541
+ signatures: `0x${string}`[];
2542
+ }, {
2543
+ message: {
2544
+ header: {
2545
+ numRequiredSignatures: number;
2546
+ numReadonlySignedAccounts: number;
2547
+ numReadonlyUnsignedAccounts: number;
2548
+ };
2549
+ accountKeys: string[];
2550
+ recentBlockhash: string;
2551
+ instructions: {
2552
+ programIdIndex: number;
2553
+ accounts: string;
2554
+ data: string;
2555
+ }[];
2556
+ };
2557
+ signatures: string[];
2558
+ }>;
2559
+ declare const cfPrimitivesChainsAssetsSolAsset: z.ZodEffects<z.ZodObject<{
2560
+ __kind: z.ZodEnum<["Sol", "SolUsdc"]>;
2561
+ }, "strip", z.ZodTypeAny, {
2562
+ __kind: "Sol" | "SolUsdc";
2563
+ }, {
2564
+ __kind: "Sol" | "SolUsdc";
2565
+ }>, "Sol" | "SolUsdc", {
2566
+ __kind: "Sol" | "SolUsdc";
2567
+ }>;
2568
+ declare const palletCfIngressEgressDepositIgnoredReason: z.ZodEffects<z.ZodObject<{
2569
+ __kind: z.ZodEnum<["BelowMinimumDeposit", "NotEnoughToPayFees"]>;
2570
+ }, "strip", z.ZodTypeAny, {
2571
+ __kind: "BelowMinimumDeposit" | "NotEnoughToPayFees";
2572
+ }, {
2573
+ __kind: "BelowMinimumDeposit" | "NotEnoughToPayFees";
2574
+ }>, "BelowMinimumDeposit" | "NotEnoughToPayFees", {
2575
+ __kind: "BelowMinimumDeposit" | "NotEnoughToPayFees";
2576
+ }>;
2577
+ declare const palletCfIngressEgressDepositWitnessSolana: z.ZodObject<{
2578
+ depositAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2579
+ asset: z.ZodEffects<z.ZodObject<{
2580
+ __kind: z.ZodEnum<["Sol", "SolUsdc"]>;
2581
+ }, "strip", z.ZodTypeAny, {
2582
+ __kind: "Sol" | "SolUsdc";
2583
+ }, {
2584
+ __kind: "Sol" | "SolUsdc";
2585
+ }>, "Sol" | "SolUsdc", {
2586
+ __kind: "Sol" | "SolUsdc";
2587
+ }>;
2588
+ amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
2589
+ }, "strip", z.ZodTypeAny, {
2590
+ depositAddress: `0x${string}`;
2591
+ asset: "Sol" | "SolUsdc";
2592
+ amount: bigint;
2593
+ }, {
2594
+ depositAddress: string;
2595
+ asset: {
2596
+ __kind: "Sol" | "SolUsdc";
2597
+ };
2598
+ amount: string | number;
2599
+ }>;
2600
+ declare const palletCfIngressEgressBoostPoolIdSolana: z.ZodObject<{
2601
+ asset: z.ZodEffects<z.ZodObject<{
2602
+ __kind: z.ZodEnum<["Sol", "SolUsdc"]>;
2603
+ }, "strip", z.ZodTypeAny, {
2604
+ __kind: "Sol" | "SolUsdc";
2605
+ }, {
2606
+ __kind: "Sol" | "SolUsdc";
2607
+ }>, "Sol" | "SolUsdc", {
2608
+ __kind: "Sol" | "SolUsdc";
2609
+ }>;
2610
+ tier: z.ZodNumber;
2611
+ }, "strip", z.ZodTypeAny, {
2612
+ asset: "Sol" | "SolUsdc";
2613
+ tier: number;
2614
+ }, {
2615
+ asset: {
2616
+ __kind: "Sol" | "SolUsdc";
2617
+ };
2618
+ tier: number;
1478
2619
  }>;
1479
2620
 
1480
- export { accountId, cfChainsAddressEncodedAddress, cfChainsAddressForeignChainAddress, cfChainsBtcScriptPubkey, cfChainsBtcUtxoId, cfChainsCcmChannelMetadata, cfChainsCcmDepositMetadata, cfChainsEvmDepositDetails, cfChainsSwapOrigin, cfPrimitivesChainsAssetsAnyAsset, cfPrimitivesChainsAssetsArbAsset, cfPrimitivesChainsAssetsBtcAsset, cfPrimitivesChainsAssetsDotAsset, cfPrimitivesChainsAssetsEthAsset, cfPrimitivesChainsAssetsSolAsset, cfPrimitivesChainsForeignChain, cfTraitsSwappingSwapRequestTypeGeneric, cfTraitsSwappingSwapType, hexString, numberOrHex, numericString, palletCfIngressEgressDepositAction, palletCfSwappingCcmFailReason, simpleEnum, spArithmeticArithmeticError, spRuntimeDispatchError, spRuntimeModuleError, spRuntimeTokenError, spRuntimeTransactionalError };
2621
+ export { accountId, cfAmmCommonPoolPairsMap, cfAmmCommonSide, cfChainsAddressEncodedAddress, cfChainsAddressForeignChainAddress, cfChainsBtcScriptPubkey, cfChainsBtcUtxoId, cfChainsCcmChannelMetadata, cfChainsCcmCheckerCcmValidityError, cfChainsCcmDepositMetadata, cfChainsChainStateSolana, cfChainsChannelRefundParameters, cfChainsEvmDepositDetails, cfChainsExecutexSwapAndCallError, cfChainsSolApiSolanaTransactionBuildingError, cfChainsSolSolTrackedData, cfChainsSolSolTxCoreCompiledInstruction, cfChainsSolSolTxCoreMessage, cfChainsSolSolTxCoreMessageHeader, cfChainsSolSolTxCoreTransaction, cfChainsSwapOrigin, cfPrimitivesBeneficiary, cfPrimitivesChainsAssetsAnyAsset, cfPrimitivesChainsAssetsArbAsset, cfPrimitivesChainsAssetsBtcAsset, cfPrimitivesChainsAssetsDotAsset, cfPrimitivesChainsAssetsEthAsset, cfPrimitivesChainsAssetsSolAsset, cfPrimitivesChainsForeignChain, cfPrimitivesSwapLeg, cfTraitsSwappingSwapRequestTypeGeneric, cfTraitsSwappingSwapType, hexString, numberOrHex, numericString, palletCfIngressEgressBoostPoolIdSolana, palletCfIngressEgressDepositAction, palletCfIngressEgressDepositIgnoredReason, palletCfIngressEgressDepositWitnessSolana, palletCfPoolsAssetPair, palletCfPoolsIncreaseOrDecreaseRangeOrderChange, palletCfPoolsIncreaseOrDecreaseU128, palletCfPoolsRangeOrderChange, palletCfSwappingCcmFailReason, simpleEnum, solPrimPdaPdaError, spArithmeticArithmeticError, spRuntimeDispatchError, spRuntimeModuleError, spRuntimeTokenError, spRuntimeTransactionalError };