@chainflip/processor 2.2.0-alpha.3 → 2.2.0-alpha.4

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 (1041) hide show
  1. package/dist/100/bitcoinBroadcaster/broadcastCallbackExecuted.d.cts +28 -28
  2. package/dist/100/bitcoinBroadcaster/broadcastCallbackExecuted.d.mts +28 -28
  3. package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.d.cts +22 -22
  4. package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.d.mts +22 -22
  5. package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.d.cts +20 -20
  6. package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.d.mts +20 -20
  7. package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.cts +16 -16
  8. package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.mts +16 -16
  9. package/dist/100/bitcoinIngressEgress/depositIgnored.d.cts +22 -22
  10. package/dist/100/bitcoinIngressEgress/depositIgnored.d.mts +22 -22
  11. package/dist/100/bitcoinIngressEgress/depositReceived.d.cts +22 -22
  12. package/dist/100/bitcoinIngressEgress/depositReceived.d.mts +22 -22
  13. package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.cts +50 -50
  14. package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.mts +50 -50
  15. package/dist/100/bitcoinIngressEgress/egressScheduled.d.cts +22 -22
  16. package/dist/100/bitcoinIngressEgress/egressScheduled.d.mts +22 -22
  17. package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.cts +22 -22
  18. package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.mts +22 -22
  19. package/dist/100/bitcoinThresholdSigner/failureReportProcessed.d.cts +2 -2
  20. package/dist/100/bitcoinThresholdSigner/failureReportProcessed.d.mts +2 -2
  21. package/dist/100/bitcoinThresholdSigner/retryRequested.d.cts +2 -2
  22. package/dist/100/bitcoinThresholdSigner/retryRequested.d.mts +2 -2
  23. package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.d.cts +30 -30
  24. package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.d.mts +30 -30
  25. package/dist/100/bitcoinThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
  26. package/dist/100/bitcoinThresholdSigner/thresholdSignatureFailed.d.mts +2 -2
  27. package/dist/100/bitcoinThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
  28. package/dist/100/bitcoinThresholdSigner/thresholdSignatureRequest.d.mts +2 -2
  29. package/dist/100/bitcoinThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
  30. package/dist/100/bitcoinThresholdSigner/thresholdSignatureSuccess.d.mts +2 -2
  31. package/dist/100/common.d.cts +241 -241
  32. package/dist/100/common.d.mts +241 -241
  33. package/dist/100/environment/runtimeSafeModeUpdated.d.cts +12 -12
  34. package/dist/100/environment/runtimeSafeModeUpdated.d.mts +12 -12
  35. package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.d.cts +28 -28
  36. package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.d.mts +28 -28
  37. package/dist/100/ethereumBroadcaster/transactionFeeDeficitRecorded.d.cts +2 -2
  38. package/dist/100/ethereumBroadcaster/transactionFeeDeficitRecorded.d.mts +2 -2
  39. package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.cts +16 -16
  40. package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.mts +16 -16
  41. package/dist/100/ethereumIngressEgress/depositIgnored.d.cts +2 -2
  42. package/dist/100/ethereumIngressEgress/depositIgnored.d.mts +2 -2
  43. package/dist/100/ethereumIngressEgress/depositReceived.d.cts +2 -2
  44. package/dist/100/ethereumIngressEgress/depositReceived.d.mts +2 -2
  45. package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.cts +20 -20
  46. package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.mts +20 -20
  47. package/dist/100/ethereumIngressEgress/egressScheduled.d.cts +2 -2
  48. package/dist/100/ethereumIngressEgress/egressScheduled.d.mts +2 -2
  49. package/dist/100/ethereumIngressEgress/vaultTransferFailed.d.cts +2 -2
  50. package/dist/100/ethereumIngressEgress/vaultTransferFailed.d.mts +2 -2
  51. package/dist/100/ethereumThresholdSigner/failureReportProcessed.d.cts +2 -2
  52. package/dist/100/ethereumThresholdSigner/failureReportProcessed.d.mts +2 -2
  53. package/dist/100/ethereumThresholdSigner/retryRequested.d.cts +2 -2
  54. package/dist/100/ethereumThresholdSigner/retryRequested.d.mts +2 -2
  55. package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.d.cts +30 -30
  56. package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.d.mts +30 -30
  57. package/dist/100/ethereumThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
  58. package/dist/100/ethereumThresholdSigner/thresholdSignatureFailed.d.mts +2 -2
  59. package/dist/100/ethereumThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
  60. package/dist/100/ethereumThresholdSigner/thresholdSignatureRequest.d.mts +2 -2
  61. package/dist/100/ethereumThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
  62. package/dist/100/ethereumThresholdSigner/thresholdSignatureSuccess.d.mts +2 -2
  63. package/dist/100/flip/remainingImbalance.d.cts +22 -22
  64. package/dist/100/flip/remainingImbalance.d.mts +22 -22
  65. package/dist/100/funding/boundExecutorAddress.d.cts +2 -2
  66. package/dist/100/funding/boundExecutorAddress.d.mts +2 -2
  67. package/dist/100/funding/boundRedeemAddress.d.cts +2 -2
  68. package/dist/100/funding/boundRedeemAddress.d.mts +2 -2
  69. package/dist/100/funding/funded.d.cts +2 -2
  70. package/dist/100/funding/funded.d.mts +2 -2
  71. package/dist/100/funding/redemptionRequested.d.cts +2 -2
  72. package/dist/100/funding/redemptionRequested.d.mts +2 -2
  73. package/dist/100/governance/failedExecution.d.cts +8 -8
  74. package/dist/100/governance/failedExecution.d.mts +8 -8
  75. package/dist/100/governance/govKeyCallExecutionFailed.d.cts +16 -16
  76. package/dist/100/governance/govKeyCallExecutionFailed.d.mts +16 -16
  77. package/dist/100/liquidityPools/limitOrderUpdated.d.cts +10 -10
  78. package/dist/100/liquidityPools/limitOrderUpdated.d.mts +10 -10
  79. package/dist/100/liquidityPools/rangeOrderUpdated.d.cts +16 -16
  80. package/dist/100/liquidityPools/rangeOrderUpdated.d.mts +16 -16
  81. package/dist/100/liquidityProvider/accountCredited.d.cts +2 -2
  82. package/dist/100/liquidityProvider/accountCredited.d.mts +2 -2
  83. package/dist/100/liquidityProvider/accountDebited.d.cts +2 -2
  84. package/dist/100/liquidityProvider/accountDebited.d.mts +2 -2
  85. package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.cts +6 -6
  86. package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.mts +6 -6
  87. package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.cts +44 -44
  88. package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.mts +44 -44
  89. package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.cts +10 -10
  90. package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.mts +10 -10
  91. package/dist/100/polkadotBroadcaster/broadcastCallbackExecuted.d.cts +28 -28
  92. package/dist/100/polkadotBroadcaster/broadcastCallbackExecuted.d.mts +28 -28
  93. package/dist/100/polkadotBroadcaster/transactionFeeDeficitRecorded.d.cts +2 -2
  94. package/dist/100/polkadotBroadcaster/transactionFeeDeficitRecorded.d.mts +2 -2
  95. package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.cts +16 -16
  96. package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.mts +16 -16
  97. package/dist/100/polkadotIngressEgress/depositIgnored.d.cts +2 -2
  98. package/dist/100/polkadotIngressEgress/depositIgnored.d.mts +2 -2
  99. package/dist/100/polkadotIngressEgress/depositReceived.d.cts +2 -2
  100. package/dist/100/polkadotIngressEgress/depositReceived.d.mts +2 -2
  101. package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.cts +20 -20
  102. package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.mts +20 -20
  103. package/dist/100/polkadotIngressEgress/egressScheduled.d.cts +2 -2
  104. package/dist/100/polkadotIngressEgress/egressScheduled.d.mts +2 -2
  105. package/dist/100/polkadotIngressEgress/vaultTransferFailed.d.cts +2 -2
  106. package/dist/100/polkadotIngressEgress/vaultTransferFailed.d.mts +2 -2
  107. package/dist/100/polkadotThresholdSigner/failureReportProcessed.d.cts +2 -2
  108. package/dist/100/polkadotThresholdSigner/failureReportProcessed.d.mts +2 -2
  109. package/dist/100/polkadotThresholdSigner/retryRequested.d.cts +2 -2
  110. package/dist/100/polkadotThresholdSigner/retryRequested.d.mts +2 -2
  111. package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.d.cts +30 -30
  112. package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.d.mts +30 -30
  113. package/dist/100/polkadotThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
  114. package/dist/100/polkadotThresholdSigner/thresholdSignatureFailed.d.mts +2 -2
  115. package/dist/100/polkadotThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
  116. package/dist/100/polkadotThresholdSigner/thresholdSignatureRequest.d.mts +2 -2
  117. package/dist/100/polkadotThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
  118. package/dist/100/polkadotThresholdSigner/thresholdSignatureSuccess.d.mts +2 -2
  119. package/dist/100/reputation/offencePenalty.d.cts +2 -2
  120. package/dist/100/reputation/offencePenalty.d.mts +2 -2
  121. package/dist/100/swapping/batchSwapFailed.d.cts +2 -2
  122. package/dist/100/swapping/batchSwapFailed.d.mts +2 -2
  123. package/dist/100/swapping/ccmDepositReceived.d.cts +62 -62
  124. package/dist/100/swapping/ccmDepositReceived.d.mts +62 -62
  125. package/dist/100/swapping/ccmFailed.d.cts +66 -66
  126. package/dist/100/swapping/ccmFailed.d.mts +66 -66
  127. package/dist/100/swapping/minimumSwapAmountSet.d.cts +2 -2
  128. package/dist/100/swapping/minimumSwapAmountSet.d.mts +2 -2
  129. package/dist/100/swapping/swapAmountTooLow.d.cts +11 -11
  130. package/dist/100/swapping/swapAmountTooLow.d.mts +11 -11
  131. package/dist/100/swapping/swapDepositAddressReady.d.cts +8 -8
  132. package/dist/100/swapping/swapDepositAddressReady.d.mts +8 -8
  133. package/dist/100/swapping/swapEgressScheduled.d.cts +2 -2
  134. package/dist/100/swapping/swapEgressScheduled.d.mts +2 -2
  135. package/dist/100/swapping/swapExecuted.d.cts +2 -2
  136. package/dist/100/swapping/swapExecuted.d.mts +2 -2
  137. package/dist/100/swapping/swapScheduled.d.cts +89 -89
  138. package/dist/100/swapping/swapScheduled.d.mts +89 -89
  139. package/dist/100/swapping/withdrawalRequested.d.cts +8 -8
  140. package/dist/100/swapping/withdrawalRequested.d.mts +8 -8
  141. package/dist/100/system/extrinsicFailed.d.cts +16 -16
  142. package/dist/100/system/extrinsicFailed.d.mts +16 -16
  143. package/dist/100/tokenholderGovernance/proposalEnacted.d.cts +8 -8
  144. package/dist/100/tokenholderGovernance/proposalEnacted.d.mts +8 -8
  145. package/dist/100/tokenholderGovernance/proposalPassed.d.cts +8 -8
  146. package/dist/100/tokenholderGovernance/proposalPassed.d.mts +8 -8
  147. package/dist/100/tokenholderGovernance/proposalRejected.d.cts +8 -8
  148. package/dist/100/tokenholderGovernance/proposalRejected.d.mts +8 -8
  149. package/dist/100/tokenholderGovernance/proposalSubmitted.d.cts +8 -8
  150. package/dist/100/tokenholderGovernance/proposalSubmitted.d.mts +8 -8
  151. package/dist/100/validator/rotationPhaseUpdated.d.cts +20 -20
  152. package/dist/100/validator/rotationPhaseUpdated.d.mts +20 -20
  153. package/dist/100/witnesser/witnessExecutionFailed.d.cts +16 -16
  154. package/dist/100/witnesser/witnessExecutionFailed.d.mts +16 -16
  155. package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.cts +107 -107
  156. package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.mts +107 -107
  157. package/dist/11000/arbitrumIngressEgress/depositFailed.d.cts +161 -161
  158. package/dist/11000/arbitrumIngressEgress/depositFailed.d.mts +161 -161
  159. package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +103 -103
  160. package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +103 -103
  161. package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.cts +107 -107
  162. package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.mts +107 -107
  163. package/dist/11000/assethubIngressEgress/depositFailed.d.cts +161 -161
  164. package/dist/11000/assethubIngressEgress/depositFailed.d.mts +161 -161
  165. package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +103 -103
  166. package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.mts +103 -103
  167. package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.cts +107 -107
  168. package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.mts +107 -107
  169. package/dist/11000/bitcoinIngressEgress/depositFailed.d.cts +291 -291
  170. package/dist/11000/bitcoinIngressEgress/depositFailed.d.mts +291 -291
  171. package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +103 -103
  172. package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +103 -103
  173. package/dist/11000/bitcoinIngressEgress/invalidCcmRefunded.d.cts +20 -20
  174. package/dist/11000/bitcoinIngressEgress/invalidCcmRefunded.d.mts +20 -20
  175. package/dist/11000/common.d.cts +2163 -2163
  176. package/dist/11000/common.d.mts +2163 -2163
  177. package/dist/11000/environment/runtimeSafeModeUpdated.d.cts +12 -12
  178. package/dist/11000/environment/runtimeSafeModeUpdated.d.mts +12 -12
  179. package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.d.cts +107 -107
  180. package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.d.mts +107 -107
  181. package/dist/11000/ethereumIngressEgress/depositFailed.d.cts +161 -161
  182. package/dist/11000/ethereumIngressEgress/depositFailed.d.mts +161 -161
  183. package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +103 -103
  184. package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +103 -103
  185. package/dist/11000/lendingPools/boostFundsAdded.d.cts +2 -2
  186. package/dist/11000/lendingPools/boostFundsAdded.d.mts +2 -2
  187. package/dist/11000/lendingPools/stoppedBoosting.d.cts +2 -2
  188. package/dist/11000/lendingPools/stoppedBoosting.d.mts +2 -2
  189. package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.cts +107 -107
  190. package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.mts +107 -107
  191. package/dist/11000/polkadotIngressEgress/depositFailed.d.cts +161 -161
  192. package/dist/11000/polkadotIngressEgress/depositFailed.d.mts +161 -161
  193. package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +103 -103
  194. package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +103 -103
  195. package/dist/11000/solanaElections/unknownElection.d.cts +4 -4
  196. package/dist/11000/solanaElections/unknownElection.d.mts +4 -4
  197. package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.cts +107 -107
  198. package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.mts +107 -107
  199. package/dist/11000/solanaIngressEgress/depositFailed.d.cts +161 -161
  200. package/dist/11000/solanaIngressEgress/depositFailed.d.mts +161 -161
  201. package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +103 -103
  202. package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +103 -103
  203. package/dist/11000/swapping/refundEgressScheduled.d.cts +6 -6
  204. package/dist/11000/swapping/refundEgressScheduled.d.mts +6 -6
  205. package/dist/11000/swapping/swapDepositAddressReady.d.cts +39 -39
  206. package/dist/11000/swapping/swapDepositAddressReady.d.mts +39 -39
  207. package/dist/11000/swapping/swapRequested.d.cts +90 -90
  208. package/dist/11000/swapping/swapRequested.d.mts +90 -90
  209. package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.cts +22 -22
  210. package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.mts +22 -22
  211. package/dist/111/common.d.cts +30 -30
  212. package/dist/111/common.d.mts +30 -30
  213. package/dist/111/ethereumIngressEgress/transferFallbackRequested.d.cts +2 -2
  214. package/dist/111/ethereumIngressEgress/transferFallbackRequested.d.mts +2 -2
  215. package/dist/111/liquidityPools/limitOrderUpdated.d.cts +21 -21
  216. package/dist/111/liquidityPools/limitOrderUpdated.d.mts +21 -21
  217. package/dist/111/liquidityPools/newPoolCreated.d.cts +12 -12
  218. package/dist/111/liquidityPools/newPoolCreated.d.mts +12 -12
  219. package/dist/111/liquidityPools/poolFeeSet.d.cts +12 -12
  220. package/dist/111/liquidityPools/poolFeeSet.d.mts +12 -12
  221. package/dist/111/liquidityPools/rangeOrderUpdated.d.cts +21 -21
  222. package/dist/111/liquidityPools/rangeOrderUpdated.d.mts +21 -21
  223. package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.cts +16 -16
  224. package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.mts +16 -16
  225. package/dist/111/polkadotIngressEgress/transferFallbackRequested.d.cts +2 -2
  226. package/dist/111/polkadotIngressEgress/transferFallbackRequested.d.mts +2 -2
  227. package/dist/11100/arbitrumIngressEgress/depositFailed.d.cts +11 -11
  228. package/dist/11100/arbitrumIngressEgress/depositFailed.d.mts +11 -11
  229. package/dist/11100/assethubIngressEgress/depositFailed.d.cts +11 -11
  230. package/dist/11100/assethubIngressEgress/depositFailed.d.mts +11 -11
  231. package/dist/11100/bitcoinIngressEgress/depositFailed.d.cts +14 -14
  232. package/dist/11100/bitcoinIngressEgress/depositFailed.d.mts +14 -14
  233. package/dist/11100/common.d.cts +93 -93
  234. package/dist/11100/common.d.mts +93 -93
  235. package/dist/11100/environment/runtimeSafeModeUpdated.d.cts +30 -30
  236. package/dist/11100/environment/runtimeSafeModeUpdated.d.mts +30 -30
  237. package/dist/11100/ethereumIngressEgress/depositFailed.d.cts +11 -11
  238. package/dist/11100/ethereumIngressEgress/depositFailed.d.mts +11 -11
  239. package/dist/11100/funding/sCCallCannotBeDecoded.d.cts +2 -2
  240. package/dist/11100/funding/sCCallCannotBeDecoded.d.mts +2 -2
  241. package/dist/11100/funding/sCCallCannotBeExecuted.d.cts +8 -8
  242. package/dist/11100/funding/sCCallCannotBeExecuted.d.mts +8 -8
  243. package/dist/11100/funding/sCCallExecuted.d.cts +8 -8
  244. package/dist/11100/funding/sCCallExecuted.d.mts +8 -8
  245. package/dist/11100/lendingPools/lendingFundsAdded.d.cts +4 -4
  246. package/dist/11100/lendingPools/lendingFundsAdded.d.mts +4 -4
  247. package/dist/11100/lendingPools/lendingFundsRemoved.d.cts +2 -2
  248. package/dist/11100/lendingPools/lendingFundsRemoved.d.mts +2 -2
  249. package/dist/11100/lendingPools/loanCreated.d.cts +3 -3
  250. package/dist/11100/lendingPools/loanCreated.d.mts +3 -3
  251. package/dist/11100/polkadotIngressEgress/depositFailed.d.cts +11 -11
  252. package/dist/11100/polkadotIngressEgress/depositFailed.d.mts +11 -11
  253. package/dist/11100/solanaIngressEgress/depositFailed.d.cts +11 -11
  254. package/dist/11100/solanaIngressEgress/depositFailed.d.mts +11 -11
  255. package/dist/11100/swapping/swapAborted.d.cts +2 -2
  256. package/dist/11100/swapping/swapAborted.d.mts +2 -2
  257. package/dist/11100/swapping/swapRescheduled.d.cts +3 -3
  258. package/dist/11100/swapping/swapRescheduled.d.mts +3 -3
  259. package/dist/11200/arbitrumIngressEgress/depositBoosted.d.cts +8 -8
  260. package/dist/11200/arbitrumIngressEgress/depositBoosted.d.mts +8 -8
  261. package/dist/11200/arbitrumIngressEgress/depositFailed.d.cts +160 -160
  262. package/dist/11200/arbitrumIngressEgress/depositFailed.d.mts +160 -160
  263. package/dist/11200/arbitrumIngressEgress/depositFinalised.d.cts +6 -6
  264. package/dist/11200/arbitrumIngressEgress/depositFinalised.d.mts +6 -6
  265. package/dist/11200/assethubIngressEgress/depositBoosted.d.cts +8 -8
  266. package/dist/11200/assethubIngressEgress/depositBoosted.d.mts +8 -8
  267. package/dist/11200/assethubIngressEgress/depositFailed.d.cts +178 -178
  268. package/dist/11200/assethubIngressEgress/depositFailed.d.mts +178 -178
  269. package/dist/11200/assethubIngressEgress/depositFinalised.d.cts +6 -6
  270. package/dist/11200/assethubIngressEgress/depositFinalised.d.mts +6 -6
  271. package/dist/11200/bitcoinIngressEgress/channelRejectionRequestReceived.d.cts +20 -20
  272. package/dist/11200/bitcoinIngressEgress/channelRejectionRequestReceived.d.mts +20 -20
  273. package/dist/11200/bitcoinIngressEgress/depositBoosted.d.cts +28 -28
  274. package/dist/11200/bitcoinIngressEgress/depositBoosted.d.mts +28 -28
  275. package/dist/11200/bitcoinIngressEgress/depositFailed.d.cts +290 -290
  276. package/dist/11200/bitcoinIngressEgress/depositFailed.d.mts +290 -290
  277. package/dist/11200/bitcoinIngressEgress/depositFinalised.d.cts +26 -26
  278. package/dist/11200/bitcoinIngressEgress/depositFinalised.d.mts +26 -26
  279. package/dist/11200/common.d.cts +2579 -2579
  280. package/dist/11200/common.d.mts +2579 -2579
  281. package/dist/11200/environment/runtimeSafeModeUpdated.d.cts +12 -12
  282. package/dist/11200/environment/runtimeSafeModeUpdated.d.mts +12 -12
  283. package/dist/11200/ethereumIngressEgress/depositBoosted.d.cts +8 -8
  284. package/dist/11200/ethereumIngressEgress/depositBoosted.d.mts +8 -8
  285. package/dist/11200/ethereumIngressEgress/depositFailed.d.cts +160 -160
  286. package/dist/11200/ethereumIngressEgress/depositFailed.d.mts +160 -160
  287. package/dist/11200/ethereumIngressEgress/depositFinalised.d.cts +6 -6
  288. package/dist/11200/ethereumIngressEgress/depositFinalised.d.mts +6 -6
  289. package/dist/11200/polkadotIngressEgress/depositBoosted.d.cts +8 -8
  290. package/dist/11200/polkadotIngressEgress/depositBoosted.d.mts +8 -8
  291. package/dist/11200/polkadotIngressEgress/depositFailed.d.cts +178 -178
  292. package/dist/11200/polkadotIngressEgress/depositFailed.d.mts +178 -178
  293. package/dist/11200/polkadotIngressEgress/depositFinalised.d.cts +6 -6
  294. package/dist/11200/polkadotIngressEgress/depositFinalised.d.mts +6 -6
  295. package/dist/11200/solanaIngressEgress/depositBoosted.d.cts +16 -16
  296. package/dist/11200/solanaIngressEgress/depositBoosted.d.mts +16 -16
  297. package/dist/11200/solanaIngressEgress/depositFailed.d.cts +192 -192
  298. package/dist/11200/solanaIngressEgress/depositFailed.d.mts +192 -192
  299. package/dist/11200/solanaIngressEgress/depositFinalised.d.cts +14 -14
  300. package/dist/11200/solanaIngressEgress/depositFinalised.d.mts +14 -14
  301. package/dist/11200/solanaIngressEgress/transactionRejectedByBroker.d.cts +8 -8
  302. package/dist/11200/solanaIngressEgress/transactionRejectedByBroker.d.mts +8 -8
  303. package/dist/11200/solanaIngressEgress/transactionRejectionFailed.d.cts +8 -8
  304. package/dist/11200/solanaIngressEgress/transactionRejectionFailed.d.mts +8 -8
  305. package/dist/11200/swapping/swapRequested.d.cts +364 -364
  306. package/dist/11200/swapping/swapRequested.d.mts +364 -364
  307. package/dist/120/bitcoinIngressEgress/depositIgnored.d.cts +10 -10
  308. package/dist/120/bitcoinIngressEgress/depositIgnored.d.mts +10 -10
  309. package/dist/120/bitcoinIngressEgress/depositReceived.d.cts +6 -6
  310. package/dist/120/bitcoinIngressEgress/depositReceived.d.mts +6 -6
  311. package/dist/120/common.d.cts +4 -4
  312. package/dist/120/common.d.mts +4 -4
  313. package/dist/120/emissions/backupRewardsDistributed.d.cts +2 -2
  314. package/dist/120/emissions/backupRewardsDistributed.d.mts +2 -2
  315. package/dist/120/emissions/networkFeeBurned.d.cts +2 -2
  316. package/dist/120/emissions/networkFeeBurned.d.mts +2 -2
  317. package/dist/120/ethereumIngressEgress/depositIgnored.d.cts +2 -2
  318. package/dist/120/ethereumIngressEgress/depositIgnored.d.mts +2 -2
  319. package/dist/120/ethereumIngressEgress/depositReceived.d.cts +2 -2
  320. package/dist/120/ethereumIngressEgress/depositReceived.d.mts +2 -2
  321. package/dist/120/liquidityProvider/liquidityDepositCredited.d.cts +7 -7
  322. package/dist/120/liquidityProvider/liquidityDepositCredited.d.mts +7 -7
  323. package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.cts +10 -10
  324. package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.mts +10 -10
  325. package/dist/120/polkadotIngressEgress/depositIgnored.d.cts +2 -2
  326. package/dist/120/polkadotIngressEgress/depositIgnored.d.mts +2 -2
  327. package/dist/120/polkadotIngressEgress/depositReceived.d.cts +2 -2
  328. package/dist/120/polkadotIngressEgress/depositReceived.d.mts +2 -2
  329. package/dist/120/swapping/ccmFailed.d.cts +4 -4
  330. package/dist/120/swapping/ccmFailed.d.mts +4 -4
  331. package/dist/120/swapping/swapEgressIgnored.d.cts +6 -6
  332. package/dist/120/swapping/swapEgressIgnored.d.mts +6 -6
  333. package/dist/120/swapping/swapEgressScheduled.d.cts +10 -10
  334. package/dist/120/swapping/swapEgressScheduled.d.mts +10 -10
  335. package/dist/120/swapping/swapExecuted.d.cts +14 -14
  336. package/dist/120/swapping/swapExecuted.d.mts +14 -14
  337. package/dist/120/swapping/withdrawalRequested.d.cts +4 -4
  338. package/dist/120/swapping/withdrawalRequested.d.mts +4 -4
  339. package/dist/131/bitcoinIngressEgress/depositIgnored.d.cts +24 -24
  340. package/dist/131/bitcoinIngressEgress/depositIgnored.d.mts +24 -24
  341. package/dist/131/bitcoinIngressEgress/depositReceived.d.cts +20 -20
  342. package/dist/131/bitcoinIngressEgress/depositReceived.d.mts +20 -20
  343. package/dist/131/bitcoinIngressEgress/depositWitnessRejected.d.cts +46 -46
  344. package/dist/131/bitcoinIngressEgress/depositWitnessRejected.d.mts +46 -46
  345. package/dist/131/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
  346. package/dist/131/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +28 -28
  347. package/dist/131/common.d.cts +201 -201
  348. package/dist/131/common.d.mts +201 -201
  349. package/dist/131/environment/runtimeSafeModeUpdated.d.cts +12 -12
  350. package/dist/131/environment/runtimeSafeModeUpdated.d.mts +12 -12
  351. package/dist/131/ethereumIngressEgress/depositIgnored.d.cts +4 -4
  352. package/dist/131/ethereumIngressEgress/depositIgnored.d.mts +4 -4
  353. package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.cts +16 -16
  354. package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.mts +16 -16
  355. package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
  356. package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +28 -28
  357. package/dist/131/ethereumIngressEgress/transferFallbackRequested.d.cts +2 -2
  358. package/dist/131/ethereumIngressEgress/transferFallbackRequested.d.mts +2 -2
  359. package/dist/131/liquidityPools/limitOrderUpdated.d.cts +8 -8
  360. package/dist/131/liquidityPools/limitOrderUpdated.d.mts +8 -8
  361. package/dist/131/liquidityPools/rangeOrderUpdated.d.cts +8 -8
  362. package/dist/131/liquidityPools/rangeOrderUpdated.d.mts +8 -8
  363. package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.cts +4 -4
  364. package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.mts +4 -4
  365. package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.cts +10 -10
  366. package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.mts +10 -10
  367. package/dist/131/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
  368. package/dist/131/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +28 -28
  369. package/dist/131/reputation/offencePenalty.d.cts +2 -2
  370. package/dist/131/reputation/offencePenalty.d.mts +2 -2
  371. package/dist/131/swapping/ccmFailed.d.cts +67 -67
  372. package/dist/131/swapping/ccmFailed.d.mts +67 -67
  373. package/dist/131/swapping/swapDepositAddressReady.d.cts +12 -12
  374. package/dist/131/swapping/swapDepositAddressReady.d.mts +12 -12
  375. package/dist/131/swapping/swapEgressIgnored.d.cts +22 -22
  376. package/dist/131/swapping/swapEgressIgnored.d.mts +22 -22
  377. package/dist/131/swapping/swapEgressScheduled.d.cts +2 -2
  378. package/dist/131/swapping/swapEgressScheduled.d.mts +2 -2
  379. package/dist/131/swapping/swapScheduled.d.cts +87 -87
  380. package/dist/131/swapping/swapScheduled.d.mts +87 -87
  381. package/dist/131/swapping/withdrawalRequested.d.cts +8 -8
  382. package/dist/131/swapping/withdrawalRequested.d.mts +8 -8
  383. package/dist/131/witnesser/prewitnessExecutionFailed.d.cts +16 -16
  384. package/dist/131/witnesser/prewitnessExecutionFailed.d.mts +16 -16
  385. package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.cts +28 -28
  386. package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.mts +28 -28
  387. package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.cts +16 -16
  388. package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.mts +16 -16
  389. package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.cts +16 -16
  390. package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.mts +16 -16
  391. package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
  392. package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +28 -28
  393. package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.cts +2 -2
  394. package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.mts +2 -2
  395. package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.cts +16 -16
  396. package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.mts +16 -16
  397. package/dist/141/bitcoinIngressEgress/depositBoosted.d.cts +20 -20
  398. package/dist/141/bitcoinIngressEgress/depositBoosted.d.mts +20 -20
  399. package/dist/141/bitcoinIngressEgress/depositFinalised.d.cts +20 -20
  400. package/dist/141/bitcoinIngressEgress/depositFinalised.d.mts +20 -20
  401. package/dist/141/common.d.cts +223 -223
  402. package/dist/141/common.d.mts +223 -223
  403. package/dist/141/environment/runtimeSafeModeUpdated.d.cts +12 -12
  404. package/dist/141/environment/runtimeSafeModeUpdated.d.mts +12 -12
  405. package/dist/141/ethereumIngressEgress/ccmEgressInvalid.d.cts +16 -16
  406. package/dist/141/ethereumIngressEgress/ccmEgressInvalid.d.mts +16 -16
  407. package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.cts +28 -28
  408. package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.mts +28 -28
  409. package/dist/141/liquidityPools/limitOrderUpdated.d.cts +8 -8
  410. package/dist/141/liquidityPools/limitOrderUpdated.d.mts +8 -8
  411. package/dist/141/liquidityPools/rangeOrderUpdated.d.cts +8 -8
  412. package/dist/141/liquidityPools/rangeOrderUpdated.d.mts +8 -8
  413. package/dist/141/liquidityProvider/accountCredited.d.cts +2 -2
  414. package/dist/141/liquidityProvider/accountCredited.d.mts +2 -2
  415. package/dist/141/liquidityProvider/accountDebited.d.cts +2 -2
  416. package/dist/141/liquidityProvider/accountDebited.d.mts +2 -2
  417. package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.cts +6 -6
  418. package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.mts +6 -6
  419. package/dist/141/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
  420. package/dist/141/liquidityProvider/liquidityDepositCredited.d.mts +2 -2
  421. package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.cts +48 -48
  422. package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.mts +48 -48
  423. package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.cts +4 -4
  424. package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.mts +4 -4
  425. package/dist/141/polkadotIngressEgress/ccmEgressInvalid.d.cts +16 -16
  426. package/dist/141/polkadotIngressEgress/ccmEgressInvalid.d.mts +16 -16
  427. package/dist/141/swapping/ccmDepositReceived.d.cts +68 -68
  428. package/dist/141/swapping/ccmDepositReceived.d.mts +68 -68
  429. package/dist/141/swapping/ccmFailed.d.cts +73 -73
  430. package/dist/141/swapping/ccmFailed.d.mts +73 -73
  431. package/dist/141/swapping/swapDepositAddressReady.d.cts +10 -10
  432. package/dist/141/swapping/swapDepositAddressReady.d.mts +10 -10
  433. package/dist/141/swapping/swapEgressIgnored.d.cts +16 -16
  434. package/dist/141/swapping/swapEgressIgnored.d.mts +16 -16
  435. package/dist/141/swapping/swapExecuted.d.cts +76 -76
  436. package/dist/141/swapping/swapExecuted.d.mts +76 -76
  437. package/dist/141/swapping/swapScheduled.d.cts +85 -85
  438. package/dist/141/swapping/swapScheduled.d.mts +85 -85
  439. package/dist/141/swapping/withdrawalRequested.d.cts +4 -4
  440. package/dist/141/swapping/withdrawalRequested.d.mts +4 -4
  441. package/dist/141/tokenholderGovernance/proposalEnacted.d.cts +8 -8
  442. package/dist/141/tokenholderGovernance/proposalEnacted.d.mts +8 -8
  443. package/dist/141/tokenholderGovernance/proposalPassed.d.cts +8 -8
  444. package/dist/141/tokenholderGovernance/proposalPassed.d.mts +8 -8
  445. package/dist/141/tokenholderGovernance/proposalRejected.d.cts +8 -8
  446. package/dist/141/tokenholderGovernance/proposalRejected.d.mts +8 -8
  447. package/dist/141/tokenholderGovernance/proposalSubmitted.d.cts +8 -8
  448. package/dist/141/tokenholderGovernance/proposalSubmitted.d.mts +8 -8
  449. package/dist/141/validator/rotationPhaseUpdated.d.cts +20 -20
  450. package/dist/141/validator/rotationPhaseUpdated.d.mts +20 -20
  451. package/dist/150/arbitrumIngressEgress/depositBoosted.d.cts +2 -2
  452. package/dist/150/arbitrumIngressEgress/depositBoosted.d.mts +2 -2
  453. package/dist/150/arbitrumIngressEgress/depositIgnored.d.cts +4 -4
  454. package/dist/150/arbitrumIngressEgress/depositIgnored.d.mts +4 -4
  455. package/dist/150/assetBalances/refundSkipped.d.cts +47 -47
  456. package/dist/150/assetBalances/refundSkipped.d.mts +47 -47
  457. package/dist/150/bitcoinIngressEgress/depositBoosted.d.cts +2 -2
  458. package/dist/150/bitcoinIngressEgress/depositBoosted.d.mts +2 -2
  459. package/dist/150/ethereumIngressEgress/depositBoosted.d.cts +2 -2
  460. package/dist/150/ethereumIngressEgress/depositBoosted.d.mts +2 -2
  461. package/dist/150/ethereumIngressEgress/depositIgnored.d.cts +4 -4
  462. package/dist/150/ethereumIngressEgress/depositIgnored.d.mts +4 -4
  463. package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.cts +2 -2
  464. package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.mts +2 -2
  465. package/dist/150/polkadotIngressEgress/depositBoosted.d.cts +2 -2
  466. package/dist/150/polkadotIngressEgress/depositBoosted.d.mts +2 -2
  467. package/dist/150/polkadotIngressEgress/depositIgnored.d.cts +4 -4
  468. package/dist/150/polkadotIngressEgress/depositIgnored.d.mts +4 -4
  469. package/dist/150/solanaIngressEgress/depositBoosted.d.cts +2 -2
  470. package/dist/150/solanaIngressEgress/depositBoosted.d.mts +2 -2
  471. package/dist/150/solanaIngressEgress/depositIgnored.d.cts +4 -4
  472. package/dist/150/solanaIngressEgress/depositIgnored.d.mts +4 -4
  473. package/dist/150/solanaThresholdSigner/failureReportProcessed.d.cts +2 -2
  474. package/dist/150/solanaThresholdSigner/failureReportProcessed.d.mts +2 -2
  475. package/dist/150/solanaThresholdSigner/retryRequested.d.cts +2 -2
  476. package/dist/150/solanaThresholdSigner/retryRequested.d.mts +2 -2
  477. package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
  478. package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.mts +2 -2
  479. package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
  480. package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.mts +2 -2
  481. package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
  482. package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.mts +2 -2
  483. package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
  484. package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.mts +2 -2
  485. package/dist/150/swapping/ccmDepositReceived.d.cts +2 -2
  486. package/dist/150/swapping/ccmDepositReceived.d.mts +2 -2
  487. package/dist/150/swapping/ccmFailed.d.cts +36 -36
  488. package/dist/150/swapping/ccmFailed.d.mts +36 -36
  489. package/dist/150/swapping/refundEgressIgnored.d.cts +8 -8
  490. package/dist/150/swapping/refundEgressIgnored.d.mts +8 -8
  491. package/dist/150/swapping/swapEgressIgnored.d.cts +8 -8
  492. package/dist/150/swapping/swapEgressIgnored.d.mts +8 -8
  493. package/dist/150/swapping/swapExecuted.d.cts +6 -6
  494. package/dist/150/swapping/swapExecuted.d.mts +6 -6
  495. package/dist/150/swapping/swapScheduled.d.cts +38 -38
  496. package/dist/150/swapping/swapScheduled.d.mts +38 -38
  497. package/dist/150/swapping/withdrawalRequested.d.cts +2 -2
  498. package/dist/150/swapping/withdrawalRequested.d.mts +2 -2
  499. package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.cts +14 -14
  500. package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.mts +14 -14
  501. package/dist/160/arbitrumIngressEgress/depositBoosted.d.cts +8 -8
  502. package/dist/160/arbitrumIngressEgress/depositBoosted.d.mts +8 -8
  503. package/dist/160/arbitrumIngressEgress/depositFinalised.d.cts +6 -6
  504. package/dist/160/arbitrumIngressEgress/depositFinalised.d.mts +6 -6
  505. package/dist/160/assetBalances/accountCredited.d.cts +8 -8
  506. package/dist/160/assetBalances/accountCredited.d.mts +8 -8
  507. package/dist/160/assetBalances/accountDebited.d.cts +8 -8
  508. package/dist/160/assetBalances/accountDebited.d.mts +8 -8
  509. package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.cts +14 -14
  510. package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.mts +14 -14
  511. package/dist/160/bitcoinIngressEgress/depositBoosted.d.cts +8 -8
  512. package/dist/160/bitcoinIngressEgress/depositBoosted.d.mts +8 -8
  513. package/dist/160/bitcoinIngressEgress/depositFinalised.d.cts +6 -6
  514. package/dist/160/bitcoinIngressEgress/depositFinalised.d.mts +6 -6
  515. package/dist/160/common.d.cts +98 -98
  516. package/dist/160/common.d.mts +98 -98
  517. package/dist/160/environment/runtimeSafeModeUpdated.d.cts +28 -28
  518. package/dist/160/environment/runtimeSafeModeUpdated.d.mts +28 -28
  519. package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.cts +14 -14
  520. package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.mts +14 -14
  521. package/dist/160/ethereumIngressEgress/depositBoosted.d.cts +8 -8
  522. package/dist/160/ethereumIngressEgress/depositBoosted.d.mts +8 -8
  523. package/dist/160/ethereumIngressEgress/depositFinalised.d.cts +6 -6
  524. package/dist/160/ethereumIngressEgress/depositFinalised.d.mts +6 -6
  525. package/dist/160/liquidityPools/assetSwapped.d.cts +12 -12
  526. package/dist/160/liquidityPools/assetSwapped.d.mts +12 -12
  527. package/dist/160/liquidityPools/limitOrderUpdated.d.cts +12 -12
  528. package/dist/160/liquidityPools/limitOrderUpdated.d.mts +12 -12
  529. package/dist/160/liquidityPools/newPoolCreated.d.cts +12 -12
  530. package/dist/160/liquidityPools/newPoolCreated.d.mts +12 -12
  531. package/dist/160/liquidityPools/orderDeletionFailed.d.cts +32 -32
  532. package/dist/160/liquidityPools/orderDeletionFailed.d.mts +32 -32
  533. package/dist/160/liquidityPools/poolFeeSet.d.cts +12 -12
  534. package/dist/160/liquidityPools/poolFeeSet.d.mts +12 -12
  535. package/dist/160/liquidityPools/rangeOrderUpdated.d.cts +24 -24
  536. package/dist/160/liquidityPools/rangeOrderUpdated.d.mts +24 -24
  537. package/dist/160/liquidityProvider/assetTransferred.d.cts +6 -6
  538. package/dist/160/liquidityProvider/assetTransferred.d.mts +6 -6
  539. package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.cts +7 -7
  540. package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.mts +7 -7
  541. package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.cts +10 -10
  542. package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.mts +10 -10
  543. package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.cts +14 -14
  544. package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.mts +14 -14
  545. package/dist/160/polkadotIngressEgress/depositBoosted.d.cts +8 -8
  546. package/dist/160/polkadotIngressEgress/depositBoosted.d.mts +8 -8
  547. package/dist/160/polkadotIngressEgress/depositFinalised.d.cts +6 -6
  548. package/dist/160/polkadotIngressEgress/depositFinalised.d.mts +6 -6
  549. package/dist/160/solanaIngressEgress/boostFundsAdded.d.cts +2 -2
  550. package/dist/160/solanaIngressEgress/boostFundsAdded.d.mts +2 -2
  551. package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.cts +14 -14
  552. package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.mts +14 -14
  553. package/dist/160/solanaIngressEgress/depositBoosted.d.cts +6 -6
  554. package/dist/160/solanaIngressEgress/depositBoosted.d.mts +6 -6
  555. package/dist/160/solanaIngressEgress/depositFetchesScheduled.d.cts +2 -2
  556. package/dist/160/solanaIngressEgress/depositFetchesScheduled.d.mts +2 -2
  557. package/dist/160/solanaIngressEgress/depositFinalised.d.cts +4 -4
  558. package/dist/160/solanaIngressEgress/depositFinalised.d.mts +4 -4
  559. package/dist/160/solanaIngressEgress/depositWitnessRejected.d.cts +8 -8
  560. package/dist/160/solanaIngressEgress/depositWitnessRejected.d.mts +8 -8
  561. package/dist/160/solanaIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
  562. package/dist/160/solanaIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
  563. package/dist/160/solanaIngressEgress/stoppedBoosting.d.cts +2 -2
  564. package/dist/160/solanaIngressEgress/stoppedBoosting.d.mts +2 -2
  565. package/dist/160/swapping/batchSwapFailed.d.cts +6 -6
  566. package/dist/160/swapping/batchSwapFailed.d.mts +6 -6
  567. package/dist/160/swapping/maximumSwapAmountSet.d.cts +6 -6
  568. package/dist/160/swapping/maximumSwapAmountSet.d.mts +6 -6
  569. package/dist/160/swapping/refundEgressIgnored.d.cts +15 -15
  570. package/dist/160/swapping/refundEgressIgnored.d.mts +15 -15
  571. package/dist/160/swapping/refundEgressScheduled.d.cts +11 -11
  572. package/dist/160/swapping/refundEgressScheduled.d.mts +11 -11
  573. package/dist/160/swapping/swapAmountConfiscated.d.cts +7 -7
  574. package/dist/160/swapping/swapAmountConfiscated.d.mts +7 -7
  575. package/dist/160/swapping/swapDepositAddressReady.d.cts +14 -14
  576. package/dist/160/swapping/swapDepositAddressReady.d.mts +14 -14
  577. package/dist/160/swapping/swapEgressIgnored.d.cts +15 -15
  578. package/dist/160/swapping/swapEgressIgnored.d.mts +15 -15
  579. package/dist/160/swapping/swapEgressScheduled.d.cts +11 -11
  580. package/dist/160/swapping/swapEgressScheduled.d.mts +11 -11
  581. package/dist/160/swapping/swapExecuted.d.cts +12 -12
  582. package/dist/160/swapping/swapExecuted.d.mts +12 -12
  583. package/dist/160/swapping/swapRequested.d.cts +16 -16
  584. package/dist/160/swapping/swapRequested.d.mts +16 -16
  585. package/dist/160/swapping/swapScheduled.d.cts +6 -6
  586. package/dist/160/swapping/swapScheduled.d.mts +6 -6
  587. package/dist/160/swapping/withdrawalRequested.d.cts +6 -6
  588. package/dist/160/swapping/withdrawalRequested.d.mts +6 -6
  589. package/dist/170/arbitrumIngressEgress/ccmFailed.d.cts +64 -64
  590. package/dist/170/arbitrumIngressEgress/ccmFailed.d.mts +64 -64
  591. package/dist/170/arbitrumIngressEgress/depositIgnored.d.cts +4 -4
  592. package/dist/170/arbitrumIngressEgress/depositIgnored.d.mts +4 -4
  593. package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
  594. package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +50 -50
  595. package/dist/170/arbitrumIngressEgress/transactionRejectedByBroker.d.cts +2 -2
  596. package/dist/170/arbitrumIngressEgress/transactionRejectedByBroker.d.mts +2 -2
  597. package/dist/170/bitcoinIngressEgress/ccmFailed.d.cts +64 -64
  598. package/dist/170/bitcoinIngressEgress/ccmFailed.d.mts +64 -64
  599. package/dist/170/bitcoinIngressEgress/depositBoosted.d.cts +32 -32
  600. package/dist/170/bitcoinIngressEgress/depositBoosted.d.mts +32 -32
  601. package/dist/170/bitcoinIngressEgress/depositFinalised.d.cts +28 -28
  602. package/dist/170/bitcoinIngressEgress/depositFinalised.d.mts +28 -28
  603. package/dist/170/bitcoinIngressEgress/depositIgnored.d.cts +24 -24
  604. package/dist/170/bitcoinIngressEgress/depositIgnored.d.mts +24 -24
  605. package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.cts +46 -46
  606. package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.mts +46 -46
  607. package/dist/170/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
  608. package/dist/170/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +50 -50
  609. package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.cts +2 -2
  610. package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.mts +2 -2
  611. package/dist/170/common.d.cts +144 -144
  612. package/dist/170/common.d.mts +144 -144
  613. package/dist/170/ethereumIngressEgress/ccmFailed.d.cts +64 -64
  614. package/dist/170/ethereumIngressEgress/ccmFailed.d.mts +64 -64
  615. package/dist/170/ethereumIngressEgress/depositIgnored.d.cts +4 -4
  616. package/dist/170/ethereumIngressEgress/depositIgnored.d.mts +4 -4
  617. package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
  618. package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +50 -50
  619. package/dist/170/ethereumIngressEgress/transactionRejectedByBroker.d.cts +2 -2
  620. package/dist/170/ethereumIngressEgress/transactionRejectedByBroker.d.mts +2 -2
  621. package/dist/170/polkadotIngressEgress/ccmFailed.d.cts +64 -64
  622. package/dist/170/polkadotIngressEgress/ccmFailed.d.mts +64 -64
  623. package/dist/170/polkadotIngressEgress/depositIgnored.d.cts +4 -4
  624. package/dist/170/polkadotIngressEgress/depositIgnored.d.mts +4 -4
  625. package/dist/170/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
  626. package/dist/170/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +50 -50
  627. package/dist/170/polkadotIngressEgress/transactionRejectedByBroker.d.cts +2 -2
  628. package/dist/170/polkadotIngressEgress/transactionRejectedByBroker.d.mts +2 -2
  629. package/dist/170/reputation/offencePenalty.d.cts +4 -4
  630. package/dist/170/reputation/offencePenalty.d.mts +4 -4
  631. package/dist/170/reputation/penaltyUpdated.d.cts +4 -4
  632. package/dist/170/reputation/penaltyUpdated.d.mts +4 -4
  633. package/dist/170/solanaIngressEgress/ccmFailed.d.cts +64 -64
  634. package/dist/170/solanaIngressEgress/ccmFailed.d.mts +64 -64
  635. package/dist/170/solanaIngressEgress/depositIgnored.d.cts +4 -4
  636. package/dist/170/solanaIngressEgress/depositIgnored.d.mts +4 -4
  637. package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
  638. package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +50 -50
  639. package/dist/170/swapping/minimumChunkSizeSet.d.cts +6 -6
  640. package/dist/170/swapping/minimumChunkSizeSet.d.mts +6 -6
  641. package/dist/170/swapping/swapRequested.d.cts +59 -59
  642. package/dist/170/swapping/swapRequested.d.mts +59 -59
  643. package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.cts +4 -4
  644. package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.mts +4 -4
  645. package/dist/180/arbitrumIngressEgress/depositBoosted.d.cts +2 -2
  646. package/dist/180/arbitrumIngressEgress/depositBoosted.d.mts +2 -2
  647. package/dist/180/arbitrumIngressEgress/depositFailed.d.cts +33 -33
  648. package/dist/180/arbitrumIngressEgress/depositFailed.d.mts +33 -33
  649. package/dist/180/arbitrumIngressEgress/depositFinalised.d.cts +2 -2
  650. package/dist/180/arbitrumIngressEgress/depositFinalised.d.mts +2 -2
  651. package/dist/180/arbitrumIngressEgress/transferFallbackRequested.d.cts +2 -2
  652. package/dist/180/arbitrumIngressEgress/transferFallbackRequested.d.mts +2 -2
  653. package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.cts +4 -4
  654. package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.mts +4 -4
  655. package/dist/180/bitcoinIngressEgress/depositBoosted.d.cts +2 -2
  656. package/dist/180/bitcoinIngressEgress/depositBoosted.d.mts +2 -2
  657. package/dist/180/bitcoinIngressEgress/depositFailed.d.cts +60 -60
  658. package/dist/180/bitcoinIngressEgress/depositFailed.d.mts +60 -60
  659. package/dist/180/bitcoinIngressEgress/depositFinalised.d.cts +2 -2
  660. package/dist/180/bitcoinIngressEgress/depositFinalised.d.mts +2 -2
  661. package/dist/180/bitcoinIngressEgress/transferFallbackRequested.d.cts +6 -6
  662. package/dist/180/bitcoinIngressEgress/transferFallbackRequested.d.mts +6 -6
  663. package/dist/180/common.d.cts +186 -186
  664. package/dist/180/common.d.mts +186 -186
  665. package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.cts +4 -4
  666. package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.mts +4 -4
  667. package/dist/180/ethereumIngressEgress/depositBoosted.d.cts +2 -2
  668. package/dist/180/ethereumIngressEgress/depositBoosted.d.mts +2 -2
  669. package/dist/180/ethereumIngressEgress/depositFailed.d.cts +33 -33
  670. package/dist/180/ethereumIngressEgress/depositFailed.d.mts +33 -33
  671. package/dist/180/ethereumIngressEgress/depositFinalised.d.cts +2 -2
  672. package/dist/180/ethereumIngressEgress/depositFinalised.d.mts +2 -2
  673. package/dist/180/ethereumIngressEgress/transferFallbackRequested.d.cts +2 -2
  674. package/dist/180/ethereumIngressEgress/transferFallbackRequested.d.mts +2 -2
  675. package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.cts +4 -4
  676. package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.mts +4 -4
  677. package/dist/180/polkadotIngressEgress/depositBoosted.d.cts +2 -2
  678. package/dist/180/polkadotIngressEgress/depositBoosted.d.mts +2 -2
  679. package/dist/180/polkadotIngressEgress/depositFailed.d.cts +36 -36
  680. package/dist/180/polkadotIngressEgress/depositFailed.d.mts +36 -36
  681. package/dist/180/polkadotIngressEgress/depositFinalised.d.cts +2 -2
  682. package/dist/180/polkadotIngressEgress/depositFinalised.d.mts +2 -2
  683. package/dist/180/polkadotIngressEgress/transferFallbackRequested.d.cts +2 -2
  684. package/dist/180/polkadotIngressEgress/transferFallbackRequested.d.mts +2 -2
  685. package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.cts +4 -4
  686. package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.mts +4 -4
  687. package/dist/180/solanaIngressEgress/depositBoosted.d.cts +2 -2
  688. package/dist/180/solanaIngressEgress/depositBoosted.d.mts +2 -2
  689. package/dist/180/solanaIngressEgress/depositFailed.d.cts +24 -24
  690. package/dist/180/solanaIngressEgress/depositFailed.d.mts +24 -24
  691. package/dist/180/solanaIngressEgress/depositFinalised.d.cts +2 -2
  692. package/dist/180/solanaIngressEgress/depositFinalised.d.mts +2 -2
  693. package/dist/180/solanaIngressEgress/transactionRejectionRequestExpired.d.cts +2 -2
  694. package/dist/180/solanaIngressEgress/transactionRejectionRequestExpired.d.mts +2 -2
  695. package/dist/180/solanaIngressEgress/transactionRejectionRequestReceived.d.cts +2 -2
  696. package/dist/180/solanaIngressEgress/transactionRejectionRequestReceived.d.mts +2 -2
  697. package/dist/180/solanaIngressEgress/transferFallbackRequested.d.cts +2 -2
  698. package/dist/180/solanaIngressEgress/transferFallbackRequested.d.mts +2 -2
  699. package/dist/180/swapping/refundEgressScheduled.d.cts +7 -7
  700. package/dist/180/swapping/refundEgressScheduled.d.mts +7 -7
  701. package/dist/180/swapping/swapDepositAddressReady.d.cts +8 -8
  702. package/dist/180/swapping/swapDepositAddressReady.d.mts +8 -8
  703. package/dist/180/swapping/swapEgressScheduled.d.cts +7 -7
  704. package/dist/180/swapping/swapEgressScheduled.d.mts +7 -7
  705. package/dist/180/swapping/withdrawalRequested.d.cts +11 -11
  706. package/dist/180/swapping/withdrawalRequested.d.mts +11 -11
  707. package/dist/190/arbitrumIngressEgress/ccmBroadcastRequested.d.cts +2 -2
  708. package/dist/190/arbitrumIngressEgress/ccmBroadcastRequested.d.mts +2 -2
  709. package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.cts +14 -14
  710. package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.mts +14 -14
  711. package/dist/190/arbitrumIngressEgress/depositBoosted.d.cts +8 -8
  712. package/dist/190/arbitrumIngressEgress/depositBoosted.d.mts +8 -8
  713. package/dist/190/arbitrumIngressEgress/depositFailed.d.cts +60 -60
  714. package/dist/190/arbitrumIngressEgress/depositFailed.d.mts +60 -60
  715. package/dist/190/arbitrumIngressEgress/depositFinalised.d.cts +2 -2
  716. package/dist/190/arbitrumIngressEgress/depositFinalised.d.mts +2 -2
  717. package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +10 -10
  718. package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +10 -10
  719. package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.cts +2 -2
  720. package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.mts +2 -2
  721. package/dist/190/assetBalances/accountCredited.d.cts +9 -9
  722. package/dist/190/assetBalances/accountCredited.d.mts +9 -9
  723. package/dist/190/assetBalances/accountDebited.d.cts +9 -9
  724. package/dist/190/assetBalances/accountDebited.d.mts +9 -9
  725. package/dist/190/assetBalances/refundSkipped.d.cts +53 -53
  726. package/dist/190/assetBalances/refundSkipped.d.mts +53 -53
  727. package/dist/190/assethubBroadcaster/broadcastCallbackExecuted.d.cts +10 -10
  728. package/dist/190/assethubBroadcaster/broadcastCallbackExecuted.d.mts +10 -10
  729. package/dist/190/assethubIngressEgress/ccmBroadcastRequested.d.cts +2 -2
  730. package/dist/190/assethubIngressEgress/ccmBroadcastRequested.d.mts +2 -2
  731. package/dist/190/assethubIngressEgress/ccmEgressInvalid.d.cts +14 -14
  732. package/dist/190/assethubIngressEgress/ccmEgressInvalid.d.mts +14 -14
  733. package/dist/190/assethubIngressEgress/depositBoosted.d.cts +8 -8
  734. package/dist/190/assethubIngressEgress/depositBoosted.d.mts +8 -8
  735. package/dist/190/assethubIngressEgress/depositFailed.d.cts +69 -69
  736. package/dist/190/assethubIngressEgress/depositFailed.d.mts +69 -69
  737. package/dist/190/assethubIngressEgress/depositFetchesScheduled.d.cts +2 -2
  738. package/dist/190/assethubIngressEgress/depositFetchesScheduled.d.mts +2 -2
  739. package/dist/190/assethubIngressEgress/depositFinalised.d.cts +2 -2
  740. package/dist/190/assethubIngressEgress/depositFinalised.d.mts +2 -2
  741. package/dist/190/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +10 -10
  742. package/dist/190/assethubIngressEgress/failedToBuildAllBatchCall.d.mts +10 -10
  743. package/dist/190/assethubIngressEgress/transactionRejectedByBroker.d.cts +2 -2
  744. package/dist/190/assethubIngressEgress/transactionRejectedByBroker.d.mts +2 -2
  745. package/dist/190/assethubIngressEgress/transactionRejectionRequestExpired.d.cts +2 -2
  746. package/dist/190/assethubIngressEgress/transactionRejectionRequestExpired.d.mts +2 -2
  747. package/dist/190/assethubIngressEgress/transactionRejectionRequestReceived.d.cts +2 -2
  748. package/dist/190/assethubIngressEgress/transactionRejectionRequestReceived.d.mts +2 -2
  749. package/dist/190/assethubIngressEgress/transferFallbackRequested.d.cts +2 -2
  750. package/dist/190/assethubIngressEgress/transferFallbackRequested.d.mts +2 -2
  751. package/dist/190/bitcoinIngressEgress/ccmBroadcastRequested.d.cts +2 -2
  752. package/dist/190/bitcoinIngressEgress/ccmBroadcastRequested.d.mts +2 -2
  753. package/dist/190/bitcoinIngressEgress/ccmEgressInvalid.d.cts +14 -14
  754. package/dist/190/bitcoinIngressEgress/ccmEgressInvalid.d.mts +14 -14
  755. package/dist/190/bitcoinIngressEgress/depositBoosted.d.cts +8 -8
  756. package/dist/190/bitcoinIngressEgress/depositBoosted.d.mts +8 -8
  757. package/dist/190/bitcoinIngressEgress/depositFailed.d.cts +60 -60
  758. package/dist/190/bitcoinIngressEgress/depositFailed.d.mts +60 -60
  759. package/dist/190/bitcoinIngressEgress/depositFinalised.d.cts +2 -2
  760. package/dist/190/bitcoinIngressEgress/depositFinalised.d.mts +2 -2
  761. package/dist/190/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +10 -10
  762. package/dist/190/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +10 -10
  763. package/dist/190/bitcoinIngressEgress/transferFallbackRequested.d.cts +2 -2
  764. package/dist/190/bitcoinIngressEgress/transferFallbackRequested.d.mts +2 -2
  765. package/dist/190/common.d.cts +553 -553
  766. package/dist/190/common.d.mts +553 -553
  767. package/dist/190/environment/runtimeSafeModeUpdated.d.cts +28 -28
  768. package/dist/190/environment/runtimeSafeModeUpdated.d.mts +28 -28
  769. package/dist/190/ethereumIngressEgress/ccmBroadcastRequested.d.cts +2 -2
  770. package/dist/190/ethereumIngressEgress/ccmBroadcastRequested.d.mts +2 -2
  771. package/dist/190/ethereumIngressEgress/ccmEgressInvalid.d.cts +14 -14
  772. package/dist/190/ethereumIngressEgress/ccmEgressInvalid.d.mts +14 -14
  773. package/dist/190/ethereumIngressEgress/depositBoosted.d.cts +8 -8
  774. package/dist/190/ethereumIngressEgress/depositBoosted.d.mts +8 -8
  775. package/dist/190/ethereumIngressEgress/depositFailed.d.cts +60 -60
  776. package/dist/190/ethereumIngressEgress/depositFailed.d.mts +60 -60
  777. package/dist/190/ethereumIngressEgress/depositFinalised.d.cts +2 -2
  778. package/dist/190/ethereumIngressEgress/depositFinalised.d.mts +2 -2
  779. package/dist/190/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +10 -10
  780. package/dist/190/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +10 -10
  781. package/dist/190/ethereumIngressEgress/transferFallbackRequested.d.cts +2 -2
  782. package/dist/190/ethereumIngressEgress/transferFallbackRequested.d.mts +2 -2
  783. package/dist/190/liquidityPools/assetSwapped.d.cts +12 -12
  784. package/dist/190/liquidityPools/assetSwapped.d.mts +12 -12
  785. package/dist/190/liquidityPools/limitOrderUpdated.d.cts +12 -12
  786. package/dist/190/liquidityPools/limitOrderUpdated.d.mts +12 -12
  787. package/dist/190/liquidityPools/newPoolCreated.d.cts +12 -12
  788. package/dist/190/liquidityPools/newPoolCreated.d.mts +12 -12
  789. package/dist/190/liquidityPools/orderDeletionFailed.d.cts +32 -32
  790. package/dist/190/liquidityPools/orderDeletionFailed.d.mts +32 -32
  791. package/dist/190/liquidityPools/palletConfigUpdated.d.cts +8 -8
  792. package/dist/190/liquidityPools/palletConfigUpdated.d.mts +8 -8
  793. package/dist/190/liquidityPools/poolFeeSet.d.cts +12 -12
  794. package/dist/190/liquidityPools/poolFeeSet.d.mts +12 -12
  795. package/dist/190/liquidityPools/rangeOrderUpdated.d.cts +24 -24
  796. package/dist/190/liquidityPools/rangeOrderUpdated.d.mts +24 -24
  797. package/dist/190/liquidityProvider/assetTransferred.d.cts +6 -6
  798. package/dist/190/liquidityProvider/assetTransferred.d.mts +6 -6
  799. package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.cts +8 -8
  800. package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.mts +8 -8
  801. package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.cts +2 -2
  802. package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.mts +2 -2
  803. package/dist/190/liquidityProvider/withdrawalEgressScheduled.d.cts +8 -8
  804. package/dist/190/liquidityProvider/withdrawalEgressScheduled.d.mts +8 -8
  805. package/dist/190/polkadotIngressEgress/ccmBroadcastRequested.d.cts +2 -2
  806. package/dist/190/polkadotIngressEgress/ccmBroadcastRequested.d.mts +2 -2
  807. package/dist/190/polkadotIngressEgress/ccmEgressInvalid.d.cts +14 -14
  808. package/dist/190/polkadotIngressEgress/ccmEgressInvalid.d.mts +14 -14
  809. package/dist/190/polkadotIngressEgress/depositBoosted.d.cts +8 -8
  810. package/dist/190/polkadotIngressEgress/depositBoosted.d.mts +8 -8
  811. package/dist/190/polkadotIngressEgress/depositFailed.d.cts +69 -69
  812. package/dist/190/polkadotIngressEgress/depositFailed.d.mts +69 -69
  813. package/dist/190/polkadotIngressEgress/depositFinalised.d.cts +2 -2
  814. package/dist/190/polkadotIngressEgress/depositFinalised.d.mts +2 -2
  815. package/dist/190/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +10 -10
  816. package/dist/190/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +10 -10
  817. package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.cts +2 -2
  818. package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.mts +2 -2
  819. package/dist/190/solanaIngressEgress/ccmBroadcastRequested.d.cts +2 -2
  820. package/dist/190/solanaIngressEgress/ccmBroadcastRequested.d.mts +2 -2
  821. package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.cts +14 -14
  822. package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.mts +14 -14
  823. package/dist/190/solanaIngressEgress/depositBoosted.d.cts +6 -6
  824. package/dist/190/solanaIngressEgress/depositBoosted.d.mts +6 -6
  825. package/dist/190/solanaIngressEgress/depositFailed.d.cts +57 -57
  826. package/dist/190/solanaIngressEgress/depositFailed.d.mts +57 -57
  827. package/dist/190/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +10 -10
  828. package/dist/190/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +10 -10
  829. package/dist/190/solanaIngressEgress/transferFallbackRequested.d.cts +2 -2
  830. package/dist/190/solanaIngressEgress/transferFallbackRequested.d.mts +2 -2
  831. package/dist/190/swapping/batchSwapFailed.d.cts +6 -6
  832. package/dist/190/swapping/batchSwapFailed.d.mts +6 -6
  833. package/dist/190/swapping/creditedOnChain.d.cts +8 -8
  834. package/dist/190/swapping/creditedOnChain.d.mts +8 -8
  835. package/dist/190/swapping/palletConfigUpdated.d.cts +16 -16
  836. package/dist/190/swapping/palletConfigUpdated.d.mts +16 -16
  837. package/dist/190/swapping/refundEgressIgnored.d.cts +14 -14
  838. package/dist/190/swapping/refundEgressIgnored.d.mts +14 -14
  839. package/dist/190/swapping/refundEgressScheduled.d.cts +12 -12
  840. package/dist/190/swapping/refundEgressScheduled.d.mts +12 -12
  841. package/dist/190/swapping/refundedOnChain.d.cts +8 -8
  842. package/dist/190/swapping/refundedOnChain.d.mts +8 -8
  843. package/dist/190/swapping/swapAmountConfiscated.d.cts +6 -6
  844. package/dist/190/swapping/swapAmountConfiscated.d.mts +6 -6
  845. package/dist/190/swapping/swapDepositAddressReady.d.cts +20 -20
  846. package/dist/190/swapping/swapDepositAddressReady.d.mts +20 -20
  847. package/dist/190/swapping/swapEgressIgnored.d.cts +14 -14
  848. package/dist/190/swapping/swapEgressIgnored.d.mts +14 -14
  849. package/dist/190/swapping/swapEgressScheduled.d.cts +12 -12
  850. package/dist/190/swapping/swapEgressScheduled.d.mts +12 -12
  851. package/dist/190/swapping/swapExecuted.d.cts +12 -12
  852. package/dist/190/swapping/swapExecuted.d.mts +12 -12
  853. package/dist/190/swapping/swapRequested.d.cts +20 -20
  854. package/dist/190/swapping/swapRequested.d.mts +20 -20
  855. package/dist/190/swapping/withdrawalRequested.d.cts +8 -8
  856. package/dist/190/swapping/withdrawalRequested.d.mts +8 -8
  857. package/dist/190/tradingStrategy/fundsAddedToStrategy.d.cts +6 -6
  858. package/dist/190/tradingStrategy/fundsAddedToStrategy.d.mts +6 -6
  859. package/dist/190/tradingStrategy/palletConfigUpdated.d.cts +24 -24
  860. package/dist/190/tradingStrategy/palletConfigUpdated.d.mts +24 -24
  861. package/dist/190/tradingStrategy/strategyDeployed.d.cts +8 -8
  862. package/dist/190/tradingStrategy/strategyDeployed.d.mts +8 -8
  863. package/dist/200/swapping/swapAborted.d.cts +2 -2
  864. package/dist/200/swapping/swapAborted.d.mts +2 -2
  865. package/dist/200/swapping/swapRescheduled.d.cts +3 -3
  866. package/dist/200/swapping/swapRescheduled.d.mts +3 -3
  867. package/dist/210/arbitrumIngressEgress/ccmEgressInvalid.d.cts +102 -102
  868. package/dist/210/arbitrumIngressEgress/ccmEgressInvalid.d.mts +102 -102
  869. package/dist/210/arbitrumIngressEgress/depositFailed.d.cts +197 -197
  870. package/dist/210/arbitrumIngressEgress/depositFailed.d.mts +197 -197
  871. package/dist/210/arbitrumIngressEgress/depositFetchesScheduled.d.cts +2 -2
  872. package/dist/210/arbitrumIngressEgress/depositFetchesScheduled.d.mts +2 -2
  873. package/dist/210/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +102 -102
  874. package/dist/210/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +102 -102
  875. package/dist/210/assetBalances/accountCredited.d.cts +6 -6
  876. package/dist/210/assetBalances/accountCredited.d.mts +6 -6
  877. package/dist/210/assetBalances/accountDebited.d.cts +6 -6
  878. package/dist/210/assetBalances/accountDebited.d.mts +6 -6
  879. package/dist/210/assetBalances/refundSkipped.d.cts +74 -74
  880. package/dist/210/assetBalances/refundSkipped.d.mts +74 -74
  881. package/dist/210/assethubIngressEgress/ccmEgressInvalid.d.cts +102 -102
  882. package/dist/210/assethubIngressEgress/ccmEgressInvalid.d.mts +102 -102
  883. package/dist/210/assethubIngressEgress/depositFailed.d.cts +200 -200
  884. package/dist/210/assethubIngressEgress/depositFailed.d.mts +200 -200
  885. package/dist/210/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +102 -102
  886. package/dist/210/assethubIngressEgress/failedToBuildAllBatchCall.d.mts +102 -102
  887. package/dist/210/bitcoinIngressEgress/ccmEgressInvalid.d.cts +102 -102
  888. package/dist/210/bitcoinIngressEgress/ccmEgressInvalid.d.mts +102 -102
  889. package/dist/210/bitcoinIngressEgress/depositFailed.d.cts +366 -366
  890. package/dist/210/bitcoinIngressEgress/depositFailed.d.mts +366 -366
  891. package/dist/210/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +102 -102
  892. package/dist/210/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +102 -102
  893. package/dist/210/bitcoinThresholdSigner/thresholdDispatchComplete.d.cts +34 -34
  894. package/dist/210/bitcoinThresholdSigner/thresholdDispatchComplete.d.mts +34 -34
  895. package/dist/210/common.d.cts +3452 -3452
  896. package/dist/210/common.d.mts +3452 -3452
  897. package/dist/210/emissions/flipBurnSkipped.d.cts +20 -20
  898. package/dist/210/emissions/flipBurnSkipped.d.mts +20 -20
  899. package/dist/210/environment/runtimeSafeModeUpdated.d.cts +107 -107
  900. package/dist/210/environment/runtimeSafeModeUpdated.d.mts +107 -107
  901. package/dist/210/ethereumIngressEgress/ccmEgressInvalid.d.cts +102 -102
  902. package/dist/210/ethereumIngressEgress/ccmEgressInvalid.d.mts +102 -102
  903. package/dist/210/ethereumIngressEgress/depositFailed.d.cts +197 -197
  904. package/dist/210/ethereumIngressEgress/depositFailed.d.mts +197 -197
  905. package/dist/210/ethereumIngressEgress/depositFetchesScheduled.d.cts +2 -2
  906. package/dist/210/ethereumIngressEgress/depositFetchesScheduled.d.mts +2 -2
  907. package/dist/210/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +102 -102
  908. package/dist/210/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +102 -102
  909. package/dist/210/evmThresholdSigner/thresholdDispatchComplete.d.cts +34 -34
  910. package/dist/210/evmThresholdSigner/thresholdDispatchComplete.d.mts +34 -34
  911. package/dist/210/funding/funded.d.cts +8 -8
  912. package/dist/210/funding/funded.d.mts +8 -8
  913. package/dist/210/funding/redemptionSettled.d.cts +2 -2
  914. package/dist/210/funding/redemptionSettled.d.mts +2 -2
  915. package/dist/210/funding/sCCallCannotBeExecuted.d.cts +54 -54
  916. package/dist/210/funding/sCCallCannotBeExecuted.d.mts +54 -54
  917. package/dist/210/governance/failedExecution.d.cts +10 -10
  918. package/dist/210/governance/failedExecution.d.mts +10 -10
  919. package/dist/210/governance/govKeyCallExecutionFailed.d.cts +20 -20
  920. package/dist/210/governance/govKeyCallExecutionFailed.d.mts +20 -20
  921. package/dist/210/lendingPools/boostFundsAdded.d.cts +8 -8
  922. package/dist/210/lendingPools/boostFundsAdded.d.mts +8 -8
  923. package/dist/210/lendingPools/boostPoolCreated.d.cts +8 -8
  924. package/dist/210/lendingPools/boostPoolCreated.d.mts +8 -8
  925. package/dist/210/lendingPools/collateralAdded.d.cts +6 -6
  926. package/dist/210/lendingPools/collateralAdded.d.mts +6 -6
  927. package/dist/210/lendingPools/collateralRemoved.d.cts +6 -6
  928. package/dist/210/lendingPools/collateralRemoved.d.mts +6 -6
  929. package/dist/210/lendingPools/collateralTopupAssetUpdated.d.cts +6 -6
  930. package/dist/210/lendingPools/collateralTopupAssetUpdated.d.mts +6 -6
  931. package/dist/210/lendingPools/lendingFundsAdded.d.cts +6 -6
  932. package/dist/210/lendingPools/lendingFundsAdded.d.mts +6 -6
  933. package/dist/210/lendingPools/lendingFundsRemoved.d.cts +6 -6
  934. package/dist/210/lendingPools/lendingFundsRemoved.d.mts +6 -6
  935. package/dist/210/lendingPools/lendingPoolCreated.d.cts +6 -6
  936. package/dist/210/lendingPools/lendingPoolCreated.d.mts +6 -6
  937. package/dist/210/lendingPools/loanCreated.d.cts +6 -6
  938. package/dist/210/lendingPools/loanCreated.d.mts +6 -6
  939. package/dist/210/lendingPools/palletConfigUpdated.d.cts +34 -34
  940. package/dist/210/lendingPools/palletConfigUpdated.d.mts +34 -34
  941. package/dist/210/lendingPools/stoppedBoosting.d.cts +10 -10
  942. package/dist/210/lendingPools/stoppedBoosting.d.mts +10 -10
  943. package/dist/210/liquidityPools/assetSwapped.d.cts +12 -12
  944. package/dist/210/liquidityPools/assetSwapped.d.mts +12 -12
  945. package/dist/210/liquidityPools/limitOrderUpdated.d.cts +22 -22
  946. package/dist/210/liquidityPools/limitOrderUpdated.d.mts +22 -22
  947. package/dist/210/liquidityPools/newPoolCreated.d.cts +12 -12
  948. package/dist/210/liquidityPools/newPoolCreated.d.mts +12 -12
  949. package/dist/210/liquidityPools/orderDeletionFailed.d.cts +32 -32
  950. package/dist/210/liquidityPools/orderDeletionFailed.d.mts +32 -32
  951. package/dist/210/liquidityPools/palletConfigUpdated.d.cts +8 -8
  952. package/dist/210/liquidityPools/palletConfigUpdated.d.mts +8 -8
  953. package/dist/210/liquidityPools/poolFeeSet.d.cts +12 -12
  954. package/dist/210/liquidityPools/poolFeeSet.d.mts +12 -12
  955. package/dist/210/liquidityPools/rangeOrderUpdated.d.cts +28 -28
  956. package/dist/210/liquidityPools/rangeOrderUpdated.d.mts +28 -28
  957. package/dist/210/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.cts +20 -20
  958. package/dist/210/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.mts +20 -20
  959. package/dist/210/liquidityProvider/assetBalancePurgeFailed.d.cts +30 -30
  960. package/dist/210/liquidityProvider/assetBalancePurgeFailed.d.mts +30 -30
  961. package/dist/210/liquidityProvider/assetBalancePurged.d.cts +15 -15
  962. package/dist/210/liquidityProvider/assetBalancePurged.d.mts +15 -15
  963. package/dist/210/liquidityProvider/assetTransferred.d.cts +6 -6
  964. package/dist/210/liquidityProvider/assetTransferred.d.mts +6 -6
  965. package/dist/210/liquidityProvider/liquidityDepositAddressReady.d.cts +11 -11
  966. package/dist/210/liquidityProvider/liquidityDepositAddressReady.d.mts +11 -11
  967. package/dist/210/liquidityProvider/withdrawalEgressScheduled.d.cts +14 -14
  968. package/dist/210/liquidityProvider/withdrawalEgressScheduled.d.mts +14 -14
  969. package/dist/210/polkadotIngressEgress/ccmEgressInvalid.d.cts +102 -102
  970. package/dist/210/polkadotIngressEgress/ccmEgressInvalid.d.mts +102 -102
  971. package/dist/210/polkadotIngressEgress/depositFailed.d.cts +200 -200
  972. package/dist/210/polkadotIngressEgress/depositFailed.d.mts +200 -200
  973. package/dist/210/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +102 -102
  974. package/dist/210/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +102 -102
  975. package/dist/210/polkadotThresholdSigner/thresholdDispatchComplete.d.cts +34 -34
  976. package/dist/210/polkadotThresholdSigner/thresholdDispatchComplete.d.mts +34 -34
  977. package/dist/210/solanaIngressEgress/ccmEgressInvalid.d.cts +102 -102
  978. package/dist/210/solanaIngressEgress/ccmEgressInvalid.d.mts +102 -102
  979. package/dist/210/solanaIngressEgress/depositBoosted.d.cts +8 -8
  980. package/dist/210/solanaIngressEgress/depositBoosted.d.mts +8 -8
  981. package/dist/210/solanaIngressEgress/depositFailed.d.cts +235 -235
  982. package/dist/210/solanaIngressEgress/depositFailed.d.mts +235 -235
  983. package/dist/210/solanaIngressEgress/depositFetchesScheduled.d.cts +2 -2
  984. package/dist/210/solanaIngressEgress/depositFetchesScheduled.d.mts +2 -2
  985. package/dist/210/solanaIngressEgress/depositFinalised.d.cts +8 -8
  986. package/dist/210/solanaIngressEgress/depositFinalised.d.mts +8 -8
  987. package/dist/210/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +102 -102
  988. package/dist/210/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +102 -102
  989. package/dist/210/solanaThresholdSigner/thresholdDispatchComplete.d.cts +34 -34
  990. package/dist/210/solanaThresholdSigner/thresholdDispatchComplete.d.mts +34 -34
  991. package/dist/210/swapping/accountCreationDepositAddressReady.d.cts +15 -15
  992. package/dist/210/swapping/accountCreationDepositAddressReady.d.mts +15 -15
  993. package/dist/210/swapping/batchSwapFailed.d.cts +6 -6
  994. package/dist/210/swapping/batchSwapFailed.d.mts +6 -6
  995. package/dist/210/swapping/creditedOnChain.d.cts +8 -8
  996. package/dist/210/swapping/creditedOnChain.d.mts +8 -8
  997. package/dist/210/swapping/palletConfigUpdated.d.cts +48 -48
  998. package/dist/210/swapping/palletConfigUpdated.d.mts +48 -48
  999. package/dist/210/swapping/refundEgressIgnored.d.cts +28 -28
  1000. package/dist/210/swapping/refundEgressIgnored.d.mts +28 -28
  1001. package/dist/210/swapping/refundEgressScheduled.d.cts +14 -14
  1002. package/dist/210/swapping/refundEgressScheduled.d.mts +14 -14
  1003. package/dist/210/swapping/refundedOnChain.d.cts +8 -8
  1004. package/dist/210/swapping/refundedOnChain.d.mts +8 -8
  1005. package/dist/210/swapping/swapAmountConfiscated.d.cts +7 -7
  1006. package/dist/210/swapping/swapAmountConfiscated.d.mts +7 -7
  1007. package/dist/210/swapping/swapDepositAddressReady.d.cts +46 -46
  1008. package/dist/210/swapping/swapDepositAddressReady.d.mts +46 -46
  1009. package/dist/210/swapping/swapEgressIgnored.d.cts +28 -28
  1010. package/dist/210/swapping/swapEgressIgnored.d.mts +28 -28
  1011. package/dist/210/swapping/swapEgressScheduled.d.cts +14 -14
  1012. package/dist/210/swapping/swapEgressScheduled.d.mts +14 -14
  1013. package/dist/210/swapping/swapExecuted.d.cts +12 -12
  1014. package/dist/210/swapping/swapExecuted.d.mts +12 -12
  1015. package/dist/210/swapping/swapRequested.d.cts +413 -413
  1016. package/dist/210/swapping/swapRequested.d.mts +413 -413
  1017. package/dist/210/swapping/withdrawalRequested.d.cts +16 -16
  1018. package/dist/210/swapping/withdrawalRequested.d.mts +16 -16
  1019. package/dist/210/system/extrinsicFailed.d.cts +20 -20
  1020. package/dist/210/system/extrinsicFailed.d.mts +20 -20
  1021. package/dist/210/system/rejectedInvalidAuthorizedUpgrade.d.cts +20 -20
  1022. package/dist/210/system/rejectedInvalidAuthorizedUpgrade.d.mts +20 -20
  1023. package/dist/210/tradingStrategy/fundsAddedToStrategy.d.cts +6 -6
  1024. package/dist/210/tradingStrategy/fundsAddedToStrategy.d.mts +6 -6
  1025. package/dist/210/tradingStrategy/palletConfigUpdated.d.cts +24 -24
  1026. package/dist/210/tradingStrategy/palletConfigUpdated.d.mts +24 -24
  1027. package/dist/210/tradingStrategy/strategyDeployed.d.cts +24 -24
  1028. package/dist/210/tradingStrategy/strategyDeployed.d.mts +24 -24
  1029. package/dist/210/witnesser/prewitnessExecutionFailed.d.cts +20 -20
  1030. package/dist/210/witnesser/prewitnessExecutionFailed.d.mts +20 -20
  1031. package/dist/210/witnesser/witnessExecutionFailed.d.cts +20 -20
  1032. package/dist/210/witnesser/witnessExecutionFailed.d.mts +20 -20
  1033. package/dist/220/assetBalances/accountCredited.d.cts +2 -2
  1034. package/dist/220/assetBalances/accountCredited.d.mts +2 -2
  1035. package/dist/220/assetBalances/accountDebited.d.cts +2 -2
  1036. package/dist/220/assetBalances/accountDebited.d.mts +2 -2
  1037. package/dist/220/lendingPools/loanCreated.cjs +2 -1
  1038. package/dist/220/lendingPools/loanCreated.d.cts +3 -0
  1039. package/dist/220/lendingPools/loanCreated.d.mts +3 -0
  1040. package/dist/220/lendingPools/loanCreated.mjs +3 -2
  1041. package/package.json +1 -1
@@ -61,13 +61,13 @@ declare const polkadotIngressEgressCcmEgressInvalid: z.ZodObject<{
61
61
  __kind: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
62
62
  }>;
63
63
  }, "strip", z.ZodTypeAny, {
64
- value: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
65
64
  __kind: "FailedToDeriveAddress";
65
+ value: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
66
66
  }, {
67
+ __kind: "FailedToDeriveAddress";
67
68
  value: {
68
69
  __kind: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
69
70
  };
70
- __kind: "FailedToDeriveAddress";
71
71
  }>, z.ZodObject<{
72
72
  __kind: z.ZodLiteral<"InvalidCcm">;
73
73
  value: z.ZodEffects<z.ZodObject<{
@@ -80,13 +80,13 @@ declare const polkadotIngressEgressCcmEgressInvalid: z.ZodObject<{
80
80
  __kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "TooManyAddressLookupTables";
81
81
  }>;
82
82
  }, "strip", z.ZodTypeAny, {
83
- value: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "TooManyAddressLookupTables";
84
83
  __kind: "InvalidCcm";
84
+ value: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "TooManyAddressLookupTables";
85
85
  }, {
86
+ __kind: "InvalidCcm";
86
87
  value: {
87
88
  __kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "TooManyAddressLookupTables";
88
89
  };
89
- __kind: "InvalidCcm";
90
90
  }>, z.ZodObject<{
91
91
  __kind: z.ZodLiteral<"FailedToSerializeFinalTransaction">;
92
92
  }, "strip", z.ZodTypeAny, {
@@ -97,11 +97,11 @@ declare const polkadotIngressEgressCcmEgressInvalid: z.ZodObject<{
97
97
  __kind: z.ZodLiteral<"FinalTransactionExceededMaxLength">;
98
98
  value: z.ZodNumber;
99
99
  }, "strip", z.ZodTypeAny, {
100
- value: number;
101
100
  __kind: "FinalTransactionExceededMaxLength";
102
- }, {
103
101
  value: number;
102
+ }, {
104
103
  __kind: "FinalTransactionExceededMaxLength";
104
+ value: number;
105
105
  }>, z.ZodObject<{
106
106
  __kind: z.ZodLiteral<"DispatchError">;
107
107
  value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
@@ -135,17 +135,17 @@ declare const polkadotIngressEgressCcmEgressInvalid: z.ZodObject<{
135
135
  error: string;
136
136
  }>;
137
137
  }, "strip", z.ZodTypeAny, {
138
+ __kind: "Module";
138
139
  value: {
139
140
  index: number;
140
141
  error: `0x${string}`;
141
142
  };
142
- __kind: "Module";
143
143
  }, {
144
+ __kind: "Module";
144
145
  value: {
145
146
  index: number;
146
147
  error: string;
147
148
  };
148
- __kind: "Module";
149
149
  }>, z.ZodObject<{
150
150
  __kind: z.ZodLiteral<"ConsumerRemaining">;
151
151
  }, "strip", z.ZodTypeAny, {
@@ -176,13 +176,13 @@ declare const polkadotIngressEgressCcmEgressInvalid: z.ZodObject<{
176
176
  __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
177
177
  }>;
178
178
  }, "strip", z.ZodTypeAny, {
179
- value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
180
179
  __kind: "Token";
180
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
181
181
  }, {
182
+ __kind: "Token";
182
183
  value: {
183
184
  __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
184
185
  };
185
- __kind: "Token";
186
186
  }>, z.ZodObject<{
187
187
  __kind: z.ZodLiteral<"Arithmetic">;
188
188
  value: z.ZodEffects<z.ZodObject<{
@@ -195,13 +195,13 @@ declare const polkadotIngressEgressCcmEgressInvalid: z.ZodObject<{
195
195
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
196
196
  }>;
197
197
  }, "strip", z.ZodTypeAny, {
198
- value: "Underflow" | "Overflow" | "DivisionByZero";
199
198
  __kind: "Arithmetic";
199
+ value: "Underflow" | "Overflow" | "DivisionByZero";
200
200
  }, {
201
+ __kind: "Arithmetic";
201
202
  value: {
202
203
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
203
204
  };
204
- __kind: "Arithmetic";
205
205
  }>, z.ZodObject<{
206
206
  __kind: z.ZodLiteral<"Transactional">;
207
207
  value: z.ZodEffects<z.ZodObject<{
@@ -214,13 +214,13 @@ declare const polkadotIngressEgressCcmEgressInvalid: z.ZodObject<{
214
214
  __kind: "LimitReached" | "NoLayer";
215
215
  }>;
216
216
  }, "strip", z.ZodTypeAny, {
217
- value: "LimitReached" | "NoLayer";
218
217
  __kind: "Transactional";
218
+ value: "LimitReached" | "NoLayer";
219
219
  }, {
220
+ __kind: "Transactional";
220
221
  value: {
221
222
  __kind: "LimitReached" | "NoLayer";
222
223
  };
223
- __kind: "Transactional";
224
224
  }>, z.ZodObject<{
225
225
  __kind: z.ZodLiteral<"Exhausted">;
226
226
  }, "strip", z.ZodTypeAny, {
@@ -257,15 +257,16 @@ declare const polkadotIngressEgressCcmEgressInvalid: z.ZodObject<{
257
257
  __kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
258
258
  }>;
259
259
  }, "strip", z.ZodTypeAny, {
260
- value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
261
260
  __kind: "Trie";
261
+ value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
262
262
  }, {
263
+ __kind: "Trie";
263
264
  value: {
264
265
  __kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
265
266
  };
266
- __kind: "Trie";
267
267
  }>]>;
268
268
  }, "strip", z.ZodTypeAny, {
269
+ __kind: "DispatchError";
269
270
  value: {
270
271
  __kind: "Other";
271
272
  } | {
@@ -273,11 +274,11 @@ declare const polkadotIngressEgressCcmEgressInvalid: z.ZodObject<{
273
274
  } | {
274
275
  __kind: "BadOrigin";
275
276
  } | {
277
+ __kind: "Module";
276
278
  value: {
277
279
  index: number;
278
280
  error: `0x${string}`;
279
281
  };
280
- __kind: "Module";
281
282
  } | {
282
283
  __kind: "ConsumerRemaining";
283
284
  } | {
@@ -285,14 +286,14 @@ declare const polkadotIngressEgressCcmEgressInvalid: z.ZodObject<{
285
286
  } | {
286
287
  __kind: "TooManyConsumers";
287
288
  } | {
288
- value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
289
289
  __kind: "Token";
290
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
290
291
  } | {
291
- value: "Underflow" | "Overflow" | "DivisionByZero";
292
292
  __kind: "Arithmetic";
293
+ value: "Underflow" | "Overflow" | "DivisionByZero";
293
294
  } | {
294
- value: "LimitReached" | "NoLayer";
295
295
  __kind: "Transactional";
296
+ value: "LimitReached" | "NoLayer";
296
297
  } | {
297
298
  __kind: "Exhausted";
298
299
  } | {
@@ -302,11 +303,11 @@ declare const polkadotIngressEgressCcmEgressInvalid: z.ZodObject<{
302
303
  } | {
303
304
  __kind: "RootNotAllowed";
304
305
  } | {
305
- value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
306
306
  __kind: "Trie";
307
+ value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
307
308
  };
308
- __kind: "DispatchError";
309
309
  }, {
310
+ __kind: "DispatchError";
310
311
  value: {
311
312
  __kind: "Other";
312
313
  } | {
@@ -314,11 +315,11 @@ declare const polkadotIngressEgressCcmEgressInvalid: z.ZodObject<{
314
315
  } | {
315
316
  __kind: "BadOrigin";
316
317
  } | {
318
+ __kind: "Module";
317
319
  value: {
318
320
  index: number;
319
321
  error: string;
320
322
  };
321
- __kind: "Module";
322
323
  } | {
323
324
  __kind: "ConsumerRemaining";
324
325
  } | {
@@ -326,20 +327,20 @@ declare const polkadotIngressEgressCcmEgressInvalid: z.ZodObject<{
326
327
  } | {
327
328
  __kind: "TooManyConsumers";
328
329
  } | {
330
+ __kind: "Token";
329
331
  value: {
330
332
  __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
331
333
  };
332
- __kind: "Token";
333
334
  } | {
335
+ __kind: "Arithmetic";
334
336
  value: {
335
337
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
336
338
  };
337
- __kind: "Arithmetic";
338
339
  } | {
340
+ __kind: "Transactional";
339
341
  value: {
340
342
  __kind: "LimitReached" | "NoLayer";
341
343
  };
342
- __kind: "Transactional";
343
344
  } | {
344
345
  __kind: "Exhausted";
345
346
  } | {
@@ -349,12 +350,11 @@ declare const polkadotIngressEgressCcmEgressInvalid: z.ZodObject<{
349
350
  } | {
350
351
  __kind: "RootNotAllowed";
351
352
  } | {
353
+ __kind: "Trie";
352
354
  value: {
353
355
  __kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
354
356
  };
355
- __kind: "Trie";
356
357
  };
357
- __kind: "DispatchError";
358
358
  }>, z.ZodObject<{
359
359
  __kind: z.ZodLiteral<"AltsNotYetWitnessed">;
360
360
  }, "strip", z.ZodTypeAny, {
@@ -369,6 +369,7 @@ declare const polkadotIngressEgressCcmEgressInvalid: z.ZodObject<{
369
369
  __kind: "AltsInvalid";
370
370
  }>]>;
371
371
  }, "strip", z.ZodTypeAny, {
372
+ __kind: "FailedToBuildCcmForSolana";
372
373
  value: {
373
374
  __kind: "CannotLookupApiEnvironment";
374
375
  } | {
@@ -380,17 +381,18 @@ declare const polkadotIngressEgressCcmEgressInvalid: z.ZodObject<{
380
381
  } | {
381
382
  __kind: "NoAvailableNonceAccount";
382
383
  } | {
383
- value: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
384
384
  __kind: "FailedToDeriveAddress";
385
+ value: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
385
386
  } | {
386
- value: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "TooManyAddressLookupTables";
387
387
  __kind: "InvalidCcm";
388
+ value: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "TooManyAddressLookupTables";
388
389
  } | {
389
390
  __kind: "FailedToSerializeFinalTransaction";
390
391
  } | {
391
- value: number;
392
392
  __kind: "FinalTransactionExceededMaxLength";
393
+ value: number;
393
394
  } | {
395
+ __kind: "DispatchError";
394
396
  value: {
395
397
  __kind: "Other";
396
398
  } | {
@@ -398,11 +400,11 @@ declare const polkadotIngressEgressCcmEgressInvalid: z.ZodObject<{
398
400
  } | {
399
401
  __kind: "BadOrigin";
400
402
  } | {
403
+ __kind: "Module";
401
404
  value: {
402
405
  index: number;
403
406
  error: `0x${string}`;
404
407
  };
405
- __kind: "Module";
406
408
  } | {
407
409
  __kind: "ConsumerRemaining";
408
410
  } | {
@@ -410,14 +412,14 @@ declare const polkadotIngressEgressCcmEgressInvalid: z.ZodObject<{
410
412
  } | {
411
413
  __kind: "TooManyConsumers";
412
414
  } | {
413
- value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
414
415
  __kind: "Token";
416
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
415
417
  } | {
416
- value: "Underflow" | "Overflow" | "DivisionByZero";
417
418
  __kind: "Arithmetic";
419
+ value: "Underflow" | "Overflow" | "DivisionByZero";
418
420
  } | {
419
- value: "LimitReached" | "NoLayer";
420
421
  __kind: "Transactional";
422
+ value: "LimitReached" | "NoLayer";
421
423
  } | {
422
424
  __kind: "Exhausted";
423
425
  } | {
@@ -427,17 +429,16 @@ declare const polkadotIngressEgressCcmEgressInvalid: z.ZodObject<{
427
429
  } | {
428
430
  __kind: "RootNotAllowed";
429
431
  } | {
430
- value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
431
432
  __kind: "Trie";
433
+ value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
432
434
  };
433
- __kind: "DispatchError";
434
435
  } | {
435
436
  __kind: "AltsNotYetWitnessed";
436
437
  } | {
437
438
  __kind: "AltsInvalid";
438
439
  };
439
- __kind: "FailedToBuildCcmForSolana";
440
440
  }, {
441
+ __kind: "FailedToBuildCcmForSolana";
441
442
  value: {
442
443
  __kind: "CannotLookupApiEnvironment";
443
444
  } | {
@@ -449,21 +450,22 @@ declare const polkadotIngressEgressCcmEgressInvalid: z.ZodObject<{
449
450
  } | {
450
451
  __kind: "NoAvailableNonceAccount";
451
452
  } | {
453
+ __kind: "FailedToDeriveAddress";
452
454
  value: {
453
455
  __kind: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
454
456
  };
455
- __kind: "FailedToDeriveAddress";
456
457
  } | {
458
+ __kind: "InvalidCcm";
457
459
  value: {
458
460
  __kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "TooManyAddressLookupTables";
459
461
  };
460
- __kind: "InvalidCcm";
461
462
  } | {
462
463
  __kind: "FailedToSerializeFinalTransaction";
463
464
  } | {
464
- value: number;
465
465
  __kind: "FinalTransactionExceededMaxLength";
466
+ value: number;
466
467
  } | {
468
+ __kind: "DispatchError";
467
469
  value: {
468
470
  __kind: "Other";
469
471
  } | {
@@ -471,11 +473,11 @@ declare const polkadotIngressEgressCcmEgressInvalid: z.ZodObject<{
471
473
  } | {
472
474
  __kind: "BadOrigin";
473
475
  } | {
476
+ __kind: "Module";
474
477
  value: {
475
478
  index: number;
476
479
  error: string;
477
480
  };
478
- __kind: "Module";
479
481
  } | {
480
482
  __kind: "ConsumerRemaining";
481
483
  } | {
@@ -483,20 +485,20 @@ declare const polkadotIngressEgressCcmEgressInvalid: z.ZodObject<{
483
485
  } | {
484
486
  __kind: "TooManyConsumers";
485
487
  } | {
488
+ __kind: "Token";
486
489
  value: {
487
490
  __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
488
491
  };
489
- __kind: "Token";
490
492
  } | {
493
+ __kind: "Arithmetic";
491
494
  value: {
492
495
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
493
496
  };
494
- __kind: "Arithmetic";
495
497
  } | {
498
+ __kind: "Transactional";
496
499
  value: {
497
500
  __kind: "LimitReached" | "NoLayer";
498
501
  };
499
- __kind: "Transactional";
500
502
  } | {
501
503
  __kind: "Exhausted";
502
504
  } | {
@@ -506,18 +508,16 @@ declare const polkadotIngressEgressCcmEgressInvalid: z.ZodObject<{
506
508
  } | {
507
509
  __kind: "RootNotAllowed";
508
510
  } | {
511
+ __kind: "Trie";
509
512
  value: {
510
513
  __kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
511
514
  };
512
- __kind: "Trie";
513
515
  };
514
- __kind: "DispatchError";
515
516
  } | {
516
517
  __kind: "AltsNotYetWitnessed";
517
518
  } | {
518
519
  __kind: "AltsInvalid";
519
520
  };
520
- __kind: "FailedToBuildCcmForSolana";
521
521
  }>, z.ZodObject<{
522
522
  __kind: z.ZodLiteral<"DispatchError">;
523
523
  value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
@@ -551,17 +551,17 @@ declare const polkadotIngressEgressCcmEgressInvalid: z.ZodObject<{
551
551
  error: string;
552
552
  }>;
553
553
  }, "strip", z.ZodTypeAny, {
554
+ __kind: "Module";
554
555
  value: {
555
556
  index: number;
556
557
  error: `0x${string}`;
557
558
  };
558
- __kind: "Module";
559
559
  }, {
560
+ __kind: "Module";
560
561
  value: {
561
562
  index: number;
562
563
  error: string;
563
564
  };
564
- __kind: "Module";
565
565
  }>, z.ZodObject<{
566
566
  __kind: z.ZodLiteral<"ConsumerRemaining">;
567
567
  }, "strip", z.ZodTypeAny, {
@@ -592,13 +592,13 @@ declare const polkadotIngressEgressCcmEgressInvalid: z.ZodObject<{
592
592
  __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
593
593
  }>;
594
594
  }, "strip", z.ZodTypeAny, {
595
- value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
596
595
  __kind: "Token";
596
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
597
597
  }, {
598
+ __kind: "Token";
598
599
  value: {
599
600
  __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
600
601
  };
601
- __kind: "Token";
602
602
  }>, z.ZodObject<{
603
603
  __kind: z.ZodLiteral<"Arithmetic">;
604
604
  value: z.ZodEffects<z.ZodObject<{
@@ -611,13 +611,13 @@ declare const polkadotIngressEgressCcmEgressInvalid: z.ZodObject<{
611
611
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
612
612
  }>;
613
613
  }, "strip", z.ZodTypeAny, {
614
- value: "Underflow" | "Overflow" | "DivisionByZero";
615
614
  __kind: "Arithmetic";
615
+ value: "Underflow" | "Overflow" | "DivisionByZero";
616
616
  }, {
617
+ __kind: "Arithmetic";
617
618
  value: {
618
619
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
619
620
  };
620
- __kind: "Arithmetic";
621
621
  }>, z.ZodObject<{
622
622
  __kind: z.ZodLiteral<"Transactional">;
623
623
  value: z.ZodEffects<z.ZodObject<{
@@ -630,13 +630,13 @@ declare const polkadotIngressEgressCcmEgressInvalid: z.ZodObject<{
630
630
  __kind: "LimitReached" | "NoLayer";
631
631
  }>;
632
632
  }, "strip", z.ZodTypeAny, {
633
- value: "LimitReached" | "NoLayer";
634
633
  __kind: "Transactional";
634
+ value: "LimitReached" | "NoLayer";
635
635
  }, {
636
+ __kind: "Transactional";
636
637
  value: {
637
638
  __kind: "LimitReached" | "NoLayer";
638
639
  };
639
- __kind: "Transactional";
640
640
  }>, z.ZodObject<{
641
641
  __kind: z.ZodLiteral<"Exhausted">;
642
642
  }, "strip", z.ZodTypeAny, {
@@ -673,15 +673,16 @@ declare const polkadotIngressEgressCcmEgressInvalid: z.ZodObject<{
673
673
  __kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
674
674
  }>;
675
675
  }, "strip", z.ZodTypeAny, {
676
- value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
677
676
  __kind: "Trie";
677
+ value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
678
678
  }, {
679
+ __kind: "Trie";
679
680
  value: {
680
681
  __kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
681
682
  };
682
- __kind: "Trie";
683
683
  }>]>;
684
684
  }, "strip", z.ZodTypeAny, {
685
+ __kind: "DispatchError";
685
686
  value: {
686
687
  __kind: "Other";
687
688
  } | {
@@ -689,11 +690,11 @@ declare const polkadotIngressEgressCcmEgressInvalid: z.ZodObject<{
689
690
  } | {
690
691
  __kind: "BadOrigin";
691
692
  } | {
693
+ __kind: "Module";
692
694
  value: {
693
695
  index: number;
694
696
  error: `0x${string}`;
695
697
  };
696
- __kind: "Module";
697
698
  } | {
698
699
  __kind: "ConsumerRemaining";
699
700
  } | {
@@ -701,14 +702,14 @@ declare const polkadotIngressEgressCcmEgressInvalid: z.ZodObject<{
701
702
  } | {
702
703
  __kind: "TooManyConsumers";
703
704
  } | {
704
- value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
705
705
  __kind: "Token";
706
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
706
707
  } | {
707
- value: "Underflow" | "Overflow" | "DivisionByZero";
708
708
  __kind: "Arithmetic";
709
+ value: "Underflow" | "Overflow" | "DivisionByZero";
709
710
  } | {
710
- value: "LimitReached" | "NoLayer";
711
711
  __kind: "Transactional";
712
+ value: "LimitReached" | "NoLayer";
712
713
  } | {
713
714
  __kind: "Exhausted";
714
715
  } | {
@@ -718,11 +719,11 @@ declare const polkadotIngressEgressCcmEgressInvalid: z.ZodObject<{
718
719
  } | {
719
720
  __kind: "RootNotAllowed";
720
721
  } | {
721
- value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
722
722
  __kind: "Trie";
723
+ value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
723
724
  };
724
- __kind: "DispatchError";
725
725
  }, {
726
+ __kind: "DispatchError";
726
727
  value: {
727
728
  __kind: "Other";
728
729
  } | {
@@ -730,11 +731,11 @@ declare const polkadotIngressEgressCcmEgressInvalid: z.ZodObject<{
730
731
  } | {
731
732
  __kind: "BadOrigin";
732
733
  } | {
734
+ __kind: "Module";
733
735
  value: {
734
736
  index: number;
735
737
  error: string;
736
738
  };
737
- __kind: "Module";
738
739
  } | {
739
740
  __kind: "ConsumerRemaining";
740
741
  } | {
@@ -742,20 +743,20 @@ declare const polkadotIngressEgressCcmEgressInvalid: z.ZodObject<{
742
743
  } | {
743
744
  __kind: "TooManyConsumers";
744
745
  } | {
746
+ __kind: "Token";
745
747
  value: {
746
748
  __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
747
749
  };
748
- __kind: "Token";
749
750
  } | {
751
+ __kind: "Arithmetic";
750
752
  value: {
751
753
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
752
754
  };
753
- __kind: "Arithmetic";
754
755
  } | {
756
+ __kind: "Transactional";
755
757
  value: {
756
758
  __kind: "LimitReached" | "NoLayer";
757
759
  };
758
- __kind: "Transactional";
759
760
  } | {
760
761
  __kind: "Exhausted";
761
762
  } | {
@@ -765,12 +766,11 @@ declare const polkadotIngressEgressCcmEgressInvalid: z.ZodObject<{
765
766
  } | {
766
767
  __kind: "RootNotAllowed";
767
768
  } | {
769
+ __kind: "Trie";
768
770
  value: {
769
771
  __kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
770
772
  };
771
- __kind: "Trie";
772
773
  };
773
- __kind: "DispatchError";
774
774
  }>, z.ZodObject<{
775
775
  __kind: z.ZodLiteral<"NoVault">;
776
776
  }, "strip", z.ZodTypeAny, {
@@ -788,6 +788,7 @@ declare const polkadotIngressEgressCcmEgressInvalid: z.ZodObject<{
788
788
  error: {
789
789
  __kind: "Unsupported";
790
790
  } | {
791
+ __kind: "FailedToBuildCcmForSolana";
791
792
  value: {
792
793
  __kind: "CannotLookupApiEnvironment";
793
794
  } | {
@@ -799,17 +800,18 @@ declare const polkadotIngressEgressCcmEgressInvalid: z.ZodObject<{
799
800
  } | {
800
801
  __kind: "NoAvailableNonceAccount";
801
802
  } | {
802
- value: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
803
803
  __kind: "FailedToDeriveAddress";
804
+ value: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
804
805
  } | {
805
- value: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "TooManyAddressLookupTables";
806
806
  __kind: "InvalidCcm";
807
+ value: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "TooManyAddressLookupTables";
807
808
  } | {
808
809
  __kind: "FailedToSerializeFinalTransaction";
809
810
  } | {
810
- value: number;
811
811
  __kind: "FinalTransactionExceededMaxLength";
812
+ value: number;
812
813
  } | {
814
+ __kind: "DispatchError";
813
815
  value: {
814
816
  __kind: "Other";
815
817
  } | {
@@ -817,11 +819,11 @@ declare const polkadotIngressEgressCcmEgressInvalid: z.ZodObject<{
817
819
  } | {
818
820
  __kind: "BadOrigin";
819
821
  } | {
822
+ __kind: "Module";
820
823
  value: {
821
824
  index: number;
822
825
  error: `0x${string}`;
823
826
  };
824
- __kind: "Module";
825
827
  } | {
826
828
  __kind: "ConsumerRemaining";
827
829
  } | {
@@ -829,14 +831,14 @@ declare const polkadotIngressEgressCcmEgressInvalid: z.ZodObject<{
829
831
  } | {
830
832
  __kind: "TooManyConsumers";
831
833
  } | {
832
- value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
833
834
  __kind: "Token";
835
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
834
836
  } | {
835
- value: "Underflow" | "Overflow" | "DivisionByZero";
836
837
  __kind: "Arithmetic";
838
+ value: "Underflow" | "Overflow" | "DivisionByZero";
837
839
  } | {
838
- value: "LimitReached" | "NoLayer";
839
840
  __kind: "Transactional";
841
+ value: "LimitReached" | "NoLayer";
840
842
  } | {
841
843
  __kind: "Exhausted";
842
844
  } | {
@@ -846,17 +848,16 @@ declare const polkadotIngressEgressCcmEgressInvalid: z.ZodObject<{
846
848
  } | {
847
849
  __kind: "RootNotAllowed";
848
850
  } | {
849
- value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
850
851
  __kind: "Trie";
852
+ value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
851
853
  };
852
- __kind: "DispatchError";
853
854
  } | {
854
855
  __kind: "AltsNotYetWitnessed";
855
856
  } | {
856
857
  __kind: "AltsInvalid";
857
858
  };
858
- __kind: "FailedToBuildCcmForSolana";
859
859
  } | {
860
+ __kind: "DispatchError";
860
861
  value: {
861
862
  __kind: "Other";
862
863
  } | {
@@ -864,11 +865,11 @@ declare const polkadotIngressEgressCcmEgressInvalid: z.ZodObject<{
864
865
  } | {
865
866
  __kind: "BadOrigin";
866
867
  } | {
868
+ __kind: "Module";
867
869
  value: {
868
870
  index: number;
869
871
  error: `0x${string}`;
870
872
  };
871
- __kind: "Module";
872
873
  } | {
873
874
  __kind: "ConsumerRemaining";
874
875
  } | {
@@ -876,14 +877,14 @@ declare const polkadotIngressEgressCcmEgressInvalid: z.ZodObject<{
876
877
  } | {
877
878
  __kind: "TooManyConsumers";
878
879
  } | {
879
- value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
880
880
  __kind: "Token";
881
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
881
882
  } | {
882
- value: "Underflow" | "Overflow" | "DivisionByZero";
883
883
  __kind: "Arithmetic";
884
+ value: "Underflow" | "Overflow" | "DivisionByZero";
884
885
  } | {
885
- value: "LimitReached" | "NoLayer";
886
886
  __kind: "Transactional";
887
+ value: "LimitReached" | "NoLayer";
887
888
  } | {
888
889
  __kind: "Exhausted";
889
890
  } | {
@@ -893,10 +894,9 @@ declare const polkadotIngressEgressCcmEgressInvalid: z.ZodObject<{
893
894
  } | {
894
895
  __kind: "RootNotAllowed";
895
896
  } | {
896
- value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
897
897
  __kind: "Trie";
898
+ value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
898
899
  };
899
- __kind: "DispatchError";
900
900
  } | {
901
901
  __kind: "NoVault";
902
902
  } | {
@@ -907,6 +907,7 @@ declare const polkadotIngressEgressCcmEgressInvalid: z.ZodObject<{
907
907
  error: {
908
908
  __kind: "Unsupported";
909
909
  } | {
910
+ __kind: "FailedToBuildCcmForSolana";
910
911
  value: {
911
912
  __kind: "CannotLookupApiEnvironment";
912
913
  } | {
@@ -918,21 +919,22 @@ declare const polkadotIngressEgressCcmEgressInvalid: z.ZodObject<{
918
919
  } | {
919
920
  __kind: "NoAvailableNonceAccount";
920
921
  } | {
922
+ __kind: "FailedToDeriveAddress";
921
923
  value: {
922
924
  __kind: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
923
925
  };
924
- __kind: "FailedToDeriveAddress";
925
926
  } | {
927
+ __kind: "InvalidCcm";
926
928
  value: {
927
929
  __kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "TooManyAddressLookupTables";
928
930
  };
929
- __kind: "InvalidCcm";
930
931
  } | {
931
932
  __kind: "FailedToSerializeFinalTransaction";
932
933
  } | {
933
- value: number;
934
934
  __kind: "FinalTransactionExceededMaxLength";
935
+ value: number;
935
936
  } | {
937
+ __kind: "DispatchError";
936
938
  value: {
937
939
  __kind: "Other";
938
940
  } | {
@@ -940,11 +942,11 @@ declare const polkadotIngressEgressCcmEgressInvalid: z.ZodObject<{
940
942
  } | {
941
943
  __kind: "BadOrigin";
942
944
  } | {
945
+ __kind: "Module";
943
946
  value: {
944
947
  index: number;
945
948
  error: string;
946
949
  };
947
- __kind: "Module";
948
950
  } | {
949
951
  __kind: "ConsumerRemaining";
950
952
  } | {
@@ -952,20 +954,20 @@ declare const polkadotIngressEgressCcmEgressInvalid: z.ZodObject<{
952
954
  } | {
953
955
  __kind: "TooManyConsumers";
954
956
  } | {
957
+ __kind: "Token";
955
958
  value: {
956
959
  __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
957
960
  };
958
- __kind: "Token";
959
961
  } | {
962
+ __kind: "Arithmetic";
960
963
  value: {
961
964
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
962
965
  };
963
- __kind: "Arithmetic";
964
966
  } | {
967
+ __kind: "Transactional";
965
968
  value: {
966
969
  __kind: "LimitReached" | "NoLayer";
967
970
  };
968
- __kind: "Transactional";
969
971
  } | {
970
972
  __kind: "Exhausted";
971
973
  } | {
@@ -975,19 +977,18 @@ declare const polkadotIngressEgressCcmEgressInvalid: z.ZodObject<{
975
977
  } | {
976
978
  __kind: "RootNotAllowed";
977
979
  } | {
980
+ __kind: "Trie";
978
981
  value: {
979
982
  __kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
980
983
  };
981
- __kind: "Trie";
982
984
  };
983
- __kind: "DispatchError";
984
985
  } | {
985
986
  __kind: "AltsNotYetWitnessed";
986
987
  } | {
987
988
  __kind: "AltsInvalid";
988
989
  };
989
- __kind: "FailedToBuildCcmForSolana";
990
990
  } | {
991
+ __kind: "DispatchError";
991
992
  value: {
992
993
  __kind: "Other";
993
994
  } | {
@@ -995,11 +996,11 @@ declare const polkadotIngressEgressCcmEgressInvalid: z.ZodObject<{
995
996
  } | {
996
997
  __kind: "BadOrigin";
997
998
  } | {
999
+ __kind: "Module";
998
1000
  value: {
999
1001
  index: number;
1000
1002
  error: string;
1001
1003
  };
1002
- __kind: "Module";
1003
1004
  } | {
1004
1005
  __kind: "ConsumerRemaining";
1005
1006
  } | {
@@ -1007,20 +1008,20 @@ declare const polkadotIngressEgressCcmEgressInvalid: z.ZodObject<{
1007
1008
  } | {
1008
1009
  __kind: "TooManyConsumers";
1009
1010
  } | {
1011
+ __kind: "Token";
1010
1012
  value: {
1011
1013
  __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1012
1014
  };
1013
- __kind: "Token";
1014
1015
  } | {
1016
+ __kind: "Arithmetic";
1015
1017
  value: {
1016
1018
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
1017
1019
  };
1018
- __kind: "Arithmetic";
1019
1020
  } | {
1021
+ __kind: "Transactional";
1020
1022
  value: {
1021
1023
  __kind: "LimitReached" | "NoLayer";
1022
1024
  };
1023
- __kind: "Transactional";
1024
1025
  } | {
1025
1026
  __kind: "Exhausted";
1026
1027
  } | {
@@ -1030,12 +1031,11 @@ declare const polkadotIngressEgressCcmEgressInvalid: z.ZodObject<{
1030
1031
  } | {
1031
1032
  __kind: "RootNotAllowed";
1032
1033
  } | {
1034
+ __kind: "Trie";
1033
1035
  value: {
1034
1036
  __kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
1035
1037
  };
1036
- __kind: "Trie";
1037
1038
  };
1038
- __kind: "DispatchError";
1039
1039
  } | {
1040
1040
  __kind: "NoVault";
1041
1041
  } | {