@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,3025 @@
1
+ import { z } from 'zod';
2
+
3
+ declare const hexString: z.ZodEffects<z.ZodString, `0x${string}`, string>;
4
+ declare const simpleEnum: <U extends string, T extends readonly [U, ...U[]]>(values: T) => z.ZodEffects<z.ZodObject<{
5
+ __kind: z.ZodEnum<z.Writeable<T>>;
6
+ }, "strip", z.ZodTypeAny, { [k in keyof z.objectUtil.addQuestionMarks<z.baseObjectOutputType<{
7
+ __kind: z.ZodEnum<z.Writeable<T>>;
8
+ }>, any>]: z.objectUtil.addQuestionMarks<z.baseObjectOutputType<{
9
+ __kind: z.ZodEnum<z.Writeable<T>>;
10
+ }>, any>[k]; }, { [k_1 in keyof z.baseObjectInputType<{
11
+ __kind: z.ZodEnum<z.Writeable<T>>;
12
+ }>]: z.baseObjectInputType<{
13
+ __kind: z.ZodEnum<z.Writeable<T>>;
14
+ }>[k_1]; }>, z.objectUtil.addQuestionMarks<z.baseObjectOutputType<{
15
+ __kind: z.ZodEnum<z.Writeable<T>>;
16
+ }>, any>["__kind"], { [k_1 in keyof z.baseObjectInputType<{
17
+ __kind: z.ZodEnum<z.Writeable<T>>;
18
+ }>]: z.baseObjectInputType<{
19
+ __kind: z.ZodEnum<z.Writeable<T>>;
20
+ }>[k_1]; }>;
21
+ declare const cfPrimitivesChainsAssetsEthAsset: z.ZodEffects<z.ZodObject<{
22
+ __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Usdt"]>;
23
+ }, "strip", z.ZodTypeAny, {
24
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt";
25
+ }, {
26
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt";
27
+ }>, "Eth" | "Flip" | "Usdc" | "Usdt", {
28
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt";
29
+ }>;
30
+ declare const palletCfEmissionsPalletSafeMode: z.ZodObject<{
31
+ emissionsSyncEnabled: z.ZodBoolean;
32
+ }, "strip", z.ZodTypeAny, {
33
+ emissionsSyncEnabled: boolean;
34
+ }, {
35
+ emissionsSyncEnabled: boolean;
36
+ }>;
37
+ declare const palletCfFundingPalletSafeMode: z.ZodObject<{
38
+ redeemEnabled: z.ZodBoolean;
39
+ startBiddingEnabled: z.ZodBoolean;
40
+ stopBiddingEnabled: z.ZodBoolean;
41
+ }, "strip", z.ZodTypeAny, {
42
+ redeemEnabled: boolean;
43
+ startBiddingEnabled: boolean;
44
+ stopBiddingEnabled: boolean;
45
+ }, {
46
+ redeemEnabled: boolean;
47
+ startBiddingEnabled: boolean;
48
+ stopBiddingEnabled: boolean;
49
+ }>;
50
+ declare const palletCfSwappingPalletSafeMode: z.ZodObject<{
51
+ swapsEnabled: z.ZodBoolean;
52
+ withdrawalsEnabled: z.ZodBoolean;
53
+ depositsEnabled: z.ZodBoolean;
54
+ brokerRegistrationEnabled: z.ZodBoolean;
55
+ }, "strip", z.ZodTypeAny, {
56
+ swapsEnabled: boolean;
57
+ withdrawalsEnabled: boolean;
58
+ depositsEnabled: boolean;
59
+ brokerRegistrationEnabled: boolean;
60
+ }, {
61
+ swapsEnabled: boolean;
62
+ withdrawalsEnabled: boolean;
63
+ depositsEnabled: boolean;
64
+ brokerRegistrationEnabled: boolean;
65
+ }>;
66
+ declare const palletCfLpPalletSafeMode: z.ZodObject<{
67
+ depositEnabled: z.ZodBoolean;
68
+ withdrawalEnabled: z.ZodBoolean;
69
+ }, "strip", z.ZodTypeAny, {
70
+ depositEnabled: boolean;
71
+ withdrawalEnabled: boolean;
72
+ }, {
73
+ depositEnabled: boolean;
74
+ withdrawalEnabled: boolean;
75
+ }>;
76
+ declare const palletCfValidatorPalletSafeMode: z.ZodObject<{
77
+ authorityRotationEnabled: z.ZodBoolean;
78
+ }, "strip", z.ZodTypeAny, {
79
+ authorityRotationEnabled: boolean;
80
+ }, {
81
+ authorityRotationEnabled: boolean;
82
+ }>;
83
+ declare const palletCfPoolsPalletSafeMode: z.ZodObject<{
84
+ rangeOrderUpdateEnabled: z.ZodBoolean;
85
+ limitOrderUpdateEnabled: z.ZodBoolean;
86
+ }, "strip", z.ZodTypeAny, {
87
+ rangeOrderUpdateEnabled: boolean;
88
+ limitOrderUpdateEnabled: boolean;
89
+ }, {
90
+ rangeOrderUpdateEnabled: boolean;
91
+ limitOrderUpdateEnabled: boolean;
92
+ }>;
93
+ declare const palletCfReputationPalletSafeMode: z.ZodObject<{
94
+ reportingEnabled: z.ZodBoolean;
95
+ }, "strip", z.ZodTypeAny, {
96
+ reportingEnabled: boolean;
97
+ }, {
98
+ reportingEnabled: boolean;
99
+ }>;
100
+ declare const palletCfThresholdSignaturePalletSafeMode: z.ZodObject<{
101
+ slashingEnabled: z.ZodBoolean;
102
+ }, "strip", z.ZodTypeAny, {
103
+ slashingEnabled: boolean;
104
+ }, {
105
+ slashingEnabled: boolean;
106
+ }>;
107
+ declare const palletCfBroadcastPalletSafeMode: z.ZodObject<{
108
+ retryEnabled: z.ZodBoolean;
109
+ }, "strip", z.ZodTypeAny, {
110
+ retryEnabled: boolean;
111
+ }, {
112
+ retryEnabled: boolean;
113
+ }>;
114
+ declare const stateChainRuntimeSafeModeWitnesserCallPermission: z.ZodObject<{
115
+ governance: z.ZodBoolean;
116
+ funding: z.ZodBoolean;
117
+ swapping: z.ZodBoolean;
118
+ ethereumBroadcast: z.ZodBoolean;
119
+ ethereumChainTracking: z.ZodBoolean;
120
+ ethereumIngressEgress: z.ZodBoolean;
121
+ ethereumVault: z.ZodBoolean;
122
+ polkadotBroadcast: z.ZodBoolean;
123
+ polkadotChainTracking: z.ZodBoolean;
124
+ polkadotIngressEgress: z.ZodBoolean;
125
+ polkadotVault: z.ZodBoolean;
126
+ bitcoinBroadcast: z.ZodBoolean;
127
+ bitcoinChainTracking: z.ZodBoolean;
128
+ bitcoinIngressEgress: z.ZodBoolean;
129
+ bitcoinVault: z.ZodBoolean;
130
+ }, "strip", z.ZodTypeAny, {
131
+ governance: boolean;
132
+ funding: boolean;
133
+ swapping: boolean;
134
+ ethereumBroadcast: boolean;
135
+ ethereumChainTracking: boolean;
136
+ ethereumIngressEgress: boolean;
137
+ ethereumVault: boolean;
138
+ polkadotBroadcast: boolean;
139
+ polkadotChainTracking: boolean;
140
+ polkadotIngressEgress: boolean;
141
+ polkadotVault: boolean;
142
+ bitcoinBroadcast: boolean;
143
+ bitcoinChainTracking: boolean;
144
+ bitcoinIngressEgress: boolean;
145
+ bitcoinVault: boolean;
146
+ }, {
147
+ governance: boolean;
148
+ funding: boolean;
149
+ swapping: boolean;
150
+ ethereumBroadcast: boolean;
151
+ ethereumChainTracking: boolean;
152
+ ethereumIngressEgress: boolean;
153
+ ethereumVault: boolean;
154
+ polkadotBroadcast: boolean;
155
+ polkadotChainTracking: boolean;
156
+ polkadotIngressEgress: boolean;
157
+ polkadotVault: boolean;
158
+ bitcoinBroadcast: boolean;
159
+ bitcoinChainTracking: boolean;
160
+ bitcoinIngressEgress: boolean;
161
+ bitcoinVault: boolean;
162
+ }>;
163
+ declare const palletCfWitnesserPalletSafeMode: z.ZodUnion<[z.ZodObject<{
164
+ __kind: z.ZodLiteral<"CodeGreen">;
165
+ }, "strip", z.ZodTypeAny, {
166
+ __kind: "CodeGreen";
167
+ }, {
168
+ __kind: "CodeGreen";
169
+ }>, z.ZodObject<{
170
+ __kind: z.ZodLiteral<"CodeRed">;
171
+ }, "strip", z.ZodTypeAny, {
172
+ __kind: "CodeRed";
173
+ }, {
174
+ __kind: "CodeRed";
175
+ }>, z.ZodObject<{
176
+ __kind: z.ZodLiteral<"CodeAmber">;
177
+ value: z.ZodObject<{
178
+ governance: z.ZodBoolean;
179
+ funding: z.ZodBoolean;
180
+ swapping: z.ZodBoolean;
181
+ ethereumBroadcast: z.ZodBoolean;
182
+ ethereumChainTracking: z.ZodBoolean;
183
+ ethereumIngressEgress: z.ZodBoolean;
184
+ ethereumVault: z.ZodBoolean;
185
+ polkadotBroadcast: z.ZodBoolean;
186
+ polkadotChainTracking: z.ZodBoolean;
187
+ polkadotIngressEgress: z.ZodBoolean;
188
+ polkadotVault: z.ZodBoolean;
189
+ bitcoinBroadcast: z.ZodBoolean;
190
+ bitcoinChainTracking: z.ZodBoolean;
191
+ bitcoinIngressEgress: z.ZodBoolean;
192
+ bitcoinVault: z.ZodBoolean;
193
+ }, "strip", z.ZodTypeAny, {
194
+ governance: boolean;
195
+ funding: boolean;
196
+ swapping: boolean;
197
+ ethereumBroadcast: boolean;
198
+ ethereumChainTracking: boolean;
199
+ ethereumIngressEgress: boolean;
200
+ ethereumVault: boolean;
201
+ polkadotBroadcast: boolean;
202
+ polkadotChainTracking: boolean;
203
+ polkadotIngressEgress: boolean;
204
+ polkadotVault: boolean;
205
+ bitcoinBroadcast: boolean;
206
+ bitcoinChainTracking: boolean;
207
+ bitcoinIngressEgress: boolean;
208
+ bitcoinVault: boolean;
209
+ }, {
210
+ governance: boolean;
211
+ funding: boolean;
212
+ swapping: boolean;
213
+ ethereumBroadcast: boolean;
214
+ ethereumChainTracking: boolean;
215
+ ethereumIngressEgress: boolean;
216
+ ethereumVault: boolean;
217
+ polkadotBroadcast: boolean;
218
+ polkadotChainTracking: boolean;
219
+ polkadotIngressEgress: boolean;
220
+ polkadotVault: boolean;
221
+ bitcoinBroadcast: boolean;
222
+ bitcoinChainTracking: boolean;
223
+ bitcoinIngressEgress: boolean;
224
+ bitcoinVault: boolean;
225
+ }>;
226
+ }, "strip", z.ZodTypeAny, {
227
+ __kind: "CodeAmber";
228
+ value: {
229
+ governance: boolean;
230
+ funding: boolean;
231
+ swapping: boolean;
232
+ ethereumBroadcast: boolean;
233
+ ethereumChainTracking: boolean;
234
+ ethereumIngressEgress: boolean;
235
+ ethereumVault: boolean;
236
+ polkadotBroadcast: boolean;
237
+ polkadotChainTracking: boolean;
238
+ polkadotIngressEgress: boolean;
239
+ polkadotVault: boolean;
240
+ bitcoinBroadcast: boolean;
241
+ bitcoinChainTracking: boolean;
242
+ bitcoinIngressEgress: boolean;
243
+ bitcoinVault: boolean;
244
+ };
245
+ }, {
246
+ __kind: "CodeAmber";
247
+ value: {
248
+ governance: boolean;
249
+ funding: boolean;
250
+ swapping: boolean;
251
+ ethereumBroadcast: boolean;
252
+ ethereumChainTracking: boolean;
253
+ ethereumIngressEgress: boolean;
254
+ ethereumVault: boolean;
255
+ polkadotBroadcast: boolean;
256
+ polkadotChainTracking: boolean;
257
+ polkadotIngressEgress: boolean;
258
+ polkadotVault: boolean;
259
+ bitcoinBroadcast: boolean;
260
+ bitcoinChainTracking: boolean;
261
+ bitcoinIngressEgress: boolean;
262
+ bitcoinVault: boolean;
263
+ };
264
+ }>]>;
265
+ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
266
+ emissions: z.ZodObject<{
267
+ emissionsSyncEnabled: z.ZodBoolean;
268
+ }, "strip", z.ZodTypeAny, {
269
+ emissionsSyncEnabled: boolean;
270
+ }, {
271
+ emissionsSyncEnabled: boolean;
272
+ }>;
273
+ funding: z.ZodObject<{
274
+ redeemEnabled: z.ZodBoolean;
275
+ startBiddingEnabled: z.ZodBoolean;
276
+ stopBiddingEnabled: z.ZodBoolean;
277
+ }, "strip", z.ZodTypeAny, {
278
+ redeemEnabled: boolean;
279
+ startBiddingEnabled: boolean;
280
+ stopBiddingEnabled: boolean;
281
+ }, {
282
+ redeemEnabled: boolean;
283
+ startBiddingEnabled: boolean;
284
+ stopBiddingEnabled: boolean;
285
+ }>;
286
+ swapping: z.ZodObject<{
287
+ swapsEnabled: z.ZodBoolean;
288
+ withdrawalsEnabled: z.ZodBoolean;
289
+ depositsEnabled: z.ZodBoolean;
290
+ brokerRegistrationEnabled: z.ZodBoolean;
291
+ }, "strip", z.ZodTypeAny, {
292
+ swapsEnabled: boolean;
293
+ withdrawalsEnabled: boolean;
294
+ depositsEnabled: boolean;
295
+ brokerRegistrationEnabled: boolean;
296
+ }, {
297
+ swapsEnabled: boolean;
298
+ withdrawalsEnabled: boolean;
299
+ depositsEnabled: boolean;
300
+ brokerRegistrationEnabled: boolean;
301
+ }>;
302
+ liquidityProvider: z.ZodObject<{
303
+ depositEnabled: z.ZodBoolean;
304
+ withdrawalEnabled: z.ZodBoolean;
305
+ }, "strip", z.ZodTypeAny, {
306
+ depositEnabled: boolean;
307
+ withdrawalEnabled: boolean;
308
+ }, {
309
+ depositEnabled: boolean;
310
+ withdrawalEnabled: boolean;
311
+ }>;
312
+ validator: z.ZodObject<{
313
+ authorityRotationEnabled: z.ZodBoolean;
314
+ }, "strip", z.ZodTypeAny, {
315
+ authorityRotationEnabled: boolean;
316
+ }, {
317
+ authorityRotationEnabled: boolean;
318
+ }>;
319
+ pools: z.ZodObject<{
320
+ rangeOrderUpdateEnabled: z.ZodBoolean;
321
+ limitOrderUpdateEnabled: z.ZodBoolean;
322
+ }, "strip", z.ZodTypeAny, {
323
+ rangeOrderUpdateEnabled: boolean;
324
+ limitOrderUpdateEnabled: boolean;
325
+ }, {
326
+ rangeOrderUpdateEnabled: boolean;
327
+ limitOrderUpdateEnabled: boolean;
328
+ }>;
329
+ reputation: z.ZodObject<{
330
+ reportingEnabled: z.ZodBoolean;
331
+ }, "strip", z.ZodTypeAny, {
332
+ reportingEnabled: boolean;
333
+ }, {
334
+ reportingEnabled: boolean;
335
+ }>;
336
+ thresholdSignatureEthereum: z.ZodObject<{
337
+ slashingEnabled: z.ZodBoolean;
338
+ }, "strip", z.ZodTypeAny, {
339
+ slashingEnabled: boolean;
340
+ }, {
341
+ slashingEnabled: boolean;
342
+ }>;
343
+ thresholdSignatureBitcoin: z.ZodObject<{
344
+ slashingEnabled: z.ZodBoolean;
345
+ }, "strip", z.ZodTypeAny, {
346
+ slashingEnabled: boolean;
347
+ }, {
348
+ slashingEnabled: boolean;
349
+ }>;
350
+ thresholdSignaturePolkadot: z.ZodObject<{
351
+ slashingEnabled: z.ZodBoolean;
352
+ }, "strip", z.ZodTypeAny, {
353
+ slashingEnabled: boolean;
354
+ }, {
355
+ slashingEnabled: boolean;
356
+ }>;
357
+ broadcastEthereum: z.ZodObject<{
358
+ retryEnabled: z.ZodBoolean;
359
+ }, "strip", z.ZodTypeAny, {
360
+ retryEnabled: boolean;
361
+ }, {
362
+ retryEnabled: boolean;
363
+ }>;
364
+ broadcastBitcoin: z.ZodObject<{
365
+ retryEnabled: z.ZodBoolean;
366
+ }, "strip", z.ZodTypeAny, {
367
+ retryEnabled: boolean;
368
+ }, {
369
+ retryEnabled: boolean;
370
+ }>;
371
+ broadcastPolkadot: z.ZodObject<{
372
+ retryEnabled: z.ZodBoolean;
373
+ }, "strip", z.ZodTypeAny, {
374
+ retryEnabled: boolean;
375
+ }, {
376
+ retryEnabled: boolean;
377
+ }>;
378
+ witnesser: z.ZodUnion<[z.ZodObject<{
379
+ __kind: z.ZodLiteral<"CodeGreen">;
380
+ }, "strip", z.ZodTypeAny, {
381
+ __kind: "CodeGreen";
382
+ }, {
383
+ __kind: "CodeGreen";
384
+ }>, z.ZodObject<{
385
+ __kind: z.ZodLiteral<"CodeRed">;
386
+ }, "strip", z.ZodTypeAny, {
387
+ __kind: "CodeRed";
388
+ }, {
389
+ __kind: "CodeRed";
390
+ }>, z.ZodObject<{
391
+ __kind: z.ZodLiteral<"CodeAmber">;
392
+ value: z.ZodObject<{
393
+ governance: z.ZodBoolean;
394
+ funding: z.ZodBoolean;
395
+ swapping: z.ZodBoolean;
396
+ ethereumBroadcast: z.ZodBoolean;
397
+ ethereumChainTracking: z.ZodBoolean;
398
+ ethereumIngressEgress: z.ZodBoolean;
399
+ ethereumVault: z.ZodBoolean;
400
+ polkadotBroadcast: z.ZodBoolean;
401
+ polkadotChainTracking: z.ZodBoolean;
402
+ polkadotIngressEgress: z.ZodBoolean;
403
+ polkadotVault: z.ZodBoolean;
404
+ bitcoinBroadcast: z.ZodBoolean;
405
+ bitcoinChainTracking: z.ZodBoolean;
406
+ bitcoinIngressEgress: z.ZodBoolean;
407
+ bitcoinVault: z.ZodBoolean;
408
+ }, "strip", z.ZodTypeAny, {
409
+ governance: boolean;
410
+ funding: boolean;
411
+ swapping: boolean;
412
+ ethereumBroadcast: boolean;
413
+ ethereumChainTracking: boolean;
414
+ ethereumIngressEgress: boolean;
415
+ ethereumVault: boolean;
416
+ polkadotBroadcast: boolean;
417
+ polkadotChainTracking: boolean;
418
+ polkadotIngressEgress: boolean;
419
+ polkadotVault: boolean;
420
+ bitcoinBroadcast: boolean;
421
+ bitcoinChainTracking: boolean;
422
+ bitcoinIngressEgress: boolean;
423
+ bitcoinVault: boolean;
424
+ }, {
425
+ governance: boolean;
426
+ funding: boolean;
427
+ swapping: boolean;
428
+ ethereumBroadcast: boolean;
429
+ ethereumChainTracking: boolean;
430
+ ethereumIngressEgress: boolean;
431
+ ethereumVault: boolean;
432
+ polkadotBroadcast: boolean;
433
+ polkadotChainTracking: boolean;
434
+ polkadotIngressEgress: boolean;
435
+ polkadotVault: boolean;
436
+ bitcoinBroadcast: boolean;
437
+ bitcoinChainTracking: boolean;
438
+ bitcoinIngressEgress: boolean;
439
+ bitcoinVault: boolean;
440
+ }>;
441
+ }, "strip", z.ZodTypeAny, {
442
+ __kind: "CodeAmber";
443
+ value: {
444
+ governance: boolean;
445
+ funding: boolean;
446
+ swapping: boolean;
447
+ ethereumBroadcast: boolean;
448
+ ethereumChainTracking: boolean;
449
+ ethereumIngressEgress: boolean;
450
+ ethereumVault: boolean;
451
+ polkadotBroadcast: boolean;
452
+ polkadotChainTracking: boolean;
453
+ polkadotIngressEgress: boolean;
454
+ polkadotVault: boolean;
455
+ bitcoinBroadcast: boolean;
456
+ bitcoinChainTracking: boolean;
457
+ bitcoinIngressEgress: boolean;
458
+ bitcoinVault: boolean;
459
+ };
460
+ }, {
461
+ __kind: "CodeAmber";
462
+ value: {
463
+ governance: boolean;
464
+ funding: boolean;
465
+ swapping: boolean;
466
+ ethereumBroadcast: boolean;
467
+ ethereumChainTracking: boolean;
468
+ ethereumIngressEgress: boolean;
469
+ ethereumVault: boolean;
470
+ polkadotBroadcast: boolean;
471
+ polkadotChainTracking: boolean;
472
+ polkadotIngressEgress: boolean;
473
+ polkadotVault: boolean;
474
+ bitcoinBroadcast: boolean;
475
+ bitcoinChainTracking: boolean;
476
+ bitcoinIngressEgress: boolean;
477
+ bitcoinVault: boolean;
478
+ };
479
+ }>]>;
480
+ }, "strip", z.ZodTypeAny, {
481
+ funding: {
482
+ redeemEnabled: boolean;
483
+ startBiddingEnabled: boolean;
484
+ stopBiddingEnabled: boolean;
485
+ };
486
+ swapping: {
487
+ swapsEnabled: boolean;
488
+ withdrawalsEnabled: boolean;
489
+ depositsEnabled: boolean;
490
+ brokerRegistrationEnabled: boolean;
491
+ };
492
+ emissions: {
493
+ emissionsSyncEnabled: boolean;
494
+ };
495
+ liquidityProvider: {
496
+ depositEnabled: boolean;
497
+ withdrawalEnabled: boolean;
498
+ };
499
+ validator: {
500
+ authorityRotationEnabled: boolean;
501
+ };
502
+ pools: {
503
+ rangeOrderUpdateEnabled: boolean;
504
+ limitOrderUpdateEnabled: boolean;
505
+ };
506
+ reputation: {
507
+ reportingEnabled: boolean;
508
+ };
509
+ thresholdSignatureEthereum: {
510
+ slashingEnabled: boolean;
511
+ };
512
+ thresholdSignatureBitcoin: {
513
+ slashingEnabled: boolean;
514
+ };
515
+ thresholdSignaturePolkadot: {
516
+ slashingEnabled: boolean;
517
+ };
518
+ broadcastEthereum: {
519
+ retryEnabled: boolean;
520
+ };
521
+ broadcastBitcoin: {
522
+ retryEnabled: boolean;
523
+ };
524
+ broadcastPolkadot: {
525
+ retryEnabled: boolean;
526
+ };
527
+ witnesser: {
528
+ __kind: "CodeGreen";
529
+ } | {
530
+ __kind: "CodeRed";
531
+ } | {
532
+ __kind: "CodeAmber";
533
+ value: {
534
+ governance: boolean;
535
+ funding: boolean;
536
+ swapping: boolean;
537
+ ethereumBroadcast: boolean;
538
+ ethereumChainTracking: boolean;
539
+ ethereumIngressEgress: boolean;
540
+ ethereumVault: boolean;
541
+ polkadotBroadcast: boolean;
542
+ polkadotChainTracking: boolean;
543
+ polkadotIngressEgress: boolean;
544
+ polkadotVault: boolean;
545
+ bitcoinBroadcast: boolean;
546
+ bitcoinChainTracking: boolean;
547
+ bitcoinIngressEgress: boolean;
548
+ bitcoinVault: boolean;
549
+ };
550
+ };
551
+ }, {
552
+ funding: {
553
+ redeemEnabled: boolean;
554
+ startBiddingEnabled: boolean;
555
+ stopBiddingEnabled: boolean;
556
+ };
557
+ swapping: {
558
+ swapsEnabled: boolean;
559
+ withdrawalsEnabled: boolean;
560
+ depositsEnabled: boolean;
561
+ brokerRegistrationEnabled: boolean;
562
+ };
563
+ emissions: {
564
+ emissionsSyncEnabled: boolean;
565
+ };
566
+ liquidityProvider: {
567
+ depositEnabled: boolean;
568
+ withdrawalEnabled: boolean;
569
+ };
570
+ validator: {
571
+ authorityRotationEnabled: boolean;
572
+ };
573
+ pools: {
574
+ rangeOrderUpdateEnabled: boolean;
575
+ limitOrderUpdateEnabled: boolean;
576
+ };
577
+ reputation: {
578
+ reportingEnabled: boolean;
579
+ };
580
+ thresholdSignatureEthereum: {
581
+ slashingEnabled: boolean;
582
+ };
583
+ thresholdSignatureBitcoin: {
584
+ slashingEnabled: boolean;
585
+ };
586
+ thresholdSignaturePolkadot: {
587
+ slashingEnabled: boolean;
588
+ };
589
+ broadcastEthereum: {
590
+ retryEnabled: boolean;
591
+ };
592
+ broadcastBitcoin: {
593
+ retryEnabled: boolean;
594
+ };
595
+ broadcastPolkadot: {
596
+ retryEnabled: boolean;
597
+ };
598
+ witnesser: {
599
+ __kind: "CodeGreen";
600
+ } | {
601
+ __kind: "CodeRed";
602
+ } | {
603
+ __kind: "CodeAmber";
604
+ value: {
605
+ governance: boolean;
606
+ funding: boolean;
607
+ swapping: boolean;
608
+ ethereumBroadcast: boolean;
609
+ ethereumChainTracking: boolean;
610
+ ethereumIngressEgress: boolean;
611
+ ethereumVault: boolean;
612
+ polkadotBroadcast: boolean;
613
+ polkadotChainTracking: boolean;
614
+ polkadotIngressEgress: boolean;
615
+ polkadotVault: boolean;
616
+ bitcoinBroadcast: boolean;
617
+ bitcoinChainTracking: boolean;
618
+ bitcoinIngressEgress: boolean;
619
+ bitcoinVault: boolean;
620
+ };
621
+ };
622
+ }>;
623
+ declare const palletCfEnvironmentSafeModeUpdate: z.ZodUnion<[z.ZodObject<{
624
+ __kind: z.ZodLiteral<"CodeRed">;
625
+ }, "strip", z.ZodTypeAny, {
626
+ __kind: "CodeRed";
627
+ }, {
628
+ __kind: "CodeRed";
629
+ }>, z.ZodObject<{
630
+ __kind: z.ZodLiteral<"CodeGreen">;
631
+ }, "strip", z.ZodTypeAny, {
632
+ __kind: "CodeGreen";
633
+ }, {
634
+ __kind: "CodeGreen";
635
+ }>, z.ZodObject<{
636
+ __kind: z.ZodLiteral<"CodeAmber">;
637
+ value: z.ZodObject<{
638
+ emissions: z.ZodObject<{
639
+ emissionsSyncEnabled: z.ZodBoolean;
640
+ }, "strip", z.ZodTypeAny, {
641
+ emissionsSyncEnabled: boolean;
642
+ }, {
643
+ emissionsSyncEnabled: boolean;
644
+ }>;
645
+ funding: z.ZodObject<{
646
+ redeemEnabled: z.ZodBoolean;
647
+ startBiddingEnabled: z.ZodBoolean;
648
+ stopBiddingEnabled: z.ZodBoolean;
649
+ }, "strip", z.ZodTypeAny, {
650
+ redeemEnabled: boolean;
651
+ startBiddingEnabled: boolean;
652
+ stopBiddingEnabled: boolean;
653
+ }, {
654
+ redeemEnabled: boolean;
655
+ startBiddingEnabled: boolean;
656
+ stopBiddingEnabled: boolean;
657
+ }>;
658
+ swapping: z.ZodObject<{
659
+ swapsEnabled: z.ZodBoolean;
660
+ withdrawalsEnabled: z.ZodBoolean;
661
+ depositsEnabled: z.ZodBoolean;
662
+ brokerRegistrationEnabled: z.ZodBoolean;
663
+ }, "strip", z.ZodTypeAny, {
664
+ swapsEnabled: boolean;
665
+ withdrawalsEnabled: boolean;
666
+ depositsEnabled: boolean;
667
+ brokerRegistrationEnabled: boolean;
668
+ }, {
669
+ swapsEnabled: boolean;
670
+ withdrawalsEnabled: boolean;
671
+ depositsEnabled: boolean;
672
+ brokerRegistrationEnabled: boolean;
673
+ }>;
674
+ liquidityProvider: z.ZodObject<{
675
+ depositEnabled: z.ZodBoolean;
676
+ withdrawalEnabled: z.ZodBoolean;
677
+ }, "strip", z.ZodTypeAny, {
678
+ depositEnabled: boolean;
679
+ withdrawalEnabled: boolean;
680
+ }, {
681
+ depositEnabled: boolean;
682
+ withdrawalEnabled: boolean;
683
+ }>;
684
+ validator: z.ZodObject<{
685
+ authorityRotationEnabled: z.ZodBoolean;
686
+ }, "strip", z.ZodTypeAny, {
687
+ authorityRotationEnabled: boolean;
688
+ }, {
689
+ authorityRotationEnabled: boolean;
690
+ }>;
691
+ pools: z.ZodObject<{
692
+ rangeOrderUpdateEnabled: z.ZodBoolean;
693
+ limitOrderUpdateEnabled: z.ZodBoolean;
694
+ }, "strip", z.ZodTypeAny, {
695
+ rangeOrderUpdateEnabled: boolean;
696
+ limitOrderUpdateEnabled: boolean;
697
+ }, {
698
+ rangeOrderUpdateEnabled: boolean;
699
+ limitOrderUpdateEnabled: boolean;
700
+ }>;
701
+ reputation: z.ZodObject<{
702
+ reportingEnabled: z.ZodBoolean;
703
+ }, "strip", z.ZodTypeAny, {
704
+ reportingEnabled: boolean;
705
+ }, {
706
+ reportingEnabled: boolean;
707
+ }>;
708
+ thresholdSignatureEthereum: z.ZodObject<{
709
+ slashingEnabled: z.ZodBoolean;
710
+ }, "strip", z.ZodTypeAny, {
711
+ slashingEnabled: boolean;
712
+ }, {
713
+ slashingEnabled: boolean;
714
+ }>;
715
+ thresholdSignatureBitcoin: z.ZodObject<{
716
+ slashingEnabled: z.ZodBoolean;
717
+ }, "strip", z.ZodTypeAny, {
718
+ slashingEnabled: boolean;
719
+ }, {
720
+ slashingEnabled: boolean;
721
+ }>;
722
+ thresholdSignaturePolkadot: z.ZodObject<{
723
+ slashingEnabled: z.ZodBoolean;
724
+ }, "strip", z.ZodTypeAny, {
725
+ slashingEnabled: boolean;
726
+ }, {
727
+ slashingEnabled: boolean;
728
+ }>;
729
+ broadcastEthereum: z.ZodObject<{
730
+ retryEnabled: z.ZodBoolean;
731
+ }, "strip", z.ZodTypeAny, {
732
+ retryEnabled: boolean;
733
+ }, {
734
+ retryEnabled: boolean;
735
+ }>;
736
+ broadcastBitcoin: z.ZodObject<{
737
+ retryEnabled: z.ZodBoolean;
738
+ }, "strip", z.ZodTypeAny, {
739
+ retryEnabled: boolean;
740
+ }, {
741
+ retryEnabled: boolean;
742
+ }>;
743
+ broadcastPolkadot: z.ZodObject<{
744
+ retryEnabled: z.ZodBoolean;
745
+ }, "strip", z.ZodTypeAny, {
746
+ retryEnabled: boolean;
747
+ }, {
748
+ retryEnabled: boolean;
749
+ }>;
750
+ witnesser: z.ZodUnion<[z.ZodObject<{
751
+ __kind: z.ZodLiteral<"CodeGreen">;
752
+ }, "strip", z.ZodTypeAny, {
753
+ __kind: "CodeGreen";
754
+ }, {
755
+ __kind: "CodeGreen";
756
+ }>, z.ZodObject<{
757
+ __kind: z.ZodLiteral<"CodeRed">;
758
+ }, "strip", z.ZodTypeAny, {
759
+ __kind: "CodeRed";
760
+ }, {
761
+ __kind: "CodeRed";
762
+ }>, z.ZodObject<{
763
+ __kind: z.ZodLiteral<"CodeAmber">;
764
+ value: z.ZodObject<{
765
+ governance: z.ZodBoolean;
766
+ funding: z.ZodBoolean;
767
+ swapping: z.ZodBoolean;
768
+ ethereumBroadcast: z.ZodBoolean;
769
+ ethereumChainTracking: z.ZodBoolean;
770
+ ethereumIngressEgress: z.ZodBoolean;
771
+ ethereumVault: z.ZodBoolean;
772
+ polkadotBroadcast: z.ZodBoolean;
773
+ polkadotChainTracking: z.ZodBoolean;
774
+ polkadotIngressEgress: z.ZodBoolean;
775
+ polkadotVault: z.ZodBoolean;
776
+ bitcoinBroadcast: z.ZodBoolean;
777
+ bitcoinChainTracking: z.ZodBoolean;
778
+ bitcoinIngressEgress: z.ZodBoolean;
779
+ bitcoinVault: z.ZodBoolean;
780
+ }, "strip", z.ZodTypeAny, {
781
+ governance: boolean;
782
+ funding: boolean;
783
+ swapping: boolean;
784
+ ethereumBroadcast: boolean;
785
+ ethereumChainTracking: boolean;
786
+ ethereumIngressEgress: boolean;
787
+ ethereumVault: boolean;
788
+ polkadotBroadcast: boolean;
789
+ polkadotChainTracking: boolean;
790
+ polkadotIngressEgress: boolean;
791
+ polkadotVault: boolean;
792
+ bitcoinBroadcast: boolean;
793
+ bitcoinChainTracking: boolean;
794
+ bitcoinIngressEgress: boolean;
795
+ bitcoinVault: boolean;
796
+ }, {
797
+ governance: boolean;
798
+ funding: boolean;
799
+ swapping: boolean;
800
+ ethereumBroadcast: boolean;
801
+ ethereumChainTracking: boolean;
802
+ ethereumIngressEgress: boolean;
803
+ ethereumVault: boolean;
804
+ polkadotBroadcast: boolean;
805
+ polkadotChainTracking: boolean;
806
+ polkadotIngressEgress: boolean;
807
+ polkadotVault: boolean;
808
+ bitcoinBroadcast: boolean;
809
+ bitcoinChainTracking: boolean;
810
+ bitcoinIngressEgress: boolean;
811
+ bitcoinVault: boolean;
812
+ }>;
813
+ }, "strip", z.ZodTypeAny, {
814
+ __kind: "CodeAmber";
815
+ value: {
816
+ governance: boolean;
817
+ funding: boolean;
818
+ swapping: boolean;
819
+ ethereumBroadcast: boolean;
820
+ ethereumChainTracking: boolean;
821
+ ethereumIngressEgress: boolean;
822
+ ethereumVault: boolean;
823
+ polkadotBroadcast: boolean;
824
+ polkadotChainTracking: boolean;
825
+ polkadotIngressEgress: boolean;
826
+ polkadotVault: boolean;
827
+ bitcoinBroadcast: boolean;
828
+ bitcoinChainTracking: boolean;
829
+ bitcoinIngressEgress: boolean;
830
+ bitcoinVault: boolean;
831
+ };
832
+ }, {
833
+ __kind: "CodeAmber";
834
+ value: {
835
+ governance: boolean;
836
+ funding: boolean;
837
+ swapping: boolean;
838
+ ethereumBroadcast: boolean;
839
+ ethereumChainTracking: boolean;
840
+ ethereumIngressEgress: boolean;
841
+ ethereumVault: boolean;
842
+ polkadotBroadcast: boolean;
843
+ polkadotChainTracking: boolean;
844
+ polkadotIngressEgress: boolean;
845
+ polkadotVault: boolean;
846
+ bitcoinBroadcast: boolean;
847
+ bitcoinChainTracking: boolean;
848
+ bitcoinIngressEgress: boolean;
849
+ bitcoinVault: boolean;
850
+ };
851
+ }>]>;
852
+ }, "strip", z.ZodTypeAny, {
853
+ funding: {
854
+ redeemEnabled: boolean;
855
+ startBiddingEnabled: boolean;
856
+ stopBiddingEnabled: boolean;
857
+ };
858
+ swapping: {
859
+ swapsEnabled: boolean;
860
+ withdrawalsEnabled: boolean;
861
+ depositsEnabled: boolean;
862
+ brokerRegistrationEnabled: boolean;
863
+ };
864
+ emissions: {
865
+ emissionsSyncEnabled: boolean;
866
+ };
867
+ liquidityProvider: {
868
+ depositEnabled: boolean;
869
+ withdrawalEnabled: boolean;
870
+ };
871
+ validator: {
872
+ authorityRotationEnabled: boolean;
873
+ };
874
+ pools: {
875
+ rangeOrderUpdateEnabled: boolean;
876
+ limitOrderUpdateEnabled: boolean;
877
+ };
878
+ reputation: {
879
+ reportingEnabled: boolean;
880
+ };
881
+ thresholdSignatureEthereum: {
882
+ slashingEnabled: boolean;
883
+ };
884
+ thresholdSignatureBitcoin: {
885
+ slashingEnabled: boolean;
886
+ };
887
+ thresholdSignaturePolkadot: {
888
+ slashingEnabled: boolean;
889
+ };
890
+ broadcastEthereum: {
891
+ retryEnabled: boolean;
892
+ };
893
+ broadcastBitcoin: {
894
+ retryEnabled: boolean;
895
+ };
896
+ broadcastPolkadot: {
897
+ retryEnabled: boolean;
898
+ };
899
+ witnesser: {
900
+ __kind: "CodeGreen";
901
+ } | {
902
+ __kind: "CodeRed";
903
+ } | {
904
+ __kind: "CodeAmber";
905
+ value: {
906
+ governance: boolean;
907
+ funding: boolean;
908
+ swapping: boolean;
909
+ ethereumBroadcast: boolean;
910
+ ethereumChainTracking: boolean;
911
+ ethereumIngressEgress: boolean;
912
+ ethereumVault: boolean;
913
+ polkadotBroadcast: boolean;
914
+ polkadotChainTracking: boolean;
915
+ polkadotIngressEgress: boolean;
916
+ polkadotVault: boolean;
917
+ bitcoinBroadcast: boolean;
918
+ bitcoinChainTracking: boolean;
919
+ bitcoinIngressEgress: boolean;
920
+ bitcoinVault: boolean;
921
+ };
922
+ };
923
+ }, {
924
+ funding: {
925
+ redeemEnabled: boolean;
926
+ startBiddingEnabled: boolean;
927
+ stopBiddingEnabled: boolean;
928
+ };
929
+ swapping: {
930
+ swapsEnabled: boolean;
931
+ withdrawalsEnabled: boolean;
932
+ depositsEnabled: boolean;
933
+ brokerRegistrationEnabled: boolean;
934
+ };
935
+ emissions: {
936
+ emissionsSyncEnabled: boolean;
937
+ };
938
+ liquidityProvider: {
939
+ depositEnabled: boolean;
940
+ withdrawalEnabled: boolean;
941
+ };
942
+ validator: {
943
+ authorityRotationEnabled: boolean;
944
+ };
945
+ pools: {
946
+ rangeOrderUpdateEnabled: boolean;
947
+ limitOrderUpdateEnabled: boolean;
948
+ };
949
+ reputation: {
950
+ reportingEnabled: boolean;
951
+ };
952
+ thresholdSignatureEthereum: {
953
+ slashingEnabled: boolean;
954
+ };
955
+ thresholdSignatureBitcoin: {
956
+ slashingEnabled: boolean;
957
+ };
958
+ thresholdSignaturePolkadot: {
959
+ slashingEnabled: boolean;
960
+ };
961
+ broadcastEthereum: {
962
+ retryEnabled: boolean;
963
+ };
964
+ broadcastBitcoin: {
965
+ retryEnabled: boolean;
966
+ };
967
+ broadcastPolkadot: {
968
+ retryEnabled: boolean;
969
+ };
970
+ witnesser: {
971
+ __kind: "CodeGreen";
972
+ } | {
973
+ __kind: "CodeRed";
974
+ } | {
975
+ __kind: "CodeAmber";
976
+ value: {
977
+ governance: boolean;
978
+ funding: boolean;
979
+ swapping: boolean;
980
+ ethereumBroadcast: boolean;
981
+ ethereumChainTracking: boolean;
982
+ ethereumIngressEgress: boolean;
983
+ ethereumVault: boolean;
984
+ polkadotBroadcast: boolean;
985
+ polkadotChainTracking: boolean;
986
+ polkadotIngressEgress: boolean;
987
+ polkadotVault: boolean;
988
+ bitcoinBroadcast: boolean;
989
+ bitcoinChainTracking: boolean;
990
+ bitcoinIngressEgress: boolean;
991
+ bitcoinVault: boolean;
992
+ };
993
+ };
994
+ }>;
995
+ }, "strip", z.ZodTypeAny, {
996
+ __kind: "CodeAmber";
997
+ value: {
998
+ funding: {
999
+ redeemEnabled: boolean;
1000
+ startBiddingEnabled: boolean;
1001
+ stopBiddingEnabled: boolean;
1002
+ };
1003
+ swapping: {
1004
+ swapsEnabled: boolean;
1005
+ withdrawalsEnabled: boolean;
1006
+ depositsEnabled: boolean;
1007
+ brokerRegistrationEnabled: boolean;
1008
+ };
1009
+ emissions: {
1010
+ emissionsSyncEnabled: boolean;
1011
+ };
1012
+ liquidityProvider: {
1013
+ depositEnabled: boolean;
1014
+ withdrawalEnabled: boolean;
1015
+ };
1016
+ validator: {
1017
+ authorityRotationEnabled: boolean;
1018
+ };
1019
+ pools: {
1020
+ rangeOrderUpdateEnabled: boolean;
1021
+ limitOrderUpdateEnabled: boolean;
1022
+ };
1023
+ reputation: {
1024
+ reportingEnabled: boolean;
1025
+ };
1026
+ thresholdSignatureEthereum: {
1027
+ slashingEnabled: boolean;
1028
+ };
1029
+ thresholdSignatureBitcoin: {
1030
+ slashingEnabled: boolean;
1031
+ };
1032
+ thresholdSignaturePolkadot: {
1033
+ slashingEnabled: boolean;
1034
+ };
1035
+ broadcastEthereum: {
1036
+ retryEnabled: boolean;
1037
+ };
1038
+ broadcastBitcoin: {
1039
+ retryEnabled: boolean;
1040
+ };
1041
+ broadcastPolkadot: {
1042
+ retryEnabled: boolean;
1043
+ };
1044
+ witnesser: {
1045
+ __kind: "CodeGreen";
1046
+ } | {
1047
+ __kind: "CodeRed";
1048
+ } | {
1049
+ __kind: "CodeAmber";
1050
+ value: {
1051
+ governance: boolean;
1052
+ funding: boolean;
1053
+ swapping: boolean;
1054
+ ethereumBroadcast: boolean;
1055
+ ethereumChainTracking: boolean;
1056
+ ethereumIngressEgress: boolean;
1057
+ ethereumVault: boolean;
1058
+ polkadotBroadcast: boolean;
1059
+ polkadotChainTracking: boolean;
1060
+ polkadotIngressEgress: boolean;
1061
+ polkadotVault: boolean;
1062
+ bitcoinBroadcast: boolean;
1063
+ bitcoinChainTracking: boolean;
1064
+ bitcoinIngressEgress: boolean;
1065
+ bitcoinVault: boolean;
1066
+ };
1067
+ };
1068
+ };
1069
+ }, {
1070
+ __kind: "CodeAmber";
1071
+ value: {
1072
+ funding: {
1073
+ redeemEnabled: boolean;
1074
+ startBiddingEnabled: boolean;
1075
+ stopBiddingEnabled: boolean;
1076
+ };
1077
+ swapping: {
1078
+ swapsEnabled: boolean;
1079
+ withdrawalsEnabled: boolean;
1080
+ depositsEnabled: boolean;
1081
+ brokerRegistrationEnabled: boolean;
1082
+ };
1083
+ emissions: {
1084
+ emissionsSyncEnabled: boolean;
1085
+ };
1086
+ liquidityProvider: {
1087
+ depositEnabled: boolean;
1088
+ withdrawalEnabled: boolean;
1089
+ };
1090
+ validator: {
1091
+ authorityRotationEnabled: boolean;
1092
+ };
1093
+ pools: {
1094
+ rangeOrderUpdateEnabled: boolean;
1095
+ limitOrderUpdateEnabled: boolean;
1096
+ };
1097
+ reputation: {
1098
+ reportingEnabled: boolean;
1099
+ };
1100
+ thresholdSignatureEthereum: {
1101
+ slashingEnabled: boolean;
1102
+ };
1103
+ thresholdSignatureBitcoin: {
1104
+ slashingEnabled: boolean;
1105
+ };
1106
+ thresholdSignaturePolkadot: {
1107
+ slashingEnabled: boolean;
1108
+ };
1109
+ broadcastEthereum: {
1110
+ retryEnabled: boolean;
1111
+ };
1112
+ broadcastBitcoin: {
1113
+ retryEnabled: boolean;
1114
+ };
1115
+ broadcastPolkadot: {
1116
+ retryEnabled: boolean;
1117
+ };
1118
+ witnesser: {
1119
+ __kind: "CodeGreen";
1120
+ } | {
1121
+ __kind: "CodeRed";
1122
+ } | {
1123
+ __kind: "CodeAmber";
1124
+ value: {
1125
+ governance: boolean;
1126
+ funding: boolean;
1127
+ swapping: boolean;
1128
+ ethereumBroadcast: boolean;
1129
+ ethereumChainTracking: boolean;
1130
+ ethereumIngressEgress: boolean;
1131
+ ethereumVault: boolean;
1132
+ polkadotBroadcast: boolean;
1133
+ polkadotChainTracking: boolean;
1134
+ polkadotIngressEgress: boolean;
1135
+ polkadotVault: boolean;
1136
+ bitcoinBroadcast: boolean;
1137
+ bitcoinChainTracking: boolean;
1138
+ bitcoinIngressEgress: boolean;
1139
+ bitcoinVault: boolean;
1140
+ };
1141
+ };
1142
+ };
1143
+ }>]>;
1144
+ declare const spRuntimeModuleError: z.ZodObject<{
1145
+ index: z.ZodNumber;
1146
+ error: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1147
+ }, "strip", z.ZodTypeAny, {
1148
+ index: number;
1149
+ error: `0x${string}`;
1150
+ }, {
1151
+ index: number;
1152
+ error: string;
1153
+ }>;
1154
+ declare const spRuntimeTokenError: z.ZodEffects<z.ZodObject<{
1155
+ __kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
1156
+ }, "strip", z.ZodTypeAny, {
1157
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1158
+ }, {
1159
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1160
+ }>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
1161
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1162
+ }>;
1163
+ declare const spArithmeticArithmeticError: z.ZodEffects<z.ZodObject<{
1164
+ __kind: z.ZodEnum<["Underflow", "Overflow", "DivisionByZero"]>;
1165
+ }, "strip", z.ZodTypeAny, {
1166
+ __kind: "Underflow" | "Overflow" | "DivisionByZero";
1167
+ }, {
1168
+ __kind: "Underflow" | "Overflow" | "DivisionByZero";
1169
+ }>, "Underflow" | "Overflow" | "DivisionByZero", {
1170
+ __kind: "Underflow" | "Overflow" | "DivisionByZero";
1171
+ }>;
1172
+ declare const spRuntimeTransactionalError: z.ZodEffects<z.ZodObject<{
1173
+ __kind: z.ZodEnum<["LimitReached", "NoLayer"]>;
1174
+ }, "strip", z.ZodTypeAny, {
1175
+ __kind: "LimitReached" | "NoLayer";
1176
+ }, {
1177
+ __kind: "LimitReached" | "NoLayer";
1178
+ }>, "LimitReached" | "NoLayer", {
1179
+ __kind: "LimitReached" | "NoLayer";
1180
+ }>;
1181
+ declare const spRuntimeDispatchError: z.ZodUnion<[z.ZodObject<{
1182
+ __kind: z.ZodLiteral<"Other">;
1183
+ }, "strip", z.ZodTypeAny, {
1184
+ __kind: "Other";
1185
+ }, {
1186
+ __kind: "Other";
1187
+ }>, z.ZodObject<{
1188
+ __kind: z.ZodLiteral<"CannotLookup">;
1189
+ }, "strip", z.ZodTypeAny, {
1190
+ __kind: "CannotLookup";
1191
+ }, {
1192
+ __kind: "CannotLookup";
1193
+ }>, z.ZodObject<{
1194
+ __kind: z.ZodLiteral<"BadOrigin">;
1195
+ }, "strip", z.ZodTypeAny, {
1196
+ __kind: "BadOrigin";
1197
+ }, {
1198
+ __kind: "BadOrigin";
1199
+ }>, z.ZodObject<{
1200
+ __kind: z.ZodLiteral<"Module">;
1201
+ value: z.ZodObject<{
1202
+ index: z.ZodNumber;
1203
+ error: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1204
+ }, "strip", z.ZodTypeAny, {
1205
+ index: number;
1206
+ error: `0x${string}`;
1207
+ }, {
1208
+ index: number;
1209
+ error: string;
1210
+ }>;
1211
+ }, "strip", z.ZodTypeAny, {
1212
+ __kind: "Module";
1213
+ value: {
1214
+ index: number;
1215
+ error: `0x${string}`;
1216
+ };
1217
+ }, {
1218
+ __kind: "Module";
1219
+ value: {
1220
+ index: number;
1221
+ error: string;
1222
+ };
1223
+ }>, z.ZodObject<{
1224
+ __kind: z.ZodLiteral<"ConsumerRemaining">;
1225
+ }, "strip", z.ZodTypeAny, {
1226
+ __kind: "ConsumerRemaining";
1227
+ }, {
1228
+ __kind: "ConsumerRemaining";
1229
+ }>, z.ZodObject<{
1230
+ __kind: z.ZodLiteral<"NoProviders">;
1231
+ }, "strip", z.ZodTypeAny, {
1232
+ __kind: "NoProviders";
1233
+ }, {
1234
+ __kind: "NoProviders";
1235
+ }>, z.ZodObject<{
1236
+ __kind: z.ZodLiteral<"TooManyConsumers">;
1237
+ }, "strip", z.ZodTypeAny, {
1238
+ __kind: "TooManyConsumers";
1239
+ }, {
1240
+ __kind: "TooManyConsumers";
1241
+ }>, z.ZodObject<{
1242
+ __kind: z.ZodLiteral<"Token">;
1243
+ value: z.ZodEffects<z.ZodObject<{
1244
+ __kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
1245
+ }, "strip", z.ZodTypeAny, {
1246
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1247
+ }, {
1248
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1249
+ }>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
1250
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1251
+ }>;
1252
+ }, "strip", z.ZodTypeAny, {
1253
+ __kind: "Token";
1254
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1255
+ }, {
1256
+ __kind: "Token";
1257
+ value: {
1258
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
1259
+ };
1260
+ }>, z.ZodObject<{
1261
+ __kind: z.ZodLiteral<"Arithmetic">;
1262
+ value: z.ZodEffects<z.ZodObject<{
1263
+ __kind: z.ZodEnum<["Underflow", "Overflow", "DivisionByZero"]>;
1264
+ }, "strip", z.ZodTypeAny, {
1265
+ __kind: "Underflow" | "Overflow" | "DivisionByZero";
1266
+ }, {
1267
+ __kind: "Underflow" | "Overflow" | "DivisionByZero";
1268
+ }>, "Underflow" | "Overflow" | "DivisionByZero", {
1269
+ __kind: "Underflow" | "Overflow" | "DivisionByZero";
1270
+ }>;
1271
+ }, "strip", z.ZodTypeAny, {
1272
+ __kind: "Arithmetic";
1273
+ value: "Underflow" | "Overflow" | "DivisionByZero";
1274
+ }, {
1275
+ __kind: "Arithmetic";
1276
+ value: {
1277
+ __kind: "Underflow" | "Overflow" | "DivisionByZero";
1278
+ };
1279
+ }>, z.ZodObject<{
1280
+ __kind: z.ZodLiteral<"Transactional">;
1281
+ value: z.ZodEffects<z.ZodObject<{
1282
+ __kind: z.ZodEnum<["LimitReached", "NoLayer"]>;
1283
+ }, "strip", z.ZodTypeAny, {
1284
+ __kind: "LimitReached" | "NoLayer";
1285
+ }, {
1286
+ __kind: "LimitReached" | "NoLayer";
1287
+ }>, "LimitReached" | "NoLayer", {
1288
+ __kind: "LimitReached" | "NoLayer";
1289
+ }>;
1290
+ }, "strip", z.ZodTypeAny, {
1291
+ __kind: "Transactional";
1292
+ value: "LimitReached" | "NoLayer";
1293
+ }, {
1294
+ __kind: "Transactional";
1295
+ value: {
1296
+ __kind: "LimitReached" | "NoLayer";
1297
+ };
1298
+ }>, z.ZodObject<{
1299
+ __kind: z.ZodLiteral<"Exhausted">;
1300
+ }, "strip", z.ZodTypeAny, {
1301
+ __kind: "Exhausted";
1302
+ }, {
1303
+ __kind: "Exhausted";
1304
+ }>, z.ZodObject<{
1305
+ __kind: z.ZodLiteral<"Corruption">;
1306
+ }, "strip", z.ZodTypeAny, {
1307
+ __kind: "Corruption";
1308
+ }, {
1309
+ __kind: "Corruption";
1310
+ }>, z.ZodObject<{
1311
+ __kind: z.ZodLiteral<"Unavailable">;
1312
+ }, "strip", z.ZodTypeAny, {
1313
+ __kind: "Unavailable";
1314
+ }, {
1315
+ __kind: "Unavailable";
1316
+ }>, z.ZodObject<{
1317
+ __kind: z.ZodLiteral<"RootNotAllowed">;
1318
+ }, "strip", z.ZodTypeAny, {
1319
+ __kind: "RootNotAllowed";
1320
+ }, {
1321
+ __kind: "RootNotAllowed";
1322
+ }>]>;
1323
+ declare const accountId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
1324
+ declare const stateChainRuntimeChainflipOffencesOffence: z.ZodEffects<z.ZodObject<{
1325
+ __kind: z.ZodEnum<["ParticipateSigningFailed", "ParticipateKeygenFailed", "FailedToBroadcastTransaction", "MissedAuthorshipSlot", "MissedHeartbeat", "GrandpaEquivocation", "ParticipateKeyHandoverFailed", "FailedToWitnessInTime"]>;
1326
+ }, "strip", z.ZodTypeAny, {
1327
+ __kind: "ParticipateSigningFailed" | "ParticipateKeygenFailed" | "FailedToBroadcastTransaction" | "MissedAuthorshipSlot" | "MissedHeartbeat" | "GrandpaEquivocation" | "ParticipateKeyHandoverFailed" | "FailedToWitnessInTime";
1328
+ }, {
1329
+ __kind: "ParticipateSigningFailed" | "ParticipateKeygenFailed" | "FailedToBroadcastTransaction" | "MissedAuthorshipSlot" | "MissedHeartbeat" | "GrandpaEquivocation" | "ParticipateKeyHandoverFailed" | "FailedToWitnessInTime";
1330
+ }>, "ParticipateSigningFailed" | "ParticipateKeygenFailed" | "FailedToBroadcastTransaction" | "MissedAuthorshipSlot" | "MissedHeartbeat" | "GrandpaEquivocation" | "ParticipateKeyHandoverFailed" | "FailedToWitnessInTime", {
1331
+ __kind: "ParticipateSigningFailed" | "ParticipateKeygenFailed" | "FailedToBroadcastTransaction" | "MissedAuthorshipSlot" | "MissedHeartbeat" | "GrandpaEquivocation" | "ParticipateKeyHandoverFailed" | "FailedToWitnessInTime";
1332
+ }>;
1333
+ declare const palletCfReputationPenalty: z.ZodObject<{
1334
+ reputation: z.ZodNumber;
1335
+ suspension: z.ZodNumber;
1336
+ }, "strip", z.ZodTypeAny, {
1337
+ reputation: number;
1338
+ suspension: number;
1339
+ }, {
1340
+ reputation: number;
1341
+ suspension: number;
1342
+ }>;
1343
+ declare const numericString: z.ZodEffects<z.ZodString, string, string>;
1344
+ 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>;
1345
+ declare const cfChainsEvmParityBit: z.ZodEffects<z.ZodObject<{
1346
+ __kind: z.ZodEnum<["Odd", "Even"]>;
1347
+ }, "strip", z.ZodTypeAny, {
1348
+ __kind: "Odd" | "Even";
1349
+ }, {
1350
+ __kind: "Odd" | "Even";
1351
+ }>, "Odd" | "Even", {
1352
+ __kind: "Odd" | "Even";
1353
+ }>;
1354
+ declare const cfChainsEvmAggKey: z.ZodObject<{
1355
+ pubKeyX: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1356
+ pubKeyYParity: z.ZodEffects<z.ZodObject<{
1357
+ __kind: z.ZodEnum<["Odd", "Even"]>;
1358
+ }, "strip", z.ZodTypeAny, {
1359
+ __kind: "Odd" | "Even";
1360
+ }, {
1361
+ __kind: "Odd" | "Even";
1362
+ }>, "Odd" | "Even", {
1363
+ __kind: "Odd" | "Even";
1364
+ }>;
1365
+ }, "strip", z.ZodTypeAny, {
1366
+ pubKeyX: `0x${string}`;
1367
+ pubKeyYParity: "Odd" | "Even";
1368
+ }, {
1369
+ pubKeyX: string;
1370
+ pubKeyYParity: {
1371
+ __kind: "Odd" | "Even";
1372
+ };
1373
+ }>;
1374
+ declare const cfChainsBtcAggKey: z.ZodObject<{
1375
+ previous: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodString, `0x${string}`, string>>>;
1376
+ current: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1377
+ }, "strip", z.ZodTypeAny, {
1378
+ current: `0x${string}`;
1379
+ previous?: `0x${string}` | null | undefined;
1380
+ }, {
1381
+ current: string;
1382
+ previous?: string | null | undefined;
1383
+ }>;
1384
+ declare const cfChainsEvmSchnorrVerificationComponents: z.ZodObject<{
1385
+ s: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1386
+ kTimesGAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1387
+ }, "strip", z.ZodTypeAny, {
1388
+ s: `0x${string}`;
1389
+ kTimesGAddress: `0x${string}`;
1390
+ }, {
1391
+ s: string;
1392
+ kTimesGAddress: string;
1393
+ }>;
1394
+ declare const cfChainsDotPolkadotTransactionId: z.ZodObject<{
1395
+ blockNumber: z.ZodNumber;
1396
+ extrinsicIndex: z.ZodNumber;
1397
+ }, "strip", z.ZodTypeAny, {
1398
+ blockNumber: number;
1399
+ extrinsicIndex: number;
1400
+ }, {
1401
+ blockNumber: number;
1402
+ extrinsicIndex: number;
1403
+ }>;
1404
+ declare const cfChainsBtcBitcoinTransactionData: z.ZodObject<{
1405
+ encodedTransaction: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1406
+ }, "strip", z.ZodTypeAny, {
1407
+ encodedTransaction: `0x${string}`;
1408
+ }, {
1409
+ encodedTransaction: string;
1410
+ }>;
1411
+ declare const cfChainsAddressEncodedAddress: z.ZodUnion<[z.ZodObject<{
1412
+ __kind: z.ZodLiteral<"Eth">;
1413
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1414
+ }, "strip", z.ZodTypeAny, {
1415
+ __kind: "Eth";
1416
+ value: `0x${string}`;
1417
+ }, {
1418
+ __kind: "Eth";
1419
+ value: string;
1420
+ }>, z.ZodObject<{
1421
+ __kind: z.ZodLiteral<"Dot">;
1422
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1423
+ }, "strip", z.ZodTypeAny, {
1424
+ __kind: "Dot";
1425
+ value: `0x${string}`;
1426
+ }, {
1427
+ __kind: "Dot";
1428
+ value: string;
1429
+ }>, z.ZodObject<{
1430
+ __kind: z.ZodLiteral<"Btc">;
1431
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1432
+ }, "strip", z.ZodTypeAny, {
1433
+ __kind: "Btc";
1434
+ value: `0x${string}`;
1435
+ }, {
1436
+ __kind: "Btc";
1437
+ value: string;
1438
+ }>]>;
1439
+ declare const cfPrimitivesChainsAssetsAnyAsset: z.ZodEffects<z.ZodObject<{
1440
+ __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "Usdt"]>;
1441
+ }, "strip", z.ZodTypeAny, {
1442
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Dot" | "Btc";
1443
+ }, {
1444
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Dot" | "Btc";
1445
+ }>, "Eth" | "Flip" | "Usdc" | "Usdt" | "Dot" | "Btc", {
1446
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Dot" | "Btc";
1447
+ }>;
1448
+ declare const cfChainsCcmChannelMetadata: z.ZodObject<{
1449
+ message: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1450
+ gasBudget: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
1451
+ cfParameters: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1452
+ }, "strip", z.ZodTypeAny, {
1453
+ message: `0x${string}`;
1454
+ gasBudget: bigint;
1455
+ cfParameters: `0x${string}`;
1456
+ }, {
1457
+ message: string;
1458
+ gasBudget: string | number;
1459
+ cfParameters: string;
1460
+ }>;
1461
+ declare const cfChainsSwapOrigin: z.ZodUnion<[z.ZodObject<{
1462
+ __kind: z.ZodLiteral<"DepositChannel">;
1463
+ value: z.ZodObject<{
1464
+ depositAddress: z.ZodUnion<[z.ZodObject<{
1465
+ __kind: z.ZodLiteral<"Eth">;
1466
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1467
+ }, "strip", z.ZodTypeAny, {
1468
+ __kind: "Eth";
1469
+ value: `0x${string}`;
1470
+ }, {
1471
+ __kind: "Eth";
1472
+ value: string;
1473
+ }>, z.ZodObject<{
1474
+ __kind: z.ZodLiteral<"Dot">;
1475
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1476
+ }, "strip", z.ZodTypeAny, {
1477
+ __kind: "Dot";
1478
+ value: `0x${string}`;
1479
+ }, {
1480
+ __kind: "Dot";
1481
+ value: string;
1482
+ }>, z.ZodObject<{
1483
+ __kind: z.ZodLiteral<"Btc">;
1484
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1485
+ }, "strip", z.ZodTypeAny, {
1486
+ __kind: "Btc";
1487
+ value: `0x${string}`;
1488
+ }, {
1489
+ __kind: "Btc";
1490
+ value: string;
1491
+ }>]>;
1492
+ channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
1493
+ depositBlockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
1494
+ }, "strip", z.ZodTypeAny, {
1495
+ depositAddress: {
1496
+ __kind: "Eth";
1497
+ value: `0x${string}`;
1498
+ } | {
1499
+ __kind: "Dot";
1500
+ value: `0x${string}`;
1501
+ } | {
1502
+ __kind: "Btc";
1503
+ value: `0x${string}`;
1504
+ };
1505
+ channelId: bigint;
1506
+ depositBlockHeight: bigint;
1507
+ }, {
1508
+ depositAddress: {
1509
+ __kind: "Eth";
1510
+ value: string;
1511
+ } | {
1512
+ __kind: "Dot";
1513
+ value: string;
1514
+ } | {
1515
+ __kind: "Btc";
1516
+ value: string;
1517
+ };
1518
+ channelId: string | number;
1519
+ depositBlockHeight: string | number;
1520
+ }>;
1521
+ }, "strip", z.ZodTypeAny, {
1522
+ __kind: "DepositChannel";
1523
+ value: {
1524
+ depositAddress: {
1525
+ __kind: "Eth";
1526
+ value: `0x${string}`;
1527
+ } | {
1528
+ __kind: "Dot";
1529
+ value: `0x${string}`;
1530
+ } | {
1531
+ __kind: "Btc";
1532
+ value: `0x${string}`;
1533
+ };
1534
+ channelId: bigint;
1535
+ depositBlockHeight: bigint;
1536
+ };
1537
+ }, {
1538
+ __kind: "DepositChannel";
1539
+ value: {
1540
+ depositAddress: {
1541
+ __kind: "Eth";
1542
+ value: string;
1543
+ } | {
1544
+ __kind: "Dot";
1545
+ value: string;
1546
+ } | {
1547
+ __kind: "Btc";
1548
+ value: string;
1549
+ };
1550
+ channelId: string | number;
1551
+ depositBlockHeight: string | number;
1552
+ };
1553
+ }>, z.ZodObject<{
1554
+ __kind: z.ZodLiteral<"Vault">;
1555
+ value: z.ZodObject<{
1556
+ txHash: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1557
+ }, "strip", z.ZodTypeAny, {
1558
+ txHash: `0x${string}`;
1559
+ }, {
1560
+ txHash: string;
1561
+ }>;
1562
+ }, "strip", z.ZodTypeAny, {
1563
+ __kind: "Vault";
1564
+ value: {
1565
+ txHash: `0x${string}`;
1566
+ };
1567
+ }, {
1568
+ __kind: "Vault";
1569
+ value: {
1570
+ txHash: string;
1571
+ };
1572
+ }>]>;
1573
+ declare const cfChainsBtcScriptPubkey: z.ZodUnion<[z.ZodObject<{
1574
+ __kind: z.ZodLiteral<"P2PKH">;
1575
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1576
+ }, "strip", z.ZodTypeAny, {
1577
+ __kind: "P2PKH";
1578
+ value: `0x${string}`;
1579
+ }, {
1580
+ __kind: "P2PKH";
1581
+ value: string;
1582
+ }>, z.ZodObject<{
1583
+ __kind: z.ZodLiteral<"P2SH">;
1584
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1585
+ }, "strip", z.ZodTypeAny, {
1586
+ __kind: "P2SH";
1587
+ value: `0x${string}`;
1588
+ }, {
1589
+ __kind: "P2SH";
1590
+ value: string;
1591
+ }>, z.ZodObject<{
1592
+ __kind: z.ZodLiteral<"P2WPKH">;
1593
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1594
+ }, "strip", z.ZodTypeAny, {
1595
+ __kind: "P2WPKH";
1596
+ value: `0x${string}`;
1597
+ }, {
1598
+ __kind: "P2WPKH";
1599
+ value: string;
1600
+ }>, z.ZodObject<{
1601
+ __kind: z.ZodLiteral<"P2WSH">;
1602
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1603
+ }, "strip", z.ZodTypeAny, {
1604
+ __kind: "P2WSH";
1605
+ value: `0x${string}`;
1606
+ }, {
1607
+ __kind: "P2WSH";
1608
+ value: string;
1609
+ }>, z.ZodObject<{
1610
+ __kind: z.ZodLiteral<"Taproot">;
1611
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1612
+ }, "strip", z.ZodTypeAny, {
1613
+ __kind: "Taproot";
1614
+ value: `0x${string}`;
1615
+ }, {
1616
+ __kind: "Taproot";
1617
+ value: string;
1618
+ }>, z.ZodObject<{
1619
+ __kind: z.ZodLiteral<"OtherSegwit">;
1620
+ value: z.ZodObject<{
1621
+ version: z.ZodNumber;
1622
+ program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1623
+ }, "strip", z.ZodTypeAny, {
1624
+ version: number;
1625
+ program: `0x${string}`;
1626
+ }, {
1627
+ version: number;
1628
+ program: string;
1629
+ }>;
1630
+ }, "strip", z.ZodTypeAny, {
1631
+ __kind: "OtherSegwit";
1632
+ value: {
1633
+ version: number;
1634
+ program: `0x${string}`;
1635
+ };
1636
+ }, {
1637
+ __kind: "OtherSegwit";
1638
+ value: {
1639
+ version: number;
1640
+ program: string;
1641
+ };
1642
+ }>]>;
1643
+ declare const cfChainsAddressForeignChainAddress: z.ZodUnion<[z.ZodObject<{
1644
+ __kind: z.ZodLiteral<"Eth">;
1645
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1646
+ }, "strip", z.ZodTypeAny, {
1647
+ __kind: "Eth";
1648
+ value: `0x${string}`;
1649
+ }, {
1650
+ __kind: "Eth";
1651
+ value: string;
1652
+ }>, z.ZodObject<{
1653
+ __kind: z.ZodLiteral<"Dot">;
1654
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1655
+ }, "strip", z.ZodTypeAny, {
1656
+ __kind: "Dot";
1657
+ value: `0x${string}`;
1658
+ }, {
1659
+ __kind: "Dot";
1660
+ value: string;
1661
+ }>, z.ZodObject<{
1662
+ __kind: z.ZodLiteral<"Btc">;
1663
+ value: z.ZodUnion<[z.ZodObject<{
1664
+ __kind: z.ZodLiteral<"P2PKH">;
1665
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1666
+ }, "strip", z.ZodTypeAny, {
1667
+ __kind: "P2PKH";
1668
+ value: `0x${string}`;
1669
+ }, {
1670
+ __kind: "P2PKH";
1671
+ value: string;
1672
+ }>, z.ZodObject<{
1673
+ __kind: z.ZodLiteral<"P2SH">;
1674
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1675
+ }, "strip", z.ZodTypeAny, {
1676
+ __kind: "P2SH";
1677
+ value: `0x${string}`;
1678
+ }, {
1679
+ __kind: "P2SH";
1680
+ value: string;
1681
+ }>, z.ZodObject<{
1682
+ __kind: z.ZodLiteral<"P2WPKH">;
1683
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1684
+ }, "strip", z.ZodTypeAny, {
1685
+ __kind: "P2WPKH";
1686
+ value: `0x${string}`;
1687
+ }, {
1688
+ __kind: "P2WPKH";
1689
+ value: string;
1690
+ }>, z.ZodObject<{
1691
+ __kind: z.ZodLiteral<"P2WSH">;
1692
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1693
+ }, "strip", z.ZodTypeAny, {
1694
+ __kind: "P2WSH";
1695
+ value: `0x${string}`;
1696
+ }, {
1697
+ __kind: "P2WSH";
1698
+ value: string;
1699
+ }>, z.ZodObject<{
1700
+ __kind: z.ZodLiteral<"Taproot">;
1701
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1702
+ }, "strip", z.ZodTypeAny, {
1703
+ __kind: "Taproot";
1704
+ value: `0x${string}`;
1705
+ }, {
1706
+ __kind: "Taproot";
1707
+ value: string;
1708
+ }>, z.ZodObject<{
1709
+ __kind: z.ZodLiteral<"OtherSegwit">;
1710
+ value: z.ZodObject<{
1711
+ version: z.ZodNumber;
1712
+ program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1713
+ }, "strip", z.ZodTypeAny, {
1714
+ version: number;
1715
+ program: `0x${string}`;
1716
+ }, {
1717
+ version: number;
1718
+ program: string;
1719
+ }>;
1720
+ }, "strip", z.ZodTypeAny, {
1721
+ __kind: "OtherSegwit";
1722
+ value: {
1723
+ version: number;
1724
+ program: `0x${string}`;
1725
+ };
1726
+ }, {
1727
+ __kind: "OtherSegwit";
1728
+ value: {
1729
+ version: number;
1730
+ program: string;
1731
+ };
1732
+ }>]>;
1733
+ }, "strip", z.ZodTypeAny, {
1734
+ __kind: "Btc";
1735
+ value: {
1736
+ __kind: "P2PKH";
1737
+ value: `0x${string}`;
1738
+ } | {
1739
+ __kind: "P2SH";
1740
+ value: `0x${string}`;
1741
+ } | {
1742
+ __kind: "P2WPKH";
1743
+ value: `0x${string}`;
1744
+ } | {
1745
+ __kind: "P2WSH";
1746
+ value: `0x${string}`;
1747
+ } | {
1748
+ __kind: "Taproot";
1749
+ value: `0x${string}`;
1750
+ } | {
1751
+ __kind: "OtherSegwit";
1752
+ value: {
1753
+ version: number;
1754
+ program: `0x${string}`;
1755
+ };
1756
+ };
1757
+ }, {
1758
+ __kind: "Btc";
1759
+ value: {
1760
+ __kind: "P2PKH";
1761
+ value: string;
1762
+ } | {
1763
+ __kind: "P2SH";
1764
+ value: string;
1765
+ } | {
1766
+ __kind: "P2WPKH";
1767
+ value: string;
1768
+ } | {
1769
+ __kind: "P2WSH";
1770
+ value: string;
1771
+ } | {
1772
+ __kind: "Taproot";
1773
+ value: string;
1774
+ } | {
1775
+ __kind: "OtherSegwit";
1776
+ value: {
1777
+ version: number;
1778
+ program: string;
1779
+ };
1780
+ };
1781
+ }>]>;
1782
+ declare const cfTraitsLiquiditySwapType: z.ZodUnion<[z.ZodObject<{
1783
+ __kind: z.ZodLiteral<"Swap">;
1784
+ value: z.ZodUnion<[z.ZodObject<{
1785
+ __kind: z.ZodLiteral<"Eth">;
1786
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1787
+ }, "strip", z.ZodTypeAny, {
1788
+ __kind: "Eth";
1789
+ value: `0x${string}`;
1790
+ }, {
1791
+ __kind: "Eth";
1792
+ value: string;
1793
+ }>, z.ZodObject<{
1794
+ __kind: z.ZodLiteral<"Dot">;
1795
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1796
+ }, "strip", z.ZodTypeAny, {
1797
+ __kind: "Dot";
1798
+ value: `0x${string}`;
1799
+ }, {
1800
+ __kind: "Dot";
1801
+ value: string;
1802
+ }>, z.ZodObject<{
1803
+ __kind: z.ZodLiteral<"Btc">;
1804
+ value: z.ZodUnion<[z.ZodObject<{
1805
+ __kind: z.ZodLiteral<"P2PKH">;
1806
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1807
+ }, "strip", z.ZodTypeAny, {
1808
+ __kind: "P2PKH";
1809
+ value: `0x${string}`;
1810
+ }, {
1811
+ __kind: "P2PKH";
1812
+ value: string;
1813
+ }>, z.ZodObject<{
1814
+ __kind: z.ZodLiteral<"P2SH">;
1815
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1816
+ }, "strip", z.ZodTypeAny, {
1817
+ __kind: "P2SH";
1818
+ value: `0x${string}`;
1819
+ }, {
1820
+ __kind: "P2SH";
1821
+ value: string;
1822
+ }>, z.ZodObject<{
1823
+ __kind: z.ZodLiteral<"P2WPKH">;
1824
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1825
+ }, "strip", z.ZodTypeAny, {
1826
+ __kind: "P2WPKH";
1827
+ value: `0x${string}`;
1828
+ }, {
1829
+ __kind: "P2WPKH";
1830
+ value: string;
1831
+ }>, z.ZodObject<{
1832
+ __kind: z.ZodLiteral<"P2WSH">;
1833
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1834
+ }, "strip", z.ZodTypeAny, {
1835
+ __kind: "P2WSH";
1836
+ value: `0x${string}`;
1837
+ }, {
1838
+ __kind: "P2WSH";
1839
+ value: string;
1840
+ }>, z.ZodObject<{
1841
+ __kind: z.ZodLiteral<"Taproot">;
1842
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1843
+ }, "strip", z.ZodTypeAny, {
1844
+ __kind: "Taproot";
1845
+ value: `0x${string}`;
1846
+ }, {
1847
+ __kind: "Taproot";
1848
+ value: string;
1849
+ }>, z.ZodObject<{
1850
+ __kind: z.ZodLiteral<"OtherSegwit">;
1851
+ value: z.ZodObject<{
1852
+ version: z.ZodNumber;
1853
+ program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1854
+ }, "strip", z.ZodTypeAny, {
1855
+ version: number;
1856
+ program: `0x${string}`;
1857
+ }, {
1858
+ version: number;
1859
+ program: string;
1860
+ }>;
1861
+ }, "strip", z.ZodTypeAny, {
1862
+ __kind: "OtherSegwit";
1863
+ value: {
1864
+ version: number;
1865
+ program: `0x${string}`;
1866
+ };
1867
+ }, {
1868
+ __kind: "OtherSegwit";
1869
+ value: {
1870
+ version: number;
1871
+ program: string;
1872
+ };
1873
+ }>]>;
1874
+ }, "strip", z.ZodTypeAny, {
1875
+ __kind: "Btc";
1876
+ value: {
1877
+ __kind: "P2PKH";
1878
+ value: `0x${string}`;
1879
+ } | {
1880
+ __kind: "P2SH";
1881
+ value: `0x${string}`;
1882
+ } | {
1883
+ __kind: "P2WPKH";
1884
+ value: `0x${string}`;
1885
+ } | {
1886
+ __kind: "P2WSH";
1887
+ value: `0x${string}`;
1888
+ } | {
1889
+ __kind: "Taproot";
1890
+ value: `0x${string}`;
1891
+ } | {
1892
+ __kind: "OtherSegwit";
1893
+ value: {
1894
+ version: number;
1895
+ program: `0x${string}`;
1896
+ };
1897
+ };
1898
+ }, {
1899
+ __kind: "Btc";
1900
+ value: {
1901
+ __kind: "P2PKH";
1902
+ value: string;
1903
+ } | {
1904
+ __kind: "P2SH";
1905
+ value: string;
1906
+ } | {
1907
+ __kind: "P2WPKH";
1908
+ value: string;
1909
+ } | {
1910
+ __kind: "P2WSH";
1911
+ value: string;
1912
+ } | {
1913
+ __kind: "Taproot";
1914
+ value: string;
1915
+ } | {
1916
+ __kind: "OtherSegwit";
1917
+ value: {
1918
+ version: number;
1919
+ program: string;
1920
+ };
1921
+ };
1922
+ }>]>;
1923
+ }, "strip", z.ZodTypeAny, {
1924
+ __kind: "Swap";
1925
+ value: {
1926
+ __kind: "Eth";
1927
+ value: `0x${string}`;
1928
+ } | {
1929
+ __kind: "Dot";
1930
+ value: `0x${string}`;
1931
+ } | {
1932
+ __kind: "Btc";
1933
+ value: {
1934
+ __kind: "P2PKH";
1935
+ value: `0x${string}`;
1936
+ } | {
1937
+ __kind: "P2SH";
1938
+ value: `0x${string}`;
1939
+ } | {
1940
+ __kind: "P2WPKH";
1941
+ value: `0x${string}`;
1942
+ } | {
1943
+ __kind: "P2WSH";
1944
+ value: `0x${string}`;
1945
+ } | {
1946
+ __kind: "Taproot";
1947
+ value: `0x${string}`;
1948
+ } | {
1949
+ __kind: "OtherSegwit";
1950
+ value: {
1951
+ version: number;
1952
+ program: `0x${string}`;
1953
+ };
1954
+ };
1955
+ };
1956
+ }, {
1957
+ __kind: "Swap";
1958
+ value: {
1959
+ __kind: "Eth";
1960
+ value: string;
1961
+ } | {
1962
+ __kind: "Dot";
1963
+ value: string;
1964
+ } | {
1965
+ __kind: "Btc";
1966
+ value: {
1967
+ __kind: "P2PKH";
1968
+ value: string;
1969
+ } | {
1970
+ __kind: "P2SH";
1971
+ value: string;
1972
+ } | {
1973
+ __kind: "P2WPKH";
1974
+ value: string;
1975
+ } | {
1976
+ __kind: "P2WSH";
1977
+ value: string;
1978
+ } | {
1979
+ __kind: "Taproot";
1980
+ value: string;
1981
+ } | {
1982
+ __kind: "OtherSegwit";
1983
+ value: {
1984
+ version: number;
1985
+ program: string;
1986
+ };
1987
+ };
1988
+ };
1989
+ }>, z.ZodObject<{
1990
+ __kind: z.ZodLiteral<"CcmPrincipal">;
1991
+ value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
1992
+ }, "strip", z.ZodTypeAny, {
1993
+ __kind: "CcmPrincipal";
1994
+ value: bigint;
1995
+ }, {
1996
+ __kind: "CcmPrincipal";
1997
+ value: string | number;
1998
+ }>, z.ZodObject<{
1999
+ __kind: z.ZodLiteral<"CcmGas">;
2000
+ value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
2001
+ }, "strip", z.ZodTypeAny, {
2002
+ __kind: "CcmGas";
2003
+ value: bigint;
2004
+ }, {
2005
+ __kind: "CcmGas";
2006
+ value: string | number;
2007
+ }>, z.ZodObject<{
2008
+ __kind: z.ZodLiteral<"NetworkFee">;
2009
+ }, "strip", z.ZodTypeAny, {
2010
+ __kind: "NetworkFee";
2011
+ }, {
2012
+ __kind: "NetworkFee";
2013
+ }>]>;
2014
+ declare const cfPrimitivesChainsForeignChain: z.ZodEffects<z.ZodObject<{
2015
+ __kind: z.ZodEnum<["Ethereum", "Polkadot", "Bitcoin"]>;
2016
+ }, "strip", z.ZodTypeAny, {
2017
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin";
2018
+ }, {
2019
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin";
2020
+ }>, "Ethereum" | "Polkadot" | "Bitcoin", {
2021
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin";
2022
+ }>;
2023
+ declare const cfPrimitivesSwapLeg: z.ZodEffects<z.ZodObject<{
2024
+ __kind: z.ZodEnum<["FromStable", "ToStable"]>;
2025
+ }, "strip", z.ZodTypeAny, {
2026
+ __kind: "FromStable" | "ToStable";
2027
+ }, {
2028
+ __kind: "FromStable" | "ToStable";
2029
+ }>, "FromStable" | "ToStable", {
2030
+ __kind: "FromStable" | "ToStable";
2031
+ }>;
2032
+ declare const palletCfSwappingCcmFailReason: z.ZodEffects<z.ZodObject<{
2033
+ __kind: z.ZodEnum<["UnsupportedForTargetChain", "InsufficientDepositAmount"]>;
2034
+ }, "strip", z.ZodTypeAny, {
2035
+ __kind: "UnsupportedForTargetChain" | "InsufficientDepositAmount";
2036
+ }, {
2037
+ __kind: "UnsupportedForTargetChain" | "InsufficientDepositAmount";
2038
+ }>, "UnsupportedForTargetChain" | "InsufficientDepositAmount", {
2039
+ __kind: "UnsupportedForTargetChain" | "InsufficientDepositAmount";
2040
+ }>;
2041
+ declare const cfChainsCcmDepositMetadata: z.ZodObject<{
2042
+ sourceChain: z.ZodEffects<z.ZodObject<{
2043
+ __kind: z.ZodEnum<["Ethereum", "Polkadot", "Bitcoin"]>;
2044
+ }, "strip", z.ZodTypeAny, {
2045
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin";
2046
+ }, {
2047
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin";
2048
+ }>, "Ethereum" | "Polkadot" | "Bitcoin", {
2049
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin";
2050
+ }>;
2051
+ sourceAddress: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodObject<{
2052
+ __kind: z.ZodLiteral<"Eth">;
2053
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2054
+ }, "strip", z.ZodTypeAny, {
2055
+ __kind: "Eth";
2056
+ value: `0x${string}`;
2057
+ }, {
2058
+ __kind: "Eth";
2059
+ value: string;
2060
+ }>, z.ZodObject<{
2061
+ __kind: z.ZodLiteral<"Dot">;
2062
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2063
+ }, "strip", z.ZodTypeAny, {
2064
+ __kind: "Dot";
2065
+ value: `0x${string}`;
2066
+ }, {
2067
+ __kind: "Dot";
2068
+ value: string;
2069
+ }>, z.ZodObject<{
2070
+ __kind: z.ZodLiteral<"Btc">;
2071
+ value: z.ZodUnion<[z.ZodObject<{
2072
+ __kind: z.ZodLiteral<"P2PKH">;
2073
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2074
+ }, "strip", z.ZodTypeAny, {
2075
+ __kind: "P2PKH";
2076
+ value: `0x${string}`;
2077
+ }, {
2078
+ __kind: "P2PKH";
2079
+ value: string;
2080
+ }>, z.ZodObject<{
2081
+ __kind: z.ZodLiteral<"P2SH">;
2082
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2083
+ }, "strip", z.ZodTypeAny, {
2084
+ __kind: "P2SH";
2085
+ value: `0x${string}`;
2086
+ }, {
2087
+ __kind: "P2SH";
2088
+ value: string;
2089
+ }>, z.ZodObject<{
2090
+ __kind: z.ZodLiteral<"P2WPKH">;
2091
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2092
+ }, "strip", z.ZodTypeAny, {
2093
+ __kind: "P2WPKH";
2094
+ value: `0x${string}`;
2095
+ }, {
2096
+ __kind: "P2WPKH";
2097
+ value: string;
2098
+ }>, z.ZodObject<{
2099
+ __kind: z.ZodLiteral<"P2WSH">;
2100
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2101
+ }, "strip", z.ZodTypeAny, {
2102
+ __kind: "P2WSH";
2103
+ value: `0x${string}`;
2104
+ }, {
2105
+ __kind: "P2WSH";
2106
+ value: string;
2107
+ }>, z.ZodObject<{
2108
+ __kind: z.ZodLiteral<"Taproot">;
2109
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2110
+ }, "strip", z.ZodTypeAny, {
2111
+ __kind: "Taproot";
2112
+ value: `0x${string}`;
2113
+ }, {
2114
+ __kind: "Taproot";
2115
+ value: string;
2116
+ }>, z.ZodObject<{
2117
+ __kind: z.ZodLiteral<"OtherSegwit">;
2118
+ value: z.ZodObject<{
2119
+ version: z.ZodNumber;
2120
+ program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2121
+ }, "strip", z.ZodTypeAny, {
2122
+ version: number;
2123
+ program: `0x${string}`;
2124
+ }, {
2125
+ version: number;
2126
+ program: string;
2127
+ }>;
2128
+ }, "strip", z.ZodTypeAny, {
2129
+ __kind: "OtherSegwit";
2130
+ value: {
2131
+ version: number;
2132
+ program: `0x${string}`;
2133
+ };
2134
+ }, {
2135
+ __kind: "OtherSegwit";
2136
+ value: {
2137
+ version: number;
2138
+ program: string;
2139
+ };
2140
+ }>]>;
2141
+ }, "strip", z.ZodTypeAny, {
2142
+ __kind: "Btc";
2143
+ value: {
2144
+ __kind: "P2PKH";
2145
+ value: `0x${string}`;
2146
+ } | {
2147
+ __kind: "P2SH";
2148
+ value: `0x${string}`;
2149
+ } | {
2150
+ __kind: "P2WPKH";
2151
+ value: `0x${string}`;
2152
+ } | {
2153
+ __kind: "P2WSH";
2154
+ value: `0x${string}`;
2155
+ } | {
2156
+ __kind: "Taproot";
2157
+ value: `0x${string}`;
2158
+ } | {
2159
+ __kind: "OtherSegwit";
2160
+ value: {
2161
+ version: number;
2162
+ program: `0x${string}`;
2163
+ };
2164
+ };
2165
+ }, {
2166
+ __kind: "Btc";
2167
+ value: {
2168
+ __kind: "P2PKH";
2169
+ value: string;
2170
+ } | {
2171
+ __kind: "P2SH";
2172
+ value: string;
2173
+ } | {
2174
+ __kind: "P2WPKH";
2175
+ value: string;
2176
+ } | {
2177
+ __kind: "P2WSH";
2178
+ value: string;
2179
+ } | {
2180
+ __kind: "Taproot";
2181
+ value: string;
2182
+ } | {
2183
+ __kind: "OtherSegwit";
2184
+ value: {
2185
+ version: number;
2186
+ program: string;
2187
+ };
2188
+ };
2189
+ }>]>>>;
2190
+ channelMetadata: z.ZodObject<{
2191
+ message: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2192
+ gasBudget: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
2193
+ cfParameters: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2194
+ }, "strip", z.ZodTypeAny, {
2195
+ message: `0x${string}`;
2196
+ gasBudget: bigint;
2197
+ cfParameters: `0x${string}`;
2198
+ }, {
2199
+ message: string;
2200
+ gasBudget: string | number;
2201
+ cfParameters: string;
2202
+ }>;
2203
+ }, "strip", z.ZodTypeAny, {
2204
+ sourceChain: "Ethereum" | "Polkadot" | "Bitcoin";
2205
+ channelMetadata: {
2206
+ message: `0x${string}`;
2207
+ gasBudget: bigint;
2208
+ cfParameters: `0x${string}`;
2209
+ };
2210
+ sourceAddress?: {
2211
+ __kind: "Eth";
2212
+ value: `0x${string}`;
2213
+ } | {
2214
+ __kind: "Dot";
2215
+ value: `0x${string}`;
2216
+ } | {
2217
+ __kind: "Btc";
2218
+ value: {
2219
+ __kind: "P2PKH";
2220
+ value: `0x${string}`;
2221
+ } | {
2222
+ __kind: "P2SH";
2223
+ value: `0x${string}`;
2224
+ } | {
2225
+ __kind: "P2WPKH";
2226
+ value: `0x${string}`;
2227
+ } | {
2228
+ __kind: "P2WSH";
2229
+ value: `0x${string}`;
2230
+ } | {
2231
+ __kind: "Taproot";
2232
+ value: `0x${string}`;
2233
+ } | {
2234
+ __kind: "OtherSegwit";
2235
+ value: {
2236
+ version: number;
2237
+ program: `0x${string}`;
2238
+ };
2239
+ };
2240
+ } | null | undefined;
2241
+ }, {
2242
+ sourceChain: {
2243
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin";
2244
+ };
2245
+ channelMetadata: {
2246
+ message: string;
2247
+ gasBudget: string | number;
2248
+ cfParameters: string;
2249
+ };
2250
+ sourceAddress?: {
2251
+ __kind: "Eth";
2252
+ value: string;
2253
+ } | {
2254
+ __kind: "Dot";
2255
+ value: string;
2256
+ } | {
2257
+ __kind: "Btc";
2258
+ value: {
2259
+ __kind: "P2PKH";
2260
+ value: string;
2261
+ } | {
2262
+ __kind: "P2SH";
2263
+ value: string;
2264
+ } | {
2265
+ __kind: "P2WPKH";
2266
+ value: string;
2267
+ } | {
2268
+ __kind: "P2WSH";
2269
+ value: string;
2270
+ } | {
2271
+ __kind: "Taproot";
2272
+ value: string;
2273
+ } | {
2274
+ __kind: "OtherSegwit";
2275
+ value: {
2276
+ version: number;
2277
+ program: string;
2278
+ };
2279
+ };
2280
+ } | null | undefined;
2281
+ }>;
2282
+ declare const palletCfEthereumIngressEgressPalletDepositAction: z.ZodUnion<[z.ZodObject<{
2283
+ __kind: z.ZodLiteral<"Swap">;
2284
+ value: z.ZodObject<{
2285
+ swapId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
2286
+ }, "strip", z.ZodTypeAny, {
2287
+ swapId: bigint;
2288
+ }, {
2289
+ swapId: string | number;
2290
+ }>;
2291
+ }, "strip", z.ZodTypeAny, {
2292
+ __kind: "Swap";
2293
+ value: {
2294
+ swapId: bigint;
2295
+ };
2296
+ }, {
2297
+ __kind: "Swap";
2298
+ value: {
2299
+ swapId: string | number;
2300
+ };
2301
+ }>, z.ZodObject<{
2302
+ __kind: z.ZodLiteral<"LiquidityProvision">;
2303
+ value: z.ZodObject<{
2304
+ lpAccount: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
2305
+ }, "strip", z.ZodTypeAny, {
2306
+ lpAccount: string;
2307
+ }, {
2308
+ lpAccount: string;
2309
+ }>;
2310
+ }, "strip", z.ZodTypeAny, {
2311
+ __kind: "LiquidityProvision";
2312
+ value: {
2313
+ lpAccount: string;
2314
+ };
2315
+ }, {
2316
+ __kind: "LiquidityProvision";
2317
+ value: {
2318
+ lpAccount: string;
2319
+ };
2320
+ }>, z.ZodObject<{
2321
+ __kind: z.ZodLiteral<"CcmTransfer">;
2322
+ value: z.ZodObject<{
2323
+ principalSwapId: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
2324
+ gasSwapId: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
2325
+ }, "strip", z.ZodTypeAny, {
2326
+ principalSwapId?: bigint | null | undefined;
2327
+ gasSwapId?: bigint | null | undefined;
2328
+ }, {
2329
+ principalSwapId?: string | number | null | undefined;
2330
+ gasSwapId?: string | number | null | undefined;
2331
+ }>;
2332
+ }, "strip", z.ZodTypeAny, {
2333
+ __kind: "CcmTransfer";
2334
+ value: {
2335
+ principalSwapId?: bigint | null | undefined;
2336
+ gasSwapId?: bigint | null | undefined;
2337
+ };
2338
+ }, {
2339
+ __kind: "CcmTransfer";
2340
+ value: {
2341
+ principalSwapId?: string | number | null | undefined;
2342
+ gasSwapId?: string | number | null | undefined;
2343
+ };
2344
+ }>, z.ZodObject<{
2345
+ __kind: z.ZodLiteral<"NoAction">;
2346
+ }, "strip", z.ZodTypeAny, {
2347
+ __kind: "NoAction";
2348
+ }, {
2349
+ __kind: "NoAction";
2350
+ }>]>;
2351
+ declare const palletCfEthereumIngressEgressDepositIgnoredReason: z.ZodEffects<z.ZodObject<{
2352
+ __kind: z.ZodEnum<["BelowMinimumDeposit", "NotEnoughToPayFees"]>;
2353
+ }, "strip", z.ZodTypeAny, {
2354
+ __kind: "BelowMinimumDeposit" | "NotEnoughToPayFees";
2355
+ }, {
2356
+ __kind: "BelowMinimumDeposit" | "NotEnoughToPayFees";
2357
+ }>, "BelowMinimumDeposit" | "NotEnoughToPayFees", {
2358
+ __kind: "BelowMinimumDeposit" | "NotEnoughToPayFees";
2359
+ }>;
2360
+ declare const palletCfIngressEgressDepositWitnessEthereum: z.ZodObject<{
2361
+ depositAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2362
+ asset: z.ZodEffects<z.ZodObject<{
2363
+ __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Usdt"]>;
2364
+ }, "strip", z.ZodTypeAny, {
2365
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt";
2366
+ }, {
2367
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt";
2368
+ }>, "Eth" | "Flip" | "Usdc" | "Usdt", {
2369
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt";
2370
+ }>;
2371
+ amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
2372
+ }, "strip", z.ZodTypeAny, {
2373
+ depositAddress: `0x${string}`;
2374
+ asset: "Eth" | "Flip" | "Usdc" | "Usdt";
2375
+ amount: bigint;
2376
+ }, {
2377
+ depositAddress: string;
2378
+ asset: {
2379
+ __kind: "Eth" | "Flip" | "Usdc" | "Usdt";
2380
+ };
2381
+ amount: string | number;
2382
+ }>;
2383
+ declare const cfChainsAllBatchError: z.ZodUnion<[z.ZodObject<{
2384
+ __kind: z.ZodLiteral<"NotRequired">;
2385
+ }, "strip", z.ZodTypeAny, {
2386
+ __kind: "NotRequired";
2387
+ }, {
2388
+ __kind: "NotRequired";
2389
+ }>, z.ZodObject<{
2390
+ __kind: z.ZodLiteral<"UnsupportedToken">;
2391
+ }, "strip", z.ZodTypeAny, {
2392
+ __kind: "UnsupportedToken";
2393
+ }, {
2394
+ __kind: "UnsupportedToken";
2395
+ }>, z.ZodObject<{
2396
+ __kind: z.ZodLiteral<"VaultAccountNotSet">;
2397
+ }, "strip", z.ZodTypeAny, {
2398
+ __kind: "VaultAccountNotSet";
2399
+ }, {
2400
+ __kind: "VaultAccountNotSet";
2401
+ }>, z.ZodObject<{
2402
+ __kind: z.ZodLiteral<"AggKeyNotSet">;
2403
+ }, "strip", z.ZodTypeAny, {
2404
+ __kind: "AggKeyNotSet";
2405
+ }, {
2406
+ __kind: "AggKeyNotSet";
2407
+ }>, z.ZodObject<{
2408
+ __kind: z.ZodLiteral<"UtxoSelectionFailed">;
2409
+ }, "strip", z.ZodTypeAny, {
2410
+ __kind: "UtxoSelectionFailed";
2411
+ }, {
2412
+ __kind: "UtxoSelectionFailed";
2413
+ }>, z.ZodObject<{
2414
+ __kind: z.ZodLiteral<"DispatchError">;
2415
+ value: z.ZodUnion<[z.ZodObject<{
2416
+ __kind: z.ZodLiteral<"Other">;
2417
+ }, "strip", z.ZodTypeAny, {
2418
+ __kind: "Other";
2419
+ }, {
2420
+ __kind: "Other";
2421
+ }>, z.ZodObject<{
2422
+ __kind: z.ZodLiteral<"CannotLookup">;
2423
+ }, "strip", z.ZodTypeAny, {
2424
+ __kind: "CannotLookup";
2425
+ }, {
2426
+ __kind: "CannotLookup";
2427
+ }>, z.ZodObject<{
2428
+ __kind: z.ZodLiteral<"BadOrigin">;
2429
+ }, "strip", z.ZodTypeAny, {
2430
+ __kind: "BadOrigin";
2431
+ }, {
2432
+ __kind: "BadOrigin";
2433
+ }>, z.ZodObject<{
2434
+ __kind: z.ZodLiteral<"Module">;
2435
+ value: z.ZodObject<{
2436
+ index: z.ZodNumber;
2437
+ error: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2438
+ }, "strip", z.ZodTypeAny, {
2439
+ index: number;
2440
+ error: `0x${string}`;
2441
+ }, {
2442
+ index: number;
2443
+ error: string;
2444
+ }>;
2445
+ }, "strip", z.ZodTypeAny, {
2446
+ __kind: "Module";
2447
+ value: {
2448
+ index: number;
2449
+ error: `0x${string}`;
2450
+ };
2451
+ }, {
2452
+ __kind: "Module";
2453
+ value: {
2454
+ index: number;
2455
+ error: string;
2456
+ };
2457
+ }>, z.ZodObject<{
2458
+ __kind: z.ZodLiteral<"ConsumerRemaining">;
2459
+ }, "strip", z.ZodTypeAny, {
2460
+ __kind: "ConsumerRemaining";
2461
+ }, {
2462
+ __kind: "ConsumerRemaining";
2463
+ }>, z.ZodObject<{
2464
+ __kind: z.ZodLiteral<"NoProviders">;
2465
+ }, "strip", z.ZodTypeAny, {
2466
+ __kind: "NoProviders";
2467
+ }, {
2468
+ __kind: "NoProviders";
2469
+ }>, z.ZodObject<{
2470
+ __kind: z.ZodLiteral<"TooManyConsumers">;
2471
+ }, "strip", z.ZodTypeAny, {
2472
+ __kind: "TooManyConsumers";
2473
+ }, {
2474
+ __kind: "TooManyConsumers";
2475
+ }>, z.ZodObject<{
2476
+ __kind: z.ZodLiteral<"Token">;
2477
+ value: z.ZodEffects<z.ZodObject<{
2478
+ __kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
2479
+ }, "strip", z.ZodTypeAny, {
2480
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2481
+ }, {
2482
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2483
+ }>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
2484
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2485
+ }>;
2486
+ }, "strip", z.ZodTypeAny, {
2487
+ __kind: "Token";
2488
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2489
+ }, {
2490
+ __kind: "Token";
2491
+ value: {
2492
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2493
+ };
2494
+ }>, z.ZodObject<{
2495
+ __kind: z.ZodLiteral<"Arithmetic">;
2496
+ value: z.ZodEffects<z.ZodObject<{
2497
+ __kind: z.ZodEnum<["Underflow", "Overflow", "DivisionByZero"]>;
2498
+ }, "strip", z.ZodTypeAny, {
2499
+ __kind: "Underflow" | "Overflow" | "DivisionByZero";
2500
+ }, {
2501
+ __kind: "Underflow" | "Overflow" | "DivisionByZero";
2502
+ }>, "Underflow" | "Overflow" | "DivisionByZero", {
2503
+ __kind: "Underflow" | "Overflow" | "DivisionByZero";
2504
+ }>;
2505
+ }, "strip", z.ZodTypeAny, {
2506
+ __kind: "Arithmetic";
2507
+ value: "Underflow" | "Overflow" | "DivisionByZero";
2508
+ }, {
2509
+ __kind: "Arithmetic";
2510
+ value: {
2511
+ __kind: "Underflow" | "Overflow" | "DivisionByZero";
2512
+ };
2513
+ }>, z.ZodObject<{
2514
+ __kind: z.ZodLiteral<"Transactional">;
2515
+ value: z.ZodEffects<z.ZodObject<{
2516
+ __kind: z.ZodEnum<["LimitReached", "NoLayer"]>;
2517
+ }, "strip", z.ZodTypeAny, {
2518
+ __kind: "LimitReached" | "NoLayer";
2519
+ }, {
2520
+ __kind: "LimitReached" | "NoLayer";
2521
+ }>, "LimitReached" | "NoLayer", {
2522
+ __kind: "LimitReached" | "NoLayer";
2523
+ }>;
2524
+ }, "strip", z.ZodTypeAny, {
2525
+ __kind: "Transactional";
2526
+ value: "LimitReached" | "NoLayer";
2527
+ }, {
2528
+ __kind: "Transactional";
2529
+ value: {
2530
+ __kind: "LimitReached" | "NoLayer";
2531
+ };
2532
+ }>, z.ZodObject<{
2533
+ __kind: z.ZodLiteral<"Exhausted">;
2534
+ }, "strip", z.ZodTypeAny, {
2535
+ __kind: "Exhausted";
2536
+ }, {
2537
+ __kind: "Exhausted";
2538
+ }>, z.ZodObject<{
2539
+ __kind: z.ZodLiteral<"Corruption">;
2540
+ }, "strip", z.ZodTypeAny, {
2541
+ __kind: "Corruption";
2542
+ }, {
2543
+ __kind: "Corruption";
2544
+ }>, z.ZodObject<{
2545
+ __kind: z.ZodLiteral<"Unavailable">;
2546
+ }, "strip", z.ZodTypeAny, {
2547
+ __kind: "Unavailable";
2548
+ }, {
2549
+ __kind: "Unavailable";
2550
+ }>, z.ZodObject<{
2551
+ __kind: z.ZodLiteral<"RootNotAllowed">;
2552
+ }, "strip", z.ZodTypeAny, {
2553
+ __kind: "RootNotAllowed";
2554
+ }, {
2555
+ __kind: "RootNotAllowed";
2556
+ }>]>;
2557
+ }, "strip", z.ZodTypeAny, {
2558
+ __kind: "DispatchError";
2559
+ value: {
2560
+ __kind: "Other";
2561
+ } | {
2562
+ __kind: "CannotLookup";
2563
+ } | {
2564
+ __kind: "BadOrigin";
2565
+ } | {
2566
+ __kind: "Module";
2567
+ value: {
2568
+ index: number;
2569
+ error: `0x${string}`;
2570
+ };
2571
+ } | {
2572
+ __kind: "ConsumerRemaining";
2573
+ } | {
2574
+ __kind: "NoProviders";
2575
+ } | {
2576
+ __kind: "TooManyConsumers";
2577
+ } | {
2578
+ __kind: "Token";
2579
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2580
+ } | {
2581
+ __kind: "Arithmetic";
2582
+ value: "Underflow" | "Overflow" | "DivisionByZero";
2583
+ } | {
2584
+ __kind: "Transactional";
2585
+ value: "LimitReached" | "NoLayer";
2586
+ } | {
2587
+ __kind: "Exhausted";
2588
+ } | {
2589
+ __kind: "Corruption";
2590
+ } | {
2591
+ __kind: "Unavailable";
2592
+ } | {
2593
+ __kind: "RootNotAllowed";
2594
+ };
2595
+ }, {
2596
+ __kind: "DispatchError";
2597
+ value: {
2598
+ __kind: "Other";
2599
+ } | {
2600
+ __kind: "CannotLookup";
2601
+ } | {
2602
+ __kind: "BadOrigin";
2603
+ } | {
2604
+ __kind: "Module";
2605
+ value: {
2606
+ index: number;
2607
+ error: string;
2608
+ };
2609
+ } | {
2610
+ __kind: "ConsumerRemaining";
2611
+ } | {
2612
+ __kind: "NoProviders";
2613
+ } | {
2614
+ __kind: "TooManyConsumers";
2615
+ } | {
2616
+ __kind: "Token";
2617
+ value: {
2618
+ __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
2619
+ };
2620
+ } | {
2621
+ __kind: "Arithmetic";
2622
+ value: {
2623
+ __kind: "Underflow" | "Overflow" | "DivisionByZero";
2624
+ };
2625
+ } | {
2626
+ __kind: "Transactional";
2627
+ value: {
2628
+ __kind: "LimitReached" | "NoLayer";
2629
+ };
2630
+ } | {
2631
+ __kind: "Exhausted";
2632
+ } | {
2633
+ __kind: "Corruption";
2634
+ } | {
2635
+ __kind: "Unavailable";
2636
+ } | {
2637
+ __kind: "RootNotAllowed";
2638
+ };
2639
+ }>]>;
2640
+ declare const cfPrimitivesChainsAssetsBtcAsset: z.ZodEffects<z.ZodObject<{
2641
+ __kind: z.ZodEnum<["Btc"]>;
2642
+ }, "strip", z.ZodTypeAny, {
2643
+ __kind: "Btc";
2644
+ }, {
2645
+ __kind: "Btc";
2646
+ }>, "Btc", {
2647
+ __kind: "Btc";
2648
+ }>;
2649
+ declare const cfChainsBtcUtxoId: z.ZodObject<{
2650
+ txId: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2651
+ vout: z.ZodNumber;
2652
+ }, "strip", z.ZodTypeAny, {
2653
+ txId: `0x${string}`;
2654
+ vout: number;
2655
+ }, {
2656
+ txId: string;
2657
+ vout: number;
2658
+ }>;
2659
+ declare const palletCfBitcoinIngressEgressPalletDepositAction: z.ZodUnion<[z.ZodObject<{
2660
+ __kind: z.ZodLiteral<"Swap">;
2661
+ value: z.ZodObject<{
2662
+ swapId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
2663
+ }, "strip", z.ZodTypeAny, {
2664
+ swapId: bigint;
2665
+ }, {
2666
+ swapId: string | number;
2667
+ }>;
2668
+ }, "strip", z.ZodTypeAny, {
2669
+ __kind: "Swap";
2670
+ value: {
2671
+ swapId: bigint;
2672
+ };
2673
+ }, {
2674
+ __kind: "Swap";
2675
+ value: {
2676
+ swapId: string | number;
2677
+ };
2678
+ }>, z.ZodObject<{
2679
+ __kind: z.ZodLiteral<"LiquidityProvision">;
2680
+ value: z.ZodObject<{
2681
+ lpAccount: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
2682
+ }, "strip", z.ZodTypeAny, {
2683
+ lpAccount: string;
2684
+ }, {
2685
+ lpAccount: string;
2686
+ }>;
2687
+ }, "strip", z.ZodTypeAny, {
2688
+ __kind: "LiquidityProvision";
2689
+ value: {
2690
+ lpAccount: string;
2691
+ };
2692
+ }, {
2693
+ __kind: "LiquidityProvision";
2694
+ value: {
2695
+ lpAccount: string;
2696
+ };
2697
+ }>, z.ZodObject<{
2698
+ __kind: z.ZodLiteral<"CcmTransfer">;
2699
+ value: z.ZodObject<{
2700
+ principalSwapId: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
2701
+ gasSwapId: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
2702
+ }, "strip", z.ZodTypeAny, {
2703
+ principalSwapId?: bigint | null | undefined;
2704
+ gasSwapId?: bigint | null | undefined;
2705
+ }, {
2706
+ principalSwapId?: string | number | null | undefined;
2707
+ gasSwapId?: string | number | null | undefined;
2708
+ }>;
2709
+ }, "strip", z.ZodTypeAny, {
2710
+ __kind: "CcmTransfer";
2711
+ value: {
2712
+ principalSwapId?: bigint | null | undefined;
2713
+ gasSwapId?: bigint | null | undefined;
2714
+ };
2715
+ }, {
2716
+ __kind: "CcmTransfer";
2717
+ value: {
2718
+ principalSwapId?: string | number | null | undefined;
2719
+ gasSwapId?: string | number | null | undefined;
2720
+ };
2721
+ }>, z.ZodObject<{
2722
+ __kind: z.ZodLiteral<"NoAction">;
2723
+ }, "strip", z.ZodTypeAny, {
2724
+ __kind: "NoAction";
2725
+ }, {
2726
+ __kind: "NoAction";
2727
+ }>]>;
2728
+ declare const palletCfBitcoinIngressEgressDepositIgnoredReason: z.ZodEffects<z.ZodObject<{
2729
+ __kind: z.ZodEnum<["BelowMinimumDeposit", "NotEnoughToPayFees"]>;
2730
+ }, "strip", z.ZodTypeAny, {
2731
+ __kind: "BelowMinimumDeposit" | "NotEnoughToPayFees";
2732
+ }, {
2733
+ __kind: "BelowMinimumDeposit" | "NotEnoughToPayFees";
2734
+ }>, "BelowMinimumDeposit" | "NotEnoughToPayFees", {
2735
+ __kind: "BelowMinimumDeposit" | "NotEnoughToPayFees";
2736
+ }>;
2737
+ declare const palletCfIngressEgressDepositWitnessBitcoin: z.ZodObject<{
2738
+ depositAddress: z.ZodUnion<[z.ZodObject<{
2739
+ __kind: z.ZodLiteral<"P2PKH">;
2740
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2741
+ }, "strip", z.ZodTypeAny, {
2742
+ __kind: "P2PKH";
2743
+ value: `0x${string}`;
2744
+ }, {
2745
+ __kind: "P2PKH";
2746
+ value: string;
2747
+ }>, z.ZodObject<{
2748
+ __kind: z.ZodLiteral<"P2SH">;
2749
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2750
+ }, "strip", z.ZodTypeAny, {
2751
+ __kind: "P2SH";
2752
+ value: `0x${string}`;
2753
+ }, {
2754
+ __kind: "P2SH";
2755
+ value: string;
2756
+ }>, z.ZodObject<{
2757
+ __kind: z.ZodLiteral<"P2WPKH">;
2758
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2759
+ }, "strip", z.ZodTypeAny, {
2760
+ __kind: "P2WPKH";
2761
+ value: `0x${string}`;
2762
+ }, {
2763
+ __kind: "P2WPKH";
2764
+ value: string;
2765
+ }>, z.ZodObject<{
2766
+ __kind: z.ZodLiteral<"P2WSH">;
2767
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2768
+ }, "strip", z.ZodTypeAny, {
2769
+ __kind: "P2WSH";
2770
+ value: `0x${string}`;
2771
+ }, {
2772
+ __kind: "P2WSH";
2773
+ value: string;
2774
+ }>, z.ZodObject<{
2775
+ __kind: z.ZodLiteral<"Taproot">;
2776
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2777
+ }, "strip", z.ZodTypeAny, {
2778
+ __kind: "Taproot";
2779
+ value: `0x${string}`;
2780
+ }, {
2781
+ __kind: "Taproot";
2782
+ value: string;
2783
+ }>, z.ZodObject<{
2784
+ __kind: z.ZodLiteral<"OtherSegwit">;
2785
+ value: z.ZodObject<{
2786
+ version: z.ZodNumber;
2787
+ program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2788
+ }, "strip", z.ZodTypeAny, {
2789
+ version: number;
2790
+ program: `0x${string}`;
2791
+ }, {
2792
+ version: number;
2793
+ program: string;
2794
+ }>;
2795
+ }, "strip", z.ZodTypeAny, {
2796
+ __kind: "OtherSegwit";
2797
+ value: {
2798
+ version: number;
2799
+ program: `0x${string}`;
2800
+ };
2801
+ }, {
2802
+ __kind: "OtherSegwit";
2803
+ value: {
2804
+ version: number;
2805
+ program: string;
2806
+ };
2807
+ }>]>;
2808
+ asset: z.ZodEffects<z.ZodObject<{
2809
+ __kind: z.ZodEnum<["Btc"]>;
2810
+ }, "strip", z.ZodTypeAny, {
2811
+ __kind: "Btc";
2812
+ }, {
2813
+ __kind: "Btc";
2814
+ }>, "Btc", {
2815
+ __kind: "Btc";
2816
+ }>;
2817
+ amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
2818
+ depositDetails: z.ZodObject<{
2819
+ txId: z.ZodEffects<z.ZodString, `0x${string}`, string>;
2820
+ vout: z.ZodNumber;
2821
+ }, "strip", z.ZodTypeAny, {
2822
+ txId: `0x${string}`;
2823
+ vout: number;
2824
+ }, {
2825
+ txId: string;
2826
+ vout: number;
2827
+ }>;
2828
+ }, "strip", z.ZodTypeAny, {
2829
+ depositAddress: {
2830
+ __kind: "P2PKH";
2831
+ value: `0x${string}`;
2832
+ } | {
2833
+ __kind: "P2SH";
2834
+ value: `0x${string}`;
2835
+ } | {
2836
+ __kind: "P2WPKH";
2837
+ value: `0x${string}`;
2838
+ } | {
2839
+ __kind: "P2WSH";
2840
+ value: `0x${string}`;
2841
+ } | {
2842
+ __kind: "Taproot";
2843
+ value: `0x${string}`;
2844
+ } | {
2845
+ __kind: "OtherSegwit";
2846
+ value: {
2847
+ version: number;
2848
+ program: `0x${string}`;
2849
+ };
2850
+ };
2851
+ asset: "Btc";
2852
+ amount: bigint;
2853
+ depositDetails: {
2854
+ txId: `0x${string}`;
2855
+ vout: number;
2856
+ };
2857
+ }, {
2858
+ depositAddress: {
2859
+ __kind: "P2PKH";
2860
+ value: string;
2861
+ } | {
2862
+ __kind: "P2SH";
2863
+ value: string;
2864
+ } | {
2865
+ __kind: "P2WPKH";
2866
+ value: string;
2867
+ } | {
2868
+ __kind: "P2WSH";
2869
+ value: string;
2870
+ } | {
2871
+ __kind: "Taproot";
2872
+ value: string;
2873
+ } | {
2874
+ __kind: "OtherSegwit";
2875
+ value: {
2876
+ version: number;
2877
+ program: string;
2878
+ };
2879
+ };
2880
+ asset: {
2881
+ __kind: "Btc";
2882
+ };
2883
+ amount: string | number;
2884
+ depositDetails: {
2885
+ txId: string;
2886
+ vout: number;
2887
+ };
2888
+ }>;
2889
+ declare const cfAmmCommonPoolPairsMap: z.ZodObject<{
2890
+ base: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
2891
+ quote: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
2892
+ }, "strip", z.ZodTypeAny, {
2893
+ base: bigint;
2894
+ quote: bigint;
2895
+ }, {
2896
+ base: string | number;
2897
+ quote: string | number;
2898
+ }>;
2899
+ declare const palletCfPoolsRangeOrderChange: z.ZodObject<{
2900
+ liquidity: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
2901
+ amounts: z.ZodObject<{
2902
+ base: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
2903
+ quote: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
2904
+ }, "strip", z.ZodTypeAny, {
2905
+ base: bigint;
2906
+ quote: bigint;
2907
+ }, {
2908
+ base: string | number;
2909
+ quote: string | number;
2910
+ }>;
2911
+ }, "strip", z.ZodTypeAny, {
2912
+ liquidity: bigint;
2913
+ amounts: {
2914
+ base: bigint;
2915
+ quote: bigint;
2916
+ };
2917
+ }, {
2918
+ liquidity: string | number;
2919
+ amounts: {
2920
+ base: string | number;
2921
+ quote: string | number;
2922
+ };
2923
+ }>;
2924
+ declare const palletCfPoolsPalletIncreaseOrDecrease: z.ZodUnion<[z.ZodObject<{
2925
+ __kind: z.ZodLiteral<"Increase">;
2926
+ value: z.ZodObject<{
2927
+ liquidity: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
2928
+ amounts: z.ZodObject<{
2929
+ base: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
2930
+ quote: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
2931
+ }, "strip", z.ZodTypeAny, {
2932
+ base: bigint;
2933
+ quote: bigint;
2934
+ }, {
2935
+ base: string | number;
2936
+ quote: string | number;
2937
+ }>;
2938
+ }, "strip", z.ZodTypeAny, {
2939
+ liquidity: bigint;
2940
+ amounts: {
2941
+ base: bigint;
2942
+ quote: bigint;
2943
+ };
2944
+ }, {
2945
+ liquidity: string | number;
2946
+ amounts: {
2947
+ base: string | number;
2948
+ quote: string | number;
2949
+ };
2950
+ }>;
2951
+ }, "strip", z.ZodTypeAny, {
2952
+ __kind: "Increase";
2953
+ value: {
2954
+ liquidity: bigint;
2955
+ amounts: {
2956
+ base: bigint;
2957
+ quote: bigint;
2958
+ };
2959
+ };
2960
+ }, {
2961
+ __kind: "Increase";
2962
+ value: {
2963
+ liquidity: string | number;
2964
+ amounts: {
2965
+ base: string | number;
2966
+ quote: string | number;
2967
+ };
2968
+ };
2969
+ }>, z.ZodObject<{
2970
+ __kind: z.ZodLiteral<"Decrease">;
2971
+ value: z.ZodObject<{
2972
+ liquidity: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
2973
+ amounts: z.ZodObject<{
2974
+ base: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
2975
+ quote: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
2976
+ }, "strip", z.ZodTypeAny, {
2977
+ base: bigint;
2978
+ quote: bigint;
2979
+ }, {
2980
+ base: string | number;
2981
+ quote: string | number;
2982
+ }>;
2983
+ }, "strip", z.ZodTypeAny, {
2984
+ liquidity: bigint;
2985
+ amounts: {
2986
+ base: bigint;
2987
+ quote: bigint;
2988
+ };
2989
+ }, {
2990
+ liquidity: string | number;
2991
+ amounts: {
2992
+ base: string | number;
2993
+ quote: string | number;
2994
+ };
2995
+ }>;
2996
+ }, "strip", z.ZodTypeAny, {
2997
+ __kind: "Decrease";
2998
+ value: {
2999
+ liquidity: bigint;
3000
+ amounts: {
3001
+ base: bigint;
3002
+ quote: bigint;
3003
+ };
3004
+ };
3005
+ }, {
3006
+ __kind: "Decrease";
3007
+ value: {
3008
+ liquidity: string | number;
3009
+ amounts: {
3010
+ base: string | number;
3011
+ quote: string | number;
3012
+ };
3013
+ };
3014
+ }>]>;
3015
+ declare const cfAmmCommonSide: z.ZodEffects<z.ZodObject<{
3016
+ __kind: z.ZodEnum<["Buy", "Sell"]>;
3017
+ }, "strip", z.ZodTypeAny, {
3018
+ __kind: "Buy" | "Sell";
3019
+ }, {
3020
+ __kind: "Buy" | "Sell";
3021
+ }>, "Buy" | "Sell", {
3022
+ __kind: "Buy" | "Sell";
3023
+ }>;
3024
+
3025
+ export { accountId, cfAmmCommonPoolPairsMap, cfAmmCommonSide, cfChainsAddressEncodedAddress, cfChainsAddressForeignChainAddress, cfChainsAllBatchError, cfChainsBtcAggKey, cfChainsBtcBitcoinTransactionData, cfChainsBtcScriptPubkey, cfChainsBtcUtxoId, cfChainsCcmChannelMetadata, cfChainsCcmDepositMetadata, cfChainsDotPolkadotTransactionId, cfChainsEvmAggKey, cfChainsEvmParityBit, cfChainsEvmSchnorrVerificationComponents, cfChainsSwapOrigin, cfPrimitivesChainsAssetsAnyAsset, cfPrimitivesChainsAssetsBtcAsset, cfPrimitivesChainsAssetsEthAsset, cfPrimitivesChainsForeignChain, cfPrimitivesSwapLeg, cfTraitsLiquiditySwapType, hexString, numberOrHex, numericString, palletCfBitcoinIngressEgressDepositIgnoredReason, palletCfBitcoinIngressEgressPalletDepositAction, palletCfBroadcastPalletSafeMode, palletCfEmissionsPalletSafeMode, palletCfEnvironmentSafeModeUpdate, palletCfEthereumIngressEgressDepositIgnoredReason, palletCfEthereumIngressEgressPalletDepositAction, palletCfFundingPalletSafeMode, palletCfIngressEgressDepositWitnessBitcoin, palletCfIngressEgressDepositWitnessEthereum, palletCfLpPalletSafeMode, palletCfPoolsPalletIncreaseOrDecrease, palletCfPoolsPalletSafeMode, palletCfPoolsRangeOrderChange, palletCfReputationPalletSafeMode, palletCfReputationPenalty, palletCfSwappingCcmFailReason, palletCfSwappingPalletSafeMode, palletCfThresholdSignaturePalletSafeMode, palletCfValidatorPalletSafeMode, palletCfWitnesserPalletSafeMode, simpleEnum, spArithmeticArithmeticError, spRuntimeDispatchError, spRuntimeModuleError, spRuntimeTokenError, spRuntimeTransactionalError, stateChainRuntimeChainflipOffencesOffence, stateChainRuntimeSafeModeInnerRuntimeSafeMode, stateChainRuntimeSafeModeWitnesserCallPermission };