@chainflip/processor 2.1.0-alpha.3 → 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/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/ccmEgressInvalid.d.mts +4 -4
- 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/egressScheduled.d.mts +4 -4
- 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/failureReportProcessed.d.mts +2 -2
- package/dist/100/bitcoinThresholdSigner/retryRequested.cjs +12 -0
- package/dist/100/bitcoinThresholdSigner/retryRequested.d.cts +15 -0
- package/dist/100/bitcoinThresholdSigner/retryRequested.d.mts +2 -2
- 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 +2 -2
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureFailed.cjs +13 -0
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureFailed.d.cts +18 -0
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureFailed.d.mts +2 -2
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureRequest.cjs +16 -0
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureRequest.d.cts +52 -0
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureRequest.d.mts +2 -2
- 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/bitcoinThresholdSigner/thresholdSignatureSuccess.d.mts +2 -2
- 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 +59 -59
- 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/runtimeSafeModeUpdated.d.mts +28 -28
- 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/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/ccmEgressInvalid.d.mts +4 -4
- 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/egressScheduled.d.mts +2 -2
- 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/failureReportProcessed.d.mts +2 -2
- package/dist/100/ethereumThresholdSigner/retryRequested.cjs +12 -0
- package/dist/100/ethereumThresholdSigner/retryRequested.d.cts +15 -0
- package/dist/100/ethereumThresholdSigner/retryRequested.d.mts +2 -2
- 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 +2 -2
- package/dist/100/ethereumThresholdSigner/thresholdSignatureFailed.cjs +13 -0
- package/dist/100/ethereumThresholdSigner/thresholdSignatureFailed.d.cts +18 -0
- package/dist/100/ethereumThresholdSigner/thresholdSignatureFailed.d.mts +2 -2
- package/dist/100/ethereumThresholdSigner/thresholdSignatureRequest.cjs +16 -0
- package/dist/100/ethereumThresholdSigner/thresholdSignatureRequest.d.cts +54 -0
- package/dist/100/ethereumThresholdSigner/thresholdSignatureRequest.d.mts +2 -2
- 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/ethereumThresholdSigner/thresholdSignatureSuccess.d.mts +2 -2
- 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/boundExecutorAddress.d.mts +2 -2
- package/dist/100/funding/boundRedeemAddress.cjs +12 -0
- package/dist/100/funding/boundRedeemAddress.d.cts +15 -0
- package/dist/100/funding/boundRedeemAddress.d.mts +2 -2
- package/dist/100/funding/failedFundingAttempt.cjs +13 -0
- package/dist/100/funding/failedFundingAttempt.d.cts +18 -0
- package/dist/100/funding/failedFundingAttempt.d.mts +2 -2
- package/dist/100/funding/funded.cjs +14 -0
- package/dist/100/funding/funded.d.cts +21 -0
- package/dist/100/funding/funded.d.mts +2 -2
- 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/assetSwapped.d.mts +12 -12
- package/dist/100/liquidityPools/limitOrderUpdated.cjs +19 -0
- package/dist/100/liquidityPools/limitOrderUpdated.d.cts +86 -0
- package/dist/100/liquidityPools/limitOrderUpdated.d.mts +14 -14
- 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/newPoolCreated.d.mts +12 -12
- package/dist/100/liquidityPools/poolFeeSet.cjs +13 -0
- package/dist/100/liquidityPools/poolFeeSet.d.cts +38 -0
- package/dist/100/liquidityPools/poolFeeSet.d.mts +12 -12
- package/dist/100/liquidityPools/poolStateUpdated.cjs +13 -0
- package/dist/100/liquidityPools/poolStateUpdated.d.cts +38 -0
- package/dist/100/liquidityPools/poolStateUpdated.d.mts +12 -12
- package/dist/100/liquidityPools/rangeOrderUpdated.cjs +21 -0
- package/dist/100/liquidityPools/rangeOrderUpdated.d.cts +209 -0
- package/dist/100/liquidityPools/rangeOrderUpdated.d.mts +20 -20
- 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/accountCredited.d.mts +7 -7
- package/dist/100/liquidityProvider/accountDebited.cjs +13 -0
- package/dist/100/liquidityProvider/accountDebited.d.cts +28 -0
- package/dist/100/liquidityProvider/accountDebited.d.mts +7 -7
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.cjs +15 -0
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.cts +67 -0
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.mts +16 -16
- package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.cjs +13 -0
- package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.cts +206 -0
- package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.mts +2 -2
- package/dist/100/liquidityProvider/withdrawalEgressScheduled.cjs +14 -0
- package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.cts +74 -0
- package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.mts +14 -14
- 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/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/ccmEgressInvalid.d.mts +4 -4
- 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/egressScheduled.d.mts +2 -2
- 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/failureReportProcessed.d.mts +2 -2
- package/dist/100/polkadotThresholdSigner/retryRequested.cjs +12 -0
- package/dist/100/polkadotThresholdSigner/retryRequested.d.cts +15 -0
- package/dist/100/polkadotThresholdSigner/retryRequested.d.mts +2 -2
- 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 +2 -2
- package/dist/100/polkadotThresholdSigner/thresholdSignatureFailed.cjs +13 -0
- package/dist/100/polkadotThresholdSigner/thresholdSignatureFailed.d.cts +18 -0
- package/dist/100/polkadotThresholdSigner/thresholdSignatureFailed.d.mts +2 -2
- package/dist/100/polkadotThresholdSigner/thresholdSignatureRequest.cjs +16 -0
- package/dist/100/polkadotThresholdSigner/thresholdSignatureRequest.d.cts +27 -0
- package/dist/100/polkadotThresholdSigner/thresholdSignatureRequest.d.mts +2 -2
- 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/polkadotThresholdSigner/thresholdSignatureSuccess.d.mts +2 -2
- 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/batchSwapFailed.d.mts +6 -6
- package/dist/100/swapping/ccmDepositReceived.cjs +16 -0
- package/dist/100/swapping/ccmDepositReceived.d.cts +354 -0
- package/dist/100/swapping/ccmDepositReceived.d.mts +8 -8
- 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 +8 -8
- package/dist/100/swapping/minimumSwapAmountSet.cjs +12 -0
- package/dist/100/swapping/minimumSwapAmountSet.d.cts +25 -0
- package/dist/100/swapping/minimumSwapAmountSet.d.mts +6 -6
- package/dist/100/swapping/swapAmountTooLow.cjs +14 -0
- package/dist/100/swapping/swapAmountTooLow.d.cts +149 -0
- package/dist/100/swapping/swapAmountTooLow.d.mts +19 -19
- package/dist/100/swapping/swapDepositAddressReady.cjs +18 -0
- package/dist/100/swapping/swapDepositAddressReady.d.cts +139 -0
- package/dist/100/swapping/swapDepositAddressReady.d.mts +22 -22
- package/dist/100/swapping/swapEgressScheduled.cjs +14 -0
- package/dist/100/swapping/swapEgressScheduled.d.cts +41 -0
- package/dist/100/swapping/swapEgressScheduled.d.mts +10 -10
- package/dist/100/swapping/swapExecuted.cjs +16 -0
- package/dist/100/swapping/swapExecuted.d.cts +47 -0
- package/dist/100/swapping/swapExecuted.d.mts +15 -15
- package/dist/100/swapping/swapScheduled.cjs +18 -0
- package/dist/100/swapping/swapScheduled.d.cts +450 -0
- package/dist/100/swapping/swapScheduled.d.mts +28 -28
- package/dist/100/swapping/withdrawalRequested.cjs +13 -0
- package/dist/100/swapping/withdrawalRequested.d.cts +61 -0
- package/dist/100/swapping/withdrawalRequested.d.mts +8 -8
- 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/govKeyUpdatedHasFailed.d.mts +2 -2
- package/dist/100/tokenholderGovernance/govKeyUpdatedWasSuccessful.cjs +12 -0
- package/dist/100/tokenholderGovernance/govKeyUpdatedWasSuccessful.d.cts +25 -0
- package/dist/100/tokenholderGovernance/govKeyUpdatedWasSuccessful.d.mts +2 -2
- 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 +10 -10
- 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 +10 -10
- 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 +17 -17
- 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/common.cjs +159 -0
- package/dist/111/common.d.cts +457 -0
- 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/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/newPoolCreated.cjs +14 -0
- package/dist/111/liquidityPools/newPoolCreated.d.cts +41 -0
- package/dist/111/liquidityPools/poolFeeSet.cjs +13 -0
- package/dist/111/liquidityPools/poolFeeSet.d.cts +38 -0
- package/dist/111/liquidityPools/rangeOrderUpdated.cjs +21 -0
- package/dist/111/liquidityPools/rangeOrderUpdated.d.cts +209 -0
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.cjs +13 -0
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.cts +235 -0
- 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/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 +28 -28
- 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 +40 -40
- 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 +50 -50
- 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 +492 -492
- package/dist/11100/environment/runtimeSafeModeUpdated.cjs +9 -0
- package/dist/11100/environment/runtimeSafeModeUpdated.d.cts +1516 -0
- package/dist/11100/environment/runtimeSafeModeUpdated.d.mts +118 -118
- package/dist/11100/ethereumIngressEgress/depositFailed.cjs +13 -0
- package/dist/11100/ethereumIngressEgress/depositFailed.d.cts +1417 -0
- package/dist/11100/ethereumIngressEgress/depositFailed.d.mts +28 -28
- 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/collateralAdded.d.mts +12 -12
- package/dist/11100/lendingPools/collateralRemoved.cjs +13 -0
- package/dist/11100/lendingPools/collateralRemoved.d.cts +38 -0
- package/dist/11100/lendingPools/collateralRemoved.d.mts +12 -12
- package/dist/11100/lendingPools/lendingFeeCollectionInitiated.cjs +12 -0
- package/dist/11100/lendingPools/lendingFeeCollectionInitiated.d.cts +25 -0
- package/dist/11100/lendingPools/lendingFeeCollectionInitiated.d.mts +6 -6
- package/dist/11100/lendingPools/lendingFundsAdded.cjs +13 -0
- package/dist/11100/lendingPools/lendingFundsAdded.d.cts +28 -0
- package/dist/11100/lendingPools/lendingFundsAdded.d.mts +7 -7
- package/dist/11100/lendingPools/lendingFundsRemoved.cjs +13 -0
- package/dist/11100/lendingPools/lendingFundsRemoved.d.cts +28 -0
- package/dist/11100/lendingPools/lendingFundsRemoved.d.mts +6 -6
- package/dist/11100/lendingPools/lendingPoolCreated.cjs +9 -0
- package/dist/11100/lendingPools/lendingPoolCreated.d.cts +22 -0
- package/dist/11100/lendingPools/lendingPoolCreated.d.mts +6 -6
- 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/loanCreated.d.mts +9 -9
- package/dist/11100/lendingPools/loanRepaid.cjs +13 -0
- package/dist/11100/lendingPools/loanRepaid.d.cts +28 -0
- package/dist/11100/lendingPools/loanRepaid.d.mts +6 -6
- package/dist/11100/lendingPools/loanSettled.cjs +12 -0
- package/dist/11100/lendingPools/loanSettled.d.cts +25 -0
- package/dist/11100/lendingPools/loanSettled.d.mts +6 -6
- 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 +46 -46
- 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 +28 -28
- 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/swapAborted.d.mts +2 -2
- package/dist/11100/swapping/swapDepositAddressReady.cjs +24 -0
- package/dist/11100/swapping/swapDepositAddressReady.d.cts +695 -0
- package/dist/11100/swapping/swapDepositAddressReady.d.mts +14 -14
- package/dist/11100/swapping/swapExecuted.cjs +20 -0
- package/dist/11100/swapping/swapExecuted.d.cts +59 -0
- package/dist/11100/swapping/swapExecuted.d.mts +14 -14
- package/dist/11100/swapping/swapRequested.cjs +19 -0
- package/dist/11100/swapping/swapRequested.d.cts +3022 -0
- package/dist/11100/swapping/swapRequested.d.mts +42 -42
- package/dist/11100/swapping/swapRescheduled.cjs +13 -0
- package/dist/11100/swapping/swapRescheduled.d.cts +28 -0
- package/dist/11100/swapping/swapRescheduled.d.mts +2 -2
- 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/operatorAcceptedByValidator.d.mts +2 -2
- 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/validatorClaimed.d.mts +2 -2
- package/dist/11100/validator/validatorRemovedFromOperator.cjs +12 -0
- package/dist/11100/validator/validatorRemovedFromOperator.d.cts +15 -0
- package/dist/11100/validator/validatorRemovedFromOperator.d.mts +2 -2
- 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 +184 -184
- 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 +2689 -2689
- 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 +184 -184
- 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 +370 -370
- 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 +20 -20
- 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 +243 -243
- 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/depositIgnored.d.mts +4 -4
- 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/assetSwapped.d.mts +12 -12
- package/dist/131/liquidityPools/limitOrderUpdated.cjs +20 -0
- package/dist/131/liquidityPools/limitOrderUpdated.d.cts +99 -0
- package/dist/131/liquidityPools/limitOrderUpdated.d.mts +25 -25
- package/dist/131/liquidityPools/newPoolCreated.cjs +14 -0
- package/dist/131/liquidityPools/newPoolCreated.d.cts +41 -0
- package/dist/131/liquidityPools/newPoolCreated.d.mts +12 -12
- package/dist/131/liquidityPools/poolFeeSet.cjs +13 -0
- package/dist/131/liquidityPools/poolFeeSet.d.cts +38 -0
- package/dist/131/liquidityPools/poolFeeSet.d.mts +12 -12
- package/dist/131/liquidityPools/rangeOrderUpdated.cjs +21 -0
- package/dist/131/liquidityPools/rangeOrderUpdated.d.cts +209 -0
- package/dist/131/liquidityPools/rangeOrderUpdated.d.mts +29 -29
- package/dist/131/liquidityProvider/accountCredited.cjs +13 -0
- package/dist/131/liquidityProvider/accountCredited.d.cts +28 -0
- package/dist/131/liquidityProvider/accountCredited.d.mts +6 -6
- package/dist/131/liquidityProvider/accountDebited.cjs +13 -0
- package/dist/131/liquidityProvider/accountDebited.d.cts +28 -0
- package/dist/131/liquidityProvider/accountDebited.d.mts +6 -6
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.cjs +17 -0
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.cts +73 -0
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.mts +15 -15
- package/dist/131/liquidityProvider/liquidityDepositCredited.cjs +13 -0
- package/dist/131/liquidityProvider/liquidityDepositCredited.d.cts +28 -0
- package/dist/131/liquidityProvider/liquidityDepositCredited.d.mts +6 -6
- package/dist/131/liquidityProvider/withdrawalEgressScheduled.cjs +15 -0
- package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.cts +77 -0
- package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.mts +14 -14
- 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/offencePenalty.d.mts +2 -2
- 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/batchSwapFailed.d.mts +6 -6
- package/dist/131/swapping/ccmFailed.cjs +14 -0
- package/dist/131/swapping/ccmFailed.d.cts +443 -0
- package/dist/131/swapping/ccmFailed.d.mts +67 -67
- package/dist/131/swapping/maximumSwapAmountSet.cjs +12 -0
- package/dist/131/swapping/maximumSwapAmountSet.d.cts +25 -0
- package/dist/131/swapping/maximumSwapAmountSet.d.mts +6 -6
- package/dist/131/swapping/swapAmountConfiscated.cjs +15 -0
- package/dist/131/swapping/swapAmountConfiscated.d.cts +44 -0
- package/dist/131/swapping/swapAmountConfiscated.d.mts +12 -12
- package/dist/131/swapping/swapDepositAddressReady.cjs +20 -0
- package/dist/131/swapping/swapDepositAddressReady.d.cts +145 -0
- package/dist/131/swapping/swapDepositAddressReady.d.mts +24 -24
- package/dist/131/swapping/swapEgressIgnored.cjs +14 -0
- package/dist/131/swapping/swapEgressIgnored.d.cts +248 -0
- package/dist/131/swapping/swapEgressIgnored.d.mts +28 -28
- package/dist/131/swapping/swapEgressScheduled.cjs +15 -0
- package/dist/131/swapping/swapEgressScheduled.d.cts +44 -0
- package/dist/131/swapping/swapEgressScheduled.d.mts +8 -8
- package/dist/131/swapping/swapExecuted.cjs +18 -0
- package/dist/131/swapping/swapExecuted.d.cts +53 -0
- package/dist/131/swapping/swapExecuted.d.mts +12 -12
- package/dist/131/swapping/swapScheduled.cjs +19 -0
- package/dist/131/swapping/swapScheduled.d.cts +463 -0
- package/dist/131/swapping/swapScheduled.d.mts +95 -95
- package/dist/131/swapping/withdrawalRequested.cjs +15 -0
- package/dist/131/swapping/withdrawalRequested.d.cts +77 -0
- package/dist/131/swapping/withdrawalRequested.d.mts +14 -14
- 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/transactionBroadcastRequest.d.mts +8 -8
- 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/boostFundsAdded.d.mts +4 -4
- 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 +4 -4
- package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.cjs +12 -0
- package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.cts +25 -0
- package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.mts +2 -2
- package/dist/141/arbitrumIngressEgress/depositFinalised.cjs +16 -0
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.cts +112 -0
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.mts +5 -5
- package/dist/141/arbitrumIngressEgress/depositIgnored.cjs +14 -0
- package/dist/141/arbitrumIngressEgress/depositIgnored.d.cts +41 -0
- package/dist/141/arbitrumIngressEgress/depositIgnored.d.mts +3 -3
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.cjs +12 -0
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.cts +264 -0
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.mts +6 -6
- 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/insufficientBoostLiquidity.d.mts +3 -3
- 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/stoppedBoosting.d.mts +2 -2
- package/dist/141/arbitrumIngressEgress/transferFallbackRequested.cjs +14 -0
- package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.cts +31 -0
- package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.mts +4 -4
- 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/boostFundsAdded.d.mts +4 -4
- 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 +12 -12
- package/dist/141/bitcoinIngressEgress/depositFinalised.cjs +17 -0
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.cts +225 -0
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.mts +6 -6
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.cjs +14 -0
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +31 -0
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.mts +3 -3
- package/dist/141/bitcoinIngressEgress/stoppedBoosting.cjs +14 -0
- package/dist/141/bitcoinIngressEgress/stoppedBoosting.d.cts +48 -0
- package/dist/141/bitcoinIngressEgress/stoppedBoosting.d.mts +2 -2
- 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 +12 -12
- 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 +15 -15
- 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/boostFundsAdded.d.mts +4 -4
- 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 +10 -10
- package/dist/141/ethereumIngressEgress/depositFinalised.cjs +16 -0
- package/dist/141/ethereumIngressEgress/depositFinalised.d.cts +112 -0
- package/dist/141/ethereumIngressEgress/depositFinalised.d.mts +5 -5
- package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.cjs +14 -0
- package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +31 -0
- package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.mts +3 -3
- package/dist/141/ethereumIngressEgress/stoppedBoosting.cjs +14 -0
- package/dist/141/ethereumIngressEgress/stoppedBoosting.d.cts +48 -0
- package/dist/141/ethereumIngressEgress/stoppedBoosting.d.mts +2 -2
- 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/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/thresholdSignatureRequest.d.mts +2 -2
- 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/accountDebited.cjs +13 -0
- package/dist/141/liquidityProvider/accountDebited.d.cts +28 -0
- package/dist/141/liquidityProvider/assetTransferred.cjs +14 -0
- package/dist/141/liquidityProvider/assetTransferred.d.cts +31 -0
- package/dist/141/liquidityProvider/assetTransferred.d.mts +2 -2
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.cjs +17 -0
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.cts +79 -0
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.mts +8 -8
- package/dist/141/liquidityProvider/liquidityDepositCredited.cjs +13 -0
- package/dist/141/liquidityProvider/liquidityDepositCredited.d.cts +28 -0
- 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 +2 -2
- 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/boostFundsAdded.d.mts +4 -4
- 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 +10 -10
- package/dist/141/polkadotIngressEgress/depositFinalised.cjs +16 -0
- package/dist/141/polkadotIngressEgress/depositFinalised.d.cts +112 -0
- package/dist/141/polkadotIngressEgress/depositFinalised.d.mts +5 -5
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.cjs +14 -0
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +31 -0
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.mts +3 -3
- package/dist/141/polkadotIngressEgress/stoppedBoosting.cjs +14 -0
- package/dist/141/polkadotIngressEgress/stoppedBoosting.d.cts +48 -0
- package/dist/141/polkadotIngressEgress/stoppedBoosting.d.mts +2 -2
- 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/batchSwapFailed.d.mts +2 -2
- 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 +8 -8
- 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 +4 -4
- package/dist/141/swapping/swapEgressIgnored.cjs +14 -0
- package/dist/141/swapping/swapEgressIgnored.d.cts +248 -0
- package/dist/141/swapping/swapEgressIgnored.d.mts +3 -3
- package/dist/141/swapping/swapEgressScheduled.cjs +15 -0
- package/dist/141/swapping/swapEgressScheduled.d.cts +44 -0
- package/dist/141/swapping/swapEgressScheduled.d.mts +3 -3
- package/dist/141/swapping/swapExecuted.cjs +19 -0
- package/dist/141/swapping/swapExecuted.d.cts +376 -0
- package/dist/141/swapping/swapExecuted.d.mts +2 -2
- package/dist/141/swapping/swapScheduled.cjs +20 -0
- package/dist/141/swapping/swapScheduled.d.cts +512 -0
- package/dist/141/swapping/swapScheduled.d.mts +37 -37
- package/dist/141/swapping/withdrawalRequested.cjs +15 -0
- package/dist/141/swapping/withdrawalRequested.d.cts +83 -0
- 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/ccmEgressInvalid.d.mts +20 -20
- package/dist/150/arbitrumIngressEgress/depositBoosted.cjs +20 -0
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.cts +134 -0
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/150/arbitrumIngressEgress/depositFinalised.cjs +18 -0
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.cts +128 -0
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.mts +8 -8
- 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 +24 -24
- 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/refundScheduled.d.mts +52 -52
- package/dist/150/assetBalances/refundSkipped.cjs +13 -0
- package/dist/150/assetBalances/refundSkipped.d.cts +453 -0
- package/dist/150/assetBalances/refundSkipped.d.mts +70 -70
- 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/ccmEgressInvalid.d.mts +20 -20
- package/dist/150/bitcoinIngressEgress/depositBoosted.cjs +20 -0
- package/dist/150/bitcoinIngressEgress/depositBoosted.d.cts +234 -0
- package/dist/150/bitcoinIngressEgress/depositBoosted.d.mts +34 -34
- package/dist/150/bitcoinIngressEgress/depositFinalised.cjs +18 -0
- package/dist/150/bitcoinIngressEgress/depositFinalised.d.cts +228 -0
- package/dist/150/bitcoinIngressEgress/depositFinalised.d.mts +30 -30
- 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/emissions/networkFeeBurned.d.mts +2 -2
- package/dist/150/environment/runtimeSafeModeUpdated.cjs +9 -0
- package/dist/150/environment/runtimeSafeModeUpdated.d.cts +1127 -0
- package/dist/150/environment/runtimeSafeModeUpdated.d.mts +40 -40
- 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/ccmEgressInvalid.d.mts +20 -20
- package/dist/150/ethereumIngressEgress/depositBoosted.cjs +20 -0
- package/dist/150/ethereumIngressEgress/depositBoosted.d.cts +134 -0
- package/dist/150/ethereumIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/150/ethereumIngressEgress/depositFinalised.cjs +18 -0
- package/dist/150/ethereumIngressEgress/depositFinalised.d.cts +128 -0
- package/dist/150/ethereumIngressEgress/depositFinalised.d.mts +8 -8
- 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 +24 -24
- 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 +21 -21
- 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 +21 -21
- 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 +52 -52
- 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/ccmEgressInvalid.d.mts +20 -20
- package/dist/150/polkadotIngressEgress/depositBoosted.cjs +20 -0
- package/dist/150/polkadotIngressEgress/depositBoosted.d.cts +124 -0
- package/dist/150/polkadotIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/150/polkadotIngressEgress/depositFinalised.cjs +18 -0
- package/dist/150/polkadotIngressEgress/depositFinalised.d.cts +118 -0
- package/dist/150/polkadotIngressEgress/depositFinalised.d.mts +8 -8
- 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 +24 -24
- 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/broadcastCallbackExecuted.d.mts +28 -28
- 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/ccmEgressInvalid.d.mts +20 -20
- 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 +10 -10
- package/dist/150/solanaIngressEgress/depositFetchesScheduled.cjs +12 -0
- package/dist/150/solanaIngressEgress/depositFetchesScheduled.d.cts +25 -0
- package/dist/150/solanaIngressEgress/depositFinalised.cjs +17 -0
- package/dist/150/solanaIngressEgress/depositFinalised.d.cts +115 -0
- package/dist/150/solanaIngressEgress/depositFinalised.d.mts +6 -6
- 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 +20 -20
- 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/failedToBuildAllBatchCall.d.mts +28 -28
- package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.cjs +14 -0
- package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.d.cts +31 -0
- 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/failureReportProcessed.d.mts +2 -2
- 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/retryRequested.d.mts +2 -2
- 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 +30 -30
- package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.cjs +13 -0
- package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.cts +18 -0
- package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.mts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.cjs +15 -0
- package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.cts +24 -0
- package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.mts +4 -4
- 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/solanaThresholdSigner/thresholdSignatureSuccess.d.mts +2 -2
- 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 +78 -78
- 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 +83 -83
- 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 +24 -24
- package/dist/150/swapping/refundEgressScheduled.cjs +15 -0
- package/dist/150/swapping/refundEgressScheduled.d.cts +44 -0
- package/dist/150/swapping/refundEgressScheduled.d.mts +10 -10
- 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 +25 -25
- package/dist/150/swapping/swapEgressIgnored.cjs +14 -0
- package/dist/150/swapping/swapEgressIgnored.d.cts +248 -0
- package/dist/150/swapping/swapEgressIgnored.d.mts +24 -24
- package/dist/150/swapping/swapEgressScheduled.cjs +15 -0
- package/dist/150/swapping/swapEgressScheduled.d.cts +44 -0
- package/dist/150/swapping/swapEgressScheduled.d.mts +10 -10
- package/dist/150/swapping/swapExecuted.cjs +19 -0
- package/dist/150/swapping/swapExecuted.d.cts +397 -0
- package/dist/150/swapping/swapExecuted.d.mts +101 -101
- 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 +113 -113
- package/dist/150/swapping/withdrawalRequested.cjs +15 -0
- package/dist/150/swapping/withdrawalRequested.d.cts +89 -0
- package/dist/150/swapping/withdrawalRequested.d.mts +13 -13
- 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/proposalEnacted.d.mts +8 -8
- package/dist/150/tokenholderGovernance/proposalPassed.cjs +9 -0
- package/dist/150/tokenholderGovernance/proposalPassed.d.cts +54 -0
- package/dist/150/tokenholderGovernance/proposalPassed.d.mts +8 -8
- package/dist/150/tokenholderGovernance/proposalRejected.cjs +9 -0
- package/dist/150/tokenholderGovernance/proposalRejected.d.cts +54 -0
- package/dist/150/tokenholderGovernance/proposalRejected.d.mts +8 -8
- package/dist/150/tokenholderGovernance/proposalSubmitted.cjs +9 -0
- package/dist/150/tokenholderGovernance/proposalSubmitted.d.cts +54 -0
- package/dist/150/tokenholderGovernance/proposalSubmitted.d.mts +8 -8
- 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/depositBoosted.cjs +20 -0
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.cts +129 -0
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.mts +10 -10
- package/dist/160/arbitrumIngressEgress/depositFinalised.cjs +18 -0
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.cts +123 -0
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.mts +6 -6
- package/dist/160/assetBalances/accountCredited.cjs +14 -0
- package/dist/160/assetBalances/accountCredited.d.cts +31 -0
- package/dist/160/assetBalances/accountCredited.d.mts +6 -6
- package/dist/160/assetBalances/accountDebited.cjs +14 -0
- package/dist/160/assetBalances/accountDebited.d.cts +31 -0
- package/dist/160/assetBalances/accountDebited.d.mts +6 -6
- 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 +10 -10
- package/dist/160/bitcoinIngressEgress/depositFinalised.cjs +18 -0
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.cts +223 -0
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.mts +6 -6
- package/dist/160/common.cjs +602 -0
- package/dist/160/common.d.cts +3828 -0
- package/dist/160/common.d.mts +42 -42
- 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 +10 -10
- package/dist/160/ethereumIngressEgress/depositFinalised.cjs +18 -0
- package/dist/160/ethereumIngressEgress/depositFinalised.d.cts +123 -0
- package/dist/160/ethereumIngressEgress/depositFinalised.d.mts +6 -6
- package/dist/160/liquidityPools/assetSwapped.cjs +14 -0
- package/dist/160/liquidityPools/assetSwapped.d.cts +41 -0
- package/dist/160/liquidityPools/assetSwapped.d.mts +12 -12
- 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 +9 -9
- package/dist/160/liquidityProvider/withdrawalEgressScheduled.cjs +15 -0
- package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.cts +89 -0
- package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.mts +6 -6
- 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 +10 -10
- package/dist/160/polkadotIngressEgress/depositFinalised.cjs +18 -0
- package/dist/160/polkadotIngressEgress/depositFinalised.d.cts +113 -0
- package/dist/160/polkadotIngressEgress/depositFinalised.d.mts +6 -6
- 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 +8 -8
- package/dist/160/solanaIngressEgress/depositFetchesScheduled.cjs +12 -0
- package/dist/160/solanaIngressEgress/depositFetchesScheduled.d.cts +25 -0
- package/dist/160/solanaIngressEgress/depositFetchesScheduled.d.mts +2 -2
- package/dist/160/solanaIngressEgress/depositFinalised.cjs +17 -0
- package/dist/160/solanaIngressEgress/depositFinalised.d.cts +110 -0
- package/dist/160/solanaIngressEgress/depositFinalised.d.mts +4 -4
- package/dist/160/solanaIngressEgress/depositIgnored.cjs +14 -0
- package/dist/160/solanaIngressEgress/depositIgnored.d.cts +41 -0
- package/dist/160/solanaIngressEgress/depositWitnessRejected.cjs +12 -0
- package/dist/160/solanaIngressEgress/depositWitnessRejected.d.cts +264 -0
- package/dist/160/solanaIngressEgress/insufficientBoostLiquidity.cjs +14 -0
- package/dist/160/solanaIngressEgress/insufficientBoostLiquidity.d.cts +31 -0
- package/dist/160/solanaIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- 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/ccmFailed.d.mts +4 -4
- 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 +7 -7
- package/dist/160/swapping/refundEgressScheduled.cjs +15 -0
- package/dist/160/swapping/refundEgressScheduled.d.cts +44 -0
- package/dist/160/swapping/refundEgressScheduled.d.mts +7 -7
- package/dist/160/swapping/swapAmountConfiscated.cjs +14 -0
- package/dist/160/swapping/swapAmountConfiscated.d.cts +31 -0
- package/dist/160/swapping/swapAmountConfiscated.d.mts +7 -7
- package/dist/160/swapping/swapDepositAddressReady.cjs +23 -0
- package/dist/160/swapping/swapDepositAddressReady.d.cts +291 -0
- package/dist/160/swapping/swapDepositAddressReady.d.mts +14 -14
- package/dist/160/swapping/swapEgressIgnored.cjs +14 -0
- package/dist/160/swapping/swapEgressIgnored.d.cts +248 -0
- package/dist/160/swapping/swapEgressIgnored.d.mts +7 -7
- package/dist/160/swapping/swapEgressScheduled.cjs +15 -0
- package/dist/160/swapping/swapEgressScheduled.d.cts +44 -0
- package/dist/160/swapping/swapEgressScheduled.d.mts +7 -7
- package/dist/160/swapping/swapExecuted.cjs +19 -0
- package/dist/160/swapping/swapExecuted.d.cts +56 -0
- package/dist/160/swapping/swapExecuted.d.mts +13 -13
- 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 +14 -14
- package/dist/160/swapping/swapScheduled.cjs +15 -0
- package/dist/160/swapping/swapScheduled.d.cts +34 -0
- package/dist/160/swapping/swapScheduled.d.mts +6 -6
- 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/boostedDepositLost.d.mts +2 -2
- 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 +6 -6
- package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +560 -0
- package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +50 -50
- package/dist/170/arbitrumIngressEgress/transactionRejectedByBroker.cjs +12 -0
- package/dist/170/arbitrumIngressEgress/transactionRejectedByBroker.d.cts +25 -0
- package/dist/170/arbitrumIngressEgress/transactionRejectedByBroker.d.mts +2 -2
- 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/boostedDepositLost.d.mts +2 -2
- 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 +30 -30
- 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 +26 -26
- package/dist/170/bitcoinIngressEgress/depositIgnored.cjs +15 -0
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.cts +268 -0
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.mts +30 -30
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.cjs +12 -0
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.cts +565 -0
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.mts +56 -56
- package/dist/170/bitcoinIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/170/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +560 -0
- package/dist/170/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +50 -50
- package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.cjs +12 -0
- package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.cts +144 -0
- package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.mts +6 -6
- package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.cjs +9 -0
- package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.cts +141 -0
- package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.mts +4 -4
- 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 +148 -148
- 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/boostedDepositLost.d.mts +2 -2
- 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 +6 -6
- package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +560 -0
- package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +50 -50
- package/dist/170/ethereumIngressEgress/transactionRejectedByBroker.cjs +12 -0
- package/dist/170/ethereumIngressEgress/transactionRejectedByBroker.d.cts +25 -0
- package/dist/170/ethereumIngressEgress/transactionRejectedByBroker.d.mts +2 -2
- 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/boostedDepositLost.d.mts +2 -2
- 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 +6 -6
- package/dist/170/polkadotIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/170/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +560 -0
- package/dist/170/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +50 -50
- package/dist/170/polkadotIngressEgress/transactionRejectedByBroker.cjs +11 -0
- package/dist/170/polkadotIngressEgress/transactionRejectedByBroker.d.cts +15 -0
- package/dist/170/polkadotIngressEgress/transactionRejectedByBroker.d.mts +2 -2
- 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/offencePenalty.d.mts +4 -4
- package/dist/170/reputation/penaltyUpdated.cjs +13 -0
- package/dist/170/reputation/penaltyUpdated.d.cts +155 -0
- package/dist/170/reputation/penaltyUpdated.d.mts +4 -4
- 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/boostedDepositLost.d.mts +2 -2
- 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 +6 -6
- package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +560 -0
- package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +50 -50
- 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 +24 -24
- package/dist/180/arbitrumIngressEgress/depositBoosted.cjs +22 -0
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.cts +145 -0
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.mts +18 -18
- package/dist/180/arbitrumIngressEgress/depositFailed.cjs +13 -0
- package/dist/180/arbitrumIngressEgress/depositFailed.d.cts +1370 -0
- package/dist/180/arbitrumIngressEgress/depositFailed.d.mts +68 -68
- package/dist/180/arbitrumIngressEgress/depositFinalised.cjs +20 -0
- package/dist/180/arbitrumIngressEgress/depositFinalised.d.cts +139 -0
- package/dist/180/arbitrumIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +560 -0
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +20 -20
- 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/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 +22 -22
- package/dist/180/bitcoinIngressEgress/depositFailed.cjs +13 -0
- package/dist/180/bitcoinIngressEgress/depositFailed.d.cts +2279 -0
- package/dist/180/bitcoinIngressEgress/depositFailed.d.mts +114 -114
- package/dist/180/bitcoinIngressEgress/depositFinalised.cjs +20 -0
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.cts +353 -0
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.mts +16 -16
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +560 -0
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +20 -20
- 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/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 +466 -466
- 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 +24 -24
- package/dist/180/ethereumIngressEgress/depositBoosted.cjs +22 -0
- package/dist/180/ethereumIngressEgress/depositBoosted.d.cts +145 -0
- package/dist/180/ethereumIngressEgress/depositBoosted.d.mts +18 -18
- package/dist/180/ethereumIngressEgress/depositFailed.cjs +13 -0
- package/dist/180/ethereumIngressEgress/depositFailed.d.cts +1370 -0
- package/dist/180/ethereumIngressEgress/depositFailed.d.mts +68 -68
- package/dist/180/ethereumIngressEgress/depositFinalised.cjs +20 -0
- package/dist/180/ethereumIngressEgress/depositFinalised.d.cts +139 -0
- package/dist/180/ethereumIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +560 -0
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +20 -20
- 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/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 +24 -24
- 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 +71 -71
- package/dist/180/polkadotIngressEgress/depositFinalised.cjs +20 -0
- package/dist/180/polkadotIngressEgress/depositFinalised.d.cts +129 -0
- package/dist/180/polkadotIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +560 -0
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +20 -20
- 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/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 +24 -24
- package/dist/180/solanaIngressEgress/depositBoosted.cjs +21 -0
- package/dist/180/solanaIngressEgress/depositBoosted.d.cts +132 -0
- package/dist/180/solanaIngressEgress/depositBoosted.d.mts +18 -18
- package/dist/180/solanaIngressEgress/depositFailed.cjs +13 -0
- package/dist/180/solanaIngressEgress/depositFailed.d.cts +1320 -0
- package/dist/180/solanaIngressEgress/depositFailed.d.mts +59 -59
- 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 +20 -20
- 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/transactionRejectionRequestReceived.cjs +13 -0
- package/dist/180/solanaIngressEgress/transactionRejectionRequestReceived.d.cts +18 -0
- package/dist/180/solanaIngressEgress/transferFallbackRequested.cjs +15 -0
- package/dist/180/solanaIngressEgress/transferFallbackRequested.d.cts +66 -0
- 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 +32 -32
- 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 +20 -20
- package/dist/180/swapping/swapScheduled.cjs +15 -0
- package/dist/180/swapping/swapScheduled.d.cts +34 -0
- package/dist/180/swapping/withdrawalRequested.cjs +16 -0
- package/dist/180/swapping/withdrawalRequested.d.cts +92 -0
- package/dist/180/swapping/withdrawalRequested.d.mts +6 -6
- 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/ccmBroadcastRequested.d.mts +2 -2
- package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.cts +543 -0
- package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.mts +57 -57
- package/dist/190/arbitrumIngressEgress/depositBoosted.cjs +22 -0
- package/dist/190/arbitrumIngressEgress/depositBoosted.d.cts +194 -0
- package/dist/190/arbitrumIngressEgress/depositBoosted.d.mts +18 -18
- package/dist/190/arbitrumIngressEgress/depositFailed.cjs +13 -0
- package/dist/190/arbitrumIngressEgress/depositFailed.d.cts +1355 -0
- package/dist/190/arbitrumIngressEgress/depositFailed.d.mts +160 -160
- package/dist/190/arbitrumIngressEgress/depositFinalised.cjs +20 -0
- package/dist/190/arbitrumIngressEgress/depositFinalised.d.cts +188 -0
- package/dist/190/arbitrumIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +560 -0
- package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +57 -57
- 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/accountDebited.cjs +14 -0
- package/dist/190/assetBalances/accountDebited.d.cts +31 -0
- package/dist/190/assetBalances/refundScheduled.cjs +13 -0
- package/dist/190/assetBalances/refundScheduled.d.cts +251 -0
- package/dist/190/assetBalances/refundScheduled.d.mts +56 -56
- package/dist/190/assetBalances/refundSkipped.cjs +13 -0
- package/dist/190/assetBalances/refundSkipped.d.cts +468 -0
- package/dist/190/assetBalances/refundSkipped.d.mts +70 -70
- 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/broadcastCallbackExecuted.d.mts +28 -28
- 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/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/boostFundsAdded.d.mts +2 -2
- 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/ccmEgressInvalid.d.mts +57 -57
- 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 +18 -18
- 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 +160 -160
- package/dist/190/assethubIngressEgress/depositFetchesScheduled.cjs +12 -0
- package/dist/190/assethubIngressEgress/depositFetchesScheduled.d.cts +25 -0
- package/dist/190/assethubIngressEgress/depositFinalised.cjs +20 -0
- package/dist/190/assethubIngressEgress/depositFinalised.d.cts +178 -0
- package/dist/190/assethubIngressEgress/depositFinalised.d.mts +12 -12
- 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/failedToBuildAllBatchCall.d.mts +57 -57
- 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/stoppedBoosting.d.mts +2 -2
- 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/ccmEgressInvalid.d.mts +57 -57
- package/dist/190/bitcoinIngressEgress/depositBoosted.cjs +22 -0
- package/dist/190/bitcoinIngressEgress/depositBoosted.d.cts +408 -0
- package/dist/190/bitcoinIngressEgress/depositBoosted.d.mts +38 -38
- package/dist/190/bitcoinIngressEgress/depositFailed.cjs +13 -0
- package/dist/190/bitcoinIngressEgress/depositFailed.d.cts +2264 -0
- package/dist/190/bitcoinIngressEgress/depositFailed.d.mts +290 -290
- package/dist/190/bitcoinIngressEgress/depositFinalised.cjs +20 -0
- package/dist/190/bitcoinIngressEgress/depositFinalised.d.cts +402 -0
- package/dist/190/bitcoinIngressEgress/depositFinalised.d.mts +32 -32
- package/dist/190/bitcoinIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/190/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +560 -0
- package/dist/190/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +57 -57
- package/dist/190/bitcoinIngressEgress/transferFallbackRequested.cjs +15 -0
- package/dist/190/bitcoinIngressEgress/transferFallbackRequested.d.cts +161 -0
- package/dist/190/bitcoinIngressEgress/transferFallbackRequested.d.mts +22 -22
- package/dist/190/common.cjs +1330 -0
- package/dist/190/common.d.cts +18203 -0
- package/dist/190/common.d.mts +482 -482
- package/dist/190/emissions/networkFeeBurned.cjs +12 -0
- package/dist/190/emissions/networkFeeBurned.d.cts +25 -0
- package/dist/190/emissions/networkFeeBurned.d.mts +2 -2
- 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/environment/runtimeSafeModeUpdated.d.mts +40 -40
- 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/ccmEgressInvalid.d.mts +57 -57
- package/dist/190/ethereumIngressEgress/depositBoosted.cjs +22 -0
- package/dist/190/ethereumIngressEgress/depositBoosted.d.cts +194 -0
- package/dist/190/ethereumIngressEgress/depositBoosted.d.mts +18 -18
- package/dist/190/ethereumIngressEgress/depositFailed.cjs +13 -0
- package/dist/190/ethereumIngressEgress/depositFailed.d.cts +1355 -0
- package/dist/190/ethereumIngressEgress/depositFailed.d.mts +160 -160
- package/dist/190/ethereumIngressEgress/depositFinalised.cjs +20 -0
- package/dist/190/ethereumIngressEgress/depositFinalised.d.cts +188 -0
- package/dist/190/ethereumIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/190/ethereumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/190/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +560 -0
- package/dist/190/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +57 -57
- 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/flip/palletConfigUpdated.d.mts +8 -8
- package/dist/190/liquidityPools/assetSwapped.cjs +14 -0
- package/dist/190/liquidityPools/assetSwapped.d.cts +41 -0
- package/dist/190/liquidityPools/limitOrderUpdated.cjs +20 -0
- package/dist/190/liquidityPools/limitOrderUpdated.d.cts +99 -0
- package/dist/190/liquidityPools/limitOrderUpdated.d.mts +10 -10
- package/dist/190/liquidityPools/newPoolCreated.cjs +14 -0
- package/dist/190/liquidityPools/newPoolCreated.d.cts +41 -0
- package/dist/190/liquidityPools/orderDeletionFailed.cjs +9 -0
- package/dist/190/liquidityPools/orderDeletionFailed.d.cts +127 -0
- package/dist/190/liquidityPools/palletConfigUpdated.cjs +9 -0
- package/dist/190/liquidityPools/palletConfigUpdated.d.cts +44 -0
- package/dist/190/liquidityPools/poolFeeSet.cjs +13 -0
- package/dist/190/liquidityPools/poolFeeSet.d.cts +38 -0
- 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 +16 -16
- package/dist/190/liquidityProvider/assetTransferred.cjs +14 -0
- package/dist/190/liquidityProvider/assetTransferred.d.cts +31 -0
- package/dist/190/liquidityProvider/liquidityDepositAddressReady.cjs +17 -0
- package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.cts +91 -0
- package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.mts +6 -6
- package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.cjs +13 -0
- package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.cts +251 -0
- package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.mts +54 -54
- 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/ccmEgressInvalid.d.mts +57 -57
- package/dist/190/polkadotIngressEgress/depositBoosted.cjs +22 -0
- package/dist/190/polkadotIngressEgress/depositBoosted.d.cts +184 -0
- package/dist/190/polkadotIngressEgress/depositBoosted.d.mts +18 -18
- package/dist/190/polkadotIngressEgress/depositFailed.cjs +13 -0
- package/dist/190/polkadotIngressEgress/depositFailed.d.cts +1346 -0
- package/dist/190/polkadotIngressEgress/depositFailed.d.mts +160 -160
- package/dist/190/polkadotIngressEgress/depositFinalised.cjs +20 -0
- package/dist/190/polkadotIngressEgress/depositFinalised.d.cts +178 -0
- package/dist/190/polkadotIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/190/polkadotIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/190/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +560 -0
- package/dist/190/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +57 -57
- 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 +4 -4
- package/dist/190/reputation/penaltyUpdated.cjs +13 -0
- package/dist/190/reputation/penaltyUpdated.d.cts +155 -0
- package/dist/190/reputation/penaltyUpdated.d.mts +4 -4
- 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/ccmEgressInvalid.d.mts +57 -57
- package/dist/190/solanaIngressEgress/depositBoosted.cjs +21 -0
- package/dist/190/solanaIngressEgress/depositBoosted.d.cts +181 -0
- package/dist/190/solanaIngressEgress/depositBoosted.d.mts +18 -18
- package/dist/190/solanaIngressEgress/depositFailed.cjs +13 -0
- package/dist/190/solanaIngressEgress/depositFailed.d.cts +1305 -0
- package/dist/190/solanaIngressEgress/depositFailed.d.mts +160 -160
- package/dist/190/solanaIngressEgress/depositFinalised.cjs +19 -0
- package/dist/190/solanaIngressEgress/depositFinalised.d.cts +175 -0
- package/dist/190/solanaIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/190/solanaIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/190/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +560 -0
- package/dist/190/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +57 -57
- 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/solanaThresholdSigner/thresholdSignatureRequest.d.mts +10 -10
- package/dist/190/swapping/batchSwapFailed.cjs +13 -0
- package/dist/190/swapping/batchSwapFailed.d.cts +38 -0
- package/dist/190/swapping/creditedOnChain.cjs +14 -0
- package/dist/190/swapping/creditedOnChain.d.cts +31 -0
- package/dist/190/swapping/palletConfigUpdated.cjs +9 -0
- package/dist/190/swapping/palletConfigUpdated.d.cts +196 -0
- package/dist/190/swapping/refundEgressIgnored.cjs +14 -0
- package/dist/190/swapping/refundEgressIgnored.d.cts +248 -0
- package/dist/190/swapping/refundEgressIgnored.d.mts +24 -24
- package/dist/190/swapping/refundEgressScheduled.cjs +15 -0
- package/dist/190/swapping/refundEgressScheduled.d.cts +54 -0
- package/dist/190/swapping/refundEgressScheduled.d.mts +4 -4
- package/dist/190/swapping/refundedOnChain.cjs +14 -0
- package/dist/190/swapping/refundedOnChain.d.cts +31 -0
- package/dist/190/swapping/swapAmountConfiscated.cjs +14 -0
- package/dist/190/swapping/swapAmountConfiscated.d.cts +31 -0
- package/dist/190/swapping/swapDepositAddressReady.cjs +24 -0
- package/dist/190/swapping/swapDepositAddressReady.d.cts +315 -0
- package/dist/190/swapping/swapDepositAddressReady.d.mts +28 -28
- package/dist/190/swapping/swapEgressIgnored.cjs +14 -0
- package/dist/190/swapping/swapEgressIgnored.d.cts +248 -0
- package/dist/190/swapping/swapEgressIgnored.d.mts +24 -24
- package/dist/190/swapping/swapEgressScheduled.cjs +15 -0
- package/dist/190/swapping/swapEgressScheduled.d.cts +54 -0
- package/dist/190/swapping/swapEgressScheduled.d.mts +4 -4
- package/dist/190/swapping/swapExecuted.cjs +19 -0
- package/dist/190/swapping/swapExecuted.d.cts +56 -0
- package/dist/190/swapping/swapExecuted.d.mts +2 -2
- package/dist/190/swapping/swapRequested.cjs +19 -0
- package/dist/190/swapping/swapRequested.d.cts +900 -0
- package/dist/190/swapping/swapRequested.d.mts +74 -74
- 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 +4 -4
- 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/proposalEnacted.d.mts +8 -8
- package/dist/190/tokenholderGovernance/proposalPassed.cjs +9 -0
- package/dist/190/tokenholderGovernance/proposalPassed.d.cts +54 -0
- package/dist/190/tokenholderGovernance/proposalPassed.d.mts +8 -8
- package/dist/190/tokenholderGovernance/proposalRejected.cjs +9 -0
- package/dist/190/tokenholderGovernance/proposalRejected.d.cts +54 -0
- package/dist/190/tokenholderGovernance/proposalRejected.d.mts +8 -8
- package/dist/190/tokenholderGovernance/proposalSubmitted.cjs +9 -0
- package/dist/190/tokenholderGovernance/proposalSubmitted.d.cts +54 -0
- package/dist/190/tokenholderGovernance/proposalSubmitted.d.mts +8 -8
- package/dist/190/tradingStrategy/fundsAddedToStrategy.cjs +12 -0
- package/dist/190/tradingStrategy/fundsAddedToStrategy.d.cts +25 -0
- package/dist/190/tradingStrategy/palletConfigUpdated.cjs +9 -0
- package/dist/190/tradingStrategy/palletConfigUpdated.d.cts +108 -0
- 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/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 +42 -42
- 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 +2 -2
- 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/swapAborted.d.mts +2 -2
- 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 +38 -38
- package/dist/200/swapping/swapRescheduled.cjs +13 -0
- package/dist/200/swapping/swapRescheduled.d.cts +28 -0
- package/dist/200/swapping/swapRescheduled.d.mts +2 -2
- 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 +16 -16
- 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 +10 -10
- 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 +58 -58
- package/dist/210/bitcoinIngressEgress/depositFailed.cjs +13 -0
- package/dist/210/bitcoinIngressEgress/depositFailed.d.cts +2336 -0
- package/dist/210/bitcoinIngressEgress/depositFailed.d.mts +61 -61
- package/dist/210/common.cjs +1375 -0
- package/dist/210/common.d.cts +26272 -0
- package/dist/210/common.d.mts +690 -690
- 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 +98 -98
- 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 +55 -55
- 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 +10 -10
- 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 +12 -12
- 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 +8 -8
- package/dist/210/lendingPools/stoppedBoosting.cjs +14 -0
- package/dist/210/lendingPools/stoppedBoosting.d.cts +48 -0
- package/dist/210/lendingPools/stoppedBoosting.d.mts +10 -10
- 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 +12 -12
- 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 +24 -24
- 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 +10 -10
- package/dist/210/liquidityProvider/withdrawalEgressScheduled.cjs +15 -0
- package/dist/210/liquidityProvider/withdrawalEgressScheduled.d.cts +95 -0
- package/dist/210/liquidityProvider/withdrawalEgressScheduled.d.mts +8 -8
- package/dist/210/polkadotIngressEgress/depositFailed.cjs +13 -0
- package/dist/210/polkadotIngressEgress/depositFailed.d.cts +1418 -0
- package/dist/210/polkadotIngressEgress/depositFailed.d.mts +58 -58
- package/dist/210/solanaIngressEgress/depositFailed.cjs +13 -0
- package/dist/210/solanaIngressEgress/depositFailed.d.cts +1499 -0
- package/dist/210/solanaIngressEgress/depositFailed.d.mts +55 -55
- package/dist/210/swapping/accountCreationDepositAddressReady.cjs +19 -0
- package/dist/210/swapping/accountCreationDepositAddressReady.d.cts +148 -0
- package/dist/210/swapping/accountCreationDepositAddressReady.d.mts +16 -16
- 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 +8 -8
- 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 +8 -8
- package/dist/210/swapping/refundEgressScheduled.cjs +16 -0
- package/dist/210/swapping/refundEgressScheduled.d.cts +57 -0
- package/dist/210/swapping/refundEgressScheduled.d.mts +15 -15
- package/dist/210/swapping/refundedOnChain.cjs +15 -0
- package/dist/210/swapping/refundedOnChain.d.cts +34 -0
- package/dist/210/swapping/refundedOnChain.d.mts +8 -8
- 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 +18 -18
- package/dist/210/swapping/swapEgressIgnored.cjs +14 -0
- package/dist/210/swapping/swapEgressIgnored.d.cts +248 -0
- package/dist/210/swapping/swapEgressIgnored.d.mts +8 -8
- package/dist/210/swapping/swapEgressScheduled.cjs +15 -0
- package/dist/210/swapping/swapEgressScheduled.d.cts +54 -0
- package/dist/210/swapping/swapEgressScheduled.d.mts +14 -14
- package/dist/210/swapping/swapExecuted.cjs +20 -0
- package/dist/210/swapping/swapExecuted.d.cts +59 -0
- package/dist/210/swapping/swapExecuted.d.mts +16 -16
- package/dist/210/swapping/swapRequested.cjs +19 -0
- package/dist/210/swapping/swapRequested.d.cts +3993 -0
- package/dist/210/swapping/swapRequested.d.mts +28 -28
- package/dist/210/swapping/withdrawalRequested.cjs +16 -0
- package/dist/210/swapping/withdrawalRequested.d.cts +98 -0
- package/dist/210/swapping/withdrawalRequested.d.mts +8 -8
- 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"]>;
|
|
8
8
|
}, "strip", z.ZodTypeAny, {
|
|
9
|
-
__kind: "
|
|
9
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
10
10
|
}, {
|
|
11
|
-
__kind: "
|
|
12
|
-
}>, "
|
|
13
|
-
__kind: "
|
|
11
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
12
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
|
|
13
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
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"]>;
|
|
18
18
|
}, "strip", z.ZodTypeAny, {
|
|
19
|
-
__kind: "
|
|
19
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
20
20
|
}, {
|
|
21
|
-
__kind: "
|
|
22
|
-
}>, "
|
|
23
|
-
__kind: "
|
|
21
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
22
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
|
|
23
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
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
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
32
31
|
value: `0x${string}`;
|
|
33
|
-
}, {
|
|
34
32
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
33
|
+
}, {
|
|
35
34
|
value: string;
|
|
35
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
36
36
|
}>, {
|
|
37
37
|
readonly chain: "Ethereum";
|
|
38
38
|
readonly address: `0x${string}`;
|
|
@@ -52,13 +52,14 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
52
52
|
readonly chain: "Assethub";
|
|
53
53
|
readonly address: string;
|
|
54
54
|
}, {
|
|
55
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
56
55
|
value: string;
|
|
56
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
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
|
+
__kind: "DepositChannel";
|
|
62
63
|
depositAddress: {
|
|
63
64
|
readonly chain: "Ethereum";
|
|
64
65
|
readonly address: `0x${string}`;
|
|
@@ -78,16 +79,15 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
78
79
|
readonly chain: "Assethub";
|
|
79
80
|
readonly address: string;
|
|
80
81
|
};
|
|
81
|
-
__kind: "DepositChannel";
|
|
82
82
|
channelId: bigint;
|
|
83
83
|
depositBlockHeight: bigint;
|
|
84
84
|
brokerId: `cF${string}`;
|
|
85
85
|
}, {
|
|
86
|
+
__kind: "DepositChannel";
|
|
86
87
|
depositAddress: {
|
|
87
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
88
88
|
value: string;
|
|
89
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
89
90
|
};
|
|
90
|
-
__kind: "DepositChannel";
|
|
91
91
|
channelId: string | number;
|
|
92
92
|
depositBlockHeight: string | number;
|
|
93
93
|
brokerId: string;
|
|
@@ -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
|
-
__kind: "Evm";
|
|
101
100
|
value: `0x${string}`;
|
|
102
|
-
}, {
|
|
103
101
|
__kind: "Evm";
|
|
102
|
+
}, {
|
|
104
103
|
value: string;
|
|
104
|
+
__kind: "Evm";
|
|
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
|
-
__kind: "Bitcoin";
|
|
110
109
|
value: `0x${string}`;
|
|
111
|
-
}, {
|
|
112
110
|
__kind: "Bitcoin";
|
|
111
|
+
}, {
|
|
113
112
|
value: string;
|
|
113
|
+
__kind: "Bitcoin";
|
|
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";
|
|
128
127
|
value: {
|
|
129
128
|
blockNumber: number;
|
|
130
129
|
extrinsicIndex: number;
|
|
131
130
|
};
|
|
132
|
-
}, {
|
|
133
131
|
__kind: "Polkadot";
|
|
132
|
+
}, {
|
|
134
133
|
value: {
|
|
135
134
|
blockNumber: number;
|
|
136
135
|
extrinsicIndex: number;
|
|
137
136
|
};
|
|
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
|
-
__kind: "Solana";
|
|
143
142
|
value: [`0x${string}`, bigint];
|
|
144
|
-
}, {
|
|
145
143
|
__kind: "Solana";
|
|
144
|
+
}, {
|
|
146
145
|
value: [string, string | number];
|
|
146
|
+
__kind: "Solana";
|
|
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
|
-
__kind: "Evm";
|
|
159
158
|
value: `0x${string}`;
|
|
159
|
+
__kind: "Evm";
|
|
160
160
|
} | {
|
|
161
|
-
__kind: "Bitcoin";
|
|
162
161
|
value: `0x${string}`;
|
|
162
|
+
__kind: "Bitcoin";
|
|
163
163
|
} | {
|
|
164
|
-
__kind: "Polkadot";
|
|
165
164
|
value: {
|
|
166
165
|
blockNumber: number;
|
|
167
166
|
extrinsicIndex: number;
|
|
168
167
|
};
|
|
168
|
+
__kind: "Polkadot";
|
|
169
169
|
} | {
|
|
170
|
-
__kind: "Solana";
|
|
171
170
|
value: [`0x${string}`, bigint];
|
|
171
|
+
__kind: "Solana";
|
|
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
|
-
__kind: "Evm";
|
|
180
179
|
value: string;
|
|
180
|
+
__kind: "Evm";
|
|
181
181
|
} | {
|
|
182
|
-
__kind: "Bitcoin";
|
|
183
182
|
value: string;
|
|
183
|
+
__kind: "Bitcoin";
|
|
184
184
|
} | {
|
|
185
|
-
__kind: "Polkadot";
|
|
186
185
|
value: {
|
|
187
186
|
blockNumber: number;
|
|
188
187
|
extrinsicIndex: number;
|
|
189
188
|
};
|
|
189
|
+
__kind: "Polkadot";
|
|
190
190
|
} | {
|
|
191
|
-
__kind: "Solana";
|
|
192
191
|
value: [string, string | number];
|
|
192
|
+
__kind: "Solana";
|
|
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
|
-
__kind: "OnChainAccount";
|
|
208
207
|
value: `cF${string}`;
|
|
209
|
-
}, {
|
|
210
208
|
__kind: "OnChainAccount";
|
|
209
|
+
}, {
|
|
211
210
|
value: string;
|
|
211
|
+
__kind: "OnChainAccount";
|
|
212
212
|
}>]>;
|
|
213
213
|
requestType: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
214
214
|
__kind: z.ZodLiteral<"NetworkFee">;
|
|
@@ -284,7 +284,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
284
284
|
fallbackAddress: string;
|
|
285
285
|
}>;
|
|
286
286
|
}, "strip", z.ZodTypeAny, {
|
|
287
|
-
__kind: "V0";
|
|
288
287
|
value: {
|
|
289
288
|
cfReceiver: {
|
|
290
289
|
pubkey: `0x${string}`;
|
|
@@ -296,8 +295,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
296
295
|
}[];
|
|
297
296
|
fallbackAddress: `0x${string}`;
|
|
298
297
|
};
|
|
299
|
-
}, {
|
|
300
298
|
__kind: "V0";
|
|
299
|
+
}, {
|
|
301
300
|
value: {
|
|
302
301
|
cfReceiver: {
|
|
303
302
|
pubkey: string;
|
|
@@ -309,6 +308,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
309
308
|
}[];
|
|
310
309
|
fallbackAddress: string;
|
|
311
310
|
};
|
|
311
|
+
__kind: "V0";
|
|
312
312
|
}>, z.ZodObject<{
|
|
313
313
|
__kind: z.ZodLiteral<"V1">;
|
|
314
314
|
ccmAccounts: z.ZodObject<{
|
|
@@ -385,9 +385,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
385
385
|
alts: string[];
|
|
386
386
|
}>]>;
|
|
387
387
|
}, "strip", z.ZodTypeAny, {
|
|
388
|
-
__kind: "Solana";
|
|
389
388
|
value: {
|
|
390
|
-
__kind: "V0";
|
|
391
389
|
value: {
|
|
392
390
|
cfReceiver: {
|
|
393
391
|
pubkey: `0x${string}`;
|
|
@@ -399,6 +397,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
399
397
|
}[];
|
|
400
398
|
fallbackAddress: `0x${string}`;
|
|
401
399
|
};
|
|
400
|
+
__kind: "V0";
|
|
402
401
|
} | {
|
|
403
402
|
__kind: "V1";
|
|
404
403
|
ccmAccounts: {
|
|
@@ -414,10 +413,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
414
413
|
};
|
|
415
414
|
alts: `0x${string}`[];
|
|
416
415
|
};
|
|
417
|
-
}, {
|
|
418
416
|
__kind: "Solana";
|
|
417
|
+
}, {
|
|
419
418
|
value: {
|
|
420
|
-
__kind: "V0";
|
|
421
419
|
value: {
|
|
422
420
|
cfReceiver: {
|
|
423
421
|
pubkey: string;
|
|
@@ -429,6 +427,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
429
427
|
}[];
|
|
430
428
|
fallbackAddress: string;
|
|
431
429
|
};
|
|
430
|
+
__kind: "V0";
|
|
432
431
|
} | {
|
|
433
432
|
__kind: "V1";
|
|
434
433
|
ccmAccounts: {
|
|
@@ -444,6 +443,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
444
443
|
};
|
|
445
444
|
alts: string[];
|
|
446
445
|
};
|
|
446
|
+
__kind: "Solana";
|
|
447
447
|
}>]>;
|
|
448
448
|
}, "strip", z.ZodTypeAny, {
|
|
449
449
|
message: `0x${string}`;
|
|
@@ -451,9 +451,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
451
451
|
ccmAdditionalData: {
|
|
452
452
|
__kind: "NotRequired";
|
|
453
453
|
} | {
|
|
454
|
-
__kind: "Solana";
|
|
455
454
|
value: {
|
|
456
|
-
__kind: "V0";
|
|
457
455
|
value: {
|
|
458
456
|
cfReceiver: {
|
|
459
457
|
pubkey: `0x${string}`;
|
|
@@ -465,6 +463,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
465
463
|
}[];
|
|
466
464
|
fallbackAddress: `0x${string}`;
|
|
467
465
|
};
|
|
466
|
+
__kind: "V0";
|
|
468
467
|
} | {
|
|
469
468
|
__kind: "V1";
|
|
470
469
|
ccmAccounts: {
|
|
@@ -480,6 +479,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
480
479
|
};
|
|
481
480
|
alts: `0x${string}`[];
|
|
482
481
|
};
|
|
482
|
+
__kind: "Solana";
|
|
483
483
|
};
|
|
484
484
|
}, {
|
|
485
485
|
message: string;
|
|
@@ -487,9 +487,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
487
487
|
ccmAdditionalData: {
|
|
488
488
|
__kind: "NotRequired";
|
|
489
489
|
} | {
|
|
490
|
-
__kind: "Solana";
|
|
491
490
|
value: {
|
|
492
|
-
__kind: "V0";
|
|
493
491
|
value: {
|
|
494
492
|
cfReceiver: {
|
|
495
493
|
pubkey: string;
|
|
@@ -501,6 +499,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
501
499
|
}[];
|
|
502
500
|
fallbackAddress: string;
|
|
503
501
|
};
|
|
502
|
+
__kind: "V0";
|
|
504
503
|
} | {
|
|
505
504
|
__kind: "V1";
|
|
506
505
|
ccmAccounts: {
|
|
@@ -516,6 +515,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
516
515
|
};
|
|
517
516
|
alts: string[];
|
|
518
517
|
};
|
|
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
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
535
534
|
value: `0x${string}`;
|
|
536
|
-
}, {
|
|
537
535
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
536
|
+
}, {
|
|
538
537
|
value: string;
|
|
538
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
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
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
559
558
|
value: string;
|
|
559
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
560
560
|
}>>>;
|
|
561
561
|
}, "strip", z.ZodTypeAny, {
|
|
562
562
|
channelMetadata: {
|
|
@@ -565,9 +565,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
565
565
|
ccmAdditionalData: {
|
|
566
566
|
__kind: "NotRequired";
|
|
567
567
|
} | {
|
|
568
|
-
__kind: "Solana";
|
|
569
568
|
value: {
|
|
570
|
-
__kind: "V0";
|
|
571
569
|
value: {
|
|
572
570
|
cfReceiver: {
|
|
573
571
|
pubkey: `0x${string}`;
|
|
@@ -579,6 +577,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
579
577
|
}[];
|
|
580
578
|
fallbackAddress: `0x${string}`;
|
|
581
579
|
};
|
|
580
|
+
__kind: "V0";
|
|
582
581
|
} | {
|
|
583
582
|
__kind: "V1";
|
|
584
583
|
ccmAccounts: {
|
|
@@ -594,6 +593,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
594
593
|
};
|
|
595
594
|
alts: `0x${string}`[];
|
|
596
595
|
};
|
|
596
|
+
__kind: "Solana";
|
|
597
597
|
};
|
|
598
598
|
};
|
|
599
599
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
@@ -623,9 +623,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
623
623
|
ccmAdditionalData: {
|
|
624
624
|
__kind: "NotRequired";
|
|
625
625
|
} | {
|
|
626
|
-
__kind: "Solana";
|
|
627
626
|
value: {
|
|
628
|
-
__kind: "V0";
|
|
629
627
|
value: {
|
|
630
628
|
cfReceiver: {
|
|
631
629
|
pubkey: string;
|
|
@@ -637,6 +635,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
637
635
|
}[];
|
|
638
636
|
fallbackAddress: string;
|
|
639
637
|
};
|
|
638
|
+
__kind: "V0";
|
|
640
639
|
} | {
|
|
641
640
|
__kind: "V1";
|
|
642
641
|
ccmAccounts: {
|
|
@@ -652,25 +651,26 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
652
651
|
};
|
|
653
652
|
alts: string[];
|
|
654
653
|
};
|
|
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
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
662
661
|
value: string;
|
|
662
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
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
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
670
669
|
value: `0x${string}`;
|
|
671
|
-
}, {
|
|
672
670
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
671
|
+
}, {
|
|
673
672
|
value: string;
|
|
673
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
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
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
694
693
|
value: string;
|
|
694
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
695
695
|
}>;
|
|
696
696
|
}, "strip", z.ZodTypeAny, {
|
|
697
697
|
__kind: "Egress";
|
|
@@ -721,9 +721,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
721
721
|
ccmAdditionalData: {
|
|
722
722
|
__kind: "NotRequired";
|
|
723
723
|
} | {
|
|
724
|
-
__kind: "Solana";
|
|
725
724
|
value: {
|
|
726
|
-
__kind: "V0";
|
|
727
725
|
value: {
|
|
728
726
|
cfReceiver: {
|
|
729
727
|
pubkey: `0x${string}`;
|
|
@@ -735,6 +733,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
735
733
|
}[];
|
|
736
734
|
fallbackAddress: `0x${string}`;
|
|
737
735
|
};
|
|
736
|
+
__kind: "V0";
|
|
738
737
|
} | {
|
|
739
738
|
__kind: "V1";
|
|
740
739
|
ccmAccounts: {
|
|
@@ -750,6 +749,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
750
749
|
};
|
|
751
750
|
alts: `0x${string}`[];
|
|
752
751
|
};
|
|
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
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
780
779
|
value: string;
|
|
780
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
781
781
|
};
|
|
782
782
|
ccmDepositMetadata?: {
|
|
783
783
|
channelMetadata: {
|
|
@@ -786,9 +786,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
786
786
|
ccmAdditionalData: {
|
|
787
787
|
__kind: "NotRequired";
|
|
788
788
|
} | {
|
|
789
|
-
__kind: "Solana";
|
|
790
789
|
value: {
|
|
791
|
-
__kind: "V0";
|
|
792
790
|
value: {
|
|
793
791
|
cfReceiver: {
|
|
794
792
|
pubkey: string;
|
|
@@ -800,6 +798,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
800
798
|
}[];
|
|
801
799
|
fallbackAddress: string;
|
|
802
800
|
};
|
|
801
|
+
__kind: "V0";
|
|
803
802
|
} | {
|
|
804
803
|
__kind: "V1";
|
|
805
804
|
ccmAccounts: {
|
|
@@ -815,14 +814,15 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
815
814
|
};
|
|
816
815
|
alts: string[];
|
|
817
816
|
};
|
|
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
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
825
824
|
value: string;
|
|
825
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
826
826
|
} | null | undefined;
|
|
827
827
|
} | null | undefined;
|
|
828
828
|
}>, z.ZodObject<{
|
|
@@ -865,9 +865,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
865
865
|
ccmAdditionalData: {
|
|
866
866
|
__kind: "NotRequired";
|
|
867
867
|
} | {
|
|
868
|
-
__kind: "Solana";
|
|
869
868
|
value: {
|
|
870
|
-
__kind: "V0";
|
|
871
869
|
value: {
|
|
872
870
|
cfReceiver: {
|
|
873
871
|
pubkey: `0x${string}`;
|
|
@@ -879,6 +877,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
879
877
|
}[];
|
|
880
878
|
fallbackAddress: `0x${string}`;
|
|
881
879
|
};
|
|
880
|
+
__kind: "V0";
|
|
882
881
|
} | {
|
|
883
882
|
__kind: "V1";
|
|
884
883
|
ccmAccounts: {
|
|
@@ -894,6 +893,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
894
893
|
};
|
|
895
894
|
alts: `0x${string}`[];
|
|
896
895
|
};
|
|
896
|
+
__kind: "Solana";
|
|
897
897
|
};
|
|
898
898
|
};
|
|
899
899
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
@@ -926,8 +926,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
926
926
|
outputAction: {
|
|
927
927
|
__kind: "Egress";
|
|
928
928
|
outputAddress: {
|
|
929
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
930
929
|
value: string;
|
|
930
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
931
931
|
};
|
|
932
932
|
ccmDepositMetadata?: {
|
|
933
933
|
channelMetadata: {
|
|
@@ -936,9 +936,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
936
936
|
ccmAdditionalData: {
|
|
937
937
|
__kind: "NotRequired";
|
|
938
938
|
} | {
|
|
939
|
-
__kind: "Solana";
|
|
940
939
|
value: {
|
|
941
|
-
__kind: "V0";
|
|
942
940
|
value: {
|
|
943
941
|
cfReceiver: {
|
|
944
942
|
pubkey: string;
|
|
@@ -950,6 +948,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
950
948
|
}[];
|
|
951
949
|
fallbackAddress: string;
|
|
952
950
|
};
|
|
951
|
+
__kind: "V0";
|
|
953
952
|
} | {
|
|
954
953
|
__kind: "V1";
|
|
955
954
|
ccmAccounts: {
|
|
@@ -965,14 +964,15 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
965
964
|
};
|
|
966
965
|
alts: string[];
|
|
967
966
|
};
|
|
967
|
+
__kind: "Solana";
|
|
968
968
|
};
|
|
969
969
|
};
|
|
970
970
|
sourceChain: {
|
|
971
971
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
972
972
|
};
|
|
973
973
|
sourceAddress?: {
|
|
974
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
975
974
|
value: string;
|
|
975
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
976
976
|
} | null | undefined;
|
|
977
977
|
} | null | undefined;
|
|
978
978
|
} | {
|
|
@@ -1004,78 +1004,78 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1004
1004
|
__kind: z.ZodLiteral<"InternalAccount">;
|
|
1005
1005
|
value: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
|
|
1006
1006
|
}, "strip", z.ZodTypeAny, {
|
|
1007
|
-
__kind: "InternalAccount";
|
|
1008
1007
|
value: `cF${string}`;
|
|
1009
|
-
}, {
|
|
1010
1008
|
__kind: "InternalAccount";
|
|
1009
|
+
}, {
|
|
1011
1010
|
value: string;
|
|
1011
|
+
__kind: "InternalAccount";
|
|
1012
1012
|
}>, z.ZodObject<{
|
|
1013
1013
|
__kind: z.ZodLiteral<"ExternalAddress">;
|
|
1014
1014
|
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
1015
1015
|
__kind: z.ZodLiteral<"Eth">;
|
|
1016
1016
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1017
1017
|
}, "strip", z.ZodTypeAny, {
|
|
1018
|
-
__kind: "Eth";
|
|
1019
1018
|
value: `0x${string}`;
|
|
1020
|
-
}, {
|
|
1021
1019
|
__kind: "Eth";
|
|
1020
|
+
}, {
|
|
1022
1021
|
value: string;
|
|
1022
|
+
__kind: "Eth";
|
|
1023
1023
|
}>, z.ZodObject<{
|
|
1024
1024
|
__kind: z.ZodLiteral<"Dot">;
|
|
1025
1025
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1026
1026
|
}, "strip", z.ZodTypeAny, {
|
|
1027
|
-
__kind: "Dot";
|
|
1028
1027
|
value: `0x${string}`;
|
|
1029
|
-
}, {
|
|
1030
1028
|
__kind: "Dot";
|
|
1029
|
+
}, {
|
|
1031
1030
|
value: string;
|
|
1031
|
+
__kind: "Dot";
|
|
1032
1032
|
}>, z.ZodObject<{
|
|
1033
1033
|
__kind: z.ZodLiteral<"Btc">;
|
|
1034
1034
|
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
1035
1035
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
1036
1036
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1037
1037
|
}, "strip", z.ZodTypeAny, {
|
|
1038
|
-
__kind: "P2PKH";
|
|
1039
1038
|
value: `0x${string}`;
|
|
1040
|
-
}, {
|
|
1041
1039
|
__kind: "P2PKH";
|
|
1040
|
+
}, {
|
|
1042
1041
|
value: string;
|
|
1042
|
+
__kind: "P2PKH";
|
|
1043
1043
|
}>, z.ZodObject<{
|
|
1044
1044
|
__kind: z.ZodLiteral<"P2SH">;
|
|
1045
1045
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1046
1046
|
}, "strip", z.ZodTypeAny, {
|
|
1047
|
-
__kind: "P2SH";
|
|
1048
1047
|
value: `0x${string}`;
|
|
1049
|
-
}, {
|
|
1050
1048
|
__kind: "P2SH";
|
|
1049
|
+
}, {
|
|
1051
1050
|
value: string;
|
|
1051
|
+
__kind: "P2SH";
|
|
1052
1052
|
}>, z.ZodObject<{
|
|
1053
1053
|
__kind: z.ZodLiteral<"P2WPKH">;
|
|
1054
1054
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1055
1055
|
}, "strip", z.ZodTypeAny, {
|
|
1056
|
-
__kind: "P2WPKH";
|
|
1057
1056
|
value: `0x${string}`;
|
|
1058
|
-
}, {
|
|
1059
1057
|
__kind: "P2WPKH";
|
|
1058
|
+
}, {
|
|
1060
1059
|
value: string;
|
|
1060
|
+
__kind: "P2WPKH";
|
|
1061
1061
|
}>, z.ZodObject<{
|
|
1062
1062
|
__kind: z.ZodLiteral<"P2WSH">;
|
|
1063
1063
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1064
1064
|
}, "strip", z.ZodTypeAny, {
|
|
1065
|
-
__kind: "P2WSH";
|
|
1066
1065
|
value: `0x${string}`;
|
|
1067
|
-
}, {
|
|
1068
1066
|
__kind: "P2WSH";
|
|
1067
|
+
}, {
|
|
1069
1068
|
value: string;
|
|
1069
|
+
__kind: "P2WSH";
|
|
1070
1070
|
}>, z.ZodObject<{
|
|
1071
1071
|
__kind: z.ZodLiteral<"Taproot">;
|
|
1072
1072
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1073
1073
|
}, "strip", z.ZodTypeAny, {
|
|
1074
|
-
__kind: "Taproot";
|
|
1075
1074
|
value: `0x${string}`;
|
|
1076
|
-
}, {
|
|
1077
1075
|
__kind: "Taproot";
|
|
1076
|
+
}, {
|
|
1078
1077
|
value: string;
|
|
1078
|
+
__kind: "Taproot";
|
|
1079
1079
|
}>, z.ZodObject<{
|
|
1080
1080
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
1081
1081
|
version: z.ZodNumber;
|
|
@@ -1090,157 +1090,157 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1090
1090
|
program: string;
|
|
1091
1091
|
}>]>;
|
|
1092
1092
|
}, "strip", z.ZodTypeAny, {
|
|
1093
|
-
__kind: "Btc";
|
|
1094
1093
|
value: {
|
|
1095
|
-
__kind: "P2PKH";
|
|
1096
1094
|
value: `0x${string}`;
|
|
1095
|
+
__kind: "P2PKH";
|
|
1097
1096
|
} | {
|
|
1098
|
-
__kind: "P2SH";
|
|
1099
1097
|
value: `0x${string}`;
|
|
1098
|
+
__kind: "P2SH";
|
|
1100
1099
|
} | {
|
|
1101
|
-
__kind: "P2WPKH";
|
|
1102
1100
|
value: `0x${string}`;
|
|
1101
|
+
__kind: "P2WPKH";
|
|
1103
1102
|
} | {
|
|
1104
|
-
__kind: "P2WSH";
|
|
1105
1103
|
value: `0x${string}`;
|
|
1104
|
+
__kind: "P2WSH";
|
|
1106
1105
|
} | {
|
|
1107
|
-
__kind: "Taproot";
|
|
1108
1106
|
value: `0x${string}`;
|
|
1107
|
+
__kind: "Taproot";
|
|
1109
1108
|
} | {
|
|
1110
1109
|
__kind: "OtherSegwit";
|
|
1111
1110
|
version: number;
|
|
1112
1111
|
program: `0x${string}`;
|
|
1113
1112
|
};
|
|
1114
|
-
}, {
|
|
1115
1113
|
__kind: "Btc";
|
|
1114
|
+
}, {
|
|
1116
1115
|
value: {
|
|
1117
|
-
__kind: "P2PKH";
|
|
1118
1116
|
value: string;
|
|
1117
|
+
__kind: "P2PKH";
|
|
1119
1118
|
} | {
|
|
1120
|
-
__kind: "P2SH";
|
|
1121
1119
|
value: string;
|
|
1120
|
+
__kind: "P2SH";
|
|
1122
1121
|
} | {
|
|
1123
|
-
__kind: "P2WPKH";
|
|
1124
1122
|
value: string;
|
|
1123
|
+
__kind: "P2WPKH";
|
|
1125
1124
|
} | {
|
|
1126
|
-
__kind: "P2WSH";
|
|
1127
1125
|
value: string;
|
|
1126
|
+
__kind: "P2WSH";
|
|
1128
1127
|
} | {
|
|
1129
|
-
__kind: "Taproot";
|
|
1130
1128
|
value: string;
|
|
1129
|
+
__kind: "Taproot";
|
|
1131
1130
|
} | {
|
|
1132
1131
|
__kind: "OtherSegwit";
|
|
1133
1132
|
version: number;
|
|
1134
1133
|
program: string;
|
|
1135
1134
|
};
|
|
1135
|
+
__kind: "Btc";
|
|
1136
1136
|
}>, z.ZodObject<{
|
|
1137
1137
|
__kind: z.ZodLiteral<"Arb">;
|
|
1138
1138
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1139
1139
|
}, "strip", z.ZodTypeAny, {
|
|
1140
|
-
__kind: "Arb";
|
|
1141
1140
|
value: `0x${string}`;
|
|
1142
|
-
}, {
|
|
1143
1141
|
__kind: "Arb";
|
|
1142
|
+
}, {
|
|
1144
1143
|
value: string;
|
|
1144
|
+
__kind: "Arb";
|
|
1145
1145
|
}>, z.ZodObject<{
|
|
1146
1146
|
__kind: z.ZodLiteral<"Sol">;
|
|
1147
1147
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1148
1148
|
}, "strip", z.ZodTypeAny, {
|
|
1149
|
-
__kind: "Sol";
|
|
1150
1149
|
value: `0x${string}`;
|
|
1151
|
-
}, {
|
|
1152
1150
|
__kind: "Sol";
|
|
1151
|
+
}, {
|
|
1153
1152
|
value: string;
|
|
1153
|
+
__kind: "Sol";
|
|
1154
1154
|
}>, z.ZodObject<{
|
|
1155
1155
|
__kind: z.ZodLiteral<"Hub">;
|
|
1156
1156
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1157
1157
|
}, "strip", z.ZodTypeAny, {
|
|
1158
|
-
__kind: "Hub";
|
|
1159
1158
|
value: `0x${string}`;
|
|
1160
|
-
}, {
|
|
1161
1159
|
__kind: "Hub";
|
|
1160
|
+
}, {
|
|
1162
1161
|
value: string;
|
|
1162
|
+
__kind: "Hub";
|
|
1163
1163
|
}>]>;
|
|
1164
1164
|
}, "strip", z.ZodTypeAny, {
|
|
1165
|
-
__kind: "ExternalAddress";
|
|
1166
1165
|
value: {
|
|
1167
|
-
__kind: "Eth";
|
|
1168
1166
|
value: `0x${string}`;
|
|
1167
|
+
__kind: "Eth";
|
|
1169
1168
|
} | {
|
|
1170
|
-
__kind: "Dot";
|
|
1171
1169
|
value: `0x${string}`;
|
|
1170
|
+
__kind: "Dot";
|
|
1172
1171
|
} | {
|
|
1173
|
-
__kind: "Btc";
|
|
1174
1172
|
value: {
|
|
1175
|
-
__kind: "P2PKH";
|
|
1176
1173
|
value: `0x${string}`;
|
|
1174
|
+
__kind: "P2PKH";
|
|
1177
1175
|
} | {
|
|
1178
|
-
__kind: "P2SH";
|
|
1179
1176
|
value: `0x${string}`;
|
|
1177
|
+
__kind: "P2SH";
|
|
1180
1178
|
} | {
|
|
1181
|
-
__kind: "P2WPKH";
|
|
1182
1179
|
value: `0x${string}`;
|
|
1180
|
+
__kind: "P2WPKH";
|
|
1183
1181
|
} | {
|
|
1184
|
-
__kind: "P2WSH";
|
|
1185
1182
|
value: `0x${string}`;
|
|
1183
|
+
__kind: "P2WSH";
|
|
1186
1184
|
} | {
|
|
1187
|
-
__kind: "Taproot";
|
|
1188
1185
|
value: `0x${string}`;
|
|
1186
|
+
__kind: "Taproot";
|
|
1189
1187
|
} | {
|
|
1190
1188
|
__kind: "OtherSegwit";
|
|
1191
1189
|
version: number;
|
|
1192
1190
|
program: `0x${string}`;
|
|
1193
1191
|
};
|
|
1192
|
+
__kind: "Btc";
|
|
1194
1193
|
} | {
|
|
1195
|
-
__kind: "Arb";
|
|
1196
1194
|
value: `0x${string}`;
|
|
1195
|
+
__kind: "Arb";
|
|
1197
1196
|
} | {
|
|
1198
|
-
__kind: "Sol";
|
|
1199
1197
|
value: `0x${string}`;
|
|
1198
|
+
__kind: "Sol";
|
|
1200
1199
|
} | {
|
|
1201
|
-
__kind: "Hub";
|
|
1202
1200
|
value: `0x${string}`;
|
|
1201
|
+
__kind: "Hub";
|
|
1203
1202
|
};
|
|
1204
|
-
}, {
|
|
1205
1203
|
__kind: "ExternalAddress";
|
|
1204
|
+
}, {
|
|
1206
1205
|
value: {
|
|
1207
|
-
__kind: "Eth";
|
|
1208
1206
|
value: string;
|
|
1207
|
+
__kind: "Eth";
|
|
1209
1208
|
} | {
|
|
1210
|
-
__kind: "Dot";
|
|
1211
1209
|
value: string;
|
|
1210
|
+
__kind: "Dot";
|
|
1212
1211
|
} | {
|
|
1213
|
-
__kind: "Btc";
|
|
1214
1212
|
value: {
|
|
1215
|
-
__kind: "P2PKH";
|
|
1216
1213
|
value: string;
|
|
1214
|
+
__kind: "P2PKH";
|
|
1217
1215
|
} | {
|
|
1218
|
-
__kind: "P2SH";
|
|
1219
1216
|
value: string;
|
|
1217
|
+
__kind: "P2SH";
|
|
1220
1218
|
} | {
|
|
1221
|
-
__kind: "P2WPKH";
|
|
1222
1219
|
value: string;
|
|
1220
|
+
__kind: "P2WPKH";
|
|
1223
1221
|
} | {
|
|
1224
|
-
__kind: "P2WSH";
|
|
1225
1222
|
value: string;
|
|
1223
|
+
__kind: "P2WSH";
|
|
1226
1224
|
} | {
|
|
1227
|
-
__kind: "Taproot";
|
|
1228
1225
|
value: string;
|
|
1226
|
+
__kind: "Taproot";
|
|
1229
1227
|
} | {
|
|
1230
1228
|
__kind: "OtherSegwit";
|
|
1231
1229
|
version: number;
|
|
1232
1230
|
program: string;
|
|
1233
1231
|
};
|
|
1232
|
+
__kind: "Btc";
|
|
1234
1233
|
} | {
|
|
1235
|
-
__kind: "Arb";
|
|
1236
1234
|
value: string;
|
|
1235
|
+
__kind: "Arb";
|
|
1237
1236
|
} | {
|
|
1238
|
-
__kind: "Sol";
|
|
1239
1237
|
value: string;
|
|
1238
|
+
__kind: "Sol";
|
|
1240
1239
|
} | {
|
|
1241
|
-
__kind: "Hub";
|
|
1242
1240
|
value: string;
|
|
1241
|
+
__kind: "Hub";
|
|
1243
1242
|
};
|
|
1243
|
+
__kind: "ExternalAddress";
|
|
1244
1244
|
}>]>;
|
|
1245
1245
|
refundCcmMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1246
1246
|
channelMetadata: z.ZodObject<{
|
|
@@ -1300,7 +1300,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1300
1300
|
fallbackAddress: string;
|
|
1301
1301
|
}>;
|
|
1302
1302
|
}, "strip", z.ZodTypeAny, {
|
|
1303
|
-
__kind: "V0";
|
|
1304
1303
|
value: {
|
|
1305
1304
|
cfReceiver: {
|
|
1306
1305
|
pubkey: `0x${string}`;
|
|
@@ -1312,8 +1311,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1312
1311
|
}[];
|
|
1313
1312
|
fallbackAddress: `0x${string}`;
|
|
1314
1313
|
};
|
|
1315
|
-
}, {
|
|
1316
1314
|
__kind: "V0";
|
|
1315
|
+
}, {
|
|
1317
1316
|
value: {
|
|
1318
1317
|
cfReceiver: {
|
|
1319
1318
|
pubkey: string;
|
|
@@ -1325,6 +1324,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1325
1324
|
}[];
|
|
1326
1325
|
fallbackAddress: string;
|
|
1327
1326
|
};
|
|
1327
|
+
__kind: "V0";
|
|
1328
1328
|
}>, z.ZodObject<{
|
|
1329
1329
|
__kind: z.ZodLiteral<"V1">;
|
|
1330
1330
|
ccmAccounts: z.ZodObject<{
|
|
@@ -1401,9 +1401,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1401
1401
|
alts: string[];
|
|
1402
1402
|
}>]>;
|
|
1403
1403
|
}, "strip", z.ZodTypeAny, {
|
|
1404
|
-
__kind: "Solana";
|
|
1405
1404
|
value: {
|
|
1406
|
-
__kind: "V0";
|
|
1407
1405
|
value: {
|
|
1408
1406
|
cfReceiver: {
|
|
1409
1407
|
pubkey: `0x${string}`;
|
|
@@ -1415,6 +1413,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1415
1413
|
}[];
|
|
1416
1414
|
fallbackAddress: `0x${string}`;
|
|
1417
1415
|
};
|
|
1416
|
+
__kind: "V0";
|
|
1418
1417
|
} | {
|
|
1419
1418
|
__kind: "V1";
|
|
1420
1419
|
ccmAccounts: {
|
|
@@ -1430,10 +1429,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1430
1429
|
};
|
|
1431
1430
|
alts: `0x${string}`[];
|
|
1432
1431
|
};
|
|
1433
|
-
}, {
|
|
1434
1432
|
__kind: "Solana";
|
|
1433
|
+
}, {
|
|
1435
1434
|
value: {
|
|
1436
|
-
__kind: "V0";
|
|
1437
1435
|
value: {
|
|
1438
1436
|
cfReceiver: {
|
|
1439
1437
|
pubkey: string;
|
|
@@ -1445,6 +1443,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1445
1443
|
}[];
|
|
1446
1444
|
fallbackAddress: string;
|
|
1447
1445
|
};
|
|
1446
|
+
__kind: "V0";
|
|
1448
1447
|
} | {
|
|
1449
1448
|
__kind: "V1";
|
|
1450
1449
|
ccmAccounts: {
|
|
@@ -1460,6 +1459,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1460
1459
|
};
|
|
1461
1460
|
alts: string[];
|
|
1462
1461
|
};
|
|
1462
|
+
__kind: "Solana";
|
|
1463
1463
|
}>]>;
|
|
1464
1464
|
}, "strip", z.ZodTypeAny, {
|
|
1465
1465
|
message: `0x${string}`;
|
|
@@ -1467,9 +1467,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1467
1467
|
ccmAdditionalData: {
|
|
1468
1468
|
__kind: "NotRequired";
|
|
1469
1469
|
} | {
|
|
1470
|
-
__kind: "Solana";
|
|
1471
1470
|
value: {
|
|
1472
|
-
__kind: "V0";
|
|
1473
1471
|
value: {
|
|
1474
1472
|
cfReceiver: {
|
|
1475
1473
|
pubkey: `0x${string}`;
|
|
@@ -1481,6 +1479,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1481
1479
|
}[];
|
|
1482
1480
|
fallbackAddress: `0x${string}`;
|
|
1483
1481
|
};
|
|
1482
|
+
__kind: "V0";
|
|
1484
1483
|
} | {
|
|
1485
1484
|
__kind: "V1";
|
|
1486
1485
|
ccmAccounts: {
|
|
@@ -1496,6 +1495,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1496
1495
|
};
|
|
1497
1496
|
alts: `0x${string}`[];
|
|
1498
1497
|
};
|
|
1498
|
+
__kind: "Solana";
|
|
1499
1499
|
};
|
|
1500
1500
|
}, {
|
|
1501
1501
|
message: string;
|
|
@@ -1503,9 +1503,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1503
1503
|
ccmAdditionalData: {
|
|
1504
1504
|
__kind: "NotRequired";
|
|
1505
1505
|
} | {
|
|
1506
|
-
__kind: "Solana";
|
|
1507
1506
|
value: {
|
|
1508
|
-
__kind: "V0";
|
|
1509
1507
|
value: {
|
|
1510
1508
|
cfReceiver: {
|
|
1511
1509
|
pubkey: string;
|
|
@@ -1517,6 +1515,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1517
1515
|
}[];
|
|
1518
1516
|
fallbackAddress: string;
|
|
1519
1517
|
};
|
|
1518
|
+
__kind: "V0";
|
|
1520
1519
|
} | {
|
|
1521
1520
|
__kind: "V1";
|
|
1522
1521
|
ccmAccounts: {
|
|
@@ -1532,6 +1531,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1532
1531
|
};
|
|
1533
1532
|
alts: string[];
|
|
1534
1533
|
};
|
|
1534
|
+
__kind: "Solana";
|
|
1535
1535
|
};
|
|
1536
1536
|
}>;
|
|
1537
1537
|
sourceChain: z.ZodEffects<z.ZodObject<{
|
|
@@ -1547,67 +1547,67 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1547
1547
|
__kind: z.ZodLiteral<"Eth">;
|
|
1548
1548
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1549
1549
|
}, "strip", z.ZodTypeAny, {
|
|
1550
|
-
__kind: "Eth";
|
|
1551
1550
|
value: `0x${string}`;
|
|
1552
|
-
}, {
|
|
1553
1551
|
__kind: "Eth";
|
|
1552
|
+
}, {
|
|
1554
1553
|
value: string;
|
|
1554
|
+
__kind: "Eth";
|
|
1555
1555
|
}>, z.ZodObject<{
|
|
1556
1556
|
__kind: z.ZodLiteral<"Dot">;
|
|
1557
1557
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1558
1558
|
}, "strip", z.ZodTypeAny, {
|
|
1559
|
-
__kind: "Dot";
|
|
1560
1559
|
value: `0x${string}`;
|
|
1561
|
-
}, {
|
|
1562
1560
|
__kind: "Dot";
|
|
1561
|
+
}, {
|
|
1563
1562
|
value: string;
|
|
1563
|
+
__kind: "Dot";
|
|
1564
1564
|
}>, z.ZodObject<{
|
|
1565
1565
|
__kind: z.ZodLiteral<"Btc">;
|
|
1566
1566
|
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
1567
1567
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
1568
1568
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1569
1569
|
}, "strip", z.ZodTypeAny, {
|
|
1570
|
-
__kind: "P2PKH";
|
|
1571
1570
|
value: `0x${string}`;
|
|
1572
|
-
}, {
|
|
1573
1571
|
__kind: "P2PKH";
|
|
1572
|
+
}, {
|
|
1574
1573
|
value: string;
|
|
1574
|
+
__kind: "P2PKH";
|
|
1575
1575
|
}>, z.ZodObject<{
|
|
1576
1576
|
__kind: z.ZodLiteral<"P2SH">;
|
|
1577
1577
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1578
1578
|
}, "strip", z.ZodTypeAny, {
|
|
1579
|
-
__kind: "P2SH";
|
|
1580
1579
|
value: `0x${string}`;
|
|
1581
|
-
}, {
|
|
1582
1580
|
__kind: "P2SH";
|
|
1581
|
+
}, {
|
|
1583
1582
|
value: string;
|
|
1583
|
+
__kind: "P2SH";
|
|
1584
1584
|
}>, z.ZodObject<{
|
|
1585
1585
|
__kind: z.ZodLiteral<"P2WPKH">;
|
|
1586
1586
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1587
1587
|
}, "strip", z.ZodTypeAny, {
|
|
1588
|
-
__kind: "P2WPKH";
|
|
1589
1588
|
value: `0x${string}`;
|
|
1590
|
-
}, {
|
|
1591
1589
|
__kind: "P2WPKH";
|
|
1590
|
+
}, {
|
|
1592
1591
|
value: string;
|
|
1592
|
+
__kind: "P2WPKH";
|
|
1593
1593
|
}>, z.ZodObject<{
|
|
1594
1594
|
__kind: z.ZodLiteral<"P2WSH">;
|
|
1595
1595
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1596
1596
|
}, "strip", z.ZodTypeAny, {
|
|
1597
|
-
__kind: "P2WSH";
|
|
1598
1597
|
value: `0x${string}`;
|
|
1599
|
-
}, {
|
|
1600
1598
|
__kind: "P2WSH";
|
|
1599
|
+
}, {
|
|
1601
1600
|
value: string;
|
|
1601
|
+
__kind: "P2WSH";
|
|
1602
1602
|
}>, z.ZodObject<{
|
|
1603
1603
|
__kind: z.ZodLiteral<"Taproot">;
|
|
1604
1604
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1605
1605
|
}, "strip", z.ZodTypeAny, {
|
|
1606
|
-
__kind: "Taproot";
|
|
1607
1606
|
value: `0x${string}`;
|
|
1608
|
-
}, {
|
|
1609
1607
|
__kind: "Taproot";
|
|
1608
|
+
}, {
|
|
1610
1609
|
value: string;
|
|
1610
|
+
__kind: "Taproot";
|
|
1611
1611
|
}>, z.ZodObject<{
|
|
1612
1612
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
1613
1613
|
version: z.ZodNumber;
|
|
@@ -1622,76 +1622,76 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1622
1622
|
program: string;
|
|
1623
1623
|
}>]>;
|
|
1624
1624
|
}, "strip", z.ZodTypeAny, {
|
|
1625
|
-
__kind: "Btc";
|
|
1626
1625
|
value: {
|
|
1627
|
-
__kind: "P2PKH";
|
|
1628
1626
|
value: `0x${string}`;
|
|
1627
|
+
__kind: "P2PKH";
|
|
1629
1628
|
} | {
|
|
1630
|
-
__kind: "P2SH";
|
|
1631
1629
|
value: `0x${string}`;
|
|
1630
|
+
__kind: "P2SH";
|
|
1632
1631
|
} | {
|
|
1633
|
-
__kind: "P2WPKH";
|
|
1634
1632
|
value: `0x${string}`;
|
|
1633
|
+
__kind: "P2WPKH";
|
|
1635
1634
|
} | {
|
|
1636
|
-
__kind: "P2WSH";
|
|
1637
1635
|
value: `0x${string}`;
|
|
1636
|
+
__kind: "P2WSH";
|
|
1638
1637
|
} | {
|
|
1639
|
-
__kind: "Taproot";
|
|
1640
1638
|
value: `0x${string}`;
|
|
1639
|
+
__kind: "Taproot";
|
|
1641
1640
|
} | {
|
|
1642
1641
|
__kind: "OtherSegwit";
|
|
1643
1642
|
version: number;
|
|
1644
1643
|
program: `0x${string}`;
|
|
1645
1644
|
};
|
|
1646
|
-
}, {
|
|
1647
1645
|
__kind: "Btc";
|
|
1646
|
+
}, {
|
|
1648
1647
|
value: {
|
|
1649
|
-
__kind: "P2PKH";
|
|
1650
1648
|
value: string;
|
|
1649
|
+
__kind: "P2PKH";
|
|
1651
1650
|
} | {
|
|
1652
|
-
__kind: "P2SH";
|
|
1653
1651
|
value: string;
|
|
1652
|
+
__kind: "P2SH";
|
|
1654
1653
|
} | {
|
|
1655
|
-
__kind: "P2WPKH";
|
|
1656
1654
|
value: string;
|
|
1655
|
+
__kind: "P2WPKH";
|
|
1657
1656
|
} | {
|
|
1658
|
-
__kind: "P2WSH";
|
|
1659
1657
|
value: string;
|
|
1658
|
+
__kind: "P2WSH";
|
|
1660
1659
|
} | {
|
|
1661
|
-
__kind: "Taproot";
|
|
1662
1660
|
value: string;
|
|
1661
|
+
__kind: "Taproot";
|
|
1663
1662
|
} | {
|
|
1664
1663
|
__kind: "OtherSegwit";
|
|
1665
1664
|
version: number;
|
|
1666
1665
|
program: string;
|
|
1667
1666
|
};
|
|
1667
|
+
__kind: "Btc";
|
|
1668
1668
|
}>, z.ZodObject<{
|
|
1669
1669
|
__kind: z.ZodLiteral<"Arb">;
|
|
1670
1670
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1671
1671
|
}, "strip", z.ZodTypeAny, {
|
|
1672
|
-
__kind: "Arb";
|
|
1673
1672
|
value: `0x${string}`;
|
|
1674
|
-
}, {
|
|
1675
1673
|
__kind: "Arb";
|
|
1674
|
+
}, {
|
|
1676
1675
|
value: string;
|
|
1676
|
+
__kind: "Arb";
|
|
1677
1677
|
}>, z.ZodObject<{
|
|
1678
1678
|
__kind: z.ZodLiteral<"Sol">;
|
|
1679
1679
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1680
1680
|
}, "strip", z.ZodTypeAny, {
|
|
1681
|
-
__kind: "Sol";
|
|
1682
1681
|
value: `0x${string}`;
|
|
1683
|
-
}, {
|
|
1684
1682
|
__kind: "Sol";
|
|
1683
|
+
}, {
|
|
1685
1684
|
value: string;
|
|
1685
|
+
__kind: "Sol";
|
|
1686
1686
|
}>, z.ZodObject<{
|
|
1687
1687
|
__kind: z.ZodLiteral<"Hub">;
|
|
1688
1688
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1689
1689
|
}, "strip", z.ZodTypeAny, {
|
|
1690
|
-
__kind: "Hub";
|
|
1691
1690
|
value: `0x${string}`;
|
|
1692
|
-
}, {
|
|
1693
1691
|
__kind: "Hub";
|
|
1692
|
+
}, {
|
|
1694
1693
|
value: string;
|
|
1694
|
+
__kind: "Hub";
|
|
1695
1695
|
}>]>>>;
|
|
1696
1696
|
}, "strip", z.ZodTypeAny, {
|
|
1697
1697
|
channelMetadata: {
|
|
@@ -1700,9 +1700,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1700
1700
|
ccmAdditionalData: {
|
|
1701
1701
|
__kind: "NotRequired";
|
|
1702
1702
|
} | {
|
|
1703
|
-
__kind: "Solana";
|
|
1704
1703
|
value: {
|
|
1705
|
-
__kind: "V0";
|
|
1706
1704
|
value: {
|
|
1707
1705
|
cfReceiver: {
|
|
1708
1706
|
pubkey: `0x${string}`;
|
|
@@ -1714,6 +1712,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1714
1712
|
}[];
|
|
1715
1713
|
fallbackAddress: `0x${string}`;
|
|
1716
1714
|
};
|
|
1715
|
+
__kind: "V0";
|
|
1717
1716
|
} | {
|
|
1718
1717
|
__kind: "V1";
|
|
1719
1718
|
ccmAccounts: {
|
|
@@ -1729,46 +1728,47 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1729
1728
|
};
|
|
1730
1729
|
alts: `0x${string}`[];
|
|
1731
1730
|
};
|
|
1731
|
+
__kind: "Solana";
|
|
1732
1732
|
};
|
|
1733
1733
|
};
|
|
1734
1734
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
1735
1735
|
sourceAddress?: {
|
|
1736
|
-
__kind: "Eth";
|
|
1737
1736
|
value: `0x${string}`;
|
|
1737
|
+
__kind: "Eth";
|
|
1738
1738
|
} | {
|
|
1739
|
-
__kind: "Dot";
|
|
1740
1739
|
value: `0x${string}`;
|
|
1740
|
+
__kind: "Dot";
|
|
1741
1741
|
} | {
|
|
1742
|
-
__kind: "Btc";
|
|
1743
1742
|
value: {
|
|
1744
|
-
__kind: "P2PKH";
|
|
1745
1743
|
value: `0x${string}`;
|
|
1744
|
+
__kind: "P2PKH";
|
|
1746
1745
|
} | {
|
|
1747
|
-
__kind: "P2SH";
|
|
1748
1746
|
value: `0x${string}`;
|
|
1747
|
+
__kind: "P2SH";
|
|
1749
1748
|
} | {
|
|
1750
|
-
__kind: "P2WPKH";
|
|
1751
1749
|
value: `0x${string}`;
|
|
1750
|
+
__kind: "P2WPKH";
|
|
1752
1751
|
} | {
|
|
1753
|
-
__kind: "P2WSH";
|
|
1754
1752
|
value: `0x${string}`;
|
|
1753
|
+
__kind: "P2WSH";
|
|
1755
1754
|
} | {
|
|
1756
|
-
__kind: "Taproot";
|
|
1757
1755
|
value: `0x${string}`;
|
|
1756
|
+
__kind: "Taproot";
|
|
1758
1757
|
} | {
|
|
1759
1758
|
__kind: "OtherSegwit";
|
|
1760
1759
|
version: number;
|
|
1761
1760
|
program: `0x${string}`;
|
|
1762
1761
|
};
|
|
1762
|
+
__kind: "Btc";
|
|
1763
1763
|
} | {
|
|
1764
|
-
__kind: "Arb";
|
|
1765
1764
|
value: `0x${string}`;
|
|
1765
|
+
__kind: "Arb";
|
|
1766
1766
|
} | {
|
|
1767
|
-
__kind: "Sol";
|
|
1768
1767
|
value: `0x${string}`;
|
|
1768
|
+
__kind: "Sol";
|
|
1769
1769
|
} | {
|
|
1770
|
-
__kind: "Hub";
|
|
1771
1770
|
value: `0x${string}`;
|
|
1771
|
+
__kind: "Hub";
|
|
1772
1772
|
} | null | undefined;
|
|
1773
1773
|
}, {
|
|
1774
1774
|
channelMetadata: {
|
|
@@ -1777,9 +1777,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1777
1777
|
ccmAdditionalData: {
|
|
1778
1778
|
__kind: "NotRequired";
|
|
1779
1779
|
} | {
|
|
1780
|
-
__kind: "Solana";
|
|
1781
1780
|
value: {
|
|
1782
|
-
__kind: "V0";
|
|
1783
1781
|
value: {
|
|
1784
1782
|
cfReceiver: {
|
|
1785
1783
|
pubkey: string;
|
|
@@ -1791,6 +1789,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1791
1789
|
}[];
|
|
1792
1790
|
fallbackAddress: string;
|
|
1793
1791
|
};
|
|
1792
|
+
__kind: "V0";
|
|
1794
1793
|
} | {
|
|
1795
1794
|
__kind: "V1";
|
|
1796
1795
|
ccmAccounts: {
|
|
@@ -1806,96 +1805,97 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1806
1805
|
};
|
|
1807
1806
|
alts: string[];
|
|
1808
1807
|
};
|
|
1808
|
+
__kind: "Solana";
|
|
1809
1809
|
};
|
|
1810
1810
|
};
|
|
1811
1811
|
sourceChain: {
|
|
1812
1812
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
1813
1813
|
};
|
|
1814
1814
|
sourceAddress?: {
|
|
1815
|
-
__kind: "Eth";
|
|
1816
1815
|
value: string;
|
|
1816
|
+
__kind: "Eth";
|
|
1817
1817
|
} | {
|
|
1818
|
-
__kind: "Dot";
|
|
1819
1818
|
value: string;
|
|
1819
|
+
__kind: "Dot";
|
|
1820
1820
|
} | {
|
|
1821
|
-
__kind: "Btc";
|
|
1822
1821
|
value: {
|
|
1823
|
-
__kind: "P2PKH";
|
|
1824
1822
|
value: string;
|
|
1823
|
+
__kind: "P2PKH";
|
|
1825
1824
|
} | {
|
|
1826
|
-
__kind: "P2SH";
|
|
1827
1825
|
value: string;
|
|
1826
|
+
__kind: "P2SH";
|
|
1828
1827
|
} | {
|
|
1829
|
-
__kind: "P2WPKH";
|
|
1830
1828
|
value: string;
|
|
1829
|
+
__kind: "P2WPKH";
|
|
1831
1830
|
} | {
|
|
1832
|
-
__kind: "P2WSH";
|
|
1833
1831
|
value: string;
|
|
1832
|
+
__kind: "P2WSH";
|
|
1834
1833
|
} | {
|
|
1835
|
-
__kind: "Taproot";
|
|
1836
1834
|
value: string;
|
|
1835
|
+
__kind: "Taproot";
|
|
1837
1836
|
} | {
|
|
1838
1837
|
__kind: "OtherSegwit";
|
|
1839
1838
|
version: number;
|
|
1840
1839
|
program: string;
|
|
1841
1840
|
};
|
|
1841
|
+
__kind: "Btc";
|
|
1842
1842
|
} | {
|
|
1843
|
-
__kind: "Arb";
|
|
1844
1843
|
value: string;
|
|
1844
|
+
__kind: "Arb";
|
|
1845
1845
|
} | {
|
|
1846
|
-
__kind: "Sol";
|
|
1847
1846
|
value: string;
|
|
1847
|
+
__kind: "Sol";
|
|
1848
1848
|
} | {
|
|
1849
|
-
__kind: "Hub";
|
|
1850
1849
|
value: string;
|
|
1850
|
+
__kind: "Hub";
|
|
1851
1851
|
} | null | undefined;
|
|
1852
1852
|
}>>>;
|
|
1853
1853
|
}, "strip", z.ZodTypeAny, {
|
|
1854
1854
|
__kind: "RefundIfExpires";
|
|
1855
1855
|
retryDuration: number;
|
|
1856
1856
|
refundAddress: {
|
|
1857
|
-
__kind: "InternalAccount";
|
|
1858
1857
|
value: `cF${string}`;
|
|
1858
|
+
__kind: "InternalAccount";
|
|
1859
1859
|
} | {
|
|
1860
|
-
__kind: "ExternalAddress";
|
|
1861
1860
|
value: {
|
|
1862
|
-
__kind: "Eth";
|
|
1863
1861
|
value: `0x${string}`;
|
|
1862
|
+
__kind: "Eth";
|
|
1864
1863
|
} | {
|
|
1865
|
-
__kind: "Dot";
|
|
1866
1864
|
value: `0x${string}`;
|
|
1865
|
+
__kind: "Dot";
|
|
1867
1866
|
} | {
|
|
1868
|
-
__kind: "Btc";
|
|
1869
1867
|
value: {
|
|
1870
|
-
__kind: "P2PKH";
|
|
1871
1868
|
value: `0x${string}`;
|
|
1869
|
+
__kind: "P2PKH";
|
|
1872
1870
|
} | {
|
|
1873
|
-
__kind: "P2SH";
|
|
1874
1871
|
value: `0x${string}`;
|
|
1872
|
+
__kind: "P2SH";
|
|
1875
1873
|
} | {
|
|
1876
|
-
__kind: "P2WPKH";
|
|
1877
1874
|
value: `0x${string}`;
|
|
1875
|
+
__kind: "P2WPKH";
|
|
1878
1876
|
} | {
|
|
1879
|
-
__kind: "P2WSH";
|
|
1880
1877
|
value: `0x${string}`;
|
|
1878
|
+
__kind: "P2WSH";
|
|
1881
1879
|
} | {
|
|
1882
|
-
__kind: "Taproot";
|
|
1883
1880
|
value: `0x${string}`;
|
|
1881
|
+
__kind: "Taproot";
|
|
1884
1882
|
} | {
|
|
1885
1883
|
__kind: "OtherSegwit";
|
|
1886
1884
|
version: number;
|
|
1887
1885
|
program: `0x${string}`;
|
|
1888
1886
|
};
|
|
1887
|
+
__kind: "Btc";
|
|
1889
1888
|
} | {
|
|
1890
|
-
__kind: "Arb";
|
|
1891
1889
|
value: `0x${string}`;
|
|
1890
|
+
__kind: "Arb";
|
|
1892
1891
|
} | {
|
|
1893
|
-
__kind: "Sol";
|
|
1894
1892
|
value: `0x${string}`;
|
|
1893
|
+
__kind: "Sol";
|
|
1895
1894
|
} | {
|
|
1896
|
-
__kind: "Hub";
|
|
1897
1895
|
value: `0x${string}`;
|
|
1896
|
+
__kind: "Hub";
|
|
1898
1897
|
};
|
|
1898
|
+
__kind: "ExternalAddress";
|
|
1899
1899
|
};
|
|
1900
1900
|
refundCcmMetadata?: {
|
|
1901
1901
|
channelMetadata: {
|
|
@@ -1904,9 +1904,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1904
1904
|
ccmAdditionalData: {
|
|
1905
1905
|
__kind: "NotRequired";
|
|
1906
1906
|
} | {
|
|
1907
|
-
__kind: "Solana";
|
|
1908
1907
|
value: {
|
|
1909
|
-
__kind: "V0";
|
|
1910
1908
|
value: {
|
|
1911
1909
|
cfReceiver: {
|
|
1912
1910
|
pubkey: `0x${string}`;
|
|
@@ -1918,6 +1916,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1918
1916
|
}[];
|
|
1919
1917
|
fallbackAddress: `0x${string}`;
|
|
1920
1918
|
};
|
|
1919
|
+
__kind: "V0";
|
|
1921
1920
|
} | {
|
|
1922
1921
|
__kind: "V1";
|
|
1923
1922
|
ccmAccounts: {
|
|
@@ -1933,94 +1932,95 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1933
1932
|
};
|
|
1934
1933
|
alts: `0x${string}`[];
|
|
1935
1934
|
};
|
|
1935
|
+
__kind: "Solana";
|
|
1936
1936
|
};
|
|
1937
1937
|
};
|
|
1938
1938
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
1939
1939
|
sourceAddress?: {
|
|
1940
|
-
__kind: "Eth";
|
|
1941
1940
|
value: `0x${string}`;
|
|
1941
|
+
__kind: "Eth";
|
|
1942
1942
|
} | {
|
|
1943
|
-
__kind: "Dot";
|
|
1944
1943
|
value: `0x${string}`;
|
|
1944
|
+
__kind: "Dot";
|
|
1945
1945
|
} | {
|
|
1946
|
-
__kind: "Btc";
|
|
1947
1946
|
value: {
|
|
1948
|
-
__kind: "P2PKH";
|
|
1949
1947
|
value: `0x${string}`;
|
|
1948
|
+
__kind: "P2PKH";
|
|
1950
1949
|
} | {
|
|
1951
|
-
__kind: "P2SH";
|
|
1952
1950
|
value: `0x${string}`;
|
|
1951
|
+
__kind: "P2SH";
|
|
1953
1952
|
} | {
|
|
1954
|
-
__kind: "P2WPKH";
|
|
1955
1953
|
value: `0x${string}`;
|
|
1954
|
+
__kind: "P2WPKH";
|
|
1956
1955
|
} | {
|
|
1957
|
-
__kind: "P2WSH";
|
|
1958
1956
|
value: `0x${string}`;
|
|
1957
|
+
__kind: "P2WSH";
|
|
1959
1958
|
} | {
|
|
1960
|
-
__kind: "Taproot";
|
|
1961
1959
|
value: `0x${string}`;
|
|
1960
|
+
__kind: "Taproot";
|
|
1962
1961
|
} | {
|
|
1963
1962
|
__kind: "OtherSegwit";
|
|
1964
1963
|
version: number;
|
|
1965
1964
|
program: `0x${string}`;
|
|
1966
1965
|
};
|
|
1966
|
+
__kind: "Btc";
|
|
1967
1967
|
} | {
|
|
1968
|
-
__kind: "Arb";
|
|
1969
1968
|
value: `0x${string}`;
|
|
1969
|
+
__kind: "Arb";
|
|
1970
1970
|
} | {
|
|
1971
|
-
__kind: "Sol";
|
|
1972
1971
|
value: `0x${string}`;
|
|
1972
|
+
__kind: "Sol";
|
|
1973
1973
|
} | {
|
|
1974
|
-
__kind: "Hub";
|
|
1975
1974
|
value: `0x${string}`;
|
|
1975
|
+
__kind: "Hub";
|
|
1976
1976
|
} | null | undefined;
|
|
1977
1977
|
} | null | undefined;
|
|
1978
1978
|
}, {
|
|
1979
1979
|
__kind: "RefundIfExpires";
|
|
1980
1980
|
retryDuration: number;
|
|
1981
1981
|
refundAddress: {
|
|
1982
|
-
__kind: "InternalAccount";
|
|
1983
1982
|
value: string;
|
|
1983
|
+
__kind: "InternalAccount";
|
|
1984
1984
|
} | {
|
|
1985
|
-
__kind: "ExternalAddress";
|
|
1986
1985
|
value: {
|
|
1987
|
-
__kind: "Eth";
|
|
1988
1986
|
value: string;
|
|
1987
|
+
__kind: "Eth";
|
|
1989
1988
|
} | {
|
|
1990
|
-
__kind: "Dot";
|
|
1991
1989
|
value: string;
|
|
1990
|
+
__kind: "Dot";
|
|
1992
1991
|
} | {
|
|
1993
|
-
__kind: "Btc";
|
|
1994
1992
|
value: {
|
|
1995
|
-
__kind: "P2PKH";
|
|
1996
1993
|
value: string;
|
|
1994
|
+
__kind: "P2PKH";
|
|
1997
1995
|
} | {
|
|
1998
|
-
__kind: "P2SH";
|
|
1999
1996
|
value: string;
|
|
1997
|
+
__kind: "P2SH";
|
|
2000
1998
|
} | {
|
|
2001
|
-
__kind: "P2WPKH";
|
|
2002
1999
|
value: string;
|
|
2000
|
+
__kind: "P2WPKH";
|
|
2003
2001
|
} | {
|
|
2004
|
-
__kind: "P2WSH";
|
|
2005
2002
|
value: string;
|
|
2003
|
+
__kind: "P2WSH";
|
|
2006
2004
|
} | {
|
|
2007
|
-
__kind: "Taproot";
|
|
2008
2005
|
value: string;
|
|
2006
|
+
__kind: "Taproot";
|
|
2009
2007
|
} | {
|
|
2010
2008
|
__kind: "OtherSegwit";
|
|
2011
2009
|
version: number;
|
|
2012
2010
|
program: string;
|
|
2013
2011
|
};
|
|
2012
|
+
__kind: "Btc";
|
|
2014
2013
|
} | {
|
|
2015
|
-
__kind: "Arb";
|
|
2016
2014
|
value: string;
|
|
2015
|
+
__kind: "Arb";
|
|
2017
2016
|
} | {
|
|
2018
|
-
__kind: "Sol";
|
|
2019
2017
|
value: string;
|
|
2018
|
+
__kind: "Sol";
|
|
2020
2019
|
} | {
|
|
2021
|
-
__kind: "Hub";
|
|
2022
2020
|
value: string;
|
|
2021
|
+
__kind: "Hub";
|
|
2023
2022
|
};
|
|
2023
|
+
__kind: "ExternalAddress";
|
|
2024
2024
|
};
|
|
2025
2025
|
refundCcmMetadata?: {
|
|
2026
2026
|
channelMetadata: {
|
|
@@ -2029,9 +2029,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2029
2029
|
ccmAdditionalData: {
|
|
2030
2030
|
__kind: "NotRequired";
|
|
2031
2031
|
} | {
|
|
2032
|
-
__kind: "Solana";
|
|
2033
2032
|
value: {
|
|
2034
|
-
__kind: "V0";
|
|
2035
2033
|
value: {
|
|
2036
2034
|
cfReceiver: {
|
|
2037
2035
|
pubkey: string;
|
|
@@ -2043,6 +2041,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2043
2041
|
}[];
|
|
2044
2042
|
fallbackAddress: string;
|
|
2045
2043
|
};
|
|
2044
|
+
__kind: "V0";
|
|
2046
2045
|
} | {
|
|
2047
2046
|
__kind: "V1";
|
|
2048
2047
|
ccmAccounts: {
|
|
@@ -2058,48 +2057,49 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2058
2057
|
};
|
|
2059
2058
|
alts: string[];
|
|
2060
2059
|
};
|
|
2060
|
+
__kind: "Solana";
|
|
2061
2061
|
};
|
|
2062
2062
|
};
|
|
2063
2063
|
sourceChain: {
|
|
2064
2064
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2065
2065
|
};
|
|
2066
2066
|
sourceAddress?: {
|
|
2067
|
-
__kind: "Eth";
|
|
2068
2067
|
value: string;
|
|
2068
|
+
__kind: "Eth";
|
|
2069
2069
|
} | {
|
|
2070
|
-
__kind: "Dot";
|
|
2071
2070
|
value: string;
|
|
2071
|
+
__kind: "Dot";
|
|
2072
2072
|
} | {
|
|
2073
|
-
__kind: "Btc";
|
|
2074
2073
|
value: {
|
|
2075
|
-
__kind: "P2PKH";
|
|
2076
2074
|
value: string;
|
|
2075
|
+
__kind: "P2PKH";
|
|
2077
2076
|
} | {
|
|
2078
|
-
__kind: "P2SH";
|
|
2079
2077
|
value: string;
|
|
2078
|
+
__kind: "P2SH";
|
|
2080
2079
|
} | {
|
|
2081
|
-
__kind: "P2WPKH";
|
|
2082
2080
|
value: string;
|
|
2081
|
+
__kind: "P2WPKH";
|
|
2083
2082
|
} | {
|
|
2084
|
-
__kind: "P2WSH";
|
|
2085
2083
|
value: string;
|
|
2084
|
+
__kind: "P2WSH";
|
|
2086
2085
|
} | {
|
|
2087
|
-
__kind: "Taproot";
|
|
2088
2086
|
value: string;
|
|
2087
|
+
__kind: "Taproot";
|
|
2089
2088
|
} | {
|
|
2090
2089
|
__kind: "OtherSegwit";
|
|
2091
2090
|
version: number;
|
|
2092
2091
|
program: string;
|
|
2093
2092
|
};
|
|
2093
|
+
__kind: "Btc";
|
|
2094
2094
|
} | {
|
|
2095
|
-
__kind: "Arb";
|
|
2096
2095
|
value: string;
|
|
2096
|
+
__kind: "Arb";
|
|
2097
2097
|
} | {
|
|
2098
|
-
__kind: "Sol";
|
|
2099
2098
|
value: string;
|
|
2099
|
+
__kind: "Sol";
|
|
2100
2100
|
} | {
|
|
2101
|
-
__kind: "Hub";
|
|
2102
2101
|
value: string;
|
|
2102
|
+
__kind: "Hub";
|
|
2103
2103
|
} | null | undefined;
|
|
2104
2104
|
} | null | undefined;
|
|
2105
2105
|
}>]>;
|
|
@@ -2112,48 +2112,48 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2112
2112
|
__kind: "RefundIfExpires";
|
|
2113
2113
|
retryDuration: number;
|
|
2114
2114
|
refundAddress: {
|
|
2115
|
-
__kind: "InternalAccount";
|
|
2116
2115
|
value: `cF${string}`;
|
|
2116
|
+
__kind: "InternalAccount";
|
|
2117
2117
|
} | {
|
|
2118
|
-
__kind: "ExternalAddress";
|
|
2119
2118
|
value: {
|
|
2120
|
-
__kind: "Eth";
|
|
2121
2119
|
value: `0x${string}`;
|
|
2120
|
+
__kind: "Eth";
|
|
2122
2121
|
} | {
|
|
2123
|
-
__kind: "Dot";
|
|
2124
2122
|
value: `0x${string}`;
|
|
2123
|
+
__kind: "Dot";
|
|
2125
2124
|
} | {
|
|
2126
|
-
__kind: "Btc";
|
|
2127
2125
|
value: {
|
|
2128
|
-
__kind: "P2PKH";
|
|
2129
2126
|
value: `0x${string}`;
|
|
2127
|
+
__kind: "P2PKH";
|
|
2130
2128
|
} | {
|
|
2131
|
-
__kind: "P2SH";
|
|
2132
2129
|
value: `0x${string}`;
|
|
2130
|
+
__kind: "P2SH";
|
|
2133
2131
|
} | {
|
|
2134
|
-
__kind: "P2WPKH";
|
|
2135
2132
|
value: `0x${string}`;
|
|
2133
|
+
__kind: "P2WPKH";
|
|
2136
2134
|
} | {
|
|
2137
|
-
__kind: "P2WSH";
|
|
2138
2135
|
value: `0x${string}`;
|
|
2136
|
+
__kind: "P2WSH";
|
|
2139
2137
|
} | {
|
|
2140
|
-
__kind: "Taproot";
|
|
2141
2138
|
value: `0x${string}`;
|
|
2139
|
+
__kind: "Taproot";
|
|
2142
2140
|
} | {
|
|
2143
2141
|
__kind: "OtherSegwit";
|
|
2144
2142
|
version: number;
|
|
2145
2143
|
program: `0x${string}`;
|
|
2146
2144
|
};
|
|
2145
|
+
__kind: "Btc";
|
|
2147
2146
|
} | {
|
|
2148
|
-
__kind: "Arb";
|
|
2149
2147
|
value: `0x${string}`;
|
|
2148
|
+
__kind: "Arb";
|
|
2150
2149
|
} | {
|
|
2151
|
-
__kind: "Sol";
|
|
2152
2150
|
value: `0x${string}`;
|
|
2151
|
+
__kind: "Sol";
|
|
2153
2152
|
} | {
|
|
2154
|
-
__kind: "Hub";
|
|
2155
2153
|
value: `0x${string}`;
|
|
2154
|
+
__kind: "Hub";
|
|
2156
2155
|
};
|
|
2156
|
+
__kind: "ExternalAddress";
|
|
2157
2157
|
};
|
|
2158
2158
|
refundCcmMetadata?: {
|
|
2159
2159
|
channelMetadata: {
|
|
@@ -2162,9 +2162,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2162
2162
|
ccmAdditionalData: {
|
|
2163
2163
|
__kind: "NotRequired";
|
|
2164
2164
|
} | {
|
|
2165
|
-
__kind: "Solana";
|
|
2166
2165
|
value: {
|
|
2167
|
-
__kind: "V0";
|
|
2168
2166
|
value: {
|
|
2169
2167
|
cfReceiver: {
|
|
2170
2168
|
pubkey: `0x${string}`;
|
|
@@ -2176,6 +2174,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2176
2174
|
}[];
|
|
2177
2175
|
fallbackAddress: `0x${string}`;
|
|
2178
2176
|
};
|
|
2177
|
+
__kind: "V0";
|
|
2179
2178
|
} | {
|
|
2180
2179
|
__kind: "V1";
|
|
2181
2180
|
ccmAccounts: {
|
|
@@ -2191,46 +2190,47 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2191
2190
|
};
|
|
2192
2191
|
alts: `0x${string}`[];
|
|
2193
2192
|
};
|
|
2193
|
+
__kind: "Solana";
|
|
2194
2194
|
};
|
|
2195
2195
|
};
|
|
2196
2196
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2197
2197
|
sourceAddress?: {
|
|
2198
|
-
__kind: "Eth";
|
|
2199
2198
|
value: `0x${string}`;
|
|
2199
|
+
__kind: "Eth";
|
|
2200
2200
|
} | {
|
|
2201
|
-
__kind: "Dot";
|
|
2202
2201
|
value: `0x${string}`;
|
|
2202
|
+
__kind: "Dot";
|
|
2203
2203
|
} | {
|
|
2204
|
-
__kind: "Btc";
|
|
2205
2204
|
value: {
|
|
2206
|
-
__kind: "P2PKH";
|
|
2207
2205
|
value: `0x${string}`;
|
|
2206
|
+
__kind: "P2PKH";
|
|
2208
2207
|
} | {
|
|
2209
|
-
__kind: "P2SH";
|
|
2210
2208
|
value: `0x${string}`;
|
|
2209
|
+
__kind: "P2SH";
|
|
2211
2210
|
} | {
|
|
2212
|
-
__kind: "P2WPKH";
|
|
2213
2211
|
value: `0x${string}`;
|
|
2212
|
+
__kind: "P2WPKH";
|
|
2214
2213
|
} | {
|
|
2215
|
-
__kind: "P2WSH";
|
|
2216
2214
|
value: `0x${string}`;
|
|
2215
|
+
__kind: "P2WSH";
|
|
2217
2216
|
} | {
|
|
2218
|
-
__kind: "Taproot";
|
|
2219
2217
|
value: `0x${string}`;
|
|
2218
|
+
__kind: "Taproot";
|
|
2220
2219
|
} | {
|
|
2221
2220
|
__kind: "OtherSegwit";
|
|
2222
2221
|
version: number;
|
|
2223
2222
|
program: `0x${string}`;
|
|
2224
2223
|
};
|
|
2224
|
+
__kind: "Btc";
|
|
2225
2225
|
} | {
|
|
2226
|
-
__kind: "Arb";
|
|
2227
2226
|
value: `0x${string}`;
|
|
2227
|
+
__kind: "Arb";
|
|
2228
2228
|
} | {
|
|
2229
|
-
__kind: "Sol";
|
|
2230
2229
|
value: `0x${string}`;
|
|
2230
|
+
__kind: "Sol";
|
|
2231
2231
|
} | {
|
|
2232
|
-
__kind: "Hub";
|
|
2233
2232
|
value: `0x${string}`;
|
|
2233
|
+
__kind: "Hub";
|
|
2234
2234
|
} | null | undefined;
|
|
2235
2235
|
} | null | undefined;
|
|
2236
2236
|
};
|
|
@@ -2243,48 +2243,48 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2243
2243
|
__kind: "RefundIfExpires";
|
|
2244
2244
|
retryDuration: number;
|
|
2245
2245
|
refundAddress: {
|
|
2246
|
-
__kind: "InternalAccount";
|
|
2247
2246
|
value: string;
|
|
2247
|
+
__kind: "InternalAccount";
|
|
2248
2248
|
} | {
|
|
2249
|
-
__kind: "ExternalAddress";
|
|
2250
2249
|
value: {
|
|
2251
|
-
__kind: "Eth";
|
|
2252
2250
|
value: string;
|
|
2251
|
+
__kind: "Eth";
|
|
2253
2252
|
} | {
|
|
2254
|
-
__kind: "Dot";
|
|
2255
2253
|
value: string;
|
|
2254
|
+
__kind: "Dot";
|
|
2256
2255
|
} | {
|
|
2257
|
-
__kind: "Btc";
|
|
2258
2256
|
value: {
|
|
2259
|
-
__kind: "P2PKH";
|
|
2260
2257
|
value: string;
|
|
2258
|
+
__kind: "P2PKH";
|
|
2261
2259
|
} | {
|
|
2262
|
-
__kind: "P2SH";
|
|
2263
2260
|
value: string;
|
|
2261
|
+
__kind: "P2SH";
|
|
2264
2262
|
} | {
|
|
2265
|
-
__kind: "P2WPKH";
|
|
2266
2263
|
value: string;
|
|
2264
|
+
__kind: "P2WPKH";
|
|
2267
2265
|
} | {
|
|
2268
|
-
__kind: "P2WSH";
|
|
2269
2266
|
value: string;
|
|
2267
|
+
__kind: "P2WSH";
|
|
2270
2268
|
} | {
|
|
2271
|
-
__kind: "Taproot";
|
|
2272
2269
|
value: string;
|
|
2270
|
+
__kind: "Taproot";
|
|
2273
2271
|
} | {
|
|
2274
2272
|
__kind: "OtherSegwit";
|
|
2275
2273
|
version: number;
|
|
2276
2274
|
program: string;
|
|
2277
2275
|
};
|
|
2276
|
+
__kind: "Btc";
|
|
2278
2277
|
} | {
|
|
2279
|
-
__kind: "Arb";
|
|
2280
2278
|
value: string;
|
|
2279
|
+
__kind: "Arb";
|
|
2281
2280
|
} | {
|
|
2282
|
-
__kind: "Sol";
|
|
2283
2281
|
value: string;
|
|
2282
|
+
__kind: "Sol";
|
|
2284
2283
|
} | {
|
|
2285
|
-
__kind: "Hub";
|
|
2286
2284
|
value: string;
|
|
2285
|
+
__kind: "Hub";
|
|
2287
2286
|
};
|
|
2287
|
+
__kind: "ExternalAddress";
|
|
2288
2288
|
};
|
|
2289
2289
|
refundCcmMetadata?: {
|
|
2290
2290
|
channelMetadata: {
|
|
@@ -2293,9 +2293,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2293
2293
|
ccmAdditionalData: {
|
|
2294
2294
|
__kind: "NotRequired";
|
|
2295
2295
|
} | {
|
|
2296
|
-
__kind: "Solana";
|
|
2297
2296
|
value: {
|
|
2298
|
-
__kind: "V0";
|
|
2299
2297
|
value: {
|
|
2300
2298
|
cfReceiver: {
|
|
2301
2299
|
pubkey: string;
|
|
@@ -2307,6 +2305,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2307
2305
|
}[];
|
|
2308
2306
|
fallbackAddress: string;
|
|
2309
2307
|
};
|
|
2308
|
+
__kind: "V0";
|
|
2310
2309
|
} | {
|
|
2311
2310
|
__kind: "V1";
|
|
2312
2311
|
ccmAccounts: {
|
|
@@ -2322,48 +2321,49 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2322
2321
|
};
|
|
2323
2322
|
alts: string[];
|
|
2324
2323
|
};
|
|
2324
|
+
__kind: "Solana";
|
|
2325
2325
|
};
|
|
2326
2326
|
};
|
|
2327
2327
|
sourceChain: {
|
|
2328
2328
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2329
2329
|
};
|
|
2330
2330
|
sourceAddress?: {
|
|
2331
|
-
__kind: "Eth";
|
|
2332
2331
|
value: string;
|
|
2332
|
+
__kind: "Eth";
|
|
2333
2333
|
} | {
|
|
2334
|
-
__kind: "Dot";
|
|
2335
2334
|
value: string;
|
|
2335
|
+
__kind: "Dot";
|
|
2336
2336
|
} | {
|
|
2337
|
-
__kind: "Btc";
|
|
2338
2337
|
value: {
|
|
2339
|
-
__kind: "P2PKH";
|
|
2340
2338
|
value: string;
|
|
2339
|
+
__kind: "P2PKH";
|
|
2341
2340
|
} | {
|
|
2342
|
-
__kind: "P2SH";
|
|
2343
2341
|
value: string;
|
|
2342
|
+
__kind: "P2SH";
|
|
2344
2343
|
} | {
|
|
2345
|
-
__kind: "P2WPKH";
|
|
2346
2344
|
value: string;
|
|
2345
|
+
__kind: "P2WPKH";
|
|
2347
2346
|
} | {
|
|
2348
|
-
__kind: "P2WSH";
|
|
2349
2347
|
value: string;
|
|
2348
|
+
__kind: "P2WSH";
|
|
2350
2349
|
} | {
|
|
2351
|
-
__kind: "Taproot";
|
|
2352
2350
|
value: string;
|
|
2351
|
+
__kind: "Taproot";
|
|
2353
2352
|
} | {
|
|
2354
2353
|
__kind: "OtherSegwit";
|
|
2355
2354
|
version: number;
|
|
2356
2355
|
program: string;
|
|
2357
2356
|
};
|
|
2357
|
+
__kind: "Btc";
|
|
2358
2358
|
} | {
|
|
2359
|
-
__kind: "Arb";
|
|
2360
2359
|
value: string;
|
|
2360
|
+
__kind: "Arb";
|
|
2361
2361
|
} | {
|
|
2362
|
-
__kind: "Sol";
|
|
2363
2362
|
value: string;
|
|
2363
|
+
__kind: "Sol";
|
|
2364
2364
|
} | {
|
|
2365
|
-
__kind: "Hub";
|
|
2366
2365
|
value: string;
|
|
2366
|
+
__kind: "Hub";
|
|
2367
2367
|
} | null | undefined;
|
|
2368
2368
|
} | null | undefined;
|
|
2369
2369
|
};
|
|
@@ -2382,10 +2382,11 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2382
2382
|
}>>>;
|
|
2383
2383
|
}, "strip", z.ZodTypeAny, {
|
|
2384
2384
|
swapRequestId: bigint;
|
|
2385
|
-
inputAsset: "
|
|
2386
|
-
outputAsset: "
|
|
2385
|
+
inputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
2386
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
2387
2387
|
inputAmount: bigint;
|
|
2388
2388
|
origin: {
|
|
2389
|
+
__kind: "DepositChannel";
|
|
2389
2390
|
depositAddress: {
|
|
2390
2391
|
readonly chain: "Ethereum";
|
|
2391
2392
|
readonly address: `0x${string}`;
|
|
@@ -2405,27 +2406,26 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2405
2406
|
readonly chain: "Assethub";
|
|
2406
2407
|
readonly address: string;
|
|
2407
2408
|
};
|
|
2408
|
-
__kind: "DepositChannel";
|
|
2409
2409
|
channelId: bigint;
|
|
2410
2410
|
depositBlockHeight: bigint;
|
|
2411
2411
|
brokerId: `cF${string}`;
|
|
2412
2412
|
} | {
|
|
2413
2413
|
__kind: "Vault";
|
|
2414
2414
|
txId: {
|
|
2415
|
-
__kind: "Evm";
|
|
2416
2415
|
value: `0x${string}`;
|
|
2416
|
+
__kind: "Evm";
|
|
2417
2417
|
} | {
|
|
2418
|
-
__kind: "Bitcoin";
|
|
2419
2418
|
value: `0x${string}`;
|
|
2419
|
+
__kind: "Bitcoin";
|
|
2420
2420
|
} | {
|
|
2421
|
-
__kind: "Polkadot";
|
|
2422
2421
|
value: {
|
|
2423
2422
|
blockNumber: number;
|
|
2424
2423
|
extrinsicIndex: number;
|
|
2425
2424
|
};
|
|
2425
|
+
__kind: "Polkadot";
|
|
2426
2426
|
} | {
|
|
2427
|
-
__kind: "Solana";
|
|
2428
2427
|
value: [`0x${string}`, bigint];
|
|
2428
|
+
__kind: "Solana";
|
|
2429
2429
|
} | {
|
|
2430
2430
|
__kind: "None";
|
|
2431
2431
|
};
|
|
@@ -2433,8 +2433,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2433
2433
|
} | {
|
|
2434
2434
|
__kind: "Internal";
|
|
2435
2435
|
} | {
|
|
2436
|
-
__kind: "OnChainAccount";
|
|
2437
2436
|
value: `cF${string}`;
|
|
2437
|
+
__kind: "OnChainAccount";
|
|
2438
2438
|
};
|
|
2439
2439
|
requestType: {
|
|
2440
2440
|
__kind: "NetworkFee";
|
|
@@ -2470,9 +2470,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2470
2470
|
ccmAdditionalData: {
|
|
2471
2471
|
__kind: "NotRequired";
|
|
2472
2472
|
} | {
|
|
2473
|
-
__kind: "Solana";
|
|
2474
2473
|
value: {
|
|
2475
|
-
__kind: "V0";
|
|
2476
2474
|
value: {
|
|
2477
2475
|
cfReceiver: {
|
|
2478
2476
|
pubkey: `0x${string}`;
|
|
@@ -2484,6 +2482,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2484
2482
|
}[];
|
|
2485
2483
|
fallbackAddress: `0x${string}`;
|
|
2486
2484
|
};
|
|
2485
|
+
__kind: "V0";
|
|
2487
2486
|
} | {
|
|
2488
2487
|
__kind: "V1";
|
|
2489
2488
|
ccmAccounts: {
|
|
@@ -2499,6 +2498,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2499
2498
|
};
|
|
2500
2499
|
alts: `0x${string}`[];
|
|
2501
2500
|
};
|
|
2501
|
+
__kind: "Solana";
|
|
2502
2502
|
};
|
|
2503
2503
|
};
|
|
2504
2504
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
@@ -2538,48 +2538,48 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2538
2538
|
__kind: "RefundIfExpires";
|
|
2539
2539
|
retryDuration: number;
|
|
2540
2540
|
refundAddress: {
|
|
2541
|
-
__kind: "InternalAccount";
|
|
2542
2541
|
value: `cF${string}`;
|
|
2542
|
+
__kind: "InternalAccount";
|
|
2543
2543
|
} | {
|
|
2544
|
-
__kind: "ExternalAddress";
|
|
2545
2544
|
value: {
|
|
2546
|
-
__kind: "Eth";
|
|
2547
2545
|
value: `0x${string}`;
|
|
2546
|
+
__kind: "Eth";
|
|
2548
2547
|
} | {
|
|
2549
|
-
__kind: "Dot";
|
|
2550
2548
|
value: `0x${string}`;
|
|
2549
|
+
__kind: "Dot";
|
|
2551
2550
|
} | {
|
|
2552
|
-
__kind: "Btc";
|
|
2553
2551
|
value: {
|
|
2554
|
-
__kind: "P2PKH";
|
|
2555
2552
|
value: `0x${string}`;
|
|
2553
|
+
__kind: "P2PKH";
|
|
2556
2554
|
} | {
|
|
2557
|
-
__kind: "P2SH";
|
|
2558
2555
|
value: `0x${string}`;
|
|
2556
|
+
__kind: "P2SH";
|
|
2559
2557
|
} | {
|
|
2560
|
-
__kind: "P2WPKH";
|
|
2561
2558
|
value: `0x${string}`;
|
|
2559
|
+
__kind: "P2WPKH";
|
|
2562
2560
|
} | {
|
|
2563
|
-
__kind: "P2WSH";
|
|
2564
2561
|
value: `0x${string}`;
|
|
2562
|
+
__kind: "P2WSH";
|
|
2565
2563
|
} | {
|
|
2566
|
-
__kind: "Taproot";
|
|
2567
2564
|
value: `0x${string}`;
|
|
2565
|
+
__kind: "Taproot";
|
|
2568
2566
|
} | {
|
|
2569
2567
|
__kind: "OtherSegwit";
|
|
2570
2568
|
version: number;
|
|
2571
2569
|
program: `0x${string}`;
|
|
2572
2570
|
};
|
|
2571
|
+
__kind: "Btc";
|
|
2573
2572
|
} | {
|
|
2574
|
-
__kind: "Arb";
|
|
2575
2573
|
value: `0x${string}`;
|
|
2574
|
+
__kind: "Arb";
|
|
2576
2575
|
} | {
|
|
2577
|
-
__kind: "Sol";
|
|
2578
2576
|
value: `0x${string}`;
|
|
2577
|
+
__kind: "Sol";
|
|
2579
2578
|
} | {
|
|
2580
|
-
__kind: "Hub";
|
|
2581
2579
|
value: `0x${string}`;
|
|
2580
|
+
__kind: "Hub";
|
|
2582
2581
|
};
|
|
2582
|
+
__kind: "ExternalAddress";
|
|
2583
2583
|
};
|
|
2584
2584
|
refundCcmMetadata?: {
|
|
2585
2585
|
channelMetadata: {
|
|
@@ -2588,9 +2588,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2588
2588
|
ccmAdditionalData: {
|
|
2589
2589
|
__kind: "NotRequired";
|
|
2590
2590
|
} | {
|
|
2591
|
-
__kind: "Solana";
|
|
2592
2591
|
value: {
|
|
2593
|
-
__kind: "V0";
|
|
2594
2592
|
value: {
|
|
2595
2593
|
cfReceiver: {
|
|
2596
2594
|
pubkey: `0x${string}`;
|
|
@@ -2602,6 +2600,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2602
2600
|
}[];
|
|
2603
2601
|
fallbackAddress: `0x${string}`;
|
|
2604
2602
|
};
|
|
2603
|
+
__kind: "V0";
|
|
2605
2604
|
} | {
|
|
2606
2605
|
__kind: "V1";
|
|
2607
2606
|
ccmAccounts: {
|
|
@@ -2617,46 +2616,47 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2617
2616
|
};
|
|
2618
2617
|
alts: `0x${string}`[];
|
|
2619
2618
|
};
|
|
2619
|
+
__kind: "Solana";
|
|
2620
2620
|
};
|
|
2621
2621
|
};
|
|
2622
2622
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2623
2623
|
sourceAddress?: {
|
|
2624
|
-
__kind: "Eth";
|
|
2625
2624
|
value: `0x${string}`;
|
|
2625
|
+
__kind: "Eth";
|
|
2626
2626
|
} | {
|
|
2627
|
-
__kind: "Dot";
|
|
2628
2627
|
value: `0x${string}`;
|
|
2628
|
+
__kind: "Dot";
|
|
2629
2629
|
} | {
|
|
2630
|
-
__kind: "Btc";
|
|
2631
2630
|
value: {
|
|
2632
|
-
__kind: "P2PKH";
|
|
2633
2631
|
value: `0x${string}`;
|
|
2632
|
+
__kind: "P2PKH";
|
|
2634
2633
|
} | {
|
|
2635
|
-
__kind: "P2SH";
|
|
2636
2634
|
value: `0x${string}`;
|
|
2635
|
+
__kind: "P2SH";
|
|
2637
2636
|
} | {
|
|
2638
|
-
__kind: "P2WPKH";
|
|
2639
2637
|
value: `0x${string}`;
|
|
2638
|
+
__kind: "P2WPKH";
|
|
2640
2639
|
} | {
|
|
2641
|
-
__kind: "P2WSH";
|
|
2642
2640
|
value: `0x${string}`;
|
|
2641
|
+
__kind: "P2WSH";
|
|
2643
2642
|
} | {
|
|
2644
|
-
__kind: "Taproot";
|
|
2645
2643
|
value: `0x${string}`;
|
|
2644
|
+
__kind: "Taproot";
|
|
2646
2645
|
} | {
|
|
2647
2646
|
__kind: "OtherSegwit";
|
|
2648
2647
|
version: number;
|
|
2649
2648
|
program: `0x${string}`;
|
|
2650
2649
|
};
|
|
2650
|
+
__kind: "Btc";
|
|
2651
2651
|
} | {
|
|
2652
|
-
__kind: "Arb";
|
|
2653
2652
|
value: `0x${string}`;
|
|
2653
|
+
__kind: "Arb";
|
|
2654
2654
|
} | {
|
|
2655
|
-
__kind: "Sol";
|
|
2656
2655
|
value: `0x${string}`;
|
|
2656
|
+
__kind: "Sol";
|
|
2657
2657
|
} | {
|
|
2658
|
-
__kind: "Hub";
|
|
2659
2658
|
value: `0x${string}`;
|
|
2659
|
+
__kind: "Hub";
|
|
2660
2660
|
} | null | undefined;
|
|
2661
2661
|
} | null | undefined;
|
|
2662
2662
|
};
|
|
@@ -2670,38 +2670,38 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2670
2670
|
}, {
|
|
2671
2671
|
swapRequestId: string | number;
|
|
2672
2672
|
inputAsset: {
|
|
2673
|
-
__kind: "
|
|
2673
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
2674
2674
|
};
|
|
2675
2675
|
outputAsset: {
|
|
2676
|
-
__kind: "
|
|
2676
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
2677
2677
|
};
|
|
2678
2678
|
inputAmount: string | number;
|
|
2679
2679
|
origin: {
|
|
2680
|
+
__kind: "DepositChannel";
|
|
2680
2681
|
depositAddress: {
|
|
2681
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2682
2682
|
value: string;
|
|
2683
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2683
2684
|
};
|
|
2684
|
-
__kind: "DepositChannel";
|
|
2685
2685
|
channelId: string | number;
|
|
2686
2686
|
depositBlockHeight: string | number;
|
|
2687
2687
|
brokerId: string;
|
|
2688
2688
|
} | {
|
|
2689
2689
|
__kind: "Vault";
|
|
2690
2690
|
txId: {
|
|
2691
|
-
__kind: "Evm";
|
|
2692
2691
|
value: string;
|
|
2692
|
+
__kind: "Evm";
|
|
2693
2693
|
} | {
|
|
2694
|
-
__kind: "Bitcoin";
|
|
2695
2694
|
value: string;
|
|
2695
|
+
__kind: "Bitcoin";
|
|
2696
2696
|
} | {
|
|
2697
|
-
__kind: "Polkadot";
|
|
2698
2697
|
value: {
|
|
2699
2698
|
blockNumber: number;
|
|
2700
2699
|
extrinsicIndex: number;
|
|
2701
2700
|
};
|
|
2701
|
+
__kind: "Polkadot";
|
|
2702
2702
|
} | {
|
|
2703
|
-
__kind: "Solana";
|
|
2704
2703
|
value: [string, string | number];
|
|
2704
|
+
__kind: "Solana";
|
|
2705
2705
|
} | {
|
|
2706
2706
|
__kind: "None";
|
|
2707
2707
|
};
|
|
@@ -2709,8 +2709,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2709
2709
|
} | {
|
|
2710
2710
|
__kind: "Internal";
|
|
2711
2711
|
} | {
|
|
2712
|
-
__kind: "OnChainAccount";
|
|
2713
2712
|
value: string;
|
|
2713
|
+
__kind: "OnChainAccount";
|
|
2714
2714
|
};
|
|
2715
2715
|
requestType: {
|
|
2716
2716
|
__kind: "NetworkFee";
|
|
@@ -2721,8 +2721,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2721
2721
|
outputAction: {
|
|
2722
2722
|
__kind: "Egress";
|
|
2723
2723
|
outputAddress: {
|
|
2724
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2725
2724
|
value: string;
|
|
2725
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2726
2726
|
};
|
|
2727
2727
|
ccmDepositMetadata?: {
|
|
2728
2728
|
channelMetadata: {
|
|
@@ -2731,9 +2731,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2731
2731
|
ccmAdditionalData: {
|
|
2732
2732
|
__kind: "NotRequired";
|
|
2733
2733
|
} | {
|
|
2734
|
-
__kind: "Solana";
|
|
2735
2734
|
value: {
|
|
2736
|
-
__kind: "V0";
|
|
2737
2735
|
value: {
|
|
2738
2736
|
cfReceiver: {
|
|
2739
2737
|
pubkey: string;
|
|
@@ -2745,6 +2743,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2745
2743
|
}[];
|
|
2746
2744
|
fallbackAddress: string;
|
|
2747
2745
|
};
|
|
2746
|
+
__kind: "V0";
|
|
2748
2747
|
} | {
|
|
2749
2748
|
__kind: "V1";
|
|
2750
2749
|
ccmAccounts: {
|
|
@@ -2760,14 +2759,15 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2760
2759
|
};
|
|
2761
2760
|
alts: string[];
|
|
2762
2761
|
};
|
|
2762
|
+
__kind: "Solana";
|
|
2763
2763
|
};
|
|
2764
2764
|
};
|
|
2765
2765
|
sourceChain: {
|
|
2766
2766
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2767
2767
|
};
|
|
2768
2768
|
sourceAddress?: {
|
|
2769
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2770
2769
|
value: string;
|
|
2770
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2771
2771
|
} | null | undefined;
|
|
2772
2772
|
} | null | undefined;
|
|
2773
2773
|
} | {
|
|
@@ -2786,48 +2786,48 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2786
2786
|
__kind: "RefundIfExpires";
|
|
2787
2787
|
retryDuration: number;
|
|
2788
2788
|
refundAddress: {
|
|
2789
|
-
__kind: "InternalAccount";
|
|
2790
2789
|
value: string;
|
|
2790
|
+
__kind: "InternalAccount";
|
|
2791
2791
|
} | {
|
|
2792
|
-
__kind: "ExternalAddress";
|
|
2793
2792
|
value: {
|
|
2794
|
-
__kind: "Eth";
|
|
2795
2793
|
value: string;
|
|
2794
|
+
__kind: "Eth";
|
|
2796
2795
|
} | {
|
|
2797
|
-
__kind: "Dot";
|
|
2798
2796
|
value: string;
|
|
2797
|
+
__kind: "Dot";
|
|
2799
2798
|
} | {
|
|
2800
|
-
__kind: "Btc";
|
|
2801
2799
|
value: {
|
|
2802
|
-
__kind: "P2PKH";
|
|
2803
2800
|
value: string;
|
|
2801
|
+
__kind: "P2PKH";
|
|
2804
2802
|
} | {
|
|
2805
|
-
__kind: "P2SH";
|
|
2806
2803
|
value: string;
|
|
2804
|
+
__kind: "P2SH";
|
|
2807
2805
|
} | {
|
|
2808
|
-
__kind: "P2WPKH";
|
|
2809
2806
|
value: string;
|
|
2807
|
+
__kind: "P2WPKH";
|
|
2810
2808
|
} | {
|
|
2811
|
-
__kind: "P2WSH";
|
|
2812
2809
|
value: string;
|
|
2810
|
+
__kind: "P2WSH";
|
|
2813
2811
|
} | {
|
|
2814
|
-
__kind: "Taproot";
|
|
2815
2812
|
value: string;
|
|
2813
|
+
__kind: "Taproot";
|
|
2816
2814
|
} | {
|
|
2817
2815
|
__kind: "OtherSegwit";
|
|
2818
2816
|
version: number;
|
|
2819
2817
|
program: string;
|
|
2820
2818
|
};
|
|
2819
|
+
__kind: "Btc";
|
|
2821
2820
|
} | {
|
|
2822
|
-
__kind: "Arb";
|
|
2823
2821
|
value: string;
|
|
2822
|
+
__kind: "Arb";
|
|
2824
2823
|
} | {
|
|
2825
|
-
__kind: "Sol";
|
|
2826
2824
|
value: string;
|
|
2825
|
+
__kind: "Sol";
|
|
2827
2826
|
} | {
|
|
2828
|
-
__kind: "Hub";
|
|
2829
2827
|
value: string;
|
|
2828
|
+
__kind: "Hub";
|
|
2830
2829
|
};
|
|
2830
|
+
__kind: "ExternalAddress";
|
|
2831
2831
|
};
|
|
2832
2832
|
refundCcmMetadata?: {
|
|
2833
2833
|
channelMetadata: {
|
|
@@ -2836,9 +2836,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2836
2836
|
ccmAdditionalData: {
|
|
2837
2837
|
__kind: "NotRequired";
|
|
2838
2838
|
} | {
|
|
2839
|
-
__kind: "Solana";
|
|
2840
2839
|
value: {
|
|
2841
|
-
__kind: "V0";
|
|
2842
2840
|
value: {
|
|
2843
2841
|
cfReceiver: {
|
|
2844
2842
|
pubkey: string;
|
|
@@ -2850,6 +2848,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2850
2848
|
}[];
|
|
2851
2849
|
fallbackAddress: string;
|
|
2852
2850
|
};
|
|
2851
|
+
__kind: "V0";
|
|
2853
2852
|
} | {
|
|
2854
2853
|
__kind: "V1";
|
|
2855
2854
|
ccmAccounts: {
|
|
@@ -2865,48 +2864,49 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2865
2864
|
};
|
|
2866
2865
|
alts: string[];
|
|
2867
2866
|
};
|
|
2867
|
+
__kind: "Solana";
|
|
2868
2868
|
};
|
|
2869
2869
|
};
|
|
2870
2870
|
sourceChain: {
|
|
2871
2871
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2872
2872
|
};
|
|
2873
2873
|
sourceAddress?: {
|
|
2874
|
-
__kind: "Eth";
|
|
2875
2874
|
value: string;
|
|
2875
|
+
__kind: "Eth";
|
|
2876
2876
|
} | {
|
|
2877
|
-
__kind: "Dot";
|
|
2878
2877
|
value: string;
|
|
2878
|
+
__kind: "Dot";
|
|
2879
2879
|
} | {
|
|
2880
|
-
__kind: "Btc";
|
|
2881
2880
|
value: {
|
|
2882
|
-
__kind: "P2PKH";
|
|
2883
2881
|
value: string;
|
|
2882
|
+
__kind: "P2PKH";
|
|
2884
2883
|
} | {
|
|
2885
|
-
__kind: "P2SH";
|
|
2886
2884
|
value: string;
|
|
2885
|
+
__kind: "P2SH";
|
|
2887
2886
|
} | {
|
|
2888
|
-
__kind: "P2WPKH";
|
|
2889
2887
|
value: string;
|
|
2888
|
+
__kind: "P2WPKH";
|
|
2890
2889
|
} | {
|
|
2891
|
-
__kind: "P2WSH";
|
|
2892
2890
|
value: string;
|
|
2891
|
+
__kind: "P2WSH";
|
|
2893
2892
|
} | {
|
|
2894
|
-
__kind: "Taproot";
|
|
2895
2893
|
value: string;
|
|
2894
|
+
__kind: "Taproot";
|
|
2896
2895
|
} | {
|
|
2897
2896
|
__kind: "OtherSegwit";
|
|
2898
2897
|
version: number;
|
|
2899
2898
|
program: string;
|
|
2900
2899
|
};
|
|
2900
|
+
__kind: "Btc";
|
|
2901
2901
|
} | {
|
|
2902
|
-
__kind: "Arb";
|
|
2903
2902
|
value: string;
|
|
2903
|
+
__kind: "Arb";
|
|
2904
2904
|
} | {
|
|
2905
|
-
__kind: "Sol";
|
|
2906
2905
|
value: string;
|
|
2906
|
+
__kind: "Sol";
|
|
2907
2907
|
} | {
|
|
2908
|
-
__kind: "Hub";
|
|
2909
2908
|
value: string;
|
|
2909
|
+
__kind: "Hub";
|
|
2910
2910
|
} | null | undefined;
|
|
2911
2911
|
} | null | undefined;
|
|
2912
2912
|
};
|