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