@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
|
@@ -6,21 +6,21 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
6
6
|
inputAsset: z.ZodEffects<z.ZodObject<{
|
|
7
7
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt"]>;
|
|
8
8
|
}, "strip", z.ZodTypeAny, {
|
|
9
|
-
__kind: "
|
|
9
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
10
10
|
}, {
|
|
11
|
-
__kind: "
|
|
12
|
-
}>, "
|
|
13
|
-
__kind: "
|
|
11
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
12
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt", {
|
|
13
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
14
14
|
}>;
|
|
15
15
|
inputAmount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
16
16
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
17
17
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt"]>;
|
|
18
18
|
}, "strip", z.ZodTypeAny, {
|
|
19
|
-
__kind: "
|
|
19
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
20
20
|
}, {
|
|
21
|
-
__kind: "
|
|
22
|
-
}>, "
|
|
23
|
-
__kind: "
|
|
21
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
22
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt", {
|
|
23
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
24
24
|
}>;
|
|
25
25
|
origin: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
26
26
|
__kind: z.ZodLiteral<"DepositChannel">;
|
|
@@ -28,11 +28,11 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
28
28
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
29
29
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
30
30
|
}, "strip", z.ZodTypeAny, {
|
|
31
|
-
value: `0x${string}`;
|
|
32
31
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
32
|
+
value: `0x${string}`;
|
|
33
33
|
}, {
|
|
34
|
-
value: string;
|
|
35
34
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
35
|
+
value: string;
|
|
36
36
|
}>, {
|
|
37
37
|
readonly chain: "Ethereum";
|
|
38
38
|
readonly address: `0x${string}`;
|
|
@@ -52,14 +52,15 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
52
52
|
readonly chain: "Assethub";
|
|
53
53
|
readonly address: string;
|
|
54
54
|
}, {
|
|
55
|
-
value: string;
|
|
56
55
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
56
|
+
value: string;
|
|
57
57
|
}>;
|
|
58
58
|
channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
59
59
|
depositBlockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
60
60
|
brokerId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
|
|
61
61
|
}, "strip", z.ZodTypeAny, {
|
|
62
62
|
__kind: "DepositChannel";
|
|
63
|
+
channelId: bigint;
|
|
63
64
|
depositAddress: {
|
|
64
65
|
readonly chain: "Ethereum";
|
|
65
66
|
readonly address: `0x${string}`;
|
|
@@ -79,16 +80,15 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
79
80
|
readonly chain: "Assethub";
|
|
80
81
|
readonly address: string;
|
|
81
82
|
};
|
|
82
|
-
channelId: bigint;
|
|
83
83
|
depositBlockHeight: bigint;
|
|
84
84
|
brokerId: `cF${string}`;
|
|
85
85
|
}, {
|
|
86
86
|
__kind: "DepositChannel";
|
|
87
|
+
channelId: string | number;
|
|
87
88
|
depositAddress: {
|
|
88
|
-
value: string;
|
|
89
89
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
90
|
+
value: string;
|
|
90
91
|
};
|
|
91
|
-
channelId: string | number;
|
|
92
92
|
depositBlockHeight: string | number;
|
|
93
93
|
brokerId: string;
|
|
94
94
|
}>, z.ZodObject<{
|
|
@@ -97,20 +97,20 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
97
97
|
__kind: z.ZodLiteral<"Evm">;
|
|
98
98
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
99
99
|
}, "strip", z.ZodTypeAny, {
|
|
100
|
-
value: `0x${string}`;
|
|
101
100
|
__kind: "Evm";
|
|
101
|
+
value: `0x${string}`;
|
|
102
102
|
}, {
|
|
103
|
-
value: string;
|
|
104
103
|
__kind: "Evm";
|
|
104
|
+
value: string;
|
|
105
105
|
}>, z.ZodObject<{
|
|
106
106
|
__kind: z.ZodLiteral<"Bitcoin">;
|
|
107
107
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
108
108
|
}, "strip", z.ZodTypeAny, {
|
|
109
|
-
value: `0x${string}`;
|
|
110
109
|
__kind: "Bitcoin";
|
|
110
|
+
value: `0x${string}`;
|
|
111
111
|
}, {
|
|
112
|
-
value: string;
|
|
113
112
|
__kind: "Bitcoin";
|
|
113
|
+
value: string;
|
|
114
114
|
}>, z.ZodObject<{
|
|
115
115
|
__kind: z.ZodLiteral<"Polkadot">;
|
|
116
116
|
value: z.ZodObject<{
|
|
@@ -124,26 +124,26 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
124
124
|
extrinsicIndex: number;
|
|
125
125
|
}>;
|
|
126
126
|
}, "strip", z.ZodTypeAny, {
|
|
127
|
+
__kind: "Polkadot";
|
|
127
128
|
value: {
|
|
128
129
|
blockNumber: number;
|
|
129
130
|
extrinsicIndex: number;
|
|
130
131
|
};
|
|
131
|
-
__kind: "Polkadot";
|
|
132
132
|
}, {
|
|
133
|
+
__kind: "Polkadot";
|
|
133
134
|
value: {
|
|
134
135
|
blockNumber: number;
|
|
135
136
|
extrinsicIndex: number;
|
|
136
137
|
};
|
|
137
|
-
__kind: "Polkadot";
|
|
138
138
|
}>, z.ZodObject<{
|
|
139
139
|
__kind: z.ZodLiteral<"Solana">;
|
|
140
140
|
value: z.ZodTuple<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>], null>;
|
|
141
141
|
}, "strip", z.ZodTypeAny, {
|
|
142
|
-
value: [`0x${string}`, bigint];
|
|
143
142
|
__kind: "Solana";
|
|
143
|
+
value: [`0x${string}`, bigint];
|
|
144
144
|
}, {
|
|
145
|
-
value: [string, string | number];
|
|
146
145
|
__kind: "Solana";
|
|
146
|
+
value: [string, string | number];
|
|
147
147
|
}>, z.ZodObject<{
|
|
148
148
|
__kind: z.ZodLiteral<"None">;
|
|
149
149
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -155,20 +155,20 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
155
155
|
}, "strip", z.ZodTypeAny, {
|
|
156
156
|
__kind: "Vault";
|
|
157
157
|
txId: {
|
|
158
|
-
value: `0x${string}`;
|
|
159
158
|
__kind: "Evm";
|
|
160
|
-
} | {
|
|
161
159
|
value: `0x${string}`;
|
|
160
|
+
} | {
|
|
162
161
|
__kind: "Bitcoin";
|
|
162
|
+
value: `0x${string}`;
|
|
163
163
|
} | {
|
|
164
|
+
__kind: "Polkadot";
|
|
164
165
|
value: {
|
|
165
166
|
blockNumber: number;
|
|
166
167
|
extrinsicIndex: number;
|
|
167
168
|
};
|
|
168
|
-
__kind: "Polkadot";
|
|
169
169
|
} | {
|
|
170
|
-
value: [`0x${string}`, bigint];
|
|
171
170
|
__kind: "Solana";
|
|
171
|
+
value: [`0x${string}`, bigint];
|
|
172
172
|
} | {
|
|
173
173
|
__kind: "None";
|
|
174
174
|
};
|
|
@@ -176,20 +176,20 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
176
176
|
}, {
|
|
177
177
|
__kind: "Vault";
|
|
178
178
|
txId: {
|
|
179
|
-
value: string;
|
|
180
179
|
__kind: "Evm";
|
|
181
|
-
} | {
|
|
182
180
|
value: string;
|
|
181
|
+
} | {
|
|
183
182
|
__kind: "Bitcoin";
|
|
183
|
+
value: string;
|
|
184
184
|
} | {
|
|
185
|
+
__kind: "Polkadot";
|
|
185
186
|
value: {
|
|
186
187
|
blockNumber: number;
|
|
187
188
|
extrinsicIndex: number;
|
|
188
189
|
};
|
|
189
|
-
__kind: "Polkadot";
|
|
190
190
|
} | {
|
|
191
|
-
value: [string, string | number];
|
|
192
191
|
__kind: "Solana";
|
|
192
|
+
value: [string, string | number];
|
|
193
193
|
} | {
|
|
194
194
|
__kind: "None";
|
|
195
195
|
};
|
|
@@ -204,11 +204,11 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
204
204
|
__kind: z.ZodLiteral<"OnChainAccount">;
|
|
205
205
|
value: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
|
|
206
206
|
}, "strip", z.ZodTypeAny, {
|
|
207
|
-
value: `cF${string}`;
|
|
208
207
|
__kind: "OnChainAccount";
|
|
208
|
+
value: `cF${string}`;
|
|
209
209
|
}, {
|
|
210
|
-
value: string;
|
|
211
210
|
__kind: "OnChainAccount";
|
|
211
|
+
value: string;
|
|
212
212
|
}>]>;
|
|
213
213
|
requestType: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
214
214
|
__kind: z.ZodLiteral<"NetworkFee">;
|
|
@@ -284,6 +284,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
284
284
|
fallbackAddress: string;
|
|
285
285
|
}>;
|
|
286
286
|
}, "strip", z.ZodTypeAny, {
|
|
287
|
+
__kind: "V0";
|
|
287
288
|
value: {
|
|
288
289
|
cfReceiver: {
|
|
289
290
|
pubkey: `0x${string}`;
|
|
@@ -295,8 +296,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
295
296
|
}[];
|
|
296
297
|
fallbackAddress: `0x${string}`;
|
|
297
298
|
};
|
|
298
|
-
__kind: "V0";
|
|
299
299
|
}, {
|
|
300
|
+
__kind: "V0";
|
|
300
301
|
value: {
|
|
301
302
|
cfReceiver: {
|
|
302
303
|
pubkey: string;
|
|
@@ -308,7 +309,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
308
309
|
}[];
|
|
309
310
|
fallbackAddress: string;
|
|
310
311
|
};
|
|
311
|
-
__kind: "V0";
|
|
312
312
|
}>, z.ZodObject<{
|
|
313
313
|
__kind: z.ZodLiteral<"V1">;
|
|
314
314
|
ccmAccounts: z.ZodObject<{
|
|
@@ -385,7 +385,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
385
385
|
alts: string[];
|
|
386
386
|
}>]>;
|
|
387
387
|
}, "strip", z.ZodTypeAny, {
|
|
388
|
+
__kind: "Solana";
|
|
388
389
|
value: {
|
|
390
|
+
__kind: "V0";
|
|
389
391
|
value: {
|
|
390
392
|
cfReceiver: {
|
|
391
393
|
pubkey: `0x${string}`;
|
|
@@ -397,7 +399,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
397
399
|
}[];
|
|
398
400
|
fallbackAddress: `0x${string}`;
|
|
399
401
|
};
|
|
400
|
-
__kind: "V0";
|
|
401
402
|
} | {
|
|
402
403
|
__kind: "V1";
|
|
403
404
|
ccmAccounts: {
|
|
@@ -413,9 +414,10 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
413
414
|
};
|
|
414
415
|
alts: `0x${string}`[];
|
|
415
416
|
};
|
|
416
|
-
__kind: "Solana";
|
|
417
417
|
}, {
|
|
418
|
+
__kind: "Solana";
|
|
418
419
|
value: {
|
|
420
|
+
__kind: "V0";
|
|
419
421
|
value: {
|
|
420
422
|
cfReceiver: {
|
|
421
423
|
pubkey: string;
|
|
@@ -427,7 +429,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
427
429
|
}[];
|
|
428
430
|
fallbackAddress: string;
|
|
429
431
|
};
|
|
430
|
-
__kind: "V0";
|
|
431
432
|
} | {
|
|
432
433
|
__kind: "V1";
|
|
433
434
|
ccmAccounts: {
|
|
@@ -443,7 +444,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
443
444
|
};
|
|
444
445
|
alts: string[];
|
|
445
446
|
};
|
|
446
|
-
__kind: "Solana";
|
|
447
447
|
}>]>;
|
|
448
448
|
}, "strip", z.ZodTypeAny, {
|
|
449
449
|
message: `0x${string}`;
|
|
@@ -451,7 +451,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
451
451
|
ccmAdditionalData: {
|
|
452
452
|
__kind: "NotRequired";
|
|
453
453
|
} | {
|
|
454
|
+
__kind: "Solana";
|
|
454
455
|
value: {
|
|
456
|
+
__kind: "V0";
|
|
455
457
|
value: {
|
|
456
458
|
cfReceiver: {
|
|
457
459
|
pubkey: `0x${string}`;
|
|
@@ -463,7 +465,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
463
465
|
}[];
|
|
464
466
|
fallbackAddress: `0x${string}`;
|
|
465
467
|
};
|
|
466
|
-
__kind: "V0";
|
|
467
468
|
} | {
|
|
468
469
|
__kind: "V1";
|
|
469
470
|
ccmAccounts: {
|
|
@@ -479,7 +480,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
479
480
|
};
|
|
480
481
|
alts: `0x${string}`[];
|
|
481
482
|
};
|
|
482
|
-
__kind: "Solana";
|
|
483
483
|
};
|
|
484
484
|
}, {
|
|
485
485
|
message: string;
|
|
@@ -487,7 +487,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
487
487
|
ccmAdditionalData: {
|
|
488
488
|
__kind: "NotRequired";
|
|
489
489
|
} | {
|
|
490
|
+
__kind: "Solana";
|
|
490
491
|
value: {
|
|
492
|
+
__kind: "V0";
|
|
491
493
|
value: {
|
|
492
494
|
cfReceiver: {
|
|
493
495
|
pubkey: string;
|
|
@@ -499,7 +501,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
499
501
|
}[];
|
|
500
502
|
fallbackAddress: string;
|
|
501
503
|
};
|
|
502
|
-
__kind: "V0";
|
|
503
504
|
} | {
|
|
504
505
|
__kind: "V1";
|
|
505
506
|
ccmAccounts: {
|
|
@@ -515,7 +516,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
515
516
|
};
|
|
516
517
|
alts: string[];
|
|
517
518
|
};
|
|
518
|
-
__kind: "Solana";
|
|
519
519
|
};
|
|
520
520
|
}>;
|
|
521
521
|
sourceChain: z.ZodEffects<z.ZodObject<{
|
|
@@ -531,11 +531,11 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
531
531
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
532
532
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
533
533
|
}, "strip", z.ZodTypeAny, {
|
|
534
|
-
value: `0x${string}`;
|
|
535
534
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
535
|
+
value: `0x${string}`;
|
|
536
536
|
}, {
|
|
537
|
-
value: string;
|
|
538
537
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
538
|
+
value: string;
|
|
539
539
|
}>, {
|
|
540
540
|
readonly chain: "Ethereum";
|
|
541
541
|
readonly address: `0x${string}`;
|
|
@@ -555,8 +555,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
555
555
|
readonly chain: "Assethub";
|
|
556
556
|
readonly address: string;
|
|
557
557
|
}, {
|
|
558
|
-
value: string;
|
|
559
558
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
559
|
+
value: string;
|
|
560
560
|
}>>>;
|
|
561
561
|
}, "strip", z.ZodTypeAny, {
|
|
562
562
|
channelMetadata: {
|
|
@@ -565,7 +565,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
565
565
|
ccmAdditionalData: {
|
|
566
566
|
__kind: "NotRequired";
|
|
567
567
|
} | {
|
|
568
|
+
__kind: "Solana";
|
|
568
569
|
value: {
|
|
570
|
+
__kind: "V0";
|
|
569
571
|
value: {
|
|
570
572
|
cfReceiver: {
|
|
571
573
|
pubkey: `0x${string}`;
|
|
@@ -577,7 +579,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
577
579
|
}[];
|
|
578
580
|
fallbackAddress: `0x${string}`;
|
|
579
581
|
};
|
|
580
|
-
__kind: "V0";
|
|
581
582
|
} | {
|
|
582
583
|
__kind: "V1";
|
|
583
584
|
ccmAccounts: {
|
|
@@ -593,7 +594,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
593
594
|
};
|
|
594
595
|
alts: `0x${string}`[];
|
|
595
596
|
};
|
|
596
|
-
__kind: "Solana";
|
|
597
597
|
};
|
|
598
598
|
};
|
|
599
599
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
@@ -623,7 +623,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
623
623
|
ccmAdditionalData: {
|
|
624
624
|
__kind: "NotRequired";
|
|
625
625
|
} | {
|
|
626
|
+
__kind: "Solana";
|
|
626
627
|
value: {
|
|
628
|
+
__kind: "V0";
|
|
627
629
|
value: {
|
|
628
630
|
cfReceiver: {
|
|
629
631
|
pubkey: string;
|
|
@@ -635,7 +637,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
635
637
|
}[];
|
|
636
638
|
fallbackAddress: string;
|
|
637
639
|
};
|
|
638
|
-
__kind: "V0";
|
|
639
640
|
} | {
|
|
640
641
|
__kind: "V1";
|
|
641
642
|
ccmAccounts: {
|
|
@@ -651,26 +652,25 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
651
652
|
};
|
|
652
653
|
alts: string[];
|
|
653
654
|
};
|
|
654
|
-
__kind: "Solana";
|
|
655
655
|
};
|
|
656
656
|
};
|
|
657
657
|
sourceChain: {
|
|
658
658
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
659
659
|
};
|
|
660
660
|
sourceAddress?: {
|
|
661
|
-
value: string;
|
|
662
661
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
662
|
+
value: string;
|
|
663
663
|
} | null | undefined;
|
|
664
664
|
}>>>;
|
|
665
665
|
outputAddress: z.ZodEffects<z.ZodObject<{
|
|
666
666
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
667
667
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
668
668
|
}, "strip", z.ZodTypeAny, {
|
|
669
|
-
value: `0x${string}`;
|
|
670
669
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
670
|
+
value: `0x${string}`;
|
|
671
671
|
}, {
|
|
672
|
-
value: string;
|
|
673
672
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
673
|
+
value: string;
|
|
674
674
|
}>, {
|
|
675
675
|
readonly chain: "Ethereum";
|
|
676
676
|
readonly address: `0x${string}`;
|
|
@@ -690,8 +690,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
690
690
|
readonly chain: "Assethub";
|
|
691
691
|
readonly address: string;
|
|
692
692
|
}, {
|
|
693
|
-
value: string;
|
|
694
693
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
694
|
+
value: string;
|
|
695
695
|
}>;
|
|
696
696
|
}, "strip", z.ZodTypeAny, {
|
|
697
697
|
__kind: "Egress";
|
|
@@ -721,7 +721,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
721
721
|
ccmAdditionalData: {
|
|
722
722
|
__kind: "NotRequired";
|
|
723
723
|
} | {
|
|
724
|
+
__kind: "Solana";
|
|
724
725
|
value: {
|
|
726
|
+
__kind: "V0";
|
|
725
727
|
value: {
|
|
726
728
|
cfReceiver: {
|
|
727
729
|
pubkey: `0x${string}`;
|
|
@@ -733,7 +735,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
733
735
|
}[];
|
|
734
736
|
fallbackAddress: `0x${string}`;
|
|
735
737
|
};
|
|
736
|
-
__kind: "V0";
|
|
737
738
|
} | {
|
|
738
739
|
__kind: "V1";
|
|
739
740
|
ccmAccounts: {
|
|
@@ -749,7 +750,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
749
750
|
};
|
|
750
751
|
alts: `0x${string}`[];
|
|
751
752
|
};
|
|
752
|
-
__kind: "Solana";
|
|
753
753
|
};
|
|
754
754
|
};
|
|
755
755
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
@@ -776,8 +776,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
776
776
|
}, {
|
|
777
777
|
__kind: "Egress";
|
|
778
778
|
outputAddress: {
|
|
779
|
-
value: string;
|
|
780
779
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
780
|
+
value: string;
|
|
781
781
|
};
|
|
782
782
|
ccmDepositMetadata?: {
|
|
783
783
|
channelMetadata: {
|
|
@@ -786,7 +786,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
786
786
|
ccmAdditionalData: {
|
|
787
787
|
__kind: "NotRequired";
|
|
788
788
|
} | {
|
|
789
|
+
__kind: "Solana";
|
|
789
790
|
value: {
|
|
791
|
+
__kind: "V0";
|
|
790
792
|
value: {
|
|
791
793
|
cfReceiver: {
|
|
792
794
|
pubkey: string;
|
|
@@ -798,7 +800,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
798
800
|
}[];
|
|
799
801
|
fallbackAddress: string;
|
|
800
802
|
};
|
|
801
|
-
__kind: "V0";
|
|
802
803
|
} | {
|
|
803
804
|
__kind: "V1";
|
|
804
805
|
ccmAccounts: {
|
|
@@ -814,15 +815,14 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
814
815
|
};
|
|
815
816
|
alts: string[];
|
|
816
817
|
};
|
|
817
|
-
__kind: "Solana";
|
|
818
818
|
};
|
|
819
819
|
};
|
|
820
820
|
sourceChain: {
|
|
821
821
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
822
822
|
};
|
|
823
823
|
sourceAddress?: {
|
|
824
|
-
value: string;
|
|
825
824
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
825
|
+
value: string;
|
|
826
826
|
} | null | undefined;
|
|
827
827
|
} | null | undefined;
|
|
828
828
|
}>, z.ZodObject<{
|
|
@@ -906,7 +906,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
906
906
|
ccmAdditionalData: {
|
|
907
907
|
__kind: "NotRequired";
|
|
908
908
|
} | {
|
|
909
|
+
__kind: "Solana";
|
|
909
910
|
value: {
|
|
911
|
+
__kind: "V0";
|
|
910
912
|
value: {
|
|
911
913
|
cfReceiver: {
|
|
912
914
|
pubkey: `0x${string}`;
|
|
@@ -918,7 +920,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
918
920
|
}[];
|
|
919
921
|
fallbackAddress: `0x${string}`;
|
|
920
922
|
};
|
|
921
|
-
__kind: "V0";
|
|
922
923
|
} | {
|
|
923
924
|
__kind: "V1";
|
|
924
925
|
ccmAccounts: {
|
|
@@ -934,7 +935,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
934
935
|
};
|
|
935
936
|
alts: `0x${string}`[];
|
|
936
937
|
};
|
|
937
|
-
__kind: "Solana";
|
|
938
938
|
};
|
|
939
939
|
};
|
|
940
940
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
@@ -978,8 +978,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
978
978
|
outputAction: {
|
|
979
979
|
__kind: "Egress";
|
|
980
980
|
outputAddress: {
|
|
981
|
-
value: string;
|
|
982
981
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
982
|
+
value: string;
|
|
983
983
|
};
|
|
984
984
|
ccmDepositMetadata?: {
|
|
985
985
|
channelMetadata: {
|
|
@@ -988,7 +988,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
988
988
|
ccmAdditionalData: {
|
|
989
989
|
__kind: "NotRequired";
|
|
990
990
|
} | {
|
|
991
|
+
__kind: "Solana";
|
|
991
992
|
value: {
|
|
993
|
+
__kind: "V0";
|
|
992
994
|
value: {
|
|
993
995
|
cfReceiver: {
|
|
994
996
|
pubkey: string;
|
|
@@ -1000,7 +1002,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1000
1002
|
}[];
|
|
1001
1003
|
fallbackAddress: string;
|
|
1002
1004
|
};
|
|
1003
|
-
__kind: "V0";
|
|
1004
1005
|
} | {
|
|
1005
1006
|
__kind: "V1";
|
|
1006
1007
|
ccmAccounts: {
|
|
@@ -1016,15 +1017,14 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1016
1017
|
};
|
|
1017
1018
|
alts: string[];
|
|
1018
1019
|
};
|
|
1019
|
-
__kind: "Solana";
|
|
1020
1020
|
};
|
|
1021
1021
|
};
|
|
1022
1022
|
sourceChain: {
|
|
1023
1023
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
1024
1024
|
};
|
|
1025
1025
|
sourceAddress?: {
|
|
1026
|
-
value: string;
|
|
1027
1026
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1027
|
+
value: string;
|
|
1028
1028
|
} | null | undefined;
|
|
1029
1029
|
} | null | undefined;
|
|
1030
1030
|
} | {
|
|
@@ -1104,6 +1104,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1104
1104
|
fallbackAddress: string;
|
|
1105
1105
|
}>;
|
|
1106
1106
|
}, "strip", z.ZodTypeAny, {
|
|
1107
|
+
__kind: "V0";
|
|
1107
1108
|
value: {
|
|
1108
1109
|
cfReceiver: {
|
|
1109
1110
|
pubkey: `0x${string}`;
|
|
@@ -1115,8 +1116,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1115
1116
|
}[];
|
|
1116
1117
|
fallbackAddress: `0x${string}`;
|
|
1117
1118
|
};
|
|
1118
|
-
__kind: "V0";
|
|
1119
1119
|
}, {
|
|
1120
|
+
__kind: "V0";
|
|
1120
1121
|
value: {
|
|
1121
1122
|
cfReceiver: {
|
|
1122
1123
|
pubkey: string;
|
|
@@ -1128,7 +1129,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1128
1129
|
}[];
|
|
1129
1130
|
fallbackAddress: string;
|
|
1130
1131
|
};
|
|
1131
|
-
__kind: "V0";
|
|
1132
1132
|
}>, z.ZodObject<{
|
|
1133
1133
|
__kind: z.ZodLiteral<"V1">;
|
|
1134
1134
|
ccmAccounts: z.ZodObject<{
|
|
@@ -1205,7 +1205,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1205
1205
|
alts: string[];
|
|
1206
1206
|
}>]>;
|
|
1207
1207
|
}, "strip", z.ZodTypeAny, {
|
|
1208
|
+
__kind: "Solana";
|
|
1208
1209
|
value: {
|
|
1210
|
+
__kind: "V0";
|
|
1209
1211
|
value: {
|
|
1210
1212
|
cfReceiver: {
|
|
1211
1213
|
pubkey: `0x${string}`;
|
|
@@ -1217,7 +1219,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1217
1219
|
}[];
|
|
1218
1220
|
fallbackAddress: `0x${string}`;
|
|
1219
1221
|
};
|
|
1220
|
-
__kind: "V0";
|
|
1221
1222
|
} | {
|
|
1222
1223
|
__kind: "V1";
|
|
1223
1224
|
ccmAccounts: {
|
|
@@ -1233,9 +1234,10 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1233
1234
|
};
|
|
1234
1235
|
alts: `0x${string}`[];
|
|
1235
1236
|
};
|
|
1236
|
-
__kind: "Solana";
|
|
1237
1237
|
}, {
|
|
1238
|
+
__kind: "Solana";
|
|
1238
1239
|
value: {
|
|
1240
|
+
__kind: "V0";
|
|
1239
1241
|
value: {
|
|
1240
1242
|
cfReceiver: {
|
|
1241
1243
|
pubkey: string;
|
|
@@ -1247,7 +1249,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1247
1249
|
}[];
|
|
1248
1250
|
fallbackAddress: string;
|
|
1249
1251
|
};
|
|
1250
|
-
__kind: "V0";
|
|
1251
1252
|
} | {
|
|
1252
1253
|
__kind: "V1";
|
|
1253
1254
|
ccmAccounts: {
|
|
@@ -1263,7 +1264,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1263
1264
|
};
|
|
1264
1265
|
alts: string[];
|
|
1265
1266
|
};
|
|
1266
|
-
__kind: "Solana";
|
|
1267
1267
|
}>]>;
|
|
1268
1268
|
}, "strip", z.ZodTypeAny, {
|
|
1269
1269
|
message: `0x${string}`;
|
|
@@ -1271,7 +1271,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1271
1271
|
ccmAdditionalData: {
|
|
1272
1272
|
__kind: "NotRequired";
|
|
1273
1273
|
} | {
|
|
1274
|
+
__kind: "Solana";
|
|
1274
1275
|
value: {
|
|
1276
|
+
__kind: "V0";
|
|
1275
1277
|
value: {
|
|
1276
1278
|
cfReceiver: {
|
|
1277
1279
|
pubkey: `0x${string}`;
|
|
@@ -1283,7 +1285,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1283
1285
|
}[];
|
|
1284
1286
|
fallbackAddress: `0x${string}`;
|
|
1285
1287
|
};
|
|
1286
|
-
__kind: "V0";
|
|
1287
1288
|
} | {
|
|
1288
1289
|
__kind: "V1";
|
|
1289
1290
|
ccmAccounts: {
|
|
@@ -1299,7 +1300,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1299
1300
|
};
|
|
1300
1301
|
alts: `0x${string}`[];
|
|
1301
1302
|
};
|
|
1302
|
-
__kind: "Solana";
|
|
1303
1303
|
};
|
|
1304
1304
|
}, {
|
|
1305
1305
|
message: string;
|
|
@@ -1307,7 +1307,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1307
1307
|
ccmAdditionalData: {
|
|
1308
1308
|
__kind: "NotRequired";
|
|
1309
1309
|
} | {
|
|
1310
|
+
__kind: "Solana";
|
|
1310
1311
|
value: {
|
|
1312
|
+
__kind: "V0";
|
|
1311
1313
|
value: {
|
|
1312
1314
|
cfReceiver: {
|
|
1313
1315
|
pubkey: string;
|
|
@@ -1319,7 +1321,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1319
1321
|
}[];
|
|
1320
1322
|
fallbackAddress: string;
|
|
1321
1323
|
};
|
|
1322
|
-
__kind: "V0";
|
|
1323
1324
|
} | {
|
|
1324
1325
|
__kind: "V1";
|
|
1325
1326
|
ccmAccounts: {
|
|
@@ -1335,7 +1336,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1335
1336
|
};
|
|
1336
1337
|
alts: string[];
|
|
1337
1338
|
};
|
|
1338
|
-
__kind: "Solana";
|
|
1339
1339
|
};
|
|
1340
1340
|
}>;
|
|
1341
1341
|
sourceChain: z.ZodEffects<z.ZodObject<{
|
|
@@ -1351,11 +1351,11 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1351
1351
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
1352
1352
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1353
1353
|
}, "strip", z.ZodTypeAny, {
|
|
1354
|
-
value: `0x${string}`;
|
|
1355
1354
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1355
|
+
value: `0x${string}`;
|
|
1356
1356
|
}, {
|
|
1357
|
-
value: string;
|
|
1358
1357
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1358
|
+
value: string;
|
|
1359
1359
|
}>, {
|
|
1360
1360
|
readonly chain: "Ethereum";
|
|
1361
1361
|
readonly address: `0x${string}`;
|
|
@@ -1375,8 +1375,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1375
1375
|
readonly chain: "Assethub";
|
|
1376
1376
|
readonly address: string;
|
|
1377
1377
|
}, {
|
|
1378
|
-
value: string;
|
|
1379
1378
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1379
|
+
value: string;
|
|
1380
1380
|
}>>>;
|
|
1381
1381
|
}, "strip", z.ZodTypeAny, {
|
|
1382
1382
|
channelMetadata: {
|
|
@@ -1385,7 +1385,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1385
1385
|
ccmAdditionalData: {
|
|
1386
1386
|
__kind: "NotRequired";
|
|
1387
1387
|
} | {
|
|
1388
|
+
__kind: "Solana";
|
|
1388
1389
|
value: {
|
|
1390
|
+
__kind: "V0";
|
|
1389
1391
|
value: {
|
|
1390
1392
|
cfReceiver: {
|
|
1391
1393
|
pubkey: `0x${string}`;
|
|
@@ -1397,7 +1399,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1397
1399
|
}[];
|
|
1398
1400
|
fallbackAddress: `0x${string}`;
|
|
1399
1401
|
};
|
|
1400
|
-
__kind: "V0";
|
|
1401
1402
|
} | {
|
|
1402
1403
|
__kind: "V1";
|
|
1403
1404
|
ccmAccounts: {
|
|
@@ -1413,7 +1414,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1413
1414
|
};
|
|
1414
1415
|
alts: `0x${string}`[];
|
|
1415
1416
|
};
|
|
1416
|
-
__kind: "Solana";
|
|
1417
1417
|
};
|
|
1418
1418
|
};
|
|
1419
1419
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
@@ -1443,7 +1443,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1443
1443
|
ccmAdditionalData: {
|
|
1444
1444
|
__kind: "NotRequired";
|
|
1445
1445
|
} | {
|
|
1446
|
+
__kind: "Solana";
|
|
1446
1447
|
value: {
|
|
1448
|
+
__kind: "V0";
|
|
1447
1449
|
value: {
|
|
1448
1450
|
cfReceiver: {
|
|
1449
1451
|
pubkey: string;
|
|
@@ -1455,7 +1457,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1455
1457
|
}[];
|
|
1456
1458
|
fallbackAddress: string;
|
|
1457
1459
|
};
|
|
1458
|
-
__kind: "V0";
|
|
1459
1460
|
} | {
|
|
1460
1461
|
__kind: "V1";
|
|
1461
1462
|
ccmAccounts: {
|
|
@@ -1471,26 +1472,25 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1471
1472
|
};
|
|
1472
1473
|
alts: string[];
|
|
1473
1474
|
};
|
|
1474
|
-
__kind: "Solana";
|
|
1475
1475
|
};
|
|
1476
1476
|
};
|
|
1477
1477
|
sourceChain: {
|
|
1478
1478
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
1479
1479
|
};
|
|
1480
1480
|
sourceAddress?: {
|
|
1481
|
-
value: string;
|
|
1482
1481
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1482
|
+
value: string;
|
|
1483
1483
|
} | null | undefined;
|
|
1484
1484
|
}>>>;
|
|
1485
1485
|
outputAddress: z.ZodEffects<z.ZodObject<{
|
|
1486
1486
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
1487
1487
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1488
1488
|
}, "strip", z.ZodTypeAny, {
|
|
1489
|
-
value: `0x${string}`;
|
|
1490
1489
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1490
|
+
value: `0x${string}`;
|
|
1491
1491
|
}, {
|
|
1492
|
-
value: string;
|
|
1493
1492
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1493
|
+
value: string;
|
|
1494
1494
|
}>, {
|
|
1495
1495
|
readonly chain: "Ethereum";
|
|
1496
1496
|
readonly address: `0x${string}`;
|
|
@@ -1510,8 +1510,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1510
1510
|
readonly chain: "Assethub";
|
|
1511
1511
|
readonly address: string;
|
|
1512
1512
|
}, {
|
|
1513
|
-
value: string;
|
|
1514
1513
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1514
|
+
value: string;
|
|
1515
1515
|
}>;
|
|
1516
1516
|
}, "strip", z.ZodTypeAny, {
|
|
1517
1517
|
__kind: "Egress";
|
|
@@ -1541,7 +1541,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1541
1541
|
ccmAdditionalData: {
|
|
1542
1542
|
__kind: "NotRequired";
|
|
1543
1543
|
} | {
|
|
1544
|
+
__kind: "Solana";
|
|
1544
1545
|
value: {
|
|
1546
|
+
__kind: "V0";
|
|
1545
1547
|
value: {
|
|
1546
1548
|
cfReceiver: {
|
|
1547
1549
|
pubkey: `0x${string}`;
|
|
@@ -1553,7 +1555,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1553
1555
|
}[];
|
|
1554
1556
|
fallbackAddress: `0x${string}`;
|
|
1555
1557
|
};
|
|
1556
|
-
__kind: "V0";
|
|
1557
1558
|
} | {
|
|
1558
1559
|
__kind: "V1";
|
|
1559
1560
|
ccmAccounts: {
|
|
@@ -1569,7 +1570,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1569
1570
|
};
|
|
1570
1571
|
alts: `0x${string}`[];
|
|
1571
1572
|
};
|
|
1572
|
-
__kind: "Solana";
|
|
1573
1573
|
};
|
|
1574
1574
|
};
|
|
1575
1575
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
@@ -1596,8 +1596,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1596
1596
|
}, {
|
|
1597
1597
|
__kind: "Egress";
|
|
1598
1598
|
outputAddress: {
|
|
1599
|
-
value: string;
|
|
1600
1599
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1600
|
+
value: string;
|
|
1601
1601
|
};
|
|
1602
1602
|
ccmDepositMetadata?: {
|
|
1603
1603
|
channelMetadata: {
|
|
@@ -1606,7 +1606,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1606
1606
|
ccmAdditionalData: {
|
|
1607
1607
|
__kind: "NotRequired";
|
|
1608
1608
|
} | {
|
|
1609
|
+
__kind: "Solana";
|
|
1609
1610
|
value: {
|
|
1611
|
+
__kind: "V0";
|
|
1610
1612
|
value: {
|
|
1611
1613
|
cfReceiver: {
|
|
1612
1614
|
pubkey: string;
|
|
@@ -1618,7 +1620,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1618
1620
|
}[];
|
|
1619
1621
|
fallbackAddress: string;
|
|
1620
1622
|
};
|
|
1621
|
-
__kind: "V0";
|
|
1622
1623
|
} | {
|
|
1623
1624
|
__kind: "V1";
|
|
1624
1625
|
ccmAccounts: {
|
|
@@ -1634,15 +1635,14 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1634
1635
|
};
|
|
1635
1636
|
alts: string[];
|
|
1636
1637
|
};
|
|
1637
|
-
__kind: "Solana";
|
|
1638
1638
|
};
|
|
1639
1639
|
};
|
|
1640
1640
|
sourceChain: {
|
|
1641
1641
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
1642
1642
|
};
|
|
1643
1643
|
sourceAddress?: {
|
|
1644
|
-
value: string;
|
|
1645
1644
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1645
|
+
value: string;
|
|
1646
1646
|
} | null | undefined;
|
|
1647
1647
|
} | null | undefined;
|
|
1648
1648
|
}>, z.ZodObject<{
|
|
@@ -1726,7 +1726,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1726
1726
|
ccmAdditionalData: {
|
|
1727
1727
|
__kind: "NotRequired";
|
|
1728
1728
|
} | {
|
|
1729
|
+
__kind: "Solana";
|
|
1729
1730
|
value: {
|
|
1731
|
+
__kind: "V0";
|
|
1730
1732
|
value: {
|
|
1731
1733
|
cfReceiver: {
|
|
1732
1734
|
pubkey: `0x${string}`;
|
|
@@ -1738,7 +1740,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1738
1740
|
}[];
|
|
1739
1741
|
fallbackAddress: `0x${string}`;
|
|
1740
1742
|
};
|
|
1741
|
-
__kind: "V0";
|
|
1742
1743
|
} | {
|
|
1743
1744
|
__kind: "V1";
|
|
1744
1745
|
ccmAccounts: {
|
|
@@ -1754,7 +1755,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1754
1755
|
};
|
|
1755
1756
|
alts: `0x${string}`[];
|
|
1756
1757
|
};
|
|
1757
|
-
__kind: "Solana";
|
|
1758
1758
|
};
|
|
1759
1759
|
};
|
|
1760
1760
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
@@ -1798,8 +1798,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1798
1798
|
outputAction: {
|
|
1799
1799
|
__kind: "Egress";
|
|
1800
1800
|
outputAddress: {
|
|
1801
|
-
value: string;
|
|
1802
1801
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1802
|
+
value: string;
|
|
1803
1803
|
};
|
|
1804
1804
|
ccmDepositMetadata?: {
|
|
1805
1805
|
channelMetadata: {
|
|
@@ -1808,7 +1808,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1808
1808
|
ccmAdditionalData: {
|
|
1809
1809
|
__kind: "NotRequired";
|
|
1810
1810
|
} | {
|
|
1811
|
+
__kind: "Solana";
|
|
1811
1812
|
value: {
|
|
1813
|
+
__kind: "V0";
|
|
1812
1814
|
value: {
|
|
1813
1815
|
cfReceiver: {
|
|
1814
1816
|
pubkey: string;
|
|
@@ -1820,7 +1822,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1820
1822
|
}[];
|
|
1821
1823
|
fallbackAddress: string;
|
|
1822
1824
|
};
|
|
1823
|
-
__kind: "V0";
|
|
1824
1825
|
} | {
|
|
1825
1826
|
__kind: "V1";
|
|
1826
1827
|
ccmAccounts: {
|
|
@@ -1836,15 +1837,14 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1836
1837
|
};
|
|
1837
1838
|
alts: string[];
|
|
1838
1839
|
};
|
|
1839
|
-
__kind: "Solana";
|
|
1840
1840
|
};
|
|
1841
1841
|
};
|
|
1842
1842
|
sourceChain: {
|
|
1843
1843
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
1844
1844
|
};
|
|
1845
1845
|
sourceAddress?: {
|
|
1846
|
-
value: string;
|
|
1847
1846
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1847
|
+
value: string;
|
|
1848
1848
|
} | null | undefined;
|
|
1849
1849
|
} | null | undefined;
|
|
1850
1850
|
} | {
|
|
@@ -1887,78 +1887,78 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1887
1887
|
__kind: z.ZodLiteral<"InternalAccount">;
|
|
1888
1888
|
value: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
|
|
1889
1889
|
}, "strip", z.ZodTypeAny, {
|
|
1890
|
-
value: `cF${string}`;
|
|
1891
1890
|
__kind: "InternalAccount";
|
|
1891
|
+
value: `cF${string}`;
|
|
1892
1892
|
}, {
|
|
1893
|
-
value: string;
|
|
1894
1893
|
__kind: "InternalAccount";
|
|
1894
|
+
value: string;
|
|
1895
1895
|
}>, z.ZodObject<{
|
|
1896
1896
|
__kind: z.ZodLiteral<"ExternalAddress">;
|
|
1897
1897
|
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
1898
1898
|
__kind: z.ZodLiteral<"Eth">;
|
|
1899
1899
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1900
1900
|
}, "strip", z.ZodTypeAny, {
|
|
1901
|
-
value: `0x${string}`;
|
|
1902
1901
|
__kind: "Eth";
|
|
1902
|
+
value: `0x${string}`;
|
|
1903
1903
|
}, {
|
|
1904
|
-
value: string;
|
|
1905
1904
|
__kind: "Eth";
|
|
1905
|
+
value: string;
|
|
1906
1906
|
}>, z.ZodObject<{
|
|
1907
1907
|
__kind: z.ZodLiteral<"Dot">;
|
|
1908
1908
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1909
1909
|
}, "strip", z.ZodTypeAny, {
|
|
1910
|
-
value: `0x${string}`;
|
|
1911
1910
|
__kind: "Dot";
|
|
1911
|
+
value: `0x${string}`;
|
|
1912
1912
|
}, {
|
|
1913
|
-
value: string;
|
|
1914
1913
|
__kind: "Dot";
|
|
1914
|
+
value: string;
|
|
1915
1915
|
}>, z.ZodObject<{
|
|
1916
1916
|
__kind: z.ZodLiteral<"Btc">;
|
|
1917
1917
|
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
1918
1918
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
1919
1919
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1920
1920
|
}, "strip", z.ZodTypeAny, {
|
|
1921
|
-
value: `0x${string}`;
|
|
1922
1921
|
__kind: "P2PKH";
|
|
1922
|
+
value: `0x${string}`;
|
|
1923
1923
|
}, {
|
|
1924
|
-
value: string;
|
|
1925
1924
|
__kind: "P2PKH";
|
|
1925
|
+
value: string;
|
|
1926
1926
|
}>, z.ZodObject<{
|
|
1927
1927
|
__kind: z.ZodLiteral<"P2SH">;
|
|
1928
1928
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1929
1929
|
}, "strip", z.ZodTypeAny, {
|
|
1930
|
-
value: `0x${string}`;
|
|
1931
1930
|
__kind: "P2SH";
|
|
1931
|
+
value: `0x${string}`;
|
|
1932
1932
|
}, {
|
|
1933
|
-
value: string;
|
|
1934
1933
|
__kind: "P2SH";
|
|
1934
|
+
value: string;
|
|
1935
1935
|
}>, z.ZodObject<{
|
|
1936
1936
|
__kind: z.ZodLiteral<"P2WPKH">;
|
|
1937
1937
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1938
1938
|
}, "strip", z.ZodTypeAny, {
|
|
1939
|
-
value: `0x${string}`;
|
|
1940
1939
|
__kind: "P2WPKH";
|
|
1940
|
+
value: `0x${string}`;
|
|
1941
1941
|
}, {
|
|
1942
|
-
value: string;
|
|
1943
1942
|
__kind: "P2WPKH";
|
|
1943
|
+
value: string;
|
|
1944
1944
|
}>, z.ZodObject<{
|
|
1945
1945
|
__kind: z.ZodLiteral<"P2WSH">;
|
|
1946
1946
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1947
1947
|
}, "strip", z.ZodTypeAny, {
|
|
1948
|
-
value: `0x${string}`;
|
|
1949
1948
|
__kind: "P2WSH";
|
|
1949
|
+
value: `0x${string}`;
|
|
1950
1950
|
}, {
|
|
1951
|
-
value: string;
|
|
1952
1951
|
__kind: "P2WSH";
|
|
1952
|
+
value: string;
|
|
1953
1953
|
}>, z.ZodObject<{
|
|
1954
1954
|
__kind: z.ZodLiteral<"Taproot">;
|
|
1955
1955
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1956
1956
|
}, "strip", z.ZodTypeAny, {
|
|
1957
|
-
value: `0x${string}`;
|
|
1958
1957
|
__kind: "Taproot";
|
|
1958
|
+
value: `0x${string}`;
|
|
1959
1959
|
}, {
|
|
1960
|
-
value: string;
|
|
1961
1960
|
__kind: "Taproot";
|
|
1961
|
+
value: string;
|
|
1962
1962
|
}>, z.ZodObject<{
|
|
1963
1963
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
1964
1964
|
version: z.ZodNumber;
|
|
@@ -1973,157 +1973,157 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1973
1973
|
program: string;
|
|
1974
1974
|
}>]>;
|
|
1975
1975
|
}, "strip", z.ZodTypeAny, {
|
|
1976
|
+
__kind: "Btc";
|
|
1976
1977
|
value: {
|
|
1977
|
-
value: `0x${string}`;
|
|
1978
1978
|
__kind: "P2PKH";
|
|
1979
|
-
} | {
|
|
1980
1979
|
value: `0x${string}`;
|
|
1981
|
-
__kind: "P2SH";
|
|
1982
1980
|
} | {
|
|
1981
|
+
__kind: "P2SH";
|
|
1983
1982
|
value: `0x${string}`;
|
|
1984
|
-
__kind: "P2WPKH";
|
|
1985
1983
|
} | {
|
|
1984
|
+
__kind: "P2WPKH";
|
|
1986
1985
|
value: `0x${string}`;
|
|
1987
|
-
__kind: "P2WSH";
|
|
1988
1986
|
} | {
|
|
1987
|
+
__kind: "P2WSH";
|
|
1989
1988
|
value: `0x${string}`;
|
|
1989
|
+
} | {
|
|
1990
1990
|
__kind: "Taproot";
|
|
1991
|
+
value: `0x${string}`;
|
|
1991
1992
|
} | {
|
|
1992
1993
|
__kind: "OtherSegwit";
|
|
1993
1994
|
version: number;
|
|
1994
1995
|
program: `0x${string}`;
|
|
1995
1996
|
};
|
|
1996
|
-
__kind: "Btc";
|
|
1997
1997
|
}, {
|
|
1998
|
+
__kind: "Btc";
|
|
1998
1999
|
value: {
|
|
1999
|
-
value: string;
|
|
2000
2000
|
__kind: "P2PKH";
|
|
2001
|
-
} | {
|
|
2002
2001
|
value: string;
|
|
2003
|
-
__kind: "P2SH";
|
|
2004
2002
|
} | {
|
|
2003
|
+
__kind: "P2SH";
|
|
2005
2004
|
value: string;
|
|
2006
|
-
__kind: "P2WPKH";
|
|
2007
2005
|
} | {
|
|
2006
|
+
__kind: "P2WPKH";
|
|
2008
2007
|
value: string;
|
|
2009
|
-
__kind: "P2WSH";
|
|
2010
2008
|
} | {
|
|
2009
|
+
__kind: "P2WSH";
|
|
2011
2010
|
value: string;
|
|
2011
|
+
} | {
|
|
2012
2012
|
__kind: "Taproot";
|
|
2013
|
+
value: string;
|
|
2013
2014
|
} | {
|
|
2014
2015
|
__kind: "OtherSegwit";
|
|
2015
2016
|
version: number;
|
|
2016
2017
|
program: string;
|
|
2017
2018
|
};
|
|
2018
|
-
__kind: "Btc";
|
|
2019
2019
|
}>, z.ZodObject<{
|
|
2020
2020
|
__kind: z.ZodLiteral<"Arb">;
|
|
2021
2021
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2022
2022
|
}, "strip", z.ZodTypeAny, {
|
|
2023
|
-
value: `0x${string}`;
|
|
2024
2023
|
__kind: "Arb";
|
|
2024
|
+
value: `0x${string}`;
|
|
2025
2025
|
}, {
|
|
2026
|
-
value: string;
|
|
2027
2026
|
__kind: "Arb";
|
|
2027
|
+
value: string;
|
|
2028
2028
|
}>, z.ZodObject<{
|
|
2029
2029
|
__kind: z.ZodLiteral<"Sol">;
|
|
2030
2030
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2031
2031
|
}, "strip", z.ZodTypeAny, {
|
|
2032
|
-
value: `0x${string}`;
|
|
2033
2032
|
__kind: "Sol";
|
|
2033
|
+
value: `0x${string}`;
|
|
2034
2034
|
}, {
|
|
2035
|
-
value: string;
|
|
2036
2035
|
__kind: "Sol";
|
|
2036
|
+
value: string;
|
|
2037
2037
|
}>, z.ZodObject<{
|
|
2038
2038
|
__kind: z.ZodLiteral<"Hub">;
|
|
2039
2039
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2040
2040
|
}, "strip", z.ZodTypeAny, {
|
|
2041
|
-
value: `0x${string}`;
|
|
2042
2041
|
__kind: "Hub";
|
|
2042
|
+
value: `0x${string}`;
|
|
2043
2043
|
}, {
|
|
2044
|
-
value: string;
|
|
2045
2044
|
__kind: "Hub";
|
|
2045
|
+
value: string;
|
|
2046
2046
|
}>]>;
|
|
2047
2047
|
}, "strip", z.ZodTypeAny, {
|
|
2048
|
+
__kind: "ExternalAddress";
|
|
2048
2049
|
value: {
|
|
2049
|
-
value: `0x${string}`;
|
|
2050
2050
|
__kind: "Eth";
|
|
2051
|
-
} | {
|
|
2052
2051
|
value: `0x${string}`;
|
|
2052
|
+
} | {
|
|
2053
2053
|
__kind: "Dot";
|
|
2054
|
+
value: `0x${string}`;
|
|
2054
2055
|
} | {
|
|
2056
|
+
__kind: "Btc";
|
|
2055
2057
|
value: {
|
|
2056
|
-
value: `0x${string}`;
|
|
2057
2058
|
__kind: "P2PKH";
|
|
2058
|
-
} | {
|
|
2059
2059
|
value: `0x${string}`;
|
|
2060
|
-
__kind: "P2SH";
|
|
2061
2060
|
} | {
|
|
2061
|
+
__kind: "P2SH";
|
|
2062
2062
|
value: `0x${string}`;
|
|
2063
|
-
__kind: "P2WPKH";
|
|
2064
2063
|
} | {
|
|
2064
|
+
__kind: "P2WPKH";
|
|
2065
2065
|
value: `0x${string}`;
|
|
2066
|
-
__kind: "P2WSH";
|
|
2067
2066
|
} | {
|
|
2067
|
+
__kind: "P2WSH";
|
|
2068
2068
|
value: `0x${string}`;
|
|
2069
|
+
} | {
|
|
2069
2070
|
__kind: "Taproot";
|
|
2071
|
+
value: `0x${string}`;
|
|
2070
2072
|
} | {
|
|
2071
2073
|
__kind: "OtherSegwit";
|
|
2072
2074
|
version: number;
|
|
2073
2075
|
program: `0x${string}`;
|
|
2074
2076
|
};
|
|
2075
|
-
__kind: "Btc";
|
|
2076
2077
|
} | {
|
|
2077
|
-
value: `0x${string}`;
|
|
2078
2078
|
__kind: "Arb";
|
|
2079
|
-
} | {
|
|
2080
2079
|
value: `0x${string}`;
|
|
2081
|
-
__kind: "Sol";
|
|
2082
2080
|
} | {
|
|
2081
|
+
__kind: "Sol";
|
|
2083
2082
|
value: `0x${string}`;
|
|
2083
|
+
} | {
|
|
2084
2084
|
__kind: "Hub";
|
|
2085
|
+
value: `0x${string}`;
|
|
2085
2086
|
};
|
|
2086
|
-
__kind: "ExternalAddress";
|
|
2087
2087
|
}, {
|
|
2088
|
+
__kind: "ExternalAddress";
|
|
2088
2089
|
value: {
|
|
2089
|
-
value: string;
|
|
2090
2090
|
__kind: "Eth";
|
|
2091
|
-
} | {
|
|
2092
2091
|
value: string;
|
|
2092
|
+
} | {
|
|
2093
2093
|
__kind: "Dot";
|
|
2094
|
+
value: string;
|
|
2094
2095
|
} | {
|
|
2096
|
+
__kind: "Btc";
|
|
2095
2097
|
value: {
|
|
2096
|
-
value: string;
|
|
2097
2098
|
__kind: "P2PKH";
|
|
2098
|
-
} | {
|
|
2099
2099
|
value: string;
|
|
2100
|
-
__kind: "P2SH";
|
|
2101
2100
|
} | {
|
|
2101
|
+
__kind: "P2SH";
|
|
2102
2102
|
value: string;
|
|
2103
|
-
__kind: "P2WPKH";
|
|
2104
2103
|
} | {
|
|
2104
|
+
__kind: "P2WPKH";
|
|
2105
2105
|
value: string;
|
|
2106
|
-
__kind: "P2WSH";
|
|
2107
2106
|
} | {
|
|
2107
|
+
__kind: "P2WSH";
|
|
2108
2108
|
value: string;
|
|
2109
|
+
} | {
|
|
2109
2110
|
__kind: "Taproot";
|
|
2111
|
+
value: string;
|
|
2110
2112
|
} | {
|
|
2111
2113
|
__kind: "OtherSegwit";
|
|
2112
2114
|
version: number;
|
|
2113
2115
|
program: string;
|
|
2114
2116
|
};
|
|
2115
|
-
__kind: "Btc";
|
|
2116
2117
|
} | {
|
|
2117
|
-
value: string;
|
|
2118
2118
|
__kind: "Arb";
|
|
2119
|
-
} | {
|
|
2120
2119
|
value: string;
|
|
2121
|
-
__kind: "Sol";
|
|
2122
2120
|
} | {
|
|
2121
|
+
__kind: "Sol";
|
|
2123
2122
|
value: string;
|
|
2123
|
+
} | {
|
|
2124
2124
|
__kind: "Hub";
|
|
2125
|
+
value: string;
|
|
2125
2126
|
};
|
|
2126
|
-
__kind: "ExternalAddress";
|
|
2127
2127
|
}>]>;
|
|
2128
2128
|
refundCcmMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2129
2129
|
channelMetadata: z.ZodObject<{
|
|
@@ -2183,6 +2183,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2183
2183
|
fallbackAddress: string;
|
|
2184
2184
|
}>;
|
|
2185
2185
|
}, "strip", z.ZodTypeAny, {
|
|
2186
|
+
__kind: "V0";
|
|
2186
2187
|
value: {
|
|
2187
2188
|
cfReceiver: {
|
|
2188
2189
|
pubkey: `0x${string}`;
|
|
@@ -2194,8 +2195,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2194
2195
|
}[];
|
|
2195
2196
|
fallbackAddress: `0x${string}`;
|
|
2196
2197
|
};
|
|
2197
|
-
__kind: "V0";
|
|
2198
2198
|
}, {
|
|
2199
|
+
__kind: "V0";
|
|
2199
2200
|
value: {
|
|
2200
2201
|
cfReceiver: {
|
|
2201
2202
|
pubkey: string;
|
|
@@ -2207,7 +2208,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2207
2208
|
}[];
|
|
2208
2209
|
fallbackAddress: string;
|
|
2209
2210
|
};
|
|
2210
|
-
__kind: "V0";
|
|
2211
2211
|
}>, z.ZodObject<{
|
|
2212
2212
|
__kind: z.ZodLiteral<"V1">;
|
|
2213
2213
|
ccmAccounts: z.ZodObject<{
|
|
@@ -2284,7 +2284,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2284
2284
|
alts: string[];
|
|
2285
2285
|
}>]>;
|
|
2286
2286
|
}, "strip", z.ZodTypeAny, {
|
|
2287
|
+
__kind: "Solana";
|
|
2287
2288
|
value: {
|
|
2289
|
+
__kind: "V0";
|
|
2288
2290
|
value: {
|
|
2289
2291
|
cfReceiver: {
|
|
2290
2292
|
pubkey: `0x${string}`;
|
|
@@ -2296,7 +2298,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2296
2298
|
}[];
|
|
2297
2299
|
fallbackAddress: `0x${string}`;
|
|
2298
2300
|
};
|
|
2299
|
-
__kind: "V0";
|
|
2300
2301
|
} | {
|
|
2301
2302
|
__kind: "V1";
|
|
2302
2303
|
ccmAccounts: {
|
|
@@ -2312,9 +2313,10 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2312
2313
|
};
|
|
2313
2314
|
alts: `0x${string}`[];
|
|
2314
2315
|
};
|
|
2315
|
-
__kind: "Solana";
|
|
2316
2316
|
}, {
|
|
2317
|
+
__kind: "Solana";
|
|
2317
2318
|
value: {
|
|
2319
|
+
__kind: "V0";
|
|
2318
2320
|
value: {
|
|
2319
2321
|
cfReceiver: {
|
|
2320
2322
|
pubkey: string;
|
|
@@ -2326,7 +2328,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2326
2328
|
}[];
|
|
2327
2329
|
fallbackAddress: string;
|
|
2328
2330
|
};
|
|
2329
|
-
__kind: "V0";
|
|
2330
2331
|
} | {
|
|
2331
2332
|
__kind: "V1";
|
|
2332
2333
|
ccmAccounts: {
|
|
@@ -2342,7 +2343,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2342
2343
|
};
|
|
2343
2344
|
alts: string[];
|
|
2344
2345
|
};
|
|
2345
|
-
__kind: "Solana";
|
|
2346
2346
|
}>]>;
|
|
2347
2347
|
}, "strip", z.ZodTypeAny, {
|
|
2348
2348
|
message: `0x${string}`;
|
|
@@ -2350,7 +2350,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2350
2350
|
ccmAdditionalData: {
|
|
2351
2351
|
__kind: "NotRequired";
|
|
2352
2352
|
} | {
|
|
2353
|
+
__kind: "Solana";
|
|
2353
2354
|
value: {
|
|
2355
|
+
__kind: "V0";
|
|
2354
2356
|
value: {
|
|
2355
2357
|
cfReceiver: {
|
|
2356
2358
|
pubkey: `0x${string}`;
|
|
@@ -2362,7 +2364,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2362
2364
|
}[];
|
|
2363
2365
|
fallbackAddress: `0x${string}`;
|
|
2364
2366
|
};
|
|
2365
|
-
__kind: "V0";
|
|
2366
2367
|
} | {
|
|
2367
2368
|
__kind: "V1";
|
|
2368
2369
|
ccmAccounts: {
|
|
@@ -2378,7 +2379,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2378
2379
|
};
|
|
2379
2380
|
alts: `0x${string}`[];
|
|
2380
2381
|
};
|
|
2381
|
-
__kind: "Solana";
|
|
2382
2382
|
};
|
|
2383
2383
|
}, {
|
|
2384
2384
|
message: string;
|
|
@@ -2386,7 +2386,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2386
2386
|
ccmAdditionalData: {
|
|
2387
2387
|
__kind: "NotRequired";
|
|
2388
2388
|
} | {
|
|
2389
|
+
__kind: "Solana";
|
|
2389
2390
|
value: {
|
|
2391
|
+
__kind: "V0";
|
|
2390
2392
|
value: {
|
|
2391
2393
|
cfReceiver: {
|
|
2392
2394
|
pubkey: string;
|
|
@@ -2398,7 +2400,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2398
2400
|
}[];
|
|
2399
2401
|
fallbackAddress: string;
|
|
2400
2402
|
};
|
|
2401
|
-
__kind: "V0";
|
|
2402
2403
|
} | {
|
|
2403
2404
|
__kind: "V1";
|
|
2404
2405
|
ccmAccounts: {
|
|
@@ -2414,7 +2415,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2414
2415
|
};
|
|
2415
2416
|
alts: string[];
|
|
2416
2417
|
};
|
|
2417
|
-
__kind: "Solana";
|
|
2418
2418
|
};
|
|
2419
2419
|
}>;
|
|
2420
2420
|
sourceChain: z.ZodEffects<z.ZodObject<{
|
|
@@ -2430,67 +2430,67 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2430
2430
|
__kind: z.ZodLiteral<"Eth">;
|
|
2431
2431
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2432
2432
|
}, "strip", z.ZodTypeAny, {
|
|
2433
|
-
value: `0x${string}`;
|
|
2434
2433
|
__kind: "Eth";
|
|
2434
|
+
value: `0x${string}`;
|
|
2435
2435
|
}, {
|
|
2436
|
-
value: string;
|
|
2437
2436
|
__kind: "Eth";
|
|
2437
|
+
value: string;
|
|
2438
2438
|
}>, z.ZodObject<{
|
|
2439
2439
|
__kind: z.ZodLiteral<"Dot">;
|
|
2440
2440
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2441
2441
|
}, "strip", z.ZodTypeAny, {
|
|
2442
|
-
value: `0x${string}`;
|
|
2443
2442
|
__kind: "Dot";
|
|
2443
|
+
value: `0x${string}`;
|
|
2444
2444
|
}, {
|
|
2445
|
-
value: string;
|
|
2446
2445
|
__kind: "Dot";
|
|
2446
|
+
value: string;
|
|
2447
2447
|
}>, z.ZodObject<{
|
|
2448
2448
|
__kind: z.ZodLiteral<"Btc">;
|
|
2449
2449
|
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
2450
2450
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
2451
2451
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2452
2452
|
}, "strip", z.ZodTypeAny, {
|
|
2453
|
-
value: `0x${string}`;
|
|
2454
2453
|
__kind: "P2PKH";
|
|
2454
|
+
value: `0x${string}`;
|
|
2455
2455
|
}, {
|
|
2456
|
-
value: string;
|
|
2457
2456
|
__kind: "P2PKH";
|
|
2457
|
+
value: string;
|
|
2458
2458
|
}>, z.ZodObject<{
|
|
2459
2459
|
__kind: z.ZodLiteral<"P2SH">;
|
|
2460
2460
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2461
2461
|
}, "strip", z.ZodTypeAny, {
|
|
2462
|
-
value: `0x${string}`;
|
|
2463
2462
|
__kind: "P2SH";
|
|
2463
|
+
value: `0x${string}`;
|
|
2464
2464
|
}, {
|
|
2465
|
-
value: string;
|
|
2466
2465
|
__kind: "P2SH";
|
|
2466
|
+
value: string;
|
|
2467
2467
|
}>, z.ZodObject<{
|
|
2468
2468
|
__kind: z.ZodLiteral<"P2WPKH">;
|
|
2469
2469
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2470
2470
|
}, "strip", z.ZodTypeAny, {
|
|
2471
|
-
value: `0x${string}`;
|
|
2472
2471
|
__kind: "P2WPKH";
|
|
2472
|
+
value: `0x${string}`;
|
|
2473
2473
|
}, {
|
|
2474
|
-
value: string;
|
|
2475
2474
|
__kind: "P2WPKH";
|
|
2475
|
+
value: string;
|
|
2476
2476
|
}>, z.ZodObject<{
|
|
2477
2477
|
__kind: z.ZodLiteral<"P2WSH">;
|
|
2478
2478
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2479
2479
|
}, "strip", z.ZodTypeAny, {
|
|
2480
|
-
value: `0x${string}`;
|
|
2481
2480
|
__kind: "P2WSH";
|
|
2481
|
+
value: `0x${string}`;
|
|
2482
2482
|
}, {
|
|
2483
|
-
value: string;
|
|
2484
2483
|
__kind: "P2WSH";
|
|
2484
|
+
value: string;
|
|
2485
2485
|
}>, z.ZodObject<{
|
|
2486
2486
|
__kind: z.ZodLiteral<"Taproot">;
|
|
2487
2487
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2488
2488
|
}, "strip", z.ZodTypeAny, {
|
|
2489
|
-
value: `0x${string}`;
|
|
2490
2489
|
__kind: "Taproot";
|
|
2490
|
+
value: `0x${string}`;
|
|
2491
2491
|
}, {
|
|
2492
|
-
value: string;
|
|
2493
2492
|
__kind: "Taproot";
|
|
2493
|
+
value: string;
|
|
2494
2494
|
}>, z.ZodObject<{
|
|
2495
2495
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
2496
2496
|
version: z.ZodNumber;
|
|
@@ -2505,76 +2505,76 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2505
2505
|
program: string;
|
|
2506
2506
|
}>]>;
|
|
2507
2507
|
}, "strip", z.ZodTypeAny, {
|
|
2508
|
+
__kind: "Btc";
|
|
2508
2509
|
value: {
|
|
2509
|
-
value: `0x${string}`;
|
|
2510
2510
|
__kind: "P2PKH";
|
|
2511
|
-
} | {
|
|
2512
2511
|
value: `0x${string}`;
|
|
2513
|
-
__kind: "P2SH";
|
|
2514
2512
|
} | {
|
|
2513
|
+
__kind: "P2SH";
|
|
2515
2514
|
value: `0x${string}`;
|
|
2516
|
-
__kind: "P2WPKH";
|
|
2517
2515
|
} | {
|
|
2516
|
+
__kind: "P2WPKH";
|
|
2518
2517
|
value: `0x${string}`;
|
|
2519
|
-
__kind: "P2WSH";
|
|
2520
2518
|
} | {
|
|
2519
|
+
__kind: "P2WSH";
|
|
2521
2520
|
value: `0x${string}`;
|
|
2521
|
+
} | {
|
|
2522
2522
|
__kind: "Taproot";
|
|
2523
|
+
value: `0x${string}`;
|
|
2523
2524
|
} | {
|
|
2524
2525
|
__kind: "OtherSegwit";
|
|
2525
2526
|
version: number;
|
|
2526
2527
|
program: `0x${string}`;
|
|
2527
2528
|
};
|
|
2528
|
-
__kind: "Btc";
|
|
2529
2529
|
}, {
|
|
2530
|
+
__kind: "Btc";
|
|
2530
2531
|
value: {
|
|
2531
|
-
value: string;
|
|
2532
2532
|
__kind: "P2PKH";
|
|
2533
|
-
} | {
|
|
2534
2533
|
value: string;
|
|
2535
|
-
__kind: "P2SH";
|
|
2536
2534
|
} | {
|
|
2535
|
+
__kind: "P2SH";
|
|
2537
2536
|
value: string;
|
|
2538
|
-
__kind: "P2WPKH";
|
|
2539
2537
|
} | {
|
|
2538
|
+
__kind: "P2WPKH";
|
|
2540
2539
|
value: string;
|
|
2541
|
-
__kind: "P2WSH";
|
|
2542
2540
|
} | {
|
|
2541
|
+
__kind: "P2WSH";
|
|
2543
2542
|
value: string;
|
|
2543
|
+
} | {
|
|
2544
2544
|
__kind: "Taproot";
|
|
2545
|
+
value: string;
|
|
2545
2546
|
} | {
|
|
2546
2547
|
__kind: "OtherSegwit";
|
|
2547
2548
|
version: number;
|
|
2548
2549
|
program: string;
|
|
2549
2550
|
};
|
|
2550
|
-
__kind: "Btc";
|
|
2551
2551
|
}>, z.ZodObject<{
|
|
2552
2552
|
__kind: z.ZodLiteral<"Arb">;
|
|
2553
2553
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2554
2554
|
}, "strip", z.ZodTypeAny, {
|
|
2555
|
-
value: `0x${string}`;
|
|
2556
2555
|
__kind: "Arb";
|
|
2556
|
+
value: `0x${string}`;
|
|
2557
2557
|
}, {
|
|
2558
|
-
value: string;
|
|
2559
2558
|
__kind: "Arb";
|
|
2559
|
+
value: string;
|
|
2560
2560
|
}>, z.ZodObject<{
|
|
2561
2561
|
__kind: z.ZodLiteral<"Sol">;
|
|
2562
2562
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2563
2563
|
}, "strip", z.ZodTypeAny, {
|
|
2564
|
-
value: `0x${string}`;
|
|
2565
2564
|
__kind: "Sol";
|
|
2565
|
+
value: `0x${string}`;
|
|
2566
2566
|
}, {
|
|
2567
|
-
value: string;
|
|
2568
2567
|
__kind: "Sol";
|
|
2568
|
+
value: string;
|
|
2569
2569
|
}>, z.ZodObject<{
|
|
2570
2570
|
__kind: z.ZodLiteral<"Hub">;
|
|
2571
2571
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2572
2572
|
}, "strip", z.ZodTypeAny, {
|
|
2573
|
-
value: `0x${string}`;
|
|
2574
2573
|
__kind: "Hub";
|
|
2574
|
+
value: `0x${string}`;
|
|
2575
2575
|
}, {
|
|
2576
|
-
value: string;
|
|
2577
2576
|
__kind: "Hub";
|
|
2577
|
+
value: string;
|
|
2578
2578
|
}>]>>>;
|
|
2579
2579
|
}, "strip", z.ZodTypeAny, {
|
|
2580
2580
|
channelMetadata: {
|
|
@@ -2583,7 +2583,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2583
2583
|
ccmAdditionalData: {
|
|
2584
2584
|
__kind: "NotRequired";
|
|
2585
2585
|
} | {
|
|
2586
|
+
__kind: "Solana";
|
|
2586
2587
|
value: {
|
|
2588
|
+
__kind: "V0";
|
|
2587
2589
|
value: {
|
|
2588
2590
|
cfReceiver: {
|
|
2589
2591
|
pubkey: `0x${string}`;
|
|
@@ -2595,7 +2597,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2595
2597
|
}[];
|
|
2596
2598
|
fallbackAddress: `0x${string}`;
|
|
2597
2599
|
};
|
|
2598
|
-
__kind: "V0";
|
|
2599
2600
|
} | {
|
|
2600
2601
|
__kind: "V1";
|
|
2601
2602
|
ccmAccounts: {
|
|
@@ -2611,47 +2612,46 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2611
2612
|
};
|
|
2612
2613
|
alts: `0x${string}`[];
|
|
2613
2614
|
};
|
|
2614
|
-
__kind: "Solana";
|
|
2615
2615
|
};
|
|
2616
2616
|
};
|
|
2617
2617
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2618
2618
|
sourceAddress?: {
|
|
2619
|
-
value: `0x${string}`;
|
|
2620
2619
|
__kind: "Eth";
|
|
2621
|
-
} | {
|
|
2622
2620
|
value: `0x${string}`;
|
|
2621
|
+
} | {
|
|
2623
2622
|
__kind: "Dot";
|
|
2623
|
+
value: `0x${string}`;
|
|
2624
2624
|
} | {
|
|
2625
|
+
__kind: "Btc";
|
|
2625
2626
|
value: {
|
|
2626
|
-
value: `0x${string}`;
|
|
2627
2627
|
__kind: "P2PKH";
|
|
2628
|
-
} | {
|
|
2629
2628
|
value: `0x${string}`;
|
|
2630
|
-
__kind: "P2SH";
|
|
2631
2629
|
} | {
|
|
2630
|
+
__kind: "P2SH";
|
|
2632
2631
|
value: `0x${string}`;
|
|
2633
|
-
__kind: "P2WPKH";
|
|
2634
2632
|
} | {
|
|
2633
|
+
__kind: "P2WPKH";
|
|
2635
2634
|
value: `0x${string}`;
|
|
2636
|
-
__kind: "P2WSH";
|
|
2637
2635
|
} | {
|
|
2636
|
+
__kind: "P2WSH";
|
|
2638
2637
|
value: `0x${string}`;
|
|
2638
|
+
} | {
|
|
2639
2639
|
__kind: "Taproot";
|
|
2640
|
+
value: `0x${string}`;
|
|
2640
2641
|
} | {
|
|
2641
2642
|
__kind: "OtherSegwit";
|
|
2642
2643
|
version: number;
|
|
2643
2644
|
program: `0x${string}`;
|
|
2644
2645
|
};
|
|
2645
|
-
__kind: "Btc";
|
|
2646
2646
|
} | {
|
|
2647
|
-
value: `0x${string}`;
|
|
2648
2647
|
__kind: "Arb";
|
|
2649
|
-
} | {
|
|
2650
2648
|
value: `0x${string}`;
|
|
2651
|
-
__kind: "Sol";
|
|
2652
2649
|
} | {
|
|
2650
|
+
__kind: "Sol";
|
|
2653
2651
|
value: `0x${string}`;
|
|
2652
|
+
} | {
|
|
2654
2653
|
__kind: "Hub";
|
|
2654
|
+
value: `0x${string}`;
|
|
2655
2655
|
} | null | undefined;
|
|
2656
2656
|
}, {
|
|
2657
2657
|
channelMetadata: {
|
|
@@ -2660,7 +2660,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2660
2660
|
ccmAdditionalData: {
|
|
2661
2661
|
__kind: "NotRequired";
|
|
2662
2662
|
} | {
|
|
2663
|
+
__kind: "Solana";
|
|
2663
2664
|
value: {
|
|
2665
|
+
__kind: "V0";
|
|
2664
2666
|
value: {
|
|
2665
2667
|
cfReceiver: {
|
|
2666
2668
|
pubkey: string;
|
|
@@ -2672,7 +2674,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2672
2674
|
}[];
|
|
2673
2675
|
fallbackAddress: string;
|
|
2674
2676
|
};
|
|
2675
|
-
__kind: "V0";
|
|
2676
2677
|
} | {
|
|
2677
2678
|
__kind: "V1";
|
|
2678
2679
|
ccmAccounts: {
|
|
@@ -2688,97 +2689,96 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2688
2689
|
};
|
|
2689
2690
|
alts: string[];
|
|
2690
2691
|
};
|
|
2691
|
-
__kind: "Solana";
|
|
2692
2692
|
};
|
|
2693
2693
|
};
|
|
2694
2694
|
sourceChain: {
|
|
2695
2695
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2696
2696
|
};
|
|
2697
2697
|
sourceAddress?: {
|
|
2698
|
-
value: string;
|
|
2699
2698
|
__kind: "Eth";
|
|
2700
|
-
} | {
|
|
2701
2699
|
value: string;
|
|
2700
|
+
} | {
|
|
2702
2701
|
__kind: "Dot";
|
|
2702
|
+
value: string;
|
|
2703
2703
|
} | {
|
|
2704
|
+
__kind: "Btc";
|
|
2704
2705
|
value: {
|
|
2705
|
-
value: string;
|
|
2706
2706
|
__kind: "P2PKH";
|
|
2707
|
-
} | {
|
|
2708
2707
|
value: string;
|
|
2709
|
-
__kind: "P2SH";
|
|
2710
2708
|
} | {
|
|
2709
|
+
__kind: "P2SH";
|
|
2711
2710
|
value: string;
|
|
2712
|
-
__kind: "P2WPKH";
|
|
2713
2711
|
} | {
|
|
2712
|
+
__kind: "P2WPKH";
|
|
2714
2713
|
value: string;
|
|
2715
|
-
__kind: "P2WSH";
|
|
2716
2714
|
} | {
|
|
2715
|
+
__kind: "P2WSH";
|
|
2717
2716
|
value: string;
|
|
2717
|
+
} | {
|
|
2718
2718
|
__kind: "Taproot";
|
|
2719
|
+
value: string;
|
|
2719
2720
|
} | {
|
|
2720
2721
|
__kind: "OtherSegwit";
|
|
2721
2722
|
version: number;
|
|
2722
2723
|
program: string;
|
|
2723
2724
|
};
|
|
2724
|
-
__kind: "Btc";
|
|
2725
2725
|
} | {
|
|
2726
|
-
value: string;
|
|
2727
2726
|
__kind: "Arb";
|
|
2728
|
-
} | {
|
|
2729
2727
|
value: string;
|
|
2730
|
-
__kind: "Sol";
|
|
2731
2728
|
} | {
|
|
2729
|
+
__kind: "Sol";
|
|
2732
2730
|
value: string;
|
|
2731
|
+
} | {
|
|
2733
2732
|
__kind: "Hub";
|
|
2733
|
+
value: string;
|
|
2734
2734
|
} | null | undefined;
|
|
2735
2735
|
}>>>;
|
|
2736
2736
|
}, "strip", z.ZodTypeAny, {
|
|
2737
2737
|
__kind: "RefundIfExpires";
|
|
2738
2738
|
retryDuration: number;
|
|
2739
2739
|
refundAddress: {
|
|
2740
|
-
value: `cF${string}`;
|
|
2741
2740
|
__kind: "InternalAccount";
|
|
2741
|
+
value: `cF${string}`;
|
|
2742
2742
|
} | {
|
|
2743
|
+
__kind: "ExternalAddress";
|
|
2743
2744
|
value: {
|
|
2744
|
-
value: `0x${string}`;
|
|
2745
2745
|
__kind: "Eth";
|
|
2746
|
-
} | {
|
|
2747
2746
|
value: `0x${string}`;
|
|
2747
|
+
} | {
|
|
2748
2748
|
__kind: "Dot";
|
|
2749
|
+
value: `0x${string}`;
|
|
2749
2750
|
} | {
|
|
2751
|
+
__kind: "Btc";
|
|
2750
2752
|
value: {
|
|
2751
|
-
value: `0x${string}`;
|
|
2752
2753
|
__kind: "P2PKH";
|
|
2753
|
-
} | {
|
|
2754
2754
|
value: `0x${string}`;
|
|
2755
|
-
__kind: "P2SH";
|
|
2756
2755
|
} | {
|
|
2756
|
+
__kind: "P2SH";
|
|
2757
2757
|
value: `0x${string}`;
|
|
2758
|
-
__kind: "P2WPKH";
|
|
2759
2758
|
} | {
|
|
2759
|
+
__kind: "P2WPKH";
|
|
2760
2760
|
value: `0x${string}`;
|
|
2761
|
-
__kind: "P2WSH";
|
|
2762
2761
|
} | {
|
|
2762
|
+
__kind: "P2WSH";
|
|
2763
2763
|
value: `0x${string}`;
|
|
2764
|
+
} | {
|
|
2764
2765
|
__kind: "Taproot";
|
|
2766
|
+
value: `0x${string}`;
|
|
2765
2767
|
} | {
|
|
2766
2768
|
__kind: "OtherSegwit";
|
|
2767
2769
|
version: number;
|
|
2768
2770
|
program: `0x${string}`;
|
|
2769
2771
|
};
|
|
2770
|
-
__kind: "Btc";
|
|
2771
2772
|
} | {
|
|
2772
|
-
value: `0x${string}`;
|
|
2773
2773
|
__kind: "Arb";
|
|
2774
|
-
} | {
|
|
2775
2774
|
value: `0x${string}`;
|
|
2776
|
-
__kind: "Sol";
|
|
2777
2775
|
} | {
|
|
2776
|
+
__kind: "Sol";
|
|
2778
2777
|
value: `0x${string}`;
|
|
2778
|
+
} | {
|
|
2779
2779
|
__kind: "Hub";
|
|
2780
|
+
value: `0x${string}`;
|
|
2780
2781
|
};
|
|
2781
|
-
__kind: "ExternalAddress";
|
|
2782
2782
|
};
|
|
2783
2783
|
refundCcmMetadata?: {
|
|
2784
2784
|
channelMetadata: {
|
|
@@ -2787,7 +2787,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2787
2787
|
ccmAdditionalData: {
|
|
2788
2788
|
__kind: "NotRequired";
|
|
2789
2789
|
} | {
|
|
2790
|
+
__kind: "Solana";
|
|
2790
2791
|
value: {
|
|
2792
|
+
__kind: "V0";
|
|
2791
2793
|
value: {
|
|
2792
2794
|
cfReceiver: {
|
|
2793
2795
|
pubkey: `0x${string}`;
|
|
@@ -2799,7 +2801,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2799
2801
|
}[];
|
|
2800
2802
|
fallbackAddress: `0x${string}`;
|
|
2801
2803
|
};
|
|
2802
|
-
__kind: "V0";
|
|
2803
2804
|
} | {
|
|
2804
2805
|
__kind: "V1";
|
|
2805
2806
|
ccmAccounts: {
|
|
@@ -2815,95 +2816,94 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2815
2816
|
};
|
|
2816
2817
|
alts: `0x${string}`[];
|
|
2817
2818
|
};
|
|
2818
|
-
__kind: "Solana";
|
|
2819
2819
|
};
|
|
2820
2820
|
};
|
|
2821
2821
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2822
2822
|
sourceAddress?: {
|
|
2823
|
-
value: `0x${string}`;
|
|
2824
2823
|
__kind: "Eth";
|
|
2825
|
-
} | {
|
|
2826
2824
|
value: `0x${string}`;
|
|
2825
|
+
} | {
|
|
2827
2826
|
__kind: "Dot";
|
|
2827
|
+
value: `0x${string}`;
|
|
2828
2828
|
} | {
|
|
2829
|
+
__kind: "Btc";
|
|
2829
2830
|
value: {
|
|
2830
|
-
value: `0x${string}`;
|
|
2831
2831
|
__kind: "P2PKH";
|
|
2832
|
-
} | {
|
|
2833
2832
|
value: `0x${string}`;
|
|
2834
|
-
__kind: "P2SH";
|
|
2835
2833
|
} | {
|
|
2834
|
+
__kind: "P2SH";
|
|
2836
2835
|
value: `0x${string}`;
|
|
2837
|
-
__kind: "P2WPKH";
|
|
2838
2836
|
} | {
|
|
2837
|
+
__kind: "P2WPKH";
|
|
2839
2838
|
value: `0x${string}`;
|
|
2840
|
-
__kind: "P2WSH";
|
|
2841
2839
|
} | {
|
|
2840
|
+
__kind: "P2WSH";
|
|
2842
2841
|
value: `0x${string}`;
|
|
2842
|
+
} | {
|
|
2843
2843
|
__kind: "Taproot";
|
|
2844
|
+
value: `0x${string}`;
|
|
2844
2845
|
} | {
|
|
2845
2846
|
__kind: "OtherSegwit";
|
|
2846
2847
|
version: number;
|
|
2847
2848
|
program: `0x${string}`;
|
|
2848
2849
|
};
|
|
2849
|
-
__kind: "Btc";
|
|
2850
2850
|
} | {
|
|
2851
|
-
value: `0x${string}`;
|
|
2852
2851
|
__kind: "Arb";
|
|
2853
|
-
} | {
|
|
2854
2852
|
value: `0x${string}`;
|
|
2855
|
-
__kind: "Sol";
|
|
2856
2853
|
} | {
|
|
2854
|
+
__kind: "Sol";
|
|
2857
2855
|
value: `0x${string}`;
|
|
2856
|
+
} | {
|
|
2858
2857
|
__kind: "Hub";
|
|
2858
|
+
value: `0x${string}`;
|
|
2859
2859
|
} | null | undefined;
|
|
2860
2860
|
} | null | undefined;
|
|
2861
2861
|
}, {
|
|
2862
2862
|
__kind: "RefundIfExpires";
|
|
2863
2863
|
retryDuration: number;
|
|
2864
2864
|
refundAddress: {
|
|
2865
|
-
value: string;
|
|
2866
2865
|
__kind: "InternalAccount";
|
|
2866
|
+
value: string;
|
|
2867
2867
|
} | {
|
|
2868
|
+
__kind: "ExternalAddress";
|
|
2868
2869
|
value: {
|
|
2869
|
-
value: string;
|
|
2870
2870
|
__kind: "Eth";
|
|
2871
|
-
} | {
|
|
2872
2871
|
value: string;
|
|
2872
|
+
} | {
|
|
2873
2873
|
__kind: "Dot";
|
|
2874
|
+
value: string;
|
|
2874
2875
|
} | {
|
|
2876
|
+
__kind: "Btc";
|
|
2875
2877
|
value: {
|
|
2876
|
-
value: string;
|
|
2877
2878
|
__kind: "P2PKH";
|
|
2878
|
-
} | {
|
|
2879
2879
|
value: string;
|
|
2880
|
-
__kind: "P2SH";
|
|
2881
2880
|
} | {
|
|
2881
|
+
__kind: "P2SH";
|
|
2882
2882
|
value: string;
|
|
2883
|
-
__kind: "P2WPKH";
|
|
2884
2883
|
} | {
|
|
2884
|
+
__kind: "P2WPKH";
|
|
2885
2885
|
value: string;
|
|
2886
|
-
__kind: "P2WSH";
|
|
2887
2886
|
} | {
|
|
2887
|
+
__kind: "P2WSH";
|
|
2888
2888
|
value: string;
|
|
2889
|
+
} | {
|
|
2889
2890
|
__kind: "Taproot";
|
|
2891
|
+
value: string;
|
|
2890
2892
|
} | {
|
|
2891
2893
|
__kind: "OtherSegwit";
|
|
2892
2894
|
version: number;
|
|
2893
2895
|
program: string;
|
|
2894
2896
|
};
|
|
2895
|
-
__kind: "Btc";
|
|
2896
2897
|
} | {
|
|
2897
|
-
value: string;
|
|
2898
2898
|
__kind: "Arb";
|
|
2899
|
-
} | {
|
|
2900
2899
|
value: string;
|
|
2901
|
-
__kind: "Sol";
|
|
2902
2900
|
} | {
|
|
2901
|
+
__kind: "Sol";
|
|
2903
2902
|
value: string;
|
|
2903
|
+
} | {
|
|
2904
2904
|
__kind: "Hub";
|
|
2905
|
+
value: string;
|
|
2905
2906
|
};
|
|
2906
|
-
__kind: "ExternalAddress";
|
|
2907
2907
|
};
|
|
2908
2908
|
refundCcmMetadata?: {
|
|
2909
2909
|
channelMetadata: {
|
|
@@ -2912,7 +2912,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2912
2912
|
ccmAdditionalData: {
|
|
2913
2913
|
__kind: "NotRequired";
|
|
2914
2914
|
} | {
|
|
2915
|
+
__kind: "Solana";
|
|
2915
2916
|
value: {
|
|
2917
|
+
__kind: "V0";
|
|
2916
2918
|
value: {
|
|
2917
2919
|
cfReceiver: {
|
|
2918
2920
|
pubkey: string;
|
|
@@ -2924,7 +2926,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2924
2926
|
}[];
|
|
2925
2927
|
fallbackAddress: string;
|
|
2926
2928
|
};
|
|
2927
|
-
__kind: "V0";
|
|
2928
2929
|
} | {
|
|
2929
2930
|
__kind: "V1";
|
|
2930
2931
|
ccmAccounts: {
|
|
@@ -2940,49 +2941,48 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2940
2941
|
};
|
|
2941
2942
|
alts: string[];
|
|
2942
2943
|
};
|
|
2943
|
-
__kind: "Solana";
|
|
2944
2944
|
};
|
|
2945
2945
|
};
|
|
2946
2946
|
sourceChain: {
|
|
2947
2947
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2948
2948
|
};
|
|
2949
2949
|
sourceAddress?: {
|
|
2950
|
-
value: string;
|
|
2951
2950
|
__kind: "Eth";
|
|
2952
|
-
} | {
|
|
2953
2951
|
value: string;
|
|
2952
|
+
} | {
|
|
2954
2953
|
__kind: "Dot";
|
|
2954
|
+
value: string;
|
|
2955
2955
|
} | {
|
|
2956
|
+
__kind: "Btc";
|
|
2956
2957
|
value: {
|
|
2957
|
-
value: string;
|
|
2958
2958
|
__kind: "P2PKH";
|
|
2959
|
-
} | {
|
|
2960
2959
|
value: string;
|
|
2961
|
-
__kind: "P2SH";
|
|
2962
2960
|
} | {
|
|
2961
|
+
__kind: "P2SH";
|
|
2963
2962
|
value: string;
|
|
2964
|
-
__kind: "P2WPKH";
|
|
2965
2963
|
} | {
|
|
2964
|
+
__kind: "P2WPKH";
|
|
2966
2965
|
value: string;
|
|
2967
|
-
__kind: "P2WSH";
|
|
2968
2966
|
} | {
|
|
2967
|
+
__kind: "P2WSH";
|
|
2969
2968
|
value: string;
|
|
2969
|
+
} | {
|
|
2970
2970
|
__kind: "Taproot";
|
|
2971
|
+
value: string;
|
|
2971
2972
|
} | {
|
|
2972
2973
|
__kind: "OtherSegwit";
|
|
2973
2974
|
version: number;
|
|
2974
2975
|
program: string;
|
|
2975
2976
|
};
|
|
2976
|
-
__kind: "Btc";
|
|
2977
2977
|
} | {
|
|
2978
|
-
value: string;
|
|
2979
2978
|
__kind: "Arb";
|
|
2980
|
-
} | {
|
|
2981
2979
|
value: string;
|
|
2982
|
-
__kind: "Sol";
|
|
2983
2980
|
} | {
|
|
2981
|
+
__kind: "Sol";
|
|
2984
2982
|
value: string;
|
|
2983
|
+
} | {
|
|
2985
2984
|
__kind: "Hub";
|
|
2985
|
+
value: string;
|
|
2986
2986
|
} | null | undefined;
|
|
2987
2987
|
} | null | undefined;
|
|
2988
2988
|
}>]>;
|
|
@@ -2996,48 +2996,48 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2996
2996
|
__kind: "RefundIfExpires";
|
|
2997
2997
|
retryDuration: number;
|
|
2998
2998
|
refundAddress: {
|
|
2999
|
-
value: `cF${string}`;
|
|
3000
2999
|
__kind: "InternalAccount";
|
|
3000
|
+
value: `cF${string}`;
|
|
3001
3001
|
} | {
|
|
3002
|
+
__kind: "ExternalAddress";
|
|
3002
3003
|
value: {
|
|
3003
|
-
value: `0x${string}`;
|
|
3004
3004
|
__kind: "Eth";
|
|
3005
|
-
} | {
|
|
3006
3005
|
value: `0x${string}`;
|
|
3006
|
+
} | {
|
|
3007
3007
|
__kind: "Dot";
|
|
3008
|
+
value: `0x${string}`;
|
|
3008
3009
|
} | {
|
|
3010
|
+
__kind: "Btc";
|
|
3009
3011
|
value: {
|
|
3010
|
-
value: `0x${string}`;
|
|
3011
3012
|
__kind: "P2PKH";
|
|
3012
|
-
} | {
|
|
3013
3013
|
value: `0x${string}`;
|
|
3014
|
-
__kind: "P2SH";
|
|
3015
3014
|
} | {
|
|
3015
|
+
__kind: "P2SH";
|
|
3016
3016
|
value: `0x${string}`;
|
|
3017
|
-
__kind: "P2WPKH";
|
|
3018
3017
|
} | {
|
|
3018
|
+
__kind: "P2WPKH";
|
|
3019
3019
|
value: `0x${string}`;
|
|
3020
|
-
__kind: "P2WSH";
|
|
3021
3020
|
} | {
|
|
3021
|
+
__kind: "P2WSH";
|
|
3022
3022
|
value: `0x${string}`;
|
|
3023
|
+
} | {
|
|
3023
3024
|
__kind: "Taproot";
|
|
3025
|
+
value: `0x${string}`;
|
|
3024
3026
|
} | {
|
|
3025
3027
|
__kind: "OtherSegwit";
|
|
3026
3028
|
version: number;
|
|
3027
3029
|
program: `0x${string}`;
|
|
3028
3030
|
};
|
|
3029
|
-
__kind: "Btc";
|
|
3030
3031
|
} | {
|
|
3031
|
-
value: `0x${string}`;
|
|
3032
3032
|
__kind: "Arb";
|
|
3033
|
-
} | {
|
|
3034
3033
|
value: `0x${string}`;
|
|
3035
|
-
__kind: "Sol";
|
|
3036
3034
|
} | {
|
|
3035
|
+
__kind: "Sol";
|
|
3037
3036
|
value: `0x${string}`;
|
|
3037
|
+
} | {
|
|
3038
3038
|
__kind: "Hub";
|
|
3039
|
+
value: `0x${string}`;
|
|
3039
3040
|
};
|
|
3040
|
-
__kind: "ExternalAddress";
|
|
3041
3041
|
};
|
|
3042
3042
|
refundCcmMetadata?: {
|
|
3043
3043
|
channelMetadata: {
|
|
@@ -3046,7 +3046,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
3046
3046
|
ccmAdditionalData: {
|
|
3047
3047
|
__kind: "NotRequired";
|
|
3048
3048
|
} | {
|
|
3049
|
+
__kind: "Solana";
|
|
3049
3050
|
value: {
|
|
3051
|
+
__kind: "V0";
|
|
3050
3052
|
value: {
|
|
3051
3053
|
cfReceiver: {
|
|
3052
3054
|
pubkey: `0x${string}`;
|
|
@@ -3058,7 +3060,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
3058
3060
|
}[];
|
|
3059
3061
|
fallbackAddress: `0x${string}`;
|
|
3060
3062
|
};
|
|
3061
|
-
__kind: "V0";
|
|
3062
3063
|
} | {
|
|
3063
3064
|
__kind: "V1";
|
|
3064
3065
|
ccmAccounts: {
|
|
@@ -3074,47 +3075,46 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
3074
3075
|
};
|
|
3075
3076
|
alts: `0x${string}`[];
|
|
3076
3077
|
};
|
|
3077
|
-
__kind: "Solana";
|
|
3078
3078
|
};
|
|
3079
3079
|
};
|
|
3080
3080
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
3081
3081
|
sourceAddress?: {
|
|
3082
|
-
value: `0x${string}`;
|
|
3083
3082
|
__kind: "Eth";
|
|
3084
|
-
} | {
|
|
3085
3083
|
value: `0x${string}`;
|
|
3084
|
+
} | {
|
|
3086
3085
|
__kind: "Dot";
|
|
3086
|
+
value: `0x${string}`;
|
|
3087
3087
|
} | {
|
|
3088
|
+
__kind: "Btc";
|
|
3088
3089
|
value: {
|
|
3089
|
-
value: `0x${string}`;
|
|
3090
3090
|
__kind: "P2PKH";
|
|
3091
|
-
} | {
|
|
3092
3091
|
value: `0x${string}`;
|
|
3093
|
-
__kind: "P2SH";
|
|
3094
3092
|
} | {
|
|
3093
|
+
__kind: "P2SH";
|
|
3095
3094
|
value: `0x${string}`;
|
|
3096
|
-
__kind: "P2WPKH";
|
|
3097
3095
|
} | {
|
|
3096
|
+
__kind: "P2WPKH";
|
|
3098
3097
|
value: `0x${string}`;
|
|
3099
|
-
__kind: "P2WSH";
|
|
3100
3098
|
} | {
|
|
3099
|
+
__kind: "P2WSH";
|
|
3101
3100
|
value: `0x${string}`;
|
|
3101
|
+
} | {
|
|
3102
3102
|
__kind: "Taproot";
|
|
3103
|
+
value: `0x${string}`;
|
|
3103
3104
|
} | {
|
|
3104
3105
|
__kind: "OtherSegwit";
|
|
3105
3106
|
version: number;
|
|
3106
3107
|
program: `0x${string}`;
|
|
3107
3108
|
};
|
|
3108
|
-
__kind: "Btc";
|
|
3109
3109
|
} | {
|
|
3110
|
-
value: `0x${string}`;
|
|
3111
3110
|
__kind: "Arb";
|
|
3112
|
-
} | {
|
|
3113
3111
|
value: `0x${string}`;
|
|
3114
|
-
__kind: "Sol";
|
|
3115
3112
|
} | {
|
|
3113
|
+
__kind: "Sol";
|
|
3116
3114
|
value: `0x${string}`;
|
|
3115
|
+
} | {
|
|
3117
3116
|
__kind: "Hub";
|
|
3117
|
+
value: `0x${string}`;
|
|
3118
3118
|
} | null | undefined;
|
|
3119
3119
|
} | null | undefined;
|
|
3120
3120
|
};
|
|
@@ -3127,48 +3127,48 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
3127
3127
|
__kind: "RefundIfExpires";
|
|
3128
3128
|
retryDuration: number;
|
|
3129
3129
|
refundAddress: {
|
|
3130
|
-
value: string;
|
|
3131
3130
|
__kind: "InternalAccount";
|
|
3131
|
+
value: string;
|
|
3132
3132
|
} | {
|
|
3133
|
+
__kind: "ExternalAddress";
|
|
3133
3134
|
value: {
|
|
3134
|
-
value: string;
|
|
3135
3135
|
__kind: "Eth";
|
|
3136
|
-
} | {
|
|
3137
3136
|
value: string;
|
|
3137
|
+
} | {
|
|
3138
3138
|
__kind: "Dot";
|
|
3139
|
+
value: string;
|
|
3139
3140
|
} | {
|
|
3141
|
+
__kind: "Btc";
|
|
3140
3142
|
value: {
|
|
3141
|
-
value: string;
|
|
3142
3143
|
__kind: "P2PKH";
|
|
3143
|
-
} | {
|
|
3144
3144
|
value: string;
|
|
3145
|
-
__kind: "P2SH";
|
|
3146
3145
|
} | {
|
|
3146
|
+
__kind: "P2SH";
|
|
3147
3147
|
value: string;
|
|
3148
|
-
__kind: "P2WPKH";
|
|
3149
3148
|
} | {
|
|
3149
|
+
__kind: "P2WPKH";
|
|
3150
3150
|
value: string;
|
|
3151
|
-
__kind: "P2WSH";
|
|
3152
3151
|
} | {
|
|
3152
|
+
__kind: "P2WSH";
|
|
3153
3153
|
value: string;
|
|
3154
|
+
} | {
|
|
3154
3155
|
__kind: "Taproot";
|
|
3156
|
+
value: string;
|
|
3155
3157
|
} | {
|
|
3156
3158
|
__kind: "OtherSegwit";
|
|
3157
3159
|
version: number;
|
|
3158
3160
|
program: string;
|
|
3159
3161
|
};
|
|
3160
|
-
__kind: "Btc";
|
|
3161
3162
|
} | {
|
|
3162
|
-
value: string;
|
|
3163
3163
|
__kind: "Arb";
|
|
3164
|
-
} | {
|
|
3165
3164
|
value: string;
|
|
3166
|
-
__kind: "Sol";
|
|
3167
3165
|
} | {
|
|
3166
|
+
__kind: "Sol";
|
|
3168
3167
|
value: string;
|
|
3168
|
+
} | {
|
|
3169
3169
|
__kind: "Hub";
|
|
3170
|
+
value: string;
|
|
3170
3171
|
};
|
|
3171
|
-
__kind: "ExternalAddress";
|
|
3172
3172
|
};
|
|
3173
3173
|
refundCcmMetadata?: {
|
|
3174
3174
|
channelMetadata: {
|
|
@@ -3177,7 +3177,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
3177
3177
|
ccmAdditionalData: {
|
|
3178
3178
|
__kind: "NotRequired";
|
|
3179
3179
|
} | {
|
|
3180
|
+
__kind: "Solana";
|
|
3180
3181
|
value: {
|
|
3182
|
+
__kind: "V0";
|
|
3181
3183
|
value: {
|
|
3182
3184
|
cfReceiver: {
|
|
3183
3185
|
pubkey: string;
|
|
@@ -3189,7 +3191,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
3189
3191
|
}[];
|
|
3190
3192
|
fallbackAddress: string;
|
|
3191
3193
|
};
|
|
3192
|
-
__kind: "V0";
|
|
3193
3194
|
} | {
|
|
3194
3195
|
__kind: "V1";
|
|
3195
3196
|
ccmAccounts: {
|
|
@@ -3205,49 +3206,48 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
3205
3206
|
};
|
|
3206
3207
|
alts: string[];
|
|
3207
3208
|
};
|
|
3208
|
-
__kind: "Solana";
|
|
3209
3209
|
};
|
|
3210
3210
|
};
|
|
3211
3211
|
sourceChain: {
|
|
3212
3212
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
3213
3213
|
};
|
|
3214
3214
|
sourceAddress?: {
|
|
3215
|
-
value: string;
|
|
3216
3215
|
__kind: "Eth";
|
|
3217
|
-
} | {
|
|
3218
3216
|
value: string;
|
|
3217
|
+
} | {
|
|
3219
3218
|
__kind: "Dot";
|
|
3219
|
+
value: string;
|
|
3220
3220
|
} | {
|
|
3221
|
+
__kind: "Btc";
|
|
3221
3222
|
value: {
|
|
3222
|
-
value: string;
|
|
3223
3223
|
__kind: "P2PKH";
|
|
3224
|
-
} | {
|
|
3225
3224
|
value: string;
|
|
3226
|
-
__kind: "P2SH";
|
|
3227
3225
|
} | {
|
|
3226
|
+
__kind: "P2SH";
|
|
3228
3227
|
value: string;
|
|
3229
|
-
__kind: "P2WPKH";
|
|
3230
3228
|
} | {
|
|
3229
|
+
__kind: "P2WPKH";
|
|
3231
3230
|
value: string;
|
|
3232
|
-
__kind: "P2WSH";
|
|
3233
3231
|
} | {
|
|
3232
|
+
__kind: "P2WSH";
|
|
3234
3233
|
value: string;
|
|
3234
|
+
} | {
|
|
3235
3235
|
__kind: "Taproot";
|
|
3236
|
+
value: string;
|
|
3236
3237
|
} | {
|
|
3237
3238
|
__kind: "OtherSegwit";
|
|
3238
3239
|
version: number;
|
|
3239
3240
|
program: string;
|
|
3240
3241
|
};
|
|
3241
|
-
__kind: "Btc";
|
|
3242
3242
|
} | {
|
|
3243
|
-
value: string;
|
|
3244
3243
|
__kind: "Arb";
|
|
3245
|
-
} | {
|
|
3246
3244
|
value: string;
|
|
3247
|
-
__kind: "Sol";
|
|
3248
3245
|
} | {
|
|
3246
|
+
__kind: "Sol";
|
|
3249
3247
|
value: string;
|
|
3248
|
+
} | {
|
|
3250
3249
|
__kind: "Hub";
|
|
3250
|
+
value: string;
|
|
3251
3251
|
} | null | undefined;
|
|
3252
3252
|
} | null | undefined;
|
|
3253
3253
|
};
|
|
@@ -3264,12 +3264,13 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
3264
3264
|
chunkInterval: number;
|
|
3265
3265
|
}>>>;
|
|
3266
3266
|
}, "strip", z.ZodTypeAny, {
|
|
3267
|
-
inputAsset: "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc";
|
|
3268
|
-
outputAsset: "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc";
|
|
3269
3267
|
swapRequestId: bigint;
|
|
3268
|
+
inputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
3269
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
3270
3270
|
inputAmount: bigint;
|
|
3271
3271
|
origin: {
|
|
3272
3272
|
__kind: "DepositChannel";
|
|
3273
|
+
channelId: bigint;
|
|
3273
3274
|
depositAddress: {
|
|
3274
3275
|
readonly chain: "Ethereum";
|
|
3275
3276
|
readonly address: `0x${string}`;
|
|
@@ -3289,26 +3290,25 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
3289
3290
|
readonly chain: "Assethub";
|
|
3290
3291
|
readonly address: string;
|
|
3291
3292
|
};
|
|
3292
|
-
channelId: bigint;
|
|
3293
3293
|
depositBlockHeight: bigint;
|
|
3294
3294
|
brokerId: `cF${string}`;
|
|
3295
3295
|
} | {
|
|
3296
3296
|
__kind: "Vault";
|
|
3297
3297
|
txId: {
|
|
3298
|
-
value: `0x${string}`;
|
|
3299
3298
|
__kind: "Evm";
|
|
3300
|
-
} | {
|
|
3301
3299
|
value: `0x${string}`;
|
|
3300
|
+
} | {
|
|
3302
3301
|
__kind: "Bitcoin";
|
|
3302
|
+
value: `0x${string}`;
|
|
3303
3303
|
} | {
|
|
3304
|
+
__kind: "Polkadot";
|
|
3304
3305
|
value: {
|
|
3305
3306
|
blockNumber: number;
|
|
3306
3307
|
extrinsicIndex: number;
|
|
3307
3308
|
};
|
|
3308
|
-
__kind: "Polkadot";
|
|
3309
3309
|
} | {
|
|
3310
|
-
value: [`0x${string}`, bigint];
|
|
3311
3310
|
__kind: "Solana";
|
|
3311
|
+
value: [`0x${string}`, bigint];
|
|
3312
3312
|
} | {
|
|
3313
3313
|
__kind: "None";
|
|
3314
3314
|
};
|
|
@@ -3316,8 +3316,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
3316
3316
|
} | {
|
|
3317
3317
|
__kind: "Internal";
|
|
3318
3318
|
} | {
|
|
3319
|
-
value: `cF${string}`;
|
|
3320
3319
|
__kind: "OnChainAccount";
|
|
3320
|
+
value: `cF${string}`;
|
|
3321
3321
|
};
|
|
3322
3322
|
requestType: {
|
|
3323
3323
|
__kind: "NetworkFee";
|
|
@@ -3353,7 +3353,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
3353
3353
|
ccmAdditionalData: {
|
|
3354
3354
|
__kind: "NotRequired";
|
|
3355
3355
|
} | {
|
|
3356
|
+
__kind: "Solana";
|
|
3356
3357
|
value: {
|
|
3358
|
+
__kind: "V0";
|
|
3357
3359
|
value: {
|
|
3358
3360
|
cfReceiver: {
|
|
3359
3361
|
pubkey: `0x${string}`;
|
|
@@ -3365,7 +3367,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
3365
3367
|
}[];
|
|
3366
3368
|
fallbackAddress: `0x${string}`;
|
|
3367
3369
|
};
|
|
3368
|
-
__kind: "V0";
|
|
3369
3370
|
} | {
|
|
3370
3371
|
__kind: "V1";
|
|
3371
3372
|
ccmAccounts: {
|
|
@@ -3381,7 +3382,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
3381
3382
|
};
|
|
3382
3383
|
alts: `0x${string}`[];
|
|
3383
3384
|
};
|
|
3384
|
-
__kind: "Solana";
|
|
3385
3385
|
};
|
|
3386
3386
|
};
|
|
3387
3387
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
@@ -3450,7 +3450,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
3450
3450
|
ccmAdditionalData: {
|
|
3451
3451
|
__kind: "NotRequired";
|
|
3452
3452
|
} | {
|
|
3453
|
+
__kind: "Solana";
|
|
3453
3454
|
value: {
|
|
3455
|
+
__kind: "V0";
|
|
3454
3456
|
value: {
|
|
3455
3457
|
cfReceiver: {
|
|
3456
3458
|
pubkey: `0x${string}`;
|
|
@@ -3462,7 +3464,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
3462
3464
|
}[];
|
|
3463
3465
|
fallbackAddress: `0x${string}`;
|
|
3464
3466
|
};
|
|
3465
|
-
__kind: "V0";
|
|
3466
3467
|
} | {
|
|
3467
3468
|
__kind: "V1";
|
|
3468
3469
|
ccmAccounts: {
|
|
@@ -3478,7 +3479,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
3478
3479
|
};
|
|
3479
3480
|
alts: `0x${string}`[];
|
|
3480
3481
|
};
|
|
3481
|
-
__kind: "Solana";
|
|
3482
3482
|
};
|
|
3483
3483
|
};
|
|
3484
3484
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
@@ -3534,48 +3534,48 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
3534
3534
|
__kind: "RefundIfExpires";
|
|
3535
3535
|
retryDuration: number;
|
|
3536
3536
|
refundAddress: {
|
|
3537
|
-
value: `cF${string}`;
|
|
3538
3537
|
__kind: "InternalAccount";
|
|
3538
|
+
value: `cF${string}`;
|
|
3539
3539
|
} | {
|
|
3540
|
+
__kind: "ExternalAddress";
|
|
3540
3541
|
value: {
|
|
3541
|
-
value: `0x${string}`;
|
|
3542
3542
|
__kind: "Eth";
|
|
3543
|
-
} | {
|
|
3544
3543
|
value: `0x${string}`;
|
|
3544
|
+
} | {
|
|
3545
3545
|
__kind: "Dot";
|
|
3546
|
+
value: `0x${string}`;
|
|
3546
3547
|
} | {
|
|
3548
|
+
__kind: "Btc";
|
|
3547
3549
|
value: {
|
|
3548
|
-
value: `0x${string}`;
|
|
3549
3550
|
__kind: "P2PKH";
|
|
3550
|
-
} | {
|
|
3551
3551
|
value: `0x${string}`;
|
|
3552
|
-
__kind: "P2SH";
|
|
3553
3552
|
} | {
|
|
3553
|
+
__kind: "P2SH";
|
|
3554
3554
|
value: `0x${string}`;
|
|
3555
|
-
__kind: "P2WPKH";
|
|
3556
3555
|
} | {
|
|
3556
|
+
__kind: "P2WPKH";
|
|
3557
3557
|
value: `0x${string}`;
|
|
3558
|
-
__kind: "P2WSH";
|
|
3559
3558
|
} | {
|
|
3559
|
+
__kind: "P2WSH";
|
|
3560
3560
|
value: `0x${string}`;
|
|
3561
|
+
} | {
|
|
3561
3562
|
__kind: "Taproot";
|
|
3563
|
+
value: `0x${string}`;
|
|
3562
3564
|
} | {
|
|
3563
3565
|
__kind: "OtherSegwit";
|
|
3564
3566
|
version: number;
|
|
3565
3567
|
program: `0x${string}`;
|
|
3566
3568
|
};
|
|
3567
|
-
__kind: "Btc";
|
|
3568
3569
|
} | {
|
|
3569
|
-
value: `0x${string}`;
|
|
3570
3570
|
__kind: "Arb";
|
|
3571
|
-
} | {
|
|
3572
3571
|
value: `0x${string}`;
|
|
3573
|
-
__kind: "Sol";
|
|
3574
3572
|
} | {
|
|
3573
|
+
__kind: "Sol";
|
|
3575
3574
|
value: `0x${string}`;
|
|
3575
|
+
} | {
|
|
3576
3576
|
__kind: "Hub";
|
|
3577
|
+
value: `0x${string}`;
|
|
3577
3578
|
};
|
|
3578
|
-
__kind: "ExternalAddress";
|
|
3579
3579
|
};
|
|
3580
3580
|
refundCcmMetadata?: {
|
|
3581
3581
|
channelMetadata: {
|
|
@@ -3584,7 +3584,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
3584
3584
|
ccmAdditionalData: {
|
|
3585
3585
|
__kind: "NotRequired";
|
|
3586
3586
|
} | {
|
|
3587
|
+
__kind: "Solana";
|
|
3587
3588
|
value: {
|
|
3589
|
+
__kind: "V0";
|
|
3588
3590
|
value: {
|
|
3589
3591
|
cfReceiver: {
|
|
3590
3592
|
pubkey: `0x${string}`;
|
|
@@ -3596,7 +3598,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
3596
3598
|
}[];
|
|
3597
3599
|
fallbackAddress: `0x${string}`;
|
|
3598
3600
|
};
|
|
3599
|
-
__kind: "V0";
|
|
3600
3601
|
} | {
|
|
3601
3602
|
__kind: "V1";
|
|
3602
3603
|
ccmAccounts: {
|
|
@@ -3612,87 +3613,86 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
3612
3613
|
};
|
|
3613
3614
|
alts: `0x${string}`[];
|
|
3614
3615
|
};
|
|
3615
|
-
__kind: "Solana";
|
|
3616
3616
|
};
|
|
3617
3617
|
};
|
|
3618
3618
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
3619
3619
|
sourceAddress?: {
|
|
3620
|
-
value: `0x${string}`;
|
|
3621
3620
|
__kind: "Eth";
|
|
3622
|
-
} | {
|
|
3623
3621
|
value: `0x${string}`;
|
|
3622
|
+
} | {
|
|
3624
3623
|
__kind: "Dot";
|
|
3624
|
+
value: `0x${string}`;
|
|
3625
3625
|
} | {
|
|
3626
|
+
__kind: "Btc";
|
|
3626
3627
|
value: {
|
|
3627
|
-
value: `0x${string}`;
|
|
3628
3628
|
__kind: "P2PKH";
|
|
3629
|
-
} | {
|
|
3630
3629
|
value: `0x${string}`;
|
|
3631
|
-
__kind: "P2SH";
|
|
3632
3630
|
} | {
|
|
3631
|
+
__kind: "P2SH";
|
|
3633
3632
|
value: `0x${string}`;
|
|
3634
|
-
__kind: "P2WPKH";
|
|
3635
3633
|
} | {
|
|
3634
|
+
__kind: "P2WPKH";
|
|
3636
3635
|
value: `0x${string}`;
|
|
3637
|
-
__kind: "P2WSH";
|
|
3638
3636
|
} | {
|
|
3637
|
+
__kind: "P2WSH";
|
|
3639
3638
|
value: `0x${string}`;
|
|
3639
|
+
} | {
|
|
3640
3640
|
__kind: "Taproot";
|
|
3641
|
+
value: `0x${string}`;
|
|
3641
3642
|
} | {
|
|
3642
3643
|
__kind: "OtherSegwit";
|
|
3643
3644
|
version: number;
|
|
3644
3645
|
program: `0x${string}`;
|
|
3645
3646
|
};
|
|
3646
|
-
__kind: "Btc";
|
|
3647
3647
|
} | {
|
|
3648
|
-
value: `0x${string}`;
|
|
3649
3648
|
__kind: "Arb";
|
|
3650
|
-
} | {
|
|
3651
3649
|
value: `0x${string}`;
|
|
3652
|
-
__kind: "Sol";
|
|
3653
3650
|
} | {
|
|
3651
|
+
__kind: "Sol";
|
|
3654
3652
|
value: `0x${string}`;
|
|
3653
|
+
} | {
|
|
3655
3654
|
__kind: "Hub";
|
|
3655
|
+
value: `0x${string}`;
|
|
3656
3656
|
} | null | undefined;
|
|
3657
3657
|
} | null | undefined;
|
|
3658
3658
|
};
|
|
3659
3659
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
3660
3660
|
} | null | undefined;
|
|
3661
3661
|
}, {
|
|
3662
|
+
swapRequestId: string | number;
|
|
3662
3663
|
inputAsset: {
|
|
3663
|
-
__kind: "
|
|
3664
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
3664
3665
|
};
|
|
3665
3666
|
outputAsset: {
|
|
3666
|
-
__kind: "
|
|
3667
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
3667
3668
|
};
|
|
3668
|
-
swapRequestId: string | number;
|
|
3669
3669
|
inputAmount: string | number;
|
|
3670
3670
|
origin: {
|
|
3671
3671
|
__kind: "DepositChannel";
|
|
3672
|
+
channelId: string | number;
|
|
3672
3673
|
depositAddress: {
|
|
3673
|
-
value: string;
|
|
3674
3674
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
3675
|
+
value: string;
|
|
3675
3676
|
};
|
|
3676
|
-
channelId: string | number;
|
|
3677
3677
|
depositBlockHeight: string | number;
|
|
3678
3678
|
brokerId: string;
|
|
3679
3679
|
} | {
|
|
3680
3680
|
__kind: "Vault";
|
|
3681
3681
|
txId: {
|
|
3682
|
-
value: string;
|
|
3683
3682
|
__kind: "Evm";
|
|
3684
|
-
} | {
|
|
3685
3683
|
value: string;
|
|
3684
|
+
} | {
|
|
3686
3685
|
__kind: "Bitcoin";
|
|
3686
|
+
value: string;
|
|
3687
3687
|
} | {
|
|
3688
|
+
__kind: "Polkadot";
|
|
3688
3689
|
value: {
|
|
3689
3690
|
blockNumber: number;
|
|
3690
3691
|
extrinsicIndex: number;
|
|
3691
3692
|
};
|
|
3692
|
-
__kind: "Polkadot";
|
|
3693
3693
|
} | {
|
|
3694
|
-
value: [string, string | number];
|
|
3695
3694
|
__kind: "Solana";
|
|
3695
|
+
value: [string, string | number];
|
|
3696
3696
|
} | {
|
|
3697
3697
|
__kind: "None";
|
|
3698
3698
|
};
|
|
@@ -3700,8 +3700,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
3700
3700
|
} | {
|
|
3701
3701
|
__kind: "Internal";
|
|
3702
3702
|
} | {
|
|
3703
|
-
value: string;
|
|
3704
3703
|
__kind: "OnChainAccount";
|
|
3704
|
+
value: string;
|
|
3705
3705
|
};
|
|
3706
3706
|
requestType: {
|
|
3707
3707
|
__kind: "NetworkFee";
|
|
@@ -3712,8 +3712,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
3712
3712
|
outputAction: {
|
|
3713
3713
|
__kind: "Egress";
|
|
3714
3714
|
outputAddress: {
|
|
3715
|
-
value: string;
|
|
3716
3715
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
3716
|
+
value: string;
|
|
3717
3717
|
};
|
|
3718
3718
|
ccmDepositMetadata?: {
|
|
3719
3719
|
channelMetadata: {
|
|
@@ -3722,7 +3722,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
3722
3722
|
ccmAdditionalData: {
|
|
3723
3723
|
__kind: "NotRequired";
|
|
3724
3724
|
} | {
|
|
3725
|
+
__kind: "Solana";
|
|
3725
3726
|
value: {
|
|
3727
|
+
__kind: "V0";
|
|
3726
3728
|
value: {
|
|
3727
3729
|
cfReceiver: {
|
|
3728
3730
|
pubkey: string;
|
|
@@ -3734,7 +3736,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
3734
3736
|
}[];
|
|
3735
3737
|
fallbackAddress: string;
|
|
3736
3738
|
};
|
|
3737
|
-
__kind: "V0";
|
|
3738
3739
|
} | {
|
|
3739
3740
|
__kind: "V1";
|
|
3740
3741
|
ccmAccounts: {
|
|
@@ -3750,15 +3751,14 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
3750
3751
|
};
|
|
3751
3752
|
alts: string[];
|
|
3752
3753
|
};
|
|
3753
|
-
__kind: "Solana";
|
|
3754
3754
|
};
|
|
3755
3755
|
};
|
|
3756
3756
|
sourceChain: {
|
|
3757
3757
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
3758
3758
|
};
|
|
3759
3759
|
sourceAddress?: {
|
|
3760
|
-
value: string;
|
|
3761
3760
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
3761
|
+
value: string;
|
|
3762
3762
|
} | null | undefined;
|
|
3763
3763
|
} | null | undefined;
|
|
3764
3764
|
} | {
|
|
@@ -3781,8 +3781,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
3781
3781
|
outputAction: {
|
|
3782
3782
|
__kind: "Egress";
|
|
3783
3783
|
outputAddress: {
|
|
3784
|
-
value: string;
|
|
3785
3784
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
3785
|
+
value: string;
|
|
3786
3786
|
};
|
|
3787
3787
|
ccmDepositMetadata?: {
|
|
3788
3788
|
channelMetadata: {
|
|
@@ -3791,7 +3791,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
3791
3791
|
ccmAdditionalData: {
|
|
3792
3792
|
__kind: "NotRequired";
|
|
3793
3793
|
} | {
|
|
3794
|
+
__kind: "Solana";
|
|
3794
3795
|
value: {
|
|
3796
|
+
__kind: "V0";
|
|
3795
3797
|
value: {
|
|
3796
3798
|
cfReceiver: {
|
|
3797
3799
|
pubkey: string;
|
|
@@ -3803,7 +3805,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
3803
3805
|
}[];
|
|
3804
3806
|
fallbackAddress: string;
|
|
3805
3807
|
};
|
|
3806
|
-
__kind: "V0";
|
|
3807
3808
|
} | {
|
|
3808
3809
|
__kind: "V1";
|
|
3809
3810
|
ccmAccounts: {
|
|
@@ -3819,15 +3820,14 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
3819
3820
|
};
|
|
3820
3821
|
alts: string[];
|
|
3821
3822
|
};
|
|
3822
|
-
__kind: "Solana";
|
|
3823
3823
|
};
|
|
3824
3824
|
};
|
|
3825
3825
|
sourceChain: {
|
|
3826
3826
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
3827
3827
|
};
|
|
3828
3828
|
sourceAddress?: {
|
|
3829
|
-
value: string;
|
|
3830
3829
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
3830
|
+
value: string;
|
|
3831
3831
|
} | null | undefined;
|
|
3832
3832
|
} | null | undefined;
|
|
3833
3833
|
} | {
|
|
@@ -3862,48 +3862,48 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
3862
3862
|
__kind: "RefundIfExpires";
|
|
3863
3863
|
retryDuration: number;
|
|
3864
3864
|
refundAddress: {
|
|
3865
|
-
value: string;
|
|
3866
3865
|
__kind: "InternalAccount";
|
|
3866
|
+
value: string;
|
|
3867
3867
|
} | {
|
|
3868
|
+
__kind: "ExternalAddress";
|
|
3868
3869
|
value: {
|
|
3869
|
-
value: string;
|
|
3870
3870
|
__kind: "Eth";
|
|
3871
|
-
} | {
|
|
3872
3871
|
value: string;
|
|
3872
|
+
} | {
|
|
3873
3873
|
__kind: "Dot";
|
|
3874
|
+
value: string;
|
|
3874
3875
|
} | {
|
|
3876
|
+
__kind: "Btc";
|
|
3875
3877
|
value: {
|
|
3876
|
-
value: string;
|
|
3877
3878
|
__kind: "P2PKH";
|
|
3878
|
-
} | {
|
|
3879
3879
|
value: string;
|
|
3880
|
-
__kind: "P2SH";
|
|
3881
3880
|
} | {
|
|
3881
|
+
__kind: "P2SH";
|
|
3882
3882
|
value: string;
|
|
3883
|
-
__kind: "P2WPKH";
|
|
3884
3883
|
} | {
|
|
3884
|
+
__kind: "P2WPKH";
|
|
3885
3885
|
value: string;
|
|
3886
|
-
__kind: "P2WSH";
|
|
3887
3886
|
} | {
|
|
3887
|
+
__kind: "P2WSH";
|
|
3888
3888
|
value: string;
|
|
3889
|
+
} | {
|
|
3889
3890
|
__kind: "Taproot";
|
|
3891
|
+
value: string;
|
|
3890
3892
|
} | {
|
|
3891
3893
|
__kind: "OtherSegwit";
|
|
3892
3894
|
version: number;
|
|
3893
3895
|
program: string;
|
|
3894
3896
|
};
|
|
3895
|
-
__kind: "Btc";
|
|
3896
3897
|
} | {
|
|
3897
|
-
value: string;
|
|
3898
3898
|
__kind: "Arb";
|
|
3899
|
-
} | {
|
|
3900
3899
|
value: string;
|
|
3901
|
-
__kind: "Sol";
|
|
3902
3900
|
} | {
|
|
3901
|
+
__kind: "Sol";
|
|
3903
3902
|
value: string;
|
|
3903
|
+
} | {
|
|
3904
3904
|
__kind: "Hub";
|
|
3905
|
+
value: string;
|
|
3905
3906
|
};
|
|
3906
|
-
__kind: "ExternalAddress";
|
|
3907
3907
|
};
|
|
3908
3908
|
refundCcmMetadata?: {
|
|
3909
3909
|
channelMetadata: {
|
|
@@ -3912,7 +3912,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
3912
3912
|
ccmAdditionalData: {
|
|
3913
3913
|
__kind: "NotRequired";
|
|
3914
3914
|
} | {
|
|
3915
|
+
__kind: "Solana";
|
|
3915
3916
|
value: {
|
|
3917
|
+
__kind: "V0";
|
|
3916
3918
|
value: {
|
|
3917
3919
|
cfReceiver: {
|
|
3918
3920
|
pubkey: string;
|
|
@@ -3924,7 +3926,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
3924
3926
|
}[];
|
|
3925
3927
|
fallbackAddress: string;
|
|
3926
3928
|
};
|
|
3927
|
-
__kind: "V0";
|
|
3928
3929
|
} | {
|
|
3929
3930
|
__kind: "V1";
|
|
3930
3931
|
ccmAccounts: {
|
|
@@ -3940,49 +3941,48 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
3940
3941
|
};
|
|
3941
3942
|
alts: string[];
|
|
3942
3943
|
};
|
|
3943
|
-
__kind: "Solana";
|
|
3944
3944
|
};
|
|
3945
3945
|
};
|
|
3946
3946
|
sourceChain: {
|
|
3947
3947
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
3948
3948
|
};
|
|
3949
3949
|
sourceAddress?: {
|
|
3950
|
-
value: string;
|
|
3951
3950
|
__kind: "Eth";
|
|
3952
|
-
} | {
|
|
3953
3951
|
value: string;
|
|
3952
|
+
} | {
|
|
3954
3953
|
__kind: "Dot";
|
|
3954
|
+
value: string;
|
|
3955
3955
|
} | {
|
|
3956
|
+
__kind: "Btc";
|
|
3956
3957
|
value: {
|
|
3957
|
-
value: string;
|
|
3958
3958
|
__kind: "P2PKH";
|
|
3959
|
-
} | {
|
|
3960
3959
|
value: string;
|
|
3961
|
-
__kind: "P2SH";
|
|
3962
3960
|
} | {
|
|
3961
|
+
__kind: "P2SH";
|
|
3963
3962
|
value: string;
|
|
3964
|
-
__kind: "P2WPKH";
|
|
3965
3963
|
} | {
|
|
3964
|
+
__kind: "P2WPKH";
|
|
3966
3965
|
value: string;
|
|
3967
|
-
__kind: "P2WSH";
|
|
3968
3966
|
} | {
|
|
3967
|
+
__kind: "P2WSH";
|
|
3969
3968
|
value: string;
|
|
3969
|
+
} | {
|
|
3970
3970
|
__kind: "Taproot";
|
|
3971
|
+
value: string;
|
|
3971
3972
|
} | {
|
|
3972
3973
|
__kind: "OtherSegwit";
|
|
3973
3974
|
version: number;
|
|
3974
3975
|
program: string;
|
|
3975
3976
|
};
|
|
3976
|
-
__kind: "Btc";
|
|
3977
3977
|
} | {
|
|
3978
|
-
value: string;
|
|
3979
3978
|
__kind: "Arb";
|
|
3980
|
-
} | {
|
|
3981
3979
|
value: string;
|
|
3982
|
-
__kind: "Sol";
|
|
3983
3980
|
} | {
|
|
3981
|
+
__kind: "Sol";
|
|
3984
3982
|
value: string;
|
|
3983
|
+
} | {
|
|
3985
3984
|
__kind: "Hub";
|
|
3985
|
+
value: string;
|
|
3986
3986
|
} | null | undefined;
|
|
3987
3987
|
} | null | undefined;
|
|
3988
3988
|
};
|