@chainflip/processor 2.1.0-alpha.3 → 2.1.0-beta.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 (3663) hide show
  1. package/dist/100/_virtual/rolldown_runtime.cjs +29 -0
  2. package/dist/100/accountRoles/accountRoleRegistered.cjs +12 -0
  3. package/dist/100/bitcoinBroadcaster/broadcastAborted.cjs +8 -0
  4. package/dist/100/bitcoinBroadcaster/broadcastAttemptTimeout.cjs +9 -0
  5. package/dist/100/bitcoinBroadcaster/broadcastCallbackExecuted.cjs +12 -0
  6. package/dist/100/bitcoinBroadcaster/broadcastRetryScheduled.cjs +9 -0
  7. package/dist/100/bitcoinBroadcaster/broadcastSuccess.cjs +12 -0
  8. package/dist/100/bitcoinBroadcaster/thresholdSignatureInvalid.cjs +11 -0
  9. package/dist/100/bitcoinBroadcaster/transactionBroadcastRequest.cjs +14 -0
  10. package/dist/100/bitcoinBroadcaster/transactionBroadcastRequest.d.ts +46 -0
  11. package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.cjs +12 -0
  12. package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.cjs +9 -0
  13. package/dist/100/bitcoinChainTracking/chainStateUpdated.cjs +9 -0
  14. package/dist/100/bitcoinIngressEgress/assetEgressStatusChanged.cjs +12 -0
  15. package/dist/100/bitcoinIngressEgress/batchBroadcastRequested.cjs +12 -0
  16. package/dist/100/bitcoinIngressEgress/ccmBroadcastRequested.cjs +12 -0
  17. package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.cjs +12 -0
  18. package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.ts +242 -0
  19. package/dist/100/bitcoinIngressEgress/depositFetchesScheduled.cjs +12 -0
  20. package/dist/100/bitcoinIngressEgress/depositFetchesScheduled.d.ts +25 -0
  21. package/dist/100/bitcoinIngressEgress/depositIgnored.cjs +14 -0
  22. package/dist/100/bitcoinIngressEgress/depositIgnored.d.ts +141 -0
  23. package/dist/100/bitcoinIngressEgress/depositReceived.cjs +14 -0
  24. package/dist/100/bitcoinIngressEgress/depositReceived.d.ts +141 -0
  25. package/dist/100/bitcoinIngressEgress/depositWitnessRejected.cjs +12 -0
  26. package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.ts +423 -0
  27. package/dist/100/bitcoinIngressEgress/egressScheduled.cjs +14 -0
  28. package/dist/100/bitcoinIngressEgress/minimumDepositSet.cjs +12 -0
  29. package/dist/100/bitcoinIngressEgress/vaultTransferFailed.cjs +13 -0
  30. package/dist/100/bitcoinThresholdSigner/currentKeyUnavailable.cjs +11 -0
  31. package/dist/100/bitcoinThresholdSigner/failureReportProcessed.cjs +13 -0
  32. package/dist/100/bitcoinThresholdSigner/failureReportProcessed.d.ts +18 -0
  33. package/dist/100/bitcoinThresholdSigner/retryRequested.cjs +12 -0
  34. package/dist/100/bitcoinThresholdSigner/retryRequested.d.ts +15 -0
  35. package/dist/100/bitcoinThresholdSigner/signersUnavailable.cjs +11 -0
  36. package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.cjs +13 -0
  37. package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.d.ts +336 -0
  38. package/dist/100/bitcoinThresholdSigner/thresholdSignatureFailed.cjs +13 -0
  39. package/dist/100/bitcoinThresholdSigner/thresholdSignatureFailed.d.ts +18 -0
  40. package/dist/100/bitcoinThresholdSigner/thresholdSignatureRequest.cjs +16 -0
  41. package/dist/100/bitcoinThresholdSigner/thresholdSignatureRequest.d.ts +52 -0
  42. package/dist/100/bitcoinThresholdSigner/thresholdSignatureResponseTimeoutUpdated.cjs +8 -0
  43. package/dist/100/bitcoinThresholdSigner/thresholdSignatureSuccess.cjs +12 -0
  44. package/dist/100/bitcoinThresholdSigner/thresholdSignatureSuccess.d.ts +15 -0
  45. package/dist/100/bitcoinVault/awaitingGovernanceActivation.cjs +9 -0
  46. package/dist/100/bitcoinVault/keyHandoverFailure.cjs +9 -0
  47. package/dist/100/bitcoinVault/keyHandoverFailureReported.cjs +7 -0
  48. package/dist/100/bitcoinVault/keyHandoverRequest.cjs +17 -0
  49. package/dist/100/bitcoinVault/keyHandoverResponseTimeout.cjs +9 -0
  50. package/dist/100/bitcoinVault/keyHandoverSuccess.cjs +9 -0
  51. package/dist/100/bitcoinVault/keyHandoverSuccessReported.cjs +7 -0
  52. package/dist/100/bitcoinVault/keyHandoverVerificationFailure.cjs +9 -0
  53. package/dist/100/bitcoinVault/keyHandoverVerificationSuccess.cjs +9 -0
  54. package/dist/100/bitcoinVault/keygenFailure.cjs +7 -0
  55. package/dist/100/bitcoinVault/keygenFailureReported.cjs +7 -0
  56. package/dist/100/bitcoinVault/keygenRequest.cjs +13 -0
  57. package/dist/100/bitcoinVault/keygenResponseTimeout.cjs +7 -0
  58. package/dist/100/bitcoinVault/keygenResponseTimeoutUpdated.cjs +8 -0
  59. package/dist/100/bitcoinVault/keygenSuccess.cjs +7 -0
  60. package/dist/100/bitcoinVault/keygenSuccessReported.cjs +7 -0
  61. package/dist/100/bitcoinVault/keygenVerificationFailure.cjs +9 -0
  62. package/dist/100/bitcoinVault/keygenVerificationSuccess.cjs +9 -0
  63. package/dist/100/bitcoinVault/noKeyHandover.cjs +8 -0
  64. package/dist/100/bitcoinVault/vaultRotatedExternally.cjs +7 -0
  65. package/dist/100/bitcoinVault/vaultRotationAborted.cjs +8 -0
  66. package/dist/100/bitcoinVault/vaultRotationCompleted.cjs +8 -0
  67. package/dist/100/common.cjs +589 -0
  68. package/dist/100/common.d.ts +3546 -0
  69. package/dist/100/emissions/backupNodeInflationEmissionsUpdated.cjs +8 -0
  70. package/dist/100/emissions/currentAuthorityInflationEmissionsUpdated.cjs +8 -0
  71. package/dist/100/emissions/supplyUpdateBroadcastRequested.cjs +8 -0
  72. package/dist/100/emissions/supplyUpdateIntervalUpdated.cjs +8 -0
  73. package/dist/100/environment/addedNewEthAsset.cjs +9 -0
  74. package/dist/100/environment/bitcoinBlockNumberSetForVault.cjs +9 -0
  75. package/dist/100/environment/polkadotVaultAccountSet.cjs +9 -0
  76. package/dist/100/environment/runtimeSafeModeUpdated.cjs +9 -0
  77. package/dist/100/environment/runtimeSafeModeUpdated.d.ts +688 -0
  78. package/dist/100/environment/updatedEthAsset.cjs +9 -0
  79. package/dist/100/ethereumBroadcaster/broadcastAborted.cjs +8 -0
  80. package/dist/100/ethereumBroadcaster/broadcastAttemptTimeout.cjs +9 -0
  81. package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.cjs +12 -0
  82. package/dist/100/ethereumBroadcaster/broadcastRetryScheduled.cjs +9 -0
  83. package/dist/100/ethereumBroadcaster/broadcastSuccess.cjs +12 -0
  84. package/dist/100/ethereumBroadcaster/thresholdSignatureInvalid.cjs +11 -0
  85. package/dist/100/ethereumBroadcaster/transactionBroadcastRequest.cjs +14 -0
  86. package/dist/100/ethereumBroadcaster/transactionBroadcastRequest.d.ts +91 -0
  87. package/dist/100/ethereumBroadcaster/transactionFeeDeficitRecorded.cjs +12 -0
  88. package/dist/100/ethereumBroadcaster/transactionFeeDeficitRefused.cjs +9 -0
  89. package/dist/100/ethereumChainTracking/chainStateUpdated.cjs +9 -0
  90. package/dist/100/ethereumIngressEgress/assetEgressStatusChanged.cjs +12 -0
  91. package/dist/100/ethereumIngressEgress/batchBroadcastRequested.cjs +12 -0
  92. package/dist/100/ethereumIngressEgress/ccmBroadcastRequested.cjs +12 -0
  93. package/dist/100/ethereumIngressEgress/ccmEgressInvalid.cjs +12 -0
  94. package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.ts +242 -0
  95. package/dist/100/ethereumIngressEgress/depositFetchesScheduled.cjs +12 -0
  96. package/dist/100/ethereumIngressEgress/depositFetchesScheduled.d.ts +25 -0
  97. package/dist/100/ethereumIngressEgress/depositIgnored.cjs +13 -0
  98. package/dist/100/ethereumIngressEgress/depositIgnored.d.ts +28 -0
  99. package/dist/100/ethereumIngressEgress/depositReceived.cjs +13 -0
  100. package/dist/100/ethereumIngressEgress/depositReceived.d.ts +28 -0
  101. package/dist/100/ethereumIngressEgress/depositWitnessRejected.cjs +12 -0
  102. package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.ts +264 -0
  103. package/dist/100/ethereumIngressEgress/egressScheduled.cjs +14 -0
  104. package/dist/100/ethereumIngressEgress/minimumDepositSet.cjs +12 -0
  105. package/dist/100/ethereumIngressEgress/vaultTransferFailed.cjs +13 -0
  106. package/dist/100/ethereumThresholdSigner/currentKeyUnavailable.cjs +11 -0
  107. package/dist/100/ethereumThresholdSigner/failureReportProcessed.cjs +13 -0
  108. package/dist/100/ethereumThresholdSigner/failureReportProcessed.d.ts +18 -0
  109. package/dist/100/ethereumThresholdSigner/retryRequested.cjs +12 -0
  110. package/dist/100/ethereumThresholdSigner/retryRequested.d.ts +15 -0
  111. package/dist/100/ethereumThresholdSigner/signersUnavailable.cjs +11 -0
  112. package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.cjs +13 -0
  113. package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.d.ts +336 -0
  114. package/dist/100/ethereumThresholdSigner/thresholdSignatureFailed.cjs +13 -0
  115. package/dist/100/ethereumThresholdSigner/thresholdSignatureFailed.d.ts +18 -0
  116. package/dist/100/ethereumThresholdSigner/thresholdSignatureRequest.cjs +16 -0
  117. package/dist/100/ethereumThresholdSigner/thresholdSignatureRequest.d.ts +54 -0
  118. package/dist/100/ethereumThresholdSigner/thresholdSignatureResponseTimeoutUpdated.cjs +8 -0
  119. package/dist/100/ethereumThresholdSigner/thresholdSignatureSuccess.cjs +12 -0
  120. package/dist/100/ethereumThresholdSigner/thresholdSignatureSuccess.d.ts +15 -0
  121. package/dist/100/ethereumVault/awaitingGovernanceActivation.cjs +9 -0
  122. package/dist/100/ethereumVault/keyHandoverFailure.cjs +9 -0
  123. package/dist/100/ethereumVault/keyHandoverFailureReported.cjs +7 -0
  124. package/dist/100/ethereumVault/keyHandoverRequest.cjs +17 -0
  125. package/dist/100/ethereumVault/keyHandoverResponseTimeout.cjs +9 -0
  126. package/dist/100/ethereumVault/keyHandoverSuccess.cjs +9 -0
  127. package/dist/100/ethereumVault/keyHandoverSuccessReported.cjs +7 -0
  128. package/dist/100/ethereumVault/keyHandoverVerificationFailure.cjs +9 -0
  129. package/dist/100/ethereumVault/keyHandoverVerificationSuccess.cjs +9 -0
  130. package/dist/100/ethereumVault/keygenFailure.cjs +7 -0
  131. package/dist/100/ethereumVault/keygenFailureReported.cjs +7 -0
  132. package/dist/100/ethereumVault/keygenRequest.cjs +13 -0
  133. package/dist/100/ethereumVault/keygenResponseTimeout.cjs +7 -0
  134. package/dist/100/ethereumVault/keygenResponseTimeoutUpdated.cjs +8 -0
  135. package/dist/100/ethereumVault/keygenSuccess.cjs +7 -0
  136. package/dist/100/ethereumVault/keygenSuccessReported.cjs +7 -0
  137. package/dist/100/ethereumVault/keygenVerificationFailure.cjs +9 -0
  138. package/dist/100/ethereumVault/keygenVerificationSuccess.cjs +9 -0
  139. package/dist/100/ethereumVault/noKeyHandover.cjs +8 -0
  140. package/dist/100/ethereumVault/vaultRotatedExternally.cjs +7 -0
  141. package/dist/100/ethereumVault/vaultRotationAborted.cjs +8 -0
  142. package/dist/100/ethereumVault/vaultRotationCompleted.cjs +8 -0
  143. package/dist/100/flip/accountReaped.cjs +12 -0
  144. package/dist/100/flip/remainingImbalance.cjs +12 -0
  145. package/dist/100/flip/slashingPerformed.cjs +12 -0
  146. package/dist/100/flip/slashingRateUpdated.cjs +8 -0
  147. package/dist/100/funding/addedRestrictedAddress.cjs +9 -0
  148. package/dist/100/funding/boundExecutorAddress.cjs +12 -0
  149. package/dist/100/funding/boundExecutorAddress.d.ts +15 -0
  150. package/dist/100/funding/boundRedeemAddress.cjs +12 -0
  151. package/dist/100/funding/boundRedeemAddress.d.ts +15 -0
  152. package/dist/100/funding/failedFundingAttempt.cjs +13 -0
  153. package/dist/100/funding/failedFundingAttempt.d.ts +18 -0
  154. package/dist/100/funding/funded.cjs +14 -0
  155. package/dist/100/funding/funded.d.ts +21 -0
  156. package/dist/100/funding/minimumFundingUpdated.cjs +9 -0
  157. package/dist/100/funding/redemptionAmountZero.cjs +9 -0
  158. package/dist/100/funding/redemptionExpired.cjs +9 -0
  159. package/dist/100/funding/redemptionRequested.cjs +14 -0
  160. package/dist/100/funding/redemptionRequested.d.ts +21 -0
  161. package/dist/100/funding/redemptionSettled.cjs +9 -0
  162. package/dist/100/funding/redemptionTaxAmountUpdated.cjs +9 -0
  163. package/dist/100/funding/removedRestrictedAddress.cjs +9 -0
  164. package/dist/100/funding/startedBidding.cjs +9 -0
  165. package/dist/100/funding/stoppedBidding.cjs +9 -0
  166. package/dist/100/governance/approved.cjs +8 -0
  167. package/dist/100/governance/decodeOfCallFailed.cjs +8 -0
  168. package/dist/100/governance/executed.cjs +8 -0
  169. package/dist/100/governance/expired.cjs +8 -0
  170. package/dist/100/governance/failedExecution.cjs +7 -0
  171. package/dist/100/governance/govKeyCallExecuted.cjs +9 -0
  172. package/dist/100/governance/govKeyCallExecutionFailed.cjs +12 -0
  173. package/dist/100/governance/govKeyCallHashWhitelisted.cjs +9 -0
  174. package/dist/100/governance/proposed.cjs +8 -0
  175. package/dist/100/grandpa/newAuthorities.cjs +9 -0
  176. package/dist/100/grandpa/paused.cjs +8 -0
  177. package/dist/100/grandpa/resumed.cjs +8 -0
  178. package/dist/100/liquidityPools/assetSwapped.cjs +14 -0
  179. package/dist/100/liquidityPools/assetSwapped.d.ts +41 -0
  180. package/dist/100/liquidityPools/limitOrderUpdated.cjs +19 -0
  181. package/dist/100/liquidityPools/limitOrderUpdated.d.ts +86 -0
  182. package/dist/100/liquidityPools/networkFeeTaken.cjs +9 -0
  183. package/dist/100/liquidityPools/newPoolCreated.cjs +14 -0
  184. package/dist/100/liquidityPools/newPoolCreated.d.ts +41 -0
  185. package/dist/100/liquidityPools/poolFeeSet.cjs +13 -0
  186. package/dist/100/liquidityPools/poolFeeSet.d.ts +38 -0
  187. package/dist/100/liquidityPools/poolStateUpdated.cjs +13 -0
  188. package/dist/100/liquidityPools/poolStateUpdated.d.ts +38 -0
  189. package/dist/100/liquidityPools/rangeOrderUpdated.cjs +21 -0
  190. package/dist/100/liquidityPools/rangeOrderUpdated.d.ts +209 -0
  191. package/dist/100/liquidityPools/updatedBuyInterval.cjs +8 -0
  192. package/dist/100/liquidityProvider/accountCredited.cjs +13 -0
  193. package/dist/100/liquidityProvider/accountCredited.d.ts +28 -0
  194. package/dist/100/liquidityProvider/accountDebited.cjs +13 -0
  195. package/dist/100/liquidityProvider/accountDebited.d.ts +28 -0
  196. package/dist/100/liquidityProvider/liquidityDepositAddressReady.cjs +15 -0
  197. package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.ts +67 -0
  198. package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.cjs +13 -0
  199. package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.ts +206 -0
  200. package/dist/100/liquidityProvider/withdrawalEgressScheduled.cjs +14 -0
  201. package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.ts +74 -0
  202. package/dist/100/polkadotBroadcaster/broadcastAborted.cjs +8 -0
  203. package/dist/100/polkadotBroadcaster/broadcastAttemptTimeout.cjs +9 -0
  204. package/dist/100/polkadotBroadcaster/broadcastCallbackExecuted.cjs +12 -0
  205. package/dist/100/polkadotBroadcaster/broadcastRetryScheduled.cjs +9 -0
  206. package/dist/100/polkadotBroadcaster/broadcastSuccess.cjs +12 -0
  207. package/dist/100/polkadotBroadcaster/thresholdSignatureInvalid.cjs +11 -0
  208. package/dist/100/polkadotBroadcaster/transactionBroadcastRequest.cjs +14 -0
  209. package/dist/100/polkadotBroadcaster/transactionBroadcastRequest.d.ts +46 -0
  210. package/dist/100/polkadotBroadcaster/transactionFeeDeficitRecorded.cjs +12 -0
  211. package/dist/100/polkadotBroadcaster/transactionFeeDeficitRefused.cjs +9 -0
  212. package/dist/100/polkadotChainTracking/chainStateUpdated.cjs +9 -0
  213. package/dist/100/polkadotIngressEgress/assetEgressStatusChanged.cjs +12 -0
  214. package/dist/100/polkadotIngressEgress/batchBroadcastRequested.cjs +12 -0
  215. package/dist/100/polkadotIngressEgress/ccmBroadcastRequested.cjs +12 -0
  216. package/dist/100/polkadotIngressEgress/ccmEgressInvalid.cjs +12 -0
  217. package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.ts +242 -0
  218. package/dist/100/polkadotIngressEgress/depositFetchesScheduled.cjs +12 -0
  219. package/dist/100/polkadotIngressEgress/depositFetchesScheduled.d.ts +25 -0
  220. package/dist/100/polkadotIngressEgress/depositIgnored.cjs +13 -0
  221. package/dist/100/polkadotIngressEgress/depositIgnored.d.ts +28 -0
  222. package/dist/100/polkadotIngressEgress/depositReceived.cjs +13 -0
  223. package/dist/100/polkadotIngressEgress/depositReceived.d.ts +28 -0
  224. package/dist/100/polkadotIngressEgress/depositWitnessRejected.cjs +12 -0
  225. package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.ts +264 -0
  226. package/dist/100/polkadotIngressEgress/egressScheduled.cjs +14 -0
  227. package/dist/100/polkadotIngressEgress/minimumDepositSet.cjs +12 -0
  228. package/dist/100/polkadotIngressEgress/vaultTransferFailed.cjs +13 -0
  229. package/dist/100/polkadotThresholdSigner/currentKeyUnavailable.cjs +11 -0
  230. package/dist/100/polkadotThresholdSigner/failureReportProcessed.cjs +13 -0
  231. package/dist/100/polkadotThresholdSigner/failureReportProcessed.d.ts +18 -0
  232. package/dist/100/polkadotThresholdSigner/retryRequested.cjs +12 -0
  233. package/dist/100/polkadotThresholdSigner/retryRequested.d.ts +15 -0
  234. package/dist/100/polkadotThresholdSigner/signersUnavailable.cjs +11 -0
  235. package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.cjs +13 -0
  236. package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.d.ts +336 -0
  237. package/dist/100/polkadotThresholdSigner/thresholdSignatureFailed.cjs +13 -0
  238. package/dist/100/polkadotThresholdSigner/thresholdSignatureFailed.d.ts +18 -0
  239. package/dist/100/polkadotThresholdSigner/thresholdSignatureRequest.cjs +16 -0
  240. package/dist/100/polkadotThresholdSigner/thresholdSignatureRequest.d.ts +27 -0
  241. package/dist/100/polkadotThresholdSigner/thresholdSignatureResponseTimeoutUpdated.cjs +8 -0
  242. package/dist/100/polkadotThresholdSigner/thresholdSignatureSuccess.cjs +12 -0
  243. package/dist/100/polkadotThresholdSigner/thresholdSignatureSuccess.d.ts +15 -0
  244. package/dist/100/polkadotVault/awaitingGovernanceActivation.cjs +9 -0
  245. package/dist/100/polkadotVault/keyHandoverFailure.cjs +9 -0
  246. package/dist/100/polkadotVault/keyHandoverFailureReported.cjs +7 -0
  247. package/dist/100/polkadotVault/keyHandoverRequest.cjs +17 -0
  248. package/dist/100/polkadotVault/keyHandoverResponseTimeout.cjs +9 -0
  249. package/dist/100/polkadotVault/keyHandoverSuccess.cjs +9 -0
  250. package/dist/100/polkadotVault/keyHandoverSuccessReported.cjs +7 -0
  251. package/dist/100/polkadotVault/keyHandoverVerificationFailure.cjs +9 -0
  252. package/dist/100/polkadotVault/keyHandoverVerificationSuccess.cjs +9 -0
  253. package/dist/100/polkadotVault/keygenFailure.cjs +7 -0
  254. package/dist/100/polkadotVault/keygenFailureReported.cjs +7 -0
  255. package/dist/100/polkadotVault/keygenRequest.cjs +13 -0
  256. package/dist/100/polkadotVault/keygenResponseTimeout.cjs +7 -0
  257. package/dist/100/polkadotVault/keygenResponseTimeoutUpdated.cjs +8 -0
  258. package/dist/100/polkadotVault/keygenSuccess.cjs +7 -0
  259. package/dist/100/polkadotVault/keygenSuccessReported.cjs +7 -0
  260. package/dist/100/polkadotVault/keygenVerificationFailure.cjs +9 -0
  261. package/dist/100/polkadotVault/keygenVerificationSuccess.cjs +9 -0
  262. package/dist/100/polkadotVault/noKeyHandover.cjs +8 -0
  263. package/dist/100/polkadotVault/vaultRotatedExternally.cjs +7 -0
  264. package/dist/100/polkadotVault/vaultRotationAborted.cjs +8 -0
  265. package/dist/100/polkadotVault/vaultRotationCompleted.cjs +8 -0
  266. package/dist/100/reputation/accrualRateUpdated.cjs +11 -0
  267. package/dist/100/reputation/missedHeartbeatPenaltyUpdated.cjs +8 -0
  268. package/dist/100/reputation/offencePenalty.cjs +13 -0
  269. package/dist/100/reputation/penaltyUpdated.cjs +13 -0
  270. package/dist/100/session/newSession.cjs +8 -0
  271. package/dist/100/swapping/batchSwapFailed.cjs +13 -0
  272. package/dist/100/swapping/batchSwapFailed.d.ts +38 -0
  273. package/dist/100/swapping/ccmDepositReceived.cjs +16 -0
  274. package/dist/100/swapping/ccmDepositReceived.d.ts +354 -0
  275. package/dist/100/swapping/ccmEgressScheduled.cjs +12 -0
  276. package/dist/100/swapping/ccmFailed.cjs +13 -0
  277. package/dist/100/swapping/ccmFailed.d.ts +355 -0
  278. package/dist/100/swapping/minimumSwapAmountSet.cjs +12 -0
  279. package/dist/100/swapping/minimumSwapAmountSet.d.ts +25 -0
  280. package/dist/100/swapping/swapAmountTooLow.cjs +14 -0
  281. package/dist/100/swapping/swapAmountTooLow.d.ts +149 -0
  282. package/dist/100/swapping/swapDepositAddressReady.cjs +18 -0
  283. package/dist/100/swapping/swapDepositAddressReady.d.ts +139 -0
  284. package/dist/100/swapping/swapEgressScheduled.cjs +14 -0
  285. package/dist/100/swapping/swapEgressScheduled.d.ts +41 -0
  286. package/dist/100/swapping/swapExecuted.cjs +16 -0
  287. package/dist/100/swapping/swapExecuted.d.ts +47 -0
  288. package/dist/100/swapping/swapScheduled.cjs +18 -0
  289. package/dist/100/swapping/swapScheduled.d.ts +450 -0
  290. package/dist/100/swapping/withdrawalRequested.cjs +13 -0
  291. package/dist/100/swapping/withdrawalRequested.d.ts +61 -0
  292. package/dist/100/system/codeUpdated.cjs +8 -0
  293. package/dist/100/system/extrinsicFailed.cjs +12 -0
  294. package/dist/100/system/extrinsicSuccess.cjs +9 -0
  295. package/dist/100/system/killedAccount.cjs +9 -0
  296. package/dist/100/system/newAccount.cjs +9 -0
  297. package/dist/100/system/remarked.cjs +12 -0
  298. package/dist/100/tokenholderGovernance/govKeyUpdatedHasFailed.cjs +12 -0
  299. package/dist/100/tokenholderGovernance/govKeyUpdatedHasFailed.d.ts +25 -0
  300. package/dist/100/tokenholderGovernance/govKeyUpdatedWasSuccessful.cjs +12 -0
  301. package/dist/100/tokenholderGovernance/govKeyUpdatedWasSuccessful.d.ts +25 -0
  302. package/dist/100/tokenholderGovernance/proposalEnacted.cjs +9 -0
  303. package/dist/100/tokenholderGovernance/proposalPassed.cjs +9 -0
  304. package/dist/100/tokenholderGovernance/proposalRejected.cjs +9 -0
  305. package/dist/100/tokenholderGovernance/proposalSubmitted.cjs +9 -0
  306. package/dist/100/transactionPayment/transactionFeePaid.cjs +13 -0
  307. package/dist/100/validator/auctionCompleted.cjs +9 -0
  308. package/dist/100/validator/cFEVersionUpdated.cjs +13 -0
  309. package/dist/100/validator/newEpoch.cjs +8 -0
  310. package/dist/100/validator/palletConfigUpdated.cjs +9 -0
  311. package/dist/100/validator/peerIdRegistered.cjs +14 -0
  312. package/dist/100/validator/peerIdUnregistered.cjs +9 -0
  313. package/dist/100/validator/rotationAborted.cjs +8 -0
  314. package/dist/100/validator/rotationPhaseUpdated.cjs +9 -0
  315. package/dist/100/validator/vanityNameSet.cjs +9 -0
  316. package/dist/100/witnesser/prewitnessed.cjs +8 -0
  317. package/dist/100/witnesser/witnessExecutionFailed.cjs +12 -0
  318. package/dist/102/_virtual/rolldown_runtime.cjs +29 -0
  319. package/dist/102/accountRoles/accountRoleRegistered.cjs +12 -0
  320. package/dist/102/common.cjs +91 -0
  321. package/dist/102/swapping/maximumSwapAmountSet.cjs +12 -0
  322. package/dist/102/swapping/swapAmountConfiscated.cjs +15 -0
  323. package/dist/102/validator/palletConfigUpdated.cjs +9 -0
  324. package/dist/11000/_virtual/rolldown_runtime.cjs +29 -0
  325. package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.cjs +12 -0
  326. package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.ts +971 -0
  327. package/dist/11000/arbitrumIngressEgress/depositFailed.cjs +13 -0
  328. package/dist/11000/arbitrumIngressEgress/depositFailed.d.ts +1355 -0
  329. package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  330. package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +978 -0
  331. package/dist/11000/arbitrumIngressEgress/invalidCcmRefunded.cjs +13 -0
  332. package/dist/11000/arbitrumIngressEgress/palletConfigUpdated.cjs +9 -0
  333. package/dist/11000/assethubIngressEgress/ccmEgressInvalid.cjs +12 -0
  334. package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.ts +971 -0
  335. package/dist/11000/assethubIngressEgress/depositFailed.cjs +13 -0
  336. package/dist/11000/assethubIngressEgress/depositFailed.d.ts +1346 -0
  337. package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  338. package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.ts +978 -0
  339. package/dist/11000/assethubIngressEgress/invalidCcmRefunded.cjs +13 -0
  340. package/dist/11000/assethubIngressEgress/palletConfigUpdated.cjs +9 -0
  341. package/dist/11000/bitcoinElections/allVotesCleared.cjs +8 -0
  342. package/dist/11000/bitcoinElections/allVotesNotCleared.cjs +8 -0
  343. package/dist/11000/bitcoinElections/corruptStorage.cjs +8 -0
  344. package/dist/11000/bitcoinElections/electoralEvent.cjs +7 -0
  345. package/dist/11000/bitcoinElections/uninitialized.cjs +8 -0
  346. package/dist/11000/bitcoinElections/unknownElection.cjs +9 -0
  347. package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.cjs +12 -0
  348. package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.ts +971 -0
  349. package/dist/11000/bitcoinIngressEgress/depositFailed.cjs +13 -0
  350. package/dist/11000/bitcoinIngressEgress/depositFailed.d.ts +2264 -0
  351. package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  352. package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +978 -0
  353. package/dist/11000/bitcoinIngressEgress/invalidCcmRefunded.cjs +13 -0
  354. package/dist/11000/bitcoinIngressEgress/invalidCcmRefunded.d.ts +123 -0
  355. package/dist/11000/bitcoinIngressEgress/palletConfigUpdated.cjs +9 -0
  356. package/dist/11000/common.cjs +1289 -0
  357. package/dist/11000/common.d.ts +21444 -0
  358. package/dist/11000/environment/runtimeSafeModeUpdated.cjs +9 -0
  359. package/dist/11000/environment/runtimeSafeModeUpdated.d.ts +1366 -0
  360. package/dist/11000/environment/solanaGovCallDispatched.cjs +12 -0
  361. package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.cjs +12 -0
  362. package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.d.ts +971 -0
  363. package/dist/11000/ethereumIngressEgress/depositFailed.cjs +13 -0
  364. package/dist/11000/ethereumIngressEgress/depositFailed.d.ts +1355 -0
  365. package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  366. package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +978 -0
  367. package/dist/11000/ethereumIngressEgress/invalidCcmRefunded.cjs +13 -0
  368. package/dist/11000/ethereumIngressEgress/palletConfigUpdated.cjs +9 -0
  369. package/dist/11000/funding/rebalance.cjs +13 -0
  370. package/dist/11000/lendingPools/boostFundsAdded.cjs +13 -0
  371. package/dist/11000/lendingPools/boostFundsAdded.d.ts +45 -0
  372. package/dist/11000/lendingPools/boostPoolCreated.cjs +9 -0
  373. package/dist/11000/lendingPools/boostPoolCreated.d.ts +39 -0
  374. package/dist/11000/lendingPools/palletConfigUpdated.cjs +9 -0
  375. package/dist/11000/lendingPools/stoppedBoosting.cjs +14 -0
  376. package/dist/11000/lendingPools/stoppedBoosting.d.ts +48 -0
  377. package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.cjs +12 -0
  378. package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.ts +971 -0
  379. package/dist/11000/polkadotIngressEgress/depositFailed.cjs +13 -0
  380. package/dist/11000/polkadotIngressEgress/depositFailed.d.ts +1346 -0
  381. package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  382. package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +978 -0
  383. package/dist/11000/polkadotIngressEgress/invalidCcmRefunded.cjs +13 -0
  384. package/dist/11000/polkadotIngressEgress/palletConfigUpdated.cjs +9 -0
  385. package/dist/11000/solanaElections/electoralEvent.cjs +8 -0
  386. package/dist/11000/solanaElections/unknownElection.cjs +9 -0
  387. package/dist/11000/solanaElections/unknownElection.d.ts +54 -0
  388. package/dist/11000/solanaIngressEgress/ccmEgressInvalid.cjs +12 -0
  389. package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.ts +971 -0
  390. package/dist/11000/solanaIngressEgress/depositFailed.cjs +13 -0
  391. package/dist/11000/solanaIngressEgress/depositFailed.d.ts +1305 -0
  392. package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  393. package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +978 -0
  394. package/dist/11000/solanaIngressEgress/invalidCcmRefunded.cjs +13 -0
  395. package/dist/11000/solanaIngressEgress/palletConfigUpdated.cjs +9 -0
  396. package/dist/11000/swapping/palletConfigUpdated.cjs +9 -0
  397. package/dist/11000/swapping/palletConfigUpdated.d.ts +255 -0
  398. package/dist/11000/swapping/refundEgressScheduled.cjs +16 -0
  399. package/dist/11000/swapping/refundEgressScheduled.d.ts +57 -0
  400. package/dist/11000/swapping/refundedOnChain.cjs +15 -0
  401. package/dist/11000/swapping/refundedOnChain.d.ts +34 -0
  402. package/dist/11000/swapping/swapDepositAddressReady.cjs +24 -0
  403. package/dist/11000/swapping/swapDepositAddressReady.d.ts +657 -0
  404. package/dist/11000/swapping/swapRequested.cjs +19 -0
  405. package/dist/11000/swapping/swapRequested.d.ts +1434 -0
  406. package/dist/11000/tradingStrategy/strategyDeployed.cjs +13 -0
  407. package/dist/11000/tradingStrategy/strategyDeployed.d.ts +134 -0
  408. package/dist/11000/validator/palletConfigUpdated.cjs +9 -0
  409. package/dist/111/_virtual/rolldown_runtime.cjs +29 -0
  410. package/dist/111/bitcoinBroadcaster/callResigned.cjs +8 -0
  411. package/dist/111/bitcoinBroadcaster/thresholdSignatureInvalid.cjs +9 -0
  412. package/dist/111/bitcoinIngressEgress/ccmBroadcastFailed.cjs +8 -0
  413. package/dist/111/bitcoinIngressEgress/failedForeignChainCallExpired.cjs +8 -0
  414. package/dist/111/bitcoinIngressEgress/failedForeignChainCallResigned.cjs +11 -0
  415. package/dist/111/bitcoinIngressEgress/transferFallbackRequested.cjs +14 -0
  416. package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.ts +126 -0
  417. package/dist/111/common.cjs +159 -0
  418. package/dist/111/common.d.ts +457 -0
  419. package/dist/111/ethereumBroadcaster/callResigned.cjs +8 -0
  420. package/dist/111/ethereumBroadcaster/thresholdSignatureInvalid.cjs +9 -0
  421. package/dist/111/ethereumIngressEgress/ccmBroadcastFailed.cjs +8 -0
  422. package/dist/111/ethereumIngressEgress/failedForeignChainCallExpired.cjs +8 -0
  423. package/dist/111/ethereumIngressEgress/failedForeignChainCallResigned.cjs +11 -0
  424. package/dist/111/ethereumIngressEgress/transferFallbackRequested.cjs +14 -0
  425. package/dist/111/ethereumIngressEgress/transferFallbackRequested.d.ts +31 -0
  426. package/dist/111/liquidityPools/limitOrderSetOrUpdateScheduled.cjs +13 -0
  427. package/dist/111/liquidityPools/limitOrderUpdated.cjs +20 -0
  428. package/dist/111/liquidityPools/limitOrderUpdated.d.ts +99 -0
  429. package/dist/111/liquidityPools/newPoolCreated.cjs +14 -0
  430. package/dist/111/liquidityPools/newPoolCreated.d.ts +41 -0
  431. package/dist/111/liquidityPools/poolFeeSet.cjs +13 -0
  432. package/dist/111/liquidityPools/poolFeeSet.d.ts +38 -0
  433. package/dist/111/liquidityPools/rangeOrderUpdated.cjs +21 -0
  434. package/dist/111/liquidityPools/rangeOrderUpdated.d.ts +209 -0
  435. package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.cjs +13 -0
  436. package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchSuccess.cjs +12 -0
  437. package/dist/111/polkadotBroadcaster/callResigned.cjs +8 -0
  438. package/dist/111/polkadotBroadcaster/thresholdSignatureInvalid.cjs +9 -0
  439. package/dist/111/polkadotIngressEgress/ccmBroadcastFailed.cjs +8 -0
  440. package/dist/111/polkadotIngressEgress/failedForeignChainCallExpired.cjs +8 -0
  441. package/dist/111/polkadotIngressEgress/failedForeignChainCallResigned.cjs +11 -0
  442. package/dist/111/polkadotIngressEgress/transferFallbackRequested.cjs +14 -0
  443. package/dist/111/polkadotIngressEgress/transferFallbackRequested.d.ts +31 -0
  444. package/dist/11100/_virtual/rolldown_runtime.cjs +29 -0
  445. package/dist/11100/accountRoles/accountRoleDeregistered.cjs +12 -0
  446. package/dist/11100/accountRoles/accountRoleRegistered.cjs +12 -0
  447. package/dist/11100/accountRoles/subAccountCallExecuted.cjs +13 -0
  448. package/dist/11100/accountRoles/subAccountCreated.cjs +13 -0
  449. package/dist/11100/arbitrumIngressEgress/depositFailed.cjs +13 -0
  450. package/dist/11100/arbitrumIngressEgress/depositFailed.d.ts +1417 -0
  451. package/dist/11100/arbitrumIngressEgress/palletConfigUpdated.cjs +9 -0
  452. package/dist/11100/assethubIngressEgress/depositFailed.cjs +13 -0
  453. package/dist/11100/assethubIngressEgress/depositFailed.d.ts +1408 -0
  454. package/dist/11100/assethubIngressEgress/palletConfigUpdated.cjs +9 -0
  455. package/dist/11100/bitcoinIngressEgress/depositFailed.cjs +13 -0
  456. package/dist/11100/bitcoinIngressEgress/depositFailed.d.ts +2326 -0
  457. package/dist/11100/bitcoinIngressEgress/palletConfigUpdated.cjs +9 -0
  458. package/dist/11100/common.cjs +1246 -0
  459. package/dist/11100/common.d.ts +24514 -0
  460. package/dist/11100/environment/runtimeSafeModeUpdated.cjs +9 -0
  461. package/dist/11100/environment/runtimeSafeModeUpdated.d.ts +1516 -0
  462. package/dist/11100/ethereumIngressEgress/depositFailed.cjs +13 -0
  463. package/dist/11100/ethereumIngressEgress/depositFailed.d.ts +1417 -0
  464. package/dist/11100/ethereumIngressEgress/palletConfigUpdated.cjs +9 -0
  465. package/dist/11100/flip/bondUpdated.cjs +12 -0
  466. package/dist/11100/flip/flipMinted.cjs +12 -0
  467. package/dist/11100/funding/sCCallCannotBeDecoded.cjs +13 -0
  468. package/dist/11100/funding/sCCallCannotBeExecuted.cjs +14 -0
  469. package/dist/11100/funding/sCCallCannotBeExecuted.d.ts +625 -0
  470. package/dist/11100/funding/sCCallExecuted.cjs +13 -0
  471. package/dist/11100/genericElections/allVotesCleared.cjs +8 -0
  472. package/dist/11100/genericElections/allVotesNotCleared.cjs +8 -0
  473. package/dist/11100/genericElections/corruptStorage.cjs +8 -0
  474. package/dist/11100/genericElections/electoralEvent.cjs +7 -0
  475. package/dist/11100/genericElections/uninitialized.cjs +8 -0
  476. package/dist/11100/genericElections/unknownElection.cjs +9 -0
  477. package/dist/11100/lendingPools/collateralAdded.cjs +13 -0
  478. package/dist/11100/lendingPools/collateralRemoved.cjs +13 -0
  479. package/dist/11100/lendingPools/lendingFeeCollectionInitiated.cjs +12 -0
  480. package/dist/11100/lendingPools/lendingFundsAdded.cjs +13 -0
  481. package/dist/11100/lendingPools/lendingFundsAdded.d.ts +28 -0
  482. package/dist/11100/lendingPools/lendingFundsRemoved.cjs +13 -0
  483. package/dist/11100/lendingPools/lendingPoolCreated.cjs +9 -0
  484. package/dist/11100/lendingPools/liquidationInitiated.cjs +13 -0
  485. package/dist/11100/lendingPools/loanCreated.cjs +15 -0
  486. package/dist/11100/lendingPools/loanCreated.d.ts +34 -0
  487. package/dist/11100/lendingPools/loanRepaid.cjs +13 -0
  488. package/dist/11100/lendingPools/loanSettled.cjs +12 -0
  489. package/dist/11100/lendingPools/loanUpdated.cjs +13 -0
  490. package/dist/11100/polkadotIngressEgress/depositFailed.cjs +13 -0
  491. package/dist/11100/polkadotIngressEgress/depositFailed.d.ts +1408 -0
  492. package/dist/11100/polkadotIngressEgress/palletConfigUpdated.cjs +9 -0
  493. package/dist/11100/solanaIngressEgress/depositFailed.cjs +13 -0
  494. package/dist/11100/solanaIngressEgress/depositFailed.d.ts +1367 -0
  495. package/dist/11100/solanaIngressEgress/palletConfigUpdated.cjs +9 -0
  496. package/dist/11100/swapping/swapAborted.cjs +12 -0
  497. package/dist/11100/swapping/swapDepositAddressReady.cjs +24 -0
  498. package/dist/11100/swapping/swapExecuted.cjs +20 -0
  499. package/dist/11100/swapping/swapExecuted.d.ts +59 -0
  500. package/dist/11100/swapping/swapRequested.cjs +19 -0
  501. package/dist/11100/swapping/swapRequested.d.ts +3022 -0
  502. package/dist/11100/swapping/swapRescheduled.cjs +13 -0
  503. package/dist/11100/validator/delegated.cjs +13 -0
  504. package/dist/11100/validator/delegatorAllowed.cjs +12 -0
  505. package/dist/11100/validator/delegatorBlocked.cjs +12 -0
  506. package/dist/11100/validator/maxBidUpdated.cjs +12 -0
  507. package/dist/11100/validator/operatorAcceptedByValidator.cjs +12 -0
  508. package/dist/11100/validator/operatorSettingsUpdated.cjs +12 -0
  509. package/dist/11100/validator/palletConfigUpdated.cjs +9 -0
  510. package/dist/11100/validator/rotationPhaseUpdated.cjs +9 -0
  511. package/dist/11100/validator/unDelegationFinalized.cjs +12 -0
  512. package/dist/11100/validator/undelegated.cjs +13 -0
  513. package/dist/11100/validator/validatorClaimed.cjs +12 -0
  514. package/dist/11100/validator/validatorRemovedFromOperator.cjs +12 -0
  515. package/dist/11200/_virtual/rolldown_runtime.cjs +29 -0
  516. package/dist/11200/arbitrumIngressEgress/channelRejectionRequestReceived.cjs +12 -0
  517. package/dist/11200/arbitrumIngressEgress/depositBoosted.cjs +22 -0
  518. package/dist/11200/arbitrumIngressEgress/depositBoosted.d.ts +204 -0
  519. package/dist/11200/arbitrumIngressEgress/depositFailed.cjs +13 -0
  520. package/dist/11200/arbitrumIngressEgress/depositFailed.d.ts +1427 -0
  521. package/dist/11200/arbitrumIngressEgress/depositFinalised.cjs +20 -0
  522. package/dist/11200/arbitrumIngressEgress/depositFinalised.d.ts +198 -0
  523. package/dist/11200/arbitrumIngressEgress/palletConfigUpdated.cjs +9 -0
  524. package/dist/11200/assethubIngressEgress/channelRejectionRequestReceived.cjs +12 -0
  525. package/dist/11200/assethubIngressEgress/depositBoosted.cjs +22 -0
  526. package/dist/11200/assethubIngressEgress/depositBoosted.d.ts +194 -0
  527. package/dist/11200/assethubIngressEgress/depositFailed.cjs +13 -0
  528. package/dist/11200/assethubIngressEgress/depositFailed.d.ts +1418 -0
  529. package/dist/11200/assethubIngressEgress/depositFinalised.cjs +20 -0
  530. package/dist/11200/assethubIngressEgress/depositFinalised.d.ts +188 -0
  531. package/dist/11200/assethubIngressEgress/palletConfigUpdated.cjs +9 -0
  532. package/dist/11200/bitcoinIngressEgress/channelRejectionRequestReceived.cjs +12 -0
  533. package/dist/11200/bitcoinIngressEgress/channelRejectionRequestReceived.d.ts +110 -0
  534. package/dist/11200/bitcoinIngressEgress/depositBoosted.cjs +22 -0
  535. package/dist/11200/bitcoinIngressEgress/depositBoosted.d.ts +418 -0
  536. package/dist/11200/bitcoinIngressEgress/depositFailed.cjs +13 -0
  537. package/dist/11200/bitcoinIngressEgress/depositFailed.d.ts +2336 -0
  538. package/dist/11200/bitcoinIngressEgress/depositFinalised.cjs +20 -0
  539. package/dist/11200/bitcoinIngressEgress/depositFinalised.d.ts +412 -0
  540. package/dist/11200/bitcoinIngressEgress/palletConfigUpdated.cjs +9 -0
  541. package/dist/11200/common.cjs +1388 -0
  542. package/dist/11200/common.d.ts +23978 -0
  543. package/dist/11200/environment/runtimeSafeModeUpdated.cjs +9 -0
  544. package/dist/11200/environment/runtimeSafeModeUpdated.d.ts +1391 -0
  545. package/dist/11200/ethereumIngressEgress/channelRejectionRequestReceived.cjs +12 -0
  546. package/dist/11200/ethereumIngressEgress/depositBoosted.cjs +22 -0
  547. package/dist/11200/ethereumIngressEgress/depositBoosted.d.ts +204 -0
  548. package/dist/11200/ethereumIngressEgress/depositFailed.cjs +13 -0
  549. package/dist/11200/ethereumIngressEgress/depositFailed.d.ts +1427 -0
  550. package/dist/11200/ethereumIngressEgress/depositFinalised.cjs +20 -0
  551. package/dist/11200/ethereumIngressEgress/depositFinalised.d.ts +198 -0
  552. package/dist/11200/ethereumIngressEgress/palletConfigUpdated.cjs +9 -0
  553. package/dist/11200/polkadotIngressEgress/channelRejectionRequestReceived.cjs +12 -0
  554. package/dist/11200/polkadotIngressEgress/depositBoosted.cjs +22 -0
  555. package/dist/11200/polkadotIngressEgress/depositBoosted.d.ts +194 -0
  556. package/dist/11200/polkadotIngressEgress/depositFailed.cjs +13 -0
  557. package/dist/11200/polkadotIngressEgress/depositFailed.d.ts +1418 -0
  558. package/dist/11200/polkadotIngressEgress/depositFinalised.cjs +20 -0
  559. package/dist/11200/polkadotIngressEgress/depositFinalised.d.ts +188 -0
  560. package/dist/11200/polkadotIngressEgress/palletConfigUpdated.cjs +9 -0
  561. package/dist/11200/solanaIngressEgress/channelRejectionRequestReceived.cjs +12 -0
  562. package/dist/11200/solanaIngressEgress/depositBoosted.cjs +22 -0
  563. package/dist/11200/solanaIngressEgress/depositBoosted.d.ts +224 -0
  564. package/dist/11200/solanaIngressEgress/depositFailed.cjs +13 -0
  565. package/dist/11200/solanaIngressEgress/depositFailed.d.ts +1499 -0
  566. package/dist/11200/solanaIngressEgress/depositFinalised.cjs +20 -0
  567. package/dist/11200/solanaIngressEgress/depositFinalised.d.ts +218 -0
  568. package/dist/11200/solanaIngressEgress/palletConfigUpdated.cjs +9 -0
  569. package/dist/11200/solanaIngressEgress/transactionRejectedByBroker.cjs +12 -0
  570. package/dist/11200/solanaIngressEgress/transactionRejectedByBroker.d.ts +45 -0
  571. package/dist/11200/solanaIngressEgress/transactionRejectionFailed.cjs +9 -0
  572. package/dist/11200/solanaIngressEgress/transactionRejectionFailed.d.ts +42 -0
  573. package/dist/11200/swapping/swapAborted.cjs +12 -0
  574. package/dist/11200/swapping/swapRequested.cjs +19 -0
  575. package/dist/11200/swapping/swapRequested.d.ts +2922 -0
  576. package/dist/11200/swapping/swapRescheduled.cjs +13 -0
  577. package/dist/11200/validator/operatorSettingsUpdated.cjs +12 -0
  578. package/dist/11200/validator/palletConfigUpdated.cjs +9 -0
  579. package/dist/120/_virtual/rolldown_runtime.cjs +29 -0
  580. package/dist/120/bitcoinBroadcaster/broadcastRetryScheduled.cjs +11 -0
  581. package/dist/120/bitcoinBroadcaster/broadcastTimeout.cjs +8 -0
  582. package/dist/120/bitcoinBroadcaster/thresholdSignatureInvalid.cjs +8 -0
  583. package/dist/120/bitcoinBroadcaster/transactionBroadcastRequest.cjs +14 -0
  584. package/dist/120/bitcoinChainTracking/chainStateUpdated.cjs +9 -0
  585. package/dist/120/bitcoinIngressEgress/depositIgnored.cjs +15 -0
  586. package/dist/120/bitcoinIngressEgress/depositIgnored.d.ts +154 -0
  587. package/dist/120/bitcoinIngressEgress/depositReceived.cjs +16 -0
  588. package/dist/120/bitcoinIngressEgress/depositReceived.d.ts +207 -0
  589. package/dist/120/bitcoinIngressEgress/utxoConsolidation.cjs +8 -0
  590. package/dist/120/common.cjs +284 -0
  591. package/dist/120/emissions/backupRewardsDistributed.cjs +12 -0
  592. package/dist/120/emissions/flipBurnSkipped.cjs +9 -0
  593. package/dist/120/emissions/networkFeeBurned.cjs +12 -0
  594. package/dist/120/environment/utxoConsolidationParametersUpdated.cjs +9 -0
  595. package/dist/120/ethereumBroadcaster/broadcastRetryScheduled.cjs +11 -0
  596. package/dist/120/ethereumBroadcaster/broadcastTimeout.cjs +8 -0
  597. package/dist/120/ethereumBroadcaster/thresholdSignatureInvalid.cjs +8 -0
  598. package/dist/120/ethereumBroadcaster/transactionBroadcastRequest.cjs +14 -0
  599. package/dist/120/ethereumIngressEgress/depositIgnored.cjs +14 -0
  600. package/dist/120/ethereumIngressEgress/depositReceived.cjs +15 -0
  601. package/dist/120/ethereumIngressEgress/utxoConsolidation.cjs +8 -0
  602. package/dist/120/liquidityProvider/liquidityDepositCredited.cjs +13 -0
  603. package/dist/120/liquidityProvider/withdrawalEgressScheduled.cjs +15 -0
  604. package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.ts +77 -0
  605. package/dist/120/polkadotBroadcaster/broadcastRetryScheduled.cjs +11 -0
  606. package/dist/120/polkadotBroadcaster/broadcastTimeout.cjs +8 -0
  607. package/dist/120/polkadotBroadcaster/thresholdSignatureInvalid.cjs +8 -0
  608. package/dist/120/polkadotBroadcaster/transactionBroadcastRequest.cjs +14 -0
  609. package/dist/120/polkadotIngressEgress/depositIgnored.cjs +14 -0
  610. package/dist/120/polkadotIngressEgress/depositReceived.cjs +15 -0
  611. package/dist/120/polkadotIngressEgress/utxoConsolidation.cjs +8 -0
  612. package/dist/120/swapping/ccmFailed.cjs +13 -0
  613. package/dist/120/swapping/swapEgressIgnored.cjs +14 -0
  614. package/dist/120/swapping/swapEgressScheduled.cjs +15 -0
  615. package/dist/120/swapping/swapExecuted.cjs +18 -0
  616. package/dist/120/swapping/withdrawalRequested.cjs +14 -0
  617. package/dist/120/swapping/withdrawalRequested.d.ts +64 -0
  618. package/dist/131/_virtual/rolldown_runtime.cjs +29 -0
  619. package/dist/131/bitcoinBroadcaster/broadcastSuccess.cjs +13 -0
  620. package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.cjs +14 -0
  621. package/dist/131/bitcoinChainTracking/feeMultiplierUpdated.cjs +9 -0
  622. package/dist/131/bitcoinIngressEgress/channelOpeningFeePaid.cjs +9 -0
  623. package/dist/131/bitcoinIngressEgress/channelOpeningFeeSet.cjs +9 -0
  624. package/dist/131/bitcoinIngressEgress/depositIgnored.cjs +15 -0
  625. package/dist/131/bitcoinIngressEgress/depositIgnored.d.ts +154 -0
  626. package/dist/131/bitcoinIngressEgress/depositReceived.cjs +16 -0
  627. package/dist/131/bitcoinIngressEgress/depositWitnessRejected.cjs +12 -0
  628. package/dist/131/bitcoinIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  629. package/dist/131/bitcoinThresholdSigner/keyHandoverFailure.cjs +9 -0
  630. package/dist/131/bitcoinThresholdSigner/keyHandoverFailureReported.cjs +7 -0
  631. package/dist/131/bitcoinThresholdSigner/keyHandoverRequest.cjs +17 -0
  632. package/dist/131/bitcoinThresholdSigner/keyHandoverResponseTimeout.cjs +9 -0
  633. package/dist/131/bitcoinThresholdSigner/keyHandoverSuccess.cjs +9 -0
  634. package/dist/131/bitcoinThresholdSigner/keyHandoverSuccessReported.cjs +7 -0
  635. package/dist/131/bitcoinThresholdSigner/keyHandoverVerificationFailure.cjs +9 -0
  636. package/dist/131/bitcoinThresholdSigner/keyHandoverVerificationSuccess.cjs +9 -0
  637. package/dist/131/bitcoinThresholdSigner/keyRotationCompleted.cjs +8 -0
  638. package/dist/131/bitcoinThresholdSigner/keygenFailure.cjs +7 -0
  639. package/dist/131/bitcoinThresholdSigner/keygenFailureReported.cjs +7 -0
  640. package/dist/131/bitcoinThresholdSigner/keygenRequest.cjs +13 -0
  641. package/dist/131/bitcoinThresholdSigner/keygenResponseTimeout.cjs +7 -0
  642. package/dist/131/bitcoinThresholdSigner/keygenResponseTimeoutUpdated.cjs +8 -0
  643. package/dist/131/bitcoinThresholdSigner/keygenSuccess.cjs +7 -0
  644. package/dist/131/bitcoinThresholdSigner/keygenSuccessReported.cjs +7 -0
  645. package/dist/131/bitcoinThresholdSigner/keygenVerificationFailure.cjs +9 -0
  646. package/dist/131/bitcoinThresholdSigner/keygenVerificationSuccess.cjs +9 -0
  647. package/dist/131/bitcoinThresholdSigner/noKeyHandover.cjs +8 -0
  648. package/dist/131/bitcoinVault/vaultActivationCompleted.cjs +8 -0
  649. package/dist/131/common.cjs +439 -0
  650. package/dist/131/common.d.ts +2831 -0
  651. package/dist/131/environment/addedNewEthAsset.cjs +9 -0
  652. package/dist/131/environment/runtimeSafeModeUpdated.cjs +9 -0
  653. package/dist/131/environment/runtimeSafeModeUpdated.d.ts +688 -0
  654. package/dist/131/environment/updatedEthAsset.cjs +9 -0
  655. package/dist/131/ethereumBroadcaster/broadcastSuccess.cjs +13 -0
  656. package/dist/131/ethereumChainTracking/feeMultiplierUpdated.cjs +9 -0
  657. package/dist/131/ethereumIngressEgress/assetEgressStatusChanged.cjs +12 -0
  658. package/dist/131/ethereumIngressEgress/channelOpeningFeePaid.cjs +9 -0
  659. package/dist/131/ethereumIngressEgress/channelOpeningFeeSet.cjs +9 -0
  660. package/dist/131/ethereumIngressEgress/depositFetchesScheduled.cjs +12 -0
  661. package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.ts +25 -0
  662. package/dist/131/ethereumIngressEgress/depositIgnored.cjs +14 -0
  663. package/dist/131/ethereumIngressEgress/depositIgnored.d.ts +41 -0
  664. package/dist/131/ethereumIngressEgress/depositReceived.cjs +15 -0
  665. package/dist/131/ethereumIngressEgress/depositWitnessRejected.cjs +12 -0
  666. package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  667. package/dist/131/ethereumIngressEgress/minimumDepositSet.cjs +12 -0
  668. package/dist/131/ethereumIngressEgress/transferFallbackRequested.cjs +14 -0
  669. package/dist/131/ethereumIngressEgress/transferFallbackRequested.d.ts +31 -0
  670. package/dist/131/ethereumThresholdSigner/keyHandoverFailure.cjs +9 -0
  671. package/dist/131/ethereumThresholdSigner/keyHandoverFailureReported.cjs +7 -0
  672. package/dist/131/ethereumThresholdSigner/keyHandoverRequest.cjs +17 -0
  673. package/dist/131/ethereumThresholdSigner/keyHandoverResponseTimeout.cjs +9 -0
  674. package/dist/131/ethereumThresholdSigner/keyHandoverSuccess.cjs +9 -0
  675. package/dist/131/ethereumThresholdSigner/keyHandoverSuccessReported.cjs +7 -0
  676. package/dist/131/ethereumThresholdSigner/keyHandoverVerificationFailure.cjs +9 -0
  677. package/dist/131/ethereumThresholdSigner/keyHandoverVerificationSuccess.cjs +9 -0
  678. package/dist/131/ethereumThresholdSigner/keyRotationCompleted.cjs +8 -0
  679. package/dist/131/ethereumThresholdSigner/keygenFailure.cjs +7 -0
  680. package/dist/131/ethereumThresholdSigner/keygenFailureReported.cjs +7 -0
  681. package/dist/131/ethereumThresholdSigner/keygenRequest.cjs +13 -0
  682. package/dist/131/ethereumThresholdSigner/keygenResponseTimeout.cjs +7 -0
  683. package/dist/131/ethereumThresholdSigner/keygenResponseTimeoutUpdated.cjs +8 -0
  684. package/dist/131/ethereumThresholdSigner/keygenSuccess.cjs +7 -0
  685. package/dist/131/ethereumThresholdSigner/keygenSuccessReported.cjs +7 -0
  686. package/dist/131/ethereumThresholdSigner/keygenVerificationFailure.cjs +9 -0
  687. package/dist/131/ethereumThresholdSigner/keygenVerificationSuccess.cjs +9 -0
  688. package/dist/131/ethereumThresholdSigner/noKeyHandover.cjs +8 -0
  689. package/dist/131/ethereumVault/vaultActivationCompleted.cjs +8 -0
  690. package/dist/131/liquidityPools/assetSwapped.cjs +14 -0
  691. package/dist/131/liquidityPools/assetSwapped.d.ts +41 -0
  692. package/dist/131/liquidityPools/limitOrderUpdated.cjs +20 -0
  693. package/dist/131/liquidityPools/limitOrderUpdated.d.ts +99 -0
  694. package/dist/131/liquidityPools/newPoolCreated.cjs +14 -0
  695. package/dist/131/liquidityPools/newPoolCreated.d.ts +41 -0
  696. package/dist/131/liquidityPools/poolFeeSet.cjs +13 -0
  697. package/dist/131/liquidityPools/poolFeeSet.d.ts +38 -0
  698. package/dist/131/liquidityPools/rangeOrderUpdated.cjs +21 -0
  699. package/dist/131/liquidityPools/rangeOrderUpdated.d.ts +209 -0
  700. package/dist/131/liquidityProvider/accountCredited.cjs +13 -0
  701. package/dist/131/liquidityProvider/accountCredited.d.ts +28 -0
  702. package/dist/131/liquidityProvider/accountDebited.cjs +13 -0
  703. package/dist/131/liquidityProvider/accountDebited.d.ts +28 -0
  704. package/dist/131/liquidityProvider/liquidityDepositAddressReady.cjs +17 -0
  705. package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.ts +73 -0
  706. package/dist/131/liquidityProvider/liquidityDepositCredited.cjs +13 -0
  707. package/dist/131/liquidityProvider/liquidityDepositCredited.d.ts +28 -0
  708. package/dist/131/liquidityProvider/withdrawalEgressScheduled.cjs +15 -0
  709. package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.ts +77 -0
  710. package/dist/131/polkadotBroadcaster/broadcastSuccess.cjs +13 -0
  711. package/dist/131/polkadotChainTracking/feeMultiplierUpdated.cjs +9 -0
  712. package/dist/131/polkadotIngressEgress/channelOpeningFeePaid.cjs +9 -0
  713. package/dist/131/polkadotIngressEgress/channelOpeningFeeSet.cjs +9 -0
  714. package/dist/131/polkadotIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  715. package/dist/131/polkadotThresholdSigner/keyHandoverFailure.cjs +9 -0
  716. package/dist/131/polkadotThresholdSigner/keyHandoverFailureReported.cjs +7 -0
  717. package/dist/131/polkadotThresholdSigner/keyHandoverRequest.cjs +17 -0
  718. package/dist/131/polkadotThresholdSigner/keyHandoverResponseTimeout.cjs +9 -0
  719. package/dist/131/polkadotThresholdSigner/keyHandoverSuccess.cjs +9 -0
  720. package/dist/131/polkadotThresholdSigner/keyHandoverSuccessReported.cjs +7 -0
  721. package/dist/131/polkadotThresholdSigner/keyHandoverVerificationFailure.cjs +9 -0
  722. package/dist/131/polkadotThresholdSigner/keyHandoverVerificationSuccess.cjs +9 -0
  723. package/dist/131/polkadotThresholdSigner/keyRotationCompleted.cjs +8 -0
  724. package/dist/131/polkadotThresholdSigner/keygenFailure.cjs +7 -0
  725. package/dist/131/polkadotThresholdSigner/keygenFailureReported.cjs +7 -0
  726. package/dist/131/polkadotThresholdSigner/keygenRequest.cjs +13 -0
  727. package/dist/131/polkadotThresholdSigner/keygenResponseTimeout.cjs +7 -0
  728. package/dist/131/polkadotThresholdSigner/keygenResponseTimeoutUpdated.cjs +8 -0
  729. package/dist/131/polkadotThresholdSigner/keygenSuccess.cjs +7 -0
  730. package/dist/131/polkadotThresholdSigner/keygenSuccessReported.cjs +7 -0
  731. package/dist/131/polkadotThresholdSigner/keygenVerificationFailure.cjs +9 -0
  732. package/dist/131/polkadotThresholdSigner/keygenVerificationSuccess.cjs +9 -0
  733. package/dist/131/polkadotThresholdSigner/noKeyHandover.cjs +8 -0
  734. package/dist/131/polkadotVault/vaultActivationCompleted.cjs +8 -0
  735. package/dist/131/reputation/offencePenalty.cjs +13 -0
  736. package/dist/131/reputation/penaltyUpdated.cjs +13 -0
  737. package/dist/131/swapping/batchSwapFailed.cjs +13 -0
  738. package/dist/131/swapping/batchSwapFailed.d.ts +38 -0
  739. package/dist/131/swapping/ccmFailed.cjs +14 -0
  740. package/dist/131/swapping/ccmFailed.d.ts +443 -0
  741. package/dist/131/swapping/maximumSwapAmountSet.cjs +12 -0
  742. package/dist/131/swapping/maximumSwapAmountSet.d.ts +25 -0
  743. package/dist/131/swapping/swapAmountConfiscated.cjs +15 -0
  744. package/dist/131/swapping/swapAmountConfiscated.d.ts +44 -0
  745. package/dist/131/swapping/swapDepositAddressReady.cjs +20 -0
  746. package/dist/131/swapping/swapDepositAddressReady.d.ts +145 -0
  747. package/dist/131/swapping/swapEgressIgnored.cjs +14 -0
  748. package/dist/131/swapping/swapEgressIgnored.d.ts +248 -0
  749. package/dist/131/swapping/swapEgressScheduled.cjs +15 -0
  750. package/dist/131/swapping/swapEgressScheduled.d.ts +44 -0
  751. package/dist/131/swapping/swapExecuted.cjs +18 -0
  752. package/dist/131/swapping/swapExecuted.d.ts +53 -0
  753. package/dist/131/swapping/swapScheduled.cjs +19 -0
  754. package/dist/131/swapping/swapScheduled.d.ts +463 -0
  755. package/dist/131/swapping/withdrawalRequested.cjs +15 -0
  756. package/dist/131/swapping/withdrawalRequested.d.ts +77 -0
  757. package/dist/131/system/upgradeAuthorized.cjs +12 -0
  758. package/dist/131/witnesser/prewitnessExecutionFailed.cjs +12 -0
  759. package/dist/141/_virtual/rolldown_runtime.cjs +29 -0
  760. package/dist/141/accountRoles/accountRoleDeregistered.cjs +12 -0
  761. package/dist/141/accountRoles/vanityNameSet.cjs +12 -0
  762. package/dist/141/arbitrumBroadcaster/broadcastAborted.cjs +8 -0
  763. package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.cjs +12 -0
  764. package/dist/141/arbitrumBroadcaster/broadcastRetryScheduled.cjs +11 -0
  765. package/dist/141/arbitrumBroadcaster/broadcastSuccess.cjs +13 -0
  766. package/dist/141/arbitrumBroadcaster/broadcastTimeout.cjs +8 -0
  767. package/dist/141/arbitrumBroadcaster/callResigned.cjs +8 -0
  768. package/dist/141/arbitrumBroadcaster/thresholdSignatureInvalid.cjs +8 -0
  769. package/dist/141/arbitrumBroadcaster/transactionBroadcastRequest.cjs +14 -0
  770. package/dist/141/arbitrumBroadcaster/transactionBroadcastRequest.d.ts +76 -0
  771. package/dist/141/arbitrumBroadcaster/transactionFeeDeficitRecorded.cjs +12 -0
  772. package/dist/141/arbitrumBroadcaster/transactionFeeDeficitRefused.cjs +9 -0
  773. package/dist/141/arbitrumChainTracking/chainStateUpdated.cjs +9 -0
  774. package/dist/141/arbitrumChainTracking/feeMultiplierUpdated.cjs +9 -0
  775. package/dist/141/arbitrumIngressEgress/assetEgressStatusChanged.cjs +12 -0
  776. package/dist/141/arbitrumIngressEgress/batchBroadcastRequested.cjs +12 -0
  777. package/dist/141/arbitrumIngressEgress/boostFundsAdded.cjs +13 -0
  778. package/dist/141/arbitrumIngressEgress/boostFundsAdded.d.ts +45 -0
  779. package/dist/141/arbitrumIngressEgress/boostPoolCreated.cjs +9 -0
  780. package/dist/141/arbitrumIngressEgress/ccmBroadcastFailed.cjs +8 -0
  781. package/dist/141/arbitrumIngressEgress/ccmBroadcastRequested.cjs +12 -0
  782. package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.cjs +12 -0
  783. package/dist/141/arbitrumIngressEgress/channelOpeningFeePaid.cjs +9 -0
  784. package/dist/141/arbitrumIngressEgress/channelOpeningFeeSet.cjs +9 -0
  785. package/dist/141/arbitrumIngressEgress/depositBoosted.cjs +18 -0
  786. package/dist/141/arbitrumIngressEgress/depositBoosted.d.ts +118 -0
  787. package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.cjs +12 -0
  788. package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.ts +25 -0
  789. package/dist/141/arbitrumIngressEgress/depositFinalised.cjs +16 -0
  790. package/dist/141/arbitrumIngressEgress/depositFinalised.d.ts +112 -0
  791. package/dist/141/arbitrumIngressEgress/depositIgnored.cjs +14 -0
  792. package/dist/141/arbitrumIngressEgress/depositIgnored.d.ts +41 -0
  793. package/dist/141/arbitrumIngressEgress/depositWitnessRejected.cjs +12 -0
  794. package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.ts +264 -0
  795. package/dist/141/arbitrumIngressEgress/failedForeignChainCallExpired.cjs +8 -0
  796. package/dist/141/arbitrumIngressEgress/failedForeignChainCallResigned.cjs +11 -0
  797. package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  798. package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.cjs +14 -0
  799. package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.ts +31 -0
  800. package/dist/141/arbitrumIngressEgress/minimumDepositSet.cjs +12 -0
  801. package/dist/141/arbitrumIngressEgress/stoppedBoosting.cjs +14 -0
  802. package/dist/141/arbitrumIngressEgress/transferFallbackRequested.cjs +14 -0
  803. package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.ts +31 -0
  804. package/dist/141/arbitrumIngressEgress/utxoConsolidation.cjs +8 -0
  805. package/dist/141/arbitrumVault/awaitingGovernanceActivation.cjs +9 -0
  806. package/dist/141/arbitrumVault/chainInitialized.cjs +8 -0
  807. package/dist/141/arbitrumVault/vaultActivationCompleted.cjs +8 -0
  808. package/dist/141/arbitrumVault/vaultRotatedExternally.cjs +7 -0
  809. package/dist/141/bitcoinIngressEgress/batchBroadcastRequested.cjs +12 -0
  810. package/dist/141/bitcoinIngressEgress/boostFundsAdded.cjs +13 -0
  811. package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.ts +45 -0
  812. package/dist/141/bitcoinIngressEgress/boostPoolCreated.cjs +9 -0
  813. package/dist/141/bitcoinIngressEgress/ccmBroadcastRequested.cjs +12 -0
  814. package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.cjs +12 -0
  815. package/dist/141/bitcoinIngressEgress/depositBoosted.cjs +19 -0
  816. package/dist/141/bitcoinIngressEgress/depositBoosted.d.ts +231 -0
  817. package/dist/141/bitcoinIngressEgress/depositFinalised.cjs +17 -0
  818. package/dist/141/bitcoinIngressEgress/depositFinalised.d.ts +225 -0
  819. package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.cjs +14 -0
  820. package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.ts +31 -0
  821. package/dist/141/bitcoinIngressEgress/stoppedBoosting.cjs +14 -0
  822. package/dist/141/bitcoinVault/chainInitialized.cjs +8 -0
  823. package/dist/141/common.cjs +603 -0
  824. package/dist/141/common.d.ts +4035 -0
  825. package/dist/141/emissions/networkFeeBurned.cjs +12 -0
  826. package/dist/141/environment/addedNewArbAsset.cjs +9 -0
  827. package/dist/141/environment/arbitrumInitialized.cjs +8 -0
  828. package/dist/141/environment/runtimeSafeModeUpdated.cjs +9 -0
  829. package/dist/141/environment/staleUtxosDiscarded.cjs +9 -0
  830. package/dist/141/environment/staleUtxosDiscarded.d.ts +141 -0
  831. package/dist/141/environment/updatedArbAsset.cjs +9 -0
  832. package/dist/141/ethereumIngressEgress/batchBroadcastRequested.cjs +12 -0
  833. package/dist/141/ethereumIngressEgress/boostFundsAdded.cjs +13 -0
  834. package/dist/141/ethereumIngressEgress/boostFundsAdded.d.ts +45 -0
  835. package/dist/141/ethereumIngressEgress/boostPoolCreated.cjs +9 -0
  836. package/dist/141/ethereumIngressEgress/ccmBroadcastRequested.cjs +12 -0
  837. package/dist/141/ethereumIngressEgress/ccmEgressInvalid.cjs +12 -0
  838. package/dist/141/ethereumIngressEgress/depositBoosted.cjs +18 -0
  839. package/dist/141/ethereumIngressEgress/depositBoosted.d.ts +118 -0
  840. package/dist/141/ethereumIngressEgress/depositFinalised.cjs +16 -0
  841. package/dist/141/ethereumIngressEgress/depositFinalised.d.ts +112 -0
  842. package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.cjs +14 -0
  843. package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.ts +31 -0
  844. package/dist/141/ethereumIngressEgress/stoppedBoosting.cjs +14 -0
  845. package/dist/141/ethereumVault/chainInitialized.cjs +8 -0
  846. package/dist/141/evmThresholdSigner/failureReportProcessed.cjs +13 -0
  847. package/dist/141/evmThresholdSigner/failureReportProcessed.d.ts +18 -0
  848. package/dist/141/evmThresholdSigner/keyHandoverFailure.cjs +9 -0
  849. package/dist/141/evmThresholdSigner/keyHandoverFailureReported.cjs +7 -0
  850. package/dist/141/evmThresholdSigner/keyHandoverRequest.cjs +17 -0
  851. package/dist/141/evmThresholdSigner/keyHandoverResponseTimeout.cjs +9 -0
  852. package/dist/141/evmThresholdSigner/keyHandoverSuccess.cjs +9 -0
  853. package/dist/141/evmThresholdSigner/keyHandoverSuccessReported.cjs +7 -0
  854. package/dist/141/evmThresholdSigner/keyHandoverVerificationFailure.cjs +9 -0
  855. package/dist/141/evmThresholdSigner/keyHandoverVerificationSuccess.cjs +9 -0
  856. package/dist/141/evmThresholdSigner/keyRotationCompleted.cjs +8 -0
  857. package/dist/141/evmThresholdSigner/keygenFailure.cjs +7 -0
  858. package/dist/141/evmThresholdSigner/keygenFailureReported.cjs +7 -0
  859. package/dist/141/evmThresholdSigner/keygenRequest.cjs +13 -0
  860. package/dist/141/evmThresholdSigner/keygenResponseTimeout.cjs +7 -0
  861. package/dist/141/evmThresholdSigner/keygenResponseTimeoutUpdated.cjs +8 -0
  862. package/dist/141/evmThresholdSigner/keygenSuccess.cjs +7 -0
  863. package/dist/141/evmThresholdSigner/keygenSuccessReported.cjs +7 -0
  864. package/dist/141/evmThresholdSigner/keygenVerificationFailure.cjs +9 -0
  865. package/dist/141/evmThresholdSigner/keygenVerificationSuccess.cjs +9 -0
  866. package/dist/141/evmThresholdSigner/noKeyHandover.cjs +8 -0
  867. package/dist/141/evmThresholdSigner/retryRequested.cjs +12 -0
  868. package/dist/141/evmThresholdSigner/retryRequested.d.ts +15 -0
  869. package/dist/141/evmThresholdSigner/signersUnavailable.cjs +11 -0
  870. package/dist/141/evmThresholdSigner/thresholdDispatchComplete.cjs +13 -0
  871. package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.ts +336 -0
  872. package/dist/141/evmThresholdSigner/thresholdSignatureFailed.cjs +13 -0
  873. package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.ts +18 -0
  874. package/dist/141/evmThresholdSigner/thresholdSignatureRequest.cjs +16 -0
  875. package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.ts +54 -0
  876. package/dist/141/evmThresholdSigner/thresholdSignatureResponseTimeoutUpdated.cjs +8 -0
  877. package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.cjs +12 -0
  878. package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.ts +15 -0
  879. package/dist/141/liquidityPools/assetSwapped.cjs +14 -0
  880. package/dist/141/liquidityPools/limitOrderUpdated.cjs +20 -0
  881. package/dist/141/liquidityPools/limitOrderUpdated.d.ts +99 -0
  882. package/dist/141/liquidityPools/newPoolCreated.cjs +14 -0
  883. package/dist/141/liquidityPools/poolFeeSet.cjs +13 -0
  884. package/dist/141/liquidityPools/priceImpactLimitSet.cjs +12 -0
  885. package/dist/141/liquidityPools/rangeOrderUpdated.cjs +21 -0
  886. package/dist/141/liquidityPools/rangeOrderUpdated.d.ts +209 -0
  887. package/dist/141/liquidityProvider/accountCredited.cjs +13 -0
  888. package/dist/141/liquidityProvider/accountDebited.cjs +13 -0
  889. package/dist/141/liquidityProvider/assetTransferred.cjs +14 -0
  890. package/dist/141/liquidityProvider/assetTransferred.d.ts +31 -0
  891. package/dist/141/liquidityProvider/liquidityDepositAddressReady.cjs +17 -0
  892. package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.ts +79 -0
  893. package/dist/141/liquidityProvider/liquidityDepositCredited.cjs +13 -0
  894. package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.cjs +13 -0
  895. package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.ts +221 -0
  896. package/dist/141/liquidityProvider/withdrawalEgressScheduled.cjs +15 -0
  897. package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.ts +83 -0
  898. package/dist/141/polkadotIngressEgress/batchBroadcastRequested.cjs +12 -0
  899. package/dist/141/polkadotIngressEgress/boostFundsAdded.cjs +13 -0
  900. package/dist/141/polkadotIngressEgress/boostFundsAdded.d.ts +45 -0
  901. package/dist/141/polkadotIngressEgress/boostPoolCreated.cjs +9 -0
  902. package/dist/141/polkadotIngressEgress/ccmBroadcastRequested.cjs +12 -0
  903. package/dist/141/polkadotIngressEgress/ccmEgressInvalid.cjs +12 -0
  904. package/dist/141/polkadotIngressEgress/depositBoosted.cjs +18 -0
  905. package/dist/141/polkadotIngressEgress/depositBoosted.d.ts +118 -0
  906. package/dist/141/polkadotIngressEgress/depositFinalised.cjs +16 -0
  907. package/dist/141/polkadotIngressEgress/depositFinalised.d.ts +112 -0
  908. package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.cjs +14 -0
  909. package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.ts +31 -0
  910. package/dist/141/polkadotIngressEgress/stoppedBoosting.cjs +14 -0
  911. package/dist/141/polkadotVault/chainInitialized.cjs +8 -0
  912. package/dist/141/swapping/batchSwapFailed.cjs +13 -0
  913. package/dist/141/swapping/batchSwapFailed.d.ts +38 -0
  914. package/dist/141/swapping/ccmDepositReceived.cjs +16 -0
  915. package/dist/141/swapping/ccmEgressScheduled.cjs +12 -0
  916. package/dist/141/swapping/ccmFailed.cjs +14 -0
  917. package/dist/141/swapping/ccmFailed.d.ts +479 -0
  918. package/dist/141/swapping/maximumSwapAmountSet.cjs +12 -0
  919. package/dist/141/swapping/swapAmountConfiscated.cjs +15 -0
  920. package/dist/141/swapping/swapDepositAddressReady.cjs +21 -0
  921. package/dist/141/swapping/swapDepositAddressReady.d.ts +175 -0
  922. package/dist/141/swapping/swapEgressIgnored.cjs +14 -0
  923. package/dist/141/swapping/swapEgressIgnored.d.ts +248 -0
  924. package/dist/141/swapping/swapEgressScheduled.cjs +15 -0
  925. package/dist/141/swapping/swapEgressScheduled.d.ts +44 -0
  926. package/dist/141/swapping/swapExecuted.cjs +19 -0
  927. package/dist/141/swapping/swapExecuted.d.ts +376 -0
  928. package/dist/141/swapping/swapScheduled.cjs +20 -0
  929. package/dist/141/swapping/swapScheduled.d.ts +512 -0
  930. package/dist/141/swapping/withdrawalRequested.cjs +15 -0
  931. package/dist/141/tokenholderGovernance/govKeyUpdatedHasFailed.cjs +12 -0
  932. package/dist/141/tokenholderGovernance/govKeyUpdatedWasSuccessful.cjs +12 -0
  933. package/dist/141/tokenholderGovernance/proposalEnacted.cjs +9 -0
  934. package/dist/141/tokenholderGovernance/proposalPassed.cjs +9 -0
  935. package/dist/141/tokenholderGovernance/proposalRejected.cjs +9 -0
  936. package/dist/141/tokenholderGovernance/proposalSubmitted.cjs +9 -0
  937. package/dist/141/validator/rotationPhaseUpdated.cjs +9 -0
  938. package/dist/141/validator/startedBidding.cjs +9 -0
  939. package/dist/141/validator/stoppedBidding.cjs +9 -0
  940. package/dist/141/witnesser/callDispatched.cjs +9 -0
  941. package/dist/141/witnesser/reportedWitnessingFailures.cjs +13 -0
  942. package/dist/150/_virtual/rolldown_runtime.cjs +29 -0
  943. package/dist/150/arbitrumIngressEgress/batchBroadcastRequested.cjs +12 -0
  944. package/dist/150/arbitrumIngressEgress/ccmBroadcastRequested.cjs +12 -0
  945. package/dist/150/arbitrumIngressEgress/ccmBroadcastRequested.d.ts +25 -0
  946. package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.cjs +12 -0
  947. package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.ts +242 -0
  948. package/dist/150/arbitrumIngressEgress/depositBoosted.cjs +20 -0
  949. package/dist/150/arbitrumIngressEgress/depositBoosted.d.ts +134 -0
  950. package/dist/150/arbitrumIngressEgress/depositFinalised.cjs +18 -0
  951. package/dist/150/arbitrumIngressEgress/depositFinalised.d.ts +128 -0
  952. package/dist/150/arbitrumIngressEgress/depositIgnored.cjs +15 -0
  953. package/dist/150/arbitrumIngressEgress/depositIgnored.d.ts +54 -0
  954. package/dist/150/arbitrumIngressEgress/depositWitnessRejected.cjs +12 -0
  955. package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.ts +283 -0
  956. package/dist/150/arbitrumIngressEgress/maxSwapRetryDurationSet.cjs +8 -0
  957. package/dist/150/assetBalances/refundScheduled.cjs +13 -0
  958. package/dist/150/assetBalances/refundScheduled.d.ts +236 -0
  959. package/dist/150/assetBalances/refundSkipped.cjs +13 -0
  960. package/dist/150/assetBalances/refundSkipped.d.ts +453 -0
  961. package/dist/150/assetBalances/vaultDeficitDetected.cjs +13 -0
  962. package/dist/150/bitcoinIngressEgress/batchBroadcastRequested.cjs +12 -0
  963. package/dist/150/bitcoinIngressEgress/ccmBroadcastRequested.cjs +12 -0
  964. package/dist/150/bitcoinIngressEgress/ccmBroadcastRequested.d.ts +25 -0
  965. package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.cjs +12 -0
  966. package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.ts +242 -0
  967. package/dist/150/bitcoinIngressEgress/depositBoosted.cjs +20 -0
  968. package/dist/150/bitcoinIngressEgress/depositBoosted.d.ts +234 -0
  969. package/dist/150/bitcoinIngressEgress/depositFinalised.cjs +18 -0
  970. package/dist/150/bitcoinIngressEgress/depositFinalised.d.ts +228 -0
  971. package/dist/150/bitcoinIngressEgress/maxSwapRetryDurationSet.cjs +8 -0
  972. package/dist/150/common.cjs +586 -0
  973. package/dist/150/common.d.ts +4085 -0
  974. package/dist/150/emissions/networkFeeBurned.cjs +12 -0
  975. package/dist/150/emissions/networkFeeBurned.d.ts +25 -0
  976. package/dist/150/environment/runtimeSafeModeUpdated.cjs +9 -0
  977. package/dist/150/environment/runtimeSafeModeUpdated.d.ts +1127 -0
  978. package/dist/150/ethereumIngressEgress/batchBroadcastRequested.cjs +12 -0
  979. package/dist/150/ethereumIngressEgress/ccmBroadcastRequested.cjs +12 -0
  980. package/dist/150/ethereumIngressEgress/ccmBroadcastRequested.d.ts +25 -0
  981. package/dist/150/ethereumIngressEgress/ccmEgressInvalid.cjs +12 -0
  982. package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.ts +242 -0
  983. package/dist/150/ethereumIngressEgress/depositBoosted.cjs +20 -0
  984. package/dist/150/ethereumIngressEgress/depositBoosted.d.ts +134 -0
  985. package/dist/150/ethereumIngressEgress/depositFinalised.cjs +18 -0
  986. package/dist/150/ethereumIngressEgress/depositFinalised.d.ts +128 -0
  987. package/dist/150/ethereumIngressEgress/depositIgnored.cjs +15 -0
  988. package/dist/150/ethereumIngressEgress/depositIgnored.d.ts +54 -0
  989. package/dist/150/ethereumIngressEgress/depositWitnessRejected.cjs +12 -0
  990. package/dist/150/ethereumIngressEgress/depositWitnessRejected.d.ts +283 -0
  991. package/dist/150/ethereumIngressEgress/maxSwapRetryDurationSet.cjs +8 -0
  992. package/dist/150/liquidityPools/assetSwapped.cjs +14 -0
  993. package/dist/150/liquidityPools/assetSwapped.d.ts +41 -0
  994. package/dist/150/liquidityPools/limitOrderUpdated.cjs +20 -0
  995. package/dist/150/liquidityPools/limitOrderUpdated.d.ts +99 -0
  996. package/dist/150/liquidityPools/newPoolCreated.cjs +14 -0
  997. package/dist/150/liquidityPools/newPoolCreated.d.ts +41 -0
  998. package/dist/150/liquidityPools/poolFeeSet.cjs +13 -0
  999. package/dist/150/liquidityPools/poolFeeSet.d.ts +38 -0
  1000. package/dist/150/liquidityPools/priceImpactLimitSet.cjs +12 -0
  1001. package/dist/150/liquidityPools/rangeOrderUpdated.cjs +21 -0
  1002. package/dist/150/liquidityPools/rangeOrderUpdated.d.ts +209 -0
  1003. package/dist/150/liquidityProvider/accountCredited.cjs +13 -0
  1004. package/dist/150/liquidityProvider/accountCredited.d.ts +28 -0
  1005. package/dist/150/liquidityProvider/accountDebited.cjs +13 -0
  1006. package/dist/150/liquidityProvider/accountDebited.d.ts +28 -0
  1007. package/dist/150/liquidityProvider/assetTransferred.cjs +14 -0
  1008. package/dist/150/liquidityProvider/assetTransferred.d.ts +31 -0
  1009. package/dist/150/liquidityProvider/liquidityDepositAddressReady.cjs +17 -0
  1010. package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.ts +85 -0
  1011. package/dist/150/liquidityProvider/liquidityDepositCredited.cjs +13 -0
  1012. package/dist/150/liquidityProvider/liquidityDepositCredited.d.ts +28 -0
  1013. package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.cjs +13 -0
  1014. package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.ts +236 -0
  1015. package/dist/150/liquidityProvider/withdrawalEgressScheduled.cjs +15 -0
  1016. package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.ts +89 -0
  1017. package/dist/150/polkadotIngressEgress/batchBroadcastRequested.cjs +12 -0
  1018. package/dist/150/polkadotIngressEgress/ccmBroadcastRequested.cjs +12 -0
  1019. package/dist/150/polkadotIngressEgress/ccmBroadcastRequested.d.ts +25 -0
  1020. package/dist/150/polkadotIngressEgress/ccmEgressInvalid.cjs +12 -0
  1021. package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.ts +242 -0
  1022. package/dist/150/polkadotIngressEgress/depositBoosted.cjs +20 -0
  1023. package/dist/150/polkadotIngressEgress/depositBoosted.d.ts +124 -0
  1024. package/dist/150/polkadotIngressEgress/depositFinalised.cjs +18 -0
  1025. package/dist/150/polkadotIngressEgress/depositFinalised.d.ts +118 -0
  1026. package/dist/150/polkadotIngressEgress/depositIgnored.cjs +15 -0
  1027. package/dist/150/polkadotIngressEgress/depositIgnored.d.ts +44 -0
  1028. package/dist/150/polkadotIngressEgress/depositWitnessRejected.cjs +12 -0
  1029. package/dist/150/polkadotIngressEgress/depositWitnessRejected.d.ts +269 -0
  1030. package/dist/150/polkadotIngressEgress/maxSwapRetryDurationSet.cjs +8 -0
  1031. package/dist/150/solanaBroadcaster/broadcastAborted.cjs +8 -0
  1032. package/dist/150/solanaBroadcaster/broadcastCallbackExecuted.cjs +12 -0
  1033. package/dist/150/solanaBroadcaster/broadcastCallbackExecuted.d.ts +333 -0
  1034. package/dist/150/solanaBroadcaster/broadcastRetryScheduled.cjs +11 -0
  1035. package/dist/150/solanaBroadcaster/broadcastSuccess.cjs +13 -0
  1036. package/dist/150/solanaBroadcaster/broadcastTimeout.cjs +8 -0
  1037. package/dist/150/solanaBroadcaster/callResigned.cjs +8 -0
  1038. package/dist/150/solanaBroadcaster/thresholdSignatureInvalid.cjs +8 -0
  1039. package/dist/150/solanaBroadcaster/transactionBroadcastRequest.cjs +13 -0
  1040. package/dist/150/solanaBroadcaster/transactionBroadcastRequest.d.ts +18 -0
  1041. package/dist/150/solanaBroadcaster/transactionFeeDeficitRecorded.cjs +12 -0
  1042. package/dist/150/solanaBroadcaster/transactionFeeDeficitRefused.cjs +9 -0
  1043. package/dist/150/solanaChainTracking/chainStateUpdated.cjs +9 -0
  1044. package/dist/150/solanaChainTracking/feeMultiplierUpdated.cjs +9 -0
  1045. package/dist/150/solanaIngressEgress/assetEgressStatusChanged.cjs +12 -0
  1046. package/dist/150/solanaIngressEgress/batchBroadcastRequested.cjs +12 -0
  1047. package/dist/150/solanaIngressEgress/boostFundsAdded.cjs +13 -0
  1048. package/dist/150/solanaIngressEgress/boostPoolCreated.cjs +9 -0
  1049. package/dist/150/solanaIngressEgress/ccmBroadcastFailed.cjs +8 -0
  1050. package/dist/150/solanaIngressEgress/ccmBroadcastRequested.cjs +12 -0
  1051. package/dist/150/solanaIngressEgress/ccmBroadcastRequested.d.ts +25 -0
  1052. package/dist/150/solanaIngressEgress/ccmEgressInvalid.cjs +12 -0
  1053. package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.ts +242 -0
  1054. package/dist/150/solanaIngressEgress/channelOpeningFeePaid.cjs +9 -0
  1055. package/dist/150/solanaIngressEgress/channelOpeningFeeSet.cjs +9 -0
  1056. package/dist/150/solanaIngressEgress/depositBoosted.cjs +19 -0
  1057. package/dist/150/solanaIngressEgress/depositBoosted.d.ts +121 -0
  1058. package/dist/150/solanaIngressEgress/depositFetchesScheduled.cjs +12 -0
  1059. package/dist/150/solanaIngressEgress/depositFinalised.cjs +17 -0
  1060. package/dist/150/solanaIngressEgress/depositFinalised.d.ts +115 -0
  1061. package/dist/150/solanaIngressEgress/depositIgnored.cjs +14 -0
  1062. package/dist/150/solanaIngressEgress/depositWitnessRejected.cjs +12 -0
  1063. package/dist/150/solanaIngressEgress/depositWitnessRejected.d.ts +264 -0
  1064. package/dist/150/solanaIngressEgress/failedForeignChainCallExpired.cjs +8 -0
  1065. package/dist/150/solanaIngressEgress/failedForeignChainCallResigned.cjs +11 -0
  1066. package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  1067. package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +370 -0
  1068. package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.cjs +14 -0
  1069. package/dist/150/solanaIngressEgress/maxSwapRetryDurationSet.cjs +8 -0
  1070. package/dist/150/solanaIngressEgress/minimumDepositSet.cjs +12 -0
  1071. package/dist/150/solanaIngressEgress/stoppedBoosting.cjs +14 -0
  1072. package/dist/150/solanaIngressEgress/transferFallbackRequested.cjs +14 -0
  1073. package/dist/150/solanaIngressEgress/utxoConsolidation.cjs +8 -0
  1074. package/dist/150/solanaThresholdSigner/failureReportProcessed.cjs +13 -0
  1075. package/dist/150/solanaThresholdSigner/keyHandoverFailure.cjs +9 -0
  1076. package/dist/150/solanaThresholdSigner/keyHandoverFailureReported.cjs +7 -0
  1077. package/dist/150/solanaThresholdSigner/keyHandoverRequest.cjs +17 -0
  1078. package/dist/150/solanaThresholdSigner/keyHandoverResponseTimeout.cjs +9 -0
  1079. package/dist/150/solanaThresholdSigner/keyHandoverSuccess.cjs +9 -0
  1080. package/dist/150/solanaThresholdSigner/keyHandoverSuccessReported.cjs +7 -0
  1081. package/dist/150/solanaThresholdSigner/keyHandoverVerificationFailure.cjs +9 -0
  1082. package/dist/150/solanaThresholdSigner/keyHandoverVerificationSuccess.cjs +9 -0
  1083. package/dist/150/solanaThresholdSigner/keyRotationCompleted.cjs +8 -0
  1084. package/dist/150/solanaThresholdSigner/keygenFailure.cjs +7 -0
  1085. package/dist/150/solanaThresholdSigner/keygenFailureReported.cjs +7 -0
  1086. package/dist/150/solanaThresholdSigner/keygenRequest.cjs +13 -0
  1087. package/dist/150/solanaThresholdSigner/keygenResponseTimeout.cjs +7 -0
  1088. package/dist/150/solanaThresholdSigner/keygenResponseTimeoutUpdated.cjs +8 -0
  1089. package/dist/150/solanaThresholdSigner/keygenSuccess.cjs +7 -0
  1090. package/dist/150/solanaThresholdSigner/keygenSuccessReported.cjs +7 -0
  1091. package/dist/150/solanaThresholdSigner/keygenVerificationFailure.cjs +9 -0
  1092. package/dist/150/solanaThresholdSigner/keygenVerificationSuccess.cjs +9 -0
  1093. package/dist/150/solanaThresholdSigner/noKeyHandover.cjs +8 -0
  1094. package/dist/150/solanaThresholdSigner/retryRequested.cjs +12 -0
  1095. package/dist/150/solanaThresholdSigner/signersUnavailable.cjs +11 -0
  1096. package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.cjs +13 -0
  1097. package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.ts +336 -0
  1098. package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.cjs +13 -0
  1099. package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.cjs +15 -0
  1100. package/dist/150/solanaThresholdSigner/thresholdSignatureResponseTimeoutUpdated.cjs +8 -0
  1101. package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.cjs +12 -0
  1102. package/dist/150/solanaVault/awaitingGovernanceActivation.cjs +9 -0
  1103. package/dist/150/solanaVault/chainInitialized.cjs +8 -0
  1104. package/dist/150/solanaVault/vaultActivationCompleted.cjs +8 -0
  1105. package/dist/150/solanaVault/vaultRotatedExternally.cjs +7 -0
  1106. package/dist/150/swapping/batchSwapFailed.cjs +13 -0
  1107. package/dist/150/swapping/batchSwapFailed.d.ts +38 -0
  1108. package/dist/150/swapping/buyIntervalSet.cjs +8 -0
  1109. package/dist/150/swapping/ccmDepositReceived.cjs +16 -0
  1110. package/dist/150/swapping/ccmDepositReceived.d.ts +408 -0
  1111. package/dist/150/swapping/ccmEgressScheduled.cjs +12 -0
  1112. package/dist/150/swapping/ccmFailed.cjs +14 -0
  1113. package/dist/150/swapping/ccmFailed.d.ts +515 -0
  1114. package/dist/150/swapping/maximumSwapAmountSet.cjs +12 -0
  1115. package/dist/150/swapping/maximumSwapAmountSet.d.ts +25 -0
  1116. package/dist/150/swapping/networkFeeTaken.cjs +12 -0
  1117. package/dist/150/swapping/refundEgressIgnored.cjs +14 -0
  1118. package/dist/150/swapping/refundEgressIgnored.d.ts +248 -0
  1119. package/dist/150/swapping/refundEgressScheduled.cjs +15 -0
  1120. package/dist/150/swapping/refundEgressScheduled.d.ts +44 -0
  1121. package/dist/150/swapping/swapAmountConfiscated.cjs +15 -0
  1122. package/dist/150/swapping/swapAmountConfiscated.d.ts +44 -0
  1123. package/dist/150/swapping/swapDepositAddressReady.cjs +22 -0
  1124. package/dist/150/swapping/swapDepositAddressReady.d.ts +273 -0
  1125. package/dist/150/swapping/swapEgressIgnored.cjs +14 -0
  1126. package/dist/150/swapping/swapEgressIgnored.d.ts +248 -0
  1127. package/dist/150/swapping/swapEgressScheduled.cjs +15 -0
  1128. package/dist/150/swapping/swapEgressScheduled.d.ts +44 -0
  1129. package/dist/150/swapping/swapExecuted.cjs +19 -0
  1130. package/dist/150/swapping/swapExecuted.d.ts +397 -0
  1131. package/dist/150/swapping/swapRescheduled.cjs +12 -0
  1132. package/dist/150/swapping/swapRetryDelaySet.cjs +8 -0
  1133. package/dist/150/swapping/swapScheduled.cjs +20 -0
  1134. package/dist/150/swapping/swapScheduled.d.ts +548 -0
  1135. package/dist/150/swapping/withdrawalRequested.cjs +15 -0
  1136. package/dist/150/swapping/withdrawalRequested.d.ts +89 -0
  1137. package/dist/150/tokenholderGovernance/govKeyUpdatedHasFailed.cjs +12 -0
  1138. package/dist/150/tokenholderGovernance/govKeyUpdatedWasSuccessful.cjs +12 -0
  1139. package/dist/150/tokenholderGovernance/proposalEnacted.cjs +9 -0
  1140. package/dist/150/tokenholderGovernance/proposalEnacted.d.ts +54 -0
  1141. package/dist/150/tokenholderGovernance/proposalPassed.cjs +9 -0
  1142. package/dist/150/tokenholderGovernance/proposalPassed.d.ts +54 -0
  1143. package/dist/150/tokenholderGovernance/proposalRejected.cjs +9 -0
  1144. package/dist/150/tokenholderGovernance/proposalRejected.d.ts +54 -0
  1145. package/dist/150/tokenholderGovernance/proposalSubmitted.cjs +9 -0
  1146. package/dist/150/tokenholderGovernance/proposalSubmitted.d.ts +54 -0
  1147. package/dist/160/_virtual/rolldown_runtime.cjs +29 -0
  1148. package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.cjs +12 -0
  1149. package/dist/160/arbitrumIngressEgress/depositBoosted.cjs +20 -0
  1150. package/dist/160/arbitrumIngressEgress/depositBoosted.d.ts +129 -0
  1151. package/dist/160/arbitrumIngressEgress/depositFinalised.cjs +18 -0
  1152. package/dist/160/arbitrumIngressEgress/depositFinalised.d.ts +123 -0
  1153. package/dist/160/assetBalances/accountCredited.cjs +14 -0
  1154. package/dist/160/assetBalances/accountCredited.d.ts +31 -0
  1155. package/dist/160/assetBalances/accountDebited.cjs +14 -0
  1156. package/dist/160/assetBalances/accountDebited.d.ts +31 -0
  1157. package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.cjs +12 -0
  1158. package/dist/160/bitcoinIngressEgress/depositBoosted.cjs +20 -0
  1159. package/dist/160/bitcoinIngressEgress/depositBoosted.d.ts +229 -0
  1160. package/dist/160/bitcoinIngressEgress/depositFinalised.cjs +18 -0
  1161. package/dist/160/bitcoinIngressEgress/depositFinalised.d.ts +223 -0
  1162. package/dist/160/common.cjs +602 -0
  1163. package/dist/160/common.d.ts +3828 -0
  1164. package/dist/160/environment/durableNonceSetForAccount.cjs +12 -0
  1165. package/dist/160/environment/runtimeSafeModeUpdated.cjs +9 -0
  1166. package/dist/160/environment/solanaInitialized.cjs +8 -0
  1167. package/dist/160/ethereumIngressEgress/ccmEgressInvalid.cjs +12 -0
  1168. package/dist/160/ethereumIngressEgress/depositBoosted.cjs +20 -0
  1169. package/dist/160/ethereumIngressEgress/depositBoosted.d.ts +129 -0
  1170. package/dist/160/ethereumIngressEgress/depositFinalised.cjs +18 -0
  1171. package/dist/160/ethereumIngressEgress/depositFinalised.d.ts +123 -0
  1172. package/dist/160/liquidityPools/assetSwapped.cjs +14 -0
  1173. package/dist/160/liquidityPools/assetSwapped.d.ts +41 -0
  1174. package/dist/160/liquidityPools/limitOrderUpdated.cjs +20 -0
  1175. package/dist/160/liquidityPools/limitOrderUpdated.d.ts +99 -0
  1176. package/dist/160/liquidityPools/newPoolCreated.cjs +14 -0
  1177. package/dist/160/liquidityPools/newPoolCreated.d.ts +41 -0
  1178. package/dist/160/liquidityPools/orderDeletionFailed.cjs +9 -0
  1179. package/dist/160/liquidityPools/orderDeletionFailed.d.ts +127 -0
  1180. package/dist/160/liquidityPools/poolFeeSet.cjs +13 -0
  1181. package/dist/160/liquidityPools/poolFeeSet.d.ts +38 -0
  1182. package/dist/160/liquidityPools/priceImpactLimitSet.cjs +12 -0
  1183. package/dist/160/liquidityPools/rangeOrderUpdated.cjs +21 -0
  1184. package/dist/160/liquidityPools/rangeOrderUpdated.d.ts +209 -0
  1185. package/dist/160/liquidityProvider/assetTransferred.cjs +14 -0
  1186. package/dist/160/liquidityProvider/assetTransferred.d.ts +31 -0
  1187. package/dist/160/liquidityProvider/liquidityDepositAddressReady.cjs +17 -0
  1188. package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.ts +85 -0
  1189. package/dist/160/liquidityProvider/withdrawalEgressScheduled.cjs +15 -0
  1190. package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.ts +89 -0
  1191. package/dist/160/polkadotIngressEgress/ccmEgressInvalid.cjs +12 -0
  1192. package/dist/160/polkadotIngressEgress/depositBoosted.cjs +20 -0
  1193. package/dist/160/polkadotIngressEgress/depositBoosted.d.ts +119 -0
  1194. package/dist/160/polkadotIngressEgress/depositFinalised.cjs +18 -0
  1195. package/dist/160/polkadotIngressEgress/depositFinalised.d.ts +113 -0
  1196. package/dist/160/solanaBroadcaster/broadcastSuccess.cjs +13 -0
  1197. package/dist/160/solanaBroadcaster/transactionBroadcastRequest.cjs +14 -0
  1198. package/dist/160/solanaBroadcaster/transactionFeeDeficitRecorded.cjs +12 -0
  1199. package/dist/160/solanaChainTracking/chainStateUpdated.cjs +9 -0
  1200. package/dist/160/solanaElections/allVotesCleared.cjs +8 -0
  1201. package/dist/160/solanaElections/allVotesNotCleared.cjs +8 -0
  1202. package/dist/160/solanaElections/corruptStorage.cjs +8 -0
  1203. package/dist/160/solanaElections/uninitialized.cjs +8 -0
  1204. package/dist/160/solanaIngressEgress/assetEgressStatusChanged.cjs +12 -0
  1205. package/dist/160/solanaIngressEgress/boostFundsAdded.cjs +13 -0
  1206. package/dist/160/solanaIngressEgress/boostPoolCreated.cjs +9 -0
  1207. package/dist/160/solanaIngressEgress/ccmEgressInvalid.cjs +12 -0
  1208. package/dist/160/solanaIngressEgress/depositBoosted.cjs +19 -0
  1209. package/dist/160/solanaIngressEgress/depositBoosted.d.ts +116 -0
  1210. package/dist/160/solanaIngressEgress/depositFetchesScheduled.cjs +12 -0
  1211. package/dist/160/solanaIngressEgress/depositFetchesScheduled.d.ts +25 -0
  1212. package/dist/160/solanaIngressEgress/depositFinalised.cjs +17 -0
  1213. package/dist/160/solanaIngressEgress/depositFinalised.d.ts +110 -0
  1214. package/dist/160/solanaIngressEgress/depositIgnored.cjs +14 -0
  1215. package/dist/160/solanaIngressEgress/depositWitnessRejected.cjs +12 -0
  1216. package/dist/160/solanaIngressEgress/insufficientBoostLiquidity.cjs +14 -0
  1217. package/dist/160/solanaIngressEgress/insufficientBoostLiquidity.d.ts +31 -0
  1218. package/dist/160/solanaIngressEgress/minimumDepositSet.cjs +12 -0
  1219. package/dist/160/solanaIngressEgress/stoppedBoosting.cjs +14 -0
  1220. package/dist/160/solanaIngressEgress/transferFallbackRequested.cjs +14 -0
  1221. package/dist/160/solanaIngressEgress/transferFallbackRequested.d.ts +31 -0
  1222. package/dist/160/solanaThresholdSigner/thresholdSignatureRequest.cjs +16 -0
  1223. package/dist/160/swapping/batchSwapFailed.cjs +13 -0
  1224. package/dist/160/swapping/batchSwapFailed.d.ts +38 -0
  1225. package/dist/160/swapping/ccmFailed.cjs +14 -0
  1226. package/dist/160/swapping/ccmFailed.d.ts +312 -0
  1227. package/dist/160/swapping/maxSwapRequestDurationSet.cjs +8 -0
  1228. package/dist/160/swapping/maxSwapRetryDurationSet.cjs +8 -0
  1229. package/dist/160/swapping/maximumSwapAmountSet.cjs +12 -0
  1230. package/dist/160/swapping/maximumSwapAmountSet.d.ts +25 -0
  1231. package/dist/160/swapping/refundEgressIgnored.cjs +14 -0
  1232. package/dist/160/swapping/refundEgressIgnored.d.ts +248 -0
  1233. package/dist/160/swapping/refundEgressScheduled.cjs +15 -0
  1234. package/dist/160/swapping/refundEgressScheduled.d.ts +44 -0
  1235. package/dist/160/swapping/swapAmountConfiscated.cjs +14 -0
  1236. package/dist/160/swapping/swapAmountConfiscated.d.ts +31 -0
  1237. package/dist/160/swapping/swapDepositAddressReady.cjs +23 -0
  1238. package/dist/160/swapping/swapDepositAddressReady.d.ts +291 -0
  1239. package/dist/160/swapping/swapEgressIgnored.cjs +14 -0
  1240. package/dist/160/swapping/swapEgressIgnored.d.ts +248 -0
  1241. package/dist/160/swapping/swapEgressScheduled.cjs +15 -0
  1242. package/dist/160/swapping/swapEgressScheduled.d.ts +44 -0
  1243. package/dist/160/swapping/swapExecuted.cjs +19 -0
  1244. package/dist/160/swapping/swapExecuted.d.ts +56 -0
  1245. package/dist/160/swapping/swapRequestCompleted.cjs +9 -0
  1246. package/dist/160/swapping/swapRequested.cjs +18 -0
  1247. package/dist/160/swapping/swapRequested.d.ts +604 -0
  1248. package/dist/160/swapping/swapScheduled.cjs +15 -0
  1249. package/dist/160/swapping/swapScheduled.d.ts +34 -0
  1250. package/dist/160/swapping/withdrawalRequested.cjs +15 -0
  1251. package/dist/160/swapping/withdrawalRequested.d.ts +89 -0
  1252. package/dist/170/_virtual/rolldown_runtime.cjs +29 -0
  1253. package/dist/170/arbitrumBroadcaster/palletConfigUpdated.cjs +9 -0
  1254. package/dist/170/arbitrumIngressEgress/boostedDepositLost.cjs +12 -0
  1255. package/dist/170/arbitrumIngressEgress/boostedDepositLost.d.ts +15 -0
  1256. package/dist/170/arbitrumIngressEgress/ccmFailed.cjs +14 -0
  1257. package/dist/170/arbitrumIngressEgress/ccmFailed.d.ts +312 -0
  1258. package/dist/170/arbitrumIngressEgress/ccmFallbackScheduled.cjs +12 -0
  1259. package/dist/170/arbitrumIngressEgress/depositChannelLifetimeSet.cjs +9 -0
  1260. package/dist/170/arbitrumIngressEgress/depositIgnored.cjs +15 -0
  1261. package/dist/170/arbitrumIngressEgress/depositIgnored.d.ts +54 -0
  1262. package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  1263. package/dist/170/arbitrumIngressEgress/transactionRejectedByBroker.cjs +12 -0
  1264. package/dist/170/arbitrumIngressEgress/transactionRejectionFailed.cjs +9 -0
  1265. package/dist/170/arbitrumIngressEgress/transactionRejectionRequestExpired.cjs +12 -0
  1266. package/dist/170/arbitrumIngressEgress/transactionRejectionRequestReceived.cjs +13 -0
  1267. package/dist/170/arbitrumVault/activationTxFailedAwaitingGovernance.cjs +9 -0
  1268. package/dist/170/bitcoinBroadcaster/palletConfigUpdated.cjs +9 -0
  1269. package/dist/170/bitcoinIngressEgress/boostedDepositLost.cjs +12 -0
  1270. package/dist/170/bitcoinIngressEgress/boostedDepositLost.d.ts +15 -0
  1271. package/dist/170/bitcoinIngressEgress/ccmFailed.cjs +14 -0
  1272. package/dist/170/bitcoinIngressEgress/ccmFailed.d.ts +312 -0
  1273. package/dist/170/bitcoinIngressEgress/ccmFallbackScheduled.cjs +12 -0
  1274. package/dist/170/bitcoinIngressEgress/depositBoosted.cjs +20 -0
  1275. package/dist/170/bitcoinIngressEgress/depositBoosted.d.ts +343 -0
  1276. package/dist/170/bitcoinIngressEgress/depositChannelLifetimeSet.cjs +9 -0
  1277. package/dist/170/bitcoinIngressEgress/depositFinalised.cjs +18 -0
  1278. package/dist/170/bitcoinIngressEgress/depositFinalised.d.ts +337 -0
  1279. package/dist/170/bitcoinIngressEgress/depositIgnored.cjs +15 -0
  1280. package/dist/170/bitcoinIngressEgress/depositIgnored.d.ts +268 -0
  1281. package/dist/170/bitcoinIngressEgress/depositWitnessRejected.cjs +12 -0
  1282. package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.ts +565 -0
  1283. package/dist/170/bitcoinIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  1284. package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.cjs +12 -0
  1285. package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.ts +144 -0
  1286. package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.cjs +9 -0
  1287. package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.ts +141 -0
  1288. package/dist/170/bitcoinIngressEgress/transactionRejectionRequestExpired.cjs +12 -0
  1289. package/dist/170/bitcoinIngressEgress/transactionRejectionRequestReceived.cjs +13 -0
  1290. package/dist/170/bitcoinThresholdSigner/palletConfigUpdated.cjs +9 -0
  1291. package/dist/170/bitcoinVault/activationTxFailedAwaitingGovernance.cjs +9 -0
  1292. package/dist/170/common.cjs +477 -0
  1293. package/dist/170/common.d.ts +2447 -0
  1294. package/dist/170/ethereumBroadcaster/palletConfigUpdated.cjs +9 -0
  1295. package/dist/170/ethereumIngressEgress/boostedDepositLost.cjs +12 -0
  1296. package/dist/170/ethereumIngressEgress/boostedDepositLost.d.ts +15 -0
  1297. package/dist/170/ethereumIngressEgress/ccmFailed.cjs +14 -0
  1298. package/dist/170/ethereumIngressEgress/ccmFailed.d.ts +312 -0
  1299. package/dist/170/ethereumIngressEgress/ccmFallbackScheduled.cjs +12 -0
  1300. package/dist/170/ethereumIngressEgress/depositChannelLifetimeSet.cjs +9 -0
  1301. package/dist/170/ethereumIngressEgress/depositIgnored.cjs +15 -0
  1302. package/dist/170/ethereumIngressEgress/depositIgnored.d.ts +54 -0
  1303. package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  1304. package/dist/170/ethereumIngressEgress/transactionRejectedByBroker.cjs +12 -0
  1305. package/dist/170/ethereumIngressEgress/transactionRejectionFailed.cjs +9 -0
  1306. package/dist/170/ethereumIngressEgress/transactionRejectionRequestExpired.cjs +12 -0
  1307. package/dist/170/ethereumIngressEgress/transactionRejectionRequestReceived.cjs +13 -0
  1308. package/dist/170/ethereumVault/activationTxFailedAwaitingGovernance.cjs +9 -0
  1309. package/dist/170/evmThresholdSigner/palletConfigUpdated.cjs +9 -0
  1310. package/dist/170/polkadotBroadcaster/palletConfigUpdated.cjs +9 -0
  1311. package/dist/170/polkadotIngressEgress/boostedDepositLost.cjs +12 -0
  1312. package/dist/170/polkadotIngressEgress/boostedDepositLost.d.ts +15 -0
  1313. package/dist/170/polkadotIngressEgress/ccmFailed.cjs +14 -0
  1314. package/dist/170/polkadotIngressEgress/ccmFailed.d.ts +312 -0
  1315. package/dist/170/polkadotIngressEgress/ccmFallbackScheduled.cjs +12 -0
  1316. package/dist/170/polkadotIngressEgress/depositChannelLifetimeSet.cjs +8 -0
  1317. package/dist/170/polkadotIngressEgress/depositIgnored.cjs +15 -0
  1318. package/dist/170/polkadotIngressEgress/depositIgnored.d.ts +44 -0
  1319. package/dist/170/polkadotIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  1320. package/dist/170/polkadotIngressEgress/transactionRejectedByBroker.cjs +11 -0
  1321. package/dist/170/polkadotIngressEgress/transactionRejectionFailed.cjs +8 -0
  1322. package/dist/170/polkadotIngressEgress/transactionRejectionRequestExpired.cjs +12 -0
  1323. package/dist/170/polkadotIngressEgress/transactionRejectionRequestReceived.cjs +13 -0
  1324. package/dist/170/polkadotThresholdSigner/palletConfigUpdated.cjs +9 -0
  1325. package/dist/170/polkadotVault/activationTxFailedAwaitingGovernance.cjs +9 -0
  1326. package/dist/170/reputation/offencePenalty.cjs +13 -0
  1327. package/dist/170/reputation/penaltyUpdated.cjs +13 -0
  1328. package/dist/170/solanaBroadcaster/palletConfigUpdated.cjs +9 -0
  1329. package/dist/170/solanaBroadcaster/transactionBroadcastRequest.cjs +14 -0
  1330. package/dist/170/solanaIngressEgress/boostedDepositLost.cjs +12 -0
  1331. package/dist/170/solanaIngressEgress/boostedDepositLost.d.ts +15 -0
  1332. package/dist/170/solanaIngressEgress/ccmFailed.cjs +14 -0
  1333. package/dist/170/solanaIngressEgress/ccmFailed.d.ts +312 -0
  1334. package/dist/170/solanaIngressEgress/ccmFallbackScheduled.cjs +12 -0
  1335. package/dist/170/solanaIngressEgress/depositChannelLifetimeSet.cjs +9 -0
  1336. package/dist/170/solanaIngressEgress/depositIgnored.cjs +14 -0
  1337. package/dist/170/solanaIngressEgress/depositIgnored.d.ts +41 -0
  1338. package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  1339. package/dist/170/solanaIngressEgress/transactionRejectedByBroker.cjs +8 -0
  1340. package/dist/170/solanaIngressEgress/transactionRejectionFailed.cjs +8 -0
  1341. package/dist/170/solanaIngressEgress/transactionRejectionRequestExpired.cjs +12 -0
  1342. package/dist/170/solanaIngressEgress/transactionRejectionRequestReceived.cjs +13 -0
  1343. package/dist/170/solanaThresholdSigner/palletConfigUpdated.cjs +9 -0
  1344. package/dist/170/solanaVault/activationTxFailedAwaitingGovernance.cjs +9 -0
  1345. package/dist/170/swapping/minimumChunkSizeSet.cjs +12 -0
  1346. package/dist/170/swapping/minimumChunkSizeSet.d.ts +25 -0
  1347. package/dist/170/swapping/swapRequested.cjs +18 -0
  1348. package/dist/170/swapping/swapRequested.d.ts +713 -0
  1349. package/dist/170/validator/previousRotationStillPending.cjs +8 -0
  1350. package/dist/180/_virtual/rolldown_runtime.cjs +29 -0
  1351. package/dist/180/arbitrumChainTracking/chainStateUpdated.cjs +9 -0
  1352. package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.cjs +12 -0
  1353. package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.ts +533 -0
  1354. package/dist/180/arbitrumIngressEgress/depositBoosted.cjs +22 -0
  1355. package/dist/180/arbitrumIngressEgress/depositBoosted.d.ts +145 -0
  1356. package/dist/180/arbitrumIngressEgress/depositFailed.cjs +13 -0
  1357. package/dist/180/arbitrumIngressEgress/depositFailed.d.ts +1370 -0
  1358. package/dist/180/arbitrumIngressEgress/depositFinalised.cjs +20 -0
  1359. package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  1360. package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +560 -0
  1361. package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.cjs +15 -0
  1362. package/dist/180/arbitrumIngressEgress/networkFeeDeductionFromBoostSet.cjs +8 -0
  1363. package/dist/180/arbitrumIngressEgress/transferFallbackRequested.cjs +15 -0
  1364. package/dist/180/arbitrumIngressEgress/unknownAffiliate.cjs +12 -0
  1365. package/dist/180/arbitrumIngressEgress/unknownBroker.cjs +9 -0
  1366. package/dist/180/arbitrumIngressEgress/witnessSafetyMarginSet.cjs +9 -0
  1367. package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.cjs +12 -0
  1368. package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.ts +533 -0
  1369. package/dist/180/bitcoinIngressEgress/depositBoosted.cjs +22 -0
  1370. package/dist/180/bitcoinIngressEgress/depositBoosted.d.ts +359 -0
  1371. package/dist/180/bitcoinIngressEgress/depositFailed.cjs +13 -0
  1372. package/dist/180/bitcoinIngressEgress/depositFailed.d.ts +2279 -0
  1373. package/dist/180/bitcoinIngressEgress/depositFinalised.cjs +20 -0
  1374. package/dist/180/bitcoinIngressEgress/depositFinalised.d.ts +353 -0
  1375. package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  1376. package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +560 -0
  1377. package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.cjs +15 -0
  1378. package/dist/180/bitcoinIngressEgress/networkFeeDeductionFromBoostSet.cjs +8 -0
  1379. package/dist/180/bitcoinIngressEgress/transferFallbackRequested.cjs +15 -0
  1380. package/dist/180/bitcoinIngressEgress/unknownAffiliate.cjs +12 -0
  1381. package/dist/180/bitcoinIngressEgress/unknownBroker.cjs +9 -0
  1382. package/dist/180/bitcoinIngressEgress/witnessSafetyMarginSet.cjs +9 -0
  1383. package/dist/180/common.cjs +837 -0
  1384. package/dist/180/common.d.ts +12253 -0
  1385. package/dist/180/environment/solanaGovCallDispatched.cjs +12 -0
  1386. package/dist/180/ethereumIngressEgress/ccmEgressInvalid.cjs +12 -0
  1387. package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.ts +533 -0
  1388. package/dist/180/ethereumIngressEgress/depositBoosted.cjs +22 -0
  1389. package/dist/180/ethereumIngressEgress/depositBoosted.d.ts +145 -0
  1390. package/dist/180/ethereumIngressEgress/depositFailed.cjs +13 -0
  1391. package/dist/180/ethereumIngressEgress/depositFailed.d.ts +1370 -0
  1392. package/dist/180/ethereumIngressEgress/depositFinalised.cjs +20 -0
  1393. package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  1394. package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +560 -0
  1395. package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.cjs +15 -0
  1396. package/dist/180/ethereumIngressEgress/networkFeeDeductionFromBoostSet.cjs +8 -0
  1397. package/dist/180/ethereumIngressEgress/transferFallbackRequested.cjs +15 -0
  1398. package/dist/180/ethereumIngressEgress/unknownAffiliate.cjs +12 -0
  1399. package/dist/180/ethereumIngressEgress/unknownBroker.cjs +9 -0
  1400. package/dist/180/ethereumIngressEgress/witnessSafetyMarginSet.cjs +9 -0
  1401. package/dist/180/polkadotIngressEgress/ccmEgressInvalid.cjs +12 -0
  1402. package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.ts +533 -0
  1403. package/dist/180/polkadotIngressEgress/depositBoosted.cjs +22 -0
  1404. package/dist/180/polkadotIngressEgress/depositBoosted.d.ts +135 -0
  1405. package/dist/180/polkadotIngressEgress/depositFailed.cjs +13 -0
  1406. package/dist/180/polkadotIngressEgress/depositFailed.d.ts +1361 -0
  1407. package/dist/180/polkadotIngressEgress/depositFinalised.cjs +20 -0
  1408. package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  1409. package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +560 -0
  1410. package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.cjs +15 -0
  1411. package/dist/180/polkadotIngressEgress/networkFeeDeductionFromBoostSet.cjs +8 -0
  1412. package/dist/180/polkadotIngressEgress/transferFallbackRequested.cjs +15 -0
  1413. package/dist/180/polkadotIngressEgress/unknownAffiliate.cjs +12 -0
  1414. package/dist/180/polkadotIngressEgress/unknownBroker.cjs +9 -0
  1415. package/dist/180/polkadotIngressEgress/witnessSafetyMarginSet.cjs +8 -0
  1416. package/dist/180/solanaBroadcaster/transactionBroadcastRequest.cjs +14 -0
  1417. package/dist/180/solanaElections/unknownElection.cjs +9 -0
  1418. package/dist/180/solanaIngressEgress/ccmEgressInvalid.cjs +12 -0
  1419. package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.ts +533 -0
  1420. package/dist/180/solanaIngressEgress/depositBoosted.cjs +21 -0
  1421. package/dist/180/solanaIngressEgress/depositBoosted.d.ts +132 -0
  1422. package/dist/180/solanaIngressEgress/depositFailed.cjs +13 -0
  1423. package/dist/180/solanaIngressEgress/depositFailed.d.ts +1320 -0
  1424. package/dist/180/solanaIngressEgress/depositFinalised.cjs +19 -0
  1425. package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  1426. package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +560 -0
  1427. package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.cjs +15 -0
  1428. package/dist/180/solanaIngressEgress/networkFeeDeductionFromBoostSet.cjs +8 -0
  1429. package/dist/180/solanaIngressEgress/transactionRejectionRequestExpired.cjs +12 -0
  1430. package/dist/180/solanaIngressEgress/transactionRejectionRequestReceived.cjs +13 -0
  1431. package/dist/180/solanaIngressEgress/transferFallbackRequested.cjs +15 -0
  1432. package/dist/180/solanaIngressEgress/unknownAffiliate.cjs +12 -0
  1433. package/dist/180/solanaIngressEgress/unknownBroker.cjs +9 -0
  1434. package/dist/180/solanaIngressEgress/witnessSafetyMarginSet.cjs +9 -0
  1435. package/dist/180/swapping/affiliateRegistration.cjs +14 -0
  1436. package/dist/180/swapping/brokerBondSet.cjs +9 -0
  1437. package/dist/180/swapping/minimumNetworkFeeSet.cjs +9 -0
  1438. package/dist/180/swapping/privateBrokerChannelClosed.cjs +12 -0
  1439. package/dist/180/swapping/privateBrokerChannelOpened.cjs +12 -0
  1440. package/dist/180/swapping/refundEgressScheduled.cjs +15 -0
  1441. package/dist/180/swapping/refundEgressScheduled.d.ts +54 -0
  1442. package/dist/180/swapping/swapDepositAddressReady.cjs +24 -0
  1443. package/dist/180/swapping/swapDepositAddressReady.d.ts +294 -0
  1444. package/dist/180/swapping/swapEgressScheduled.cjs +15 -0
  1445. package/dist/180/swapping/swapEgressScheduled.d.ts +54 -0
  1446. package/dist/180/swapping/swapRequested.cjs +19 -0
  1447. package/dist/180/swapping/swapRequested.d.ts +679 -0
  1448. package/dist/180/swapping/swapScheduled.cjs +15 -0
  1449. package/dist/180/swapping/withdrawalRequested.cjs +16 -0
  1450. package/dist/180/swapping/withdrawalRequested.d.ts +92 -0
  1451. package/dist/190/_virtual/rolldown_runtime.cjs +29 -0
  1452. package/dist/190/arbitrumIngressEgress/batchBroadcastRequested.cjs +12 -0
  1453. package/dist/190/arbitrumIngressEgress/ccmBroadcastRequested.cjs +12 -0
  1454. package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.cjs +12 -0
  1455. package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.ts +543 -0
  1456. package/dist/190/arbitrumIngressEgress/depositBoosted.cjs +22 -0
  1457. package/dist/190/arbitrumIngressEgress/depositBoosted.d.ts +194 -0
  1458. package/dist/190/arbitrumIngressEgress/depositFailed.cjs +13 -0
  1459. package/dist/190/arbitrumIngressEgress/depositFailed.d.ts +1355 -0
  1460. package/dist/190/arbitrumIngressEgress/depositFinalised.cjs +20 -0
  1461. package/dist/190/arbitrumIngressEgress/depositFinalised.d.ts +188 -0
  1462. package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  1463. package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +560 -0
  1464. package/dist/190/arbitrumIngressEgress/transferFallbackRequested.cjs +15 -0
  1465. package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.ts +66 -0
  1466. package/dist/190/assetBalances/accountCredited.cjs +14 -0
  1467. package/dist/190/assetBalances/accountCredited.d.ts +31 -0
  1468. package/dist/190/assetBalances/accountDebited.cjs +14 -0
  1469. package/dist/190/assetBalances/accountDebited.d.ts +31 -0
  1470. package/dist/190/assetBalances/refundScheduled.cjs +13 -0
  1471. package/dist/190/assetBalances/refundScheduled.d.ts +251 -0
  1472. package/dist/190/assetBalances/refundSkipped.cjs +13 -0
  1473. package/dist/190/assetBalances/refundSkipped.d.ts +468 -0
  1474. package/dist/190/assetBalances/vaultDeficitDetected.cjs +13 -0
  1475. package/dist/190/assethubBroadcaster/broadcastAborted.cjs +8 -0
  1476. package/dist/190/assethubBroadcaster/broadcastCallbackExecuted.cjs +12 -0
  1477. package/dist/190/assethubBroadcaster/broadcastCallbackExecuted.d.ts +333 -0
  1478. package/dist/190/assethubBroadcaster/broadcastRetryScheduled.cjs +11 -0
  1479. package/dist/190/assethubBroadcaster/broadcastSuccess.cjs +13 -0
  1480. package/dist/190/assethubBroadcaster/broadcastTimeout.cjs +8 -0
  1481. package/dist/190/assethubBroadcaster/callResigned.cjs +8 -0
  1482. package/dist/190/assethubBroadcaster/palletConfigUpdated.cjs +9 -0
  1483. package/dist/190/assethubBroadcaster/thresholdSignatureInvalid.cjs +8 -0
  1484. package/dist/190/assethubBroadcaster/transactionBroadcastRequest.cjs +14 -0
  1485. package/dist/190/assethubBroadcaster/transactionFeeDeficitRecorded.cjs +12 -0
  1486. package/dist/190/assethubBroadcaster/transactionFeeDeficitRefused.cjs +9 -0
  1487. package/dist/190/assethubChainTracking/chainStateUpdated.cjs +9 -0
  1488. package/dist/190/assethubChainTracking/feeMultiplierUpdated.cjs +9 -0
  1489. package/dist/190/assethubIngressEgress/assetEgressStatusChanged.cjs +12 -0
  1490. package/dist/190/assethubIngressEgress/batchBroadcastRequested.cjs +12 -0
  1491. package/dist/190/assethubIngressEgress/boostFundsAdded.cjs +13 -0
  1492. package/dist/190/assethubIngressEgress/boostFundsAdded.d.ts +45 -0
  1493. package/dist/190/assethubIngressEgress/boostPoolCreated.cjs +9 -0
  1494. package/dist/190/assethubIngressEgress/boostedDepositLost.cjs +12 -0
  1495. package/dist/190/assethubIngressEgress/ccmBroadcastFailed.cjs +8 -0
  1496. package/dist/190/assethubIngressEgress/ccmBroadcastRequested.cjs +12 -0
  1497. package/dist/190/assethubIngressEgress/ccmEgressInvalid.cjs +12 -0
  1498. package/dist/190/assethubIngressEgress/ccmEgressInvalid.d.ts +543 -0
  1499. package/dist/190/assethubIngressEgress/channelOpeningFeePaid.cjs +9 -0
  1500. package/dist/190/assethubIngressEgress/channelOpeningFeeSet.cjs +9 -0
  1501. package/dist/190/assethubIngressEgress/depositBoosted.cjs +22 -0
  1502. package/dist/190/assethubIngressEgress/depositBoosted.d.ts +184 -0
  1503. package/dist/190/assethubIngressEgress/depositChannelLifetimeSet.cjs +8 -0
  1504. package/dist/190/assethubIngressEgress/depositFailed.cjs +13 -0
  1505. package/dist/190/assethubIngressEgress/depositFailed.d.ts +1346 -0
  1506. package/dist/190/assethubIngressEgress/depositFetchesScheduled.cjs +12 -0
  1507. package/dist/190/assethubIngressEgress/depositFinalised.cjs +20 -0
  1508. package/dist/190/assethubIngressEgress/depositFinalised.d.ts +178 -0
  1509. package/dist/190/assethubIngressEgress/failedForeignChainCallExpired.cjs +8 -0
  1510. package/dist/190/assethubIngressEgress/failedForeignChainCallResigned.cjs +11 -0
  1511. package/dist/190/assethubIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  1512. package/dist/190/assethubIngressEgress/failedToBuildAllBatchCall.d.ts +560 -0
  1513. package/dist/190/assethubIngressEgress/insufficientBoostLiquidity.cjs +15 -0
  1514. package/dist/190/assethubIngressEgress/minimumDepositSet.cjs +12 -0
  1515. package/dist/190/assethubIngressEgress/networkFeeDeductionFromBoostSet.cjs +8 -0
  1516. package/dist/190/assethubIngressEgress/stoppedBoosting.cjs +14 -0
  1517. package/dist/190/assethubIngressEgress/stoppedBoosting.d.ts +48 -0
  1518. package/dist/190/assethubIngressEgress/transactionRejectedByBroker.cjs +11 -0
  1519. package/dist/190/assethubIngressEgress/transactionRejectedByBroker.d.ts +15 -0
  1520. package/dist/190/assethubIngressEgress/transactionRejectionFailed.cjs +8 -0
  1521. package/dist/190/assethubIngressEgress/transactionRejectionRequestExpired.cjs +12 -0
  1522. package/dist/190/assethubIngressEgress/transactionRejectionRequestExpired.d.ts +30 -0
  1523. package/dist/190/assethubIngressEgress/transactionRejectionRequestReceived.cjs +13 -0
  1524. package/dist/190/assethubIngressEgress/transactionRejectionRequestReceived.d.ts +33 -0
  1525. package/dist/190/assethubIngressEgress/transferFallbackRequested.cjs +15 -0
  1526. package/dist/190/assethubIngressEgress/transferFallbackRequested.d.ts +66 -0
  1527. package/dist/190/assethubIngressEgress/unknownAffiliate.cjs +12 -0
  1528. package/dist/190/assethubIngressEgress/unknownBroker.cjs +9 -0
  1529. package/dist/190/assethubIngressEgress/utxoConsolidation.cjs +8 -0
  1530. package/dist/190/assethubIngressEgress/witnessSafetyMarginSet.cjs +8 -0
  1531. package/dist/190/assethubVault/activationTxFailedAwaitingGovernance.cjs +9 -0
  1532. package/dist/190/assethubVault/awaitingGovernanceActivation.cjs +9 -0
  1533. package/dist/190/assethubVault/chainInitialized.cjs +8 -0
  1534. package/dist/190/assethubVault/vaultActivationCompleted.cjs +8 -0
  1535. package/dist/190/assethubVault/vaultRotatedExternally.cjs +7 -0
  1536. package/dist/190/bitcoinIngressEgress/batchBroadcastRequested.cjs +12 -0
  1537. package/dist/190/bitcoinIngressEgress/ccmBroadcastRequested.cjs +12 -0
  1538. package/dist/190/bitcoinIngressEgress/ccmEgressInvalid.cjs +12 -0
  1539. package/dist/190/bitcoinIngressEgress/ccmEgressInvalid.d.ts +543 -0
  1540. package/dist/190/bitcoinIngressEgress/depositBoosted.cjs +22 -0
  1541. package/dist/190/bitcoinIngressEgress/depositBoosted.d.ts +408 -0
  1542. package/dist/190/bitcoinIngressEgress/depositFailed.cjs +13 -0
  1543. package/dist/190/bitcoinIngressEgress/depositFailed.d.ts +2264 -0
  1544. package/dist/190/bitcoinIngressEgress/depositFinalised.cjs +20 -0
  1545. package/dist/190/bitcoinIngressEgress/depositFinalised.d.ts +402 -0
  1546. package/dist/190/bitcoinIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  1547. package/dist/190/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +560 -0
  1548. package/dist/190/bitcoinIngressEgress/transferFallbackRequested.cjs +15 -0
  1549. package/dist/190/bitcoinIngressEgress/transferFallbackRequested.d.ts +161 -0
  1550. package/dist/190/common.cjs +1330 -0
  1551. package/dist/190/common.d.ts +18203 -0
  1552. package/dist/190/emissions/networkFeeBurned.cjs +12 -0
  1553. package/dist/190/emissions/networkFeeBurned.d.ts +25 -0
  1554. package/dist/190/environment/assethubVaultAccountSet.cjs +9 -0
  1555. package/dist/190/environment/runtimeSafeModeUpdated.cjs +9 -0
  1556. package/dist/190/environment/runtimeSafeModeUpdated.d.ts +1278 -0
  1557. package/dist/190/ethereumIngressEgress/batchBroadcastRequested.cjs +12 -0
  1558. package/dist/190/ethereumIngressEgress/ccmBroadcastRequested.cjs +12 -0
  1559. package/dist/190/ethereumIngressEgress/ccmEgressInvalid.cjs +12 -0
  1560. package/dist/190/ethereumIngressEgress/ccmEgressInvalid.d.ts +543 -0
  1561. package/dist/190/ethereumIngressEgress/depositBoosted.cjs +22 -0
  1562. package/dist/190/ethereumIngressEgress/depositBoosted.d.ts +194 -0
  1563. package/dist/190/ethereumIngressEgress/depositFailed.cjs +13 -0
  1564. package/dist/190/ethereumIngressEgress/depositFailed.d.ts +1355 -0
  1565. package/dist/190/ethereumIngressEgress/depositFinalised.cjs +20 -0
  1566. package/dist/190/ethereumIngressEgress/depositFinalised.d.ts +188 -0
  1567. package/dist/190/ethereumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  1568. package/dist/190/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +560 -0
  1569. package/dist/190/ethereumIngressEgress/transferFallbackRequested.cjs +15 -0
  1570. package/dist/190/ethereumIngressEgress/transferFallbackRequested.d.ts +66 -0
  1571. package/dist/190/flip/palletConfigUpdated.cjs +9 -0
  1572. package/dist/190/flip/palletConfigUpdated.d.ts +84 -0
  1573. package/dist/190/liquidityPools/assetSwapped.cjs +14 -0
  1574. package/dist/190/liquidityPools/assetSwapped.d.ts +41 -0
  1575. package/dist/190/liquidityPools/limitOrderUpdated.cjs +20 -0
  1576. package/dist/190/liquidityPools/limitOrderUpdated.d.ts +99 -0
  1577. package/dist/190/liquidityPools/newPoolCreated.cjs +14 -0
  1578. package/dist/190/liquidityPools/newPoolCreated.d.ts +41 -0
  1579. package/dist/190/liquidityPools/orderDeletionFailed.cjs +9 -0
  1580. package/dist/190/liquidityPools/orderDeletionFailed.d.ts +127 -0
  1581. package/dist/190/liquidityPools/palletConfigUpdated.cjs +9 -0
  1582. package/dist/190/liquidityPools/palletConfigUpdated.d.ts +44 -0
  1583. package/dist/190/liquidityPools/poolFeeSet.cjs +13 -0
  1584. package/dist/190/liquidityPools/poolFeeSet.d.ts +38 -0
  1585. package/dist/190/liquidityPools/priceImpactLimitSet.cjs +12 -0
  1586. package/dist/190/liquidityPools/rangeOrderUpdated.cjs +21 -0
  1587. package/dist/190/liquidityPools/rangeOrderUpdated.d.ts +209 -0
  1588. package/dist/190/liquidityProvider/assetTransferred.cjs +14 -0
  1589. package/dist/190/liquidityProvider/assetTransferred.d.ts +31 -0
  1590. package/dist/190/liquidityProvider/liquidityDepositAddressReady.cjs +17 -0
  1591. package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.ts +91 -0
  1592. package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.cjs +13 -0
  1593. package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.ts +251 -0
  1594. package/dist/190/liquidityProvider/withdrawalEgressScheduled.cjs +15 -0
  1595. package/dist/190/liquidityProvider/withdrawalEgressScheduled.d.ts +95 -0
  1596. package/dist/190/polkadotIngressEgress/batchBroadcastRequested.cjs +12 -0
  1597. package/dist/190/polkadotIngressEgress/ccmBroadcastRequested.cjs +12 -0
  1598. package/dist/190/polkadotIngressEgress/ccmEgressInvalid.cjs +12 -0
  1599. package/dist/190/polkadotIngressEgress/ccmEgressInvalid.d.ts +543 -0
  1600. package/dist/190/polkadotIngressEgress/depositBoosted.cjs +22 -0
  1601. package/dist/190/polkadotIngressEgress/depositBoosted.d.ts +184 -0
  1602. package/dist/190/polkadotIngressEgress/depositFailed.cjs +13 -0
  1603. package/dist/190/polkadotIngressEgress/depositFailed.d.ts +1346 -0
  1604. package/dist/190/polkadotIngressEgress/depositFinalised.cjs +20 -0
  1605. package/dist/190/polkadotIngressEgress/depositFinalised.d.ts +178 -0
  1606. package/dist/190/polkadotIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  1607. package/dist/190/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +560 -0
  1608. package/dist/190/polkadotIngressEgress/transferFallbackRequested.cjs +15 -0
  1609. package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.ts +66 -0
  1610. package/dist/190/reputation/offencePenalty.cjs +13 -0
  1611. package/dist/190/reputation/offencePenalty.d.ts +125 -0
  1612. package/dist/190/reputation/penaltyUpdated.cjs +13 -0
  1613. package/dist/190/reputation/penaltyUpdated.d.ts +155 -0
  1614. package/dist/190/solanaIngressEgress/batchBroadcastRequested.cjs +12 -0
  1615. package/dist/190/solanaIngressEgress/ccmBroadcastRequested.cjs +12 -0
  1616. package/dist/190/solanaIngressEgress/ccmEgressInvalid.cjs +12 -0
  1617. package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.ts +543 -0
  1618. package/dist/190/solanaIngressEgress/depositBoosted.cjs +21 -0
  1619. package/dist/190/solanaIngressEgress/depositBoosted.d.ts +181 -0
  1620. package/dist/190/solanaIngressEgress/depositFailed.cjs +13 -0
  1621. package/dist/190/solanaIngressEgress/depositFailed.d.ts +1305 -0
  1622. package/dist/190/solanaIngressEgress/depositFinalised.cjs +19 -0
  1623. package/dist/190/solanaIngressEgress/depositFinalised.d.ts +175 -0
  1624. package/dist/190/solanaIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  1625. package/dist/190/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +560 -0
  1626. package/dist/190/solanaIngressEgress/transferFallbackRequested.cjs +15 -0
  1627. package/dist/190/solanaIngressEgress/transferFallbackRequested.d.ts +66 -0
  1628. package/dist/190/solanaThresholdSigner/thresholdSignatureRequest.cjs +16 -0
  1629. package/dist/190/solanaThresholdSigner/thresholdSignatureRequest.d.ts +314 -0
  1630. package/dist/190/swapping/batchSwapFailed.cjs +13 -0
  1631. package/dist/190/swapping/batchSwapFailed.d.ts +38 -0
  1632. package/dist/190/swapping/creditedOnChain.cjs +14 -0
  1633. package/dist/190/swapping/creditedOnChain.d.ts +31 -0
  1634. package/dist/190/swapping/palletConfigUpdated.cjs +9 -0
  1635. package/dist/190/swapping/palletConfigUpdated.d.ts +196 -0
  1636. package/dist/190/swapping/refundEgressIgnored.cjs +14 -0
  1637. package/dist/190/swapping/refundEgressIgnored.d.ts +248 -0
  1638. package/dist/190/swapping/refundEgressScheduled.cjs +15 -0
  1639. package/dist/190/swapping/refundEgressScheduled.d.ts +54 -0
  1640. package/dist/190/swapping/refundedOnChain.cjs +14 -0
  1641. package/dist/190/swapping/refundedOnChain.d.ts +31 -0
  1642. package/dist/190/swapping/swapAmountConfiscated.cjs +14 -0
  1643. package/dist/190/swapping/swapAmountConfiscated.d.ts +31 -0
  1644. package/dist/190/swapping/swapDepositAddressReady.cjs +24 -0
  1645. package/dist/190/swapping/swapDepositAddressReady.d.ts +315 -0
  1646. package/dist/190/swapping/swapEgressIgnored.cjs +14 -0
  1647. package/dist/190/swapping/swapEgressIgnored.d.ts +248 -0
  1648. package/dist/190/swapping/swapEgressScheduled.cjs +15 -0
  1649. package/dist/190/swapping/swapEgressScheduled.d.ts +54 -0
  1650. package/dist/190/swapping/swapExecuted.cjs +19 -0
  1651. package/dist/190/swapping/swapExecuted.d.ts +56 -0
  1652. package/dist/190/swapping/swapRequested.cjs +19 -0
  1653. package/dist/190/swapping/swapRequested.d.ts +900 -0
  1654. package/dist/190/swapping/vaultSwapMinimumBrokerFeeSet.cjs +12 -0
  1655. package/dist/190/swapping/withdrawalRequested.cjs +16 -0
  1656. package/dist/190/swapping/withdrawalRequested.d.ts +98 -0
  1657. package/dist/190/tokenholderGovernance/govKeyUpdatedHasFailed.cjs +12 -0
  1658. package/dist/190/tokenholderGovernance/govKeyUpdatedWasSuccessful.cjs +12 -0
  1659. package/dist/190/tokenholderGovernance/proposalEnacted.cjs +9 -0
  1660. package/dist/190/tokenholderGovernance/proposalEnacted.d.ts +54 -0
  1661. package/dist/190/tokenholderGovernance/proposalPassed.cjs +9 -0
  1662. package/dist/190/tokenholderGovernance/proposalPassed.d.ts +54 -0
  1663. package/dist/190/tokenholderGovernance/proposalRejected.cjs +9 -0
  1664. package/dist/190/tokenholderGovernance/proposalRejected.d.ts +54 -0
  1665. package/dist/190/tokenholderGovernance/proposalSubmitted.cjs +9 -0
  1666. package/dist/190/tokenholderGovernance/proposalSubmitted.d.ts +54 -0
  1667. package/dist/190/tradingStrategy/fundsAddedToStrategy.cjs +12 -0
  1668. package/dist/190/tradingStrategy/fundsAddedToStrategy.d.ts +25 -0
  1669. package/dist/190/tradingStrategy/palletConfigUpdated.cjs +9 -0
  1670. package/dist/190/tradingStrategy/palletConfigUpdated.d.ts +108 -0
  1671. package/dist/190/tradingStrategy/strategyClosed.cjs +9 -0
  1672. package/dist/190/tradingStrategy/strategyDeployed.cjs +13 -0
  1673. package/dist/190/tradingStrategy/strategyDeployed.d.ts +50 -0
  1674. package/dist/200/_virtual/rolldown_runtime.cjs +29 -0
  1675. package/dist/200/arbitrumBroadcaster/historicalBroadcastRequested.cjs +12 -0
  1676. package/dist/200/assethubBroadcaster/historicalBroadcastRequested.cjs +12 -0
  1677. package/dist/200/bitcoinBroadcaster/historicalBroadcastRequested.cjs +12 -0
  1678. package/dist/200/bitcoinThresholdSigner/maxRetriesReachedForRequest.cjs +8 -0
  1679. package/dist/200/common.cjs +616 -0
  1680. package/dist/200/common.d.ts +11087 -0
  1681. package/dist/200/environment/batchCompleted.cjs +8 -0
  1682. package/dist/200/environment/nonNativeSignedCall.cjs +8 -0
  1683. package/dist/200/environment/runtimeSafeModeUpdated.cjs +9 -0
  1684. package/dist/200/ethereumBroadcaster/historicalBroadcastRequested.cjs +12 -0
  1685. package/dist/200/evmThresholdSigner/maxRetriesReachedForRequest.cjs +8 -0
  1686. package/dist/200/funding/funded.cjs +14 -0
  1687. package/dist/200/lendingPools/collateralAdded.cjs +13 -0
  1688. package/dist/200/lendingPools/collateralRemoved.cjs +12 -0
  1689. package/dist/200/lendingPools/collateralTopupAssetUpdated.cjs +12 -0
  1690. package/dist/200/lendingPools/interestTaken.cjs +15 -0
  1691. package/dist/200/lendingPools/lendingFundsAdded.cjs +13 -0
  1692. package/dist/200/lendingPools/lendingFundsRemoved.cjs +13 -0
  1693. package/dist/200/lendingPools/lendingNetworkFeeSwapInitiated.cjs +9 -0
  1694. package/dist/200/lendingPools/lendingPoolCreated.cjs +9 -0
  1695. package/dist/200/lendingPools/liquidationCompleted.cjs +12 -0
  1696. package/dist/200/lendingPools/liquidationFeeTaken.cjs +14 -0
  1697. package/dist/200/lendingPools/liquidationInitiated.cjs +13 -0
  1698. package/dist/200/lendingPools/loanCreated.cjs +14 -0
  1699. package/dist/200/lendingPools/loanCreated.d.ts +31 -0
  1700. package/dist/200/lendingPools/loanRepaid.cjs +12 -0
  1701. package/dist/200/lendingPools/loanSettled.cjs +13 -0
  1702. package/dist/200/lendingPools/loanUpdated.cjs +12 -0
  1703. package/dist/200/lendingPools/originationFeeTaken.cjs +14 -0
  1704. package/dist/200/lendingPools/palletConfigUpdated.cjs +9 -0
  1705. package/dist/200/lendingPools/whitelistUpdated.cjs +9 -0
  1706. package/dist/200/polkadotBroadcaster/historicalBroadcastRequested.cjs +12 -0
  1707. package/dist/200/polkadotThresholdSigner/maxRetriesReachedForRequest.cjs +8 -0
  1708. package/dist/200/solanaBroadcaster/historicalBroadcastRequested.cjs +12 -0
  1709. package/dist/200/solanaThresholdSigner/maxRetriesReachedForRequest.cjs +8 -0
  1710. package/dist/200/swapping/accountCreationDepositAddressReady.cjs +19 -0
  1711. package/dist/200/swapping/accountCreationDepositAddressReady.d.ts +148 -0
  1712. package/dist/200/swapping/swapAborted.cjs +12 -0
  1713. package/dist/200/swapping/swapRequestCompleted.cjs +12 -0
  1714. package/dist/200/swapping/swapRequested.cjs +19 -0
  1715. package/dist/200/swapping/swapRequested.d.ts +3993 -0
  1716. package/dist/200/swapping/swapRescheduled.cjs +13 -0
  1717. package/dist/210/_virtual/rolldown_runtime.cjs +29 -0
  1718. package/dist/210/arbitrumElections/allVotesCleared.cjs +8 -0
  1719. package/dist/210/arbitrumElections/allVotesCleared.d.ts +6 -0
  1720. package/dist/210/arbitrumElections/allVotesCleared.mjs +7 -0
  1721. package/dist/210/arbitrumElections/allVotesNotCleared.cjs +8 -0
  1722. package/dist/210/arbitrumElections/allVotesNotCleared.d.ts +6 -0
  1723. package/dist/210/arbitrumElections/allVotesNotCleared.mjs +7 -0
  1724. package/dist/210/arbitrumElections/corruptStorage.cjs +8 -0
  1725. package/dist/210/arbitrumElections/corruptStorage.d.ts +6 -0
  1726. package/dist/210/arbitrumElections/corruptStorage.mjs +7 -0
  1727. package/dist/210/arbitrumElections/electoralEvent.cjs +7 -0
  1728. package/dist/210/arbitrumElections/electoralEvent.d.ts +58 -0
  1729. package/dist/210/arbitrumElections/electoralEvent.mjs +7 -0
  1730. package/dist/210/arbitrumElections/uninitialized.cjs +8 -0
  1731. package/dist/210/arbitrumElections/uninitialized.d.ts +6 -0
  1732. package/dist/210/arbitrumElections/uninitialized.mjs +7 -0
  1733. package/dist/210/arbitrumElections/unknownElection.cjs +9 -0
  1734. package/dist/210/arbitrumElections/unknownElection.d.ts +14 -0
  1735. package/dist/210/arbitrumElections/unknownElection.mjs +8 -0
  1736. package/dist/210/arbitrumIngressEgress/assetEgressStatusChanged.cjs +12 -0
  1737. package/dist/210/arbitrumIngressEgress/depositBoosted.cjs +22 -0
  1738. package/dist/210/arbitrumIngressEgress/depositFailed.cjs +13 -0
  1739. package/dist/210/arbitrumIngressEgress/depositFailed.d.ts +1427 -0
  1740. package/dist/210/arbitrumIngressEgress/depositFetchesScheduled.cjs +12 -0
  1741. package/dist/210/arbitrumIngressEgress/depositFinalised.cjs +20 -0
  1742. package/dist/210/arbitrumIngressEgress/insufficientBoostLiquidity.cjs +15 -0
  1743. package/dist/210/arbitrumIngressEgress/invalidCcmRefunded.cjs +13 -0
  1744. package/dist/210/arbitrumIngressEgress/palletConfigUpdated.cjs +9 -0
  1745. package/dist/210/arbitrumIngressEgress/transferFallbackRequested.cjs +15 -0
  1746. package/dist/210/assetBalances/accountCredited.cjs +14 -0
  1747. package/dist/210/assetBalances/accountCredited.d.ts +31 -0
  1748. package/dist/210/assetBalances/accountDebited.cjs +14 -0
  1749. package/dist/210/assetBalances/accountDebited.d.ts +31 -0
  1750. package/dist/210/assethubIngressEgress/depositFailed.cjs +13 -0
  1751. package/dist/210/assethubIngressEgress/depositFailed.d.ts +1418 -0
  1752. package/dist/210/bitcoinIngressEgress/depositFailed.cjs +13 -0
  1753. package/dist/210/bitcoinIngressEgress/depositFailed.d.ts +2336 -0
  1754. package/dist/210/common.cjs +1509 -0
  1755. package/dist/210/common.d.ts +26736 -0
  1756. package/dist/210/common.mjs +135 -13
  1757. package/dist/210/environment/addedNewArbAsset.cjs +9 -0
  1758. package/dist/210/environment/addedNewEthAsset.cjs +9 -0
  1759. package/dist/210/environment/runtimeSafeModeUpdated.cjs +9 -0
  1760. package/dist/210/environment/runtimeSafeModeUpdated.d.ts +1997 -0
  1761. package/dist/210/environment/updatedArbAsset.cjs +9 -0
  1762. package/dist/210/environment/updatedEthAsset.cjs +9 -0
  1763. package/dist/210/ethereumElections/allVotesCleared.cjs +8 -0
  1764. package/dist/210/ethereumElections/allVotesCleared.d.ts +6 -0
  1765. package/dist/210/ethereumElections/allVotesCleared.mjs +7 -0
  1766. package/dist/210/ethereumElections/allVotesNotCleared.cjs +8 -0
  1767. package/dist/210/ethereumElections/allVotesNotCleared.d.ts +6 -0
  1768. package/dist/210/ethereumElections/allVotesNotCleared.mjs +7 -0
  1769. package/dist/210/ethereumElections/corruptStorage.cjs +8 -0
  1770. package/dist/210/ethereumElections/corruptStorage.d.ts +6 -0
  1771. package/dist/210/ethereumElections/corruptStorage.mjs +7 -0
  1772. package/dist/210/ethereumElections/electoralEvent.cjs +7 -0
  1773. package/dist/210/ethereumElections/electoralEvent.d.ts +30 -0
  1774. package/dist/210/ethereumElections/electoralEvent.mjs +7 -0
  1775. package/dist/210/ethereumElections/uninitialized.cjs +8 -0
  1776. package/dist/210/ethereumElections/uninitialized.d.ts +6 -0
  1777. package/dist/210/ethereumElections/uninitialized.mjs +7 -0
  1778. package/dist/210/ethereumElections/unknownElection.cjs +9 -0
  1779. package/dist/210/ethereumElections/unknownElection.d.ts +14 -0
  1780. package/dist/210/ethereumElections/unknownElection.mjs +8 -0
  1781. package/dist/210/ethereumIngressEgress/assetEgressStatusChanged.cjs +12 -0
  1782. package/dist/210/ethereumIngressEgress/depositBoosted.cjs +22 -0
  1783. package/dist/210/ethereumIngressEgress/depositFailed.cjs +13 -0
  1784. package/dist/210/ethereumIngressEgress/depositFailed.d.ts +1427 -0
  1785. package/dist/210/ethereumIngressEgress/depositFetchesScheduled.cjs +12 -0
  1786. package/dist/210/ethereumIngressEgress/depositFinalised.cjs +20 -0
  1787. package/dist/210/ethereumIngressEgress/insufficientBoostLiquidity.cjs +15 -0
  1788. package/dist/210/ethereumIngressEgress/invalidCcmRefunded.cjs +13 -0
  1789. package/dist/210/ethereumIngressEgress/palletConfigUpdated.cjs +9 -0
  1790. package/dist/210/ethereumIngressEgress/transferFallbackRequested.cjs +15 -0
  1791. package/dist/210/funding/funded.cjs +14 -0
  1792. package/dist/210/funding/funded.d.ts +88 -0
  1793. package/dist/210/governance/newGovernanceCouncil.cjs +9 -0
  1794. package/dist/210/lendingPools/boostFundsAdded.cjs +13 -0
  1795. package/dist/210/lendingPools/boostFundsAdded.d.ts +45 -0
  1796. package/dist/210/lendingPools/boostPoolCreated.cjs +9 -0
  1797. package/dist/210/lendingPools/boostPoolCreated.d.ts +39 -0
  1798. package/dist/210/lendingPools/collateralAdded.cjs +13 -0
  1799. package/dist/210/lendingPools/collateralAdded.d.ts +68 -0
  1800. package/dist/210/lendingPools/collateralRemoved.cjs +12 -0
  1801. package/dist/210/lendingPools/collateralRemoved.d.ts +25 -0
  1802. package/dist/210/lendingPools/collateralTopupAssetUpdated.cjs +12 -0
  1803. package/dist/210/lendingPools/collateralTopupAssetUpdated.d.ts +25 -0
  1804. package/dist/210/lendingPools/lendingFundsAdded.cjs +13 -0
  1805. package/dist/210/lendingPools/lendingFundsAdded.d.ts +28 -0
  1806. package/dist/210/lendingPools/lendingFundsRemoved.cjs +13 -0
  1807. package/dist/210/lendingPools/lendingFundsRemoved.d.ts +28 -0
  1808. package/dist/210/lendingPools/lendingPoolCreated.cjs +9 -0
  1809. package/dist/210/lendingPools/lendingPoolCreated.d.ts +22 -0
  1810. package/dist/210/lendingPools/loanCreated.cjs +14 -0
  1811. package/dist/210/lendingPools/loanCreated.d.ts +31 -0
  1812. package/dist/210/lendingPools/loanRepaid.cjs +13 -0
  1813. package/dist/210/lendingPools/palletConfigUpdated.cjs +9 -0
  1814. package/dist/210/lendingPools/palletConfigUpdated.d.ts +423 -0
  1815. package/dist/210/lendingPools/stoppedBoosting.cjs +14 -0
  1816. package/dist/210/lendingPools/stoppedBoosting.d.ts +48 -0
  1817. package/dist/210/liquidityPools/assetSwapped.cjs +14 -0
  1818. package/dist/210/liquidityPools/assetSwapped.d.ts +41 -0
  1819. package/dist/210/liquidityPools/limitOrderUpdated.cjs +20 -0
  1820. package/dist/210/liquidityPools/limitOrderUpdated.d.ts +99 -0
  1821. package/dist/210/liquidityPools/newPoolCreated.cjs +14 -0
  1822. package/dist/210/liquidityPools/newPoolCreated.d.ts +41 -0
  1823. package/dist/210/liquidityPools/orderDeletionFailed.cjs +9 -0
  1824. package/dist/210/liquidityPools/orderDeletionFailed.d.ts +127 -0
  1825. package/dist/210/liquidityPools/palletConfigUpdated.cjs +9 -0
  1826. package/dist/210/liquidityPools/palletConfigUpdated.d.ts +44 -0
  1827. package/dist/210/liquidityPools/poolFeeSet.cjs +13 -0
  1828. package/dist/210/liquidityPools/poolFeeSet.d.ts +38 -0
  1829. package/dist/210/liquidityPools/priceImpactLimitSet.cjs +12 -0
  1830. package/dist/210/liquidityPools/rangeOrderUpdated.cjs +21 -0
  1831. package/dist/210/liquidityPools/rangeOrderUpdated.d.ts +209 -0
  1832. package/dist/210/liquidityProvider/assetTransferred.cjs +14 -0
  1833. package/dist/210/liquidityProvider/assetTransferred.d.ts +31 -0
  1834. package/dist/210/liquidityProvider/liquidityDepositAddressReady.cjs +17 -0
  1835. package/dist/210/liquidityProvider/liquidityDepositAddressReady.d.ts +91 -0
  1836. package/dist/210/liquidityProvider/withdrawalEgressScheduled.cjs +15 -0
  1837. package/dist/210/liquidityProvider/withdrawalEgressScheduled.d.ts +95 -0
  1838. package/dist/210/polkadotIngressEgress/depositFailed.cjs +13 -0
  1839. package/dist/210/polkadotIngressEgress/depositFailed.d.ts +1418 -0
  1840. package/dist/210/solanaIngressEgress/assetEgressStatusChanged.cjs +12 -0
  1841. package/dist/210/solanaIngressEgress/assetEgressStatusChanged.d.ts +25 -0
  1842. package/dist/210/solanaIngressEgress/assetEgressStatusChanged.mjs +11 -0
  1843. package/dist/210/solanaIngressEgress/depositBoosted.cjs +22 -0
  1844. package/dist/210/solanaIngressEgress/depositBoosted.d.ts +224 -0
  1845. package/dist/210/solanaIngressEgress/depositBoosted.mjs +21 -0
  1846. package/dist/210/solanaIngressEgress/depositFailed.cjs +13 -0
  1847. package/dist/210/solanaIngressEgress/depositFailed.d.ts +1499 -0
  1848. package/dist/210/solanaIngressEgress/depositFetchesScheduled.cjs +12 -0
  1849. package/dist/210/solanaIngressEgress/depositFetchesScheduled.d.ts +25 -0
  1850. package/dist/210/solanaIngressEgress/depositFetchesScheduled.mjs +11 -0
  1851. package/dist/210/solanaIngressEgress/depositFinalised.cjs +20 -0
  1852. package/dist/210/solanaIngressEgress/depositFinalised.d.ts +218 -0
  1853. package/dist/210/solanaIngressEgress/depositFinalised.mjs +19 -0
  1854. package/dist/210/solanaIngressEgress/insufficientBoostLiquidity.cjs +15 -0
  1855. package/dist/210/solanaIngressEgress/insufficientBoostLiquidity.d.ts +44 -0
  1856. package/dist/210/solanaIngressEgress/insufficientBoostLiquidity.mjs +14 -0
  1857. package/dist/210/solanaIngressEgress/invalidCcmRefunded.cjs +13 -0
  1858. package/dist/210/solanaIngressEgress/invalidCcmRefunded.d.ts +28 -0
  1859. package/dist/210/solanaIngressEgress/invalidCcmRefunded.mjs +12 -0
  1860. package/dist/210/solanaIngressEgress/palletConfigUpdated.cjs +9 -0
  1861. package/dist/210/solanaIngressEgress/palletConfigUpdated.d.ts +151 -0
  1862. package/dist/210/solanaIngressEgress/palletConfigUpdated.mjs +8 -0
  1863. package/dist/210/solanaIngressEgress/transferFallbackRequested.cjs +15 -0
  1864. package/dist/210/solanaIngressEgress/transferFallbackRequested.d.ts +66 -0
  1865. package/dist/210/solanaIngressEgress/transferFallbackRequested.mjs +14 -0
  1866. package/dist/210/swapping/accountCreationDepositAddressReady.cjs +19 -0
  1867. package/dist/210/swapping/accountCreationDepositAddressReady.d.ts +148 -0
  1868. package/dist/210/swapping/batchSwapFailed.cjs +13 -0
  1869. package/dist/210/swapping/batchSwapFailed.d.ts +38 -0
  1870. package/dist/210/swapping/boundBrokerWithdrawalAddress.cjs +12 -0
  1871. package/dist/210/swapping/boundBrokerWithdrawalAddress.d.ts +15 -0
  1872. package/dist/210/swapping/boundBrokerWithdrawalAddress.mjs +11 -0
  1873. package/dist/210/swapping/creditedOnChain.cjs +14 -0
  1874. package/dist/210/swapping/creditedOnChain.d.ts +31 -0
  1875. package/dist/210/swapping/palletConfigUpdated.cjs +9 -0
  1876. package/dist/210/swapping/palletConfigUpdated.d.ts +255 -0
  1877. package/dist/210/swapping/refundEgressIgnored.cjs +14 -0
  1878. package/dist/210/swapping/refundEgressIgnored.d.ts +248 -0
  1879. package/dist/210/swapping/refundEgressScheduled.cjs +16 -0
  1880. package/dist/210/swapping/refundEgressScheduled.d.ts +57 -0
  1881. package/dist/210/swapping/refundedOnChain.cjs +15 -0
  1882. package/dist/210/swapping/refundedOnChain.d.ts +34 -0
  1883. package/dist/210/swapping/swapAmountConfiscated.cjs +14 -0
  1884. package/dist/210/swapping/swapAmountConfiscated.d.ts +31 -0
  1885. package/dist/210/swapping/swapDepositAddressReady.cjs +24 -0
  1886. package/dist/210/swapping/swapDepositAddressReady.d.ts +695 -0
  1887. package/dist/210/swapping/swapEgressIgnored.cjs +14 -0
  1888. package/dist/210/swapping/swapEgressIgnored.d.ts +248 -0
  1889. package/dist/210/swapping/swapEgressScheduled.cjs +15 -0
  1890. package/dist/210/swapping/swapEgressScheduled.d.ts +54 -0
  1891. package/dist/210/swapping/swapExecuted.cjs +20 -0
  1892. package/dist/210/swapping/swapExecuted.d.ts +59 -0
  1893. package/dist/210/swapping/swapRequested.cjs +19 -0
  1894. package/dist/210/swapping/swapRequested.d.ts +3993 -0
  1895. package/dist/210/swapping/withdrawalRequested.cjs +16 -0
  1896. package/dist/210/swapping/withdrawalRequested.d.ts +98 -0
  1897. package/dist/210/tradingStrategy/fundsAddedToStrategy.cjs +12 -0
  1898. package/dist/210/tradingStrategy/fundsAddedToStrategy.d.ts +25 -0
  1899. package/dist/210/tradingStrategy/palletConfigUpdated.cjs +9 -0
  1900. package/dist/210/tradingStrategy/palletConfigUpdated.d.ts +108 -0
  1901. package/dist/210/tradingStrategy/strategyDeployed.cjs +13 -0
  1902. package/dist/210/tradingStrategy/strategyDeployed.d.ts +134 -0
  1903. package/dist/CodeGenerator.cjs +187 -0
  1904. package/dist/EventHandler.cjs +15 -0
  1905. package/dist/EventHandler.d.ts +28 -0
  1906. package/dist/EventHandler.mjs +14 -0
  1907. package/dist/HandlerMap.cjs +65 -0
  1908. package/dist/HandlerMap.d.ts +24 -0
  1909. package/dist/HandlerMap.mjs +62 -0
  1910. package/dist/Parser.cjs +122 -0
  1911. package/dist/Processor.cjs +215 -0
  1912. package/dist/Processor.d.ts +42 -0
  1913. package/dist/Processor.mjs +211 -0
  1914. package/dist/_virtual/_@oxc-project_runtime@0.110.0/helpers/decorate.cjs +11 -0
  1915. package/dist/_virtual/_@oxc-project_runtime@0.110.0/helpers/decorate.mjs +10 -0
  1916. package/dist/_virtual/rolldown_runtime.cjs +45 -0
  1917. package/dist/generate.cjs +44 -0
  1918. package/dist/index.cjs +8 -0
  1919. package/dist/index.d.ts +4 -0
  1920. package/dist/index.mjs +5 -0
  1921. package/dist/node_modules/.pnpm/@chainflip_rpc@1.9.3/node_modules/@chainflip/rpc/dist/Client.cjs +76 -0
  1922. package/dist/node_modules/.pnpm/@chainflip_rpc@1.9.3/node_modules/@chainflip/rpc/dist/HttpClient.cjs +35 -0
  1923. package/dist/node_modules/.pnpm/@chainflip_rpc@1.9.3/node_modules/@chainflip/rpc/dist/WsClient.cjs +4 -0
  1924. package/dist/node_modules/.pnpm/@chainflip_rpc@1.9.3/node_modules/@chainflip/rpc/dist/common.cjs +44 -0
  1925. package/dist/node_modules/.pnpm/@chainflip_rpc@1.9.3/node_modules/@chainflip/rpc/dist/index.cjs +2 -0
  1926. package/dist/node_modules/.pnpm/@chainflip_rpc@1.9.3/node_modules/@chainflip/rpc/dist/parsers.cjs +484 -0
  1927. package/dist/node_modules/.pnpm/@noble_curves@1.9.7/node_modules/@noble/curves/esm/_shortw_utils.cjs +22 -0
  1928. package/dist/node_modules/.pnpm/@noble_curves@1.9.7/node_modules/@noble/curves/esm/abstract/curve.cjs +324 -0
  1929. package/dist/node_modules/.pnpm/@noble_curves@1.9.7/node_modules/@noble/curves/esm/abstract/hash-to-curve.cjs +167 -0
  1930. package/dist/node_modules/.pnpm/@noble_curves@1.9.7/node_modules/@noble/curves/esm/abstract/modular.cjs +394 -0
  1931. package/dist/node_modules/.pnpm/@noble_curves@1.9.7/node_modules/@noble/curves/esm/abstract/weierstrass.cjs +1195 -0
  1932. package/dist/node_modules/.pnpm/@noble_curves@1.9.7/node_modules/@noble/curves/esm/secp256k1.cjs +119 -0
  1933. package/dist/node_modules/.pnpm/@noble_curves@1.9.7/node_modules/@noble/curves/esm/utils.cjs +203 -0
  1934. package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/_blake.cjs +267 -0
  1935. package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/_md.cjs +136 -0
  1936. package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/_u64.cjs +65 -0
  1937. package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/blake2.cjs +335 -0
  1938. package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/blake2b.cjs +13 -0
  1939. package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/cryptoNode.cjs +16 -0
  1940. package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/hmac.cjs +83 -0
  1941. package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/sha2.cjs +254 -0
  1942. package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/sha3.cjs +207 -0
  1943. package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/utils.cjs +207 -0
  1944. package/dist/node_modules/.pnpm/@polkadot_networks@14.0.1/node_modules/@polkadot/networks/defaults/genesis.cjs +91 -0
  1945. package/dist/node_modules/.pnpm/@polkadot_networks@14.0.1/node_modules/@polkadot/networks/defaults/icons.cjs +14 -0
  1946. package/dist/node_modules/.pnpm/@polkadot_networks@14.0.1/node_modules/@polkadot/networks/defaults/ledger.cjs +57 -0
  1947. package/dist/node_modules/.pnpm/@polkadot_networks@14.0.1/node_modules/@polkadot/networks/defaults/testnets.cjs +15 -0
  1948. package/dist/node_modules/.pnpm/@polkadot_networks@14.0.1/node_modules/@polkadot/networks/interfaces.cjs +41 -0
  1949. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/abstract/Array.cjs +152 -0
  1950. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/abstract/Base.cjs +106 -0
  1951. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/abstract/Int.cjs +197 -0
  1952. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/Compact.cjs +157 -0
  1953. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/DoNotConstruct.cjs +100 -0
  1954. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/Enum.cjs +322 -0
  1955. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/Int.cjs +31 -0
  1956. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/Null.cjs +82 -0
  1957. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/Option.cjs +196 -0
  1958. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/Result.cjs +65 -0
  1959. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/Tuple.cjs +101 -0
  1960. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/UInt.cjs +28 -0
  1961. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/Vec.cjs +104 -0
  1962. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/VecFixed.cjs +67 -0
  1963. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/BTreeMap.cjs +15 -0
  1964. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/BTreeSet.cjs +190 -0
  1965. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/BitVec.cjs +98 -0
  1966. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/Bytes.cjs +61 -0
  1967. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/HashMap.cjs +15 -0
  1968. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/Map.cjs +197 -0
  1969. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/OptionBool.cjs +61 -0
  1970. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/Range.cjs +43 -0
  1971. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/RangeInclusive.cjs +18 -0
  1972. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/Type.cjs +26 -0
  1973. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/U8aFixed.cjs +44 -0
  1974. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/WrapperKeepOpaque.cjs +102 -0
  1975. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/WrapperOpaque.cjs +24 -0
  1976. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/native/Bool.cjs +107 -0
  1977. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/native/Float.cjs +107 -0
  1978. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/native/Json.cjs +120 -0
  1979. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/native/Raw.cjs +140 -0
  1980. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/native/Set.cjs +196 -0
  1981. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/native/Struct.cjs +233 -0
  1982. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/native/Text.cjs +138 -0
  1983. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/F32.cjs +14 -0
  1984. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/F64.cjs +14 -0
  1985. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/I128.cjs +14 -0
  1986. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/I16.cjs +14 -0
  1987. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/I256.cjs +14 -0
  1988. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/I32.cjs +14 -0
  1989. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/I64.cjs +14 -0
  1990. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/I8.cjs +14 -0
  1991. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/ISize.cjs +19 -0
  1992. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/U128.cjs +14 -0
  1993. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/U16.cjs +14 -0
  1994. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/U256.cjs +14 -0
  1995. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/U32.cjs +14 -0
  1996. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/U64.cjs +14 -0
  1997. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/U8.cjs +14 -0
  1998. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/USize.cjs +19 -0
  1999. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/compareArray.cjs +11 -0
  2000. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/compareMap.cjs +23 -0
  2001. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/compareSet.cjs +15 -0
  2002. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/decodeU8a.cjs +107 -0
  2003. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/sanitize.cjs +180 -0
  2004. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/sortValues.cjs +70 -0
  2005. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/toConstructors.cjs +38 -0
  2006. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/typesToMap.cjs +10 -0
  2007. package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/util.cjs +9 -0
  2008. package/dist/node_modules/.pnpm/@polkadot_types-create@16.5.4/node_modules/@polkadot/types-create/create/class.cjs +147 -0
  2009. package/dist/node_modules/.pnpm/@polkadot_types-create@16.5.4/node_modules/@polkadot/types-create/create/type.cjs +47 -0
  2010. package/dist/node_modules/.pnpm/@polkadot_types-create@16.5.4/node_modules/@polkadot/types-create/types/types.cjs +36 -0
  2011. package/dist/node_modules/.pnpm/@polkadot_types-create@16.5.4/node_modules/@polkadot/types-create/util/encodeTypes.cjs +101 -0
  2012. package/dist/node_modules/.pnpm/@polkadot_types-create@16.5.4/node_modules/@polkadot/types-create/util/getTypeDef.cjs +250 -0
  2013. package/dist/node_modules/.pnpm/@polkadot_types-create@16.5.4/node_modules/@polkadot/types-create/util/typeSplit.cjs +48 -0
  2014. package/dist/node_modules/.pnpm/@polkadot_types-create@16.5.4/node_modules/@polkadot/types-create/util/xcm.cjs +23 -0
  2015. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/create/lazy.cjs +12 -0
  2016. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/create/registry.cjs +378 -0
  2017. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/ethereum/AccountId.cjs +68 -0
  2018. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/ethereum/LookupSource.cjs +80 -0
  2019. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/Extrinsic.cjs +320 -0
  2020. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/ExtrinsicEra.cjs +208 -0
  2021. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/ExtrinsicPayload.cjs +163 -0
  2022. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/ExtrinsicPayloadUnknown.cjs +17 -0
  2023. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/ExtrinsicUnknown.cjs +18 -0
  2024. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/SignerPayload.cjs +131 -0
  2025. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/constants.cjs +28 -0
  2026. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/signedExtensions/emptyCheck.cjs +9 -0
  2027. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/signedExtensions/index.cjs +29 -0
  2028. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/signedExtensions/polkadot.cjs +14 -0
  2029. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/signedExtensions/shell.cjs +7 -0
  2030. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/signedExtensions/statemint.cjs +12 -0
  2031. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/signedExtensions/substrate.cjs +51 -0
  2032. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/util.cjs +10 -0
  2033. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/v4/Extrinsic.cjs +79 -0
  2034. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/v4/ExtrinsicPayload.cjs +95 -0
  2035. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/v4/ExtrinsicSignature.cjs +158 -0
  2036. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/v5/Extrinsic.cjs +88 -0
  2037. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/v5/ExtrinsicPayload.cjs +92 -0
  2038. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/v5/ExtrinsicSignature.cjs +155 -0
  2039. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/v5/GeneralExtrinsic.cjs +139 -0
  2040. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/AccountId.cjs +84 -0
  2041. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/AccountIndex.cjs +99 -0
  2042. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/Block.cjs +43 -0
  2043. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/Call.cjs +180 -0
  2044. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/ChainProperties.cjs +56 -0
  2045. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/ConsensusEngineId.cjs +94 -0
  2046. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/Event.cjs +149 -0
  2047. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/LookupSource.cjs +88 -0
  2048. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/MultiAddress.cjs +54 -0
  2049. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/Vote.cjs +91 -0
  2050. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/index.types.cjs +136 -0
  2051. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/alias.cjs +66 -0
  2052. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/assetConversion/definitions.cjs +11 -0
  2053. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/assetConversion/runtime.cjs +65 -0
  2054. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/assets/definitions.cjs +53 -0
  2055. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/assets/runtime.cjs +16 -0
  2056. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/attestations/definitions.cjs +23 -0
  2057. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/aura/definitions.cjs +11 -0
  2058. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/aura/runtime.cjs +20 -0
  2059. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/author/definitions.cjs +27 -0
  2060. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/author/rpc.cjs +90 -0
  2061. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/authorship/definitions.cjs +12 -0
  2062. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/babe/definitions.cjs +120 -0
  2063. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/babe/rpc.cjs +11 -0
  2064. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/babe/runtime.cjs +65 -0
  2065. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/balances/definitions.cjs +50 -0
  2066. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/beefy/definitions.cjs +60 -0
  2067. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/beefy/rpc.cjs +22 -0
  2068. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/beefy/runtime.cjs +92 -0
  2069. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/benchmark/definitions.cjs +73 -0
  2070. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/benchmark/runtime.cjs +26 -0
  2071. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/blockbuilder/definitions.cjs +19 -0
  2072. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/blockbuilder/runtime.cjs +98 -0
  2073. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/bridges/definitions.cjs +88 -0
  2074. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/chain/definitions.cjs +10 -0
  2075. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/chain/rpc.cjs +79 -0
  2076. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/childstate/definitions.cjs +10 -0
  2077. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/childstate/rpc.cjs +137 -0
  2078. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/claims/definitions.cjs +9 -0
  2079. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/collective/definitions.cjs +29 -0
  2080. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/consensus/definitions.cjs +12 -0
  2081. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/contracts/definitions.cjs +412 -0
  2082. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/contracts/rpc.cjs +85 -0
  2083. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/contracts/runtime.cjs +175 -0
  2084. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/contractsAbi/definitions.cjs +326 -0
  2085. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/crowdloan/definitions.cjs +29 -0
  2086. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/cumulus/definitions.cjs +37 -0
  2087. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/cumulus/runtime.cjs +39 -0
  2088. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/definitions.cjs +167 -0
  2089. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/democracy/definitions.cjs +98 -0
  2090. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/dev/definitions.cjs +15 -0
  2091. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/dev/rpc.cjs +15 -0
  2092. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/discovery/definitions.cjs +11 -0
  2093. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/discovery/runtime.cjs +13 -0
  2094. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/dryRunApi/definitions.cjs +29 -0
  2095. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/dryRunApi/runtime.cjs +65 -0
  2096. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/elections/definitions.cjs +35 -0
  2097. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/engine/definitions.cjs +24 -0
  2098. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/engine/rpc.cjs +38 -0
  2099. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/eth/definitions.cjs +382 -0
  2100. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/eth/rpc.cjs +448 -0
  2101. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/eth/runtime.cjs +320 -0
  2102. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/evm/definitions.cjs +89 -0
  2103. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/extrinsics/definitions.cjs +36 -0
  2104. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/finality/definitions.cjs +11 -0
  2105. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/finality/runtime.cjs +19 -0
  2106. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/fungibles/definitions.cjs +11 -0
  2107. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/fungibles/runtime.cjs +26 -0
  2108. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/genericAsset/definitions.cjs +25 -0
  2109. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/genesisBuilder/definitions.cjs +11 -0
  2110. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/genesisBuilder/runtime.cjs +23 -0
  2111. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/gilt/definitions.cjs +27 -0
  2112. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/grandpa/definitions.cjs +128 -0
  2113. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/grandpa/rpc.cjs +30 -0
  2114. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/grandpa/runtime.cjs +48 -0
  2115. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/identity/definitions.cjs +71 -0
  2116. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/imOnline/definitions.cjs +31 -0
  2117. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/lottery/definitions.cjs +18 -0
  2118. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/definitions.cjs +69 -0
  2119. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/hashers.cjs +14 -0
  2120. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/runtime.cjs +32 -0
  2121. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/v10.cjs +57 -0
  2122. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/v11.cjs +58 -0
  2123. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/v12.cjs +31 -0
  2124. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/v13.cjs +60 -0
  2125. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/v14.cjs +84 -0
  2126. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/v15.cjs +59 -0
  2127. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/v16.cjs +116 -0
  2128. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/v9.cjs +79 -0
  2129. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/mixnet/definitions.cjs +31 -0
  2130. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/mixnet/runtime.cjs +36 -0
  2131. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/mmr/definitions.cjs +49 -0
  2132. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/mmr/rpc.cjs +57 -0
  2133. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/mmr/runtime.cjs +145 -0
  2134. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/nfts/definitions.cjs +14 -0
  2135. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/nfts/runtime.cjs +98 -0
  2136. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/nimbus/definitions.cjs +11 -0
  2137. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/nimbus/runtime.cjs +62 -0
  2138. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/nompools/definitions.cjs +14 -0
  2139. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/nompools/runtime.cjs +40 -0
  2140. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/offchain/definitions.cjs +15 -0
  2141. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/offchain/rpc.cjs +50 -0
  2142. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/offchain/runtime.cjs +26 -0
  2143. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/offences/definitions.cjs +20 -0
  2144. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/ormlOracle/definitions.cjs +11 -0
  2145. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/ormlOracle/runtime.cjs +29 -0
  2146. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/ormlTokens/definitions.cjs +11 -0
  2147. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/ormlTokens/runtime.cjs +16 -0
  2148. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/parachains/definitions.cjs +523 -0
  2149. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/parachains/hrmp.cjs +29 -0
  2150. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/parachains/runtime.cjs +360 -0
  2151. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/parachains/slots.cjs +95 -0
  2152. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/payment/definitions.cjs +34 -0
  2153. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/payment/rpc.cjs +35 -0
  2154. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/payment/runtime.cjs +145 -0
  2155. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/poll/definitions.cjs +9 -0
  2156. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/pow/definitions.cjs +11 -0
  2157. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/pow/runtime.cjs +23 -0
  2158. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/proxy/definitions.cjs +26 -0
  2159. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/purchase/definitions.cjs +25 -0
  2160. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/recovery/definitions.cjs +21 -0
  2161. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/rpc/definitions.cjs +13 -0
  2162. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/rpc/rpc.cjs +10 -0
  2163. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/runtime/definitions.cjs +201 -0
  2164. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/runtime/runtime.cjs +94 -0
  2165. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/scaleInfo/definitions.cjs +29 -0
  2166. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/scaleInfo/v0.cjs +73 -0
  2167. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/scaleInfo/v1.cjs +58 -0
  2168. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/scheduler/definitions.cjs +28 -0
  2169. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/session/definitions.cjs +41 -0
  2170. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/session/runtime.cjs +26 -0
  2171. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/society/definitions.cjs +31 -0
  2172. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/staking/definitions.cjs +293 -0
  2173. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/staking/runtime.cjs +16 -0
  2174. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/state/definitions.cjs +85 -0
  2175. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/state/rpc.cjs +383 -0
  2176. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/statement/definitions.cjs +26 -0
  2177. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/statement/runtime.cjs +19 -0
  2178. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/support/definitions.cjs +14 -0
  2179. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/syncstate/definitions.cjs +10 -0
  2180. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/syncstate/rpc.cjs +14 -0
  2181. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/system/definitions.cjs +287 -0
  2182. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/system/rpc.cjs +133 -0
  2183. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/system/runtime.cjs +16 -0
  2184. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/treasury/definitions.cjs +61 -0
  2185. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/txpayment/definitions.cjs +9 -0
  2186. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/txqueue/definitions.cjs +25 -0
  2187. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/txqueue/runtime.cjs +53 -0
  2188. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/uniques/definitions.cjs +47 -0
  2189. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/utility/definitions.cjs +20 -0
  2190. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/vesting/definitions.cjs +13 -0
  2191. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcm/definitions.cjs +154 -0
  2192. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcm/v0.cjs +205 -0
  2193. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcm/v1.cjs +195 -0
  2194. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcm/v2.cjs +254 -0
  2195. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcm/v3.cjs +344 -0
  2196. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcm/v4.cjs +250 -0
  2197. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcm/v5.cjs +271 -0
  2198. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcmPaymentApi/definitions.cjs +17 -0
  2199. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcmPaymentApi/runtime.cjs +37 -0
  2200. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcmRuntimeApi/definitions.cjs +11 -0
  2201. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcmRuntimeApi/runtime.cjs +16 -0
  2202. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/MagicNumber.cjs +13 -0
  2203. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/Metadata.cjs +37 -0
  2204. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/MetadataVersioned.cjs +139 -0
  2205. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/PortableRegistry/PortableRegistry.cjs +684 -0
  2206. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/decorate/constants/index.cjs +22 -0
  2207. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/decorate/events/index.cjs +8 -0
  2208. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/decorate/extrinsics/createUnchecked.cjs +28 -0
  2209. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/decorate/extrinsics/index.cjs +26 -0
  2210. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/decorate/util.cjs +10 -0
  2211. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/util/extractTypes.cjs +53 -0
  2212. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/util/flattenUniq.cjs +14 -0
  2213. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/util/getSiName.cjs +9 -0
  2214. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/util/getUniqTypes.cjs +33 -0
  2215. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/util/toCallsOnly.cjs +26 -0
  2216. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/util/validateTypes.cjs +19 -0
  2217. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/v10/toV11.cjs +15 -0
  2218. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/v11/toV12.cjs +15 -0
  2219. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/v12/toV13.cjs +11 -0
  2220. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/v13/toV14.cjs +240 -0
  2221. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/v14/toV15.cjs +25 -0
  2222. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/v15/toV16.cjs +96 -0
  2223. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/v16/toLatest.cjs +12 -0
  2224. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/v9/toV10.cjs +29 -0
  2225. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/versions.cjs +18 -0
  2226. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/primitive/Data.cjs +101 -0
  2227. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/primitive/StorageKey.cjs +165 -0
  2228. package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/util/storage.cjs +15 -0
  2229. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/address/checksum.cjs +19 -0
  2230. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/address/decode.cjs +25 -0
  2231. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/address/defaults.cjs +28 -0
  2232. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/address/encode.cjs +18 -0
  2233. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/address/sshash.cjs +12 -0
  2234. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/base32/helpers.cjs +32 -0
  2235. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/base58/bs58.cjs +35 -0
  2236. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/blake2/asU8a.cjs +31 -0
  2237. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/bn.cjs +9 -0
  2238. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/ethereum/encode.cjs +28 -0
  2239. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/ethereum/isAddress.cjs +12 -0
  2240. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/ethereum/isChecksum.cjs +16 -0
  2241. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/helpers.cjs +15 -0
  2242. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/keccak/asU8a.cjs +29 -0
  2243. package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/secp256k1/expand.cjs +18 -0
  2244. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/assert.cjs +41 -0
  2245. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/bn/bn.cjs +13 -0
  2246. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/bn/consts.cjs +46 -0
  2247. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/bn/toBn.cjs +30 -0
  2248. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/bn/toHex.cjs +29 -0
  2249. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/bn/toU8a.cjs +34 -0
  2250. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/compact/addLength.cjs +22 -0
  2251. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/compact/fromU8a.cjs +57 -0
  2252. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/compact/stripLength.cjs +23 -0
  2253. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/compact/toU8a.cjs +38 -0
  2254. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/float/toU8a.cjs +18 -0
  2255. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/format/formatBalance.cjs +55 -0
  2256. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/format/formatDate.cjs +16 -0
  2257. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/format/formatDecimal.cjs +15 -0
  2258. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/format/formatNumber.cjs +16 -0
  2259. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/format/getSeparator.cjs +16 -0
  2260. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/format/si.cjs +109 -0
  2261. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/has.cjs +14 -0
  2262. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/hex/stripPrefix.cjs +26 -0
  2263. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/hex/toBn.cjs +31 -0
  2264. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/hex/toU8a.cjs +41 -0
  2265. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/ascii.cjs +33 -0
  2266. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/bigInt.cjs +22 -0
  2267. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/bn.cjs +24 -0
  2268. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/boolean.cjs +22 -0
  2269. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/buffer.cjs +25 -0
  2270. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/codec.cjs +11 -0
  2271. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/function.cjs +22 -0
  2272. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/helpers.cjs +14 -0
  2273. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/hex.cjs +27 -0
  2274. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/null.cjs +22 -0
  2275. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/number.cjs +22 -0
  2276. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/object.cjs +23 -0
  2277. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/string.cjs +22 -0
  2278. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/toBigInt.cjs +7 -0
  2279. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/toBn.cjs +7 -0
  2280. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/u8a.cjs +22 -0
  2281. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/undefined.cjs +22 -0
  2282. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/utf8.cjs +72 -0
  2283. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/lazy.cjs +37 -0
  2284. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/logger.cjs +90 -0
  2285. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/noop.cjs +16 -0
  2286. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/object/property.cjs +26 -0
  2287. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/object/spread.cjs +28 -0
  2288. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/string/camelCase.cjs +51 -0
  2289. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/string/toU8a.cjs +24 -0
  2290. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/stringify.cjs +18 -0
  2291. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/u8a/concat.cjs +49 -0
  2292. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/u8a/eq.cjs +34 -0
  2293. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/u8a/toBn.cjs +48 -0
  2294. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/u8a/toFloat.cjs +16 -0
  2295. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/u8a/toHex.cjs +43 -0
  2296. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/u8a/toNumber.cjs +33 -0
  2297. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/u8a/toString.cjs +24 -0
  2298. package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/u8a/toU8a.cjs +31 -0
  2299. package/dist/node_modules/.pnpm/@polkadot_wasm-bridge@7.5.4_@polkadot_util@14.0.1_@polkadot_x-randomvalues@14.0.1_@polk_9fba5ec88721cce0cc66dfcd9960a838/node_modules/@polkadot/wasm-bridge/bridge.cjs +162 -0
  2300. package/dist/node_modules/.pnpm/@polkadot_wasm-bridge@7.5.4_@polkadot_util@14.0.1_@polkadot_x-randomvalues@14.0.1_@polk_9fba5ec88721cce0cc66dfcd9960a838/node_modules/@polkadot/wasm-bridge/init.cjs +37 -0
  2301. package/dist/node_modules/.pnpm/@polkadot_wasm-bridge@7.5.4_@polkadot_util@14.0.1_@polkadot_x-randomvalues@14.0.1_@polk_9fba5ec88721cce0cc66dfcd9960a838/node_modules/@polkadot/wasm-bridge/wbg.cjs +65 -0
  2302. package/dist/node_modules/.pnpm/@polkadot_wasm-crypto-init@7.5.4_@polkadot_util@14.0.1_@polkadot_x-randomvalues@14.0.1__02e742fd5476f0471e29709e28965abf/node_modules/@polkadot/wasm-crypto-init/wasm.cjs +13 -0
  2303. package/dist/node_modules/.pnpm/@polkadot_wasm-crypto-wasm@7.5.4_@polkadot_util@14.0.1/node_modules/@polkadot/wasm-crypto-wasm/bundle.cjs +19 -0
  2304. package/dist/node_modules/.pnpm/@polkadot_wasm-crypto-wasm@7.5.4_@polkadot_util@14.0.1/node_modules/@polkadot/wasm-crypto-wasm/cjs/bytes.cjs +16 -0
  2305. package/dist/node_modules/.pnpm/@polkadot_wasm-crypto@7.5.4_@polkadot_util@14.0.1_@polkadot_x-randomvalues@14.0.1_@polk_66de4b6310fb21b1adaa456362dbc346/node_modules/@polkadot/wasm-crypto/bundle.cjs +49 -0
  2306. package/dist/node_modules/.pnpm/@polkadot_wasm-crypto@7.5.4_@polkadot_util@14.0.1_@polkadot_x-randomvalues@14.0.1_@polk_66de4b6310fb21b1adaa456362dbc346/node_modules/@polkadot/wasm-crypto/init.cjs +14 -0
  2307. package/dist/node_modules/.pnpm/@polkadot_wasm-util@7.5.4_@polkadot_util@14.0.1/node_modules/@polkadot/wasm-util/base64.cjs +29 -0
  2308. package/dist/node_modules/.pnpm/@polkadot_wasm-util@7.5.4_@polkadot_util@14.0.1/node_modules/@polkadot/wasm-util/fflate.cjs +287 -0
  2309. package/dist/node_modules/.pnpm/@polkadot_x-bigint@14.0.1/node_modules/@polkadot/x-bigint/index.cjs +20 -0
  2310. package/dist/node_modules/.pnpm/@polkadot_x-global@14.0.1/node_modules/@polkadot/x-global/index.cjs +20 -0
  2311. package/dist/node_modules/.pnpm/@polkadot_x-randomvalues@14.0.1_@polkadot_util@14.0.1_@polkadot_wasm-util@7.5.4_@polkadot_util@14.0.1_/node_modules/@polkadot/x-randomvalues/node.cjs +13 -0
  2312. package/dist/node_modules/.pnpm/@polkadot_x-textdecoder@14.0.1/node_modules/@polkadot/x-textdecoder/node.cjs +10 -0
  2313. package/dist/node_modules/.pnpm/@polkadot_x-textencoder@14.0.1/node_modules/@polkadot/x-textencoder/node.cjs +19 -0
  2314. package/dist/node_modules/.pnpm/@scure_base@1.2.6/node_modules/@scure/base/lib/esm/index.cjs +537 -0
  2315. package/dist/node_modules/.pnpm/@substrate_ss58-registry@1.51.0/node_modules/@substrate/ss58-registry/esm/index.cjs +1364 -0
  2316. package/dist/node_modules/.pnpm/bn.js@5.2.2/node_modules/bn.js/lib/bn.cjs +2550 -0
  2317. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/doc.cjs +1049 -0
  2318. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/index.cjs +14559 -0
  2319. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/acorn.cjs +4971 -0
  2320. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/angular.cjs +3954 -0
  2321. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/babel.cjs +9881 -0
  2322. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/estree.cjs +7271 -0
  2323. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/flow.cjs +52915 -0
  2324. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/glimmer.cjs +7546 -0
  2325. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/graphql.cjs +1947 -0
  2326. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/html.cjs +7041 -0
  2327. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/markdown.cjs +6882 -0
  2328. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/meriyah.cjs +7593 -0
  2329. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/postcss.cjs +6780 -0
  2330. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/typescript.cjs +22937 -0
  2331. package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/yaml.cjs +5273 -0
  2332. package/dist/packages/chainspec/src/BaseCodeGenerator.cjs +151 -0
  2333. package/dist/packages/chainspec/src/BaseParser.cjs +212 -0
  2334. package/dist/packages/chainspec/src/Compiler.cjs +56 -0
  2335. package/dist/packages/chainspec/src/SpecVersion.cjs +35 -0
  2336. package/dist/packages/chainspec/src/cache.cjs +102 -0
  2337. package/dist/packages/chainspec/src/utils.cjs +104 -0
  2338. package/dist/types.cjs +0 -0
  2339. package/dist/types.d.ts +112 -0
  2340. package/dist/types.mjs +1 -0
  2341. package/dist/utils.cjs +6 -0
  2342. package/dist/utils.d.ts +4 -0
  2343. package/dist/utils.mjs +5 -0
  2344. package/package.json +11 -3
  2345. package/dist/100/bitcoinBroadcaster/transactionBroadcastRequest.d.mts +0 -46
  2346. package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.mts +0 -242
  2347. package/dist/100/bitcoinIngressEgress/depositFetchesScheduled.d.mts +0 -25
  2348. package/dist/100/bitcoinIngressEgress/depositIgnored.d.mts +0 -141
  2349. package/dist/100/bitcoinIngressEgress/depositReceived.d.mts +0 -141
  2350. package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.mts +0 -423
  2351. package/dist/100/bitcoinThresholdSigner/failureReportProcessed.d.mts +0 -18
  2352. package/dist/100/bitcoinThresholdSigner/retryRequested.d.mts +0 -15
  2353. package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.d.mts +0 -336
  2354. package/dist/100/bitcoinThresholdSigner/thresholdSignatureFailed.d.mts +0 -18
  2355. package/dist/100/bitcoinThresholdSigner/thresholdSignatureRequest.d.mts +0 -52
  2356. package/dist/100/bitcoinThresholdSigner/thresholdSignatureSuccess.d.mts +0 -15
  2357. package/dist/100/common.d.mts +0 -3546
  2358. package/dist/100/environment/runtimeSafeModeUpdated.d.mts +0 -688
  2359. package/dist/100/ethereumBroadcaster/transactionBroadcastRequest.d.mts +0 -91
  2360. package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.mts +0 -242
  2361. package/dist/100/ethereumIngressEgress/depositFetchesScheduled.d.mts +0 -25
  2362. package/dist/100/ethereumIngressEgress/depositIgnored.d.mts +0 -28
  2363. package/dist/100/ethereumIngressEgress/depositReceived.d.mts +0 -28
  2364. package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.mts +0 -264
  2365. package/dist/100/ethereumThresholdSigner/failureReportProcessed.d.mts +0 -18
  2366. package/dist/100/ethereumThresholdSigner/retryRequested.d.mts +0 -15
  2367. package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.d.mts +0 -336
  2368. package/dist/100/ethereumThresholdSigner/thresholdSignatureFailed.d.mts +0 -18
  2369. package/dist/100/ethereumThresholdSigner/thresholdSignatureRequest.d.mts +0 -54
  2370. package/dist/100/ethereumThresholdSigner/thresholdSignatureSuccess.d.mts +0 -15
  2371. package/dist/100/funding/boundExecutorAddress.d.mts +0 -15
  2372. package/dist/100/funding/boundRedeemAddress.d.mts +0 -15
  2373. package/dist/100/funding/failedFundingAttempt.d.mts +0 -18
  2374. package/dist/100/funding/funded.d.mts +0 -21
  2375. package/dist/100/funding/redemptionRequested.d.mts +0 -21
  2376. package/dist/100/liquidityPools/assetSwapped.d.mts +0 -41
  2377. package/dist/100/liquidityPools/limitOrderUpdated.d.mts +0 -86
  2378. package/dist/100/liquidityPools/newPoolCreated.d.mts +0 -41
  2379. package/dist/100/liquidityPools/poolFeeSet.d.mts +0 -38
  2380. package/dist/100/liquidityPools/poolStateUpdated.d.mts +0 -38
  2381. package/dist/100/liquidityPools/rangeOrderUpdated.d.mts +0 -209
  2382. package/dist/100/liquidityProvider/accountCredited.d.mts +0 -28
  2383. package/dist/100/liquidityProvider/accountDebited.d.mts +0 -28
  2384. package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.mts +0 -67
  2385. package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.mts +0 -206
  2386. package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.mts +0 -74
  2387. package/dist/100/polkadotBroadcaster/transactionBroadcastRequest.d.mts +0 -46
  2388. package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.mts +0 -242
  2389. package/dist/100/polkadotIngressEgress/depositFetchesScheduled.d.mts +0 -25
  2390. package/dist/100/polkadotIngressEgress/depositIgnored.d.mts +0 -28
  2391. package/dist/100/polkadotIngressEgress/depositReceived.d.mts +0 -28
  2392. package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.mts +0 -264
  2393. package/dist/100/polkadotThresholdSigner/failureReportProcessed.d.mts +0 -18
  2394. package/dist/100/polkadotThresholdSigner/retryRequested.d.mts +0 -15
  2395. package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.d.mts +0 -336
  2396. package/dist/100/polkadotThresholdSigner/thresholdSignatureFailed.d.mts +0 -18
  2397. package/dist/100/polkadotThresholdSigner/thresholdSignatureRequest.d.mts +0 -27
  2398. package/dist/100/polkadotThresholdSigner/thresholdSignatureSuccess.d.mts +0 -15
  2399. package/dist/100/swapping/batchSwapFailed.d.mts +0 -38
  2400. package/dist/100/swapping/ccmDepositReceived.d.mts +0 -354
  2401. package/dist/100/swapping/ccmFailed.d.mts +0 -355
  2402. package/dist/100/swapping/minimumSwapAmountSet.d.mts +0 -25
  2403. package/dist/100/swapping/swapAmountTooLow.d.mts +0 -149
  2404. package/dist/100/swapping/swapDepositAddressReady.d.mts +0 -139
  2405. package/dist/100/swapping/swapEgressScheduled.d.mts +0 -41
  2406. package/dist/100/swapping/swapExecuted.d.mts +0 -47
  2407. package/dist/100/swapping/swapScheduled.d.mts +0 -450
  2408. package/dist/100/swapping/withdrawalRequested.d.mts +0 -61
  2409. package/dist/100/tokenholderGovernance/govKeyUpdatedHasFailed.d.mts +0 -25
  2410. package/dist/100/tokenholderGovernance/govKeyUpdatedWasSuccessful.d.mts +0 -25
  2411. package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.mts +0 -971
  2412. package/dist/11000/arbitrumIngressEgress/depositFailed.d.mts +0 -1355
  2413. package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +0 -978
  2414. package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.mts +0 -971
  2415. package/dist/11000/assethubIngressEgress/depositFailed.d.mts +0 -1346
  2416. package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.mts +0 -978
  2417. package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.mts +0 -971
  2418. package/dist/11000/bitcoinIngressEgress/depositFailed.d.mts +0 -2264
  2419. package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +0 -978
  2420. package/dist/11000/bitcoinIngressEgress/invalidCcmRefunded.d.mts +0 -123
  2421. package/dist/11000/common.d.mts +0 -21444
  2422. package/dist/11000/environment/runtimeSafeModeUpdated.d.mts +0 -1366
  2423. package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.d.mts +0 -971
  2424. package/dist/11000/ethereumIngressEgress/depositFailed.d.mts +0 -1355
  2425. package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +0 -978
  2426. package/dist/11000/lendingPools/boostFundsAdded.d.mts +0 -45
  2427. package/dist/11000/lendingPools/boostPoolCreated.d.mts +0 -39
  2428. package/dist/11000/lendingPools/stoppedBoosting.d.mts +0 -48
  2429. package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.mts +0 -971
  2430. package/dist/11000/polkadotIngressEgress/depositFailed.d.mts +0 -1346
  2431. package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +0 -978
  2432. package/dist/11000/solanaElections/unknownElection.d.mts +0 -54
  2433. package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.mts +0 -971
  2434. package/dist/11000/solanaIngressEgress/depositFailed.d.mts +0 -1305
  2435. package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +0 -978
  2436. package/dist/11000/swapping/palletConfigUpdated.d.mts +0 -255
  2437. package/dist/11000/swapping/refundEgressScheduled.d.mts +0 -57
  2438. package/dist/11000/swapping/refundedOnChain.d.mts +0 -34
  2439. package/dist/11000/swapping/swapDepositAddressReady.d.mts +0 -657
  2440. package/dist/11000/swapping/swapRequested.d.mts +0 -1434
  2441. package/dist/11000/tradingStrategy/strategyDeployed.d.mts +0 -134
  2442. package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.mts +0 -126
  2443. package/dist/111/common.d.mts +0 -457
  2444. package/dist/111/ethereumIngressEgress/transferFallbackRequested.d.mts +0 -31
  2445. package/dist/111/liquidityPools/limitOrderUpdated.d.mts +0 -99
  2446. package/dist/111/liquidityPools/newPoolCreated.d.mts +0 -41
  2447. package/dist/111/liquidityPools/poolFeeSet.d.mts +0 -38
  2448. package/dist/111/liquidityPools/rangeOrderUpdated.d.mts +0 -209
  2449. package/dist/111/polkadotIngressEgress/transferFallbackRequested.d.mts +0 -31
  2450. package/dist/11100/arbitrumIngressEgress/depositFailed.d.mts +0 -1417
  2451. package/dist/11100/assethubIngressEgress/depositFailed.d.mts +0 -1408
  2452. package/dist/11100/bitcoinIngressEgress/depositFailed.d.mts +0 -2326
  2453. package/dist/11100/common.d.mts +0 -24514
  2454. package/dist/11100/environment/runtimeSafeModeUpdated.d.mts +0 -1516
  2455. package/dist/11100/ethereumIngressEgress/depositFailed.d.mts +0 -1417
  2456. package/dist/11100/funding/sCCallCannotBeExecuted.d.mts +0 -625
  2457. package/dist/11100/lendingPools/lendingFundsAdded.d.mts +0 -28
  2458. package/dist/11100/lendingPools/loanCreated.d.mts +0 -34
  2459. package/dist/11100/polkadotIngressEgress/depositFailed.d.mts +0 -1408
  2460. package/dist/11100/solanaIngressEgress/depositFailed.d.mts +0 -1367
  2461. package/dist/11100/swapping/swapExecuted.d.mts +0 -59
  2462. package/dist/11100/swapping/swapRequested.d.mts +0 -3022
  2463. package/dist/11200/arbitrumIngressEgress/depositBoosted.d.mts +0 -204
  2464. package/dist/11200/arbitrumIngressEgress/depositFailed.d.mts +0 -1427
  2465. package/dist/11200/arbitrumIngressEgress/depositFinalised.d.mts +0 -198
  2466. package/dist/11200/assethubIngressEgress/depositBoosted.d.mts +0 -194
  2467. package/dist/11200/assethubIngressEgress/depositFailed.d.mts +0 -1418
  2468. package/dist/11200/assethubIngressEgress/depositFinalised.d.mts +0 -188
  2469. package/dist/11200/bitcoinIngressEgress/channelRejectionRequestReceived.d.mts +0 -110
  2470. package/dist/11200/bitcoinIngressEgress/depositBoosted.d.mts +0 -418
  2471. package/dist/11200/bitcoinIngressEgress/depositFailed.d.mts +0 -2336
  2472. package/dist/11200/bitcoinIngressEgress/depositFinalised.d.mts +0 -412
  2473. package/dist/11200/common.d.mts +0 -23978
  2474. package/dist/11200/environment/runtimeSafeModeUpdated.d.mts +0 -1391
  2475. package/dist/11200/ethereumIngressEgress/depositBoosted.d.mts +0 -204
  2476. package/dist/11200/ethereumIngressEgress/depositFailed.d.mts +0 -1427
  2477. package/dist/11200/ethereumIngressEgress/depositFinalised.d.mts +0 -198
  2478. package/dist/11200/polkadotIngressEgress/depositBoosted.d.mts +0 -194
  2479. package/dist/11200/polkadotIngressEgress/depositFailed.d.mts +0 -1418
  2480. package/dist/11200/polkadotIngressEgress/depositFinalised.d.mts +0 -188
  2481. package/dist/11200/solanaIngressEgress/depositBoosted.d.mts +0 -224
  2482. package/dist/11200/solanaIngressEgress/depositFailed.d.mts +0 -1499
  2483. package/dist/11200/solanaIngressEgress/depositFinalised.d.mts +0 -218
  2484. package/dist/11200/solanaIngressEgress/transactionRejectedByBroker.d.mts +0 -45
  2485. package/dist/11200/solanaIngressEgress/transactionRejectionFailed.d.mts +0 -42
  2486. package/dist/11200/swapping/swapRequested.d.mts +0 -2922
  2487. package/dist/120/bitcoinIngressEgress/depositIgnored.d.mts +0 -154
  2488. package/dist/120/bitcoinIngressEgress/depositReceived.d.mts +0 -207
  2489. package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.mts +0 -77
  2490. package/dist/120/swapping/withdrawalRequested.d.mts +0 -64
  2491. package/dist/131/bitcoinIngressEgress/depositIgnored.d.mts +0 -154
  2492. package/dist/131/common.d.mts +0 -2831
  2493. package/dist/131/environment/runtimeSafeModeUpdated.d.mts +0 -688
  2494. package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.mts +0 -25
  2495. package/dist/131/ethereumIngressEgress/depositIgnored.d.mts +0 -41
  2496. package/dist/131/ethereumIngressEgress/transferFallbackRequested.d.mts +0 -31
  2497. package/dist/131/liquidityPools/assetSwapped.d.mts +0 -41
  2498. package/dist/131/liquidityPools/limitOrderUpdated.d.mts +0 -99
  2499. package/dist/131/liquidityPools/newPoolCreated.d.mts +0 -41
  2500. package/dist/131/liquidityPools/poolFeeSet.d.mts +0 -38
  2501. package/dist/131/liquidityPools/rangeOrderUpdated.d.mts +0 -209
  2502. package/dist/131/liquidityProvider/accountCredited.d.mts +0 -28
  2503. package/dist/131/liquidityProvider/accountDebited.d.mts +0 -28
  2504. package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.mts +0 -73
  2505. package/dist/131/liquidityProvider/liquidityDepositCredited.d.mts +0 -28
  2506. package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.mts +0 -77
  2507. package/dist/131/swapping/batchSwapFailed.d.mts +0 -38
  2508. package/dist/131/swapping/ccmFailed.d.mts +0 -443
  2509. package/dist/131/swapping/maximumSwapAmountSet.d.mts +0 -25
  2510. package/dist/131/swapping/swapAmountConfiscated.d.mts +0 -44
  2511. package/dist/131/swapping/swapDepositAddressReady.d.mts +0 -145
  2512. package/dist/131/swapping/swapEgressIgnored.d.mts +0 -248
  2513. package/dist/131/swapping/swapEgressScheduled.d.mts +0 -44
  2514. package/dist/131/swapping/swapExecuted.d.mts +0 -53
  2515. package/dist/131/swapping/swapScheduled.d.mts +0 -463
  2516. package/dist/131/swapping/withdrawalRequested.d.mts +0 -77
  2517. package/dist/141/arbitrumBroadcaster/transactionBroadcastRequest.d.mts +0 -76
  2518. package/dist/141/arbitrumIngressEgress/boostFundsAdded.d.mts +0 -45
  2519. package/dist/141/arbitrumIngressEgress/depositBoosted.d.mts +0 -118
  2520. package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.mts +0 -25
  2521. package/dist/141/arbitrumIngressEgress/depositFinalised.d.mts +0 -112
  2522. package/dist/141/arbitrumIngressEgress/depositIgnored.d.mts +0 -41
  2523. package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.mts +0 -264
  2524. package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.mts +0 -31
  2525. package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.mts +0 -31
  2526. package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.mts +0 -45
  2527. package/dist/141/bitcoinIngressEgress/depositBoosted.d.mts +0 -231
  2528. package/dist/141/bitcoinIngressEgress/depositFinalised.d.mts +0 -225
  2529. package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.mts +0 -31
  2530. package/dist/141/common.d.mts +0 -4035
  2531. package/dist/141/environment/staleUtxosDiscarded.d.mts +0 -141
  2532. package/dist/141/ethereumIngressEgress/boostFundsAdded.d.mts +0 -45
  2533. package/dist/141/ethereumIngressEgress/depositBoosted.d.mts +0 -118
  2534. package/dist/141/ethereumIngressEgress/depositFinalised.d.mts +0 -112
  2535. package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.mts +0 -31
  2536. package/dist/141/evmThresholdSigner/failureReportProcessed.d.mts +0 -18
  2537. package/dist/141/evmThresholdSigner/retryRequested.d.mts +0 -15
  2538. package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.mts +0 -336
  2539. package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.mts +0 -18
  2540. package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.mts +0 -54
  2541. package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.mts +0 -15
  2542. package/dist/141/liquidityPools/limitOrderUpdated.d.mts +0 -99
  2543. package/dist/141/liquidityPools/rangeOrderUpdated.d.mts +0 -209
  2544. package/dist/141/liquidityProvider/assetTransferred.d.mts +0 -31
  2545. package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.mts +0 -79
  2546. package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.mts +0 -221
  2547. package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.mts +0 -83
  2548. package/dist/141/polkadotIngressEgress/boostFundsAdded.d.mts +0 -45
  2549. package/dist/141/polkadotIngressEgress/depositBoosted.d.mts +0 -118
  2550. package/dist/141/polkadotIngressEgress/depositFinalised.d.mts +0 -112
  2551. package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.mts +0 -31
  2552. package/dist/141/swapping/batchSwapFailed.d.mts +0 -38
  2553. package/dist/141/swapping/ccmFailed.d.mts +0 -479
  2554. package/dist/141/swapping/swapDepositAddressReady.d.mts +0 -175
  2555. package/dist/141/swapping/swapEgressIgnored.d.mts +0 -248
  2556. package/dist/141/swapping/swapEgressScheduled.d.mts +0 -44
  2557. package/dist/141/swapping/swapExecuted.d.mts +0 -376
  2558. package/dist/141/swapping/swapScheduled.d.mts +0 -512
  2559. package/dist/150/arbitrumIngressEgress/ccmBroadcastRequested.d.mts +0 -25
  2560. package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.mts +0 -242
  2561. package/dist/150/arbitrumIngressEgress/depositBoosted.d.mts +0 -134
  2562. package/dist/150/arbitrumIngressEgress/depositFinalised.d.mts +0 -128
  2563. package/dist/150/arbitrumIngressEgress/depositIgnored.d.mts +0 -54
  2564. package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.mts +0 -283
  2565. package/dist/150/assetBalances/refundScheduled.d.mts +0 -236
  2566. package/dist/150/assetBalances/refundSkipped.d.mts +0 -453
  2567. package/dist/150/bitcoinIngressEgress/ccmBroadcastRequested.d.mts +0 -25
  2568. package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.mts +0 -242
  2569. package/dist/150/bitcoinIngressEgress/depositBoosted.d.mts +0 -234
  2570. package/dist/150/bitcoinIngressEgress/depositFinalised.d.mts +0 -228
  2571. package/dist/150/common.d.mts +0 -4085
  2572. package/dist/150/emissions/networkFeeBurned.d.mts +0 -25
  2573. package/dist/150/environment/runtimeSafeModeUpdated.d.mts +0 -1127
  2574. package/dist/150/ethereumIngressEgress/ccmBroadcastRequested.d.mts +0 -25
  2575. package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.mts +0 -242
  2576. package/dist/150/ethereumIngressEgress/depositBoosted.d.mts +0 -134
  2577. package/dist/150/ethereumIngressEgress/depositFinalised.d.mts +0 -128
  2578. package/dist/150/ethereumIngressEgress/depositIgnored.d.mts +0 -54
  2579. package/dist/150/ethereumIngressEgress/depositWitnessRejected.d.mts +0 -283
  2580. package/dist/150/liquidityPools/assetSwapped.d.mts +0 -41
  2581. package/dist/150/liquidityPools/limitOrderUpdated.d.mts +0 -99
  2582. package/dist/150/liquidityPools/newPoolCreated.d.mts +0 -41
  2583. package/dist/150/liquidityPools/poolFeeSet.d.mts +0 -38
  2584. package/dist/150/liquidityPools/rangeOrderUpdated.d.mts +0 -209
  2585. package/dist/150/liquidityProvider/accountCredited.d.mts +0 -28
  2586. package/dist/150/liquidityProvider/accountDebited.d.mts +0 -28
  2587. package/dist/150/liquidityProvider/assetTransferred.d.mts +0 -31
  2588. package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.mts +0 -85
  2589. package/dist/150/liquidityProvider/liquidityDepositCredited.d.mts +0 -28
  2590. package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.mts +0 -236
  2591. package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.mts +0 -89
  2592. package/dist/150/polkadotIngressEgress/ccmBroadcastRequested.d.mts +0 -25
  2593. package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.mts +0 -242
  2594. package/dist/150/polkadotIngressEgress/depositBoosted.d.mts +0 -124
  2595. package/dist/150/polkadotIngressEgress/depositFinalised.d.mts +0 -118
  2596. package/dist/150/polkadotIngressEgress/depositIgnored.d.mts +0 -44
  2597. package/dist/150/polkadotIngressEgress/depositWitnessRejected.d.mts +0 -269
  2598. package/dist/150/solanaBroadcaster/broadcastCallbackExecuted.d.mts +0 -333
  2599. package/dist/150/solanaBroadcaster/transactionBroadcastRequest.d.mts +0 -18
  2600. package/dist/150/solanaIngressEgress/ccmBroadcastRequested.d.mts +0 -25
  2601. package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.mts +0 -242
  2602. package/dist/150/solanaIngressEgress/depositBoosted.d.mts +0 -121
  2603. package/dist/150/solanaIngressEgress/depositFinalised.d.mts +0 -115
  2604. package/dist/150/solanaIngressEgress/depositWitnessRejected.d.mts +0 -264
  2605. package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +0 -370
  2606. package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.mts +0 -336
  2607. package/dist/150/swapping/batchSwapFailed.d.mts +0 -38
  2608. package/dist/150/swapping/ccmDepositReceived.d.mts +0 -408
  2609. package/dist/150/swapping/ccmFailed.d.mts +0 -515
  2610. package/dist/150/swapping/maximumSwapAmountSet.d.mts +0 -25
  2611. package/dist/150/swapping/refundEgressIgnored.d.mts +0 -248
  2612. package/dist/150/swapping/refundEgressScheduled.d.mts +0 -44
  2613. package/dist/150/swapping/swapAmountConfiscated.d.mts +0 -44
  2614. package/dist/150/swapping/swapDepositAddressReady.d.mts +0 -273
  2615. package/dist/150/swapping/swapEgressIgnored.d.mts +0 -248
  2616. package/dist/150/swapping/swapEgressScheduled.d.mts +0 -44
  2617. package/dist/150/swapping/swapExecuted.d.mts +0 -397
  2618. package/dist/150/swapping/swapScheduled.d.mts +0 -548
  2619. package/dist/150/swapping/withdrawalRequested.d.mts +0 -89
  2620. package/dist/150/tokenholderGovernance/proposalEnacted.d.mts +0 -54
  2621. package/dist/150/tokenholderGovernance/proposalPassed.d.mts +0 -54
  2622. package/dist/150/tokenholderGovernance/proposalRejected.d.mts +0 -54
  2623. package/dist/150/tokenholderGovernance/proposalSubmitted.d.mts +0 -54
  2624. package/dist/160/arbitrumIngressEgress/depositBoosted.d.mts +0 -129
  2625. package/dist/160/arbitrumIngressEgress/depositFinalised.d.mts +0 -123
  2626. package/dist/160/assetBalances/accountCredited.d.mts +0 -31
  2627. package/dist/160/assetBalances/accountDebited.d.mts +0 -31
  2628. package/dist/160/bitcoinIngressEgress/depositBoosted.d.mts +0 -229
  2629. package/dist/160/bitcoinIngressEgress/depositFinalised.d.mts +0 -223
  2630. package/dist/160/common.d.mts +0 -3828
  2631. package/dist/160/ethereumIngressEgress/depositBoosted.d.mts +0 -129
  2632. package/dist/160/ethereumIngressEgress/depositFinalised.d.mts +0 -123
  2633. package/dist/160/liquidityPools/assetSwapped.d.mts +0 -41
  2634. package/dist/160/liquidityPools/limitOrderUpdated.d.mts +0 -99
  2635. package/dist/160/liquidityPools/newPoolCreated.d.mts +0 -41
  2636. package/dist/160/liquidityPools/orderDeletionFailed.d.mts +0 -127
  2637. package/dist/160/liquidityPools/poolFeeSet.d.mts +0 -38
  2638. package/dist/160/liquidityPools/rangeOrderUpdated.d.mts +0 -209
  2639. package/dist/160/liquidityProvider/assetTransferred.d.mts +0 -31
  2640. package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.mts +0 -85
  2641. package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.mts +0 -89
  2642. package/dist/160/polkadotIngressEgress/depositBoosted.d.mts +0 -119
  2643. package/dist/160/polkadotIngressEgress/depositFinalised.d.mts +0 -113
  2644. package/dist/160/solanaIngressEgress/depositBoosted.d.mts +0 -116
  2645. package/dist/160/solanaIngressEgress/depositFetchesScheduled.d.mts +0 -25
  2646. package/dist/160/solanaIngressEgress/depositFinalised.d.mts +0 -110
  2647. package/dist/160/solanaIngressEgress/insufficientBoostLiquidity.d.mts +0 -31
  2648. package/dist/160/solanaIngressEgress/transferFallbackRequested.d.mts +0 -31
  2649. package/dist/160/swapping/batchSwapFailed.d.mts +0 -38
  2650. package/dist/160/swapping/ccmFailed.d.mts +0 -312
  2651. package/dist/160/swapping/maximumSwapAmountSet.d.mts +0 -25
  2652. package/dist/160/swapping/refundEgressIgnored.d.mts +0 -248
  2653. package/dist/160/swapping/refundEgressScheduled.d.mts +0 -44
  2654. package/dist/160/swapping/swapAmountConfiscated.d.mts +0 -31
  2655. package/dist/160/swapping/swapDepositAddressReady.d.mts +0 -291
  2656. package/dist/160/swapping/swapEgressIgnored.d.mts +0 -248
  2657. package/dist/160/swapping/swapEgressScheduled.d.mts +0 -44
  2658. package/dist/160/swapping/swapExecuted.d.mts +0 -56
  2659. package/dist/160/swapping/swapRequested.d.mts +0 -604
  2660. package/dist/160/swapping/swapScheduled.d.mts +0 -34
  2661. package/dist/160/swapping/withdrawalRequested.d.mts +0 -89
  2662. package/dist/170/arbitrumIngressEgress/boostedDepositLost.d.mts +0 -15
  2663. package/dist/170/arbitrumIngressEgress/ccmFailed.d.mts +0 -312
  2664. package/dist/170/arbitrumIngressEgress/depositIgnored.d.mts +0 -54
  2665. package/dist/170/bitcoinIngressEgress/boostedDepositLost.d.mts +0 -15
  2666. package/dist/170/bitcoinIngressEgress/ccmFailed.d.mts +0 -312
  2667. package/dist/170/bitcoinIngressEgress/depositBoosted.d.mts +0 -343
  2668. package/dist/170/bitcoinIngressEgress/depositFinalised.d.mts +0 -337
  2669. package/dist/170/bitcoinIngressEgress/depositIgnored.d.mts +0 -268
  2670. package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.mts +0 -565
  2671. package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.mts +0 -144
  2672. package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.mts +0 -141
  2673. package/dist/170/common.d.mts +0 -2447
  2674. package/dist/170/ethereumIngressEgress/boostedDepositLost.d.mts +0 -15
  2675. package/dist/170/ethereumIngressEgress/ccmFailed.d.mts +0 -312
  2676. package/dist/170/ethereumIngressEgress/depositIgnored.d.mts +0 -54
  2677. package/dist/170/polkadotIngressEgress/boostedDepositLost.d.mts +0 -15
  2678. package/dist/170/polkadotIngressEgress/ccmFailed.d.mts +0 -312
  2679. package/dist/170/polkadotIngressEgress/depositIgnored.d.mts +0 -44
  2680. package/dist/170/solanaIngressEgress/boostedDepositLost.d.mts +0 -15
  2681. package/dist/170/solanaIngressEgress/ccmFailed.d.mts +0 -312
  2682. package/dist/170/solanaIngressEgress/depositIgnored.d.mts +0 -41
  2683. package/dist/170/swapping/minimumChunkSizeSet.d.mts +0 -25
  2684. package/dist/170/swapping/swapRequested.d.mts +0 -713
  2685. package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.mts +0 -533
  2686. package/dist/180/arbitrumIngressEgress/depositBoosted.d.mts +0 -145
  2687. package/dist/180/arbitrumIngressEgress/depositFailed.d.mts +0 -1370
  2688. package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +0 -560
  2689. package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.mts +0 -533
  2690. package/dist/180/bitcoinIngressEgress/depositBoosted.d.mts +0 -359
  2691. package/dist/180/bitcoinIngressEgress/depositFailed.d.mts +0 -2279
  2692. package/dist/180/bitcoinIngressEgress/depositFinalised.d.mts +0 -353
  2693. package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +0 -560
  2694. package/dist/180/common.d.mts +0 -12253
  2695. package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.mts +0 -533
  2696. package/dist/180/ethereumIngressEgress/depositBoosted.d.mts +0 -145
  2697. package/dist/180/ethereumIngressEgress/depositFailed.d.mts +0 -1370
  2698. package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +0 -560
  2699. package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.mts +0 -533
  2700. package/dist/180/polkadotIngressEgress/depositBoosted.d.mts +0 -135
  2701. package/dist/180/polkadotIngressEgress/depositFailed.d.mts +0 -1361
  2702. package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +0 -560
  2703. package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.mts +0 -533
  2704. package/dist/180/solanaIngressEgress/depositBoosted.d.mts +0 -132
  2705. package/dist/180/solanaIngressEgress/depositFailed.d.mts +0 -1320
  2706. package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +0 -560
  2707. package/dist/180/swapping/refundEgressScheduled.d.mts +0 -54
  2708. package/dist/180/swapping/swapDepositAddressReady.d.mts +0 -294
  2709. package/dist/180/swapping/swapEgressScheduled.d.mts +0 -54
  2710. package/dist/180/swapping/swapRequested.d.mts +0 -679
  2711. package/dist/180/swapping/withdrawalRequested.d.mts +0 -92
  2712. package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.mts +0 -543
  2713. package/dist/190/arbitrumIngressEgress/depositBoosted.d.mts +0 -194
  2714. package/dist/190/arbitrumIngressEgress/depositFailed.d.mts +0 -1355
  2715. package/dist/190/arbitrumIngressEgress/depositFinalised.d.mts +0 -188
  2716. package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +0 -560
  2717. package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.mts +0 -66
  2718. package/dist/190/assetBalances/accountCredited.d.mts +0 -31
  2719. package/dist/190/assetBalances/accountDebited.d.mts +0 -31
  2720. package/dist/190/assetBalances/refundScheduled.d.mts +0 -251
  2721. package/dist/190/assetBalances/refundSkipped.d.mts +0 -468
  2722. package/dist/190/assethubBroadcaster/broadcastCallbackExecuted.d.mts +0 -333
  2723. package/dist/190/assethubIngressEgress/boostFundsAdded.d.mts +0 -45
  2724. package/dist/190/assethubIngressEgress/ccmEgressInvalid.d.mts +0 -543
  2725. package/dist/190/assethubIngressEgress/depositBoosted.d.mts +0 -184
  2726. package/dist/190/assethubIngressEgress/depositFailed.d.mts +0 -1346
  2727. package/dist/190/assethubIngressEgress/depositFinalised.d.mts +0 -178
  2728. package/dist/190/assethubIngressEgress/failedToBuildAllBatchCall.d.mts +0 -560
  2729. package/dist/190/assethubIngressEgress/stoppedBoosting.d.mts +0 -48
  2730. package/dist/190/assethubIngressEgress/transactionRejectedByBroker.d.mts +0 -15
  2731. package/dist/190/assethubIngressEgress/transactionRejectionRequestExpired.d.mts +0 -30
  2732. package/dist/190/assethubIngressEgress/transactionRejectionRequestReceived.d.mts +0 -33
  2733. package/dist/190/assethubIngressEgress/transferFallbackRequested.d.mts +0 -66
  2734. package/dist/190/bitcoinIngressEgress/ccmEgressInvalid.d.mts +0 -543
  2735. package/dist/190/bitcoinIngressEgress/depositBoosted.d.mts +0 -408
  2736. package/dist/190/bitcoinIngressEgress/depositFailed.d.mts +0 -2264
  2737. package/dist/190/bitcoinIngressEgress/depositFinalised.d.mts +0 -402
  2738. package/dist/190/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +0 -560
  2739. package/dist/190/bitcoinIngressEgress/transferFallbackRequested.d.mts +0 -161
  2740. package/dist/190/common.d.mts +0 -18203
  2741. package/dist/190/emissions/networkFeeBurned.d.mts +0 -25
  2742. package/dist/190/environment/runtimeSafeModeUpdated.d.mts +0 -1278
  2743. package/dist/190/ethereumIngressEgress/ccmEgressInvalid.d.mts +0 -543
  2744. package/dist/190/ethereumIngressEgress/depositBoosted.d.mts +0 -194
  2745. package/dist/190/ethereumIngressEgress/depositFailed.d.mts +0 -1355
  2746. package/dist/190/ethereumIngressEgress/depositFinalised.d.mts +0 -188
  2747. package/dist/190/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +0 -560
  2748. package/dist/190/ethereumIngressEgress/transferFallbackRequested.d.mts +0 -66
  2749. package/dist/190/flip/palletConfigUpdated.d.mts +0 -84
  2750. package/dist/190/liquidityPools/assetSwapped.d.mts +0 -41
  2751. package/dist/190/liquidityPools/limitOrderUpdated.d.mts +0 -99
  2752. package/dist/190/liquidityPools/newPoolCreated.d.mts +0 -41
  2753. package/dist/190/liquidityPools/orderDeletionFailed.d.mts +0 -127
  2754. package/dist/190/liquidityPools/palletConfigUpdated.d.mts +0 -44
  2755. package/dist/190/liquidityPools/poolFeeSet.d.mts +0 -38
  2756. package/dist/190/liquidityPools/rangeOrderUpdated.d.mts +0 -209
  2757. package/dist/190/liquidityProvider/assetTransferred.d.mts +0 -31
  2758. package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.mts +0 -91
  2759. package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.mts +0 -251
  2760. package/dist/190/liquidityProvider/withdrawalEgressScheduled.d.mts +0 -95
  2761. package/dist/190/polkadotIngressEgress/ccmEgressInvalid.d.mts +0 -543
  2762. package/dist/190/polkadotIngressEgress/depositBoosted.d.mts +0 -184
  2763. package/dist/190/polkadotIngressEgress/depositFailed.d.mts +0 -1346
  2764. package/dist/190/polkadotIngressEgress/depositFinalised.d.mts +0 -178
  2765. package/dist/190/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +0 -560
  2766. package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.mts +0 -66
  2767. package/dist/190/reputation/offencePenalty.d.mts +0 -125
  2768. package/dist/190/reputation/penaltyUpdated.d.mts +0 -155
  2769. package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.mts +0 -543
  2770. package/dist/190/solanaIngressEgress/depositBoosted.d.mts +0 -181
  2771. package/dist/190/solanaIngressEgress/depositFailed.d.mts +0 -1305
  2772. package/dist/190/solanaIngressEgress/depositFinalised.d.mts +0 -175
  2773. package/dist/190/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +0 -560
  2774. package/dist/190/solanaIngressEgress/transferFallbackRequested.d.mts +0 -66
  2775. package/dist/190/solanaThresholdSigner/thresholdSignatureRequest.d.mts +0 -314
  2776. package/dist/190/swapping/batchSwapFailed.d.mts +0 -38
  2777. package/dist/190/swapping/creditedOnChain.d.mts +0 -31
  2778. package/dist/190/swapping/palletConfigUpdated.d.mts +0 -196
  2779. package/dist/190/swapping/refundEgressIgnored.d.mts +0 -248
  2780. package/dist/190/swapping/refundEgressScheduled.d.mts +0 -54
  2781. package/dist/190/swapping/refundedOnChain.d.mts +0 -31
  2782. package/dist/190/swapping/swapAmountConfiscated.d.mts +0 -31
  2783. package/dist/190/swapping/swapDepositAddressReady.d.mts +0 -315
  2784. package/dist/190/swapping/swapEgressIgnored.d.mts +0 -248
  2785. package/dist/190/swapping/swapEgressScheduled.d.mts +0 -54
  2786. package/dist/190/swapping/swapExecuted.d.mts +0 -56
  2787. package/dist/190/swapping/swapRequested.d.mts +0 -900
  2788. package/dist/190/swapping/withdrawalRequested.d.mts +0 -98
  2789. package/dist/190/tokenholderGovernance/proposalEnacted.d.mts +0 -54
  2790. package/dist/190/tokenholderGovernance/proposalPassed.d.mts +0 -54
  2791. package/dist/190/tokenholderGovernance/proposalRejected.d.mts +0 -54
  2792. package/dist/190/tokenholderGovernance/proposalSubmitted.d.mts +0 -54
  2793. package/dist/190/tradingStrategy/fundsAddedToStrategy.d.mts +0 -25
  2794. package/dist/190/tradingStrategy/palletConfigUpdated.d.mts +0 -108
  2795. package/dist/190/tradingStrategy/strategyDeployed.d.mts +0 -50
  2796. package/dist/200/common.d.mts +0 -11087
  2797. package/dist/200/lendingPools/loanCreated.d.mts +0 -31
  2798. package/dist/200/swapping/accountCreationDepositAddressReady.d.mts +0 -148
  2799. package/dist/200/swapping/swapRequested.d.mts +0 -3993
  2800. package/dist/210/arbitrumIngressEgress/depositFailed.d.mts +0 -1427
  2801. package/dist/210/assetBalances/accountCredited.d.mts +0 -31
  2802. package/dist/210/assetBalances/accountDebited.d.mts +0 -31
  2803. package/dist/210/assethubIngressEgress/depositFailed.d.mts +0 -1418
  2804. package/dist/210/bitcoinIngressEgress/depositFailed.d.mts +0 -2336
  2805. package/dist/210/common.d.mts +0 -26272
  2806. package/dist/210/environment/runtimeSafeModeUpdated.d.mts +0 -1929
  2807. package/dist/210/ethereumIngressEgress/depositFailed.d.mts +0 -1427
  2808. package/dist/210/funding/funded.d.mts +0 -88
  2809. package/dist/210/lendingPools/boostFundsAdded.d.mts +0 -45
  2810. package/dist/210/lendingPools/boostPoolCreated.d.mts +0 -39
  2811. package/dist/210/lendingPools/collateralAdded.d.mts +0 -68
  2812. package/dist/210/lendingPools/collateralRemoved.d.mts +0 -25
  2813. package/dist/210/lendingPools/collateralTopupAssetUpdated.d.mts +0 -25
  2814. package/dist/210/lendingPools/lendingFundsAdded.d.mts +0 -28
  2815. package/dist/210/lendingPools/lendingFundsRemoved.d.mts +0 -28
  2816. package/dist/210/lendingPools/lendingPoolCreated.d.mts +0 -22
  2817. package/dist/210/lendingPools/loanCreated.d.mts +0 -31
  2818. package/dist/210/lendingPools/palletConfigUpdated.d.mts +0 -388
  2819. package/dist/210/lendingPools/stoppedBoosting.d.mts +0 -48
  2820. package/dist/210/liquidityPools/assetSwapped.d.mts +0 -41
  2821. package/dist/210/liquidityPools/limitOrderUpdated.d.mts +0 -99
  2822. package/dist/210/liquidityPools/newPoolCreated.d.mts +0 -41
  2823. package/dist/210/liquidityPools/orderDeletionFailed.d.mts +0 -127
  2824. package/dist/210/liquidityPools/palletConfigUpdated.d.mts +0 -44
  2825. package/dist/210/liquidityPools/poolFeeSet.d.mts +0 -38
  2826. package/dist/210/liquidityPools/rangeOrderUpdated.d.mts +0 -209
  2827. package/dist/210/liquidityProvider/assetTransferred.d.mts +0 -31
  2828. package/dist/210/liquidityProvider/liquidityDepositAddressReady.d.mts +0 -91
  2829. package/dist/210/liquidityProvider/withdrawalEgressScheduled.d.mts +0 -95
  2830. package/dist/210/polkadotIngressEgress/depositFailed.d.mts +0 -1418
  2831. package/dist/210/solanaIngressEgress/depositFailed.d.mts +0 -1499
  2832. package/dist/210/swapping/accountCreationDepositAddressReady.d.mts +0 -148
  2833. package/dist/210/swapping/batchSwapFailed.d.mts +0 -38
  2834. package/dist/210/swapping/creditedOnChain.d.mts +0 -31
  2835. package/dist/210/swapping/palletConfigUpdated.d.mts +0 -255
  2836. package/dist/210/swapping/refundEgressIgnored.d.mts +0 -248
  2837. package/dist/210/swapping/refundEgressScheduled.d.mts +0 -57
  2838. package/dist/210/swapping/refundedOnChain.d.mts +0 -34
  2839. package/dist/210/swapping/swapAmountConfiscated.d.mts +0 -31
  2840. package/dist/210/swapping/swapDepositAddressReady.d.mts +0 -695
  2841. package/dist/210/swapping/swapEgressIgnored.d.mts +0 -248
  2842. package/dist/210/swapping/swapEgressScheduled.d.mts +0 -54
  2843. package/dist/210/swapping/swapExecuted.d.mts +0 -59
  2844. package/dist/210/swapping/swapRequested.d.mts +0 -3993
  2845. package/dist/210/swapping/withdrawalRequested.d.mts +0 -98
  2846. package/dist/210/tradingStrategy/fundsAddedToStrategy.d.mts +0 -25
  2847. package/dist/210/tradingStrategy/palletConfigUpdated.d.mts +0 -108
  2848. package/dist/210/tradingStrategy/strategyDeployed.d.mts +0 -134
  2849. /package/dist/100/accountRoles/{accountRoleRegistered.d.mts → accountRoleRegistered.d.ts} +0 -0
  2850. /package/dist/100/bitcoinBroadcaster/{broadcastAborted.d.mts → broadcastAborted.d.ts} +0 -0
  2851. /package/dist/100/bitcoinBroadcaster/{broadcastAttemptTimeout.d.mts → broadcastAttemptTimeout.d.ts} +0 -0
  2852. /package/dist/100/bitcoinBroadcaster/{broadcastCallbackExecuted.d.mts → broadcastCallbackExecuted.d.ts} +0 -0
  2853. /package/dist/100/bitcoinBroadcaster/{broadcastRetryScheduled.d.mts → broadcastRetryScheduled.d.ts} +0 -0
  2854. /package/dist/100/bitcoinBroadcaster/{broadcastSuccess.d.mts → broadcastSuccess.d.ts} +0 -0
  2855. /package/dist/100/bitcoinBroadcaster/{thresholdSignatureInvalid.d.mts → thresholdSignatureInvalid.d.ts} +0 -0
  2856. /package/dist/100/bitcoinBroadcaster/{transactionFeeDeficitRecorded.d.mts → transactionFeeDeficitRecorded.d.ts} +0 -0
  2857. /package/dist/100/bitcoinBroadcaster/{transactionFeeDeficitRefused.d.mts → transactionFeeDeficitRefused.d.ts} +0 -0
  2858. /package/dist/100/bitcoinChainTracking/{chainStateUpdated.d.mts → chainStateUpdated.d.ts} +0 -0
  2859. /package/dist/100/bitcoinIngressEgress/{assetEgressStatusChanged.d.mts → assetEgressStatusChanged.d.ts} +0 -0
  2860. /package/dist/100/bitcoinIngressEgress/{batchBroadcastRequested.d.mts → batchBroadcastRequested.d.ts} +0 -0
  2861. /package/dist/100/bitcoinIngressEgress/{ccmBroadcastRequested.d.mts → ccmBroadcastRequested.d.ts} +0 -0
  2862. /package/dist/100/bitcoinIngressEgress/{egressScheduled.d.mts → egressScheduled.d.ts} +0 -0
  2863. /package/dist/100/bitcoinIngressEgress/{minimumDepositSet.d.mts → minimumDepositSet.d.ts} +0 -0
  2864. /package/dist/100/bitcoinIngressEgress/{vaultTransferFailed.d.mts → vaultTransferFailed.d.ts} +0 -0
  2865. /package/dist/100/bitcoinThresholdSigner/{currentKeyUnavailable.d.mts → currentKeyUnavailable.d.ts} +0 -0
  2866. /package/dist/100/bitcoinThresholdSigner/{signersUnavailable.d.mts → signersUnavailable.d.ts} +0 -0
  2867. /package/dist/100/bitcoinThresholdSigner/{thresholdSignatureResponseTimeoutUpdated.d.mts → thresholdSignatureResponseTimeoutUpdated.d.ts} +0 -0
  2868. /package/dist/100/bitcoinVault/{awaitingGovernanceActivation.d.mts → awaitingGovernanceActivation.d.ts} +0 -0
  2869. /package/dist/100/bitcoinVault/{keyHandoverFailure.d.mts → keyHandoverFailure.d.ts} +0 -0
  2870. /package/dist/100/bitcoinVault/{keyHandoverFailureReported.d.mts → keyHandoverFailureReported.d.ts} +0 -0
  2871. /package/dist/100/bitcoinVault/{keyHandoverRequest.d.mts → keyHandoverRequest.d.ts} +0 -0
  2872. /package/dist/100/bitcoinVault/{keyHandoverResponseTimeout.d.mts → keyHandoverResponseTimeout.d.ts} +0 -0
  2873. /package/dist/100/bitcoinVault/{keyHandoverSuccess.d.mts → keyHandoverSuccess.d.ts} +0 -0
  2874. /package/dist/100/bitcoinVault/{keyHandoverSuccessReported.d.mts → keyHandoverSuccessReported.d.ts} +0 -0
  2875. /package/dist/100/bitcoinVault/{keyHandoverVerificationFailure.d.mts → keyHandoverVerificationFailure.d.ts} +0 -0
  2876. /package/dist/100/bitcoinVault/{keyHandoverVerificationSuccess.d.mts → keyHandoverVerificationSuccess.d.ts} +0 -0
  2877. /package/dist/100/bitcoinVault/{keygenFailure.d.mts → keygenFailure.d.ts} +0 -0
  2878. /package/dist/100/bitcoinVault/{keygenFailureReported.d.mts → keygenFailureReported.d.ts} +0 -0
  2879. /package/dist/100/bitcoinVault/{keygenRequest.d.mts → keygenRequest.d.ts} +0 -0
  2880. /package/dist/100/bitcoinVault/{keygenResponseTimeout.d.mts → keygenResponseTimeout.d.ts} +0 -0
  2881. /package/dist/100/bitcoinVault/{keygenResponseTimeoutUpdated.d.mts → keygenResponseTimeoutUpdated.d.ts} +0 -0
  2882. /package/dist/100/bitcoinVault/{keygenSuccess.d.mts → keygenSuccess.d.ts} +0 -0
  2883. /package/dist/100/bitcoinVault/{keygenSuccessReported.d.mts → keygenSuccessReported.d.ts} +0 -0
  2884. /package/dist/100/bitcoinVault/{keygenVerificationFailure.d.mts → keygenVerificationFailure.d.ts} +0 -0
  2885. /package/dist/100/bitcoinVault/{keygenVerificationSuccess.d.mts → keygenVerificationSuccess.d.ts} +0 -0
  2886. /package/dist/100/bitcoinVault/{noKeyHandover.d.mts → noKeyHandover.d.ts} +0 -0
  2887. /package/dist/100/bitcoinVault/{vaultRotatedExternally.d.mts → vaultRotatedExternally.d.ts} +0 -0
  2888. /package/dist/100/bitcoinVault/{vaultRotationAborted.d.mts → vaultRotationAborted.d.ts} +0 -0
  2889. /package/dist/100/bitcoinVault/{vaultRotationCompleted.d.mts → vaultRotationCompleted.d.ts} +0 -0
  2890. /package/dist/100/emissions/{backupNodeInflationEmissionsUpdated.d.mts → backupNodeInflationEmissionsUpdated.d.ts} +0 -0
  2891. /package/dist/100/emissions/{currentAuthorityInflationEmissionsUpdated.d.mts → currentAuthorityInflationEmissionsUpdated.d.ts} +0 -0
  2892. /package/dist/100/emissions/{supplyUpdateBroadcastRequested.d.mts → supplyUpdateBroadcastRequested.d.ts} +0 -0
  2893. /package/dist/100/emissions/{supplyUpdateIntervalUpdated.d.mts → supplyUpdateIntervalUpdated.d.ts} +0 -0
  2894. /package/dist/100/environment/{addedNewEthAsset.d.mts → addedNewEthAsset.d.ts} +0 -0
  2895. /package/dist/100/environment/{bitcoinBlockNumberSetForVault.d.mts → bitcoinBlockNumberSetForVault.d.ts} +0 -0
  2896. /package/dist/100/environment/{polkadotVaultAccountSet.d.mts → polkadotVaultAccountSet.d.ts} +0 -0
  2897. /package/dist/100/environment/{updatedEthAsset.d.mts → updatedEthAsset.d.ts} +0 -0
  2898. /package/dist/100/ethereumBroadcaster/{broadcastAborted.d.mts → broadcastAborted.d.ts} +0 -0
  2899. /package/dist/100/ethereumBroadcaster/{broadcastAttemptTimeout.d.mts → broadcastAttemptTimeout.d.ts} +0 -0
  2900. /package/dist/100/ethereumBroadcaster/{broadcastCallbackExecuted.d.mts → broadcastCallbackExecuted.d.ts} +0 -0
  2901. /package/dist/100/ethereumBroadcaster/{broadcastRetryScheduled.d.mts → broadcastRetryScheduled.d.ts} +0 -0
  2902. /package/dist/100/ethereumBroadcaster/{broadcastSuccess.d.mts → broadcastSuccess.d.ts} +0 -0
  2903. /package/dist/100/ethereumBroadcaster/{thresholdSignatureInvalid.d.mts → thresholdSignatureInvalid.d.ts} +0 -0
  2904. /package/dist/100/ethereumBroadcaster/{transactionFeeDeficitRecorded.d.mts → transactionFeeDeficitRecorded.d.ts} +0 -0
  2905. /package/dist/100/ethereumBroadcaster/{transactionFeeDeficitRefused.d.mts → transactionFeeDeficitRefused.d.ts} +0 -0
  2906. /package/dist/100/ethereumChainTracking/{chainStateUpdated.d.mts → chainStateUpdated.d.ts} +0 -0
  2907. /package/dist/100/ethereumIngressEgress/{assetEgressStatusChanged.d.mts → assetEgressStatusChanged.d.ts} +0 -0
  2908. /package/dist/100/ethereumIngressEgress/{batchBroadcastRequested.d.mts → batchBroadcastRequested.d.ts} +0 -0
  2909. /package/dist/100/ethereumIngressEgress/{ccmBroadcastRequested.d.mts → ccmBroadcastRequested.d.ts} +0 -0
  2910. /package/dist/100/ethereumIngressEgress/{egressScheduled.d.mts → egressScheduled.d.ts} +0 -0
  2911. /package/dist/100/ethereumIngressEgress/{minimumDepositSet.d.mts → minimumDepositSet.d.ts} +0 -0
  2912. /package/dist/100/ethereumIngressEgress/{vaultTransferFailed.d.mts → vaultTransferFailed.d.ts} +0 -0
  2913. /package/dist/100/ethereumThresholdSigner/{currentKeyUnavailable.d.mts → currentKeyUnavailable.d.ts} +0 -0
  2914. /package/dist/100/ethereumThresholdSigner/{signersUnavailable.d.mts → signersUnavailable.d.ts} +0 -0
  2915. /package/dist/100/ethereumThresholdSigner/{thresholdSignatureResponseTimeoutUpdated.d.mts → thresholdSignatureResponseTimeoutUpdated.d.ts} +0 -0
  2916. /package/dist/100/ethereumVault/{awaitingGovernanceActivation.d.mts → awaitingGovernanceActivation.d.ts} +0 -0
  2917. /package/dist/100/ethereumVault/{keyHandoverFailure.d.mts → keyHandoverFailure.d.ts} +0 -0
  2918. /package/dist/100/ethereumVault/{keyHandoverFailureReported.d.mts → keyHandoverFailureReported.d.ts} +0 -0
  2919. /package/dist/100/ethereumVault/{keyHandoverRequest.d.mts → keyHandoverRequest.d.ts} +0 -0
  2920. /package/dist/100/ethereumVault/{keyHandoverResponseTimeout.d.mts → keyHandoverResponseTimeout.d.ts} +0 -0
  2921. /package/dist/100/ethereumVault/{keyHandoverSuccess.d.mts → keyHandoverSuccess.d.ts} +0 -0
  2922. /package/dist/100/ethereumVault/{keyHandoverSuccessReported.d.mts → keyHandoverSuccessReported.d.ts} +0 -0
  2923. /package/dist/100/ethereumVault/{keyHandoverVerificationFailure.d.mts → keyHandoverVerificationFailure.d.ts} +0 -0
  2924. /package/dist/100/ethereumVault/{keyHandoverVerificationSuccess.d.mts → keyHandoverVerificationSuccess.d.ts} +0 -0
  2925. /package/dist/100/ethereumVault/{keygenFailure.d.mts → keygenFailure.d.ts} +0 -0
  2926. /package/dist/100/ethereumVault/{keygenFailureReported.d.mts → keygenFailureReported.d.ts} +0 -0
  2927. /package/dist/100/ethereumVault/{keygenRequest.d.mts → keygenRequest.d.ts} +0 -0
  2928. /package/dist/100/ethereumVault/{keygenResponseTimeout.d.mts → keygenResponseTimeout.d.ts} +0 -0
  2929. /package/dist/100/ethereumVault/{keygenResponseTimeoutUpdated.d.mts → keygenResponseTimeoutUpdated.d.ts} +0 -0
  2930. /package/dist/100/ethereumVault/{keygenSuccess.d.mts → keygenSuccess.d.ts} +0 -0
  2931. /package/dist/100/ethereumVault/{keygenSuccessReported.d.mts → keygenSuccessReported.d.ts} +0 -0
  2932. /package/dist/100/ethereumVault/{keygenVerificationFailure.d.mts → keygenVerificationFailure.d.ts} +0 -0
  2933. /package/dist/100/ethereumVault/{keygenVerificationSuccess.d.mts → keygenVerificationSuccess.d.ts} +0 -0
  2934. /package/dist/100/ethereumVault/{noKeyHandover.d.mts → noKeyHandover.d.ts} +0 -0
  2935. /package/dist/100/ethereumVault/{vaultRotatedExternally.d.mts → vaultRotatedExternally.d.ts} +0 -0
  2936. /package/dist/100/ethereumVault/{vaultRotationAborted.d.mts → vaultRotationAborted.d.ts} +0 -0
  2937. /package/dist/100/ethereumVault/{vaultRotationCompleted.d.mts → vaultRotationCompleted.d.ts} +0 -0
  2938. /package/dist/100/flip/{accountReaped.d.mts → accountReaped.d.ts} +0 -0
  2939. /package/dist/100/flip/{remainingImbalance.d.mts → remainingImbalance.d.ts} +0 -0
  2940. /package/dist/100/flip/{slashingPerformed.d.mts → slashingPerformed.d.ts} +0 -0
  2941. /package/dist/100/flip/{slashingRateUpdated.d.mts → slashingRateUpdated.d.ts} +0 -0
  2942. /package/dist/100/funding/{addedRestrictedAddress.d.mts → addedRestrictedAddress.d.ts} +0 -0
  2943. /package/dist/100/funding/{minimumFundingUpdated.d.mts → minimumFundingUpdated.d.ts} +0 -0
  2944. /package/dist/100/funding/{redemptionAmountZero.d.mts → redemptionAmountZero.d.ts} +0 -0
  2945. /package/dist/100/funding/{redemptionExpired.d.mts → redemptionExpired.d.ts} +0 -0
  2946. /package/dist/100/funding/{redemptionSettled.d.mts → redemptionSettled.d.ts} +0 -0
  2947. /package/dist/100/funding/{redemptionTaxAmountUpdated.d.mts → redemptionTaxAmountUpdated.d.ts} +0 -0
  2948. /package/dist/100/funding/{removedRestrictedAddress.d.mts → removedRestrictedAddress.d.ts} +0 -0
  2949. /package/dist/100/funding/{startedBidding.d.mts → startedBidding.d.ts} +0 -0
  2950. /package/dist/100/funding/{stoppedBidding.d.mts → stoppedBidding.d.ts} +0 -0
  2951. /package/dist/100/governance/{approved.d.mts → approved.d.ts} +0 -0
  2952. /package/dist/100/governance/{decodeOfCallFailed.d.mts → decodeOfCallFailed.d.ts} +0 -0
  2953. /package/dist/100/governance/{executed.d.mts → executed.d.ts} +0 -0
  2954. /package/dist/100/governance/{expired.d.mts → expired.d.ts} +0 -0
  2955. /package/dist/100/governance/{failedExecution.d.mts → failedExecution.d.ts} +0 -0
  2956. /package/dist/100/governance/{govKeyCallExecuted.d.mts → govKeyCallExecuted.d.ts} +0 -0
  2957. /package/dist/100/governance/{govKeyCallExecutionFailed.d.mts → govKeyCallExecutionFailed.d.ts} +0 -0
  2958. /package/dist/100/governance/{govKeyCallHashWhitelisted.d.mts → govKeyCallHashWhitelisted.d.ts} +0 -0
  2959. /package/dist/100/governance/{proposed.d.mts → proposed.d.ts} +0 -0
  2960. /package/dist/100/grandpa/{newAuthorities.d.mts → newAuthorities.d.ts} +0 -0
  2961. /package/dist/100/grandpa/{paused.d.mts → paused.d.ts} +0 -0
  2962. /package/dist/100/grandpa/{resumed.d.mts → resumed.d.ts} +0 -0
  2963. /package/dist/100/liquidityPools/{networkFeeTaken.d.mts → networkFeeTaken.d.ts} +0 -0
  2964. /package/dist/100/liquidityPools/{updatedBuyInterval.d.mts → updatedBuyInterval.d.ts} +0 -0
  2965. /package/dist/100/polkadotBroadcaster/{broadcastAborted.d.mts → broadcastAborted.d.ts} +0 -0
  2966. /package/dist/100/polkadotBroadcaster/{broadcastAttemptTimeout.d.mts → broadcastAttemptTimeout.d.ts} +0 -0
  2967. /package/dist/100/polkadotBroadcaster/{broadcastCallbackExecuted.d.mts → broadcastCallbackExecuted.d.ts} +0 -0
  2968. /package/dist/100/polkadotBroadcaster/{broadcastRetryScheduled.d.mts → broadcastRetryScheduled.d.ts} +0 -0
  2969. /package/dist/100/polkadotBroadcaster/{broadcastSuccess.d.mts → broadcastSuccess.d.ts} +0 -0
  2970. /package/dist/100/polkadotBroadcaster/{thresholdSignatureInvalid.d.mts → thresholdSignatureInvalid.d.ts} +0 -0
  2971. /package/dist/100/polkadotBroadcaster/{transactionFeeDeficitRecorded.d.mts → transactionFeeDeficitRecorded.d.ts} +0 -0
  2972. /package/dist/100/polkadotBroadcaster/{transactionFeeDeficitRefused.d.mts → transactionFeeDeficitRefused.d.ts} +0 -0
  2973. /package/dist/100/polkadotChainTracking/{chainStateUpdated.d.mts → chainStateUpdated.d.ts} +0 -0
  2974. /package/dist/100/polkadotIngressEgress/{assetEgressStatusChanged.d.mts → assetEgressStatusChanged.d.ts} +0 -0
  2975. /package/dist/100/polkadotIngressEgress/{batchBroadcastRequested.d.mts → batchBroadcastRequested.d.ts} +0 -0
  2976. /package/dist/100/polkadotIngressEgress/{ccmBroadcastRequested.d.mts → ccmBroadcastRequested.d.ts} +0 -0
  2977. /package/dist/100/polkadotIngressEgress/{egressScheduled.d.mts → egressScheduled.d.ts} +0 -0
  2978. /package/dist/100/polkadotIngressEgress/{minimumDepositSet.d.mts → minimumDepositSet.d.ts} +0 -0
  2979. /package/dist/100/polkadotIngressEgress/{vaultTransferFailed.d.mts → vaultTransferFailed.d.ts} +0 -0
  2980. /package/dist/100/polkadotThresholdSigner/{currentKeyUnavailable.d.mts → currentKeyUnavailable.d.ts} +0 -0
  2981. /package/dist/100/polkadotThresholdSigner/{signersUnavailable.d.mts → signersUnavailable.d.ts} +0 -0
  2982. /package/dist/100/polkadotThresholdSigner/{thresholdSignatureResponseTimeoutUpdated.d.mts → thresholdSignatureResponseTimeoutUpdated.d.ts} +0 -0
  2983. /package/dist/100/polkadotVault/{awaitingGovernanceActivation.d.mts → awaitingGovernanceActivation.d.ts} +0 -0
  2984. /package/dist/100/polkadotVault/{keyHandoverFailure.d.mts → keyHandoverFailure.d.ts} +0 -0
  2985. /package/dist/100/polkadotVault/{keyHandoverFailureReported.d.mts → keyHandoverFailureReported.d.ts} +0 -0
  2986. /package/dist/100/polkadotVault/{keyHandoverRequest.d.mts → keyHandoverRequest.d.ts} +0 -0
  2987. /package/dist/100/polkadotVault/{keyHandoverResponseTimeout.d.mts → keyHandoverResponseTimeout.d.ts} +0 -0
  2988. /package/dist/100/polkadotVault/{keyHandoverSuccess.d.mts → keyHandoverSuccess.d.ts} +0 -0
  2989. /package/dist/100/polkadotVault/{keyHandoverSuccessReported.d.mts → keyHandoverSuccessReported.d.ts} +0 -0
  2990. /package/dist/100/polkadotVault/{keyHandoverVerificationFailure.d.mts → keyHandoverVerificationFailure.d.ts} +0 -0
  2991. /package/dist/100/polkadotVault/{keyHandoverVerificationSuccess.d.mts → keyHandoverVerificationSuccess.d.ts} +0 -0
  2992. /package/dist/100/polkadotVault/{keygenFailure.d.mts → keygenFailure.d.ts} +0 -0
  2993. /package/dist/100/polkadotVault/{keygenFailureReported.d.mts → keygenFailureReported.d.ts} +0 -0
  2994. /package/dist/100/polkadotVault/{keygenRequest.d.mts → keygenRequest.d.ts} +0 -0
  2995. /package/dist/100/polkadotVault/{keygenResponseTimeout.d.mts → keygenResponseTimeout.d.ts} +0 -0
  2996. /package/dist/100/polkadotVault/{keygenResponseTimeoutUpdated.d.mts → keygenResponseTimeoutUpdated.d.ts} +0 -0
  2997. /package/dist/100/polkadotVault/{keygenSuccess.d.mts → keygenSuccess.d.ts} +0 -0
  2998. /package/dist/100/polkadotVault/{keygenSuccessReported.d.mts → keygenSuccessReported.d.ts} +0 -0
  2999. /package/dist/100/polkadotVault/{keygenVerificationFailure.d.mts → keygenVerificationFailure.d.ts} +0 -0
  3000. /package/dist/100/polkadotVault/{keygenVerificationSuccess.d.mts → keygenVerificationSuccess.d.ts} +0 -0
  3001. /package/dist/100/polkadotVault/{noKeyHandover.d.mts → noKeyHandover.d.ts} +0 -0
  3002. /package/dist/100/polkadotVault/{vaultRotatedExternally.d.mts → vaultRotatedExternally.d.ts} +0 -0
  3003. /package/dist/100/polkadotVault/{vaultRotationAborted.d.mts → vaultRotationAborted.d.ts} +0 -0
  3004. /package/dist/100/polkadotVault/{vaultRotationCompleted.d.mts → vaultRotationCompleted.d.ts} +0 -0
  3005. /package/dist/100/reputation/{accrualRateUpdated.d.mts → accrualRateUpdated.d.ts} +0 -0
  3006. /package/dist/100/reputation/{missedHeartbeatPenaltyUpdated.d.mts → missedHeartbeatPenaltyUpdated.d.ts} +0 -0
  3007. /package/dist/100/reputation/{offencePenalty.d.mts → offencePenalty.d.ts} +0 -0
  3008. /package/dist/100/reputation/{penaltyUpdated.d.mts → penaltyUpdated.d.ts} +0 -0
  3009. /package/dist/100/session/{newSession.d.mts → newSession.d.ts} +0 -0
  3010. /package/dist/100/swapping/{ccmEgressScheduled.d.mts → ccmEgressScheduled.d.ts} +0 -0
  3011. /package/dist/100/system/{codeUpdated.d.mts → codeUpdated.d.ts} +0 -0
  3012. /package/dist/100/system/{extrinsicFailed.d.mts → extrinsicFailed.d.ts} +0 -0
  3013. /package/dist/100/system/{extrinsicSuccess.d.mts → extrinsicSuccess.d.ts} +0 -0
  3014. /package/dist/100/system/{killedAccount.d.mts → killedAccount.d.ts} +0 -0
  3015. /package/dist/100/system/{newAccount.d.mts → newAccount.d.ts} +0 -0
  3016. /package/dist/100/system/{remarked.d.mts → remarked.d.ts} +0 -0
  3017. /package/dist/100/tokenholderGovernance/{proposalEnacted.d.mts → proposalEnacted.d.ts} +0 -0
  3018. /package/dist/100/tokenholderGovernance/{proposalPassed.d.mts → proposalPassed.d.ts} +0 -0
  3019. /package/dist/100/tokenholderGovernance/{proposalRejected.d.mts → proposalRejected.d.ts} +0 -0
  3020. /package/dist/100/tokenholderGovernance/{proposalSubmitted.d.mts → proposalSubmitted.d.ts} +0 -0
  3021. /package/dist/100/transactionPayment/{transactionFeePaid.d.mts → transactionFeePaid.d.ts} +0 -0
  3022. /package/dist/100/validator/{auctionCompleted.d.mts → auctionCompleted.d.ts} +0 -0
  3023. /package/dist/100/validator/{cFEVersionUpdated.d.mts → cFEVersionUpdated.d.ts} +0 -0
  3024. /package/dist/100/validator/{newEpoch.d.mts → newEpoch.d.ts} +0 -0
  3025. /package/dist/100/validator/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
  3026. /package/dist/100/validator/{peerIdRegistered.d.mts → peerIdRegistered.d.ts} +0 -0
  3027. /package/dist/100/validator/{peerIdUnregistered.d.mts → peerIdUnregistered.d.ts} +0 -0
  3028. /package/dist/100/validator/{rotationAborted.d.mts → rotationAborted.d.ts} +0 -0
  3029. /package/dist/100/validator/{rotationPhaseUpdated.d.mts → rotationPhaseUpdated.d.ts} +0 -0
  3030. /package/dist/100/validator/{vanityNameSet.d.mts → vanityNameSet.d.ts} +0 -0
  3031. /package/dist/100/witnesser/{prewitnessed.d.mts → prewitnessed.d.ts} +0 -0
  3032. /package/dist/100/witnesser/{witnessExecutionFailed.d.mts → witnessExecutionFailed.d.ts} +0 -0
  3033. /package/dist/102/accountRoles/{accountRoleRegistered.d.mts → accountRoleRegistered.d.ts} +0 -0
  3034. /package/dist/102/{common.d.mts → common.d.ts} +0 -0
  3035. /package/dist/102/swapping/{maximumSwapAmountSet.d.mts → maximumSwapAmountSet.d.ts} +0 -0
  3036. /package/dist/102/swapping/{swapAmountConfiscated.d.mts → swapAmountConfiscated.d.ts} +0 -0
  3037. /package/dist/102/validator/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
  3038. /package/dist/11000/arbitrumIngressEgress/{invalidCcmRefunded.d.mts → invalidCcmRefunded.d.ts} +0 -0
  3039. /package/dist/11000/arbitrumIngressEgress/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
  3040. /package/dist/11000/assethubIngressEgress/{invalidCcmRefunded.d.mts → invalidCcmRefunded.d.ts} +0 -0
  3041. /package/dist/11000/assethubIngressEgress/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
  3042. /package/dist/11000/bitcoinElections/{allVotesCleared.d.mts → allVotesCleared.d.ts} +0 -0
  3043. /package/dist/11000/bitcoinElections/{allVotesNotCleared.d.mts → allVotesNotCleared.d.ts} +0 -0
  3044. /package/dist/11000/bitcoinElections/{corruptStorage.d.mts → corruptStorage.d.ts} +0 -0
  3045. /package/dist/11000/bitcoinElections/{electoralEvent.d.mts → electoralEvent.d.ts} +0 -0
  3046. /package/dist/11000/bitcoinElections/{uninitialized.d.mts → uninitialized.d.ts} +0 -0
  3047. /package/dist/11000/bitcoinElections/{unknownElection.d.mts → unknownElection.d.ts} +0 -0
  3048. /package/dist/11000/bitcoinIngressEgress/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
  3049. /package/dist/11000/environment/{solanaGovCallDispatched.d.mts → solanaGovCallDispatched.d.ts} +0 -0
  3050. /package/dist/11000/ethereumIngressEgress/{invalidCcmRefunded.d.mts → invalidCcmRefunded.d.ts} +0 -0
  3051. /package/dist/11000/ethereumIngressEgress/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
  3052. /package/dist/11000/funding/{rebalance.d.mts → rebalance.d.ts} +0 -0
  3053. /package/dist/11000/lendingPools/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
  3054. /package/dist/11000/polkadotIngressEgress/{invalidCcmRefunded.d.mts → invalidCcmRefunded.d.ts} +0 -0
  3055. /package/dist/11000/polkadotIngressEgress/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
  3056. /package/dist/11000/solanaElections/{electoralEvent.d.mts → electoralEvent.d.ts} +0 -0
  3057. /package/dist/11000/solanaIngressEgress/{invalidCcmRefunded.d.mts → invalidCcmRefunded.d.ts} +0 -0
  3058. /package/dist/11000/solanaIngressEgress/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
  3059. /package/dist/11000/validator/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
  3060. /package/dist/111/bitcoinBroadcaster/{callResigned.d.mts → callResigned.d.ts} +0 -0
  3061. /package/dist/111/bitcoinBroadcaster/{thresholdSignatureInvalid.d.mts → thresholdSignatureInvalid.d.ts} +0 -0
  3062. /package/dist/111/bitcoinIngressEgress/{ccmBroadcastFailed.d.mts → ccmBroadcastFailed.d.ts} +0 -0
  3063. /package/dist/111/bitcoinIngressEgress/{failedForeignChainCallExpired.d.mts → failedForeignChainCallExpired.d.ts} +0 -0
  3064. /package/dist/111/bitcoinIngressEgress/{failedForeignChainCallResigned.d.mts → failedForeignChainCallResigned.d.ts} +0 -0
  3065. /package/dist/111/ethereumBroadcaster/{callResigned.d.mts → callResigned.d.ts} +0 -0
  3066. /package/dist/111/ethereumBroadcaster/{thresholdSignatureInvalid.d.mts → thresholdSignatureInvalid.d.ts} +0 -0
  3067. /package/dist/111/ethereumIngressEgress/{ccmBroadcastFailed.d.mts → ccmBroadcastFailed.d.ts} +0 -0
  3068. /package/dist/111/ethereumIngressEgress/{failedForeignChainCallExpired.d.mts → failedForeignChainCallExpired.d.ts} +0 -0
  3069. /package/dist/111/ethereumIngressEgress/{failedForeignChainCallResigned.d.mts → failedForeignChainCallResigned.d.ts} +0 -0
  3070. /package/dist/111/liquidityPools/{limitOrderSetOrUpdateScheduled.d.mts → limitOrderSetOrUpdateScheduled.d.ts} +0 -0
  3071. /package/dist/111/liquidityPools/{scheduledLimitOrderUpdateDispatchFailure.d.mts → scheduledLimitOrderUpdateDispatchFailure.d.ts} +0 -0
  3072. /package/dist/111/liquidityPools/{scheduledLimitOrderUpdateDispatchSuccess.d.mts → scheduledLimitOrderUpdateDispatchSuccess.d.ts} +0 -0
  3073. /package/dist/111/polkadotBroadcaster/{callResigned.d.mts → callResigned.d.ts} +0 -0
  3074. /package/dist/111/polkadotBroadcaster/{thresholdSignatureInvalid.d.mts → thresholdSignatureInvalid.d.ts} +0 -0
  3075. /package/dist/111/polkadotIngressEgress/{ccmBroadcastFailed.d.mts → ccmBroadcastFailed.d.ts} +0 -0
  3076. /package/dist/111/polkadotIngressEgress/{failedForeignChainCallExpired.d.mts → failedForeignChainCallExpired.d.ts} +0 -0
  3077. /package/dist/111/polkadotIngressEgress/{failedForeignChainCallResigned.d.mts → failedForeignChainCallResigned.d.ts} +0 -0
  3078. /package/dist/11100/accountRoles/{accountRoleDeregistered.d.mts → accountRoleDeregistered.d.ts} +0 -0
  3079. /package/dist/11100/accountRoles/{accountRoleRegistered.d.mts → accountRoleRegistered.d.ts} +0 -0
  3080. /package/dist/11100/accountRoles/{subAccountCallExecuted.d.mts → subAccountCallExecuted.d.ts} +0 -0
  3081. /package/dist/11100/accountRoles/{subAccountCreated.d.mts → subAccountCreated.d.ts} +0 -0
  3082. /package/dist/11100/arbitrumIngressEgress/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
  3083. /package/dist/11100/assethubIngressEgress/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
  3084. /package/dist/11100/bitcoinIngressEgress/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
  3085. /package/dist/11100/ethereumIngressEgress/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
  3086. /package/dist/11100/flip/{bondUpdated.d.mts → bondUpdated.d.ts} +0 -0
  3087. /package/dist/11100/flip/{flipMinted.d.mts → flipMinted.d.ts} +0 -0
  3088. /package/dist/11100/funding/{sCCallCannotBeDecoded.d.mts → sCCallCannotBeDecoded.d.ts} +0 -0
  3089. /package/dist/11100/funding/{sCCallExecuted.d.mts → sCCallExecuted.d.ts} +0 -0
  3090. /package/dist/11100/genericElections/{allVotesCleared.d.mts → allVotesCleared.d.ts} +0 -0
  3091. /package/dist/11100/genericElections/{allVotesNotCleared.d.mts → allVotesNotCleared.d.ts} +0 -0
  3092. /package/dist/11100/genericElections/{corruptStorage.d.mts → corruptStorage.d.ts} +0 -0
  3093. /package/dist/11100/genericElections/{electoralEvent.d.mts → electoralEvent.d.ts} +0 -0
  3094. /package/dist/11100/genericElections/{uninitialized.d.mts → uninitialized.d.ts} +0 -0
  3095. /package/dist/11100/genericElections/{unknownElection.d.mts → unknownElection.d.ts} +0 -0
  3096. /package/dist/11100/lendingPools/{collateralAdded.d.mts → collateralAdded.d.ts} +0 -0
  3097. /package/dist/11100/lendingPools/{collateralRemoved.d.mts → collateralRemoved.d.ts} +0 -0
  3098. /package/dist/11100/lendingPools/{lendingFeeCollectionInitiated.d.mts → lendingFeeCollectionInitiated.d.ts} +0 -0
  3099. /package/dist/11100/lendingPools/{lendingFundsRemoved.d.mts → lendingFundsRemoved.d.ts} +0 -0
  3100. /package/dist/11100/lendingPools/{lendingPoolCreated.d.mts → lendingPoolCreated.d.ts} +0 -0
  3101. /package/dist/11100/lendingPools/{liquidationInitiated.d.mts → liquidationInitiated.d.ts} +0 -0
  3102. /package/dist/11100/lendingPools/{loanRepaid.d.mts → loanRepaid.d.ts} +0 -0
  3103. /package/dist/11100/lendingPools/{loanSettled.d.mts → loanSettled.d.ts} +0 -0
  3104. /package/dist/11100/lendingPools/{loanUpdated.d.mts → loanUpdated.d.ts} +0 -0
  3105. /package/dist/11100/polkadotIngressEgress/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
  3106. /package/dist/11100/solanaIngressEgress/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
  3107. /package/dist/11100/swapping/{swapAborted.d.mts → swapAborted.d.ts} +0 -0
  3108. /package/dist/11100/swapping/{swapDepositAddressReady.d.mts → swapDepositAddressReady.d.ts} +0 -0
  3109. /package/dist/11100/swapping/{swapRescheduled.d.mts → swapRescheduled.d.ts} +0 -0
  3110. /package/dist/11100/validator/{delegated.d.mts → delegated.d.ts} +0 -0
  3111. /package/dist/11100/validator/{delegatorAllowed.d.mts → delegatorAllowed.d.ts} +0 -0
  3112. /package/dist/11100/validator/{delegatorBlocked.d.mts → delegatorBlocked.d.ts} +0 -0
  3113. /package/dist/11100/validator/{maxBidUpdated.d.mts → maxBidUpdated.d.ts} +0 -0
  3114. /package/dist/11100/validator/{operatorAcceptedByValidator.d.mts → operatorAcceptedByValidator.d.ts} +0 -0
  3115. /package/dist/11100/validator/{operatorSettingsUpdated.d.mts → operatorSettingsUpdated.d.ts} +0 -0
  3116. /package/dist/11100/validator/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
  3117. /package/dist/11100/validator/{rotationPhaseUpdated.d.mts → rotationPhaseUpdated.d.ts} +0 -0
  3118. /package/dist/11100/validator/{unDelegationFinalized.d.mts → unDelegationFinalized.d.ts} +0 -0
  3119. /package/dist/11100/validator/{undelegated.d.mts → undelegated.d.ts} +0 -0
  3120. /package/dist/11100/validator/{validatorClaimed.d.mts → validatorClaimed.d.ts} +0 -0
  3121. /package/dist/11100/validator/{validatorRemovedFromOperator.d.mts → validatorRemovedFromOperator.d.ts} +0 -0
  3122. /package/dist/11200/arbitrumIngressEgress/{channelRejectionRequestReceived.d.mts → channelRejectionRequestReceived.d.ts} +0 -0
  3123. /package/dist/11200/arbitrumIngressEgress/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
  3124. /package/dist/11200/assethubIngressEgress/{channelRejectionRequestReceived.d.mts → channelRejectionRequestReceived.d.ts} +0 -0
  3125. /package/dist/11200/assethubIngressEgress/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
  3126. /package/dist/11200/bitcoinIngressEgress/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
  3127. /package/dist/11200/ethereumIngressEgress/{channelRejectionRequestReceived.d.mts → channelRejectionRequestReceived.d.ts} +0 -0
  3128. /package/dist/11200/ethereumIngressEgress/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
  3129. /package/dist/11200/polkadotIngressEgress/{channelRejectionRequestReceived.d.mts → channelRejectionRequestReceived.d.ts} +0 -0
  3130. /package/dist/11200/polkadotIngressEgress/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
  3131. /package/dist/11200/solanaIngressEgress/{channelRejectionRequestReceived.d.mts → channelRejectionRequestReceived.d.ts} +0 -0
  3132. /package/dist/11200/solanaIngressEgress/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
  3133. /package/dist/11200/swapping/{swapAborted.d.mts → swapAborted.d.ts} +0 -0
  3134. /package/dist/11200/swapping/{swapRescheduled.d.mts → swapRescheduled.d.ts} +0 -0
  3135. /package/dist/11200/validator/{operatorSettingsUpdated.d.mts → operatorSettingsUpdated.d.ts} +0 -0
  3136. /package/dist/11200/validator/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
  3137. /package/dist/120/bitcoinBroadcaster/{broadcastRetryScheduled.d.mts → broadcastRetryScheduled.d.ts} +0 -0
  3138. /package/dist/120/bitcoinBroadcaster/{broadcastTimeout.d.mts → broadcastTimeout.d.ts} +0 -0
  3139. /package/dist/120/bitcoinBroadcaster/{thresholdSignatureInvalid.d.mts → thresholdSignatureInvalid.d.ts} +0 -0
  3140. /package/dist/120/bitcoinBroadcaster/{transactionBroadcastRequest.d.mts → transactionBroadcastRequest.d.ts} +0 -0
  3141. /package/dist/120/bitcoinChainTracking/{chainStateUpdated.d.mts → chainStateUpdated.d.ts} +0 -0
  3142. /package/dist/120/bitcoinIngressEgress/{utxoConsolidation.d.mts → utxoConsolidation.d.ts} +0 -0
  3143. /package/dist/120/{common.d.mts → common.d.ts} +0 -0
  3144. /package/dist/120/emissions/{backupRewardsDistributed.d.mts → backupRewardsDistributed.d.ts} +0 -0
  3145. /package/dist/120/emissions/{flipBurnSkipped.d.mts → flipBurnSkipped.d.ts} +0 -0
  3146. /package/dist/120/emissions/{networkFeeBurned.d.mts → networkFeeBurned.d.ts} +0 -0
  3147. /package/dist/120/environment/{utxoConsolidationParametersUpdated.d.mts → utxoConsolidationParametersUpdated.d.ts} +0 -0
  3148. /package/dist/120/ethereumBroadcaster/{broadcastRetryScheduled.d.mts → broadcastRetryScheduled.d.ts} +0 -0
  3149. /package/dist/120/ethereumBroadcaster/{broadcastTimeout.d.mts → broadcastTimeout.d.ts} +0 -0
  3150. /package/dist/120/ethereumBroadcaster/{thresholdSignatureInvalid.d.mts → thresholdSignatureInvalid.d.ts} +0 -0
  3151. /package/dist/120/ethereumBroadcaster/{transactionBroadcastRequest.d.mts → transactionBroadcastRequest.d.ts} +0 -0
  3152. /package/dist/120/ethereumIngressEgress/{depositIgnored.d.mts → depositIgnored.d.ts} +0 -0
  3153. /package/dist/120/ethereumIngressEgress/{depositReceived.d.mts → depositReceived.d.ts} +0 -0
  3154. /package/dist/120/ethereumIngressEgress/{utxoConsolidation.d.mts → utxoConsolidation.d.ts} +0 -0
  3155. /package/dist/120/liquidityProvider/{liquidityDepositCredited.d.mts → liquidityDepositCredited.d.ts} +0 -0
  3156. /package/dist/120/polkadotBroadcaster/{broadcastRetryScheduled.d.mts → broadcastRetryScheduled.d.ts} +0 -0
  3157. /package/dist/120/polkadotBroadcaster/{broadcastTimeout.d.mts → broadcastTimeout.d.ts} +0 -0
  3158. /package/dist/120/polkadotBroadcaster/{thresholdSignatureInvalid.d.mts → thresholdSignatureInvalid.d.ts} +0 -0
  3159. /package/dist/120/polkadotBroadcaster/{transactionBroadcastRequest.d.mts → transactionBroadcastRequest.d.ts} +0 -0
  3160. /package/dist/120/polkadotIngressEgress/{depositIgnored.d.mts → depositIgnored.d.ts} +0 -0
  3161. /package/dist/120/polkadotIngressEgress/{depositReceived.d.mts → depositReceived.d.ts} +0 -0
  3162. /package/dist/120/polkadotIngressEgress/{utxoConsolidation.d.mts → utxoConsolidation.d.ts} +0 -0
  3163. /package/dist/120/swapping/{ccmFailed.d.mts → ccmFailed.d.ts} +0 -0
  3164. /package/dist/120/swapping/{swapEgressIgnored.d.mts → swapEgressIgnored.d.ts} +0 -0
  3165. /package/dist/120/swapping/{swapEgressScheduled.d.mts → swapEgressScheduled.d.ts} +0 -0
  3166. /package/dist/120/swapping/{swapExecuted.d.mts → swapExecuted.d.ts} +0 -0
  3167. /package/dist/131/bitcoinBroadcaster/{broadcastSuccess.d.mts → broadcastSuccess.d.ts} +0 -0
  3168. /package/dist/131/bitcoinBroadcaster/{transactionBroadcastRequest.d.mts → transactionBroadcastRequest.d.ts} +0 -0
  3169. /package/dist/131/bitcoinChainTracking/{feeMultiplierUpdated.d.mts → feeMultiplierUpdated.d.ts} +0 -0
  3170. /package/dist/131/bitcoinIngressEgress/{channelOpeningFeePaid.d.mts → channelOpeningFeePaid.d.ts} +0 -0
  3171. /package/dist/131/bitcoinIngressEgress/{channelOpeningFeeSet.d.mts → channelOpeningFeeSet.d.ts} +0 -0
  3172. /package/dist/131/bitcoinIngressEgress/{depositReceived.d.mts → depositReceived.d.ts} +0 -0
  3173. /package/dist/131/bitcoinIngressEgress/{depositWitnessRejected.d.mts → depositWitnessRejected.d.ts} +0 -0
  3174. /package/dist/131/bitcoinIngressEgress/{failedToBuildAllBatchCall.d.mts → failedToBuildAllBatchCall.d.ts} +0 -0
  3175. /package/dist/131/bitcoinThresholdSigner/{keyHandoverFailure.d.mts → keyHandoverFailure.d.ts} +0 -0
  3176. /package/dist/131/bitcoinThresholdSigner/{keyHandoverFailureReported.d.mts → keyHandoverFailureReported.d.ts} +0 -0
  3177. /package/dist/131/bitcoinThresholdSigner/{keyHandoverRequest.d.mts → keyHandoverRequest.d.ts} +0 -0
  3178. /package/dist/131/bitcoinThresholdSigner/{keyHandoverResponseTimeout.d.mts → keyHandoverResponseTimeout.d.ts} +0 -0
  3179. /package/dist/131/bitcoinThresholdSigner/{keyHandoverSuccess.d.mts → keyHandoverSuccess.d.ts} +0 -0
  3180. /package/dist/131/bitcoinThresholdSigner/{keyHandoverSuccessReported.d.mts → keyHandoverSuccessReported.d.ts} +0 -0
  3181. /package/dist/131/bitcoinThresholdSigner/{keyHandoverVerificationFailure.d.mts → keyHandoverVerificationFailure.d.ts} +0 -0
  3182. /package/dist/131/bitcoinThresholdSigner/{keyHandoverVerificationSuccess.d.mts → keyHandoverVerificationSuccess.d.ts} +0 -0
  3183. /package/dist/131/bitcoinThresholdSigner/{keyRotationCompleted.d.mts → keyRotationCompleted.d.ts} +0 -0
  3184. /package/dist/131/bitcoinThresholdSigner/{keygenFailure.d.mts → keygenFailure.d.ts} +0 -0
  3185. /package/dist/131/bitcoinThresholdSigner/{keygenFailureReported.d.mts → keygenFailureReported.d.ts} +0 -0
  3186. /package/dist/131/bitcoinThresholdSigner/{keygenRequest.d.mts → keygenRequest.d.ts} +0 -0
  3187. /package/dist/131/bitcoinThresholdSigner/{keygenResponseTimeout.d.mts → keygenResponseTimeout.d.ts} +0 -0
  3188. /package/dist/131/bitcoinThresholdSigner/{keygenResponseTimeoutUpdated.d.mts → keygenResponseTimeoutUpdated.d.ts} +0 -0
  3189. /package/dist/131/bitcoinThresholdSigner/{keygenSuccess.d.mts → keygenSuccess.d.ts} +0 -0
  3190. /package/dist/131/bitcoinThresholdSigner/{keygenSuccessReported.d.mts → keygenSuccessReported.d.ts} +0 -0
  3191. /package/dist/131/bitcoinThresholdSigner/{keygenVerificationFailure.d.mts → keygenVerificationFailure.d.ts} +0 -0
  3192. /package/dist/131/bitcoinThresholdSigner/{keygenVerificationSuccess.d.mts → keygenVerificationSuccess.d.ts} +0 -0
  3193. /package/dist/131/bitcoinThresholdSigner/{noKeyHandover.d.mts → noKeyHandover.d.ts} +0 -0
  3194. /package/dist/131/bitcoinVault/{vaultActivationCompleted.d.mts → vaultActivationCompleted.d.ts} +0 -0
  3195. /package/dist/131/environment/{addedNewEthAsset.d.mts → addedNewEthAsset.d.ts} +0 -0
  3196. /package/dist/131/environment/{updatedEthAsset.d.mts → updatedEthAsset.d.ts} +0 -0
  3197. /package/dist/131/ethereumBroadcaster/{broadcastSuccess.d.mts → broadcastSuccess.d.ts} +0 -0
  3198. /package/dist/131/ethereumChainTracking/{feeMultiplierUpdated.d.mts → feeMultiplierUpdated.d.ts} +0 -0
  3199. /package/dist/131/ethereumIngressEgress/{assetEgressStatusChanged.d.mts → assetEgressStatusChanged.d.ts} +0 -0
  3200. /package/dist/131/ethereumIngressEgress/{channelOpeningFeePaid.d.mts → channelOpeningFeePaid.d.ts} +0 -0
  3201. /package/dist/131/ethereumIngressEgress/{channelOpeningFeeSet.d.mts → channelOpeningFeeSet.d.ts} +0 -0
  3202. /package/dist/131/ethereumIngressEgress/{depositReceived.d.mts → depositReceived.d.ts} +0 -0
  3203. /package/dist/131/ethereumIngressEgress/{depositWitnessRejected.d.mts → depositWitnessRejected.d.ts} +0 -0
  3204. /package/dist/131/ethereumIngressEgress/{failedToBuildAllBatchCall.d.mts → failedToBuildAllBatchCall.d.ts} +0 -0
  3205. /package/dist/131/ethereumIngressEgress/{minimumDepositSet.d.mts → minimumDepositSet.d.ts} +0 -0
  3206. /package/dist/131/ethereumThresholdSigner/{keyHandoverFailure.d.mts → keyHandoverFailure.d.ts} +0 -0
  3207. /package/dist/131/ethereumThresholdSigner/{keyHandoverFailureReported.d.mts → keyHandoverFailureReported.d.ts} +0 -0
  3208. /package/dist/131/ethereumThresholdSigner/{keyHandoverRequest.d.mts → keyHandoverRequest.d.ts} +0 -0
  3209. /package/dist/131/ethereumThresholdSigner/{keyHandoverResponseTimeout.d.mts → keyHandoverResponseTimeout.d.ts} +0 -0
  3210. /package/dist/131/ethereumThresholdSigner/{keyHandoverSuccess.d.mts → keyHandoverSuccess.d.ts} +0 -0
  3211. /package/dist/131/ethereumThresholdSigner/{keyHandoverSuccessReported.d.mts → keyHandoverSuccessReported.d.ts} +0 -0
  3212. /package/dist/131/ethereumThresholdSigner/{keyHandoverVerificationFailure.d.mts → keyHandoverVerificationFailure.d.ts} +0 -0
  3213. /package/dist/131/ethereumThresholdSigner/{keyHandoverVerificationSuccess.d.mts → keyHandoverVerificationSuccess.d.ts} +0 -0
  3214. /package/dist/131/ethereumThresholdSigner/{keyRotationCompleted.d.mts → keyRotationCompleted.d.ts} +0 -0
  3215. /package/dist/131/ethereumThresholdSigner/{keygenFailure.d.mts → keygenFailure.d.ts} +0 -0
  3216. /package/dist/131/ethereumThresholdSigner/{keygenFailureReported.d.mts → keygenFailureReported.d.ts} +0 -0
  3217. /package/dist/131/ethereumThresholdSigner/{keygenRequest.d.mts → keygenRequest.d.ts} +0 -0
  3218. /package/dist/131/ethereumThresholdSigner/{keygenResponseTimeout.d.mts → keygenResponseTimeout.d.ts} +0 -0
  3219. /package/dist/131/ethereumThresholdSigner/{keygenResponseTimeoutUpdated.d.mts → keygenResponseTimeoutUpdated.d.ts} +0 -0
  3220. /package/dist/131/ethereumThresholdSigner/{keygenSuccess.d.mts → keygenSuccess.d.ts} +0 -0
  3221. /package/dist/131/ethereumThresholdSigner/{keygenSuccessReported.d.mts → keygenSuccessReported.d.ts} +0 -0
  3222. /package/dist/131/ethereumThresholdSigner/{keygenVerificationFailure.d.mts → keygenVerificationFailure.d.ts} +0 -0
  3223. /package/dist/131/ethereumThresholdSigner/{keygenVerificationSuccess.d.mts → keygenVerificationSuccess.d.ts} +0 -0
  3224. /package/dist/131/ethereumThresholdSigner/{noKeyHandover.d.mts → noKeyHandover.d.ts} +0 -0
  3225. /package/dist/131/ethereumVault/{vaultActivationCompleted.d.mts → vaultActivationCompleted.d.ts} +0 -0
  3226. /package/dist/131/polkadotBroadcaster/{broadcastSuccess.d.mts → broadcastSuccess.d.ts} +0 -0
  3227. /package/dist/131/polkadotChainTracking/{feeMultiplierUpdated.d.mts → feeMultiplierUpdated.d.ts} +0 -0
  3228. /package/dist/131/polkadotIngressEgress/{channelOpeningFeePaid.d.mts → channelOpeningFeePaid.d.ts} +0 -0
  3229. /package/dist/131/polkadotIngressEgress/{channelOpeningFeeSet.d.mts → channelOpeningFeeSet.d.ts} +0 -0
  3230. /package/dist/131/polkadotIngressEgress/{failedToBuildAllBatchCall.d.mts → failedToBuildAllBatchCall.d.ts} +0 -0
  3231. /package/dist/131/polkadotThresholdSigner/{keyHandoverFailure.d.mts → keyHandoverFailure.d.ts} +0 -0
  3232. /package/dist/131/polkadotThresholdSigner/{keyHandoverFailureReported.d.mts → keyHandoverFailureReported.d.ts} +0 -0
  3233. /package/dist/131/polkadotThresholdSigner/{keyHandoverRequest.d.mts → keyHandoverRequest.d.ts} +0 -0
  3234. /package/dist/131/polkadotThresholdSigner/{keyHandoverResponseTimeout.d.mts → keyHandoverResponseTimeout.d.ts} +0 -0
  3235. /package/dist/131/polkadotThresholdSigner/{keyHandoverSuccess.d.mts → keyHandoverSuccess.d.ts} +0 -0
  3236. /package/dist/131/polkadotThresholdSigner/{keyHandoverSuccessReported.d.mts → keyHandoverSuccessReported.d.ts} +0 -0
  3237. /package/dist/131/polkadotThresholdSigner/{keyHandoverVerificationFailure.d.mts → keyHandoverVerificationFailure.d.ts} +0 -0
  3238. /package/dist/131/polkadotThresholdSigner/{keyHandoverVerificationSuccess.d.mts → keyHandoverVerificationSuccess.d.ts} +0 -0
  3239. /package/dist/131/polkadotThresholdSigner/{keyRotationCompleted.d.mts → keyRotationCompleted.d.ts} +0 -0
  3240. /package/dist/131/polkadotThresholdSigner/{keygenFailure.d.mts → keygenFailure.d.ts} +0 -0
  3241. /package/dist/131/polkadotThresholdSigner/{keygenFailureReported.d.mts → keygenFailureReported.d.ts} +0 -0
  3242. /package/dist/131/polkadotThresholdSigner/{keygenRequest.d.mts → keygenRequest.d.ts} +0 -0
  3243. /package/dist/131/polkadotThresholdSigner/{keygenResponseTimeout.d.mts → keygenResponseTimeout.d.ts} +0 -0
  3244. /package/dist/131/polkadotThresholdSigner/{keygenResponseTimeoutUpdated.d.mts → keygenResponseTimeoutUpdated.d.ts} +0 -0
  3245. /package/dist/131/polkadotThresholdSigner/{keygenSuccess.d.mts → keygenSuccess.d.ts} +0 -0
  3246. /package/dist/131/polkadotThresholdSigner/{keygenSuccessReported.d.mts → keygenSuccessReported.d.ts} +0 -0
  3247. /package/dist/131/polkadotThresholdSigner/{keygenVerificationFailure.d.mts → keygenVerificationFailure.d.ts} +0 -0
  3248. /package/dist/131/polkadotThresholdSigner/{keygenVerificationSuccess.d.mts → keygenVerificationSuccess.d.ts} +0 -0
  3249. /package/dist/131/polkadotThresholdSigner/{noKeyHandover.d.mts → noKeyHandover.d.ts} +0 -0
  3250. /package/dist/131/polkadotVault/{vaultActivationCompleted.d.mts → vaultActivationCompleted.d.ts} +0 -0
  3251. /package/dist/131/reputation/{offencePenalty.d.mts → offencePenalty.d.ts} +0 -0
  3252. /package/dist/131/reputation/{penaltyUpdated.d.mts → penaltyUpdated.d.ts} +0 -0
  3253. /package/dist/131/system/{upgradeAuthorized.d.mts → upgradeAuthorized.d.ts} +0 -0
  3254. /package/dist/131/witnesser/{prewitnessExecutionFailed.d.mts → prewitnessExecutionFailed.d.ts} +0 -0
  3255. /package/dist/141/accountRoles/{accountRoleDeregistered.d.mts → accountRoleDeregistered.d.ts} +0 -0
  3256. /package/dist/141/accountRoles/{vanityNameSet.d.mts → vanityNameSet.d.ts} +0 -0
  3257. /package/dist/141/arbitrumBroadcaster/{broadcastAborted.d.mts → broadcastAborted.d.ts} +0 -0
  3258. /package/dist/141/arbitrumBroadcaster/{broadcastCallbackExecuted.d.mts → broadcastCallbackExecuted.d.ts} +0 -0
  3259. /package/dist/141/arbitrumBroadcaster/{broadcastRetryScheduled.d.mts → broadcastRetryScheduled.d.ts} +0 -0
  3260. /package/dist/141/arbitrumBroadcaster/{broadcastSuccess.d.mts → broadcastSuccess.d.ts} +0 -0
  3261. /package/dist/141/arbitrumBroadcaster/{broadcastTimeout.d.mts → broadcastTimeout.d.ts} +0 -0
  3262. /package/dist/141/arbitrumBroadcaster/{callResigned.d.mts → callResigned.d.ts} +0 -0
  3263. /package/dist/141/arbitrumBroadcaster/{thresholdSignatureInvalid.d.mts → thresholdSignatureInvalid.d.ts} +0 -0
  3264. /package/dist/141/arbitrumBroadcaster/{transactionFeeDeficitRecorded.d.mts → transactionFeeDeficitRecorded.d.ts} +0 -0
  3265. /package/dist/141/arbitrumBroadcaster/{transactionFeeDeficitRefused.d.mts → transactionFeeDeficitRefused.d.ts} +0 -0
  3266. /package/dist/141/arbitrumChainTracking/{chainStateUpdated.d.mts → chainStateUpdated.d.ts} +0 -0
  3267. /package/dist/141/arbitrumChainTracking/{feeMultiplierUpdated.d.mts → feeMultiplierUpdated.d.ts} +0 -0
  3268. /package/dist/141/arbitrumIngressEgress/{assetEgressStatusChanged.d.mts → assetEgressStatusChanged.d.ts} +0 -0
  3269. /package/dist/141/arbitrumIngressEgress/{batchBroadcastRequested.d.mts → batchBroadcastRequested.d.ts} +0 -0
  3270. /package/dist/141/arbitrumIngressEgress/{boostPoolCreated.d.mts → boostPoolCreated.d.ts} +0 -0
  3271. /package/dist/141/arbitrumIngressEgress/{ccmBroadcastFailed.d.mts → ccmBroadcastFailed.d.ts} +0 -0
  3272. /package/dist/141/arbitrumIngressEgress/{ccmBroadcastRequested.d.mts → ccmBroadcastRequested.d.ts} +0 -0
  3273. /package/dist/141/arbitrumIngressEgress/{ccmEgressInvalid.d.mts → ccmEgressInvalid.d.ts} +0 -0
  3274. /package/dist/141/arbitrumIngressEgress/{channelOpeningFeePaid.d.mts → channelOpeningFeePaid.d.ts} +0 -0
  3275. /package/dist/141/arbitrumIngressEgress/{channelOpeningFeeSet.d.mts → channelOpeningFeeSet.d.ts} +0 -0
  3276. /package/dist/141/arbitrumIngressEgress/{failedForeignChainCallExpired.d.mts → failedForeignChainCallExpired.d.ts} +0 -0
  3277. /package/dist/141/arbitrumIngressEgress/{failedForeignChainCallResigned.d.mts → failedForeignChainCallResigned.d.ts} +0 -0
  3278. /package/dist/141/arbitrumIngressEgress/{failedToBuildAllBatchCall.d.mts → failedToBuildAllBatchCall.d.ts} +0 -0
  3279. /package/dist/141/arbitrumIngressEgress/{minimumDepositSet.d.mts → minimumDepositSet.d.ts} +0 -0
  3280. /package/dist/141/arbitrumIngressEgress/{stoppedBoosting.d.mts → stoppedBoosting.d.ts} +0 -0
  3281. /package/dist/141/arbitrumIngressEgress/{utxoConsolidation.d.mts → utxoConsolidation.d.ts} +0 -0
  3282. /package/dist/141/arbitrumVault/{awaitingGovernanceActivation.d.mts → awaitingGovernanceActivation.d.ts} +0 -0
  3283. /package/dist/141/arbitrumVault/{chainInitialized.d.mts → chainInitialized.d.ts} +0 -0
  3284. /package/dist/141/arbitrumVault/{vaultActivationCompleted.d.mts → vaultActivationCompleted.d.ts} +0 -0
  3285. /package/dist/141/arbitrumVault/{vaultRotatedExternally.d.mts → vaultRotatedExternally.d.ts} +0 -0
  3286. /package/dist/141/bitcoinIngressEgress/{batchBroadcastRequested.d.mts → batchBroadcastRequested.d.ts} +0 -0
  3287. /package/dist/141/bitcoinIngressEgress/{boostPoolCreated.d.mts → boostPoolCreated.d.ts} +0 -0
  3288. /package/dist/141/bitcoinIngressEgress/{ccmBroadcastRequested.d.mts → ccmBroadcastRequested.d.ts} +0 -0
  3289. /package/dist/141/bitcoinIngressEgress/{ccmEgressInvalid.d.mts → ccmEgressInvalid.d.ts} +0 -0
  3290. /package/dist/141/bitcoinIngressEgress/{stoppedBoosting.d.mts → stoppedBoosting.d.ts} +0 -0
  3291. /package/dist/141/bitcoinVault/{chainInitialized.d.mts → chainInitialized.d.ts} +0 -0
  3292. /package/dist/141/emissions/{networkFeeBurned.d.mts → networkFeeBurned.d.ts} +0 -0
  3293. /package/dist/141/environment/{addedNewArbAsset.d.mts → addedNewArbAsset.d.ts} +0 -0
  3294. /package/dist/141/environment/{arbitrumInitialized.d.mts → arbitrumInitialized.d.ts} +0 -0
  3295. /package/dist/141/environment/{runtimeSafeModeUpdated.d.mts → runtimeSafeModeUpdated.d.ts} +0 -0
  3296. /package/dist/141/environment/{updatedArbAsset.d.mts → updatedArbAsset.d.ts} +0 -0
  3297. /package/dist/141/ethereumIngressEgress/{batchBroadcastRequested.d.mts → batchBroadcastRequested.d.ts} +0 -0
  3298. /package/dist/141/ethereumIngressEgress/{boostPoolCreated.d.mts → boostPoolCreated.d.ts} +0 -0
  3299. /package/dist/141/ethereumIngressEgress/{ccmBroadcastRequested.d.mts → ccmBroadcastRequested.d.ts} +0 -0
  3300. /package/dist/141/ethereumIngressEgress/{ccmEgressInvalid.d.mts → ccmEgressInvalid.d.ts} +0 -0
  3301. /package/dist/141/ethereumIngressEgress/{stoppedBoosting.d.mts → stoppedBoosting.d.ts} +0 -0
  3302. /package/dist/141/ethereumVault/{chainInitialized.d.mts → chainInitialized.d.ts} +0 -0
  3303. /package/dist/141/evmThresholdSigner/{keyHandoverFailure.d.mts → keyHandoverFailure.d.ts} +0 -0
  3304. /package/dist/141/evmThresholdSigner/{keyHandoverFailureReported.d.mts → keyHandoverFailureReported.d.ts} +0 -0
  3305. /package/dist/141/evmThresholdSigner/{keyHandoverRequest.d.mts → keyHandoverRequest.d.ts} +0 -0
  3306. /package/dist/141/evmThresholdSigner/{keyHandoverResponseTimeout.d.mts → keyHandoverResponseTimeout.d.ts} +0 -0
  3307. /package/dist/141/evmThresholdSigner/{keyHandoverSuccess.d.mts → keyHandoverSuccess.d.ts} +0 -0
  3308. /package/dist/141/evmThresholdSigner/{keyHandoverSuccessReported.d.mts → keyHandoverSuccessReported.d.ts} +0 -0
  3309. /package/dist/141/evmThresholdSigner/{keyHandoverVerificationFailure.d.mts → keyHandoverVerificationFailure.d.ts} +0 -0
  3310. /package/dist/141/evmThresholdSigner/{keyHandoverVerificationSuccess.d.mts → keyHandoverVerificationSuccess.d.ts} +0 -0
  3311. /package/dist/141/evmThresholdSigner/{keyRotationCompleted.d.mts → keyRotationCompleted.d.ts} +0 -0
  3312. /package/dist/141/evmThresholdSigner/{keygenFailure.d.mts → keygenFailure.d.ts} +0 -0
  3313. /package/dist/141/evmThresholdSigner/{keygenFailureReported.d.mts → keygenFailureReported.d.ts} +0 -0
  3314. /package/dist/141/evmThresholdSigner/{keygenRequest.d.mts → keygenRequest.d.ts} +0 -0
  3315. /package/dist/141/evmThresholdSigner/{keygenResponseTimeout.d.mts → keygenResponseTimeout.d.ts} +0 -0
  3316. /package/dist/141/evmThresholdSigner/{keygenResponseTimeoutUpdated.d.mts → keygenResponseTimeoutUpdated.d.ts} +0 -0
  3317. /package/dist/141/evmThresholdSigner/{keygenSuccess.d.mts → keygenSuccess.d.ts} +0 -0
  3318. /package/dist/141/evmThresholdSigner/{keygenSuccessReported.d.mts → keygenSuccessReported.d.ts} +0 -0
  3319. /package/dist/141/evmThresholdSigner/{keygenVerificationFailure.d.mts → keygenVerificationFailure.d.ts} +0 -0
  3320. /package/dist/141/evmThresholdSigner/{keygenVerificationSuccess.d.mts → keygenVerificationSuccess.d.ts} +0 -0
  3321. /package/dist/141/evmThresholdSigner/{noKeyHandover.d.mts → noKeyHandover.d.ts} +0 -0
  3322. /package/dist/141/evmThresholdSigner/{signersUnavailable.d.mts → signersUnavailable.d.ts} +0 -0
  3323. /package/dist/141/evmThresholdSigner/{thresholdSignatureResponseTimeoutUpdated.d.mts → thresholdSignatureResponseTimeoutUpdated.d.ts} +0 -0
  3324. /package/dist/141/liquidityPools/{assetSwapped.d.mts → assetSwapped.d.ts} +0 -0
  3325. /package/dist/141/liquidityPools/{newPoolCreated.d.mts → newPoolCreated.d.ts} +0 -0
  3326. /package/dist/141/liquidityPools/{poolFeeSet.d.mts → poolFeeSet.d.ts} +0 -0
  3327. /package/dist/141/liquidityPools/{priceImpactLimitSet.d.mts → priceImpactLimitSet.d.ts} +0 -0
  3328. /package/dist/141/liquidityProvider/{accountCredited.d.mts → accountCredited.d.ts} +0 -0
  3329. /package/dist/141/liquidityProvider/{accountDebited.d.mts → accountDebited.d.ts} +0 -0
  3330. /package/dist/141/liquidityProvider/{liquidityDepositCredited.d.mts → liquidityDepositCredited.d.ts} +0 -0
  3331. /package/dist/141/polkadotIngressEgress/{batchBroadcastRequested.d.mts → batchBroadcastRequested.d.ts} +0 -0
  3332. /package/dist/141/polkadotIngressEgress/{boostPoolCreated.d.mts → boostPoolCreated.d.ts} +0 -0
  3333. /package/dist/141/polkadotIngressEgress/{ccmBroadcastRequested.d.mts → ccmBroadcastRequested.d.ts} +0 -0
  3334. /package/dist/141/polkadotIngressEgress/{ccmEgressInvalid.d.mts → ccmEgressInvalid.d.ts} +0 -0
  3335. /package/dist/141/polkadotIngressEgress/{stoppedBoosting.d.mts → stoppedBoosting.d.ts} +0 -0
  3336. /package/dist/141/polkadotVault/{chainInitialized.d.mts → chainInitialized.d.ts} +0 -0
  3337. /package/dist/141/swapping/{ccmDepositReceived.d.mts → ccmDepositReceived.d.ts} +0 -0
  3338. /package/dist/141/swapping/{ccmEgressScheduled.d.mts → ccmEgressScheduled.d.ts} +0 -0
  3339. /package/dist/141/swapping/{maximumSwapAmountSet.d.mts → maximumSwapAmountSet.d.ts} +0 -0
  3340. /package/dist/141/swapping/{swapAmountConfiscated.d.mts → swapAmountConfiscated.d.ts} +0 -0
  3341. /package/dist/141/swapping/{withdrawalRequested.d.mts → withdrawalRequested.d.ts} +0 -0
  3342. /package/dist/141/tokenholderGovernance/{govKeyUpdatedHasFailed.d.mts → govKeyUpdatedHasFailed.d.ts} +0 -0
  3343. /package/dist/141/tokenholderGovernance/{govKeyUpdatedWasSuccessful.d.mts → govKeyUpdatedWasSuccessful.d.ts} +0 -0
  3344. /package/dist/141/tokenholderGovernance/{proposalEnacted.d.mts → proposalEnacted.d.ts} +0 -0
  3345. /package/dist/141/tokenholderGovernance/{proposalPassed.d.mts → proposalPassed.d.ts} +0 -0
  3346. /package/dist/141/tokenholderGovernance/{proposalRejected.d.mts → proposalRejected.d.ts} +0 -0
  3347. /package/dist/141/tokenholderGovernance/{proposalSubmitted.d.mts → proposalSubmitted.d.ts} +0 -0
  3348. /package/dist/141/validator/{rotationPhaseUpdated.d.mts → rotationPhaseUpdated.d.ts} +0 -0
  3349. /package/dist/141/validator/{startedBidding.d.mts → startedBidding.d.ts} +0 -0
  3350. /package/dist/141/validator/{stoppedBidding.d.mts → stoppedBidding.d.ts} +0 -0
  3351. /package/dist/141/witnesser/{callDispatched.d.mts → callDispatched.d.ts} +0 -0
  3352. /package/dist/141/witnesser/{reportedWitnessingFailures.d.mts → reportedWitnessingFailures.d.ts} +0 -0
  3353. /package/dist/150/arbitrumIngressEgress/{batchBroadcastRequested.d.mts → batchBroadcastRequested.d.ts} +0 -0
  3354. /package/dist/150/arbitrumIngressEgress/{maxSwapRetryDurationSet.d.mts → maxSwapRetryDurationSet.d.ts} +0 -0
  3355. /package/dist/150/assetBalances/{vaultDeficitDetected.d.mts → vaultDeficitDetected.d.ts} +0 -0
  3356. /package/dist/150/bitcoinIngressEgress/{batchBroadcastRequested.d.mts → batchBroadcastRequested.d.ts} +0 -0
  3357. /package/dist/150/bitcoinIngressEgress/{maxSwapRetryDurationSet.d.mts → maxSwapRetryDurationSet.d.ts} +0 -0
  3358. /package/dist/150/ethereumIngressEgress/{batchBroadcastRequested.d.mts → batchBroadcastRequested.d.ts} +0 -0
  3359. /package/dist/150/ethereumIngressEgress/{maxSwapRetryDurationSet.d.mts → maxSwapRetryDurationSet.d.ts} +0 -0
  3360. /package/dist/150/liquidityPools/{priceImpactLimitSet.d.mts → priceImpactLimitSet.d.ts} +0 -0
  3361. /package/dist/150/polkadotIngressEgress/{batchBroadcastRequested.d.mts → batchBroadcastRequested.d.ts} +0 -0
  3362. /package/dist/150/polkadotIngressEgress/{maxSwapRetryDurationSet.d.mts → maxSwapRetryDurationSet.d.ts} +0 -0
  3363. /package/dist/150/solanaBroadcaster/{broadcastAborted.d.mts → broadcastAborted.d.ts} +0 -0
  3364. /package/dist/150/solanaBroadcaster/{broadcastRetryScheduled.d.mts → broadcastRetryScheduled.d.ts} +0 -0
  3365. /package/dist/150/solanaBroadcaster/{broadcastSuccess.d.mts → broadcastSuccess.d.ts} +0 -0
  3366. /package/dist/150/solanaBroadcaster/{broadcastTimeout.d.mts → broadcastTimeout.d.ts} +0 -0
  3367. /package/dist/150/solanaBroadcaster/{callResigned.d.mts → callResigned.d.ts} +0 -0
  3368. /package/dist/150/solanaBroadcaster/{thresholdSignatureInvalid.d.mts → thresholdSignatureInvalid.d.ts} +0 -0
  3369. /package/dist/150/solanaBroadcaster/{transactionFeeDeficitRecorded.d.mts → transactionFeeDeficitRecorded.d.ts} +0 -0
  3370. /package/dist/150/solanaBroadcaster/{transactionFeeDeficitRefused.d.mts → transactionFeeDeficitRefused.d.ts} +0 -0
  3371. /package/dist/150/solanaChainTracking/{chainStateUpdated.d.mts → chainStateUpdated.d.ts} +0 -0
  3372. /package/dist/150/solanaChainTracking/{feeMultiplierUpdated.d.mts → feeMultiplierUpdated.d.ts} +0 -0
  3373. /package/dist/150/solanaIngressEgress/{assetEgressStatusChanged.d.mts → assetEgressStatusChanged.d.ts} +0 -0
  3374. /package/dist/150/solanaIngressEgress/{batchBroadcastRequested.d.mts → batchBroadcastRequested.d.ts} +0 -0
  3375. /package/dist/150/solanaIngressEgress/{boostFundsAdded.d.mts → boostFundsAdded.d.ts} +0 -0
  3376. /package/dist/150/solanaIngressEgress/{boostPoolCreated.d.mts → boostPoolCreated.d.ts} +0 -0
  3377. /package/dist/150/solanaIngressEgress/{ccmBroadcastFailed.d.mts → ccmBroadcastFailed.d.ts} +0 -0
  3378. /package/dist/150/solanaIngressEgress/{channelOpeningFeePaid.d.mts → channelOpeningFeePaid.d.ts} +0 -0
  3379. /package/dist/150/solanaIngressEgress/{channelOpeningFeeSet.d.mts → channelOpeningFeeSet.d.ts} +0 -0
  3380. /package/dist/150/solanaIngressEgress/{depositFetchesScheduled.d.mts → depositFetchesScheduled.d.ts} +0 -0
  3381. /package/dist/150/solanaIngressEgress/{depositIgnored.d.mts → depositIgnored.d.ts} +0 -0
  3382. /package/dist/150/solanaIngressEgress/{failedForeignChainCallExpired.d.mts → failedForeignChainCallExpired.d.ts} +0 -0
  3383. /package/dist/150/solanaIngressEgress/{failedForeignChainCallResigned.d.mts → failedForeignChainCallResigned.d.ts} +0 -0
  3384. /package/dist/150/solanaIngressEgress/{insufficientBoostLiquidity.d.mts → insufficientBoostLiquidity.d.ts} +0 -0
  3385. /package/dist/150/solanaIngressEgress/{maxSwapRetryDurationSet.d.mts → maxSwapRetryDurationSet.d.ts} +0 -0
  3386. /package/dist/150/solanaIngressEgress/{minimumDepositSet.d.mts → minimumDepositSet.d.ts} +0 -0
  3387. /package/dist/150/solanaIngressEgress/{stoppedBoosting.d.mts → stoppedBoosting.d.ts} +0 -0
  3388. /package/dist/150/solanaIngressEgress/{transferFallbackRequested.d.mts → transferFallbackRequested.d.ts} +0 -0
  3389. /package/dist/150/solanaIngressEgress/{utxoConsolidation.d.mts → utxoConsolidation.d.ts} +0 -0
  3390. /package/dist/150/solanaThresholdSigner/{failureReportProcessed.d.mts → failureReportProcessed.d.ts} +0 -0
  3391. /package/dist/150/solanaThresholdSigner/{keyHandoverFailure.d.mts → keyHandoverFailure.d.ts} +0 -0
  3392. /package/dist/150/solanaThresholdSigner/{keyHandoverFailureReported.d.mts → keyHandoverFailureReported.d.ts} +0 -0
  3393. /package/dist/150/solanaThresholdSigner/{keyHandoverRequest.d.mts → keyHandoverRequest.d.ts} +0 -0
  3394. /package/dist/150/solanaThresholdSigner/{keyHandoverResponseTimeout.d.mts → keyHandoverResponseTimeout.d.ts} +0 -0
  3395. /package/dist/150/solanaThresholdSigner/{keyHandoverSuccess.d.mts → keyHandoverSuccess.d.ts} +0 -0
  3396. /package/dist/150/solanaThresholdSigner/{keyHandoverSuccessReported.d.mts → keyHandoverSuccessReported.d.ts} +0 -0
  3397. /package/dist/150/solanaThresholdSigner/{keyHandoverVerificationFailure.d.mts → keyHandoverVerificationFailure.d.ts} +0 -0
  3398. /package/dist/150/solanaThresholdSigner/{keyHandoverVerificationSuccess.d.mts → keyHandoverVerificationSuccess.d.ts} +0 -0
  3399. /package/dist/150/solanaThresholdSigner/{keyRotationCompleted.d.mts → keyRotationCompleted.d.ts} +0 -0
  3400. /package/dist/150/solanaThresholdSigner/{keygenFailure.d.mts → keygenFailure.d.ts} +0 -0
  3401. /package/dist/150/solanaThresholdSigner/{keygenFailureReported.d.mts → keygenFailureReported.d.ts} +0 -0
  3402. /package/dist/150/solanaThresholdSigner/{keygenRequest.d.mts → keygenRequest.d.ts} +0 -0
  3403. /package/dist/150/solanaThresholdSigner/{keygenResponseTimeout.d.mts → keygenResponseTimeout.d.ts} +0 -0
  3404. /package/dist/150/solanaThresholdSigner/{keygenResponseTimeoutUpdated.d.mts → keygenResponseTimeoutUpdated.d.ts} +0 -0
  3405. /package/dist/150/solanaThresholdSigner/{keygenSuccess.d.mts → keygenSuccess.d.ts} +0 -0
  3406. /package/dist/150/solanaThresholdSigner/{keygenSuccessReported.d.mts → keygenSuccessReported.d.ts} +0 -0
  3407. /package/dist/150/solanaThresholdSigner/{keygenVerificationFailure.d.mts → keygenVerificationFailure.d.ts} +0 -0
  3408. /package/dist/150/solanaThresholdSigner/{keygenVerificationSuccess.d.mts → keygenVerificationSuccess.d.ts} +0 -0
  3409. /package/dist/150/solanaThresholdSigner/{noKeyHandover.d.mts → noKeyHandover.d.ts} +0 -0
  3410. /package/dist/150/solanaThresholdSigner/{retryRequested.d.mts → retryRequested.d.ts} +0 -0
  3411. /package/dist/150/solanaThresholdSigner/{signersUnavailable.d.mts → signersUnavailable.d.ts} +0 -0
  3412. /package/dist/150/solanaThresholdSigner/{thresholdSignatureFailed.d.mts → thresholdSignatureFailed.d.ts} +0 -0
  3413. /package/dist/150/solanaThresholdSigner/{thresholdSignatureRequest.d.mts → thresholdSignatureRequest.d.ts} +0 -0
  3414. /package/dist/150/solanaThresholdSigner/{thresholdSignatureResponseTimeoutUpdated.d.mts → thresholdSignatureResponseTimeoutUpdated.d.ts} +0 -0
  3415. /package/dist/150/solanaThresholdSigner/{thresholdSignatureSuccess.d.mts → thresholdSignatureSuccess.d.ts} +0 -0
  3416. /package/dist/150/solanaVault/{awaitingGovernanceActivation.d.mts → awaitingGovernanceActivation.d.ts} +0 -0
  3417. /package/dist/150/solanaVault/{chainInitialized.d.mts → chainInitialized.d.ts} +0 -0
  3418. /package/dist/150/solanaVault/{vaultActivationCompleted.d.mts → vaultActivationCompleted.d.ts} +0 -0
  3419. /package/dist/150/solanaVault/{vaultRotatedExternally.d.mts → vaultRotatedExternally.d.ts} +0 -0
  3420. /package/dist/150/swapping/{buyIntervalSet.d.mts → buyIntervalSet.d.ts} +0 -0
  3421. /package/dist/150/swapping/{ccmEgressScheduled.d.mts → ccmEgressScheduled.d.ts} +0 -0
  3422. /package/dist/150/swapping/{networkFeeTaken.d.mts → networkFeeTaken.d.ts} +0 -0
  3423. /package/dist/150/swapping/{swapRescheduled.d.mts → swapRescheduled.d.ts} +0 -0
  3424. /package/dist/150/swapping/{swapRetryDelaySet.d.mts → swapRetryDelaySet.d.ts} +0 -0
  3425. /package/dist/150/tokenholderGovernance/{govKeyUpdatedHasFailed.d.mts → govKeyUpdatedHasFailed.d.ts} +0 -0
  3426. /package/dist/150/tokenholderGovernance/{govKeyUpdatedWasSuccessful.d.mts → govKeyUpdatedWasSuccessful.d.ts} +0 -0
  3427. /package/dist/160/arbitrumIngressEgress/{ccmEgressInvalid.d.mts → ccmEgressInvalid.d.ts} +0 -0
  3428. /package/dist/160/bitcoinIngressEgress/{ccmEgressInvalid.d.mts → ccmEgressInvalid.d.ts} +0 -0
  3429. /package/dist/160/environment/{durableNonceSetForAccount.d.mts → durableNonceSetForAccount.d.ts} +0 -0
  3430. /package/dist/160/environment/{runtimeSafeModeUpdated.d.mts → runtimeSafeModeUpdated.d.ts} +0 -0
  3431. /package/dist/160/environment/{solanaInitialized.d.mts → solanaInitialized.d.ts} +0 -0
  3432. /package/dist/160/ethereumIngressEgress/{ccmEgressInvalid.d.mts → ccmEgressInvalid.d.ts} +0 -0
  3433. /package/dist/160/liquidityPools/{priceImpactLimitSet.d.mts → priceImpactLimitSet.d.ts} +0 -0
  3434. /package/dist/160/polkadotIngressEgress/{ccmEgressInvalid.d.mts → ccmEgressInvalid.d.ts} +0 -0
  3435. /package/dist/160/solanaBroadcaster/{broadcastSuccess.d.mts → broadcastSuccess.d.ts} +0 -0
  3436. /package/dist/160/solanaBroadcaster/{transactionBroadcastRequest.d.mts → transactionBroadcastRequest.d.ts} +0 -0
  3437. /package/dist/160/solanaBroadcaster/{transactionFeeDeficitRecorded.d.mts → transactionFeeDeficitRecorded.d.ts} +0 -0
  3438. /package/dist/160/solanaChainTracking/{chainStateUpdated.d.mts → chainStateUpdated.d.ts} +0 -0
  3439. /package/dist/160/solanaElections/{allVotesCleared.d.mts → allVotesCleared.d.ts} +0 -0
  3440. /package/dist/160/solanaElections/{allVotesNotCleared.d.mts → allVotesNotCleared.d.ts} +0 -0
  3441. /package/dist/160/solanaElections/{corruptStorage.d.mts → corruptStorage.d.ts} +0 -0
  3442. /package/dist/160/solanaElections/{uninitialized.d.mts → uninitialized.d.ts} +0 -0
  3443. /package/dist/160/solanaIngressEgress/{assetEgressStatusChanged.d.mts → assetEgressStatusChanged.d.ts} +0 -0
  3444. /package/dist/160/solanaIngressEgress/{boostFundsAdded.d.mts → boostFundsAdded.d.ts} +0 -0
  3445. /package/dist/160/solanaIngressEgress/{boostPoolCreated.d.mts → boostPoolCreated.d.ts} +0 -0
  3446. /package/dist/160/solanaIngressEgress/{ccmEgressInvalid.d.mts → ccmEgressInvalid.d.ts} +0 -0
  3447. /package/dist/160/solanaIngressEgress/{depositIgnored.d.mts → depositIgnored.d.ts} +0 -0
  3448. /package/dist/160/solanaIngressEgress/{depositWitnessRejected.d.mts → depositWitnessRejected.d.ts} +0 -0
  3449. /package/dist/160/solanaIngressEgress/{minimumDepositSet.d.mts → minimumDepositSet.d.ts} +0 -0
  3450. /package/dist/160/solanaIngressEgress/{stoppedBoosting.d.mts → stoppedBoosting.d.ts} +0 -0
  3451. /package/dist/160/solanaThresholdSigner/{thresholdSignatureRequest.d.mts → thresholdSignatureRequest.d.ts} +0 -0
  3452. /package/dist/160/swapping/{maxSwapRequestDurationSet.d.mts → maxSwapRequestDurationSet.d.ts} +0 -0
  3453. /package/dist/160/swapping/{maxSwapRetryDurationSet.d.mts → maxSwapRetryDurationSet.d.ts} +0 -0
  3454. /package/dist/160/swapping/{swapRequestCompleted.d.mts → swapRequestCompleted.d.ts} +0 -0
  3455. /package/dist/170/arbitrumBroadcaster/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
  3456. /package/dist/170/arbitrumIngressEgress/{ccmFallbackScheduled.d.mts → ccmFallbackScheduled.d.ts} +0 -0
  3457. /package/dist/170/arbitrumIngressEgress/{depositChannelLifetimeSet.d.mts → depositChannelLifetimeSet.d.ts} +0 -0
  3458. /package/dist/170/arbitrumIngressEgress/{failedToBuildAllBatchCall.d.mts → failedToBuildAllBatchCall.d.ts} +0 -0
  3459. /package/dist/170/arbitrumIngressEgress/{transactionRejectedByBroker.d.mts → transactionRejectedByBroker.d.ts} +0 -0
  3460. /package/dist/170/arbitrumIngressEgress/{transactionRejectionFailed.d.mts → transactionRejectionFailed.d.ts} +0 -0
  3461. /package/dist/170/arbitrumIngressEgress/{transactionRejectionRequestExpired.d.mts → transactionRejectionRequestExpired.d.ts} +0 -0
  3462. /package/dist/170/arbitrumIngressEgress/{transactionRejectionRequestReceived.d.mts → transactionRejectionRequestReceived.d.ts} +0 -0
  3463. /package/dist/170/arbitrumVault/{activationTxFailedAwaitingGovernance.d.mts → activationTxFailedAwaitingGovernance.d.ts} +0 -0
  3464. /package/dist/170/bitcoinBroadcaster/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
  3465. /package/dist/170/bitcoinIngressEgress/{ccmFallbackScheduled.d.mts → ccmFallbackScheduled.d.ts} +0 -0
  3466. /package/dist/170/bitcoinIngressEgress/{depositChannelLifetimeSet.d.mts → depositChannelLifetimeSet.d.ts} +0 -0
  3467. /package/dist/170/bitcoinIngressEgress/{failedToBuildAllBatchCall.d.mts → failedToBuildAllBatchCall.d.ts} +0 -0
  3468. /package/dist/170/bitcoinIngressEgress/{transactionRejectionRequestExpired.d.mts → transactionRejectionRequestExpired.d.ts} +0 -0
  3469. /package/dist/170/bitcoinIngressEgress/{transactionRejectionRequestReceived.d.mts → transactionRejectionRequestReceived.d.ts} +0 -0
  3470. /package/dist/170/bitcoinThresholdSigner/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
  3471. /package/dist/170/bitcoinVault/{activationTxFailedAwaitingGovernance.d.mts → activationTxFailedAwaitingGovernance.d.ts} +0 -0
  3472. /package/dist/170/ethereumBroadcaster/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
  3473. /package/dist/170/ethereumIngressEgress/{ccmFallbackScheduled.d.mts → ccmFallbackScheduled.d.ts} +0 -0
  3474. /package/dist/170/ethereumIngressEgress/{depositChannelLifetimeSet.d.mts → depositChannelLifetimeSet.d.ts} +0 -0
  3475. /package/dist/170/ethereumIngressEgress/{failedToBuildAllBatchCall.d.mts → failedToBuildAllBatchCall.d.ts} +0 -0
  3476. /package/dist/170/ethereumIngressEgress/{transactionRejectedByBroker.d.mts → transactionRejectedByBroker.d.ts} +0 -0
  3477. /package/dist/170/ethereumIngressEgress/{transactionRejectionFailed.d.mts → transactionRejectionFailed.d.ts} +0 -0
  3478. /package/dist/170/ethereumIngressEgress/{transactionRejectionRequestExpired.d.mts → transactionRejectionRequestExpired.d.ts} +0 -0
  3479. /package/dist/170/ethereumIngressEgress/{transactionRejectionRequestReceived.d.mts → transactionRejectionRequestReceived.d.ts} +0 -0
  3480. /package/dist/170/ethereumVault/{activationTxFailedAwaitingGovernance.d.mts → activationTxFailedAwaitingGovernance.d.ts} +0 -0
  3481. /package/dist/170/evmThresholdSigner/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
  3482. /package/dist/170/polkadotBroadcaster/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
  3483. /package/dist/170/polkadotIngressEgress/{ccmFallbackScheduled.d.mts → ccmFallbackScheduled.d.ts} +0 -0
  3484. /package/dist/170/polkadotIngressEgress/{depositChannelLifetimeSet.d.mts → depositChannelLifetimeSet.d.ts} +0 -0
  3485. /package/dist/170/polkadotIngressEgress/{failedToBuildAllBatchCall.d.mts → failedToBuildAllBatchCall.d.ts} +0 -0
  3486. /package/dist/170/polkadotIngressEgress/{transactionRejectedByBroker.d.mts → transactionRejectedByBroker.d.ts} +0 -0
  3487. /package/dist/170/polkadotIngressEgress/{transactionRejectionFailed.d.mts → transactionRejectionFailed.d.ts} +0 -0
  3488. /package/dist/170/polkadotIngressEgress/{transactionRejectionRequestExpired.d.mts → transactionRejectionRequestExpired.d.ts} +0 -0
  3489. /package/dist/170/polkadotIngressEgress/{transactionRejectionRequestReceived.d.mts → transactionRejectionRequestReceived.d.ts} +0 -0
  3490. /package/dist/170/polkadotThresholdSigner/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
  3491. /package/dist/170/polkadotVault/{activationTxFailedAwaitingGovernance.d.mts → activationTxFailedAwaitingGovernance.d.ts} +0 -0
  3492. /package/dist/170/reputation/{offencePenalty.d.mts → offencePenalty.d.ts} +0 -0
  3493. /package/dist/170/reputation/{penaltyUpdated.d.mts → penaltyUpdated.d.ts} +0 -0
  3494. /package/dist/170/solanaBroadcaster/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
  3495. /package/dist/170/solanaBroadcaster/{transactionBroadcastRequest.d.mts → transactionBroadcastRequest.d.ts} +0 -0
  3496. /package/dist/170/solanaIngressEgress/{ccmFallbackScheduled.d.mts → ccmFallbackScheduled.d.ts} +0 -0
  3497. /package/dist/170/solanaIngressEgress/{depositChannelLifetimeSet.d.mts → depositChannelLifetimeSet.d.ts} +0 -0
  3498. /package/dist/170/solanaIngressEgress/{failedToBuildAllBatchCall.d.mts → failedToBuildAllBatchCall.d.ts} +0 -0
  3499. /package/dist/170/solanaIngressEgress/{transactionRejectedByBroker.d.mts → transactionRejectedByBroker.d.ts} +0 -0
  3500. /package/dist/170/solanaIngressEgress/{transactionRejectionFailed.d.mts → transactionRejectionFailed.d.ts} +0 -0
  3501. /package/dist/170/solanaIngressEgress/{transactionRejectionRequestExpired.d.mts → transactionRejectionRequestExpired.d.ts} +0 -0
  3502. /package/dist/170/solanaIngressEgress/{transactionRejectionRequestReceived.d.mts → transactionRejectionRequestReceived.d.ts} +0 -0
  3503. /package/dist/170/solanaThresholdSigner/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
  3504. /package/dist/170/solanaVault/{activationTxFailedAwaitingGovernance.d.mts → activationTxFailedAwaitingGovernance.d.ts} +0 -0
  3505. /package/dist/170/validator/{previousRotationStillPending.d.mts → previousRotationStillPending.d.ts} +0 -0
  3506. /package/dist/180/arbitrumChainTracking/{chainStateUpdated.d.mts → chainStateUpdated.d.ts} +0 -0
  3507. /package/dist/180/arbitrumIngressEgress/{depositFinalised.d.mts → depositFinalised.d.ts} +0 -0
  3508. /package/dist/180/arbitrumIngressEgress/{insufficientBoostLiquidity.d.mts → insufficientBoostLiquidity.d.ts} +0 -0
  3509. /package/dist/180/arbitrumIngressEgress/{networkFeeDeductionFromBoostSet.d.mts → networkFeeDeductionFromBoostSet.d.ts} +0 -0
  3510. /package/dist/180/arbitrumIngressEgress/{transferFallbackRequested.d.mts → transferFallbackRequested.d.ts} +0 -0
  3511. /package/dist/180/arbitrumIngressEgress/{unknownAffiliate.d.mts → unknownAffiliate.d.ts} +0 -0
  3512. /package/dist/180/arbitrumIngressEgress/{unknownBroker.d.mts → unknownBroker.d.ts} +0 -0
  3513. /package/dist/180/arbitrumIngressEgress/{witnessSafetyMarginSet.d.mts → witnessSafetyMarginSet.d.ts} +0 -0
  3514. /package/dist/180/bitcoinIngressEgress/{insufficientBoostLiquidity.d.mts → insufficientBoostLiquidity.d.ts} +0 -0
  3515. /package/dist/180/bitcoinIngressEgress/{networkFeeDeductionFromBoostSet.d.mts → networkFeeDeductionFromBoostSet.d.ts} +0 -0
  3516. /package/dist/180/bitcoinIngressEgress/{transferFallbackRequested.d.mts → transferFallbackRequested.d.ts} +0 -0
  3517. /package/dist/180/bitcoinIngressEgress/{unknownAffiliate.d.mts → unknownAffiliate.d.ts} +0 -0
  3518. /package/dist/180/bitcoinIngressEgress/{unknownBroker.d.mts → unknownBroker.d.ts} +0 -0
  3519. /package/dist/180/bitcoinIngressEgress/{witnessSafetyMarginSet.d.mts → witnessSafetyMarginSet.d.ts} +0 -0
  3520. /package/dist/180/environment/{solanaGovCallDispatched.d.mts → solanaGovCallDispatched.d.ts} +0 -0
  3521. /package/dist/180/ethereumIngressEgress/{depositFinalised.d.mts → depositFinalised.d.ts} +0 -0
  3522. /package/dist/180/ethereumIngressEgress/{insufficientBoostLiquidity.d.mts → insufficientBoostLiquidity.d.ts} +0 -0
  3523. /package/dist/180/ethereumIngressEgress/{networkFeeDeductionFromBoostSet.d.mts → networkFeeDeductionFromBoostSet.d.ts} +0 -0
  3524. /package/dist/180/ethereumIngressEgress/{transferFallbackRequested.d.mts → transferFallbackRequested.d.ts} +0 -0
  3525. /package/dist/180/ethereumIngressEgress/{unknownAffiliate.d.mts → unknownAffiliate.d.ts} +0 -0
  3526. /package/dist/180/ethereumIngressEgress/{unknownBroker.d.mts → unknownBroker.d.ts} +0 -0
  3527. /package/dist/180/ethereumIngressEgress/{witnessSafetyMarginSet.d.mts → witnessSafetyMarginSet.d.ts} +0 -0
  3528. /package/dist/180/polkadotIngressEgress/{depositFinalised.d.mts → depositFinalised.d.ts} +0 -0
  3529. /package/dist/180/polkadotIngressEgress/{insufficientBoostLiquidity.d.mts → insufficientBoostLiquidity.d.ts} +0 -0
  3530. /package/dist/180/polkadotIngressEgress/{networkFeeDeductionFromBoostSet.d.mts → networkFeeDeductionFromBoostSet.d.ts} +0 -0
  3531. /package/dist/180/polkadotIngressEgress/{transferFallbackRequested.d.mts → transferFallbackRequested.d.ts} +0 -0
  3532. /package/dist/180/polkadotIngressEgress/{unknownAffiliate.d.mts → unknownAffiliate.d.ts} +0 -0
  3533. /package/dist/180/polkadotIngressEgress/{unknownBroker.d.mts → unknownBroker.d.ts} +0 -0
  3534. /package/dist/180/polkadotIngressEgress/{witnessSafetyMarginSet.d.mts → witnessSafetyMarginSet.d.ts} +0 -0
  3535. /package/dist/180/solanaBroadcaster/{transactionBroadcastRequest.d.mts → transactionBroadcastRequest.d.ts} +0 -0
  3536. /package/dist/180/solanaElections/{unknownElection.d.mts → unknownElection.d.ts} +0 -0
  3537. /package/dist/180/solanaIngressEgress/{depositFinalised.d.mts → depositFinalised.d.ts} +0 -0
  3538. /package/dist/180/solanaIngressEgress/{insufficientBoostLiquidity.d.mts → insufficientBoostLiquidity.d.ts} +0 -0
  3539. /package/dist/180/solanaIngressEgress/{networkFeeDeductionFromBoostSet.d.mts → networkFeeDeductionFromBoostSet.d.ts} +0 -0
  3540. /package/dist/180/solanaIngressEgress/{transactionRejectionRequestExpired.d.mts → transactionRejectionRequestExpired.d.ts} +0 -0
  3541. /package/dist/180/solanaIngressEgress/{transactionRejectionRequestReceived.d.mts → transactionRejectionRequestReceived.d.ts} +0 -0
  3542. /package/dist/180/solanaIngressEgress/{transferFallbackRequested.d.mts → transferFallbackRequested.d.ts} +0 -0
  3543. /package/dist/180/solanaIngressEgress/{unknownAffiliate.d.mts → unknownAffiliate.d.ts} +0 -0
  3544. /package/dist/180/solanaIngressEgress/{unknownBroker.d.mts → unknownBroker.d.ts} +0 -0
  3545. /package/dist/180/solanaIngressEgress/{witnessSafetyMarginSet.d.mts → witnessSafetyMarginSet.d.ts} +0 -0
  3546. /package/dist/180/swapping/{affiliateRegistration.d.mts → affiliateRegistration.d.ts} +0 -0
  3547. /package/dist/180/swapping/{brokerBondSet.d.mts → brokerBondSet.d.ts} +0 -0
  3548. /package/dist/180/swapping/{minimumNetworkFeeSet.d.mts → minimumNetworkFeeSet.d.ts} +0 -0
  3549. /package/dist/180/swapping/{privateBrokerChannelClosed.d.mts → privateBrokerChannelClosed.d.ts} +0 -0
  3550. /package/dist/180/swapping/{privateBrokerChannelOpened.d.mts → privateBrokerChannelOpened.d.ts} +0 -0
  3551. /package/dist/180/swapping/{swapScheduled.d.mts → swapScheduled.d.ts} +0 -0
  3552. /package/dist/190/arbitrumIngressEgress/{batchBroadcastRequested.d.mts → batchBroadcastRequested.d.ts} +0 -0
  3553. /package/dist/190/arbitrumIngressEgress/{ccmBroadcastRequested.d.mts → ccmBroadcastRequested.d.ts} +0 -0
  3554. /package/dist/190/assetBalances/{vaultDeficitDetected.d.mts → vaultDeficitDetected.d.ts} +0 -0
  3555. /package/dist/190/assethubBroadcaster/{broadcastAborted.d.mts → broadcastAborted.d.ts} +0 -0
  3556. /package/dist/190/assethubBroadcaster/{broadcastRetryScheduled.d.mts → broadcastRetryScheduled.d.ts} +0 -0
  3557. /package/dist/190/assethubBroadcaster/{broadcastSuccess.d.mts → broadcastSuccess.d.ts} +0 -0
  3558. /package/dist/190/assethubBroadcaster/{broadcastTimeout.d.mts → broadcastTimeout.d.ts} +0 -0
  3559. /package/dist/190/assethubBroadcaster/{callResigned.d.mts → callResigned.d.ts} +0 -0
  3560. /package/dist/190/assethubBroadcaster/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
  3561. /package/dist/190/assethubBroadcaster/{thresholdSignatureInvalid.d.mts → thresholdSignatureInvalid.d.ts} +0 -0
  3562. /package/dist/190/assethubBroadcaster/{transactionBroadcastRequest.d.mts → transactionBroadcastRequest.d.ts} +0 -0
  3563. /package/dist/190/assethubBroadcaster/{transactionFeeDeficitRecorded.d.mts → transactionFeeDeficitRecorded.d.ts} +0 -0
  3564. /package/dist/190/assethubBroadcaster/{transactionFeeDeficitRefused.d.mts → transactionFeeDeficitRefused.d.ts} +0 -0
  3565. /package/dist/190/assethubChainTracking/{chainStateUpdated.d.mts → chainStateUpdated.d.ts} +0 -0
  3566. /package/dist/190/assethubChainTracking/{feeMultiplierUpdated.d.mts → feeMultiplierUpdated.d.ts} +0 -0
  3567. /package/dist/190/assethubIngressEgress/{assetEgressStatusChanged.d.mts → assetEgressStatusChanged.d.ts} +0 -0
  3568. /package/dist/190/assethubIngressEgress/{batchBroadcastRequested.d.mts → batchBroadcastRequested.d.ts} +0 -0
  3569. /package/dist/190/assethubIngressEgress/{boostPoolCreated.d.mts → boostPoolCreated.d.ts} +0 -0
  3570. /package/dist/190/assethubIngressEgress/{boostedDepositLost.d.mts → boostedDepositLost.d.ts} +0 -0
  3571. /package/dist/190/assethubIngressEgress/{ccmBroadcastFailed.d.mts → ccmBroadcastFailed.d.ts} +0 -0
  3572. /package/dist/190/assethubIngressEgress/{ccmBroadcastRequested.d.mts → ccmBroadcastRequested.d.ts} +0 -0
  3573. /package/dist/190/assethubIngressEgress/{channelOpeningFeePaid.d.mts → channelOpeningFeePaid.d.ts} +0 -0
  3574. /package/dist/190/assethubIngressEgress/{channelOpeningFeeSet.d.mts → channelOpeningFeeSet.d.ts} +0 -0
  3575. /package/dist/190/assethubIngressEgress/{depositChannelLifetimeSet.d.mts → depositChannelLifetimeSet.d.ts} +0 -0
  3576. /package/dist/190/assethubIngressEgress/{depositFetchesScheduled.d.mts → depositFetchesScheduled.d.ts} +0 -0
  3577. /package/dist/190/assethubIngressEgress/{failedForeignChainCallExpired.d.mts → failedForeignChainCallExpired.d.ts} +0 -0
  3578. /package/dist/190/assethubIngressEgress/{failedForeignChainCallResigned.d.mts → failedForeignChainCallResigned.d.ts} +0 -0
  3579. /package/dist/190/assethubIngressEgress/{insufficientBoostLiquidity.d.mts → insufficientBoostLiquidity.d.ts} +0 -0
  3580. /package/dist/190/assethubIngressEgress/{minimumDepositSet.d.mts → minimumDepositSet.d.ts} +0 -0
  3581. /package/dist/190/assethubIngressEgress/{networkFeeDeductionFromBoostSet.d.mts → networkFeeDeductionFromBoostSet.d.ts} +0 -0
  3582. /package/dist/190/assethubIngressEgress/{transactionRejectionFailed.d.mts → transactionRejectionFailed.d.ts} +0 -0
  3583. /package/dist/190/assethubIngressEgress/{unknownAffiliate.d.mts → unknownAffiliate.d.ts} +0 -0
  3584. /package/dist/190/assethubIngressEgress/{unknownBroker.d.mts → unknownBroker.d.ts} +0 -0
  3585. /package/dist/190/assethubIngressEgress/{utxoConsolidation.d.mts → utxoConsolidation.d.ts} +0 -0
  3586. /package/dist/190/assethubIngressEgress/{witnessSafetyMarginSet.d.mts → witnessSafetyMarginSet.d.ts} +0 -0
  3587. /package/dist/190/assethubVault/{activationTxFailedAwaitingGovernance.d.mts → activationTxFailedAwaitingGovernance.d.ts} +0 -0
  3588. /package/dist/190/assethubVault/{awaitingGovernanceActivation.d.mts → awaitingGovernanceActivation.d.ts} +0 -0
  3589. /package/dist/190/assethubVault/{chainInitialized.d.mts → chainInitialized.d.ts} +0 -0
  3590. /package/dist/190/assethubVault/{vaultActivationCompleted.d.mts → vaultActivationCompleted.d.ts} +0 -0
  3591. /package/dist/190/assethubVault/{vaultRotatedExternally.d.mts → vaultRotatedExternally.d.ts} +0 -0
  3592. /package/dist/190/bitcoinIngressEgress/{batchBroadcastRequested.d.mts → batchBroadcastRequested.d.ts} +0 -0
  3593. /package/dist/190/bitcoinIngressEgress/{ccmBroadcastRequested.d.mts → ccmBroadcastRequested.d.ts} +0 -0
  3594. /package/dist/190/environment/{assethubVaultAccountSet.d.mts → assethubVaultAccountSet.d.ts} +0 -0
  3595. /package/dist/190/ethereumIngressEgress/{batchBroadcastRequested.d.mts → batchBroadcastRequested.d.ts} +0 -0
  3596. /package/dist/190/ethereumIngressEgress/{ccmBroadcastRequested.d.mts → ccmBroadcastRequested.d.ts} +0 -0
  3597. /package/dist/190/liquidityPools/{priceImpactLimitSet.d.mts → priceImpactLimitSet.d.ts} +0 -0
  3598. /package/dist/190/polkadotIngressEgress/{batchBroadcastRequested.d.mts → batchBroadcastRequested.d.ts} +0 -0
  3599. /package/dist/190/polkadotIngressEgress/{ccmBroadcastRequested.d.mts → ccmBroadcastRequested.d.ts} +0 -0
  3600. /package/dist/190/solanaIngressEgress/{batchBroadcastRequested.d.mts → batchBroadcastRequested.d.ts} +0 -0
  3601. /package/dist/190/solanaIngressEgress/{ccmBroadcastRequested.d.mts → ccmBroadcastRequested.d.ts} +0 -0
  3602. /package/dist/190/swapping/{vaultSwapMinimumBrokerFeeSet.d.mts → vaultSwapMinimumBrokerFeeSet.d.ts} +0 -0
  3603. /package/dist/190/tokenholderGovernance/{govKeyUpdatedHasFailed.d.mts → govKeyUpdatedHasFailed.d.ts} +0 -0
  3604. /package/dist/190/tokenholderGovernance/{govKeyUpdatedWasSuccessful.d.mts → govKeyUpdatedWasSuccessful.d.ts} +0 -0
  3605. /package/dist/190/tradingStrategy/{strategyClosed.d.mts → strategyClosed.d.ts} +0 -0
  3606. /package/dist/200/arbitrumBroadcaster/{historicalBroadcastRequested.d.mts → historicalBroadcastRequested.d.ts} +0 -0
  3607. /package/dist/200/assethubBroadcaster/{historicalBroadcastRequested.d.mts → historicalBroadcastRequested.d.ts} +0 -0
  3608. /package/dist/200/bitcoinBroadcaster/{historicalBroadcastRequested.d.mts → historicalBroadcastRequested.d.ts} +0 -0
  3609. /package/dist/200/bitcoinThresholdSigner/{maxRetriesReachedForRequest.d.mts → maxRetriesReachedForRequest.d.ts} +0 -0
  3610. /package/dist/200/environment/{batchCompleted.d.mts → batchCompleted.d.ts} +0 -0
  3611. /package/dist/200/environment/{nonNativeSignedCall.d.mts → nonNativeSignedCall.d.ts} +0 -0
  3612. /package/dist/200/environment/{runtimeSafeModeUpdated.d.mts → runtimeSafeModeUpdated.d.ts} +0 -0
  3613. /package/dist/200/ethereumBroadcaster/{historicalBroadcastRequested.d.mts → historicalBroadcastRequested.d.ts} +0 -0
  3614. /package/dist/200/evmThresholdSigner/{maxRetriesReachedForRequest.d.mts → maxRetriesReachedForRequest.d.ts} +0 -0
  3615. /package/dist/200/funding/{funded.d.mts → funded.d.ts} +0 -0
  3616. /package/dist/200/lendingPools/{collateralAdded.d.mts → collateralAdded.d.ts} +0 -0
  3617. /package/dist/200/lendingPools/{collateralRemoved.d.mts → collateralRemoved.d.ts} +0 -0
  3618. /package/dist/200/lendingPools/{collateralTopupAssetUpdated.d.mts → collateralTopupAssetUpdated.d.ts} +0 -0
  3619. /package/dist/200/lendingPools/{interestTaken.d.mts → interestTaken.d.ts} +0 -0
  3620. /package/dist/200/lendingPools/{lendingFundsAdded.d.mts → lendingFundsAdded.d.ts} +0 -0
  3621. /package/dist/200/lendingPools/{lendingFundsRemoved.d.mts → lendingFundsRemoved.d.ts} +0 -0
  3622. /package/dist/200/lendingPools/{lendingNetworkFeeSwapInitiated.d.mts → lendingNetworkFeeSwapInitiated.d.ts} +0 -0
  3623. /package/dist/200/lendingPools/{lendingPoolCreated.d.mts → lendingPoolCreated.d.ts} +0 -0
  3624. /package/dist/200/lendingPools/{liquidationCompleted.d.mts → liquidationCompleted.d.ts} +0 -0
  3625. /package/dist/200/lendingPools/{liquidationFeeTaken.d.mts → liquidationFeeTaken.d.ts} +0 -0
  3626. /package/dist/200/lendingPools/{liquidationInitiated.d.mts → liquidationInitiated.d.ts} +0 -0
  3627. /package/dist/200/lendingPools/{loanRepaid.d.mts → loanRepaid.d.ts} +0 -0
  3628. /package/dist/200/lendingPools/{loanSettled.d.mts → loanSettled.d.ts} +0 -0
  3629. /package/dist/200/lendingPools/{loanUpdated.d.mts → loanUpdated.d.ts} +0 -0
  3630. /package/dist/200/lendingPools/{originationFeeTaken.d.mts → originationFeeTaken.d.ts} +0 -0
  3631. /package/dist/200/lendingPools/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
  3632. /package/dist/200/lendingPools/{whitelistUpdated.d.mts → whitelistUpdated.d.ts} +0 -0
  3633. /package/dist/200/polkadotBroadcaster/{historicalBroadcastRequested.d.mts → historicalBroadcastRequested.d.ts} +0 -0
  3634. /package/dist/200/polkadotThresholdSigner/{maxRetriesReachedForRequest.d.mts → maxRetriesReachedForRequest.d.ts} +0 -0
  3635. /package/dist/200/solanaBroadcaster/{historicalBroadcastRequested.d.mts → historicalBroadcastRequested.d.ts} +0 -0
  3636. /package/dist/200/solanaThresholdSigner/{maxRetriesReachedForRequest.d.mts → maxRetriesReachedForRequest.d.ts} +0 -0
  3637. /package/dist/200/swapping/{swapAborted.d.mts → swapAborted.d.ts} +0 -0
  3638. /package/dist/200/swapping/{swapRequestCompleted.d.mts → swapRequestCompleted.d.ts} +0 -0
  3639. /package/dist/200/swapping/{swapRescheduled.d.mts → swapRescheduled.d.ts} +0 -0
  3640. /package/dist/210/arbitrumIngressEgress/{assetEgressStatusChanged.d.mts → assetEgressStatusChanged.d.ts} +0 -0
  3641. /package/dist/210/arbitrumIngressEgress/{depositBoosted.d.mts → depositBoosted.d.ts} +0 -0
  3642. /package/dist/210/arbitrumIngressEgress/{depositFetchesScheduled.d.mts → depositFetchesScheduled.d.ts} +0 -0
  3643. /package/dist/210/arbitrumIngressEgress/{depositFinalised.d.mts → depositFinalised.d.ts} +0 -0
  3644. /package/dist/210/arbitrumIngressEgress/{insufficientBoostLiquidity.d.mts → insufficientBoostLiquidity.d.ts} +0 -0
  3645. /package/dist/210/arbitrumIngressEgress/{invalidCcmRefunded.d.mts → invalidCcmRefunded.d.ts} +0 -0
  3646. /package/dist/210/arbitrumIngressEgress/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
  3647. /package/dist/210/arbitrumIngressEgress/{transferFallbackRequested.d.mts → transferFallbackRequested.d.ts} +0 -0
  3648. /package/dist/210/environment/{addedNewArbAsset.d.mts → addedNewArbAsset.d.ts} +0 -0
  3649. /package/dist/210/environment/{addedNewEthAsset.d.mts → addedNewEthAsset.d.ts} +0 -0
  3650. /package/dist/210/environment/{updatedArbAsset.d.mts → updatedArbAsset.d.ts} +0 -0
  3651. /package/dist/210/environment/{updatedEthAsset.d.mts → updatedEthAsset.d.ts} +0 -0
  3652. /package/dist/210/ethereumIngressEgress/{assetEgressStatusChanged.d.mts → assetEgressStatusChanged.d.ts} +0 -0
  3653. /package/dist/210/ethereumIngressEgress/{depositBoosted.d.mts → depositBoosted.d.ts} +0 -0
  3654. /package/dist/210/ethereumIngressEgress/{depositFetchesScheduled.d.mts → depositFetchesScheduled.d.ts} +0 -0
  3655. /package/dist/210/ethereumIngressEgress/{depositFinalised.d.mts → depositFinalised.d.ts} +0 -0
  3656. /package/dist/210/ethereumIngressEgress/{insufficientBoostLiquidity.d.mts → insufficientBoostLiquidity.d.ts} +0 -0
  3657. /package/dist/210/ethereumIngressEgress/{invalidCcmRefunded.d.mts → invalidCcmRefunded.d.ts} +0 -0
  3658. /package/dist/210/ethereumIngressEgress/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
  3659. /package/dist/210/ethereumIngressEgress/{transferFallbackRequested.d.mts → transferFallbackRequested.d.ts} +0 -0
  3660. /package/dist/210/governance/{newGovernanceCouncil.d.mts → newGovernanceCouncil.d.ts} +0 -0
  3661. /package/dist/210/lendingPools/{loanRepaid.d.mts → loanRepaid.d.ts} +0 -0
  3662. /package/dist/210/liquidityPools/{priceImpactLimitSet.d.mts → priceImpactLimitSet.d.ts} +0 -0
  3663. /package/dist/{generate.d.mts → generate.d.ts} +0 -0
@@ -0,0 +1,4035 @@
1
+ import { z } from "zod";
2
+
3
+ //#region generated/141/common.d.ts
4
+ declare const simpleEnum: <U extends string, T extends readonly [U, ...U[]]>(values: T) => z.ZodEffects<z.ZodObject<{
5
+ __kind: z.ZodEnum<z.Writeable<T>>;
6
+ }, "strip", z.ZodTypeAny, z.objectUtil.addQuestionMarks<z.baseObjectOutputType<{
7
+ __kind: z.ZodEnum<z.Writeable<T>>;
8
+ }>, any> extends infer T_1 ? { [k in keyof T_1]: T_1[k] } : never, z.baseObjectInputType<{
9
+ __kind: z.ZodEnum<z.Writeable<T>>;
10
+ }> extends infer T_2 ? { [k_1 in keyof T_2]: T_2[k_1] } : never>, z.objectUtil.addQuestionMarks<z.baseObjectOutputType<{
11
+ __kind: z.ZodEnum<z.Writeable<T>>;
12
+ }>, any>["__kind"], z.baseObjectInputType<{
13
+ __kind: z.ZodEnum<z.Writeable<T>>;
14
+ }> extends infer T_3 ? { [k_1 in keyof T_3]: T_3[k_1] } : never>;
15
+ declare const cfPrimitivesChainsAssetsArbAsset: z.ZodEffects<z.ZodObject<{
16
+ __kind: z.ZodEnum<["ArbEth", "ArbUsdc"]>;
17
+ }, "strip", z.ZodTypeAny, {
18
+ __kind: "ArbEth" | "ArbUsdc";
19
+ }, {
20
+ __kind: "ArbEth" | "ArbUsdc";
21
+ }>, "ArbEth" | "ArbUsdc", {
22
+ __kind: "ArbEth" | "ArbUsdc";
23
+ }>;
24
+ declare const hexString: z.ZodEffects<z.ZodString, `0x${string}`, string>;
25
+ declare const palletCfEmissionsPalletSafeMode: z.ZodObject<{
26
+ emissionsSyncEnabled: z.ZodBoolean;
27
+ }, "strip", z.ZodTypeAny, {
28
+ emissionsSyncEnabled: boolean;
29
+ }, {
30
+ emissionsSyncEnabled: boolean;
31
+ }>;
32
+ declare const palletCfFundingPalletSafeMode: z.ZodObject<{
33
+ redeemEnabled: z.ZodBoolean;
34
+ }, "strip", z.ZodTypeAny, {
35
+ redeemEnabled: boolean;
36
+ }, {
37
+ redeemEnabled: boolean;
38
+ }>;
39
+ declare const palletCfSwappingPalletSafeMode: z.ZodObject<{
40
+ swapsEnabled: z.ZodBoolean;
41
+ withdrawalsEnabled: z.ZodBoolean;
42
+ brokerRegistrationEnabled: z.ZodBoolean;
43
+ }, "strip", z.ZodTypeAny, {
44
+ swapsEnabled: boolean;
45
+ withdrawalsEnabled: boolean;
46
+ brokerRegistrationEnabled: boolean;
47
+ }, {
48
+ swapsEnabled: boolean;
49
+ withdrawalsEnabled: boolean;
50
+ brokerRegistrationEnabled: boolean;
51
+ }>;
52
+ declare const palletCfLpPalletSafeMode: z.ZodObject<{
53
+ depositEnabled: z.ZodBoolean;
54
+ withdrawalEnabled: z.ZodBoolean;
55
+ }, "strip", z.ZodTypeAny, {
56
+ depositEnabled: boolean;
57
+ withdrawalEnabled: boolean;
58
+ }, {
59
+ depositEnabled: boolean;
60
+ withdrawalEnabled: boolean;
61
+ }>;
62
+ declare const palletCfValidatorPalletSafeMode: z.ZodObject<{
63
+ authorityRotationEnabled: z.ZodBoolean;
64
+ startBiddingEnabled: z.ZodBoolean;
65
+ stopBiddingEnabled: z.ZodBoolean;
66
+ }, "strip", z.ZodTypeAny, {
67
+ authorityRotationEnabled: boolean;
68
+ startBiddingEnabled: boolean;
69
+ stopBiddingEnabled: boolean;
70
+ }, {
71
+ authorityRotationEnabled: boolean;
72
+ startBiddingEnabled: boolean;
73
+ stopBiddingEnabled: boolean;
74
+ }>;
75
+ declare const palletCfPoolsPalletSafeMode: z.ZodObject<{
76
+ rangeOrderUpdateEnabled: z.ZodBoolean;
77
+ limitOrderUpdateEnabled: z.ZodBoolean;
78
+ }, "strip", z.ZodTypeAny, {
79
+ rangeOrderUpdateEnabled: boolean;
80
+ limitOrderUpdateEnabled: boolean;
81
+ }, {
82
+ rangeOrderUpdateEnabled: boolean;
83
+ limitOrderUpdateEnabled: boolean;
84
+ }>;
85
+ declare const palletCfReputationPalletSafeMode: z.ZodObject<{
86
+ reportingEnabled: z.ZodBoolean;
87
+ }, "strip", z.ZodTypeAny, {
88
+ reportingEnabled: boolean;
89
+ }, {
90
+ reportingEnabled: boolean;
91
+ }>;
92
+ declare const palletCfThresholdSignaturePalletSafeMode: z.ZodObject<{
93
+ slashingEnabled: z.ZodBoolean;
94
+ }, "strip", z.ZodTypeAny, {
95
+ slashingEnabled: boolean;
96
+ }, {
97
+ slashingEnabled: boolean;
98
+ }>;
99
+ declare const palletCfBroadcastPalletSafeMode: z.ZodObject<{
100
+ retryEnabled: z.ZodBoolean;
101
+ }, "strip", z.ZodTypeAny, {
102
+ retryEnabled: boolean;
103
+ }, {
104
+ retryEnabled: boolean;
105
+ }>;
106
+ declare const stateChainRuntimeSafeModeWitnesserCallPermission: z.ZodObject<{
107
+ governance: z.ZodBoolean;
108
+ funding: z.ZodBoolean;
109
+ swapping: z.ZodBoolean;
110
+ ethereumBroadcast: z.ZodBoolean;
111
+ ethereumChainTracking: z.ZodBoolean;
112
+ ethereumIngressEgress: z.ZodBoolean;
113
+ ethereumVault: z.ZodBoolean;
114
+ polkadotBroadcast: z.ZodBoolean;
115
+ polkadotChainTracking: z.ZodBoolean;
116
+ polkadotIngressEgress: z.ZodBoolean;
117
+ polkadotVault: z.ZodBoolean;
118
+ bitcoinBroadcast: z.ZodBoolean;
119
+ bitcoinChainTracking: z.ZodBoolean;
120
+ bitcoinIngressEgress: z.ZodBoolean;
121
+ bitcoinVault: z.ZodBoolean;
122
+ arbitrumBroadcast: z.ZodBoolean;
123
+ arbitrumChainTracking: z.ZodBoolean;
124
+ arbitrumIngressEgress: z.ZodBoolean;
125
+ arbitrumVault: z.ZodBoolean;
126
+ }, "strip", z.ZodTypeAny, {
127
+ governance: boolean;
128
+ funding: boolean;
129
+ swapping: boolean;
130
+ ethereumBroadcast: boolean;
131
+ ethereumChainTracking: boolean;
132
+ ethereumIngressEgress: boolean;
133
+ ethereumVault: boolean;
134
+ polkadotBroadcast: boolean;
135
+ polkadotChainTracking: boolean;
136
+ polkadotIngressEgress: boolean;
137
+ polkadotVault: boolean;
138
+ bitcoinBroadcast: boolean;
139
+ bitcoinChainTracking: boolean;
140
+ bitcoinIngressEgress: boolean;
141
+ bitcoinVault: boolean;
142
+ arbitrumBroadcast: boolean;
143
+ arbitrumChainTracking: boolean;
144
+ arbitrumIngressEgress: boolean;
145
+ arbitrumVault: boolean;
146
+ }, {
147
+ governance: boolean;
148
+ funding: boolean;
149
+ swapping: boolean;
150
+ ethereumBroadcast: boolean;
151
+ ethereumChainTracking: boolean;
152
+ ethereumIngressEgress: boolean;
153
+ ethereumVault: boolean;
154
+ polkadotBroadcast: boolean;
155
+ polkadotChainTracking: boolean;
156
+ polkadotIngressEgress: boolean;
157
+ polkadotVault: boolean;
158
+ bitcoinBroadcast: boolean;
159
+ bitcoinChainTracking: boolean;
160
+ bitcoinIngressEgress: boolean;
161
+ bitcoinVault: boolean;
162
+ arbitrumBroadcast: boolean;
163
+ arbitrumChainTracking: boolean;
164
+ arbitrumIngressEgress: boolean;
165
+ arbitrumVault: boolean;
166
+ }>;
167
+ declare const palletCfWitnesserPalletSafeMode: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
168
+ __kind: z.ZodLiteral<"CodeGreen">;
169
+ }, "strip", z.ZodTypeAny, {
170
+ __kind: "CodeGreen";
171
+ }, {
172
+ __kind: "CodeGreen";
173
+ }>, z.ZodObject<{
174
+ __kind: z.ZodLiteral<"CodeRed">;
175
+ }, "strip", z.ZodTypeAny, {
176
+ __kind: "CodeRed";
177
+ }, {
178
+ __kind: "CodeRed";
179
+ }>, z.ZodObject<{
180
+ __kind: z.ZodLiteral<"CodeAmber">;
181
+ value: z.ZodObject<{
182
+ governance: z.ZodBoolean;
183
+ funding: z.ZodBoolean;
184
+ swapping: z.ZodBoolean;
185
+ ethereumBroadcast: z.ZodBoolean;
186
+ ethereumChainTracking: z.ZodBoolean;
187
+ ethereumIngressEgress: z.ZodBoolean;
188
+ ethereumVault: z.ZodBoolean;
189
+ polkadotBroadcast: z.ZodBoolean;
190
+ polkadotChainTracking: z.ZodBoolean;
191
+ polkadotIngressEgress: z.ZodBoolean;
192
+ polkadotVault: z.ZodBoolean;
193
+ bitcoinBroadcast: z.ZodBoolean;
194
+ bitcoinChainTracking: z.ZodBoolean;
195
+ bitcoinIngressEgress: z.ZodBoolean;
196
+ bitcoinVault: z.ZodBoolean;
197
+ arbitrumBroadcast: z.ZodBoolean;
198
+ arbitrumChainTracking: z.ZodBoolean;
199
+ arbitrumIngressEgress: z.ZodBoolean;
200
+ arbitrumVault: z.ZodBoolean;
201
+ }, "strip", z.ZodTypeAny, {
202
+ governance: boolean;
203
+ funding: boolean;
204
+ swapping: boolean;
205
+ ethereumBroadcast: boolean;
206
+ ethereumChainTracking: boolean;
207
+ ethereumIngressEgress: boolean;
208
+ ethereumVault: boolean;
209
+ polkadotBroadcast: boolean;
210
+ polkadotChainTracking: boolean;
211
+ polkadotIngressEgress: boolean;
212
+ polkadotVault: boolean;
213
+ bitcoinBroadcast: boolean;
214
+ bitcoinChainTracking: boolean;
215
+ bitcoinIngressEgress: boolean;
216
+ bitcoinVault: boolean;
217
+ arbitrumBroadcast: boolean;
218
+ arbitrumChainTracking: boolean;
219
+ arbitrumIngressEgress: boolean;
220
+ arbitrumVault: boolean;
221
+ }, {
222
+ governance: boolean;
223
+ funding: boolean;
224
+ swapping: boolean;
225
+ ethereumBroadcast: boolean;
226
+ ethereumChainTracking: boolean;
227
+ ethereumIngressEgress: boolean;
228
+ ethereumVault: boolean;
229
+ polkadotBroadcast: boolean;
230
+ polkadotChainTracking: boolean;
231
+ polkadotIngressEgress: boolean;
232
+ polkadotVault: boolean;
233
+ bitcoinBroadcast: boolean;
234
+ bitcoinChainTracking: boolean;
235
+ bitcoinIngressEgress: boolean;
236
+ bitcoinVault: boolean;
237
+ arbitrumBroadcast: boolean;
238
+ arbitrumChainTracking: boolean;
239
+ arbitrumIngressEgress: boolean;
240
+ arbitrumVault: boolean;
241
+ }>;
242
+ }, "strip", z.ZodTypeAny, {
243
+ value: {
244
+ governance: boolean;
245
+ funding: boolean;
246
+ swapping: boolean;
247
+ ethereumBroadcast: boolean;
248
+ ethereumChainTracking: boolean;
249
+ ethereumIngressEgress: boolean;
250
+ ethereumVault: boolean;
251
+ polkadotBroadcast: boolean;
252
+ polkadotChainTracking: boolean;
253
+ polkadotIngressEgress: boolean;
254
+ polkadotVault: boolean;
255
+ bitcoinBroadcast: boolean;
256
+ bitcoinChainTracking: boolean;
257
+ bitcoinIngressEgress: boolean;
258
+ bitcoinVault: boolean;
259
+ arbitrumBroadcast: boolean;
260
+ arbitrumChainTracking: boolean;
261
+ arbitrumIngressEgress: boolean;
262
+ arbitrumVault: 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
+ };
287
+ __kind: "CodeAmber";
288
+ }>]>;
289
+ declare const palletCfIngressEgressPalletSafeMode: z.ZodObject<{
290
+ boostDepositsEnabled: z.ZodBoolean;
291
+ addBoostFundsEnabled: z.ZodBoolean;
292
+ stopBoostingEnabled: z.ZodBoolean;
293
+ depositsEnabled: z.ZodBoolean;
294
+ }, "strip", z.ZodTypeAny, {
295
+ boostDepositsEnabled: boolean;
296
+ addBoostFundsEnabled: boolean;
297
+ stopBoostingEnabled: boolean;
298
+ depositsEnabled: boolean;
299
+ }, {
300
+ boostDepositsEnabled: boolean;
301
+ addBoostFundsEnabled: boolean;
302
+ stopBoostingEnabled: boolean;
303
+ depositsEnabled: boolean;
304
+ }>;
305
+ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
306
+ emissions: z.ZodObject<{
307
+ emissionsSyncEnabled: z.ZodBoolean;
308
+ }, "strip", z.ZodTypeAny, {
309
+ emissionsSyncEnabled: boolean;
310
+ }, {
311
+ emissionsSyncEnabled: boolean;
312
+ }>;
313
+ funding: z.ZodObject<{
314
+ redeemEnabled: z.ZodBoolean;
315
+ }, "strip", z.ZodTypeAny, {
316
+ redeemEnabled: boolean;
317
+ }, {
318
+ redeemEnabled: boolean;
319
+ }>;
320
+ swapping: z.ZodObject<{
321
+ swapsEnabled: z.ZodBoolean;
322
+ withdrawalsEnabled: z.ZodBoolean;
323
+ brokerRegistrationEnabled: z.ZodBoolean;
324
+ }, "strip", z.ZodTypeAny, {
325
+ swapsEnabled: boolean;
326
+ withdrawalsEnabled: boolean;
327
+ brokerRegistrationEnabled: boolean;
328
+ }, {
329
+ swapsEnabled: boolean;
330
+ withdrawalsEnabled: boolean;
331
+ brokerRegistrationEnabled: boolean;
332
+ }>;
333
+ liquidityProvider: z.ZodObject<{
334
+ depositEnabled: z.ZodBoolean;
335
+ withdrawalEnabled: z.ZodBoolean;
336
+ }, "strip", z.ZodTypeAny, {
337
+ depositEnabled: boolean;
338
+ withdrawalEnabled: boolean;
339
+ }, {
340
+ depositEnabled: boolean;
341
+ withdrawalEnabled: boolean;
342
+ }>;
343
+ validator: z.ZodObject<{
344
+ authorityRotationEnabled: z.ZodBoolean;
345
+ startBiddingEnabled: z.ZodBoolean;
346
+ stopBiddingEnabled: z.ZodBoolean;
347
+ }, "strip", z.ZodTypeAny, {
348
+ authorityRotationEnabled: boolean;
349
+ startBiddingEnabled: boolean;
350
+ stopBiddingEnabled: boolean;
351
+ }, {
352
+ authorityRotationEnabled: boolean;
353
+ startBiddingEnabled: boolean;
354
+ stopBiddingEnabled: boolean;
355
+ }>;
356
+ pools: z.ZodObject<{
357
+ rangeOrderUpdateEnabled: z.ZodBoolean;
358
+ limitOrderUpdateEnabled: z.ZodBoolean;
359
+ }, "strip", z.ZodTypeAny, {
360
+ rangeOrderUpdateEnabled: boolean;
361
+ limitOrderUpdateEnabled: boolean;
362
+ }, {
363
+ rangeOrderUpdateEnabled: boolean;
364
+ limitOrderUpdateEnabled: boolean;
365
+ }>;
366
+ reputation: z.ZodObject<{
367
+ reportingEnabled: z.ZodBoolean;
368
+ }, "strip", z.ZodTypeAny, {
369
+ reportingEnabled: boolean;
370
+ }, {
371
+ reportingEnabled: boolean;
372
+ }>;
373
+ thresholdSignatureEvm: z.ZodObject<{
374
+ slashingEnabled: z.ZodBoolean;
375
+ }, "strip", z.ZodTypeAny, {
376
+ slashingEnabled: boolean;
377
+ }, {
378
+ slashingEnabled: boolean;
379
+ }>;
380
+ thresholdSignatureBitcoin: z.ZodObject<{
381
+ slashingEnabled: z.ZodBoolean;
382
+ }, "strip", z.ZodTypeAny, {
383
+ slashingEnabled: boolean;
384
+ }, {
385
+ slashingEnabled: boolean;
386
+ }>;
387
+ thresholdSignaturePolkadot: z.ZodObject<{
388
+ slashingEnabled: z.ZodBoolean;
389
+ }, "strip", z.ZodTypeAny, {
390
+ slashingEnabled: boolean;
391
+ }, {
392
+ slashingEnabled: boolean;
393
+ }>;
394
+ broadcastEthereum: z.ZodObject<{
395
+ retryEnabled: z.ZodBoolean;
396
+ }, "strip", z.ZodTypeAny, {
397
+ retryEnabled: boolean;
398
+ }, {
399
+ retryEnabled: boolean;
400
+ }>;
401
+ broadcastBitcoin: z.ZodObject<{
402
+ retryEnabled: z.ZodBoolean;
403
+ }, "strip", z.ZodTypeAny, {
404
+ retryEnabled: boolean;
405
+ }, {
406
+ retryEnabled: boolean;
407
+ }>;
408
+ broadcastPolkadot: z.ZodObject<{
409
+ retryEnabled: z.ZodBoolean;
410
+ }, "strip", z.ZodTypeAny, {
411
+ retryEnabled: boolean;
412
+ }, {
413
+ retryEnabled: boolean;
414
+ }>;
415
+ broadcastArbitrum: z.ZodObject<{
416
+ retryEnabled: z.ZodBoolean;
417
+ }, "strip", z.ZodTypeAny, {
418
+ retryEnabled: boolean;
419
+ }, {
420
+ retryEnabled: boolean;
421
+ }>;
422
+ witnesser: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
423
+ __kind: z.ZodLiteral<"CodeGreen">;
424
+ }, "strip", z.ZodTypeAny, {
425
+ __kind: "CodeGreen";
426
+ }, {
427
+ __kind: "CodeGreen";
428
+ }>, z.ZodObject<{
429
+ __kind: z.ZodLiteral<"CodeRed">;
430
+ }, "strip", z.ZodTypeAny, {
431
+ __kind: "CodeRed";
432
+ }, {
433
+ __kind: "CodeRed";
434
+ }>, z.ZodObject<{
435
+ __kind: z.ZodLiteral<"CodeAmber">;
436
+ value: z.ZodObject<{
437
+ governance: z.ZodBoolean;
438
+ funding: z.ZodBoolean;
439
+ swapping: z.ZodBoolean;
440
+ ethereumBroadcast: z.ZodBoolean;
441
+ ethereumChainTracking: z.ZodBoolean;
442
+ ethereumIngressEgress: z.ZodBoolean;
443
+ ethereumVault: z.ZodBoolean;
444
+ polkadotBroadcast: z.ZodBoolean;
445
+ polkadotChainTracking: z.ZodBoolean;
446
+ polkadotIngressEgress: z.ZodBoolean;
447
+ polkadotVault: z.ZodBoolean;
448
+ bitcoinBroadcast: z.ZodBoolean;
449
+ bitcoinChainTracking: z.ZodBoolean;
450
+ bitcoinIngressEgress: z.ZodBoolean;
451
+ bitcoinVault: z.ZodBoolean;
452
+ arbitrumBroadcast: z.ZodBoolean;
453
+ arbitrumChainTracking: z.ZodBoolean;
454
+ arbitrumIngressEgress: z.ZodBoolean;
455
+ arbitrumVault: z.ZodBoolean;
456
+ }, "strip", z.ZodTypeAny, {
457
+ governance: boolean;
458
+ funding: boolean;
459
+ swapping: boolean;
460
+ ethereumBroadcast: boolean;
461
+ ethereumChainTracking: boolean;
462
+ ethereumIngressEgress: boolean;
463
+ ethereumVault: boolean;
464
+ polkadotBroadcast: boolean;
465
+ polkadotChainTracking: boolean;
466
+ polkadotIngressEgress: boolean;
467
+ polkadotVault: boolean;
468
+ bitcoinBroadcast: boolean;
469
+ bitcoinChainTracking: boolean;
470
+ bitcoinIngressEgress: boolean;
471
+ bitcoinVault: boolean;
472
+ arbitrumBroadcast: boolean;
473
+ arbitrumChainTracking: boolean;
474
+ arbitrumIngressEgress: boolean;
475
+ arbitrumVault: boolean;
476
+ }, {
477
+ governance: boolean;
478
+ funding: boolean;
479
+ swapping: boolean;
480
+ ethereumBroadcast: boolean;
481
+ ethereumChainTracking: boolean;
482
+ ethereumIngressEgress: boolean;
483
+ ethereumVault: boolean;
484
+ polkadotBroadcast: boolean;
485
+ polkadotChainTracking: boolean;
486
+ polkadotIngressEgress: boolean;
487
+ polkadotVault: boolean;
488
+ bitcoinBroadcast: boolean;
489
+ bitcoinChainTracking: boolean;
490
+ bitcoinIngressEgress: boolean;
491
+ bitcoinVault: boolean;
492
+ arbitrumBroadcast: boolean;
493
+ arbitrumChainTracking: boolean;
494
+ arbitrumIngressEgress: boolean;
495
+ arbitrumVault: boolean;
496
+ }>;
497
+ }, "strip", z.ZodTypeAny, {
498
+ value: {
499
+ governance: boolean;
500
+ funding: boolean;
501
+ swapping: boolean;
502
+ ethereumBroadcast: boolean;
503
+ ethereumChainTracking: boolean;
504
+ ethereumIngressEgress: boolean;
505
+ ethereumVault: boolean;
506
+ polkadotBroadcast: boolean;
507
+ polkadotChainTracking: boolean;
508
+ polkadotIngressEgress: boolean;
509
+ polkadotVault: boolean;
510
+ bitcoinBroadcast: boolean;
511
+ bitcoinChainTracking: boolean;
512
+ bitcoinIngressEgress: boolean;
513
+ bitcoinVault: boolean;
514
+ arbitrumBroadcast: boolean;
515
+ arbitrumChainTracking: boolean;
516
+ arbitrumIngressEgress: boolean;
517
+ arbitrumVault: boolean;
518
+ };
519
+ __kind: "CodeAmber";
520
+ }, {
521
+ value: {
522
+ governance: boolean;
523
+ funding: boolean;
524
+ swapping: boolean;
525
+ ethereumBroadcast: boolean;
526
+ ethereumChainTracking: boolean;
527
+ ethereumIngressEgress: boolean;
528
+ ethereumVault: boolean;
529
+ polkadotBroadcast: boolean;
530
+ polkadotChainTracking: boolean;
531
+ polkadotIngressEgress: boolean;
532
+ polkadotVault: boolean;
533
+ bitcoinBroadcast: boolean;
534
+ bitcoinChainTracking: boolean;
535
+ bitcoinIngressEgress: boolean;
536
+ bitcoinVault: boolean;
537
+ arbitrumBroadcast: boolean;
538
+ arbitrumChainTracking: boolean;
539
+ arbitrumIngressEgress: boolean;
540
+ arbitrumVault: boolean;
541
+ };
542
+ __kind: "CodeAmber";
543
+ }>]>;
544
+ ingressEgressEthereum: z.ZodObject<{
545
+ boostDepositsEnabled: z.ZodBoolean;
546
+ addBoostFundsEnabled: z.ZodBoolean;
547
+ stopBoostingEnabled: z.ZodBoolean;
548
+ depositsEnabled: z.ZodBoolean;
549
+ }, "strip", z.ZodTypeAny, {
550
+ boostDepositsEnabled: boolean;
551
+ addBoostFundsEnabled: boolean;
552
+ stopBoostingEnabled: boolean;
553
+ depositsEnabled: boolean;
554
+ }, {
555
+ boostDepositsEnabled: boolean;
556
+ addBoostFundsEnabled: boolean;
557
+ stopBoostingEnabled: boolean;
558
+ depositsEnabled: boolean;
559
+ }>;
560
+ ingressEgressBitcoin: z.ZodObject<{
561
+ boostDepositsEnabled: z.ZodBoolean;
562
+ addBoostFundsEnabled: z.ZodBoolean;
563
+ stopBoostingEnabled: z.ZodBoolean;
564
+ depositsEnabled: z.ZodBoolean;
565
+ }, "strip", z.ZodTypeAny, {
566
+ boostDepositsEnabled: boolean;
567
+ addBoostFundsEnabled: boolean;
568
+ stopBoostingEnabled: boolean;
569
+ depositsEnabled: boolean;
570
+ }, {
571
+ boostDepositsEnabled: boolean;
572
+ addBoostFundsEnabled: boolean;
573
+ stopBoostingEnabled: boolean;
574
+ depositsEnabled: boolean;
575
+ }>;
576
+ ingressEgressPolkadot: z.ZodObject<{
577
+ boostDepositsEnabled: z.ZodBoolean;
578
+ addBoostFundsEnabled: z.ZodBoolean;
579
+ stopBoostingEnabled: z.ZodBoolean;
580
+ depositsEnabled: z.ZodBoolean;
581
+ }, "strip", z.ZodTypeAny, {
582
+ boostDepositsEnabled: boolean;
583
+ addBoostFundsEnabled: boolean;
584
+ stopBoostingEnabled: boolean;
585
+ depositsEnabled: boolean;
586
+ }, {
587
+ boostDepositsEnabled: boolean;
588
+ addBoostFundsEnabled: boolean;
589
+ stopBoostingEnabled: boolean;
590
+ depositsEnabled: boolean;
591
+ }>;
592
+ ingressEgressArbitrum: z.ZodObject<{
593
+ boostDepositsEnabled: z.ZodBoolean;
594
+ addBoostFundsEnabled: z.ZodBoolean;
595
+ stopBoostingEnabled: z.ZodBoolean;
596
+ depositsEnabled: z.ZodBoolean;
597
+ }, "strip", z.ZodTypeAny, {
598
+ boostDepositsEnabled: boolean;
599
+ addBoostFundsEnabled: boolean;
600
+ stopBoostingEnabled: boolean;
601
+ depositsEnabled: boolean;
602
+ }, {
603
+ boostDepositsEnabled: boolean;
604
+ addBoostFundsEnabled: boolean;
605
+ stopBoostingEnabled: boolean;
606
+ depositsEnabled: boolean;
607
+ }>;
608
+ }, "strip", z.ZodTypeAny, {
609
+ funding: {
610
+ redeemEnabled: boolean;
611
+ };
612
+ swapping: {
613
+ swapsEnabled: boolean;
614
+ withdrawalsEnabled: boolean;
615
+ brokerRegistrationEnabled: boolean;
616
+ };
617
+ emissions: {
618
+ emissionsSyncEnabled: boolean;
619
+ };
620
+ liquidityProvider: {
621
+ depositEnabled: boolean;
622
+ withdrawalEnabled: boolean;
623
+ };
624
+ validator: {
625
+ authorityRotationEnabled: boolean;
626
+ startBiddingEnabled: boolean;
627
+ stopBiddingEnabled: boolean;
628
+ };
629
+ pools: {
630
+ rangeOrderUpdateEnabled: boolean;
631
+ limitOrderUpdateEnabled: boolean;
632
+ };
633
+ reputation: {
634
+ reportingEnabled: boolean;
635
+ };
636
+ thresholdSignatureEvm: {
637
+ slashingEnabled: boolean;
638
+ };
639
+ thresholdSignatureBitcoin: {
640
+ slashingEnabled: boolean;
641
+ };
642
+ thresholdSignaturePolkadot: {
643
+ slashingEnabled: boolean;
644
+ };
645
+ broadcastEthereum: {
646
+ retryEnabled: boolean;
647
+ };
648
+ broadcastBitcoin: {
649
+ retryEnabled: boolean;
650
+ };
651
+ broadcastPolkadot: {
652
+ retryEnabled: boolean;
653
+ };
654
+ broadcastArbitrum: {
655
+ retryEnabled: boolean;
656
+ };
657
+ witnesser: {
658
+ __kind: "CodeGreen";
659
+ } | {
660
+ __kind: "CodeRed";
661
+ } | {
662
+ value: {
663
+ governance: boolean;
664
+ funding: boolean;
665
+ swapping: boolean;
666
+ ethereumBroadcast: boolean;
667
+ ethereumChainTracking: boolean;
668
+ ethereumIngressEgress: boolean;
669
+ ethereumVault: boolean;
670
+ polkadotBroadcast: boolean;
671
+ polkadotChainTracking: boolean;
672
+ polkadotIngressEgress: boolean;
673
+ polkadotVault: boolean;
674
+ bitcoinBroadcast: boolean;
675
+ bitcoinChainTracking: boolean;
676
+ bitcoinIngressEgress: boolean;
677
+ bitcoinVault: boolean;
678
+ arbitrumBroadcast: boolean;
679
+ arbitrumChainTracking: boolean;
680
+ arbitrumIngressEgress: boolean;
681
+ arbitrumVault: boolean;
682
+ };
683
+ __kind: "CodeAmber";
684
+ };
685
+ ingressEgressEthereum: {
686
+ boostDepositsEnabled: boolean;
687
+ addBoostFundsEnabled: boolean;
688
+ stopBoostingEnabled: boolean;
689
+ depositsEnabled: boolean;
690
+ };
691
+ ingressEgressBitcoin: {
692
+ boostDepositsEnabled: boolean;
693
+ addBoostFundsEnabled: boolean;
694
+ stopBoostingEnabled: boolean;
695
+ depositsEnabled: boolean;
696
+ };
697
+ ingressEgressPolkadot: {
698
+ boostDepositsEnabled: boolean;
699
+ addBoostFundsEnabled: boolean;
700
+ stopBoostingEnabled: boolean;
701
+ depositsEnabled: boolean;
702
+ };
703
+ ingressEgressArbitrum: {
704
+ boostDepositsEnabled: boolean;
705
+ addBoostFundsEnabled: boolean;
706
+ stopBoostingEnabled: boolean;
707
+ depositsEnabled: boolean;
708
+ };
709
+ }, {
710
+ funding: {
711
+ redeemEnabled: boolean;
712
+ };
713
+ swapping: {
714
+ swapsEnabled: boolean;
715
+ withdrawalsEnabled: boolean;
716
+ brokerRegistrationEnabled: boolean;
717
+ };
718
+ emissions: {
719
+ emissionsSyncEnabled: boolean;
720
+ };
721
+ liquidityProvider: {
722
+ depositEnabled: boolean;
723
+ withdrawalEnabled: boolean;
724
+ };
725
+ validator: {
726
+ authorityRotationEnabled: boolean;
727
+ startBiddingEnabled: boolean;
728
+ stopBiddingEnabled: boolean;
729
+ };
730
+ pools: {
731
+ rangeOrderUpdateEnabled: boolean;
732
+ limitOrderUpdateEnabled: boolean;
733
+ };
734
+ reputation: {
735
+ reportingEnabled: boolean;
736
+ };
737
+ thresholdSignatureEvm: {
738
+ slashingEnabled: boolean;
739
+ };
740
+ thresholdSignatureBitcoin: {
741
+ slashingEnabled: boolean;
742
+ };
743
+ thresholdSignaturePolkadot: {
744
+ slashingEnabled: boolean;
745
+ };
746
+ broadcastEthereum: {
747
+ retryEnabled: boolean;
748
+ };
749
+ broadcastBitcoin: {
750
+ retryEnabled: boolean;
751
+ };
752
+ broadcastPolkadot: {
753
+ retryEnabled: boolean;
754
+ };
755
+ broadcastArbitrum: {
756
+ retryEnabled: boolean;
757
+ };
758
+ witnesser: {
759
+ __kind: "CodeGreen";
760
+ } | {
761
+ __kind: "CodeRed";
762
+ } | {
763
+ value: {
764
+ governance: boolean;
765
+ funding: boolean;
766
+ swapping: boolean;
767
+ ethereumBroadcast: boolean;
768
+ ethereumChainTracking: boolean;
769
+ ethereumIngressEgress: boolean;
770
+ ethereumVault: boolean;
771
+ polkadotBroadcast: boolean;
772
+ polkadotChainTracking: boolean;
773
+ polkadotIngressEgress: boolean;
774
+ polkadotVault: boolean;
775
+ bitcoinBroadcast: boolean;
776
+ bitcoinChainTracking: boolean;
777
+ bitcoinIngressEgress: boolean;
778
+ bitcoinVault: boolean;
779
+ arbitrumBroadcast: boolean;
780
+ arbitrumChainTracking: boolean;
781
+ arbitrumIngressEgress: boolean;
782
+ arbitrumVault: boolean;
783
+ };
784
+ __kind: "CodeAmber";
785
+ };
786
+ ingressEgressEthereum: {
787
+ boostDepositsEnabled: boolean;
788
+ addBoostFundsEnabled: boolean;
789
+ stopBoostingEnabled: boolean;
790
+ depositsEnabled: boolean;
791
+ };
792
+ ingressEgressBitcoin: {
793
+ boostDepositsEnabled: boolean;
794
+ addBoostFundsEnabled: boolean;
795
+ stopBoostingEnabled: boolean;
796
+ depositsEnabled: boolean;
797
+ };
798
+ ingressEgressPolkadot: {
799
+ boostDepositsEnabled: boolean;
800
+ addBoostFundsEnabled: boolean;
801
+ stopBoostingEnabled: boolean;
802
+ depositsEnabled: boolean;
803
+ };
804
+ ingressEgressArbitrum: {
805
+ boostDepositsEnabled: boolean;
806
+ addBoostFundsEnabled: boolean;
807
+ stopBoostingEnabled: boolean;
808
+ depositsEnabled: boolean;
809
+ };
810
+ }>;
811
+ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
812
+ __kind: z.ZodLiteral<"CodeRed">;
813
+ }, "strip", z.ZodTypeAny, {
814
+ __kind: "CodeRed";
815
+ }, {
816
+ __kind: "CodeRed";
817
+ }>, z.ZodObject<{
818
+ __kind: z.ZodLiteral<"CodeGreen">;
819
+ }, "strip", z.ZodTypeAny, {
820
+ __kind: "CodeGreen";
821
+ }, {
822
+ __kind: "CodeGreen";
823
+ }>, z.ZodObject<{
824
+ __kind: z.ZodLiteral<"CodeAmber">;
825
+ value: z.ZodObject<{
826
+ emissions: z.ZodObject<{
827
+ emissionsSyncEnabled: z.ZodBoolean;
828
+ }, "strip", z.ZodTypeAny, {
829
+ emissionsSyncEnabled: boolean;
830
+ }, {
831
+ emissionsSyncEnabled: boolean;
832
+ }>;
833
+ funding: z.ZodObject<{
834
+ redeemEnabled: z.ZodBoolean;
835
+ }, "strip", z.ZodTypeAny, {
836
+ redeemEnabled: boolean;
837
+ }, {
838
+ redeemEnabled: boolean;
839
+ }>;
840
+ swapping: z.ZodObject<{
841
+ swapsEnabled: z.ZodBoolean;
842
+ withdrawalsEnabled: z.ZodBoolean;
843
+ brokerRegistrationEnabled: z.ZodBoolean;
844
+ }, "strip", z.ZodTypeAny, {
845
+ swapsEnabled: boolean;
846
+ withdrawalsEnabled: boolean;
847
+ brokerRegistrationEnabled: boolean;
848
+ }, {
849
+ swapsEnabled: boolean;
850
+ withdrawalsEnabled: boolean;
851
+ brokerRegistrationEnabled: boolean;
852
+ }>;
853
+ liquidityProvider: z.ZodObject<{
854
+ depositEnabled: z.ZodBoolean;
855
+ withdrawalEnabled: z.ZodBoolean;
856
+ }, "strip", z.ZodTypeAny, {
857
+ depositEnabled: boolean;
858
+ withdrawalEnabled: boolean;
859
+ }, {
860
+ depositEnabled: boolean;
861
+ withdrawalEnabled: boolean;
862
+ }>;
863
+ validator: z.ZodObject<{
864
+ authorityRotationEnabled: z.ZodBoolean;
865
+ startBiddingEnabled: z.ZodBoolean;
866
+ stopBiddingEnabled: z.ZodBoolean;
867
+ }, "strip", z.ZodTypeAny, {
868
+ authorityRotationEnabled: boolean;
869
+ startBiddingEnabled: boolean;
870
+ stopBiddingEnabled: boolean;
871
+ }, {
872
+ authorityRotationEnabled: boolean;
873
+ startBiddingEnabled: boolean;
874
+ stopBiddingEnabled: boolean;
875
+ }>;
876
+ pools: z.ZodObject<{
877
+ rangeOrderUpdateEnabled: z.ZodBoolean;
878
+ limitOrderUpdateEnabled: z.ZodBoolean;
879
+ }, "strip", z.ZodTypeAny, {
880
+ rangeOrderUpdateEnabled: boolean;
881
+ limitOrderUpdateEnabled: boolean;
882
+ }, {
883
+ rangeOrderUpdateEnabled: boolean;
884
+ limitOrderUpdateEnabled: boolean;
885
+ }>;
886
+ reputation: z.ZodObject<{
887
+ reportingEnabled: z.ZodBoolean;
888
+ }, "strip", z.ZodTypeAny, {
889
+ reportingEnabled: boolean;
890
+ }, {
891
+ reportingEnabled: boolean;
892
+ }>;
893
+ thresholdSignatureEvm: z.ZodObject<{
894
+ slashingEnabled: z.ZodBoolean;
895
+ }, "strip", z.ZodTypeAny, {
896
+ slashingEnabled: boolean;
897
+ }, {
898
+ slashingEnabled: boolean;
899
+ }>;
900
+ thresholdSignatureBitcoin: z.ZodObject<{
901
+ slashingEnabled: z.ZodBoolean;
902
+ }, "strip", z.ZodTypeAny, {
903
+ slashingEnabled: boolean;
904
+ }, {
905
+ slashingEnabled: boolean;
906
+ }>;
907
+ thresholdSignaturePolkadot: z.ZodObject<{
908
+ slashingEnabled: z.ZodBoolean;
909
+ }, "strip", z.ZodTypeAny, {
910
+ slashingEnabled: boolean;
911
+ }, {
912
+ slashingEnabled: boolean;
913
+ }>;
914
+ broadcastEthereum: z.ZodObject<{
915
+ retryEnabled: z.ZodBoolean;
916
+ }, "strip", z.ZodTypeAny, {
917
+ retryEnabled: boolean;
918
+ }, {
919
+ retryEnabled: boolean;
920
+ }>;
921
+ broadcastBitcoin: z.ZodObject<{
922
+ retryEnabled: z.ZodBoolean;
923
+ }, "strip", z.ZodTypeAny, {
924
+ retryEnabled: boolean;
925
+ }, {
926
+ retryEnabled: boolean;
927
+ }>;
928
+ broadcastPolkadot: z.ZodObject<{
929
+ retryEnabled: z.ZodBoolean;
930
+ }, "strip", z.ZodTypeAny, {
931
+ retryEnabled: boolean;
932
+ }, {
933
+ retryEnabled: boolean;
934
+ }>;
935
+ broadcastArbitrum: z.ZodObject<{
936
+ retryEnabled: z.ZodBoolean;
937
+ }, "strip", z.ZodTypeAny, {
938
+ retryEnabled: boolean;
939
+ }, {
940
+ retryEnabled: boolean;
941
+ }>;
942
+ witnesser: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
943
+ __kind: z.ZodLiteral<"CodeGreen">;
944
+ }, "strip", z.ZodTypeAny, {
945
+ __kind: "CodeGreen";
946
+ }, {
947
+ __kind: "CodeGreen";
948
+ }>, z.ZodObject<{
949
+ __kind: z.ZodLiteral<"CodeRed">;
950
+ }, "strip", z.ZodTypeAny, {
951
+ __kind: "CodeRed";
952
+ }, {
953
+ __kind: "CodeRed";
954
+ }>, z.ZodObject<{
955
+ __kind: z.ZodLiteral<"CodeAmber">;
956
+ value: z.ZodObject<{
957
+ governance: z.ZodBoolean;
958
+ funding: z.ZodBoolean;
959
+ swapping: z.ZodBoolean;
960
+ ethereumBroadcast: z.ZodBoolean;
961
+ ethereumChainTracking: z.ZodBoolean;
962
+ ethereumIngressEgress: z.ZodBoolean;
963
+ ethereumVault: z.ZodBoolean;
964
+ polkadotBroadcast: z.ZodBoolean;
965
+ polkadotChainTracking: z.ZodBoolean;
966
+ polkadotIngressEgress: z.ZodBoolean;
967
+ polkadotVault: z.ZodBoolean;
968
+ bitcoinBroadcast: z.ZodBoolean;
969
+ bitcoinChainTracking: z.ZodBoolean;
970
+ bitcoinIngressEgress: z.ZodBoolean;
971
+ bitcoinVault: z.ZodBoolean;
972
+ arbitrumBroadcast: z.ZodBoolean;
973
+ arbitrumChainTracking: z.ZodBoolean;
974
+ arbitrumIngressEgress: z.ZodBoolean;
975
+ arbitrumVault: z.ZodBoolean;
976
+ }, "strip", z.ZodTypeAny, {
977
+ governance: boolean;
978
+ funding: boolean;
979
+ swapping: boolean;
980
+ ethereumBroadcast: boolean;
981
+ ethereumChainTracking: boolean;
982
+ ethereumIngressEgress: boolean;
983
+ ethereumVault: boolean;
984
+ polkadotBroadcast: boolean;
985
+ polkadotChainTracking: boolean;
986
+ polkadotIngressEgress: boolean;
987
+ polkadotVault: boolean;
988
+ bitcoinBroadcast: boolean;
989
+ bitcoinChainTracking: boolean;
990
+ bitcoinIngressEgress: boolean;
991
+ bitcoinVault: boolean;
992
+ arbitrumBroadcast: boolean;
993
+ arbitrumChainTracking: boolean;
994
+ arbitrumIngressEgress: boolean;
995
+ arbitrumVault: boolean;
996
+ }, {
997
+ governance: boolean;
998
+ funding: boolean;
999
+ swapping: boolean;
1000
+ ethereumBroadcast: boolean;
1001
+ ethereumChainTracking: boolean;
1002
+ ethereumIngressEgress: boolean;
1003
+ ethereumVault: boolean;
1004
+ polkadotBroadcast: boolean;
1005
+ polkadotChainTracking: boolean;
1006
+ polkadotIngressEgress: boolean;
1007
+ polkadotVault: boolean;
1008
+ bitcoinBroadcast: boolean;
1009
+ bitcoinChainTracking: boolean;
1010
+ bitcoinIngressEgress: boolean;
1011
+ bitcoinVault: boolean;
1012
+ arbitrumBroadcast: boolean;
1013
+ arbitrumChainTracking: boolean;
1014
+ arbitrumIngressEgress: boolean;
1015
+ arbitrumVault: boolean;
1016
+ }>;
1017
+ }, "strip", z.ZodTypeAny, {
1018
+ value: {
1019
+ governance: boolean;
1020
+ funding: boolean;
1021
+ swapping: boolean;
1022
+ ethereumBroadcast: boolean;
1023
+ ethereumChainTracking: boolean;
1024
+ ethereumIngressEgress: boolean;
1025
+ ethereumVault: boolean;
1026
+ polkadotBroadcast: boolean;
1027
+ polkadotChainTracking: boolean;
1028
+ polkadotIngressEgress: boolean;
1029
+ polkadotVault: boolean;
1030
+ bitcoinBroadcast: boolean;
1031
+ bitcoinChainTracking: boolean;
1032
+ bitcoinIngressEgress: boolean;
1033
+ bitcoinVault: boolean;
1034
+ arbitrumBroadcast: boolean;
1035
+ arbitrumChainTracking: boolean;
1036
+ arbitrumIngressEgress: boolean;
1037
+ arbitrumVault: boolean;
1038
+ };
1039
+ __kind: "CodeAmber";
1040
+ }, {
1041
+ value: {
1042
+ governance: boolean;
1043
+ funding: boolean;
1044
+ swapping: boolean;
1045
+ ethereumBroadcast: boolean;
1046
+ ethereumChainTracking: boolean;
1047
+ ethereumIngressEgress: boolean;
1048
+ ethereumVault: boolean;
1049
+ polkadotBroadcast: boolean;
1050
+ polkadotChainTracking: boolean;
1051
+ polkadotIngressEgress: boolean;
1052
+ polkadotVault: boolean;
1053
+ bitcoinBroadcast: boolean;
1054
+ bitcoinChainTracking: boolean;
1055
+ bitcoinIngressEgress: boolean;
1056
+ bitcoinVault: boolean;
1057
+ arbitrumBroadcast: boolean;
1058
+ arbitrumChainTracking: boolean;
1059
+ arbitrumIngressEgress: boolean;
1060
+ arbitrumVault: boolean;
1061
+ };
1062
+ __kind: "CodeAmber";
1063
+ }>]>;
1064
+ ingressEgressEthereum: z.ZodObject<{
1065
+ boostDepositsEnabled: z.ZodBoolean;
1066
+ addBoostFundsEnabled: z.ZodBoolean;
1067
+ stopBoostingEnabled: z.ZodBoolean;
1068
+ depositsEnabled: z.ZodBoolean;
1069
+ }, "strip", z.ZodTypeAny, {
1070
+ boostDepositsEnabled: boolean;
1071
+ addBoostFundsEnabled: boolean;
1072
+ stopBoostingEnabled: boolean;
1073
+ depositsEnabled: boolean;
1074
+ }, {
1075
+ boostDepositsEnabled: boolean;
1076
+ addBoostFundsEnabled: boolean;
1077
+ stopBoostingEnabled: boolean;
1078
+ depositsEnabled: boolean;
1079
+ }>;
1080
+ ingressEgressBitcoin: z.ZodObject<{
1081
+ boostDepositsEnabled: z.ZodBoolean;
1082
+ addBoostFundsEnabled: z.ZodBoolean;
1083
+ stopBoostingEnabled: z.ZodBoolean;
1084
+ depositsEnabled: z.ZodBoolean;
1085
+ }, "strip", z.ZodTypeAny, {
1086
+ boostDepositsEnabled: boolean;
1087
+ addBoostFundsEnabled: boolean;
1088
+ stopBoostingEnabled: boolean;
1089
+ depositsEnabled: boolean;
1090
+ }, {
1091
+ boostDepositsEnabled: boolean;
1092
+ addBoostFundsEnabled: boolean;
1093
+ stopBoostingEnabled: boolean;
1094
+ depositsEnabled: boolean;
1095
+ }>;
1096
+ ingressEgressPolkadot: z.ZodObject<{
1097
+ boostDepositsEnabled: z.ZodBoolean;
1098
+ addBoostFundsEnabled: z.ZodBoolean;
1099
+ stopBoostingEnabled: z.ZodBoolean;
1100
+ depositsEnabled: z.ZodBoolean;
1101
+ }, "strip", z.ZodTypeAny, {
1102
+ boostDepositsEnabled: boolean;
1103
+ addBoostFundsEnabled: boolean;
1104
+ stopBoostingEnabled: boolean;
1105
+ depositsEnabled: boolean;
1106
+ }, {
1107
+ boostDepositsEnabled: boolean;
1108
+ addBoostFundsEnabled: boolean;
1109
+ stopBoostingEnabled: boolean;
1110
+ depositsEnabled: boolean;
1111
+ }>;
1112
+ ingressEgressArbitrum: z.ZodObject<{
1113
+ boostDepositsEnabled: z.ZodBoolean;
1114
+ addBoostFundsEnabled: z.ZodBoolean;
1115
+ stopBoostingEnabled: z.ZodBoolean;
1116
+ depositsEnabled: z.ZodBoolean;
1117
+ }, "strip", z.ZodTypeAny, {
1118
+ boostDepositsEnabled: boolean;
1119
+ addBoostFundsEnabled: boolean;
1120
+ stopBoostingEnabled: boolean;
1121
+ depositsEnabled: boolean;
1122
+ }, {
1123
+ boostDepositsEnabled: boolean;
1124
+ addBoostFundsEnabled: boolean;
1125
+ stopBoostingEnabled: boolean;
1126
+ depositsEnabled: boolean;
1127
+ }>;
1128
+ }, "strip", z.ZodTypeAny, {
1129
+ funding: {
1130
+ redeemEnabled: boolean;
1131
+ };
1132
+ swapping: {
1133
+ swapsEnabled: boolean;
1134
+ withdrawalsEnabled: boolean;
1135
+ brokerRegistrationEnabled: boolean;
1136
+ };
1137
+ emissions: {
1138
+ emissionsSyncEnabled: boolean;
1139
+ };
1140
+ liquidityProvider: {
1141
+ depositEnabled: boolean;
1142
+ withdrawalEnabled: boolean;
1143
+ };
1144
+ validator: {
1145
+ authorityRotationEnabled: boolean;
1146
+ startBiddingEnabled: boolean;
1147
+ stopBiddingEnabled: boolean;
1148
+ };
1149
+ pools: {
1150
+ rangeOrderUpdateEnabled: boolean;
1151
+ limitOrderUpdateEnabled: boolean;
1152
+ };
1153
+ reputation: {
1154
+ reportingEnabled: boolean;
1155
+ };
1156
+ thresholdSignatureEvm: {
1157
+ slashingEnabled: boolean;
1158
+ };
1159
+ thresholdSignatureBitcoin: {
1160
+ slashingEnabled: boolean;
1161
+ };
1162
+ thresholdSignaturePolkadot: {
1163
+ slashingEnabled: boolean;
1164
+ };
1165
+ broadcastEthereum: {
1166
+ retryEnabled: boolean;
1167
+ };
1168
+ broadcastBitcoin: {
1169
+ retryEnabled: boolean;
1170
+ };
1171
+ broadcastPolkadot: {
1172
+ retryEnabled: boolean;
1173
+ };
1174
+ broadcastArbitrum: {
1175
+ retryEnabled: boolean;
1176
+ };
1177
+ witnesser: {
1178
+ __kind: "CodeGreen";
1179
+ } | {
1180
+ __kind: "CodeRed";
1181
+ } | {
1182
+ value: {
1183
+ governance: boolean;
1184
+ funding: boolean;
1185
+ swapping: boolean;
1186
+ ethereumBroadcast: boolean;
1187
+ ethereumChainTracking: boolean;
1188
+ ethereumIngressEgress: boolean;
1189
+ ethereumVault: boolean;
1190
+ polkadotBroadcast: boolean;
1191
+ polkadotChainTracking: boolean;
1192
+ polkadotIngressEgress: boolean;
1193
+ polkadotVault: boolean;
1194
+ bitcoinBroadcast: boolean;
1195
+ bitcoinChainTracking: boolean;
1196
+ bitcoinIngressEgress: boolean;
1197
+ bitcoinVault: boolean;
1198
+ arbitrumBroadcast: boolean;
1199
+ arbitrumChainTracking: boolean;
1200
+ arbitrumIngressEgress: boolean;
1201
+ arbitrumVault: boolean;
1202
+ };
1203
+ __kind: "CodeAmber";
1204
+ };
1205
+ ingressEgressEthereum: {
1206
+ boostDepositsEnabled: boolean;
1207
+ addBoostFundsEnabled: boolean;
1208
+ stopBoostingEnabled: boolean;
1209
+ depositsEnabled: boolean;
1210
+ };
1211
+ ingressEgressBitcoin: {
1212
+ boostDepositsEnabled: boolean;
1213
+ addBoostFundsEnabled: boolean;
1214
+ stopBoostingEnabled: boolean;
1215
+ depositsEnabled: boolean;
1216
+ };
1217
+ ingressEgressPolkadot: {
1218
+ boostDepositsEnabled: boolean;
1219
+ addBoostFundsEnabled: boolean;
1220
+ stopBoostingEnabled: boolean;
1221
+ depositsEnabled: boolean;
1222
+ };
1223
+ ingressEgressArbitrum: {
1224
+ boostDepositsEnabled: boolean;
1225
+ addBoostFundsEnabled: boolean;
1226
+ stopBoostingEnabled: boolean;
1227
+ depositsEnabled: boolean;
1228
+ };
1229
+ }, {
1230
+ funding: {
1231
+ redeemEnabled: boolean;
1232
+ };
1233
+ swapping: {
1234
+ swapsEnabled: boolean;
1235
+ withdrawalsEnabled: boolean;
1236
+ brokerRegistrationEnabled: boolean;
1237
+ };
1238
+ emissions: {
1239
+ emissionsSyncEnabled: boolean;
1240
+ };
1241
+ liquidityProvider: {
1242
+ depositEnabled: boolean;
1243
+ withdrawalEnabled: boolean;
1244
+ };
1245
+ validator: {
1246
+ authorityRotationEnabled: boolean;
1247
+ startBiddingEnabled: boolean;
1248
+ stopBiddingEnabled: boolean;
1249
+ };
1250
+ pools: {
1251
+ rangeOrderUpdateEnabled: boolean;
1252
+ limitOrderUpdateEnabled: boolean;
1253
+ };
1254
+ reputation: {
1255
+ reportingEnabled: boolean;
1256
+ };
1257
+ thresholdSignatureEvm: {
1258
+ slashingEnabled: boolean;
1259
+ };
1260
+ thresholdSignatureBitcoin: {
1261
+ slashingEnabled: boolean;
1262
+ };
1263
+ thresholdSignaturePolkadot: {
1264
+ slashingEnabled: boolean;
1265
+ };
1266
+ broadcastEthereum: {
1267
+ retryEnabled: boolean;
1268
+ };
1269
+ broadcastBitcoin: {
1270
+ retryEnabled: boolean;
1271
+ };
1272
+ broadcastPolkadot: {
1273
+ retryEnabled: boolean;
1274
+ };
1275
+ broadcastArbitrum: {
1276
+ retryEnabled: boolean;
1277
+ };
1278
+ witnesser: {
1279
+ __kind: "CodeGreen";
1280
+ } | {
1281
+ __kind: "CodeRed";
1282
+ } | {
1283
+ value: {
1284
+ governance: boolean;
1285
+ funding: boolean;
1286
+ swapping: boolean;
1287
+ ethereumBroadcast: boolean;
1288
+ ethereumChainTracking: boolean;
1289
+ ethereumIngressEgress: boolean;
1290
+ ethereumVault: boolean;
1291
+ polkadotBroadcast: boolean;
1292
+ polkadotChainTracking: boolean;
1293
+ polkadotIngressEgress: boolean;
1294
+ polkadotVault: boolean;
1295
+ bitcoinBroadcast: boolean;
1296
+ bitcoinChainTracking: boolean;
1297
+ bitcoinIngressEgress: boolean;
1298
+ bitcoinVault: boolean;
1299
+ arbitrumBroadcast: boolean;
1300
+ arbitrumChainTracking: boolean;
1301
+ arbitrumIngressEgress: boolean;
1302
+ arbitrumVault: boolean;
1303
+ };
1304
+ __kind: "CodeAmber";
1305
+ };
1306
+ ingressEgressEthereum: {
1307
+ boostDepositsEnabled: boolean;
1308
+ addBoostFundsEnabled: boolean;
1309
+ stopBoostingEnabled: boolean;
1310
+ depositsEnabled: boolean;
1311
+ };
1312
+ ingressEgressBitcoin: {
1313
+ boostDepositsEnabled: boolean;
1314
+ addBoostFundsEnabled: boolean;
1315
+ stopBoostingEnabled: boolean;
1316
+ depositsEnabled: boolean;
1317
+ };
1318
+ ingressEgressPolkadot: {
1319
+ boostDepositsEnabled: boolean;
1320
+ addBoostFundsEnabled: boolean;
1321
+ stopBoostingEnabled: boolean;
1322
+ depositsEnabled: boolean;
1323
+ };
1324
+ ingressEgressArbitrum: {
1325
+ boostDepositsEnabled: boolean;
1326
+ addBoostFundsEnabled: boolean;
1327
+ stopBoostingEnabled: boolean;
1328
+ depositsEnabled: boolean;
1329
+ };
1330
+ }>;
1331
+ }, "strip", z.ZodTypeAny, {
1332
+ value: {
1333
+ funding: {
1334
+ redeemEnabled: boolean;
1335
+ };
1336
+ swapping: {
1337
+ swapsEnabled: boolean;
1338
+ withdrawalsEnabled: boolean;
1339
+ brokerRegistrationEnabled: boolean;
1340
+ };
1341
+ emissions: {
1342
+ emissionsSyncEnabled: boolean;
1343
+ };
1344
+ liquidityProvider: {
1345
+ depositEnabled: boolean;
1346
+ withdrawalEnabled: boolean;
1347
+ };
1348
+ validator: {
1349
+ authorityRotationEnabled: boolean;
1350
+ startBiddingEnabled: boolean;
1351
+ stopBiddingEnabled: boolean;
1352
+ };
1353
+ pools: {
1354
+ rangeOrderUpdateEnabled: boolean;
1355
+ limitOrderUpdateEnabled: boolean;
1356
+ };
1357
+ reputation: {
1358
+ reportingEnabled: boolean;
1359
+ };
1360
+ thresholdSignatureEvm: {
1361
+ slashingEnabled: boolean;
1362
+ };
1363
+ thresholdSignatureBitcoin: {
1364
+ slashingEnabled: boolean;
1365
+ };
1366
+ thresholdSignaturePolkadot: {
1367
+ slashingEnabled: boolean;
1368
+ };
1369
+ broadcastEthereum: {
1370
+ retryEnabled: boolean;
1371
+ };
1372
+ broadcastBitcoin: {
1373
+ retryEnabled: boolean;
1374
+ };
1375
+ broadcastPolkadot: {
1376
+ retryEnabled: boolean;
1377
+ };
1378
+ broadcastArbitrum: {
1379
+ retryEnabled: boolean;
1380
+ };
1381
+ witnesser: {
1382
+ __kind: "CodeGreen";
1383
+ } | {
1384
+ __kind: "CodeRed";
1385
+ } | {
1386
+ value: {
1387
+ governance: boolean;
1388
+ funding: boolean;
1389
+ swapping: boolean;
1390
+ ethereumBroadcast: boolean;
1391
+ ethereumChainTracking: boolean;
1392
+ ethereumIngressEgress: boolean;
1393
+ ethereumVault: boolean;
1394
+ polkadotBroadcast: boolean;
1395
+ polkadotChainTracking: boolean;
1396
+ polkadotIngressEgress: boolean;
1397
+ polkadotVault: boolean;
1398
+ bitcoinBroadcast: boolean;
1399
+ bitcoinChainTracking: boolean;
1400
+ bitcoinIngressEgress: boolean;
1401
+ bitcoinVault: boolean;
1402
+ arbitrumBroadcast: boolean;
1403
+ arbitrumChainTracking: boolean;
1404
+ arbitrumIngressEgress: boolean;
1405
+ arbitrumVault: boolean;
1406
+ };
1407
+ __kind: "CodeAmber";
1408
+ };
1409
+ ingressEgressEthereum: {
1410
+ boostDepositsEnabled: boolean;
1411
+ addBoostFundsEnabled: boolean;
1412
+ stopBoostingEnabled: boolean;
1413
+ depositsEnabled: boolean;
1414
+ };
1415
+ ingressEgressBitcoin: {
1416
+ boostDepositsEnabled: boolean;
1417
+ addBoostFundsEnabled: boolean;
1418
+ stopBoostingEnabled: boolean;
1419
+ depositsEnabled: boolean;
1420
+ };
1421
+ ingressEgressPolkadot: {
1422
+ boostDepositsEnabled: boolean;
1423
+ addBoostFundsEnabled: boolean;
1424
+ stopBoostingEnabled: boolean;
1425
+ depositsEnabled: boolean;
1426
+ };
1427
+ ingressEgressArbitrum: {
1428
+ boostDepositsEnabled: boolean;
1429
+ addBoostFundsEnabled: boolean;
1430
+ stopBoostingEnabled: boolean;
1431
+ depositsEnabled: boolean;
1432
+ };
1433
+ };
1434
+ __kind: "CodeAmber";
1435
+ }, {
1436
+ value: {
1437
+ funding: {
1438
+ redeemEnabled: boolean;
1439
+ };
1440
+ swapping: {
1441
+ swapsEnabled: boolean;
1442
+ withdrawalsEnabled: boolean;
1443
+ brokerRegistrationEnabled: boolean;
1444
+ };
1445
+ emissions: {
1446
+ emissionsSyncEnabled: boolean;
1447
+ };
1448
+ liquidityProvider: {
1449
+ depositEnabled: boolean;
1450
+ withdrawalEnabled: boolean;
1451
+ };
1452
+ validator: {
1453
+ authorityRotationEnabled: boolean;
1454
+ startBiddingEnabled: boolean;
1455
+ stopBiddingEnabled: boolean;
1456
+ };
1457
+ pools: {
1458
+ rangeOrderUpdateEnabled: boolean;
1459
+ limitOrderUpdateEnabled: boolean;
1460
+ };
1461
+ reputation: {
1462
+ reportingEnabled: boolean;
1463
+ };
1464
+ thresholdSignatureEvm: {
1465
+ slashingEnabled: boolean;
1466
+ };
1467
+ thresholdSignatureBitcoin: {
1468
+ slashingEnabled: boolean;
1469
+ };
1470
+ thresholdSignaturePolkadot: {
1471
+ slashingEnabled: boolean;
1472
+ };
1473
+ broadcastEthereum: {
1474
+ retryEnabled: boolean;
1475
+ };
1476
+ broadcastBitcoin: {
1477
+ retryEnabled: boolean;
1478
+ };
1479
+ broadcastPolkadot: {
1480
+ retryEnabled: boolean;
1481
+ };
1482
+ broadcastArbitrum: {
1483
+ retryEnabled: boolean;
1484
+ };
1485
+ witnesser: {
1486
+ __kind: "CodeGreen";
1487
+ } | {
1488
+ __kind: "CodeRed";
1489
+ } | {
1490
+ value: {
1491
+ governance: boolean;
1492
+ funding: boolean;
1493
+ swapping: boolean;
1494
+ ethereumBroadcast: boolean;
1495
+ ethereumChainTracking: boolean;
1496
+ ethereumIngressEgress: boolean;
1497
+ ethereumVault: boolean;
1498
+ polkadotBroadcast: boolean;
1499
+ polkadotChainTracking: boolean;
1500
+ polkadotIngressEgress: boolean;
1501
+ polkadotVault: boolean;
1502
+ bitcoinBroadcast: boolean;
1503
+ bitcoinChainTracking: boolean;
1504
+ bitcoinIngressEgress: boolean;
1505
+ bitcoinVault: boolean;
1506
+ arbitrumBroadcast: boolean;
1507
+ arbitrumChainTracking: boolean;
1508
+ arbitrumIngressEgress: boolean;
1509
+ arbitrumVault: boolean;
1510
+ };
1511
+ __kind: "CodeAmber";
1512
+ };
1513
+ ingressEgressEthereum: {
1514
+ boostDepositsEnabled: boolean;
1515
+ addBoostFundsEnabled: boolean;
1516
+ stopBoostingEnabled: boolean;
1517
+ depositsEnabled: boolean;
1518
+ };
1519
+ ingressEgressBitcoin: {
1520
+ boostDepositsEnabled: boolean;
1521
+ addBoostFundsEnabled: boolean;
1522
+ stopBoostingEnabled: boolean;
1523
+ depositsEnabled: boolean;
1524
+ };
1525
+ ingressEgressPolkadot: {
1526
+ boostDepositsEnabled: boolean;
1527
+ addBoostFundsEnabled: boolean;
1528
+ stopBoostingEnabled: boolean;
1529
+ depositsEnabled: boolean;
1530
+ };
1531
+ ingressEgressArbitrum: {
1532
+ boostDepositsEnabled: boolean;
1533
+ addBoostFundsEnabled: boolean;
1534
+ stopBoostingEnabled: boolean;
1535
+ depositsEnabled: boolean;
1536
+ };
1537
+ };
1538
+ __kind: "CodeAmber";
1539
+ }>]>;
1540
+ declare const cfChainsBtcUtxoId: z.ZodObject<{
1541
+ txId: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1542
+ vout: z.ZodNumber;
1543
+ }, "strip", z.ZodTypeAny, {
1544
+ txId: `0x${string}`;
1545
+ vout: number;
1546
+ }, {
1547
+ txId: string;
1548
+ vout: number;
1549
+ }>;
1550
+ declare const numericString: z.ZodEffects<z.ZodString, string, string>;
1551
+ 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>;
1552
+ declare const cfChainsBtcBitcoinScript: z.ZodObject<{
1553
+ bytes: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1554
+ }, "strip", z.ZodTypeAny, {
1555
+ bytes: `0x${string}`;
1556
+ }, {
1557
+ bytes: string;
1558
+ }>;
1559
+ declare const cfChainsBtcDepositAddressTapscriptPath: z.ZodObject<{
1560
+ salt: z.ZodNumber;
1561
+ tweakedPubkeyBytes: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1562
+ tapleafHash: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1563
+ unlockScript: z.ZodObject<{
1564
+ bytes: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1565
+ }, "strip", z.ZodTypeAny, {
1566
+ bytes: `0x${string}`;
1567
+ }, {
1568
+ bytes: string;
1569
+ }>;
1570
+ }, "strip", z.ZodTypeAny, {
1571
+ salt: number;
1572
+ tweakedPubkeyBytes: `0x${string}`;
1573
+ tapleafHash: `0x${string}`;
1574
+ unlockScript: {
1575
+ bytes: `0x${string}`;
1576
+ };
1577
+ }, {
1578
+ salt: number;
1579
+ tweakedPubkeyBytes: string;
1580
+ tapleafHash: string;
1581
+ unlockScript: {
1582
+ bytes: string;
1583
+ };
1584
+ }>;
1585
+ declare const cfChainsBtcDepositAddress: z.ZodObject<{
1586
+ pubkeyX: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1587
+ scriptPath: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1588
+ salt: z.ZodNumber;
1589
+ tweakedPubkeyBytes: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1590
+ tapleafHash: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1591
+ unlockScript: z.ZodObject<{
1592
+ bytes: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1593
+ }, "strip", z.ZodTypeAny, {
1594
+ bytes: `0x${string}`;
1595
+ }, {
1596
+ bytes: string;
1597
+ }>;
1598
+ }, "strip", z.ZodTypeAny, {
1599
+ salt: number;
1600
+ tweakedPubkeyBytes: `0x${string}`;
1601
+ tapleafHash: `0x${string}`;
1602
+ unlockScript: {
1603
+ bytes: `0x${string}`;
1604
+ };
1605
+ }, {
1606
+ salt: number;
1607
+ tweakedPubkeyBytes: string;
1608
+ tapleafHash: string;
1609
+ unlockScript: {
1610
+ bytes: string;
1611
+ };
1612
+ }>>>;
1613
+ }, "strip", z.ZodTypeAny, {
1614
+ pubkeyX: `0x${string}`;
1615
+ scriptPath?: {
1616
+ salt: number;
1617
+ tweakedPubkeyBytes: `0x${string}`;
1618
+ tapleafHash: `0x${string}`;
1619
+ unlockScript: {
1620
+ bytes: `0x${string}`;
1621
+ };
1622
+ } | null | undefined;
1623
+ }, {
1624
+ pubkeyX: string;
1625
+ scriptPath?: {
1626
+ salt: number;
1627
+ tweakedPubkeyBytes: string;
1628
+ tapleafHash: string;
1629
+ unlockScript: {
1630
+ bytes: string;
1631
+ };
1632
+ } | null | undefined;
1633
+ }>;
1634
+ declare const cfChainsBtcUtxo: z.ZodObject<{
1635
+ id: z.ZodObject<{
1636
+ txId: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1637
+ vout: z.ZodNumber;
1638
+ }, "strip", z.ZodTypeAny, {
1639
+ txId: `0x${string}`;
1640
+ vout: number;
1641
+ }, {
1642
+ txId: string;
1643
+ vout: number;
1644
+ }>;
1645
+ amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
1646
+ depositAddress: z.ZodObject<{
1647
+ pubkeyX: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1648
+ scriptPath: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1649
+ salt: z.ZodNumber;
1650
+ tweakedPubkeyBytes: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1651
+ tapleafHash: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1652
+ unlockScript: z.ZodObject<{
1653
+ bytes: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1654
+ }, "strip", z.ZodTypeAny, {
1655
+ bytes: `0x${string}`;
1656
+ }, {
1657
+ bytes: string;
1658
+ }>;
1659
+ }, "strip", z.ZodTypeAny, {
1660
+ salt: number;
1661
+ tweakedPubkeyBytes: `0x${string}`;
1662
+ tapleafHash: `0x${string}`;
1663
+ unlockScript: {
1664
+ bytes: `0x${string}`;
1665
+ };
1666
+ }, {
1667
+ salt: number;
1668
+ tweakedPubkeyBytes: string;
1669
+ tapleafHash: string;
1670
+ unlockScript: {
1671
+ bytes: string;
1672
+ };
1673
+ }>>>;
1674
+ }, "strip", z.ZodTypeAny, {
1675
+ pubkeyX: `0x${string}`;
1676
+ scriptPath?: {
1677
+ salt: number;
1678
+ tweakedPubkeyBytes: `0x${string}`;
1679
+ tapleafHash: `0x${string}`;
1680
+ unlockScript: {
1681
+ bytes: `0x${string}`;
1682
+ };
1683
+ } | null | undefined;
1684
+ }, {
1685
+ pubkeyX: string;
1686
+ scriptPath?: {
1687
+ salt: number;
1688
+ tweakedPubkeyBytes: string;
1689
+ tapleafHash: string;
1690
+ unlockScript: {
1691
+ bytes: string;
1692
+ };
1693
+ } | null | undefined;
1694
+ }>;
1695
+ }, "strip", z.ZodTypeAny, {
1696
+ id: {
1697
+ txId: `0x${string}`;
1698
+ vout: number;
1699
+ };
1700
+ amount: bigint;
1701
+ depositAddress: {
1702
+ pubkeyX: `0x${string}`;
1703
+ scriptPath?: {
1704
+ salt: number;
1705
+ tweakedPubkeyBytes: `0x${string}`;
1706
+ tapleafHash: `0x${string}`;
1707
+ unlockScript: {
1708
+ bytes: `0x${string}`;
1709
+ };
1710
+ } | null | undefined;
1711
+ };
1712
+ }, {
1713
+ id: {
1714
+ txId: string;
1715
+ vout: number;
1716
+ };
1717
+ amount: string | number;
1718
+ depositAddress: {
1719
+ pubkeyX: string;
1720
+ scriptPath?: {
1721
+ salt: number;
1722
+ tweakedPubkeyBytes: string;
1723
+ tapleafHash: string;
1724
+ unlockScript: {
1725
+ bytes: string;
1726
+ };
1727
+ } | null | undefined;
1728
+ };
1729
+ }>;
1730
+ declare const cfPrimitivesChainsForeignChain: z.ZodEffects<z.ZodObject<{
1731
+ __kind: z.ZodEnum<["Ethereum", "Polkadot", "Bitcoin", "Arbitrum"]>;
1732
+ }, "strip", z.ZodTypeAny, {
1733
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum";
1734
+ }, {
1735
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum";
1736
+ }>, "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum", {
1737
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum";
1738
+ }>;
1739
+ declare const accountId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
1740
+ declare const cfPrimitivesAccountRole: z.ZodEffects<z.ZodObject<{
1741
+ __kind: z.ZodEnum<["Unregistered", "Validator", "LiquidityProvider", "Broker"]>;
1742
+ }, "strip", z.ZodTypeAny, {
1743
+ __kind: "Unregistered" | "Validator" | "LiquidityProvider" | "Broker";
1744
+ }, {
1745
+ __kind: "Unregistered" | "Validator" | "LiquidityProvider" | "Broker";
1746
+ }>, "Unregistered" | "Validator" | "LiquidityProvider" | "Broker", {
1747
+ __kind: "Unregistered" | "Validator" | "LiquidityProvider" | "Broker";
1748
+ }>;
1749
+ declare const palletCfValidatorRotationState: z.ZodObject<{
1750
+ primaryCandidates: z.ZodArray<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>, "many">;
1751
+ secondaryCandidates: z.ZodArray<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>, "many">;
1752
+ banned: z.ZodArray<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>, "many">;
1753
+ bond: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
1754
+ newEpochIndex: z.ZodNumber;
1755
+ }, "strip", z.ZodTypeAny, {
1756
+ primaryCandidates: `cF${string}`[];
1757
+ secondaryCandidates: `cF${string}`[];
1758
+ banned: `cF${string}`[];
1759
+ bond: bigint;
1760
+ newEpochIndex: number;
1761
+ }, {
1762
+ primaryCandidates: string[];
1763
+ secondaryCandidates: string[];
1764
+ banned: string[];
1765
+ bond: string | number;
1766
+ newEpochIndex: number;
1767
+ }>;
1768
+ declare const palletCfValidatorRotationPhase: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
1769
+ __kind: z.ZodLiteral<"Idle">;
1770
+ }, "strip", z.ZodTypeAny, {
1771
+ __kind: "Idle";
1772
+ }, {
1773
+ __kind: "Idle";
1774
+ }>, z.ZodObject<{
1775
+ __kind: z.ZodLiteral<"KeygensInProgress">;
1776
+ value: z.ZodObject<{
1777
+ primaryCandidates: z.ZodArray<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>, "many">;
1778
+ secondaryCandidates: z.ZodArray<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>, "many">;
1779
+ banned: z.ZodArray<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>, "many">;
1780
+ bond: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
1781
+ newEpochIndex: z.ZodNumber;
1782
+ }, "strip", z.ZodTypeAny, {
1783
+ primaryCandidates: `cF${string}`[];
1784
+ secondaryCandidates: `cF${string}`[];
1785
+ banned: `cF${string}`[];
1786
+ bond: bigint;
1787
+ newEpochIndex: number;
1788
+ }, {
1789
+ primaryCandidates: string[];
1790
+ secondaryCandidates: string[];
1791
+ banned: string[];
1792
+ bond: string | number;
1793
+ newEpochIndex: number;
1794
+ }>;
1795
+ }, "strip", z.ZodTypeAny, {
1796
+ value: {
1797
+ primaryCandidates: `cF${string}`[];
1798
+ secondaryCandidates: `cF${string}`[];
1799
+ banned: `cF${string}`[];
1800
+ bond: bigint;
1801
+ newEpochIndex: number;
1802
+ };
1803
+ __kind: "KeygensInProgress";
1804
+ }, {
1805
+ value: {
1806
+ primaryCandidates: string[];
1807
+ secondaryCandidates: string[];
1808
+ banned: string[];
1809
+ bond: string | number;
1810
+ newEpochIndex: number;
1811
+ };
1812
+ __kind: "KeygensInProgress";
1813
+ }>, z.ZodObject<{
1814
+ __kind: z.ZodLiteral<"KeyHandoversInProgress">;
1815
+ value: z.ZodObject<{
1816
+ primaryCandidates: z.ZodArray<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>, "many">;
1817
+ secondaryCandidates: z.ZodArray<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>, "many">;
1818
+ banned: z.ZodArray<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>, "many">;
1819
+ bond: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
1820
+ newEpochIndex: z.ZodNumber;
1821
+ }, "strip", z.ZodTypeAny, {
1822
+ primaryCandidates: `cF${string}`[];
1823
+ secondaryCandidates: `cF${string}`[];
1824
+ banned: `cF${string}`[];
1825
+ bond: bigint;
1826
+ newEpochIndex: number;
1827
+ }, {
1828
+ primaryCandidates: string[];
1829
+ secondaryCandidates: string[];
1830
+ banned: string[];
1831
+ bond: string | number;
1832
+ newEpochIndex: number;
1833
+ }>;
1834
+ }, "strip", z.ZodTypeAny, {
1835
+ value: {
1836
+ primaryCandidates: `cF${string}`[];
1837
+ secondaryCandidates: `cF${string}`[];
1838
+ banned: `cF${string}`[];
1839
+ bond: bigint;
1840
+ newEpochIndex: number;
1841
+ };
1842
+ __kind: "KeyHandoversInProgress";
1843
+ }, {
1844
+ value: {
1845
+ primaryCandidates: string[];
1846
+ secondaryCandidates: string[];
1847
+ banned: string[];
1848
+ bond: string | number;
1849
+ newEpochIndex: number;
1850
+ };
1851
+ __kind: "KeyHandoversInProgress";
1852
+ }>, z.ZodObject<{
1853
+ __kind: z.ZodLiteral<"ActivatingKeys">;
1854
+ value: z.ZodObject<{
1855
+ primaryCandidates: z.ZodArray<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>, "many">;
1856
+ secondaryCandidates: z.ZodArray<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>, "many">;
1857
+ banned: z.ZodArray<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>, "many">;
1858
+ bond: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
1859
+ newEpochIndex: z.ZodNumber;
1860
+ }, "strip", z.ZodTypeAny, {
1861
+ primaryCandidates: `cF${string}`[];
1862
+ secondaryCandidates: `cF${string}`[];
1863
+ banned: `cF${string}`[];
1864
+ bond: bigint;
1865
+ newEpochIndex: number;
1866
+ }, {
1867
+ primaryCandidates: string[];
1868
+ secondaryCandidates: string[];
1869
+ banned: string[];
1870
+ bond: string | number;
1871
+ newEpochIndex: number;
1872
+ }>;
1873
+ }, "strip", z.ZodTypeAny, {
1874
+ value: {
1875
+ primaryCandidates: `cF${string}`[];
1876
+ secondaryCandidates: `cF${string}`[];
1877
+ banned: `cF${string}`[];
1878
+ bond: bigint;
1879
+ newEpochIndex: number;
1880
+ };
1881
+ __kind: "ActivatingKeys";
1882
+ }, {
1883
+ value: {
1884
+ primaryCandidates: string[];
1885
+ secondaryCandidates: string[];
1886
+ banned: string[];
1887
+ bond: string | number;
1888
+ newEpochIndex: number;
1889
+ };
1890
+ __kind: "ActivatingKeys";
1891
+ }>, z.ZodObject<{
1892
+ __kind: z.ZodLiteral<"NewKeysActivated">;
1893
+ value: z.ZodObject<{
1894
+ primaryCandidates: z.ZodArray<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>, "many">;
1895
+ secondaryCandidates: z.ZodArray<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>, "many">;
1896
+ banned: z.ZodArray<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>, "many">;
1897
+ bond: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
1898
+ newEpochIndex: z.ZodNumber;
1899
+ }, "strip", z.ZodTypeAny, {
1900
+ primaryCandidates: `cF${string}`[];
1901
+ secondaryCandidates: `cF${string}`[];
1902
+ banned: `cF${string}`[];
1903
+ bond: bigint;
1904
+ newEpochIndex: number;
1905
+ }, {
1906
+ primaryCandidates: string[];
1907
+ secondaryCandidates: string[];
1908
+ banned: string[];
1909
+ bond: string | number;
1910
+ newEpochIndex: number;
1911
+ }>;
1912
+ }, "strip", z.ZodTypeAny, {
1913
+ value: {
1914
+ primaryCandidates: `cF${string}`[];
1915
+ secondaryCandidates: `cF${string}`[];
1916
+ banned: `cF${string}`[];
1917
+ bond: bigint;
1918
+ newEpochIndex: number;
1919
+ };
1920
+ __kind: "NewKeysActivated";
1921
+ }, {
1922
+ value: {
1923
+ primaryCandidates: string[];
1924
+ secondaryCandidates: string[];
1925
+ banned: string[];
1926
+ bond: string | number;
1927
+ newEpochIndex: number;
1928
+ };
1929
+ __kind: "NewKeysActivated";
1930
+ }>, z.ZodObject<{
1931
+ __kind: z.ZodLiteral<"SessionRotating">;
1932
+ value: z.ZodTuple<[z.ZodArray<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>, "many">, z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>], null>;
1933
+ }, "strip", z.ZodTypeAny, {
1934
+ value: [`cF${string}`[], bigint];
1935
+ __kind: "SessionRotating";
1936
+ }, {
1937
+ value: [string[], string | number];
1938
+ __kind: "SessionRotating";
1939
+ }>]>;
1940
+ declare const palletCfTokenholderGovernanceProposal: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
1941
+ __kind: z.ZodLiteral<"SetGovernanceKey">;
1942
+ value: z.ZodTuple<[z.ZodEffects<z.ZodObject<{
1943
+ __kind: z.ZodEnum<["Ethereum", "Polkadot", "Bitcoin", "Arbitrum"]>;
1944
+ }, "strip", z.ZodTypeAny, {
1945
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum";
1946
+ }, {
1947
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum";
1948
+ }>, "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum", {
1949
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum";
1950
+ }>, z.ZodEffects<z.ZodString, `0x${string}`, string>], null>;
1951
+ }, "strip", z.ZodTypeAny, {
1952
+ value: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum", `0x${string}`];
1953
+ __kind: "SetGovernanceKey";
1954
+ }, {
1955
+ value: [{
1956
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum";
1957
+ }, string];
1958
+ __kind: "SetGovernanceKey";
1959
+ }>, z.ZodObject<{
1960
+ __kind: z.ZodLiteral<"SetCommunityKey">;
1961
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1962
+ }, "strip", z.ZodTypeAny, {
1963
+ value: `0x${string}`;
1964
+ __kind: "SetCommunityKey";
1965
+ }, {
1966
+ value: string;
1967
+ __kind: "SetCommunityKey";
1968
+ }>]>;
1969
+ declare const cfChainsEvmParityBit: z.ZodEffects<z.ZodObject<{
1970
+ __kind: z.ZodEnum<["Odd", "Even"]>;
1971
+ }, "strip", z.ZodTypeAny, {
1972
+ __kind: "Odd" | "Even";
1973
+ }, {
1974
+ __kind: "Odd" | "Even";
1975
+ }>, "Odd" | "Even", {
1976
+ __kind: "Odd" | "Even";
1977
+ }>;
1978
+ declare const cfChainsEvmAggKey: z.ZodObject<{
1979
+ pubKeyX: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1980
+ pubKeyYParity: z.ZodEffects<z.ZodObject<{
1981
+ __kind: z.ZodEnum<["Odd", "Even"]>;
1982
+ }, "strip", z.ZodTypeAny, {
1983
+ __kind: "Odd" | "Even";
1984
+ }, {
1985
+ __kind: "Odd" | "Even";
1986
+ }>, "Odd" | "Even", {
1987
+ __kind: "Odd" | "Even";
1988
+ }>;
1989
+ }, "strip", z.ZodTypeAny, {
1990
+ pubKeyX: `0x${string}`;
1991
+ pubKeyYParity: "Odd" | "Even";
1992
+ }, {
1993
+ pubKeyX: string;
1994
+ pubKeyYParity: {
1995
+ __kind: "Odd" | "Even";
1996
+ };
1997
+ }>;
1998
+ declare const spRuntimeModuleError: z.ZodObject<{
1999
+ index: z.ZodNumber;
2000
+ error: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2001
+ }, "strip", z.ZodTypeAny, {
2002
+ index: number;
2003
+ error: `0x${string}`;
2004
+ }, {
2005
+ index: number;
2006
+ error: string;
2007
+ }>;
2008
+ declare const spRuntimeTokenError: z.ZodEffects<z.ZodObject<{
2009
+ __kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
2010
+ }, "strip", z.ZodTypeAny, {
2011
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2012
+ }, {
2013
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2014
+ }>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
2015
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2016
+ }>;
2017
+ declare const spArithmeticArithmeticError: z.ZodEffects<z.ZodObject<{
2018
+ __kind: z.ZodEnum<["Underflow", "Overflow", "DivisionByZero"]>;
2019
+ }, "strip", z.ZodTypeAny, {
2020
+ __kind: "Underflow" | "Overflow" | "DivisionByZero";
2021
+ }, {
2022
+ __kind: "Underflow" | "Overflow" | "DivisionByZero";
2023
+ }>, "Underflow" | "Overflow" | "DivisionByZero", {
2024
+ __kind: "Underflow" | "Overflow" | "DivisionByZero";
2025
+ }>;
2026
+ declare const spRuntimeTransactionalError: z.ZodEffects<z.ZodObject<{
2027
+ __kind: z.ZodEnum<["LimitReached", "NoLayer"]>;
2028
+ }, "strip", z.ZodTypeAny, {
2029
+ __kind: "LimitReached" | "NoLayer";
2030
+ }, {
2031
+ __kind: "LimitReached" | "NoLayer";
2032
+ }>, "LimitReached" | "NoLayer", {
2033
+ __kind: "LimitReached" | "NoLayer";
2034
+ }>;
2035
+ declare const spRuntimeDispatchError: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
2036
+ __kind: z.ZodLiteral<"Other">;
2037
+ }, "strip", z.ZodTypeAny, {
2038
+ __kind: "Other";
2039
+ }, {
2040
+ __kind: "Other";
2041
+ }>, z.ZodObject<{
2042
+ __kind: z.ZodLiteral<"CannotLookup">;
2043
+ }, "strip", z.ZodTypeAny, {
2044
+ __kind: "CannotLookup";
2045
+ }, {
2046
+ __kind: "CannotLookup";
2047
+ }>, z.ZodObject<{
2048
+ __kind: z.ZodLiteral<"BadOrigin">;
2049
+ }, "strip", z.ZodTypeAny, {
2050
+ __kind: "BadOrigin";
2051
+ }, {
2052
+ __kind: "BadOrigin";
2053
+ }>, z.ZodObject<{
2054
+ __kind: z.ZodLiteral<"Module">;
2055
+ value: z.ZodObject<{
2056
+ index: z.ZodNumber;
2057
+ error: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2058
+ }, "strip", z.ZodTypeAny, {
2059
+ index: number;
2060
+ error: `0x${string}`;
2061
+ }, {
2062
+ index: number;
2063
+ error: string;
2064
+ }>;
2065
+ }, "strip", z.ZodTypeAny, {
2066
+ value: {
2067
+ index: number;
2068
+ error: `0x${string}`;
2069
+ };
2070
+ __kind: "Module";
2071
+ }, {
2072
+ value: {
2073
+ index: number;
2074
+ error: string;
2075
+ };
2076
+ __kind: "Module";
2077
+ }>, z.ZodObject<{
2078
+ __kind: z.ZodLiteral<"ConsumerRemaining">;
2079
+ }, "strip", z.ZodTypeAny, {
2080
+ __kind: "ConsumerRemaining";
2081
+ }, {
2082
+ __kind: "ConsumerRemaining";
2083
+ }>, z.ZodObject<{
2084
+ __kind: z.ZodLiteral<"NoProviders">;
2085
+ }, "strip", z.ZodTypeAny, {
2086
+ __kind: "NoProviders";
2087
+ }, {
2088
+ __kind: "NoProviders";
2089
+ }>, z.ZodObject<{
2090
+ __kind: z.ZodLiteral<"TooManyConsumers">;
2091
+ }, "strip", z.ZodTypeAny, {
2092
+ __kind: "TooManyConsumers";
2093
+ }, {
2094
+ __kind: "TooManyConsumers";
2095
+ }>, z.ZodObject<{
2096
+ __kind: z.ZodLiteral<"Token">;
2097
+ value: z.ZodEffects<z.ZodObject<{
2098
+ __kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
2099
+ }, "strip", z.ZodTypeAny, {
2100
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2101
+ }, {
2102
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2103
+ }>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
2104
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2105
+ }>;
2106
+ }, "strip", z.ZodTypeAny, {
2107
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2108
+ __kind: "Token";
2109
+ }, {
2110
+ value: {
2111
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2112
+ };
2113
+ __kind: "Token";
2114
+ }>, z.ZodObject<{
2115
+ __kind: z.ZodLiteral<"Arithmetic">;
2116
+ value: z.ZodEffects<z.ZodObject<{
2117
+ __kind: z.ZodEnum<["Underflow", "Overflow", "DivisionByZero"]>;
2118
+ }, "strip", z.ZodTypeAny, {
2119
+ __kind: "Underflow" | "Overflow" | "DivisionByZero";
2120
+ }, {
2121
+ __kind: "Underflow" | "Overflow" | "DivisionByZero";
2122
+ }>, "Underflow" | "Overflow" | "DivisionByZero", {
2123
+ __kind: "Underflow" | "Overflow" | "DivisionByZero";
2124
+ }>;
2125
+ }, "strip", z.ZodTypeAny, {
2126
+ value: "Underflow" | "Overflow" | "DivisionByZero";
2127
+ __kind: "Arithmetic";
2128
+ }, {
2129
+ value: {
2130
+ __kind: "Underflow" | "Overflow" | "DivisionByZero";
2131
+ };
2132
+ __kind: "Arithmetic";
2133
+ }>, z.ZodObject<{
2134
+ __kind: z.ZodLiteral<"Transactional">;
2135
+ value: z.ZodEffects<z.ZodObject<{
2136
+ __kind: z.ZodEnum<["LimitReached", "NoLayer"]>;
2137
+ }, "strip", z.ZodTypeAny, {
2138
+ __kind: "LimitReached" | "NoLayer";
2139
+ }, {
2140
+ __kind: "LimitReached" | "NoLayer";
2141
+ }>, "LimitReached" | "NoLayer", {
2142
+ __kind: "LimitReached" | "NoLayer";
2143
+ }>;
2144
+ }, "strip", z.ZodTypeAny, {
2145
+ value: "LimitReached" | "NoLayer";
2146
+ __kind: "Transactional";
2147
+ }, {
2148
+ value: {
2149
+ __kind: "LimitReached" | "NoLayer";
2150
+ };
2151
+ __kind: "Transactional";
2152
+ }>, z.ZodObject<{
2153
+ __kind: z.ZodLiteral<"Exhausted">;
2154
+ }, "strip", z.ZodTypeAny, {
2155
+ __kind: "Exhausted";
2156
+ }, {
2157
+ __kind: "Exhausted";
2158
+ }>, z.ZodObject<{
2159
+ __kind: z.ZodLiteral<"Corruption">;
2160
+ }, "strip", z.ZodTypeAny, {
2161
+ __kind: "Corruption";
2162
+ }, {
2163
+ __kind: "Corruption";
2164
+ }>, z.ZodObject<{
2165
+ __kind: z.ZodLiteral<"Unavailable">;
2166
+ }, "strip", z.ZodTypeAny, {
2167
+ __kind: "Unavailable";
2168
+ }, {
2169
+ __kind: "Unavailable";
2170
+ }>, z.ZodObject<{
2171
+ __kind: z.ZodLiteral<"RootNotAllowed">;
2172
+ }, "strip", z.ZodTypeAny, {
2173
+ __kind: "RootNotAllowed";
2174
+ }, {
2175
+ __kind: "RootNotAllowed";
2176
+ }>]>;
2177
+ declare const dispatchResult: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
2178
+ __kind: z.ZodLiteral<"Ok">;
2179
+ }, "strip", z.ZodTypeAny, {
2180
+ __kind: "Ok";
2181
+ }, {
2182
+ __kind: "Ok";
2183
+ }>, z.ZodObject<{
2184
+ __kind: z.ZodLiteral<"Err">;
2185
+ value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
2186
+ __kind: z.ZodLiteral<"Other">;
2187
+ }, "strip", z.ZodTypeAny, {
2188
+ __kind: "Other";
2189
+ }, {
2190
+ __kind: "Other";
2191
+ }>, z.ZodObject<{
2192
+ __kind: z.ZodLiteral<"CannotLookup">;
2193
+ }, "strip", z.ZodTypeAny, {
2194
+ __kind: "CannotLookup";
2195
+ }, {
2196
+ __kind: "CannotLookup";
2197
+ }>, z.ZodObject<{
2198
+ __kind: z.ZodLiteral<"BadOrigin">;
2199
+ }, "strip", z.ZodTypeAny, {
2200
+ __kind: "BadOrigin";
2201
+ }, {
2202
+ __kind: "BadOrigin";
2203
+ }>, z.ZodObject<{
2204
+ __kind: z.ZodLiteral<"Module">;
2205
+ value: z.ZodObject<{
2206
+ index: z.ZodNumber;
2207
+ error: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2208
+ }, "strip", z.ZodTypeAny, {
2209
+ index: number;
2210
+ error: `0x${string}`;
2211
+ }, {
2212
+ index: number;
2213
+ error: string;
2214
+ }>;
2215
+ }, "strip", z.ZodTypeAny, {
2216
+ value: {
2217
+ index: number;
2218
+ error: `0x${string}`;
2219
+ };
2220
+ __kind: "Module";
2221
+ }, {
2222
+ value: {
2223
+ index: number;
2224
+ error: string;
2225
+ };
2226
+ __kind: "Module";
2227
+ }>, z.ZodObject<{
2228
+ __kind: z.ZodLiteral<"ConsumerRemaining">;
2229
+ }, "strip", z.ZodTypeAny, {
2230
+ __kind: "ConsumerRemaining";
2231
+ }, {
2232
+ __kind: "ConsumerRemaining";
2233
+ }>, z.ZodObject<{
2234
+ __kind: z.ZodLiteral<"NoProviders">;
2235
+ }, "strip", z.ZodTypeAny, {
2236
+ __kind: "NoProviders";
2237
+ }, {
2238
+ __kind: "NoProviders";
2239
+ }>, z.ZodObject<{
2240
+ __kind: z.ZodLiteral<"TooManyConsumers">;
2241
+ }, "strip", z.ZodTypeAny, {
2242
+ __kind: "TooManyConsumers";
2243
+ }, {
2244
+ __kind: "TooManyConsumers";
2245
+ }>, z.ZodObject<{
2246
+ __kind: z.ZodLiteral<"Token">;
2247
+ value: z.ZodEffects<z.ZodObject<{
2248
+ __kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
2249
+ }, "strip", z.ZodTypeAny, {
2250
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2251
+ }, {
2252
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2253
+ }>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
2254
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2255
+ }>;
2256
+ }, "strip", z.ZodTypeAny, {
2257
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2258
+ __kind: "Token";
2259
+ }, {
2260
+ value: {
2261
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2262
+ };
2263
+ __kind: "Token";
2264
+ }>, z.ZodObject<{
2265
+ __kind: z.ZodLiteral<"Arithmetic">;
2266
+ value: z.ZodEffects<z.ZodObject<{
2267
+ __kind: z.ZodEnum<["Underflow", "Overflow", "DivisionByZero"]>;
2268
+ }, "strip", z.ZodTypeAny, {
2269
+ __kind: "Underflow" | "Overflow" | "DivisionByZero";
2270
+ }, {
2271
+ __kind: "Underflow" | "Overflow" | "DivisionByZero";
2272
+ }>, "Underflow" | "Overflow" | "DivisionByZero", {
2273
+ __kind: "Underflow" | "Overflow" | "DivisionByZero";
2274
+ }>;
2275
+ }, "strip", z.ZodTypeAny, {
2276
+ value: "Underflow" | "Overflow" | "DivisionByZero";
2277
+ __kind: "Arithmetic";
2278
+ }, {
2279
+ value: {
2280
+ __kind: "Underflow" | "Overflow" | "DivisionByZero";
2281
+ };
2282
+ __kind: "Arithmetic";
2283
+ }>, z.ZodObject<{
2284
+ __kind: z.ZodLiteral<"Transactional">;
2285
+ value: z.ZodEffects<z.ZodObject<{
2286
+ __kind: z.ZodEnum<["LimitReached", "NoLayer"]>;
2287
+ }, "strip", z.ZodTypeAny, {
2288
+ __kind: "LimitReached" | "NoLayer";
2289
+ }, {
2290
+ __kind: "LimitReached" | "NoLayer";
2291
+ }>, "LimitReached" | "NoLayer", {
2292
+ __kind: "LimitReached" | "NoLayer";
2293
+ }>;
2294
+ }, "strip", z.ZodTypeAny, {
2295
+ value: "LimitReached" | "NoLayer";
2296
+ __kind: "Transactional";
2297
+ }, {
2298
+ value: {
2299
+ __kind: "LimitReached" | "NoLayer";
2300
+ };
2301
+ __kind: "Transactional";
2302
+ }>, z.ZodObject<{
2303
+ __kind: z.ZodLiteral<"Exhausted">;
2304
+ }, "strip", z.ZodTypeAny, {
2305
+ __kind: "Exhausted";
2306
+ }, {
2307
+ __kind: "Exhausted";
2308
+ }>, z.ZodObject<{
2309
+ __kind: z.ZodLiteral<"Corruption">;
2310
+ }, "strip", z.ZodTypeAny, {
2311
+ __kind: "Corruption";
2312
+ }, {
2313
+ __kind: "Corruption";
2314
+ }>, z.ZodObject<{
2315
+ __kind: z.ZodLiteral<"Unavailable">;
2316
+ }, "strip", z.ZodTypeAny, {
2317
+ __kind: "Unavailable";
2318
+ }, {
2319
+ __kind: "Unavailable";
2320
+ }>, z.ZodObject<{
2321
+ __kind: z.ZodLiteral<"RootNotAllowed">;
2322
+ }, "strip", z.ZodTypeAny, {
2323
+ __kind: "RootNotAllowed";
2324
+ }, {
2325
+ __kind: "RootNotAllowed";
2326
+ }>]>;
2327
+ }, "strip", z.ZodTypeAny, {
2328
+ value: {
2329
+ __kind: "Other";
2330
+ } | {
2331
+ __kind: "CannotLookup";
2332
+ } | {
2333
+ __kind: "BadOrigin";
2334
+ } | {
2335
+ value: {
2336
+ index: number;
2337
+ error: `0x${string}`;
2338
+ };
2339
+ __kind: "Module";
2340
+ } | {
2341
+ __kind: "ConsumerRemaining";
2342
+ } | {
2343
+ __kind: "NoProviders";
2344
+ } | {
2345
+ __kind: "TooManyConsumers";
2346
+ } | {
2347
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2348
+ __kind: "Token";
2349
+ } | {
2350
+ value: "Underflow" | "Overflow" | "DivisionByZero";
2351
+ __kind: "Arithmetic";
2352
+ } | {
2353
+ value: "LimitReached" | "NoLayer";
2354
+ __kind: "Transactional";
2355
+ } | {
2356
+ __kind: "Exhausted";
2357
+ } | {
2358
+ __kind: "Corruption";
2359
+ } | {
2360
+ __kind: "Unavailable";
2361
+ } | {
2362
+ __kind: "RootNotAllowed";
2363
+ };
2364
+ __kind: "Err";
2365
+ }, {
2366
+ value: {
2367
+ __kind: "Other";
2368
+ } | {
2369
+ __kind: "CannotLookup";
2370
+ } | {
2371
+ __kind: "BadOrigin";
2372
+ } | {
2373
+ value: {
2374
+ index: number;
2375
+ error: string;
2376
+ };
2377
+ __kind: "Module";
2378
+ } | {
2379
+ __kind: "ConsumerRemaining";
2380
+ } | {
2381
+ __kind: "NoProviders";
2382
+ } | {
2383
+ __kind: "TooManyConsumers";
2384
+ } | {
2385
+ value: {
2386
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2387
+ };
2388
+ __kind: "Token";
2389
+ } | {
2390
+ value: {
2391
+ __kind: "Underflow" | "Overflow" | "DivisionByZero";
2392
+ };
2393
+ __kind: "Arithmetic";
2394
+ } | {
2395
+ value: {
2396
+ __kind: "LimitReached" | "NoLayer";
2397
+ };
2398
+ __kind: "Transactional";
2399
+ } | {
2400
+ __kind: "Exhausted";
2401
+ } | {
2402
+ __kind: "Corruption";
2403
+ } | {
2404
+ __kind: "Unavailable";
2405
+ } | {
2406
+ __kind: "RootNotAllowed";
2407
+ };
2408
+ __kind: "Err";
2409
+ }>]>;
2410
+ declare const cfChainsAddressEncodedAddress: z.ZodEffects<z.ZodObject<{
2411
+ __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb"]>;
2412
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2413
+ }, "strip", z.ZodTypeAny, {
2414
+ value: `0x${string}`;
2415
+ __kind: "Eth" | "Dot" | "Btc" | "Arb";
2416
+ }, {
2417
+ value: string;
2418
+ __kind: "Eth" | "Dot" | "Btc" | "Arb";
2419
+ }>, {
2420
+ readonly chain: "Ethereum";
2421
+ readonly address: `0x${string}`;
2422
+ } | {
2423
+ readonly chain: "Polkadot";
2424
+ readonly address: string;
2425
+ } | {
2426
+ readonly chain: "Bitcoin";
2427
+ readonly address: string;
2428
+ } | {
2429
+ readonly chain: "Arbitrum";
2430
+ readonly address: `0x${string}`;
2431
+ }, {
2432
+ value: string;
2433
+ __kind: "Eth" | "Dot" | "Btc" | "Arb";
2434
+ }>;
2435
+ declare const cfPrimitivesChainsAssetsAnyAsset: z.ZodEffects<z.ZodObject<{
2436
+ __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt"]>;
2437
+ }, "strip", z.ZodTypeAny, {
2438
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
2439
+ }, {
2440
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
2441
+ }>, "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt", {
2442
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
2443
+ }>;
2444
+ declare const cfChainsCcmChannelMetadata: z.ZodObject<{
2445
+ message: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2446
+ gasBudget: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
2447
+ cfParameters: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2448
+ }, "strip", z.ZodTypeAny, {
2449
+ message: `0x${string}`;
2450
+ gasBudget: bigint;
2451
+ cfParameters: `0x${string}`;
2452
+ }, {
2453
+ message: string;
2454
+ gasBudget: string | number;
2455
+ cfParameters: string;
2456
+ }>;
2457
+ declare const cfPrimitivesBeneficiary: z.ZodObject<{
2458
+ account: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
2459
+ bps: z.ZodNumber;
2460
+ }, "strip", z.ZodTypeAny, {
2461
+ account: `cF${string}`;
2462
+ bps: number;
2463
+ }, {
2464
+ account: string;
2465
+ bps: number;
2466
+ }>;
2467
+ declare const cfChainsSwapOrigin: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
2468
+ __kind: z.ZodLiteral<"DepositChannel">;
2469
+ depositAddress: z.ZodEffects<z.ZodObject<{
2470
+ __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb"]>;
2471
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2472
+ }, "strip", z.ZodTypeAny, {
2473
+ value: `0x${string}`;
2474
+ __kind: "Eth" | "Dot" | "Btc" | "Arb";
2475
+ }, {
2476
+ value: string;
2477
+ __kind: "Eth" | "Dot" | "Btc" | "Arb";
2478
+ }>, {
2479
+ readonly chain: "Ethereum";
2480
+ readonly address: `0x${string}`;
2481
+ } | {
2482
+ readonly chain: "Polkadot";
2483
+ readonly address: string;
2484
+ } | {
2485
+ readonly chain: "Bitcoin";
2486
+ readonly address: string;
2487
+ } | {
2488
+ readonly chain: "Arbitrum";
2489
+ readonly address: `0x${string}`;
2490
+ }, {
2491
+ value: string;
2492
+ __kind: "Eth" | "Dot" | "Btc" | "Arb";
2493
+ }>;
2494
+ channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
2495
+ depositBlockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
2496
+ }, "strip", z.ZodTypeAny, {
2497
+ __kind: "DepositChannel";
2498
+ depositAddress: {
2499
+ readonly chain: "Ethereum";
2500
+ readonly address: `0x${string}`;
2501
+ } | {
2502
+ readonly chain: "Polkadot";
2503
+ readonly address: string;
2504
+ } | {
2505
+ readonly chain: "Bitcoin";
2506
+ readonly address: string;
2507
+ } | {
2508
+ readonly chain: "Arbitrum";
2509
+ readonly address: `0x${string}`;
2510
+ };
2511
+ channelId: bigint;
2512
+ depositBlockHeight: bigint;
2513
+ }, {
2514
+ __kind: "DepositChannel";
2515
+ depositAddress: {
2516
+ value: string;
2517
+ __kind: "Eth" | "Dot" | "Btc" | "Arb";
2518
+ };
2519
+ channelId: string | number;
2520
+ depositBlockHeight: string | number;
2521
+ }>, z.ZodObject<{
2522
+ __kind: z.ZodLiteral<"Vault">;
2523
+ txHash: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2524
+ }, "strip", z.ZodTypeAny, {
2525
+ __kind: "Vault";
2526
+ txHash: `0x${string}`;
2527
+ }, {
2528
+ __kind: "Vault";
2529
+ txHash: string;
2530
+ }>]>;
2531
+ declare const cfChainsBtcScriptPubkey: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
2532
+ __kind: z.ZodLiteral<"P2PKH">;
2533
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2534
+ }, "strip", z.ZodTypeAny, {
2535
+ value: `0x${string}`;
2536
+ __kind: "P2PKH";
2537
+ }, {
2538
+ value: string;
2539
+ __kind: "P2PKH";
2540
+ }>, z.ZodObject<{
2541
+ __kind: z.ZodLiteral<"P2SH">;
2542
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2543
+ }, "strip", z.ZodTypeAny, {
2544
+ value: `0x${string}`;
2545
+ __kind: "P2SH";
2546
+ }, {
2547
+ value: string;
2548
+ __kind: "P2SH";
2549
+ }>, z.ZodObject<{
2550
+ __kind: z.ZodLiteral<"P2WPKH">;
2551
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2552
+ }, "strip", z.ZodTypeAny, {
2553
+ value: `0x${string}`;
2554
+ __kind: "P2WPKH";
2555
+ }, {
2556
+ value: string;
2557
+ __kind: "P2WPKH";
2558
+ }>, z.ZodObject<{
2559
+ __kind: z.ZodLiteral<"P2WSH">;
2560
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2561
+ }, "strip", z.ZodTypeAny, {
2562
+ value: `0x${string}`;
2563
+ __kind: "P2WSH";
2564
+ }, {
2565
+ value: string;
2566
+ __kind: "P2WSH";
2567
+ }>, z.ZodObject<{
2568
+ __kind: z.ZodLiteral<"Taproot">;
2569
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2570
+ }, "strip", z.ZodTypeAny, {
2571
+ value: `0x${string}`;
2572
+ __kind: "Taproot";
2573
+ }, {
2574
+ value: string;
2575
+ __kind: "Taproot";
2576
+ }>, z.ZodObject<{
2577
+ __kind: z.ZodLiteral<"OtherSegwit">;
2578
+ version: z.ZodNumber;
2579
+ program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2580
+ }, "strip", z.ZodTypeAny, {
2581
+ __kind: "OtherSegwit";
2582
+ version: number;
2583
+ program: `0x${string}`;
2584
+ }, {
2585
+ __kind: "OtherSegwit";
2586
+ version: number;
2587
+ program: string;
2588
+ }>]>;
2589
+ declare const cfChainsAddressForeignChainAddress: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
2590
+ __kind: z.ZodLiteral<"Eth">;
2591
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2592
+ }, "strip", z.ZodTypeAny, {
2593
+ value: `0x${string}`;
2594
+ __kind: "Eth";
2595
+ }, {
2596
+ value: string;
2597
+ __kind: "Eth";
2598
+ }>, z.ZodObject<{
2599
+ __kind: z.ZodLiteral<"Dot">;
2600
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2601
+ }, "strip", z.ZodTypeAny, {
2602
+ value: `0x${string}`;
2603
+ __kind: "Dot";
2604
+ }, {
2605
+ value: string;
2606
+ __kind: "Dot";
2607
+ }>, z.ZodObject<{
2608
+ __kind: z.ZodLiteral<"Btc">;
2609
+ value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
2610
+ __kind: z.ZodLiteral<"P2PKH">;
2611
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2612
+ }, "strip", z.ZodTypeAny, {
2613
+ value: `0x${string}`;
2614
+ __kind: "P2PKH";
2615
+ }, {
2616
+ value: string;
2617
+ __kind: "P2PKH";
2618
+ }>, z.ZodObject<{
2619
+ __kind: z.ZodLiteral<"P2SH">;
2620
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2621
+ }, "strip", z.ZodTypeAny, {
2622
+ value: `0x${string}`;
2623
+ __kind: "P2SH";
2624
+ }, {
2625
+ value: string;
2626
+ __kind: "P2SH";
2627
+ }>, z.ZodObject<{
2628
+ __kind: z.ZodLiteral<"P2WPKH">;
2629
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2630
+ }, "strip", z.ZodTypeAny, {
2631
+ value: `0x${string}`;
2632
+ __kind: "P2WPKH";
2633
+ }, {
2634
+ value: string;
2635
+ __kind: "P2WPKH";
2636
+ }>, z.ZodObject<{
2637
+ __kind: z.ZodLiteral<"P2WSH">;
2638
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2639
+ }, "strip", z.ZodTypeAny, {
2640
+ value: `0x${string}`;
2641
+ __kind: "P2WSH";
2642
+ }, {
2643
+ value: string;
2644
+ __kind: "P2WSH";
2645
+ }>, z.ZodObject<{
2646
+ __kind: z.ZodLiteral<"Taproot">;
2647
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2648
+ }, "strip", z.ZodTypeAny, {
2649
+ value: `0x${string}`;
2650
+ __kind: "Taproot";
2651
+ }, {
2652
+ value: string;
2653
+ __kind: "Taproot";
2654
+ }>, z.ZodObject<{
2655
+ __kind: z.ZodLiteral<"OtherSegwit">;
2656
+ version: z.ZodNumber;
2657
+ program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2658
+ }, "strip", z.ZodTypeAny, {
2659
+ __kind: "OtherSegwit";
2660
+ version: number;
2661
+ program: `0x${string}`;
2662
+ }, {
2663
+ __kind: "OtherSegwit";
2664
+ version: number;
2665
+ program: string;
2666
+ }>]>;
2667
+ }, "strip", z.ZodTypeAny, {
2668
+ value: {
2669
+ value: `0x${string}`;
2670
+ __kind: "P2PKH";
2671
+ } | {
2672
+ value: `0x${string}`;
2673
+ __kind: "P2SH";
2674
+ } | {
2675
+ value: `0x${string}`;
2676
+ __kind: "P2WPKH";
2677
+ } | {
2678
+ value: `0x${string}`;
2679
+ __kind: "P2WSH";
2680
+ } | {
2681
+ value: `0x${string}`;
2682
+ __kind: "Taproot";
2683
+ } | {
2684
+ __kind: "OtherSegwit";
2685
+ version: number;
2686
+ program: `0x${string}`;
2687
+ };
2688
+ __kind: "Btc";
2689
+ }, {
2690
+ value: {
2691
+ value: string;
2692
+ __kind: "P2PKH";
2693
+ } | {
2694
+ value: string;
2695
+ __kind: "P2SH";
2696
+ } | {
2697
+ value: string;
2698
+ __kind: "P2WPKH";
2699
+ } | {
2700
+ value: string;
2701
+ __kind: "P2WSH";
2702
+ } | {
2703
+ value: string;
2704
+ __kind: "Taproot";
2705
+ } | {
2706
+ __kind: "OtherSegwit";
2707
+ version: number;
2708
+ program: string;
2709
+ };
2710
+ __kind: "Btc";
2711
+ }>, z.ZodObject<{
2712
+ __kind: z.ZodLiteral<"Arb">;
2713
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2714
+ }, "strip", z.ZodTypeAny, {
2715
+ value: `0x${string}`;
2716
+ __kind: "Arb";
2717
+ }, {
2718
+ value: string;
2719
+ __kind: "Arb";
2720
+ }>]>;
2721
+ declare const cfTraitsLiquiditySwapType: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
2722
+ __kind: z.ZodLiteral<"Swap">;
2723
+ value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
2724
+ __kind: z.ZodLiteral<"Eth">;
2725
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2726
+ }, "strip", z.ZodTypeAny, {
2727
+ value: `0x${string}`;
2728
+ __kind: "Eth";
2729
+ }, {
2730
+ value: string;
2731
+ __kind: "Eth";
2732
+ }>, z.ZodObject<{
2733
+ __kind: z.ZodLiteral<"Dot">;
2734
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2735
+ }, "strip", z.ZodTypeAny, {
2736
+ value: `0x${string}`;
2737
+ __kind: "Dot";
2738
+ }, {
2739
+ value: string;
2740
+ __kind: "Dot";
2741
+ }>, z.ZodObject<{
2742
+ __kind: z.ZodLiteral<"Btc">;
2743
+ value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
2744
+ __kind: z.ZodLiteral<"P2PKH">;
2745
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2746
+ }, "strip", z.ZodTypeAny, {
2747
+ value: `0x${string}`;
2748
+ __kind: "P2PKH";
2749
+ }, {
2750
+ value: string;
2751
+ __kind: "P2PKH";
2752
+ }>, z.ZodObject<{
2753
+ __kind: z.ZodLiteral<"P2SH">;
2754
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2755
+ }, "strip", z.ZodTypeAny, {
2756
+ value: `0x${string}`;
2757
+ __kind: "P2SH";
2758
+ }, {
2759
+ value: string;
2760
+ __kind: "P2SH";
2761
+ }>, z.ZodObject<{
2762
+ __kind: z.ZodLiteral<"P2WPKH">;
2763
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2764
+ }, "strip", z.ZodTypeAny, {
2765
+ value: `0x${string}`;
2766
+ __kind: "P2WPKH";
2767
+ }, {
2768
+ value: string;
2769
+ __kind: "P2WPKH";
2770
+ }>, z.ZodObject<{
2771
+ __kind: z.ZodLiteral<"P2WSH">;
2772
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2773
+ }, "strip", z.ZodTypeAny, {
2774
+ value: `0x${string}`;
2775
+ __kind: "P2WSH";
2776
+ }, {
2777
+ value: string;
2778
+ __kind: "P2WSH";
2779
+ }>, z.ZodObject<{
2780
+ __kind: z.ZodLiteral<"Taproot">;
2781
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2782
+ }, "strip", z.ZodTypeAny, {
2783
+ value: `0x${string}`;
2784
+ __kind: "Taproot";
2785
+ }, {
2786
+ value: string;
2787
+ __kind: "Taproot";
2788
+ }>, z.ZodObject<{
2789
+ __kind: z.ZodLiteral<"OtherSegwit">;
2790
+ version: z.ZodNumber;
2791
+ program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2792
+ }, "strip", z.ZodTypeAny, {
2793
+ __kind: "OtherSegwit";
2794
+ version: number;
2795
+ program: `0x${string}`;
2796
+ }, {
2797
+ __kind: "OtherSegwit";
2798
+ version: number;
2799
+ program: string;
2800
+ }>]>;
2801
+ }, "strip", z.ZodTypeAny, {
2802
+ value: {
2803
+ value: `0x${string}`;
2804
+ __kind: "P2PKH";
2805
+ } | {
2806
+ value: `0x${string}`;
2807
+ __kind: "P2SH";
2808
+ } | {
2809
+ value: `0x${string}`;
2810
+ __kind: "P2WPKH";
2811
+ } | {
2812
+ value: `0x${string}`;
2813
+ __kind: "P2WSH";
2814
+ } | {
2815
+ value: `0x${string}`;
2816
+ __kind: "Taproot";
2817
+ } | {
2818
+ __kind: "OtherSegwit";
2819
+ version: number;
2820
+ program: `0x${string}`;
2821
+ };
2822
+ __kind: "Btc";
2823
+ }, {
2824
+ value: {
2825
+ value: string;
2826
+ __kind: "P2PKH";
2827
+ } | {
2828
+ value: string;
2829
+ __kind: "P2SH";
2830
+ } | {
2831
+ value: string;
2832
+ __kind: "P2WPKH";
2833
+ } | {
2834
+ value: string;
2835
+ __kind: "P2WSH";
2836
+ } | {
2837
+ value: string;
2838
+ __kind: "Taproot";
2839
+ } | {
2840
+ __kind: "OtherSegwit";
2841
+ version: number;
2842
+ program: string;
2843
+ };
2844
+ __kind: "Btc";
2845
+ }>, z.ZodObject<{
2846
+ __kind: z.ZodLiteral<"Arb">;
2847
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2848
+ }, "strip", z.ZodTypeAny, {
2849
+ value: `0x${string}`;
2850
+ __kind: "Arb";
2851
+ }, {
2852
+ value: string;
2853
+ __kind: "Arb";
2854
+ }>]>;
2855
+ }, "strip", z.ZodTypeAny, {
2856
+ value: {
2857
+ value: `0x${string}`;
2858
+ __kind: "Eth";
2859
+ } | {
2860
+ value: `0x${string}`;
2861
+ __kind: "Dot";
2862
+ } | {
2863
+ value: {
2864
+ value: `0x${string}`;
2865
+ __kind: "P2PKH";
2866
+ } | {
2867
+ value: `0x${string}`;
2868
+ __kind: "P2SH";
2869
+ } | {
2870
+ value: `0x${string}`;
2871
+ __kind: "P2WPKH";
2872
+ } | {
2873
+ value: `0x${string}`;
2874
+ __kind: "P2WSH";
2875
+ } | {
2876
+ value: `0x${string}`;
2877
+ __kind: "Taproot";
2878
+ } | {
2879
+ __kind: "OtherSegwit";
2880
+ version: number;
2881
+ program: `0x${string}`;
2882
+ };
2883
+ __kind: "Btc";
2884
+ } | {
2885
+ value: `0x${string}`;
2886
+ __kind: "Arb";
2887
+ };
2888
+ __kind: "Swap";
2889
+ }, {
2890
+ value: {
2891
+ value: string;
2892
+ __kind: "Eth";
2893
+ } | {
2894
+ value: string;
2895
+ __kind: "Dot";
2896
+ } | {
2897
+ value: {
2898
+ value: string;
2899
+ __kind: "P2PKH";
2900
+ } | {
2901
+ value: string;
2902
+ __kind: "P2SH";
2903
+ } | {
2904
+ value: string;
2905
+ __kind: "P2WPKH";
2906
+ } | {
2907
+ value: string;
2908
+ __kind: "P2WSH";
2909
+ } | {
2910
+ value: string;
2911
+ __kind: "Taproot";
2912
+ } | {
2913
+ __kind: "OtherSegwit";
2914
+ version: number;
2915
+ program: string;
2916
+ };
2917
+ __kind: "Btc";
2918
+ } | {
2919
+ value: string;
2920
+ __kind: "Arb";
2921
+ };
2922
+ __kind: "Swap";
2923
+ }>, z.ZodObject<{
2924
+ __kind: z.ZodLiteral<"CcmPrincipal">;
2925
+ value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
2926
+ }, "strip", z.ZodTypeAny, {
2927
+ value: bigint;
2928
+ __kind: "CcmPrincipal";
2929
+ }, {
2930
+ value: string | number;
2931
+ __kind: "CcmPrincipal";
2932
+ }>, z.ZodObject<{
2933
+ __kind: z.ZodLiteral<"CcmGas">;
2934
+ value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
2935
+ }, "strip", z.ZodTypeAny, {
2936
+ value: bigint;
2937
+ __kind: "CcmGas";
2938
+ }, {
2939
+ value: string | number;
2940
+ __kind: "CcmGas";
2941
+ }>, z.ZodObject<{
2942
+ __kind: z.ZodLiteral<"NetworkFee">;
2943
+ }, "strip", z.ZodTypeAny, {
2944
+ __kind: "NetworkFee";
2945
+ }, {
2946
+ __kind: "NetworkFee";
2947
+ }>, z.ZodObject<{
2948
+ __kind: z.ZodLiteral<"IngressEgressFee">;
2949
+ }, "strip", z.ZodTypeAny, {
2950
+ __kind: "IngressEgressFee";
2951
+ }, {
2952
+ __kind: "IngressEgressFee";
2953
+ }>]>;
2954
+ declare const cfPrimitivesSwapLeg: z.ZodEffects<z.ZodObject<{
2955
+ __kind: z.ZodEnum<["FromStable", "ToStable"]>;
2956
+ }, "strip", z.ZodTypeAny, {
2957
+ __kind: "FromStable" | "ToStable";
2958
+ }, {
2959
+ __kind: "FromStable" | "ToStable";
2960
+ }>, "FromStable" | "ToStable", {
2961
+ __kind: "FromStable" | "ToStable";
2962
+ }>;
2963
+ declare const cfChainsCcmDepositMetadata: z.ZodObject<{
2964
+ sourceChain: z.ZodEffects<z.ZodObject<{
2965
+ __kind: z.ZodEnum<["Ethereum", "Polkadot", "Bitcoin", "Arbitrum"]>;
2966
+ }, "strip", z.ZodTypeAny, {
2967
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum";
2968
+ }, {
2969
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum";
2970
+ }>, "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum", {
2971
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum";
2972
+ }>;
2973
+ sourceAddress: z.ZodOptional<z.ZodNullable<z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
2974
+ __kind: z.ZodLiteral<"Eth">;
2975
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2976
+ }, "strip", z.ZodTypeAny, {
2977
+ value: `0x${string}`;
2978
+ __kind: "Eth";
2979
+ }, {
2980
+ value: string;
2981
+ __kind: "Eth";
2982
+ }>, z.ZodObject<{
2983
+ __kind: z.ZodLiteral<"Dot">;
2984
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2985
+ }, "strip", z.ZodTypeAny, {
2986
+ value: `0x${string}`;
2987
+ __kind: "Dot";
2988
+ }, {
2989
+ value: string;
2990
+ __kind: "Dot";
2991
+ }>, z.ZodObject<{
2992
+ __kind: z.ZodLiteral<"Btc">;
2993
+ value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
2994
+ __kind: z.ZodLiteral<"P2PKH">;
2995
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2996
+ }, "strip", z.ZodTypeAny, {
2997
+ value: `0x${string}`;
2998
+ __kind: "P2PKH";
2999
+ }, {
3000
+ value: string;
3001
+ __kind: "P2PKH";
3002
+ }>, z.ZodObject<{
3003
+ __kind: z.ZodLiteral<"P2SH">;
3004
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3005
+ }, "strip", z.ZodTypeAny, {
3006
+ value: `0x${string}`;
3007
+ __kind: "P2SH";
3008
+ }, {
3009
+ value: string;
3010
+ __kind: "P2SH";
3011
+ }>, z.ZodObject<{
3012
+ __kind: z.ZodLiteral<"P2WPKH">;
3013
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3014
+ }, "strip", z.ZodTypeAny, {
3015
+ value: `0x${string}`;
3016
+ __kind: "P2WPKH";
3017
+ }, {
3018
+ value: string;
3019
+ __kind: "P2WPKH";
3020
+ }>, z.ZodObject<{
3021
+ __kind: z.ZodLiteral<"P2WSH">;
3022
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3023
+ }, "strip", z.ZodTypeAny, {
3024
+ value: `0x${string}`;
3025
+ __kind: "P2WSH";
3026
+ }, {
3027
+ value: string;
3028
+ __kind: "P2WSH";
3029
+ }>, z.ZodObject<{
3030
+ __kind: z.ZodLiteral<"Taproot">;
3031
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3032
+ }, "strip", z.ZodTypeAny, {
3033
+ value: `0x${string}`;
3034
+ __kind: "Taproot";
3035
+ }, {
3036
+ value: string;
3037
+ __kind: "Taproot";
3038
+ }>, z.ZodObject<{
3039
+ __kind: z.ZodLiteral<"OtherSegwit">;
3040
+ version: z.ZodNumber;
3041
+ program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3042
+ }, "strip", z.ZodTypeAny, {
3043
+ __kind: "OtherSegwit";
3044
+ version: number;
3045
+ program: `0x${string}`;
3046
+ }, {
3047
+ __kind: "OtherSegwit";
3048
+ version: number;
3049
+ program: string;
3050
+ }>]>;
3051
+ }, "strip", z.ZodTypeAny, {
3052
+ value: {
3053
+ value: `0x${string}`;
3054
+ __kind: "P2PKH";
3055
+ } | {
3056
+ value: `0x${string}`;
3057
+ __kind: "P2SH";
3058
+ } | {
3059
+ value: `0x${string}`;
3060
+ __kind: "P2WPKH";
3061
+ } | {
3062
+ value: `0x${string}`;
3063
+ __kind: "P2WSH";
3064
+ } | {
3065
+ value: `0x${string}`;
3066
+ __kind: "Taproot";
3067
+ } | {
3068
+ __kind: "OtherSegwit";
3069
+ version: number;
3070
+ program: `0x${string}`;
3071
+ };
3072
+ __kind: "Btc";
3073
+ }, {
3074
+ value: {
3075
+ value: string;
3076
+ __kind: "P2PKH";
3077
+ } | {
3078
+ value: string;
3079
+ __kind: "P2SH";
3080
+ } | {
3081
+ value: string;
3082
+ __kind: "P2WPKH";
3083
+ } | {
3084
+ value: string;
3085
+ __kind: "P2WSH";
3086
+ } | {
3087
+ value: string;
3088
+ __kind: "Taproot";
3089
+ } | {
3090
+ __kind: "OtherSegwit";
3091
+ version: number;
3092
+ program: string;
3093
+ };
3094
+ __kind: "Btc";
3095
+ }>, z.ZodObject<{
3096
+ __kind: z.ZodLiteral<"Arb">;
3097
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3098
+ }, "strip", z.ZodTypeAny, {
3099
+ value: `0x${string}`;
3100
+ __kind: "Arb";
3101
+ }, {
3102
+ value: string;
3103
+ __kind: "Arb";
3104
+ }>]>>>;
3105
+ channelMetadata: z.ZodObject<{
3106
+ message: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3107
+ gasBudget: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3108
+ cfParameters: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3109
+ }, "strip", z.ZodTypeAny, {
3110
+ message: `0x${string}`;
3111
+ gasBudget: bigint;
3112
+ cfParameters: `0x${string}`;
3113
+ }, {
3114
+ message: string;
3115
+ gasBudget: string | number;
3116
+ cfParameters: string;
3117
+ }>;
3118
+ }, "strip", z.ZodTypeAny, {
3119
+ sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum";
3120
+ channelMetadata: {
3121
+ message: `0x${string}`;
3122
+ gasBudget: bigint;
3123
+ cfParameters: `0x${string}`;
3124
+ };
3125
+ sourceAddress?: {
3126
+ value: `0x${string}`;
3127
+ __kind: "Eth";
3128
+ } | {
3129
+ value: `0x${string}`;
3130
+ __kind: "Dot";
3131
+ } | {
3132
+ value: {
3133
+ value: `0x${string}`;
3134
+ __kind: "P2PKH";
3135
+ } | {
3136
+ value: `0x${string}`;
3137
+ __kind: "P2SH";
3138
+ } | {
3139
+ value: `0x${string}`;
3140
+ __kind: "P2WPKH";
3141
+ } | {
3142
+ value: `0x${string}`;
3143
+ __kind: "P2WSH";
3144
+ } | {
3145
+ value: `0x${string}`;
3146
+ __kind: "Taproot";
3147
+ } | {
3148
+ __kind: "OtherSegwit";
3149
+ version: number;
3150
+ program: `0x${string}`;
3151
+ };
3152
+ __kind: "Btc";
3153
+ } | {
3154
+ value: `0x${string}`;
3155
+ __kind: "Arb";
3156
+ } | null | undefined;
3157
+ }, {
3158
+ sourceChain: {
3159
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum";
3160
+ };
3161
+ channelMetadata: {
3162
+ message: string;
3163
+ gasBudget: string | number;
3164
+ cfParameters: string;
3165
+ };
3166
+ sourceAddress?: {
3167
+ value: string;
3168
+ __kind: "Eth";
3169
+ } | {
3170
+ value: string;
3171
+ __kind: "Dot";
3172
+ } | {
3173
+ value: {
3174
+ value: string;
3175
+ __kind: "P2PKH";
3176
+ } | {
3177
+ value: string;
3178
+ __kind: "P2SH";
3179
+ } | {
3180
+ value: string;
3181
+ __kind: "P2WPKH";
3182
+ } | {
3183
+ value: string;
3184
+ __kind: "P2WSH";
3185
+ } | {
3186
+ value: string;
3187
+ __kind: "Taproot";
3188
+ } | {
3189
+ __kind: "OtherSegwit";
3190
+ version: number;
3191
+ program: string;
3192
+ };
3193
+ __kind: "Btc";
3194
+ } | {
3195
+ value: string;
3196
+ __kind: "Arb";
3197
+ } | null | undefined;
3198
+ }>;
3199
+ declare const palletCfSwappingCcmFailReason: z.ZodEffects<z.ZodObject<{
3200
+ __kind: z.ZodEnum<["UnsupportedForTargetChain", "InsufficientDepositAmount"]>;
3201
+ }, "strip", z.ZodTypeAny, {
3202
+ __kind: "UnsupportedForTargetChain" | "InsufficientDepositAmount";
3203
+ }, {
3204
+ __kind: "UnsupportedForTargetChain" | "InsufficientDepositAmount";
3205
+ }>, "UnsupportedForTargetChain" | "InsufficientDepositAmount", {
3206
+ __kind: "UnsupportedForTargetChain" | "InsufficientDepositAmount";
3207
+ }>;
3208
+ declare const cfPrimitivesChainsAssetsEthAsset: z.ZodEffects<z.ZodObject<{
3209
+ __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Usdt"]>;
3210
+ }, "strip", z.ZodTypeAny, {
3211
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt";
3212
+ }, {
3213
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt";
3214
+ }>, "Eth" | "Flip" | "Usdc" | "Usdt", {
3215
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt";
3216
+ }>;
3217
+ declare const palletCfEthereumIngressEgressDepositAction: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
3218
+ __kind: z.ZodLiteral<"Swap">;
3219
+ swapId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3220
+ }, "strip", z.ZodTypeAny, {
3221
+ __kind: "Swap";
3222
+ swapId: bigint;
3223
+ }, {
3224
+ __kind: "Swap";
3225
+ swapId: string | number;
3226
+ }>, z.ZodObject<{
3227
+ __kind: z.ZodLiteral<"LiquidityProvision">;
3228
+ lpAccount: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
3229
+ }, "strip", z.ZodTypeAny, {
3230
+ __kind: "LiquidityProvision";
3231
+ lpAccount: `cF${string}`;
3232
+ }, {
3233
+ __kind: "LiquidityProvision";
3234
+ lpAccount: string;
3235
+ }>, z.ZodObject<{
3236
+ __kind: z.ZodLiteral<"CcmTransfer">;
3237
+ principalSwapId: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
3238
+ gasSwapId: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
3239
+ }, "strip", z.ZodTypeAny, {
3240
+ __kind: "CcmTransfer";
3241
+ principalSwapId?: bigint | null | undefined;
3242
+ gasSwapId?: bigint | null | undefined;
3243
+ }, {
3244
+ __kind: "CcmTransfer";
3245
+ principalSwapId?: string | number | null | undefined;
3246
+ gasSwapId?: string | number | null | undefined;
3247
+ }>, z.ZodObject<{
3248
+ __kind: z.ZodLiteral<"NoAction">;
3249
+ }, "strip", z.ZodTypeAny, {
3250
+ __kind: "NoAction";
3251
+ }, {
3252
+ __kind: "NoAction";
3253
+ }>, z.ZodObject<{
3254
+ __kind: z.ZodLiteral<"BoostersCredited">;
3255
+ prewitnessedDepositId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3256
+ }, "strip", z.ZodTypeAny, {
3257
+ __kind: "BoostersCredited";
3258
+ prewitnessedDepositId: bigint;
3259
+ }, {
3260
+ __kind: "BoostersCredited";
3261
+ prewitnessedDepositId: string | number;
3262
+ }>]>;
3263
+ declare const palletCfEthereumIngressEgressBoostPoolIdEthereum: z.ZodObject<{
3264
+ asset: z.ZodEffects<z.ZodObject<{
3265
+ __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Usdt"]>;
3266
+ }, "strip", z.ZodTypeAny, {
3267
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt";
3268
+ }, {
3269
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt";
3270
+ }>, "Eth" | "Flip" | "Usdc" | "Usdt", {
3271
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt";
3272
+ }>;
3273
+ tier: z.ZodNumber;
3274
+ }, "strip", z.ZodTypeAny, {
3275
+ asset: "Eth" | "Flip" | "Usdc" | "Usdt";
3276
+ tier: number;
3277
+ }, {
3278
+ asset: {
3279
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt";
3280
+ };
3281
+ tier: number;
3282
+ }>;
3283
+ declare const cfPrimitivesChainsAssetsDotAsset: z.ZodEffects<z.ZodObject<{
3284
+ __kind: z.ZodEnum<["Dot"]>;
3285
+ }, "strip", z.ZodTypeAny, {
3286
+ __kind: "Dot";
3287
+ }, {
3288
+ __kind: "Dot";
3289
+ }>, "Dot", {
3290
+ __kind: "Dot";
3291
+ }>;
3292
+ declare const palletCfPolkadotIngressEgressDepositAction: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
3293
+ __kind: z.ZodLiteral<"Swap">;
3294
+ swapId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3295
+ }, "strip", z.ZodTypeAny, {
3296
+ __kind: "Swap";
3297
+ swapId: bigint;
3298
+ }, {
3299
+ __kind: "Swap";
3300
+ swapId: string | number;
3301
+ }>, z.ZodObject<{
3302
+ __kind: z.ZodLiteral<"LiquidityProvision">;
3303
+ lpAccount: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
3304
+ }, "strip", z.ZodTypeAny, {
3305
+ __kind: "LiquidityProvision";
3306
+ lpAccount: `cF${string}`;
3307
+ }, {
3308
+ __kind: "LiquidityProvision";
3309
+ lpAccount: string;
3310
+ }>, z.ZodObject<{
3311
+ __kind: z.ZodLiteral<"CcmTransfer">;
3312
+ principalSwapId: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
3313
+ gasSwapId: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
3314
+ }, "strip", z.ZodTypeAny, {
3315
+ __kind: "CcmTransfer";
3316
+ principalSwapId?: bigint | null | undefined;
3317
+ gasSwapId?: bigint | null | undefined;
3318
+ }, {
3319
+ __kind: "CcmTransfer";
3320
+ principalSwapId?: string | number | null | undefined;
3321
+ gasSwapId?: string | number | null | undefined;
3322
+ }>, z.ZodObject<{
3323
+ __kind: z.ZodLiteral<"NoAction">;
3324
+ }, "strip", z.ZodTypeAny, {
3325
+ __kind: "NoAction";
3326
+ }, {
3327
+ __kind: "NoAction";
3328
+ }>, z.ZodObject<{
3329
+ __kind: z.ZodLiteral<"BoostersCredited">;
3330
+ prewitnessedDepositId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3331
+ }, "strip", z.ZodTypeAny, {
3332
+ __kind: "BoostersCredited";
3333
+ prewitnessedDepositId: bigint;
3334
+ }, {
3335
+ __kind: "BoostersCredited";
3336
+ prewitnessedDepositId: string | number;
3337
+ }>]>;
3338
+ declare const palletCfPolkadotIngressEgressBoostPoolIdPolkadot: z.ZodObject<{
3339
+ asset: z.ZodEffects<z.ZodObject<{
3340
+ __kind: z.ZodEnum<["Dot"]>;
3341
+ }, "strip", z.ZodTypeAny, {
3342
+ __kind: "Dot";
3343
+ }, {
3344
+ __kind: "Dot";
3345
+ }>, "Dot", {
3346
+ __kind: "Dot";
3347
+ }>;
3348
+ tier: z.ZodNumber;
3349
+ }, "strip", z.ZodTypeAny, {
3350
+ asset: "Dot";
3351
+ tier: number;
3352
+ }, {
3353
+ asset: {
3354
+ __kind: "Dot";
3355
+ };
3356
+ tier: number;
3357
+ }>;
3358
+ declare const cfPrimitivesChainsAssetsBtcAsset: z.ZodEffects<z.ZodObject<{
3359
+ __kind: z.ZodEnum<["Btc"]>;
3360
+ }, "strip", z.ZodTypeAny, {
3361
+ __kind: "Btc";
3362
+ }, {
3363
+ __kind: "Btc";
3364
+ }>, "Btc", {
3365
+ __kind: "Btc";
3366
+ }>;
3367
+ declare const palletCfBitcoinIngressEgressDepositAction: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
3368
+ __kind: z.ZodLiteral<"Swap">;
3369
+ swapId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3370
+ }, "strip", z.ZodTypeAny, {
3371
+ __kind: "Swap";
3372
+ swapId: bigint;
3373
+ }, {
3374
+ __kind: "Swap";
3375
+ swapId: string | number;
3376
+ }>, z.ZodObject<{
3377
+ __kind: z.ZodLiteral<"LiquidityProvision">;
3378
+ lpAccount: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
3379
+ }, "strip", z.ZodTypeAny, {
3380
+ __kind: "LiquidityProvision";
3381
+ lpAccount: `cF${string}`;
3382
+ }, {
3383
+ __kind: "LiquidityProvision";
3384
+ lpAccount: string;
3385
+ }>, z.ZodObject<{
3386
+ __kind: z.ZodLiteral<"CcmTransfer">;
3387
+ principalSwapId: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
3388
+ gasSwapId: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
3389
+ }, "strip", z.ZodTypeAny, {
3390
+ __kind: "CcmTransfer";
3391
+ principalSwapId?: bigint | null | undefined;
3392
+ gasSwapId?: bigint | null | undefined;
3393
+ }, {
3394
+ __kind: "CcmTransfer";
3395
+ principalSwapId?: string | number | null | undefined;
3396
+ gasSwapId?: string | number | null | undefined;
3397
+ }>, z.ZodObject<{
3398
+ __kind: z.ZodLiteral<"NoAction">;
3399
+ }, "strip", z.ZodTypeAny, {
3400
+ __kind: "NoAction";
3401
+ }, {
3402
+ __kind: "NoAction";
3403
+ }>, z.ZodObject<{
3404
+ __kind: z.ZodLiteral<"BoostersCredited">;
3405
+ prewitnessedDepositId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3406
+ }, "strip", z.ZodTypeAny, {
3407
+ __kind: "BoostersCredited";
3408
+ prewitnessedDepositId: bigint;
3409
+ }, {
3410
+ __kind: "BoostersCredited";
3411
+ prewitnessedDepositId: string | number;
3412
+ }>]>;
3413
+ declare const palletCfBitcoinIngressEgressBoostPoolIdBitcoin: z.ZodObject<{
3414
+ asset: z.ZodEffects<z.ZodObject<{
3415
+ __kind: z.ZodEnum<["Btc"]>;
3416
+ }, "strip", z.ZodTypeAny, {
3417
+ __kind: "Btc";
3418
+ }, {
3419
+ __kind: "Btc";
3420
+ }>, "Btc", {
3421
+ __kind: "Btc";
3422
+ }>;
3423
+ tier: z.ZodNumber;
3424
+ }, "strip", z.ZodTypeAny, {
3425
+ asset: "Btc";
3426
+ tier: number;
3427
+ }, {
3428
+ asset: {
3429
+ __kind: "Btc";
3430
+ };
3431
+ tier: number;
3432
+ }>;
3433
+ declare const cfAmmCommonPoolPairsMap: z.ZodObject<{
3434
+ base: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3435
+ quote: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3436
+ }, "strip", z.ZodTypeAny, {
3437
+ base: bigint;
3438
+ quote: bigint;
3439
+ }, {
3440
+ base: string | number;
3441
+ quote: string | number;
3442
+ }>;
3443
+ declare const palletCfPoolsRangeOrderChange: z.ZodObject<{
3444
+ liquidity: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3445
+ amounts: z.ZodObject<{
3446
+ base: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3447
+ quote: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3448
+ }, "strip", z.ZodTypeAny, {
3449
+ base: bigint;
3450
+ quote: bigint;
3451
+ }, {
3452
+ base: string | number;
3453
+ quote: string | number;
3454
+ }>;
3455
+ }, "strip", z.ZodTypeAny, {
3456
+ liquidity: bigint;
3457
+ amounts: {
3458
+ base: bigint;
3459
+ quote: bigint;
3460
+ };
3461
+ }, {
3462
+ liquidity: string | number;
3463
+ amounts: {
3464
+ base: string | number;
3465
+ quote: string | number;
3466
+ };
3467
+ }>;
3468
+ declare const palletCfPoolsIncreaseOrDecreaseRangeOrderChange: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
3469
+ __kind: z.ZodLiteral<"Increase">;
3470
+ value: z.ZodObject<{
3471
+ liquidity: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3472
+ amounts: z.ZodObject<{
3473
+ base: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3474
+ quote: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3475
+ }, "strip", z.ZodTypeAny, {
3476
+ base: bigint;
3477
+ quote: bigint;
3478
+ }, {
3479
+ base: string | number;
3480
+ quote: string | number;
3481
+ }>;
3482
+ }, "strip", z.ZodTypeAny, {
3483
+ liquidity: bigint;
3484
+ amounts: {
3485
+ base: bigint;
3486
+ quote: bigint;
3487
+ };
3488
+ }, {
3489
+ liquidity: string | number;
3490
+ amounts: {
3491
+ base: string | number;
3492
+ quote: string | number;
3493
+ };
3494
+ }>;
3495
+ }, "strip", z.ZodTypeAny, {
3496
+ value: {
3497
+ liquidity: bigint;
3498
+ amounts: {
3499
+ base: bigint;
3500
+ quote: bigint;
3501
+ };
3502
+ };
3503
+ __kind: "Increase";
3504
+ }, {
3505
+ value: {
3506
+ liquidity: string | number;
3507
+ amounts: {
3508
+ base: string | number;
3509
+ quote: string | number;
3510
+ };
3511
+ };
3512
+ __kind: "Increase";
3513
+ }>, z.ZodObject<{
3514
+ __kind: z.ZodLiteral<"Decrease">;
3515
+ value: z.ZodObject<{
3516
+ liquidity: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3517
+ amounts: z.ZodObject<{
3518
+ base: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3519
+ quote: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3520
+ }, "strip", z.ZodTypeAny, {
3521
+ base: bigint;
3522
+ quote: bigint;
3523
+ }, {
3524
+ base: string | number;
3525
+ quote: string | number;
3526
+ }>;
3527
+ }, "strip", z.ZodTypeAny, {
3528
+ liquidity: bigint;
3529
+ amounts: {
3530
+ base: bigint;
3531
+ quote: bigint;
3532
+ };
3533
+ }, {
3534
+ liquidity: string | number;
3535
+ amounts: {
3536
+ base: string | number;
3537
+ quote: string | number;
3538
+ };
3539
+ }>;
3540
+ }, "strip", z.ZodTypeAny, {
3541
+ value: {
3542
+ liquidity: bigint;
3543
+ amounts: {
3544
+ base: bigint;
3545
+ quote: bigint;
3546
+ };
3547
+ };
3548
+ __kind: "Decrease";
3549
+ }, {
3550
+ value: {
3551
+ liquidity: string | number;
3552
+ amounts: {
3553
+ base: string | number;
3554
+ quote: string | number;
3555
+ };
3556
+ };
3557
+ __kind: "Decrease";
3558
+ }>]>;
3559
+ declare const cfAmmCommonSide: z.ZodEffects<z.ZodObject<{
3560
+ __kind: z.ZodEnum<["Buy", "Sell"]>;
3561
+ }, "strip", z.ZodTypeAny, {
3562
+ __kind: "Buy" | "Sell";
3563
+ }, {
3564
+ __kind: "Buy" | "Sell";
3565
+ }>, "Buy" | "Sell", {
3566
+ __kind: "Buy" | "Sell";
3567
+ }>;
3568
+ declare const palletCfPoolsIncreaseOrDecreaseU128: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
3569
+ __kind: z.ZodLiteral<"Increase">;
3570
+ value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3571
+ }, "strip", z.ZodTypeAny, {
3572
+ value: bigint;
3573
+ __kind: "Increase";
3574
+ }, {
3575
+ value: string | number;
3576
+ __kind: "Increase";
3577
+ }>, z.ZodObject<{
3578
+ __kind: z.ZodLiteral<"Decrease">;
3579
+ value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3580
+ }, "strip", z.ZodTypeAny, {
3581
+ value: bigint;
3582
+ __kind: "Decrease";
3583
+ }, {
3584
+ value: string | number;
3585
+ __kind: "Decrease";
3586
+ }>]>;
3587
+ declare const palletCfPoolsAssetPair: z.ZodObject<{
3588
+ assets: z.ZodObject<{
3589
+ base: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3590
+ quote: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3591
+ }, "strip", z.ZodTypeAny, {
3592
+ base: bigint;
3593
+ quote: bigint;
3594
+ }, {
3595
+ base: string | number;
3596
+ quote: string | number;
3597
+ }>;
3598
+ }, "strip", z.ZodTypeAny, {
3599
+ assets: {
3600
+ base: bigint;
3601
+ quote: bigint;
3602
+ };
3603
+ }, {
3604
+ assets: {
3605
+ base: string | number;
3606
+ quote: string | number;
3607
+ };
3608
+ }>;
3609
+ declare const cfChainsArbArbitrumTrackedData: z.ZodObject<{
3610
+ baseFee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3611
+ gasLimitMultiplier: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3612
+ }, "strip", z.ZodTypeAny, {
3613
+ baseFee: bigint;
3614
+ gasLimitMultiplier: bigint;
3615
+ }, {
3616
+ baseFee: string | number;
3617
+ gasLimitMultiplier: string | number;
3618
+ }>;
3619
+ declare const cfChainsChainStateArbitrum: z.ZodObject<{
3620
+ blockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3621
+ trackedData: z.ZodObject<{
3622
+ baseFee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3623
+ gasLimitMultiplier: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3624
+ }, "strip", z.ZodTypeAny, {
3625
+ baseFee: bigint;
3626
+ gasLimitMultiplier: bigint;
3627
+ }, {
3628
+ baseFee: string | number;
3629
+ gasLimitMultiplier: string | number;
3630
+ }>;
3631
+ }, "strip", z.ZodTypeAny, {
3632
+ blockHeight: bigint;
3633
+ trackedData: {
3634
+ baseFee: bigint;
3635
+ gasLimitMultiplier: bigint;
3636
+ };
3637
+ }, {
3638
+ blockHeight: string | number;
3639
+ trackedData: {
3640
+ baseFee: string | number;
3641
+ gasLimitMultiplier: string | number;
3642
+ };
3643
+ }>;
3644
+ declare const cfChainsEvmTransaction: z.ZodObject<{
3645
+ chainId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3646
+ maxPriorityFeePerGas: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
3647
+ maxFeePerGas: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
3648
+ gasLimit: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
3649
+ contract: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3650
+ value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3651
+ data: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3652
+ }, "strip", z.ZodTypeAny, {
3653
+ value: bigint;
3654
+ chainId: bigint;
3655
+ contract: `0x${string}`;
3656
+ data: `0x${string}`;
3657
+ maxPriorityFeePerGas?: bigint | null | undefined;
3658
+ maxFeePerGas?: bigint | null | undefined;
3659
+ gasLimit?: bigint | null | undefined;
3660
+ }, {
3661
+ value: string | number;
3662
+ chainId: string | number;
3663
+ contract: string;
3664
+ data: string;
3665
+ maxPriorityFeePerGas?: string | number | null | undefined;
3666
+ maxFeePerGas?: string | number | null | undefined;
3667
+ gasLimit?: string | number | null | undefined;
3668
+ }>;
3669
+ declare const cfChainsEvmSchnorrVerificationComponents: z.ZodObject<{
3670
+ s: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3671
+ kTimesGAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3672
+ }, "strip", z.ZodTypeAny, {
3673
+ s: `0x${string}`;
3674
+ kTimesGAddress: `0x${string}`;
3675
+ }, {
3676
+ s: string;
3677
+ kTimesGAddress: string;
3678
+ }>;
3679
+ declare const palletCfArbitrumIngressEgressDepositAction: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
3680
+ __kind: z.ZodLiteral<"Swap">;
3681
+ swapId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3682
+ }, "strip", z.ZodTypeAny, {
3683
+ __kind: "Swap";
3684
+ swapId: bigint;
3685
+ }, {
3686
+ __kind: "Swap";
3687
+ swapId: string | number;
3688
+ }>, z.ZodObject<{
3689
+ __kind: z.ZodLiteral<"LiquidityProvision">;
3690
+ lpAccount: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
3691
+ }, "strip", z.ZodTypeAny, {
3692
+ __kind: "LiquidityProvision";
3693
+ lpAccount: `cF${string}`;
3694
+ }, {
3695
+ __kind: "LiquidityProvision";
3696
+ lpAccount: string;
3697
+ }>, z.ZodObject<{
3698
+ __kind: z.ZodLiteral<"CcmTransfer">;
3699
+ principalSwapId: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
3700
+ gasSwapId: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
3701
+ }, "strip", z.ZodTypeAny, {
3702
+ __kind: "CcmTransfer";
3703
+ principalSwapId?: bigint | null | undefined;
3704
+ gasSwapId?: bigint | null | undefined;
3705
+ }, {
3706
+ __kind: "CcmTransfer";
3707
+ principalSwapId?: string | number | null | undefined;
3708
+ gasSwapId?: string | number | null | undefined;
3709
+ }>, z.ZodObject<{
3710
+ __kind: z.ZodLiteral<"NoAction">;
3711
+ }, "strip", z.ZodTypeAny, {
3712
+ __kind: "NoAction";
3713
+ }, {
3714
+ __kind: "NoAction";
3715
+ }>, z.ZodObject<{
3716
+ __kind: z.ZodLiteral<"BoostersCredited">;
3717
+ prewitnessedDepositId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3718
+ }, "strip", z.ZodTypeAny, {
3719
+ __kind: "BoostersCredited";
3720
+ prewitnessedDepositId: bigint;
3721
+ }, {
3722
+ __kind: "BoostersCredited";
3723
+ prewitnessedDepositId: string | number;
3724
+ }>]>;
3725
+ declare const palletCfArbitrumIngressEgressDepositIgnoredReason: z.ZodEffects<z.ZodObject<{
3726
+ __kind: z.ZodEnum<["BelowMinimumDeposit", "NotEnoughToPayFees"]>;
3727
+ }, "strip", z.ZodTypeAny, {
3728
+ __kind: "BelowMinimumDeposit" | "NotEnoughToPayFees";
3729
+ }, {
3730
+ __kind: "BelowMinimumDeposit" | "NotEnoughToPayFees";
3731
+ }>, "BelowMinimumDeposit" | "NotEnoughToPayFees", {
3732
+ __kind: "BelowMinimumDeposit" | "NotEnoughToPayFees";
3733
+ }>;
3734
+ declare const palletCfArbitrumIngressEgressDepositWitnessArbitrum: z.ZodObject<{
3735
+ depositAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3736
+ asset: z.ZodEffects<z.ZodObject<{
3737
+ __kind: z.ZodEnum<["ArbEth", "ArbUsdc"]>;
3738
+ }, "strip", z.ZodTypeAny, {
3739
+ __kind: "ArbEth" | "ArbUsdc";
3740
+ }, {
3741
+ __kind: "ArbEth" | "ArbUsdc";
3742
+ }>, "ArbEth" | "ArbUsdc", {
3743
+ __kind: "ArbEth" | "ArbUsdc";
3744
+ }>;
3745
+ amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3746
+ }, "strip", z.ZodTypeAny, {
3747
+ amount: bigint;
3748
+ depositAddress: `0x${string}`;
3749
+ asset: "ArbEth" | "ArbUsdc";
3750
+ }, {
3751
+ amount: string | number;
3752
+ depositAddress: string;
3753
+ asset: {
3754
+ __kind: "ArbEth" | "ArbUsdc";
3755
+ };
3756
+ }>;
3757
+ declare const cfChainsAllBatchError: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
3758
+ __kind: z.ZodLiteral<"NotRequired">;
3759
+ }, "strip", z.ZodTypeAny, {
3760
+ __kind: "NotRequired";
3761
+ }, {
3762
+ __kind: "NotRequired";
3763
+ }>, z.ZodObject<{
3764
+ __kind: z.ZodLiteral<"UnsupportedToken">;
3765
+ }, "strip", z.ZodTypeAny, {
3766
+ __kind: "UnsupportedToken";
3767
+ }, {
3768
+ __kind: "UnsupportedToken";
3769
+ }>, z.ZodObject<{
3770
+ __kind: z.ZodLiteral<"VaultAccountNotSet">;
3771
+ }, "strip", z.ZodTypeAny, {
3772
+ __kind: "VaultAccountNotSet";
3773
+ }, {
3774
+ __kind: "VaultAccountNotSet";
3775
+ }>, z.ZodObject<{
3776
+ __kind: z.ZodLiteral<"AggKeyNotSet">;
3777
+ }, "strip", z.ZodTypeAny, {
3778
+ __kind: "AggKeyNotSet";
3779
+ }, {
3780
+ __kind: "AggKeyNotSet";
3781
+ }>, z.ZodObject<{
3782
+ __kind: z.ZodLiteral<"UtxoSelectionFailed">;
3783
+ }, "strip", z.ZodTypeAny, {
3784
+ __kind: "UtxoSelectionFailed";
3785
+ }, {
3786
+ __kind: "UtxoSelectionFailed";
3787
+ }>, z.ZodObject<{
3788
+ __kind: z.ZodLiteral<"DispatchError">;
3789
+ value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
3790
+ __kind: z.ZodLiteral<"Other">;
3791
+ }, "strip", z.ZodTypeAny, {
3792
+ __kind: "Other";
3793
+ }, {
3794
+ __kind: "Other";
3795
+ }>, z.ZodObject<{
3796
+ __kind: z.ZodLiteral<"CannotLookup">;
3797
+ }, "strip", z.ZodTypeAny, {
3798
+ __kind: "CannotLookup";
3799
+ }, {
3800
+ __kind: "CannotLookup";
3801
+ }>, z.ZodObject<{
3802
+ __kind: z.ZodLiteral<"BadOrigin">;
3803
+ }, "strip", z.ZodTypeAny, {
3804
+ __kind: "BadOrigin";
3805
+ }, {
3806
+ __kind: "BadOrigin";
3807
+ }>, z.ZodObject<{
3808
+ __kind: z.ZodLiteral<"Module">;
3809
+ value: z.ZodObject<{
3810
+ index: z.ZodNumber;
3811
+ error: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3812
+ }, "strip", z.ZodTypeAny, {
3813
+ index: number;
3814
+ error: `0x${string}`;
3815
+ }, {
3816
+ index: number;
3817
+ error: string;
3818
+ }>;
3819
+ }, "strip", z.ZodTypeAny, {
3820
+ value: {
3821
+ index: number;
3822
+ error: `0x${string}`;
3823
+ };
3824
+ __kind: "Module";
3825
+ }, {
3826
+ value: {
3827
+ index: number;
3828
+ error: string;
3829
+ };
3830
+ __kind: "Module";
3831
+ }>, z.ZodObject<{
3832
+ __kind: z.ZodLiteral<"ConsumerRemaining">;
3833
+ }, "strip", z.ZodTypeAny, {
3834
+ __kind: "ConsumerRemaining";
3835
+ }, {
3836
+ __kind: "ConsumerRemaining";
3837
+ }>, z.ZodObject<{
3838
+ __kind: z.ZodLiteral<"NoProviders">;
3839
+ }, "strip", z.ZodTypeAny, {
3840
+ __kind: "NoProviders";
3841
+ }, {
3842
+ __kind: "NoProviders";
3843
+ }>, z.ZodObject<{
3844
+ __kind: z.ZodLiteral<"TooManyConsumers">;
3845
+ }, "strip", z.ZodTypeAny, {
3846
+ __kind: "TooManyConsumers";
3847
+ }, {
3848
+ __kind: "TooManyConsumers";
3849
+ }>, z.ZodObject<{
3850
+ __kind: z.ZodLiteral<"Token">;
3851
+ value: z.ZodEffects<z.ZodObject<{
3852
+ __kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
3853
+ }, "strip", z.ZodTypeAny, {
3854
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
3855
+ }, {
3856
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
3857
+ }>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
3858
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
3859
+ }>;
3860
+ }, "strip", z.ZodTypeAny, {
3861
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
3862
+ __kind: "Token";
3863
+ }, {
3864
+ value: {
3865
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
3866
+ };
3867
+ __kind: "Token";
3868
+ }>, z.ZodObject<{
3869
+ __kind: z.ZodLiteral<"Arithmetic">;
3870
+ value: z.ZodEffects<z.ZodObject<{
3871
+ __kind: z.ZodEnum<["Underflow", "Overflow", "DivisionByZero"]>;
3872
+ }, "strip", z.ZodTypeAny, {
3873
+ __kind: "Underflow" | "Overflow" | "DivisionByZero";
3874
+ }, {
3875
+ __kind: "Underflow" | "Overflow" | "DivisionByZero";
3876
+ }>, "Underflow" | "Overflow" | "DivisionByZero", {
3877
+ __kind: "Underflow" | "Overflow" | "DivisionByZero";
3878
+ }>;
3879
+ }, "strip", z.ZodTypeAny, {
3880
+ value: "Underflow" | "Overflow" | "DivisionByZero";
3881
+ __kind: "Arithmetic";
3882
+ }, {
3883
+ value: {
3884
+ __kind: "Underflow" | "Overflow" | "DivisionByZero";
3885
+ };
3886
+ __kind: "Arithmetic";
3887
+ }>, z.ZodObject<{
3888
+ __kind: z.ZodLiteral<"Transactional">;
3889
+ value: z.ZodEffects<z.ZodObject<{
3890
+ __kind: z.ZodEnum<["LimitReached", "NoLayer"]>;
3891
+ }, "strip", z.ZodTypeAny, {
3892
+ __kind: "LimitReached" | "NoLayer";
3893
+ }, {
3894
+ __kind: "LimitReached" | "NoLayer";
3895
+ }>, "LimitReached" | "NoLayer", {
3896
+ __kind: "LimitReached" | "NoLayer";
3897
+ }>;
3898
+ }, "strip", z.ZodTypeAny, {
3899
+ value: "LimitReached" | "NoLayer";
3900
+ __kind: "Transactional";
3901
+ }, {
3902
+ value: {
3903
+ __kind: "LimitReached" | "NoLayer";
3904
+ };
3905
+ __kind: "Transactional";
3906
+ }>, z.ZodObject<{
3907
+ __kind: z.ZodLiteral<"Exhausted">;
3908
+ }, "strip", z.ZodTypeAny, {
3909
+ __kind: "Exhausted";
3910
+ }, {
3911
+ __kind: "Exhausted";
3912
+ }>, z.ZodObject<{
3913
+ __kind: z.ZodLiteral<"Corruption">;
3914
+ }, "strip", z.ZodTypeAny, {
3915
+ __kind: "Corruption";
3916
+ }, {
3917
+ __kind: "Corruption";
3918
+ }>, z.ZodObject<{
3919
+ __kind: z.ZodLiteral<"Unavailable">;
3920
+ }, "strip", z.ZodTypeAny, {
3921
+ __kind: "Unavailable";
3922
+ }, {
3923
+ __kind: "Unavailable";
3924
+ }>, z.ZodObject<{
3925
+ __kind: z.ZodLiteral<"RootNotAllowed">;
3926
+ }, "strip", z.ZodTypeAny, {
3927
+ __kind: "RootNotAllowed";
3928
+ }, {
3929
+ __kind: "RootNotAllowed";
3930
+ }>]>;
3931
+ }, "strip", z.ZodTypeAny, {
3932
+ value: {
3933
+ __kind: "Other";
3934
+ } | {
3935
+ __kind: "CannotLookup";
3936
+ } | {
3937
+ __kind: "BadOrigin";
3938
+ } | {
3939
+ value: {
3940
+ index: number;
3941
+ error: `0x${string}`;
3942
+ };
3943
+ __kind: "Module";
3944
+ } | {
3945
+ __kind: "ConsumerRemaining";
3946
+ } | {
3947
+ __kind: "NoProviders";
3948
+ } | {
3949
+ __kind: "TooManyConsumers";
3950
+ } | {
3951
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
3952
+ __kind: "Token";
3953
+ } | {
3954
+ value: "Underflow" | "Overflow" | "DivisionByZero";
3955
+ __kind: "Arithmetic";
3956
+ } | {
3957
+ value: "LimitReached" | "NoLayer";
3958
+ __kind: "Transactional";
3959
+ } | {
3960
+ __kind: "Exhausted";
3961
+ } | {
3962
+ __kind: "Corruption";
3963
+ } | {
3964
+ __kind: "Unavailable";
3965
+ } | {
3966
+ __kind: "RootNotAllowed";
3967
+ };
3968
+ __kind: "DispatchError";
3969
+ }, {
3970
+ value: {
3971
+ __kind: "Other";
3972
+ } | {
3973
+ __kind: "CannotLookup";
3974
+ } | {
3975
+ __kind: "BadOrigin";
3976
+ } | {
3977
+ value: {
3978
+ index: number;
3979
+ error: string;
3980
+ };
3981
+ __kind: "Module";
3982
+ } | {
3983
+ __kind: "ConsumerRemaining";
3984
+ } | {
3985
+ __kind: "NoProviders";
3986
+ } | {
3987
+ __kind: "TooManyConsumers";
3988
+ } | {
3989
+ value: {
3990
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
3991
+ };
3992
+ __kind: "Token";
3993
+ } | {
3994
+ value: {
3995
+ __kind: "Underflow" | "Overflow" | "DivisionByZero";
3996
+ };
3997
+ __kind: "Arithmetic";
3998
+ } | {
3999
+ value: {
4000
+ __kind: "LimitReached" | "NoLayer";
4001
+ };
4002
+ __kind: "Transactional";
4003
+ } | {
4004
+ __kind: "Exhausted";
4005
+ } | {
4006
+ __kind: "Corruption";
4007
+ } | {
4008
+ __kind: "Unavailable";
4009
+ } | {
4010
+ __kind: "RootNotAllowed";
4011
+ };
4012
+ __kind: "DispatchError";
4013
+ }>]>;
4014
+ declare const palletCfArbitrumIngressEgressBoostPoolIdArbitrum: z.ZodObject<{
4015
+ asset: z.ZodEffects<z.ZodObject<{
4016
+ __kind: z.ZodEnum<["ArbEth", "ArbUsdc"]>;
4017
+ }, "strip", z.ZodTypeAny, {
4018
+ __kind: "ArbEth" | "ArbUsdc";
4019
+ }, {
4020
+ __kind: "ArbEth" | "ArbUsdc";
4021
+ }>, "ArbEth" | "ArbUsdc", {
4022
+ __kind: "ArbEth" | "ArbUsdc";
4023
+ }>;
4024
+ tier: z.ZodNumber;
4025
+ }, "strip", z.ZodTypeAny, {
4026
+ asset: "ArbEth" | "ArbUsdc";
4027
+ tier: number;
4028
+ }, {
4029
+ asset: {
4030
+ __kind: "ArbEth" | "ArbUsdc";
4031
+ };
4032
+ tier: number;
4033
+ }>;
4034
+ //#endregion
4035
+ export { accountId, cfAmmCommonPoolPairsMap, cfAmmCommonSide, cfChainsAddressEncodedAddress, cfChainsAddressForeignChainAddress, cfChainsAllBatchError, cfChainsArbArbitrumTrackedData, cfChainsBtcBitcoinScript, cfChainsBtcDepositAddress, cfChainsBtcDepositAddressTapscriptPath, cfChainsBtcScriptPubkey, cfChainsBtcUtxo, cfChainsBtcUtxoId, cfChainsCcmChannelMetadata, cfChainsCcmDepositMetadata, cfChainsChainStateArbitrum, cfChainsEvmAggKey, cfChainsEvmParityBit, cfChainsEvmSchnorrVerificationComponents, cfChainsEvmTransaction, cfChainsSwapOrigin, cfPrimitivesAccountRole, cfPrimitivesBeneficiary, cfPrimitivesChainsAssetsAnyAsset, cfPrimitivesChainsAssetsArbAsset, cfPrimitivesChainsAssetsBtcAsset, cfPrimitivesChainsAssetsDotAsset, cfPrimitivesChainsAssetsEthAsset, cfPrimitivesChainsForeignChain, cfPrimitivesSwapLeg, cfTraitsLiquiditySwapType, dispatchResult, hexString, numberOrHex, numericString, palletCfArbitrumIngressEgressBoostPoolIdArbitrum, palletCfArbitrumIngressEgressDepositAction, palletCfArbitrumIngressEgressDepositIgnoredReason, palletCfArbitrumIngressEgressDepositWitnessArbitrum, palletCfBitcoinIngressEgressBoostPoolIdBitcoin, palletCfBitcoinIngressEgressDepositAction, palletCfBroadcastPalletSafeMode, palletCfEmissionsPalletSafeMode, palletCfEnvironmentSafeModeUpdate, palletCfEthereumIngressEgressBoostPoolIdEthereum, palletCfEthereumIngressEgressDepositAction, palletCfFundingPalletSafeMode, palletCfIngressEgressPalletSafeMode, palletCfLpPalletSafeMode, palletCfPolkadotIngressEgressBoostPoolIdPolkadot, palletCfPolkadotIngressEgressDepositAction, palletCfPoolsAssetPair, palletCfPoolsIncreaseOrDecreaseRangeOrderChange, palletCfPoolsIncreaseOrDecreaseU128, palletCfPoolsPalletSafeMode, palletCfPoolsRangeOrderChange, palletCfReputationPalletSafeMode, palletCfSwappingCcmFailReason, palletCfSwappingPalletSafeMode, palletCfThresholdSignaturePalletSafeMode, palletCfTokenholderGovernanceProposal, palletCfValidatorPalletSafeMode, palletCfValidatorRotationPhase, palletCfValidatorRotationState, palletCfWitnesserPalletSafeMode, simpleEnum, spArithmeticArithmeticError, spRuntimeDispatchError, spRuntimeModuleError, spRuntimeTokenError, spRuntimeTransactionalError, stateChainRuntimeSafeModeInnerRuntimeSafeMode, stateChainRuntimeSafeModeWitnesserCallPermission };