@chainflip/processor 1.4.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 (2327) hide show
  1. package/dist/100/accountRoles/accountRoleRegistered.cjs +10 -0
  2. package/dist/100/accountRoles/accountRoleRegistered.d.cts +24 -0
  3. package/dist/100/accountRoles/accountRoleRegistered.d.ts +24 -0
  4. package/dist/100/accountRoles/accountRoleRegistered.mjs +10 -0
  5. package/dist/100/bitcoinBroadcaster/broadcastAborted.cjs +6 -0
  6. package/dist/100/bitcoinBroadcaster/broadcastAborted.d.cts +11 -0
  7. package/dist/100/bitcoinBroadcaster/broadcastAborted.d.ts +11 -0
  8. package/dist/100/bitcoinBroadcaster/broadcastAborted.mjs +6 -0
  9. package/dist/100/bitcoinBroadcaster/broadcastAttemptTimeout.cjs +9 -0
  10. package/dist/100/bitcoinBroadcaster/broadcastAttemptTimeout.d.cts +26 -0
  11. package/dist/100/bitcoinBroadcaster/broadcastAttemptTimeout.d.ts +26 -0
  12. package/dist/100/bitcoinBroadcaster/broadcastAttemptTimeout.mjs +9 -0
  13. package/dist/100/bitcoinBroadcaster/broadcastCallbackExecuted.cjs +10 -0
  14. package/dist/100/bitcoinBroadcaster/broadcastCallbackExecuted.d.cts +332 -0
  15. package/dist/100/bitcoinBroadcaster/broadcastCallbackExecuted.d.ts +332 -0
  16. package/dist/100/bitcoinBroadcaster/broadcastCallbackExecuted.mjs +10 -0
  17. package/dist/100/bitcoinBroadcaster/broadcastRetryScheduled.cjs +9 -0
  18. package/dist/100/bitcoinBroadcaster/broadcastRetryScheduled.d.cts +26 -0
  19. package/dist/100/bitcoinBroadcaster/broadcastRetryScheduled.d.ts +26 -0
  20. package/dist/100/bitcoinBroadcaster/broadcastRetryScheduled.mjs +9 -0
  21. package/dist/100/bitcoinBroadcaster/broadcastSuccess.cjs +10 -0
  22. package/dist/100/bitcoinBroadcaster/broadcastSuccess.d.cts +14 -0
  23. package/dist/100/bitcoinBroadcaster/broadcastSuccess.d.ts +14 -0
  24. package/dist/100/bitcoinBroadcaster/broadcastSuccess.mjs +10 -0
  25. package/dist/100/bitcoinBroadcaster/thresholdSignatureInvalid.cjs +9 -0
  26. package/dist/100/bitcoinBroadcaster/thresholdSignatureInvalid.d.cts +14 -0
  27. package/dist/100/bitcoinBroadcaster/thresholdSignatureInvalid.d.ts +14 -0
  28. package/dist/100/bitcoinBroadcaster/thresholdSignatureInvalid.mjs +9 -0
  29. package/dist/100/bitcoinBroadcaster/transactionBroadcastRequest.cjs +17 -0
  30. package/dist/100/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +45 -0
  31. package/dist/100/bitcoinBroadcaster/transactionBroadcastRequest.d.ts +45 -0
  32. package/dist/100/bitcoinBroadcaster/transactionBroadcastRequest.mjs +17 -0
  33. package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.cjs +10 -0
  34. package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.d.cts +125 -0
  35. package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.d.ts +125 -0
  36. package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.mjs +10 -0
  37. package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.cjs +9 -0
  38. package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.d.cts +122 -0
  39. package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.d.ts +122 -0
  40. package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.mjs +9 -0
  41. package/dist/100/bitcoinChainTracking/chainStateUpdated.cjs +9 -0
  42. package/dist/100/bitcoinChainTracking/chainStateUpdated.d.cts +76 -0
  43. package/dist/100/bitcoinChainTracking/chainStateUpdated.d.ts +76 -0
  44. package/dist/100/bitcoinChainTracking/chainStateUpdated.mjs +9 -0
  45. package/dist/100/bitcoinIngressEgress/assetEgressStatusChanged.cjs +10 -0
  46. package/dist/100/bitcoinIngressEgress/assetEgressStatusChanged.d.cts +24 -0
  47. package/dist/100/bitcoinIngressEgress/assetEgressStatusChanged.d.ts +24 -0
  48. package/dist/100/bitcoinIngressEgress/assetEgressStatusChanged.mjs +10 -0
  49. package/dist/100/bitcoinIngressEgress/batchBroadcastRequested.cjs +10 -0
  50. package/dist/100/bitcoinIngressEgress/batchBroadcastRequested.d.cts +24 -0
  51. package/dist/100/bitcoinIngressEgress/batchBroadcastRequested.d.ts +24 -0
  52. package/dist/100/bitcoinIngressEgress/batchBroadcastRequested.mjs +10 -0
  53. package/dist/100/bitcoinIngressEgress/ccmBroadcastRequested.cjs +10 -0
  54. package/dist/100/bitcoinIngressEgress/ccmBroadcastRequested.d.cts +24 -0
  55. package/dist/100/bitcoinIngressEgress/ccmBroadcastRequested.d.ts +24 -0
  56. package/dist/100/bitcoinIngressEgress/ccmBroadcastRequested.mjs +10 -0
  57. package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.cjs +10 -0
  58. package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.cts +241 -0
  59. package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.ts +241 -0
  60. package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.mjs +10 -0
  61. package/dist/100/bitcoinIngressEgress/depositFetchesScheduled.cjs +10 -0
  62. package/dist/100/bitcoinIngressEgress/depositFetchesScheduled.d.cts +24 -0
  63. package/dist/100/bitcoinIngressEgress/depositFetchesScheduled.d.ts +24 -0
  64. package/dist/100/bitcoinIngressEgress/depositFetchesScheduled.mjs +10 -0
  65. package/dist/100/bitcoinIngressEgress/depositIgnored.cjs +17 -0
  66. package/dist/100/bitcoinIngressEgress/depositIgnored.d.cts +156 -0
  67. package/dist/100/bitcoinIngressEgress/depositIgnored.d.ts +156 -0
  68. package/dist/100/bitcoinIngressEgress/depositIgnored.mjs +17 -0
  69. package/dist/100/bitcoinIngressEgress/depositReceived.cjs +17 -0
  70. package/dist/100/bitcoinIngressEgress/depositReceived.d.cts +156 -0
  71. package/dist/100/bitcoinIngressEgress/depositReceived.d.ts +156 -0
  72. package/dist/100/bitcoinIngressEgress/depositReceived.mjs +17 -0
  73. package/dist/100/bitcoinIngressEgress/depositWitnessRejected.cjs +10 -0
  74. package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.cts +442 -0
  75. package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.ts +442 -0
  76. package/dist/100/bitcoinIngressEgress/depositWitnessRejected.mjs +10 -0
  77. package/dist/100/bitcoinIngressEgress/egressScheduled.cjs +17 -0
  78. package/dist/100/bitcoinIngressEgress/egressScheduled.d.cts +151 -0
  79. package/dist/100/bitcoinIngressEgress/egressScheduled.d.ts +151 -0
  80. package/dist/100/bitcoinIngressEgress/egressScheduled.mjs +17 -0
  81. package/dist/100/bitcoinIngressEgress/minimumDepositSet.cjs +10 -0
  82. package/dist/100/bitcoinIngressEgress/minimumDepositSet.d.cts +24 -0
  83. package/dist/100/bitcoinIngressEgress/minimumDepositSet.d.ts +24 -0
  84. package/dist/100/bitcoinIngressEgress/minimumDepositSet.mjs +10 -0
  85. package/dist/100/bitcoinIngressEgress/vaultTransferFailed.cjs +11 -0
  86. package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.cts +138 -0
  87. package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.ts +138 -0
  88. package/dist/100/bitcoinIngressEgress/vaultTransferFailed.mjs +11 -0
  89. package/dist/100/bitcoinThresholdSigner/currentKeyUnavailable.cjs +9 -0
  90. package/dist/100/bitcoinThresholdSigner/currentKeyUnavailable.d.cts +14 -0
  91. package/dist/100/bitcoinThresholdSigner/currentKeyUnavailable.d.ts +14 -0
  92. package/dist/100/bitcoinThresholdSigner/currentKeyUnavailable.mjs +9 -0
  93. package/dist/100/bitcoinThresholdSigner/failureReportProcessed.cjs +11 -0
  94. package/dist/100/bitcoinThresholdSigner/failureReportProcessed.d.cts +17 -0
  95. package/dist/100/bitcoinThresholdSigner/failureReportProcessed.d.ts +17 -0
  96. package/dist/100/bitcoinThresholdSigner/failureReportProcessed.mjs +11 -0
  97. package/dist/100/bitcoinThresholdSigner/retryRequested.cjs +10 -0
  98. package/dist/100/bitcoinThresholdSigner/retryRequested.d.cts +14 -0
  99. package/dist/100/bitcoinThresholdSigner/retryRequested.d.ts +14 -0
  100. package/dist/100/bitcoinThresholdSigner/retryRequested.mjs +10 -0
  101. package/dist/100/bitcoinThresholdSigner/signersUnavailable.cjs +9 -0
  102. package/dist/100/bitcoinThresholdSigner/signersUnavailable.d.cts +14 -0
  103. package/dist/100/bitcoinThresholdSigner/signersUnavailable.d.ts +14 -0
  104. package/dist/100/bitcoinThresholdSigner/signersUnavailable.mjs +9 -0
  105. package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.cjs +11 -0
  106. package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.d.cts +335 -0
  107. package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.d.ts +335 -0
  108. package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.mjs +11 -0
  109. package/dist/100/bitcoinThresholdSigner/thresholdSignatureFailed.cjs +11 -0
  110. package/dist/100/bitcoinThresholdSigner/thresholdSignatureFailed.d.cts +17 -0
  111. package/dist/100/bitcoinThresholdSigner/thresholdSignatureFailed.d.ts +17 -0
  112. package/dist/100/bitcoinThresholdSigner/thresholdSignatureFailed.mjs +11 -0
  113. package/dist/100/bitcoinThresholdSigner/thresholdSignatureRequest.cjs +20 -0
  114. package/dist/100/bitcoinThresholdSigner/thresholdSignatureRequest.d.cts +51 -0
  115. package/dist/100/bitcoinThresholdSigner/thresholdSignatureRequest.d.ts +51 -0
  116. package/dist/100/bitcoinThresholdSigner/thresholdSignatureRequest.mjs +20 -0
  117. package/dist/100/bitcoinThresholdSigner/thresholdSignatureResponseTimeoutUpdated.cjs +8 -0
  118. package/dist/100/bitcoinThresholdSigner/thresholdSignatureResponseTimeoutUpdated.d.cts +11 -0
  119. package/dist/100/bitcoinThresholdSigner/thresholdSignatureResponseTimeoutUpdated.d.ts +11 -0
  120. package/dist/100/bitcoinThresholdSigner/thresholdSignatureResponseTimeoutUpdated.mjs +8 -0
  121. package/dist/100/bitcoinThresholdSigner/thresholdSignatureSuccess.cjs +10 -0
  122. package/dist/100/bitcoinThresholdSigner/thresholdSignatureSuccess.d.cts +14 -0
  123. package/dist/100/bitcoinThresholdSigner/thresholdSignatureSuccess.d.ts +14 -0
  124. package/dist/100/bitcoinThresholdSigner/thresholdSignatureSuccess.mjs +10 -0
  125. package/dist/100/bitcoinVault/awaitingGovernanceActivation.cjs +9 -0
  126. package/dist/100/bitcoinVault/awaitingGovernanceActivation.d.cts +26 -0
  127. package/dist/100/bitcoinVault/awaitingGovernanceActivation.d.ts +26 -0
  128. package/dist/100/bitcoinVault/awaitingGovernanceActivation.mjs +9 -0
  129. package/dist/100/bitcoinVault/keyHandoverFailure.cjs +7 -0
  130. package/dist/100/bitcoinVault/keyHandoverFailure.d.cts +11 -0
  131. package/dist/100/bitcoinVault/keyHandoverFailure.d.ts +11 -0
  132. package/dist/100/bitcoinVault/keyHandoverFailure.mjs +7 -0
  133. package/dist/100/bitcoinVault/keyHandoverFailureReported.cjs +6 -0
  134. package/dist/100/bitcoinVault/keyHandoverFailureReported.d.cts +5 -0
  135. package/dist/100/bitcoinVault/keyHandoverFailureReported.d.ts +5 -0
  136. package/dist/100/bitcoinVault/keyHandoverFailureReported.mjs +6 -0
  137. package/dist/100/bitcoinVault/keyHandoverRequest.cjs +15 -0
  138. package/dist/100/bitcoinVault/keyHandoverRequest.d.cts +59 -0
  139. package/dist/100/bitcoinVault/keyHandoverRequest.d.ts +59 -0
  140. package/dist/100/bitcoinVault/keyHandoverRequest.mjs +15 -0
  141. package/dist/100/bitcoinVault/keyHandoverResponseTimeout.cjs +7 -0
  142. package/dist/100/bitcoinVault/keyHandoverResponseTimeout.d.cts +11 -0
  143. package/dist/100/bitcoinVault/keyHandoverResponseTimeout.d.ts +11 -0
  144. package/dist/100/bitcoinVault/keyHandoverResponseTimeout.mjs +7 -0
  145. package/dist/100/bitcoinVault/keyHandoverSuccess.cjs +7 -0
  146. package/dist/100/bitcoinVault/keyHandoverSuccess.d.cts +11 -0
  147. package/dist/100/bitcoinVault/keyHandoverSuccess.d.ts +11 -0
  148. package/dist/100/bitcoinVault/keyHandoverSuccess.mjs +7 -0
  149. package/dist/100/bitcoinVault/keyHandoverSuccessReported.cjs +6 -0
  150. package/dist/100/bitcoinVault/keyHandoverSuccessReported.d.cts +5 -0
  151. package/dist/100/bitcoinVault/keyHandoverSuccessReported.d.ts +5 -0
  152. package/dist/100/bitcoinVault/keyHandoverSuccessReported.mjs +6 -0
  153. package/dist/100/bitcoinVault/keyHandoverVerificationFailure.cjs +9 -0
  154. package/dist/100/bitcoinVault/keyHandoverVerificationFailure.d.cts +11 -0
  155. package/dist/100/bitcoinVault/keyHandoverVerificationFailure.d.ts +11 -0
  156. package/dist/100/bitcoinVault/keyHandoverVerificationFailure.mjs +9 -0
  157. package/dist/100/bitcoinVault/keyHandoverVerificationSuccess.cjs +7 -0
  158. package/dist/100/bitcoinVault/keyHandoverVerificationSuccess.d.cts +26 -0
  159. package/dist/100/bitcoinVault/keyHandoverVerificationSuccess.d.ts +26 -0
  160. package/dist/100/bitcoinVault/keyHandoverVerificationSuccess.mjs +7 -0
  161. package/dist/100/bitcoinVault/keygenFailure.cjs +6 -0
  162. package/dist/100/bitcoinVault/keygenFailure.d.cts +5 -0
  163. package/dist/100/bitcoinVault/keygenFailure.d.ts +5 -0
  164. package/dist/100/bitcoinVault/keygenFailure.mjs +6 -0
  165. package/dist/100/bitcoinVault/keygenFailureReported.cjs +6 -0
  166. package/dist/100/bitcoinVault/keygenFailureReported.d.cts +5 -0
  167. package/dist/100/bitcoinVault/keygenFailureReported.d.ts +5 -0
  168. package/dist/100/bitcoinVault/keygenFailureReported.mjs +6 -0
  169. package/dist/100/bitcoinVault/keygenRequest.cjs +11 -0
  170. package/dist/100/bitcoinVault/keygenRequest.d.cts +17 -0
  171. package/dist/100/bitcoinVault/keygenRequest.d.ts +17 -0
  172. package/dist/100/bitcoinVault/keygenRequest.mjs +11 -0
  173. package/dist/100/bitcoinVault/keygenResponseTimeout.cjs +6 -0
  174. package/dist/100/bitcoinVault/keygenResponseTimeout.d.cts +5 -0
  175. package/dist/100/bitcoinVault/keygenResponseTimeout.d.ts +5 -0
  176. package/dist/100/bitcoinVault/keygenResponseTimeout.mjs +6 -0
  177. package/dist/100/bitcoinVault/keygenResponseTimeoutUpdated.cjs +6 -0
  178. package/dist/100/bitcoinVault/keygenResponseTimeoutUpdated.d.cts +11 -0
  179. package/dist/100/bitcoinVault/keygenResponseTimeoutUpdated.d.ts +11 -0
  180. package/dist/100/bitcoinVault/keygenResponseTimeoutUpdated.mjs +6 -0
  181. package/dist/100/bitcoinVault/keygenSuccess.cjs +6 -0
  182. package/dist/100/bitcoinVault/keygenSuccess.d.cts +5 -0
  183. package/dist/100/bitcoinVault/keygenSuccess.d.ts +5 -0
  184. package/dist/100/bitcoinVault/keygenSuccess.mjs +6 -0
  185. package/dist/100/bitcoinVault/keygenSuccessReported.cjs +6 -0
  186. package/dist/100/bitcoinVault/keygenSuccessReported.d.cts +5 -0
  187. package/dist/100/bitcoinVault/keygenSuccessReported.d.ts +5 -0
  188. package/dist/100/bitcoinVault/keygenSuccessReported.mjs +6 -0
  189. package/dist/100/bitcoinVault/keygenVerificationFailure.cjs +7 -0
  190. package/dist/100/bitcoinVault/keygenVerificationFailure.d.cts +11 -0
  191. package/dist/100/bitcoinVault/keygenVerificationFailure.d.ts +11 -0
  192. package/dist/100/bitcoinVault/keygenVerificationFailure.mjs +7 -0
  193. package/dist/100/bitcoinVault/keygenVerificationSuccess.cjs +7 -0
  194. package/dist/100/bitcoinVault/keygenVerificationSuccess.d.cts +26 -0
  195. package/dist/100/bitcoinVault/keygenVerificationSuccess.d.ts +26 -0
  196. package/dist/100/bitcoinVault/keygenVerificationSuccess.mjs +7 -0
  197. package/dist/100/bitcoinVault/noKeyHandover.cjs +6 -0
  198. package/dist/100/bitcoinVault/noKeyHandover.d.cts +5 -0
  199. package/dist/100/bitcoinVault/noKeyHandover.d.ts +5 -0
  200. package/dist/100/bitcoinVault/noKeyHandover.mjs +6 -0
  201. package/dist/100/bitcoinVault/vaultRotatedExternally.cjs +6 -0
  202. package/dist/100/bitcoinVault/vaultRotatedExternally.d.cts +14 -0
  203. package/dist/100/bitcoinVault/vaultRotatedExternally.d.ts +14 -0
  204. package/dist/100/bitcoinVault/vaultRotatedExternally.mjs +6 -0
  205. package/dist/100/bitcoinVault/vaultRotationAborted.cjs +6 -0
  206. package/dist/100/bitcoinVault/vaultRotationAborted.d.cts +5 -0
  207. package/dist/100/bitcoinVault/vaultRotationAborted.d.ts +5 -0
  208. package/dist/100/bitcoinVault/vaultRotationAborted.mjs +6 -0
  209. package/dist/100/bitcoinVault/vaultRotationCompleted.cjs +6 -0
  210. package/dist/100/bitcoinVault/vaultRotationCompleted.d.cts +5 -0
  211. package/dist/100/bitcoinVault/vaultRotationCompleted.d.ts +5 -0
  212. package/dist/100/bitcoinVault/vaultRotationCompleted.mjs +6 -0
  213. package/dist/100/common.cjs +435 -0
  214. package/dist/100/common.d.cts +3772 -0
  215. package/dist/100/common.d.ts +3772 -0
  216. package/dist/100/common.mjs +435 -0
  217. package/dist/100/emissions/backupNodeInflationEmissionsUpdated.cjs +6 -0
  218. package/dist/100/emissions/backupNodeInflationEmissionsUpdated.d.cts +5 -0
  219. package/dist/100/emissions/backupNodeInflationEmissionsUpdated.d.ts +5 -0
  220. package/dist/100/emissions/backupNodeInflationEmissionsUpdated.mjs +6 -0
  221. package/dist/100/emissions/currentAuthorityInflationEmissionsUpdated.cjs +6 -0
  222. package/dist/100/emissions/currentAuthorityInflationEmissionsUpdated.d.cts +5 -0
  223. package/dist/100/emissions/currentAuthorityInflationEmissionsUpdated.d.ts +5 -0
  224. package/dist/100/emissions/currentAuthorityInflationEmissionsUpdated.mjs +6 -0
  225. package/dist/100/emissions/supplyUpdateBroadcastRequested.cjs +6 -0
  226. package/dist/100/emissions/supplyUpdateBroadcastRequested.d.cts +5 -0
  227. package/dist/100/emissions/supplyUpdateBroadcastRequested.d.ts +5 -0
  228. package/dist/100/emissions/supplyUpdateBroadcastRequested.mjs +6 -0
  229. package/dist/100/emissions/supplyUpdateIntervalUpdated.cjs +6 -0
  230. package/dist/100/emissions/supplyUpdateIntervalUpdated.d.cts +5 -0
  231. package/dist/100/emissions/supplyUpdateIntervalUpdated.d.ts +5 -0
  232. package/dist/100/emissions/supplyUpdateIntervalUpdated.mjs +6 -0
  233. package/dist/100/environment/addedNewEthAsset.cjs +7 -0
  234. package/dist/100/environment/addedNewEthAsset.d.cts +13 -0
  235. package/dist/100/environment/addedNewEthAsset.d.ts +13 -0
  236. package/dist/100/environment/addedNewEthAsset.mjs +7 -0
  237. package/dist/100/environment/bitcoinBlockNumberSetForVault.cjs +7 -0
  238. package/dist/100/environment/bitcoinBlockNumberSetForVault.d.cts +11 -0
  239. package/dist/100/environment/bitcoinBlockNumberSetForVault.d.ts +11 -0
  240. package/dist/100/environment/bitcoinBlockNumberSetForVault.mjs +7 -0
  241. package/dist/100/environment/polkadotVaultAccountSet.cjs +7 -0
  242. package/dist/100/environment/polkadotVaultAccountSet.d.cts +11 -0
  243. package/dist/100/environment/polkadotVaultAccountSet.d.ts +11 -0
  244. package/dist/100/environment/polkadotVaultAccountSet.mjs +7 -0
  245. package/dist/100/environment/runtimeSafeModeUpdated.cjs +9 -0
  246. package/dist/100/environment/runtimeSafeModeUpdated.d.cts +687 -0
  247. package/dist/100/environment/runtimeSafeModeUpdated.d.ts +687 -0
  248. package/dist/100/environment/runtimeSafeModeUpdated.mjs +9 -0
  249. package/dist/100/environment/updatedEthAsset.cjs +7 -0
  250. package/dist/100/environment/updatedEthAsset.d.cts +13 -0
  251. package/dist/100/environment/updatedEthAsset.d.ts +13 -0
  252. package/dist/100/environment/updatedEthAsset.mjs +7 -0
  253. package/dist/100/ethereumBroadcaster/broadcastAborted.cjs +6 -0
  254. package/dist/100/ethereumBroadcaster/broadcastAborted.d.cts +11 -0
  255. package/dist/100/ethereumBroadcaster/broadcastAborted.d.ts +11 -0
  256. package/dist/100/ethereumBroadcaster/broadcastAborted.mjs +6 -0
  257. package/dist/100/ethereumBroadcaster/broadcastAttemptTimeout.cjs +9 -0
  258. package/dist/100/ethereumBroadcaster/broadcastAttemptTimeout.d.cts +26 -0
  259. package/dist/100/ethereumBroadcaster/broadcastAttemptTimeout.d.ts +26 -0
  260. package/dist/100/ethereumBroadcaster/broadcastAttemptTimeout.mjs +9 -0
  261. package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.cjs +10 -0
  262. package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.d.cts +332 -0
  263. package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.d.ts +332 -0
  264. package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.mjs +10 -0
  265. package/dist/100/ethereumBroadcaster/broadcastRetryScheduled.cjs +9 -0
  266. package/dist/100/ethereumBroadcaster/broadcastRetryScheduled.d.cts +26 -0
  267. package/dist/100/ethereumBroadcaster/broadcastRetryScheduled.d.ts +26 -0
  268. package/dist/100/ethereumBroadcaster/broadcastRetryScheduled.mjs +9 -0
  269. package/dist/100/ethereumBroadcaster/broadcastSuccess.cjs +10 -0
  270. package/dist/100/ethereumBroadcaster/broadcastSuccess.d.cts +29 -0
  271. package/dist/100/ethereumBroadcaster/broadcastSuccess.d.ts +29 -0
  272. package/dist/100/ethereumBroadcaster/broadcastSuccess.mjs +10 -0
  273. package/dist/100/ethereumBroadcaster/thresholdSignatureInvalid.cjs +9 -0
  274. package/dist/100/ethereumBroadcaster/thresholdSignatureInvalid.d.cts +14 -0
  275. package/dist/100/ethereumBroadcaster/thresholdSignatureInvalid.d.ts +14 -0
  276. package/dist/100/ethereumBroadcaster/thresholdSignatureInvalid.mjs +9 -0
  277. package/dist/100/ethereumBroadcaster/transactionBroadcastRequest.cjs +17 -0
  278. package/dist/100/ethereumBroadcaster/transactionBroadcastRequest.d.cts +90 -0
  279. package/dist/100/ethereumBroadcaster/transactionBroadcastRequest.d.ts +90 -0
  280. package/dist/100/ethereumBroadcaster/transactionBroadcastRequest.mjs +17 -0
  281. package/dist/100/ethereumBroadcaster/transactionFeeDeficitRecorded.cjs +10 -0
  282. package/dist/100/ethereumBroadcaster/transactionFeeDeficitRecorded.d.cts +14 -0
  283. package/dist/100/ethereumBroadcaster/transactionFeeDeficitRecorded.d.ts +14 -0
  284. package/dist/100/ethereumBroadcaster/transactionFeeDeficitRecorded.mjs +10 -0
  285. package/dist/100/ethereumBroadcaster/transactionFeeDeficitRefused.cjs +7 -0
  286. package/dist/100/ethereumBroadcaster/transactionFeeDeficitRefused.d.cts +11 -0
  287. package/dist/100/ethereumBroadcaster/transactionFeeDeficitRefused.d.ts +11 -0
  288. package/dist/100/ethereumBroadcaster/transactionFeeDeficitRefused.mjs +7 -0
  289. package/dist/100/ethereumChainTracking/chainStateUpdated.cjs +9 -0
  290. package/dist/100/ethereumChainTracking/chainStateUpdated.d.cts +47 -0
  291. package/dist/100/ethereumChainTracking/chainStateUpdated.d.ts +47 -0
  292. package/dist/100/ethereumChainTracking/chainStateUpdated.mjs +9 -0
  293. package/dist/100/ethereumIngressEgress/assetEgressStatusChanged.cjs +10 -0
  294. package/dist/100/ethereumIngressEgress/assetEgressStatusChanged.d.cts +24 -0
  295. package/dist/100/ethereumIngressEgress/assetEgressStatusChanged.d.ts +24 -0
  296. package/dist/100/ethereumIngressEgress/assetEgressStatusChanged.mjs +10 -0
  297. package/dist/100/ethereumIngressEgress/batchBroadcastRequested.cjs +10 -0
  298. package/dist/100/ethereumIngressEgress/batchBroadcastRequested.d.cts +24 -0
  299. package/dist/100/ethereumIngressEgress/batchBroadcastRequested.d.ts +24 -0
  300. package/dist/100/ethereumIngressEgress/batchBroadcastRequested.mjs +10 -0
  301. package/dist/100/ethereumIngressEgress/ccmBroadcastRequested.cjs +10 -0
  302. package/dist/100/ethereumIngressEgress/ccmBroadcastRequested.d.cts +24 -0
  303. package/dist/100/ethereumIngressEgress/ccmBroadcastRequested.d.ts +24 -0
  304. package/dist/100/ethereumIngressEgress/ccmBroadcastRequested.mjs +10 -0
  305. package/dist/100/ethereumIngressEgress/ccmEgressInvalid.cjs +10 -0
  306. package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.cts +241 -0
  307. package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.ts +241 -0
  308. package/dist/100/ethereumIngressEgress/ccmEgressInvalid.mjs +10 -0
  309. package/dist/100/ethereumIngressEgress/depositFetchesScheduled.cjs +10 -0
  310. package/dist/100/ethereumIngressEgress/depositFetchesScheduled.d.cts +24 -0
  311. package/dist/100/ethereumIngressEgress/depositFetchesScheduled.d.ts +24 -0
  312. package/dist/100/ethereumIngressEgress/depositFetchesScheduled.mjs +10 -0
  313. package/dist/100/ethereumIngressEgress/depositIgnored.cjs +11 -0
  314. package/dist/100/ethereumIngressEgress/depositIgnored.d.cts +27 -0
  315. package/dist/100/ethereumIngressEgress/depositIgnored.d.ts +27 -0
  316. package/dist/100/ethereumIngressEgress/depositIgnored.mjs +11 -0
  317. package/dist/100/ethereumIngressEgress/depositReceived.cjs +11 -0
  318. package/dist/100/ethereumIngressEgress/depositReceived.d.cts +27 -0
  319. package/dist/100/ethereumIngressEgress/depositReceived.d.ts +27 -0
  320. package/dist/100/ethereumIngressEgress/depositReceived.mjs +11 -0
  321. package/dist/100/ethereumIngressEgress/depositWitnessRejected.cjs +10 -0
  322. package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.cts +263 -0
  323. package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.ts +263 -0
  324. package/dist/100/ethereumIngressEgress/depositWitnessRejected.mjs +10 -0
  325. package/dist/100/ethereumIngressEgress/egressScheduled.cjs +17 -0
  326. package/dist/100/ethereumIngressEgress/egressScheduled.d.cts +40 -0
  327. package/dist/100/ethereumIngressEgress/egressScheduled.d.ts +40 -0
  328. package/dist/100/ethereumIngressEgress/egressScheduled.mjs +17 -0
  329. package/dist/100/ethereumIngressEgress/minimumDepositSet.cjs +10 -0
  330. package/dist/100/ethereumIngressEgress/minimumDepositSet.d.cts +24 -0
  331. package/dist/100/ethereumIngressEgress/minimumDepositSet.d.ts +24 -0
  332. package/dist/100/ethereumIngressEgress/minimumDepositSet.mjs +10 -0
  333. package/dist/100/ethereumIngressEgress/vaultTransferFailed.cjs +11 -0
  334. package/dist/100/ethereumIngressEgress/vaultTransferFailed.d.cts +27 -0
  335. package/dist/100/ethereumIngressEgress/vaultTransferFailed.d.ts +27 -0
  336. package/dist/100/ethereumIngressEgress/vaultTransferFailed.mjs +11 -0
  337. package/dist/100/ethereumThresholdSigner/currentKeyUnavailable.cjs +9 -0
  338. package/dist/100/ethereumThresholdSigner/currentKeyUnavailable.d.cts +14 -0
  339. package/dist/100/ethereumThresholdSigner/currentKeyUnavailable.d.ts +14 -0
  340. package/dist/100/ethereumThresholdSigner/currentKeyUnavailable.mjs +9 -0
  341. package/dist/100/ethereumThresholdSigner/failureReportProcessed.cjs +11 -0
  342. package/dist/100/ethereumThresholdSigner/failureReportProcessed.d.cts +17 -0
  343. package/dist/100/ethereumThresholdSigner/failureReportProcessed.d.ts +17 -0
  344. package/dist/100/ethereumThresholdSigner/failureReportProcessed.mjs +11 -0
  345. package/dist/100/ethereumThresholdSigner/retryRequested.cjs +10 -0
  346. package/dist/100/ethereumThresholdSigner/retryRequested.d.cts +14 -0
  347. package/dist/100/ethereumThresholdSigner/retryRequested.d.ts +14 -0
  348. package/dist/100/ethereumThresholdSigner/retryRequested.mjs +10 -0
  349. package/dist/100/ethereumThresholdSigner/signersUnavailable.cjs +9 -0
  350. package/dist/100/ethereumThresholdSigner/signersUnavailable.d.cts +14 -0
  351. package/dist/100/ethereumThresholdSigner/signersUnavailable.d.ts +14 -0
  352. package/dist/100/ethereumThresholdSigner/signersUnavailable.mjs +9 -0
  353. package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.cjs +11 -0
  354. package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.d.cts +335 -0
  355. package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.d.ts +335 -0
  356. package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.mjs +11 -0
  357. package/dist/100/ethereumThresholdSigner/thresholdSignatureFailed.cjs +11 -0
  358. package/dist/100/ethereumThresholdSigner/thresholdSignatureFailed.d.cts +17 -0
  359. package/dist/100/ethereumThresholdSigner/thresholdSignatureFailed.d.ts +17 -0
  360. package/dist/100/ethereumThresholdSigner/thresholdSignatureFailed.mjs +11 -0
  361. package/dist/100/ethereumThresholdSigner/thresholdSignatureRequest.cjs +14 -0
  362. package/dist/100/ethereumThresholdSigner/thresholdSignatureRequest.d.cts +53 -0
  363. package/dist/100/ethereumThresholdSigner/thresholdSignatureRequest.d.ts +53 -0
  364. package/dist/100/ethereumThresholdSigner/thresholdSignatureRequest.mjs +14 -0
  365. package/dist/100/ethereumThresholdSigner/thresholdSignatureResponseTimeoutUpdated.cjs +8 -0
  366. package/dist/100/ethereumThresholdSigner/thresholdSignatureResponseTimeoutUpdated.d.cts +11 -0
  367. package/dist/100/ethereumThresholdSigner/thresholdSignatureResponseTimeoutUpdated.d.ts +11 -0
  368. package/dist/100/ethereumThresholdSigner/thresholdSignatureResponseTimeoutUpdated.mjs +8 -0
  369. package/dist/100/ethereumThresholdSigner/thresholdSignatureSuccess.cjs +10 -0
  370. package/dist/100/ethereumThresholdSigner/thresholdSignatureSuccess.d.cts +14 -0
  371. package/dist/100/ethereumThresholdSigner/thresholdSignatureSuccess.d.ts +14 -0
  372. package/dist/100/ethereumThresholdSigner/thresholdSignatureSuccess.mjs +10 -0
  373. package/dist/100/ethereumVault/awaitingGovernanceActivation.cjs +9 -0
  374. package/dist/100/ethereumVault/awaitingGovernanceActivation.d.cts +38 -0
  375. package/dist/100/ethereumVault/awaitingGovernanceActivation.d.ts +38 -0
  376. package/dist/100/ethereumVault/awaitingGovernanceActivation.mjs +9 -0
  377. package/dist/100/ethereumVault/keyHandoverFailure.cjs +7 -0
  378. package/dist/100/ethereumVault/keyHandoverFailure.d.cts +11 -0
  379. package/dist/100/ethereumVault/keyHandoverFailure.d.ts +11 -0
  380. package/dist/100/ethereumVault/keyHandoverFailure.mjs +7 -0
  381. package/dist/100/ethereumVault/keyHandoverFailureReported.cjs +6 -0
  382. package/dist/100/ethereumVault/keyHandoverFailureReported.d.cts +5 -0
  383. package/dist/100/ethereumVault/keyHandoverFailureReported.d.ts +5 -0
  384. package/dist/100/ethereumVault/keyHandoverFailureReported.mjs +6 -0
  385. package/dist/100/ethereumVault/keyHandoverRequest.cjs +15 -0
  386. package/dist/100/ethereumVault/keyHandoverRequest.d.cts +83 -0
  387. package/dist/100/ethereumVault/keyHandoverRequest.d.ts +83 -0
  388. package/dist/100/ethereumVault/keyHandoverRequest.mjs +15 -0
  389. package/dist/100/ethereumVault/keyHandoverResponseTimeout.cjs +7 -0
  390. package/dist/100/ethereumVault/keyHandoverResponseTimeout.d.cts +11 -0
  391. package/dist/100/ethereumVault/keyHandoverResponseTimeout.d.ts +11 -0
  392. package/dist/100/ethereumVault/keyHandoverResponseTimeout.mjs +7 -0
  393. package/dist/100/ethereumVault/keyHandoverSuccess.cjs +7 -0
  394. package/dist/100/ethereumVault/keyHandoverSuccess.d.cts +11 -0
  395. package/dist/100/ethereumVault/keyHandoverSuccess.d.ts +11 -0
  396. package/dist/100/ethereumVault/keyHandoverSuccess.mjs +7 -0
  397. package/dist/100/ethereumVault/keyHandoverSuccessReported.cjs +6 -0
  398. package/dist/100/ethereumVault/keyHandoverSuccessReported.d.cts +5 -0
  399. package/dist/100/ethereumVault/keyHandoverSuccessReported.d.ts +5 -0
  400. package/dist/100/ethereumVault/keyHandoverSuccessReported.mjs +6 -0
  401. package/dist/100/ethereumVault/keyHandoverVerificationFailure.cjs +9 -0
  402. package/dist/100/ethereumVault/keyHandoverVerificationFailure.d.cts +11 -0
  403. package/dist/100/ethereumVault/keyHandoverVerificationFailure.d.ts +11 -0
  404. package/dist/100/ethereumVault/keyHandoverVerificationFailure.mjs +9 -0
  405. package/dist/100/ethereumVault/keyHandoverVerificationSuccess.cjs +7 -0
  406. package/dist/100/ethereumVault/keyHandoverVerificationSuccess.d.cts +38 -0
  407. package/dist/100/ethereumVault/keyHandoverVerificationSuccess.d.ts +38 -0
  408. package/dist/100/ethereumVault/keyHandoverVerificationSuccess.mjs +7 -0
  409. package/dist/100/ethereumVault/keygenFailure.cjs +6 -0
  410. package/dist/100/ethereumVault/keygenFailure.d.cts +5 -0
  411. package/dist/100/ethereumVault/keygenFailure.d.ts +5 -0
  412. package/dist/100/ethereumVault/keygenFailure.mjs +6 -0
  413. package/dist/100/ethereumVault/keygenFailureReported.cjs +6 -0
  414. package/dist/100/ethereumVault/keygenFailureReported.d.cts +5 -0
  415. package/dist/100/ethereumVault/keygenFailureReported.d.ts +5 -0
  416. package/dist/100/ethereumVault/keygenFailureReported.mjs +6 -0
  417. package/dist/100/ethereumVault/keygenRequest.cjs +11 -0
  418. package/dist/100/ethereumVault/keygenRequest.d.cts +17 -0
  419. package/dist/100/ethereumVault/keygenRequest.d.ts +17 -0
  420. package/dist/100/ethereumVault/keygenRequest.mjs +11 -0
  421. package/dist/100/ethereumVault/keygenResponseTimeout.cjs +6 -0
  422. package/dist/100/ethereumVault/keygenResponseTimeout.d.cts +5 -0
  423. package/dist/100/ethereumVault/keygenResponseTimeout.d.ts +5 -0
  424. package/dist/100/ethereumVault/keygenResponseTimeout.mjs +6 -0
  425. package/dist/100/ethereumVault/keygenResponseTimeoutUpdated.cjs +6 -0
  426. package/dist/100/ethereumVault/keygenResponseTimeoutUpdated.d.cts +11 -0
  427. package/dist/100/ethereumVault/keygenResponseTimeoutUpdated.d.ts +11 -0
  428. package/dist/100/ethereumVault/keygenResponseTimeoutUpdated.mjs +6 -0
  429. package/dist/100/ethereumVault/keygenSuccess.cjs +6 -0
  430. package/dist/100/ethereumVault/keygenSuccess.d.cts +5 -0
  431. package/dist/100/ethereumVault/keygenSuccess.d.ts +5 -0
  432. package/dist/100/ethereumVault/keygenSuccess.mjs +6 -0
  433. package/dist/100/ethereumVault/keygenSuccessReported.cjs +6 -0
  434. package/dist/100/ethereumVault/keygenSuccessReported.d.cts +5 -0
  435. package/dist/100/ethereumVault/keygenSuccessReported.d.ts +5 -0
  436. package/dist/100/ethereumVault/keygenSuccessReported.mjs +6 -0
  437. package/dist/100/ethereumVault/keygenVerificationFailure.cjs +7 -0
  438. package/dist/100/ethereumVault/keygenVerificationFailure.d.cts +11 -0
  439. package/dist/100/ethereumVault/keygenVerificationFailure.d.ts +11 -0
  440. package/dist/100/ethereumVault/keygenVerificationFailure.mjs +7 -0
  441. package/dist/100/ethereumVault/keygenVerificationSuccess.cjs +7 -0
  442. package/dist/100/ethereumVault/keygenVerificationSuccess.d.cts +38 -0
  443. package/dist/100/ethereumVault/keygenVerificationSuccess.d.ts +38 -0
  444. package/dist/100/ethereumVault/keygenVerificationSuccess.mjs +7 -0
  445. package/dist/100/ethereumVault/noKeyHandover.cjs +6 -0
  446. package/dist/100/ethereumVault/noKeyHandover.d.cts +5 -0
  447. package/dist/100/ethereumVault/noKeyHandover.d.ts +5 -0
  448. package/dist/100/ethereumVault/noKeyHandover.mjs +6 -0
  449. package/dist/100/ethereumVault/vaultRotatedExternally.cjs +6 -0
  450. package/dist/100/ethereumVault/vaultRotatedExternally.d.cts +24 -0
  451. package/dist/100/ethereumVault/vaultRotatedExternally.d.ts +24 -0
  452. package/dist/100/ethereumVault/vaultRotatedExternally.mjs +6 -0
  453. package/dist/100/ethereumVault/vaultRotationAborted.cjs +6 -0
  454. package/dist/100/ethereumVault/vaultRotationAborted.d.cts +5 -0
  455. package/dist/100/ethereumVault/vaultRotationAborted.d.ts +5 -0
  456. package/dist/100/ethereumVault/vaultRotationAborted.mjs +6 -0
  457. package/dist/100/ethereumVault/vaultRotationCompleted.cjs +6 -0
  458. package/dist/100/ethereumVault/vaultRotationCompleted.d.cts +5 -0
  459. package/dist/100/ethereumVault/vaultRotationCompleted.d.ts +5 -0
  460. package/dist/100/ethereumVault/vaultRotationCompleted.mjs +6 -0
  461. package/dist/100/flip/accountReaped.cjs +7 -0
  462. package/dist/100/flip/accountReaped.d.cts +14 -0
  463. package/dist/100/flip/accountReaped.d.ts +14 -0
  464. package/dist/100/flip/accountReaped.mjs +7 -0
  465. package/dist/100/flip/remainingImbalance.cjs +10 -0
  466. package/dist/100/flip/remainingImbalance.d.cts +112 -0
  467. package/dist/100/flip/remainingImbalance.d.ts +112 -0
  468. package/dist/100/flip/remainingImbalance.mjs +10 -0
  469. package/dist/100/flip/slashingPerformed.cjs +7 -0
  470. package/dist/100/flip/slashingPerformed.d.cts +14 -0
  471. package/dist/100/flip/slashingPerformed.d.ts +14 -0
  472. package/dist/100/flip/slashingPerformed.mjs +7 -0
  473. package/dist/100/flip/slashingRateUpdated.cjs +6 -0
  474. package/dist/100/flip/slashingRateUpdated.d.cts +11 -0
  475. package/dist/100/flip/slashingRateUpdated.d.ts +11 -0
  476. package/dist/100/flip/slashingRateUpdated.mjs +6 -0
  477. package/dist/100/funding/addedRestrictedAddress.cjs +7 -0
  478. package/dist/100/funding/addedRestrictedAddress.d.cts +11 -0
  479. package/dist/100/funding/addedRestrictedAddress.d.ts +11 -0
  480. package/dist/100/funding/addedRestrictedAddress.mjs +7 -0
  481. package/dist/100/funding/boundExecutorAddress.cjs +7 -0
  482. package/dist/100/funding/boundExecutorAddress.d.cts +14 -0
  483. package/dist/100/funding/boundExecutorAddress.d.ts +14 -0
  484. package/dist/100/funding/boundExecutorAddress.mjs +7 -0
  485. package/dist/100/funding/boundRedeemAddress.cjs +7 -0
  486. package/dist/100/funding/boundRedeemAddress.d.cts +14 -0
  487. package/dist/100/funding/boundRedeemAddress.d.ts +14 -0
  488. package/dist/100/funding/boundRedeemAddress.mjs +7 -0
  489. package/dist/100/funding/failedFundingAttempt.cjs +11 -0
  490. package/dist/100/funding/failedFundingAttempt.d.cts +17 -0
  491. package/dist/100/funding/failedFundingAttempt.d.ts +17 -0
  492. package/dist/100/funding/failedFundingAttempt.mjs +11 -0
  493. package/dist/100/funding/funded.cjs +12 -0
  494. package/dist/100/funding/funded.d.cts +20 -0
  495. package/dist/100/funding/funded.d.ts +20 -0
  496. package/dist/100/funding/funded.mjs +12 -0
  497. package/dist/100/funding/minimumFundingUpdated.cjs +7 -0
  498. package/dist/100/funding/minimumFundingUpdated.d.cts +11 -0
  499. package/dist/100/funding/minimumFundingUpdated.d.ts +11 -0
  500. package/dist/100/funding/minimumFundingUpdated.mjs +7 -0
  501. package/dist/100/funding/redemptionAmountZero.cjs +7 -0
  502. package/dist/100/funding/redemptionAmountZero.d.cts +11 -0
  503. package/dist/100/funding/redemptionAmountZero.d.ts +11 -0
  504. package/dist/100/funding/redemptionAmountZero.mjs +7 -0
  505. package/dist/100/funding/redemptionExpired.cjs +7 -0
  506. package/dist/100/funding/redemptionExpired.d.cts +11 -0
  507. package/dist/100/funding/redemptionExpired.d.ts +11 -0
  508. package/dist/100/funding/redemptionExpired.mjs +7 -0
  509. package/dist/100/funding/redemptionRequested.cjs +12 -0
  510. package/dist/100/funding/redemptionRequested.d.cts +20 -0
  511. package/dist/100/funding/redemptionRequested.d.ts +20 -0
  512. package/dist/100/funding/redemptionRequested.mjs +12 -0
  513. package/dist/100/funding/redemptionSettled.cjs +7 -0
  514. package/dist/100/funding/redemptionSettled.d.cts +5 -0
  515. package/dist/100/funding/redemptionSettled.d.ts +5 -0
  516. package/dist/100/funding/redemptionSettled.mjs +7 -0
  517. package/dist/100/funding/redemptionTaxAmountUpdated.cjs +7 -0
  518. package/dist/100/funding/redemptionTaxAmountUpdated.d.cts +11 -0
  519. package/dist/100/funding/redemptionTaxAmountUpdated.d.ts +11 -0
  520. package/dist/100/funding/redemptionTaxAmountUpdated.mjs +7 -0
  521. package/dist/100/funding/removedRestrictedAddress.cjs +7 -0
  522. package/dist/100/funding/removedRestrictedAddress.d.cts +11 -0
  523. package/dist/100/funding/removedRestrictedAddress.d.ts +11 -0
  524. package/dist/100/funding/removedRestrictedAddress.mjs +7 -0
  525. package/dist/100/funding/startedBidding.cjs +7 -0
  526. package/dist/100/funding/startedBidding.d.cts +11 -0
  527. package/dist/100/funding/startedBidding.d.ts +11 -0
  528. package/dist/100/funding/startedBidding.mjs +7 -0
  529. package/dist/100/funding/stoppedBidding.cjs +7 -0
  530. package/dist/100/funding/stoppedBidding.d.cts +11 -0
  531. package/dist/100/funding/stoppedBidding.d.ts +11 -0
  532. package/dist/100/funding/stoppedBidding.mjs +7 -0
  533. package/dist/100/governance/approved.cjs +6 -0
  534. package/dist/100/governance/approved.d.cts +5 -0
  535. package/dist/100/governance/approved.d.ts +5 -0
  536. package/dist/100/governance/approved.mjs +6 -0
  537. package/dist/100/governance/decodeOfCallFailed.cjs +6 -0
  538. package/dist/100/governance/decodeOfCallFailed.d.cts +5 -0
  539. package/dist/100/governance/decodeOfCallFailed.d.ts +5 -0
  540. package/dist/100/governance/decodeOfCallFailed.mjs +6 -0
  541. package/dist/100/governance/executed.cjs +6 -0
  542. package/dist/100/governance/executed.d.cts +5 -0
  543. package/dist/100/governance/executed.d.ts +5 -0
  544. package/dist/100/governance/executed.mjs +6 -0
  545. package/dist/100/governance/expired.cjs +6 -0
  546. package/dist/100/governance/expired.d.cts +5 -0
  547. package/dist/100/governance/expired.d.ts +5 -0
  548. package/dist/100/governance/expired.mjs +6 -0
  549. package/dist/100/governance/failedExecution.cjs +6 -0
  550. package/dist/100/governance/failedExecution.d.cts +146 -0
  551. package/dist/100/governance/failedExecution.d.ts +146 -0
  552. package/dist/100/governance/failedExecution.mjs +6 -0
  553. package/dist/100/governance/govKeyCallExecuted.cjs +7 -0
  554. package/dist/100/governance/govKeyCallExecuted.d.cts +11 -0
  555. package/dist/100/governance/govKeyCallExecuted.d.ts +11 -0
  556. package/dist/100/governance/govKeyCallExecuted.mjs +7 -0
  557. package/dist/100/governance/govKeyCallExecutionFailed.cjs +10 -0
  558. package/dist/100/governance/govKeyCallExecutionFailed.d.cts +231 -0
  559. package/dist/100/governance/govKeyCallExecutionFailed.d.ts +231 -0
  560. package/dist/100/governance/govKeyCallExecutionFailed.mjs +10 -0
  561. package/dist/100/governance/govKeyCallHashWhitelisted.cjs +7 -0
  562. package/dist/100/governance/govKeyCallHashWhitelisted.d.cts +11 -0
  563. package/dist/100/governance/govKeyCallHashWhitelisted.d.ts +11 -0
  564. package/dist/100/governance/govKeyCallHashWhitelisted.mjs +7 -0
  565. package/dist/100/governance/proposed.cjs +6 -0
  566. package/dist/100/governance/proposed.d.cts +5 -0
  567. package/dist/100/governance/proposed.d.ts +5 -0
  568. package/dist/100/governance/proposed.mjs +6 -0
  569. package/dist/100/grandpa/newAuthorities.cjs +9 -0
  570. package/dist/100/grandpa/newAuthorities.d.cts +11 -0
  571. package/dist/100/grandpa/newAuthorities.d.ts +11 -0
  572. package/dist/100/grandpa/newAuthorities.mjs +9 -0
  573. package/dist/100/grandpa/paused.cjs +6 -0
  574. package/dist/100/grandpa/paused.d.cts +5 -0
  575. package/dist/100/grandpa/paused.d.ts +5 -0
  576. package/dist/100/grandpa/paused.mjs +6 -0
  577. package/dist/100/grandpa/resumed.cjs +6 -0
  578. package/dist/100/grandpa/resumed.d.cts +5 -0
  579. package/dist/100/grandpa/resumed.d.ts +5 -0
  580. package/dist/100/grandpa/resumed.mjs +6 -0
  581. package/dist/100/index.cjs +1732 -0
  582. package/dist/100/index.d.cts +837 -0
  583. package/dist/100/index.d.ts +837 -0
  584. package/dist/100/index.mjs +1732 -0
  585. package/dist/100/liquidityPools/assetSwapped.cjs +12 -0
  586. package/dist/100/liquidityPools/assetSwapped.d.cts +40 -0
  587. package/dist/100/liquidityPools/assetSwapped.d.ts +40 -0
  588. package/dist/100/liquidityPools/assetSwapped.mjs +12 -0
  589. package/dist/100/liquidityPools/limitOrderUpdated.cjs +22 -0
  590. package/dist/100/liquidityPools/limitOrderUpdated.d.cts +181 -0
  591. package/dist/100/liquidityPools/limitOrderUpdated.d.ts +181 -0
  592. package/dist/100/liquidityPools/limitOrderUpdated.mjs +22 -0
  593. package/dist/100/liquidityPools/networkFeeTaken.cjs +7 -0
  594. package/dist/100/liquidityPools/networkFeeTaken.d.cts +11 -0
  595. package/dist/100/liquidityPools/networkFeeTaken.d.ts +11 -0
  596. package/dist/100/liquidityPools/networkFeeTaken.mjs +7 -0
  597. package/dist/100/liquidityPools/newPoolCreated.cjs +12 -0
  598. package/dist/100/liquidityPools/newPoolCreated.d.cts +40 -0
  599. package/dist/100/liquidityPools/newPoolCreated.d.ts +40 -0
  600. package/dist/100/liquidityPools/newPoolCreated.mjs +12 -0
  601. package/dist/100/liquidityPools/poolFeeSet.cjs +11 -0
  602. package/dist/100/liquidityPools/poolFeeSet.d.cts +37 -0
  603. package/dist/100/liquidityPools/poolFeeSet.d.ts +37 -0
  604. package/dist/100/liquidityPools/poolFeeSet.mjs +11 -0
  605. package/dist/100/liquidityPools/poolStateUpdated.cjs +11 -0
  606. package/dist/100/liquidityPools/poolStateUpdated.d.cts +37 -0
  607. package/dist/100/liquidityPools/poolStateUpdated.d.ts +37 -0
  608. package/dist/100/liquidityPools/poolStateUpdated.mjs +11 -0
  609. package/dist/100/liquidityPools/rangeOrderUpdated.cjs +22 -0
  610. package/dist/100/liquidityPools/rangeOrderUpdated.d.cts +208 -0
  611. package/dist/100/liquidityPools/rangeOrderUpdated.d.ts +208 -0
  612. package/dist/100/liquidityPools/rangeOrderUpdated.mjs +22 -0
  613. package/dist/100/liquidityPools/updatedBuyInterval.cjs +6 -0
  614. package/dist/100/liquidityPools/updatedBuyInterval.d.cts +11 -0
  615. package/dist/100/liquidityPools/updatedBuyInterval.d.ts +11 -0
  616. package/dist/100/liquidityPools/updatedBuyInterval.mjs +6 -0
  617. package/dist/100/liquidityProvider/accountCredited.cjs +11 -0
  618. package/dist/100/liquidityProvider/accountCredited.d.cts +27 -0
  619. package/dist/100/liquidityProvider/accountCredited.d.ts +27 -0
  620. package/dist/100/liquidityProvider/accountCredited.mjs +11 -0
  621. package/dist/100/liquidityProvider/accountDebited.cjs +11 -0
  622. package/dist/100/liquidityProvider/accountDebited.d.cts +27 -0
  623. package/dist/100/liquidityProvider/accountDebited.d.ts +27 -0
  624. package/dist/100/liquidityProvider/accountDebited.mjs +11 -0
  625. package/dist/100/liquidityProvider/liquidityDepositAddressReady.cjs +18 -0
  626. package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.cts +78 -0
  627. package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.ts +78 -0
  628. package/dist/100/liquidityProvider/liquidityDepositAddressReady.mjs +18 -0
  629. package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.cjs +15 -0
  630. package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.cts +225 -0
  631. package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.ts +225 -0
  632. package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.mjs +15 -0
  633. package/dist/100/liquidityProvider/withdrawalEgressScheduled.cjs +17 -0
  634. package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.cts +85 -0
  635. package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.ts +85 -0
  636. package/dist/100/liquidityProvider/withdrawalEgressScheduled.mjs +17 -0
  637. package/dist/100/polkadotBroadcaster/broadcastAborted.cjs +6 -0
  638. package/dist/100/polkadotBroadcaster/broadcastAborted.d.cts +11 -0
  639. package/dist/100/polkadotBroadcaster/broadcastAborted.d.ts +11 -0
  640. package/dist/100/polkadotBroadcaster/broadcastAborted.mjs +6 -0
  641. package/dist/100/polkadotBroadcaster/broadcastAttemptTimeout.cjs +9 -0
  642. package/dist/100/polkadotBroadcaster/broadcastAttemptTimeout.d.cts +26 -0
  643. package/dist/100/polkadotBroadcaster/broadcastAttemptTimeout.d.ts +26 -0
  644. package/dist/100/polkadotBroadcaster/broadcastAttemptTimeout.mjs +9 -0
  645. package/dist/100/polkadotBroadcaster/broadcastCallbackExecuted.cjs +10 -0
  646. package/dist/100/polkadotBroadcaster/broadcastCallbackExecuted.d.cts +332 -0
  647. package/dist/100/polkadotBroadcaster/broadcastCallbackExecuted.d.ts +332 -0
  648. package/dist/100/polkadotBroadcaster/broadcastCallbackExecuted.mjs +10 -0
  649. package/dist/100/polkadotBroadcaster/broadcastRetryScheduled.cjs +9 -0
  650. package/dist/100/polkadotBroadcaster/broadcastRetryScheduled.d.cts +26 -0
  651. package/dist/100/polkadotBroadcaster/broadcastRetryScheduled.d.ts +26 -0
  652. package/dist/100/polkadotBroadcaster/broadcastRetryScheduled.mjs +9 -0
  653. package/dist/100/polkadotBroadcaster/broadcastSuccess.cjs +10 -0
  654. package/dist/100/polkadotBroadcaster/broadcastSuccess.d.cts +14 -0
  655. package/dist/100/polkadotBroadcaster/broadcastSuccess.d.ts +14 -0
  656. package/dist/100/polkadotBroadcaster/broadcastSuccess.mjs +10 -0
  657. package/dist/100/polkadotBroadcaster/thresholdSignatureInvalid.cjs +9 -0
  658. package/dist/100/polkadotBroadcaster/thresholdSignatureInvalid.d.cts +14 -0
  659. package/dist/100/polkadotBroadcaster/thresholdSignatureInvalid.d.ts +14 -0
  660. package/dist/100/polkadotBroadcaster/thresholdSignatureInvalid.mjs +9 -0
  661. package/dist/100/polkadotBroadcaster/transactionBroadcastRequest.cjs +17 -0
  662. package/dist/100/polkadotBroadcaster/transactionBroadcastRequest.d.cts +45 -0
  663. package/dist/100/polkadotBroadcaster/transactionBroadcastRequest.d.ts +45 -0
  664. package/dist/100/polkadotBroadcaster/transactionBroadcastRequest.mjs +17 -0
  665. package/dist/100/polkadotBroadcaster/transactionFeeDeficitRecorded.cjs +10 -0
  666. package/dist/100/polkadotBroadcaster/transactionFeeDeficitRecorded.d.cts +14 -0
  667. package/dist/100/polkadotBroadcaster/transactionFeeDeficitRecorded.d.ts +14 -0
  668. package/dist/100/polkadotBroadcaster/transactionFeeDeficitRecorded.mjs +10 -0
  669. package/dist/100/polkadotBroadcaster/transactionFeeDeficitRefused.cjs +7 -0
  670. package/dist/100/polkadotBroadcaster/transactionFeeDeficitRefused.d.cts +11 -0
  671. package/dist/100/polkadotBroadcaster/transactionFeeDeficitRefused.d.ts +11 -0
  672. package/dist/100/polkadotBroadcaster/transactionFeeDeficitRefused.mjs +7 -0
  673. package/dist/100/polkadotChainTracking/chainStateUpdated.cjs +9 -0
  674. package/dist/100/polkadotChainTracking/chainStateUpdated.d.cts +74 -0
  675. package/dist/100/polkadotChainTracking/chainStateUpdated.d.ts +74 -0
  676. package/dist/100/polkadotChainTracking/chainStateUpdated.mjs +9 -0
  677. package/dist/100/polkadotIngressEgress/assetEgressStatusChanged.cjs +10 -0
  678. package/dist/100/polkadotIngressEgress/assetEgressStatusChanged.d.cts +24 -0
  679. package/dist/100/polkadotIngressEgress/assetEgressStatusChanged.d.ts +24 -0
  680. package/dist/100/polkadotIngressEgress/assetEgressStatusChanged.mjs +10 -0
  681. package/dist/100/polkadotIngressEgress/batchBroadcastRequested.cjs +10 -0
  682. package/dist/100/polkadotIngressEgress/batchBroadcastRequested.d.cts +24 -0
  683. package/dist/100/polkadotIngressEgress/batchBroadcastRequested.d.ts +24 -0
  684. package/dist/100/polkadotIngressEgress/batchBroadcastRequested.mjs +10 -0
  685. package/dist/100/polkadotIngressEgress/ccmBroadcastRequested.cjs +10 -0
  686. package/dist/100/polkadotIngressEgress/ccmBroadcastRequested.d.cts +24 -0
  687. package/dist/100/polkadotIngressEgress/ccmBroadcastRequested.d.ts +24 -0
  688. package/dist/100/polkadotIngressEgress/ccmBroadcastRequested.mjs +10 -0
  689. package/dist/100/polkadotIngressEgress/ccmEgressInvalid.cjs +10 -0
  690. package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.cts +241 -0
  691. package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.ts +241 -0
  692. package/dist/100/polkadotIngressEgress/ccmEgressInvalid.mjs +10 -0
  693. package/dist/100/polkadotIngressEgress/depositFetchesScheduled.cjs +10 -0
  694. package/dist/100/polkadotIngressEgress/depositFetchesScheduled.d.cts +24 -0
  695. package/dist/100/polkadotIngressEgress/depositFetchesScheduled.d.ts +24 -0
  696. package/dist/100/polkadotIngressEgress/depositFetchesScheduled.mjs +10 -0
  697. package/dist/100/polkadotIngressEgress/depositIgnored.cjs +11 -0
  698. package/dist/100/polkadotIngressEgress/depositIgnored.d.cts +27 -0
  699. package/dist/100/polkadotIngressEgress/depositIgnored.d.ts +27 -0
  700. package/dist/100/polkadotIngressEgress/depositIgnored.mjs +11 -0
  701. package/dist/100/polkadotIngressEgress/depositReceived.cjs +11 -0
  702. package/dist/100/polkadotIngressEgress/depositReceived.d.cts +27 -0
  703. package/dist/100/polkadotIngressEgress/depositReceived.d.ts +27 -0
  704. package/dist/100/polkadotIngressEgress/depositReceived.mjs +11 -0
  705. package/dist/100/polkadotIngressEgress/depositWitnessRejected.cjs +10 -0
  706. package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.cts +263 -0
  707. package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.ts +263 -0
  708. package/dist/100/polkadotIngressEgress/depositWitnessRejected.mjs +10 -0
  709. package/dist/100/polkadotIngressEgress/egressScheduled.cjs +17 -0
  710. package/dist/100/polkadotIngressEgress/egressScheduled.d.cts +40 -0
  711. package/dist/100/polkadotIngressEgress/egressScheduled.d.ts +40 -0
  712. package/dist/100/polkadotIngressEgress/egressScheduled.mjs +17 -0
  713. package/dist/100/polkadotIngressEgress/minimumDepositSet.cjs +10 -0
  714. package/dist/100/polkadotIngressEgress/minimumDepositSet.d.cts +24 -0
  715. package/dist/100/polkadotIngressEgress/minimumDepositSet.d.ts +24 -0
  716. package/dist/100/polkadotIngressEgress/minimumDepositSet.mjs +10 -0
  717. package/dist/100/polkadotIngressEgress/vaultTransferFailed.cjs +11 -0
  718. package/dist/100/polkadotIngressEgress/vaultTransferFailed.d.cts +27 -0
  719. package/dist/100/polkadotIngressEgress/vaultTransferFailed.d.ts +27 -0
  720. package/dist/100/polkadotIngressEgress/vaultTransferFailed.mjs +11 -0
  721. package/dist/100/polkadotThresholdSigner/currentKeyUnavailable.cjs +9 -0
  722. package/dist/100/polkadotThresholdSigner/currentKeyUnavailable.d.cts +14 -0
  723. package/dist/100/polkadotThresholdSigner/currentKeyUnavailable.d.ts +14 -0
  724. package/dist/100/polkadotThresholdSigner/currentKeyUnavailable.mjs +9 -0
  725. package/dist/100/polkadotThresholdSigner/failureReportProcessed.cjs +11 -0
  726. package/dist/100/polkadotThresholdSigner/failureReportProcessed.d.cts +17 -0
  727. package/dist/100/polkadotThresholdSigner/failureReportProcessed.d.ts +17 -0
  728. package/dist/100/polkadotThresholdSigner/failureReportProcessed.mjs +11 -0
  729. package/dist/100/polkadotThresholdSigner/retryRequested.cjs +10 -0
  730. package/dist/100/polkadotThresholdSigner/retryRequested.d.cts +14 -0
  731. package/dist/100/polkadotThresholdSigner/retryRequested.d.ts +14 -0
  732. package/dist/100/polkadotThresholdSigner/retryRequested.mjs +10 -0
  733. package/dist/100/polkadotThresholdSigner/signersUnavailable.cjs +9 -0
  734. package/dist/100/polkadotThresholdSigner/signersUnavailable.d.cts +14 -0
  735. package/dist/100/polkadotThresholdSigner/signersUnavailable.d.ts +14 -0
  736. package/dist/100/polkadotThresholdSigner/signersUnavailable.mjs +9 -0
  737. package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.cjs +11 -0
  738. package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.d.cts +335 -0
  739. package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.d.ts +335 -0
  740. package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.mjs +11 -0
  741. package/dist/100/polkadotThresholdSigner/thresholdSignatureFailed.cjs +11 -0
  742. package/dist/100/polkadotThresholdSigner/thresholdSignatureFailed.d.cts +17 -0
  743. package/dist/100/polkadotThresholdSigner/thresholdSignatureFailed.d.ts +17 -0
  744. package/dist/100/polkadotThresholdSigner/thresholdSignatureFailed.mjs +11 -0
  745. package/dist/100/polkadotThresholdSigner/thresholdSignatureRequest.cjs +14 -0
  746. package/dist/100/polkadotThresholdSigner/thresholdSignatureRequest.d.cts +26 -0
  747. package/dist/100/polkadotThresholdSigner/thresholdSignatureRequest.d.ts +26 -0
  748. package/dist/100/polkadotThresholdSigner/thresholdSignatureRequest.mjs +14 -0
  749. package/dist/100/polkadotThresholdSigner/thresholdSignatureResponseTimeoutUpdated.cjs +8 -0
  750. package/dist/100/polkadotThresholdSigner/thresholdSignatureResponseTimeoutUpdated.d.cts +11 -0
  751. package/dist/100/polkadotThresholdSigner/thresholdSignatureResponseTimeoutUpdated.d.ts +11 -0
  752. package/dist/100/polkadotThresholdSigner/thresholdSignatureResponseTimeoutUpdated.mjs +8 -0
  753. package/dist/100/polkadotThresholdSigner/thresholdSignatureSuccess.cjs +10 -0
  754. package/dist/100/polkadotThresholdSigner/thresholdSignatureSuccess.d.cts +14 -0
  755. package/dist/100/polkadotThresholdSigner/thresholdSignatureSuccess.d.ts +14 -0
  756. package/dist/100/polkadotThresholdSigner/thresholdSignatureSuccess.mjs +10 -0
  757. package/dist/100/polkadotVault/awaitingGovernanceActivation.cjs +7 -0
  758. package/dist/100/polkadotVault/awaitingGovernanceActivation.d.cts +11 -0
  759. package/dist/100/polkadotVault/awaitingGovernanceActivation.d.ts +11 -0
  760. package/dist/100/polkadotVault/awaitingGovernanceActivation.mjs +7 -0
  761. package/dist/100/polkadotVault/keyHandoverFailure.cjs +7 -0
  762. package/dist/100/polkadotVault/keyHandoverFailure.d.cts +11 -0
  763. package/dist/100/polkadotVault/keyHandoverFailure.d.ts +11 -0
  764. package/dist/100/polkadotVault/keyHandoverFailure.mjs +7 -0
  765. package/dist/100/polkadotVault/keyHandoverFailureReported.cjs +6 -0
  766. package/dist/100/polkadotVault/keyHandoverFailureReported.d.cts +5 -0
  767. package/dist/100/polkadotVault/keyHandoverFailureReported.d.ts +5 -0
  768. package/dist/100/polkadotVault/keyHandoverFailureReported.mjs +6 -0
  769. package/dist/100/polkadotVault/keyHandoverRequest.cjs +15 -0
  770. package/dist/100/polkadotVault/keyHandoverRequest.d.cts +29 -0
  771. package/dist/100/polkadotVault/keyHandoverRequest.d.ts +29 -0
  772. package/dist/100/polkadotVault/keyHandoverRequest.mjs +15 -0
  773. package/dist/100/polkadotVault/keyHandoverResponseTimeout.cjs +7 -0
  774. package/dist/100/polkadotVault/keyHandoverResponseTimeout.d.cts +11 -0
  775. package/dist/100/polkadotVault/keyHandoverResponseTimeout.d.ts +11 -0
  776. package/dist/100/polkadotVault/keyHandoverResponseTimeout.mjs +7 -0
  777. package/dist/100/polkadotVault/keyHandoverSuccess.cjs +7 -0
  778. package/dist/100/polkadotVault/keyHandoverSuccess.d.cts +11 -0
  779. package/dist/100/polkadotVault/keyHandoverSuccess.d.ts +11 -0
  780. package/dist/100/polkadotVault/keyHandoverSuccess.mjs +7 -0
  781. package/dist/100/polkadotVault/keyHandoverSuccessReported.cjs +6 -0
  782. package/dist/100/polkadotVault/keyHandoverSuccessReported.d.cts +5 -0
  783. package/dist/100/polkadotVault/keyHandoverSuccessReported.d.ts +5 -0
  784. package/dist/100/polkadotVault/keyHandoverSuccessReported.mjs +6 -0
  785. package/dist/100/polkadotVault/keyHandoverVerificationFailure.cjs +9 -0
  786. package/dist/100/polkadotVault/keyHandoverVerificationFailure.d.cts +11 -0
  787. package/dist/100/polkadotVault/keyHandoverVerificationFailure.d.ts +11 -0
  788. package/dist/100/polkadotVault/keyHandoverVerificationFailure.mjs +9 -0
  789. package/dist/100/polkadotVault/keyHandoverVerificationSuccess.cjs +7 -0
  790. package/dist/100/polkadotVault/keyHandoverVerificationSuccess.d.cts +11 -0
  791. package/dist/100/polkadotVault/keyHandoverVerificationSuccess.d.ts +11 -0
  792. package/dist/100/polkadotVault/keyHandoverVerificationSuccess.mjs +7 -0
  793. package/dist/100/polkadotVault/keygenFailure.cjs +6 -0
  794. package/dist/100/polkadotVault/keygenFailure.d.cts +5 -0
  795. package/dist/100/polkadotVault/keygenFailure.d.ts +5 -0
  796. package/dist/100/polkadotVault/keygenFailure.mjs +6 -0
  797. package/dist/100/polkadotVault/keygenFailureReported.cjs +6 -0
  798. package/dist/100/polkadotVault/keygenFailureReported.d.cts +5 -0
  799. package/dist/100/polkadotVault/keygenFailureReported.d.ts +5 -0
  800. package/dist/100/polkadotVault/keygenFailureReported.mjs +6 -0
  801. package/dist/100/polkadotVault/keygenRequest.cjs +11 -0
  802. package/dist/100/polkadotVault/keygenRequest.d.cts +17 -0
  803. package/dist/100/polkadotVault/keygenRequest.d.ts +17 -0
  804. package/dist/100/polkadotVault/keygenRequest.mjs +11 -0
  805. package/dist/100/polkadotVault/keygenResponseTimeout.cjs +6 -0
  806. package/dist/100/polkadotVault/keygenResponseTimeout.d.cts +5 -0
  807. package/dist/100/polkadotVault/keygenResponseTimeout.d.ts +5 -0
  808. package/dist/100/polkadotVault/keygenResponseTimeout.mjs +6 -0
  809. package/dist/100/polkadotVault/keygenResponseTimeoutUpdated.cjs +6 -0
  810. package/dist/100/polkadotVault/keygenResponseTimeoutUpdated.d.cts +11 -0
  811. package/dist/100/polkadotVault/keygenResponseTimeoutUpdated.d.ts +11 -0
  812. package/dist/100/polkadotVault/keygenResponseTimeoutUpdated.mjs +6 -0
  813. package/dist/100/polkadotVault/keygenSuccess.cjs +6 -0
  814. package/dist/100/polkadotVault/keygenSuccess.d.cts +5 -0
  815. package/dist/100/polkadotVault/keygenSuccess.d.ts +5 -0
  816. package/dist/100/polkadotVault/keygenSuccess.mjs +6 -0
  817. package/dist/100/polkadotVault/keygenSuccessReported.cjs +6 -0
  818. package/dist/100/polkadotVault/keygenSuccessReported.d.cts +5 -0
  819. package/dist/100/polkadotVault/keygenSuccessReported.d.ts +5 -0
  820. package/dist/100/polkadotVault/keygenSuccessReported.mjs +6 -0
  821. package/dist/100/polkadotVault/keygenVerificationFailure.cjs +7 -0
  822. package/dist/100/polkadotVault/keygenVerificationFailure.d.cts +11 -0
  823. package/dist/100/polkadotVault/keygenVerificationFailure.d.ts +11 -0
  824. package/dist/100/polkadotVault/keygenVerificationFailure.mjs +7 -0
  825. package/dist/100/polkadotVault/keygenVerificationSuccess.cjs +7 -0
  826. package/dist/100/polkadotVault/keygenVerificationSuccess.d.cts +11 -0
  827. package/dist/100/polkadotVault/keygenVerificationSuccess.d.ts +11 -0
  828. package/dist/100/polkadotVault/keygenVerificationSuccess.mjs +7 -0
  829. package/dist/100/polkadotVault/noKeyHandover.cjs +6 -0
  830. package/dist/100/polkadotVault/noKeyHandover.d.cts +5 -0
  831. package/dist/100/polkadotVault/noKeyHandover.d.ts +5 -0
  832. package/dist/100/polkadotVault/noKeyHandover.mjs +6 -0
  833. package/dist/100/polkadotVault/vaultRotatedExternally.cjs +6 -0
  834. package/dist/100/polkadotVault/vaultRotatedExternally.d.cts +5 -0
  835. package/dist/100/polkadotVault/vaultRotatedExternally.d.ts +5 -0
  836. package/dist/100/polkadotVault/vaultRotatedExternally.mjs +6 -0
  837. package/dist/100/polkadotVault/vaultRotationAborted.cjs +6 -0
  838. package/dist/100/polkadotVault/vaultRotationAborted.d.cts +5 -0
  839. package/dist/100/polkadotVault/vaultRotationAborted.d.ts +5 -0
  840. package/dist/100/polkadotVault/vaultRotationAborted.mjs +6 -0
  841. package/dist/100/polkadotVault/vaultRotationCompleted.cjs +6 -0
  842. package/dist/100/polkadotVault/vaultRotationCompleted.d.cts +5 -0
  843. package/dist/100/polkadotVault/vaultRotationCompleted.d.ts +5 -0
  844. package/dist/100/polkadotVault/vaultRotationCompleted.mjs +6 -0
  845. package/dist/100/reputation/accrualRateUpdated.cjs +9 -0
  846. package/dist/100/reputation/accrualRateUpdated.d.cts +14 -0
  847. package/dist/100/reputation/accrualRateUpdated.d.ts +14 -0
  848. package/dist/100/reputation/accrualRateUpdated.mjs +9 -0
  849. package/dist/100/reputation/missedHeartbeatPenaltyUpdated.cjs +8 -0
  850. package/dist/100/reputation/missedHeartbeatPenaltyUpdated.d.cts +11 -0
  851. package/dist/100/reputation/missedHeartbeatPenaltyUpdated.d.ts +11 -0
  852. package/dist/100/reputation/missedHeartbeatPenaltyUpdated.mjs +8 -0
  853. package/dist/100/reputation/offencePenalty.cjs +11 -0
  854. package/dist/100/reputation/offencePenalty.d.cts +27 -0
  855. package/dist/100/reputation/offencePenalty.d.ts +27 -0
  856. package/dist/100/reputation/offencePenalty.mjs +11 -0
  857. package/dist/100/reputation/penaltyUpdated.cjs +11 -0
  858. package/dist/100/reputation/penaltyUpdated.d.cts +57 -0
  859. package/dist/100/reputation/penaltyUpdated.d.ts +57 -0
  860. package/dist/100/reputation/penaltyUpdated.mjs +11 -0
  861. package/dist/100/session/newSession.cjs +6 -0
  862. package/dist/100/session/newSession.d.cts +11 -0
  863. package/dist/100/session/newSession.d.ts +11 -0
  864. package/dist/100/session/newSession.mjs +6 -0
  865. package/dist/100/swapping/batchSwapFailed.cjs +11 -0
  866. package/dist/100/swapping/batchSwapFailed.d.cts +37 -0
  867. package/dist/100/swapping/batchSwapFailed.d.ts +37 -0
  868. package/dist/100/swapping/batchSwapFailed.mjs +11 -0
  869. package/dist/100/swapping/ccmDepositReceived.cjs +14 -0
  870. package/dist/100/swapping/ccmDepositReceived.d.cts +389 -0
  871. package/dist/100/swapping/ccmDepositReceived.d.ts +389 -0
  872. package/dist/100/swapping/ccmDepositReceived.mjs +14 -0
  873. package/dist/100/swapping/ccmEgressScheduled.cjs +10 -0
  874. package/dist/100/swapping/ccmEgressScheduled.d.cts +24 -0
  875. package/dist/100/swapping/ccmEgressScheduled.d.ts +24 -0
  876. package/dist/100/swapping/ccmEgressScheduled.mjs +10 -0
  877. package/dist/100/swapping/ccmFailed.cjs +15 -0
  878. package/dist/100/swapping/ccmFailed.d.cts +390 -0
  879. package/dist/100/swapping/ccmFailed.d.ts +390 -0
  880. package/dist/100/swapping/ccmFailed.mjs +15 -0
  881. package/dist/100/swapping/minimumSwapAmountSet.cjs +10 -0
  882. package/dist/100/swapping/minimumSwapAmountSet.d.cts +24 -0
  883. package/dist/100/swapping/minimumSwapAmountSet.d.ts +24 -0
  884. package/dist/100/swapping/minimumSwapAmountSet.mjs +10 -0
  885. package/dist/100/swapping/swapAmountTooLow.cjs +17 -0
  886. package/dist/100/swapping/swapAmountTooLow.d.cts +228 -0
  887. package/dist/100/swapping/swapAmountTooLow.d.ts +228 -0
  888. package/dist/100/swapping/swapAmountTooLow.mjs +17 -0
  889. package/dist/100/swapping/swapDepositAddressReady.cjs +21 -0
  890. package/dist/100/swapping/swapDepositAddressReady.d.cts +162 -0
  891. package/dist/100/swapping/swapDepositAddressReady.d.ts +162 -0
  892. package/dist/100/swapping/swapDepositAddressReady.mjs +21 -0
  893. package/dist/100/swapping/swapEgressScheduled.cjs +16 -0
  894. package/dist/100/swapping/swapEgressScheduled.d.cts +40 -0
  895. package/dist/100/swapping/swapEgressScheduled.d.ts +40 -0
  896. package/dist/100/swapping/swapEgressScheduled.mjs +16 -0
  897. package/dist/100/swapping/swapExecuted.cjs +14 -0
  898. package/dist/100/swapping/swapExecuted.d.cts +46 -0
  899. package/dist/100/swapping/swapExecuted.d.ts +46 -0
  900. package/dist/100/swapping/swapExecuted.mjs +14 -0
  901. package/dist/100/swapping/swapScheduled.cjs +22 -0
  902. package/dist/100/swapping/swapScheduled.d.cts +553 -0
  903. package/dist/100/swapping/swapScheduled.d.ts +553 -0
  904. package/dist/100/swapping/swapScheduled.mjs +22 -0
  905. package/dist/100/swapping/withdrawalRequested.cjs +15 -0
  906. package/dist/100/swapping/withdrawalRequested.d.cts +72 -0
  907. package/dist/100/swapping/withdrawalRequested.d.ts +72 -0
  908. package/dist/100/swapping/withdrawalRequested.mjs +15 -0
  909. package/dist/100/system/codeUpdated.cjs +6 -0
  910. package/dist/100/system/codeUpdated.d.cts +5 -0
  911. package/dist/100/system/codeUpdated.d.ts +5 -0
  912. package/dist/100/system/codeUpdated.mjs +6 -0
  913. package/dist/100/system/extrinsicFailed.cjs +10 -0
  914. package/dist/100/system/extrinsicFailed.d.cts +296 -0
  915. package/dist/100/system/extrinsicFailed.d.ts +296 -0
  916. package/dist/100/system/extrinsicFailed.mjs +10 -0
  917. package/dist/100/system/extrinsicSuccess.cjs +7 -0
  918. package/dist/100/system/extrinsicSuccess.d.cts +76 -0
  919. package/dist/100/system/extrinsicSuccess.d.ts +76 -0
  920. package/dist/100/system/extrinsicSuccess.mjs +7 -0
  921. package/dist/100/system/killedAccount.cjs +7 -0
  922. package/dist/100/system/killedAccount.d.cts +11 -0
  923. package/dist/100/system/killedAccount.d.ts +11 -0
  924. package/dist/100/system/killedAccount.mjs +7 -0
  925. package/dist/100/system/newAccount.cjs +7 -0
  926. package/dist/100/system/newAccount.d.cts +11 -0
  927. package/dist/100/system/newAccount.d.ts +11 -0
  928. package/dist/100/system/newAccount.mjs +7 -0
  929. package/dist/100/system/remarked.cjs +7 -0
  930. package/dist/100/system/remarked.d.cts +14 -0
  931. package/dist/100/system/remarked.d.ts +14 -0
  932. package/dist/100/system/remarked.mjs +7 -0
  933. package/dist/100/tokenholderGovernance/govKeyUpdatedHasFailed.cjs +10 -0
  934. package/dist/100/tokenholderGovernance/govKeyUpdatedHasFailed.d.cts +24 -0
  935. package/dist/100/tokenholderGovernance/govKeyUpdatedHasFailed.d.ts +24 -0
  936. package/dist/100/tokenholderGovernance/govKeyUpdatedHasFailed.mjs +10 -0
  937. package/dist/100/tokenholderGovernance/govKeyUpdatedWasSuccessful.cjs +10 -0
  938. package/dist/100/tokenholderGovernance/govKeyUpdatedWasSuccessful.d.cts +24 -0
  939. package/dist/100/tokenholderGovernance/govKeyUpdatedWasSuccessful.d.ts +24 -0
  940. package/dist/100/tokenholderGovernance/govKeyUpdatedWasSuccessful.mjs +10 -0
  941. package/dist/100/tokenholderGovernance/proposalEnacted.cjs +9 -0
  942. package/dist/100/tokenholderGovernance/proposalEnacted.d.cts +53 -0
  943. package/dist/100/tokenholderGovernance/proposalEnacted.d.ts +53 -0
  944. package/dist/100/tokenholderGovernance/proposalEnacted.mjs +9 -0
  945. package/dist/100/tokenholderGovernance/proposalPassed.cjs +9 -0
  946. package/dist/100/tokenholderGovernance/proposalPassed.d.cts +53 -0
  947. package/dist/100/tokenholderGovernance/proposalPassed.d.ts +53 -0
  948. package/dist/100/tokenholderGovernance/proposalPassed.mjs +9 -0
  949. package/dist/100/tokenholderGovernance/proposalRejected.cjs +9 -0
  950. package/dist/100/tokenholderGovernance/proposalRejected.d.cts +53 -0
  951. package/dist/100/tokenholderGovernance/proposalRejected.d.ts +53 -0
  952. package/dist/100/tokenholderGovernance/proposalRejected.mjs +9 -0
  953. package/dist/100/tokenholderGovernance/proposalSubmitted.cjs +9 -0
  954. package/dist/100/tokenholderGovernance/proposalSubmitted.d.cts +53 -0
  955. package/dist/100/tokenholderGovernance/proposalSubmitted.d.ts +53 -0
  956. package/dist/100/tokenholderGovernance/proposalSubmitted.mjs +9 -0
  957. package/dist/100/transactionPayment/transactionFeePaid.cjs +11 -0
  958. package/dist/100/transactionPayment/transactionFeePaid.d.cts +17 -0
  959. package/dist/100/transactionPayment/transactionFeePaid.d.ts +17 -0
  960. package/dist/100/transactionPayment/transactionFeePaid.mjs +11 -0
  961. package/dist/100/validator/auctionCompleted.cjs +7 -0
  962. package/dist/100/validator/auctionCompleted.d.cts +5 -0
  963. package/dist/100/validator/auctionCompleted.d.ts +5 -0
  964. package/dist/100/validator/auctionCompleted.mjs +7 -0
  965. package/dist/100/validator/cFEVersionUpdated.cjs +11 -0
  966. package/dist/100/validator/cFEVersionUpdated.d.cts +57 -0
  967. package/dist/100/validator/cFEVersionUpdated.d.ts +57 -0
  968. package/dist/100/validator/cFEVersionUpdated.mjs +11 -0
  969. package/dist/100/validator/newEpoch.cjs +6 -0
  970. package/dist/100/validator/newEpoch.d.cts +5 -0
  971. package/dist/100/validator/newEpoch.d.ts +5 -0
  972. package/dist/100/validator/newEpoch.mjs +6 -0
  973. package/dist/100/validator/palletConfigUpdated.cjs +9 -0
  974. package/dist/100/validator/palletConfigUpdated.d.cts +315 -0
  975. package/dist/100/validator/palletConfigUpdated.d.ts +315 -0
  976. package/dist/100/validator/palletConfigUpdated.mjs +9 -0
  977. package/dist/100/validator/peerIdRegistered.cjs +7 -0
  978. package/dist/100/validator/peerIdRegistered.d.cts +5 -0
  979. package/dist/100/validator/peerIdRegistered.d.ts +5 -0
  980. package/dist/100/validator/peerIdRegistered.mjs +7 -0
  981. package/dist/100/validator/peerIdUnregistered.cjs +7 -0
  982. package/dist/100/validator/peerIdUnregistered.d.cts +5 -0
  983. package/dist/100/validator/peerIdUnregistered.d.ts +5 -0
  984. package/dist/100/validator/peerIdUnregistered.mjs +7 -0
  985. package/dist/100/validator/rotationAborted.cjs +6 -0
  986. package/dist/100/validator/rotationAborted.d.cts +5 -0
  987. package/dist/100/validator/rotationAborted.d.ts +5 -0
  988. package/dist/100/validator/rotationAborted.mjs +6 -0
  989. package/dist/100/validator/rotationPhaseUpdated.cjs +7 -0
  990. package/dist/100/validator/rotationPhaseUpdated.d.cts +306 -0
  991. package/dist/100/validator/rotationPhaseUpdated.d.ts +306 -0
  992. package/dist/100/validator/rotationPhaseUpdated.mjs +7 -0
  993. package/dist/100/validator/vanityNameSet.cjs +7 -0
  994. package/dist/100/validator/vanityNameSet.d.cts +5 -0
  995. package/dist/100/validator/vanityNameSet.d.ts +5 -0
  996. package/dist/100/validator/vanityNameSet.mjs +7 -0
  997. package/dist/100/witnesser/prewitnessed.cjs +6 -0
  998. package/dist/100/witnesser/prewitnessed.d.cts +11 -0
  999. package/dist/100/witnesser/prewitnessed.d.ts +11 -0
  1000. package/dist/100/witnesser/prewitnessed.mjs +6 -0
  1001. package/dist/100/witnesser/witnessExecutionFailed.cjs +10 -0
  1002. package/dist/100/witnesser/witnessExecutionFailed.d.cts +231 -0
  1003. package/dist/100/witnesser/witnessExecutionFailed.d.ts +231 -0
  1004. package/dist/100/witnesser/witnessExecutionFailed.mjs +10 -0
  1005. package/dist/102/accountRoles/accountRoleRegistered.cjs +10 -0
  1006. package/dist/102/accountRoles/accountRoleRegistered.d.cts +24 -0
  1007. package/dist/102/accountRoles/accountRoleRegistered.d.ts +24 -0
  1008. package/dist/102/accountRoles/accountRoleRegistered.mjs +10 -0
  1009. package/dist/102/common.cjs +72 -0
  1010. package/dist/102/common.d.cts +297 -0
  1011. package/dist/102/common.d.ts +297 -0
  1012. package/dist/102/common.mjs +72 -0
  1013. package/dist/102/index.cjs +33 -0
  1014. package/dist/102/index.d.cts +44 -0
  1015. package/dist/102/index.d.ts +44 -0
  1016. package/dist/102/index.mjs +33 -0
  1017. package/dist/102/swapping/maximumSwapAmountSet.cjs +10 -0
  1018. package/dist/102/swapping/maximumSwapAmountSet.d.cts +24 -0
  1019. package/dist/102/swapping/maximumSwapAmountSet.d.ts +24 -0
  1020. package/dist/102/swapping/maximumSwapAmountSet.mjs +10 -0
  1021. package/dist/102/swapping/swapAmountConfiscated.cjs +13 -0
  1022. package/dist/102/swapping/swapAmountConfiscated.d.cts +43 -0
  1023. package/dist/102/swapping/swapAmountConfiscated.d.ts +43 -0
  1024. package/dist/102/swapping/swapAmountConfiscated.mjs +13 -0
  1025. package/dist/102/validator/palletConfigUpdated.cjs +9 -0
  1026. package/dist/102/validator/palletConfigUpdated.d.cts +344 -0
  1027. package/dist/102/validator/palletConfigUpdated.d.ts +344 -0
  1028. package/dist/102/validator/palletConfigUpdated.mjs +9 -0
  1029. package/dist/111/bitcoinBroadcaster/callResigned.cjs +6 -0
  1030. package/dist/111/bitcoinBroadcaster/callResigned.d.cts +11 -0
  1031. package/dist/111/bitcoinBroadcaster/callResigned.d.ts +11 -0
  1032. package/dist/111/bitcoinBroadcaster/callResigned.mjs +6 -0
  1033. package/dist/111/bitcoinBroadcaster/thresholdSignatureInvalid.cjs +9 -0
  1034. package/dist/111/bitcoinBroadcaster/thresholdSignatureInvalid.d.cts +26 -0
  1035. package/dist/111/bitcoinBroadcaster/thresholdSignatureInvalid.d.ts +26 -0
  1036. package/dist/111/bitcoinBroadcaster/thresholdSignatureInvalid.mjs +9 -0
  1037. package/dist/111/bitcoinIngressEgress/ccmBroadcastFailed.cjs +6 -0
  1038. package/dist/111/bitcoinIngressEgress/ccmBroadcastFailed.d.cts +11 -0
  1039. package/dist/111/bitcoinIngressEgress/ccmBroadcastFailed.d.ts +11 -0
  1040. package/dist/111/bitcoinIngressEgress/ccmBroadcastFailed.mjs +6 -0
  1041. package/dist/111/bitcoinIngressEgress/failedForeignChainCallExpired.cjs +8 -0
  1042. package/dist/111/bitcoinIngressEgress/failedForeignChainCallExpired.d.cts +11 -0
  1043. package/dist/111/bitcoinIngressEgress/failedForeignChainCallExpired.d.ts +11 -0
  1044. package/dist/111/bitcoinIngressEgress/failedForeignChainCallExpired.mjs +8 -0
  1045. package/dist/111/bitcoinIngressEgress/failedForeignChainCallResigned.cjs +9 -0
  1046. package/dist/111/bitcoinIngressEgress/failedForeignChainCallResigned.d.cts +14 -0
  1047. package/dist/111/bitcoinIngressEgress/failedForeignChainCallResigned.d.ts +14 -0
  1048. package/dist/111/bitcoinIngressEgress/failedForeignChainCallResigned.mjs +9 -0
  1049. package/dist/111/bitcoinIngressEgress/transferFallbackRequested.cjs +12 -0
  1050. package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.cts +141 -0
  1051. package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.ts +141 -0
  1052. package/dist/111/bitcoinIngressEgress/transferFallbackRequested.mjs +12 -0
  1053. package/dist/111/common.cjs +93 -0
  1054. package/dist/111/common.d.cts +455 -0
  1055. package/dist/111/common.d.ts +455 -0
  1056. package/dist/111/common.mjs +93 -0
  1057. package/dist/111/ethereumBroadcaster/callResigned.cjs +6 -0
  1058. package/dist/111/ethereumBroadcaster/callResigned.d.cts +11 -0
  1059. package/dist/111/ethereumBroadcaster/callResigned.d.ts +11 -0
  1060. package/dist/111/ethereumBroadcaster/callResigned.mjs +6 -0
  1061. package/dist/111/ethereumBroadcaster/thresholdSignatureInvalid.cjs +9 -0
  1062. package/dist/111/ethereumBroadcaster/thresholdSignatureInvalid.d.cts +26 -0
  1063. package/dist/111/ethereumBroadcaster/thresholdSignatureInvalid.d.ts +26 -0
  1064. package/dist/111/ethereumBroadcaster/thresholdSignatureInvalid.mjs +9 -0
  1065. package/dist/111/ethereumIngressEgress/ccmBroadcastFailed.cjs +6 -0
  1066. package/dist/111/ethereumIngressEgress/ccmBroadcastFailed.d.cts +11 -0
  1067. package/dist/111/ethereumIngressEgress/ccmBroadcastFailed.d.ts +11 -0
  1068. package/dist/111/ethereumIngressEgress/ccmBroadcastFailed.mjs +6 -0
  1069. package/dist/111/ethereumIngressEgress/failedForeignChainCallExpired.cjs +8 -0
  1070. package/dist/111/ethereumIngressEgress/failedForeignChainCallExpired.d.cts +11 -0
  1071. package/dist/111/ethereumIngressEgress/failedForeignChainCallExpired.d.ts +11 -0
  1072. package/dist/111/ethereumIngressEgress/failedForeignChainCallExpired.mjs +8 -0
  1073. package/dist/111/ethereumIngressEgress/failedForeignChainCallResigned.cjs +9 -0
  1074. package/dist/111/ethereumIngressEgress/failedForeignChainCallResigned.d.cts +14 -0
  1075. package/dist/111/ethereumIngressEgress/failedForeignChainCallResigned.d.ts +14 -0
  1076. package/dist/111/ethereumIngressEgress/failedForeignChainCallResigned.mjs +9 -0
  1077. package/dist/111/ethereumIngressEgress/transferFallbackRequested.cjs +12 -0
  1078. package/dist/111/ethereumIngressEgress/transferFallbackRequested.d.cts +30 -0
  1079. package/dist/111/ethereumIngressEgress/transferFallbackRequested.d.ts +30 -0
  1080. package/dist/111/ethereumIngressEgress/transferFallbackRequested.mjs +12 -0
  1081. package/dist/111/index.cjs +189 -0
  1082. package/dist/111/index.d.cts +115 -0
  1083. package/dist/111/index.d.ts +115 -0
  1084. package/dist/111/index.mjs +189 -0
  1085. package/dist/111/liquidityPools/limitOrderSetOrUpdateScheduled.cjs +11 -0
  1086. package/dist/111/liquidityPools/limitOrderSetOrUpdateScheduled.d.cts +17 -0
  1087. package/dist/111/liquidityPools/limitOrderSetOrUpdateScheduled.d.ts +17 -0
  1088. package/dist/111/liquidityPools/limitOrderSetOrUpdateScheduled.mjs +11 -0
  1089. package/dist/111/liquidityPools/limitOrderUpdated.cjs +24 -0
  1090. package/dist/111/liquidityPools/limitOrderUpdated.d.cts +194 -0
  1091. package/dist/111/liquidityPools/limitOrderUpdated.d.ts +194 -0
  1092. package/dist/111/liquidityPools/limitOrderUpdated.mjs +24 -0
  1093. package/dist/111/liquidityPools/newPoolCreated.cjs +12 -0
  1094. package/dist/111/liquidityPools/newPoolCreated.d.cts +40 -0
  1095. package/dist/111/liquidityPools/newPoolCreated.d.ts +40 -0
  1096. package/dist/111/liquidityPools/newPoolCreated.mjs +12 -0
  1097. package/dist/111/liquidityPools/poolFeeSet.cjs +11 -0
  1098. package/dist/111/liquidityPools/poolFeeSet.d.cts +37 -0
  1099. package/dist/111/liquidityPools/poolFeeSet.d.ts +37 -0
  1100. package/dist/111/liquidityPools/poolFeeSet.mjs +11 -0
  1101. package/dist/111/liquidityPools/rangeOrderUpdated.cjs +22 -0
  1102. package/dist/111/liquidityPools/rangeOrderUpdated.d.cts +208 -0
  1103. package/dist/111/liquidityPools/rangeOrderUpdated.d.ts +208 -0
  1104. package/dist/111/liquidityPools/rangeOrderUpdated.mjs +22 -0
  1105. package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.cjs +11 -0
  1106. package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.cts +234 -0
  1107. package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.ts +234 -0
  1108. package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.mjs +11 -0
  1109. package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchSuccess.cjs +10 -0
  1110. package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchSuccess.d.cts +14 -0
  1111. package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchSuccess.d.ts +14 -0
  1112. package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchSuccess.mjs +10 -0
  1113. package/dist/111/polkadotBroadcaster/callResigned.cjs +6 -0
  1114. package/dist/111/polkadotBroadcaster/callResigned.d.cts +11 -0
  1115. package/dist/111/polkadotBroadcaster/callResigned.d.ts +11 -0
  1116. package/dist/111/polkadotBroadcaster/callResigned.mjs +6 -0
  1117. package/dist/111/polkadotBroadcaster/thresholdSignatureInvalid.cjs +9 -0
  1118. package/dist/111/polkadotBroadcaster/thresholdSignatureInvalid.d.cts +26 -0
  1119. package/dist/111/polkadotBroadcaster/thresholdSignatureInvalid.d.ts +26 -0
  1120. package/dist/111/polkadotBroadcaster/thresholdSignatureInvalid.mjs +9 -0
  1121. package/dist/111/polkadotIngressEgress/ccmBroadcastFailed.cjs +6 -0
  1122. package/dist/111/polkadotIngressEgress/ccmBroadcastFailed.d.cts +11 -0
  1123. package/dist/111/polkadotIngressEgress/ccmBroadcastFailed.d.ts +11 -0
  1124. package/dist/111/polkadotIngressEgress/ccmBroadcastFailed.mjs +6 -0
  1125. package/dist/111/polkadotIngressEgress/failedForeignChainCallExpired.cjs +8 -0
  1126. package/dist/111/polkadotIngressEgress/failedForeignChainCallExpired.d.cts +11 -0
  1127. package/dist/111/polkadotIngressEgress/failedForeignChainCallExpired.d.ts +11 -0
  1128. package/dist/111/polkadotIngressEgress/failedForeignChainCallExpired.mjs +8 -0
  1129. package/dist/111/polkadotIngressEgress/failedForeignChainCallResigned.cjs +9 -0
  1130. package/dist/111/polkadotIngressEgress/failedForeignChainCallResigned.d.cts +14 -0
  1131. package/dist/111/polkadotIngressEgress/failedForeignChainCallResigned.d.ts +14 -0
  1132. package/dist/111/polkadotIngressEgress/failedForeignChainCallResigned.mjs +9 -0
  1133. package/dist/111/polkadotIngressEgress/transferFallbackRequested.cjs +12 -0
  1134. package/dist/111/polkadotIngressEgress/transferFallbackRequested.d.cts +30 -0
  1135. package/dist/111/polkadotIngressEgress/transferFallbackRequested.d.ts +30 -0
  1136. package/dist/111/polkadotIngressEgress/transferFallbackRequested.mjs +12 -0
  1137. package/dist/120/bitcoinBroadcaster/broadcastRetryScheduled.cjs +9 -0
  1138. package/dist/120/bitcoinBroadcaster/broadcastRetryScheduled.d.cts +14 -0
  1139. package/dist/120/bitcoinBroadcaster/broadcastRetryScheduled.d.ts +14 -0
  1140. package/dist/120/bitcoinBroadcaster/broadcastRetryScheduled.mjs +9 -0
  1141. package/dist/120/bitcoinBroadcaster/broadcastTimeout.cjs +6 -0
  1142. package/dist/120/bitcoinBroadcaster/broadcastTimeout.d.cts +11 -0
  1143. package/dist/120/bitcoinBroadcaster/broadcastTimeout.d.ts +11 -0
  1144. package/dist/120/bitcoinBroadcaster/broadcastTimeout.mjs +6 -0
  1145. package/dist/120/bitcoinBroadcaster/thresholdSignatureInvalid.cjs +6 -0
  1146. package/dist/120/bitcoinBroadcaster/thresholdSignatureInvalid.d.cts +11 -0
  1147. package/dist/120/bitcoinBroadcaster/thresholdSignatureInvalid.d.ts +11 -0
  1148. package/dist/120/bitcoinBroadcaster/thresholdSignatureInvalid.mjs +6 -0
  1149. package/dist/120/bitcoinBroadcaster/transactionBroadcastRequest.cjs +12 -0
  1150. package/dist/120/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +30 -0
  1151. package/dist/120/bitcoinBroadcaster/transactionBroadcastRequest.d.ts +30 -0
  1152. package/dist/120/bitcoinBroadcaster/transactionBroadcastRequest.mjs +12 -0
  1153. package/dist/120/bitcoinChainTracking/chainStateUpdated.cjs +9 -0
  1154. package/dist/120/bitcoinChainTracking/chainStateUpdated.d.cts +58 -0
  1155. package/dist/120/bitcoinChainTracking/chainStateUpdated.d.ts +58 -0
  1156. package/dist/120/bitcoinChainTracking/chainStateUpdated.mjs +9 -0
  1157. package/dist/120/bitcoinIngressEgress/depositIgnored.cjs +19 -0
  1158. package/dist/120/bitcoinIngressEgress/depositIgnored.d.cts +169 -0
  1159. package/dist/120/bitcoinIngressEgress/depositIgnored.d.ts +169 -0
  1160. package/dist/120/bitcoinIngressEgress/depositIgnored.mjs +19 -0
  1161. package/dist/120/bitcoinIngressEgress/depositReceived.cjs +20 -0
  1162. package/dist/120/bitcoinIngressEgress/depositReceived.d.cts +266 -0
  1163. package/dist/120/bitcoinIngressEgress/depositReceived.d.ts +266 -0
  1164. package/dist/120/bitcoinIngressEgress/depositReceived.mjs +20 -0
  1165. package/dist/120/bitcoinIngressEgress/utxoConsolidation.cjs +6 -0
  1166. package/dist/120/bitcoinIngressEgress/utxoConsolidation.d.cts +11 -0
  1167. package/dist/120/bitcoinIngressEgress/utxoConsolidation.d.ts +11 -0
  1168. package/dist/120/bitcoinIngressEgress/utxoConsolidation.mjs +6 -0
  1169. package/dist/120/common.cjs +185 -0
  1170. package/dist/120/common.d.cts +1110 -0
  1171. package/dist/120/common.d.ts +1110 -0
  1172. package/dist/120/common.mjs +185 -0
  1173. package/dist/120/emissions/backupRewardsDistributed.cjs +7 -0
  1174. package/dist/120/emissions/backupRewardsDistributed.d.cts +14 -0
  1175. package/dist/120/emissions/backupRewardsDistributed.d.ts +14 -0
  1176. package/dist/120/emissions/backupRewardsDistributed.mjs +7 -0
  1177. package/dist/120/emissions/flipBurnSkipped.cjs +7 -0
  1178. package/dist/120/emissions/flipBurnSkipped.d.cts +228 -0
  1179. package/dist/120/emissions/flipBurnSkipped.d.ts +228 -0
  1180. package/dist/120/emissions/flipBurnSkipped.mjs +7 -0
  1181. package/dist/120/emissions/networkFeeBurned.cjs +10 -0
  1182. package/dist/120/emissions/networkFeeBurned.d.cts +24 -0
  1183. package/dist/120/emissions/networkFeeBurned.d.ts +24 -0
  1184. package/dist/120/emissions/networkFeeBurned.mjs +10 -0
  1185. package/dist/120/environment/utxoConsolidationParametersUpdated.cjs +9 -0
  1186. package/dist/120/environment/utxoConsolidationParametersUpdated.d.cts +26 -0
  1187. package/dist/120/environment/utxoConsolidationParametersUpdated.d.ts +26 -0
  1188. package/dist/120/environment/utxoConsolidationParametersUpdated.mjs +9 -0
  1189. package/dist/120/ethereumBroadcaster/broadcastRetryScheduled.cjs +9 -0
  1190. package/dist/120/ethereumBroadcaster/broadcastRetryScheduled.d.cts +14 -0
  1191. package/dist/120/ethereumBroadcaster/broadcastRetryScheduled.d.ts +14 -0
  1192. package/dist/120/ethereumBroadcaster/broadcastRetryScheduled.mjs +9 -0
  1193. package/dist/120/ethereumBroadcaster/broadcastTimeout.cjs +6 -0
  1194. package/dist/120/ethereumBroadcaster/broadcastTimeout.d.cts +11 -0
  1195. package/dist/120/ethereumBroadcaster/broadcastTimeout.d.ts +11 -0
  1196. package/dist/120/ethereumBroadcaster/broadcastTimeout.mjs +6 -0
  1197. package/dist/120/ethereumBroadcaster/thresholdSignatureInvalid.cjs +6 -0
  1198. package/dist/120/ethereumBroadcaster/thresholdSignatureInvalid.d.cts +11 -0
  1199. package/dist/120/ethereumBroadcaster/thresholdSignatureInvalid.d.ts +11 -0
  1200. package/dist/120/ethereumBroadcaster/thresholdSignatureInvalid.mjs +6 -0
  1201. package/dist/120/ethereumBroadcaster/transactionBroadcastRequest.cjs +16 -0
  1202. package/dist/120/ethereumBroadcaster/transactionBroadcastRequest.d.cts +75 -0
  1203. package/dist/120/ethereumBroadcaster/transactionBroadcastRequest.d.ts +75 -0
  1204. package/dist/120/ethereumBroadcaster/transactionBroadcastRequest.mjs +16 -0
  1205. package/dist/120/ethereumIngressEgress/depositIgnored.cjs +17 -0
  1206. package/dist/120/ethereumIngressEgress/depositIgnored.d.cts +40 -0
  1207. package/dist/120/ethereumIngressEgress/depositIgnored.d.ts +40 -0
  1208. package/dist/120/ethereumIngressEgress/depositIgnored.mjs +17 -0
  1209. package/dist/120/ethereumIngressEgress/depositReceived.cjs +18 -0
  1210. package/dist/120/ethereumIngressEgress/depositReceived.d.cts +137 -0
  1211. package/dist/120/ethereumIngressEgress/depositReceived.d.ts +137 -0
  1212. package/dist/120/ethereumIngressEgress/depositReceived.mjs +18 -0
  1213. package/dist/120/ethereumIngressEgress/utxoConsolidation.cjs +6 -0
  1214. package/dist/120/ethereumIngressEgress/utxoConsolidation.d.cts +11 -0
  1215. package/dist/120/ethereumIngressEgress/utxoConsolidation.d.ts +11 -0
  1216. package/dist/120/ethereumIngressEgress/utxoConsolidation.mjs +6 -0
  1217. package/dist/120/index.cjs +253 -0
  1218. package/dist/120/index.d.cts +147 -0
  1219. package/dist/120/index.d.ts +147 -0
  1220. package/dist/120/index.mjs +253 -0
  1221. package/dist/120/liquidityProvider/liquidityDepositCredited.cjs +11 -0
  1222. package/dist/120/liquidityProvider/liquidityDepositCredited.d.cts +27 -0
  1223. package/dist/120/liquidityProvider/liquidityDepositCredited.d.ts +27 -0
  1224. package/dist/120/liquidityProvider/liquidityDepositCredited.mjs +11 -0
  1225. package/dist/120/liquidityProvider/withdrawalEgressScheduled.cjs +18 -0
  1226. package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.cts +88 -0
  1227. package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.ts +88 -0
  1228. package/dist/120/liquidityProvider/withdrawalEgressScheduled.mjs +18 -0
  1229. package/dist/120/polkadotBroadcaster/broadcastRetryScheduled.cjs +9 -0
  1230. package/dist/120/polkadotBroadcaster/broadcastRetryScheduled.d.cts +14 -0
  1231. package/dist/120/polkadotBroadcaster/broadcastRetryScheduled.d.ts +14 -0
  1232. package/dist/120/polkadotBroadcaster/broadcastRetryScheduled.mjs +9 -0
  1233. package/dist/120/polkadotBroadcaster/broadcastTimeout.cjs +6 -0
  1234. package/dist/120/polkadotBroadcaster/broadcastTimeout.d.cts +11 -0
  1235. package/dist/120/polkadotBroadcaster/broadcastTimeout.d.ts +11 -0
  1236. package/dist/120/polkadotBroadcaster/broadcastTimeout.mjs +6 -0
  1237. package/dist/120/polkadotBroadcaster/thresholdSignatureInvalid.cjs +6 -0
  1238. package/dist/120/polkadotBroadcaster/thresholdSignatureInvalid.d.cts +11 -0
  1239. package/dist/120/polkadotBroadcaster/thresholdSignatureInvalid.d.ts +11 -0
  1240. package/dist/120/polkadotBroadcaster/thresholdSignatureInvalid.mjs +6 -0
  1241. package/dist/120/polkadotBroadcaster/transactionBroadcastRequest.cjs +12 -0
  1242. package/dist/120/polkadotBroadcaster/transactionBroadcastRequest.d.cts +30 -0
  1243. package/dist/120/polkadotBroadcaster/transactionBroadcastRequest.d.ts +30 -0
  1244. package/dist/120/polkadotBroadcaster/transactionBroadcastRequest.mjs +12 -0
  1245. package/dist/120/polkadotIngressEgress/depositIgnored.cjs +17 -0
  1246. package/dist/120/polkadotIngressEgress/depositIgnored.d.cts +40 -0
  1247. package/dist/120/polkadotIngressEgress/depositIgnored.d.ts +40 -0
  1248. package/dist/120/polkadotIngressEgress/depositIgnored.mjs +17 -0
  1249. package/dist/120/polkadotIngressEgress/depositReceived.cjs +18 -0
  1250. package/dist/120/polkadotIngressEgress/depositReceived.d.cts +137 -0
  1251. package/dist/120/polkadotIngressEgress/depositReceived.d.ts +137 -0
  1252. package/dist/120/polkadotIngressEgress/depositReceived.mjs +18 -0
  1253. package/dist/120/polkadotIngressEgress/utxoConsolidation.cjs +6 -0
  1254. package/dist/120/polkadotIngressEgress/utxoConsolidation.d.cts +11 -0
  1255. package/dist/120/polkadotIngressEgress/utxoConsolidation.d.ts +11 -0
  1256. package/dist/120/polkadotIngressEgress/utxoConsolidation.mjs +6 -0
  1257. package/dist/120/swapping/ccmFailed.cjs +15 -0
  1258. package/dist/120/swapping/ccmFailed.d.cts +390 -0
  1259. package/dist/120/swapping/ccmFailed.d.ts +390 -0
  1260. package/dist/120/swapping/ccmFailed.mjs +15 -0
  1261. package/dist/120/swapping/swapEgressIgnored.cjs +12 -0
  1262. package/dist/120/swapping/swapEgressIgnored.d.cts +247 -0
  1263. package/dist/120/swapping/swapEgressIgnored.d.ts +247 -0
  1264. package/dist/120/swapping/swapEgressIgnored.mjs +12 -0
  1265. package/dist/120/swapping/swapEgressScheduled.cjs +17 -0
  1266. package/dist/120/swapping/swapEgressScheduled.d.cts +43 -0
  1267. package/dist/120/swapping/swapEgressScheduled.d.ts +43 -0
  1268. package/dist/120/swapping/swapEgressScheduled.mjs +17 -0
  1269. package/dist/120/swapping/swapExecuted.cjs +16 -0
  1270. package/dist/120/swapping/swapExecuted.d.cts +52 -0
  1271. package/dist/120/swapping/swapExecuted.d.ts +52 -0
  1272. package/dist/120/swapping/swapExecuted.mjs +16 -0
  1273. package/dist/120/swapping/withdrawalRequested.cjs +16 -0
  1274. package/dist/120/swapping/withdrawalRequested.d.cts +75 -0
  1275. package/dist/120/swapping/withdrawalRequested.d.ts +75 -0
  1276. package/dist/120/swapping/withdrawalRequested.mjs +16 -0
  1277. package/dist/131/bitcoinBroadcaster/broadcastSuccess.cjs +11 -0
  1278. package/dist/131/bitcoinBroadcaster/broadcastSuccess.d.cts +17 -0
  1279. package/dist/131/bitcoinBroadcaster/broadcastSuccess.d.ts +17 -0
  1280. package/dist/131/bitcoinBroadcaster/broadcastSuccess.mjs +11 -0
  1281. package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.cjs +12 -0
  1282. package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +30 -0
  1283. package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.ts +30 -0
  1284. package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.mjs +12 -0
  1285. package/dist/131/bitcoinChainTracking/feeMultiplierUpdated.cjs +7 -0
  1286. package/dist/131/bitcoinChainTracking/feeMultiplierUpdated.d.cts +11 -0
  1287. package/dist/131/bitcoinChainTracking/feeMultiplierUpdated.d.ts +11 -0
  1288. package/dist/131/bitcoinChainTracking/feeMultiplierUpdated.mjs +7 -0
  1289. package/dist/131/bitcoinIngressEgress/channelOpeningFeePaid.cjs +7 -0
  1290. package/dist/131/bitcoinIngressEgress/channelOpeningFeePaid.d.cts +11 -0
  1291. package/dist/131/bitcoinIngressEgress/channelOpeningFeePaid.d.ts +11 -0
  1292. package/dist/131/bitcoinIngressEgress/channelOpeningFeePaid.mjs +7 -0
  1293. package/dist/131/bitcoinIngressEgress/channelOpeningFeeSet.cjs +7 -0
  1294. package/dist/131/bitcoinIngressEgress/channelOpeningFeeSet.d.cts +11 -0
  1295. package/dist/131/bitcoinIngressEgress/channelOpeningFeeSet.d.ts +11 -0
  1296. package/dist/131/bitcoinIngressEgress/channelOpeningFeeSet.mjs +7 -0
  1297. package/dist/131/bitcoinIngressEgress/depositIgnored.cjs +19 -0
  1298. package/dist/131/bitcoinIngressEgress/depositIgnored.d.cts +169 -0
  1299. package/dist/131/bitcoinIngressEgress/depositIgnored.d.ts +169 -0
  1300. package/dist/131/bitcoinIngressEgress/depositIgnored.mjs +19 -0
  1301. package/dist/131/bitcoinIngressEgress/depositReceived.cjs +20 -0
  1302. package/dist/131/bitcoinIngressEgress/depositReceived.d.cts +266 -0
  1303. package/dist/131/bitcoinIngressEgress/depositReceived.d.ts +266 -0
  1304. package/dist/131/bitcoinIngressEgress/depositReceived.mjs +20 -0
  1305. package/dist/131/bitcoinIngressEgress/depositWitnessRejected.cjs +10 -0
  1306. package/dist/131/bitcoinIngressEgress/depositWitnessRejected.d.cts +442 -0
  1307. package/dist/131/bitcoinIngressEgress/depositWitnessRejected.d.ts +442 -0
  1308. package/dist/131/bitcoinIngressEgress/depositWitnessRejected.mjs +10 -0
  1309. package/dist/131/bitcoinIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  1310. package/dist/131/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +369 -0
  1311. package/dist/131/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +369 -0
  1312. package/dist/131/bitcoinIngressEgress/failedToBuildAllBatchCall.mjs +9 -0
  1313. package/dist/131/bitcoinThresholdSigner/keyHandoverFailure.cjs +7 -0
  1314. package/dist/131/bitcoinThresholdSigner/keyHandoverFailure.d.cts +11 -0
  1315. package/dist/131/bitcoinThresholdSigner/keyHandoverFailure.d.ts +11 -0
  1316. package/dist/131/bitcoinThresholdSigner/keyHandoverFailure.mjs +7 -0
  1317. package/dist/131/bitcoinThresholdSigner/keyHandoverFailureReported.cjs +6 -0
  1318. package/dist/131/bitcoinThresholdSigner/keyHandoverFailureReported.d.cts +5 -0
  1319. package/dist/131/bitcoinThresholdSigner/keyHandoverFailureReported.d.ts +5 -0
  1320. package/dist/131/bitcoinThresholdSigner/keyHandoverFailureReported.mjs +6 -0
  1321. package/dist/131/bitcoinThresholdSigner/keyHandoverRequest.cjs +15 -0
  1322. package/dist/131/bitcoinThresholdSigner/keyHandoverRequest.d.cts +59 -0
  1323. package/dist/131/bitcoinThresholdSigner/keyHandoverRequest.d.ts +59 -0
  1324. package/dist/131/bitcoinThresholdSigner/keyHandoverRequest.mjs +15 -0
  1325. package/dist/131/bitcoinThresholdSigner/keyHandoverResponseTimeout.cjs +9 -0
  1326. package/dist/131/bitcoinThresholdSigner/keyHandoverResponseTimeout.d.cts +11 -0
  1327. package/dist/131/bitcoinThresholdSigner/keyHandoverResponseTimeout.d.ts +11 -0
  1328. package/dist/131/bitcoinThresholdSigner/keyHandoverResponseTimeout.mjs +9 -0
  1329. package/dist/131/bitcoinThresholdSigner/keyHandoverSuccess.cjs +7 -0
  1330. package/dist/131/bitcoinThresholdSigner/keyHandoverSuccess.d.cts +11 -0
  1331. package/dist/131/bitcoinThresholdSigner/keyHandoverSuccess.d.ts +11 -0
  1332. package/dist/131/bitcoinThresholdSigner/keyHandoverSuccess.mjs +7 -0
  1333. package/dist/131/bitcoinThresholdSigner/keyHandoverSuccessReported.cjs +6 -0
  1334. package/dist/131/bitcoinThresholdSigner/keyHandoverSuccessReported.d.cts +5 -0
  1335. package/dist/131/bitcoinThresholdSigner/keyHandoverSuccessReported.d.ts +5 -0
  1336. package/dist/131/bitcoinThresholdSigner/keyHandoverSuccessReported.mjs +6 -0
  1337. package/dist/131/bitcoinThresholdSigner/keyHandoverVerificationFailure.cjs +9 -0
  1338. package/dist/131/bitcoinThresholdSigner/keyHandoverVerificationFailure.d.cts +11 -0
  1339. package/dist/131/bitcoinThresholdSigner/keyHandoverVerificationFailure.d.ts +11 -0
  1340. package/dist/131/bitcoinThresholdSigner/keyHandoverVerificationFailure.mjs +9 -0
  1341. package/dist/131/bitcoinThresholdSigner/keyHandoverVerificationSuccess.cjs +9 -0
  1342. package/dist/131/bitcoinThresholdSigner/keyHandoverVerificationSuccess.d.cts +26 -0
  1343. package/dist/131/bitcoinThresholdSigner/keyHandoverVerificationSuccess.d.ts +26 -0
  1344. package/dist/131/bitcoinThresholdSigner/keyHandoverVerificationSuccess.mjs +9 -0
  1345. package/dist/131/bitcoinThresholdSigner/keyRotationCompleted.cjs +6 -0
  1346. package/dist/131/bitcoinThresholdSigner/keyRotationCompleted.d.cts +5 -0
  1347. package/dist/131/bitcoinThresholdSigner/keyRotationCompleted.d.ts +5 -0
  1348. package/dist/131/bitcoinThresholdSigner/keyRotationCompleted.mjs +6 -0
  1349. package/dist/131/bitcoinThresholdSigner/keygenFailure.cjs +6 -0
  1350. package/dist/131/bitcoinThresholdSigner/keygenFailure.d.cts +5 -0
  1351. package/dist/131/bitcoinThresholdSigner/keygenFailure.d.ts +5 -0
  1352. package/dist/131/bitcoinThresholdSigner/keygenFailure.mjs +6 -0
  1353. package/dist/131/bitcoinThresholdSigner/keygenFailureReported.cjs +6 -0
  1354. package/dist/131/bitcoinThresholdSigner/keygenFailureReported.d.cts +5 -0
  1355. package/dist/131/bitcoinThresholdSigner/keygenFailureReported.d.ts +5 -0
  1356. package/dist/131/bitcoinThresholdSigner/keygenFailureReported.mjs +6 -0
  1357. package/dist/131/bitcoinThresholdSigner/keygenRequest.cjs +11 -0
  1358. package/dist/131/bitcoinThresholdSigner/keygenRequest.d.cts +17 -0
  1359. package/dist/131/bitcoinThresholdSigner/keygenRequest.d.ts +17 -0
  1360. package/dist/131/bitcoinThresholdSigner/keygenRequest.mjs +11 -0
  1361. package/dist/131/bitcoinThresholdSigner/keygenResponseTimeout.cjs +6 -0
  1362. package/dist/131/bitcoinThresholdSigner/keygenResponseTimeout.d.cts +5 -0
  1363. package/dist/131/bitcoinThresholdSigner/keygenResponseTimeout.d.ts +5 -0
  1364. package/dist/131/bitcoinThresholdSigner/keygenResponseTimeout.mjs +6 -0
  1365. package/dist/131/bitcoinThresholdSigner/keygenResponseTimeoutUpdated.cjs +8 -0
  1366. package/dist/131/bitcoinThresholdSigner/keygenResponseTimeoutUpdated.d.cts +11 -0
  1367. package/dist/131/bitcoinThresholdSigner/keygenResponseTimeoutUpdated.d.ts +11 -0
  1368. package/dist/131/bitcoinThresholdSigner/keygenResponseTimeoutUpdated.mjs +8 -0
  1369. package/dist/131/bitcoinThresholdSigner/keygenSuccess.cjs +6 -0
  1370. package/dist/131/bitcoinThresholdSigner/keygenSuccess.d.cts +5 -0
  1371. package/dist/131/bitcoinThresholdSigner/keygenSuccess.d.ts +5 -0
  1372. package/dist/131/bitcoinThresholdSigner/keygenSuccess.mjs +6 -0
  1373. package/dist/131/bitcoinThresholdSigner/keygenSuccessReported.cjs +6 -0
  1374. package/dist/131/bitcoinThresholdSigner/keygenSuccessReported.d.cts +5 -0
  1375. package/dist/131/bitcoinThresholdSigner/keygenSuccessReported.d.ts +5 -0
  1376. package/dist/131/bitcoinThresholdSigner/keygenSuccessReported.mjs +6 -0
  1377. package/dist/131/bitcoinThresholdSigner/keygenVerificationFailure.cjs +9 -0
  1378. package/dist/131/bitcoinThresholdSigner/keygenVerificationFailure.d.cts +11 -0
  1379. package/dist/131/bitcoinThresholdSigner/keygenVerificationFailure.d.ts +11 -0
  1380. package/dist/131/bitcoinThresholdSigner/keygenVerificationFailure.mjs +9 -0
  1381. package/dist/131/bitcoinThresholdSigner/keygenVerificationSuccess.cjs +9 -0
  1382. package/dist/131/bitcoinThresholdSigner/keygenVerificationSuccess.d.cts +26 -0
  1383. package/dist/131/bitcoinThresholdSigner/keygenVerificationSuccess.d.ts +26 -0
  1384. package/dist/131/bitcoinThresholdSigner/keygenVerificationSuccess.mjs +9 -0
  1385. package/dist/131/bitcoinThresholdSigner/noKeyHandover.cjs +6 -0
  1386. package/dist/131/bitcoinThresholdSigner/noKeyHandover.d.cts +5 -0
  1387. package/dist/131/bitcoinThresholdSigner/noKeyHandover.d.ts +5 -0
  1388. package/dist/131/bitcoinThresholdSigner/noKeyHandover.mjs +6 -0
  1389. package/dist/131/bitcoinVault/vaultActivationCompleted.cjs +6 -0
  1390. package/dist/131/bitcoinVault/vaultActivationCompleted.d.cts +5 -0
  1391. package/dist/131/bitcoinVault/vaultActivationCompleted.d.ts +5 -0
  1392. package/dist/131/bitcoinVault/vaultActivationCompleted.mjs +6 -0
  1393. package/dist/131/common.cjs +322 -0
  1394. package/dist/131/common.d.cts +3025 -0
  1395. package/dist/131/common.d.ts +3025 -0
  1396. package/dist/131/common.mjs +322 -0
  1397. package/dist/131/environment/addedNewEthAsset.cjs +7 -0
  1398. package/dist/131/environment/addedNewEthAsset.d.cts +13 -0
  1399. package/dist/131/environment/addedNewEthAsset.d.ts +13 -0
  1400. package/dist/131/environment/addedNewEthAsset.mjs +7 -0
  1401. package/dist/131/environment/runtimeSafeModeUpdated.cjs +9 -0
  1402. package/dist/131/environment/runtimeSafeModeUpdated.d.cts +687 -0
  1403. package/dist/131/environment/runtimeSafeModeUpdated.d.ts +687 -0
  1404. package/dist/131/environment/runtimeSafeModeUpdated.mjs +9 -0
  1405. package/dist/131/environment/updatedEthAsset.cjs +7 -0
  1406. package/dist/131/environment/updatedEthAsset.d.cts +13 -0
  1407. package/dist/131/environment/updatedEthAsset.d.ts +13 -0
  1408. package/dist/131/environment/updatedEthAsset.mjs +7 -0
  1409. package/dist/131/ethereumBroadcaster/broadcastSuccess.cjs +11 -0
  1410. package/dist/131/ethereumBroadcaster/broadcastSuccess.d.cts +32 -0
  1411. package/dist/131/ethereumBroadcaster/broadcastSuccess.d.ts +32 -0
  1412. package/dist/131/ethereumBroadcaster/broadcastSuccess.mjs +11 -0
  1413. package/dist/131/ethereumChainTracking/feeMultiplierUpdated.cjs +9 -0
  1414. package/dist/131/ethereumChainTracking/feeMultiplierUpdated.d.cts +11 -0
  1415. package/dist/131/ethereumChainTracking/feeMultiplierUpdated.d.ts +11 -0
  1416. package/dist/131/ethereumChainTracking/feeMultiplierUpdated.mjs +9 -0
  1417. package/dist/131/ethereumIngressEgress/assetEgressStatusChanged.cjs +10 -0
  1418. package/dist/131/ethereumIngressEgress/assetEgressStatusChanged.d.cts +24 -0
  1419. package/dist/131/ethereumIngressEgress/assetEgressStatusChanged.d.ts +24 -0
  1420. package/dist/131/ethereumIngressEgress/assetEgressStatusChanged.mjs +10 -0
  1421. package/dist/131/ethereumIngressEgress/channelOpeningFeePaid.cjs +7 -0
  1422. package/dist/131/ethereumIngressEgress/channelOpeningFeePaid.d.cts +11 -0
  1423. package/dist/131/ethereumIngressEgress/channelOpeningFeePaid.d.ts +11 -0
  1424. package/dist/131/ethereumIngressEgress/channelOpeningFeePaid.mjs +7 -0
  1425. package/dist/131/ethereumIngressEgress/channelOpeningFeeSet.cjs +7 -0
  1426. package/dist/131/ethereumIngressEgress/channelOpeningFeeSet.d.cts +11 -0
  1427. package/dist/131/ethereumIngressEgress/channelOpeningFeeSet.d.ts +11 -0
  1428. package/dist/131/ethereumIngressEgress/channelOpeningFeeSet.mjs +7 -0
  1429. package/dist/131/ethereumIngressEgress/depositFetchesScheduled.cjs +10 -0
  1430. package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.cts +24 -0
  1431. package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.ts +24 -0
  1432. package/dist/131/ethereumIngressEgress/depositFetchesScheduled.mjs +10 -0
  1433. package/dist/131/ethereumIngressEgress/depositIgnored.cjs +17 -0
  1434. package/dist/131/ethereumIngressEgress/depositIgnored.d.cts +40 -0
  1435. package/dist/131/ethereumIngressEgress/depositIgnored.d.ts +40 -0
  1436. package/dist/131/ethereumIngressEgress/depositIgnored.mjs +17 -0
  1437. package/dist/131/ethereumIngressEgress/depositReceived.cjs +18 -0
  1438. package/dist/131/ethereumIngressEgress/depositReceived.d.cts +137 -0
  1439. package/dist/131/ethereumIngressEgress/depositReceived.d.ts +137 -0
  1440. package/dist/131/ethereumIngressEgress/depositReceived.mjs +18 -0
  1441. package/dist/131/ethereumIngressEgress/depositWitnessRejected.cjs +10 -0
  1442. package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.cts +263 -0
  1443. package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.ts +263 -0
  1444. package/dist/131/ethereumIngressEgress/depositWitnessRejected.mjs +10 -0
  1445. package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  1446. package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +369 -0
  1447. package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +369 -0
  1448. package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.mjs +9 -0
  1449. package/dist/131/ethereumIngressEgress/minimumDepositSet.cjs +10 -0
  1450. package/dist/131/ethereumIngressEgress/minimumDepositSet.d.cts +24 -0
  1451. package/dist/131/ethereumIngressEgress/minimumDepositSet.d.ts +24 -0
  1452. package/dist/131/ethereumIngressEgress/minimumDepositSet.mjs +10 -0
  1453. package/dist/131/ethereumIngressEgress/transferFallbackRequested.cjs +12 -0
  1454. package/dist/131/ethereumIngressEgress/transferFallbackRequested.d.cts +30 -0
  1455. package/dist/131/ethereumIngressEgress/transferFallbackRequested.d.ts +30 -0
  1456. package/dist/131/ethereumIngressEgress/transferFallbackRequested.mjs +12 -0
  1457. package/dist/131/ethereumThresholdSigner/keyHandoverFailure.cjs +7 -0
  1458. package/dist/131/ethereumThresholdSigner/keyHandoverFailure.d.cts +11 -0
  1459. package/dist/131/ethereumThresholdSigner/keyHandoverFailure.d.ts +11 -0
  1460. package/dist/131/ethereumThresholdSigner/keyHandoverFailure.mjs +7 -0
  1461. package/dist/131/ethereumThresholdSigner/keyHandoverFailureReported.cjs +6 -0
  1462. package/dist/131/ethereumThresholdSigner/keyHandoverFailureReported.d.cts +5 -0
  1463. package/dist/131/ethereumThresholdSigner/keyHandoverFailureReported.d.ts +5 -0
  1464. package/dist/131/ethereumThresholdSigner/keyHandoverFailureReported.mjs +6 -0
  1465. package/dist/131/ethereumThresholdSigner/keyHandoverRequest.cjs +15 -0
  1466. package/dist/131/ethereumThresholdSigner/keyHandoverRequest.d.cts +83 -0
  1467. package/dist/131/ethereumThresholdSigner/keyHandoverRequest.d.ts +83 -0
  1468. package/dist/131/ethereumThresholdSigner/keyHandoverRequest.mjs +15 -0
  1469. package/dist/131/ethereumThresholdSigner/keyHandoverResponseTimeout.cjs +9 -0
  1470. package/dist/131/ethereumThresholdSigner/keyHandoverResponseTimeout.d.cts +11 -0
  1471. package/dist/131/ethereumThresholdSigner/keyHandoverResponseTimeout.d.ts +11 -0
  1472. package/dist/131/ethereumThresholdSigner/keyHandoverResponseTimeout.mjs +9 -0
  1473. package/dist/131/ethereumThresholdSigner/keyHandoverSuccess.cjs +7 -0
  1474. package/dist/131/ethereumThresholdSigner/keyHandoverSuccess.d.cts +11 -0
  1475. package/dist/131/ethereumThresholdSigner/keyHandoverSuccess.d.ts +11 -0
  1476. package/dist/131/ethereumThresholdSigner/keyHandoverSuccess.mjs +7 -0
  1477. package/dist/131/ethereumThresholdSigner/keyHandoverSuccessReported.cjs +6 -0
  1478. package/dist/131/ethereumThresholdSigner/keyHandoverSuccessReported.d.cts +5 -0
  1479. package/dist/131/ethereumThresholdSigner/keyHandoverSuccessReported.d.ts +5 -0
  1480. package/dist/131/ethereumThresholdSigner/keyHandoverSuccessReported.mjs +6 -0
  1481. package/dist/131/ethereumThresholdSigner/keyHandoverVerificationFailure.cjs +9 -0
  1482. package/dist/131/ethereumThresholdSigner/keyHandoverVerificationFailure.d.cts +11 -0
  1483. package/dist/131/ethereumThresholdSigner/keyHandoverVerificationFailure.d.ts +11 -0
  1484. package/dist/131/ethereumThresholdSigner/keyHandoverVerificationFailure.mjs +9 -0
  1485. package/dist/131/ethereumThresholdSigner/keyHandoverVerificationSuccess.cjs +9 -0
  1486. package/dist/131/ethereumThresholdSigner/keyHandoverVerificationSuccess.d.cts +38 -0
  1487. package/dist/131/ethereumThresholdSigner/keyHandoverVerificationSuccess.d.ts +38 -0
  1488. package/dist/131/ethereumThresholdSigner/keyHandoverVerificationSuccess.mjs +9 -0
  1489. package/dist/131/ethereumThresholdSigner/keyRotationCompleted.cjs +6 -0
  1490. package/dist/131/ethereumThresholdSigner/keyRotationCompleted.d.cts +5 -0
  1491. package/dist/131/ethereumThresholdSigner/keyRotationCompleted.d.ts +5 -0
  1492. package/dist/131/ethereumThresholdSigner/keyRotationCompleted.mjs +6 -0
  1493. package/dist/131/ethereumThresholdSigner/keygenFailure.cjs +6 -0
  1494. package/dist/131/ethereumThresholdSigner/keygenFailure.d.cts +5 -0
  1495. package/dist/131/ethereumThresholdSigner/keygenFailure.d.ts +5 -0
  1496. package/dist/131/ethereumThresholdSigner/keygenFailure.mjs +6 -0
  1497. package/dist/131/ethereumThresholdSigner/keygenFailureReported.cjs +6 -0
  1498. package/dist/131/ethereumThresholdSigner/keygenFailureReported.d.cts +5 -0
  1499. package/dist/131/ethereumThresholdSigner/keygenFailureReported.d.ts +5 -0
  1500. package/dist/131/ethereumThresholdSigner/keygenFailureReported.mjs +6 -0
  1501. package/dist/131/ethereumThresholdSigner/keygenRequest.cjs +11 -0
  1502. package/dist/131/ethereumThresholdSigner/keygenRequest.d.cts +17 -0
  1503. package/dist/131/ethereumThresholdSigner/keygenRequest.d.ts +17 -0
  1504. package/dist/131/ethereumThresholdSigner/keygenRequest.mjs +11 -0
  1505. package/dist/131/ethereumThresholdSigner/keygenResponseTimeout.cjs +6 -0
  1506. package/dist/131/ethereumThresholdSigner/keygenResponseTimeout.d.cts +5 -0
  1507. package/dist/131/ethereumThresholdSigner/keygenResponseTimeout.d.ts +5 -0
  1508. package/dist/131/ethereumThresholdSigner/keygenResponseTimeout.mjs +6 -0
  1509. package/dist/131/ethereumThresholdSigner/keygenResponseTimeoutUpdated.cjs +8 -0
  1510. package/dist/131/ethereumThresholdSigner/keygenResponseTimeoutUpdated.d.cts +11 -0
  1511. package/dist/131/ethereumThresholdSigner/keygenResponseTimeoutUpdated.d.ts +11 -0
  1512. package/dist/131/ethereumThresholdSigner/keygenResponseTimeoutUpdated.mjs +8 -0
  1513. package/dist/131/ethereumThresholdSigner/keygenSuccess.cjs +6 -0
  1514. package/dist/131/ethereumThresholdSigner/keygenSuccess.d.cts +5 -0
  1515. package/dist/131/ethereumThresholdSigner/keygenSuccess.d.ts +5 -0
  1516. package/dist/131/ethereumThresholdSigner/keygenSuccess.mjs +6 -0
  1517. package/dist/131/ethereumThresholdSigner/keygenSuccessReported.cjs +6 -0
  1518. package/dist/131/ethereumThresholdSigner/keygenSuccessReported.d.cts +5 -0
  1519. package/dist/131/ethereumThresholdSigner/keygenSuccessReported.d.ts +5 -0
  1520. package/dist/131/ethereumThresholdSigner/keygenSuccessReported.mjs +6 -0
  1521. package/dist/131/ethereumThresholdSigner/keygenVerificationFailure.cjs +9 -0
  1522. package/dist/131/ethereumThresholdSigner/keygenVerificationFailure.d.cts +11 -0
  1523. package/dist/131/ethereumThresholdSigner/keygenVerificationFailure.d.ts +11 -0
  1524. package/dist/131/ethereumThresholdSigner/keygenVerificationFailure.mjs +9 -0
  1525. package/dist/131/ethereumThresholdSigner/keygenVerificationSuccess.cjs +9 -0
  1526. package/dist/131/ethereumThresholdSigner/keygenVerificationSuccess.d.cts +38 -0
  1527. package/dist/131/ethereumThresholdSigner/keygenVerificationSuccess.d.ts +38 -0
  1528. package/dist/131/ethereumThresholdSigner/keygenVerificationSuccess.mjs +9 -0
  1529. package/dist/131/ethereumThresholdSigner/noKeyHandover.cjs +6 -0
  1530. package/dist/131/ethereumThresholdSigner/noKeyHandover.d.cts +5 -0
  1531. package/dist/131/ethereumThresholdSigner/noKeyHandover.d.ts +5 -0
  1532. package/dist/131/ethereumThresholdSigner/noKeyHandover.mjs +6 -0
  1533. package/dist/131/ethereumVault/vaultActivationCompleted.cjs +6 -0
  1534. package/dist/131/ethereumVault/vaultActivationCompleted.d.cts +5 -0
  1535. package/dist/131/ethereumVault/vaultActivationCompleted.d.ts +5 -0
  1536. package/dist/131/ethereumVault/vaultActivationCompleted.mjs +6 -0
  1537. package/dist/131/index.cjs +851 -0
  1538. package/dist/131/index.d.cts +409 -0
  1539. package/dist/131/index.d.ts +409 -0
  1540. package/dist/131/index.mjs +851 -0
  1541. package/dist/131/liquidityPools/assetSwapped.cjs +12 -0
  1542. package/dist/131/liquidityPools/assetSwapped.d.cts +40 -0
  1543. package/dist/131/liquidityPools/assetSwapped.d.ts +40 -0
  1544. package/dist/131/liquidityPools/assetSwapped.mjs +12 -0
  1545. package/dist/131/liquidityPools/limitOrderUpdated.cjs +24 -0
  1546. package/dist/131/liquidityPools/limitOrderUpdated.d.cts +194 -0
  1547. package/dist/131/liquidityPools/limitOrderUpdated.d.ts +194 -0
  1548. package/dist/131/liquidityPools/limitOrderUpdated.mjs +24 -0
  1549. package/dist/131/liquidityPools/newPoolCreated.cjs +12 -0
  1550. package/dist/131/liquidityPools/newPoolCreated.d.cts +40 -0
  1551. package/dist/131/liquidityPools/newPoolCreated.d.ts +40 -0
  1552. package/dist/131/liquidityPools/newPoolCreated.mjs +12 -0
  1553. package/dist/131/liquidityPools/poolFeeSet.cjs +11 -0
  1554. package/dist/131/liquidityPools/poolFeeSet.d.cts +37 -0
  1555. package/dist/131/liquidityPools/poolFeeSet.d.ts +37 -0
  1556. package/dist/131/liquidityPools/poolFeeSet.mjs +11 -0
  1557. package/dist/131/liquidityPools/rangeOrderUpdated.cjs +22 -0
  1558. package/dist/131/liquidityPools/rangeOrderUpdated.d.cts +208 -0
  1559. package/dist/131/liquidityPools/rangeOrderUpdated.d.ts +208 -0
  1560. package/dist/131/liquidityPools/rangeOrderUpdated.mjs +22 -0
  1561. package/dist/131/liquidityProvider/accountCredited.cjs +11 -0
  1562. package/dist/131/liquidityProvider/accountCredited.d.cts +27 -0
  1563. package/dist/131/liquidityProvider/accountCredited.d.ts +27 -0
  1564. package/dist/131/liquidityProvider/accountCredited.mjs +11 -0
  1565. package/dist/131/liquidityProvider/accountDebited.cjs +11 -0
  1566. package/dist/131/liquidityProvider/accountDebited.d.cts +27 -0
  1567. package/dist/131/liquidityProvider/accountDebited.d.ts +27 -0
  1568. package/dist/131/liquidityProvider/accountDebited.mjs +11 -0
  1569. package/dist/131/liquidityProvider/liquidityDepositAddressReady.cjs +20 -0
  1570. package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.cts +84 -0
  1571. package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.ts +84 -0
  1572. package/dist/131/liquidityProvider/liquidityDepositAddressReady.mjs +20 -0
  1573. package/dist/131/liquidityProvider/liquidityDepositCredited.cjs +11 -0
  1574. package/dist/131/liquidityProvider/liquidityDepositCredited.d.cts +27 -0
  1575. package/dist/131/liquidityProvider/liquidityDepositCredited.d.ts +27 -0
  1576. package/dist/131/liquidityProvider/liquidityDepositCredited.mjs +11 -0
  1577. package/dist/131/liquidityProvider/withdrawalEgressScheduled.cjs +18 -0
  1578. package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.cts +88 -0
  1579. package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.ts +88 -0
  1580. package/dist/131/liquidityProvider/withdrawalEgressScheduled.mjs +18 -0
  1581. package/dist/131/polkadotBroadcaster/broadcastSuccess.cjs +11 -0
  1582. package/dist/131/polkadotBroadcaster/broadcastSuccess.d.cts +32 -0
  1583. package/dist/131/polkadotBroadcaster/broadcastSuccess.d.ts +32 -0
  1584. package/dist/131/polkadotBroadcaster/broadcastSuccess.mjs +11 -0
  1585. package/dist/131/polkadotChainTracking/feeMultiplierUpdated.cjs +9 -0
  1586. package/dist/131/polkadotChainTracking/feeMultiplierUpdated.d.cts +11 -0
  1587. package/dist/131/polkadotChainTracking/feeMultiplierUpdated.d.ts +11 -0
  1588. package/dist/131/polkadotChainTracking/feeMultiplierUpdated.mjs +9 -0
  1589. package/dist/131/polkadotIngressEgress/channelOpeningFeePaid.cjs +7 -0
  1590. package/dist/131/polkadotIngressEgress/channelOpeningFeePaid.d.cts +11 -0
  1591. package/dist/131/polkadotIngressEgress/channelOpeningFeePaid.d.ts +11 -0
  1592. package/dist/131/polkadotIngressEgress/channelOpeningFeePaid.mjs +7 -0
  1593. package/dist/131/polkadotIngressEgress/channelOpeningFeeSet.cjs +7 -0
  1594. package/dist/131/polkadotIngressEgress/channelOpeningFeeSet.d.cts +11 -0
  1595. package/dist/131/polkadotIngressEgress/channelOpeningFeeSet.d.ts +11 -0
  1596. package/dist/131/polkadotIngressEgress/channelOpeningFeeSet.mjs +7 -0
  1597. package/dist/131/polkadotIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  1598. package/dist/131/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +369 -0
  1599. package/dist/131/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +369 -0
  1600. package/dist/131/polkadotIngressEgress/failedToBuildAllBatchCall.mjs +9 -0
  1601. package/dist/131/polkadotThresholdSigner/keyHandoverFailure.cjs +7 -0
  1602. package/dist/131/polkadotThresholdSigner/keyHandoverFailure.d.cts +11 -0
  1603. package/dist/131/polkadotThresholdSigner/keyHandoverFailure.d.ts +11 -0
  1604. package/dist/131/polkadotThresholdSigner/keyHandoverFailure.mjs +7 -0
  1605. package/dist/131/polkadotThresholdSigner/keyHandoverFailureReported.cjs +6 -0
  1606. package/dist/131/polkadotThresholdSigner/keyHandoverFailureReported.d.cts +5 -0
  1607. package/dist/131/polkadotThresholdSigner/keyHandoverFailureReported.d.ts +5 -0
  1608. package/dist/131/polkadotThresholdSigner/keyHandoverFailureReported.mjs +6 -0
  1609. package/dist/131/polkadotThresholdSigner/keyHandoverRequest.cjs +15 -0
  1610. package/dist/131/polkadotThresholdSigner/keyHandoverRequest.d.cts +29 -0
  1611. package/dist/131/polkadotThresholdSigner/keyHandoverRequest.d.ts +29 -0
  1612. package/dist/131/polkadotThresholdSigner/keyHandoverRequest.mjs +15 -0
  1613. package/dist/131/polkadotThresholdSigner/keyHandoverResponseTimeout.cjs +9 -0
  1614. package/dist/131/polkadotThresholdSigner/keyHandoverResponseTimeout.d.cts +11 -0
  1615. package/dist/131/polkadotThresholdSigner/keyHandoverResponseTimeout.d.ts +11 -0
  1616. package/dist/131/polkadotThresholdSigner/keyHandoverResponseTimeout.mjs +9 -0
  1617. package/dist/131/polkadotThresholdSigner/keyHandoverSuccess.cjs +7 -0
  1618. package/dist/131/polkadotThresholdSigner/keyHandoverSuccess.d.cts +11 -0
  1619. package/dist/131/polkadotThresholdSigner/keyHandoverSuccess.d.ts +11 -0
  1620. package/dist/131/polkadotThresholdSigner/keyHandoverSuccess.mjs +7 -0
  1621. package/dist/131/polkadotThresholdSigner/keyHandoverSuccessReported.cjs +6 -0
  1622. package/dist/131/polkadotThresholdSigner/keyHandoverSuccessReported.d.cts +5 -0
  1623. package/dist/131/polkadotThresholdSigner/keyHandoverSuccessReported.d.ts +5 -0
  1624. package/dist/131/polkadotThresholdSigner/keyHandoverSuccessReported.mjs +6 -0
  1625. package/dist/131/polkadotThresholdSigner/keyHandoverVerificationFailure.cjs +9 -0
  1626. package/dist/131/polkadotThresholdSigner/keyHandoverVerificationFailure.d.cts +11 -0
  1627. package/dist/131/polkadotThresholdSigner/keyHandoverVerificationFailure.d.ts +11 -0
  1628. package/dist/131/polkadotThresholdSigner/keyHandoverVerificationFailure.mjs +9 -0
  1629. package/dist/131/polkadotThresholdSigner/keyHandoverVerificationSuccess.cjs +9 -0
  1630. package/dist/131/polkadotThresholdSigner/keyHandoverVerificationSuccess.d.cts +11 -0
  1631. package/dist/131/polkadotThresholdSigner/keyHandoverVerificationSuccess.d.ts +11 -0
  1632. package/dist/131/polkadotThresholdSigner/keyHandoverVerificationSuccess.mjs +9 -0
  1633. package/dist/131/polkadotThresholdSigner/keyRotationCompleted.cjs +6 -0
  1634. package/dist/131/polkadotThresholdSigner/keyRotationCompleted.d.cts +5 -0
  1635. package/dist/131/polkadotThresholdSigner/keyRotationCompleted.d.ts +5 -0
  1636. package/dist/131/polkadotThresholdSigner/keyRotationCompleted.mjs +6 -0
  1637. package/dist/131/polkadotThresholdSigner/keygenFailure.cjs +6 -0
  1638. package/dist/131/polkadotThresholdSigner/keygenFailure.d.cts +5 -0
  1639. package/dist/131/polkadotThresholdSigner/keygenFailure.d.ts +5 -0
  1640. package/dist/131/polkadotThresholdSigner/keygenFailure.mjs +6 -0
  1641. package/dist/131/polkadotThresholdSigner/keygenFailureReported.cjs +6 -0
  1642. package/dist/131/polkadotThresholdSigner/keygenFailureReported.d.cts +5 -0
  1643. package/dist/131/polkadotThresholdSigner/keygenFailureReported.d.ts +5 -0
  1644. package/dist/131/polkadotThresholdSigner/keygenFailureReported.mjs +6 -0
  1645. package/dist/131/polkadotThresholdSigner/keygenRequest.cjs +11 -0
  1646. package/dist/131/polkadotThresholdSigner/keygenRequest.d.cts +17 -0
  1647. package/dist/131/polkadotThresholdSigner/keygenRequest.d.ts +17 -0
  1648. package/dist/131/polkadotThresholdSigner/keygenRequest.mjs +11 -0
  1649. package/dist/131/polkadotThresholdSigner/keygenResponseTimeout.cjs +6 -0
  1650. package/dist/131/polkadotThresholdSigner/keygenResponseTimeout.d.cts +5 -0
  1651. package/dist/131/polkadotThresholdSigner/keygenResponseTimeout.d.ts +5 -0
  1652. package/dist/131/polkadotThresholdSigner/keygenResponseTimeout.mjs +6 -0
  1653. package/dist/131/polkadotThresholdSigner/keygenResponseTimeoutUpdated.cjs +8 -0
  1654. package/dist/131/polkadotThresholdSigner/keygenResponseTimeoutUpdated.d.cts +11 -0
  1655. package/dist/131/polkadotThresholdSigner/keygenResponseTimeoutUpdated.d.ts +11 -0
  1656. package/dist/131/polkadotThresholdSigner/keygenResponseTimeoutUpdated.mjs +8 -0
  1657. package/dist/131/polkadotThresholdSigner/keygenSuccess.cjs +6 -0
  1658. package/dist/131/polkadotThresholdSigner/keygenSuccess.d.cts +5 -0
  1659. package/dist/131/polkadotThresholdSigner/keygenSuccess.d.ts +5 -0
  1660. package/dist/131/polkadotThresholdSigner/keygenSuccess.mjs +6 -0
  1661. package/dist/131/polkadotThresholdSigner/keygenSuccessReported.cjs +6 -0
  1662. package/dist/131/polkadotThresholdSigner/keygenSuccessReported.d.cts +5 -0
  1663. package/dist/131/polkadotThresholdSigner/keygenSuccessReported.d.ts +5 -0
  1664. package/dist/131/polkadotThresholdSigner/keygenSuccessReported.mjs +6 -0
  1665. package/dist/131/polkadotThresholdSigner/keygenVerificationFailure.cjs +9 -0
  1666. package/dist/131/polkadotThresholdSigner/keygenVerificationFailure.d.cts +11 -0
  1667. package/dist/131/polkadotThresholdSigner/keygenVerificationFailure.d.ts +11 -0
  1668. package/dist/131/polkadotThresholdSigner/keygenVerificationFailure.mjs +9 -0
  1669. package/dist/131/polkadotThresholdSigner/keygenVerificationSuccess.cjs +7 -0
  1670. package/dist/131/polkadotThresholdSigner/keygenVerificationSuccess.d.cts +11 -0
  1671. package/dist/131/polkadotThresholdSigner/keygenVerificationSuccess.d.ts +11 -0
  1672. package/dist/131/polkadotThresholdSigner/keygenVerificationSuccess.mjs +7 -0
  1673. package/dist/131/polkadotThresholdSigner/noKeyHandover.cjs +6 -0
  1674. package/dist/131/polkadotThresholdSigner/noKeyHandover.d.cts +5 -0
  1675. package/dist/131/polkadotThresholdSigner/noKeyHandover.d.ts +5 -0
  1676. package/dist/131/polkadotThresholdSigner/noKeyHandover.mjs +6 -0
  1677. package/dist/131/polkadotVault/vaultActivationCompleted.cjs +6 -0
  1678. package/dist/131/polkadotVault/vaultActivationCompleted.d.cts +5 -0
  1679. package/dist/131/polkadotVault/vaultActivationCompleted.d.ts +5 -0
  1680. package/dist/131/polkadotVault/vaultActivationCompleted.mjs +6 -0
  1681. package/dist/131/reputation/offencePenalty.cjs +11 -0
  1682. package/dist/131/reputation/offencePenalty.d.cts +27 -0
  1683. package/dist/131/reputation/offencePenalty.d.ts +27 -0
  1684. package/dist/131/reputation/offencePenalty.mjs +11 -0
  1685. package/dist/131/reputation/penaltyUpdated.cjs +11 -0
  1686. package/dist/131/reputation/penaltyUpdated.d.cts +57 -0
  1687. package/dist/131/reputation/penaltyUpdated.d.ts +57 -0
  1688. package/dist/131/reputation/penaltyUpdated.mjs +11 -0
  1689. package/dist/131/swapping/batchSwapFailed.cjs +11 -0
  1690. package/dist/131/swapping/batchSwapFailed.d.cts +37 -0
  1691. package/dist/131/swapping/batchSwapFailed.d.ts +37 -0
  1692. package/dist/131/swapping/batchSwapFailed.mjs +11 -0
  1693. package/dist/131/swapping/ccmFailed.cjs +17 -0
  1694. package/dist/131/swapping/ccmFailed.d.cts +546 -0
  1695. package/dist/131/swapping/ccmFailed.d.ts +546 -0
  1696. package/dist/131/swapping/ccmFailed.mjs +17 -0
  1697. package/dist/131/swapping/maximumSwapAmountSet.cjs +10 -0
  1698. package/dist/131/swapping/maximumSwapAmountSet.d.cts +24 -0
  1699. package/dist/131/swapping/maximumSwapAmountSet.d.ts +24 -0
  1700. package/dist/131/swapping/maximumSwapAmountSet.mjs +10 -0
  1701. package/dist/131/swapping/swapAmountConfiscated.cjs +13 -0
  1702. package/dist/131/swapping/swapAmountConfiscated.d.cts +43 -0
  1703. package/dist/131/swapping/swapAmountConfiscated.d.ts +43 -0
  1704. package/dist/131/swapping/swapAmountConfiscated.mjs +13 -0
  1705. package/dist/131/swapping/swapDepositAddressReady.cjs +23 -0
  1706. package/dist/131/swapping/swapDepositAddressReady.d.cts +168 -0
  1707. package/dist/131/swapping/swapDepositAddressReady.d.ts +168 -0
  1708. package/dist/131/swapping/swapDepositAddressReady.mjs +23 -0
  1709. package/dist/131/swapping/swapEgressIgnored.cjs +12 -0
  1710. package/dist/131/swapping/swapEgressIgnored.d.cts +247 -0
  1711. package/dist/131/swapping/swapEgressIgnored.d.ts +247 -0
  1712. package/dist/131/swapping/swapEgressIgnored.mjs +12 -0
  1713. package/dist/131/swapping/swapEgressScheduled.cjs +17 -0
  1714. package/dist/131/swapping/swapEgressScheduled.d.cts +43 -0
  1715. package/dist/131/swapping/swapEgressScheduled.d.ts +43 -0
  1716. package/dist/131/swapping/swapEgressScheduled.mjs +17 -0
  1717. package/dist/131/swapping/swapExecuted.cjs +16 -0
  1718. package/dist/131/swapping/swapExecuted.d.cts +52 -0
  1719. package/dist/131/swapping/swapExecuted.d.ts +52 -0
  1720. package/dist/131/swapping/swapExecuted.mjs +16 -0
  1721. package/dist/131/swapping/swapScheduled.cjs +23 -0
  1722. package/dist/131/swapping/swapScheduled.d.cts +566 -0
  1723. package/dist/131/swapping/swapScheduled.d.ts +566 -0
  1724. package/dist/131/swapping/swapScheduled.mjs +23 -0
  1725. package/dist/131/swapping/withdrawalRequested.cjs +18 -0
  1726. package/dist/131/swapping/withdrawalRequested.d.cts +88 -0
  1727. package/dist/131/swapping/withdrawalRequested.d.ts +88 -0
  1728. package/dist/131/swapping/withdrawalRequested.mjs +18 -0
  1729. package/dist/131/system/upgradeAuthorized.cjs +7 -0
  1730. package/dist/131/system/upgradeAuthorized.d.cts +14 -0
  1731. package/dist/131/system/upgradeAuthorized.d.ts +14 -0
  1732. package/dist/131/system/upgradeAuthorized.mjs +7 -0
  1733. package/dist/131/witnesser/prewitnessExecutionFailed.cjs +10 -0
  1734. package/dist/131/witnesser/prewitnessExecutionFailed.d.cts +231 -0
  1735. package/dist/131/witnesser/prewitnessExecutionFailed.d.ts +231 -0
  1736. package/dist/131/witnesser/prewitnessExecutionFailed.mjs +10 -0
  1737. package/dist/141/accountRoles/accountRoleDeregistered.cjs +10 -0
  1738. package/dist/141/accountRoles/accountRoleDeregistered.d.cts +24 -0
  1739. package/dist/141/accountRoles/accountRoleDeregistered.d.ts +24 -0
  1740. package/dist/141/accountRoles/accountRoleDeregistered.mjs +10 -0
  1741. package/dist/141/accountRoles/vanityNameSet.cjs +7 -0
  1742. package/dist/141/accountRoles/vanityNameSet.d.cts +14 -0
  1743. package/dist/141/accountRoles/vanityNameSet.d.ts +14 -0
  1744. package/dist/141/accountRoles/vanityNameSet.mjs +7 -0
  1745. package/dist/141/arbitrumBroadcaster/broadcastAborted.cjs +6 -0
  1746. package/dist/141/arbitrumBroadcaster/broadcastAborted.d.cts +11 -0
  1747. package/dist/141/arbitrumBroadcaster/broadcastAborted.d.ts +11 -0
  1748. package/dist/141/arbitrumBroadcaster/broadcastAborted.mjs +6 -0
  1749. package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.cjs +10 -0
  1750. package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.cts +332 -0
  1751. package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.ts +332 -0
  1752. package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.mjs +10 -0
  1753. package/dist/141/arbitrumBroadcaster/broadcastRetryScheduled.cjs +9 -0
  1754. package/dist/141/arbitrumBroadcaster/broadcastRetryScheduled.d.cts +14 -0
  1755. package/dist/141/arbitrumBroadcaster/broadcastRetryScheduled.d.ts +14 -0
  1756. package/dist/141/arbitrumBroadcaster/broadcastRetryScheduled.mjs +9 -0
  1757. package/dist/141/arbitrumBroadcaster/broadcastSuccess.cjs +11 -0
  1758. package/dist/141/arbitrumBroadcaster/broadcastSuccess.d.cts +32 -0
  1759. package/dist/141/arbitrumBroadcaster/broadcastSuccess.d.ts +32 -0
  1760. package/dist/141/arbitrumBroadcaster/broadcastSuccess.mjs +11 -0
  1761. package/dist/141/arbitrumBroadcaster/broadcastTimeout.cjs +6 -0
  1762. package/dist/141/arbitrumBroadcaster/broadcastTimeout.d.cts +11 -0
  1763. package/dist/141/arbitrumBroadcaster/broadcastTimeout.d.ts +11 -0
  1764. package/dist/141/arbitrumBroadcaster/broadcastTimeout.mjs +6 -0
  1765. package/dist/141/arbitrumBroadcaster/callResigned.cjs +6 -0
  1766. package/dist/141/arbitrumBroadcaster/callResigned.d.cts +11 -0
  1767. package/dist/141/arbitrumBroadcaster/callResigned.d.ts +11 -0
  1768. package/dist/141/arbitrumBroadcaster/callResigned.mjs +6 -0
  1769. package/dist/141/arbitrumBroadcaster/thresholdSignatureInvalid.cjs +6 -0
  1770. package/dist/141/arbitrumBroadcaster/thresholdSignatureInvalid.d.cts +11 -0
  1771. package/dist/141/arbitrumBroadcaster/thresholdSignatureInvalid.d.ts +11 -0
  1772. package/dist/141/arbitrumBroadcaster/thresholdSignatureInvalid.mjs +6 -0
  1773. package/dist/141/arbitrumBroadcaster/transactionBroadcastRequest.cjs +16 -0
  1774. package/dist/141/arbitrumBroadcaster/transactionBroadcastRequest.d.cts +75 -0
  1775. package/dist/141/arbitrumBroadcaster/transactionBroadcastRequest.d.ts +75 -0
  1776. package/dist/141/arbitrumBroadcaster/transactionBroadcastRequest.mjs +16 -0
  1777. package/dist/141/arbitrumBroadcaster/transactionFeeDeficitRecorded.cjs +10 -0
  1778. package/dist/141/arbitrumBroadcaster/transactionFeeDeficitRecorded.d.cts +14 -0
  1779. package/dist/141/arbitrumBroadcaster/transactionFeeDeficitRecorded.d.ts +14 -0
  1780. package/dist/141/arbitrumBroadcaster/transactionFeeDeficitRecorded.mjs +10 -0
  1781. package/dist/141/arbitrumBroadcaster/transactionFeeDeficitRefused.cjs +7 -0
  1782. package/dist/141/arbitrumBroadcaster/transactionFeeDeficitRefused.d.cts +11 -0
  1783. package/dist/141/arbitrumBroadcaster/transactionFeeDeficitRefused.d.ts +11 -0
  1784. package/dist/141/arbitrumBroadcaster/transactionFeeDeficitRefused.mjs +7 -0
  1785. package/dist/141/arbitrumChainTracking/chainStateUpdated.cjs +9 -0
  1786. package/dist/141/arbitrumChainTracking/chainStateUpdated.d.cts +47 -0
  1787. package/dist/141/arbitrumChainTracking/chainStateUpdated.d.ts +47 -0
  1788. package/dist/141/arbitrumChainTracking/chainStateUpdated.mjs +9 -0
  1789. package/dist/141/arbitrumChainTracking/feeMultiplierUpdated.cjs +9 -0
  1790. package/dist/141/arbitrumChainTracking/feeMultiplierUpdated.d.cts +11 -0
  1791. package/dist/141/arbitrumChainTracking/feeMultiplierUpdated.d.ts +11 -0
  1792. package/dist/141/arbitrumChainTracking/feeMultiplierUpdated.mjs +9 -0
  1793. package/dist/141/arbitrumIngressEgress/assetEgressStatusChanged.cjs +10 -0
  1794. package/dist/141/arbitrumIngressEgress/assetEgressStatusChanged.d.cts +24 -0
  1795. package/dist/141/arbitrumIngressEgress/assetEgressStatusChanged.d.ts +24 -0
  1796. package/dist/141/arbitrumIngressEgress/assetEgressStatusChanged.mjs +10 -0
  1797. package/dist/141/arbitrumIngressEgress/batchBroadcastRequested.cjs +10 -0
  1798. package/dist/141/arbitrumIngressEgress/batchBroadcastRequested.d.cts +24 -0
  1799. package/dist/141/arbitrumIngressEgress/batchBroadcastRequested.d.ts +24 -0
  1800. package/dist/141/arbitrumIngressEgress/batchBroadcastRequested.mjs +10 -0
  1801. package/dist/141/arbitrumIngressEgress/boostFundsAdded.cjs +11 -0
  1802. package/dist/141/arbitrumIngressEgress/boostFundsAdded.d.cts +44 -0
  1803. package/dist/141/arbitrumIngressEgress/boostFundsAdded.d.ts +44 -0
  1804. package/dist/141/arbitrumIngressEgress/boostFundsAdded.mjs +11 -0
  1805. package/dist/141/arbitrumIngressEgress/boostPoolCreated.cjs +9 -0
  1806. package/dist/141/arbitrumIngressEgress/boostPoolCreated.d.cts +38 -0
  1807. package/dist/141/arbitrumIngressEgress/boostPoolCreated.d.ts +38 -0
  1808. package/dist/141/arbitrumIngressEgress/boostPoolCreated.mjs +9 -0
  1809. package/dist/141/arbitrumIngressEgress/ccmBroadcastFailed.cjs +6 -0
  1810. package/dist/141/arbitrumIngressEgress/ccmBroadcastFailed.d.cts +11 -0
  1811. package/dist/141/arbitrumIngressEgress/ccmBroadcastFailed.d.ts +11 -0
  1812. package/dist/141/arbitrumIngressEgress/ccmBroadcastFailed.mjs +6 -0
  1813. package/dist/141/arbitrumIngressEgress/ccmBroadcastRequested.cjs +10 -0
  1814. package/dist/141/arbitrumIngressEgress/ccmBroadcastRequested.d.cts +24 -0
  1815. package/dist/141/arbitrumIngressEgress/ccmBroadcastRequested.d.ts +24 -0
  1816. package/dist/141/arbitrumIngressEgress/ccmBroadcastRequested.mjs +10 -0
  1817. package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.cjs +10 -0
  1818. package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.cts +241 -0
  1819. package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.ts +241 -0
  1820. package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.mjs +10 -0
  1821. package/dist/141/arbitrumIngressEgress/channelOpeningFeePaid.cjs +7 -0
  1822. package/dist/141/arbitrumIngressEgress/channelOpeningFeePaid.d.cts +11 -0
  1823. package/dist/141/arbitrumIngressEgress/channelOpeningFeePaid.d.ts +11 -0
  1824. package/dist/141/arbitrumIngressEgress/channelOpeningFeePaid.mjs +7 -0
  1825. package/dist/141/arbitrumIngressEgress/channelOpeningFeeSet.cjs +7 -0
  1826. package/dist/141/arbitrumIngressEgress/channelOpeningFeeSet.d.cts +11 -0
  1827. package/dist/141/arbitrumIngressEgress/channelOpeningFeeSet.d.ts +11 -0
  1828. package/dist/141/arbitrumIngressEgress/channelOpeningFeeSet.mjs +7 -0
  1829. package/dist/141/arbitrumIngressEgress/depositBoosted.cjs +21 -0
  1830. package/dist/141/arbitrumIngressEgress/depositBoosted.d.cts +175 -0
  1831. package/dist/141/arbitrumIngressEgress/depositBoosted.d.ts +175 -0
  1832. package/dist/141/arbitrumIngressEgress/depositBoosted.mjs +21 -0
  1833. package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.cjs +10 -0
  1834. package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.cts +24 -0
  1835. package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.ts +24 -0
  1836. package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.mjs +10 -0
  1837. package/dist/141/arbitrumIngressEgress/depositFinalised.cjs +19 -0
  1838. package/dist/141/arbitrumIngressEgress/depositFinalised.d.cts +169 -0
  1839. package/dist/141/arbitrumIngressEgress/depositFinalised.d.ts +169 -0
  1840. package/dist/141/arbitrumIngressEgress/depositFinalised.mjs +19 -0
  1841. package/dist/141/arbitrumIngressEgress/depositIgnored.cjs +17 -0
  1842. package/dist/141/arbitrumIngressEgress/depositIgnored.d.cts +40 -0
  1843. package/dist/141/arbitrumIngressEgress/depositIgnored.d.ts +40 -0
  1844. package/dist/141/arbitrumIngressEgress/depositIgnored.mjs +17 -0
  1845. package/dist/141/arbitrumIngressEgress/depositWitnessRejected.cjs +10 -0
  1846. package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.cts +263 -0
  1847. package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.ts +263 -0
  1848. package/dist/141/arbitrumIngressEgress/depositWitnessRejected.mjs +10 -0
  1849. package/dist/141/arbitrumIngressEgress/failedForeignChainCallExpired.cjs +8 -0
  1850. package/dist/141/arbitrumIngressEgress/failedForeignChainCallExpired.d.cts +11 -0
  1851. package/dist/141/arbitrumIngressEgress/failedForeignChainCallExpired.d.ts +11 -0
  1852. package/dist/141/arbitrumIngressEgress/failedForeignChainCallExpired.mjs +8 -0
  1853. package/dist/141/arbitrumIngressEgress/failedForeignChainCallResigned.cjs +9 -0
  1854. package/dist/141/arbitrumIngressEgress/failedForeignChainCallResigned.d.cts +14 -0
  1855. package/dist/141/arbitrumIngressEgress/failedForeignChainCallResigned.d.ts +14 -0
  1856. package/dist/141/arbitrumIngressEgress/failedForeignChainCallResigned.mjs +9 -0
  1857. package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
  1858. package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +369 -0
  1859. package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +369 -0
  1860. package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.mjs +9 -0
  1861. package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.cjs +12 -0
  1862. package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +30 -0
  1863. package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.ts +30 -0
  1864. package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.mjs +12 -0
  1865. package/dist/141/arbitrumIngressEgress/minimumDepositSet.cjs +10 -0
  1866. package/dist/141/arbitrumIngressEgress/minimumDepositSet.d.cts +24 -0
  1867. package/dist/141/arbitrumIngressEgress/minimumDepositSet.d.ts +24 -0
  1868. package/dist/141/arbitrumIngressEgress/minimumDepositSet.mjs +10 -0
  1869. package/dist/141/arbitrumIngressEgress/stoppedBoosting.cjs +12 -0
  1870. package/dist/141/arbitrumIngressEgress/stoppedBoosting.d.cts +47 -0
  1871. package/dist/141/arbitrumIngressEgress/stoppedBoosting.d.ts +47 -0
  1872. package/dist/141/arbitrumIngressEgress/stoppedBoosting.mjs +12 -0
  1873. package/dist/141/arbitrumIngressEgress/transferFallbackRequested.cjs +12 -0
  1874. package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.cts +30 -0
  1875. package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.ts +30 -0
  1876. package/dist/141/arbitrumIngressEgress/transferFallbackRequested.mjs +12 -0
  1877. package/dist/141/arbitrumIngressEgress/utxoConsolidation.cjs +6 -0
  1878. package/dist/141/arbitrumIngressEgress/utxoConsolidation.d.cts +11 -0
  1879. package/dist/141/arbitrumIngressEgress/utxoConsolidation.d.ts +11 -0
  1880. package/dist/141/arbitrumIngressEgress/utxoConsolidation.mjs +6 -0
  1881. package/dist/141/arbitrumVault/awaitingGovernanceActivation.cjs +9 -0
  1882. package/dist/141/arbitrumVault/awaitingGovernanceActivation.d.cts +38 -0
  1883. package/dist/141/arbitrumVault/awaitingGovernanceActivation.d.ts +38 -0
  1884. package/dist/141/arbitrumVault/awaitingGovernanceActivation.mjs +9 -0
  1885. package/dist/141/arbitrumVault/chainInitialized.cjs +6 -0
  1886. package/dist/141/arbitrumVault/chainInitialized.d.cts +5 -0
  1887. package/dist/141/arbitrumVault/chainInitialized.d.ts +5 -0
  1888. package/dist/141/arbitrumVault/chainInitialized.mjs +6 -0
  1889. package/dist/141/arbitrumVault/vaultActivationCompleted.cjs +6 -0
  1890. package/dist/141/arbitrumVault/vaultActivationCompleted.d.cts +5 -0
  1891. package/dist/141/arbitrumVault/vaultActivationCompleted.d.ts +5 -0
  1892. package/dist/141/arbitrumVault/vaultActivationCompleted.mjs +6 -0
  1893. package/dist/141/arbitrumVault/vaultRotatedExternally.cjs +6 -0
  1894. package/dist/141/arbitrumVault/vaultRotatedExternally.d.cts +24 -0
  1895. package/dist/141/arbitrumVault/vaultRotatedExternally.d.ts +24 -0
  1896. package/dist/141/arbitrumVault/vaultRotatedExternally.mjs +6 -0
  1897. package/dist/141/bitcoinIngressEgress/batchBroadcastRequested.cjs +10 -0
  1898. package/dist/141/bitcoinIngressEgress/batchBroadcastRequested.d.cts +24 -0
  1899. package/dist/141/bitcoinIngressEgress/batchBroadcastRequested.d.ts +24 -0
  1900. package/dist/141/bitcoinIngressEgress/batchBroadcastRequested.mjs +10 -0
  1901. package/dist/141/bitcoinIngressEgress/boostFundsAdded.cjs +11 -0
  1902. package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.cts +44 -0
  1903. package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.ts +44 -0
  1904. package/dist/141/bitcoinIngressEgress/boostFundsAdded.mjs +11 -0
  1905. package/dist/141/bitcoinIngressEgress/boostPoolCreated.cjs +9 -0
  1906. package/dist/141/bitcoinIngressEgress/boostPoolCreated.d.cts +38 -0
  1907. package/dist/141/bitcoinIngressEgress/boostPoolCreated.d.ts +38 -0
  1908. package/dist/141/bitcoinIngressEgress/boostPoolCreated.mjs +9 -0
  1909. package/dist/141/bitcoinIngressEgress/ccmBroadcastRequested.cjs +10 -0
  1910. package/dist/141/bitcoinIngressEgress/ccmBroadcastRequested.d.cts +24 -0
  1911. package/dist/141/bitcoinIngressEgress/ccmBroadcastRequested.d.ts +24 -0
  1912. package/dist/141/bitcoinIngressEgress/ccmBroadcastRequested.mjs +10 -0
  1913. package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.cjs +10 -0
  1914. package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.cts +241 -0
  1915. package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.ts +241 -0
  1916. package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.mjs +10 -0
  1917. package/dist/141/bitcoinIngressEgress/depositBoosted.cjs +23 -0
  1918. package/dist/141/bitcoinIngressEgress/depositBoosted.d.cts +304 -0
  1919. package/dist/141/bitcoinIngressEgress/depositBoosted.d.ts +304 -0
  1920. package/dist/141/bitcoinIngressEgress/depositBoosted.mjs +23 -0
  1921. package/dist/141/bitcoinIngressEgress/depositFinalised.cjs +21 -0
  1922. package/dist/141/bitcoinIngressEgress/depositFinalised.d.cts +298 -0
  1923. package/dist/141/bitcoinIngressEgress/depositFinalised.d.ts +298 -0
  1924. package/dist/141/bitcoinIngressEgress/depositFinalised.mjs +21 -0
  1925. package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.cjs +12 -0
  1926. package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +30 -0
  1927. package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.ts +30 -0
  1928. package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.mjs +12 -0
  1929. package/dist/141/bitcoinIngressEgress/stoppedBoosting.cjs +12 -0
  1930. package/dist/141/bitcoinIngressEgress/stoppedBoosting.d.cts +47 -0
  1931. package/dist/141/bitcoinIngressEgress/stoppedBoosting.d.ts +47 -0
  1932. package/dist/141/bitcoinIngressEgress/stoppedBoosting.mjs +12 -0
  1933. package/dist/141/bitcoinVault/chainInitialized.cjs +6 -0
  1934. package/dist/141/bitcoinVault/chainInitialized.d.cts +5 -0
  1935. package/dist/141/bitcoinVault/chainInitialized.d.ts +5 -0
  1936. package/dist/141/bitcoinVault/chainInitialized.mjs +6 -0
  1937. package/dist/141/common.cjs +459 -0
  1938. package/dist/141/common.d.cts +4348 -0
  1939. package/dist/141/common.d.ts +4348 -0
  1940. package/dist/141/common.mjs +459 -0
  1941. package/dist/141/emissions/networkFeeBurned.cjs +10 -0
  1942. package/dist/141/emissions/networkFeeBurned.d.cts +24 -0
  1943. package/dist/141/emissions/networkFeeBurned.d.ts +24 -0
  1944. package/dist/141/emissions/networkFeeBurned.mjs +10 -0
  1945. package/dist/141/environment/addedNewArbAsset.cjs +7 -0
  1946. package/dist/141/environment/addedNewArbAsset.d.cts +13 -0
  1947. package/dist/141/environment/addedNewArbAsset.d.ts +13 -0
  1948. package/dist/141/environment/addedNewArbAsset.mjs +7 -0
  1949. package/dist/141/environment/arbitrumInitialized.cjs +6 -0
  1950. package/dist/141/environment/arbitrumInitialized.d.cts +5 -0
  1951. package/dist/141/environment/arbitrumInitialized.d.ts +5 -0
  1952. package/dist/141/environment/arbitrumInitialized.mjs +6 -0
  1953. package/dist/141/environment/runtimeSafeModeUpdated.cjs +9 -0
  1954. package/dist/141/environment/runtimeSafeModeUpdated.d.cts +955 -0
  1955. package/dist/141/environment/runtimeSafeModeUpdated.d.ts +955 -0
  1956. package/dist/141/environment/runtimeSafeModeUpdated.mjs +9 -0
  1957. package/dist/141/environment/staleUtxosDiscarded.cjs +7 -0
  1958. package/dist/141/environment/staleUtxosDiscarded.d.cts +140 -0
  1959. package/dist/141/environment/staleUtxosDiscarded.d.ts +140 -0
  1960. package/dist/141/environment/staleUtxosDiscarded.mjs +7 -0
  1961. package/dist/141/environment/updatedArbAsset.cjs +7 -0
  1962. package/dist/141/environment/updatedArbAsset.d.cts +13 -0
  1963. package/dist/141/environment/updatedArbAsset.d.ts +13 -0
  1964. package/dist/141/environment/updatedArbAsset.mjs +7 -0
  1965. package/dist/141/environment/utxoConsolidationParametersUpdated.cjs +9 -0
  1966. package/dist/141/environment/utxoConsolidationParametersUpdated.d.cts +26 -0
  1967. package/dist/141/environment/utxoConsolidationParametersUpdated.d.ts +26 -0
  1968. package/dist/141/environment/utxoConsolidationParametersUpdated.mjs +9 -0
  1969. package/dist/141/ethereumIngressEgress/batchBroadcastRequested.cjs +10 -0
  1970. package/dist/141/ethereumIngressEgress/batchBroadcastRequested.d.cts +24 -0
  1971. package/dist/141/ethereumIngressEgress/batchBroadcastRequested.d.ts +24 -0
  1972. package/dist/141/ethereumIngressEgress/batchBroadcastRequested.mjs +10 -0
  1973. package/dist/141/ethereumIngressEgress/boostFundsAdded.cjs +11 -0
  1974. package/dist/141/ethereumIngressEgress/boostFundsAdded.d.cts +44 -0
  1975. package/dist/141/ethereumIngressEgress/boostFundsAdded.d.ts +44 -0
  1976. package/dist/141/ethereumIngressEgress/boostFundsAdded.mjs +11 -0
  1977. package/dist/141/ethereumIngressEgress/boostPoolCreated.cjs +9 -0
  1978. package/dist/141/ethereumIngressEgress/boostPoolCreated.d.cts +38 -0
  1979. package/dist/141/ethereumIngressEgress/boostPoolCreated.d.ts +38 -0
  1980. package/dist/141/ethereumIngressEgress/boostPoolCreated.mjs +9 -0
  1981. package/dist/141/ethereumIngressEgress/ccmBroadcastRequested.cjs +10 -0
  1982. package/dist/141/ethereumIngressEgress/ccmBroadcastRequested.d.cts +24 -0
  1983. package/dist/141/ethereumIngressEgress/ccmBroadcastRequested.d.ts +24 -0
  1984. package/dist/141/ethereumIngressEgress/ccmBroadcastRequested.mjs +10 -0
  1985. package/dist/141/ethereumIngressEgress/ccmEgressInvalid.cjs +10 -0
  1986. package/dist/141/ethereumIngressEgress/ccmEgressInvalid.d.cts +241 -0
  1987. package/dist/141/ethereumIngressEgress/ccmEgressInvalid.d.ts +241 -0
  1988. package/dist/141/ethereumIngressEgress/ccmEgressInvalid.mjs +10 -0
  1989. package/dist/141/ethereumIngressEgress/depositBoosted.cjs +21 -0
  1990. package/dist/141/ethereumIngressEgress/depositBoosted.d.cts +175 -0
  1991. package/dist/141/ethereumIngressEgress/depositBoosted.d.ts +175 -0
  1992. package/dist/141/ethereumIngressEgress/depositBoosted.mjs +21 -0
  1993. package/dist/141/ethereumIngressEgress/depositFinalised.cjs +19 -0
  1994. package/dist/141/ethereumIngressEgress/depositFinalised.d.cts +169 -0
  1995. package/dist/141/ethereumIngressEgress/depositFinalised.d.ts +169 -0
  1996. package/dist/141/ethereumIngressEgress/depositFinalised.mjs +19 -0
  1997. package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.cjs +12 -0
  1998. package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +30 -0
  1999. package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.ts +30 -0
  2000. package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.mjs +12 -0
  2001. package/dist/141/ethereumIngressEgress/stoppedBoosting.cjs +12 -0
  2002. package/dist/141/ethereumIngressEgress/stoppedBoosting.d.cts +47 -0
  2003. package/dist/141/ethereumIngressEgress/stoppedBoosting.d.ts +47 -0
  2004. package/dist/141/ethereumIngressEgress/stoppedBoosting.mjs +12 -0
  2005. package/dist/141/ethereumVault/chainInitialized.cjs +6 -0
  2006. package/dist/141/ethereumVault/chainInitialized.d.cts +5 -0
  2007. package/dist/141/ethereumVault/chainInitialized.d.ts +5 -0
  2008. package/dist/141/ethereumVault/chainInitialized.mjs +6 -0
  2009. package/dist/141/evmThresholdSigner/failureReportProcessed.cjs +11 -0
  2010. package/dist/141/evmThresholdSigner/failureReportProcessed.d.cts +17 -0
  2011. package/dist/141/evmThresholdSigner/failureReportProcessed.d.ts +17 -0
  2012. package/dist/141/evmThresholdSigner/failureReportProcessed.mjs +11 -0
  2013. package/dist/141/evmThresholdSigner/keyHandoverFailure.cjs +7 -0
  2014. package/dist/141/evmThresholdSigner/keyHandoverFailure.d.cts +11 -0
  2015. package/dist/141/evmThresholdSigner/keyHandoverFailure.d.ts +11 -0
  2016. package/dist/141/evmThresholdSigner/keyHandoverFailure.mjs +7 -0
  2017. package/dist/141/evmThresholdSigner/keyHandoverFailureReported.cjs +6 -0
  2018. package/dist/141/evmThresholdSigner/keyHandoverFailureReported.d.cts +5 -0
  2019. package/dist/141/evmThresholdSigner/keyHandoverFailureReported.d.ts +5 -0
  2020. package/dist/141/evmThresholdSigner/keyHandoverFailureReported.mjs +6 -0
  2021. package/dist/141/evmThresholdSigner/keyHandoverRequest.cjs +15 -0
  2022. package/dist/141/evmThresholdSigner/keyHandoverRequest.d.cts +83 -0
  2023. package/dist/141/evmThresholdSigner/keyHandoverRequest.d.ts +83 -0
  2024. package/dist/141/evmThresholdSigner/keyHandoverRequest.mjs +15 -0
  2025. package/dist/141/evmThresholdSigner/keyHandoverResponseTimeout.cjs +7 -0
  2026. package/dist/141/evmThresholdSigner/keyHandoverResponseTimeout.d.cts +11 -0
  2027. package/dist/141/evmThresholdSigner/keyHandoverResponseTimeout.d.ts +11 -0
  2028. package/dist/141/evmThresholdSigner/keyHandoverResponseTimeout.mjs +7 -0
  2029. package/dist/141/evmThresholdSigner/keyHandoverSuccess.cjs +7 -0
  2030. package/dist/141/evmThresholdSigner/keyHandoverSuccess.d.cts +11 -0
  2031. package/dist/141/evmThresholdSigner/keyHandoverSuccess.d.ts +11 -0
  2032. package/dist/141/evmThresholdSigner/keyHandoverSuccess.mjs +7 -0
  2033. package/dist/141/evmThresholdSigner/keyHandoverSuccessReported.cjs +6 -0
  2034. package/dist/141/evmThresholdSigner/keyHandoverSuccessReported.d.cts +5 -0
  2035. package/dist/141/evmThresholdSigner/keyHandoverSuccessReported.d.ts +5 -0
  2036. package/dist/141/evmThresholdSigner/keyHandoverSuccessReported.mjs +6 -0
  2037. package/dist/141/evmThresholdSigner/keyHandoverVerificationFailure.cjs +9 -0
  2038. package/dist/141/evmThresholdSigner/keyHandoverVerificationFailure.d.cts +11 -0
  2039. package/dist/141/evmThresholdSigner/keyHandoverVerificationFailure.d.ts +11 -0
  2040. package/dist/141/evmThresholdSigner/keyHandoverVerificationFailure.mjs +9 -0
  2041. package/dist/141/evmThresholdSigner/keyHandoverVerificationSuccess.cjs +9 -0
  2042. package/dist/141/evmThresholdSigner/keyHandoverVerificationSuccess.d.cts +38 -0
  2043. package/dist/141/evmThresholdSigner/keyHandoverVerificationSuccess.d.ts +38 -0
  2044. package/dist/141/evmThresholdSigner/keyHandoverVerificationSuccess.mjs +9 -0
  2045. package/dist/141/evmThresholdSigner/keyRotationCompleted.cjs +6 -0
  2046. package/dist/141/evmThresholdSigner/keyRotationCompleted.d.cts +5 -0
  2047. package/dist/141/evmThresholdSigner/keyRotationCompleted.d.ts +5 -0
  2048. package/dist/141/evmThresholdSigner/keyRotationCompleted.mjs +6 -0
  2049. package/dist/141/evmThresholdSigner/keygenFailure.cjs +6 -0
  2050. package/dist/141/evmThresholdSigner/keygenFailure.d.cts +5 -0
  2051. package/dist/141/evmThresholdSigner/keygenFailure.d.ts +5 -0
  2052. package/dist/141/evmThresholdSigner/keygenFailure.mjs +6 -0
  2053. package/dist/141/evmThresholdSigner/keygenFailureReported.cjs +6 -0
  2054. package/dist/141/evmThresholdSigner/keygenFailureReported.d.cts +5 -0
  2055. package/dist/141/evmThresholdSigner/keygenFailureReported.d.ts +5 -0
  2056. package/dist/141/evmThresholdSigner/keygenFailureReported.mjs +6 -0
  2057. package/dist/141/evmThresholdSigner/keygenRequest.cjs +11 -0
  2058. package/dist/141/evmThresholdSigner/keygenRequest.d.cts +17 -0
  2059. package/dist/141/evmThresholdSigner/keygenRequest.d.ts +17 -0
  2060. package/dist/141/evmThresholdSigner/keygenRequest.mjs +11 -0
  2061. package/dist/141/evmThresholdSigner/keygenResponseTimeout.cjs +6 -0
  2062. package/dist/141/evmThresholdSigner/keygenResponseTimeout.d.cts +5 -0
  2063. package/dist/141/evmThresholdSigner/keygenResponseTimeout.d.ts +5 -0
  2064. package/dist/141/evmThresholdSigner/keygenResponseTimeout.mjs +6 -0
  2065. package/dist/141/evmThresholdSigner/keygenResponseTimeoutUpdated.cjs +6 -0
  2066. package/dist/141/evmThresholdSigner/keygenResponseTimeoutUpdated.d.cts +11 -0
  2067. package/dist/141/evmThresholdSigner/keygenResponseTimeoutUpdated.d.ts +11 -0
  2068. package/dist/141/evmThresholdSigner/keygenResponseTimeoutUpdated.mjs +6 -0
  2069. package/dist/141/evmThresholdSigner/keygenSuccess.cjs +6 -0
  2070. package/dist/141/evmThresholdSigner/keygenSuccess.d.cts +5 -0
  2071. package/dist/141/evmThresholdSigner/keygenSuccess.d.ts +5 -0
  2072. package/dist/141/evmThresholdSigner/keygenSuccess.mjs +6 -0
  2073. package/dist/141/evmThresholdSigner/keygenSuccessReported.cjs +6 -0
  2074. package/dist/141/evmThresholdSigner/keygenSuccessReported.d.cts +5 -0
  2075. package/dist/141/evmThresholdSigner/keygenSuccessReported.d.ts +5 -0
  2076. package/dist/141/evmThresholdSigner/keygenSuccessReported.mjs +6 -0
  2077. package/dist/141/evmThresholdSigner/keygenVerificationFailure.cjs +9 -0
  2078. package/dist/141/evmThresholdSigner/keygenVerificationFailure.d.cts +11 -0
  2079. package/dist/141/evmThresholdSigner/keygenVerificationFailure.d.ts +11 -0
  2080. package/dist/141/evmThresholdSigner/keygenVerificationFailure.mjs +9 -0
  2081. package/dist/141/evmThresholdSigner/keygenVerificationSuccess.cjs +7 -0
  2082. package/dist/141/evmThresholdSigner/keygenVerificationSuccess.d.cts +38 -0
  2083. package/dist/141/evmThresholdSigner/keygenVerificationSuccess.d.ts +38 -0
  2084. package/dist/141/evmThresholdSigner/keygenVerificationSuccess.mjs +7 -0
  2085. package/dist/141/evmThresholdSigner/noKeyHandover.cjs +6 -0
  2086. package/dist/141/evmThresholdSigner/noKeyHandover.d.cts +5 -0
  2087. package/dist/141/evmThresholdSigner/noKeyHandover.d.ts +5 -0
  2088. package/dist/141/evmThresholdSigner/noKeyHandover.mjs +6 -0
  2089. package/dist/141/evmThresholdSigner/retryRequested.cjs +10 -0
  2090. package/dist/141/evmThresholdSigner/retryRequested.d.cts +14 -0
  2091. package/dist/141/evmThresholdSigner/retryRequested.d.ts +14 -0
  2092. package/dist/141/evmThresholdSigner/retryRequested.mjs +10 -0
  2093. package/dist/141/evmThresholdSigner/signersUnavailable.cjs +9 -0
  2094. package/dist/141/evmThresholdSigner/signersUnavailable.d.cts +14 -0
  2095. package/dist/141/evmThresholdSigner/signersUnavailable.d.ts +14 -0
  2096. package/dist/141/evmThresholdSigner/signersUnavailable.mjs +9 -0
  2097. package/dist/141/evmThresholdSigner/thresholdDispatchComplete.cjs +11 -0
  2098. package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.cts +335 -0
  2099. package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.ts +335 -0
  2100. package/dist/141/evmThresholdSigner/thresholdDispatchComplete.mjs +11 -0
  2101. package/dist/141/evmThresholdSigner/thresholdSignatureFailed.cjs +11 -0
  2102. package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.cts +17 -0
  2103. package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.ts +17 -0
  2104. package/dist/141/evmThresholdSigner/thresholdSignatureFailed.mjs +11 -0
  2105. package/dist/141/evmThresholdSigner/thresholdSignatureRequest.cjs +14 -0
  2106. package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.cts +53 -0
  2107. package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.ts +53 -0
  2108. package/dist/141/evmThresholdSigner/thresholdSignatureRequest.mjs +14 -0
  2109. package/dist/141/evmThresholdSigner/thresholdSignatureResponseTimeoutUpdated.cjs +8 -0
  2110. package/dist/141/evmThresholdSigner/thresholdSignatureResponseTimeoutUpdated.d.cts +11 -0
  2111. package/dist/141/evmThresholdSigner/thresholdSignatureResponseTimeoutUpdated.d.ts +11 -0
  2112. package/dist/141/evmThresholdSigner/thresholdSignatureResponseTimeoutUpdated.mjs +8 -0
  2113. package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.cjs +10 -0
  2114. package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.cts +14 -0
  2115. package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.ts +14 -0
  2116. package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.mjs +10 -0
  2117. package/dist/141/index.cjs +1019 -0
  2118. package/dist/141/index.d.cts +486 -0
  2119. package/dist/141/index.d.ts +486 -0
  2120. package/dist/141/index.mjs +1019 -0
  2121. package/dist/141/liquidityPools/assetSwapped.cjs +12 -0
  2122. package/dist/141/liquidityPools/assetSwapped.d.cts +40 -0
  2123. package/dist/141/liquidityPools/assetSwapped.d.ts +40 -0
  2124. package/dist/141/liquidityPools/assetSwapped.mjs +12 -0
  2125. package/dist/141/liquidityPools/limitOrderUpdated.cjs +24 -0
  2126. package/dist/141/liquidityPools/limitOrderUpdated.d.cts +194 -0
  2127. package/dist/141/liquidityPools/limitOrderUpdated.d.ts +194 -0
  2128. package/dist/141/liquidityPools/limitOrderUpdated.mjs +24 -0
  2129. package/dist/141/liquidityPools/newPoolCreated.cjs +12 -0
  2130. package/dist/141/liquidityPools/newPoolCreated.d.cts +40 -0
  2131. package/dist/141/liquidityPools/newPoolCreated.d.ts +40 -0
  2132. package/dist/141/liquidityPools/newPoolCreated.mjs +12 -0
  2133. package/dist/141/liquidityPools/poolFeeSet.cjs +11 -0
  2134. package/dist/141/liquidityPools/poolFeeSet.d.cts +37 -0
  2135. package/dist/141/liquidityPools/poolFeeSet.d.ts +37 -0
  2136. package/dist/141/liquidityPools/poolFeeSet.mjs +11 -0
  2137. package/dist/141/liquidityPools/priceImpactLimitSet.cjs +10 -0
  2138. package/dist/141/liquidityPools/priceImpactLimitSet.d.cts +45 -0
  2139. package/dist/141/liquidityPools/priceImpactLimitSet.d.ts +45 -0
  2140. package/dist/141/liquidityPools/priceImpactLimitSet.mjs +10 -0
  2141. package/dist/141/liquidityPools/rangeOrderUpdated.cjs +22 -0
  2142. package/dist/141/liquidityPools/rangeOrderUpdated.d.cts +208 -0
  2143. package/dist/141/liquidityPools/rangeOrderUpdated.d.ts +208 -0
  2144. package/dist/141/liquidityPools/rangeOrderUpdated.mjs +22 -0
  2145. package/dist/141/liquidityProvider/accountCredited.cjs +11 -0
  2146. package/dist/141/liquidityProvider/accountCredited.d.cts +27 -0
  2147. package/dist/141/liquidityProvider/accountCredited.d.ts +27 -0
  2148. package/dist/141/liquidityProvider/accountCredited.mjs +11 -0
  2149. package/dist/141/liquidityProvider/accountDebited.cjs +11 -0
  2150. package/dist/141/liquidityProvider/accountDebited.d.cts +27 -0
  2151. package/dist/141/liquidityProvider/accountDebited.d.ts +27 -0
  2152. package/dist/141/liquidityProvider/accountDebited.mjs +11 -0
  2153. package/dist/141/liquidityProvider/assetTransferred.cjs +12 -0
  2154. package/dist/141/liquidityProvider/assetTransferred.d.cts +30 -0
  2155. package/dist/141/liquidityProvider/assetTransferred.d.ts +30 -0
  2156. package/dist/141/liquidityProvider/assetTransferred.mjs +12 -0
  2157. package/dist/141/liquidityProvider/liquidityDepositAddressReady.cjs +20 -0
  2158. package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.cts +99 -0
  2159. package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.ts +99 -0
  2160. package/dist/141/liquidityProvider/liquidityDepositAddressReady.mjs +20 -0
  2161. package/dist/141/liquidityProvider/liquidityDepositCredited.cjs +11 -0
  2162. package/dist/141/liquidityProvider/liquidityDepositCredited.d.cts +27 -0
  2163. package/dist/141/liquidityProvider/liquidityDepositCredited.d.ts +27 -0
  2164. package/dist/141/liquidityProvider/liquidityDepositCredited.mjs +11 -0
  2165. package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.cjs +15 -0
  2166. package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.cts +240 -0
  2167. package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.ts +240 -0
  2168. package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.mjs +15 -0
  2169. package/dist/141/liquidityProvider/withdrawalEgressScheduled.cjs +18 -0
  2170. package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.cts +103 -0
  2171. package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.ts +103 -0
  2172. package/dist/141/liquidityProvider/withdrawalEgressScheduled.mjs +18 -0
  2173. package/dist/141/polkadotIngressEgress/batchBroadcastRequested.cjs +10 -0
  2174. package/dist/141/polkadotIngressEgress/batchBroadcastRequested.d.cts +24 -0
  2175. package/dist/141/polkadotIngressEgress/batchBroadcastRequested.d.ts +24 -0
  2176. package/dist/141/polkadotIngressEgress/batchBroadcastRequested.mjs +10 -0
  2177. package/dist/141/polkadotIngressEgress/boostFundsAdded.cjs +11 -0
  2178. package/dist/141/polkadotIngressEgress/boostFundsAdded.d.cts +44 -0
  2179. package/dist/141/polkadotIngressEgress/boostFundsAdded.d.ts +44 -0
  2180. package/dist/141/polkadotIngressEgress/boostFundsAdded.mjs +11 -0
  2181. package/dist/141/polkadotIngressEgress/boostPoolCreated.cjs +9 -0
  2182. package/dist/141/polkadotIngressEgress/boostPoolCreated.d.cts +38 -0
  2183. package/dist/141/polkadotIngressEgress/boostPoolCreated.d.ts +38 -0
  2184. package/dist/141/polkadotIngressEgress/boostPoolCreated.mjs +9 -0
  2185. package/dist/141/polkadotIngressEgress/ccmBroadcastRequested.cjs +10 -0
  2186. package/dist/141/polkadotIngressEgress/ccmBroadcastRequested.d.cts +24 -0
  2187. package/dist/141/polkadotIngressEgress/ccmBroadcastRequested.d.ts +24 -0
  2188. package/dist/141/polkadotIngressEgress/ccmBroadcastRequested.mjs +10 -0
  2189. package/dist/141/polkadotIngressEgress/ccmEgressInvalid.cjs +10 -0
  2190. package/dist/141/polkadotIngressEgress/ccmEgressInvalid.d.cts +241 -0
  2191. package/dist/141/polkadotIngressEgress/ccmEgressInvalid.d.ts +241 -0
  2192. package/dist/141/polkadotIngressEgress/ccmEgressInvalid.mjs +10 -0
  2193. package/dist/141/polkadotIngressEgress/depositBoosted.cjs +21 -0
  2194. package/dist/141/polkadotIngressEgress/depositBoosted.d.cts +175 -0
  2195. package/dist/141/polkadotIngressEgress/depositBoosted.d.ts +175 -0
  2196. package/dist/141/polkadotIngressEgress/depositBoosted.mjs +21 -0
  2197. package/dist/141/polkadotIngressEgress/depositFinalised.cjs +19 -0
  2198. package/dist/141/polkadotIngressEgress/depositFinalised.d.cts +169 -0
  2199. package/dist/141/polkadotIngressEgress/depositFinalised.d.ts +169 -0
  2200. package/dist/141/polkadotIngressEgress/depositFinalised.mjs +19 -0
  2201. package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.cjs +12 -0
  2202. package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +30 -0
  2203. package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.ts +30 -0
  2204. package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.mjs +12 -0
  2205. package/dist/141/polkadotIngressEgress/stoppedBoosting.cjs +12 -0
  2206. package/dist/141/polkadotIngressEgress/stoppedBoosting.d.cts +47 -0
  2207. package/dist/141/polkadotIngressEgress/stoppedBoosting.d.ts +47 -0
  2208. package/dist/141/polkadotIngressEgress/stoppedBoosting.mjs +12 -0
  2209. package/dist/141/polkadotVault/chainInitialized.cjs +6 -0
  2210. package/dist/141/polkadotVault/chainInitialized.d.cts +5 -0
  2211. package/dist/141/polkadotVault/chainInitialized.d.ts +5 -0
  2212. package/dist/141/polkadotVault/chainInitialized.mjs +6 -0
  2213. package/dist/141/swapping/batchSwapFailed.cjs +11 -0
  2214. package/dist/141/swapping/batchSwapFailed.d.cts +37 -0
  2215. package/dist/141/swapping/batchSwapFailed.d.ts +37 -0
  2216. package/dist/141/swapping/batchSwapFailed.mjs +11 -0
  2217. package/dist/141/swapping/ccmDepositReceived.cjs +14 -0
  2218. package/dist/141/swapping/ccmDepositReceived.d.cts +425 -0
  2219. package/dist/141/swapping/ccmDepositReceived.d.ts +425 -0
  2220. package/dist/141/swapping/ccmDepositReceived.mjs +14 -0
  2221. package/dist/141/swapping/ccmEgressScheduled.cjs +10 -0
  2222. package/dist/141/swapping/ccmEgressScheduled.d.cts +24 -0
  2223. package/dist/141/swapping/ccmEgressScheduled.d.ts +24 -0
  2224. package/dist/141/swapping/ccmEgressScheduled.mjs +10 -0
  2225. package/dist/141/swapping/ccmFailed.cjs +17 -0
  2226. package/dist/141/swapping/ccmFailed.d.cts +609 -0
  2227. package/dist/141/swapping/ccmFailed.d.ts +609 -0
  2228. package/dist/141/swapping/ccmFailed.mjs +17 -0
  2229. package/dist/141/swapping/maximumSwapAmountSet.cjs +10 -0
  2230. package/dist/141/swapping/maximumSwapAmountSet.d.cts +24 -0
  2231. package/dist/141/swapping/maximumSwapAmountSet.d.ts +24 -0
  2232. package/dist/141/swapping/maximumSwapAmountSet.mjs +10 -0
  2233. package/dist/141/swapping/swapAmountConfiscated.cjs +13 -0
  2234. package/dist/141/swapping/swapAmountConfiscated.d.cts +43 -0
  2235. package/dist/141/swapping/swapAmountConfiscated.d.ts +43 -0
  2236. package/dist/141/swapping/swapAmountConfiscated.mjs +13 -0
  2237. package/dist/141/swapping/swapDepositAddressReady.cjs +25 -0
  2238. package/dist/141/swapping/swapDepositAddressReady.d.cts +216 -0
  2239. package/dist/141/swapping/swapDepositAddressReady.d.ts +216 -0
  2240. package/dist/141/swapping/swapDepositAddressReady.mjs +25 -0
  2241. package/dist/141/swapping/swapEgressIgnored.cjs +12 -0
  2242. package/dist/141/swapping/swapEgressIgnored.d.cts +247 -0
  2243. package/dist/141/swapping/swapEgressIgnored.d.ts +247 -0
  2244. package/dist/141/swapping/swapEgressIgnored.mjs +12 -0
  2245. package/dist/141/swapping/swapEgressScheduled.cjs +17 -0
  2246. package/dist/141/swapping/swapEgressScheduled.d.cts +43 -0
  2247. package/dist/141/swapping/swapEgressScheduled.d.ts +43 -0
  2248. package/dist/141/swapping/swapEgressScheduled.mjs +17 -0
  2249. package/dist/141/swapping/swapExecuted.cjs +21 -0
  2250. package/dist/141/swapping/swapExecuted.d.cts +399 -0
  2251. package/dist/141/swapping/swapExecuted.d.ts +399 -0
  2252. package/dist/141/swapping/swapExecuted.mjs +21 -0
  2253. package/dist/141/swapping/swapScheduled.cjs +24 -0
  2254. package/dist/141/swapping/swapScheduled.d.cts +642 -0
  2255. package/dist/141/swapping/swapScheduled.d.ts +642 -0
  2256. package/dist/141/swapping/swapScheduled.mjs +24 -0
  2257. package/dist/141/swapping/withdrawalRequested.cjs +18 -0
  2258. package/dist/141/swapping/withdrawalRequested.d.cts +103 -0
  2259. package/dist/141/swapping/withdrawalRequested.d.ts +103 -0
  2260. package/dist/141/swapping/withdrawalRequested.mjs +18 -0
  2261. package/dist/141/tokenholderGovernance/govKeyUpdatedHasFailed.cjs +10 -0
  2262. package/dist/141/tokenholderGovernance/govKeyUpdatedHasFailed.d.cts +24 -0
  2263. package/dist/141/tokenholderGovernance/govKeyUpdatedHasFailed.d.ts +24 -0
  2264. package/dist/141/tokenholderGovernance/govKeyUpdatedHasFailed.mjs +10 -0
  2265. package/dist/141/tokenholderGovernance/govKeyUpdatedWasSuccessful.cjs +10 -0
  2266. package/dist/141/tokenholderGovernance/govKeyUpdatedWasSuccessful.d.cts +24 -0
  2267. package/dist/141/tokenholderGovernance/govKeyUpdatedWasSuccessful.d.ts +24 -0
  2268. package/dist/141/tokenholderGovernance/govKeyUpdatedWasSuccessful.mjs +10 -0
  2269. package/dist/141/tokenholderGovernance/proposalEnacted.cjs +9 -0
  2270. package/dist/141/tokenholderGovernance/proposalEnacted.d.cts +53 -0
  2271. package/dist/141/tokenholderGovernance/proposalEnacted.d.ts +53 -0
  2272. package/dist/141/tokenholderGovernance/proposalEnacted.mjs +9 -0
  2273. package/dist/141/tokenholderGovernance/proposalPassed.cjs +9 -0
  2274. package/dist/141/tokenholderGovernance/proposalPassed.d.cts +53 -0
  2275. package/dist/141/tokenholderGovernance/proposalPassed.d.ts +53 -0
  2276. package/dist/141/tokenholderGovernance/proposalPassed.mjs +9 -0
  2277. package/dist/141/tokenholderGovernance/proposalRejected.cjs +9 -0
  2278. package/dist/141/tokenholderGovernance/proposalRejected.d.cts +53 -0
  2279. package/dist/141/tokenholderGovernance/proposalRejected.d.ts +53 -0
  2280. package/dist/141/tokenholderGovernance/proposalRejected.mjs +9 -0
  2281. package/dist/141/tokenholderGovernance/proposalSubmitted.cjs +9 -0
  2282. package/dist/141/tokenholderGovernance/proposalSubmitted.d.cts +53 -0
  2283. package/dist/141/tokenholderGovernance/proposalSubmitted.d.ts +53 -0
  2284. package/dist/141/tokenholderGovernance/proposalSubmitted.mjs +9 -0
  2285. package/dist/141/validator/rotationPhaseUpdated.cjs +7 -0
  2286. package/dist/141/validator/rotationPhaseUpdated.d.cts +264 -0
  2287. package/dist/141/validator/rotationPhaseUpdated.d.ts +264 -0
  2288. package/dist/141/validator/rotationPhaseUpdated.mjs +7 -0
  2289. package/dist/141/validator/startedBidding.cjs +7 -0
  2290. package/dist/141/validator/startedBidding.d.cts +11 -0
  2291. package/dist/141/validator/startedBidding.d.ts +11 -0
  2292. package/dist/141/validator/startedBidding.mjs +7 -0
  2293. package/dist/141/validator/stoppedBidding.cjs +7 -0
  2294. package/dist/141/validator/stoppedBidding.d.cts +11 -0
  2295. package/dist/141/validator/stoppedBidding.d.ts +11 -0
  2296. package/dist/141/validator/stoppedBidding.mjs +7 -0
  2297. package/dist/141/witnesser/callDispatched.cjs +7 -0
  2298. package/dist/141/witnesser/callDispatched.d.cts +11 -0
  2299. package/dist/141/witnesser/callDispatched.d.ts +11 -0
  2300. package/dist/141/witnesser/callDispatched.mjs +7 -0
  2301. package/dist/141/witnesser/reportedWitnessingFailures.cjs +11 -0
  2302. package/dist/141/witnesser/reportedWitnessingFailures.d.cts +17 -0
  2303. package/dist/141/witnesser/reportedWitnessingFailures.d.ts +17 -0
  2304. package/dist/141/witnesser/reportedWitnessingFailures.mjs +11 -0
  2305. package/dist/HandlerMap.cjs +49 -0
  2306. package/dist/HandlerMap.d.cts +14 -0
  2307. package/dist/HandlerMap.d.ts +14 -0
  2308. package/dist/HandlerMap.mjs +49 -0
  2309. package/dist/Processor.cjs +248 -0
  2310. package/dist/Processor.d.cts +33 -0
  2311. package/dist/Processor.d.ts +33 -0
  2312. package/dist/Processor.mjs +248 -0
  2313. package/dist/chunk-AYNJNFEN.mjs +15 -0
  2314. package/dist/chunk-FTWJXIFQ.cjs +15 -0
  2315. package/dist/index.cjs +10 -0
  2316. package/dist/index.d.cts +4 -0
  2317. package/dist/index.d.ts +4 -0
  2318. package/dist/index.mjs +10 -0
  2319. package/dist/types.cjs +1 -0
  2320. package/dist/types.d.cts +112 -0
  2321. package/dist/types.d.ts +112 -0
  2322. package/dist/types.mjs +0 -0
  2323. package/dist/utils.cjs +12 -0
  2324. package/dist/utils.d.cts +3 -0
  2325. package/dist/utils.d.ts +3 -0
  2326. package/dist/utils.mjs +12 -0
  2327. package/package.json +55 -0
@@ -0,0 +1,4348 @@
1
+ import { z } from 'zod';
2
+
3
+ declare const simpleEnum: <U extends string, T extends readonly [U, ...U[]]>(values: T) => z.ZodEffects<z.ZodObject<{
4
+ __kind: z.ZodEnum<z.Writeable<T>>;
5
+ }, "strip", z.ZodTypeAny, { [k in keyof z.objectUtil.addQuestionMarks<z.baseObjectOutputType<{
6
+ __kind: z.ZodEnum<z.Writeable<T>>;
7
+ }>, any>]: z.objectUtil.addQuestionMarks<z.baseObjectOutputType<{
8
+ __kind: z.ZodEnum<z.Writeable<T>>;
9
+ }>, any>[k]; }, { [k_1 in keyof z.baseObjectInputType<{
10
+ __kind: z.ZodEnum<z.Writeable<T>>;
11
+ }>]: z.baseObjectInputType<{
12
+ __kind: z.ZodEnum<z.Writeable<T>>;
13
+ }>[k_1]; }>, z.objectUtil.addQuestionMarks<z.baseObjectOutputType<{
14
+ __kind: z.ZodEnum<z.Writeable<T>>;
15
+ }>, any>["__kind"], { [k_1 in keyof z.baseObjectInputType<{
16
+ __kind: z.ZodEnum<z.Writeable<T>>;
17
+ }>]: z.baseObjectInputType<{
18
+ __kind: z.ZodEnum<z.Writeable<T>>;
19
+ }>[k_1]; }>;
20
+ declare const cfPrimitivesChainsAssetsArbAsset: z.ZodEffects<z.ZodObject<{
21
+ __kind: z.ZodEnum<["ArbEth", "ArbUsdc"]>;
22
+ }, "strip", z.ZodTypeAny, {
23
+ __kind: "ArbEth" | "ArbUsdc";
24
+ }, {
25
+ __kind: "ArbEth" | "ArbUsdc";
26
+ }>, "ArbEth" | "ArbUsdc", {
27
+ __kind: "ArbEth" | "ArbUsdc";
28
+ }>;
29
+ declare const hexString: z.ZodEffects<z.ZodString, `0x${string}`, string>;
30
+ declare const palletCfEmissionsPalletSafeMode: z.ZodObject<{
31
+ emissionsSyncEnabled: z.ZodBoolean;
32
+ }, "strip", z.ZodTypeAny, {
33
+ emissionsSyncEnabled: boolean;
34
+ }, {
35
+ emissionsSyncEnabled: boolean;
36
+ }>;
37
+ declare const palletCfFundingPalletSafeMode: z.ZodObject<{
38
+ redeemEnabled: z.ZodBoolean;
39
+ }, "strip", z.ZodTypeAny, {
40
+ redeemEnabled: boolean;
41
+ }, {
42
+ redeemEnabled: boolean;
43
+ }>;
44
+ declare const palletCfSwappingPalletSafeMode: z.ZodObject<{
45
+ swapsEnabled: z.ZodBoolean;
46
+ withdrawalsEnabled: z.ZodBoolean;
47
+ brokerRegistrationEnabled: z.ZodBoolean;
48
+ }, "strip", z.ZodTypeAny, {
49
+ swapsEnabled: boolean;
50
+ withdrawalsEnabled: boolean;
51
+ brokerRegistrationEnabled: boolean;
52
+ }, {
53
+ swapsEnabled: boolean;
54
+ withdrawalsEnabled: boolean;
55
+ brokerRegistrationEnabled: boolean;
56
+ }>;
57
+ declare const palletCfLpPalletSafeMode: z.ZodObject<{
58
+ depositEnabled: z.ZodBoolean;
59
+ withdrawalEnabled: z.ZodBoolean;
60
+ }, "strip", z.ZodTypeAny, {
61
+ depositEnabled: boolean;
62
+ withdrawalEnabled: boolean;
63
+ }, {
64
+ depositEnabled: boolean;
65
+ withdrawalEnabled: boolean;
66
+ }>;
67
+ declare const palletCfValidatorPalletSafeMode: z.ZodObject<{
68
+ authorityRotationEnabled: z.ZodBoolean;
69
+ startBiddingEnabled: z.ZodBoolean;
70
+ stopBiddingEnabled: z.ZodBoolean;
71
+ }, "strip", z.ZodTypeAny, {
72
+ authorityRotationEnabled: boolean;
73
+ startBiddingEnabled: boolean;
74
+ stopBiddingEnabled: boolean;
75
+ }, {
76
+ authorityRotationEnabled: boolean;
77
+ startBiddingEnabled: boolean;
78
+ stopBiddingEnabled: boolean;
79
+ }>;
80
+ declare const palletCfPoolsPalletSafeMode: z.ZodObject<{
81
+ rangeOrderUpdateEnabled: z.ZodBoolean;
82
+ limitOrderUpdateEnabled: z.ZodBoolean;
83
+ }, "strip", z.ZodTypeAny, {
84
+ rangeOrderUpdateEnabled: boolean;
85
+ limitOrderUpdateEnabled: boolean;
86
+ }, {
87
+ rangeOrderUpdateEnabled: boolean;
88
+ limitOrderUpdateEnabled: boolean;
89
+ }>;
90
+ declare const palletCfReputationPalletSafeMode: z.ZodObject<{
91
+ reportingEnabled: z.ZodBoolean;
92
+ }, "strip", z.ZodTypeAny, {
93
+ reportingEnabled: boolean;
94
+ }, {
95
+ reportingEnabled: boolean;
96
+ }>;
97
+ declare const palletCfThresholdSignaturePalletSafeMode: z.ZodObject<{
98
+ slashingEnabled: z.ZodBoolean;
99
+ }, "strip", z.ZodTypeAny, {
100
+ slashingEnabled: boolean;
101
+ }, {
102
+ slashingEnabled: boolean;
103
+ }>;
104
+ declare const palletCfBroadcastPalletSafeMode: z.ZodObject<{
105
+ retryEnabled: z.ZodBoolean;
106
+ }, "strip", z.ZodTypeAny, {
107
+ retryEnabled: boolean;
108
+ }, {
109
+ retryEnabled: boolean;
110
+ }>;
111
+ declare const stateChainRuntimeSafeModeWitnesserCallPermission: z.ZodObject<{
112
+ governance: z.ZodBoolean;
113
+ funding: z.ZodBoolean;
114
+ swapping: z.ZodBoolean;
115
+ ethereumBroadcast: z.ZodBoolean;
116
+ ethereumChainTracking: z.ZodBoolean;
117
+ ethereumIngressEgress: z.ZodBoolean;
118
+ ethereumVault: z.ZodBoolean;
119
+ polkadotBroadcast: z.ZodBoolean;
120
+ polkadotChainTracking: z.ZodBoolean;
121
+ polkadotIngressEgress: z.ZodBoolean;
122
+ polkadotVault: z.ZodBoolean;
123
+ bitcoinBroadcast: z.ZodBoolean;
124
+ bitcoinChainTracking: z.ZodBoolean;
125
+ bitcoinIngressEgress: z.ZodBoolean;
126
+ bitcoinVault: z.ZodBoolean;
127
+ arbitrumBroadcast: z.ZodBoolean;
128
+ arbitrumChainTracking: z.ZodBoolean;
129
+ arbitrumIngressEgress: z.ZodBoolean;
130
+ arbitrumVault: z.ZodBoolean;
131
+ }, "strip", z.ZodTypeAny, {
132
+ governance: boolean;
133
+ funding: boolean;
134
+ swapping: boolean;
135
+ ethereumBroadcast: boolean;
136
+ ethereumChainTracking: boolean;
137
+ ethereumIngressEgress: boolean;
138
+ ethereumVault: boolean;
139
+ polkadotBroadcast: boolean;
140
+ polkadotChainTracking: boolean;
141
+ polkadotIngressEgress: boolean;
142
+ polkadotVault: boolean;
143
+ bitcoinBroadcast: boolean;
144
+ bitcoinChainTracking: boolean;
145
+ bitcoinIngressEgress: boolean;
146
+ bitcoinVault: boolean;
147
+ arbitrumBroadcast: boolean;
148
+ arbitrumChainTracking: boolean;
149
+ arbitrumIngressEgress: boolean;
150
+ arbitrumVault: boolean;
151
+ }, {
152
+ governance: boolean;
153
+ funding: boolean;
154
+ swapping: boolean;
155
+ ethereumBroadcast: boolean;
156
+ ethereumChainTracking: boolean;
157
+ ethereumIngressEgress: boolean;
158
+ ethereumVault: boolean;
159
+ polkadotBroadcast: boolean;
160
+ polkadotChainTracking: boolean;
161
+ polkadotIngressEgress: boolean;
162
+ polkadotVault: boolean;
163
+ bitcoinBroadcast: boolean;
164
+ bitcoinChainTracking: boolean;
165
+ bitcoinIngressEgress: boolean;
166
+ bitcoinVault: boolean;
167
+ arbitrumBroadcast: boolean;
168
+ arbitrumChainTracking: boolean;
169
+ arbitrumIngressEgress: boolean;
170
+ arbitrumVault: boolean;
171
+ }>;
172
+ declare const palletCfWitnesserPalletSafeMode: z.ZodUnion<[z.ZodObject<{
173
+ __kind: z.ZodLiteral<"CodeGreen">;
174
+ }, "strip", z.ZodTypeAny, {
175
+ __kind: "CodeGreen";
176
+ }, {
177
+ __kind: "CodeGreen";
178
+ }>, z.ZodObject<{
179
+ __kind: z.ZodLiteral<"CodeRed">;
180
+ }, "strip", z.ZodTypeAny, {
181
+ __kind: "CodeRed";
182
+ }, {
183
+ __kind: "CodeRed";
184
+ }>, z.ZodObject<{
185
+ __kind: z.ZodLiteral<"CodeAmber">;
186
+ value: z.ZodObject<{
187
+ governance: z.ZodBoolean;
188
+ funding: z.ZodBoolean;
189
+ swapping: z.ZodBoolean;
190
+ ethereumBroadcast: z.ZodBoolean;
191
+ ethereumChainTracking: z.ZodBoolean;
192
+ ethereumIngressEgress: z.ZodBoolean;
193
+ ethereumVault: z.ZodBoolean;
194
+ polkadotBroadcast: z.ZodBoolean;
195
+ polkadotChainTracking: z.ZodBoolean;
196
+ polkadotIngressEgress: z.ZodBoolean;
197
+ polkadotVault: z.ZodBoolean;
198
+ bitcoinBroadcast: z.ZodBoolean;
199
+ bitcoinChainTracking: z.ZodBoolean;
200
+ bitcoinIngressEgress: z.ZodBoolean;
201
+ bitcoinVault: z.ZodBoolean;
202
+ arbitrumBroadcast: z.ZodBoolean;
203
+ arbitrumChainTracking: z.ZodBoolean;
204
+ arbitrumIngressEgress: z.ZodBoolean;
205
+ arbitrumVault: z.ZodBoolean;
206
+ }, "strip", z.ZodTypeAny, {
207
+ governance: boolean;
208
+ funding: boolean;
209
+ swapping: boolean;
210
+ ethereumBroadcast: boolean;
211
+ ethereumChainTracking: boolean;
212
+ ethereumIngressEgress: boolean;
213
+ ethereumVault: boolean;
214
+ polkadotBroadcast: boolean;
215
+ polkadotChainTracking: boolean;
216
+ polkadotIngressEgress: boolean;
217
+ polkadotVault: boolean;
218
+ bitcoinBroadcast: boolean;
219
+ bitcoinChainTracking: boolean;
220
+ bitcoinIngressEgress: boolean;
221
+ bitcoinVault: boolean;
222
+ arbitrumBroadcast: boolean;
223
+ arbitrumChainTracking: boolean;
224
+ arbitrumIngressEgress: boolean;
225
+ arbitrumVault: boolean;
226
+ }, {
227
+ governance: boolean;
228
+ funding: boolean;
229
+ swapping: boolean;
230
+ ethereumBroadcast: boolean;
231
+ ethereumChainTracking: boolean;
232
+ ethereumIngressEgress: boolean;
233
+ ethereumVault: boolean;
234
+ polkadotBroadcast: boolean;
235
+ polkadotChainTracking: boolean;
236
+ polkadotIngressEgress: boolean;
237
+ polkadotVault: boolean;
238
+ bitcoinBroadcast: boolean;
239
+ bitcoinChainTracking: boolean;
240
+ bitcoinIngressEgress: boolean;
241
+ bitcoinVault: boolean;
242
+ arbitrumBroadcast: boolean;
243
+ arbitrumChainTracking: boolean;
244
+ arbitrumIngressEgress: boolean;
245
+ arbitrumVault: boolean;
246
+ }>;
247
+ }, "strip", z.ZodTypeAny, {
248
+ __kind: "CodeAmber";
249
+ value: {
250
+ governance: boolean;
251
+ funding: boolean;
252
+ swapping: boolean;
253
+ ethereumBroadcast: boolean;
254
+ ethereumChainTracking: boolean;
255
+ ethereumIngressEgress: boolean;
256
+ ethereumVault: boolean;
257
+ polkadotBroadcast: boolean;
258
+ polkadotChainTracking: boolean;
259
+ polkadotIngressEgress: boolean;
260
+ polkadotVault: boolean;
261
+ bitcoinBroadcast: boolean;
262
+ bitcoinChainTracking: boolean;
263
+ bitcoinIngressEgress: boolean;
264
+ bitcoinVault: boolean;
265
+ arbitrumBroadcast: boolean;
266
+ arbitrumChainTracking: boolean;
267
+ arbitrumIngressEgress: boolean;
268
+ arbitrumVault: boolean;
269
+ };
270
+ }, {
271
+ __kind: "CodeAmber";
272
+ value: {
273
+ governance: boolean;
274
+ funding: boolean;
275
+ swapping: boolean;
276
+ ethereumBroadcast: boolean;
277
+ ethereumChainTracking: boolean;
278
+ ethereumIngressEgress: boolean;
279
+ ethereumVault: boolean;
280
+ polkadotBroadcast: boolean;
281
+ polkadotChainTracking: boolean;
282
+ polkadotIngressEgress: boolean;
283
+ polkadotVault: boolean;
284
+ bitcoinBroadcast: boolean;
285
+ bitcoinChainTracking: boolean;
286
+ bitcoinIngressEgress: boolean;
287
+ bitcoinVault: boolean;
288
+ arbitrumBroadcast: boolean;
289
+ arbitrumChainTracking: boolean;
290
+ arbitrumIngressEgress: boolean;
291
+ arbitrumVault: boolean;
292
+ };
293
+ }>]>;
294
+ declare const palletCfIngressEgressPalletSafeMode: z.ZodObject<{
295
+ boostDepositsEnabled: z.ZodBoolean;
296
+ addBoostFundsEnabled: z.ZodBoolean;
297
+ stopBoostingEnabled: z.ZodBoolean;
298
+ depositsEnabled: z.ZodBoolean;
299
+ }, "strip", z.ZodTypeAny, {
300
+ boostDepositsEnabled: boolean;
301
+ addBoostFundsEnabled: boolean;
302
+ stopBoostingEnabled: boolean;
303
+ depositsEnabled: boolean;
304
+ }, {
305
+ boostDepositsEnabled: boolean;
306
+ addBoostFundsEnabled: boolean;
307
+ stopBoostingEnabled: boolean;
308
+ depositsEnabled: boolean;
309
+ }>;
310
+ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
311
+ emissions: z.ZodObject<{
312
+ emissionsSyncEnabled: z.ZodBoolean;
313
+ }, "strip", z.ZodTypeAny, {
314
+ emissionsSyncEnabled: boolean;
315
+ }, {
316
+ emissionsSyncEnabled: boolean;
317
+ }>;
318
+ funding: z.ZodObject<{
319
+ redeemEnabled: z.ZodBoolean;
320
+ }, "strip", z.ZodTypeAny, {
321
+ redeemEnabled: boolean;
322
+ }, {
323
+ redeemEnabled: boolean;
324
+ }>;
325
+ swapping: z.ZodObject<{
326
+ swapsEnabled: z.ZodBoolean;
327
+ withdrawalsEnabled: z.ZodBoolean;
328
+ brokerRegistrationEnabled: z.ZodBoolean;
329
+ }, "strip", z.ZodTypeAny, {
330
+ swapsEnabled: boolean;
331
+ withdrawalsEnabled: boolean;
332
+ brokerRegistrationEnabled: boolean;
333
+ }, {
334
+ swapsEnabled: boolean;
335
+ withdrawalsEnabled: boolean;
336
+ brokerRegistrationEnabled: boolean;
337
+ }>;
338
+ liquidityProvider: z.ZodObject<{
339
+ depositEnabled: z.ZodBoolean;
340
+ withdrawalEnabled: z.ZodBoolean;
341
+ }, "strip", z.ZodTypeAny, {
342
+ depositEnabled: boolean;
343
+ withdrawalEnabled: boolean;
344
+ }, {
345
+ depositEnabled: boolean;
346
+ withdrawalEnabled: boolean;
347
+ }>;
348
+ validator: z.ZodObject<{
349
+ authorityRotationEnabled: z.ZodBoolean;
350
+ startBiddingEnabled: z.ZodBoolean;
351
+ stopBiddingEnabled: z.ZodBoolean;
352
+ }, "strip", z.ZodTypeAny, {
353
+ authorityRotationEnabled: boolean;
354
+ startBiddingEnabled: boolean;
355
+ stopBiddingEnabled: boolean;
356
+ }, {
357
+ authorityRotationEnabled: boolean;
358
+ startBiddingEnabled: boolean;
359
+ stopBiddingEnabled: boolean;
360
+ }>;
361
+ pools: z.ZodObject<{
362
+ rangeOrderUpdateEnabled: z.ZodBoolean;
363
+ limitOrderUpdateEnabled: z.ZodBoolean;
364
+ }, "strip", z.ZodTypeAny, {
365
+ rangeOrderUpdateEnabled: boolean;
366
+ limitOrderUpdateEnabled: boolean;
367
+ }, {
368
+ rangeOrderUpdateEnabled: boolean;
369
+ limitOrderUpdateEnabled: boolean;
370
+ }>;
371
+ reputation: z.ZodObject<{
372
+ reportingEnabled: z.ZodBoolean;
373
+ }, "strip", z.ZodTypeAny, {
374
+ reportingEnabled: boolean;
375
+ }, {
376
+ reportingEnabled: boolean;
377
+ }>;
378
+ thresholdSignatureEvm: z.ZodObject<{
379
+ slashingEnabled: z.ZodBoolean;
380
+ }, "strip", z.ZodTypeAny, {
381
+ slashingEnabled: boolean;
382
+ }, {
383
+ slashingEnabled: boolean;
384
+ }>;
385
+ thresholdSignatureBitcoin: z.ZodObject<{
386
+ slashingEnabled: z.ZodBoolean;
387
+ }, "strip", z.ZodTypeAny, {
388
+ slashingEnabled: boolean;
389
+ }, {
390
+ slashingEnabled: boolean;
391
+ }>;
392
+ thresholdSignaturePolkadot: z.ZodObject<{
393
+ slashingEnabled: z.ZodBoolean;
394
+ }, "strip", z.ZodTypeAny, {
395
+ slashingEnabled: boolean;
396
+ }, {
397
+ slashingEnabled: boolean;
398
+ }>;
399
+ broadcastEthereum: z.ZodObject<{
400
+ retryEnabled: z.ZodBoolean;
401
+ }, "strip", z.ZodTypeAny, {
402
+ retryEnabled: boolean;
403
+ }, {
404
+ retryEnabled: boolean;
405
+ }>;
406
+ broadcastBitcoin: z.ZodObject<{
407
+ retryEnabled: z.ZodBoolean;
408
+ }, "strip", z.ZodTypeAny, {
409
+ retryEnabled: boolean;
410
+ }, {
411
+ retryEnabled: boolean;
412
+ }>;
413
+ broadcastPolkadot: z.ZodObject<{
414
+ retryEnabled: z.ZodBoolean;
415
+ }, "strip", z.ZodTypeAny, {
416
+ retryEnabled: boolean;
417
+ }, {
418
+ retryEnabled: boolean;
419
+ }>;
420
+ broadcastArbitrum: z.ZodObject<{
421
+ retryEnabled: z.ZodBoolean;
422
+ }, "strip", z.ZodTypeAny, {
423
+ retryEnabled: boolean;
424
+ }, {
425
+ retryEnabled: boolean;
426
+ }>;
427
+ witnesser: z.ZodUnion<[z.ZodObject<{
428
+ __kind: z.ZodLiteral<"CodeGreen">;
429
+ }, "strip", z.ZodTypeAny, {
430
+ __kind: "CodeGreen";
431
+ }, {
432
+ __kind: "CodeGreen";
433
+ }>, z.ZodObject<{
434
+ __kind: z.ZodLiteral<"CodeRed">;
435
+ }, "strip", z.ZodTypeAny, {
436
+ __kind: "CodeRed";
437
+ }, {
438
+ __kind: "CodeRed";
439
+ }>, z.ZodObject<{
440
+ __kind: z.ZodLiteral<"CodeAmber">;
441
+ value: z.ZodObject<{
442
+ governance: z.ZodBoolean;
443
+ funding: z.ZodBoolean;
444
+ swapping: z.ZodBoolean;
445
+ ethereumBroadcast: z.ZodBoolean;
446
+ ethereumChainTracking: z.ZodBoolean;
447
+ ethereumIngressEgress: z.ZodBoolean;
448
+ ethereumVault: z.ZodBoolean;
449
+ polkadotBroadcast: z.ZodBoolean;
450
+ polkadotChainTracking: z.ZodBoolean;
451
+ polkadotIngressEgress: z.ZodBoolean;
452
+ polkadotVault: z.ZodBoolean;
453
+ bitcoinBroadcast: z.ZodBoolean;
454
+ bitcoinChainTracking: z.ZodBoolean;
455
+ bitcoinIngressEgress: z.ZodBoolean;
456
+ bitcoinVault: z.ZodBoolean;
457
+ arbitrumBroadcast: z.ZodBoolean;
458
+ arbitrumChainTracking: z.ZodBoolean;
459
+ arbitrumIngressEgress: z.ZodBoolean;
460
+ arbitrumVault: z.ZodBoolean;
461
+ }, "strip", z.ZodTypeAny, {
462
+ governance: boolean;
463
+ funding: boolean;
464
+ swapping: boolean;
465
+ ethereumBroadcast: boolean;
466
+ ethereumChainTracking: boolean;
467
+ ethereumIngressEgress: boolean;
468
+ ethereumVault: boolean;
469
+ polkadotBroadcast: boolean;
470
+ polkadotChainTracking: boolean;
471
+ polkadotIngressEgress: boolean;
472
+ polkadotVault: boolean;
473
+ bitcoinBroadcast: boolean;
474
+ bitcoinChainTracking: boolean;
475
+ bitcoinIngressEgress: boolean;
476
+ bitcoinVault: boolean;
477
+ arbitrumBroadcast: boolean;
478
+ arbitrumChainTracking: boolean;
479
+ arbitrumIngressEgress: boolean;
480
+ arbitrumVault: boolean;
481
+ }, {
482
+ governance: boolean;
483
+ funding: boolean;
484
+ swapping: boolean;
485
+ ethereumBroadcast: boolean;
486
+ ethereumChainTracking: boolean;
487
+ ethereumIngressEgress: boolean;
488
+ ethereumVault: boolean;
489
+ polkadotBroadcast: boolean;
490
+ polkadotChainTracking: boolean;
491
+ polkadotIngressEgress: boolean;
492
+ polkadotVault: boolean;
493
+ bitcoinBroadcast: boolean;
494
+ bitcoinChainTracking: boolean;
495
+ bitcoinIngressEgress: boolean;
496
+ bitcoinVault: boolean;
497
+ arbitrumBroadcast: boolean;
498
+ arbitrumChainTracking: boolean;
499
+ arbitrumIngressEgress: boolean;
500
+ arbitrumVault: boolean;
501
+ }>;
502
+ }, "strip", z.ZodTypeAny, {
503
+ __kind: "CodeAmber";
504
+ value: {
505
+ governance: boolean;
506
+ funding: boolean;
507
+ swapping: boolean;
508
+ ethereumBroadcast: boolean;
509
+ ethereumChainTracking: boolean;
510
+ ethereumIngressEgress: boolean;
511
+ ethereumVault: boolean;
512
+ polkadotBroadcast: boolean;
513
+ polkadotChainTracking: boolean;
514
+ polkadotIngressEgress: boolean;
515
+ polkadotVault: boolean;
516
+ bitcoinBroadcast: boolean;
517
+ bitcoinChainTracking: boolean;
518
+ bitcoinIngressEgress: boolean;
519
+ bitcoinVault: boolean;
520
+ arbitrumBroadcast: boolean;
521
+ arbitrumChainTracking: boolean;
522
+ arbitrumIngressEgress: boolean;
523
+ arbitrumVault: boolean;
524
+ };
525
+ }, {
526
+ __kind: "CodeAmber";
527
+ value: {
528
+ governance: boolean;
529
+ funding: boolean;
530
+ swapping: boolean;
531
+ ethereumBroadcast: boolean;
532
+ ethereumChainTracking: boolean;
533
+ ethereumIngressEgress: boolean;
534
+ ethereumVault: boolean;
535
+ polkadotBroadcast: boolean;
536
+ polkadotChainTracking: boolean;
537
+ polkadotIngressEgress: boolean;
538
+ polkadotVault: boolean;
539
+ bitcoinBroadcast: boolean;
540
+ bitcoinChainTracking: boolean;
541
+ bitcoinIngressEgress: boolean;
542
+ bitcoinVault: boolean;
543
+ arbitrumBroadcast: boolean;
544
+ arbitrumChainTracking: boolean;
545
+ arbitrumIngressEgress: boolean;
546
+ arbitrumVault: boolean;
547
+ };
548
+ }>]>;
549
+ ingressEgressEthereum: z.ZodObject<{
550
+ boostDepositsEnabled: z.ZodBoolean;
551
+ addBoostFundsEnabled: z.ZodBoolean;
552
+ stopBoostingEnabled: z.ZodBoolean;
553
+ depositsEnabled: z.ZodBoolean;
554
+ }, "strip", z.ZodTypeAny, {
555
+ boostDepositsEnabled: boolean;
556
+ addBoostFundsEnabled: boolean;
557
+ stopBoostingEnabled: boolean;
558
+ depositsEnabled: boolean;
559
+ }, {
560
+ boostDepositsEnabled: boolean;
561
+ addBoostFundsEnabled: boolean;
562
+ stopBoostingEnabled: boolean;
563
+ depositsEnabled: boolean;
564
+ }>;
565
+ ingressEgressBitcoin: z.ZodObject<{
566
+ boostDepositsEnabled: z.ZodBoolean;
567
+ addBoostFundsEnabled: z.ZodBoolean;
568
+ stopBoostingEnabled: z.ZodBoolean;
569
+ depositsEnabled: z.ZodBoolean;
570
+ }, "strip", z.ZodTypeAny, {
571
+ boostDepositsEnabled: boolean;
572
+ addBoostFundsEnabled: boolean;
573
+ stopBoostingEnabled: boolean;
574
+ depositsEnabled: boolean;
575
+ }, {
576
+ boostDepositsEnabled: boolean;
577
+ addBoostFundsEnabled: boolean;
578
+ stopBoostingEnabled: boolean;
579
+ depositsEnabled: boolean;
580
+ }>;
581
+ ingressEgressPolkadot: z.ZodObject<{
582
+ boostDepositsEnabled: z.ZodBoolean;
583
+ addBoostFundsEnabled: z.ZodBoolean;
584
+ stopBoostingEnabled: z.ZodBoolean;
585
+ depositsEnabled: z.ZodBoolean;
586
+ }, "strip", z.ZodTypeAny, {
587
+ boostDepositsEnabled: boolean;
588
+ addBoostFundsEnabled: boolean;
589
+ stopBoostingEnabled: boolean;
590
+ depositsEnabled: boolean;
591
+ }, {
592
+ boostDepositsEnabled: boolean;
593
+ addBoostFundsEnabled: boolean;
594
+ stopBoostingEnabled: boolean;
595
+ depositsEnabled: boolean;
596
+ }>;
597
+ ingressEgressArbitrum: z.ZodObject<{
598
+ boostDepositsEnabled: z.ZodBoolean;
599
+ addBoostFundsEnabled: z.ZodBoolean;
600
+ stopBoostingEnabled: z.ZodBoolean;
601
+ depositsEnabled: z.ZodBoolean;
602
+ }, "strip", z.ZodTypeAny, {
603
+ boostDepositsEnabled: boolean;
604
+ addBoostFundsEnabled: boolean;
605
+ stopBoostingEnabled: boolean;
606
+ depositsEnabled: boolean;
607
+ }, {
608
+ boostDepositsEnabled: boolean;
609
+ addBoostFundsEnabled: boolean;
610
+ stopBoostingEnabled: boolean;
611
+ depositsEnabled: boolean;
612
+ }>;
613
+ }, "strip", z.ZodTypeAny, {
614
+ funding: {
615
+ redeemEnabled: boolean;
616
+ };
617
+ swapping: {
618
+ swapsEnabled: boolean;
619
+ withdrawalsEnabled: boolean;
620
+ brokerRegistrationEnabled: boolean;
621
+ };
622
+ emissions: {
623
+ emissionsSyncEnabled: boolean;
624
+ };
625
+ liquidityProvider: {
626
+ depositEnabled: boolean;
627
+ withdrawalEnabled: boolean;
628
+ };
629
+ validator: {
630
+ authorityRotationEnabled: boolean;
631
+ startBiddingEnabled: boolean;
632
+ stopBiddingEnabled: boolean;
633
+ };
634
+ pools: {
635
+ rangeOrderUpdateEnabled: boolean;
636
+ limitOrderUpdateEnabled: boolean;
637
+ };
638
+ reputation: {
639
+ reportingEnabled: boolean;
640
+ };
641
+ thresholdSignatureEvm: {
642
+ slashingEnabled: boolean;
643
+ };
644
+ thresholdSignatureBitcoin: {
645
+ slashingEnabled: boolean;
646
+ };
647
+ thresholdSignaturePolkadot: {
648
+ slashingEnabled: boolean;
649
+ };
650
+ broadcastEthereum: {
651
+ retryEnabled: boolean;
652
+ };
653
+ broadcastBitcoin: {
654
+ retryEnabled: boolean;
655
+ };
656
+ broadcastPolkadot: {
657
+ retryEnabled: boolean;
658
+ };
659
+ broadcastArbitrum: {
660
+ retryEnabled: boolean;
661
+ };
662
+ witnesser: {
663
+ __kind: "CodeGreen";
664
+ } | {
665
+ __kind: "CodeRed";
666
+ } | {
667
+ __kind: "CodeAmber";
668
+ value: {
669
+ governance: boolean;
670
+ funding: boolean;
671
+ swapping: boolean;
672
+ ethereumBroadcast: boolean;
673
+ ethereumChainTracking: boolean;
674
+ ethereumIngressEgress: boolean;
675
+ ethereumVault: boolean;
676
+ polkadotBroadcast: boolean;
677
+ polkadotChainTracking: boolean;
678
+ polkadotIngressEgress: boolean;
679
+ polkadotVault: boolean;
680
+ bitcoinBroadcast: boolean;
681
+ bitcoinChainTracking: boolean;
682
+ bitcoinIngressEgress: boolean;
683
+ bitcoinVault: boolean;
684
+ arbitrumBroadcast: boolean;
685
+ arbitrumChainTracking: boolean;
686
+ arbitrumIngressEgress: boolean;
687
+ arbitrumVault: boolean;
688
+ };
689
+ };
690
+ ingressEgressEthereum: {
691
+ boostDepositsEnabled: boolean;
692
+ addBoostFundsEnabled: boolean;
693
+ stopBoostingEnabled: boolean;
694
+ depositsEnabled: boolean;
695
+ };
696
+ ingressEgressBitcoin: {
697
+ boostDepositsEnabled: boolean;
698
+ addBoostFundsEnabled: boolean;
699
+ stopBoostingEnabled: boolean;
700
+ depositsEnabled: boolean;
701
+ };
702
+ ingressEgressPolkadot: {
703
+ boostDepositsEnabled: boolean;
704
+ addBoostFundsEnabled: boolean;
705
+ stopBoostingEnabled: boolean;
706
+ depositsEnabled: boolean;
707
+ };
708
+ ingressEgressArbitrum: {
709
+ boostDepositsEnabled: boolean;
710
+ addBoostFundsEnabled: boolean;
711
+ stopBoostingEnabled: boolean;
712
+ depositsEnabled: boolean;
713
+ };
714
+ }, {
715
+ funding: {
716
+ redeemEnabled: boolean;
717
+ };
718
+ swapping: {
719
+ swapsEnabled: boolean;
720
+ withdrawalsEnabled: boolean;
721
+ brokerRegistrationEnabled: boolean;
722
+ };
723
+ emissions: {
724
+ emissionsSyncEnabled: boolean;
725
+ };
726
+ liquidityProvider: {
727
+ depositEnabled: boolean;
728
+ withdrawalEnabled: boolean;
729
+ };
730
+ validator: {
731
+ authorityRotationEnabled: boolean;
732
+ startBiddingEnabled: boolean;
733
+ stopBiddingEnabled: boolean;
734
+ };
735
+ pools: {
736
+ rangeOrderUpdateEnabled: boolean;
737
+ limitOrderUpdateEnabled: boolean;
738
+ };
739
+ reputation: {
740
+ reportingEnabled: boolean;
741
+ };
742
+ thresholdSignatureEvm: {
743
+ slashingEnabled: boolean;
744
+ };
745
+ thresholdSignatureBitcoin: {
746
+ slashingEnabled: boolean;
747
+ };
748
+ thresholdSignaturePolkadot: {
749
+ slashingEnabled: boolean;
750
+ };
751
+ broadcastEthereum: {
752
+ retryEnabled: boolean;
753
+ };
754
+ broadcastBitcoin: {
755
+ retryEnabled: boolean;
756
+ };
757
+ broadcastPolkadot: {
758
+ retryEnabled: boolean;
759
+ };
760
+ broadcastArbitrum: {
761
+ retryEnabled: boolean;
762
+ };
763
+ witnesser: {
764
+ __kind: "CodeGreen";
765
+ } | {
766
+ __kind: "CodeRed";
767
+ } | {
768
+ __kind: "CodeAmber";
769
+ value: {
770
+ governance: boolean;
771
+ funding: boolean;
772
+ swapping: boolean;
773
+ ethereumBroadcast: boolean;
774
+ ethereumChainTracking: boolean;
775
+ ethereumIngressEgress: boolean;
776
+ ethereumVault: boolean;
777
+ polkadotBroadcast: boolean;
778
+ polkadotChainTracking: boolean;
779
+ polkadotIngressEgress: boolean;
780
+ polkadotVault: boolean;
781
+ bitcoinBroadcast: boolean;
782
+ bitcoinChainTracking: boolean;
783
+ bitcoinIngressEgress: boolean;
784
+ bitcoinVault: boolean;
785
+ arbitrumBroadcast: boolean;
786
+ arbitrumChainTracking: boolean;
787
+ arbitrumIngressEgress: boolean;
788
+ arbitrumVault: boolean;
789
+ };
790
+ };
791
+ ingressEgressEthereum: {
792
+ boostDepositsEnabled: boolean;
793
+ addBoostFundsEnabled: boolean;
794
+ stopBoostingEnabled: boolean;
795
+ depositsEnabled: boolean;
796
+ };
797
+ ingressEgressBitcoin: {
798
+ boostDepositsEnabled: boolean;
799
+ addBoostFundsEnabled: boolean;
800
+ stopBoostingEnabled: boolean;
801
+ depositsEnabled: boolean;
802
+ };
803
+ ingressEgressPolkadot: {
804
+ boostDepositsEnabled: boolean;
805
+ addBoostFundsEnabled: boolean;
806
+ stopBoostingEnabled: boolean;
807
+ depositsEnabled: boolean;
808
+ };
809
+ ingressEgressArbitrum: {
810
+ boostDepositsEnabled: boolean;
811
+ addBoostFundsEnabled: boolean;
812
+ stopBoostingEnabled: boolean;
813
+ depositsEnabled: boolean;
814
+ };
815
+ }>;
816
+ declare const palletCfEnvironmentSafeModeUpdate: z.ZodUnion<[z.ZodObject<{
817
+ __kind: z.ZodLiteral<"CodeRed">;
818
+ }, "strip", z.ZodTypeAny, {
819
+ __kind: "CodeRed";
820
+ }, {
821
+ __kind: "CodeRed";
822
+ }>, z.ZodObject<{
823
+ __kind: z.ZodLiteral<"CodeGreen">;
824
+ }, "strip", z.ZodTypeAny, {
825
+ __kind: "CodeGreen";
826
+ }, {
827
+ __kind: "CodeGreen";
828
+ }>, z.ZodObject<{
829
+ __kind: z.ZodLiteral<"CodeAmber">;
830
+ value: z.ZodObject<{
831
+ emissions: z.ZodObject<{
832
+ emissionsSyncEnabled: z.ZodBoolean;
833
+ }, "strip", z.ZodTypeAny, {
834
+ emissionsSyncEnabled: boolean;
835
+ }, {
836
+ emissionsSyncEnabled: boolean;
837
+ }>;
838
+ funding: z.ZodObject<{
839
+ redeemEnabled: z.ZodBoolean;
840
+ }, "strip", z.ZodTypeAny, {
841
+ redeemEnabled: boolean;
842
+ }, {
843
+ redeemEnabled: boolean;
844
+ }>;
845
+ swapping: z.ZodObject<{
846
+ swapsEnabled: z.ZodBoolean;
847
+ withdrawalsEnabled: z.ZodBoolean;
848
+ brokerRegistrationEnabled: z.ZodBoolean;
849
+ }, "strip", z.ZodTypeAny, {
850
+ swapsEnabled: boolean;
851
+ withdrawalsEnabled: boolean;
852
+ brokerRegistrationEnabled: boolean;
853
+ }, {
854
+ swapsEnabled: boolean;
855
+ withdrawalsEnabled: boolean;
856
+ brokerRegistrationEnabled: boolean;
857
+ }>;
858
+ liquidityProvider: z.ZodObject<{
859
+ depositEnabled: z.ZodBoolean;
860
+ withdrawalEnabled: z.ZodBoolean;
861
+ }, "strip", z.ZodTypeAny, {
862
+ depositEnabled: boolean;
863
+ withdrawalEnabled: boolean;
864
+ }, {
865
+ depositEnabled: boolean;
866
+ withdrawalEnabled: boolean;
867
+ }>;
868
+ validator: z.ZodObject<{
869
+ authorityRotationEnabled: z.ZodBoolean;
870
+ startBiddingEnabled: z.ZodBoolean;
871
+ stopBiddingEnabled: z.ZodBoolean;
872
+ }, "strip", z.ZodTypeAny, {
873
+ authorityRotationEnabled: boolean;
874
+ startBiddingEnabled: boolean;
875
+ stopBiddingEnabled: boolean;
876
+ }, {
877
+ authorityRotationEnabled: boolean;
878
+ startBiddingEnabled: boolean;
879
+ stopBiddingEnabled: boolean;
880
+ }>;
881
+ pools: z.ZodObject<{
882
+ rangeOrderUpdateEnabled: z.ZodBoolean;
883
+ limitOrderUpdateEnabled: z.ZodBoolean;
884
+ }, "strip", z.ZodTypeAny, {
885
+ rangeOrderUpdateEnabled: boolean;
886
+ limitOrderUpdateEnabled: boolean;
887
+ }, {
888
+ rangeOrderUpdateEnabled: boolean;
889
+ limitOrderUpdateEnabled: boolean;
890
+ }>;
891
+ reputation: z.ZodObject<{
892
+ reportingEnabled: z.ZodBoolean;
893
+ }, "strip", z.ZodTypeAny, {
894
+ reportingEnabled: boolean;
895
+ }, {
896
+ reportingEnabled: boolean;
897
+ }>;
898
+ thresholdSignatureEvm: z.ZodObject<{
899
+ slashingEnabled: z.ZodBoolean;
900
+ }, "strip", z.ZodTypeAny, {
901
+ slashingEnabled: boolean;
902
+ }, {
903
+ slashingEnabled: boolean;
904
+ }>;
905
+ thresholdSignatureBitcoin: z.ZodObject<{
906
+ slashingEnabled: z.ZodBoolean;
907
+ }, "strip", z.ZodTypeAny, {
908
+ slashingEnabled: boolean;
909
+ }, {
910
+ slashingEnabled: boolean;
911
+ }>;
912
+ thresholdSignaturePolkadot: z.ZodObject<{
913
+ slashingEnabled: z.ZodBoolean;
914
+ }, "strip", z.ZodTypeAny, {
915
+ slashingEnabled: boolean;
916
+ }, {
917
+ slashingEnabled: boolean;
918
+ }>;
919
+ broadcastEthereum: z.ZodObject<{
920
+ retryEnabled: z.ZodBoolean;
921
+ }, "strip", z.ZodTypeAny, {
922
+ retryEnabled: boolean;
923
+ }, {
924
+ retryEnabled: boolean;
925
+ }>;
926
+ broadcastBitcoin: z.ZodObject<{
927
+ retryEnabled: z.ZodBoolean;
928
+ }, "strip", z.ZodTypeAny, {
929
+ retryEnabled: boolean;
930
+ }, {
931
+ retryEnabled: boolean;
932
+ }>;
933
+ broadcastPolkadot: z.ZodObject<{
934
+ retryEnabled: z.ZodBoolean;
935
+ }, "strip", z.ZodTypeAny, {
936
+ retryEnabled: boolean;
937
+ }, {
938
+ retryEnabled: boolean;
939
+ }>;
940
+ broadcastArbitrum: z.ZodObject<{
941
+ retryEnabled: z.ZodBoolean;
942
+ }, "strip", z.ZodTypeAny, {
943
+ retryEnabled: boolean;
944
+ }, {
945
+ retryEnabled: boolean;
946
+ }>;
947
+ witnesser: z.ZodUnion<[z.ZodObject<{
948
+ __kind: z.ZodLiteral<"CodeGreen">;
949
+ }, "strip", z.ZodTypeAny, {
950
+ __kind: "CodeGreen";
951
+ }, {
952
+ __kind: "CodeGreen";
953
+ }>, z.ZodObject<{
954
+ __kind: z.ZodLiteral<"CodeRed">;
955
+ }, "strip", z.ZodTypeAny, {
956
+ __kind: "CodeRed";
957
+ }, {
958
+ __kind: "CodeRed";
959
+ }>, z.ZodObject<{
960
+ __kind: z.ZodLiteral<"CodeAmber">;
961
+ value: z.ZodObject<{
962
+ governance: z.ZodBoolean;
963
+ funding: z.ZodBoolean;
964
+ swapping: z.ZodBoolean;
965
+ ethereumBroadcast: z.ZodBoolean;
966
+ ethereumChainTracking: z.ZodBoolean;
967
+ ethereumIngressEgress: z.ZodBoolean;
968
+ ethereumVault: z.ZodBoolean;
969
+ polkadotBroadcast: z.ZodBoolean;
970
+ polkadotChainTracking: z.ZodBoolean;
971
+ polkadotIngressEgress: z.ZodBoolean;
972
+ polkadotVault: z.ZodBoolean;
973
+ bitcoinBroadcast: z.ZodBoolean;
974
+ bitcoinChainTracking: z.ZodBoolean;
975
+ bitcoinIngressEgress: z.ZodBoolean;
976
+ bitcoinVault: z.ZodBoolean;
977
+ arbitrumBroadcast: z.ZodBoolean;
978
+ arbitrumChainTracking: z.ZodBoolean;
979
+ arbitrumIngressEgress: z.ZodBoolean;
980
+ arbitrumVault: z.ZodBoolean;
981
+ }, "strip", z.ZodTypeAny, {
982
+ governance: boolean;
983
+ funding: boolean;
984
+ swapping: boolean;
985
+ ethereumBroadcast: boolean;
986
+ ethereumChainTracking: boolean;
987
+ ethereumIngressEgress: boolean;
988
+ ethereumVault: boolean;
989
+ polkadotBroadcast: boolean;
990
+ polkadotChainTracking: boolean;
991
+ polkadotIngressEgress: boolean;
992
+ polkadotVault: boolean;
993
+ bitcoinBroadcast: boolean;
994
+ bitcoinChainTracking: boolean;
995
+ bitcoinIngressEgress: boolean;
996
+ bitcoinVault: boolean;
997
+ arbitrumBroadcast: boolean;
998
+ arbitrumChainTracking: boolean;
999
+ arbitrumIngressEgress: boolean;
1000
+ arbitrumVault: boolean;
1001
+ }, {
1002
+ governance: boolean;
1003
+ funding: boolean;
1004
+ swapping: boolean;
1005
+ ethereumBroadcast: boolean;
1006
+ ethereumChainTracking: boolean;
1007
+ ethereumIngressEgress: boolean;
1008
+ ethereumVault: boolean;
1009
+ polkadotBroadcast: boolean;
1010
+ polkadotChainTracking: boolean;
1011
+ polkadotIngressEgress: boolean;
1012
+ polkadotVault: boolean;
1013
+ bitcoinBroadcast: boolean;
1014
+ bitcoinChainTracking: boolean;
1015
+ bitcoinIngressEgress: boolean;
1016
+ bitcoinVault: boolean;
1017
+ arbitrumBroadcast: boolean;
1018
+ arbitrumChainTracking: boolean;
1019
+ arbitrumIngressEgress: boolean;
1020
+ arbitrumVault: boolean;
1021
+ }>;
1022
+ }, "strip", z.ZodTypeAny, {
1023
+ __kind: "CodeAmber";
1024
+ value: {
1025
+ governance: boolean;
1026
+ funding: boolean;
1027
+ swapping: boolean;
1028
+ ethereumBroadcast: boolean;
1029
+ ethereumChainTracking: boolean;
1030
+ ethereumIngressEgress: boolean;
1031
+ ethereumVault: boolean;
1032
+ polkadotBroadcast: boolean;
1033
+ polkadotChainTracking: boolean;
1034
+ polkadotIngressEgress: boolean;
1035
+ polkadotVault: boolean;
1036
+ bitcoinBroadcast: boolean;
1037
+ bitcoinChainTracking: boolean;
1038
+ bitcoinIngressEgress: boolean;
1039
+ bitcoinVault: boolean;
1040
+ arbitrumBroadcast: boolean;
1041
+ arbitrumChainTracking: boolean;
1042
+ arbitrumIngressEgress: boolean;
1043
+ arbitrumVault: boolean;
1044
+ };
1045
+ }, {
1046
+ __kind: "CodeAmber";
1047
+ value: {
1048
+ governance: boolean;
1049
+ funding: boolean;
1050
+ swapping: boolean;
1051
+ ethereumBroadcast: boolean;
1052
+ ethereumChainTracking: boolean;
1053
+ ethereumIngressEgress: boolean;
1054
+ ethereumVault: boolean;
1055
+ polkadotBroadcast: boolean;
1056
+ polkadotChainTracking: boolean;
1057
+ polkadotIngressEgress: boolean;
1058
+ polkadotVault: boolean;
1059
+ bitcoinBroadcast: boolean;
1060
+ bitcoinChainTracking: boolean;
1061
+ bitcoinIngressEgress: boolean;
1062
+ bitcoinVault: boolean;
1063
+ arbitrumBroadcast: boolean;
1064
+ arbitrumChainTracking: boolean;
1065
+ arbitrumIngressEgress: boolean;
1066
+ arbitrumVault: boolean;
1067
+ };
1068
+ }>]>;
1069
+ ingressEgressEthereum: z.ZodObject<{
1070
+ boostDepositsEnabled: z.ZodBoolean;
1071
+ addBoostFundsEnabled: z.ZodBoolean;
1072
+ stopBoostingEnabled: z.ZodBoolean;
1073
+ depositsEnabled: z.ZodBoolean;
1074
+ }, "strip", z.ZodTypeAny, {
1075
+ boostDepositsEnabled: boolean;
1076
+ addBoostFundsEnabled: boolean;
1077
+ stopBoostingEnabled: boolean;
1078
+ depositsEnabled: boolean;
1079
+ }, {
1080
+ boostDepositsEnabled: boolean;
1081
+ addBoostFundsEnabled: boolean;
1082
+ stopBoostingEnabled: boolean;
1083
+ depositsEnabled: boolean;
1084
+ }>;
1085
+ ingressEgressBitcoin: z.ZodObject<{
1086
+ boostDepositsEnabled: z.ZodBoolean;
1087
+ addBoostFundsEnabled: z.ZodBoolean;
1088
+ stopBoostingEnabled: z.ZodBoolean;
1089
+ depositsEnabled: z.ZodBoolean;
1090
+ }, "strip", z.ZodTypeAny, {
1091
+ boostDepositsEnabled: boolean;
1092
+ addBoostFundsEnabled: boolean;
1093
+ stopBoostingEnabled: boolean;
1094
+ depositsEnabled: boolean;
1095
+ }, {
1096
+ boostDepositsEnabled: boolean;
1097
+ addBoostFundsEnabled: boolean;
1098
+ stopBoostingEnabled: boolean;
1099
+ depositsEnabled: boolean;
1100
+ }>;
1101
+ ingressEgressPolkadot: z.ZodObject<{
1102
+ boostDepositsEnabled: z.ZodBoolean;
1103
+ addBoostFundsEnabled: z.ZodBoolean;
1104
+ stopBoostingEnabled: z.ZodBoolean;
1105
+ depositsEnabled: z.ZodBoolean;
1106
+ }, "strip", z.ZodTypeAny, {
1107
+ boostDepositsEnabled: boolean;
1108
+ addBoostFundsEnabled: boolean;
1109
+ stopBoostingEnabled: boolean;
1110
+ depositsEnabled: boolean;
1111
+ }, {
1112
+ boostDepositsEnabled: boolean;
1113
+ addBoostFundsEnabled: boolean;
1114
+ stopBoostingEnabled: boolean;
1115
+ depositsEnabled: boolean;
1116
+ }>;
1117
+ ingressEgressArbitrum: z.ZodObject<{
1118
+ boostDepositsEnabled: z.ZodBoolean;
1119
+ addBoostFundsEnabled: z.ZodBoolean;
1120
+ stopBoostingEnabled: z.ZodBoolean;
1121
+ depositsEnabled: z.ZodBoolean;
1122
+ }, "strip", z.ZodTypeAny, {
1123
+ boostDepositsEnabled: boolean;
1124
+ addBoostFundsEnabled: boolean;
1125
+ stopBoostingEnabled: boolean;
1126
+ depositsEnabled: boolean;
1127
+ }, {
1128
+ boostDepositsEnabled: boolean;
1129
+ addBoostFundsEnabled: boolean;
1130
+ stopBoostingEnabled: boolean;
1131
+ depositsEnabled: boolean;
1132
+ }>;
1133
+ }, "strip", z.ZodTypeAny, {
1134
+ funding: {
1135
+ redeemEnabled: boolean;
1136
+ };
1137
+ swapping: {
1138
+ swapsEnabled: boolean;
1139
+ withdrawalsEnabled: boolean;
1140
+ brokerRegistrationEnabled: boolean;
1141
+ };
1142
+ emissions: {
1143
+ emissionsSyncEnabled: boolean;
1144
+ };
1145
+ liquidityProvider: {
1146
+ depositEnabled: boolean;
1147
+ withdrawalEnabled: boolean;
1148
+ };
1149
+ validator: {
1150
+ authorityRotationEnabled: boolean;
1151
+ startBiddingEnabled: boolean;
1152
+ stopBiddingEnabled: boolean;
1153
+ };
1154
+ pools: {
1155
+ rangeOrderUpdateEnabled: boolean;
1156
+ limitOrderUpdateEnabled: boolean;
1157
+ };
1158
+ reputation: {
1159
+ reportingEnabled: boolean;
1160
+ };
1161
+ thresholdSignatureEvm: {
1162
+ slashingEnabled: boolean;
1163
+ };
1164
+ thresholdSignatureBitcoin: {
1165
+ slashingEnabled: boolean;
1166
+ };
1167
+ thresholdSignaturePolkadot: {
1168
+ slashingEnabled: boolean;
1169
+ };
1170
+ broadcastEthereum: {
1171
+ retryEnabled: boolean;
1172
+ };
1173
+ broadcastBitcoin: {
1174
+ retryEnabled: boolean;
1175
+ };
1176
+ broadcastPolkadot: {
1177
+ retryEnabled: boolean;
1178
+ };
1179
+ broadcastArbitrum: {
1180
+ retryEnabled: boolean;
1181
+ };
1182
+ witnesser: {
1183
+ __kind: "CodeGreen";
1184
+ } | {
1185
+ __kind: "CodeRed";
1186
+ } | {
1187
+ __kind: "CodeAmber";
1188
+ value: {
1189
+ governance: boolean;
1190
+ funding: boolean;
1191
+ swapping: boolean;
1192
+ ethereumBroadcast: boolean;
1193
+ ethereumChainTracking: boolean;
1194
+ ethereumIngressEgress: boolean;
1195
+ ethereumVault: boolean;
1196
+ polkadotBroadcast: boolean;
1197
+ polkadotChainTracking: boolean;
1198
+ polkadotIngressEgress: boolean;
1199
+ polkadotVault: boolean;
1200
+ bitcoinBroadcast: boolean;
1201
+ bitcoinChainTracking: boolean;
1202
+ bitcoinIngressEgress: boolean;
1203
+ bitcoinVault: boolean;
1204
+ arbitrumBroadcast: boolean;
1205
+ arbitrumChainTracking: boolean;
1206
+ arbitrumIngressEgress: boolean;
1207
+ arbitrumVault: boolean;
1208
+ };
1209
+ };
1210
+ ingressEgressEthereum: {
1211
+ boostDepositsEnabled: boolean;
1212
+ addBoostFundsEnabled: boolean;
1213
+ stopBoostingEnabled: boolean;
1214
+ depositsEnabled: boolean;
1215
+ };
1216
+ ingressEgressBitcoin: {
1217
+ boostDepositsEnabled: boolean;
1218
+ addBoostFundsEnabled: boolean;
1219
+ stopBoostingEnabled: boolean;
1220
+ depositsEnabled: boolean;
1221
+ };
1222
+ ingressEgressPolkadot: {
1223
+ boostDepositsEnabled: boolean;
1224
+ addBoostFundsEnabled: boolean;
1225
+ stopBoostingEnabled: boolean;
1226
+ depositsEnabled: boolean;
1227
+ };
1228
+ ingressEgressArbitrum: {
1229
+ boostDepositsEnabled: boolean;
1230
+ addBoostFundsEnabled: boolean;
1231
+ stopBoostingEnabled: boolean;
1232
+ depositsEnabled: boolean;
1233
+ };
1234
+ }, {
1235
+ funding: {
1236
+ redeemEnabled: boolean;
1237
+ };
1238
+ swapping: {
1239
+ swapsEnabled: boolean;
1240
+ withdrawalsEnabled: boolean;
1241
+ brokerRegistrationEnabled: boolean;
1242
+ };
1243
+ emissions: {
1244
+ emissionsSyncEnabled: boolean;
1245
+ };
1246
+ liquidityProvider: {
1247
+ depositEnabled: boolean;
1248
+ withdrawalEnabled: boolean;
1249
+ };
1250
+ validator: {
1251
+ authorityRotationEnabled: boolean;
1252
+ startBiddingEnabled: boolean;
1253
+ stopBiddingEnabled: boolean;
1254
+ };
1255
+ pools: {
1256
+ rangeOrderUpdateEnabled: boolean;
1257
+ limitOrderUpdateEnabled: boolean;
1258
+ };
1259
+ reputation: {
1260
+ reportingEnabled: boolean;
1261
+ };
1262
+ thresholdSignatureEvm: {
1263
+ slashingEnabled: boolean;
1264
+ };
1265
+ thresholdSignatureBitcoin: {
1266
+ slashingEnabled: boolean;
1267
+ };
1268
+ thresholdSignaturePolkadot: {
1269
+ slashingEnabled: boolean;
1270
+ };
1271
+ broadcastEthereum: {
1272
+ retryEnabled: boolean;
1273
+ };
1274
+ broadcastBitcoin: {
1275
+ retryEnabled: boolean;
1276
+ };
1277
+ broadcastPolkadot: {
1278
+ retryEnabled: boolean;
1279
+ };
1280
+ broadcastArbitrum: {
1281
+ retryEnabled: boolean;
1282
+ };
1283
+ witnesser: {
1284
+ __kind: "CodeGreen";
1285
+ } | {
1286
+ __kind: "CodeRed";
1287
+ } | {
1288
+ __kind: "CodeAmber";
1289
+ value: {
1290
+ governance: boolean;
1291
+ funding: boolean;
1292
+ swapping: boolean;
1293
+ ethereumBroadcast: boolean;
1294
+ ethereumChainTracking: boolean;
1295
+ ethereumIngressEgress: boolean;
1296
+ ethereumVault: boolean;
1297
+ polkadotBroadcast: boolean;
1298
+ polkadotChainTracking: boolean;
1299
+ polkadotIngressEgress: boolean;
1300
+ polkadotVault: boolean;
1301
+ bitcoinBroadcast: boolean;
1302
+ bitcoinChainTracking: boolean;
1303
+ bitcoinIngressEgress: boolean;
1304
+ bitcoinVault: boolean;
1305
+ arbitrumBroadcast: boolean;
1306
+ arbitrumChainTracking: boolean;
1307
+ arbitrumIngressEgress: boolean;
1308
+ arbitrumVault: boolean;
1309
+ };
1310
+ };
1311
+ ingressEgressEthereum: {
1312
+ boostDepositsEnabled: boolean;
1313
+ addBoostFundsEnabled: boolean;
1314
+ stopBoostingEnabled: boolean;
1315
+ depositsEnabled: boolean;
1316
+ };
1317
+ ingressEgressBitcoin: {
1318
+ boostDepositsEnabled: boolean;
1319
+ addBoostFundsEnabled: boolean;
1320
+ stopBoostingEnabled: boolean;
1321
+ depositsEnabled: boolean;
1322
+ };
1323
+ ingressEgressPolkadot: {
1324
+ boostDepositsEnabled: boolean;
1325
+ addBoostFundsEnabled: boolean;
1326
+ stopBoostingEnabled: boolean;
1327
+ depositsEnabled: boolean;
1328
+ };
1329
+ ingressEgressArbitrum: {
1330
+ boostDepositsEnabled: boolean;
1331
+ addBoostFundsEnabled: boolean;
1332
+ stopBoostingEnabled: boolean;
1333
+ depositsEnabled: boolean;
1334
+ };
1335
+ }>;
1336
+ }, "strip", z.ZodTypeAny, {
1337
+ __kind: "CodeAmber";
1338
+ value: {
1339
+ funding: {
1340
+ redeemEnabled: boolean;
1341
+ };
1342
+ swapping: {
1343
+ swapsEnabled: boolean;
1344
+ withdrawalsEnabled: boolean;
1345
+ brokerRegistrationEnabled: boolean;
1346
+ };
1347
+ emissions: {
1348
+ emissionsSyncEnabled: boolean;
1349
+ };
1350
+ liquidityProvider: {
1351
+ depositEnabled: boolean;
1352
+ withdrawalEnabled: boolean;
1353
+ };
1354
+ validator: {
1355
+ authorityRotationEnabled: boolean;
1356
+ startBiddingEnabled: boolean;
1357
+ stopBiddingEnabled: boolean;
1358
+ };
1359
+ pools: {
1360
+ rangeOrderUpdateEnabled: boolean;
1361
+ limitOrderUpdateEnabled: boolean;
1362
+ };
1363
+ reputation: {
1364
+ reportingEnabled: boolean;
1365
+ };
1366
+ thresholdSignatureEvm: {
1367
+ slashingEnabled: boolean;
1368
+ };
1369
+ thresholdSignatureBitcoin: {
1370
+ slashingEnabled: boolean;
1371
+ };
1372
+ thresholdSignaturePolkadot: {
1373
+ slashingEnabled: boolean;
1374
+ };
1375
+ broadcastEthereum: {
1376
+ retryEnabled: boolean;
1377
+ };
1378
+ broadcastBitcoin: {
1379
+ retryEnabled: boolean;
1380
+ };
1381
+ broadcastPolkadot: {
1382
+ retryEnabled: boolean;
1383
+ };
1384
+ broadcastArbitrum: {
1385
+ retryEnabled: boolean;
1386
+ };
1387
+ witnesser: {
1388
+ __kind: "CodeGreen";
1389
+ } | {
1390
+ __kind: "CodeRed";
1391
+ } | {
1392
+ __kind: "CodeAmber";
1393
+ value: {
1394
+ governance: boolean;
1395
+ funding: boolean;
1396
+ swapping: boolean;
1397
+ ethereumBroadcast: boolean;
1398
+ ethereumChainTracking: boolean;
1399
+ ethereumIngressEgress: boolean;
1400
+ ethereumVault: boolean;
1401
+ polkadotBroadcast: boolean;
1402
+ polkadotChainTracking: boolean;
1403
+ polkadotIngressEgress: boolean;
1404
+ polkadotVault: boolean;
1405
+ bitcoinBroadcast: boolean;
1406
+ bitcoinChainTracking: boolean;
1407
+ bitcoinIngressEgress: boolean;
1408
+ bitcoinVault: boolean;
1409
+ arbitrumBroadcast: boolean;
1410
+ arbitrumChainTracking: boolean;
1411
+ arbitrumIngressEgress: boolean;
1412
+ arbitrumVault: boolean;
1413
+ };
1414
+ };
1415
+ ingressEgressEthereum: {
1416
+ boostDepositsEnabled: boolean;
1417
+ addBoostFundsEnabled: boolean;
1418
+ stopBoostingEnabled: boolean;
1419
+ depositsEnabled: boolean;
1420
+ };
1421
+ ingressEgressBitcoin: {
1422
+ boostDepositsEnabled: boolean;
1423
+ addBoostFundsEnabled: boolean;
1424
+ stopBoostingEnabled: boolean;
1425
+ depositsEnabled: boolean;
1426
+ };
1427
+ ingressEgressPolkadot: {
1428
+ boostDepositsEnabled: boolean;
1429
+ addBoostFundsEnabled: boolean;
1430
+ stopBoostingEnabled: boolean;
1431
+ depositsEnabled: boolean;
1432
+ };
1433
+ ingressEgressArbitrum: {
1434
+ boostDepositsEnabled: boolean;
1435
+ addBoostFundsEnabled: boolean;
1436
+ stopBoostingEnabled: boolean;
1437
+ depositsEnabled: boolean;
1438
+ };
1439
+ };
1440
+ }, {
1441
+ __kind: "CodeAmber";
1442
+ value: {
1443
+ funding: {
1444
+ redeemEnabled: boolean;
1445
+ };
1446
+ swapping: {
1447
+ swapsEnabled: boolean;
1448
+ withdrawalsEnabled: boolean;
1449
+ brokerRegistrationEnabled: boolean;
1450
+ };
1451
+ emissions: {
1452
+ emissionsSyncEnabled: boolean;
1453
+ };
1454
+ liquidityProvider: {
1455
+ depositEnabled: boolean;
1456
+ withdrawalEnabled: boolean;
1457
+ };
1458
+ validator: {
1459
+ authorityRotationEnabled: boolean;
1460
+ startBiddingEnabled: boolean;
1461
+ stopBiddingEnabled: boolean;
1462
+ };
1463
+ pools: {
1464
+ rangeOrderUpdateEnabled: boolean;
1465
+ limitOrderUpdateEnabled: boolean;
1466
+ };
1467
+ reputation: {
1468
+ reportingEnabled: boolean;
1469
+ };
1470
+ thresholdSignatureEvm: {
1471
+ slashingEnabled: boolean;
1472
+ };
1473
+ thresholdSignatureBitcoin: {
1474
+ slashingEnabled: boolean;
1475
+ };
1476
+ thresholdSignaturePolkadot: {
1477
+ slashingEnabled: boolean;
1478
+ };
1479
+ broadcastEthereum: {
1480
+ retryEnabled: boolean;
1481
+ };
1482
+ broadcastBitcoin: {
1483
+ retryEnabled: boolean;
1484
+ };
1485
+ broadcastPolkadot: {
1486
+ retryEnabled: boolean;
1487
+ };
1488
+ broadcastArbitrum: {
1489
+ retryEnabled: boolean;
1490
+ };
1491
+ witnesser: {
1492
+ __kind: "CodeGreen";
1493
+ } | {
1494
+ __kind: "CodeRed";
1495
+ } | {
1496
+ __kind: "CodeAmber";
1497
+ value: {
1498
+ governance: boolean;
1499
+ funding: boolean;
1500
+ swapping: boolean;
1501
+ ethereumBroadcast: boolean;
1502
+ ethereumChainTracking: boolean;
1503
+ ethereumIngressEgress: boolean;
1504
+ ethereumVault: boolean;
1505
+ polkadotBroadcast: boolean;
1506
+ polkadotChainTracking: boolean;
1507
+ polkadotIngressEgress: boolean;
1508
+ polkadotVault: boolean;
1509
+ bitcoinBroadcast: boolean;
1510
+ bitcoinChainTracking: boolean;
1511
+ bitcoinIngressEgress: boolean;
1512
+ bitcoinVault: boolean;
1513
+ arbitrumBroadcast: boolean;
1514
+ arbitrumChainTracking: boolean;
1515
+ arbitrumIngressEgress: boolean;
1516
+ arbitrumVault: boolean;
1517
+ };
1518
+ };
1519
+ ingressEgressEthereum: {
1520
+ boostDepositsEnabled: boolean;
1521
+ addBoostFundsEnabled: boolean;
1522
+ stopBoostingEnabled: boolean;
1523
+ depositsEnabled: boolean;
1524
+ };
1525
+ ingressEgressBitcoin: {
1526
+ boostDepositsEnabled: boolean;
1527
+ addBoostFundsEnabled: boolean;
1528
+ stopBoostingEnabled: boolean;
1529
+ depositsEnabled: boolean;
1530
+ };
1531
+ ingressEgressPolkadot: {
1532
+ boostDepositsEnabled: boolean;
1533
+ addBoostFundsEnabled: boolean;
1534
+ stopBoostingEnabled: boolean;
1535
+ depositsEnabled: boolean;
1536
+ };
1537
+ ingressEgressArbitrum: {
1538
+ boostDepositsEnabled: boolean;
1539
+ addBoostFundsEnabled: boolean;
1540
+ stopBoostingEnabled: boolean;
1541
+ depositsEnabled: boolean;
1542
+ };
1543
+ };
1544
+ }>]>;
1545
+ declare const cfChainsBtcUtxoSelectionConsolidationParameters: z.ZodObject<{
1546
+ consolidationThreshold: z.ZodNumber;
1547
+ consolidationSize: z.ZodNumber;
1548
+ }, "strip", z.ZodTypeAny, {
1549
+ consolidationThreshold: number;
1550
+ consolidationSize: number;
1551
+ }, {
1552
+ consolidationThreshold: number;
1553
+ consolidationSize: number;
1554
+ }>;
1555
+ declare const cfChainsBtcUtxoId: z.ZodObject<{
1556
+ txId: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1557
+ vout: z.ZodNumber;
1558
+ }, "strip", z.ZodTypeAny, {
1559
+ txId: `0x${string}`;
1560
+ vout: number;
1561
+ }, {
1562
+ txId: string;
1563
+ vout: number;
1564
+ }>;
1565
+ declare const numericString: z.ZodEffects<z.ZodString, string, string>;
1566
+ 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>;
1567
+ declare const cfChainsBtcBitcoinScript: z.ZodObject<{
1568
+ bytes: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1569
+ }, "strip", z.ZodTypeAny, {
1570
+ bytes: `0x${string}`;
1571
+ }, {
1572
+ bytes: string;
1573
+ }>;
1574
+ declare const cfChainsBtcDepositAddressTapscriptPath: z.ZodObject<{
1575
+ salt: z.ZodNumber;
1576
+ tweakedPubkeyBytes: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1577
+ tapleafHash: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1578
+ unlockScript: z.ZodObject<{
1579
+ bytes: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1580
+ }, "strip", z.ZodTypeAny, {
1581
+ bytes: `0x${string}`;
1582
+ }, {
1583
+ bytes: string;
1584
+ }>;
1585
+ }, "strip", z.ZodTypeAny, {
1586
+ salt: number;
1587
+ tweakedPubkeyBytes: `0x${string}`;
1588
+ tapleafHash: `0x${string}`;
1589
+ unlockScript: {
1590
+ bytes: `0x${string}`;
1591
+ };
1592
+ }, {
1593
+ salt: number;
1594
+ tweakedPubkeyBytes: string;
1595
+ tapleafHash: string;
1596
+ unlockScript: {
1597
+ bytes: string;
1598
+ };
1599
+ }>;
1600
+ declare const cfChainsBtcDepositAddress: z.ZodObject<{
1601
+ pubkeyX: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1602
+ scriptPath: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1603
+ salt: z.ZodNumber;
1604
+ tweakedPubkeyBytes: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1605
+ tapleafHash: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1606
+ unlockScript: z.ZodObject<{
1607
+ bytes: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1608
+ }, "strip", z.ZodTypeAny, {
1609
+ bytes: `0x${string}`;
1610
+ }, {
1611
+ bytes: string;
1612
+ }>;
1613
+ }, "strip", z.ZodTypeAny, {
1614
+ salt: number;
1615
+ tweakedPubkeyBytes: `0x${string}`;
1616
+ tapleafHash: `0x${string}`;
1617
+ unlockScript: {
1618
+ bytes: `0x${string}`;
1619
+ };
1620
+ }, {
1621
+ salt: number;
1622
+ tweakedPubkeyBytes: string;
1623
+ tapleafHash: string;
1624
+ unlockScript: {
1625
+ bytes: string;
1626
+ };
1627
+ }>>>;
1628
+ }, "strip", z.ZodTypeAny, {
1629
+ pubkeyX: `0x${string}`;
1630
+ scriptPath?: {
1631
+ salt: number;
1632
+ tweakedPubkeyBytes: `0x${string}`;
1633
+ tapleafHash: `0x${string}`;
1634
+ unlockScript: {
1635
+ bytes: `0x${string}`;
1636
+ };
1637
+ } | null | undefined;
1638
+ }, {
1639
+ pubkeyX: string;
1640
+ scriptPath?: {
1641
+ salt: number;
1642
+ tweakedPubkeyBytes: string;
1643
+ tapleafHash: string;
1644
+ unlockScript: {
1645
+ bytes: string;
1646
+ };
1647
+ } | null | undefined;
1648
+ }>;
1649
+ declare const cfChainsBtcUtxo: z.ZodObject<{
1650
+ id: z.ZodObject<{
1651
+ txId: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1652
+ vout: z.ZodNumber;
1653
+ }, "strip", z.ZodTypeAny, {
1654
+ txId: `0x${string}`;
1655
+ vout: number;
1656
+ }, {
1657
+ txId: string;
1658
+ vout: number;
1659
+ }>;
1660
+ amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
1661
+ depositAddress: z.ZodObject<{
1662
+ pubkeyX: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1663
+ scriptPath: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1664
+ salt: z.ZodNumber;
1665
+ tweakedPubkeyBytes: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1666
+ tapleafHash: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1667
+ unlockScript: z.ZodObject<{
1668
+ bytes: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1669
+ }, "strip", z.ZodTypeAny, {
1670
+ bytes: `0x${string}`;
1671
+ }, {
1672
+ bytes: string;
1673
+ }>;
1674
+ }, "strip", z.ZodTypeAny, {
1675
+ salt: number;
1676
+ tweakedPubkeyBytes: `0x${string}`;
1677
+ tapleafHash: `0x${string}`;
1678
+ unlockScript: {
1679
+ bytes: `0x${string}`;
1680
+ };
1681
+ }, {
1682
+ salt: number;
1683
+ tweakedPubkeyBytes: string;
1684
+ tapleafHash: string;
1685
+ unlockScript: {
1686
+ bytes: string;
1687
+ };
1688
+ }>>>;
1689
+ }, "strip", z.ZodTypeAny, {
1690
+ pubkeyX: `0x${string}`;
1691
+ scriptPath?: {
1692
+ salt: number;
1693
+ tweakedPubkeyBytes: `0x${string}`;
1694
+ tapleafHash: `0x${string}`;
1695
+ unlockScript: {
1696
+ bytes: `0x${string}`;
1697
+ };
1698
+ } | null | undefined;
1699
+ }, {
1700
+ pubkeyX: string;
1701
+ scriptPath?: {
1702
+ salt: number;
1703
+ tweakedPubkeyBytes: string;
1704
+ tapleafHash: string;
1705
+ unlockScript: {
1706
+ bytes: string;
1707
+ };
1708
+ } | null | undefined;
1709
+ }>;
1710
+ }, "strip", z.ZodTypeAny, {
1711
+ id: {
1712
+ txId: `0x${string}`;
1713
+ vout: number;
1714
+ };
1715
+ amount: bigint;
1716
+ depositAddress: {
1717
+ pubkeyX: `0x${string}`;
1718
+ scriptPath?: {
1719
+ salt: number;
1720
+ tweakedPubkeyBytes: `0x${string}`;
1721
+ tapleafHash: `0x${string}`;
1722
+ unlockScript: {
1723
+ bytes: `0x${string}`;
1724
+ };
1725
+ } | null | undefined;
1726
+ };
1727
+ }, {
1728
+ id: {
1729
+ txId: string;
1730
+ vout: number;
1731
+ };
1732
+ amount: string | number;
1733
+ depositAddress: {
1734
+ pubkeyX: string;
1735
+ scriptPath?: {
1736
+ salt: number;
1737
+ tweakedPubkeyBytes: string;
1738
+ tapleafHash: string;
1739
+ unlockScript: {
1740
+ bytes: string;
1741
+ };
1742
+ } | null | undefined;
1743
+ };
1744
+ }>;
1745
+ declare const cfPrimitivesChainsForeignChain: z.ZodEffects<z.ZodObject<{
1746
+ __kind: z.ZodEnum<["Ethereum", "Polkadot", "Bitcoin", "Arbitrum"]>;
1747
+ }, "strip", z.ZodTypeAny, {
1748
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum";
1749
+ }, {
1750
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum";
1751
+ }>, "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum", {
1752
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum";
1753
+ }>;
1754
+ declare const accountId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
1755
+ declare const cfPrimitivesAccountRole: z.ZodEffects<z.ZodObject<{
1756
+ __kind: z.ZodEnum<["Unregistered", "Validator", "LiquidityProvider", "Broker"]>;
1757
+ }, "strip", z.ZodTypeAny, {
1758
+ __kind: "Unregistered" | "Validator" | "LiquidityProvider" | "Broker";
1759
+ }, {
1760
+ __kind: "Unregistered" | "Validator" | "LiquidityProvider" | "Broker";
1761
+ }>, "Unregistered" | "Validator" | "LiquidityProvider" | "Broker", {
1762
+ __kind: "Unregistered" | "Validator" | "LiquidityProvider" | "Broker";
1763
+ }>;
1764
+ declare const palletCfValidatorRotationState: z.ZodObject<{
1765
+ primaryCandidates: z.ZodArray<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>, "many">;
1766
+ secondaryCandidates: z.ZodArray<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>, "many">;
1767
+ banned: z.ZodArray<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>, "many">;
1768
+ bond: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
1769
+ newEpochIndex: z.ZodNumber;
1770
+ }, "strip", z.ZodTypeAny, {
1771
+ primaryCandidates: string[];
1772
+ secondaryCandidates: string[];
1773
+ banned: string[];
1774
+ bond: bigint;
1775
+ newEpochIndex: number;
1776
+ }, {
1777
+ primaryCandidates: string[];
1778
+ secondaryCandidates: string[];
1779
+ banned: string[];
1780
+ bond: string | number;
1781
+ newEpochIndex: number;
1782
+ }>;
1783
+ declare const palletCfValidatorRotationPhase: z.ZodUnion<[z.ZodObject<{
1784
+ __kind: z.ZodLiteral<"Idle">;
1785
+ }, "strip", z.ZodTypeAny, {
1786
+ __kind: "Idle";
1787
+ }, {
1788
+ __kind: "Idle";
1789
+ }>, z.ZodObject<{
1790
+ __kind: z.ZodLiteral<"KeygensInProgress">;
1791
+ value: z.ZodObject<{
1792
+ primaryCandidates: z.ZodArray<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>, "many">;
1793
+ secondaryCandidates: z.ZodArray<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>, "many">;
1794
+ banned: z.ZodArray<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>, "many">;
1795
+ bond: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
1796
+ newEpochIndex: z.ZodNumber;
1797
+ }, "strip", z.ZodTypeAny, {
1798
+ primaryCandidates: string[];
1799
+ secondaryCandidates: string[];
1800
+ banned: string[];
1801
+ bond: bigint;
1802
+ newEpochIndex: number;
1803
+ }, {
1804
+ primaryCandidates: string[];
1805
+ secondaryCandidates: string[];
1806
+ banned: string[];
1807
+ bond: string | number;
1808
+ newEpochIndex: number;
1809
+ }>;
1810
+ }, "strip", z.ZodTypeAny, {
1811
+ __kind: "KeygensInProgress";
1812
+ value: {
1813
+ primaryCandidates: string[];
1814
+ secondaryCandidates: string[];
1815
+ banned: string[];
1816
+ bond: bigint;
1817
+ newEpochIndex: number;
1818
+ };
1819
+ }, {
1820
+ __kind: "KeygensInProgress";
1821
+ value: {
1822
+ primaryCandidates: string[];
1823
+ secondaryCandidates: string[];
1824
+ banned: string[];
1825
+ bond: string | number;
1826
+ newEpochIndex: number;
1827
+ };
1828
+ }>, z.ZodObject<{
1829
+ __kind: z.ZodLiteral<"KeyHandoversInProgress">;
1830
+ value: z.ZodObject<{
1831
+ primaryCandidates: z.ZodArray<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>, "many">;
1832
+ secondaryCandidates: z.ZodArray<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>, "many">;
1833
+ banned: z.ZodArray<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>, "many">;
1834
+ bond: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
1835
+ newEpochIndex: z.ZodNumber;
1836
+ }, "strip", z.ZodTypeAny, {
1837
+ primaryCandidates: string[];
1838
+ secondaryCandidates: string[];
1839
+ banned: string[];
1840
+ bond: bigint;
1841
+ newEpochIndex: number;
1842
+ }, {
1843
+ primaryCandidates: string[];
1844
+ secondaryCandidates: string[];
1845
+ banned: string[];
1846
+ bond: string | number;
1847
+ newEpochIndex: number;
1848
+ }>;
1849
+ }, "strip", z.ZodTypeAny, {
1850
+ __kind: "KeyHandoversInProgress";
1851
+ value: {
1852
+ primaryCandidates: string[];
1853
+ secondaryCandidates: string[];
1854
+ banned: string[];
1855
+ bond: bigint;
1856
+ newEpochIndex: number;
1857
+ };
1858
+ }, {
1859
+ __kind: "KeyHandoversInProgress";
1860
+ value: {
1861
+ primaryCandidates: string[];
1862
+ secondaryCandidates: string[];
1863
+ banned: string[];
1864
+ bond: string | number;
1865
+ newEpochIndex: number;
1866
+ };
1867
+ }>, z.ZodObject<{
1868
+ __kind: z.ZodLiteral<"ActivatingKeys">;
1869
+ value: z.ZodObject<{
1870
+ primaryCandidates: z.ZodArray<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>, "many">;
1871
+ secondaryCandidates: z.ZodArray<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>, "many">;
1872
+ banned: z.ZodArray<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>, "many">;
1873
+ bond: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
1874
+ newEpochIndex: z.ZodNumber;
1875
+ }, "strip", z.ZodTypeAny, {
1876
+ primaryCandidates: string[];
1877
+ secondaryCandidates: string[];
1878
+ banned: string[];
1879
+ bond: bigint;
1880
+ newEpochIndex: number;
1881
+ }, {
1882
+ primaryCandidates: string[];
1883
+ secondaryCandidates: string[];
1884
+ banned: string[];
1885
+ bond: string | number;
1886
+ newEpochIndex: number;
1887
+ }>;
1888
+ }, "strip", z.ZodTypeAny, {
1889
+ __kind: "ActivatingKeys";
1890
+ value: {
1891
+ primaryCandidates: string[];
1892
+ secondaryCandidates: string[];
1893
+ banned: string[];
1894
+ bond: bigint;
1895
+ newEpochIndex: number;
1896
+ };
1897
+ }, {
1898
+ __kind: "ActivatingKeys";
1899
+ value: {
1900
+ primaryCandidates: string[];
1901
+ secondaryCandidates: string[];
1902
+ banned: string[];
1903
+ bond: string | number;
1904
+ newEpochIndex: number;
1905
+ };
1906
+ }>, z.ZodObject<{
1907
+ __kind: z.ZodLiteral<"NewKeysActivated">;
1908
+ value: z.ZodObject<{
1909
+ primaryCandidates: z.ZodArray<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>, "many">;
1910
+ secondaryCandidates: z.ZodArray<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>, "many">;
1911
+ banned: z.ZodArray<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>, "many">;
1912
+ bond: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
1913
+ newEpochIndex: z.ZodNumber;
1914
+ }, "strip", z.ZodTypeAny, {
1915
+ primaryCandidates: string[];
1916
+ secondaryCandidates: string[];
1917
+ banned: string[];
1918
+ bond: bigint;
1919
+ newEpochIndex: number;
1920
+ }, {
1921
+ primaryCandidates: string[];
1922
+ secondaryCandidates: string[];
1923
+ banned: string[];
1924
+ bond: string | number;
1925
+ newEpochIndex: number;
1926
+ }>;
1927
+ }, "strip", z.ZodTypeAny, {
1928
+ __kind: "NewKeysActivated";
1929
+ value: {
1930
+ primaryCandidates: string[];
1931
+ secondaryCandidates: string[];
1932
+ banned: string[];
1933
+ bond: bigint;
1934
+ newEpochIndex: number;
1935
+ };
1936
+ }, {
1937
+ __kind: "NewKeysActivated";
1938
+ value: {
1939
+ primaryCandidates: string[];
1940
+ secondaryCandidates: string[];
1941
+ banned: string[];
1942
+ bond: string | number;
1943
+ newEpochIndex: number;
1944
+ };
1945
+ }>, z.ZodObject<{
1946
+ __kind: z.ZodLiteral<"SessionRotating">;
1947
+ value: z.ZodTuple<[z.ZodArray<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>, "many">, z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>], null>;
1948
+ }, "strip", z.ZodTypeAny, {
1949
+ __kind: "SessionRotating";
1950
+ value: [string[], bigint];
1951
+ }, {
1952
+ __kind: "SessionRotating";
1953
+ value: [string[], string | number];
1954
+ }>]>;
1955
+ declare const palletCfTokenholderGovernanceProposal: z.ZodUnion<[z.ZodObject<{
1956
+ __kind: z.ZodLiteral<"SetGovernanceKey">;
1957
+ value: z.ZodTuple<[z.ZodEffects<z.ZodObject<{
1958
+ __kind: z.ZodEnum<["Ethereum", "Polkadot", "Bitcoin", "Arbitrum"]>;
1959
+ }, "strip", z.ZodTypeAny, {
1960
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum";
1961
+ }, {
1962
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum";
1963
+ }>, "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum", {
1964
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum";
1965
+ }>, z.ZodEffects<z.ZodString, `0x${string}`, string>], null>;
1966
+ }, "strip", z.ZodTypeAny, {
1967
+ __kind: "SetGovernanceKey";
1968
+ value: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum", `0x${string}`];
1969
+ }, {
1970
+ __kind: "SetGovernanceKey";
1971
+ value: [{
1972
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum";
1973
+ }, string];
1974
+ }>, z.ZodObject<{
1975
+ __kind: z.ZodLiteral<"SetCommunityKey">;
1976
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1977
+ }, "strip", z.ZodTypeAny, {
1978
+ __kind: "SetCommunityKey";
1979
+ value: `0x${string}`;
1980
+ }, {
1981
+ __kind: "SetCommunityKey";
1982
+ value: string;
1983
+ }>]>;
1984
+ declare const cfChainsEvmParityBit: z.ZodEffects<z.ZodObject<{
1985
+ __kind: z.ZodEnum<["Odd", "Even"]>;
1986
+ }, "strip", z.ZodTypeAny, {
1987
+ __kind: "Odd" | "Even";
1988
+ }, {
1989
+ __kind: "Odd" | "Even";
1990
+ }>, "Odd" | "Even", {
1991
+ __kind: "Odd" | "Even";
1992
+ }>;
1993
+ declare const cfChainsEvmAggKey: z.ZodObject<{
1994
+ pubKeyX: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1995
+ pubKeyYParity: z.ZodEffects<z.ZodObject<{
1996
+ __kind: z.ZodEnum<["Odd", "Even"]>;
1997
+ }, "strip", z.ZodTypeAny, {
1998
+ __kind: "Odd" | "Even";
1999
+ }, {
2000
+ __kind: "Odd" | "Even";
2001
+ }>, "Odd" | "Even", {
2002
+ __kind: "Odd" | "Even";
2003
+ }>;
2004
+ }, "strip", z.ZodTypeAny, {
2005
+ pubKeyX: `0x${string}`;
2006
+ pubKeyYParity: "Odd" | "Even";
2007
+ }, {
2008
+ pubKeyX: string;
2009
+ pubKeyYParity: {
2010
+ __kind: "Odd" | "Even";
2011
+ };
2012
+ }>;
2013
+ declare const spRuntimeModuleError: z.ZodObject<{
2014
+ index: z.ZodNumber;
2015
+ error: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2016
+ }, "strip", z.ZodTypeAny, {
2017
+ index: number;
2018
+ error: `0x${string}`;
2019
+ }, {
2020
+ index: number;
2021
+ error: string;
2022
+ }>;
2023
+ declare const spRuntimeTokenError: z.ZodEffects<z.ZodObject<{
2024
+ __kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
2025
+ }, "strip", z.ZodTypeAny, {
2026
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2027
+ }, {
2028
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2029
+ }>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
2030
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2031
+ }>;
2032
+ declare const spArithmeticArithmeticError: z.ZodEffects<z.ZodObject<{
2033
+ __kind: z.ZodEnum<["Underflow", "Overflow", "DivisionByZero"]>;
2034
+ }, "strip", z.ZodTypeAny, {
2035
+ __kind: "Underflow" | "Overflow" | "DivisionByZero";
2036
+ }, {
2037
+ __kind: "Underflow" | "Overflow" | "DivisionByZero";
2038
+ }>, "Underflow" | "Overflow" | "DivisionByZero", {
2039
+ __kind: "Underflow" | "Overflow" | "DivisionByZero";
2040
+ }>;
2041
+ declare const spRuntimeTransactionalError: z.ZodEffects<z.ZodObject<{
2042
+ __kind: z.ZodEnum<["LimitReached", "NoLayer"]>;
2043
+ }, "strip", z.ZodTypeAny, {
2044
+ __kind: "LimitReached" | "NoLayer";
2045
+ }, {
2046
+ __kind: "LimitReached" | "NoLayer";
2047
+ }>, "LimitReached" | "NoLayer", {
2048
+ __kind: "LimitReached" | "NoLayer";
2049
+ }>;
2050
+ declare const spRuntimeDispatchError: z.ZodUnion<[z.ZodObject<{
2051
+ __kind: z.ZodLiteral<"Other">;
2052
+ }, "strip", z.ZodTypeAny, {
2053
+ __kind: "Other";
2054
+ }, {
2055
+ __kind: "Other";
2056
+ }>, z.ZodObject<{
2057
+ __kind: z.ZodLiteral<"CannotLookup">;
2058
+ }, "strip", z.ZodTypeAny, {
2059
+ __kind: "CannotLookup";
2060
+ }, {
2061
+ __kind: "CannotLookup";
2062
+ }>, z.ZodObject<{
2063
+ __kind: z.ZodLiteral<"BadOrigin">;
2064
+ }, "strip", z.ZodTypeAny, {
2065
+ __kind: "BadOrigin";
2066
+ }, {
2067
+ __kind: "BadOrigin";
2068
+ }>, z.ZodObject<{
2069
+ __kind: z.ZodLiteral<"Module">;
2070
+ value: z.ZodObject<{
2071
+ index: z.ZodNumber;
2072
+ error: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2073
+ }, "strip", z.ZodTypeAny, {
2074
+ index: number;
2075
+ error: `0x${string}`;
2076
+ }, {
2077
+ index: number;
2078
+ error: string;
2079
+ }>;
2080
+ }, "strip", z.ZodTypeAny, {
2081
+ __kind: "Module";
2082
+ value: {
2083
+ index: number;
2084
+ error: `0x${string}`;
2085
+ };
2086
+ }, {
2087
+ __kind: "Module";
2088
+ value: {
2089
+ index: number;
2090
+ error: string;
2091
+ };
2092
+ }>, z.ZodObject<{
2093
+ __kind: z.ZodLiteral<"ConsumerRemaining">;
2094
+ }, "strip", z.ZodTypeAny, {
2095
+ __kind: "ConsumerRemaining";
2096
+ }, {
2097
+ __kind: "ConsumerRemaining";
2098
+ }>, z.ZodObject<{
2099
+ __kind: z.ZodLiteral<"NoProviders">;
2100
+ }, "strip", z.ZodTypeAny, {
2101
+ __kind: "NoProviders";
2102
+ }, {
2103
+ __kind: "NoProviders";
2104
+ }>, z.ZodObject<{
2105
+ __kind: z.ZodLiteral<"TooManyConsumers">;
2106
+ }, "strip", z.ZodTypeAny, {
2107
+ __kind: "TooManyConsumers";
2108
+ }, {
2109
+ __kind: "TooManyConsumers";
2110
+ }>, z.ZodObject<{
2111
+ __kind: z.ZodLiteral<"Token">;
2112
+ value: z.ZodEffects<z.ZodObject<{
2113
+ __kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
2114
+ }, "strip", z.ZodTypeAny, {
2115
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2116
+ }, {
2117
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2118
+ }>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
2119
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2120
+ }>;
2121
+ }, "strip", z.ZodTypeAny, {
2122
+ __kind: "Token";
2123
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2124
+ }, {
2125
+ __kind: "Token";
2126
+ value: {
2127
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2128
+ };
2129
+ }>, z.ZodObject<{
2130
+ __kind: z.ZodLiteral<"Arithmetic">;
2131
+ value: z.ZodEffects<z.ZodObject<{
2132
+ __kind: z.ZodEnum<["Underflow", "Overflow", "DivisionByZero"]>;
2133
+ }, "strip", z.ZodTypeAny, {
2134
+ __kind: "Underflow" | "Overflow" | "DivisionByZero";
2135
+ }, {
2136
+ __kind: "Underflow" | "Overflow" | "DivisionByZero";
2137
+ }>, "Underflow" | "Overflow" | "DivisionByZero", {
2138
+ __kind: "Underflow" | "Overflow" | "DivisionByZero";
2139
+ }>;
2140
+ }, "strip", z.ZodTypeAny, {
2141
+ __kind: "Arithmetic";
2142
+ value: "Underflow" | "Overflow" | "DivisionByZero";
2143
+ }, {
2144
+ __kind: "Arithmetic";
2145
+ value: {
2146
+ __kind: "Underflow" | "Overflow" | "DivisionByZero";
2147
+ };
2148
+ }>, z.ZodObject<{
2149
+ __kind: z.ZodLiteral<"Transactional">;
2150
+ value: z.ZodEffects<z.ZodObject<{
2151
+ __kind: z.ZodEnum<["LimitReached", "NoLayer"]>;
2152
+ }, "strip", z.ZodTypeAny, {
2153
+ __kind: "LimitReached" | "NoLayer";
2154
+ }, {
2155
+ __kind: "LimitReached" | "NoLayer";
2156
+ }>, "LimitReached" | "NoLayer", {
2157
+ __kind: "LimitReached" | "NoLayer";
2158
+ }>;
2159
+ }, "strip", z.ZodTypeAny, {
2160
+ __kind: "Transactional";
2161
+ value: "LimitReached" | "NoLayer";
2162
+ }, {
2163
+ __kind: "Transactional";
2164
+ value: {
2165
+ __kind: "LimitReached" | "NoLayer";
2166
+ };
2167
+ }>, z.ZodObject<{
2168
+ __kind: z.ZodLiteral<"Exhausted">;
2169
+ }, "strip", z.ZodTypeAny, {
2170
+ __kind: "Exhausted";
2171
+ }, {
2172
+ __kind: "Exhausted";
2173
+ }>, z.ZodObject<{
2174
+ __kind: z.ZodLiteral<"Corruption">;
2175
+ }, "strip", z.ZodTypeAny, {
2176
+ __kind: "Corruption";
2177
+ }, {
2178
+ __kind: "Corruption";
2179
+ }>, z.ZodObject<{
2180
+ __kind: z.ZodLiteral<"Unavailable">;
2181
+ }, "strip", z.ZodTypeAny, {
2182
+ __kind: "Unavailable";
2183
+ }, {
2184
+ __kind: "Unavailable";
2185
+ }>, z.ZodObject<{
2186
+ __kind: z.ZodLiteral<"RootNotAllowed">;
2187
+ }, "strip", z.ZodTypeAny, {
2188
+ __kind: "RootNotAllowed";
2189
+ }, {
2190
+ __kind: "RootNotAllowed";
2191
+ }>]>;
2192
+ declare const dispatchResult: z.ZodUnion<[z.ZodObject<{
2193
+ __kind: z.ZodLiteral<"Ok">;
2194
+ }, "strip", z.ZodTypeAny, {
2195
+ __kind: "Ok";
2196
+ }, {
2197
+ __kind: "Ok";
2198
+ }>, z.ZodObject<{
2199
+ __kind: z.ZodLiteral<"Err">;
2200
+ value: z.ZodUnion<[z.ZodObject<{
2201
+ __kind: z.ZodLiteral<"Other">;
2202
+ }, "strip", z.ZodTypeAny, {
2203
+ __kind: "Other";
2204
+ }, {
2205
+ __kind: "Other";
2206
+ }>, z.ZodObject<{
2207
+ __kind: z.ZodLiteral<"CannotLookup">;
2208
+ }, "strip", z.ZodTypeAny, {
2209
+ __kind: "CannotLookup";
2210
+ }, {
2211
+ __kind: "CannotLookup";
2212
+ }>, z.ZodObject<{
2213
+ __kind: z.ZodLiteral<"BadOrigin">;
2214
+ }, "strip", z.ZodTypeAny, {
2215
+ __kind: "BadOrigin";
2216
+ }, {
2217
+ __kind: "BadOrigin";
2218
+ }>, z.ZodObject<{
2219
+ __kind: z.ZodLiteral<"Module">;
2220
+ value: z.ZodObject<{
2221
+ index: z.ZodNumber;
2222
+ error: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2223
+ }, "strip", z.ZodTypeAny, {
2224
+ index: number;
2225
+ error: `0x${string}`;
2226
+ }, {
2227
+ index: number;
2228
+ error: string;
2229
+ }>;
2230
+ }, "strip", z.ZodTypeAny, {
2231
+ __kind: "Module";
2232
+ value: {
2233
+ index: number;
2234
+ error: `0x${string}`;
2235
+ };
2236
+ }, {
2237
+ __kind: "Module";
2238
+ value: {
2239
+ index: number;
2240
+ error: string;
2241
+ };
2242
+ }>, z.ZodObject<{
2243
+ __kind: z.ZodLiteral<"ConsumerRemaining">;
2244
+ }, "strip", z.ZodTypeAny, {
2245
+ __kind: "ConsumerRemaining";
2246
+ }, {
2247
+ __kind: "ConsumerRemaining";
2248
+ }>, z.ZodObject<{
2249
+ __kind: z.ZodLiteral<"NoProviders">;
2250
+ }, "strip", z.ZodTypeAny, {
2251
+ __kind: "NoProviders";
2252
+ }, {
2253
+ __kind: "NoProviders";
2254
+ }>, z.ZodObject<{
2255
+ __kind: z.ZodLiteral<"TooManyConsumers">;
2256
+ }, "strip", z.ZodTypeAny, {
2257
+ __kind: "TooManyConsumers";
2258
+ }, {
2259
+ __kind: "TooManyConsumers";
2260
+ }>, z.ZodObject<{
2261
+ __kind: z.ZodLiteral<"Token">;
2262
+ value: z.ZodEffects<z.ZodObject<{
2263
+ __kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
2264
+ }, "strip", z.ZodTypeAny, {
2265
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2266
+ }, {
2267
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2268
+ }>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
2269
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2270
+ }>;
2271
+ }, "strip", z.ZodTypeAny, {
2272
+ __kind: "Token";
2273
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2274
+ }, {
2275
+ __kind: "Token";
2276
+ value: {
2277
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2278
+ };
2279
+ }>, z.ZodObject<{
2280
+ __kind: z.ZodLiteral<"Arithmetic">;
2281
+ value: z.ZodEffects<z.ZodObject<{
2282
+ __kind: z.ZodEnum<["Underflow", "Overflow", "DivisionByZero"]>;
2283
+ }, "strip", z.ZodTypeAny, {
2284
+ __kind: "Underflow" | "Overflow" | "DivisionByZero";
2285
+ }, {
2286
+ __kind: "Underflow" | "Overflow" | "DivisionByZero";
2287
+ }>, "Underflow" | "Overflow" | "DivisionByZero", {
2288
+ __kind: "Underflow" | "Overflow" | "DivisionByZero";
2289
+ }>;
2290
+ }, "strip", z.ZodTypeAny, {
2291
+ __kind: "Arithmetic";
2292
+ value: "Underflow" | "Overflow" | "DivisionByZero";
2293
+ }, {
2294
+ __kind: "Arithmetic";
2295
+ value: {
2296
+ __kind: "Underflow" | "Overflow" | "DivisionByZero";
2297
+ };
2298
+ }>, z.ZodObject<{
2299
+ __kind: z.ZodLiteral<"Transactional">;
2300
+ value: z.ZodEffects<z.ZodObject<{
2301
+ __kind: z.ZodEnum<["LimitReached", "NoLayer"]>;
2302
+ }, "strip", z.ZodTypeAny, {
2303
+ __kind: "LimitReached" | "NoLayer";
2304
+ }, {
2305
+ __kind: "LimitReached" | "NoLayer";
2306
+ }>, "LimitReached" | "NoLayer", {
2307
+ __kind: "LimitReached" | "NoLayer";
2308
+ }>;
2309
+ }, "strip", z.ZodTypeAny, {
2310
+ __kind: "Transactional";
2311
+ value: "LimitReached" | "NoLayer";
2312
+ }, {
2313
+ __kind: "Transactional";
2314
+ value: {
2315
+ __kind: "LimitReached" | "NoLayer";
2316
+ };
2317
+ }>, z.ZodObject<{
2318
+ __kind: z.ZodLiteral<"Exhausted">;
2319
+ }, "strip", z.ZodTypeAny, {
2320
+ __kind: "Exhausted";
2321
+ }, {
2322
+ __kind: "Exhausted";
2323
+ }>, z.ZodObject<{
2324
+ __kind: z.ZodLiteral<"Corruption">;
2325
+ }, "strip", z.ZodTypeAny, {
2326
+ __kind: "Corruption";
2327
+ }, {
2328
+ __kind: "Corruption";
2329
+ }>, z.ZodObject<{
2330
+ __kind: z.ZodLiteral<"Unavailable">;
2331
+ }, "strip", z.ZodTypeAny, {
2332
+ __kind: "Unavailable";
2333
+ }, {
2334
+ __kind: "Unavailable";
2335
+ }>, z.ZodObject<{
2336
+ __kind: z.ZodLiteral<"RootNotAllowed">;
2337
+ }, "strip", z.ZodTypeAny, {
2338
+ __kind: "RootNotAllowed";
2339
+ }, {
2340
+ __kind: "RootNotAllowed";
2341
+ }>]>;
2342
+ }, "strip", z.ZodTypeAny, {
2343
+ __kind: "Err";
2344
+ value: {
2345
+ __kind: "Other";
2346
+ } | {
2347
+ __kind: "CannotLookup";
2348
+ } | {
2349
+ __kind: "BadOrigin";
2350
+ } | {
2351
+ __kind: "Module";
2352
+ value: {
2353
+ index: number;
2354
+ error: `0x${string}`;
2355
+ };
2356
+ } | {
2357
+ __kind: "ConsumerRemaining";
2358
+ } | {
2359
+ __kind: "NoProviders";
2360
+ } | {
2361
+ __kind: "TooManyConsumers";
2362
+ } | {
2363
+ __kind: "Token";
2364
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2365
+ } | {
2366
+ __kind: "Arithmetic";
2367
+ value: "Underflow" | "Overflow" | "DivisionByZero";
2368
+ } | {
2369
+ __kind: "Transactional";
2370
+ value: "LimitReached" | "NoLayer";
2371
+ } | {
2372
+ __kind: "Exhausted";
2373
+ } | {
2374
+ __kind: "Corruption";
2375
+ } | {
2376
+ __kind: "Unavailable";
2377
+ } | {
2378
+ __kind: "RootNotAllowed";
2379
+ };
2380
+ }, {
2381
+ __kind: "Err";
2382
+ value: {
2383
+ __kind: "Other";
2384
+ } | {
2385
+ __kind: "CannotLookup";
2386
+ } | {
2387
+ __kind: "BadOrigin";
2388
+ } | {
2389
+ __kind: "Module";
2390
+ value: {
2391
+ index: number;
2392
+ error: string;
2393
+ };
2394
+ } | {
2395
+ __kind: "ConsumerRemaining";
2396
+ } | {
2397
+ __kind: "NoProviders";
2398
+ } | {
2399
+ __kind: "TooManyConsumers";
2400
+ } | {
2401
+ __kind: "Token";
2402
+ value: {
2403
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2404
+ };
2405
+ } | {
2406
+ __kind: "Arithmetic";
2407
+ value: {
2408
+ __kind: "Underflow" | "Overflow" | "DivisionByZero";
2409
+ };
2410
+ } | {
2411
+ __kind: "Transactional";
2412
+ value: {
2413
+ __kind: "LimitReached" | "NoLayer";
2414
+ };
2415
+ } | {
2416
+ __kind: "Exhausted";
2417
+ } | {
2418
+ __kind: "Corruption";
2419
+ } | {
2420
+ __kind: "Unavailable";
2421
+ } | {
2422
+ __kind: "RootNotAllowed";
2423
+ };
2424
+ }>]>;
2425
+ declare const cfChainsAddressEncodedAddress: z.ZodUnion<[z.ZodObject<{
2426
+ __kind: z.ZodLiteral<"Eth">;
2427
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2428
+ }, "strip", z.ZodTypeAny, {
2429
+ __kind: "Eth";
2430
+ value: `0x${string}`;
2431
+ }, {
2432
+ __kind: "Eth";
2433
+ value: string;
2434
+ }>, z.ZodObject<{
2435
+ __kind: z.ZodLiteral<"Dot">;
2436
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2437
+ }, "strip", z.ZodTypeAny, {
2438
+ __kind: "Dot";
2439
+ value: `0x${string}`;
2440
+ }, {
2441
+ __kind: "Dot";
2442
+ value: string;
2443
+ }>, z.ZodObject<{
2444
+ __kind: z.ZodLiteral<"Btc">;
2445
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2446
+ }, "strip", z.ZodTypeAny, {
2447
+ __kind: "Btc";
2448
+ value: `0x${string}`;
2449
+ }, {
2450
+ __kind: "Btc";
2451
+ value: string;
2452
+ }>, z.ZodObject<{
2453
+ __kind: z.ZodLiteral<"Arb">;
2454
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2455
+ }, "strip", z.ZodTypeAny, {
2456
+ __kind: "Arb";
2457
+ value: `0x${string}`;
2458
+ }, {
2459
+ __kind: "Arb";
2460
+ value: string;
2461
+ }>]>;
2462
+ declare const cfPrimitivesChainsAssetsAnyAsset: z.ZodEffects<z.ZodObject<{
2463
+ __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt"]>;
2464
+ }, "strip", z.ZodTypeAny, {
2465
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
2466
+ }, {
2467
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
2468
+ }>, "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt", {
2469
+ __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
2470
+ }>;
2471
+ declare const cfChainsCcmChannelMetadata: z.ZodObject<{
2472
+ message: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2473
+ gasBudget: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
2474
+ cfParameters: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2475
+ }, "strip", z.ZodTypeAny, {
2476
+ message: `0x${string}`;
2477
+ gasBudget: bigint;
2478
+ cfParameters: `0x${string}`;
2479
+ }, {
2480
+ message: string;
2481
+ gasBudget: string | number;
2482
+ cfParameters: string;
2483
+ }>;
2484
+ declare const cfPrimitivesBeneficiary: z.ZodObject<{
2485
+ account: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
2486
+ bps: z.ZodNumber;
2487
+ }, "strip", z.ZodTypeAny, {
2488
+ account: string;
2489
+ bps: number;
2490
+ }, {
2491
+ account: string;
2492
+ bps: number;
2493
+ }>;
2494
+ declare const cfChainsSwapOrigin: z.ZodUnion<[z.ZodObject<{
2495
+ __kind: z.ZodLiteral<"DepositChannel">;
2496
+ value: z.ZodObject<{
2497
+ depositAddress: z.ZodUnion<[z.ZodObject<{
2498
+ __kind: z.ZodLiteral<"Eth">;
2499
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2500
+ }, "strip", z.ZodTypeAny, {
2501
+ __kind: "Eth";
2502
+ value: `0x${string}`;
2503
+ }, {
2504
+ __kind: "Eth";
2505
+ value: string;
2506
+ }>, z.ZodObject<{
2507
+ __kind: z.ZodLiteral<"Dot">;
2508
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2509
+ }, "strip", z.ZodTypeAny, {
2510
+ __kind: "Dot";
2511
+ value: `0x${string}`;
2512
+ }, {
2513
+ __kind: "Dot";
2514
+ value: string;
2515
+ }>, z.ZodObject<{
2516
+ __kind: z.ZodLiteral<"Btc">;
2517
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2518
+ }, "strip", z.ZodTypeAny, {
2519
+ __kind: "Btc";
2520
+ value: `0x${string}`;
2521
+ }, {
2522
+ __kind: "Btc";
2523
+ value: string;
2524
+ }>, z.ZodObject<{
2525
+ __kind: z.ZodLiteral<"Arb">;
2526
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2527
+ }, "strip", z.ZodTypeAny, {
2528
+ __kind: "Arb";
2529
+ value: `0x${string}`;
2530
+ }, {
2531
+ __kind: "Arb";
2532
+ value: string;
2533
+ }>]>;
2534
+ channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
2535
+ depositBlockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
2536
+ }, "strip", z.ZodTypeAny, {
2537
+ depositAddress: {
2538
+ __kind: "Eth";
2539
+ value: `0x${string}`;
2540
+ } | {
2541
+ __kind: "Dot";
2542
+ value: `0x${string}`;
2543
+ } | {
2544
+ __kind: "Btc";
2545
+ value: `0x${string}`;
2546
+ } | {
2547
+ __kind: "Arb";
2548
+ value: `0x${string}`;
2549
+ };
2550
+ channelId: bigint;
2551
+ depositBlockHeight: bigint;
2552
+ }, {
2553
+ depositAddress: {
2554
+ __kind: "Eth";
2555
+ value: string;
2556
+ } | {
2557
+ __kind: "Dot";
2558
+ value: string;
2559
+ } | {
2560
+ __kind: "Btc";
2561
+ value: string;
2562
+ } | {
2563
+ __kind: "Arb";
2564
+ value: string;
2565
+ };
2566
+ channelId: string | number;
2567
+ depositBlockHeight: string | number;
2568
+ }>;
2569
+ }, "strip", z.ZodTypeAny, {
2570
+ __kind: "DepositChannel";
2571
+ value: {
2572
+ depositAddress: {
2573
+ __kind: "Eth";
2574
+ value: `0x${string}`;
2575
+ } | {
2576
+ __kind: "Dot";
2577
+ value: `0x${string}`;
2578
+ } | {
2579
+ __kind: "Btc";
2580
+ value: `0x${string}`;
2581
+ } | {
2582
+ __kind: "Arb";
2583
+ value: `0x${string}`;
2584
+ };
2585
+ channelId: bigint;
2586
+ depositBlockHeight: bigint;
2587
+ };
2588
+ }, {
2589
+ __kind: "DepositChannel";
2590
+ value: {
2591
+ depositAddress: {
2592
+ __kind: "Eth";
2593
+ value: string;
2594
+ } | {
2595
+ __kind: "Dot";
2596
+ value: string;
2597
+ } | {
2598
+ __kind: "Btc";
2599
+ value: string;
2600
+ } | {
2601
+ __kind: "Arb";
2602
+ value: string;
2603
+ };
2604
+ channelId: string | number;
2605
+ depositBlockHeight: string | number;
2606
+ };
2607
+ }>, z.ZodObject<{
2608
+ __kind: z.ZodLiteral<"Vault">;
2609
+ value: z.ZodObject<{
2610
+ txHash: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2611
+ }, "strip", z.ZodTypeAny, {
2612
+ txHash: `0x${string}`;
2613
+ }, {
2614
+ txHash: string;
2615
+ }>;
2616
+ }, "strip", z.ZodTypeAny, {
2617
+ __kind: "Vault";
2618
+ value: {
2619
+ txHash: `0x${string}`;
2620
+ };
2621
+ }, {
2622
+ __kind: "Vault";
2623
+ value: {
2624
+ txHash: string;
2625
+ };
2626
+ }>]>;
2627
+ declare const cfChainsBtcScriptPubkey: z.ZodUnion<[z.ZodObject<{
2628
+ __kind: z.ZodLiteral<"P2PKH">;
2629
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2630
+ }, "strip", z.ZodTypeAny, {
2631
+ __kind: "P2PKH";
2632
+ value: `0x${string}`;
2633
+ }, {
2634
+ __kind: "P2PKH";
2635
+ value: string;
2636
+ }>, z.ZodObject<{
2637
+ __kind: z.ZodLiteral<"P2SH">;
2638
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2639
+ }, "strip", z.ZodTypeAny, {
2640
+ __kind: "P2SH";
2641
+ value: `0x${string}`;
2642
+ }, {
2643
+ __kind: "P2SH";
2644
+ value: string;
2645
+ }>, z.ZodObject<{
2646
+ __kind: z.ZodLiteral<"P2WPKH">;
2647
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2648
+ }, "strip", z.ZodTypeAny, {
2649
+ __kind: "P2WPKH";
2650
+ value: `0x${string}`;
2651
+ }, {
2652
+ __kind: "P2WPKH";
2653
+ value: string;
2654
+ }>, z.ZodObject<{
2655
+ __kind: z.ZodLiteral<"P2WSH">;
2656
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2657
+ }, "strip", z.ZodTypeAny, {
2658
+ __kind: "P2WSH";
2659
+ value: `0x${string}`;
2660
+ }, {
2661
+ __kind: "P2WSH";
2662
+ value: string;
2663
+ }>, z.ZodObject<{
2664
+ __kind: z.ZodLiteral<"Taproot">;
2665
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2666
+ }, "strip", z.ZodTypeAny, {
2667
+ __kind: "Taproot";
2668
+ value: `0x${string}`;
2669
+ }, {
2670
+ __kind: "Taproot";
2671
+ value: string;
2672
+ }>, z.ZodObject<{
2673
+ __kind: z.ZodLiteral<"OtherSegwit">;
2674
+ value: z.ZodObject<{
2675
+ version: z.ZodNumber;
2676
+ program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2677
+ }, "strip", z.ZodTypeAny, {
2678
+ version: number;
2679
+ program: `0x${string}`;
2680
+ }, {
2681
+ version: number;
2682
+ program: string;
2683
+ }>;
2684
+ }, "strip", z.ZodTypeAny, {
2685
+ __kind: "OtherSegwit";
2686
+ value: {
2687
+ version: number;
2688
+ program: `0x${string}`;
2689
+ };
2690
+ }, {
2691
+ __kind: "OtherSegwit";
2692
+ value: {
2693
+ version: number;
2694
+ program: string;
2695
+ };
2696
+ }>]>;
2697
+ declare const cfChainsAddressForeignChainAddress: z.ZodUnion<[z.ZodObject<{
2698
+ __kind: z.ZodLiteral<"Eth">;
2699
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2700
+ }, "strip", z.ZodTypeAny, {
2701
+ __kind: "Eth";
2702
+ value: `0x${string}`;
2703
+ }, {
2704
+ __kind: "Eth";
2705
+ value: string;
2706
+ }>, z.ZodObject<{
2707
+ __kind: z.ZodLiteral<"Dot">;
2708
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2709
+ }, "strip", z.ZodTypeAny, {
2710
+ __kind: "Dot";
2711
+ value: `0x${string}`;
2712
+ }, {
2713
+ __kind: "Dot";
2714
+ value: string;
2715
+ }>, z.ZodObject<{
2716
+ __kind: z.ZodLiteral<"Btc">;
2717
+ value: z.ZodUnion<[z.ZodObject<{
2718
+ __kind: z.ZodLiteral<"P2PKH">;
2719
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2720
+ }, "strip", z.ZodTypeAny, {
2721
+ __kind: "P2PKH";
2722
+ value: `0x${string}`;
2723
+ }, {
2724
+ __kind: "P2PKH";
2725
+ value: string;
2726
+ }>, z.ZodObject<{
2727
+ __kind: z.ZodLiteral<"P2SH">;
2728
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2729
+ }, "strip", z.ZodTypeAny, {
2730
+ __kind: "P2SH";
2731
+ value: `0x${string}`;
2732
+ }, {
2733
+ __kind: "P2SH";
2734
+ value: string;
2735
+ }>, z.ZodObject<{
2736
+ __kind: z.ZodLiteral<"P2WPKH">;
2737
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2738
+ }, "strip", z.ZodTypeAny, {
2739
+ __kind: "P2WPKH";
2740
+ value: `0x${string}`;
2741
+ }, {
2742
+ __kind: "P2WPKH";
2743
+ value: string;
2744
+ }>, z.ZodObject<{
2745
+ __kind: z.ZodLiteral<"P2WSH">;
2746
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2747
+ }, "strip", z.ZodTypeAny, {
2748
+ __kind: "P2WSH";
2749
+ value: `0x${string}`;
2750
+ }, {
2751
+ __kind: "P2WSH";
2752
+ value: string;
2753
+ }>, z.ZodObject<{
2754
+ __kind: z.ZodLiteral<"Taproot">;
2755
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2756
+ }, "strip", z.ZodTypeAny, {
2757
+ __kind: "Taproot";
2758
+ value: `0x${string}`;
2759
+ }, {
2760
+ __kind: "Taproot";
2761
+ value: string;
2762
+ }>, z.ZodObject<{
2763
+ __kind: z.ZodLiteral<"OtherSegwit">;
2764
+ value: z.ZodObject<{
2765
+ version: z.ZodNumber;
2766
+ program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2767
+ }, "strip", z.ZodTypeAny, {
2768
+ version: number;
2769
+ program: `0x${string}`;
2770
+ }, {
2771
+ version: number;
2772
+ program: string;
2773
+ }>;
2774
+ }, "strip", z.ZodTypeAny, {
2775
+ __kind: "OtherSegwit";
2776
+ value: {
2777
+ version: number;
2778
+ program: `0x${string}`;
2779
+ };
2780
+ }, {
2781
+ __kind: "OtherSegwit";
2782
+ value: {
2783
+ version: number;
2784
+ program: string;
2785
+ };
2786
+ }>]>;
2787
+ }, "strip", z.ZodTypeAny, {
2788
+ __kind: "Btc";
2789
+ value: {
2790
+ __kind: "P2PKH";
2791
+ value: `0x${string}`;
2792
+ } | {
2793
+ __kind: "P2SH";
2794
+ value: `0x${string}`;
2795
+ } | {
2796
+ __kind: "P2WPKH";
2797
+ value: `0x${string}`;
2798
+ } | {
2799
+ __kind: "P2WSH";
2800
+ value: `0x${string}`;
2801
+ } | {
2802
+ __kind: "Taproot";
2803
+ value: `0x${string}`;
2804
+ } | {
2805
+ __kind: "OtherSegwit";
2806
+ value: {
2807
+ version: number;
2808
+ program: `0x${string}`;
2809
+ };
2810
+ };
2811
+ }, {
2812
+ __kind: "Btc";
2813
+ value: {
2814
+ __kind: "P2PKH";
2815
+ value: string;
2816
+ } | {
2817
+ __kind: "P2SH";
2818
+ value: string;
2819
+ } | {
2820
+ __kind: "P2WPKH";
2821
+ value: string;
2822
+ } | {
2823
+ __kind: "P2WSH";
2824
+ value: string;
2825
+ } | {
2826
+ __kind: "Taproot";
2827
+ value: string;
2828
+ } | {
2829
+ __kind: "OtherSegwit";
2830
+ value: {
2831
+ version: number;
2832
+ program: string;
2833
+ };
2834
+ };
2835
+ }>, z.ZodObject<{
2836
+ __kind: z.ZodLiteral<"Arb">;
2837
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2838
+ }, "strip", z.ZodTypeAny, {
2839
+ __kind: "Arb";
2840
+ value: `0x${string}`;
2841
+ }, {
2842
+ __kind: "Arb";
2843
+ value: string;
2844
+ }>]>;
2845
+ declare const cfTraitsLiquiditySwapType: z.ZodUnion<[z.ZodObject<{
2846
+ __kind: z.ZodLiteral<"Swap">;
2847
+ value: z.ZodUnion<[z.ZodObject<{
2848
+ __kind: z.ZodLiteral<"Eth">;
2849
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2850
+ }, "strip", z.ZodTypeAny, {
2851
+ __kind: "Eth";
2852
+ value: `0x${string}`;
2853
+ }, {
2854
+ __kind: "Eth";
2855
+ value: string;
2856
+ }>, z.ZodObject<{
2857
+ __kind: z.ZodLiteral<"Dot">;
2858
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2859
+ }, "strip", z.ZodTypeAny, {
2860
+ __kind: "Dot";
2861
+ value: `0x${string}`;
2862
+ }, {
2863
+ __kind: "Dot";
2864
+ value: string;
2865
+ }>, z.ZodObject<{
2866
+ __kind: z.ZodLiteral<"Btc">;
2867
+ value: z.ZodUnion<[z.ZodObject<{
2868
+ __kind: z.ZodLiteral<"P2PKH">;
2869
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2870
+ }, "strip", z.ZodTypeAny, {
2871
+ __kind: "P2PKH";
2872
+ value: `0x${string}`;
2873
+ }, {
2874
+ __kind: "P2PKH";
2875
+ value: string;
2876
+ }>, z.ZodObject<{
2877
+ __kind: z.ZodLiteral<"P2SH">;
2878
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2879
+ }, "strip", z.ZodTypeAny, {
2880
+ __kind: "P2SH";
2881
+ value: `0x${string}`;
2882
+ }, {
2883
+ __kind: "P2SH";
2884
+ value: string;
2885
+ }>, z.ZodObject<{
2886
+ __kind: z.ZodLiteral<"P2WPKH">;
2887
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2888
+ }, "strip", z.ZodTypeAny, {
2889
+ __kind: "P2WPKH";
2890
+ value: `0x${string}`;
2891
+ }, {
2892
+ __kind: "P2WPKH";
2893
+ value: string;
2894
+ }>, z.ZodObject<{
2895
+ __kind: z.ZodLiteral<"P2WSH">;
2896
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2897
+ }, "strip", z.ZodTypeAny, {
2898
+ __kind: "P2WSH";
2899
+ value: `0x${string}`;
2900
+ }, {
2901
+ __kind: "P2WSH";
2902
+ value: string;
2903
+ }>, z.ZodObject<{
2904
+ __kind: z.ZodLiteral<"Taproot">;
2905
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2906
+ }, "strip", z.ZodTypeAny, {
2907
+ __kind: "Taproot";
2908
+ value: `0x${string}`;
2909
+ }, {
2910
+ __kind: "Taproot";
2911
+ value: string;
2912
+ }>, z.ZodObject<{
2913
+ __kind: z.ZodLiteral<"OtherSegwit">;
2914
+ value: z.ZodObject<{
2915
+ version: z.ZodNumber;
2916
+ program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2917
+ }, "strip", z.ZodTypeAny, {
2918
+ version: number;
2919
+ program: `0x${string}`;
2920
+ }, {
2921
+ version: number;
2922
+ program: string;
2923
+ }>;
2924
+ }, "strip", z.ZodTypeAny, {
2925
+ __kind: "OtherSegwit";
2926
+ value: {
2927
+ version: number;
2928
+ program: `0x${string}`;
2929
+ };
2930
+ }, {
2931
+ __kind: "OtherSegwit";
2932
+ value: {
2933
+ version: number;
2934
+ program: string;
2935
+ };
2936
+ }>]>;
2937
+ }, "strip", z.ZodTypeAny, {
2938
+ __kind: "Btc";
2939
+ value: {
2940
+ __kind: "P2PKH";
2941
+ value: `0x${string}`;
2942
+ } | {
2943
+ __kind: "P2SH";
2944
+ value: `0x${string}`;
2945
+ } | {
2946
+ __kind: "P2WPKH";
2947
+ value: `0x${string}`;
2948
+ } | {
2949
+ __kind: "P2WSH";
2950
+ value: `0x${string}`;
2951
+ } | {
2952
+ __kind: "Taproot";
2953
+ value: `0x${string}`;
2954
+ } | {
2955
+ __kind: "OtherSegwit";
2956
+ value: {
2957
+ version: number;
2958
+ program: `0x${string}`;
2959
+ };
2960
+ };
2961
+ }, {
2962
+ __kind: "Btc";
2963
+ value: {
2964
+ __kind: "P2PKH";
2965
+ value: string;
2966
+ } | {
2967
+ __kind: "P2SH";
2968
+ value: string;
2969
+ } | {
2970
+ __kind: "P2WPKH";
2971
+ value: string;
2972
+ } | {
2973
+ __kind: "P2WSH";
2974
+ value: string;
2975
+ } | {
2976
+ __kind: "Taproot";
2977
+ value: string;
2978
+ } | {
2979
+ __kind: "OtherSegwit";
2980
+ value: {
2981
+ version: number;
2982
+ program: string;
2983
+ };
2984
+ };
2985
+ }>, z.ZodObject<{
2986
+ __kind: z.ZodLiteral<"Arb">;
2987
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2988
+ }, "strip", z.ZodTypeAny, {
2989
+ __kind: "Arb";
2990
+ value: `0x${string}`;
2991
+ }, {
2992
+ __kind: "Arb";
2993
+ value: string;
2994
+ }>]>;
2995
+ }, "strip", z.ZodTypeAny, {
2996
+ __kind: "Swap";
2997
+ value: {
2998
+ __kind: "Eth";
2999
+ value: `0x${string}`;
3000
+ } | {
3001
+ __kind: "Dot";
3002
+ value: `0x${string}`;
3003
+ } | {
3004
+ __kind: "Btc";
3005
+ value: {
3006
+ __kind: "P2PKH";
3007
+ value: `0x${string}`;
3008
+ } | {
3009
+ __kind: "P2SH";
3010
+ value: `0x${string}`;
3011
+ } | {
3012
+ __kind: "P2WPKH";
3013
+ value: `0x${string}`;
3014
+ } | {
3015
+ __kind: "P2WSH";
3016
+ value: `0x${string}`;
3017
+ } | {
3018
+ __kind: "Taproot";
3019
+ value: `0x${string}`;
3020
+ } | {
3021
+ __kind: "OtherSegwit";
3022
+ value: {
3023
+ version: number;
3024
+ program: `0x${string}`;
3025
+ };
3026
+ };
3027
+ } | {
3028
+ __kind: "Arb";
3029
+ value: `0x${string}`;
3030
+ };
3031
+ }, {
3032
+ __kind: "Swap";
3033
+ value: {
3034
+ __kind: "Eth";
3035
+ value: string;
3036
+ } | {
3037
+ __kind: "Dot";
3038
+ value: string;
3039
+ } | {
3040
+ __kind: "Btc";
3041
+ value: {
3042
+ __kind: "P2PKH";
3043
+ value: string;
3044
+ } | {
3045
+ __kind: "P2SH";
3046
+ value: string;
3047
+ } | {
3048
+ __kind: "P2WPKH";
3049
+ value: string;
3050
+ } | {
3051
+ __kind: "P2WSH";
3052
+ value: string;
3053
+ } | {
3054
+ __kind: "Taproot";
3055
+ value: string;
3056
+ } | {
3057
+ __kind: "OtherSegwit";
3058
+ value: {
3059
+ version: number;
3060
+ program: string;
3061
+ };
3062
+ };
3063
+ } | {
3064
+ __kind: "Arb";
3065
+ value: string;
3066
+ };
3067
+ }>, z.ZodObject<{
3068
+ __kind: z.ZodLiteral<"CcmPrincipal">;
3069
+ value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3070
+ }, "strip", z.ZodTypeAny, {
3071
+ __kind: "CcmPrincipal";
3072
+ value: bigint;
3073
+ }, {
3074
+ __kind: "CcmPrincipal";
3075
+ value: string | number;
3076
+ }>, z.ZodObject<{
3077
+ __kind: z.ZodLiteral<"CcmGas">;
3078
+ value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3079
+ }, "strip", z.ZodTypeAny, {
3080
+ __kind: "CcmGas";
3081
+ value: bigint;
3082
+ }, {
3083
+ __kind: "CcmGas";
3084
+ value: string | number;
3085
+ }>, z.ZodObject<{
3086
+ __kind: z.ZodLiteral<"NetworkFee">;
3087
+ }, "strip", z.ZodTypeAny, {
3088
+ __kind: "NetworkFee";
3089
+ }, {
3090
+ __kind: "NetworkFee";
3091
+ }>, z.ZodObject<{
3092
+ __kind: z.ZodLiteral<"IngressEgressFee">;
3093
+ }, "strip", z.ZodTypeAny, {
3094
+ __kind: "IngressEgressFee";
3095
+ }, {
3096
+ __kind: "IngressEgressFee";
3097
+ }>]>;
3098
+ declare const cfPrimitivesSwapLeg: z.ZodEffects<z.ZodObject<{
3099
+ __kind: z.ZodEnum<["FromStable", "ToStable"]>;
3100
+ }, "strip", z.ZodTypeAny, {
3101
+ __kind: "FromStable" | "ToStable";
3102
+ }, {
3103
+ __kind: "FromStable" | "ToStable";
3104
+ }>, "FromStable" | "ToStable", {
3105
+ __kind: "FromStable" | "ToStable";
3106
+ }>;
3107
+ declare const cfChainsCcmDepositMetadata: z.ZodObject<{
3108
+ sourceChain: z.ZodEffects<z.ZodObject<{
3109
+ __kind: z.ZodEnum<["Ethereum", "Polkadot", "Bitcoin", "Arbitrum"]>;
3110
+ }, "strip", z.ZodTypeAny, {
3111
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum";
3112
+ }, {
3113
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum";
3114
+ }>, "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum", {
3115
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum";
3116
+ }>;
3117
+ sourceAddress: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodObject<{
3118
+ __kind: z.ZodLiteral<"Eth">;
3119
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3120
+ }, "strip", z.ZodTypeAny, {
3121
+ __kind: "Eth";
3122
+ value: `0x${string}`;
3123
+ }, {
3124
+ __kind: "Eth";
3125
+ value: string;
3126
+ }>, z.ZodObject<{
3127
+ __kind: z.ZodLiteral<"Dot">;
3128
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3129
+ }, "strip", z.ZodTypeAny, {
3130
+ __kind: "Dot";
3131
+ value: `0x${string}`;
3132
+ }, {
3133
+ __kind: "Dot";
3134
+ value: string;
3135
+ }>, z.ZodObject<{
3136
+ __kind: z.ZodLiteral<"Btc">;
3137
+ value: z.ZodUnion<[z.ZodObject<{
3138
+ __kind: z.ZodLiteral<"P2PKH">;
3139
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3140
+ }, "strip", z.ZodTypeAny, {
3141
+ __kind: "P2PKH";
3142
+ value: `0x${string}`;
3143
+ }, {
3144
+ __kind: "P2PKH";
3145
+ value: string;
3146
+ }>, z.ZodObject<{
3147
+ __kind: z.ZodLiteral<"P2SH">;
3148
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3149
+ }, "strip", z.ZodTypeAny, {
3150
+ __kind: "P2SH";
3151
+ value: `0x${string}`;
3152
+ }, {
3153
+ __kind: "P2SH";
3154
+ value: string;
3155
+ }>, z.ZodObject<{
3156
+ __kind: z.ZodLiteral<"P2WPKH">;
3157
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3158
+ }, "strip", z.ZodTypeAny, {
3159
+ __kind: "P2WPKH";
3160
+ value: `0x${string}`;
3161
+ }, {
3162
+ __kind: "P2WPKH";
3163
+ value: string;
3164
+ }>, z.ZodObject<{
3165
+ __kind: z.ZodLiteral<"P2WSH">;
3166
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3167
+ }, "strip", z.ZodTypeAny, {
3168
+ __kind: "P2WSH";
3169
+ value: `0x${string}`;
3170
+ }, {
3171
+ __kind: "P2WSH";
3172
+ value: string;
3173
+ }>, z.ZodObject<{
3174
+ __kind: z.ZodLiteral<"Taproot">;
3175
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3176
+ }, "strip", z.ZodTypeAny, {
3177
+ __kind: "Taproot";
3178
+ value: `0x${string}`;
3179
+ }, {
3180
+ __kind: "Taproot";
3181
+ value: string;
3182
+ }>, z.ZodObject<{
3183
+ __kind: z.ZodLiteral<"OtherSegwit">;
3184
+ value: z.ZodObject<{
3185
+ version: z.ZodNumber;
3186
+ program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3187
+ }, "strip", z.ZodTypeAny, {
3188
+ version: number;
3189
+ program: `0x${string}`;
3190
+ }, {
3191
+ version: number;
3192
+ program: string;
3193
+ }>;
3194
+ }, "strip", z.ZodTypeAny, {
3195
+ __kind: "OtherSegwit";
3196
+ value: {
3197
+ version: number;
3198
+ program: `0x${string}`;
3199
+ };
3200
+ }, {
3201
+ __kind: "OtherSegwit";
3202
+ value: {
3203
+ version: number;
3204
+ program: string;
3205
+ };
3206
+ }>]>;
3207
+ }, "strip", z.ZodTypeAny, {
3208
+ __kind: "Btc";
3209
+ value: {
3210
+ __kind: "P2PKH";
3211
+ value: `0x${string}`;
3212
+ } | {
3213
+ __kind: "P2SH";
3214
+ value: `0x${string}`;
3215
+ } | {
3216
+ __kind: "P2WPKH";
3217
+ value: `0x${string}`;
3218
+ } | {
3219
+ __kind: "P2WSH";
3220
+ value: `0x${string}`;
3221
+ } | {
3222
+ __kind: "Taproot";
3223
+ value: `0x${string}`;
3224
+ } | {
3225
+ __kind: "OtherSegwit";
3226
+ value: {
3227
+ version: number;
3228
+ program: `0x${string}`;
3229
+ };
3230
+ };
3231
+ }, {
3232
+ __kind: "Btc";
3233
+ value: {
3234
+ __kind: "P2PKH";
3235
+ value: string;
3236
+ } | {
3237
+ __kind: "P2SH";
3238
+ value: string;
3239
+ } | {
3240
+ __kind: "P2WPKH";
3241
+ value: string;
3242
+ } | {
3243
+ __kind: "P2WSH";
3244
+ value: string;
3245
+ } | {
3246
+ __kind: "Taproot";
3247
+ value: string;
3248
+ } | {
3249
+ __kind: "OtherSegwit";
3250
+ value: {
3251
+ version: number;
3252
+ program: string;
3253
+ };
3254
+ };
3255
+ }>, z.ZodObject<{
3256
+ __kind: z.ZodLiteral<"Arb">;
3257
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3258
+ }, "strip", z.ZodTypeAny, {
3259
+ __kind: "Arb";
3260
+ value: `0x${string}`;
3261
+ }, {
3262
+ __kind: "Arb";
3263
+ value: string;
3264
+ }>]>>>;
3265
+ channelMetadata: z.ZodObject<{
3266
+ message: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3267
+ gasBudget: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3268
+ cfParameters: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3269
+ }, "strip", z.ZodTypeAny, {
3270
+ message: `0x${string}`;
3271
+ gasBudget: bigint;
3272
+ cfParameters: `0x${string}`;
3273
+ }, {
3274
+ message: string;
3275
+ gasBudget: string | number;
3276
+ cfParameters: string;
3277
+ }>;
3278
+ }, "strip", z.ZodTypeAny, {
3279
+ sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum";
3280
+ channelMetadata: {
3281
+ message: `0x${string}`;
3282
+ gasBudget: bigint;
3283
+ cfParameters: `0x${string}`;
3284
+ };
3285
+ sourceAddress?: {
3286
+ __kind: "Eth";
3287
+ value: `0x${string}`;
3288
+ } | {
3289
+ __kind: "Dot";
3290
+ value: `0x${string}`;
3291
+ } | {
3292
+ __kind: "Btc";
3293
+ value: {
3294
+ __kind: "P2PKH";
3295
+ value: `0x${string}`;
3296
+ } | {
3297
+ __kind: "P2SH";
3298
+ value: `0x${string}`;
3299
+ } | {
3300
+ __kind: "P2WPKH";
3301
+ value: `0x${string}`;
3302
+ } | {
3303
+ __kind: "P2WSH";
3304
+ value: `0x${string}`;
3305
+ } | {
3306
+ __kind: "Taproot";
3307
+ value: `0x${string}`;
3308
+ } | {
3309
+ __kind: "OtherSegwit";
3310
+ value: {
3311
+ version: number;
3312
+ program: `0x${string}`;
3313
+ };
3314
+ };
3315
+ } | {
3316
+ __kind: "Arb";
3317
+ value: `0x${string}`;
3318
+ } | null | undefined;
3319
+ }, {
3320
+ sourceChain: {
3321
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum";
3322
+ };
3323
+ channelMetadata: {
3324
+ message: string;
3325
+ gasBudget: string | number;
3326
+ cfParameters: string;
3327
+ };
3328
+ sourceAddress?: {
3329
+ __kind: "Eth";
3330
+ value: string;
3331
+ } | {
3332
+ __kind: "Dot";
3333
+ value: string;
3334
+ } | {
3335
+ __kind: "Btc";
3336
+ value: {
3337
+ __kind: "P2PKH";
3338
+ value: string;
3339
+ } | {
3340
+ __kind: "P2SH";
3341
+ value: string;
3342
+ } | {
3343
+ __kind: "P2WPKH";
3344
+ value: string;
3345
+ } | {
3346
+ __kind: "P2WSH";
3347
+ value: string;
3348
+ } | {
3349
+ __kind: "Taproot";
3350
+ value: string;
3351
+ } | {
3352
+ __kind: "OtherSegwit";
3353
+ value: {
3354
+ version: number;
3355
+ program: string;
3356
+ };
3357
+ };
3358
+ } | {
3359
+ __kind: "Arb";
3360
+ value: string;
3361
+ } | null | undefined;
3362
+ }>;
3363
+ declare const palletCfSwappingCcmFailReason: z.ZodEffects<z.ZodObject<{
3364
+ __kind: z.ZodEnum<["UnsupportedForTargetChain", "InsufficientDepositAmount"]>;
3365
+ }, "strip", z.ZodTypeAny, {
3366
+ __kind: "UnsupportedForTargetChain" | "InsufficientDepositAmount";
3367
+ }, {
3368
+ __kind: "UnsupportedForTargetChain" | "InsufficientDepositAmount";
3369
+ }>, "UnsupportedForTargetChain" | "InsufficientDepositAmount", {
3370
+ __kind: "UnsupportedForTargetChain" | "InsufficientDepositAmount";
3371
+ }>;
3372
+ declare const cfPrimitivesChainsAssetsEthAsset: z.ZodEffects<z.ZodObject<{
3373
+ __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Usdt"]>;
3374
+ }, "strip", z.ZodTypeAny, {
3375
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt";
3376
+ }, {
3377
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt";
3378
+ }>, "Eth" | "Flip" | "Usdc" | "Usdt", {
3379
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt";
3380
+ }>;
3381
+ declare const palletCfEthereumIngressEgressPalletDepositAction: z.ZodUnion<[z.ZodObject<{
3382
+ __kind: z.ZodLiteral<"Swap">;
3383
+ value: z.ZodObject<{
3384
+ swapId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3385
+ }, "strip", z.ZodTypeAny, {
3386
+ swapId: bigint;
3387
+ }, {
3388
+ swapId: string | number;
3389
+ }>;
3390
+ }, "strip", z.ZodTypeAny, {
3391
+ __kind: "Swap";
3392
+ value: {
3393
+ swapId: bigint;
3394
+ };
3395
+ }, {
3396
+ __kind: "Swap";
3397
+ value: {
3398
+ swapId: string | number;
3399
+ };
3400
+ }>, z.ZodObject<{
3401
+ __kind: z.ZodLiteral<"LiquidityProvision">;
3402
+ value: z.ZodObject<{
3403
+ lpAccount: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
3404
+ }, "strip", z.ZodTypeAny, {
3405
+ lpAccount: string;
3406
+ }, {
3407
+ lpAccount: string;
3408
+ }>;
3409
+ }, "strip", z.ZodTypeAny, {
3410
+ __kind: "LiquidityProvision";
3411
+ value: {
3412
+ lpAccount: string;
3413
+ };
3414
+ }, {
3415
+ __kind: "LiquidityProvision";
3416
+ value: {
3417
+ lpAccount: string;
3418
+ };
3419
+ }>, z.ZodObject<{
3420
+ __kind: z.ZodLiteral<"CcmTransfer">;
3421
+ value: z.ZodObject<{
3422
+ 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>>>;
3423
+ 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>>>;
3424
+ }, "strip", z.ZodTypeAny, {
3425
+ principalSwapId?: bigint | null | undefined;
3426
+ gasSwapId?: bigint | null | undefined;
3427
+ }, {
3428
+ principalSwapId?: string | number | null | undefined;
3429
+ gasSwapId?: string | number | null | undefined;
3430
+ }>;
3431
+ }, "strip", z.ZodTypeAny, {
3432
+ __kind: "CcmTransfer";
3433
+ value: {
3434
+ principalSwapId?: bigint | null | undefined;
3435
+ gasSwapId?: bigint | null | undefined;
3436
+ };
3437
+ }, {
3438
+ __kind: "CcmTransfer";
3439
+ value: {
3440
+ principalSwapId?: string | number | null | undefined;
3441
+ gasSwapId?: string | number | null | undefined;
3442
+ };
3443
+ }>, z.ZodObject<{
3444
+ __kind: z.ZodLiteral<"NoAction">;
3445
+ }, "strip", z.ZodTypeAny, {
3446
+ __kind: "NoAction";
3447
+ }, {
3448
+ __kind: "NoAction";
3449
+ }>, z.ZodObject<{
3450
+ __kind: z.ZodLiteral<"BoostersCredited">;
3451
+ value: z.ZodObject<{
3452
+ prewitnessedDepositId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3453
+ }, "strip", z.ZodTypeAny, {
3454
+ prewitnessedDepositId: bigint;
3455
+ }, {
3456
+ prewitnessedDepositId: string | number;
3457
+ }>;
3458
+ }, "strip", z.ZodTypeAny, {
3459
+ __kind: "BoostersCredited";
3460
+ value: {
3461
+ prewitnessedDepositId: bigint;
3462
+ };
3463
+ }, {
3464
+ __kind: "BoostersCredited";
3465
+ value: {
3466
+ prewitnessedDepositId: string | number;
3467
+ };
3468
+ }>]>;
3469
+ declare const palletCfIngressEgressBoostPoolIdEthereum: z.ZodObject<{
3470
+ asset: z.ZodEffects<z.ZodObject<{
3471
+ __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Usdt"]>;
3472
+ }, "strip", z.ZodTypeAny, {
3473
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt";
3474
+ }, {
3475
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt";
3476
+ }>, "Eth" | "Flip" | "Usdc" | "Usdt", {
3477
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt";
3478
+ }>;
3479
+ tier: z.ZodNumber;
3480
+ }, "strip", z.ZodTypeAny, {
3481
+ asset: "Eth" | "Flip" | "Usdc" | "Usdt";
3482
+ tier: number;
3483
+ }, {
3484
+ asset: {
3485
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt";
3486
+ };
3487
+ tier: number;
3488
+ }>;
3489
+ declare const cfPrimitivesChainsAssetsDotAsset: z.ZodEffects<z.ZodObject<{
3490
+ __kind: z.ZodEnum<["Dot"]>;
3491
+ }, "strip", z.ZodTypeAny, {
3492
+ __kind: "Dot";
3493
+ }, {
3494
+ __kind: "Dot";
3495
+ }>, "Dot", {
3496
+ __kind: "Dot";
3497
+ }>;
3498
+ declare const palletCfPolkadotIngressEgressPalletDepositAction: z.ZodUnion<[z.ZodObject<{
3499
+ __kind: z.ZodLiteral<"Swap">;
3500
+ value: z.ZodObject<{
3501
+ swapId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3502
+ }, "strip", z.ZodTypeAny, {
3503
+ swapId: bigint;
3504
+ }, {
3505
+ swapId: string | number;
3506
+ }>;
3507
+ }, "strip", z.ZodTypeAny, {
3508
+ __kind: "Swap";
3509
+ value: {
3510
+ swapId: bigint;
3511
+ };
3512
+ }, {
3513
+ __kind: "Swap";
3514
+ value: {
3515
+ swapId: string | number;
3516
+ };
3517
+ }>, z.ZodObject<{
3518
+ __kind: z.ZodLiteral<"LiquidityProvision">;
3519
+ value: z.ZodObject<{
3520
+ lpAccount: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
3521
+ }, "strip", z.ZodTypeAny, {
3522
+ lpAccount: string;
3523
+ }, {
3524
+ lpAccount: string;
3525
+ }>;
3526
+ }, "strip", z.ZodTypeAny, {
3527
+ __kind: "LiquidityProvision";
3528
+ value: {
3529
+ lpAccount: string;
3530
+ };
3531
+ }, {
3532
+ __kind: "LiquidityProvision";
3533
+ value: {
3534
+ lpAccount: string;
3535
+ };
3536
+ }>, z.ZodObject<{
3537
+ __kind: z.ZodLiteral<"CcmTransfer">;
3538
+ value: z.ZodObject<{
3539
+ 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>>>;
3540
+ 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>>>;
3541
+ }, "strip", z.ZodTypeAny, {
3542
+ principalSwapId?: bigint | null | undefined;
3543
+ gasSwapId?: bigint | null | undefined;
3544
+ }, {
3545
+ principalSwapId?: string | number | null | undefined;
3546
+ gasSwapId?: string | number | null | undefined;
3547
+ }>;
3548
+ }, "strip", z.ZodTypeAny, {
3549
+ __kind: "CcmTransfer";
3550
+ value: {
3551
+ principalSwapId?: bigint | null | undefined;
3552
+ gasSwapId?: bigint | null | undefined;
3553
+ };
3554
+ }, {
3555
+ __kind: "CcmTransfer";
3556
+ value: {
3557
+ principalSwapId?: string | number | null | undefined;
3558
+ gasSwapId?: string | number | null | undefined;
3559
+ };
3560
+ }>, z.ZodObject<{
3561
+ __kind: z.ZodLiteral<"NoAction">;
3562
+ }, "strip", z.ZodTypeAny, {
3563
+ __kind: "NoAction";
3564
+ }, {
3565
+ __kind: "NoAction";
3566
+ }>, z.ZodObject<{
3567
+ __kind: z.ZodLiteral<"BoostersCredited">;
3568
+ value: z.ZodObject<{
3569
+ prewitnessedDepositId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3570
+ }, "strip", z.ZodTypeAny, {
3571
+ prewitnessedDepositId: bigint;
3572
+ }, {
3573
+ prewitnessedDepositId: string | number;
3574
+ }>;
3575
+ }, "strip", z.ZodTypeAny, {
3576
+ __kind: "BoostersCredited";
3577
+ value: {
3578
+ prewitnessedDepositId: bigint;
3579
+ };
3580
+ }, {
3581
+ __kind: "BoostersCredited";
3582
+ value: {
3583
+ prewitnessedDepositId: string | number;
3584
+ };
3585
+ }>]>;
3586
+ declare const palletCfIngressEgressBoostPoolIdPolkadot: z.ZodObject<{
3587
+ asset: z.ZodEffects<z.ZodObject<{
3588
+ __kind: z.ZodEnum<["Dot"]>;
3589
+ }, "strip", z.ZodTypeAny, {
3590
+ __kind: "Dot";
3591
+ }, {
3592
+ __kind: "Dot";
3593
+ }>, "Dot", {
3594
+ __kind: "Dot";
3595
+ }>;
3596
+ tier: z.ZodNumber;
3597
+ }, "strip", z.ZodTypeAny, {
3598
+ asset: "Dot";
3599
+ tier: number;
3600
+ }, {
3601
+ asset: {
3602
+ __kind: "Dot";
3603
+ };
3604
+ tier: number;
3605
+ }>;
3606
+ declare const cfPrimitivesChainsAssetsBtcAsset: z.ZodEffects<z.ZodObject<{
3607
+ __kind: z.ZodEnum<["Btc"]>;
3608
+ }, "strip", z.ZodTypeAny, {
3609
+ __kind: "Btc";
3610
+ }, {
3611
+ __kind: "Btc";
3612
+ }>, "Btc", {
3613
+ __kind: "Btc";
3614
+ }>;
3615
+ declare const palletCfBitcoinIngressEgressPalletDepositAction: z.ZodUnion<[z.ZodObject<{
3616
+ __kind: z.ZodLiteral<"Swap">;
3617
+ value: z.ZodObject<{
3618
+ swapId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3619
+ }, "strip", z.ZodTypeAny, {
3620
+ swapId: bigint;
3621
+ }, {
3622
+ swapId: string | number;
3623
+ }>;
3624
+ }, "strip", z.ZodTypeAny, {
3625
+ __kind: "Swap";
3626
+ value: {
3627
+ swapId: bigint;
3628
+ };
3629
+ }, {
3630
+ __kind: "Swap";
3631
+ value: {
3632
+ swapId: string | number;
3633
+ };
3634
+ }>, z.ZodObject<{
3635
+ __kind: z.ZodLiteral<"LiquidityProvision">;
3636
+ value: z.ZodObject<{
3637
+ lpAccount: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
3638
+ }, "strip", z.ZodTypeAny, {
3639
+ lpAccount: string;
3640
+ }, {
3641
+ lpAccount: string;
3642
+ }>;
3643
+ }, "strip", z.ZodTypeAny, {
3644
+ __kind: "LiquidityProvision";
3645
+ value: {
3646
+ lpAccount: string;
3647
+ };
3648
+ }, {
3649
+ __kind: "LiquidityProvision";
3650
+ value: {
3651
+ lpAccount: string;
3652
+ };
3653
+ }>, z.ZodObject<{
3654
+ __kind: z.ZodLiteral<"CcmTransfer">;
3655
+ value: z.ZodObject<{
3656
+ 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>>>;
3657
+ 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>>>;
3658
+ }, "strip", z.ZodTypeAny, {
3659
+ principalSwapId?: bigint | null | undefined;
3660
+ gasSwapId?: bigint | null | undefined;
3661
+ }, {
3662
+ principalSwapId?: string | number | null | undefined;
3663
+ gasSwapId?: string | number | null | undefined;
3664
+ }>;
3665
+ }, "strip", z.ZodTypeAny, {
3666
+ __kind: "CcmTransfer";
3667
+ value: {
3668
+ principalSwapId?: bigint | null | undefined;
3669
+ gasSwapId?: bigint | null | undefined;
3670
+ };
3671
+ }, {
3672
+ __kind: "CcmTransfer";
3673
+ value: {
3674
+ principalSwapId?: string | number | null | undefined;
3675
+ gasSwapId?: string | number | null | undefined;
3676
+ };
3677
+ }>, z.ZodObject<{
3678
+ __kind: z.ZodLiteral<"NoAction">;
3679
+ }, "strip", z.ZodTypeAny, {
3680
+ __kind: "NoAction";
3681
+ }, {
3682
+ __kind: "NoAction";
3683
+ }>, z.ZodObject<{
3684
+ __kind: z.ZodLiteral<"BoostersCredited">;
3685
+ value: z.ZodObject<{
3686
+ prewitnessedDepositId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3687
+ }, "strip", z.ZodTypeAny, {
3688
+ prewitnessedDepositId: bigint;
3689
+ }, {
3690
+ prewitnessedDepositId: string | number;
3691
+ }>;
3692
+ }, "strip", z.ZodTypeAny, {
3693
+ __kind: "BoostersCredited";
3694
+ value: {
3695
+ prewitnessedDepositId: bigint;
3696
+ };
3697
+ }, {
3698
+ __kind: "BoostersCredited";
3699
+ value: {
3700
+ prewitnessedDepositId: string | number;
3701
+ };
3702
+ }>]>;
3703
+ declare const palletCfIngressEgressBoostPoolIdBitcoin: z.ZodObject<{
3704
+ asset: z.ZodEffects<z.ZodObject<{
3705
+ __kind: z.ZodEnum<["Btc"]>;
3706
+ }, "strip", z.ZodTypeAny, {
3707
+ __kind: "Btc";
3708
+ }, {
3709
+ __kind: "Btc";
3710
+ }>, "Btc", {
3711
+ __kind: "Btc";
3712
+ }>;
3713
+ tier: z.ZodNumber;
3714
+ }, "strip", z.ZodTypeAny, {
3715
+ asset: "Btc";
3716
+ tier: number;
3717
+ }, {
3718
+ asset: {
3719
+ __kind: "Btc";
3720
+ };
3721
+ tier: number;
3722
+ }>;
3723
+ declare const cfAmmCommonPoolPairsMap: z.ZodObject<{
3724
+ base: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3725
+ quote: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3726
+ }, "strip", z.ZodTypeAny, {
3727
+ base: bigint;
3728
+ quote: bigint;
3729
+ }, {
3730
+ base: string | number;
3731
+ quote: string | number;
3732
+ }>;
3733
+ declare const palletCfPoolsRangeOrderChange: z.ZodObject<{
3734
+ liquidity: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3735
+ amounts: z.ZodObject<{
3736
+ base: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3737
+ quote: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3738
+ }, "strip", z.ZodTypeAny, {
3739
+ base: bigint;
3740
+ quote: bigint;
3741
+ }, {
3742
+ base: string | number;
3743
+ quote: string | number;
3744
+ }>;
3745
+ }, "strip", z.ZodTypeAny, {
3746
+ liquidity: bigint;
3747
+ amounts: {
3748
+ base: bigint;
3749
+ quote: bigint;
3750
+ };
3751
+ }, {
3752
+ liquidity: string | number;
3753
+ amounts: {
3754
+ base: string | number;
3755
+ quote: string | number;
3756
+ };
3757
+ }>;
3758
+ declare const palletCfPoolsPalletIncreaseOrDecrease: z.ZodUnion<[z.ZodObject<{
3759
+ __kind: z.ZodLiteral<"Increase">;
3760
+ value: z.ZodObject<{
3761
+ liquidity: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3762
+ amounts: z.ZodObject<{
3763
+ base: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3764
+ quote: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3765
+ }, "strip", z.ZodTypeAny, {
3766
+ base: bigint;
3767
+ quote: bigint;
3768
+ }, {
3769
+ base: string | number;
3770
+ quote: string | number;
3771
+ }>;
3772
+ }, "strip", z.ZodTypeAny, {
3773
+ liquidity: bigint;
3774
+ amounts: {
3775
+ base: bigint;
3776
+ quote: bigint;
3777
+ };
3778
+ }, {
3779
+ liquidity: string | number;
3780
+ amounts: {
3781
+ base: string | number;
3782
+ quote: string | number;
3783
+ };
3784
+ }>;
3785
+ }, "strip", z.ZodTypeAny, {
3786
+ __kind: "Increase";
3787
+ value: {
3788
+ liquidity: bigint;
3789
+ amounts: {
3790
+ base: bigint;
3791
+ quote: bigint;
3792
+ };
3793
+ };
3794
+ }, {
3795
+ __kind: "Increase";
3796
+ value: {
3797
+ liquidity: string | number;
3798
+ amounts: {
3799
+ base: string | number;
3800
+ quote: string | number;
3801
+ };
3802
+ };
3803
+ }>, z.ZodObject<{
3804
+ __kind: z.ZodLiteral<"Decrease">;
3805
+ value: z.ZodObject<{
3806
+ liquidity: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3807
+ amounts: z.ZodObject<{
3808
+ base: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3809
+ quote: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3810
+ }, "strip", z.ZodTypeAny, {
3811
+ base: bigint;
3812
+ quote: bigint;
3813
+ }, {
3814
+ base: string | number;
3815
+ quote: string | number;
3816
+ }>;
3817
+ }, "strip", z.ZodTypeAny, {
3818
+ liquidity: bigint;
3819
+ amounts: {
3820
+ base: bigint;
3821
+ quote: bigint;
3822
+ };
3823
+ }, {
3824
+ liquidity: string | number;
3825
+ amounts: {
3826
+ base: string | number;
3827
+ quote: string | number;
3828
+ };
3829
+ }>;
3830
+ }, "strip", z.ZodTypeAny, {
3831
+ __kind: "Decrease";
3832
+ value: {
3833
+ liquidity: bigint;
3834
+ amounts: {
3835
+ base: bigint;
3836
+ quote: bigint;
3837
+ };
3838
+ };
3839
+ }, {
3840
+ __kind: "Decrease";
3841
+ value: {
3842
+ liquidity: string | number;
3843
+ amounts: {
3844
+ base: string | number;
3845
+ quote: string | number;
3846
+ };
3847
+ };
3848
+ }>]>;
3849
+ declare const cfAmmCommonSide: z.ZodEffects<z.ZodObject<{
3850
+ __kind: z.ZodEnum<["Buy", "Sell"]>;
3851
+ }, "strip", z.ZodTypeAny, {
3852
+ __kind: "Buy" | "Sell";
3853
+ }, {
3854
+ __kind: "Buy" | "Sell";
3855
+ }>, "Buy" | "Sell", {
3856
+ __kind: "Buy" | "Sell";
3857
+ }>;
3858
+ declare const palletCfPoolsAssetPair: z.ZodObject<{
3859
+ assets: z.ZodObject<{
3860
+ base: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3861
+ quote: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3862
+ }, "strip", z.ZodTypeAny, {
3863
+ base: bigint;
3864
+ quote: bigint;
3865
+ }, {
3866
+ base: string | number;
3867
+ quote: string | number;
3868
+ }>;
3869
+ }, "strip", z.ZodTypeAny, {
3870
+ assets: {
3871
+ base: bigint;
3872
+ quote: bigint;
3873
+ };
3874
+ }, {
3875
+ assets: {
3876
+ base: string | number;
3877
+ quote: string | number;
3878
+ };
3879
+ }>;
3880
+ declare const cfChainsArbArbitrumTrackedData: z.ZodObject<{
3881
+ baseFee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3882
+ gasLimitMultiplier: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3883
+ }, "strip", z.ZodTypeAny, {
3884
+ baseFee: bigint;
3885
+ gasLimitMultiplier: bigint;
3886
+ }, {
3887
+ baseFee: string | number;
3888
+ gasLimitMultiplier: string | number;
3889
+ }>;
3890
+ declare const cfChainsChainStateArbitrum: z.ZodObject<{
3891
+ blockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3892
+ trackedData: z.ZodObject<{
3893
+ baseFee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3894
+ gasLimitMultiplier: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3895
+ }, "strip", z.ZodTypeAny, {
3896
+ baseFee: bigint;
3897
+ gasLimitMultiplier: bigint;
3898
+ }, {
3899
+ baseFee: string | number;
3900
+ gasLimitMultiplier: string | number;
3901
+ }>;
3902
+ }, "strip", z.ZodTypeAny, {
3903
+ blockHeight: bigint;
3904
+ trackedData: {
3905
+ baseFee: bigint;
3906
+ gasLimitMultiplier: bigint;
3907
+ };
3908
+ }, {
3909
+ blockHeight: string | number;
3910
+ trackedData: {
3911
+ baseFee: string | number;
3912
+ gasLimitMultiplier: string | number;
3913
+ };
3914
+ }>;
3915
+ declare const cfChainsEvmTransaction: z.ZodObject<{
3916
+ chainId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3917
+ 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>>>;
3918
+ 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>>>;
3919
+ 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>>>;
3920
+ contract: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3921
+ value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3922
+ data: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3923
+ }, "strip", z.ZodTypeAny, {
3924
+ value: bigint;
3925
+ chainId: bigint;
3926
+ contract: `0x${string}`;
3927
+ data: `0x${string}`;
3928
+ maxPriorityFeePerGas?: bigint | null | undefined;
3929
+ maxFeePerGas?: bigint | null | undefined;
3930
+ gasLimit?: bigint | null | undefined;
3931
+ }, {
3932
+ value: string | number;
3933
+ chainId: string | number;
3934
+ contract: string;
3935
+ data: string;
3936
+ maxPriorityFeePerGas?: string | number | null | undefined;
3937
+ maxFeePerGas?: string | number | null | undefined;
3938
+ gasLimit?: string | number | null | undefined;
3939
+ }>;
3940
+ declare const cfChainsEvmSchnorrVerificationComponents: z.ZodObject<{
3941
+ s: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3942
+ kTimesGAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3943
+ }, "strip", z.ZodTypeAny, {
3944
+ s: `0x${string}`;
3945
+ kTimesGAddress: `0x${string}`;
3946
+ }, {
3947
+ s: string;
3948
+ kTimesGAddress: string;
3949
+ }>;
3950
+ declare const palletCfArbitrumIngressEgressPalletDepositAction: z.ZodUnion<[z.ZodObject<{
3951
+ __kind: z.ZodLiteral<"Swap">;
3952
+ value: z.ZodObject<{
3953
+ swapId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
3954
+ }, "strip", z.ZodTypeAny, {
3955
+ swapId: bigint;
3956
+ }, {
3957
+ swapId: string | number;
3958
+ }>;
3959
+ }, "strip", z.ZodTypeAny, {
3960
+ __kind: "Swap";
3961
+ value: {
3962
+ swapId: bigint;
3963
+ };
3964
+ }, {
3965
+ __kind: "Swap";
3966
+ value: {
3967
+ swapId: string | number;
3968
+ };
3969
+ }>, z.ZodObject<{
3970
+ __kind: z.ZodLiteral<"LiquidityProvision">;
3971
+ value: z.ZodObject<{
3972
+ lpAccount: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
3973
+ }, "strip", z.ZodTypeAny, {
3974
+ lpAccount: string;
3975
+ }, {
3976
+ lpAccount: string;
3977
+ }>;
3978
+ }, "strip", z.ZodTypeAny, {
3979
+ __kind: "LiquidityProvision";
3980
+ value: {
3981
+ lpAccount: string;
3982
+ };
3983
+ }, {
3984
+ __kind: "LiquidityProvision";
3985
+ value: {
3986
+ lpAccount: string;
3987
+ };
3988
+ }>, z.ZodObject<{
3989
+ __kind: z.ZodLiteral<"CcmTransfer">;
3990
+ value: z.ZodObject<{
3991
+ 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>>>;
3992
+ 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>>>;
3993
+ }, "strip", z.ZodTypeAny, {
3994
+ principalSwapId?: bigint | null | undefined;
3995
+ gasSwapId?: bigint | null | undefined;
3996
+ }, {
3997
+ principalSwapId?: string | number | null | undefined;
3998
+ gasSwapId?: string | number | null | undefined;
3999
+ }>;
4000
+ }, "strip", z.ZodTypeAny, {
4001
+ __kind: "CcmTransfer";
4002
+ value: {
4003
+ principalSwapId?: bigint | null | undefined;
4004
+ gasSwapId?: bigint | null | undefined;
4005
+ };
4006
+ }, {
4007
+ __kind: "CcmTransfer";
4008
+ value: {
4009
+ principalSwapId?: string | number | null | undefined;
4010
+ gasSwapId?: string | number | null | undefined;
4011
+ };
4012
+ }>, z.ZodObject<{
4013
+ __kind: z.ZodLiteral<"NoAction">;
4014
+ }, "strip", z.ZodTypeAny, {
4015
+ __kind: "NoAction";
4016
+ }, {
4017
+ __kind: "NoAction";
4018
+ }>, z.ZodObject<{
4019
+ __kind: z.ZodLiteral<"BoostersCredited">;
4020
+ value: z.ZodObject<{
4021
+ prewitnessedDepositId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
4022
+ }, "strip", z.ZodTypeAny, {
4023
+ prewitnessedDepositId: bigint;
4024
+ }, {
4025
+ prewitnessedDepositId: string | number;
4026
+ }>;
4027
+ }, "strip", z.ZodTypeAny, {
4028
+ __kind: "BoostersCredited";
4029
+ value: {
4030
+ prewitnessedDepositId: bigint;
4031
+ };
4032
+ }, {
4033
+ __kind: "BoostersCredited";
4034
+ value: {
4035
+ prewitnessedDepositId: string | number;
4036
+ };
4037
+ }>]>;
4038
+ declare const palletCfArbitrumIngressEgressDepositIgnoredReason: z.ZodEffects<z.ZodObject<{
4039
+ __kind: z.ZodEnum<["BelowMinimumDeposit", "NotEnoughToPayFees"]>;
4040
+ }, "strip", z.ZodTypeAny, {
4041
+ __kind: "BelowMinimumDeposit" | "NotEnoughToPayFees";
4042
+ }, {
4043
+ __kind: "BelowMinimumDeposit" | "NotEnoughToPayFees";
4044
+ }>, "BelowMinimumDeposit" | "NotEnoughToPayFees", {
4045
+ __kind: "BelowMinimumDeposit" | "NotEnoughToPayFees";
4046
+ }>;
4047
+ declare const palletCfIngressEgressDepositWitnessArbitrum: z.ZodObject<{
4048
+ depositAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
4049
+ asset: z.ZodEffects<z.ZodObject<{
4050
+ __kind: z.ZodEnum<["ArbEth", "ArbUsdc"]>;
4051
+ }, "strip", z.ZodTypeAny, {
4052
+ __kind: "ArbEth" | "ArbUsdc";
4053
+ }, {
4054
+ __kind: "ArbEth" | "ArbUsdc";
4055
+ }>, "ArbEth" | "ArbUsdc", {
4056
+ __kind: "ArbEth" | "ArbUsdc";
4057
+ }>;
4058
+ amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
4059
+ }, "strip", z.ZodTypeAny, {
4060
+ amount: bigint;
4061
+ depositAddress: `0x${string}`;
4062
+ asset: "ArbEth" | "ArbUsdc";
4063
+ }, {
4064
+ amount: string | number;
4065
+ depositAddress: string;
4066
+ asset: {
4067
+ __kind: "ArbEth" | "ArbUsdc";
4068
+ };
4069
+ }>;
4070
+ declare const cfChainsAllBatchError: z.ZodUnion<[z.ZodObject<{
4071
+ __kind: z.ZodLiteral<"NotRequired">;
4072
+ }, "strip", z.ZodTypeAny, {
4073
+ __kind: "NotRequired";
4074
+ }, {
4075
+ __kind: "NotRequired";
4076
+ }>, z.ZodObject<{
4077
+ __kind: z.ZodLiteral<"UnsupportedToken">;
4078
+ }, "strip", z.ZodTypeAny, {
4079
+ __kind: "UnsupportedToken";
4080
+ }, {
4081
+ __kind: "UnsupportedToken";
4082
+ }>, z.ZodObject<{
4083
+ __kind: z.ZodLiteral<"VaultAccountNotSet">;
4084
+ }, "strip", z.ZodTypeAny, {
4085
+ __kind: "VaultAccountNotSet";
4086
+ }, {
4087
+ __kind: "VaultAccountNotSet";
4088
+ }>, z.ZodObject<{
4089
+ __kind: z.ZodLiteral<"AggKeyNotSet">;
4090
+ }, "strip", z.ZodTypeAny, {
4091
+ __kind: "AggKeyNotSet";
4092
+ }, {
4093
+ __kind: "AggKeyNotSet";
4094
+ }>, z.ZodObject<{
4095
+ __kind: z.ZodLiteral<"UtxoSelectionFailed">;
4096
+ }, "strip", z.ZodTypeAny, {
4097
+ __kind: "UtxoSelectionFailed";
4098
+ }, {
4099
+ __kind: "UtxoSelectionFailed";
4100
+ }>, z.ZodObject<{
4101
+ __kind: z.ZodLiteral<"DispatchError">;
4102
+ value: z.ZodUnion<[z.ZodObject<{
4103
+ __kind: z.ZodLiteral<"Other">;
4104
+ }, "strip", z.ZodTypeAny, {
4105
+ __kind: "Other";
4106
+ }, {
4107
+ __kind: "Other";
4108
+ }>, z.ZodObject<{
4109
+ __kind: z.ZodLiteral<"CannotLookup">;
4110
+ }, "strip", z.ZodTypeAny, {
4111
+ __kind: "CannotLookup";
4112
+ }, {
4113
+ __kind: "CannotLookup";
4114
+ }>, z.ZodObject<{
4115
+ __kind: z.ZodLiteral<"BadOrigin">;
4116
+ }, "strip", z.ZodTypeAny, {
4117
+ __kind: "BadOrigin";
4118
+ }, {
4119
+ __kind: "BadOrigin";
4120
+ }>, z.ZodObject<{
4121
+ __kind: z.ZodLiteral<"Module">;
4122
+ value: z.ZodObject<{
4123
+ index: z.ZodNumber;
4124
+ error: z.ZodEffects<z.ZodString, `0x${string}`, string>;
4125
+ }, "strip", z.ZodTypeAny, {
4126
+ index: number;
4127
+ error: `0x${string}`;
4128
+ }, {
4129
+ index: number;
4130
+ error: string;
4131
+ }>;
4132
+ }, "strip", z.ZodTypeAny, {
4133
+ __kind: "Module";
4134
+ value: {
4135
+ index: number;
4136
+ error: `0x${string}`;
4137
+ };
4138
+ }, {
4139
+ __kind: "Module";
4140
+ value: {
4141
+ index: number;
4142
+ error: string;
4143
+ };
4144
+ }>, z.ZodObject<{
4145
+ __kind: z.ZodLiteral<"ConsumerRemaining">;
4146
+ }, "strip", z.ZodTypeAny, {
4147
+ __kind: "ConsumerRemaining";
4148
+ }, {
4149
+ __kind: "ConsumerRemaining";
4150
+ }>, z.ZodObject<{
4151
+ __kind: z.ZodLiteral<"NoProviders">;
4152
+ }, "strip", z.ZodTypeAny, {
4153
+ __kind: "NoProviders";
4154
+ }, {
4155
+ __kind: "NoProviders";
4156
+ }>, z.ZodObject<{
4157
+ __kind: z.ZodLiteral<"TooManyConsumers">;
4158
+ }, "strip", z.ZodTypeAny, {
4159
+ __kind: "TooManyConsumers";
4160
+ }, {
4161
+ __kind: "TooManyConsumers";
4162
+ }>, z.ZodObject<{
4163
+ __kind: z.ZodLiteral<"Token">;
4164
+ value: z.ZodEffects<z.ZodObject<{
4165
+ __kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
4166
+ }, "strip", z.ZodTypeAny, {
4167
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
4168
+ }, {
4169
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
4170
+ }>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
4171
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
4172
+ }>;
4173
+ }, "strip", z.ZodTypeAny, {
4174
+ __kind: "Token";
4175
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
4176
+ }, {
4177
+ __kind: "Token";
4178
+ value: {
4179
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
4180
+ };
4181
+ }>, z.ZodObject<{
4182
+ __kind: z.ZodLiteral<"Arithmetic">;
4183
+ value: z.ZodEffects<z.ZodObject<{
4184
+ __kind: z.ZodEnum<["Underflow", "Overflow", "DivisionByZero"]>;
4185
+ }, "strip", z.ZodTypeAny, {
4186
+ __kind: "Underflow" | "Overflow" | "DivisionByZero";
4187
+ }, {
4188
+ __kind: "Underflow" | "Overflow" | "DivisionByZero";
4189
+ }>, "Underflow" | "Overflow" | "DivisionByZero", {
4190
+ __kind: "Underflow" | "Overflow" | "DivisionByZero";
4191
+ }>;
4192
+ }, "strip", z.ZodTypeAny, {
4193
+ __kind: "Arithmetic";
4194
+ value: "Underflow" | "Overflow" | "DivisionByZero";
4195
+ }, {
4196
+ __kind: "Arithmetic";
4197
+ value: {
4198
+ __kind: "Underflow" | "Overflow" | "DivisionByZero";
4199
+ };
4200
+ }>, z.ZodObject<{
4201
+ __kind: z.ZodLiteral<"Transactional">;
4202
+ value: z.ZodEffects<z.ZodObject<{
4203
+ __kind: z.ZodEnum<["LimitReached", "NoLayer"]>;
4204
+ }, "strip", z.ZodTypeAny, {
4205
+ __kind: "LimitReached" | "NoLayer";
4206
+ }, {
4207
+ __kind: "LimitReached" | "NoLayer";
4208
+ }>, "LimitReached" | "NoLayer", {
4209
+ __kind: "LimitReached" | "NoLayer";
4210
+ }>;
4211
+ }, "strip", z.ZodTypeAny, {
4212
+ __kind: "Transactional";
4213
+ value: "LimitReached" | "NoLayer";
4214
+ }, {
4215
+ __kind: "Transactional";
4216
+ value: {
4217
+ __kind: "LimitReached" | "NoLayer";
4218
+ };
4219
+ }>, z.ZodObject<{
4220
+ __kind: z.ZodLiteral<"Exhausted">;
4221
+ }, "strip", z.ZodTypeAny, {
4222
+ __kind: "Exhausted";
4223
+ }, {
4224
+ __kind: "Exhausted";
4225
+ }>, z.ZodObject<{
4226
+ __kind: z.ZodLiteral<"Corruption">;
4227
+ }, "strip", z.ZodTypeAny, {
4228
+ __kind: "Corruption";
4229
+ }, {
4230
+ __kind: "Corruption";
4231
+ }>, z.ZodObject<{
4232
+ __kind: z.ZodLiteral<"Unavailable">;
4233
+ }, "strip", z.ZodTypeAny, {
4234
+ __kind: "Unavailable";
4235
+ }, {
4236
+ __kind: "Unavailable";
4237
+ }>, z.ZodObject<{
4238
+ __kind: z.ZodLiteral<"RootNotAllowed">;
4239
+ }, "strip", z.ZodTypeAny, {
4240
+ __kind: "RootNotAllowed";
4241
+ }, {
4242
+ __kind: "RootNotAllowed";
4243
+ }>]>;
4244
+ }, "strip", z.ZodTypeAny, {
4245
+ __kind: "DispatchError";
4246
+ value: {
4247
+ __kind: "Other";
4248
+ } | {
4249
+ __kind: "CannotLookup";
4250
+ } | {
4251
+ __kind: "BadOrigin";
4252
+ } | {
4253
+ __kind: "Module";
4254
+ value: {
4255
+ index: number;
4256
+ error: `0x${string}`;
4257
+ };
4258
+ } | {
4259
+ __kind: "ConsumerRemaining";
4260
+ } | {
4261
+ __kind: "NoProviders";
4262
+ } | {
4263
+ __kind: "TooManyConsumers";
4264
+ } | {
4265
+ __kind: "Token";
4266
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
4267
+ } | {
4268
+ __kind: "Arithmetic";
4269
+ value: "Underflow" | "Overflow" | "DivisionByZero";
4270
+ } | {
4271
+ __kind: "Transactional";
4272
+ value: "LimitReached" | "NoLayer";
4273
+ } | {
4274
+ __kind: "Exhausted";
4275
+ } | {
4276
+ __kind: "Corruption";
4277
+ } | {
4278
+ __kind: "Unavailable";
4279
+ } | {
4280
+ __kind: "RootNotAllowed";
4281
+ };
4282
+ }, {
4283
+ __kind: "DispatchError";
4284
+ value: {
4285
+ __kind: "Other";
4286
+ } | {
4287
+ __kind: "CannotLookup";
4288
+ } | {
4289
+ __kind: "BadOrigin";
4290
+ } | {
4291
+ __kind: "Module";
4292
+ value: {
4293
+ index: number;
4294
+ error: string;
4295
+ };
4296
+ } | {
4297
+ __kind: "ConsumerRemaining";
4298
+ } | {
4299
+ __kind: "NoProviders";
4300
+ } | {
4301
+ __kind: "TooManyConsumers";
4302
+ } | {
4303
+ __kind: "Token";
4304
+ value: {
4305
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
4306
+ };
4307
+ } | {
4308
+ __kind: "Arithmetic";
4309
+ value: {
4310
+ __kind: "Underflow" | "Overflow" | "DivisionByZero";
4311
+ };
4312
+ } | {
4313
+ __kind: "Transactional";
4314
+ value: {
4315
+ __kind: "LimitReached" | "NoLayer";
4316
+ };
4317
+ } | {
4318
+ __kind: "Exhausted";
4319
+ } | {
4320
+ __kind: "Corruption";
4321
+ } | {
4322
+ __kind: "Unavailable";
4323
+ } | {
4324
+ __kind: "RootNotAllowed";
4325
+ };
4326
+ }>]>;
4327
+ declare const palletCfIngressEgressBoostPoolIdArbitrum: z.ZodObject<{
4328
+ asset: z.ZodEffects<z.ZodObject<{
4329
+ __kind: z.ZodEnum<["ArbEth", "ArbUsdc"]>;
4330
+ }, "strip", z.ZodTypeAny, {
4331
+ __kind: "ArbEth" | "ArbUsdc";
4332
+ }, {
4333
+ __kind: "ArbEth" | "ArbUsdc";
4334
+ }>, "ArbEth" | "ArbUsdc", {
4335
+ __kind: "ArbEth" | "ArbUsdc";
4336
+ }>;
4337
+ tier: z.ZodNumber;
4338
+ }, "strip", z.ZodTypeAny, {
4339
+ asset: "ArbEth" | "ArbUsdc";
4340
+ tier: number;
4341
+ }, {
4342
+ asset: {
4343
+ __kind: "ArbEth" | "ArbUsdc";
4344
+ };
4345
+ tier: number;
4346
+ }>;
4347
+
4348
+ export { accountId, cfAmmCommonPoolPairsMap, cfAmmCommonSide, cfChainsAddressEncodedAddress, cfChainsAddressForeignChainAddress, cfChainsAllBatchError, cfChainsArbArbitrumTrackedData, cfChainsBtcBitcoinScript, cfChainsBtcDepositAddress, cfChainsBtcDepositAddressTapscriptPath, cfChainsBtcScriptPubkey, cfChainsBtcUtxo, cfChainsBtcUtxoId, cfChainsBtcUtxoSelectionConsolidationParameters, cfChainsCcmChannelMetadata, cfChainsCcmDepositMetadata, cfChainsChainStateArbitrum, cfChainsEvmAggKey, cfChainsEvmParityBit, cfChainsEvmSchnorrVerificationComponents, cfChainsEvmTransaction, cfChainsSwapOrigin, cfPrimitivesAccountRole, cfPrimitivesBeneficiary, cfPrimitivesChainsAssetsAnyAsset, cfPrimitivesChainsAssetsArbAsset, cfPrimitivesChainsAssetsBtcAsset, cfPrimitivesChainsAssetsDotAsset, cfPrimitivesChainsAssetsEthAsset, cfPrimitivesChainsForeignChain, cfPrimitivesSwapLeg, cfTraitsLiquiditySwapType, dispatchResult, hexString, numberOrHex, numericString, palletCfArbitrumIngressEgressDepositIgnoredReason, palletCfArbitrumIngressEgressPalletDepositAction, palletCfBitcoinIngressEgressPalletDepositAction, palletCfBroadcastPalletSafeMode, palletCfEmissionsPalletSafeMode, palletCfEnvironmentSafeModeUpdate, palletCfEthereumIngressEgressPalletDepositAction, palletCfFundingPalletSafeMode, palletCfIngressEgressBoostPoolIdArbitrum, palletCfIngressEgressBoostPoolIdBitcoin, palletCfIngressEgressBoostPoolIdEthereum, palletCfIngressEgressBoostPoolIdPolkadot, palletCfIngressEgressDepositWitnessArbitrum, palletCfIngressEgressPalletSafeMode, palletCfLpPalletSafeMode, palletCfPolkadotIngressEgressPalletDepositAction, palletCfPoolsAssetPair, palletCfPoolsPalletIncreaseOrDecrease, palletCfPoolsPalletSafeMode, palletCfPoolsRangeOrderChange, palletCfReputationPalletSafeMode, palletCfSwappingCcmFailReason, palletCfSwappingPalletSafeMode, palletCfThresholdSignaturePalletSafeMode, palletCfTokenholderGovernanceProposal, palletCfValidatorPalletSafeMode, palletCfValidatorRotationPhase, palletCfValidatorRotationState, palletCfWitnesserPalletSafeMode, simpleEnum, spArithmeticArithmeticError, spRuntimeDispatchError, spRuntimeModuleError, spRuntimeTokenError, spRuntimeTransactionalError, stateChainRuntimeSafeModeInnerRuntimeSafeMode, stateChainRuntimeSafeModeWitnesserCallPermission };