@chainflip/processor 2.1.0-alpha.2 → 2.1.0-alpha.4
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/_virtual/rolldown_runtime.cjs +29 -0
- package/dist/100/accountRoles/accountRoleRegistered.cjs +12 -0
- package/dist/100/accountRoles/accountRoleRegistered.d.cts +25 -0
- package/dist/100/bitcoinBroadcaster/broadcastAborted.cjs +8 -0
- package/dist/100/bitcoinBroadcaster/broadcastAborted.d.cts +12 -0
- package/dist/100/bitcoinBroadcaster/broadcastAttemptTimeout.cjs +9 -0
- package/dist/100/bitcoinBroadcaster/broadcastAttemptTimeout.d.cts +27 -0
- package/dist/100/bitcoinBroadcaster/broadcastCallbackExecuted.cjs +12 -0
- package/dist/100/bitcoinBroadcaster/broadcastCallbackExecuted.d.cts +333 -0
- package/dist/100/bitcoinBroadcaster/broadcastRetryScheduled.cjs +9 -0
- package/dist/100/bitcoinBroadcaster/broadcastRetryScheduled.d.cts +27 -0
- package/dist/100/bitcoinBroadcaster/broadcastSuccess.cjs +12 -0
- package/dist/100/bitcoinBroadcaster/broadcastSuccess.d.cts +15 -0
- package/dist/100/bitcoinBroadcaster/thresholdSignatureInvalid.cjs +11 -0
- package/dist/100/bitcoinBroadcaster/thresholdSignatureInvalid.d.cts +15 -0
- package/dist/100/bitcoinBroadcaster/transactionBroadcastRequest.cjs +14 -0
- package/dist/100/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +46 -0
- package/dist/100/bitcoinBroadcaster/transactionBroadcastRequest.d.mts +2 -2
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.cjs +12 -0
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.d.cts +110 -0
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.cjs +9 -0
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.d.cts +107 -0
- package/dist/100/bitcoinChainTracking/chainStateUpdated.cjs +9 -0
- package/dist/100/bitcoinChainTracking/chainStateUpdated.d.cts +77 -0
- package/dist/100/bitcoinIngressEgress/assetEgressStatusChanged.cjs +12 -0
- package/dist/100/bitcoinIngressEgress/assetEgressStatusChanged.d.cts +25 -0
- package/dist/100/bitcoinIngressEgress/batchBroadcastRequested.cjs +12 -0
- package/dist/100/bitcoinIngressEgress/batchBroadcastRequested.d.cts +25 -0
- package/dist/100/bitcoinIngressEgress/ccmBroadcastRequested.cjs +12 -0
- package/dist/100/bitcoinIngressEgress/ccmBroadcastRequested.d.cts +25 -0
- package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.cts +242 -0
- package/dist/100/bitcoinIngressEgress/depositFetchesScheduled.cjs +12 -0
- package/dist/100/bitcoinIngressEgress/depositFetchesScheduled.d.cts +25 -0
- package/dist/100/bitcoinIngressEgress/depositFetchesScheduled.d.mts +2 -2
- package/dist/100/bitcoinIngressEgress/depositIgnored.cjs +14 -0
- package/dist/100/bitcoinIngressEgress/depositIgnored.d.cts +141 -0
- package/dist/100/bitcoinIngressEgress/depositIgnored.d.mts +4 -4
- package/dist/100/bitcoinIngressEgress/depositReceived.cjs +14 -0
- package/dist/100/bitcoinIngressEgress/depositReceived.d.cts +141 -0
- package/dist/100/bitcoinIngressEgress/depositReceived.d.mts +4 -4
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.cjs +12 -0
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.cts +423 -0
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.mts +8 -8
- package/dist/100/bitcoinIngressEgress/egressScheduled.cjs +14 -0
- package/dist/100/bitcoinIngressEgress/egressScheduled.d.cts +136 -0
- package/dist/100/bitcoinIngressEgress/minimumDepositSet.cjs +12 -0
- package/dist/100/bitcoinIngressEgress/minimumDepositSet.d.cts +25 -0
- package/dist/100/bitcoinIngressEgress/vaultTransferFailed.cjs +13 -0
- package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.cts +123 -0
- package/dist/100/bitcoinThresholdSigner/currentKeyUnavailable.cjs +11 -0
- package/dist/100/bitcoinThresholdSigner/currentKeyUnavailable.d.cts +15 -0
- package/dist/100/bitcoinThresholdSigner/failureReportProcessed.cjs +13 -0
- package/dist/100/bitcoinThresholdSigner/failureReportProcessed.d.cts +18 -0
- package/dist/100/bitcoinThresholdSigner/retryRequested.cjs +12 -0
- package/dist/100/bitcoinThresholdSigner/retryRequested.d.cts +15 -0
- package/dist/100/bitcoinThresholdSigner/signersUnavailable.cjs +11 -0
- package/dist/100/bitcoinThresholdSigner/signersUnavailable.d.cts +15 -0
- package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.cjs +13 -0
- package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.d.cts +336 -0
- package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.d.mts +4 -4
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureFailed.cjs +13 -0
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureFailed.d.cts +18 -0
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureRequest.cjs +16 -0
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureRequest.d.cts +52 -0
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureResponseTimeoutUpdated.cjs +8 -0
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureResponseTimeoutUpdated.d.cts +12 -0
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureSuccess.cjs +12 -0
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureSuccess.d.cts +15 -0
- package/dist/100/bitcoinVault/awaitingGovernanceActivation.cjs +9 -0
- package/dist/100/bitcoinVault/awaitingGovernanceActivation.d.cts +27 -0
- package/dist/100/bitcoinVault/keyHandoverFailure.cjs +9 -0
- package/dist/100/bitcoinVault/keyHandoverFailure.d.cts +12 -0
- package/dist/100/bitcoinVault/keyHandoverFailureReported.cjs +7 -0
- package/dist/100/bitcoinVault/keyHandoverFailureReported.d.cts +6 -0
- package/dist/100/bitcoinVault/keyHandoverRequest.cjs +17 -0
- package/dist/100/bitcoinVault/keyHandoverRequest.d.cts +60 -0
- package/dist/100/bitcoinVault/keyHandoverResponseTimeout.cjs +9 -0
- package/dist/100/bitcoinVault/keyHandoverResponseTimeout.d.cts +12 -0
- package/dist/100/bitcoinVault/keyHandoverSuccess.cjs +9 -0
- package/dist/100/bitcoinVault/keyHandoverSuccess.d.cts +12 -0
- package/dist/100/bitcoinVault/keyHandoverSuccessReported.cjs +7 -0
- package/dist/100/bitcoinVault/keyHandoverSuccessReported.d.cts +6 -0
- package/dist/100/bitcoinVault/keyHandoverVerificationFailure.cjs +9 -0
- package/dist/100/bitcoinVault/keyHandoverVerificationFailure.d.cts +12 -0
- package/dist/100/bitcoinVault/keyHandoverVerificationSuccess.cjs +9 -0
- package/dist/100/bitcoinVault/keyHandoverVerificationSuccess.d.cts +27 -0
- package/dist/100/bitcoinVault/keygenFailure.cjs +7 -0
- package/dist/100/bitcoinVault/keygenFailure.d.cts +6 -0
- package/dist/100/bitcoinVault/keygenFailureReported.cjs +7 -0
- package/dist/100/bitcoinVault/keygenFailureReported.d.cts +6 -0
- package/dist/100/bitcoinVault/keygenRequest.cjs +13 -0
- package/dist/100/bitcoinVault/keygenRequest.d.cts +18 -0
- package/dist/100/bitcoinVault/keygenResponseTimeout.cjs +7 -0
- package/dist/100/bitcoinVault/keygenResponseTimeout.d.cts +6 -0
- package/dist/100/bitcoinVault/keygenResponseTimeoutUpdated.cjs +8 -0
- package/dist/100/bitcoinVault/keygenResponseTimeoutUpdated.d.cts +12 -0
- package/dist/100/bitcoinVault/keygenSuccess.cjs +7 -0
- package/dist/100/bitcoinVault/keygenSuccess.d.cts +6 -0
- package/dist/100/bitcoinVault/keygenSuccessReported.cjs +7 -0
- package/dist/100/bitcoinVault/keygenSuccessReported.d.cts +6 -0
- package/dist/100/bitcoinVault/keygenVerificationFailure.cjs +9 -0
- package/dist/100/bitcoinVault/keygenVerificationFailure.d.cts +12 -0
- package/dist/100/bitcoinVault/keygenVerificationSuccess.cjs +9 -0
- package/dist/100/bitcoinVault/keygenVerificationSuccess.d.cts +27 -0
- package/dist/100/bitcoinVault/noKeyHandover.cjs +8 -0
- package/dist/100/bitcoinVault/noKeyHandover.d.cts +6 -0
- package/dist/100/bitcoinVault/vaultRotatedExternally.cjs +7 -0
- package/dist/100/bitcoinVault/vaultRotatedExternally.d.cts +15 -0
- package/dist/100/bitcoinVault/vaultRotationAborted.cjs +8 -0
- package/dist/100/bitcoinVault/vaultRotationAborted.d.cts +6 -0
- package/dist/100/bitcoinVault/vaultRotationCompleted.cjs +8 -0
- package/dist/100/bitcoinVault/vaultRotationCompleted.d.cts +6 -0
- package/dist/100/common.cjs +589 -0
- package/dist/100/common.d.cts +3546 -0
- package/dist/100/common.d.mts +10 -10
- package/dist/100/emissions/backupNodeInflationEmissionsUpdated.cjs +8 -0
- package/dist/100/emissions/backupNodeInflationEmissionsUpdated.d.cts +6 -0
- package/dist/100/emissions/currentAuthorityInflationEmissionsUpdated.cjs +8 -0
- package/dist/100/emissions/currentAuthorityInflationEmissionsUpdated.d.cts +6 -0
- package/dist/100/emissions/supplyUpdateBroadcastRequested.cjs +8 -0
- package/dist/100/emissions/supplyUpdateBroadcastRequested.d.cts +6 -0
- package/dist/100/emissions/supplyUpdateIntervalUpdated.cjs +8 -0
- package/dist/100/emissions/supplyUpdateIntervalUpdated.d.cts +6 -0
- package/dist/100/environment/addedNewEthAsset.cjs +9 -0
- package/dist/100/environment/addedNewEthAsset.d.cts +14 -0
- package/dist/100/environment/bitcoinBlockNumberSetForVault.cjs +9 -0
- package/dist/100/environment/bitcoinBlockNumberSetForVault.d.cts +12 -0
- package/dist/100/environment/polkadotVaultAccountSet.cjs +9 -0
- package/dist/100/environment/polkadotVaultAccountSet.d.cts +12 -0
- package/dist/100/environment/runtimeSafeModeUpdated.cjs +9 -0
- package/dist/100/environment/runtimeSafeModeUpdated.d.cts +688 -0
- package/dist/100/environment/updatedEthAsset.cjs +9 -0
- package/dist/100/environment/updatedEthAsset.d.cts +14 -0
- package/dist/100/ethereumBroadcaster/broadcastAborted.cjs +8 -0
- package/dist/100/ethereumBroadcaster/broadcastAborted.d.cts +12 -0
- package/dist/100/ethereumBroadcaster/broadcastAttemptTimeout.cjs +9 -0
- package/dist/100/ethereumBroadcaster/broadcastAttemptTimeout.d.cts +27 -0
- package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.cjs +12 -0
- package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.d.cts +333 -0
- package/dist/100/ethereumBroadcaster/broadcastRetryScheduled.cjs +9 -0
- package/dist/100/ethereumBroadcaster/broadcastRetryScheduled.d.cts +27 -0
- package/dist/100/ethereumBroadcaster/broadcastSuccess.cjs +12 -0
- package/dist/100/ethereumBroadcaster/broadcastSuccess.d.cts +30 -0
- package/dist/100/ethereumBroadcaster/thresholdSignatureInvalid.cjs +11 -0
- package/dist/100/ethereumBroadcaster/thresholdSignatureInvalid.d.cts +15 -0
- package/dist/100/ethereumBroadcaster/transactionBroadcastRequest.cjs +14 -0
- package/dist/100/ethereumBroadcaster/transactionBroadcastRequest.d.cts +91 -0
- package/dist/100/ethereumBroadcaster/transactionBroadcastRequest.d.mts +7 -7
- package/dist/100/ethereumBroadcaster/transactionFeeDeficitRecorded.cjs +12 -0
- package/dist/100/ethereumBroadcaster/transactionFeeDeficitRecorded.d.cts +15 -0
- package/dist/100/ethereumBroadcaster/transactionFeeDeficitRefused.cjs +9 -0
- package/dist/100/ethereumBroadcaster/transactionFeeDeficitRefused.d.cts +12 -0
- package/dist/100/ethereumChainTracking/chainStateUpdated.cjs +9 -0
- package/dist/100/ethereumChainTracking/chainStateUpdated.d.cts +48 -0
- package/dist/100/ethereumIngressEgress/assetEgressStatusChanged.cjs +12 -0
- package/dist/100/ethereumIngressEgress/assetEgressStatusChanged.d.cts +25 -0
- package/dist/100/ethereumIngressEgress/batchBroadcastRequested.cjs +12 -0
- package/dist/100/ethereumIngressEgress/batchBroadcastRequested.d.cts +25 -0
- package/dist/100/ethereumIngressEgress/ccmBroadcastRequested.cjs +12 -0
- package/dist/100/ethereumIngressEgress/ccmBroadcastRequested.d.cts +25 -0
- package/dist/100/ethereumIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.cts +242 -0
- package/dist/100/ethereumIngressEgress/depositFetchesScheduled.cjs +12 -0
- package/dist/100/ethereumIngressEgress/depositFetchesScheduled.d.cts +25 -0
- package/dist/100/ethereumIngressEgress/depositFetchesScheduled.d.mts +2 -2
- package/dist/100/ethereumIngressEgress/depositIgnored.cjs +13 -0
- package/dist/100/ethereumIngressEgress/depositIgnored.d.cts +28 -0
- package/dist/100/ethereumIngressEgress/depositIgnored.d.mts +2 -2
- package/dist/100/ethereumIngressEgress/depositReceived.cjs +13 -0
- package/dist/100/ethereumIngressEgress/depositReceived.d.cts +28 -0
- package/dist/100/ethereumIngressEgress/depositReceived.d.mts +2 -2
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.cjs +12 -0
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.cts +264 -0
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.mts +4 -4
- package/dist/100/ethereumIngressEgress/egressScheduled.cjs +14 -0
- package/dist/100/ethereumIngressEgress/egressScheduled.d.cts +41 -0
- package/dist/100/ethereumIngressEgress/minimumDepositSet.cjs +12 -0
- package/dist/100/ethereumIngressEgress/minimumDepositSet.d.cts +25 -0
- package/dist/100/ethereumIngressEgress/vaultTransferFailed.cjs +13 -0
- package/dist/100/ethereumIngressEgress/vaultTransferFailed.d.cts +28 -0
- package/dist/100/ethereumThresholdSigner/currentKeyUnavailable.cjs +11 -0
- package/dist/100/ethereumThresholdSigner/currentKeyUnavailable.d.cts +15 -0
- package/dist/100/ethereumThresholdSigner/failureReportProcessed.cjs +13 -0
- package/dist/100/ethereumThresholdSigner/failureReportProcessed.d.cts +18 -0
- package/dist/100/ethereumThresholdSigner/retryRequested.cjs +12 -0
- package/dist/100/ethereumThresholdSigner/retryRequested.d.cts +15 -0
- package/dist/100/ethereumThresholdSigner/signersUnavailable.cjs +11 -0
- package/dist/100/ethereumThresholdSigner/signersUnavailable.d.cts +15 -0
- package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.cjs +13 -0
- package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.d.cts +336 -0
- package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.d.mts +4 -4
- package/dist/100/ethereumThresholdSigner/thresholdSignatureFailed.cjs +13 -0
- package/dist/100/ethereumThresholdSigner/thresholdSignatureFailed.d.cts +18 -0
- package/dist/100/ethereumThresholdSigner/thresholdSignatureRequest.cjs +16 -0
- package/dist/100/ethereumThresholdSigner/thresholdSignatureRequest.d.cts +54 -0
- package/dist/100/ethereumThresholdSigner/thresholdSignatureResponseTimeoutUpdated.cjs +8 -0
- package/dist/100/ethereumThresholdSigner/thresholdSignatureResponseTimeoutUpdated.d.cts +12 -0
- package/dist/100/ethereumThresholdSigner/thresholdSignatureSuccess.cjs +12 -0
- package/dist/100/ethereumThresholdSigner/thresholdSignatureSuccess.d.cts +15 -0
- package/dist/100/ethereumVault/awaitingGovernanceActivation.cjs +9 -0
- package/dist/100/ethereumVault/awaitingGovernanceActivation.d.cts +39 -0
- package/dist/100/ethereumVault/keyHandoverFailure.cjs +9 -0
- package/dist/100/ethereumVault/keyHandoverFailure.d.cts +12 -0
- package/dist/100/ethereumVault/keyHandoverFailureReported.cjs +7 -0
- package/dist/100/ethereumVault/keyHandoverFailureReported.d.cts +6 -0
- package/dist/100/ethereumVault/keyHandoverRequest.cjs +17 -0
- package/dist/100/ethereumVault/keyHandoverRequest.d.cts +84 -0
- package/dist/100/ethereumVault/keyHandoverResponseTimeout.cjs +9 -0
- package/dist/100/ethereumVault/keyHandoverResponseTimeout.d.cts +12 -0
- package/dist/100/ethereumVault/keyHandoverSuccess.cjs +9 -0
- package/dist/100/ethereumVault/keyHandoverSuccess.d.cts +12 -0
- package/dist/100/ethereumVault/keyHandoverSuccessReported.cjs +7 -0
- package/dist/100/ethereumVault/keyHandoverSuccessReported.d.cts +6 -0
- package/dist/100/ethereumVault/keyHandoverVerificationFailure.cjs +9 -0
- package/dist/100/ethereumVault/keyHandoverVerificationFailure.d.cts +12 -0
- package/dist/100/ethereumVault/keyHandoverVerificationSuccess.cjs +9 -0
- package/dist/100/ethereumVault/keyHandoverVerificationSuccess.d.cts +39 -0
- package/dist/100/ethereumVault/keygenFailure.cjs +7 -0
- package/dist/100/ethereumVault/keygenFailure.d.cts +6 -0
- package/dist/100/ethereumVault/keygenFailureReported.cjs +7 -0
- package/dist/100/ethereumVault/keygenFailureReported.d.cts +6 -0
- package/dist/100/ethereumVault/keygenRequest.cjs +13 -0
- package/dist/100/ethereumVault/keygenRequest.d.cts +18 -0
- package/dist/100/ethereumVault/keygenResponseTimeout.cjs +7 -0
- package/dist/100/ethereumVault/keygenResponseTimeout.d.cts +6 -0
- package/dist/100/ethereumVault/keygenResponseTimeoutUpdated.cjs +8 -0
- package/dist/100/ethereumVault/keygenResponseTimeoutUpdated.d.cts +12 -0
- package/dist/100/ethereumVault/keygenSuccess.cjs +7 -0
- package/dist/100/ethereumVault/keygenSuccess.d.cts +6 -0
- package/dist/100/ethereumVault/keygenSuccessReported.cjs +7 -0
- package/dist/100/ethereumVault/keygenSuccessReported.d.cts +6 -0
- package/dist/100/ethereumVault/keygenVerificationFailure.cjs +9 -0
- package/dist/100/ethereumVault/keygenVerificationFailure.d.cts +12 -0
- package/dist/100/ethereumVault/keygenVerificationSuccess.cjs +9 -0
- package/dist/100/ethereumVault/keygenVerificationSuccess.d.cts +39 -0
- package/dist/100/ethereumVault/noKeyHandover.cjs +8 -0
- package/dist/100/ethereumVault/noKeyHandover.d.cts +6 -0
- package/dist/100/ethereumVault/vaultRotatedExternally.cjs +7 -0
- package/dist/100/ethereumVault/vaultRotatedExternally.d.cts +25 -0
- package/dist/100/ethereumVault/vaultRotationAborted.cjs +8 -0
- package/dist/100/ethereumVault/vaultRotationAborted.d.cts +6 -0
- package/dist/100/ethereumVault/vaultRotationCompleted.cjs +8 -0
- package/dist/100/ethereumVault/vaultRotationCompleted.d.cts +6 -0
- package/dist/100/flip/accountReaped.cjs +12 -0
- package/dist/100/flip/accountReaped.d.cts +15 -0
- package/dist/100/flip/remainingImbalance.cjs +12 -0
- package/dist/100/flip/remainingImbalance.d.cts +113 -0
- package/dist/100/flip/slashingPerformed.cjs +12 -0
- package/dist/100/flip/slashingPerformed.d.cts +15 -0
- package/dist/100/flip/slashingRateUpdated.cjs +8 -0
- package/dist/100/flip/slashingRateUpdated.d.cts +12 -0
- package/dist/100/funding/addedRestrictedAddress.cjs +9 -0
- package/dist/100/funding/addedRestrictedAddress.d.cts +12 -0
- package/dist/100/funding/boundExecutorAddress.cjs +12 -0
- package/dist/100/funding/boundExecutorAddress.d.cts +15 -0
- package/dist/100/funding/boundRedeemAddress.cjs +12 -0
- package/dist/100/funding/boundRedeemAddress.d.cts +15 -0
- package/dist/100/funding/failedFundingAttempt.cjs +13 -0
- package/dist/100/funding/failedFundingAttempt.d.cts +18 -0
- package/dist/100/funding/funded.cjs +14 -0
- package/dist/100/funding/funded.d.cts +21 -0
- package/dist/100/funding/minimumFundingUpdated.cjs +9 -0
- package/dist/100/funding/minimumFundingUpdated.d.cts +12 -0
- package/dist/100/funding/redemptionAmountZero.cjs +9 -0
- package/dist/100/funding/redemptionAmountZero.d.cts +12 -0
- package/dist/100/funding/redemptionExpired.cjs +9 -0
- package/dist/100/funding/redemptionExpired.d.cts +12 -0
- package/dist/100/funding/redemptionRequested.cjs +14 -0
- package/dist/100/funding/redemptionRequested.d.cts +21 -0
- package/dist/100/funding/redemptionRequested.d.mts +2 -2
- package/dist/100/funding/redemptionSettled.cjs +9 -0
- package/dist/100/funding/redemptionSettled.d.cts +6 -0
- package/dist/100/funding/redemptionTaxAmountUpdated.cjs +9 -0
- package/dist/100/funding/redemptionTaxAmountUpdated.d.cts +12 -0
- package/dist/100/funding/removedRestrictedAddress.cjs +9 -0
- package/dist/100/funding/removedRestrictedAddress.d.cts +12 -0
- package/dist/100/funding/startedBidding.cjs +9 -0
- package/dist/100/funding/startedBidding.d.cts +12 -0
- package/dist/100/funding/stoppedBidding.cjs +9 -0
- package/dist/100/funding/stoppedBidding.d.cts +12 -0
- package/dist/100/governance/approved.cjs +8 -0
- package/dist/100/governance/approved.d.cts +6 -0
- package/dist/100/governance/decodeOfCallFailed.cjs +8 -0
- package/dist/100/governance/decodeOfCallFailed.d.cts +6 -0
- package/dist/100/governance/executed.cjs +8 -0
- package/dist/100/governance/executed.d.cts +6 -0
- package/dist/100/governance/expired.cjs +8 -0
- package/dist/100/governance/expired.d.cts +6 -0
- package/dist/100/governance/failedExecution.cjs +7 -0
- package/dist/100/governance/failedExecution.d.cts +147 -0
- package/dist/100/governance/govKeyCallExecuted.cjs +9 -0
- package/dist/100/governance/govKeyCallExecuted.d.cts +12 -0
- package/dist/100/governance/govKeyCallExecutionFailed.cjs +12 -0
- package/dist/100/governance/govKeyCallExecutionFailed.d.cts +232 -0
- package/dist/100/governance/govKeyCallHashWhitelisted.cjs +9 -0
- package/dist/100/governance/govKeyCallHashWhitelisted.d.cts +12 -0
- package/dist/100/governance/proposed.cjs +8 -0
- package/dist/100/governance/proposed.d.cts +6 -0
- package/dist/100/grandpa/newAuthorities.cjs +9 -0
- package/dist/100/grandpa/newAuthorities.d.cts +12 -0
- package/dist/100/grandpa/paused.cjs +8 -0
- package/dist/100/grandpa/paused.d.cts +6 -0
- package/dist/100/grandpa/resumed.cjs +8 -0
- package/dist/100/grandpa/resumed.d.cts +6 -0
- package/dist/100/liquidityPools/assetSwapped.cjs +14 -0
- package/dist/100/liquidityPools/assetSwapped.d.cts +41 -0
- package/dist/100/liquidityPools/limitOrderUpdated.cjs +19 -0
- package/dist/100/liquidityPools/limitOrderUpdated.d.cts +86 -0
- package/dist/100/liquidityPools/limitOrderUpdated.d.mts +4 -4
- package/dist/100/liquidityPools/networkFeeTaken.cjs +9 -0
- package/dist/100/liquidityPools/networkFeeTaken.d.cts +12 -0
- package/dist/100/liquidityPools/newPoolCreated.cjs +14 -0
- package/dist/100/liquidityPools/newPoolCreated.d.cts +41 -0
- package/dist/100/liquidityPools/poolFeeSet.cjs +13 -0
- package/dist/100/liquidityPools/poolFeeSet.d.cts +38 -0
- package/dist/100/liquidityPools/poolStateUpdated.cjs +13 -0
- package/dist/100/liquidityPools/poolStateUpdated.d.cts +38 -0
- package/dist/100/liquidityPools/rangeOrderUpdated.cjs +21 -0
- package/dist/100/liquidityPools/rangeOrderUpdated.d.cts +209 -0
- package/dist/100/liquidityPools/rangeOrderUpdated.d.mts +10 -10
- package/dist/100/liquidityPools/updatedBuyInterval.cjs +8 -0
- package/dist/100/liquidityPools/updatedBuyInterval.d.cts +12 -0
- package/dist/100/liquidityProvider/accountCredited.cjs +13 -0
- package/dist/100/liquidityProvider/accountCredited.d.cts +28 -0
- package/dist/100/liquidityProvider/accountDebited.cjs +13 -0
- package/dist/100/liquidityProvider/accountDebited.d.cts +28 -0
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.cjs +15 -0
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.cts +67 -0
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.mts +6 -6
- package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.cjs +13 -0
- package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.cts +206 -0
- package/dist/100/liquidityProvider/withdrawalEgressScheduled.cjs +14 -0
- package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.cts +74 -0
- package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.mts +4 -4
- package/dist/100/polkadotBroadcaster/broadcastAborted.cjs +8 -0
- package/dist/100/polkadotBroadcaster/broadcastAborted.d.cts +12 -0
- package/dist/100/polkadotBroadcaster/broadcastAttemptTimeout.cjs +9 -0
- package/dist/100/polkadotBroadcaster/broadcastAttemptTimeout.d.cts +27 -0
- package/dist/100/polkadotBroadcaster/broadcastCallbackExecuted.cjs +12 -0
- package/dist/100/polkadotBroadcaster/broadcastCallbackExecuted.d.cts +333 -0
- package/dist/100/polkadotBroadcaster/broadcastRetryScheduled.cjs +9 -0
- package/dist/100/polkadotBroadcaster/broadcastRetryScheduled.d.cts +27 -0
- package/dist/100/polkadotBroadcaster/broadcastSuccess.cjs +12 -0
- package/dist/100/polkadotBroadcaster/broadcastSuccess.d.cts +15 -0
- package/dist/100/polkadotBroadcaster/thresholdSignatureInvalid.cjs +11 -0
- package/dist/100/polkadotBroadcaster/thresholdSignatureInvalid.d.cts +15 -0
- package/dist/100/polkadotBroadcaster/transactionBroadcastRequest.cjs +14 -0
- package/dist/100/polkadotBroadcaster/transactionBroadcastRequest.d.cts +46 -0
- package/dist/100/polkadotBroadcaster/transactionBroadcastRequest.d.mts +2 -2
- package/dist/100/polkadotBroadcaster/transactionFeeDeficitRecorded.cjs +12 -0
- package/dist/100/polkadotBroadcaster/transactionFeeDeficitRecorded.d.cts +15 -0
- package/dist/100/polkadotBroadcaster/transactionFeeDeficitRefused.cjs +9 -0
- package/dist/100/polkadotBroadcaster/transactionFeeDeficitRefused.d.cts +12 -0
- package/dist/100/polkadotChainTracking/chainStateUpdated.cjs +9 -0
- package/dist/100/polkadotChainTracking/chainStateUpdated.d.cts +75 -0
- package/dist/100/polkadotIngressEgress/assetEgressStatusChanged.cjs +12 -0
- package/dist/100/polkadotIngressEgress/assetEgressStatusChanged.d.cts +25 -0
- package/dist/100/polkadotIngressEgress/batchBroadcastRequested.cjs +12 -0
- package/dist/100/polkadotIngressEgress/batchBroadcastRequested.d.cts +25 -0
- package/dist/100/polkadotIngressEgress/ccmBroadcastRequested.cjs +12 -0
- package/dist/100/polkadotIngressEgress/ccmBroadcastRequested.d.cts +25 -0
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.cts +242 -0
- package/dist/100/polkadotIngressEgress/depositFetchesScheduled.cjs +12 -0
- package/dist/100/polkadotIngressEgress/depositFetchesScheduled.d.cts +25 -0
- package/dist/100/polkadotIngressEgress/depositFetchesScheduled.d.mts +2 -2
- package/dist/100/polkadotIngressEgress/depositIgnored.cjs +13 -0
- package/dist/100/polkadotIngressEgress/depositIgnored.d.cts +28 -0
- package/dist/100/polkadotIngressEgress/depositIgnored.d.mts +2 -2
- package/dist/100/polkadotIngressEgress/depositReceived.cjs +13 -0
- package/dist/100/polkadotIngressEgress/depositReceived.d.cts +28 -0
- package/dist/100/polkadotIngressEgress/depositReceived.d.mts +2 -2
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.cjs +12 -0
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.cts +264 -0
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.mts +4 -4
- package/dist/100/polkadotIngressEgress/egressScheduled.cjs +14 -0
- package/dist/100/polkadotIngressEgress/egressScheduled.d.cts +41 -0
- package/dist/100/polkadotIngressEgress/minimumDepositSet.cjs +12 -0
- package/dist/100/polkadotIngressEgress/minimumDepositSet.d.cts +25 -0
- package/dist/100/polkadotIngressEgress/vaultTransferFailed.cjs +13 -0
- package/dist/100/polkadotIngressEgress/vaultTransferFailed.d.cts +28 -0
- package/dist/100/polkadotThresholdSigner/currentKeyUnavailable.cjs +11 -0
- package/dist/100/polkadotThresholdSigner/currentKeyUnavailable.d.cts +15 -0
- package/dist/100/polkadotThresholdSigner/failureReportProcessed.cjs +13 -0
- package/dist/100/polkadotThresholdSigner/failureReportProcessed.d.cts +18 -0
- package/dist/100/polkadotThresholdSigner/retryRequested.cjs +12 -0
- package/dist/100/polkadotThresholdSigner/retryRequested.d.cts +15 -0
- package/dist/100/polkadotThresholdSigner/signersUnavailable.cjs +11 -0
- package/dist/100/polkadotThresholdSigner/signersUnavailable.d.cts +15 -0
- package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.cjs +13 -0
- package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.d.cts +336 -0
- package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.d.mts +4 -4
- package/dist/100/polkadotThresholdSigner/thresholdSignatureFailed.cjs +13 -0
- package/dist/100/polkadotThresholdSigner/thresholdSignatureFailed.d.cts +18 -0
- package/dist/100/polkadotThresholdSigner/thresholdSignatureRequest.cjs +16 -0
- package/dist/100/polkadotThresholdSigner/thresholdSignatureRequest.d.cts +27 -0
- package/dist/100/polkadotThresholdSigner/thresholdSignatureResponseTimeoutUpdated.cjs +8 -0
- package/dist/100/polkadotThresholdSigner/thresholdSignatureResponseTimeoutUpdated.d.cts +12 -0
- package/dist/100/polkadotThresholdSigner/thresholdSignatureSuccess.cjs +12 -0
- package/dist/100/polkadotThresholdSigner/thresholdSignatureSuccess.d.cts +15 -0
- package/dist/100/polkadotVault/awaitingGovernanceActivation.cjs +9 -0
- package/dist/100/polkadotVault/awaitingGovernanceActivation.d.cts +12 -0
- package/dist/100/polkadotVault/keyHandoverFailure.cjs +9 -0
- package/dist/100/polkadotVault/keyHandoverFailure.d.cts +12 -0
- package/dist/100/polkadotVault/keyHandoverFailureReported.cjs +7 -0
- package/dist/100/polkadotVault/keyHandoverFailureReported.d.cts +6 -0
- package/dist/100/polkadotVault/keyHandoverRequest.cjs +17 -0
- package/dist/100/polkadotVault/keyHandoverRequest.d.cts +30 -0
- package/dist/100/polkadotVault/keyHandoverResponseTimeout.cjs +9 -0
- package/dist/100/polkadotVault/keyHandoverResponseTimeout.d.cts +12 -0
- package/dist/100/polkadotVault/keyHandoverSuccess.cjs +9 -0
- package/dist/100/polkadotVault/keyHandoverSuccess.d.cts +12 -0
- package/dist/100/polkadotVault/keyHandoverSuccessReported.cjs +7 -0
- package/dist/100/polkadotVault/keyHandoverSuccessReported.d.cts +6 -0
- package/dist/100/polkadotVault/keyHandoverVerificationFailure.cjs +9 -0
- package/dist/100/polkadotVault/keyHandoverVerificationFailure.d.cts +12 -0
- package/dist/100/polkadotVault/keyHandoverVerificationSuccess.cjs +9 -0
- package/dist/100/polkadotVault/keyHandoverVerificationSuccess.d.cts +12 -0
- package/dist/100/polkadotVault/keygenFailure.cjs +7 -0
- package/dist/100/polkadotVault/keygenFailure.d.cts +6 -0
- package/dist/100/polkadotVault/keygenFailureReported.cjs +7 -0
- package/dist/100/polkadotVault/keygenFailureReported.d.cts +6 -0
- package/dist/100/polkadotVault/keygenRequest.cjs +13 -0
- package/dist/100/polkadotVault/keygenRequest.d.cts +18 -0
- package/dist/100/polkadotVault/keygenResponseTimeout.cjs +7 -0
- package/dist/100/polkadotVault/keygenResponseTimeout.d.cts +6 -0
- package/dist/100/polkadotVault/keygenResponseTimeoutUpdated.cjs +8 -0
- package/dist/100/polkadotVault/keygenResponseTimeoutUpdated.d.cts +12 -0
- package/dist/100/polkadotVault/keygenSuccess.cjs +7 -0
- package/dist/100/polkadotVault/keygenSuccess.d.cts +6 -0
- package/dist/100/polkadotVault/keygenSuccessReported.cjs +7 -0
- package/dist/100/polkadotVault/keygenSuccessReported.d.cts +6 -0
- package/dist/100/polkadotVault/keygenVerificationFailure.cjs +9 -0
- package/dist/100/polkadotVault/keygenVerificationFailure.d.cts +12 -0
- package/dist/100/polkadotVault/keygenVerificationSuccess.cjs +9 -0
- package/dist/100/polkadotVault/keygenVerificationSuccess.d.cts +12 -0
- package/dist/100/polkadotVault/noKeyHandover.cjs +8 -0
- package/dist/100/polkadotVault/noKeyHandover.d.cts +6 -0
- package/dist/100/polkadotVault/vaultRotatedExternally.cjs +7 -0
- package/dist/100/polkadotVault/vaultRotatedExternally.d.cts +6 -0
- package/dist/100/polkadotVault/vaultRotationAborted.cjs +8 -0
- package/dist/100/polkadotVault/vaultRotationAborted.d.cts +6 -0
- package/dist/100/polkadotVault/vaultRotationCompleted.cjs +8 -0
- package/dist/100/polkadotVault/vaultRotationCompleted.d.cts +6 -0
- package/dist/100/reputation/accrualRateUpdated.cjs +11 -0
- package/dist/100/reputation/accrualRateUpdated.d.cts +15 -0
- package/dist/100/reputation/missedHeartbeatPenaltyUpdated.cjs +8 -0
- package/dist/100/reputation/missedHeartbeatPenaltyUpdated.d.cts +12 -0
- package/dist/100/reputation/offencePenalty.cjs +13 -0
- package/dist/100/reputation/offencePenalty.d.cts +28 -0
- package/dist/100/reputation/penaltyUpdated.cjs +13 -0
- package/dist/100/reputation/penaltyUpdated.d.cts +58 -0
- package/dist/100/session/newSession.cjs +8 -0
- package/dist/100/session/newSession.d.cts +12 -0
- package/dist/100/swapping/batchSwapFailed.cjs +13 -0
- package/dist/100/swapping/batchSwapFailed.d.cts +38 -0
- package/dist/100/swapping/ccmDepositReceived.cjs +16 -0
- package/dist/100/swapping/ccmDepositReceived.d.cts +354 -0
- package/dist/100/swapping/ccmEgressScheduled.cjs +12 -0
- package/dist/100/swapping/ccmEgressScheduled.d.cts +25 -0
- package/dist/100/swapping/ccmFailed.cjs +13 -0
- package/dist/100/swapping/ccmFailed.d.cts +355 -0
- package/dist/100/swapping/ccmFailed.d.mts +4 -4
- package/dist/100/swapping/minimumSwapAmountSet.cjs +12 -0
- package/dist/100/swapping/minimumSwapAmountSet.d.cts +25 -0
- package/dist/100/swapping/swapAmountTooLow.cjs +14 -0
- package/dist/100/swapping/swapAmountTooLow.d.cts +149 -0
- package/dist/100/swapping/swapAmountTooLow.d.mts +4 -4
- package/dist/100/swapping/swapDepositAddressReady.cjs +18 -0
- package/dist/100/swapping/swapDepositAddressReady.d.cts +139 -0
- package/dist/100/swapping/swapDepositAddressReady.d.mts +2 -2
- package/dist/100/swapping/swapEgressScheduled.cjs +14 -0
- package/dist/100/swapping/swapEgressScheduled.d.cts +41 -0
- package/dist/100/swapping/swapEgressScheduled.d.mts +2 -2
- package/dist/100/swapping/swapExecuted.cjs +16 -0
- package/dist/100/swapping/swapExecuted.d.cts +47 -0
- package/dist/100/swapping/swapExecuted.d.mts +2 -2
- package/dist/100/swapping/swapScheduled.cjs +18 -0
- package/dist/100/swapping/swapScheduled.d.cts +450 -0
- package/dist/100/swapping/swapScheduled.d.mts +8 -8
- package/dist/100/swapping/withdrawalRequested.cjs +13 -0
- package/dist/100/swapping/withdrawalRequested.d.cts +61 -0
- package/dist/100/swapping/withdrawalRequested.d.mts +4 -4
- package/dist/100/system/codeUpdated.cjs +8 -0
- package/dist/100/system/codeUpdated.d.cts +6 -0
- package/dist/100/system/extrinsicFailed.cjs +12 -0
- package/dist/100/system/extrinsicFailed.d.cts +297 -0
- package/dist/100/system/extrinsicSuccess.cjs +9 -0
- package/dist/100/system/extrinsicSuccess.d.cts +77 -0
- package/dist/100/system/killedAccount.cjs +9 -0
- package/dist/100/system/killedAccount.d.cts +12 -0
- package/dist/100/system/newAccount.cjs +9 -0
- package/dist/100/system/newAccount.d.cts +12 -0
- package/dist/100/system/remarked.cjs +12 -0
- package/dist/100/system/remarked.d.cts +15 -0
- package/dist/100/tokenholderGovernance/govKeyUpdatedHasFailed.cjs +12 -0
- package/dist/100/tokenholderGovernance/govKeyUpdatedHasFailed.d.cts +25 -0
- package/dist/100/tokenholderGovernance/govKeyUpdatedWasSuccessful.cjs +12 -0
- package/dist/100/tokenholderGovernance/govKeyUpdatedWasSuccessful.d.cts +25 -0
- package/dist/100/tokenholderGovernance/proposalEnacted.cjs +9 -0
- package/dist/100/tokenholderGovernance/proposalEnacted.d.cts +54 -0
- package/dist/100/tokenholderGovernance/proposalPassed.cjs +9 -0
- package/dist/100/tokenholderGovernance/proposalPassed.d.cts +54 -0
- package/dist/100/tokenholderGovernance/proposalRejected.cjs +9 -0
- package/dist/100/tokenholderGovernance/proposalRejected.d.cts +54 -0
- package/dist/100/tokenholderGovernance/proposalSubmitted.cjs +9 -0
- package/dist/100/tokenholderGovernance/proposalSubmitted.d.cts +54 -0
- package/dist/100/transactionPayment/transactionFeePaid.cjs +13 -0
- package/dist/100/transactionPayment/transactionFeePaid.d.cts +18 -0
- package/dist/100/validator/auctionCompleted.cjs +9 -0
- package/dist/100/validator/auctionCompleted.d.cts +6 -0
- package/dist/100/validator/cFEVersionUpdated.cjs +13 -0
- package/dist/100/validator/cFEVersionUpdated.d.cts +58 -0
- package/dist/100/validator/newEpoch.cjs +8 -0
- package/dist/100/validator/newEpoch.d.cts +6 -0
- package/dist/100/validator/palletConfigUpdated.cjs +9 -0
- package/dist/100/validator/palletConfigUpdated.d.cts +188 -0
- package/dist/100/validator/peerIdRegistered.cjs +14 -0
- package/dist/100/validator/peerIdRegistered.d.cts +6 -0
- package/dist/100/validator/peerIdUnregistered.cjs +9 -0
- package/dist/100/validator/peerIdUnregistered.d.cts +6 -0
- package/dist/100/validator/rotationAborted.cjs +8 -0
- package/dist/100/validator/rotationAborted.d.cts +6 -0
- package/dist/100/validator/rotationPhaseUpdated.cjs +9 -0
- package/dist/100/validator/rotationPhaseUpdated.d.cts +307 -0
- package/dist/100/validator/vanityNameSet.cjs +9 -0
- package/dist/100/validator/vanityNameSet.d.cts +6 -0
- package/dist/100/witnesser/prewitnessed.cjs +8 -0
- package/dist/100/witnesser/prewitnessed.d.cts +12 -0
- package/dist/100/witnesser/witnessExecutionFailed.cjs +12 -0
- package/dist/100/witnesser/witnessExecutionFailed.d.cts +232 -0
- package/dist/102/_virtual/rolldown_runtime.cjs +29 -0
- package/dist/102/accountRoles/accountRoleRegistered.cjs +12 -0
- package/dist/102/accountRoles/accountRoleRegistered.d.cts +25 -0
- package/dist/102/common.cjs +91 -0
- package/dist/102/common.d.cts +186 -0
- package/dist/102/swapping/maximumSwapAmountSet.cjs +12 -0
- package/dist/102/swapping/maximumSwapAmountSet.d.cts +25 -0
- package/dist/102/swapping/swapAmountConfiscated.cjs +15 -0
- package/dist/102/swapping/swapAmountConfiscated.d.cts +44 -0
- package/dist/102/validator/palletConfigUpdated.cjs +9 -0
- package/dist/102/validator/palletConfigUpdated.d.cts +203 -0
- package/dist/11000/_virtual/rolldown_runtime.cjs +29 -0
- package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.cts +971 -0
- package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.mts +26 -26
- package/dist/11000/arbitrumIngressEgress/depositFailed.cjs +13 -0
- package/dist/11000/arbitrumIngressEgress/depositFailed.d.cts +1355 -0
- package/dist/11000/arbitrumIngressEgress/depositFailed.d.mts +34 -34
- package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +978 -0
- package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +22 -22
- package/dist/11000/arbitrumIngressEgress/invalidCcmRefunded.cjs +13 -0
- package/dist/11000/arbitrumIngressEgress/invalidCcmRefunded.d.cts +28 -0
- package/dist/11000/arbitrumIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11000/arbitrumIngressEgress/palletConfigUpdated.d.cts +136 -0
- package/dist/11000/assethubIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.cts +971 -0
- package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.mts +26 -26
- package/dist/11000/assethubIngressEgress/depositFailed.cjs +13 -0
- package/dist/11000/assethubIngressEgress/depositFailed.d.cts +1346 -0
- package/dist/11000/assethubIngressEgress/depositFailed.d.mts +52 -52
- package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +978 -0
- package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.mts +22 -22
- package/dist/11000/assethubIngressEgress/invalidCcmRefunded.cjs +13 -0
- package/dist/11000/assethubIngressEgress/invalidCcmRefunded.d.cts +28 -0
- package/dist/11000/assethubIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11000/assethubIngressEgress/palletConfigUpdated.d.cts +136 -0
- package/dist/11000/bitcoinElections/allVotesCleared.cjs +8 -0
- package/dist/11000/bitcoinElections/allVotesCleared.d.cts +6 -0
- package/dist/11000/bitcoinElections/allVotesNotCleared.cjs +8 -0
- package/dist/11000/bitcoinElections/allVotesNotCleared.d.cts +6 -0
- package/dist/11000/bitcoinElections/corruptStorage.cjs +8 -0
- package/dist/11000/bitcoinElections/corruptStorage.d.cts +6 -0
- package/dist/11000/bitcoinElections/electoralEvent.cjs +7 -0
- package/dist/11000/bitcoinElections/electoralEvent.d.cts +30 -0
- package/dist/11000/bitcoinElections/uninitialized.cjs +8 -0
- package/dist/11000/bitcoinElections/uninitialized.d.cts +6 -0
- package/dist/11000/bitcoinElections/unknownElection.cjs +9 -0
- package/dist/11000/bitcoinElections/unknownElection.d.cts +14 -0
- package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.cts +971 -0
- package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.mts +26 -26
- package/dist/11000/bitcoinIngressEgress/depositFailed.cjs +13 -0
- package/dist/11000/bitcoinIngressEgress/depositFailed.d.cts +2264 -0
- package/dist/11000/bitcoinIngressEgress/depositFailed.d.mts +34 -34
- package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +978 -0
- package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +22 -22
- package/dist/11000/bitcoinIngressEgress/invalidCcmRefunded.cjs +13 -0
- package/dist/11000/bitcoinIngressEgress/invalidCcmRefunded.d.cts +123 -0
- package/dist/11000/bitcoinIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11000/bitcoinIngressEgress/palletConfigUpdated.d.cts +136 -0
- package/dist/11000/common.cjs +1289 -0
- package/dist/11000/common.d.cts +21444 -0
- package/dist/11000/common.d.mts +382 -382
- package/dist/11000/environment/runtimeSafeModeUpdated.cjs +9 -0
- package/dist/11000/environment/runtimeSafeModeUpdated.d.cts +1366 -0
- package/dist/11000/environment/solanaGovCallDispatched.cjs +12 -0
- package/dist/11000/environment/solanaGovCallDispatched.d.cts +95 -0
- package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.d.cts +971 -0
- package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.d.mts +26 -26
- package/dist/11000/ethereumIngressEgress/depositFailed.cjs +13 -0
- package/dist/11000/ethereumIngressEgress/depositFailed.d.cts +1355 -0
- package/dist/11000/ethereumIngressEgress/depositFailed.d.mts +34 -34
- package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +978 -0
- package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +22 -22
- package/dist/11000/ethereumIngressEgress/invalidCcmRefunded.cjs +13 -0
- package/dist/11000/ethereumIngressEgress/invalidCcmRefunded.d.cts +28 -0
- package/dist/11000/ethereumIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11000/ethereumIngressEgress/palletConfigUpdated.d.cts +136 -0
- package/dist/11000/funding/rebalance.cjs +13 -0
- package/dist/11000/funding/rebalance.d.cts +18 -0
- package/dist/11000/lendingPools/boostFundsAdded.cjs +13 -0
- package/dist/11000/lendingPools/boostFundsAdded.d.cts +45 -0
- package/dist/11000/lendingPools/boostFundsAdded.d.mts +8 -8
- package/dist/11000/lendingPools/boostPoolCreated.cjs +9 -0
- package/dist/11000/lendingPools/boostPoolCreated.d.cts +39 -0
- package/dist/11000/lendingPools/boostPoolCreated.d.mts +8 -8
- package/dist/11000/lendingPools/palletConfigUpdated.cjs +9 -0
- package/dist/11000/lendingPools/palletConfigUpdated.d.cts +27 -0
- package/dist/11000/lendingPools/stoppedBoosting.cjs +14 -0
- package/dist/11000/lendingPools/stoppedBoosting.d.cts +48 -0
- package/dist/11000/lendingPools/stoppedBoosting.d.mts +8 -8
- package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.cts +971 -0
- package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.mts +26 -26
- package/dist/11000/polkadotIngressEgress/depositFailed.cjs +13 -0
- package/dist/11000/polkadotIngressEgress/depositFailed.d.cts +1346 -0
- package/dist/11000/polkadotIngressEgress/depositFailed.d.mts +52 -52
- package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +978 -0
- package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +22 -22
- package/dist/11000/polkadotIngressEgress/invalidCcmRefunded.cjs +13 -0
- package/dist/11000/polkadotIngressEgress/invalidCcmRefunded.d.cts +28 -0
- package/dist/11000/polkadotIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11000/polkadotIngressEgress/palletConfigUpdated.d.cts +136 -0
- package/dist/11000/solanaElections/electoralEvent.cjs +8 -0
- package/dist/11000/solanaElections/electoralEvent.d.cts +6 -0
- package/dist/11000/solanaElections/unknownElection.cjs +9 -0
- package/dist/11000/solanaElections/unknownElection.d.cts +54 -0
- package/dist/11000/solanaIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.cts +971 -0
- package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.mts +26 -26
- package/dist/11000/solanaIngressEgress/depositFailed.cjs +13 -0
- package/dist/11000/solanaIngressEgress/depositFailed.d.cts +1305 -0
- package/dist/11000/solanaIngressEgress/depositFailed.d.mts +34 -34
- package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +978 -0
- package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +22 -22
- package/dist/11000/solanaIngressEgress/invalidCcmRefunded.cjs +13 -0
- package/dist/11000/solanaIngressEgress/invalidCcmRefunded.d.cts +28 -0
- package/dist/11000/solanaIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11000/solanaIngressEgress/palletConfigUpdated.d.cts +136 -0
- package/dist/11000/swapping/palletConfigUpdated.cjs +9 -0
- package/dist/11000/swapping/palletConfigUpdated.d.cts +255 -0
- package/dist/11000/swapping/palletConfigUpdated.d.mts +32 -32
- package/dist/11000/swapping/refundEgressScheduled.cjs +16 -0
- package/dist/11000/swapping/refundEgressScheduled.d.cts +57 -0
- package/dist/11000/swapping/refundEgressScheduled.d.mts +16 -16
- package/dist/11000/swapping/refundedOnChain.cjs +15 -0
- package/dist/11000/swapping/refundedOnChain.d.cts +34 -0
- package/dist/11000/swapping/refundedOnChain.d.mts +8 -8
- package/dist/11000/swapping/swapDepositAddressReady.cjs +24 -0
- package/dist/11000/swapping/swapDepositAddressReady.d.cts +657 -0
- package/dist/11000/swapping/swapDepositAddressReady.d.mts +18 -18
- package/dist/11000/swapping/swapRequested.cjs +19 -0
- package/dist/11000/swapping/swapRequested.d.cts +1434 -0
- package/dist/11000/swapping/swapRequested.d.mts +16 -16
- package/dist/11000/tradingStrategy/strategyDeployed.cjs +13 -0
- package/dist/11000/tradingStrategy/strategyDeployed.d.cts +134 -0
- package/dist/11000/tradingStrategy/strategyDeployed.d.mts +24 -24
- package/dist/11000/validator/palletConfigUpdated.cjs +9 -0
- package/dist/11000/validator/palletConfigUpdated.d.cts +218 -0
- package/dist/111/_virtual/rolldown_runtime.cjs +29 -0
- package/dist/111/bitcoinBroadcaster/callResigned.cjs +8 -0
- package/dist/111/bitcoinBroadcaster/callResigned.d.cts +12 -0
- package/dist/111/bitcoinBroadcaster/thresholdSignatureInvalid.cjs +9 -0
- package/dist/111/bitcoinBroadcaster/thresholdSignatureInvalid.d.cts +27 -0
- package/dist/111/bitcoinIngressEgress/ccmBroadcastFailed.cjs +8 -0
- package/dist/111/bitcoinIngressEgress/ccmBroadcastFailed.d.cts +12 -0
- package/dist/111/bitcoinIngressEgress/failedForeignChainCallExpired.cjs +8 -0
- package/dist/111/bitcoinIngressEgress/failedForeignChainCallExpired.d.cts +12 -0
- package/dist/111/bitcoinIngressEgress/failedForeignChainCallResigned.cjs +11 -0
- package/dist/111/bitcoinIngressEgress/failedForeignChainCallResigned.d.cts +15 -0
- package/dist/111/bitcoinIngressEgress/transferFallbackRequested.cjs +14 -0
- package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.cts +126 -0
- package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.mts +22 -22
- package/dist/111/common.cjs +159 -0
- package/dist/111/common.d.cts +457 -0
- package/dist/111/common.d.mts +30 -30
- package/dist/111/ethereumBroadcaster/callResigned.cjs +8 -0
- package/dist/111/ethereumBroadcaster/callResigned.d.cts +12 -0
- package/dist/111/ethereumBroadcaster/thresholdSignatureInvalid.cjs +9 -0
- package/dist/111/ethereumBroadcaster/thresholdSignatureInvalid.d.cts +27 -0
- package/dist/111/ethereumIngressEgress/ccmBroadcastFailed.cjs +8 -0
- package/dist/111/ethereumIngressEgress/ccmBroadcastFailed.d.cts +12 -0
- package/dist/111/ethereumIngressEgress/failedForeignChainCallExpired.cjs +8 -0
- package/dist/111/ethereumIngressEgress/failedForeignChainCallExpired.d.cts +12 -0
- package/dist/111/ethereumIngressEgress/failedForeignChainCallResigned.cjs +11 -0
- package/dist/111/ethereumIngressEgress/failedForeignChainCallResigned.d.cts +15 -0
- package/dist/111/ethereumIngressEgress/transferFallbackRequested.cjs +14 -0
- package/dist/111/ethereumIngressEgress/transferFallbackRequested.d.cts +31 -0
- package/dist/111/ethereumIngressEgress/transferFallbackRequested.d.mts +2 -2
- package/dist/111/liquidityPools/limitOrderSetOrUpdateScheduled.cjs +13 -0
- package/dist/111/liquidityPools/limitOrderSetOrUpdateScheduled.d.cts +18 -0
- package/dist/111/liquidityPools/limitOrderUpdated.cjs +20 -0
- package/dist/111/liquidityPools/limitOrderUpdated.d.cts +99 -0
- package/dist/111/liquidityPools/limitOrderUpdated.d.mts +20 -20
- package/dist/111/liquidityPools/newPoolCreated.cjs +14 -0
- package/dist/111/liquidityPools/newPoolCreated.d.cts +41 -0
- package/dist/111/liquidityPools/newPoolCreated.d.mts +12 -12
- package/dist/111/liquidityPools/poolFeeSet.cjs +13 -0
- package/dist/111/liquidityPools/poolFeeSet.d.cts +38 -0
- package/dist/111/liquidityPools/poolFeeSet.d.mts +12 -12
- package/dist/111/liquidityPools/rangeOrderUpdated.cjs +21 -0
- package/dist/111/liquidityPools/rangeOrderUpdated.d.cts +209 -0
- package/dist/111/liquidityPools/rangeOrderUpdated.d.mts +20 -20
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.cjs +13 -0
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.cts +235 -0
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.mts +16 -16
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchSuccess.cjs +12 -0
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchSuccess.d.cts +15 -0
- package/dist/111/polkadotBroadcaster/callResigned.cjs +8 -0
- package/dist/111/polkadotBroadcaster/callResigned.d.cts +12 -0
- package/dist/111/polkadotBroadcaster/thresholdSignatureInvalid.cjs +9 -0
- package/dist/111/polkadotBroadcaster/thresholdSignatureInvalid.d.cts +27 -0
- package/dist/111/polkadotIngressEgress/ccmBroadcastFailed.cjs +8 -0
- package/dist/111/polkadotIngressEgress/ccmBroadcastFailed.d.cts +12 -0
- package/dist/111/polkadotIngressEgress/failedForeignChainCallExpired.cjs +8 -0
- package/dist/111/polkadotIngressEgress/failedForeignChainCallExpired.d.cts +12 -0
- package/dist/111/polkadotIngressEgress/failedForeignChainCallResigned.cjs +11 -0
- package/dist/111/polkadotIngressEgress/failedForeignChainCallResigned.d.cts +15 -0
- package/dist/111/polkadotIngressEgress/transferFallbackRequested.cjs +14 -0
- package/dist/111/polkadotIngressEgress/transferFallbackRequested.d.cts +31 -0
- package/dist/111/polkadotIngressEgress/transferFallbackRequested.d.mts +2 -2
- package/dist/11100/_virtual/rolldown_runtime.cjs +29 -0
- package/dist/11100/accountRoles/accountRoleDeregistered.cjs +12 -0
- package/dist/11100/accountRoles/accountRoleDeregistered.d.cts +25 -0
- package/dist/11100/accountRoles/accountRoleRegistered.cjs +12 -0
- package/dist/11100/accountRoles/accountRoleRegistered.d.cts +25 -0
- package/dist/11100/accountRoles/subAccountCallExecuted.cjs +13 -0
- package/dist/11100/accountRoles/subAccountCallExecuted.d.cts +18 -0
- package/dist/11100/accountRoles/subAccountCreated.cjs +13 -0
- package/dist/11100/accountRoles/subAccountCreated.d.cts +18 -0
- package/dist/11100/arbitrumIngressEgress/depositFailed.cjs +13 -0
- package/dist/11100/arbitrumIngressEgress/depositFailed.d.cts +1417 -0
- package/dist/11100/arbitrumIngressEgress/depositFailed.d.mts +2 -2
- package/dist/11100/arbitrumIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11100/arbitrumIngressEgress/palletConfigUpdated.d.cts +136 -0
- package/dist/11100/assethubIngressEgress/depositFailed.cjs +13 -0
- package/dist/11100/assethubIngressEgress/depositFailed.d.cts +1408 -0
- package/dist/11100/assethubIngressEgress/depositFailed.d.mts +2 -2
- package/dist/11100/assethubIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11100/assethubIngressEgress/palletConfigUpdated.d.cts +136 -0
- package/dist/11100/bitcoinIngressEgress/depositFailed.cjs +13 -0
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.cts +2326 -0
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.mts +2 -2
- package/dist/11100/bitcoinIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11100/bitcoinIngressEgress/palletConfigUpdated.d.cts +136 -0
- package/dist/11100/common.cjs +1246 -0
- package/dist/11100/common.d.cts +24514 -0
- package/dist/11100/common.d.mts +18 -18
- package/dist/11100/environment/runtimeSafeModeUpdated.cjs +9 -0
- package/dist/11100/environment/runtimeSafeModeUpdated.d.cts +1516 -0
- package/dist/11100/ethereumIngressEgress/depositFailed.cjs +13 -0
- package/dist/11100/ethereumIngressEgress/depositFailed.d.cts +1417 -0
- package/dist/11100/ethereumIngressEgress/depositFailed.d.mts +2 -2
- package/dist/11100/ethereumIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11100/ethereumIngressEgress/palletConfigUpdated.d.cts +136 -0
- package/dist/11100/flip/bondUpdated.cjs +12 -0
- package/dist/11100/flip/bondUpdated.d.cts +15 -0
- package/dist/11100/flip/flipMinted.cjs +12 -0
- package/dist/11100/flip/flipMinted.d.cts +15 -0
- package/dist/11100/funding/sCCallCannotBeDecoded.cjs +13 -0
- package/dist/11100/funding/sCCallCannotBeDecoded.d.cts +18 -0
- package/dist/11100/funding/sCCallCannotBeDecoded.d.mts +2 -2
- package/dist/11100/funding/sCCallCannotBeExecuted.cjs +14 -0
- package/dist/11100/funding/sCCallCannotBeExecuted.d.cts +625 -0
- package/dist/11100/funding/sCCallCannotBeExecuted.d.mts +2 -2
- package/dist/11100/funding/sCCallExecuted.cjs +13 -0
- package/dist/11100/funding/sCCallExecuted.d.cts +252 -0
- package/dist/11100/funding/sCCallExecuted.d.mts +2 -2
- package/dist/11100/genericElections/allVotesCleared.cjs +8 -0
- package/dist/11100/genericElections/allVotesCleared.d.cts +6 -0
- package/dist/11100/genericElections/allVotesNotCleared.cjs +8 -0
- package/dist/11100/genericElections/allVotesNotCleared.d.cts +6 -0
- package/dist/11100/genericElections/corruptStorage.cjs +8 -0
- package/dist/11100/genericElections/corruptStorage.d.cts +6 -0
- package/dist/11100/genericElections/electoralEvent.cjs +7 -0
- package/dist/11100/genericElections/electoralEvent.d.cts +64 -0
- package/dist/11100/genericElections/uninitialized.cjs +8 -0
- package/dist/11100/genericElections/uninitialized.d.cts +6 -0
- package/dist/11100/genericElections/unknownElection.cjs +9 -0
- package/dist/11100/genericElections/unknownElection.d.cts +14 -0
- package/dist/11100/lendingPools/collateralAdded.cjs +13 -0
- package/dist/11100/lendingPools/collateralAdded.d.cts +38 -0
- package/dist/11100/lendingPools/collateralRemoved.cjs +13 -0
- package/dist/11100/lendingPools/collateralRemoved.d.cts +38 -0
- package/dist/11100/lendingPools/lendingFeeCollectionInitiated.cjs +12 -0
- package/dist/11100/lendingPools/lendingFeeCollectionInitiated.d.cts +25 -0
- package/dist/11100/lendingPools/lendingFundsAdded.cjs +13 -0
- package/dist/11100/lendingPools/lendingFundsAdded.d.cts +28 -0
- package/dist/11100/lendingPools/lendingFundsRemoved.cjs +13 -0
- package/dist/11100/lendingPools/lendingFundsRemoved.d.cts +28 -0
- package/dist/11100/lendingPools/lendingPoolCreated.cjs +9 -0
- package/dist/11100/lendingPools/lendingPoolCreated.d.cts +22 -0
- package/dist/11100/lendingPools/liquidationInitiated.cjs +13 -0
- package/dist/11100/lendingPools/liquidationInitiated.d.cts +18 -0
- package/dist/11100/lendingPools/loanCreated.cjs +15 -0
- package/dist/11100/lendingPools/loanCreated.d.cts +34 -0
- package/dist/11100/lendingPools/loanRepaid.cjs +13 -0
- package/dist/11100/lendingPools/loanRepaid.d.cts +28 -0
- package/dist/11100/lendingPools/loanSettled.cjs +12 -0
- package/dist/11100/lendingPools/loanSettled.d.cts +25 -0
- package/dist/11100/lendingPools/loanUpdated.cjs +13 -0
- package/dist/11100/lendingPools/loanUpdated.d.cts +18 -0
- package/dist/11100/polkadotIngressEgress/depositFailed.cjs +13 -0
- package/dist/11100/polkadotIngressEgress/depositFailed.d.cts +1408 -0
- package/dist/11100/polkadotIngressEgress/depositFailed.d.mts +2 -2
- package/dist/11100/polkadotIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11100/polkadotIngressEgress/palletConfigUpdated.d.cts +136 -0
- package/dist/11100/solanaIngressEgress/depositFailed.cjs +13 -0
- package/dist/11100/solanaIngressEgress/depositFailed.d.cts +1367 -0
- package/dist/11100/solanaIngressEgress/depositFailed.d.mts +2 -2
- package/dist/11100/solanaIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11100/solanaIngressEgress/palletConfigUpdated.d.cts +136 -0
- package/dist/11100/swapping/swapAborted.cjs +12 -0
- package/dist/11100/swapping/swapAborted.d.cts +25 -0
- package/dist/11100/swapping/swapDepositAddressReady.cjs +24 -0
- package/dist/11100/swapping/swapDepositAddressReady.d.cts +695 -0
- package/dist/11100/swapping/swapExecuted.cjs +20 -0
- package/dist/11100/swapping/swapExecuted.d.cts +59 -0
- package/dist/11100/swapping/swapExecuted.d.mts +2 -2
- package/dist/11100/swapping/swapRequested.cjs +19 -0
- package/dist/11100/swapping/swapRequested.d.cts +3022 -0
- package/dist/11100/swapping/swapRequested.d.mts +22 -22
- package/dist/11100/swapping/swapRescheduled.cjs +13 -0
- package/dist/11100/swapping/swapRescheduled.d.cts +28 -0
- package/dist/11100/validator/delegated.cjs +13 -0
- package/dist/11100/validator/delegated.d.cts +18 -0
- package/dist/11100/validator/delegatorAllowed.cjs +12 -0
- package/dist/11100/validator/delegatorAllowed.d.cts +15 -0
- package/dist/11100/validator/delegatorBlocked.cjs +12 -0
- package/dist/11100/validator/delegatorBlocked.d.cts +15 -0
- package/dist/11100/validator/maxBidUpdated.cjs +12 -0
- package/dist/11100/validator/maxBidUpdated.d.cts +45 -0
- package/dist/11100/validator/operatorAcceptedByValidator.cjs +12 -0
- package/dist/11100/validator/operatorAcceptedByValidator.d.cts +15 -0
- package/dist/11100/validator/operatorSettingsUpdated.cjs +12 -0
- package/dist/11100/validator/operatorSettingsUpdated.d.cts +42 -0
- package/dist/11100/validator/palletConfigUpdated.cjs +9 -0
- package/dist/11100/validator/palletConfigUpdated.d.cts +188 -0
- package/dist/11100/validator/rotationPhaseUpdated.cjs +9 -0
- package/dist/11100/validator/rotationPhaseUpdated.d.cts +237 -0
- package/dist/11100/validator/unDelegationFinalized.cjs +12 -0
- package/dist/11100/validator/unDelegationFinalized.d.cts +15 -0
- package/dist/11100/validator/undelegated.cjs +13 -0
- package/dist/11100/validator/undelegated.d.cts +18 -0
- package/dist/11100/validator/validatorClaimed.cjs +12 -0
- package/dist/11100/validator/validatorClaimed.d.cts +15 -0
- package/dist/11100/validator/validatorRemovedFromOperator.cjs +12 -0
- package/dist/11100/validator/validatorRemovedFromOperator.d.cts +15 -0
- package/dist/11200/_virtual/rolldown_runtime.cjs +29 -0
- package/dist/11200/arbitrumIngressEgress/channelRejectionRequestReceived.cjs +12 -0
- package/dist/11200/arbitrumIngressEgress/channelRejectionRequestReceived.d.cts +15 -0
- package/dist/11200/arbitrumIngressEgress/depositBoosted.cjs +22 -0
- package/dist/11200/arbitrumIngressEgress/depositBoosted.d.cts +204 -0
- package/dist/11200/arbitrumIngressEgress/depositBoosted.d.mts +6 -6
- package/dist/11200/arbitrumIngressEgress/depositFailed.cjs +13 -0
- package/dist/11200/arbitrumIngressEgress/depositFailed.d.cts +1427 -0
- package/dist/11200/arbitrumIngressEgress/depositFailed.d.mts +184 -184
- package/dist/11200/arbitrumIngressEgress/depositFinalised.cjs +20 -0
- package/dist/11200/arbitrumIngressEgress/depositFinalised.d.cts +198 -0
- package/dist/11200/arbitrumIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11200/arbitrumIngressEgress/palletConfigUpdated.d.cts +151 -0
- package/dist/11200/assethubIngressEgress/channelRejectionRequestReceived.cjs +12 -0
- package/dist/11200/assethubIngressEgress/channelRejectionRequestReceived.d.cts +15 -0
- package/dist/11200/assethubIngressEgress/depositBoosted.cjs +22 -0
- package/dist/11200/assethubIngressEgress/depositBoosted.d.cts +194 -0
- package/dist/11200/assethubIngressEgress/depositFailed.cjs +13 -0
- package/dist/11200/assethubIngressEgress/depositFailed.d.cts +1418 -0
- package/dist/11200/assethubIngressEgress/depositFailed.d.mts +202 -202
- package/dist/11200/assethubIngressEgress/depositFinalised.cjs +20 -0
- package/dist/11200/assethubIngressEgress/depositFinalised.d.cts +188 -0
- package/dist/11200/assethubIngressEgress/depositFinalised.d.mts +2 -2
- package/dist/11200/assethubIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11200/assethubIngressEgress/palletConfigUpdated.d.cts +151 -0
- package/dist/11200/bitcoinIngressEgress/channelRejectionRequestReceived.cjs +12 -0
- package/dist/11200/bitcoinIngressEgress/channelRejectionRequestReceived.d.cts +110 -0
- package/dist/11200/bitcoinIngressEgress/channelRejectionRequestReceived.d.mts +20 -20
- package/dist/11200/bitcoinIngressEgress/depositBoosted.cjs +22 -0
- package/dist/11200/bitcoinIngressEgress/depositBoosted.d.cts +418 -0
- package/dist/11200/bitcoinIngressEgress/depositBoosted.d.mts +26 -26
- package/dist/11200/bitcoinIngressEgress/depositFailed.cjs +13 -0
- package/dist/11200/bitcoinIngressEgress/depositFailed.d.cts +2336 -0
- package/dist/11200/bitcoinIngressEgress/depositFailed.d.mts +314 -314
- package/dist/11200/bitcoinIngressEgress/depositFinalised.cjs +20 -0
- package/dist/11200/bitcoinIngressEgress/depositFinalised.d.cts +412 -0
- package/dist/11200/bitcoinIngressEgress/depositFinalised.d.mts +22 -22
- package/dist/11200/bitcoinIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11200/bitcoinIngressEgress/palletConfigUpdated.d.cts +151 -0
- package/dist/11200/common.cjs +1388 -0
- package/dist/11200/common.d.cts +23978 -0
- package/dist/11200/common.d.mts +2727 -2727
- package/dist/11200/environment/runtimeSafeModeUpdated.cjs +9 -0
- package/dist/11200/environment/runtimeSafeModeUpdated.d.cts +1391 -0
- package/dist/11200/environment/runtimeSafeModeUpdated.d.mts +12 -12
- package/dist/11200/ethereumIngressEgress/channelRejectionRequestReceived.cjs +12 -0
- package/dist/11200/ethereumIngressEgress/channelRejectionRequestReceived.d.cts +15 -0
- package/dist/11200/ethereumIngressEgress/depositBoosted.cjs +22 -0
- package/dist/11200/ethereumIngressEgress/depositBoosted.d.cts +204 -0
- package/dist/11200/ethereumIngressEgress/depositBoosted.d.mts +6 -6
- package/dist/11200/ethereumIngressEgress/depositFailed.cjs +13 -0
- package/dist/11200/ethereumIngressEgress/depositFailed.d.cts +1427 -0
- package/dist/11200/ethereumIngressEgress/depositFailed.d.mts +184 -184
- package/dist/11200/ethereumIngressEgress/depositFinalised.cjs +20 -0
- package/dist/11200/ethereumIngressEgress/depositFinalised.d.cts +198 -0
- package/dist/11200/ethereumIngressEgress/depositFinalised.d.mts +2 -2
- package/dist/11200/ethereumIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11200/ethereumIngressEgress/palletConfigUpdated.d.cts +151 -0
- package/dist/11200/polkadotIngressEgress/channelRejectionRequestReceived.cjs +12 -0
- package/dist/11200/polkadotIngressEgress/channelRejectionRequestReceived.d.cts +15 -0
- package/dist/11200/polkadotIngressEgress/depositBoosted.cjs +22 -0
- package/dist/11200/polkadotIngressEgress/depositBoosted.d.cts +194 -0
- package/dist/11200/polkadotIngressEgress/depositBoosted.d.mts +6 -6
- package/dist/11200/polkadotIngressEgress/depositFailed.cjs +13 -0
- package/dist/11200/polkadotIngressEgress/depositFailed.d.cts +1418 -0
- package/dist/11200/polkadotIngressEgress/depositFailed.d.mts +202 -202
- package/dist/11200/polkadotIngressEgress/depositFinalised.cjs +20 -0
- package/dist/11200/polkadotIngressEgress/depositFinalised.d.cts +188 -0
- package/dist/11200/polkadotIngressEgress/depositFinalised.d.mts +2 -2
- package/dist/11200/polkadotIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11200/polkadotIngressEgress/palletConfigUpdated.d.cts +151 -0
- package/dist/11200/solanaIngressEgress/channelRejectionRequestReceived.cjs +12 -0
- package/dist/11200/solanaIngressEgress/channelRejectionRequestReceived.d.cts +15 -0
- package/dist/11200/solanaIngressEgress/depositBoosted.cjs +22 -0
- package/dist/11200/solanaIngressEgress/depositBoosted.d.cts +224 -0
- package/dist/11200/solanaIngressEgress/depositBoosted.d.mts +14 -14
- package/dist/11200/solanaIngressEgress/depositFailed.cjs +13 -0
- package/dist/11200/solanaIngressEgress/depositFailed.d.cts +1499 -0
- package/dist/11200/solanaIngressEgress/depositFailed.d.mts +216 -216
- package/dist/11200/solanaIngressEgress/depositFinalised.cjs +20 -0
- package/dist/11200/solanaIngressEgress/depositFinalised.d.cts +218 -0
- package/dist/11200/solanaIngressEgress/depositFinalised.d.mts +10 -10
- package/dist/11200/solanaIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11200/solanaIngressEgress/palletConfigUpdated.d.cts +151 -0
- package/dist/11200/solanaIngressEgress/transactionRejectedByBroker.cjs +12 -0
- package/dist/11200/solanaIngressEgress/transactionRejectedByBroker.d.cts +45 -0
- package/dist/11200/solanaIngressEgress/transactionRejectedByBroker.d.mts +8 -8
- package/dist/11200/solanaIngressEgress/transactionRejectionFailed.cjs +9 -0
- package/dist/11200/solanaIngressEgress/transactionRejectionFailed.d.cts +42 -0
- package/dist/11200/solanaIngressEgress/transactionRejectionFailed.d.mts +8 -8
- package/dist/11200/swapping/swapAborted.cjs +12 -0
- package/dist/11200/swapping/swapAborted.d.cts +25 -0
- package/dist/11200/swapping/swapRequested.cjs +19 -0
- package/dist/11200/swapping/swapRequested.d.cts +2922 -0
- package/dist/11200/swapping/swapRequested.d.mts +374 -374
- package/dist/11200/swapping/swapRescheduled.cjs +13 -0
- package/dist/11200/swapping/swapRescheduled.d.cts +28 -0
- package/dist/11200/validator/operatorSettingsUpdated.cjs +12 -0
- package/dist/11200/validator/operatorSettingsUpdated.d.cts +42 -0
- package/dist/11200/validator/palletConfigUpdated.cjs +9 -0
- package/dist/11200/validator/palletConfigUpdated.d.cts +203 -0
- package/dist/120/_virtual/rolldown_runtime.cjs +29 -0
- package/dist/120/bitcoinBroadcaster/broadcastRetryScheduled.cjs +11 -0
- package/dist/120/bitcoinBroadcaster/broadcastRetryScheduled.d.cts +15 -0
- package/dist/120/bitcoinBroadcaster/broadcastTimeout.cjs +8 -0
- package/dist/120/bitcoinBroadcaster/broadcastTimeout.d.cts +12 -0
- package/dist/120/bitcoinBroadcaster/thresholdSignatureInvalid.cjs +8 -0
- package/dist/120/bitcoinBroadcaster/thresholdSignatureInvalid.d.cts +12 -0
- package/dist/120/bitcoinBroadcaster/transactionBroadcastRequest.cjs +14 -0
- package/dist/120/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +31 -0
- package/dist/120/bitcoinChainTracking/chainStateUpdated.cjs +9 -0
- package/dist/120/bitcoinChainTracking/chainStateUpdated.d.cts +59 -0
- package/dist/120/bitcoinIngressEgress/depositIgnored.cjs +15 -0
- package/dist/120/bitcoinIngressEgress/depositIgnored.d.cts +154 -0
- package/dist/120/bitcoinIngressEgress/depositIgnored.d.mts +24 -24
- package/dist/120/bitcoinIngressEgress/depositReceived.cjs +16 -0
- package/dist/120/bitcoinIngressEgress/depositReceived.d.cts +207 -0
- package/dist/120/bitcoinIngressEgress/depositReceived.d.mts +28 -28
- package/dist/120/bitcoinIngressEgress/utxoConsolidation.cjs +8 -0
- package/dist/120/bitcoinIngressEgress/utxoConsolidation.d.cts +12 -0
- package/dist/120/common.cjs +284 -0
- package/dist/120/common.d.cts +955 -0
- package/dist/120/common.d.mts +93 -93
- package/dist/120/emissions/backupRewardsDistributed.cjs +12 -0
- package/dist/120/emissions/backupRewardsDistributed.d.cts +15 -0
- package/dist/120/emissions/flipBurnSkipped.cjs +9 -0
- package/dist/120/emissions/flipBurnSkipped.d.cts +229 -0
- package/dist/120/emissions/flipBurnSkipped.d.mts +16 -16
- package/dist/120/emissions/networkFeeBurned.cjs +12 -0
- package/dist/120/emissions/networkFeeBurned.d.cts +25 -0
- package/dist/120/environment/utxoConsolidationParametersUpdated.cjs +9 -0
- package/dist/120/environment/utxoConsolidationParametersUpdated.d.cts +27 -0
- package/dist/120/ethereumBroadcaster/broadcastRetryScheduled.cjs +11 -0
- package/dist/120/ethereumBroadcaster/broadcastRetryScheduled.d.cts +15 -0
- package/dist/120/ethereumBroadcaster/broadcastTimeout.cjs +8 -0
- package/dist/120/ethereumBroadcaster/broadcastTimeout.d.cts +12 -0
- package/dist/120/ethereumBroadcaster/thresholdSignatureInvalid.cjs +8 -0
- package/dist/120/ethereumBroadcaster/thresholdSignatureInvalid.d.cts +12 -0
- package/dist/120/ethereumBroadcaster/transactionBroadcastRequest.cjs +14 -0
- package/dist/120/ethereumBroadcaster/transactionBroadcastRequest.d.cts +76 -0
- package/dist/120/ethereumIngressEgress/depositIgnored.cjs +14 -0
- package/dist/120/ethereumIngressEgress/depositIgnored.d.cts +41 -0
- package/dist/120/ethereumIngressEgress/depositReceived.cjs +15 -0
- package/dist/120/ethereumIngressEgress/depositReceived.d.cts +94 -0
- package/dist/120/ethereumIngressEgress/utxoConsolidation.cjs +8 -0
- package/dist/120/ethereumIngressEgress/utxoConsolidation.d.cts +12 -0
- package/dist/120/liquidityProvider/liquidityDepositCredited.cjs +13 -0
- package/dist/120/liquidityProvider/liquidityDepositCredited.d.cts +28 -0
- package/dist/120/liquidityProvider/liquidityDepositCredited.d.mts +6 -6
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.cjs +15 -0
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.cts +77 -0
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.mts +10 -10
- package/dist/120/polkadotBroadcaster/broadcastRetryScheduled.cjs +11 -0
- package/dist/120/polkadotBroadcaster/broadcastRetryScheduled.d.cts +15 -0
- package/dist/120/polkadotBroadcaster/broadcastTimeout.cjs +8 -0
- package/dist/120/polkadotBroadcaster/broadcastTimeout.d.cts +12 -0
- package/dist/120/polkadotBroadcaster/thresholdSignatureInvalid.cjs +8 -0
- package/dist/120/polkadotBroadcaster/thresholdSignatureInvalid.d.cts +12 -0
- package/dist/120/polkadotBroadcaster/transactionBroadcastRequest.cjs +14 -0
- package/dist/120/polkadotBroadcaster/transactionBroadcastRequest.d.cts +31 -0
- package/dist/120/polkadotIngressEgress/depositIgnored.cjs +14 -0
- package/dist/120/polkadotIngressEgress/depositIgnored.d.cts +41 -0
- package/dist/120/polkadotIngressEgress/depositReceived.cjs +15 -0
- package/dist/120/polkadotIngressEgress/depositReceived.d.cts +94 -0
- package/dist/120/polkadotIngressEgress/utxoConsolidation.cjs +8 -0
- package/dist/120/polkadotIngressEgress/utxoConsolidation.d.cts +12 -0
- package/dist/120/swapping/ccmFailed.cjs +13 -0
- package/dist/120/swapping/ccmFailed.d.cts +355 -0
- package/dist/120/swapping/ccmFailed.d.mts +62 -62
- package/dist/120/swapping/swapEgressIgnored.cjs +14 -0
- package/dist/120/swapping/swapEgressIgnored.d.cts +248 -0
- package/dist/120/swapping/swapEgressIgnored.d.mts +24 -24
- package/dist/120/swapping/swapEgressScheduled.cjs +15 -0
- package/dist/120/swapping/swapEgressScheduled.d.cts +44 -0
- package/dist/120/swapping/swapEgressScheduled.d.mts +8 -8
- package/dist/120/swapping/swapExecuted.cjs +18 -0
- package/dist/120/swapping/swapExecuted.d.cts +53 -0
- package/dist/120/swapping/swapExecuted.d.mts +12 -12
- package/dist/120/swapping/withdrawalRequested.cjs +14 -0
- package/dist/120/swapping/withdrawalRequested.d.cts +64 -0
- package/dist/120/swapping/withdrawalRequested.d.mts +4 -4
- package/dist/131/_virtual/rolldown_runtime.cjs +29 -0
- package/dist/131/bitcoinBroadcaster/broadcastSuccess.cjs +13 -0
- package/dist/131/bitcoinBroadcaster/broadcastSuccess.d.cts +18 -0
- package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.cjs +14 -0
- package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +31 -0
- package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.mts +2 -2
- package/dist/131/bitcoinChainTracking/feeMultiplierUpdated.cjs +9 -0
- package/dist/131/bitcoinChainTracking/feeMultiplierUpdated.d.cts +12 -0
- package/dist/131/bitcoinIngressEgress/channelOpeningFeePaid.cjs +9 -0
- package/dist/131/bitcoinIngressEgress/channelOpeningFeePaid.d.cts +12 -0
- package/dist/131/bitcoinIngressEgress/channelOpeningFeeSet.cjs +9 -0
- package/dist/131/bitcoinIngressEgress/channelOpeningFeeSet.d.cts +12 -0
- package/dist/131/bitcoinIngressEgress/depositIgnored.cjs +15 -0
- package/dist/131/bitcoinIngressEgress/depositIgnored.d.cts +154 -0
- package/dist/131/bitcoinIngressEgress/depositIgnored.d.mts +24 -24
- package/dist/131/bitcoinIngressEgress/depositReceived.cjs +16 -0
- package/dist/131/bitcoinIngressEgress/depositReceived.d.cts +207 -0
- package/dist/131/bitcoinIngressEgress/depositReceived.d.mts +28 -28
- package/dist/131/bitcoinIngressEgress/depositWitnessRejected.cjs +12 -0
- package/dist/131/bitcoinIngressEgress/depositWitnessRejected.d.cts +423 -0
- package/dist/131/bitcoinIngressEgress/depositWitnessRejected.d.mts +46 -46
- package/dist/131/bitcoinIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/131/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +370 -0
- package/dist/131/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +28 -28
- package/dist/131/bitcoinThresholdSigner/keyHandoverFailure.cjs +9 -0
- package/dist/131/bitcoinThresholdSigner/keyHandoverFailure.d.cts +12 -0
- package/dist/131/bitcoinThresholdSigner/keyHandoverFailureReported.cjs +7 -0
- package/dist/131/bitcoinThresholdSigner/keyHandoverFailureReported.d.cts +6 -0
- package/dist/131/bitcoinThresholdSigner/keyHandoverRequest.cjs +17 -0
- package/dist/131/bitcoinThresholdSigner/keyHandoverRequest.d.cts +60 -0
- package/dist/131/bitcoinThresholdSigner/keyHandoverResponseTimeout.cjs +9 -0
- package/dist/131/bitcoinThresholdSigner/keyHandoverResponseTimeout.d.cts +12 -0
- package/dist/131/bitcoinThresholdSigner/keyHandoverSuccess.cjs +9 -0
- package/dist/131/bitcoinThresholdSigner/keyHandoverSuccess.d.cts +12 -0
- package/dist/131/bitcoinThresholdSigner/keyHandoverSuccessReported.cjs +7 -0
- package/dist/131/bitcoinThresholdSigner/keyHandoverSuccessReported.d.cts +6 -0
- package/dist/131/bitcoinThresholdSigner/keyHandoverVerificationFailure.cjs +9 -0
- package/dist/131/bitcoinThresholdSigner/keyHandoverVerificationFailure.d.cts +12 -0
- package/dist/131/bitcoinThresholdSigner/keyHandoverVerificationSuccess.cjs +9 -0
- package/dist/131/bitcoinThresholdSigner/keyHandoverVerificationSuccess.d.cts +27 -0
- package/dist/131/bitcoinThresholdSigner/keyRotationCompleted.cjs +8 -0
- package/dist/131/bitcoinThresholdSigner/keyRotationCompleted.d.cts +6 -0
- package/dist/131/bitcoinThresholdSigner/keygenFailure.cjs +7 -0
- package/dist/131/bitcoinThresholdSigner/keygenFailure.d.cts +6 -0
- package/dist/131/bitcoinThresholdSigner/keygenFailureReported.cjs +7 -0
- package/dist/131/bitcoinThresholdSigner/keygenFailureReported.d.cts +6 -0
- package/dist/131/bitcoinThresholdSigner/keygenRequest.cjs +13 -0
- package/dist/131/bitcoinThresholdSigner/keygenRequest.d.cts +18 -0
- package/dist/131/bitcoinThresholdSigner/keygenResponseTimeout.cjs +7 -0
- package/dist/131/bitcoinThresholdSigner/keygenResponseTimeout.d.cts +6 -0
- package/dist/131/bitcoinThresholdSigner/keygenResponseTimeoutUpdated.cjs +8 -0
- package/dist/131/bitcoinThresholdSigner/keygenResponseTimeoutUpdated.d.cts +12 -0
- package/dist/131/bitcoinThresholdSigner/keygenSuccess.cjs +7 -0
- package/dist/131/bitcoinThresholdSigner/keygenSuccess.d.cts +6 -0
- package/dist/131/bitcoinThresholdSigner/keygenSuccessReported.cjs +7 -0
- package/dist/131/bitcoinThresholdSigner/keygenSuccessReported.d.cts +6 -0
- package/dist/131/bitcoinThresholdSigner/keygenVerificationFailure.cjs +9 -0
- package/dist/131/bitcoinThresholdSigner/keygenVerificationFailure.d.cts +12 -0
- package/dist/131/bitcoinThresholdSigner/keygenVerificationSuccess.cjs +9 -0
- package/dist/131/bitcoinThresholdSigner/keygenVerificationSuccess.d.cts +27 -0
- package/dist/131/bitcoinThresholdSigner/noKeyHandover.cjs +8 -0
- package/dist/131/bitcoinThresholdSigner/noKeyHandover.d.cts +6 -0
- package/dist/131/bitcoinVault/vaultActivationCompleted.cjs +8 -0
- package/dist/131/bitcoinVault/vaultActivationCompleted.d.cts +6 -0
- package/dist/131/common.cjs +439 -0
- package/dist/131/common.d.cts +2831 -0
- package/dist/131/common.d.mts +241 -241
- package/dist/131/environment/addedNewEthAsset.cjs +9 -0
- package/dist/131/environment/addedNewEthAsset.d.cts +14 -0
- package/dist/131/environment/runtimeSafeModeUpdated.cjs +9 -0
- package/dist/131/environment/runtimeSafeModeUpdated.d.cts +688 -0
- package/dist/131/environment/runtimeSafeModeUpdated.d.mts +40 -40
- package/dist/131/environment/updatedEthAsset.cjs +9 -0
- package/dist/131/environment/updatedEthAsset.d.cts +14 -0
- package/dist/131/ethereumBroadcaster/broadcastSuccess.cjs +13 -0
- package/dist/131/ethereumBroadcaster/broadcastSuccess.d.cts +33 -0
- package/dist/131/ethereumChainTracking/feeMultiplierUpdated.cjs +9 -0
- package/dist/131/ethereumChainTracking/feeMultiplierUpdated.d.cts +12 -0
- package/dist/131/ethereumIngressEgress/assetEgressStatusChanged.cjs +12 -0
- package/dist/131/ethereumIngressEgress/assetEgressStatusChanged.d.cts +25 -0
- package/dist/131/ethereumIngressEgress/channelOpeningFeePaid.cjs +9 -0
- package/dist/131/ethereumIngressEgress/channelOpeningFeePaid.d.cts +12 -0
- package/dist/131/ethereumIngressEgress/channelOpeningFeeSet.cjs +9 -0
- package/dist/131/ethereumIngressEgress/channelOpeningFeeSet.d.cts +12 -0
- package/dist/131/ethereumIngressEgress/depositFetchesScheduled.cjs +12 -0
- package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.cts +25 -0
- package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.mts +2 -2
- package/dist/131/ethereumIngressEgress/depositIgnored.cjs +14 -0
- package/dist/131/ethereumIngressEgress/depositIgnored.d.cts +41 -0
- package/dist/131/ethereumIngressEgress/depositReceived.cjs +15 -0
- package/dist/131/ethereumIngressEgress/depositReceived.d.cts +94 -0
- package/dist/131/ethereumIngressEgress/depositWitnessRejected.cjs +12 -0
- package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.cts +264 -0
- package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.mts +16 -16
- package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +370 -0
- package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +28 -28
- package/dist/131/ethereumIngressEgress/minimumDepositSet.cjs +12 -0
- package/dist/131/ethereumIngressEgress/minimumDepositSet.d.cts +25 -0
- package/dist/131/ethereumIngressEgress/transferFallbackRequested.cjs +14 -0
- package/dist/131/ethereumIngressEgress/transferFallbackRequested.d.cts +31 -0
- package/dist/131/ethereumIngressEgress/transferFallbackRequested.d.mts +2 -2
- package/dist/131/ethereumThresholdSigner/keyHandoverFailure.cjs +9 -0
- package/dist/131/ethereumThresholdSigner/keyHandoverFailure.d.cts +12 -0
- package/dist/131/ethereumThresholdSigner/keyHandoverFailureReported.cjs +7 -0
- package/dist/131/ethereumThresholdSigner/keyHandoverFailureReported.d.cts +6 -0
- package/dist/131/ethereumThresholdSigner/keyHandoverRequest.cjs +17 -0
- package/dist/131/ethereumThresholdSigner/keyHandoverRequest.d.cts +84 -0
- package/dist/131/ethereumThresholdSigner/keyHandoverResponseTimeout.cjs +9 -0
- package/dist/131/ethereumThresholdSigner/keyHandoverResponseTimeout.d.cts +12 -0
- package/dist/131/ethereumThresholdSigner/keyHandoverSuccess.cjs +9 -0
- package/dist/131/ethereumThresholdSigner/keyHandoverSuccess.d.cts +12 -0
- package/dist/131/ethereumThresholdSigner/keyHandoverSuccessReported.cjs +7 -0
- package/dist/131/ethereumThresholdSigner/keyHandoverSuccessReported.d.cts +6 -0
- package/dist/131/ethereumThresholdSigner/keyHandoverVerificationFailure.cjs +9 -0
- package/dist/131/ethereumThresholdSigner/keyHandoverVerificationFailure.d.cts +12 -0
- package/dist/131/ethereumThresholdSigner/keyHandoverVerificationSuccess.cjs +9 -0
- package/dist/131/ethereumThresholdSigner/keyHandoverVerificationSuccess.d.cts +39 -0
- package/dist/131/ethereumThresholdSigner/keyRotationCompleted.cjs +8 -0
- package/dist/131/ethereumThresholdSigner/keyRotationCompleted.d.cts +6 -0
- package/dist/131/ethereumThresholdSigner/keygenFailure.cjs +7 -0
- package/dist/131/ethereumThresholdSigner/keygenFailure.d.cts +6 -0
- package/dist/131/ethereumThresholdSigner/keygenFailureReported.cjs +7 -0
- package/dist/131/ethereumThresholdSigner/keygenFailureReported.d.cts +6 -0
- package/dist/131/ethereumThresholdSigner/keygenRequest.cjs +13 -0
- package/dist/131/ethereumThresholdSigner/keygenRequest.d.cts +18 -0
- package/dist/131/ethereumThresholdSigner/keygenResponseTimeout.cjs +7 -0
- package/dist/131/ethereumThresholdSigner/keygenResponseTimeout.d.cts +6 -0
- package/dist/131/ethereumThresholdSigner/keygenResponseTimeoutUpdated.cjs +8 -0
- package/dist/131/ethereumThresholdSigner/keygenResponseTimeoutUpdated.d.cts +12 -0
- package/dist/131/ethereumThresholdSigner/keygenSuccess.cjs +7 -0
- package/dist/131/ethereumThresholdSigner/keygenSuccess.d.cts +6 -0
- package/dist/131/ethereumThresholdSigner/keygenSuccessReported.cjs +7 -0
- package/dist/131/ethereumThresholdSigner/keygenSuccessReported.d.cts +6 -0
- package/dist/131/ethereumThresholdSigner/keygenVerificationFailure.cjs +9 -0
- package/dist/131/ethereumThresholdSigner/keygenVerificationFailure.d.cts +12 -0
- package/dist/131/ethereumThresholdSigner/keygenVerificationSuccess.cjs +9 -0
- package/dist/131/ethereumThresholdSigner/keygenVerificationSuccess.d.cts +39 -0
- package/dist/131/ethereumThresholdSigner/noKeyHandover.cjs +8 -0
- package/dist/131/ethereumThresholdSigner/noKeyHandover.d.cts +6 -0
- package/dist/131/ethereumVault/vaultActivationCompleted.cjs +8 -0
- package/dist/131/ethereumVault/vaultActivationCompleted.d.cts +6 -0
- package/dist/131/liquidityPools/assetSwapped.cjs +14 -0
- package/dist/131/liquidityPools/assetSwapped.d.cts +41 -0
- package/dist/131/liquidityPools/limitOrderUpdated.cjs +20 -0
- package/dist/131/liquidityPools/limitOrderUpdated.d.cts +99 -0
- package/dist/131/liquidityPools/limitOrderUpdated.d.mts +14 -14
- package/dist/131/liquidityPools/newPoolCreated.cjs +14 -0
- package/dist/131/liquidityPools/newPoolCreated.d.cts +41 -0
- package/dist/131/liquidityPools/poolFeeSet.cjs +13 -0
- package/dist/131/liquidityPools/poolFeeSet.d.cts +38 -0
- package/dist/131/liquidityPools/rangeOrderUpdated.cjs +21 -0
- package/dist/131/liquidityPools/rangeOrderUpdated.d.cts +209 -0
- package/dist/131/liquidityPools/rangeOrderUpdated.d.mts +18 -18
- package/dist/131/liquidityProvider/accountCredited.cjs +13 -0
- package/dist/131/liquidityProvider/accountCredited.d.cts +28 -0
- package/dist/131/liquidityProvider/accountDebited.cjs +13 -0
- package/dist/131/liquidityProvider/accountDebited.d.cts +28 -0
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.cjs +17 -0
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.cts +73 -0
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.mts +6 -6
- package/dist/131/liquidityProvider/liquidityDepositCredited.cjs +13 -0
- package/dist/131/liquidityProvider/liquidityDepositCredited.d.cts +28 -0
- package/dist/131/liquidityProvider/withdrawalEgressScheduled.cjs +15 -0
- package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.cts +77 -0
- package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.mts +6 -6
- package/dist/131/polkadotBroadcaster/broadcastSuccess.cjs +13 -0
- package/dist/131/polkadotBroadcaster/broadcastSuccess.d.cts +33 -0
- package/dist/131/polkadotChainTracking/feeMultiplierUpdated.cjs +9 -0
- package/dist/131/polkadotChainTracking/feeMultiplierUpdated.d.cts +12 -0
- package/dist/131/polkadotIngressEgress/channelOpeningFeePaid.cjs +9 -0
- package/dist/131/polkadotIngressEgress/channelOpeningFeePaid.d.cts +12 -0
- package/dist/131/polkadotIngressEgress/channelOpeningFeeSet.cjs +9 -0
- package/dist/131/polkadotIngressEgress/channelOpeningFeeSet.d.cts +12 -0
- package/dist/131/polkadotIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/131/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +370 -0
- package/dist/131/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +28 -28
- package/dist/131/polkadotThresholdSigner/keyHandoverFailure.cjs +9 -0
- package/dist/131/polkadotThresholdSigner/keyHandoverFailure.d.cts +12 -0
- package/dist/131/polkadotThresholdSigner/keyHandoverFailureReported.cjs +7 -0
- package/dist/131/polkadotThresholdSigner/keyHandoverFailureReported.d.cts +6 -0
- package/dist/131/polkadotThresholdSigner/keyHandoverRequest.cjs +17 -0
- package/dist/131/polkadotThresholdSigner/keyHandoverRequest.d.cts +30 -0
- package/dist/131/polkadotThresholdSigner/keyHandoverResponseTimeout.cjs +9 -0
- package/dist/131/polkadotThresholdSigner/keyHandoverResponseTimeout.d.cts +12 -0
- package/dist/131/polkadotThresholdSigner/keyHandoverSuccess.cjs +9 -0
- package/dist/131/polkadotThresholdSigner/keyHandoverSuccess.d.cts +12 -0
- package/dist/131/polkadotThresholdSigner/keyHandoverSuccessReported.cjs +7 -0
- package/dist/131/polkadotThresholdSigner/keyHandoverSuccessReported.d.cts +6 -0
- package/dist/131/polkadotThresholdSigner/keyHandoverVerificationFailure.cjs +9 -0
- package/dist/131/polkadotThresholdSigner/keyHandoverVerificationFailure.d.cts +12 -0
- package/dist/131/polkadotThresholdSigner/keyHandoverVerificationSuccess.cjs +9 -0
- package/dist/131/polkadotThresholdSigner/keyHandoverVerificationSuccess.d.cts +12 -0
- package/dist/131/polkadotThresholdSigner/keyRotationCompleted.cjs +8 -0
- package/dist/131/polkadotThresholdSigner/keyRotationCompleted.d.cts +6 -0
- package/dist/131/polkadotThresholdSigner/keygenFailure.cjs +7 -0
- package/dist/131/polkadotThresholdSigner/keygenFailure.d.cts +6 -0
- package/dist/131/polkadotThresholdSigner/keygenFailureReported.cjs +7 -0
- package/dist/131/polkadotThresholdSigner/keygenFailureReported.d.cts +6 -0
- package/dist/131/polkadotThresholdSigner/keygenRequest.cjs +13 -0
- package/dist/131/polkadotThresholdSigner/keygenRequest.d.cts +18 -0
- package/dist/131/polkadotThresholdSigner/keygenResponseTimeout.cjs +7 -0
- package/dist/131/polkadotThresholdSigner/keygenResponseTimeout.d.cts +6 -0
- package/dist/131/polkadotThresholdSigner/keygenResponseTimeoutUpdated.cjs +8 -0
- package/dist/131/polkadotThresholdSigner/keygenResponseTimeoutUpdated.d.cts +12 -0
- package/dist/131/polkadotThresholdSigner/keygenSuccess.cjs +7 -0
- package/dist/131/polkadotThresholdSigner/keygenSuccess.d.cts +6 -0
- package/dist/131/polkadotThresholdSigner/keygenSuccessReported.cjs +7 -0
- package/dist/131/polkadotThresholdSigner/keygenSuccessReported.d.cts +6 -0
- package/dist/131/polkadotThresholdSigner/keygenVerificationFailure.cjs +9 -0
- package/dist/131/polkadotThresholdSigner/keygenVerificationFailure.d.cts +12 -0
- package/dist/131/polkadotThresholdSigner/keygenVerificationSuccess.cjs +9 -0
- package/dist/131/polkadotThresholdSigner/keygenVerificationSuccess.d.cts +12 -0
- package/dist/131/polkadotThresholdSigner/noKeyHandover.cjs +8 -0
- package/dist/131/polkadotThresholdSigner/noKeyHandover.d.cts +6 -0
- package/dist/131/polkadotVault/vaultActivationCompleted.cjs +8 -0
- package/dist/131/polkadotVault/vaultActivationCompleted.d.cts +6 -0
- package/dist/131/reputation/offencePenalty.cjs +13 -0
- package/dist/131/reputation/offencePenalty.d.cts +28 -0
- package/dist/131/reputation/penaltyUpdated.cjs +13 -0
- package/dist/131/reputation/penaltyUpdated.d.cts +58 -0
- package/dist/131/swapping/batchSwapFailed.cjs +13 -0
- package/dist/131/swapping/batchSwapFailed.d.cts +38 -0
- package/dist/131/swapping/ccmFailed.cjs +14 -0
- package/dist/131/swapping/ccmFailed.d.cts +443 -0
- package/dist/131/swapping/ccmFailed.d.mts +71 -71
- package/dist/131/swapping/maximumSwapAmountSet.cjs +12 -0
- package/dist/131/swapping/maximumSwapAmountSet.d.cts +25 -0
- package/dist/131/swapping/swapAmountConfiscated.cjs +15 -0
- package/dist/131/swapping/swapAmountConfiscated.d.cts +44 -0
- package/dist/131/swapping/swapDepositAddressReady.cjs +20 -0
- package/dist/131/swapping/swapDepositAddressReady.d.cts +145 -0
- package/dist/131/swapping/swapDepositAddressReady.d.mts +8 -8
- package/dist/131/swapping/swapEgressIgnored.cjs +14 -0
- package/dist/131/swapping/swapEgressIgnored.d.cts +248 -0
- package/dist/131/swapping/swapEgressIgnored.d.mts +18 -18
- package/dist/131/swapping/swapEgressScheduled.cjs +15 -0
- package/dist/131/swapping/swapEgressScheduled.d.cts +44 -0
- package/dist/131/swapping/swapEgressScheduled.d.mts +4 -4
- package/dist/131/swapping/swapExecuted.cjs +18 -0
- package/dist/131/swapping/swapExecuted.d.cts +53 -0
- package/dist/131/swapping/swapExecuted.d.mts +2 -2
- package/dist/131/swapping/swapScheduled.cjs +19 -0
- package/dist/131/swapping/swapScheduled.d.cts +463 -0
- package/dist/131/swapping/swapScheduled.d.mts +85 -85
- package/dist/131/swapping/withdrawalRequested.cjs +15 -0
- package/dist/131/swapping/withdrawalRequested.d.cts +77 -0
- package/dist/131/swapping/withdrawalRequested.d.mts +6 -6
- package/dist/131/system/upgradeAuthorized.cjs +12 -0
- package/dist/131/system/upgradeAuthorized.d.cts +15 -0
- package/dist/131/witnesser/prewitnessExecutionFailed.cjs +12 -0
- package/dist/131/witnesser/prewitnessExecutionFailed.d.cts +232 -0
- package/dist/131/witnesser/prewitnessExecutionFailed.d.mts +16 -16
- package/dist/141/_virtual/rolldown_runtime.cjs +29 -0
- package/dist/141/accountRoles/accountRoleDeregistered.cjs +12 -0
- package/dist/141/accountRoles/accountRoleDeregistered.d.cts +25 -0
- package/dist/141/accountRoles/vanityNameSet.cjs +12 -0
- package/dist/141/accountRoles/vanityNameSet.d.cts +15 -0
- package/dist/141/arbitrumBroadcaster/broadcastAborted.cjs +8 -0
- package/dist/141/arbitrumBroadcaster/broadcastAborted.d.cts +12 -0
- package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.cjs +12 -0
- package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.cts +333 -0
- package/dist/141/arbitrumBroadcaster/broadcastRetryScheduled.cjs +11 -0
- package/dist/141/arbitrumBroadcaster/broadcastRetryScheduled.d.cts +15 -0
- package/dist/141/arbitrumBroadcaster/broadcastSuccess.cjs +13 -0
- package/dist/141/arbitrumBroadcaster/broadcastSuccess.d.cts +33 -0
- package/dist/141/arbitrumBroadcaster/broadcastTimeout.cjs +8 -0
- package/dist/141/arbitrumBroadcaster/broadcastTimeout.d.cts +12 -0
- package/dist/141/arbitrumBroadcaster/callResigned.cjs +8 -0
- package/dist/141/arbitrumBroadcaster/callResigned.d.cts +12 -0
- package/dist/141/arbitrumBroadcaster/thresholdSignatureInvalid.cjs +8 -0
- package/dist/141/arbitrumBroadcaster/thresholdSignatureInvalid.d.cts +12 -0
- package/dist/141/arbitrumBroadcaster/transactionBroadcastRequest.cjs +14 -0
- package/dist/141/arbitrumBroadcaster/transactionBroadcastRequest.d.cts +76 -0
- package/dist/141/arbitrumBroadcaster/transactionFeeDeficitRecorded.cjs +12 -0
- package/dist/141/arbitrumBroadcaster/transactionFeeDeficitRecorded.d.cts +15 -0
- package/dist/141/arbitrumBroadcaster/transactionFeeDeficitRecorded.d.mts +2 -2
- package/dist/141/arbitrumBroadcaster/transactionFeeDeficitRefused.cjs +9 -0
- package/dist/141/arbitrumBroadcaster/transactionFeeDeficitRefused.d.cts +12 -0
- package/dist/141/arbitrumChainTracking/chainStateUpdated.cjs +9 -0
- package/dist/141/arbitrumChainTracking/chainStateUpdated.d.cts +48 -0
- package/dist/141/arbitrumChainTracking/feeMultiplierUpdated.cjs +9 -0
- package/dist/141/arbitrumChainTracking/feeMultiplierUpdated.d.cts +12 -0
- package/dist/141/arbitrumIngressEgress/assetEgressStatusChanged.cjs +12 -0
- package/dist/141/arbitrumIngressEgress/assetEgressStatusChanged.d.cts +25 -0
- package/dist/141/arbitrumIngressEgress/batchBroadcastRequested.cjs +12 -0
- package/dist/141/arbitrumIngressEgress/batchBroadcastRequested.d.cts +25 -0
- package/dist/141/arbitrumIngressEgress/boostFundsAdded.cjs +13 -0
- package/dist/141/arbitrumIngressEgress/boostFundsAdded.d.cts +45 -0
- package/dist/141/arbitrumIngressEgress/boostPoolCreated.cjs +9 -0
- package/dist/141/arbitrumIngressEgress/boostPoolCreated.d.cts +39 -0
- package/dist/141/arbitrumIngressEgress/ccmBroadcastFailed.cjs +8 -0
- package/dist/141/arbitrumIngressEgress/ccmBroadcastFailed.d.cts +12 -0
- package/dist/141/arbitrumIngressEgress/ccmBroadcastRequested.cjs +12 -0
- package/dist/141/arbitrumIngressEgress/ccmBroadcastRequested.d.cts +25 -0
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.cts +242 -0
- package/dist/141/arbitrumIngressEgress/channelOpeningFeePaid.cjs +9 -0
- package/dist/141/arbitrumIngressEgress/channelOpeningFeePaid.d.cts +12 -0
- package/dist/141/arbitrumIngressEgress/channelOpeningFeeSet.cjs +9 -0
- package/dist/141/arbitrumIngressEgress/channelOpeningFeeSet.d.cts +12 -0
- package/dist/141/arbitrumIngressEgress/depositBoosted.cjs +18 -0
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.cts +118 -0
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.mts +2 -2
- package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.cjs +12 -0
- package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.cts +25 -0
- package/dist/141/arbitrumIngressEgress/depositFinalised.cjs +16 -0
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.cts +112 -0
- package/dist/141/arbitrumIngressEgress/depositIgnored.cjs +14 -0
- package/dist/141/arbitrumIngressEgress/depositIgnored.d.cts +41 -0
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.cjs +12 -0
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.cts +264 -0
- package/dist/141/arbitrumIngressEgress/failedForeignChainCallExpired.cjs +8 -0
- package/dist/141/arbitrumIngressEgress/failedForeignChainCallExpired.d.cts +12 -0
- package/dist/141/arbitrumIngressEgress/failedForeignChainCallResigned.cjs +11 -0
- package/dist/141/arbitrumIngressEgress/failedForeignChainCallResigned.d.cts +15 -0
- package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +370 -0
- package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.cjs +14 -0
- package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +31 -0
- package/dist/141/arbitrumIngressEgress/minimumDepositSet.cjs +12 -0
- package/dist/141/arbitrumIngressEgress/minimumDepositSet.d.cts +25 -0
- package/dist/141/arbitrumIngressEgress/stoppedBoosting.cjs +14 -0
- package/dist/141/arbitrumIngressEgress/stoppedBoosting.d.cts +48 -0
- package/dist/141/arbitrumIngressEgress/transferFallbackRequested.cjs +14 -0
- package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.cts +31 -0
- package/dist/141/arbitrumIngressEgress/utxoConsolidation.cjs +8 -0
- package/dist/141/arbitrumIngressEgress/utxoConsolidation.d.cts +12 -0
- package/dist/141/arbitrumVault/awaitingGovernanceActivation.cjs +9 -0
- package/dist/141/arbitrumVault/awaitingGovernanceActivation.d.cts +39 -0
- package/dist/141/arbitrumVault/chainInitialized.cjs +8 -0
- package/dist/141/arbitrumVault/chainInitialized.d.cts +6 -0
- package/dist/141/arbitrumVault/vaultActivationCompleted.cjs +8 -0
- package/dist/141/arbitrumVault/vaultActivationCompleted.d.cts +6 -0
- package/dist/141/arbitrumVault/vaultRotatedExternally.cjs +7 -0
- package/dist/141/arbitrumVault/vaultRotatedExternally.d.cts +25 -0
- package/dist/141/bitcoinIngressEgress/batchBroadcastRequested.cjs +12 -0
- package/dist/141/bitcoinIngressEgress/batchBroadcastRequested.d.cts +25 -0
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.cjs +13 -0
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.cts +45 -0
- package/dist/141/bitcoinIngressEgress/boostPoolCreated.cjs +9 -0
- package/dist/141/bitcoinIngressEgress/boostPoolCreated.d.cts +39 -0
- package/dist/141/bitcoinIngressEgress/ccmBroadcastRequested.cjs +12 -0
- package/dist/141/bitcoinIngressEgress/ccmBroadcastRequested.d.cts +25 -0
- package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.cts +242 -0
- package/dist/141/bitcoinIngressEgress/depositBoosted.cjs +19 -0
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.cts +231 -0
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.mts +2 -2
- package/dist/141/bitcoinIngressEgress/depositFinalised.cjs +17 -0
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.cts +225 -0
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.cjs +14 -0
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +31 -0
- package/dist/141/bitcoinIngressEgress/stoppedBoosting.cjs +14 -0
- package/dist/141/bitcoinIngressEgress/stoppedBoosting.d.cts +48 -0
- package/dist/141/bitcoinVault/chainInitialized.cjs +8 -0
- package/dist/141/bitcoinVault/chainInitialized.d.cts +6 -0
- package/dist/141/common.cjs +603 -0
- package/dist/141/common.d.cts +4035 -0
- package/dist/141/common.d.mts +2 -2
- package/dist/141/emissions/networkFeeBurned.cjs +12 -0
- package/dist/141/emissions/networkFeeBurned.d.cts +25 -0
- package/dist/141/environment/addedNewArbAsset.cjs +9 -0
- package/dist/141/environment/addedNewArbAsset.d.cts +14 -0
- package/dist/141/environment/arbitrumInitialized.cjs +8 -0
- package/dist/141/environment/arbitrumInitialized.d.cts +6 -0
- package/dist/141/environment/runtimeSafeModeUpdated.cjs +9 -0
- package/dist/141/environment/runtimeSafeModeUpdated.d.cts +956 -0
- package/dist/141/environment/staleUtxosDiscarded.cjs +9 -0
- package/dist/141/environment/staleUtxosDiscarded.d.cts +141 -0
- package/dist/141/environment/staleUtxosDiscarded.d.mts +4 -4
- package/dist/141/environment/updatedArbAsset.cjs +9 -0
- package/dist/141/environment/updatedArbAsset.d.cts +14 -0
- package/dist/141/ethereumIngressEgress/batchBroadcastRequested.cjs +12 -0
- package/dist/141/ethereumIngressEgress/batchBroadcastRequested.d.cts +25 -0
- package/dist/141/ethereumIngressEgress/boostFundsAdded.cjs +13 -0
- package/dist/141/ethereumIngressEgress/boostFundsAdded.d.cts +45 -0
- package/dist/141/ethereumIngressEgress/boostPoolCreated.cjs +9 -0
- package/dist/141/ethereumIngressEgress/boostPoolCreated.d.cts +39 -0
- package/dist/141/ethereumIngressEgress/ccmBroadcastRequested.cjs +12 -0
- package/dist/141/ethereumIngressEgress/ccmBroadcastRequested.d.cts +25 -0
- package/dist/141/ethereumIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/141/ethereumIngressEgress/ccmEgressInvalid.d.cts +242 -0
- package/dist/141/ethereumIngressEgress/depositBoosted.cjs +18 -0
- package/dist/141/ethereumIngressEgress/depositBoosted.d.cts +118 -0
- package/dist/141/ethereumIngressEgress/depositBoosted.d.mts +2 -2
- package/dist/141/ethereumIngressEgress/depositFinalised.cjs +16 -0
- package/dist/141/ethereumIngressEgress/depositFinalised.d.cts +112 -0
- package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.cjs +14 -0
- package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +31 -0
- package/dist/141/ethereumIngressEgress/stoppedBoosting.cjs +14 -0
- package/dist/141/ethereumIngressEgress/stoppedBoosting.d.cts +48 -0
- package/dist/141/ethereumVault/chainInitialized.cjs +8 -0
- package/dist/141/ethereumVault/chainInitialized.d.cts +6 -0
- package/dist/141/evmThresholdSigner/failureReportProcessed.cjs +13 -0
- package/dist/141/evmThresholdSigner/failureReportProcessed.d.cts +18 -0
- package/dist/141/evmThresholdSigner/keyHandoverFailure.cjs +9 -0
- package/dist/141/evmThresholdSigner/keyHandoverFailure.d.cts +12 -0
- package/dist/141/evmThresholdSigner/keyHandoverFailureReported.cjs +7 -0
- package/dist/141/evmThresholdSigner/keyHandoverFailureReported.d.cts +6 -0
- package/dist/141/evmThresholdSigner/keyHandoverRequest.cjs +17 -0
- package/dist/141/evmThresholdSigner/keyHandoverRequest.d.cts +84 -0
- package/dist/141/evmThresholdSigner/keyHandoverResponseTimeout.cjs +9 -0
- package/dist/141/evmThresholdSigner/keyHandoverResponseTimeout.d.cts +12 -0
- package/dist/141/evmThresholdSigner/keyHandoverSuccess.cjs +9 -0
- package/dist/141/evmThresholdSigner/keyHandoverSuccess.d.cts +12 -0
- package/dist/141/evmThresholdSigner/keyHandoverSuccessReported.cjs +7 -0
- package/dist/141/evmThresholdSigner/keyHandoverSuccessReported.d.cts +6 -0
- package/dist/141/evmThresholdSigner/keyHandoverVerificationFailure.cjs +9 -0
- package/dist/141/evmThresholdSigner/keyHandoverVerificationFailure.d.cts +12 -0
- package/dist/141/evmThresholdSigner/keyHandoverVerificationSuccess.cjs +9 -0
- package/dist/141/evmThresholdSigner/keyHandoverVerificationSuccess.d.cts +39 -0
- package/dist/141/evmThresholdSigner/keyRotationCompleted.cjs +8 -0
- package/dist/141/evmThresholdSigner/keyRotationCompleted.d.cts +6 -0
- package/dist/141/evmThresholdSigner/keygenFailure.cjs +7 -0
- package/dist/141/evmThresholdSigner/keygenFailure.d.cts +6 -0
- package/dist/141/evmThresholdSigner/keygenFailureReported.cjs +7 -0
- package/dist/141/evmThresholdSigner/keygenFailureReported.d.cts +6 -0
- package/dist/141/evmThresholdSigner/keygenRequest.cjs +13 -0
- package/dist/141/evmThresholdSigner/keygenRequest.d.cts +18 -0
- package/dist/141/evmThresholdSigner/keygenResponseTimeout.cjs +7 -0
- package/dist/141/evmThresholdSigner/keygenResponseTimeout.d.cts +6 -0
- package/dist/141/evmThresholdSigner/keygenResponseTimeoutUpdated.cjs +8 -0
- package/dist/141/evmThresholdSigner/keygenResponseTimeoutUpdated.d.cts +12 -0
- package/dist/141/evmThresholdSigner/keygenSuccess.cjs +7 -0
- package/dist/141/evmThresholdSigner/keygenSuccess.d.cts +6 -0
- package/dist/141/evmThresholdSigner/keygenSuccessReported.cjs +7 -0
- package/dist/141/evmThresholdSigner/keygenSuccessReported.d.cts +6 -0
- package/dist/141/evmThresholdSigner/keygenVerificationFailure.cjs +9 -0
- package/dist/141/evmThresholdSigner/keygenVerificationFailure.d.cts +12 -0
- package/dist/141/evmThresholdSigner/keygenVerificationSuccess.cjs +9 -0
- package/dist/141/evmThresholdSigner/keygenVerificationSuccess.d.cts +39 -0
- package/dist/141/evmThresholdSigner/noKeyHandover.cjs +8 -0
- package/dist/141/evmThresholdSigner/noKeyHandover.d.cts +6 -0
- package/dist/141/evmThresholdSigner/retryRequested.cjs +12 -0
- package/dist/141/evmThresholdSigner/retryRequested.d.cts +15 -0
- package/dist/141/evmThresholdSigner/signersUnavailable.cjs +11 -0
- package/dist/141/evmThresholdSigner/signersUnavailable.d.cts +15 -0
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.cjs +13 -0
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.cts +336 -0
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.mts +4 -4
- package/dist/141/evmThresholdSigner/thresholdSignatureFailed.cjs +13 -0
- package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.cts +18 -0
- package/dist/141/evmThresholdSigner/thresholdSignatureRequest.cjs +16 -0
- package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.cts +54 -0
- package/dist/141/evmThresholdSigner/thresholdSignatureResponseTimeoutUpdated.cjs +8 -0
- package/dist/141/evmThresholdSigner/thresholdSignatureResponseTimeoutUpdated.d.cts +12 -0
- package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.cjs +12 -0
- package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.cts +15 -0
- package/dist/141/liquidityPools/assetSwapped.cjs +14 -0
- package/dist/141/liquidityPools/assetSwapped.d.cts +41 -0
- package/dist/141/liquidityPools/limitOrderUpdated.cjs +20 -0
- package/dist/141/liquidityPools/limitOrderUpdated.d.cts +99 -0
- package/dist/141/liquidityPools/limitOrderUpdated.d.mts +2 -2
- package/dist/141/liquidityPools/newPoolCreated.cjs +14 -0
- package/dist/141/liquidityPools/newPoolCreated.d.cts +41 -0
- package/dist/141/liquidityPools/poolFeeSet.cjs +13 -0
- package/dist/141/liquidityPools/poolFeeSet.d.cts +38 -0
- package/dist/141/liquidityPools/priceImpactLimitSet.cjs +12 -0
- package/dist/141/liquidityPools/priceImpactLimitSet.d.cts +46 -0
- package/dist/141/liquidityPools/rangeOrderUpdated.cjs +21 -0
- package/dist/141/liquidityPools/rangeOrderUpdated.d.cts +209 -0
- package/dist/141/liquidityPools/rangeOrderUpdated.d.mts +2 -2
- package/dist/141/liquidityProvider/accountCredited.cjs +13 -0
- package/dist/141/liquidityProvider/accountCredited.d.cts +28 -0
- package/dist/141/liquidityProvider/accountCredited.d.mts +2 -2
- package/dist/141/liquidityProvider/accountDebited.cjs +13 -0
- package/dist/141/liquidityProvider/accountDebited.d.cts +28 -0
- package/dist/141/liquidityProvider/accountDebited.d.mts +2 -2
- package/dist/141/liquidityProvider/assetTransferred.cjs +14 -0
- package/dist/141/liquidityProvider/assetTransferred.d.cts +31 -0
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.cjs +17 -0
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.cts +79 -0
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.mts +2 -2
- package/dist/141/liquidityProvider/liquidityDepositCredited.cjs +13 -0
- package/dist/141/liquidityProvider/liquidityDepositCredited.d.cts +28 -0
- package/dist/141/liquidityProvider/liquidityDepositCredited.d.mts +2 -2
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.cjs +13 -0
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.cts +221 -0
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.mts +2 -2
- package/dist/141/liquidityProvider/withdrawalEgressScheduled.cjs +15 -0
- package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.cts +83 -0
- package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.mts +6 -6
- package/dist/141/polkadotIngressEgress/batchBroadcastRequested.cjs +12 -0
- package/dist/141/polkadotIngressEgress/batchBroadcastRequested.d.cts +25 -0
- package/dist/141/polkadotIngressEgress/boostFundsAdded.cjs +13 -0
- package/dist/141/polkadotIngressEgress/boostFundsAdded.d.cts +45 -0
- package/dist/141/polkadotIngressEgress/boostPoolCreated.cjs +9 -0
- package/dist/141/polkadotIngressEgress/boostPoolCreated.d.cts +39 -0
- package/dist/141/polkadotIngressEgress/ccmBroadcastRequested.cjs +12 -0
- package/dist/141/polkadotIngressEgress/ccmBroadcastRequested.d.cts +25 -0
- package/dist/141/polkadotIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/141/polkadotIngressEgress/ccmEgressInvalid.d.cts +242 -0
- package/dist/141/polkadotIngressEgress/depositBoosted.cjs +18 -0
- package/dist/141/polkadotIngressEgress/depositBoosted.d.cts +118 -0
- package/dist/141/polkadotIngressEgress/depositBoosted.d.mts +2 -2
- package/dist/141/polkadotIngressEgress/depositFinalised.cjs +16 -0
- package/dist/141/polkadotIngressEgress/depositFinalised.d.cts +112 -0
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.cjs +14 -0
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +31 -0
- package/dist/141/polkadotIngressEgress/stoppedBoosting.cjs +14 -0
- package/dist/141/polkadotIngressEgress/stoppedBoosting.d.cts +48 -0
- package/dist/141/polkadotVault/chainInitialized.cjs +8 -0
- package/dist/141/polkadotVault/chainInitialized.d.cts +6 -0
- package/dist/141/swapping/batchSwapFailed.cjs +13 -0
- package/dist/141/swapping/batchSwapFailed.d.cts +38 -0
- package/dist/141/swapping/ccmDepositReceived.cjs +16 -0
- package/dist/141/swapping/ccmDepositReceived.d.cts +381 -0
- package/dist/141/swapping/ccmDepositReceived.d.mts +4 -4
- package/dist/141/swapping/ccmEgressScheduled.cjs +12 -0
- package/dist/141/swapping/ccmEgressScheduled.d.cts +25 -0
- package/dist/141/swapping/ccmFailed.cjs +14 -0
- package/dist/141/swapping/ccmFailed.d.cts +479 -0
- package/dist/141/swapping/ccmFailed.d.mts +4 -4
- package/dist/141/swapping/maximumSwapAmountSet.cjs +12 -0
- package/dist/141/swapping/maximumSwapAmountSet.d.cts +25 -0
- package/dist/141/swapping/swapAmountConfiscated.cjs +15 -0
- package/dist/141/swapping/swapAmountConfiscated.d.cts +44 -0
- package/dist/141/swapping/swapDepositAddressReady.cjs +21 -0
- package/dist/141/swapping/swapDepositAddressReady.d.cts +175 -0
- package/dist/141/swapping/swapDepositAddressReady.d.mts +2 -2
- package/dist/141/swapping/swapEgressIgnored.cjs +14 -0
- package/dist/141/swapping/swapEgressIgnored.d.cts +248 -0
- package/dist/141/swapping/swapEgressScheduled.cjs +15 -0
- package/dist/141/swapping/swapEgressScheduled.d.cts +44 -0
- package/dist/141/swapping/swapExecuted.cjs +19 -0
- package/dist/141/swapping/swapExecuted.d.cts +376 -0
- package/dist/141/swapping/swapExecuted.d.mts +4 -4
- package/dist/141/swapping/swapScheduled.cjs +20 -0
- package/dist/141/swapping/swapScheduled.d.cts +512 -0
- package/dist/141/swapping/swapScheduled.d.mts +10 -10
- package/dist/141/swapping/withdrawalRequested.cjs +15 -0
- package/dist/141/swapping/withdrawalRequested.d.cts +83 -0
- package/dist/141/swapping/withdrawalRequested.d.mts +6 -6
- package/dist/141/tokenholderGovernance/govKeyUpdatedHasFailed.cjs +12 -0
- package/dist/141/tokenholderGovernance/govKeyUpdatedHasFailed.d.cts +25 -0
- package/dist/141/tokenholderGovernance/govKeyUpdatedWasSuccessful.cjs +12 -0
- package/dist/141/tokenholderGovernance/govKeyUpdatedWasSuccessful.d.cts +25 -0
- package/dist/141/tokenholderGovernance/proposalEnacted.cjs +9 -0
- package/dist/141/tokenholderGovernance/proposalEnacted.d.cts +54 -0
- package/dist/141/tokenholderGovernance/proposalPassed.cjs +9 -0
- package/dist/141/tokenholderGovernance/proposalPassed.d.cts +54 -0
- package/dist/141/tokenholderGovernance/proposalRejected.cjs +9 -0
- package/dist/141/tokenholderGovernance/proposalRejected.d.cts +54 -0
- package/dist/141/tokenholderGovernance/proposalSubmitted.cjs +9 -0
- package/dist/141/tokenholderGovernance/proposalSubmitted.d.cts +54 -0
- package/dist/141/validator/rotationPhaseUpdated.cjs +9 -0
- package/dist/141/validator/rotationPhaseUpdated.d.cts +265 -0
- package/dist/141/validator/startedBidding.cjs +9 -0
- package/dist/141/validator/startedBidding.d.cts +12 -0
- package/dist/141/validator/stoppedBidding.cjs +9 -0
- package/dist/141/validator/stoppedBidding.d.cts +12 -0
- package/dist/141/witnesser/callDispatched.cjs +9 -0
- package/dist/141/witnesser/callDispatched.d.cts +12 -0
- package/dist/141/witnesser/reportedWitnessingFailures.cjs +13 -0
- package/dist/141/witnesser/reportedWitnessingFailures.d.cts +18 -0
- package/dist/150/_virtual/rolldown_runtime.cjs +29 -0
- package/dist/150/arbitrumIngressEgress/batchBroadcastRequested.cjs +12 -0
- package/dist/150/arbitrumIngressEgress/batchBroadcastRequested.d.cts +25 -0
- package/dist/150/arbitrumIngressEgress/ccmBroadcastRequested.cjs +12 -0
- package/dist/150/arbitrumIngressEgress/ccmBroadcastRequested.d.cts +25 -0
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.cts +242 -0
- package/dist/150/arbitrumIngressEgress/depositBoosted.cjs +20 -0
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.cts +134 -0
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/150/arbitrumIngressEgress/depositFinalised.cjs +18 -0
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.cts +128 -0
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.mts +6 -6
- package/dist/150/arbitrumIngressEgress/depositIgnored.cjs +15 -0
- package/dist/150/arbitrumIngressEgress/depositIgnored.d.cts +54 -0
- package/dist/150/arbitrumIngressEgress/depositIgnored.d.mts +4 -4
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.cjs +12 -0
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.cts +283 -0
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.mts +8 -8
- package/dist/150/arbitrumIngressEgress/maxSwapRetryDurationSet.cjs +8 -0
- package/dist/150/arbitrumIngressEgress/maxSwapRetryDurationSet.d.cts +12 -0
- package/dist/150/assetBalances/refundScheduled.cjs +13 -0
- package/dist/150/assetBalances/refundScheduled.d.cts +236 -0
- package/dist/150/assetBalances/refundSkipped.cjs +13 -0
- package/dist/150/assetBalances/refundSkipped.d.cts +453 -0
- package/dist/150/assetBalances/refundSkipped.d.mts +49 -49
- package/dist/150/assetBalances/vaultDeficitDetected.cjs +13 -0
- package/dist/150/assetBalances/vaultDeficitDetected.d.cts +28 -0
- package/dist/150/bitcoinIngressEgress/batchBroadcastRequested.cjs +12 -0
- package/dist/150/bitcoinIngressEgress/batchBroadcastRequested.d.cts +25 -0
- package/dist/150/bitcoinIngressEgress/ccmBroadcastRequested.cjs +12 -0
- package/dist/150/bitcoinIngressEgress/ccmBroadcastRequested.d.cts +25 -0
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.cts +242 -0
- package/dist/150/bitcoinIngressEgress/depositBoosted.cjs +20 -0
- package/dist/150/bitcoinIngressEgress/depositBoosted.d.cts +234 -0
- package/dist/150/bitcoinIngressEgress/depositBoosted.d.mts +10 -10
- package/dist/150/bitcoinIngressEgress/depositFinalised.cjs +18 -0
- package/dist/150/bitcoinIngressEgress/depositFinalised.d.cts +228 -0
- package/dist/150/bitcoinIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/150/bitcoinIngressEgress/maxSwapRetryDurationSet.cjs +8 -0
- package/dist/150/bitcoinIngressEgress/maxSwapRetryDurationSet.d.cts +12 -0
- package/dist/150/common.cjs +586 -0
- package/dist/150/common.d.cts +4085 -0
- package/dist/150/common.d.mts +39 -39
- package/dist/150/emissions/networkFeeBurned.cjs +12 -0
- package/dist/150/emissions/networkFeeBurned.d.cts +25 -0
- package/dist/150/environment/runtimeSafeModeUpdated.cjs +9 -0
- package/dist/150/environment/runtimeSafeModeUpdated.d.cts +1127 -0
- package/dist/150/ethereumIngressEgress/batchBroadcastRequested.cjs +12 -0
- package/dist/150/ethereumIngressEgress/batchBroadcastRequested.d.cts +25 -0
- package/dist/150/ethereumIngressEgress/ccmBroadcastRequested.cjs +12 -0
- package/dist/150/ethereumIngressEgress/ccmBroadcastRequested.d.cts +25 -0
- package/dist/150/ethereumIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.cts +242 -0
- package/dist/150/ethereumIngressEgress/depositBoosted.cjs +20 -0
- package/dist/150/ethereumIngressEgress/depositBoosted.d.cts +134 -0
- package/dist/150/ethereumIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/150/ethereumIngressEgress/depositFinalised.cjs +18 -0
- package/dist/150/ethereumIngressEgress/depositFinalised.d.cts +128 -0
- package/dist/150/ethereumIngressEgress/depositFinalised.d.mts +6 -6
- package/dist/150/ethereumIngressEgress/depositIgnored.cjs +15 -0
- package/dist/150/ethereumIngressEgress/depositIgnored.d.cts +54 -0
- package/dist/150/ethereumIngressEgress/depositIgnored.d.mts +4 -4
- package/dist/150/ethereumIngressEgress/depositWitnessRejected.cjs +12 -0
- package/dist/150/ethereumIngressEgress/depositWitnessRejected.d.cts +283 -0
- package/dist/150/ethereumIngressEgress/depositWitnessRejected.d.mts +8 -8
- package/dist/150/ethereumIngressEgress/maxSwapRetryDurationSet.cjs +8 -0
- package/dist/150/ethereumIngressEgress/maxSwapRetryDurationSet.d.cts +12 -0
- package/dist/150/liquidityPools/assetSwapped.cjs +14 -0
- package/dist/150/liquidityPools/assetSwapped.d.cts +41 -0
- package/dist/150/liquidityPools/assetSwapped.d.mts +12 -12
- package/dist/150/liquidityPools/limitOrderUpdated.cjs +20 -0
- package/dist/150/liquidityPools/limitOrderUpdated.d.cts +99 -0
- package/dist/150/liquidityPools/limitOrderUpdated.d.mts +13 -13
- package/dist/150/liquidityPools/newPoolCreated.cjs +14 -0
- package/dist/150/liquidityPools/newPoolCreated.d.cts +41 -0
- package/dist/150/liquidityPools/newPoolCreated.d.mts +12 -12
- package/dist/150/liquidityPools/poolFeeSet.cjs +13 -0
- package/dist/150/liquidityPools/poolFeeSet.d.cts +38 -0
- package/dist/150/liquidityPools/poolFeeSet.d.mts +12 -12
- package/dist/150/liquidityPools/priceImpactLimitSet.cjs +12 -0
- package/dist/150/liquidityPools/priceImpactLimitSet.d.cts +46 -0
- package/dist/150/liquidityPools/rangeOrderUpdated.cjs +21 -0
- package/dist/150/liquidityPools/rangeOrderUpdated.d.cts +209 -0
- package/dist/150/liquidityPools/rangeOrderUpdated.d.mts +25 -25
- package/dist/150/liquidityProvider/accountCredited.cjs +13 -0
- package/dist/150/liquidityProvider/accountCredited.d.cts +28 -0
- package/dist/150/liquidityProvider/accountCredited.d.mts +7 -7
- package/dist/150/liquidityProvider/accountDebited.cjs +13 -0
- package/dist/150/liquidityProvider/accountDebited.d.cts +28 -0
- package/dist/150/liquidityProvider/accountDebited.d.mts +7 -7
- package/dist/150/liquidityProvider/assetTransferred.cjs +14 -0
- package/dist/150/liquidityProvider/assetTransferred.d.cts +31 -0
- package/dist/150/liquidityProvider/assetTransferred.d.mts +6 -6
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.cjs +17 -0
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.cts +85 -0
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.mts +14 -14
- package/dist/150/liquidityProvider/liquidityDepositCredited.cjs +13 -0
- package/dist/150/liquidityProvider/liquidityDepositCredited.d.cts +28 -0
- package/dist/150/liquidityProvider/liquidityDepositCredited.d.mts +7 -7
- package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.cjs +13 -0
- package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.cts +236 -0
- package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.mts +2 -2
- package/dist/150/liquidityProvider/withdrawalEgressScheduled.cjs +15 -0
- package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.cts +89 -0
- package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.mts +12 -12
- package/dist/150/polkadotIngressEgress/batchBroadcastRequested.cjs +12 -0
- package/dist/150/polkadotIngressEgress/batchBroadcastRequested.d.cts +25 -0
- package/dist/150/polkadotIngressEgress/ccmBroadcastRequested.cjs +12 -0
- package/dist/150/polkadotIngressEgress/ccmBroadcastRequested.d.cts +25 -0
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.cts +242 -0
- package/dist/150/polkadotIngressEgress/depositBoosted.cjs +20 -0
- package/dist/150/polkadotIngressEgress/depositBoosted.d.cts +124 -0
- package/dist/150/polkadotIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/150/polkadotIngressEgress/depositFinalised.cjs +18 -0
- package/dist/150/polkadotIngressEgress/depositFinalised.d.cts +118 -0
- package/dist/150/polkadotIngressEgress/depositFinalised.d.mts +6 -6
- package/dist/150/polkadotIngressEgress/depositIgnored.cjs +15 -0
- package/dist/150/polkadotIngressEgress/depositIgnored.d.cts +44 -0
- package/dist/150/polkadotIngressEgress/depositIgnored.d.mts +4 -4
- package/dist/150/polkadotIngressEgress/depositWitnessRejected.cjs +12 -0
- package/dist/150/polkadotIngressEgress/depositWitnessRejected.d.cts +269 -0
- package/dist/150/polkadotIngressEgress/depositWitnessRejected.d.mts +8 -8
- package/dist/150/polkadotIngressEgress/maxSwapRetryDurationSet.cjs +8 -0
- package/dist/150/polkadotIngressEgress/maxSwapRetryDurationSet.d.cts +12 -0
- package/dist/150/solanaBroadcaster/broadcastAborted.cjs +8 -0
- package/dist/150/solanaBroadcaster/broadcastAborted.d.cts +12 -0
- package/dist/150/solanaBroadcaster/broadcastCallbackExecuted.cjs +12 -0
- package/dist/150/solanaBroadcaster/broadcastCallbackExecuted.d.cts +333 -0
- package/dist/150/solanaBroadcaster/broadcastRetryScheduled.cjs +11 -0
- package/dist/150/solanaBroadcaster/broadcastRetryScheduled.d.cts +15 -0
- package/dist/150/solanaBroadcaster/broadcastSuccess.cjs +13 -0
- package/dist/150/solanaBroadcaster/broadcastSuccess.d.cts +18 -0
- package/dist/150/solanaBroadcaster/broadcastTimeout.cjs +8 -0
- package/dist/150/solanaBroadcaster/broadcastTimeout.d.cts +12 -0
- package/dist/150/solanaBroadcaster/callResigned.cjs +8 -0
- package/dist/150/solanaBroadcaster/callResigned.d.cts +12 -0
- package/dist/150/solanaBroadcaster/thresholdSignatureInvalid.cjs +8 -0
- package/dist/150/solanaBroadcaster/thresholdSignatureInvalid.d.cts +12 -0
- package/dist/150/solanaBroadcaster/transactionBroadcastRequest.cjs +13 -0
- package/dist/150/solanaBroadcaster/transactionBroadcastRequest.d.cts +18 -0
- package/dist/150/solanaBroadcaster/transactionFeeDeficitRecorded.cjs +12 -0
- package/dist/150/solanaBroadcaster/transactionFeeDeficitRecorded.d.cts +15 -0
- package/dist/150/solanaBroadcaster/transactionFeeDeficitRefused.cjs +9 -0
- package/dist/150/solanaBroadcaster/transactionFeeDeficitRefused.d.cts +12 -0
- package/dist/150/solanaChainTracking/chainStateUpdated.cjs +9 -0
- package/dist/150/solanaChainTracking/chainStateUpdated.d.cts +41 -0
- package/dist/150/solanaChainTracking/feeMultiplierUpdated.cjs +9 -0
- package/dist/150/solanaChainTracking/feeMultiplierUpdated.d.cts +12 -0
- package/dist/150/solanaIngressEgress/assetEgressStatusChanged.cjs +12 -0
- package/dist/150/solanaIngressEgress/assetEgressStatusChanged.d.cts +25 -0
- package/dist/150/solanaIngressEgress/batchBroadcastRequested.cjs +12 -0
- package/dist/150/solanaIngressEgress/batchBroadcastRequested.d.cts +25 -0
- package/dist/150/solanaIngressEgress/boostFundsAdded.cjs +13 -0
- package/dist/150/solanaIngressEgress/boostFundsAdded.d.cts +45 -0
- package/dist/150/solanaIngressEgress/boostPoolCreated.cjs +9 -0
- package/dist/150/solanaIngressEgress/boostPoolCreated.d.cts +39 -0
- package/dist/150/solanaIngressEgress/ccmBroadcastFailed.cjs +8 -0
- package/dist/150/solanaIngressEgress/ccmBroadcastFailed.d.cts +12 -0
- package/dist/150/solanaIngressEgress/ccmBroadcastRequested.cjs +12 -0
- package/dist/150/solanaIngressEgress/ccmBroadcastRequested.d.cts +25 -0
- package/dist/150/solanaIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.cts +242 -0
- package/dist/150/solanaIngressEgress/channelOpeningFeePaid.cjs +9 -0
- package/dist/150/solanaIngressEgress/channelOpeningFeePaid.d.cts +12 -0
- package/dist/150/solanaIngressEgress/channelOpeningFeeSet.cjs +9 -0
- package/dist/150/solanaIngressEgress/channelOpeningFeeSet.d.cts +12 -0
- package/dist/150/solanaIngressEgress/depositBoosted.cjs +19 -0
- package/dist/150/solanaIngressEgress/depositBoosted.d.cts +121 -0
- package/dist/150/solanaIngressEgress/depositBoosted.d.mts +6 -6
- package/dist/150/solanaIngressEgress/depositFetchesScheduled.cjs +12 -0
- package/dist/150/solanaIngressEgress/depositFetchesScheduled.d.cts +25 -0
- package/dist/150/solanaIngressEgress/depositFetchesScheduled.d.mts +2 -2
- package/dist/150/solanaIngressEgress/depositFinalised.cjs +17 -0
- package/dist/150/solanaIngressEgress/depositFinalised.d.cts +115 -0
- package/dist/150/solanaIngressEgress/depositFinalised.d.mts +5 -5
- package/dist/150/solanaIngressEgress/depositIgnored.cjs +14 -0
- package/dist/150/solanaIngressEgress/depositIgnored.d.cts +41 -0
- package/dist/150/solanaIngressEgress/depositIgnored.d.mts +2 -2
- package/dist/150/solanaIngressEgress/depositWitnessRejected.cjs +12 -0
- package/dist/150/solanaIngressEgress/depositWitnessRejected.d.cts +264 -0
- package/dist/150/solanaIngressEgress/depositWitnessRejected.d.mts +4 -4
- package/dist/150/solanaIngressEgress/failedForeignChainCallExpired.cjs +8 -0
- package/dist/150/solanaIngressEgress/failedForeignChainCallExpired.d.cts +12 -0
- package/dist/150/solanaIngressEgress/failedForeignChainCallResigned.cjs +11 -0
- package/dist/150/solanaIngressEgress/failedForeignChainCallResigned.d.cts +15 -0
- package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +370 -0
- package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.cjs +14 -0
- package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.d.cts +31 -0
- package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/150/solanaIngressEgress/maxSwapRetryDurationSet.cjs +8 -0
- package/dist/150/solanaIngressEgress/maxSwapRetryDurationSet.d.cts +12 -0
- package/dist/150/solanaIngressEgress/minimumDepositSet.cjs +12 -0
- package/dist/150/solanaIngressEgress/minimumDepositSet.d.cts +25 -0
- package/dist/150/solanaIngressEgress/stoppedBoosting.cjs +14 -0
- package/dist/150/solanaIngressEgress/stoppedBoosting.d.cts +48 -0
- package/dist/150/solanaIngressEgress/transferFallbackRequested.cjs +14 -0
- package/dist/150/solanaIngressEgress/transferFallbackRequested.d.cts +31 -0
- package/dist/150/solanaIngressEgress/transferFallbackRequested.d.mts +2 -2
- package/dist/150/solanaIngressEgress/utxoConsolidation.cjs +8 -0
- package/dist/150/solanaIngressEgress/utxoConsolidation.d.cts +12 -0
- package/dist/150/solanaThresholdSigner/failureReportProcessed.cjs +13 -0
- package/dist/150/solanaThresholdSigner/failureReportProcessed.d.cts +18 -0
- package/dist/150/solanaThresholdSigner/keyHandoverFailure.cjs +9 -0
- package/dist/150/solanaThresholdSigner/keyHandoverFailure.d.cts +12 -0
- package/dist/150/solanaThresholdSigner/keyHandoverFailureReported.cjs +7 -0
- package/dist/150/solanaThresholdSigner/keyHandoverFailureReported.d.cts +6 -0
- package/dist/150/solanaThresholdSigner/keyHandoverRequest.cjs +17 -0
- package/dist/150/solanaThresholdSigner/keyHandoverRequest.d.cts +30 -0
- package/dist/150/solanaThresholdSigner/keyHandoverResponseTimeout.cjs +9 -0
- package/dist/150/solanaThresholdSigner/keyHandoverResponseTimeout.d.cts +12 -0
- package/dist/150/solanaThresholdSigner/keyHandoverSuccess.cjs +9 -0
- package/dist/150/solanaThresholdSigner/keyHandoverSuccess.d.cts +12 -0
- package/dist/150/solanaThresholdSigner/keyHandoverSuccessReported.cjs +7 -0
- package/dist/150/solanaThresholdSigner/keyHandoverSuccessReported.d.cts +6 -0
- package/dist/150/solanaThresholdSigner/keyHandoverVerificationFailure.cjs +9 -0
- package/dist/150/solanaThresholdSigner/keyHandoverVerificationFailure.d.cts +12 -0
- package/dist/150/solanaThresholdSigner/keyHandoverVerificationSuccess.cjs +9 -0
- package/dist/150/solanaThresholdSigner/keyHandoverVerificationSuccess.d.cts +12 -0
- package/dist/150/solanaThresholdSigner/keyRotationCompleted.cjs +8 -0
- package/dist/150/solanaThresholdSigner/keyRotationCompleted.d.cts +6 -0
- package/dist/150/solanaThresholdSigner/keygenFailure.cjs +7 -0
- package/dist/150/solanaThresholdSigner/keygenFailure.d.cts +6 -0
- package/dist/150/solanaThresholdSigner/keygenFailureReported.cjs +7 -0
- package/dist/150/solanaThresholdSigner/keygenFailureReported.d.cts +6 -0
- package/dist/150/solanaThresholdSigner/keygenRequest.cjs +13 -0
- package/dist/150/solanaThresholdSigner/keygenRequest.d.cts +18 -0
- package/dist/150/solanaThresholdSigner/keygenResponseTimeout.cjs +7 -0
- package/dist/150/solanaThresholdSigner/keygenResponseTimeout.d.cts +6 -0
- package/dist/150/solanaThresholdSigner/keygenResponseTimeoutUpdated.cjs +8 -0
- package/dist/150/solanaThresholdSigner/keygenResponseTimeoutUpdated.d.cts +12 -0
- package/dist/150/solanaThresholdSigner/keygenSuccess.cjs +7 -0
- package/dist/150/solanaThresholdSigner/keygenSuccess.d.cts +6 -0
- package/dist/150/solanaThresholdSigner/keygenSuccessReported.cjs +7 -0
- package/dist/150/solanaThresholdSigner/keygenSuccessReported.d.cts +6 -0
- package/dist/150/solanaThresholdSigner/keygenVerificationFailure.cjs +9 -0
- package/dist/150/solanaThresholdSigner/keygenVerificationFailure.d.cts +12 -0
- package/dist/150/solanaThresholdSigner/keygenVerificationSuccess.cjs +9 -0
- package/dist/150/solanaThresholdSigner/keygenVerificationSuccess.d.cts +12 -0
- package/dist/150/solanaThresholdSigner/noKeyHandover.cjs +8 -0
- package/dist/150/solanaThresholdSigner/noKeyHandover.d.cts +6 -0
- package/dist/150/solanaThresholdSigner/retryRequested.cjs +12 -0
- package/dist/150/solanaThresholdSigner/retryRequested.d.cts +15 -0
- package/dist/150/solanaThresholdSigner/signersUnavailable.cjs +11 -0
- package/dist/150/solanaThresholdSigner/signersUnavailable.d.cts +15 -0
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.cjs +13 -0
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.cts +336 -0
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.mts +4 -4
- package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.cjs +13 -0
- package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.cts +18 -0
- package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.cjs +15 -0
- package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.cts +24 -0
- package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.mts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureResponseTimeoutUpdated.cjs +8 -0
- package/dist/150/solanaThresholdSigner/thresholdSignatureResponseTimeoutUpdated.d.cts +12 -0
- package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.cjs +12 -0
- package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.cts +15 -0
- package/dist/150/solanaVault/awaitingGovernanceActivation.cjs +9 -0
- package/dist/150/solanaVault/awaitingGovernanceActivation.d.cts +12 -0
- package/dist/150/solanaVault/chainInitialized.cjs +8 -0
- package/dist/150/solanaVault/chainInitialized.d.cts +6 -0
- package/dist/150/solanaVault/vaultActivationCompleted.cjs +8 -0
- package/dist/150/solanaVault/vaultActivationCompleted.d.cts +6 -0
- package/dist/150/solanaVault/vaultRotatedExternally.cjs +7 -0
- package/dist/150/solanaVault/vaultRotatedExternally.d.cts +6 -0
- package/dist/150/swapping/batchSwapFailed.cjs +13 -0
- package/dist/150/swapping/batchSwapFailed.d.cts +38 -0
- package/dist/150/swapping/batchSwapFailed.d.mts +6 -6
- package/dist/150/swapping/buyIntervalSet.cjs +8 -0
- package/dist/150/swapping/buyIntervalSet.d.cts +12 -0
- package/dist/150/swapping/ccmDepositReceived.cjs +16 -0
- package/dist/150/swapping/ccmDepositReceived.d.cts +408 -0
- package/dist/150/swapping/ccmDepositReceived.d.mts +6 -6
- package/dist/150/swapping/ccmEgressScheduled.cjs +12 -0
- package/dist/150/swapping/ccmEgressScheduled.d.cts +25 -0
- package/dist/150/swapping/ccmFailed.cjs +14 -0
- package/dist/150/swapping/ccmFailed.d.cts +515 -0
- package/dist/150/swapping/ccmFailed.d.mts +9 -9
- package/dist/150/swapping/maximumSwapAmountSet.cjs +12 -0
- package/dist/150/swapping/maximumSwapAmountSet.d.cts +25 -0
- package/dist/150/swapping/maximumSwapAmountSet.d.mts +6 -6
- package/dist/150/swapping/networkFeeTaken.cjs +12 -0
- package/dist/150/swapping/networkFeeTaken.d.cts +15 -0
- package/dist/150/swapping/refundEgressIgnored.cjs +14 -0
- package/dist/150/swapping/refundEgressIgnored.d.cts +248 -0
- package/dist/150/swapping/refundEgressIgnored.d.mts +7 -7
- package/dist/150/swapping/refundEgressScheduled.cjs +15 -0
- package/dist/150/swapping/refundEgressScheduled.d.cts +44 -0
- package/dist/150/swapping/refundEgressScheduled.d.mts +8 -8
- package/dist/150/swapping/swapAmountConfiscated.cjs +15 -0
- package/dist/150/swapping/swapAmountConfiscated.d.cts +44 -0
- package/dist/150/swapping/swapAmountConfiscated.d.mts +12 -12
- package/dist/150/swapping/swapDepositAddressReady.cjs +22 -0
- package/dist/150/swapping/swapDepositAddressReady.d.cts +273 -0
- package/dist/150/swapping/swapDepositAddressReady.d.mts +27 -27
- package/dist/150/swapping/swapEgressIgnored.cjs +14 -0
- package/dist/150/swapping/swapEgressIgnored.d.cts +248 -0
- package/dist/150/swapping/swapEgressIgnored.d.mts +7 -7
- package/dist/150/swapping/swapEgressScheduled.cjs +15 -0
- package/dist/150/swapping/swapEgressScheduled.d.cts +44 -0
- package/dist/150/swapping/swapEgressScheduled.d.mts +8 -8
- package/dist/150/swapping/swapExecuted.cjs +19 -0
- package/dist/150/swapping/swapExecuted.d.cts +397 -0
- package/dist/150/swapping/swapExecuted.d.mts +19 -19
- package/dist/150/swapping/swapRescheduled.cjs +12 -0
- package/dist/150/swapping/swapRescheduled.d.cts +15 -0
- package/dist/150/swapping/swapRetryDelaySet.cjs +8 -0
- package/dist/150/swapping/swapRetryDelaySet.d.cts +12 -0
- package/dist/150/swapping/swapScheduled.cjs +20 -0
- package/dist/150/swapping/swapScheduled.d.cts +548 -0
- package/dist/150/swapping/swapScheduled.d.mts +24 -24
- package/dist/150/swapping/withdrawalRequested.cjs +15 -0
- package/dist/150/swapping/withdrawalRequested.d.cts +89 -0
- package/dist/150/swapping/withdrawalRequested.d.mts +11 -11
- package/dist/150/tokenholderGovernance/govKeyUpdatedHasFailed.cjs +12 -0
- package/dist/150/tokenholderGovernance/govKeyUpdatedHasFailed.d.cts +25 -0
- package/dist/150/tokenholderGovernance/govKeyUpdatedWasSuccessful.cjs +12 -0
- package/dist/150/tokenholderGovernance/govKeyUpdatedWasSuccessful.d.cts +25 -0
- package/dist/150/tokenholderGovernance/proposalEnacted.cjs +9 -0
- package/dist/150/tokenholderGovernance/proposalEnacted.d.cts +54 -0
- package/dist/150/tokenholderGovernance/proposalPassed.cjs +9 -0
- package/dist/150/tokenholderGovernance/proposalPassed.d.cts +54 -0
- package/dist/150/tokenholderGovernance/proposalRejected.cjs +9 -0
- package/dist/150/tokenholderGovernance/proposalRejected.d.cts +54 -0
- package/dist/150/tokenholderGovernance/proposalSubmitted.cjs +9 -0
- package/dist/150/tokenholderGovernance/proposalSubmitted.d.cts +54 -0
- package/dist/160/_virtual/rolldown_runtime.cjs +29 -0
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.cts +533 -0
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.mts +50 -50
- package/dist/160/arbitrumIngressEgress/depositBoosted.cjs +20 -0
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.cts +129 -0
- package/dist/160/arbitrumIngressEgress/depositFinalised.cjs +18 -0
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.cts +123 -0
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/160/assetBalances/accountCredited.cjs +14 -0
- package/dist/160/assetBalances/accountCredited.d.cts +31 -0
- package/dist/160/assetBalances/accountCredited.d.mts +9 -9
- package/dist/160/assetBalances/accountDebited.cjs +14 -0
- package/dist/160/assetBalances/accountDebited.d.cts +31 -0
- package/dist/160/assetBalances/accountDebited.d.mts +9 -9
- package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.cts +533 -0
- package/dist/160/bitcoinIngressEgress/depositBoosted.cjs +20 -0
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.cts +229 -0
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.mts +14 -14
- package/dist/160/bitcoinIngressEgress/depositFinalised.cjs +18 -0
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.cts +223 -0
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.mts +10 -10
- package/dist/160/common.cjs +602 -0
- package/dist/160/common.d.cts +3828 -0
- package/dist/160/common.d.mts +40 -40
- package/dist/160/environment/durableNonceSetForAccount.cjs +12 -0
- package/dist/160/environment/durableNonceSetForAccount.d.cts +15 -0
- package/dist/160/environment/runtimeSafeModeUpdated.cjs +9 -0
- package/dist/160/environment/runtimeSafeModeUpdated.d.cts +1105 -0
- package/dist/160/environment/solanaInitialized.cjs +8 -0
- package/dist/160/environment/solanaInitialized.d.cts +6 -0
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.cts +533 -0
- package/dist/160/ethereumIngressEgress/depositBoosted.cjs +20 -0
- package/dist/160/ethereumIngressEgress/depositBoosted.d.cts +129 -0
- package/dist/160/ethereumIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/160/ethereumIngressEgress/depositFinalised.cjs +18 -0
- package/dist/160/ethereumIngressEgress/depositFinalised.d.cts +123 -0
- package/dist/160/ethereumIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/160/liquidityPools/assetSwapped.cjs +14 -0
- package/dist/160/liquidityPools/assetSwapped.d.cts +41 -0
- package/dist/160/liquidityPools/assetSwapped.d.mts +14 -14
- package/dist/160/liquidityPools/limitOrderUpdated.cjs +20 -0
- package/dist/160/liquidityPools/limitOrderUpdated.d.cts +99 -0
- package/dist/160/liquidityPools/limitOrderUpdated.d.mts +12 -12
- package/dist/160/liquidityPools/newPoolCreated.cjs +14 -0
- package/dist/160/liquidityPools/newPoolCreated.d.cts +41 -0
- package/dist/160/liquidityPools/newPoolCreated.d.mts +12 -12
- package/dist/160/liquidityPools/orderDeletionFailed.cjs +9 -0
- package/dist/160/liquidityPools/orderDeletionFailed.d.cts +127 -0
- package/dist/160/liquidityPools/orderDeletionFailed.d.mts +32 -32
- package/dist/160/liquidityPools/poolFeeSet.cjs +13 -0
- package/dist/160/liquidityPools/poolFeeSet.d.cts +38 -0
- package/dist/160/liquidityPools/poolFeeSet.d.mts +12 -12
- package/dist/160/liquidityPools/priceImpactLimitSet.cjs +12 -0
- package/dist/160/liquidityPools/priceImpactLimitSet.d.cts +46 -0
- package/dist/160/liquidityPools/rangeOrderUpdated.cjs +21 -0
- package/dist/160/liquidityPools/rangeOrderUpdated.d.cts +209 -0
- package/dist/160/liquidityPools/rangeOrderUpdated.d.mts +24 -24
- package/dist/160/liquidityProvider/assetTransferred.cjs +14 -0
- package/dist/160/liquidityProvider/assetTransferred.d.cts +31 -0
- package/dist/160/liquidityProvider/assetTransferred.d.mts +6 -6
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.cjs +17 -0
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.cts +85 -0
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.mts +12 -12
- package/dist/160/liquidityProvider/withdrawalEgressScheduled.cjs +15 -0
- package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.cts +89 -0
- package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.mts +8 -8
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.cts +533 -0
- package/dist/160/polkadotIngressEgress/depositBoosted.cjs +20 -0
- package/dist/160/polkadotIngressEgress/depositBoosted.d.cts +119 -0
- package/dist/160/polkadotIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/160/polkadotIngressEgress/depositFinalised.cjs +18 -0
- package/dist/160/polkadotIngressEgress/depositFinalised.d.cts +113 -0
- package/dist/160/polkadotIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/160/solanaBroadcaster/broadcastSuccess.cjs +13 -0
- package/dist/160/solanaBroadcaster/broadcastSuccess.d.cts +18 -0
- package/dist/160/solanaBroadcaster/transactionBroadcastRequest.cjs +14 -0
- package/dist/160/solanaBroadcaster/transactionBroadcastRequest.d.cts +143 -0
- package/dist/160/solanaBroadcaster/transactionFeeDeficitRecorded.cjs +12 -0
- package/dist/160/solanaBroadcaster/transactionFeeDeficitRecorded.d.cts +15 -0
- package/dist/160/solanaChainTracking/chainStateUpdated.cjs +9 -0
- package/dist/160/solanaChainTracking/chainStateUpdated.d.cts +41 -0
- package/dist/160/solanaElections/allVotesCleared.cjs +8 -0
- package/dist/160/solanaElections/allVotesCleared.d.cts +6 -0
- package/dist/160/solanaElections/allVotesNotCleared.cjs +8 -0
- package/dist/160/solanaElections/allVotesNotCleared.d.cts +6 -0
- package/dist/160/solanaElections/corruptStorage.cjs +8 -0
- package/dist/160/solanaElections/corruptStorage.d.cts +6 -0
- package/dist/160/solanaElections/uninitialized.cjs +8 -0
- package/dist/160/solanaElections/uninitialized.d.cts +6 -0
- package/dist/160/solanaIngressEgress/assetEgressStatusChanged.cjs +12 -0
- package/dist/160/solanaIngressEgress/assetEgressStatusChanged.d.cts +25 -0
- package/dist/160/solanaIngressEgress/boostFundsAdded.cjs +13 -0
- package/dist/160/solanaIngressEgress/boostFundsAdded.d.cts +45 -0
- package/dist/160/solanaIngressEgress/boostFundsAdded.d.mts +2 -2
- package/dist/160/solanaIngressEgress/boostPoolCreated.cjs +9 -0
- package/dist/160/solanaIngressEgress/boostPoolCreated.d.cts +39 -0
- package/dist/160/solanaIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.cts +533 -0
- package/dist/160/solanaIngressEgress/depositBoosted.cjs +19 -0
- package/dist/160/solanaIngressEgress/depositBoosted.d.cts +116 -0
- package/dist/160/solanaIngressEgress/depositBoosted.d.mts +10 -10
- package/dist/160/solanaIngressEgress/depositFetchesScheduled.cjs +12 -0
- package/dist/160/solanaIngressEgress/depositFetchesScheduled.d.cts +25 -0
- package/dist/160/solanaIngressEgress/depositFinalised.cjs +17 -0
- package/dist/160/solanaIngressEgress/depositFinalised.d.cts +110 -0
- package/dist/160/solanaIngressEgress/depositFinalised.d.mts +6 -6
- package/dist/160/solanaIngressEgress/depositIgnored.cjs +14 -0
- package/dist/160/solanaIngressEgress/depositIgnored.d.cts +41 -0
- package/dist/160/solanaIngressEgress/depositIgnored.d.mts +2 -2
- package/dist/160/solanaIngressEgress/depositWitnessRejected.cjs +12 -0
- package/dist/160/solanaIngressEgress/depositWitnessRejected.d.cts +264 -0
- package/dist/160/solanaIngressEgress/depositWitnessRejected.d.mts +4 -4
- package/dist/160/solanaIngressEgress/insufficientBoostLiquidity.cjs +14 -0
- package/dist/160/solanaIngressEgress/insufficientBoostLiquidity.d.cts +31 -0
- package/dist/160/solanaIngressEgress/minimumDepositSet.cjs +12 -0
- package/dist/160/solanaIngressEgress/minimumDepositSet.d.cts +25 -0
- package/dist/160/solanaIngressEgress/stoppedBoosting.cjs +14 -0
- package/dist/160/solanaIngressEgress/stoppedBoosting.d.cts +48 -0
- package/dist/160/solanaIngressEgress/stoppedBoosting.d.mts +2 -2
- package/dist/160/solanaIngressEgress/transferFallbackRequested.cjs +14 -0
- package/dist/160/solanaIngressEgress/transferFallbackRequested.d.cts +31 -0
- package/dist/160/solanaThresholdSigner/thresholdSignatureRequest.cjs +16 -0
- package/dist/160/solanaThresholdSigner/thresholdSignatureRequest.d.cts +108 -0
- package/dist/160/swapping/batchSwapFailed.cjs +13 -0
- package/dist/160/swapping/batchSwapFailed.d.cts +38 -0
- package/dist/160/swapping/batchSwapFailed.d.mts +6 -6
- package/dist/160/swapping/ccmFailed.cjs +14 -0
- package/dist/160/swapping/ccmFailed.d.cts +312 -0
- package/dist/160/swapping/maxSwapRequestDurationSet.cjs +8 -0
- package/dist/160/swapping/maxSwapRequestDurationSet.d.cts +12 -0
- package/dist/160/swapping/maxSwapRetryDurationSet.cjs +8 -0
- package/dist/160/swapping/maxSwapRetryDurationSet.d.cts +12 -0
- package/dist/160/swapping/maximumSwapAmountSet.cjs +12 -0
- package/dist/160/swapping/maximumSwapAmountSet.d.cts +25 -0
- package/dist/160/swapping/maximumSwapAmountSet.d.mts +6 -6
- package/dist/160/swapping/refundEgressIgnored.cjs +14 -0
- package/dist/160/swapping/refundEgressIgnored.d.cts +248 -0
- package/dist/160/swapping/refundEgressIgnored.d.mts +8 -8
- package/dist/160/swapping/refundEgressScheduled.cjs +15 -0
- package/dist/160/swapping/refundEgressScheduled.d.cts +44 -0
- package/dist/160/swapping/refundEgressScheduled.d.mts +10 -10
- package/dist/160/swapping/swapAmountConfiscated.cjs +14 -0
- package/dist/160/swapping/swapAmountConfiscated.d.cts +31 -0
- package/dist/160/swapping/swapAmountConfiscated.d.mts +6 -6
- package/dist/160/swapping/swapDepositAddressReady.cjs +23 -0
- package/dist/160/swapping/swapDepositAddressReady.d.cts +291 -0
- package/dist/160/swapping/swapDepositAddressReady.d.mts +16 -16
- package/dist/160/swapping/swapEgressIgnored.cjs +14 -0
- package/dist/160/swapping/swapEgressIgnored.d.cts +248 -0
- package/dist/160/swapping/swapEgressIgnored.d.mts +8 -8
- package/dist/160/swapping/swapEgressScheduled.cjs +15 -0
- package/dist/160/swapping/swapEgressScheduled.d.cts +44 -0
- package/dist/160/swapping/swapEgressScheduled.d.mts +10 -10
- package/dist/160/swapping/swapExecuted.cjs +19 -0
- package/dist/160/swapping/swapExecuted.d.cts +56 -0
- package/dist/160/swapping/swapExecuted.d.mts +16 -16
- package/dist/160/swapping/swapRequestCompleted.cjs +9 -0
- package/dist/160/swapping/swapRequestCompleted.d.cts +12 -0
- package/dist/160/swapping/swapRequested.cjs +18 -0
- package/dist/160/swapping/swapRequested.d.cts +604 -0
- package/dist/160/swapping/swapRequested.d.mts +13 -13
- package/dist/160/swapping/swapScheduled.cjs +15 -0
- package/dist/160/swapping/swapScheduled.d.cts +34 -0
- package/dist/160/swapping/swapScheduled.d.mts +2 -2
- package/dist/160/swapping/withdrawalRequested.cjs +15 -0
- package/dist/160/swapping/withdrawalRequested.d.cts +89 -0
- package/dist/160/swapping/withdrawalRequested.d.mts +6 -6
- package/dist/170/_virtual/rolldown_runtime.cjs +29 -0
- package/dist/170/arbitrumBroadcaster/palletConfigUpdated.cjs +9 -0
- package/dist/170/arbitrumBroadcaster/palletConfigUpdated.d.cts +27 -0
- package/dist/170/arbitrumIngressEgress/boostedDepositLost.cjs +12 -0
- package/dist/170/arbitrumIngressEgress/boostedDepositLost.d.cts +15 -0
- package/dist/170/arbitrumIngressEgress/ccmFailed.cjs +14 -0
- package/dist/170/arbitrumIngressEgress/ccmFailed.d.cts +312 -0
- package/dist/170/arbitrumIngressEgress/ccmFailed.d.mts +37 -37
- package/dist/170/arbitrumIngressEgress/ccmFallbackScheduled.cjs +12 -0
- package/dist/170/arbitrumIngressEgress/ccmFallbackScheduled.d.cts +47 -0
- package/dist/170/arbitrumIngressEgress/depositChannelLifetimeSet.cjs +9 -0
- package/dist/170/arbitrumIngressEgress/depositChannelLifetimeSet.d.cts +12 -0
- package/dist/170/arbitrumIngressEgress/depositIgnored.cjs +15 -0
- package/dist/170/arbitrumIngressEgress/depositIgnored.d.cts +54 -0
- package/dist/170/arbitrumIngressEgress/depositIgnored.d.mts +4 -4
- package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +560 -0
- package/dist/170/arbitrumIngressEgress/transactionRejectedByBroker.cjs +12 -0
- package/dist/170/arbitrumIngressEgress/transactionRejectedByBroker.d.cts +25 -0
- package/dist/170/arbitrumIngressEgress/transactionRejectionFailed.cjs +9 -0
- package/dist/170/arbitrumIngressEgress/transactionRejectionFailed.d.cts +22 -0
- package/dist/170/arbitrumIngressEgress/transactionRejectionRequestExpired.cjs +12 -0
- package/dist/170/arbitrumIngressEgress/transactionRejectionRequestExpired.d.cts +15 -0
- package/dist/170/arbitrumIngressEgress/transactionRejectionRequestExpired.d.mts +2 -2
- package/dist/170/arbitrumIngressEgress/transactionRejectionRequestReceived.cjs +13 -0
- package/dist/170/arbitrumIngressEgress/transactionRejectionRequestReceived.d.cts +18 -0
- package/dist/170/arbitrumIngressEgress/transactionRejectionRequestReceived.d.mts +2 -2
- package/dist/170/arbitrumVault/activationTxFailedAwaitingGovernance.cjs +9 -0
- package/dist/170/arbitrumVault/activationTxFailedAwaitingGovernance.d.cts +39 -0
- package/dist/170/bitcoinBroadcaster/palletConfigUpdated.cjs +9 -0
- package/dist/170/bitcoinBroadcaster/palletConfigUpdated.d.cts +27 -0
- package/dist/170/bitcoinIngressEgress/boostedDepositLost.cjs +12 -0
- package/dist/170/bitcoinIngressEgress/boostedDepositLost.d.cts +15 -0
- package/dist/170/bitcoinIngressEgress/ccmFailed.cjs +14 -0
- package/dist/170/bitcoinIngressEgress/ccmFailed.d.cts +312 -0
- package/dist/170/bitcoinIngressEgress/ccmFailed.d.mts +37 -37
- package/dist/170/bitcoinIngressEgress/ccmFallbackScheduled.cjs +12 -0
- package/dist/170/bitcoinIngressEgress/ccmFallbackScheduled.d.cts +47 -0
- package/dist/170/bitcoinIngressEgress/depositBoosted.cjs +20 -0
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.cts +343 -0
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.mts +4 -4
- package/dist/170/bitcoinIngressEgress/depositChannelLifetimeSet.cjs +9 -0
- package/dist/170/bitcoinIngressEgress/depositChannelLifetimeSet.d.cts +12 -0
- package/dist/170/bitcoinIngressEgress/depositFinalised.cjs +18 -0
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.cts +337 -0
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.mts +4 -4
- package/dist/170/bitcoinIngressEgress/depositIgnored.cjs +15 -0
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.cts +268 -0
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.mts +4 -4
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.cjs +12 -0
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.cts +565 -0
- package/dist/170/bitcoinIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/170/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +560 -0
- package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.cjs +12 -0
- package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.cts +144 -0
- package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.cjs +9 -0
- package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.cts +141 -0
- package/dist/170/bitcoinIngressEgress/transactionRejectionRequestExpired.cjs +12 -0
- package/dist/170/bitcoinIngressEgress/transactionRejectionRequestExpired.d.cts +15 -0
- package/dist/170/bitcoinIngressEgress/transactionRejectionRequestExpired.d.mts +2 -2
- package/dist/170/bitcoinIngressEgress/transactionRejectionRequestReceived.cjs +13 -0
- package/dist/170/bitcoinIngressEgress/transactionRejectionRequestReceived.d.cts +18 -0
- package/dist/170/bitcoinIngressEgress/transactionRejectionRequestReceived.d.mts +2 -2
- package/dist/170/bitcoinThresholdSigner/palletConfigUpdated.cjs +9 -0
- package/dist/170/bitcoinThresholdSigner/palletConfigUpdated.d.cts +57 -0
- package/dist/170/bitcoinVault/activationTxFailedAwaitingGovernance.cjs +9 -0
- package/dist/170/bitcoinVault/activationTxFailedAwaitingGovernance.d.cts +27 -0
- package/dist/170/common.cjs +477 -0
- package/dist/170/common.d.cts +2447 -0
- package/dist/170/common.d.mts +64 -64
- package/dist/170/ethereumBroadcaster/palletConfigUpdated.cjs +9 -0
- package/dist/170/ethereumBroadcaster/palletConfigUpdated.d.cts +27 -0
- package/dist/170/ethereumIngressEgress/boostedDepositLost.cjs +12 -0
- package/dist/170/ethereumIngressEgress/boostedDepositLost.d.cts +15 -0
- package/dist/170/ethereumIngressEgress/ccmFailed.cjs +14 -0
- package/dist/170/ethereumIngressEgress/ccmFailed.d.cts +312 -0
- package/dist/170/ethereumIngressEgress/ccmFailed.d.mts +37 -37
- package/dist/170/ethereumIngressEgress/ccmFallbackScheduled.cjs +12 -0
- package/dist/170/ethereumIngressEgress/ccmFallbackScheduled.d.cts +47 -0
- package/dist/170/ethereumIngressEgress/depositChannelLifetimeSet.cjs +9 -0
- package/dist/170/ethereumIngressEgress/depositChannelLifetimeSet.d.cts +12 -0
- package/dist/170/ethereumIngressEgress/depositIgnored.cjs +15 -0
- package/dist/170/ethereumIngressEgress/depositIgnored.d.cts +54 -0
- package/dist/170/ethereumIngressEgress/depositIgnored.d.mts +4 -4
- package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +560 -0
- package/dist/170/ethereumIngressEgress/transactionRejectedByBroker.cjs +12 -0
- package/dist/170/ethereumIngressEgress/transactionRejectedByBroker.d.cts +25 -0
- package/dist/170/ethereumIngressEgress/transactionRejectionFailed.cjs +9 -0
- package/dist/170/ethereumIngressEgress/transactionRejectionFailed.d.cts +22 -0
- package/dist/170/ethereumIngressEgress/transactionRejectionRequestExpired.cjs +12 -0
- package/dist/170/ethereumIngressEgress/transactionRejectionRequestExpired.d.cts +15 -0
- package/dist/170/ethereumIngressEgress/transactionRejectionRequestExpired.d.mts +2 -2
- package/dist/170/ethereumIngressEgress/transactionRejectionRequestReceived.cjs +13 -0
- package/dist/170/ethereumIngressEgress/transactionRejectionRequestReceived.d.cts +18 -0
- package/dist/170/ethereumIngressEgress/transactionRejectionRequestReceived.d.mts +2 -2
- package/dist/170/ethereumVault/activationTxFailedAwaitingGovernance.cjs +9 -0
- package/dist/170/ethereumVault/activationTxFailedAwaitingGovernance.d.cts +39 -0
- package/dist/170/evmThresholdSigner/palletConfigUpdated.cjs +9 -0
- package/dist/170/evmThresholdSigner/palletConfigUpdated.d.cts +57 -0
- package/dist/170/polkadotBroadcaster/palletConfigUpdated.cjs +9 -0
- package/dist/170/polkadotBroadcaster/palletConfigUpdated.d.cts +27 -0
- package/dist/170/polkadotIngressEgress/boostedDepositLost.cjs +12 -0
- package/dist/170/polkadotIngressEgress/boostedDepositLost.d.cts +15 -0
- package/dist/170/polkadotIngressEgress/ccmFailed.cjs +14 -0
- package/dist/170/polkadotIngressEgress/ccmFailed.d.cts +312 -0
- package/dist/170/polkadotIngressEgress/ccmFailed.d.mts +37 -37
- package/dist/170/polkadotIngressEgress/ccmFallbackScheduled.cjs +12 -0
- package/dist/170/polkadotIngressEgress/ccmFallbackScheduled.d.cts +47 -0
- package/dist/170/polkadotIngressEgress/depositChannelLifetimeSet.cjs +8 -0
- package/dist/170/polkadotIngressEgress/depositChannelLifetimeSet.d.cts +12 -0
- package/dist/170/polkadotIngressEgress/depositIgnored.cjs +15 -0
- package/dist/170/polkadotIngressEgress/depositIgnored.d.cts +44 -0
- package/dist/170/polkadotIngressEgress/depositIgnored.d.mts +4 -4
- package/dist/170/polkadotIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/170/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +560 -0
- package/dist/170/polkadotIngressEgress/transactionRejectedByBroker.cjs +11 -0
- package/dist/170/polkadotIngressEgress/transactionRejectedByBroker.d.cts +15 -0
- package/dist/170/polkadotIngressEgress/transactionRejectionFailed.cjs +8 -0
- package/dist/170/polkadotIngressEgress/transactionRejectionFailed.d.cts +12 -0
- package/dist/170/polkadotIngressEgress/transactionRejectionRequestExpired.cjs +12 -0
- package/dist/170/polkadotIngressEgress/transactionRejectionRequestExpired.d.cts +30 -0
- package/dist/170/polkadotIngressEgress/transactionRejectionRequestExpired.d.mts +2 -2
- package/dist/170/polkadotIngressEgress/transactionRejectionRequestReceived.cjs +13 -0
- package/dist/170/polkadotIngressEgress/transactionRejectionRequestReceived.d.cts +33 -0
- package/dist/170/polkadotIngressEgress/transactionRejectionRequestReceived.d.mts +2 -2
- package/dist/170/polkadotThresholdSigner/palletConfigUpdated.cjs +9 -0
- package/dist/170/polkadotThresholdSigner/palletConfigUpdated.d.cts +57 -0
- package/dist/170/polkadotVault/activationTxFailedAwaitingGovernance.cjs +9 -0
- package/dist/170/polkadotVault/activationTxFailedAwaitingGovernance.d.cts +12 -0
- package/dist/170/reputation/offencePenalty.cjs +13 -0
- package/dist/170/reputation/offencePenalty.d.cts +125 -0
- package/dist/170/reputation/penaltyUpdated.cjs +13 -0
- package/dist/170/reputation/penaltyUpdated.d.cts +155 -0
- package/dist/170/solanaBroadcaster/palletConfigUpdated.cjs +9 -0
- package/dist/170/solanaBroadcaster/palletConfigUpdated.d.cts +27 -0
- package/dist/170/solanaBroadcaster/transactionBroadcastRequest.cjs +14 -0
- package/dist/170/solanaBroadcaster/transactionBroadcastRequest.d.cts +31 -0
- package/dist/170/solanaIngressEgress/boostedDepositLost.cjs +12 -0
- package/dist/170/solanaIngressEgress/boostedDepositLost.d.cts +15 -0
- package/dist/170/solanaIngressEgress/ccmFailed.cjs +14 -0
- package/dist/170/solanaIngressEgress/ccmFailed.d.cts +312 -0
- package/dist/170/solanaIngressEgress/ccmFailed.d.mts +37 -37
- package/dist/170/solanaIngressEgress/ccmFallbackScheduled.cjs +12 -0
- package/dist/170/solanaIngressEgress/ccmFallbackScheduled.d.cts +47 -0
- package/dist/170/solanaIngressEgress/depositChannelLifetimeSet.cjs +9 -0
- package/dist/170/solanaIngressEgress/depositChannelLifetimeSet.d.cts +12 -0
- package/dist/170/solanaIngressEgress/depositIgnored.cjs +14 -0
- package/dist/170/solanaIngressEgress/depositIgnored.d.cts +41 -0
- package/dist/170/solanaIngressEgress/depositIgnored.d.mts +4 -4
- package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +560 -0
- package/dist/170/solanaIngressEgress/transactionRejectedByBroker.cjs +8 -0
- package/dist/170/solanaIngressEgress/transactionRejectedByBroker.d.cts +12 -0
- package/dist/170/solanaIngressEgress/transactionRejectionFailed.cjs +8 -0
- package/dist/170/solanaIngressEgress/transactionRejectionFailed.d.cts +6 -0
- package/dist/170/solanaIngressEgress/transactionRejectionRequestExpired.cjs +12 -0
- package/dist/170/solanaIngressEgress/transactionRejectionRequestExpired.d.cts +15 -0
- package/dist/170/solanaIngressEgress/transactionRejectionRequestExpired.d.mts +2 -2
- package/dist/170/solanaIngressEgress/transactionRejectionRequestReceived.cjs +13 -0
- package/dist/170/solanaIngressEgress/transactionRejectionRequestReceived.d.cts +18 -0
- package/dist/170/solanaIngressEgress/transactionRejectionRequestReceived.d.mts +2 -2
- package/dist/170/solanaThresholdSigner/palletConfigUpdated.cjs +9 -0
- package/dist/170/solanaThresholdSigner/palletConfigUpdated.d.cts +57 -0
- package/dist/170/solanaVault/activationTxFailedAwaitingGovernance.cjs +9 -0
- package/dist/170/solanaVault/activationTxFailedAwaitingGovernance.d.cts +12 -0
- package/dist/170/swapping/minimumChunkSizeSet.cjs +12 -0
- package/dist/170/swapping/minimumChunkSizeSet.d.cts +25 -0
- package/dist/170/swapping/minimumChunkSizeSet.d.mts +6 -6
- package/dist/170/swapping/swapRequested.cjs +18 -0
- package/dist/170/swapping/swapRequested.d.cts +713 -0
- package/dist/170/swapping/swapRequested.d.mts +53 -53
- package/dist/170/validator/previousRotationStillPending.cjs +8 -0
- package/dist/170/validator/previousRotationStillPending.d.cts +6 -0
- package/dist/180/_virtual/rolldown_runtime.cjs +29 -0
- package/dist/180/arbitrumChainTracking/chainStateUpdated.cjs +9 -0
- package/dist/180/arbitrumChainTracking/chainStateUpdated.d.cts +48 -0
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.cts +533 -0
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.mts +10 -10
- package/dist/180/arbitrumIngressEgress/depositBoosted.cjs +22 -0
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.cts +145 -0
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.mts +22 -22
- package/dist/180/arbitrumIngressEgress/depositFailed.cjs +13 -0
- package/dist/180/arbitrumIngressEgress/depositFailed.d.cts +1370 -0
- package/dist/180/arbitrumIngressEgress/depositFailed.d.mts +34 -34
- package/dist/180/arbitrumIngressEgress/depositFinalised.cjs +20 -0
- package/dist/180/arbitrumIngressEgress/depositFinalised.d.cts +139 -0
- package/dist/180/arbitrumIngressEgress/depositFinalised.d.mts +18 -18
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +560 -0
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +10 -10
- package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.cjs +15 -0
- package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +44 -0
- package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/180/arbitrumIngressEgress/networkFeeDeductionFromBoostSet.cjs +8 -0
- package/dist/180/arbitrumIngressEgress/networkFeeDeductionFromBoostSet.d.cts +12 -0
- package/dist/180/arbitrumIngressEgress/transferFallbackRequested.cjs +15 -0
- package/dist/180/arbitrumIngressEgress/transferFallbackRequested.d.cts +66 -0
- package/dist/180/arbitrumIngressEgress/transferFallbackRequested.d.mts +2 -2
- package/dist/180/arbitrumIngressEgress/unknownAffiliate.cjs +12 -0
- package/dist/180/arbitrumIngressEgress/unknownAffiliate.d.cts +15 -0
- package/dist/180/arbitrumIngressEgress/unknownBroker.cjs +9 -0
- package/dist/180/arbitrumIngressEgress/unknownBroker.d.cts +12 -0
- package/dist/180/arbitrumIngressEgress/witnessSafetyMarginSet.cjs +9 -0
- package/dist/180/arbitrumIngressEgress/witnessSafetyMarginSet.d.cts +12 -0
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.cts +533 -0
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.mts +24 -24
- package/dist/180/bitcoinIngressEgress/depositBoosted.cjs +22 -0
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.cts +359 -0
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.mts +46 -46
- package/dist/180/bitcoinIngressEgress/depositFailed.cjs +13 -0
- package/dist/180/bitcoinIngressEgress/depositFailed.d.cts +2279 -0
- package/dist/180/bitcoinIngressEgress/depositFailed.d.mts +40 -40
- package/dist/180/bitcoinIngressEgress/depositFinalised.cjs +20 -0
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.cts +353 -0
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.mts +40 -40
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +560 -0
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +10 -10
- package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.cjs +15 -0
- package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +44 -0
- package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/180/bitcoinIngressEgress/networkFeeDeductionFromBoostSet.cjs +8 -0
- package/dist/180/bitcoinIngressEgress/networkFeeDeductionFromBoostSet.d.cts +12 -0
- package/dist/180/bitcoinIngressEgress/transferFallbackRequested.cjs +15 -0
- package/dist/180/bitcoinIngressEgress/transferFallbackRequested.d.cts +161 -0
- package/dist/180/bitcoinIngressEgress/transferFallbackRequested.d.mts +2 -2
- package/dist/180/bitcoinIngressEgress/unknownAffiliate.cjs +12 -0
- package/dist/180/bitcoinIngressEgress/unknownAffiliate.d.cts +15 -0
- package/dist/180/bitcoinIngressEgress/unknownBroker.cjs +9 -0
- package/dist/180/bitcoinIngressEgress/unknownBroker.d.cts +12 -0
- package/dist/180/bitcoinIngressEgress/witnessSafetyMarginSet.cjs +9 -0
- package/dist/180/bitcoinIngressEgress/witnessSafetyMarginSet.d.cts +12 -0
- package/dist/180/common.cjs +837 -0
- package/dist/180/common.d.cts +12253 -0
- package/dist/180/common.d.mts +279 -279
- package/dist/180/environment/solanaGovCallDispatched.cjs +12 -0
- package/dist/180/environment/solanaGovCallDispatched.d.cts +70 -0
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.cts +533 -0
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.mts +10 -10
- package/dist/180/ethereumIngressEgress/depositBoosted.cjs +22 -0
- package/dist/180/ethereumIngressEgress/depositBoosted.d.cts +145 -0
- package/dist/180/ethereumIngressEgress/depositBoosted.d.mts +22 -22
- package/dist/180/ethereumIngressEgress/depositFailed.cjs +13 -0
- package/dist/180/ethereumIngressEgress/depositFailed.d.cts +1370 -0
- package/dist/180/ethereumIngressEgress/depositFailed.d.mts +34 -34
- package/dist/180/ethereumIngressEgress/depositFinalised.cjs +20 -0
- package/dist/180/ethereumIngressEgress/depositFinalised.d.cts +139 -0
- package/dist/180/ethereumIngressEgress/depositFinalised.d.mts +18 -18
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +560 -0
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +10 -10
- package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.cjs +15 -0
- package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +44 -0
- package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/180/ethereumIngressEgress/networkFeeDeductionFromBoostSet.cjs +8 -0
- package/dist/180/ethereumIngressEgress/networkFeeDeductionFromBoostSet.d.cts +12 -0
- package/dist/180/ethereumIngressEgress/transferFallbackRequested.cjs +15 -0
- package/dist/180/ethereumIngressEgress/transferFallbackRequested.d.cts +66 -0
- package/dist/180/ethereumIngressEgress/transferFallbackRequested.d.mts +2 -2
- package/dist/180/ethereumIngressEgress/unknownAffiliate.cjs +12 -0
- package/dist/180/ethereumIngressEgress/unknownAffiliate.d.cts +15 -0
- package/dist/180/ethereumIngressEgress/unknownBroker.cjs +9 -0
- package/dist/180/ethereumIngressEgress/unknownBroker.d.cts +12 -0
- package/dist/180/ethereumIngressEgress/witnessSafetyMarginSet.cjs +9 -0
- package/dist/180/ethereumIngressEgress/witnessSafetyMarginSet.d.cts +12 -0
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.cts +533 -0
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.mts +10 -10
- package/dist/180/polkadotIngressEgress/depositBoosted.cjs +22 -0
- package/dist/180/polkadotIngressEgress/depositBoosted.d.cts +135 -0
- package/dist/180/polkadotIngressEgress/depositBoosted.d.mts +18 -18
- package/dist/180/polkadotIngressEgress/depositFailed.cjs +13 -0
- package/dist/180/polkadotIngressEgress/depositFailed.d.cts +1361 -0
- package/dist/180/polkadotIngressEgress/depositFailed.d.mts +34 -34
- package/dist/180/polkadotIngressEgress/depositFinalised.cjs +20 -0
- package/dist/180/polkadotIngressEgress/depositFinalised.d.cts +129 -0
- package/dist/180/polkadotIngressEgress/depositFinalised.d.mts +14 -14
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +560 -0
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +10 -10
- package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.cjs +15 -0
- package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +44 -0
- package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/180/polkadotIngressEgress/networkFeeDeductionFromBoostSet.cjs +8 -0
- package/dist/180/polkadotIngressEgress/networkFeeDeductionFromBoostSet.d.cts +12 -0
- package/dist/180/polkadotIngressEgress/transferFallbackRequested.cjs +15 -0
- package/dist/180/polkadotIngressEgress/transferFallbackRequested.d.cts +66 -0
- package/dist/180/polkadotIngressEgress/transferFallbackRequested.d.mts +2 -2
- package/dist/180/polkadotIngressEgress/unknownAffiliate.cjs +12 -0
- package/dist/180/polkadotIngressEgress/unknownAffiliate.d.cts +15 -0
- package/dist/180/polkadotIngressEgress/unknownBroker.cjs +9 -0
- package/dist/180/polkadotIngressEgress/unknownBroker.d.cts +12 -0
- package/dist/180/polkadotIngressEgress/witnessSafetyMarginSet.cjs +8 -0
- package/dist/180/polkadotIngressEgress/witnessSafetyMarginSet.d.cts +12 -0
- package/dist/180/solanaBroadcaster/transactionBroadcastRequest.cjs +14 -0
- package/dist/180/solanaBroadcaster/transactionBroadcastRequest.d.cts +36 -0
- package/dist/180/solanaElections/unknownElection.cjs +9 -0
- package/dist/180/solanaElections/unknownElection.d.cts +48 -0
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.cts +533 -0
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.mts +10 -10
- package/dist/180/solanaIngressEgress/depositBoosted.cjs +21 -0
- package/dist/180/solanaIngressEgress/depositBoosted.d.cts +132 -0
- package/dist/180/solanaIngressEgress/depositBoosted.d.mts +16 -16
- package/dist/180/solanaIngressEgress/depositFailed.cjs +13 -0
- package/dist/180/solanaIngressEgress/depositFailed.d.cts +1320 -0
- package/dist/180/solanaIngressEgress/depositFailed.d.mts +34 -34
- package/dist/180/solanaIngressEgress/depositFinalised.cjs +19 -0
- package/dist/180/solanaIngressEgress/depositFinalised.d.cts +126 -0
- package/dist/180/solanaIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +560 -0
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +10 -10
- package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.cjs +15 -0
- package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.cts +44 -0
- package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/180/solanaIngressEgress/networkFeeDeductionFromBoostSet.cjs +8 -0
- package/dist/180/solanaIngressEgress/networkFeeDeductionFromBoostSet.d.cts +12 -0
- package/dist/180/solanaIngressEgress/transactionRejectionRequestExpired.cjs +12 -0
- package/dist/180/solanaIngressEgress/transactionRejectionRequestExpired.d.cts +15 -0
- package/dist/180/solanaIngressEgress/transactionRejectionRequestExpired.d.mts +2 -2
- package/dist/180/solanaIngressEgress/transactionRejectionRequestReceived.cjs +13 -0
- package/dist/180/solanaIngressEgress/transactionRejectionRequestReceived.d.cts +18 -0
- package/dist/180/solanaIngressEgress/transactionRejectionRequestReceived.d.mts +2 -2
- package/dist/180/solanaIngressEgress/transferFallbackRequested.cjs +15 -0
- package/dist/180/solanaIngressEgress/transferFallbackRequested.d.cts +66 -0
- package/dist/180/solanaIngressEgress/transferFallbackRequested.d.mts +2 -2
- package/dist/180/solanaIngressEgress/unknownAffiliate.cjs +12 -0
- package/dist/180/solanaIngressEgress/unknownAffiliate.d.cts +15 -0
- package/dist/180/solanaIngressEgress/unknownBroker.cjs +9 -0
- package/dist/180/solanaIngressEgress/unknownBroker.d.cts +12 -0
- package/dist/180/solanaIngressEgress/witnessSafetyMarginSet.cjs +9 -0
- package/dist/180/solanaIngressEgress/witnessSafetyMarginSet.d.cts +12 -0
- package/dist/180/swapping/affiliateRegistration.cjs +14 -0
- package/dist/180/swapping/affiliateRegistration.d.cts +21 -0
- package/dist/180/swapping/brokerBondSet.cjs +9 -0
- package/dist/180/swapping/brokerBondSet.d.cts +12 -0
- package/dist/180/swapping/minimumNetworkFeeSet.cjs +9 -0
- package/dist/180/swapping/minimumNetworkFeeSet.d.cts +12 -0
- package/dist/180/swapping/privateBrokerChannelClosed.cjs +12 -0
- package/dist/180/swapping/privateBrokerChannelClosed.d.cts +15 -0
- package/dist/180/swapping/privateBrokerChannelClosed.d.mts +2 -2
- package/dist/180/swapping/privateBrokerChannelOpened.cjs +12 -0
- package/dist/180/swapping/privateBrokerChannelOpened.d.cts +15 -0
- package/dist/180/swapping/privateBrokerChannelOpened.d.mts +2 -2
- package/dist/180/swapping/refundEgressScheduled.cjs +15 -0
- package/dist/180/swapping/refundEgressScheduled.d.cts +54 -0
- package/dist/180/swapping/refundEgressScheduled.d.mts +14 -14
- package/dist/180/swapping/swapDepositAddressReady.cjs +24 -0
- package/dist/180/swapping/swapDepositAddressReady.d.cts +294 -0
- package/dist/180/swapping/swapDepositAddressReady.d.mts +41 -41
- package/dist/180/swapping/swapEgressScheduled.cjs +15 -0
- package/dist/180/swapping/swapEgressScheduled.d.cts +54 -0
- package/dist/180/swapping/swapEgressScheduled.d.mts +14 -14
- package/dist/180/swapping/swapRequested.cjs +19 -0
- package/dist/180/swapping/swapRequested.d.cts +679 -0
- package/dist/180/swapping/swapRequested.d.mts +41 -41
- package/dist/180/swapping/swapScheduled.cjs +15 -0
- package/dist/180/swapping/swapScheduled.d.cts +34 -0
- package/dist/180/swapping/swapScheduled.d.mts +2 -2
- package/dist/180/swapping/withdrawalRequested.cjs +16 -0
- package/dist/180/swapping/withdrawalRequested.d.cts +92 -0
- package/dist/180/swapping/withdrawalRequested.d.mts +16 -16
- package/dist/190/_virtual/rolldown_runtime.cjs +29 -0
- package/dist/190/arbitrumIngressEgress/batchBroadcastRequested.cjs +12 -0
- package/dist/190/arbitrumIngressEgress/batchBroadcastRequested.d.cts +25 -0
- package/dist/190/arbitrumIngressEgress/ccmBroadcastRequested.cjs +12 -0
- package/dist/190/arbitrumIngressEgress/ccmBroadcastRequested.d.cts +25 -0
- package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.cts +543 -0
- package/dist/190/arbitrumIngressEgress/depositBoosted.cjs +22 -0
- package/dist/190/arbitrumIngressEgress/depositBoosted.d.cts +194 -0
- package/dist/190/arbitrumIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/190/arbitrumIngressEgress/depositFailed.cjs +13 -0
- package/dist/190/arbitrumIngressEgress/depositFailed.d.cts +1355 -0
- package/dist/190/arbitrumIngressEgress/depositFailed.d.mts +26 -26
- package/dist/190/arbitrumIngressEgress/depositFinalised.cjs +20 -0
- package/dist/190/arbitrumIngressEgress/depositFinalised.d.cts +188 -0
- package/dist/190/arbitrumIngressEgress/depositFinalised.d.mts +6 -6
- package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +560 -0
- package/dist/190/arbitrumIngressEgress/transferFallbackRequested.cjs +15 -0
- package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.cts +66 -0
- package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.mts +2 -2
- package/dist/190/assetBalances/accountCredited.cjs +14 -0
- package/dist/190/assetBalances/accountCredited.d.cts +31 -0
- package/dist/190/assetBalances/accountCredited.d.mts +7 -7
- package/dist/190/assetBalances/accountDebited.cjs +14 -0
- package/dist/190/assetBalances/accountDebited.d.cts +31 -0
- package/dist/190/assetBalances/accountDebited.d.mts +7 -7
- package/dist/190/assetBalances/refundScheduled.cjs +13 -0
- package/dist/190/assetBalances/refundScheduled.d.cts +251 -0
- package/dist/190/assetBalances/refundSkipped.cjs +13 -0
- package/dist/190/assetBalances/refundSkipped.d.cts +468 -0
- package/dist/190/assetBalances/refundSkipped.d.mts +47 -47
- package/dist/190/assetBalances/vaultDeficitDetected.cjs +13 -0
- package/dist/190/assetBalances/vaultDeficitDetected.d.cts +28 -0
- package/dist/190/assethubBroadcaster/broadcastAborted.cjs +8 -0
- package/dist/190/assethubBroadcaster/broadcastAborted.d.cts +12 -0
- package/dist/190/assethubBroadcaster/broadcastCallbackExecuted.cjs +12 -0
- package/dist/190/assethubBroadcaster/broadcastCallbackExecuted.d.cts +333 -0
- package/dist/190/assethubBroadcaster/broadcastRetryScheduled.cjs +11 -0
- package/dist/190/assethubBroadcaster/broadcastRetryScheduled.d.cts +15 -0
- package/dist/190/assethubBroadcaster/broadcastSuccess.cjs +13 -0
- package/dist/190/assethubBroadcaster/broadcastSuccess.d.cts +33 -0
- package/dist/190/assethubBroadcaster/broadcastTimeout.cjs +8 -0
- package/dist/190/assethubBroadcaster/broadcastTimeout.d.cts +12 -0
- package/dist/190/assethubBroadcaster/callResigned.cjs +8 -0
- package/dist/190/assethubBroadcaster/callResigned.d.cts +12 -0
- package/dist/190/assethubBroadcaster/palletConfigUpdated.cjs +9 -0
- package/dist/190/assethubBroadcaster/palletConfigUpdated.d.cts +27 -0
- package/dist/190/assethubBroadcaster/thresholdSignatureInvalid.cjs +8 -0
- package/dist/190/assethubBroadcaster/thresholdSignatureInvalid.d.cts +12 -0
- package/dist/190/assethubBroadcaster/transactionBroadcastRequest.cjs +14 -0
- package/dist/190/assethubBroadcaster/transactionBroadcastRequest.d.cts +31 -0
- package/dist/190/assethubBroadcaster/transactionBroadcastRequest.d.mts +2 -2
- package/dist/190/assethubBroadcaster/transactionFeeDeficitRecorded.cjs +12 -0
- package/dist/190/assethubBroadcaster/transactionFeeDeficitRecorded.d.cts +15 -0
- package/dist/190/assethubBroadcaster/transactionFeeDeficitRefused.cjs +9 -0
- package/dist/190/assethubBroadcaster/transactionFeeDeficitRefused.d.cts +12 -0
- package/dist/190/assethubChainTracking/chainStateUpdated.cjs +9 -0
- package/dist/190/assethubChainTracking/chainStateUpdated.d.cts +75 -0
- package/dist/190/assethubChainTracking/feeMultiplierUpdated.cjs +9 -0
- package/dist/190/assethubChainTracking/feeMultiplierUpdated.d.cts +12 -0
- package/dist/190/assethubIngressEgress/assetEgressStatusChanged.cjs +12 -0
- package/dist/190/assethubIngressEgress/assetEgressStatusChanged.d.cts +25 -0
- package/dist/190/assethubIngressEgress/batchBroadcastRequested.cjs +12 -0
- package/dist/190/assethubIngressEgress/batchBroadcastRequested.d.cts +25 -0
- package/dist/190/assethubIngressEgress/boostFundsAdded.cjs +13 -0
- package/dist/190/assethubIngressEgress/boostFundsAdded.d.cts +45 -0
- package/dist/190/assethubIngressEgress/boostPoolCreated.cjs +9 -0
- package/dist/190/assethubIngressEgress/boostPoolCreated.d.cts +39 -0
- package/dist/190/assethubIngressEgress/boostedDepositLost.cjs +12 -0
- package/dist/190/assethubIngressEgress/boostedDepositLost.d.cts +15 -0
- package/dist/190/assethubIngressEgress/ccmBroadcastFailed.cjs +8 -0
- package/dist/190/assethubIngressEgress/ccmBroadcastFailed.d.cts +12 -0
- package/dist/190/assethubIngressEgress/ccmBroadcastRequested.cjs +12 -0
- package/dist/190/assethubIngressEgress/ccmBroadcastRequested.d.cts +25 -0
- package/dist/190/assethubIngressEgress/ccmBroadcastRequested.d.mts +2 -2
- package/dist/190/assethubIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/190/assethubIngressEgress/ccmEgressInvalid.d.cts +543 -0
- package/dist/190/assethubIngressEgress/channelOpeningFeePaid.cjs +9 -0
- package/dist/190/assethubIngressEgress/channelOpeningFeePaid.d.cts +12 -0
- package/dist/190/assethubIngressEgress/channelOpeningFeeSet.cjs +9 -0
- package/dist/190/assethubIngressEgress/channelOpeningFeeSet.d.cts +12 -0
- package/dist/190/assethubIngressEgress/depositBoosted.cjs +22 -0
- package/dist/190/assethubIngressEgress/depositBoosted.d.cts +184 -0
- package/dist/190/assethubIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/190/assethubIngressEgress/depositChannelLifetimeSet.cjs +8 -0
- package/dist/190/assethubIngressEgress/depositChannelLifetimeSet.d.cts +12 -0
- package/dist/190/assethubIngressEgress/depositFailed.cjs +13 -0
- package/dist/190/assethubIngressEgress/depositFailed.d.cts +1346 -0
- package/dist/190/assethubIngressEgress/depositFailed.d.mts +44 -44
- package/dist/190/assethubIngressEgress/depositFetchesScheduled.cjs +12 -0
- package/dist/190/assethubIngressEgress/depositFetchesScheduled.d.cts +25 -0
- package/dist/190/assethubIngressEgress/depositFetchesScheduled.d.mts +2 -2
- package/dist/190/assethubIngressEgress/depositFinalised.cjs +20 -0
- package/dist/190/assethubIngressEgress/depositFinalised.d.cts +178 -0
- package/dist/190/assethubIngressEgress/depositFinalised.d.mts +6 -6
- package/dist/190/assethubIngressEgress/failedForeignChainCallExpired.cjs +8 -0
- package/dist/190/assethubIngressEgress/failedForeignChainCallExpired.d.cts +12 -0
- package/dist/190/assethubIngressEgress/failedForeignChainCallResigned.cjs +11 -0
- package/dist/190/assethubIngressEgress/failedForeignChainCallResigned.d.cts +15 -0
- package/dist/190/assethubIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/190/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +560 -0
- package/dist/190/assethubIngressEgress/insufficientBoostLiquidity.cjs +15 -0
- package/dist/190/assethubIngressEgress/insufficientBoostLiquidity.d.cts +44 -0
- package/dist/190/assethubIngressEgress/minimumDepositSet.cjs +12 -0
- package/dist/190/assethubIngressEgress/minimumDepositSet.d.cts +25 -0
- package/dist/190/assethubIngressEgress/networkFeeDeductionFromBoostSet.cjs +8 -0
- package/dist/190/assethubIngressEgress/networkFeeDeductionFromBoostSet.d.cts +12 -0
- package/dist/190/assethubIngressEgress/stoppedBoosting.cjs +14 -0
- package/dist/190/assethubIngressEgress/stoppedBoosting.d.cts +48 -0
- package/dist/190/assethubIngressEgress/transactionRejectedByBroker.cjs +11 -0
- package/dist/190/assethubIngressEgress/transactionRejectedByBroker.d.cts +15 -0
- package/dist/190/assethubIngressEgress/transactionRejectedByBroker.d.mts +2 -2
- package/dist/190/assethubIngressEgress/transactionRejectionFailed.cjs +8 -0
- package/dist/190/assethubIngressEgress/transactionRejectionFailed.d.cts +12 -0
- package/dist/190/assethubIngressEgress/transactionRejectionRequestExpired.cjs +12 -0
- package/dist/190/assethubIngressEgress/transactionRejectionRequestExpired.d.cts +30 -0
- package/dist/190/assethubIngressEgress/transactionRejectionRequestReceived.cjs +13 -0
- package/dist/190/assethubIngressEgress/transactionRejectionRequestReceived.d.cts +33 -0
- package/dist/190/assethubIngressEgress/transferFallbackRequested.cjs +15 -0
- package/dist/190/assethubIngressEgress/transferFallbackRequested.d.cts +66 -0
- package/dist/190/assethubIngressEgress/transferFallbackRequested.d.mts +2 -2
- package/dist/190/assethubIngressEgress/unknownAffiliate.cjs +12 -0
- package/dist/190/assethubIngressEgress/unknownAffiliate.d.cts +15 -0
- package/dist/190/assethubIngressEgress/unknownBroker.cjs +9 -0
- package/dist/190/assethubIngressEgress/unknownBroker.d.cts +12 -0
- package/dist/190/assethubIngressEgress/utxoConsolidation.cjs +8 -0
- package/dist/190/assethubIngressEgress/utxoConsolidation.d.cts +12 -0
- package/dist/190/assethubIngressEgress/witnessSafetyMarginSet.cjs +8 -0
- package/dist/190/assethubIngressEgress/witnessSafetyMarginSet.d.cts +12 -0
- package/dist/190/assethubVault/activationTxFailedAwaitingGovernance.cjs +9 -0
- package/dist/190/assethubVault/activationTxFailedAwaitingGovernance.d.cts +12 -0
- package/dist/190/assethubVault/awaitingGovernanceActivation.cjs +9 -0
- package/dist/190/assethubVault/awaitingGovernanceActivation.d.cts +12 -0
- package/dist/190/assethubVault/chainInitialized.cjs +8 -0
- package/dist/190/assethubVault/chainInitialized.d.cts +6 -0
- package/dist/190/assethubVault/vaultActivationCompleted.cjs +8 -0
- package/dist/190/assethubVault/vaultActivationCompleted.d.cts +6 -0
- package/dist/190/assethubVault/vaultRotatedExternally.cjs +7 -0
- package/dist/190/assethubVault/vaultRotatedExternally.d.cts +6 -0
- package/dist/190/bitcoinIngressEgress/batchBroadcastRequested.cjs +12 -0
- package/dist/190/bitcoinIngressEgress/batchBroadcastRequested.d.cts +25 -0
- package/dist/190/bitcoinIngressEgress/ccmBroadcastRequested.cjs +12 -0
- package/dist/190/bitcoinIngressEgress/ccmBroadcastRequested.d.cts +25 -0
- package/dist/190/bitcoinIngressEgress/ccmBroadcastRequested.d.mts +2 -2
- package/dist/190/bitcoinIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/190/bitcoinIngressEgress/ccmEgressInvalid.d.cts +543 -0
- package/dist/190/bitcoinIngressEgress/depositBoosted.cjs +22 -0
- package/dist/190/bitcoinIngressEgress/depositBoosted.d.cts +408 -0
- package/dist/190/bitcoinIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/190/bitcoinIngressEgress/depositFailed.cjs +13 -0
- package/dist/190/bitcoinIngressEgress/depositFailed.d.cts +2264 -0
- package/dist/190/bitcoinIngressEgress/depositFailed.d.mts +26 -26
- package/dist/190/bitcoinIngressEgress/depositFinalised.cjs +20 -0
- package/dist/190/bitcoinIngressEgress/depositFinalised.d.cts +402 -0
- package/dist/190/bitcoinIngressEgress/depositFinalised.d.mts +6 -6
- package/dist/190/bitcoinIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/190/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +560 -0
- package/dist/190/bitcoinIngressEgress/transferFallbackRequested.cjs +15 -0
- package/dist/190/bitcoinIngressEgress/transferFallbackRequested.d.cts +161 -0
- package/dist/190/bitcoinIngressEgress/transferFallbackRequested.d.mts +2 -2
- package/dist/190/common.cjs +1330 -0
- package/dist/190/common.d.cts +18203 -0
- package/dist/190/common.d.mts +320 -320
- package/dist/190/emissions/networkFeeBurned.cjs +12 -0
- package/dist/190/emissions/networkFeeBurned.d.cts +25 -0
- package/dist/190/environment/assethubVaultAccountSet.cjs +9 -0
- package/dist/190/environment/assethubVaultAccountSet.d.cts +12 -0
- package/dist/190/environment/runtimeSafeModeUpdated.cjs +9 -0
- package/dist/190/environment/runtimeSafeModeUpdated.d.cts +1278 -0
- package/dist/190/ethereumIngressEgress/batchBroadcastRequested.cjs +12 -0
- package/dist/190/ethereumIngressEgress/batchBroadcastRequested.d.cts +25 -0
- package/dist/190/ethereumIngressEgress/ccmBroadcastRequested.cjs +12 -0
- package/dist/190/ethereumIngressEgress/ccmBroadcastRequested.d.cts +25 -0
- package/dist/190/ethereumIngressEgress/ccmBroadcastRequested.d.mts +2 -2
- package/dist/190/ethereumIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/190/ethereumIngressEgress/ccmEgressInvalid.d.cts +543 -0
- package/dist/190/ethereumIngressEgress/depositBoosted.cjs +22 -0
- package/dist/190/ethereumIngressEgress/depositBoosted.d.cts +194 -0
- package/dist/190/ethereumIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/190/ethereumIngressEgress/depositFailed.cjs +13 -0
- package/dist/190/ethereumIngressEgress/depositFailed.d.cts +1355 -0
- package/dist/190/ethereumIngressEgress/depositFailed.d.mts +26 -26
- package/dist/190/ethereumIngressEgress/depositFinalised.cjs +20 -0
- package/dist/190/ethereumIngressEgress/depositFinalised.d.cts +188 -0
- package/dist/190/ethereumIngressEgress/depositFinalised.d.mts +6 -6
- package/dist/190/ethereumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/190/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +560 -0
- package/dist/190/ethereumIngressEgress/transferFallbackRequested.cjs +15 -0
- package/dist/190/ethereumIngressEgress/transferFallbackRequested.d.cts +66 -0
- package/dist/190/ethereumIngressEgress/transferFallbackRequested.d.mts +2 -2
- package/dist/190/flip/palletConfigUpdated.cjs +9 -0
- package/dist/190/flip/palletConfigUpdated.d.cts +84 -0
- package/dist/190/liquidityPools/assetSwapped.cjs +14 -0
- package/dist/190/liquidityPools/assetSwapped.d.cts +41 -0
- package/dist/190/liquidityPools/assetSwapped.d.mts +12 -12
- package/dist/190/liquidityPools/limitOrderUpdated.cjs +20 -0
- package/dist/190/liquidityPools/limitOrderUpdated.d.cts +99 -0
- package/dist/190/liquidityPools/limitOrderUpdated.d.mts +12 -12
- package/dist/190/liquidityPools/newPoolCreated.cjs +14 -0
- package/dist/190/liquidityPools/newPoolCreated.d.cts +41 -0
- package/dist/190/liquidityPools/newPoolCreated.d.mts +12 -12
- package/dist/190/liquidityPools/orderDeletionFailed.cjs +9 -0
- package/dist/190/liquidityPools/orderDeletionFailed.d.cts +127 -0
- package/dist/190/liquidityPools/orderDeletionFailed.d.mts +32 -32
- package/dist/190/liquidityPools/palletConfigUpdated.cjs +9 -0
- package/dist/190/liquidityPools/palletConfigUpdated.d.cts +44 -0
- package/dist/190/liquidityPools/palletConfigUpdated.d.mts +8 -8
- package/dist/190/liquidityPools/poolFeeSet.cjs +13 -0
- package/dist/190/liquidityPools/poolFeeSet.d.cts +38 -0
- package/dist/190/liquidityPools/poolFeeSet.d.mts +12 -12
- package/dist/190/liquidityPools/priceImpactLimitSet.cjs +12 -0
- package/dist/190/liquidityPools/priceImpactLimitSet.d.cts +46 -0
- package/dist/190/liquidityPools/rangeOrderUpdated.cjs +21 -0
- package/dist/190/liquidityPools/rangeOrderUpdated.d.cts +209 -0
- package/dist/190/liquidityPools/rangeOrderUpdated.d.mts +24 -24
- package/dist/190/liquidityProvider/assetTransferred.cjs +14 -0
- package/dist/190/liquidityProvider/assetTransferred.d.cts +31 -0
- package/dist/190/liquidityProvider/assetTransferred.d.mts +6 -6
- package/dist/190/liquidityProvider/liquidityDepositAddressReady.cjs +17 -0
- package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.cts +91 -0
- package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.mts +9 -9
- package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.cjs +13 -0
- package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.cts +251 -0
- package/dist/190/liquidityProvider/withdrawalEgressScheduled.cjs +15 -0
- package/dist/190/liquidityProvider/withdrawalEgressScheduled.d.cts +95 -0
- package/dist/190/liquidityProvider/withdrawalEgressScheduled.d.mts +8 -8
- package/dist/190/polkadotIngressEgress/batchBroadcastRequested.cjs +12 -0
- package/dist/190/polkadotIngressEgress/batchBroadcastRequested.d.cts +25 -0
- package/dist/190/polkadotIngressEgress/ccmBroadcastRequested.cjs +12 -0
- package/dist/190/polkadotIngressEgress/ccmBroadcastRequested.d.cts +25 -0
- package/dist/190/polkadotIngressEgress/ccmBroadcastRequested.d.mts +2 -2
- package/dist/190/polkadotIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/190/polkadotIngressEgress/ccmEgressInvalid.d.cts +543 -0
- package/dist/190/polkadotIngressEgress/depositBoosted.cjs +22 -0
- package/dist/190/polkadotIngressEgress/depositBoosted.d.cts +184 -0
- package/dist/190/polkadotIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/190/polkadotIngressEgress/depositFailed.cjs +13 -0
- package/dist/190/polkadotIngressEgress/depositFailed.d.cts +1346 -0
- package/dist/190/polkadotIngressEgress/depositFailed.d.mts +44 -44
- package/dist/190/polkadotIngressEgress/depositFinalised.cjs +20 -0
- package/dist/190/polkadotIngressEgress/depositFinalised.d.cts +178 -0
- package/dist/190/polkadotIngressEgress/depositFinalised.d.mts +6 -6
- package/dist/190/polkadotIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/190/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +560 -0
- package/dist/190/polkadotIngressEgress/transferFallbackRequested.cjs +15 -0
- package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.cts +66 -0
- package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.mts +2 -2
- package/dist/190/reputation/offencePenalty.cjs +13 -0
- package/dist/190/reputation/offencePenalty.d.cts +125 -0
- package/dist/190/reputation/offencePenalty.d.mts +2 -2
- package/dist/190/reputation/penaltyUpdated.cjs +13 -0
- package/dist/190/reputation/penaltyUpdated.d.cts +155 -0
- package/dist/190/solanaIngressEgress/batchBroadcastRequested.cjs +12 -0
- package/dist/190/solanaIngressEgress/batchBroadcastRequested.d.cts +25 -0
- package/dist/190/solanaIngressEgress/ccmBroadcastRequested.cjs +12 -0
- package/dist/190/solanaIngressEgress/ccmBroadcastRequested.d.cts +25 -0
- package/dist/190/solanaIngressEgress/ccmBroadcastRequested.d.mts +2 -2
- package/dist/190/solanaIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.cts +543 -0
- package/dist/190/solanaIngressEgress/depositBoosted.cjs +21 -0
- package/dist/190/solanaIngressEgress/depositBoosted.d.cts +181 -0
- package/dist/190/solanaIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/190/solanaIngressEgress/depositFailed.cjs +13 -0
- package/dist/190/solanaIngressEgress/depositFailed.d.cts +1305 -0
- package/dist/190/solanaIngressEgress/depositFailed.d.mts +26 -26
- package/dist/190/solanaIngressEgress/depositFinalised.cjs +19 -0
- package/dist/190/solanaIngressEgress/depositFinalised.d.cts +175 -0
- package/dist/190/solanaIngressEgress/depositFinalised.d.mts +6 -6
- package/dist/190/solanaIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/190/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +560 -0
- package/dist/190/solanaIngressEgress/transferFallbackRequested.cjs +15 -0
- package/dist/190/solanaIngressEgress/transferFallbackRequested.d.cts +66 -0
- package/dist/190/solanaIngressEgress/transferFallbackRequested.d.mts +2 -2
- package/dist/190/solanaThresholdSigner/thresholdSignatureRequest.cjs +16 -0
- package/dist/190/solanaThresholdSigner/thresholdSignatureRequest.d.cts +314 -0
- package/dist/190/swapping/batchSwapFailed.cjs +13 -0
- package/dist/190/swapping/batchSwapFailed.d.cts +38 -0
- package/dist/190/swapping/batchSwapFailed.d.mts +6 -6
- package/dist/190/swapping/creditedOnChain.cjs +14 -0
- package/dist/190/swapping/creditedOnChain.d.cts +31 -0
- package/dist/190/swapping/creditedOnChain.d.mts +8 -8
- package/dist/190/swapping/palletConfigUpdated.cjs +9 -0
- package/dist/190/swapping/palletConfigUpdated.d.cts +196 -0
- package/dist/190/swapping/palletConfigUpdated.d.mts +16 -16
- package/dist/190/swapping/refundEgressIgnored.cjs +14 -0
- package/dist/190/swapping/refundEgressIgnored.d.cts +248 -0
- package/dist/190/swapping/refundEgressIgnored.d.mts +12 -12
- package/dist/190/swapping/refundEgressScheduled.cjs +15 -0
- package/dist/190/swapping/refundEgressScheduled.d.cts +54 -0
- package/dist/190/swapping/refundEgressScheduled.d.mts +12 -12
- package/dist/190/swapping/refundedOnChain.cjs +14 -0
- package/dist/190/swapping/refundedOnChain.d.cts +31 -0
- package/dist/190/swapping/refundedOnChain.d.mts +8 -8
- package/dist/190/swapping/swapAmountConfiscated.cjs +14 -0
- package/dist/190/swapping/swapAmountConfiscated.d.cts +31 -0
- package/dist/190/swapping/swapAmountConfiscated.d.mts +6 -6
- package/dist/190/swapping/swapDepositAddressReady.cjs +24 -0
- package/dist/190/swapping/swapDepositAddressReady.d.cts +315 -0
- package/dist/190/swapping/swapDepositAddressReady.d.mts +18 -18
- package/dist/190/swapping/swapEgressIgnored.cjs +14 -0
- package/dist/190/swapping/swapEgressIgnored.d.cts +248 -0
- package/dist/190/swapping/swapEgressIgnored.d.mts +12 -12
- package/dist/190/swapping/swapEgressScheduled.cjs +15 -0
- package/dist/190/swapping/swapEgressScheduled.d.cts +54 -0
- package/dist/190/swapping/swapEgressScheduled.d.mts +12 -12
- package/dist/190/swapping/swapExecuted.cjs +19 -0
- package/dist/190/swapping/swapExecuted.d.cts +56 -0
- package/dist/190/swapping/swapExecuted.d.mts +14 -14
- package/dist/190/swapping/swapRequested.cjs +19 -0
- package/dist/190/swapping/swapRequested.d.cts +900 -0
- package/dist/190/swapping/swapRequested.d.mts +17 -17
- package/dist/190/swapping/vaultSwapMinimumBrokerFeeSet.cjs +12 -0
- package/dist/190/swapping/vaultSwapMinimumBrokerFeeSet.d.cts +15 -0
- package/dist/190/swapping/withdrawalRequested.cjs +16 -0
- package/dist/190/swapping/withdrawalRequested.d.cts +98 -0
- package/dist/190/swapping/withdrawalRequested.d.mts +8 -8
- package/dist/190/tokenholderGovernance/govKeyUpdatedHasFailed.cjs +12 -0
- package/dist/190/tokenholderGovernance/govKeyUpdatedHasFailed.d.cts +25 -0
- package/dist/190/tokenholderGovernance/govKeyUpdatedWasSuccessful.cjs +12 -0
- package/dist/190/tokenholderGovernance/govKeyUpdatedWasSuccessful.d.cts +25 -0
- package/dist/190/tokenholderGovernance/proposalEnacted.cjs +9 -0
- package/dist/190/tokenholderGovernance/proposalEnacted.d.cts +54 -0
- package/dist/190/tokenholderGovernance/proposalPassed.cjs +9 -0
- package/dist/190/tokenholderGovernance/proposalPassed.d.cts +54 -0
- package/dist/190/tokenholderGovernance/proposalRejected.cjs +9 -0
- package/dist/190/tokenholderGovernance/proposalRejected.d.cts +54 -0
- package/dist/190/tokenholderGovernance/proposalSubmitted.cjs +9 -0
- package/dist/190/tokenholderGovernance/proposalSubmitted.d.cts +54 -0
- package/dist/190/tradingStrategy/fundsAddedToStrategy.cjs +12 -0
- package/dist/190/tradingStrategy/fundsAddedToStrategy.d.cts +25 -0
- package/dist/190/tradingStrategy/fundsAddedToStrategy.d.mts +6 -6
- package/dist/190/tradingStrategy/palletConfigUpdated.cjs +9 -0
- package/dist/190/tradingStrategy/palletConfigUpdated.d.cts +108 -0
- package/dist/190/tradingStrategy/palletConfigUpdated.d.mts +24 -24
- package/dist/190/tradingStrategy/strategyClosed.cjs +9 -0
- package/dist/190/tradingStrategy/strategyClosed.d.cts +12 -0
- package/dist/190/tradingStrategy/strategyDeployed.cjs +13 -0
- package/dist/190/tradingStrategy/strategyDeployed.d.cts +50 -0
- package/dist/190/tradingStrategy/strategyDeployed.d.mts +8 -8
- package/dist/200/_virtual/rolldown_runtime.cjs +29 -0
- package/dist/200/arbitrumBroadcaster/historicalBroadcastRequested.cjs +12 -0
- package/dist/200/arbitrumBroadcaster/historicalBroadcastRequested.d.cts +18 -0
- package/dist/200/assethubBroadcaster/historicalBroadcastRequested.cjs +12 -0
- package/dist/200/assethubBroadcaster/historicalBroadcastRequested.d.cts +18 -0
- package/dist/200/bitcoinBroadcaster/historicalBroadcastRequested.cjs +12 -0
- package/dist/200/bitcoinBroadcaster/historicalBroadcastRequested.d.cts +18 -0
- package/dist/200/bitcoinThresholdSigner/maxRetriesReachedForRequest.cjs +8 -0
- package/dist/200/bitcoinThresholdSigner/maxRetriesReachedForRequest.d.cts +12 -0
- package/dist/200/common.cjs +616 -0
- package/dist/200/common.d.cts +11087 -0
- package/dist/200/common.d.mts +24 -24
- package/dist/200/environment/batchCompleted.cjs +8 -0
- package/dist/200/environment/batchCompleted.d.cts +6 -0
- package/dist/200/environment/nonNativeSignedCall.cjs +8 -0
- package/dist/200/environment/nonNativeSignedCall.d.cts +6 -0
- package/dist/200/environment/runtimeSafeModeUpdated.cjs +9 -0
- package/dist/200/environment/runtimeSafeModeUpdated.d.cts +1929 -0
- package/dist/200/ethereumBroadcaster/historicalBroadcastRequested.cjs +12 -0
- package/dist/200/ethereumBroadcaster/historicalBroadcastRequested.d.cts +18 -0
- package/dist/200/evmThresholdSigner/maxRetriesReachedForRequest.cjs +8 -0
- package/dist/200/evmThresholdSigner/maxRetriesReachedForRequest.d.cts +12 -0
- package/dist/200/funding/funded.cjs +14 -0
- package/dist/200/funding/funded.d.cts +88 -0
- package/dist/200/lendingPools/collateralAdded.cjs +13 -0
- package/dist/200/lendingPools/collateralAdded.d.cts +38 -0
- package/dist/200/lendingPools/collateralRemoved.cjs +12 -0
- package/dist/200/lendingPools/collateralRemoved.d.cts +25 -0
- package/dist/200/lendingPools/collateralTopupAssetUpdated.cjs +12 -0
- package/dist/200/lendingPools/collateralTopupAssetUpdated.d.cts +25 -0
- package/dist/200/lendingPools/interestTaken.cjs +15 -0
- package/dist/200/lendingPools/interestTaken.d.cts +24 -0
- package/dist/200/lendingPools/lendingFundsAdded.cjs +13 -0
- package/dist/200/lendingPools/lendingFundsAdded.d.cts +28 -0
- package/dist/200/lendingPools/lendingFundsAdded.d.mts +2 -2
- package/dist/200/lendingPools/lendingFundsRemoved.cjs +13 -0
- package/dist/200/lendingPools/lendingFundsRemoved.d.cts +28 -0
- package/dist/200/lendingPools/lendingFundsRemoved.d.mts +2 -2
- package/dist/200/lendingPools/lendingNetworkFeeSwapInitiated.cjs +9 -0
- package/dist/200/lendingPools/lendingNetworkFeeSwapInitiated.d.cts +12 -0
- package/dist/200/lendingPools/lendingPoolCreated.cjs +9 -0
- package/dist/200/lendingPools/lendingPoolCreated.d.cts +22 -0
- package/dist/200/lendingPools/liquidationCompleted.cjs +12 -0
- package/dist/200/lendingPools/liquidationCompleted.d.cts +25 -0
- package/dist/200/lendingPools/liquidationFeeTaken.cjs +14 -0
- package/dist/200/lendingPools/liquidationFeeTaken.d.cts +21 -0
- package/dist/200/lendingPools/liquidationInitiated.cjs +13 -0
- package/dist/200/lendingPools/liquidationInitiated.d.cts +28 -0
- package/dist/200/lendingPools/loanCreated.cjs +14 -0
- package/dist/200/lendingPools/loanCreated.d.cts +31 -0
- package/dist/200/lendingPools/loanCreated.d.mts +3 -3
- package/dist/200/lendingPools/loanRepaid.cjs +12 -0
- package/dist/200/lendingPools/loanRepaid.d.cts +15 -0
- package/dist/200/lendingPools/loanSettled.cjs +13 -0
- package/dist/200/lendingPools/loanSettled.d.cts +18 -0
- package/dist/200/lendingPools/loanUpdated.cjs +12 -0
- package/dist/200/lendingPools/loanUpdated.d.cts +15 -0
- package/dist/200/lendingPools/originationFeeTaken.cjs +14 -0
- package/dist/200/lendingPools/originationFeeTaken.d.cts +21 -0
- package/dist/200/lendingPools/palletConfigUpdated.cjs +9 -0
- package/dist/200/lendingPools/palletConfigUpdated.d.cts +388 -0
- package/dist/200/lendingPools/whitelistUpdated.cjs +9 -0
- package/dist/200/lendingPools/whitelistUpdated.d.cts +67 -0
- package/dist/200/polkadotBroadcaster/historicalBroadcastRequested.cjs +12 -0
- package/dist/200/polkadotBroadcaster/historicalBroadcastRequested.d.cts +18 -0
- package/dist/200/polkadotThresholdSigner/maxRetriesReachedForRequest.cjs +8 -0
- package/dist/200/polkadotThresholdSigner/maxRetriesReachedForRequest.d.cts +12 -0
- package/dist/200/solanaBroadcaster/historicalBroadcastRequested.cjs +12 -0
- package/dist/200/solanaBroadcaster/historicalBroadcastRequested.d.cts +18 -0
- package/dist/200/solanaThresholdSigner/maxRetriesReachedForRequest.cjs +8 -0
- package/dist/200/solanaThresholdSigner/maxRetriesReachedForRequest.d.cts +12 -0
- package/dist/200/swapping/accountCreationDepositAddressReady.cjs +19 -0
- package/dist/200/swapping/accountCreationDepositAddressReady.d.cts +148 -0
- package/dist/200/swapping/accountCreationDepositAddressReady.d.mts +11 -11
- package/dist/200/swapping/swapAborted.cjs +12 -0
- package/dist/200/swapping/swapAborted.d.cts +25 -0
- package/dist/200/swapping/swapRequestCompleted.cjs +12 -0
- package/dist/200/swapping/swapRequestCompleted.d.cts +25 -0
- package/dist/200/swapping/swapRequested.cjs +19 -0
- package/dist/200/swapping/swapRequested.d.cts +3993 -0
- package/dist/200/swapping/swapRequested.d.mts +22 -22
- package/dist/200/swapping/swapRescheduled.cjs +13 -0
- package/dist/200/swapping/swapRescheduled.d.cts +28 -0
- package/dist/210/_virtual/rolldown_runtime.cjs +29 -0
- package/dist/210/arbitrumIngressEgress/assetEgressStatusChanged.cjs +12 -0
- package/dist/210/arbitrumIngressEgress/assetEgressStatusChanged.d.cts +25 -0
- package/dist/210/arbitrumIngressEgress/depositBoosted.cjs +22 -0
- package/dist/210/arbitrumIngressEgress/depositBoosted.d.cts +204 -0
- package/dist/210/arbitrumIngressEgress/depositBoosted.d.mts +14 -14
- package/dist/210/arbitrumIngressEgress/depositFailed.cjs +13 -0
- package/dist/210/arbitrumIngressEgress/depositFailed.d.cts +1427 -0
- package/dist/210/arbitrumIngressEgress/depositFailed.d.mts +176 -176
- package/dist/210/arbitrumIngressEgress/depositFetchesScheduled.cjs +12 -0
- package/dist/210/arbitrumIngressEgress/depositFetchesScheduled.d.cts +25 -0
- package/dist/210/arbitrumIngressEgress/depositFinalised.cjs +20 -0
- package/dist/210/arbitrumIngressEgress/depositFinalised.d.cts +198 -0
- package/dist/210/arbitrumIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/210/arbitrumIngressEgress/insufficientBoostLiquidity.cjs +15 -0
- package/dist/210/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +44 -0
- package/dist/210/arbitrumIngressEgress/invalidCcmRefunded.cjs +13 -0
- package/dist/210/arbitrumIngressEgress/invalidCcmRefunded.d.cts +28 -0
- package/dist/210/arbitrumIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/210/arbitrumIngressEgress/palletConfigUpdated.d.cts +151 -0
- package/dist/210/arbitrumIngressEgress/transferFallbackRequested.cjs +15 -0
- package/dist/210/arbitrumIngressEgress/transferFallbackRequested.d.cts +66 -0
- package/dist/210/assetBalances/accountCredited.cjs +14 -0
- package/dist/210/assetBalances/accountCredited.d.cts +31 -0
- package/dist/210/assetBalances/accountCredited.d.mts +8 -8
- package/dist/210/assetBalances/accountDebited.cjs +14 -0
- package/dist/210/assetBalances/accountDebited.d.cts +31 -0
- package/dist/210/assetBalances/accountDebited.d.mts +8 -8
- package/dist/210/assethubIngressEgress/depositFailed.cjs +13 -0
- package/dist/210/assethubIngressEgress/depositFailed.d.cts +1418 -0
- package/dist/210/assethubIngressEgress/depositFailed.d.mts +176 -176
- package/dist/210/bitcoinIngressEgress/depositFailed.cjs +13 -0
- package/dist/210/bitcoinIngressEgress/depositFailed.d.cts +2336 -0
- package/dist/210/bitcoinIngressEgress/depositFailed.d.mts +312 -312
- package/dist/210/common.cjs +1375 -0
- package/dist/210/common.d.cts +26272 -0
- package/dist/210/common.d.mts +3074 -3074
- package/dist/210/environment/addedNewArbAsset.cjs +9 -0
- package/dist/210/environment/addedNewArbAsset.d.cts +14 -0
- package/dist/210/environment/addedNewEthAsset.cjs +9 -0
- package/dist/210/environment/addedNewEthAsset.d.cts +14 -0
- package/dist/210/environment/runtimeSafeModeUpdated.cjs +9 -0
- package/dist/210/environment/runtimeSafeModeUpdated.d.cts +1929 -0
- package/dist/210/environment/runtimeSafeModeUpdated.d.mts +135 -135
- package/dist/210/environment/updatedArbAsset.cjs +9 -0
- package/dist/210/environment/updatedArbAsset.d.cts +14 -0
- package/dist/210/environment/updatedEthAsset.cjs +9 -0
- package/dist/210/environment/updatedEthAsset.d.cts +14 -0
- package/dist/210/ethereumIngressEgress/assetEgressStatusChanged.cjs +12 -0
- package/dist/210/ethereumIngressEgress/assetEgressStatusChanged.d.cts +25 -0
- package/dist/210/ethereumIngressEgress/depositBoosted.cjs +22 -0
- package/dist/210/ethereumIngressEgress/depositBoosted.d.cts +204 -0
- package/dist/210/ethereumIngressEgress/depositBoosted.d.mts +14 -14
- package/dist/210/ethereumIngressEgress/depositFailed.cjs +13 -0
- package/dist/210/ethereumIngressEgress/depositFailed.d.cts +1427 -0
- package/dist/210/ethereumIngressEgress/depositFailed.d.mts +176 -176
- package/dist/210/ethereumIngressEgress/depositFetchesScheduled.cjs +12 -0
- package/dist/210/ethereumIngressEgress/depositFetchesScheduled.d.cts +25 -0
- package/dist/210/ethereumIngressEgress/depositFinalised.cjs +20 -0
- package/dist/210/ethereumIngressEgress/depositFinalised.d.cts +198 -0
- package/dist/210/ethereumIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/210/ethereumIngressEgress/insufficientBoostLiquidity.cjs +15 -0
- package/dist/210/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +44 -0
- package/dist/210/ethereumIngressEgress/invalidCcmRefunded.cjs +13 -0
- package/dist/210/ethereumIngressEgress/invalidCcmRefunded.d.cts +28 -0
- package/dist/210/ethereumIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/210/ethereumIngressEgress/palletConfigUpdated.d.cts +151 -0
- package/dist/210/ethereumIngressEgress/transferFallbackRequested.cjs +15 -0
- package/dist/210/ethereumIngressEgress/transferFallbackRequested.d.cts +66 -0
- package/dist/210/funding/funded.cjs +14 -0
- package/dist/210/funding/funded.d.cts +88 -0
- package/dist/210/funding/funded.d.mts +8 -8
- package/dist/210/governance/newGovernanceCouncil.cjs +9 -0
- package/dist/210/governance/newGovernanceCouncil.d.cts +27 -0
- package/dist/210/lendingPools/boostFundsAdded.cjs +13 -0
- package/dist/210/lendingPools/boostFundsAdded.d.cts +45 -0
- package/dist/210/lendingPools/boostFundsAdded.d.mts +10 -10
- package/dist/210/lendingPools/boostPoolCreated.cjs +9 -0
- package/dist/210/lendingPools/boostPoolCreated.d.cts +39 -0
- package/dist/210/lendingPools/boostPoolCreated.d.mts +8 -8
- package/dist/210/lendingPools/collateralAdded.cjs +13 -0
- package/dist/210/lendingPools/collateralAdded.d.cts +68 -0
- package/dist/210/lendingPools/collateralAdded.d.mts +6 -6
- package/dist/210/lendingPools/collateralRemoved.cjs +12 -0
- package/dist/210/lendingPools/collateralRemoved.d.cts +25 -0
- package/dist/210/lendingPools/collateralRemoved.d.mts +6 -6
- package/dist/210/lendingPools/collateralTopupAssetUpdated.cjs +12 -0
- package/dist/210/lendingPools/collateralTopupAssetUpdated.d.cts +25 -0
- package/dist/210/lendingPools/collateralTopupAssetUpdated.d.mts +6 -6
- package/dist/210/lendingPools/lendingFundsAdded.cjs +13 -0
- package/dist/210/lendingPools/lendingFundsAdded.d.cts +28 -0
- package/dist/210/lendingPools/lendingFundsAdded.d.mts +6 -6
- package/dist/210/lendingPools/lendingFundsRemoved.cjs +13 -0
- package/dist/210/lendingPools/lendingFundsRemoved.d.cts +28 -0
- package/dist/210/lendingPools/lendingFundsRemoved.d.mts +6 -6
- package/dist/210/lendingPools/lendingPoolCreated.cjs +9 -0
- package/dist/210/lendingPools/lendingPoolCreated.d.cts +22 -0
- package/dist/210/lendingPools/lendingPoolCreated.d.mts +6 -6
- package/dist/210/lendingPools/loanCreated.cjs +14 -0
- package/dist/210/lendingPools/loanCreated.d.cts +31 -0
- package/dist/210/lendingPools/loanCreated.d.mts +6 -6
- package/dist/210/lendingPools/loanRepaid.cjs +13 -0
- package/dist/210/lendingPools/loanRepaid.d.cts +43 -0
- package/dist/210/lendingPools/palletConfigUpdated.cjs +9 -0
- package/dist/210/lendingPools/palletConfigUpdated.d.cts +388 -0
- package/dist/210/lendingPools/palletConfigUpdated.d.mts +24 -24
- package/dist/210/lendingPools/stoppedBoosting.cjs +14 -0
- package/dist/210/lendingPools/stoppedBoosting.d.cts +48 -0
- package/dist/210/lendingPools/stoppedBoosting.d.mts +8 -8
- package/dist/210/liquidityPools/assetSwapped.cjs +14 -0
- package/dist/210/liquidityPools/assetSwapped.d.cts +41 -0
- package/dist/210/liquidityPools/assetSwapped.d.mts +12 -12
- package/dist/210/liquidityPools/limitOrderUpdated.cjs +20 -0
- package/dist/210/liquidityPools/limitOrderUpdated.d.cts +99 -0
- package/dist/210/liquidityPools/limitOrderUpdated.d.mts +20 -20
- package/dist/210/liquidityPools/newPoolCreated.cjs +14 -0
- package/dist/210/liquidityPools/newPoolCreated.d.cts +41 -0
- package/dist/210/liquidityPools/newPoolCreated.d.mts +12 -12
- package/dist/210/liquidityPools/orderDeletionFailed.cjs +9 -0
- package/dist/210/liquidityPools/orderDeletionFailed.d.cts +127 -0
- package/dist/210/liquidityPools/orderDeletionFailed.d.mts +32 -32
- package/dist/210/liquidityPools/palletConfigUpdated.cjs +9 -0
- package/dist/210/liquidityPools/palletConfigUpdated.d.cts +44 -0
- package/dist/210/liquidityPools/palletConfigUpdated.d.mts +8 -8
- package/dist/210/liquidityPools/poolFeeSet.cjs +13 -0
- package/dist/210/liquidityPools/poolFeeSet.d.cts +38 -0
- package/dist/210/liquidityPools/poolFeeSet.d.mts +12 -12
- package/dist/210/liquidityPools/priceImpactLimitSet.cjs +12 -0
- package/dist/210/liquidityPools/priceImpactLimitSet.d.cts +46 -0
- package/dist/210/liquidityPools/rangeOrderUpdated.cjs +21 -0
- package/dist/210/liquidityPools/rangeOrderUpdated.d.cts +209 -0
- package/dist/210/liquidityPools/rangeOrderUpdated.d.mts +32 -32
- package/dist/210/liquidityProvider/assetTransferred.cjs +14 -0
- package/dist/210/liquidityProvider/assetTransferred.d.cts +31 -0
- package/dist/210/liquidityProvider/assetTransferred.d.mts +6 -6
- package/dist/210/liquidityProvider/liquidityDepositAddressReady.cjs +17 -0
- package/dist/210/liquidityProvider/liquidityDepositAddressReady.d.cts +91 -0
- package/dist/210/liquidityProvider/liquidityDepositAddressReady.d.mts +14 -14
- package/dist/210/liquidityProvider/withdrawalEgressScheduled.cjs +15 -0
- package/dist/210/liquidityProvider/withdrawalEgressScheduled.d.cts +95 -0
- package/dist/210/liquidityProvider/withdrawalEgressScheduled.d.mts +14 -14
- package/dist/210/polkadotIngressEgress/depositFailed.cjs +13 -0
- package/dist/210/polkadotIngressEgress/depositFailed.d.cts +1418 -0
- package/dist/210/polkadotIngressEgress/depositFailed.d.mts +176 -176
- package/dist/210/solanaIngressEgress/depositFailed.cjs +13 -0
- package/dist/210/solanaIngressEgress/depositFailed.d.cts +1499 -0
- package/dist/210/solanaIngressEgress/depositFailed.d.mts +208 -208
- package/dist/210/swapping/accountCreationDepositAddressReady.cjs +19 -0
- package/dist/210/swapping/accountCreationDepositAddressReady.d.cts +148 -0
- package/dist/210/swapping/accountCreationDepositAddressReady.d.mts +22 -22
- package/dist/210/swapping/batchSwapFailed.cjs +13 -0
- package/dist/210/swapping/batchSwapFailed.d.cts +38 -0
- package/dist/210/swapping/batchSwapFailed.d.mts +6 -6
- package/dist/210/swapping/creditedOnChain.cjs +14 -0
- package/dist/210/swapping/creditedOnChain.d.cts +31 -0
- package/dist/210/swapping/creditedOnChain.d.mts +6 -6
- package/dist/210/swapping/palletConfigUpdated.cjs +9 -0
- package/dist/210/swapping/palletConfigUpdated.d.cts +255 -0
- package/dist/210/swapping/palletConfigUpdated.d.mts +32 -32
- package/dist/210/swapping/refundEgressIgnored.cjs +14 -0
- package/dist/210/swapping/refundEgressIgnored.d.cts +248 -0
- package/dist/210/swapping/refundEgressIgnored.d.mts +28 -28
- package/dist/210/swapping/refundEgressScheduled.cjs +16 -0
- package/dist/210/swapping/refundEgressScheduled.d.cts +57 -0
- package/dist/210/swapping/refundEgressScheduled.d.mts +13 -13
- package/dist/210/swapping/refundedOnChain.cjs +15 -0
- package/dist/210/swapping/refundedOnChain.d.cts +34 -0
- package/dist/210/swapping/refundedOnChain.d.mts +6 -6
- package/dist/210/swapping/swapAmountConfiscated.cjs +14 -0
- package/dist/210/swapping/swapAmountConfiscated.d.cts +31 -0
- package/dist/210/swapping/swapAmountConfiscated.d.mts +6 -6
- package/dist/210/swapping/swapDepositAddressReady.cjs +24 -0
- package/dist/210/swapping/swapDepositAddressReady.d.cts +695 -0
- package/dist/210/swapping/swapDepositAddressReady.d.mts +41 -41
- package/dist/210/swapping/swapEgressIgnored.cjs +14 -0
- package/dist/210/swapping/swapEgressIgnored.d.cts +248 -0
- package/dist/210/swapping/swapEgressIgnored.d.mts +28 -28
- package/dist/210/swapping/swapEgressScheduled.cjs +15 -0
- package/dist/210/swapping/swapEgressScheduled.d.cts +54 -0
- package/dist/210/swapping/swapEgressScheduled.d.mts +12 -12
- package/dist/210/swapping/swapExecuted.cjs +20 -0
- package/dist/210/swapping/swapExecuted.d.cts +59 -0
- package/dist/210/swapping/swapExecuted.d.mts +18 -18
- package/dist/210/swapping/swapRequested.cjs +19 -0
- package/dist/210/swapping/swapRequested.d.cts +3993 -0
- package/dist/210/swapping/swapRequested.d.mts +410 -410
- package/dist/210/swapping/withdrawalRequested.cjs +16 -0
- package/dist/210/swapping/withdrawalRequested.d.cts +98 -0
- package/dist/210/swapping/withdrawalRequested.d.mts +14 -14
- package/dist/210/tradingStrategy/fundsAddedToStrategy.cjs +12 -0
- package/dist/210/tradingStrategy/fundsAddedToStrategy.d.cts +25 -0
- package/dist/210/tradingStrategy/fundsAddedToStrategy.d.mts +6 -6
- package/dist/210/tradingStrategy/palletConfigUpdated.cjs +9 -0
- package/dist/210/tradingStrategy/palletConfigUpdated.d.cts +108 -0
- package/dist/210/tradingStrategy/palletConfigUpdated.d.mts +24 -24
- package/dist/210/tradingStrategy/strategyDeployed.cjs +13 -0
- package/dist/210/tradingStrategy/strategyDeployed.d.cts +134 -0
- package/dist/210/tradingStrategy/strategyDeployed.d.mts +24 -24
- package/dist/CodeGenerator.cjs +187 -0
- package/dist/EventHandler.cjs +15 -0
- package/dist/EventHandler.d.cts +27 -0
- package/dist/EventHandler.d.mts +28 -0
- package/dist/EventHandler.mjs +14 -0
- package/dist/HandlerMap.cjs +65 -0
- package/dist/HandlerMap.d.cts +24 -0
- package/dist/HandlerMap.d.mts +24 -0
- package/dist/HandlerMap.mjs +62 -0
- package/dist/Parser.cjs +122 -0
- package/dist/Processor.cjs +215 -0
- package/dist/Processor.d.cts +42 -0
- package/dist/Processor.d.mts +42 -0
- package/dist/Processor.mjs +211 -0
- package/dist/_virtual/_@oxc-project_runtime@0.110.0/helpers/decorate.cjs +11 -0
- package/dist/_virtual/_@oxc-project_runtime@0.110.0/helpers/decorate.mjs +10 -0
- package/dist/_virtual/rolldown_runtime.cjs +45 -0
- package/dist/generate.cjs +44 -0
- package/dist/generate.d.cts +3 -0
- package/dist/index.cjs +8 -0
- package/dist/index.d.cts +4 -0
- package/dist/index.d.mts +4 -0
- package/dist/index.mjs +5 -0
- package/dist/node_modules/.pnpm/@chainflip_rpc@1.9.3/node_modules/@chainflip/rpc/dist/Client.cjs +76 -0
- package/dist/node_modules/.pnpm/@chainflip_rpc@1.9.3/node_modules/@chainflip/rpc/dist/HttpClient.cjs +35 -0
- package/dist/node_modules/.pnpm/@chainflip_rpc@1.9.3/node_modules/@chainflip/rpc/dist/WsClient.cjs +4 -0
- package/dist/node_modules/.pnpm/@chainflip_rpc@1.9.3/node_modules/@chainflip/rpc/dist/common.cjs +44 -0
- package/dist/node_modules/.pnpm/@chainflip_rpc@1.9.3/node_modules/@chainflip/rpc/dist/index.cjs +2 -0
- package/dist/node_modules/.pnpm/@chainflip_rpc@1.9.3/node_modules/@chainflip/rpc/dist/parsers.cjs +484 -0
- package/dist/node_modules/.pnpm/@noble_curves@1.9.7/node_modules/@noble/curves/esm/_shortw_utils.cjs +22 -0
- package/dist/node_modules/.pnpm/@noble_curves@1.9.7/node_modules/@noble/curves/esm/abstract/curve.cjs +324 -0
- package/dist/node_modules/.pnpm/@noble_curves@1.9.7/node_modules/@noble/curves/esm/abstract/hash-to-curve.cjs +167 -0
- package/dist/node_modules/.pnpm/@noble_curves@1.9.7/node_modules/@noble/curves/esm/abstract/modular.cjs +394 -0
- package/dist/node_modules/.pnpm/@noble_curves@1.9.7/node_modules/@noble/curves/esm/abstract/weierstrass.cjs +1195 -0
- package/dist/node_modules/.pnpm/@noble_curves@1.9.7/node_modules/@noble/curves/esm/secp256k1.cjs +119 -0
- package/dist/node_modules/.pnpm/@noble_curves@1.9.7/node_modules/@noble/curves/esm/utils.cjs +203 -0
- package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/_blake.cjs +267 -0
- package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/_md.cjs +136 -0
- package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/_u64.cjs +65 -0
- package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/blake2.cjs +335 -0
- package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/blake2b.cjs +13 -0
- package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/cryptoNode.cjs +16 -0
- package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/hmac.cjs +83 -0
- package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/sha2.cjs +254 -0
- package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/sha3.cjs +207 -0
- package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/utils.cjs +207 -0
- package/dist/node_modules/.pnpm/@polkadot_networks@14.0.1/node_modules/@polkadot/networks/defaults/genesis.cjs +91 -0
- package/dist/node_modules/.pnpm/@polkadot_networks@14.0.1/node_modules/@polkadot/networks/defaults/icons.cjs +14 -0
- package/dist/node_modules/.pnpm/@polkadot_networks@14.0.1/node_modules/@polkadot/networks/defaults/ledger.cjs +57 -0
- package/dist/node_modules/.pnpm/@polkadot_networks@14.0.1/node_modules/@polkadot/networks/defaults/testnets.cjs +15 -0
- package/dist/node_modules/.pnpm/@polkadot_networks@14.0.1/node_modules/@polkadot/networks/interfaces.cjs +41 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/abstract/Array.cjs +152 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/abstract/Base.cjs +106 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/abstract/Int.cjs +197 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/Compact.cjs +157 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/DoNotConstruct.cjs +100 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/Enum.cjs +322 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/Int.cjs +31 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/Null.cjs +82 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/Option.cjs +196 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/Result.cjs +65 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/Tuple.cjs +101 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/UInt.cjs +28 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/Vec.cjs +104 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/VecFixed.cjs +67 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/BTreeMap.cjs +15 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/BTreeSet.cjs +190 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/BitVec.cjs +98 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/Bytes.cjs +61 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/HashMap.cjs +15 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/Map.cjs +197 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/OptionBool.cjs +61 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/Range.cjs +43 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/RangeInclusive.cjs +18 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/Type.cjs +26 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/U8aFixed.cjs +44 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/WrapperKeepOpaque.cjs +102 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/WrapperOpaque.cjs +24 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/native/Bool.cjs +107 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/native/Float.cjs +107 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/native/Json.cjs +120 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/native/Raw.cjs +140 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/native/Set.cjs +196 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/native/Struct.cjs +233 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/native/Text.cjs +138 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/F32.cjs +14 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/F64.cjs +14 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/I128.cjs +14 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/I16.cjs +14 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/I256.cjs +14 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/I32.cjs +14 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/I64.cjs +14 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/I8.cjs +14 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/ISize.cjs +19 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/U128.cjs +14 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/U16.cjs +14 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/U256.cjs +14 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/U32.cjs +14 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/U64.cjs +14 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/U8.cjs +14 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/USize.cjs +19 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/compareArray.cjs +11 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/compareMap.cjs +23 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/compareSet.cjs +15 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/decodeU8a.cjs +107 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/sanitize.cjs +180 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/sortValues.cjs +70 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/toConstructors.cjs +38 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/typesToMap.cjs +10 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/util.cjs +9 -0
- package/dist/node_modules/.pnpm/@polkadot_types-create@16.5.4/node_modules/@polkadot/types-create/create/class.cjs +147 -0
- package/dist/node_modules/.pnpm/@polkadot_types-create@16.5.4/node_modules/@polkadot/types-create/create/type.cjs +47 -0
- package/dist/node_modules/.pnpm/@polkadot_types-create@16.5.4/node_modules/@polkadot/types-create/types/types.cjs +36 -0
- package/dist/node_modules/.pnpm/@polkadot_types-create@16.5.4/node_modules/@polkadot/types-create/util/encodeTypes.cjs +101 -0
- package/dist/node_modules/.pnpm/@polkadot_types-create@16.5.4/node_modules/@polkadot/types-create/util/getTypeDef.cjs +250 -0
- package/dist/node_modules/.pnpm/@polkadot_types-create@16.5.4/node_modules/@polkadot/types-create/util/typeSplit.cjs +48 -0
- package/dist/node_modules/.pnpm/@polkadot_types-create@16.5.4/node_modules/@polkadot/types-create/util/xcm.cjs +23 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/create/lazy.cjs +12 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/create/registry.cjs +378 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/ethereum/AccountId.cjs +68 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/ethereum/LookupSource.cjs +80 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/Extrinsic.cjs +320 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/ExtrinsicEra.cjs +208 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/ExtrinsicPayload.cjs +163 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/ExtrinsicPayloadUnknown.cjs +17 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/ExtrinsicUnknown.cjs +18 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/SignerPayload.cjs +131 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/constants.cjs +28 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/signedExtensions/emptyCheck.cjs +9 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/signedExtensions/index.cjs +29 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/signedExtensions/polkadot.cjs +14 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/signedExtensions/shell.cjs +7 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/signedExtensions/statemint.cjs +12 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/signedExtensions/substrate.cjs +51 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/util.cjs +10 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/v4/Extrinsic.cjs +79 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/v4/ExtrinsicPayload.cjs +95 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/v4/ExtrinsicSignature.cjs +158 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/v5/Extrinsic.cjs +88 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/v5/ExtrinsicPayload.cjs +92 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/v5/ExtrinsicSignature.cjs +155 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/v5/GeneralExtrinsic.cjs +139 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/AccountId.cjs +84 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/AccountIndex.cjs +99 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/Block.cjs +43 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/Call.cjs +180 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/ChainProperties.cjs +56 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/ConsensusEngineId.cjs +94 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/Event.cjs +149 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/LookupSource.cjs +88 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/MultiAddress.cjs +54 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/Vote.cjs +91 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/index.types.cjs +136 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/alias.cjs +66 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/assetConversion/definitions.cjs +11 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/assetConversion/runtime.cjs +65 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/assets/definitions.cjs +53 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/assets/runtime.cjs +16 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/attestations/definitions.cjs +23 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/aura/definitions.cjs +11 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/aura/runtime.cjs +20 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/author/definitions.cjs +27 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/author/rpc.cjs +90 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/authorship/definitions.cjs +12 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/babe/definitions.cjs +120 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/babe/rpc.cjs +11 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/babe/runtime.cjs +65 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/balances/definitions.cjs +50 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/beefy/definitions.cjs +60 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/beefy/rpc.cjs +22 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/beefy/runtime.cjs +92 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/benchmark/definitions.cjs +73 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/benchmark/runtime.cjs +26 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/blockbuilder/definitions.cjs +19 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/blockbuilder/runtime.cjs +98 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/bridges/definitions.cjs +88 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/chain/definitions.cjs +10 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/chain/rpc.cjs +79 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/childstate/definitions.cjs +10 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/childstate/rpc.cjs +137 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/claims/definitions.cjs +9 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/collective/definitions.cjs +29 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/consensus/definitions.cjs +12 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/contracts/definitions.cjs +412 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/contracts/rpc.cjs +85 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/contracts/runtime.cjs +175 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/contractsAbi/definitions.cjs +326 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/crowdloan/definitions.cjs +29 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/cumulus/definitions.cjs +37 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/cumulus/runtime.cjs +39 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/definitions.cjs +167 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/democracy/definitions.cjs +98 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/dev/definitions.cjs +15 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/dev/rpc.cjs +15 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/discovery/definitions.cjs +11 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/discovery/runtime.cjs +13 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/dryRunApi/definitions.cjs +29 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/dryRunApi/runtime.cjs +65 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/elections/definitions.cjs +35 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/engine/definitions.cjs +24 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/engine/rpc.cjs +38 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/eth/definitions.cjs +382 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/eth/rpc.cjs +448 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/eth/runtime.cjs +320 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/evm/definitions.cjs +89 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/extrinsics/definitions.cjs +36 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/finality/definitions.cjs +11 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/finality/runtime.cjs +19 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/fungibles/definitions.cjs +11 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/fungibles/runtime.cjs +26 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/genericAsset/definitions.cjs +25 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/genesisBuilder/definitions.cjs +11 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/genesisBuilder/runtime.cjs +23 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/gilt/definitions.cjs +27 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/grandpa/definitions.cjs +128 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/grandpa/rpc.cjs +30 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/grandpa/runtime.cjs +48 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/identity/definitions.cjs +71 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/imOnline/definitions.cjs +31 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/lottery/definitions.cjs +18 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/definitions.cjs +69 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/hashers.cjs +14 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/runtime.cjs +32 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/v10.cjs +57 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/v11.cjs +58 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/v12.cjs +31 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/v13.cjs +60 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/v14.cjs +84 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/v15.cjs +59 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/v16.cjs +116 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/v9.cjs +79 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/mixnet/definitions.cjs +31 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/mixnet/runtime.cjs +36 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/mmr/definitions.cjs +49 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/mmr/rpc.cjs +57 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/mmr/runtime.cjs +145 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/nfts/definitions.cjs +14 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/nfts/runtime.cjs +98 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/nimbus/definitions.cjs +11 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/nimbus/runtime.cjs +62 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/nompools/definitions.cjs +14 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/nompools/runtime.cjs +40 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/offchain/definitions.cjs +15 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/offchain/rpc.cjs +50 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/offchain/runtime.cjs +26 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/offences/definitions.cjs +20 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/ormlOracle/definitions.cjs +11 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/ormlOracle/runtime.cjs +29 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/ormlTokens/definitions.cjs +11 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/ormlTokens/runtime.cjs +16 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/parachains/definitions.cjs +523 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/parachains/hrmp.cjs +29 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/parachains/runtime.cjs +360 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/parachains/slots.cjs +95 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/payment/definitions.cjs +34 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/payment/rpc.cjs +35 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/payment/runtime.cjs +145 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/poll/definitions.cjs +9 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/pow/definitions.cjs +11 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/pow/runtime.cjs +23 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/proxy/definitions.cjs +26 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/purchase/definitions.cjs +25 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/recovery/definitions.cjs +21 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/rpc/definitions.cjs +13 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/rpc/rpc.cjs +10 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/runtime/definitions.cjs +201 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/runtime/runtime.cjs +94 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/scaleInfo/definitions.cjs +29 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/scaleInfo/v0.cjs +73 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/scaleInfo/v1.cjs +58 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/scheduler/definitions.cjs +28 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/session/definitions.cjs +41 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/session/runtime.cjs +26 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/society/definitions.cjs +31 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/staking/definitions.cjs +293 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/staking/runtime.cjs +16 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/state/definitions.cjs +85 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/state/rpc.cjs +383 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/statement/definitions.cjs +26 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/statement/runtime.cjs +19 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/support/definitions.cjs +14 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/syncstate/definitions.cjs +10 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/syncstate/rpc.cjs +14 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/system/definitions.cjs +287 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/system/rpc.cjs +133 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/system/runtime.cjs +16 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/treasury/definitions.cjs +61 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/txpayment/definitions.cjs +9 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/txqueue/definitions.cjs +25 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/txqueue/runtime.cjs +53 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/uniques/definitions.cjs +47 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/utility/definitions.cjs +20 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/vesting/definitions.cjs +13 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcm/definitions.cjs +154 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcm/v0.cjs +205 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcm/v1.cjs +195 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcm/v2.cjs +254 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcm/v3.cjs +344 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcm/v4.cjs +250 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcm/v5.cjs +271 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcmPaymentApi/definitions.cjs +17 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcmPaymentApi/runtime.cjs +37 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcmRuntimeApi/definitions.cjs +11 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcmRuntimeApi/runtime.cjs +16 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/MagicNumber.cjs +13 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/Metadata.cjs +37 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/MetadataVersioned.cjs +139 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/PortableRegistry/PortableRegistry.cjs +684 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/decorate/constants/index.cjs +22 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/decorate/events/index.cjs +8 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/decorate/extrinsics/createUnchecked.cjs +28 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/decorate/extrinsics/index.cjs +26 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/decorate/util.cjs +10 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/util/extractTypes.cjs +53 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/util/flattenUniq.cjs +14 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/util/getSiName.cjs +9 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/util/getUniqTypes.cjs +33 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/util/toCallsOnly.cjs +26 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/util/validateTypes.cjs +19 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/v10/toV11.cjs +15 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/v11/toV12.cjs +15 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/v12/toV13.cjs +11 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/v13/toV14.cjs +240 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/v14/toV15.cjs +25 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/v15/toV16.cjs +96 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/v16/toLatest.cjs +12 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/v9/toV10.cjs +29 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/versions.cjs +18 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/primitive/Data.cjs +101 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/primitive/StorageKey.cjs +165 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/util/storage.cjs +15 -0
- package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/address/checksum.cjs +19 -0
- package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/address/decode.cjs +25 -0
- package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/address/defaults.cjs +28 -0
- package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/address/encode.cjs +18 -0
- package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/address/sshash.cjs +12 -0
- package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/base32/helpers.cjs +32 -0
- package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/base58/bs58.cjs +35 -0
- package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/blake2/asU8a.cjs +31 -0
- package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/bn.cjs +9 -0
- package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/ethereum/encode.cjs +28 -0
- package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/ethereum/isAddress.cjs +12 -0
- package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/ethereum/isChecksum.cjs +16 -0
- package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/helpers.cjs +15 -0
- package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/keccak/asU8a.cjs +29 -0
- package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/secp256k1/expand.cjs +18 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/assert.cjs +41 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/bn/bn.cjs +13 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/bn/consts.cjs +46 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/bn/toBn.cjs +30 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/bn/toHex.cjs +29 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/bn/toU8a.cjs +34 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/compact/addLength.cjs +22 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/compact/fromU8a.cjs +57 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/compact/stripLength.cjs +23 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/compact/toU8a.cjs +38 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/float/toU8a.cjs +18 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/format/formatBalance.cjs +55 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/format/formatDate.cjs +16 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/format/formatDecimal.cjs +15 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/format/formatNumber.cjs +16 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/format/getSeparator.cjs +16 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/format/si.cjs +109 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/has.cjs +14 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/hex/stripPrefix.cjs +26 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/hex/toBn.cjs +31 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/hex/toU8a.cjs +41 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/ascii.cjs +33 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/bigInt.cjs +22 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/bn.cjs +24 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/boolean.cjs +22 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/buffer.cjs +25 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/codec.cjs +11 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/function.cjs +22 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/helpers.cjs +14 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/hex.cjs +27 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/null.cjs +22 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/number.cjs +22 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/object.cjs +23 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/string.cjs +22 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/toBigInt.cjs +7 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/toBn.cjs +7 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/u8a.cjs +22 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/undefined.cjs +22 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/utf8.cjs +72 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/lazy.cjs +37 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/logger.cjs +90 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/noop.cjs +16 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/object/property.cjs +26 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/object/spread.cjs +28 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/string/camelCase.cjs +51 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/string/toU8a.cjs +24 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/stringify.cjs +18 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/u8a/concat.cjs +49 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/u8a/eq.cjs +34 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/u8a/toBn.cjs +48 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/u8a/toFloat.cjs +16 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/u8a/toHex.cjs +43 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/u8a/toNumber.cjs +33 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/u8a/toString.cjs +24 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/u8a/toU8a.cjs +31 -0
- package/dist/node_modules/.pnpm/@polkadot_wasm-bridge@7.5.4_@polkadot_util@14.0.1_@polkadot_x-randomvalues@14.0.1_@polk_9fba5ec88721cce0cc66dfcd9960a838/node_modules/@polkadot/wasm-bridge/bridge.cjs +162 -0
- package/dist/node_modules/.pnpm/@polkadot_wasm-bridge@7.5.4_@polkadot_util@14.0.1_@polkadot_x-randomvalues@14.0.1_@polk_9fba5ec88721cce0cc66dfcd9960a838/node_modules/@polkadot/wasm-bridge/init.cjs +37 -0
- package/dist/node_modules/.pnpm/@polkadot_wasm-bridge@7.5.4_@polkadot_util@14.0.1_@polkadot_x-randomvalues@14.0.1_@polk_9fba5ec88721cce0cc66dfcd9960a838/node_modules/@polkadot/wasm-bridge/wbg.cjs +65 -0
- package/dist/node_modules/.pnpm/@polkadot_wasm-crypto-init@7.5.4_@polkadot_util@14.0.1_@polkadot_x-randomvalues@14.0.1__02e742fd5476f0471e29709e28965abf/node_modules/@polkadot/wasm-crypto-init/wasm.cjs +13 -0
- package/dist/node_modules/.pnpm/@polkadot_wasm-crypto-wasm@7.5.4_@polkadot_util@14.0.1/node_modules/@polkadot/wasm-crypto-wasm/bundle.cjs +19 -0
- package/dist/node_modules/.pnpm/@polkadot_wasm-crypto-wasm@7.5.4_@polkadot_util@14.0.1/node_modules/@polkadot/wasm-crypto-wasm/cjs/bytes.cjs +16 -0
- package/dist/node_modules/.pnpm/@polkadot_wasm-crypto@7.5.4_@polkadot_util@14.0.1_@polkadot_x-randomvalues@14.0.1_@polk_66de4b6310fb21b1adaa456362dbc346/node_modules/@polkadot/wasm-crypto/bundle.cjs +49 -0
- package/dist/node_modules/.pnpm/@polkadot_wasm-crypto@7.5.4_@polkadot_util@14.0.1_@polkadot_x-randomvalues@14.0.1_@polk_66de4b6310fb21b1adaa456362dbc346/node_modules/@polkadot/wasm-crypto/init.cjs +14 -0
- package/dist/node_modules/.pnpm/@polkadot_wasm-util@7.5.4_@polkadot_util@14.0.1/node_modules/@polkadot/wasm-util/base64.cjs +29 -0
- package/dist/node_modules/.pnpm/@polkadot_wasm-util@7.5.4_@polkadot_util@14.0.1/node_modules/@polkadot/wasm-util/fflate.cjs +287 -0
- package/dist/node_modules/.pnpm/@polkadot_x-bigint@14.0.1/node_modules/@polkadot/x-bigint/index.cjs +20 -0
- package/dist/node_modules/.pnpm/@polkadot_x-global@14.0.1/node_modules/@polkadot/x-global/index.cjs +20 -0
- package/dist/node_modules/.pnpm/@polkadot_x-randomvalues@14.0.1_@polkadot_util@14.0.1_@polkadot_wasm-util@7.5.4_@polkadot_util@14.0.1_/node_modules/@polkadot/x-randomvalues/node.cjs +13 -0
- package/dist/node_modules/.pnpm/@polkadot_x-textdecoder@14.0.1/node_modules/@polkadot/x-textdecoder/node.cjs +10 -0
- package/dist/node_modules/.pnpm/@polkadot_x-textencoder@14.0.1/node_modules/@polkadot/x-textencoder/node.cjs +19 -0
- package/dist/node_modules/.pnpm/@scure_base@1.2.6/node_modules/@scure/base/lib/esm/index.cjs +537 -0
- package/dist/node_modules/.pnpm/@substrate_ss58-registry@1.51.0/node_modules/@substrate/ss58-registry/esm/index.cjs +1364 -0
- package/dist/node_modules/.pnpm/bn.js@5.2.2/node_modules/bn.js/lib/bn.cjs +2550 -0
- package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/doc.cjs +1049 -0
- package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/index.cjs +14559 -0
- package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/acorn.cjs +4971 -0
- package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/angular.cjs +3954 -0
- package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/babel.cjs +9881 -0
- package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/estree.cjs +7271 -0
- package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/flow.cjs +52915 -0
- package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/glimmer.cjs +7546 -0
- package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/graphql.cjs +1947 -0
- package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/html.cjs +7041 -0
- package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/markdown.cjs +6882 -0
- package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/meriyah.cjs +7593 -0
- package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/postcss.cjs +6780 -0
- package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/typescript.cjs +22937 -0
- package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/yaml.cjs +5273 -0
- package/dist/packages/chainspec/src/BaseCodeGenerator.cjs +151 -0
- package/dist/packages/chainspec/src/BaseParser.cjs +212 -0
- package/dist/packages/chainspec/src/Compiler.cjs +56 -0
- package/dist/packages/chainspec/src/SpecVersion.cjs +35 -0
- package/dist/packages/chainspec/src/cache.cjs +102 -0
- package/dist/packages/chainspec/src/utils.cjs +104 -0
- package/dist/types.cjs +0 -0
- package/dist/types.d.cts +112 -0
- package/dist/types.d.mts +112 -0
- package/dist/types.mjs +1 -0
- package/dist/utils.cjs +6 -0
- package/dist/utils.d.cts +4 -0
- package/dist/utils.d.mts +4 -0
- package/dist/utils.mjs +5 -0
- package/package.json +9 -1
|
@@ -54,17 +54,17 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
54
54
|
error: string;
|
|
55
55
|
}>;
|
|
56
56
|
}, "strip", z.ZodTypeAny, {
|
|
57
|
+
__kind: "Module";
|
|
57
58
|
value: {
|
|
58
59
|
index: number;
|
|
59
60
|
error: `0x${string}`;
|
|
60
61
|
};
|
|
61
|
-
__kind: "Module";
|
|
62
62
|
}, {
|
|
63
|
+
__kind: "Module";
|
|
63
64
|
value: {
|
|
64
65
|
index: number;
|
|
65
66
|
error: string;
|
|
66
67
|
};
|
|
67
|
-
__kind: "Module";
|
|
68
68
|
}>, z.ZodObject<{
|
|
69
69
|
__kind: z.ZodLiteral<"ConsumerRemaining">;
|
|
70
70
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -95,13 +95,13 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
95
95
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
96
96
|
}>;
|
|
97
97
|
}, "strip", z.ZodTypeAny, {
|
|
98
|
-
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
99
98
|
__kind: "Token";
|
|
99
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
100
100
|
}, {
|
|
101
|
+
__kind: "Token";
|
|
101
102
|
value: {
|
|
102
103
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
103
104
|
};
|
|
104
|
-
__kind: "Token";
|
|
105
105
|
}>, z.ZodObject<{
|
|
106
106
|
__kind: z.ZodLiteral<"Arithmetic">;
|
|
107
107
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -114,13 +114,13 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
114
114
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
115
115
|
}>;
|
|
116
116
|
}, "strip", z.ZodTypeAny, {
|
|
117
|
-
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
118
117
|
__kind: "Arithmetic";
|
|
118
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
119
119
|
}, {
|
|
120
|
+
__kind: "Arithmetic";
|
|
120
121
|
value: {
|
|
121
122
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
122
123
|
};
|
|
123
|
-
__kind: "Arithmetic";
|
|
124
124
|
}>, z.ZodObject<{
|
|
125
125
|
__kind: z.ZodLiteral<"Transactional">;
|
|
126
126
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -133,13 +133,13 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
133
133
|
__kind: "LimitReached" | "NoLayer";
|
|
134
134
|
}>;
|
|
135
135
|
}, "strip", z.ZodTypeAny, {
|
|
136
|
-
value: "LimitReached" | "NoLayer";
|
|
137
136
|
__kind: "Transactional";
|
|
137
|
+
value: "LimitReached" | "NoLayer";
|
|
138
138
|
}, {
|
|
139
|
+
__kind: "Transactional";
|
|
139
140
|
value: {
|
|
140
141
|
__kind: "LimitReached" | "NoLayer";
|
|
141
142
|
};
|
|
142
|
-
__kind: "Transactional";
|
|
143
143
|
}>, z.ZodObject<{
|
|
144
144
|
__kind: z.ZodLiteral<"Exhausted">;
|
|
145
145
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -166,6 +166,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
166
166
|
__kind: "RootNotAllowed";
|
|
167
167
|
}>]>;
|
|
168
168
|
}, "strip", z.ZodTypeAny, {
|
|
169
|
+
__kind: "DepositWitnessRejected";
|
|
169
170
|
value: {
|
|
170
171
|
__kind: "Other";
|
|
171
172
|
} | {
|
|
@@ -173,11 +174,11 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
173
174
|
} | {
|
|
174
175
|
__kind: "BadOrigin";
|
|
175
176
|
} | {
|
|
177
|
+
__kind: "Module";
|
|
176
178
|
value: {
|
|
177
179
|
index: number;
|
|
178
180
|
error: `0x${string}`;
|
|
179
181
|
};
|
|
180
|
-
__kind: "Module";
|
|
181
182
|
} | {
|
|
182
183
|
__kind: "ConsumerRemaining";
|
|
183
184
|
} | {
|
|
@@ -185,14 +186,14 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
185
186
|
} | {
|
|
186
187
|
__kind: "TooManyConsumers";
|
|
187
188
|
} | {
|
|
188
|
-
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
189
189
|
__kind: "Token";
|
|
190
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
190
191
|
} | {
|
|
191
|
-
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
192
192
|
__kind: "Arithmetic";
|
|
193
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
193
194
|
} | {
|
|
194
|
-
value: "LimitReached" | "NoLayer";
|
|
195
195
|
__kind: "Transactional";
|
|
196
|
+
value: "LimitReached" | "NoLayer";
|
|
196
197
|
} | {
|
|
197
198
|
__kind: "Exhausted";
|
|
198
199
|
} | {
|
|
@@ -202,8 +203,8 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
202
203
|
} | {
|
|
203
204
|
__kind: "RootNotAllowed";
|
|
204
205
|
};
|
|
205
|
-
__kind: "DepositWitnessRejected";
|
|
206
206
|
}, {
|
|
207
|
+
__kind: "DepositWitnessRejected";
|
|
207
208
|
value: {
|
|
208
209
|
__kind: "Other";
|
|
209
210
|
} | {
|
|
@@ -211,11 +212,11 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
211
212
|
} | {
|
|
212
213
|
__kind: "BadOrigin";
|
|
213
214
|
} | {
|
|
215
|
+
__kind: "Module";
|
|
214
216
|
value: {
|
|
215
217
|
index: number;
|
|
216
218
|
error: string;
|
|
217
219
|
};
|
|
218
|
-
__kind: "Module";
|
|
219
220
|
} | {
|
|
220
221
|
__kind: "ConsumerRemaining";
|
|
221
222
|
} | {
|
|
@@ -223,20 +224,20 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
223
224
|
} | {
|
|
224
225
|
__kind: "TooManyConsumers";
|
|
225
226
|
} | {
|
|
227
|
+
__kind: "Token";
|
|
226
228
|
value: {
|
|
227
229
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
228
230
|
};
|
|
229
|
-
__kind: "Token";
|
|
230
231
|
} | {
|
|
232
|
+
__kind: "Arithmetic";
|
|
231
233
|
value: {
|
|
232
234
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
233
235
|
};
|
|
234
|
-
__kind: "Arithmetic";
|
|
235
236
|
} | {
|
|
237
|
+
__kind: "Transactional";
|
|
236
238
|
value: {
|
|
237
239
|
__kind: "LimitReached" | "NoLayer";
|
|
238
240
|
};
|
|
239
|
-
__kind: "Transactional";
|
|
240
241
|
} | {
|
|
241
242
|
__kind: "Exhausted";
|
|
242
243
|
} | {
|
|
@@ -246,7 +247,6 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
246
247
|
} | {
|
|
247
248
|
__kind: "RootNotAllowed";
|
|
248
249
|
};
|
|
249
|
-
__kind: "DepositWitnessRejected";
|
|
250
250
|
}>, z.ZodObject<{
|
|
251
251
|
__kind: z.ZodLiteral<"Unrefundable">;
|
|
252
252
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -261,47 +261,47 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
261
261
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
262
262
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
263
263
|
}, "strip", z.ZodTypeAny, {
|
|
264
|
-
value: `0x${string}`;
|
|
265
264
|
__kind: "P2PKH";
|
|
265
|
+
value: `0x${string}`;
|
|
266
266
|
}, {
|
|
267
|
-
value: string;
|
|
268
267
|
__kind: "P2PKH";
|
|
268
|
+
value: string;
|
|
269
269
|
}>, z.ZodObject<{
|
|
270
270
|
__kind: z.ZodLiteral<"P2SH">;
|
|
271
271
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
272
272
|
}, "strip", z.ZodTypeAny, {
|
|
273
|
-
value: `0x${string}`;
|
|
274
273
|
__kind: "P2SH";
|
|
274
|
+
value: `0x${string}`;
|
|
275
275
|
}, {
|
|
276
|
-
value: string;
|
|
277
276
|
__kind: "P2SH";
|
|
277
|
+
value: string;
|
|
278
278
|
}>, z.ZodObject<{
|
|
279
279
|
__kind: z.ZodLiteral<"P2WPKH">;
|
|
280
280
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
281
281
|
}, "strip", z.ZodTypeAny, {
|
|
282
|
-
value: `0x${string}`;
|
|
283
282
|
__kind: "P2WPKH";
|
|
283
|
+
value: `0x${string}`;
|
|
284
284
|
}, {
|
|
285
|
-
value: string;
|
|
286
285
|
__kind: "P2WPKH";
|
|
286
|
+
value: string;
|
|
287
287
|
}>, z.ZodObject<{
|
|
288
288
|
__kind: z.ZodLiteral<"P2WSH">;
|
|
289
289
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
290
290
|
}, "strip", z.ZodTypeAny, {
|
|
291
|
-
value: `0x${string}`;
|
|
292
291
|
__kind: "P2WSH";
|
|
292
|
+
value: `0x${string}`;
|
|
293
293
|
}, {
|
|
294
|
-
value: string;
|
|
295
294
|
__kind: "P2WSH";
|
|
295
|
+
value: string;
|
|
296
296
|
}>, z.ZodObject<{
|
|
297
297
|
__kind: z.ZodLiteral<"Taproot">;
|
|
298
298
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
299
299
|
}, "strip", z.ZodTypeAny, {
|
|
300
|
-
value: `0x${string}`;
|
|
301
300
|
__kind: "Taproot";
|
|
301
|
+
value: `0x${string}`;
|
|
302
302
|
}, {
|
|
303
|
-
value: string;
|
|
304
303
|
__kind: "Taproot";
|
|
304
|
+
value: string;
|
|
305
305
|
}>, z.ZodObject<{
|
|
306
306
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
307
307
|
version: z.ZodNumber;
|
|
@@ -422,27 +422,27 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
422
422
|
};
|
|
423
423
|
}>;
|
|
424
424
|
}, "strip", z.ZodTypeAny, {
|
|
425
|
+
asset: "Btc";
|
|
425
426
|
depositAddress: {
|
|
426
|
-
value: `0x${string}`;
|
|
427
427
|
__kind: "P2PKH";
|
|
428
|
-
} | {
|
|
429
428
|
value: `0x${string}`;
|
|
430
|
-
__kind: "P2SH";
|
|
431
429
|
} | {
|
|
430
|
+
__kind: "P2SH";
|
|
432
431
|
value: `0x${string}`;
|
|
433
|
-
__kind: "P2WPKH";
|
|
434
432
|
} | {
|
|
433
|
+
__kind: "P2WPKH";
|
|
435
434
|
value: `0x${string}`;
|
|
436
|
-
__kind: "P2WSH";
|
|
437
435
|
} | {
|
|
436
|
+
__kind: "P2WSH";
|
|
438
437
|
value: `0x${string}`;
|
|
438
|
+
} | {
|
|
439
439
|
__kind: "Taproot";
|
|
440
|
+
value: `0x${string}`;
|
|
440
441
|
} | {
|
|
441
442
|
__kind: "OtherSegwit";
|
|
442
443
|
version: number;
|
|
443
444
|
program: `0x${string}`;
|
|
444
445
|
};
|
|
445
|
-
asset: "Btc";
|
|
446
446
|
amount: bigint;
|
|
447
447
|
depositDetails: {
|
|
448
448
|
depositAddress: {
|
|
@@ -463,29 +463,29 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
463
463
|
};
|
|
464
464
|
};
|
|
465
465
|
}, {
|
|
466
|
+
asset: {
|
|
467
|
+
__kind: "Btc";
|
|
468
|
+
};
|
|
466
469
|
depositAddress: {
|
|
467
|
-
value: string;
|
|
468
470
|
__kind: "P2PKH";
|
|
469
|
-
} | {
|
|
470
471
|
value: string;
|
|
471
|
-
__kind: "P2SH";
|
|
472
472
|
} | {
|
|
473
|
+
__kind: "P2SH";
|
|
473
474
|
value: string;
|
|
474
|
-
__kind: "P2WPKH";
|
|
475
475
|
} | {
|
|
476
|
+
__kind: "P2WPKH";
|
|
476
477
|
value: string;
|
|
477
|
-
__kind: "P2WSH";
|
|
478
478
|
} | {
|
|
479
|
+
__kind: "P2WSH";
|
|
479
480
|
value: string;
|
|
481
|
+
} | {
|
|
480
482
|
__kind: "Taproot";
|
|
483
|
+
value: string;
|
|
481
484
|
} | {
|
|
482
485
|
__kind: "OtherSegwit";
|
|
483
486
|
version: number;
|
|
484
487
|
program: string;
|
|
485
488
|
};
|
|
486
|
-
asset: {
|
|
487
|
-
__kind: "Btc";
|
|
488
|
-
};
|
|
489
489
|
amount: string | number;
|
|
490
490
|
depositDetails: {
|
|
491
491
|
depositAddress: {
|
|
@@ -509,27 +509,27 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
509
509
|
}, "strip", z.ZodTypeAny, {
|
|
510
510
|
__kind: "DepositFailedDepositChannelVariantBitcoin";
|
|
511
511
|
depositWitness: {
|
|
512
|
+
asset: "Btc";
|
|
512
513
|
depositAddress: {
|
|
513
|
-
value: `0x${string}`;
|
|
514
514
|
__kind: "P2PKH";
|
|
515
|
-
} | {
|
|
516
515
|
value: `0x${string}`;
|
|
517
|
-
__kind: "P2SH";
|
|
518
516
|
} | {
|
|
517
|
+
__kind: "P2SH";
|
|
519
518
|
value: `0x${string}`;
|
|
520
|
-
__kind: "P2WPKH";
|
|
521
519
|
} | {
|
|
520
|
+
__kind: "P2WPKH";
|
|
522
521
|
value: `0x${string}`;
|
|
523
|
-
__kind: "P2WSH";
|
|
524
522
|
} | {
|
|
523
|
+
__kind: "P2WSH";
|
|
525
524
|
value: `0x${string}`;
|
|
525
|
+
} | {
|
|
526
526
|
__kind: "Taproot";
|
|
527
|
+
value: `0x${string}`;
|
|
527
528
|
} | {
|
|
528
529
|
__kind: "OtherSegwit";
|
|
529
530
|
version: number;
|
|
530
531
|
program: `0x${string}`;
|
|
531
532
|
};
|
|
532
|
-
asset: "Btc";
|
|
533
533
|
amount: bigint;
|
|
534
534
|
depositDetails: {
|
|
535
535
|
depositAddress: {
|
|
@@ -553,29 +553,29 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
553
553
|
}, {
|
|
554
554
|
__kind: "DepositFailedDepositChannelVariantBitcoin";
|
|
555
555
|
depositWitness: {
|
|
556
|
+
asset: {
|
|
557
|
+
__kind: "Btc";
|
|
558
|
+
};
|
|
556
559
|
depositAddress: {
|
|
557
|
-
value: string;
|
|
558
560
|
__kind: "P2PKH";
|
|
559
|
-
} | {
|
|
560
561
|
value: string;
|
|
561
|
-
__kind: "P2SH";
|
|
562
562
|
} | {
|
|
563
|
+
__kind: "P2SH";
|
|
563
564
|
value: string;
|
|
564
|
-
__kind: "P2WPKH";
|
|
565
565
|
} | {
|
|
566
|
+
__kind: "P2WPKH";
|
|
566
567
|
value: string;
|
|
567
|
-
__kind: "P2WSH";
|
|
568
568
|
} | {
|
|
569
|
+
__kind: "P2WSH";
|
|
569
570
|
value: string;
|
|
571
|
+
} | {
|
|
570
572
|
__kind: "Taproot";
|
|
573
|
+
value: string;
|
|
571
574
|
} | {
|
|
572
575
|
__kind: "OtherSegwit";
|
|
573
576
|
version: number;
|
|
574
577
|
program: string;
|
|
575
578
|
};
|
|
576
|
-
asset: {
|
|
577
|
-
__kind: "Btc";
|
|
578
|
-
};
|
|
579
579
|
amount: string | number;
|
|
580
580
|
depositDetails: {
|
|
581
581
|
depositAddress: {
|
|
@@ -612,47 +612,47 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
612
612
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
613
613
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
614
614
|
}, "strip", z.ZodTypeAny, {
|
|
615
|
-
value: `0x${string}`;
|
|
616
615
|
__kind: "P2PKH";
|
|
616
|
+
value: `0x${string}`;
|
|
617
617
|
}, {
|
|
618
|
-
value: string;
|
|
619
618
|
__kind: "P2PKH";
|
|
619
|
+
value: string;
|
|
620
620
|
}>, z.ZodObject<{
|
|
621
621
|
__kind: z.ZodLiteral<"P2SH">;
|
|
622
622
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
623
623
|
}, "strip", z.ZodTypeAny, {
|
|
624
|
-
value: `0x${string}`;
|
|
625
624
|
__kind: "P2SH";
|
|
625
|
+
value: `0x${string}`;
|
|
626
626
|
}, {
|
|
627
|
-
value: string;
|
|
628
627
|
__kind: "P2SH";
|
|
628
|
+
value: string;
|
|
629
629
|
}>, z.ZodObject<{
|
|
630
630
|
__kind: z.ZodLiteral<"P2WPKH">;
|
|
631
631
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
632
632
|
}, "strip", z.ZodTypeAny, {
|
|
633
|
-
value: `0x${string}`;
|
|
634
633
|
__kind: "P2WPKH";
|
|
634
|
+
value: `0x${string}`;
|
|
635
635
|
}, {
|
|
636
|
-
value: string;
|
|
637
636
|
__kind: "P2WPKH";
|
|
637
|
+
value: string;
|
|
638
638
|
}>, z.ZodObject<{
|
|
639
639
|
__kind: z.ZodLiteral<"P2WSH">;
|
|
640
640
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
641
641
|
}, "strip", z.ZodTypeAny, {
|
|
642
|
-
value: `0x${string}`;
|
|
643
642
|
__kind: "P2WSH";
|
|
643
|
+
value: `0x${string}`;
|
|
644
644
|
}, {
|
|
645
|
-
value: string;
|
|
646
645
|
__kind: "P2WSH";
|
|
646
|
+
value: string;
|
|
647
647
|
}>, z.ZodObject<{
|
|
648
648
|
__kind: z.ZodLiteral<"Taproot">;
|
|
649
649
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
650
650
|
}, "strip", z.ZodTypeAny, {
|
|
651
|
-
value: `0x${string}`;
|
|
652
651
|
__kind: "Taproot";
|
|
652
|
+
value: `0x${string}`;
|
|
653
653
|
}, {
|
|
654
|
-
value: string;
|
|
655
654
|
__kind: "Taproot";
|
|
655
|
+
value: string;
|
|
656
656
|
}>, z.ZodObject<{
|
|
657
657
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
658
658
|
version: z.ZodNumber;
|
|
@@ -767,21 +767,21 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
767
767
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
768
768
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt"]>;
|
|
769
769
|
}, "strip", z.ZodTypeAny, {
|
|
770
|
-
__kind: "
|
|
770
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
771
771
|
}, {
|
|
772
|
-
__kind: "
|
|
773
|
-
}>, "
|
|
774
|
-
__kind: "
|
|
772
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
773
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt", {
|
|
774
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
775
775
|
}>;
|
|
776
776
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
777
777
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
778
778
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
779
779
|
}, "strip", z.ZodTypeAny, {
|
|
780
|
-
value: `0x${string}`;
|
|
781
780
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
781
|
+
value: `0x${string}`;
|
|
782
782
|
}, {
|
|
783
|
-
value: string;
|
|
784
783
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
784
|
+
value: string;
|
|
785
785
|
}>, {
|
|
786
786
|
readonly chain: "Ethereum";
|
|
787
787
|
readonly address: `0x${string}`;
|
|
@@ -801,8 +801,8 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
801
801
|
readonly chain: "Assethub";
|
|
802
802
|
readonly address: string;
|
|
803
803
|
}, {
|
|
804
|
-
value: string;
|
|
805
804
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
805
|
+
value: string;
|
|
806
806
|
}>;
|
|
807
807
|
depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
808
808
|
channelMetadata: z.ZodObject<{
|
|
@@ -831,67 +831,67 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
831
831
|
__kind: z.ZodLiteral<"Eth">;
|
|
832
832
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
833
833
|
}, "strip", z.ZodTypeAny, {
|
|
834
|
-
value: `0x${string}`;
|
|
835
834
|
__kind: "Eth";
|
|
835
|
+
value: `0x${string}`;
|
|
836
836
|
}, {
|
|
837
|
-
value: string;
|
|
838
837
|
__kind: "Eth";
|
|
838
|
+
value: string;
|
|
839
839
|
}>, z.ZodObject<{
|
|
840
840
|
__kind: z.ZodLiteral<"Dot">;
|
|
841
841
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
842
842
|
}, "strip", z.ZodTypeAny, {
|
|
843
|
-
value: `0x${string}`;
|
|
844
843
|
__kind: "Dot";
|
|
844
|
+
value: `0x${string}`;
|
|
845
845
|
}, {
|
|
846
|
-
value: string;
|
|
847
846
|
__kind: "Dot";
|
|
847
|
+
value: string;
|
|
848
848
|
}>, z.ZodObject<{
|
|
849
849
|
__kind: z.ZodLiteral<"Btc">;
|
|
850
850
|
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
851
851
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
852
852
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
853
853
|
}, "strip", z.ZodTypeAny, {
|
|
854
|
-
value: `0x${string}`;
|
|
855
854
|
__kind: "P2PKH";
|
|
855
|
+
value: `0x${string}`;
|
|
856
856
|
}, {
|
|
857
|
-
value: string;
|
|
858
857
|
__kind: "P2PKH";
|
|
858
|
+
value: string;
|
|
859
859
|
}>, z.ZodObject<{
|
|
860
860
|
__kind: z.ZodLiteral<"P2SH">;
|
|
861
861
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
862
862
|
}, "strip", z.ZodTypeAny, {
|
|
863
|
-
value: `0x${string}`;
|
|
864
863
|
__kind: "P2SH";
|
|
864
|
+
value: `0x${string}`;
|
|
865
865
|
}, {
|
|
866
|
-
value: string;
|
|
867
866
|
__kind: "P2SH";
|
|
867
|
+
value: string;
|
|
868
868
|
}>, z.ZodObject<{
|
|
869
869
|
__kind: z.ZodLiteral<"P2WPKH">;
|
|
870
870
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
871
871
|
}, "strip", z.ZodTypeAny, {
|
|
872
|
-
value: `0x${string}`;
|
|
873
872
|
__kind: "P2WPKH";
|
|
873
|
+
value: `0x${string}`;
|
|
874
874
|
}, {
|
|
875
|
-
value: string;
|
|
876
875
|
__kind: "P2WPKH";
|
|
876
|
+
value: string;
|
|
877
877
|
}>, z.ZodObject<{
|
|
878
878
|
__kind: z.ZodLiteral<"P2WSH">;
|
|
879
879
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
880
880
|
}, "strip", z.ZodTypeAny, {
|
|
881
|
-
value: `0x${string}`;
|
|
882
881
|
__kind: "P2WSH";
|
|
882
|
+
value: `0x${string}`;
|
|
883
883
|
}, {
|
|
884
|
-
value: string;
|
|
885
884
|
__kind: "P2WSH";
|
|
885
|
+
value: string;
|
|
886
886
|
}>, z.ZodObject<{
|
|
887
887
|
__kind: z.ZodLiteral<"Taproot">;
|
|
888
888
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
889
889
|
}, "strip", z.ZodTypeAny, {
|
|
890
|
-
value: `0x${string}`;
|
|
891
890
|
__kind: "Taproot";
|
|
891
|
+
value: `0x${string}`;
|
|
892
892
|
}, {
|
|
893
|
-
value: string;
|
|
894
893
|
__kind: "Taproot";
|
|
894
|
+
value: string;
|
|
895
895
|
}>, z.ZodObject<{
|
|
896
896
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
897
897
|
version: z.ZodNumber;
|
|
@@ -906,76 +906,76 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
906
906
|
program: string;
|
|
907
907
|
}>]>;
|
|
908
908
|
}, "strip", z.ZodTypeAny, {
|
|
909
|
+
__kind: "Btc";
|
|
909
910
|
value: {
|
|
910
|
-
value: `0x${string}`;
|
|
911
911
|
__kind: "P2PKH";
|
|
912
|
-
} | {
|
|
913
912
|
value: `0x${string}`;
|
|
914
|
-
__kind: "P2SH";
|
|
915
913
|
} | {
|
|
914
|
+
__kind: "P2SH";
|
|
916
915
|
value: `0x${string}`;
|
|
917
|
-
__kind: "P2WPKH";
|
|
918
916
|
} | {
|
|
917
|
+
__kind: "P2WPKH";
|
|
919
918
|
value: `0x${string}`;
|
|
920
|
-
__kind: "P2WSH";
|
|
921
919
|
} | {
|
|
920
|
+
__kind: "P2WSH";
|
|
922
921
|
value: `0x${string}`;
|
|
922
|
+
} | {
|
|
923
923
|
__kind: "Taproot";
|
|
924
|
+
value: `0x${string}`;
|
|
924
925
|
} | {
|
|
925
926
|
__kind: "OtherSegwit";
|
|
926
927
|
version: number;
|
|
927
928
|
program: `0x${string}`;
|
|
928
929
|
};
|
|
929
|
-
__kind: "Btc";
|
|
930
930
|
}, {
|
|
931
|
+
__kind: "Btc";
|
|
931
932
|
value: {
|
|
932
|
-
value: string;
|
|
933
933
|
__kind: "P2PKH";
|
|
934
|
-
} | {
|
|
935
934
|
value: string;
|
|
936
|
-
__kind: "P2SH";
|
|
937
935
|
} | {
|
|
936
|
+
__kind: "P2SH";
|
|
938
937
|
value: string;
|
|
939
|
-
__kind: "P2WPKH";
|
|
940
938
|
} | {
|
|
939
|
+
__kind: "P2WPKH";
|
|
941
940
|
value: string;
|
|
942
|
-
__kind: "P2WSH";
|
|
943
941
|
} | {
|
|
942
|
+
__kind: "P2WSH";
|
|
944
943
|
value: string;
|
|
944
|
+
} | {
|
|
945
945
|
__kind: "Taproot";
|
|
946
|
+
value: string;
|
|
946
947
|
} | {
|
|
947
948
|
__kind: "OtherSegwit";
|
|
948
949
|
version: number;
|
|
949
950
|
program: string;
|
|
950
951
|
};
|
|
951
|
-
__kind: "Btc";
|
|
952
952
|
}>, z.ZodObject<{
|
|
953
953
|
__kind: z.ZodLiteral<"Arb">;
|
|
954
954
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
955
955
|
}, "strip", z.ZodTypeAny, {
|
|
956
|
-
value: `0x${string}`;
|
|
957
956
|
__kind: "Arb";
|
|
957
|
+
value: `0x${string}`;
|
|
958
958
|
}, {
|
|
959
|
-
value: string;
|
|
960
959
|
__kind: "Arb";
|
|
960
|
+
value: string;
|
|
961
961
|
}>, z.ZodObject<{
|
|
962
962
|
__kind: z.ZodLiteral<"Sol">;
|
|
963
963
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
964
964
|
}, "strip", z.ZodTypeAny, {
|
|
965
|
-
value: `0x${string}`;
|
|
966
965
|
__kind: "Sol";
|
|
966
|
+
value: `0x${string}`;
|
|
967
967
|
}, {
|
|
968
|
-
value: string;
|
|
969
968
|
__kind: "Sol";
|
|
969
|
+
value: string;
|
|
970
970
|
}>, z.ZodObject<{
|
|
971
971
|
__kind: z.ZodLiteral<"Hub">;
|
|
972
972
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
973
973
|
}, "strip", z.ZodTypeAny, {
|
|
974
|
-
value: `0x${string}`;
|
|
975
974
|
__kind: "Hub";
|
|
975
|
+
value: `0x${string}`;
|
|
976
976
|
}, {
|
|
977
|
-
value: string;
|
|
978
977
|
__kind: "Hub";
|
|
978
|
+
value: string;
|
|
979
979
|
}>]>>>;
|
|
980
980
|
}, "strip", z.ZodTypeAny, {
|
|
981
981
|
channelMetadata: {
|
|
@@ -985,42 +985,42 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
985
985
|
};
|
|
986
986
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
987
987
|
sourceAddress?: {
|
|
988
|
-
value: `0x${string}`;
|
|
989
988
|
__kind: "Eth";
|
|
990
|
-
} | {
|
|
991
989
|
value: `0x${string}`;
|
|
990
|
+
} | {
|
|
992
991
|
__kind: "Dot";
|
|
992
|
+
value: `0x${string}`;
|
|
993
993
|
} | {
|
|
994
|
+
__kind: "Btc";
|
|
994
995
|
value: {
|
|
995
|
-
value: `0x${string}`;
|
|
996
996
|
__kind: "P2PKH";
|
|
997
|
-
} | {
|
|
998
997
|
value: `0x${string}`;
|
|
999
|
-
__kind: "P2SH";
|
|
1000
998
|
} | {
|
|
999
|
+
__kind: "P2SH";
|
|
1001
1000
|
value: `0x${string}`;
|
|
1002
|
-
__kind: "P2WPKH";
|
|
1003
1001
|
} | {
|
|
1002
|
+
__kind: "P2WPKH";
|
|
1004
1003
|
value: `0x${string}`;
|
|
1005
|
-
__kind: "P2WSH";
|
|
1006
1004
|
} | {
|
|
1005
|
+
__kind: "P2WSH";
|
|
1007
1006
|
value: `0x${string}`;
|
|
1007
|
+
} | {
|
|
1008
1008
|
__kind: "Taproot";
|
|
1009
|
+
value: `0x${string}`;
|
|
1009
1010
|
} | {
|
|
1010
1011
|
__kind: "OtherSegwit";
|
|
1011
1012
|
version: number;
|
|
1012
1013
|
program: `0x${string}`;
|
|
1013
1014
|
};
|
|
1014
|
-
__kind: "Btc";
|
|
1015
1015
|
} | {
|
|
1016
|
-
value: `0x${string}`;
|
|
1017
1016
|
__kind: "Arb";
|
|
1018
|
-
} | {
|
|
1019
1017
|
value: `0x${string}`;
|
|
1020
|
-
__kind: "Sol";
|
|
1021
1018
|
} | {
|
|
1019
|
+
__kind: "Sol";
|
|
1022
1020
|
value: `0x${string}`;
|
|
1021
|
+
} | {
|
|
1023
1022
|
__kind: "Hub";
|
|
1023
|
+
value: `0x${string}`;
|
|
1024
1024
|
} | null | undefined;
|
|
1025
1025
|
}, {
|
|
1026
1026
|
channelMetadata: {
|
|
@@ -1032,42 +1032,42 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1032
1032
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
1033
1033
|
};
|
|
1034
1034
|
sourceAddress?: {
|
|
1035
|
-
value: string;
|
|
1036
1035
|
__kind: "Eth";
|
|
1037
|
-
} | {
|
|
1038
1036
|
value: string;
|
|
1037
|
+
} | {
|
|
1039
1038
|
__kind: "Dot";
|
|
1039
|
+
value: string;
|
|
1040
1040
|
} | {
|
|
1041
|
+
__kind: "Btc";
|
|
1041
1042
|
value: {
|
|
1042
|
-
value: string;
|
|
1043
1043
|
__kind: "P2PKH";
|
|
1044
|
-
} | {
|
|
1045
1044
|
value: string;
|
|
1046
|
-
__kind: "P2SH";
|
|
1047
1045
|
} | {
|
|
1046
|
+
__kind: "P2SH";
|
|
1048
1047
|
value: string;
|
|
1049
|
-
__kind: "P2WPKH";
|
|
1050
1048
|
} | {
|
|
1049
|
+
__kind: "P2WPKH";
|
|
1051
1050
|
value: string;
|
|
1052
|
-
__kind: "P2WSH";
|
|
1053
1051
|
} | {
|
|
1052
|
+
__kind: "P2WSH";
|
|
1054
1053
|
value: string;
|
|
1054
|
+
} | {
|
|
1055
1055
|
__kind: "Taproot";
|
|
1056
|
+
value: string;
|
|
1056
1057
|
} | {
|
|
1057
1058
|
__kind: "OtherSegwit";
|
|
1058
1059
|
version: number;
|
|
1059
1060
|
program: string;
|
|
1060
1061
|
};
|
|
1061
|
-
__kind: "Btc";
|
|
1062
1062
|
} | {
|
|
1063
|
-
value: string;
|
|
1064
1063
|
__kind: "Arb";
|
|
1065
|
-
} | {
|
|
1066
1064
|
value: string;
|
|
1067
|
-
__kind: "Sol";
|
|
1068
1065
|
} | {
|
|
1066
|
+
__kind: "Sol";
|
|
1069
1067
|
value: string;
|
|
1068
|
+
} | {
|
|
1070
1069
|
__kind: "Hub";
|
|
1070
|
+
value: string;
|
|
1071
1071
|
} | null | undefined;
|
|
1072
1072
|
}>>>;
|
|
1073
1073
|
txId: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
@@ -1097,47 +1097,47 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1097
1097
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
1098
1098
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1099
1099
|
}, "strip", z.ZodTypeAny, {
|
|
1100
|
-
value: `0x${string}`;
|
|
1101
1100
|
__kind: "P2PKH";
|
|
1101
|
+
value: `0x${string}`;
|
|
1102
1102
|
}, {
|
|
1103
|
-
value: string;
|
|
1104
1103
|
__kind: "P2PKH";
|
|
1104
|
+
value: string;
|
|
1105
1105
|
}>, z.ZodObject<{
|
|
1106
1106
|
__kind: z.ZodLiteral<"P2SH">;
|
|
1107
1107
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1108
1108
|
}, "strip", z.ZodTypeAny, {
|
|
1109
|
-
value: `0x${string}`;
|
|
1110
1109
|
__kind: "P2SH";
|
|
1110
|
+
value: `0x${string}`;
|
|
1111
1111
|
}, {
|
|
1112
|
-
value: string;
|
|
1113
1112
|
__kind: "P2SH";
|
|
1113
|
+
value: string;
|
|
1114
1114
|
}>, z.ZodObject<{
|
|
1115
1115
|
__kind: z.ZodLiteral<"P2WPKH">;
|
|
1116
1116
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1117
1117
|
}, "strip", z.ZodTypeAny, {
|
|
1118
|
-
value: `0x${string}`;
|
|
1119
1118
|
__kind: "P2WPKH";
|
|
1119
|
+
value: `0x${string}`;
|
|
1120
1120
|
}, {
|
|
1121
|
-
value: string;
|
|
1122
1121
|
__kind: "P2WPKH";
|
|
1122
|
+
value: string;
|
|
1123
1123
|
}>, z.ZodObject<{
|
|
1124
1124
|
__kind: z.ZodLiteral<"P2WSH">;
|
|
1125
1125
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1126
1126
|
}, "strip", z.ZodTypeAny, {
|
|
1127
|
-
value: `0x${string}`;
|
|
1128
1127
|
__kind: "P2WSH";
|
|
1128
|
+
value: `0x${string}`;
|
|
1129
1129
|
}, {
|
|
1130
|
-
value: string;
|
|
1131
1130
|
__kind: "P2WSH";
|
|
1131
|
+
value: string;
|
|
1132
1132
|
}>, z.ZodObject<{
|
|
1133
1133
|
__kind: z.ZodLiteral<"Taproot">;
|
|
1134
1134
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1135
1135
|
}, "strip", z.ZodTypeAny, {
|
|
1136
|
-
value: `0x${string}`;
|
|
1137
1136
|
__kind: "Taproot";
|
|
1137
|
+
value: `0x${string}`;
|
|
1138
1138
|
}, {
|
|
1139
|
-
value: string;
|
|
1140
1139
|
__kind: "Taproot";
|
|
1140
|
+
value: string;
|
|
1141
1141
|
}>, z.ZodObject<{
|
|
1142
1142
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
1143
1143
|
version: z.ZodNumber;
|
|
@@ -1169,20 +1169,20 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1169
1169
|
}, "strip", z.ZodTypeAny, {
|
|
1170
1170
|
retryDuration: number;
|
|
1171
1171
|
refundAddress: {
|
|
1172
|
-
value: `0x${string}`;
|
|
1173
1172
|
__kind: "P2PKH";
|
|
1174
|
-
} | {
|
|
1175
1173
|
value: `0x${string}`;
|
|
1176
|
-
__kind: "P2SH";
|
|
1177
1174
|
} | {
|
|
1175
|
+
__kind: "P2SH";
|
|
1178
1176
|
value: `0x${string}`;
|
|
1179
|
-
__kind: "P2WPKH";
|
|
1180
1177
|
} | {
|
|
1178
|
+
__kind: "P2WPKH";
|
|
1181
1179
|
value: `0x${string}`;
|
|
1182
|
-
__kind: "P2WSH";
|
|
1183
1180
|
} | {
|
|
1181
|
+
__kind: "P2WSH";
|
|
1184
1182
|
value: `0x${string}`;
|
|
1183
|
+
} | {
|
|
1185
1184
|
__kind: "Taproot";
|
|
1185
|
+
value: `0x${string}`;
|
|
1186
1186
|
} | {
|
|
1187
1187
|
__kind: "OtherSegwit";
|
|
1188
1188
|
version: number;
|
|
@@ -1198,20 +1198,20 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1198
1198
|
}, {
|
|
1199
1199
|
retryDuration: number;
|
|
1200
1200
|
refundAddress: {
|
|
1201
|
-
value: string;
|
|
1202
1201
|
__kind: "P2PKH";
|
|
1203
|
-
} | {
|
|
1204
1202
|
value: string;
|
|
1205
|
-
__kind: "P2SH";
|
|
1206
1203
|
} | {
|
|
1204
|
+
__kind: "P2SH";
|
|
1207
1205
|
value: string;
|
|
1208
|
-
__kind: "P2WPKH";
|
|
1209
1206
|
} | {
|
|
1207
|
+
__kind: "P2WPKH";
|
|
1210
1208
|
value: string;
|
|
1211
|
-
__kind: "P2WSH";
|
|
1212
1209
|
} | {
|
|
1210
|
+
__kind: "P2WSH";
|
|
1213
1211
|
value: string;
|
|
1212
|
+
} | {
|
|
1214
1213
|
__kind: "Taproot";
|
|
1214
|
+
value: string;
|
|
1215
1215
|
} | {
|
|
1216
1216
|
__kind: "OtherSegwit";
|
|
1217
1217
|
version: number;
|
|
@@ -1257,7 +1257,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1257
1257
|
};
|
|
1258
1258
|
inputAsset: "Btc";
|
|
1259
1259
|
depositAmount: bigint;
|
|
1260
|
-
outputAsset: "
|
|
1260
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
1261
1261
|
destinationAddress: {
|
|
1262
1262
|
readonly chain: "Ethereum";
|
|
1263
1263
|
readonly address: `0x${string}`;
|
|
@@ -1285,20 +1285,20 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1285
1285
|
refundParams: {
|
|
1286
1286
|
retryDuration: number;
|
|
1287
1287
|
refundAddress: {
|
|
1288
|
-
value: `0x${string}`;
|
|
1289
1288
|
__kind: "P2PKH";
|
|
1290
|
-
} | {
|
|
1291
1289
|
value: `0x${string}`;
|
|
1292
|
-
__kind: "P2SH";
|
|
1293
1290
|
} | {
|
|
1291
|
+
__kind: "P2SH";
|
|
1294
1292
|
value: `0x${string}`;
|
|
1295
|
-
__kind: "P2WPKH";
|
|
1296
1293
|
} | {
|
|
1294
|
+
__kind: "P2WPKH";
|
|
1297
1295
|
value: `0x${string}`;
|
|
1298
|
-
__kind: "P2WSH";
|
|
1299
1296
|
} | {
|
|
1297
|
+
__kind: "P2WSH";
|
|
1300
1298
|
value: `0x${string}`;
|
|
1299
|
+
} | {
|
|
1301
1300
|
__kind: "Taproot";
|
|
1301
|
+
value: `0x${string}`;
|
|
1302
1302
|
} | {
|
|
1303
1303
|
__kind: "OtherSegwit";
|
|
1304
1304
|
version: number;
|
|
@@ -1313,27 +1313,27 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1313
1313
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
1314
1314
|
};
|
|
1315
1315
|
boostFee: number;
|
|
1316
|
+
channelId?: bigint | null | undefined;
|
|
1316
1317
|
depositAddress?: {
|
|
1317
|
-
value: `0x${string}`;
|
|
1318
1318
|
__kind: "P2PKH";
|
|
1319
|
-
} | {
|
|
1320
1319
|
value: `0x${string}`;
|
|
1321
|
-
__kind: "P2SH";
|
|
1322
1320
|
} | {
|
|
1321
|
+
__kind: "P2SH";
|
|
1323
1322
|
value: `0x${string}`;
|
|
1324
|
-
__kind: "P2WPKH";
|
|
1325
1323
|
} | {
|
|
1324
|
+
__kind: "P2WPKH";
|
|
1326
1325
|
value: `0x${string}`;
|
|
1327
|
-
__kind: "P2WSH";
|
|
1328
1326
|
} | {
|
|
1327
|
+
__kind: "P2WSH";
|
|
1329
1328
|
value: `0x${string}`;
|
|
1329
|
+
} | {
|
|
1330
1330
|
__kind: "Taproot";
|
|
1331
|
+
value: `0x${string}`;
|
|
1331
1332
|
} | {
|
|
1332
1333
|
__kind: "OtherSegwit";
|
|
1333
1334
|
version: number;
|
|
1334
1335
|
program: `0x${string}`;
|
|
1335
1336
|
} | null | undefined;
|
|
1336
|
-
channelId?: bigint | null | undefined;
|
|
1337
1337
|
depositMetadata?: {
|
|
1338
1338
|
channelMetadata: {
|
|
1339
1339
|
message: `0x${string}`;
|
|
@@ -1342,42 +1342,42 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1342
1342
|
};
|
|
1343
1343
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
1344
1344
|
sourceAddress?: {
|
|
1345
|
-
value: `0x${string}`;
|
|
1346
1345
|
__kind: "Eth";
|
|
1347
|
-
} | {
|
|
1348
1346
|
value: `0x${string}`;
|
|
1347
|
+
} | {
|
|
1349
1348
|
__kind: "Dot";
|
|
1349
|
+
value: `0x${string}`;
|
|
1350
1350
|
} | {
|
|
1351
|
+
__kind: "Btc";
|
|
1351
1352
|
value: {
|
|
1352
|
-
value: `0x${string}`;
|
|
1353
1353
|
__kind: "P2PKH";
|
|
1354
|
-
} | {
|
|
1355
1354
|
value: `0x${string}`;
|
|
1356
|
-
__kind: "P2SH";
|
|
1357
1355
|
} | {
|
|
1356
|
+
__kind: "P2SH";
|
|
1358
1357
|
value: `0x${string}`;
|
|
1359
|
-
__kind: "P2WPKH";
|
|
1360
1358
|
} | {
|
|
1359
|
+
__kind: "P2WPKH";
|
|
1361
1360
|
value: `0x${string}`;
|
|
1362
|
-
__kind: "P2WSH";
|
|
1363
1361
|
} | {
|
|
1362
|
+
__kind: "P2WSH";
|
|
1364
1363
|
value: `0x${string}`;
|
|
1364
|
+
} | {
|
|
1365
1365
|
__kind: "Taproot";
|
|
1366
|
+
value: `0x${string}`;
|
|
1366
1367
|
} | {
|
|
1367
1368
|
__kind: "OtherSegwit";
|
|
1368
1369
|
version: number;
|
|
1369
1370
|
program: `0x${string}`;
|
|
1370
1371
|
};
|
|
1371
|
-
__kind: "Btc";
|
|
1372
1372
|
} | {
|
|
1373
|
-
value: `0x${string}`;
|
|
1374
1373
|
__kind: "Arb";
|
|
1375
|
-
} | {
|
|
1376
1374
|
value: `0x${string}`;
|
|
1377
|
-
__kind: "Sol";
|
|
1378
1375
|
} | {
|
|
1376
|
+
__kind: "Sol";
|
|
1379
1377
|
value: `0x${string}`;
|
|
1378
|
+
} | {
|
|
1380
1379
|
__kind: "Hub";
|
|
1380
|
+
value: `0x${string}`;
|
|
1381
1381
|
} | null | undefined;
|
|
1382
1382
|
} | null | undefined;
|
|
1383
1383
|
brokerFee?: {
|
|
@@ -1412,11 +1412,11 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1412
1412
|
};
|
|
1413
1413
|
depositAmount: string | number;
|
|
1414
1414
|
outputAsset: {
|
|
1415
|
-
__kind: "
|
|
1415
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
1416
1416
|
};
|
|
1417
1417
|
destinationAddress: {
|
|
1418
|
-
value: string;
|
|
1419
1418
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1419
|
+
value: string;
|
|
1420
1420
|
};
|
|
1421
1421
|
txId: string;
|
|
1422
1422
|
affiliateFees: {
|
|
@@ -1426,20 +1426,20 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1426
1426
|
refundParams: {
|
|
1427
1427
|
retryDuration: number;
|
|
1428
1428
|
refundAddress: {
|
|
1429
|
-
value: string;
|
|
1430
1429
|
__kind: "P2PKH";
|
|
1431
|
-
} | {
|
|
1432
1430
|
value: string;
|
|
1433
|
-
__kind: "P2SH";
|
|
1434
1431
|
} | {
|
|
1432
|
+
__kind: "P2SH";
|
|
1435
1433
|
value: string;
|
|
1436
|
-
__kind: "P2WPKH";
|
|
1437
1434
|
} | {
|
|
1435
|
+
__kind: "P2WPKH";
|
|
1438
1436
|
value: string;
|
|
1439
|
-
__kind: "P2WSH";
|
|
1440
1437
|
} | {
|
|
1438
|
+
__kind: "P2WSH";
|
|
1441
1439
|
value: string;
|
|
1440
|
+
} | {
|
|
1442
1441
|
__kind: "Taproot";
|
|
1442
|
+
value: string;
|
|
1443
1443
|
} | {
|
|
1444
1444
|
__kind: "OtherSegwit";
|
|
1445
1445
|
version: number;
|
|
@@ -1454,27 +1454,27 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1454
1454
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
1455
1455
|
};
|
|
1456
1456
|
boostFee: number;
|
|
1457
|
+
channelId?: string | number | null | undefined;
|
|
1457
1458
|
depositAddress?: {
|
|
1458
|
-
value: string;
|
|
1459
1459
|
__kind: "P2PKH";
|
|
1460
|
-
} | {
|
|
1461
1460
|
value: string;
|
|
1462
|
-
__kind: "P2SH";
|
|
1463
1461
|
} | {
|
|
1462
|
+
__kind: "P2SH";
|
|
1464
1463
|
value: string;
|
|
1465
|
-
__kind: "P2WPKH";
|
|
1466
1464
|
} | {
|
|
1465
|
+
__kind: "P2WPKH";
|
|
1467
1466
|
value: string;
|
|
1468
|
-
__kind: "P2WSH";
|
|
1469
1467
|
} | {
|
|
1468
|
+
__kind: "P2WSH";
|
|
1470
1469
|
value: string;
|
|
1470
|
+
} | {
|
|
1471
1471
|
__kind: "Taproot";
|
|
1472
|
+
value: string;
|
|
1472
1473
|
} | {
|
|
1473
1474
|
__kind: "OtherSegwit";
|
|
1474
1475
|
version: number;
|
|
1475
1476
|
program: string;
|
|
1476
1477
|
} | null | undefined;
|
|
1477
|
-
channelId?: string | number | null | undefined;
|
|
1478
1478
|
depositMetadata?: {
|
|
1479
1479
|
channelMetadata: {
|
|
1480
1480
|
message: string;
|
|
@@ -1485,42 +1485,42 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1485
1485
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
1486
1486
|
};
|
|
1487
1487
|
sourceAddress?: {
|
|
1488
|
-
value: string;
|
|
1489
1488
|
__kind: "Eth";
|
|
1490
|
-
} | {
|
|
1491
1489
|
value: string;
|
|
1490
|
+
} | {
|
|
1492
1491
|
__kind: "Dot";
|
|
1492
|
+
value: string;
|
|
1493
1493
|
} | {
|
|
1494
|
+
__kind: "Btc";
|
|
1494
1495
|
value: {
|
|
1495
|
-
value: string;
|
|
1496
1496
|
__kind: "P2PKH";
|
|
1497
|
-
} | {
|
|
1498
1497
|
value: string;
|
|
1499
|
-
__kind: "P2SH";
|
|
1500
1498
|
} | {
|
|
1499
|
+
__kind: "P2SH";
|
|
1501
1500
|
value: string;
|
|
1502
|
-
__kind: "P2WPKH";
|
|
1503
1501
|
} | {
|
|
1502
|
+
__kind: "P2WPKH";
|
|
1504
1503
|
value: string;
|
|
1505
|
-
__kind: "P2WSH";
|
|
1506
1504
|
} | {
|
|
1505
|
+
__kind: "P2WSH";
|
|
1507
1506
|
value: string;
|
|
1507
|
+
} | {
|
|
1508
1508
|
__kind: "Taproot";
|
|
1509
|
+
value: string;
|
|
1509
1510
|
} | {
|
|
1510
1511
|
__kind: "OtherSegwit";
|
|
1511
1512
|
version: number;
|
|
1512
1513
|
program: string;
|
|
1513
1514
|
};
|
|
1514
|
-
__kind: "Btc";
|
|
1515
1515
|
} | {
|
|
1516
|
-
value: string;
|
|
1517
1516
|
__kind: "Arb";
|
|
1518
|
-
} | {
|
|
1519
1517
|
value: string;
|
|
1520
|
-
__kind: "Sol";
|
|
1521
1518
|
} | {
|
|
1519
|
+
__kind: "Sol";
|
|
1522
1520
|
value: string;
|
|
1521
|
+
} | {
|
|
1523
1522
|
__kind: "Hub";
|
|
1523
|
+
value: string;
|
|
1524
1524
|
} | null | undefined;
|
|
1525
1525
|
} | null | undefined;
|
|
1526
1526
|
brokerFee?: {
|
|
@@ -1555,7 +1555,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1555
1555
|
};
|
|
1556
1556
|
inputAsset: "Btc";
|
|
1557
1557
|
depositAmount: bigint;
|
|
1558
|
-
outputAsset: "
|
|
1558
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
1559
1559
|
destinationAddress: {
|
|
1560
1560
|
readonly chain: "Ethereum";
|
|
1561
1561
|
readonly address: `0x${string}`;
|
|
@@ -1583,20 +1583,20 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1583
1583
|
refundParams: {
|
|
1584
1584
|
retryDuration: number;
|
|
1585
1585
|
refundAddress: {
|
|
1586
|
-
value: `0x${string}`;
|
|
1587
1586
|
__kind: "P2PKH";
|
|
1588
|
-
} | {
|
|
1589
1587
|
value: `0x${string}`;
|
|
1590
|
-
__kind: "P2SH";
|
|
1591
1588
|
} | {
|
|
1589
|
+
__kind: "P2SH";
|
|
1592
1590
|
value: `0x${string}`;
|
|
1593
|
-
__kind: "P2WPKH";
|
|
1594
1591
|
} | {
|
|
1592
|
+
__kind: "P2WPKH";
|
|
1595
1593
|
value: `0x${string}`;
|
|
1596
|
-
__kind: "P2WSH";
|
|
1597
1594
|
} | {
|
|
1595
|
+
__kind: "P2WSH";
|
|
1598
1596
|
value: `0x${string}`;
|
|
1597
|
+
} | {
|
|
1599
1598
|
__kind: "Taproot";
|
|
1599
|
+
value: `0x${string}`;
|
|
1600
1600
|
} | {
|
|
1601
1601
|
__kind: "OtherSegwit";
|
|
1602
1602
|
version: number;
|
|
@@ -1611,27 +1611,27 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1611
1611
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
1612
1612
|
};
|
|
1613
1613
|
boostFee: number;
|
|
1614
|
+
channelId?: bigint | null | undefined;
|
|
1614
1615
|
depositAddress?: {
|
|
1615
|
-
value: `0x${string}`;
|
|
1616
1616
|
__kind: "P2PKH";
|
|
1617
|
-
} | {
|
|
1618
1617
|
value: `0x${string}`;
|
|
1619
|
-
__kind: "P2SH";
|
|
1620
1618
|
} | {
|
|
1619
|
+
__kind: "P2SH";
|
|
1621
1620
|
value: `0x${string}`;
|
|
1622
|
-
__kind: "P2WPKH";
|
|
1623
1621
|
} | {
|
|
1622
|
+
__kind: "P2WPKH";
|
|
1624
1623
|
value: `0x${string}`;
|
|
1625
|
-
__kind: "P2WSH";
|
|
1626
1624
|
} | {
|
|
1625
|
+
__kind: "P2WSH";
|
|
1627
1626
|
value: `0x${string}`;
|
|
1627
|
+
} | {
|
|
1628
1628
|
__kind: "Taproot";
|
|
1629
|
+
value: `0x${string}`;
|
|
1629
1630
|
} | {
|
|
1630
1631
|
__kind: "OtherSegwit";
|
|
1631
1632
|
version: number;
|
|
1632
1633
|
program: `0x${string}`;
|
|
1633
1634
|
} | null | undefined;
|
|
1634
|
-
channelId?: bigint | null | undefined;
|
|
1635
1635
|
depositMetadata?: {
|
|
1636
1636
|
channelMetadata: {
|
|
1637
1637
|
message: `0x${string}`;
|
|
@@ -1640,42 +1640,42 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1640
1640
|
};
|
|
1641
1641
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
1642
1642
|
sourceAddress?: {
|
|
1643
|
-
value: `0x${string}`;
|
|
1644
1643
|
__kind: "Eth";
|
|
1645
|
-
} | {
|
|
1646
1644
|
value: `0x${string}`;
|
|
1645
|
+
} | {
|
|
1647
1646
|
__kind: "Dot";
|
|
1647
|
+
value: `0x${string}`;
|
|
1648
1648
|
} | {
|
|
1649
|
+
__kind: "Btc";
|
|
1649
1650
|
value: {
|
|
1650
|
-
value: `0x${string}`;
|
|
1651
1651
|
__kind: "P2PKH";
|
|
1652
|
-
} | {
|
|
1653
1652
|
value: `0x${string}`;
|
|
1654
|
-
__kind: "P2SH";
|
|
1655
1653
|
} | {
|
|
1654
|
+
__kind: "P2SH";
|
|
1656
1655
|
value: `0x${string}`;
|
|
1657
|
-
__kind: "P2WPKH";
|
|
1658
1656
|
} | {
|
|
1657
|
+
__kind: "P2WPKH";
|
|
1659
1658
|
value: `0x${string}`;
|
|
1660
|
-
__kind: "P2WSH";
|
|
1661
1659
|
} | {
|
|
1660
|
+
__kind: "P2WSH";
|
|
1662
1661
|
value: `0x${string}`;
|
|
1662
|
+
} | {
|
|
1663
1663
|
__kind: "Taproot";
|
|
1664
|
+
value: `0x${string}`;
|
|
1664
1665
|
} | {
|
|
1665
1666
|
__kind: "OtherSegwit";
|
|
1666
1667
|
version: number;
|
|
1667
1668
|
program: `0x${string}`;
|
|
1668
1669
|
};
|
|
1669
|
-
__kind: "Btc";
|
|
1670
1670
|
} | {
|
|
1671
|
-
value: `0x${string}`;
|
|
1672
1671
|
__kind: "Arb";
|
|
1673
|
-
} | {
|
|
1674
1672
|
value: `0x${string}`;
|
|
1675
|
-
__kind: "Sol";
|
|
1676
1673
|
} | {
|
|
1674
|
+
__kind: "Sol";
|
|
1677
1675
|
value: `0x${string}`;
|
|
1676
|
+
} | {
|
|
1678
1677
|
__kind: "Hub";
|
|
1678
|
+
value: `0x${string}`;
|
|
1679
1679
|
} | null | undefined;
|
|
1680
1680
|
} | null | undefined;
|
|
1681
1681
|
brokerFee?: {
|
|
@@ -1713,11 +1713,11 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1713
1713
|
};
|
|
1714
1714
|
depositAmount: string | number;
|
|
1715
1715
|
outputAsset: {
|
|
1716
|
-
__kind: "
|
|
1716
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
1717
1717
|
};
|
|
1718
1718
|
destinationAddress: {
|
|
1719
|
-
value: string;
|
|
1720
1719
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1720
|
+
value: string;
|
|
1721
1721
|
};
|
|
1722
1722
|
txId: string;
|
|
1723
1723
|
affiliateFees: {
|
|
@@ -1727,20 +1727,20 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1727
1727
|
refundParams: {
|
|
1728
1728
|
retryDuration: number;
|
|
1729
1729
|
refundAddress: {
|
|
1730
|
-
value: string;
|
|
1731
1730
|
__kind: "P2PKH";
|
|
1732
|
-
} | {
|
|
1733
1731
|
value: string;
|
|
1734
|
-
__kind: "P2SH";
|
|
1735
1732
|
} | {
|
|
1733
|
+
__kind: "P2SH";
|
|
1736
1734
|
value: string;
|
|
1737
|
-
__kind: "P2WPKH";
|
|
1738
1735
|
} | {
|
|
1736
|
+
__kind: "P2WPKH";
|
|
1739
1737
|
value: string;
|
|
1740
|
-
__kind: "P2WSH";
|
|
1741
1738
|
} | {
|
|
1739
|
+
__kind: "P2WSH";
|
|
1742
1740
|
value: string;
|
|
1741
|
+
} | {
|
|
1743
1742
|
__kind: "Taproot";
|
|
1743
|
+
value: string;
|
|
1744
1744
|
} | {
|
|
1745
1745
|
__kind: "OtherSegwit";
|
|
1746
1746
|
version: number;
|
|
@@ -1755,27 +1755,27 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1755
1755
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
1756
1756
|
};
|
|
1757
1757
|
boostFee: number;
|
|
1758
|
+
channelId?: string | number | null | undefined;
|
|
1758
1759
|
depositAddress?: {
|
|
1759
|
-
value: string;
|
|
1760
1760
|
__kind: "P2PKH";
|
|
1761
|
-
} | {
|
|
1762
1761
|
value: string;
|
|
1763
|
-
__kind: "P2SH";
|
|
1764
1762
|
} | {
|
|
1763
|
+
__kind: "P2SH";
|
|
1765
1764
|
value: string;
|
|
1766
|
-
__kind: "P2WPKH";
|
|
1767
1765
|
} | {
|
|
1766
|
+
__kind: "P2WPKH";
|
|
1768
1767
|
value: string;
|
|
1769
|
-
__kind: "P2WSH";
|
|
1770
1768
|
} | {
|
|
1769
|
+
__kind: "P2WSH";
|
|
1771
1770
|
value: string;
|
|
1771
|
+
} | {
|
|
1772
1772
|
__kind: "Taproot";
|
|
1773
|
+
value: string;
|
|
1773
1774
|
} | {
|
|
1774
1775
|
__kind: "OtherSegwit";
|
|
1775
1776
|
version: number;
|
|
1776
1777
|
program: string;
|
|
1777
1778
|
} | null | undefined;
|
|
1778
|
-
channelId?: string | number | null | undefined;
|
|
1779
1779
|
depositMetadata?: {
|
|
1780
1780
|
channelMetadata: {
|
|
1781
1781
|
message: string;
|
|
@@ -1786,42 +1786,42 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1786
1786
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
1787
1787
|
};
|
|
1788
1788
|
sourceAddress?: {
|
|
1789
|
-
value: string;
|
|
1790
1789
|
__kind: "Eth";
|
|
1791
|
-
} | {
|
|
1792
1790
|
value: string;
|
|
1791
|
+
} | {
|
|
1793
1792
|
__kind: "Dot";
|
|
1793
|
+
value: string;
|
|
1794
1794
|
} | {
|
|
1795
|
+
__kind: "Btc";
|
|
1795
1796
|
value: {
|
|
1796
|
-
value: string;
|
|
1797
1797
|
__kind: "P2PKH";
|
|
1798
|
-
} | {
|
|
1799
1798
|
value: string;
|
|
1800
|
-
__kind: "P2SH";
|
|
1801
1799
|
} | {
|
|
1800
|
+
__kind: "P2SH";
|
|
1802
1801
|
value: string;
|
|
1803
|
-
__kind: "P2WPKH";
|
|
1804
1802
|
} | {
|
|
1803
|
+
__kind: "P2WPKH";
|
|
1805
1804
|
value: string;
|
|
1806
|
-
__kind: "P2WSH";
|
|
1807
1805
|
} | {
|
|
1806
|
+
__kind: "P2WSH";
|
|
1808
1807
|
value: string;
|
|
1808
|
+
} | {
|
|
1809
1809
|
__kind: "Taproot";
|
|
1810
|
+
value: string;
|
|
1810
1811
|
} | {
|
|
1811
1812
|
__kind: "OtherSegwit";
|
|
1812
1813
|
version: number;
|
|
1813
1814
|
program: string;
|
|
1814
1815
|
};
|
|
1815
|
-
__kind: "Btc";
|
|
1816
1816
|
} | {
|
|
1817
|
-
value: string;
|
|
1818
1817
|
__kind: "Arb";
|
|
1819
|
-
} | {
|
|
1820
1818
|
value: string;
|
|
1821
|
-
__kind: "Sol";
|
|
1822
1819
|
} | {
|
|
1820
|
+
__kind: "Sol";
|
|
1823
1821
|
value: string;
|
|
1822
|
+
} | {
|
|
1824
1823
|
__kind: "Hub";
|
|
1824
|
+
value: string;
|
|
1825
1825
|
} | null | undefined;
|
|
1826
1826
|
} | null | undefined;
|
|
1827
1827
|
brokerFee?: {
|
|
@@ -1843,6 +1843,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1843
1843
|
} | {
|
|
1844
1844
|
__kind: "TransactionRejectedByBroker";
|
|
1845
1845
|
} | {
|
|
1846
|
+
__kind: "DepositWitnessRejected";
|
|
1846
1847
|
value: {
|
|
1847
1848
|
__kind: "Other";
|
|
1848
1849
|
} | {
|
|
@@ -1850,11 +1851,11 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1850
1851
|
} | {
|
|
1851
1852
|
__kind: "BadOrigin";
|
|
1852
1853
|
} | {
|
|
1854
|
+
__kind: "Module";
|
|
1853
1855
|
value: {
|
|
1854
1856
|
index: number;
|
|
1855
1857
|
error: `0x${string}`;
|
|
1856
1858
|
};
|
|
1857
|
-
__kind: "Module";
|
|
1858
1859
|
} | {
|
|
1859
1860
|
__kind: "ConsumerRemaining";
|
|
1860
1861
|
} | {
|
|
@@ -1862,14 +1863,14 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1862
1863
|
} | {
|
|
1863
1864
|
__kind: "TooManyConsumers";
|
|
1864
1865
|
} | {
|
|
1865
|
-
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1866
1866
|
__kind: "Token";
|
|
1867
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1867
1868
|
} | {
|
|
1868
|
-
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1869
1869
|
__kind: "Arithmetic";
|
|
1870
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1870
1871
|
} | {
|
|
1871
|
-
value: "LimitReached" | "NoLayer";
|
|
1872
1872
|
__kind: "Transactional";
|
|
1873
|
+
value: "LimitReached" | "NoLayer";
|
|
1873
1874
|
} | {
|
|
1874
1875
|
__kind: "Exhausted";
|
|
1875
1876
|
} | {
|
|
@@ -1879,34 +1880,33 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1879
1880
|
} | {
|
|
1880
1881
|
__kind: "RootNotAllowed";
|
|
1881
1882
|
};
|
|
1882
|
-
__kind: "DepositWitnessRejected";
|
|
1883
1883
|
} | {
|
|
1884
1884
|
__kind: "Unrefundable";
|
|
1885
1885
|
};
|
|
1886
1886
|
details: {
|
|
1887
1887
|
__kind: "DepositFailedDepositChannelVariantBitcoin";
|
|
1888
1888
|
depositWitness: {
|
|
1889
|
+
asset: "Btc";
|
|
1889
1890
|
depositAddress: {
|
|
1890
|
-
value: `0x${string}`;
|
|
1891
1891
|
__kind: "P2PKH";
|
|
1892
|
-
} | {
|
|
1893
1892
|
value: `0x${string}`;
|
|
1894
|
-
__kind: "P2SH";
|
|
1895
1893
|
} | {
|
|
1894
|
+
__kind: "P2SH";
|
|
1896
1895
|
value: `0x${string}`;
|
|
1897
|
-
__kind: "P2WPKH";
|
|
1898
1896
|
} | {
|
|
1897
|
+
__kind: "P2WPKH";
|
|
1899
1898
|
value: `0x${string}`;
|
|
1900
|
-
__kind: "P2WSH";
|
|
1901
1899
|
} | {
|
|
1900
|
+
__kind: "P2WSH";
|
|
1902
1901
|
value: `0x${string}`;
|
|
1902
|
+
} | {
|
|
1903
1903
|
__kind: "Taproot";
|
|
1904
|
+
value: `0x${string}`;
|
|
1904
1905
|
} | {
|
|
1905
1906
|
__kind: "OtherSegwit";
|
|
1906
1907
|
version: number;
|
|
1907
1908
|
program: `0x${string}`;
|
|
1908
1909
|
};
|
|
1909
|
-
asset: "Btc";
|
|
1910
1910
|
amount: bigint;
|
|
1911
1911
|
depositDetails: {
|
|
1912
1912
|
depositAddress: {
|
|
@@ -1950,7 +1950,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1950
1950
|
};
|
|
1951
1951
|
inputAsset: "Btc";
|
|
1952
1952
|
depositAmount: bigint;
|
|
1953
|
-
outputAsset: "
|
|
1953
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
1954
1954
|
destinationAddress: {
|
|
1955
1955
|
readonly chain: "Ethereum";
|
|
1956
1956
|
readonly address: `0x${string}`;
|
|
@@ -1978,20 +1978,20 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1978
1978
|
refundParams: {
|
|
1979
1979
|
retryDuration: number;
|
|
1980
1980
|
refundAddress: {
|
|
1981
|
-
value: `0x${string}`;
|
|
1982
1981
|
__kind: "P2PKH";
|
|
1983
|
-
} | {
|
|
1984
1982
|
value: `0x${string}`;
|
|
1985
|
-
__kind: "P2SH";
|
|
1986
1983
|
} | {
|
|
1984
|
+
__kind: "P2SH";
|
|
1987
1985
|
value: `0x${string}`;
|
|
1988
|
-
__kind: "P2WPKH";
|
|
1989
1986
|
} | {
|
|
1987
|
+
__kind: "P2WPKH";
|
|
1990
1988
|
value: `0x${string}`;
|
|
1991
|
-
__kind: "P2WSH";
|
|
1992
1989
|
} | {
|
|
1990
|
+
__kind: "P2WSH";
|
|
1993
1991
|
value: `0x${string}`;
|
|
1992
|
+
} | {
|
|
1994
1993
|
__kind: "Taproot";
|
|
1994
|
+
value: `0x${string}`;
|
|
1995
1995
|
} | {
|
|
1996
1996
|
__kind: "OtherSegwit";
|
|
1997
1997
|
version: number;
|
|
@@ -2006,27 +2006,27 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
2006
2006
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
2007
2007
|
};
|
|
2008
2008
|
boostFee: number;
|
|
2009
|
+
channelId?: bigint | null | undefined;
|
|
2009
2010
|
depositAddress?: {
|
|
2010
|
-
value: `0x${string}`;
|
|
2011
2011
|
__kind: "P2PKH";
|
|
2012
|
-
} | {
|
|
2013
2012
|
value: `0x${string}`;
|
|
2014
|
-
__kind: "P2SH";
|
|
2015
2013
|
} | {
|
|
2014
|
+
__kind: "P2SH";
|
|
2016
2015
|
value: `0x${string}`;
|
|
2017
|
-
__kind: "P2WPKH";
|
|
2018
2016
|
} | {
|
|
2017
|
+
__kind: "P2WPKH";
|
|
2019
2018
|
value: `0x${string}`;
|
|
2020
|
-
__kind: "P2WSH";
|
|
2021
2019
|
} | {
|
|
2020
|
+
__kind: "P2WSH";
|
|
2022
2021
|
value: `0x${string}`;
|
|
2022
|
+
} | {
|
|
2023
2023
|
__kind: "Taproot";
|
|
2024
|
+
value: `0x${string}`;
|
|
2024
2025
|
} | {
|
|
2025
2026
|
__kind: "OtherSegwit";
|
|
2026
2027
|
version: number;
|
|
2027
2028
|
program: `0x${string}`;
|
|
2028
2029
|
} | null | undefined;
|
|
2029
|
-
channelId?: bigint | null | undefined;
|
|
2030
2030
|
depositMetadata?: {
|
|
2031
2031
|
channelMetadata: {
|
|
2032
2032
|
message: `0x${string}`;
|
|
@@ -2035,42 +2035,42 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
2035
2035
|
};
|
|
2036
2036
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2037
2037
|
sourceAddress?: {
|
|
2038
|
-
value: `0x${string}`;
|
|
2039
2038
|
__kind: "Eth";
|
|
2040
|
-
} | {
|
|
2041
2039
|
value: `0x${string}`;
|
|
2040
|
+
} | {
|
|
2042
2041
|
__kind: "Dot";
|
|
2042
|
+
value: `0x${string}`;
|
|
2043
2043
|
} | {
|
|
2044
|
+
__kind: "Btc";
|
|
2044
2045
|
value: {
|
|
2045
|
-
value: `0x${string}`;
|
|
2046
2046
|
__kind: "P2PKH";
|
|
2047
|
-
} | {
|
|
2048
2047
|
value: `0x${string}`;
|
|
2049
|
-
__kind: "P2SH";
|
|
2050
2048
|
} | {
|
|
2049
|
+
__kind: "P2SH";
|
|
2051
2050
|
value: `0x${string}`;
|
|
2052
|
-
__kind: "P2WPKH";
|
|
2053
2051
|
} | {
|
|
2052
|
+
__kind: "P2WPKH";
|
|
2054
2053
|
value: `0x${string}`;
|
|
2055
|
-
__kind: "P2WSH";
|
|
2056
2054
|
} | {
|
|
2055
|
+
__kind: "P2WSH";
|
|
2057
2056
|
value: `0x${string}`;
|
|
2057
|
+
} | {
|
|
2058
2058
|
__kind: "Taproot";
|
|
2059
|
+
value: `0x${string}`;
|
|
2059
2060
|
} | {
|
|
2060
2061
|
__kind: "OtherSegwit";
|
|
2061
2062
|
version: number;
|
|
2062
2063
|
program: `0x${string}`;
|
|
2063
2064
|
};
|
|
2064
|
-
__kind: "Btc";
|
|
2065
2065
|
} | {
|
|
2066
|
-
value: `0x${string}`;
|
|
2067
2066
|
__kind: "Arb";
|
|
2068
|
-
} | {
|
|
2069
2067
|
value: `0x${string}`;
|
|
2070
|
-
__kind: "Sol";
|
|
2071
2068
|
} | {
|
|
2069
|
+
__kind: "Sol";
|
|
2072
2070
|
value: `0x${string}`;
|
|
2071
|
+
} | {
|
|
2073
2072
|
__kind: "Hub";
|
|
2073
|
+
value: `0x${string}`;
|
|
2074
2074
|
} | null | undefined;
|
|
2075
2075
|
} | null | undefined;
|
|
2076
2076
|
brokerFee?: {
|
|
@@ -2092,6 +2092,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
2092
2092
|
} | {
|
|
2093
2093
|
__kind: "TransactionRejectedByBroker";
|
|
2094
2094
|
} | {
|
|
2095
|
+
__kind: "DepositWitnessRejected";
|
|
2095
2096
|
value: {
|
|
2096
2097
|
__kind: "Other";
|
|
2097
2098
|
} | {
|
|
@@ -2099,11 +2100,11 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
2099
2100
|
} | {
|
|
2100
2101
|
__kind: "BadOrigin";
|
|
2101
2102
|
} | {
|
|
2103
|
+
__kind: "Module";
|
|
2102
2104
|
value: {
|
|
2103
2105
|
index: number;
|
|
2104
2106
|
error: string;
|
|
2105
2107
|
};
|
|
2106
|
-
__kind: "Module";
|
|
2107
2108
|
} | {
|
|
2108
2109
|
__kind: "ConsumerRemaining";
|
|
2109
2110
|
} | {
|
|
@@ -2111,20 +2112,20 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
2111
2112
|
} | {
|
|
2112
2113
|
__kind: "TooManyConsumers";
|
|
2113
2114
|
} | {
|
|
2115
|
+
__kind: "Token";
|
|
2114
2116
|
value: {
|
|
2115
2117
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
2116
2118
|
};
|
|
2117
|
-
__kind: "Token";
|
|
2118
2119
|
} | {
|
|
2120
|
+
__kind: "Arithmetic";
|
|
2119
2121
|
value: {
|
|
2120
2122
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
2121
2123
|
};
|
|
2122
|
-
__kind: "Arithmetic";
|
|
2123
2124
|
} | {
|
|
2125
|
+
__kind: "Transactional";
|
|
2124
2126
|
value: {
|
|
2125
2127
|
__kind: "LimitReached" | "NoLayer";
|
|
2126
2128
|
};
|
|
2127
|
-
__kind: "Transactional";
|
|
2128
2129
|
} | {
|
|
2129
2130
|
__kind: "Exhausted";
|
|
2130
2131
|
} | {
|
|
@@ -2134,36 +2135,35 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
2134
2135
|
} | {
|
|
2135
2136
|
__kind: "RootNotAllowed";
|
|
2136
2137
|
};
|
|
2137
|
-
__kind: "DepositWitnessRejected";
|
|
2138
2138
|
} | {
|
|
2139
2139
|
__kind: "Unrefundable";
|
|
2140
2140
|
};
|
|
2141
2141
|
details: {
|
|
2142
2142
|
__kind: "DepositFailedDepositChannelVariantBitcoin";
|
|
2143
2143
|
depositWitness: {
|
|
2144
|
+
asset: {
|
|
2145
|
+
__kind: "Btc";
|
|
2146
|
+
};
|
|
2144
2147
|
depositAddress: {
|
|
2145
|
-
value: string;
|
|
2146
2148
|
__kind: "P2PKH";
|
|
2147
|
-
} | {
|
|
2148
2149
|
value: string;
|
|
2149
|
-
__kind: "P2SH";
|
|
2150
2150
|
} | {
|
|
2151
|
+
__kind: "P2SH";
|
|
2151
2152
|
value: string;
|
|
2152
|
-
__kind: "P2WPKH";
|
|
2153
2153
|
} | {
|
|
2154
|
+
__kind: "P2WPKH";
|
|
2154
2155
|
value: string;
|
|
2155
|
-
__kind: "P2WSH";
|
|
2156
2156
|
} | {
|
|
2157
|
+
__kind: "P2WSH";
|
|
2157
2158
|
value: string;
|
|
2159
|
+
} | {
|
|
2158
2160
|
__kind: "Taproot";
|
|
2161
|
+
value: string;
|
|
2159
2162
|
} | {
|
|
2160
2163
|
__kind: "OtherSegwit";
|
|
2161
2164
|
version: number;
|
|
2162
2165
|
program: string;
|
|
2163
2166
|
};
|
|
2164
|
-
asset: {
|
|
2165
|
-
__kind: "Btc";
|
|
2166
|
-
};
|
|
2167
2167
|
amount: string | number;
|
|
2168
2168
|
depositDetails: {
|
|
2169
2169
|
depositAddress: {
|
|
@@ -2210,11 +2210,11 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
2210
2210
|
};
|
|
2211
2211
|
depositAmount: string | number;
|
|
2212
2212
|
outputAsset: {
|
|
2213
|
-
__kind: "
|
|
2213
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
2214
2214
|
};
|
|
2215
2215
|
destinationAddress: {
|
|
2216
|
-
value: string;
|
|
2217
2216
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2217
|
+
value: string;
|
|
2218
2218
|
};
|
|
2219
2219
|
txId: string;
|
|
2220
2220
|
affiliateFees: {
|
|
@@ -2224,20 +2224,20 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
2224
2224
|
refundParams: {
|
|
2225
2225
|
retryDuration: number;
|
|
2226
2226
|
refundAddress: {
|
|
2227
|
-
value: string;
|
|
2228
2227
|
__kind: "P2PKH";
|
|
2229
|
-
} | {
|
|
2230
2228
|
value: string;
|
|
2231
|
-
__kind: "P2SH";
|
|
2232
2229
|
} | {
|
|
2230
|
+
__kind: "P2SH";
|
|
2233
2231
|
value: string;
|
|
2234
|
-
__kind: "P2WPKH";
|
|
2235
2232
|
} | {
|
|
2233
|
+
__kind: "P2WPKH";
|
|
2236
2234
|
value: string;
|
|
2237
|
-
__kind: "P2WSH";
|
|
2238
2235
|
} | {
|
|
2236
|
+
__kind: "P2WSH";
|
|
2239
2237
|
value: string;
|
|
2238
|
+
} | {
|
|
2240
2239
|
__kind: "Taproot";
|
|
2240
|
+
value: string;
|
|
2241
2241
|
} | {
|
|
2242
2242
|
__kind: "OtherSegwit";
|
|
2243
2243
|
version: number;
|
|
@@ -2252,27 +2252,27 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
2252
2252
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
2253
2253
|
};
|
|
2254
2254
|
boostFee: number;
|
|
2255
|
+
channelId?: string | number | null | undefined;
|
|
2255
2256
|
depositAddress?: {
|
|
2256
|
-
value: string;
|
|
2257
2257
|
__kind: "P2PKH";
|
|
2258
|
-
} | {
|
|
2259
2258
|
value: string;
|
|
2260
|
-
__kind: "P2SH";
|
|
2261
2259
|
} | {
|
|
2260
|
+
__kind: "P2SH";
|
|
2262
2261
|
value: string;
|
|
2263
|
-
__kind: "P2WPKH";
|
|
2264
2262
|
} | {
|
|
2263
|
+
__kind: "P2WPKH";
|
|
2265
2264
|
value: string;
|
|
2266
|
-
__kind: "P2WSH";
|
|
2267
2265
|
} | {
|
|
2266
|
+
__kind: "P2WSH";
|
|
2268
2267
|
value: string;
|
|
2268
|
+
} | {
|
|
2269
2269
|
__kind: "Taproot";
|
|
2270
|
+
value: string;
|
|
2270
2271
|
} | {
|
|
2271
2272
|
__kind: "OtherSegwit";
|
|
2272
2273
|
version: number;
|
|
2273
2274
|
program: string;
|
|
2274
2275
|
} | null | undefined;
|
|
2275
|
-
channelId?: string | number | null | undefined;
|
|
2276
2276
|
depositMetadata?: {
|
|
2277
2277
|
channelMetadata: {
|
|
2278
2278
|
message: string;
|
|
@@ -2283,42 +2283,42 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
2283
2283
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2284
2284
|
};
|
|
2285
2285
|
sourceAddress?: {
|
|
2286
|
-
value: string;
|
|
2287
2286
|
__kind: "Eth";
|
|
2288
|
-
} | {
|
|
2289
2287
|
value: string;
|
|
2288
|
+
} | {
|
|
2290
2289
|
__kind: "Dot";
|
|
2290
|
+
value: string;
|
|
2291
2291
|
} | {
|
|
2292
|
+
__kind: "Btc";
|
|
2292
2293
|
value: {
|
|
2293
|
-
value: string;
|
|
2294
2294
|
__kind: "P2PKH";
|
|
2295
|
-
} | {
|
|
2296
2295
|
value: string;
|
|
2297
|
-
__kind: "P2SH";
|
|
2298
2296
|
} | {
|
|
2297
|
+
__kind: "P2SH";
|
|
2299
2298
|
value: string;
|
|
2300
|
-
__kind: "P2WPKH";
|
|
2301
2299
|
} | {
|
|
2300
|
+
__kind: "P2WPKH";
|
|
2302
2301
|
value: string;
|
|
2303
|
-
__kind: "P2WSH";
|
|
2304
2302
|
} | {
|
|
2303
|
+
__kind: "P2WSH";
|
|
2305
2304
|
value: string;
|
|
2305
|
+
} | {
|
|
2306
2306
|
__kind: "Taproot";
|
|
2307
|
+
value: string;
|
|
2307
2308
|
} | {
|
|
2308
2309
|
__kind: "OtherSegwit";
|
|
2309
2310
|
version: number;
|
|
2310
2311
|
program: string;
|
|
2311
2312
|
};
|
|
2312
|
-
__kind: "Btc";
|
|
2313
2313
|
} | {
|
|
2314
|
-
value: string;
|
|
2315
2314
|
__kind: "Arb";
|
|
2316
|
-
} | {
|
|
2317
2315
|
value: string;
|
|
2318
|
-
__kind: "Sol";
|
|
2319
2316
|
} | {
|
|
2317
|
+
__kind: "Sol";
|
|
2320
2318
|
value: string;
|
|
2319
|
+
} | {
|
|
2321
2320
|
__kind: "Hub";
|
|
2321
|
+
value: string;
|
|
2322
2322
|
} | null | undefined;
|
|
2323
2323
|
} | null | undefined;
|
|
2324
2324
|
brokerFee?: {
|