@chainflip/processor 2.1.0-alpha.4 → 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3249) hide show
  1. package/dist/100/bitcoinBroadcaster/transactionBroadcastRequest.d.ts +46 -0
  2. package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.d.ts +110 -0
  3. package/dist/100/bitcoinIngressEgress/depositIgnored.d.ts +141 -0
  4. package/dist/100/bitcoinIngressEgress/depositReceived.d.ts +141 -0
  5. package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.ts +423 -0
  6. package/dist/100/bitcoinIngressEgress/egressScheduled.d.ts +136 -0
  7. package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.ts +123 -0
  8. package/dist/100/bitcoinThresholdSigner/failureReportProcessed.d.ts +18 -0
  9. package/dist/100/bitcoinThresholdSigner/retryRequested.d.ts +15 -0
  10. package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.d.ts +336 -0
  11. package/dist/100/bitcoinThresholdSigner/thresholdSignatureFailed.d.ts +18 -0
  12. package/dist/100/bitcoinThresholdSigner/thresholdSignatureRequest.d.ts +52 -0
  13. package/dist/100/bitcoinThresholdSigner/thresholdSignatureSuccess.d.ts +15 -0
  14. package/dist/100/common.d.ts +3546 -0
  15. package/dist/100/ethereumBroadcaster/transactionBroadcastRequest.d.ts +91 -0
  16. package/dist/100/ethereumBroadcaster/transactionFeeDeficitRecorded.d.ts +15 -0
  17. package/dist/100/ethereumIngressEgress/depositIgnored.d.ts +28 -0
  18. package/dist/100/ethereumIngressEgress/depositReceived.d.ts +28 -0
  19. package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.ts +264 -0
  20. package/dist/100/ethereumIngressEgress/egressScheduled.d.ts +41 -0
  21. package/dist/100/ethereumIngressEgress/vaultTransferFailed.d.ts +28 -0
  22. package/dist/100/ethereumThresholdSigner/failureReportProcessed.d.ts +18 -0
  23. package/dist/100/ethereumThresholdSigner/retryRequested.d.ts +15 -0
  24. package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.d.ts +336 -0
  25. package/dist/100/ethereumThresholdSigner/thresholdSignatureFailed.d.ts +18 -0
  26. package/dist/100/ethereumThresholdSigner/thresholdSignatureRequest.d.ts +54 -0
  27. package/dist/100/ethereumThresholdSigner/thresholdSignatureSuccess.d.ts +15 -0
  28. package/dist/100/funding/boundExecutorAddress.d.ts +15 -0
  29. package/dist/100/funding/boundRedeemAddress.d.ts +15 -0
  30. package/dist/100/funding/failedFundingAttempt.d.ts +18 -0
  31. package/dist/100/funding/funded.d.ts +21 -0
  32. package/dist/100/funding/redemptionRequested.d.ts +21 -0
  33. package/dist/100/liquidityPools/limitOrderUpdated.d.ts +86 -0
  34. package/dist/100/liquidityPools/rangeOrderUpdated.d.ts +209 -0
  35. package/dist/100/liquidityProvider/accountCredited.d.ts +28 -0
  36. package/dist/100/liquidityProvider/accountDebited.d.ts +28 -0
  37. package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.ts +67 -0
  38. package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.ts +206 -0
  39. package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.ts +74 -0
  40. package/dist/100/polkadotBroadcaster/transactionBroadcastRequest.d.ts +46 -0
  41. package/dist/100/polkadotBroadcaster/transactionFeeDeficitRecorded.d.ts +15 -0
  42. package/dist/100/polkadotIngressEgress/depositIgnored.d.ts +28 -0
  43. package/dist/100/polkadotIngressEgress/depositReceived.d.ts +28 -0
  44. package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.ts +264 -0
  45. package/dist/100/polkadotIngressEgress/egressScheduled.d.ts +41 -0
  46. package/dist/100/polkadotIngressEgress/vaultTransferFailed.d.ts +28 -0
  47. package/dist/100/polkadotThresholdSigner/failureReportProcessed.d.ts +18 -0
  48. package/dist/100/polkadotThresholdSigner/retryRequested.d.ts +15 -0
  49. package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.d.ts +336 -0
  50. package/dist/100/polkadotThresholdSigner/thresholdSignatureFailed.d.ts +18 -0
  51. package/dist/100/polkadotThresholdSigner/thresholdSignatureRequest.d.ts +27 -0
  52. package/dist/100/polkadotThresholdSigner/thresholdSignatureSuccess.d.ts +15 -0
  53. package/dist/100/reputation/offencePenalty.d.ts +28 -0
  54. package/dist/100/swapping/batchSwapFailed.d.ts +38 -0
  55. package/dist/100/swapping/ccmDepositReceived.d.ts +354 -0
  56. package/dist/100/swapping/ccmFailed.d.ts +355 -0
  57. package/dist/100/swapping/minimumSwapAmountSet.d.ts +25 -0
  58. package/dist/100/swapping/swapAmountTooLow.d.ts +149 -0
  59. package/dist/100/swapping/swapEgressScheduled.d.ts +41 -0
  60. package/dist/100/swapping/swapExecuted.d.ts +47 -0
  61. package/dist/100/swapping/swapScheduled.d.ts +450 -0
  62. package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.ts +971 -0
  63. package/dist/11000/arbitrumIngressEgress/depositFailed.d.ts +1355 -0
  64. package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +978 -0
  65. package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.ts +971 -0
  66. package/dist/11000/assethubIngressEgress/depositFailed.d.ts +1346 -0
  67. package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.ts +978 -0
  68. package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.ts +971 -0
  69. package/dist/11000/bitcoinIngressEgress/depositFailed.d.ts +2264 -0
  70. package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +978 -0
  71. package/dist/11000/bitcoinIngressEgress/invalidCcmRefunded.d.ts +123 -0
  72. package/dist/11000/common.d.ts +21444 -0
  73. package/dist/11000/environment/runtimeSafeModeUpdated.d.ts +1366 -0
  74. package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.d.ts +971 -0
  75. package/dist/11000/ethereumIngressEgress/depositFailed.d.ts +1355 -0
  76. package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +978 -0
  77. package/dist/11000/lendingPools/boostFundsAdded.d.ts +45 -0
  78. package/dist/11000/lendingPools/boostPoolCreated.d.ts +39 -0
  79. package/dist/11000/lendingPools/stoppedBoosting.d.ts +48 -0
  80. package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.ts +971 -0
  81. package/dist/11000/polkadotIngressEgress/depositFailed.d.ts +1346 -0
  82. package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +978 -0
  83. package/dist/11000/solanaElections/unknownElection.d.ts +54 -0
  84. package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.ts +971 -0
  85. package/dist/11000/solanaIngressEgress/depositFailed.d.ts +1305 -0
  86. package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +978 -0
  87. package/dist/11000/swapping/palletConfigUpdated.d.ts +255 -0
  88. package/dist/11000/swapping/refundEgressScheduled.d.ts +57 -0
  89. package/dist/11000/swapping/refundedOnChain.d.ts +34 -0
  90. package/dist/11000/swapping/swapDepositAddressReady.d.ts +657 -0
  91. package/dist/11000/swapping/swapRequested.d.ts +1434 -0
  92. package/dist/11000/tradingStrategy/strategyDeployed.d.ts +134 -0
  93. package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.ts +126 -0
  94. package/dist/111/common.d.ts +457 -0
  95. package/dist/111/ethereumIngressEgress/transferFallbackRequested.d.ts +31 -0
  96. package/dist/111/liquidityPools/limitOrderUpdated.d.ts +99 -0
  97. package/dist/111/liquidityPools/newPoolCreated.d.ts +41 -0
  98. package/dist/111/liquidityPools/poolFeeSet.d.ts +38 -0
  99. package/dist/111/liquidityPools/rangeOrderUpdated.d.ts +209 -0
  100. package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.ts +235 -0
  101. package/dist/111/polkadotIngressEgress/transferFallbackRequested.d.ts +31 -0
  102. package/dist/11100/arbitrumIngressEgress/depositFailed.d.ts +1417 -0
  103. package/dist/11100/assethubIngressEgress/depositFailed.d.ts +1408 -0
  104. package/dist/11100/bitcoinIngressEgress/depositFailed.d.ts +2326 -0
  105. package/dist/11100/common.d.ts +24514 -0
  106. package/dist/11100/environment/runtimeSafeModeUpdated.d.ts +1516 -0
  107. package/dist/11100/ethereumIngressEgress/depositFailed.d.ts +1417 -0
  108. package/dist/11100/funding/sCCallCannotBeDecoded.d.ts +18 -0
  109. package/dist/11100/funding/sCCallCannotBeExecuted.d.ts +625 -0
  110. package/dist/11100/funding/sCCallExecuted.d.ts +252 -0
  111. package/dist/11100/genericElections/electoralEvent.d.ts +64 -0
  112. package/dist/11100/lendingPools/collateralAdded.d.ts +38 -0
  113. package/dist/11100/lendingPools/collateralRemoved.d.ts +38 -0
  114. package/dist/11100/lendingPools/lendingFeeCollectionInitiated.d.ts +25 -0
  115. package/dist/11100/lendingPools/lendingFundsAdded.d.ts +28 -0
  116. package/dist/11100/lendingPools/lendingFundsRemoved.d.ts +28 -0
  117. package/dist/11100/lendingPools/lendingPoolCreated.d.ts +22 -0
  118. package/dist/11100/lendingPools/loanCreated.d.ts +34 -0
  119. package/dist/11100/lendingPools/loanRepaid.d.ts +28 -0
  120. package/dist/11100/lendingPools/loanSettled.d.ts +25 -0
  121. package/dist/11100/polkadotIngressEgress/depositFailed.d.ts +1408 -0
  122. package/dist/11100/solanaIngressEgress/depositFailed.d.ts +1367 -0
  123. package/dist/11100/swapping/swapAborted.d.ts +25 -0
  124. package/dist/11100/swapping/swapDepositAddressReady.d.ts +695 -0
  125. package/dist/11100/swapping/swapExecuted.d.ts +59 -0
  126. package/dist/11100/swapping/swapRequested.d.ts +3022 -0
  127. package/dist/11100/swapping/swapRescheduled.d.ts +28 -0
  128. package/dist/11100/validator/maxBidUpdated.d.ts +45 -0
  129. package/dist/11100/validator/rotationPhaseUpdated.d.ts +237 -0
  130. package/dist/11200/arbitrumIngressEgress/depositBoosted.d.ts +204 -0
  131. package/dist/11200/assethubIngressEgress/depositBoosted.d.ts +194 -0
  132. package/dist/11200/bitcoinIngressEgress/depositBoosted.d.ts +418 -0
  133. package/dist/11200/ethereumIngressEgress/depositBoosted.d.ts +204 -0
  134. package/dist/11200/polkadotIngressEgress/depositBoosted.d.ts +194 -0
  135. package/dist/11200/solanaIngressEgress/depositBoosted.d.ts +224 -0
  136. package/dist/120/bitcoinIngressEgress/depositIgnored.d.ts +154 -0
  137. package/dist/120/bitcoinIngressEgress/depositReceived.d.ts +207 -0
  138. package/dist/120/common.d.ts +955 -0
  139. package/dist/120/emissions/flipBurnSkipped.d.ts +229 -0
  140. package/dist/120/ethereumIngressEgress/depositIgnored.d.ts +41 -0
  141. package/dist/120/ethereumIngressEgress/depositReceived.d.ts +94 -0
  142. package/dist/120/liquidityProvider/liquidityDepositCredited.d.ts +28 -0
  143. package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.ts +77 -0
  144. package/dist/120/polkadotIngressEgress/depositIgnored.d.ts +41 -0
  145. package/dist/120/polkadotIngressEgress/depositReceived.d.ts +94 -0
  146. package/dist/120/swapping/ccmFailed.d.ts +355 -0
  147. package/dist/120/swapping/swapEgressIgnored.d.ts +248 -0
  148. package/dist/120/swapping/swapEgressScheduled.d.ts +44 -0
  149. package/dist/120/swapping/swapExecuted.d.ts +53 -0
  150. package/dist/120/swapping/withdrawalRequested.d.ts +64 -0
  151. package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.ts +31 -0
  152. package/dist/131/bitcoinIngressEgress/depositIgnored.d.ts +154 -0
  153. package/dist/131/common.d.ts +2831 -0
  154. package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.ts +25 -0
  155. package/dist/131/ethereumIngressEgress/depositIgnored.d.ts +41 -0
  156. package/dist/131/liquidityPools/assetSwapped.d.ts +41 -0
  157. package/dist/131/liquidityPools/limitOrderUpdated.d.ts +99 -0
  158. package/dist/131/liquidityPools/newPoolCreated.d.ts +41 -0
  159. package/dist/131/liquidityPools/poolFeeSet.d.ts +38 -0
  160. package/dist/131/liquidityPools/rangeOrderUpdated.d.ts +209 -0
  161. package/dist/131/liquidityProvider/accountCredited.d.ts +28 -0
  162. package/dist/131/liquidityProvider/accountDebited.d.ts +28 -0
  163. package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.ts +73 -0
  164. package/dist/131/liquidityProvider/liquidityDepositCredited.d.ts +28 -0
  165. package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.ts +77 -0
  166. package/dist/131/reputation/offencePenalty.d.ts +28 -0
  167. package/dist/131/swapping/batchSwapFailed.d.ts +38 -0
  168. package/dist/131/swapping/ccmFailed.d.ts +443 -0
  169. package/dist/131/swapping/maximumSwapAmountSet.d.ts +25 -0
  170. package/dist/131/swapping/swapAmountConfiscated.d.ts +44 -0
  171. package/dist/131/swapping/swapDepositAddressReady.d.ts +145 -0
  172. package/dist/131/swapping/swapEgressIgnored.d.ts +248 -0
  173. package/dist/131/swapping/swapEgressScheduled.d.ts +44 -0
  174. package/dist/131/swapping/swapExecuted.d.ts +53 -0
  175. package/dist/131/swapping/swapScheduled.d.ts +463 -0
  176. package/dist/131/swapping/withdrawalRequested.d.ts +77 -0
  177. package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.ts +333 -0
  178. package/dist/141/arbitrumBroadcaster/transactionFeeDeficitRecorded.d.ts +15 -0
  179. package/dist/141/arbitrumIngressEgress/boostFundsAdded.d.ts +45 -0
  180. package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.ts +242 -0
  181. package/dist/141/arbitrumIngressEgress/depositBoosted.d.ts +118 -0
  182. package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.ts +25 -0
  183. package/dist/141/arbitrumIngressEgress/depositFinalised.d.ts +112 -0
  184. package/dist/141/arbitrumIngressEgress/depositIgnored.d.ts +41 -0
  185. package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.ts +264 -0
  186. package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +370 -0
  187. package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.ts +31 -0
  188. package/dist/141/arbitrumIngressEgress/stoppedBoosting.d.ts +48 -0
  189. package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.ts +31 -0
  190. package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.ts +45 -0
  191. package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.ts +242 -0
  192. package/dist/141/bitcoinIngressEgress/depositBoosted.d.ts +231 -0
  193. package/dist/141/bitcoinIngressEgress/depositFinalised.d.ts +225 -0
  194. package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.ts +31 -0
  195. package/dist/141/bitcoinIngressEgress/stoppedBoosting.d.ts +48 -0
  196. package/dist/141/common.d.ts +4035 -0
  197. package/dist/141/emissions/networkFeeBurned.d.ts +25 -0
  198. package/dist/141/environment/runtimeSafeModeUpdated.d.ts +956 -0
  199. package/dist/141/ethereumIngressEgress/boostFundsAdded.d.ts +45 -0
  200. package/dist/141/ethereumIngressEgress/ccmEgressInvalid.d.ts +242 -0
  201. package/dist/141/ethereumIngressEgress/depositBoosted.d.ts +118 -0
  202. package/dist/141/ethereumIngressEgress/depositFinalised.d.ts +112 -0
  203. package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.ts +31 -0
  204. package/dist/141/ethereumIngressEgress/stoppedBoosting.d.ts +48 -0
  205. package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.ts +336 -0
  206. package/dist/141/liquidityPools/limitOrderUpdated.d.ts +99 -0
  207. package/dist/141/liquidityPools/rangeOrderUpdated.d.ts +209 -0
  208. package/dist/141/liquidityProvider/accountCredited.d.ts +28 -0
  209. package/dist/141/liquidityProvider/accountDebited.d.ts +28 -0
  210. package/dist/141/liquidityProvider/assetTransferred.d.ts +31 -0
  211. package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.ts +79 -0
  212. package/dist/141/liquidityProvider/liquidityDepositCredited.d.ts +28 -0
  213. package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.ts +221 -0
  214. package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.ts +83 -0
  215. package/dist/141/polkadotIngressEgress/boostFundsAdded.d.ts +45 -0
  216. package/dist/141/polkadotIngressEgress/ccmEgressInvalid.d.ts +242 -0
  217. package/dist/141/polkadotIngressEgress/depositBoosted.d.ts +118 -0
  218. package/dist/141/polkadotIngressEgress/depositFinalised.d.ts +112 -0
  219. package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.ts +31 -0
  220. package/dist/141/polkadotIngressEgress/stoppedBoosting.d.ts +48 -0
  221. package/dist/141/swapping/batchSwapFailed.d.ts +38 -0
  222. package/dist/141/swapping/ccmDepositReceived.d.ts +381 -0
  223. package/dist/141/swapping/ccmFailed.d.ts +479 -0
  224. package/dist/141/swapping/swapDepositAddressReady.d.ts +175 -0
  225. package/dist/141/swapping/swapEgressIgnored.d.ts +248 -0
  226. package/dist/141/swapping/swapEgressScheduled.d.ts +44 -0
  227. package/dist/141/swapping/swapExecuted.d.ts +376 -0
  228. package/dist/141/swapping/swapScheduled.d.ts +512 -0
  229. package/dist/141/swapping/withdrawalRequested.d.ts +83 -0
  230. package/dist/141/tokenholderGovernance/proposalEnacted.d.ts +54 -0
  231. package/dist/141/tokenholderGovernance/proposalPassed.d.ts +54 -0
  232. package/dist/141/tokenholderGovernance/proposalRejected.d.ts +54 -0
  233. package/dist/141/tokenholderGovernance/proposalSubmitted.d.ts +54 -0
  234. package/dist/141/validator/rotationPhaseUpdated.d.ts +265 -0
  235. package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.ts +242 -0
  236. package/dist/150/arbitrumIngressEgress/depositBoosted.d.ts +134 -0
  237. package/dist/150/arbitrumIngressEgress/depositFinalised.d.ts +128 -0
  238. package/dist/150/arbitrumIngressEgress/depositIgnored.d.ts +54 -0
  239. package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.ts +283 -0
  240. package/dist/150/assetBalances/refundScheduled.d.ts +236 -0
  241. package/dist/150/assetBalances/refundSkipped.d.ts +453 -0
  242. package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.ts +242 -0
  243. package/dist/150/bitcoinIngressEgress/depositBoosted.d.ts +234 -0
  244. package/dist/150/bitcoinIngressEgress/depositFinalised.d.ts +228 -0
  245. package/dist/150/common.d.ts +4085 -0
  246. package/dist/150/emissions/networkFeeBurned.d.ts +25 -0
  247. package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.ts +242 -0
  248. package/dist/150/ethereumIngressEgress/depositBoosted.d.ts +134 -0
  249. package/dist/150/ethereumIngressEgress/depositFinalised.d.ts +128 -0
  250. package/dist/150/ethereumIngressEgress/depositIgnored.d.ts +54 -0
  251. package/dist/150/ethereumIngressEgress/depositWitnessRejected.d.ts +283 -0
  252. package/dist/150/liquidityPools/assetSwapped.d.ts +41 -0
  253. package/dist/150/liquidityPools/limitOrderUpdated.d.ts +99 -0
  254. package/dist/150/liquidityPools/newPoolCreated.d.ts +41 -0
  255. package/dist/150/liquidityPools/poolFeeSet.d.ts +38 -0
  256. package/dist/150/liquidityPools/rangeOrderUpdated.d.ts +209 -0
  257. package/dist/150/liquidityProvider/accountCredited.d.ts +28 -0
  258. package/dist/150/liquidityProvider/accountDebited.d.ts +28 -0
  259. package/dist/150/liquidityProvider/assetTransferred.d.ts +31 -0
  260. package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.ts +85 -0
  261. package/dist/150/liquidityProvider/liquidityDepositCredited.d.ts +28 -0
  262. package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.ts +236 -0
  263. package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.ts +89 -0
  264. package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.ts +242 -0
  265. package/dist/150/polkadotIngressEgress/depositBoosted.d.ts +124 -0
  266. package/dist/150/polkadotIngressEgress/depositFinalised.d.ts +118 -0
  267. package/dist/150/polkadotIngressEgress/depositIgnored.d.ts +44 -0
  268. package/dist/150/polkadotIngressEgress/depositWitnessRejected.d.ts +269 -0
  269. package/dist/150/solanaBroadcaster/transactionBroadcastRequest.d.ts +18 -0
  270. package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.ts +242 -0
  271. package/dist/150/solanaIngressEgress/depositBoosted.d.ts +121 -0
  272. package/dist/150/solanaIngressEgress/depositFetchesScheduled.d.ts +25 -0
  273. package/dist/150/solanaIngressEgress/depositFinalised.d.ts +115 -0
  274. package/dist/150/solanaIngressEgress/depositIgnored.d.ts +41 -0
  275. package/dist/150/solanaIngressEgress/depositWitnessRejected.d.ts +264 -0
  276. package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.d.ts +31 -0
  277. package/dist/150/solanaIngressEgress/transferFallbackRequested.d.ts +31 -0
  278. package/dist/150/solanaThresholdSigner/failureReportProcessed.d.ts +18 -0
  279. package/dist/150/solanaThresholdSigner/retryRequested.d.ts +15 -0
  280. package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.ts +336 -0
  281. package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.ts +18 -0
  282. package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.ts +24 -0
  283. package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.ts +15 -0
  284. package/dist/150/swapping/batchSwapFailed.d.ts +38 -0
  285. package/dist/150/swapping/ccmDepositReceived.d.ts +408 -0
  286. package/dist/150/swapping/ccmFailed.d.ts +515 -0
  287. package/dist/150/swapping/maximumSwapAmountSet.d.ts +25 -0
  288. package/dist/150/swapping/refundEgressIgnored.d.ts +248 -0
  289. package/dist/150/swapping/refundEgressScheduled.d.ts +44 -0
  290. package/dist/150/swapping/swapAmountConfiscated.d.ts +44 -0
  291. package/dist/150/swapping/swapDepositAddressReady.d.ts +273 -0
  292. package/dist/150/swapping/swapEgressIgnored.d.ts +248 -0
  293. package/dist/150/swapping/swapEgressScheduled.d.ts +44 -0
  294. package/dist/150/swapping/swapExecuted.d.ts +397 -0
  295. package/dist/150/swapping/swapScheduled.d.ts +548 -0
  296. package/dist/150/swapping/withdrawalRequested.d.ts +89 -0
  297. package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.ts +533 -0
  298. package/dist/160/arbitrumIngressEgress/depositBoosted.d.ts +129 -0
  299. package/dist/160/arbitrumIngressEgress/depositFinalised.d.ts +123 -0
  300. package/dist/160/assetBalances/accountCredited.d.ts +31 -0
  301. package/dist/160/assetBalances/accountDebited.d.ts +31 -0
  302. package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.ts +533 -0
  303. package/dist/160/bitcoinIngressEgress/depositBoosted.d.ts +229 -0
  304. package/dist/160/bitcoinIngressEgress/depositFinalised.d.ts +223 -0
  305. package/dist/160/common.d.ts +3828 -0
  306. package/dist/160/environment/runtimeSafeModeUpdated.d.ts +1105 -0
  307. package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.ts +533 -0
  308. package/dist/160/ethereumIngressEgress/depositBoosted.d.ts +129 -0
  309. package/dist/160/ethereumIngressEgress/depositFinalised.d.ts +123 -0
  310. package/dist/160/liquidityPools/assetSwapped.d.ts +41 -0
  311. package/dist/160/liquidityPools/limitOrderUpdated.d.ts +99 -0
  312. package/dist/160/liquidityPools/newPoolCreated.d.ts +41 -0
  313. package/dist/160/liquidityPools/orderDeletionFailed.d.ts +127 -0
  314. package/dist/160/liquidityPools/poolFeeSet.d.ts +38 -0
  315. package/dist/160/liquidityPools/rangeOrderUpdated.d.ts +209 -0
  316. package/dist/160/liquidityProvider/assetTransferred.d.ts +31 -0
  317. package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.ts +85 -0
  318. package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.ts +89 -0
  319. package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.ts +533 -0
  320. package/dist/160/polkadotIngressEgress/depositBoosted.d.ts +119 -0
  321. package/dist/160/polkadotIngressEgress/depositFinalised.d.ts +113 -0
  322. package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.ts +533 -0
  323. package/dist/160/solanaIngressEgress/depositBoosted.d.ts +116 -0
  324. package/dist/160/solanaIngressEgress/depositFinalised.d.ts +110 -0
  325. package/dist/160/solanaIngressEgress/depositWitnessRejected.d.ts +264 -0
  326. package/dist/160/swapping/batchSwapFailed.d.ts +38 -0
  327. package/dist/160/swapping/ccmFailed.d.ts +312 -0
  328. package/dist/160/swapping/maximumSwapAmountSet.d.ts +25 -0
  329. package/dist/160/swapping/refundEgressIgnored.d.ts +248 -0
  330. package/dist/160/swapping/refundEgressScheduled.d.ts +44 -0
  331. package/dist/160/swapping/swapAmountConfiscated.d.ts +31 -0
  332. package/dist/160/swapping/swapDepositAddressReady.d.ts +291 -0
  333. package/dist/160/swapping/swapEgressIgnored.d.ts +248 -0
  334. package/dist/160/swapping/swapEgressScheduled.d.ts +44 -0
  335. package/dist/160/swapping/swapExecuted.d.ts +56 -0
  336. package/dist/160/swapping/swapRequested.d.ts +604 -0
  337. package/dist/160/swapping/withdrawalRequested.d.ts +89 -0
  338. package/dist/170/arbitrumIngressEgress/boostedDepositLost.d.ts +15 -0
  339. package/dist/170/arbitrumIngressEgress/ccmFailed.d.ts +312 -0
  340. package/dist/170/arbitrumIngressEgress/depositIgnored.d.ts +54 -0
  341. package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +560 -0
  342. package/dist/170/arbitrumIngressEgress/transactionRejectedByBroker.d.ts +25 -0
  343. package/dist/170/arbitrumIngressEgress/transactionRejectionRequestExpired.d.ts +15 -0
  344. package/dist/170/arbitrumIngressEgress/transactionRejectionRequestReceived.d.ts +18 -0
  345. package/dist/170/bitcoinIngressEgress/boostedDepositLost.d.ts +15 -0
  346. package/dist/170/bitcoinIngressEgress/ccmFailed.d.ts +312 -0
  347. package/dist/170/bitcoinIngressEgress/depositBoosted.d.ts +343 -0
  348. package/dist/170/bitcoinIngressEgress/depositFinalised.d.ts +337 -0
  349. package/dist/170/bitcoinIngressEgress/depositIgnored.d.ts +268 -0
  350. package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.ts +565 -0
  351. package/dist/170/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +560 -0
  352. package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.ts +144 -0
  353. package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.ts +141 -0
  354. package/dist/170/bitcoinIngressEgress/transactionRejectionRequestExpired.d.ts +15 -0
  355. package/dist/170/bitcoinIngressEgress/transactionRejectionRequestReceived.d.ts +18 -0
  356. package/dist/170/common.d.ts +2447 -0
  357. package/dist/170/ethereumIngressEgress/boostedDepositLost.d.ts +15 -0
  358. package/dist/170/ethereumIngressEgress/ccmFailed.d.ts +312 -0
  359. package/dist/170/ethereumIngressEgress/depositIgnored.d.ts +54 -0
  360. package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +560 -0
  361. package/dist/170/ethereumIngressEgress/transactionRejectedByBroker.d.ts +25 -0
  362. package/dist/170/ethereumIngressEgress/transactionRejectionRequestExpired.d.ts +15 -0
  363. package/dist/170/ethereumIngressEgress/transactionRejectionRequestReceived.d.ts +18 -0
  364. package/dist/170/polkadotIngressEgress/boostedDepositLost.d.ts +15 -0
  365. package/dist/170/polkadotIngressEgress/ccmFailed.d.ts +312 -0
  366. package/dist/170/polkadotIngressEgress/depositIgnored.d.ts +44 -0
  367. package/dist/170/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +560 -0
  368. package/dist/170/polkadotIngressEgress/transactionRejectedByBroker.d.ts +15 -0
  369. package/dist/170/polkadotIngressEgress/transactionRejectionRequestExpired.d.ts +30 -0
  370. package/dist/170/polkadotIngressEgress/transactionRejectionRequestReceived.d.ts +33 -0
  371. package/dist/170/reputation/offencePenalty.d.ts +125 -0
  372. package/dist/170/reputation/penaltyUpdated.d.ts +155 -0
  373. package/dist/170/solanaIngressEgress/boostedDepositLost.d.ts +15 -0
  374. package/dist/170/solanaIngressEgress/ccmFailed.d.ts +312 -0
  375. package/dist/170/solanaIngressEgress/depositIgnored.d.ts +41 -0
  376. package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +560 -0
  377. package/dist/170/solanaIngressEgress/transactionRejectionRequestExpired.d.ts +15 -0
  378. package/dist/170/solanaIngressEgress/transactionRejectionRequestReceived.d.ts +18 -0
  379. package/dist/170/swapping/minimumChunkSizeSet.d.ts +25 -0
  380. package/dist/170/swapping/swapRequested.d.ts +713 -0
  381. package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.ts +533 -0
  382. package/dist/180/arbitrumIngressEgress/depositBoosted.d.ts +145 -0
  383. package/dist/180/arbitrumIngressEgress/depositFailed.d.ts +1370 -0
  384. package/dist/180/arbitrumIngressEgress/depositFinalised.d.ts +139 -0
  385. package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +560 -0
  386. package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.d.ts +44 -0
  387. package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.ts +533 -0
  388. package/dist/180/bitcoinIngressEgress/depositBoosted.d.ts +359 -0
  389. package/dist/180/bitcoinIngressEgress/depositFailed.d.ts +2279 -0
  390. package/dist/180/bitcoinIngressEgress/depositFinalised.d.ts +353 -0
  391. package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +560 -0
  392. package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.ts +44 -0
  393. package/dist/180/bitcoinIngressEgress/transferFallbackRequested.d.ts +161 -0
  394. package/dist/180/common.d.ts +12253 -0
  395. package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.ts +533 -0
  396. package/dist/180/ethereumIngressEgress/depositBoosted.d.ts +145 -0
  397. package/dist/180/ethereumIngressEgress/depositFailed.d.ts +1370 -0
  398. package/dist/180/ethereumIngressEgress/depositFinalised.d.ts +139 -0
  399. package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +560 -0
  400. package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.d.ts +44 -0
  401. package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.ts +533 -0
  402. package/dist/180/polkadotIngressEgress/depositBoosted.d.ts +135 -0
  403. package/dist/180/polkadotIngressEgress/depositFailed.d.ts +1361 -0
  404. package/dist/180/polkadotIngressEgress/depositFinalised.d.ts +129 -0
  405. package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +560 -0
  406. package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.d.ts +44 -0
  407. package/dist/180/solanaElections/unknownElection.d.ts +48 -0
  408. package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.ts +533 -0
  409. package/dist/180/solanaIngressEgress/depositBoosted.d.ts +132 -0
  410. package/dist/180/solanaIngressEgress/depositFailed.d.ts +1320 -0
  411. package/dist/180/solanaIngressEgress/depositFinalised.d.ts +126 -0
  412. package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +560 -0
  413. package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.ts +44 -0
  414. package/dist/180/swapping/refundEgressScheduled.d.ts +54 -0
  415. package/dist/180/swapping/swapDepositAddressReady.d.ts +294 -0
  416. package/dist/180/swapping/swapEgressScheduled.d.ts +54 -0
  417. package/dist/180/swapping/swapRequested.d.ts +679 -0
  418. package/dist/180/swapping/swapScheduled.d.ts +34 -0
  419. package/dist/180/swapping/withdrawalRequested.d.ts +92 -0
  420. package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.ts +543 -0
  421. package/dist/190/arbitrumIngressEgress/depositBoosted.d.ts +194 -0
  422. package/dist/190/arbitrumIngressEgress/depositFailed.d.ts +1355 -0
  423. package/dist/190/arbitrumIngressEgress/depositFinalised.d.ts +188 -0
  424. package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +560 -0
  425. package/dist/190/assetBalances/accountCredited.d.ts +31 -0
  426. package/dist/190/assetBalances/accountDebited.d.ts +31 -0
  427. package/dist/190/assetBalances/refundSkipped.d.ts +468 -0
  428. package/dist/190/assethubBroadcaster/broadcastCallbackExecuted.d.ts +333 -0
  429. package/dist/190/assethubBroadcaster/transactionBroadcastRequest.d.ts +31 -0
  430. package/dist/190/assethubIngressEgress/boostedDepositLost.d.ts +15 -0
  431. package/dist/190/assethubIngressEgress/ccmEgressInvalid.d.ts +543 -0
  432. package/dist/190/assethubIngressEgress/depositBoosted.d.ts +184 -0
  433. package/dist/190/assethubIngressEgress/depositFailed.d.ts +1346 -0
  434. package/dist/190/assethubIngressEgress/depositFinalised.d.ts +178 -0
  435. package/dist/190/assethubIngressEgress/failedToBuildAllBatchCall.d.ts +560 -0
  436. package/dist/190/bitcoinIngressEgress/ccmEgressInvalid.d.ts +543 -0
  437. package/dist/190/bitcoinIngressEgress/depositBoosted.d.ts +408 -0
  438. package/dist/190/bitcoinIngressEgress/depositFailed.d.ts +2264 -0
  439. package/dist/190/bitcoinIngressEgress/depositFinalised.d.ts +402 -0
  440. package/dist/190/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +560 -0
  441. package/dist/190/common.d.ts +18203 -0
  442. package/dist/190/ethereumIngressEgress/ccmEgressInvalid.d.ts +543 -0
  443. package/dist/190/ethereumIngressEgress/depositBoosted.d.ts +194 -0
  444. package/dist/190/ethereumIngressEgress/depositFailed.d.ts +1355 -0
  445. package/dist/190/ethereumIngressEgress/depositFinalised.d.ts +188 -0
  446. package/dist/190/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +560 -0
  447. package/dist/190/liquidityPools/assetSwapped.d.ts +41 -0
  448. package/dist/190/liquidityPools/limitOrderUpdated.d.ts +99 -0
  449. package/dist/190/liquidityPools/rangeOrderUpdated.d.ts +209 -0
  450. package/dist/190/liquidityProvider/withdrawalEgressScheduled.d.ts +95 -0
  451. package/dist/190/polkadotIngressEgress/ccmEgressInvalid.d.ts +543 -0
  452. package/dist/190/polkadotIngressEgress/depositBoosted.d.ts +184 -0
  453. package/dist/190/polkadotIngressEgress/depositFailed.d.ts +1346 -0
  454. package/dist/190/polkadotIngressEgress/depositFinalised.d.ts +178 -0
  455. package/dist/190/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +560 -0
  456. package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.ts +543 -0
  457. package/dist/190/solanaIngressEgress/depositBoosted.d.ts +181 -0
  458. package/dist/190/solanaIngressEgress/depositFailed.d.ts +1305 -0
  459. package/dist/190/solanaIngressEgress/depositFinalised.d.ts +175 -0
  460. package/dist/190/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +560 -0
  461. package/dist/190/swapping/creditedOnChain.d.ts +31 -0
  462. package/dist/190/swapping/refundEgressIgnored.d.ts +248 -0
  463. package/dist/190/swapping/refundEgressScheduled.d.ts +54 -0
  464. package/dist/190/swapping/refundedOnChain.d.ts +31 -0
  465. package/dist/190/swapping/swapDepositAddressReady.d.ts +315 -0
  466. package/dist/190/swapping/swapEgressIgnored.d.ts +248 -0
  467. package/dist/190/swapping/swapEgressScheduled.d.ts +54 -0
  468. package/dist/190/swapping/swapExecuted.d.ts +56 -0
  469. package/dist/190/swapping/swapRequested.d.ts +900 -0
  470. package/dist/200/common.d.ts +11087 -0
  471. package/dist/200/environment/runtimeSafeModeUpdated.d.ts +1929 -0
  472. package/dist/200/lendingPools/lendingFundsAdded.d.ts +28 -0
  473. package/dist/200/lendingPools/lendingFundsRemoved.d.ts +28 -0
  474. package/dist/200/lendingPools/liquidationCompleted.d.ts +25 -0
  475. package/dist/200/swapping/swapRequestCompleted.d.ts +25 -0
  476. package/dist/200/swapping/swapRequested.d.ts +3993 -0
  477. package/dist/210/arbitrumElections/allVotesCleared.cjs +8 -0
  478. package/dist/210/arbitrumElections/allVotesCleared.d.ts +6 -0
  479. package/dist/210/arbitrumElections/allVotesCleared.mjs +7 -0
  480. package/dist/210/arbitrumElections/allVotesNotCleared.cjs +8 -0
  481. package/dist/210/arbitrumElections/allVotesNotCleared.d.ts +6 -0
  482. package/dist/210/arbitrumElections/allVotesNotCleared.mjs +7 -0
  483. package/dist/210/arbitrumElections/corruptStorage.cjs +8 -0
  484. package/dist/210/arbitrumElections/corruptStorage.d.ts +6 -0
  485. package/dist/210/arbitrumElections/corruptStorage.mjs +7 -0
  486. package/dist/210/arbitrumElections/electoralEvent.cjs +7 -0
  487. package/dist/210/arbitrumElections/electoralEvent.d.ts +58 -0
  488. package/dist/210/arbitrumElections/electoralEvent.mjs +7 -0
  489. package/dist/210/arbitrumElections/uninitialized.cjs +8 -0
  490. package/dist/210/arbitrumElections/uninitialized.d.ts +6 -0
  491. package/dist/210/arbitrumElections/uninitialized.mjs +7 -0
  492. package/dist/210/arbitrumElections/unknownElection.cjs +9 -0
  493. package/dist/210/arbitrumElections/unknownElection.d.ts +14 -0
  494. package/dist/210/arbitrumElections/unknownElection.mjs +8 -0
  495. package/dist/210/arbitrumIngressEgress/depositBoosted.d.ts +204 -0
  496. package/dist/210/arbitrumIngressEgress/depositFailed.d.ts +1427 -0
  497. package/dist/210/arbitrumIngressEgress/depositFinalised.d.ts +198 -0
  498. package/dist/210/assetBalances/accountCredited.d.ts +31 -0
  499. package/dist/210/assetBalances/accountDebited.d.ts +31 -0
  500. package/dist/210/assethubIngressEgress/depositFailed.d.ts +1418 -0
  501. package/dist/210/bitcoinIngressEgress/depositFailed.d.ts +2336 -0
  502. package/dist/210/common.cjs +146 -12
  503. package/dist/210/common.d.ts +26736 -0
  504. package/dist/210/common.mjs +135 -13
  505. package/dist/210/environment/runtimeSafeModeUpdated.d.ts +1997 -0
  506. package/dist/210/ethereumElections/allVotesCleared.cjs +8 -0
  507. package/dist/210/ethereumElections/allVotesCleared.d.ts +6 -0
  508. package/dist/210/ethereumElections/allVotesCleared.mjs +7 -0
  509. package/dist/210/ethereumElections/allVotesNotCleared.cjs +8 -0
  510. package/dist/210/ethereumElections/allVotesNotCleared.d.ts +6 -0
  511. package/dist/210/ethereumElections/allVotesNotCleared.mjs +7 -0
  512. package/dist/210/ethereumElections/corruptStorage.cjs +8 -0
  513. package/dist/210/ethereumElections/corruptStorage.d.ts +6 -0
  514. package/dist/210/ethereumElections/corruptStorage.mjs +7 -0
  515. package/dist/210/ethereumElections/electoralEvent.cjs +7 -0
  516. package/dist/210/ethereumElections/electoralEvent.d.ts +30 -0
  517. package/dist/210/ethereumElections/electoralEvent.mjs +7 -0
  518. package/dist/210/ethereumElections/uninitialized.cjs +8 -0
  519. package/dist/210/ethereumElections/uninitialized.d.ts +6 -0
  520. package/dist/210/ethereumElections/uninitialized.mjs +7 -0
  521. package/dist/210/ethereumElections/unknownElection.cjs +9 -0
  522. package/dist/210/ethereumElections/unknownElection.d.ts +14 -0
  523. package/dist/210/ethereumElections/unknownElection.mjs +8 -0
  524. package/dist/210/ethereumIngressEgress/depositBoosted.d.ts +204 -0
  525. package/dist/210/ethereumIngressEgress/depositFailed.d.ts +1427 -0
  526. package/dist/210/ethereumIngressEgress/depositFinalised.d.ts +198 -0
  527. package/dist/210/funding/funded.d.ts +88 -0
  528. package/dist/210/lendingPools/boostFundsAdded.d.ts +45 -0
  529. package/dist/210/lendingPools/boostPoolCreated.d.ts +39 -0
  530. package/dist/210/lendingPools/collateralAdded.d.ts +68 -0
  531. package/dist/210/lendingPools/collateralRemoved.d.ts +25 -0
  532. package/dist/210/lendingPools/collateralTopupAssetUpdated.d.ts +25 -0
  533. package/dist/210/lendingPools/lendingFundsAdded.d.ts +28 -0
  534. package/dist/210/lendingPools/lendingFundsRemoved.d.ts +28 -0
  535. package/dist/210/lendingPools/lendingPoolCreated.d.ts +22 -0
  536. package/dist/210/lendingPools/loanCreated.d.ts +31 -0
  537. package/dist/210/lendingPools/palletConfigUpdated.d.ts +423 -0
  538. package/dist/210/lendingPools/stoppedBoosting.d.ts +48 -0
  539. package/dist/210/liquidityPools/assetSwapped.d.ts +41 -0
  540. package/dist/210/liquidityPools/limitOrderUpdated.d.ts +99 -0
  541. package/dist/210/liquidityPools/newPoolCreated.d.ts +41 -0
  542. package/dist/210/liquidityPools/orderDeletionFailed.d.ts +127 -0
  543. package/dist/210/liquidityPools/palletConfigUpdated.d.ts +44 -0
  544. package/dist/210/liquidityPools/poolFeeSet.d.ts +38 -0
  545. package/dist/210/liquidityPools/rangeOrderUpdated.d.ts +209 -0
  546. package/dist/210/liquidityProvider/assetTransferred.d.ts +31 -0
  547. package/dist/210/liquidityProvider/liquidityDepositAddressReady.d.ts +91 -0
  548. package/dist/210/liquidityProvider/withdrawalEgressScheduled.d.ts +95 -0
  549. package/dist/210/polkadotIngressEgress/depositFailed.d.ts +1418 -0
  550. package/dist/210/solanaIngressEgress/assetEgressStatusChanged.cjs +12 -0
  551. package/dist/210/solanaIngressEgress/assetEgressStatusChanged.d.ts +25 -0
  552. package/dist/210/solanaIngressEgress/assetEgressStatusChanged.mjs +11 -0
  553. package/dist/210/solanaIngressEgress/depositBoosted.cjs +22 -0
  554. package/dist/210/solanaIngressEgress/depositBoosted.d.ts +224 -0
  555. package/dist/210/solanaIngressEgress/depositBoosted.mjs +21 -0
  556. package/dist/210/solanaIngressEgress/depositFailed.d.ts +1499 -0
  557. package/dist/210/solanaIngressEgress/depositFetchesScheduled.cjs +12 -0
  558. package/dist/210/solanaIngressEgress/depositFetchesScheduled.d.ts +25 -0
  559. package/dist/210/solanaIngressEgress/depositFetchesScheduled.mjs +11 -0
  560. package/dist/210/solanaIngressEgress/depositFinalised.cjs +20 -0
  561. package/dist/210/solanaIngressEgress/depositFinalised.d.ts +218 -0
  562. package/dist/210/solanaIngressEgress/depositFinalised.mjs +19 -0
  563. package/dist/210/solanaIngressEgress/insufficientBoostLiquidity.cjs +15 -0
  564. package/dist/210/solanaIngressEgress/insufficientBoostLiquidity.d.ts +44 -0
  565. package/dist/210/solanaIngressEgress/insufficientBoostLiquidity.mjs +14 -0
  566. package/dist/210/solanaIngressEgress/invalidCcmRefunded.cjs +13 -0
  567. package/dist/210/solanaIngressEgress/invalidCcmRefunded.d.ts +28 -0
  568. package/dist/210/solanaIngressEgress/invalidCcmRefunded.mjs +12 -0
  569. package/dist/210/solanaIngressEgress/palletConfigUpdated.cjs +9 -0
  570. package/dist/210/solanaIngressEgress/palletConfigUpdated.d.ts +151 -0
  571. package/dist/210/solanaIngressEgress/palletConfigUpdated.mjs +8 -0
  572. package/dist/210/solanaIngressEgress/transferFallbackRequested.cjs +15 -0
  573. package/dist/210/solanaIngressEgress/transferFallbackRequested.d.ts +66 -0
  574. package/dist/210/solanaIngressEgress/transferFallbackRequested.mjs +14 -0
  575. package/dist/210/swapping/accountCreationDepositAddressReady.d.ts +148 -0
  576. package/dist/210/swapping/batchSwapFailed.d.ts +38 -0
  577. package/dist/210/swapping/boundBrokerWithdrawalAddress.cjs +12 -0
  578. package/dist/210/swapping/boundBrokerWithdrawalAddress.d.ts +15 -0
  579. package/dist/210/swapping/boundBrokerWithdrawalAddress.mjs +11 -0
  580. package/dist/210/swapping/creditedOnChain.d.ts +31 -0
  581. package/dist/210/swapping/palletConfigUpdated.d.ts +255 -0
  582. package/dist/210/swapping/refundEgressIgnored.d.ts +248 -0
  583. package/dist/210/swapping/refundEgressScheduled.d.ts +57 -0
  584. package/dist/210/swapping/refundedOnChain.d.ts +34 -0
  585. package/dist/210/swapping/swapAmountConfiscated.d.ts +31 -0
  586. package/dist/210/swapping/swapDepositAddressReady.d.ts +695 -0
  587. package/dist/210/swapping/swapEgressIgnored.d.ts +248 -0
  588. package/dist/210/swapping/swapEgressScheduled.d.ts +54 -0
  589. package/dist/210/swapping/swapExecuted.d.ts +59 -0
  590. package/dist/210/swapping/swapRequested.d.ts +3993 -0
  591. package/dist/210/swapping/withdrawalRequested.d.ts +98 -0
  592. package/dist/210/tradingStrategy/fundsAddedToStrategy.d.ts +25 -0
  593. package/dist/210/tradingStrategy/palletConfigUpdated.d.ts +108 -0
  594. package/dist/210/tradingStrategy/strategyDeployed.d.ts +134 -0
  595. package/dist/EventHandler.d.ts +28 -0
  596. package/dist/HandlerMap.d.ts +24 -0
  597. package/dist/Processor.d.ts +42 -0
  598. package/dist/index.d.ts +4 -0
  599. package/package.json +5 -5
  600. package/dist/100/accountRoles/accountRoleRegistered.d.mts +0 -25
  601. package/dist/100/bitcoinBroadcaster/broadcastAborted.d.mts +0 -12
  602. package/dist/100/bitcoinBroadcaster/broadcastAttemptTimeout.d.mts +0 -27
  603. package/dist/100/bitcoinBroadcaster/broadcastCallbackExecuted.d.mts +0 -333
  604. package/dist/100/bitcoinBroadcaster/broadcastRetryScheduled.d.mts +0 -27
  605. package/dist/100/bitcoinBroadcaster/broadcastSuccess.d.mts +0 -15
  606. package/dist/100/bitcoinBroadcaster/thresholdSignatureInvalid.d.mts +0 -15
  607. package/dist/100/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +0 -46
  608. package/dist/100/bitcoinBroadcaster/transactionBroadcastRequest.d.mts +0 -46
  609. package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.d.cts +0 -110
  610. package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.d.mts +0 -110
  611. package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.d.mts +0 -107
  612. package/dist/100/bitcoinChainTracking/chainStateUpdated.d.mts +0 -77
  613. package/dist/100/bitcoinIngressEgress/assetEgressStatusChanged.d.mts +0 -25
  614. package/dist/100/bitcoinIngressEgress/batchBroadcastRequested.d.mts +0 -25
  615. package/dist/100/bitcoinIngressEgress/ccmBroadcastRequested.d.mts +0 -25
  616. package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.mts +0 -242
  617. package/dist/100/bitcoinIngressEgress/depositFetchesScheduled.d.mts +0 -25
  618. package/dist/100/bitcoinIngressEgress/depositIgnored.d.cts +0 -141
  619. package/dist/100/bitcoinIngressEgress/depositIgnored.d.mts +0 -141
  620. package/dist/100/bitcoinIngressEgress/depositReceived.d.cts +0 -141
  621. package/dist/100/bitcoinIngressEgress/depositReceived.d.mts +0 -141
  622. package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.cts +0 -423
  623. package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.mts +0 -423
  624. package/dist/100/bitcoinIngressEgress/egressScheduled.d.cts +0 -136
  625. package/dist/100/bitcoinIngressEgress/egressScheduled.d.mts +0 -136
  626. package/dist/100/bitcoinIngressEgress/minimumDepositSet.d.mts +0 -25
  627. package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.cts +0 -123
  628. package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.mts +0 -123
  629. package/dist/100/bitcoinThresholdSigner/currentKeyUnavailable.d.mts +0 -15
  630. package/dist/100/bitcoinThresholdSigner/failureReportProcessed.d.cts +0 -18
  631. package/dist/100/bitcoinThresholdSigner/failureReportProcessed.d.mts +0 -18
  632. package/dist/100/bitcoinThresholdSigner/retryRequested.d.cts +0 -15
  633. package/dist/100/bitcoinThresholdSigner/retryRequested.d.mts +0 -15
  634. package/dist/100/bitcoinThresholdSigner/signersUnavailable.d.mts +0 -15
  635. package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.d.cts +0 -336
  636. package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.d.mts +0 -336
  637. package/dist/100/bitcoinThresholdSigner/thresholdSignatureFailed.d.cts +0 -18
  638. package/dist/100/bitcoinThresholdSigner/thresholdSignatureFailed.d.mts +0 -18
  639. package/dist/100/bitcoinThresholdSigner/thresholdSignatureRequest.d.cts +0 -52
  640. package/dist/100/bitcoinThresholdSigner/thresholdSignatureRequest.d.mts +0 -52
  641. package/dist/100/bitcoinThresholdSigner/thresholdSignatureResponseTimeoutUpdated.d.mts +0 -12
  642. package/dist/100/bitcoinThresholdSigner/thresholdSignatureSuccess.d.cts +0 -15
  643. package/dist/100/bitcoinThresholdSigner/thresholdSignatureSuccess.d.mts +0 -15
  644. package/dist/100/bitcoinVault/awaitingGovernanceActivation.d.mts +0 -27
  645. package/dist/100/bitcoinVault/keyHandoverFailure.d.mts +0 -12
  646. package/dist/100/bitcoinVault/keyHandoverFailureReported.d.mts +0 -6
  647. package/dist/100/bitcoinVault/keyHandoverRequest.d.mts +0 -60
  648. package/dist/100/bitcoinVault/keyHandoverResponseTimeout.d.mts +0 -12
  649. package/dist/100/bitcoinVault/keyHandoverSuccess.d.mts +0 -12
  650. package/dist/100/bitcoinVault/keyHandoverSuccessReported.d.mts +0 -6
  651. package/dist/100/bitcoinVault/keyHandoverVerificationFailure.d.mts +0 -12
  652. package/dist/100/bitcoinVault/keyHandoverVerificationSuccess.d.mts +0 -27
  653. package/dist/100/bitcoinVault/keygenFailure.d.mts +0 -6
  654. package/dist/100/bitcoinVault/keygenFailureReported.d.mts +0 -6
  655. package/dist/100/bitcoinVault/keygenRequest.d.mts +0 -18
  656. package/dist/100/bitcoinVault/keygenResponseTimeout.d.mts +0 -6
  657. package/dist/100/bitcoinVault/keygenResponseTimeoutUpdated.d.mts +0 -12
  658. package/dist/100/bitcoinVault/keygenSuccess.d.mts +0 -6
  659. package/dist/100/bitcoinVault/keygenSuccessReported.d.mts +0 -6
  660. package/dist/100/bitcoinVault/keygenVerificationFailure.d.mts +0 -12
  661. package/dist/100/bitcoinVault/keygenVerificationSuccess.d.mts +0 -27
  662. package/dist/100/bitcoinVault/noKeyHandover.d.mts +0 -6
  663. package/dist/100/bitcoinVault/vaultRotatedExternally.d.mts +0 -15
  664. package/dist/100/bitcoinVault/vaultRotationAborted.d.mts +0 -6
  665. package/dist/100/bitcoinVault/vaultRotationCompleted.d.mts +0 -6
  666. package/dist/100/common.d.cts +0 -3546
  667. package/dist/100/common.d.mts +0 -3546
  668. package/dist/100/emissions/backupNodeInflationEmissionsUpdated.d.mts +0 -6
  669. package/dist/100/emissions/currentAuthorityInflationEmissionsUpdated.d.mts +0 -6
  670. package/dist/100/emissions/supplyUpdateBroadcastRequested.d.mts +0 -6
  671. package/dist/100/emissions/supplyUpdateIntervalUpdated.d.mts +0 -6
  672. package/dist/100/environment/addedNewEthAsset.d.mts +0 -14
  673. package/dist/100/environment/bitcoinBlockNumberSetForVault.d.mts +0 -12
  674. package/dist/100/environment/polkadotVaultAccountSet.d.mts +0 -12
  675. package/dist/100/environment/runtimeSafeModeUpdated.d.mts +0 -688
  676. package/dist/100/environment/updatedEthAsset.d.mts +0 -14
  677. package/dist/100/ethereumBroadcaster/broadcastAborted.d.mts +0 -12
  678. package/dist/100/ethereumBroadcaster/broadcastAttemptTimeout.d.mts +0 -27
  679. package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.d.mts +0 -333
  680. package/dist/100/ethereumBroadcaster/broadcastRetryScheduled.d.mts +0 -27
  681. package/dist/100/ethereumBroadcaster/broadcastSuccess.d.mts +0 -30
  682. package/dist/100/ethereumBroadcaster/thresholdSignatureInvalid.d.mts +0 -15
  683. package/dist/100/ethereumBroadcaster/transactionBroadcastRequest.d.cts +0 -91
  684. package/dist/100/ethereumBroadcaster/transactionBroadcastRequest.d.mts +0 -91
  685. package/dist/100/ethereumBroadcaster/transactionFeeDeficitRecorded.d.cts +0 -15
  686. package/dist/100/ethereumBroadcaster/transactionFeeDeficitRecorded.d.mts +0 -15
  687. package/dist/100/ethereumBroadcaster/transactionFeeDeficitRefused.d.mts +0 -12
  688. package/dist/100/ethereumChainTracking/chainStateUpdated.d.mts +0 -48
  689. package/dist/100/ethereumIngressEgress/assetEgressStatusChanged.d.mts +0 -25
  690. package/dist/100/ethereumIngressEgress/batchBroadcastRequested.d.mts +0 -25
  691. package/dist/100/ethereumIngressEgress/ccmBroadcastRequested.d.mts +0 -25
  692. package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.mts +0 -242
  693. package/dist/100/ethereumIngressEgress/depositFetchesScheduled.d.mts +0 -25
  694. package/dist/100/ethereumIngressEgress/depositIgnored.d.cts +0 -28
  695. package/dist/100/ethereumIngressEgress/depositIgnored.d.mts +0 -28
  696. package/dist/100/ethereumIngressEgress/depositReceived.d.cts +0 -28
  697. package/dist/100/ethereumIngressEgress/depositReceived.d.mts +0 -28
  698. package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.cts +0 -264
  699. package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.mts +0 -264
  700. package/dist/100/ethereumIngressEgress/egressScheduled.d.cts +0 -41
  701. package/dist/100/ethereumIngressEgress/egressScheduled.d.mts +0 -41
  702. package/dist/100/ethereumIngressEgress/minimumDepositSet.d.mts +0 -25
  703. package/dist/100/ethereumIngressEgress/vaultTransferFailed.d.cts +0 -28
  704. package/dist/100/ethereumIngressEgress/vaultTransferFailed.d.mts +0 -28
  705. package/dist/100/ethereumThresholdSigner/currentKeyUnavailable.d.mts +0 -15
  706. package/dist/100/ethereumThresholdSigner/failureReportProcessed.d.cts +0 -18
  707. package/dist/100/ethereumThresholdSigner/failureReportProcessed.d.mts +0 -18
  708. package/dist/100/ethereumThresholdSigner/retryRequested.d.cts +0 -15
  709. package/dist/100/ethereumThresholdSigner/retryRequested.d.mts +0 -15
  710. package/dist/100/ethereumThresholdSigner/signersUnavailable.d.mts +0 -15
  711. package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.d.cts +0 -336
  712. package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.d.mts +0 -336
  713. package/dist/100/ethereumThresholdSigner/thresholdSignatureFailed.d.cts +0 -18
  714. package/dist/100/ethereumThresholdSigner/thresholdSignatureFailed.d.mts +0 -18
  715. package/dist/100/ethereumThresholdSigner/thresholdSignatureRequest.d.cts +0 -54
  716. package/dist/100/ethereumThresholdSigner/thresholdSignatureRequest.d.mts +0 -54
  717. package/dist/100/ethereumThresholdSigner/thresholdSignatureResponseTimeoutUpdated.d.mts +0 -12
  718. package/dist/100/ethereumThresholdSigner/thresholdSignatureSuccess.d.cts +0 -15
  719. package/dist/100/ethereumThresholdSigner/thresholdSignatureSuccess.d.mts +0 -15
  720. package/dist/100/ethereumVault/awaitingGovernanceActivation.d.mts +0 -39
  721. package/dist/100/ethereumVault/keyHandoverFailure.d.mts +0 -12
  722. package/dist/100/ethereumVault/keyHandoverFailureReported.d.mts +0 -6
  723. package/dist/100/ethereumVault/keyHandoverRequest.d.mts +0 -84
  724. package/dist/100/ethereumVault/keyHandoverResponseTimeout.d.mts +0 -12
  725. package/dist/100/ethereumVault/keyHandoverSuccess.d.mts +0 -12
  726. package/dist/100/ethereumVault/keyHandoverSuccessReported.d.mts +0 -6
  727. package/dist/100/ethereumVault/keyHandoverVerificationFailure.d.mts +0 -12
  728. package/dist/100/ethereumVault/keyHandoverVerificationSuccess.d.mts +0 -39
  729. package/dist/100/ethereumVault/keygenFailure.d.mts +0 -6
  730. package/dist/100/ethereumVault/keygenFailureReported.d.mts +0 -6
  731. package/dist/100/ethereumVault/keygenRequest.d.mts +0 -18
  732. package/dist/100/ethereumVault/keygenResponseTimeout.d.mts +0 -6
  733. package/dist/100/ethereumVault/keygenResponseTimeoutUpdated.d.mts +0 -12
  734. package/dist/100/ethereumVault/keygenSuccess.d.mts +0 -6
  735. package/dist/100/ethereumVault/keygenSuccessReported.d.mts +0 -6
  736. package/dist/100/ethereumVault/keygenVerificationFailure.d.mts +0 -12
  737. package/dist/100/ethereumVault/keygenVerificationSuccess.d.mts +0 -39
  738. package/dist/100/ethereumVault/noKeyHandover.d.mts +0 -6
  739. package/dist/100/ethereumVault/vaultRotatedExternally.d.mts +0 -25
  740. package/dist/100/ethereumVault/vaultRotationAborted.d.mts +0 -6
  741. package/dist/100/ethereumVault/vaultRotationCompleted.d.mts +0 -6
  742. package/dist/100/flip/accountReaped.d.mts +0 -15
  743. package/dist/100/flip/remainingImbalance.d.mts +0 -113
  744. package/dist/100/flip/slashingPerformed.d.mts +0 -15
  745. package/dist/100/flip/slashingRateUpdated.d.mts +0 -12
  746. package/dist/100/funding/addedRestrictedAddress.d.mts +0 -12
  747. package/dist/100/funding/boundExecutorAddress.d.cts +0 -15
  748. package/dist/100/funding/boundExecutorAddress.d.mts +0 -15
  749. package/dist/100/funding/boundRedeemAddress.d.cts +0 -15
  750. package/dist/100/funding/boundRedeemAddress.d.mts +0 -15
  751. package/dist/100/funding/failedFundingAttempt.d.cts +0 -18
  752. package/dist/100/funding/failedFundingAttempt.d.mts +0 -18
  753. package/dist/100/funding/funded.d.cts +0 -21
  754. package/dist/100/funding/funded.d.mts +0 -21
  755. package/dist/100/funding/minimumFundingUpdated.d.mts +0 -12
  756. package/dist/100/funding/redemptionAmountZero.d.mts +0 -12
  757. package/dist/100/funding/redemptionExpired.d.mts +0 -12
  758. package/dist/100/funding/redemptionRequested.d.cts +0 -21
  759. package/dist/100/funding/redemptionRequested.d.mts +0 -21
  760. package/dist/100/funding/redemptionSettled.d.mts +0 -6
  761. package/dist/100/funding/redemptionTaxAmountUpdated.d.mts +0 -12
  762. package/dist/100/funding/removedRestrictedAddress.d.mts +0 -12
  763. package/dist/100/funding/startedBidding.d.mts +0 -12
  764. package/dist/100/funding/stoppedBidding.d.mts +0 -12
  765. package/dist/100/governance/approved.d.mts +0 -6
  766. package/dist/100/governance/decodeOfCallFailed.d.mts +0 -6
  767. package/dist/100/governance/executed.d.mts +0 -6
  768. package/dist/100/governance/expired.d.mts +0 -6
  769. package/dist/100/governance/failedExecution.d.mts +0 -147
  770. package/dist/100/governance/govKeyCallExecuted.d.mts +0 -12
  771. package/dist/100/governance/govKeyCallExecutionFailed.d.mts +0 -232
  772. package/dist/100/governance/govKeyCallHashWhitelisted.d.mts +0 -12
  773. package/dist/100/governance/proposed.d.mts +0 -6
  774. package/dist/100/grandpa/newAuthorities.d.mts +0 -12
  775. package/dist/100/grandpa/paused.d.mts +0 -6
  776. package/dist/100/grandpa/resumed.d.mts +0 -6
  777. package/dist/100/liquidityPools/assetSwapped.d.mts +0 -41
  778. package/dist/100/liquidityPools/limitOrderUpdated.d.cts +0 -86
  779. package/dist/100/liquidityPools/limitOrderUpdated.d.mts +0 -86
  780. package/dist/100/liquidityPools/networkFeeTaken.d.mts +0 -12
  781. package/dist/100/liquidityPools/newPoolCreated.d.mts +0 -41
  782. package/dist/100/liquidityPools/poolFeeSet.d.mts +0 -38
  783. package/dist/100/liquidityPools/poolStateUpdated.d.mts +0 -38
  784. package/dist/100/liquidityPools/rangeOrderUpdated.d.cts +0 -209
  785. package/dist/100/liquidityPools/rangeOrderUpdated.d.mts +0 -209
  786. package/dist/100/liquidityPools/updatedBuyInterval.d.mts +0 -12
  787. package/dist/100/liquidityProvider/accountCredited.d.cts +0 -28
  788. package/dist/100/liquidityProvider/accountCredited.d.mts +0 -28
  789. package/dist/100/liquidityProvider/accountDebited.d.cts +0 -28
  790. package/dist/100/liquidityProvider/accountDebited.d.mts +0 -28
  791. package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.cts +0 -67
  792. package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.mts +0 -67
  793. package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.cts +0 -206
  794. package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.mts +0 -206
  795. package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.cts +0 -74
  796. package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.mts +0 -74
  797. package/dist/100/polkadotBroadcaster/broadcastAborted.d.mts +0 -12
  798. package/dist/100/polkadotBroadcaster/broadcastAttemptTimeout.d.mts +0 -27
  799. package/dist/100/polkadotBroadcaster/broadcastCallbackExecuted.d.mts +0 -333
  800. package/dist/100/polkadotBroadcaster/broadcastRetryScheduled.d.mts +0 -27
  801. package/dist/100/polkadotBroadcaster/broadcastSuccess.d.mts +0 -15
  802. package/dist/100/polkadotBroadcaster/thresholdSignatureInvalid.d.mts +0 -15
  803. package/dist/100/polkadotBroadcaster/transactionBroadcastRequest.d.cts +0 -46
  804. package/dist/100/polkadotBroadcaster/transactionBroadcastRequest.d.mts +0 -46
  805. package/dist/100/polkadotBroadcaster/transactionFeeDeficitRecorded.d.cts +0 -15
  806. package/dist/100/polkadotBroadcaster/transactionFeeDeficitRecorded.d.mts +0 -15
  807. package/dist/100/polkadotBroadcaster/transactionFeeDeficitRefused.d.mts +0 -12
  808. package/dist/100/polkadotChainTracking/chainStateUpdated.d.mts +0 -75
  809. package/dist/100/polkadotIngressEgress/assetEgressStatusChanged.d.mts +0 -25
  810. package/dist/100/polkadotIngressEgress/batchBroadcastRequested.d.mts +0 -25
  811. package/dist/100/polkadotIngressEgress/ccmBroadcastRequested.d.mts +0 -25
  812. package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.mts +0 -242
  813. package/dist/100/polkadotIngressEgress/depositFetchesScheduled.d.mts +0 -25
  814. package/dist/100/polkadotIngressEgress/depositIgnored.d.cts +0 -28
  815. package/dist/100/polkadotIngressEgress/depositIgnored.d.mts +0 -28
  816. package/dist/100/polkadotIngressEgress/depositReceived.d.cts +0 -28
  817. package/dist/100/polkadotIngressEgress/depositReceived.d.mts +0 -28
  818. package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.cts +0 -264
  819. package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.mts +0 -264
  820. package/dist/100/polkadotIngressEgress/egressScheduled.d.cts +0 -41
  821. package/dist/100/polkadotIngressEgress/egressScheduled.d.mts +0 -41
  822. package/dist/100/polkadotIngressEgress/minimumDepositSet.d.mts +0 -25
  823. package/dist/100/polkadotIngressEgress/vaultTransferFailed.d.cts +0 -28
  824. package/dist/100/polkadotIngressEgress/vaultTransferFailed.d.mts +0 -28
  825. package/dist/100/polkadotThresholdSigner/currentKeyUnavailable.d.mts +0 -15
  826. package/dist/100/polkadotThresholdSigner/failureReportProcessed.d.cts +0 -18
  827. package/dist/100/polkadotThresholdSigner/failureReportProcessed.d.mts +0 -18
  828. package/dist/100/polkadotThresholdSigner/retryRequested.d.cts +0 -15
  829. package/dist/100/polkadotThresholdSigner/retryRequested.d.mts +0 -15
  830. package/dist/100/polkadotThresholdSigner/signersUnavailable.d.mts +0 -15
  831. package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.d.cts +0 -336
  832. package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.d.mts +0 -336
  833. package/dist/100/polkadotThresholdSigner/thresholdSignatureFailed.d.cts +0 -18
  834. package/dist/100/polkadotThresholdSigner/thresholdSignatureFailed.d.mts +0 -18
  835. package/dist/100/polkadotThresholdSigner/thresholdSignatureRequest.d.cts +0 -27
  836. package/dist/100/polkadotThresholdSigner/thresholdSignatureRequest.d.mts +0 -27
  837. package/dist/100/polkadotThresholdSigner/thresholdSignatureResponseTimeoutUpdated.d.mts +0 -12
  838. package/dist/100/polkadotThresholdSigner/thresholdSignatureSuccess.d.cts +0 -15
  839. package/dist/100/polkadotThresholdSigner/thresholdSignatureSuccess.d.mts +0 -15
  840. package/dist/100/polkadotVault/awaitingGovernanceActivation.d.mts +0 -12
  841. package/dist/100/polkadotVault/keyHandoverFailure.d.mts +0 -12
  842. package/dist/100/polkadotVault/keyHandoverFailureReported.d.mts +0 -6
  843. package/dist/100/polkadotVault/keyHandoverRequest.d.mts +0 -30
  844. package/dist/100/polkadotVault/keyHandoverResponseTimeout.d.mts +0 -12
  845. package/dist/100/polkadotVault/keyHandoverSuccess.d.mts +0 -12
  846. package/dist/100/polkadotVault/keyHandoverSuccessReported.d.mts +0 -6
  847. package/dist/100/polkadotVault/keyHandoverVerificationFailure.d.mts +0 -12
  848. package/dist/100/polkadotVault/keyHandoverVerificationSuccess.d.mts +0 -12
  849. package/dist/100/polkadotVault/keygenFailure.d.mts +0 -6
  850. package/dist/100/polkadotVault/keygenFailureReported.d.mts +0 -6
  851. package/dist/100/polkadotVault/keygenRequest.d.mts +0 -18
  852. package/dist/100/polkadotVault/keygenResponseTimeout.d.mts +0 -6
  853. package/dist/100/polkadotVault/keygenResponseTimeoutUpdated.d.mts +0 -12
  854. package/dist/100/polkadotVault/keygenSuccess.d.mts +0 -6
  855. package/dist/100/polkadotVault/keygenSuccessReported.d.mts +0 -6
  856. package/dist/100/polkadotVault/keygenVerificationFailure.d.mts +0 -12
  857. package/dist/100/polkadotVault/keygenVerificationSuccess.d.mts +0 -12
  858. package/dist/100/polkadotVault/noKeyHandover.d.mts +0 -6
  859. package/dist/100/polkadotVault/vaultRotatedExternally.d.mts +0 -6
  860. package/dist/100/polkadotVault/vaultRotationAborted.d.mts +0 -6
  861. package/dist/100/polkadotVault/vaultRotationCompleted.d.mts +0 -6
  862. package/dist/100/reputation/accrualRateUpdated.d.mts +0 -15
  863. package/dist/100/reputation/missedHeartbeatPenaltyUpdated.d.mts +0 -12
  864. package/dist/100/reputation/offencePenalty.d.cts +0 -28
  865. package/dist/100/reputation/offencePenalty.d.mts +0 -28
  866. package/dist/100/reputation/penaltyUpdated.d.mts +0 -58
  867. package/dist/100/session/newSession.d.mts +0 -12
  868. package/dist/100/swapping/batchSwapFailed.d.cts +0 -38
  869. package/dist/100/swapping/batchSwapFailed.d.mts +0 -38
  870. package/dist/100/swapping/ccmDepositReceived.d.cts +0 -354
  871. package/dist/100/swapping/ccmDepositReceived.d.mts +0 -354
  872. package/dist/100/swapping/ccmEgressScheduled.d.mts +0 -25
  873. package/dist/100/swapping/ccmFailed.d.cts +0 -355
  874. package/dist/100/swapping/ccmFailed.d.mts +0 -355
  875. package/dist/100/swapping/minimumSwapAmountSet.d.cts +0 -25
  876. package/dist/100/swapping/minimumSwapAmountSet.d.mts +0 -25
  877. package/dist/100/swapping/swapAmountTooLow.d.cts +0 -149
  878. package/dist/100/swapping/swapAmountTooLow.d.mts +0 -149
  879. package/dist/100/swapping/swapDepositAddressReady.d.mts +0 -139
  880. package/dist/100/swapping/swapEgressScheduled.d.cts +0 -41
  881. package/dist/100/swapping/swapEgressScheduled.d.mts +0 -41
  882. package/dist/100/swapping/swapExecuted.d.cts +0 -47
  883. package/dist/100/swapping/swapExecuted.d.mts +0 -47
  884. package/dist/100/swapping/swapScheduled.d.cts +0 -450
  885. package/dist/100/swapping/swapScheduled.d.mts +0 -450
  886. package/dist/100/swapping/withdrawalRequested.d.mts +0 -61
  887. package/dist/100/system/codeUpdated.d.mts +0 -6
  888. package/dist/100/system/extrinsicFailed.d.mts +0 -297
  889. package/dist/100/system/extrinsicSuccess.d.mts +0 -77
  890. package/dist/100/system/killedAccount.d.mts +0 -12
  891. package/dist/100/system/newAccount.d.mts +0 -12
  892. package/dist/100/system/remarked.d.mts +0 -15
  893. package/dist/100/tokenholderGovernance/govKeyUpdatedHasFailed.d.mts +0 -25
  894. package/dist/100/tokenholderGovernance/govKeyUpdatedWasSuccessful.d.mts +0 -25
  895. package/dist/100/tokenholderGovernance/proposalEnacted.d.mts +0 -54
  896. package/dist/100/tokenholderGovernance/proposalPassed.d.mts +0 -54
  897. package/dist/100/tokenholderGovernance/proposalRejected.d.mts +0 -54
  898. package/dist/100/tokenholderGovernance/proposalSubmitted.d.mts +0 -54
  899. package/dist/100/transactionPayment/transactionFeePaid.d.mts +0 -18
  900. package/dist/100/validator/auctionCompleted.d.mts +0 -6
  901. package/dist/100/validator/cFEVersionUpdated.d.mts +0 -58
  902. package/dist/100/validator/newEpoch.d.mts +0 -6
  903. package/dist/100/validator/palletConfigUpdated.d.mts +0 -188
  904. package/dist/100/validator/peerIdRegistered.d.mts +0 -6
  905. package/dist/100/validator/peerIdUnregistered.d.mts +0 -6
  906. package/dist/100/validator/rotationAborted.d.mts +0 -6
  907. package/dist/100/validator/rotationPhaseUpdated.d.mts +0 -307
  908. package/dist/100/validator/vanityNameSet.d.mts +0 -6
  909. package/dist/100/witnesser/prewitnessed.d.mts +0 -12
  910. package/dist/100/witnesser/witnessExecutionFailed.d.mts +0 -232
  911. package/dist/102/accountRoles/accountRoleRegistered.d.mts +0 -25
  912. package/dist/102/common.d.mts +0 -186
  913. package/dist/102/swapping/maximumSwapAmountSet.d.mts +0 -25
  914. package/dist/102/swapping/swapAmountConfiscated.d.mts +0 -44
  915. package/dist/102/validator/palletConfigUpdated.d.mts +0 -203
  916. package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.cts +0 -971
  917. package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.mts +0 -971
  918. package/dist/11000/arbitrumIngressEgress/depositFailed.d.cts +0 -1355
  919. package/dist/11000/arbitrumIngressEgress/depositFailed.d.mts +0 -1355
  920. package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +0 -978
  921. package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +0 -978
  922. package/dist/11000/arbitrumIngressEgress/invalidCcmRefunded.d.mts +0 -28
  923. package/dist/11000/arbitrumIngressEgress/palletConfigUpdated.d.mts +0 -136
  924. package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.cts +0 -971
  925. package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.mts +0 -971
  926. package/dist/11000/assethubIngressEgress/depositFailed.d.cts +0 -1346
  927. package/dist/11000/assethubIngressEgress/depositFailed.d.mts +0 -1346
  928. package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +0 -978
  929. package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.mts +0 -978
  930. package/dist/11000/assethubIngressEgress/invalidCcmRefunded.d.mts +0 -28
  931. package/dist/11000/assethubIngressEgress/palletConfigUpdated.d.mts +0 -136
  932. package/dist/11000/bitcoinElections/allVotesCleared.d.mts +0 -6
  933. package/dist/11000/bitcoinElections/allVotesNotCleared.d.mts +0 -6
  934. package/dist/11000/bitcoinElections/corruptStorage.d.mts +0 -6
  935. package/dist/11000/bitcoinElections/electoralEvent.d.mts +0 -30
  936. package/dist/11000/bitcoinElections/uninitialized.d.mts +0 -6
  937. package/dist/11000/bitcoinElections/unknownElection.d.mts +0 -14
  938. package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.cts +0 -971
  939. package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.mts +0 -971
  940. package/dist/11000/bitcoinIngressEgress/depositFailed.d.cts +0 -2264
  941. package/dist/11000/bitcoinIngressEgress/depositFailed.d.mts +0 -2264
  942. package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +0 -978
  943. package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +0 -978
  944. package/dist/11000/bitcoinIngressEgress/invalidCcmRefunded.d.cts +0 -123
  945. package/dist/11000/bitcoinIngressEgress/invalidCcmRefunded.d.mts +0 -123
  946. package/dist/11000/bitcoinIngressEgress/palletConfigUpdated.d.mts +0 -136
  947. package/dist/11000/common.d.cts +0 -21444
  948. package/dist/11000/common.d.mts +0 -21444
  949. package/dist/11000/environment/runtimeSafeModeUpdated.d.cts +0 -1366
  950. package/dist/11000/environment/runtimeSafeModeUpdated.d.mts +0 -1366
  951. package/dist/11000/environment/solanaGovCallDispatched.d.mts +0 -95
  952. package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.d.cts +0 -971
  953. package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.d.mts +0 -971
  954. package/dist/11000/ethereumIngressEgress/depositFailed.d.cts +0 -1355
  955. package/dist/11000/ethereumIngressEgress/depositFailed.d.mts +0 -1355
  956. package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +0 -978
  957. package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +0 -978
  958. package/dist/11000/ethereumIngressEgress/invalidCcmRefunded.d.mts +0 -28
  959. package/dist/11000/ethereumIngressEgress/palletConfigUpdated.d.mts +0 -136
  960. package/dist/11000/funding/rebalance.d.mts +0 -18
  961. package/dist/11000/lendingPools/boostFundsAdded.d.cts +0 -45
  962. package/dist/11000/lendingPools/boostFundsAdded.d.mts +0 -45
  963. package/dist/11000/lendingPools/boostPoolCreated.d.cts +0 -39
  964. package/dist/11000/lendingPools/boostPoolCreated.d.mts +0 -39
  965. package/dist/11000/lendingPools/palletConfigUpdated.d.mts +0 -27
  966. package/dist/11000/lendingPools/stoppedBoosting.d.cts +0 -48
  967. package/dist/11000/lendingPools/stoppedBoosting.d.mts +0 -48
  968. package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.cts +0 -971
  969. package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.mts +0 -971
  970. package/dist/11000/polkadotIngressEgress/depositFailed.d.cts +0 -1346
  971. package/dist/11000/polkadotIngressEgress/depositFailed.d.mts +0 -1346
  972. package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +0 -978
  973. package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +0 -978
  974. package/dist/11000/polkadotIngressEgress/invalidCcmRefunded.d.mts +0 -28
  975. package/dist/11000/polkadotIngressEgress/palletConfigUpdated.d.mts +0 -136
  976. package/dist/11000/solanaElections/electoralEvent.d.mts +0 -6
  977. package/dist/11000/solanaElections/unknownElection.d.cts +0 -54
  978. package/dist/11000/solanaElections/unknownElection.d.mts +0 -54
  979. package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.cts +0 -971
  980. package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.mts +0 -971
  981. package/dist/11000/solanaIngressEgress/depositFailed.d.cts +0 -1305
  982. package/dist/11000/solanaIngressEgress/depositFailed.d.mts +0 -1305
  983. package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +0 -978
  984. package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +0 -978
  985. package/dist/11000/solanaIngressEgress/invalidCcmRefunded.d.mts +0 -28
  986. package/dist/11000/solanaIngressEgress/palletConfigUpdated.d.mts +0 -136
  987. package/dist/11000/swapping/palletConfigUpdated.d.cts +0 -255
  988. package/dist/11000/swapping/palletConfigUpdated.d.mts +0 -255
  989. package/dist/11000/swapping/refundEgressScheduled.d.cts +0 -57
  990. package/dist/11000/swapping/refundEgressScheduled.d.mts +0 -57
  991. package/dist/11000/swapping/refundedOnChain.d.cts +0 -34
  992. package/dist/11000/swapping/refundedOnChain.d.mts +0 -34
  993. package/dist/11000/swapping/swapDepositAddressReady.d.cts +0 -657
  994. package/dist/11000/swapping/swapDepositAddressReady.d.mts +0 -657
  995. package/dist/11000/swapping/swapRequested.d.cts +0 -1434
  996. package/dist/11000/swapping/swapRequested.d.mts +0 -1434
  997. package/dist/11000/tradingStrategy/strategyDeployed.d.cts +0 -134
  998. package/dist/11000/tradingStrategy/strategyDeployed.d.mts +0 -134
  999. package/dist/11000/validator/palletConfigUpdated.d.mts +0 -218
  1000. package/dist/111/bitcoinBroadcaster/callResigned.d.mts +0 -12
  1001. package/dist/111/bitcoinBroadcaster/thresholdSignatureInvalid.d.mts +0 -27
  1002. package/dist/111/bitcoinIngressEgress/ccmBroadcastFailed.d.mts +0 -12
  1003. package/dist/111/bitcoinIngressEgress/failedForeignChainCallExpired.d.mts +0 -12
  1004. package/dist/111/bitcoinIngressEgress/failedForeignChainCallResigned.d.mts +0 -15
  1005. package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.cts +0 -126
  1006. package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.mts +0 -126
  1007. package/dist/111/common.d.cts +0 -457
  1008. package/dist/111/common.d.mts +0 -457
  1009. package/dist/111/ethereumBroadcaster/callResigned.d.mts +0 -12
  1010. package/dist/111/ethereumBroadcaster/thresholdSignatureInvalid.d.mts +0 -27
  1011. package/dist/111/ethereumIngressEgress/ccmBroadcastFailed.d.mts +0 -12
  1012. package/dist/111/ethereumIngressEgress/failedForeignChainCallExpired.d.mts +0 -12
  1013. package/dist/111/ethereumIngressEgress/failedForeignChainCallResigned.d.mts +0 -15
  1014. package/dist/111/ethereumIngressEgress/transferFallbackRequested.d.cts +0 -31
  1015. package/dist/111/ethereumIngressEgress/transferFallbackRequested.d.mts +0 -31
  1016. package/dist/111/liquidityPools/limitOrderSetOrUpdateScheduled.d.mts +0 -18
  1017. package/dist/111/liquidityPools/limitOrderUpdated.d.cts +0 -99
  1018. package/dist/111/liquidityPools/limitOrderUpdated.d.mts +0 -99
  1019. package/dist/111/liquidityPools/newPoolCreated.d.cts +0 -41
  1020. package/dist/111/liquidityPools/newPoolCreated.d.mts +0 -41
  1021. package/dist/111/liquidityPools/poolFeeSet.d.cts +0 -38
  1022. package/dist/111/liquidityPools/poolFeeSet.d.mts +0 -38
  1023. package/dist/111/liquidityPools/rangeOrderUpdated.d.cts +0 -209
  1024. package/dist/111/liquidityPools/rangeOrderUpdated.d.mts +0 -209
  1025. package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.cts +0 -235
  1026. package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.mts +0 -235
  1027. package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchSuccess.d.mts +0 -15
  1028. package/dist/111/polkadotBroadcaster/callResigned.d.mts +0 -12
  1029. package/dist/111/polkadotBroadcaster/thresholdSignatureInvalid.d.mts +0 -27
  1030. package/dist/111/polkadotIngressEgress/ccmBroadcastFailed.d.mts +0 -12
  1031. package/dist/111/polkadotIngressEgress/failedForeignChainCallExpired.d.mts +0 -12
  1032. package/dist/111/polkadotIngressEgress/failedForeignChainCallResigned.d.mts +0 -15
  1033. package/dist/111/polkadotIngressEgress/transferFallbackRequested.d.cts +0 -31
  1034. package/dist/111/polkadotIngressEgress/transferFallbackRequested.d.mts +0 -31
  1035. package/dist/11100/accountRoles/accountRoleDeregistered.d.mts +0 -25
  1036. package/dist/11100/accountRoles/accountRoleRegistered.d.mts +0 -25
  1037. package/dist/11100/accountRoles/subAccountCallExecuted.d.mts +0 -18
  1038. package/dist/11100/accountRoles/subAccountCreated.d.mts +0 -18
  1039. package/dist/11100/arbitrumIngressEgress/depositFailed.d.cts +0 -1417
  1040. package/dist/11100/arbitrumIngressEgress/depositFailed.d.mts +0 -1417
  1041. package/dist/11100/arbitrumIngressEgress/palletConfigUpdated.d.mts +0 -136
  1042. package/dist/11100/assethubIngressEgress/depositFailed.d.cts +0 -1408
  1043. package/dist/11100/assethubIngressEgress/depositFailed.d.mts +0 -1408
  1044. package/dist/11100/assethubIngressEgress/palletConfigUpdated.d.mts +0 -136
  1045. package/dist/11100/bitcoinIngressEgress/depositFailed.d.cts +0 -2326
  1046. package/dist/11100/bitcoinIngressEgress/depositFailed.d.mts +0 -2326
  1047. package/dist/11100/bitcoinIngressEgress/palletConfigUpdated.d.mts +0 -136
  1048. package/dist/11100/common.d.cts +0 -24514
  1049. package/dist/11100/common.d.mts +0 -24514
  1050. package/dist/11100/environment/runtimeSafeModeUpdated.d.cts +0 -1516
  1051. package/dist/11100/environment/runtimeSafeModeUpdated.d.mts +0 -1516
  1052. package/dist/11100/ethereumIngressEgress/depositFailed.d.cts +0 -1417
  1053. package/dist/11100/ethereumIngressEgress/depositFailed.d.mts +0 -1417
  1054. package/dist/11100/ethereumIngressEgress/palletConfigUpdated.d.mts +0 -136
  1055. package/dist/11100/flip/bondUpdated.d.mts +0 -15
  1056. package/dist/11100/flip/flipMinted.d.mts +0 -15
  1057. package/dist/11100/funding/sCCallCannotBeDecoded.d.cts +0 -18
  1058. package/dist/11100/funding/sCCallCannotBeDecoded.d.mts +0 -18
  1059. package/dist/11100/funding/sCCallCannotBeExecuted.d.cts +0 -625
  1060. package/dist/11100/funding/sCCallCannotBeExecuted.d.mts +0 -625
  1061. package/dist/11100/funding/sCCallExecuted.d.cts +0 -252
  1062. package/dist/11100/funding/sCCallExecuted.d.mts +0 -252
  1063. package/dist/11100/genericElections/allVotesCleared.d.mts +0 -6
  1064. package/dist/11100/genericElections/allVotesNotCleared.d.mts +0 -6
  1065. package/dist/11100/genericElections/corruptStorage.d.mts +0 -6
  1066. package/dist/11100/genericElections/electoralEvent.d.cts +0 -64
  1067. package/dist/11100/genericElections/electoralEvent.d.mts +0 -64
  1068. package/dist/11100/genericElections/uninitialized.d.mts +0 -6
  1069. package/dist/11100/genericElections/unknownElection.d.mts +0 -14
  1070. package/dist/11100/lendingPools/collateralAdded.d.cts +0 -38
  1071. package/dist/11100/lendingPools/collateralAdded.d.mts +0 -38
  1072. package/dist/11100/lendingPools/collateralRemoved.d.cts +0 -38
  1073. package/dist/11100/lendingPools/collateralRemoved.d.mts +0 -38
  1074. package/dist/11100/lendingPools/lendingFeeCollectionInitiated.d.cts +0 -25
  1075. package/dist/11100/lendingPools/lendingFeeCollectionInitiated.d.mts +0 -25
  1076. package/dist/11100/lendingPools/lendingFundsAdded.d.cts +0 -28
  1077. package/dist/11100/lendingPools/lendingFundsAdded.d.mts +0 -28
  1078. package/dist/11100/lendingPools/lendingFundsRemoved.d.cts +0 -28
  1079. package/dist/11100/lendingPools/lendingFundsRemoved.d.mts +0 -28
  1080. package/dist/11100/lendingPools/lendingPoolCreated.d.cts +0 -22
  1081. package/dist/11100/lendingPools/lendingPoolCreated.d.mts +0 -22
  1082. package/dist/11100/lendingPools/liquidationInitiated.d.mts +0 -18
  1083. package/dist/11100/lendingPools/loanCreated.d.cts +0 -34
  1084. package/dist/11100/lendingPools/loanCreated.d.mts +0 -34
  1085. package/dist/11100/lendingPools/loanRepaid.d.cts +0 -28
  1086. package/dist/11100/lendingPools/loanRepaid.d.mts +0 -28
  1087. package/dist/11100/lendingPools/loanSettled.d.cts +0 -25
  1088. package/dist/11100/lendingPools/loanSettled.d.mts +0 -25
  1089. package/dist/11100/lendingPools/loanUpdated.d.mts +0 -18
  1090. package/dist/11100/polkadotIngressEgress/depositFailed.d.cts +0 -1408
  1091. package/dist/11100/polkadotIngressEgress/depositFailed.d.mts +0 -1408
  1092. package/dist/11100/polkadotIngressEgress/palletConfigUpdated.d.mts +0 -136
  1093. package/dist/11100/solanaIngressEgress/depositFailed.d.cts +0 -1367
  1094. package/dist/11100/solanaIngressEgress/depositFailed.d.mts +0 -1367
  1095. package/dist/11100/solanaIngressEgress/palletConfigUpdated.d.mts +0 -136
  1096. package/dist/11100/swapping/swapAborted.d.cts +0 -25
  1097. package/dist/11100/swapping/swapAborted.d.mts +0 -25
  1098. package/dist/11100/swapping/swapDepositAddressReady.d.cts +0 -695
  1099. package/dist/11100/swapping/swapDepositAddressReady.d.mts +0 -695
  1100. package/dist/11100/swapping/swapExecuted.d.cts +0 -59
  1101. package/dist/11100/swapping/swapExecuted.d.mts +0 -59
  1102. package/dist/11100/swapping/swapRequested.d.cts +0 -3022
  1103. package/dist/11100/swapping/swapRequested.d.mts +0 -3022
  1104. package/dist/11100/swapping/swapRescheduled.d.cts +0 -28
  1105. package/dist/11100/swapping/swapRescheduled.d.mts +0 -28
  1106. package/dist/11100/validator/delegated.d.mts +0 -18
  1107. package/dist/11100/validator/delegatorAllowed.d.mts +0 -15
  1108. package/dist/11100/validator/delegatorBlocked.d.mts +0 -15
  1109. package/dist/11100/validator/maxBidUpdated.d.cts +0 -45
  1110. package/dist/11100/validator/maxBidUpdated.d.mts +0 -45
  1111. package/dist/11100/validator/operatorAcceptedByValidator.d.mts +0 -15
  1112. package/dist/11100/validator/operatorSettingsUpdated.d.mts +0 -42
  1113. package/dist/11100/validator/palletConfigUpdated.d.mts +0 -188
  1114. package/dist/11100/validator/rotationPhaseUpdated.d.cts +0 -237
  1115. package/dist/11100/validator/rotationPhaseUpdated.d.mts +0 -237
  1116. package/dist/11100/validator/unDelegationFinalized.d.mts +0 -15
  1117. package/dist/11100/validator/undelegated.d.mts +0 -18
  1118. package/dist/11100/validator/validatorClaimed.d.mts +0 -15
  1119. package/dist/11100/validator/validatorRemovedFromOperator.d.mts +0 -15
  1120. package/dist/11200/arbitrumIngressEgress/channelRejectionRequestReceived.d.mts +0 -15
  1121. package/dist/11200/arbitrumIngressEgress/depositBoosted.d.cts +0 -204
  1122. package/dist/11200/arbitrumIngressEgress/depositBoosted.d.mts +0 -204
  1123. package/dist/11200/arbitrumIngressEgress/depositFailed.d.mts +0 -1427
  1124. package/dist/11200/arbitrumIngressEgress/depositFinalised.d.mts +0 -198
  1125. package/dist/11200/arbitrumIngressEgress/palletConfigUpdated.d.mts +0 -151
  1126. package/dist/11200/assethubIngressEgress/channelRejectionRequestReceived.d.mts +0 -15
  1127. package/dist/11200/assethubIngressEgress/depositBoosted.d.cts +0 -194
  1128. package/dist/11200/assethubIngressEgress/depositBoosted.d.mts +0 -194
  1129. package/dist/11200/assethubIngressEgress/depositFailed.d.mts +0 -1418
  1130. package/dist/11200/assethubIngressEgress/depositFinalised.d.mts +0 -188
  1131. package/dist/11200/assethubIngressEgress/palletConfigUpdated.d.mts +0 -151
  1132. package/dist/11200/bitcoinIngressEgress/channelRejectionRequestReceived.d.mts +0 -110
  1133. package/dist/11200/bitcoinIngressEgress/depositBoosted.d.cts +0 -418
  1134. package/dist/11200/bitcoinIngressEgress/depositBoosted.d.mts +0 -418
  1135. package/dist/11200/bitcoinIngressEgress/depositFailed.d.mts +0 -2336
  1136. package/dist/11200/bitcoinIngressEgress/depositFinalised.d.mts +0 -412
  1137. package/dist/11200/bitcoinIngressEgress/palletConfigUpdated.d.mts +0 -151
  1138. package/dist/11200/common.d.mts +0 -23978
  1139. package/dist/11200/environment/runtimeSafeModeUpdated.d.mts +0 -1391
  1140. package/dist/11200/ethereumIngressEgress/channelRejectionRequestReceived.d.mts +0 -15
  1141. package/dist/11200/ethereumIngressEgress/depositBoosted.d.cts +0 -204
  1142. package/dist/11200/ethereumIngressEgress/depositBoosted.d.mts +0 -204
  1143. package/dist/11200/ethereumIngressEgress/depositFailed.d.mts +0 -1427
  1144. package/dist/11200/ethereumIngressEgress/depositFinalised.d.mts +0 -198
  1145. package/dist/11200/ethereumIngressEgress/palletConfigUpdated.d.mts +0 -151
  1146. package/dist/11200/polkadotIngressEgress/channelRejectionRequestReceived.d.mts +0 -15
  1147. package/dist/11200/polkadotIngressEgress/depositBoosted.d.cts +0 -194
  1148. package/dist/11200/polkadotIngressEgress/depositBoosted.d.mts +0 -194
  1149. package/dist/11200/polkadotIngressEgress/depositFailed.d.mts +0 -1418
  1150. package/dist/11200/polkadotIngressEgress/depositFinalised.d.mts +0 -188
  1151. package/dist/11200/polkadotIngressEgress/palletConfigUpdated.d.mts +0 -151
  1152. package/dist/11200/solanaIngressEgress/channelRejectionRequestReceived.d.mts +0 -15
  1153. package/dist/11200/solanaIngressEgress/depositBoosted.d.cts +0 -224
  1154. package/dist/11200/solanaIngressEgress/depositBoosted.d.mts +0 -224
  1155. package/dist/11200/solanaIngressEgress/depositFailed.d.mts +0 -1499
  1156. package/dist/11200/solanaIngressEgress/depositFinalised.d.mts +0 -218
  1157. package/dist/11200/solanaIngressEgress/palletConfigUpdated.d.mts +0 -151
  1158. package/dist/11200/solanaIngressEgress/transactionRejectedByBroker.d.mts +0 -45
  1159. package/dist/11200/solanaIngressEgress/transactionRejectionFailed.d.mts +0 -42
  1160. package/dist/11200/swapping/swapAborted.d.mts +0 -25
  1161. package/dist/11200/swapping/swapRequested.d.mts +0 -2922
  1162. package/dist/11200/swapping/swapRescheduled.d.mts +0 -28
  1163. package/dist/11200/validator/operatorSettingsUpdated.d.mts +0 -42
  1164. package/dist/11200/validator/palletConfigUpdated.d.mts +0 -203
  1165. package/dist/120/bitcoinBroadcaster/broadcastRetryScheduled.d.mts +0 -15
  1166. package/dist/120/bitcoinBroadcaster/broadcastTimeout.d.mts +0 -12
  1167. package/dist/120/bitcoinBroadcaster/thresholdSignatureInvalid.d.mts +0 -12
  1168. package/dist/120/bitcoinBroadcaster/transactionBroadcastRequest.d.mts +0 -31
  1169. package/dist/120/bitcoinChainTracking/chainStateUpdated.d.mts +0 -59
  1170. package/dist/120/bitcoinIngressEgress/depositIgnored.d.cts +0 -154
  1171. package/dist/120/bitcoinIngressEgress/depositIgnored.d.mts +0 -154
  1172. package/dist/120/bitcoinIngressEgress/depositReceived.d.cts +0 -207
  1173. package/dist/120/bitcoinIngressEgress/depositReceived.d.mts +0 -207
  1174. package/dist/120/bitcoinIngressEgress/utxoConsolidation.d.mts +0 -12
  1175. package/dist/120/common.d.cts +0 -955
  1176. package/dist/120/common.d.mts +0 -955
  1177. package/dist/120/emissions/backupRewardsDistributed.d.mts +0 -15
  1178. package/dist/120/emissions/flipBurnSkipped.d.cts +0 -229
  1179. package/dist/120/emissions/flipBurnSkipped.d.mts +0 -229
  1180. package/dist/120/emissions/networkFeeBurned.d.mts +0 -25
  1181. package/dist/120/environment/utxoConsolidationParametersUpdated.d.mts +0 -27
  1182. package/dist/120/ethereumBroadcaster/broadcastRetryScheduled.d.mts +0 -15
  1183. package/dist/120/ethereumBroadcaster/broadcastTimeout.d.mts +0 -12
  1184. package/dist/120/ethereumBroadcaster/thresholdSignatureInvalid.d.mts +0 -12
  1185. package/dist/120/ethereumBroadcaster/transactionBroadcastRequest.d.mts +0 -76
  1186. package/dist/120/ethereumIngressEgress/depositIgnored.d.cts +0 -41
  1187. package/dist/120/ethereumIngressEgress/depositIgnored.d.mts +0 -41
  1188. package/dist/120/ethereumIngressEgress/depositReceived.d.cts +0 -94
  1189. package/dist/120/ethereumIngressEgress/depositReceived.d.mts +0 -94
  1190. package/dist/120/ethereumIngressEgress/utxoConsolidation.d.mts +0 -12
  1191. package/dist/120/liquidityProvider/liquidityDepositCredited.d.cts +0 -28
  1192. package/dist/120/liquidityProvider/liquidityDepositCredited.d.mts +0 -28
  1193. package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.cts +0 -77
  1194. package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.mts +0 -77
  1195. package/dist/120/polkadotBroadcaster/broadcastRetryScheduled.d.mts +0 -15
  1196. package/dist/120/polkadotBroadcaster/broadcastTimeout.d.mts +0 -12
  1197. package/dist/120/polkadotBroadcaster/thresholdSignatureInvalid.d.mts +0 -12
  1198. package/dist/120/polkadotBroadcaster/transactionBroadcastRequest.d.mts +0 -31
  1199. package/dist/120/polkadotIngressEgress/depositIgnored.d.cts +0 -41
  1200. package/dist/120/polkadotIngressEgress/depositIgnored.d.mts +0 -41
  1201. package/dist/120/polkadotIngressEgress/depositReceived.d.cts +0 -94
  1202. package/dist/120/polkadotIngressEgress/depositReceived.d.mts +0 -94
  1203. package/dist/120/polkadotIngressEgress/utxoConsolidation.d.mts +0 -12
  1204. package/dist/120/swapping/ccmFailed.d.cts +0 -355
  1205. package/dist/120/swapping/ccmFailed.d.mts +0 -355
  1206. package/dist/120/swapping/swapEgressIgnored.d.cts +0 -248
  1207. package/dist/120/swapping/swapEgressIgnored.d.mts +0 -248
  1208. package/dist/120/swapping/swapEgressScheduled.d.cts +0 -44
  1209. package/dist/120/swapping/swapEgressScheduled.d.mts +0 -44
  1210. package/dist/120/swapping/swapExecuted.d.cts +0 -53
  1211. package/dist/120/swapping/swapExecuted.d.mts +0 -53
  1212. package/dist/120/swapping/withdrawalRequested.d.cts +0 -64
  1213. package/dist/120/swapping/withdrawalRequested.d.mts +0 -64
  1214. package/dist/131/bitcoinBroadcaster/broadcastSuccess.d.mts +0 -18
  1215. package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +0 -31
  1216. package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.mts +0 -31
  1217. package/dist/131/bitcoinChainTracking/feeMultiplierUpdated.d.mts +0 -12
  1218. package/dist/131/bitcoinIngressEgress/channelOpeningFeePaid.d.mts +0 -12
  1219. package/dist/131/bitcoinIngressEgress/channelOpeningFeeSet.d.mts +0 -12
  1220. package/dist/131/bitcoinIngressEgress/depositIgnored.d.cts +0 -154
  1221. package/dist/131/bitcoinIngressEgress/depositIgnored.d.mts +0 -154
  1222. package/dist/131/bitcoinIngressEgress/depositReceived.d.mts +0 -207
  1223. package/dist/131/bitcoinIngressEgress/depositWitnessRejected.d.mts +0 -423
  1224. package/dist/131/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +0 -370
  1225. package/dist/131/bitcoinThresholdSigner/keyHandoverFailure.d.mts +0 -12
  1226. package/dist/131/bitcoinThresholdSigner/keyHandoverFailureReported.d.mts +0 -6
  1227. package/dist/131/bitcoinThresholdSigner/keyHandoverRequest.d.mts +0 -60
  1228. package/dist/131/bitcoinThresholdSigner/keyHandoverResponseTimeout.d.mts +0 -12
  1229. package/dist/131/bitcoinThresholdSigner/keyHandoverSuccess.d.mts +0 -12
  1230. package/dist/131/bitcoinThresholdSigner/keyHandoverSuccessReported.d.mts +0 -6
  1231. package/dist/131/bitcoinThresholdSigner/keyHandoverVerificationFailure.d.mts +0 -12
  1232. package/dist/131/bitcoinThresholdSigner/keyHandoverVerificationSuccess.d.mts +0 -27
  1233. package/dist/131/bitcoinThresholdSigner/keyRotationCompleted.d.mts +0 -6
  1234. package/dist/131/bitcoinThresholdSigner/keygenFailure.d.mts +0 -6
  1235. package/dist/131/bitcoinThresholdSigner/keygenFailureReported.d.mts +0 -6
  1236. package/dist/131/bitcoinThresholdSigner/keygenRequest.d.mts +0 -18
  1237. package/dist/131/bitcoinThresholdSigner/keygenResponseTimeout.d.mts +0 -6
  1238. package/dist/131/bitcoinThresholdSigner/keygenResponseTimeoutUpdated.d.mts +0 -12
  1239. package/dist/131/bitcoinThresholdSigner/keygenSuccess.d.mts +0 -6
  1240. package/dist/131/bitcoinThresholdSigner/keygenSuccessReported.d.mts +0 -6
  1241. package/dist/131/bitcoinThresholdSigner/keygenVerificationFailure.d.mts +0 -12
  1242. package/dist/131/bitcoinThresholdSigner/keygenVerificationSuccess.d.mts +0 -27
  1243. package/dist/131/bitcoinThresholdSigner/noKeyHandover.d.mts +0 -6
  1244. package/dist/131/bitcoinVault/vaultActivationCompleted.d.mts +0 -6
  1245. package/dist/131/common.d.cts +0 -2831
  1246. package/dist/131/common.d.mts +0 -2831
  1247. package/dist/131/environment/addedNewEthAsset.d.mts +0 -14
  1248. package/dist/131/environment/runtimeSafeModeUpdated.d.mts +0 -688
  1249. package/dist/131/environment/updatedEthAsset.d.mts +0 -14
  1250. package/dist/131/ethereumBroadcaster/broadcastSuccess.d.mts +0 -33
  1251. package/dist/131/ethereumChainTracking/feeMultiplierUpdated.d.mts +0 -12
  1252. package/dist/131/ethereumIngressEgress/assetEgressStatusChanged.d.mts +0 -25
  1253. package/dist/131/ethereumIngressEgress/channelOpeningFeePaid.d.mts +0 -12
  1254. package/dist/131/ethereumIngressEgress/channelOpeningFeeSet.d.mts +0 -12
  1255. package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.cts +0 -25
  1256. package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.mts +0 -25
  1257. package/dist/131/ethereumIngressEgress/depositIgnored.d.cts +0 -41
  1258. package/dist/131/ethereumIngressEgress/depositIgnored.d.mts +0 -41
  1259. package/dist/131/ethereumIngressEgress/depositReceived.d.mts +0 -94
  1260. package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.mts +0 -264
  1261. package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +0 -370
  1262. package/dist/131/ethereumIngressEgress/minimumDepositSet.d.mts +0 -25
  1263. package/dist/131/ethereumIngressEgress/transferFallbackRequested.d.mts +0 -31
  1264. package/dist/131/ethereumThresholdSigner/keyHandoverFailure.d.mts +0 -12
  1265. package/dist/131/ethereumThresholdSigner/keyHandoverFailureReported.d.mts +0 -6
  1266. package/dist/131/ethereumThresholdSigner/keyHandoverRequest.d.mts +0 -84
  1267. package/dist/131/ethereumThresholdSigner/keyHandoverResponseTimeout.d.mts +0 -12
  1268. package/dist/131/ethereumThresholdSigner/keyHandoverSuccess.d.mts +0 -12
  1269. package/dist/131/ethereumThresholdSigner/keyHandoverSuccessReported.d.mts +0 -6
  1270. package/dist/131/ethereumThresholdSigner/keyHandoverVerificationFailure.d.mts +0 -12
  1271. package/dist/131/ethereumThresholdSigner/keyHandoverVerificationSuccess.d.mts +0 -39
  1272. package/dist/131/ethereumThresholdSigner/keyRotationCompleted.d.mts +0 -6
  1273. package/dist/131/ethereumThresholdSigner/keygenFailure.d.mts +0 -6
  1274. package/dist/131/ethereumThresholdSigner/keygenFailureReported.d.mts +0 -6
  1275. package/dist/131/ethereumThresholdSigner/keygenRequest.d.mts +0 -18
  1276. package/dist/131/ethereumThresholdSigner/keygenResponseTimeout.d.mts +0 -6
  1277. package/dist/131/ethereumThresholdSigner/keygenResponseTimeoutUpdated.d.mts +0 -12
  1278. package/dist/131/ethereumThresholdSigner/keygenSuccess.d.mts +0 -6
  1279. package/dist/131/ethereumThresholdSigner/keygenSuccessReported.d.mts +0 -6
  1280. package/dist/131/ethereumThresholdSigner/keygenVerificationFailure.d.mts +0 -12
  1281. package/dist/131/ethereumThresholdSigner/keygenVerificationSuccess.d.mts +0 -39
  1282. package/dist/131/ethereumThresholdSigner/noKeyHandover.d.mts +0 -6
  1283. package/dist/131/ethereumVault/vaultActivationCompleted.d.mts +0 -6
  1284. package/dist/131/liquidityPools/assetSwapped.d.cts +0 -41
  1285. package/dist/131/liquidityPools/assetSwapped.d.mts +0 -41
  1286. package/dist/131/liquidityPools/limitOrderUpdated.d.cts +0 -99
  1287. package/dist/131/liquidityPools/limitOrderUpdated.d.mts +0 -99
  1288. package/dist/131/liquidityPools/newPoolCreated.d.cts +0 -41
  1289. package/dist/131/liquidityPools/newPoolCreated.d.mts +0 -41
  1290. package/dist/131/liquidityPools/poolFeeSet.d.cts +0 -38
  1291. package/dist/131/liquidityPools/poolFeeSet.d.mts +0 -38
  1292. package/dist/131/liquidityPools/rangeOrderUpdated.d.cts +0 -209
  1293. package/dist/131/liquidityPools/rangeOrderUpdated.d.mts +0 -209
  1294. package/dist/131/liquidityProvider/accountCredited.d.cts +0 -28
  1295. package/dist/131/liquidityProvider/accountCredited.d.mts +0 -28
  1296. package/dist/131/liquidityProvider/accountDebited.d.cts +0 -28
  1297. package/dist/131/liquidityProvider/accountDebited.d.mts +0 -28
  1298. package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.cts +0 -73
  1299. package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.mts +0 -73
  1300. package/dist/131/liquidityProvider/liquidityDepositCredited.d.cts +0 -28
  1301. package/dist/131/liquidityProvider/liquidityDepositCredited.d.mts +0 -28
  1302. package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.cts +0 -77
  1303. package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.mts +0 -77
  1304. package/dist/131/polkadotBroadcaster/broadcastSuccess.d.mts +0 -33
  1305. package/dist/131/polkadotChainTracking/feeMultiplierUpdated.d.mts +0 -12
  1306. package/dist/131/polkadotIngressEgress/channelOpeningFeePaid.d.mts +0 -12
  1307. package/dist/131/polkadotIngressEgress/channelOpeningFeeSet.d.mts +0 -12
  1308. package/dist/131/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +0 -370
  1309. package/dist/131/polkadotThresholdSigner/keyHandoverFailure.d.mts +0 -12
  1310. package/dist/131/polkadotThresholdSigner/keyHandoverFailureReported.d.mts +0 -6
  1311. package/dist/131/polkadotThresholdSigner/keyHandoverRequest.d.mts +0 -30
  1312. package/dist/131/polkadotThresholdSigner/keyHandoverResponseTimeout.d.mts +0 -12
  1313. package/dist/131/polkadotThresholdSigner/keyHandoverSuccess.d.mts +0 -12
  1314. package/dist/131/polkadotThresholdSigner/keyHandoverSuccessReported.d.mts +0 -6
  1315. package/dist/131/polkadotThresholdSigner/keyHandoverVerificationFailure.d.mts +0 -12
  1316. package/dist/131/polkadotThresholdSigner/keyHandoverVerificationSuccess.d.mts +0 -12
  1317. package/dist/131/polkadotThresholdSigner/keyRotationCompleted.d.mts +0 -6
  1318. package/dist/131/polkadotThresholdSigner/keygenFailure.d.mts +0 -6
  1319. package/dist/131/polkadotThresholdSigner/keygenFailureReported.d.mts +0 -6
  1320. package/dist/131/polkadotThresholdSigner/keygenRequest.d.mts +0 -18
  1321. package/dist/131/polkadotThresholdSigner/keygenResponseTimeout.d.mts +0 -6
  1322. package/dist/131/polkadotThresholdSigner/keygenResponseTimeoutUpdated.d.mts +0 -12
  1323. package/dist/131/polkadotThresholdSigner/keygenSuccess.d.mts +0 -6
  1324. package/dist/131/polkadotThresholdSigner/keygenSuccessReported.d.mts +0 -6
  1325. package/dist/131/polkadotThresholdSigner/keygenVerificationFailure.d.mts +0 -12
  1326. package/dist/131/polkadotThresholdSigner/keygenVerificationSuccess.d.mts +0 -12
  1327. package/dist/131/polkadotThresholdSigner/noKeyHandover.d.mts +0 -6
  1328. package/dist/131/polkadotVault/vaultActivationCompleted.d.mts +0 -6
  1329. package/dist/131/reputation/offencePenalty.d.cts +0 -28
  1330. package/dist/131/reputation/offencePenalty.d.mts +0 -28
  1331. package/dist/131/reputation/penaltyUpdated.d.mts +0 -58
  1332. package/dist/131/swapping/batchSwapFailed.d.cts +0 -38
  1333. package/dist/131/swapping/batchSwapFailed.d.mts +0 -38
  1334. package/dist/131/swapping/ccmFailed.d.cts +0 -443
  1335. package/dist/131/swapping/ccmFailed.d.mts +0 -443
  1336. package/dist/131/swapping/maximumSwapAmountSet.d.cts +0 -25
  1337. package/dist/131/swapping/maximumSwapAmountSet.d.mts +0 -25
  1338. package/dist/131/swapping/swapAmountConfiscated.d.cts +0 -44
  1339. package/dist/131/swapping/swapAmountConfiscated.d.mts +0 -44
  1340. package/dist/131/swapping/swapDepositAddressReady.d.cts +0 -145
  1341. package/dist/131/swapping/swapDepositAddressReady.d.mts +0 -145
  1342. package/dist/131/swapping/swapEgressIgnored.d.cts +0 -248
  1343. package/dist/131/swapping/swapEgressIgnored.d.mts +0 -248
  1344. package/dist/131/swapping/swapEgressScheduled.d.cts +0 -44
  1345. package/dist/131/swapping/swapEgressScheduled.d.mts +0 -44
  1346. package/dist/131/swapping/swapExecuted.d.cts +0 -53
  1347. package/dist/131/swapping/swapExecuted.d.mts +0 -53
  1348. package/dist/131/swapping/swapScheduled.d.cts +0 -463
  1349. package/dist/131/swapping/swapScheduled.d.mts +0 -463
  1350. package/dist/131/swapping/withdrawalRequested.d.cts +0 -77
  1351. package/dist/131/swapping/withdrawalRequested.d.mts +0 -77
  1352. package/dist/131/system/upgradeAuthorized.d.mts +0 -15
  1353. package/dist/131/witnesser/prewitnessExecutionFailed.d.mts +0 -232
  1354. package/dist/141/accountRoles/accountRoleDeregistered.d.mts +0 -25
  1355. package/dist/141/accountRoles/vanityNameSet.d.mts +0 -15
  1356. package/dist/141/arbitrumBroadcaster/broadcastAborted.d.mts +0 -12
  1357. package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.cts +0 -333
  1358. package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.mts +0 -333
  1359. package/dist/141/arbitrumBroadcaster/broadcastRetryScheduled.d.mts +0 -15
  1360. package/dist/141/arbitrumBroadcaster/broadcastSuccess.d.mts +0 -33
  1361. package/dist/141/arbitrumBroadcaster/broadcastTimeout.d.mts +0 -12
  1362. package/dist/141/arbitrumBroadcaster/callResigned.d.mts +0 -12
  1363. package/dist/141/arbitrumBroadcaster/thresholdSignatureInvalid.d.mts +0 -12
  1364. package/dist/141/arbitrumBroadcaster/transactionBroadcastRequest.d.mts +0 -76
  1365. package/dist/141/arbitrumBroadcaster/transactionFeeDeficitRecorded.d.cts +0 -15
  1366. package/dist/141/arbitrumBroadcaster/transactionFeeDeficitRecorded.d.mts +0 -15
  1367. package/dist/141/arbitrumBroadcaster/transactionFeeDeficitRefused.d.mts +0 -12
  1368. package/dist/141/arbitrumChainTracking/chainStateUpdated.d.mts +0 -48
  1369. package/dist/141/arbitrumChainTracking/feeMultiplierUpdated.d.mts +0 -12
  1370. package/dist/141/arbitrumIngressEgress/assetEgressStatusChanged.d.mts +0 -25
  1371. package/dist/141/arbitrumIngressEgress/batchBroadcastRequested.d.mts +0 -25
  1372. package/dist/141/arbitrumIngressEgress/boostFundsAdded.d.cts +0 -45
  1373. package/dist/141/arbitrumIngressEgress/boostFundsAdded.d.mts +0 -45
  1374. package/dist/141/arbitrumIngressEgress/boostPoolCreated.d.mts +0 -39
  1375. package/dist/141/arbitrumIngressEgress/ccmBroadcastFailed.d.mts +0 -12
  1376. package/dist/141/arbitrumIngressEgress/ccmBroadcastRequested.d.mts +0 -25
  1377. package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.cts +0 -242
  1378. package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.mts +0 -242
  1379. package/dist/141/arbitrumIngressEgress/channelOpeningFeePaid.d.mts +0 -12
  1380. package/dist/141/arbitrumIngressEgress/channelOpeningFeeSet.d.mts +0 -12
  1381. package/dist/141/arbitrumIngressEgress/depositBoosted.d.cts +0 -118
  1382. package/dist/141/arbitrumIngressEgress/depositBoosted.d.mts +0 -118
  1383. package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.cts +0 -25
  1384. package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.mts +0 -25
  1385. package/dist/141/arbitrumIngressEgress/depositFinalised.d.cts +0 -112
  1386. package/dist/141/arbitrumIngressEgress/depositFinalised.d.mts +0 -112
  1387. package/dist/141/arbitrumIngressEgress/depositIgnored.d.cts +0 -41
  1388. package/dist/141/arbitrumIngressEgress/depositIgnored.d.mts +0 -41
  1389. package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.cts +0 -264
  1390. package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.mts +0 -264
  1391. package/dist/141/arbitrumIngressEgress/failedForeignChainCallExpired.d.mts +0 -12
  1392. package/dist/141/arbitrumIngressEgress/failedForeignChainCallResigned.d.mts +0 -15
  1393. package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +0 -370
  1394. package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +0 -370
  1395. package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +0 -31
  1396. package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.mts +0 -31
  1397. package/dist/141/arbitrumIngressEgress/minimumDepositSet.d.mts +0 -25
  1398. package/dist/141/arbitrumIngressEgress/stoppedBoosting.d.cts +0 -48
  1399. package/dist/141/arbitrumIngressEgress/stoppedBoosting.d.mts +0 -48
  1400. package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.cts +0 -31
  1401. package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.mts +0 -31
  1402. package/dist/141/arbitrumIngressEgress/utxoConsolidation.d.mts +0 -12
  1403. package/dist/141/arbitrumVault/awaitingGovernanceActivation.d.mts +0 -39
  1404. package/dist/141/arbitrumVault/chainInitialized.d.mts +0 -6
  1405. package/dist/141/arbitrumVault/vaultActivationCompleted.d.mts +0 -6
  1406. package/dist/141/arbitrumVault/vaultRotatedExternally.d.mts +0 -25
  1407. package/dist/141/bitcoinIngressEgress/batchBroadcastRequested.d.mts +0 -25
  1408. package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.cts +0 -45
  1409. package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.mts +0 -45
  1410. package/dist/141/bitcoinIngressEgress/boostPoolCreated.d.mts +0 -39
  1411. package/dist/141/bitcoinIngressEgress/ccmBroadcastRequested.d.mts +0 -25
  1412. package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.cts +0 -242
  1413. package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.mts +0 -242
  1414. package/dist/141/bitcoinIngressEgress/depositBoosted.d.cts +0 -231
  1415. package/dist/141/bitcoinIngressEgress/depositBoosted.d.mts +0 -231
  1416. package/dist/141/bitcoinIngressEgress/depositFinalised.d.cts +0 -225
  1417. package/dist/141/bitcoinIngressEgress/depositFinalised.d.mts +0 -225
  1418. package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +0 -31
  1419. package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.mts +0 -31
  1420. package/dist/141/bitcoinIngressEgress/stoppedBoosting.d.cts +0 -48
  1421. package/dist/141/bitcoinIngressEgress/stoppedBoosting.d.mts +0 -48
  1422. package/dist/141/bitcoinVault/chainInitialized.d.mts +0 -6
  1423. package/dist/141/common.d.cts +0 -4035
  1424. package/dist/141/common.d.mts +0 -4035
  1425. package/dist/141/emissions/networkFeeBurned.d.cts +0 -25
  1426. package/dist/141/emissions/networkFeeBurned.d.mts +0 -25
  1427. package/dist/141/environment/addedNewArbAsset.d.mts +0 -14
  1428. package/dist/141/environment/arbitrumInitialized.d.mts +0 -6
  1429. package/dist/141/environment/runtimeSafeModeUpdated.d.cts +0 -956
  1430. package/dist/141/environment/runtimeSafeModeUpdated.d.mts +0 -956
  1431. package/dist/141/environment/staleUtxosDiscarded.d.mts +0 -141
  1432. package/dist/141/environment/updatedArbAsset.d.mts +0 -14
  1433. package/dist/141/ethereumIngressEgress/batchBroadcastRequested.d.mts +0 -25
  1434. package/dist/141/ethereumIngressEgress/boostFundsAdded.d.cts +0 -45
  1435. package/dist/141/ethereumIngressEgress/boostFundsAdded.d.mts +0 -45
  1436. package/dist/141/ethereumIngressEgress/boostPoolCreated.d.mts +0 -39
  1437. package/dist/141/ethereumIngressEgress/ccmBroadcastRequested.d.mts +0 -25
  1438. package/dist/141/ethereumIngressEgress/ccmEgressInvalid.d.cts +0 -242
  1439. package/dist/141/ethereumIngressEgress/ccmEgressInvalid.d.mts +0 -242
  1440. package/dist/141/ethereumIngressEgress/depositBoosted.d.cts +0 -118
  1441. package/dist/141/ethereumIngressEgress/depositBoosted.d.mts +0 -118
  1442. package/dist/141/ethereumIngressEgress/depositFinalised.d.cts +0 -112
  1443. package/dist/141/ethereumIngressEgress/depositFinalised.d.mts +0 -112
  1444. package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +0 -31
  1445. package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.mts +0 -31
  1446. package/dist/141/ethereumIngressEgress/stoppedBoosting.d.cts +0 -48
  1447. package/dist/141/ethereumIngressEgress/stoppedBoosting.d.mts +0 -48
  1448. package/dist/141/ethereumVault/chainInitialized.d.mts +0 -6
  1449. package/dist/141/evmThresholdSigner/failureReportProcessed.d.mts +0 -18
  1450. package/dist/141/evmThresholdSigner/keyHandoverFailure.d.mts +0 -12
  1451. package/dist/141/evmThresholdSigner/keyHandoverFailureReported.d.mts +0 -6
  1452. package/dist/141/evmThresholdSigner/keyHandoverRequest.d.mts +0 -84
  1453. package/dist/141/evmThresholdSigner/keyHandoverResponseTimeout.d.mts +0 -12
  1454. package/dist/141/evmThresholdSigner/keyHandoverSuccess.d.mts +0 -12
  1455. package/dist/141/evmThresholdSigner/keyHandoverSuccessReported.d.mts +0 -6
  1456. package/dist/141/evmThresholdSigner/keyHandoverVerificationFailure.d.mts +0 -12
  1457. package/dist/141/evmThresholdSigner/keyHandoverVerificationSuccess.d.mts +0 -39
  1458. package/dist/141/evmThresholdSigner/keyRotationCompleted.d.mts +0 -6
  1459. package/dist/141/evmThresholdSigner/keygenFailure.d.mts +0 -6
  1460. package/dist/141/evmThresholdSigner/keygenFailureReported.d.mts +0 -6
  1461. package/dist/141/evmThresholdSigner/keygenRequest.d.mts +0 -18
  1462. package/dist/141/evmThresholdSigner/keygenResponseTimeout.d.mts +0 -6
  1463. package/dist/141/evmThresholdSigner/keygenResponseTimeoutUpdated.d.mts +0 -12
  1464. package/dist/141/evmThresholdSigner/keygenSuccess.d.mts +0 -6
  1465. package/dist/141/evmThresholdSigner/keygenSuccessReported.d.mts +0 -6
  1466. package/dist/141/evmThresholdSigner/keygenVerificationFailure.d.mts +0 -12
  1467. package/dist/141/evmThresholdSigner/keygenVerificationSuccess.d.mts +0 -39
  1468. package/dist/141/evmThresholdSigner/noKeyHandover.d.mts +0 -6
  1469. package/dist/141/evmThresholdSigner/retryRequested.d.mts +0 -15
  1470. package/dist/141/evmThresholdSigner/signersUnavailable.d.mts +0 -15
  1471. package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.cts +0 -336
  1472. package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.mts +0 -336
  1473. package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.mts +0 -18
  1474. package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.mts +0 -54
  1475. package/dist/141/evmThresholdSigner/thresholdSignatureResponseTimeoutUpdated.d.mts +0 -12
  1476. package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.mts +0 -15
  1477. package/dist/141/liquidityPools/assetSwapped.d.mts +0 -41
  1478. package/dist/141/liquidityPools/limitOrderUpdated.d.cts +0 -99
  1479. package/dist/141/liquidityPools/limitOrderUpdated.d.mts +0 -99
  1480. package/dist/141/liquidityPools/newPoolCreated.d.mts +0 -41
  1481. package/dist/141/liquidityPools/poolFeeSet.d.mts +0 -38
  1482. package/dist/141/liquidityPools/priceImpactLimitSet.d.mts +0 -46
  1483. package/dist/141/liquidityPools/rangeOrderUpdated.d.cts +0 -209
  1484. package/dist/141/liquidityPools/rangeOrderUpdated.d.mts +0 -209
  1485. package/dist/141/liquidityProvider/accountCredited.d.cts +0 -28
  1486. package/dist/141/liquidityProvider/accountCredited.d.mts +0 -28
  1487. package/dist/141/liquidityProvider/accountDebited.d.cts +0 -28
  1488. package/dist/141/liquidityProvider/accountDebited.d.mts +0 -28
  1489. package/dist/141/liquidityProvider/assetTransferred.d.cts +0 -31
  1490. package/dist/141/liquidityProvider/assetTransferred.d.mts +0 -31
  1491. package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.cts +0 -79
  1492. package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.mts +0 -79
  1493. package/dist/141/liquidityProvider/liquidityDepositCredited.d.cts +0 -28
  1494. package/dist/141/liquidityProvider/liquidityDepositCredited.d.mts +0 -28
  1495. package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.cts +0 -221
  1496. package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.mts +0 -221
  1497. package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.cts +0 -83
  1498. package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.mts +0 -83
  1499. package/dist/141/polkadotIngressEgress/batchBroadcastRequested.d.mts +0 -25
  1500. package/dist/141/polkadotIngressEgress/boostFundsAdded.d.cts +0 -45
  1501. package/dist/141/polkadotIngressEgress/boostFundsAdded.d.mts +0 -45
  1502. package/dist/141/polkadotIngressEgress/boostPoolCreated.d.mts +0 -39
  1503. package/dist/141/polkadotIngressEgress/ccmBroadcastRequested.d.mts +0 -25
  1504. package/dist/141/polkadotIngressEgress/ccmEgressInvalid.d.cts +0 -242
  1505. package/dist/141/polkadotIngressEgress/ccmEgressInvalid.d.mts +0 -242
  1506. package/dist/141/polkadotIngressEgress/depositBoosted.d.cts +0 -118
  1507. package/dist/141/polkadotIngressEgress/depositBoosted.d.mts +0 -118
  1508. package/dist/141/polkadotIngressEgress/depositFinalised.d.cts +0 -112
  1509. package/dist/141/polkadotIngressEgress/depositFinalised.d.mts +0 -112
  1510. package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +0 -31
  1511. package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.mts +0 -31
  1512. package/dist/141/polkadotIngressEgress/stoppedBoosting.d.cts +0 -48
  1513. package/dist/141/polkadotIngressEgress/stoppedBoosting.d.mts +0 -48
  1514. package/dist/141/polkadotVault/chainInitialized.d.mts +0 -6
  1515. package/dist/141/swapping/batchSwapFailed.d.cts +0 -38
  1516. package/dist/141/swapping/batchSwapFailed.d.mts +0 -38
  1517. package/dist/141/swapping/ccmDepositReceived.d.cts +0 -381
  1518. package/dist/141/swapping/ccmDepositReceived.d.mts +0 -381
  1519. package/dist/141/swapping/ccmEgressScheduled.d.mts +0 -25
  1520. package/dist/141/swapping/ccmFailed.d.cts +0 -479
  1521. package/dist/141/swapping/ccmFailed.d.mts +0 -479
  1522. package/dist/141/swapping/maximumSwapAmountSet.d.mts +0 -25
  1523. package/dist/141/swapping/swapAmountConfiscated.d.mts +0 -44
  1524. package/dist/141/swapping/swapDepositAddressReady.d.cts +0 -175
  1525. package/dist/141/swapping/swapDepositAddressReady.d.mts +0 -175
  1526. package/dist/141/swapping/swapEgressIgnored.d.cts +0 -248
  1527. package/dist/141/swapping/swapEgressIgnored.d.mts +0 -248
  1528. package/dist/141/swapping/swapEgressScheduled.d.cts +0 -44
  1529. package/dist/141/swapping/swapEgressScheduled.d.mts +0 -44
  1530. package/dist/141/swapping/swapExecuted.d.cts +0 -376
  1531. package/dist/141/swapping/swapExecuted.d.mts +0 -376
  1532. package/dist/141/swapping/swapScheduled.d.cts +0 -512
  1533. package/dist/141/swapping/swapScheduled.d.mts +0 -512
  1534. package/dist/141/swapping/withdrawalRequested.d.cts +0 -83
  1535. package/dist/141/swapping/withdrawalRequested.d.mts +0 -83
  1536. package/dist/141/tokenholderGovernance/govKeyUpdatedHasFailed.d.mts +0 -25
  1537. package/dist/141/tokenholderGovernance/govKeyUpdatedWasSuccessful.d.mts +0 -25
  1538. package/dist/141/tokenholderGovernance/proposalEnacted.d.cts +0 -54
  1539. package/dist/141/tokenholderGovernance/proposalEnacted.d.mts +0 -54
  1540. package/dist/141/tokenholderGovernance/proposalPassed.d.cts +0 -54
  1541. package/dist/141/tokenholderGovernance/proposalPassed.d.mts +0 -54
  1542. package/dist/141/tokenholderGovernance/proposalRejected.d.cts +0 -54
  1543. package/dist/141/tokenholderGovernance/proposalRejected.d.mts +0 -54
  1544. package/dist/141/tokenholderGovernance/proposalSubmitted.d.cts +0 -54
  1545. package/dist/141/tokenholderGovernance/proposalSubmitted.d.mts +0 -54
  1546. package/dist/141/validator/rotationPhaseUpdated.d.cts +0 -265
  1547. package/dist/141/validator/rotationPhaseUpdated.d.mts +0 -265
  1548. package/dist/141/validator/startedBidding.d.mts +0 -12
  1549. package/dist/141/validator/stoppedBidding.d.mts +0 -12
  1550. package/dist/141/witnesser/callDispatched.d.mts +0 -12
  1551. package/dist/141/witnesser/reportedWitnessingFailures.d.mts +0 -18
  1552. package/dist/150/arbitrumIngressEgress/batchBroadcastRequested.d.mts +0 -25
  1553. package/dist/150/arbitrumIngressEgress/ccmBroadcastRequested.d.mts +0 -25
  1554. package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.cts +0 -242
  1555. package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.mts +0 -242
  1556. package/dist/150/arbitrumIngressEgress/depositBoosted.d.cts +0 -134
  1557. package/dist/150/arbitrumIngressEgress/depositBoosted.d.mts +0 -134
  1558. package/dist/150/arbitrumIngressEgress/depositFinalised.d.cts +0 -128
  1559. package/dist/150/arbitrumIngressEgress/depositFinalised.d.mts +0 -128
  1560. package/dist/150/arbitrumIngressEgress/depositIgnored.d.cts +0 -54
  1561. package/dist/150/arbitrumIngressEgress/depositIgnored.d.mts +0 -54
  1562. package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.cts +0 -283
  1563. package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.mts +0 -283
  1564. package/dist/150/arbitrumIngressEgress/maxSwapRetryDurationSet.d.mts +0 -12
  1565. package/dist/150/assetBalances/refundScheduled.d.cts +0 -236
  1566. package/dist/150/assetBalances/refundScheduled.d.mts +0 -236
  1567. package/dist/150/assetBalances/refundSkipped.d.cts +0 -453
  1568. package/dist/150/assetBalances/refundSkipped.d.mts +0 -453
  1569. package/dist/150/assetBalances/vaultDeficitDetected.d.mts +0 -28
  1570. package/dist/150/bitcoinIngressEgress/batchBroadcastRequested.d.mts +0 -25
  1571. package/dist/150/bitcoinIngressEgress/ccmBroadcastRequested.d.mts +0 -25
  1572. package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.cts +0 -242
  1573. package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.mts +0 -242
  1574. package/dist/150/bitcoinIngressEgress/depositBoosted.d.cts +0 -234
  1575. package/dist/150/bitcoinIngressEgress/depositBoosted.d.mts +0 -234
  1576. package/dist/150/bitcoinIngressEgress/depositFinalised.d.cts +0 -228
  1577. package/dist/150/bitcoinIngressEgress/depositFinalised.d.mts +0 -228
  1578. package/dist/150/bitcoinIngressEgress/maxSwapRetryDurationSet.d.mts +0 -12
  1579. package/dist/150/common.d.cts +0 -4085
  1580. package/dist/150/common.d.mts +0 -4085
  1581. package/dist/150/emissions/networkFeeBurned.d.cts +0 -25
  1582. package/dist/150/emissions/networkFeeBurned.d.mts +0 -25
  1583. package/dist/150/environment/runtimeSafeModeUpdated.d.mts +0 -1127
  1584. package/dist/150/ethereumIngressEgress/batchBroadcastRequested.d.mts +0 -25
  1585. package/dist/150/ethereumIngressEgress/ccmBroadcastRequested.d.mts +0 -25
  1586. package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.cts +0 -242
  1587. package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.mts +0 -242
  1588. package/dist/150/ethereumIngressEgress/depositBoosted.d.cts +0 -134
  1589. package/dist/150/ethereumIngressEgress/depositBoosted.d.mts +0 -134
  1590. package/dist/150/ethereumIngressEgress/depositFinalised.d.cts +0 -128
  1591. package/dist/150/ethereumIngressEgress/depositFinalised.d.mts +0 -128
  1592. package/dist/150/ethereumIngressEgress/depositIgnored.d.cts +0 -54
  1593. package/dist/150/ethereumIngressEgress/depositIgnored.d.mts +0 -54
  1594. package/dist/150/ethereumIngressEgress/depositWitnessRejected.d.cts +0 -283
  1595. package/dist/150/ethereumIngressEgress/depositWitnessRejected.d.mts +0 -283
  1596. package/dist/150/ethereumIngressEgress/maxSwapRetryDurationSet.d.mts +0 -12
  1597. package/dist/150/liquidityPools/assetSwapped.d.cts +0 -41
  1598. package/dist/150/liquidityPools/assetSwapped.d.mts +0 -41
  1599. package/dist/150/liquidityPools/limitOrderUpdated.d.cts +0 -99
  1600. package/dist/150/liquidityPools/limitOrderUpdated.d.mts +0 -99
  1601. package/dist/150/liquidityPools/newPoolCreated.d.cts +0 -41
  1602. package/dist/150/liquidityPools/newPoolCreated.d.mts +0 -41
  1603. package/dist/150/liquidityPools/poolFeeSet.d.cts +0 -38
  1604. package/dist/150/liquidityPools/poolFeeSet.d.mts +0 -38
  1605. package/dist/150/liquidityPools/priceImpactLimitSet.d.mts +0 -46
  1606. package/dist/150/liquidityPools/rangeOrderUpdated.d.cts +0 -209
  1607. package/dist/150/liquidityPools/rangeOrderUpdated.d.mts +0 -209
  1608. package/dist/150/liquidityProvider/accountCredited.d.cts +0 -28
  1609. package/dist/150/liquidityProvider/accountCredited.d.mts +0 -28
  1610. package/dist/150/liquidityProvider/accountDebited.d.cts +0 -28
  1611. package/dist/150/liquidityProvider/accountDebited.d.mts +0 -28
  1612. package/dist/150/liquidityProvider/assetTransferred.d.cts +0 -31
  1613. package/dist/150/liquidityProvider/assetTransferred.d.mts +0 -31
  1614. package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.cts +0 -85
  1615. package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.mts +0 -85
  1616. package/dist/150/liquidityProvider/liquidityDepositCredited.d.cts +0 -28
  1617. package/dist/150/liquidityProvider/liquidityDepositCredited.d.mts +0 -28
  1618. package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.cts +0 -236
  1619. package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.mts +0 -236
  1620. package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.cts +0 -89
  1621. package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.mts +0 -89
  1622. package/dist/150/polkadotIngressEgress/batchBroadcastRequested.d.mts +0 -25
  1623. package/dist/150/polkadotIngressEgress/ccmBroadcastRequested.d.mts +0 -25
  1624. package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.cts +0 -242
  1625. package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.mts +0 -242
  1626. package/dist/150/polkadotIngressEgress/depositBoosted.d.cts +0 -124
  1627. package/dist/150/polkadotIngressEgress/depositBoosted.d.mts +0 -124
  1628. package/dist/150/polkadotIngressEgress/depositFinalised.d.cts +0 -118
  1629. package/dist/150/polkadotIngressEgress/depositFinalised.d.mts +0 -118
  1630. package/dist/150/polkadotIngressEgress/depositIgnored.d.cts +0 -44
  1631. package/dist/150/polkadotIngressEgress/depositIgnored.d.mts +0 -44
  1632. package/dist/150/polkadotIngressEgress/depositWitnessRejected.d.cts +0 -269
  1633. package/dist/150/polkadotIngressEgress/depositWitnessRejected.d.mts +0 -269
  1634. package/dist/150/polkadotIngressEgress/maxSwapRetryDurationSet.d.mts +0 -12
  1635. package/dist/150/solanaBroadcaster/broadcastAborted.d.mts +0 -12
  1636. package/dist/150/solanaBroadcaster/broadcastCallbackExecuted.d.mts +0 -333
  1637. package/dist/150/solanaBroadcaster/broadcastRetryScheduled.d.mts +0 -15
  1638. package/dist/150/solanaBroadcaster/broadcastSuccess.d.mts +0 -18
  1639. package/dist/150/solanaBroadcaster/broadcastTimeout.d.mts +0 -12
  1640. package/dist/150/solanaBroadcaster/callResigned.d.mts +0 -12
  1641. package/dist/150/solanaBroadcaster/thresholdSignatureInvalid.d.mts +0 -12
  1642. package/dist/150/solanaBroadcaster/transactionBroadcastRequest.d.cts +0 -18
  1643. package/dist/150/solanaBroadcaster/transactionBroadcastRequest.d.mts +0 -18
  1644. package/dist/150/solanaBroadcaster/transactionFeeDeficitRecorded.d.mts +0 -15
  1645. package/dist/150/solanaBroadcaster/transactionFeeDeficitRefused.d.mts +0 -12
  1646. package/dist/150/solanaChainTracking/chainStateUpdated.d.mts +0 -41
  1647. package/dist/150/solanaChainTracking/feeMultiplierUpdated.d.mts +0 -12
  1648. package/dist/150/solanaIngressEgress/assetEgressStatusChanged.d.mts +0 -25
  1649. package/dist/150/solanaIngressEgress/batchBroadcastRequested.d.mts +0 -25
  1650. package/dist/150/solanaIngressEgress/boostFundsAdded.d.mts +0 -45
  1651. package/dist/150/solanaIngressEgress/boostPoolCreated.d.mts +0 -39
  1652. package/dist/150/solanaIngressEgress/ccmBroadcastFailed.d.mts +0 -12
  1653. package/dist/150/solanaIngressEgress/ccmBroadcastRequested.d.mts +0 -25
  1654. package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.cts +0 -242
  1655. package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.mts +0 -242
  1656. package/dist/150/solanaIngressEgress/channelOpeningFeePaid.d.mts +0 -12
  1657. package/dist/150/solanaIngressEgress/channelOpeningFeeSet.d.mts +0 -12
  1658. package/dist/150/solanaIngressEgress/depositBoosted.d.cts +0 -121
  1659. package/dist/150/solanaIngressEgress/depositBoosted.d.mts +0 -121
  1660. package/dist/150/solanaIngressEgress/depositFetchesScheduled.d.cts +0 -25
  1661. package/dist/150/solanaIngressEgress/depositFetchesScheduled.d.mts +0 -25
  1662. package/dist/150/solanaIngressEgress/depositFinalised.d.cts +0 -115
  1663. package/dist/150/solanaIngressEgress/depositFinalised.d.mts +0 -115
  1664. package/dist/150/solanaIngressEgress/depositIgnored.d.cts +0 -41
  1665. package/dist/150/solanaIngressEgress/depositIgnored.d.mts +0 -41
  1666. package/dist/150/solanaIngressEgress/depositWitnessRejected.d.cts +0 -264
  1667. package/dist/150/solanaIngressEgress/depositWitnessRejected.d.mts +0 -264
  1668. package/dist/150/solanaIngressEgress/failedForeignChainCallExpired.d.mts +0 -12
  1669. package/dist/150/solanaIngressEgress/failedForeignChainCallResigned.d.mts +0 -15
  1670. package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +0 -370
  1671. package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.d.cts +0 -31
  1672. package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.d.mts +0 -31
  1673. package/dist/150/solanaIngressEgress/maxSwapRetryDurationSet.d.mts +0 -12
  1674. package/dist/150/solanaIngressEgress/minimumDepositSet.d.mts +0 -25
  1675. package/dist/150/solanaIngressEgress/stoppedBoosting.d.mts +0 -48
  1676. package/dist/150/solanaIngressEgress/transferFallbackRequested.d.cts +0 -31
  1677. package/dist/150/solanaIngressEgress/transferFallbackRequested.d.mts +0 -31
  1678. package/dist/150/solanaIngressEgress/utxoConsolidation.d.mts +0 -12
  1679. package/dist/150/solanaThresholdSigner/failureReportProcessed.d.cts +0 -18
  1680. package/dist/150/solanaThresholdSigner/failureReportProcessed.d.mts +0 -18
  1681. package/dist/150/solanaThresholdSigner/keyHandoverFailure.d.mts +0 -12
  1682. package/dist/150/solanaThresholdSigner/keyHandoverFailureReported.d.mts +0 -6
  1683. package/dist/150/solanaThresholdSigner/keyHandoverRequest.d.mts +0 -30
  1684. package/dist/150/solanaThresholdSigner/keyHandoverResponseTimeout.d.mts +0 -12
  1685. package/dist/150/solanaThresholdSigner/keyHandoverSuccess.d.mts +0 -12
  1686. package/dist/150/solanaThresholdSigner/keyHandoverSuccessReported.d.mts +0 -6
  1687. package/dist/150/solanaThresholdSigner/keyHandoverVerificationFailure.d.mts +0 -12
  1688. package/dist/150/solanaThresholdSigner/keyHandoverVerificationSuccess.d.mts +0 -12
  1689. package/dist/150/solanaThresholdSigner/keyRotationCompleted.d.mts +0 -6
  1690. package/dist/150/solanaThresholdSigner/keygenFailure.d.mts +0 -6
  1691. package/dist/150/solanaThresholdSigner/keygenFailureReported.d.mts +0 -6
  1692. package/dist/150/solanaThresholdSigner/keygenRequest.d.mts +0 -18
  1693. package/dist/150/solanaThresholdSigner/keygenResponseTimeout.d.mts +0 -6
  1694. package/dist/150/solanaThresholdSigner/keygenResponseTimeoutUpdated.d.mts +0 -12
  1695. package/dist/150/solanaThresholdSigner/keygenSuccess.d.mts +0 -6
  1696. package/dist/150/solanaThresholdSigner/keygenSuccessReported.d.mts +0 -6
  1697. package/dist/150/solanaThresholdSigner/keygenVerificationFailure.d.mts +0 -12
  1698. package/dist/150/solanaThresholdSigner/keygenVerificationSuccess.d.mts +0 -12
  1699. package/dist/150/solanaThresholdSigner/noKeyHandover.d.mts +0 -6
  1700. package/dist/150/solanaThresholdSigner/retryRequested.d.cts +0 -15
  1701. package/dist/150/solanaThresholdSigner/retryRequested.d.mts +0 -15
  1702. package/dist/150/solanaThresholdSigner/signersUnavailable.d.mts +0 -15
  1703. package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.cts +0 -336
  1704. package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.mts +0 -336
  1705. package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.cts +0 -18
  1706. package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.mts +0 -18
  1707. package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.cts +0 -24
  1708. package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.mts +0 -24
  1709. package/dist/150/solanaThresholdSigner/thresholdSignatureResponseTimeoutUpdated.d.mts +0 -12
  1710. package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.cts +0 -15
  1711. package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.mts +0 -15
  1712. package/dist/150/solanaVault/awaitingGovernanceActivation.d.mts +0 -12
  1713. package/dist/150/solanaVault/chainInitialized.d.mts +0 -6
  1714. package/dist/150/solanaVault/vaultActivationCompleted.d.mts +0 -6
  1715. package/dist/150/solanaVault/vaultRotatedExternally.d.mts +0 -6
  1716. package/dist/150/swapping/batchSwapFailed.d.cts +0 -38
  1717. package/dist/150/swapping/batchSwapFailed.d.mts +0 -38
  1718. package/dist/150/swapping/buyIntervalSet.d.mts +0 -12
  1719. package/dist/150/swapping/ccmDepositReceived.d.cts +0 -408
  1720. package/dist/150/swapping/ccmDepositReceived.d.mts +0 -408
  1721. package/dist/150/swapping/ccmEgressScheduled.d.mts +0 -25
  1722. package/dist/150/swapping/ccmFailed.d.cts +0 -515
  1723. package/dist/150/swapping/ccmFailed.d.mts +0 -515
  1724. package/dist/150/swapping/maximumSwapAmountSet.d.cts +0 -25
  1725. package/dist/150/swapping/maximumSwapAmountSet.d.mts +0 -25
  1726. package/dist/150/swapping/networkFeeTaken.d.mts +0 -15
  1727. package/dist/150/swapping/refundEgressIgnored.d.cts +0 -248
  1728. package/dist/150/swapping/refundEgressIgnored.d.mts +0 -248
  1729. package/dist/150/swapping/refundEgressScheduled.d.cts +0 -44
  1730. package/dist/150/swapping/refundEgressScheduled.d.mts +0 -44
  1731. package/dist/150/swapping/swapAmountConfiscated.d.cts +0 -44
  1732. package/dist/150/swapping/swapAmountConfiscated.d.mts +0 -44
  1733. package/dist/150/swapping/swapDepositAddressReady.d.cts +0 -273
  1734. package/dist/150/swapping/swapDepositAddressReady.d.mts +0 -273
  1735. package/dist/150/swapping/swapEgressIgnored.d.cts +0 -248
  1736. package/dist/150/swapping/swapEgressIgnored.d.mts +0 -248
  1737. package/dist/150/swapping/swapEgressScheduled.d.cts +0 -44
  1738. package/dist/150/swapping/swapEgressScheduled.d.mts +0 -44
  1739. package/dist/150/swapping/swapExecuted.d.cts +0 -397
  1740. package/dist/150/swapping/swapExecuted.d.mts +0 -397
  1741. package/dist/150/swapping/swapRescheduled.d.mts +0 -15
  1742. package/dist/150/swapping/swapRetryDelaySet.d.mts +0 -12
  1743. package/dist/150/swapping/swapScheduled.d.cts +0 -548
  1744. package/dist/150/swapping/swapScheduled.d.mts +0 -548
  1745. package/dist/150/swapping/withdrawalRequested.d.cts +0 -89
  1746. package/dist/150/swapping/withdrawalRequested.d.mts +0 -89
  1747. package/dist/150/tokenholderGovernance/govKeyUpdatedHasFailed.d.mts +0 -25
  1748. package/dist/150/tokenholderGovernance/govKeyUpdatedWasSuccessful.d.mts +0 -25
  1749. package/dist/150/tokenholderGovernance/proposalEnacted.d.mts +0 -54
  1750. package/dist/150/tokenholderGovernance/proposalPassed.d.mts +0 -54
  1751. package/dist/150/tokenholderGovernance/proposalRejected.d.mts +0 -54
  1752. package/dist/150/tokenholderGovernance/proposalSubmitted.d.mts +0 -54
  1753. package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.cts +0 -533
  1754. package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.mts +0 -533
  1755. package/dist/160/arbitrumIngressEgress/depositBoosted.d.cts +0 -129
  1756. package/dist/160/arbitrumIngressEgress/depositBoosted.d.mts +0 -129
  1757. package/dist/160/arbitrumIngressEgress/depositFinalised.d.cts +0 -123
  1758. package/dist/160/arbitrumIngressEgress/depositFinalised.d.mts +0 -123
  1759. package/dist/160/assetBalances/accountCredited.d.cts +0 -31
  1760. package/dist/160/assetBalances/accountCredited.d.mts +0 -31
  1761. package/dist/160/assetBalances/accountDebited.d.cts +0 -31
  1762. package/dist/160/assetBalances/accountDebited.d.mts +0 -31
  1763. package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.cts +0 -533
  1764. package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.mts +0 -533
  1765. package/dist/160/bitcoinIngressEgress/depositBoosted.d.cts +0 -229
  1766. package/dist/160/bitcoinIngressEgress/depositBoosted.d.mts +0 -229
  1767. package/dist/160/bitcoinIngressEgress/depositFinalised.d.cts +0 -223
  1768. package/dist/160/bitcoinIngressEgress/depositFinalised.d.mts +0 -223
  1769. package/dist/160/common.d.cts +0 -3828
  1770. package/dist/160/common.d.mts +0 -3828
  1771. package/dist/160/environment/durableNonceSetForAccount.d.mts +0 -15
  1772. package/dist/160/environment/runtimeSafeModeUpdated.d.cts +0 -1105
  1773. package/dist/160/environment/runtimeSafeModeUpdated.d.mts +0 -1105
  1774. package/dist/160/environment/solanaInitialized.d.mts +0 -6
  1775. package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.cts +0 -533
  1776. package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.mts +0 -533
  1777. package/dist/160/ethereumIngressEgress/depositBoosted.d.cts +0 -129
  1778. package/dist/160/ethereumIngressEgress/depositBoosted.d.mts +0 -129
  1779. package/dist/160/ethereumIngressEgress/depositFinalised.d.cts +0 -123
  1780. package/dist/160/ethereumIngressEgress/depositFinalised.d.mts +0 -123
  1781. package/dist/160/liquidityPools/assetSwapped.d.cts +0 -41
  1782. package/dist/160/liquidityPools/assetSwapped.d.mts +0 -41
  1783. package/dist/160/liquidityPools/limitOrderUpdated.d.cts +0 -99
  1784. package/dist/160/liquidityPools/limitOrderUpdated.d.mts +0 -99
  1785. package/dist/160/liquidityPools/newPoolCreated.d.cts +0 -41
  1786. package/dist/160/liquidityPools/newPoolCreated.d.mts +0 -41
  1787. package/dist/160/liquidityPools/orderDeletionFailed.d.cts +0 -127
  1788. package/dist/160/liquidityPools/orderDeletionFailed.d.mts +0 -127
  1789. package/dist/160/liquidityPools/poolFeeSet.d.cts +0 -38
  1790. package/dist/160/liquidityPools/poolFeeSet.d.mts +0 -38
  1791. package/dist/160/liquidityPools/priceImpactLimitSet.d.mts +0 -46
  1792. package/dist/160/liquidityPools/rangeOrderUpdated.d.cts +0 -209
  1793. package/dist/160/liquidityPools/rangeOrderUpdated.d.mts +0 -209
  1794. package/dist/160/liquidityProvider/assetTransferred.d.cts +0 -31
  1795. package/dist/160/liquidityProvider/assetTransferred.d.mts +0 -31
  1796. package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.cts +0 -85
  1797. package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.mts +0 -85
  1798. package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.cts +0 -89
  1799. package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.mts +0 -89
  1800. package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.cts +0 -533
  1801. package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.mts +0 -533
  1802. package/dist/160/polkadotIngressEgress/depositBoosted.d.cts +0 -119
  1803. package/dist/160/polkadotIngressEgress/depositBoosted.d.mts +0 -119
  1804. package/dist/160/polkadotIngressEgress/depositFinalised.d.cts +0 -113
  1805. package/dist/160/polkadotIngressEgress/depositFinalised.d.mts +0 -113
  1806. package/dist/160/solanaBroadcaster/broadcastSuccess.d.mts +0 -18
  1807. package/dist/160/solanaBroadcaster/transactionBroadcastRequest.d.mts +0 -143
  1808. package/dist/160/solanaBroadcaster/transactionFeeDeficitRecorded.d.mts +0 -15
  1809. package/dist/160/solanaChainTracking/chainStateUpdated.d.mts +0 -41
  1810. package/dist/160/solanaElections/allVotesCleared.d.mts +0 -6
  1811. package/dist/160/solanaElections/allVotesNotCleared.d.mts +0 -6
  1812. package/dist/160/solanaElections/corruptStorage.d.mts +0 -6
  1813. package/dist/160/solanaElections/uninitialized.d.mts +0 -6
  1814. package/dist/160/solanaIngressEgress/assetEgressStatusChanged.d.mts +0 -25
  1815. package/dist/160/solanaIngressEgress/boostFundsAdded.d.mts +0 -45
  1816. package/dist/160/solanaIngressEgress/boostPoolCreated.d.mts +0 -39
  1817. package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.cts +0 -533
  1818. package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.mts +0 -533
  1819. package/dist/160/solanaIngressEgress/depositBoosted.d.cts +0 -116
  1820. package/dist/160/solanaIngressEgress/depositBoosted.d.mts +0 -116
  1821. package/dist/160/solanaIngressEgress/depositFetchesScheduled.d.mts +0 -25
  1822. package/dist/160/solanaIngressEgress/depositFinalised.d.cts +0 -110
  1823. package/dist/160/solanaIngressEgress/depositFinalised.d.mts +0 -110
  1824. package/dist/160/solanaIngressEgress/depositIgnored.d.mts +0 -41
  1825. package/dist/160/solanaIngressEgress/depositWitnessRejected.d.cts +0 -264
  1826. package/dist/160/solanaIngressEgress/depositWitnessRejected.d.mts +0 -264
  1827. package/dist/160/solanaIngressEgress/insufficientBoostLiquidity.d.mts +0 -31
  1828. package/dist/160/solanaIngressEgress/minimumDepositSet.d.mts +0 -25
  1829. package/dist/160/solanaIngressEgress/stoppedBoosting.d.mts +0 -48
  1830. package/dist/160/solanaIngressEgress/transferFallbackRequested.d.mts +0 -31
  1831. package/dist/160/solanaThresholdSigner/thresholdSignatureRequest.d.mts +0 -108
  1832. package/dist/160/swapping/batchSwapFailed.d.cts +0 -38
  1833. package/dist/160/swapping/batchSwapFailed.d.mts +0 -38
  1834. package/dist/160/swapping/ccmFailed.d.cts +0 -312
  1835. package/dist/160/swapping/ccmFailed.d.mts +0 -312
  1836. package/dist/160/swapping/maxSwapRequestDurationSet.d.mts +0 -12
  1837. package/dist/160/swapping/maxSwapRetryDurationSet.d.mts +0 -12
  1838. package/dist/160/swapping/maximumSwapAmountSet.d.cts +0 -25
  1839. package/dist/160/swapping/maximumSwapAmountSet.d.mts +0 -25
  1840. package/dist/160/swapping/refundEgressIgnored.d.cts +0 -248
  1841. package/dist/160/swapping/refundEgressIgnored.d.mts +0 -248
  1842. package/dist/160/swapping/refundEgressScheduled.d.cts +0 -44
  1843. package/dist/160/swapping/refundEgressScheduled.d.mts +0 -44
  1844. package/dist/160/swapping/swapAmountConfiscated.d.cts +0 -31
  1845. package/dist/160/swapping/swapAmountConfiscated.d.mts +0 -31
  1846. package/dist/160/swapping/swapDepositAddressReady.d.cts +0 -291
  1847. package/dist/160/swapping/swapDepositAddressReady.d.mts +0 -291
  1848. package/dist/160/swapping/swapEgressIgnored.d.cts +0 -248
  1849. package/dist/160/swapping/swapEgressIgnored.d.mts +0 -248
  1850. package/dist/160/swapping/swapEgressScheduled.d.cts +0 -44
  1851. package/dist/160/swapping/swapEgressScheduled.d.mts +0 -44
  1852. package/dist/160/swapping/swapExecuted.d.cts +0 -56
  1853. package/dist/160/swapping/swapExecuted.d.mts +0 -56
  1854. package/dist/160/swapping/swapRequestCompleted.d.mts +0 -12
  1855. package/dist/160/swapping/swapRequested.d.cts +0 -604
  1856. package/dist/160/swapping/swapRequested.d.mts +0 -604
  1857. package/dist/160/swapping/swapScheduled.d.mts +0 -34
  1858. package/dist/160/swapping/withdrawalRequested.d.cts +0 -89
  1859. package/dist/160/swapping/withdrawalRequested.d.mts +0 -89
  1860. package/dist/170/arbitrumBroadcaster/palletConfigUpdated.d.mts +0 -27
  1861. package/dist/170/arbitrumIngressEgress/boostedDepositLost.d.cts +0 -15
  1862. package/dist/170/arbitrumIngressEgress/boostedDepositLost.d.mts +0 -15
  1863. package/dist/170/arbitrumIngressEgress/ccmFailed.d.cts +0 -312
  1864. package/dist/170/arbitrumIngressEgress/ccmFailed.d.mts +0 -312
  1865. package/dist/170/arbitrumIngressEgress/ccmFallbackScheduled.d.mts +0 -47
  1866. package/dist/170/arbitrumIngressEgress/depositChannelLifetimeSet.d.mts +0 -12
  1867. package/dist/170/arbitrumIngressEgress/depositIgnored.d.cts +0 -54
  1868. package/dist/170/arbitrumIngressEgress/depositIgnored.d.mts +0 -54
  1869. package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +0 -560
  1870. package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +0 -560
  1871. package/dist/170/arbitrumIngressEgress/transactionRejectedByBroker.d.cts +0 -25
  1872. package/dist/170/arbitrumIngressEgress/transactionRejectedByBroker.d.mts +0 -25
  1873. package/dist/170/arbitrumIngressEgress/transactionRejectionFailed.d.mts +0 -22
  1874. package/dist/170/arbitrumIngressEgress/transactionRejectionRequestExpired.d.cts +0 -15
  1875. package/dist/170/arbitrumIngressEgress/transactionRejectionRequestExpired.d.mts +0 -15
  1876. package/dist/170/arbitrumIngressEgress/transactionRejectionRequestReceived.d.cts +0 -18
  1877. package/dist/170/arbitrumIngressEgress/transactionRejectionRequestReceived.d.mts +0 -18
  1878. package/dist/170/arbitrumVault/activationTxFailedAwaitingGovernance.d.mts +0 -39
  1879. package/dist/170/bitcoinBroadcaster/palletConfigUpdated.d.mts +0 -27
  1880. package/dist/170/bitcoinIngressEgress/boostedDepositLost.d.cts +0 -15
  1881. package/dist/170/bitcoinIngressEgress/boostedDepositLost.d.mts +0 -15
  1882. package/dist/170/bitcoinIngressEgress/ccmFailed.d.cts +0 -312
  1883. package/dist/170/bitcoinIngressEgress/ccmFailed.d.mts +0 -312
  1884. package/dist/170/bitcoinIngressEgress/ccmFallbackScheduled.d.mts +0 -47
  1885. package/dist/170/bitcoinIngressEgress/depositBoosted.d.cts +0 -343
  1886. package/dist/170/bitcoinIngressEgress/depositBoosted.d.mts +0 -343
  1887. package/dist/170/bitcoinIngressEgress/depositChannelLifetimeSet.d.mts +0 -12
  1888. package/dist/170/bitcoinIngressEgress/depositFinalised.d.cts +0 -337
  1889. package/dist/170/bitcoinIngressEgress/depositFinalised.d.mts +0 -337
  1890. package/dist/170/bitcoinIngressEgress/depositIgnored.d.cts +0 -268
  1891. package/dist/170/bitcoinIngressEgress/depositIgnored.d.mts +0 -268
  1892. package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.cts +0 -565
  1893. package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.mts +0 -565
  1894. package/dist/170/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +0 -560
  1895. package/dist/170/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +0 -560
  1896. package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.cts +0 -144
  1897. package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.mts +0 -144
  1898. package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.cts +0 -141
  1899. package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.mts +0 -141
  1900. package/dist/170/bitcoinIngressEgress/transactionRejectionRequestExpired.d.cts +0 -15
  1901. package/dist/170/bitcoinIngressEgress/transactionRejectionRequestExpired.d.mts +0 -15
  1902. package/dist/170/bitcoinIngressEgress/transactionRejectionRequestReceived.d.cts +0 -18
  1903. package/dist/170/bitcoinIngressEgress/transactionRejectionRequestReceived.d.mts +0 -18
  1904. package/dist/170/bitcoinThresholdSigner/palletConfigUpdated.d.mts +0 -57
  1905. package/dist/170/bitcoinVault/activationTxFailedAwaitingGovernance.d.mts +0 -27
  1906. package/dist/170/common.d.cts +0 -2447
  1907. package/dist/170/common.d.mts +0 -2447
  1908. package/dist/170/ethereumBroadcaster/palletConfigUpdated.d.mts +0 -27
  1909. package/dist/170/ethereumIngressEgress/boostedDepositLost.d.cts +0 -15
  1910. package/dist/170/ethereumIngressEgress/boostedDepositLost.d.mts +0 -15
  1911. package/dist/170/ethereumIngressEgress/ccmFailed.d.cts +0 -312
  1912. package/dist/170/ethereumIngressEgress/ccmFailed.d.mts +0 -312
  1913. package/dist/170/ethereumIngressEgress/ccmFallbackScheduled.d.mts +0 -47
  1914. package/dist/170/ethereumIngressEgress/depositChannelLifetimeSet.d.mts +0 -12
  1915. package/dist/170/ethereumIngressEgress/depositIgnored.d.cts +0 -54
  1916. package/dist/170/ethereumIngressEgress/depositIgnored.d.mts +0 -54
  1917. package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +0 -560
  1918. package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +0 -560
  1919. package/dist/170/ethereumIngressEgress/transactionRejectedByBroker.d.cts +0 -25
  1920. package/dist/170/ethereumIngressEgress/transactionRejectedByBroker.d.mts +0 -25
  1921. package/dist/170/ethereumIngressEgress/transactionRejectionFailed.d.mts +0 -22
  1922. package/dist/170/ethereumIngressEgress/transactionRejectionRequestExpired.d.cts +0 -15
  1923. package/dist/170/ethereumIngressEgress/transactionRejectionRequestExpired.d.mts +0 -15
  1924. package/dist/170/ethereumIngressEgress/transactionRejectionRequestReceived.d.cts +0 -18
  1925. package/dist/170/ethereumIngressEgress/transactionRejectionRequestReceived.d.mts +0 -18
  1926. package/dist/170/ethereumVault/activationTxFailedAwaitingGovernance.d.mts +0 -39
  1927. package/dist/170/evmThresholdSigner/palletConfigUpdated.d.mts +0 -57
  1928. package/dist/170/polkadotBroadcaster/palletConfigUpdated.d.mts +0 -27
  1929. package/dist/170/polkadotIngressEgress/boostedDepositLost.d.cts +0 -15
  1930. package/dist/170/polkadotIngressEgress/boostedDepositLost.d.mts +0 -15
  1931. package/dist/170/polkadotIngressEgress/ccmFailed.d.cts +0 -312
  1932. package/dist/170/polkadotIngressEgress/ccmFailed.d.mts +0 -312
  1933. package/dist/170/polkadotIngressEgress/ccmFallbackScheduled.d.mts +0 -47
  1934. package/dist/170/polkadotIngressEgress/depositChannelLifetimeSet.d.mts +0 -12
  1935. package/dist/170/polkadotIngressEgress/depositIgnored.d.cts +0 -44
  1936. package/dist/170/polkadotIngressEgress/depositIgnored.d.mts +0 -44
  1937. package/dist/170/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +0 -560
  1938. package/dist/170/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +0 -560
  1939. package/dist/170/polkadotIngressEgress/transactionRejectedByBroker.d.cts +0 -15
  1940. package/dist/170/polkadotIngressEgress/transactionRejectedByBroker.d.mts +0 -15
  1941. package/dist/170/polkadotIngressEgress/transactionRejectionFailed.d.mts +0 -12
  1942. package/dist/170/polkadotIngressEgress/transactionRejectionRequestExpired.d.cts +0 -30
  1943. package/dist/170/polkadotIngressEgress/transactionRejectionRequestExpired.d.mts +0 -30
  1944. package/dist/170/polkadotIngressEgress/transactionRejectionRequestReceived.d.cts +0 -33
  1945. package/dist/170/polkadotIngressEgress/transactionRejectionRequestReceived.d.mts +0 -33
  1946. package/dist/170/polkadotThresholdSigner/palletConfigUpdated.d.mts +0 -57
  1947. package/dist/170/polkadotVault/activationTxFailedAwaitingGovernance.d.mts +0 -12
  1948. package/dist/170/reputation/offencePenalty.d.cts +0 -125
  1949. package/dist/170/reputation/offencePenalty.d.mts +0 -125
  1950. package/dist/170/reputation/penaltyUpdated.d.cts +0 -155
  1951. package/dist/170/reputation/penaltyUpdated.d.mts +0 -155
  1952. package/dist/170/solanaBroadcaster/palletConfigUpdated.d.mts +0 -27
  1953. package/dist/170/solanaBroadcaster/transactionBroadcastRequest.d.mts +0 -31
  1954. package/dist/170/solanaIngressEgress/boostedDepositLost.d.cts +0 -15
  1955. package/dist/170/solanaIngressEgress/boostedDepositLost.d.mts +0 -15
  1956. package/dist/170/solanaIngressEgress/ccmFailed.d.cts +0 -312
  1957. package/dist/170/solanaIngressEgress/ccmFailed.d.mts +0 -312
  1958. package/dist/170/solanaIngressEgress/ccmFallbackScheduled.d.mts +0 -47
  1959. package/dist/170/solanaIngressEgress/depositChannelLifetimeSet.d.mts +0 -12
  1960. package/dist/170/solanaIngressEgress/depositIgnored.d.cts +0 -41
  1961. package/dist/170/solanaIngressEgress/depositIgnored.d.mts +0 -41
  1962. package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +0 -560
  1963. package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +0 -560
  1964. package/dist/170/solanaIngressEgress/transactionRejectedByBroker.d.mts +0 -12
  1965. package/dist/170/solanaIngressEgress/transactionRejectionFailed.d.mts +0 -6
  1966. package/dist/170/solanaIngressEgress/transactionRejectionRequestExpired.d.cts +0 -15
  1967. package/dist/170/solanaIngressEgress/transactionRejectionRequestExpired.d.mts +0 -15
  1968. package/dist/170/solanaIngressEgress/transactionRejectionRequestReceived.d.cts +0 -18
  1969. package/dist/170/solanaIngressEgress/transactionRejectionRequestReceived.d.mts +0 -18
  1970. package/dist/170/solanaThresholdSigner/palletConfigUpdated.d.mts +0 -57
  1971. package/dist/170/solanaVault/activationTxFailedAwaitingGovernance.d.mts +0 -12
  1972. package/dist/170/swapping/minimumChunkSizeSet.d.cts +0 -25
  1973. package/dist/170/swapping/minimumChunkSizeSet.d.mts +0 -25
  1974. package/dist/170/swapping/swapRequested.d.cts +0 -713
  1975. package/dist/170/swapping/swapRequested.d.mts +0 -713
  1976. package/dist/170/validator/previousRotationStillPending.d.mts +0 -6
  1977. package/dist/180/arbitrumChainTracking/chainStateUpdated.d.mts +0 -48
  1978. package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.cts +0 -533
  1979. package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.mts +0 -533
  1980. package/dist/180/arbitrumIngressEgress/depositBoosted.d.cts +0 -145
  1981. package/dist/180/arbitrumIngressEgress/depositBoosted.d.mts +0 -145
  1982. package/dist/180/arbitrumIngressEgress/depositFailed.d.cts +0 -1370
  1983. package/dist/180/arbitrumIngressEgress/depositFailed.d.mts +0 -1370
  1984. package/dist/180/arbitrumIngressEgress/depositFinalised.d.cts +0 -139
  1985. package/dist/180/arbitrumIngressEgress/depositFinalised.d.mts +0 -139
  1986. package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +0 -560
  1987. package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +0 -560
  1988. package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +0 -44
  1989. package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.d.mts +0 -44
  1990. package/dist/180/arbitrumIngressEgress/networkFeeDeductionFromBoostSet.d.mts +0 -12
  1991. package/dist/180/arbitrumIngressEgress/transferFallbackRequested.d.mts +0 -66
  1992. package/dist/180/arbitrumIngressEgress/unknownAffiliate.d.mts +0 -15
  1993. package/dist/180/arbitrumIngressEgress/unknownBroker.d.mts +0 -12
  1994. package/dist/180/arbitrumIngressEgress/witnessSafetyMarginSet.d.mts +0 -12
  1995. package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.cts +0 -533
  1996. package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.mts +0 -533
  1997. package/dist/180/bitcoinIngressEgress/depositBoosted.d.cts +0 -359
  1998. package/dist/180/bitcoinIngressEgress/depositBoosted.d.mts +0 -359
  1999. package/dist/180/bitcoinIngressEgress/depositFailed.d.cts +0 -2279
  2000. package/dist/180/bitcoinIngressEgress/depositFailed.d.mts +0 -2279
  2001. package/dist/180/bitcoinIngressEgress/depositFinalised.d.cts +0 -353
  2002. package/dist/180/bitcoinIngressEgress/depositFinalised.d.mts +0 -353
  2003. package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +0 -560
  2004. package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +0 -560
  2005. package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +0 -44
  2006. package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.mts +0 -44
  2007. package/dist/180/bitcoinIngressEgress/networkFeeDeductionFromBoostSet.d.mts +0 -12
  2008. package/dist/180/bitcoinIngressEgress/transferFallbackRequested.d.cts +0 -161
  2009. package/dist/180/bitcoinIngressEgress/transferFallbackRequested.d.mts +0 -161
  2010. package/dist/180/bitcoinIngressEgress/unknownAffiliate.d.mts +0 -15
  2011. package/dist/180/bitcoinIngressEgress/unknownBroker.d.mts +0 -12
  2012. package/dist/180/bitcoinIngressEgress/witnessSafetyMarginSet.d.mts +0 -12
  2013. package/dist/180/common.d.cts +0 -12253
  2014. package/dist/180/common.d.mts +0 -12253
  2015. package/dist/180/environment/solanaGovCallDispatched.d.mts +0 -70
  2016. package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.cts +0 -533
  2017. package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.mts +0 -533
  2018. package/dist/180/ethereumIngressEgress/depositBoosted.d.cts +0 -145
  2019. package/dist/180/ethereumIngressEgress/depositBoosted.d.mts +0 -145
  2020. package/dist/180/ethereumIngressEgress/depositFailed.d.cts +0 -1370
  2021. package/dist/180/ethereumIngressEgress/depositFailed.d.mts +0 -1370
  2022. package/dist/180/ethereumIngressEgress/depositFinalised.d.cts +0 -139
  2023. package/dist/180/ethereumIngressEgress/depositFinalised.d.mts +0 -139
  2024. package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +0 -560
  2025. package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +0 -560
  2026. package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +0 -44
  2027. package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.d.mts +0 -44
  2028. package/dist/180/ethereumIngressEgress/networkFeeDeductionFromBoostSet.d.mts +0 -12
  2029. package/dist/180/ethereumIngressEgress/transferFallbackRequested.d.mts +0 -66
  2030. package/dist/180/ethereumIngressEgress/unknownAffiliate.d.mts +0 -15
  2031. package/dist/180/ethereumIngressEgress/unknownBroker.d.mts +0 -12
  2032. package/dist/180/ethereumIngressEgress/witnessSafetyMarginSet.d.mts +0 -12
  2033. package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.cts +0 -533
  2034. package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.mts +0 -533
  2035. package/dist/180/polkadotIngressEgress/depositBoosted.d.cts +0 -135
  2036. package/dist/180/polkadotIngressEgress/depositBoosted.d.mts +0 -135
  2037. package/dist/180/polkadotIngressEgress/depositFailed.d.cts +0 -1361
  2038. package/dist/180/polkadotIngressEgress/depositFailed.d.mts +0 -1361
  2039. package/dist/180/polkadotIngressEgress/depositFinalised.d.cts +0 -129
  2040. package/dist/180/polkadotIngressEgress/depositFinalised.d.mts +0 -129
  2041. package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +0 -560
  2042. package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +0 -560
  2043. package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +0 -44
  2044. package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.d.mts +0 -44
  2045. package/dist/180/polkadotIngressEgress/networkFeeDeductionFromBoostSet.d.mts +0 -12
  2046. package/dist/180/polkadotIngressEgress/transferFallbackRequested.d.mts +0 -66
  2047. package/dist/180/polkadotIngressEgress/unknownAffiliate.d.mts +0 -15
  2048. package/dist/180/polkadotIngressEgress/unknownBroker.d.mts +0 -12
  2049. package/dist/180/polkadotIngressEgress/witnessSafetyMarginSet.d.mts +0 -12
  2050. package/dist/180/solanaBroadcaster/transactionBroadcastRequest.d.mts +0 -36
  2051. package/dist/180/solanaElections/unknownElection.d.cts +0 -48
  2052. package/dist/180/solanaElections/unknownElection.d.mts +0 -48
  2053. package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.cts +0 -533
  2054. package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.mts +0 -533
  2055. package/dist/180/solanaIngressEgress/depositBoosted.d.cts +0 -132
  2056. package/dist/180/solanaIngressEgress/depositBoosted.d.mts +0 -132
  2057. package/dist/180/solanaIngressEgress/depositFailed.d.cts +0 -1320
  2058. package/dist/180/solanaIngressEgress/depositFailed.d.mts +0 -1320
  2059. package/dist/180/solanaIngressEgress/depositFinalised.d.cts +0 -126
  2060. package/dist/180/solanaIngressEgress/depositFinalised.d.mts +0 -126
  2061. package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +0 -560
  2062. package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +0 -560
  2063. package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.cts +0 -44
  2064. package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.mts +0 -44
  2065. package/dist/180/solanaIngressEgress/networkFeeDeductionFromBoostSet.d.mts +0 -12
  2066. package/dist/180/solanaIngressEgress/transactionRejectionRequestExpired.d.mts +0 -15
  2067. package/dist/180/solanaIngressEgress/transactionRejectionRequestReceived.d.mts +0 -18
  2068. package/dist/180/solanaIngressEgress/transferFallbackRequested.d.mts +0 -66
  2069. package/dist/180/solanaIngressEgress/unknownAffiliate.d.mts +0 -15
  2070. package/dist/180/solanaIngressEgress/unknownBroker.d.mts +0 -12
  2071. package/dist/180/solanaIngressEgress/witnessSafetyMarginSet.d.mts +0 -12
  2072. package/dist/180/swapping/affiliateRegistration.d.mts +0 -21
  2073. package/dist/180/swapping/brokerBondSet.d.mts +0 -12
  2074. package/dist/180/swapping/minimumNetworkFeeSet.d.mts +0 -12
  2075. package/dist/180/swapping/privateBrokerChannelClosed.d.mts +0 -15
  2076. package/dist/180/swapping/privateBrokerChannelOpened.d.mts +0 -15
  2077. package/dist/180/swapping/refundEgressScheduled.d.cts +0 -54
  2078. package/dist/180/swapping/refundEgressScheduled.d.mts +0 -54
  2079. package/dist/180/swapping/swapDepositAddressReady.d.cts +0 -294
  2080. package/dist/180/swapping/swapDepositAddressReady.d.mts +0 -294
  2081. package/dist/180/swapping/swapEgressScheduled.d.cts +0 -54
  2082. package/dist/180/swapping/swapEgressScheduled.d.mts +0 -54
  2083. package/dist/180/swapping/swapRequested.d.cts +0 -679
  2084. package/dist/180/swapping/swapRequested.d.mts +0 -679
  2085. package/dist/180/swapping/swapScheduled.d.cts +0 -34
  2086. package/dist/180/swapping/swapScheduled.d.mts +0 -34
  2087. package/dist/180/swapping/withdrawalRequested.d.cts +0 -92
  2088. package/dist/180/swapping/withdrawalRequested.d.mts +0 -92
  2089. package/dist/190/arbitrumIngressEgress/batchBroadcastRequested.d.mts +0 -25
  2090. package/dist/190/arbitrumIngressEgress/ccmBroadcastRequested.d.mts +0 -25
  2091. package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.cts +0 -543
  2092. package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.mts +0 -543
  2093. package/dist/190/arbitrumIngressEgress/depositBoosted.d.cts +0 -194
  2094. package/dist/190/arbitrumIngressEgress/depositBoosted.d.mts +0 -194
  2095. package/dist/190/arbitrumIngressEgress/depositFailed.d.cts +0 -1355
  2096. package/dist/190/arbitrumIngressEgress/depositFailed.d.mts +0 -1355
  2097. package/dist/190/arbitrumIngressEgress/depositFinalised.d.cts +0 -188
  2098. package/dist/190/arbitrumIngressEgress/depositFinalised.d.mts +0 -188
  2099. package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +0 -560
  2100. package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +0 -560
  2101. package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.mts +0 -66
  2102. package/dist/190/assetBalances/accountCredited.d.cts +0 -31
  2103. package/dist/190/assetBalances/accountCredited.d.mts +0 -31
  2104. package/dist/190/assetBalances/accountDebited.d.cts +0 -31
  2105. package/dist/190/assetBalances/accountDebited.d.mts +0 -31
  2106. package/dist/190/assetBalances/refundScheduled.d.mts +0 -251
  2107. package/dist/190/assetBalances/refundSkipped.d.cts +0 -468
  2108. package/dist/190/assetBalances/refundSkipped.d.mts +0 -468
  2109. package/dist/190/assetBalances/vaultDeficitDetected.d.mts +0 -28
  2110. package/dist/190/assethubBroadcaster/broadcastAborted.d.mts +0 -12
  2111. package/dist/190/assethubBroadcaster/broadcastCallbackExecuted.d.cts +0 -333
  2112. package/dist/190/assethubBroadcaster/broadcastCallbackExecuted.d.mts +0 -333
  2113. package/dist/190/assethubBroadcaster/broadcastRetryScheduled.d.mts +0 -15
  2114. package/dist/190/assethubBroadcaster/broadcastSuccess.d.mts +0 -33
  2115. package/dist/190/assethubBroadcaster/broadcastTimeout.d.mts +0 -12
  2116. package/dist/190/assethubBroadcaster/callResigned.d.mts +0 -12
  2117. package/dist/190/assethubBroadcaster/palletConfigUpdated.d.mts +0 -27
  2118. package/dist/190/assethubBroadcaster/thresholdSignatureInvalid.d.mts +0 -12
  2119. package/dist/190/assethubBroadcaster/transactionBroadcastRequest.d.cts +0 -31
  2120. package/dist/190/assethubBroadcaster/transactionBroadcastRequest.d.mts +0 -31
  2121. package/dist/190/assethubBroadcaster/transactionFeeDeficitRecorded.d.mts +0 -15
  2122. package/dist/190/assethubBroadcaster/transactionFeeDeficitRefused.d.mts +0 -12
  2123. package/dist/190/assethubChainTracking/chainStateUpdated.d.mts +0 -75
  2124. package/dist/190/assethubChainTracking/feeMultiplierUpdated.d.mts +0 -12
  2125. package/dist/190/assethubIngressEgress/assetEgressStatusChanged.d.mts +0 -25
  2126. package/dist/190/assethubIngressEgress/batchBroadcastRequested.d.mts +0 -25
  2127. package/dist/190/assethubIngressEgress/boostFundsAdded.d.mts +0 -45
  2128. package/dist/190/assethubIngressEgress/boostPoolCreated.d.mts +0 -39
  2129. package/dist/190/assethubIngressEgress/boostedDepositLost.d.cts +0 -15
  2130. package/dist/190/assethubIngressEgress/boostedDepositLost.d.mts +0 -15
  2131. package/dist/190/assethubIngressEgress/ccmBroadcastFailed.d.mts +0 -12
  2132. package/dist/190/assethubIngressEgress/ccmBroadcastRequested.d.mts +0 -25
  2133. package/dist/190/assethubIngressEgress/ccmEgressInvalid.d.cts +0 -543
  2134. package/dist/190/assethubIngressEgress/ccmEgressInvalid.d.mts +0 -543
  2135. package/dist/190/assethubIngressEgress/channelOpeningFeePaid.d.mts +0 -12
  2136. package/dist/190/assethubIngressEgress/channelOpeningFeeSet.d.mts +0 -12
  2137. package/dist/190/assethubIngressEgress/depositBoosted.d.cts +0 -184
  2138. package/dist/190/assethubIngressEgress/depositBoosted.d.mts +0 -184
  2139. package/dist/190/assethubIngressEgress/depositChannelLifetimeSet.d.mts +0 -12
  2140. package/dist/190/assethubIngressEgress/depositFailed.d.cts +0 -1346
  2141. package/dist/190/assethubIngressEgress/depositFailed.d.mts +0 -1346
  2142. package/dist/190/assethubIngressEgress/depositFetchesScheduled.d.mts +0 -25
  2143. package/dist/190/assethubIngressEgress/depositFinalised.d.cts +0 -178
  2144. package/dist/190/assethubIngressEgress/depositFinalised.d.mts +0 -178
  2145. package/dist/190/assethubIngressEgress/failedForeignChainCallExpired.d.mts +0 -12
  2146. package/dist/190/assethubIngressEgress/failedForeignChainCallResigned.d.mts +0 -15
  2147. package/dist/190/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +0 -560
  2148. package/dist/190/assethubIngressEgress/failedToBuildAllBatchCall.d.mts +0 -560
  2149. package/dist/190/assethubIngressEgress/insufficientBoostLiquidity.d.mts +0 -44
  2150. package/dist/190/assethubIngressEgress/minimumDepositSet.d.mts +0 -25
  2151. package/dist/190/assethubIngressEgress/networkFeeDeductionFromBoostSet.d.mts +0 -12
  2152. package/dist/190/assethubIngressEgress/stoppedBoosting.d.mts +0 -48
  2153. package/dist/190/assethubIngressEgress/transactionRejectedByBroker.d.mts +0 -15
  2154. package/dist/190/assethubIngressEgress/transactionRejectionFailed.d.mts +0 -12
  2155. package/dist/190/assethubIngressEgress/transactionRejectionRequestExpired.d.mts +0 -30
  2156. package/dist/190/assethubIngressEgress/transactionRejectionRequestReceived.d.mts +0 -33
  2157. package/dist/190/assethubIngressEgress/transferFallbackRequested.d.mts +0 -66
  2158. package/dist/190/assethubIngressEgress/unknownAffiliate.d.mts +0 -15
  2159. package/dist/190/assethubIngressEgress/unknownBroker.d.mts +0 -12
  2160. package/dist/190/assethubIngressEgress/utxoConsolidation.d.mts +0 -12
  2161. package/dist/190/assethubIngressEgress/witnessSafetyMarginSet.d.mts +0 -12
  2162. package/dist/190/assethubVault/activationTxFailedAwaitingGovernance.d.mts +0 -12
  2163. package/dist/190/assethubVault/awaitingGovernanceActivation.d.mts +0 -12
  2164. package/dist/190/assethubVault/chainInitialized.d.mts +0 -6
  2165. package/dist/190/assethubVault/vaultActivationCompleted.d.mts +0 -6
  2166. package/dist/190/assethubVault/vaultRotatedExternally.d.mts +0 -6
  2167. package/dist/190/bitcoinIngressEgress/batchBroadcastRequested.d.mts +0 -25
  2168. package/dist/190/bitcoinIngressEgress/ccmBroadcastRequested.d.mts +0 -25
  2169. package/dist/190/bitcoinIngressEgress/ccmEgressInvalid.d.cts +0 -543
  2170. package/dist/190/bitcoinIngressEgress/ccmEgressInvalid.d.mts +0 -543
  2171. package/dist/190/bitcoinIngressEgress/depositBoosted.d.cts +0 -408
  2172. package/dist/190/bitcoinIngressEgress/depositBoosted.d.mts +0 -408
  2173. package/dist/190/bitcoinIngressEgress/depositFailed.d.cts +0 -2264
  2174. package/dist/190/bitcoinIngressEgress/depositFailed.d.mts +0 -2264
  2175. package/dist/190/bitcoinIngressEgress/depositFinalised.d.cts +0 -402
  2176. package/dist/190/bitcoinIngressEgress/depositFinalised.d.mts +0 -402
  2177. package/dist/190/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +0 -560
  2178. package/dist/190/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +0 -560
  2179. package/dist/190/bitcoinIngressEgress/transferFallbackRequested.d.mts +0 -161
  2180. package/dist/190/common.d.cts +0 -18203
  2181. package/dist/190/common.d.mts +0 -18203
  2182. package/dist/190/emissions/networkFeeBurned.d.mts +0 -25
  2183. package/dist/190/environment/assethubVaultAccountSet.d.mts +0 -12
  2184. package/dist/190/environment/runtimeSafeModeUpdated.d.mts +0 -1278
  2185. package/dist/190/ethereumIngressEgress/batchBroadcastRequested.d.mts +0 -25
  2186. package/dist/190/ethereumIngressEgress/ccmBroadcastRequested.d.mts +0 -25
  2187. package/dist/190/ethereumIngressEgress/ccmEgressInvalid.d.cts +0 -543
  2188. package/dist/190/ethereumIngressEgress/ccmEgressInvalid.d.mts +0 -543
  2189. package/dist/190/ethereumIngressEgress/depositBoosted.d.cts +0 -194
  2190. package/dist/190/ethereumIngressEgress/depositBoosted.d.mts +0 -194
  2191. package/dist/190/ethereumIngressEgress/depositFailed.d.cts +0 -1355
  2192. package/dist/190/ethereumIngressEgress/depositFailed.d.mts +0 -1355
  2193. package/dist/190/ethereumIngressEgress/depositFinalised.d.cts +0 -188
  2194. package/dist/190/ethereumIngressEgress/depositFinalised.d.mts +0 -188
  2195. package/dist/190/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +0 -560
  2196. package/dist/190/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +0 -560
  2197. package/dist/190/ethereumIngressEgress/transferFallbackRequested.d.mts +0 -66
  2198. package/dist/190/flip/palletConfigUpdated.d.mts +0 -84
  2199. package/dist/190/liquidityPools/assetSwapped.d.cts +0 -41
  2200. package/dist/190/liquidityPools/assetSwapped.d.mts +0 -41
  2201. package/dist/190/liquidityPools/limitOrderUpdated.d.cts +0 -99
  2202. package/dist/190/liquidityPools/limitOrderUpdated.d.mts +0 -99
  2203. package/dist/190/liquidityPools/newPoolCreated.d.mts +0 -41
  2204. package/dist/190/liquidityPools/orderDeletionFailed.d.mts +0 -127
  2205. package/dist/190/liquidityPools/palletConfigUpdated.d.mts +0 -44
  2206. package/dist/190/liquidityPools/poolFeeSet.d.mts +0 -38
  2207. package/dist/190/liquidityPools/priceImpactLimitSet.d.mts +0 -46
  2208. package/dist/190/liquidityPools/rangeOrderUpdated.d.cts +0 -209
  2209. package/dist/190/liquidityPools/rangeOrderUpdated.d.mts +0 -209
  2210. package/dist/190/liquidityProvider/assetTransferred.d.mts +0 -31
  2211. package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.mts +0 -91
  2212. package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.mts +0 -251
  2213. package/dist/190/liquidityProvider/withdrawalEgressScheduled.d.cts +0 -95
  2214. package/dist/190/liquidityProvider/withdrawalEgressScheduled.d.mts +0 -95
  2215. package/dist/190/polkadotIngressEgress/batchBroadcastRequested.d.mts +0 -25
  2216. package/dist/190/polkadotIngressEgress/ccmBroadcastRequested.d.mts +0 -25
  2217. package/dist/190/polkadotIngressEgress/ccmEgressInvalid.d.cts +0 -543
  2218. package/dist/190/polkadotIngressEgress/ccmEgressInvalid.d.mts +0 -543
  2219. package/dist/190/polkadotIngressEgress/depositBoosted.d.cts +0 -184
  2220. package/dist/190/polkadotIngressEgress/depositBoosted.d.mts +0 -184
  2221. package/dist/190/polkadotIngressEgress/depositFailed.d.cts +0 -1346
  2222. package/dist/190/polkadotIngressEgress/depositFailed.d.mts +0 -1346
  2223. package/dist/190/polkadotIngressEgress/depositFinalised.d.cts +0 -178
  2224. package/dist/190/polkadotIngressEgress/depositFinalised.d.mts +0 -178
  2225. package/dist/190/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +0 -560
  2226. package/dist/190/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +0 -560
  2227. package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.mts +0 -66
  2228. package/dist/190/reputation/offencePenalty.d.mts +0 -125
  2229. package/dist/190/reputation/penaltyUpdated.d.mts +0 -155
  2230. package/dist/190/solanaIngressEgress/batchBroadcastRequested.d.mts +0 -25
  2231. package/dist/190/solanaIngressEgress/ccmBroadcastRequested.d.mts +0 -25
  2232. package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.cts +0 -543
  2233. package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.mts +0 -543
  2234. package/dist/190/solanaIngressEgress/depositBoosted.d.cts +0 -181
  2235. package/dist/190/solanaIngressEgress/depositBoosted.d.mts +0 -181
  2236. package/dist/190/solanaIngressEgress/depositFailed.d.cts +0 -1305
  2237. package/dist/190/solanaIngressEgress/depositFailed.d.mts +0 -1305
  2238. package/dist/190/solanaIngressEgress/depositFinalised.d.cts +0 -175
  2239. package/dist/190/solanaIngressEgress/depositFinalised.d.mts +0 -175
  2240. package/dist/190/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +0 -560
  2241. package/dist/190/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +0 -560
  2242. package/dist/190/solanaIngressEgress/transferFallbackRequested.d.mts +0 -66
  2243. package/dist/190/solanaThresholdSigner/thresholdSignatureRequest.d.mts +0 -314
  2244. package/dist/190/swapping/batchSwapFailed.d.mts +0 -38
  2245. package/dist/190/swapping/creditedOnChain.d.cts +0 -31
  2246. package/dist/190/swapping/creditedOnChain.d.mts +0 -31
  2247. package/dist/190/swapping/palletConfigUpdated.d.mts +0 -196
  2248. package/dist/190/swapping/refundEgressIgnored.d.cts +0 -248
  2249. package/dist/190/swapping/refundEgressIgnored.d.mts +0 -248
  2250. package/dist/190/swapping/refundEgressScheduled.d.cts +0 -54
  2251. package/dist/190/swapping/refundEgressScheduled.d.mts +0 -54
  2252. package/dist/190/swapping/refundedOnChain.d.cts +0 -31
  2253. package/dist/190/swapping/refundedOnChain.d.mts +0 -31
  2254. package/dist/190/swapping/swapAmountConfiscated.d.mts +0 -31
  2255. package/dist/190/swapping/swapDepositAddressReady.d.cts +0 -315
  2256. package/dist/190/swapping/swapDepositAddressReady.d.mts +0 -315
  2257. package/dist/190/swapping/swapEgressIgnored.d.cts +0 -248
  2258. package/dist/190/swapping/swapEgressIgnored.d.mts +0 -248
  2259. package/dist/190/swapping/swapEgressScheduled.d.cts +0 -54
  2260. package/dist/190/swapping/swapEgressScheduled.d.mts +0 -54
  2261. package/dist/190/swapping/swapExecuted.d.cts +0 -56
  2262. package/dist/190/swapping/swapExecuted.d.mts +0 -56
  2263. package/dist/190/swapping/swapRequested.d.cts +0 -900
  2264. package/dist/190/swapping/swapRequested.d.mts +0 -900
  2265. package/dist/190/swapping/vaultSwapMinimumBrokerFeeSet.d.mts +0 -15
  2266. package/dist/190/swapping/withdrawalRequested.d.mts +0 -98
  2267. package/dist/190/tokenholderGovernance/govKeyUpdatedHasFailed.d.mts +0 -25
  2268. package/dist/190/tokenholderGovernance/govKeyUpdatedWasSuccessful.d.mts +0 -25
  2269. package/dist/190/tokenholderGovernance/proposalEnacted.d.mts +0 -54
  2270. package/dist/190/tokenholderGovernance/proposalPassed.d.mts +0 -54
  2271. package/dist/190/tokenholderGovernance/proposalRejected.d.mts +0 -54
  2272. package/dist/190/tokenholderGovernance/proposalSubmitted.d.mts +0 -54
  2273. package/dist/190/tradingStrategy/fundsAddedToStrategy.d.mts +0 -25
  2274. package/dist/190/tradingStrategy/palletConfigUpdated.d.mts +0 -108
  2275. package/dist/190/tradingStrategy/strategyClosed.d.mts +0 -12
  2276. package/dist/190/tradingStrategy/strategyDeployed.d.mts +0 -50
  2277. package/dist/200/arbitrumBroadcaster/historicalBroadcastRequested.d.mts +0 -18
  2278. package/dist/200/assethubBroadcaster/historicalBroadcastRequested.d.mts +0 -18
  2279. package/dist/200/bitcoinBroadcaster/historicalBroadcastRequested.d.mts +0 -18
  2280. package/dist/200/bitcoinThresholdSigner/maxRetriesReachedForRequest.d.mts +0 -12
  2281. package/dist/200/common.d.cts +0 -11087
  2282. package/dist/200/common.d.mts +0 -11087
  2283. package/dist/200/environment/batchCompleted.d.mts +0 -6
  2284. package/dist/200/environment/nonNativeSignedCall.d.mts +0 -6
  2285. package/dist/200/environment/runtimeSafeModeUpdated.d.cts +0 -1929
  2286. package/dist/200/environment/runtimeSafeModeUpdated.d.mts +0 -1929
  2287. package/dist/200/ethereumBroadcaster/historicalBroadcastRequested.d.mts +0 -18
  2288. package/dist/200/evmThresholdSigner/maxRetriesReachedForRequest.d.mts +0 -12
  2289. package/dist/200/funding/funded.d.mts +0 -88
  2290. package/dist/200/lendingPools/collateralAdded.d.mts +0 -38
  2291. package/dist/200/lendingPools/collateralRemoved.d.mts +0 -25
  2292. package/dist/200/lendingPools/collateralTopupAssetUpdated.d.mts +0 -25
  2293. package/dist/200/lendingPools/interestTaken.d.mts +0 -24
  2294. package/dist/200/lendingPools/lendingFundsAdded.d.cts +0 -28
  2295. package/dist/200/lendingPools/lendingFundsAdded.d.mts +0 -28
  2296. package/dist/200/lendingPools/lendingFundsRemoved.d.cts +0 -28
  2297. package/dist/200/lendingPools/lendingFundsRemoved.d.mts +0 -28
  2298. package/dist/200/lendingPools/lendingNetworkFeeSwapInitiated.d.mts +0 -12
  2299. package/dist/200/lendingPools/lendingPoolCreated.d.mts +0 -22
  2300. package/dist/200/lendingPools/liquidationCompleted.d.cts +0 -25
  2301. package/dist/200/lendingPools/liquidationCompleted.d.mts +0 -25
  2302. package/dist/200/lendingPools/liquidationFeeTaken.d.mts +0 -21
  2303. package/dist/200/lendingPools/liquidationInitiated.d.mts +0 -28
  2304. package/dist/200/lendingPools/loanCreated.d.mts +0 -31
  2305. package/dist/200/lendingPools/loanRepaid.d.mts +0 -15
  2306. package/dist/200/lendingPools/loanSettled.d.mts +0 -18
  2307. package/dist/200/lendingPools/loanUpdated.d.mts +0 -15
  2308. package/dist/200/lendingPools/originationFeeTaken.d.mts +0 -21
  2309. package/dist/200/lendingPools/palletConfigUpdated.d.mts +0 -388
  2310. package/dist/200/lendingPools/whitelistUpdated.d.mts +0 -67
  2311. package/dist/200/polkadotBroadcaster/historicalBroadcastRequested.d.mts +0 -18
  2312. package/dist/200/polkadotThresholdSigner/maxRetriesReachedForRequest.d.mts +0 -12
  2313. package/dist/200/solanaBroadcaster/historicalBroadcastRequested.d.mts +0 -18
  2314. package/dist/200/solanaThresholdSigner/maxRetriesReachedForRequest.d.mts +0 -12
  2315. package/dist/200/swapping/accountCreationDepositAddressReady.d.mts +0 -148
  2316. package/dist/200/swapping/swapAborted.d.mts +0 -25
  2317. package/dist/200/swapping/swapRequestCompleted.d.cts +0 -25
  2318. package/dist/200/swapping/swapRequestCompleted.d.mts +0 -25
  2319. package/dist/200/swapping/swapRequested.d.cts +0 -3993
  2320. package/dist/200/swapping/swapRequested.d.mts +0 -3993
  2321. package/dist/200/swapping/swapRescheduled.d.mts +0 -28
  2322. package/dist/210/arbitrumIngressEgress/assetEgressStatusChanged.d.mts +0 -25
  2323. package/dist/210/arbitrumIngressEgress/depositBoosted.d.cts +0 -204
  2324. package/dist/210/arbitrumIngressEgress/depositBoosted.d.mts +0 -204
  2325. package/dist/210/arbitrumIngressEgress/depositFailed.d.cts +0 -1427
  2326. package/dist/210/arbitrumIngressEgress/depositFailed.d.mts +0 -1427
  2327. package/dist/210/arbitrumIngressEgress/depositFetchesScheduled.d.mts +0 -25
  2328. package/dist/210/arbitrumIngressEgress/depositFinalised.d.cts +0 -198
  2329. package/dist/210/arbitrumIngressEgress/depositFinalised.d.mts +0 -198
  2330. package/dist/210/arbitrumIngressEgress/insufficientBoostLiquidity.d.mts +0 -44
  2331. package/dist/210/arbitrumIngressEgress/invalidCcmRefunded.d.mts +0 -28
  2332. package/dist/210/arbitrumIngressEgress/palletConfigUpdated.d.mts +0 -151
  2333. package/dist/210/arbitrumIngressEgress/transferFallbackRequested.d.mts +0 -66
  2334. package/dist/210/assetBalances/accountCredited.d.cts +0 -31
  2335. package/dist/210/assetBalances/accountCredited.d.mts +0 -31
  2336. package/dist/210/assetBalances/accountDebited.d.cts +0 -31
  2337. package/dist/210/assetBalances/accountDebited.d.mts +0 -31
  2338. package/dist/210/assethubIngressEgress/depositFailed.d.cts +0 -1418
  2339. package/dist/210/assethubIngressEgress/depositFailed.d.mts +0 -1418
  2340. package/dist/210/bitcoinIngressEgress/depositFailed.d.cts +0 -2336
  2341. package/dist/210/bitcoinIngressEgress/depositFailed.d.mts +0 -2336
  2342. package/dist/210/common.d.cts +0 -26272
  2343. package/dist/210/common.d.mts +0 -26272
  2344. package/dist/210/environment/addedNewArbAsset.d.mts +0 -14
  2345. package/dist/210/environment/addedNewEthAsset.d.mts +0 -14
  2346. package/dist/210/environment/runtimeSafeModeUpdated.d.cts +0 -1929
  2347. package/dist/210/environment/runtimeSafeModeUpdated.d.mts +0 -1929
  2348. package/dist/210/environment/updatedArbAsset.d.mts +0 -14
  2349. package/dist/210/environment/updatedEthAsset.d.mts +0 -14
  2350. package/dist/210/ethereumIngressEgress/assetEgressStatusChanged.d.mts +0 -25
  2351. package/dist/210/ethereumIngressEgress/depositBoosted.d.cts +0 -204
  2352. package/dist/210/ethereumIngressEgress/depositBoosted.d.mts +0 -204
  2353. package/dist/210/ethereumIngressEgress/depositFailed.d.cts +0 -1427
  2354. package/dist/210/ethereumIngressEgress/depositFailed.d.mts +0 -1427
  2355. package/dist/210/ethereumIngressEgress/depositFetchesScheduled.d.mts +0 -25
  2356. package/dist/210/ethereumIngressEgress/depositFinalised.d.cts +0 -198
  2357. package/dist/210/ethereumIngressEgress/depositFinalised.d.mts +0 -198
  2358. package/dist/210/ethereumIngressEgress/insufficientBoostLiquidity.d.mts +0 -44
  2359. package/dist/210/ethereumIngressEgress/invalidCcmRefunded.d.mts +0 -28
  2360. package/dist/210/ethereumIngressEgress/palletConfigUpdated.d.mts +0 -151
  2361. package/dist/210/ethereumIngressEgress/transferFallbackRequested.d.mts +0 -66
  2362. package/dist/210/funding/funded.d.cts +0 -88
  2363. package/dist/210/funding/funded.d.mts +0 -88
  2364. package/dist/210/governance/newGovernanceCouncil.d.mts +0 -27
  2365. package/dist/210/lendingPools/boostFundsAdded.d.cts +0 -45
  2366. package/dist/210/lendingPools/boostFundsAdded.d.mts +0 -45
  2367. package/dist/210/lendingPools/boostPoolCreated.d.cts +0 -39
  2368. package/dist/210/lendingPools/boostPoolCreated.d.mts +0 -39
  2369. package/dist/210/lendingPools/collateralAdded.d.cts +0 -68
  2370. package/dist/210/lendingPools/collateralAdded.d.mts +0 -68
  2371. package/dist/210/lendingPools/collateralRemoved.d.cts +0 -25
  2372. package/dist/210/lendingPools/collateralRemoved.d.mts +0 -25
  2373. package/dist/210/lendingPools/collateralTopupAssetUpdated.d.cts +0 -25
  2374. package/dist/210/lendingPools/collateralTopupAssetUpdated.d.mts +0 -25
  2375. package/dist/210/lendingPools/lendingFundsAdded.d.cts +0 -28
  2376. package/dist/210/lendingPools/lendingFundsAdded.d.mts +0 -28
  2377. package/dist/210/lendingPools/lendingFundsRemoved.d.cts +0 -28
  2378. package/dist/210/lendingPools/lendingFundsRemoved.d.mts +0 -28
  2379. package/dist/210/lendingPools/lendingPoolCreated.d.cts +0 -22
  2380. package/dist/210/lendingPools/lendingPoolCreated.d.mts +0 -22
  2381. package/dist/210/lendingPools/loanCreated.d.cts +0 -31
  2382. package/dist/210/lendingPools/loanCreated.d.mts +0 -31
  2383. package/dist/210/lendingPools/loanRepaid.d.mts +0 -43
  2384. package/dist/210/lendingPools/palletConfigUpdated.d.cts +0 -388
  2385. package/dist/210/lendingPools/palletConfigUpdated.d.mts +0 -388
  2386. package/dist/210/lendingPools/stoppedBoosting.d.cts +0 -48
  2387. package/dist/210/lendingPools/stoppedBoosting.d.mts +0 -48
  2388. package/dist/210/liquidityPools/assetSwapped.d.cts +0 -41
  2389. package/dist/210/liquidityPools/assetSwapped.d.mts +0 -41
  2390. package/dist/210/liquidityPools/limitOrderUpdated.d.cts +0 -99
  2391. package/dist/210/liquidityPools/limitOrderUpdated.d.mts +0 -99
  2392. package/dist/210/liquidityPools/newPoolCreated.d.cts +0 -41
  2393. package/dist/210/liquidityPools/newPoolCreated.d.mts +0 -41
  2394. package/dist/210/liquidityPools/orderDeletionFailed.d.cts +0 -127
  2395. package/dist/210/liquidityPools/orderDeletionFailed.d.mts +0 -127
  2396. package/dist/210/liquidityPools/palletConfigUpdated.d.cts +0 -44
  2397. package/dist/210/liquidityPools/palletConfigUpdated.d.mts +0 -44
  2398. package/dist/210/liquidityPools/poolFeeSet.d.cts +0 -38
  2399. package/dist/210/liquidityPools/poolFeeSet.d.mts +0 -38
  2400. package/dist/210/liquidityPools/priceImpactLimitSet.d.mts +0 -46
  2401. package/dist/210/liquidityPools/rangeOrderUpdated.d.cts +0 -209
  2402. package/dist/210/liquidityPools/rangeOrderUpdated.d.mts +0 -209
  2403. package/dist/210/liquidityProvider/assetTransferred.d.cts +0 -31
  2404. package/dist/210/liquidityProvider/assetTransferred.d.mts +0 -31
  2405. package/dist/210/liquidityProvider/liquidityDepositAddressReady.d.cts +0 -91
  2406. package/dist/210/liquidityProvider/liquidityDepositAddressReady.d.mts +0 -91
  2407. package/dist/210/liquidityProvider/withdrawalEgressScheduled.d.cts +0 -95
  2408. package/dist/210/liquidityProvider/withdrawalEgressScheduled.d.mts +0 -95
  2409. package/dist/210/polkadotIngressEgress/depositFailed.d.cts +0 -1418
  2410. package/dist/210/polkadotIngressEgress/depositFailed.d.mts +0 -1418
  2411. package/dist/210/solanaIngressEgress/depositFailed.d.cts +0 -1499
  2412. package/dist/210/solanaIngressEgress/depositFailed.d.mts +0 -1499
  2413. package/dist/210/swapping/accountCreationDepositAddressReady.d.cts +0 -148
  2414. package/dist/210/swapping/accountCreationDepositAddressReady.d.mts +0 -148
  2415. package/dist/210/swapping/batchSwapFailed.d.cts +0 -38
  2416. package/dist/210/swapping/batchSwapFailed.d.mts +0 -38
  2417. package/dist/210/swapping/creditedOnChain.d.cts +0 -31
  2418. package/dist/210/swapping/creditedOnChain.d.mts +0 -31
  2419. package/dist/210/swapping/palletConfigUpdated.d.cts +0 -255
  2420. package/dist/210/swapping/palletConfigUpdated.d.mts +0 -255
  2421. package/dist/210/swapping/refundEgressIgnored.d.cts +0 -248
  2422. package/dist/210/swapping/refundEgressIgnored.d.mts +0 -248
  2423. package/dist/210/swapping/refundEgressScheduled.d.cts +0 -57
  2424. package/dist/210/swapping/refundEgressScheduled.d.mts +0 -57
  2425. package/dist/210/swapping/refundedOnChain.d.cts +0 -34
  2426. package/dist/210/swapping/refundedOnChain.d.mts +0 -34
  2427. package/dist/210/swapping/swapAmountConfiscated.d.cts +0 -31
  2428. package/dist/210/swapping/swapAmountConfiscated.d.mts +0 -31
  2429. package/dist/210/swapping/swapDepositAddressReady.d.cts +0 -695
  2430. package/dist/210/swapping/swapDepositAddressReady.d.mts +0 -695
  2431. package/dist/210/swapping/swapEgressIgnored.d.cts +0 -248
  2432. package/dist/210/swapping/swapEgressIgnored.d.mts +0 -248
  2433. package/dist/210/swapping/swapEgressScheduled.d.cts +0 -54
  2434. package/dist/210/swapping/swapEgressScheduled.d.mts +0 -54
  2435. package/dist/210/swapping/swapExecuted.d.cts +0 -59
  2436. package/dist/210/swapping/swapExecuted.d.mts +0 -59
  2437. package/dist/210/swapping/swapRequested.d.cts +0 -3993
  2438. package/dist/210/swapping/swapRequested.d.mts +0 -3993
  2439. package/dist/210/swapping/withdrawalRequested.d.cts +0 -98
  2440. package/dist/210/swapping/withdrawalRequested.d.mts +0 -98
  2441. package/dist/210/tradingStrategy/fundsAddedToStrategy.d.cts +0 -25
  2442. package/dist/210/tradingStrategy/fundsAddedToStrategy.d.mts +0 -25
  2443. package/dist/210/tradingStrategy/palletConfigUpdated.d.cts +0 -108
  2444. package/dist/210/tradingStrategy/palletConfigUpdated.d.mts +0 -108
  2445. package/dist/210/tradingStrategy/strategyDeployed.d.cts +0 -134
  2446. package/dist/210/tradingStrategy/strategyDeployed.d.mts +0 -134
  2447. package/dist/EventHandler.d.cts +0 -27
  2448. package/dist/EventHandler.d.mts +0 -28
  2449. package/dist/HandlerMap.d.cts +0 -24
  2450. package/dist/HandlerMap.d.mts +0 -24
  2451. package/dist/Processor.d.cts +0 -42
  2452. package/dist/Processor.d.mts +0 -42
  2453. package/dist/generate.d.cts +0 -3
  2454. package/dist/index.d.cts +0 -4
  2455. package/dist/index.d.mts +0 -4
  2456. package/dist/types.d.mts +0 -112
  2457. package/dist/utils.d.mts +0 -4
  2458. /package/dist/100/accountRoles/{accountRoleRegistered.d.cts → accountRoleRegistered.d.ts} +0 -0
  2459. /package/dist/100/bitcoinBroadcaster/{broadcastAborted.d.cts → broadcastAborted.d.ts} +0 -0
  2460. /package/dist/100/bitcoinBroadcaster/{broadcastAttemptTimeout.d.cts → broadcastAttemptTimeout.d.ts} +0 -0
  2461. /package/dist/100/bitcoinBroadcaster/{broadcastCallbackExecuted.d.cts → broadcastCallbackExecuted.d.ts} +0 -0
  2462. /package/dist/100/bitcoinBroadcaster/{broadcastRetryScheduled.d.cts → broadcastRetryScheduled.d.ts} +0 -0
  2463. /package/dist/100/bitcoinBroadcaster/{broadcastSuccess.d.cts → broadcastSuccess.d.ts} +0 -0
  2464. /package/dist/100/bitcoinBroadcaster/{thresholdSignatureInvalid.d.cts → thresholdSignatureInvalid.d.ts} +0 -0
  2465. /package/dist/100/bitcoinBroadcaster/{transactionFeeDeficitRefused.d.cts → transactionFeeDeficitRefused.d.ts} +0 -0
  2466. /package/dist/100/bitcoinChainTracking/{chainStateUpdated.d.cts → chainStateUpdated.d.ts} +0 -0
  2467. /package/dist/100/bitcoinIngressEgress/{assetEgressStatusChanged.d.cts → assetEgressStatusChanged.d.ts} +0 -0
  2468. /package/dist/100/bitcoinIngressEgress/{batchBroadcastRequested.d.cts → batchBroadcastRequested.d.ts} +0 -0
  2469. /package/dist/100/bitcoinIngressEgress/{ccmBroadcastRequested.d.cts → ccmBroadcastRequested.d.ts} +0 -0
  2470. /package/dist/100/bitcoinIngressEgress/{ccmEgressInvalid.d.cts → ccmEgressInvalid.d.ts} +0 -0
  2471. /package/dist/100/bitcoinIngressEgress/{depositFetchesScheduled.d.cts → depositFetchesScheduled.d.ts} +0 -0
  2472. /package/dist/100/bitcoinIngressEgress/{minimumDepositSet.d.cts → minimumDepositSet.d.ts} +0 -0
  2473. /package/dist/100/bitcoinThresholdSigner/{currentKeyUnavailable.d.cts → currentKeyUnavailable.d.ts} +0 -0
  2474. /package/dist/100/bitcoinThresholdSigner/{signersUnavailable.d.cts → signersUnavailable.d.ts} +0 -0
  2475. /package/dist/100/bitcoinThresholdSigner/{thresholdSignatureResponseTimeoutUpdated.d.cts → thresholdSignatureResponseTimeoutUpdated.d.ts} +0 -0
  2476. /package/dist/100/bitcoinVault/{awaitingGovernanceActivation.d.cts → awaitingGovernanceActivation.d.ts} +0 -0
  2477. /package/dist/100/bitcoinVault/{keyHandoverFailure.d.cts → keyHandoverFailure.d.ts} +0 -0
  2478. /package/dist/100/bitcoinVault/{keyHandoverFailureReported.d.cts → keyHandoverFailureReported.d.ts} +0 -0
  2479. /package/dist/100/bitcoinVault/{keyHandoverRequest.d.cts → keyHandoverRequest.d.ts} +0 -0
  2480. /package/dist/100/bitcoinVault/{keyHandoverResponseTimeout.d.cts → keyHandoverResponseTimeout.d.ts} +0 -0
  2481. /package/dist/100/bitcoinVault/{keyHandoverSuccess.d.cts → keyHandoverSuccess.d.ts} +0 -0
  2482. /package/dist/100/bitcoinVault/{keyHandoverSuccessReported.d.cts → keyHandoverSuccessReported.d.ts} +0 -0
  2483. /package/dist/100/bitcoinVault/{keyHandoverVerificationFailure.d.cts → keyHandoverVerificationFailure.d.ts} +0 -0
  2484. /package/dist/100/bitcoinVault/{keyHandoverVerificationSuccess.d.cts → keyHandoverVerificationSuccess.d.ts} +0 -0
  2485. /package/dist/100/bitcoinVault/{keygenFailure.d.cts → keygenFailure.d.ts} +0 -0
  2486. /package/dist/100/bitcoinVault/{keygenFailureReported.d.cts → keygenFailureReported.d.ts} +0 -0
  2487. /package/dist/100/bitcoinVault/{keygenRequest.d.cts → keygenRequest.d.ts} +0 -0
  2488. /package/dist/100/bitcoinVault/{keygenResponseTimeout.d.cts → keygenResponseTimeout.d.ts} +0 -0
  2489. /package/dist/100/bitcoinVault/{keygenResponseTimeoutUpdated.d.cts → keygenResponseTimeoutUpdated.d.ts} +0 -0
  2490. /package/dist/100/bitcoinVault/{keygenSuccess.d.cts → keygenSuccess.d.ts} +0 -0
  2491. /package/dist/100/bitcoinVault/{keygenSuccessReported.d.cts → keygenSuccessReported.d.ts} +0 -0
  2492. /package/dist/100/bitcoinVault/{keygenVerificationFailure.d.cts → keygenVerificationFailure.d.ts} +0 -0
  2493. /package/dist/100/bitcoinVault/{keygenVerificationSuccess.d.cts → keygenVerificationSuccess.d.ts} +0 -0
  2494. /package/dist/100/bitcoinVault/{noKeyHandover.d.cts → noKeyHandover.d.ts} +0 -0
  2495. /package/dist/100/bitcoinVault/{vaultRotatedExternally.d.cts → vaultRotatedExternally.d.ts} +0 -0
  2496. /package/dist/100/bitcoinVault/{vaultRotationAborted.d.cts → vaultRotationAborted.d.ts} +0 -0
  2497. /package/dist/100/bitcoinVault/{vaultRotationCompleted.d.cts → vaultRotationCompleted.d.ts} +0 -0
  2498. /package/dist/100/emissions/{backupNodeInflationEmissionsUpdated.d.cts → backupNodeInflationEmissionsUpdated.d.ts} +0 -0
  2499. /package/dist/100/emissions/{currentAuthorityInflationEmissionsUpdated.d.cts → currentAuthorityInflationEmissionsUpdated.d.ts} +0 -0
  2500. /package/dist/100/emissions/{supplyUpdateBroadcastRequested.d.cts → supplyUpdateBroadcastRequested.d.ts} +0 -0
  2501. /package/dist/100/emissions/{supplyUpdateIntervalUpdated.d.cts → supplyUpdateIntervalUpdated.d.ts} +0 -0
  2502. /package/dist/100/environment/{addedNewEthAsset.d.cts → addedNewEthAsset.d.ts} +0 -0
  2503. /package/dist/100/environment/{bitcoinBlockNumberSetForVault.d.cts → bitcoinBlockNumberSetForVault.d.ts} +0 -0
  2504. /package/dist/100/environment/{polkadotVaultAccountSet.d.cts → polkadotVaultAccountSet.d.ts} +0 -0
  2505. /package/dist/100/environment/{runtimeSafeModeUpdated.d.cts → runtimeSafeModeUpdated.d.ts} +0 -0
  2506. /package/dist/100/environment/{updatedEthAsset.d.cts → updatedEthAsset.d.ts} +0 -0
  2507. /package/dist/100/ethereumBroadcaster/{broadcastAborted.d.cts → broadcastAborted.d.ts} +0 -0
  2508. /package/dist/100/ethereumBroadcaster/{broadcastAttemptTimeout.d.cts → broadcastAttemptTimeout.d.ts} +0 -0
  2509. /package/dist/100/ethereumBroadcaster/{broadcastCallbackExecuted.d.cts → broadcastCallbackExecuted.d.ts} +0 -0
  2510. /package/dist/100/ethereumBroadcaster/{broadcastRetryScheduled.d.cts → broadcastRetryScheduled.d.ts} +0 -0
  2511. /package/dist/100/ethereumBroadcaster/{broadcastSuccess.d.cts → broadcastSuccess.d.ts} +0 -0
  2512. /package/dist/100/ethereumBroadcaster/{thresholdSignatureInvalid.d.cts → thresholdSignatureInvalid.d.ts} +0 -0
  2513. /package/dist/100/ethereumBroadcaster/{transactionFeeDeficitRefused.d.cts → transactionFeeDeficitRefused.d.ts} +0 -0
  2514. /package/dist/100/ethereumChainTracking/{chainStateUpdated.d.cts → chainStateUpdated.d.ts} +0 -0
  2515. /package/dist/100/ethereumIngressEgress/{assetEgressStatusChanged.d.cts → assetEgressStatusChanged.d.ts} +0 -0
  2516. /package/dist/100/ethereumIngressEgress/{batchBroadcastRequested.d.cts → batchBroadcastRequested.d.ts} +0 -0
  2517. /package/dist/100/ethereumIngressEgress/{ccmBroadcastRequested.d.cts → ccmBroadcastRequested.d.ts} +0 -0
  2518. /package/dist/100/ethereumIngressEgress/{ccmEgressInvalid.d.cts → ccmEgressInvalid.d.ts} +0 -0
  2519. /package/dist/100/ethereumIngressEgress/{depositFetchesScheduled.d.cts → depositFetchesScheduled.d.ts} +0 -0
  2520. /package/dist/100/ethereumIngressEgress/{minimumDepositSet.d.cts → minimumDepositSet.d.ts} +0 -0
  2521. /package/dist/100/ethereumThresholdSigner/{currentKeyUnavailable.d.cts → currentKeyUnavailable.d.ts} +0 -0
  2522. /package/dist/100/ethereumThresholdSigner/{signersUnavailable.d.cts → signersUnavailable.d.ts} +0 -0
  2523. /package/dist/100/ethereumThresholdSigner/{thresholdSignatureResponseTimeoutUpdated.d.cts → thresholdSignatureResponseTimeoutUpdated.d.ts} +0 -0
  2524. /package/dist/100/ethereumVault/{awaitingGovernanceActivation.d.cts → awaitingGovernanceActivation.d.ts} +0 -0
  2525. /package/dist/100/ethereumVault/{keyHandoverFailure.d.cts → keyHandoverFailure.d.ts} +0 -0
  2526. /package/dist/100/ethereumVault/{keyHandoverFailureReported.d.cts → keyHandoverFailureReported.d.ts} +0 -0
  2527. /package/dist/100/ethereumVault/{keyHandoverRequest.d.cts → keyHandoverRequest.d.ts} +0 -0
  2528. /package/dist/100/ethereumVault/{keyHandoverResponseTimeout.d.cts → keyHandoverResponseTimeout.d.ts} +0 -0
  2529. /package/dist/100/ethereumVault/{keyHandoverSuccess.d.cts → keyHandoverSuccess.d.ts} +0 -0
  2530. /package/dist/100/ethereumVault/{keyHandoverSuccessReported.d.cts → keyHandoverSuccessReported.d.ts} +0 -0
  2531. /package/dist/100/ethereumVault/{keyHandoverVerificationFailure.d.cts → keyHandoverVerificationFailure.d.ts} +0 -0
  2532. /package/dist/100/ethereumVault/{keyHandoverVerificationSuccess.d.cts → keyHandoverVerificationSuccess.d.ts} +0 -0
  2533. /package/dist/100/ethereumVault/{keygenFailure.d.cts → keygenFailure.d.ts} +0 -0
  2534. /package/dist/100/ethereumVault/{keygenFailureReported.d.cts → keygenFailureReported.d.ts} +0 -0
  2535. /package/dist/100/ethereumVault/{keygenRequest.d.cts → keygenRequest.d.ts} +0 -0
  2536. /package/dist/100/ethereumVault/{keygenResponseTimeout.d.cts → keygenResponseTimeout.d.ts} +0 -0
  2537. /package/dist/100/ethereumVault/{keygenResponseTimeoutUpdated.d.cts → keygenResponseTimeoutUpdated.d.ts} +0 -0
  2538. /package/dist/100/ethereumVault/{keygenSuccess.d.cts → keygenSuccess.d.ts} +0 -0
  2539. /package/dist/100/ethereumVault/{keygenSuccessReported.d.cts → keygenSuccessReported.d.ts} +0 -0
  2540. /package/dist/100/ethereumVault/{keygenVerificationFailure.d.cts → keygenVerificationFailure.d.ts} +0 -0
  2541. /package/dist/100/ethereumVault/{keygenVerificationSuccess.d.cts → keygenVerificationSuccess.d.ts} +0 -0
  2542. /package/dist/100/ethereumVault/{noKeyHandover.d.cts → noKeyHandover.d.ts} +0 -0
  2543. /package/dist/100/ethereumVault/{vaultRotatedExternally.d.cts → vaultRotatedExternally.d.ts} +0 -0
  2544. /package/dist/100/ethereumVault/{vaultRotationAborted.d.cts → vaultRotationAborted.d.ts} +0 -0
  2545. /package/dist/100/ethereumVault/{vaultRotationCompleted.d.cts → vaultRotationCompleted.d.ts} +0 -0
  2546. /package/dist/100/flip/{accountReaped.d.cts → accountReaped.d.ts} +0 -0
  2547. /package/dist/100/flip/{remainingImbalance.d.cts → remainingImbalance.d.ts} +0 -0
  2548. /package/dist/100/flip/{slashingPerformed.d.cts → slashingPerformed.d.ts} +0 -0
  2549. /package/dist/100/flip/{slashingRateUpdated.d.cts → slashingRateUpdated.d.ts} +0 -0
  2550. /package/dist/100/funding/{addedRestrictedAddress.d.cts → addedRestrictedAddress.d.ts} +0 -0
  2551. /package/dist/100/funding/{minimumFundingUpdated.d.cts → minimumFundingUpdated.d.ts} +0 -0
  2552. /package/dist/100/funding/{redemptionAmountZero.d.cts → redemptionAmountZero.d.ts} +0 -0
  2553. /package/dist/100/funding/{redemptionExpired.d.cts → redemptionExpired.d.ts} +0 -0
  2554. /package/dist/100/funding/{redemptionSettled.d.cts → redemptionSettled.d.ts} +0 -0
  2555. /package/dist/100/funding/{redemptionTaxAmountUpdated.d.cts → redemptionTaxAmountUpdated.d.ts} +0 -0
  2556. /package/dist/100/funding/{removedRestrictedAddress.d.cts → removedRestrictedAddress.d.ts} +0 -0
  2557. /package/dist/100/funding/{startedBidding.d.cts → startedBidding.d.ts} +0 -0
  2558. /package/dist/100/funding/{stoppedBidding.d.cts → stoppedBidding.d.ts} +0 -0
  2559. /package/dist/100/governance/{approved.d.cts → approved.d.ts} +0 -0
  2560. /package/dist/100/governance/{decodeOfCallFailed.d.cts → decodeOfCallFailed.d.ts} +0 -0
  2561. /package/dist/100/governance/{executed.d.cts → executed.d.ts} +0 -0
  2562. /package/dist/100/governance/{expired.d.cts → expired.d.ts} +0 -0
  2563. /package/dist/100/governance/{failedExecution.d.cts → failedExecution.d.ts} +0 -0
  2564. /package/dist/100/governance/{govKeyCallExecuted.d.cts → govKeyCallExecuted.d.ts} +0 -0
  2565. /package/dist/100/governance/{govKeyCallExecutionFailed.d.cts → govKeyCallExecutionFailed.d.ts} +0 -0
  2566. /package/dist/100/governance/{govKeyCallHashWhitelisted.d.cts → govKeyCallHashWhitelisted.d.ts} +0 -0
  2567. /package/dist/100/governance/{proposed.d.cts → proposed.d.ts} +0 -0
  2568. /package/dist/100/grandpa/{newAuthorities.d.cts → newAuthorities.d.ts} +0 -0
  2569. /package/dist/100/grandpa/{paused.d.cts → paused.d.ts} +0 -0
  2570. /package/dist/100/grandpa/{resumed.d.cts → resumed.d.ts} +0 -0
  2571. /package/dist/100/liquidityPools/{assetSwapped.d.cts → assetSwapped.d.ts} +0 -0
  2572. /package/dist/100/liquidityPools/{networkFeeTaken.d.cts → networkFeeTaken.d.ts} +0 -0
  2573. /package/dist/100/liquidityPools/{newPoolCreated.d.cts → newPoolCreated.d.ts} +0 -0
  2574. /package/dist/100/liquidityPools/{poolFeeSet.d.cts → poolFeeSet.d.ts} +0 -0
  2575. /package/dist/100/liquidityPools/{poolStateUpdated.d.cts → poolStateUpdated.d.ts} +0 -0
  2576. /package/dist/100/liquidityPools/{updatedBuyInterval.d.cts → updatedBuyInterval.d.ts} +0 -0
  2577. /package/dist/100/polkadotBroadcaster/{broadcastAborted.d.cts → broadcastAborted.d.ts} +0 -0
  2578. /package/dist/100/polkadotBroadcaster/{broadcastAttemptTimeout.d.cts → broadcastAttemptTimeout.d.ts} +0 -0
  2579. /package/dist/100/polkadotBroadcaster/{broadcastCallbackExecuted.d.cts → broadcastCallbackExecuted.d.ts} +0 -0
  2580. /package/dist/100/polkadotBroadcaster/{broadcastRetryScheduled.d.cts → broadcastRetryScheduled.d.ts} +0 -0
  2581. /package/dist/100/polkadotBroadcaster/{broadcastSuccess.d.cts → broadcastSuccess.d.ts} +0 -0
  2582. /package/dist/100/polkadotBroadcaster/{thresholdSignatureInvalid.d.cts → thresholdSignatureInvalid.d.ts} +0 -0
  2583. /package/dist/100/polkadotBroadcaster/{transactionFeeDeficitRefused.d.cts → transactionFeeDeficitRefused.d.ts} +0 -0
  2584. /package/dist/100/polkadotChainTracking/{chainStateUpdated.d.cts → chainStateUpdated.d.ts} +0 -0
  2585. /package/dist/100/polkadotIngressEgress/{assetEgressStatusChanged.d.cts → assetEgressStatusChanged.d.ts} +0 -0
  2586. /package/dist/100/polkadotIngressEgress/{batchBroadcastRequested.d.cts → batchBroadcastRequested.d.ts} +0 -0
  2587. /package/dist/100/polkadotIngressEgress/{ccmBroadcastRequested.d.cts → ccmBroadcastRequested.d.ts} +0 -0
  2588. /package/dist/100/polkadotIngressEgress/{ccmEgressInvalid.d.cts → ccmEgressInvalid.d.ts} +0 -0
  2589. /package/dist/100/polkadotIngressEgress/{depositFetchesScheduled.d.cts → depositFetchesScheduled.d.ts} +0 -0
  2590. /package/dist/100/polkadotIngressEgress/{minimumDepositSet.d.cts → minimumDepositSet.d.ts} +0 -0
  2591. /package/dist/100/polkadotThresholdSigner/{currentKeyUnavailable.d.cts → currentKeyUnavailable.d.ts} +0 -0
  2592. /package/dist/100/polkadotThresholdSigner/{signersUnavailable.d.cts → signersUnavailable.d.ts} +0 -0
  2593. /package/dist/100/polkadotThresholdSigner/{thresholdSignatureResponseTimeoutUpdated.d.cts → thresholdSignatureResponseTimeoutUpdated.d.ts} +0 -0
  2594. /package/dist/100/polkadotVault/{awaitingGovernanceActivation.d.cts → awaitingGovernanceActivation.d.ts} +0 -0
  2595. /package/dist/100/polkadotVault/{keyHandoverFailure.d.cts → keyHandoverFailure.d.ts} +0 -0
  2596. /package/dist/100/polkadotVault/{keyHandoverFailureReported.d.cts → keyHandoverFailureReported.d.ts} +0 -0
  2597. /package/dist/100/polkadotVault/{keyHandoverRequest.d.cts → keyHandoverRequest.d.ts} +0 -0
  2598. /package/dist/100/polkadotVault/{keyHandoverResponseTimeout.d.cts → keyHandoverResponseTimeout.d.ts} +0 -0
  2599. /package/dist/100/polkadotVault/{keyHandoverSuccess.d.cts → keyHandoverSuccess.d.ts} +0 -0
  2600. /package/dist/100/polkadotVault/{keyHandoverSuccessReported.d.cts → keyHandoverSuccessReported.d.ts} +0 -0
  2601. /package/dist/100/polkadotVault/{keyHandoverVerificationFailure.d.cts → keyHandoverVerificationFailure.d.ts} +0 -0
  2602. /package/dist/100/polkadotVault/{keyHandoverVerificationSuccess.d.cts → keyHandoverVerificationSuccess.d.ts} +0 -0
  2603. /package/dist/100/polkadotVault/{keygenFailure.d.cts → keygenFailure.d.ts} +0 -0
  2604. /package/dist/100/polkadotVault/{keygenFailureReported.d.cts → keygenFailureReported.d.ts} +0 -0
  2605. /package/dist/100/polkadotVault/{keygenRequest.d.cts → keygenRequest.d.ts} +0 -0
  2606. /package/dist/100/polkadotVault/{keygenResponseTimeout.d.cts → keygenResponseTimeout.d.ts} +0 -0
  2607. /package/dist/100/polkadotVault/{keygenResponseTimeoutUpdated.d.cts → keygenResponseTimeoutUpdated.d.ts} +0 -0
  2608. /package/dist/100/polkadotVault/{keygenSuccess.d.cts → keygenSuccess.d.ts} +0 -0
  2609. /package/dist/100/polkadotVault/{keygenSuccessReported.d.cts → keygenSuccessReported.d.ts} +0 -0
  2610. /package/dist/100/polkadotVault/{keygenVerificationFailure.d.cts → keygenVerificationFailure.d.ts} +0 -0
  2611. /package/dist/100/polkadotVault/{keygenVerificationSuccess.d.cts → keygenVerificationSuccess.d.ts} +0 -0
  2612. /package/dist/100/polkadotVault/{noKeyHandover.d.cts → noKeyHandover.d.ts} +0 -0
  2613. /package/dist/100/polkadotVault/{vaultRotatedExternally.d.cts → vaultRotatedExternally.d.ts} +0 -0
  2614. /package/dist/100/polkadotVault/{vaultRotationAborted.d.cts → vaultRotationAborted.d.ts} +0 -0
  2615. /package/dist/100/polkadotVault/{vaultRotationCompleted.d.cts → vaultRotationCompleted.d.ts} +0 -0
  2616. /package/dist/100/reputation/{accrualRateUpdated.d.cts → accrualRateUpdated.d.ts} +0 -0
  2617. /package/dist/100/reputation/{missedHeartbeatPenaltyUpdated.d.cts → missedHeartbeatPenaltyUpdated.d.ts} +0 -0
  2618. /package/dist/100/reputation/{penaltyUpdated.d.cts → penaltyUpdated.d.ts} +0 -0
  2619. /package/dist/100/session/{newSession.d.cts → newSession.d.ts} +0 -0
  2620. /package/dist/100/swapping/{ccmEgressScheduled.d.cts → ccmEgressScheduled.d.ts} +0 -0
  2621. /package/dist/100/swapping/{swapDepositAddressReady.d.cts → swapDepositAddressReady.d.ts} +0 -0
  2622. /package/dist/100/swapping/{withdrawalRequested.d.cts → withdrawalRequested.d.ts} +0 -0
  2623. /package/dist/100/system/{codeUpdated.d.cts → codeUpdated.d.ts} +0 -0
  2624. /package/dist/100/system/{extrinsicFailed.d.cts → extrinsicFailed.d.ts} +0 -0
  2625. /package/dist/100/system/{extrinsicSuccess.d.cts → extrinsicSuccess.d.ts} +0 -0
  2626. /package/dist/100/system/{killedAccount.d.cts → killedAccount.d.ts} +0 -0
  2627. /package/dist/100/system/{newAccount.d.cts → newAccount.d.ts} +0 -0
  2628. /package/dist/100/system/{remarked.d.cts → remarked.d.ts} +0 -0
  2629. /package/dist/100/tokenholderGovernance/{govKeyUpdatedHasFailed.d.cts → govKeyUpdatedHasFailed.d.ts} +0 -0
  2630. /package/dist/100/tokenholderGovernance/{govKeyUpdatedWasSuccessful.d.cts → govKeyUpdatedWasSuccessful.d.ts} +0 -0
  2631. /package/dist/100/tokenholderGovernance/{proposalEnacted.d.cts → proposalEnacted.d.ts} +0 -0
  2632. /package/dist/100/tokenholderGovernance/{proposalPassed.d.cts → proposalPassed.d.ts} +0 -0
  2633. /package/dist/100/tokenholderGovernance/{proposalRejected.d.cts → proposalRejected.d.ts} +0 -0
  2634. /package/dist/100/tokenholderGovernance/{proposalSubmitted.d.cts → proposalSubmitted.d.ts} +0 -0
  2635. /package/dist/100/transactionPayment/{transactionFeePaid.d.cts → transactionFeePaid.d.ts} +0 -0
  2636. /package/dist/100/validator/{auctionCompleted.d.cts → auctionCompleted.d.ts} +0 -0
  2637. /package/dist/100/validator/{cFEVersionUpdated.d.cts → cFEVersionUpdated.d.ts} +0 -0
  2638. /package/dist/100/validator/{newEpoch.d.cts → newEpoch.d.ts} +0 -0
  2639. /package/dist/100/validator/{palletConfigUpdated.d.cts → palletConfigUpdated.d.ts} +0 -0
  2640. /package/dist/100/validator/{peerIdRegistered.d.cts → peerIdRegistered.d.ts} +0 -0
  2641. /package/dist/100/validator/{peerIdUnregistered.d.cts → peerIdUnregistered.d.ts} +0 -0
  2642. /package/dist/100/validator/{rotationAborted.d.cts → rotationAborted.d.ts} +0 -0
  2643. /package/dist/100/validator/{rotationPhaseUpdated.d.cts → rotationPhaseUpdated.d.ts} +0 -0
  2644. /package/dist/100/validator/{vanityNameSet.d.cts → vanityNameSet.d.ts} +0 -0
  2645. /package/dist/100/witnesser/{prewitnessed.d.cts → prewitnessed.d.ts} +0 -0
  2646. /package/dist/100/witnesser/{witnessExecutionFailed.d.cts → witnessExecutionFailed.d.ts} +0 -0
  2647. /package/dist/102/accountRoles/{accountRoleRegistered.d.cts → accountRoleRegistered.d.ts} +0 -0
  2648. /package/dist/102/{common.d.cts → common.d.ts} +0 -0
  2649. /package/dist/102/swapping/{maximumSwapAmountSet.d.cts → maximumSwapAmountSet.d.ts} +0 -0
  2650. /package/dist/102/swapping/{swapAmountConfiscated.d.cts → swapAmountConfiscated.d.ts} +0 -0
  2651. /package/dist/102/validator/{palletConfigUpdated.d.cts → palletConfigUpdated.d.ts} +0 -0
  2652. /package/dist/11000/arbitrumIngressEgress/{invalidCcmRefunded.d.cts → invalidCcmRefunded.d.ts} +0 -0
  2653. /package/dist/11000/arbitrumIngressEgress/{palletConfigUpdated.d.cts → palletConfigUpdated.d.ts} +0 -0
  2654. /package/dist/11000/assethubIngressEgress/{invalidCcmRefunded.d.cts → invalidCcmRefunded.d.ts} +0 -0
  2655. /package/dist/11000/assethubIngressEgress/{palletConfigUpdated.d.cts → palletConfigUpdated.d.ts} +0 -0
  2656. /package/dist/11000/bitcoinElections/{allVotesCleared.d.cts → allVotesCleared.d.ts} +0 -0
  2657. /package/dist/11000/bitcoinElections/{allVotesNotCleared.d.cts → allVotesNotCleared.d.ts} +0 -0
  2658. /package/dist/11000/bitcoinElections/{corruptStorage.d.cts → corruptStorage.d.ts} +0 -0
  2659. /package/dist/11000/bitcoinElections/{electoralEvent.d.cts → electoralEvent.d.ts} +0 -0
  2660. /package/dist/11000/bitcoinElections/{uninitialized.d.cts → uninitialized.d.ts} +0 -0
  2661. /package/dist/11000/bitcoinElections/{unknownElection.d.cts → unknownElection.d.ts} +0 -0
  2662. /package/dist/11000/bitcoinIngressEgress/{palletConfigUpdated.d.cts → palletConfigUpdated.d.ts} +0 -0
  2663. /package/dist/11000/environment/{solanaGovCallDispatched.d.cts → solanaGovCallDispatched.d.ts} +0 -0
  2664. /package/dist/11000/ethereumIngressEgress/{invalidCcmRefunded.d.cts → invalidCcmRefunded.d.ts} +0 -0
  2665. /package/dist/11000/ethereumIngressEgress/{palletConfigUpdated.d.cts → palletConfigUpdated.d.ts} +0 -0
  2666. /package/dist/11000/funding/{rebalance.d.cts → rebalance.d.ts} +0 -0
  2667. /package/dist/11000/lendingPools/{palletConfigUpdated.d.cts → palletConfigUpdated.d.ts} +0 -0
  2668. /package/dist/11000/polkadotIngressEgress/{invalidCcmRefunded.d.cts → invalidCcmRefunded.d.ts} +0 -0
  2669. /package/dist/11000/polkadotIngressEgress/{palletConfigUpdated.d.cts → palletConfigUpdated.d.ts} +0 -0
  2670. /package/dist/11000/solanaElections/{electoralEvent.d.cts → electoralEvent.d.ts} +0 -0
  2671. /package/dist/11000/solanaIngressEgress/{invalidCcmRefunded.d.cts → invalidCcmRefunded.d.ts} +0 -0
  2672. /package/dist/11000/solanaIngressEgress/{palletConfigUpdated.d.cts → palletConfigUpdated.d.ts} +0 -0
  2673. /package/dist/11000/validator/{palletConfigUpdated.d.cts → palletConfigUpdated.d.ts} +0 -0
  2674. /package/dist/111/bitcoinBroadcaster/{callResigned.d.cts → callResigned.d.ts} +0 -0
  2675. /package/dist/111/bitcoinBroadcaster/{thresholdSignatureInvalid.d.cts → thresholdSignatureInvalid.d.ts} +0 -0
  2676. /package/dist/111/bitcoinIngressEgress/{ccmBroadcastFailed.d.cts → ccmBroadcastFailed.d.ts} +0 -0
  2677. /package/dist/111/bitcoinIngressEgress/{failedForeignChainCallExpired.d.cts → failedForeignChainCallExpired.d.ts} +0 -0
  2678. /package/dist/111/bitcoinIngressEgress/{failedForeignChainCallResigned.d.cts → failedForeignChainCallResigned.d.ts} +0 -0
  2679. /package/dist/111/ethereumBroadcaster/{callResigned.d.cts → callResigned.d.ts} +0 -0
  2680. /package/dist/111/ethereumBroadcaster/{thresholdSignatureInvalid.d.cts → thresholdSignatureInvalid.d.ts} +0 -0
  2681. /package/dist/111/ethereumIngressEgress/{ccmBroadcastFailed.d.cts → ccmBroadcastFailed.d.ts} +0 -0
  2682. /package/dist/111/ethereumIngressEgress/{failedForeignChainCallExpired.d.cts → failedForeignChainCallExpired.d.ts} +0 -0
  2683. /package/dist/111/ethereumIngressEgress/{failedForeignChainCallResigned.d.cts → failedForeignChainCallResigned.d.ts} +0 -0
  2684. /package/dist/111/liquidityPools/{limitOrderSetOrUpdateScheduled.d.cts → limitOrderSetOrUpdateScheduled.d.ts} +0 -0
  2685. /package/dist/111/liquidityPools/{scheduledLimitOrderUpdateDispatchSuccess.d.cts → scheduledLimitOrderUpdateDispatchSuccess.d.ts} +0 -0
  2686. /package/dist/111/polkadotBroadcaster/{callResigned.d.cts → callResigned.d.ts} +0 -0
  2687. /package/dist/111/polkadotBroadcaster/{thresholdSignatureInvalid.d.cts → thresholdSignatureInvalid.d.ts} +0 -0
  2688. /package/dist/111/polkadotIngressEgress/{ccmBroadcastFailed.d.cts → ccmBroadcastFailed.d.ts} +0 -0
  2689. /package/dist/111/polkadotIngressEgress/{failedForeignChainCallExpired.d.cts → failedForeignChainCallExpired.d.ts} +0 -0
  2690. /package/dist/111/polkadotIngressEgress/{failedForeignChainCallResigned.d.cts → failedForeignChainCallResigned.d.ts} +0 -0
  2691. /package/dist/11100/accountRoles/{accountRoleDeregistered.d.cts → accountRoleDeregistered.d.ts} +0 -0
  2692. /package/dist/11100/accountRoles/{accountRoleRegistered.d.cts → accountRoleRegistered.d.ts} +0 -0
  2693. /package/dist/11100/accountRoles/{subAccountCallExecuted.d.cts → subAccountCallExecuted.d.ts} +0 -0
  2694. /package/dist/11100/accountRoles/{subAccountCreated.d.cts → subAccountCreated.d.ts} +0 -0
  2695. /package/dist/11100/arbitrumIngressEgress/{palletConfigUpdated.d.cts → palletConfigUpdated.d.ts} +0 -0
  2696. /package/dist/11100/assethubIngressEgress/{palletConfigUpdated.d.cts → palletConfigUpdated.d.ts} +0 -0
  2697. /package/dist/11100/bitcoinIngressEgress/{palletConfigUpdated.d.cts → palletConfigUpdated.d.ts} +0 -0
  2698. /package/dist/11100/ethereumIngressEgress/{palletConfigUpdated.d.cts → palletConfigUpdated.d.ts} +0 -0
  2699. /package/dist/11100/flip/{bondUpdated.d.cts → bondUpdated.d.ts} +0 -0
  2700. /package/dist/11100/flip/{flipMinted.d.cts → flipMinted.d.ts} +0 -0
  2701. /package/dist/11100/genericElections/{allVotesCleared.d.cts → allVotesCleared.d.ts} +0 -0
  2702. /package/dist/11100/genericElections/{allVotesNotCleared.d.cts → allVotesNotCleared.d.ts} +0 -0
  2703. /package/dist/11100/genericElections/{corruptStorage.d.cts → corruptStorage.d.ts} +0 -0
  2704. /package/dist/11100/genericElections/{uninitialized.d.cts → uninitialized.d.ts} +0 -0
  2705. /package/dist/11100/genericElections/{unknownElection.d.cts → unknownElection.d.ts} +0 -0
  2706. /package/dist/11100/lendingPools/{liquidationInitiated.d.cts → liquidationInitiated.d.ts} +0 -0
  2707. /package/dist/11100/lendingPools/{loanUpdated.d.cts → loanUpdated.d.ts} +0 -0
  2708. /package/dist/11100/polkadotIngressEgress/{palletConfigUpdated.d.cts → palletConfigUpdated.d.ts} +0 -0
  2709. /package/dist/11100/solanaIngressEgress/{palletConfigUpdated.d.cts → palletConfigUpdated.d.ts} +0 -0
  2710. /package/dist/11100/validator/{delegated.d.cts → delegated.d.ts} +0 -0
  2711. /package/dist/11100/validator/{delegatorAllowed.d.cts → delegatorAllowed.d.ts} +0 -0
  2712. /package/dist/11100/validator/{delegatorBlocked.d.cts → delegatorBlocked.d.ts} +0 -0
  2713. /package/dist/11100/validator/{operatorAcceptedByValidator.d.cts → operatorAcceptedByValidator.d.ts} +0 -0
  2714. /package/dist/11100/validator/{operatorSettingsUpdated.d.cts → operatorSettingsUpdated.d.ts} +0 -0
  2715. /package/dist/11100/validator/{palletConfigUpdated.d.cts → palletConfigUpdated.d.ts} +0 -0
  2716. /package/dist/11100/validator/{unDelegationFinalized.d.cts → unDelegationFinalized.d.ts} +0 -0
  2717. /package/dist/11100/validator/{undelegated.d.cts → undelegated.d.ts} +0 -0
  2718. /package/dist/11100/validator/{validatorClaimed.d.cts → validatorClaimed.d.ts} +0 -0
  2719. /package/dist/11100/validator/{validatorRemovedFromOperator.d.cts → validatorRemovedFromOperator.d.ts} +0 -0
  2720. /package/dist/11200/arbitrumIngressEgress/{channelRejectionRequestReceived.d.cts → channelRejectionRequestReceived.d.ts} +0 -0
  2721. /package/dist/11200/arbitrumIngressEgress/{depositFailed.d.cts → depositFailed.d.ts} +0 -0
  2722. /package/dist/11200/arbitrumIngressEgress/{depositFinalised.d.cts → depositFinalised.d.ts} +0 -0
  2723. /package/dist/11200/arbitrumIngressEgress/{palletConfigUpdated.d.cts → palletConfigUpdated.d.ts} +0 -0
  2724. /package/dist/11200/assethubIngressEgress/{channelRejectionRequestReceived.d.cts → channelRejectionRequestReceived.d.ts} +0 -0
  2725. /package/dist/11200/assethubIngressEgress/{depositFailed.d.cts → depositFailed.d.ts} +0 -0
  2726. /package/dist/11200/assethubIngressEgress/{depositFinalised.d.cts → depositFinalised.d.ts} +0 -0
  2727. /package/dist/11200/assethubIngressEgress/{palletConfigUpdated.d.cts → palletConfigUpdated.d.ts} +0 -0
  2728. /package/dist/11200/bitcoinIngressEgress/{channelRejectionRequestReceived.d.cts → channelRejectionRequestReceived.d.ts} +0 -0
  2729. /package/dist/11200/bitcoinIngressEgress/{depositFailed.d.cts → depositFailed.d.ts} +0 -0
  2730. /package/dist/11200/bitcoinIngressEgress/{depositFinalised.d.cts → depositFinalised.d.ts} +0 -0
  2731. /package/dist/11200/bitcoinIngressEgress/{palletConfigUpdated.d.cts → palletConfigUpdated.d.ts} +0 -0
  2732. /package/dist/11200/{common.d.cts → common.d.ts} +0 -0
  2733. /package/dist/11200/environment/{runtimeSafeModeUpdated.d.cts → runtimeSafeModeUpdated.d.ts} +0 -0
  2734. /package/dist/11200/ethereumIngressEgress/{channelRejectionRequestReceived.d.cts → channelRejectionRequestReceived.d.ts} +0 -0
  2735. /package/dist/11200/ethereumIngressEgress/{depositFailed.d.cts → depositFailed.d.ts} +0 -0
  2736. /package/dist/11200/ethereumIngressEgress/{depositFinalised.d.cts → depositFinalised.d.ts} +0 -0
  2737. /package/dist/11200/ethereumIngressEgress/{palletConfigUpdated.d.cts → palletConfigUpdated.d.ts} +0 -0
  2738. /package/dist/11200/polkadotIngressEgress/{channelRejectionRequestReceived.d.cts → channelRejectionRequestReceived.d.ts} +0 -0
  2739. /package/dist/11200/polkadotIngressEgress/{depositFailed.d.cts → depositFailed.d.ts} +0 -0
  2740. /package/dist/11200/polkadotIngressEgress/{depositFinalised.d.cts → depositFinalised.d.ts} +0 -0
  2741. /package/dist/11200/polkadotIngressEgress/{palletConfigUpdated.d.cts → palletConfigUpdated.d.ts} +0 -0
  2742. /package/dist/11200/solanaIngressEgress/{channelRejectionRequestReceived.d.cts → channelRejectionRequestReceived.d.ts} +0 -0
  2743. /package/dist/11200/solanaIngressEgress/{depositFailed.d.cts → depositFailed.d.ts} +0 -0
  2744. /package/dist/11200/solanaIngressEgress/{depositFinalised.d.cts → depositFinalised.d.ts} +0 -0
  2745. /package/dist/11200/solanaIngressEgress/{palletConfigUpdated.d.cts → palletConfigUpdated.d.ts} +0 -0
  2746. /package/dist/11200/solanaIngressEgress/{transactionRejectedByBroker.d.cts → transactionRejectedByBroker.d.ts} +0 -0
  2747. /package/dist/11200/solanaIngressEgress/{transactionRejectionFailed.d.cts → transactionRejectionFailed.d.ts} +0 -0
  2748. /package/dist/11200/swapping/{swapAborted.d.cts → swapAborted.d.ts} +0 -0
  2749. /package/dist/11200/swapping/{swapRequested.d.cts → swapRequested.d.ts} +0 -0
  2750. /package/dist/11200/swapping/{swapRescheduled.d.cts → swapRescheduled.d.ts} +0 -0
  2751. /package/dist/11200/validator/{operatorSettingsUpdated.d.cts → operatorSettingsUpdated.d.ts} +0 -0
  2752. /package/dist/11200/validator/{palletConfigUpdated.d.cts → palletConfigUpdated.d.ts} +0 -0
  2753. /package/dist/120/bitcoinBroadcaster/{broadcastRetryScheduled.d.cts → broadcastRetryScheduled.d.ts} +0 -0
  2754. /package/dist/120/bitcoinBroadcaster/{broadcastTimeout.d.cts → broadcastTimeout.d.ts} +0 -0
  2755. /package/dist/120/bitcoinBroadcaster/{thresholdSignatureInvalid.d.cts → thresholdSignatureInvalid.d.ts} +0 -0
  2756. /package/dist/120/bitcoinBroadcaster/{transactionBroadcastRequest.d.cts → transactionBroadcastRequest.d.ts} +0 -0
  2757. /package/dist/120/bitcoinChainTracking/{chainStateUpdated.d.cts → chainStateUpdated.d.ts} +0 -0
  2758. /package/dist/120/bitcoinIngressEgress/{utxoConsolidation.d.cts → utxoConsolidation.d.ts} +0 -0
  2759. /package/dist/120/emissions/{backupRewardsDistributed.d.cts → backupRewardsDistributed.d.ts} +0 -0
  2760. /package/dist/120/emissions/{networkFeeBurned.d.cts → networkFeeBurned.d.ts} +0 -0
  2761. /package/dist/120/environment/{utxoConsolidationParametersUpdated.d.cts → utxoConsolidationParametersUpdated.d.ts} +0 -0
  2762. /package/dist/120/ethereumBroadcaster/{broadcastRetryScheduled.d.cts → broadcastRetryScheduled.d.ts} +0 -0
  2763. /package/dist/120/ethereumBroadcaster/{broadcastTimeout.d.cts → broadcastTimeout.d.ts} +0 -0
  2764. /package/dist/120/ethereumBroadcaster/{thresholdSignatureInvalid.d.cts → thresholdSignatureInvalid.d.ts} +0 -0
  2765. /package/dist/120/ethereumBroadcaster/{transactionBroadcastRequest.d.cts → transactionBroadcastRequest.d.ts} +0 -0
  2766. /package/dist/120/ethereumIngressEgress/{utxoConsolidation.d.cts → utxoConsolidation.d.ts} +0 -0
  2767. /package/dist/120/polkadotBroadcaster/{broadcastRetryScheduled.d.cts → broadcastRetryScheduled.d.ts} +0 -0
  2768. /package/dist/120/polkadotBroadcaster/{broadcastTimeout.d.cts → broadcastTimeout.d.ts} +0 -0
  2769. /package/dist/120/polkadotBroadcaster/{thresholdSignatureInvalid.d.cts → thresholdSignatureInvalid.d.ts} +0 -0
  2770. /package/dist/120/polkadotBroadcaster/{transactionBroadcastRequest.d.cts → transactionBroadcastRequest.d.ts} +0 -0
  2771. /package/dist/120/polkadotIngressEgress/{utxoConsolidation.d.cts → utxoConsolidation.d.ts} +0 -0
  2772. /package/dist/131/bitcoinBroadcaster/{broadcastSuccess.d.cts → broadcastSuccess.d.ts} +0 -0
  2773. /package/dist/131/bitcoinChainTracking/{feeMultiplierUpdated.d.cts → feeMultiplierUpdated.d.ts} +0 -0
  2774. /package/dist/131/bitcoinIngressEgress/{channelOpeningFeePaid.d.cts → channelOpeningFeePaid.d.ts} +0 -0
  2775. /package/dist/131/bitcoinIngressEgress/{channelOpeningFeeSet.d.cts → channelOpeningFeeSet.d.ts} +0 -0
  2776. /package/dist/131/bitcoinIngressEgress/{depositReceived.d.cts → depositReceived.d.ts} +0 -0
  2777. /package/dist/131/bitcoinIngressEgress/{depositWitnessRejected.d.cts → depositWitnessRejected.d.ts} +0 -0
  2778. /package/dist/131/bitcoinIngressEgress/{failedToBuildAllBatchCall.d.cts → failedToBuildAllBatchCall.d.ts} +0 -0
  2779. /package/dist/131/bitcoinThresholdSigner/{keyHandoverFailure.d.cts → keyHandoverFailure.d.ts} +0 -0
  2780. /package/dist/131/bitcoinThresholdSigner/{keyHandoverFailureReported.d.cts → keyHandoverFailureReported.d.ts} +0 -0
  2781. /package/dist/131/bitcoinThresholdSigner/{keyHandoverRequest.d.cts → keyHandoverRequest.d.ts} +0 -0
  2782. /package/dist/131/bitcoinThresholdSigner/{keyHandoverResponseTimeout.d.cts → keyHandoverResponseTimeout.d.ts} +0 -0
  2783. /package/dist/131/bitcoinThresholdSigner/{keyHandoverSuccess.d.cts → keyHandoverSuccess.d.ts} +0 -0
  2784. /package/dist/131/bitcoinThresholdSigner/{keyHandoverSuccessReported.d.cts → keyHandoverSuccessReported.d.ts} +0 -0
  2785. /package/dist/131/bitcoinThresholdSigner/{keyHandoverVerificationFailure.d.cts → keyHandoverVerificationFailure.d.ts} +0 -0
  2786. /package/dist/131/bitcoinThresholdSigner/{keyHandoverVerificationSuccess.d.cts → keyHandoverVerificationSuccess.d.ts} +0 -0
  2787. /package/dist/131/bitcoinThresholdSigner/{keyRotationCompleted.d.cts → keyRotationCompleted.d.ts} +0 -0
  2788. /package/dist/131/bitcoinThresholdSigner/{keygenFailure.d.cts → keygenFailure.d.ts} +0 -0
  2789. /package/dist/131/bitcoinThresholdSigner/{keygenFailureReported.d.cts → keygenFailureReported.d.ts} +0 -0
  2790. /package/dist/131/bitcoinThresholdSigner/{keygenRequest.d.cts → keygenRequest.d.ts} +0 -0
  2791. /package/dist/131/bitcoinThresholdSigner/{keygenResponseTimeout.d.cts → keygenResponseTimeout.d.ts} +0 -0
  2792. /package/dist/131/bitcoinThresholdSigner/{keygenResponseTimeoutUpdated.d.cts → keygenResponseTimeoutUpdated.d.ts} +0 -0
  2793. /package/dist/131/bitcoinThresholdSigner/{keygenSuccess.d.cts → keygenSuccess.d.ts} +0 -0
  2794. /package/dist/131/bitcoinThresholdSigner/{keygenSuccessReported.d.cts → keygenSuccessReported.d.ts} +0 -0
  2795. /package/dist/131/bitcoinThresholdSigner/{keygenVerificationFailure.d.cts → keygenVerificationFailure.d.ts} +0 -0
  2796. /package/dist/131/bitcoinThresholdSigner/{keygenVerificationSuccess.d.cts → keygenVerificationSuccess.d.ts} +0 -0
  2797. /package/dist/131/bitcoinThresholdSigner/{noKeyHandover.d.cts → noKeyHandover.d.ts} +0 -0
  2798. /package/dist/131/bitcoinVault/{vaultActivationCompleted.d.cts → vaultActivationCompleted.d.ts} +0 -0
  2799. /package/dist/131/environment/{addedNewEthAsset.d.cts → addedNewEthAsset.d.ts} +0 -0
  2800. /package/dist/131/environment/{runtimeSafeModeUpdated.d.cts → runtimeSafeModeUpdated.d.ts} +0 -0
  2801. /package/dist/131/environment/{updatedEthAsset.d.cts → updatedEthAsset.d.ts} +0 -0
  2802. /package/dist/131/ethereumBroadcaster/{broadcastSuccess.d.cts → broadcastSuccess.d.ts} +0 -0
  2803. /package/dist/131/ethereumChainTracking/{feeMultiplierUpdated.d.cts → feeMultiplierUpdated.d.ts} +0 -0
  2804. /package/dist/131/ethereumIngressEgress/{assetEgressStatusChanged.d.cts → assetEgressStatusChanged.d.ts} +0 -0
  2805. /package/dist/131/ethereumIngressEgress/{channelOpeningFeePaid.d.cts → channelOpeningFeePaid.d.ts} +0 -0
  2806. /package/dist/131/ethereumIngressEgress/{channelOpeningFeeSet.d.cts → channelOpeningFeeSet.d.ts} +0 -0
  2807. /package/dist/131/ethereumIngressEgress/{depositReceived.d.cts → depositReceived.d.ts} +0 -0
  2808. /package/dist/131/ethereumIngressEgress/{depositWitnessRejected.d.cts → depositWitnessRejected.d.ts} +0 -0
  2809. /package/dist/131/ethereumIngressEgress/{failedToBuildAllBatchCall.d.cts → failedToBuildAllBatchCall.d.ts} +0 -0
  2810. /package/dist/131/ethereumIngressEgress/{minimumDepositSet.d.cts → minimumDepositSet.d.ts} +0 -0
  2811. /package/dist/131/ethereumIngressEgress/{transferFallbackRequested.d.cts → transferFallbackRequested.d.ts} +0 -0
  2812. /package/dist/131/ethereumThresholdSigner/{keyHandoverFailure.d.cts → keyHandoverFailure.d.ts} +0 -0
  2813. /package/dist/131/ethereumThresholdSigner/{keyHandoverFailureReported.d.cts → keyHandoverFailureReported.d.ts} +0 -0
  2814. /package/dist/131/ethereumThresholdSigner/{keyHandoverRequest.d.cts → keyHandoverRequest.d.ts} +0 -0
  2815. /package/dist/131/ethereumThresholdSigner/{keyHandoverResponseTimeout.d.cts → keyHandoverResponseTimeout.d.ts} +0 -0
  2816. /package/dist/131/ethereumThresholdSigner/{keyHandoverSuccess.d.cts → keyHandoverSuccess.d.ts} +0 -0
  2817. /package/dist/131/ethereumThresholdSigner/{keyHandoverSuccessReported.d.cts → keyHandoverSuccessReported.d.ts} +0 -0
  2818. /package/dist/131/ethereumThresholdSigner/{keyHandoverVerificationFailure.d.cts → keyHandoverVerificationFailure.d.ts} +0 -0
  2819. /package/dist/131/ethereumThresholdSigner/{keyHandoverVerificationSuccess.d.cts → keyHandoverVerificationSuccess.d.ts} +0 -0
  2820. /package/dist/131/ethereumThresholdSigner/{keyRotationCompleted.d.cts → keyRotationCompleted.d.ts} +0 -0
  2821. /package/dist/131/ethereumThresholdSigner/{keygenFailure.d.cts → keygenFailure.d.ts} +0 -0
  2822. /package/dist/131/ethereumThresholdSigner/{keygenFailureReported.d.cts → keygenFailureReported.d.ts} +0 -0
  2823. /package/dist/131/ethereumThresholdSigner/{keygenRequest.d.cts → keygenRequest.d.ts} +0 -0
  2824. /package/dist/131/ethereumThresholdSigner/{keygenResponseTimeout.d.cts → keygenResponseTimeout.d.ts} +0 -0
  2825. /package/dist/131/ethereumThresholdSigner/{keygenResponseTimeoutUpdated.d.cts → keygenResponseTimeoutUpdated.d.ts} +0 -0
  2826. /package/dist/131/ethereumThresholdSigner/{keygenSuccess.d.cts → keygenSuccess.d.ts} +0 -0
  2827. /package/dist/131/ethereumThresholdSigner/{keygenSuccessReported.d.cts → keygenSuccessReported.d.ts} +0 -0
  2828. /package/dist/131/ethereumThresholdSigner/{keygenVerificationFailure.d.cts → keygenVerificationFailure.d.ts} +0 -0
  2829. /package/dist/131/ethereumThresholdSigner/{keygenVerificationSuccess.d.cts → keygenVerificationSuccess.d.ts} +0 -0
  2830. /package/dist/131/ethereumThresholdSigner/{noKeyHandover.d.cts → noKeyHandover.d.ts} +0 -0
  2831. /package/dist/131/ethereumVault/{vaultActivationCompleted.d.cts → vaultActivationCompleted.d.ts} +0 -0
  2832. /package/dist/131/polkadotBroadcaster/{broadcastSuccess.d.cts → broadcastSuccess.d.ts} +0 -0
  2833. /package/dist/131/polkadotChainTracking/{feeMultiplierUpdated.d.cts → feeMultiplierUpdated.d.ts} +0 -0
  2834. /package/dist/131/polkadotIngressEgress/{channelOpeningFeePaid.d.cts → channelOpeningFeePaid.d.ts} +0 -0
  2835. /package/dist/131/polkadotIngressEgress/{channelOpeningFeeSet.d.cts → channelOpeningFeeSet.d.ts} +0 -0
  2836. /package/dist/131/polkadotIngressEgress/{failedToBuildAllBatchCall.d.cts → failedToBuildAllBatchCall.d.ts} +0 -0
  2837. /package/dist/131/polkadotThresholdSigner/{keyHandoverFailure.d.cts → keyHandoverFailure.d.ts} +0 -0
  2838. /package/dist/131/polkadotThresholdSigner/{keyHandoverFailureReported.d.cts → keyHandoverFailureReported.d.ts} +0 -0
  2839. /package/dist/131/polkadotThresholdSigner/{keyHandoverRequest.d.cts → keyHandoverRequest.d.ts} +0 -0
  2840. /package/dist/131/polkadotThresholdSigner/{keyHandoverResponseTimeout.d.cts → keyHandoverResponseTimeout.d.ts} +0 -0
  2841. /package/dist/131/polkadotThresholdSigner/{keyHandoverSuccess.d.cts → keyHandoverSuccess.d.ts} +0 -0
  2842. /package/dist/131/polkadotThresholdSigner/{keyHandoverSuccessReported.d.cts → keyHandoverSuccessReported.d.ts} +0 -0
  2843. /package/dist/131/polkadotThresholdSigner/{keyHandoverVerificationFailure.d.cts → keyHandoverVerificationFailure.d.ts} +0 -0
  2844. /package/dist/131/polkadotThresholdSigner/{keyHandoverVerificationSuccess.d.cts → keyHandoverVerificationSuccess.d.ts} +0 -0
  2845. /package/dist/131/polkadotThresholdSigner/{keyRotationCompleted.d.cts → keyRotationCompleted.d.ts} +0 -0
  2846. /package/dist/131/polkadotThresholdSigner/{keygenFailure.d.cts → keygenFailure.d.ts} +0 -0
  2847. /package/dist/131/polkadotThresholdSigner/{keygenFailureReported.d.cts → keygenFailureReported.d.ts} +0 -0
  2848. /package/dist/131/polkadotThresholdSigner/{keygenRequest.d.cts → keygenRequest.d.ts} +0 -0
  2849. /package/dist/131/polkadotThresholdSigner/{keygenResponseTimeout.d.cts → keygenResponseTimeout.d.ts} +0 -0
  2850. /package/dist/131/polkadotThresholdSigner/{keygenResponseTimeoutUpdated.d.cts → keygenResponseTimeoutUpdated.d.ts} +0 -0
  2851. /package/dist/131/polkadotThresholdSigner/{keygenSuccess.d.cts → keygenSuccess.d.ts} +0 -0
  2852. /package/dist/131/polkadotThresholdSigner/{keygenSuccessReported.d.cts → keygenSuccessReported.d.ts} +0 -0
  2853. /package/dist/131/polkadotThresholdSigner/{keygenVerificationFailure.d.cts → keygenVerificationFailure.d.ts} +0 -0
  2854. /package/dist/131/polkadotThresholdSigner/{keygenVerificationSuccess.d.cts → keygenVerificationSuccess.d.ts} +0 -0
  2855. /package/dist/131/polkadotThresholdSigner/{noKeyHandover.d.cts → noKeyHandover.d.ts} +0 -0
  2856. /package/dist/131/polkadotVault/{vaultActivationCompleted.d.cts → vaultActivationCompleted.d.ts} +0 -0
  2857. /package/dist/131/reputation/{penaltyUpdated.d.cts → penaltyUpdated.d.ts} +0 -0
  2858. /package/dist/131/system/{upgradeAuthorized.d.cts → upgradeAuthorized.d.ts} +0 -0
  2859. /package/dist/131/witnesser/{prewitnessExecutionFailed.d.cts → prewitnessExecutionFailed.d.ts} +0 -0
  2860. /package/dist/141/accountRoles/{accountRoleDeregistered.d.cts → accountRoleDeregistered.d.ts} +0 -0
  2861. /package/dist/141/accountRoles/{vanityNameSet.d.cts → vanityNameSet.d.ts} +0 -0
  2862. /package/dist/141/arbitrumBroadcaster/{broadcastAborted.d.cts → broadcastAborted.d.ts} +0 -0
  2863. /package/dist/141/arbitrumBroadcaster/{broadcastRetryScheduled.d.cts → broadcastRetryScheduled.d.ts} +0 -0
  2864. /package/dist/141/arbitrumBroadcaster/{broadcastSuccess.d.cts → broadcastSuccess.d.ts} +0 -0
  2865. /package/dist/141/arbitrumBroadcaster/{broadcastTimeout.d.cts → broadcastTimeout.d.ts} +0 -0
  2866. /package/dist/141/arbitrumBroadcaster/{callResigned.d.cts → callResigned.d.ts} +0 -0
  2867. /package/dist/141/arbitrumBroadcaster/{thresholdSignatureInvalid.d.cts → thresholdSignatureInvalid.d.ts} +0 -0
  2868. /package/dist/141/arbitrumBroadcaster/{transactionBroadcastRequest.d.cts → transactionBroadcastRequest.d.ts} +0 -0
  2869. /package/dist/141/arbitrumBroadcaster/{transactionFeeDeficitRefused.d.cts → transactionFeeDeficitRefused.d.ts} +0 -0
  2870. /package/dist/141/arbitrumChainTracking/{chainStateUpdated.d.cts → chainStateUpdated.d.ts} +0 -0
  2871. /package/dist/141/arbitrumChainTracking/{feeMultiplierUpdated.d.cts → feeMultiplierUpdated.d.ts} +0 -0
  2872. /package/dist/141/arbitrumIngressEgress/{assetEgressStatusChanged.d.cts → assetEgressStatusChanged.d.ts} +0 -0
  2873. /package/dist/141/arbitrumIngressEgress/{batchBroadcastRequested.d.cts → batchBroadcastRequested.d.ts} +0 -0
  2874. /package/dist/141/arbitrumIngressEgress/{boostPoolCreated.d.cts → boostPoolCreated.d.ts} +0 -0
  2875. /package/dist/141/arbitrumIngressEgress/{ccmBroadcastFailed.d.cts → ccmBroadcastFailed.d.ts} +0 -0
  2876. /package/dist/141/arbitrumIngressEgress/{ccmBroadcastRequested.d.cts → ccmBroadcastRequested.d.ts} +0 -0
  2877. /package/dist/141/arbitrumIngressEgress/{channelOpeningFeePaid.d.cts → channelOpeningFeePaid.d.ts} +0 -0
  2878. /package/dist/141/arbitrumIngressEgress/{channelOpeningFeeSet.d.cts → channelOpeningFeeSet.d.ts} +0 -0
  2879. /package/dist/141/arbitrumIngressEgress/{failedForeignChainCallExpired.d.cts → failedForeignChainCallExpired.d.ts} +0 -0
  2880. /package/dist/141/arbitrumIngressEgress/{failedForeignChainCallResigned.d.cts → failedForeignChainCallResigned.d.ts} +0 -0
  2881. /package/dist/141/arbitrumIngressEgress/{minimumDepositSet.d.cts → minimumDepositSet.d.ts} +0 -0
  2882. /package/dist/141/arbitrumIngressEgress/{utxoConsolidation.d.cts → utxoConsolidation.d.ts} +0 -0
  2883. /package/dist/141/arbitrumVault/{awaitingGovernanceActivation.d.cts → awaitingGovernanceActivation.d.ts} +0 -0
  2884. /package/dist/141/arbitrumVault/{chainInitialized.d.cts → chainInitialized.d.ts} +0 -0
  2885. /package/dist/141/arbitrumVault/{vaultActivationCompleted.d.cts → vaultActivationCompleted.d.ts} +0 -0
  2886. /package/dist/141/arbitrumVault/{vaultRotatedExternally.d.cts → vaultRotatedExternally.d.ts} +0 -0
  2887. /package/dist/141/bitcoinIngressEgress/{batchBroadcastRequested.d.cts → batchBroadcastRequested.d.ts} +0 -0
  2888. /package/dist/141/bitcoinIngressEgress/{boostPoolCreated.d.cts → boostPoolCreated.d.ts} +0 -0
  2889. /package/dist/141/bitcoinIngressEgress/{ccmBroadcastRequested.d.cts → ccmBroadcastRequested.d.ts} +0 -0
  2890. /package/dist/141/bitcoinVault/{chainInitialized.d.cts → chainInitialized.d.ts} +0 -0
  2891. /package/dist/141/environment/{addedNewArbAsset.d.cts → addedNewArbAsset.d.ts} +0 -0
  2892. /package/dist/141/environment/{arbitrumInitialized.d.cts → arbitrumInitialized.d.ts} +0 -0
  2893. /package/dist/141/environment/{staleUtxosDiscarded.d.cts → staleUtxosDiscarded.d.ts} +0 -0
  2894. /package/dist/141/environment/{updatedArbAsset.d.cts → updatedArbAsset.d.ts} +0 -0
  2895. /package/dist/141/ethereumIngressEgress/{batchBroadcastRequested.d.cts → batchBroadcastRequested.d.ts} +0 -0
  2896. /package/dist/141/ethereumIngressEgress/{boostPoolCreated.d.cts → boostPoolCreated.d.ts} +0 -0
  2897. /package/dist/141/ethereumIngressEgress/{ccmBroadcastRequested.d.cts → ccmBroadcastRequested.d.ts} +0 -0
  2898. /package/dist/141/ethereumVault/{chainInitialized.d.cts → chainInitialized.d.ts} +0 -0
  2899. /package/dist/141/evmThresholdSigner/{failureReportProcessed.d.cts → failureReportProcessed.d.ts} +0 -0
  2900. /package/dist/141/evmThresholdSigner/{keyHandoverFailure.d.cts → keyHandoverFailure.d.ts} +0 -0
  2901. /package/dist/141/evmThresholdSigner/{keyHandoverFailureReported.d.cts → keyHandoverFailureReported.d.ts} +0 -0
  2902. /package/dist/141/evmThresholdSigner/{keyHandoverRequest.d.cts → keyHandoverRequest.d.ts} +0 -0
  2903. /package/dist/141/evmThresholdSigner/{keyHandoverResponseTimeout.d.cts → keyHandoverResponseTimeout.d.ts} +0 -0
  2904. /package/dist/141/evmThresholdSigner/{keyHandoverSuccess.d.cts → keyHandoverSuccess.d.ts} +0 -0
  2905. /package/dist/141/evmThresholdSigner/{keyHandoverSuccessReported.d.cts → keyHandoverSuccessReported.d.ts} +0 -0
  2906. /package/dist/141/evmThresholdSigner/{keyHandoverVerificationFailure.d.cts → keyHandoverVerificationFailure.d.ts} +0 -0
  2907. /package/dist/141/evmThresholdSigner/{keyHandoverVerificationSuccess.d.cts → keyHandoverVerificationSuccess.d.ts} +0 -0
  2908. /package/dist/141/evmThresholdSigner/{keyRotationCompleted.d.cts → keyRotationCompleted.d.ts} +0 -0
  2909. /package/dist/141/evmThresholdSigner/{keygenFailure.d.cts → keygenFailure.d.ts} +0 -0
  2910. /package/dist/141/evmThresholdSigner/{keygenFailureReported.d.cts → keygenFailureReported.d.ts} +0 -0
  2911. /package/dist/141/evmThresholdSigner/{keygenRequest.d.cts → keygenRequest.d.ts} +0 -0
  2912. /package/dist/141/evmThresholdSigner/{keygenResponseTimeout.d.cts → keygenResponseTimeout.d.ts} +0 -0
  2913. /package/dist/141/evmThresholdSigner/{keygenResponseTimeoutUpdated.d.cts → keygenResponseTimeoutUpdated.d.ts} +0 -0
  2914. /package/dist/141/evmThresholdSigner/{keygenSuccess.d.cts → keygenSuccess.d.ts} +0 -0
  2915. /package/dist/141/evmThresholdSigner/{keygenSuccessReported.d.cts → keygenSuccessReported.d.ts} +0 -0
  2916. /package/dist/141/evmThresholdSigner/{keygenVerificationFailure.d.cts → keygenVerificationFailure.d.ts} +0 -0
  2917. /package/dist/141/evmThresholdSigner/{keygenVerificationSuccess.d.cts → keygenVerificationSuccess.d.ts} +0 -0
  2918. /package/dist/141/evmThresholdSigner/{noKeyHandover.d.cts → noKeyHandover.d.ts} +0 -0
  2919. /package/dist/141/evmThresholdSigner/{retryRequested.d.cts → retryRequested.d.ts} +0 -0
  2920. /package/dist/141/evmThresholdSigner/{signersUnavailable.d.cts → signersUnavailable.d.ts} +0 -0
  2921. /package/dist/141/evmThresholdSigner/{thresholdSignatureFailed.d.cts → thresholdSignatureFailed.d.ts} +0 -0
  2922. /package/dist/141/evmThresholdSigner/{thresholdSignatureRequest.d.cts → thresholdSignatureRequest.d.ts} +0 -0
  2923. /package/dist/141/evmThresholdSigner/{thresholdSignatureResponseTimeoutUpdated.d.cts → thresholdSignatureResponseTimeoutUpdated.d.ts} +0 -0
  2924. /package/dist/141/evmThresholdSigner/{thresholdSignatureSuccess.d.cts → thresholdSignatureSuccess.d.ts} +0 -0
  2925. /package/dist/141/liquidityPools/{assetSwapped.d.cts → assetSwapped.d.ts} +0 -0
  2926. /package/dist/141/liquidityPools/{newPoolCreated.d.cts → newPoolCreated.d.ts} +0 -0
  2927. /package/dist/141/liquidityPools/{poolFeeSet.d.cts → poolFeeSet.d.ts} +0 -0
  2928. /package/dist/141/liquidityPools/{priceImpactLimitSet.d.cts → priceImpactLimitSet.d.ts} +0 -0
  2929. /package/dist/141/polkadotIngressEgress/{batchBroadcastRequested.d.cts → batchBroadcastRequested.d.ts} +0 -0
  2930. /package/dist/141/polkadotIngressEgress/{boostPoolCreated.d.cts → boostPoolCreated.d.ts} +0 -0
  2931. /package/dist/141/polkadotIngressEgress/{ccmBroadcastRequested.d.cts → ccmBroadcastRequested.d.ts} +0 -0
  2932. /package/dist/141/polkadotVault/{chainInitialized.d.cts → chainInitialized.d.ts} +0 -0
  2933. /package/dist/141/swapping/{ccmEgressScheduled.d.cts → ccmEgressScheduled.d.ts} +0 -0
  2934. /package/dist/141/swapping/{maximumSwapAmountSet.d.cts → maximumSwapAmountSet.d.ts} +0 -0
  2935. /package/dist/141/swapping/{swapAmountConfiscated.d.cts → swapAmountConfiscated.d.ts} +0 -0
  2936. /package/dist/141/tokenholderGovernance/{govKeyUpdatedHasFailed.d.cts → govKeyUpdatedHasFailed.d.ts} +0 -0
  2937. /package/dist/141/tokenholderGovernance/{govKeyUpdatedWasSuccessful.d.cts → govKeyUpdatedWasSuccessful.d.ts} +0 -0
  2938. /package/dist/141/validator/{startedBidding.d.cts → startedBidding.d.ts} +0 -0
  2939. /package/dist/141/validator/{stoppedBidding.d.cts → stoppedBidding.d.ts} +0 -0
  2940. /package/dist/141/witnesser/{callDispatched.d.cts → callDispatched.d.ts} +0 -0
  2941. /package/dist/141/witnesser/{reportedWitnessingFailures.d.cts → reportedWitnessingFailures.d.ts} +0 -0
  2942. /package/dist/150/arbitrumIngressEgress/{batchBroadcastRequested.d.cts → batchBroadcastRequested.d.ts} +0 -0
  2943. /package/dist/150/arbitrumIngressEgress/{ccmBroadcastRequested.d.cts → ccmBroadcastRequested.d.ts} +0 -0
  2944. /package/dist/150/arbitrumIngressEgress/{maxSwapRetryDurationSet.d.cts → maxSwapRetryDurationSet.d.ts} +0 -0
  2945. /package/dist/150/assetBalances/{vaultDeficitDetected.d.cts → vaultDeficitDetected.d.ts} +0 -0
  2946. /package/dist/150/bitcoinIngressEgress/{batchBroadcastRequested.d.cts → batchBroadcastRequested.d.ts} +0 -0
  2947. /package/dist/150/bitcoinIngressEgress/{ccmBroadcastRequested.d.cts → ccmBroadcastRequested.d.ts} +0 -0
  2948. /package/dist/150/bitcoinIngressEgress/{maxSwapRetryDurationSet.d.cts → maxSwapRetryDurationSet.d.ts} +0 -0
  2949. /package/dist/150/environment/{runtimeSafeModeUpdated.d.cts → runtimeSafeModeUpdated.d.ts} +0 -0
  2950. /package/dist/150/ethereumIngressEgress/{batchBroadcastRequested.d.cts → batchBroadcastRequested.d.ts} +0 -0
  2951. /package/dist/150/ethereumIngressEgress/{ccmBroadcastRequested.d.cts → ccmBroadcastRequested.d.ts} +0 -0
  2952. /package/dist/150/ethereumIngressEgress/{maxSwapRetryDurationSet.d.cts → maxSwapRetryDurationSet.d.ts} +0 -0
  2953. /package/dist/150/liquidityPools/{priceImpactLimitSet.d.cts → priceImpactLimitSet.d.ts} +0 -0
  2954. /package/dist/150/polkadotIngressEgress/{batchBroadcastRequested.d.cts → batchBroadcastRequested.d.ts} +0 -0
  2955. /package/dist/150/polkadotIngressEgress/{ccmBroadcastRequested.d.cts → ccmBroadcastRequested.d.ts} +0 -0
  2956. /package/dist/150/polkadotIngressEgress/{maxSwapRetryDurationSet.d.cts → maxSwapRetryDurationSet.d.ts} +0 -0
  2957. /package/dist/150/solanaBroadcaster/{broadcastAborted.d.cts → broadcastAborted.d.ts} +0 -0
  2958. /package/dist/150/solanaBroadcaster/{broadcastCallbackExecuted.d.cts → broadcastCallbackExecuted.d.ts} +0 -0
  2959. /package/dist/150/solanaBroadcaster/{broadcastRetryScheduled.d.cts → broadcastRetryScheduled.d.ts} +0 -0
  2960. /package/dist/150/solanaBroadcaster/{broadcastSuccess.d.cts → broadcastSuccess.d.ts} +0 -0
  2961. /package/dist/150/solanaBroadcaster/{broadcastTimeout.d.cts → broadcastTimeout.d.ts} +0 -0
  2962. /package/dist/150/solanaBroadcaster/{callResigned.d.cts → callResigned.d.ts} +0 -0
  2963. /package/dist/150/solanaBroadcaster/{thresholdSignatureInvalid.d.cts → thresholdSignatureInvalid.d.ts} +0 -0
  2964. /package/dist/150/solanaBroadcaster/{transactionFeeDeficitRecorded.d.cts → transactionFeeDeficitRecorded.d.ts} +0 -0
  2965. /package/dist/150/solanaBroadcaster/{transactionFeeDeficitRefused.d.cts → transactionFeeDeficitRefused.d.ts} +0 -0
  2966. /package/dist/150/solanaChainTracking/{chainStateUpdated.d.cts → chainStateUpdated.d.ts} +0 -0
  2967. /package/dist/150/solanaChainTracking/{feeMultiplierUpdated.d.cts → feeMultiplierUpdated.d.ts} +0 -0
  2968. /package/dist/150/solanaIngressEgress/{assetEgressStatusChanged.d.cts → assetEgressStatusChanged.d.ts} +0 -0
  2969. /package/dist/150/solanaIngressEgress/{batchBroadcastRequested.d.cts → batchBroadcastRequested.d.ts} +0 -0
  2970. /package/dist/150/solanaIngressEgress/{boostFundsAdded.d.cts → boostFundsAdded.d.ts} +0 -0
  2971. /package/dist/150/solanaIngressEgress/{boostPoolCreated.d.cts → boostPoolCreated.d.ts} +0 -0
  2972. /package/dist/150/solanaIngressEgress/{ccmBroadcastFailed.d.cts → ccmBroadcastFailed.d.ts} +0 -0
  2973. /package/dist/150/solanaIngressEgress/{ccmBroadcastRequested.d.cts → ccmBroadcastRequested.d.ts} +0 -0
  2974. /package/dist/150/solanaIngressEgress/{channelOpeningFeePaid.d.cts → channelOpeningFeePaid.d.ts} +0 -0
  2975. /package/dist/150/solanaIngressEgress/{channelOpeningFeeSet.d.cts → channelOpeningFeeSet.d.ts} +0 -0
  2976. /package/dist/150/solanaIngressEgress/{failedForeignChainCallExpired.d.cts → failedForeignChainCallExpired.d.ts} +0 -0
  2977. /package/dist/150/solanaIngressEgress/{failedForeignChainCallResigned.d.cts → failedForeignChainCallResigned.d.ts} +0 -0
  2978. /package/dist/150/solanaIngressEgress/{failedToBuildAllBatchCall.d.cts → failedToBuildAllBatchCall.d.ts} +0 -0
  2979. /package/dist/150/solanaIngressEgress/{maxSwapRetryDurationSet.d.cts → maxSwapRetryDurationSet.d.ts} +0 -0
  2980. /package/dist/150/solanaIngressEgress/{minimumDepositSet.d.cts → minimumDepositSet.d.ts} +0 -0
  2981. /package/dist/150/solanaIngressEgress/{stoppedBoosting.d.cts → stoppedBoosting.d.ts} +0 -0
  2982. /package/dist/150/solanaIngressEgress/{utxoConsolidation.d.cts → utxoConsolidation.d.ts} +0 -0
  2983. /package/dist/150/solanaThresholdSigner/{keyHandoverFailure.d.cts → keyHandoverFailure.d.ts} +0 -0
  2984. /package/dist/150/solanaThresholdSigner/{keyHandoverFailureReported.d.cts → keyHandoverFailureReported.d.ts} +0 -0
  2985. /package/dist/150/solanaThresholdSigner/{keyHandoverRequest.d.cts → keyHandoverRequest.d.ts} +0 -0
  2986. /package/dist/150/solanaThresholdSigner/{keyHandoverResponseTimeout.d.cts → keyHandoverResponseTimeout.d.ts} +0 -0
  2987. /package/dist/150/solanaThresholdSigner/{keyHandoverSuccess.d.cts → keyHandoverSuccess.d.ts} +0 -0
  2988. /package/dist/150/solanaThresholdSigner/{keyHandoverSuccessReported.d.cts → keyHandoverSuccessReported.d.ts} +0 -0
  2989. /package/dist/150/solanaThresholdSigner/{keyHandoverVerificationFailure.d.cts → keyHandoverVerificationFailure.d.ts} +0 -0
  2990. /package/dist/150/solanaThresholdSigner/{keyHandoverVerificationSuccess.d.cts → keyHandoverVerificationSuccess.d.ts} +0 -0
  2991. /package/dist/150/solanaThresholdSigner/{keyRotationCompleted.d.cts → keyRotationCompleted.d.ts} +0 -0
  2992. /package/dist/150/solanaThresholdSigner/{keygenFailure.d.cts → keygenFailure.d.ts} +0 -0
  2993. /package/dist/150/solanaThresholdSigner/{keygenFailureReported.d.cts → keygenFailureReported.d.ts} +0 -0
  2994. /package/dist/150/solanaThresholdSigner/{keygenRequest.d.cts → keygenRequest.d.ts} +0 -0
  2995. /package/dist/150/solanaThresholdSigner/{keygenResponseTimeout.d.cts → keygenResponseTimeout.d.ts} +0 -0
  2996. /package/dist/150/solanaThresholdSigner/{keygenResponseTimeoutUpdated.d.cts → keygenResponseTimeoutUpdated.d.ts} +0 -0
  2997. /package/dist/150/solanaThresholdSigner/{keygenSuccess.d.cts → keygenSuccess.d.ts} +0 -0
  2998. /package/dist/150/solanaThresholdSigner/{keygenSuccessReported.d.cts → keygenSuccessReported.d.ts} +0 -0
  2999. /package/dist/150/solanaThresholdSigner/{keygenVerificationFailure.d.cts → keygenVerificationFailure.d.ts} +0 -0
  3000. /package/dist/150/solanaThresholdSigner/{keygenVerificationSuccess.d.cts → keygenVerificationSuccess.d.ts} +0 -0
  3001. /package/dist/150/solanaThresholdSigner/{noKeyHandover.d.cts → noKeyHandover.d.ts} +0 -0
  3002. /package/dist/150/solanaThresholdSigner/{signersUnavailable.d.cts → signersUnavailable.d.ts} +0 -0
  3003. /package/dist/150/solanaThresholdSigner/{thresholdSignatureResponseTimeoutUpdated.d.cts → thresholdSignatureResponseTimeoutUpdated.d.ts} +0 -0
  3004. /package/dist/150/solanaVault/{awaitingGovernanceActivation.d.cts → awaitingGovernanceActivation.d.ts} +0 -0
  3005. /package/dist/150/solanaVault/{chainInitialized.d.cts → chainInitialized.d.ts} +0 -0
  3006. /package/dist/150/solanaVault/{vaultActivationCompleted.d.cts → vaultActivationCompleted.d.ts} +0 -0
  3007. /package/dist/150/solanaVault/{vaultRotatedExternally.d.cts → vaultRotatedExternally.d.ts} +0 -0
  3008. /package/dist/150/swapping/{buyIntervalSet.d.cts → buyIntervalSet.d.ts} +0 -0
  3009. /package/dist/150/swapping/{ccmEgressScheduled.d.cts → ccmEgressScheduled.d.ts} +0 -0
  3010. /package/dist/150/swapping/{networkFeeTaken.d.cts → networkFeeTaken.d.ts} +0 -0
  3011. /package/dist/150/swapping/{swapRescheduled.d.cts → swapRescheduled.d.ts} +0 -0
  3012. /package/dist/150/swapping/{swapRetryDelaySet.d.cts → swapRetryDelaySet.d.ts} +0 -0
  3013. /package/dist/150/tokenholderGovernance/{govKeyUpdatedHasFailed.d.cts → govKeyUpdatedHasFailed.d.ts} +0 -0
  3014. /package/dist/150/tokenholderGovernance/{govKeyUpdatedWasSuccessful.d.cts → govKeyUpdatedWasSuccessful.d.ts} +0 -0
  3015. /package/dist/150/tokenholderGovernance/{proposalEnacted.d.cts → proposalEnacted.d.ts} +0 -0
  3016. /package/dist/150/tokenholderGovernance/{proposalPassed.d.cts → proposalPassed.d.ts} +0 -0
  3017. /package/dist/150/tokenholderGovernance/{proposalRejected.d.cts → proposalRejected.d.ts} +0 -0
  3018. /package/dist/150/tokenholderGovernance/{proposalSubmitted.d.cts → proposalSubmitted.d.ts} +0 -0
  3019. /package/dist/160/environment/{durableNonceSetForAccount.d.cts → durableNonceSetForAccount.d.ts} +0 -0
  3020. /package/dist/160/environment/{solanaInitialized.d.cts → solanaInitialized.d.ts} +0 -0
  3021. /package/dist/160/liquidityPools/{priceImpactLimitSet.d.cts → priceImpactLimitSet.d.ts} +0 -0
  3022. /package/dist/160/solanaBroadcaster/{broadcastSuccess.d.cts → broadcastSuccess.d.ts} +0 -0
  3023. /package/dist/160/solanaBroadcaster/{transactionBroadcastRequest.d.cts → transactionBroadcastRequest.d.ts} +0 -0
  3024. /package/dist/160/solanaBroadcaster/{transactionFeeDeficitRecorded.d.cts → transactionFeeDeficitRecorded.d.ts} +0 -0
  3025. /package/dist/160/solanaChainTracking/{chainStateUpdated.d.cts → chainStateUpdated.d.ts} +0 -0
  3026. /package/dist/160/solanaElections/{allVotesCleared.d.cts → allVotesCleared.d.ts} +0 -0
  3027. /package/dist/160/solanaElections/{allVotesNotCleared.d.cts → allVotesNotCleared.d.ts} +0 -0
  3028. /package/dist/160/solanaElections/{corruptStorage.d.cts → corruptStorage.d.ts} +0 -0
  3029. /package/dist/160/solanaElections/{uninitialized.d.cts → uninitialized.d.ts} +0 -0
  3030. /package/dist/160/solanaIngressEgress/{assetEgressStatusChanged.d.cts → assetEgressStatusChanged.d.ts} +0 -0
  3031. /package/dist/160/solanaIngressEgress/{boostFundsAdded.d.cts → boostFundsAdded.d.ts} +0 -0
  3032. /package/dist/160/solanaIngressEgress/{boostPoolCreated.d.cts → boostPoolCreated.d.ts} +0 -0
  3033. /package/dist/160/solanaIngressEgress/{depositFetchesScheduled.d.cts → depositFetchesScheduled.d.ts} +0 -0
  3034. /package/dist/160/solanaIngressEgress/{depositIgnored.d.cts → depositIgnored.d.ts} +0 -0
  3035. /package/dist/160/solanaIngressEgress/{insufficientBoostLiquidity.d.cts → insufficientBoostLiquidity.d.ts} +0 -0
  3036. /package/dist/160/solanaIngressEgress/{minimumDepositSet.d.cts → minimumDepositSet.d.ts} +0 -0
  3037. /package/dist/160/solanaIngressEgress/{stoppedBoosting.d.cts → stoppedBoosting.d.ts} +0 -0
  3038. /package/dist/160/solanaIngressEgress/{transferFallbackRequested.d.cts → transferFallbackRequested.d.ts} +0 -0
  3039. /package/dist/160/solanaThresholdSigner/{thresholdSignatureRequest.d.cts → thresholdSignatureRequest.d.ts} +0 -0
  3040. /package/dist/160/swapping/{maxSwapRequestDurationSet.d.cts → maxSwapRequestDurationSet.d.ts} +0 -0
  3041. /package/dist/160/swapping/{maxSwapRetryDurationSet.d.cts → maxSwapRetryDurationSet.d.ts} +0 -0
  3042. /package/dist/160/swapping/{swapRequestCompleted.d.cts → swapRequestCompleted.d.ts} +0 -0
  3043. /package/dist/160/swapping/{swapScheduled.d.cts → swapScheduled.d.ts} +0 -0
  3044. /package/dist/170/arbitrumBroadcaster/{palletConfigUpdated.d.cts → palletConfigUpdated.d.ts} +0 -0
  3045. /package/dist/170/arbitrumIngressEgress/{ccmFallbackScheduled.d.cts → ccmFallbackScheduled.d.ts} +0 -0
  3046. /package/dist/170/arbitrumIngressEgress/{depositChannelLifetimeSet.d.cts → depositChannelLifetimeSet.d.ts} +0 -0
  3047. /package/dist/170/arbitrumIngressEgress/{transactionRejectionFailed.d.cts → transactionRejectionFailed.d.ts} +0 -0
  3048. /package/dist/170/arbitrumVault/{activationTxFailedAwaitingGovernance.d.cts → activationTxFailedAwaitingGovernance.d.ts} +0 -0
  3049. /package/dist/170/bitcoinBroadcaster/{palletConfigUpdated.d.cts → palletConfigUpdated.d.ts} +0 -0
  3050. /package/dist/170/bitcoinIngressEgress/{ccmFallbackScheduled.d.cts → ccmFallbackScheduled.d.ts} +0 -0
  3051. /package/dist/170/bitcoinIngressEgress/{depositChannelLifetimeSet.d.cts → depositChannelLifetimeSet.d.ts} +0 -0
  3052. /package/dist/170/bitcoinThresholdSigner/{palletConfigUpdated.d.cts → palletConfigUpdated.d.ts} +0 -0
  3053. /package/dist/170/bitcoinVault/{activationTxFailedAwaitingGovernance.d.cts → activationTxFailedAwaitingGovernance.d.ts} +0 -0
  3054. /package/dist/170/ethereumBroadcaster/{palletConfigUpdated.d.cts → palletConfigUpdated.d.ts} +0 -0
  3055. /package/dist/170/ethereumIngressEgress/{ccmFallbackScheduled.d.cts → ccmFallbackScheduled.d.ts} +0 -0
  3056. /package/dist/170/ethereumIngressEgress/{depositChannelLifetimeSet.d.cts → depositChannelLifetimeSet.d.ts} +0 -0
  3057. /package/dist/170/ethereumIngressEgress/{transactionRejectionFailed.d.cts → transactionRejectionFailed.d.ts} +0 -0
  3058. /package/dist/170/ethereumVault/{activationTxFailedAwaitingGovernance.d.cts → activationTxFailedAwaitingGovernance.d.ts} +0 -0
  3059. /package/dist/170/evmThresholdSigner/{palletConfigUpdated.d.cts → palletConfigUpdated.d.ts} +0 -0
  3060. /package/dist/170/polkadotBroadcaster/{palletConfigUpdated.d.cts → palletConfigUpdated.d.ts} +0 -0
  3061. /package/dist/170/polkadotIngressEgress/{ccmFallbackScheduled.d.cts → ccmFallbackScheduled.d.ts} +0 -0
  3062. /package/dist/170/polkadotIngressEgress/{depositChannelLifetimeSet.d.cts → depositChannelLifetimeSet.d.ts} +0 -0
  3063. /package/dist/170/polkadotIngressEgress/{transactionRejectionFailed.d.cts → transactionRejectionFailed.d.ts} +0 -0
  3064. /package/dist/170/polkadotThresholdSigner/{palletConfigUpdated.d.cts → palletConfigUpdated.d.ts} +0 -0
  3065. /package/dist/170/polkadotVault/{activationTxFailedAwaitingGovernance.d.cts → activationTxFailedAwaitingGovernance.d.ts} +0 -0
  3066. /package/dist/170/solanaBroadcaster/{palletConfigUpdated.d.cts → palletConfigUpdated.d.ts} +0 -0
  3067. /package/dist/170/solanaBroadcaster/{transactionBroadcastRequest.d.cts → transactionBroadcastRequest.d.ts} +0 -0
  3068. /package/dist/170/solanaIngressEgress/{ccmFallbackScheduled.d.cts → ccmFallbackScheduled.d.ts} +0 -0
  3069. /package/dist/170/solanaIngressEgress/{depositChannelLifetimeSet.d.cts → depositChannelLifetimeSet.d.ts} +0 -0
  3070. /package/dist/170/solanaIngressEgress/{transactionRejectedByBroker.d.cts → transactionRejectedByBroker.d.ts} +0 -0
  3071. /package/dist/170/solanaIngressEgress/{transactionRejectionFailed.d.cts → transactionRejectionFailed.d.ts} +0 -0
  3072. /package/dist/170/solanaThresholdSigner/{palletConfigUpdated.d.cts → palletConfigUpdated.d.ts} +0 -0
  3073. /package/dist/170/solanaVault/{activationTxFailedAwaitingGovernance.d.cts → activationTxFailedAwaitingGovernance.d.ts} +0 -0
  3074. /package/dist/170/validator/{previousRotationStillPending.d.cts → previousRotationStillPending.d.ts} +0 -0
  3075. /package/dist/180/arbitrumChainTracking/{chainStateUpdated.d.cts → chainStateUpdated.d.ts} +0 -0
  3076. /package/dist/180/arbitrumIngressEgress/{networkFeeDeductionFromBoostSet.d.cts → networkFeeDeductionFromBoostSet.d.ts} +0 -0
  3077. /package/dist/180/arbitrumIngressEgress/{transferFallbackRequested.d.cts → transferFallbackRequested.d.ts} +0 -0
  3078. /package/dist/180/arbitrumIngressEgress/{unknownAffiliate.d.cts → unknownAffiliate.d.ts} +0 -0
  3079. /package/dist/180/arbitrumIngressEgress/{unknownBroker.d.cts → unknownBroker.d.ts} +0 -0
  3080. /package/dist/180/arbitrumIngressEgress/{witnessSafetyMarginSet.d.cts → witnessSafetyMarginSet.d.ts} +0 -0
  3081. /package/dist/180/bitcoinIngressEgress/{networkFeeDeductionFromBoostSet.d.cts → networkFeeDeductionFromBoostSet.d.ts} +0 -0
  3082. /package/dist/180/bitcoinIngressEgress/{unknownAffiliate.d.cts → unknownAffiliate.d.ts} +0 -0
  3083. /package/dist/180/bitcoinIngressEgress/{unknownBroker.d.cts → unknownBroker.d.ts} +0 -0
  3084. /package/dist/180/bitcoinIngressEgress/{witnessSafetyMarginSet.d.cts → witnessSafetyMarginSet.d.ts} +0 -0
  3085. /package/dist/180/environment/{solanaGovCallDispatched.d.cts → solanaGovCallDispatched.d.ts} +0 -0
  3086. /package/dist/180/ethereumIngressEgress/{networkFeeDeductionFromBoostSet.d.cts → networkFeeDeductionFromBoostSet.d.ts} +0 -0
  3087. /package/dist/180/ethereumIngressEgress/{transferFallbackRequested.d.cts → transferFallbackRequested.d.ts} +0 -0
  3088. /package/dist/180/ethereumIngressEgress/{unknownAffiliate.d.cts → unknownAffiliate.d.ts} +0 -0
  3089. /package/dist/180/ethereumIngressEgress/{unknownBroker.d.cts → unknownBroker.d.ts} +0 -0
  3090. /package/dist/180/ethereumIngressEgress/{witnessSafetyMarginSet.d.cts → witnessSafetyMarginSet.d.ts} +0 -0
  3091. /package/dist/180/polkadotIngressEgress/{networkFeeDeductionFromBoostSet.d.cts → networkFeeDeductionFromBoostSet.d.ts} +0 -0
  3092. /package/dist/180/polkadotIngressEgress/{transferFallbackRequested.d.cts → transferFallbackRequested.d.ts} +0 -0
  3093. /package/dist/180/polkadotIngressEgress/{unknownAffiliate.d.cts → unknownAffiliate.d.ts} +0 -0
  3094. /package/dist/180/polkadotIngressEgress/{unknownBroker.d.cts → unknownBroker.d.ts} +0 -0
  3095. /package/dist/180/polkadotIngressEgress/{witnessSafetyMarginSet.d.cts → witnessSafetyMarginSet.d.ts} +0 -0
  3096. /package/dist/180/solanaBroadcaster/{transactionBroadcastRequest.d.cts → transactionBroadcastRequest.d.ts} +0 -0
  3097. /package/dist/180/solanaIngressEgress/{networkFeeDeductionFromBoostSet.d.cts → networkFeeDeductionFromBoostSet.d.ts} +0 -0
  3098. /package/dist/180/solanaIngressEgress/{transactionRejectionRequestExpired.d.cts → transactionRejectionRequestExpired.d.ts} +0 -0
  3099. /package/dist/180/solanaIngressEgress/{transactionRejectionRequestReceived.d.cts → transactionRejectionRequestReceived.d.ts} +0 -0
  3100. /package/dist/180/solanaIngressEgress/{transferFallbackRequested.d.cts → transferFallbackRequested.d.ts} +0 -0
  3101. /package/dist/180/solanaIngressEgress/{unknownAffiliate.d.cts → unknownAffiliate.d.ts} +0 -0
  3102. /package/dist/180/solanaIngressEgress/{unknownBroker.d.cts → unknownBroker.d.ts} +0 -0
  3103. /package/dist/180/solanaIngressEgress/{witnessSafetyMarginSet.d.cts → witnessSafetyMarginSet.d.ts} +0 -0
  3104. /package/dist/180/swapping/{affiliateRegistration.d.cts → affiliateRegistration.d.ts} +0 -0
  3105. /package/dist/180/swapping/{brokerBondSet.d.cts → brokerBondSet.d.ts} +0 -0
  3106. /package/dist/180/swapping/{minimumNetworkFeeSet.d.cts → minimumNetworkFeeSet.d.ts} +0 -0
  3107. /package/dist/180/swapping/{privateBrokerChannelClosed.d.cts → privateBrokerChannelClosed.d.ts} +0 -0
  3108. /package/dist/180/swapping/{privateBrokerChannelOpened.d.cts → privateBrokerChannelOpened.d.ts} +0 -0
  3109. /package/dist/190/arbitrumIngressEgress/{batchBroadcastRequested.d.cts → batchBroadcastRequested.d.ts} +0 -0
  3110. /package/dist/190/arbitrumIngressEgress/{ccmBroadcastRequested.d.cts → ccmBroadcastRequested.d.ts} +0 -0
  3111. /package/dist/190/arbitrumIngressEgress/{transferFallbackRequested.d.cts → transferFallbackRequested.d.ts} +0 -0
  3112. /package/dist/190/assetBalances/{refundScheduled.d.cts → refundScheduled.d.ts} +0 -0
  3113. /package/dist/190/assetBalances/{vaultDeficitDetected.d.cts → vaultDeficitDetected.d.ts} +0 -0
  3114. /package/dist/190/assethubBroadcaster/{broadcastAborted.d.cts → broadcastAborted.d.ts} +0 -0
  3115. /package/dist/190/assethubBroadcaster/{broadcastRetryScheduled.d.cts → broadcastRetryScheduled.d.ts} +0 -0
  3116. /package/dist/190/assethubBroadcaster/{broadcastSuccess.d.cts → broadcastSuccess.d.ts} +0 -0
  3117. /package/dist/190/assethubBroadcaster/{broadcastTimeout.d.cts → broadcastTimeout.d.ts} +0 -0
  3118. /package/dist/190/assethubBroadcaster/{callResigned.d.cts → callResigned.d.ts} +0 -0
  3119. /package/dist/190/assethubBroadcaster/{palletConfigUpdated.d.cts → palletConfigUpdated.d.ts} +0 -0
  3120. /package/dist/190/assethubBroadcaster/{thresholdSignatureInvalid.d.cts → thresholdSignatureInvalid.d.ts} +0 -0
  3121. /package/dist/190/assethubBroadcaster/{transactionFeeDeficitRecorded.d.cts → transactionFeeDeficitRecorded.d.ts} +0 -0
  3122. /package/dist/190/assethubBroadcaster/{transactionFeeDeficitRefused.d.cts → transactionFeeDeficitRefused.d.ts} +0 -0
  3123. /package/dist/190/assethubChainTracking/{chainStateUpdated.d.cts → chainStateUpdated.d.ts} +0 -0
  3124. /package/dist/190/assethubChainTracking/{feeMultiplierUpdated.d.cts → feeMultiplierUpdated.d.ts} +0 -0
  3125. /package/dist/190/assethubIngressEgress/{assetEgressStatusChanged.d.cts → assetEgressStatusChanged.d.ts} +0 -0
  3126. /package/dist/190/assethubIngressEgress/{batchBroadcastRequested.d.cts → batchBroadcastRequested.d.ts} +0 -0
  3127. /package/dist/190/assethubIngressEgress/{boostFundsAdded.d.cts → boostFundsAdded.d.ts} +0 -0
  3128. /package/dist/190/assethubIngressEgress/{boostPoolCreated.d.cts → boostPoolCreated.d.ts} +0 -0
  3129. /package/dist/190/assethubIngressEgress/{ccmBroadcastFailed.d.cts → ccmBroadcastFailed.d.ts} +0 -0
  3130. /package/dist/190/assethubIngressEgress/{ccmBroadcastRequested.d.cts → ccmBroadcastRequested.d.ts} +0 -0
  3131. /package/dist/190/assethubIngressEgress/{channelOpeningFeePaid.d.cts → channelOpeningFeePaid.d.ts} +0 -0
  3132. /package/dist/190/assethubIngressEgress/{channelOpeningFeeSet.d.cts → channelOpeningFeeSet.d.ts} +0 -0
  3133. /package/dist/190/assethubIngressEgress/{depositChannelLifetimeSet.d.cts → depositChannelLifetimeSet.d.ts} +0 -0
  3134. /package/dist/190/assethubIngressEgress/{depositFetchesScheduled.d.cts → depositFetchesScheduled.d.ts} +0 -0
  3135. /package/dist/190/assethubIngressEgress/{failedForeignChainCallExpired.d.cts → failedForeignChainCallExpired.d.ts} +0 -0
  3136. /package/dist/190/assethubIngressEgress/{failedForeignChainCallResigned.d.cts → failedForeignChainCallResigned.d.ts} +0 -0
  3137. /package/dist/190/assethubIngressEgress/{insufficientBoostLiquidity.d.cts → insufficientBoostLiquidity.d.ts} +0 -0
  3138. /package/dist/190/assethubIngressEgress/{minimumDepositSet.d.cts → minimumDepositSet.d.ts} +0 -0
  3139. /package/dist/190/assethubIngressEgress/{networkFeeDeductionFromBoostSet.d.cts → networkFeeDeductionFromBoostSet.d.ts} +0 -0
  3140. /package/dist/190/assethubIngressEgress/{stoppedBoosting.d.cts → stoppedBoosting.d.ts} +0 -0
  3141. /package/dist/190/assethubIngressEgress/{transactionRejectedByBroker.d.cts → transactionRejectedByBroker.d.ts} +0 -0
  3142. /package/dist/190/assethubIngressEgress/{transactionRejectionFailed.d.cts → transactionRejectionFailed.d.ts} +0 -0
  3143. /package/dist/190/assethubIngressEgress/{transactionRejectionRequestExpired.d.cts → transactionRejectionRequestExpired.d.ts} +0 -0
  3144. /package/dist/190/assethubIngressEgress/{transactionRejectionRequestReceived.d.cts → transactionRejectionRequestReceived.d.ts} +0 -0
  3145. /package/dist/190/assethubIngressEgress/{transferFallbackRequested.d.cts → transferFallbackRequested.d.ts} +0 -0
  3146. /package/dist/190/assethubIngressEgress/{unknownAffiliate.d.cts → unknownAffiliate.d.ts} +0 -0
  3147. /package/dist/190/assethubIngressEgress/{unknownBroker.d.cts → unknownBroker.d.ts} +0 -0
  3148. /package/dist/190/assethubIngressEgress/{utxoConsolidation.d.cts → utxoConsolidation.d.ts} +0 -0
  3149. /package/dist/190/assethubIngressEgress/{witnessSafetyMarginSet.d.cts → witnessSafetyMarginSet.d.ts} +0 -0
  3150. /package/dist/190/assethubVault/{activationTxFailedAwaitingGovernance.d.cts → activationTxFailedAwaitingGovernance.d.ts} +0 -0
  3151. /package/dist/190/assethubVault/{awaitingGovernanceActivation.d.cts → awaitingGovernanceActivation.d.ts} +0 -0
  3152. /package/dist/190/assethubVault/{chainInitialized.d.cts → chainInitialized.d.ts} +0 -0
  3153. /package/dist/190/assethubVault/{vaultActivationCompleted.d.cts → vaultActivationCompleted.d.ts} +0 -0
  3154. /package/dist/190/assethubVault/{vaultRotatedExternally.d.cts → vaultRotatedExternally.d.ts} +0 -0
  3155. /package/dist/190/bitcoinIngressEgress/{batchBroadcastRequested.d.cts → batchBroadcastRequested.d.ts} +0 -0
  3156. /package/dist/190/bitcoinIngressEgress/{ccmBroadcastRequested.d.cts → ccmBroadcastRequested.d.ts} +0 -0
  3157. /package/dist/190/bitcoinIngressEgress/{transferFallbackRequested.d.cts → transferFallbackRequested.d.ts} +0 -0
  3158. /package/dist/190/emissions/{networkFeeBurned.d.cts → networkFeeBurned.d.ts} +0 -0
  3159. /package/dist/190/environment/{assethubVaultAccountSet.d.cts → assethubVaultAccountSet.d.ts} +0 -0
  3160. /package/dist/190/environment/{runtimeSafeModeUpdated.d.cts → runtimeSafeModeUpdated.d.ts} +0 -0
  3161. /package/dist/190/ethereumIngressEgress/{batchBroadcastRequested.d.cts → batchBroadcastRequested.d.ts} +0 -0
  3162. /package/dist/190/ethereumIngressEgress/{ccmBroadcastRequested.d.cts → ccmBroadcastRequested.d.ts} +0 -0
  3163. /package/dist/190/ethereumIngressEgress/{transferFallbackRequested.d.cts → transferFallbackRequested.d.ts} +0 -0
  3164. /package/dist/190/flip/{palletConfigUpdated.d.cts → palletConfigUpdated.d.ts} +0 -0
  3165. /package/dist/190/liquidityPools/{newPoolCreated.d.cts → newPoolCreated.d.ts} +0 -0
  3166. /package/dist/190/liquidityPools/{orderDeletionFailed.d.cts → orderDeletionFailed.d.ts} +0 -0
  3167. /package/dist/190/liquidityPools/{palletConfigUpdated.d.cts → palletConfigUpdated.d.ts} +0 -0
  3168. /package/dist/190/liquidityPools/{poolFeeSet.d.cts → poolFeeSet.d.ts} +0 -0
  3169. /package/dist/190/liquidityPools/{priceImpactLimitSet.d.cts → priceImpactLimitSet.d.ts} +0 -0
  3170. /package/dist/190/liquidityProvider/{assetTransferred.d.cts → assetTransferred.d.ts} +0 -0
  3171. /package/dist/190/liquidityProvider/{liquidityDepositAddressReady.d.cts → liquidityDepositAddressReady.d.ts} +0 -0
  3172. /package/dist/190/liquidityProvider/{liquidityRefundAddressRegistered.d.cts → liquidityRefundAddressRegistered.d.ts} +0 -0
  3173. /package/dist/190/polkadotIngressEgress/{batchBroadcastRequested.d.cts → batchBroadcastRequested.d.ts} +0 -0
  3174. /package/dist/190/polkadotIngressEgress/{ccmBroadcastRequested.d.cts → ccmBroadcastRequested.d.ts} +0 -0
  3175. /package/dist/190/polkadotIngressEgress/{transferFallbackRequested.d.cts → transferFallbackRequested.d.ts} +0 -0
  3176. /package/dist/190/reputation/{offencePenalty.d.cts → offencePenalty.d.ts} +0 -0
  3177. /package/dist/190/reputation/{penaltyUpdated.d.cts → penaltyUpdated.d.ts} +0 -0
  3178. /package/dist/190/solanaIngressEgress/{batchBroadcastRequested.d.cts → batchBroadcastRequested.d.ts} +0 -0
  3179. /package/dist/190/solanaIngressEgress/{ccmBroadcastRequested.d.cts → ccmBroadcastRequested.d.ts} +0 -0
  3180. /package/dist/190/solanaIngressEgress/{transferFallbackRequested.d.cts → transferFallbackRequested.d.ts} +0 -0
  3181. /package/dist/190/solanaThresholdSigner/{thresholdSignatureRequest.d.cts → thresholdSignatureRequest.d.ts} +0 -0
  3182. /package/dist/190/swapping/{batchSwapFailed.d.cts → batchSwapFailed.d.ts} +0 -0
  3183. /package/dist/190/swapping/{palletConfigUpdated.d.cts → palletConfigUpdated.d.ts} +0 -0
  3184. /package/dist/190/swapping/{swapAmountConfiscated.d.cts → swapAmountConfiscated.d.ts} +0 -0
  3185. /package/dist/190/swapping/{vaultSwapMinimumBrokerFeeSet.d.cts → vaultSwapMinimumBrokerFeeSet.d.ts} +0 -0
  3186. /package/dist/190/swapping/{withdrawalRequested.d.cts → withdrawalRequested.d.ts} +0 -0
  3187. /package/dist/190/tokenholderGovernance/{govKeyUpdatedHasFailed.d.cts → govKeyUpdatedHasFailed.d.ts} +0 -0
  3188. /package/dist/190/tokenholderGovernance/{govKeyUpdatedWasSuccessful.d.cts → govKeyUpdatedWasSuccessful.d.ts} +0 -0
  3189. /package/dist/190/tokenholderGovernance/{proposalEnacted.d.cts → proposalEnacted.d.ts} +0 -0
  3190. /package/dist/190/tokenholderGovernance/{proposalPassed.d.cts → proposalPassed.d.ts} +0 -0
  3191. /package/dist/190/tokenholderGovernance/{proposalRejected.d.cts → proposalRejected.d.ts} +0 -0
  3192. /package/dist/190/tokenholderGovernance/{proposalSubmitted.d.cts → proposalSubmitted.d.ts} +0 -0
  3193. /package/dist/190/tradingStrategy/{fundsAddedToStrategy.d.cts → fundsAddedToStrategy.d.ts} +0 -0
  3194. /package/dist/190/tradingStrategy/{palletConfigUpdated.d.cts → palletConfigUpdated.d.ts} +0 -0
  3195. /package/dist/190/tradingStrategy/{strategyClosed.d.cts → strategyClosed.d.ts} +0 -0
  3196. /package/dist/190/tradingStrategy/{strategyDeployed.d.cts → strategyDeployed.d.ts} +0 -0
  3197. /package/dist/200/arbitrumBroadcaster/{historicalBroadcastRequested.d.cts → historicalBroadcastRequested.d.ts} +0 -0
  3198. /package/dist/200/assethubBroadcaster/{historicalBroadcastRequested.d.cts → historicalBroadcastRequested.d.ts} +0 -0
  3199. /package/dist/200/bitcoinBroadcaster/{historicalBroadcastRequested.d.cts → historicalBroadcastRequested.d.ts} +0 -0
  3200. /package/dist/200/bitcoinThresholdSigner/{maxRetriesReachedForRequest.d.cts → maxRetriesReachedForRequest.d.ts} +0 -0
  3201. /package/dist/200/environment/{batchCompleted.d.cts → batchCompleted.d.ts} +0 -0
  3202. /package/dist/200/environment/{nonNativeSignedCall.d.cts → nonNativeSignedCall.d.ts} +0 -0
  3203. /package/dist/200/ethereumBroadcaster/{historicalBroadcastRequested.d.cts → historicalBroadcastRequested.d.ts} +0 -0
  3204. /package/dist/200/evmThresholdSigner/{maxRetriesReachedForRequest.d.cts → maxRetriesReachedForRequest.d.ts} +0 -0
  3205. /package/dist/200/funding/{funded.d.cts → funded.d.ts} +0 -0
  3206. /package/dist/200/lendingPools/{collateralAdded.d.cts → collateralAdded.d.ts} +0 -0
  3207. /package/dist/200/lendingPools/{collateralRemoved.d.cts → collateralRemoved.d.ts} +0 -0
  3208. /package/dist/200/lendingPools/{collateralTopupAssetUpdated.d.cts → collateralTopupAssetUpdated.d.ts} +0 -0
  3209. /package/dist/200/lendingPools/{interestTaken.d.cts → interestTaken.d.ts} +0 -0
  3210. /package/dist/200/lendingPools/{lendingNetworkFeeSwapInitiated.d.cts → lendingNetworkFeeSwapInitiated.d.ts} +0 -0
  3211. /package/dist/200/lendingPools/{lendingPoolCreated.d.cts → lendingPoolCreated.d.ts} +0 -0
  3212. /package/dist/200/lendingPools/{liquidationFeeTaken.d.cts → liquidationFeeTaken.d.ts} +0 -0
  3213. /package/dist/200/lendingPools/{liquidationInitiated.d.cts → liquidationInitiated.d.ts} +0 -0
  3214. /package/dist/200/lendingPools/{loanCreated.d.cts → loanCreated.d.ts} +0 -0
  3215. /package/dist/200/lendingPools/{loanRepaid.d.cts → loanRepaid.d.ts} +0 -0
  3216. /package/dist/200/lendingPools/{loanSettled.d.cts → loanSettled.d.ts} +0 -0
  3217. /package/dist/200/lendingPools/{loanUpdated.d.cts → loanUpdated.d.ts} +0 -0
  3218. /package/dist/200/lendingPools/{originationFeeTaken.d.cts → originationFeeTaken.d.ts} +0 -0
  3219. /package/dist/200/lendingPools/{palletConfigUpdated.d.cts → palletConfigUpdated.d.ts} +0 -0
  3220. /package/dist/200/lendingPools/{whitelistUpdated.d.cts → whitelistUpdated.d.ts} +0 -0
  3221. /package/dist/200/polkadotBroadcaster/{historicalBroadcastRequested.d.cts → historicalBroadcastRequested.d.ts} +0 -0
  3222. /package/dist/200/polkadotThresholdSigner/{maxRetriesReachedForRequest.d.cts → maxRetriesReachedForRequest.d.ts} +0 -0
  3223. /package/dist/200/solanaBroadcaster/{historicalBroadcastRequested.d.cts → historicalBroadcastRequested.d.ts} +0 -0
  3224. /package/dist/200/solanaThresholdSigner/{maxRetriesReachedForRequest.d.cts → maxRetriesReachedForRequest.d.ts} +0 -0
  3225. /package/dist/200/swapping/{accountCreationDepositAddressReady.d.cts → accountCreationDepositAddressReady.d.ts} +0 -0
  3226. /package/dist/200/swapping/{swapAborted.d.cts → swapAborted.d.ts} +0 -0
  3227. /package/dist/200/swapping/{swapRescheduled.d.cts → swapRescheduled.d.ts} +0 -0
  3228. /package/dist/210/arbitrumIngressEgress/{assetEgressStatusChanged.d.cts → assetEgressStatusChanged.d.ts} +0 -0
  3229. /package/dist/210/arbitrumIngressEgress/{depositFetchesScheduled.d.cts → depositFetchesScheduled.d.ts} +0 -0
  3230. /package/dist/210/arbitrumIngressEgress/{insufficientBoostLiquidity.d.cts → insufficientBoostLiquidity.d.ts} +0 -0
  3231. /package/dist/210/arbitrumIngressEgress/{invalidCcmRefunded.d.cts → invalidCcmRefunded.d.ts} +0 -0
  3232. /package/dist/210/arbitrumIngressEgress/{palletConfigUpdated.d.cts → palletConfigUpdated.d.ts} +0 -0
  3233. /package/dist/210/arbitrumIngressEgress/{transferFallbackRequested.d.cts → transferFallbackRequested.d.ts} +0 -0
  3234. /package/dist/210/environment/{addedNewArbAsset.d.cts → addedNewArbAsset.d.ts} +0 -0
  3235. /package/dist/210/environment/{addedNewEthAsset.d.cts → addedNewEthAsset.d.ts} +0 -0
  3236. /package/dist/210/environment/{updatedArbAsset.d.cts → updatedArbAsset.d.ts} +0 -0
  3237. /package/dist/210/environment/{updatedEthAsset.d.cts → updatedEthAsset.d.ts} +0 -0
  3238. /package/dist/210/ethereumIngressEgress/{assetEgressStatusChanged.d.cts → assetEgressStatusChanged.d.ts} +0 -0
  3239. /package/dist/210/ethereumIngressEgress/{depositFetchesScheduled.d.cts → depositFetchesScheduled.d.ts} +0 -0
  3240. /package/dist/210/ethereumIngressEgress/{insufficientBoostLiquidity.d.cts → insufficientBoostLiquidity.d.ts} +0 -0
  3241. /package/dist/210/ethereumIngressEgress/{invalidCcmRefunded.d.cts → invalidCcmRefunded.d.ts} +0 -0
  3242. /package/dist/210/ethereumIngressEgress/{palletConfigUpdated.d.cts → palletConfigUpdated.d.ts} +0 -0
  3243. /package/dist/210/ethereumIngressEgress/{transferFallbackRequested.d.cts → transferFallbackRequested.d.ts} +0 -0
  3244. /package/dist/210/governance/{newGovernanceCouncil.d.cts → newGovernanceCouncil.d.ts} +0 -0
  3245. /package/dist/210/lendingPools/{loanRepaid.d.cts → loanRepaid.d.ts} +0 -0
  3246. /package/dist/210/liquidityPools/{priceImpactLimitSet.d.cts → priceImpactLimitSet.d.ts} +0 -0
  3247. /package/dist/{generate.d.mts → generate.d.ts} +0 -0
  3248. /package/dist/{types.d.cts → types.d.ts} +0 -0
  3249. /package/dist/{utils.d.cts → utils.d.ts} +0 -0
@@ -1,3828 +0,0 @@
1
- import { z } from "zod";
2
-
3
- //#region generated/160/common.d.ts
4
- declare const palletCfEmissionsPalletSafeMode: z.ZodObject<{
5
- emissionsSyncEnabled: z.ZodBoolean;
6
- }, "strip", z.ZodTypeAny, {
7
- emissionsSyncEnabled: boolean;
8
- }, {
9
- emissionsSyncEnabled: boolean;
10
- }>;
11
- declare const palletCfFundingPalletSafeMode: z.ZodObject<{
12
- redeemEnabled: z.ZodBoolean;
13
- }, "strip", z.ZodTypeAny, {
14
- redeemEnabled: boolean;
15
- }, {
16
- redeemEnabled: boolean;
17
- }>;
18
- declare const palletCfSwappingPalletSafeMode: z.ZodObject<{
19
- swapsEnabled: z.ZodBoolean;
20
- withdrawalsEnabled: z.ZodBoolean;
21
- brokerRegistrationEnabled: z.ZodBoolean;
22
- }, "strip", z.ZodTypeAny, {
23
- swapsEnabled: boolean;
24
- withdrawalsEnabled: boolean;
25
- brokerRegistrationEnabled: boolean;
26
- }, {
27
- swapsEnabled: boolean;
28
- withdrawalsEnabled: boolean;
29
- brokerRegistrationEnabled: boolean;
30
- }>;
31
- declare const palletCfLpPalletSafeMode: z.ZodObject<{
32
- depositEnabled: z.ZodBoolean;
33
- withdrawalEnabled: z.ZodBoolean;
34
- }, "strip", z.ZodTypeAny, {
35
- depositEnabled: boolean;
36
- withdrawalEnabled: boolean;
37
- }, {
38
- depositEnabled: boolean;
39
- withdrawalEnabled: boolean;
40
- }>;
41
- declare const palletCfValidatorPalletSafeMode: z.ZodObject<{
42
- authorityRotationEnabled: z.ZodBoolean;
43
- startBiddingEnabled: z.ZodBoolean;
44
- stopBiddingEnabled: z.ZodBoolean;
45
- }, "strip", z.ZodTypeAny, {
46
- authorityRotationEnabled: boolean;
47
- startBiddingEnabled: boolean;
48
- stopBiddingEnabled: boolean;
49
- }, {
50
- authorityRotationEnabled: boolean;
51
- startBiddingEnabled: boolean;
52
- stopBiddingEnabled: boolean;
53
- }>;
54
- declare const palletCfPoolsPalletSafeMode: z.ZodObject<{
55
- rangeOrderUpdateEnabled: z.ZodBoolean;
56
- limitOrderUpdateEnabled: z.ZodBoolean;
57
- }, "strip", z.ZodTypeAny, {
58
- rangeOrderUpdateEnabled: boolean;
59
- limitOrderUpdateEnabled: boolean;
60
- }, {
61
- rangeOrderUpdateEnabled: boolean;
62
- limitOrderUpdateEnabled: boolean;
63
- }>;
64
- declare const palletCfReputationPalletSafeMode: z.ZodObject<{
65
- reportingEnabled: z.ZodBoolean;
66
- }, "strip", z.ZodTypeAny, {
67
- reportingEnabled: boolean;
68
- }, {
69
- reportingEnabled: boolean;
70
- }>;
71
- declare const palletCfAssetBalancesPalletSafeMode: z.ZodObject<{
72
- reconciliationEnabled: z.ZodBoolean;
73
- }, "strip", z.ZodTypeAny, {
74
- reconciliationEnabled: boolean;
75
- }, {
76
- reconciliationEnabled: boolean;
77
- }>;
78
- declare const palletCfThresholdSignaturePalletSafeMode: z.ZodObject<{
79
- slashingEnabled: z.ZodBoolean;
80
- }, "strip", z.ZodTypeAny, {
81
- slashingEnabled: boolean;
82
- }, {
83
- slashingEnabled: boolean;
84
- }>;
85
- declare const palletCfBroadcastPalletSafeMode: z.ZodObject<{
86
- retryEnabled: z.ZodBoolean;
87
- }, "strip", z.ZodTypeAny, {
88
- retryEnabled: boolean;
89
- }, {
90
- retryEnabled: boolean;
91
- }>;
92
- declare const stateChainRuntimeSafeModeWitnesserCallPermission: z.ZodObject<{
93
- governance: z.ZodBoolean;
94
- funding: z.ZodBoolean;
95
- swapping: z.ZodBoolean;
96
- ethereumBroadcast: z.ZodBoolean;
97
- ethereumChainTracking: z.ZodBoolean;
98
- ethereumIngressEgress: z.ZodBoolean;
99
- ethereumVault: z.ZodBoolean;
100
- polkadotBroadcast: z.ZodBoolean;
101
- polkadotChainTracking: z.ZodBoolean;
102
- polkadotIngressEgress: z.ZodBoolean;
103
- polkadotVault: z.ZodBoolean;
104
- bitcoinBroadcast: z.ZodBoolean;
105
- bitcoinChainTracking: z.ZodBoolean;
106
- bitcoinIngressEgress: z.ZodBoolean;
107
- bitcoinVault: z.ZodBoolean;
108
- arbitrumBroadcast: z.ZodBoolean;
109
- arbitrumChainTracking: z.ZodBoolean;
110
- arbitrumIngressEgress: z.ZodBoolean;
111
- arbitrumVault: z.ZodBoolean;
112
- solanaBroadcast: z.ZodBoolean;
113
- solanaVault: z.ZodBoolean;
114
- }, "strip", z.ZodTypeAny, {
115
- governance: boolean;
116
- funding: boolean;
117
- swapping: boolean;
118
- ethereumBroadcast: boolean;
119
- ethereumChainTracking: boolean;
120
- ethereumIngressEgress: boolean;
121
- ethereumVault: boolean;
122
- polkadotBroadcast: boolean;
123
- polkadotChainTracking: boolean;
124
- polkadotIngressEgress: boolean;
125
- polkadotVault: boolean;
126
- bitcoinBroadcast: boolean;
127
- bitcoinChainTracking: boolean;
128
- bitcoinIngressEgress: boolean;
129
- bitcoinVault: boolean;
130
- arbitrumBroadcast: boolean;
131
- arbitrumChainTracking: boolean;
132
- arbitrumIngressEgress: boolean;
133
- arbitrumVault: boolean;
134
- solanaBroadcast: boolean;
135
- solanaVault: boolean;
136
- }, {
137
- governance: boolean;
138
- funding: boolean;
139
- swapping: boolean;
140
- ethereumBroadcast: boolean;
141
- ethereumChainTracking: boolean;
142
- ethereumIngressEgress: boolean;
143
- ethereumVault: boolean;
144
- polkadotBroadcast: boolean;
145
- polkadotChainTracking: boolean;
146
- polkadotIngressEgress: boolean;
147
- polkadotVault: boolean;
148
- bitcoinBroadcast: boolean;
149
- bitcoinChainTracking: boolean;
150
- bitcoinIngressEgress: boolean;
151
- bitcoinVault: boolean;
152
- arbitrumBroadcast: boolean;
153
- arbitrumChainTracking: boolean;
154
- arbitrumIngressEgress: boolean;
155
- arbitrumVault: boolean;
156
- solanaBroadcast: boolean;
157
- solanaVault: boolean;
158
- }>;
159
- declare const palletCfWitnesserPalletSafeMode: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
160
- __kind: z.ZodLiteral<"CodeGreen">;
161
- }, "strip", z.ZodTypeAny, {
162
- __kind: "CodeGreen";
163
- }, {
164
- __kind: "CodeGreen";
165
- }>, z.ZodObject<{
166
- __kind: z.ZodLiteral<"CodeRed">;
167
- }, "strip", z.ZodTypeAny, {
168
- __kind: "CodeRed";
169
- }, {
170
- __kind: "CodeRed";
171
- }>, z.ZodObject<{
172
- __kind: z.ZodLiteral<"CodeAmber">;
173
- value: z.ZodObject<{
174
- governance: z.ZodBoolean;
175
- funding: z.ZodBoolean;
176
- swapping: z.ZodBoolean;
177
- ethereumBroadcast: z.ZodBoolean;
178
- ethereumChainTracking: z.ZodBoolean;
179
- ethereumIngressEgress: z.ZodBoolean;
180
- ethereumVault: z.ZodBoolean;
181
- polkadotBroadcast: z.ZodBoolean;
182
- polkadotChainTracking: z.ZodBoolean;
183
- polkadotIngressEgress: z.ZodBoolean;
184
- polkadotVault: z.ZodBoolean;
185
- bitcoinBroadcast: z.ZodBoolean;
186
- bitcoinChainTracking: z.ZodBoolean;
187
- bitcoinIngressEgress: z.ZodBoolean;
188
- bitcoinVault: z.ZodBoolean;
189
- arbitrumBroadcast: z.ZodBoolean;
190
- arbitrumChainTracking: z.ZodBoolean;
191
- arbitrumIngressEgress: z.ZodBoolean;
192
- arbitrumVault: z.ZodBoolean;
193
- solanaBroadcast: z.ZodBoolean;
194
- solanaVault: z.ZodBoolean;
195
- }, "strip", z.ZodTypeAny, {
196
- governance: boolean;
197
- funding: boolean;
198
- swapping: boolean;
199
- ethereumBroadcast: boolean;
200
- ethereumChainTracking: boolean;
201
- ethereumIngressEgress: boolean;
202
- ethereumVault: boolean;
203
- polkadotBroadcast: boolean;
204
- polkadotChainTracking: boolean;
205
- polkadotIngressEgress: boolean;
206
- polkadotVault: boolean;
207
- bitcoinBroadcast: boolean;
208
- bitcoinChainTracking: boolean;
209
- bitcoinIngressEgress: boolean;
210
- bitcoinVault: boolean;
211
- arbitrumBroadcast: boolean;
212
- arbitrumChainTracking: boolean;
213
- arbitrumIngressEgress: boolean;
214
- arbitrumVault: boolean;
215
- solanaBroadcast: boolean;
216
- solanaVault: boolean;
217
- }, {
218
- governance: boolean;
219
- funding: boolean;
220
- swapping: boolean;
221
- ethereumBroadcast: boolean;
222
- ethereumChainTracking: boolean;
223
- ethereumIngressEgress: boolean;
224
- ethereumVault: boolean;
225
- polkadotBroadcast: boolean;
226
- polkadotChainTracking: boolean;
227
- polkadotIngressEgress: boolean;
228
- polkadotVault: boolean;
229
- bitcoinBroadcast: boolean;
230
- bitcoinChainTracking: boolean;
231
- bitcoinIngressEgress: boolean;
232
- bitcoinVault: boolean;
233
- arbitrumBroadcast: boolean;
234
- arbitrumChainTracking: boolean;
235
- arbitrumIngressEgress: boolean;
236
- arbitrumVault: boolean;
237
- solanaBroadcast: boolean;
238
- solanaVault: boolean;
239
- }>;
240
- }, "strip", z.ZodTypeAny, {
241
- value: {
242
- governance: boolean;
243
- funding: boolean;
244
- swapping: boolean;
245
- ethereumBroadcast: boolean;
246
- ethereumChainTracking: boolean;
247
- ethereumIngressEgress: boolean;
248
- ethereumVault: boolean;
249
- polkadotBroadcast: boolean;
250
- polkadotChainTracking: boolean;
251
- polkadotIngressEgress: boolean;
252
- polkadotVault: boolean;
253
- bitcoinBroadcast: boolean;
254
- bitcoinChainTracking: boolean;
255
- bitcoinIngressEgress: boolean;
256
- bitcoinVault: boolean;
257
- arbitrumBroadcast: boolean;
258
- arbitrumChainTracking: boolean;
259
- arbitrumIngressEgress: boolean;
260
- arbitrumVault: boolean;
261
- solanaBroadcast: boolean;
262
- solanaVault: boolean;
263
- };
264
- __kind: "CodeAmber";
265
- }, {
266
- value: {
267
- governance: boolean;
268
- funding: boolean;
269
- swapping: boolean;
270
- ethereumBroadcast: boolean;
271
- ethereumChainTracking: boolean;
272
- ethereumIngressEgress: boolean;
273
- ethereumVault: boolean;
274
- polkadotBroadcast: boolean;
275
- polkadotChainTracking: boolean;
276
- polkadotIngressEgress: boolean;
277
- polkadotVault: boolean;
278
- bitcoinBroadcast: boolean;
279
- bitcoinChainTracking: boolean;
280
- bitcoinIngressEgress: boolean;
281
- bitcoinVault: boolean;
282
- arbitrumBroadcast: boolean;
283
- arbitrumChainTracking: boolean;
284
- arbitrumIngressEgress: boolean;
285
- arbitrumVault: boolean;
286
- solanaBroadcast: boolean;
287
- solanaVault: boolean;
288
- };
289
- __kind: "CodeAmber";
290
- }>]>;
291
- declare const palletCfIngressEgressPalletSafeMode: z.ZodObject<{
292
- boostDepositsEnabled: z.ZodBoolean;
293
- addBoostFundsEnabled: z.ZodBoolean;
294
- stopBoostingEnabled: z.ZodBoolean;
295
- depositsEnabled: z.ZodBoolean;
296
- }, "strip", z.ZodTypeAny, {
297
- boostDepositsEnabled: boolean;
298
- addBoostFundsEnabled: boolean;
299
- stopBoostingEnabled: boolean;
300
- depositsEnabled: boolean;
301
- }, {
302
- boostDepositsEnabled: boolean;
303
- addBoostFundsEnabled: boolean;
304
- stopBoostingEnabled: boolean;
305
- depositsEnabled: boolean;
306
- }>;
307
- declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
308
- emissions: z.ZodObject<{
309
- emissionsSyncEnabled: z.ZodBoolean;
310
- }, "strip", z.ZodTypeAny, {
311
- emissionsSyncEnabled: boolean;
312
- }, {
313
- emissionsSyncEnabled: boolean;
314
- }>;
315
- funding: z.ZodObject<{
316
- redeemEnabled: z.ZodBoolean;
317
- }, "strip", z.ZodTypeAny, {
318
- redeemEnabled: boolean;
319
- }, {
320
- redeemEnabled: boolean;
321
- }>;
322
- swapping: z.ZodObject<{
323
- swapsEnabled: z.ZodBoolean;
324
- withdrawalsEnabled: z.ZodBoolean;
325
- brokerRegistrationEnabled: z.ZodBoolean;
326
- }, "strip", z.ZodTypeAny, {
327
- swapsEnabled: boolean;
328
- withdrawalsEnabled: boolean;
329
- brokerRegistrationEnabled: boolean;
330
- }, {
331
- swapsEnabled: boolean;
332
- withdrawalsEnabled: boolean;
333
- brokerRegistrationEnabled: boolean;
334
- }>;
335
- liquidityProvider: z.ZodObject<{
336
- depositEnabled: z.ZodBoolean;
337
- withdrawalEnabled: z.ZodBoolean;
338
- }, "strip", z.ZodTypeAny, {
339
- depositEnabled: boolean;
340
- withdrawalEnabled: boolean;
341
- }, {
342
- depositEnabled: boolean;
343
- withdrawalEnabled: boolean;
344
- }>;
345
- validator: z.ZodObject<{
346
- authorityRotationEnabled: z.ZodBoolean;
347
- startBiddingEnabled: z.ZodBoolean;
348
- stopBiddingEnabled: z.ZodBoolean;
349
- }, "strip", z.ZodTypeAny, {
350
- authorityRotationEnabled: boolean;
351
- startBiddingEnabled: boolean;
352
- stopBiddingEnabled: boolean;
353
- }, {
354
- authorityRotationEnabled: boolean;
355
- startBiddingEnabled: boolean;
356
- stopBiddingEnabled: boolean;
357
- }>;
358
- pools: z.ZodObject<{
359
- rangeOrderUpdateEnabled: z.ZodBoolean;
360
- limitOrderUpdateEnabled: z.ZodBoolean;
361
- }, "strip", z.ZodTypeAny, {
362
- rangeOrderUpdateEnabled: boolean;
363
- limitOrderUpdateEnabled: boolean;
364
- }, {
365
- rangeOrderUpdateEnabled: boolean;
366
- limitOrderUpdateEnabled: boolean;
367
- }>;
368
- reputation: z.ZodObject<{
369
- reportingEnabled: z.ZodBoolean;
370
- }, "strip", z.ZodTypeAny, {
371
- reportingEnabled: boolean;
372
- }, {
373
- reportingEnabled: boolean;
374
- }>;
375
- assetBalances: z.ZodObject<{
376
- reconciliationEnabled: z.ZodBoolean;
377
- }, "strip", z.ZodTypeAny, {
378
- reconciliationEnabled: boolean;
379
- }, {
380
- reconciliationEnabled: boolean;
381
- }>;
382
- thresholdSignatureEvm: z.ZodObject<{
383
- slashingEnabled: z.ZodBoolean;
384
- }, "strip", z.ZodTypeAny, {
385
- slashingEnabled: boolean;
386
- }, {
387
- slashingEnabled: boolean;
388
- }>;
389
- thresholdSignatureBitcoin: z.ZodObject<{
390
- slashingEnabled: z.ZodBoolean;
391
- }, "strip", z.ZodTypeAny, {
392
- slashingEnabled: boolean;
393
- }, {
394
- slashingEnabled: boolean;
395
- }>;
396
- thresholdSignaturePolkadot: z.ZodObject<{
397
- slashingEnabled: z.ZodBoolean;
398
- }, "strip", z.ZodTypeAny, {
399
- slashingEnabled: boolean;
400
- }, {
401
- slashingEnabled: boolean;
402
- }>;
403
- thresholdSignatureSolana: z.ZodObject<{
404
- slashingEnabled: z.ZodBoolean;
405
- }, "strip", z.ZodTypeAny, {
406
- slashingEnabled: boolean;
407
- }, {
408
- slashingEnabled: boolean;
409
- }>;
410
- broadcastEthereum: z.ZodObject<{
411
- retryEnabled: z.ZodBoolean;
412
- }, "strip", z.ZodTypeAny, {
413
- retryEnabled: boolean;
414
- }, {
415
- retryEnabled: boolean;
416
- }>;
417
- broadcastBitcoin: z.ZodObject<{
418
- retryEnabled: z.ZodBoolean;
419
- }, "strip", z.ZodTypeAny, {
420
- retryEnabled: boolean;
421
- }, {
422
- retryEnabled: boolean;
423
- }>;
424
- broadcastPolkadot: z.ZodObject<{
425
- retryEnabled: z.ZodBoolean;
426
- }, "strip", z.ZodTypeAny, {
427
- retryEnabled: boolean;
428
- }, {
429
- retryEnabled: boolean;
430
- }>;
431
- broadcastArbitrum: z.ZodObject<{
432
- retryEnabled: z.ZodBoolean;
433
- }, "strip", z.ZodTypeAny, {
434
- retryEnabled: boolean;
435
- }, {
436
- retryEnabled: boolean;
437
- }>;
438
- broadcastSolana: z.ZodObject<{
439
- retryEnabled: z.ZodBoolean;
440
- }, "strip", z.ZodTypeAny, {
441
- retryEnabled: boolean;
442
- }, {
443
- retryEnabled: boolean;
444
- }>;
445
- witnesser: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
446
- __kind: z.ZodLiteral<"CodeGreen">;
447
- }, "strip", z.ZodTypeAny, {
448
- __kind: "CodeGreen";
449
- }, {
450
- __kind: "CodeGreen";
451
- }>, z.ZodObject<{
452
- __kind: z.ZodLiteral<"CodeRed">;
453
- }, "strip", z.ZodTypeAny, {
454
- __kind: "CodeRed";
455
- }, {
456
- __kind: "CodeRed";
457
- }>, z.ZodObject<{
458
- __kind: z.ZodLiteral<"CodeAmber">;
459
- value: z.ZodObject<{
460
- governance: z.ZodBoolean;
461
- funding: z.ZodBoolean;
462
- swapping: z.ZodBoolean;
463
- ethereumBroadcast: z.ZodBoolean;
464
- ethereumChainTracking: z.ZodBoolean;
465
- ethereumIngressEgress: z.ZodBoolean;
466
- ethereumVault: z.ZodBoolean;
467
- polkadotBroadcast: z.ZodBoolean;
468
- polkadotChainTracking: z.ZodBoolean;
469
- polkadotIngressEgress: z.ZodBoolean;
470
- polkadotVault: z.ZodBoolean;
471
- bitcoinBroadcast: z.ZodBoolean;
472
- bitcoinChainTracking: z.ZodBoolean;
473
- bitcoinIngressEgress: z.ZodBoolean;
474
- bitcoinVault: z.ZodBoolean;
475
- arbitrumBroadcast: z.ZodBoolean;
476
- arbitrumChainTracking: z.ZodBoolean;
477
- arbitrumIngressEgress: z.ZodBoolean;
478
- arbitrumVault: z.ZodBoolean;
479
- solanaBroadcast: z.ZodBoolean;
480
- solanaVault: z.ZodBoolean;
481
- }, "strip", z.ZodTypeAny, {
482
- governance: boolean;
483
- funding: boolean;
484
- swapping: boolean;
485
- ethereumBroadcast: boolean;
486
- ethereumChainTracking: boolean;
487
- ethereumIngressEgress: boolean;
488
- ethereumVault: boolean;
489
- polkadotBroadcast: boolean;
490
- polkadotChainTracking: boolean;
491
- polkadotIngressEgress: boolean;
492
- polkadotVault: boolean;
493
- bitcoinBroadcast: boolean;
494
- bitcoinChainTracking: boolean;
495
- bitcoinIngressEgress: boolean;
496
- bitcoinVault: boolean;
497
- arbitrumBroadcast: boolean;
498
- arbitrumChainTracking: boolean;
499
- arbitrumIngressEgress: boolean;
500
- arbitrumVault: boolean;
501
- solanaBroadcast: boolean;
502
- solanaVault: boolean;
503
- }, {
504
- governance: boolean;
505
- funding: boolean;
506
- swapping: boolean;
507
- ethereumBroadcast: boolean;
508
- ethereumChainTracking: boolean;
509
- ethereumIngressEgress: boolean;
510
- ethereumVault: boolean;
511
- polkadotBroadcast: boolean;
512
- polkadotChainTracking: boolean;
513
- polkadotIngressEgress: boolean;
514
- polkadotVault: boolean;
515
- bitcoinBroadcast: boolean;
516
- bitcoinChainTracking: boolean;
517
- bitcoinIngressEgress: boolean;
518
- bitcoinVault: boolean;
519
- arbitrumBroadcast: boolean;
520
- arbitrumChainTracking: boolean;
521
- arbitrumIngressEgress: boolean;
522
- arbitrumVault: boolean;
523
- solanaBroadcast: boolean;
524
- solanaVault: boolean;
525
- }>;
526
- }, "strip", z.ZodTypeAny, {
527
- value: {
528
- governance: boolean;
529
- funding: boolean;
530
- swapping: boolean;
531
- ethereumBroadcast: boolean;
532
- ethereumChainTracking: boolean;
533
- ethereumIngressEgress: boolean;
534
- ethereumVault: boolean;
535
- polkadotBroadcast: boolean;
536
- polkadotChainTracking: boolean;
537
- polkadotIngressEgress: boolean;
538
- polkadotVault: boolean;
539
- bitcoinBroadcast: boolean;
540
- bitcoinChainTracking: boolean;
541
- bitcoinIngressEgress: boolean;
542
- bitcoinVault: boolean;
543
- arbitrumBroadcast: boolean;
544
- arbitrumChainTracking: boolean;
545
- arbitrumIngressEgress: boolean;
546
- arbitrumVault: boolean;
547
- solanaBroadcast: boolean;
548
- solanaVault: boolean;
549
- };
550
- __kind: "CodeAmber";
551
- }, {
552
- value: {
553
- governance: boolean;
554
- funding: boolean;
555
- swapping: boolean;
556
- ethereumBroadcast: boolean;
557
- ethereumChainTracking: boolean;
558
- ethereumIngressEgress: boolean;
559
- ethereumVault: boolean;
560
- polkadotBroadcast: boolean;
561
- polkadotChainTracking: boolean;
562
- polkadotIngressEgress: boolean;
563
- polkadotVault: boolean;
564
- bitcoinBroadcast: boolean;
565
- bitcoinChainTracking: boolean;
566
- bitcoinIngressEgress: boolean;
567
- bitcoinVault: boolean;
568
- arbitrumBroadcast: boolean;
569
- arbitrumChainTracking: boolean;
570
- arbitrumIngressEgress: boolean;
571
- arbitrumVault: boolean;
572
- solanaBroadcast: boolean;
573
- solanaVault: boolean;
574
- };
575
- __kind: "CodeAmber";
576
- }>]>;
577
- ingressEgressEthereum: z.ZodObject<{
578
- boostDepositsEnabled: z.ZodBoolean;
579
- addBoostFundsEnabled: z.ZodBoolean;
580
- stopBoostingEnabled: z.ZodBoolean;
581
- depositsEnabled: z.ZodBoolean;
582
- }, "strip", z.ZodTypeAny, {
583
- boostDepositsEnabled: boolean;
584
- addBoostFundsEnabled: boolean;
585
- stopBoostingEnabled: boolean;
586
- depositsEnabled: boolean;
587
- }, {
588
- boostDepositsEnabled: boolean;
589
- addBoostFundsEnabled: boolean;
590
- stopBoostingEnabled: boolean;
591
- depositsEnabled: boolean;
592
- }>;
593
- ingressEgressBitcoin: z.ZodObject<{
594
- boostDepositsEnabled: z.ZodBoolean;
595
- addBoostFundsEnabled: z.ZodBoolean;
596
- stopBoostingEnabled: z.ZodBoolean;
597
- depositsEnabled: z.ZodBoolean;
598
- }, "strip", z.ZodTypeAny, {
599
- boostDepositsEnabled: boolean;
600
- addBoostFundsEnabled: boolean;
601
- stopBoostingEnabled: boolean;
602
- depositsEnabled: boolean;
603
- }, {
604
- boostDepositsEnabled: boolean;
605
- addBoostFundsEnabled: boolean;
606
- stopBoostingEnabled: boolean;
607
- depositsEnabled: boolean;
608
- }>;
609
- ingressEgressPolkadot: z.ZodObject<{
610
- boostDepositsEnabled: z.ZodBoolean;
611
- addBoostFundsEnabled: z.ZodBoolean;
612
- stopBoostingEnabled: z.ZodBoolean;
613
- depositsEnabled: z.ZodBoolean;
614
- }, "strip", z.ZodTypeAny, {
615
- boostDepositsEnabled: boolean;
616
- addBoostFundsEnabled: boolean;
617
- stopBoostingEnabled: boolean;
618
- depositsEnabled: boolean;
619
- }, {
620
- boostDepositsEnabled: boolean;
621
- addBoostFundsEnabled: boolean;
622
- stopBoostingEnabled: boolean;
623
- depositsEnabled: boolean;
624
- }>;
625
- ingressEgressArbitrum: z.ZodObject<{
626
- boostDepositsEnabled: z.ZodBoolean;
627
- addBoostFundsEnabled: z.ZodBoolean;
628
- stopBoostingEnabled: z.ZodBoolean;
629
- depositsEnabled: z.ZodBoolean;
630
- }, "strip", z.ZodTypeAny, {
631
- boostDepositsEnabled: boolean;
632
- addBoostFundsEnabled: boolean;
633
- stopBoostingEnabled: boolean;
634
- depositsEnabled: boolean;
635
- }, {
636
- boostDepositsEnabled: boolean;
637
- addBoostFundsEnabled: boolean;
638
- stopBoostingEnabled: boolean;
639
- depositsEnabled: boolean;
640
- }>;
641
- ingressEgressSolana: z.ZodObject<{
642
- boostDepositsEnabled: z.ZodBoolean;
643
- addBoostFundsEnabled: z.ZodBoolean;
644
- stopBoostingEnabled: z.ZodBoolean;
645
- depositsEnabled: z.ZodBoolean;
646
- }, "strip", z.ZodTypeAny, {
647
- boostDepositsEnabled: boolean;
648
- addBoostFundsEnabled: boolean;
649
- stopBoostingEnabled: boolean;
650
- depositsEnabled: boolean;
651
- }, {
652
- boostDepositsEnabled: boolean;
653
- addBoostFundsEnabled: boolean;
654
- stopBoostingEnabled: boolean;
655
- depositsEnabled: boolean;
656
- }>;
657
- }, "strip", z.ZodTypeAny, {
658
- funding: {
659
- redeemEnabled: boolean;
660
- };
661
- swapping: {
662
- swapsEnabled: boolean;
663
- withdrawalsEnabled: boolean;
664
- brokerRegistrationEnabled: boolean;
665
- };
666
- emissions: {
667
- emissionsSyncEnabled: boolean;
668
- };
669
- liquidityProvider: {
670
- depositEnabled: boolean;
671
- withdrawalEnabled: boolean;
672
- };
673
- validator: {
674
- authorityRotationEnabled: boolean;
675
- startBiddingEnabled: boolean;
676
- stopBiddingEnabled: boolean;
677
- };
678
- pools: {
679
- rangeOrderUpdateEnabled: boolean;
680
- limitOrderUpdateEnabled: boolean;
681
- };
682
- reputation: {
683
- reportingEnabled: boolean;
684
- };
685
- assetBalances: {
686
- reconciliationEnabled: boolean;
687
- };
688
- thresholdSignatureEvm: {
689
- slashingEnabled: boolean;
690
- };
691
- thresholdSignatureBitcoin: {
692
- slashingEnabled: boolean;
693
- };
694
- thresholdSignaturePolkadot: {
695
- slashingEnabled: boolean;
696
- };
697
- thresholdSignatureSolana: {
698
- slashingEnabled: boolean;
699
- };
700
- broadcastEthereum: {
701
- retryEnabled: boolean;
702
- };
703
- broadcastBitcoin: {
704
- retryEnabled: boolean;
705
- };
706
- broadcastPolkadot: {
707
- retryEnabled: boolean;
708
- };
709
- broadcastArbitrum: {
710
- retryEnabled: boolean;
711
- };
712
- broadcastSolana: {
713
- retryEnabled: boolean;
714
- };
715
- witnesser: {
716
- __kind: "CodeGreen";
717
- } | {
718
- __kind: "CodeRed";
719
- } | {
720
- value: {
721
- governance: boolean;
722
- funding: boolean;
723
- swapping: boolean;
724
- ethereumBroadcast: boolean;
725
- ethereumChainTracking: boolean;
726
- ethereumIngressEgress: boolean;
727
- ethereumVault: boolean;
728
- polkadotBroadcast: boolean;
729
- polkadotChainTracking: boolean;
730
- polkadotIngressEgress: boolean;
731
- polkadotVault: boolean;
732
- bitcoinBroadcast: boolean;
733
- bitcoinChainTracking: boolean;
734
- bitcoinIngressEgress: boolean;
735
- bitcoinVault: boolean;
736
- arbitrumBroadcast: boolean;
737
- arbitrumChainTracking: boolean;
738
- arbitrumIngressEgress: boolean;
739
- arbitrumVault: boolean;
740
- solanaBroadcast: boolean;
741
- solanaVault: boolean;
742
- };
743
- __kind: "CodeAmber";
744
- };
745
- ingressEgressEthereum: {
746
- boostDepositsEnabled: boolean;
747
- addBoostFundsEnabled: boolean;
748
- stopBoostingEnabled: boolean;
749
- depositsEnabled: boolean;
750
- };
751
- ingressEgressBitcoin: {
752
- boostDepositsEnabled: boolean;
753
- addBoostFundsEnabled: boolean;
754
- stopBoostingEnabled: boolean;
755
- depositsEnabled: boolean;
756
- };
757
- ingressEgressPolkadot: {
758
- boostDepositsEnabled: boolean;
759
- addBoostFundsEnabled: boolean;
760
- stopBoostingEnabled: boolean;
761
- depositsEnabled: boolean;
762
- };
763
- ingressEgressArbitrum: {
764
- boostDepositsEnabled: boolean;
765
- addBoostFundsEnabled: boolean;
766
- stopBoostingEnabled: boolean;
767
- depositsEnabled: boolean;
768
- };
769
- ingressEgressSolana: {
770
- boostDepositsEnabled: boolean;
771
- addBoostFundsEnabled: boolean;
772
- stopBoostingEnabled: boolean;
773
- depositsEnabled: boolean;
774
- };
775
- }, {
776
- funding: {
777
- redeemEnabled: boolean;
778
- };
779
- swapping: {
780
- swapsEnabled: boolean;
781
- withdrawalsEnabled: boolean;
782
- brokerRegistrationEnabled: boolean;
783
- };
784
- emissions: {
785
- emissionsSyncEnabled: boolean;
786
- };
787
- liquidityProvider: {
788
- depositEnabled: boolean;
789
- withdrawalEnabled: boolean;
790
- };
791
- validator: {
792
- authorityRotationEnabled: boolean;
793
- startBiddingEnabled: boolean;
794
- stopBiddingEnabled: boolean;
795
- };
796
- pools: {
797
- rangeOrderUpdateEnabled: boolean;
798
- limitOrderUpdateEnabled: boolean;
799
- };
800
- reputation: {
801
- reportingEnabled: boolean;
802
- };
803
- assetBalances: {
804
- reconciliationEnabled: boolean;
805
- };
806
- thresholdSignatureEvm: {
807
- slashingEnabled: boolean;
808
- };
809
- thresholdSignatureBitcoin: {
810
- slashingEnabled: boolean;
811
- };
812
- thresholdSignaturePolkadot: {
813
- slashingEnabled: boolean;
814
- };
815
- thresholdSignatureSolana: {
816
- slashingEnabled: boolean;
817
- };
818
- broadcastEthereum: {
819
- retryEnabled: boolean;
820
- };
821
- broadcastBitcoin: {
822
- retryEnabled: boolean;
823
- };
824
- broadcastPolkadot: {
825
- retryEnabled: boolean;
826
- };
827
- broadcastArbitrum: {
828
- retryEnabled: boolean;
829
- };
830
- broadcastSolana: {
831
- retryEnabled: boolean;
832
- };
833
- witnesser: {
834
- __kind: "CodeGreen";
835
- } | {
836
- __kind: "CodeRed";
837
- } | {
838
- value: {
839
- governance: boolean;
840
- funding: boolean;
841
- swapping: boolean;
842
- ethereumBroadcast: boolean;
843
- ethereumChainTracking: boolean;
844
- ethereumIngressEgress: boolean;
845
- ethereumVault: boolean;
846
- polkadotBroadcast: boolean;
847
- polkadotChainTracking: boolean;
848
- polkadotIngressEgress: boolean;
849
- polkadotVault: boolean;
850
- bitcoinBroadcast: boolean;
851
- bitcoinChainTracking: boolean;
852
- bitcoinIngressEgress: boolean;
853
- bitcoinVault: boolean;
854
- arbitrumBroadcast: boolean;
855
- arbitrumChainTracking: boolean;
856
- arbitrumIngressEgress: boolean;
857
- arbitrumVault: boolean;
858
- solanaBroadcast: boolean;
859
- solanaVault: boolean;
860
- };
861
- __kind: "CodeAmber";
862
- };
863
- ingressEgressEthereum: {
864
- boostDepositsEnabled: boolean;
865
- addBoostFundsEnabled: boolean;
866
- stopBoostingEnabled: boolean;
867
- depositsEnabled: boolean;
868
- };
869
- ingressEgressBitcoin: {
870
- boostDepositsEnabled: boolean;
871
- addBoostFundsEnabled: boolean;
872
- stopBoostingEnabled: boolean;
873
- depositsEnabled: boolean;
874
- };
875
- ingressEgressPolkadot: {
876
- boostDepositsEnabled: boolean;
877
- addBoostFundsEnabled: boolean;
878
- stopBoostingEnabled: boolean;
879
- depositsEnabled: boolean;
880
- };
881
- ingressEgressArbitrum: {
882
- boostDepositsEnabled: boolean;
883
- addBoostFundsEnabled: boolean;
884
- stopBoostingEnabled: boolean;
885
- depositsEnabled: boolean;
886
- };
887
- ingressEgressSolana: {
888
- boostDepositsEnabled: boolean;
889
- addBoostFundsEnabled: boolean;
890
- stopBoostingEnabled: boolean;
891
- depositsEnabled: boolean;
892
- };
893
- }>;
894
- declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
895
- __kind: z.ZodLiteral<"CodeRed">;
896
- }, "strip", z.ZodTypeAny, {
897
- __kind: "CodeRed";
898
- }, {
899
- __kind: "CodeRed";
900
- }>, z.ZodObject<{
901
- __kind: z.ZodLiteral<"CodeGreen">;
902
- }, "strip", z.ZodTypeAny, {
903
- __kind: "CodeGreen";
904
- }, {
905
- __kind: "CodeGreen";
906
- }>, z.ZodObject<{
907
- __kind: z.ZodLiteral<"CodeAmber">;
908
- value: z.ZodObject<{
909
- emissions: z.ZodObject<{
910
- emissionsSyncEnabled: z.ZodBoolean;
911
- }, "strip", z.ZodTypeAny, {
912
- emissionsSyncEnabled: boolean;
913
- }, {
914
- emissionsSyncEnabled: boolean;
915
- }>;
916
- funding: z.ZodObject<{
917
- redeemEnabled: z.ZodBoolean;
918
- }, "strip", z.ZodTypeAny, {
919
- redeemEnabled: boolean;
920
- }, {
921
- redeemEnabled: boolean;
922
- }>;
923
- swapping: z.ZodObject<{
924
- swapsEnabled: z.ZodBoolean;
925
- withdrawalsEnabled: z.ZodBoolean;
926
- brokerRegistrationEnabled: z.ZodBoolean;
927
- }, "strip", z.ZodTypeAny, {
928
- swapsEnabled: boolean;
929
- withdrawalsEnabled: boolean;
930
- brokerRegistrationEnabled: boolean;
931
- }, {
932
- swapsEnabled: boolean;
933
- withdrawalsEnabled: boolean;
934
- brokerRegistrationEnabled: boolean;
935
- }>;
936
- liquidityProvider: z.ZodObject<{
937
- depositEnabled: z.ZodBoolean;
938
- withdrawalEnabled: z.ZodBoolean;
939
- }, "strip", z.ZodTypeAny, {
940
- depositEnabled: boolean;
941
- withdrawalEnabled: boolean;
942
- }, {
943
- depositEnabled: boolean;
944
- withdrawalEnabled: boolean;
945
- }>;
946
- validator: z.ZodObject<{
947
- authorityRotationEnabled: z.ZodBoolean;
948
- startBiddingEnabled: z.ZodBoolean;
949
- stopBiddingEnabled: z.ZodBoolean;
950
- }, "strip", z.ZodTypeAny, {
951
- authorityRotationEnabled: boolean;
952
- startBiddingEnabled: boolean;
953
- stopBiddingEnabled: boolean;
954
- }, {
955
- authorityRotationEnabled: boolean;
956
- startBiddingEnabled: boolean;
957
- stopBiddingEnabled: boolean;
958
- }>;
959
- pools: z.ZodObject<{
960
- rangeOrderUpdateEnabled: z.ZodBoolean;
961
- limitOrderUpdateEnabled: z.ZodBoolean;
962
- }, "strip", z.ZodTypeAny, {
963
- rangeOrderUpdateEnabled: boolean;
964
- limitOrderUpdateEnabled: boolean;
965
- }, {
966
- rangeOrderUpdateEnabled: boolean;
967
- limitOrderUpdateEnabled: boolean;
968
- }>;
969
- reputation: z.ZodObject<{
970
- reportingEnabled: z.ZodBoolean;
971
- }, "strip", z.ZodTypeAny, {
972
- reportingEnabled: boolean;
973
- }, {
974
- reportingEnabled: boolean;
975
- }>;
976
- assetBalances: z.ZodObject<{
977
- reconciliationEnabled: z.ZodBoolean;
978
- }, "strip", z.ZodTypeAny, {
979
- reconciliationEnabled: boolean;
980
- }, {
981
- reconciliationEnabled: boolean;
982
- }>;
983
- thresholdSignatureEvm: z.ZodObject<{
984
- slashingEnabled: z.ZodBoolean;
985
- }, "strip", z.ZodTypeAny, {
986
- slashingEnabled: boolean;
987
- }, {
988
- slashingEnabled: boolean;
989
- }>;
990
- thresholdSignatureBitcoin: z.ZodObject<{
991
- slashingEnabled: z.ZodBoolean;
992
- }, "strip", z.ZodTypeAny, {
993
- slashingEnabled: boolean;
994
- }, {
995
- slashingEnabled: boolean;
996
- }>;
997
- thresholdSignaturePolkadot: z.ZodObject<{
998
- slashingEnabled: z.ZodBoolean;
999
- }, "strip", z.ZodTypeAny, {
1000
- slashingEnabled: boolean;
1001
- }, {
1002
- slashingEnabled: boolean;
1003
- }>;
1004
- thresholdSignatureSolana: z.ZodObject<{
1005
- slashingEnabled: z.ZodBoolean;
1006
- }, "strip", z.ZodTypeAny, {
1007
- slashingEnabled: boolean;
1008
- }, {
1009
- slashingEnabled: boolean;
1010
- }>;
1011
- broadcastEthereum: z.ZodObject<{
1012
- retryEnabled: z.ZodBoolean;
1013
- }, "strip", z.ZodTypeAny, {
1014
- retryEnabled: boolean;
1015
- }, {
1016
- retryEnabled: boolean;
1017
- }>;
1018
- broadcastBitcoin: z.ZodObject<{
1019
- retryEnabled: z.ZodBoolean;
1020
- }, "strip", z.ZodTypeAny, {
1021
- retryEnabled: boolean;
1022
- }, {
1023
- retryEnabled: boolean;
1024
- }>;
1025
- broadcastPolkadot: z.ZodObject<{
1026
- retryEnabled: z.ZodBoolean;
1027
- }, "strip", z.ZodTypeAny, {
1028
- retryEnabled: boolean;
1029
- }, {
1030
- retryEnabled: boolean;
1031
- }>;
1032
- broadcastArbitrum: z.ZodObject<{
1033
- retryEnabled: z.ZodBoolean;
1034
- }, "strip", z.ZodTypeAny, {
1035
- retryEnabled: boolean;
1036
- }, {
1037
- retryEnabled: boolean;
1038
- }>;
1039
- broadcastSolana: z.ZodObject<{
1040
- retryEnabled: z.ZodBoolean;
1041
- }, "strip", z.ZodTypeAny, {
1042
- retryEnabled: boolean;
1043
- }, {
1044
- retryEnabled: boolean;
1045
- }>;
1046
- witnesser: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
1047
- __kind: z.ZodLiteral<"CodeGreen">;
1048
- }, "strip", z.ZodTypeAny, {
1049
- __kind: "CodeGreen";
1050
- }, {
1051
- __kind: "CodeGreen";
1052
- }>, z.ZodObject<{
1053
- __kind: z.ZodLiteral<"CodeRed">;
1054
- }, "strip", z.ZodTypeAny, {
1055
- __kind: "CodeRed";
1056
- }, {
1057
- __kind: "CodeRed";
1058
- }>, z.ZodObject<{
1059
- __kind: z.ZodLiteral<"CodeAmber">;
1060
- value: z.ZodObject<{
1061
- governance: z.ZodBoolean;
1062
- funding: z.ZodBoolean;
1063
- swapping: z.ZodBoolean;
1064
- ethereumBroadcast: z.ZodBoolean;
1065
- ethereumChainTracking: z.ZodBoolean;
1066
- ethereumIngressEgress: z.ZodBoolean;
1067
- ethereumVault: z.ZodBoolean;
1068
- polkadotBroadcast: z.ZodBoolean;
1069
- polkadotChainTracking: z.ZodBoolean;
1070
- polkadotIngressEgress: z.ZodBoolean;
1071
- polkadotVault: z.ZodBoolean;
1072
- bitcoinBroadcast: z.ZodBoolean;
1073
- bitcoinChainTracking: z.ZodBoolean;
1074
- bitcoinIngressEgress: z.ZodBoolean;
1075
- bitcoinVault: z.ZodBoolean;
1076
- arbitrumBroadcast: z.ZodBoolean;
1077
- arbitrumChainTracking: z.ZodBoolean;
1078
- arbitrumIngressEgress: z.ZodBoolean;
1079
- arbitrumVault: z.ZodBoolean;
1080
- solanaBroadcast: z.ZodBoolean;
1081
- solanaVault: z.ZodBoolean;
1082
- }, "strip", z.ZodTypeAny, {
1083
- governance: boolean;
1084
- funding: boolean;
1085
- swapping: boolean;
1086
- ethereumBroadcast: boolean;
1087
- ethereumChainTracking: boolean;
1088
- ethereumIngressEgress: boolean;
1089
- ethereumVault: boolean;
1090
- polkadotBroadcast: boolean;
1091
- polkadotChainTracking: boolean;
1092
- polkadotIngressEgress: boolean;
1093
- polkadotVault: boolean;
1094
- bitcoinBroadcast: boolean;
1095
- bitcoinChainTracking: boolean;
1096
- bitcoinIngressEgress: boolean;
1097
- bitcoinVault: boolean;
1098
- arbitrumBroadcast: boolean;
1099
- arbitrumChainTracking: boolean;
1100
- arbitrumIngressEgress: boolean;
1101
- arbitrumVault: boolean;
1102
- solanaBroadcast: boolean;
1103
- solanaVault: boolean;
1104
- }, {
1105
- governance: boolean;
1106
- funding: boolean;
1107
- swapping: boolean;
1108
- ethereumBroadcast: boolean;
1109
- ethereumChainTracking: boolean;
1110
- ethereumIngressEgress: boolean;
1111
- ethereumVault: boolean;
1112
- polkadotBroadcast: boolean;
1113
- polkadotChainTracking: boolean;
1114
- polkadotIngressEgress: boolean;
1115
- polkadotVault: boolean;
1116
- bitcoinBroadcast: boolean;
1117
- bitcoinChainTracking: boolean;
1118
- bitcoinIngressEgress: boolean;
1119
- bitcoinVault: boolean;
1120
- arbitrumBroadcast: boolean;
1121
- arbitrumChainTracking: boolean;
1122
- arbitrumIngressEgress: boolean;
1123
- arbitrumVault: boolean;
1124
- solanaBroadcast: boolean;
1125
- solanaVault: boolean;
1126
- }>;
1127
- }, "strip", z.ZodTypeAny, {
1128
- value: {
1129
- governance: boolean;
1130
- funding: boolean;
1131
- swapping: boolean;
1132
- ethereumBroadcast: boolean;
1133
- ethereumChainTracking: boolean;
1134
- ethereumIngressEgress: boolean;
1135
- ethereumVault: boolean;
1136
- polkadotBroadcast: boolean;
1137
- polkadotChainTracking: boolean;
1138
- polkadotIngressEgress: boolean;
1139
- polkadotVault: boolean;
1140
- bitcoinBroadcast: boolean;
1141
- bitcoinChainTracking: boolean;
1142
- bitcoinIngressEgress: boolean;
1143
- bitcoinVault: boolean;
1144
- arbitrumBroadcast: boolean;
1145
- arbitrumChainTracking: boolean;
1146
- arbitrumIngressEgress: boolean;
1147
- arbitrumVault: boolean;
1148
- solanaBroadcast: boolean;
1149
- solanaVault: boolean;
1150
- };
1151
- __kind: "CodeAmber";
1152
- }, {
1153
- value: {
1154
- governance: boolean;
1155
- funding: boolean;
1156
- swapping: boolean;
1157
- ethereumBroadcast: boolean;
1158
- ethereumChainTracking: boolean;
1159
- ethereumIngressEgress: boolean;
1160
- ethereumVault: boolean;
1161
- polkadotBroadcast: boolean;
1162
- polkadotChainTracking: boolean;
1163
- polkadotIngressEgress: boolean;
1164
- polkadotVault: boolean;
1165
- bitcoinBroadcast: boolean;
1166
- bitcoinChainTracking: boolean;
1167
- bitcoinIngressEgress: boolean;
1168
- bitcoinVault: boolean;
1169
- arbitrumBroadcast: boolean;
1170
- arbitrumChainTracking: boolean;
1171
- arbitrumIngressEgress: boolean;
1172
- arbitrumVault: boolean;
1173
- solanaBroadcast: boolean;
1174
- solanaVault: boolean;
1175
- };
1176
- __kind: "CodeAmber";
1177
- }>]>;
1178
- ingressEgressEthereum: z.ZodObject<{
1179
- boostDepositsEnabled: z.ZodBoolean;
1180
- addBoostFundsEnabled: z.ZodBoolean;
1181
- stopBoostingEnabled: z.ZodBoolean;
1182
- depositsEnabled: z.ZodBoolean;
1183
- }, "strip", z.ZodTypeAny, {
1184
- boostDepositsEnabled: boolean;
1185
- addBoostFundsEnabled: boolean;
1186
- stopBoostingEnabled: boolean;
1187
- depositsEnabled: boolean;
1188
- }, {
1189
- boostDepositsEnabled: boolean;
1190
- addBoostFundsEnabled: boolean;
1191
- stopBoostingEnabled: boolean;
1192
- depositsEnabled: boolean;
1193
- }>;
1194
- ingressEgressBitcoin: z.ZodObject<{
1195
- boostDepositsEnabled: z.ZodBoolean;
1196
- addBoostFundsEnabled: z.ZodBoolean;
1197
- stopBoostingEnabled: z.ZodBoolean;
1198
- depositsEnabled: z.ZodBoolean;
1199
- }, "strip", z.ZodTypeAny, {
1200
- boostDepositsEnabled: boolean;
1201
- addBoostFundsEnabled: boolean;
1202
- stopBoostingEnabled: boolean;
1203
- depositsEnabled: boolean;
1204
- }, {
1205
- boostDepositsEnabled: boolean;
1206
- addBoostFundsEnabled: boolean;
1207
- stopBoostingEnabled: boolean;
1208
- depositsEnabled: boolean;
1209
- }>;
1210
- ingressEgressPolkadot: z.ZodObject<{
1211
- boostDepositsEnabled: z.ZodBoolean;
1212
- addBoostFundsEnabled: z.ZodBoolean;
1213
- stopBoostingEnabled: z.ZodBoolean;
1214
- depositsEnabled: z.ZodBoolean;
1215
- }, "strip", z.ZodTypeAny, {
1216
- boostDepositsEnabled: boolean;
1217
- addBoostFundsEnabled: boolean;
1218
- stopBoostingEnabled: boolean;
1219
- depositsEnabled: boolean;
1220
- }, {
1221
- boostDepositsEnabled: boolean;
1222
- addBoostFundsEnabled: boolean;
1223
- stopBoostingEnabled: boolean;
1224
- depositsEnabled: boolean;
1225
- }>;
1226
- ingressEgressArbitrum: z.ZodObject<{
1227
- boostDepositsEnabled: z.ZodBoolean;
1228
- addBoostFundsEnabled: z.ZodBoolean;
1229
- stopBoostingEnabled: z.ZodBoolean;
1230
- depositsEnabled: z.ZodBoolean;
1231
- }, "strip", z.ZodTypeAny, {
1232
- boostDepositsEnabled: boolean;
1233
- addBoostFundsEnabled: boolean;
1234
- stopBoostingEnabled: boolean;
1235
- depositsEnabled: boolean;
1236
- }, {
1237
- boostDepositsEnabled: boolean;
1238
- addBoostFundsEnabled: boolean;
1239
- stopBoostingEnabled: boolean;
1240
- depositsEnabled: boolean;
1241
- }>;
1242
- ingressEgressSolana: z.ZodObject<{
1243
- boostDepositsEnabled: z.ZodBoolean;
1244
- addBoostFundsEnabled: z.ZodBoolean;
1245
- stopBoostingEnabled: z.ZodBoolean;
1246
- depositsEnabled: z.ZodBoolean;
1247
- }, "strip", z.ZodTypeAny, {
1248
- boostDepositsEnabled: boolean;
1249
- addBoostFundsEnabled: boolean;
1250
- stopBoostingEnabled: boolean;
1251
- depositsEnabled: boolean;
1252
- }, {
1253
- boostDepositsEnabled: boolean;
1254
- addBoostFundsEnabled: boolean;
1255
- stopBoostingEnabled: boolean;
1256
- depositsEnabled: boolean;
1257
- }>;
1258
- }, "strip", z.ZodTypeAny, {
1259
- funding: {
1260
- redeemEnabled: boolean;
1261
- };
1262
- swapping: {
1263
- swapsEnabled: boolean;
1264
- withdrawalsEnabled: boolean;
1265
- brokerRegistrationEnabled: boolean;
1266
- };
1267
- emissions: {
1268
- emissionsSyncEnabled: boolean;
1269
- };
1270
- liquidityProvider: {
1271
- depositEnabled: boolean;
1272
- withdrawalEnabled: boolean;
1273
- };
1274
- validator: {
1275
- authorityRotationEnabled: boolean;
1276
- startBiddingEnabled: boolean;
1277
- stopBiddingEnabled: boolean;
1278
- };
1279
- pools: {
1280
- rangeOrderUpdateEnabled: boolean;
1281
- limitOrderUpdateEnabled: boolean;
1282
- };
1283
- reputation: {
1284
- reportingEnabled: boolean;
1285
- };
1286
- assetBalances: {
1287
- reconciliationEnabled: boolean;
1288
- };
1289
- thresholdSignatureEvm: {
1290
- slashingEnabled: boolean;
1291
- };
1292
- thresholdSignatureBitcoin: {
1293
- slashingEnabled: boolean;
1294
- };
1295
- thresholdSignaturePolkadot: {
1296
- slashingEnabled: boolean;
1297
- };
1298
- thresholdSignatureSolana: {
1299
- slashingEnabled: boolean;
1300
- };
1301
- broadcastEthereum: {
1302
- retryEnabled: boolean;
1303
- };
1304
- broadcastBitcoin: {
1305
- retryEnabled: boolean;
1306
- };
1307
- broadcastPolkadot: {
1308
- retryEnabled: boolean;
1309
- };
1310
- broadcastArbitrum: {
1311
- retryEnabled: boolean;
1312
- };
1313
- broadcastSolana: {
1314
- retryEnabled: boolean;
1315
- };
1316
- witnesser: {
1317
- __kind: "CodeGreen";
1318
- } | {
1319
- __kind: "CodeRed";
1320
- } | {
1321
- value: {
1322
- governance: boolean;
1323
- funding: boolean;
1324
- swapping: boolean;
1325
- ethereumBroadcast: boolean;
1326
- ethereumChainTracking: boolean;
1327
- ethereumIngressEgress: boolean;
1328
- ethereumVault: boolean;
1329
- polkadotBroadcast: boolean;
1330
- polkadotChainTracking: boolean;
1331
- polkadotIngressEgress: boolean;
1332
- polkadotVault: boolean;
1333
- bitcoinBroadcast: boolean;
1334
- bitcoinChainTracking: boolean;
1335
- bitcoinIngressEgress: boolean;
1336
- bitcoinVault: boolean;
1337
- arbitrumBroadcast: boolean;
1338
- arbitrumChainTracking: boolean;
1339
- arbitrumIngressEgress: boolean;
1340
- arbitrumVault: boolean;
1341
- solanaBroadcast: boolean;
1342
- solanaVault: boolean;
1343
- };
1344
- __kind: "CodeAmber";
1345
- };
1346
- ingressEgressEthereum: {
1347
- boostDepositsEnabled: boolean;
1348
- addBoostFundsEnabled: boolean;
1349
- stopBoostingEnabled: boolean;
1350
- depositsEnabled: boolean;
1351
- };
1352
- ingressEgressBitcoin: {
1353
- boostDepositsEnabled: boolean;
1354
- addBoostFundsEnabled: boolean;
1355
- stopBoostingEnabled: boolean;
1356
- depositsEnabled: boolean;
1357
- };
1358
- ingressEgressPolkadot: {
1359
- boostDepositsEnabled: boolean;
1360
- addBoostFundsEnabled: boolean;
1361
- stopBoostingEnabled: boolean;
1362
- depositsEnabled: boolean;
1363
- };
1364
- ingressEgressArbitrum: {
1365
- boostDepositsEnabled: boolean;
1366
- addBoostFundsEnabled: boolean;
1367
- stopBoostingEnabled: boolean;
1368
- depositsEnabled: boolean;
1369
- };
1370
- ingressEgressSolana: {
1371
- boostDepositsEnabled: boolean;
1372
- addBoostFundsEnabled: boolean;
1373
- stopBoostingEnabled: boolean;
1374
- depositsEnabled: boolean;
1375
- };
1376
- }, {
1377
- funding: {
1378
- redeemEnabled: boolean;
1379
- };
1380
- swapping: {
1381
- swapsEnabled: boolean;
1382
- withdrawalsEnabled: boolean;
1383
- brokerRegistrationEnabled: boolean;
1384
- };
1385
- emissions: {
1386
- emissionsSyncEnabled: boolean;
1387
- };
1388
- liquidityProvider: {
1389
- depositEnabled: boolean;
1390
- withdrawalEnabled: boolean;
1391
- };
1392
- validator: {
1393
- authorityRotationEnabled: boolean;
1394
- startBiddingEnabled: boolean;
1395
- stopBiddingEnabled: boolean;
1396
- };
1397
- pools: {
1398
- rangeOrderUpdateEnabled: boolean;
1399
- limitOrderUpdateEnabled: boolean;
1400
- };
1401
- reputation: {
1402
- reportingEnabled: boolean;
1403
- };
1404
- assetBalances: {
1405
- reconciliationEnabled: boolean;
1406
- };
1407
- thresholdSignatureEvm: {
1408
- slashingEnabled: boolean;
1409
- };
1410
- thresholdSignatureBitcoin: {
1411
- slashingEnabled: boolean;
1412
- };
1413
- thresholdSignaturePolkadot: {
1414
- slashingEnabled: boolean;
1415
- };
1416
- thresholdSignatureSolana: {
1417
- slashingEnabled: boolean;
1418
- };
1419
- broadcastEthereum: {
1420
- retryEnabled: boolean;
1421
- };
1422
- broadcastBitcoin: {
1423
- retryEnabled: boolean;
1424
- };
1425
- broadcastPolkadot: {
1426
- retryEnabled: boolean;
1427
- };
1428
- broadcastArbitrum: {
1429
- retryEnabled: boolean;
1430
- };
1431
- broadcastSolana: {
1432
- retryEnabled: boolean;
1433
- };
1434
- witnesser: {
1435
- __kind: "CodeGreen";
1436
- } | {
1437
- __kind: "CodeRed";
1438
- } | {
1439
- value: {
1440
- governance: boolean;
1441
- funding: boolean;
1442
- swapping: boolean;
1443
- ethereumBroadcast: boolean;
1444
- ethereumChainTracking: boolean;
1445
- ethereumIngressEgress: boolean;
1446
- ethereumVault: boolean;
1447
- polkadotBroadcast: boolean;
1448
- polkadotChainTracking: boolean;
1449
- polkadotIngressEgress: boolean;
1450
- polkadotVault: boolean;
1451
- bitcoinBroadcast: boolean;
1452
- bitcoinChainTracking: boolean;
1453
- bitcoinIngressEgress: boolean;
1454
- bitcoinVault: boolean;
1455
- arbitrumBroadcast: boolean;
1456
- arbitrumChainTracking: boolean;
1457
- arbitrumIngressEgress: boolean;
1458
- arbitrumVault: boolean;
1459
- solanaBroadcast: boolean;
1460
- solanaVault: boolean;
1461
- };
1462
- __kind: "CodeAmber";
1463
- };
1464
- ingressEgressEthereum: {
1465
- boostDepositsEnabled: boolean;
1466
- addBoostFundsEnabled: boolean;
1467
- stopBoostingEnabled: boolean;
1468
- depositsEnabled: boolean;
1469
- };
1470
- ingressEgressBitcoin: {
1471
- boostDepositsEnabled: boolean;
1472
- addBoostFundsEnabled: boolean;
1473
- stopBoostingEnabled: boolean;
1474
- depositsEnabled: boolean;
1475
- };
1476
- ingressEgressPolkadot: {
1477
- boostDepositsEnabled: boolean;
1478
- addBoostFundsEnabled: boolean;
1479
- stopBoostingEnabled: boolean;
1480
- depositsEnabled: boolean;
1481
- };
1482
- ingressEgressArbitrum: {
1483
- boostDepositsEnabled: boolean;
1484
- addBoostFundsEnabled: boolean;
1485
- stopBoostingEnabled: boolean;
1486
- depositsEnabled: boolean;
1487
- };
1488
- ingressEgressSolana: {
1489
- boostDepositsEnabled: boolean;
1490
- addBoostFundsEnabled: boolean;
1491
- stopBoostingEnabled: boolean;
1492
- depositsEnabled: boolean;
1493
- };
1494
- }>;
1495
- }, "strip", z.ZodTypeAny, {
1496
- value: {
1497
- funding: {
1498
- redeemEnabled: boolean;
1499
- };
1500
- swapping: {
1501
- swapsEnabled: boolean;
1502
- withdrawalsEnabled: boolean;
1503
- brokerRegistrationEnabled: boolean;
1504
- };
1505
- emissions: {
1506
- emissionsSyncEnabled: boolean;
1507
- };
1508
- liquidityProvider: {
1509
- depositEnabled: boolean;
1510
- withdrawalEnabled: boolean;
1511
- };
1512
- validator: {
1513
- authorityRotationEnabled: boolean;
1514
- startBiddingEnabled: boolean;
1515
- stopBiddingEnabled: boolean;
1516
- };
1517
- pools: {
1518
- rangeOrderUpdateEnabled: boolean;
1519
- limitOrderUpdateEnabled: boolean;
1520
- };
1521
- reputation: {
1522
- reportingEnabled: boolean;
1523
- };
1524
- assetBalances: {
1525
- reconciliationEnabled: boolean;
1526
- };
1527
- thresholdSignatureEvm: {
1528
- slashingEnabled: boolean;
1529
- };
1530
- thresholdSignatureBitcoin: {
1531
- slashingEnabled: boolean;
1532
- };
1533
- thresholdSignaturePolkadot: {
1534
- slashingEnabled: boolean;
1535
- };
1536
- thresholdSignatureSolana: {
1537
- slashingEnabled: boolean;
1538
- };
1539
- broadcastEthereum: {
1540
- retryEnabled: boolean;
1541
- };
1542
- broadcastBitcoin: {
1543
- retryEnabled: boolean;
1544
- };
1545
- broadcastPolkadot: {
1546
- retryEnabled: boolean;
1547
- };
1548
- broadcastArbitrum: {
1549
- retryEnabled: boolean;
1550
- };
1551
- broadcastSolana: {
1552
- retryEnabled: boolean;
1553
- };
1554
- witnesser: {
1555
- __kind: "CodeGreen";
1556
- } | {
1557
- __kind: "CodeRed";
1558
- } | {
1559
- value: {
1560
- governance: boolean;
1561
- funding: boolean;
1562
- swapping: boolean;
1563
- ethereumBroadcast: boolean;
1564
- ethereumChainTracking: boolean;
1565
- ethereumIngressEgress: boolean;
1566
- ethereumVault: boolean;
1567
- polkadotBroadcast: boolean;
1568
- polkadotChainTracking: boolean;
1569
- polkadotIngressEgress: boolean;
1570
- polkadotVault: boolean;
1571
- bitcoinBroadcast: boolean;
1572
- bitcoinChainTracking: boolean;
1573
- bitcoinIngressEgress: boolean;
1574
- bitcoinVault: boolean;
1575
- arbitrumBroadcast: boolean;
1576
- arbitrumChainTracking: boolean;
1577
- arbitrumIngressEgress: boolean;
1578
- arbitrumVault: boolean;
1579
- solanaBroadcast: boolean;
1580
- solanaVault: boolean;
1581
- };
1582
- __kind: "CodeAmber";
1583
- };
1584
- ingressEgressEthereum: {
1585
- boostDepositsEnabled: boolean;
1586
- addBoostFundsEnabled: boolean;
1587
- stopBoostingEnabled: boolean;
1588
- depositsEnabled: boolean;
1589
- };
1590
- ingressEgressBitcoin: {
1591
- boostDepositsEnabled: boolean;
1592
- addBoostFundsEnabled: boolean;
1593
- stopBoostingEnabled: boolean;
1594
- depositsEnabled: boolean;
1595
- };
1596
- ingressEgressPolkadot: {
1597
- boostDepositsEnabled: boolean;
1598
- addBoostFundsEnabled: boolean;
1599
- stopBoostingEnabled: boolean;
1600
- depositsEnabled: boolean;
1601
- };
1602
- ingressEgressArbitrum: {
1603
- boostDepositsEnabled: boolean;
1604
- addBoostFundsEnabled: boolean;
1605
- stopBoostingEnabled: boolean;
1606
- depositsEnabled: boolean;
1607
- };
1608
- ingressEgressSolana: {
1609
- boostDepositsEnabled: boolean;
1610
- addBoostFundsEnabled: boolean;
1611
- stopBoostingEnabled: boolean;
1612
- depositsEnabled: boolean;
1613
- };
1614
- };
1615
- __kind: "CodeAmber";
1616
- }, {
1617
- value: {
1618
- funding: {
1619
- redeemEnabled: boolean;
1620
- };
1621
- swapping: {
1622
- swapsEnabled: boolean;
1623
- withdrawalsEnabled: boolean;
1624
- brokerRegistrationEnabled: boolean;
1625
- };
1626
- emissions: {
1627
- emissionsSyncEnabled: boolean;
1628
- };
1629
- liquidityProvider: {
1630
- depositEnabled: boolean;
1631
- withdrawalEnabled: boolean;
1632
- };
1633
- validator: {
1634
- authorityRotationEnabled: boolean;
1635
- startBiddingEnabled: boolean;
1636
- stopBiddingEnabled: boolean;
1637
- };
1638
- pools: {
1639
- rangeOrderUpdateEnabled: boolean;
1640
- limitOrderUpdateEnabled: boolean;
1641
- };
1642
- reputation: {
1643
- reportingEnabled: boolean;
1644
- };
1645
- assetBalances: {
1646
- reconciliationEnabled: boolean;
1647
- };
1648
- thresholdSignatureEvm: {
1649
- slashingEnabled: boolean;
1650
- };
1651
- thresholdSignatureBitcoin: {
1652
- slashingEnabled: boolean;
1653
- };
1654
- thresholdSignaturePolkadot: {
1655
- slashingEnabled: boolean;
1656
- };
1657
- thresholdSignatureSolana: {
1658
- slashingEnabled: boolean;
1659
- };
1660
- broadcastEthereum: {
1661
- retryEnabled: boolean;
1662
- };
1663
- broadcastBitcoin: {
1664
- retryEnabled: boolean;
1665
- };
1666
- broadcastPolkadot: {
1667
- retryEnabled: boolean;
1668
- };
1669
- broadcastArbitrum: {
1670
- retryEnabled: boolean;
1671
- };
1672
- broadcastSolana: {
1673
- retryEnabled: boolean;
1674
- };
1675
- witnesser: {
1676
- __kind: "CodeGreen";
1677
- } | {
1678
- __kind: "CodeRed";
1679
- } | {
1680
- value: {
1681
- governance: boolean;
1682
- funding: boolean;
1683
- swapping: boolean;
1684
- ethereumBroadcast: boolean;
1685
- ethereumChainTracking: boolean;
1686
- ethereumIngressEgress: boolean;
1687
- ethereumVault: boolean;
1688
- polkadotBroadcast: boolean;
1689
- polkadotChainTracking: boolean;
1690
- polkadotIngressEgress: boolean;
1691
- polkadotVault: boolean;
1692
- bitcoinBroadcast: boolean;
1693
- bitcoinChainTracking: boolean;
1694
- bitcoinIngressEgress: boolean;
1695
- bitcoinVault: boolean;
1696
- arbitrumBroadcast: boolean;
1697
- arbitrumChainTracking: boolean;
1698
- arbitrumIngressEgress: boolean;
1699
- arbitrumVault: boolean;
1700
- solanaBroadcast: boolean;
1701
- solanaVault: boolean;
1702
- };
1703
- __kind: "CodeAmber";
1704
- };
1705
- ingressEgressEthereum: {
1706
- boostDepositsEnabled: boolean;
1707
- addBoostFundsEnabled: boolean;
1708
- stopBoostingEnabled: boolean;
1709
- depositsEnabled: boolean;
1710
- };
1711
- ingressEgressBitcoin: {
1712
- boostDepositsEnabled: boolean;
1713
- addBoostFundsEnabled: boolean;
1714
- stopBoostingEnabled: boolean;
1715
- depositsEnabled: boolean;
1716
- };
1717
- ingressEgressPolkadot: {
1718
- boostDepositsEnabled: boolean;
1719
- addBoostFundsEnabled: boolean;
1720
- stopBoostingEnabled: boolean;
1721
- depositsEnabled: boolean;
1722
- };
1723
- ingressEgressArbitrum: {
1724
- boostDepositsEnabled: boolean;
1725
- addBoostFundsEnabled: boolean;
1726
- stopBoostingEnabled: boolean;
1727
- depositsEnabled: boolean;
1728
- };
1729
- ingressEgressSolana: {
1730
- boostDepositsEnabled: boolean;
1731
- addBoostFundsEnabled: boolean;
1732
- stopBoostingEnabled: boolean;
1733
- depositsEnabled: boolean;
1734
- };
1735
- };
1736
- __kind: "CodeAmber";
1737
- }>]>;
1738
- declare const hexString: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1739
- declare const numericString: z.ZodEffects<z.ZodString, string, string>;
1740
- declare const numberOrHex: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
1741
- declare const simpleEnum: <U extends string, T extends readonly [U, ...U[]]>(values: T) => z.ZodEffects<z.ZodObject<{
1742
- __kind: z.ZodEnum<z.Writeable<T>>;
1743
- }, "strip", z.ZodTypeAny, z.objectUtil.addQuestionMarks<z.baseObjectOutputType<{
1744
- __kind: z.ZodEnum<z.Writeable<T>>;
1745
- }>, any> extends infer T_1 ? { [k in keyof T_1]: T_1[k] } : never, z.baseObjectInputType<{
1746
- __kind: z.ZodEnum<z.Writeable<T>>;
1747
- }> extends infer T_2 ? { [k_1 in keyof T_2]: T_2[k_1] } : never>, z.objectUtil.addQuestionMarks<z.baseObjectOutputType<{
1748
- __kind: z.ZodEnum<z.Writeable<T>>;
1749
- }>, any>["__kind"], z.baseObjectInputType<{
1750
- __kind: z.ZodEnum<z.Writeable<T>>;
1751
- }> extends infer T_3 ? { [k_1 in keyof T_3]: T_3[k_1] } : never>;
1752
- declare const cfPrimitivesChainsAssetsAnyAsset: z.ZodEffects<z.ZodObject<{
1753
- __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
1754
- }, "strip", z.ZodTypeAny, {
1755
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
1756
- }, {
1757
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
1758
- }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc", {
1759
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
1760
- }>;
1761
- declare const cfChainsAddressEncodedAddress: z.ZodEffects<z.ZodObject<{
1762
- __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
1763
- value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1764
- }, "strip", z.ZodTypeAny, {
1765
- value: `0x${string}`;
1766
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
1767
- }, {
1768
- value: string;
1769
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
1770
- }>, {
1771
- readonly chain: "Ethereum";
1772
- readonly address: `0x${string}`;
1773
- } | {
1774
- readonly chain: "Polkadot";
1775
- readonly address: string;
1776
- } | {
1777
- readonly chain: "Bitcoin";
1778
- readonly address: string;
1779
- } | {
1780
- readonly chain: "Arbitrum";
1781
- readonly address: `0x${string}`;
1782
- } | {
1783
- readonly chain: "Solana";
1784
- readonly address: string;
1785
- }, {
1786
- value: string;
1787
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
1788
- }>;
1789
- declare const cfChainsSwapOrigin: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
1790
- __kind: z.ZodLiteral<"DepositChannel">;
1791
- depositAddress: z.ZodEffects<z.ZodObject<{
1792
- __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
1793
- value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1794
- }, "strip", z.ZodTypeAny, {
1795
- value: `0x${string}`;
1796
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
1797
- }, {
1798
- value: string;
1799
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
1800
- }>, {
1801
- readonly chain: "Ethereum";
1802
- readonly address: `0x${string}`;
1803
- } | {
1804
- readonly chain: "Polkadot";
1805
- readonly address: string;
1806
- } | {
1807
- readonly chain: "Bitcoin";
1808
- readonly address: string;
1809
- } | {
1810
- readonly chain: "Arbitrum";
1811
- readonly address: `0x${string}`;
1812
- } | {
1813
- readonly chain: "Solana";
1814
- readonly address: string;
1815
- }, {
1816
- value: string;
1817
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
1818
- }>;
1819
- channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
1820
- depositBlockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
1821
- }, "strip", z.ZodTypeAny, {
1822
- __kind: "DepositChannel";
1823
- depositAddress: {
1824
- readonly chain: "Ethereum";
1825
- readonly address: `0x${string}`;
1826
- } | {
1827
- readonly chain: "Polkadot";
1828
- readonly address: string;
1829
- } | {
1830
- readonly chain: "Bitcoin";
1831
- readonly address: string;
1832
- } | {
1833
- readonly chain: "Arbitrum";
1834
- readonly address: `0x${string}`;
1835
- } | {
1836
- readonly chain: "Solana";
1837
- readonly address: string;
1838
- };
1839
- channelId: bigint;
1840
- depositBlockHeight: bigint;
1841
- }, {
1842
- __kind: "DepositChannel";
1843
- depositAddress: {
1844
- value: string;
1845
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
1846
- };
1847
- channelId: string | number;
1848
- depositBlockHeight: string | number;
1849
- }>, z.ZodObject<{
1850
- __kind: z.ZodLiteral<"Vault">;
1851
- txHash: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1852
- }, "strip", z.ZodTypeAny, {
1853
- __kind: "Vault";
1854
- txHash: `0x${string}`;
1855
- }, {
1856
- __kind: "Vault";
1857
- txHash: string;
1858
- }>, z.ZodObject<{
1859
- __kind: z.ZodLiteral<"Internal">;
1860
- }, "strip", z.ZodTypeAny, {
1861
- __kind: "Internal";
1862
- }, {
1863
- __kind: "Internal";
1864
- }>]>;
1865
- declare const cfPrimitivesChainsForeignChain: z.ZodEffects<z.ZodObject<{
1866
- __kind: z.ZodEnum<["Ethereum", "Polkadot", "Bitcoin", "Arbitrum", "Solana"]>;
1867
- }, "strip", z.ZodTypeAny, {
1868
- __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
1869
- }, {
1870
- __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
1871
- }>, "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana", {
1872
- __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
1873
- }>;
1874
- declare const cfChainsCcmChannelMetadata: z.ZodObject<{
1875
- message: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1876
- gasBudget: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
1877
- cfParameters: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1878
- }, "strip", z.ZodTypeAny, {
1879
- message: `0x${string}`;
1880
- gasBudget: bigint;
1881
- cfParameters: `0x${string}`;
1882
- }, {
1883
- message: string;
1884
- gasBudget: string | number;
1885
- cfParameters: string;
1886
- }>;
1887
- declare const cfChainsCcmDepositMetadataGenericEncodedAddress: z.ZodObject<{
1888
- sourceChain: z.ZodEffects<z.ZodObject<{
1889
- __kind: z.ZodEnum<["Ethereum", "Polkadot", "Bitcoin", "Arbitrum", "Solana"]>;
1890
- }, "strip", z.ZodTypeAny, {
1891
- __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
1892
- }, {
1893
- __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
1894
- }>, "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana", {
1895
- __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
1896
- }>;
1897
- sourceAddress: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodObject<{
1898
- __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
1899
- value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1900
- }, "strip", z.ZodTypeAny, {
1901
- value: `0x${string}`;
1902
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
1903
- }, {
1904
- value: string;
1905
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
1906
- }>, {
1907
- readonly chain: "Ethereum";
1908
- readonly address: `0x${string}`;
1909
- } | {
1910
- readonly chain: "Polkadot";
1911
- readonly address: string;
1912
- } | {
1913
- readonly chain: "Bitcoin";
1914
- readonly address: string;
1915
- } | {
1916
- readonly chain: "Arbitrum";
1917
- readonly address: `0x${string}`;
1918
- } | {
1919
- readonly chain: "Solana";
1920
- readonly address: string;
1921
- }, {
1922
- value: string;
1923
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
1924
- }>>>;
1925
- channelMetadata: z.ZodObject<{
1926
- message: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1927
- gasBudget: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
1928
- cfParameters: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1929
- }, "strip", z.ZodTypeAny, {
1930
- message: `0x${string}`;
1931
- gasBudget: bigint;
1932
- cfParameters: `0x${string}`;
1933
- }, {
1934
- message: string;
1935
- gasBudget: string | number;
1936
- cfParameters: string;
1937
- }>;
1938
- }, "strip", z.ZodTypeAny, {
1939
- sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
1940
- channelMetadata: {
1941
- message: `0x${string}`;
1942
- gasBudget: bigint;
1943
- cfParameters: `0x${string}`;
1944
- };
1945
- sourceAddress?: {
1946
- readonly chain: "Ethereum";
1947
- readonly address: `0x${string}`;
1948
- } | {
1949
- readonly chain: "Polkadot";
1950
- readonly address: string;
1951
- } | {
1952
- readonly chain: "Bitcoin";
1953
- readonly address: string;
1954
- } | {
1955
- readonly chain: "Arbitrum";
1956
- readonly address: `0x${string}`;
1957
- } | {
1958
- readonly chain: "Solana";
1959
- readonly address: string;
1960
- } | null | undefined;
1961
- }, {
1962
- sourceChain: {
1963
- __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
1964
- };
1965
- channelMetadata: {
1966
- message: string;
1967
- gasBudget: string | number;
1968
- cfParameters: string;
1969
- };
1970
- sourceAddress?: {
1971
- value: string;
1972
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
1973
- } | null | undefined;
1974
- }>;
1975
- declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
1976
- __kind: z.ZodLiteral<"NetworkFee">;
1977
- }, "strip", z.ZodTypeAny, {
1978
- __kind: "NetworkFee";
1979
- }, {
1980
- __kind: "NetworkFee";
1981
- }>, z.ZodObject<{
1982
- __kind: z.ZodLiteral<"IngressEgressFee">;
1983
- }, "strip", z.ZodTypeAny, {
1984
- __kind: "IngressEgressFee";
1985
- }, {
1986
- __kind: "IngressEgressFee";
1987
- }>, z.ZodObject<{
1988
- __kind: z.ZodLiteral<"Regular">;
1989
- outputAddress: z.ZodEffects<z.ZodObject<{
1990
- __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
1991
- value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1992
- }, "strip", z.ZodTypeAny, {
1993
- value: `0x${string}`;
1994
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
1995
- }, {
1996
- value: string;
1997
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
1998
- }>, {
1999
- readonly chain: "Ethereum";
2000
- readonly address: `0x${string}`;
2001
- } | {
2002
- readonly chain: "Polkadot";
2003
- readonly address: string;
2004
- } | {
2005
- readonly chain: "Bitcoin";
2006
- readonly address: string;
2007
- } | {
2008
- readonly chain: "Arbitrum";
2009
- readonly address: `0x${string}`;
2010
- } | {
2011
- readonly chain: "Solana";
2012
- readonly address: string;
2013
- }, {
2014
- value: string;
2015
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
2016
- }>;
2017
- }, "strip", z.ZodTypeAny, {
2018
- __kind: "Regular";
2019
- outputAddress: {
2020
- readonly chain: "Ethereum";
2021
- readonly address: `0x${string}`;
2022
- } | {
2023
- readonly chain: "Polkadot";
2024
- readonly address: string;
2025
- } | {
2026
- readonly chain: "Bitcoin";
2027
- readonly address: string;
2028
- } | {
2029
- readonly chain: "Arbitrum";
2030
- readonly address: `0x${string}`;
2031
- } | {
2032
- readonly chain: "Solana";
2033
- readonly address: string;
2034
- };
2035
- }, {
2036
- __kind: "Regular";
2037
- outputAddress: {
2038
- value: string;
2039
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
2040
- };
2041
- }>, z.ZodObject<{
2042
- __kind: z.ZodLiteral<"Ccm">;
2043
- outputAddress: z.ZodEffects<z.ZodObject<{
2044
- __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
2045
- value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2046
- }, "strip", z.ZodTypeAny, {
2047
- value: `0x${string}`;
2048
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
2049
- }, {
2050
- value: string;
2051
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
2052
- }>, {
2053
- readonly chain: "Ethereum";
2054
- readonly address: `0x${string}`;
2055
- } | {
2056
- readonly chain: "Polkadot";
2057
- readonly address: string;
2058
- } | {
2059
- readonly chain: "Bitcoin";
2060
- readonly address: string;
2061
- } | {
2062
- readonly chain: "Arbitrum";
2063
- readonly address: `0x${string}`;
2064
- } | {
2065
- readonly chain: "Solana";
2066
- readonly address: string;
2067
- }, {
2068
- value: string;
2069
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
2070
- }>;
2071
- ccmDepositMetadata: z.ZodObject<{
2072
- sourceChain: z.ZodEffects<z.ZodObject<{
2073
- __kind: z.ZodEnum<["Ethereum", "Polkadot", "Bitcoin", "Arbitrum", "Solana"]>;
2074
- }, "strip", z.ZodTypeAny, {
2075
- __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
2076
- }, {
2077
- __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
2078
- }>, "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana", {
2079
- __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
2080
- }>;
2081
- sourceAddress: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodObject<{
2082
- __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
2083
- value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2084
- }, "strip", z.ZodTypeAny, {
2085
- value: `0x${string}`;
2086
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
2087
- }, {
2088
- value: string;
2089
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
2090
- }>, {
2091
- readonly chain: "Ethereum";
2092
- readonly address: `0x${string}`;
2093
- } | {
2094
- readonly chain: "Polkadot";
2095
- readonly address: string;
2096
- } | {
2097
- readonly chain: "Bitcoin";
2098
- readonly address: string;
2099
- } | {
2100
- readonly chain: "Arbitrum";
2101
- readonly address: `0x${string}`;
2102
- } | {
2103
- readonly chain: "Solana";
2104
- readonly address: string;
2105
- }, {
2106
- value: string;
2107
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
2108
- }>>>;
2109
- channelMetadata: z.ZodObject<{
2110
- message: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2111
- gasBudget: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
2112
- cfParameters: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2113
- }, "strip", z.ZodTypeAny, {
2114
- message: `0x${string}`;
2115
- gasBudget: bigint;
2116
- cfParameters: `0x${string}`;
2117
- }, {
2118
- message: string;
2119
- gasBudget: string | number;
2120
- cfParameters: string;
2121
- }>;
2122
- }, "strip", z.ZodTypeAny, {
2123
- sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
2124
- channelMetadata: {
2125
- message: `0x${string}`;
2126
- gasBudget: bigint;
2127
- cfParameters: `0x${string}`;
2128
- };
2129
- sourceAddress?: {
2130
- readonly chain: "Ethereum";
2131
- readonly address: `0x${string}`;
2132
- } | {
2133
- readonly chain: "Polkadot";
2134
- readonly address: string;
2135
- } | {
2136
- readonly chain: "Bitcoin";
2137
- readonly address: string;
2138
- } | {
2139
- readonly chain: "Arbitrum";
2140
- readonly address: `0x${string}`;
2141
- } | {
2142
- readonly chain: "Solana";
2143
- readonly address: string;
2144
- } | null | undefined;
2145
- }, {
2146
- sourceChain: {
2147
- __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
2148
- };
2149
- channelMetadata: {
2150
- message: string;
2151
- gasBudget: string | number;
2152
- cfParameters: string;
2153
- };
2154
- sourceAddress?: {
2155
- value: string;
2156
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
2157
- } | null | undefined;
2158
- }>;
2159
- }, "strip", z.ZodTypeAny, {
2160
- __kind: "Ccm";
2161
- outputAddress: {
2162
- readonly chain: "Ethereum";
2163
- readonly address: `0x${string}`;
2164
- } | {
2165
- readonly chain: "Polkadot";
2166
- readonly address: string;
2167
- } | {
2168
- readonly chain: "Bitcoin";
2169
- readonly address: string;
2170
- } | {
2171
- readonly chain: "Arbitrum";
2172
- readonly address: `0x${string}`;
2173
- } | {
2174
- readonly chain: "Solana";
2175
- readonly address: string;
2176
- };
2177
- ccmDepositMetadata: {
2178
- sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
2179
- channelMetadata: {
2180
- message: `0x${string}`;
2181
- gasBudget: bigint;
2182
- cfParameters: `0x${string}`;
2183
- };
2184
- sourceAddress?: {
2185
- readonly chain: "Ethereum";
2186
- readonly address: `0x${string}`;
2187
- } | {
2188
- readonly chain: "Polkadot";
2189
- readonly address: string;
2190
- } | {
2191
- readonly chain: "Bitcoin";
2192
- readonly address: string;
2193
- } | {
2194
- readonly chain: "Arbitrum";
2195
- readonly address: `0x${string}`;
2196
- } | {
2197
- readonly chain: "Solana";
2198
- readonly address: string;
2199
- } | null | undefined;
2200
- };
2201
- }, {
2202
- __kind: "Ccm";
2203
- outputAddress: {
2204
- value: string;
2205
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
2206
- };
2207
- ccmDepositMetadata: {
2208
- sourceChain: {
2209
- __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
2210
- };
2211
- channelMetadata: {
2212
- message: string;
2213
- gasBudget: string | number;
2214
- cfParameters: string;
2215
- };
2216
- sourceAddress?: {
2217
- value: string;
2218
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
2219
- } | null | undefined;
2220
- };
2221
- }>]>;
2222
- declare const cfChainsChannelRefundParametersGenericEncodedAddress: z.ZodObject<{
2223
- retryDuration: z.ZodNumber;
2224
- refundAddress: z.ZodEffects<z.ZodObject<{
2225
- __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
2226
- value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2227
- }, "strip", z.ZodTypeAny, {
2228
- value: `0x${string}`;
2229
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
2230
- }, {
2231
- value: string;
2232
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
2233
- }>, {
2234
- readonly chain: "Ethereum";
2235
- readonly address: `0x${string}`;
2236
- } | {
2237
- readonly chain: "Polkadot";
2238
- readonly address: string;
2239
- } | {
2240
- readonly chain: "Bitcoin";
2241
- readonly address: string;
2242
- } | {
2243
- readonly chain: "Arbitrum";
2244
- readonly address: `0x${string}`;
2245
- } | {
2246
- readonly chain: "Solana";
2247
- readonly address: string;
2248
- }, {
2249
- value: string;
2250
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
2251
- }>;
2252
- minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
2253
- }, "strip", z.ZodTypeAny, {
2254
- retryDuration: number;
2255
- refundAddress: {
2256
- readonly chain: "Ethereum";
2257
- readonly address: `0x${string}`;
2258
- } | {
2259
- readonly chain: "Polkadot";
2260
- readonly address: string;
2261
- } | {
2262
- readonly chain: "Bitcoin";
2263
- readonly address: string;
2264
- } | {
2265
- readonly chain: "Arbitrum";
2266
- readonly address: `0x${string}`;
2267
- } | {
2268
- readonly chain: "Solana";
2269
- readonly address: string;
2270
- };
2271
- minPrice: bigint;
2272
- }, {
2273
- retryDuration: number;
2274
- refundAddress: {
2275
- value: string;
2276
- __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
2277
- };
2278
- minPrice: string | number;
2279
- }>;
2280
- declare const cfPrimitivesDcaParameters: z.ZodObject<{
2281
- numberOfChunks: z.ZodNumber;
2282
- chunkInterval: z.ZodNumber;
2283
- }, "strip", z.ZodTypeAny, {
2284
- numberOfChunks: number;
2285
- chunkInterval: number;
2286
- }, {
2287
- numberOfChunks: number;
2288
- chunkInterval: number;
2289
- }>;
2290
- declare const accountId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
2291
- declare const cfPrimitivesBeneficiary: z.ZodObject<{
2292
- account: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
2293
- bps: z.ZodNumber;
2294
- }, "strip", z.ZodTypeAny, {
2295
- account: `cF${string}`;
2296
- bps: number;
2297
- }, {
2298
- account: string;
2299
- bps: number;
2300
- }>;
2301
- declare const cfTraitsSwappingSwapType: z.ZodEffects<z.ZodObject<{
2302
- __kind: z.ZodEnum<["Swap", "CcmPrincipal", "CcmGas", "NetworkFee", "IngressEgressFee"]>;
2303
- }, "strip", z.ZodTypeAny, {
2304
- __kind: "Swap" | "NetworkFee" | "IngressEgressFee" | "CcmPrincipal" | "CcmGas";
2305
- }, {
2306
- __kind: "Swap" | "NetworkFee" | "IngressEgressFee" | "CcmPrincipal" | "CcmGas";
2307
- }>, "Swap" | "NetworkFee" | "IngressEgressFee" | "CcmPrincipal" | "CcmGas", {
2308
- __kind: "Swap" | "NetworkFee" | "IngressEgressFee" | "CcmPrincipal" | "CcmGas";
2309
- }>;
2310
- declare const cfPrimitivesSwapLeg: z.ZodEffects<z.ZodObject<{
2311
- __kind: z.ZodEnum<["FromStable", "ToStable"]>;
2312
- }, "strip", z.ZodTypeAny, {
2313
- __kind: "FromStable" | "ToStable";
2314
- }, {
2315
- __kind: "FromStable" | "ToStable";
2316
- }>, "FromStable" | "ToStable", {
2317
- __kind: "FromStable" | "ToStable";
2318
- }>;
2319
- declare const palletCfSwappingCcmFailReason: z.ZodEffects<z.ZodObject<{
2320
- __kind: z.ZodEnum<["UnsupportedForTargetChain", "InsufficientDepositAmount"]>;
2321
- }, "strip", z.ZodTypeAny, {
2322
- __kind: "UnsupportedForTargetChain" | "InsufficientDepositAmount";
2323
- }, {
2324
- __kind: "UnsupportedForTargetChain" | "InsufficientDepositAmount";
2325
- }>, "UnsupportedForTargetChain" | "InsufficientDepositAmount", {
2326
- __kind: "UnsupportedForTargetChain" | "InsufficientDepositAmount";
2327
- }>;
2328
- declare const spRuntimeModuleError: z.ZodObject<{
2329
- index: z.ZodNumber;
2330
- error: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2331
- }, "strip", z.ZodTypeAny, {
2332
- index: number;
2333
- error: `0x${string}`;
2334
- }, {
2335
- index: number;
2336
- error: string;
2337
- }>;
2338
- declare const spRuntimeTokenError: z.ZodEffects<z.ZodObject<{
2339
- __kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
2340
- }, "strip", z.ZodTypeAny, {
2341
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2342
- }, {
2343
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2344
- }>, "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
2345
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2346
- }>;
2347
- declare const spArithmeticArithmeticError: z.ZodEffects<z.ZodObject<{
2348
- __kind: z.ZodEnum<["Underflow", "Overflow", "DivisionByZero"]>;
2349
- }, "strip", z.ZodTypeAny, {
2350
- __kind: "Underflow" | "Overflow" | "DivisionByZero";
2351
- }, {
2352
- __kind: "Underflow" | "Overflow" | "DivisionByZero";
2353
- }>, "Underflow" | "Overflow" | "DivisionByZero", {
2354
- __kind: "Underflow" | "Overflow" | "DivisionByZero";
2355
- }>;
2356
- declare const spRuntimeTransactionalError: z.ZodEffects<z.ZodObject<{
2357
- __kind: z.ZodEnum<["LimitReached", "NoLayer"]>;
2358
- }, "strip", z.ZodTypeAny, {
2359
- __kind: "LimitReached" | "NoLayer";
2360
- }, {
2361
- __kind: "LimitReached" | "NoLayer";
2362
- }>, "LimitReached" | "NoLayer", {
2363
- __kind: "LimitReached" | "NoLayer";
2364
- }>;
2365
- declare const spRuntimeDispatchError: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
2366
- __kind: z.ZodLiteral<"Other">;
2367
- }, "strip", z.ZodTypeAny, {
2368
- __kind: "Other";
2369
- }, {
2370
- __kind: "Other";
2371
- }>, z.ZodObject<{
2372
- __kind: z.ZodLiteral<"CannotLookup">;
2373
- }, "strip", z.ZodTypeAny, {
2374
- __kind: "CannotLookup";
2375
- }, {
2376
- __kind: "CannotLookup";
2377
- }>, z.ZodObject<{
2378
- __kind: z.ZodLiteral<"BadOrigin">;
2379
- }, "strip", z.ZodTypeAny, {
2380
- __kind: "BadOrigin";
2381
- }, {
2382
- __kind: "BadOrigin";
2383
- }>, z.ZodObject<{
2384
- __kind: z.ZodLiteral<"Module">;
2385
- value: z.ZodObject<{
2386
- index: z.ZodNumber;
2387
- error: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2388
- }, "strip", z.ZodTypeAny, {
2389
- index: number;
2390
- error: `0x${string}`;
2391
- }, {
2392
- index: number;
2393
- error: string;
2394
- }>;
2395
- }, "strip", z.ZodTypeAny, {
2396
- value: {
2397
- index: number;
2398
- error: `0x${string}`;
2399
- };
2400
- __kind: "Module";
2401
- }, {
2402
- value: {
2403
- index: number;
2404
- error: string;
2405
- };
2406
- __kind: "Module";
2407
- }>, z.ZodObject<{
2408
- __kind: z.ZodLiteral<"ConsumerRemaining">;
2409
- }, "strip", z.ZodTypeAny, {
2410
- __kind: "ConsumerRemaining";
2411
- }, {
2412
- __kind: "ConsumerRemaining";
2413
- }>, z.ZodObject<{
2414
- __kind: z.ZodLiteral<"NoProviders">;
2415
- }, "strip", z.ZodTypeAny, {
2416
- __kind: "NoProviders";
2417
- }, {
2418
- __kind: "NoProviders";
2419
- }>, z.ZodObject<{
2420
- __kind: z.ZodLiteral<"TooManyConsumers">;
2421
- }, "strip", z.ZodTypeAny, {
2422
- __kind: "TooManyConsumers";
2423
- }, {
2424
- __kind: "TooManyConsumers";
2425
- }>, z.ZodObject<{
2426
- __kind: z.ZodLiteral<"Token">;
2427
- value: z.ZodEffects<z.ZodObject<{
2428
- __kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
2429
- }, "strip", z.ZodTypeAny, {
2430
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2431
- }, {
2432
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2433
- }>, "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
2434
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2435
- }>;
2436
- }, "strip", z.ZodTypeAny, {
2437
- value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2438
- __kind: "Token";
2439
- }, {
2440
- value: {
2441
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2442
- };
2443
- __kind: "Token";
2444
- }>, z.ZodObject<{
2445
- __kind: z.ZodLiteral<"Arithmetic">;
2446
- value: z.ZodEffects<z.ZodObject<{
2447
- __kind: z.ZodEnum<["Underflow", "Overflow", "DivisionByZero"]>;
2448
- }, "strip", z.ZodTypeAny, {
2449
- __kind: "Underflow" | "Overflow" | "DivisionByZero";
2450
- }, {
2451
- __kind: "Underflow" | "Overflow" | "DivisionByZero";
2452
- }>, "Underflow" | "Overflow" | "DivisionByZero", {
2453
- __kind: "Underflow" | "Overflow" | "DivisionByZero";
2454
- }>;
2455
- }, "strip", z.ZodTypeAny, {
2456
- value: "Underflow" | "Overflow" | "DivisionByZero";
2457
- __kind: "Arithmetic";
2458
- }, {
2459
- value: {
2460
- __kind: "Underflow" | "Overflow" | "DivisionByZero";
2461
- };
2462
- __kind: "Arithmetic";
2463
- }>, z.ZodObject<{
2464
- __kind: z.ZodLiteral<"Transactional">;
2465
- value: z.ZodEffects<z.ZodObject<{
2466
- __kind: z.ZodEnum<["LimitReached", "NoLayer"]>;
2467
- }, "strip", z.ZodTypeAny, {
2468
- __kind: "LimitReached" | "NoLayer";
2469
- }, {
2470
- __kind: "LimitReached" | "NoLayer";
2471
- }>, "LimitReached" | "NoLayer", {
2472
- __kind: "LimitReached" | "NoLayer";
2473
- }>;
2474
- }, "strip", z.ZodTypeAny, {
2475
- value: "LimitReached" | "NoLayer";
2476
- __kind: "Transactional";
2477
- }, {
2478
- value: {
2479
- __kind: "LimitReached" | "NoLayer";
2480
- };
2481
- __kind: "Transactional";
2482
- }>, z.ZodObject<{
2483
- __kind: z.ZodLiteral<"Exhausted">;
2484
- }, "strip", z.ZodTypeAny, {
2485
- __kind: "Exhausted";
2486
- }, {
2487
- __kind: "Exhausted";
2488
- }>, z.ZodObject<{
2489
- __kind: z.ZodLiteral<"Corruption">;
2490
- }, "strip", z.ZodTypeAny, {
2491
- __kind: "Corruption";
2492
- }, {
2493
- __kind: "Corruption";
2494
- }>, z.ZodObject<{
2495
- __kind: z.ZodLiteral<"Unavailable">;
2496
- }, "strip", z.ZodTypeAny, {
2497
- __kind: "Unavailable";
2498
- }, {
2499
- __kind: "Unavailable";
2500
- }>, z.ZodObject<{
2501
- __kind: z.ZodLiteral<"RootNotAllowed">;
2502
- }, "strip", z.ZodTypeAny, {
2503
- __kind: "RootNotAllowed";
2504
- }, {
2505
- __kind: "RootNotAllowed";
2506
- }>]>;
2507
- declare const cfPrimitivesChainsAssetsEthAsset: z.ZodEffects<z.ZodObject<{
2508
- __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Usdt"]>;
2509
- }, "strip", z.ZodTypeAny, {
2510
- __kind: "Eth" | "Flip" | "Usdc" | "Usdt";
2511
- }, {
2512
- __kind: "Eth" | "Flip" | "Usdc" | "Usdt";
2513
- }>, "Eth" | "Flip" | "Usdc" | "Usdt", {
2514
- __kind: "Eth" | "Flip" | "Usdc" | "Usdt";
2515
- }>;
2516
- declare const cfChainsEvmDepositDetails: z.ZodObject<{
2517
- txHashes: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodEffects<z.ZodString, `0x${string}`, string>, "many">>>;
2518
- }, "strip", z.ZodTypeAny, {
2519
- txHashes?: `0x${string}`[] | null | undefined;
2520
- }, {
2521
- txHashes?: string[] | null | undefined;
2522
- }>;
2523
- declare const palletCfEthereumIngressEgressDepositAction: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
2524
- __kind: z.ZodLiteral<"Swap">;
2525
- swapRequestId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
2526
- }, "strip", z.ZodTypeAny, {
2527
- __kind: "Swap";
2528
- swapRequestId: bigint;
2529
- }, {
2530
- __kind: "Swap";
2531
- swapRequestId: string | number;
2532
- }>, z.ZodObject<{
2533
- __kind: z.ZodLiteral<"LiquidityProvision">;
2534
- lpAccount: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
2535
- }, "strip", z.ZodTypeAny, {
2536
- __kind: "LiquidityProvision";
2537
- lpAccount: `cF${string}`;
2538
- }, {
2539
- __kind: "LiquidityProvision";
2540
- lpAccount: string;
2541
- }>, z.ZodObject<{
2542
- __kind: z.ZodLiteral<"CcmTransfer">;
2543
- swapRequestId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
2544
- }, "strip", z.ZodTypeAny, {
2545
- __kind: "CcmTransfer";
2546
- swapRequestId: bigint;
2547
- }, {
2548
- __kind: "CcmTransfer";
2549
- swapRequestId: string | number;
2550
- }>, z.ZodObject<{
2551
- __kind: z.ZodLiteral<"NoAction">;
2552
- }, "strip", z.ZodTypeAny, {
2553
- __kind: "NoAction";
2554
- }, {
2555
- __kind: "NoAction";
2556
- }>, z.ZodObject<{
2557
- __kind: z.ZodLiteral<"BoostersCredited">;
2558
- prewitnessedDepositId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
2559
- }, "strip", z.ZodTypeAny, {
2560
- __kind: "BoostersCredited";
2561
- prewitnessedDepositId: bigint;
2562
- }, {
2563
- __kind: "BoostersCredited";
2564
- prewitnessedDepositId: string | number;
2565
- }>]>;
2566
- declare const solPrimPdaPdaError: z.ZodEffects<z.ZodObject<{
2567
- __kind: z.ZodEnum<["NotAValidPoint", "TooManySeeds", "SeedTooLarge", "BumpSeedBadLuck"]>;
2568
- }, "strip", z.ZodTypeAny, {
2569
- __kind: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
2570
- }, {
2571
- __kind: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
2572
- }>, "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck", {
2573
- __kind: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
2574
- }>;
2575
- declare const cfChainsCcmCheckerCcmValidityError: z.ZodEffects<z.ZodObject<{
2576
- __kind: z.ZodEnum<["CannotDecodeCfParameters", "CcmIsTooLong", "CfParametersContainsInvalidAccounts"]>;
2577
- }, "strip", z.ZodTypeAny, {
2578
- __kind: "CannotDecodeCfParameters" | "CcmIsTooLong" | "CfParametersContainsInvalidAccounts";
2579
- }, {
2580
- __kind: "CannotDecodeCfParameters" | "CcmIsTooLong" | "CfParametersContainsInvalidAccounts";
2581
- }>, "CannotDecodeCfParameters" | "CcmIsTooLong" | "CfParametersContainsInvalidAccounts", {
2582
- __kind: "CannotDecodeCfParameters" | "CcmIsTooLong" | "CfParametersContainsInvalidAccounts";
2583
- }>;
2584
- declare const cfChainsSolApiSolanaTransactionBuildingError: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
2585
- __kind: z.ZodLiteral<"CannotLookupApiEnvironment">;
2586
- }, "strip", z.ZodTypeAny, {
2587
- __kind: "CannotLookupApiEnvironment";
2588
- }, {
2589
- __kind: "CannotLookupApiEnvironment";
2590
- }>, z.ZodObject<{
2591
- __kind: z.ZodLiteral<"CannotLookupCurrentAggKey">;
2592
- }, "strip", z.ZodTypeAny, {
2593
- __kind: "CannotLookupCurrentAggKey";
2594
- }, {
2595
- __kind: "CannotLookupCurrentAggKey";
2596
- }>, z.ZodObject<{
2597
- __kind: z.ZodLiteral<"CannotLookupComputePrice">;
2598
- }, "strip", z.ZodTypeAny, {
2599
- __kind: "CannotLookupComputePrice";
2600
- }, {
2601
- __kind: "CannotLookupComputePrice";
2602
- }>, z.ZodObject<{
2603
- __kind: z.ZodLiteral<"NoNonceAccountsSet">;
2604
- }, "strip", z.ZodTypeAny, {
2605
- __kind: "NoNonceAccountsSet";
2606
- }, {
2607
- __kind: "NoNonceAccountsSet";
2608
- }>, z.ZodObject<{
2609
- __kind: z.ZodLiteral<"NoAvailableNonceAccount">;
2610
- }, "strip", z.ZodTypeAny, {
2611
- __kind: "NoAvailableNonceAccount";
2612
- }, {
2613
- __kind: "NoAvailableNonceAccount";
2614
- }>, z.ZodObject<{
2615
- __kind: z.ZodLiteral<"FailedToDeriveAddress">;
2616
- value: z.ZodEffects<z.ZodObject<{
2617
- __kind: z.ZodEnum<["NotAValidPoint", "TooManySeeds", "SeedTooLarge", "BumpSeedBadLuck"]>;
2618
- }, "strip", z.ZodTypeAny, {
2619
- __kind: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
2620
- }, {
2621
- __kind: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
2622
- }>, "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck", {
2623
- __kind: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
2624
- }>;
2625
- }, "strip", z.ZodTypeAny, {
2626
- value: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
2627
- __kind: "FailedToDeriveAddress";
2628
- }, {
2629
- value: {
2630
- __kind: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
2631
- };
2632
- __kind: "FailedToDeriveAddress";
2633
- }>, z.ZodObject<{
2634
- __kind: z.ZodLiteral<"InvalidCcm">;
2635
- value: z.ZodEffects<z.ZodObject<{
2636
- __kind: z.ZodEnum<["CannotDecodeCfParameters", "CcmIsTooLong", "CfParametersContainsInvalidAccounts"]>;
2637
- }, "strip", z.ZodTypeAny, {
2638
- __kind: "CannotDecodeCfParameters" | "CcmIsTooLong" | "CfParametersContainsInvalidAccounts";
2639
- }, {
2640
- __kind: "CannotDecodeCfParameters" | "CcmIsTooLong" | "CfParametersContainsInvalidAccounts";
2641
- }>, "CannotDecodeCfParameters" | "CcmIsTooLong" | "CfParametersContainsInvalidAccounts", {
2642
- __kind: "CannotDecodeCfParameters" | "CcmIsTooLong" | "CfParametersContainsInvalidAccounts";
2643
- }>;
2644
- }, "strip", z.ZodTypeAny, {
2645
- value: "CannotDecodeCfParameters" | "CcmIsTooLong" | "CfParametersContainsInvalidAccounts";
2646
- __kind: "InvalidCcm";
2647
- }, {
2648
- value: {
2649
- __kind: "CannotDecodeCfParameters" | "CcmIsTooLong" | "CfParametersContainsInvalidAccounts";
2650
- };
2651
- __kind: "InvalidCcm";
2652
- }>, z.ZodObject<{
2653
- __kind: z.ZodLiteral<"FailedToSerializeFinalTransaction">;
2654
- }, "strip", z.ZodTypeAny, {
2655
- __kind: "FailedToSerializeFinalTransaction";
2656
- }, {
2657
- __kind: "FailedToSerializeFinalTransaction";
2658
- }>, z.ZodObject<{
2659
- __kind: z.ZodLiteral<"FinalTransactionExceededMaxLength">;
2660
- value: z.ZodNumber;
2661
- }, "strip", z.ZodTypeAny, {
2662
- value: number;
2663
- __kind: "FinalTransactionExceededMaxLength";
2664
- }, {
2665
- value: number;
2666
- __kind: "FinalTransactionExceededMaxLength";
2667
- }>]>;
2668
- declare const cfChainsExecutexSwapAndCallError: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
2669
- __kind: z.ZodLiteral<"Unsupported">;
2670
- }, "strip", z.ZodTypeAny, {
2671
- __kind: "Unsupported";
2672
- }, {
2673
- __kind: "Unsupported";
2674
- }>, z.ZodObject<{
2675
- __kind: z.ZodLiteral<"FailedToBuildCcmForSolana">;
2676
- value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
2677
- __kind: z.ZodLiteral<"CannotLookupApiEnvironment">;
2678
- }, "strip", z.ZodTypeAny, {
2679
- __kind: "CannotLookupApiEnvironment";
2680
- }, {
2681
- __kind: "CannotLookupApiEnvironment";
2682
- }>, z.ZodObject<{
2683
- __kind: z.ZodLiteral<"CannotLookupCurrentAggKey">;
2684
- }, "strip", z.ZodTypeAny, {
2685
- __kind: "CannotLookupCurrentAggKey";
2686
- }, {
2687
- __kind: "CannotLookupCurrentAggKey";
2688
- }>, z.ZodObject<{
2689
- __kind: z.ZodLiteral<"CannotLookupComputePrice">;
2690
- }, "strip", z.ZodTypeAny, {
2691
- __kind: "CannotLookupComputePrice";
2692
- }, {
2693
- __kind: "CannotLookupComputePrice";
2694
- }>, z.ZodObject<{
2695
- __kind: z.ZodLiteral<"NoNonceAccountsSet">;
2696
- }, "strip", z.ZodTypeAny, {
2697
- __kind: "NoNonceAccountsSet";
2698
- }, {
2699
- __kind: "NoNonceAccountsSet";
2700
- }>, z.ZodObject<{
2701
- __kind: z.ZodLiteral<"NoAvailableNonceAccount">;
2702
- }, "strip", z.ZodTypeAny, {
2703
- __kind: "NoAvailableNonceAccount";
2704
- }, {
2705
- __kind: "NoAvailableNonceAccount";
2706
- }>, z.ZodObject<{
2707
- __kind: z.ZodLiteral<"FailedToDeriveAddress">;
2708
- value: z.ZodEffects<z.ZodObject<{
2709
- __kind: z.ZodEnum<["NotAValidPoint", "TooManySeeds", "SeedTooLarge", "BumpSeedBadLuck"]>;
2710
- }, "strip", z.ZodTypeAny, {
2711
- __kind: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
2712
- }, {
2713
- __kind: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
2714
- }>, "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck", {
2715
- __kind: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
2716
- }>;
2717
- }, "strip", z.ZodTypeAny, {
2718
- value: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
2719
- __kind: "FailedToDeriveAddress";
2720
- }, {
2721
- value: {
2722
- __kind: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
2723
- };
2724
- __kind: "FailedToDeriveAddress";
2725
- }>, z.ZodObject<{
2726
- __kind: z.ZodLiteral<"InvalidCcm">;
2727
- value: z.ZodEffects<z.ZodObject<{
2728
- __kind: z.ZodEnum<["CannotDecodeCfParameters", "CcmIsTooLong", "CfParametersContainsInvalidAccounts"]>;
2729
- }, "strip", z.ZodTypeAny, {
2730
- __kind: "CannotDecodeCfParameters" | "CcmIsTooLong" | "CfParametersContainsInvalidAccounts";
2731
- }, {
2732
- __kind: "CannotDecodeCfParameters" | "CcmIsTooLong" | "CfParametersContainsInvalidAccounts";
2733
- }>, "CannotDecodeCfParameters" | "CcmIsTooLong" | "CfParametersContainsInvalidAccounts", {
2734
- __kind: "CannotDecodeCfParameters" | "CcmIsTooLong" | "CfParametersContainsInvalidAccounts";
2735
- }>;
2736
- }, "strip", z.ZodTypeAny, {
2737
- value: "CannotDecodeCfParameters" | "CcmIsTooLong" | "CfParametersContainsInvalidAccounts";
2738
- __kind: "InvalidCcm";
2739
- }, {
2740
- value: {
2741
- __kind: "CannotDecodeCfParameters" | "CcmIsTooLong" | "CfParametersContainsInvalidAccounts";
2742
- };
2743
- __kind: "InvalidCcm";
2744
- }>, z.ZodObject<{
2745
- __kind: z.ZodLiteral<"FailedToSerializeFinalTransaction">;
2746
- }, "strip", z.ZodTypeAny, {
2747
- __kind: "FailedToSerializeFinalTransaction";
2748
- }, {
2749
- __kind: "FailedToSerializeFinalTransaction";
2750
- }>, z.ZodObject<{
2751
- __kind: z.ZodLiteral<"FinalTransactionExceededMaxLength">;
2752
- value: z.ZodNumber;
2753
- }, "strip", z.ZodTypeAny, {
2754
- value: number;
2755
- __kind: "FinalTransactionExceededMaxLength";
2756
- }, {
2757
- value: number;
2758
- __kind: "FinalTransactionExceededMaxLength";
2759
- }>]>;
2760
- }, "strip", z.ZodTypeAny, {
2761
- value: {
2762
- __kind: "CannotLookupApiEnvironment";
2763
- } | {
2764
- __kind: "CannotLookupCurrentAggKey";
2765
- } | {
2766
- __kind: "CannotLookupComputePrice";
2767
- } | {
2768
- __kind: "NoNonceAccountsSet";
2769
- } | {
2770
- __kind: "NoAvailableNonceAccount";
2771
- } | {
2772
- value: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
2773
- __kind: "FailedToDeriveAddress";
2774
- } | {
2775
- value: "CannotDecodeCfParameters" | "CcmIsTooLong" | "CfParametersContainsInvalidAccounts";
2776
- __kind: "InvalidCcm";
2777
- } | {
2778
- __kind: "FailedToSerializeFinalTransaction";
2779
- } | {
2780
- value: number;
2781
- __kind: "FinalTransactionExceededMaxLength";
2782
- };
2783
- __kind: "FailedToBuildCcmForSolana";
2784
- }, {
2785
- value: {
2786
- __kind: "CannotLookupApiEnvironment";
2787
- } | {
2788
- __kind: "CannotLookupCurrentAggKey";
2789
- } | {
2790
- __kind: "CannotLookupComputePrice";
2791
- } | {
2792
- __kind: "NoNonceAccountsSet";
2793
- } | {
2794
- __kind: "NoAvailableNonceAccount";
2795
- } | {
2796
- value: {
2797
- __kind: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
2798
- };
2799
- __kind: "FailedToDeriveAddress";
2800
- } | {
2801
- value: {
2802
- __kind: "CannotDecodeCfParameters" | "CcmIsTooLong" | "CfParametersContainsInvalidAccounts";
2803
- };
2804
- __kind: "InvalidCcm";
2805
- } | {
2806
- __kind: "FailedToSerializeFinalTransaction";
2807
- } | {
2808
- value: number;
2809
- __kind: "FinalTransactionExceededMaxLength";
2810
- };
2811
- __kind: "FailedToBuildCcmForSolana";
2812
- }>, z.ZodObject<{
2813
- __kind: z.ZodLiteral<"DispatchError">;
2814
- value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
2815
- __kind: z.ZodLiteral<"Other">;
2816
- }, "strip", z.ZodTypeAny, {
2817
- __kind: "Other";
2818
- }, {
2819
- __kind: "Other";
2820
- }>, z.ZodObject<{
2821
- __kind: z.ZodLiteral<"CannotLookup">;
2822
- }, "strip", z.ZodTypeAny, {
2823
- __kind: "CannotLookup";
2824
- }, {
2825
- __kind: "CannotLookup";
2826
- }>, z.ZodObject<{
2827
- __kind: z.ZodLiteral<"BadOrigin">;
2828
- }, "strip", z.ZodTypeAny, {
2829
- __kind: "BadOrigin";
2830
- }, {
2831
- __kind: "BadOrigin";
2832
- }>, z.ZodObject<{
2833
- __kind: z.ZodLiteral<"Module">;
2834
- value: z.ZodObject<{
2835
- index: z.ZodNumber;
2836
- error: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2837
- }, "strip", z.ZodTypeAny, {
2838
- index: number;
2839
- error: `0x${string}`;
2840
- }, {
2841
- index: number;
2842
- error: string;
2843
- }>;
2844
- }, "strip", z.ZodTypeAny, {
2845
- value: {
2846
- index: number;
2847
- error: `0x${string}`;
2848
- };
2849
- __kind: "Module";
2850
- }, {
2851
- value: {
2852
- index: number;
2853
- error: string;
2854
- };
2855
- __kind: "Module";
2856
- }>, z.ZodObject<{
2857
- __kind: z.ZodLiteral<"ConsumerRemaining">;
2858
- }, "strip", z.ZodTypeAny, {
2859
- __kind: "ConsumerRemaining";
2860
- }, {
2861
- __kind: "ConsumerRemaining";
2862
- }>, z.ZodObject<{
2863
- __kind: z.ZodLiteral<"NoProviders">;
2864
- }, "strip", z.ZodTypeAny, {
2865
- __kind: "NoProviders";
2866
- }, {
2867
- __kind: "NoProviders";
2868
- }>, z.ZodObject<{
2869
- __kind: z.ZodLiteral<"TooManyConsumers">;
2870
- }, "strip", z.ZodTypeAny, {
2871
- __kind: "TooManyConsumers";
2872
- }, {
2873
- __kind: "TooManyConsumers";
2874
- }>, z.ZodObject<{
2875
- __kind: z.ZodLiteral<"Token">;
2876
- value: z.ZodEffects<z.ZodObject<{
2877
- __kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
2878
- }, "strip", z.ZodTypeAny, {
2879
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2880
- }, {
2881
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2882
- }>, "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
2883
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2884
- }>;
2885
- }, "strip", z.ZodTypeAny, {
2886
- value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2887
- __kind: "Token";
2888
- }, {
2889
- value: {
2890
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2891
- };
2892
- __kind: "Token";
2893
- }>, z.ZodObject<{
2894
- __kind: z.ZodLiteral<"Arithmetic">;
2895
- value: z.ZodEffects<z.ZodObject<{
2896
- __kind: z.ZodEnum<["Underflow", "Overflow", "DivisionByZero"]>;
2897
- }, "strip", z.ZodTypeAny, {
2898
- __kind: "Underflow" | "Overflow" | "DivisionByZero";
2899
- }, {
2900
- __kind: "Underflow" | "Overflow" | "DivisionByZero";
2901
- }>, "Underflow" | "Overflow" | "DivisionByZero", {
2902
- __kind: "Underflow" | "Overflow" | "DivisionByZero";
2903
- }>;
2904
- }, "strip", z.ZodTypeAny, {
2905
- value: "Underflow" | "Overflow" | "DivisionByZero";
2906
- __kind: "Arithmetic";
2907
- }, {
2908
- value: {
2909
- __kind: "Underflow" | "Overflow" | "DivisionByZero";
2910
- };
2911
- __kind: "Arithmetic";
2912
- }>, z.ZodObject<{
2913
- __kind: z.ZodLiteral<"Transactional">;
2914
- value: z.ZodEffects<z.ZodObject<{
2915
- __kind: z.ZodEnum<["LimitReached", "NoLayer"]>;
2916
- }, "strip", z.ZodTypeAny, {
2917
- __kind: "LimitReached" | "NoLayer";
2918
- }, {
2919
- __kind: "LimitReached" | "NoLayer";
2920
- }>, "LimitReached" | "NoLayer", {
2921
- __kind: "LimitReached" | "NoLayer";
2922
- }>;
2923
- }, "strip", z.ZodTypeAny, {
2924
- value: "LimitReached" | "NoLayer";
2925
- __kind: "Transactional";
2926
- }, {
2927
- value: {
2928
- __kind: "LimitReached" | "NoLayer";
2929
- };
2930
- __kind: "Transactional";
2931
- }>, z.ZodObject<{
2932
- __kind: z.ZodLiteral<"Exhausted">;
2933
- }, "strip", z.ZodTypeAny, {
2934
- __kind: "Exhausted";
2935
- }, {
2936
- __kind: "Exhausted";
2937
- }>, z.ZodObject<{
2938
- __kind: z.ZodLiteral<"Corruption">;
2939
- }, "strip", z.ZodTypeAny, {
2940
- __kind: "Corruption";
2941
- }, {
2942
- __kind: "Corruption";
2943
- }>, z.ZodObject<{
2944
- __kind: z.ZodLiteral<"Unavailable">;
2945
- }, "strip", z.ZodTypeAny, {
2946
- __kind: "Unavailable";
2947
- }, {
2948
- __kind: "Unavailable";
2949
- }>, z.ZodObject<{
2950
- __kind: z.ZodLiteral<"RootNotAllowed">;
2951
- }, "strip", z.ZodTypeAny, {
2952
- __kind: "RootNotAllowed";
2953
- }, {
2954
- __kind: "RootNotAllowed";
2955
- }>]>;
2956
- }, "strip", z.ZodTypeAny, {
2957
- value: {
2958
- __kind: "Other";
2959
- } | {
2960
- __kind: "CannotLookup";
2961
- } | {
2962
- __kind: "BadOrigin";
2963
- } | {
2964
- value: {
2965
- index: number;
2966
- error: `0x${string}`;
2967
- };
2968
- __kind: "Module";
2969
- } | {
2970
- __kind: "ConsumerRemaining";
2971
- } | {
2972
- __kind: "NoProviders";
2973
- } | {
2974
- __kind: "TooManyConsumers";
2975
- } | {
2976
- value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2977
- __kind: "Token";
2978
- } | {
2979
- value: "Underflow" | "Overflow" | "DivisionByZero";
2980
- __kind: "Arithmetic";
2981
- } | {
2982
- value: "LimitReached" | "NoLayer";
2983
- __kind: "Transactional";
2984
- } | {
2985
- __kind: "Exhausted";
2986
- } | {
2987
- __kind: "Corruption";
2988
- } | {
2989
- __kind: "Unavailable";
2990
- } | {
2991
- __kind: "RootNotAllowed";
2992
- };
2993
- __kind: "DispatchError";
2994
- }, {
2995
- value: {
2996
- __kind: "Other";
2997
- } | {
2998
- __kind: "CannotLookup";
2999
- } | {
3000
- __kind: "BadOrigin";
3001
- } | {
3002
- value: {
3003
- index: number;
3004
- error: string;
3005
- };
3006
- __kind: "Module";
3007
- } | {
3008
- __kind: "ConsumerRemaining";
3009
- } | {
3010
- __kind: "NoProviders";
3011
- } | {
3012
- __kind: "TooManyConsumers";
3013
- } | {
3014
- value: {
3015
- __kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
3016
- };
3017
- __kind: "Token";
3018
- } | {
3019
- value: {
3020
- __kind: "Underflow" | "Overflow" | "DivisionByZero";
3021
- };
3022
- __kind: "Arithmetic";
3023
- } | {
3024
- value: {
3025
- __kind: "LimitReached" | "NoLayer";
3026
- };
3027
- __kind: "Transactional";
3028
- } | {
3029
- __kind: "Exhausted";
3030
- } | {
3031
- __kind: "Corruption";
3032
- } | {
3033
- __kind: "Unavailable";
3034
- } | {
3035
- __kind: "RootNotAllowed";
3036
- };
3037
- __kind: "DispatchError";
3038
- }>]>;
3039
- declare const cfPrimitivesChainsAssetsDotAsset: z.ZodEffects<z.ZodObject<{
3040
- __kind: z.ZodEnum<["Dot"]>;
3041
- }, "strip", z.ZodTypeAny, {
3042
- __kind: "Dot";
3043
- }, {
3044
- __kind: "Dot";
3045
- }>, "Dot", {
3046
- __kind: "Dot";
3047
- }>;
3048
- declare const palletCfPolkadotIngressEgressDepositAction: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
3049
- __kind: z.ZodLiteral<"Swap">;
3050
- swapRequestId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3051
- }, "strip", z.ZodTypeAny, {
3052
- __kind: "Swap";
3053
- swapRequestId: bigint;
3054
- }, {
3055
- __kind: "Swap";
3056
- swapRequestId: string | number;
3057
- }>, z.ZodObject<{
3058
- __kind: z.ZodLiteral<"LiquidityProvision">;
3059
- lpAccount: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
3060
- }, "strip", z.ZodTypeAny, {
3061
- __kind: "LiquidityProvision";
3062
- lpAccount: `cF${string}`;
3063
- }, {
3064
- __kind: "LiquidityProvision";
3065
- lpAccount: string;
3066
- }>, z.ZodObject<{
3067
- __kind: z.ZodLiteral<"CcmTransfer">;
3068
- swapRequestId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3069
- }, "strip", z.ZodTypeAny, {
3070
- __kind: "CcmTransfer";
3071
- swapRequestId: bigint;
3072
- }, {
3073
- __kind: "CcmTransfer";
3074
- swapRequestId: string | number;
3075
- }>, z.ZodObject<{
3076
- __kind: z.ZodLiteral<"NoAction">;
3077
- }, "strip", z.ZodTypeAny, {
3078
- __kind: "NoAction";
3079
- }, {
3080
- __kind: "NoAction";
3081
- }>, z.ZodObject<{
3082
- __kind: z.ZodLiteral<"BoostersCredited">;
3083
- prewitnessedDepositId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3084
- }, "strip", z.ZodTypeAny, {
3085
- __kind: "BoostersCredited";
3086
- prewitnessedDepositId: bigint;
3087
- }, {
3088
- __kind: "BoostersCredited";
3089
- prewitnessedDepositId: string | number;
3090
- }>]>;
3091
- declare const cfChainsBtcScriptPubkey: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
3092
- __kind: z.ZodLiteral<"P2PKH">;
3093
- value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3094
- }, "strip", z.ZodTypeAny, {
3095
- value: `0x${string}`;
3096
- __kind: "P2PKH";
3097
- }, {
3098
- value: string;
3099
- __kind: "P2PKH";
3100
- }>, z.ZodObject<{
3101
- __kind: z.ZodLiteral<"P2SH">;
3102
- value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3103
- }, "strip", z.ZodTypeAny, {
3104
- value: `0x${string}`;
3105
- __kind: "P2SH";
3106
- }, {
3107
- value: string;
3108
- __kind: "P2SH";
3109
- }>, z.ZodObject<{
3110
- __kind: z.ZodLiteral<"P2WPKH">;
3111
- value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3112
- }, "strip", z.ZodTypeAny, {
3113
- value: `0x${string}`;
3114
- __kind: "P2WPKH";
3115
- }, {
3116
- value: string;
3117
- __kind: "P2WPKH";
3118
- }>, z.ZodObject<{
3119
- __kind: z.ZodLiteral<"P2WSH">;
3120
- value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3121
- }, "strip", z.ZodTypeAny, {
3122
- value: `0x${string}`;
3123
- __kind: "P2WSH";
3124
- }, {
3125
- value: string;
3126
- __kind: "P2WSH";
3127
- }>, z.ZodObject<{
3128
- __kind: z.ZodLiteral<"Taproot">;
3129
- value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3130
- }, "strip", z.ZodTypeAny, {
3131
- value: `0x${string}`;
3132
- __kind: "Taproot";
3133
- }, {
3134
- value: string;
3135
- __kind: "Taproot";
3136
- }>, z.ZodObject<{
3137
- __kind: z.ZodLiteral<"OtherSegwit">;
3138
- version: z.ZodNumber;
3139
- program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3140
- }, "strip", z.ZodTypeAny, {
3141
- __kind: "OtherSegwit";
3142
- version: number;
3143
- program: `0x${string}`;
3144
- }, {
3145
- __kind: "OtherSegwit";
3146
- version: number;
3147
- program: string;
3148
- }>]>;
3149
- declare const cfPrimitivesChainsAssetsBtcAsset: z.ZodEffects<z.ZodObject<{
3150
- __kind: z.ZodEnum<["Btc"]>;
3151
- }, "strip", z.ZodTypeAny, {
3152
- __kind: "Btc";
3153
- }, {
3154
- __kind: "Btc";
3155
- }>, "Btc", {
3156
- __kind: "Btc";
3157
- }>;
3158
- declare const cfChainsBtcUtxoId: z.ZodObject<{
3159
- txId: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3160
- vout: z.ZodNumber;
3161
- }, "strip", z.ZodTypeAny, {
3162
- txId: `0x${string}`;
3163
- vout: number;
3164
- }, {
3165
- txId: string;
3166
- vout: number;
3167
- }>;
3168
- declare const palletCfBitcoinIngressEgressDepositAction: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
3169
- __kind: z.ZodLiteral<"Swap">;
3170
- swapRequestId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3171
- }, "strip", z.ZodTypeAny, {
3172
- __kind: "Swap";
3173
- swapRequestId: bigint;
3174
- }, {
3175
- __kind: "Swap";
3176
- swapRequestId: string | number;
3177
- }>, z.ZodObject<{
3178
- __kind: z.ZodLiteral<"LiquidityProvision">;
3179
- lpAccount: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
3180
- }, "strip", z.ZodTypeAny, {
3181
- __kind: "LiquidityProvision";
3182
- lpAccount: `cF${string}`;
3183
- }, {
3184
- __kind: "LiquidityProvision";
3185
- lpAccount: string;
3186
- }>, z.ZodObject<{
3187
- __kind: z.ZodLiteral<"CcmTransfer">;
3188
- swapRequestId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3189
- }, "strip", z.ZodTypeAny, {
3190
- __kind: "CcmTransfer";
3191
- swapRequestId: bigint;
3192
- }, {
3193
- __kind: "CcmTransfer";
3194
- swapRequestId: string | number;
3195
- }>, z.ZodObject<{
3196
- __kind: z.ZodLiteral<"NoAction">;
3197
- }, "strip", z.ZodTypeAny, {
3198
- __kind: "NoAction";
3199
- }, {
3200
- __kind: "NoAction";
3201
- }>, z.ZodObject<{
3202
- __kind: z.ZodLiteral<"BoostersCredited">;
3203
- prewitnessedDepositId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3204
- }, "strip", z.ZodTypeAny, {
3205
- __kind: "BoostersCredited";
3206
- prewitnessedDepositId: bigint;
3207
- }, {
3208
- __kind: "BoostersCredited";
3209
- prewitnessedDepositId: string | number;
3210
- }>]>;
3211
- declare const cfAmmCommonPoolPairsMap: z.ZodObject<{
3212
- base: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3213
- quote: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3214
- }, "strip", z.ZodTypeAny, {
3215
- base: bigint;
3216
- quote: bigint;
3217
- }, {
3218
- base: string | number;
3219
- quote: string | number;
3220
- }>;
3221
- declare const palletCfPoolsRangeOrderChange: z.ZodObject<{
3222
- liquidity: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3223
- amounts: z.ZodObject<{
3224
- base: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3225
- quote: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3226
- }, "strip", z.ZodTypeAny, {
3227
- base: bigint;
3228
- quote: bigint;
3229
- }, {
3230
- base: string | number;
3231
- quote: string | number;
3232
- }>;
3233
- }, "strip", z.ZodTypeAny, {
3234
- amounts: {
3235
- base: bigint;
3236
- quote: bigint;
3237
- };
3238
- liquidity: bigint;
3239
- }, {
3240
- amounts: {
3241
- base: string | number;
3242
- quote: string | number;
3243
- };
3244
- liquidity: string | number;
3245
- }>;
3246
- declare const palletCfPoolsIncreaseOrDecreaseRangeOrderChange: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
3247
- __kind: z.ZodLiteral<"Increase">;
3248
- value: z.ZodObject<{
3249
- liquidity: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3250
- amounts: z.ZodObject<{
3251
- base: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3252
- quote: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3253
- }, "strip", z.ZodTypeAny, {
3254
- base: bigint;
3255
- quote: bigint;
3256
- }, {
3257
- base: string | number;
3258
- quote: string | number;
3259
- }>;
3260
- }, "strip", z.ZodTypeAny, {
3261
- amounts: {
3262
- base: bigint;
3263
- quote: bigint;
3264
- };
3265
- liquidity: bigint;
3266
- }, {
3267
- amounts: {
3268
- base: string | number;
3269
- quote: string | number;
3270
- };
3271
- liquidity: string | number;
3272
- }>;
3273
- }, "strip", z.ZodTypeAny, {
3274
- value: {
3275
- amounts: {
3276
- base: bigint;
3277
- quote: bigint;
3278
- };
3279
- liquidity: bigint;
3280
- };
3281
- __kind: "Increase";
3282
- }, {
3283
- value: {
3284
- amounts: {
3285
- base: string | number;
3286
- quote: string | number;
3287
- };
3288
- liquidity: string | number;
3289
- };
3290
- __kind: "Increase";
3291
- }>, z.ZodObject<{
3292
- __kind: z.ZodLiteral<"Decrease">;
3293
- value: z.ZodObject<{
3294
- liquidity: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3295
- amounts: z.ZodObject<{
3296
- base: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3297
- quote: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3298
- }, "strip", z.ZodTypeAny, {
3299
- base: bigint;
3300
- quote: bigint;
3301
- }, {
3302
- base: string | number;
3303
- quote: string | number;
3304
- }>;
3305
- }, "strip", z.ZodTypeAny, {
3306
- amounts: {
3307
- base: bigint;
3308
- quote: bigint;
3309
- };
3310
- liquidity: bigint;
3311
- }, {
3312
- amounts: {
3313
- base: string | number;
3314
- quote: string | number;
3315
- };
3316
- liquidity: string | number;
3317
- }>;
3318
- }, "strip", z.ZodTypeAny, {
3319
- value: {
3320
- amounts: {
3321
- base: bigint;
3322
- quote: bigint;
3323
- };
3324
- liquidity: bigint;
3325
- };
3326
- __kind: "Decrease";
3327
- }, {
3328
- value: {
3329
- amounts: {
3330
- base: string | number;
3331
- quote: string | number;
3332
- };
3333
- liquidity: string | number;
3334
- };
3335
- __kind: "Decrease";
3336
- }>]>;
3337
- declare const cfAmmCommonSide: z.ZodEffects<z.ZodObject<{
3338
- __kind: z.ZodEnum<["Buy", "Sell"]>;
3339
- }, "strip", z.ZodTypeAny, {
3340
- __kind: "Buy" | "Sell";
3341
- }, {
3342
- __kind: "Buy" | "Sell";
3343
- }>, "Buy" | "Sell", {
3344
- __kind: "Buy" | "Sell";
3345
- }>;
3346
- declare const palletCfPoolsIncreaseOrDecreaseU128: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
3347
- __kind: z.ZodLiteral<"Increase">;
3348
- value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3349
- }, "strip", z.ZodTypeAny, {
3350
- value: bigint;
3351
- __kind: "Increase";
3352
- }, {
3353
- value: string | number;
3354
- __kind: "Increase";
3355
- }>, z.ZodObject<{
3356
- __kind: z.ZodLiteral<"Decrease">;
3357
- value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3358
- }, "strip", z.ZodTypeAny, {
3359
- value: bigint;
3360
- __kind: "Decrease";
3361
- }, {
3362
- value: string | number;
3363
- __kind: "Decrease";
3364
- }>]>;
3365
- declare const palletCfPoolsAssetPair: z.ZodObject<{
3366
- assets: z.ZodObject<{
3367
- base: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3368
- quote: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3369
- }, "strip", z.ZodTypeAny, {
3370
- base: bigint;
3371
- quote: bigint;
3372
- }, {
3373
- base: string | number;
3374
- quote: string | number;
3375
- }>;
3376
- }, "strip", z.ZodTypeAny, {
3377
- assets: {
3378
- base: bigint;
3379
- quote: bigint;
3380
- };
3381
- }, {
3382
- assets: {
3383
- base: string | number;
3384
- quote: string | number;
3385
- };
3386
- }>;
3387
- declare const palletCfPoolsCloseOrder: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
3388
- __kind: z.ZodLiteral<"Limit">;
3389
- baseAsset: z.ZodEffects<z.ZodObject<{
3390
- __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
3391
- }, "strip", z.ZodTypeAny, {
3392
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
3393
- }, {
3394
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
3395
- }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc", {
3396
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
3397
- }>;
3398
- quoteAsset: z.ZodEffects<z.ZodObject<{
3399
- __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
3400
- }, "strip", z.ZodTypeAny, {
3401
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
3402
- }, {
3403
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
3404
- }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc", {
3405
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
3406
- }>;
3407
- side: z.ZodEffects<z.ZodObject<{
3408
- __kind: z.ZodEnum<["Buy", "Sell"]>;
3409
- }, "strip", z.ZodTypeAny, {
3410
- __kind: "Buy" | "Sell";
3411
- }, {
3412
- __kind: "Buy" | "Sell";
3413
- }>, "Buy" | "Sell", {
3414
- __kind: "Buy" | "Sell";
3415
- }>;
3416
- id: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3417
- }, "strip", z.ZodTypeAny, {
3418
- __kind: "Limit";
3419
- baseAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
3420
- quoteAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
3421
- side: "Buy" | "Sell";
3422
- id: bigint;
3423
- }, {
3424
- __kind: "Limit";
3425
- baseAsset: {
3426
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
3427
- };
3428
- quoteAsset: {
3429
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
3430
- };
3431
- side: {
3432
- __kind: "Buy" | "Sell";
3433
- };
3434
- id: string | number;
3435
- }>, z.ZodObject<{
3436
- __kind: z.ZodLiteral<"Range">;
3437
- baseAsset: z.ZodEffects<z.ZodObject<{
3438
- __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
3439
- }, "strip", z.ZodTypeAny, {
3440
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
3441
- }, {
3442
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
3443
- }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc", {
3444
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
3445
- }>;
3446
- quoteAsset: z.ZodEffects<z.ZodObject<{
3447
- __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
3448
- }, "strip", z.ZodTypeAny, {
3449
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
3450
- }, {
3451
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
3452
- }>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc", {
3453
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
3454
- }>;
3455
- id: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3456
- }, "strip", z.ZodTypeAny, {
3457
- __kind: "Range";
3458
- baseAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
3459
- quoteAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
3460
- id: bigint;
3461
- }, {
3462
- __kind: "Range";
3463
- baseAsset: {
3464
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
3465
- };
3466
- quoteAsset: {
3467
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
3468
- };
3469
- id: string | number;
3470
- }>]>;
3471
- declare const cfPrimitivesChainsAssetsArbAsset: z.ZodEffects<z.ZodObject<{
3472
- __kind: z.ZodEnum<["ArbEth", "ArbUsdc"]>;
3473
- }, "strip", z.ZodTypeAny, {
3474
- __kind: "ArbEth" | "ArbUsdc";
3475
- }, {
3476
- __kind: "ArbEth" | "ArbUsdc";
3477
- }>, "ArbEth" | "ArbUsdc", {
3478
- __kind: "ArbEth" | "ArbUsdc";
3479
- }>;
3480
- declare const palletCfArbitrumIngressEgressDepositAction: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
3481
- __kind: z.ZodLiteral<"Swap">;
3482
- swapRequestId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3483
- }, "strip", z.ZodTypeAny, {
3484
- __kind: "Swap";
3485
- swapRequestId: bigint;
3486
- }, {
3487
- __kind: "Swap";
3488
- swapRequestId: string | number;
3489
- }>, z.ZodObject<{
3490
- __kind: z.ZodLiteral<"LiquidityProvision">;
3491
- lpAccount: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
3492
- }, "strip", z.ZodTypeAny, {
3493
- __kind: "LiquidityProvision";
3494
- lpAccount: `cF${string}`;
3495
- }, {
3496
- __kind: "LiquidityProvision";
3497
- lpAccount: string;
3498
- }>, z.ZodObject<{
3499
- __kind: z.ZodLiteral<"CcmTransfer">;
3500
- swapRequestId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3501
- }, "strip", z.ZodTypeAny, {
3502
- __kind: "CcmTransfer";
3503
- swapRequestId: bigint;
3504
- }, {
3505
- __kind: "CcmTransfer";
3506
- swapRequestId: string | number;
3507
- }>, z.ZodObject<{
3508
- __kind: z.ZodLiteral<"NoAction">;
3509
- }, "strip", z.ZodTypeAny, {
3510
- __kind: "NoAction";
3511
- }, {
3512
- __kind: "NoAction";
3513
- }>, z.ZodObject<{
3514
- __kind: z.ZodLiteral<"BoostersCredited">;
3515
- prewitnessedDepositId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3516
- }, "strip", z.ZodTypeAny, {
3517
- __kind: "BoostersCredited";
3518
- prewitnessedDepositId: bigint;
3519
- }, {
3520
- __kind: "BoostersCredited";
3521
- prewitnessedDepositId: string | number;
3522
- }>]>;
3523
- declare const cfChainsSolSolTxCoreMessageHeader: z.ZodObject<{
3524
- numRequiredSignatures: z.ZodNumber;
3525
- numReadonlySignedAccounts: z.ZodNumber;
3526
- numReadonlyUnsignedAccounts: z.ZodNumber;
3527
- }, "strip", z.ZodTypeAny, {
3528
- numRequiredSignatures: number;
3529
- numReadonlySignedAccounts: number;
3530
- numReadonlyUnsignedAccounts: number;
3531
- }, {
3532
- numRequiredSignatures: number;
3533
- numReadonlySignedAccounts: number;
3534
- numReadonlyUnsignedAccounts: number;
3535
- }>;
3536
- declare const cfChainsSolSolTxCoreCompiledInstruction: z.ZodObject<{
3537
- programIdIndex: z.ZodNumber;
3538
- accounts: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3539
- data: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3540
- }, "strip", z.ZodTypeAny, {
3541
- programIdIndex: number;
3542
- accounts: `0x${string}`;
3543
- data: `0x${string}`;
3544
- }, {
3545
- programIdIndex: number;
3546
- accounts: string;
3547
- data: string;
3548
- }>;
3549
- declare const cfChainsSolSolTxCoreMessage: z.ZodObject<{
3550
- header: z.ZodObject<{
3551
- numRequiredSignatures: z.ZodNumber;
3552
- numReadonlySignedAccounts: z.ZodNumber;
3553
- numReadonlyUnsignedAccounts: z.ZodNumber;
3554
- }, "strip", z.ZodTypeAny, {
3555
- numRequiredSignatures: number;
3556
- numReadonlySignedAccounts: number;
3557
- numReadonlyUnsignedAccounts: number;
3558
- }, {
3559
- numRequiredSignatures: number;
3560
- numReadonlySignedAccounts: number;
3561
- numReadonlyUnsignedAccounts: number;
3562
- }>;
3563
- accountKeys: z.ZodArray<z.ZodEffects<z.ZodString, `0x${string}`, string>, "many">;
3564
- recentBlockhash: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3565
- instructions: z.ZodArray<z.ZodObject<{
3566
- programIdIndex: z.ZodNumber;
3567
- accounts: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3568
- data: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3569
- }, "strip", z.ZodTypeAny, {
3570
- programIdIndex: number;
3571
- accounts: `0x${string}`;
3572
- data: `0x${string}`;
3573
- }, {
3574
- programIdIndex: number;
3575
- accounts: string;
3576
- data: string;
3577
- }>, "many">;
3578
- }, "strip", z.ZodTypeAny, {
3579
- header: {
3580
- numRequiredSignatures: number;
3581
- numReadonlySignedAccounts: number;
3582
- numReadonlyUnsignedAccounts: number;
3583
- };
3584
- accountKeys: `0x${string}`[];
3585
- recentBlockhash: `0x${string}`;
3586
- instructions: {
3587
- programIdIndex: number;
3588
- accounts: `0x${string}`;
3589
- data: `0x${string}`;
3590
- }[];
3591
- }, {
3592
- header: {
3593
- numRequiredSignatures: number;
3594
- numReadonlySignedAccounts: number;
3595
- numReadonlyUnsignedAccounts: number;
3596
- };
3597
- accountKeys: string[];
3598
- recentBlockhash: string;
3599
- instructions: {
3600
- programIdIndex: number;
3601
- accounts: string;
3602
- data: string;
3603
- }[];
3604
- }>;
3605
- declare const cfChainsSolSolTxCoreTransaction: z.ZodObject<{
3606
- signatures: z.ZodArray<z.ZodEffects<z.ZodString, `0x${string}`, string>, "many">;
3607
- message: z.ZodObject<{
3608
- header: z.ZodObject<{
3609
- numRequiredSignatures: z.ZodNumber;
3610
- numReadonlySignedAccounts: z.ZodNumber;
3611
- numReadonlyUnsignedAccounts: z.ZodNumber;
3612
- }, "strip", z.ZodTypeAny, {
3613
- numRequiredSignatures: number;
3614
- numReadonlySignedAccounts: number;
3615
- numReadonlyUnsignedAccounts: number;
3616
- }, {
3617
- numRequiredSignatures: number;
3618
- numReadonlySignedAccounts: number;
3619
- numReadonlyUnsignedAccounts: number;
3620
- }>;
3621
- accountKeys: z.ZodArray<z.ZodEffects<z.ZodString, `0x${string}`, string>, "many">;
3622
- recentBlockhash: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3623
- instructions: z.ZodArray<z.ZodObject<{
3624
- programIdIndex: z.ZodNumber;
3625
- accounts: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3626
- data: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3627
- }, "strip", z.ZodTypeAny, {
3628
- programIdIndex: number;
3629
- accounts: `0x${string}`;
3630
- data: `0x${string}`;
3631
- }, {
3632
- programIdIndex: number;
3633
- accounts: string;
3634
- data: string;
3635
- }>, "many">;
3636
- }, "strip", z.ZodTypeAny, {
3637
- header: {
3638
- numRequiredSignatures: number;
3639
- numReadonlySignedAccounts: number;
3640
- numReadonlyUnsignedAccounts: number;
3641
- };
3642
- accountKeys: `0x${string}`[];
3643
- recentBlockhash: `0x${string}`;
3644
- instructions: {
3645
- programIdIndex: number;
3646
- accounts: `0x${string}`;
3647
- data: `0x${string}`;
3648
- }[];
3649
- }, {
3650
- header: {
3651
- numRequiredSignatures: number;
3652
- numReadonlySignedAccounts: number;
3653
- numReadonlyUnsignedAccounts: number;
3654
- };
3655
- accountKeys: string[];
3656
- recentBlockhash: string;
3657
- instructions: {
3658
- programIdIndex: number;
3659
- accounts: string;
3660
- data: string;
3661
- }[];
3662
- }>;
3663
- }, "strip", z.ZodTypeAny, {
3664
- message: {
3665
- header: {
3666
- numRequiredSignatures: number;
3667
- numReadonlySignedAccounts: number;
3668
- numReadonlyUnsignedAccounts: number;
3669
- };
3670
- accountKeys: `0x${string}`[];
3671
- recentBlockhash: `0x${string}`;
3672
- instructions: {
3673
- programIdIndex: number;
3674
- accounts: `0x${string}`;
3675
- data: `0x${string}`;
3676
- }[];
3677
- };
3678
- signatures: `0x${string}`[];
3679
- }, {
3680
- message: {
3681
- header: {
3682
- numRequiredSignatures: number;
3683
- numReadonlySignedAccounts: number;
3684
- numReadonlyUnsignedAccounts: number;
3685
- };
3686
- accountKeys: string[];
3687
- recentBlockhash: string;
3688
- instructions: {
3689
- programIdIndex: number;
3690
- accounts: string;
3691
- data: string;
3692
- }[];
3693
- };
3694
- signatures: string[];
3695
- }>;
3696
- declare const cfPrimitivesChainsAssetsSolAsset: z.ZodEffects<z.ZodObject<{
3697
- __kind: z.ZodEnum<["Sol", "SolUsdc"]>;
3698
- }, "strip", z.ZodTypeAny, {
3699
- __kind: "Sol" | "SolUsdc";
3700
- }, {
3701
- __kind: "Sol" | "SolUsdc";
3702
- }>, "Sol" | "SolUsdc", {
3703
- __kind: "Sol" | "SolUsdc";
3704
- }>;
3705
- declare const palletCfSolanaIngressEgressDepositAction: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
3706
- __kind: z.ZodLiteral<"Swap">;
3707
- swapRequestId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3708
- }, "strip", z.ZodTypeAny, {
3709
- __kind: "Swap";
3710
- swapRequestId: bigint;
3711
- }, {
3712
- __kind: "Swap";
3713
- swapRequestId: string | number;
3714
- }>, z.ZodObject<{
3715
- __kind: z.ZodLiteral<"LiquidityProvision">;
3716
- lpAccount: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
3717
- }, "strip", z.ZodTypeAny, {
3718
- __kind: "LiquidityProvision";
3719
- lpAccount: `cF${string}`;
3720
- }, {
3721
- __kind: "LiquidityProvision";
3722
- lpAccount: string;
3723
- }>, z.ZodObject<{
3724
- __kind: z.ZodLiteral<"CcmTransfer">;
3725
- swapRequestId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3726
- }, "strip", z.ZodTypeAny, {
3727
- __kind: "CcmTransfer";
3728
- swapRequestId: bigint;
3729
- }, {
3730
- __kind: "CcmTransfer";
3731
- swapRequestId: string | number;
3732
- }>, z.ZodObject<{
3733
- __kind: z.ZodLiteral<"NoAction">;
3734
- }, "strip", z.ZodTypeAny, {
3735
- __kind: "NoAction";
3736
- }, {
3737
- __kind: "NoAction";
3738
- }>, z.ZodObject<{
3739
- __kind: z.ZodLiteral<"BoostersCredited">;
3740
- prewitnessedDepositId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3741
- }, "strip", z.ZodTypeAny, {
3742
- __kind: "BoostersCredited";
3743
- prewitnessedDepositId: bigint;
3744
- }, {
3745
- __kind: "BoostersCredited";
3746
- prewitnessedDepositId: string | number;
3747
- }>]>;
3748
- declare const palletCfSolanaIngressEgressDepositIgnoredReason: z.ZodEffects<z.ZodObject<{
3749
- __kind: z.ZodEnum<["BelowMinimumDeposit", "NotEnoughToPayFees"]>;
3750
- }, "strip", z.ZodTypeAny, {
3751
- __kind: "BelowMinimumDeposit" | "NotEnoughToPayFees";
3752
- }, {
3753
- __kind: "BelowMinimumDeposit" | "NotEnoughToPayFees";
3754
- }>, "BelowMinimumDeposit" | "NotEnoughToPayFees", {
3755
- __kind: "BelowMinimumDeposit" | "NotEnoughToPayFees";
3756
- }>;
3757
- declare const palletCfSolanaIngressEgressDepositWitnessSolana: z.ZodObject<{
3758
- depositAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3759
- asset: z.ZodEffects<z.ZodObject<{
3760
- __kind: z.ZodEnum<["Sol", "SolUsdc"]>;
3761
- }, "strip", z.ZodTypeAny, {
3762
- __kind: "Sol" | "SolUsdc";
3763
- }, {
3764
- __kind: "Sol" | "SolUsdc";
3765
- }>, "Sol" | "SolUsdc", {
3766
- __kind: "Sol" | "SolUsdc";
3767
- }>;
3768
- amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3769
- }, "strip", z.ZodTypeAny, {
3770
- depositAddress: `0x${string}`;
3771
- asset: "Sol" | "SolUsdc";
3772
- amount: bigint;
3773
- }, {
3774
- depositAddress: string;
3775
- asset: {
3776
- __kind: "Sol" | "SolUsdc";
3777
- };
3778
- amount: string | number;
3779
- }>;
3780
- declare const palletCfSolanaIngressEgressBoostPoolIdSolana: z.ZodObject<{
3781
- asset: z.ZodEffects<z.ZodObject<{
3782
- __kind: z.ZodEnum<["Sol", "SolUsdc"]>;
3783
- }, "strip", z.ZodTypeAny, {
3784
- __kind: "Sol" | "SolUsdc";
3785
- }, {
3786
- __kind: "Sol" | "SolUsdc";
3787
- }>, "Sol" | "SolUsdc", {
3788
- __kind: "Sol" | "SolUsdc";
3789
- }>;
3790
- tier: z.ZodNumber;
3791
- }, "strip", z.ZodTypeAny, {
3792
- asset: "Sol" | "SolUsdc";
3793
- tier: number;
3794
- }, {
3795
- asset: {
3796
- __kind: "Sol" | "SolUsdc";
3797
- };
3798
- tier: number;
3799
- }>;
3800
- declare const cfChainsSolSolTrackedData: z.ZodObject<{
3801
- priorityFee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3802
- }, "strip", z.ZodTypeAny, {
3803
- priorityFee: bigint;
3804
- }, {
3805
- priorityFee: string | number;
3806
- }>;
3807
- declare const cfChainsChainStateSolana: z.ZodObject<{
3808
- blockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3809
- trackedData: z.ZodObject<{
3810
- priorityFee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3811
- }, "strip", z.ZodTypeAny, {
3812
- priorityFee: bigint;
3813
- }, {
3814
- priorityFee: string | number;
3815
- }>;
3816
- }, "strip", z.ZodTypeAny, {
3817
- blockHeight: bigint;
3818
- trackedData: {
3819
- priorityFee: bigint;
3820
- };
3821
- }, {
3822
- blockHeight: string | number;
3823
- trackedData: {
3824
- priorityFee: string | number;
3825
- };
3826
- }>;
3827
- //#endregion
3828
- export { accountId, cfAmmCommonPoolPairsMap, cfAmmCommonSide, cfChainsAddressEncodedAddress, cfChainsBtcScriptPubkey, cfChainsBtcUtxoId, cfChainsCcmChannelMetadata, cfChainsCcmCheckerCcmValidityError, cfChainsCcmDepositMetadataGenericEncodedAddress, cfChainsChainStateSolana, cfChainsChannelRefundParametersGenericEncodedAddress, cfChainsEvmDepositDetails, cfChainsExecutexSwapAndCallError, cfChainsSolApiSolanaTransactionBuildingError, cfChainsSolSolTrackedData, cfChainsSolSolTxCoreCompiledInstruction, cfChainsSolSolTxCoreMessage, cfChainsSolSolTxCoreMessageHeader, cfChainsSolSolTxCoreTransaction, cfChainsSwapOrigin, cfPrimitivesBeneficiary, cfPrimitivesChainsAssetsAnyAsset, cfPrimitivesChainsAssetsArbAsset, cfPrimitivesChainsAssetsBtcAsset, cfPrimitivesChainsAssetsDotAsset, cfPrimitivesChainsAssetsEthAsset, cfPrimitivesChainsAssetsSolAsset, cfPrimitivesChainsForeignChain, cfPrimitivesDcaParameters, cfPrimitivesSwapLeg, cfTraitsSwappingSwapRequestTypeGeneric, cfTraitsSwappingSwapType, hexString, numberOrHex, numericString, palletCfArbitrumIngressEgressDepositAction, palletCfAssetBalancesPalletSafeMode, palletCfBitcoinIngressEgressDepositAction, palletCfBroadcastPalletSafeMode, palletCfEmissionsPalletSafeMode, palletCfEnvironmentSafeModeUpdate, palletCfEthereumIngressEgressDepositAction, palletCfFundingPalletSafeMode, palletCfIngressEgressPalletSafeMode, palletCfLpPalletSafeMode, palletCfPolkadotIngressEgressDepositAction, palletCfPoolsAssetPair, palletCfPoolsCloseOrder, palletCfPoolsIncreaseOrDecreaseRangeOrderChange, palletCfPoolsIncreaseOrDecreaseU128, palletCfPoolsPalletSafeMode, palletCfPoolsRangeOrderChange, palletCfReputationPalletSafeMode, palletCfSolanaIngressEgressBoostPoolIdSolana, palletCfSolanaIngressEgressDepositAction, palletCfSolanaIngressEgressDepositIgnoredReason, palletCfSolanaIngressEgressDepositWitnessSolana, palletCfSwappingCcmFailReason, palletCfSwappingPalletSafeMode, palletCfThresholdSignaturePalletSafeMode, palletCfValidatorPalletSafeMode, palletCfWitnesserPalletSafeMode, simpleEnum, solPrimPdaPdaError, spArithmeticArithmeticError, spRuntimeDispatchError, spRuntimeModuleError, spRuntimeTokenError, spRuntimeTransactionalError, stateChainRuntimeSafeModeInnerRuntimeSafeMode, stateChainRuntimeSafeModeWitnesserCallPermission };