@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
@@ -0,0 +1,532 @@
1
+ import { z } from 'zod';
2
+
3
+ declare const solanaIngressEgressCcmEgressInvalid: z.ZodObject<{
4
+ egressId: z.ZodTuple<[z.ZodEffects<z.ZodObject<{
5
+ __kind: z.ZodEnum<["Ethereum", "Polkadot", "Bitcoin", "Arbitrum", "Solana"]>;
6
+ }, "strip", z.ZodTypeAny, {
7
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
8
+ }, {
9
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
10
+ }>, "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana", {
11
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
12
+ }>, z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>], null>;
13
+ error: z.ZodUnion<[z.ZodObject<{
14
+ __kind: z.ZodLiteral<"Unsupported">;
15
+ }, "strip", z.ZodTypeAny, {
16
+ __kind: "Unsupported";
17
+ }, {
18
+ __kind: "Unsupported";
19
+ }>, z.ZodObject<{
20
+ __kind: z.ZodLiteral<"FailedToBuildCcmForSolana">;
21
+ value: z.ZodUnion<[z.ZodObject<{
22
+ __kind: z.ZodLiteral<"CannotLookupApiEnvironment">;
23
+ }, "strip", z.ZodTypeAny, {
24
+ __kind: "CannotLookupApiEnvironment";
25
+ }, {
26
+ __kind: "CannotLookupApiEnvironment";
27
+ }>, z.ZodObject<{
28
+ __kind: z.ZodLiteral<"CannotLookupCurrentAggKey">;
29
+ }, "strip", z.ZodTypeAny, {
30
+ __kind: "CannotLookupCurrentAggKey";
31
+ }, {
32
+ __kind: "CannotLookupCurrentAggKey";
33
+ }>, z.ZodObject<{
34
+ __kind: z.ZodLiteral<"CannotLookupComputePrice">;
35
+ }, "strip", z.ZodTypeAny, {
36
+ __kind: "CannotLookupComputePrice";
37
+ }, {
38
+ __kind: "CannotLookupComputePrice";
39
+ }>, z.ZodObject<{
40
+ __kind: z.ZodLiteral<"NoNonceAccountsSet">;
41
+ }, "strip", z.ZodTypeAny, {
42
+ __kind: "NoNonceAccountsSet";
43
+ }, {
44
+ __kind: "NoNonceAccountsSet";
45
+ }>, z.ZodObject<{
46
+ __kind: z.ZodLiteral<"NoAvailableNonceAccount">;
47
+ }, "strip", z.ZodTypeAny, {
48
+ __kind: "NoAvailableNonceAccount";
49
+ }, {
50
+ __kind: "NoAvailableNonceAccount";
51
+ }>, z.ZodObject<{
52
+ __kind: z.ZodLiteral<"FailedToDeriveAddress">;
53
+ value: z.ZodEffects<z.ZodObject<{
54
+ __kind: z.ZodEnum<["NotAValidPoint", "TooManySeeds", "SeedTooLarge", "BumpSeedBadLuck"]>;
55
+ }, "strip", z.ZodTypeAny, {
56
+ __kind: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
57
+ }, {
58
+ __kind: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
59
+ }>, "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck", {
60
+ __kind: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
61
+ }>;
62
+ }, "strip", z.ZodTypeAny, {
63
+ value: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
64
+ __kind: "FailedToDeriveAddress";
65
+ }, {
66
+ value: {
67
+ __kind: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
68
+ };
69
+ __kind: "FailedToDeriveAddress";
70
+ }>, z.ZodObject<{
71
+ __kind: z.ZodLiteral<"InvalidCcm">;
72
+ value: z.ZodEffects<z.ZodObject<{
73
+ __kind: z.ZodEnum<["CannotDecodeCfParameters", "CcmIsTooLong", "CfParametersContainsInvalidAccounts"]>;
74
+ }, "strip", z.ZodTypeAny, {
75
+ __kind: "CannotDecodeCfParameters" | "CcmIsTooLong" | "CfParametersContainsInvalidAccounts";
76
+ }, {
77
+ __kind: "CannotDecodeCfParameters" | "CcmIsTooLong" | "CfParametersContainsInvalidAccounts";
78
+ }>, "CannotDecodeCfParameters" | "CcmIsTooLong" | "CfParametersContainsInvalidAccounts", {
79
+ __kind: "CannotDecodeCfParameters" | "CcmIsTooLong" | "CfParametersContainsInvalidAccounts";
80
+ }>;
81
+ }, "strip", z.ZodTypeAny, {
82
+ value: "CannotDecodeCfParameters" | "CcmIsTooLong" | "CfParametersContainsInvalidAccounts";
83
+ __kind: "InvalidCcm";
84
+ }, {
85
+ value: {
86
+ __kind: "CannotDecodeCfParameters" | "CcmIsTooLong" | "CfParametersContainsInvalidAccounts";
87
+ };
88
+ __kind: "InvalidCcm";
89
+ }>, z.ZodObject<{
90
+ __kind: z.ZodLiteral<"FailedToSerializeFinalTransaction">;
91
+ }, "strip", z.ZodTypeAny, {
92
+ __kind: "FailedToSerializeFinalTransaction";
93
+ }, {
94
+ __kind: "FailedToSerializeFinalTransaction";
95
+ }>, z.ZodObject<{
96
+ __kind: z.ZodLiteral<"FinalTransactionExceededMaxLength">;
97
+ value: z.ZodNumber;
98
+ }, "strip", z.ZodTypeAny, {
99
+ value: number;
100
+ __kind: "FinalTransactionExceededMaxLength";
101
+ }, {
102
+ value: number;
103
+ __kind: "FinalTransactionExceededMaxLength";
104
+ }>]>;
105
+ }, "strip", z.ZodTypeAny, {
106
+ value: {
107
+ __kind: "CannotLookupApiEnvironment";
108
+ } | {
109
+ __kind: "CannotLookupCurrentAggKey";
110
+ } | {
111
+ __kind: "CannotLookupComputePrice";
112
+ } | {
113
+ __kind: "NoNonceAccountsSet";
114
+ } | {
115
+ __kind: "NoAvailableNonceAccount";
116
+ } | {
117
+ value: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
118
+ __kind: "FailedToDeriveAddress";
119
+ } | {
120
+ value: "CannotDecodeCfParameters" | "CcmIsTooLong" | "CfParametersContainsInvalidAccounts";
121
+ __kind: "InvalidCcm";
122
+ } | {
123
+ __kind: "FailedToSerializeFinalTransaction";
124
+ } | {
125
+ value: number;
126
+ __kind: "FinalTransactionExceededMaxLength";
127
+ };
128
+ __kind: "FailedToBuildCcmForSolana";
129
+ }, {
130
+ value: {
131
+ __kind: "CannotLookupApiEnvironment";
132
+ } | {
133
+ __kind: "CannotLookupCurrentAggKey";
134
+ } | {
135
+ __kind: "CannotLookupComputePrice";
136
+ } | {
137
+ __kind: "NoNonceAccountsSet";
138
+ } | {
139
+ __kind: "NoAvailableNonceAccount";
140
+ } | {
141
+ value: {
142
+ __kind: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
143
+ };
144
+ __kind: "FailedToDeriveAddress";
145
+ } | {
146
+ value: {
147
+ __kind: "CannotDecodeCfParameters" | "CcmIsTooLong" | "CfParametersContainsInvalidAccounts";
148
+ };
149
+ __kind: "InvalidCcm";
150
+ } | {
151
+ __kind: "FailedToSerializeFinalTransaction";
152
+ } | {
153
+ value: number;
154
+ __kind: "FinalTransactionExceededMaxLength";
155
+ };
156
+ __kind: "FailedToBuildCcmForSolana";
157
+ }>, z.ZodObject<{
158
+ __kind: z.ZodLiteral<"DispatchError">;
159
+ value: z.ZodUnion<[z.ZodObject<{
160
+ __kind: z.ZodLiteral<"Other">;
161
+ }, "strip", z.ZodTypeAny, {
162
+ __kind: "Other";
163
+ }, {
164
+ __kind: "Other";
165
+ }>, z.ZodObject<{
166
+ __kind: z.ZodLiteral<"CannotLookup">;
167
+ }, "strip", z.ZodTypeAny, {
168
+ __kind: "CannotLookup";
169
+ }, {
170
+ __kind: "CannotLookup";
171
+ }>, z.ZodObject<{
172
+ __kind: z.ZodLiteral<"BadOrigin">;
173
+ }, "strip", z.ZodTypeAny, {
174
+ __kind: "BadOrigin";
175
+ }, {
176
+ __kind: "BadOrigin";
177
+ }>, z.ZodObject<{
178
+ __kind: z.ZodLiteral<"Module">;
179
+ value: z.ZodObject<{
180
+ index: z.ZodNumber;
181
+ error: z.ZodEffects<z.ZodString, `0x${string}`, string>;
182
+ }, "strip", z.ZodTypeAny, {
183
+ index: number;
184
+ error: `0x${string}`;
185
+ }, {
186
+ index: number;
187
+ error: string;
188
+ }>;
189
+ }, "strip", z.ZodTypeAny, {
190
+ value: {
191
+ index: number;
192
+ error: `0x${string}`;
193
+ };
194
+ __kind: "Module";
195
+ }, {
196
+ value: {
197
+ index: number;
198
+ error: string;
199
+ };
200
+ __kind: "Module";
201
+ }>, z.ZodObject<{
202
+ __kind: z.ZodLiteral<"ConsumerRemaining">;
203
+ }, "strip", z.ZodTypeAny, {
204
+ __kind: "ConsumerRemaining";
205
+ }, {
206
+ __kind: "ConsumerRemaining";
207
+ }>, z.ZodObject<{
208
+ __kind: z.ZodLiteral<"NoProviders">;
209
+ }, "strip", z.ZodTypeAny, {
210
+ __kind: "NoProviders";
211
+ }, {
212
+ __kind: "NoProviders";
213
+ }>, z.ZodObject<{
214
+ __kind: z.ZodLiteral<"TooManyConsumers">;
215
+ }, "strip", z.ZodTypeAny, {
216
+ __kind: "TooManyConsumers";
217
+ }, {
218
+ __kind: "TooManyConsumers";
219
+ }>, z.ZodObject<{
220
+ __kind: z.ZodLiteral<"Token">;
221
+ value: z.ZodEffects<z.ZodObject<{
222
+ __kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
223
+ }, "strip", z.ZodTypeAny, {
224
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
225
+ }, {
226
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
227
+ }>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
228
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
229
+ }>;
230
+ }, "strip", z.ZodTypeAny, {
231
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
232
+ __kind: "Token";
233
+ }, {
234
+ value: {
235
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
236
+ };
237
+ __kind: "Token";
238
+ }>, z.ZodObject<{
239
+ __kind: z.ZodLiteral<"Arithmetic">;
240
+ value: z.ZodEffects<z.ZodObject<{
241
+ __kind: z.ZodEnum<["Underflow", "Overflow", "DivisionByZero"]>;
242
+ }, "strip", z.ZodTypeAny, {
243
+ __kind: "Underflow" | "Overflow" | "DivisionByZero";
244
+ }, {
245
+ __kind: "Underflow" | "Overflow" | "DivisionByZero";
246
+ }>, "Underflow" | "Overflow" | "DivisionByZero", {
247
+ __kind: "Underflow" | "Overflow" | "DivisionByZero";
248
+ }>;
249
+ }, "strip", z.ZodTypeAny, {
250
+ value: "Underflow" | "Overflow" | "DivisionByZero";
251
+ __kind: "Arithmetic";
252
+ }, {
253
+ value: {
254
+ __kind: "Underflow" | "Overflow" | "DivisionByZero";
255
+ };
256
+ __kind: "Arithmetic";
257
+ }>, z.ZodObject<{
258
+ __kind: z.ZodLiteral<"Transactional">;
259
+ value: z.ZodEffects<z.ZodObject<{
260
+ __kind: z.ZodEnum<["LimitReached", "NoLayer"]>;
261
+ }, "strip", z.ZodTypeAny, {
262
+ __kind: "LimitReached" | "NoLayer";
263
+ }, {
264
+ __kind: "LimitReached" | "NoLayer";
265
+ }>, "LimitReached" | "NoLayer", {
266
+ __kind: "LimitReached" | "NoLayer";
267
+ }>;
268
+ }, "strip", z.ZodTypeAny, {
269
+ value: "LimitReached" | "NoLayer";
270
+ __kind: "Transactional";
271
+ }, {
272
+ value: {
273
+ __kind: "LimitReached" | "NoLayer";
274
+ };
275
+ __kind: "Transactional";
276
+ }>, z.ZodObject<{
277
+ __kind: z.ZodLiteral<"Exhausted">;
278
+ }, "strip", z.ZodTypeAny, {
279
+ __kind: "Exhausted";
280
+ }, {
281
+ __kind: "Exhausted";
282
+ }>, z.ZodObject<{
283
+ __kind: z.ZodLiteral<"Corruption">;
284
+ }, "strip", z.ZodTypeAny, {
285
+ __kind: "Corruption";
286
+ }, {
287
+ __kind: "Corruption";
288
+ }>, z.ZodObject<{
289
+ __kind: z.ZodLiteral<"Unavailable">;
290
+ }, "strip", z.ZodTypeAny, {
291
+ __kind: "Unavailable";
292
+ }, {
293
+ __kind: "Unavailable";
294
+ }>, z.ZodObject<{
295
+ __kind: z.ZodLiteral<"RootNotAllowed">;
296
+ }, "strip", z.ZodTypeAny, {
297
+ __kind: "RootNotAllowed";
298
+ }, {
299
+ __kind: "RootNotAllowed";
300
+ }>]>;
301
+ }, "strip", z.ZodTypeAny, {
302
+ value: {
303
+ __kind: "Other";
304
+ } | {
305
+ __kind: "CannotLookup";
306
+ } | {
307
+ __kind: "BadOrigin";
308
+ } | {
309
+ value: {
310
+ index: number;
311
+ error: `0x${string}`;
312
+ };
313
+ __kind: "Module";
314
+ } | {
315
+ __kind: "ConsumerRemaining";
316
+ } | {
317
+ __kind: "NoProviders";
318
+ } | {
319
+ __kind: "TooManyConsumers";
320
+ } | {
321
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
322
+ __kind: "Token";
323
+ } | {
324
+ value: "Underflow" | "Overflow" | "DivisionByZero";
325
+ __kind: "Arithmetic";
326
+ } | {
327
+ value: "LimitReached" | "NoLayer";
328
+ __kind: "Transactional";
329
+ } | {
330
+ __kind: "Exhausted";
331
+ } | {
332
+ __kind: "Corruption";
333
+ } | {
334
+ __kind: "Unavailable";
335
+ } | {
336
+ __kind: "RootNotAllowed";
337
+ };
338
+ __kind: "DispatchError";
339
+ }, {
340
+ value: {
341
+ __kind: "Other";
342
+ } | {
343
+ __kind: "CannotLookup";
344
+ } | {
345
+ __kind: "BadOrigin";
346
+ } | {
347
+ value: {
348
+ index: number;
349
+ error: string;
350
+ };
351
+ __kind: "Module";
352
+ } | {
353
+ __kind: "ConsumerRemaining";
354
+ } | {
355
+ __kind: "NoProviders";
356
+ } | {
357
+ __kind: "TooManyConsumers";
358
+ } | {
359
+ value: {
360
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
361
+ };
362
+ __kind: "Token";
363
+ } | {
364
+ value: {
365
+ __kind: "Underflow" | "Overflow" | "DivisionByZero";
366
+ };
367
+ __kind: "Arithmetic";
368
+ } | {
369
+ value: {
370
+ __kind: "LimitReached" | "NoLayer";
371
+ };
372
+ __kind: "Transactional";
373
+ } | {
374
+ __kind: "Exhausted";
375
+ } | {
376
+ __kind: "Corruption";
377
+ } | {
378
+ __kind: "Unavailable";
379
+ } | {
380
+ __kind: "RootNotAllowed";
381
+ };
382
+ __kind: "DispatchError";
383
+ }>]>;
384
+ }, "strip", z.ZodTypeAny, {
385
+ error: {
386
+ __kind: "Unsupported";
387
+ } | {
388
+ value: {
389
+ __kind: "CannotLookupApiEnvironment";
390
+ } | {
391
+ __kind: "CannotLookupCurrentAggKey";
392
+ } | {
393
+ __kind: "CannotLookupComputePrice";
394
+ } | {
395
+ __kind: "NoNonceAccountsSet";
396
+ } | {
397
+ __kind: "NoAvailableNonceAccount";
398
+ } | {
399
+ value: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
400
+ __kind: "FailedToDeriveAddress";
401
+ } | {
402
+ value: "CannotDecodeCfParameters" | "CcmIsTooLong" | "CfParametersContainsInvalidAccounts";
403
+ __kind: "InvalidCcm";
404
+ } | {
405
+ __kind: "FailedToSerializeFinalTransaction";
406
+ } | {
407
+ value: number;
408
+ __kind: "FinalTransactionExceededMaxLength";
409
+ };
410
+ __kind: "FailedToBuildCcmForSolana";
411
+ } | {
412
+ value: {
413
+ __kind: "Other";
414
+ } | {
415
+ __kind: "CannotLookup";
416
+ } | {
417
+ __kind: "BadOrigin";
418
+ } | {
419
+ value: {
420
+ index: number;
421
+ error: `0x${string}`;
422
+ };
423
+ __kind: "Module";
424
+ } | {
425
+ __kind: "ConsumerRemaining";
426
+ } | {
427
+ __kind: "NoProviders";
428
+ } | {
429
+ __kind: "TooManyConsumers";
430
+ } | {
431
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
432
+ __kind: "Token";
433
+ } | {
434
+ value: "Underflow" | "Overflow" | "DivisionByZero";
435
+ __kind: "Arithmetic";
436
+ } | {
437
+ value: "LimitReached" | "NoLayer";
438
+ __kind: "Transactional";
439
+ } | {
440
+ __kind: "Exhausted";
441
+ } | {
442
+ __kind: "Corruption";
443
+ } | {
444
+ __kind: "Unavailable";
445
+ } | {
446
+ __kind: "RootNotAllowed";
447
+ };
448
+ __kind: "DispatchError";
449
+ };
450
+ egressId: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana", bigint];
451
+ }, {
452
+ error: {
453
+ __kind: "Unsupported";
454
+ } | {
455
+ value: {
456
+ __kind: "CannotLookupApiEnvironment";
457
+ } | {
458
+ __kind: "CannotLookupCurrentAggKey";
459
+ } | {
460
+ __kind: "CannotLookupComputePrice";
461
+ } | {
462
+ __kind: "NoNonceAccountsSet";
463
+ } | {
464
+ __kind: "NoAvailableNonceAccount";
465
+ } | {
466
+ value: {
467
+ __kind: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
468
+ };
469
+ __kind: "FailedToDeriveAddress";
470
+ } | {
471
+ value: {
472
+ __kind: "CannotDecodeCfParameters" | "CcmIsTooLong" | "CfParametersContainsInvalidAccounts";
473
+ };
474
+ __kind: "InvalidCcm";
475
+ } | {
476
+ __kind: "FailedToSerializeFinalTransaction";
477
+ } | {
478
+ value: number;
479
+ __kind: "FinalTransactionExceededMaxLength";
480
+ };
481
+ __kind: "FailedToBuildCcmForSolana";
482
+ } | {
483
+ value: {
484
+ __kind: "Other";
485
+ } | {
486
+ __kind: "CannotLookup";
487
+ } | {
488
+ __kind: "BadOrigin";
489
+ } | {
490
+ value: {
491
+ index: number;
492
+ error: string;
493
+ };
494
+ __kind: "Module";
495
+ } | {
496
+ __kind: "ConsumerRemaining";
497
+ } | {
498
+ __kind: "NoProviders";
499
+ } | {
500
+ __kind: "TooManyConsumers";
501
+ } | {
502
+ value: {
503
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
504
+ };
505
+ __kind: "Token";
506
+ } | {
507
+ value: {
508
+ __kind: "Underflow" | "Overflow" | "DivisionByZero";
509
+ };
510
+ __kind: "Arithmetic";
511
+ } | {
512
+ value: {
513
+ __kind: "LimitReached" | "NoLayer";
514
+ };
515
+ __kind: "Transactional";
516
+ } | {
517
+ __kind: "Exhausted";
518
+ } | {
519
+ __kind: "Corruption";
520
+ } | {
521
+ __kind: "Unavailable";
522
+ } | {
523
+ __kind: "RootNotAllowed";
524
+ };
525
+ __kind: "DispatchError";
526
+ };
527
+ egressId: [{
528
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
529
+ }, string | number];
530
+ }>;
531
+
532
+ export { solanaIngressEgressCcmEgressInvalid };
@@ -0,0 +1,14 @@
1
+ // generated/160/solanaIngressEgress/ccmEgressInvalid.ts
2
+ import { z } from "zod";
3
+ import {
4
+ cfChainsExecutexSwapAndCallError,
5
+ cfPrimitivesChainsForeignChain,
6
+ numberOrHex
7
+ } from "../common.mjs";
8
+ var solanaIngressEgressCcmEgressInvalid = z.object({
9
+ egressId: z.tuple([cfPrimitivesChainsForeignChain, numberOrHex]),
10
+ error: cfChainsExecutexSwapAndCallError
11
+ });
12
+ export {
13
+ solanaIngressEgressCcmEgressInvalid
14
+ };
@@ -3,13 +3,13 @@ import { z } from 'zod';
3
3
  declare const solanaIngressEgressDepositBoosted: z.ZodObject<{
4
4
  depositAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
5
5
  asset: z.ZodEffects<z.ZodObject<{
6
- __kind: z.ZodEnum<["Sol"]>;
6
+ __kind: z.ZodEnum<["Sol", "SolUsdc"]>;
7
7
  }, "strip", z.ZodTypeAny, {
8
- __kind: "Sol";
8
+ __kind: "Sol" | "SolUsdc";
9
9
  }, {
10
- __kind: "Sol";
11
- }>, "Sol", {
12
- __kind: "Sol";
10
+ __kind: "Sol" | "SolUsdc";
11
+ }>, "Sol" | "SolUsdc", {
12
+ __kind: "Sol" | "SolUsdc";
13
13
  }>;
14
14
  amounts: z.ZodArray<z.ZodTuple<[z.ZodNumber, z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>], null>, "many">;
15
15
  prewitnessedDepositId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
@@ -61,11 +61,14 @@ declare const solanaIngressEgressDepositBoosted: z.ZodObject<{
61
61
  prewitnessedDepositId: string | number;
62
62
  }>]>;
63
63
  }, "strip", z.ZodTypeAny, {
64
+ asset: "Sol" | "SolUsdc";
64
65
  depositAddress: `0x${string}`;
65
- asset: "Sol";
66
+ channelId: bigint;
67
+ prewitnessedDepositId: bigint;
68
+ amounts: [number, bigint][];
66
69
  blockHeight: bigint;
67
70
  ingressFee: bigint;
68
- prewitnessedDepositId: bigint;
71
+ boostFee: bigint;
69
72
  action: {
70
73
  __kind: "Swap";
71
74
  swapRequestId: bigint;
@@ -81,17 +84,17 @@ declare const solanaIngressEgressDepositBoosted: z.ZodObject<{
81
84
  __kind: "BoostersCredited";
82
85
  prewitnessedDepositId: bigint;
83
86
  };
84
- channelId: bigint;
85
- amounts: [number, bigint][];
86
- boostFee: bigint;
87
87
  }, {
88
- depositAddress: string;
89
88
  asset: {
90
- __kind: "Sol";
89
+ __kind: "Sol" | "SolUsdc";
91
90
  };
91
+ depositAddress: string;
92
+ channelId: string | number;
93
+ prewitnessedDepositId: string | number;
94
+ amounts: [number, string | number][];
92
95
  blockHeight: string | number;
93
96
  ingressFee: string | number;
94
- prewitnessedDepositId: string | number;
97
+ boostFee: string | number;
95
98
  action: {
96
99
  __kind: "Swap";
97
100
  swapRequestId: string | number;
@@ -107,9 +110,6 @@ declare const solanaIngressEgressDepositBoosted: z.ZodObject<{
107
110
  __kind: "BoostersCredited";
108
111
  prewitnessedDepositId: string | number;
109
112
  };
110
- channelId: string | number;
111
- amounts: [number, string | number][];
112
- boostFee: string | number;
113
113
  }>;
114
114
 
115
115
  export { solanaIngressEgressDepositBoosted };
@@ -3,13 +3,13 @@ import { z } from 'zod';
3
3
  declare const solanaIngressEgressDepositBoosted: z.ZodObject<{
4
4
  depositAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
5
5
  asset: z.ZodEffects<z.ZodObject<{
6
- __kind: z.ZodEnum<["Sol"]>;
6
+ __kind: z.ZodEnum<["Sol", "SolUsdc"]>;
7
7
  }, "strip", z.ZodTypeAny, {
8
- __kind: "Sol";
8
+ __kind: "Sol" | "SolUsdc";
9
9
  }, {
10
- __kind: "Sol";
11
- }>, "Sol", {
12
- __kind: "Sol";
10
+ __kind: "Sol" | "SolUsdc";
11
+ }>, "Sol" | "SolUsdc", {
12
+ __kind: "Sol" | "SolUsdc";
13
13
  }>;
14
14
  amounts: z.ZodArray<z.ZodTuple<[z.ZodNumber, z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>], null>, "many">;
15
15
  prewitnessedDepositId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
@@ -61,11 +61,14 @@ declare const solanaIngressEgressDepositBoosted: z.ZodObject<{
61
61
  prewitnessedDepositId: string | number;
62
62
  }>]>;
63
63
  }, "strip", z.ZodTypeAny, {
64
+ asset: "Sol" | "SolUsdc";
64
65
  depositAddress: `0x${string}`;
65
- asset: "Sol";
66
+ channelId: bigint;
67
+ prewitnessedDepositId: bigint;
68
+ amounts: [number, bigint][];
66
69
  blockHeight: bigint;
67
70
  ingressFee: bigint;
68
- prewitnessedDepositId: bigint;
71
+ boostFee: bigint;
69
72
  action: {
70
73
  __kind: "Swap";
71
74
  swapRequestId: bigint;
@@ -81,17 +84,17 @@ declare const solanaIngressEgressDepositBoosted: z.ZodObject<{
81
84
  __kind: "BoostersCredited";
82
85
  prewitnessedDepositId: bigint;
83
86
  };
84
- channelId: bigint;
85
- amounts: [number, bigint][];
86
- boostFee: bigint;
87
87
  }, {
88
- depositAddress: string;
89
88
  asset: {
90
- __kind: "Sol";
89
+ __kind: "Sol" | "SolUsdc";
91
90
  };
91
+ depositAddress: string;
92
+ channelId: string | number;
93
+ prewitnessedDepositId: string | number;
94
+ amounts: [number, string | number][];
92
95
  blockHeight: string | number;
93
96
  ingressFee: string | number;
94
- prewitnessedDepositId: string | number;
97
+ boostFee: string | number;
95
98
  action: {
96
99
  __kind: "Swap";
97
100
  swapRequestId: string | number;
@@ -107,9 +110,6 @@ declare const solanaIngressEgressDepositBoosted: z.ZodObject<{
107
110
  __kind: "BoostersCredited";
108
111
  prewitnessedDepositId: string | number;
109
112
  };
110
- channelId: string | number;
111
- amounts: [number, string | number][];
112
- boostFee: string | number;
113
113
  }>;
114
114
 
115
115
  export { solanaIngressEgressDepositBoosted };