@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
@@ -29,6 +29,7 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
29
29
  newEpochIndex: number;
30
30
  }>;
31
31
  }, "strip", z.ZodTypeAny, {
32
+ __kind: "KeygensInProgress";
32
33
  value: {
33
34
  primaryCandidates: string[];
34
35
  secondaryCandidates: string[];
@@ -36,8 +37,8 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
36
37
  bond: bigint;
37
38
  newEpochIndex: number;
38
39
  };
39
- __kind: "KeygensInProgress";
40
40
  }, {
41
+ __kind: "KeygensInProgress";
41
42
  value: {
42
43
  primaryCandidates: string[];
43
44
  secondaryCandidates: string[];
@@ -45,7 +46,6 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
45
46
  bond: string | number;
46
47
  newEpochIndex: number;
47
48
  };
48
- __kind: "KeygensInProgress";
49
49
  }>, z.ZodObject<{
50
50
  __kind: z.ZodLiteral<"KeyHandoversInProgress">;
51
51
  value: z.ZodObject<{
@@ -68,6 +68,7 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
68
68
  newEpochIndex: number;
69
69
  }>;
70
70
  }, "strip", z.ZodTypeAny, {
71
+ __kind: "KeyHandoversInProgress";
71
72
  value: {
72
73
  primaryCandidates: string[];
73
74
  secondaryCandidates: string[];
@@ -75,8 +76,8 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
75
76
  bond: bigint;
76
77
  newEpochIndex: number;
77
78
  };
78
- __kind: "KeyHandoversInProgress";
79
79
  }, {
80
+ __kind: "KeyHandoversInProgress";
80
81
  value: {
81
82
  primaryCandidates: string[];
82
83
  secondaryCandidates: string[];
@@ -84,7 +85,6 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
84
85
  bond: string | number;
85
86
  newEpochIndex: number;
86
87
  };
87
- __kind: "KeyHandoversInProgress";
88
88
  }>, z.ZodObject<{
89
89
  __kind: z.ZodLiteral<"ActivatingKeys">;
90
90
  value: z.ZodObject<{
@@ -107,6 +107,7 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
107
107
  newEpochIndex: number;
108
108
  }>;
109
109
  }, "strip", z.ZodTypeAny, {
110
+ __kind: "ActivatingKeys";
110
111
  value: {
111
112
  primaryCandidates: string[];
112
113
  secondaryCandidates: string[];
@@ -114,8 +115,8 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
114
115
  bond: bigint;
115
116
  newEpochIndex: number;
116
117
  };
117
- __kind: "ActivatingKeys";
118
118
  }, {
119
+ __kind: "ActivatingKeys";
119
120
  value: {
120
121
  primaryCandidates: string[];
121
122
  secondaryCandidates: string[];
@@ -123,7 +124,6 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
123
124
  bond: string | number;
124
125
  newEpochIndex: number;
125
126
  };
126
- __kind: "ActivatingKeys";
127
127
  }>, z.ZodObject<{
128
128
  __kind: z.ZodLiteral<"NewKeysActivated">;
129
129
  value: z.ZodObject<{
@@ -146,6 +146,7 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
146
146
  newEpochIndex: number;
147
147
  }>;
148
148
  }, "strip", z.ZodTypeAny, {
149
+ __kind: "NewKeysActivated";
149
150
  value: {
150
151
  primaryCandidates: string[];
151
152
  secondaryCandidates: string[];
@@ -153,8 +154,8 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
153
154
  bond: bigint;
154
155
  newEpochIndex: number;
155
156
  };
156
- __kind: "NewKeysActivated";
157
157
  }, {
158
+ __kind: "NewKeysActivated";
158
159
  value: {
159
160
  primaryCandidates: string[];
160
161
  secondaryCandidates: string[];
@@ -162,21 +163,21 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
162
163
  bond: string | number;
163
164
  newEpochIndex: number;
164
165
  };
165
- __kind: "NewKeysActivated";
166
166
  }>, z.ZodObject<{
167
167
  __kind: z.ZodLiteral<"SessionRotating">;
168
168
  value: z.ZodTuple<[z.ZodArray<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>, "many">, z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>], null>;
169
169
  }, "strip", z.ZodTypeAny, {
170
- value: [string[], bigint];
171
170
  __kind: "SessionRotating";
171
+ value: [string[], bigint];
172
172
  }, {
173
- value: [string[], string | number];
174
173
  __kind: "SessionRotating";
174
+ value: [string[], string | number];
175
175
  }>]>;
176
176
  }, "strip", z.ZodTypeAny, {
177
177
  newPhase: {
178
178
  __kind: "Idle";
179
179
  } | {
180
+ __kind: "KeygensInProgress";
180
181
  value: {
181
182
  primaryCandidates: string[];
182
183
  secondaryCandidates: string[];
@@ -184,8 +185,8 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
184
185
  bond: bigint;
185
186
  newEpochIndex: number;
186
187
  };
187
- __kind: "KeygensInProgress";
188
188
  } | {
189
+ __kind: "KeyHandoversInProgress";
189
190
  value: {
190
191
  primaryCandidates: string[];
191
192
  secondaryCandidates: string[];
@@ -193,8 +194,8 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
193
194
  bond: bigint;
194
195
  newEpochIndex: number;
195
196
  };
196
- __kind: "KeyHandoversInProgress";
197
197
  } | {
198
+ __kind: "ActivatingKeys";
198
199
  value: {
199
200
  primaryCandidates: string[];
200
201
  secondaryCandidates: string[];
@@ -202,8 +203,8 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
202
203
  bond: bigint;
203
204
  newEpochIndex: number;
204
205
  };
205
- __kind: "ActivatingKeys";
206
206
  } | {
207
+ __kind: "NewKeysActivated";
207
208
  value: {
208
209
  primaryCandidates: string[];
209
210
  secondaryCandidates: string[];
@@ -211,15 +212,15 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
211
212
  bond: bigint;
212
213
  newEpochIndex: number;
213
214
  };
214
- __kind: "NewKeysActivated";
215
215
  } | {
216
- value: [string[], bigint];
217
216
  __kind: "SessionRotating";
217
+ value: [string[], bigint];
218
218
  };
219
219
  }, {
220
220
  newPhase: {
221
221
  __kind: "Idle";
222
222
  } | {
223
+ __kind: "KeygensInProgress";
223
224
  value: {
224
225
  primaryCandidates: string[];
225
226
  secondaryCandidates: string[];
@@ -227,8 +228,8 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
227
228
  bond: string | number;
228
229
  newEpochIndex: number;
229
230
  };
230
- __kind: "KeygensInProgress";
231
231
  } | {
232
+ __kind: "KeyHandoversInProgress";
232
233
  value: {
233
234
  primaryCandidates: string[];
234
235
  secondaryCandidates: string[];
@@ -236,8 +237,8 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
236
237
  bond: string | number;
237
238
  newEpochIndex: number;
238
239
  };
239
- __kind: "KeyHandoversInProgress";
240
240
  } | {
241
+ __kind: "ActivatingKeys";
241
242
  value: {
242
243
  primaryCandidates: string[];
243
244
  secondaryCandidates: string[];
@@ -245,8 +246,8 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
245
246
  bond: string | number;
246
247
  newEpochIndex: number;
247
248
  };
248
- __kind: "ActivatingKeys";
249
249
  } | {
250
+ __kind: "NewKeysActivated";
250
251
  value: {
251
252
  primaryCandidates: string[];
252
253
  secondaryCandidates: string[];
@@ -254,10 +255,9 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
254
255
  bond: string | number;
255
256
  newEpochIndex: number;
256
257
  };
257
- __kind: "NewKeysActivated";
258
258
  } | {
259
- value: [string[], string | number];
260
259
  __kind: "SessionRotating";
260
+ value: [string[], string | number];
261
261
  };
262
262
  }>;
263
263
 
@@ -29,6 +29,7 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
29
29
  newEpochIndex: number;
30
30
  }>;
31
31
  }, "strip", z.ZodTypeAny, {
32
+ __kind: "KeygensInProgress";
32
33
  value: {
33
34
  primaryCandidates: string[];
34
35
  secondaryCandidates: string[];
@@ -36,8 +37,8 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
36
37
  bond: bigint;
37
38
  newEpochIndex: number;
38
39
  };
39
- __kind: "KeygensInProgress";
40
40
  }, {
41
+ __kind: "KeygensInProgress";
41
42
  value: {
42
43
  primaryCandidates: string[];
43
44
  secondaryCandidates: string[];
@@ -45,7 +46,6 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
45
46
  bond: string | number;
46
47
  newEpochIndex: number;
47
48
  };
48
- __kind: "KeygensInProgress";
49
49
  }>, z.ZodObject<{
50
50
  __kind: z.ZodLiteral<"KeyHandoversInProgress">;
51
51
  value: z.ZodObject<{
@@ -68,6 +68,7 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
68
68
  newEpochIndex: number;
69
69
  }>;
70
70
  }, "strip", z.ZodTypeAny, {
71
+ __kind: "KeyHandoversInProgress";
71
72
  value: {
72
73
  primaryCandidates: string[];
73
74
  secondaryCandidates: string[];
@@ -75,8 +76,8 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
75
76
  bond: bigint;
76
77
  newEpochIndex: number;
77
78
  };
78
- __kind: "KeyHandoversInProgress";
79
79
  }, {
80
+ __kind: "KeyHandoversInProgress";
80
81
  value: {
81
82
  primaryCandidates: string[];
82
83
  secondaryCandidates: string[];
@@ -84,7 +85,6 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
84
85
  bond: string | number;
85
86
  newEpochIndex: number;
86
87
  };
87
- __kind: "KeyHandoversInProgress";
88
88
  }>, z.ZodObject<{
89
89
  __kind: z.ZodLiteral<"ActivatingKeys">;
90
90
  value: z.ZodObject<{
@@ -107,6 +107,7 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
107
107
  newEpochIndex: number;
108
108
  }>;
109
109
  }, "strip", z.ZodTypeAny, {
110
+ __kind: "ActivatingKeys";
110
111
  value: {
111
112
  primaryCandidates: string[];
112
113
  secondaryCandidates: string[];
@@ -114,8 +115,8 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
114
115
  bond: bigint;
115
116
  newEpochIndex: number;
116
117
  };
117
- __kind: "ActivatingKeys";
118
118
  }, {
119
+ __kind: "ActivatingKeys";
119
120
  value: {
120
121
  primaryCandidates: string[];
121
122
  secondaryCandidates: string[];
@@ -123,7 +124,6 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
123
124
  bond: string | number;
124
125
  newEpochIndex: number;
125
126
  };
126
- __kind: "ActivatingKeys";
127
127
  }>, z.ZodObject<{
128
128
  __kind: z.ZodLiteral<"NewKeysActivated">;
129
129
  value: z.ZodObject<{
@@ -146,6 +146,7 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
146
146
  newEpochIndex: number;
147
147
  }>;
148
148
  }, "strip", z.ZodTypeAny, {
149
+ __kind: "NewKeysActivated";
149
150
  value: {
150
151
  primaryCandidates: string[];
151
152
  secondaryCandidates: string[];
@@ -153,8 +154,8 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
153
154
  bond: bigint;
154
155
  newEpochIndex: number;
155
156
  };
156
- __kind: "NewKeysActivated";
157
157
  }, {
158
+ __kind: "NewKeysActivated";
158
159
  value: {
159
160
  primaryCandidates: string[];
160
161
  secondaryCandidates: string[];
@@ -162,21 +163,21 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
162
163
  bond: string | number;
163
164
  newEpochIndex: number;
164
165
  };
165
- __kind: "NewKeysActivated";
166
166
  }>, z.ZodObject<{
167
167
  __kind: z.ZodLiteral<"SessionRotating">;
168
168
  value: z.ZodTuple<[z.ZodArray<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>, "many">, z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>], null>;
169
169
  }, "strip", z.ZodTypeAny, {
170
- value: [string[], bigint];
171
170
  __kind: "SessionRotating";
171
+ value: [string[], bigint];
172
172
  }, {
173
- value: [string[], string | number];
174
173
  __kind: "SessionRotating";
174
+ value: [string[], string | number];
175
175
  }>]>;
176
176
  }, "strip", z.ZodTypeAny, {
177
177
  newPhase: {
178
178
  __kind: "Idle";
179
179
  } | {
180
+ __kind: "KeygensInProgress";
180
181
  value: {
181
182
  primaryCandidates: string[];
182
183
  secondaryCandidates: string[];
@@ -184,8 +185,8 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
184
185
  bond: bigint;
185
186
  newEpochIndex: number;
186
187
  };
187
- __kind: "KeygensInProgress";
188
188
  } | {
189
+ __kind: "KeyHandoversInProgress";
189
190
  value: {
190
191
  primaryCandidates: string[];
191
192
  secondaryCandidates: string[];
@@ -193,8 +194,8 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
193
194
  bond: bigint;
194
195
  newEpochIndex: number;
195
196
  };
196
- __kind: "KeyHandoversInProgress";
197
197
  } | {
198
+ __kind: "ActivatingKeys";
198
199
  value: {
199
200
  primaryCandidates: string[];
200
201
  secondaryCandidates: string[];
@@ -202,8 +203,8 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
202
203
  bond: bigint;
203
204
  newEpochIndex: number;
204
205
  };
205
- __kind: "ActivatingKeys";
206
206
  } | {
207
+ __kind: "NewKeysActivated";
207
208
  value: {
208
209
  primaryCandidates: string[];
209
210
  secondaryCandidates: string[];
@@ -211,15 +212,15 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
211
212
  bond: bigint;
212
213
  newEpochIndex: number;
213
214
  };
214
- __kind: "NewKeysActivated";
215
215
  } | {
216
- value: [string[], bigint];
217
216
  __kind: "SessionRotating";
217
+ value: [string[], bigint];
218
218
  };
219
219
  }, {
220
220
  newPhase: {
221
221
  __kind: "Idle";
222
222
  } | {
223
+ __kind: "KeygensInProgress";
223
224
  value: {
224
225
  primaryCandidates: string[];
225
226
  secondaryCandidates: string[];
@@ -227,8 +228,8 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
227
228
  bond: string | number;
228
229
  newEpochIndex: number;
229
230
  };
230
- __kind: "KeygensInProgress";
231
231
  } | {
232
+ __kind: "KeyHandoversInProgress";
232
233
  value: {
233
234
  primaryCandidates: string[];
234
235
  secondaryCandidates: string[];
@@ -236,8 +237,8 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
236
237
  bond: string | number;
237
238
  newEpochIndex: number;
238
239
  };
239
- __kind: "KeyHandoversInProgress";
240
240
  } | {
241
+ __kind: "ActivatingKeys";
241
242
  value: {
242
243
  primaryCandidates: string[];
243
244
  secondaryCandidates: string[];
@@ -245,8 +246,8 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
245
246
  bond: string | number;
246
247
  newEpochIndex: number;
247
248
  };
248
- __kind: "ActivatingKeys";
249
249
  } | {
250
+ __kind: "NewKeysActivated";
250
251
  value: {
251
252
  primaryCandidates: string[];
252
253
  secondaryCandidates: string[];
@@ -254,10 +255,9 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
254
255
  bond: string | number;
255
256
  newEpochIndex: number;
256
257
  };
257
- __kind: "NewKeysActivated";
258
258
  } | {
259
- value: [string[], string | number];
260
259
  __kind: "SessionRotating";
260
+ value: [string[], string | number];
261
261
  };
262
262
  }>;
263
263
 
@@ -14,67 +14,67 @@ declare const assetBalancesRefundScheduled: z.ZodObject<{
14
14
  __kind: z.ZodLiteral<"Eth">;
15
15
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
16
16
  }, "strip", z.ZodTypeAny, {
17
- value: `0x${string}`;
18
17
  __kind: "Eth";
18
+ value: `0x${string}`;
19
19
  }, {
20
- value: string;
21
20
  __kind: "Eth";
21
+ value: string;
22
22
  }>, z.ZodObject<{
23
23
  __kind: z.ZodLiteral<"Dot">;
24
24
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
25
25
  }, "strip", z.ZodTypeAny, {
26
- value: `0x${string}`;
27
26
  __kind: "Dot";
27
+ value: `0x${string}`;
28
28
  }, {
29
- value: string;
30
29
  __kind: "Dot";
30
+ value: string;
31
31
  }>, z.ZodObject<{
32
32
  __kind: z.ZodLiteral<"Btc">;
33
33
  value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
34
34
  __kind: z.ZodLiteral<"P2PKH">;
35
35
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
36
36
  }, "strip", z.ZodTypeAny, {
37
- value: `0x${string}`;
38
37
  __kind: "P2PKH";
38
+ value: `0x${string}`;
39
39
  }, {
40
- value: string;
41
40
  __kind: "P2PKH";
41
+ value: string;
42
42
  }>, z.ZodObject<{
43
43
  __kind: z.ZodLiteral<"P2SH">;
44
44
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
45
45
  }, "strip", z.ZodTypeAny, {
46
- value: `0x${string}`;
47
46
  __kind: "P2SH";
47
+ value: `0x${string}`;
48
48
  }, {
49
- value: string;
50
49
  __kind: "P2SH";
50
+ value: string;
51
51
  }>, z.ZodObject<{
52
52
  __kind: z.ZodLiteral<"P2WPKH">;
53
53
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
54
54
  }, "strip", z.ZodTypeAny, {
55
- value: `0x${string}`;
56
55
  __kind: "P2WPKH";
56
+ value: `0x${string}`;
57
57
  }, {
58
- value: string;
59
58
  __kind: "P2WPKH";
59
+ value: string;
60
60
  }>, z.ZodObject<{
61
61
  __kind: z.ZodLiteral<"P2WSH">;
62
62
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
63
63
  }, "strip", z.ZodTypeAny, {
64
- value: `0x${string}`;
65
64
  __kind: "P2WSH";
65
+ value: `0x${string}`;
66
66
  }, {
67
- value: string;
68
67
  __kind: "P2WSH";
68
+ value: string;
69
69
  }>, z.ZodObject<{
70
70
  __kind: z.ZodLiteral<"Taproot">;
71
71
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
72
72
  }, "strip", z.ZodTypeAny, {
73
- value: `0x${string}`;
74
73
  __kind: "Taproot";
74
+ value: `0x${string}`;
75
75
  }, {
76
- value: string;
77
76
  __kind: "Taproot";
77
+ value: string;
78
78
  }>, z.ZodObject<{
79
79
  __kind: z.ZodLiteral<"OtherSegwit">;
80
80
  version: z.ZodNumber;
@@ -89,147 +89,147 @@ declare const assetBalancesRefundScheduled: z.ZodObject<{
89
89
  program: string;
90
90
  }>]>;
91
91
  }, "strip", z.ZodTypeAny, {
92
+ __kind: "Btc";
92
93
  value: {
93
- value: `0x${string}`;
94
94
  __kind: "P2PKH";
95
- } | {
96
95
  value: `0x${string}`;
97
- __kind: "P2SH";
98
96
  } | {
97
+ __kind: "P2SH";
99
98
  value: `0x${string}`;
100
- __kind: "P2WPKH";
101
99
  } | {
100
+ __kind: "P2WPKH";
102
101
  value: `0x${string}`;
103
- __kind: "P2WSH";
104
102
  } | {
103
+ __kind: "P2WSH";
105
104
  value: `0x${string}`;
105
+ } | {
106
106
  __kind: "Taproot";
107
+ value: `0x${string}`;
107
108
  } | {
108
109
  __kind: "OtherSegwit";
109
110
  version: number;
110
111
  program: `0x${string}`;
111
112
  };
112
- __kind: "Btc";
113
113
  }, {
114
+ __kind: "Btc";
114
115
  value: {
115
- value: string;
116
116
  __kind: "P2PKH";
117
- } | {
118
117
  value: string;
119
- __kind: "P2SH";
120
118
  } | {
119
+ __kind: "P2SH";
121
120
  value: string;
122
- __kind: "P2WPKH";
123
121
  } | {
122
+ __kind: "P2WPKH";
124
123
  value: string;
125
- __kind: "P2WSH";
126
124
  } | {
125
+ __kind: "P2WSH";
127
126
  value: string;
127
+ } | {
128
128
  __kind: "Taproot";
129
+ value: string;
129
130
  } | {
130
131
  __kind: "OtherSegwit";
131
132
  version: number;
132
133
  program: string;
133
134
  };
134
- __kind: "Btc";
135
135
  }>, z.ZodObject<{
136
136
  __kind: z.ZodLiteral<"Arb">;
137
137
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
138
138
  }, "strip", z.ZodTypeAny, {
139
- value: `0x${string}`;
140
139
  __kind: "Arb";
140
+ value: `0x${string}`;
141
141
  }, {
142
- value: string;
143
142
  __kind: "Arb";
143
+ value: string;
144
144
  }>, z.ZodObject<{
145
145
  __kind: z.ZodLiteral<"Sol">;
146
146
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
147
147
  }, "strip", z.ZodTypeAny, {
148
- value: `0x${string}`;
149
148
  __kind: "Sol";
149
+ value: `0x${string}`;
150
150
  }, {
151
- value: string;
152
151
  __kind: "Sol";
152
+ value: string;
153
153
  }>]>;
154
154
  amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
155
155
  }, "strip", z.ZodTypeAny, {
156
+ amount: bigint;
156
157
  egressId: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana", bigint];
157
158
  destination: {
158
- value: `0x${string}`;
159
159
  __kind: "Eth";
160
- } | {
161
160
  value: `0x${string}`;
161
+ } | {
162
162
  __kind: "Dot";
163
+ value: `0x${string}`;
163
164
  } | {
165
+ __kind: "Btc";
164
166
  value: {
165
- value: `0x${string}`;
166
167
  __kind: "P2PKH";
167
- } | {
168
168
  value: `0x${string}`;
169
- __kind: "P2SH";
170
169
  } | {
170
+ __kind: "P2SH";
171
171
  value: `0x${string}`;
172
- __kind: "P2WPKH";
173
172
  } | {
173
+ __kind: "P2WPKH";
174
174
  value: `0x${string}`;
175
- __kind: "P2WSH";
176
175
  } | {
176
+ __kind: "P2WSH";
177
177
  value: `0x${string}`;
178
+ } | {
178
179
  __kind: "Taproot";
180
+ value: `0x${string}`;
179
181
  } | {
180
182
  __kind: "OtherSegwit";
181
183
  version: number;
182
184
  program: `0x${string}`;
183
185
  };
184
- __kind: "Btc";
185
186
  } | {
186
- value: `0x${string}`;
187
187
  __kind: "Arb";
188
- } | {
189
188
  value: `0x${string}`;
189
+ } | {
190
190
  __kind: "Sol";
191
+ value: `0x${string}`;
191
192
  };
192
- amount: bigint;
193
193
  }, {
194
+ amount: string | number;
194
195
  egressId: [{
195
196
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
196
197
  }, string | number];
197
198
  destination: {
198
- value: string;
199
199
  __kind: "Eth";
200
- } | {
201
200
  value: string;
201
+ } | {
202
202
  __kind: "Dot";
203
+ value: string;
203
204
  } | {
205
+ __kind: "Btc";
204
206
  value: {
205
- value: string;
206
207
  __kind: "P2PKH";
207
- } | {
208
208
  value: string;
209
- __kind: "P2SH";
210
209
  } | {
210
+ __kind: "P2SH";
211
211
  value: string;
212
- __kind: "P2WPKH";
213
212
  } | {
213
+ __kind: "P2WPKH";
214
214
  value: string;
215
- __kind: "P2WSH";
216
215
  } | {
216
+ __kind: "P2WSH";
217
217
  value: string;
218
+ } | {
218
219
  __kind: "Taproot";
220
+ value: string;
219
221
  } | {
220
222
  __kind: "OtherSegwit";
221
223
  version: number;
222
224
  program: string;
223
225
  };
224
- __kind: "Btc";
225
226
  } | {
226
- value: string;
227
227
  __kind: "Arb";
228
- } | {
229
228
  value: string;
229
+ } | {
230
230
  __kind: "Sol";
231
+ value: string;
231
232
  };
232
- amount: string | number;
233
233
  }>;
234
234
 
235
235
  export { assetBalancesRefundScheduled };