@chainflip/processor 1.11.0-beta → 1.11.2

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 (442) hide show
  1. package/README.MD +4 -2
  2. package/dist/100/environment/runtimeSafeModeUpdated.d.cts +12 -12
  3. package/dist/100/environment/runtimeSafeModeUpdated.d.ts +12 -12
  4. package/dist/100/ethereumIngressEgress/ccmBroadcastRequested.d.cts +2 -2
  5. package/dist/100/ethereumIngressEgress/ccmBroadcastRequested.d.ts +2 -2
  6. package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.cts +4 -4
  7. package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.ts +4 -4
  8. package/dist/100/funding/boundExecutorAddress.d.cts +2 -2
  9. package/dist/100/funding/boundExecutorAddress.d.ts +2 -2
  10. package/dist/100/funding/boundRedeemAddress.d.cts +2 -2
  11. package/dist/100/funding/boundRedeemAddress.d.ts +2 -2
  12. package/dist/100/funding/failedFundingAttempt.d.cts +2 -2
  13. package/dist/100/funding/failedFundingAttempt.d.ts +2 -2
  14. package/dist/100/funding/funded.d.cts +2 -2
  15. package/dist/100/funding/funded.d.ts +2 -2
  16. package/dist/100/funding/redemptionRequested.d.cts +2 -2
  17. package/dist/100/funding/redemptionRequested.d.ts +2 -2
  18. package/dist/100/liquidityPools/rangeOrderUpdated.d.cts +8 -8
  19. package/dist/100/liquidityPools/rangeOrderUpdated.d.ts +8 -8
  20. package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.cts +20 -20
  21. package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.ts +20 -20
  22. package/dist/100/polkadotIngressEgress/depositFetchesScheduled.d.cts +2 -2
  23. package/dist/100/polkadotIngressEgress/depositFetchesScheduled.d.ts +2 -2
  24. package/dist/100/polkadotIngressEgress/depositIgnored.d.cts +2 -2
  25. package/dist/100/polkadotIngressEgress/depositIgnored.d.ts +2 -2
  26. package/dist/100/polkadotIngressEgress/depositReceived.d.cts +2 -2
  27. package/dist/100/polkadotIngressEgress/depositReceived.d.ts +2 -2
  28. package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.cts +20 -20
  29. package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.ts +20 -20
  30. package/dist/100/system/extrinsicFailed.d.cts +16 -16
  31. package/dist/100/system/extrinsicFailed.d.ts +16 -16
  32. package/dist/100/witnesser/witnessExecutionFailed.d.cts +18 -18
  33. package/dist/100/witnesser/witnessExecutionFailed.d.ts +18 -18
  34. package/dist/11000/environment/runtimeSafeModeUpdated.d.cts +28 -28
  35. package/dist/11000/environment/runtimeSafeModeUpdated.d.ts +28 -28
  36. package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.cts +107 -107
  37. package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.ts +107 -107
  38. package/dist/11000/polkadotIngressEgress/depositFailed.d.cts +203 -203
  39. package/dist/11000/polkadotIngressEgress/depositFailed.d.ts +203 -203
  40. package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +103 -103
  41. package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +103 -103
  42. package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.cts +26 -26
  43. package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.ts +26 -26
  44. package/dist/11000/solanaIngressEgress/depositFailed.d.cts +40 -40
  45. package/dist/11000/solanaIngressEgress/depositFailed.d.ts +40 -40
  46. package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +22 -22
  47. package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +22 -22
  48. package/dist/111/polkadotIngressEgress/transferFallbackRequested.d.cts +2 -2
  49. package/dist/111/polkadotIngressEgress/transferFallbackRequested.d.ts +2 -2
  50. package/dist/11100/assethubIngressEgress/depositFailed.d.cts +30 -30
  51. package/dist/11100/assethubIngressEgress/depositFailed.d.ts +30 -30
  52. package/dist/11100/common.cjs +162 -1
  53. package/dist/11100/common.d.cts +2296 -1
  54. package/dist/11100/common.d.ts +2296 -1
  55. package/dist/11100/common.mjs +162 -1
  56. package/dist/11100/environment/runtimeSafeModeUpdated.cjs +9 -0
  57. package/dist/11100/environment/runtimeSafeModeUpdated.d.cts +1390 -0
  58. package/dist/11100/environment/runtimeSafeModeUpdated.d.ts +1390 -0
  59. package/dist/11100/environment/runtimeSafeModeUpdated.mjs +9 -0
  60. package/dist/11100/ethereumIngressEgress/depositFailed.d.cts +166 -166
  61. package/dist/11100/ethereumIngressEgress/depositFailed.d.ts +166 -166
  62. package/dist/11100/genericElections/allVotesCleared.cjs +6 -0
  63. package/dist/11100/genericElections/allVotesCleared.d.cts +5 -0
  64. package/dist/11100/genericElections/allVotesCleared.d.ts +5 -0
  65. package/dist/11100/genericElections/allVotesCleared.mjs +6 -0
  66. package/dist/11100/genericElections/allVotesNotCleared.cjs +6 -0
  67. package/dist/11100/genericElections/allVotesNotCleared.d.cts +5 -0
  68. package/dist/11100/genericElections/allVotesNotCleared.d.ts +5 -0
  69. package/dist/11100/genericElections/allVotesNotCleared.mjs +6 -0
  70. package/dist/11100/genericElections/corruptStorage.cjs +6 -0
  71. package/dist/11100/genericElections/corruptStorage.d.cts +5 -0
  72. package/dist/11100/genericElections/corruptStorage.d.ts +5 -0
  73. package/dist/11100/genericElections/corruptStorage.mjs +6 -0
  74. package/dist/11100/genericElections/electoralEvent.cjs +6 -0
  75. package/dist/11100/genericElections/electoralEvent.d.cts +63 -0
  76. package/dist/11100/genericElections/electoralEvent.d.ts +63 -0
  77. package/dist/11100/genericElections/electoralEvent.mjs +6 -0
  78. package/dist/11100/genericElections/uninitialized.cjs +6 -0
  79. package/dist/11100/genericElections/uninitialized.d.cts +5 -0
  80. package/dist/11100/genericElections/uninitialized.d.ts +5 -0
  81. package/dist/11100/genericElections/uninitialized.mjs +6 -0
  82. package/dist/11100/genericElections/unknownElection.cjs +13 -0
  83. package/dist/11100/genericElections/unknownElection.d.cts +13 -0
  84. package/dist/11100/genericElections/unknownElection.d.ts +13 -0
  85. package/dist/11100/genericElections/unknownElection.mjs +13 -0
  86. package/dist/11100/polkadotIngressEgress/depositFailed.d.cts +30 -30
  87. package/dist/11100/polkadotIngressEgress/depositFailed.d.ts +30 -30
  88. package/dist/11100/solanaIngressEgress/depositFailed.d.cts +166 -166
  89. package/dist/11100/solanaIngressEgress/depositFailed.d.ts +166 -166
  90. package/dist/11100/swapping/swapCanceled.cjs +7 -0
  91. package/dist/11100/swapping/swapCanceled.d.cts +11 -0
  92. package/dist/11100/swapping/swapCanceled.d.ts +11 -0
  93. package/dist/11100/swapping/swapCanceled.mjs +7 -0
  94. package/dist/11100/swapping/swapDepositAddressReady.d.cts +41 -41
  95. package/dist/11100/swapping/swapDepositAddressReady.d.ts +41 -41
  96. package/dist/11100/swapping/swapRequested.d.cts +4 -4
  97. package/dist/11100/swapping/swapRequested.d.ts +4 -4
  98. package/dist/120/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
  99. package/dist/120/liquidityProvider/liquidityDepositCredited.d.ts +2 -2
  100. package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.cts +4 -4
  101. package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.ts +4 -4
  102. package/dist/120/swapping/ccmFailed.d.cts +62 -62
  103. package/dist/120/swapping/ccmFailed.d.ts +62 -62
  104. package/dist/120/swapping/swapEgressIgnored.d.cts +28 -28
  105. package/dist/120/swapping/swapEgressIgnored.d.ts +28 -28
  106. package/dist/120/swapping/swapEgressScheduled.d.cts +10 -10
  107. package/dist/120/swapping/swapEgressScheduled.d.ts +10 -10
  108. package/dist/120/swapping/swapExecuted.d.cts +12 -12
  109. package/dist/120/swapping/swapExecuted.d.ts +12 -12
  110. package/dist/120/swapping/withdrawalRequested.d.cts +8 -8
  111. package/dist/120/swapping/withdrawalRequested.d.ts +8 -8
  112. package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +2 -2
  113. package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.ts +2 -2
  114. package/dist/131/ethereumIngressEgress/depositIgnored.d.cts +2 -2
  115. package/dist/131/ethereumIngressEgress/depositIgnored.d.ts +2 -2
  116. package/dist/131/ethereumIngressEgress/depositReceived.d.cts +2 -2
  117. package/dist/131/ethereumIngressEgress/depositReceived.d.ts +2 -2
  118. package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.cts +4 -4
  119. package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.ts +4 -4
  120. package/dist/131/swapping/batchSwapFailed.d.cts +2 -2
  121. package/dist/131/swapping/batchSwapFailed.d.ts +2 -2
  122. package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.cts +4 -4
  123. package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.ts +4 -4
  124. package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.cts +16 -16
  125. package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.ts +16 -16
  126. package/dist/141/bitcoinIngressEgress/depositBoosted.d.cts +24 -24
  127. package/dist/141/bitcoinIngressEgress/depositBoosted.d.ts +24 -24
  128. package/dist/141/bitcoinIngressEgress/depositFinalised.d.cts +24 -24
  129. package/dist/141/bitcoinIngressEgress/depositFinalised.d.ts +24 -24
  130. package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
  131. package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
  132. package/dist/141/bitcoinIngressEgress/stoppedBoosting.d.cts +2 -2
  133. package/dist/141/bitcoinIngressEgress/stoppedBoosting.d.ts +2 -2
  134. package/dist/141/ethereumIngressEgress/boostFundsAdded.d.cts +2 -2
  135. package/dist/141/ethereumIngressEgress/boostFundsAdded.d.ts +2 -2
  136. package/dist/141/ethereumIngressEgress/ccmEgressInvalid.d.cts +16 -16
  137. package/dist/141/ethereumIngressEgress/ccmEgressInvalid.d.ts +16 -16
  138. package/dist/141/ethereumIngressEgress/stoppedBoosting.d.cts +2 -2
  139. package/dist/141/ethereumIngressEgress/stoppedBoosting.d.ts +2 -2
  140. package/dist/141/evmThresholdSigner/failureReportProcessed.d.cts +2 -2
  141. package/dist/141/evmThresholdSigner/failureReportProcessed.d.ts +2 -2
  142. package/dist/141/evmThresholdSigner/retryRequested.d.cts +2 -2
  143. package/dist/141/evmThresholdSigner/retryRequested.d.ts +2 -2
  144. package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
  145. package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
  146. package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
  147. package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.ts +2 -2
  148. package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
  149. package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.ts +2 -2
  150. package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
  151. package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.ts +2 -2
  152. package/dist/141/liquidityPools/limitOrderUpdated.d.cts +10 -10
  153. package/dist/141/liquidityPools/limitOrderUpdated.d.ts +10 -10
  154. package/dist/141/liquidityPools/rangeOrderUpdated.d.cts +10 -10
  155. package/dist/141/liquidityPools/rangeOrderUpdated.d.ts +10 -10
  156. package/dist/141/polkadotIngressEgress/boostFundsAdded.d.cts +2 -2
  157. package/dist/141/polkadotIngressEgress/boostFundsAdded.d.ts +2 -2
  158. package/dist/141/polkadotIngressEgress/depositBoosted.d.cts +4 -4
  159. package/dist/141/polkadotIngressEgress/depositBoosted.d.ts +4 -4
  160. package/dist/141/polkadotIngressEgress/depositFinalised.d.cts +4 -4
  161. package/dist/141/polkadotIngressEgress/depositFinalised.d.ts +4 -4
  162. package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
  163. package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
  164. package/dist/141/swapping/batchSwapFailed.d.cts +8 -8
  165. package/dist/141/swapping/batchSwapFailed.d.ts +8 -8
  166. package/dist/141/swapping/ccmDepositReceived.d.cts +68 -68
  167. package/dist/141/swapping/ccmDepositReceived.d.ts +68 -68
  168. package/dist/141/swapping/ccmFailed.d.cts +73 -73
  169. package/dist/141/swapping/ccmFailed.d.ts +73 -73
  170. package/dist/141/swapping/maximumSwapAmountSet.d.cts +6 -6
  171. package/dist/141/swapping/maximumSwapAmountSet.d.ts +6 -6
  172. package/dist/141/swapping/swapAmountConfiscated.d.cts +12 -12
  173. package/dist/141/swapping/swapAmountConfiscated.d.ts +12 -12
  174. package/dist/141/swapping/swapDepositAddressReady.d.cts +26 -26
  175. package/dist/141/swapping/swapDepositAddressReady.d.ts +26 -26
  176. package/dist/141/swapping/swapEgressIgnored.d.cts +24 -24
  177. package/dist/141/swapping/swapEgressIgnored.d.ts +24 -24
  178. package/dist/141/swapping/swapEgressScheduled.d.cts +8 -8
  179. package/dist/141/swapping/swapEgressScheduled.d.ts +8 -8
  180. package/dist/141/swapping/swapExecuted.d.cts +90 -90
  181. package/dist/141/swapping/swapExecuted.d.ts +90 -90
  182. package/dist/141/swapping/swapScheduled.d.cts +99 -99
  183. package/dist/141/swapping/swapScheduled.d.ts +99 -99
  184. package/dist/141/swapping/withdrawalRequested.d.cts +10 -10
  185. package/dist/141/swapping/withdrawalRequested.d.ts +10 -10
  186. package/dist/141/validator/rotationPhaseUpdated.d.cts +20 -20
  187. package/dist/141/validator/rotationPhaseUpdated.d.ts +20 -20
  188. package/dist/150/assetBalances/refundScheduled.d.cts +52 -52
  189. package/dist/150/assetBalances/refundScheduled.d.ts +52 -52
  190. package/dist/150/assetBalances/refundSkipped.d.cts +66 -66
  191. package/dist/150/assetBalances/refundSkipped.d.ts +66 -66
  192. package/dist/150/ethereumIngressEgress/ccmBroadcastRequested.d.cts +2 -2
  193. package/dist/150/ethereumIngressEgress/ccmBroadcastRequested.d.ts +2 -2
  194. package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.cts +4 -4
  195. package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.ts +4 -4
  196. package/dist/150/liquidityPools/limitOrderUpdated.d.cts +8 -8
  197. package/dist/150/liquidityPools/limitOrderUpdated.d.ts +8 -8
  198. package/dist/150/liquidityPools/rangeOrderUpdated.d.cts +8 -8
  199. package/dist/150/liquidityPools/rangeOrderUpdated.d.ts +8 -8
  200. package/dist/150/liquidityProvider/accountCredited.d.cts +2 -2
  201. package/dist/150/liquidityProvider/accountCredited.d.ts +2 -2
  202. package/dist/150/liquidityProvider/accountDebited.d.cts +2 -2
  203. package/dist/150/liquidityProvider/accountDebited.d.ts +2 -2
  204. package/dist/150/liquidityProvider/assetTransferred.d.cts +3 -3
  205. package/dist/150/liquidityProvider/assetTransferred.d.ts +3 -3
  206. package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.cts +2 -2
  207. package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.ts +2 -2
  208. package/dist/150/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
  209. package/dist/150/liquidityProvider/liquidityDepositCredited.d.ts +2 -2
  210. package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.cts +2 -2
  211. package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.ts +2 -2
  212. package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.cts +16 -16
  213. package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.ts +16 -16
  214. package/dist/150/solanaIngressEgress/depositBoosted.d.cts +4 -4
  215. package/dist/150/solanaIngressEgress/depositBoosted.d.ts +4 -4
  216. package/dist/150/solanaIngressEgress/depositFetchesScheduled.d.cts +2 -2
  217. package/dist/150/solanaIngressEgress/depositFetchesScheduled.d.ts +2 -2
  218. package/dist/150/solanaIngressEgress/depositFinalised.d.cts +3 -3
  219. package/dist/150/solanaIngressEgress/depositFinalised.d.ts +3 -3
  220. package/dist/150/solanaIngressEgress/depositIgnored.d.cts +2 -2
  221. package/dist/150/solanaIngressEgress/depositIgnored.d.ts +2 -2
  222. package/dist/150/solanaIngressEgress/depositWitnessRejected.d.cts +20 -20
  223. package/dist/150/solanaIngressEgress/depositWitnessRejected.d.ts +20 -20
  224. package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
  225. package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
  226. package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
  227. package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
  228. package/dist/150/solanaIngressEgress/transferFallbackRequested.d.cts +2 -2
  229. package/dist/150/solanaIngressEgress/transferFallbackRequested.d.ts +2 -2
  230. package/dist/150/swapping/batchSwapFailed.d.cts +8 -8
  231. package/dist/150/swapping/batchSwapFailed.d.ts +8 -8
  232. package/dist/150/swapping/ccmDepositReceived.d.cts +74 -74
  233. package/dist/150/swapping/ccmDepositReceived.d.ts +74 -74
  234. package/dist/150/swapping/ccmFailed.d.cts +79 -79
  235. package/dist/150/swapping/ccmFailed.d.ts +79 -79
  236. package/dist/150/swapping/maximumSwapAmountSet.d.cts +6 -6
  237. package/dist/150/swapping/maximumSwapAmountSet.d.ts +6 -6
  238. package/dist/150/swapping/refundEgressIgnored.d.cts +24 -24
  239. package/dist/150/swapping/refundEgressIgnored.d.ts +24 -24
  240. package/dist/150/swapping/refundEgressScheduled.d.cts +8 -8
  241. package/dist/150/swapping/refundEgressScheduled.d.ts +8 -8
  242. package/dist/150/swapping/swapAmountConfiscated.d.cts +12 -12
  243. package/dist/150/swapping/swapAmountConfiscated.d.ts +12 -12
  244. package/dist/150/swapping/swapDepositAddressReady.d.cts +25 -25
  245. package/dist/150/swapping/swapDepositAddressReady.d.ts +25 -25
  246. package/dist/150/swapping/swapEgressIgnored.d.cts +24 -24
  247. package/dist/150/swapping/swapEgressIgnored.d.ts +24 -24
  248. package/dist/150/swapping/swapEgressScheduled.d.cts +8 -8
  249. package/dist/150/swapping/swapEgressScheduled.d.ts +8 -8
  250. package/dist/150/swapping/swapExecuted.d.cts +94 -94
  251. package/dist/150/swapping/swapExecuted.d.ts +94 -94
  252. package/dist/150/swapping/swapScheduled.d.cts +103 -103
  253. package/dist/150/swapping/swapScheduled.d.ts +103 -103
  254. package/dist/150/swapping/withdrawalRequested.d.cts +10 -10
  255. package/dist/150/swapping/withdrawalRequested.d.ts +10 -10
  256. package/dist/160/assetBalances/accountCredited.d.cts +2 -2
  257. package/dist/160/assetBalances/accountCredited.d.ts +2 -2
  258. package/dist/160/assetBalances/accountDebited.d.cts +2 -2
  259. package/dist/160/assetBalances/accountDebited.d.ts +2 -2
  260. package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.cts +61 -61
  261. package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.ts +61 -61
  262. package/dist/160/bitcoinIngressEgress/depositBoosted.d.cts +28 -28
  263. package/dist/160/bitcoinIngressEgress/depositBoosted.d.ts +28 -28
  264. package/dist/160/bitcoinIngressEgress/depositFinalised.d.cts +26 -26
  265. package/dist/160/bitcoinIngressEgress/depositFinalised.d.ts +26 -26
  266. package/dist/160/environment/runtimeSafeModeUpdated.d.cts +40 -40
  267. package/dist/160/environment/runtimeSafeModeUpdated.d.ts +40 -40
  268. package/dist/160/solanaBroadcaster/transactionBroadcastRequest.d.cts +2 -2
  269. package/dist/160/solanaBroadcaster/transactionBroadcastRequest.d.ts +2 -2
  270. package/dist/160/swapping/batchSwapFailed.d.cts +8 -8
  271. package/dist/160/swapping/batchSwapFailed.d.ts +8 -8
  272. package/dist/160/swapping/ccmFailed.d.cts +14 -14
  273. package/dist/160/swapping/ccmFailed.d.ts +14 -14
  274. package/dist/160/swapping/maximumSwapAmountSet.d.cts +6 -6
  275. package/dist/160/swapping/maximumSwapAmountSet.d.ts +6 -6
  276. package/dist/160/swapping/refundEgressIgnored.d.cts +12 -12
  277. package/dist/160/swapping/refundEgressIgnored.d.ts +12 -12
  278. package/dist/160/swapping/refundEgressScheduled.d.cts +8 -8
  279. package/dist/160/swapping/refundEgressScheduled.d.ts +8 -8
  280. package/dist/160/swapping/swapAmountConfiscated.d.cts +7 -7
  281. package/dist/160/swapping/swapAmountConfiscated.d.ts +7 -7
  282. package/dist/160/swapping/swapDepositAddressReady.d.cts +31 -31
  283. package/dist/160/swapping/swapDepositAddressReady.d.ts +31 -31
  284. package/dist/160/swapping/swapEgressIgnored.d.cts +12 -12
  285. package/dist/160/swapping/swapEgressIgnored.d.ts +12 -12
  286. package/dist/160/swapping/swapEgressScheduled.d.cts +8 -8
  287. package/dist/160/swapping/swapEgressScheduled.d.ts +8 -8
  288. package/dist/160/swapping/swapExecuted.d.cts +12 -12
  289. package/dist/160/swapping/swapExecuted.d.ts +12 -12
  290. package/dist/160/swapping/swapRequested.d.cts +40 -40
  291. package/dist/160/swapping/swapRequested.d.ts +40 -40
  292. package/dist/160/swapping/withdrawalRequested.d.cts +10 -10
  293. package/dist/160/swapping/withdrawalRequested.d.ts +10 -10
  294. package/dist/170/ethereumIngressEgress/boostedDepositLost.d.cts +2 -2
  295. package/dist/170/ethereumIngressEgress/boostedDepositLost.d.ts +2 -2
  296. package/dist/170/ethereumIngressEgress/depositIgnored.d.cts +2 -2
  297. package/dist/170/ethereumIngressEgress/depositIgnored.d.ts +2 -2
  298. package/dist/170/ethereumIngressEgress/transactionRejectedByBroker.d.cts +2 -2
  299. package/dist/170/ethereumIngressEgress/transactionRejectedByBroker.d.ts +2 -2
  300. package/dist/170/solanaIngressEgress/boostedDepositLost.d.cts +2 -2
  301. package/dist/170/solanaIngressEgress/boostedDepositLost.d.ts +2 -2
  302. package/dist/170/solanaIngressEgress/depositIgnored.d.cts +2 -2
  303. package/dist/170/solanaIngressEgress/depositIgnored.d.ts +2 -2
  304. package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.cts +61 -61
  305. package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.ts +61 -61
  306. package/dist/180/arbitrumIngressEgress/depositFailed.d.cts +151 -151
  307. package/dist/180/arbitrumIngressEgress/depositFailed.d.ts +151 -151
  308. package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
  309. package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +57 -57
  310. package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.cts +61 -61
  311. package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.ts +61 -61
  312. package/dist/180/bitcoinIngressEgress/depositBoosted.d.cts +30 -30
  313. package/dist/180/bitcoinIngressEgress/depositBoosted.d.ts +30 -30
  314. package/dist/180/bitcoinIngressEgress/depositFailed.d.cts +313 -313
  315. package/dist/180/bitcoinIngressEgress/depositFailed.d.ts +313 -313
  316. package/dist/180/bitcoinIngressEgress/depositFinalised.d.cts +24 -24
  317. package/dist/180/bitcoinIngressEgress/depositFinalised.d.ts +24 -24
  318. package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
  319. package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +57 -57
  320. package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
  321. package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
  322. package/dist/180/bitcoinIngressEgress/transferFallbackRequested.d.cts +20 -20
  323. package/dist/180/bitcoinIngressEgress/transferFallbackRequested.d.ts +20 -20
  324. package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.cts +61 -61
  325. package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.ts +61 -61
  326. package/dist/180/polkadotIngressEgress/depositBoosted.d.cts +6 -6
  327. package/dist/180/polkadotIngressEgress/depositBoosted.d.ts +6 -6
  328. package/dist/180/polkadotIngressEgress/depositFailed.d.cts +179 -179
  329. package/dist/180/polkadotIngressEgress/depositFailed.d.ts +179 -179
  330. package/dist/180/polkadotIngressEgress/depositFinalised.d.cts +2 -2
  331. package/dist/180/polkadotIngressEgress/depositFinalised.d.ts +2 -2
  332. package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
  333. package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +57 -57
  334. package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
  335. package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
  336. package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.cts +61 -61
  337. package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.ts +61 -61
  338. package/dist/180/solanaIngressEgress/depositBoosted.d.cts +6 -6
  339. package/dist/180/solanaIngressEgress/depositBoosted.d.ts +6 -6
  340. package/dist/180/solanaIngressEgress/depositFailed.d.cts +167 -167
  341. package/dist/180/solanaIngressEgress/depositFailed.d.ts +167 -167
  342. package/dist/180/solanaIngressEgress/depositFinalised.d.cts +2 -2
  343. package/dist/180/solanaIngressEgress/depositFinalised.d.ts +2 -2
  344. package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
  345. package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +57 -57
  346. package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
  347. package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
  348. package/dist/190/arbitrumIngressEgress/ccmBroadcastRequested.d.cts +2 -2
  349. package/dist/190/arbitrumIngressEgress/ccmBroadcastRequested.d.ts +2 -2
  350. package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.cts +54 -54
  351. package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.ts +54 -54
  352. package/dist/190/arbitrumIngressEgress/depositBoosted.d.cts +10 -10
  353. package/dist/190/arbitrumIngressEgress/depositBoosted.d.ts +10 -10
  354. package/dist/190/arbitrumIngressEgress/depositFailed.d.cts +184 -184
  355. package/dist/190/arbitrumIngressEgress/depositFailed.d.ts +184 -184
  356. package/dist/190/arbitrumIngressEgress/depositFinalised.d.cts +6 -6
  357. package/dist/190/arbitrumIngressEgress/depositFinalised.d.ts +6 -6
  358. package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
  359. package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
  360. package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.cts +2 -2
  361. package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.ts +2 -2
  362. package/dist/190/assetBalances/refundScheduled.d.cts +56 -56
  363. package/dist/190/assetBalances/refundScheduled.d.ts +56 -56
  364. package/dist/190/assetBalances/refundSkipped.d.cts +103 -103
  365. package/dist/190/assetBalances/refundSkipped.d.ts +103 -103
  366. package/dist/190/assethubBroadcaster/broadcastCallbackExecuted.d.cts +28 -28
  367. package/dist/190/assethubBroadcaster/broadcastCallbackExecuted.d.ts +28 -28
  368. package/dist/190/assethubIngressEgress/boostFundsAdded.d.cts +2 -2
  369. package/dist/190/assethubIngressEgress/boostFundsAdded.d.ts +2 -2
  370. package/dist/190/assethubIngressEgress/ccmBroadcastRequested.d.cts +2 -2
  371. package/dist/190/assethubIngressEgress/ccmBroadcastRequested.d.ts +2 -2
  372. package/dist/190/assethubIngressEgress/depositFailed.d.cts +16 -16
  373. package/dist/190/assethubIngressEgress/depositFailed.d.ts +16 -16
  374. package/dist/190/assethubIngressEgress/depositFetchesScheduled.d.cts +2 -2
  375. package/dist/190/assethubIngressEgress/depositFetchesScheduled.d.ts +2 -2
  376. package/dist/190/assethubIngressEgress/transactionRejectedByBroker.d.cts +2 -2
  377. package/dist/190/assethubIngressEgress/transactionRejectedByBroker.d.ts +2 -2
  378. package/dist/190/assethubIngressEgress/transferFallbackRequested.d.cts +2 -2
  379. package/dist/190/assethubIngressEgress/transferFallbackRequested.d.ts +2 -2
  380. package/dist/190/ethereumIngressEgress/ccmBroadcastRequested.d.cts +2 -2
  381. package/dist/190/ethereumIngressEgress/ccmBroadcastRequested.d.ts +2 -2
  382. package/dist/190/ethereumIngressEgress/ccmEgressInvalid.d.cts +54 -54
  383. package/dist/190/ethereumIngressEgress/ccmEgressInvalid.d.ts +54 -54
  384. package/dist/190/ethereumIngressEgress/depositBoosted.d.cts +10 -10
  385. package/dist/190/ethereumIngressEgress/depositBoosted.d.ts +10 -10
  386. package/dist/190/ethereumIngressEgress/depositFailed.d.cts +184 -184
  387. package/dist/190/ethereumIngressEgress/depositFailed.d.ts +184 -184
  388. package/dist/190/ethereumIngressEgress/depositFinalised.d.cts +6 -6
  389. package/dist/190/ethereumIngressEgress/depositFinalised.d.ts +6 -6
  390. package/dist/190/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
  391. package/dist/190/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
  392. package/dist/190/ethereumIngressEgress/transferFallbackRequested.d.cts +2 -2
  393. package/dist/190/ethereumIngressEgress/transferFallbackRequested.d.ts +2 -2
  394. package/dist/190/liquidityPools/limitOrderUpdated.d.cts +12 -12
  395. package/dist/190/liquidityPools/limitOrderUpdated.d.ts +12 -12
  396. package/dist/190/liquidityPools/orderDeletionFailed.d.cts +4 -4
  397. package/dist/190/liquidityPools/orderDeletionFailed.d.ts +4 -4
  398. package/dist/190/liquidityPools/rangeOrderUpdated.d.cts +10 -10
  399. package/dist/190/liquidityPools/rangeOrderUpdated.d.ts +10 -10
  400. package/dist/190/liquidityProvider/assetTransferred.d.cts +3 -3
  401. package/dist/190/liquidityProvider/assetTransferred.d.ts +3 -3
  402. package/dist/190/liquidityProvider/withdrawalEgressScheduled.d.cts +6 -6
  403. package/dist/190/liquidityProvider/withdrawalEgressScheduled.d.ts +6 -6
  404. package/dist/190/polkadotIngressEgress/ccmBroadcastRequested.d.cts +2 -2
  405. package/dist/190/polkadotIngressEgress/ccmBroadcastRequested.d.ts +2 -2
  406. package/dist/190/polkadotIngressEgress/ccmEgressInvalid.d.cts +50 -50
  407. package/dist/190/polkadotIngressEgress/ccmEgressInvalid.d.ts +50 -50
  408. package/dist/190/polkadotIngressEgress/depositBoosted.d.cts +8 -8
  409. package/dist/190/polkadotIngressEgress/depositBoosted.d.ts +8 -8
  410. package/dist/190/polkadotIngressEgress/depositFailed.d.cts +198 -198
  411. package/dist/190/polkadotIngressEgress/depositFailed.d.ts +198 -198
  412. package/dist/190/polkadotIngressEgress/depositFinalised.d.cts +6 -6
  413. package/dist/190/polkadotIngressEgress/depositFinalised.d.ts +6 -6
  414. package/dist/190/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
  415. package/dist/190/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
  416. package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.cts +2 -2
  417. package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.ts +2 -2
  418. package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.cts +4 -4
  419. package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.ts +4 -4
  420. package/dist/190/swapping/batchSwapFailed.d.cts +2 -2
  421. package/dist/190/swapping/batchSwapFailed.d.ts +2 -2
  422. package/dist/190/swapping/creditedOnChain.d.cts +4 -4
  423. package/dist/190/swapping/creditedOnChain.d.ts +4 -4
  424. package/dist/190/swapping/refundEgressIgnored.d.cts +18 -18
  425. package/dist/190/swapping/refundEgressIgnored.d.ts +18 -18
  426. package/dist/190/swapping/refundEgressScheduled.d.cts +2 -2
  427. package/dist/190/swapping/refundEgressScheduled.d.ts +2 -2
  428. package/dist/190/swapping/refundedOnChain.d.cts +4 -4
  429. package/dist/190/swapping/refundedOnChain.d.ts +4 -4
  430. package/dist/190/swapping/swapAmountConfiscated.d.cts +2 -2
  431. package/dist/190/swapping/swapAmountConfiscated.d.ts +2 -2
  432. package/dist/190/swapping/swapDepositAddressReady.d.cts +13 -13
  433. package/dist/190/swapping/swapDepositAddressReady.d.ts +13 -13
  434. package/dist/190/swapping/swapEgressIgnored.d.cts +18 -18
  435. package/dist/190/swapping/swapEgressIgnored.d.ts +18 -18
  436. package/dist/190/swapping/swapEgressScheduled.d.cts +2 -2
  437. package/dist/190/swapping/swapEgressScheduled.d.ts +2 -2
  438. package/dist/190/swapping/swapRequested.d.cts +70 -70
  439. package/dist/190/swapping/swapRequested.d.ts +70 -70
  440. package/dist/190/swapping/withdrawalRequested.d.cts +4 -4
  441. package/dist/190/swapping/withdrawalRequested.d.ts +4 -4
  442. package/package.json +3 -3
@@ -5,11 +5,11 @@ declare const swappingSwapEgressIgnored: z.ZodObject<{
5
5
  asset: z.ZodEffects<z.ZodObject<{
6
6
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc"]>;
7
7
  }, "strip", z.ZodTypeAny, {
8
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
8
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
9
9
  }, {
10
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
11
- }>, "Eth" | "Dot" | "Btc" | "Flip" | "Usdc", {
12
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
10
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
11
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc", {
12
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
13
13
  }>;
14
14
  amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
15
15
  reason: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
@@ -43,17 +43,17 @@ declare const swappingSwapEgressIgnored: z.ZodObject<{
43
43
  error: string;
44
44
  }>;
45
45
  }, "strip", z.ZodTypeAny, {
46
- __kind: "Module";
47
46
  value: {
48
47
  index: number;
49
48
  error: `0x${string}`;
50
49
  };
51
- }, {
52
50
  __kind: "Module";
51
+ }, {
53
52
  value: {
54
53
  index: number;
55
54
  error: string;
56
55
  };
56
+ __kind: "Module";
57
57
  }>, z.ZodObject<{
58
58
  __kind: z.ZodLiteral<"ConsumerRemaining">;
59
59
  }, "strip", z.ZodTypeAny, {
@@ -84,13 +84,13 @@ declare const swappingSwapEgressIgnored: z.ZodObject<{
84
84
  __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
85
85
  }>;
86
86
  }, "strip", z.ZodTypeAny, {
87
- __kind: "Token";
88
87
  value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
89
- }, {
90
88
  __kind: "Token";
89
+ }, {
91
90
  value: {
92
91
  __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
93
92
  };
93
+ __kind: "Token";
94
94
  }>, z.ZodObject<{
95
95
  __kind: z.ZodLiteral<"Arithmetic">;
96
96
  value: z.ZodEffects<z.ZodObject<{
@@ -103,13 +103,13 @@ declare const swappingSwapEgressIgnored: z.ZodObject<{
103
103
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
104
104
  }>;
105
105
  }, "strip", z.ZodTypeAny, {
106
- __kind: "Arithmetic";
107
106
  value: "Underflow" | "Overflow" | "DivisionByZero";
108
- }, {
109
107
  __kind: "Arithmetic";
108
+ }, {
110
109
  value: {
111
110
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
112
111
  };
112
+ __kind: "Arithmetic";
113
113
  }>, z.ZodObject<{
114
114
  __kind: z.ZodLiteral<"Transactional">;
115
115
  value: z.ZodEffects<z.ZodObject<{
@@ -122,13 +122,13 @@ declare const swappingSwapEgressIgnored: z.ZodObject<{
122
122
  __kind: "LimitReached" | "NoLayer";
123
123
  }>;
124
124
  }, "strip", z.ZodTypeAny, {
125
- __kind: "Transactional";
126
125
  value: "LimitReached" | "NoLayer";
127
- }, {
128
126
  __kind: "Transactional";
127
+ }, {
129
128
  value: {
130
129
  __kind: "LimitReached" | "NoLayer";
131
130
  };
131
+ __kind: "Transactional";
132
132
  }>, z.ZodObject<{
133
133
  __kind: z.ZodLiteral<"Exhausted">;
134
134
  }, "strip", z.ZodTypeAny, {
@@ -155,6 +155,9 @@ declare const swappingSwapEgressIgnored: z.ZodObject<{
155
155
  __kind: "RootNotAllowed";
156
156
  }>]>;
157
157
  }, "strip", z.ZodTypeAny, {
158
+ swapId: bigint;
159
+ asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
160
+ amount: bigint;
158
161
  reason: {
159
162
  __kind: "Other";
160
163
  } | {
@@ -162,11 +165,11 @@ declare const swappingSwapEgressIgnored: z.ZodObject<{
162
165
  } | {
163
166
  __kind: "BadOrigin";
164
167
  } | {
165
- __kind: "Module";
166
168
  value: {
167
169
  index: number;
168
170
  error: `0x${string}`;
169
171
  };
172
+ __kind: "Module";
170
173
  } | {
171
174
  __kind: "ConsumerRemaining";
172
175
  } | {
@@ -174,14 +177,14 @@ declare const swappingSwapEgressIgnored: z.ZodObject<{
174
177
  } | {
175
178
  __kind: "TooManyConsumers";
176
179
  } | {
177
- __kind: "Token";
178
180
  value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
181
+ __kind: "Token";
179
182
  } | {
180
- __kind: "Arithmetic";
181
183
  value: "Underflow" | "Overflow" | "DivisionByZero";
184
+ __kind: "Arithmetic";
182
185
  } | {
183
- __kind: "Transactional";
184
186
  value: "LimitReached" | "NoLayer";
187
+ __kind: "Transactional";
185
188
  } | {
186
189
  __kind: "Exhausted";
187
190
  } | {
@@ -191,10 +194,12 @@ declare const swappingSwapEgressIgnored: z.ZodObject<{
191
194
  } | {
192
195
  __kind: "RootNotAllowed";
193
196
  };
194
- swapId: bigint;
195
- asset: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
196
- amount: bigint;
197
197
  }, {
198
+ swapId: string | number;
199
+ asset: {
200
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
201
+ };
202
+ amount: string | number;
198
203
  reason: {
199
204
  __kind: "Other";
200
205
  } | {
@@ -202,11 +207,11 @@ declare const swappingSwapEgressIgnored: z.ZodObject<{
202
207
  } | {
203
208
  __kind: "BadOrigin";
204
209
  } | {
205
- __kind: "Module";
206
210
  value: {
207
211
  index: number;
208
212
  error: string;
209
213
  };
214
+ __kind: "Module";
210
215
  } | {
211
216
  __kind: "ConsumerRemaining";
212
217
  } | {
@@ -214,20 +219,20 @@ declare const swappingSwapEgressIgnored: z.ZodObject<{
214
219
  } | {
215
220
  __kind: "TooManyConsumers";
216
221
  } | {
217
- __kind: "Token";
218
222
  value: {
219
223
  __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
220
224
  };
225
+ __kind: "Token";
221
226
  } | {
222
- __kind: "Arithmetic";
223
227
  value: {
224
228
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
225
229
  };
230
+ __kind: "Arithmetic";
226
231
  } | {
227
- __kind: "Transactional";
228
232
  value: {
229
233
  __kind: "LimitReached" | "NoLayer";
230
234
  };
235
+ __kind: "Transactional";
231
236
  } | {
232
237
  __kind: "Exhausted";
233
238
  } | {
@@ -237,11 +242,6 @@ declare const swappingSwapEgressIgnored: z.ZodObject<{
237
242
  } | {
238
243
  __kind: "RootNotAllowed";
239
244
  };
240
- swapId: string | number;
241
- asset: {
242
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
243
- };
244
- amount: string | number;
245
245
  }>;
246
246
 
247
247
  export { swappingSwapEgressIgnored };
@@ -5,11 +5,11 @@ declare const swappingSwapEgressIgnored: z.ZodObject<{
5
5
  asset: z.ZodEffects<z.ZodObject<{
6
6
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc"]>;
7
7
  }, "strip", z.ZodTypeAny, {
8
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
8
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
9
9
  }, {
10
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
11
- }>, "Eth" | "Dot" | "Btc" | "Flip" | "Usdc", {
12
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
10
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
11
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc", {
12
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
13
13
  }>;
14
14
  amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
15
15
  reason: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
@@ -43,17 +43,17 @@ declare const swappingSwapEgressIgnored: z.ZodObject<{
43
43
  error: string;
44
44
  }>;
45
45
  }, "strip", z.ZodTypeAny, {
46
- __kind: "Module";
47
46
  value: {
48
47
  index: number;
49
48
  error: `0x${string}`;
50
49
  };
51
- }, {
52
50
  __kind: "Module";
51
+ }, {
53
52
  value: {
54
53
  index: number;
55
54
  error: string;
56
55
  };
56
+ __kind: "Module";
57
57
  }>, z.ZodObject<{
58
58
  __kind: z.ZodLiteral<"ConsumerRemaining">;
59
59
  }, "strip", z.ZodTypeAny, {
@@ -84,13 +84,13 @@ declare const swappingSwapEgressIgnored: z.ZodObject<{
84
84
  __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
85
85
  }>;
86
86
  }, "strip", z.ZodTypeAny, {
87
- __kind: "Token";
88
87
  value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
89
- }, {
90
88
  __kind: "Token";
89
+ }, {
91
90
  value: {
92
91
  __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
93
92
  };
93
+ __kind: "Token";
94
94
  }>, z.ZodObject<{
95
95
  __kind: z.ZodLiteral<"Arithmetic">;
96
96
  value: z.ZodEffects<z.ZodObject<{
@@ -103,13 +103,13 @@ declare const swappingSwapEgressIgnored: z.ZodObject<{
103
103
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
104
104
  }>;
105
105
  }, "strip", z.ZodTypeAny, {
106
- __kind: "Arithmetic";
107
106
  value: "Underflow" | "Overflow" | "DivisionByZero";
108
- }, {
109
107
  __kind: "Arithmetic";
108
+ }, {
110
109
  value: {
111
110
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
112
111
  };
112
+ __kind: "Arithmetic";
113
113
  }>, z.ZodObject<{
114
114
  __kind: z.ZodLiteral<"Transactional">;
115
115
  value: z.ZodEffects<z.ZodObject<{
@@ -122,13 +122,13 @@ declare const swappingSwapEgressIgnored: z.ZodObject<{
122
122
  __kind: "LimitReached" | "NoLayer";
123
123
  }>;
124
124
  }, "strip", z.ZodTypeAny, {
125
- __kind: "Transactional";
126
125
  value: "LimitReached" | "NoLayer";
127
- }, {
128
126
  __kind: "Transactional";
127
+ }, {
129
128
  value: {
130
129
  __kind: "LimitReached" | "NoLayer";
131
130
  };
131
+ __kind: "Transactional";
132
132
  }>, z.ZodObject<{
133
133
  __kind: z.ZodLiteral<"Exhausted">;
134
134
  }, "strip", z.ZodTypeAny, {
@@ -155,6 +155,9 @@ declare const swappingSwapEgressIgnored: z.ZodObject<{
155
155
  __kind: "RootNotAllowed";
156
156
  }>]>;
157
157
  }, "strip", z.ZodTypeAny, {
158
+ swapId: bigint;
159
+ asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
160
+ amount: bigint;
158
161
  reason: {
159
162
  __kind: "Other";
160
163
  } | {
@@ -162,11 +165,11 @@ declare const swappingSwapEgressIgnored: z.ZodObject<{
162
165
  } | {
163
166
  __kind: "BadOrigin";
164
167
  } | {
165
- __kind: "Module";
166
168
  value: {
167
169
  index: number;
168
170
  error: `0x${string}`;
169
171
  };
172
+ __kind: "Module";
170
173
  } | {
171
174
  __kind: "ConsumerRemaining";
172
175
  } | {
@@ -174,14 +177,14 @@ declare const swappingSwapEgressIgnored: z.ZodObject<{
174
177
  } | {
175
178
  __kind: "TooManyConsumers";
176
179
  } | {
177
- __kind: "Token";
178
180
  value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
181
+ __kind: "Token";
179
182
  } | {
180
- __kind: "Arithmetic";
181
183
  value: "Underflow" | "Overflow" | "DivisionByZero";
184
+ __kind: "Arithmetic";
182
185
  } | {
183
- __kind: "Transactional";
184
186
  value: "LimitReached" | "NoLayer";
187
+ __kind: "Transactional";
185
188
  } | {
186
189
  __kind: "Exhausted";
187
190
  } | {
@@ -191,10 +194,12 @@ declare const swappingSwapEgressIgnored: z.ZodObject<{
191
194
  } | {
192
195
  __kind: "RootNotAllowed";
193
196
  };
194
- swapId: bigint;
195
- asset: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
196
- amount: bigint;
197
197
  }, {
198
+ swapId: string | number;
199
+ asset: {
200
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
201
+ };
202
+ amount: string | number;
198
203
  reason: {
199
204
  __kind: "Other";
200
205
  } | {
@@ -202,11 +207,11 @@ declare const swappingSwapEgressIgnored: z.ZodObject<{
202
207
  } | {
203
208
  __kind: "BadOrigin";
204
209
  } | {
205
- __kind: "Module";
206
210
  value: {
207
211
  index: number;
208
212
  error: string;
209
213
  };
214
+ __kind: "Module";
210
215
  } | {
211
216
  __kind: "ConsumerRemaining";
212
217
  } | {
@@ -214,20 +219,20 @@ declare const swappingSwapEgressIgnored: z.ZodObject<{
214
219
  } | {
215
220
  __kind: "TooManyConsumers";
216
221
  } | {
217
- __kind: "Token";
218
222
  value: {
219
223
  __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
220
224
  };
225
+ __kind: "Token";
221
226
  } | {
222
- __kind: "Arithmetic";
223
227
  value: {
224
228
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
225
229
  };
230
+ __kind: "Arithmetic";
226
231
  } | {
227
- __kind: "Transactional";
228
232
  value: {
229
233
  __kind: "LimitReached" | "NoLayer";
230
234
  };
235
+ __kind: "Transactional";
231
236
  } | {
232
237
  __kind: "Exhausted";
233
238
  } | {
@@ -237,11 +242,6 @@ declare const swappingSwapEgressIgnored: z.ZodObject<{
237
242
  } | {
238
243
  __kind: "RootNotAllowed";
239
244
  };
240
- swapId: string | number;
241
- asset: {
242
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
243
- };
244
- amount: string | number;
245
245
  }>;
246
246
 
247
247
  export { swappingSwapEgressIgnored };
@@ -14,29 +14,29 @@ declare const swappingSwapEgressScheduled: z.ZodObject<{
14
14
  asset: z.ZodEffects<z.ZodObject<{
15
15
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc"]>;
16
16
  }, "strip", z.ZodTypeAny, {
17
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
17
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
18
18
  }, {
19
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
20
- }>, "Eth" | "Dot" | "Btc" | "Flip" | "Usdc", {
21
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
19
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
20
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc", {
21
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
22
22
  }>;
23
23
  amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
24
24
  fee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
25
25
  }, "strip", z.ZodTypeAny, {
26
26
  swapId: bigint;
27
- asset: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
28
- amount: bigint;
29
27
  egressId: ["Ethereum" | "Polkadot" | "Bitcoin", bigint];
28
+ asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
29
+ amount: bigint;
30
30
  fee: bigint;
31
31
  }, {
32
32
  swapId: string | number;
33
- asset: {
34
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
35
- };
36
- amount: string | number;
37
33
  egressId: [{
38
34
  __kind: "Ethereum" | "Polkadot" | "Bitcoin";
39
35
  }, string | number];
36
+ asset: {
37
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
38
+ };
39
+ amount: string | number;
40
40
  fee: string | number;
41
41
  }>;
42
42
 
@@ -14,29 +14,29 @@ declare const swappingSwapEgressScheduled: z.ZodObject<{
14
14
  asset: z.ZodEffects<z.ZodObject<{
15
15
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc"]>;
16
16
  }, "strip", z.ZodTypeAny, {
17
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
17
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
18
18
  }, {
19
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
20
- }>, "Eth" | "Dot" | "Btc" | "Flip" | "Usdc", {
21
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
19
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
20
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc", {
21
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
22
22
  }>;
23
23
  amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
24
24
  fee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
25
25
  }, "strip", z.ZodTypeAny, {
26
26
  swapId: bigint;
27
- asset: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
28
- amount: bigint;
29
27
  egressId: ["Ethereum" | "Polkadot" | "Bitcoin", bigint];
28
+ asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
29
+ amount: bigint;
30
30
  fee: bigint;
31
31
  }, {
32
32
  swapId: string | number;
33
- asset: {
34
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
35
- };
36
- amount: string | number;
37
33
  egressId: [{
38
34
  __kind: "Ethereum" | "Polkadot" | "Bitcoin";
39
35
  }, string | number];
36
+ asset: {
37
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
38
+ };
39
+ amount: string | number;
40
40
  fee: string | number;
41
41
  }>;
42
42
 
@@ -5,44 +5,44 @@ declare const swappingSwapExecuted: z.ZodObject<{
5
5
  sourceAsset: z.ZodEffects<z.ZodObject<{
6
6
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc"]>;
7
7
  }, "strip", z.ZodTypeAny, {
8
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
8
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
9
9
  }, {
10
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
11
- }>, "Eth" | "Dot" | "Btc" | "Flip" | "Usdc", {
12
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
10
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
11
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc", {
12
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
13
13
  }>;
14
14
  depositAmount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
15
15
  swapInput: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
16
16
  destinationAsset: z.ZodEffects<z.ZodObject<{
17
17
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc"]>;
18
18
  }, "strip", z.ZodTypeAny, {
19
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
19
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
20
20
  }, {
21
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
22
- }>, "Eth" | "Dot" | "Btc" | "Flip" | "Usdc", {
23
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
21
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
22
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc", {
23
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
24
24
  }>;
25
25
  egressAmount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
26
26
  swapOutput: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
27
27
  intermediateAmount: 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>>>;
28
28
  }, "strip", z.ZodTypeAny, {
29
29
  swapId: bigint;
30
- sourceAsset: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
30
+ sourceAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
31
31
  depositAmount: bigint;
32
32
  swapInput: bigint;
33
- destinationAsset: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
33
+ destinationAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
34
34
  egressAmount: bigint;
35
35
  swapOutput: bigint;
36
36
  intermediateAmount?: bigint | null | undefined;
37
37
  }, {
38
38
  swapId: string | number;
39
39
  sourceAsset: {
40
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
40
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
41
41
  };
42
42
  depositAmount: string | number;
43
43
  swapInput: string | number;
44
44
  destinationAsset: {
45
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
45
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
46
46
  };
47
47
  egressAmount: string | number;
48
48
  swapOutput: string | number;
@@ -5,44 +5,44 @@ declare const swappingSwapExecuted: z.ZodObject<{
5
5
  sourceAsset: z.ZodEffects<z.ZodObject<{
6
6
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc"]>;
7
7
  }, "strip", z.ZodTypeAny, {
8
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
8
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
9
9
  }, {
10
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
11
- }>, "Eth" | "Dot" | "Btc" | "Flip" | "Usdc", {
12
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
10
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
11
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc", {
12
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
13
13
  }>;
14
14
  depositAmount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
15
15
  swapInput: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
16
16
  destinationAsset: z.ZodEffects<z.ZodObject<{
17
17
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc"]>;
18
18
  }, "strip", z.ZodTypeAny, {
19
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
19
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
20
20
  }, {
21
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
22
- }>, "Eth" | "Dot" | "Btc" | "Flip" | "Usdc", {
23
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
21
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
22
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc", {
23
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
24
24
  }>;
25
25
  egressAmount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
26
26
  swapOutput: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
27
27
  intermediateAmount: 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>>>;
28
28
  }, "strip", z.ZodTypeAny, {
29
29
  swapId: bigint;
30
- sourceAsset: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
30
+ sourceAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
31
31
  depositAmount: bigint;
32
32
  swapInput: bigint;
33
- destinationAsset: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
33
+ destinationAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
34
34
  egressAmount: bigint;
35
35
  swapOutput: bigint;
36
36
  intermediateAmount?: bigint | null | undefined;
37
37
  }, {
38
38
  swapId: string | number;
39
39
  sourceAsset: {
40
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
40
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
41
41
  };
42
42
  depositAmount: string | number;
43
43
  swapInput: string | number;
44
44
  destinationAsset: {
45
- __kind: "Eth" | "Dot" | "Btc" | "Flip" | "Usdc";
45
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
46
46
  };
47
47
  egressAmount: string | number;
48
48
  swapOutput: string | number;
@@ -16,11 +16,11 @@ declare const swappingWithdrawalRequested: z.ZodObject<{
16
16
  __kind: z.ZodEnum<["Eth", "Dot", "Btc"]>;
17
17
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
18
18
  }, "strip", z.ZodTypeAny, {
19
- __kind: "Eth" | "Dot" | "Btc";
20
19
  value: `0x${string}`;
21
- }, {
22
20
  __kind: "Eth" | "Dot" | "Btc";
21
+ }, {
23
22
  value: string;
23
+ __kind: "Eth" | "Dot" | "Btc";
24
24
  }>, {
25
25
  readonly chain: "Ethereum";
26
26
  readonly address: `0x${string}`;
@@ -31,10 +31,11 @@ declare const swappingWithdrawalRequested: z.ZodObject<{
31
31
  readonly chain: "Bitcoin";
32
32
  readonly address: string;
33
33
  }, {
34
- __kind: "Eth" | "Dot" | "Btc";
35
34
  value: string;
35
+ __kind: "Eth" | "Dot" | "Btc";
36
36
  }>;
37
37
  }, "strip", z.ZodTypeAny, {
38
+ egressId: ["Ethereum" | "Polkadot" | "Bitcoin", bigint];
38
39
  destinationAddress: {
39
40
  readonly chain: "Ethereum";
40
41
  readonly address: `0x${string}`;
@@ -45,17 +46,16 @@ declare const swappingWithdrawalRequested: z.ZodObject<{
45
46
  readonly chain: "Bitcoin";
46
47
  readonly address: string;
47
48
  };
48
- egressId: ["Ethereum" | "Polkadot" | "Bitcoin", bigint];
49
49
  egressAmount: bigint;
50
50
  egressFee: bigint;
51
51
  }, {
52
- destinationAddress: {
53
- __kind: "Eth" | "Dot" | "Btc";
54
- value: string;
55
- };
56
52
  egressId: [{
57
53
  __kind: "Ethereum" | "Polkadot" | "Bitcoin";
58
54
  }, string | number];
55
+ destinationAddress: {
56
+ value: string;
57
+ __kind: "Eth" | "Dot" | "Btc";
58
+ };
59
59
  egressAmount: string | number;
60
60
  egressFee: string | number;
61
61
  }>;