@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,837 @@
1
+ import { z } from 'zod';
2
+ import { systemExtrinsicSuccess } from './system/extrinsicSuccess.cjs';
3
+ import { systemExtrinsicFailed } from './system/extrinsicFailed.cjs';
4
+ import { systemCodeUpdated } from './system/codeUpdated.cjs';
5
+ import { systemNewAccount } from './system/newAccount.cjs';
6
+ import { systemKilledAccount } from './system/killedAccount.cjs';
7
+ import { systemRemarked } from './system/remarked.cjs';
8
+ import { environmentAddedNewEthAsset } from './environment/addedNewEthAsset.cjs';
9
+ import { environmentUpdatedEthAsset } from './environment/updatedEthAsset.cjs';
10
+ import { environmentPolkadotVaultAccountSet } from './environment/polkadotVaultAccountSet.cjs';
11
+ import { environmentBitcoinBlockNumberSetForVault } from './environment/bitcoinBlockNumberSetForVault.cjs';
12
+ import { environmentRuntimeSafeModeUpdated } from './environment/runtimeSafeModeUpdated.cjs';
13
+ import { flipRemainingImbalance } from './flip/remainingImbalance.cjs';
14
+ import { flipSlashingPerformed } from './flip/slashingPerformed.cjs';
15
+ import { flipAccountReaped } from './flip/accountReaped.cjs';
16
+ import { flipSlashingRateUpdated } from './flip/slashingRateUpdated.cjs';
17
+ import { emissionsSupplyUpdateBroadcastRequested } from './emissions/supplyUpdateBroadcastRequested.cjs';
18
+ import { emissionsCurrentAuthorityInflationEmissionsUpdated } from './emissions/currentAuthorityInflationEmissionsUpdated.cjs';
19
+ import { emissionsBackupNodeInflationEmissionsUpdated } from './emissions/backupNodeInflationEmissionsUpdated.cjs';
20
+ import { emissionsSupplyUpdateIntervalUpdated } from './emissions/supplyUpdateIntervalUpdated.cjs';
21
+ import { fundingFunded } from './funding/funded.cjs';
22
+ import { fundingRedemptionRequested } from './funding/redemptionRequested.cjs';
23
+ import { fundingRedemptionSettled } from './funding/redemptionSettled.cjs';
24
+ import { fundingStoppedBidding } from './funding/stoppedBidding.cjs';
25
+ import { fundingStartedBidding } from './funding/startedBidding.cjs';
26
+ import { fundingRedemptionExpired } from './funding/redemptionExpired.cjs';
27
+ import { fundingAddedRestrictedAddress } from './funding/addedRestrictedAddress.cjs';
28
+ import { fundingRemovedRestrictedAddress } from './funding/removedRestrictedAddress.cjs';
29
+ import { fundingFailedFundingAttempt } from './funding/failedFundingAttempt.cjs';
30
+ import { fundingMinimumFundingUpdated } from './funding/minimumFundingUpdated.cjs';
31
+ import { fundingRedemptionTaxAmountUpdated } from './funding/redemptionTaxAmountUpdated.cjs';
32
+ import { fundingRedemptionAmountZero } from './funding/redemptionAmountZero.cjs';
33
+ import { fundingBoundRedeemAddress } from './funding/boundRedeemAddress.cjs';
34
+ import { fundingBoundExecutorAddress } from './funding/boundExecutorAddress.cjs';
35
+ import { accountRolesAccountRoleRegistered } from './accountRoles/accountRoleRegistered.cjs';
36
+ import { transactionPaymentTransactionFeePaid } from './transactionPayment/transactionFeePaid.cjs';
37
+ import { witnesserWitnessExecutionFailed } from './witnesser/witnessExecutionFailed.cjs';
38
+ import { witnesserPrewitnessed } from './witnesser/prewitnessed.cjs';
39
+ import { validatorRotationAborted } from './validator/rotationAborted.cjs';
40
+ import { validatorNewEpoch } from './validator/newEpoch.cjs';
41
+ import { validatorRotationPhaseUpdated } from './validator/rotationPhaseUpdated.cjs';
42
+ import { validatorCFEVersionUpdated } from './validator/cFEVersionUpdated.cjs';
43
+ import { validatorPeerIdRegistered } from './validator/peerIdRegistered.cjs';
44
+ import { validatorPeerIdUnregistered } from './validator/peerIdUnregistered.cjs';
45
+ import { validatorVanityNameSet } from './validator/vanityNameSet.cjs';
46
+ import { validatorAuctionCompleted } from './validator/auctionCompleted.cjs';
47
+ import { validatorPalletConfigUpdated } from './validator/palletConfigUpdated.cjs';
48
+ import { sessionNewSession } from './session/newSession.cjs';
49
+ import { grandpaNewAuthorities } from './grandpa/newAuthorities.cjs';
50
+ import { grandpaPaused } from './grandpa/paused.cjs';
51
+ import { grandpaResumed } from './grandpa/resumed.cjs';
52
+ import { governanceProposed } from './governance/proposed.cjs';
53
+ import { governanceExecuted } from './governance/executed.cjs';
54
+ import { governanceExpired } from './governance/expired.cjs';
55
+ import { governanceApproved } from './governance/approved.cjs';
56
+ import { governanceFailedExecution } from './governance/failedExecution.cjs';
57
+ import { governanceDecodeOfCallFailed } from './governance/decodeOfCallFailed.cjs';
58
+ import { governanceGovKeyCallExecuted } from './governance/govKeyCallExecuted.cjs';
59
+ import { governanceGovKeyCallHashWhitelisted } from './governance/govKeyCallHashWhitelisted.cjs';
60
+ import { governanceGovKeyCallExecutionFailed } from './governance/govKeyCallExecutionFailed.cjs';
61
+ import { tokenholderGovernanceProposalSubmitted } from './tokenholderGovernance/proposalSubmitted.cjs';
62
+ import { tokenholderGovernanceProposalPassed } from './tokenholderGovernance/proposalPassed.cjs';
63
+ import { tokenholderGovernanceProposalRejected } from './tokenholderGovernance/proposalRejected.cjs';
64
+ import { tokenholderGovernanceProposalEnacted } from './tokenholderGovernance/proposalEnacted.cjs';
65
+ import { tokenholderGovernanceGovKeyUpdatedHasFailed } from './tokenholderGovernance/govKeyUpdatedHasFailed.cjs';
66
+ import { tokenholderGovernanceGovKeyUpdatedWasSuccessful } from './tokenholderGovernance/govKeyUpdatedWasSuccessful.cjs';
67
+ import { reputationOffencePenalty } from './reputation/offencePenalty.cjs';
68
+ import { reputationAccrualRateUpdated } from './reputation/accrualRateUpdated.cjs';
69
+ import { reputationMissedHeartbeatPenaltyUpdated } from './reputation/missedHeartbeatPenaltyUpdated.cjs';
70
+ import { reputationPenaltyUpdated } from './reputation/penaltyUpdated.cjs';
71
+ import { ethereumChainTrackingChainStateUpdated } from './ethereumChainTracking/chainStateUpdated.cjs';
72
+ import { polkadotChainTrackingChainStateUpdated } from './polkadotChainTracking/chainStateUpdated.cjs';
73
+ import { bitcoinChainTrackingChainStateUpdated } from './bitcoinChainTracking/chainStateUpdated.cjs';
74
+ import { ethereumVaultKeygenRequest } from './ethereumVault/keygenRequest.cjs';
75
+ import { ethereumVaultKeyHandoverRequest } from './ethereumVault/keyHandoverRequest.cjs';
76
+ import { ethereumVaultVaultRotationCompleted } from './ethereumVault/vaultRotationCompleted.cjs';
77
+ import { ethereumVaultVaultRotatedExternally } from './ethereumVault/vaultRotatedExternally.cjs';
78
+ import { ethereumVaultKeygenSuccessReported } from './ethereumVault/keygenSuccessReported.cjs';
79
+ import { ethereumVaultKeyHandoverSuccessReported } from './ethereumVault/keyHandoverSuccessReported.cjs';
80
+ import { ethereumVaultKeygenFailureReported } from './ethereumVault/keygenFailureReported.cjs';
81
+ import { ethereumVaultKeyHandoverFailureReported } from './ethereumVault/keyHandoverFailureReported.cjs';
82
+ import { ethereumVaultKeygenSuccess } from './ethereumVault/keygenSuccess.cjs';
83
+ import { ethereumVaultKeyHandoverSuccess } from './ethereumVault/keyHandoverSuccess.cjs';
84
+ import { ethereumVaultNoKeyHandover } from './ethereumVault/noKeyHandover.cjs';
85
+ import { ethereumVaultKeygenVerificationSuccess } from './ethereumVault/keygenVerificationSuccess.cjs';
86
+ import { ethereumVaultKeyHandoverVerificationSuccess } from './ethereumVault/keyHandoverVerificationSuccess.cjs';
87
+ import { ethereumVaultKeygenVerificationFailure } from './ethereumVault/keygenVerificationFailure.cjs';
88
+ import { ethereumVaultKeyHandoverVerificationFailure } from './ethereumVault/keyHandoverVerificationFailure.cjs';
89
+ import { ethereumVaultKeygenFailure } from './ethereumVault/keygenFailure.cjs';
90
+ import { ethereumVaultKeygenResponseTimeout } from './ethereumVault/keygenResponseTimeout.cjs';
91
+ import { ethereumVaultKeyHandoverResponseTimeout } from './ethereumVault/keyHandoverResponseTimeout.cjs';
92
+ import { ethereumVaultKeygenResponseTimeoutUpdated } from './ethereumVault/keygenResponseTimeoutUpdated.cjs';
93
+ import { ethereumVaultAwaitingGovernanceActivation } from './ethereumVault/awaitingGovernanceActivation.cjs';
94
+ import { ethereumVaultKeyHandoverFailure } from './ethereumVault/keyHandoverFailure.cjs';
95
+ import { ethereumVaultVaultRotationAborted } from './ethereumVault/vaultRotationAborted.cjs';
96
+ import { polkadotVaultKeygenRequest } from './polkadotVault/keygenRequest.cjs';
97
+ import { polkadotVaultKeyHandoverRequest } from './polkadotVault/keyHandoverRequest.cjs';
98
+ import { polkadotVaultVaultRotationCompleted } from './polkadotVault/vaultRotationCompleted.cjs';
99
+ import { polkadotVaultVaultRotatedExternally } from './polkadotVault/vaultRotatedExternally.cjs';
100
+ import { polkadotVaultKeygenSuccessReported } from './polkadotVault/keygenSuccessReported.cjs';
101
+ import { polkadotVaultKeyHandoverSuccessReported } from './polkadotVault/keyHandoverSuccessReported.cjs';
102
+ import { polkadotVaultKeygenFailureReported } from './polkadotVault/keygenFailureReported.cjs';
103
+ import { polkadotVaultKeyHandoverFailureReported } from './polkadotVault/keyHandoverFailureReported.cjs';
104
+ import { polkadotVaultKeygenSuccess } from './polkadotVault/keygenSuccess.cjs';
105
+ import { polkadotVaultKeyHandoverSuccess } from './polkadotVault/keyHandoverSuccess.cjs';
106
+ import { polkadotVaultNoKeyHandover } from './polkadotVault/noKeyHandover.cjs';
107
+ import { polkadotVaultKeygenVerificationSuccess } from './polkadotVault/keygenVerificationSuccess.cjs';
108
+ import { polkadotVaultKeyHandoverVerificationSuccess } from './polkadotVault/keyHandoverVerificationSuccess.cjs';
109
+ import { polkadotVaultKeygenVerificationFailure } from './polkadotVault/keygenVerificationFailure.cjs';
110
+ import { polkadotVaultKeyHandoverVerificationFailure } from './polkadotVault/keyHandoverVerificationFailure.cjs';
111
+ import { polkadotVaultKeygenFailure } from './polkadotVault/keygenFailure.cjs';
112
+ import { polkadotVaultKeygenResponseTimeout } from './polkadotVault/keygenResponseTimeout.cjs';
113
+ import { polkadotVaultKeyHandoverResponseTimeout } from './polkadotVault/keyHandoverResponseTimeout.cjs';
114
+ import { polkadotVaultKeygenResponseTimeoutUpdated } from './polkadotVault/keygenResponseTimeoutUpdated.cjs';
115
+ import { polkadotVaultAwaitingGovernanceActivation } from './polkadotVault/awaitingGovernanceActivation.cjs';
116
+ import { polkadotVaultKeyHandoverFailure } from './polkadotVault/keyHandoverFailure.cjs';
117
+ import { polkadotVaultVaultRotationAborted } from './polkadotVault/vaultRotationAborted.cjs';
118
+ import { bitcoinVaultKeygenRequest } from './bitcoinVault/keygenRequest.cjs';
119
+ import { bitcoinVaultKeyHandoverRequest } from './bitcoinVault/keyHandoverRequest.cjs';
120
+ import { bitcoinVaultVaultRotationCompleted } from './bitcoinVault/vaultRotationCompleted.cjs';
121
+ import { bitcoinVaultVaultRotatedExternally } from './bitcoinVault/vaultRotatedExternally.cjs';
122
+ import { bitcoinVaultKeygenSuccessReported } from './bitcoinVault/keygenSuccessReported.cjs';
123
+ import { bitcoinVaultKeyHandoverSuccessReported } from './bitcoinVault/keyHandoverSuccessReported.cjs';
124
+ import { bitcoinVaultKeygenFailureReported } from './bitcoinVault/keygenFailureReported.cjs';
125
+ import { bitcoinVaultKeyHandoverFailureReported } from './bitcoinVault/keyHandoverFailureReported.cjs';
126
+ import { bitcoinVaultKeygenSuccess } from './bitcoinVault/keygenSuccess.cjs';
127
+ import { bitcoinVaultKeyHandoverSuccess } from './bitcoinVault/keyHandoverSuccess.cjs';
128
+ import { bitcoinVaultNoKeyHandover } from './bitcoinVault/noKeyHandover.cjs';
129
+ import { bitcoinVaultKeygenVerificationSuccess } from './bitcoinVault/keygenVerificationSuccess.cjs';
130
+ import { bitcoinVaultKeyHandoverVerificationSuccess } from './bitcoinVault/keyHandoverVerificationSuccess.cjs';
131
+ import { bitcoinVaultKeygenVerificationFailure } from './bitcoinVault/keygenVerificationFailure.cjs';
132
+ import { bitcoinVaultKeyHandoverVerificationFailure } from './bitcoinVault/keyHandoverVerificationFailure.cjs';
133
+ import { bitcoinVaultKeygenFailure } from './bitcoinVault/keygenFailure.cjs';
134
+ import { bitcoinVaultKeygenResponseTimeout } from './bitcoinVault/keygenResponseTimeout.cjs';
135
+ import { bitcoinVaultKeyHandoverResponseTimeout } from './bitcoinVault/keyHandoverResponseTimeout.cjs';
136
+ import { bitcoinVaultKeygenResponseTimeoutUpdated } from './bitcoinVault/keygenResponseTimeoutUpdated.cjs';
137
+ import { bitcoinVaultAwaitingGovernanceActivation } from './bitcoinVault/awaitingGovernanceActivation.cjs';
138
+ import { bitcoinVaultKeyHandoverFailure } from './bitcoinVault/keyHandoverFailure.cjs';
139
+ import { bitcoinVaultVaultRotationAborted } from './bitcoinVault/vaultRotationAborted.cjs';
140
+ import { ethereumThresholdSignerThresholdSignatureRequest } from './ethereumThresholdSigner/thresholdSignatureRequest.cjs';
141
+ import { ethereumThresholdSignerThresholdSignatureFailed } from './ethereumThresholdSigner/thresholdSignatureFailed.cjs';
142
+ import { ethereumThresholdSignerThresholdSignatureSuccess } from './ethereumThresholdSigner/thresholdSignatureSuccess.cjs';
143
+ import { ethereumThresholdSignerThresholdDispatchComplete } from './ethereumThresholdSigner/thresholdDispatchComplete.cjs';
144
+ import { ethereumThresholdSignerRetryRequested } from './ethereumThresholdSigner/retryRequested.cjs';
145
+ import { ethereumThresholdSignerFailureReportProcessed } from './ethereumThresholdSigner/failureReportProcessed.cjs';
146
+ import { ethereumThresholdSignerSignersUnavailable } from './ethereumThresholdSigner/signersUnavailable.cjs';
147
+ import { ethereumThresholdSignerCurrentKeyUnavailable } from './ethereumThresholdSigner/currentKeyUnavailable.cjs';
148
+ import { ethereumThresholdSignerThresholdSignatureResponseTimeoutUpdated } from './ethereumThresholdSigner/thresholdSignatureResponseTimeoutUpdated.cjs';
149
+ import { polkadotThresholdSignerThresholdSignatureRequest } from './polkadotThresholdSigner/thresholdSignatureRequest.cjs';
150
+ import { polkadotThresholdSignerThresholdSignatureFailed } from './polkadotThresholdSigner/thresholdSignatureFailed.cjs';
151
+ import { polkadotThresholdSignerThresholdSignatureSuccess } from './polkadotThresholdSigner/thresholdSignatureSuccess.cjs';
152
+ import { polkadotThresholdSignerThresholdDispatchComplete } from './polkadotThresholdSigner/thresholdDispatchComplete.cjs';
153
+ import { polkadotThresholdSignerRetryRequested } from './polkadotThresholdSigner/retryRequested.cjs';
154
+ import { polkadotThresholdSignerFailureReportProcessed } from './polkadotThresholdSigner/failureReportProcessed.cjs';
155
+ import { polkadotThresholdSignerSignersUnavailable } from './polkadotThresholdSigner/signersUnavailable.cjs';
156
+ import { polkadotThresholdSignerCurrentKeyUnavailable } from './polkadotThresholdSigner/currentKeyUnavailable.cjs';
157
+ import { polkadotThresholdSignerThresholdSignatureResponseTimeoutUpdated } from './polkadotThresholdSigner/thresholdSignatureResponseTimeoutUpdated.cjs';
158
+ import { bitcoinThresholdSignerThresholdSignatureRequest } from './bitcoinThresholdSigner/thresholdSignatureRequest.cjs';
159
+ import { bitcoinThresholdSignerThresholdSignatureFailed } from './bitcoinThresholdSigner/thresholdSignatureFailed.cjs';
160
+ import { bitcoinThresholdSignerThresholdSignatureSuccess } from './bitcoinThresholdSigner/thresholdSignatureSuccess.cjs';
161
+ import { bitcoinThresholdSignerThresholdDispatchComplete } from './bitcoinThresholdSigner/thresholdDispatchComplete.cjs';
162
+ import { bitcoinThresholdSignerRetryRequested } from './bitcoinThresholdSigner/retryRequested.cjs';
163
+ import { bitcoinThresholdSignerFailureReportProcessed } from './bitcoinThresholdSigner/failureReportProcessed.cjs';
164
+ import { bitcoinThresholdSignerSignersUnavailable } from './bitcoinThresholdSigner/signersUnavailable.cjs';
165
+ import { bitcoinThresholdSignerCurrentKeyUnavailable } from './bitcoinThresholdSigner/currentKeyUnavailable.cjs';
166
+ import { bitcoinThresholdSignerThresholdSignatureResponseTimeoutUpdated } from './bitcoinThresholdSigner/thresholdSignatureResponseTimeoutUpdated.cjs';
167
+ import { ethereumBroadcasterTransactionBroadcastRequest } from './ethereumBroadcaster/transactionBroadcastRequest.cjs';
168
+ import { ethereumBroadcasterBroadcastRetryScheduled } from './ethereumBroadcaster/broadcastRetryScheduled.cjs';
169
+ import { ethereumBroadcasterBroadcastAttemptTimeout } from './ethereumBroadcaster/broadcastAttemptTimeout.cjs';
170
+ import { ethereumBroadcasterBroadcastAborted } from './ethereumBroadcaster/broadcastAborted.cjs';
171
+ import { ethereumBroadcasterBroadcastSuccess } from './ethereumBroadcaster/broadcastSuccess.cjs';
172
+ import { ethereumBroadcasterThresholdSignatureInvalid } from './ethereumBroadcaster/thresholdSignatureInvalid.cjs';
173
+ import { ethereumBroadcasterBroadcastCallbackExecuted } from './ethereumBroadcaster/broadcastCallbackExecuted.cjs';
174
+ import { ethereumBroadcasterTransactionFeeDeficitRecorded } from './ethereumBroadcaster/transactionFeeDeficitRecorded.cjs';
175
+ import { ethereumBroadcasterTransactionFeeDeficitRefused } from './ethereumBroadcaster/transactionFeeDeficitRefused.cjs';
176
+ import { polkadotBroadcasterTransactionBroadcastRequest } from './polkadotBroadcaster/transactionBroadcastRequest.cjs';
177
+ import { polkadotBroadcasterBroadcastRetryScheduled } from './polkadotBroadcaster/broadcastRetryScheduled.cjs';
178
+ import { polkadotBroadcasterBroadcastAttemptTimeout } from './polkadotBroadcaster/broadcastAttemptTimeout.cjs';
179
+ import { polkadotBroadcasterBroadcastAborted } from './polkadotBroadcaster/broadcastAborted.cjs';
180
+ import { polkadotBroadcasterBroadcastSuccess } from './polkadotBroadcaster/broadcastSuccess.cjs';
181
+ import { polkadotBroadcasterThresholdSignatureInvalid } from './polkadotBroadcaster/thresholdSignatureInvalid.cjs';
182
+ import { polkadotBroadcasterBroadcastCallbackExecuted } from './polkadotBroadcaster/broadcastCallbackExecuted.cjs';
183
+ import { polkadotBroadcasterTransactionFeeDeficitRecorded } from './polkadotBroadcaster/transactionFeeDeficitRecorded.cjs';
184
+ import { polkadotBroadcasterTransactionFeeDeficitRefused } from './polkadotBroadcaster/transactionFeeDeficitRefused.cjs';
185
+ import { bitcoinBroadcasterTransactionBroadcastRequest } from './bitcoinBroadcaster/transactionBroadcastRequest.cjs';
186
+ import { bitcoinBroadcasterBroadcastRetryScheduled } from './bitcoinBroadcaster/broadcastRetryScheduled.cjs';
187
+ import { bitcoinBroadcasterBroadcastAttemptTimeout } from './bitcoinBroadcaster/broadcastAttemptTimeout.cjs';
188
+ import { bitcoinBroadcasterBroadcastAborted } from './bitcoinBroadcaster/broadcastAborted.cjs';
189
+ import { bitcoinBroadcasterBroadcastSuccess } from './bitcoinBroadcaster/broadcastSuccess.cjs';
190
+ import { bitcoinBroadcasterThresholdSignatureInvalid } from './bitcoinBroadcaster/thresholdSignatureInvalid.cjs';
191
+ import { bitcoinBroadcasterBroadcastCallbackExecuted } from './bitcoinBroadcaster/broadcastCallbackExecuted.cjs';
192
+ import { bitcoinBroadcasterTransactionFeeDeficitRecorded } from './bitcoinBroadcaster/transactionFeeDeficitRecorded.cjs';
193
+ import { bitcoinBroadcasterTransactionFeeDeficitRefused } from './bitcoinBroadcaster/transactionFeeDeficitRefused.cjs';
194
+ import { swappingSwapDepositAddressReady } from './swapping/swapDepositAddressReady.cjs';
195
+ import { swappingSwapScheduled } from './swapping/swapScheduled.cjs';
196
+ import { swappingSwapExecuted } from './swapping/swapExecuted.cjs';
197
+ import { swappingSwapEgressScheduled } from './swapping/swapEgressScheduled.cjs';
198
+ import { swappingWithdrawalRequested } from './swapping/withdrawalRequested.cjs';
199
+ import { swappingBatchSwapFailed } from './swapping/batchSwapFailed.cjs';
200
+ import { swappingCcmEgressScheduled } from './swapping/ccmEgressScheduled.cjs';
201
+ import { swappingCcmDepositReceived } from './swapping/ccmDepositReceived.cjs';
202
+ import { swappingMinimumSwapAmountSet } from './swapping/minimumSwapAmountSet.cjs';
203
+ import { swappingSwapAmountTooLow } from './swapping/swapAmountTooLow.cjs';
204
+ import { swappingCcmFailed } from './swapping/ccmFailed.cjs';
205
+ import { liquidityProviderAccountDebited } from './liquidityProvider/accountDebited.cjs';
206
+ import { liquidityProviderAccountCredited } from './liquidityProvider/accountCredited.cjs';
207
+ import { liquidityProviderLiquidityDepositAddressReady } from './liquidityProvider/liquidityDepositAddressReady.cjs';
208
+ import { liquidityProviderWithdrawalEgressScheduled } from './liquidityProvider/withdrawalEgressScheduled.cjs';
209
+ import { liquidityProviderLiquidityRefundAddressRegistered } from './liquidityProvider/liquidityRefundAddressRegistered.cjs';
210
+ import { ethereumIngressEgressDepositReceived } from './ethereumIngressEgress/depositReceived.cjs';
211
+ import { ethereumIngressEgressAssetEgressStatusChanged } from './ethereumIngressEgress/assetEgressStatusChanged.cjs';
212
+ import { ethereumIngressEgressEgressScheduled } from './ethereumIngressEgress/egressScheduled.cjs';
213
+ import { ethereumIngressEgressCcmBroadcastRequested } from './ethereumIngressEgress/ccmBroadcastRequested.cjs';
214
+ import { ethereumIngressEgressCcmEgressInvalid } from './ethereumIngressEgress/ccmEgressInvalid.cjs';
215
+ import { ethereumIngressEgressDepositFetchesScheduled } from './ethereumIngressEgress/depositFetchesScheduled.cjs';
216
+ import { ethereumIngressEgressBatchBroadcastRequested } from './ethereumIngressEgress/batchBroadcastRequested.cjs';
217
+ import { ethereumIngressEgressMinimumDepositSet } from './ethereumIngressEgress/minimumDepositSet.cjs';
218
+ import { ethereumIngressEgressDepositIgnored } from './ethereumIngressEgress/depositIgnored.cjs';
219
+ import { ethereumIngressEgressVaultTransferFailed } from './ethereumIngressEgress/vaultTransferFailed.cjs';
220
+ import { ethereumIngressEgressDepositWitnessRejected } from './ethereumIngressEgress/depositWitnessRejected.cjs';
221
+ import { polkadotIngressEgressDepositReceived } from './polkadotIngressEgress/depositReceived.cjs';
222
+ import { polkadotIngressEgressAssetEgressStatusChanged } from './polkadotIngressEgress/assetEgressStatusChanged.cjs';
223
+ import { polkadotIngressEgressEgressScheduled } from './polkadotIngressEgress/egressScheduled.cjs';
224
+ import { polkadotIngressEgressCcmBroadcastRequested } from './polkadotIngressEgress/ccmBroadcastRequested.cjs';
225
+ import { polkadotIngressEgressCcmEgressInvalid } from './polkadotIngressEgress/ccmEgressInvalid.cjs';
226
+ import { polkadotIngressEgressDepositFetchesScheduled } from './polkadotIngressEgress/depositFetchesScheduled.cjs';
227
+ import { polkadotIngressEgressBatchBroadcastRequested } from './polkadotIngressEgress/batchBroadcastRequested.cjs';
228
+ import { polkadotIngressEgressMinimumDepositSet } from './polkadotIngressEgress/minimumDepositSet.cjs';
229
+ import { polkadotIngressEgressDepositIgnored } from './polkadotIngressEgress/depositIgnored.cjs';
230
+ import { polkadotIngressEgressVaultTransferFailed } from './polkadotIngressEgress/vaultTransferFailed.cjs';
231
+ import { polkadotIngressEgressDepositWitnessRejected } from './polkadotIngressEgress/depositWitnessRejected.cjs';
232
+ import { bitcoinIngressEgressDepositReceived } from './bitcoinIngressEgress/depositReceived.cjs';
233
+ import { bitcoinIngressEgressAssetEgressStatusChanged } from './bitcoinIngressEgress/assetEgressStatusChanged.cjs';
234
+ import { bitcoinIngressEgressEgressScheduled } from './bitcoinIngressEgress/egressScheduled.cjs';
235
+ import { bitcoinIngressEgressCcmBroadcastRequested } from './bitcoinIngressEgress/ccmBroadcastRequested.cjs';
236
+ import { bitcoinIngressEgressCcmEgressInvalid } from './bitcoinIngressEgress/ccmEgressInvalid.cjs';
237
+ import { bitcoinIngressEgressDepositFetchesScheduled } from './bitcoinIngressEgress/depositFetchesScheduled.cjs';
238
+ import { bitcoinIngressEgressBatchBroadcastRequested } from './bitcoinIngressEgress/batchBroadcastRequested.cjs';
239
+ import { bitcoinIngressEgressMinimumDepositSet } from './bitcoinIngressEgress/minimumDepositSet.cjs';
240
+ import { bitcoinIngressEgressDepositIgnored } from './bitcoinIngressEgress/depositIgnored.cjs';
241
+ import { bitcoinIngressEgressVaultTransferFailed } from './bitcoinIngressEgress/vaultTransferFailed.cjs';
242
+ import { bitcoinIngressEgressDepositWitnessRejected } from './bitcoinIngressEgress/depositWitnessRejected.cjs';
243
+ import { liquidityPoolsUpdatedBuyInterval } from './liquidityPools/updatedBuyInterval.cjs';
244
+ import { liquidityPoolsPoolStateUpdated } from './liquidityPools/poolStateUpdated.cjs';
245
+ import { liquidityPoolsNewPoolCreated } from './liquidityPools/newPoolCreated.cjs';
246
+ import { liquidityPoolsRangeOrderUpdated } from './liquidityPools/rangeOrderUpdated.cjs';
247
+ import { liquidityPoolsLimitOrderUpdated } from './liquidityPools/limitOrderUpdated.cjs';
248
+ import { liquidityPoolsNetworkFeeTaken } from './liquidityPools/networkFeeTaken.cjs';
249
+ import { liquidityPoolsAssetSwapped } from './liquidityPools/assetSwapped.cjs';
250
+ import { liquidityPoolsPoolFeeSet } from './liquidityPools/poolFeeSet.cjs';
251
+
252
+ type EventHandlerArgs = {
253
+ prisma: any;
254
+ event: any;
255
+ block: any;
256
+ eventId: bigint;
257
+ submitterId?: number;
258
+ };
259
+ type ParsedEventHandlerArgs<T> = EventHandlerArgs & {
260
+ args: T;
261
+ };
262
+ type InternalEventHandler = (args: EventHandlerArgs) => Promise<void>;
263
+ type EventHandler<T> = (args: ParsedEventHandlerArgs<T>) => Promise<void>;
264
+
265
+ type SystemExtrinsicSuccess = EventHandler<z.output<typeof systemExtrinsicSuccess>>;
266
+ type SystemExtrinsicFailed = EventHandler<z.output<typeof systemExtrinsicFailed>>;
267
+ type SystemCodeUpdated = EventHandler<z.output<typeof systemCodeUpdated>>;
268
+ type SystemNewAccount = EventHandler<z.output<typeof systemNewAccount>>;
269
+ type SystemKilledAccount = EventHandler<z.output<typeof systemKilledAccount>>;
270
+ type SystemRemarked = EventHandler<z.output<typeof systemRemarked>>;
271
+ type EnvironmentAddedNewEthAsset = EventHandler<z.output<typeof environmentAddedNewEthAsset>>;
272
+ type EnvironmentUpdatedEthAsset = EventHandler<z.output<typeof environmentUpdatedEthAsset>>;
273
+ type EnvironmentPolkadotVaultAccountSet = EventHandler<z.output<typeof environmentPolkadotVaultAccountSet>>;
274
+ type EnvironmentBitcoinBlockNumberSetForVault = EventHandler<z.output<typeof environmentBitcoinBlockNumberSetForVault>>;
275
+ type EnvironmentRuntimeSafeModeUpdated = EventHandler<z.output<typeof environmentRuntimeSafeModeUpdated>>;
276
+ type FlipRemainingImbalance = EventHandler<z.output<typeof flipRemainingImbalance>>;
277
+ type FlipSlashingPerformed = EventHandler<z.output<typeof flipSlashingPerformed>>;
278
+ type FlipAccountReaped = EventHandler<z.output<typeof flipAccountReaped>>;
279
+ type FlipSlashingRateUpdated = EventHandler<z.output<typeof flipSlashingRateUpdated>>;
280
+ type EmissionsSupplyUpdateBroadcastRequested = EventHandler<z.output<typeof emissionsSupplyUpdateBroadcastRequested>>;
281
+ type EmissionsCurrentAuthorityInflationEmissionsUpdated = EventHandler<z.output<typeof emissionsCurrentAuthorityInflationEmissionsUpdated>>;
282
+ type EmissionsBackupNodeInflationEmissionsUpdated = EventHandler<z.output<typeof emissionsBackupNodeInflationEmissionsUpdated>>;
283
+ type EmissionsSupplyUpdateIntervalUpdated = EventHandler<z.output<typeof emissionsSupplyUpdateIntervalUpdated>>;
284
+ type FundingFunded = EventHandler<z.output<typeof fundingFunded>>;
285
+ type FundingRedemptionRequested = EventHandler<z.output<typeof fundingRedemptionRequested>>;
286
+ type FundingRedemptionSettled = EventHandler<z.output<typeof fundingRedemptionSettled>>;
287
+ type FundingStoppedBidding = EventHandler<z.output<typeof fundingStoppedBidding>>;
288
+ type FundingStartedBidding = EventHandler<z.output<typeof fundingStartedBidding>>;
289
+ type FundingRedemptionExpired = EventHandler<z.output<typeof fundingRedemptionExpired>>;
290
+ type FundingAddedRestrictedAddress = EventHandler<z.output<typeof fundingAddedRestrictedAddress>>;
291
+ type FundingRemovedRestrictedAddress = EventHandler<z.output<typeof fundingRemovedRestrictedAddress>>;
292
+ type FundingFailedFundingAttempt = EventHandler<z.output<typeof fundingFailedFundingAttempt>>;
293
+ type FundingMinimumFundingUpdated = EventHandler<z.output<typeof fundingMinimumFundingUpdated>>;
294
+ type FundingRedemptionTaxAmountUpdated = EventHandler<z.output<typeof fundingRedemptionTaxAmountUpdated>>;
295
+ type FundingRedemptionAmountZero = EventHandler<z.output<typeof fundingRedemptionAmountZero>>;
296
+ type FundingBoundRedeemAddress = EventHandler<z.output<typeof fundingBoundRedeemAddress>>;
297
+ type FundingBoundExecutorAddress = EventHandler<z.output<typeof fundingBoundExecutorAddress>>;
298
+ type AccountRolesAccountRoleRegistered = EventHandler<z.output<typeof accountRolesAccountRoleRegistered>>;
299
+ type TransactionPaymentTransactionFeePaid = EventHandler<z.output<typeof transactionPaymentTransactionFeePaid>>;
300
+ type WitnesserWitnessExecutionFailed = EventHandler<z.output<typeof witnesserWitnessExecutionFailed>>;
301
+ type WitnesserPrewitnessed = EventHandler<z.output<typeof witnesserPrewitnessed>>;
302
+ type ValidatorRotationAborted = EventHandler<z.output<typeof validatorRotationAborted>>;
303
+ type ValidatorNewEpoch = EventHandler<z.output<typeof validatorNewEpoch>>;
304
+ type ValidatorRotationPhaseUpdated = EventHandler<z.output<typeof validatorRotationPhaseUpdated>>;
305
+ type ValidatorCFEVersionUpdated = EventHandler<z.output<typeof validatorCFEVersionUpdated>>;
306
+ type ValidatorPeerIdRegistered = EventHandler<z.output<typeof validatorPeerIdRegistered>>;
307
+ type ValidatorPeerIdUnregistered = EventHandler<z.output<typeof validatorPeerIdUnregistered>>;
308
+ type ValidatorVanityNameSet = EventHandler<z.output<typeof validatorVanityNameSet>>;
309
+ type ValidatorAuctionCompleted = EventHandler<z.output<typeof validatorAuctionCompleted>>;
310
+ type ValidatorPalletConfigUpdated = EventHandler<z.output<typeof validatorPalletConfigUpdated>>;
311
+ type SessionNewSession = EventHandler<z.output<typeof sessionNewSession>>;
312
+ type GrandpaNewAuthorities = EventHandler<z.output<typeof grandpaNewAuthorities>>;
313
+ type GrandpaPaused = EventHandler<z.output<typeof grandpaPaused>>;
314
+ type GrandpaResumed = EventHandler<z.output<typeof grandpaResumed>>;
315
+ type GovernanceProposed = EventHandler<z.output<typeof governanceProposed>>;
316
+ type GovernanceExecuted = EventHandler<z.output<typeof governanceExecuted>>;
317
+ type GovernanceExpired = EventHandler<z.output<typeof governanceExpired>>;
318
+ type GovernanceApproved = EventHandler<z.output<typeof governanceApproved>>;
319
+ type GovernanceFailedExecution = EventHandler<z.output<typeof governanceFailedExecution>>;
320
+ type GovernanceDecodeOfCallFailed = EventHandler<z.output<typeof governanceDecodeOfCallFailed>>;
321
+ type GovernanceGovKeyCallExecuted = EventHandler<z.output<typeof governanceGovKeyCallExecuted>>;
322
+ type GovernanceGovKeyCallHashWhitelisted = EventHandler<z.output<typeof governanceGovKeyCallHashWhitelisted>>;
323
+ type GovernanceGovKeyCallExecutionFailed = EventHandler<z.output<typeof governanceGovKeyCallExecutionFailed>>;
324
+ type TokenholderGovernanceProposalSubmitted = EventHandler<z.output<typeof tokenholderGovernanceProposalSubmitted>>;
325
+ type TokenholderGovernanceProposalPassed = EventHandler<z.output<typeof tokenholderGovernanceProposalPassed>>;
326
+ type TokenholderGovernanceProposalRejected = EventHandler<z.output<typeof tokenholderGovernanceProposalRejected>>;
327
+ type TokenholderGovernanceProposalEnacted = EventHandler<z.output<typeof tokenholderGovernanceProposalEnacted>>;
328
+ type TokenholderGovernanceGovKeyUpdatedHasFailed = EventHandler<z.output<typeof tokenholderGovernanceGovKeyUpdatedHasFailed>>;
329
+ type TokenholderGovernanceGovKeyUpdatedWasSuccessful = EventHandler<z.output<typeof tokenholderGovernanceGovKeyUpdatedWasSuccessful>>;
330
+ type ReputationOffencePenalty = EventHandler<z.output<typeof reputationOffencePenalty>>;
331
+ type ReputationAccrualRateUpdated = EventHandler<z.output<typeof reputationAccrualRateUpdated>>;
332
+ type ReputationMissedHeartbeatPenaltyUpdated = EventHandler<z.output<typeof reputationMissedHeartbeatPenaltyUpdated>>;
333
+ type ReputationPenaltyUpdated = EventHandler<z.output<typeof reputationPenaltyUpdated>>;
334
+ type EthereumChainTrackingChainStateUpdated = EventHandler<z.output<typeof ethereumChainTrackingChainStateUpdated>>;
335
+ type PolkadotChainTrackingChainStateUpdated = EventHandler<z.output<typeof polkadotChainTrackingChainStateUpdated>>;
336
+ type BitcoinChainTrackingChainStateUpdated = EventHandler<z.output<typeof bitcoinChainTrackingChainStateUpdated>>;
337
+ type EthereumVaultKeygenRequest = EventHandler<z.output<typeof ethereumVaultKeygenRequest>>;
338
+ type EthereumVaultKeyHandoverRequest = EventHandler<z.output<typeof ethereumVaultKeyHandoverRequest>>;
339
+ type EthereumVaultVaultRotationCompleted = EventHandler<z.output<typeof ethereumVaultVaultRotationCompleted>>;
340
+ type EthereumVaultVaultRotatedExternally = EventHandler<z.output<typeof ethereumVaultVaultRotatedExternally>>;
341
+ type EthereumVaultKeygenSuccessReported = EventHandler<z.output<typeof ethereumVaultKeygenSuccessReported>>;
342
+ type EthereumVaultKeyHandoverSuccessReported = EventHandler<z.output<typeof ethereumVaultKeyHandoverSuccessReported>>;
343
+ type EthereumVaultKeygenFailureReported = EventHandler<z.output<typeof ethereumVaultKeygenFailureReported>>;
344
+ type EthereumVaultKeyHandoverFailureReported = EventHandler<z.output<typeof ethereumVaultKeyHandoverFailureReported>>;
345
+ type EthereumVaultKeygenSuccess = EventHandler<z.output<typeof ethereumVaultKeygenSuccess>>;
346
+ type EthereumVaultKeyHandoverSuccess = EventHandler<z.output<typeof ethereumVaultKeyHandoverSuccess>>;
347
+ type EthereumVaultNoKeyHandover = EventHandler<z.output<typeof ethereumVaultNoKeyHandover>>;
348
+ type EthereumVaultKeygenVerificationSuccess = EventHandler<z.output<typeof ethereumVaultKeygenVerificationSuccess>>;
349
+ type EthereumVaultKeyHandoverVerificationSuccess = EventHandler<z.output<typeof ethereumVaultKeyHandoverVerificationSuccess>>;
350
+ type EthereumVaultKeygenVerificationFailure = EventHandler<z.output<typeof ethereumVaultKeygenVerificationFailure>>;
351
+ type EthereumVaultKeyHandoverVerificationFailure = EventHandler<z.output<typeof ethereumVaultKeyHandoverVerificationFailure>>;
352
+ type EthereumVaultKeygenFailure = EventHandler<z.output<typeof ethereumVaultKeygenFailure>>;
353
+ type EthereumVaultKeygenResponseTimeout = EventHandler<z.output<typeof ethereumVaultKeygenResponseTimeout>>;
354
+ type EthereumVaultKeyHandoverResponseTimeout = EventHandler<z.output<typeof ethereumVaultKeyHandoverResponseTimeout>>;
355
+ type EthereumVaultKeygenResponseTimeoutUpdated = EventHandler<z.output<typeof ethereumVaultKeygenResponseTimeoutUpdated>>;
356
+ type EthereumVaultAwaitingGovernanceActivation = EventHandler<z.output<typeof ethereumVaultAwaitingGovernanceActivation>>;
357
+ type EthereumVaultKeyHandoverFailure = EventHandler<z.output<typeof ethereumVaultKeyHandoverFailure>>;
358
+ type EthereumVaultVaultRotationAborted = EventHandler<z.output<typeof ethereumVaultVaultRotationAborted>>;
359
+ type PolkadotVaultKeygenRequest = EventHandler<z.output<typeof polkadotVaultKeygenRequest>>;
360
+ type PolkadotVaultKeyHandoverRequest = EventHandler<z.output<typeof polkadotVaultKeyHandoverRequest>>;
361
+ type PolkadotVaultVaultRotationCompleted = EventHandler<z.output<typeof polkadotVaultVaultRotationCompleted>>;
362
+ type PolkadotVaultVaultRotatedExternally = EventHandler<z.output<typeof polkadotVaultVaultRotatedExternally>>;
363
+ type PolkadotVaultKeygenSuccessReported = EventHandler<z.output<typeof polkadotVaultKeygenSuccessReported>>;
364
+ type PolkadotVaultKeyHandoverSuccessReported = EventHandler<z.output<typeof polkadotVaultKeyHandoverSuccessReported>>;
365
+ type PolkadotVaultKeygenFailureReported = EventHandler<z.output<typeof polkadotVaultKeygenFailureReported>>;
366
+ type PolkadotVaultKeyHandoverFailureReported = EventHandler<z.output<typeof polkadotVaultKeyHandoverFailureReported>>;
367
+ type PolkadotVaultKeygenSuccess = EventHandler<z.output<typeof polkadotVaultKeygenSuccess>>;
368
+ type PolkadotVaultKeyHandoverSuccess = EventHandler<z.output<typeof polkadotVaultKeyHandoverSuccess>>;
369
+ type PolkadotVaultNoKeyHandover = EventHandler<z.output<typeof polkadotVaultNoKeyHandover>>;
370
+ type PolkadotVaultKeygenVerificationSuccess = EventHandler<z.output<typeof polkadotVaultKeygenVerificationSuccess>>;
371
+ type PolkadotVaultKeyHandoverVerificationSuccess = EventHandler<z.output<typeof polkadotVaultKeyHandoverVerificationSuccess>>;
372
+ type PolkadotVaultKeygenVerificationFailure = EventHandler<z.output<typeof polkadotVaultKeygenVerificationFailure>>;
373
+ type PolkadotVaultKeyHandoverVerificationFailure = EventHandler<z.output<typeof polkadotVaultKeyHandoverVerificationFailure>>;
374
+ type PolkadotVaultKeygenFailure = EventHandler<z.output<typeof polkadotVaultKeygenFailure>>;
375
+ type PolkadotVaultKeygenResponseTimeout = EventHandler<z.output<typeof polkadotVaultKeygenResponseTimeout>>;
376
+ type PolkadotVaultKeyHandoverResponseTimeout = EventHandler<z.output<typeof polkadotVaultKeyHandoverResponseTimeout>>;
377
+ type PolkadotVaultKeygenResponseTimeoutUpdated = EventHandler<z.output<typeof polkadotVaultKeygenResponseTimeoutUpdated>>;
378
+ type PolkadotVaultAwaitingGovernanceActivation = EventHandler<z.output<typeof polkadotVaultAwaitingGovernanceActivation>>;
379
+ type PolkadotVaultKeyHandoverFailure = EventHandler<z.output<typeof polkadotVaultKeyHandoverFailure>>;
380
+ type PolkadotVaultVaultRotationAborted = EventHandler<z.output<typeof polkadotVaultVaultRotationAborted>>;
381
+ type BitcoinVaultKeygenRequest = EventHandler<z.output<typeof bitcoinVaultKeygenRequest>>;
382
+ type BitcoinVaultKeyHandoverRequest = EventHandler<z.output<typeof bitcoinVaultKeyHandoverRequest>>;
383
+ type BitcoinVaultVaultRotationCompleted = EventHandler<z.output<typeof bitcoinVaultVaultRotationCompleted>>;
384
+ type BitcoinVaultVaultRotatedExternally = EventHandler<z.output<typeof bitcoinVaultVaultRotatedExternally>>;
385
+ type BitcoinVaultKeygenSuccessReported = EventHandler<z.output<typeof bitcoinVaultKeygenSuccessReported>>;
386
+ type BitcoinVaultKeyHandoverSuccessReported = EventHandler<z.output<typeof bitcoinVaultKeyHandoverSuccessReported>>;
387
+ type BitcoinVaultKeygenFailureReported = EventHandler<z.output<typeof bitcoinVaultKeygenFailureReported>>;
388
+ type BitcoinVaultKeyHandoverFailureReported = EventHandler<z.output<typeof bitcoinVaultKeyHandoverFailureReported>>;
389
+ type BitcoinVaultKeygenSuccess = EventHandler<z.output<typeof bitcoinVaultKeygenSuccess>>;
390
+ type BitcoinVaultKeyHandoverSuccess = EventHandler<z.output<typeof bitcoinVaultKeyHandoverSuccess>>;
391
+ type BitcoinVaultNoKeyHandover = EventHandler<z.output<typeof bitcoinVaultNoKeyHandover>>;
392
+ type BitcoinVaultKeygenVerificationSuccess = EventHandler<z.output<typeof bitcoinVaultKeygenVerificationSuccess>>;
393
+ type BitcoinVaultKeyHandoverVerificationSuccess = EventHandler<z.output<typeof bitcoinVaultKeyHandoverVerificationSuccess>>;
394
+ type BitcoinVaultKeygenVerificationFailure = EventHandler<z.output<typeof bitcoinVaultKeygenVerificationFailure>>;
395
+ type BitcoinVaultKeyHandoverVerificationFailure = EventHandler<z.output<typeof bitcoinVaultKeyHandoverVerificationFailure>>;
396
+ type BitcoinVaultKeygenFailure = EventHandler<z.output<typeof bitcoinVaultKeygenFailure>>;
397
+ type BitcoinVaultKeygenResponseTimeout = EventHandler<z.output<typeof bitcoinVaultKeygenResponseTimeout>>;
398
+ type BitcoinVaultKeyHandoverResponseTimeout = EventHandler<z.output<typeof bitcoinVaultKeyHandoverResponseTimeout>>;
399
+ type BitcoinVaultKeygenResponseTimeoutUpdated = EventHandler<z.output<typeof bitcoinVaultKeygenResponseTimeoutUpdated>>;
400
+ type BitcoinVaultAwaitingGovernanceActivation = EventHandler<z.output<typeof bitcoinVaultAwaitingGovernanceActivation>>;
401
+ type BitcoinVaultKeyHandoverFailure = EventHandler<z.output<typeof bitcoinVaultKeyHandoverFailure>>;
402
+ type BitcoinVaultVaultRotationAborted = EventHandler<z.output<typeof bitcoinVaultVaultRotationAborted>>;
403
+ type EthereumThresholdSignerThresholdSignatureRequest = EventHandler<z.output<typeof ethereumThresholdSignerThresholdSignatureRequest>>;
404
+ type EthereumThresholdSignerThresholdSignatureFailed = EventHandler<z.output<typeof ethereumThresholdSignerThresholdSignatureFailed>>;
405
+ type EthereumThresholdSignerThresholdSignatureSuccess = EventHandler<z.output<typeof ethereumThresholdSignerThresholdSignatureSuccess>>;
406
+ type EthereumThresholdSignerThresholdDispatchComplete = EventHandler<z.output<typeof ethereumThresholdSignerThresholdDispatchComplete>>;
407
+ type EthereumThresholdSignerRetryRequested = EventHandler<z.output<typeof ethereumThresholdSignerRetryRequested>>;
408
+ type EthereumThresholdSignerFailureReportProcessed = EventHandler<z.output<typeof ethereumThresholdSignerFailureReportProcessed>>;
409
+ type EthereumThresholdSignerSignersUnavailable = EventHandler<z.output<typeof ethereumThresholdSignerSignersUnavailable>>;
410
+ type EthereumThresholdSignerCurrentKeyUnavailable = EventHandler<z.output<typeof ethereumThresholdSignerCurrentKeyUnavailable>>;
411
+ type EthereumThresholdSignerThresholdSignatureResponseTimeoutUpdated = EventHandler<z.output<typeof ethereumThresholdSignerThresholdSignatureResponseTimeoutUpdated>>;
412
+ type PolkadotThresholdSignerThresholdSignatureRequest = EventHandler<z.output<typeof polkadotThresholdSignerThresholdSignatureRequest>>;
413
+ type PolkadotThresholdSignerThresholdSignatureFailed = EventHandler<z.output<typeof polkadotThresholdSignerThresholdSignatureFailed>>;
414
+ type PolkadotThresholdSignerThresholdSignatureSuccess = EventHandler<z.output<typeof polkadotThresholdSignerThresholdSignatureSuccess>>;
415
+ type PolkadotThresholdSignerThresholdDispatchComplete = EventHandler<z.output<typeof polkadotThresholdSignerThresholdDispatchComplete>>;
416
+ type PolkadotThresholdSignerRetryRequested = EventHandler<z.output<typeof polkadotThresholdSignerRetryRequested>>;
417
+ type PolkadotThresholdSignerFailureReportProcessed = EventHandler<z.output<typeof polkadotThresholdSignerFailureReportProcessed>>;
418
+ type PolkadotThresholdSignerSignersUnavailable = EventHandler<z.output<typeof polkadotThresholdSignerSignersUnavailable>>;
419
+ type PolkadotThresholdSignerCurrentKeyUnavailable = EventHandler<z.output<typeof polkadotThresholdSignerCurrentKeyUnavailable>>;
420
+ type PolkadotThresholdSignerThresholdSignatureResponseTimeoutUpdated = EventHandler<z.output<typeof polkadotThresholdSignerThresholdSignatureResponseTimeoutUpdated>>;
421
+ type BitcoinThresholdSignerThresholdSignatureRequest = EventHandler<z.output<typeof bitcoinThresholdSignerThresholdSignatureRequest>>;
422
+ type BitcoinThresholdSignerThresholdSignatureFailed = EventHandler<z.output<typeof bitcoinThresholdSignerThresholdSignatureFailed>>;
423
+ type BitcoinThresholdSignerThresholdSignatureSuccess = EventHandler<z.output<typeof bitcoinThresholdSignerThresholdSignatureSuccess>>;
424
+ type BitcoinThresholdSignerThresholdDispatchComplete = EventHandler<z.output<typeof bitcoinThresholdSignerThresholdDispatchComplete>>;
425
+ type BitcoinThresholdSignerRetryRequested = EventHandler<z.output<typeof bitcoinThresholdSignerRetryRequested>>;
426
+ type BitcoinThresholdSignerFailureReportProcessed = EventHandler<z.output<typeof bitcoinThresholdSignerFailureReportProcessed>>;
427
+ type BitcoinThresholdSignerSignersUnavailable = EventHandler<z.output<typeof bitcoinThresholdSignerSignersUnavailable>>;
428
+ type BitcoinThresholdSignerCurrentKeyUnavailable = EventHandler<z.output<typeof bitcoinThresholdSignerCurrentKeyUnavailable>>;
429
+ type BitcoinThresholdSignerThresholdSignatureResponseTimeoutUpdated = EventHandler<z.output<typeof bitcoinThresholdSignerThresholdSignatureResponseTimeoutUpdated>>;
430
+ type EthereumBroadcasterTransactionBroadcastRequest = EventHandler<z.output<typeof ethereumBroadcasterTransactionBroadcastRequest>>;
431
+ type EthereumBroadcasterBroadcastRetryScheduled = EventHandler<z.output<typeof ethereumBroadcasterBroadcastRetryScheduled>>;
432
+ type EthereumBroadcasterBroadcastAttemptTimeout = EventHandler<z.output<typeof ethereumBroadcasterBroadcastAttemptTimeout>>;
433
+ type EthereumBroadcasterBroadcastAborted = EventHandler<z.output<typeof ethereumBroadcasterBroadcastAborted>>;
434
+ type EthereumBroadcasterBroadcastSuccess = EventHandler<z.output<typeof ethereumBroadcasterBroadcastSuccess>>;
435
+ type EthereumBroadcasterThresholdSignatureInvalid = EventHandler<z.output<typeof ethereumBroadcasterThresholdSignatureInvalid>>;
436
+ type EthereumBroadcasterBroadcastCallbackExecuted = EventHandler<z.output<typeof ethereumBroadcasterBroadcastCallbackExecuted>>;
437
+ type EthereumBroadcasterTransactionFeeDeficitRecorded = EventHandler<z.output<typeof ethereumBroadcasterTransactionFeeDeficitRecorded>>;
438
+ type EthereumBroadcasterTransactionFeeDeficitRefused = EventHandler<z.output<typeof ethereumBroadcasterTransactionFeeDeficitRefused>>;
439
+ type PolkadotBroadcasterTransactionBroadcastRequest = EventHandler<z.output<typeof polkadotBroadcasterTransactionBroadcastRequest>>;
440
+ type PolkadotBroadcasterBroadcastRetryScheduled = EventHandler<z.output<typeof polkadotBroadcasterBroadcastRetryScheduled>>;
441
+ type PolkadotBroadcasterBroadcastAttemptTimeout = EventHandler<z.output<typeof polkadotBroadcasterBroadcastAttemptTimeout>>;
442
+ type PolkadotBroadcasterBroadcastAborted = EventHandler<z.output<typeof polkadotBroadcasterBroadcastAborted>>;
443
+ type PolkadotBroadcasterBroadcastSuccess = EventHandler<z.output<typeof polkadotBroadcasterBroadcastSuccess>>;
444
+ type PolkadotBroadcasterThresholdSignatureInvalid = EventHandler<z.output<typeof polkadotBroadcasterThresholdSignatureInvalid>>;
445
+ type PolkadotBroadcasterBroadcastCallbackExecuted = EventHandler<z.output<typeof polkadotBroadcasterBroadcastCallbackExecuted>>;
446
+ type PolkadotBroadcasterTransactionFeeDeficitRecorded = EventHandler<z.output<typeof polkadotBroadcasterTransactionFeeDeficitRecorded>>;
447
+ type PolkadotBroadcasterTransactionFeeDeficitRefused = EventHandler<z.output<typeof polkadotBroadcasterTransactionFeeDeficitRefused>>;
448
+ type BitcoinBroadcasterTransactionBroadcastRequest = EventHandler<z.output<typeof bitcoinBroadcasterTransactionBroadcastRequest>>;
449
+ type BitcoinBroadcasterBroadcastRetryScheduled = EventHandler<z.output<typeof bitcoinBroadcasterBroadcastRetryScheduled>>;
450
+ type BitcoinBroadcasterBroadcastAttemptTimeout = EventHandler<z.output<typeof bitcoinBroadcasterBroadcastAttemptTimeout>>;
451
+ type BitcoinBroadcasterBroadcastAborted = EventHandler<z.output<typeof bitcoinBroadcasterBroadcastAborted>>;
452
+ type BitcoinBroadcasterBroadcastSuccess = EventHandler<z.output<typeof bitcoinBroadcasterBroadcastSuccess>>;
453
+ type BitcoinBroadcasterThresholdSignatureInvalid = EventHandler<z.output<typeof bitcoinBroadcasterThresholdSignatureInvalid>>;
454
+ type BitcoinBroadcasterBroadcastCallbackExecuted = EventHandler<z.output<typeof bitcoinBroadcasterBroadcastCallbackExecuted>>;
455
+ type BitcoinBroadcasterTransactionFeeDeficitRecorded = EventHandler<z.output<typeof bitcoinBroadcasterTransactionFeeDeficitRecorded>>;
456
+ type BitcoinBroadcasterTransactionFeeDeficitRefused = EventHandler<z.output<typeof bitcoinBroadcasterTransactionFeeDeficitRefused>>;
457
+ type SwappingSwapDepositAddressReady = EventHandler<z.output<typeof swappingSwapDepositAddressReady>>;
458
+ type SwappingSwapScheduled = EventHandler<z.output<typeof swappingSwapScheduled>>;
459
+ type SwappingSwapExecuted = EventHandler<z.output<typeof swappingSwapExecuted>>;
460
+ type SwappingSwapEgressScheduled = EventHandler<z.output<typeof swappingSwapEgressScheduled>>;
461
+ type SwappingWithdrawalRequested = EventHandler<z.output<typeof swappingWithdrawalRequested>>;
462
+ type SwappingBatchSwapFailed = EventHandler<z.output<typeof swappingBatchSwapFailed>>;
463
+ type SwappingCcmEgressScheduled = EventHandler<z.output<typeof swappingCcmEgressScheduled>>;
464
+ type SwappingCcmDepositReceived = EventHandler<z.output<typeof swappingCcmDepositReceived>>;
465
+ type SwappingMinimumSwapAmountSet = EventHandler<z.output<typeof swappingMinimumSwapAmountSet>>;
466
+ type SwappingSwapAmountTooLow = EventHandler<z.output<typeof swappingSwapAmountTooLow>>;
467
+ type SwappingCcmFailed = EventHandler<z.output<typeof swappingCcmFailed>>;
468
+ type LiquidityProviderAccountDebited = EventHandler<z.output<typeof liquidityProviderAccountDebited>>;
469
+ type LiquidityProviderAccountCredited = EventHandler<z.output<typeof liquidityProviderAccountCredited>>;
470
+ type LiquidityProviderLiquidityDepositAddressReady = EventHandler<z.output<typeof liquidityProviderLiquidityDepositAddressReady>>;
471
+ type LiquidityProviderWithdrawalEgressScheduled = EventHandler<z.output<typeof liquidityProviderWithdrawalEgressScheduled>>;
472
+ type LiquidityProviderLiquidityRefundAddressRegistered = EventHandler<z.output<typeof liquidityProviderLiquidityRefundAddressRegistered>>;
473
+ type EthereumIngressEgressDepositReceived = EventHandler<z.output<typeof ethereumIngressEgressDepositReceived>>;
474
+ type EthereumIngressEgressAssetEgressStatusChanged = EventHandler<z.output<typeof ethereumIngressEgressAssetEgressStatusChanged>>;
475
+ type EthereumIngressEgressEgressScheduled = EventHandler<z.output<typeof ethereumIngressEgressEgressScheduled>>;
476
+ type EthereumIngressEgressCcmBroadcastRequested = EventHandler<z.output<typeof ethereumIngressEgressCcmBroadcastRequested>>;
477
+ type EthereumIngressEgressCcmEgressInvalid = EventHandler<z.output<typeof ethereumIngressEgressCcmEgressInvalid>>;
478
+ type EthereumIngressEgressDepositFetchesScheduled = EventHandler<z.output<typeof ethereumIngressEgressDepositFetchesScheduled>>;
479
+ type EthereumIngressEgressBatchBroadcastRequested = EventHandler<z.output<typeof ethereumIngressEgressBatchBroadcastRequested>>;
480
+ type EthereumIngressEgressMinimumDepositSet = EventHandler<z.output<typeof ethereumIngressEgressMinimumDepositSet>>;
481
+ type EthereumIngressEgressDepositIgnored = EventHandler<z.output<typeof ethereumIngressEgressDepositIgnored>>;
482
+ type EthereumIngressEgressVaultTransferFailed = EventHandler<z.output<typeof ethereumIngressEgressVaultTransferFailed>>;
483
+ type EthereumIngressEgressDepositWitnessRejected = EventHandler<z.output<typeof ethereumIngressEgressDepositWitnessRejected>>;
484
+ type PolkadotIngressEgressDepositReceived = EventHandler<z.output<typeof polkadotIngressEgressDepositReceived>>;
485
+ type PolkadotIngressEgressAssetEgressStatusChanged = EventHandler<z.output<typeof polkadotIngressEgressAssetEgressStatusChanged>>;
486
+ type PolkadotIngressEgressEgressScheduled = EventHandler<z.output<typeof polkadotIngressEgressEgressScheduled>>;
487
+ type PolkadotIngressEgressCcmBroadcastRequested = EventHandler<z.output<typeof polkadotIngressEgressCcmBroadcastRequested>>;
488
+ type PolkadotIngressEgressCcmEgressInvalid = EventHandler<z.output<typeof polkadotIngressEgressCcmEgressInvalid>>;
489
+ type PolkadotIngressEgressDepositFetchesScheduled = EventHandler<z.output<typeof polkadotIngressEgressDepositFetchesScheduled>>;
490
+ type PolkadotIngressEgressBatchBroadcastRequested = EventHandler<z.output<typeof polkadotIngressEgressBatchBroadcastRequested>>;
491
+ type PolkadotIngressEgressMinimumDepositSet = EventHandler<z.output<typeof polkadotIngressEgressMinimumDepositSet>>;
492
+ type PolkadotIngressEgressDepositIgnored = EventHandler<z.output<typeof polkadotIngressEgressDepositIgnored>>;
493
+ type PolkadotIngressEgressVaultTransferFailed = EventHandler<z.output<typeof polkadotIngressEgressVaultTransferFailed>>;
494
+ type PolkadotIngressEgressDepositWitnessRejected = EventHandler<z.output<typeof polkadotIngressEgressDepositWitnessRejected>>;
495
+ type BitcoinIngressEgressDepositReceived = EventHandler<z.output<typeof bitcoinIngressEgressDepositReceived>>;
496
+ type BitcoinIngressEgressAssetEgressStatusChanged = EventHandler<z.output<typeof bitcoinIngressEgressAssetEgressStatusChanged>>;
497
+ type BitcoinIngressEgressEgressScheduled = EventHandler<z.output<typeof bitcoinIngressEgressEgressScheduled>>;
498
+ type BitcoinIngressEgressCcmBroadcastRequested = EventHandler<z.output<typeof bitcoinIngressEgressCcmBroadcastRequested>>;
499
+ type BitcoinIngressEgressCcmEgressInvalid = EventHandler<z.output<typeof bitcoinIngressEgressCcmEgressInvalid>>;
500
+ type BitcoinIngressEgressDepositFetchesScheduled = EventHandler<z.output<typeof bitcoinIngressEgressDepositFetchesScheduled>>;
501
+ type BitcoinIngressEgressBatchBroadcastRequested = EventHandler<z.output<typeof bitcoinIngressEgressBatchBroadcastRequested>>;
502
+ type BitcoinIngressEgressMinimumDepositSet = EventHandler<z.output<typeof bitcoinIngressEgressMinimumDepositSet>>;
503
+ type BitcoinIngressEgressDepositIgnored = EventHandler<z.output<typeof bitcoinIngressEgressDepositIgnored>>;
504
+ type BitcoinIngressEgressVaultTransferFailed = EventHandler<z.output<typeof bitcoinIngressEgressVaultTransferFailed>>;
505
+ type BitcoinIngressEgressDepositWitnessRejected = EventHandler<z.output<typeof bitcoinIngressEgressDepositWitnessRejected>>;
506
+ type LiquidityPoolsUpdatedBuyInterval = EventHandler<z.output<typeof liquidityPoolsUpdatedBuyInterval>>;
507
+ type LiquidityPoolsPoolStateUpdated = EventHandler<z.output<typeof liquidityPoolsPoolStateUpdated>>;
508
+ type LiquidityPoolsNewPoolCreated = EventHandler<z.output<typeof liquidityPoolsNewPoolCreated>>;
509
+ type LiquidityPoolsRangeOrderUpdated = EventHandler<z.output<typeof liquidityPoolsRangeOrderUpdated>>;
510
+ type LiquidityPoolsLimitOrderUpdated = EventHandler<z.output<typeof liquidityPoolsLimitOrderUpdated>>;
511
+ type LiquidityPoolsNetworkFeeTaken = EventHandler<z.output<typeof liquidityPoolsNetworkFeeTaken>>;
512
+ type LiquidityPoolsAssetSwapped = EventHandler<z.output<typeof liquidityPoolsAssetSwapped>>;
513
+ type LiquidityPoolsPoolFeeSet = EventHandler<z.output<typeof liquidityPoolsPoolFeeSet>>;
514
+ type HandlerMap = {
515
+ System?: {
516
+ ExtrinsicSuccess?: SystemExtrinsicSuccess;
517
+ ExtrinsicFailed?: SystemExtrinsicFailed;
518
+ CodeUpdated?: SystemCodeUpdated;
519
+ NewAccount?: SystemNewAccount;
520
+ KilledAccount?: SystemKilledAccount;
521
+ Remarked?: SystemRemarked;
522
+ };
523
+ Environment?: {
524
+ AddedNewEthAsset?: EnvironmentAddedNewEthAsset;
525
+ UpdatedEthAsset?: EnvironmentUpdatedEthAsset;
526
+ PolkadotVaultAccountSet?: EnvironmentPolkadotVaultAccountSet;
527
+ BitcoinBlockNumberSetForVault?: EnvironmentBitcoinBlockNumberSetForVault;
528
+ RuntimeSafeModeUpdated?: EnvironmentRuntimeSafeModeUpdated;
529
+ };
530
+ Flip?: {
531
+ RemainingImbalance?: FlipRemainingImbalance;
532
+ SlashingPerformed?: FlipSlashingPerformed;
533
+ AccountReaped?: FlipAccountReaped;
534
+ SlashingRateUpdated?: FlipSlashingRateUpdated;
535
+ };
536
+ Emissions?: {
537
+ SupplyUpdateBroadcastRequested?: EmissionsSupplyUpdateBroadcastRequested;
538
+ CurrentAuthorityInflationEmissionsUpdated?: EmissionsCurrentAuthorityInflationEmissionsUpdated;
539
+ BackupNodeInflationEmissionsUpdated?: EmissionsBackupNodeInflationEmissionsUpdated;
540
+ SupplyUpdateIntervalUpdated?: EmissionsSupplyUpdateIntervalUpdated;
541
+ };
542
+ Funding?: {
543
+ Funded?: FundingFunded;
544
+ RedemptionRequested?: FundingRedemptionRequested;
545
+ RedemptionSettled?: FundingRedemptionSettled;
546
+ StoppedBidding?: FundingStoppedBidding;
547
+ StartedBidding?: FundingStartedBidding;
548
+ RedemptionExpired?: FundingRedemptionExpired;
549
+ AddedRestrictedAddress?: FundingAddedRestrictedAddress;
550
+ RemovedRestrictedAddress?: FundingRemovedRestrictedAddress;
551
+ FailedFundingAttempt?: FundingFailedFundingAttempt;
552
+ MinimumFundingUpdated?: FundingMinimumFundingUpdated;
553
+ RedemptionTaxAmountUpdated?: FundingRedemptionTaxAmountUpdated;
554
+ RedemptionAmountZero?: FundingRedemptionAmountZero;
555
+ BoundRedeemAddress?: FundingBoundRedeemAddress;
556
+ BoundExecutorAddress?: FundingBoundExecutorAddress;
557
+ };
558
+ AccountRoles?: {
559
+ AccountRoleRegistered?: AccountRolesAccountRoleRegistered;
560
+ };
561
+ TransactionPayment?: {
562
+ TransactionFeePaid?: TransactionPaymentTransactionFeePaid;
563
+ };
564
+ Witnesser?: {
565
+ WitnessExecutionFailed?: WitnesserWitnessExecutionFailed;
566
+ Prewitnessed?: WitnesserPrewitnessed;
567
+ };
568
+ Validator?: {
569
+ RotationAborted?: ValidatorRotationAborted;
570
+ NewEpoch?: ValidatorNewEpoch;
571
+ RotationPhaseUpdated?: ValidatorRotationPhaseUpdated;
572
+ CFEVersionUpdated?: ValidatorCFEVersionUpdated;
573
+ PeerIdRegistered?: ValidatorPeerIdRegistered;
574
+ PeerIdUnregistered?: ValidatorPeerIdUnregistered;
575
+ VanityNameSet?: ValidatorVanityNameSet;
576
+ AuctionCompleted?: ValidatorAuctionCompleted;
577
+ PalletConfigUpdated?: ValidatorPalletConfigUpdated;
578
+ };
579
+ Session?: {
580
+ NewSession?: SessionNewSession;
581
+ };
582
+ Grandpa?: {
583
+ NewAuthorities?: GrandpaNewAuthorities;
584
+ Paused?: GrandpaPaused;
585
+ Resumed?: GrandpaResumed;
586
+ };
587
+ Governance?: {
588
+ Proposed?: GovernanceProposed;
589
+ Executed?: GovernanceExecuted;
590
+ Expired?: GovernanceExpired;
591
+ Approved?: GovernanceApproved;
592
+ FailedExecution?: GovernanceFailedExecution;
593
+ DecodeOfCallFailed?: GovernanceDecodeOfCallFailed;
594
+ GovKeyCallExecuted?: GovernanceGovKeyCallExecuted;
595
+ GovKeyCallHashWhitelisted?: GovernanceGovKeyCallHashWhitelisted;
596
+ GovKeyCallExecutionFailed?: GovernanceGovKeyCallExecutionFailed;
597
+ };
598
+ TokenholderGovernance?: {
599
+ ProposalSubmitted?: TokenholderGovernanceProposalSubmitted;
600
+ ProposalPassed?: TokenholderGovernanceProposalPassed;
601
+ ProposalRejected?: TokenholderGovernanceProposalRejected;
602
+ ProposalEnacted?: TokenholderGovernanceProposalEnacted;
603
+ GovKeyUpdatedHasFailed?: TokenholderGovernanceGovKeyUpdatedHasFailed;
604
+ GovKeyUpdatedWasSuccessful?: TokenholderGovernanceGovKeyUpdatedWasSuccessful;
605
+ };
606
+ Reputation?: {
607
+ OffencePenalty?: ReputationOffencePenalty;
608
+ AccrualRateUpdated?: ReputationAccrualRateUpdated;
609
+ MissedHeartbeatPenaltyUpdated?: ReputationMissedHeartbeatPenaltyUpdated;
610
+ PenaltyUpdated?: ReputationPenaltyUpdated;
611
+ };
612
+ EthereumChainTracking?: {
613
+ ChainStateUpdated?: EthereumChainTrackingChainStateUpdated;
614
+ };
615
+ PolkadotChainTracking?: {
616
+ ChainStateUpdated?: PolkadotChainTrackingChainStateUpdated;
617
+ };
618
+ BitcoinChainTracking?: {
619
+ ChainStateUpdated?: BitcoinChainTrackingChainStateUpdated;
620
+ };
621
+ EthereumVault?: {
622
+ KeygenRequest?: EthereumVaultKeygenRequest;
623
+ KeyHandoverRequest?: EthereumVaultKeyHandoverRequest;
624
+ VaultRotationCompleted?: EthereumVaultVaultRotationCompleted;
625
+ VaultRotatedExternally?: EthereumVaultVaultRotatedExternally;
626
+ KeygenSuccessReported?: EthereumVaultKeygenSuccessReported;
627
+ KeyHandoverSuccessReported?: EthereumVaultKeyHandoverSuccessReported;
628
+ KeygenFailureReported?: EthereumVaultKeygenFailureReported;
629
+ KeyHandoverFailureReported?: EthereumVaultKeyHandoverFailureReported;
630
+ KeygenSuccess?: EthereumVaultKeygenSuccess;
631
+ KeyHandoverSuccess?: EthereumVaultKeyHandoverSuccess;
632
+ NoKeyHandover?: EthereumVaultNoKeyHandover;
633
+ KeygenVerificationSuccess?: EthereumVaultKeygenVerificationSuccess;
634
+ KeyHandoverVerificationSuccess?: EthereumVaultKeyHandoverVerificationSuccess;
635
+ KeygenVerificationFailure?: EthereumVaultKeygenVerificationFailure;
636
+ KeyHandoverVerificationFailure?: EthereumVaultKeyHandoverVerificationFailure;
637
+ KeygenFailure?: EthereumVaultKeygenFailure;
638
+ KeygenResponseTimeout?: EthereumVaultKeygenResponseTimeout;
639
+ KeyHandoverResponseTimeout?: EthereumVaultKeyHandoverResponseTimeout;
640
+ KeygenResponseTimeoutUpdated?: EthereumVaultKeygenResponseTimeoutUpdated;
641
+ AwaitingGovernanceActivation?: EthereumVaultAwaitingGovernanceActivation;
642
+ KeyHandoverFailure?: EthereumVaultKeyHandoverFailure;
643
+ VaultRotationAborted?: EthereumVaultVaultRotationAborted;
644
+ };
645
+ PolkadotVault?: {
646
+ KeygenRequest?: PolkadotVaultKeygenRequest;
647
+ KeyHandoverRequest?: PolkadotVaultKeyHandoverRequest;
648
+ VaultRotationCompleted?: PolkadotVaultVaultRotationCompleted;
649
+ VaultRotatedExternally?: PolkadotVaultVaultRotatedExternally;
650
+ KeygenSuccessReported?: PolkadotVaultKeygenSuccessReported;
651
+ KeyHandoverSuccessReported?: PolkadotVaultKeyHandoverSuccessReported;
652
+ KeygenFailureReported?: PolkadotVaultKeygenFailureReported;
653
+ KeyHandoverFailureReported?: PolkadotVaultKeyHandoverFailureReported;
654
+ KeygenSuccess?: PolkadotVaultKeygenSuccess;
655
+ KeyHandoverSuccess?: PolkadotVaultKeyHandoverSuccess;
656
+ NoKeyHandover?: PolkadotVaultNoKeyHandover;
657
+ KeygenVerificationSuccess?: PolkadotVaultKeygenVerificationSuccess;
658
+ KeyHandoverVerificationSuccess?: PolkadotVaultKeyHandoverVerificationSuccess;
659
+ KeygenVerificationFailure?: PolkadotVaultKeygenVerificationFailure;
660
+ KeyHandoverVerificationFailure?: PolkadotVaultKeyHandoverVerificationFailure;
661
+ KeygenFailure?: PolkadotVaultKeygenFailure;
662
+ KeygenResponseTimeout?: PolkadotVaultKeygenResponseTimeout;
663
+ KeyHandoverResponseTimeout?: PolkadotVaultKeyHandoverResponseTimeout;
664
+ KeygenResponseTimeoutUpdated?: PolkadotVaultKeygenResponseTimeoutUpdated;
665
+ AwaitingGovernanceActivation?: PolkadotVaultAwaitingGovernanceActivation;
666
+ KeyHandoverFailure?: PolkadotVaultKeyHandoverFailure;
667
+ VaultRotationAborted?: PolkadotVaultVaultRotationAborted;
668
+ };
669
+ BitcoinVault?: {
670
+ KeygenRequest?: BitcoinVaultKeygenRequest;
671
+ KeyHandoverRequest?: BitcoinVaultKeyHandoverRequest;
672
+ VaultRotationCompleted?: BitcoinVaultVaultRotationCompleted;
673
+ VaultRotatedExternally?: BitcoinVaultVaultRotatedExternally;
674
+ KeygenSuccessReported?: BitcoinVaultKeygenSuccessReported;
675
+ KeyHandoverSuccessReported?: BitcoinVaultKeyHandoverSuccessReported;
676
+ KeygenFailureReported?: BitcoinVaultKeygenFailureReported;
677
+ KeyHandoverFailureReported?: BitcoinVaultKeyHandoverFailureReported;
678
+ KeygenSuccess?: BitcoinVaultKeygenSuccess;
679
+ KeyHandoverSuccess?: BitcoinVaultKeyHandoverSuccess;
680
+ NoKeyHandover?: BitcoinVaultNoKeyHandover;
681
+ KeygenVerificationSuccess?: BitcoinVaultKeygenVerificationSuccess;
682
+ KeyHandoverVerificationSuccess?: BitcoinVaultKeyHandoverVerificationSuccess;
683
+ KeygenVerificationFailure?: BitcoinVaultKeygenVerificationFailure;
684
+ KeyHandoverVerificationFailure?: BitcoinVaultKeyHandoverVerificationFailure;
685
+ KeygenFailure?: BitcoinVaultKeygenFailure;
686
+ KeygenResponseTimeout?: BitcoinVaultKeygenResponseTimeout;
687
+ KeyHandoverResponseTimeout?: BitcoinVaultKeyHandoverResponseTimeout;
688
+ KeygenResponseTimeoutUpdated?: BitcoinVaultKeygenResponseTimeoutUpdated;
689
+ AwaitingGovernanceActivation?: BitcoinVaultAwaitingGovernanceActivation;
690
+ KeyHandoverFailure?: BitcoinVaultKeyHandoverFailure;
691
+ VaultRotationAborted?: BitcoinVaultVaultRotationAborted;
692
+ };
693
+ EthereumThresholdSigner?: {
694
+ ThresholdSignatureRequest?: EthereumThresholdSignerThresholdSignatureRequest;
695
+ ThresholdSignatureFailed?: EthereumThresholdSignerThresholdSignatureFailed;
696
+ ThresholdSignatureSuccess?: EthereumThresholdSignerThresholdSignatureSuccess;
697
+ ThresholdDispatchComplete?: EthereumThresholdSignerThresholdDispatchComplete;
698
+ RetryRequested?: EthereumThresholdSignerRetryRequested;
699
+ FailureReportProcessed?: EthereumThresholdSignerFailureReportProcessed;
700
+ SignersUnavailable?: EthereumThresholdSignerSignersUnavailable;
701
+ CurrentKeyUnavailable?: EthereumThresholdSignerCurrentKeyUnavailable;
702
+ ThresholdSignatureResponseTimeoutUpdated?: EthereumThresholdSignerThresholdSignatureResponseTimeoutUpdated;
703
+ };
704
+ PolkadotThresholdSigner?: {
705
+ ThresholdSignatureRequest?: PolkadotThresholdSignerThresholdSignatureRequest;
706
+ ThresholdSignatureFailed?: PolkadotThresholdSignerThresholdSignatureFailed;
707
+ ThresholdSignatureSuccess?: PolkadotThresholdSignerThresholdSignatureSuccess;
708
+ ThresholdDispatchComplete?: PolkadotThresholdSignerThresholdDispatchComplete;
709
+ RetryRequested?: PolkadotThresholdSignerRetryRequested;
710
+ FailureReportProcessed?: PolkadotThresholdSignerFailureReportProcessed;
711
+ SignersUnavailable?: PolkadotThresholdSignerSignersUnavailable;
712
+ CurrentKeyUnavailable?: PolkadotThresholdSignerCurrentKeyUnavailable;
713
+ ThresholdSignatureResponseTimeoutUpdated?: PolkadotThresholdSignerThresholdSignatureResponseTimeoutUpdated;
714
+ };
715
+ BitcoinThresholdSigner?: {
716
+ ThresholdSignatureRequest?: BitcoinThresholdSignerThresholdSignatureRequest;
717
+ ThresholdSignatureFailed?: BitcoinThresholdSignerThresholdSignatureFailed;
718
+ ThresholdSignatureSuccess?: BitcoinThresholdSignerThresholdSignatureSuccess;
719
+ ThresholdDispatchComplete?: BitcoinThresholdSignerThresholdDispatchComplete;
720
+ RetryRequested?: BitcoinThresholdSignerRetryRequested;
721
+ FailureReportProcessed?: BitcoinThresholdSignerFailureReportProcessed;
722
+ SignersUnavailable?: BitcoinThresholdSignerSignersUnavailable;
723
+ CurrentKeyUnavailable?: BitcoinThresholdSignerCurrentKeyUnavailable;
724
+ ThresholdSignatureResponseTimeoutUpdated?: BitcoinThresholdSignerThresholdSignatureResponseTimeoutUpdated;
725
+ };
726
+ EthereumBroadcaster?: {
727
+ TransactionBroadcastRequest?: EthereumBroadcasterTransactionBroadcastRequest;
728
+ BroadcastRetryScheduled?: EthereumBroadcasterBroadcastRetryScheduled;
729
+ BroadcastAttemptTimeout?: EthereumBroadcasterBroadcastAttemptTimeout;
730
+ BroadcastAborted?: EthereumBroadcasterBroadcastAborted;
731
+ BroadcastSuccess?: EthereumBroadcasterBroadcastSuccess;
732
+ ThresholdSignatureInvalid?: EthereumBroadcasterThresholdSignatureInvalid;
733
+ BroadcastCallbackExecuted?: EthereumBroadcasterBroadcastCallbackExecuted;
734
+ TransactionFeeDeficitRecorded?: EthereumBroadcasterTransactionFeeDeficitRecorded;
735
+ TransactionFeeDeficitRefused?: EthereumBroadcasterTransactionFeeDeficitRefused;
736
+ };
737
+ PolkadotBroadcaster?: {
738
+ TransactionBroadcastRequest?: PolkadotBroadcasterTransactionBroadcastRequest;
739
+ BroadcastRetryScheduled?: PolkadotBroadcasterBroadcastRetryScheduled;
740
+ BroadcastAttemptTimeout?: PolkadotBroadcasterBroadcastAttemptTimeout;
741
+ BroadcastAborted?: PolkadotBroadcasterBroadcastAborted;
742
+ BroadcastSuccess?: PolkadotBroadcasterBroadcastSuccess;
743
+ ThresholdSignatureInvalid?: PolkadotBroadcasterThresholdSignatureInvalid;
744
+ BroadcastCallbackExecuted?: PolkadotBroadcasterBroadcastCallbackExecuted;
745
+ TransactionFeeDeficitRecorded?: PolkadotBroadcasterTransactionFeeDeficitRecorded;
746
+ TransactionFeeDeficitRefused?: PolkadotBroadcasterTransactionFeeDeficitRefused;
747
+ };
748
+ BitcoinBroadcaster?: {
749
+ TransactionBroadcastRequest?: BitcoinBroadcasterTransactionBroadcastRequest;
750
+ BroadcastRetryScheduled?: BitcoinBroadcasterBroadcastRetryScheduled;
751
+ BroadcastAttemptTimeout?: BitcoinBroadcasterBroadcastAttemptTimeout;
752
+ BroadcastAborted?: BitcoinBroadcasterBroadcastAborted;
753
+ BroadcastSuccess?: BitcoinBroadcasterBroadcastSuccess;
754
+ ThresholdSignatureInvalid?: BitcoinBroadcasterThresholdSignatureInvalid;
755
+ BroadcastCallbackExecuted?: BitcoinBroadcasterBroadcastCallbackExecuted;
756
+ TransactionFeeDeficitRecorded?: BitcoinBroadcasterTransactionFeeDeficitRecorded;
757
+ TransactionFeeDeficitRefused?: BitcoinBroadcasterTransactionFeeDeficitRefused;
758
+ };
759
+ Swapping?: {
760
+ SwapDepositAddressReady?: SwappingSwapDepositAddressReady;
761
+ SwapScheduled?: SwappingSwapScheduled;
762
+ SwapExecuted?: SwappingSwapExecuted;
763
+ SwapEgressScheduled?: SwappingSwapEgressScheduled;
764
+ WithdrawalRequested?: SwappingWithdrawalRequested;
765
+ BatchSwapFailed?: SwappingBatchSwapFailed;
766
+ CcmEgressScheduled?: SwappingCcmEgressScheduled;
767
+ CcmDepositReceived?: SwappingCcmDepositReceived;
768
+ MinimumSwapAmountSet?: SwappingMinimumSwapAmountSet;
769
+ SwapAmountTooLow?: SwappingSwapAmountTooLow;
770
+ CcmFailed?: SwappingCcmFailed;
771
+ };
772
+ LiquidityProvider?: {
773
+ AccountDebited?: LiquidityProviderAccountDebited;
774
+ AccountCredited?: LiquidityProviderAccountCredited;
775
+ LiquidityDepositAddressReady?: LiquidityProviderLiquidityDepositAddressReady;
776
+ WithdrawalEgressScheduled?: LiquidityProviderWithdrawalEgressScheduled;
777
+ LiquidityRefundAddressRegistered?: LiquidityProviderLiquidityRefundAddressRegistered;
778
+ };
779
+ EthereumIngressEgress?: {
780
+ DepositReceived?: EthereumIngressEgressDepositReceived;
781
+ AssetEgressStatusChanged?: EthereumIngressEgressAssetEgressStatusChanged;
782
+ EgressScheduled?: EthereumIngressEgressEgressScheduled;
783
+ CcmBroadcastRequested?: EthereumIngressEgressCcmBroadcastRequested;
784
+ CcmEgressInvalid?: EthereumIngressEgressCcmEgressInvalid;
785
+ DepositFetchesScheduled?: EthereumIngressEgressDepositFetchesScheduled;
786
+ BatchBroadcastRequested?: EthereumIngressEgressBatchBroadcastRequested;
787
+ MinimumDepositSet?: EthereumIngressEgressMinimumDepositSet;
788
+ DepositIgnored?: EthereumIngressEgressDepositIgnored;
789
+ VaultTransferFailed?: EthereumIngressEgressVaultTransferFailed;
790
+ DepositWitnessRejected?: EthereumIngressEgressDepositWitnessRejected;
791
+ };
792
+ PolkadotIngressEgress?: {
793
+ DepositReceived?: PolkadotIngressEgressDepositReceived;
794
+ AssetEgressStatusChanged?: PolkadotIngressEgressAssetEgressStatusChanged;
795
+ EgressScheduled?: PolkadotIngressEgressEgressScheduled;
796
+ CcmBroadcastRequested?: PolkadotIngressEgressCcmBroadcastRequested;
797
+ CcmEgressInvalid?: PolkadotIngressEgressCcmEgressInvalid;
798
+ DepositFetchesScheduled?: PolkadotIngressEgressDepositFetchesScheduled;
799
+ BatchBroadcastRequested?: PolkadotIngressEgressBatchBroadcastRequested;
800
+ MinimumDepositSet?: PolkadotIngressEgressMinimumDepositSet;
801
+ DepositIgnored?: PolkadotIngressEgressDepositIgnored;
802
+ VaultTransferFailed?: PolkadotIngressEgressVaultTransferFailed;
803
+ DepositWitnessRejected?: PolkadotIngressEgressDepositWitnessRejected;
804
+ };
805
+ BitcoinIngressEgress?: {
806
+ DepositReceived?: BitcoinIngressEgressDepositReceived;
807
+ AssetEgressStatusChanged?: BitcoinIngressEgressAssetEgressStatusChanged;
808
+ EgressScheduled?: BitcoinIngressEgressEgressScheduled;
809
+ CcmBroadcastRequested?: BitcoinIngressEgressCcmBroadcastRequested;
810
+ CcmEgressInvalid?: BitcoinIngressEgressCcmEgressInvalid;
811
+ DepositFetchesScheduled?: BitcoinIngressEgressDepositFetchesScheduled;
812
+ BatchBroadcastRequested?: BitcoinIngressEgressBatchBroadcastRequested;
813
+ MinimumDepositSet?: BitcoinIngressEgressMinimumDepositSet;
814
+ DepositIgnored?: BitcoinIngressEgressDepositIgnored;
815
+ VaultTransferFailed?: BitcoinIngressEgressVaultTransferFailed;
816
+ DepositWitnessRejected?: BitcoinIngressEgressDepositWitnessRejected;
817
+ };
818
+ LiquidityPools?: {
819
+ UpdatedBuyInterval?: LiquidityPoolsUpdatedBuyInterval;
820
+ PoolStateUpdated?: LiquidityPoolsPoolStateUpdated;
821
+ NewPoolCreated?: LiquidityPoolsNewPoolCreated;
822
+ RangeOrderUpdated?: LiquidityPoolsRangeOrderUpdated;
823
+ LimitOrderUpdated?: LiquidityPoolsLimitOrderUpdated;
824
+ NetworkFeeTaken?: LiquidityPoolsNetworkFeeTaken;
825
+ AssetSwapped?: LiquidityPoolsAssetSwapped;
826
+ PoolFeeSet?: LiquidityPoolsPoolFeeSet;
827
+ };
828
+ };
829
+ declare const handleEvents: (map: HandlerMap) => {
830
+ spec: number;
831
+ handlers: {
832
+ name: string;
833
+ handler: InternalEventHandler;
834
+ }[];
835
+ };
836
+
837
+ export { type AccountRolesAccountRoleRegistered, type BitcoinBroadcasterBroadcastAborted, type BitcoinBroadcasterBroadcastAttemptTimeout, type BitcoinBroadcasterBroadcastCallbackExecuted, type BitcoinBroadcasterBroadcastRetryScheduled, type BitcoinBroadcasterBroadcastSuccess, type BitcoinBroadcasterThresholdSignatureInvalid, type BitcoinBroadcasterTransactionBroadcastRequest, type BitcoinBroadcasterTransactionFeeDeficitRecorded, type BitcoinBroadcasterTransactionFeeDeficitRefused, type BitcoinChainTrackingChainStateUpdated, type BitcoinIngressEgressAssetEgressStatusChanged, type BitcoinIngressEgressBatchBroadcastRequested, type BitcoinIngressEgressCcmBroadcastRequested, type BitcoinIngressEgressCcmEgressInvalid, type BitcoinIngressEgressDepositFetchesScheduled, type BitcoinIngressEgressDepositIgnored, type BitcoinIngressEgressDepositReceived, type BitcoinIngressEgressDepositWitnessRejected, type BitcoinIngressEgressEgressScheduled, type BitcoinIngressEgressMinimumDepositSet, type BitcoinIngressEgressVaultTransferFailed, type BitcoinThresholdSignerCurrentKeyUnavailable, type BitcoinThresholdSignerFailureReportProcessed, type BitcoinThresholdSignerRetryRequested, type BitcoinThresholdSignerSignersUnavailable, type BitcoinThresholdSignerThresholdDispatchComplete, type BitcoinThresholdSignerThresholdSignatureFailed, type BitcoinThresholdSignerThresholdSignatureRequest, type BitcoinThresholdSignerThresholdSignatureResponseTimeoutUpdated, type BitcoinThresholdSignerThresholdSignatureSuccess, type BitcoinVaultAwaitingGovernanceActivation, type BitcoinVaultKeyHandoverFailure, type BitcoinVaultKeyHandoverFailureReported, type BitcoinVaultKeyHandoverRequest, type BitcoinVaultKeyHandoverResponseTimeout, type BitcoinVaultKeyHandoverSuccess, type BitcoinVaultKeyHandoverSuccessReported, type BitcoinVaultKeyHandoverVerificationFailure, type BitcoinVaultKeyHandoverVerificationSuccess, type BitcoinVaultKeygenFailure, type BitcoinVaultKeygenFailureReported, type BitcoinVaultKeygenRequest, type BitcoinVaultKeygenResponseTimeout, type BitcoinVaultKeygenResponseTimeoutUpdated, type BitcoinVaultKeygenSuccess, type BitcoinVaultKeygenSuccessReported, type BitcoinVaultKeygenVerificationFailure, type BitcoinVaultKeygenVerificationSuccess, type BitcoinVaultNoKeyHandover, type BitcoinVaultVaultRotatedExternally, type BitcoinVaultVaultRotationAborted, type BitcoinVaultVaultRotationCompleted, type EmissionsBackupNodeInflationEmissionsUpdated, type EmissionsCurrentAuthorityInflationEmissionsUpdated, type EmissionsSupplyUpdateBroadcastRequested, type EmissionsSupplyUpdateIntervalUpdated, type EnvironmentAddedNewEthAsset, type EnvironmentBitcoinBlockNumberSetForVault, type EnvironmentPolkadotVaultAccountSet, type EnvironmentRuntimeSafeModeUpdated, type EnvironmentUpdatedEthAsset, type EthereumBroadcasterBroadcastAborted, type EthereumBroadcasterBroadcastAttemptTimeout, type EthereumBroadcasterBroadcastCallbackExecuted, type EthereumBroadcasterBroadcastRetryScheduled, type EthereumBroadcasterBroadcastSuccess, type EthereumBroadcasterThresholdSignatureInvalid, type EthereumBroadcasterTransactionBroadcastRequest, type EthereumBroadcasterTransactionFeeDeficitRecorded, type EthereumBroadcasterTransactionFeeDeficitRefused, type EthereumChainTrackingChainStateUpdated, type EthereumIngressEgressAssetEgressStatusChanged, type EthereumIngressEgressBatchBroadcastRequested, type EthereumIngressEgressCcmBroadcastRequested, type EthereumIngressEgressCcmEgressInvalid, type EthereumIngressEgressDepositFetchesScheduled, type EthereumIngressEgressDepositIgnored, type EthereumIngressEgressDepositReceived, type EthereumIngressEgressDepositWitnessRejected, type EthereumIngressEgressEgressScheduled, type EthereumIngressEgressMinimumDepositSet, type EthereumIngressEgressVaultTransferFailed, type EthereumThresholdSignerCurrentKeyUnavailable, type EthereumThresholdSignerFailureReportProcessed, type EthereumThresholdSignerRetryRequested, type EthereumThresholdSignerSignersUnavailable, type EthereumThresholdSignerThresholdDispatchComplete, type EthereumThresholdSignerThresholdSignatureFailed, type EthereumThresholdSignerThresholdSignatureRequest, type EthereumThresholdSignerThresholdSignatureResponseTimeoutUpdated, type EthereumThresholdSignerThresholdSignatureSuccess, type EthereumVaultAwaitingGovernanceActivation, type EthereumVaultKeyHandoverFailure, type EthereumVaultKeyHandoverFailureReported, type EthereumVaultKeyHandoverRequest, type EthereumVaultKeyHandoverResponseTimeout, type EthereumVaultKeyHandoverSuccess, type EthereumVaultKeyHandoverSuccessReported, type EthereumVaultKeyHandoverVerificationFailure, type EthereumVaultKeyHandoverVerificationSuccess, type EthereumVaultKeygenFailure, type EthereumVaultKeygenFailureReported, type EthereumVaultKeygenRequest, type EthereumVaultKeygenResponseTimeout, type EthereumVaultKeygenResponseTimeoutUpdated, type EthereumVaultKeygenSuccess, type EthereumVaultKeygenSuccessReported, type EthereumVaultKeygenVerificationFailure, type EthereumVaultKeygenVerificationSuccess, type EthereumVaultNoKeyHandover, type EthereumVaultVaultRotatedExternally, type EthereumVaultVaultRotationAborted, type EthereumVaultVaultRotationCompleted, type FlipAccountReaped, type FlipRemainingImbalance, type FlipSlashingPerformed, type FlipSlashingRateUpdated, type FundingAddedRestrictedAddress, type FundingBoundExecutorAddress, type FundingBoundRedeemAddress, type FundingFailedFundingAttempt, type FundingFunded, type FundingMinimumFundingUpdated, type FundingRedemptionAmountZero, type FundingRedemptionExpired, type FundingRedemptionRequested, type FundingRedemptionSettled, type FundingRedemptionTaxAmountUpdated, type FundingRemovedRestrictedAddress, type FundingStartedBidding, type FundingStoppedBidding, type GovernanceApproved, type GovernanceDecodeOfCallFailed, type GovernanceExecuted, type GovernanceExpired, type GovernanceFailedExecution, type GovernanceGovKeyCallExecuted, type GovernanceGovKeyCallExecutionFailed, type GovernanceGovKeyCallHashWhitelisted, type GovernanceProposed, type GrandpaNewAuthorities, type GrandpaPaused, type GrandpaResumed, type LiquidityPoolsAssetSwapped, type LiquidityPoolsLimitOrderUpdated, type LiquidityPoolsNetworkFeeTaken, type LiquidityPoolsNewPoolCreated, type LiquidityPoolsPoolFeeSet, type LiquidityPoolsPoolStateUpdated, type LiquidityPoolsRangeOrderUpdated, type LiquidityPoolsUpdatedBuyInterval, type LiquidityProviderAccountCredited, type LiquidityProviderAccountDebited, type LiquidityProviderLiquidityDepositAddressReady, type LiquidityProviderLiquidityRefundAddressRegistered, type LiquidityProviderWithdrawalEgressScheduled, type PolkadotBroadcasterBroadcastAborted, type PolkadotBroadcasterBroadcastAttemptTimeout, type PolkadotBroadcasterBroadcastCallbackExecuted, type PolkadotBroadcasterBroadcastRetryScheduled, type PolkadotBroadcasterBroadcastSuccess, type PolkadotBroadcasterThresholdSignatureInvalid, type PolkadotBroadcasterTransactionBroadcastRequest, type PolkadotBroadcasterTransactionFeeDeficitRecorded, type PolkadotBroadcasterTransactionFeeDeficitRefused, type PolkadotChainTrackingChainStateUpdated, type PolkadotIngressEgressAssetEgressStatusChanged, type PolkadotIngressEgressBatchBroadcastRequested, type PolkadotIngressEgressCcmBroadcastRequested, type PolkadotIngressEgressCcmEgressInvalid, type PolkadotIngressEgressDepositFetchesScheduled, type PolkadotIngressEgressDepositIgnored, type PolkadotIngressEgressDepositReceived, type PolkadotIngressEgressDepositWitnessRejected, type PolkadotIngressEgressEgressScheduled, type PolkadotIngressEgressMinimumDepositSet, type PolkadotIngressEgressVaultTransferFailed, type PolkadotThresholdSignerCurrentKeyUnavailable, type PolkadotThresholdSignerFailureReportProcessed, type PolkadotThresholdSignerRetryRequested, type PolkadotThresholdSignerSignersUnavailable, type PolkadotThresholdSignerThresholdDispatchComplete, type PolkadotThresholdSignerThresholdSignatureFailed, type PolkadotThresholdSignerThresholdSignatureRequest, type PolkadotThresholdSignerThresholdSignatureResponseTimeoutUpdated, type PolkadotThresholdSignerThresholdSignatureSuccess, type PolkadotVaultAwaitingGovernanceActivation, type PolkadotVaultKeyHandoverFailure, type PolkadotVaultKeyHandoverFailureReported, type PolkadotVaultKeyHandoverRequest, type PolkadotVaultKeyHandoverResponseTimeout, type PolkadotVaultKeyHandoverSuccess, type PolkadotVaultKeyHandoverSuccessReported, type PolkadotVaultKeyHandoverVerificationFailure, type PolkadotVaultKeyHandoverVerificationSuccess, type PolkadotVaultKeygenFailure, type PolkadotVaultKeygenFailureReported, type PolkadotVaultKeygenRequest, type PolkadotVaultKeygenResponseTimeout, type PolkadotVaultKeygenResponseTimeoutUpdated, type PolkadotVaultKeygenSuccess, type PolkadotVaultKeygenSuccessReported, type PolkadotVaultKeygenVerificationFailure, type PolkadotVaultKeygenVerificationSuccess, type PolkadotVaultNoKeyHandover, type PolkadotVaultVaultRotatedExternally, type PolkadotVaultVaultRotationAborted, type PolkadotVaultVaultRotationCompleted, type ReputationAccrualRateUpdated, type ReputationMissedHeartbeatPenaltyUpdated, type ReputationOffencePenalty, type ReputationPenaltyUpdated, type SessionNewSession, type SwappingBatchSwapFailed, type SwappingCcmDepositReceived, type SwappingCcmEgressScheduled, type SwappingCcmFailed, type SwappingMinimumSwapAmountSet, type SwappingSwapAmountTooLow, type SwappingSwapDepositAddressReady, type SwappingSwapEgressScheduled, type SwappingSwapExecuted, type SwappingSwapScheduled, type SwappingWithdrawalRequested, type SystemCodeUpdated, type SystemExtrinsicFailed, type SystemExtrinsicSuccess, type SystemKilledAccount, type SystemNewAccount, type SystemRemarked, type TokenholderGovernanceGovKeyUpdatedHasFailed, type TokenholderGovernanceGovKeyUpdatedWasSuccessful, type TokenholderGovernanceProposalEnacted, type TokenholderGovernanceProposalPassed, type TokenholderGovernanceProposalRejected, type TokenholderGovernanceProposalSubmitted, type TransactionPaymentTransactionFeePaid, type ValidatorAuctionCompleted, type ValidatorCFEVersionUpdated, type ValidatorNewEpoch, type ValidatorPalletConfigUpdated, type ValidatorPeerIdRegistered, type ValidatorPeerIdUnregistered, type ValidatorRotationAborted, type ValidatorRotationPhaseUpdated, type ValidatorVanityNameSet, type WitnesserPrewitnessed, type WitnesserWitnessExecutionFailed, handleEvents };