@chainflip/processor 2.2.0-alpha.7 → 2.2.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/100/bitcoinBroadcaster/broadcastCallbackExecuted.d.cts +56 -56
- package/dist/100/bitcoinBroadcaster/broadcastCallbackExecuted.d.mts +56 -56
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.d.cts +40 -40
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.d.mts +40 -40
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.d.cts +40 -40
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.d.mts +40 -40
- package/dist/100/bitcoinIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/100/bitcoinIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.cts +40 -40
- package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.mts +40 -40
- package/dist/100/bitcoinIngressEgress/depositIgnored.d.cts +48 -48
- package/dist/100/bitcoinIngressEgress/depositIgnored.d.mts +48 -48
- package/dist/100/bitcoinIngressEgress/depositReceived.d.cts +48 -48
- package/dist/100/bitcoinIngressEgress/depositReceived.d.mts +48 -48
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.cts +108 -108
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.mts +108 -108
- package/dist/100/bitcoinIngressEgress/egressScheduled.d.cts +40 -40
- package/dist/100/bitcoinIngressEgress/egressScheduled.d.mts +40 -40
- package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.cts +40 -40
- package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.mts +40 -40
- package/dist/100/bitcoinThresholdSigner/currentKeyUnavailable.d.cts +4 -4
- package/dist/100/bitcoinThresholdSigner/currentKeyUnavailable.d.mts +4 -4
- package/dist/100/bitcoinThresholdSigner/failureReportProcessed.d.cts +4 -4
- package/dist/100/bitcoinThresholdSigner/failureReportProcessed.d.mts +4 -4
- package/dist/100/bitcoinThresholdSigner/retryRequested.d.cts +4 -4
- package/dist/100/bitcoinThresholdSigner/retryRequested.d.mts +4 -4
- package/dist/100/bitcoinThresholdSigner/signersUnavailable.d.cts +4 -4
- package/dist/100/bitcoinThresholdSigner/signersUnavailable.d.mts +4 -4
- package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.d.cts +64 -64
- package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.d.mts +64 -64
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureFailed.d.cts +4 -4
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureFailed.d.mts +4 -4
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureRequest.d.cts +4 -4
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureRequest.d.mts +4 -4
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureSuccess.d.cts +4 -4
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureSuccess.d.mts +4 -4
- package/dist/100/common.d.cts +249 -249
- package/dist/100/common.d.mts +249 -249
- package/dist/100/environment/runtimeSafeModeUpdated.d.cts +24 -24
- package/dist/100/environment/runtimeSafeModeUpdated.d.mts +24 -24
- package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.d.cts +56 -56
- package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.d.mts +56 -56
- package/dist/100/ethereumIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/100/ethereumIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.cts +40 -40
- package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.mts +40 -40
- package/dist/100/ethereumIngressEgress/depositIgnored.d.cts +4 -4
- package/dist/100/ethereumIngressEgress/depositIgnored.d.mts +4 -4
- package/dist/100/ethereumIngressEgress/depositReceived.d.cts +4 -4
- package/dist/100/ethereumIngressEgress/depositReceived.d.mts +4 -4
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.cts +40 -40
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.mts +40 -40
- package/dist/100/ethereumThresholdSigner/currentKeyUnavailable.d.cts +4 -4
- package/dist/100/ethereumThresholdSigner/currentKeyUnavailable.d.mts +4 -4
- package/dist/100/ethereumThresholdSigner/failureReportProcessed.d.cts +4 -4
- package/dist/100/ethereumThresholdSigner/failureReportProcessed.d.mts +4 -4
- package/dist/100/ethereumThresholdSigner/retryRequested.d.cts +4 -4
- package/dist/100/ethereumThresholdSigner/retryRequested.d.mts +4 -4
- package/dist/100/ethereumThresholdSigner/signersUnavailable.d.cts +4 -4
- package/dist/100/ethereumThresholdSigner/signersUnavailable.d.mts +4 -4
- package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.d.cts +64 -64
- package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.d.mts +64 -64
- package/dist/100/ethereumThresholdSigner/thresholdSignatureFailed.d.cts +4 -4
- package/dist/100/ethereumThresholdSigner/thresholdSignatureFailed.d.mts +4 -4
- package/dist/100/ethereumThresholdSigner/thresholdSignatureRequest.d.cts +4 -4
- package/dist/100/ethereumThresholdSigner/thresholdSignatureRequest.d.mts +4 -4
- package/dist/100/ethereumThresholdSigner/thresholdSignatureSuccess.d.cts +4 -4
- package/dist/100/ethereumThresholdSigner/thresholdSignatureSuccess.d.mts +4 -4
- package/dist/100/flip/remainingImbalance.d.cts +44 -44
- package/dist/100/flip/remainingImbalance.d.mts +44 -44
- package/dist/100/funding/boundExecutorAddress.d.cts +4 -4
- package/dist/100/funding/boundExecutorAddress.d.mts +4 -4
- package/dist/100/funding/boundRedeemAddress.d.cts +4 -4
- package/dist/100/funding/boundRedeemAddress.d.mts +4 -4
- package/dist/100/funding/failedFundingAttempt.d.cts +4 -4
- package/dist/100/funding/failedFundingAttempt.d.mts +4 -4
- package/dist/100/funding/funded.d.cts +4 -4
- package/dist/100/funding/funded.d.mts +4 -4
- package/dist/100/funding/redemptionRequested.d.cts +8 -8
- package/dist/100/funding/redemptionRequested.d.mts +8 -8
- package/dist/100/governance/failedExecution.d.cts +16 -16
- package/dist/100/governance/failedExecution.d.mts +16 -16
- package/dist/100/governance/govKeyCallExecutionFailed.d.cts +32 -32
- package/dist/100/governance/govKeyCallExecutionFailed.d.mts +32 -32
- package/dist/100/liquidityPools/assetSwapped.d.cts +24 -24
- package/dist/100/liquidityPools/assetSwapped.d.mts +24 -24
- package/dist/100/liquidityPools/limitOrderUpdated.d.cts +40 -40
- package/dist/100/liquidityPools/limitOrderUpdated.d.mts +40 -40
- package/dist/100/liquidityPools/newPoolCreated.d.cts +24 -24
- package/dist/100/liquidityPools/newPoolCreated.d.mts +24 -24
- package/dist/100/liquidityPools/poolFeeSet.d.cts +24 -24
- package/dist/100/liquidityPools/poolFeeSet.d.mts +24 -24
- package/dist/100/liquidityPools/poolStateUpdated.d.cts +24 -24
- package/dist/100/liquidityPools/poolStateUpdated.d.mts +24 -24
- package/dist/100/liquidityPools/rangeOrderUpdated.d.cts +40 -40
- package/dist/100/liquidityPools/rangeOrderUpdated.d.mts +40 -40
- package/dist/100/liquidityProvider/accountCredited.d.cts +12 -12
- package/dist/100/liquidityProvider/accountCredited.d.mts +12 -12
- package/dist/100/liquidityProvider/accountDebited.d.cts +12 -12
- package/dist/100/liquidityProvider/accountDebited.d.mts +12 -12
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.cts +30 -30
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.mts +30 -30
- package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.cts +88 -88
- package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.mts +88 -88
- package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.cts +28 -28
- package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.mts +28 -28
- package/dist/100/polkadotBroadcaster/broadcastCallbackExecuted.d.cts +56 -56
- package/dist/100/polkadotBroadcaster/broadcastCallbackExecuted.d.mts +56 -56
- package/dist/100/polkadotIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/100/polkadotIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.cts +40 -40
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.mts +40 -40
- package/dist/100/polkadotIngressEgress/depositIgnored.d.cts +4 -4
- package/dist/100/polkadotIngressEgress/depositIgnored.d.mts +4 -4
- package/dist/100/polkadotIngressEgress/depositReceived.d.cts +4 -4
- package/dist/100/polkadotIngressEgress/depositReceived.d.mts +4 -4
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.cts +40 -40
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.mts +40 -40
- package/dist/100/polkadotThresholdSigner/currentKeyUnavailable.d.cts +4 -4
- package/dist/100/polkadotThresholdSigner/currentKeyUnavailable.d.mts +4 -4
- package/dist/100/polkadotThresholdSigner/failureReportProcessed.d.cts +4 -4
- package/dist/100/polkadotThresholdSigner/failureReportProcessed.d.mts +4 -4
- package/dist/100/polkadotThresholdSigner/retryRequested.d.cts +4 -4
- package/dist/100/polkadotThresholdSigner/retryRequested.d.mts +4 -4
- package/dist/100/polkadotThresholdSigner/signersUnavailable.d.cts +4 -4
- package/dist/100/polkadotThresholdSigner/signersUnavailable.d.mts +4 -4
- package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.d.cts +64 -64
- package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.d.mts +64 -64
- package/dist/100/polkadotThresholdSigner/thresholdSignatureFailed.d.cts +4 -4
- package/dist/100/polkadotThresholdSigner/thresholdSignatureFailed.d.mts +4 -4
- package/dist/100/polkadotThresholdSigner/thresholdSignatureRequest.d.cts +4 -4
- package/dist/100/polkadotThresholdSigner/thresholdSignatureRequest.d.mts +4 -4
- package/dist/100/polkadotThresholdSigner/thresholdSignatureSuccess.d.cts +4 -4
- package/dist/100/polkadotThresholdSigner/thresholdSignatureSuccess.d.mts +4 -4
- package/dist/100/swapping/batchSwapFailed.d.cts +12 -12
- package/dist/100/swapping/batchSwapFailed.d.mts +12 -12
- package/dist/100/swapping/ccmDepositReceived.d.cts +128 -128
- package/dist/100/swapping/ccmDepositReceived.d.mts +128 -128
- package/dist/100/swapping/ccmFailed.d.cts +124 -124
- package/dist/100/swapping/ccmFailed.d.mts +124 -124
- package/dist/100/swapping/minimumSwapAmountSet.d.cts +12 -12
- package/dist/100/swapping/minimumSwapAmountSet.d.mts +12 -12
- package/dist/100/swapping/swapAmountTooLow.d.cts +38 -38
- package/dist/100/swapping/swapAmountTooLow.d.mts +38 -38
- package/dist/100/swapping/swapDepositAddressReady.d.cts +44 -44
- package/dist/100/swapping/swapDepositAddressReady.d.mts +44 -44
- package/dist/100/swapping/swapEgressScheduled.d.cts +20 -20
- package/dist/100/swapping/swapEgressScheduled.d.mts +20 -20
- package/dist/100/swapping/swapExecuted.d.cts +30 -30
- package/dist/100/swapping/swapExecuted.d.mts +30 -30
- package/dist/100/swapping/swapScheduled.d.cts +196 -196
- package/dist/100/swapping/swapScheduled.d.mts +196 -196
- package/dist/100/swapping/withdrawalRequested.d.cts +16 -16
- package/dist/100/swapping/withdrawalRequested.d.mts +16 -16
- package/dist/100/system/extrinsicFailed.d.cts +66 -66
- package/dist/100/system/extrinsicFailed.d.mts +66 -66
- package/dist/100/tokenholderGovernance/proposalEnacted.d.cts +16 -16
- package/dist/100/tokenholderGovernance/proposalEnacted.d.mts +16 -16
- package/dist/100/tokenholderGovernance/proposalPassed.d.cts +16 -16
- package/dist/100/tokenholderGovernance/proposalPassed.d.mts +16 -16
- package/dist/100/tokenholderGovernance/proposalRejected.d.cts +16 -16
- package/dist/100/tokenholderGovernance/proposalRejected.d.mts +16 -16
- package/dist/100/tokenholderGovernance/proposalSubmitted.d.cts +16 -16
- package/dist/100/tokenholderGovernance/proposalSubmitted.d.mts +16 -16
- package/dist/100/validator/rotationPhaseUpdated.d.cts +40 -40
- package/dist/100/validator/rotationPhaseUpdated.d.mts +40 -40
- package/dist/100/witnesser/witnessExecutionFailed.d.cts +32 -32
- package/dist/100/witnesser/witnessExecutionFailed.d.mts +32 -32
- package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.cts +214 -214
- package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.mts +214 -214
- package/dist/11000/arbitrumIngressEgress/depositFailed.d.cts +370 -370
- package/dist/11000/arbitrumIngressEgress/depositFailed.d.mts +370 -370
- package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +206 -206
- package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +206 -206
- package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.cts +214 -214
- package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.mts +214 -214
- package/dist/11000/assethubIngressEgress/depositFailed.d.cts +408 -408
- package/dist/11000/assethubIngressEgress/depositFailed.d.mts +408 -408
- package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +206 -206
- package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.mts +206 -206
- package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.cts +214 -214
- package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.mts +214 -214
- package/dist/11000/bitcoinIngressEgress/depositFailed.d.cts +631 -631
- package/dist/11000/bitcoinIngressEgress/depositFailed.d.mts +631 -631
- package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +206 -206
- package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +206 -206
- package/dist/11000/bitcoinIngressEgress/invalidCcmRefunded.d.cts +40 -40
- package/dist/11000/bitcoinIngressEgress/invalidCcmRefunded.d.mts +40 -40
- package/dist/11000/common.d.cts +2445 -2445
- package/dist/11000/common.d.mts +2445 -2445
- package/dist/11000/environment/runtimeSafeModeUpdated.d.cts +24 -24
- package/dist/11000/environment/runtimeSafeModeUpdated.d.mts +24 -24
- package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.d.cts +214 -214
- package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.d.mts +214 -214
- package/dist/11000/ethereumIngressEgress/depositFailed.d.cts +370 -370
- package/dist/11000/ethereumIngressEgress/depositFailed.d.mts +370 -370
- package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +206 -206
- package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +206 -206
- package/dist/11000/lendingPools/boostFundsAdded.d.cts +16 -16
- package/dist/11000/lendingPools/boostFundsAdded.d.mts +16 -16
- package/dist/11000/lendingPools/boostPoolCreated.d.cts +16 -16
- package/dist/11000/lendingPools/boostPoolCreated.d.mts +16 -16
- package/dist/11000/lendingPools/stoppedBoosting.d.cts +16 -16
- package/dist/11000/lendingPools/stoppedBoosting.d.mts +16 -16
- package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.cts +214 -214
- package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.mts +214 -214
- package/dist/11000/polkadotIngressEgress/depositFailed.d.cts +408 -408
- package/dist/11000/polkadotIngressEgress/depositFailed.d.mts +408 -408
- package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +206 -206
- package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +206 -206
- package/dist/11000/solanaElections/unknownElection.d.cts +8 -8
- package/dist/11000/solanaElections/unknownElection.d.mts +8 -8
- package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.cts +214 -214
- package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.mts +214 -214
- package/dist/11000/solanaIngressEgress/depositFailed.d.cts +370 -370
- package/dist/11000/solanaIngressEgress/depositFailed.d.mts +370 -370
- package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +206 -206
- package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +206 -206
- package/dist/11000/swapping/palletConfigUpdated.d.cts +64 -64
- package/dist/11000/swapping/palletConfigUpdated.d.mts +64 -64
- package/dist/11000/swapping/refundEgressScheduled.d.cts +32 -32
- package/dist/11000/swapping/refundEgressScheduled.d.mts +32 -32
- package/dist/11000/swapping/refundedOnChain.d.cts +16 -16
- package/dist/11000/swapping/refundedOnChain.d.mts +16 -16
- package/dist/11000/swapping/swapDepositAddressReady.d.cts +108 -108
- package/dist/11000/swapping/swapDepositAddressReady.d.mts +108 -108
- package/dist/11000/swapping/swapRequested.d.cts +212 -212
- package/dist/11000/swapping/swapRequested.d.mts +212 -212
- package/dist/11000/tradingStrategy/strategyDeployed.d.cts +48 -48
- package/dist/11000/tradingStrategy/strategyDeployed.d.mts +48 -48
- package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.cts +40 -40
- package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.mts +40 -40
- package/dist/111/common.d.cts +30 -30
- package/dist/111/common.d.mts +30 -30
- package/dist/111/liquidityPools/limitOrderUpdated.d.cts +50 -50
- package/dist/111/liquidityPools/limitOrderUpdated.d.mts +50 -50
- package/dist/111/liquidityPools/newPoolCreated.d.cts +24 -24
- package/dist/111/liquidityPools/newPoolCreated.d.mts +24 -24
- package/dist/111/liquidityPools/poolFeeSet.d.cts +24 -24
- package/dist/111/liquidityPools/poolFeeSet.d.mts +24 -24
- package/dist/111/liquidityPools/rangeOrderUpdated.d.cts +58 -58
- package/dist/111/liquidityPools/rangeOrderUpdated.d.mts +58 -58
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.cts +36 -36
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.mts +36 -36
- package/dist/11100/arbitrumIngressEgress/depositFailed.d.cts +44 -44
- package/dist/11100/arbitrumIngressEgress/depositFailed.d.mts +44 -44
- package/dist/11100/assethubIngressEgress/depositFailed.d.cts +80 -80
- package/dist/11100/assethubIngressEgress/depositFailed.d.mts +80 -80
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.cts +76 -76
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.mts +76 -76
- package/dist/11100/common.d.cts +370 -370
- package/dist/11100/common.d.mts +370 -370
- package/dist/11100/environment/runtimeSafeModeUpdated.d.cts +120 -120
- package/dist/11100/environment/runtimeSafeModeUpdated.d.mts +120 -120
- package/dist/11100/ethereumIngressEgress/depositFailed.d.cts +44 -44
- package/dist/11100/ethereumIngressEgress/depositFailed.d.mts +44 -44
- package/dist/11100/funding/sCCallCannotBeDecoded.d.cts +4 -4
- package/dist/11100/funding/sCCallCannotBeDecoded.d.mts +4 -4
- package/dist/11100/funding/sCCallCannotBeExecuted.d.cts +4 -4
- package/dist/11100/funding/sCCallCannotBeExecuted.d.mts +4 -4
- package/dist/11100/funding/sCCallExecuted.d.cts +4 -4
- package/dist/11100/funding/sCCallExecuted.d.mts +4 -4
- package/dist/11100/lendingPools/collateralAdded.d.cts +24 -24
- package/dist/11100/lendingPools/collateralAdded.d.mts +24 -24
- package/dist/11100/lendingPools/collateralRemoved.d.cts +24 -24
- package/dist/11100/lendingPools/collateralRemoved.d.mts +24 -24
- package/dist/11100/lendingPools/lendingFeeCollectionInitiated.d.cts +12 -12
- package/dist/11100/lendingPools/lendingFeeCollectionInitiated.d.mts +12 -12
- package/dist/11100/lendingPools/lendingFundsAdded.d.cts +14 -14
- package/dist/11100/lendingPools/lendingFundsAdded.d.mts +14 -14
- package/dist/11100/lendingPools/lendingFundsRemoved.d.cts +12 -12
- package/dist/11100/lendingPools/lendingFundsRemoved.d.mts +12 -12
- package/dist/11100/lendingPools/lendingPoolCreated.d.cts +12 -12
- package/dist/11100/lendingPools/lendingPoolCreated.d.mts +12 -12
- package/dist/11100/lendingPools/loanCreated.d.cts +16 -16
- package/dist/11100/lendingPools/loanCreated.d.mts +16 -16
- package/dist/11100/lendingPools/loanRepaid.d.cts +12 -12
- package/dist/11100/lendingPools/loanRepaid.d.mts +12 -12
- package/dist/11100/lendingPools/loanSettled.d.cts +12 -12
- package/dist/11100/lendingPools/loanSettled.d.mts +12 -12
- package/dist/11100/polkadotIngressEgress/depositFailed.d.cts +80 -80
- package/dist/11100/polkadotIngressEgress/depositFailed.d.mts +80 -80
- package/dist/11100/solanaIngressEgress/depositFailed.d.cts +44 -44
- package/dist/11100/solanaIngressEgress/depositFailed.d.mts +44 -44
- package/dist/11100/swapping/swapDepositAddressReady.d.cts +28 -28
- package/dist/11100/swapping/swapDepositAddressReady.d.mts +28 -28
- package/dist/11100/swapping/swapExecuted.d.cts +28 -28
- package/dist/11100/swapping/swapExecuted.d.mts +28 -28
- package/dist/11100/swapping/swapRequested.d.cts +68 -68
- package/dist/11100/swapping/swapRequested.d.mts +68 -68
- package/dist/11200/arbitrumIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/11200/arbitrumIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/11200/arbitrumIngressEgress/depositFailed.d.cts +368 -368
- package/dist/11200/arbitrumIngressEgress/depositFailed.d.mts +368 -368
- package/dist/11200/arbitrumIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/11200/arbitrumIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/11200/assethubIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/11200/assethubIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/11200/assethubIngressEgress/depositFailed.d.cts +404 -404
- package/dist/11200/assethubIngressEgress/depositFailed.d.mts +404 -404
- package/dist/11200/assethubIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/11200/assethubIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/11200/bitcoinIngressEgress/channelRejectionRequestReceived.d.cts +40 -40
- package/dist/11200/bitcoinIngressEgress/channelRejectionRequestReceived.d.mts +40 -40
- package/dist/11200/bitcoinIngressEgress/depositBoosted.d.cts +64 -64
- package/dist/11200/bitcoinIngressEgress/depositBoosted.d.mts +64 -64
- package/dist/11200/bitcoinIngressEgress/depositFailed.d.cts +640 -640
- package/dist/11200/bitcoinIngressEgress/depositFailed.d.mts +640 -640
- package/dist/11200/bitcoinIngressEgress/depositFinalised.d.cts +52 -52
- package/dist/11200/bitcoinIngressEgress/depositFinalised.d.mts +52 -52
- package/dist/11200/common.d.cts +2751 -2751
- package/dist/11200/common.d.mts +2751 -2751
- package/dist/11200/environment/runtimeSafeModeUpdated.d.cts +24 -24
- package/dist/11200/environment/runtimeSafeModeUpdated.d.mts +24 -24
- package/dist/11200/ethereumIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/11200/ethereumIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/11200/ethereumIngressEgress/depositFailed.d.cts +368 -368
- package/dist/11200/ethereumIngressEgress/depositFailed.d.mts +368 -368
- package/dist/11200/ethereumIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/11200/ethereumIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/11200/polkadotIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/11200/polkadotIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/11200/polkadotIngressEgress/depositFailed.d.cts +404 -404
- package/dist/11200/polkadotIngressEgress/depositFailed.d.mts +404 -404
- package/dist/11200/polkadotIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/11200/polkadotIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/11200/solanaIngressEgress/depositBoosted.d.cts +40 -40
- package/dist/11200/solanaIngressEgress/depositBoosted.d.mts +40 -40
- package/dist/11200/solanaIngressEgress/depositFailed.d.cts +432 -432
- package/dist/11200/solanaIngressEgress/depositFailed.d.mts +432 -432
- package/dist/11200/solanaIngressEgress/depositFinalised.d.cts +28 -28
- package/dist/11200/solanaIngressEgress/depositFinalised.d.mts +28 -28
- package/dist/11200/solanaIngressEgress/transactionRejectedByBroker.d.cts +16 -16
- package/dist/11200/solanaIngressEgress/transactionRejectedByBroker.d.mts +16 -16
- package/dist/11200/solanaIngressEgress/transactionRejectionFailed.d.cts +16 -16
- package/dist/11200/solanaIngressEgress/transactionRejectionFailed.d.mts +16 -16
- package/dist/11200/swapping/swapRequested.d.cts +760 -760
- package/dist/11200/swapping/swapRequested.d.mts +760 -760
- package/dist/120/bitcoinIngressEgress/depositIgnored.d.cts +8 -8
- package/dist/120/bitcoinIngressEgress/depositIgnored.d.mts +8 -8
- package/dist/120/bitcoinIngressEgress/depositReceived.d.cts +8 -8
- package/dist/120/bitcoinIngressEgress/depositReceived.d.mts +8 -8
- package/dist/120/emissions/networkFeeBurned.d.cts +4 -4
- package/dist/120/emissions/networkFeeBurned.d.mts +4 -4
- package/dist/120/ethereumIngressEgress/depositIgnored.d.cts +6 -6
- package/dist/120/ethereumIngressEgress/depositIgnored.d.mts +6 -6
- package/dist/120/ethereumIngressEgress/depositReceived.d.cts +6 -6
- package/dist/120/ethereumIngressEgress/depositReceived.d.mts +6 -6
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.cts +12 -12
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.mts +12 -12
- package/dist/120/polkadotIngressEgress/depositIgnored.d.cts +6 -6
- package/dist/120/polkadotIngressEgress/depositIgnored.d.mts +6 -6
- package/dist/120/polkadotIngressEgress/depositReceived.d.cts +6 -6
- package/dist/120/polkadotIngressEgress/depositReceived.d.mts +6 -6
- package/dist/120/swapping/swapEgressIgnored.d.cts +4 -4
- package/dist/120/swapping/swapEgressIgnored.d.mts +4 -4
- package/dist/120/swapping/swapEgressScheduled.d.cts +4 -4
- package/dist/120/swapping/swapEgressScheduled.d.mts +4 -4
- package/dist/120/swapping/withdrawalRequested.d.cts +8 -8
- package/dist/120/swapping/withdrawalRequested.d.mts +8 -8
- package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +4 -4
- package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.mts +4 -4
- package/dist/131/common.d.cts +11 -11
- package/dist/131/common.d.mts +11 -11
- package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.cts +4 -4
- package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.mts +4 -4
- package/dist/131/liquidityPools/assetSwapped.d.cts +24 -24
- package/dist/131/liquidityPools/assetSwapped.d.mts +24 -24
- package/dist/131/liquidityPools/limitOrderUpdated.d.cts +32 -32
- package/dist/131/liquidityPools/limitOrderUpdated.d.mts +32 -32
- package/dist/131/liquidityPools/newPoolCreated.d.cts +24 -24
- package/dist/131/liquidityPools/newPoolCreated.d.mts +24 -24
- package/dist/131/liquidityPools/poolFeeSet.d.cts +24 -24
- package/dist/131/liquidityPools/poolFeeSet.d.mts +24 -24
- package/dist/131/liquidityPools/rangeOrderUpdated.d.cts +40 -40
- package/dist/131/liquidityPools/rangeOrderUpdated.d.mts +40 -40
- package/dist/131/liquidityProvider/accountCredited.d.cts +12 -12
- package/dist/131/liquidityProvider/accountCredited.d.mts +12 -12
- package/dist/131/liquidityProvider/accountDebited.d.cts +12 -12
- package/dist/131/liquidityProvider/accountDebited.d.mts +12 -12
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.cts +22 -22
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.mts +22 -22
- package/dist/131/liquidityProvider/liquidityDepositCredited.d.cts +12 -12
- package/dist/131/liquidityProvider/liquidityDepositCredited.d.mts +12 -12
- package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.cts +20 -20
- package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.mts +20 -20
- package/dist/131/swapping/batchSwapFailed.d.cts +12 -12
- package/dist/131/swapping/batchSwapFailed.d.mts +12 -12
- package/dist/131/swapping/ccmFailed.d.cts +76 -76
- package/dist/131/swapping/ccmFailed.d.mts +76 -76
- package/dist/131/swapping/maximumSwapAmountSet.d.cts +12 -12
- package/dist/131/swapping/maximumSwapAmountSet.d.mts +12 -12
- package/dist/131/swapping/swapAmountConfiscated.d.cts +24 -24
- package/dist/131/swapping/swapAmountConfiscated.d.mts +24 -24
- package/dist/131/swapping/swapDepositAddressReady.d.cts +50 -50
- package/dist/131/swapping/swapDepositAddressReady.d.mts +50 -50
- package/dist/131/swapping/swapEgressIgnored.d.cts +16 -16
- package/dist/131/swapping/swapEgressIgnored.d.mts +16 -16
- package/dist/131/swapping/swapEgressScheduled.d.cts +16 -16
- package/dist/131/swapping/swapEgressScheduled.d.mts +16 -16
- package/dist/131/swapping/swapExecuted.d.cts +30 -30
- package/dist/131/swapping/swapExecuted.d.mts +30 -30
- package/dist/131/swapping/swapScheduled.d.cts +54 -54
- package/dist/131/swapping/swapScheduled.d.mts +54 -54
- package/dist/131/swapping/withdrawalRequested.d.cts +22 -22
- package/dist/131/swapping/withdrawalRequested.d.mts +22 -22
- package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.cts +56 -56
- package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.mts +56 -56
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.cts +32 -32
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.mts +32 -32
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.cts +4 -4
- package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.mts +4 -4
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/141/arbitrumIngressEgress/depositIgnored.d.cts +4 -4
- package/dist/141/arbitrumIngressEgress/depositIgnored.d.mts +4 -4
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.cts +40 -40
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.mts +40 -40
- package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +56 -56
- package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +56 -56
- package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +8 -8
- package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.mts +8 -8
- package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.cts +8 -8
- package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.mts +8 -8
- package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.cts +32 -32
- package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.mts +32 -32
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.cts +48 -48
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.mts +48 -48
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.cts +48 -48
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.mts +48 -48
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +8 -8
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.mts +8 -8
- package/dist/141/common.d.cts +243 -243
- package/dist/141/common.d.mts +243 -243
- package/dist/141/environment/runtimeSafeModeUpdated.d.cts +24 -24
- package/dist/141/environment/runtimeSafeModeUpdated.d.mts +24 -24
- package/dist/141/environment/staleUtxosDiscarded.d.cts +36 -36
- package/dist/141/environment/staleUtxosDiscarded.d.mts +36 -36
- package/dist/141/ethereumIngressEgress/ccmEgressInvalid.d.cts +32 -32
- package/dist/141/ethereumIngressEgress/ccmEgressInvalid.d.mts +32 -32
- package/dist/141/ethereumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/141/ethereumIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/141/ethereumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/141/ethereumIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +8 -8
- package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.mts +8 -8
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.cts +56 -56
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.mts +56 -56
- package/dist/141/liquidityPools/limitOrderUpdated.d.cts +16 -16
- package/dist/141/liquidityPools/limitOrderUpdated.d.mts +16 -16
- package/dist/141/liquidityPools/rangeOrderUpdated.d.cts +40 -40
- package/dist/141/liquidityPools/rangeOrderUpdated.d.mts +40 -40
- package/dist/141/liquidityProvider/accountCredited.d.cts +4 -4
- package/dist/141/liquidityProvider/accountCredited.d.mts +4 -4
- package/dist/141/liquidityProvider/accountDebited.d.cts +4 -4
- package/dist/141/liquidityProvider/accountDebited.d.mts +4 -4
- package/dist/141/liquidityProvider/assetTransferred.d.cts +4 -4
- package/dist/141/liquidityProvider/assetTransferred.d.mts +4 -4
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.cts +16 -16
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.mts +16 -16
- package/dist/141/liquidityProvider/liquidityDepositCredited.d.cts +4 -4
- package/dist/141/liquidityProvider/liquidityDepositCredited.d.mts +4 -4
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.cts +96 -96
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.mts +96 -96
- package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.cts +12 -12
- package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.mts +12 -12
- package/dist/141/polkadotIngressEgress/ccmEgressInvalid.d.cts +32 -32
- package/dist/141/polkadotIngressEgress/ccmEgressInvalid.d.mts +32 -32
- package/dist/141/polkadotIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/141/polkadotIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/141/polkadotIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/141/polkadotIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +8 -8
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.mts +8 -8
- package/dist/141/swapping/batchSwapFailed.d.cts +4 -4
- package/dist/141/swapping/batchSwapFailed.d.mts +4 -4
- package/dist/141/swapping/ccmDepositReceived.d.cts +144 -144
- package/dist/141/swapping/ccmDepositReceived.d.mts +144 -144
- package/dist/141/swapping/ccmFailed.d.cts +146 -146
- package/dist/141/swapping/ccmFailed.d.mts +146 -146
- package/dist/141/swapping/swapDepositAddressReady.d.cts +16 -16
- package/dist/141/swapping/swapDepositAddressReady.d.mts +16 -16
- package/dist/141/swapping/swapEgressIgnored.d.cts +40 -40
- package/dist/141/swapping/swapEgressIgnored.d.mts +40 -40
- package/dist/141/swapping/swapEgressScheduled.d.cts +8 -8
- package/dist/141/swapping/swapEgressScheduled.d.mts +8 -8
- package/dist/141/swapping/swapExecuted.d.cts +152 -152
- package/dist/141/swapping/swapExecuted.d.mts +152 -152
- package/dist/141/swapping/swapScheduled.d.cts +174 -174
- package/dist/141/swapping/swapScheduled.d.mts +174 -174
- package/dist/141/swapping/withdrawalRequested.d.cts +8 -8
- package/dist/141/swapping/withdrawalRequested.d.mts +8 -8
- package/dist/141/tokenholderGovernance/proposalEnacted.d.cts +16 -16
- package/dist/141/tokenholderGovernance/proposalEnacted.d.mts +16 -16
- package/dist/141/tokenholderGovernance/proposalPassed.d.cts +16 -16
- package/dist/141/tokenholderGovernance/proposalPassed.d.mts +16 -16
- package/dist/141/tokenholderGovernance/proposalRejected.d.cts +16 -16
- package/dist/141/tokenholderGovernance/proposalRejected.d.mts +16 -16
- package/dist/141/tokenholderGovernance/proposalSubmitted.d.cts +16 -16
- package/dist/141/tokenholderGovernance/proposalSubmitted.d.mts +16 -16
- package/dist/141/validator/rotationPhaseUpdated.d.cts +40 -40
- package/dist/141/validator/rotationPhaseUpdated.d.mts +40 -40
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.cts +40 -40
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.mts +40 -40
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/150/arbitrumIngressEgress/depositIgnored.d.cts +4 -4
- package/dist/150/arbitrumIngressEgress/depositIgnored.d.mts +4 -4
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.cts +40 -40
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.mts +40 -40
- package/dist/150/assetBalances/refundScheduled.d.cts +104 -104
- package/dist/150/assetBalances/refundScheduled.d.mts +104 -104
- package/dist/150/assetBalances/refundSkipped.d.cts +192 -192
- package/dist/150/assetBalances/refundSkipped.d.mts +192 -192
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.cts +40 -40
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.mts +40 -40
- package/dist/150/bitcoinIngressEgress/depositBoosted.d.cts +52 -52
- package/dist/150/bitcoinIngressEgress/depositBoosted.d.mts +52 -52
- package/dist/150/bitcoinIngressEgress/depositFinalised.d.cts +48 -48
- package/dist/150/bitcoinIngressEgress/depositFinalised.d.mts +48 -48
- package/dist/150/common.d.cts +289 -289
- package/dist/150/common.d.mts +289 -289
- package/dist/150/emissions/networkFeeBurned.d.cts +4 -4
- package/dist/150/emissions/networkFeeBurned.d.mts +4 -4
- package/dist/150/environment/runtimeSafeModeUpdated.d.cts +80 -80
- package/dist/150/environment/runtimeSafeModeUpdated.d.mts +80 -80
- package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.cts +40 -40
- package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.mts +40 -40
- package/dist/150/ethereumIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/150/ethereumIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/150/ethereumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/150/ethereumIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/150/ethereumIngressEgress/depositIgnored.d.cts +4 -4
- package/dist/150/ethereumIngressEgress/depositIgnored.d.mts +4 -4
- package/dist/150/ethereumIngressEgress/depositWitnessRejected.d.cts +40 -40
- package/dist/150/ethereumIngressEgress/depositWitnessRejected.d.mts +40 -40
- package/dist/150/liquidityPools/assetSwapped.d.cts +24 -24
- package/dist/150/liquidityPools/assetSwapped.d.mts +24 -24
- package/dist/150/liquidityPools/limitOrderUpdated.d.cts +48 -48
- package/dist/150/liquidityPools/limitOrderUpdated.d.mts +48 -48
- package/dist/150/liquidityPools/newPoolCreated.d.cts +24 -24
- package/dist/150/liquidityPools/newPoolCreated.d.mts +24 -24
- package/dist/150/liquidityPools/poolFeeSet.d.cts +24 -24
- package/dist/150/liquidityPools/poolFeeSet.d.mts +24 -24
- package/dist/150/liquidityPools/rangeOrderUpdated.d.cts +80 -80
- package/dist/150/liquidityPools/rangeOrderUpdated.d.mts +80 -80
- package/dist/150/liquidityProvider/accountCredited.d.cts +12 -12
- package/dist/150/liquidityProvider/accountCredited.d.mts +12 -12
- package/dist/150/liquidityProvider/accountDebited.d.cts +12 -12
- package/dist/150/liquidityProvider/accountDebited.d.mts +12 -12
- package/dist/150/liquidityProvider/assetTransferred.d.cts +12 -12
- package/dist/150/liquidityProvider/assetTransferred.d.mts +12 -12
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.cts +22 -22
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.mts +22 -22
- package/dist/150/liquidityProvider/liquidityDepositCredited.d.cts +12 -12
- package/dist/150/liquidityProvider/liquidityDepositCredited.d.mts +12 -12
- package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.cts +100 -100
- package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.mts +100 -100
- package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.cts +28 -28
- package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.mts +28 -28
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.cts +40 -40
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.mts +40 -40
- package/dist/150/polkadotIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/150/polkadotIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/150/polkadotIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/150/polkadotIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/150/polkadotIngressEgress/depositIgnored.d.cts +4 -4
- package/dist/150/polkadotIngressEgress/depositIgnored.d.mts +4 -4
- package/dist/150/polkadotIngressEgress/depositWitnessRejected.d.cts +40 -40
- package/dist/150/polkadotIngressEgress/depositWitnessRejected.d.mts +40 -40
- package/dist/150/solanaBroadcaster/broadcastCallbackExecuted.d.cts +56 -56
- package/dist/150/solanaBroadcaster/broadcastCallbackExecuted.d.mts +56 -56
- package/dist/150/solanaBroadcaster/transactionBroadcastRequest.d.cts +4 -4
- package/dist/150/solanaBroadcaster/transactionBroadcastRequest.d.mts +4 -4
- package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.cts +40 -40
- package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.mts +40 -40
- package/dist/150/solanaIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/150/solanaIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/150/solanaIngressEgress/depositFetchesScheduled.d.cts +4 -4
- package/dist/150/solanaIngressEgress/depositFetchesScheduled.d.mts +4 -4
- package/dist/150/solanaIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/150/solanaIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/150/solanaIngressEgress/depositWitnessRejected.d.cts +32 -32
- package/dist/150/solanaIngressEgress/depositWitnessRejected.d.mts +32 -32
- package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +56 -56
- package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +56 -56
- package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.d.cts +8 -8
- package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.d.mts +8 -8
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.cts +56 -56
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.mts +56 -56
- package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.cts +4 -4
- package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.mts +4 -4
- package/dist/150/swapping/batchSwapFailed.d.cts +12 -12
- package/dist/150/swapping/batchSwapFailed.d.mts +12 -12
- package/dist/150/swapping/ccmDepositReceived.d.cts +172 -172
- package/dist/150/swapping/ccmDepositReceived.d.mts +172 -172
- package/dist/150/swapping/ccmFailed.d.cts +244 -244
- package/dist/150/swapping/ccmFailed.d.mts +244 -244
- package/dist/150/swapping/maximumSwapAmountSet.d.cts +12 -12
- package/dist/150/swapping/maximumSwapAmountSet.d.mts +12 -12
- package/dist/150/swapping/refundEgressIgnored.d.cts +46 -46
- package/dist/150/swapping/refundEgressIgnored.d.mts +46 -46
- package/dist/150/swapping/refundEgressScheduled.d.cts +22 -22
- package/dist/150/swapping/refundEgressScheduled.d.mts +22 -22
- package/dist/150/swapping/swapAmountConfiscated.d.cts +24 -24
- package/dist/150/swapping/swapAmountConfiscated.d.mts +24 -24
- package/dist/150/swapping/swapDepositAddressReady.d.cts +58 -58
- package/dist/150/swapping/swapDepositAddressReady.d.mts +58 -58
- package/dist/150/swapping/swapEgressIgnored.d.cts +46 -46
- package/dist/150/swapping/swapEgressIgnored.d.mts +46 -46
- package/dist/150/swapping/swapEgressScheduled.d.cts +22 -22
- package/dist/150/swapping/swapEgressScheduled.d.mts +22 -22
- package/dist/150/swapping/swapExecuted.d.cts +196 -196
- package/dist/150/swapping/swapExecuted.d.mts +196 -196
- package/dist/150/swapping/swapScheduled.d.cts +278 -278
- package/dist/150/swapping/swapScheduled.d.mts +278 -278
- package/dist/150/swapping/withdrawalRequested.d.cts +32 -32
- package/dist/150/swapping/withdrawalRequested.d.mts +32 -32
- package/dist/150/tokenholderGovernance/proposalEnacted.d.cts +16 -16
- package/dist/150/tokenholderGovernance/proposalEnacted.d.mts +16 -16
- package/dist/150/tokenholderGovernance/proposalPassed.d.cts +16 -16
- package/dist/150/tokenholderGovernance/proposalPassed.d.mts +16 -16
- package/dist/150/tokenholderGovernance/proposalRejected.d.cts +16 -16
- package/dist/150/tokenholderGovernance/proposalRejected.d.mts +16 -16
- package/dist/150/tokenholderGovernance/proposalSubmitted.d.cts +16 -16
- package/dist/150/tokenholderGovernance/proposalSubmitted.d.mts +16 -16
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.cts +28 -28
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.mts +28 -28
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.cts +20 -20
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.mts +20 -20
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/160/assetBalances/accountCredited.d.cts +12 -12
- package/dist/160/assetBalances/accountCredited.d.mts +12 -12
- package/dist/160/assetBalances/accountDebited.d.cts +12 -12
- package/dist/160/assetBalances/accountDebited.d.mts +12 -12
- package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.cts +28 -28
- package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.mts +28 -28
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.cts +20 -20
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.mts +20 -20
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/160/common.d.cts +88 -88
- package/dist/160/common.d.mts +88 -88
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.cts +28 -28
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.mts +28 -28
- package/dist/160/ethereumIngressEgress/depositBoosted.d.cts +20 -20
- package/dist/160/ethereumIngressEgress/depositBoosted.d.mts +20 -20
- package/dist/160/ethereumIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/160/ethereumIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/160/liquidityPools/assetSwapped.d.cts +24 -24
- package/dist/160/liquidityPools/assetSwapped.d.mts +24 -24
- package/dist/160/liquidityPools/limitOrderUpdated.d.cts +24 -24
- package/dist/160/liquidityPools/limitOrderUpdated.d.mts +24 -24
- package/dist/160/liquidityPools/newPoolCreated.d.cts +24 -24
- package/dist/160/liquidityPools/newPoolCreated.d.mts +24 -24
- package/dist/160/liquidityPools/orderDeletionFailed.d.cts +64 -64
- package/dist/160/liquidityPools/orderDeletionFailed.d.mts +64 -64
- package/dist/160/liquidityPools/poolFeeSet.d.cts +24 -24
- package/dist/160/liquidityPools/poolFeeSet.d.mts +24 -24
- package/dist/160/liquidityPools/rangeOrderUpdated.d.cts +48 -48
- package/dist/160/liquidityPools/rangeOrderUpdated.d.mts +48 -48
- package/dist/160/liquidityProvider/assetTransferred.d.cts +12 -12
- package/dist/160/liquidityProvider/assetTransferred.d.mts +12 -12
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.cts +26 -26
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.mts +26 -26
- package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.cts +28 -28
- package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.mts +28 -28
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.cts +28 -28
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.mts +28 -28
- package/dist/160/polkadotIngressEgress/depositBoosted.d.cts +20 -20
- package/dist/160/polkadotIngressEgress/depositBoosted.d.mts +20 -20
- package/dist/160/polkadotIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/160/polkadotIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/160/solanaIngressEgress/boostFundsAdded.d.cts +4 -4
- package/dist/160/solanaIngressEgress/boostFundsAdded.d.mts +4 -4
- package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.cts +28 -28
- package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.mts +28 -28
- package/dist/160/solanaIngressEgress/depositBoosted.d.cts +16 -16
- package/dist/160/solanaIngressEgress/depositBoosted.d.mts +16 -16
- package/dist/160/solanaIngressEgress/depositFetchesScheduled.d.cts +4 -4
- package/dist/160/solanaIngressEgress/depositFetchesScheduled.d.mts +4 -4
- package/dist/160/solanaIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/160/solanaIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/160/solanaIngressEgress/depositWitnessRejected.d.cts +16 -16
- package/dist/160/solanaIngressEgress/depositWitnessRejected.d.mts +16 -16
- package/dist/160/solanaIngressEgress/insufficientBoostLiquidity.d.cts +8 -8
- package/dist/160/solanaIngressEgress/insufficientBoostLiquidity.d.mts +8 -8
- package/dist/160/solanaIngressEgress/stoppedBoosting.d.cts +4 -4
- package/dist/160/solanaIngressEgress/stoppedBoosting.d.mts +4 -4
- package/dist/160/solanaIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/160/solanaIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/160/swapping/batchSwapFailed.d.cts +12 -12
- package/dist/160/swapping/batchSwapFailed.d.mts +12 -12
- package/dist/160/swapping/ccmFailed.d.cts +28 -28
- package/dist/160/swapping/ccmFailed.d.mts +28 -28
- package/dist/160/swapping/maximumSwapAmountSet.d.cts +12 -12
- package/dist/160/swapping/maximumSwapAmountSet.d.mts +12 -12
- package/dist/160/swapping/refundEgressIgnored.d.cts +30 -30
- package/dist/160/swapping/refundEgressIgnored.d.mts +30 -30
- package/dist/160/swapping/refundEgressScheduled.d.cts +22 -22
- package/dist/160/swapping/refundEgressScheduled.d.mts +22 -22
- package/dist/160/swapping/swapAmountConfiscated.d.cts +14 -14
- package/dist/160/swapping/swapAmountConfiscated.d.mts +14 -14
- package/dist/160/swapping/swapDepositAddressReady.d.cts +50 -50
- package/dist/160/swapping/swapDepositAddressReady.d.mts +50 -50
- package/dist/160/swapping/swapEgressIgnored.d.cts +30 -30
- package/dist/160/swapping/swapEgressIgnored.d.mts +30 -30
- package/dist/160/swapping/swapEgressScheduled.d.cts +22 -22
- package/dist/160/swapping/swapEgressScheduled.d.mts +22 -22
- package/dist/160/swapping/swapExecuted.d.cts +24 -24
- package/dist/160/swapping/swapExecuted.d.mts +24 -24
- package/dist/160/swapping/swapRequested.d.cts +76 -76
- package/dist/160/swapping/swapRequested.d.mts +76 -76
- package/dist/160/swapping/swapScheduled.d.cts +12 -12
- package/dist/160/swapping/swapScheduled.d.mts +12 -12
- package/dist/160/swapping/withdrawalRequested.d.cts +30 -30
- package/dist/160/swapping/withdrawalRequested.d.mts +30 -30
- package/dist/170/arbitrumIngressEgress/boostedDepositLost.d.cts +4 -4
- package/dist/170/arbitrumIngressEgress/boostedDepositLost.d.mts +4 -4
- package/dist/170/arbitrumIngressEgress/ccmFailed.d.cts +74 -74
- package/dist/170/arbitrumIngressEgress/ccmFailed.d.mts +74 -74
- package/dist/170/arbitrumIngressEgress/depositIgnored.d.cts +12 -12
- package/dist/170/arbitrumIngressEgress/depositIgnored.d.mts +12 -12
- package/dist/170/bitcoinIngressEgress/boostedDepositLost.d.cts +4 -4
- package/dist/170/bitcoinIngressEgress/boostedDepositLost.d.mts +4 -4
- package/dist/170/bitcoinIngressEgress/ccmFailed.d.cts +74 -74
- package/dist/170/bitcoinIngressEgress/ccmFailed.d.mts +74 -74
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.cts +20 -20
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.mts +20 -20
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.cts +20 -20
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.mts +20 -20
- package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.cts +8 -8
- package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.mts +8 -8
- package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.cts +8 -8
- package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.mts +8 -8
- package/dist/170/common.d.cts +70 -70
- package/dist/170/common.d.mts +70 -70
- package/dist/170/ethereumIngressEgress/boostedDepositLost.d.cts +4 -4
- package/dist/170/ethereumIngressEgress/boostedDepositLost.d.mts +4 -4
- package/dist/170/ethereumIngressEgress/ccmFailed.d.cts +74 -74
- package/dist/170/ethereumIngressEgress/ccmFailed.d.mts +74 -74
- package/dist/170/ethereumIngressEgress/depositIgnored.d.cts +12 -12
- package/dist/170/ethereumIngressEgress/depositIgnored.d.mts +12 -12
- package/dist/170/polkadotIngressEgress/boostedDepositLost.d.cts +4 -4
- package/dist/170/polkadotIngressEgress/boostedDepositLost.d.mts +4 -4
- package/dist/170/polkadotIngressEgress/ccmFailed.d.cts +74 -74
- package/dist/170/polkadotIngressEgress/ccmFailed.d.mts +74 -74
- package/dist/170/polkadotIngressEgress/depositIgnored.d.cts +12 -12
- package/dist/170/polkadotIngressEgress/depositIgnored.d.mts +12 -12
- package/dist/170/reputation/offencePenalty.d.cts +4 -4
- package/dist/170/reputation/offencePenalty.d.mts +4 -4
- package/dist/170/solanaIngressEgress/boostedDepositLost.d.cts +4 -4
- package/dist/170/solanaIngressEgress/boostedDepositLost.d.mts +4 -4
- package/dist/170/solanaIngressEgress/ccmFailed.d.cts +74 -74
- package/dist/170/solanaIngressEgress/ccmFailed.d.mts +74 -74
- package/dist/170/solanaIngressEgress/depositIgnored.d.cts +12 -12
- package/dist/170/solanaIngressEgress/depositIgnored.d.mts +12 -12
- package/dist/170/swapping/minimumChunkSizeSet.d.cts +12 -12
- package/dist/170/swapping/minimumChunkSizeSet.d.mts +12 -12
- package/dist/170/swapping/swapRequested.d.cts +106 -106
- package/dist/170/swapping/swapRequested.d.mts +106 -106
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/180/arbitrumIngressEgress/depositFailed.d.cts +56 -56
- package/dist/180/arbitrumIngressEgress/depositFailed.d.mts +56 -56
- package/dist/180/arbitrumIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/180/arbitrumIngressEgress/depositFinalised.d.mts +4 -4
- package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/180/bitcoinIngressEgress/depositFailed.d.cts +56 -56
- package/dist/180/bitcoinIngressEgress/depositFailed.d.mts +56 -56
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.mts +4 -4
- package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/180/common.d.cts +158 -158
- package/dist/180/common.d.mts +158 -158
- package/dist/180/ethereumIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/180/ethereumIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/180/ethereumIngressEgress/depositFailed.d.cts +56 -56
- package/dist/180/ethereumIngressEgress/depositFailed.d.mts +56 -56
- package/dist/180/ethereumIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/180/ethereumIngressEgress/depositFinalised.d.mts +4 -4
- package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/180/polkadotIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/180/polkadotIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/180/polkadotIngressEgress/depositFailed.d.cts +56 -56
- package/dist/180/polkadotIngressEgress/depositFailed.d.mts +56 -56
- package/dist/180/polkadotIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/180/polkadotIngressEgress/depositFinalised.d.mts +4 -4
- package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/180/solanaIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/180/solanaIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/180/solanaIngressEgress/depositFailed.d.cts +32 -32
- package/dist/180/solanaIngressEgress/depositFailed.d.mts +32 -32
- package/dist/180/solanaIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/180/solanaIngressEgress/depositFinalised.d.mts +4 -4
- package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/180/swapping/refundEgressScheduled.d.cts +26 -26
- package/dist/180/swapping/refundEgressScheduled.d.mts +26 -26
- package/dist/180/swapping/swapDepositAddressReady.d.cts +28 -28
- package/dist/180/swapping/swapDepositAddressReady.d.mts +28 -28
- package/dist/180/swapping/swapEgressScheduled.d.cts +26 -26
- package/dist/180/swapping/swapEgressScheduled.d.mts +26 -26
- package/dist/180/swapping/swapRequested.d.cts +32 -32
- package/dist/180/swapping/swapRequested.d.mts +32 -32
- package/dist/180/swapping/swapScheduled.d.cts +12 -12
- package/dist/180/swapping/swapScheduled.d.mts +12 -12
- package/dist/180/swapping/withdrawalRequested.d.cts +12 -12
- package/dist/180/swapping/withdrawalRequested.d.mts +12 -12
- package/dist/190/arbitrumIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/190/arbitrumIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/190/arbitrumIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/190/arbitrumIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/190/arbitrumIngressEgress/depositFailed.d.cts +60 -60
- package/dist/190/arbitrumIngressEgress/depositFailed.d.mts +60 -60
- package/dist/190/arbitrumIngressEgress/depositFinalised.d.cts +16 -16
- package/dist/190/arbitrumIngressEgress/depositFinalised.d.mts +16 -16
- package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/190/assetBalances/accountCredited.d.cts +4 -4
- package/dist/190/assetBalances/accountCredited.d.mts +4 -4
- package/dist/190/assetBalances/accountDebited.d.cts +4 -4
- package/dist/190/assetBalances/accountDebited.d.mts +4 -4
- package/dist/190/assethubIngressEgress/boostedDepositLost.d.cts +4 -4
- package/dist/190/assethubIngressEgress/boostedDepositLost.d.mts +4 -4
- package/dist/190/assethubIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/190/assethubIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/190/assethubIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/190/assethubIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/190/assethubIngressEgress/depositFailed.d.cts +60 -60
- package/dist/190/assethubIngressEgress/depositFailed.d.mts +60 -60
- package/dist/190/assethubIngressEgress/depositFinalised.d.cts +16 -16
- package/dist/190/assethubIngressEgress/depositFinalised.d.mts +16 -16
- package/dist/190/assethubIngressEgress/transactionRejectionRequestExpired.d.cts +4 -4
- package/dist/190/assethubIngressEgress/transactionRejectionRequestExpired.d.mts +4 -4
- package/dist/190/assethubIngressEgress/transactionRejectionRequestReceived.d.cts +4 -4
- package/dist/190/assethubIngressEgress/transactionRejectionRequestReceived.d.mts +4 -4
- package/dist/190/assethubIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/190/assethubIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/190/bitcoinIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/190/bitcoinIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/190/bitcoinIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/190/bitcoinIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/190/bitcoinIngressEgress/depositFailed.d.cts +60 -60
- package/dist/190/bitcoinIngressEgress/depositFailed.d.mts +60 -60
- package/dist/190/bitcoinIngressEgress/depositFinalised.d.cts +16 -16
- package/dist/190/bitcoinIngressEgress/depositFinalised.d.mts +16 -16
- package/dist/190/bitcoinIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/190/bitcoinIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/190/common.d.cts +250 -250
- package/dist/190/common.d.mts +250 -250
- package/dist/190/environment/runtimeSafeModeUpdated.d.cts +92 -92
- package/dist/190/environment/runtimeSafeModeUpdated.d.mts +92 -92
- package/dist/190/ethereumIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/190/ethereumIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/190/ethereumIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/190/ethereumIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/190/ethereumIngressEgress/depositFailed.d.cts +60 -60
- package/dist/190/ethereumIngressEgress/depositFailed.d.mts +60 -60
- package/dist/190/ethereumIngressEgress/depositFinalised.d.cts +16 -16
- package/dist/190/ethereumIngressEgress/depositFinalised.d.mts +16 -16
- package/dist/190/ethereumIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/190/ethereumIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/190/liquidityPools/limitOrderUpdated.d.cts +8 -8
- package/dist/190/liquidityPools/limitOrderUpdated.d.mts +8 -8
- package/dist/190/liquidityPools/orderDeletionFailed.d.cts +16 -16
- package/dist/190/liquidityPools/orderDeletionFailed.d.mts +16 -16
- package/dist/190/liquidityPools/rangeOrderUpdated.d.cts +8 -8
- package/dist/190/liquidityPools/rangeOrderUpdated.d.mts +8 -8
- package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.cts +8 -8
- package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.mts +8 -8
- package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.cts +4 -4
- package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.mts +4 -4
- package/dist/190/polkadotIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/190/polkadotIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/190/polkadotIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/190/polkadotIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/190/polkadotIngressEgress/depositFailed.d.cts +60 -60
- package/dist/190/polkadotIngressEgress/depositFailed.d.mts +60 -60
- package/dist/190/polkadotIngressEgress/depositFinalised.d.cts +16 -16
- package/dist/190/polkadotIngressEgress/depositFinalised.d.mts +16 -16
- package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/190/solanaIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/190/solanaIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/190/solanaIngressEgress/depositBoosted.d.cts +20 -20
- package/dist/190/solanaIngressEgress/depositBoosted.d.mts +20 -20
- package/dist/190/solanaIngressEgress/depositFailed.d.cts +48 -48
- package/dist/190/solanaIngressEgress/depositFailed.d.mts +48 -48
- package/dist/190/solanaIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/190/solanaIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/190/solanaIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/190/solanaIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/190/swapping/creditedOnChain.d.cts +4 -4
- package/dist/190/swapping/creditedOnChain.d.mts +4 -4
- package/dist/190/swapping/refundEgressIgnored.d.cts +4 -4
- package/dist/190/swapping/refundEgressIgnored.d.mts +4 -4
- package/dist/190/swapping/refundEgressScheduled.d.cts +4 -4
- package/dist/190/swapping/refundEgressScheduled.d.mts +4 -4
- package/dist/190/swapping/refundedOnChain.d.cts +4 -4
- package/dist/190/swapping/refundedOnChain.d.mts +4 -4
- package/dist/190/swapping/swapDepositAddressReady.d.cts +28 -28
- package/dist/190/swapping/swapDepositAddressReady.d.mts +28 -28
- package/dist/190/swapping/swapEgressIgnored.d.cts +4 -4
- package/dist/190/swapping/swapEgressIgnored.d.mts +4 -4
- package/dist/190/swapping/swapEgressScheduled.d.cts +4 -4
- package/dist/190/swapping/swapEgressScheduled.d.mts +4 -4
- package/dist/190/swapping/swapRequested.d.cts +8 -8
- package/dist/190/swapping/swapRequested.d.mts +8 -8
- package/dist/190/tradingStrategy/strategyDeployed.d.cts +8 -8
- package/dist/190/tradingStrategy/strategyDeployed.d.mts +8 -8
- package/dist/200/common.d.cts +56 -56
- package/dist/200/common.d.mts +56 -56
- package/dist/200/environment/runtimeSafeModeUpdated.d.cts +56 -56
- package/dist/200/environment/runtimeSafeModeUpdated.d.mts +56 -56
- package/dist/200/lendingPools/lendingFundsAdded.d.cts +4 -4
- package/dist/200/lendingPools/lendingFundsAdded.d.mts +4 -4
- package/dist/200/lendingPools/lendingFundsRemoved.d.cts +4 -4
- package/dist/200/lendingPools/lendingFundsRemoved.d.mts +4 -4
- package/dist/200/lendingPools/liquidationCompleted.d.cts +4 -4
- package/dist/200/lendingPools/liquidationCompleted.d.mts +4 -4
- package/dist/200/lendingPools/loanCreated.d.cts +4 -4
- package/dist/200/lendingPools/loanCreated.d.mts +4 -4
- package/dist/200/swapping/accountCreationDepositAddressReady.d.cts +4 -4
- package/dist/200/swapping/accountCreationDepositAddressReady.d.mts +4 -4
- package/dist/200/swapping/swapAborted.d.cts +4 -4
- package/dist/200/swapping/swapAborted.d.mts +4 -4
- package/dist/200/swapping/swapRequestCompleted.d.cts +4 -4
- package/dist/200/swapping/swapRequestCompleted.d.mts +4 -4
- package/dist/200/swapping/swapRequested.d.cts +32 -32
- package/dist/200/swapping/swapRequested.d.mts +32 -32
- package/dist/200/swapping/swapRescheduled.d.cts +6 -6
- package/dist/200/swapping/swapRescheduled.d.mts +6 -6
- package/dist/210/arbitrumIngressEgress/ccmEgressInvalid.d.cts +204 -204
- package/dist/210/arbitrumIngressEgress/ccmEgressInvalid.d.mts +204 -204
- package/dist/210/arbitrumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/210/arbitrumIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/210/arbitrumIngressEgress/depositFailed.d.cts +320 -320
- package/dist/210/arbitrumIngressEgress/depositFailed.d.mts +320 -320
- package/dist/210/arbitrumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/210/arbitrumIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/210/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +204 -204
- package/dist/210/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +204 -204
- package/dist/210/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/210/arbitrumIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/210/assetBalances/refundSkipped.d.cts +148 -148
- package/dist/210/assetBalances/refundSkipped.d.mts +148 -148
- package/dist/210/assethubIngressEgress/ccmEgressInvalid.d.cts +204 -204
- package/dist/210/assethubIngressEgress/ccmEgressInvalid.d.mts +204 -204
- package/dist/210/assethubIngressEgress/depositFailed.d.cts +320 -320
- package/dist/210/assethubIngressEgress/depositFailed.d.mts +320 -320
- package/dist/210/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +204 -204
- package/dist/210/assethubIngressEgress/failedToBuildAllBatchCall.d.mts +204 -204
- package/dist/210/bitcoinIngressEgress/ccmEgressInvalid.d.cts +204 -204
- package/dist/210/bitcoinIngressEgress/ccmEgressInvalid.d.mts +204 -204
- package/dist/210/bitcoinIngressEgress/depositFailed.d.cts +580 -580
- package/dist/210/bitcoinIngressEgress/depositFailed.d.mts +580 -580
- package/dist/210/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +204 -204
- package/dist/210/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +204 -204
- package/dist/210/bitcoinThresholdSigner/thresholdDispatchComplete.d.cts +68 -68
- package/dist/210/bitcoinThresholdSigner/thresholdDispatchComplete.d.mts +68 -68
- package/dist/210/common.d.cts +2906 -2906
- package/dist/210/common.d.mts +2906 -2906
- package/dist/210/emissions/flipBurnSkipped.d.cts +40 -40
- package/dist/210/emissions/flipBurnSkipped.d.mts +40 -40
- package/dist/210/environment/runtimeSafeModeUpdated.d.cts +124 -124
- package/dist/210/environment/runtimeSafeModeUpdated.d.mts +124 -124
- package/dist/210/ethereumIngressEgress/ccmEgressInvalid.d.cts +204 -204
- package/dist/210/ethereumIngressEgress/ccmEgressInvalid.d.mts +204 -204
- package/dist/210/ethereumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/210/ethereumIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/210/ethereumIngressEgress/depositFailed.d.cts +320 -320
- package/dist/210/ethereumIngressEgress/depositFailed.d.mts +320 -320
- package/dist/210/ethereumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/210/ethereumIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/210/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +204 -204
- package/dist/210/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +204 -204
- package/dist/210/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/210/ethereumIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/210/evmThresholdSigner/thresholdDispatchComplete.d.cts +68 -68
- package/dist/210/evmThresholdSigner/thresholdDispatchComplete.d.mts +68 -68
- package/dist/210/funding/sCCallCannotBeExecuted.d.cts +108 -108
- package/dist/210/funding/sCCallCannotBeExecuted.d.mts +108 -108
- package/dist/210/governance/failedExecution.d.cts +20 -20
- package/dist/210/governance/failedExecution.d.mts +20 -20
- package/dist/210/governance/govKeyCallExecutionFailed.d.cts +44 -44
- package/dist/210/governance/govKeyCallExecutionFailed.d.mts +44 -44
- package/dist/210/lendingPools/collateralAdded.d.cts +8 -8
- package/dist/210/lendingPools/collateralAdded.d.mts +8 -8
- package/dist/210/lendingPools/lendingFundsRemoved.d.cts +4 -4
- package/dist/210/lendingPools/lendingFundsRemoved.d.mts +4 -4
- package/dist/210/lendingPools/palletConfigUpdated.d.cts +32 -32
- package/dist/210/lendingPools/palletConfigUpdated.d.mts +32 -32
- package/dist/210/lendingPools/stoppedBoosting.d.cts +4 -4
- package/dist/210/lendingPools/stoppedBoosting.d.mts +4 -4
- package/dist/210/liquidityPools/limitOrderUpdated.d.cts +16 -16
- package/dist/210/liquidityPools/limitOrderUpdated.d.mts +16 -16
- package/dist/210/liquidityPools/rangeOrderUpdated.d.cts +16 -16
- package/dist/210/liquidityPools/rangeOrderUpdated.d.mts +16 -16
- package/dist/210/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.cts +40 -40
- package/dist/210/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.mts +40 -40
- package/dist/210/liquidityProvider/assetBalancePurgeFailed.d.cts +40 -40
- package/dist/210/liquidityProvider/assetBalancePurgeFailed.d.mts +40 -40
- package/dist/210/liquidityProvider/assetBalancePurged.d.cts +8 -8
- package/dist/210/liquidityProvider/assetBalancePurged.d.mts +8 -8
- package/dist/210/liquidityProvider/liquidityDepositAddressReady.d.cts +8 -8
- package/dist/210/liquidityProvider/liquidityDepositAddressReady.d.mts +8 -8
- package/dist/210/liquidityProvider/withdrawalEgressScheduled.d.cts +8 -8
- package/dist/210/liquidityProvider/withdrawalEgressScheduled.d.mts +8 -8
- package/dist/210/polkadotIngressEgress/ccmEgressInvalid.d.cts +204 -204
- package/dist/210/polkadotIngressEgress/ccmEgressInvalid.d.mts +204 -204
- package/dist/210/polkadotIngressEgress/depositFailed.d.cts +320 -320
- package/dist/210/polkadotIngressEgress/depositFailed.d.mts +320 -320
- package/dist/210/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +204 -204
- package/dist/210/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +204 -204
- package/dist/210/polkadotThresholdSigner/thresholdDispatchComplete.d.cts +68 -68
- package/dist/210/polkadotThresholdSigner/thresholdDispatchComplete.d.mts +68 -68
- package/dist/210/solanaIngressEgress/ccmEgressInvalid.d.cts +204 -204
- package/dist/210/solanaIngressEgress/ccmEgressInvalid.d.mts +204 -204
- package/dist/210/solanaIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/210/solanaIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/210/solanaIngressEgress/depositFailed.d.cts +384 -384
- package/dist/210/solanaIngressEgress/depositFailed.d.mts +384 -384
- package/dist/210/solanaIngressEgress/depositFinalised.d.cts +24 -24
- package/dist/210/solanaIngressEgress/depositFinalised.d.mts +24 -24
- package/dist/210/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +204 -204
- package/dist/210/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +204 -204
- package/dist/210/solanaIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/210/solanaIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/210/solanaThresholdSigner/thresholdDispatchComplete.d.cts +68 -68
- package/dist/210/solanaThresholdSigner/thresholdDispatchComplete.d.mts +68 -68
- package/dist/210/swapping/accountCreationDepositAddressReady.d.cts +24 -24
- package/dist/210/swapping/accountCreationDepositAddressReady.d.mts +24 -24
- package/dist/210/swapping/refundEgressIgnored.d.cts +40 -40
- package/dist/210/swapping/refundEgressIgnored.d.mts +40 -40
- package/dist/210/swapping/swapDepositAddressReady.d.cts +54 -54
- package/dist/210/swapping/swapDepositAddressReady.d.mts +54 -54
- package/dist/210/swapping/swapEgressIgnored.d.cts +40 -40
- package/dist/210/swapping/swapEgressIgnored.d.mts +40 -40
- package/dist/210/swapping/swapRequested.d.cts +786 -786
- package/dist/210/swapping/swapRequested.d.mts +786 -786
- package/dist/210/swapping/withdrawalRequested.d.cts +12 -12
- package/dist/210/swapping/withdrawalRequested.d.mts +12 -12
- package/dist/210/system/extrinsicFailed.d.cts +40 -40
- package/dist/210/system/extrinsicFailed.d.mts +40 -40
- package/dist/210/system/rejectedInvalidAuthorizedUpgrade.d.cts +40 -40
- package/dist/210/system/rejectedInvalidAuthorizedUpgrade.d.mts +40 -40
- package/dist/210/witnesser/prewitnessExecutionFailed.d.cts +44 -44
- package/dist/210/witnesser/prewitnessExecutionFailed.d.mts +44 -44
- package/dist/210/witnesser/witnessExecutionFailed.d.cts +44 -44
- package/dist/210/witnesser/witnessExecutionFailed.d.mts +44 -44
- package/dist/220/arbitrumIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/220/arbitrumIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/220/arbitrumIngressEgress/ccmEgressInvalid.d.cts +8 -8
- package/dist/220/arbitrumIngressEgress/ccmEgressInvalid.d.mts +8 -8
- package/dist/220/arbitrumIngressEgress/depositBoosted.d.cts +28 -28
- package/dist/220/arbitrumIngressEgress/depositBoosted.d.mts +28 -28
- package/dist/220/arbitrumIngressEgress/depositFailed.d.cts +72 -72
- package/dist/220/arbitrumIngressEgress/depositFailed.d.mts +72 -72
- package/dist/220/arbitrumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/220/arbitrumIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/220/arbitrumIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/220/arbitrumIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/220/assetBalances/accountCredited.d.cts +14 -14
- package/dist/220/assetBalances/accountCredited.d.mts +14 -14
- package/dist/220/assetBalances/accountDebited.d.cts +14 -14
- package/dist/220/assetBalances/accountDebited.d.mts +14 -14
- package/dist/220/assetBalances/refundSkipped.d.cts +106 -106
- package/dist/220/assetBalances/refundSkipped.d.mts +106 -106
- package/dist/220/assethubIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/220/assethubIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/220/assethubIngressEgress/ccmEgressInvalid.d.cts +8 -8
- package/dist/220/assethubIngressEgress/ccmEgressInvalid.d.mts +8 -8
- package/dist/220/assethubIngressEgress/depositBoosted.d.cts +28 -28
- package/dist/220/assethubIngressEgress/depositBoosted.d.mts +28 -28
- package/dist/220/assethubIngressEgress/depositFailed.d.cts +72 -72
- package/dist/220/assethubIngressEgress/depositFailed.d.mts +72 -72
- package/dist/220/assethubIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/220/assethubIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/220/assethubIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/220/assethubIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/220/bitcoinIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/220/bitcoinIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/220/bitcoinIngressEgress/ccmEgressInvalid.d.cts +8 -8
- package/dist/220/bitcoinIngressEgress/ccmEgressInvalid.d.mts +8 -8
- package/dist/220/bitcoinIngressEgress/depositBoosted.d.cts +28 -28
- package/dist/220/bitcoinIngressEgress/depositBoosted.d.mts +28 -28
- package/dist/220/bitcoinIngressEgress/depositFailed.d.cts +84 -84
- package/dist/220/bitcoinIngressEgress/depositFailed.d.mts +84 -84
- package/dist/220/bitcoinIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/220/bitcoinIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/220/bitcoinIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/220/bitcoinIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/220/common.d.cts +607 -607
- package/dist/220/common.d.mts +607 -607
- package/dist/220/environment/runtimeSafeModeUpdated.d.cts +84 -84
- package/dist/220/environment/runtimeSafeModeUpdated.d.mts +84 -84
- package/dist/220/ethereumIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/220/ethereumIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/220/ethereumIngressEgress/ccmEgressInvalid.d.cts +8 -8
- package/dist/220/ethereumIngressEgress/ccmEgressInvalid.d.mts +8 -8
- package/dist/220/ethereumIngressEgress/depositBoosted.d.cts +28 -28
- package/dist/220/ethereumIngressEgress/depositBoosted.d.mts +28 -28
- package/dist/220/ethereumIngressEgress/depositFailed.d.cts +72 -72
- package/dist/220/ethereumIngressEgress/depositFailed.d.mts +72 -72
- package/dist/220/ethereumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/220/ethereumIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/220/ethereumIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/220/ethereumIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/220/funding/funded.d.cts +16 -16
- package/dist/220/funding/funded.d.mts +16 -16
- package/dist/220/lendingPools/boostFundsAdded.d.cts +16 -16
- package/dist/220/lendingPools/boostFundsAdded.d.mts +16 -16
- package/dist/220/lendingPools/boostPoolCreated.d.cts +16 -16
- package/dist/220/lendingPools/boostPoolCreated.d.mts +16 -16
- package/dist/220/lendingPools/lendingFundsAdded.d.cts +12 -12
- package/dist/220/lendingPools/lendingFundsAdded.d.mts +12 -12
- package/dist/220/lendingPools/lendingFundsRemoved.d.cts +16 -16
- package/dist/220/lendingPools/lendingFundsRemoved.d.mts +16 -16
- package/dist/220/lendingPools/lendingPoolCreated.d.cts +12 -12
- package/dist/220/lendingPools/lendingPoolCreated.d.mts +12 -12
- package/dist/220/lendingPools/loanCreated.d.cts +12 -12
- package/dist/220/lendingPools/loanCreated.d.mts +12 -12
- package/dist/220/lendingPools/loanRepaid.d.cts +4 -4
- package/dist/220/lendingPools/loanRepaid.d.mts +4 -4
- package/dist/220/lendingPools/palletConfigUpdated.d.cts +36 -36
- package/dist/220/lendingPools/palletConfigUpdated.d.mts +36 -36
- package/dist/220/lendingPools/stoppedBoosting.d.cts +16 -16
- package/dist/220/lendingPools/stoppedBoosting.d.mts +16 -16
- package/dist/220/liquidityPools/assetSwapped.d.cts +28 -28
- package/dist/220/liquidityPools/assetSwapped.d.mts +28 -28
- package/dist/220/liquidityPools/limitOrderUpdated.d.cts +24 -24
- package/dist/220/liquidityPools/limitOrderUpdated.d.mts +24 -24
- package/dist/220/liquidityPools/newPoolCreated.d.cts +24 -24
- package/dist/220/liquidityPools/newPoolCreated.d.mts +24 -24
- package/dist/220/liquidityPools/orderDeletionFailed.d.cts +64 -64
- package/dist/220/liquidityPools/orderDeletionFailed.d.mts +64 -64
- package/dist/220/liquidityPools/palletConfigUpdated.d.cts +16 -16
- package/dist/220/liquidityPools/palletConfigUpdated.d.mts +16 -16
- package/dist/220/liquidityPools/poolFeeSet.d.cts +24 -24
- package/dist/220/liquidityPools/poolFeeSet.d.mts +24 -24
- package/dist/220/liquidityPools/rangeOrderUpdated.d.cts +24 -24
- package/dist/220/liquidityPools/rangeOrderUpdated.d.mts +24 -24
- package/dist/220/liquidityProvider/assetBalancePurgeFailed.d.cts +18 -18
- package/dist/220/liquidityProvider/assetBalancePurgeFailed.d.mts +18 -18
- package/dist/220/liquidityProvider/assetBalancePurged.d.cts +24 -24
- package/dist/220/liquidityProvider/assetBalancePurged.d.mts +24 -24
- package/dist/220/liquidityProvider/assetTransferred.d.cts +12 -12
- package/dist/220/liquidityProvider/assetTransferred.d.mts +12 -12
- package/dist/220/liquidityProvider/liquidityDepositAddressReady.d.cts +36 -36
- package/dist/220/liquidityProvider/liquidityDepositAddressReady.d.mts +36 -36
- package/dist/220/liquidityProvider/liquidityRefundAddressRegistered.d.cts +4 -4
- package/dist/220/liquidityProvider/liquidityRefundAddressRegistered.d.mts +4 -4
- package/dist/220/liquidityProvider/withdrawalEgressScheduled.d.cts +20 -20
- package/dist/220/liquidityProvider/withdrawalEgressScheduled.d.mts +20 -20
- package/dist/220/polkadotIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/220/polkadotIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/220/polkadotIngressEgress/ccmEgressInvalid.d.cts +8 -8
- package/dist/220/polkadotIngressEgress/ccmEgressInvalid.d.mts +8 -8
- package/dist/220/polkadotIngressEgress/depositBoosted.d.cts +28 -28
- package/dist/220/polkadotIngressEgress/depositBoosted.d.mts +28 -28
- package/dist/220/polkadotIngressEgress/depositFailed.d.cts +72 -72
- package/dist/220/polkadotIngressEgress/depositFailed.d.mts +72 -72
- package/dist/220/polkadotIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/220/polkadotIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/220/polkadotIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/220/polkadotIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/220/solanaIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/220/solanaIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/220/solanaIngressEgress/ccmEgressInvalid.d.cts +8 -8
- package/dist/220/solanaIngressEgress/ccmEgressInvalid.d.mts +8 -8
- package/dist/220/solanaIngressEgress/depositBoosted.d.cts +28 -28
- package/dist/220/solanaIngressEgress/depositBoosted.d.mts +28 -28
- package/dist/220/solanaIngressEgress/depositFailed.d.cts +72 -72
- package/dist/220/solanaIngressEgress/depositFailed.d.mts +72 -72
- package/dist/220/solanaIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/220/solanaIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/220/solanaIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/220/solanaIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/220/swapping/accountCreationDepositAddressReady.d.cts +40 -40
- package/dist/220/swapping/accountCreationDepositAddressReady.d.mts +40 -40
- package/dist/220/swapping/batchSwapFailed.d.cts +12 -12
- package/dist/220/swapping/batchSwapFailed.d.mts +12 -12
- package/dist/220/swapping/creditedOnChain.d.cts +20 -20
- package/dist/220/swapping/creditedOnChain.d.mts +20 -20
- package/dist/220/swapping/palletConfigUpdated.d.cts +96 -96
- package/dist/220/swapping/palletConfigUpdated.d.mts +96 -96
- package/dist/220/swapping/refundEgressIgnored.d.cts +16 -16
- package/dist/220/swapping/refundEgressIgnored.d.mts +16 -16
- package/dist/220/swapping/refundEgressScheduled.d.cts +28 -28
- package/dist/220/swapping/refundEgressScheduled.d.mts +28 -28
- package/dist/220/swapping/refundedOnChain.d.cts +20 -20
- package/dist/220/swapping/refundedOnChain.d.mts +20 -20
- package/dist/220/swapping/swapAmountConfiscated.d.cts +12 -12
- package/dist/220/swapping/swapAmountConfiscated.d.mts +12 -12
- package/dist/220/swapping/swapDepositAddressReady.d.cts +58 -58
- package/dist/220/swapping/swapDepositAddressReady.d.mts +58 -58
- package/dist/220/swapping/swapEgressIgnored.d.cts +16 -16
- package/dist/220/swapping/swapEgressIgnored.d.mts +16 -16
- package/dist/220/swapping/swapEgressScheduled.d.cts +28 -28
- package/dist/220/swapping/swapEgressScheduled.d.mts +28 -28
- package/dist/220/swapping/swapExecuted.d.cts +32 -32
- package/dist/220/swapping/swapExecuted.d.mts +32 -32
- package/dist/220/swapping/swapRequested.d.cts +158 -158
- package/dist/220/swapping/swapRequested.d.mts +158 -158
- package/dist/220/swapping/withdrawalRequested.d.cts +26 -26
- package/dist/220/swapping/withdrawalRequested.d.mts +26 -26
- package/dist/220/tradingStrategy/fundsAddedToStrategy.d.cts +12 -12
- package/dist/220/tradingStrategy/fundsAddedToStrategy.d.mts +12 -12
- package/dist/220/tradingStrategy/palletConfigUpdated.d.cts +48 -48
- package/dist/220/tradingStrategy/palletConfigUpdated.d.mts +48 -48
- package/dist/220/tradingStrategy/strategyDeployed.d.cts +80 -80
- package/dist/220/tradingStrategy/strategyDeployed.d.mts +80 -80
- package/dist/220/tronIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/220/tronIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/220/tronIngressEgress/ccmEgressInvalid.d.cts +8 -8
- package/dist/220/tronIngressEgress/ccmEgressInvalid.d.mts +8 -8
- package/dist/220/tronIngressEgress/channelRejectionRequestReceived.d.cts +4 -4
- package/dist/220/tronIngressEgress/channelRejectionRequestReceived.d.mts +4 -4
- package/dist/220/tronIngressEgress/depositBoosted.d.cts +28 -28
- package/dist/220/tronIngressEgress/depositBoosted.d.mts +28 -28
- package/dist/220/tronIngressEgress/depositFailed.d.cts +72 -72
- package/dist/220/tronIngressEgress/depositFailed.d.mts +72 -72
- package/dist/220/tronIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/220/tronIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/220/tronIngressEgress/transactionRejectedByBroker.d.cts +4 -4
- package/dist/220/tronIngressEgress/transactionRejectedByBroker.d.mts +4 -4
- package/dist/220/tronIngressEgress/transactionRejectionRequestExpired.d.cts +4 -4
- package/dist/220/tronIngressEgress/transactionRejectionRequestExpired.d.mts +4 -4
- package/dist/220/tronIngressEgress/transactionRejectionRequestReceived.d.cts +4 -4
- package/dist/220/tronIngressEgress/transactionRejectionRequestReceived.d.mts +4 -4
- package/dist/220/tronIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/220/tronIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/package.json +3 -3
|
@@ -16,11 +16,11 @@ declare const swappingCcmFailed: z.ZodObject<{
|
|
|
16
16
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
17
17
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
18
18
|
}, "strip", z.ZodTypeAny, {
|
|
19
|
-
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
20
19
|
value: `0x${string}`;
|
|
21
|
-
}, {
|
|
22
20
|
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
21
|
+
}, {
|
|
23
22
|
value: string;
|
|
23
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
24
24
|
}>, {
|
|
25
25
|
readonly chain: "Ethereum";
|
|
26
26
|
readonly address: `0x${string}`;
|
|
@@ -37,8 +37,8 @@ declare const swappingCcmFailed: z.ZodObject<{
|
|
|
37
37
|
readonly chain: "Solana";
|
|
38
38
|
readonly address: string;
|
|
39
39
|
}, {
|
|
40
|
-
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
41
40
|
value: string;
|
|
41
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
42
42
|
}>;
|
|
43
43
|
depositMetadata: z.ZodObject<{
|
|
44
44
|
sourceChain: z.ZodEffects<z.ZodObject<{
|
|
@@ -54,67 +54,67 @@ declare const swappingCcmFailed: z.ZodObject<{
|
|
|
54
54
|
__kind: z.ZodLiteral<"Eth">;
|
|
55
55
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
56
56
|
}, "strip", z.ZodTypeAny, {
|
|
57
|
-
__kind: "Eth";
|
|
58
57
|
value: `0x${string}`;
|
|
59
|
-
}, {
|
|
60
58
|
__kind: "Eth";
|
|
59
|
+
}, {
|
|
61
60
|
value: string;
|
|
61
|
+
__kind: "Eth";
|
|
62
62
|
}>, z.ZodObject<{
|
|
63
63
|
__kind: z.ZodLiteral<"Dot">;
|
|
64
64
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
65
65
|
}, "strip", z.ZodTypeAny, {
|
|
66
|
-
__kind: "Dot";
|
|
67
66
|
value: `0x${string}`;
|
|
68
|
-
}, {
|
|
69
67
|
__kind: "Dot";
|
|
68
|
+
}, {
|
|
70
69
|
value: string;
|
|
70
|
+
__kind: "Dot";
|
|
71
71
|
}>, z.ZodObject<{
|
|
72
72
|
__kind: z.ZodLiteral<"Btc">;
|
|
73
73
|
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
74
74
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
75
75
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
76
76
|
}, "strip", z.ZodTypeAny, {
|
|
77
|
-
__kind: "P2PKH";
|
|
78
77
|
value: `0x${string}`;
|
|
79
|
-
}, {
|
|
80
78
|
__kind: "P2PKH";
|
|
79
|
+
}, {
|
|
81
80
|
value: string;
|
|
81
|
+
__kind: "P2PKH";
|
|
82
82
|
}>, z.ZodObject<{
|
|
83
83
|
__kind: z.ZodLiteral<"P2SH">;
|
|
84
84
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
85
85
|
}, "strip", z.ZodTypeAny, {
|
|
86
|
-
__kind: "P2SH";
|
|
87
86
|
value: `0x${string}`;
|
|
88
|
-
}, {
|
|
89
87
|
__kind: "P2SH";
|
|
88
|
+
}, {
|
|
90
89
|
value: string;
|
|
90
|
+
__kind: "P2SH";
|
|
91
91
|
}>, z.ZodObject<{
|
|
92
92
|
__kind: z.ZodLiteral<"P2WPKH">;
|
|
93
93
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
94
94
|
}, "strip", z.ZodTypeAny, {
|
|
95
|
-
__kind: "P2WPKH";
|
|
96
95
|
value: `0x${string}`;
|
|
97
|
-
}, {
|
|
98
96
|
__kind: "P2WPKH";
|
|
97
|
+
}, {
|
|
99
98
|
value: string;
|
|
99
|
+
__kind: "P2WPKH";
|
|
100
100
|
}>, z.ZodObject<{
|
|
101
101
|
__kind: z.ZodLiteral<"P2WSH">;
|
|
102
102
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
103
103
|
}, "strip", z.ZodTypeAny, {
|
|
104
|
-
__kind: "P2WSH";
|
|
105
104
|
value: `0x${string}`;
|
|
106
|
-
}, {
|
|
107
105
|
__kind: "P2WSH";
|
|
106
|
+
}, {
|
|
108
107
|
value: string;
|
|
108
|
+
__kind: "P2WSH";
|
|
109
109
|
}>, z.ZodObject<{
|
|
110
110
|
__kind: z.ZodLiteral<"Taproot">;
|
|
111
111
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
112
112
|
}, "strip", z.ZodTypeAny, {
|
|
113
|
-
__kind: "Taproot";
|
|
114
113
|
value: `0x${string}`;
|
|
115
|
-
}, {
|
|
116
114
|
__kind: "Taproot";
|
|
115
|
+
}, {
|
|
117
116
|
value: string;
|
|
117
|
+
__kind: "Taproot";
|
|
118
118
|
}>, z.ZodObject<{
|
|
119
119
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
120
120
|
version: z.ZodNumber;
|
|
@@ -129,67 +129,67 @@ declare const swappingCcmFailed: z.ZodObject<{
|
|
|
129
129
|
program: string;
|
|
130
130
|
}>]>;
|
|
131
131
|
}, "strip", z.ZodTypeAny, {
|
|
132
|
-
__kind: "Btc";
|
|
133
132
|
value: {
|
|
134
|
-
__kind: "P2PKH";
|
|
135
133
|
value: `0x${string}`;
|
|
134
|
+
__kind: "P2PKH";
|
|
136
135
|
} | {
|
|
137
|
-
__kind: "P2SH";
|
|
138
136
|
value: `0x${string}`;
|
|
137
|
+
__kind: "P2SH";
|
|
139
138
|
} | {
|
|
140
|
-
__kind: "P2WPKH";
|
|
141
139
|
value: `0x${string}`;
|
|
140
|
+
__kind: "P2WPKH";
|
|
142
141
|
} | {
|
|
143
|
-
__kind: "P2WSH";
|
|
144
142
|
value: `0x${string}`;
|
|
143
|
+
__kind: "P2WSH";
|
|
145
144
|
} | {
|
|
146
|
-
__kind: "Taproot";
|
|
147
145
|
value: `0x${string}`;
|
|
146
|
+
__kind: "Taproot";
|
|
148
147
|
} | {
|
|
149
148
|
__kind: "OtherSegwit";
|
|
150
149
|
version: number;
|
|
151
150
|
program: `0x${string}`;
|
|
152
151
|
};
|
|
153
|
-
}, {
|
|
154
152
|
__kind: "Btc";
|
|
153
|
+
}, {
|
|
155
154
|
value: {
|
|
156
|
-
__kind: "P2PKH";
|
|
157
155
|
value: string;
|
|
156
|
+
__kind: "P2PKH";
|
|
158
157
|
} | {
|
|
159
|
-
__kind: "P2SH";
|
|
160
158
|
value: string;
|
|
159
|
+
__kind: "P2SH";
|
|
161
160
|
} | {
|
|
162
|
-
__kind: "P2WPKH";
|
|
163
161
|
value: string;
|
|
162
|
+
__kind: "P2WPKH";
|
|
164
163
|
} | {
|
|
165
|
-
__kind: "P2WSH";
|
|
166
164
|
value: string;
|
|
165
|
+
__kind: "P2WSH";
|
|
167
166
|
} | {
|
|
168
|
-
__kind: "Taproot";
|
|
169
167
|
value: string;
|
|
168
|
+
__kind: "Taproot";
|
|
170
169
|
} | {
|
|
171
170
|
__kind: "OtherSegwit";
|
|
172
171
|
version: number;
|
|
173
172
|
program: string;
|
|
174
173
|
};
|
|
174
|
+
__kind: "Btc";
|
|
175
175
|
}>, z.ZodObject<{
|
|
176
176
|
__kind: z.ZodLiteral<"Arb">;
|
|
177
177
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
178
178
|
}, "strip", z.ZodTypeAny, {
|
|
179
|
-
__kind: "Arb";
|
|
180
179
|
value: `0x${string}`;
|
|
181
|
-
}, {
|
|
182
180
|
__kind: "Arb";
|
|
181
|
+
}, {
|
|
183
182
|
value: string;
|
|
183
|
+
__kind: "Arb";
|
|
184
184
|
}>, z.ZodObject<{
|
|
185
185
|
__kind: z.ZodLiteral<"Sol">;
|
|
186
186
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
187
187
|
}, "strip", z.ZodTypeAny, {
|
|
188
|
-
__kind: "Sol";
|
|
189
188
|
value: `0x${string}`;
|
|
190
|
-
}, {
|
|
191
189
|
__kind: "Sol";
|
|
190
|
+
}, {
|
|
192
191
|
value: string;
|
|
192
|
+
__kind: "Sol";
|
|
193
193
|
}>]>>>;
|
|
194
194
|
channelMetadata: z.ZodObject<{
|
|
195
195
|
message: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
@@ -205,90 +205,90 @@ declare const swappingCcmFailed: z.ZodObject<{
|
|
|
205
205
|
cfParameters: string;
|
|
206
206
|
}>;
|
|
207
207
|
}, "strip", z.ZodTypeAny, {
|
|
208
|
+
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
208
209
|
channelMetadata: {
|
|
209
210
|
message: `0x${string}`;
|
|
210
211
|
gasBudget: bigint;
|
|
211
212
|
cfParameters: `0x${string}`;
|
|
212
213
|
};
|
|
213
|
-
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
214
214
|
sourceAddress?: {
|
|
215
|
-
__kind: "Eth";
|
|
216
215
|
value: `0x${string}`;
|
|
216
|
+
__kind: "Eth";
|
|
217
217
|
} | {
|
|
218
|
-
__kind: "Dot";
|
|
219
218
|
value: `0x${string}`;
|
|
219
|
+
__kind: "Dot";
|
|
220
220
|
} | {
|
|
221
|
-
__kind: "Btc";
|
|
222
221
|
value: {
|
|
223
|
-
__kind: "P2PKH";
|
|
224
222
|
value: `0x${string}`;
|
|
223
|
+
__kind: "P2PKH";
|
|
225
224
|
} | {
|
|
226
|
-
__kind: "P2SH";
|
|
227
225
|
value: `0x${string}`;
|
|
226
|
+
__kind: "P2SH";
|
|
228
227
|
} | {
|
|
229
|
-
__kind: "P2WPKH";
|
|
230
228
|
value: `0x${string}`;
|
|
229
|
+
__kind: "P2WPKH";
|
|
231
230
|
} | {
|
|
232
|
-
__kind: "P2WSH";
|
|
233
231
|
value: `0x${string}`;
|
|
232
|
+
__kind: "P2WSH";
|
|
234
233
|
} | {
|
|
235
|
-
__kind: "Taproot";
|
|
236
234
|
value: `0x${string}`;
|
|
235
|
+
__kind: "Taproot";
|
|
237
236
|
} | {
|
|
238
237
|
__kind: "OtherSegwit";
|
|
239
238
|
version: number;
|
|
240
239
|
program: `0x${string}`;
|
|
241
240
|
};
|
|
241
|
+
__kind: "Btc";
|
|
242
242
|
} | {
|
|
243
|
-
__kind: "Arb";
|
|
244
243
|
value: `0x${string}`;
|
|
244
|
+
__kind: "Arb";
|
|
245
245
|
} | {
|
|
246
|
-
__kind: "Sol";
|
|
247
246
|
value: `0x${string}`;
|
|
247
|
+
__kind: "Sol";
|
|
248
248
|
} | null | undefined;
|
|
249
249
|
}, {
|
|
250
|
+
sourceChain: {
|
|
251
|
+
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
252
|
+
};
|
|
250
253
|
channelMetadata: {
|
|
251
254
|
message: string;
|
|
252
255
|
gasBudget: string | number;
|
|
253
256
|
cfParameters: string;
|
|
254
257
|
};
|
|
255
|
-
sourceChain: {
|
|
256
|
-
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
257
|
-
};
|
|
258
258
|
sourceAddress?: {
|
|
259
|
-
__kind: "Eth";
|
|
260
259
|
value: string;
|
|
260
|
+
__kind: "Eth";
|
|
261
261
|
} | {
|
|
262
|
-
__kind: "Dot";
|
|
263
262
|
value: string;
|
|
263
|
+
__kind: "Dot";
|
|
264
264
|
} | {
|
|
265
|
-
__kind: "Btc";
|
|
266
265
|
value: {
|
|
267
|
-
__kind: "P2PKH";
|
|
268
266
|
value: string;
|
|
267
|
+
__kind: "P2PKH";
|
|
269
268
|
} | {
|
|
270
|
-
__kind: "P2SH";
|
|
271
269
|
value: string;
|
|
270
|
+
__kind: "P2SH";
|
|
272
271
|
} | {
|
|
273
|
-
__kind: "P2WPKH";
|
|
274
272
|
value: string;
|
|
273
|
+
__kind: "P2WPKH";
|
|
275
274
|
} | {
|
|
276
|
-
__kind: "P2WSH";
|
|
277
275
|
value: string;
|
|
276
|
+
__kind: "P2WSH";
|
|
278
277
|
} | {
|
|
279
|
-
__kind: "Taproot";
|
|
280
278
|
value: string;
|
|
279
|
+
__kind: "Taproot";
|
|
281
280
|
} | {
|
|
282
281
|
__kind: "OtherSegwit";
|
|
283
282
|
version: number;
|
|
284
283
|
program: string;
|
|
285
284
|
};
|
|
285
|
+
__kind: "Btc";
|
|
286
286
|
} | {
|
|
287
|
-
__kind: "Arb";
|
|
288
287
|
value: string;
|
|
288
|
+
__kind: "Arb";
|
|
289
289
|
} | {
|
|
290
|
-
__kind: "Sol";
|
|
291
290
|
value: string;
|
|
291
|
+
__kind: "Sol";
|
|
292
292
|
} | null | undefined;
|
|
293
293
|
}>;
|
|
294
294
|
origin: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
@@ -297,11 +297,11 @@ declare const swappingCcmFailed: z.ZodObject<{
|
|
|
297
297
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
298
298
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
299
299
|
}, "strip", z.ZodTypeAny, {
|
|
300
|
-
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
301
300
|
value: `0x${string}`;
|
|
302
|
-
}, {
|
|
303
301
|
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
302
|
+
}, {
|
|
304
303
|
value: string;
|
|
304
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
305
305
|
}>, {
|
|
306
306
|
readonly chain: "Ethereum";
|
|
307
307
|
readonly address: `0x${string}`;
|
|
@@ -318,8 +318,8 @@ declare const swappingCcmFailed: z.ZodObject<{
|
|
|
318
318
|
readonly chain: "Solana";
|
|
319
319
|
readonly address: string;
|
|
320
320
|
}, {
|
|
321
|
-
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
322
321
|
value: string;
|
|
322
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
323
323
|
}>;
|
|
324
324
|
channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
325
325
|
depositBlockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
@@ -346,8 +346,8 @@ declare const swappingCcmFailed: z.ZodObject<{
|
|
|
346
346
|
}, {
|
|
347
347
|
__kind: "DepositChannel";
|
|
348
348
|
depositAddress: {
|
|
349
|
-
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
350
349
|
value: string;
|
|
350
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
351
351
|
};
|
|
352
352
|
channelId: string | number;
|
|
353
353
|
depositBlockHeight: string | number;
|
|
@@ -379,138 +379,138 @@ declare const swappingCcmFailed: z.ZodObject<{
|
|
|
379
379
|
readonly chain: "Solana";
|
|
380
380
|
readonly address: string;
|
|
381
381
|
};
|
|
382
|
-
origin: {
|
|
383
|
-
__kind: "DepositChannel";
|
|
384
|
-
depositAddress: {
|
|
385
|
-
readonly chain: "Ethereum";
|
|
386
|
-
readonly address: `0x${string}`;
|
|
387
|
-
} | {
|
|
388
|
-
readonly chain: "Polkadot";
|
|
389
|
-
readonly address: string;
|
|
390
|
-
} | {
|
|
391
|
-
readonly chain: "Bitcoin";
|
|
392
|
-
readonly address: string;
|
|
393
|
-
} | {
|
|
394
|
-
readonly chain: "Arbitrum";
|
|
395
|
-
readonly address: `0x${string}`;
|
|
396
|
-
} | {
|
|
397
|
-
readonly chain: "Solana";
|
|
398
|
-
readonly address: string;
|
|
399
|
-
};
|
|
400
|
-
channelId: bigint;
|
|
401
|
-
depositBlockHeight: bigint;
|
|
402
|
-
} | {
|
|
403
|
-
__kind: "Vault";
|
|
404
|
-
txHash: `0x${string}`;
|
|
405
|
-
};
|
|
406
382
|
depositMetadata: {
|
|
383
|
+
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
407
384
|
channelMetadata: {
|
|
408
385
|
message: `0x${string}`;
|
|
409
386
|
gasBudget: bigint;
|
|
410
387
|
cfParameters: `0x${string}`;
|
|
411
388
|
};
|
|
412
|
-
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
413
389
|
sourceAddress?: {
|
|
414
|
-
__kind: "Eth";
|
|
415
390
|
value: `0x${string}`;
|
|
391
|
+
__kind: "Eth";
|
|
416
392
|
} | {
|
|
417
|
-
__kind: "Dot";
|
|
418
393
|
value: `0x${string}`;
|
|
394
|
+
__kind: "Dot";
|
|
419
395
|
} | {
|
|
420
|
-
__kind: "Btc";
|
|
421
396
|
value: {
|
|
422
|
-
__kind: "P2PKH";
|
|
423
397
|
value: `0x${string}`;
|
|
398
|
+
__kind: "P2PKH";
|
|
424
399
|
} | {
|
|
425
|
-
__kind: "P2SH";
|
|
426
400
|
value: `0x${string}`;
|
|
401
|
+
__kind: "P2SH";
|
|
427
402
|
} | {
|
|
428
|
-
__kind: "P2WPKH";
|
|
429
403
|
value: `0x${string}`;
|
|
404
|
+
__kind: "P2WPKH";
|
|
430
405
|
} | {
|
|
431
|
-
__kind: "P2WSH";
|
|
432
406
|
value: `0x${string}`;
|
|
407
|
+
__kind: "P2WSH";
|
|
433
408
|
} | {
|
|
434
|
-
__kind: "Taproot";
|
|
435
409
|
value: `0x${string}`;
|
|
410
|
+
__kind: "Taproot";
|
|
436
411
|
} | {
|
|
437
412
|
__kind: "OtherSegwit";
|
|
438
413
|
version: number;
|
|
439
414
|
program: `0x${string}`;
|
|
440
415
|
};
|
|
416
|
+
__kind: "Btc";
|
|
441
417
|
} | {
|
|
442
|
-
__kind: "Arb";
|
|
443
418
|
value: `0x${string}`;
|
|
419
|
+
__kind: "Arb";
|
|
444
420
|
} | {
|
|
445
|
-
__kind: "Sol";
|
|
446
421
|
value: `0x${string}`;
|
|
422
|
+
__kind: "Sol";
|
|
447
423
|
} | null | undefined;
|
|
448
424
|
};
|
|
449
|
-
}, {
|
|
450
|
-
reason: {
|
|
451
|
-
__kind: "UnsupportedForTargetChain" | "InsufficientDepositAmount";
|
|
452
|
-
};
|
|
453
|
-
destinationAddress: {
|
|
454
|
-
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
455
|
-
value: string;
|
|
456
|
-
};
|
|
457
425
|
origin: {
|
|
458
426
|
__kind: "DepositChannel";
|
|
459
427
|
depositAddress: {
|
|
460
|
-
|
|
461
|
-
|
|
428
|
+
readonly chain: "Ethereum";
|
|
429
|
+
readonly address: `0x${string}`;
|
|
430
|
+
} | {
|
|
431
|
+
readonly chain: "Polkadot";
|
|
432
|
+
readonly address: string;
|
|
433
|
+
} | {
|
|
434
|
+
readonly chain: "Bitcoin";
|
|
435
|
+
readonly address: string;
|
|
436
|
+
} | {
|
|
437
|
+
readonly chain: "Arbitrum";
|
|
438
|
+
readonly address: `0x${string}`;
|
|
439
|
+
} | {
|
|
440
|
+
readonly chain: "Solana";
|
|
441
|
+
readonly address: string;
|
|
462
442
|
};
|
|
463
|
-
channelId:
|
|
464
|
-
depositBlockHeight:
|
|
443
|
+
channelId: bigint;
|
|
444
|
+
depositBlockHeight: bigint;
|
|
465
445
|
} | {
|
|
466
446
|
__kind: "Vault";
|
|
467
|
-
txHash: string
|
|
447
|
+
txHash: `0x${string}`;
|
|
448
|
+
};
|
|
449
|
+
}, {
|
|
450
|
+
reason: {
|
|
451
|
+
__kind: "UnsupportedForTargetChain" | "InsufficientDepositAmount";
|
|
452
|
+
};
|
|
453
|
+
destinationAddress: {
|
|
454
|
+
value: string;
|
|
455
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
468
456
|
};
|
|
469
457
|
depositMetadata: {
|
|
458
|
+
sourceChain: {
|
|
459
|
+
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
460
|
+
};
|
|
470
461
|
channelMetadata: {
|
|
471
462
|
message: string;
|
|
472
463
|
gasBudget: string | number;
|
|
473
464
|
cfParameters: string;
|
|
474
465
|
};
|
|
475
|
-
sourceChain: {
|
|
476
|
-
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
477
|
-
};
|
|
478
466
|
sourceAddress?: {
|
|
479
|
-
__kind: "Eth";
|
|
480
467
|
value: string;
|
|
468
|
+
__kind: "Eth";
|
|
481
469
|
} | {
|
|
482
|
-
__kind: "Dot";
|
|
483
470
|
value: string;
|
|
471
|
+
__kind: "Dot";
|
|
484
472
|
} | {
|
|
485
|
-
__kind: "Btc";
|
|
486
473
|
value: {
|
|
487
|
-
__kind: "P2PKH";
|
|
488
474
|
value: string;
|
|
475
|
+
__kind: "P2PKH";
|
|
489
476
|
} | {
|
|
490
|
-
__kind: "P2SH";
|
|
491
477
|
value: string;
|
|
478
|
+
__kind: "P2SH";
|
|
492
479
|
} | {
|
|
493
|
-
__kind: "P2WPKH";
|
|
494
480
|
value: string;
|
|
481
|
+
__kind: "P2WPKH";
|
|
495
482
|
} | {
|
|
496
|
-
__kind: "P2WSH";
|
|
497
483
|
value: string;
|
|
484
|
+
__kind: "P2WSH";
|
|
498
485
|
} | {
|
|
499
|
-
__kind: "Taproot";
|
|
500
486
|
value: string;
|
|
487
|
+
__kind: "Taproot";
|
|
501
488
|
} | {
|
|
502
489
|
__kind: "OtherSegwit";
|
|
503
490
|
version: number;
|
|
504
491
|
program: string;
|
|
505
492
|
};
|
|
493
|
+
__kind: "Btc";
|
|
506
494
|
} | {
|
|
507
|
-
__kind: "Arb";
|
|
508
495
|
value: string;
|
|
496
|
+
__kind: "Arb";
|
|
509
497
|
} | {
|
|
510
|
-
__kind: "Sol";
|
|
511
498
|
value: string;
|
|
499
|
+
__kind: "Sol";
|
|
512
500
|
} | null | undefined;
|
|
513
501
|
};
|
|
502
|
+
origin: {
|
|
503
|
+
__kind: "DepositChannel";
|
|
504
|
+
depositAddress: {
|
|
505
|
+
value: string;
|
|
506
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
507
|
+
};
|
|
508
|
+
channelId: string | number;
|
|
509
|
+
depositBlockHeight: string | number;
|
|
510
|
+
} | {
|
|
511
|
+
__kind: "Vault";
|
|
512
|
+
txHash: string;
|
|
513
|
+
};
|
|
514
514
|
}>;
|
|
515
515
|
declare const swappingCcmFailedEvent: _$_chainflip_processor_event0.EventDescriptor<"Swapping.CcmFailed", z.ZodObject<{
|
|
516
516
|
reason: z.ZodEffects<z.ZodObject<{
|
|
@@ -526,11 +526,11 @@ declare const swappingCcmFailedEvent: _$_chainflip_processor_event0.EventDescrip
|
|
|
526
526
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
527
527
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
528
528
|
}, "strip", z.ZodTypeAny, {
|
|
529
|
-
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
530
529
|
value: `0x${string}`;
|
|
531
|
-
}, {
|
|
532
530
|
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
531
|
+
}, {
|
|
533
532
|
value: string;
|
|
533
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
534
534
|
}>, {
|
|
535
535
|
readonly chain: "Ethereum";
|
|
536
536
|
readonly address: `0x${string}`;
|
|
@@ -547,8 +547,8 @@ declare const swappingCcmFailedEvent: _$_chainflip_processor_event0.EventDescrip
|
|
|
547
547
|
readonly chain: "Solana";
|
|
548
548
|
readonly address: string;
|
|
549
549
|
}, {
|
|
550
|
-
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
551
550
|
value: string;
|
|
551
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
552
552
|
}>;
|
|
553
553
|
depositMetadata: z.ZodObject<{
|
|
554
554
|
sourceChain: z.ZodEffects<z.ZodObject<{
|
|
@@ -564,67 +564,67 @@ declare const swappingCcmFailedEvent: _$_chainflip_processor_event0.EventDescrip
|
|
|
564
564
|
__kind: z.ZodLiteral<"Eth">;
|
|
565
565
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
566
566
|
}, "strip", z.ZodTypeAny, {
|
|
567
|
-
__kind: "Eth";
|
|
568
567
|
value: `0x${string}`;
|
|
569
|
-
}, {
|
|
570
568
|
__kind: "Eth";
|
|
569
|
+
}, {
|
|
571
570
|
value: string;
|
|
571
|
+
__kind: "Eth";
|
|
572
572
|
}>, z.ZodObject<{
|
|
573
573
|
__kind: z.ZodLiteral<"Dot">;
|
|
574
574
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
575
575
|
}, "strip", z.ZodTypeAny, {
|
|
576
|
-
__kind: "Dot";
|
|
577
576
|
value: `0x${string}`;
|
|
578
|
-
}, {
|
|
579
577
|
__kind: "Dot";
|
|
578
|
+
}, {
|
|
580
579
|
value: string;
|
|
580
|
+
__kind: "Dot";
|
|
581
581
|
}>, z.ZodObject<{
|
|
582
582
|
__kind: z.ZodLiteral<"Btc">;
|
|
583
583
|
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
584
584
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
585
585
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
586
586
|
}, "strip", z.ZodTypeAny, {
|
|
587
|
-
__kind: "P2PKH";
|
|
588
587
|
value: `0x${string}`;
|
|
589
|
-
}, {
|
|
590
588
|
__kind: "P2PKH";
|
|
589
|
+
}, {
|
|
591
590
|
value: string;
|
|
591
|
+
__kind: "P2PKH";
|
|
592
592
|
}>, z.ZodObject<{
|
|
593
593
|
__kind: z.ZodLiteral<"P2SH">;
|
|
594
594
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
595
595
|
}, "strip", z.ZodTypeAny, {
|
|
596
|
-
__kind: "P2SH";
|
|
597
596
|
value: `0x${string}`;
|
|
598
|
-
}, {
|
|
599
597
|
__kind: "P2SH";
|
|
598
|
+
}, {
|
|
600
599
|
value: string;
|
|
600
|
+
__kind: "P2SH";
|
|
601
601
|
}>, z.ZodObject<{
|
|
602
602
|
__kind: z.ZodLiteral<"P2WPKH">;
|
|
603
603
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
604
604
|
}, "strip", z.ZodTypeAny, {
|
|
605
|
-
__kind: "P2WPKH";
|
|
606
605
|
value: `0x${string}`;
|
|
607
|
-
}, {
|
|
608
606
|
__kind: "P2WPKH";
|
|
607
|
+
}, {
|
|
609
608
|
value: string;
|
|
609
|
+
__kind: "P2WPKH";
|
|
610
610
|
}>, z.ZodObject<{
|
|
611
611
|
__kind: z.ZodLiteral<"P2WSH">;
|
|
612
612
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
613
613
|
}, "strip", z.ZodTypeAny, {
|
|
614
|
-
__kind: "P2WSH";
|
|
615
614
|
value: `0x${string}`;
|
|
616
|
-
}, {
|
|
617
615
|
__kind: "P2WSH";
|
|
616
|
+
}, {
|
|
618
617
|
value: string;
|
|
618
|
+
__kind: "P2WSH";
|
|
619
619
|
}>, z.ZodObject<{
|
|
620
620
|
__kind: z.ZodLiteral<"Taproot">;
|
|
621
621
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
622
622
|
}, "strip", z.ZodTypeAny, {
|
|
623
|
-
__kind: "Taproot";
|
|
624
623
|
value: `0x${string}`;
|
|
625
|
-
}, {
|
|
626
624
|
__kind: "Taproot";
|
|
625
|
+
}, {
|
|
627
626
|
value: string;
|
|
627
|
+
__kind: "Taproot";
|
|
628
628
|
}>, z.ZodObject<{
|
|
629
629
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
630
630
|
version: z.ZodNumber;
|
|
@@ -639,67 +639,67 @@ declare const swappingCcmFailedEvent: _$_chainflip_processor_event0.EventDescrip
|
|
|
639
639
|
program: string;
|
|
640
640
|
}>]>;
|
|
641
641
|
}, "strip", z.ZodTypeAny, {
|
|
642
|
-
__kind: "Btc";
|
|
643
642
|
value: {
|
|
644
|
-
__kind: "P2PKH";
|
|
645
643
|
value: `0x${string}`;
|
|
644
|
+
__kind: "P2PKH";
|
|
646
645
|
} | {
|
|
647
|
-
__kind: "P2SH";
|
|
648
646
|
value: `0x${string}`;
|
|
647
|
+
__kind: "P2SH";
|
|
649
648
|
} | {
|
|
650
|
-
__kind: "P2WPKH";
|
|
651
649
|
value: `0x${string}`;
|
|
650
|
+
__kind: "P2WPKH";
|
|
652
651
|
} | {
|
|
653
|
-
__kind: "P2WSH";
|
|
654
652
|
value: `0x${string}`;
|
|
653
|
+
__kind: "P2WSH";
|
|
655
654
|
} | {
|
|
656
|
-
__kind: "Taproot";
|
|
657
655
|
value: `0x${string}`;
|
|
656
|
+
__kind: "Taproot";
|
|
658
657
|
} | {
|
|
659
658
|
__kind: "OtherSegwit";
|
|
660
659
|
version: number;
|
|
661
660
|
program: `0x${string}`;
|
|
662
661
|
};
|
|
663
|
-
}, {
|
|
664
662
|
__kind: "Btc";
|
|
663
|
+
}, {
|
|
665
664
|
value: {
|
|
666
|
-
__kind: "P2PKH";
|
|
667
665
|
value: string;
|
|
666
|
+
__kind: "P2PKH";
|
|
668
667
|
} | {
|
|
669
|
-
__kind: "P2SH";
|
|
670
668
|
value: string;
|
|
669
|
+
__kind: "P2SH";
|
|
671
670
|
} | {
|
|
672
|
-
__kind: "P2WPKH";
|
|
673
671
|
value: string;
|
|
672
|
+
__kind: "P2WPKH";
|
|
674
673
|
} | {
|
|
675
|
-
__kind: "P2WSH";
|
|
676
674
|
value: string;
|
|
675
|
+
__kind: "P2WSH";
|
|
677
676
|
} | {
|
|
678
|
-
__kind: "Taproot";
|
|
679
677
|
value: string;
|
|
678
|
+
__kind: "Taproot";
|
|
680
679
|
} | {
|
|
681
680
|
__kind: "OtherSegwit";
|
|
682
681
|
version: number;
|
|
683
682
|
program: string;
|
|
684
683
|
};
|
|
684
|
+
__kind: "Btc";
|
|
685
685
|
}>, z.ZodObject<{
|
|
686
686
|
__kind: z.ZodLiteral<"Arb">;
|
|
687
687
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
688
688
|
}, "strip", z.ZodTypeAny, {
|
|
689
|
-
__kind: "Arb";
|
|
690
689
|
value: `0x${string}`;
|
|
691
|
-
}, {
|
|
692
690
|
__kind: "Arb";
|
|
691
|
+
}, {
|
|
693
692
|
value: string;
|
|
693
|
+
__kind: "Arb";
|
|
694
694
|
}>, z.ZodObject<{
|
|
695
695
|
__kind: z.ZodLiteral<"Sol">;
|
|
696
696
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
697
697
|
}, "strip", z.ZodTypeAny, {
|
|
698
|
-
__kind: "Sol";
|
|
699
698
|
value: `0x${string}`;
|
|
700
|
-
}, {
|
|
701
699
|
__kind: "Sol";
|
|
700
|
+
}, {
|
|
702
701
|
value: string;
|
|
702
|
+
__kind: "Sol";
|
|
703
703
|
}>]>>>;
|
|
704
704
|
channelMetadata: z.ZodObject<{
|
|
705
705
|
message: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
@@ -715,90 +715,90 @@ declare const swappingCcmFailedEvent: _$_chainflip_processor_event0.EventDescrip
|
|
|
715
715
|
cfParameters: string;
|
|
716
716
|
}>;
|
|
717
717
|
}, "strip", z.ZodTypeAny, {
|
|
718
|
+
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
718
719
|
channelMetadata: {
|
|
719
720
|
message: `0x${string}`;
|
|
720
721
|
gasBudget: bigint;
|
|
721
722
|
cfParameters: `0x${string}`;
|
|
722
723
|
};
|
|
723
|
-
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
724
724
|
sourceAddress?: {
|
|
725
|
-
__kind: "Eth";
|
|
726
725
|
value: `0x${string}`;
|
|
726
|
+
__kind: "Eth";
|
|
727
727
|
} | {
|
|
728
|
-
__kind: "Dot";
|
|
729
728
|
value: `0x${string}`;
|
|
729
|
+
__kind: "Dot";
|
|
730
730
|
} | {
|
|
731
|
-
__kind: "Btc";
|
|
732
731
|
value: {
|
|
733
|
-
__kind: "P2PKH";
|
|
734
732
|
value: `0x${string}`;
|
|
733
|
+
__kind: "P2PKH";
|
|
735
734
|
} | {
|
|
736
|
-
__kind: "P2SH";
|
|
737
735
|
value: `0x${string}`;
|
|
736
|
+
__kind: "P2SH";
|
|
738
737
|
} | {
|
|
739
|
-
__kind: "P2WPKH";
|
|
740
738
|
value: `0x${string}`;
|
|
739
|
+
__kind: "P2WPKH";
|
|
741
740
|
} | {
|
|
742
|
-
__kind: "P2WSH";
|
|
743
741
|
value: `0x${string}`;
|
|
742
|
+
__kind: "P2WSH";
|
|
744
743
|
} | {
|
|
745
|
-
__kind: "Taproot";
|
|
746
744
|
value: `0x${string}`;
|
|
745
|
+
__kind: "Taproot";
|
|
747
746
|
} | {
|
|
748
747
|
__kind: "OtherSegwit";
|
|
749
748
|
version: number;
|
|
750
749
|
program: `0x${string}`;
|
|
751
750
|
};
|
|
751
|
+
__kind: "Btc";
|
|
752
752
|
} | {
|
|
753
|
-
__kind: "Arb";
|
|
754
753
|
value: `0x${string}`;
|
|
754
|
+
__kind: "Arb";
|
|
755
755
|
} | {
|
|
756
|
-
__kind: "Sol";
|
|
757
756
|
value: `0x${string}`;
|
|
757
|
+
__kind: "Sol";
|
|
758
758
|
} | null | undefined;
|
|
759
759
|
}, {
|
|
760
|
+
sourceChain: {
|
|
761
|
+
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
762
|
+
};
|
|
760
763
|
channelMetadata: {
|
|
761
764
|
message: string;
|
|
762
765
|
gasBudget: string | number;
|
|
763
766
|
cfParameters: string;
|
|
764
767
|
};
|
|
765
|
-
sourceChain: {
|
|
766
|
-
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
767
|
-
};
|
|
768
768
|
sourceAddress?: {
|
|
769
|
-
__kind: "Eth";
|
|
770
769
|
value: string;
|
|
770
|
+
__kind: "Eth";
|
|
771
771
|
} | {
|
|
772
|
-
__kind: "Dot";
|
|
773
772
|
value: string;
|
|
773
|
+
__kind: "Dot";
|
|
774
774
|
} | {
|
|
775
|
-
__kind: "Btc";
|
|
776
775
|
value: {
|
|
777
|
-
__kind: "P2PKH";
|
|
778
776
|
value: string;
|
|
777
|
+
__kind: "P2PKH";
|
|
779
778
|
} | {
|
|
780
|
-
__kind: "P2SH";
|
|
781
779
|
value: string;
|
|
780
|
+
__kind: "P2SH";
|
|
782
781
|
} | {
|
|
783
|
-
__kind: "P2WPKH";
|
|
784
782
|
value: string;
|
|
783
|
+
__kind: "P2WPKH";
|
|
785
784
|
} | {
|
|
786
|
-
__kind: "P2WSH";
|
|
787
785
|
value: string;
|
|
786
|
+
__kind: "P2WSH";
|
|
788
787
|
} | {
|
|
789
|
-
__kind: "Taproot";
|
|
790
788
|
value: string;
|
|
789
|
+
__kind: "Taproot";
|
|
791
790
|
} | {
|
|
792
791
|
__kind: "OtherSegwit";
|
|
793
792
|
version: number;
|
|
794
793
|
program: string;
|
|
795
794
|
};
|
|
795
|
+
__kind: "Btc";
|
|
796
796
|
} | {
|
|
797
|
-
__kind: "Arb";
|
|
798
797
|
value: string;
|
|
798
|
+
__kind: "Arb";
|
|
799
799
|
} | {
|
|
800
|
-
__kind: "Sol";
|
|
801
800
|
value: string;
|
|
801
|
+
__kind: "Sol";
|
|
802
802
|
} | null | undefined;
|
|
803
803
|
}>;
|
|
804
804
|
origin: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
@@ -807,11 +807,11 @@ declare const swappingCcmFailedEvent: _$_chainflip_processor_event0.EventDescrip
|
|
|
807
807
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
808
808
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
809
809
|
}, "strip", z.ZodTypeAny, {
|
|
810
|
-
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
811
810
|
value: `0x${string}`;
|
|
812
|
-
}, {
|
|
813
811
|
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
812
|
+
}, {
|
|
814
813
|
value: string;
|
|
814
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
815
815
|
}>, {
|
|
816
816
|
readonly chain: "Ethereum";
|
|
817
817
|
readonly address: `0x${string}`;
|
|
@@ -828,8 +828,8 @@ declare const swappingCcmFailedEvent: _$_chainflip_processor_event0.EventDescrip
|
|
|
828
828
|
readonly chain: "Solana";
|
|
829
829
|
readonly address: string;
|
|
830
830
|
}, {
|
|
831
|
-
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
832
831
|
value: string;
|
|
832
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
833
833
|
}>;
|
|
834
834
|
channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
835
835
|
depositBlockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
@@ -856,8 +856,8 @@ declare const swappingCcmFailedEvent: _$_chainflip_processor_event0.EventDescrip
|
|
|
856
856
|
}, {
|
|
857
857
|
__kind: "DepositChannel";
|
|
858
858
|
depositAddress: {
|
|
859
|
-
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
860
859
|
value: string;
|
|
860
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
861
861
|
};
|
|
862
862
|
channelId: string | number;
|
|
863
863
|
depositBlockHeight: string | number;
|
|
@@ -889,138 +889,138 @@ declare const swappingCcmFailedEvent: _$_chainflip_processor_event0.EventDescrip
|
|
|
889
889
|
readonly chain: "Solana";
|
|
890
890
|
readonly address: string;
|
|
891
891
|
};
|
|
892
|
-
origin: {
|
|
893
|
-
__kind: "DepositChannel";
|
|
894
|
-
depositAddress: {
|
|
895
|
-
readonly chain: "Ethereum";
|
|
896
|
-
readonly address: `0x${string}`;
|
|
897
|
-
} | {
|
|
898
|
-
readonly chain: "Polkadot";
|
|
899
|
-
readonly address: string;
|
|
900
|
-
} | {
|
|
901
|
-
readonly chain: "Bitcoin";
|
|
902
|
-
readonly address: string;
|
|
903
|
-
} | {
|
|
904
|
-
readonly chain: "Arbitrum";
|
|
905
|
-
readonly address: `0x${string}`;
|
|
906
|
-
} | {
|
|
907
|
-
readonly chain: "Solana";
|
|
908
|
-
readonly address: string;
|
|
909
|
-
};
|
|
910
|
-
channelId: bigint;
|
|
911
|
-
depositBlockHeight: bigint;
|
|
912
|
-
} | {
|
|
913
|
-
__kind: "Vault";
|
|
914
|
-
txHash: `0x${string}`;
|
|
915
|
-
};
|
|
916
892
|
depositMetadata: {
|
|
893
|
+
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
917
894
|
channelMetadata: {
|
|
918
895
|
message: `0x${string}`;
|
|
919
896
|
gasBudget: bigint;
|
|
920
897
|
cfParameters: `0x${string}`;
|
|
921
898
|
};
|
|
922
|
-
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
923
899
|
sourceAddress?: {
|
|
924
|
-
__kind: "Eth";
|
|
925
900
|
value: `0x${string}`;
|
|
901
|
+
__kind: "Eth";
|
|
926
902
|
} | {
|
|
927
|
-
__kind: "Dot";
|
|
928
903
|
value: `0x${string}`;
|
|
904
|
+
__kind: "Dot";
|
|
929
905
|
} | {
|
|
930
|
-
__kind: "Btc";
|
|
931
906
|
value: {
|
|
932
|
-
__kind: "P2PKH";
|
|
933
907
|
value: `0x${string}`;
|
|
908
|
+
__kind: "P2PKH";
|
|
934
909
|
} | {
|
|
935
|
-
__kind: "P2SH";
|
|
936
910
|
value: `0x${string}`;
|
|
911
|
+
__kind: "P2SH";
|
|
937
912
|
} | {
|
|
938
|
-
__kind: "P2WPKH";
|
|
939
913
|
value: `0x${string}`;
|
|
914
|
+
__kind: "P2WPKH";
|
|
940
915
|
} | {
|
|
941
|
-
__kind: "P2WSH";
|
|
942
916
|
value: `0x${string}`;
|
|
917
|
+
__kind: "P2WSH";
|
|
943
918
|
} | {
|
|
944
|
-
__kind: "Taproot";
|
|
945
919
|
value: `0x${string}`;
|
|
920
|
+
__kind: "Taproot";
|
|
946
921
|
} | {
|
|
947
922
|
__kind: "OtherSegwit";
|
|
948
923
|
version: number;
|
|
949
924
|
program: `0x${string}`;
|
|
950
925
|
};
|
|
926
|
+
__kind: "Btc";
|
|
951
927
|
} | {
|
|
952
|
-
__kind: "Arb";
|
|
953
928
|
value: `0x${string}`;
|
|
929
|
+
__kind: "Arb";
|
|
954
930
|
} | {
|
|
955
|
-
__kind: "Sol";
|
|
956
931
|
value: `0x${string}`;
|
|
932
|
+
__kind: "Sol";
|
|
957
933
|
} | null | undefined;
|
|
958
934
|
};
|
|
959
|
-
}, {
|
|
960
|
-
reason: {
|
|
961
|
-
__kind: "UnsupportedForTargetChain" | "InsufficientDepositAmount";
|
|
962
|
-
};
|
|
963
|
-
destinationAddress: {
|
|
964
|
-
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
965
|
-
value: string;
|
|
966
|
-
};
|
|
967
935
|
origin: {
|
|
968
936
|
__kind: "DepositChannel";
|
|
969
937
|
depositAddress: {
|
|
970
|
-
|
|
971
|
-
|
|
938
|
+
readonly chain: "Ethereum";
|
|
939
|
+
readonly address: `0x${string}`;
|
|
940
|
+
} | {
|
|
941
|
+
readonly chain: "Polkadot";
|
|
942
|
+
readonly address: string;
|
|
943
|
+
} | {
|
|
944
|
+
readonly chain: "Bitcoin";
|
|
945
|
+
readonly address: string;
|
|
946
|
+
} | {
|
|
947
|
+
readonly chain: "Arbitrum";
|
|
948
|
+
readonly address: `0x${string}`;
|
|
949
|
+
} | {
|
|
950
|
+
readonly chain: "Solana";
|
|
951
|
+
readonly address: string;
|
|
972
952
|
};
|
|
973
|
-
channelId:
|
|
974
|
-
depositBlockHeight:
|
|
953
|
+
channelId: bigint;
|
|
954
|
+
depositBlockHeight: bigint;
|
|
975
955
|
} | {
|
|
976
956
|
__kind: "Vault";
|
|
977
|
-
txHash: string
|
|
957
|
+
txHash: `0x${string}`;
|
|
958
|
+
};
|
|
959
|
+
}, {
|
|
960
|
+
reason: {
|
|
961
|
+
__kind: "UnsupportedForTargetChain" | "InsufficientDepositAmount";
|
|
962
|
+
};
|
|
963
|
+
destinationAddress: {
|
|
964
|
+
value: string;
|
|
965
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
978
966
|
};
|
|
979
967
|
depositMetadata: {
|
|
968
|
+
sourceChain: {
|
|
969
|
+
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
970
|
+
};
|
|
980
971
|
channelMetadata: {
|
|
981
972
|
message: string;
|
|
982
973
|
gasBudget: string | number;
|
|
983
974
|
cfParameters: string;
|
|
984
975
|
};
|
|
985
|
-
sourceChain: {
|
|
986
|
-
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
987
|
-
};
|
|
988
976
|
sourceAddress?: {
|
|
989
|
-
__kind: "Eth";
|
|
990
977
|
value: string;
|
|
978
|
+
__kind: "Eth";
|
|
991
979
|
} | {
|
|
992
|
-
__kind: "Dot";
|
|
993
980
|
value: string;
|
|
981
|
+
__kind: "Dot";
|
|
994
982
|
} | {
|
|
995
|
-
__kind: "Btc";
|
|
996
983
|
value: {
|
|
997
|
-
__kind: "P2PKH";
|
|
998
984
|
value: string;
|
|
985
|
+
__kind: "P2PKH";
|
|
999
986
|
} | {
|
|
1000
|
-
__kind: "P2SH";
|
|
1001
987
|
value: string;
|
|
988
|
+
__kind: "P2SH";
|
|
1002
989
|
} | {
|
|
1003
|
-
__kind: "P2WPKH";
|
|
1004
990
|
value: string;
|
|
991
|
+
__kind: "P2WPKH";
|
|
1005
992
|
} | {
|
|
1006
|
-
__kind: "P2WSH";
|
|
1007
993
|
value: string;
|
|
994
|
+
__kind: "P2WSH";
|
|
1008
995
|
} | {
|
|
1009
|
-
__kind: "Taproot";
|
|
1010
996
|
value: string;
|
|
997
|
+
__kind: "Taproot";
|
|
1011
998
|
} | {
|
|
1012
999
|
__kind: "OtherSegwit";
|
|
1013
1000
|
version: number;
|
|
1014
1001
|
program: string;
|
|
1015
1002
|
};
|
|
1003
|
+
__kind: "Btc";
|
|
1016
1004
|
} | {
|
|
1017
|
-
__kind: "Arb";
|
|
1018
1005
|
value: string;
|
|
1006
|
+
__kind: "Arb";
|
|
1019
1007
|
} | {
|
|
1020
|
-
__kind: "Sol";
|
|
1021
1008
|
value: string;
|
|
1009
|
+
__kind: "Sol";
|
|
1022
1010
|
} | null | undefined;
|
|
1023
1011
|
};
|
|
1012
|
+
origin: {
|
|
1013
|
+
__kind: "DepositChannel";
|
|
1014
|
+
depositAddress: {
|
|
1015
|
+
value: string;
|
|
1016
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
1017
|
+
};
|
|
1018
|
+
channelId: string | number;
|
|
1019
|
+
depositBlockHeight: string | number;
|
|
1020
|
+
} | {
|
|
1021
|
+
__kind: "Vault";
|
|
1022
|
+
txHash: string;
|
|
1023
|
+
};
|
|
1024
1024
|
}>>;
|
|
1025
1025
|
//#endregion
|
|
1026
1026
|
export { swappingCcmFailed, swappingCcmFailedEvent };
|