@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
@@ -25,29 +25,29 @@ declare const swappingSwapScheduled: z.ZodObject<{
25
25
  __kind: z.ZodLiteral<"Eth">;
26
26
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
27
27
  }, "strip", z.ZodTypeAny, {
28
- value: `0x${string}`;
29
28
  __kind: "Eth";
29
+ value: `0x${string}`;
30
30
  }, {
31
- value: string;
32
31
  __kind: "Eth";
32
+ value: string;
33
33
  }>, z.ZodObject<{
34
34
  __kind: z.ZodLiteral<"Dot">;
35
35
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
36
36
  }, "strip", z.ZodTypeAny, {
37
- value: `0x${string}`;
38
37
  __kind: "Dot";
38
+ value: `0x${string}`;
39
39
  }, {
40
- value: string;
41
40
  __kind: "Dot";
41
+ value: string;
42
42
  }>, z.ZodObject<{
43
43
  __kind: z.ZodLiteral<"Btc">;
44
44
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
45
45
  }, "strip", z.ZodTypeAny, {
46
- value: `0x${string}`;
47
46
  __kind: "Btc";
47
+ value: `0x${string}`;
48
48
  }, {
49
- value: string;
50
49
  __kind: "Btc";
50
+ value: string;
51
51
  }>]>;
52
52
  origin: z.ZodUnion<[z.ZodObject<{
53
53
  __kind: z.ZodLiteral<"DepositChannel">;
@@ -55,57 +55,57 @@ declare const swappingSwapScheduled: z.ZodObject<{
55
55
  __kind: z.ZodLiteral<"Eth">;
56
56
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
57
57
  }, "strip", z.ZodTypeAny, {
58
- value: `0x${string}`;
59
58
  __kind: "Eth";
59
+ value: `0x${string}`;
60
60
  }, {
61
- value: string;
62
61
  __kind: "Eth";
62
+ value: string;
63
63
  }>, z.ZodObject<{
64
64
  __kind: z.ZodLiteral<"Dot">;
65
65
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
66
66
  }, "strip", z.ZodTypeAny, {
67
- value: `0x${string}`;
68
67
  __kind: "Dot";
68
+ value: `0x${string}`;
69
69
  }, {
70
- value: string;
71
70
  __kind: "Dot";
71
+ value: string;
72
72
  }>, z.ZodObject<{
73
73
  __kind: z.ZodLiteral<"Btc">;
74
74
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
75
75
  }, "strip", z.ZodTypeAny, {
76
- value: `0x${string}`;
77
76
  __kind: "Btc";
77
+ value: `0x${string}`;
78
78
  }, {
79
- value: string;
80
79
  __kind: "Btc";
80
+ value: string;
81
81
  }>]>;
82
82
  channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
83
83
  depositBlockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
84
84
  }, "strip", z.ZodTypeAny, {
85
85
  __kind: "DepositChannel";
86
86
  depositAddress: {
87
- value: `0x${string}`;
88
87
  __kind: "Eth";
89
- } | {
90
88
  value: `0x${string}`;
91
- __kind: "Dot";
92
89
  } | {
90
+ __kind: "Dot";
93
91
  value: `0x${string}`;
92
+ } | {
94
93
  __kind: "Btc";
94
+ value: `0x${string}`;
95
95
  };
96
96
  channelId: bigint;
97
97
  depositBlockHeight: bigint;
98
98
  }, {
99
99
  __kind: "DepositChannel";
100
100
  depositAddress: {
101
- value: string;
102
101
  __kind: "Eth";
103
- } | {
104
102
  value: string;
105
- __kind: "Dot";
106
103
  } | {
104
+ __kind: "Dot";
107
105
  value: string;
106
+ } | {
108
107
  __kind: "Btc";
108
+ value: string;
109
109
  };
110
110
  channelId: string | number;
111
111
  depositBlockHeight: string | number;
@@ -125,67 +125,67 @@ declare const swappingSwapScheduled: z.ZodObject<{
125
125
  __kind: z.ZodLiteral<"Eth">;
126
126
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
127
127
  }, "strip", z.ZodTypeAny, {
128
- value: `0x${string}`;
129
128
  __kind: "Eth";
129
+ value: `0x${string}`;
130
130
  }, {
131
- value: string;
132
131
  __kind: "Eth";
132
+ value: string;
133
133
  }>, z.ZodObject<{
134
134
  __kind: z.ZodLiteral<"Dot">;
135
135
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
136
136
  }, "strip", z.ZodTypeAny, {
137
- value: `0x${string}`;
138
137
  __kind: "Dot";
138
+ value: `0x${string}`;
139
139
  }, {
140
- value: string;
141
140
  __kind: "Dot";
141
+ value: string;
142
142
  }>, z.ZodObject<{
143
143
  __kind: z.ZodLiteral<"Btc">;
144
144
  value: z.ZodUnion<[z.ZodObject<{
145
145
  __kind: z.ZodLiteral<"P2PKH">;
146
146
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
147
147
  }, "strip", z.ZodTypeAny, {
148
- value: `0x${string}`;
149
148
  __kind: "P2PKH";
149
+ value: `0x${string}`;
150
150
  }, {
151
- value: string;
152
151
  __kind: "P2PKH";
152
+ value: string;
153
153
  }>, z.ZodObject<{
154
154
  __kind: z.ZodLiteral<"P2SH">;
155
155
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
156
156
  }, "strip", z.ZodTypeAny, {
157
- value: `0x${string}`;
158
157
  __kind: "P2SH";
158
+ value: `0x${string}`;
159
159
  }, {
160
- value: string;
161
160
  __kind: "P2SH";
161
+ value: string;
162
162
  }>, z.ZodObject<{
163
163
  __kind: z.ZodLiteral<"P2WPKH">;
164
164
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
165
165
  }, "strip", z.ZodTypeAny, {
166
- value: `0x${string}`;
167
166
  __kind: "P2WPKH";
167
+ value: `0x${string}`;
168
168
  }, {
169
- value: string;
170
169
  __kind: "P2WPKH";
170
+ value: string;
171
171
  }>, z.ZodObject<{
172
172
  __kind: z.ZodLiteral<"P2WSH">;
173
173
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
174
174
  }, "strip", z.ZodTypeAny, {
175
- value: `0x${string}`;
176
175
  __kind: "P2WSH";
176
+ value: `0x${string}`;
177
177
  }, {
178
- value: string;
179
178
  __kind: "P2WSH";
179
+ value: string;
180
180
  }>, z.ZodObject<{
181
181
  __kind: z.ZodLiteral<"Taproot">;
182
182
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
183
183
  }, "strip", z.ZodTypeAny, {
184
- value: `0x${string}`;
185
184
  __kind: "Taproot";
185
+ value: `0x${string}`;
186
186
  }, {
187
- value: string;
188
187
  __kind: "Taproot";
188
+ value: string;
189
189
  }>, z.ZodObject<{
190
190
  __kind: z.ZodLiteral<"OtherSegwit">;
191
191
  version: z.ZodNumber;
@@ -200,155 +200,155 @@ declare const swappingSwapScheduled: z.ZodObject<{
200
200
  program: string;
201
201
  }>]>;
202
202
  }, "strip", z.ZodTypeAny, {
203
+ __kind: "Btc";
203
204
  value: {
204
- value: `0x${string}`;
205
205
  __kind: "P2PKH";
206
- } | {
207
206
  value: `0x${string}`;
208
- __kind: "P2SH";
209
207
  } | {
208
+ __kind: "P2SH";
210
209
  value: `0x${string}`;
211
- __kind: "P2WPKH";
212
210
  } | {
211
+ __kind: "P2WPKH";
213
212
  value: `0x${string}`;
214
- __kind: "P2WSH";
215
213
  } | {
214
+ __kind: "P2WSH";
216
215
  value: `0x${string}`;
216
+ } | {
217
217
  __kind: "Taproot";
218
+ value: `0x${string}`;
218
219
  } | {
219
220
  __kind: "OtherSegwit";
220
221
  version: number;
221
222
  program: `0x${string}`;
222
223
  };
223
- __kind: "Btc";
224
224
  }, {
225
+ __kind: "Btc";
225
226
  value: {
226
- value: string;
227
227
  __kind: "P2PKH";
228
- } | {
229
228
  value: string;
230
- __kind: "P2SH";
231
229
  } | {
230
+ __kind: "P2SH";
232
231
  value: string;
233
- __kind: "P2WPKH";
234
232
  } | {
233
+ __kind: "P2WPKH";
235
234
  value: string;
236
- __kind: "P2WSH";
237
235
  } | {
236
+ __kind: "P2WSH";
238
237
  value: string;
238
+ } | {
239
239
  __kind: "Taproot";
240
+ value: string;
240
241
  } | {
241
242
  __kind: "OtherSegwit";
242
243
  version: number;
243
244
  program: string;
244
245
  };
245
- __kind: "Btc";
246
246
  }>]>;
247
247
  }, "strip", z.ZodTypeAny, {
248
+ __kind: "Swap";
248
249
  value: {
249
- value: `0x${string}`;
250
250
  __kind: "Eth";
251
- } | {
252
251
  value: `0x${string}`;
252
+ } | {
253
253
  __kind: "Dot";
254
+ value: `0x${string}`;
254
255
  } | {
256
+ __kind: "Btc";
255
257
  value: {
256
- value: `0x${string}`;
257
258
  __kind: "P2PKH";
258
- } | {
259
259
  value: `0x${string}`;
260
- __kind: "P2SH";
261
260
  } | {
261
+ __kind: "P2SH";
262
262
  value: `0x${string}`;
263
- __kind: "P2WPKH";
264
263
  } | {
264
+ __kind: "P2WPKH";
265
265
  value: `0x${string}`;
266
- __kind: "P2WSH";
267
266
  } | {
267
+ __kind: "P2WSH";
268
268
  value: `0x${string}`;
269
+ } | {
269
270
  __kind: "Taproot";
271
+ value: `0x${string}`;
270
272
  } | {
271
273
  __kind: "OtherSegwit";
272
274
  version: number;
273
275
  program: `0x${string}`;
274
276
  };
275
- __kind: "Btc";
276
277
  };
277
- __kind: "Swap";
278
278
  }, {
279
+ __kind: "Swap";
279
280
  value: {
280
- value: string;
281
281
  __kind: "Eth";
282
- } | {
283
282
  value: string;
283
+ } | {
284
284
  __kind: "Dot";
285
+ value: string;
285
286
  } | {
287
+ __kind: "Btc";
286
288
  value: {
287
- value: string;
288
289
  __kind: "P2PKH";
289
- } | {
290
290
  value: string;
291
- __kind: "P2SH";
292
291
  } | {
292
+ __kind: "P2SH";
293
293
  value: string;
294
- __kind: "P2WPKH";
295
294
  } | {
295
+ __kind: "P2WPKH";
296
296
  value: string;
297
- __kind: "P2WSH";
298
297
  } | {
298
+ __kind: "P2WSH";
299
299
  value: string;
300
+ } | {
300
301
  __kind: "Taproot";
302
+ value: string;
301
303
  } | {
302
304
  __kind: "OtherSegwit";
303
305
  version: number;
304
306
  program: string;
305
307
  };
306
- __kind: "Btc";
307
308
  };
308
- __kind: "Swap";
309
309
  }>, z.ZodObject<{
310
310
  __kind: z.ZodLiteral<"CcmPrincipal">;
311
311
  value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
312
312
  }, "strip", z.ZodTypeAny, {
313
- value: bigint;
314
313
  __kind: "CcmPrincipal";
314
+ value: bigint;
315
315
  }, {
316
- value: string | number;
317
316
  __kind: "CcmPrincipal";
317
+ value: string | number;
318
318
  }>, z.ZodObject<{
319
319
  __kind: z.ZodLiteral<"CcmGas">;
320
320
  value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
321
321
  }, "strip", z.ZodTypeAny, {
322
- value: bigint;
323
322
  __kind: "CcmGas";
323
+ value: bigint;
324
324
  }, {
325
- value: string | number;
326
325
  __kind: "CcmGas";
326
+ value: string | number;
327
327
  }>]>;
328
328
  brokerCommission: 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>>>;
329
329
  }, "strip", z.ZodTypeAny, {
330
330
  depositAmount: bigint;
331
331
  destinationAddress: {
332
- value: `0x${string}`;
333
332
  __kind: "Eth";
334
- } | {
335
333
  value: `0x${string}`;
336
- __kind: "Dot";
337
334
  } | {
335
+ __kind: "Dot";
338
336
  value: `0x${string}`;
337
+ } | {
339
338
  __kind: "Btc";
339
+ value: `0x${string}`;
340
340
  };
341
341
  origin: {
342
342
  __kind: "DepositChannel";
343
343
  depositAddress: {
344
- value: `0x${string}`;
345
344
  __kind: "Eth";
346
- } | {
347
345
  value: `0x${string}`;
348
- __kind: "Dot";
349
346
  } | {
347
+ __kind: "Dot";
350
348
  value: `0x${string}`;
349
+ } | {
351
350
  __kind: "Btc";
351
+ value: `0x${string}`;
352
352
  };
353
353
  channelId: bigint;
354
354
  depositBlockHeight: bigint;
@@ -360,67 +360,67 @@ declare const swappingSwapScheduled: z.ZodObject<{
360
360
  destinationAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
361
361
  swapId: bigint;
362
362
  swapType: {
363
+ __kind: "Swap";
363
364
  value: {
364
- value: `0x${string}`;
365
365
  __kind: "Eth";
366
- } | {
367
366
  value: `0x${string}`;
367
+ } | {
368
368
  __kind: "Dot";
369
+ value: `0x${string}`;
369
370
  } | {
371
+ __kind: "Btc";
370
372
  value: {
371
- value: `0x${string}`;
372
373
  __kind: "P2PKH";
373
- } | {
374
374
  value: `0x${string}`;
375
- __kind: "P2SH";
376
375
  } | {
376
+ __kind: "P2SH";
377
377
  value: `0x${string}`;
378
- __kind: "P2WPKH";
379
378
  } | {
379
+ __kind: "P2WPKH";
380
380
  value: `0x${string}`;
381
- __kind: "P2WSH";
382
381
  } | {
382
+ __kind: "P2WSH";
383
383
  value: `0x${string}`;
384
+ } | {
384
385
  __kind: "Taproot";
386
+ value: `0x${string}`;
385
387
  } | {
386
388
  __kind: "OtherSegwit";
387
389
  version: number;
388
390
  program: `0x${string}`;
389
391
  };
390
- __kind: "Btc";
391
392
  };
392
- __kind: "Swap";
393
393
  } | {
394
- value: bigint;
395
394
  __kind: "CcmPrincipal";
396
- } | {
397
395
  value: bigint;
396
+ } | {
398
397
  __kind: "CcmGas";
398
+ value: bigint;
399
399
  };
400
400
  brokerCommission?: bigint | null | undefined;
401
401
  }, {
402
402
  depositAmount: string | number;
403
403
  destinationAddress: {
404
- value: string;
405
404
  __kind: "Eth";
406
- } | {
407
405
  value: string;
408
- __kind: "Dot";
409
406
  } | {
407
+ __kind: "Dot";
410
408
  value: string;
409
+ } | {
411
410
  __kind: "Btc";
411
+ value: string;
412
412
  };
413
413
  origin: {
414
414
  __kind: "DepositChannel";
415
415
  depositAddress: {
416
- value: string;
417
416
  __kind: "Eth";
418
- } | {
419
417
  value: string;
420
- __kind: "Dot";
421
418
  } | {
419
+ __kind: "Dot";
422
420
  value: string;
421
+ } | {
423
422
  __kind: "Btc";
423
+ value: string;
424
424
  };
425
425
  channelId: string | number;
426
426
  depositBlockHeight: string | number;
@@ -436,42 +436,42 @@ declare const swappingSwapScheduled: z.ZodObject<{
436
436
  };
437
437
  swapId: string | number;
438
438
  swapType: {
439
+ __kind: "Swap";
439
440
  value: {
440
- value: string;
441
441
  __kind: "Eth";
442
- } | {
443
442
  value: string;
443
+ } | {
444
444
  __kind: "Dot";
445
+ value: string;
445
446
  } | {
447
+ __kind: "Btc";
446
448
  value: {
447
- value: string;
448
449
  __kind: "P2PKH";
449
- } | {
450
450
  value: string;
451
- __kind: "P2SH";
452
451
  } | {
452
+ __kind: "P2SH";
453
453
  value: string;
454
- __kind: "P2WPKH";
455
454
  } | {
455
+ __kind: "P2WPKH";
456
456
  value: string;
457
- __kind: "P2WSH";
458
457
  } | {
458
+ __kind: "P2WSH";
459
459
  value: string;
460
+ } | {
460
461
  __kind: "Taproot";
462
+ value: string;
461
463
  } | {
462
464
  __kind: "OtherSegwit";
463
465
  version: number;
464
466
  program: string;
465
467
  };
466
- __kind: "Btc";
467
468
  };
468
- __kind: "Swap";
469
469
  } | {
470
- value: string | number;
471
470
  __kind: "CcmPrincipal";
472
- } | {
473
471
  value: string | number;
472
+ } | {
474
473
  __kind: "CcmGas";
474
+ value: string | number;
475
475
  };
476
476
  brokerCommission?: string | number | null | undefined;
477
477
  }>;
@@ -15,57 +15,57 @@ declare const swappingWithdrawalRequested: z.ZodObject<{
15
15
  __kind: z.ZodLiteral<"Eth">;
16
16
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
17
17
  }, "strip", z.ZodTypeAny, {
18
- value: `0x${string}`;
19
18
  __kind: "Eth";
19
+ value: `0x${string}`;
20
20
  }, {
21
- value: string;
22
21
  __kind: "Eth";
22
+ value: string;
23
23
  }>, z.ZodObject<{
24
24
  __kind: z.ZodLiteral<"Dot">;
25
25
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
26
26
  }, "strip", z.ZodTypeAny, {
27
- value: `0x${string}`;
28
27
  __kind: "Dot";
28
+ value: `0x${string}`;
29
29
  }, {
30
- value: string;
31
30
  __kind: "Dot";
31
+ value: string;
32
32
  }>, z.ZodObject<{
33
33
  __kind: z.ZodLiteral<"Btc">;
34
34
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
35
35
  }, "strip", z.ZodTypeAny, {
36
- value: `0x${string}`;
37
36
  __kind: "Btc";
37
+ value: `0x${string}`;
38
38
  }, {
39
- value: string;
40
39
  __kind: "Btc";
40
+ value: string;
41
41
  }>]>;
42
42
  }, "strip", z.ZodTypeAny, {
43
- egressId: ["Ethereum" | "Polkadot" | "Bitcoin", bigint];
44
43
  destinationAddress: {
45
- value: `0x${string}`;
46
44
  __kind: "Eth";
47
- } | {
48
45
  value: `0x${string}`;
49
- __kind: "Dot";
50
46
  } | {
47
+ __kind: "Dot";
51
48
  value: `0x${string}`;
49
+ } | {
52
50
  __kind: "Btc";
51
+ value: `0x${string}`;
53
52
  };
53
+ egressId: ["Ethereum" | "Polkadot" | "Bitcoin", bigint];
54
54
  egressAmount: bigint;
55
55
  }, {
56
- egressId: [{
57
- __kind: "Ethereum" | "Polkadot" | "Bitcoin";
58
- }, string | number];
59
56
  destinationAddress: {
60
- value: string;
61
57
  __kind: "Eth";
62
- } | {
63
58
  value: string;
64
- __kind: "Dot";
65
59
  } | {
60
+ __kind: "Dot";
66
61
  value: string;
62
+ } | {
67
63
  __kind: "Btc";
64
+ value: string;
68
65
  };
66
+ egressId: [{
67
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin";
68
+ }, string | number];
69
69
  egressAmount: string | number;
70
70
  }>;
71
71
 
@@ -15,57 +15,57 @@ declare const swappingWithdrawalRequested: z.ZodObject<{
15
15
  __kind: z.ZodLiteral<"Eth">;
16
16
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
17
17
  }, "strip", z.ZodTypeAny, {
18
- value: `0x${string}`;
19
18
  __kind: "Eth";
19
+ value: `0x${string}`;
20
20
  }, {
21
- value: string;
22
21
  __kind: "Eth";
22
+ value: string;
23
23
  }>, z.ZodObject<{
24
24
  __kind: z.ZodLiteral<"Dot">;
25
25
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
26
26
  }, "strip", z.ZodTypeAny, {
27
- value: `0x${string}`;
28
27
  __kind: "Dot";
28
+ value: `0x${string}`;
29
29
  }, {
30
- value: string;
31
30
  __kind: "Dot";
31
+ value: string;
32
32
  }>, z.ZodObject<{
33
33
  __kind: z.ZodLiteral<"Btc">;
34
34
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
35
35
  }, "strip", z.ZodTypeAny, {
36
- value: `0x${string}`;
37
36
  __kind: "Btc";
37
+ value: `0x${string}`;
38
38
  }, {
39
- value: string;
40
39
  __kind: "Btc";
40
+ value: string;
41
41
  }>]>;
42
42
  }, "strip", z.ZodTypeAny, {
43
- egressId: ["Ethereum" | "Polkadot" | "Bitcoin", bigint];
44
43
  destinationAddress: {
45
- value: `0x${string}`;
46
44
  __kind: "Eth";
47
- } | {
48
45
  value: `0x${string}`;
49
- __kind: "Dot";
50
46
  } | {
47
+ __kind: "Dot";
51
48
  value: `0x${string}`;
49
+ } | {
52
50
  __kind: "Btc";
51
+ value: `0x${string}`;
53
52
  };
53
+ egressId: ["Ethereum" | "Polkadot" | "Bitcoin", bigint];
54
54
  egressAmount: bigint;
55
55
  }, {
56
- egressId: [{
57
- __kind: "Ethereum" | "Polkadot" | "Bitcoin";
58
- }, string | number];
59
56
  destinationAddress: {
60
- value: string;
61
57
  __kind: "Eth";
62
- } | {
63
58
  value: string;
64
- __kind: "Dot";
65
59
  } | {
60
+ __kind: "Dot";
66
61
  value: string;
62
+ } | {
67
63
  __kind: "Btc";
64
+ value: string;
68
65
  };
66
+ egressId: [{
67
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin";
68
+ }, string | number];
69
69
  egressAmount: string | number;
70
70
  }>;
71
71