@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
@@ -14,47 +14,47 @@ declare const swappingCcmFailed: z.ZodObject<{
14
14
  __kind: z.ZodLiteral<"Eth">;
15
15
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
16
16
  }, "strip", z.ZodTypeAny, {
17
- value: `0x${string}`;
18
17
  __kind: "Eth";
18
+ value: `0x${string}`;
19
19
  }, {
20
- value: string;
21
20
  __kind: "Eth";
21
+ value: string;
22
22
  }>, z.ZodObject<{
23
23
  __kind: z.ZodLiteral<"Dot">;
24
24
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
25
25
  }, "strip", z.ZodTypeAny, {
26
- value: `0x${string}`;
27
26
  __kind: "Dot";
27
+ value: `0x${string}`;
28
28
  }, {
29
- value: string;
30
29
  __kind: "Dot";
30
+ value: string;
31
31
  }>, z.ZodObject<{
32
32
  __kind: z.ZodLiteral<"Btc">;
33
33
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
34
34
  }, "strip", z.ZodTypeAny, {
35
- value: `0x${string}`;
36
35
  __kind: "Btc";
36
+ value: `0x${string}`;
37
37
  }, {
38
- value: string;
39
38
  __kind: "Btc";
39
+ value: string;
40
40
  }>, z.ZodObject<{
41
41
  __kind: z.ZodLiteral<"Arb">;
42
42
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
43
43
  }, "strip", z.ZodTypeAny, {
44
- value: `0x${string}`;
45
44
  __kind: "Arb";
45
+ value: `0x${string}`;
46
46
  }, {
47
- value: string;
48
47
  __kind: "Arb";
48
+ value: string;
49
49
  }>, z.ZodObject<{
50
50
  __kind: z.ZodLiteral<"Sol">;
51
51
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
52
52
  }, "strip", z.ZodTypeAny, {
53
- value: `0x${string}`;
54
53
  __kind: "Sol";
54
+ value: `0x${string}`;
55
55
  }, {
56
- value: string;
57
56
  __kind: "Sol";
57
+ value: string;
58
58
  }>]>;
59
59
  depositMetadata: z.ZodObject<{
60
60
  sourceChain: z.ZodEffects<z.ZodObject<{
@@ -70,67 +70,67 @@ declare const swappingCcmFailed: z.ZodObject<{
70
70
  __kind: z.ZodLiteral<"Eth">;
71
71
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
72
72
  }, "strip", z.ZodTypeAny, {
73
- value: `0x${string}`;
74
73
  __kind: "Eth";
74
+ value: `0x${string}`;
75
75
  }, {
76
- value: string;
77
76
  __kind: "Eth";
77
+ value: string;
78
78
  }>, z.ZodObject<{
79
79
  __kind: z.ZodLiteral<"Dot">;
80
80
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
81
81
  }, "strip", z.ZodTypeAny, {
82
- value: `0x${string}`;
83
82
  __kind: "Dot";
83
+ value: `0x${string}`;
84
84
  }, {
85
- value: string;
86
85
  __kind: "Dot";
86
+ value: string;
87
87
  }>, z.ZodObject<{
88
88
  __kind: z.ZodLiteral<"Btc">;
89
89
  value: z.ZodUnion<[z.ZodObject<{
90
90
  __kind: z.ZodLiteral<"P2PKH">;
91
91
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
92
92
  }, "strip", z.ZodTypeAny, {
93
- value: `0x${string}`;
94
93
  __kind: "P2PKH";
94
+ value: `0x${string}`;
95
95
  }, {
96
- value: string;
97
96
  __kind: "P2PKH";
97
+ value: string;
98
98
  }>, z.ZodObject<{
99
99
  __kind: z.ZodLiteral<"P2SH">;
100
100
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
101
101
  }, "strip", z.ZodTypeAny, {
102
- value: `0x${string}`;
103
102
  __kind: "P2SH";
103
+ value: `0x${string}`;
104
104
  }, {
105
- value: string;
106
105
  __kind: "P2SH";
106
+ value: string;
107
107
  }>, z.ZodObject<{
108
108
  __kind: z.ZodLiteral<"P2WPKH">;
109
109
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
110
110
  }, "strip", z.ZodTypeAny, {
111
- value: `0x${string}`;
112
111
  __kind: "P2WPKH";
112
+ value: `0x${string}`;
113
113
  }, {
114
- value: string;
115
114
  __kind: "P2WPKH";
115
+ value: string;
116
116
  }>, z.ZodObject<{
117
117
  __kind: z.ZodLiteral<"P2WSH">;
118
118
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
119
119
  }, "strip", z.ZodTypeAny, {
120
- value: `0x${string}`;
121
120
  __kind: "P2WSH";
121
+ value: `0x${string}`;
122
122
  }, {
123
- value: string;
124
123
  __kind: "P2WSH";
124
+ value: string;
125
125
  }>, z.ZodObject<{
126
126
  __kind: z.ZodLiteral<"Taproot">;
127
127
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
128
128
  }, "strip", z.ZodTypeAny, {
129
- value: `0x${string}`;
130
129
  __kind: "Taproot";
130
+ value: `0x${string}`;
131
131
  }, {
132
- value: string;
133
132
  __kind: "Taproot";
133
+ value: string;
134
134
  }>, z.ZodObject<{
135
135
  __kind: z.ZodLiteral<"OtherSegwit">;
136
136
  version: z.ZodNumber;
@@ -145,67 +145,67 @@ declare const swappingCcmFailed: z.ZodObject<{
145
145
  program: string;
146
146
  }>]>;
147
147
  }, "strip", z.ZodTypeAny, {
148
+ __kind: "Btc";
148
149
  value: {
149
- value: `0x${string}`;
150
150
  __kind: "P2PKH";
151
- } | {
152
151
  value: `0x${string}`;
153
- __kind: "P2SH";
154
152
  } | {
153
+ __kind: "P2SH";
155
154
  value: `0x${string}`;
156
- __kind: "P2WPKH";
157
155
  } | {
156
+ __kind: "P2WPKH";
158
157
  value: `0x${string}`;
159
- __kind: "P2WSH";
160
158
  } | {
159
+ __kind: "P2WSH";
161
160
  value: `0x${string}`;
161
+ } | {
162
162
  __kind: "Taproot";
163
+ value: `0x${string}`;
163
164
  } | {
164
165
  __kind: "OtherSegwit";
165
166
  version: number;
166
167
  program: `0x${string}`;
167
168
  };
168
- __kind: "Btc";
169
169
  }, {
170
+ __kind: "Btc";
170
171
  value: {
171
- value: string;
172
172
  __kind: "P2PKH";
173
- } | {
174
173
  value: string;
175
- __kind: "P2SH";
176
174
  } | {
175
+ __kind: "P2SH";
177
176
  value: string;
178
- __kind: "P2WPKH";
179
177
  } | {
178
+ __kind: "P2WPKH";
180
179
  value: string;
181
- __kind: "P2WSH";
182
180
  } | {
181
+ __kind: "P2WSH";
183
182
  value: string;
183
+ } | {
184
184
  __kind: "Taproot";
185
+ value: string;
185
186
  } | {
186
187
  __kind: "OtherSegwit";
187
188
  version: number;
188
189
  program: string;
189
190
  };
190
- __kind: "Btc";
191
191
  }>, z.ZodObject<{
192
192
  __kind: z.ZodLiteral<"Arb">;
193
193
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
194
194
  }, "strip", z.ZodTypeAny, {
195
- value: `0x${string}`;
196
195
  __kind: "Arb";
196
+ value: `0x${string}`;
197
197
  }, {
198
- value: string;
199
198
  __kind: "Arb";
199
+ value: string;
200
200
  }>, z.ZodObject<{
201
201
  __kind: z.ZodLiteral<"Sol">;
202
202
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
203
203
  }, "strip", z.ZodTypeAny, {
204
- value: `0x${string}`;
205
204
  __kind: "Sol";
205
+ value: `0x${string}`;
206
206
  }, {
207
- value: string;
208
207
  __kind: "Sol";
208
+ value: string;
209
209
  }>]>>>;
210
210
  channelMetadata: z.ZodObject<{
211
211
  message: z.ZodEffects<z.ZodString, `0x${string}`, string>;
@@ -228,39 +228,39 @@ declare const swappingCcmFailed: z.ZodObject<{
228
228
  cfParameters: `0x${string}`;
229
229
  };
230
230
  sourceAddress?: {
231
- value: `0x${string}`;
232
231
  __kind: "Eth";
233
- } | {
234
232
  value: `0x${string}`;
233
+ } | {
235
234
  __kind: "Dot";
235
+ value: `0x${string}`;
236
236
  } | {
237
+ __kind: "Btc";
237
238
  value: {
238
- value: `0x${string}`;
239
239
  __kind: "P2PKH";
240
- } | {
241
240
  value: `0x${string}`;
242
- __kind: "P2SH";
243
241
  } | {
242
+ __kind: "P2SH";
244
243
  value: `0x${string}`;
245
- __kind: "P2WPKH";
246
244
  } | {
245
+ __kind: "P2WPKH";
247
246
  value: `0x${string}`;
248
- __kind: "P2WSH";
249
247
  } | {
248
+ __kind: "P2WSH";
250
249
  value: `0x${string}`;
250
+ } | {
251
251
  __kind: "Taproot";
252
+ value: `0x${string}`;
252
253
  } | {
253
254
  __kind: "OtherSegwit";
254
255
  version: number;
255
256
  program: `0x${string}`;
256
257
  };
257
- __kind: "Btc";
258
258
  } | {
259
- value: `0x${string}`;
260
259
  __kind: "Arb";
261
- } | {
262
260
  value: `0x${string}`;
261
+ } | {
263
262
  __kind: "Sol";
263
+ value: `0x${string}`;
264
264
  } | null | undefined;
265
265
  }, {
266
266
  sourceChain: {
@@ -272,39 +272,39 @@ declare const swappingCcmFailed: z.ZodObject<{
272
272
  cfParameters: string;
273
273
  };
274
274
  sourceAddress?: {
275
- value: string;
276
275
  __kind: "Eth";
277
- } | {
278
276
  value: string;
277
+ } | {
279
278
  __kind: "Dot";
279
+ value: string;
280
280
  } | {
281
+ __kind: "Btc";
281
282
  value: {
282
- value: string;
283
283
  __kind: "P2PKH";
284
- } | {
285
284
  value: string;
286
- __kind: "P2SH";
287
285
  } | {
286
+ __kind: "P2SH";
288
287
  value: string;
289
- __kind: "P2WPKH";
290
288
  } | {
289
+ __kind: "P2WPKH";
291
290
  value: string;
292
- __kind: "P2WSH";
293
291
  } | {
292
+ __kind: "P2WSH";
294
293
  value: string;
294
+ } | {
295
295
  __kind: "Taproot";
296
+ value: string;
296
297
  } | {
297
298
  __kind: "OtherSegwit";
298
299
  version: number;
299
300
  program: string;
300
301
  };
301
- __kind: "Btc";
302
302
  } | {
303
- value: string;
304
303
  __kind: "Arb";
305
- } | {
306
304
  value: string;
305
+ } | {
307
306
  __kind: "Sol";
307
+ value: string;
308
308
  } | null | undefined;
309
309
  }>;
310
310
  origin: z.ZodUnion<[z.ZodObject<{
@@ -313,87 +313,87 @@ declare const swappingCcmFailed: z.ZodObject<{
313
313
  __kind: z.ZodLiteral<"Eth">;
314
314
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
315
315
  }, "strip", z.ZodTypeAny, {
316
- value: `0x${string}`;
317
316
  __kind: "Eth";
317
+ value: `0x${string}`;
318
318
  }, {
319
- value: string;
320
319
  __kind: "Eth";
320
+ value: string;
321
321
  }>, z.ZodObject<{
322
322
  __kind: z.ZodLiteral<"Dot">;
323
323
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
324
324
  }, "strip", z.ZodTypeAny, {
325
- value: `0x${string}`;
326
325
  __kind: "Dot";
326
+ value: `0x${string}`;
327
327
  }, {
328
- value: string;
329
328
  __kind: "Dot";
329
+ value: string;
330
330
  }>, z.ZodObject<{
331
331
  __kind: z.ZodLiteral<"Btc">;
332
332
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
333
333
  }, "strip", z.ZodTypeAny, {
334
- value: `0x${string}`;
335
334
  __kind: "Btc";
335
+ value: `0x${string}`;
336
336
  }, {
337
- value: string;
338
337
  __kind: "Btc";
338
+ value: string;
339
339
  }>, z.ZodObject<{
340
340
  __kind: z.ZodLiteral<"Arb">;
341
341
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
342
342
  }, "strip", z.ZodTypeAny, {
343
- value: `0x${string}`;
344
343
  __kind: "Arb";
344
+ value: `0x${string}`;
345
345
  }, {
346
- value: string;
347
346
  __kind: "Arb";
347
+ value: string;
348
348
  }>, z.ZodObject<{
349
349
  __kind: z.ZodLiteral<"Sol">;
350
350
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
351
351
  }, "strip", z.ZodTypeAny, {
352
- value: `0x${string}`;
353
352
  __kind: "Sol";
353
+ value: `0x${string}`;
354
354
  }, {
355
- value: string;
356
355
  __kind: "Sol";
356
+ value: string;
357
357
  }>]>;
358
358
  channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
359
359
  depositBlockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
360
360
  }, "strip", z.ZodTypeAny, {
361
361
  __kind: "DepositChannel";
362
362
  depositAddress: {
363
- value: `0x${string}`;
364
363
  __kind: "Eth";
365
- } | {
366
364
  value: `0x${string}`;
367
- __kind: "Dot";
368
365
  } | {
366
+ __kind: "Dot";
369
367
  value: `0x${string}`;
370
- __kind: "Btc";
371
368
  } | {
369
+ __kind: "Btc";
372
370
  value: `0x${string}`;
373
- __kind: "Arb";
374
371
  } | {
372
+ __kind: "Arb";
375
373
  value: `0x${string}`;
374
+ } | {
376
375
  __kind: "Sol";
376
+ value: `0x${string}`;
377
377
  };
378
378
  channelId: bigint;
379
379
  depositBlockHeight: bigint;
380
380
  }, {
381
381
  __kind: "DepositChannel";
382
382
  depositAddress: {
383
- value: string;
384
383
  __kind: "Eth";
385
- } | {
386
384
  value: string;
387
- __kind: "Dot";
388
385
  } | {
386
+ __kind: "Dot";
389
387
  value: string;
390
- __kind: "Btc";
391
388
  } | {
389
+ __kind: "Btc";
392
390
  value: string;
393
- __kind: "Arb";
394
391
  } | {
392
+ __kind: "Arb";
395
393
  value: string;
394
+ } | {
396
395
  __kind: "Sol";
396
+ value: string;
397
397
  };
398
398
  channelId: string | number;
399
399
  depositBlockHeight: string | number;
@@ -416,20 +416,20 @@ declare const swappingCcmFailed: z.ZodObject<{
416
416
  }, "strip", z.ZodTypeAny, {
417
417
  reason: "UnsupportedForTargetChain" | "InsufficientDepositAmount";
418
418
  destinationAddress: {
419
- value: `0x${string}`;
420
419
  __kind: "Eth";
421
- } | {
422
420
  value: `0x${string}`;
423
- __kind: "Dot";
424
421
  } | {
422
+ __kind: "Dot";
425
423
  value: `0x${string}`;
426
- __kind: "Btc";
427
424
  } | {
425
+ __kind: "Btc";
428
426
  value: `0x${string}`;
429
- __kind: "Arb";
430
427
  } | {
428
+ __kind: "Arb";
431
429
  value: `0x${string}`;
430
+ } | {
432
431
  __kind: "Sol";
432
+ value: `0x${string}`;
433
433
  };
434
434
  depositMetadata: {
435
435
  sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
@@ -439,58 +439,58 @@ declare const swappingCcmFailed: z.ZodObject<{
439
439
  cfParameters: `0x${string}`;
440
440
  };
441
441
  sourceAddress?: {
442
- value: `0x${string}`;
443
442
  __kind: "Eth";
444
- } | {
445
443
  value: `0x${string}`;
444
+ } | {
446
445
  __kind: "Dot";
446
+ value: `0x${string}`;
447
447
  } | {
448
+ __kind: "Btc";
448
449
  value: {
449
- value: `0x${string}`;
450
450
  __kind: "P2PKH";
451
- } | {
452
451
  value: `0x${string}`;
453
- __kind: "P2SH";
454
452
  } | {
453
+ __kind: "P2SH";
455
454
  value: `0x${string}`;
456
- __kind: "P2WPKH";
457
455
  } | {
456
+ __kind: "P2WPKH";
458
457
  value: `0x${string}`;
459
- __kind: "P2WSH";
460
458
  } | {
459
+ __kind: "P2WSH";
461
460
  value: `0x${string}`;
461
+ } | {
462
462
  __kind: "Taproot";
463
+ value: `0x${string}`;
463
464
  } | {
464
465
  __kind: "OtherSegwit";
465
466
  version: number;
466
467
  program: `0x${string}`;
467
468
  };
468
- __kind: "Btc";
469
469
  } | {
470
- value: `0x${string}`;
471
470
  __kind: "Arb";
472
- } | {
473
471
  value: `0x${string}`;
472
+ } | {
474
473
  __kind: "Sol";
474
+ value: `0x${string}`;
475
475
  } | null | undefined;
476
476
  };
477
477
  origin: {
478
478
  __kind: "DepositChannel";
479
479
  depositAddress: {
480
- value: `0x${string}`;
481
480
  __kind: "Eth";
482
- } | {
483
481
  value: `0x${string}`;
484
- __kind: "Dot";
485
482
  } | {
483
+ __kind: "Dot";
486
484
  value: `0x${string}`;
487
- __kind: "Btc";
488
485
  } | {
486
+ __kind: "Btc";
489
487
  value: `0x${string}`;
490
- __kind: "Arb";
491
488
  } | {
489
+ __kind: "Arb";
492
490
  value: `0x${string}`;
491
+ } | {
493
492
  __kind: "Sol";
493
+ value: `0x${string}`;
494
494
  };
495
495
  channelId: bigint;
496
496
  depositBlockHeight: bigint;
@@ -505,20 +505,20 @@ declare const swappingCcmFailed: z.ZodObject<{
505
505
  __kind: "UnsupportedForTargetChain" | "InsufficientDepositAmount";
506
506
  };
507
507
  destinationAddress: {
508
- value: string;
509
508
  __kind: "Eth";
510
- } | {
511
509
  value: string;
512
- __kind: "Dot";
513
510
  } | {
511
+ __kind: "Dot";
514
512
  value: string;
515
- __kind: "Btc";
516
513
  } | {
514
+ __kind: "Btc";
517
515
  value: string;
518
- __kind: "Arb";
519
516
  } | {
517
+ __kind: "Arb";
520
518
  value: string;
519
+ } | {
521
520
  __kind: "Sol";
521
+ value: string;
522
522
  };
523
523
  depositMetadata: {
524
524
  sourceChain: {
@@ -530,58 +530,58 @@ declare const swappingCcmFailed: z.ZodObject<{
530
530
  cfParameters: string;
531
531
  };
532
532
  sourceAddress?: {
533
- value: string;
534
533
  __kind: "Eth";
535
- } | {
536
534
  value: string;
535
+ } | {
537
536
  __kind: "Dot";
537
+ value: string;
538
538
  } | {
539
+ __kind: "Btc";
539
540
  value: {
540
- value: string;
541
541
  __kind: "P2PKH";
542
- } | {
543
542
  value: string;
544
- __kind: "P2SH";
545
543
  } | {
544
+ __kind: "P2SH";
546
545
  value: string;
547
- __kind: "P2WPKH";
548
546
  } | {
547
+ __kind: "P2WPKH";
549
548
  value: string;
550
- __kind: "P2WSH";
551
549
  } | {
550
+ __kind: "P2WSH";
552
551
  value: string;
552
+ } | {
553
553
  __kind: "Taproot";
554
+ value: string;
554
555
  } | {
555
556
  __kind: "OtherSegwit";
556
557
  version: number;
557
558
  program: string;
558
559
  };
559
- __kind: "Btc";
560
560
  } | {
561
- value: string;
562
561
  __kind: "Arb";
563
- } | {
564
562
  value: string;
563
+ } | {
565
564
  __kind: "Sol";
565
+ value: string;
566
566
  } | null | undefined;
567
567
  };
568
568
  origin: {
569
569
  __kind: "DepositChannel";
570
570
  depositAddress: {
571
- value: string;
572
571
  __kind: "Eth";
573
- } | {
574
572
  value: string;
575
- __kind: "Dot";
576
573
  } | {
574
+ __kind: "Dot";
577
575
  value: string;
578
- __kind: "Btc";
579
576
  } | {
577
+ __kind: "Btc";
580
578
  value: string;
581
- __kind: "Arb";
582
579
  } | {
580
+ __kind: "Arb";
583
581
  value: string;
582
+ } | {
584
583
  __kind: "Sol";
584
+ value: string;
585
585
  };
586
586
  channelId: string | number;
587
587
  depositBlockHeight: string | number;
@@ -0,0 +1,10 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});// generated/160/swapping/maximumSwapAmountSet.ts
2
+ var _zod = require('zod');
3
+ var _commoncjs = require('../common.cjs');
4
+ var swappingMaximumSwapAmountSet = _zod.z.object({
5
+ asset: _commoncjs.cfPrimitivesChainsAssetsAnyAsset,
6
+ amount: _commoncjs.numberOrHex.nullish()
7
+ });
8
+
9
+
10
+ exports.swappingMaximumSwapAmountSet = swappingMaximumSwapAmountSet;
@@ -0,0 +1,24 @@
1
+ import { z } from 'zod';
2
+
3
+ declare const swappingMaximumSwapAmountSet: z.ZodObject<{
4
+ asset: z.ZodEffects<z.ZodObject<{
5
+ __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
6
+ }, "strip", z.ZodTypeAny, {
7
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
8
+ }, {
9
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
10
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
11
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
12
+ }>;
13
+ amount: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
14
+ }, "strip", z.ZodTypeAny, {
15
+ asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
16
+ amount?: bigint | null | undefined;
17
+ }, {
18
+ asset: {
19
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
20
+ };
21
+ amount?: string | number | null | undefined;
22
+ }>;
23
+
24
+ export { swappingMaximumSwapAmountSet };
@@ -0,0 +1,24 @@
1
+ import { z } from 'zod';
2
+
3
+ declare const swappingMaximumSwapAmountSet: z.ZodObject<{
4
+ asset: z.ZodEffects<z.ZodObject<{
5
+ __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
6
+ }, "strip", z.ZodTypeAny, {
7
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
8
+ }, {
9
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
10
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
11
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
12
+ }>;
13
+ amount: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
14
+ }, "strip", z.ZodTypeAny, {
15
+ asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
16
+ amount?: bigint | null | undefined;
17
+ }, {
18
+ asset: {
19
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
20
+ };
21
+ amount?: string | number | null | undefined;
22
+ }>;
23
+
24
+ export { swappingMaximumSwapAmountSet };