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