@chainflip/processor 1.4.2 → 1.4.3
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.
- package/dist/100/AccountRoles/accountRoleRegistered.cjs +10 -0
- package/dist/100/AccountRoles/accountRoleRegistered.mjs +10 -0
- package/dist/100/BitcoinBroadcaster/broadcastAborted.cjs +6 -0
- package/dist/100/BitcoinBroadcaster/broadcastAborted.mjs +6 -0
- package/dist/100/BitcoinBroadcaster/broadcastAttemptTimeout.cjs +9 -0
- package/dist/100/BitcoinBroadcaster/broadcastAttemptTimeout.mjs +9 -0
- package/dist/100/BitcoinBroadcaster/broadcastCallbackExecuted.cjs +10 -0
- package/dist/100/BitcoinBroadcaster/broadcastCallbackExecuted.mjs +10 -0
- package/dist/100/BitcoinBroadcaster/broadcastRetryScheduled.cjs +9 -0
- package/dist/100/BitcoinBroadcaster/broadcastRetryScheduled.mjs +9 -0
- package/dist/100/BitcoinBroadcaster/broadcastSuccess.cjs +10 -0
- package/dist/100/BitcoinBroadcaster/broadcastSuccess.mjs +10 -0
- package/dist/100/BitcoinBroadcaster/thresholdSignatureInvalid.cjs +9 -0
- package/dist/100/BitcoinBroadcaster/thresholdSignatureInvalid.mjs +9 -0
- package/dist/100/BitcoinBroadcaster/transactionBroadcastRequest.cjs +17 -0
- package/dist/100/BitcoinBroadcaster/transactionBroadcastRequest.d.cts +45 -0
- package/dist/100/BitcoinBroadcaster/transactionBroadcastRequest.d.ts +45 -0
- package/dist/100/BitcoinBroadcaster/transactionBroadcastRequest.mjs +17 -0
- package/dist/100/BitcoinBroadcaster/transactionFeeDeficitRecorded.cjs +10 -0
- package/dist/100/BitcoinBroadcaster/transactionFeeDeficitRecorded.mjs +10 -0
- package/dist/100/BitcoinBroadcaster/transactionFeeDeficitRefused.cjs +9 -0
- package/dist/100/BitcoinBroadcaster/transactionFeeDeficitRefused.mjs +9 -0
- package/dist/100/BitcoinChainTracking/chainStateUpdated.cjs +9 -0
- package/dist/100/BitcoinChainTracking/chainStateUpdated.mjs +9 -0
- package/dist/100/BitcoinIngressEgress/assetEgressStatusChanged.cjs +10 -0
- package/dist/100/BitcoinIngressEgress/assetEgressStatusChanged.mjs +10 -0
- package/dist/100/BitcoinIngressEgress/batchBroadcastRequested.cjs +10 -0
- package/dist/100/BitcoinIngressEgress/batchBroadcastRequested.mjs +10 -0
- package/dist/100/BitcoinIngressEgress/ccmBroadcastRequested.cjs +10 -0
- package/dist/100/BitcoinIngressEgress/ccmBroadcastRequested.mjs +10 -0
- package/dist/100/BitcoinIngressEgress/ccmEgressInvalid.cjs +10 -0
- package/dist/100/BitcoinIngressEgress/ccmEgressInvalid.mjs +10 -0
- package/dist/100/BitcoinIngressEgress/depositFetchesScheduled.cjs +10 -0
- package/dist/100/BitcoinIngressEgress/depositFetchesScheduled.mjs +10 -0
- package/dist/100/BitcoinIngressEgress/depositIgnored.cjs +17 -0
- package/dist/100/BitcoinIngressEgress/depositIgnored.mjs +17 -0
- package/dist/100/BitcoinIngressEgress/depositReceived.cjs +17 -0
- package/dist/100/BitcoinIngressEgress/depositReceived.mjs +17 -0
- package/dist/100/BitcoinIngressEgress/depositWitnessRejected.cjs +10 -0
- package/dist/100/BitcoinIngressEgress/depositWitnessRejected.mjs +10 -0
- package/dist/100/BitcoinIngressEgress/egressScheduled.cjs +17 -0
- package/dist/100/BitcoinIngressEgress/egressScheduled.d.cts +151 -0
- package/dist/100/BitcoinIngressEgress/egressScheduled.d.ts +151 -0
- package/dist/100/BitcoinIngressEgress/egressScheduled.mjs +17 -0
- package/dist/100/BitcoinIngressEgress/minimumDepositSet.cjs +10 -0
- package/dist/100/BitcoinIngressEgress/minimumDepositSet.mjs +10 -0
- package/dist/100/BitcoinIngressEgress/vaultTransferFailed.cjs +11 -0
- package/dist/100/BitcoinIngressEgress/vaultTransferFailed.mjs +11 -0
- package/dist/100/BitcoinThresholdSigner/currentKeyUnavailable.cjs +9 -0
- package/dist/100/BitcoinThresholdSigner/currentKeyUnavailable.d.cts +14 -0
- package/dist/100/BitcoinThresholdSigner/currentKeyUnavailable.d.ts +14 -0
- package/dist/100/BitcoinThresholdSigner/currentKeyUnavailable.mjs +9 -0
- package/dist/100/BitcoinThresholdSigner/failureReportProcessed.cjs +11 -0
- package/dist/100/BitcoinThresholdSigner/failureReportProcessed.d.cts +17 -0
- package/dist/100/BitcoinThresholdSigner/failureReportProcessed.d.ts +17 -0
- package/dist/100/BitcoinThresholdSigner/failureReportProcessed.mjs +11 -0
- package/dist/100/BitcoinThresholdSigner/retryRequested.cjs +10 -0
- package/dist/100/BitcoinThresholdSigner/retryRequested.d.cts +14 -0
- package/dist/100/BitcoinThresholdSigner/retryRequested.d.ts +14 -0
- package/dist/100/BitcoinThresholdSigner/retryRequested.mjs +10 -0
- package/dist/100/BitcoinThresholdSigner/signersUnavailable.cjs +9 -0
- package/dist/100/BitcoinThresholdSigner/signersUnavailable.d.cts +14 -0
- package/dist/100/BitcoinThresholdSigner/signersUnavailable.d.ts +14 -0
- package/dist/100/BitcoinThresholdSigner/signersUnavailable.mjs +9 -0
- package/dist/100/BitcoinThresholdSigner/thresholdDispatchComplete.cjs +11 -0
- package/dist/100/BitcoinThresholdSigner/thresholdDispatchComplete.d.cts +335 -0
- package/dist/100/BitcoinThresholdSigner/thresholdDispatchComplete.d.ts +335 -0
- package/dist/100/BitcoinThresholdSigner/thresholdDispatchComplete.mjs +11 -0
- package/dist/100/BitcoinThresholdSigner/thresholdSignatureFailed.cjs +11 -0
- package/dist/100/BitcoinThresholdSigner/thresholdSignatureFailed.d.cts +17 -0
- package/dist/100/BitcoinThresholdSigner/thresholdSignatureFailed.d.ts +17 -0
- package/dist/100/BitcoinThresholdSigner/thresholdSignatureFailed.mjs +11 -0
- package/dist/100/BitcoinThresholdSigner/thresholdSignatureRequest.cjs +20 -0
- package/dist/100/BitcoinThresholdSigner/thresholdSignatureRequest.d.cts +51 -0
- package/dist/100/BitcoinThresholdSigner/thresholdSignatureRequest.d.ts +51 -0
- package/dist/100/BitcoinThresholdSigner/thresholdSignatureRequest.mjs +20 -0
- package/dist/100/BitcoinThresholdSigner/thresholdSignatureResponseTimeoutUpdated.cjs +8 -0
- package/dist/100/BitcoinThresholdSigner/thresholdSignatureResponseTimeoutUpdated.mjs +8 -0
- package/dist/100/BitcoinThresholdSigner/thresholdSignatureSuccess.cjs +10 -0
- package/dist/100/BitcoinThresholdSigner/thresholdSignatureSuccess.d.cts +14 -0
- package/dist/100/BitcoinThresholdSigner/thresholdSignatureSuccess.d.ts +14 -0
- package/dist/100/BitcoinThresholdSigner/thresholdSignatureSuccess.mjs +10 -0
- package/dist/100/BitcoinVault/awaitingGovernanceActivation.cjs +9 -0
- package/dist/100/BitcoinVault/awaitingGovernanceActivation.mjs +9 -0
- package/dist/100/BitcoinVault/keyHandoverFailure.cjs +7 -0
- package/dist/100/BitcoinVault/keyHandoverFailure.mjs +7 -0
- package/dist/100/BitcoinVault/keyHandoverFailureReported.cjs +6 -0
- package/dist/100/BitcoinVault/keyHandoverFailureReported.mjs +6 -0
- package/dist/100/BitcoinVault/keyHandoverRequest.cjs +15 -0
- package/dist/100/BitcoinVault/keyHandoverRequest.mjs +15 -0
- package/dist/100/BitcoinVault/keyHandoverResponseTimeout.cjs +7 -0
- package/dist/100/BitcoinVault/keyHandoverResponseTimeout.mjs +7 -0
- package/dist/100/BitcoinVault/keyHandoverSuccess.cjs +7 -0
- package/dist/100/BitcoinVault/keyHandoverSuccess.mjs +7 -0
- package/dist/100/BitcoinVault/keyHandoverSuccessReported.cjs +6 -0
- package/dist/100/BitcoinVault/keyHandoverSuccessReported.mjs +6 -0
- package/dist/100/BitcoinVault/keyHandoverVerificationFailure.cjs +9 -0
- package/dist/100/BitcoinVault/keyHandoverVerificationFailure.mjs +9 -0
- package/dist/100/BitcoinVault/keyHandoverVerificationSuccess.cjs +7 -0
- package/dist/100/BitcoinVault/keyHandoverVerificationSuccess.mjs +7 -0
- package/dist/100/BitcoinVault/keygenFailure.cjs +6 -0
- package/dist/100/BitcoinVault/keygenFailure.mjs +6 -0
- package/dist/100/BitcoinVault/keygenFailureReported.cjs +6 -0
- package/dist/100/BitcoinVault/keygenFailureReported.mjs +6 -0
- package/dist/100/BitcoinVault/keygenRequest.cjs +11 -0
- package/dist/100/BitcoinVault/keygenRequest.mjs +11 -0
- package/dist/100/BitcoinVault/keygenResponseTimeout.cjs +6 -0
- package/dist/100/BitcoinVault/keygenResponseTimeout.mjs +6 -0
- package/dist/100/BitcoinVault/keygenResponseTimeoutUpdated.cjs +6 -0
- package/dist/100/BitcoinVault/keygenResponseTimeoutUpdated.mjs +6 -0
- package/dist/100/BitcoinVault/keygenSuccess.cjs +6 -0
- package/dist/100/BitcoinVault/keygenSuccess.mjs +6 -0
- package/dist/100/BitcoinVault/keygenSuccessReported.cjs +6 -0
- package/dist/100/BitcoinVault/keygenSuccessReported.mjs +6 -0
- package/dist/100/BitcoinVault/keygenVerificationFailure.cjs +7 -0
- package/dist/100/BitcoinVault/keygenVerificationFailure.mjs +7 -0
- package/dist/100/BitcoinVault/keygenVerificationSuccess.cjs +7 -0
- package/dist/100/BitcoinVault/keygenVerificationSuccess.mjs +7 -0
- package/dist/100/BitcoinVault/noKeyHandover.cjs +6 -0
- package/dist/100/BitcoinVault/noKeyHandover.mjs +6 -0
- package/dist/100/BitcoinVault/vaultRotatedExternally.cjs +6 -0
- package/dist/100/BitcoinVault/vaultRotatedExternally.mjs +6 -0
- package/dist/100/BitcoinVault/vaultRotationAborted.cjs +6 -0
- package/dist/100/BitcoinVault/vaultRotationAborted.mjs +6 -0
- package/dist/100/BitcoinVault/vaultRotationCompleted.cjs +6 -0
- package/dist/100/BitcoinVault/vaultRotationCompleted.mjs +6 -0
- package/dist/100/Emissions/backupNodeInflationEmissionsUpdated.cjs +6 -0
- package/dist/100/Emissions/backupNodeInflationEmissionsUpdated.mjs +6 -0
- package/dist/100/Emissions/currentAuthorityInflationEmissionsUpdated.cjs +6 -0
- package/dist/100/Emissions/currentAuthorityInflationEmissionsUpdated.mjs +6 -0
- package/dist/100/Emissions/supplyUpdateBroadcastRequested.cjs +6 -0
- package/dist/100/Emissions/supplyUpdateBroadcastRequested.mjs +6 -0
- package/dist/100/Emissions/supplyUpdateIntervalUpdated.cjs +6 -0
- package/dist/100/Emissions/supplyUpdateIntervalUpdated.mjs +6 -0
- package/dist/100/Environment/addedNewEthAsset.cjs +7 -0
- package/dist/100/Environment/addedNewEthAsset.mjs +7 -0
- package/dist/100/Environment/bitcoinBlockNumberSetForVault.cjs +7 -0
- package/dist/100/Environment/bitcoinBlockNumberSetForVault.mjs +7 -0
- package/dist/100/Environment/polkadotVaultAccountSet.cjs +7 -0
- package/dist/100/Environment/polkadotVaultAccountSet.mjs +7 -0
- package/dist/100/Environment/runtimeSafeModeUpdated.cjs +9 -0
- package/dist/100/Environment/runtimeSafeModeUpdated.d.cts +687 -0
- package/dist/100/Environment/runtimeSafeModeUpdated.d.ts +687 -0
- package/dist/100/Environment/runtimeSafeModeUpdated.mjs +9 -0
- package/dist/100/Environment/updatedEthAsset.cjs +7 -0
- package/dist/100/Environment/updatedEthAsset.mjs +7 -0
- package/dist/100/EthereumBroadcaster/broadcastAborted.cjs +6 -0
- package/dist/100/EthereumBroadcaster/broadcastAborted.mjs +6 -0
- package/dist/100/EthereumBroadcaster/broadcastAttemptTimeout.cjs +9 -0
- package/dist/100/EthereumBroadcaster/broadcastAttemptTimeout.mjs +9 -0
- package/dist/100/EthereumBroadcaster/broadcastCallbackExecuted.cjs +10 -0
- package/dist/100/EthereumBroadcaster/broadcastCallbackExecuted.mjs +10 -0
- package/dist/100/EthereumBroadcaster/broadcastRetryScheduled.cjs +9 -0
- package/dist/100/EthereumBroadcaster/broadcastRetryScheduled.mjs +9 -0
- package/dist/100/EthereumBroadcaster/broadcastSuccess.cjs +10 -0
- package/dist/100/EthereumBroadcaster/broadcastSuccess.mjs +10 -0
- package/dist/100/EthereumBroadcaster/thresholdSignatureInvalid.cjs +9 -0
- package/dist/100/EthereumBroadcaster/thresholdSignatureInvalid.mjs +9 -0
- package/dist/100/EthereumBroadcaster/transactionBroadcastRequest.cjs +17 -0
- package/dist/100/EthereumBroadcaster/transactionBroadcastRequest.d.cts +90 -0
- package/dist/100/EthereumBroadcaster/transactionBroadcastRequest.d.ts +90 -0
- package/dist/100/EthereumBroadcaster/transactionBroadcastRequest.mjs +17 -0
- package/dist/100/EthereumBroadcaster/transactionFeeDeficitRecorded.cjs +10 -0
- package/dist/100/EthereumBroadcaster/transactionFeeDeficitRecorded.mjs +10 -0
- package/dist/100/EthereumBroadcaster/transactionFeeDeficitRefused.cjs +7 -0
- package/dist/100/EthereumBroadcaster/transactionFeeDeficitRefused.mjs +7 -0
- package/dist/100/EthereumChainTracking/chainStateUpdated.cjs +9 -0
- package/dist/100/EthereumChainTracking/chainStateUpdated.mjs +9 -0
- package/dist/100/EthereumIngressEgress/assetEgressStatusChanged.cjs +10 -0
- package/dist/100/EthereumIngressEgress/assetEgressStatusChanged.mjs +10 -0
- package/dist/100/EthereumIngressEgress/batchBroadcastRequested.cjs +10 -0
- package/dist/100/EthereumIngressEgress/batchBroadcastRequested.mjs +10 -0
- package/dist/100/EthereumIngressEgress/ccmBroadcastRequested.cjs +10 -0
- package/dist/100/EthereumIngressEgress/ccmBroadcastRequested.mjs +10 -0
- package/dist/100/EthereumIngressEgress/ccmEgressInvalid.cjs +10 -0
- package/dist/100/EthereumIngressEgress/ccmEgressInvalid.d.cts +241 -0
- package/dist/100/EthereumIngressEgress/ccmEgressInvalid.d.ts +241 -0
- package/dist/100/EthereumIngressEgress/ccmEgressInvalid.mjs +10 -0
- package/dist/100/EthereumIngressEgress/depositFetchesScheduled.cjs +10 -0
- package/dist/100/EthereumIngressEgress/depositFetchesScheduled.mjs +10 -0
- package/dist/100/EthereumIngressEgress/depositIgnored.cjs +11 -0
- package/dist/100/EthereumIngressEgress/depositIgnored.mjs +11 -0
- package/dist/100/EthereumIngressEgress/depositReceived.cjs +11 -0
- package/dist/100/EthereumIngressEgress/depositReceived.mjs +11 -0
- package/dist/100/EthereumIngressEgress/depositWitnessRejected.cjs +10 -0
- package/dist/100/EthereumIngressEgress/depositWitnessRejected.mjs +10 -0
- package/dist/100/EthereumIngressEgress/egressScheduled.cjs +17 -0
- package/dist/100/EthereumIngressEgress/egressScheduled.d.cts +40 -0
- package/dist/100/EthereumIngressEgress/egressScheduled.d.ts +40 -0
- package/dist/100/EthereumIngressEgress/egressScheduled.mjs +17 -0
- package/dist/100/EthereumIngressEgress/minimumDepositSet.cjs +10 -0
- package/dist/100/EthereumIngressEgress/minimumDepositSet.mjs +10 -0
- package/dist/100/EthereumIngressEgress/vaultTransferFailed.cjs +11 -0
- package/dist/100/EthereumIngressEgress/vaultTransferFailed.mjs +11 -0
- package/dist/100/EthereumThresholdSigner/currentKeyUnavailable.cjs +9 -0
- package/dist/100/EthereumThresholdSigner/currentKeyUnavailable.d.cts +14 -0
- package/dist/100/EthereumThresholdSigner/currentKeyUnavailable.d.ts +14 -0
- package/dist/100/EthereumThresholdSigner/currentKeyUnavailable.mjs +9 -0
- package/dist/100/EthereumThresholdSigner/failureReportProcessed.cjs +11 -0
- package/dist/100/EthereumThresholdSigner/failureReportProcessed.d.cts +17 -0
- package/dist/100/EthereumThresholdSigner/failureReportProcessed.d.ts +17 -0
- package/dist/100/EthereumThresholdSigner/failureReportProcessed.mjs +11 -0
- package/dist/100/EthereumThresholdSigner/retryRequested.cjs +10 -0
- package/dist/100/EthereumThresholdSigner/retryRequested.d.cts +14 -0
- package/dist/100/EthereumThresholdSigner/retryRequested.d.ts +14 -0
- package/dist/100/EthereumThresholdSigner/retryRequested.mjs +10 -0
- package/dist/100/EthereumThresholdSigner/signersUnavailable.cjs +9 -0
- package/dist/100/EthereumThresholdSigner/signersUnavailable.d.cts +14 -0
- package/dist/100/EthereumThresholdSigner/signersUnavailable.d.ts +14 -0
- package/dist/100/EthereumThresholdSigner/signersUnavailable.mjs +9 -0
- package/dist/100/EthereumThresholdSigner/thresholdDispatchComplete.cjs +11 -0
- package/dist/100/EthereumThresholdSigner/thresholdDispatchComplete.d.cts +335 -0
- package/dist/100/EthereumThresholdSigner/thresholdDispatchComplete.d.ts +335 -0
- package/dist/100/EthereumThresholdSigner/thresholdDispatchComplete.mjs +11 -0
- package/dist/100/EthereumThresholdSigner/thresholdSignatureFailed.cjs +11 -0
- package/dist/100/EthereumThresholdSigner/thresholdSignatureFailed.d.cts +17 -0
- package/dist/100/EthereumThresholdSigner/thresholdSignatureFailed.d.ts +17 -0
- package/dist/100/EthereumThresholdSigner/thresholdSignatureFailed.mjs +11 -0
- package/dist/100/EthereumThresholdSigner/thresholdSignatureRequest.cjs +14 -0
- package/dist/100/EthereumThresholdSigner/thresholdSignatureRequest.d.cts +53 -0
- package/dist/100/EthereumThresholdSigner/thresholdSignatureRequest.d.ts +53 -0
- package/dist/100/EthereumThresholdSigner/thresholdSignatureRequest.mjs +14 -0
- package/dist/100/EthereumThresholdSigner/thresholdSignatureResponseTimeoutUpdated.cjs +8 -0
- package/dist/100/EthereumThresholdSigner/thresholdSignatureResponseTimeoutUpdated.mjs +8 -0
- package/dist/100/EthereumThresholdSigner/thresholdSignatureSuccess.cjs +10 -0
- package/dist/100/EthereumThresholdSigner/thresholdSignatureSuccess.d.cts +14 -0
- package/dist/100/EthereumThresholdSigner/thresholdSignatureSuccess.d.ts +14 -0
- package/dist/100/EthereumThresholdSigner/thresholdSignatureSuccess.mjs +10 -0
- package/dist/100/EthereumVault/awaitingGovernanceActivation.cjs +9 -0
- package/dist/100/EthereumVault/awaitingGovernanceActivation.mjs +9 -0
- package/dist/100/EthereumVault/keyHandoverFailure.cjs +7 -0
- package/dist/100/EthereumVault/keyHandoverFailure.mjs +7 -0
- package/dist/100/EthereumVault/keyHandoverFailureReported.cjs +6 -0
- package/dist/100/EthereumVault/keyHandoverFailureReported.mjs +6 -0
- package/dist/100/EthereumVault/keyHandoverRequest.cjs +15 -0
- package/dist/100/EthereumVault/keyHandoverRequest.mjs +15 -0
- package/dist/100/EthereumVault/keyHandoverResponseTimeout.cjs +7 -0
- package/dist/100/EthereumVault/keyHandoverResponseTimeout.mjs +7 -0
- package/dist/100/EthereumVault/keyHandoverSuccess.cjs +7 -0
- package/dist/100/EthereumVault/keyHandoverSuccess.mjs +7 -0
- package/dist/100/EthereumVault/keyHandoverSuccessReported.cjs +6 -0
- package/dist/100/EthereumVault/keyHandoverSuccessReported.mjs +6 -0
- package/dist/100/EthereumVault/keyHandoverVerificationFailure.cjs +9 -0
- package/dist/100/EthereumVault/keyHandoverVerificationFailure.mjs +9 -0
- package/dist/100/EthereumVault/keyHandoverVerificationSuccess.cjs +7 -0
- package/dist/100/EthereumVault/keyHandoverVerificationSuccess.mjs +7 -0
- package/dist/100/EthereumVault/keygenFailure.cjs +6 -0
- package/dist/100/EthereumVault/keygenFailure.mjs +6 -0
- package/dist/100/EthereumVault/keygenFailureReported.cjs +6 -0
- package/dist/100/EthereumVault/keygenFailureReported.mjs +6 -0
- package/dist/100/EthereumVault/keygenRequest.cjs +11 -0
- package/dist/100/EthereumVault/keygenRequest.mjs +11 -0
- package/dist/100/EthereumVault/keygenResponseTimeout.cjs +6 -0
- package/dist/100/EthereumVault/keygenResponseTimeout.mjs +6 -0
- package/dist/100/EthereumVault/keygenResponseTimeoutUpdated.cjs +6 -0
- package/dist/100/EthereumVault/keygenResponseTimeoutUpdated.mjs +6 -0
- package/dist/100/EthereumVault/keygenSuccess.cjs +6 -0
- package/dist/100/EthereumVault/keygenSuccess.mjs +6 -0
- package/dist/100/EthereumVault/keygenSuccessReported.cjs +6 -0
- package/dist/100/EthereumVault/keygenSuccessReported.mjs +6 -0
- package/dist/100/EthereumVault/keygenVerificationFailure.cjs +7 -0
- package/dist/100/EthereumVault/keygenVerificationFailure.mjs +7 -0
- package/dist/100/EthereumVault/keygenVerificationSuccess.cjs +7 -0
- package/dist/100/EthereumVault/keygenVerificationSuccess.mjs +7 -0
- package/dist/100/EthereumVault/noKeyHandover.cjs +6 -0
- package/dist/100/EthereumVault/noKeyHandover.mjs +6 -0
- package/dist/100/EthereumVault/vaultRotatedExternally.cjs +6 -0
- package/dist/100/EthereumVault/vaultRotatedExternally.mjs +6 -0
- package/dist/100/EthereumVault/vaultRotationAborted.cjs +6 -0
- package/dist/100/EthereumVault/vaultRotationAborted.mjs +6 -0
- package/dist/100/EthereumVault/vaultRotationCompleted.cjs +6 -0
- package/dist/100/EthereumVault/vaultRotationCompleted.mjs +6 -0
- package/dist/100/Flip/accountReaped.cjs +7 -0
- package/dist/100/Flip/accountReaped.mjs +7 -0
- package/dist/100/Flip/remainingImbalance.cjs +10 -0
- package/dist/100/Flip/remainingImbalance.mjs +10 -0
- package/dist/100/Flip/slashingPerformed.cjs +7 -0
- package/dist/100/Flip/slashingPerformed.d.cts +14 -0
- package/dist/100/Flip/slashingPerformed.d.ts +14 -0
- package/dist/100/Flip/slashingPerformed.mjs +7 -0
- package/dist/100/Flip/slashingRateUpdated.cjs +6 -0
- package/dist/100/Flip/slashingRateUpdated.mjs +6 -0
- package/dist/100/Funding/addedRestrictedAddress.cjs +7 -0
- package/dist/100/Funding/addedRestrictedAddress.mjs +7 -0
- package/dist/100/Funding/boundExecutorAddress.cjs +7 -0
- package/dist/100/Funding/boundExecutorAddress.mjs +7 -0
- package/dist/100/Funding/boundRedeemAddress.cjs +7 -0
- package/dist/100/Funding/boundRedeemAddress.mjs +7 -0
- package/dist/100/Funding/failedFundingAttempt.cjs +11 -0
- package/dist/100/Funding/failedFundingAttempt.d.cts +17 -0
- package/dist/100/Funding/failedFundingAttempt.d.ts +17 -0
- package/dist/100/Funding/failedFundingAttempt.mjs +11 -0
- package/dist/100/Funding/funded.cjs +12 -0
- package/dist/100/Funding/funded.d.cts +20 -0
- package/dist/100/Funding/funded.d.ts +20 -0
- package/dist/100/Funding/funded.mjs +12 -0
- package/dist/100/Funding/minimumFundingUpdated.cjs +7 -0
- package/dist/100/Funding/minimumFundingUpdated.mjs +7 -0
- package/dist/100/Funding/redemptionAmountZero.cjs +7 -0
- package/dist/100/Funding/redemptionAmountZero.mjs +7 -0
- package/dist/100/Funding/redemptionExpired.cjs +7 -0
- package/dist/100/Funding/redemptionExpired.mjs +7 -0
- package/dist/100/Funding/redemptionRequested.cjs +12 -0
- package/dist/100/Funding/redemptionRequested.d.cts +20 -0
- package/dist/100/Funding/redemptionRequested.d.ts +20 -0
- package/dist/100/Funding/redemptionRequested.mjs +12 -0
- package/dist/100/Funding/redemptionSettled.cjs +7 -0
- package/dist/100/Funding/redemptionSettled.mjs +7 -0
- package/dist/100/Funding/redemptionTaxAmountUpdated.cjs +7 -0
- package/dist/100/Funding/redemptionTaxAmountUpdated.mjs +7 -0
- package/dist/100/Funding/removedRestrictedAddress.cjs +7 -0
- package/dist/100/Funding/removedRestrictedAddress.mjs +7 -0
- package/dist/100/Funding/startedBidding.cjs +7 -0
- package/dist/100/Funding/startedBidding.mjs +7 -0
- package/dist/100/Funding/stoppedBidding.cjs +7 -0
- package/dist/100/Funding/stoppedBidding.mjs +7 -0
- package/dist/100/Governance/approved.cjs +6 -0
- package/dist/100/Governance/approved.mjs +6 -0
- package/dist/100/Governance/decodeOfCallFailed.cjs +6 -0
- package/dist/100/Governance/decodeOfCallFailed.mjs +6 -0
- package/dist/100/Governance/executed.cjs +6 -0
- package/dist/100/Governance/executed.mjs +6 -0
- package/dist/100/Governance/expired.cjs +6 -0
- package/dist/100/Governance/expired.mjs +6 -0
- package/dist/100/Governance/failedExecution.cjs +6 -0
- package/dist/100/Governance/failedExecution.mjs +6 -0
- package/dist/100/Governance/govKeyCallExecuted.cjs +7 -0
- package/dist/100/Governance/govKeyCallExecuted.mjs +7 -0
- package/dist/100/Governance/govKeyCallExecutionFailed.cjs +10 -0
- package/dist/100/Governance/govKeyCallExecutionFailed.mjs +10 -0
- package/dist/100/Governance/govKeyCallHashWhitelisted.cjs +7 -0
- package/dist/100/Governance/govKeyCallHashWhitelisted.mjs +7 -0
- package/dist/100/Governance/proposed.cjs +6 -0
- package/dist/100/Governance/proposed.mjs +6 -0
- package/dist/100/Grandpa/newAuthorities.cjs +9 -0
- package/dist/100/Grandpa/newAuthorities.mjs +9 -0
- package/dist/100/Grandpa/paused.cjs +6 -0
- package/dist/100/Grandpa/paused.mjs +6 -0
- package/dist/100/Grandpa/resumed.cjs +6 -0
- package/dist/100/Grandpa/resumed.mjs +6 -0
- package/dist/100/LiquidityPools/assetSwapped.cjs +12 -0
- package/dist/100/LiquidityPools/assetSwapped.mjs +12 -0
- package/dist/100/LiquidityPools/limitOrderUpdated.cjs +22 -0
- package/dist/100/LiquidityPools/limitOrderUpdated.d.cts +85 -0
- package/dist/100/LiquidityPools/limitOrderUpdated.d.ts +85 -0
- package/dist/100/LiquidityPools/limitOrderUpdated.mjs +22 -0
- package/dist/100/LiquidityPools/networkFeeTaken.cjs +7 -0
- package/dist/100/LiquidityPools/networkFeeTaken.mjs +7 -0
- package/dist/100/LiquidityPools/newPoolCreated.cjs +12 -0
- package/dist/100/LiquidityPools/newPoolCreated.mjs +12 -0
- package/dist/100/LiquidityPools/poolFeeSet.cjs +11 -0
- package/dist/100/LiquidityPools/poolFeeSet.mjs +11 -0
- package/dist/100/LiquidityPools/poolStateUpdated.cjs +11 -0
- package/dist/100/LiquidityPools/poolStateUpdated.mjs +11 -0
- package/dist/100/LiquidityPools/rangeOrderUpdated.cjs +22 -0
- package/dist/100/LiquidityPools/rangeOrderUpdated.d.cts +208 -0
- package/dist/100/LiquidityPools/rangeOrderUpdated.d.ts +208 -0
- package/dist/100/LiquidityPools/rangeOrderUpdated.mjs +22 -0
- package/dist/100/LiquidityPools/updatedBuyInterval.cjs +6 -0
- package/dist/100/LiquidityPools/updatedBuyInterval.mjs +6 -0
- package/dist/100/LiquidityProvider/accountCredited.cjs +11 -0
- package/dist/100/LiquidityProvider/accountCredited.d.cts +27 -0
- package/dist/100/LiquidityProvider/accountCredited.d.ts +27 -0
- package/dist/100/LiquidityProvider/accountCredited.mjs +11 -0
- package/dist/100/LiquidityProvider/accountDebited.cjs +11 -0
- package/dist/100/LiquidityProvider/accountDebited.d.cts +27 -0
- package/dist/100/LiquidityProvider/accountDebited.d.ts +27 -0
- package/dist/100/LiquidityProvider/accountDebited.mjs +11 -0
- package/dist/100/LiquidityProvider/liquidityDepositAddressReady.cjs +18 -0
- package/dist/100/LiquidityProvider/liquidityDepositAddressReady.d.cts +78 -0
- package/dist/100/LiquidityProvider/liquidityDepositAddressReady.d.ts +78 -0
- package/dist/100/LiquidityProvider/liquidityDepositAddressReady.mjs +18 -0
- package/dist/100/LiquidityProvider/liquidityRefundAddressRegistered.cjs +15 -0
- package/dist/100/LiquidityProvider/liquidityRefundAddressRegistered.d.cts +225 -0
- package/dist/100/LiquidityProvider/liquidityRefundAddressRegistered.d.ts +225 -0
- package/dist/100/LiquidityProvider/liquidityRefundAddressRegistered.mjs +15 -0
- package/dist/100/LiquidityProvider/withdrawalEgressScheduled.cjs +17 -0
- package/dist/100/LiquidityProvider/withdrawalEgressScheduled.d.cts +85 -0
- package/dist/100/LiquidityProvider/withdrawalEgressScheduled.d.ts +85 -0
- package/dist/100/LiquidityProvider/withdrawalEgressScheduled.mjs +17 -0
- package/dist/100/PolkadotBroadcaster/broadcastAborted.cjs +6 -0
- package/dist/100/PolkadotBroadcaster/broadcastAborted.mjs +6 -0
- package/dist/100/PolkadotBroadcaster/broadcastAttemptTimeout.cjs +9 -0
- package/dist/100/PolkadotBroadcaster/broadcastAttemptTimeout.mjs +9 -0
- package/dist/100/PolkadotBroadcaster/broadcastCallbackExecuted.cjs +10 -0
- package/dist/100/PolkadotBroadcaster/broadcastCallbackExecuted.mjs +10 -0
- package/dist/100/PolkadotBroadcaster/broadcastRetryScheduled.cjs +9 -0
- package/dist/100/PolkadotBroadcaster/broadcastRetryScheduled.mjs +9 -0
- package/dist/100/PolkadotBroadcaster/broadcastSuccess.cjs +10 -0
- package/dist/100/PolkadotBroadcaster/broadcastSuccess.mjs +10 -0
- package/dist/100/PolkadotBroadcaster/thresholdSignatureInvalid.cjs +9 -0
- package/dist/100/PolkadotBroadcaster/thresholdSignatureInvalid.mjs +9 -0
- package/dist/100/PolkadotBroadcaster/transactionBroadcastRequest.cjs +17 -0
- package/dist/100/PolkadotBroadcaster/transactionBroadcastRequest.d.cts +45 -0
- package/dist/100/PolkadotBroadcaster/transactionBroadcastRequest.d.ts +45 -0
- package/dist/100/PolkadotBroadcaster/transactionBroadcastRequest.mjs +17 -0
- package/dist/100/PolkadotBroadcaster/transactionFeeDeficitRecorded.cjs +10 -0
- package/dist/100/PolkadotBroadcaster/transactionFeeDeficitRecorded.mjs +10 -0
- package/dist/100/PolkadotBroadcaster/transactionFeeDeficitRefused.cjs +7 -0
- package/dist/100/PolkadotBroadcaster/transactionFeeDeficitRefused.mjs +7 -0
- package/dist/100/PolkadotChainTracking/chainStateUpdated.cjs +9 -0
- package/dist/100/PolkadotChainTracking/chainStateUpdated.mjs +9 -0
- package/dist/100/PolkadotIngressEgress/assetEgressStatusChanged.cjs +10 -0
- package/dist/100/PolkadotIngressEgress/assetEgressStatusChanged.mjs +10 -0
- package/dist/100/PolkadotIngressEgress/batchBroadcastRequested.cjs +10 -0
- package/dist/100/PolkadotIngressEgress/batchBroadcastRequested.mjs +10 -0
- package/dist/100/PolkadotIngressEgress/ccmBroadcastRequested.cjs +10 -0
- package/dist/100/PolkadotIngressEgress/ccmBroadcastRequested.mjs +10 -0
- package/dist/100/PolkadotIngressEgress/ccmEgressInvalid.cjs +10 -0
- package/dist/100/PolkadotIngressEgress/ccmEgressInvalid.d.cts +241 -0
- package/dist/100/PolkadotIngressEgress/ccmEgressInvalid.d.ts +241 -0
- package/dist/100/PolkadotIngressEgress/ccmEgressInvalid.mjs +10 -0
- package/dist/100/PolkadotIngressEgress/depositFetchesScheduled.cjs +10 -0
- package/dist/100/PolkadotIngressEgress/depositFetchesScheduled.d.cts +24 -0
- package/dist/100/PolkadotIngressEgress/depositFetchesScheduled.d.ts +24 -0
- package/dist/100/PolkadotIngressEgress/depositFetchesScheduled.mjs +10 -0
- package/dist/100/PolkadotIngressEgress/depositIgnored.cjs +11 -0
- package/dist/100/PolkadotIngressEgress/depositIgnored.d.cts +27 -0
- package/dist/100/PolkadotIngressEgress/depositIgnored.d.ts +27 -0
- package/dist/100/PolkadotIngressEgress/depositIgnored.mjs +11 -0
- package/dist/100/PolkadotIngressEgress/depositReceived.cjs +11 -0
- package/dist/100/PolkadotIngressEgress/depositReceived.d.cts +27 -0
- package/dist/100/PolkadotIngressEgress/depositReceived.d.ts +27 -0
- package/dist/100/PolkadotIngressEgress/depositReceived.mjs +11 -0
- package/dist/100/PolkadotIngressEgress/depositWitnessRejected.cjs +10 -0
- package/dist/100/PolkadotIngressEgress/depositWitnessRejected.d.cts +263 -0
- package/dist/100/PolkadotIngressEgress/depositWitnessRejected.d.ts +263 -0
- package/dist/100/PolkadotIngressEgress/depositWitnessRejected.mjs +10 -0
- package/dist/100/PolkadotIngressEgress/egressScheduled.cjs +17 -0
- package/dist/100/PolkadotIngressEgress/egressScheduled.d.cts +40 -0
- package/dist/100/PolkadotIngressEgress/egressScheduled.d.ts +40 -0
- package/dist/100/PolkadotIngressEgress/egressScheduled.mjs +17 -0
- package/dist/100/PolkadotIngressEgress/minimumDepositSet.cjs +10 -0
- package/dist/100/PolkadotIngressEgress/minimumDepositSet.mjs +10 -0
- package/dist/100/PolkadotIngressEgress/vaultTransferFailed.cjs +11 -0
- package/dist/100/PolkadotIngressEgress/vaultTransferFailed.mjs +11 -0
- package/dist/100/PolkadotThresholdSigner/currentKeyUnavailable.cjs +9 -0
- package/dist/100/PolkadotThresholdSigner/currentKeyUnavailable.d.cts +14 -0
- package/dist/100/PolkadotThresholdSigner/currentKeyUnavailable.d.ts +14 -0
- package/dist/100/PolkadotThresholdSigner/currentKeyUnavailable.mjs +9 -0
- package/dist/100/PolkadotThresholdSigner/failureReportProcessed.cjs +11 -0
- package/dist/100/PolkadotThresholdSigner/failureReportProcessed.d.cts +17 -0
- package/dist/100/PolkadotThresholdSigner/failureReportProcessed.d.ts +17 -0
- package/dist/100/PolkadotThresholdSigner/failureReportProcessed.mjs +11 -0
- package/dist/100/PolkadotThresholdSigner/retryRequested.cjs +10 -0
- package/dist/100/PolkadotThresholdSigner/retryRequested.d.cts +14 -0
- package/dist/100/PolkadotThresholdSigner/retryRequested.d.ts +14 -0
- package/dist/100/PolkadotThresholdSigner/retryRequested.mjs +10 -0
- package/dist/100/PolkadotThresholdSigner/signersUnavailable.cjs +9 -0
- package/dist/100/PolkadotThresholdSigner/signersUnavailable.d.cts +14 -0
- package/dist/100/PolkadotThresholdSigner/signersUnavailable.d.ts +14 -0
- package/dist/100/PolkadotThresholdSigner/signersUnavailable.mjs +9 -0
- package/dist/100/PolkadotThresholdSigner/thresholdDispatchComplete.cjs +11 -0
- package/dist/100/PolkadotThresholdSigner/thresholdDispatchComplete.d.cts +335 -0
- package/dist/100/PolkadotThresholdSigner/thresholdDispatchComplete.d.ts +335 -0
- package/dist/100/PolkadotThresholdSigner/thresholdDispatchComplete.mjs +11 -0
- package/dist/100/PolkadotThresholdSigner/thresholdSignatureFailed.cjs +11 -0
- package/dist/100/PolkadotThresholdSigner/thresholdSignatureFailed.d.cts +17 -0
- package/dist/100/PolkadotThresholdSigner/thresholdSignatureFailed.d.ts +17 -0
- package/dist/100/PolkadotThresholdSigner/thresholdSignatureFailed.mjs +11 -0
- package/dist/100/PolkadotThresholdSigner/thresholdSignatureRequest.cjs +14 -0
- package/dist/100/PolkadotThresholdSigner/thresholdSignatureRequest.d.cts +26 -0
- package/dist/100/PolkadotThresholdSigner/thresholdSignatureRequest.d.ts +26 -0
- package/dist/100/PolkadotThresholdSigner/thresholdSignatureRequest.mjs +14 -0
- package/dist/100/PolkadotThresholdSigner/thresholdSignatureResponseTimeoutUpdated.cjs +8 -0
- package/dist/100/PolkadotThresholdSigner/thresholdSignatureResponseTimeoutUpdated.mjs +8 -0
- package/dist/100/PolkadotThresholdSigner/thresholdSignatureSuccess.cjs +10 -0
- package/dist/100/PolkadotThresholdSigner/thresholdSignatureSuccess.d.cts +14 -0
- package/dist/100/PolkadotThresholdSigner/thresholdSignatureSuccess.d.ts +14 -0
- package/dist/100/PolkadotThresholdSigner/thresholdSignatureSuccess.mjs +10 -0
- package/dist/100/PolkadotVault/awaitingGovernanceActivation.cjs +7 -0
- package/dist/100/PolkadotVault/awaitingGovernanceActivation.mjs +7 -0
- package/dist/100/PolkadotVault/keyHandoverFailure.cjs +7 -0
- package/dist/100/PolkadotVault/keyHandoverFailure.mjs +7 -0
- package/dist/100/PolkadotVault/keyHandoverFailureReported.cjs +6 -0
- package/dist/100/PolkadotVault/keyHandoverFailureReported.mjs +6 -0
- package/dist/100/PolkadotVault/keyHandoverRequest.cjs +15 -0
- package/dist/100/PolkadotVault/keyHandoverRequest.mjs +15 -0
- package/dist/100/PolkadotVault/keyHandoverResponseTimeout.cjs +7 -0
- package/dist/100/PolkadotVault/keyHandoverResponseTimeout.mjs +7 -0
- package/dist/100/PolkadotVault/keyHandoverSuccess.cjs +7 -0
- package/dist/100/PolkadotVault/keyHandoverSuccess.mjs +7 -0
- package/dist/100/PolkadotVault/keyHandoverSuccessReported.cjs +6 -0
- package/dist/100/PolkadotVault/keyHandoverSuccessReported.mjs +6 -0
- package/dist/100/PolkadotVault/keyHandoverVerificationFailure.cjs +9 -0
- package/dist/100/PolkadotVault/keyHandoverVerificationFailure.mjs +9 -0
- package/dist/100/PolkadotVault/keyHandoverVerificationSuccess.cjs +7 -0
- package/dist/100/PolkadotVault/keyHandoverVerificationSuccess.mjs +7 -0
- package/dist/100/PolkadotVault/keygenFailure.cjs +6 -0
- package/dist/100/PolkadotVault/keygenFailure.mjs +6 -0
- package/dist/100/PolkadotVault/keygenFailureReported.cjs +6 -0
- package/dist/100/PolkadotVault/keygenFailureReported.mjs +6 -0
- package/dist/100/PolkadotVault/keygenRequest.cjs +11 -0
- package/dist/100/PolkadotVault/keygenRequest.mjs +11 -0
- package/dist/100/PolkadotVault/keygenResponseTimeout.cjs +6 -0
- package/dist/100/PolkadotVault/keygenResponseTimeout.mjs +6 -0
- package/dist/100/PolkadotVault/keygenResponseTimeoutUpdated.cjs +6 -0
- package/dist/100/PolkadotVault/keygenResponseTimeoutUpdated.mjs +6 -0
- package/dist/100/PolkadotVault/keygenSuccess.cjs +6 -0
- package/dist/100/PolkadotVault/keygenSuccess.mjs +6 -0
- package/dist/100/PolkadotVault/keygenSuccessReported.cjs +6 -0
- package/dist/100/PolkadotVault/keygenSuccessReported.mjs +6 -0
- package/dist/100/PolkadotVault/keygenVerificationFailure.cjs +7 -0
- package/dist/100/PolkadotVault/keygenVerificationFailure.mjs +7 -0
- package/dist/100/PolkadotVault/keygenVerificationSuccess.cjs +7 -0
- package/dist/100/PolkadotVault/keygenVerificationSuccess.mjs +7 -0
- package/dist/100/PolkadotVault/noKeyHandover.cjs +6 -0
- package/dist/100/PolkadotVault/noKeyHandover.mjs +6 -0
- package/dist/100/PolkadotVault/vaultRotatedExternally.cjs +6 -0
- package/dist/100/PolkadotVault/vaultRotatedExternally.mjs +6 -0
- package/dist/100/PolkadotVault/vaultRotationAborted.cjs +6 -0
- package/dist/100/PolkadotVault/vaultRotationAborted.mjs +6 -0
- package/dist/100/PolkadotVault/vaultRotationCompleted.cjs +6 -0
- package/dist/100/PolkadotVault/vaultRotationCompleted.mjs +6 -0
- package/dist/100/Reputation/accrualRateUpdated.cjs +9 -0
- package/dist/100/Reputation/accrualRateUpdated.mjs +9 -0
- package/dist/100/Reputation/missedHeartbeatPenaltyUpdated.cjs +8 -0
- package/dist/100/Reputation/missedHeartbeatPenaltyUpdated.mjs +8 -0
- package/dist/100/Reputation/offencePenalty.cjs +11 -0
- package/dist/100/Reputation/offencePenalty.mjs +11 -0
- package/dist/100/Reputation/penaltyUpdated.cjs +11 -0
- package/dist/100/Reputation/penaltyUpdated.mjs +11 -0
- package/dist/100/Session/newSession.cjs +6 -0
- package/dist/100/Session/newSession.mjs +6 -0
- package/dist/100/Swapping/batchSwapFailed.cjs +11 -0
- package/dist/100/Swapping/batchSwapFailed.mjs +11 -0
- package/dist/100/Swapping/ccmDepositReceived.cjs +14 -0
- package/dist/100/Swapping/ccmDepositReceived.d.cts +389 -0
- package/dist/100/Swapping/ccmDepositReceived.d.ts +389 -0
- package/dist/100/Swapping/ccmDepositReceived.mjs +14 -0
- package/dist/100/Swapping/ccmEgressScheduled.cjs +10 -0
- package/dist/100/Swapping/ccmEgressScheduled.d.cts +24 -0
- package/dist/100/Swapping/ccmEgressScheduled.d.ts +24 -0
- package/dist/100/Swapping/ccmEgressScheduled.mjs +10 -0
- package/dist/100/Swapping/ccmFailed.cjs +15 -0
- package/dist/100/Swapping/ccmFailed.mjs +15 -0
- package/dist/100/Swapping/minimumSwapAmountSet.cjs +10 -0
- package/dist/100/Swapping/minimumSwapAmountSet.mjs +10 -0
- package/dist/100/Swapping/swapAmountTooLow.cjs +17 -0
- package/dist/100/Swapping/swapAmountTooLow.mjs +17 -0
- package/dist/100/Swapping/swapDepositAddressReady.cjs +21 -0
- package/dist/100/Swapping/swapDepositAddressReady.mjs +21 -0
- package/dist/100/Swapping/swapEgressScheduled.cjs +16 -0
- package/dist/100/Swapping/swapEgressScheduled.d.cts +40 -0
- package/dist/100/Swapping/swapEgressScheduled.d.ts +40 -0
- package/dist/100/Swapping/swapEgressScheduled.mjs +16 -0
- package/dist/100/Swapping/swapExecuted.cjs +14 -0
- package/dist/100/Swapping/swapExecuted.d.cts +46 -0
- package/dist/100/Swapping/swapExecuted.d.ts +46 -0
- package/dist/100/Swapping/swapExecuted.mjs +14 -0
- package/dist/100/Swapping/swapScheduled.cjs +22 -0
- package/dist/100/Swapping/swapScheduled.d.cts +539 -0
- package/dist/100/Swapping/swapScheduled.d.ts +539 -0
- package/dist/100/Swapping/swapScheduled.mjs +22 -0
- package/dist/100/Swapping/withdrawalRequested.cjs +15 -0
- package/dist/100/Swapping/withdrawalRequested.d.cts +72 -0
- package/dist/100/Swapping/withdrawalRequested.d.ts +72 -0
- package/dist/100/Swapping/withdrawalRequested.mjs +15 -0
- package/dist/100/System/codeUpdated.cjs +6 -0
- package/dist/100/System/codeUpdated.mjs +6 -0
- package/dist/100/System/extrinsicFailed.cjs +10 -0
- package/dist/100/System/extrinsicFailed.d.cts +296 -0
- package/dist/100/System/extrinsicFailed.d.ts +296 -0
- package/dist/100/System/extrinsicFailed.mjs +10 -0
- package/dist/100/System/extrinsicSuccess.cjs +7 -0
- package/dist/100/System/extrinsicSuccess.mjs +7 -0
- package/dist/100/System/killedAccount.cjs +7 -0
- package/dist/100/System/killedAccount.mjs +7 -0
- package/dist/100/System/newAccount.cjs +7 -0
- package/dist/100/System/newAccount.mjs +7 -0
- package/dist/100/System/remarked.cjs +7 -0
- package/dist/100/System/remarked.mjs +7 -0
- package/dist/100/TokenholderGovernance/govKeyUpdatedHasFailed.cjs +10 -0
- package/dist/100/TokenholderGovernance/govKeyUpdatedHasFailed.mjs +10 -0
- package/dist/100/TokenholderGovernance/govKeyUpdatedWasSuccessful.cjs +10 -0
- package/dist/100/TokenholderGovernance/govKeyUpdatedWasSuccessful.mjs +10 -0
- package/dist/100/TokenholderGovernance/proposalEnacted.cjs +9 -0
- package/dist/100/TokenholderGovernance/proposalEnacted.d.cts +53 -0
- package/dist/100/TokenholderGovernance/proposalEnacted.d.ts +53 -0
- package/dist/100/TokenholderGovernance/proposalEnacted.mjs +9 -0
- package/dist/100/TokenholderGovernance/proposalPassed.cjs +9 -0
- package/dist/100/TokenholderGovernance/proposalPassed.d.cts +53 -0
- package/dist/100/TokenholderGovernance/proposalPassed.d.ts +53 -0
- package/dist/100/TokenholderGovernance/proposalPassed.mjs +9 -0
- package/dist/100/TokenholderGovernance/proposalRejected.cjs +9 -0
- package/dist/100/TokenholderGovernance/proposalRejected.d.cts +53 -0
- package/dist/100/TokenholderGovernance/proposalRejected.d.ts +53 -0
- package/dist/100/TokenholderGovernance/proposalRejected.mjs +9 -0
- package/dist/100/TokenholderGovernance/proposalSubmitted.cjs +9 -0
- package/dist/100/TokenholderGovernance/proposalSubmitted.d.cts +53 -0
- package/dist/100/TokenholderGovernance/proposalSubmitted.d.ts +53 -0
- package/dist/100/TokenholderGovernance/proposalSubmitted.mjs +9 -0
- package/dist/100/TransactionPayment/transactionFeePaid.cjs +11 -0
- package/dist/100/TransactionPayment/transactionFeePaid.mjs +11 -0
- package/dist/100/Validator/auctionCompleted.cjs +7 -0
- package/dist/100/Validator/auctionCompleted.mjs +7 -0
- package/dist/100/Validator/cFEVersionUpdated.cjs +11 -0
- package/dist/100/Validator/cFEVersionUpdated.mjs +11 -0
- package/dist/100/Validator/newEpoch.cjs +6 -0
- package/dist/100/Validator/newEpoch.mjs +6 -0
- package/dist/100/Validator/palletConfigUpdated.cjs +9 -0
- package/dist/100/Validator/palletConfigUpdated.mjs +9 -0
- package/dist/100/Validator/peerIdRegistered.cjs +7 -0
- package/dist/100/Validator/peerIdRegistered.mjs +7 -0
- package/dist/100/Validator/peerIdUnregistered.cjs +7 -0
- package/dist/100/Validator/peerIdUnregistered.mjs +7 -0
- package/dist/100/Validator/rotationAborted.cjs +6 -0
- package/dist/100/Validator/rotationAborted.mjs +6 -0
- package/dist/100/Validator/rotationPhaseUpdated.cjs +7 -0
- package/dist/100/Validator/rotationPhaseUpdated.mjs +7 -0
- package/dist/100/Validator/vanityNameSet.cjs +7 -0
- package/dist/100/Validator/vanityNameSet.mjs +7 -0
- package/dist/100/Witnesser/prewitnessed.cjs +6 -0
- package/dist/100/Witnesser/prewitnessed.mjs +6 -0
- package/dist/100/Witnesser/witnessExecutionFailed.cjs +10 -0
- package/dist/100/Witnesser/witnessExecutionFailed.d.cts +231 -0
- package/dist/100/Witnesser/witnessExecutionFailed.d.ts +231 -0
- package/dist/100/Witnesser/witnessExecutionFailed.mjs +10 -0
- package/dist/102/AccountRoles/accountRoleRegistered.cjs +10 -0
- package/dist/102/AccountRoles/accountRoleRegistered.mjs +10 -0
- package/dist/102/Swapping/maximumSwapAmountSet.cjs +10 -0
- package/dist/102/Swapping/maximumSwapAmountSet.mjs +10 -0
- package/dist/102/Swapping/swapAmountConfiscated.cjs +13 -0
- package/dist/102/Swapping/swapAmountConfiscated.mjs +13 -0
- package/dist/102/Validator/palletConfigUpdated.cjs +9 -0
- package/dist/102/Validator/palletConfigUpdated.mjs +9 -0
- package/dist/111/BitcoinBroadcaster/callResigned.cjs +6 -0
- package/dist/111/BitcoinBroadcaster/callResigned.mjs +6 -0
- package/dist/111/BitcoinBroadcaster/thresholdSignatureInvalid.cjs +9 -0
- package/dist/111/BitcoinBroadcaster/thresholdSignatureInvalid.mjs +9 -0
- package/dist/111/BitcoinIngressEgress/ccmBroadcastFailed.cjs +6 -0
- package/dist/111/BitcoinIngressEgress/ccmBroadcastFailed.mjs +6 -0
- package/dist/111/BitcoinIngressEgress/failedForeignChainCallExpired.cjs +8 -0
- package/dist/111/BitcoinIngressEgress/failedForeignChainCallExpired.mjs +8 -0
- package/dist/111/BitcoinIngressEgress/failedForeignChainCallResigned.cjs +9 -0
- package/dist/111/BitcoinIngressEgress/failedForeignChainCallResigned.mjs +9 -0
- package/dist/111/BitcoinIngressEgress/transferFallbackRequested.cjs +12 -0
- package/dist/111/BitcoinIngressEgress/transferFallbackRequested.mjs +12 -0
- package/dist/111/EthereumBroadcaster/callResigned.cjs +6 -0
- package/dist/111/EthereumBroadcaster/callResigned.mjs +6 -0
- package/dist/111/EthereumBroadcaster/thresholdSignatureInvalid.cjs +9 -0
- package/dist/111/EthereumBroadcaster/thresholdSignatureInvalid.mjs +9 -0
- package/dist/111/EthereumIngressEgress/ccmBroadcastFailed.cjs +6 -0
- package/dist/111/EthereumIngressEgress/ccmBroadcastFailed.mjs +6 -0
- package/dist/111/EthereumIngressEgress/failedForeignChainCallExpired.cjs +8 -0
- package/dist/111/EthereumIngressEgress/failedForeignChainCallExpired.mjs +8 -0
- package/dist/111/EthereumIngressEgress/failedForeignChainCallResigned.cjs +9 -0
- package/dist/111/EthereumIngressEgress/failedForeignChainCallResigned.mjs +9 -0
- package/dist/111/EthereumIngressEgress/transferFallbackRequested.cjs +12 -0
- package/dist/111/EthereumIngressEgress/transferFallbackRequested.mjs +12 -0
- package/dist/111/LiquidityPools/limitOrderSetOrUpdateScheduled.cjs +11 -0
- package/dist/111/LiquidityPools/limitOrderSetOrUpdateScheduled.mjs +11 -0
- package/dist/111/LiquidityPools/limitOrderUpdated.cjs +24 -0
- package/dist/111/LiquidityPools/limitOrderUpdated.d.cts +98 -0
- package/dist/111/LiquidityPools/limitOrderUpdated.d.ts +98 -0
- package/dist/111/LiquidityPools/limitOrderUpdated.mjs +24 -0
- package/dist/111/LiquidityPools/newPoolCreated.cjs +12 -0
- package/dist/111/LiquidityPools/newPoolCreated.mjs +12 -0
- package/dist/111/LiquidityPools/poolFeeSet.cjs +11 -0
- package/dist/111/LiquidityPools/poolFeeSet.mjs +11 -0
- package/dist/111/LiquidityPools/rangeOrderUpdated.cjs +22 -0
- package/dist/111/LiquidityPools/rangeOrderUpdated.d.cts +208 -0
- package/dist/111/LiquidityPools/rangeOrderUpdated.d.ts +208 -0
- package/dist/111/LiquidityPools/rangeOrderUpdated.mjs +22 -0
- package/dist/111/LiquidityPools/scheduledLimitOrderUpdateDispatchFailure.cjs +11 -0
- package/dist/111/LiquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.cts +234 -0
- package/dist/111/LiquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.ts +234 -0
- package/dist/111/LiquidityPools/scheduledLimitOrderUpdateDispatchFailure.mjs +11 -0
- package/dist/111/LiquidityPools/scheduledLimitOrderUpdateDispatchSuccess.cjs +10 -0
- package/dist/111/LiquidityPools/scheduledLimitOrderUpdateDispatchSuccess.mjs +10 -0
- package/dist/111/PolkadotBroadcaster/callResigned.cjs +6 -0
- package/dist/111/PolkadotBroadcaster/callResigned.mjs +6 -0
- package/dist/111/PolkadotBroadcaster/thresholdSignatureInvalid.cjs +9 -0
- package/dist/111/PolkadotBroadcaster/thresholdSignatureInvalid.mjs +9 -0
- package/dist/111/PolkadotIngressEgress/ccmBroadcastFailed.cjs +6 -0
- package/dist/111/PolkadotIngressEgress/ccmBroadcastFailed.mjs +6 -0
- package/dist/111/PolkadotIngressEgress/failedForeignChainCallExpired.cjs +8 -0
- package/dist/111/PolkadotIngressEgress/failedForeignChainCallExpired.mjs +8 -0
- package/dist/111/PolkadotIngressEgress/failedForeignChainCallResigned.cjs +9 -0
- package/dist/111/PolkadotIngressEgress/failedForeignChainCallResigned.mjs +9 -0
- package/dist/111/PolkadotIngressEgress/transferFallbackRequested.cjs +12 -0
- package/dist/111/PolkadotIngressEgress/transferFallbackRequested.mjs +12 -0
- package/dist/120/BitcoinBroadcaster/broadcastRetryScheduled.cjs +9 -0
- package/dist/120/BitcoinBroadcaster/broadcastRetryScheduled.mjs +9 -0
- package/dist/120/BitcoinBroadcaster/broadcastTimeout.cjs +6 -0
- package/dist/120/BitcoinBroadcaster/broadcastTimeout.mjs +6 -0
- package/dist/120/BitcoinBroadcaster/thresholdSignatureInvalid.cjs +6 -0
- package/dist/120/BitcoinBroadcaster/thresholdSignatureInvalid.mjs +6 -0
- package/dist/120/BitcoinBroadcaster/transactionBroadcastRequest.cjs +12 -0
- package/dist/120/BitcoinBroadcaster/transactionBroadcastRequest.mjs +12 -0
- package/dist/120/BitcoinChainTracking/chainStateUpdated.cjs +9 -0
- package/dist/120/BitcoinChainTracking/chainStateUpdated.mjs +9 -0
- package/dist/120/BitcoinIngressEgress/depositIgnored.cjs +19 -0
- package/dist/120/BitcoinIngressEgress/depositIgnored.mjs +19 -0
- package/dist/120/BitcoinIngressEgress/depositReceived.cjs +20 -0
- package/dist/120/BitcoinIngressEgress/depositReceived.mjs +20 -0
- package/dist/120/BitcoinIngressEgress/utxoConsolidation.cjs +6 -0
- package/dist/120/BitcoinIngressEgress/utxoConsolidation.mjs +6 -0
- package/dist/120/Emissions/backupRewardsDistributed.cjs +7 -0
- package/dist/120/Emissions/backupRewardsDistributed.mjs +7 -0
- package/dist/120/Emissions/flipBurnSkipped.cjs +7 -0
- package/dist/120/Emissions/flipBurnSkipped.mjs +7 -0
- package/dist/120/Emissions/networkFeeBurned.cjs +10 -0
- package/dist/120/Emissions/networkFeeBurned.mjs +10 -0
- package/dist/120/Environment/utxoConsolidationParametersUpdated.cjs +9 -0
- package/dist/120/Environment/utxoConsolidationParametersUpdated.mjs +9 -0
- package/dist/120/EthereumBroadcaster/broadcastRetryScheduled.cjs +9 -0
- package/dist/120/EthereumBroadcaster/broadcastRetryScheduled.mjs +9 -0
- package/dist/120/EthereumBroadcaster/broadcastTimeout.cjs +6 -0
- package/dist/120/EthereumBroadcaster/broadcastTimeout.mjs +6 -0
- package/dist/120/EthereumBroadcaster/thresholdSignatureInvalid.cjs +6 -0
- package/dist/120/EthereumBroadcaster/thresholdSignatureInvalid.mjs +6 -0
- package/dist/120/EthereumBroadcaster/transactionBroadcastRequest.cjs +16 -0
- package/dist/120/EthereumBroadcaster/transactionBroadcastRequest.mjs +16 -0
- package/dist/120/EthereumIngressEgress/depositIgnored.cjs +17 -0
- package/dist/120/EthereumIngressEgress/depositIgnored.d.cts +40 -0
- package/dist/120/EthereumIngressEgress/depositIgnored.d.ts +40 -0
- package/dist/120/EthereumIngressEgress/depositIgnored.mjs +17 -0
- package/dist/120/EthereumIngressEgress/depositReceived.cjs +18 -0
- package/dist/120/EthereumIngressEgress/depositReceived.d.cts +109 -0
- package/dist/120/EthereumIngressEgress/depositReceived.d.ts +109 -0
- package/dist/120/EthereumIngressEgress/depositReceived.mjs +18 -0
- package/dist/120/EthereumIngressEgress/utxoConsolidation.cjs +6 -0
- package/dist/120/EthereumIngressEgress/utxoConsolidation.mjs +6 -0
- package/dist/120/LiquidityProvider/liquidityDepositCredited.cjs +11 -0
- package/dist/120/LiquidityProvider/liquidityDepositCredited.mjs +11 -0
- package/dist/120/LiquidityProvider/withdrawalEgressScheduled.cjs +18 -0
- package/dist/120/LiquidityProvider/withdrawalEgressScheduled.d.cts +88 -0
- package/dist/120/LiquidityProvider/withdrawalEgressScheduled.d.ts +88 -0
- package/dist/120/LiquidityProvider/withdrawalEgressScheduled.mjs +18 -0
- package/dist/120/PolkadotBroadcaster/broadcastRetryScheduled.cjs +9 -0
- package/dist/120/PolkadotBroadcaster/broadcastRetryScheduled.mjs +9 -0
- package/dist/120/PolkadotBroadcaster/broadcastTimeout.cjs +6 -0
- package/dist/120/PolkadotBroadcaster/broadcastTimeout.mjs +6 -0
- package/dist/120/PolkadotBroadcaster/thresholdSignatureInvalid.cjs +6 -0
- package/dist/120/PolkadotBroadcaster/thresholdSignatureInvalid.mjs +6 -0
- package/dist/120/PolkadotBroadcaster/transactionBroadcastRequest.cjs +12 -0
- package/dist/120/PolkadotBroadcaster/transactionBroadcastRequest.mjs +12 -0
- package/dist/120/PolkadotIngressEgress/depositIgnored.cjs +17 -0
- package/dist/120/PolkadotIngressEgress/depositIgnored.d.cts +40 -0
- package/dist/120/PolkadotIngressEgress/depositIgnored.d.ts +40 -0
- package/dist/120/PolkadotIngressEgress/depositIgnored.mjs +17 -0
- package/dist/120/PolkadotIngressEgress/depositReceived.cjs +18 -0
- package/dist/120/PolkadotIngressEgress/depositReceived.d.cts +109 -0
- package/dist/120/PolkadotIngressEgress/depositReceived.d.ts +109 -0
- package/dist/120/PolkadotIngressEgress/depositReceived.mjs +18 -0
- package/dist/120/PolkadotIngressEgress/utxoConsolidation.cjs +6 -0
- package/dist/120/PolkadotIngressEgress/utxoConsolidation.mjs +6 -0
- package/dist/120/Swapping/ccmFailed.cjs +15 -0
- package/dist/120/Swapping/ccmFailed.mjs +15 -0
- package/dist/120/Swapping/swapEgressIgnored.cjs +12 -0
- package/dist/120/Swapping/swapEgressIgnored.d.cts +247 -0
- package/dist/120/Swapping/swapEgressIgnored.d.ts +247 -0
- package/dist/120/Swapping/swapEgressIgnored.mjs +12 -0
- package/dist/120/Swapping/swapEgressScheduled.cjs +17 -0
- package/dist/120/Swapping/swapEgressScheduled.d.cts +43 -0
- package/dist/120/Swapping/swapEgressScheduled.d.ts +43 -0
- package/dist/120/Swapping/swapEgressScheduled.mjs +17 -0
- package/dist/120/Swapping/swapExecuted.cjs +16 -0
- package/dist/120/Swapping/swapExecuted.mjs +16 -0
- package/dist/120/Swapping/withdrawalRequested.cjs +16 -0
- package/dist/120/Swapping/withdrawalRequested.d.cts +75 -0
- package/dist/120/Swapping/withdrawalRequested.d.ts +75 -0
- package/dist/120/Swapping/withdrawalRequested.mjs +16 -0
- package/dist/131/BitcoinBroadcaster/broadcastSuccess.cjs +11 -0
- package/dist/131/BitcoinBroadcaster/broadcastSuccess.mjs +11 -0
- package/dist/131/BitcoinBroadcaster/transactionBroadcastRequest.cjs +12 -0
- package/dist/131/BitcoinBroadcaster/transactionBroadcastRequest.mjs +12 -0
- package/dist/131/BitcoinChainTracking/feeMultiplierUpdated.cjs +7 -0
- package/dist/131/BitcoinChainTracking/feeMultiplierUpdated.mjs +7 -0
- package/dist/131/BitcoinIngressEgress/channelOpeningFeePaid.cjs +7 -0
- package/dist/131/BitcoinIngressEgress/channelOpeningFeePaid.mjs +7 -0
- package/dist/131/BitcoinIngressEgress/channelOpeningFeeSet.cjs +7 -0
- package/dist/131/BitcoinIngressEgress/channelOpeningFeeSet.mjs +7 -0
- package/dist/131/BitcoinIngressEgress/depositIgnored.cjs +19 -0
- package/dist/131/BitcoinIngressEgress/depositIgnored.d.cts +169 -0
- package/dist/131/BitcoinIngressEgress/depositIgnored.d.ts +169 -0
- package/dist/131/BitcoinIngressEgress/depositIgnored.mjs +19 -0
- package/dist/131/BitcoinIngressEgress/depositReceived.cjs +20 -0
- package/dist/131/BitcoinIngressEgress/depositReceived.d.cts +238 -0
- package/dist/131/BitcoinIngressEgress/depositReceived.d.ts +238 -0
- package/dist/131/BitcoinIngressEgress/depositReceived.mjs +20 -0
- package/dist/131/BitcoinIngressEgress/depositWitnessRejected.cjs +10 -0
- package/dist/131/BitcoinIngressEgress/depositWitnessRejected.mjs +10 -0
- package/dist/131/BitcoinIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/131/BitcoinIngressEgress/failedToBuildAllBatchCall.mjs +9 -0
- package/dist/131/BitcoinThresholdSigner/keyHandoverFailure.cjs +7 -0
- package/dist/131/BitcoinThresholdSigner/keyHandoverFailure.mjs +7 -0
- package/dist/131/BitcoinThresholdSigner/keyHandoverFailureReported.cjs +6 -0
- package/dist/131/BitcoinThresholdSigner/keyHandoverFailureReported.mjs +6 -0
- package/dist/131/BitcoinThresholdSigner/keyHandoverRequest.cjs +15 -0
- package/dist/131/BitcoinThresholdSigner/keyHandoverRequest.mjs +15 -0
- package/dist/131/BitcoinThresholdSigner/keyHandoverResponseTimeout.cjs +9 -0
- package/dist/131/BitcoinThresholdSigner/keyHandoverResponseTimeout.mjs +9 -0
- package/dist/131/BitcoinThresholdSigner/keyHandoverSuccess.cjs +7 -0
- package/dist/131/BitcoinThresholdSigner/keyHandoverSuccess.mjs +7 -0
- package/dist/131/BitcoinThresholdSigner/keyHandoverSuccessReported.cjs +6 -0
- package/dist/131/BitcoinThresholdSigner/keyHandoverSuccessReported.mjs +6 -0
- package/dist/131/BitcoinThresholdSigner/keyHandoverVerificationFailure.cjs +9 -0
- package/dist/131/BitcoinThresholdSigner/keyHandoverVerificationFailure.mjs +9 -0
- package/dist/131/BitcoinThresholdSigner/keyHandoverVerificationSuccess.cjs +9 -0
- package/dist/131/BitcoinThresholdSigner/keyHandoverVerificationSuccess.mjs +9 -0
- package/dist/131/BitcoinThresholdSigner/keyRotationCompleted.cjs +6 -0
- package/dist/131/BitcoinThresholdSigner/keyRotationCompleted.mjs +6 -0
- package/dist/131/BitcoinThresholdSigner/keygenFailure.cjs +6 -0
- package/dist/131/BitcoinThresholdSigner/keygenFailure.mjs +6 -0
- package/dist/131/BitcoinThresholdSigner/keygenFailureReported.cjs +6 -0
- package/dist/131/BitcoinThresholdSigner/keygenFailureReported.mjs +6 -0
- package/dist/131/BitcoinThresholdSigner/keygenRequest.cjs +11 -0
- package/dist/131/BitcoinThresholdSigner/keygenRequest.mjs +11 -0
- package/dist/131/BitcoinThresholdSigner/keygenResponseTimeout.cjs +6 -0
- package/dist/131/BitcoinThresholdSigner/keygenResponseTimeout.mjs +6 -0
- package/dist/131/BitcoinThresholdSigner/keygenResponseTimeoutUpdated.cjs +8 -0
- package/dist/131/BitcoinThresholdSigner/keygenResponseTimeoutUpdated.mjs +8 -0
- package/dist/131/BitcoinThresholdSigner/keygenSuccess.cjs +6 -0
- package/dist/131/BitcoinThresholdSigner/keygenSuccess.mjs +6 -0
- package/dist/131/BitcoinThresholdSigner/keygenSuccessReported.cjs +6 -0
- package/dist/131/BitcoinThresholdSigner/keygenSuccessReported.mjs +6 -0
- package/dist/131/BitcoinThresholdSigner/keygenVerificationFailure.cjs +9 -0
- package/dist/131/BitcoinThresholdSigner/keygenVerificationFailure.mjs +9 -0
- package/dist/131/BitcoinThresholdSigner/keygenVerificationSuccess.cjs +9 -0
- package/dist/131/BitcoinThresholdSigner/keygenVerificationSuccess.mjs +9 -0
- package/dist/131/BitcoinThresholdSigner/noKeyHandover.cjs +6 -0
- package/dist/131/BitcoinThresholdSigner/noKeyHandover.mjs +6 -0
- package/dist/131/BitcoinVault/vaultActivationCompleted.cjs +6 -0
- package/dist/131/BitcoinVault/vaultActivationCompleted.mjs +6 -0
- package/dist/131/Environment/addedNewEthAsset.cjs +7 -0
- package/dist/131/Environment/addedNewEthAsset.mjs +7 -0
- package/dist/131/Environment/runtimeSafeModeUpdated.cjs +9 -0
- package/dist/131/Environment/runtimeSafeModeUpdated.d.cts +687 -0
- package/dist/131/Environment/runtimeSafeModeUpdated.d.ts +687 -0
- package/dist/131/Environment/runtimeSafeModeUpdated.mjs +9 -0
- package/dist/131/Environment/updatedEthAsset.cjs +7 -0
- package/dist/131/Environment/updatedEthAsset.mjs +7 -0
- package/dist/131/EthereumBroadcaster/broadcastSuccess.cjs +11 -0
- package/dist/131/EthereumBroadcaster/broadcastSuccess.mjs +11 -0
- package/dist/131/EthereumChainTracking/feeMultiplierUpdated.cjs +9 -0
- package/dist/131/EthereumChainTracking/feeMultiplierUpdated.mjs +9 -0
- package/dist/131/EthereumIngressEgress/assetEgressStatusChanged.cjs +10 -0
- package/dist/131/EthereumIngressEgress/assetEgressStatusChanged.mjs +10 -0
- package/dist/131/EthereumIngressEgress/channelOpeningFeePaid.cjs +7 -0
- package/dist/131/EthereumIngressEgress/channelOpeningFeePaid.mjs +7 -0
- package/dist/131/EthereumIngressEgress/channelOpeningFeeSet.cjs +7 -0
- package/dist/131/EthereumIngressEgress/channelOpeningFeeSet.mjs +7 -0
- package/dist/131/EthereumIngressEgress/depositFetchesScheduled.cjs +10 -0
- package/dist/131/EthereumIngressEgress/depositFetchesScheduled.d.cts +24 -0
- package/dist/131/EthereumIngressEgress/depositFetchesScheduled.d.ts +24 -0
- package/dist/131/EthereumIngressEgress/depositFetchesScheduled.mjs +10 -0
- package/dist/131/EthereumIngressEgress/depositIgnored.cjs +17 -0
- package/dist/131/EthereumIngressEgress/depositIgnored.d.cts +40 -0
- package/dist/131/EthereumIngressEgress/depositIgnored.d.ts +40 -0
- package/dist/131/EthereumIngressEgress/depositIgnored.mjs +17 -0
- package/dist/131/EthereumIngressEgress/depositReceived.cjs +18 -0
- package/dist/131/EthereumIngressEgress/depositReceived.d.cts +109 -0
- package/dist/131/EthereumIngressEgress/depositReceived.d.ts +109 -0
- package/dist/131/EthereumIngressEgress/depositReceived.mjs +18 -0
- package/dist/131/EthereumIngressEgress/depositWitnessRejected.cjs +10 -0
- package/dist/131/EthereumIngressEgress/depositWitnessRejected.d.cts +263 -0
- package/dist/131/EthereumIngressEgress/depositWitnessRejected.d.ts +263 -0
- package/dist/131/EthereumIngressEgress/depositWitnessRejected.mjs +10 -0
- package/dist/131/EthereumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/131/EthereumIngressEgress/failedToBuildAllBatchCall.d.cts +369 -0
- package/dist/131/EthereumIngressEgress/failedToBuildAllBatchCall.d.ts +369 -0
- package/dist/131/EthereumIngressEgress/failedToBuildAllBatchCall.mjs +9 -0
- package/dist/131/EthereumIngressEgress/minimumDepositSet.cjs +10 -0
- package/dist/131/EthereumIngressEgress/minimumDepositSet.mjs +10 -0
- package/dist/131/EthereumIngressEgress/transferFallbackRequested.cjs +12 -0
- package/dist/131/EthereumIngressEgress/transferFallbackRequested.d.cts +30 -0
- package/dist/131/EthereumIngressEgress/transferFallbackRequested.d.ts +30 -0
- package/dist/131/EthereumIngressEgress/transferFallbackRequested.mjs +12 -0
- package/dist/131/EthereumThresholdSigner/keyHandoverFailure.cjs +7 -0
- package/dist/131/EthereumThresholdSigner/keyHandoverFailure.mjs +7 -0
- package/dist/131/EthereumThresholdSigner/keyHandoverFailureReported.cjs +6 -0
- package/dist/131/EthereumThresholdSigner/keyHandoverFailureReported.mjs +6 -0
- package/dist/131/EthereumThresholdSigner/keyHandoverRequest.cjs +15 -0
- package/dist/131/EthereumThresholdSigner/keyHandoverRequest.mjs +15 -0
- package/dist/131/EthereumThresholdSigner/keyHandoverResponseTimeout.cjs +9 -0
- package/dist/131/EthereumThresholdSigner/keyHandoverResponseTimeout.mjs +9 -0
- package/dist/131/EthereumThresholdSigner/keyHandoverSuccess.cjs +7 -0
- package/dist/131/EthereumThresholdSigner/keyHandoverSuccess.mjs +7 -0
- package/dist/131/EthereumThresholdSigner/keyHandoverSuccessReported.cjs +6 -0
- package/dist/131/EthereumThresholdSigner/keyHandoverSuccessReported.mjs +6 -0
- package/dist/131/EthereumThresholdSigner/keyHandoverVerificationFailure.cjs +9 -0
- package/dist/131/EthereumThresholdSigner/keyHandoverVerificationFailure.mjs +9 -0
- package/dist/131/EthereumThresholdSigner/keyHandoverVerificationSuccess.cjs +9 -0
- package/dist/131/EthereumThresholdSigner/keyHandoverVerificationSuccess.mjs +9 -0
- package/dist/131/EthereumThresholdSigner/keyRotationCompleted.cjs +6 -0
- package/dist/131/EthereumThresholdSigner/keyRotationCompleted.mjs +6 -0
- package/dist/131/EthereumThresholdSigner/keygenFailure.cjs +6 -0
- package/dist/131/EthereumThresholdSigner/keygenFailure.mjs +6 -0
- package/dist/131/EthereumThresholdSigner/keygenFailureReported.cjs +6 -0
- package/dist/131/EthereumThresholdSigner/keygenFailureReported.mjs +6 -0
- package/dist/131/EthereumThresholdSigner/keygenRequest.cjs +11 -0
- package/dist/131/EthereumThresholdSigner/keygenRequest.mjs +11 -0
- package/dist/131/EthereumThresholdSigner/keygenResponseTimeout.cjs +6 -0
- package/dist/131/EthereumThresholdSigner/keygenResponseTimeout.mjs +6 -0
- package/dist/131/EthereumThresholdSigner/keygenResponseTimeoutUpdated.cjs +8 -0
- package/dist/131/EthereumThresholdSigner/keygenResponseTimeoutUpdated.mjs +8 -0
- package/dist/131/EthereumThresholdSigner/keygenSuccess.cjs +6 -0
- package/dist/131/EthereumThresholdSigner/keygenSuccess.mjs +6 -0
- package/dist/131/EthereumThresholdSigner/keygenSuccessReported.cjs +6 -0
- package/dist/131/EthereumThresholdSigner/keygenSuccessReported.mjs +6 -0
- package/dist/131/EthereumThresholdSigner/keygenVerificationFailure.cjs +9 -0
- package/dist/131/EthereumThresholdSigner/keygenVerificationFailure.mjs +9 -0
- package/dist/131/EthereumThresholdSigner/keygenVerificationSuccess.cjs +9 -0
- package/dist/131/EthereumThresholdSigner/keygenVerificationSuccess.mjs +9 -0
- package/dist/131/EthereumThresholdSigner/noKeyHandover.cjs +6 -0
- package/dist/131/EthereumThresholdSigner/noKeyHandover.mjs +6 -0
- package/dist/131/EthereumVault/vaultActivationCompleted.cjs +6 -0
- package/dist/131/EthereumVault/vaultActivationCompleted.mjs +6 -0
- package/dist/131/LiquidityPools/assetSwapped.cjs +12 -0
- package/dist/131/LiquidityPools/assetSwapped.d.cts +40 -0
- package/dist/131/LiquidityPools/assetSwapped.d.ts +40 -0
- package/dist/131/LiquidityPools/assetSwapped.mjs +12 -0
- package/dist/131/LiquidityPools/limitOrderUpdated.cjs +24 -0
- package/dist/131/LiquidityPools/limitOrderUpdated.d.cts +98 -0
- package/dist/131/LiquidityPools/limitOrderUpdated.d.ts +98 -0
- package/dist/131/LiquidityPools/limitOrderUpdated.mjs +24 -0
- package/dist/131/LiquidityPools/newPoolCreated.cjs +12 -0
- package/dist/131/LiquidityPools/newPoolCreated.d.cts +40 -0
- package/dist/131/LiquidityPools/newPoolCreated.d.ts +40 -0
- package/dist/131/LiquidityPools/newPoolCreated.mjs +12 -0
- package/dist/131/LiquidityPools/poolFeeSet.cjs +11 -0
- package/dist/131/LiquidityPools/poolFeeSet.d.cts +37 -0
- package/dist/131/LiquidityPools/poolFeeSet.d.ts +37 -0
- package/dist/131/LiquidityPools/poolFeeSet.mjs +11 -0
- package/dist/131/LiquidityPools/rangeOrderUpdated.cjs +22 -0
- package/dist/131/LiquidityPools/rangeOrderUpdated.d.cts +208 -0
- package/dist/131/LiquidityPools/rangeOrderUpdated.d.ts +208 -0
- package/dist/131/LiquidityPools/rangeOrderUpdated.mjs +22 -0
- package/dist/131/LiquidityProvider/accountCredited.cjs +11 -0
- package/dist/131/LiquidityProvider/accountCredited.d.cts +27 -0
- package/dist/131/LiquidityProvider/accountCredited.d.ts +27 -0
- package/dist/131/LiquidityProvider/accountCredited.mjs +11 -0
- package/dist/131/LiquidityProvider/accountDebited.cjs +11 -0
- package/dist/131/LiquidityProvider/accountDebited.d.cts +27 -0
- package/dist/131/LiquidityProvider/accountDebited.d.ts +27 -0
- package/dist/131/LiquidityProvider/accountDebited.mjs +11 -0
- package/dist/131/LiquidityProvider/liquidityDepositAddressReady.cjs +20 -0
- package/dist/131/LiquidityProvider/liquidityDepositAddressReady.d.cts +84 -0
- package/dist/131/LiquidityProvider/liquidityDepositAddressReady.d.ts +84 -0
- package/dist/131/LiquidityProvider/liquidityDepositAddressReady.mjs +20 -0
- package/dist/131/LiquidityProvider/liquidityDepositCredited.cjs +11 -0
- package/dist/131/LiquidityProvider/liquidityDepositCredited.d.cts +27 -0
- package/dist/131/LiquidityProvider/liquidityDepositCredited.d.ts +27 -0
- package/dist/131/LiquidityProvider/liquidityDepositCredited.mjs +11 -0
- package/dist/131/LiquidityProvider/withdrawalEgressScheduled.cjs +18 -0
- package/dist/131/LiquidityProvider/withdrawalEgressScheduled.d.cts +88 -0
- package/dist/131/LiquidityProvider/withdrawalEgressScheduled.d.ts +88 -0
- package/dist/131/LiquidityProvider/withdrawalEgressScheduled.mjs +18 -0
- package/dist/131/PolkadotBroadcaster/broadcastSuccess.cjs +11 -0
- package/dist/131/PolkadotBroadcaster/broadcastSuccess.mjs +11 -0
- package/dist/131/PolkadotChainTracking/feeMultiplierUpdated.cjs +9 -0
- package/dist/131/PolkadotChainTracking/feeMultiplierUpdated.mjs +9 -0
- package/dist/131/PolkadotIngressEgress/channelOpeningFeePaid.cjs +7 -0
- package/dist/131/PolkadotIngressEgress/channelOpeningFeePaid.mjs +7 -0
- package/dist/131/PolkadotIngressEgress/channelOpeningFeeSet.cjs +7 -0
- package/dist/131/PolkadotIngressEgress/channelOpeningFeeSet.mjs +7 -0
- package/dist/131/PolkadotIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/131/PolkadotIngressEgress/failedToBuildAllBatchCall.mjs +9 -0
- package/dist/131/PolkadotThresholdSigner/keyHandoverFailure.cjs +7 -0
- package/dist/131/PolkadotThresholdSigner/keyHandoverFailure.mjs +7 -0
- package/dist/131/PolkadotThresholdSigner/keyHandoverFailureReported.cjs +6 -0
- package/dist/131/PolkadotThresholdSigner/keyHandoverFailureReported.mjs +6 -0
- package/dist/131/PolkadotThresholdSigner/keyHandoverRequest.cjs +15 -0
- package/dist/131/PolkadotThresholdSigner/keyHandoverRequest.mjs +15 -0
- package/dist/131/PolkadotThresholdSigner/keyHandoverResponseTimeout.cjs +9 -0
- package/dist/131/PolkadotThresholdSigner/keyHandoverResponseTimeout.mjs +9 -0
- package/dist/131/PolkadotThresholdSigner/keyHandoverSuccess.cjs +7 -0
- package/dist/131/PolkadotThresholdSigner/keyHandoverSuccess.mjs +7 -0
- package/dist/131/PolkadotThresholdSigner/keyHandoverSuccessReported.cjs +6 -0
- package/dist/131/PolkadotThresholdSigner/keyHandoverSuccessReported.mjs +6 -0
- package/dist/131/PolkadotThresholdSigner/keyHandoverVerificationFailure.cjs +9 -0
- package/dist/131/PolkadotThresholdSigner/keyHandoverVerificationFailure.mjs +9 -0
- package/dist/131/PolkadotThresholdSigner/keyHandoverVerificationSuccess.cjs +9 -0
- package/dist/131/PolkadotThresholdSigner/keyHandoverVerificationSuccess.mjs +9 -0
- package/dist/131/PolkadotThresholdSigner/keyRotationCompleted.cjs +6 -0
- package/dist/131/PolkadotThresholdSigner/keyRotationCompleted.mjs +6 -0
- package/dist/131/PolkadotThresholdSigner/keygenFailure.cjs +6 -0
- package/dist/131/PolkadotThresholdSigner/keygenFailure.mjs +6 -0
- package/dist/131/PolkadotThresholdSigner/keygenFailureReported.cjs +6 -0
- package/dist/131/PolkadotThresholdSigner/keygenFailureReported.mjs +6 -0
- package/dist/131/PolkadotThresholdSigner/keygenRequest.cjs +11 -0
- package/dist/131/PolkadotThresholdSigner/keygenRequest.mjs +11 -0
- package/dist/131/PolkadotThresholdSigner/keygenResponseTimeout.cjs +6 -0
- package/dist/131/PolkadotThresholdSigner/keygenResponseTimeout.mjs +6 -0
- package/dist/131/PolkadotThresholdSigner/keygenResponseTimeoutUpdated.cjs +8 -0
- package/dist/131/PolkadotThresholdSigner/keygenResponseTimeoutUpdated.mjs +8 -0
- package/dist/131/PolkadotThresholdSigner/keygenSuccess.cjs +6 -0
- package/dist/131/PolkadotThresholdSigner/keygenSuccess.mjs +6 -0
- package/dist/131/PolkadotThresholdSigner/keygenSuccessReported.cjs +6 -0
- package/dist/131/PolkadotThresholdSigner/keygenSuccessReported.mjs +6 -0
- package/dist/131/PolkadotThresholdSigner/keygenVerificationFailure.cjs +9 -0
- package/dist/131/PolkadotThresholdSigner/keygenVerificationFailure.mjs +9 -0
- package/dist/131/PolkadotThresholdSigner/keygenVerificationSuccess.cjs +7 -0
- package/dist/131/PolkadotThresholdSigner/keygenVerificationSuccess.mjs +7 -0
- package/dist/131/PolkadotThresholdSigner/noKeyHandover.cjs +6 -0
- package/dist/131/PolkadotThresholdSigner/noKeyHandover.mjs +6 -0
- package/dist/131/PolkadotVault/vaultActivationCompleted.cjs +6 -0
- package/dist/131/PolkadotVault/vaultActivationCompleted.mjs +6 -0
- package/dist/131/Reputation/offencePenalty.cjs +11 -0
- package/dist/131/Reputation/offencePenalty.mjs +11 -0
- package/dist/131/Reputation/penaltyUpdated.cjs +11 -0
- package/dist/131/Reputation/penaltyUpdated.mjs +11 -0
- package/dist/131/Swapping/batchSwapFailed.cjs +11 -0
- package/dist/131/Swapping/batchSwapFailed.d.cts +37 -0
- package/dist/131/Swapping/batchSwapFailed.d.ts +37 -0
- package/dist/131/Swapping/batchSwapFailed.mjs +11 -0
- package/dist/131/Swapping/ccmFailed.cjs +17 -0
- package/dist/131/Swapping/ccmFailed.d.cts +532 -0
- package/dist/131/Swapping/ccmFailed.d.ts +532 -0
- package/dist/131/Swapping/ccmFailed.mjs +17 -0
- package/dist/131/Swapping/maximumSwapAmountSet.cjs +10 -0
- package/dist/131/Swapping/maximumSwapAmountSet.d.cts +24 -0
- package/dist/131/Swapping/maximumSwapAmountSet.d.ts +24 -0
- package/dist/131/Swapping/maximumSwapAmountSet.mjs +10 -0
- package/dist/131/Swapping/swapAmountConfiscated.cjs +13 -0
- package/dist/131/Swapping/swapAmountConfiscated.d.cts +43 -0
- package/dist/131/Swapping/swapAmountConfiscated.d.ts +43 -0
- package/dist/131/Swapping/swapAmountConfiscated.mjs +13 -0
- package/dist/131/Swapping/swapDepositAddressReady.cjs +23 -0
- package/dist/131/Swapping/swapDepositAddressReady.d.cts +168 -0
- package/dist/131/Swapping/swapDepositAddressReady.d.ts +168 -0
- package/dist/131/Swapping/swapDepositAddressReady.mjs +23 -0
- package/dist/131/Swapping/swapEgressIgnored.cjs +12 -0
- package/dist/131/Swapping/swapEgressIgnored.d.cts +247 -0
- package/dist/131/Swapping/swapEgressIgnored.d.ts +247 -0
- package/dist/131/Swapping/swapEgressIgnored.mjs +12 -0
- package/dist/131/Swapping/swapEgressScheduled.cjs +17 -0
- package/dist/131/Swapping/swapEgressScheduled.d.cts +43 -0
- package/dist/131/Swapping/swapEgressScheduled.d.ts +43 -0
- package/dist/131/Swapping/swapEgressScheduled.mjs +17 -0
- package/dist/131/Swapping/swapExecuted.cjs +16 -0
- package/dist/131/Swapping/swapExecuted.d.cts +52 -0
- package/dist/131/Swapping/swapExecuted.d.ts +52 -0
- package/dist/131/Swapping/swapExecuted.mjs +16 -0
- package/dist/131/Swapping/swapScheduled.cjs +23 -0
- package/dist/131/Swapping/swapScheduled.d.cts +552 -0
- package/dist/131/Swapping/swapScheduled.d.ts +552 -0
- package/dist/131/Swapping/swapScheduled.mjs +23 -0
- package/dist/131/Swapping/withdrawalRequested.cjs +18 -0
- package/dist/131/Swapping/withdrawalRequested.d.cts +88 -0
- package/dist/131/Swapping/withdrawalRequested.d.ts +88 -0
- package/dist/131/Swapping/withdrawalRequested.mjs +18 -0
- package/dist/131/System/upgradeAuthorized.cjs +7 -0
- package/dist/131/System/upgradeAuthorized.mjs +7 -0
- package/dist/131/Witnesser/prewitnessExecutionFailed.cjs +10 -0
- package/dist/131/Witnesser/prewitnessExecutionFailed.d.cts +231 -0
- package/dist/131/Witnesser/prewitnessExecutionFailed.d.ts +231 -0
- package/dist/131/Witnesser/prewitnessExecutionFailed.mjs +10 -0
- package/dist/141/AccountRoles/accountRoleDeregistered.cjs +10 -0
- package/dist/141/AccountRoles/accountRoleDeregistered.mjs +10 -0
- package/dist/141/AccountRoles/vanityNameSet.cjs +7 -0
- package/dist/141/AccountRoles/vanityNameSet.mjs +7 -0
- package/dist/141/ArbitrumBroadcaster/broadcastAborted.cjs +6 -0
- package/dist/141/ArbitrumBroadcaster/broadcastAborted.mjs +6 -0
- package/dist/141/ArbitrumBroadcaster/broadcastCallbackExecuted.cjs +10 -0
- package/dist/141/ArbitrumBroadcaster/broadcastCallbackExecuted.d.cts +332 -0
- package/dist/141/ArbitrumBroadcaster/broadcastCallbackExecuted.d.ts +332 -0
- package/dist/141/ArbitrumBroadcaster/broadcastCallbackExecuted.mjs +10 -0
- package/dist/141/ArbitrumBroadcaster/broadcastRetryScheduled.cjs +9 -0
- package/dist/141/ArbitrumBroadcaster/broadcastRetryScheduled.mjs +9 -0
- package/dist/141/ArbitrumBroadcaster/broadcastSuccess.cjs +11 -0
- package/dist/141/ArbitrumBroadcaster/broadcastSuccess.mjs +11 -0
- package/dist/141/ArbitrumBroadcaster/broadcastTimeout.cjs +6 -0
- package/dist/141/ArbitrumBroadcaster/broadcastTimeout.mjs +6 -0
- package/dist/141/ArbitrumBroadcaster/callResigned.cjs +6 -0
- package/dist/141/ArbitrumBroadcaster/callResigned.mjs +6 -0
- package/dist/141/ArbitrumBroadcaster/thresholdSignatureInvalid.cjs +6 -0
- package/dist/141/ArbitrumBroadcaster/thresholdSignatureInvalid.mjs +6 -0
- package/dist/141/ArbitrumBroadcaster/transactionBroadcastRequest.cjs +16 -0
- package/dist/141/ArbitrumBroadcaster/transactionBroadcastRequest.d.cts +75 -0
- package/dist/141/ArbitrumBroadcaster/transactionBroadcastRequest.d.ts +75 -0
- package/dist/141/ArbitrumBroadcaster/transactionBroadcastRequest.mjs +16 -0
- package/dist/141/ArbitrumBroadcaster/transactionFeeDeficitRecorded.cjs +10 -0
- package/dist/141/ArbitrumBroadcaster/transactionFeeDeficitRecorded.mjs +10 -0
- package/dist/141/ArbitrumBroadcaster/transactionFeeDeficitRefused.cjs +7 -0
- package/dist/141/ArbitrumBroadcaster/transactionFeeDeficitRefused.mjs +7 -0
- package/dist/141/ArbitrumChainTracking/chainStateUpdated.cjs +9 -0
- package/dist/141/ArbitrumChainTracking/chainStateUpdated.mjs +9 -0
- package/dist/141/ArbitrumChainTracking/feeMultiplierUpdated.cjs +9 -0
- package/dist/141/ArbitrumChainTracking/feeMultiplierUpdated.mjs +9 -0
- package/dist/141/ArbitrumIngressEgress/assetEgressStatusChanged.cjs +10 -0
- package/dist/141/ArbitrumIngressEgress/assetEgressStatusChanged.mjs +10 -0
- package/dist/141/ArbitrumIngressEgress/batchBroadcastRequested.cjs +10 -0
- package/dist/141/ArbitrumIngressEgress/batchBroadcastRequested.mjs +10 -0
- package/dist/141/ArbitrumIngressEgress/boostFundsAdded.cjs +11 -0
- package/dist/141/ArbitrumIngressEgress/boostFundsAdded.mjs +11 -0
- package/dist/141/ArbitrumIngressEgress/boostPoolCreated.cjs +9 -0
- package/dist/141/ArbitrumIngressEgress/boostPoolCreated.mjs +9 -0
- package/dist/141/ArbitrumIngressEgress/ccmBroadcastFailed.cjs +6 -0
- package/dist/141/ArbitrumIngressEgress/ccmBroadcastFailed.mjs +6 -0
- package/dist/141/ArbitrumIngressEgress/ccmBroadcastRequested.cjs +10 -0
- package/dist/141/ArbitrumIngressEgress/ccmBroadcastRequested.d.cts +24 -0
- package/dist/141/ArbitrumIngressEgress/ccmBroadcastRequested.d.ts +24 -0
- package/dist/141/ArbitrumIngressEgress/ccmBroadcastRequested.mjs +10 -0
- package/dist/141/ArbitrumIngressEgress/ccmEgressInvalid.cjs +10 -0
- package/dist/141/ArbitrumIngressEgress/ccmEgressInvalid.d.cts +241 -0
- package/dist/141/ArbitrumIngressEgress/ccmEgressInvalid.d.ts +241 -0
- package/dist/141/ArbitrumIngressEgress/ccmEgressInvalid.mjs +10 -0
- package/dist/141/ArbitrumIngressEgress/channelOpeningFeePaid.cjs +7 -0
- package/dist/141/ArbitrumIngressEgress/channelOpeningFeePaid.mjs +7 -0
- package/dist/141/ArbitrumIngressEgress/channelOpeningFeeSet.cjs +7 -0
- package/dist/141/ArbitrumIngressEgress/channelOpeningFeeSet.mjs +7 -0
- package/dist/141/ArbitrumIngressEgress/depositBoosted.cjs +21 -0
- package/dist/141/ArbitrumIngressEgress/depositBoosted.d.cts +133 -0
- package/dist/141/ArbitrumIngressEgress/depositBoosted.d.ts +133 -0
- package/dist/141/ArbitrumIngressEgress/depositBoosted.mjs +21 -0
- package/dist/141/ArbitrumIngressEgress/depositFetchesScheduled.cjs +10 -0
- package/dist/141/ArbitrumIngressEgress/depositFetchesScheduled.d.cts +24 -0
- package/dist/141/ArbitrumIngressEgress/depositFetchesScheduled.d.ts +24 -0
- package/dist/141/ArbitrumIngressEgress/depositFetchesScheduled.mjs +10 -0
- package/dist/141/ArbitrumIngressEgress/depositFinalised.cjs +19 -0
- package/dist/141/ArbitrumIngressEgress/depositFinalised.d.cts +127 -0
- package/dist/141/ArbitrumIngressEgress/depositFinalised.d.ts +127 -0
- package/dist/141/ArbitrumIngressEgress/depositFinalised.mjs +19 -0
- package/dist/141/ArbitrumIngressEgress/depositIgnored.cjs +17 -0
- package/dist/141/ArbitrumIngressEgress/depositIgnored.d.cts +40 -0
- package/dist/141/ArbitrumIngressEgress/depositIgnored.d.ts +40 -0
- package/dist/141/ArbitrumIngressEgress/depositIgnored.mjs +17 -0
- package/dist/141/ArbitrumIngressEgress/depositWitnessRejected.cjs +10 -0
- package/dist/141/ArbitrumIngressEgress/depositWitnessRejected.d.cts +263 -0
- package/dist/141/ArbitrumIngressEgress/depositWitnessRejected.d.ts +263 -0
- package/dist/141/ArbitrumIngressEgress/depositWitnessRejected.mjs +10 -0
- package/dist/141/ArbitrumIngressEgress/failedForeignChainCallExpired.cjs +8 -0
- package/dist/141/ArbitrumIngressEgress/failedForeignChainCallExpired.mjs +8 -0
- package/dist/141/ArbitrumIngressEgress/failedForeignChainCallResigned.cjs +9 -0
- package/dist/141/ArbitrumIngressEgress/failedForeignChainCallResigned.mjs +9 -0
- package/dist/141/ArbitrumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/141/ArbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +369 -0
- package/dist/141/ArbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +369 -0
- package/dist/141/ArbitrumIngressEgress/failedToBuildAllBatchCall.mjs +9 -0
- package/dist/141/ArbitrumIngressEgress/insufficientBoostLiquidity.cjs +12 -0
- package/dist/141/ArbitrumIngressEgress/insufficientBoostLiquidity.d.cts +30 -0
- package/dist/141/ArbitrumIngressEgress/insufficientBoostLiquidity.d.ts +30 -0
- package/dist/141/ArbitrumIngressEgress/insufficientBoostLiquidity.mjs +12 -0
- package/dist/141/ArbitrumIngressEgress/minimumDepositSet.cjs +10 -0
- package/dist/141/ArbitrumIngressEgress/minimumDepositSet.mjs +10 -0
- package/dist/141/ArbitrumIngressEgress/stoppedBoosting.cjs +12 -0
- package/dist/141/ArbitrumIngressEgress/stoppedBoosting.mjs +12 -0
- package/dist/141/ArbitrumIngressEgress/transferFallbackRequested.cjs +12 -0
- package/dist/141/ArbitrumIngressEgress/transferFallbackRequested.d.cts +30 -0
- package/dist/141/ArbitrumIngressEgress/transferFallbackRequested.d.ts +30 -0
- package/dist/141/ArbitrumIngressEgress/transferFallbackRequested.mjs +12 -0
- package/dist/141/ArbitrumIngressEgress/utxoConsolidation.cjs +6 -0
- package/dist/141/ArbitrumIngressEgress/utxoConsolidation.mjs +6 -0
- package/dist/141/ArbitrumVault/awaitingGovernanceActivation.cjs +9 -0
- package/dist/141/ArbitrumVault/awaitingGovernanceActivation.mjs +9 -0
- package/dist/141/ArbitrumVault/chainInitialized.cjs +6 -0
- package/dist/141/ArbitrumVault/chainInitialized.mjs +6 -0
- package/dist/141/ArbitrumVault/vaultActivationCompleted.cjs +6 -0
- package/dist/141/ArbitrumVault/vaultActivationCompleted.mjs +6 -0
- package/dist/141/ArbitrumVault/vaultRotatedExternally.cjs +6 -0
- package/dist/141/ArbitrumVault/vaultRotatedExternally.mjs +6 -0
- package/dist/141/BitcoinIngressEgress/batchBroadcastRequested.cjs +10 -0
- package/dist/141/BitcoinIngressEgress/batchBroadcastRequested.mjs +10 -0
- package/dist/141/BitcoinIngressEgress/boostFundsAdded.cjs +11 -0
- package/dist/141/BitcoinIngressEgress/boostFundsAdded.mjs +11 -0
- package/dist/141/BitcoinIngressEgress/boostPoolCreated.cjs +9 -0
- package/dist/141/BitcoinIngressEgress/boostPoolCreated.mjs +9 -0
- package/dist/141/BitcoinIngressEgress/ccmBroadcastRequested.cjs +10 -0
- package/dist/141/BitcoinIngressEgress/ccmBroadcastRequested.d.cts +24 -0
- package/dist/141/BitcoinIngressEgress/ccmBroadcastRequested.d.ts +24 -0
- package/dist/141/BitcoinIngressEgress/ccmBroadcastRequested.mjs +10 -0
- package/dist/141/BitcoinIngressEgress/ccmEgressInvalid.cjs +10 -0
- package/dist/141/BitcoinIngressEgress/ccmEgressInvalid.mjs +10 -0
- package/dist/141/BitcoinIngressEgress/depositBoosted.cjs +23 -0
- package/dist/141/BitcoinIngressEgress/depositBoosted.d.cts +262 -0
- package/dist/141/BitcoinIngressEgress/depositBoosted.d.ts +262 -0
- package/dist/141/BitcoinIngressEgress/depositBoosted.mjs +23 -0
- package/dist/141/BitcoinIngressEgress/depositFinalised.cjs +21 -0
- package/dist/141/BitcoinIngressEgress/depositFinalised.d.cts +256 -0
- package/dist/141/BitcoinIngressEgress/depositFinalised.d.ts +256 -0
- package/dist/141/BitcoinIngressEgress/depositFinalised.mjs +21 -0
- package/dist/141/BitcoinIngressEgress/insufficientBoostLiquidity.cjs +12 -0
- package/dist/141/BitcoinIngressEgress/insufficientBoostLiquidity.mjs +12 -0
- package/dist/141/BitcoinIngressEgress/stoppedBoosting.cjs +12 -0
- package/dist/141/BitcoinIngressEgress/stoppedBoosting.mjs +12 -0
- package/dist/141/BitcoinVault/chainInitialized.cjs +6 -0
- package/dist/141/BitcoinVault/chainInitialized.mjs +6 -0
- package/dist/141/Emissions/networkFeeBurned.cjs +10 -0
- package/dist/141/Emissions/networkFeeBurned.mjs +10 -0
- package/dist/141/Environment/addedNewArbAsset.cjs +7 -0
- package/dist/141/Environment/addedNewArbAsset.mjs +7 -0
- package/dist/141/Environment/arbitrumInitialized.cjs +6 -0
- package/dist/141/Environment/arbitrumInitialized.mjs +6 -0
- package/dist/141/Environment/runtimeSafeModeUpdated.cjs +9 -0
- package/dist/141/Environment/runtimeSafeModeUpdated.d.cts +955 -0
- package/dist/141/Environment/runtimeSafeModeUpdated.d.ts +955 -0
- package/dist/141/Environment/runtimeSafeModeUpdated.mjs +9 -0
- package/dist/141/Environment/staleUtxosDiscarded.cjs +7 -0
- package/dist/141/Environment/staleUtxosDiscarded.mjs +7 -0
- package/dist/141/Environment/updatedArbAsset.cjs +7 -0
- package/dist/141/Environment/updatedArbAsset.mjs +7 -0
- package/dist/141/Environment/utxoConsolidationParametersUpdated.cjs +9 -0
- package/dist/141/Environment/utxoConsolidationParametersUpdated.mjs +9 -0
- package/dist/141/EthereumIngressEgress/batchBroadcastRequested.cjs +10 -0
- package/dist/141/EthereumIngressEgress/batchBroadcastRequested.mjs +10 -0
- package/dist/141/EthereumIngressEgress/boostFundsAdded.cjs +11 -0
- package/dist/141/EthereumIngressEgress/boostFundsAdded.mjs +11 -0
- package/dist/141/EthereumIngressEgress/boostPoolCreated.cjs +9 -0
- package/dist/141/EthereumIngressEgress/boostPoolCreated.mjs +9 -0
- package/dist/141/EthereumIngressEgress/ccmBroadcastRequested.cjs +10 -0
- package/dist/141/EthereumIngressEgress/ccmBroadcastRequested.d.cts +24 -0
- package/dist/141/EthereumIngressEgress/ccmBroadcastRequested.d.ts +24 -0
- package/dist/141/EthereumIngressEgress/ccmBroadcastRequested.mjs +10 -0
- package/dist/141/EthereumIngressEgress/ccmEgressInvalid.cjs +10 -0
- package/dist/141/EthereumIngressEgress/ccmEgressInvalid.mjs +10 -0
- package/dist/141/EthereumIngressEgress/depositBoosted.cjs +21 -0
- package/dist/141/EthereumIngressEgress/depositBoosted.d.cts +133 -0
- package/dist/141/EthereumIngressEgress/depositBoosted.d.ts +133 -0
- package/dist/141/EthereumIngressEgress/depositBoosted.mjs +21 -0
- package/dist/141/EthereumIngressEgress/depositFinalised.cjs +19 -0
- package/dist/141/EthereumIngressEgress/depositFinalised.mjs +19 -0
- package/dist/141/EthereumIngressEgress/insufficientBoostLiquidity.cjs +12 -0
- package/dist/141/EthereumIngressEgress/insufficientBoostLiquidity.mjs +12 -0
- package/dist/141/EthereumIngressEgress/stoppedBoosting.cjs +12 -0
- package/dist/141/EthereumIngressEgress/stoppedBoosting.mjs +12 -0
- package/dist/141/EthereumVault/chainInitialized.cjs +6 -0
- package/dist/141/EthereumVault/chainInitialized.mjs +6 -0
- package/dist/141/EvmThresholdSigner/failureReportProcessed.cjs +11 -0
- package/dist/141/EvmThresholdSigner/failureReportProcessed.mjs +11 -0
- package/dist/141/EvmThresholdSigner/keyHandoverFailure.cjs +7 -0
- package/dist/141/EvmThresholdSigner/keyHandoverFailure.mjs +7 -0
- package/dist/141/EvmThresholdSigner/keyHandoverFailureReported.cjs +6 -0
- package/dist/141/EvmThresholdSigner/keyHandoverFailureReported.mjs +6 -0
- package/dist/141/EvmThresholdSigner/keyHandoverRequest.cjs +15 -0
- package/dist/141/EvmThresholdSigner/keyHandoverRequest.mjs +15 -0
- package/dist/141/EvmThresholdSigner/keyHandoverResponseTimeout.cjs +7 -0
- package/dist/141/EvmThresholdSigner/keyHandoverResponseTimeout.mjs +7 -0
- package/dist/141/EvmThresholdSigner/keyHandoverSuccess.cjs +7 -0
- package/dist/141/EvmThresholdSigner/keyHandoverSuccess.mjs +7 -0
- package/dist/141/EvmThresholdSigner/keyHandoverSuccessReported.cjs +6 -0
- package/dist/141/EvmThresholdSigner/keyHandoverSuccessReported.mjs +6 -0
- package/dist/141/EvmThresholdSigner/keyHandoverVerificationFailure.cjs +9 -0
- package/dist/141/EvmThresholdSigner/keyHandoverVerificationFailure.mjs +9 -0
- package/dist/141/EvmThresholdSigner/keyHandoverVerificationSuccess.cjs +9 -0
- package/dist/141/EvmThresholdSigner/keyHandoverVerificationSuccess.mjs +9 -0
- package/dist/141/EvmThresholdSigner/keyRotationCompleted.cjs +6 -0
- package/dist/141/EvmThresholdSigner/keyRotationCompleted.mjs +6 -0
- package/dist/141/EvmThresholdSigner/keygenFailure.cjs +6 -0
- package/dist/141/EvmThresholdSigner/keygenFailure.mjs +6 -0
- package/dist/141/EvmThresholdSigner/keygenFailureReported.cjs +6 -0
- package/dist/141/EvmThresholdSigner/keygenFailureReported.mjs +6 -0
- package/dist/141/EvmThresholdSigner/keygenRequest.cjs +11 -0
- package/dist/141/EvmThresholdSigner/keygenRequest.mjs +11 -0
- package/dist/141/EvmThresholdSigner/keygenResponseTimeout.cjs +6 -0
- package/dist/141/EvmThresholdSigner/keygenResponseTimeout.mjs +6 -0
- package/dist/141/EvmThresholdSigner/keygenResponseTimeoutUpdated.cjs +6 -0
- package/dist/141/EvmThresholdSigner/keygenResponseTimeoutUpdated.mjs +6 -0
- package/dist/141/EvmThresholdSigner/keygenSuccess.cjs +6 -0
- package/dist/141/EvmThresholdSigner/keygenSuccess.mjs +6 -0
- package/dist/141/EvmThresholdSigner/keygenSuccessReported.cjs +6 -0
- package/dist/141/EvmThresholdSigner/keygenSuccessReported.mjs +6 -0
- package/dist/141/EvmThresholdSigner/keygenVerificationFailure.cjs +9 -0
- package/dist/141/EvmThresholdSigner/keygenVerificationFailure.mjs +9 -0
- package/dist/141/EvmThresholdSigner/keygenVerificationSuccess.cjs +7 -0
- package/dist/141/EvmThresholdSigner/keygenVerificationSuccess.mjs +7 -0
- package/dist/141/EvmThresholdSigner/noKeyHandover.cjs +6 -0
- package/dist/141/EvmThresholdSigner/noKeyHandover.mjs +6 -0
- package/dist/141/EvmThresholdSigner/retryRequested.cjs +10 -0
- package/dist/141/EvmThresholdSigner/retryRequested.mjs +10 -0
- package/dist/141/EvmThresholdSigner/signersUnavailable.cjs +9 -0
- package/dist/141/EvmThresholdSigner/signersUnavailable.mjs +9 -0
- package/dist/141/EvmThresholdSigner/thresholdDispatchComplete.cjs +11 -0
- package/dist/141/EvmThresholdSigner/thresholdDispatchComplete.mjs +11 -0
- package/dist/141/EvmThresholdSigner/thresholdSignatureFailed.cjs +11 -0
- package/dist/141/EvmThresholdSigner/thresholdSignatureFailed.mjs +11 -0
- package/dist/141/EvmThresholdSigner/thresholdSignatureRequest.cjs +14 -0
- package/dist/141/EvmThresholdSigner/thresholdSignatureRequest.d.cts +53 -0
- package/dist/141/EvmThresholdSigner/thresholdSignatureRequest.d.ts +53 -0
- package/dist/141/EvmThresholdSigner/thresholdSignatureRequest.mjs +14 -0
- package/dist/141/EvmThresholdSigner/thresholdSignatureResponseTimeoutUpdated.cjs +8 -0
- package/dist/141/EvmThresholdSigner/thresholdSignatureResponseTimeoutUpdated.mjs +8 -0
- package/dist/141/EvmThresholdSigner/thresholdSignatureSuccess.cjs +10 -0
- package/dist/141/EvmThresholdSigner/thresholdSignatureSuccess.mjs +10 -0
- package/dist/141/LiquidityPools/assetSwapped.cjs +12 -0
- package/dist/141/LiquidityPools/assetSwapped.d.cts +40 -0
- package/dist/141/LiquidityPools/assetSwapped.d.ts +40 -0
- package/dist/141/LiquidityPools/assetSwapped.mjs +12 -0
- package/dist/141/LiquidityPools/limitOrderUpdated.cjs +24 -0
- package/dist/141/LiquidityPools/limitOrderUpdated.d.cts +98 -0
- package/dist/141/LiquidityPools/limitOrderUpdated.d.ts +98 -0
- package/dist/141/LiquidityPools/limitOrderUpdated.mjs +24 -0
- package/dist/141/LiquidityPools/newPoolCreated.cjs +12 -0
- package/dist/141/LiquidityPools/newPoolCreated.d.cts +40 -0
- package/dist/141/LiquidityPools/newPoolCreated.d.ts +40 -0
- package/dist/141/LiquidityPools/newPoolCreated.mjs +12 -0
- package/dist/141/LiquidityPools/poolFeeSet.cjs +11 -0
- package/dist/141/LiquidityPools/poolFeeSet.d.cts +37 -0
- package/dist/141/LiquidityPools/poolFeeSet.d.ts +37 -0
- package/dist/141/LiquidityPools/poolFeeSet.mjs +11 -0
- package/dist/141/LiquidityPools/priceImpactLimitSet.cjs +10 -0
- package/dist/141/LiquidityPools/priceImpactLimitSet.mjs +10 -0
- package/dist/141/LiquidityPools/rangeOrderUpdated.cjs +22 -0
- package/dist/141/LiquidityPools/rangeOrderUpdated.d.cts +208 -0
- package/dist/141/LiquidityPools/rangeOrderUpdated.d.ts +208 -0
- package/dist/141/LiquidityPools/rangeOrderUpdated.mjs +22 -0
- package/dist/141/LiquidityProvider/accountCredited.cjs +11 -0
- package/dist/141/LiquidityProvider/accountCredited.d.cts +27 -0
- package/dist/141/LiquidityProvider/accountCredited.d.ts +27 -0
- package/dist/141/LiquidityProvider/accountCredited.mjs +11 -0
- package/dist/141/LiquidityProvider/accountDebited.cjs +11 -0
- package/dist/141/LiquidityProvider/accountDebited.d.cts +27 -0
- package/dist/141/LiquidityProvider/accountDebited.d.ts +27 -0
- package/dist/141/LiquidityProvider/accountDebited.mjs +11 -0
- package/dist/141/LiquidityProvider/assetTransferred.cjs +12 -0
- package/dist/141/LiquidityProvider/assetTransferred.d.cts +30 -0
- package/dist/141/LiquidityProvider/assetTransferred.d.ts +30 -0
- package/dist/141/LiquidityProvider/assetTransferred.mjs +12 -0
- package/dist/141/LiquidityProvider/liquidityDepositAddressReady.cjs +20 -0
- package/dist/141/LiquidityProvider/liquidityDepositAddressReady.d.cts +99 -0
- package/dist/141/LiquidityProvider/liquidityDepositAddressReady.d.ts +99 -0
- package/dist/141/LiquidityProvider/liquidityDepositAddressReady.mjs +20 -0
- package/dist/141/LiquidityProvider/liquidityDepositCredited.cjs +11 -0
- package/dist/141/LiquidityProvider/liquidityDepositCredited.d.cts +27 -0
- package/dist/141/LiquidityProvider/liquidityDepositCredited.d.ts +27 -0
- package/dist/141/LiquidityProvider/liquidityDepositCredited.mjs +11 -0
- package/dist/141/LiquidityProvider/liquidityRefundAddressRegistered.cjs +15 -0
- package/dist/141/LiquidityProvider/liquidityRefundAddressRegistered.mjs +15 -0
- package/dist/141/LiquidityProvider/withdrawalEgressScheduled.cjs +18 -0
- package/dist/141/LiquidityProvider/withdrawalEgressScheduled.d.cts +103 -0
- package/dist/141/LiquidityProvider/withdrawalEgressScheduled.d.ts +103 -0
- package/dist/141/LiquidityProvider/withdrawalEgressScheduled.mjs +18 -0
- package/dist/141/PolkadotIngressEgress/batchBroadcastRequested.cjs +10 -0
- package/dist/141/PolkadotIngressEgress/batchBroadcastRequested.mjs +10 -0
- package/dist/141/PolkadotIngressEgress/boostFundsAdded.cjs +11 -0
- package/dist/141/PolkadotIngressEgress/boostFundsAdded.d.cts +44 -0
- package/dist/141/PolkadotIngressEgress/boostFundsAdded.d.ts +44 -0
- package/dist/141/PolkadotIngressEgress/boostFundsAdded.mjs +11 -0
- package/dist/141/PolkadotIngressEgress/boostPoolCreated.cjs +9 -0
- package/dist/141/PolkadotIngressEgress/boostPoolCreated.mjs +9 -0
- package/dist/141/PolkadotIngressEgress/ccmBroadcastRequested.cjs +10 -0
- package/dist/141/PolkadotIngressEgress/ccmBroadcastRequested.d.cts +24 -0
- package/dist/141/PolkadotIngressEgress/ccmBroadcastRequested.d.ts +24 -0
- package/dist/141/PolkadotIngressEgress/ccmBroadcastRequested.mjs +10 -0
- package/dist/141/PolkadotIngressEgress/ccmEgressInvalid.cjs +10 -0
- package/dist/141/PolkadotIngressEgress/ccmEgressInvalid.mjs +10 -0
- package/dist/141/PolkadotIngressEgress/depositBoosted.cjs +21 -0
- package/dist/141/PolkadotIngressEgress/depositBoosted.d.cts +133 -0
- package/dist/141/PolkadotIngressEgress/depositBoosted.d.ts +133 -0
- package/dist/141/PolkadotIngressEgress/depositBoosted.mjs +21 -0
- package/dist/141/PolkadotIngressEgress/depositFinalised.cjs +19 -0
- package/dist/141/PolkadotIngressEgress/depositFinalised.d.cts +127 -0
- package/dist/141/PolkadotIngressEgress/depositFinalised.d.ts +127 -0
- package/dist/141/PolkadotIngressEgress/depositFinalised.mjs +19 -0
- package/dist/141/PolkadotIngressEgress/insufficientBoostLiquidity.cjs +12 -0
- package/dist/141/PolkadotIngressEgress/insufficientBoostLiquidity.d.cts +30 -0
- package/dist/141/PolkadotIngressEgress/insufficientBoostLiquidity.d.ts +30 -0
- package/dist/141/PolkadotIngressEgress/insufficientBoostLiquidity.mjs +12 -0
- package/dist/141/PolkadotIngressEgress/stoppedBoosting.cjs +12 -0
- package/dist/141/PolkadotIngressEgress/stoppedBoosting.mjs +12 -0
- package/dist/141/PolkadotVault/chainInitialized.cjs +6 -0
- package/dist/141/PolkadotVault/chainInitialized.mjs +6 -0
- package/dist/141/Swapping/batchSwapFailed.cjs +11 -0
- package/dist/141/Swapping/batchSwapFailed.d.cts +37 -0
- package/dist/141/Swapping/batchSwapFailed.d.ts +37 -0
- package/dist/141/Swapping/batchSwapFailed.mjs +11 -0
- package/dist/141/Swapping/ccmDepositReceived.cjs +14 -0
- package/dist/141/Swapping/ccmDepositReceived.d.cts +425 -0
- package/dist/141/Swapping/ccmDepositReceived.d.ts +425 -0
- package/dist/141/Swapping/ccmDepositReceived.mjs +14 -0
- package/dist/141/Swapping/ccmEgressScheduled.cjs +10 -0
- package/dist/141/Swapping/ccmEgressScheduled.d.cts +24 -0
- package/dist/141/Swapping/ccmEgressScheduled.d.ts +24 -0
- package/dist/141/Swapping/ccmEgressScheduled.mjs +10 -0
- package/dist/141/Swapping/ccmFailed.cjs +17 -0
- package/dist/141/Swapping/ccmFailed.d.cts +595 -0
- package/dist/141/Swapping/ccmFailed.d.ts +595 -0
- package/dist/141/Swapping/ccmFailed.mjs +17 -0
- package/dist/141/Swapping/maximumSwapAmountSet.cjs +10 -0
- package/dist/141/Swapping/maximumSwapAmountSet.d.cts +24 -0
- package/dist/141/Swapping/maximumSwapAmountSet.d.ts +24 -0
- package/dist/141/Swapping/maximumSwapAmountSet.mjs +10 -0
- package/dist/141/Swapping/swapAmountConfiscated.cjs +13 -0
- package/dist/141/Swapping/swapAmountConfiscated.d.cts +43 -0
- package/dist/141/Swapping/swapAmountConfiscated.d.ts +43 -0
- package/dist/141/Swapping/swapAmountConfiscated.mjs +13 -0
- package/dist/141/Swapping/swapDepositAddressReady.cjs +25 -0
- package/dist/141/Swapping/swapDepositAddressReady.d.cts +216 -0
- package/dist/141/Swapping/swapDepositAddressReady.d.ts +216 -0
- package/dist/141/Swapping/swapDepositAddressReady.mjs +25 -0
- package/dist/141/Swapping/swapEgressIgnored.cjs +12 -0
- package/dist/141/Swapping/swapEgressIgnored.d.cts +247 -0
- package/dist/141/Swapping/swapEgressIgnored.d.ts +247 -0
- package/dist/141/Swapping/swapEgressIgnored.mjs +12 -0
- package/dist/141/Swapping/swapEgressScheduled.cjs +17 -0
- package/dist/141/Swapping/swapEgressScheduled.d.cts +43 -0
- package/dist/141/Swapping/swapEgressScheduled.d.ts +43 -0
- package/dist/141/Swapping/swapEgressScheduled.mjs +17 -0
- package/dist/141/Swapping/swapExecuted.cjs +21 -0
- package/dist/141/Swapping/swapExecuted.d.cts +399 -0
- package/dist/141/Swapping/swapExecuted.d.ts +399 -0
- package/dist/141/Swapping/swapExecuted.mjs +21 -0
- package/dist/141/Swapping/swapScheduled.cjs +24 -0
- package/dist/141/Swapping/swapScheduled.d.cts +628 -0
- package/dist/141/Swapping/swapScheduled.d.ts +628 -0
- package/dist/141/Swapping/swapScheduled.mjs +24 -0
- package/dist/141/Swapping/withdrawalRequested.cjs +18 -0
- package/dist/141/Swapping/withdrawalRequested.d.cts +103 -0
- package/dist/141/Swapping/withdrawalRequested.d.ts +103 -0
- package/dist/141/Swapping/withdrawalRequested.mjs +18 -0
- package/dist/141/TokenholderGovernance/govKeyUpdatedHasFailed.cjs +10 -0
- package/dist/141/TokenholderGovernance/govKeyUpdatedHasFailed.mjs +10 -0
- package/dist/141/TokenholderGovernance/govKeyUpdatedWasSuccessful.cjs +10 -0
- package/dist/141/TokenholderGovernance/govKeyUpdatedWasSuccessful.mjs +10 -0
- package/dist/141/TokenholderGovernance/proposalEnacted.cjs +9 -0
- package/dist/141/TokenholderGovernance/proposalEnacted.mjs +9 -0
- package/dist/141/TokenholderGovernance/proposalPassed.cjs +9 -0
- package/dist/141/TokenholderGovernance/proposalPassed.mjs +9 -0
- package/dist/141/TokenholderGovernance/proposalRejected.cjs +9 -0
- package/dist/141/TokenholderGovernance/proposalRejected.mjs +9 -0
- package/dist/141/TokenholderGovernance/proposalSubmitted.cjs +9 -0
- package/dist/141/TokenholderGovernance/proposalSubmitted.mjs +9 -0
- package/dist/141/Validator/rotationPhaseUpdated.cjs +7 -0
- package/dist/141/Validator/rotationPhaseUpdated.mjs +7 -0
- package/dist/141/Validator/startedBidding.cjs +7 -0
- package/dist/141/Validator/startedBidding.mjs +7 -0
- package/dist/141/Validator/stoppedBidding.cjs +7 -0
- package/dist/141/Validator/stoppedBidding.mjs +7 -0
- package/dist/141/Witnesser/callDispatched.cjs +7 -0
- package/dist/141/Witnesser/callDispatched.mjs +7 -0
- package/dist/141/Witnesser/reportedWitnessingFailures.cjs +11 -0
- package/dist/141/Witnesser/reportedWitnessingFailures.mjs +11 -0
- package/package.json +1 -1
- package/dist/100/accountRoles/accountRoleRegistered.cjs +0 -10
- package/dist/100/accountRoles/accountRoleRegistered.mjs +0 -10
- package/dist/100/bitcoinBroadcaster/broadcastAborted.cjs +0 -6
- package/dist/100/bitcoinBroadcaster/broadcastAborted.mjs +0 -6
- package/dist/100/bitcoinBroadcaster/broadcastAttemptTimeout.cjs +0 -9
- package/dist/100/bitcoinBroadcaster/broadcastAttemptTimeout.mjs +0 -9
- package/dist/100/bitcoinBroadcaster/broadcastCallbackExecuted.cjs +0 -10
- package/dist/100/bitcoinBroadcaster/broadcastCallbackExecuted.mjs +0 -10
- package/dist/100/bitcoinBroadcaster/broadcastRetryScheduled.cjs +0 -9
- package/dist/100/bitcoinBroadcaster/broadcastRetryScheduled.mjs +0 -9
- package/dist/100/bitcoinBroadcaster/broadcastSuccess.cjs +0 -10
- package/dist/100/bitcoinBroadcaster/broadcastSuccess.mjs +0 -10
- package/dist/100/bitcoinBroadcaster/thresholdSignatureInvalid.cjs +0 -9
- package/dist/100/bitcoinBroadcaster/thresholdSignatureInvalid.mjs +0 -9
- package/dist/100/bitcoinBroadcaster/transactionBroadcastRequest.cjs +0 -17
- package/dist/100/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +0 -45
- package/dist/100/bitcoinBroadcaster/transactionBroadcastRequest.d.ts +0 -45
- package/dist/100/bitcoinBroadcaster/transactionBroadcastRequest.mjs +0 -17
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.cjs +0 -10
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.mjs +0 -10
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.cjs +0 -9
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.mjs +0 -9
- package/dist/100/bitcoinChainTracking/chainStateUpdated.cjs +0 -9
- package/dist/100/bitcoinChainTracking/chainStateUpdated.mjs +0 -9
- package/dist/100/bitcoinIngressEgress/assetEgressStatusChanged.cjs +0 -10
- package/dist/100/bitcoinIngressEgress/assetEgressStatusChanged.mjs +0 -10
- package/dist/100/bitcoinIngressEgress/batchBroadcastRequested.cjs +0 -10
- package/dist/100/bitcoinIngressEgress/batchBroadcastRequested.mjs +0 -10
- package/dist/100/bitcoinIngressEgress/ccmBroadcastRequested.cjs +0 -10
- package/dist/100/bitcoinIngressEgress/ccmBroadcastRequested.mjs +0 -10
- package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.cjs +0 -10
- package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.mjs +0 -10
- package/dist/100/bitcoinIngressEgress/depositFetchesScheduled.cjs +0 -10
- package/dist/100/bitcoinIngressEgress/depositFetchesScheduled.mjs +0 -10
- package/dist/100/bitcoinIngressEgress/depositIgnored.cjs +0 -17
- package/dist/100/bitcoinIngressEgress/depositIgnored.mjs +0 -17
- package/dist/100/bitcoinIngressEgress/depositReceived.cjs +0 -17
- package/dist/100/bitcoinIngressEgress/depositReceived.mjs +0 -17
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.cjs +0 -10
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.mjs +0 -10
- package/dist/100/bitcoinIngressEgress/egressScheduled.cjs +0 -17
- package/dist/100/bitcoinIngressEgress/egressScheduled.d.cts +0 -151
- package/dist/100/bitcoinIngressEgress/egressScheduled.d.ts +0 -151
- package/dist/100/bitcoinIngressEgress/egressScheduled.mjs +0 -17
- package/dist/100/bitcoinIngressEgress/minimumDepositSet.cjs +0 -10
- package/dist/100/bitcoinIngressEgress/minimumDepositSet.mjs +0 -10
- package/dist/100/bitcoinIngressEgress/vaultTransferFailed.cjs +0 -11
- package/dist/100/bitcoinIngressEgress/vaultTransferFailed.mjs +0 -11
- package/dist/100/bitcoinThresholdSigner/currentKeyUnavailable.cjs +0 -9
- package/dist/100/bitcoinThresholdSigner/currentKeyUnavailable.d.cts +0 -14
- package/dist/100/bitcoinThresholdSigner/currentKeyUnavailable.d.ts +0 -14
- package/dist/100/bitcoinThresholdSigner/currentKeyUnavailable.mjs +0 -9
- package/dist/100/bitcoinThresholdSigner/failureReportProcessed.cjs +0 -11
- package/dist/100/bitcoinThresholdSigner/failureReportProcessed.d.cts +0 -17
- package/dist/100/bitcoinThresholdSigner/failureReportProcessed.d.ts +0 -17
- package/dist/100/bitcoinThresholdSigner/failureReportProcessed.mjs +0 -11
- package/dist/100/bitcoinThresholdSigner/retryRequested.cjs +0 -10
- package/dist/100/bitcoinThresholdSigner/retryRequested.d.cts +0 -14
- package/dist/100/bitcoinThresholdSigner/retryRequested.d.ts +0 -14
- package/dist/100/bitcoinThresholdSigner/retryRequested.mjs +0 -10
- package/dist/100/bitcoinThresholdSigner/signersUnavailable.cjs +0 -9
- package/dist/100/bitcoinThresholdSigner/signersUnavailable.d.cts +0 -14
- package/dist/100/bitcoinThresholdSigner/signersUnavailable.d.ts +0 -14
- package/dist/100/bitcoinThresholdSigner/signersUnavailable.mjs +0 -9
- package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.cjs +0 -11
- package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.d.cts +0 -335
- package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.d.ts +0 -335
- package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.mjs +0 -11
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureFailed.cjs +0 -11
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureFailed.d.cts +0 -17
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureFailed.d.ts +0 -17
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureFailed.mjs +0 -11
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureRequest.cjs +0 -20
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureRequest.d.cts +0 -51
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureRequest.d.ts +0 -51
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureRequest.mjs +0 -20
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureResponseTimeoutUpdated.cjs +0 -8
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureResponseTimeoutUpdated.mjs +0 -8
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureSuccess.cjs +0 -10
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureSuccess.d.cts +0 -14
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureSuccess.d.ts +0 -14
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureSuccess.mjs +0 -10
- package/dist/100/bitcoinVault/awaitingGovernanceActivation.cjs +0 -9
- package/dist/100/bitcoinVault/awaitingGovernanceActivation.mjs +0 -9
- package/dist/100/bitcoinVault/keyHandoverFailure.cjs +0 -7
- package/dist/100/bitcoinVault/keyHandoverFailure.mjs +0 -7
- package/dist/100/bitcoinVault/keyHandoverFailureReported.cjs +0 -6
- package/dist/100/bitcoinVault/keyHandoverFailureReported.mjs +0 -6
- package/dist/100/bitcoinVault/keyHandoverRequest.cjs +0 -15
- package/dist/100/bitcoinVault/keyHandoverRequest.mjs +0 -15
- package/dist/100/bitcoinVault/keyHandoverResponseTimeout.cjs +0 -7
- package/dist/100/bitcoinVault/keyHandoverResponseTimeout.mjs +0 -7
- package/dist/100/bitcoinVault/keyHandoverSuccess.cjs +0 -7
- package/dist/100/bitcoinVault/keyHandoverSuccess.mjs +0 -7
- package/dist/100/bitcoinVault/keyHandoverSuccessReported.cjs +0 -6
- package/dist/100/bitcoinVault/keyHandoverSuccessReported.mjs +0 -6
- package/dist/100/bitcoinVault/keyHandoverVerificationFailure.cjs +0 -9
- package/dist/100/bitcoinVault/keyHandoverVerificationFailure.mjs +0 -9
- package/dist/100/bitcoinVault/keyHandoverVerificationSuccess.cjs +0 -7
- package/dist/100/bitcoinVault/keyHandoverVerificationSuccess.mjs +0 -7
- package/dist/100/bitcoinVault/keygenFailure.cjs +0 -6
- package/dist/100/bitcoinVault/keygenFailure.mjs +0 -6
- package/dist/100/bitcoinVault/keygenFailureReported.cjs +0 -6
- package/dist/100/bitcoinVault/keygenFailureReported.mjs +0 -6
- package/dist/100/bitcoinVault/keygenRequest.cjs +0 -11
- package/dist/100/bitcoinVault/keygenRequest.mjs +0 -11
- package/dist/100/bitcoinVault/keygenResponseTimeout.cjs +0 -6
- package/dist/100/bitcoinVault/keygenResponseTimeout.mjs +0 -6
- package/dist/100/bitcoinVault/keygenResponseTimeoutUpdated.cjs +0 -6
- package/dist/100/bitcoinVault/keygenResponseTimeoutUpdated.mjs +0 -6
- package/dist/100/bitcoinVault/keygenSuccess.cjs +0 -6
- package/dist/100/bitcoinVault/keygenSuccess.mjs +0 -6
- package/dist/100/bitcoinVault/keygenSuccessReported.cjs +0 -6
- package/dist/100/bitcoinVault/keygenSuccessReported.mjs +0 -6
- package/dist/100/bitcoinVault/keygenVerificationFailure.cjs +0 -7
- package/dist/100/bitcoinVault/keygenVerificationFailure.mjs +0 -7
- package/dist/100/bitcoinVault/keygenVerificationSuccess.cjs +0 -7
- package/dist/100/bitcoinVault/keygenVerificationSuccess.mjs +0 -7
- package/dist/100/bitcoinVault/noKeyHandover.cjs +0 -6
- package/dist/100/bitcoinVault/noKeyHandover.mjs +0 -6
- package/dist/100/bitcoinVault/vaultRotatedExternally.cjs +0 -6
- package/dist/100/bitcoinVault/vaultRotatedExternally.mjs +0 -6
- package/dist/100/bitcoinVault/vaultRotationAborted.cjs +0 -6
- package/dist/100/bitcoinVault/vaultRotationAborted.mjs +0 -6
- package/dist/100/bitcoinVault/vaultRotationCompleted.cjs +0 -6
- package/dist/100/bitcoinVault/vaultRotationCompleted.mjs +0 -6
- package/dist/100/emissions/backupNodeInflationEmissionsUpdated.cjs +0 -6
- package/dist/100/emissions/backupNodeInflationEmissionsUpdated.mjs +0 -6
- package/dist/100/emissions/currentAuthorityInflationEmissionsUpdated.cjs +0 -6
- package/dist/100/emissions/currentAuthorityInflationEmissionsUpdated.mjs +0 -6
- package/dist/100/emissions/supplyUpdateBroadcastRequested.cjs +0 -6
- package/dist/100/emissions/supplyUpdateBroadcastRequested.mjs +0 -6
- package/dist/100/emissions/supplyUpdateIntervalUpdated.cjs +0 -6
- package/dist/100/emissions/supplyUpdateIntervalUpdated.mjs +0 -6
- package/dist/100/environment/addedNewEthAsset.cjs +0 -7
- package/dist/100/environment/addedNewEthAsset.mjs +0 -7
- package/dist/100/environment/bitcoinBlockNumberSetForVault.cjs +0 -7
- package/dist/100/environment/bitcoinBlockNumberSetForVault.mjs +0 -7
- package/dist/100/environment/polkadotVaultAccountSet.cjs +0 -7
- package/dist/100/environment/polkadotVaultAccountSet.mjs +0 -7
- package/dist/100/environment/runtimeSafeModeUpdated.cjs +0 -9
- package/dist/100/environment/runtimeSafeModeUpdated.d.cts +0 -687
- package/dist/100/environment/runtimeSafeModeUpdated.d.ts +0 -687
- package/dist/100/environment/runtimeSafeModeUpdated.mjs +0 -9
- package/dist/100/environment/updatedEthAsset.cjs +0 -7
- package/dist/100/environment/updatedEthAsset.mjs +0 -7
- package/dist/100/ethereumBroadcaster/broadcastAborted.cjs +0 -6
- package/dist/100/ethereumBroadcaster/broadcastAborted.mjs +0 -6
- package/dist/100/ethereumBroadcaster/broadcastAttemptTimeout.cjs +0 -9
- package/dist/100/ethereumBroadcaster/broadcastAttemptTimeout.mjs +0 -9
- package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.cjs +0 -10
- package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.mjs +0 -10
- package/dist/100/ethereumBroadcaster/broadcastRetryScheduled.cjs +0 -9
- package/dist/100/ethereumBroadcaster/broadcastRetryScheduled.mjs +0 -9
- package/dist/100/ethereumBroadcaster/broadcastSuccess.cjs +0 -10
- package/dist/100/ethereumBroadcaster/broadcastSuccess.mjs +0 -10
- package/dist/100/ethereumBroadcaster/thresholdSignatureInvalid.cjs +0 -9
- package/dist/100/ethereumBroadcaster/thresholdSignatureInvalid.mjs +0 -9
- package/dist/100/ethereumBroadcaster/transactionBroadcastRequest.cjs +0 -17
- package/dist/100/ethereumBroadcaster/transactionBroadcastRequest.d.cts +0 -90
- package/dist/100/ethereumBroadcaster/transactionBroadcastRequest.d.ts +0 -90
- package/dist/100/ethereumBroadcaster/transactionBroadcastRequest.mjs +0 -17
- package/dist/100/ethereumBroadcaster/transactionFeeDeficitRecorded.cjs +0 -10
- package/dist/100/ethereumBroadcaster/transactionFeeDeficitRecorded.mjs +0 -10
- package/dist/100/ethereumBroadcaster/transactionFeeDeficitRefused.cjs +0 -7
- package/dist/100/ethereumBroadcaster/transactionFeeDeficitRefused.mjs +0 -7
- package/dist/100/ethereumChainTracking/chainStateUpdated.cjs +0 -9
- package/dist/100/ethereumChainTracking/chainStateUpdated.mjs +0 -9
- package/dist/100/ethereumIngressEgress/assetEgressStatusChanged.cjs +0 -10
- package/dist/100/ethereumIngressEgress/assetEgressStatusChanged.mjs +0 -10
- package/dist/100/ethereumIngressEgress/batchBroadcastRequested.cjs +0 -10
- package/dist/100/ethereumIngressEgress/batchBroadcastRequested.mjs +0 -10
- package/dist/100/ethereumIngressEgress/ccmBroadcastRequested.cjs +0 -10
- package/dist/100/ethereumIngressEgress/ccmBroadcastRequested.mjs +0 -10
- package/dist/100/ethereumIngressEgress/ccmEgressInvalid.cjs +0 -10
- package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.cts +0 -241
- package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.ts +0 -241
- package/dist/100/ethereumIngressEgress/ccmEgressInvalid.mjs +0 -10
- package/dist/100/ethereumIngressEgress/depositFetchesScheduled.cjs +0 -10
- package/dist/100/ethereumIngressEgress/depositFetchesScheduled.mjs +0 -10
- package/dist/100/ethereumIngressEgress/depositIgnored.cjs +0 -11
- package/dist/100/ethereumIngressEgress/depositIgnored.mjs +0 -11
- package/dist/100/ethereumIngressEgress/depositReceived.cjs +0 -11
- package/dist/100/ethereumIngressEgress/depositReceived.mjs +0 -11
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.cjs +0 -10
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.mjs +0 -10
- package/dist/100/ethereumIngressEgress/egressScheduled.cjs +0 -17
- package/dist/100/ethereumIngressEgress/egressScheduled.d.cts +0 -40
- package/dist/100/ethereumIngressEgress/egressScheduled.d.ts +0 -40
- package/dist/100/ethereumIngressEgress/egressScheduled.mjs +0 -17
- package/dist/100/ethereumIngressEgress/minimumDepositSet.cjs +0 -10
- package/dist/100/ethereumIngressEgress/minimumDepositSet.mjs +0 -10
- package/dist/100/ethereumIngressEgress/vaultTransferFailed.cjs +0 -11
- package/dist/100/ethereumIngressEgress/vaultTransferFailed.mjs +0 -11
- package/dist/100/ethereumThresholdSigner/currentKeyUnavailable.cjs +0 -9
- package/dist/100/ethereumThresholdSigner/currentKeyUnavailable.d.cts +0 -14
- package/dist/100/ethereumThresholdSigner/currentKeyUnavailable.d.ts +0 -14
- package/dist/100/ethereumThresholdSigner/currentKeyUnavailable.mjs +0 -9
- package/dist/100/ethereumThresholdSigner/failureReportProcessed.cjs +0 -11
- package/dist/100/ethereumThresholdSigner/failureReportProcessed.d.cts +0 -17
- package/dist/100/ethereumThresholdSigner/failureReportProcessed.d.ts +0 -17
- package/dist/100/ethereumThresholdSigner/failureReportProcessed.mjs +0 -11
- package/dist/100/ethereumThresholdSigner/retryRequested.cjs +0 -10
- package/dist/100/ethereumThresholdSigner/retryRequested.d.cts +0 -14
- package/dist/100/ethereumThresholdSigner/retryRequested.d.ts +0 -14
- package/dist/100/ethereumThresholdSigner/retryRequested.mjs +0 -10
- package/dist/100/ethereumThresholdSigner/signersUnavailable.cjs +0 -9
- package/dist/100/ethereumThresholdSigner/signersUnavailable.d.cts +0 -14
- package/dist/100/ethereumThresholdSigner/signersUnavailable.d.ts +0 -14
- package/dist/100/ethereumThresholdSigner/signersUnavailable.mjs +0 -9
- package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.cjs +0 -11
- package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.d.cts +0 -335
- package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.d.ts +0 -335
- package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.mjs +0 -11
- package/dist/100/ethereumThresholdSigner/thresholdSignatureFailed.cjs +0 -11
- package/dist/100/ethereumThresholdSigner/thresholdSignatureFailed.d.cts +0 -17
- package/dist/100/ethereumThresholdSigner/thresholdSignatureFailed.d.ts +0 -17
- package/dist/100/ethereumThresholdSigner/thresholdSignatureFailed.mjs +0 -11
- package/dist/100/ethereumThresholdSigner/thresholdSignatureRequest.cjs +0 -14
- package/dist/100/ethereumThresholdSigner/thresholdSignatureRequest.d.cts +0 -53
- package/dist/100/ethereumThresholdSigner/thresholdSignatureRequest.d.ts +0 -53
- package/dist/100/ethereumThresholdSigner/thresholdSignatureRequest.mjs +0 -14
- package/dist/100/ethereumThresholdSigner/thresholdSignatureResponseTimeoutUpdated.cjs +0 -8
- package/dist/100/ethereumThresholdSigner/thresholdSignatureResponseTimeoutUpdated.mjs +0 -8
- package/dist/100/ethereumThresholdSigner/thresholdSignatureSuccess.cjs +0 -10
- package/dist/100/ethereumThresholdSigner/thresholdSignatureSuccess.d.cts +0 -14
- package/dist/100/ethereumThresholdSigner/thresholdSignatureSuccess.d.ts +0 -14
- package/dist/100/ethereumThresholdSigner/thresholdSignatureSuccess.mjs +0 -10
- package/dist/100/ethereumVault/awaitingGovernanceActivation.cjs +0 -9
- package/dist/100/ethereumVault/awaitingGovernanceActivation.mjs +0 -9
- package/dist/100/ethereumVault/keyHandoverFailure.cjs +0 -7
- package/dist/100/ethereumVault/keyHandoverFailure.mjs +0 -7
- package/dist/100/ethereumVault/keyHandoverFailureReported.cjs +0 -6
- package/dist/100/ethereumVault/keyHandoverFailureReported.mjs +0 -6
- package/dist/100/ethereumVault/keyHandoverRequest.cjs +0 -15
- package/dist/100/ethereumVault/keyHandoverRequest.mjs +0 -15
- package/dist/100/ethereumVault/keyHandoverResponseTimeout.cjs +0 -7
- package/dist/100/ethereumVault/keyHandoverResponseTimeout.mjs +0 -7
- package/dist/100/ethereumVault/keyHandoverSuccess.cjs +0 -7
- package/dist/100/ethereumVault/keyHandoverSuccess.mjs +0 -7
- package/dist/100/ethereumVault/keyHandoverSuccessReported.cjs +0 -6
- package/dist/100/ethereumVault/keyHandoverSuccessReported.mjs +0 -6
- package/dist/100/ethereumVault/keyHandoverVerificationFailure.cjs +0 -9
- package/dist/100/ethereumVault/keyHandoverVerificationFailure.mjs +0 -9
- package/dist/100/ethereumVault/keyHandoverVerificationSuccess.cjs +0 -7
- package/dist/100/ethereumVault/keyHandoverVerificationSuccess.mjs +0 -7
- package/dist/100/ethereumVault/keygenFailure.cjs +0 -6
- package/dist/100/ethereumVault/keygenFailure.mjs +0 -6
- package/dist/100/ethereumVault/keygenFailureReported.cjs +0 -6
- package/dist/100/ethereumVault/keygenFailureReported.mjs +0 -6
- package/dist/100/ethereumVault/keygenRequest.cjs +0 -11
- package/dist/100/ethereumVault/keygenRequest.mjs +0 -11
- package/dist/100/ethereumVault/keygenResponseTimeout.cjs +0 -6
- package/dist/100/ethereumVault/keygenResponseTimeout.mjs +0 -6
- package/dist/100/ethereumVault/keygenResponseTimeoutUpdated.cjs +0 -6
- package/dist/100/ethereumVault/keygenResponseTimeoutUpdated.mjs +0 -6
- package/dist/100/ethereumVault/keygenSuccess.cjs +0 -6
- package/dist/100/ethereumVault/keygenSuccess.mjs +0 -6
- package/dist/100/ethereumVault/keygenSuccessReported.cjs +0 -6
- package/dist/100/ethereumVault/keygenSuccessReported.mjs +0 -6
- package/dist/100/ethereumVault/keygenVerificationFailure.cjs +0 -7
- package/dist/100/ethereumVault/keygenVerificationFailure.mjs +0 -7
- package/dist/100/ethereumVault/keygenVerificationSuccess.cjs +0 -7
- package/dist/100/ethereumVault/keygenVerificationSuccess.mjs +0 -7
- package/dist/100/ethereumVault/noKeyHandover.cjs +0 -6
- package/dist/100/ethereumVault/noKeyHandover.mjs +0 -6
- package/dist/100/ethereumVault/vaultRotatedExternally.cjs +0 -6
- package/dist/100/ethereumVault/vaultRotatedExternally.mjs +0 -6
- package/dist/100/ethereumVault/vaultRotationAborted.cjs +0 -6
- package/dist/100/ethereumVault/vaultRotationAborted.mjs +0 -6
- package/dist/100/ethereumVault/vaultRotationCompleted.cjs +0 -6
- package/dist/100/ethereumVault/vaultRotationCompleted.mjs +0 -6
- package/dist/100/flip/accountReaped.cjs +0 -7
- package/dist/100/flip/accountReaped.mjs +0 -7
- package/dist/100/flip/remainingImbalance.cjs +0 -10
- package/dist/100/flip/remainingImbalance.mjs +0 -10
- package/dist/100/flip/slashingPerformed.cjs +0 -7
- package/dist/100/flip/slashingPerformed.d.cts +0 -14
- package/dist/100/flip/slashingPerformed.d.ts +0 -14
- package/dist/100/flip/slashingPerformed.mjs +0 -7
- package/dist/100/flip/slashingRateUpdated.cjs +0 -6
- package/dist/100/flip/slashingRateUpdated.mjs +0 -6
- package/dist/100/funding/addedRestrictedAddress.cjs +0 -7
- package/dist/100/funding/addedRestrictedAddress.mjs +0 -7
- package/dist/100/funding/boundExecutorAddress.cjs +0 -7
- package/dist/100/funding/boundExecutorAddress.mjs +0 -7
- package/dist/100/funding/boundRedeemAddress.cjs +0 -7
- package/dist/100/funding/boundRedeemAddress.mjs +0 -7
- package/dist/100/funding/failedFundingAttempt.cjs +0 -11
- package/dist/100/funding/failedFundingAttempt.d.cts +0 -17
- package/dist/100/funding/failedFundingAttempt.d.ts +0 -17
- package/dist/100/funding/failedFundingAttempt.mjs +0 -11
- package/dist/100/funding/funded.cjs +0 -12
- package/dist/100/funding/funded.d.cts +0 -20
- package/dist/100/funding/funded.d.ts +0 -20
- package/dist/100/funding/funded.mjs +0 -12
- package/dist/100/funding/minimumFundingUpdated.cjs +0 -7
- package/dist/100/funding/minimumFundingUpdated.mjs +0 -7
- package/dist/100/funding/redemptionAmountZero.cjs +0 -7
- package/dist/100/funding/redemptionAmountZero.mjs +0 -7
- package/dist/100/funding/redemptionExpired.cjs +0 -7
- package/dist/100/funding/redemptionExpired.mjs +0 -7
- package/dist/100/funding/redemptionRequested.cjs +0 -12
- package/dist/100/funding/redemptionRequested.d.cts +0 -20
- package/dist/100/funding/redemptionRequested.d.ts +0 -20
- package/dist/100/funding/redemptionRequested.mjs +0 -12
- package/dist/100/funding/redemptionSettled.cjs +0 -7
- package/dist/100/funding/redemptionSettled.mjs +0 -7
- package/dist/100/funding/redemptionTaxAmountUpdated.cjs +0 -7
- package/dist/100/funding/redemptionTaxAmountUpdated.mjs +0 -7
- package/dist/100/funding/removedRestrictedAddress.cjs +0 -7
- package/dist/100/funding/removedRestrictedAddress.mjs +0 -7
- package/dist/100/funding/startedBidding.cjs +0 -7
- package/dist/100/funding/startedBidding.mjs +0 -7
- package/dist/100/funding/stoppedBidding.cjs +0 -7
- package/dist/100/funding/stoppedBidding.mjs +0 -7
- package/dist/100/governance/approved.cjs +0 -6
- package/dist/100/governance/approved.mjs +0 -6
- package/dist/100/governance/decodeOfCallFailed.cjs +0 -6
- package/dist/100/governance/decodeOfCallFailed.mjs +0 -6
- package/dist/100/governance/executed.cjs +0 -6
- package/dist/100/governance/executed.mjs +0 -6
- package/dist/100/governance/expired.cjs +0 -6
- package/dist/100/governance/expired.mjs +0 -6
- package/dist/100/governance/failedExecution.cjs +0 -6
- package/dist/100/governance/failedExecution.mjs +0 -6
- package/dist/100/governance/govKeyCallExecuted.cjs +0 -7
- package/dist/100/governance/govKeyCallExecuted.mjs +0 -7
- package/dist/100/governance/govKeyCallExecutionFailed.cjs +0 -10
- package/dist/100/governance/govKeyCallExecutionFailed.mjs +0 -10
- package/dist/100/governance/govKeyCallHashWhitelisted.cjs +0 -7
- package/dist/100/governance/govKeyCallHashWhitelisted.mjs +0 -7
- package/dist/100/governance/proposed.cjs +0 -6
- package/dist/100/governance/proposed.mjs +0 -6
- package/dist/100/grandpa/newAuthorities.cjs +0 -9
- package/dist/100/grandpa/newAuthorities.mjs +0 -9
- package/dist/100/grandpa/paused.cjs +0 -6
- package/dist/100/grandpa/paused.mjs +0 -6
- package/dist/100/grandpa/resumed.cjs +0 -6
- package/dist/100/grandpa/resumed.mjs +0 -6
- package/dist/100/index.cjs +0 -1732
- package/dist/100/index.d.cts +0 -837
- package/dist/100/index.d.ts +0 -837
- package/dist/100/index.mjs +0 -1732
- package/dist/100/liquidityPools/assetSwapped.cjs +0 -12
- package/dist/100/liquidityPools/assetSwapped.mjs +0 -12
- package/dist/100/liquidityPools/limitOrderUpdated.cjs +0 -22
- package/dist/100/liquidityPools/limitOrderUpdated.d.cts +0 -85
- package/dist/100/liquidityPools/limitOrderUpdated.d.ts +0 -85
- package/dist/100/liquidityPools/limitOrderUpdated.mjs +0 -22
- package/dist/100/liquidityPools/networkFeeTaken.cjs +0 -7
- package/dist/100/liquidityPools/networkFeeTaken.mjs +0 -7
- package/dist/100/liquidityPools/newPoolCreated.cjs +0 -12
- package/dist/100/liquidityPools/newPoolCreated.mjs +0 -12
- package/dist/100/liquidityPools/poolFeeSet.cjs +0 -11
- package/dist/100/liquidityPools/poolFeeSet.mjs +0 -11
- package/dist/100/liquidityPools/poolStateUpdated.cjs +0 -11
- package/dist/100/liquidityPools/poolStateUpdated.mjs +0 -11
- package/dist/100/liquidityPools/rangeOrderUpdated.cjs +0 -22
- package/dist/100/liquidityPools/rangeOrderUpdated.d.cts +0 -208
- package/dist/100/liquidityPools/rangeOrderUpdated.d.ts +0 -208
- package/dist/100/liquidityPools/rangeOrderUpdated.mjs +0 -22
- package/dist/100/liquidityPools/updatedBuyInterval.cjs +0 -6
- package/dist/100/liquidityPools/updatedBuyInterval.mjs +0 -6
- package/dist/100/liquidityProvider/accountCredited.cjs +0 -11
- package/dist/100/liquidityProvider/accountCredited.d.cts +0 -27
- package/dist/100/liquidityProvider/accountCredited.d.ts +0 -27
- package/dist/100/liquidityProvider/accountCredited.mjs +0 -11
- package/dist/100/liquidityProvider/accountDebited.cjs +0 -11
- package/dist/100/liquidityProvider/accountDebited.d.cts +0 -27
- package/dist/100/liquidityProvider/accountDebited.d.ts +0 -27
- package/dist/100/liquidityProvider/accountDebited.mjs +0 -11
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.cjs +0 -18
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.cts +0 -78
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.ts +0 -78
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.mjs +0 -18
- package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.cjs +0 -15
- package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.cts +0 -225
- package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.ts +0 -225
- package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.mjs +0 -15
- package/dist/100/liquidityProvider/withdrawalEgressScheduled.cjs +0 -17
- package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.cts +0 -85
- package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.ts +0 -85
- package/dist/100/liquidityProvider/withdrawalEgressScheduled.mjs +0 -17
- package/dist/100/polkadotBroadcaster/broadcastAborted.cjs +0 -6
- package/dist/100/polkadotBroadcaster/broadcastAborted.mjs +0 -6
- package/dist/100/polkadotBroadcaster/broadcastAttemptTimeout.cjs +0 -9
- package/dist/100/polkadotBroadcaster/broadcastAttemptTimeout.mjs +0 -9
- package/dist/100/polkadotBroadcaster/broadcastCallbackExecuted.cjs +0 -10
- package/dist/100/polkadotBroadcaster/broadcastCallbackExecuted.mjs +0 -10
- package/dist/100/polkadotBroadcaster/broadcastRetryScheduled.cjs +0 -9
- package/dist/100/polkadotBroadcaster/broadcastRetryScheduled.mjs +0 -9
- package/dist/100/polkadotBroadcaster/broadcastSuccess.cjs +0 -10
- package/dist/100/polkadotBroadcaster/broadcastSuccess.mjs +0 -10
- package/dist/100/polkadotBroadcaster/thresholdSignatureInvalid.cjs +0 -9
- package/dist/100/polkadotBroadcaster/thresholdSignatureInvalid.mjs +0 -9
- package/dist/100/polkadotBroadcaster/transactionBroadcastRequest.cjs +0 -17
- package/dist/100/polkadotBroadcaster/transactionBroadcastRequest.d.cts +0 -45
- package/dist/100/polkadotBroadcaster/transactionBroadcastRequest.d.ts +0 -45
- package/dist/100/polkadotBroadcaster/transactionBroadcastRequest.mjs +0 -17
- package/dist/100/polkadotBroadcaster/transactionFeeDeficitRecorded.cjs +0 -10
- package/dist/100/polkadotBroadcaster/transactionFeeDeficitRecorded.mjs +0 -10
- package/dist/100/polkadotBroadcaster/transactionFeeDeficitRefused.cjs +0 -7
- package/dist/100/polkadotBroadcaster/transactionFeeDeficitRefused.mjs +0 -7
- package/dist/100/polkadotChainTracking/chainStateUpdated.cjs +0 -9
- package/dist/100/polkadotChainTracking/chainStateUpdated.mjs +0 -9
- package/dist/100/polkadotIngressEgress/assetEgressStatusChanged.cjs +0 -10
- package/dist/100/polkadotIngressEgress/assetEgressStatusChanged.mjs +0 -10
- package/dist/100/polkadotIngressEgress/batchBroadcastRequested.cjs +0 -10
- package/dist/100/polkadotIngressEgress/batchBroadcastRequested.mjs +0 -10
- package/dist/100/polkadotIngressEgress/ccmBroadcastRequested.cjs +0 -10
- package/dist/100/polkadotIngressEgress/ccmBroadcastRequested.mjs +0 -10
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.cjs +0 -10
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.cts +0 -241
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.ts +0 -241
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.mjs +0 -10
- package/dist/100/polkadotIngressEgress/depositFetchesScheduled.cjs +0 -10
- package/dist/100/polkadotIngressEgress/depositFetchesScheduled.d.cts +0 -24
- package/dist/100/polkadotIngressEgress/depositFetchesScheduled.d.ts +0 -24
- package/dist/100/polkadotIngressEgress/depositFetchesScheduled.mjs +0 -10
- package/dist/100/polkadotIngressEgress/depositIgnored.cjs +0 -11
- package/dist/100/polkadotIngressEgress/depositIgnored.d.cts +0 -27
- package/dist/100/polkadotIngressEgress/depositIgnored.d.ts +0 -27
- package/dist/100/polkadotIngressEgress/depositIgnored.mjs +0 -11
- package/dist/100/polkadotIngressEgress/depositReceived.cjs +0 -11
- package/dist/100/polkadotIngressEgress/depositReceived.d.cts +0 -27
- package/dist/100/polkadotIngressEgress/depositReceived.d.ts +0 -27
- package/dist/100/polkadotIngressEgress/depositReceived.mjs +0 -11
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.cjs +0 -10
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.cts +0 -263
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.ts +0 -263
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.mjs +0 -10
- package/dist/100/polkadotIngressEgress/egressScheduled.cjs +0 -17
- package/dist/100/polkadotIngressEgress/egressScheduled.d.cts +0 -40
- package/dist/100/polkadotIngressEgress/egressScheduled.d.ts +0 -40
- package/dist/100/polkadotIngressEgress/egressScheduled.mjs +0 -17
- package/dist/100/polkadotIngressEgress/minimumDepositSet.cjs +0 -10
- package/dist/100/polkadotIngressEgress/minimumDepositSet.mjs +0 -10
- package/dist/100/polkadotIngressEgress/vaultTransferFailed.cjs +0 -11
- package/dist/100/polkadotIngressEgress/vaultTransferFailed.mjs +0 -11
- package/dist/100/polkadotThresholdSigner/currentKeyUnavailable.cjs +0 -9
- package/dist/100/polkadotThresholdSigner/currentKeyUnavailable.d.cts +0 -14
- package/dist/100/polkadotThresholdSigner/currentKeyUnavailable.d.ts +0 -14
- package/dist/100/polkadotThresholdSigner/currentKeyUnavailable.mjs +0 -9
- package/dist/100/polkadotThresholdSigner/failureReportProcessed.cjs +0 -11
- package/dist/100/polkadotThresholdSigner/failureReportProcessed.d.cts +0 -17
- package/dist/100/polkadotThresholdSigner/failureReportProcessed.d.ts +0 -17
- package/dist/100/polkadotThresholdSigner/failureReportProcessed.mjs +0 -11
- package/dist/100/polkadotThresholdSigner/retryRequested.cjs +0 -10
- package/dist/100/polkadotThresholdSigner/retryRequested.d.cts +0 -14
- package/dist/100/polkadotThresholdSigner/retryRequested.d.ts +0 -14
- package/dist/100/polkadotThresholdSigner/retryRequested.mjs +0 -10
- package/dist/100/polkadotThresholdSigner/signersUnavailable.cjs +0 -9
- package/dist/100/polkadotThresholdSigner/signersUnavailable.d.cts +0 -14
- package/dist/100/polkadotThresholdSigner/signersUnavailable.d.ts +0 -14
- package/dist/100/polkadotThresholdSigner/signersUnavailable.mjs +0 -9
- package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.cjs +0 -11
- package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.d.cts +0 -335
- package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.d.ts +0 -335
- package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.mjs +0 -11
- package/dist/100/polkadotThresholdSigner/thresholdSignatureFailed.cjs +0 -11
- package/dist/100/polkadotThresholdSigner/thresholdSignatureFailed.d.cts +0 -17
- package/dist/100/polkadotThresholdSigner/thresholdSignatureFailed.d.ts +0 -17
- package/dist/100/polkadotThresholdSigner/thresholdSignatureFailed.mjs +0 -11
- package/dist/100/polkadotThresholdSigner/thresholdSignatureRequest.cjs +0 -14
- package/dist/100/polkadotThresholdSigner/thresholdSignatureRequest.d.cts +0 -26
- package/dist/100/polkadotThresholdSigner/thresholdSignatureRequest.d.ts +0 -26
- package/dist/100/polkadotThresholdSigner/thresholdSignatureRequest.mjs +0 -14
- package/dist/100/polkadotThresholdSigner/thresholdSignatureResponseTimeoutUpdated.cjs +0 -8
- package/dist/100/polkadotThresholdSigner/thresholdSignatureResponseTimeoutUpdated.mjs +0 -8
- package/dist/100/polkadotThresholdSigner/thresholdSignatureSuccess.cjs +0 -10
- package/dist/100/polkadotThresholdSigner/thresholdSignatureSuccess.d.cts +0 -14
- package/dist/100/polkadotThresholdSigner/thresholdSignatureSuccess.d.ts +0 -14
- package/dist/100/polkadotThresholdSigner/thresholdSignatureSuccess.mjs +0 -10
- package/dist/100/polkadotVault/awaitingGovernanceActivation.cjs +0 -7
- package/dist/100/polkadotVault/awaitingGovernanceActivation.mjs +0 -7
- package/dist/100/polkadotVault/keyHandoverFailure.cjs +0 -7
- package/dist/100/polkadotVault/keyHandoverFailure.mjs +0 -7
- package/dist/100/polkadotVault/keyHandoverFailureReported.cjs +0 -6
- package/dist/100/polkadotVault/keyHandoverFailureReported.mjs +0 -6
- package/dist/100/polkadotVault/keyHandoverRequest.cjs +0 -15
- package/dist/100/polkadotVault/keyHandoverRequest.mjs +0 -15
- package/dist/100/polkadotVault/keyHandoverResponseTimeout.cjs +0 -7
- package/dist/100/polkadotVault/keyHandoverResponseTimeout.mjs +0 -7
- package/dist/100/polkadotVault/keyHandoverSuccess.cjs +0 -7
- package/dist/100/polkadotVault/keyHandoverSuccess.mjs +0 -7
- package/dist/100/polkadotVault/keyHandoverSuccessReported.cjs +0 -6
- package/dist/100/polkadotVault/keyHandoverSuccessReported.mjs +0 -6
- package/dist/100/polkadotVault/keyHandoverVerificationFailure.cjs +0 -9
- package/dist/100/polkadotVault/keyHandoverVerificationFailure.mjs +0 -9
- package/dist/100/polkadotVault/keyHandoverVerificationSuccess.cjs +0 -7
- package/dist/100/polkadotVault/keyHandoverVerificationSuccess.mjs +0 -7
- package/dist/100/polkadotVault/keygenFailure.cjs +0 -6
- package/dist/100/polkadotVault/keygenFailure.mjs +0 -6
- package/dist/100/polkadotVault/keygenFailureReported.cjs +0 -6
- package/dist/100/polkadotVault/keygenFailureReported.mjs +0 -6
- package/dist/100/polkadotVault/keygenRequest.cjs +0 -11
- package/dist/100/polkadotVault/keygenRequest.mjs +0 -11
- package/dist/100/polkadotVault/keygenResponseTimeout.cjs +0 -6
- package/dist/100/polkadotVault/keygenResponseTimeout.mjs +0 -6
- package/dist/100/polkadotVault/keygenResponseTimeoutUpdated.cjs +0 -6
- package/dist/100/polkadotVault/keygenResponseTimeoutUpdated.mjs +0 -6
- package/dist/100/polkadotVault/keygenSuccess.cjs +0 -6
- package/dist/100/polkadotVault/keygenSuccess.mjs +0 -6
- package/dist/100/polkadotVault/keygenSuccessReported.cjs +0 -6
- package/dist/100/polkadotVault/keygenSuccessReported.mjs +0 -6
- package/dist/100/polkadotVault/keygenVerificationFailure.cjs +0 -7
- package/dist/100/polkadotVault/keygenVerificationFailure.mjs +0 -7
- package/dist/100/polkadotVault/keygenVerificationSuccess.cjs +0 -7
- package/dist/100/polkadotVault/keygenVerificationSuccess.mjs +0 -7
- package/dist/100/polkadotVault/noKeyHandover.cjs +0 -6
- package/dist/100/polkadotVault/noKeyHandover.mjs +0 -6
- package/dist/100/polkadotVault/vaultRotatedExternally.cjs +0 -6
- package/dist/100/polkadotVault/vaultRotatedExternally.mjs +0 -6
- package/dist/100/polkadotVault/vaultRotationAborted.cjs +0 -6
- package/dist/100/polkadotVault/vaultRotationAborted.mjs +0 -6
- package/dist/100/polkadotVault/vaultRotationCompleted.cjs +0 -6
- package/dist/100/polkadotVault/vaultRotationCompleted.mjs +0 -6
- package/dist/100/reputation/accrualRateUpdated.cjs +0 -9
- package/dist/100/reputation/accrualRateUpdated.mjs +0 -9
- package/dist/100/reputation/missedHeartbeatPenaltyUpdated.cjs +0 -8
- package/dist/100/reputation/missedHeartbeatPenaltyUpdated.mjs +0 -8
- package/dist/100/reputation/offencePenalty.cjs +0 -11
- package/dist/100/reputation/offencePenalty.mjs +0 -11
- package/dist/100/reputation/penaltyUpdated.cjs +0 -11
- package/dist/100/reputation/penaltyUpdated.mjs +0 -11
- package/dist/100/session/newSession.cjs +0 -6
- package/dist/100/session/newSession.mjs +0 -6
- package/dist/100/swapping/batchSwapFailed.cjs +0 -11
- package/dist/100/swapping/batchSwapFailed.mjs +0 -11
- package/dist/100/swapping/ccmDepositReceived.cjs +0 -14
- package/dist/100/swapping/ccmDepositReceived.d.cts +0 -389
- package/dist/100/swapping/ccmDepositReceived.d.ts +0 -389
- package/dist/100/swapping/ccmDepositReceived.mjs +0 -14
- package/dist/100/swapping/ccmEgressScheduled.cjs +0 -10
- package/dist/100/swapping/ccmEgressScheduled.d.cts +0 -24
- package/dist/100/swapping/ccmEgressScheduled.d.ts +0 -24
- package/dist/100/swapping/ccmEgressScheduled.mjs +0 -10
- package/dist/100/swapping/ccmFailed.cjs +0 -15
- package/dist/100/swapping/ccmFailed.mjs +0 -15
- package/dist/100/swapping/minimumSwapAmountSet.cjs +0 -10
- package/dist/100/swapping/minimumSwapAmountSet.mjs +0 -10
- package/dist/100/swapping/swapAmountTooLow.cjs +0 -17
- package/dist/100/swapping/swapAmountTooLow.mjs +0 -17
- package/dist/100/swapping/swapDepositAddressReady.cjs +0 -21
- package/dist/100/swapping/swapDepositAddressReady.mjs +0 -21
- package/dist/100/swapping/swapEgressScheduled.cjs +0 -16
- package/dist/100/swapping/swapEgressScheduled.d.cts +0 -40
- package/dist/100/swapping/swapEgressScheduled.d.ts +0 -40
- package/dist/100/swapping/swapEgressScheduled.mjs +0 -16
- package/dist/100/swapping/swapExecuted.cjs +0 -14
- package/dist/100/swapping/swapExecuted.d.cts +0 -46
- package/dist/100/swapping/swapExecuted.d.ts +0 -46
- package/dist/100/swapping/swapExecuted.mjs +0 -14
- package/dist/100/swapping/swapScheduled.cjs +0 -22
- package/dist/100/swapping/swapScheduled.d.cts +0 -539
- package/dist/100/swapping/swapScheduled.d.ts +0 -539
- package/dist/100/swapping/swapScheduled.mjs +0 -22
- package/dist/100/swapping/withdrawalRequested.cjs +0 -15
- package/dist/100/swapping/withdrawalRequested.d.cts +0 -72
- package/dist/100/swapping/withdrawalRequested.d.ts +0 -72
- package/dist/100/swapping/withdrawalRequested.mjs +0 -15
- package/dist/100/system/codeUpdated.cjs +0 -6
- package/dist/100/system/codeUpdated.mjs +0 -6
- package/dist/100/system/extrinsicFailed.cjs +0 -10
- package/dist/100/system/extrinsicFailed.d.cts +0 -296
- package/dist/100/system/extrinsicFailed.d.ts +0 -296
- package/dist/100/system/extrinsicFailed.mjs +0 -10
- package/dist/100/system/extrinsicSuccess.cjs +0 -7
- package/dist/100/system/extrinsicSuccess.mjs +0 -7
- package/dist/100/system/killedAccount.cjs +0 -7
- package/dist/100/system/killedAccount.mjs +0 -7
- package/dist/100/system/newAccount.cjs +0 -7
- package/dist/100/system/newAccount.mjs +0 -7
- package/dist/100/system/remarked.cjs +0 -7
- package/dist/100/system/remarked.mjs +0 -7
- package/dist/100/tokenholderGovernance/govKeyUpdatedHasFailed.cjs +0 -10
- package/dist/100/tokenholderGovernance/govKeyUpdatedHasFailed.mjs +0 -10
- package/dist/100/tokenholderGovernance/govKeyUpdatedWasSuccessful.cjs +0 -10
- package/dist/100/tokenholderGovernance/govKeyUpdatedWasSuccessful.mjs +0 -10
- package/dist/100/tokenholderGovernance/proposalEnacted.cjs +0 -9
- package/dist/100/tokenholderGovernance/proposalEnacted.d.cts +0 -53
- package/dist/100/tokenholderGovernance/proposalEnacted.d.ts +0 -53
- package/dist/100/tokenholderGovernance/proposalEnacted.mjs +0 -9
- package/dist/100/tokenholderGovernance/proposalPassed.cjs +0 -9
- package/dist/100/tokenholderGovernance/proposalPassed.d.cts +0 -53
- package/dist/100/tokenholderGovernance/proposalPassed.d.ts +0 -53
- package/dist/100/tokenholderGovernance/proposalPassed.mjs +0 -9
- package/dist/100/tokenholderGovernance/proposalRejected.cjs +0 -9
- package/dist/100/tokenholderGovernance/proposalRejected.d.cts +0 -53
- package/dist/100/tokenholderGovernance/proposalRejected.d.ts +0 -53
- package/dist/100/tokenholderGovernance/proposalRejected.mjs +0 -9
- package/dist/100/tokenholderGovernance/proposalSubmitted.cjs +0 -9
- package/dist/100/tokenholderGovernance/proposalSubmitted.d.cts +0 -53
- package/dist/100/tokenholderGovernance/proposalSubmitted.d.ts +0 -53
- package/dist/100/tokenholderGovernance/proposalSubmitted.mjs +0 -9
- package/dist/100/transactionPayment/transactionFeePaid.cjs +0 -11
- package/dist/100/transactionPayment/transactionFeePaid.mjs +0 -11
- package/dist/100/validator/auctionCompleted.cjs +0 -7
- package/dist/100/validator/auctionCompleted.mjs +0 -7
- package/dist/100/validator/cFEVersionUpdated.cjs +0 -11
- package/dist/100/validator/cFEVersionUpdated.mjs +0 -11
- package/dist/100/validator/newEpoch.cjs +0 -6
- package/dist/100/validator/newEpoch.mjs +0 -6
- package/dist/100/validator/palletConfigUpdated.cjs +0 -9
- package/dist/100/validator/palletConfigUpdated.mjs +0 -9
- package/dist/100/validator/peerIdRegistered.cjs +0 -7
- package/dist/100/validator/peerIdRegistered.mjs +0 -7
- package/dist/100/validator/peerIdUnregistered.cjs +0 -7
- package/dist/100/validator/peerIdUnregistered.mjs +0 -7
- package/dist/100/validator/rotationAborted.cjs +0 -6
- package/dist/100/validator/rotationAborted.mjs +0 -6
- package/dist/100/validator/rotationPhaseUpdated.cjs +0 -7
- package/dist/100/validator/rotationPhaseUpdated.mjs +0 -7
- package/dist/100/validator/vanityNameSet.cjs +0 -7
- package/dist/100/validator/vanityNameSet.mjs +0 -7
- package/dist/100/witnesser/prewitnessed.cjs +0 -6
- package/dist/100/witnesser/prewitnessed.mjs +0 -6
- package/dist/100/witnesser/witnessExecutionFailed.cjs +0 -10
- package/dist/100/witnesser/witnessExecutionFailed.d.cts +0 -231
- package/dist/100/witnesser/witnessExecutionFailed.d.ts +0 -231
- package/dist/100/witnesser/witnessExecutionFailed.mjs +0 -10
- package/dist/102/accountRoles/accountRoleRegistered.cjs +0 -10
- package/dist/102/accountRoles/accountRoleRegistered.mjs +0 -10
- package/dist/102/index.cjs +0 -33
- package/dist/102/index.d.cts +0 -44
- package/dist/102/index.d.ts +0 -44
- package/dist/102/index.mjs +0 -33
- package/dist/102/swapping/maximumSwapAmountSet.cjs +0 -10
- package/dist/102/swapping/maximumSwapAmountSet.mjs +0 -10
- package/dist/102/swapping/swapAmountConfiscated.cjs +0 -13
- package/dist/102/swapping/swapAmountConfiscated.mjs +0 -13
- package/dist/102/validator/palletConfigUpdated.cjs +0 -9
- package/dist/102/validator/palletConfigUpdated.mjs +0 -9
- package/dist/111/bitcoinBroadcaster/callResigned.cjs +0 -6
- package/dist/111/bitcoinBroadcaster/callResigned.mjs +0 -6
- package/dist/111/bitcoinBroadcaster/thresholdSignatureInvalid.cjs +0 -9
- package/dist/111/bitcoinBroadcaster/thresholdSignatureInvalid.mjs +0 -9
- package/dist/111/bitcoinIngressEgress/ccmBroadcastFailed.cjs +0 -6
- package/dist/111/bitcoinIngressEgress/ccmBroadcastFailed.mjs +0 -6
- package/dist/111/bitcoinIngressEgress/failedForeignChainCallExpired.cjs +0 -8
- package/dist/111/bitcoinIngressEgress/failedForeignChainCallExpired.mjs +0 -8
- package/dist/111/bitcoinIngressEgress/failedForeignChainCallResigned.cjs +0 -9
- package/dist/111/bitcoinIngressEgress/failedForeignChainCallResigned.mjs +0 -9
- package/dist/111/bitcoinIngressEgress/transferFallbackRequested.cjs +0 -12
- package/dist/111/bitcoinIngressEgress/transferFallbackRequested.mjs +0 -12
- package/dist/111/ethereumBroadcaster/callResigned.cjs +0 -6
- package/dist/111/ethereumBroadcaster/callResigned.mjs +0 -6
- package/dist/111/ethereumBroadcaster/thresholdSignatureInvalid.cjs +0 -9
- package/dist/111/ethereumBroadcaster/thresholdSignatureInvalid.mjs +0 -9
- package/dist/111/ethereumIngressEgress/ccmBroadcastFailed.cjs +0 -6
- package/dist/111/ethereumIngressEgress/ccmBroadcastFailed.mjs +0 -6
- package/dist/111/ethereumIngressEgress/failedForeignChainCallExpired.cjs +0 -8
- package/dist/111/ethereumIngressEgress/failedForeignChainCallExpired.mjs +0 -8
- package/dist/111/ethereumIngressEgress/failedForeignChainCallResigned.cjs +0 -9
- package/dist/111/ethereumIngressEgress/failedForeignChainCallResigned.mjs +0 -9
- package/dist/111/ethereumIngressEgress/transferFallbackRequested.cjs +0 -12
- package/dist/111/ethereumIngressEgress/transferFallbackRequested.mjs +0 -12
- package/dist/111/index.cjs +0 -189
- package/dist/111/index.d.cts +0 -115
- package/dist/111/index.d.ts +0 -115
- package/dist/111/index.mjs +0 -189
- package/dist/111/liquidityPools/limitOrderSetOrUpdateScheduled.cjs +0 -11
- package/dist/111/liquidityPools/limitOrderSetOrUpdateScheduled.mjs +0 -11
- package/dist/111/liquidityPools/limitOrderUpdated.cjs +0 -24
- package/dist/111/liquidityPools/limitOrderUpdated.d.cts +0 -98
- package/dist/111/liquidityPools/limitOrderUpdated.d.ts +0 -98
- package/dist/111/liquidityPools/limitOrderUpdated.mjs +0 -24
- package/dist/111/liquidityPools/newPoolCreated.cjs +0 -12
- package/dist/111/liquidityPools/newPoolCreated.mjs +0 -12
- package/dist/111/liquidityPools/poolFeeSet.cjs +0 -11
- package/dist/111/liquidityPools/poolFeeSet.mjs +0 -11
- package/dist/111/liquidityPools/rangeOrderUpdated.cjs +0 -22
- package/dist/111/liquidityPools/rangeOrderUpdated.d.cts +0 -208
- package/dist/111/liquidityPools/rangeOrderUpdated.d.ts +0 -208
- package/dist/111/liquidityPools/rangeOrderUpdated.mjs +0 -22
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.cjs +0 -11
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.cts +0 -234
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.ts +0 -234
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.mjs +0 -11
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchSuccess.cjs +0 -10
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchSuccess.mjs +0 -10
- package/dist/111/polkadotBroadcaster/callResigned.cjs +0 -6
- package/dist/111/polkadotBroadcaster/callResigned.mjs +0 -6
- package/dist/111/polkadotBroadcaster/thresholdSignatureInvalid.cjs +0 -9
- package/dist/111/polkadotBroadcaster/thresholdSignatureInvalid.mjs +0 -9
- package/dist/111/polkadotIngressEgress/ccmBroadcastFailed.cjs +0 -6
- package/dist/111/polkadotIngressEgress/ccmBroadcastFailed.mjs +0 -6
- package/dist/111/polkadotIngressEgress/failedForeignChainCallExpired.cjs +0 -8
- package/dist/111/polkadotIngressEgress/failedForeignChainCallExpired.mjs +0 -8
- package/dist/111/polkadotIngressEgress/failedForeignChainCallResigned.cjs +0 -9
- package/dist/111/polkadotIngressEgress/failedForeignChainCallResigned.mjs +0 -9
- package/dist/111/polkadotIngressEgress/transferFallbackRequested.cjs +0 -12
- package/dist/111/polkadotIngressEgress/transferFallbackRequested.mjs +0 -12
- package/dist/120/bitcoinBroadcaster/broadcastRetryScheduled.cjs +0 -9
- package/dist/120/bitcoinBroadcaster/broadcastRetryScheduled.mjs +0 -9
- package/dist/120/bitcoinBroadcaster/broadcastTimeout.cjs +0 -6
- package/dist/120/bitcoinBroadcaster/broadcastTimeout.mjs +0 -6
- package/dist/120/bitcoinBroadcaster/thresholdSignatureInvalid.cjs +0 -6
- package/dist/120/bitcoinBroadcaster/thresholdSignatureInvalid.mjs +0 -6
- package/dist/120/bitcoinBroadcaster/transactionBroadcastRequest.cjs +0 -12
- package/dist/120/bitcoinBroadcaster/transactionBroadcastRequest.mjs +0 -12
- package/dist/120/bitcoinChainTracking/chainStateUpdated.cjs +0 -9
- package/dist/120/bitcoinChainTracking/chainStateUpdated.mjs +0 -9
- package/dist/120/bitcoinIngressEgress/depositIgnored.cjs +0 -19
- package/dist/120/bitcoinIngressEgress/depositIgnored.d.cts +0 -169
- package/dist/120/bitcoinIngressEgress/depositIgnored.d.ts +0 -169
- package/dist/120/bitcoinIngressEgress/depositIgnored.mjs +0 -19
- package/dist/120/bitcoinIngressEgress/depositReceived.cjs +0 -20
- package/dist/120/bitcoinIngressEgress/depositReceived.d.cts +0 -238
- package/dist/120/bitcoinIngressEgress/depositReceived.d.ts +0 -238
- package/dist/120/bitcoinIngressEgress/depositReceived.mjs +0 -20
- package/dist/120/bitcoinIngressEgress/utxoConsolidation.cjs +0 -6
- package/dist/120/bitcoinIngressEgress/utxoConsolidation.mjs +0 -6
- package/dist/120/emissions/backupRewardsDistributed.cjs +0 -7
- package/dist/120/emissions/backupRewardsDistributed.mjs +0 -7
- package/dist/120/emissions/flipBurnSkipped.cjs +0 -7
- package/dist/120/emissions/flipBurnSkipped.mjs +0 -7
- package/dist/120/emissions/networkFeeBurned.cjs +0 -10
- package/dist/120/emissions/networkFeeBurned.mjs +0 -10
- package/dist/120/environment/utxoConsolidationParametersUpdated.cjs +0 -9
- package/dist/120/environment/utxoConsolidationParametersUpdated.mjs +0 -9
- package/dist/120/ethereumBroadcaster/broadcastRetryScheduled.cjs +0 -9
- package/dist/120/ethereumBroadcaster/broadcastRetryScheduled.mjs +0 -9
- package/dist/120/ethereumBroadcaster/broadcastTimeout.cjs +0 -6
- package/dist/120/ethereumBroadcaster/broadcastTimeout.mjs +0 -6
- package/dist/120/ethereumBroadcaster/thresholdSignatureInvalid.cjs +0 -6
- package/dist/120/ethereumBroadcaster/thresholdSignatureInvalid.mjs +0 -6
- package/dist/120/ethereumBroadcaster/transactionBroadcastRequest.cjs +0 -16
- package/dist/120/ethereumBroadcaster/transactionBroadcastRequest.mjs +0 -16
- package/dist/120/ethereumIngressEgress/depositIgnored.cjs +0 -17
- package/dist/120/ethereumIngressEgress/depositIgnored.d.cts +0 -40
- package/dist/120/ethereumIngressEgress/depositIgnored.d.ts +0 -40
- package/dist/120/ethereumIngressEgress/depositIgnored.mjs +0 -17
- package/dist/120/ethereumIngressEgress/depositReceived.cjs +0 -18
- package/dist/120/ethereumIngressEgress/depositReceived.d.cts +0 -109
- package/dist/120/ethereumIngressEgress/depositReceived.d.ts +0 -109
- package/dist/120/ethereumIngressEgress/depositReceived.mjs +0 -18
- package/dist/120/ethereumIngressEgress/utxoConsolidation.cjs +0 -6
- package/dist/120/ethereumIngressEgress/utxoConsolidation.mjs +0 -6
- package/dist/120/index.cjs +0 -253
- package/dist/120/index.d.cts +0 -147
- package/dist/120/index.d.ts +0 -147
- package/dist/120/index.mjs +0 -253
- package/dist/120/liquidityProvider/liquidityDepositCredited.cjs +0 -11
- package/dist/120/liquidityProvider/liquidityDepositCredited.mjs +0 -11
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.cjs +0 -18
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.cts +0 -88
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.ts +0 -88
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.mjs +0 -18
- package/dist/120/polkadotBroadcaster/broadcastRetryScheduled.cjs +0 -9
- package/dist/120/polkadotBroadcaster/broadcastRetryScheduled.mjs +0 -9
- package/dist/120/polkadotBroadcaster/broadcastTimeout.cjs +0 -6
- package/dist/120/polkadotBroadcaster/broadcastTimeout.mjs +0 -6
- package/dist/120/polkadotBroadcaster/thresholdSignatureInvalid.cjs +0 -6
- package/dist/120/polkadotBroadcaster/thresholdSignatureInvalid.mjs +0 -6
- package/dist/120/polkadotBroadcaster/transactionBroadcastRequest.cjs +0 -12
- package/dist/120/polkadotBroadcaster/transactionBroadcastRequest.mjs +0 -12
- package/dist/120/polkadotIngressEgress/depositIgnored.cjs +0 -17
- package/dist/120/polkadotIngressEgress/depositIgnored.d.cts +0 -40
- package/dist/120/polkadotIngressEgress/depositIgnored.d.ts +0 -40
- package/dist/120/polkadotIngressEgress/depositIgnored.mjs +0 -17
- package/dist/120/polkadotIngressEgress/depositReceived.cjs +0 -18
- package/dist/120/polkadotIngressEgress/depositReceived.d.cts +0 -109
- package/dist/120/polkadotIngressEgress/depositReceived.d.ts +0 -109
- package/dist/120/polkadotIngressEgress/depositReceived.mjs +0 -18
- package/dist/120/polkadotIngressEgress/utxoConsolidation.cjs +0 -6
- package/dist/120/polkadotIngressEgress/utxoConsolidation.mjs +0 -6
- package/dist/120/swapping/ccmFailed.cjs +0 -15
- package/dist/120/swapping/ccmFailed.mjs +0 -15
- package/dist/120/swapping/swapEgressIgnored.cjs +0 -12
- package/dist/120/swapping/swapEgressIgnored.d.cts +0 -247
- package/dist/120/swapping/swapEgressIgnored.d.ts +0 -247
- package/dist/120/swapping/swapEgressIgnored.mjs +0 -12
- package/dist/120/swapping/swapEgressScheduled.cjs +0 -17
- package/dist/120/swapping/swapEgressScheduled.d.cts +0 -43
- package/dist/120/swapping/swapEgressScheduled.d.ts +0 -43
- package/dist/120/swapping/swapEgressScheduled.mjs +0 -17
- package/dist/120/swapping/swapExecuted.cjs +0 -16
- package/dist/120/swapping/swapExecuted.mjs +0 -16
- package/dist/120/swapping/withdrawalRequested.cjs +0 -16
- package/dist/120/swapping/withdrawalRequested.d.cts +0 -75
- package/dist/120/swapping/withdrawalRequested.d.ts +0 -75
- package/dist/120/swapping/withdrawalRequested.mjs +0 -16
- package/dist/131/bitcoinBroadcaster/broadcastSuccess.cjs +0 -11
- package/dist/131/bitcoinBroadcaster/broadcastSuccess.mjs +0 -11
- package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.cjs +0 -12
- package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.mjs +0 -12
- package/dist/131/bitcoinChainTracking/feeMultiplierUpdated.cjs +0 -7
- package/dist/131/bitcoinChainTracking/feeMultiplierUpdated.mjs +0 -7
- package/dist/131/bitcoinIngressEgress/channelOpeningFeePaid.cjs +0 -7
- package/dist/131/bitcoinIngressEgress/channelOpeningFeePaid.mjs +0 -7
- package/dist/131/bitcoinIngressEgress/channelOpeningFeeSet.cjs +0 -7
- package/dist/131/bitcoinIngressEgress/channelOpeningFeeSet.mjs +0 -7
- package/dist/131/bitcoinIngressEgress/depositIgnored.cjs +0 -19
- package/dist/131/bitcoinIngressEgress/depositIgnored.mjs +0 -19
- package/dist/131/bitcoinIngressEgress/depositReceived.cjs +0 -20
- package/dist/131/bitcoinIngressEgress/depositReceived.mjs +0 -20
- package/dist/131/bitcoinIngressEgress/depositWitnessRejected.cjs +0 -10
- package/dist/131/bitcoinIngressEgress/depositWitnessRejected.mjs +0 -10
- package/dist/131/bitcoinIngressEgress/failedToBuildAllBatchCall.cjs +0 -9
- package/dist/131/bitcoinIngressEgress/failedToBuildAllBatchCall.mjs +0 -9
- package/dist/131/bitcoinThresholdSigner/keyHandoverFailure.cjs +0 -7
- package/dist/131/bitcoinThresholdSigner/keyHandoverFailure.mjs +0 -7
- package/dist/131/bitcoinThresholdSigner/keyHandoverFailureReported.cjs +0 -6
- package/dist/131/bitcoinThresholdSigner/keyHandoverFailureReported.mjs +0 -6
- package/dist/131/bitcoinThresholdSigner/keyHandoverRequest.cjs +0 -15
- package/dist/131/bitcoinThresholdSigner/keyHandoverRequest.mjs +0 -15
- package/dist/131/bitcoinThresholdSigner/keyHandoverResponseTimeout.cjs +0 -9
- package/dist/131/bitcoinThresholdSigner/keyHandoverResponseTimeout.mjs +0 -9
- package/dist/131/bitcoinThresholdSigner/keyHandoverSuccess.cjs +0 -7
- package/dist/131/bitcoinThresholdSigner/keyHandoverSuccess.mjs +0 -7
- package/dist/131/bitcoinThresholdSigner/keyHandoverSuccessReported.cjs +0 -6
- package/dist/131/bitcoinThresholdSigner/keyHandoverSuccessReported.mjs +0 -6
- package/dist/131/bitcoinThresholdSigner/keyHandoverVerificationFailure.cjs +0 -9
- package/dist/131/bitcoinThresholdSigner/keyHandoverVerificationFailure.mjs +0 -9
- package/dist/131/bitcoinThresholdSigner/keyHandoverVerificationSuccess.cjs +0 -9
- package/dist/131/bitcoinThresholdSigner/keyHandoverVerificationSuccess.mjs +0 -9
- package/dist/131/bitcoinThresholdSigner/keyRotationCompleted.cjs +0 -6
- package/dist/131/bitcoinThresholdSigner/keyRotationCompleted.mjs +0 -6
- package/dist/131/bitcoinThresholdSigner/keygenFailure.cjs +0 -6
- package/dist/131/bitcoinThresholdSigner/keygenFailure.mjs +0 -6
- package/dist/131/bitcoinThresholdSigner/keygenFailureReported.cjs +0 -6
- package/dist/131/bitcoinThresholdSigner/keygenFailureReported.mjs +0 -6
- package/dist/131/bitcoinThresholdSigner/keygenRequest.cjs +0 -11
- package/dist/131/bitcoinThresholdSigner/keygenRequest.mjs +0 -11
- package/dist/131/bitcoinThresholdSigner/keygenResponseTimeout.cjs +0 -6
- package/dist/131/bitcoinThresholdSigner/keygenResponseTimeout.mjs +0 -6
- package/dist/131/bitcoinThresholdSigner/keygenResponseTimeoutUpdated.cjs +0 -8
- package/dist/131/bitcoinThresholdSigner/keygenResponseTimeoutUpdated.mjs +0 -8
- package/dist/131/bitcoinThresholdSigner/keygenSuccess.cjs +0 -6
- package/dist/131/bitcoinThresholdSigner/keygenSuccess.mjs +0 -6
- package/dist/131/bitcoinThresholdSigner/keygenSuccessReported.cjs +0 -6
- package/dist/131/bitcoinThresholdSigner/keygenSuccessReported.mjs +0 -6
- package/dist/131/bitcoinThresholdSigner/keygenVerificationFailure.cjs +0 -9
- package/dist/131/bitcoinThresholdSigner/keygenVerificationFailure.mjs +0 -9
- package/dist/131/bitcoinThresholdSigner/keygenVerificationSuccess.cjs +0 -9
- package/dist/131/bitcoinThresholdSigner/keygenVerificationSuccess.mjs +0 -9
- package/dist/131/bitcoinThresholdSigner/noKeyHandover.cjs +0 -6
- package/dist/131/bitcoinThresholdSigner/noKeyHandover.mjs +0 -6
- package/dist/131/bitcoinVault/vaultActivationCompleted.cjs +0 -6
- package/dist/131/bitcoinVault/vaultActivationCompleted.mjs +0 -6
- package/dist/131/environment/addedNewEthAsset.cjs +0 -7
- package/dist/131/environment/addedNewEthAsset.mjs +0 -7
- package/dist/131/environment/runtimeSafeModeUpdated.cjs +0 -9
- package/dist/131/environment/runtimeSafeModeUpdated.d.cts +0 -687
- package/dist/131/environment/runtimeSafeModeUpdated.d.ts +0 -687
- package/dist/131/environment/runtimeSafeModeUpdated.mjs +0 -9
- package/dist/131/environment/updatedEthAsset.cjs +0 -7
- package/dist/131/environment/updatedEthAsset.mjs +0 -7
- package/dist/131/ethereumBroadcaster/broadcastSuccess.cjs +0 -11
- package/dist/131/ethereumBroadcaster/broadcastSuccess.mjs +0 -11
- package/dist/131/ethereumChainTracking/feeMultiplierUpdated.cjs +0 -9
- package/dist/131/ethereumChainTracking/feeMultiplierUpdated.mjs +0 -9
- package/dist/131/ethereumIngressEgress/assetEgressStatusChanged.cjs +0 -10
- package/dist/131/ethereumIngressEgress/assetEgressStatusChanged.mjs +0 -10
- package/dist/131/ethereumIngressEgress/channelOpeningFeePaid.cjs +0 -7
- package/dist/131/ethereumIngressEgress/channelOpeningFeePaid.mjs +0 -7
- package/dist/131/ethereumIngressEgress/channelOpeningFeeSet.cjs +0 -7
- package/dist/131/ethereumIngressEgress/channelOpeningFeeSet.mjs +0 -7
- package/dist/131/ethereumIngressEgress/depositFetchesScheduled.cjs +0 -10
- package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.cts +0 -24
- package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.ts +0 -24
- package/dist/131/ethereumIngressEgress/depositFetchesScheduled.mjs +0 -10
- package/dist/131/ethereumIngressEgress/depositIgnored.cjs +0 -17
- package/dist/131/ethereumIngressEgress/depositIgnored.d.cts +0 -40
- package/dist/131/ethereumIngressEgress/depositIgnored.d.ts +0 -40
- package/dist/131/ethereumIngressEgress/depositIgnored.mjs +0 -17
- package/dist/131/ethereumIngressEgress/depositReceived.cjs +0 -18
- package/dist/131/ethereumIngressEgress/depositReceived.d.cts +0 -109
- package/dist/131/ethereumIngressEgress/depositReceived.d.ts +0 -109
- package/dist/131/ethereumIngressEgress/depositReceived.mjs +0 -18
- package/dist/131/ethereumIngressEgress/depositWitnessRejected.cjs +0 -10
- package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.cts +0 -263
- package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.ts +0 -263
- package/dist/131/ethereumIngressEgress/depositWitnessRejected.mjs +0 -10
- package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.cjs +0 -9
- package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +0 -369
- package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +0 -369
- package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.mjs +0 -9
- package/dist/131/ethereumIngressEgress/minimumDepositSet.cjs +0 -10
- package/dist/131/ethereumIngressEgress/minimumDepositSet.mjs +0 -10
- package/dist/131/ethereumIngressEgress/transferFallbackRequested.cjs +0 -12
- package/dist/131/ethereumIngressEgress/transferFallbackRequested.d.cts +0 -30
- package/dist/131/ethereumIngressEgress/transferFallbackRequested.d.ts +0 -30
- package/dist/131/ethereumIngressEgress/transferFallbackRequested.mjs +0 -12
- package/dist/131/ethereumThresholdSigner/keyHandoverFailure.cjs +0 -7
- package/dist/131/ethereumThresholdSigner/keyHandoverFailure.mjs +0 -7
- package/dist/131/ethereumThresholdSigner/keyHandoverFailureReported.cjs +0 -6
- package/dist/131/ethereumThresholdSigner/keyHandoverFailureReported.mjs +0 -6
- package/dist/131/ethereumThresholdSigner/keyHandoverRequest.cjs +0 -15
- package/dist/131/ethereumThresholdSigner/keyHandoverRequest.mjs +0 -15
- package/dist/131/ethereumThresholdSigner/keyHandoverResponseTimeout.cjs +0 -9
- package/dist/131/ethereumThresholdSigner/keyHandoverResponseTimeout.mjs +0 -9
- package/dist/131/ethereumThresholdSigner/keyHandoverSuccess.cjs +0 -7
- package/dist/131/ethereumThresholdSigner/keyHandoverSuccess.mjs +0 -7
- package/dist/131/ethereumThresholdSigner/keyHandoverSuccessReported.cjs +0 -6
- package/dist/131/ethereumThresholdSigner/keyHandoverSuccessReported.mjs +0 -6
- package/dist/131/ethereumThresholdSigner/keyHandoverVerificationFailure.cjs +0 -9
- package/dist/131/ethereumThresholdSigner/keyHandoverVerificationFailure.mjs +0 -9
- package/dist/131/ethereumThresholdSigner/keyHandoverVerificationSuccess.cjs +0 -9
- package/dist/131/ethereumThresholdSigner/keyHandoverVerificationSuccess.mjs +0 -9
- package/dist/131/ethereumThresholdSigner/keyRotationCompleted.cjs +0 -6
- package/dist/131/ethereumThresholdSigner/keyRotationCompleted.mjs +0 -6
- package/dist/131/ethereumThresholdSigner/keygenFailure.cjs +0 -6
- package/dist/131/ethereumThresholdSigner/keygenFailure.mjs +0 -6
- package/dist/131/ethereumThresholdSigner/keygenFailureReported.cjs +0 -6
- package/dist/131/ethereumThresholdSigner/keygenFailureReported.mjs +0 -6
- package/dist/131/ethereumThresholdSigner/keygenRequest.cjs +0 -11
- package/dist/131/ethereumThresholdSigner/keygenRequest.mjs +0 -11
- package/dist/131/ethereumThresholdSigner/keygenResponseTimeout.cjs +0 -6
- package/dist/131/ethereumThresholdSigner/keygenResponseTimeout.mjs +0 -6
- package/dist/131/ethereumThresholdSigner/keygenResponseTimeoutUpdated.cjs +0 -8
- package/dist/131/ethereumThresholdSigner/keygenResponseTimeoutUpdated.mjs +0 -8
- package/dist/131/ethereumThresholdSigner/keygenSuccess.cjs +0 -6
- package/dist/131/ethereumThresholdSigner/keygenSuccess.mjs +0 -6
- package/dist/131/ethereumThresholdSigner/keygenSuccessReported.cjs +0 -6
- package/dist/131/ethereumThresholdSigner/keygenSuccessReported.mjs +0 -6
- package/dist/131/ethereumThresholdSigner/keygenVerificationFailure.cjs +0 -9
- package/dist/131/ethereumThresholdSigner/keygenVerificationFailure.mjs +0 -9
- package/dist/131/ethereumThresholdSigner/keygenVerificationSuccess.cjs +0 -9
- package/dist/131/ethereumThresholdSigner/keygenVerificationSuccess.mjs +0 -9
- package/dist/131/ethereumThresholdSigner/noKeyHandover.cjs +0 -6
- package/dist/131/ethereumThresholdSigner/noKeyHandover.mjs +0 -6
- package/dist/131/ethereumVault/vaultActivationCompleted.cjs +0 -6
- package/dist/131/ethereumVault/vaultActivationCompleted.mjs +0 -6
- package/dist/131/index.cjs +0 -851
- package/dist/131/index.d.cts +0 -409
- package/dist/131/index.d.ts +0 -409
- package/dist/131/index.mjs +0 -851
- package/dist/131/liquidityPools/assetSwapped.cjs +0 -12
- package/dist/131/liquidityPools/assetSwapped.d.cts +0 -40
- package/dist/131/liquidityPools/assetSwapped.d.ts +0 -40
- package/dist/131/liquidityPools/assetSwapped.mjs +0 -12
- package/dist/131/liquidityPools/limitOrderUpdated.cjs +0 -24
- package/dist/131/liquidityPools/limitOrderUpdated.d.cts +0 -98
- package/dist/131/liquidityPools/limitOrderUpdated.d.ts +0 -98
- package/dist/131/liquidityPools/limitOrderUpdated.mjs +0 -24
- package/dist/131/liquidityPools/newPoolCreated.cjs +0 -12
- package/dist/131/liquidityPools/newPoolCreated.d.cts +0 -40
- package/dist/131/liquidityPools/newPoolCreated.d.ts +0 -40
- package/dist/131/liquidityPools/newPoolCreated.mjs +0 -12
- package/dist/131/liquidityPools/poolFeeSet.cjs +0 -11
- package/dist/131/liquidityPools/poolFeeSet.d.cts +0 -37
- package/dist/131/liquidityPools/poolFeeSet.d.ts +0 -37
- package/dist/131/liquidityPools/poolFeeSet.mjs +0 -11
- package/dist/131/liquidityPools/rangeOrderUpdated.cjs +0 -22
- package/dist/131/liquidityPools/rangeOrderUpdated.d.cts +0 -208
- package/dist/131/liquidityPools/rangeOrderUpdated.d.ts +0 -208
- package/dist/131/liquidityPools/rangeOrderUpdated.mjs +0 -22
- package/dist/131/liquidityProvider/accountCredited.cjs +0 -11
- package/dist/131/liquidityProvider/accountCredited.d.cts +0 -27
- package/dist/131/liquidityProvider/accountCredited.d.ts +0 -27
- package/dist/131/liquidityProvider/accountCredited.mjs +0 -11
- package/dist/131/liquidityProvider/accountDebited.cjs +0 -11
- package/dist/131/liquidityProvider/accountDebited.d.cts +0 -27
- package/dist/131/liquidityProvider/accountDebited.d.ts +0 -27
- package/dist/131/liquidityProvider/accountDebited.mjs +0 -11
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.cjs +0 -20
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.cts +0 -84
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.ts +0 -84
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.mjs +0 -20
- package/dist/131/liquidityProvider/liquidityDepositCredited.cjs +0 -11
- package/dist/131/liquidityProvider/liquidityDepositCredited.d.cts +0 -27
- package/dist/131/liquidityProvider/liquidityDepositCredited.d.ts +0 -27
- package/dist/131/liquidityProvider/liquidityDepositCredited.mjs +0 -11
- package/dist/131/liquidityProvider/withdrawalEgressScheduled.cjs +0 -18
- package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.cts +0 -88
- package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.ts +0 -88
- package/dist/131/liquidityProvider/withdrawalEgressScheduled.mjs +0 -18
- package/dist/131/polkadotBroadcaster/broadcastSuccess.cjs +0 -11
- package/dist/131/polkadotBroadcaster/broadcastSuccess.mjs +0 -11
- package/dist/131/polkadotChainTracking/feeMultiplierUpdated.cjs +0 -9
- package/dist/131/polkadotChainTracking/feeMultiplierUpdated.mjs +0 -9
- package/dist/131/polkadotIngressEgress/channelOpeningFeePaid.cjs +0 -7
- package/dist/131/polkadotIngressEgress/channelOpeningFeePaid.mjs +0 -7
- package/dist/131/polkadotIngressEgress/channelOpeningFeeSet.cjs +0 -7
- package/dist/131/polkadotIngressEgress/channelOpeningFeeSet.mjs +0 -7
- package/dist/131/polkadotIngressEgress/failedToBuildAllBatchCall.cjs +0 -9
- package/dist/131/polkadotIngressEgress/failedToBuildAllBatchCall.mjs +0 -9
- package/dist/131/polkadotThresholdSigner/keyHandoverFailure.cjs +0 -7
- package/dist/131/polkadotThresholdSigner/keyHandoverFailure.mjs +0 -7
- package/dist/131/polkadotThresholdSigner/keyHandoverFailureReported.cjs +0 -6
- package/dist/131/polkadotThresholdSigner/keyHandoverFailureReported.mjs +0 -6
- package/dist/131/polkadotThresholdSigner/keyHandoverRequest.cjs +0 -15
- package/dist/131/polkadotThresholdSigner/keyHandoverRequest.mjs +0 -15
- package/dist/131/polkadotThresholdSigner/keyHandoverResponseTimeout.cjs +0 -9
- package/dist/131/polkadotThresholdSigner/keyHandoverResponseTimeout.mjs +0 -9
- package/dist/131/polkadotThresholdSigner/keyHandoverSuccess.cjs +0 -7
- package/dist/131/polkadotThresholdSigner/keyHandoverSuccess.mjs +0 -7
- package/dist/131/polkadotThresholdSigner/keyHandoverSuccessReported.cjs +0 -6
- package/dist/131/polkadotThresholdSigner/keyHandoverSuccessReported.mjs +0 -6
- package/dist/131/polkadotThresholdSigner/keyHandoverVerificationFailure.cjs +0 -9
- package/dist/131/polkadotThresholdSigner/keyHandoverVerificationFailure.mjs +0 -9
- package/dist/131/polkadotThresholdSigner/keyHandoverVerificationSuccess.cjs +0 -9
- package/dist/131/polkadotThresholdSigner/keyHandoverVerificationSuccess.mjs +0 -9
- package/dist/131/polkadotThresholdSigner/keyRotationCompleted.cjs +0 -6
- package/dist/131/polkadotThresholdSigner/keyRotationCompleted.mjs +0 -6
- package/dist/131/polkadotThresholdSigner/keygenFailure.cjs +0 -6
- package/dist/131/polkadotThresholdSigner/keygenFailure.mjs +0 -6
- package/dist/131/polkadotThresholdSigner/keygenFailureReported.cjs +0 -6
- package/dist/131/polkadotThresholdSigner/keygenFailureReported.mjs +0 -6
- package/dist/131/polkadotThresholdSigner/keygenRequest.cjs +0 -11
- package/dist/131/polkadotThresholdSigner/keygenRequest.mjs +0 -11
- package/dist/131/polkadotThresholdSigner/keygenResponseTimeout.cjs +0 -6
- package/dist/131/polkadotThresholdSigner/keygenResponseTimeout.mjs +0 -6
- package/dist/131/polkadotThresholdSigner/keygenResponseTimeoutUpdated.cjs +0 -8
- package/dist/131/polkadotThresholdSigner/keygenResponseTimeoutUpdated.mjs +0 -8
- package/dist/131/polkadotThresholdSigner/keygenSuccess.cjs +0 -6
- package/dist/131/polkadotThresholdSigner/keygenSuccess.mjs +0 -6
- package/dist/131/polkadotThresholdSigner/keygenSuccessReported.cjs +0 -6
- package/dist/131/polkadotThresholdSigner/keygenSuccessReported.mjs +0 -6
- package/dist/131/polkadotThresholdSigner/keygenVerificationFailure.cjs +0 -9
- package/dist/131/polkadotThresholdSigner/keygenVerificationFailure.mjs +0 -9
- package/dist/131/polkadotThresholdSigner/keygenVerificationSuccess.cjs +0 -7
- package/dist/131/polkadotThresholdSigner/keygenVerificationSuccess.mjs +0 -7
- package/dist/131/polkadotThresholdSigner/noKeyHandover.cjs +0 -6
- package/dist/131/polkadotThresholdSigner/noKeyHandover.mjs +0 -6
- package/dist/131/polkadotVault/vaultActivationCompleted.cjs +0 -6
- package/dist/131/polkadotVault/vaultActivationCompleted.mjs +0 -6
- package/dist/131/reputation/offencePenalty.cjs +0 -11
- package/dist/131/reputation/offencePenalty.mjs +0 -11
- package/dist/131/reputation/penaltyUpdated.cjs +0 -11
- package/dist/131/reputation/penaltyUpdated.mjs +0 -11
- package/dist/131/swapping/batchSwapFailed.cjs +0 -11
- package/dist/131/swapping/batchSwapFailed.d.cts +0 -37
- package/dist/131/swapping/batchSwapFailed.d.ts +0 -37
- package/dist/131/swapping/batchSwapFailed.mjs +0 -11
- package/dist/131/swapping/ccmFailed.cjs +0 -17
- package/dist/131/swapping/ccmFailed.d.cts +0 -532
- package/dist/131/swapping/ccmFailed.d.ts +0 -532
- package/dist/131/swapping/ccmFailed.mjs +0 -17
- package/dist/131/swapping/maximumSwapAmountSet.cjs +0 -10
- package/dist/131/swapping/maximumSwapAmountSet.d.cts +0 -24
- package/dist/131/swapping/maximumSwapAmountSet.d.ts +0 -24
- package/dist/131/swapping/maximumSwapAmountSet.mjs +0 -10
- package/dist/131/swapping/swapAmountConfiscated.cjs +0 -13
- package/dist/131/swapping/swapAmountConfiscated.d.cts +0 -43
- package/dist/131/swapping/swapAmountConfiscated.d.ts +0 -43
- package/dist/131/swapping/swapAmountConfiscated.mjs +0 -13
- package/dist/131/swapping/swapDepositAddressReady.cjs +0 -23
- package/dist/131/swapping/swapDepositAddressReady.d.cts +0 -168
- package/dist/131/swapping/swapDepositAddressReady.d.ts +0 -168
- package/dist/131/swapping/swapDepositAddressReady.mjs +0 -23
- package/dist/131/swapping/swapEgressIgnored.cjs +0 -12
- package/dist/131/swapping/swapEgressIgnored.d.cts +0 -247
- package/dist/131/swapping/swapEgressIgnored.d.ts +0 -247
- package/dist/131/swapping/swapEgressIgnored.mjs +0 -12
- package/dist/131/swapping/swapEgressScheduled.cjs +0 -17
- package/dist/131/swapping/swapEgressScheduled.d.cts +0 -43
- package/dist/131/swapping/swapEgressScheduled.d.ts +0 -43
- package/dist/131/swapping/swapEgressScheduled.mjs +0 -17
- package/dist/131/swapping/swapExecuted.cjs +0 -16
- package/dist/131/swapping/swapExecuted.d.cts +0 -52
- package/dist/131/swapping/swapExecuted.d.ts +0 -52
- package/dist/131/swapping/swapExecuted.mjs +0 -16
- package/dist/131/swapping/swapScheduled.cjs +0 -23
- package/dist/131/swapping/swapScheduled.d.cts +0 -552
- package/dist/131/swapping/swapScheduled.d.ts +0 -552
- package/dist/131/swapping/swapScheduled.mjs +0 -23
- package/dist/131/swapping/withdrawalRequested.cjs +0 -18
- package/dist/131/swapping/withdrawalRequested.d.cts +0 -88
- package/dist/131/swapping/withdrawalRequested.d.ts +0 -88
- package/dist/131/swapping/withdrawalRequested.mjs +0 -18
- package/dist/131/system/upgradeAuthorized.cjs +0 -7
- package/dist/131/system/upgradeAuthorized.mjs +0 -7
- package/dist/131/witnesser/prewitnessExecutionFailed.cjs +0 -10
- package/dist/131/witnesser/prewitnessExecutionFailed.d.cts +0 -231
- package/dist/131/witnesser/prewitnessExecutionFailed.d.ts +0 -231
- package/dist/131/witnesser/prewitnessExecutionFailed.mjs +0 -10
- package/dist/141/accountRoles/accountRoleDeregistered.cjs +0 -10
- package/dist/141/accountRoles/accountRoleDeregistered.mjs +0 -10
- package/dist/141/accountRoles/vanityNameSet.cjs +0 -7
- package/dist/141/accountRoles/vanityNameSet.mjs +0 -7
- package/dist/141/arbitrumBroadcaster/broadcastAborted.cjs +0 -6
- package/dist/141/arbitrumBroadcaster/broadcastAborted.mjs +0 -6
- package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.cjs +0 -10
- package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.cts +0 -332
- package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.ts +0 -332
- package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.mjs +0 -10
- package/dist/141/arbitrumBroadcaster/broadcastRetryScheduled.cjs +0 -9
- package/dist/141/arbitrumBroadcaster/broadcastRetryScheduled.mjs +0 -9
- package/dist/141/arbitrumBroadcaster/broadcastSuccess.cjs +0 -11
- package/dist/141/arbitrumBroadcaster/broadcastSuccess.mjs +0 -11
- package/dist/141/arbitrumBroadcaster/broadcastTimeout.cjs +0 -6
- package/dist/141/arbitrumBroadcaster/broadcastTimeout.mjs +0 -6
- package/dist/141/arbitrumBroadcaster/callResigned.cjs +0 -6
- package/dist/141/arbitrumBroadcaster/callResigned.mjs +0 -6
- package/dist/141/arbitrumBroadcaster/thresholdSignatureInvalid.cjs +0 -6
- package/dist/141/arbitrumBroadcaster/thresholdSignatureInvalid.mjs +0 -6
- package/dist/141/arbitrumBroadcaster/transactionBroadcastRequest.cjs +0 -16
- package/dist/141/arbitrumBroadcaster/transactionBroadcastRequest.d.cts +0 -75
- package/dist/141/arbitrumBroadcaster/transactionBroadcastRequest.d.ts +0 -75
- package/dist/141/arbitrumBroadcaster/transactionBroadcastRequest.mjs +0 -16
- package/dist/141/arbitrumBroadcaster/transactionFeeDeficitRecorded.cjs +0 -10
- package/dist/141/arbitrumBroadcaster/transactionFeeDeficitRecorded.mjs +0 -10
- package/dist/141/arbitrumBroadcaster/transactionFeeDeficitRefused.cjs +0 -7
- package/dist/141/arbitrumBroadcaster/transactionFeeDeficitRefused.mjs +0 -7
- package/dist/141/arbitrumChainTracking/chainStateUpdated.cjs +0 -9
- package/dist/141/arbitrumChainTracking/chainStateUpdated.mjs +0 -9
- package/dist/141/arbitrumChainTracking/feeMultiplierUpdated.cjs +0 -9
- package/dist/141/arbitrumChainTracking/feeMultiplierUpdated.mjs +0 -9
- package/dist/141/arbitrumIngressEgress/assetEgressStatusChanged.cjs +0 -10
- package/dist/141/arbitrumIngressEgress/assetEgressStatusChanged.mjs +0 -10
- package/dist/141/arbitrumIngressEgress/batchBroadcastRequested.cjs +0 -10
- package/dist/141/arbitrumIngressEgress/batchBroadcastRequested.mjs +0 -10
- package/dist/141/arbitrumIngressEgress/boostFundsAdded.cjs +0 -11
- package/dist/141/arbitrumIngressEgress/boostFundsAdded.mjs +0 -11
- package/dist/141/arbitrumIngressEgress/boostPoolCreated.cjs +0 -9
- package/dist/141/arbitrumIngressEgress/boostPoolCreated.mjs +0 -9
- package/dist/141/arbitrumIngressEgress/ccmBroadcastFailed.cjs +0 -6
- package/dist/141/arbitrumIngressEgress/ccmBroadcastFailed.mjs +0 -6
- package/dist/141/arbitrumIngressEgress/ccmBroadcastRequested.cjs +0 -10
- package/dist/141/arbitrumIngressEgress/ccmBroadcastRequested.d.cts +0 -24
- package/dist/141/arbitrumIngressEgress/ccmBroadcastRequested.d.ts +0 -24
- package/dist/141/arbitrumIngressEgress/ccmBroadcastRequested.mjs +0 -10
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.cjs +0 -10
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.cts +0 -241
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.ts +0 -241
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.mjs +0 -10
- package/dist/141/arbitrumIngressEgress/channelOpeningFeePaid.cjs +0 -7
- package/dist/141/arbitrumIngressEgress/channelOpeningFeePaid.mjs +0 -7
- package/dist/141/arbitrumIngressEgress/channelOpeningFeeSet.cjs +0 -7
- package/dist/141/arbitrumIngressEgress/channelOpeningFeeSet.mjs +0 -7
- package/dist/141/arbitrumIngressEgress/depositBoosted.cjs +0 -21
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.cts +0 -133
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.ts +0 -133
- package/dist/141/arbitrumIngressEgress/depositBoosted.mjs +0 -21
- package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.cjs +0 -10
- package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.cts +0 -24
- package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.ts +0 -24
- package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.mjs +0 -10
- package/dist/141/arbitrumIngressEgress/depositFinalised.cjs +0 -19
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.cts +0 -127
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.ts +0 -127
- package/dist/141/arbitrumIngressEgress/depositFinalised.mjs +0 -19
- package/dist/141/arbitrumIngressEgress/depositIgnored.cjs +0 -17
- package/dist/141/arbitrumIngressEgress/depositIgnored.d.cts +0 -40
- package/dist/141/arbitrumIngressEgress/depositIgnored.d.ts +0 -40
- package/dist/141/arbitrumIngressEgress/depositIgnored.mjs +0 -17
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.cjs +0 -10
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.cts +0 -263
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.ts +0 -263
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.mjs +0 -10
- package/dist/141/arbitrumIngressEgress/failedForeignChainCallExpired.cjs +0 -8
- package/dist/141/arbitrumIngressEgress/failedForeignChainCallExpired.mjs +0 -8
- package/dist/141/arbitrumIngressEgress/failedForeignChainCallResigned.cjs +0 -9
- package/dist/141/arbitrumIngressEgress/failedForeignChainCallResigned.mjs +0 -9
- package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.cjs +0 -9
- package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +0 -369
- package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +0 -369
- package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.mjs +0 -9
- package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.cjs +0 -12
- package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +0 -30
- package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.ts +0 -30
- package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.mjs +0 -12
- package/dist/141/arbitrumIngressEgress/minimumDepositSet.cjs +0 -10
- package/dist/141/arbitrumIngressEgress/minimumDepositSet.mjs +0 -10
- package/dist/141/arbitrumIngressEgress/stoppedBoosting.cjs +0 -12
- package/dist/141/arbitrumIngressEgress/stoppedBoosting.mjs +0 -12
- package/dist/141/arbitrumIngressEgress/transferFallbackRequested.cjs +0 -12
- package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.cts +0 -30
- package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.ts +0 -30
- package/dist/141/arbitrumIngressEgress/transferFallbackRequested.mjs +0 -12
- package/dist/141/arbitrumIngressEgress/utxoConsolidation.cjs +0 -6
- package/dist/141/arbitrumIngressEgress/utxoConsolidation.mjs +0 -6
- package/dist/141/arbitrumVault/awaitingGovernanceActivation.cjs +0 -9
- package/dist/141/arbitrumVault/awaitingGovernanceActivation.mjs +0 -9
- package/dist/141/arbitrumVault/chainInitialized.cjs +0 -6
- package/dist/141/arbitrumVault/chainInitialized.mjs +0 -6
- package/dist/141/arbitrumVault/vaultActivationCompleted.cjs +0 -6
- package/dist/141/arbitrumVault/vaultActivationCompleted.mjs +0 -6
- package/dist/141/arbitrumVault/vaultRotatedExternally.cjs +0 -6
- package/dist/141/arbitrumVault/vaultRotatedExternally.mjs +0 -6
- package/dist/141/bitcoinIngressEgress/batchBroadcastRequested.cjs +0 -10
- package/dist/141/bitcoinIngressEgress/batchBroadcastRequested.mjs +0 -10
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.cjs +0 -11
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.mjs +0 -11
- package/dist/141/bitcoinIngressEgress/boostPoolCreated.cjs +0 -9
- package/dist/141/bitcoinIngressEgress/boostPoolCreated.mjs +0 -9
- package/dist/141/bitcoinIngressEgress/ccmBroadcastRequested.cjs +0 -10
- package/dist/141/bitcoinIngressEgress/ccmBroadcastRequested.d.cts +0 -24
- package/dist/141/bitcoinIngressEgress/ccmBroadcastRequested.d.ts +0 -24
- package/dist/141/bitcoinIngressEgress/ccmBroadcastRequested.mjs +0 -10
- package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.cjs +0 -10
- package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.mjs +0 -10
- package/dist/141/bitcoinIngressEgress/depositBoosted.cjs +0 -23
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.cts +0 -262
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.ts +0 -262
- package/dist/141/bitcoinIngressEgress/depositBoosted.mjs +0 -23
- package/dist/141/bitcoinIngressEgress/depositFinalised.cjs +0 -21
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.cts +0 -256
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.ts +0 -256
- package/dist/141/bitcoinIngressEgress/depositFinalised.mjs +0 -21
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.cjs +0 -12
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.mjs +0 -12
- package/dist/141/bitcoinIngressEgress/stoppedBoosting.cjs +0 -12
- package/dist/141/bitcoinIngressEgress/stoppedBoosting.mjs +0 -12
- package/dist/141/bitcoinVault/chainInitialized.cjs +0 -6
- package/dist/141/bitcoinVault/chainInitialized.mjs +0 -6
- package/dist/141/emissions/networkFeeBurned.cjs +0 -10
- package/dist/141/emissions/networkFeeBurned.mjs +0 -10
- package/dist/141/environment/addedNewArbAsset.cjs +0 -7
- package/dist/141/environment/addedNewArbAsset.mjs +0 -7
- package/dist/141/environment/arbitrumInitialized.cjs +0 -6
- package/dist/141/environment/arbitrumInitialized.mjs +0 -6
- package/dist/141/environment/runtimeSafeModeUpdated.cjs +0 -9
- package/dist/141/environment/runtimeSafeModeUpdated.d.cts +0 -955
- package/dist/141/environment/runtimeSafeModeUpdated.d.ts +0 -955
- package/dist/141/environment/runtimeSafeModeUpdated.mjs +0 -9
- package/dist/141/environment/staleUtxosDiscarded.cjs +0 -7
- package/dist/141/environment/staleUtxosDiscarded.mjs +0 -7
- package/dist/141/environment/updatedArbAsset.cjs +0 -7
- package/dist/141/environment/updatedArbAsset.mjs +0 -7
- package/dist/141/environment/utxoConsolidationParametersUpdated.cjs +0 -9
- package/dist/141/environment/utxoConsolidationParametersUpdated.mjs +0 -9
- package/dist/141/ethereumIngressEgress/batchBroadcastRequested.cjs +0 -10
- package/dist/141/ethereumIngressEgress/batchBroadcastRequested.mjs +0 -10
- package/dist/141/ethereumIngressEgress/boostFundsAdded.cjs +0 -11
- package/dist/141/ethereumIngressEgress/boostFundsAdded.mjs +0 -11
- package/dist/141/ethereumIngressEgress/boostPoolCreated.cjs +0 -9
- package/dist/141/ethereumIngressEgress/boostPoolCreated.mjs +0 -9
- package/dist/141/ethereumIngressEgress/ccmBroadcastRequested.cjs +0 -10
- package/dist/141/ethereumIngressEgress/ccmBroadcastRequested.d.cts +0 -24
- package/dist/141/ethereumIngressEgress/ccmBroadcastRequested.d.ts +0 -24
- package/dist/141/ethereumIngressEgress/ccmBroadcastRequested.mjs +0 -10
- package/dist/141/ethereumIngressEgress/ccmEgressInvalid.cjs +0 -10
- package/dist/141/ethereumIngressEgress/ccmEgressInvalid.mjs +0 -10
- package/dist/141/ethereumIngressEgress/depositBoosted.cjs +0 -21
- package/dist/141/ethereumIngressEgress/depositBoosted.d.cts +0 -133
- package/dist/141/ethereumIngressEgress/depositBoosted.d.ts +0 -133
- package/dist/141/ethereumIngressEgress/depositBoosted.mjs +0 -21
- package/dist/141/ethereumIngressEgress/depositFinalised.cjs +0 -19
- package/dist/141/ethereumIngressEgress/depositFinalised.mjs +0 -19
- package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.cjs +0 -12
- package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.mjs +0 -12
- package/dist/141/ethereumIngressEgress/stoppedBoosting.cjs +0 -12
- package/dist/141/ethereumIngressEgress/stoppedBoosting.mjs +0 -12
- package/dist/141/ethereumVault/chainInitialized.cjs +0 -6
- package/dist/141/ethereumVault/chainInitialized.mjs +0 -6
- package/dist/141/evmThresholdSigner/failureReportProcessed.cjs +0 -11
- package/dist/141/evmThresholdSigner/failureReportProcessed.mjs +0 -11
- package/dist/141/evmThresholdSigner/keyHandoverFailure.cjs +0 -7
- package/dist/141/evmThresholdSigner/keyHandoverFailure.mjs +0 -7
- package/dist/141/evmThresholdSigner/keyHandoverFailureReported.cjs +0 -6
- package/dist/141/evmThresholdSigner/keyHandoverFailureReported.mjs +0 -6
- package/dist/141/evmThresholdSigner/keyHandoverRequest.cjs +0 -15
- package/dist/141/evmThresholdSigner/keyHandoverRequest.mjs +0 -15
- package/dist/141/evmThresholdSigner/keyHandoverResponseTimeout.cjs +0 -7
- package/dist/141/evmThresholdSigner/keyHandoverResponseTimeout.mjs +0 -7
- package/dist/141/evmThresholdSigner/keyHandoverSuccess.cjs +0 -7
- package/dist/141/evmThresholdSigner/keyHandoverSuccess.mjs +0 -7
- package/dist/141/evmThresholdSigner/keyHandoverSuccessReported.cjs +0 -6
- package/dist/141/evmThresholdSigner/keyHandoverSuccessReported.mjs +0 -6
- package/dist/141/evmThresholdSigner/keyHandoverVerificationFailure.cjs +0 -9
- package/dist/141/evmThresholdSigner/keyHandoverVerificationFailure.mjs +0 -9
- package/dist/141/evmThresholdSigner/keyHandoverVerificationSuccess.cjs +0 -9
- package/dist/141/evmThresholdSigner/keyHandoverVerificationSuccess.mjs +0 -9
- package/dist/141/evmThresholdSigner/keyRotationCompleted.cjs +0 -6
- package/dist/141/evmThresholdSigner/keyRotationCompleted.mjs +0 -6
- package/dist/141/evmThresholdSigner/keygenFailure.cjs +0 -6
- package/dist/141/evmThresholdSigner/keygenFailure.mjs +0 -6
- package/dist/141/evmThresholdSigner/keygenFailureReported.cjs +0 -6
- package/dist/141/evmThresholdSigner/keygenFailureReported.mjs +0 -6
- package/dist/141/evmThresholdSigner/keygenRequest.cjs +0 -11
- package/dist/141/evmThresholdSigner/keygenRequest.mjs +0 -11
- package/dist/141/evmThresholdSigner/keygenResponseTimeout.cjs +0 -6
- package/dist/141/evmThresholdSigner/keygenResponseTimeout.mjs +0 -6
- package/dist/141/evmThresholdSigner/keygenResponseTimeoutUpdated.cjs +0 -6
- package/dist/141/evmThresholdSigner/keygenResponseTimeoutUpdated.mjs +0 -6
- package/dist/141/evmThresholdSigner/keygenSuccess.cjs +0 -6
- package/dist/141/evmThresholdSigner/keygenSuccess.mjs +0 -6
- package/dist/141/evmThresholdSigner/keygenSuccessReported.cjs +0 -6
- package/dist/141/evmThresholdSigner/keygenSuccessReported.mjs +0 -6
- package/dist/141/evmThresholdSigner/keygenVerificationFailure.cjs +0 -9
- package/dist/141/evmThresholdSigner/keygenVerificationFailure.mjs +0 -9
- package/dist/141/evmThresholdSigner/keygenVerificationSuccess.cjs +0 -7
- package/dist/141/evmThresholdSigner/keygenVerificationSuccess.mjs +0 -7
- package/dist/141/evmThresholdSigner/noKeyHandover.cjs +0 -6
- package/dist/141/evmThresholdSigner/noKeyHandover.mjs +0 -6
- package/dist/141/evmThresholdSigner/retryRequested.cjs +0 -10
- package/dist/141/evmThresholdSigner/retryRequested.mjs +0 -10
- package/dist/141/evmThresholdSigner/signersUnavailable.cjs +0 -9
- package/dist/141/evmThresholdSigner/signersUnavailable.mjs +0 -9
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.cjs +0 -11
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.mjs +0 -11
- package/dist/141/evmThresholdSigner/thresholdSignatureFailed.cjs +0 -11
- package/dist/141/evmThresholdSigner/thresholdSignatureFailed.mjs +0 -11
- package/dist/141/evmThresholdSigner/thresholdSignatureRequest.cjs +0 -14
- package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.cts +0 -53
- package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.ts +0 -53
- package/dist/141/evmThresholdSigner/thresholdSignatureRequest.mjs +0 -14
- package/dist/141/evmThresholdSigner/thresholdSignatureResponseTimeoutUpdated.cjs +0 -8
- package/dist/141/evmThresholdSigner/thresholdSignatureResponseTimeoutUpdated.mjs +0 -8
- package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.cjs +0 -10
- package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.mjs +0 -10
- package/dist/141/index.cjs +0 -1019
- package/dist/141/index.d.cts +0 -486
- package/dist/141/index.d.ts +0 -486
- package/dist/141/index.mjs +0 -1019
- package/dist/141/liquidityPools/assetSwapped.cjs +0 -12
- package/dist/141/liquidityPools/assetSwapped.d.cts +0 -40
- package/dist/141/liquidityPools/assetSwapped.d.ts +0 -40
- package/dist/141/liquidityPools/assetSwapped.mjs +0 -12
- package/dist/141/liquidityPools/limitOrderUpdated.cjs +0 -24
- package/dist/141/liquidityPools/limitOrderUpdated.d.cts +0 -98
- package/dist/141/liquidityPools/limitOrderUpdated.d.ts +0 -98
- package/dist/141/liquidityPools/limitOrderUpdated.mjs +0 -24
- package/dist/141/liquidityPools/newPoolCreated.cjs +0 -12
- package/dist/141/liquidityPools/newPoolCreated.d.cts +0 -40
- package/dist/141/liquidityPools/newPoolCreated.d.ts +0 -40
- package/dist/141/liquidityPools/newPoolCreated.mjs +0 -12
- package/dist/141/liquidityPools/poolFeeSet.cjs +0 -11
- package/dist/141/liquidityPools/poolFeeSet.d.cts +0 -37
- package/dist/141/liquidityPools/poolFeeSet.d.ts +0 -37
- package/dist/141/liquidityPools/poolFeeSet.mjs +0 -11
- package/dist/141/liquidityPools/priceImpactLimitSet.cjs +0 -10
- package/dist/141/liquidityPools/priceImpactLimitSet.mjs +0 -10
- package/dist/141/liquidityPools/rangeOrderUpdated.cjs +0 -22
- package/dist/141/liquidityPools/rangeOrderUpdated.d.cts +0 -208
- package/dist/141/liquidityPools/rangeOrderUpdated.d.ts +0 -208
- package/dist/141/liquidityPools/rangeOrderUpdated.mjs +0 -22
- package/dist/141/liquidityProvider/accountCredited.cjs +0 -11
- package/dist/141/liquidityProvider/accountCredited.d.cts +0 -27
- package/dist/141/liquidityProvider/accountCredited.d.ts +0 -27
- package/dist/141/liquidityProvider/accountCredited.mjs +0 -11
- package/dist/141/liquidityProvider/accountDebited.cjs +0 -11
- package/dist/141/liquidityProvider/accountDebited.d.cts +0 -27
- package/dist/141/liquidityProvider/accountDebited.d.ts +0 -27
- package/dist/141/liquidityProvider/accountDebited.mjs +0 -11
- package/dist/141/liquidityProvider/assetTransferred.cjs +0 -12
- package/dist/141/liquidityProvider/assetTransferred.d.cts +0 -30
- package/dist/141/liquidityProvider/assetTransferred.d.ts +0 -30
- package/dist/141/liquidityProvider/assetTransferred.mjs +0 -12
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.cjs +0 -20
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.cts +0 -99
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.ts +0 -99
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.mjs +0 -20
- package/dist/141/liquidityProvider/liquidityDepositCredited.cjs +0 -11
- package/dist/141/liquidityProvider/liquidityDepositCredited.d.cts +0 -27
- package/dist/141/liquidityProvider/liquidityDepositCredited.d.ts +0 -27
- package/dist/141/liquidityProvider/liquidityDepositCredited.mjs +0 -11
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.cjs +0 -15
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.mjs +0 -15
- package/dist/141/liquidityProvider/withdrawalEgressScheduled.cjs +0 -18
- package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.cts +0 -103
- package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.ts +0 -103
- package/dist/141/liquidityProvider/withdrawalEgressScheduled.mjs +0 -18
- package/dist/141/polkadotIngressEgress/batchBroadcastRequested.cjs +0 -10
- package/dist/141/polkadotIngressEgress/batchBroadcastRequested.mjs +0 -10
- package/dist/141/polkadotIngressEgress/boostFundsAdded.cjs +0 -11
- package/dist/141/polkadotIngressEgress/boostFundsAdded.d.cts +0 -44
- package/dist/141/polkadotIngressEgress/boostFundsAdded.d.ts +0 -44
- package/dist/141/polkadotIngressEgress/boostFundsAdded.mjs +0 -11
- package/dist/141/polkadotIngressEgress/boostPoolCreated.cjs +0 -9
- package/dist/141/polkadotIngressEgress/boostPoolCreated.mjs +0 -9
- package/dist/141/polkadotIngressEgress/ccmBroadcastRequested.cjs +0 -10
- package/dist/141/polkadotIngressEgress/ccmBroadcastRequested.d.cts +0 -24
- package/dist/141/polkadotIngressEgress/ccmBroadcastRequested.d.ts +0 -24
- package/dist/141/polkadotIngressEgress/ccmBroadcastRequested.mjs +0 -10
- package/dist/141/polkadotIngressEgress/ccmEgressInvalid.cjs +0 -10
- package/dist/141/polkadotIngressEgress/ccmEgressInvalid.mjs +0 -10
- package/dist/141/polkadotIngressEgress/depositBoosted.cjs +0 -21
- package/dist/141/polkadotIngressEgress/depositBoosted.d.cts +0 -133
- package/dist/141/polkadotIngressEgress/depositBoosted.d.ts +0 -133
- package/dist/141/polkadotIngressEgress/depositBoosted.mjs +0 -21
- package/dist/141/polkadotIngressEgress/depositFinalised.cjs +0 -19
- package/dist/141/polkadotIngressEgress/depositFinalised.d.cts +0 -127
- package/dist/141/polkadotIngressEgress/depositFinalised.d.ts +0 -127
- package/dist/141/polkadotIngressEgress/depositFinalised.mjs +0 -19
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.cjs +0 -12
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +0 -30
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.ts +0 -30
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.mjs +0 -12
- package/dist/141/polkadotIngressEgress/stoppedBoosting.cjs +0 -12
- package/dist/141/polkadotIngressEgress/stoppedBoosting.mjs +0 -12
- package/dist/141/polkadotVault/chainInitialized.cjs +0 -6
- package/dist/141/polkadotVault/chainInitialized.mjs +0 -6
- package/dist/141/swapping/batchSwapFailed.cjs +0 -11
- package/dist/141/swapping/batchSwapFailed.d.cts +0 -37
- package/dist/141/swapping/batchSwapFailed.d.ts +0 -37
- package/dist/141/swapping/batchSwapFailed.mjs +0 -11
- package/dist/141/swapping/ccmDepositReceived.cjs +0 -14
- package/dist/141/swapping/ccmDepositReceived.d.cts +0 -425
- package/dist/141/swapping/ccmDepositReceived.d.ts +0 -425
- package/dist/141/swapping/ccmDepositReceived.mjs +0 -14
- package/dist/141/swapping/ccmEgressScheduled.cjs +0 -10
- package/dist/141/swapping/ccmEgressScheduled.d.cts +0 -24
- package/dist/141/swapping/ccmEgressScheduled.d.ts +0 -24
- package/dist/141/swapping/ccmEgressScheduled.mjs +0 -10
- package/dist/141/swapping/ccmFailed.cjs +0 -17
- package/dist/141/swapping/ccmFailed.d.cts +0 -595
- package/dist/141/swapping/ccmFailed.d.ts +0 -595
- package/dist/141/swapping/ccmFailed.mjs +0 -17
- package/dist/141/swapping/maximumSwapAmountSet.cjs +0 -10
- package/dist/141/swapping/maximumSwapAmountSet.d.cts +0 -24
- package/dist/141/swapping/maximumSwapAmountSet.d.ts +0 -24
- package/dist/141/swapping/maximumSwapAmountSet.mjs +0 -10
- package/dist/141/swapping/swapAmountConfiscated.cjs +0 -13
- package/dist/141/swapping/swapAmountConfiscated.d.cts +0 -43
- package/dist/141/swapping/swapAmountConfiscated.d.ts +0 -43
- package/dist/141/swapping/swapAmountConfiscated.mjs +0 -13
- package/dist/141/swapping/swapDepositAddressReady.cjs +0 -25
- package/dist/141/swapping/swapDepositAddressReady.d.cts +0 -216
- package/dist/141/swapping/swapDepositAddressReady.d.ts +0 -216
- package/dist/141/swapping/swapDepositAddressReady.mjs +0 -25
- package/dist/141/swapping/swapEgressIgnored.cjs +0 -12
- package/dist/141/swapping/swapEgressIgnored.d.cts +0 -247
- package/dist/141/swapping/swapEgressIgnored.d.ts +0 -247
- package/dist/141/swapping/swapEgressIgnored.mjs +0 -12
- package/dist/141/swapping/swapEgressScheduled.cjs +0 -17
- package/dist/141/swapping/swapEgressScheduled.d.cts +0 -43
- package/dist/141/swapping/swapEgressScheduled.d.ts +0 -43
- package/dist/141/swapping/swapEgressScheduled.mjs +0 -17
- package/dist/141/swapping/swapExecuted.cjs +0 -21
- package/dist/141/swapping/swapExecuted.d.cts +0 -399
- package/dist/141/swapping/swapExecuted.d.ts +0 -399
- package/dist/141/swapping/swapExecuted.mjs +0 -21
- package/dist/141/swapping/swapScheduled.cjs +0 -24
- package/dist/141/swapping/swapScheduled.d.cts +0 -628
- package/dist/141/swapping/swapScheduled.d.ts +0 -628
- package/dist/141/swapping/swapScheduled.mjs +0 -24
- package/dist/141/swapping/withdrawalRequested.cjs +0 -18
- package/dist/141/swapping/withdrawalRequested.d.cts +0 -103
- package/dist/141/swapping/withdrawalRequested.d.ts +0 -103
- package/dist/141/swapping/withdrawalRequested.mjs +0 -18
- package/dist/141/tokenholderGovernance/govKeyUpdatedHasFailed.cjs +0 -10
- package/dist/141/tokenholderGovernance/govKeyUpdatedHasFailed.mjs +0 -10
- package/dist/141/tokenholderGovernance/govKeyUpdatedWasSuccessful.cjs +0 -10
- package/dist/141/tokenholderGovernance/govKeyUpdatedWasSuccessful.mjs +0 -10
- package/dist/141/tokenholderGovernance/proposalEnacted.cjs +0 -9
- package/dist/141/tokenholderGovernance/proposalEnacted.mjs +0 -9
- package/dist/141/tokenholderGovernance/proposalPassed.cjs +0 -9
- package/dist/141/tokenholderGovernance/proposalPassed.mjs +0 -9
- package/dist/141/tokenholderGovernance/proposalRejected.cjs +0 -9
- package/dist/141/tokenholderGovernance/proposalRejected.mjs +0 -9
- package/dist/141/tokenholderGovernance/proposalSubmitted.cjs +0 -9
- package/dist/141/tokenholderGovernance/proposalSubmitted.mjs +0 -9
- package/dist/141/validator/rotationPhaseUpdated.cjs +0 -7
- package/dist/141/validator/rotationPhaseUpdated.mjs +0 -7
- package/dist/141/validator/startedBidding.cjs +0 -7
- package/dist/141/validator/startedBidding.mjs +0 -7
- package/dist/141/validator/stoppedBidding.cjs +0 -7
- package/dist/141/validator/stoppedBidding.mjs +0 -7
- package/dist/141/witnesser/callDispatched.cjs +0 -7
- package/dist/141/witnesser/callDispatched.mjs +0 -7
- package/dist/141/witnesser/reportedWitnessingFailures.cjs +0 -11
- package/dist/141/witnesser/reportedWitnessingFailures.mjs +0 -11
- /package/dist/100/{accountRoles → AccountRoles}/accountRoleRegistered.d.cts +0 -0
- /package/dist/100/{accountRoles → AccountRoles}/accountRoleRegistered.d.ts +0 -0
- /package/dist/100/{bitcoinBroadcaster → BitcoinBroadcaster}/broadcastAborted.d.cts +0 -0
- /package/dist/100/{bitcoinBroadcaster → BitcoinBroadcaster}/broadcastAborted.d.ts +0 -0
- /package/dist/100/{bitcoinBroadcaster → BitcoinBroadcaster}/broadcastAttemptTimeout.d.cts +0 -0
- /package/dist/100/{bitcoinBroadcaster → BitcoinBroadcaster}/broadcastAttemptTimeout.d.ts +0 -0
- /package/dist/100/{bitcoinBroadcaster → BitcoinBroadcaster}/broadcastCallbackExecuted.d.cts +0 -0
- /package/dist/100/{bitcoinBroadcaster → BitcoinBroadcaster}/broadcastCallbackExecuted.d.ts +0 -0
- /package/dist/100/{bitcoinBroadcaster → BitcoinBroadcaster}/broadcastRetryScheduled.d.cts +0 -0
- /package/dist/100/{bitcoinBroadcaster → BitcoinBroadcaster}/broadcastRetryScheduled.d.ts +0 -0
- /package/dist/100/{bitcoinBroadcaster → BitcoinBroadcaster}/broadcastSuccess.d.cts +0 -0
- /package/dist/100/{bitcoinBroadcaster → BitcoinBroadcaster}/broadcastSuccess.d.ts +0 -0
- /package/dist/100/{bitcoinBroadcaster → BitcoinBroadcaster}/thresholdSignatureInvalid.d.cts +0 -0
- /package/dist/100/{bitcoinBroadcaster → BitcoinBroadcaster}/thresholdSignatureInvalid.d.ts +0 -0
- /package/dist/100/{bitcoinBroadcaster → BitcoinBroadcaster}/transactionFeeDeficitRecorded.d.cts +0 -0
- /package/dist/100/{bitcoinBroadcaster → BitcoinBroadcaster}/transactionFeeDeficitRecorded.d.ts +0 -0
- /package/dist/100/{bitcoinBroadcaster → BitcoinBroadcaster}/transactionFeeDeficitRefused.d.cts +0 -0
- /package/dist/100/{bitcoinBroadcaster → BitcoinBroadcaster}/transactionFeeDeficitRefused.d.ts +0 -0
- /package/dist/100/{bitcoinChainTracking → BitcoinChainTracking}/chainStateUpdated.d.cts +0 -0
- /package/dist/100/{bitcoinChainTracking → BitcoinChainTracking}/chainStateUpdated.d.ts +0 -0
- /package/dist/100/{bitcoinIngressEgress → BitcoinIngressEgress}/assetEgressStatusChanged.d.cts +0 -0
- /package/dist/100/{bitcoinIngressEgress → BitcoinIngressEgress}/assetEgressStatusChanged.d.ts +0 -0
- /package/dist/100/{bitcoinIngressEgress → BitcoinIngressEgress}/batchBroadcastRequested.d.cts +0 -0
- /package/dist/100/{bitcoinIngressEgress → BitcoinIngressEgress}/batchBroadcastRequested.d.ts +0 -0
- /package/dist/100/{bitcoinIngressEgress → BitcoinIngressEgress}/ccmBroadcastRequested.d.cts +0 -0
- /package/dist/100/{bitcoinIngressEgress → BitcoinIngressEgress}/ccmBroadcastRequested.d.ts +0 -0
- /package/dist/100/{bitcoinIngressEgress → BitcoinIngressEgress}/ccmEgressInvalid.d.cts +0 -0
- /package/dist/100/{bitcoinIngressEgress → BitcoinIngressEgress}/ccmEgressInvalid.d.ts +0 -0
- /package/dist/100/{bitcoinIngressEgress → BitcoinIngressEgress}/depositFetchesScheduled.d.cts +0 -0
- /package/dist/100/{bitcoinIngressEgress → BitcoinIngressEgress}/depositFetchesScheduled.d.ts +0 -0
- /package/dist/100/{bitcoinIngressEgress → BitcoinIngressEgress}/depositIgnored.d.cts +0 -0
- /package/dist/100/{bitcoinIngressEgress → BitcoinIngressEgress}/depositIgnored.d.ts +0 -0
- /package/dist/100/{bitcoinIngressEgress → BitcoinIngressEgress}/depositReceived.d.cts +0 -0
- /package/dist/100/{bitcoinIngressEgress → BitcoinIngressEgress}/depositReceived.d.ts +0 -0
- /package/dist/100/{bitcoinIngressEgress → BitcoinIngressEgress}/depositWitnessRejected.d.cts +0 -0
- /package/dist/100/{bitcoinIngressEgress → BitcoinIngressEgress}/depositWitnessRejected.d.ts +0 -0
- /package/dist/100/{bitcoinIngressEgress → BitcoinIngressEgress}/minimumDepositSet.d.cts +0 -0
- /package/dist/100/{bitcoinIngressEgress → BitcoinIngressEgress}/minimumDepositSet.d.ts +0 -0
- /package/dist/100/{bitcoinIngressEgress → BitcoinIngressEgress}/vaultTransferFailed.d.cts +0 -0
- /package/dist/100/{bitcoinIngressEgress → BitcoinIngressEgress}/vaultTransferFailed.d.ts +0 -0
- /package/dist/100/{bitcoinThresholdSigner → BitcoinThresholdSigner}/thresholdSignatureResponseTimeoutUpdated.d.cts +0 -0
- /package/dist/100/{bitcoinThresholdSigner → BitcoinThresholdSigner}/thresholdSignatureResponseTimeoutUpdated.d.ts +0 -0
- /package/dist/100/{bitcoinVault → BitcoinVault}/awaitingGovernanceActivation.d.cts +0 -0
- /package/dist/100/{bitcoinVault → BitcoinVault}/awaitingGovernanceActivation.d.ts +0 -0
- /package/dist/100/{bitcoinVault → BitcoinVault}/keyHandoverFailure.d.cts +0 -0
- /package/dist/100/{bitcoinVault → BitcoinVault}/keyHandoverFailure.d.ts +0 -0
- /package/dist/100/{bitcoinVault → BitcoinVault}/keyHandoverFailureReported.d.cts +0 -0
- /package/dist/100/{bitcoinVault → BitcoinVault}/keyHandoverFailureReported.d.ts +0 -0
- /package/dist/100/{bitcoinVault → BitcoinVault}/keyHandoverRequest.d.cts +0 -0
- /package/dist/100/{bitcoinVault → BitcoinVault}/keyHandoverRequest.d.ts +0 -0
- /package/dist/100/{bitcoinVault → BitcoinVault}/keyHandoverResponseTimeout.d.cts +0 -0
- /package/dist/100/{bitcoinVault → BitcoinVault}/keyHandoverResponseTimeout.d.ts +0 -0
- /package/dist/100/{bitcoinVault → BitcoinVault}/keyHandoverSuccess.d.cts +0 -0
- /package/dist/100/{bitcoinVault → BitcoinVault}/keyHandoverSuccess.d.ts +0 -0
- /package/dist/100/{bitcoinVault → BitcoinVault}/keyHandoverSuccessReported.d.cts +0 -0
- /package/dist/100/{bitcoinVault → BitcoinVault}/keyHandoverSuccessReported.d.ts +0 -0
- /package/dist/100/{bitcoinVault → BitcoinVault}/keyHandoverVerificationFailure.d.cts +0 -0
- /package/dist/100/{bitcoinVault → BitcoinVault}/keyHandoverVerificationFailure.d.ts +0 -0
- /package/dist/100/{bitcoinVault → BitcoinVault}/keyHandoverVerificationSuccess.d.cts +0 -0
- /package/dist/100/{bitcoinVault → BitcoinVault}/keyHandoverVerificationSuccess.d.ts +0 -0
- /package/dist/100/{bitcoinVault → BitcoinVault}/keygenFailure.d.cts +0 -0
- /package/dist/100/{bitcoinVault → BitcoinVault}/keygenFailure.d.ts +0 -0
- /package/dist/100/{bitcoinVault → BitcoinVault}/keygenFailureReported.d.cts +0 -0
- /package/dist/100/{bitcoinVault → BitcoinVault}/keygenFailureReported.d.ts +0 -0
- /package/dist/100/{bitcoinVault → BitcoinVault}/keygenRequest.d.cts +0 -0
- /package/dist/100/{bitcoinVault → BitcoinVault}/keygenRequest.d.ts +0 -0
- /package/dist/100/{bitcoinVault → BitcoinVault}/keygenResponseTimeout.d.cts +0 -0
- /package/dist/100/{bitcoinVault → BitcoinVault}/keygenResponseTimeout.d.ts +0 -0
- /package/dist/100/{bitcoinVault → BitcoinVault}/keygenResponseTimeoutUpdated.d.cts +0 -0
- /package/dist/100/{bitcoinVault → BitcoinVault}/keygenResponseTimeoutUpdated.d.ts +0 -0
- /package/dist/100/{bitcoinVault → BitcoinVault}/keygenSuccess.d.cts +0 -0
- /package/dist/100/{bitcoinVault → BitcoinVault}/keygenSuccess.d.ts +0 -0
- /package/dist/100/{bitcoinVault → BitcoinVault}/keygenSuccessReported.d.cts +0 -0
- /package/dist/100/{bitcoinVault → BitcoinVault}/keygenSuccessReported.d.ts +0 -0
- /package/dist/100/{bitcoinVault → BitcoinVault}/keygenVerificationFailure.d.cts +0 -0
- /package/dist/100/{bitcoinVault → BitcoinVault}/keygenVerificationFailure.d.ts +0 -0
- /package/dist/100/{bitcoinVault → BitcoinVault}/keygenVerificationSuccess.d.cts +0 -0
- /package/dist/100/{bitcoinVault → BitcoinVault}/keygenVerificationSuccess.d.ts +0 -0
- /package/dist/100/{bitcoinVault → BitcoinVault}/noKeyHandover.d.cts +0 -0
- /package/dist/100/{bitcoinVault → BitcoinVault}/noKeyHandover.d.ts +0 -0
- /package/dist/100/{bitcoinVault → BitcoinVault}/vaultRotatedExternally.d.cts +0 -0
- /package/dist/100/{bitcoinVault → BitcoinVault}/vaultRotatedExternally.d.ts +0 -0
- /package/dist/100/{bitcoinVault → BitcoinVault}/vaultRotationAborted.d.cts +0 -0
- /package/dist/100/{bitcoinVault → BitcoinVault}/vaultRotationAborted.d.ts +0 -0
- /package/dist/100/{bitcoinVault → BitcoinVault}/vaultRotationCompleted.d.cts +0 -0
- /package/dist/100/{bitcoinVault → BitcoinVault}/vaultRotationCompleted.d.ts +0 -0
- /package/dist/100/{emissions → Emissions}/backupNodeInflationEmissionsUpdated.d.cts +0 -0
- /package/dist/100/{emissions → Emissions}/backupNodeInflationEmissionsUpdated.d.ts +0 -0
- /package/dist/100/{emissions → Emissions}/currentAuthorityInflationEmissionsUpdated.d.cts +0 -0
- /package/dist/100/{emissions → Emissions}/currentAuthorityInflationEmissionsUpdated.d.ts +0 -0
- /package/dist/100/{emissions → Emissions}/supplyUpdateBroadcastRequested.d.cts +0 -0
- /package/dist/100/{emissions → Emissions}/supplyUpdateBroadcastRequested.d.ts +0 -0
- /package/dist/100/{emissions → Emissions}/supplyUpdateIntervalUpdated.d.cts +0 -0
- /package/dist/100/{emissions → Emissions}/supplyUpdateIntervalUpdated.d.ts +0 -0
- /package/dist/100/{environment → Environment}/addedNewEthAsset.d.cts +0 -0
- /package/dist/100/{environment → Environment}/addedNewEthAsset.d.ts +0 -0
- /package/dist/100/{environment → Environment}/bitcoinBlockNumberSetForVault.d.cts +0 -0
- /package/dist/100/{environment → Environment}/bitcoinBlockNumberSetForVault.d.ts +0 -0
- /package/dist/100/{environment → Environment}/polkadotVaultAccountSet.d.cts +0 -0
- /package/dist/100/{environment → Environment}/polkadotVaultAccountSet.d.ts +0 -0
- /package/dist/100/{environment → Environment}/updatedEthAsset.d.cts +0 -0
- /package/dist/100/{environment → Environment}/updatedEthAsset.d.ts +0 -0
- /package/dist/100/{ethereumBroadcaster → EthereumBroadcaster}/broadcastAborted.d.cts +0 -0
- /package/dist/100/{ethereumBroadcaster → EthereumBroadcaster}/broadcastAborted.d.ts +0 -0
- /package/dist/100/{ethereumBroadcaster → EthereumBroadcaster}/broadcastAttemptTimeout.d.cts +0 -0
- /package/dist/100/{ethereumBroadcaster → EthereumBroadcaster}/broadcastAttemptTimeout.d.ts +0 -0
- /package/dist/100/{ethereumBroadcaster → EthereumBroadcaster}/broadcastCallbackExecuted.d.cts +0 -0
- /package/dist/100/{ethereumBroadcaster → EthereumBroadcaster}/broadcastCallbackExecuted.d.ts +0 -0
- /package/dist/100/{ethereumBroadcaster → EthereumBroadcaster}/broadcastRetryScheduled.d.cts +0 -0
- /package/dist/100/{ethereumBroadcaster → EthereumBroadcaster}/broadcastRetryScheduled.d.ts +0 -0
- /package/dist/100/{ethereumBroadcaster → EthereumBroadcaster}/broadcastSuccess.d.cts +0 -0
- /package/dist/100/{ethereumBroadcaster → EthereumBroadcaster}/broadcastSuccess.d.ts +0 -0
- /package/dist/100/{ethereumBroadcaster → EthereumBroadcaster}/thresholdSignatureInvalid.d.cts +0 -0
- /package/dist/100/{ethereumBroadcaster → EthereumBroadcaster}/thresholdSignatureInvalid.d.ts +0 -0
- /package/dist/100/{ethereumBroadcaster → EthereumBroadcaster}/transactionFeeDeficitRecorded.d.cts +0 -0
- /package/dist/100/{ethereumBroadcaster → EthereumBroadcaster}/transactionFeeDeficitRecorded.d.ts +0 -0
- /package/dist/100/{ethereumBroadcaster → EthereumBroadcaster}/transactionFeeDeficitRefused.d.cts +0 -0
- /package/dist/100/{ethereumBroadcaster → EthereumBroadcaster}/transactionFeeDeficitRefused.d.ts +0 -0
- /package/dist/100/{ethereumChainTracking → EthereumChainTracking}/chainStateUpdated.d.cts +0 -0
- /package/dist/100/{ethereumChainTracking → EthereumChainTracking}/chainStateUpdated.d.ts +0 -0
- /package/dist/100/{ethereumIngressEgress → EthereumIngressEgress}/assetEgressStatusChanged.d.cts +0 -0
- /package/dist/100/{ethereumIngressEgress → EthereumIngressEgress}/assetEgressStatusChanged.d.ts +0 -0
- /package/dist/100/{ethereumIngressEgress → EthereumIngressEgress}/batchBroadcastRequested.d.cts +0 -0
- /package/dist/100/{ethereumIngressEgress → EthereumIngressEgress}/batchBroadcastRequested.d.ts +0 -0
- /package/dist/100/{ethereumIngressEgress → EthereumIngressEgress}/ccmBroadcastRequested.d.cts +0 -0
- /package/dist/100/{ethereumIngressEgress → EthereumIngressEgress}/ccmBroadcastRequested.d.ts +0 -0
- /package/dist/100/{ethereumIngressEgress → EthereumIngressEgress}/depositFetchesScheduled.d.cts +0 -0
- /package/dist/100/{ethereumIngressEgress → EthereumIngressEgress}/depositFetchesScheduled.d.ts +0 -0
- /package/dist/100/{ethereumIngressEgress → EthereumIngressEgress}/depositIgnored.d.cts +0 -0
- /package/dist/100/{ethereumIngressEgress → EthereumIngressEgress}/depositIgnored.d.ts +0 -0
- /package/dist/100/{ethereumIngressEgress → EthereumIngressEgress}/depositReceived.d.cts +0 -0
- /package/dist/100/{ethereumIngressEgress → EthereumIngressEgress}/depositReceived.d.ts +0 -0
- /package/dist/100/{ethereumIngressEgress → EthereumIngressEgress}/depositWitnessRejected.d.cts +0 -0
- /package/dist/100/{ethereumIngressEgress → EthereumIngressEgress}/depositWitnessRejected.d.ts +0 -0
- /package/dist/100/{ethereumIngressEgress → EthereumIngressEgress}/minimumDepositSet.d.cts +0 -0
- /package/dist/100/{ethereumIngressEgress → EthereumIngressEgress}/minimumDepositSet.d.ts +0 -0
- /package/dist/100/{ethereumIngressEgress → EthereumIngressEgress}/vaultTransferFailed.d.cts +0 -0
- /package/dist/100/{ethereumIngressEgress → EthereumIngressEgress}/vaultTransferFailed.d.ts +0 -0
- /package/dist/100/{ethereumThresholdSigner → EthereumThresholdSigner}/thresholdSignatureResponseTimeoutUpdated.d.cts +0 -0
- /package/dist/100/{ethereumThresholdSigner → EthereumThresholdSigner}/thresholdSignatureResponseTimeoutUpdated.d.ts +0 -0
- /package/dist/100/{ethereumVault → EthereumVault}/awaitingGovernanceActivation.d.cts +0 -0
- /package/dist/100/{ethereumVault → EthereumVault}/awaitingGovernanceActivation.d.ts +0 -0
- /package/dist/100/{ethereumVault → EthereumVault}/keyHandoverFailure.d.cts +0 -0
- /package/dist/100/{ethereumVault → EthereumVault}/keyHandoverFailure.d.ts +0 -0
- /package/dist/100/{ethereumVault → EthereumVault}/keyHandoverFailureReported.d.cts +0 -0
- /package/dist/100/{ethereumVault → EthereumVault}/keyHandoverFailureReported.d.ts +0 -0
- /package/dist/100/{ethereumVault → EthereumVault}/keyHandoverRequest.d.cts +0 -0
- /package/dist/100/{ethereumVault → EthereumVault}/keyHandoverRequest.d.ts +0 -0
- /package/dist/100/{ethereumVault → EthereumVault}/keyHandoverResponseTimeout.d.cts +0 -0
- /package/dist/100/{ethereumVault → EthereumVault}/keyHandoverResponseTimeout.d.ts +0 -0
- /package/dist/100/{ethereumVault → EthereumVault}/keyHandoverSuccess.d.cts +0 -0
- /package/dist/100/{ethereumVault → EthereumVault}/keyHandoverSuccess.d.ts +0 -0
- /package/dist/100/{ethereumVault → EthereumVault}/keyHandoverSuccessReported.d.cts +0 -0
- /package/dist/100/{ethereumVault → EthereumVault}/keyHandoverSuccessReported.d.ts +0 -0
- /package/dist/100/{ethereumVault → EthereumVault}/keyHandoverVerificationFailure.d.cts +0 -0
- /package/dist/100/{ethereumVault → EthereumVault}/keyHandoverVerificationFailure.d.ts +0 -0
- /package/dist/100/{ethereumVault → EthereumVault}/keyHandoverVerificationSuccess.d.cts +0 -0
- /package/dist/100/{ethereumVault → EthereumVault}/keyHandoverVerificationSuccess.d.ts +0 -0
- /package/dist/100/{ethereumVault → EthereumVault}/keygenFailure.d.cts +0 -0
- /package/dist/100/{ethereumVault → EthereumVault}/keygenFailure.d.ts +0 -0
- /package/dist/100/{ethereumVault → EthereumVault}/keygenFailureReported.d.cts +0 -0
- /package/dist/100/{ethereumVault → EthereumVault}/keygenFailureReported.d.ts +0 -0
- /package/dist/100/{ethereumVault → EthereumVault}/keygenRequest.d.cts +0 -0
- /package/dist/100/{ethereumVault → EthereumVault}/keygenRequest.d.ts +0 -0
- /package/dist/100/{ethereumVault → EthereumVault}/keygenResponseTimeout.d.cts +0 -0
- /package/dist/100/{ethereumVault → EthereumVault}/keygenResponseTimeout.d.ts +0 -0
- /package/dist/100/{ethereumVault → EthereumVault}/keygenResponseTimeoutUpdated.d.cts +0 -0
- /package/dist/100/{ethereumVault → EthereumVault}/keygenResponseTimeoutUpdated.d.ts +0 -0
- /package/dist/100/{ethereumVault → EthereumVault}/keygenSuccess.d.cts +0 -0
- /package/dist/100/{ethereumVault → EthereumVault}/keygenSuccess.d.ts +0 -0
- /package/dist/100/{ethereumVault → EthereumVault}/keygenSuccessReported.d.cts +0 -0
- /package/dist/100/{ethereumVault → EthereumVault}/keygenSuccessReported.d.ts +0 -0
- /package/dist/100/{ethereumVault → EthereumVault}/keygenVerificationFailure.d.cts +0 -0
- /package/dist/100/{ethereumVault → EthereumVault}/keygenVerificationFailure.d.ts +0 -0
- /package/dist/100/{ethereumVault → EthereumVault}/keygenVerificationSuccess.d.cts +0 -0
- /package/dist/100/{ethereumVault → EthereumVault}/keygenVerificationSuccess.d.ts +0 -0
- /package/dist/100/{ethereumVault → EthereumVault}/noKeyHandover.d.cts +0 -0
- /package/dist/100/{ethereumVault → EthereumVault}/noKeyHandover.d.ts +0 -0
- /package/dist/100/{ethereumVault → EthereumVault}/vaultRotatedExternally.d.cts +0 -0
- /package/dist/100/{ethereumVault → EthereumVault}/vaultRotatedExternally.d.ts +0 -0
- /package/dist/100/{ethereumVault → EthereumVault}/vaultRotationAborted.d.cts +0 -0
- /package/dist/100/{ethereumVault → EthereumVault}/vaultRotationAborted.d.ts +0 -0
- /package/dist/100/{ethereumVault → EthereumVault}/vaultRotationCompleted.d.cts +0 -0
- /package/dist/100/{ethereumVault → EthereumVault}/vaultRotationCompleted.d.ts +0 -0
- /package/dist/100/{flip → Flip}/accountReaped.d.cts +0 -0
- /package/dist/100/{flip → Flip}/accountReaped.d.ts +0 -0
- /package/dist/100/{flip → Flip}/remainingImbalance.d.cts +0 -0
- /package/dist/100/{flip → Flip}/remainingImbalance.d.ts +0 -0
- /package/dist/100/{flip → Flip}/slashingRateUpdated.d.cts +0 -0
- /package/dist/100/{flip → Flip}/slashingRateUpdated.d.ts +0 -0
- /package/dist/100/{funding → Funding}/addedRestrictedAddress.d.cts +0 -0
- /package/dist/100/{funding → Funding}/addedRestrictedAddress.d.ts +0 -0
- /package/dist/100/{funding → Funding}/boundExecutorAddress.d.cts +0 -0
- /package/dist/100/{funding → Funding}/boundExecutorAddress.d.ts +0 -0
- /package/dist/100/{funding → Funding}/boundRedeemAddress.d.cts +0 -0
- /package/dist/100/{funding → Funding}/boundRedeemAddress.d.ts +0 -0
- /package/dist/100/{funding → Funding}/minimumFundingUpdated.d.cts +0 -0
- /package/dist/100/{funding → Funding}/minimumFundingUpdated.d.ts +0 -0
- /package/dist/100/{funding → Funding}/redemptionAmountZero.d.cts +0 -0
- /package/dist/100/{funding → Funding}/redemptionAmountZero.d.ts +0 -0
- /package/dist/100/{funding → Funding}/redemptionExpired.d.cts +0 -0
- /package/dist/100/{funding → Funding}/redemptionExpired.d.ts +0 -0
- /package/dist/100/{funding → Funding}/redemptionSettled.d.cts +0 -0
- /package/dist/100/{funding → Funding}/redemptionSettled.d.ts +0 -0
- /package/dist/100/{funding → Funding}/redemptionTaxAmountUpdated.d.cts +0 -0
- /package/dist/100/{funding → Funding}/redemptionTaxAmountUpdated.d.ts +0 -0
- /package/dist/100/{funding → Funding}/removedRestrictedAddress.d.cts +0 -0
- /package/dist/100/{funding → Funding}/removedRestrictedAddress.d.ts +0 -0
- /package/dist/100/{funding → Funding}/startedBidding.d.cts +0 -0
- /package/dist/100/{funding → Funding}/startedBidding.d.ts +0 -0
- /package/dist/100/{funding → Funding}/stoppedBidding.d.cts +0 -0
- /package/dist/100/{funding → Funding}/stoppedBidding.d.ts +0 -0
- /package/dist/100/{governance → Governance}/approved.d.cts +0 -0
- /package/dist/100/{governance → Governance}/approved.d.ts +0 -0
- /package/dist/100/{governance → Governance}/decodeOfCallFailed.d.cts +0 -0
- /package/dist/100/{governance → Governance}/decodeOfCallFailed.d.ts +0 -0
- /package/dist/100/{governance → Governance}/executed.d.cts +0 -0
- /package/dist/100/{governance → Governance}/executed.d.ts +0 -0
- /package/dist/100/{governance → Governance}/expired.d.cts +0 -0
- /package/dist/100/{governance → Governance}/expired.d.ts +0 -0
- /package/dist/100/{governance → Governance}/failedExecution.d.cts +0 -0
- /package/dist/100/{governance → Governance}/failedExecution.d.ts +0 -0
- /package/dist/100/{governance → Governance}/govKeyCallExecuted.d.cts +0 -0
- /package/dist/100/{governance → Governance}/govKeyCallExecuted.d.ts +0 -0
- /package/dist/100/{governance → Governance}/govKeyCallExecutionFailed.d.cts +0 -0
- /package/dist/100/{governance → Governance}/govKeyCallExecutionFailed.d.ts +0 -0
- /package/dist/100/{governance → Governance}/govKeyCallHashWhitelisted.d.cts +0 -0
- /package/dist/100/{governance → Governance}/govKeyCallHashWhitelisted.d.ts +0 -0
- /package/dist/100/{governance → Governance}/proposed.d.cts +0 -0
- /package/dist/100/{governance → Governance}/proposed.d.ts +0 -0
- /package/dist/100/{grandpa → Grandpa}/newAuthorities.d.cts +0 -0
- /package/dist/100/{grandpa → Grandpa}/newAuthorities.d.ts +0 -0
- /package/dist/100/{grandpa → Grandpa}/paused.d.cts +0 -0
- /package/dist/100/{grandpa → Grandpa}/paused.d.ts +0 -0
- /package/dist/100/{grandpa → Grandpa}/resumed.d.cts +0 -0
- /package/dist/100/{grandpa → Grandpa}/resumed.d.ts +0 -0
- /package/dist/100/{liquidityPools → LiquidityPools}/assetSwapped.d.cts +0 -0
- /package/dist/100/{liquidityPools → LiquidityPools}/assetSwapped.d.ts +0 -0
- /package/dist/100/{liquidityPools → LiquidityPools}/networkFeeTaken.d.cts +0 -0
- /package/dist/100/{liquidityPools → LiquidityPools}/networkFeeTaken.d.ts +0 -0
- /package/dist/100/{liquidityPools → LiquidityPools}/newPoolCreated.d.cts +0 -0
- /package/dist/100/{liquidityPools → LiquidityPools}/newPoolCreated.d.ts +0 -0
- /package/dist/100/{liquidityPools → LiquidityPools}/poolFeeSet.d.cts +0 -0
- /package/dist/100/{liquidityPools → LiquidityPools}/poolFeeSet.d.ts +0 -0
- /package/dist/100/{liquidityPools → LiquidityPools}/poolStateUpdated.d.cts +0 -0
- /package/dist/100/{liquidityPools → LiquidityPools}/poolStateUpdated.d.ts +0 -0
- /package/dist/100/{liquidityPools → LiquidityPools}/updatedBuyInterval.d.cts +0 -0
- /package/dist/100/{liquidityPools → LiquidityPools}/updatedBuyInterval.d.ts +0 -0
- /package/dist/100/{polkadotBroadcaster → PolkadotBroadcaster}/broadcastAborted.d.cts +0 -0
- /package/dist/100/{polkadotBroadcaster → PolkadotBroadcaster}/broadcastAborted.d.ts +0 -0
- /package/dist/100/{polkadotBroadcaster → PolkadotBroadcaster}/broadcastAttemptTimeout.d.cts +0 -0
- /package/dist/100/{polkadotBroadcaster → PolkadotBroadcaster}/broadcastAttemptTimeout.d.ts +0 -0
- /package/dist/100/{polkadotBroadcaster → PolkadotBroadcaster}/broadcastCallbackExecuted.d.cts +0 -0
- /package/dist/100/{polkadotBroadcaster → PolkadotBroadcaster}/broadcastCallbackExecuted.d.ts +0 -0
- /package/dist/100/{polkadotBroadcaster → PolkadotBroadcaster}/broadcastRetryScheduled.d.cts +0 -0
- /package/dist/100/{polkadotBroadcaster → PolkadotBroadcaster}/broadcastRetryScheduled.d.ts +0 -0
- /package/dist/100/{polkadotBroadcaster → PolkadotBroadcaster}/broadcastSuccess.d.cts +0 -0
- /package/dist/100/{polkadotBroadcaster → PolkadotBroadcaster}/broadcastSuccess.d.ts +0 -0
- /package/dist/100/{polkadotBroadcaster → PolkadotBroadcaster}/thresholdSignatureInvalid.d.cts +0 -0
- /package/dist/100/{polkadotBroadcaster → PolkadotBroadcaster}/thresholdSignatureInvalid.d.ts +0 -0
- /package/dist/100/{polkadotBroadcaster → PolkadotBroadcaster}/transactionFeeDeficitRecorded.d.cts +0 -0
- /package/dist/100/{polkadotBroadcaster → PolkadotBroadcaster}/transactionFeeDeficitRecorded.d.ts +0 -0
- /package/dist/100/{polkadotBroadcaster → PolkadotBroadcaster}/transactionFeeDeficitRefused.d.cts +0 -0
- /package/dist/100/{polkadotBroadcaster → PolkadotBroadcaster}/transactionFeeDeficitRefused.d.ts +0 -0
- /package/dist/100/{polkadotChainTracking → PolkadotChainTracking}/chainStateUpdated.d.cts +0 -0
- /package/dist/100/{polkadotChainTracking → PolkadotChainTracking}/chainStateUpdated.d.ts +0 -0
- /package/dist/100/{polkadotIngressEgress → PolkadotIngressEgress}/assetEgressStatusChanged.d.cts +0 -0
- /package/dist/100/{polkadotIngressEgress → PolkadotIngressEgress}/assetEgressStatusChanged.d.ts +0 -0
- /package/dist/100/{polkadotIngressEgress → PolkadotIngressEgress}/batchBroadcastRequested.d.cts +0 -0
- /package/dist/100/{polkadotIngressEgress → PolkadotIngressEgress}/batchBroadcastRequested.d.ts +0 -0
- /package/dist/100/{polkadotIngressEgress → PolkadotIngressEgress}/ccmBroadcastRequested.d.cts +0 -0
- /package/dist/100/{polkadotIngressEgress → PolkadotIngressEgress}/ccmBroadcastRequested.d.ts +0 -0
- /package/dist/100/{polkadotIngressEgress → PolkadotIngressEgress}/minimumDepositSet.d.cts +0 -0
- /package/dist/100/{polkadotIngressEgress → PolkadotIngressEgress}/minimumDepositSet.d.ts +0 -0
- /package/dist/100/{polkadotIngressEgress → PolkadotIngressEgress}/vaultTransferFailed.d.cts +0 -0
- /package/dist/100/{polkadotIngressEgress → PolkadotIngressEgress}/vaultTransferFailed.d.ts +0 -0
- /package/dist/100/{polkadotThresholdSigner → PolkadotThresholdSigner}/thresholdSignatureResponseTimeoutUpdated.d.cts +0 -0
- /package/dist/100/{polkadotThresholdSigner → PolkadotThresholdSigner}/thresholdSignatureResponseTimeoutUpdated.d.ts +0 -0
- /package/dist/100/{polkadotVault → PolkadotVault}/awaitingGovernanceActivation.d.cts +0 -0
- /package/dist/100/{polkadotVault → PolkadotVault}/awaitingGovernanceActivation.d.ts +0 -0
- /package/dist/100/{polkadotVault → PolkadotVault}/keyHandoverFailure.d.cts +0 -0
- /package/dist/100/{polkadotVault → PolkadotVault}/keyHandoverFailure.d.ts +0 -0
- /package/dist/100/{polkadotVault → PolkadotVault}/keyHandoverFailureReported.d.cts +0 -0
- /package/dist/100/{polkadotVault → PolkadotVault}/keyHandoverFailureReported.d.ts +0 -0
- /package/dist/100/{polkadotVault → PolkadotVault}/keyHandoverRequest.d.cts +0 -0
- /package/dist/100/{polkadotVault → PolkadotVault}/keyHandoverRequest.d.ts +0 -0
- /package/dist/100/{polkadotVault → PolkadotVault}/keyHandoverResponseTimeout.d.cts +0 -0
- /package/dist/100/{polkadotVault → PolkadotVault}/keyHandoverResponseTimeout.d.ts +0 -0
- /package/dist/100/{polkadotVault → PolkadotVault}/keyHandoverSuccess.d.cts +0 -0
- /package/dist/100/{polkadotVault → PolkadotVault}/keyHandoverSuccess.d.ts +0 -0
- /package/dist/100/{polkadotVault → PolkadotVault}/keyHandoverSuccessReported.d.cts +0 -0
- /package/dist/100/{polkadotVault → PolkadotVault}/keyHandoverSuccessReported.d.ts +0 -0
- /package/dist/100/{polkadotVault → PolkadotVault}/keyHandoverVerificationFailure.d.cts +0 -0
- /package/dist/100/{polkadotVault → PolkadotVault}/keyHandoverVerificationFailure.d.ts +0 -0
- /package/dist/100/{polkadotVault → PolkadotVault}/keyHandoverVerificationSuccess.d.cts +0 -0
- /package/dist/100/{polkadotVault → PolkadotVault}/keyHandoverVerificationSuccess.d.ts +0 -0
- /package/dist/100/{polkadotVault → PolkadotVault}/keygenFailure.d.cts +0 -0
- /package/dist/100/{polkadotVault → PolkadotVault}/keygenFailure.d.ts +0 -0
- /package/dist/100/{polkadotVault → PolkadotVault}/keygenFailureReported.d.cts +0 -0
- /package/dist/100/{polkadotVault → PolkadotVault}/keygenFailureReported.d.ts +0 -0
- /package/dist/100/{polkadotVault → PolkadotVault}/keygenRequest.d.cts +0 -0
- /package/dist/100/{polkadotVault → PolkadotVault}/keygenRequest.d.ts +0 -0
- /package/dist/100/{polkadotVault → PolkadotVault}/keygenResponseTimeout.d.cts +0 -0
- /package/dist/100/{polkadotVault → PolkadotVault}/keygenResponseTimeout.d.ts +0 -0
- /package/dist/100/{polkadotVault → PolkadotVault}/keygenResponseTimeoutUpdated.d.cts +0 -0
- /package/dist/100/{polkadotVault → PolkadotVault}/keygenResponseTimeoutUpdated.d.ts +0 -0
- /package/dist/100/{polkadotVault → PolkadotVault}/keygenSuccess.d.cts +0 -0
- /package/dist/100/{polkadotVault → PolkadotVault}/keygenSuccess.d.ts +0 -0
- /package/dist/100/{polkadotVault → PolkadotVault}/keygenSuccessReported.d.cts +0 -0
- /package/dist/100/{polkadotVault → PolkadotVault}/keygenSuccessReported.d.ts +0 -0
- /package/dist/100/{polkadotVault → PolkadotVault}/keygenVerificationFailure.d.cts +0 -0
- /package/dist/100/{polkadotVault → PolkadotVault}/keygenVerificationFailure.d.ts +0 -0
- /package/dist/100/{polkadotVault → PolkadotVault}/keygenVerificationSuccess.d.cts +0 -0
- /package/dist/100/{polkadotVault → PolkadotVault}/keygenVerificationSuccess.d.ts +0 -0
- /package/dist/100/{polkadotVault → PolkadotVault}/noKeyHandover.d.cts +0 -0
- /package/dist/100/{polkadotVault → PolkadotVault}/noKeyHandover.d.ts +0 -0
- /package/dist/100/{polkadotVault → PolkadotVault}/vaultRotatedExternally.d.cts +0 -0
- /package/dist/100/{polkadotVault → PolkadotVault}/vaultRotatedExternally.d.ts +0 -0
- /package/dist/100/{polkadotVault → PolkadotVault}/vaultRotationAborted.d.cts +0 -0
- /package/dist/100/{polkadotVault → PolkadotVault}/vaultRotationAborted.d.ts +0 -0
- /package/dist/100/{polkadotVault → PolkadotVault}/vaultRotationCompleted.d.cts +0 -0
- /package/dist/100/{polkadotVault → PolkadotVault}/vaultRotationCompleted.d.ts +0 -0
- /package/dist/100/{reputation → Reputation}/accrualRateUpdated.d.cts +0 -0
- /package/dist/100/{reputation → Reputation}/accrualRateUpdated.d.ts +0 -0
- /package/dist/100/{reputation → Reputation}/missedHeartbeatPenaltyUpdated.d.cts +0 -0
- /package/dist/100/{reputation → Reputation}/missedHeartbeatPenaltyUpdated.d.ts +0 -0
- /package/dist/100/{reputation → Reputation}/offencePenalty.d.cts +0 -0
- /package/dist/100/{reputation → Reputation}/offencePenalty.d.ts +0 -0
- /package/dist/100/{reputation → Reputation}/penaltyUpdated.d.cts +0 -0
- /package/dist/100/{reputation → Reputation}/penaltyUpdated.d.ts +0 -0
- /package/dist/100/{session → Session}/newSession.d.cts +0 -0
- /package/dist/100/{session → Session}/newSession.d.ts +0 -0
- /package/dist/100/{swapping → Swapping}/batchSwapFailed.d.cts +0 -0
- /package/dist/100/{swapping → Swapping}/batchSwapFailed.d.ts +0 -0
- /package/dist/100/{swapping → Swapping}/ccmFailed.d.cts +0 -0
- /package/dist/100/{swapping → Swapping}/ccmFailed.d.ts +0 -0
- /package/dist/100/{swapping → Swapping}/minimumSwapAmountSet.d.cts +0 -0
- /package/dist/100/{swapping → Swapping}/minimumSwapAmountSet.d.ts +0 -0
- /package/dist/100/{swapping → Swapping}/swapAmountTooLow.d.cts +0 -0
- /package/dist/100/{swapping → Swapping}/swapAmountTooLow.d.ts +0 -0
- /package/dist/100/{swapping → Swapping}/swapDepositAddressReady.d.cts +0 -0
- /package/dist/100/{swapping → Swapping}/swapDepositAddressReady.d.ts +0 -0
- /package/dist/100/{system → System}/codeUpdated.d.cts +0 -0
- /package/dist/100/{system → System}/codeUpdated.d.ts +0 -0
- /package/dist/100/{system → System}/extrinsicSuccess.d.cts +0 -0
- /package/dist/100/{system → System}/extrinsicSuccess.d.ts +0 -0
- /package/dist/100/{system → System}/killedAccount.d.cts +0 -0
- /package/dist/100/{system → System}/killedAccount.d.ts +0 -0
- /package/dist/100/{system → System}/newAccount.d.cts +0 -0
- /package/dist/100/{system → System}/newAccount.d.ts +0 -0
- /package/dist/100/{system → System}/remarked.d.cts +0 -0
- /package/dist/100/{system → System}/remarked.d.ts +0 -0
- /package/dist/100/{tokenholderGovernance → TokenholderGovernance}/govKeyUpdatedHasFailed.d.cts +0 -0
- /package/dist/100/{tokenholderGovernance → TokenholderGovernance}/govKeyUpdatedHasFailed.d.ts +0 -0
- /package/dist/100/{tokenholderGovernance → TokenholderGovernance}/govKeyUpdatedWasSuccessful.d.cts +0 -0
- /package/dist/100/{tokenholderGovernance → TokenholderGovernance}/govKeyUpdatedWasSuccessful.d.ts +0 -0
- /package/dist/100/{transactionPayment → TransactionPayment}/transactionFeePaid.d.cts +0 -0
- /package/dist/100/{transactionPayment → TransactionPayment}/transactionFeePaid.d.ts +0 -0
- /package/dist/100/{validator → Validator}/auctionCompleted.d.cts +0 -0
- /package/dist/100/{validator → Validator}/auctionCompleted.d.ts +0 -0
- /package/dist/100/{validator → Validator}/cFEVersionUpdated.d.cts +0 -0
- /package/dist/100/{validator → Validator}/cFEVersionUpdated.d.ts +0 -0
- /package/dist/100/{validator → Validator}/newEpoch.d.cts +0 -0
- /package/dist/100/{validator → Validator}/newEpoch.d.ts +0 -0
- /package/dist/100/{validator → Validator}/palletConfigUpdated.d.cts +0 -0
- /package/dist/100/{validator → Validator}/palletConfigUpdated.d.ts +0 -0
- /package/dist/100/{validator → Validator}/peerIdRegistered.d.cts +0 -0
- /package/dist/100/{validator → Validator}/peerIdRegistered.d.ts +0 -0
- /package/dist/100/{validator → Validator}/peerIdUnregistered.d.cts +0 -0
- /package/dist/100/{validator → Validator}/peerIdUnregistered.d.ts +0 -0
- /package/dist/100/{validator → Validator}/rotationAborted.d.cts +0 -0
- /package/dist/100/{validator → Validator}/rotationAborted.d.ts +0 -0
- /package/dist/100/{validator → Validator}/rotationPhaseUpdated.d.cts +0 -0
- /package/dist/100/{validator → Validator}/rotationPhaseUpdated.d.ts +0 -0
- /package/dist/100/{validator → Validator}/vanityNameSet.d.cts +0 -0
- /package/dist/100/{validator → Validator}/vanityNameSet.d.ts +0 -0
- /package/dist/100/{witnesser → Witnesser}/prewitnessed.d.cts +0 -0
- /package/dist/100/{witnesser → Witnesser}/prewitnessed.d.ts +0 -0
- /package/dist/102/{accountRoles → AccountRoles}/accountRoleRegistered.d.cts +0 -0
- /package/dist/102/{accountRoles → AccountRoles}/accountRoleRegistered.d.ts +0 -0
- /package/dist/102/{swapping → Swapping}/maximumSwapAmountSet.d.cts +0 -0
- /package/dist/102/{swapping → Swapping}/maximumSwapAmountSet.d.ts +0 -0
- /package/dist/102/{swapping → Swapping}/swapAmountConfiscated.d.cts +0 -0
- /package/dist/102/{swapping → Swapping}/swapAmountConfiscated.d.ts +0 -0
- /package/dist/102/{validator → Validator}/palletConfigUpdated.d.cts +0 -0
- /package/dist/102/{validator → Validator}/palletConfigUpdated.d.ts +0 -0
- /package/dist/111/{bitcoinBroadcaster → BitcoinBroadcaster}/callResigned.d.cts +0 -0
- /package/dist/111/{bitcoinBroadcaster → BitcoinBroadcaster}/callResigned.d.ts +0 -0
- /package/dist/111/{bitcoinBroadcaster → BitcoinBroadcaster}/thresholdSignatureInvalid.d.cts +0 -0
- /package/dist/111/{bitcoinBroadcaster → BitcoinBroadcaster}/thresholdSignatureInvalid.d.ts +0 -0
- /package/dist/111/{bitcoinIngressEgress → BitcoinIngressEgress}/ccmBroadcastFailed.d.cts +0 -0
- /package/dist/111/{bitcoinIngressEgress → BitcoinIngressEgress}/ccmBroadcastFailed.d.ts +0 -0
- /package/dist/111/{bitcoinIngressEgress → BitcoinIngressEgress}/failedForeignChainCallExpired.d.cts +0 -0
- /package/dist/111/{bitcoinIngressEgress → BitcoinIngressEgress}/failedForeignChainCallExpired.d.ts +0 -0
- /package/dist/111/{bitcoinIngressEgress → BitcoinIngressEgress}/failedForeignChainCallResigned.d.cts +0 -0
- /package/dist/111/{bitcoinIngressEgress → BitcoinIngressEgress}/failedForeignChainCallResigned.d.ts +0 -0
- /package/dist/111/{bitcoinIngressEgress → BitcoinIngressEgress}/transferFallbackRequested.d.cts +0 -0
- /package/dist/111/{bitcoinIngressEgress → BitcoinIngressEgress}/transferFallbackRequested.d.ts +0 -0
- /package/dist/111/{ethereumBroadcaster → EthereumBroadcaster}/callResigned.d.cts +0 -0
- /package/dist/111/{ethereumBroadcaster → EthereumBroadcaster}/callResigned.d.ts +0 -0
- /package/dist/111/{ethereumBroadcaster → EthereumBroadcaster}/thresholdSignatureInvalid.d.cts +0 -0
- /package/dist/111/{ethereumBroadcaster → EthereumBroadcaster}/thresholdSignatureInvalid.d.ts +0 -0
- /package/dist/111/{ethereumIngressEgress → EthereumIngressEgress}/ccmBroadcastFailed.d.cts +0 -0
- /package/dist/111/{ethereumIngressEgress → EthereumIngressEgress}/ccmBroadcastFailed.d.ts +0 -0
- /package/dist/111/{ethereumIngressEgress → EthereumIngressEgress}/failedForeignChainCallExpired.d.cts +0 -0
- /package/dist/111/{ethereumIngressEgress → EthereumIngressEgress}/failedForeignChainCallExpired.d.ts +0 -0
- /package/dist/111/{ethereumIngressEgress → EthereumIngressEgress}/failedForeignChainCallResigned.d.cts +0 -0
- /package/dist/111/{ethereumIngressEgress → EthereumIngressEgress}/failedForeignChainCallResigned.d.ts +0 -0
- /package/dist/111/{ethereumIngressEgress → EthereumIngressEgress}/transferFallbackRequested.d.cts +0 -0
- /package/dist/111/{ethereumIngressEgress → EthereumIngressEgress}/transferFallbackRequested.d.ts +0 -0
- /package/dist/111/{liquidityPools → LiquidityPools}/limitOrderSetOrUpdateScheduled.d.cts +0 -0
- /package/dist/111/{liquidityPools → LiquidityPools}/limitOrderSetOrUpdateScheduled.d.ts +0 -0
- /package/dist/111/{liquidityPools → LiquidityPools}/newPoolCreated.d.cts +0 -0
- /package/dist/111/{liquidityPools → LiquidityPools}/newPoolCreated.d.ts +0 -0
- /package/dist/111/{liquidityPools → LiquidityPools}/poolFeeSet.d.cts +0 -0
- /package/dist/111/{liquidityPools → LiquidityPools}/poolFeeSet.d.ts +0 -0
- /package/dist/111/{liquidityPools → LiquidityPools}/scheduledLimitOrderUpdateDispatchSuccess.d.cts +0 -0
- /package/dist/111/{liquidityPools → LiquidityPools}/scheduledLimitOrderUpdateDispatchSuccess.d.ts +0 -0
- /package/dist/111/{polkadotBroadcaster → PolkadotBroadcaster}/callResigned.d.cts +0 -0
- /package/dist/111/{polkadotBroadcaster → PolkadotBroadcaster}/callResigned.d.ts +0 -0
- /package/dist/111/{polkadotBroadcaster → PolkadotBroadcaster}/thresholdSignatureInvalid.d.cts +0 -0
- /package/dist/111/{polkadotBroadcaster → PolkadotBroadcaster}/thresholdSignatureInvalid.d.ts +0 -0
- /package/dist/111/{polkadotIngressEgress → PolkadotIngressEgress}/ccmBroadcastFailed.d.cts +0 -0
- /package/dist/111/{polkadotIngressEgress → PolkadotIngressEgress}/ccmBroadcastFailed.d.ts +0 -0
- /package/dist/111/{polkadotIngressEgress → PolkadotIngressEgress}/failedForeignChainCallExpired.d.cts +0 -0
- /package/dist/111/{polkadotIngressEgress → PolkadotIngressEgress}/failedForeignChainCallExpired.d.ts +0 -0
- /package/dist/111/{polkadotIngressEgress → PolkadotIngressEgress}/failedForeignChainCallResigned.d.cts +0 -0
- /package/dist/111/{polkadotIngressEgress → PolkadotIngressEgress}/failedForeignChainCallResigned.d.ts +0 -0
- /package/dist/111/{polkadotIngressEgress → PolkadotIngressEgress}/transferFallbackRequested.d.cts +0 -0
- /package/dist/111/{polkadotIngressEgress → PolkadotIngressEgress}/transferFallbackRequested.d.ts +0 -0
- /package/dist/120/{bitcoinBroadcaster → BitcoinBroadcaster}/broadcastRetryScheduled.d.cts +0 -0
- /package/dist/120/{bitcoinBroadcaster → BitcoinBroadcaster}/broadcastRetryScheduled.d.ts +0 -0
- /package/dist/120/{bitcoinBroadcaster → BitcoinBroadcaster}/broadcastTimeout.d.cts +0 -0
- /package/dist/120/{bitcoinBroadcaster → BitcoinBroadcaster}/broadcastTimeout.d.ts +0 -0
- /package/dist/120/{bitcoinBroadcaster → BitcoinBroadcaster}/thresholdSignatureInvalid.d.cts +0 -0
- /package/dist/120/{bitcoinBroadcaster → BitcoinBroadcaster}/thresholdSignatureInvalid.d.ts +0 -0
- /package/dist/120/{bitcoinBroadcaster → BitcoinBroadcaster}/transactionBroadcastRequest.d.cts +0 -0
- /package/dist/120/{bitcoinBroadcaster → BitcoinBroadcaster}/transactionBroadcastRequest.d.ts +0 -0
- /package/dist/120/{bitcoinChainTracking → BitcoinChainTracking}/chainStateUpdated.d.cts +0 -0
- /package/dist/120/{bitcoinChainTracking → BitcoinChainTracking}/chainStateUpdated.d.ts +0 -0
- /package/dist/{131/bitcoinIngressEgress → 120/BitcoinIngressEgress}/depositIgnored.d.cts +0 -0
- /package/dist/{131/bitcoinIngressEgress → 120/BitcoinIngressEgress}/depositIgnored.d.ts +0 -0
- /package/dist/{131/bitcoinIngressEgress → 120/BitcoinIngressEgress}/depositReceived.d.cts +0 -0
- /package/dist/{131/bitcoinIngressEgress → 120/BitcoinIngressEgress}/depositReceived.d.ts +0 -0
- /package/dist/120/{bitcoinIngressEgress → BitcoinIngressEgress}/utxoConsolidation.d.cts +0 -0
- /package/dist/120/{bitcoinIngressEgress → BitcoinIngressEgress}/utxoConsolidation.d.ts +0 -0
- /package/dist/120/{emissions → Emissions}/backupRewardsDistributed.d.cts +0 -0
- /package/dist/120/{emissions → Emissions}/backupRewardsDistributed.d.ts +0 -0
- /package/dist/120/{emissions → Emissions}/flipBurnSkipped.d.cts +0 -0
- /package/dist/120/{emissions → Emissions}/flipBurnSkipped.d.ts +0 -0
- /package/dist/120/{emissions → Emissions}/networkFeeBurned.d.cts +0 -0
- /package/dist/120/{emissions → Emissions}/networkFeeBurned.d.ts +0 -0
- /package/dist/120/{environment → Environment}/utxoConsolidationParametersUpdated.d.cts +0 -0
- /package/dist/120/{environment → Environment}/utxoConsolidationParametersUpdated.d.ts +0 -0
- /package/dist/120/{ethereumBroadcaster → EthereumBroadcaster}/broadcastRetryScheduled.d.cts +0 -0
- /package/dist/120/{ethereumBroadcaster → EthereumBroadcaster}/broadcastRetryScheduled.d.ts +0 -0
- /package/dist/120/{ethereumBroadcaster → EthereumBroadcaster}/broadcastTimeout.d.cts +0 -0
- /package/dist/120/{ethereumBroadcaster → EthereumBroadcaster}/broadcastTimeout.d.ts +0 -0
- /package/dist/120/{ethereumBroadcaster → EthereumBroadcaster}/thresholdSignatureInvalid.d.cts +0 -0
- /package/dist/120/{ethereumBroadcaster → EthereumBroadcaster}/thresholdSignatureInvalid.d.ts +0 -0
- /package/dist/120/{ethereumBroadcaster → EthereumBroadcaster}/transactionBroadcastRequest.d.cts +0 -0
- /package/dist/120/{ethereumBroadcaster → EthereumBroadcaster}/transactionBroadcastRequest.d.ts +0 -0
- /package/dist/120/{ethereumIngressEgress → EthereumIngressEgress}/utxoConsolidation.d.cts +0 -0
- /package/dist/120/{ethereumIngressEgress → EthereumIngressEgress}/utxoConsolidation.d.ts +0 -0
- /package/dist/120/{liquidityProvider → LiquidityProvider}/liquidityDepositCredited.d.cts +0 -0
- /package/dist/120/{liquidityProvider → LiquidityProvider}/liquidityDepositCredited.d.ts +0 -0
- /package/dist/120/{polkadotBroadcaster → PolkadotBroadcaster}/broadcastRetryScheduled.d.cts +0 -0
- /package/dist/120/{polkadotBroadcaster → PolkadotBroadcaster}/broadcastRetryScheduled.d.ts +0 -0
- /package/dist/120/{polkadotBroadcaster → PolkadotBroadcaster}/broadcastTimeout.d.cts +0 -0
- /package/dist/120/{polkadotBroadcaster → PolkadotBroadcaster}/broadcastTimeout.d.ts +0 -0
- /package/dist/120/{polkadotBroadcaster → PolkadotBroadcaster}/thresholdSignatureInvalid.d.cts +0 -0
- /package/dist/120/{polkadotBroadcaster → PolkadotBroadcaster}/thresholdSignatureInvalid.d.ts +0 -0
- /package/dist/120/{polkadotBroadcaster → PolkadotBroadcaster}/transactionBroadcastRequest.d.cts +0 -0
- /package/dist/120/{polkadotBroadcaster → PolkadotBroadcaster}/transactionBroadcastRequest.d.ts +0 -0
- /package/dist/120/{polkadotIngressEgress → PolkadotIngressEgress}/utxoConsolidation.d.cts +0 -0
- /package/dist/120/{polkadotIngressEgress → PolkadotIngressEgress}/utxoConsolidation.d.ts +0 -0
- /package/dist/120/{swapping → Swapping}/ccmFailed.d.cts +0 -0
- /package/dist/120/{swapping → Swapping}/ccmFailed.d.ts +0 -0
- /package/dist/120/{swapping → Swapping}/swapExecuted.d.cts +0 -0
- /package/dist/120/{swapping → Swapping}/swapExecuted.d.ts +0 -0
- /package/dist/131/{bitcoinBroadcaster → BitcoinBroadcaster}/broadcastSuccess.d.cts +0 -0
- /package/dist/131/{bitcoinBroadcaster → BitcoinBroadcaster}/broadcastSuccess.d.ts +0 -0
- /package/dist/131/{bitcoinBroadcaster → BitcoinBroadcaster}/transactionBroadcastRequest.d.cts +0 -0
- /package/dist/131/{bitcoinBroadcaster → BitcoinBroadcaster}/transactionBroadcastRequest.d.ts +0 -0
- /package/dist/131/{bitcoinChainTracking → BitcoinChainTracking}/feeMultiplierUpdated.d.cts +0 -0
- /package/dist/131/{bitcoinChainTracking → BitcoinChainTracking}/feeMultiplierUpdated.d.ts +0 -0
- /package/dist/131/{bitcoinIngressEgress → BitcoinIngressEgress}/channelOpeningFeePaid.d.cts +0 -0
- /package/dist/131/{bitcoinIngressEgress → BitcoinIngressEgress}/channelOpeningFeePaid.d.ts +0 -0
- /package/dist/131/{bitcoinIngressEgress → BitcoinIngressEgress}/channelOpeningFeeSet.d.cts +0 -0
- /package/dist/131/{bitcoinIngressEgress → BitcoinIngressEgress}/channelOpeningFeeSet.d.ts +0 -0
- /package/dist/131/{bitcoinIngressEgress → BitcoinIngressEgress}/depositWitnessRejected.d.cts +0 -0
- /package/dist/131/{bitcoinIngressEgress → BitcoinIngressEgress}/depositWitnessRejected.d.ts +0 -0
- /package/dist/131/{bitcoinIngressEgress → BitcoinIngressEgress}/failedToBuildAllBatchCall.d.cts +0 -0
- /package/dist/131/{bitcoinIngressEgress → BitcoinIngressEgress}/failedToBuildAllBatchCall.d.ts +0 -0
- /package/dist/131/{bitcoinThresholdSigner → BitcoinThresholdSigner}/keyHandoverFailure.d.cts +0 -0
- /package/dist/131/{bitcoinThresholdSigner → BitcoinThresholdSigner}/keyHandoverFailure.d.ts +0 -0
- /package/dist/131/{bitcoinThresholdSigner → BitcoinThresholdSigner}/keyHandoverFailureReported.d.cts +0 -0
- /package/dist/131/{bitcoinThresholdSigner → BitcoinThresholdSigner}/keyHandoverFailureReported.d.ts +0 -0
- /package/dist/131/{bitcoinThresholdSigner → BitcoinThresholdSigner}/keyHandoverRequest.d.cts +0 -0
- /package/dist/131/{bitcoinThresholdSigner → BitcoinThresholdSigner}/keyHandoverRequest.d.ts +0 -0
- /package/dist/131/{bitcoinThresholdSigner → BitcoinThresholdSigner}/keyHandoverResponseTimeout.d.cts +0 -0
- /package/dist/131/{bitcoinThresholdSigner → BitcoinThresholdSigner}/keyHandoverResponseTimeout.d.ts +0 -0
- /package/dist/131/{bitcoinThresholdSigner → BitcoinThresholdSigner}/keyHandoverSuccess.d.cts +0 -0
- /package/dist/131/{bitcoinThresholdSigner → BitcoinThresholdSigner}/keyHandoverSuccess.d.ts +0 -0
- /package/dist/131/{bitcoinThresholdSigner → BitcoinThresholdSigner}/keyHandoverSuccessReported.d.cts +0 -0
- /package/dist/131/{bitcoinThresholdSigner → BitcoinThresholdSigner}/keyHandoverSuccessReported.d.ts +0 -0
- /package/dist/131/{bitcoinThresholdSigner → BitcoinThresholdSigner}/keyHandoverVerificationFailure.d.cts +0 -0
- /package/dist/131/{bitcoinThresholdSigner → BitcoinThresholdSigner}/keyHandoverVerificationFailure.d.ts +0 -0
- /package/dist/131/{bitcoinThresholdSigner → BitcoinThresholdSigner}/keyHandoverVerificationSuccess.d.cts +0 -0
- /package/dist/131/{bitcoinThresholdSigner → BitcoinThresholdSigner}/keyHandoverVerificationSuccess.d.ts +0 -0
- /package/dist/131/{bitcoinThresholdSigner → BitcoinThresholdSigner}/keyRotationCompleted.d.cts +0 -0
- /package/dist/131/{bitcoinThresholdSigner → BitcoinThresholdSigner}/keyRotationCompleted.d.ts +0 -0
- /package/dist/131/{bitcoinThresholdSigner → BitcoinThresholdSigner}/keygenFailure.d.cts +0 -0
- /package/dist/131/{bitcoinThresholdSigner → BitcoinThresholdSigner}/keygenFailure.d.ts +0 -0
- /package/dist/131/{bitcoinThresholdSigner → BitcoinThresholdSigner}/keygenFailureReported.d.cts +0 -0
- /package/dist/131/{bitcoinThresholdSigner → BitcoinThresholdSigner}/keygenFailureReported.d.ts +0 -0
- /package/dist/131/{bitcoinThresholdSigner → BitcoinThresholdSigner}/keygenRequest.d.cts +0 -0
- /package/dist/131/{bitcoinThresholdSigner → BitcoinThresholdSigner}/keygenRequest.d.ts +0 -0
- /package/dist/131/{bitcoinThresholdSigner → BitcoinThresholdSigner}/keygenResponseTimeout.d.cts +0 -0
- /package/dist/131/{bitcoinThresholdSigner → BitcoinThresholdSigner}/keygenResponseTimeout.d.ts +0 -0
- /package/dist/131/{bitcoinThresholdSigner → BitcoinThresholdSigner}/keygenResponseTimeoutUpdated.d.cts +0 -0
- /package/dist/131/{bitcoinThresholdSigner → BitcoinThresholdSigner}/keygenResponseTimeoutUpdated.d.ts +0 -0
- /package/dist/131/{bitcoinThresholdSigner → BitcoinThresholdSigner}/keygenSuccess.d.cts +0 -0
- /package/dist/131/{bitcoinThresholdSigner → BitcoinThresholdSigner}/keygenSuccess.d.ts +0 -0
- /package/dist/131/{bitcoinThresholdSigner → BitcoinThresholdSigner}/keygenSuccessReported.d.cts +0 -0
- /package/dist/131/{bitcoinThresholdSigner → BitcoinThresholdSigner}/keygenSuccessReported.d.ts +0 -0
- /package/dist/131/{bitcoinThresholdSigner → BitcoinThresholdSigner}/keygenVerificationFailure.d.cts +0 -0
- /package/dist/131/{bitcoinThresholdSigner → BitcoinThresholdSigner}/keygenVerificationFailure.d.ts +0 -0
- /package/dist/131/{bitcoinThresholdSigner → BitcoinThresholdSigner}/keygenVerificationSuccess.d.cts +0 -0
- /package/dist/131/{bitcoinThresholdSigner → BitcoinThresholdSigner}/keygenVerificationSuccess.d.ts +0 -0
- /package/dist/131/{bitcoinThresholdSigner → BitcoinThresholdSigner}/noKeyHandover.d.cts +0 -0
- /package/dist/131/{bitcoinThresholdSigner → BitcoinThresholdSigner}/noKeyHandover.d.ts +0 -0
- /package/dist/131/{bitcoinVault → BitcoinVault}/vaultActivationCompleted.d.cts +0 -0
- /package/dist/131/{bitcoinVault → BitcoinVault}/vaultActivationCompleted.d.ts +0 -0
- /package/dist/131/{environment → Environment}/addedNewEthAsset.d.cts +0 -0
- /package/dist/131/{environment → Environment}/addedNewEthAsset.d.ts +0 -0
- /package/dist/131/{environment → Environment}/updatedEthAsset.d.cts +0 -0
- /package/dist/131/{environment → Environment}/updatedEthAsset.d.ts +0 -0
- /package/dist/131/{ethereumBroadcaster → EthereumBroadcaster}/broadcastSuccess.d.cts +0 -0
- /package/dist/131/{ethereumBroadcaster → EthereumBroadcaster}/broadcastSuccess.d.ts +0 -0
- /package/dist/131/{ethereumChainTracking → EthereumChainTracking}/feeMultiplierUpdated.d.cts +0 -0
- /package/dist/131/{ethereumChainTracking → EthereumChainTracking}/feeMultiplierUpdated.d.ts +0 -0
- /package/dist/131/{ethereumIngressEgress → EthereumIngressEgress}/assetEgressStatusChanged.d.cts +0 -0
- /package/dist/131/{ethereumIngressEgress → EthereumIngressEgress}/assetEgressStatusChanged.d.ts +0 -0
- /package/dist/131/{ethereumIngressEgress → EthereumIngressEgress}/channelOpeningFeePaid.d.cts +0 -0
- /package/dist/131/{ethereumIngressEgress → EthereumIngressEgress}/channelOpeningFeePaid.d.ts +0 -0
- /package/dist/131/{ethereumIngressEgress → EthereumIngressEgress}/channelOpeningFeeSet.d.cts +0 -0
- /package/dist/131/{ethereumIngressEgress → EthereumIngressEgress}/channelOpeningFeeSet.d.ts +0 -0
- /package/dist/131/{ethereumIngressEgress → EthereumIngressEgress}/minimumDepositSet.d.cts +0 -0
- /package/dist/131/{ethereumIngressEgress → EthereumIngressEgress}/minimumDepositSet.d.ts +0 -0
- /package/dist/131/{ethereumThresholdSigner → EthereumThresholdSigner}/keyHandoverFailure.d.cts +0 -0
- /package/dist/131/{ethereumThresholdSigner → EthereumThresholdSigner}/keyHandoverFailure.d.ts +0 -0
- /package/dist/131/{ethereumThresholdSigner → EthereumThresholdSigner}/keyHandoverFailureReported.d.cts +0 -0
- /package/dist/131/{ethereumThresholdSigner → EthereumThresholdSigner}/keyHandoverFailureReported.d.ts +0 -0
- /package/dist/131/{ethereumThresholdSigner → EthereumThresholdSigner}/keyHandoverRequest.d.cts +0 -0
- /package/dist/131/{ethereumThresholdSigner → EthereumThresholdSigner}/keyHandoverRequest.d.ts +0 -0
- /package/dist/131/{ethereumThresholdSigner → EthereumThresholdSigner}/keyHandoverResponseTimeout.d.cts +0 -0
- /package/dist/131/{ethereumThresholdSigner → EthereumThresholdSigner}/keyHandoverResponseTimeout.d.ts +0 -0
- /package/dist/131/{ethereumThresholdSigner → EthereumThresholdSigner}/keyHandoverSuccess.d.cts +0 -0
- /package/dist/131/{ethereumThresholdSigner → EthereumThresholdSigner}/keyHandoverSuccess.d.ts +0 -0
- /package/dist/131/{ethereumThresholdSigner → EthereumThresholdSigner}/keyHandoverSuccessReported.d.cts +0 -0
- /package/dist/131/{ethereumThresholdSigner → EthereumThresholdSigner}/keyHandoverSuccessReported.d.ts +0 -0
- /package/dist/131/{ethereumThresholdSigner → EthereumThresholdSigner}/keyHandoverVerificationFailure.d.cts +0 -0
- /package/dist/131/{ethereumThresholdSigner → EthereumThresholdSigner}/keyHandoverVerificationFailure.d.ts +0 -0
- /package/dist/131/{ethereumThresholdSigner → EthereumThresholdSigner}/keyHandoverVerificationSuccess.d.cts +0 -0
- /package/dist/131/{ethereumThresholdSigner → EthereumThresholdSigner}/keyHandoverVerificationSuccess.d.ts +0 -0
- /package/dist/131/{ethereumThresholdSigner → EthereumThresholdSigner}/keyRotationCompleted.d.cts +0 -0
- /package/dist/131/{ethereumThresholdSigner → EthereumThresholdSigner}/keyRotationCompleted.d.ts +0 -0
- /package/dist/131/{ethereumThresholdSigner → EthereumThresholdSigner}/keygenFailure.d.cts +0 -0
- /package/dist/131/{ethereumThresholdSigner → EthereumThresholdSigner}/keygenFailure.d.ts +0 -0
- /package/dist/131/{ethereumThresholdSigner → EthereumThresholdSigner}/keygenFailureReported.d.cts +0 -0
- /package/dist/131/{ethereumThresholdSigner → EthereumThresholdSigner}/keygenFailureReported.d.ts +0 -0
- /package/dist/131/{ethereumThresholdSigner → EthereumThresholdSigner}/keygenRequest.d.cts +0 -0
- /package/dist/131/{ethereumThresholdSigner → EthereumThresholdSigner}/keygenRequest.d.ts +0 -0
- /package/dist/131/{ethereumThresholdSigner → EthereumThresholdSigner}/keygenResponseTimeout.d.cts +0 -0
- /package/dist/131/{ethereumThresholdSigner → EthereumThresholdSigner}/keygenResponseTimeout.d.ts +0 -0
- /package/dist/131/{ethereumThresholdSigner → EthereumThresholdSigner}/keygenResponseTimeoutUpdated.d.cts +0 -0
- /package/dist/131/{ethereumThresholdSigner → EthereumThresholdSigner}/keygenResponseTimeoutUpdated.d.ts +0 -0
- /package/dist/131/{ethereumThresholdSigner → EthereumThresholdSigner}/keygenSuccess.d.cts +0 -0
- /package/dist/131/{ethereumThresholdSigner → EthereumThresholdSigner}/keygenSuccess.d.ts +0 -0
- /package/dist/131/{ethereumThresholdSigner → EthereumThresholdSigner}/keygenSuccessReported.d.cts +0 -0
- /package/dist/131/{ethereumThresholdSigner → EthereumThresholdSigner}/keygenSuccessReported.d.ts +0 -0
- /package/dist/131/{ethereumThresholdSigner → EthereumThresholdSigner}/keygenVerificationFailure.d.cts +0 -0
- /package/dist/131/{ethereumThresholdSigner → EthereumThresholdSigner}/keygenVerificationFailure.d.ts +0 -0
- /package/dist/131/{ethereumThresholdSigner → EthereumThresholdSigner}/keygenVerificationSuccess.d.cts +0 -0
- /package/dist/131/{ethereumThresholdSigner → EthereumThresholdSigner}/keygenVerificationSuccess.d.ts +0 -0
- /package/dist/131/{ethereumThresholdSigner → EthereumThresholdSigner}/noKeyHandover.d.cts +0 -0
- /package/dist/131/{ethereumThresholdSigner → EthereumThresholdSigner}/noKeyHandover.d.ts +0 -0
- /package/dist/131/{ethereumVault → EthereumVault}/vaultActivationCompleted.d.cts +0 -0
- /package/dist/131/{ethereumVault → EthereumVault}/vaultActivationCompleted.d.ts +0 -0
- /package/dist/131/{polkadotBroadcaster → PolkadotBroadcaster}/broadcastSuccess.d.cts +0 -0
- /package/dist/131/{polkadotBroadcaster → PolkadotBroadcaster}/broadcastSuccess.d.ts +0 -0
- /package/dist/131/{polkadotChainTracking → PolkadotChainTracking}/feeMultiplierUpdated.d.cts +0 -0
- /package/dist/131/{polkadotChainTracking → PolkadotChainTracking}/feeMultiplierUpdated.d.ts +0 -0
- /package/dist/131/{polkadotIngressEgress → PolkadotIngressEgress}/channelOpeningFeePaid.d.cts +0 -0
- /package/dist/131/{polkadotIngressEgress → PolkadotIngressEgress}/channelOpeningFeePaid.d.ts +0 -0
- /package/dist/131/{polkadotIngressEgress → PolkadotIngressEgress}/channelOpeningFeeSet.d.cts +0 -0
- /package/dist/131/{polkadotIngressEgress → PolkadotIngressEgress}/channelOpeningFeeSet.d.ts +0 -0
- /package/dist/131/{polkadotIngressEgress → PolkadotIngressEgress}/failedToBuildAllBatchCall.d.cts +0 -0
- /package/dist/131/{polkadotIngressEgress → PolkadotIngressEgress}/failedToBuildAllBatchCall.d.ts +0 -0
- /package/dist/131/{polkadotThresholdSigner → PolkadotThresholdSigner}/keyHandoverFailure.d.cts +0 -0
- /package/dist/131/{polkadotThresholdSigner → PolkadotThresholdSigner}/keyHandoverFailure.d.ts +0 -0
- /package/dist/131/{polkadotThresholdSigner → PolkadotThresholdSigner}/keyHandoverFailureReported.d.cts +0 -0
- /package/dist/131/{polkadotThresholdSigner → PolkadotThresholdSigner}/keyHandoverFailureReported.d.ts +0 -0
- /package/dist/131/{polkadotThresholdSigner → PolkadotThresholdSigner}/keyHandoverRequest.d.cts +0 -0
- /package/dist/131/{polkadotThresholdSigner → PolkadotThresholdSigner}/keyHandoverRequest.d.ts +0 -0
- /package/dist/131/{polkadotThresholdSigner → PolkadotThresholdSigner}/keyHandoverResponseTimeout.d.cts +0 -0
- /package/dist/131/{polkadotThresholdSigner → PolkadotThresholdSigner}/keyHandoverResponseTimeout.d.ts +0 -0
- /package/dist/131/{polkadotThresholdSigner → PolkadotThresholdSigner}/keyHandoverSuccess.d.cts +0 -0
- /package/dist/131/{polkadotThresholdSigner → PolkadotThresholdSigner}/keyHandoverSuccess.d.ts +0 -0
- /package/dist/131/{polkadotThresholdSigner → PolkadotThresholdSigner}/keyHandoverSuccessReported.d.cts +0 -0
- /package/dist/131/{polkadotThresholdSigner → PolkadotThresholdSigner}/keyHandoverSuccessReported.d.ts +0 -0
- /package/dist/131/{polkadotThresholdSigner → PolkadotThresholdSigner}/keyHandoverVerificationFailure.d.cts +0 -0
- /package/dist/131/{polkadotThresholdSigner → PolkadotThresholdSigner}/keyHandoverVerificationFailure.d.ts +0 -0
- /package/dist/131/{polkadotThresholdSigner → PolkadotThresholdSigner}/keyHandoverVerificationSuccess.d.cts +0 -0
- /package/dist/131/{polkadotThresholdSigner → PolkadotThresholdSigner}/keyHandoverVerificationSuccess.d.ts +0 -0
- /package/dist/131/{polkadotThresholdSigner → PolkadotThresholdSigner}/keyRotationCompleted.d.cts +0 -0
- /package/dist/131/{polkadotThresholdSigner → PolkadotThresholdSigner}/keyRotationCompleted.d.ts +0 -0
- /package/dist/131/{polkadotThresholdSigner → PolkadotThresholdSigner}/keygenFailure.d.cts +0 -0
- /package/dist/131/{polkadotThresholdSigner → PolkadotThresholdSigner}/keygenFailure.d.ts +0 -0
- /package/dist/131/{polkadotThresholdSigner → PolkadotThresholdSigner}/keygenFailureReported.d.cts +0 -0
- /package/dist/131/{polkadotThresholdSigner → PolkadotThresholdSigner}/keygenFailureReported.d.ts +0 -0
- /package/dist/131/{polkadotThresholdSigner → PolkadotThresholdSigner}/keygenRequest.d.cts +0 -0
- /package/dist/131/{polkadotThresholdSigner → PolkadotThresholdSigner}/keygenRequest.d.ts +0 -0
- /package/dist/131/{polkadotThresholdSigner → PolkadotThresholdSigner}/keygenResponseTimeout.d.cts +0 -0
- /package/dist/131/{polkadotThresholdSigner → PolkadotThresholdSigner}/keygenResponseTimeout.d.ts +0 -0
- /package/dist/131/{polkadotThresholdSigner → PolkadotThresholdSigner}/keygenResponseTimeoutUpdated.d.cts +0 -0
- /package/dist/131/{polkadotThresholdSigner → PolkadotThresholdSigner}/keygenResponseTimeoutUpdated.d.ts +0 -0
- /package/dist/131/{polkadotThresholdSigner → PolkadotThresholdSigner}/keygenSuccess.d.cts +0 -0
- /package/dist/131/{polkadotThresholdSigner → PolkadotThresholdSigner}/keygenSuccess.d.ts +0 -0
- /package/dist/131/{polkadotThresholdSigner → PolkadotThresholdSigner}/keygenSuccessReported.d.cts +0 -0
- /package/dist/131/{polkadotThresholdSigner → PolkadotThresholdSigner}/keygenSuccessReported.d.ts +0 -0
- /package/dist/131/{polkadotThresholdSigner → PolkadotThresholdSigner}/keygenVerificationFailure.d.cts +0 -0
- /package/dist/131/{polkadotThresholdSigner → PolkadotThresholdSigner}/keygenVerificationFailure.d.ts +0 -0
- /package/dist/131/{polkadotThresholdSigner → PolkadotThresholdSigner}/keygenVerificationSuccess.d.cts +0 -0
- /package/dist/131/{polkadotThresholdSigner → PolkadotThresholdSigner}/keygenVerificationSuccess.d.ts +0 -0
- /package/dist/131/{polkadotThresholdSigner → PolkadotThresholdSigner}/noKeyHandover.d.cts +0 -0
- /package/dist/131/{polkadotThresholdSigner → PolkadotThresholdSigner}/noKeyHandover.d.ts +0 -0
- /package/dist/131/{polkadotVault → PolkadotVault}/vaultActivationCompleted.d.cts +0 -0
- /package/dist/131/{polkadotVault → PolkadotVault}/vaultActivationCompleted.d.ts +0 -0
- /package/dist/131/{reputation → Reputation}/offencePenalty.d.cts +0 -0
- /package/dist/131/{reputation → Reputation}/offencePenalty.d.ts +0 -0
- /package/dist/131/{reputation → Reputation}/penaltyUpdated.d.cts +0 -0
- /package/dist/131/{reputation → Reputation}/penaltyUpdated.d.ts +0 -0
- /package/dist/131/{system → System}/upgradeAuthorized.d.cts +0 -0
- /package/dist/131/{system → System}/upgradeAuthorized.d.ts +0 -0
- /package/dist/141/{accountRoles → AccountRoles}/accountRoleDeregistered.d.cts +0 -0
- /package/dist/141/{accountRoles → AccountRoles}/accountRoleDeregistered.d.ts +0 -0
- /package/dist/141/{accountRoles → AccountRoles}/vanityNameSet.d.cts +0 -0
- /package/dist/141/{accountRoles → AccountRoles}/vanityNameSet.d.ts +0 -0
- /package/dist/141/{arbitrumBroadcaster → ArbitrumBroadcaster}/broadcastAborted.d.cts +0 -0
- /package/dist/141/{arbitrumBroadcaster → ArbitrumBroadcaster}/broadcastAborted.d.ts +0 -0
- /package/dist/141/{arbitrumBroadcaster → ArbitrumBroadcaster}/broadcastRetryScheduled.d.cts +0 -0
- /package/dist/141/{arbitrumBroadcaster → ArbitrumBroadcaster}/broadcastRetryScheduled.d.ts +0 -0
- /package/dist/141/{arbitrumBroadcaster → ArbitrumBroadcaster}/broadcastSuccess.d.cts +0 -0
- /package/dist/141/{arbitrumBroadcaster → ArbitrumBroadcaster}/broadcastSuccess.d.ts +0 -0
- /package/dist/141/{arbitrumBroadcaster → ArbitrumBroadcaster}/broadcastTimeout.d.cts +0 -0
- /package/dist/141/{arbitrumBroadcaster → ArbitrumBroadcaster}/broadcastTimeout.d.ts +0 -0
- /package/dist/141/{arbitrumBroadcaster → ArbitrumBroadcaster}/callResigned.d.cts +0 -0
- /package/dist/141/{arbitrumBroadcaster → ArbitrumBroadcaster}/callResigned.d.ts +0 -0
- /package/dist/141/{arbitrumBroadcaster → ArbitrumBroadcaster}/thresholdSignatureInvalid.d.cts +0 -0
- /package/dist/141/{arbitrumBroadcaster → ArbitrumBroadcaster}/thresholdSignatureInvalid.d.ts +0 -0
- /package/dist/141/{arbitrumBroadcaster → ArbitrumBroadcaster}/transactionFeeDeficitRecorded.d.cts +0 -0
- /package/dist/141/{arbitrumBroadcaster → ArbitrumBroadcaster}/transactionFeeDeficitRecorded.d.ts +0 -0
- /package/dist/141/{arbitrumBroadcaster → ArbitrumBroadcaster}/transactionFeeDeficitRefused.d.cts +0 -0
- /package/dist/141/{arbitrumBroadcaster → ArbitrumBroadcaster}/transactionFeeDeficitRefused.d.ts +0 -0
- /package/dist/141/{arbitrumChainTracking → ArbitrumChainTracking}/chainStateUpdated.d.cts +0 -0
- /package/dist/141/{arbitrumChainTracking → ArbitrumChainTracking}/chainStateUpdated.d.ts +0 -0
- /package/dist/141/{arbitrumChainTracking → ArbitrumChainTracking}/feeMultiplierUpdated.d.cts +0 -0
- /package/dist/141/{arbitrumChainTracking → ArbitrumChainTracking}/feeMultiplierUpdated.d.ts +0 -0
- /package/dist/141/{arbitrumIngressEgress → ArbitrumIngressEgress}/assetEgressStatusChanged.d.cts +0 -0
- /package/dist/141/{arbitrumIngressEgress → ArbitrumIngressEgress}/assetEgressStatusChanged.d.ts +0 -0
- /package/dist/141/{arbitrumIngressEgress → ArbitrumIngressEgress}/batchBroadcastRequested.d.cts +0 -0
- /package/dist/141/{arbitrumIngressEgress → ArbitrumIngressEgress}/batchBroadcastRequested.d.ts +0 -0
- /package/dist/141/{arbitrumIngressEgress → ArbitrumIngressEgress}/boostFundsAdded.d.cts +0 -0
- /package/dist/141/{arbitrumIngressEgress → ArbitrumIngressEgress}/boostFundsAdded.d.ts +0 -0
- /package/dist/141/{arbitrumIngressEgress → ArbitrumIngressEgress}/boostPoolCreated.d.cts +0 -0
- /package/dist/141/{arbitrumIngressEgress → ArbitrumIngressEgress}/boostPoolCreated.d.ts +0 -0
- /package/dist/141/{arbitrumIngressEgress → ArbitrumIngressEgress}/ccmBroadcastFailed.d.cts +0 -0
- /package/dist/141/{arbitrumIngressEgress → ArbitrumIngressEgress}/ccmBroadcastFailed.d.ts +0 -0
- /package/dist/141/{arbitrumIngressEgress → ArbitrumIngressEgress}/channelOpeningFeePaid.d.cts +0 -0
- /package/dist/141/{arbitrumIngressEgress → ArbitrumIngressEgress}/channelOpeningFeePaid.d.ts +0 -0
- /package/dist/141/{arbitrumIngressEgress → ArbitrumIngressEgress}/channelOpeningFeeSet.d.cts +0 -0
- /package/dist/141/{arbitrumIngressEgress → ArbitrumIngressEgress}/channelOpeningFeeSet.d.ts +0 -0
- /package/dist/141/{arbitrumIngressEgress → ArbitrumIngressEgress}/failedForeignChainCallExpired.d.cts +0 -0
- /package/dist/141/{arbitrumIngressEgress → ArbitrumIngressEgress}/failedForeignChainCallExpired.d.ts +0 -0
- /package/dist/141/{arbitrumIngressEgress → ArbitrumIngressEgress}/failedForeignChainCallResigned.d.cts +0 -0
- /package/dist/141/{arbitrumIngressEgress → ArbitrumIngressEgress}/failedForeignChainCallResigned.d.ts +0 -0
- /package/dist/141/{arbitrumIngressEgress → ArbitrumIngressEgress}/minimumDepositSet.d.cts +0 -0
- /package/dist/141/{arbitrumIngressEgress → ArbitrumIngressEgress}/minimumDepositSet.d.ts +0 -0
- /package/dist/141/{arbitrumIngressEgress → ArbitrumIngressEgress}/stoppedBoosting.d.cts +0 -0
- /package/dist/141/{arbitrumIngressEgress → ArbitrumIngressEgress}/stoppedBoosting.d.ts +0 -0
- /package/dist/141/{arbitrumIngressEgress → ArbitrumIngressEgress}/utxoConsolidation.d.cts +0 -0
- /package/dist/141/{arbitrumIngressEgress → ArbitrumIngressEgress}/utxoConsolidation.d.ts +0 -0
- /package/dist/141/{arbitrumVault → ArbitrumVault}/awaitingGovernanceActivation.d.cts +0 -0
- /package/dist/141/{arbitrumVault → ArbitrumVault}/awaitingGovernanceActivation.d.ts +0 -0
- /package/dist/141/{arbitrumVault → ArbitrumVault}/chainInitialized.d.cts +0 -0
- /package/dist/141/{arbitrumVault → ArbitrumVault}/chainInitialized.d.ts +0 -0
- /package/dist/141/{arbitrumVault → ArbitrumVault}/vaultActivationCompleted.d.cts +0 -0
- /package/dist/141/{arbitrumVault → ArbitrumVault}/vaultActivationCompleted.d.ts +0 -0
- /package/dist/141/{arbitrumVault → ArbitrumVault}/vaultRotatedExternally.d.cts +0 -0
- /package/dist/141/{arbitrumVault → ArbitrumVault}/vaultRotatedExternally.d.ts +0 -0
- /package/dist/141/{bitcoinIngressEgress → BitcoinIngressEgress}/batchBroadcastRequested.d.cts +0 -0
- /package/dist/141/{bitcoinIngressEgress → BitcoinIngressEgress}/batchBroadcastRequested.d.ts +0 -0
- /package/dist/141/{bitcoinIngressEgress → BitcoinIngressEgress}/boostFundsAdded.d.cts +0 -0
- /package/dist/141/{bitcoinIngressEgress → BitcoinIngressEgress}/boostFundsAdded.d.ts +0 -0
- /package/dist/141/{bitcoinIngressEgress → BitcoinIngressEgress}/boostPoolCreated.d.cts +0 -0
- /package/dist/141/{bitcoinIngressEgress → BitcoinIngressEgress}/boostPoolCreated.d.ts +0 -0
- /package/dist/141/{bitcoinIngressEgress → BitcoinIngressEgress}/ccmEgressInvalid.d.cts +0 -0
- /package/dist/141/{bitcoinIngressEgress → BitcoinIngressEgress}/ccmEgressInvalid.d.ts +0 -0
- /package/dist/141/{bitcoinIngressEgress → BitcoinIngressEgress}/insufficientBoostLiquidity.d.cts +0 -0
- /package/dist/141/{bitcoinIngressEgress → BitcoinIngressEgress}/insufficientBoostLiquidity.d.ts +0 -0
- /package/dist/141/{bitcoinIngressEgress → BitcoinIngressEgress}/stoppedBoosting.d.cts +0 -0
- /package/dist/141/{bitcoinIngressEgress → BitcoinIngressEgress}/stoppedBoosting.d.ts +0 -0
- /package/dist/141/{bitcoinVault → BitcoinVault}/chainInitialized.d.cts +0 -0
- /package/dist/141/{bitcoinVault → BitcoinVault}/chainInitialized.d.ts +0 -0
- /package/dist/141/{emissions → Emissions}/networkFeeBurned.d.cts +0 -0
- /package/dist/141/{emissions → Emissions}/networkFeeBurned.d.ts +0 -0
- /package/dist/141/{environment → Environment}/addedNewArbAsset.d.cts +0 -0
- /package/dist/141/{environment → Environment}/addedNewArbAsset.d.ts +0 -0
- /package/dist/141/{environment → Environment}/arbitrumInitialized.d.cts +0 -0
- /package/dist/141/{environment → Environment}/arbitrumInitialized.d.ts +0 -0
- /package/dist/141/{environment → Environment}/staleUtxosDiscarded.d.cts +0 -0
- /package/dist/141/{environment → Environment}/staleUtxosDiscarded.d.ts +0 -0
- /package/dist/141/{environment → Environment}/updatedArbAsset.d.cts +0 -0
- /package/dist/141/{environment → Environment}/updatedArbAsset.d.ts +0 -0
- /package/dist/141/{environment → Environment}/utxoConsolidationParametersUpdated.d.cts +0 -0
- /package/dist/141/{environment → Environment}/utxoConsolidationParametersUpdated.d.ts +0 -0
- /package/dist/141/{ethereumIngressEgress → EthereumIngressEgress}/batchBroadcastRequested.d.cts +0 -0
- /package/dist/141/{ethereumIngressEgress → EthereumIngressEgress}/batchBroadcastRequested.d.ts +0 -0
- /package/dist/141/{ethereumIngressEgress → EthereumIngressEgress}/boostFundsAdded.d.cts +0 -0
- /package/dist/141/{ethereumIngressEgress → EthereumIngressEgress}/boostFundsAdded.d.ts +0 -0
- /package/dist/141/{ethereumIngressEgress → EthereumIngressEgress}/boostPoolCreated.d.cts +0 -0
- /package/dist/141/{ethereumIngressEgress → EthereumIngressEgress}/boostPoolCreated.d.ts +0 -0
- /package/dist/141/{ethereumIngressEgress → EthereumIngressEgress}/ccmEgressInvalid.d.cts +0 -0
- /package/dist/141/{ethereumIngressEgress → EthereumIngressEgress}/ccmEgressInvalid.d.ts +0 -0
- /package/dist/141/{ethereumIngressEgress → EthereumIngressEgress}/depositFinalised.d.cts +0 -0
- /package/dist/141/{ethereumIngressEgress → EthereumIngressEgress}/depositFinalised.d.ts +0 -0
- /package/dist/141/{ethereumIngressEgress → EthereumIngressEgress}/insufficientBoostLiquidity.d.cts +0 -0
- /package/dist/141/{ethereumIngressEgress → EthereumIngressEgress}/insufficientBoostLiquidity.d.ts +0 -0
- /package/dist/141/{ethereumIngressEgress → EthereumIngressEgress}/stoppedBoosting.d.cts +0 -0
- /package/dist/141/{ethereumIngressEgress → EthereumIngressEgress}/stoppedBoosting.d.ts +0 -0
- /package/dist/141/{ethereumVault → EthereumVault}/chainInitialized.d.cts +0 -0
- /package/dist/141/{ethereumVault → EthereumVault}/chainInitialized.d.ts +0 -0
- /package/dist/141/{evmThresholdSigner → EvmThresholdSigner}/failureReportProcessed.d.cts +0 -0
- /package/dist/141/{evmThresholdSigner → EvmThresholdSigner}/failureReportProcessed.d.ts +0 -0
- /package/dist/141/{evmThresholdSigner → EvmThresholdSigner}/keyHandoverFailure.d.cts +0 -0
- /package/dist/141/{evmThresholdSigner → EvmThresholdSigner}/keyHandoverFailure.d.ts +0 -0
- /package/dist/141/{evmThresholdSigner → EvmThresholdSigner}/keyHandoverFailureReported.d.cts +0 -0
- /package/dist/141/{evmThresholdSigner → EvmThresholdSigner}/keyHandoverFailureReported.d.ts +0 -0
- /package/dist/141/{evmThresholdSigner → EvmThresholdSigner}/keyHandoverRequest.d.cts +0 -0
- /package/dist/141/{evmThresholdSigner → EvmThresholdSigner}/keyHandoverRequest.d.ts +0 -0
- /package/dist/141/{evmThresholdSigner → EvmThresholdSigner}/keyHandoverResponseTimeout.d.cts +0 -0
- /package/dist/141/{evmThresholdSigner → EvmThresholdSigner}/keyHandoverResponseTimeout.d.ts +0 -0
- /package/dist/141/{evmThresholdSigner → EvmThresholdSigner}/keyHandoverSuccess.d.cts +0 -0
- /package/dist/141/{evmThresholdSigner → EvmThresholdSigner}/keyHandoverSuccess.d.ts +0 -0
- /package/dist/141/{evmThresholdSigner → EvmThresholdSigner}/keyHandoverSuccessReported.d.cts +0 -0
- /package/dist/141/{evmThresholdSigner → EvmThresholdSigner}/keyHandoverSuccessReported.d.ts +0 -0
- /package/dist/141/{evmThresholdSigner → EvmThresholdSigner}/keyHandoverVerificationFailure.d.cts +0 -0
- /package/dist/141/{evmThresholdSigner → EvmThresholdSigner}/keyHandoverVerificationFailure.d.ts +0 -0
- /package/dist/141/{evmThresholdSigner → EvmThresholdSigner}/keyHandoverVerificationSuccess.d.cts +0 -0
- /package/dist/141/{evmThresholdSigner → EvmThresholdSigner}/keyHandoverVerificationSuccess.d.ts +0 -0
- /package/dist/141/{evmThresholdSigner → EvmThresholdSigner}/keyRotationCompleted.d.cts +0 -0
- /package/dist/141/{evmThresholdSigner → EvmThresholdSigner}/keyRotationCompleted.d.ts +0 -0
- /package/dist/141/{evmThresholdSigner → EvmThresholdSigner}/keygenFailure.d.cts +0 -0
- /package/dist/141/{evmThresholdSigner → EvmThresholdSigner}/keygenFailure.d.ts +0 -0
- /package/dist/141/{evmThresholdSigner → EvmThresholdSigner}/keygenFailureReported.d.cts +0 -0
- /package/dist/141/{evmThresholdSigner → EvmThresholdSigner}/keygenFailureReported.d.ts +0 -0
- /package/dist/141/{evmThresholdSigner → EvmThresholdSigner}/keygenRequest.d.cts +0 -0
- /package/dist/141/{evmThresholdSigner → EvmThresholdSigner}/keygenRequest.d.ts +0 -0
- /package/dist/141/{evmThresholdSigner → EvmThresholdSigner}/keygenResponseTimeout.d.cts +0 -0
- /package/dist/141/{evmThresholdSigner → EvmThresholdSigner}/keygenResponseTimeout.d.ts +0 -0
- /package/dist/141/{evmThresholdSigner → EvmThresholdSigner}/keygenResponseTimeoutUpdated.d.cts +0 -0
- /package/dist/141/{evmThresholdSigner → EvmThresholdSigner}/keygenResponseTimeoutUpdated.d.ts +0 -0
- /package/dist/141/{evmThresholdSigner → EvmThresholdSigner}/keygenSuccess.d.cts +0 -0
- /package/dist/141/{evmThresholdSigner → EvmThresholdSigner}/keygenSuccess.d.ts +0 -0
- /package/dist/141/{evmThresholdSigner → EvmThresholdSigner}/keygenSuccessReported.d.cts +0 -0
- /package/dist/141/{evmThresholdSigner → EvmThresholdSigner}/keygenSuccessReported.d.ts +0 -0
- /package/dist/141/{evmThresholdSigner → EvmThresholdSigner}/keygenVerificationFailure.d.cts +0 -0
- /package/dist/141/{evmThresholdSigner → EvmThresholdSigner}/keygenVerificationFailure.d.ts +0 -0
- /package/dist/141/{evmThresholdSigner → EvmThresholdSigner}/keygenVerificationSuccess.d.cts +0 -0
- /package/dist/141/{evmThresholdSigner → EvmThresholdSigner}/keygenVerificationSuccess.d.ts +0 -0
- /package/dist/141/{evmThresholdSigner → EvmThresholdSigner}/noKeyHandover.d.cts +0 -0
- /package/dist/141/{evmThresholdSigner → EvmThresholdSigner}/noKeyHandover.d.ts +0 -0
- /package/dist/141/{evmThresholdSigner → EvmThresholdSigner}/retryRequested.d.cts +0 -0
- /package/dist/141/{evmThresholdSigner → EvmThresholdSigner}/retryRequested.d.ts +0 -0
- /package/dist/141/{evmThresholdSigner → EvmThresholdSigner}/signersUnavailable.d.cts +0 -0
- /package/dist/141/{evmThresholdSigner → EvmThresholdSigner}/signersUnavailable.d.ts +0 -0
- /package/dist/141/{evmThresholdSigner → EvmThresholdSigner}/thresholdDispatchComplete.d.cts +0 -0
- /package/dist/141/{evmThresholdSigner → EvmThresholdSigner}/thresholdDispatchComplete.d.ts +0 -0
- /package/dist/141/{evmThresholdSigner → EvmThresholdSigner}/thresholdSignatureFailed.d.cts +0 -0
- /package/dist/141/{evmThresholdSigner → EvmThresholdSigner}/thresholdSignatureFailed.d.ts +0 -0
- /package/dist/141/{evmThresholdSigner → EvmThresholdSigner}/thresholdSignatureResponseTimeoutUpdated.d.cts +0 -0
- /package/dist/141/{evmThresholdSigner → EvmThresholdSigner}/thresholdSignatureResponseTimeoutUpdated.d.ts +0 -0
- /package/dist/141/{evmThresholdSigner → EvmThresholdSigner}/thresholdSignatureSuccess.d.cts +0 -0
- /package/dist/141/{evmThresholdSigner → EvmThresholdSigner}/thresholdSignatureSuccess.d.ts +0 -0
- /package/dist/141/{liquidityPools → LiquidityPools}/priceImpactLimitSet.d.cts +0 -0
- /package/dist/141/{liquidityPools → LiquidityPools}/priceImpactLimitSet.d.ts +0 -0
- /package/dist/141/{liquidityProvider → LiquidityProvider}/liquidityRefundAddressRegistered.d.cts +0 -0
- /package/dist/141/{liquidityProvider → LiquidityProvider}/liquidityRefundAddressRegistered.d.ts +0 -0
- /package/dist/141/{polkadotIngressEgress → PolkadotIngressEgress}/batchBroadcastRequested.d.cts +0 -0
- /package/dist/141/{polkadotIngressEgress → PolkadotIngressEgress}/batchBroadcastRequested.d.ts +0 -0
- /package/dist/141/{polkadotIngressEgress → PolkadotIngressEgress}/boostPoolCreated.d.cts +0 -0
- /package/dist/141/{polkadotIngressEgress → PolkadotIngressEgress}/boostPoolCreated.d.ts +0 -0
- /package/dist/141/{polkadotIngressEgress → PolkadotIngressEgress}/ccmEgressInvalid.d.cts +0 -0
- /package/dist/141/{polkadotIngressEgress → PolkadotIngressEgress}/ccmEgressInvalid.d.ts +0 -0
- /package/dist/141/{polkadotIngressEgress → PolkadotIngressEgress}/stoppedBoosting.d.cts +0 -0
- /package/dist/141/{polkadotIngressEgress → PolkadotIngressEgress}/stoppedBoosting.d.ts +0 -0
- /package/dist/141/{polkadotVault → PolkadotVault}/chainInitialized.d.cts +0 -0
- /package/dist/141/{polkadotVault → PolkadotVault}/chainInitialized.d.ts +0 -0
- /package/dist/141/{tokenholderGovernance → TokenholderGovernance}/govKeyUpdatedHasFailed.d.cts +0 -0
- /package/dist/141/{tokenholderGovernance → TokenholderGovernance}/govKeyUpdatedHasFailed.d.ts +0 -0
- /package/dist/141/{tokenholderGovernance → TokenholderGovernance}/govKeyUpdatedWasSuccessful.d.cts +0 -0
- /package/dist/141/{tokenholderGovernance → TokenholderGovernance}/govKeyUpdatedWasSuccessful.d.ts +0 -0
- /package/dist/141/{tokenholderGovernance → TokenholderGovernance}/proposalEnacted.d.cts +0 -0
- /package/dist/141/{tokenholderGovernance → TokenholderGovernance}/proposalEnacted.d.ts +0 -0
- /package/dist/141/{tokenholderGovernance → TokenholderGovernance}/proposalPassed.d.cts +0 -0
- /package/dist/141/{tokenholderGovernance → TokenholderGovernance}/proposalPassed.d.ts +0 -0
- /package/dist/141/{tokenholderGovernance → TokenholderGovernance}/proposalRejected.d.cts +0 -0
- /package/dist/141/{tokenholderGovernance → TokenholderGovernance}/proposalRejected.d.ts +0 -0
- /package/dist/141/{tokenholderGovernance → TokenholderGovernance}/proposalSubmitted.d.cts +0 -0
- /package/dist/141/{tokenholderGovernance → TokenholderGovernance}/proposalSubmitted.d.ts +0 -0
- /package/dist/141/{validator → Validator}/rotationPhaseUpdated.d.cts +0 -0
- /package/dist/141/{validator → Validator}/rotationPhaseUpdated.d.ts +0 -0
- /package/dist/141/{validator → Validator}/startedBidding.d.cts +0 -0
- /package/dist/141/{validator → Validator}/startedBidding.d.ts +0 -0
- /package/dist/141/{validator → Validator}/stoppedBidding.d.cts +0 -0
- /package/dist/141/{validator → Validator}/stoppedBidding.d.ts +0 -0
- /package/dist/141/{witnesser → Witnesser}/callDispatched.d.cts +0 -0
- /package/dist/141/{witnesser → Witnesser}/callDispatched.d.ts +0 -0
- /package/dist/141/{witnesser → Witnesser}/reportedWitnessingFailures.d.cts +0 -0
- /package/dist/141/{witnesser → Witnesser}/reportedWitnessingFailures.d.ts +0 -0
package/dist/100/index.d.cts
DELETED
|
@@ -1,837 +0,0 @@
|
|
|
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 };
|