@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
package/dist/190/common.d.mts
CHANGED
|
@@ -132,9 +132,9 @@ declare const stateChainRuntimeSafeModeWitnesserCallPermission: z.ZodObject<{
|
|
|
132
132
|
assethubIngressEgress: z.ZodBoolean;
|
|
133
133
|
assethubVault: z.ZodBoolean;
|
|
134
134
|
}, "strip", z.ZodTypeAny, {
|
|
135
|
-
governance: boolean;
|
|
136
135
|
funding: boolean;
|
|
137
136
|
swapping: boolean;
|
|
137
|
+
governance: boolean;
|
|
138
138
|
ethereumBroadcast: boolean;
|
|
139
139
|
ethereumChainTracking: boolean;
|
|
140
140
|
ethereumIngressEgress: boolean;
|
|
@@ -158,9 +158,9 @@ declare const stateChainRuntimeSafeModeWitnesserCallPermission: z.ZodObject<{
|
|
|
158
158
|
assethubIngressEgress: boolean;
|
|
159
159
|
assethubVault: boolean;
|
|
160
160
|
}, {
|
|
161
|
-
governance: boolean;
|
|
162
161
|
funding: boolean;
|
|
163
162
|
swapping: boolean;
|
|
163
|
+
governance: boolean;
|
|
164
164
|
ethereumBroadcast: boolean;
|
|
165
165
|
ethereumChainTracking: boolean;
|
|
166
166
|
ethereumIngressEgress: boolean;
|
|
@@ -225,9 +225,9 @@ declare const palletCfWitnesserPalletSafeMode: z.ZodDiscriminatedUnion<"__kind",
|
|
|
225
225
|
assethubIngressEgress: z.ZodBoolean;
|
|
226
226
|
assethubVault: z.ZodBoolean;
|
|
227
227
|
}, "strip", z.ZodTypeAny, {
|
|
228
|
-
governance: boolean;
|
|
229
228
|
funding: boolean;
|
|
230
229
|
swapping: boolean;
|
|
230
|
+
governance: boolean;
|
|
231
231
|
ethereumBroadcast: boolean;
|
|
232
232
|
ethereumChainTracking: boolean;
|
|
233
233
|
ethereumIngressEgress: boolean;
|
|
@@ -251,9 +251,9 @@ declare const palletCfWitnesserPalletSafeMode: z.ZodDiscriminatedUnion<"__kind",
|
|
|
251
251
|
assethubIngressEgress: boolean;
|
|
252
252
|
assethubVault: boolean;
|
|
253
253
|
}, {
|
|
254
|
-
governance: boolean;
|
|
255
254
|
funding: boolean;
|
|
256
255
|
swapping: boolean;
|
|
256
|
+
governance: boolean;
|
|
257
257
|
ethereumBroadcast: boolean;
|
|
258
258
|
ethereumChainTracking: boolean;
|
|
259
259
|
ethereumIngressEgress: boolean;
|
|
@@ -279,9 +279,9 @@ declare const palletCfWitnesserPalletSafeMode: z.ZodDiscriminatedUnion<"__kind",
|
|
|
279
279
|
}>;
|
|
280
280
|
}, "strip", z.ZodTypeAny, {
|
|
281
281
|
value: {
|
|
282
|
-
governance: boolean;
|
|
283
282
|
funding: boolean;
|
|
284
283
|
swapping: boolean;
|
|
284
|
+
governance: boolean;
|
|
285
285
|
ethereumBroadcast: boolean;
|
|
286
286
|
ethereumChainTracking: boolean;
|
|
287
287
|
ethereumIngressEgress: boolean;
|
|
@@ -308,9 +308,9 @@ declare const palletCfWitnesserPalletSafeMode: z.ZodDiscriminatedUnion<"__kind",
|
|
|
308
308
|
__kind: "CodeAmber";
|
|
309
309
|
}, {
|
|
310
310
|
value: {
|
|
311
|
-
governance: boolean;
|
|
312
311
|
funding: boolean;
|
|
313
312
|
swapping: boolean;
|
|
313
|
+
governance: boolean;
|
|
314
314
|
ethereumBroadcast: boolean;
|
|
315
315
|
ethereumChainTracking: boolean;
|
|
316
316
|
ethereumIngressEgress: boolean;
|
|
@@ -554,9 +554,9 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
554
554
|
assethubIngressEgress: z.ZodBoolean;
|
|
555
555
|
assethubVault: z.ZodBoolean;
|
|
556
556
|
}, "strip", z.ZodTypeAny, {
|
|
557
|
-
governance: boolean;
|
|
558
557
|
funding: boolean;
|
|
559
558
|
swapping: boolean;
|
|
559
|
+
governance: boolean;
|
|
560
560
|
ethereumBroadcast: boolean;
|
|
561
561
|
ethereumChainTracking: boolean;
|
|
562
562
|
ethereumIngressEgress: boolean;
|
|
@@ -580,9 +580,9 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
580
580
|
assethubIngressEgress: boolean;
|
|
581
581
|
assethubVault: boolean;
|
|
582
582
|
}, {
|
|
583
|
-
governance: boolean;
|
|
584
583
|
funding: boolean;
|
|
585
584
|
swapping: boolean;
|
|
585
|
+
governance: boolean;
|
|
586
586
|
ethereumBroadcast: boolean;
|
|
587
587
|
ethereumChainTracking: boolean;
|
|
588
588
|
ethereumIngressEgress: boolean;
|
|
@@ -608,9 +608,9 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
608
608
|
}>;
|
|
609
609
|
}, "strip", z.ZodTypeAny, {
|
|
610
610
|
value: {
|
|
611
|
-
governance: boolean;
|
|
612
611
|
funding: boolean;
|
|
613
612
|
swapping: boolean;
|
|
613
|
+
governance: boolean;
|
|
614
614
|
ethereumBroadcast: boolean;
|
|
615
615
|
ethereumChainTracking: boolean;
|
|
616
616
|
ethereumIngressEgress: boolean;
|
|
@@ -637,9 +637,9 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
637
637
|
__kind: "CodeAmber";
|
|
638
638
|
}, {
|
|
639
639
|
value: {
|
|
640
|
-
governance: boolean;
|
|
641
640
|
funding: boolean;
|
|
642
641
|
swapping: boolean;
|
|
642
|
+
governance: boolean;
|
|
643
643
|
ethereumBroadcast: boolean;
|
|
644
644
|
ethereumChainTracking: boolean;
|
|
645
645
|
ethereumIngressEgress: boolean;
|
|
@@ -762,6 +762,12 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
762
762
|
depositsEnabled: boolean;
|
|
763
763
|
}>;
|
|
764
764
|
}, "strip", z.ZodTypeAny, {
|
|
765
|
+
reputation: {
|
|
766
|
+
reportingEnabled: boolean;
|
|
767
|
+
};
|
|
768
|
+
emissions: {
|
|
769
|
+
emissionsSyncEnabled: boolean;
|
|
770
|
+
};
|
|
765
771
|
funding: {
|
|
766
772
|
redeemEnabled: boolean;
|
|
767
773
|
};
|
|
@@ -770,9 +776,6 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
770
776
|
withdrawalsEnabled: boolean;
|
|
771
777
|
brokerRegistrationEnabled: boolean;
|
|
772
778
|
};
|
|
773
|
-
emissions: {
|
|
774
|
-
emissionsSyncEnabled: boolean;
|
|
775
|
-
};
|
|
776
779
|
liquidityProvider: {
|
|
777
780
|
depositEnabled: boolean;
|
|
778
781
|
withdrawalEnabled: boolean;
|
|
@@ -792,9 +795,6 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
792
795
|
strategyClosureEnabled: boolean;
|
|
793
796
|
strategyExecutionEnabled: boolean;
|
|
794
797
|
};
|
|
795
|
-
reputation: {
|
|
796
|
-
reportingEnabled: boolean;
|
|
797
|
-
};
|
|
798
798
|
assetBalances: {
|
|
799
799
|
reconciliationEnabled: boolean;
|
|
800
800
|
};
|
|
@@ -834,9 +834,9 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
834
834
|
__kind: "CodeRed";
|
|
835
835
|
} | {
|
|
836
836
|
value: {
|
|
837
|
-
governance: boolean;
|
|
838
837
|
funding: boolean;
|
|
839
838
|
swapping: boolean;
|
|
839
|
+
governance: boolean;
|
|
840
840
|
ethereumBroadcast: boolean;
|
|
841
841
|
ethereumChainTracking: boolean;
|
|
842
842
|
ethereumIngressEgress: boolean;
|
|
@@ -899,6 +899,12 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
899
899
|
depositsEnabled: boolean;
|
|
900
900
|
};
|
|
901
901
|
}, {
|
|
902
|
+
reputation: {
|
|
903
|
+
reportingEnabled: boolean;
|
|
904
|
+
};
|
|
905
|
+
emissions: {
|
|
906
|
+
emissionsSyncEnabled: boolean;
|
|
907
|
+
};
|
|
902
908
|
funding: {
|
|
903
909
|
redeemEnabled: boolean;
|
|
904
910
|
};
|
|
@@ -907,9 +913,6 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
907
913
|
withdrawalsEnabled: boolean;
|
|
908
914
|
brokerRegistrationEnabled: boolean;
|
|
909
915
|
};
|
|
910
|
-
emissions: {
|
|
911
|
-
emissionsSyncEnabled: boolean;
|
|
912
|
-
};
|
|
913
916
|
liquidityProvider: {
|
|
914
917
|
depositEnabled: boolean;
|
|
915
918
|
withdrawalEnabled: boolean;
|
|
@@ -929,9 +932,6 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
929
932
|
strategyClosureEnabled: boolean;
|
|
930
933
|
strategyExecutionEnabled: boolean;
|
|
931
934
|
};
|
|
932
|
-
reputation: {
|
|
933
|
-
reportingEnabled: boolean;
|
|
934
|
-
};
|
|
935
935
|
assetBalances: {
|
|
936
936
|
reconciliationEnabled: boolean;
|
|
937
937
|
};
|
|
@@ -971,9 +971,9 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
971
971
|
__kind: "CodeRed";
|
|
972
972
|
} | {
|
|
973
973
|
value: {
|
|
974
|
-
governance: boolean;
|
|
975
974
|
funding: boolean;
|
|
976
975
|
swapping: boolean;
|
|
976
|
+
governance: boolean;
|
|
977
977
|
ethereumBroadcast: boolean;
|
|
978
978
|
ethereumChainTracking: boolean;
|
|
979
979
|
ethereumIngressEgress: boolean;
|
|
@@ -1252,9 +1252,9 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
1252
1252
|
assethubIngressEgress: z.ZodBoolean;
|
|
1253
1253
|
assethubVault: z.ZodBoolean;
|
|
1254
1254
|
}, "strip", z.ZodTypeAny, {
|
|
1255
|
-
governance: boolean;
|
|
1256
1255
|
funding: boolean;
|
|
1257
1256
|
swapping: boolean;
|
|
1257
|
+
governance: boolean;
|
|
1258
1258
|
ethereumBroadcast: boolean;
|
|
1259
1259
|
ethereumChainTracking: boolean;
|
|
1260
1260
|
ethereumIngressEgress: boolean;
|
|
@@ -1278,9 +1278,9 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
1278
1278
|
assethubIngressEgress: boolean;
|
|
1279
1279
|
assethubVault: boolean;
|
|
1280
1280
|
}, {
|
|
1281
|
-
governance: boolean;
|
|
1282
1281
|
funding: boolean;
|
|
1283
1282
|
swapping: boolean;
|
|
1283
|
+
governance: boolean;
|
|
1284
1284
|
ethereumBroadcast: boolean;
|
|
1285
1285
|
ethereumChainTracking: boolean;
|
|
1286
1286
|
ethereumIngressEgress: boolean;
|
|
@@ -1306,9 +1306,9 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
1306
1306
|
}>;
|
|
1307
1307
|
}, "strip", z.ZodTypeAny, {
|
|
1308
1308
|
value: {
|
|
1309
|
-
governance: boolean;
|
|
1310
1309
|
funding: boolean;
|
|
1311
1310
|
swapping: boolean;
|
|
1311
|
+
governance: boolean;
|
|
1312
1312
|
ethereumBroadcast: boolean;
|
|
1313
1313
|
ethereumChainTracking: boolean;
|
|
1314
1314
|
ethereumIngressEgress: boolean;
|
|
@@ -1335,9 +1335,9 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
1335
1335
|
__kind: "CodeAmber";
|
|
1336
1336
|
}, {
|
|
1337
1337
|
value: {
|
|
1338
|
-
governance: boolean;
|
|
1339
1338
|
funding: boolean;
|
|
1340
1339
|
swapping: boolean;
|
|
1340
|
+
governance: boolean;
|
|
1341
1341
|
ethereumBroadcast: boolean;
|
|
1342
1342
|
ethereumChainTracking: boolean;
|
|
1343
1343
|
ethereumIngressEgress: boolean;
|
|
@@ -1460,6 +1460,12 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
1460
1460
|
depositsEnabled: boolean;
|
|
1461
1461
|
}>;
|
|
1462
1462
|
}, "strip", z.ZodTypeAny, {
|
|
1463
|
+
reputation: {
|
|
1464
|
+
reportingEnabled: boolean;
|
|
1465
|
+
};
|
|
1466
|
+
emissions: {
|
|
1467
|
+
emissionsSyncEnabled: boolean;
|
|
1468
|
+
};
|
|
1463
1469
|
funding: {
|
|
1464
1470
|
redeemEnabled: boolean;
|
|
1465
1471
|
};
|
|
@@ -1468,9 +1474,6 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
1468
1474
|
withdrawalsEnabled: boolean;
|
|
1469
1475
|
brokerRegistrationEnabled: boolean;
|
|
1470
1476
|
};
|
|
1471
|
-
emissions: {
|
|
1472
|
-
emissionsSyncEnabled: boolean;
|
|
1473
|
-
};
|
|
1474
1477
|
liquidityProvider: {
|
|
1475
1478
|
depositEnabled: boolean;
|
|
1476
1479
|
withdrawalEnabled: boolean;
|
|
@@ -1490,9 +1493,6 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
1490
1493
|
strategyClosureEnabled: boolean;
|
|
1491
1494
|
strategyExecutionEnabled: boolean;
|
|
1492
1495
|
};
|
|
1493
|
-
reputation: {
|
|
1494
|
-
reportingEnabled: boolean;
|
|
1495
|
-
};
|
|
1496
1496
|
assetBalances: {
|
|
1497
1497
|
reconciliationEnabled: boolean;
|
|
1498
1498
|
};
|
|
@@ -1532,9 +1532,9 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
1532
1532
|
__kind: "CodeRed";
|
|
1533
1533
|
} | {
|
|
1534
1534
|
value: {
|
|
1535
|
-
governance: boolean;
|
|
1536
1535
|
funding: boolean;
|
|
1537
1536
|
swapping: boolean;
|
|
1537
|
+
governance: boolean;
|
|
1538
1538
|
ethereumBroadcast: boolean;
|
|
1539
1539
|
ethereumChainTracking: boolean;
|
|
1540
1540
|
ethereumIngressEgress: boolean;
|
|
@@ -1597,6 +1597,12 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
1597
1597
|
depositsEnabled: boolean;
|
|
1598
1598
|
};
|
|
1599
1599
|
}, {
|
|
1600
|
+
reputation: {
|
|
1601
|
+
reportingEnabled: boolean;
|
|
1602
|
+
};
|
|
1603
|
+
emissions: {
|
|
1604
|
+
emissionsSyncEnabled: boolean;
|
|
1605
|
+
};
|
|
1600
1606
|
funding: {
|
|
1601
1607
|
redeemEnabled: boolean;
|
|
1602
1608
|
};
|
|
@@ -1605,9 +1611,6 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
1605
1611
|
withdrawalsEnabled: boolean;
|
|
1606
1612
|
brokerRegistrationEnabled: boolean;
|
|
1607
1613
|
};
|
|
1608
|
-
emissions: {
|
|
1609
|
-
emissionsSyncEnabled: boolean;
|
|
1610
|
-
};
|
|
1611
1614
|
liquidityProvider: {
|
|
1612
1615
|
depositEnabled: boolean;
|
|
1613
1616
|
withdrawalEnabled: boolean;
|
|
@@ -1627,9 +1630,6 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
1627
1630
|
strategyClosureEnabled: boolean;
|
|
1628
1631
|
strategyExecutionEnabled: boolean;
|
|
1629
1632
|
};
|
|
1630
|
-
reputation: {
|
|
1631
|
-
reportingEnabled: boolean;
|
|
1632
|
-
};
|
|
1633
1633
|
assetBalances: {
|
|
1634
1634
|
reconciliationEnabled: boolean;
|
|
1635
1635
|
};
|
|
@@ -1669,9 +1669,9 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
1669
1669
|
__kind: "CodeRed";
|
|
1670
1670
|
} | {
|
|
1671
1671
|
value: {
|
|
1672
|
-
governance: boolean;
|
|
1673
1672
|
funding: boolean;
|
|
1674
1673
|
swapping: boolean;
|
|
1674
|
+
governance: boolean;
|
|
1675
1675
|
ethereumBroadcast: boolean;
|
|
1676
1676
|
ethereumChainTracking: boolean;
|
|
1677
1677
|
ethereumIngressEgress: boolean;
|
|
@@ -1736,6 +1736,12 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
1736
1736
|
}>;
|
|
1737
1737
|
}, "strip", z.ZodTypeAny, {
|
|
1738
1738
|
value: {
|
|
1739
|
+
reputation: {
|
|
1740
|
+
reportingEnabled: boolean;
|
|
1741
|
+
};
|
|
1742
|
+
emissions: {
|
|
1743
|
+
emissionsSyncEnabled: boolean;
|
|
1744
|
+
};
|
|
1739
1745
|
funding: {
|
|
1740
1746
|
redeemEnabled: boolean;
|
|
1741
1747
|
};
|
|
@@ -1744,9 +1750,6 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
1744
1750
|
withdrawalsEnabled: boolean;
|
|
1745
1751
|
brokerRegistrationEnabled: boolean;
|
|
1746
1752
|
};
|
|
1747
|
-
emissions: {
|
|
1748
|
-
emissionsSyncEnabled: boolean;
|
|
1749
|
-
};
|
|
1750
1753
|
liquidityProvider: {
|
|
1751
1754
|
depositEnabled: boolean;
|
|
1752
1755
|
withdrawalEnabled: boolean;
|
|
@@ -1766,9 +1769,6 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
1766
1769
|
strategyClosureEnabled: boolean;
|
|
1767
1770
|
strategyExecutionEnabled: boolean;
|
|
1768
1771
|
};
|
|
1769
|
-
reputation: {
|
|
1770
|
-
reportingEnabled: boolean;
|
|
1771
|
-
};
|
|
1772
1772
|
assetBalances: {
|
|
1773
1773
|
reconciliationEnabled: boolean;
|
|
1774
1774
|
};
|
|
@@ -1808,9 +1808,9 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
1808
1808
|
__kind: "CodeRed";
|
|
1809
1809
|
} | {
|
|
1810
1810
|
value: {
|
|
1811
|
-
governance: boolean;
|
|
1812
1811
|
funding: boolean;
|
|
1813
1812
|
swapping: boolean;
|
|
1813
|
+
governance: boolean;
|
|
1814
1814
|
ethereumBroadcast: boolean;
|
|
1815
1815
|
ethereumChainTracking: boolean;
|
|
1816
1816
|
ethereumIngressEgress: boolean;
|
|
@@ -1876,6 +1876,12 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
1876
1876
|
__kind: "CodeAmber";
|
|
1877
1877
|
}, {
|
|
1878
1878
|
value: {
|
|
1879
|
+
reputation: {
|
|
1880
|
+
reportingEnabled: boolean;
|
|
1881
|
+
};
|
|
1882
|
+
emissions: {
|
|
1883
|
+
emissionsSyncEnabled: boolean;
|
|
1884
|
+
};
|
|
1879
1885
|
funding: {
|
|
1880
1886
|
redeemEnabled: boolean;
|
|
1881
1887
|
};
|
|
@@ -1884,9 +1890,6 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
1884
1890
|
withdrawalsEnabled: boolean;
|
|
1885
1891
|
brokerRegistrationEnabled: boolean;
|
|
1886
1892
|
};
|
|
1887
|
-
emissions: {
|
|
1888
|
-
emissionsSyncEnabled: boolean;
|
|
1889
|
-
};
|
|
1890
1893
|
liquidityProvider: {
|
|
1891
1894
|
depositEnabled: boolean;
|
|
1892
1895
|
withdrawalEnabled: boolean;
|
|
@@ -1906,9 +1909,6 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
1906
1909
|
strategyClosureEnabled: boolean;
|
|
1907
1910
|
strategyExecutionEnabled: boolean;
|
|
1908
1911
|
};
|
|
1909
|
-
reputation: {
|
|
1910
|
-
reportingEnabled: boolean;
|
|
1911
|
-
};
|
|
1912
1912
|
assetBalances: {
|
|
1913
1913
|
reconciliationEnabled: boolean;
|
|
1914
1914
|
};
|
|
@@ -1948,9 +1948,9 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
1948
1948
|
__kind: "CodeRed";
|
|
1949
1949
|
} | {
|
|
1950
1950
|
value: {
|
|
1951
|
-
governance: boolean;
|
|
1952
1951
|
funding: boolean;
|
|
1953
1952
|
swapping: boolean;
|
|
1953
|
+
governance: boolean;
|
|
1954
1954
|
ethereumBroadcast: boolean;
|
|
1955
1955
|
ethereumChainTracking: boolean;
|
|
1956
1956
|
ethereumIngressEgress: boolean;
|
|
@@ -2380,8 +2380,8 @@ declare const cfChainsSwapOrigin: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject
|
|
|
2380
2380
|
readonly address: string;
|
|
2381
2381
|
};
|
|
2382
2382
|
channelId: bigint;
|
|
2383
|
-
depositBlockHeight: bigint;
|
|
2384
2383
|
brokerId: `cF${string}`;
|
|
2384
|
+
depositBlockHeight: bigint;
|
|
2385
2385
|
}, {
|
|
2386
2386
|
__kind: "DepositChannel";
|
|
2387
2387
|
depositAddress: {
|
|
@@ -2389,8 +2389,8 @@ declare const cfChainsSwapOrigin: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject
|
|
|
2389
2389
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2390
2390
|
};
|
|
2391
2391
|
channelId: string | number;
|
|
2392
|
-
depositBlockHeight: string | number;
|
|
2393
2392
|
brokerId: string;
|
|
2393
|
+
depositBlockHeight: string | number;
|
|
2394
2394
|
}>, z.ZodObject<{
|
|
2395
2395
|
__kind: z.ZodLiteral<"Vault">;
|
|
2396
2396
|
txId: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
@@ -3994,15 +3994,15 @@ declare const palletCfEthereumIngressEgressDepositAction: z.ZodDiscriminatedUnio
|
|
|
3994
3994
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
3995
3995
|
}, "strip", z.ZodTypeAny, {
|
|
3996
3996
|
__kind: "Refund";
|
|
3997
|
-
reason: "InvalidDestinationAddress" | "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata";
|
|
3998
3997
|
amount: bigint;
|
|
3998
|
+
reason: "InvalidDestinationAddress" | "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata";
|
|
3999
3999
|
egressId?: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub", bigint] | null | undefined;
|
|
4000
4000
|
}, {
|
|
4001
4001
|
__kind: "Refund";
|
|
4002
|
+
amount: string | number;
|
|
4002
4003
|
reason: {
|
|
4003
4004
|
__kind: "InvalidDestinationAddress" | "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata";
|
|
4004
4005
|
};
|
|
4005
|
-
amount: string | number;
|
|
4006
4006
|
egressId?: [{
|
|
4007
4007
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
4008
4008
|
}, string | number] | null | undefined;
|
|
@@ -4762,19 +4762,19 @@ declare const palletCfEthereumIngressEgressDepositWitnessEthereum: z.ZodObject<{
|
|
|
4762
4762
|
}, "strip", z.ZodTypeAny, {
|
|
4763
4763
|
depositAddress: `0x${string}`;
|
|
4764
4764
|
asset: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
4765
|
+
amount: bigint;
|
|
4765
4766
|
depositDetails: {
|
|
4766
4767
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
4767
4768
|
};
|
|
4768
|
-
amount: bigint;
|
|
4769
4769
|
}, {
|
|
4770
4770
|
depositAddress: string;
|
|
4771
4771
|
asset: {
|
|
4772
4772
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
4773
4773
|
};
|
|
4774
|
+
amount: string | number;
|
|
4774
4775
|
depositDetails: {
|
|
4775
4776
|
txHashes?: string[] | null | undefined;
|
|
4776
4777
|
};
|
|
4777
|
-
amount: string | number;
|
|
4778
4778
|
}>;
|
|
4779
4779
|
declare const cfChainsCcmDepositMetadataGenericForeignChainAddress: z.ZodObject<{
|
|
4780
4780
|
channelMetadata: z.ZodObject<{
|
|
@@ -5440,10 +5440,6 @@ declare const palletCfEthereumIngressEgressVaultDepositWitnessEthereum: z.ZodObj
|
|
|
5440
5440
|
depositDetails: {
|
|
5441
5441
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
5442
5442
|
};
|
|
5443
|
-
boostFee: number;
|
|
5444
|
-
inputAsset: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
5445
|
-
depositAmount: bigint;
|
|
5446
|
-
outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
5447
5443
|
destinationAddress: {
|
|
5448
5444
|
readonly chain: "Ethereum";
|
|
5449
5445
|
readonly address: `0x${string}`;
|
|
@@ -5463,6 +5459,10 @@ declare const palletCfEthereumIngressEgressVaultDepositWitnessEthereum: z.ZodObj
|
|
|
5463
5459
|
readonly chain: "Assethub";
|
|
5464
5460
|
readonly address: string;
|
|
5465
5461
|
};
|
|
5462
|
+
boostFee: number;
|
|
5463
|
+
inputAsset: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
5464
|
+
depositAmount: bigint;
|
|
5465
|
+
outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
5466
5466
|
txId: `0x${string}`;
|
|
5467
5467
|
affiliateFees: {
|
|
5468
5468
|
account: number;
|
|
@@ -5533,6 +5533,10 @@ declare const palletCfEthereumIngressEgressVaultDepositWitnessEthereum: z.ZodObj
|
|
|
5533
5533
|
depositDetails: {
|
|
5534
5534
|
txHashes?: string[] | null | undefined;
|
|
5535
5535
|
};
|
|
5536
|
+
destinationAddress: {
|
|
5537
|
+
value: string;
|
|
5538
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
5539
|
+
};
|
|
5536
5540
|
boostFee: number;
|
|
5537
5541
|
inputAsset: {
|
|
5538
5542
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
@@ -5541,10 +5545,6 @@ declare const palletCfEthereumIngressEgressVaultDepositWitnessEthereum: z.ZodObj
|
|
|
5541
5545
|
outputAsset: {
|
|
5542
5546
|
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
5543
5547
|
};
|
|
5544
|
-
destinationAddress: {
|
|
5545
|
-
value: string;
|
|
5546
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
5547
|
-
};
|
|
5548
5548
|
txId: string;
|
|
5549
5549
|
affiliateFees: {
|
|
5550
5550
|
account: number;
|
|
@@ -5638,29 +5638,29 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
|
|
|
5638
5638
|
}, "strip", z.ZodTypeAny, {
|
|
5639
5639
|
depositAddress: `0x${string}`;
|
|
5640
5640
|
asset: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
5641
|
+
amount: bigint;
|
|
5641
5642
|
depositDetails: {
|
|
5642
5643
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
5643
5644
|
};
|
|
5644
|
-
amount: bigint;
|
|
5645
5645
|
}, {
|
|
5646
5646
|
depositAddress: string;
|
|
5647
5647
|
asset: {
|
|
5648
5648
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
5649
5649
|
};
|
|
5650
|
+
amount: string | number;
|
|
5650
5651
|
depositDetails: {
|
|
5651
5652
|
txHashes?: string[] | null | undefined;
|
|
5652
5653
|
};
|
|
5653
|
-
amount: string | number;
|
|
5654
5654
|
}>;
|
|
5655
5655
|
}, "strip", z.ZodTypeAny, {
|
|
5656
5656
|
__kind: "DepositChannelEthereum";
|
|
5657
5657
|
depositWitness: {
|
|
5658
5658
|
depositAddress: `0x${string}`;
|
|
5659
5659
|
asset: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
5660
|
+
amount: bigint;
|
|
5660
5661
|
depositDetails: {
|
|
5661
5662
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
5662
5663
|
};
|
|
5663
|
-
amount: bigint;
|
|
5664
5664
|
};
|
|
5665
5665
|
}, {
|
|
5666
5666
|
__kind: "DepositChannelEthereum";
|
|
@@ -5669,10 +5669,10 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
|
|
|
5669
5669
|
asset: {
|
|
5670
5670
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
5671
5671
|
};
|
|
5672
|
+
amount: string | number;
|
|
5672
5673
|
depositDetails: {
|
|
5673
5674
|
txHashes?: string[] | null | undefined;
|
|
5674
5675
|
};
|
|
5675
|
-
amount: string | number;
|
|
5676
5676
|
};
|
|
5677
5677
|
}>, z.ZodObject<{
|
|
5678
5678
|
__kind: z.ZodLiteral<"VaultEthereum">;
|
|
@@ -6051,10 +6051,6 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
|
|
|
6051
6051
|
depositDetails: {
|
|
6052
6052
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
6053
6053
|
};
|
|
6054
|
-
boostFee: number;
|
|
6055
|
-
inputAsset: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
6056
|
-
depositAmount: bigint;
|
|
6057
|
-
outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
6058
6054
|
destinationAddress: {
|
|
6059
6055
|
readonly chain: "Ethereum";
|
|
6060
6056
|
readonly address: `0x${string}`;
|
|
@@ -6074,6 +6070,10 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
|
|
|
6074
6070
|
readonly chain: "Assethub";
|
|
6075
6071
|
readonly address: string;
|
|
6076
6072
|
};
|
|
6073
|
+
boostFee: number;
|
|
6074
|
+
inputAsset: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
6075
|
+
depositAmount: bigint;
|
|
6076
|
+
outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
6077
6077
|
txId: `0x${string}`;
|
|
6078
6078
|
affiliateFees: {
|
|
6079
6079
|
account: number;
|
|
@@ -6144,6 +6144,10 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
|
|
|
6144
6144
|
depositDetails: {
|
|
6145
6145
|
txHashes?: string[] | null | undefined;
|
|
6146
6146
|
};
|
|
6147
|
+
destinationAddress: {
|
|
6148
|
+
value: string;
|
|
6149
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
6150
|
+
};
|
|
6147
6151
|
boostFee: number;
|
|
6148
6152
|
inputAsset: {
|
|
6149
6153
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
@@ -6152,10 +6156,6 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
|
|
|
6152
6156
|
outputAsset: {
|
|
6153
6157
|
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
6154
6158
|
};
|
|
6155
|
-
destinationAddress: {
|
|
6156
|
-
value: string;
|
|
6157
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
6158
|
-
};
|
|
6159
6159
|
txId: string;
|
|
6160
6160
|
affiliateFees: {
|
|
6161
6161
|
account: number;
|
|
@@ -6231,10 +6231,6 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
|
|
|
6231
6231
|
depositDetails: {
|
|
6232
6232
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
6233
6233
|
};
|
|
6234
|
-
boostFee: number;
|
|
6235
|
-
inputAsset: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
6236
|
-
depositAmount: bigint;
|
|
6237
|
-
outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
6238
6234
|
destinationAddress: {
|
|
6239
6235
|
readonly chain: "Ethereum";
|
|
6240
6236
|
readonly address: `0x${string}`;
|
|
@@ -6254,6 +6250,10 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
|
|
|
6254
6250
|
readonly chain: "Assethub";
|
|
6255
6251
|
readonly address: string;
|
|
6256
6252
|
};
|
|
6253
|
+
boostFee: number;
|
|
6254
|
+
inputAsset: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
6255
|
+
depositAmount: bigint;
|
|
6256
|
+
outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
6257
6257
|
txId: `0x${string}`;
|
|
6258
6258
|
affiliateFees: {
|
|
6259
6259
|
account: number;
|
|
@@ -6327,6 +6327,10 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
|
|
|
6327
6327
|
depositDetails: {
|
|
6328
6328
|
txHashes?: string[] | null | undefined;
|
|
6329
6329
|
};
|
|
6330
|
+
destinationAddress: {
|
|
6331
|
+
value: string;
|
|
6332
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
6333
|
+
};
|
|
6330
6334
|
boostFee: number;
|
|
6331
6335
|
inputAsset: {
|
|
6332
6336
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
@@ -6335,10 +6339,6 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
|
|
|
6335
6339
|
outputAsset: {
|
|
6336
6340
|
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
6337
6341
|
};
|
|
6338
|
-
destinationAddress: {
|
|
6339
|
-
value: string;
|
|
6340
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
6341
|
-
};
|
|
6342
6342
|
txId: string;
|
|
6343
6343
|
affiliateFees: {
|
|
6344
6344
|
account: number;
|
|
@@ -6910,15 +6910,15 @@ declare const palletCfPolkadotIngressEgressDepositAction: z.ZodDiscriminatedUnio
|
|
|
6910
6910
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
6911
6911
|
}, "strip", z.ZodTypeAny, {
|
|
6912
6912
|
__kind: "Refund";
|
|
6913
|
-
reason: "InvalidDestinationAddress" | "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata";
|
|
6914
6913
|
amount: bigint;
|
|
6914
|
+
reason: "InvalidDestinationAddress" | "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata";
|
|
6915
6915
|
egressId?: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub", bigint] | null | undefined;
|
|
6916
6916
|
}, {
|
|
6917
6917
|
__kind: "Refund";
|
|
6918
|
+
amount: string | number;
|
|
6918
6919
|
reason: {
|
|
6919
6920
|
__kind: "InvalidDestinationAddress" | "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata";
|
|
6920
6921
|
};
|
|
6921
|
-
amount: string | number;
|
|
6922
6922
|
egressId?: [{
|
|
6923
6923
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
6924
6924
|
}, string | number] | null | undefined;
|
|
@@ -7184,15 +7184,15 @@ declare const palletCfPolkadotIngressEgressDepositWitnessPolkadot: z.ZodObject<{
|
|
|
7184
7184
|
}, "strip", z.ZodTypeAny, {
|
|
7185
7185
|
depositAddress: `0x${string}`;
|
|
7186
7186
|
asset: "Dot";
|
|
7187
|
-
depositDetails: number;
|
|
7188
7187
|
amount: bigint;
|
|
7188
|
+
depositDetails: number;
|
|
7189
7189
|
}, {
|
|
7190
7190
|
depositAddress: string;
|
|
7191
7191
|
asset: {
|
|
7192
7192
|
__kind: "Dot";
|
|
7193
7193
|
};
|
|
7194
|
-
depositDetails: number;
|
|
7195
7194
|
amount: string | number;
|
|
7195
|
+
depositDetails: number;
|
|
7196
7196
|
}>;
|
|
7197
7197
|
declare const cfChainsChannelRefundParametersPolkadotAccountId: z.ZodObject<{
|
|
7198
7198
|
retryDuration: z.ZodNumber;
|
|
@@ -7583,10 +7583,6 @@ declare const palletCfPolkadotIngressEgressVaultDepositWitnessPolkadot: z.ZodObj
|
|
|
7583
7583
|
boostFee: z.ZodNumber;
|
|
7584
7584
|
}, "strip", z.ZodTypeAny, {
|
|
7585
7585
|
depositDetails: number;
|
|
7586
|
-
boostFee: number;
|
|
7587
|
-
inputAsset: "Dot";
|
|
7588
|
-
depositAmount: bigint;
|
|
7589
|
-
outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
7590
7586
|
destinationAddress: {
|
|
7591
7587
|
readonly chain: "Ethereum";
|
|
7592
7588
|
readonly address: `0x${string}`;
|
|
@@ -7606,6 +7602,10 @@ declare const palletCfPolkadotIngressEgressVaultDepositWitnessPolkadot: z.ZodObj
|
|
|
7606
7602
|
readonly chain: "Assethub";
|
|
7607
7603
|
readonly address: string;
|
|
7608
7604
|
};
|
|
7605
|
+
boostFee: number;
|
|
7606
|
+
inputAsset: "Dot";
|
|
7607
|
+
depositAmount: bigint;
|
|
7608
|
+
outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
7609
7609
|
txId: {
|
|
7610
7610
|
blockNumber: number;
|
|
7611
7611
|
extrinsicIndex: number;
|
|
@@ -7677,6 +7677,10 @@ declare const palletCfPolkadotIngressEgressVaultDepositWitnessPolkadot: z.ZodObj
|
|
|
7677
7677
|
} | null | undefined;
|
|
7678
7678
|
}, {
|
|
7679
7679
|
depositDetails: number;
|
|
7680
|
+
destinationAddress: {
|
|
7681
|
+
value: string;
|
|
7682
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
7683
|
+
};
|
|
7680
7684
|
boostFee: number;
|
|
7681
7685
|
inputAsset: {
|
|
7682
7686
|
__kind: "Dot";
|
|
@@ -7685,10 +7689,6 @@ declare const palletCfPolkadotIngressEgressVaultDepositWitnessPolkadot: z.ZodObj
|
|
|
7685
7689
|
outputAsset: {
|
|
7686
7690
|
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
7687
7691
|
};
|
|
7688
|
-
destinationAddress: {
|
|
7689
|
-
value: string;
|
|
7690
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
7691
|
-
};
|
|
7692
7692
|
txId: {
|
|
7693
7693
|
blockNumber: number;
|
|
7694
7694
|
extrinsicIndex: number;
|
|
@@ -7779,23 +7779,23 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
|
|
|
7779
7779
|
}, "strip", z.ZodTypeAny, {
|
|
7780
7780
|
depositAddress: `0x${string}`;
|
|
7781
7781
|
asset: "Dot";
|
|
7782
|
-
depositDetails: number;
|
|
7783
7782
|
amount: bigint;
|
|
7783
|
+
depositDetails: number;
|
|
7784
7784
|
}, {
|
|
7785
7785
|
depositAddress: string;
|
|
7786
7786
|
asset: {
|
|
7787
7787
|
__kind: "Dot";
|
|
7788
7788
|
};
|
|
7789
|
-
depositDetails: number;
|
|
7790
7789
|
amount: string | number;
|
|
7790
|
+
depositDetails: number;
|
|
7791
7791
|
}>;
|
|
7792
7792
|
}, "strip", z.ZodTypeAny, {
|
|
7793
7793
|
__kind: "DepositChannelPolkadot";
|
|
7794
7794
|
depositWitness: {
|
|
7795
7795
|
depositAddress: `0x${string}`;
|
|
7796
7796
|
asset: "Dot";
|
|
7797
|
-
depositDetails: number;
|
|
7798
7797
|
amount: bigint;
|
|
7798
|
+
depositDetails: number;
|
|
7799
7799
|
};
|
|
7800
7800
|
}, {
|
|
7801
7801
|
__kind: "DepositChannelPolkadot";
|
|
@@ -7804,8 +7804,8 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
|
|
|
7804
7804
|
asset: {
|
|
7805
7805
|
__kind: "Dot";
|
|
7806
7806
|
};
|
|
7807
|
-
depositDetails: number;
|
|
7808
7807
|
amount: string | number;
|
|
7808
|
+
depositDetails: number;
|
|
7809
7809
|
};
|
|
7810
7810
|
}>, z.ZodObject<{
|
|
7811
7811
|
__kind: z.ZodLiteral<"VaultPolkadot">;
|
|
@@ -8185,10 +8185,6 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
|
|
|
8185
8185
|
boostFee: z.ZodNumber;
|
|
8186
8186
|
}, "strip", z.ZodTypeAny, {
|
|
8187
8187
|
depositDetails: number;
|
|
8188
|
-
boostFee: number;
|
|
8189
|
-
inputAsset: "Dot";
|
|
8190
|
-
depositAmount: bigint;
|
|
8191
|
-
outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
8192
8188
|
destinationAddress: {
|
|
8193
8189
|
readonly chain: "Ethereum";
|
|
8194
8190
|
readonly address: `0x${string}`;
|
|
@@ -8208,6 +8204,10 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
|
|
|
8208
8204
|
readonly chain: "Assethub";
|
|
8209
8205
|
readonly address: string;
|
|
8210
8206
|
};
|
|
8207
|
+
boostFee: number;
|
|
8208
|
+
inputAsset: "Dot";
|
|
8209
|
+
depositAmount: bigint;
|
|
8210
|
+
outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
8211
8211
|
txId: {
|
|
8212
8212
|
blockNumber: number;
|
|
8213
8213
|
extrinsicIndex: number;
|
|
@@ -8279,6 +8279,10 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
|
|
|
8279
8279
|
} | null | undefined;
|
|
8280
8280
|
}, {
|
|
8281
8281
|
depositDetails: number;
|
|
8282
|
+
destinationAddress: {
|
|
8283
|
+
value: string;
|
|
8284
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
8285
|
+
};
|
|
8282
8286
|
boostFee: number;
|
|
8283
8287
|
inputAsset: {
|
|
8284
8288
|
__kind: "Dot";
|
|
@@ -8287,10 +8291,6 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
|
|
|
8287
8291
|
outputAsset: {
|
|
8288
8292
|
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
8289
8293
|
};
|
|
8290
|
-
destinationAddress: {
|
|
8291
|
-
value: string;
|
|
8292
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
8293
|
-
};
|
|
8294
8294
|
txId: {
|
|
8295
8295
|
blockNumber: number;
|
|
8296
8296
|
extrinsicIndex: number;
|
|
@@ -8367,10 +8367,6 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
|
|
|
8367
8367
|
__kind: "VaultPolkadot";
|
|
8368
8368
|
vaultWitness: {
|
|
8369
8369
|
depositDetails: number;
|
|
8370
|
-
boostFee: number;
|
|
8371
|
-
inputAsset: "Dot";
|
|
8372
|
-
depositAmount: bigint;
|
|
8373
|
-
outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
8374
8370
|
destinationAddress: {
|
|
8375
8371
|
readonly chain: "Ethereum";
|
|
8376
8372
|
readonly address: `0x${string}`;
|
|
@@ -8390,6 +8386,10 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
|
|
|
8390
8386
|
readonly chain: "Assethub";
|
|
8391
8387
|
readonly address: string;
|
|
8392
8388
|
};
|
|
8389
|
+
boostFee: number;
|
|
8390
|
+
inputAsset: "Dot";
|
|
8391
|
+
depositAmount: bigint;
|
|
8392
|
+
outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
8393
8393
|
txId: {
|
|
8394
8394
|
blockNumber: number;
|
|
8395
8395
|
extrinsicIndex: number;
|
|
@@ -8464,6 +8464,10 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
|
|
|
8464
8464
|
__kind: "VaultPolkadot";
|
|
8465
8465
|
vaultWitness: {
|
|
8466
8466
|
depositDetails: number;
|
|
8467
|
+
destinationAddress: {
|
|
8468
|
+
value: string;
|
|
8469
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
8470
|
+
};
|
|
8467
8471
|
boostFee: number;
|
|
8468
8472
|
inputAsset: {
|
|
8469
8473
|
__kind: "Dot";
|
|
@@ -8472,10 +8476,6 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
|
|
|
8472
8476
|
outputAsset: {
|
|
8473
8477
|
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
8474
8478
|
};
|
|
8475
|
-
destinationAddress: {
|
|
8476
|
-
value: string;
|
|
8477
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
8478
|
-
};
|
|
8479
8479
|
txId: {
|
|
8480
8480
|
blockNumber: number;
|
|
8481
8481
|
extrinsicIndex: number;
|
|
@@ -8843,15 +8843,15 @@ declare const palletCfBitcoinIngressEgressDepositAction: z.ZodDiscriminatedUnion
|
|
|
8843
8843
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
8844
8844
|
}, "strip", z.ZodTypeAny, {
|
|
8845
8845
|
__kind: "Refund";
|
|
8846
|
-
reason: "InvalidDestinationAddress" | "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata";
|
|
8847
8846
|
amount: bigint;
|
|
8847
|
+
reason: "InvalidDestinationAddress" | "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata";
|
|
8848
8848
|
egressId?: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub", bigint] | null | undefined;
|
|
8849
8849
|
}, {
|
|
8850
8850
|
__kind: "Refund";
|
|
8851
|
+
amount: string | number;
|
|
8851
8852
|
reason: {
|
|
8852
8853
|
__kind: "InvalidDestinationAddress" | "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata";
|
|
8853
8854
|
};
|
|
8854
|
-
amount: string | number;
|
|
8855
8855
|
egressId?: [{
|
|
8856
8856
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
8857
8857
|
}, string | number] | null | undefined;
|
|
@@ -9288,6 +9288,7 @@ declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
|
|
|
9288
9288
|
program: `0x${string}`;
|
|
9289
9289
|
};
|
|
9290
9290
|
asset: "Btc";
|
|
9291
|
+
amount: bigint;
|
|
9291
9292
|
depositDetails: {
|
|
9292
9293
|
depositAddress: {
|
|
9293
9294
|
pubkeyX: `0x${string}`;
|
|
@@ -9306,7 +9307,6 @@ declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
|
|
|
9306
9307
|
vout: number;
|
|
9307
9308
|
};
|
|
9308
9309
|
};
|
|
9309
|
-
amount: bigint;
|
|
9310
9310
|
}, {
|
|
9311
9311
|
depositAddress: {
|
|
9312
9312
|
value: string;
|
|
@@ -9331,6 +9331,7 @@ declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
|
|
|
9331
9331
|
asset: {
|
|
9332
9332
|
__kind: "Btc";
|
|
9333
9333
|
};
|
|
9334
|
+
amount: string | number;
|
|
9334
9335
|
depositDetails: {
|
|
9335
9336
|
depositAddress: {
|
|
9336
9337
|
pubkeyX: string;
|
|
@@ -9349,7 +9350,6 @@ declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
|
|
|
9349
9350
|
vout: number;
|
|
9350
9351
|
};
|
|
9351
9352
|
};
|
|
9352
|
-
amount: string | number;
|
|
9353
9353
|
}>;
|
|
9354
9354
|
declare const cfChainsChannelRefundParametersScriptPubkey: z.ZodObject<{
|
|
9355
9355
|
retryDuration: z.ZodNumber;
|
|
@@ -10090,10 +10090,6 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
|
|
|
10090
10090
|
vout: number;
|
|
10091
10091
|
};
|
|
10092
10092
|
};
|
|
10093
|
-
boostFee: number;
|
|
10094
|
-
inputAsset: "Btc";
|
|
10095
|
-
depositAmount: bigint;
|
|
10096
|
-
outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
10097
10093
|
destinationAddress: {
|
|
10098
10094
|
readonly chain: "Ethereum";
|
|
10099
10095
|
readonly address: `0x${string}`;
|
|
@@ -10113,6 +10109,10 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
|
|
|
10113
10109
|
readonly chain: "Assethub";
|
|
10114
10110
|
readonly address: string;
|
|
10115
10111
|
};
|
|
10112
|
+
boostFee: number;
|
|
10113
|
+
inputAsset: "Btc";
|
|
10114
|
+
depositAmount: bigint;
|
|
10115
|
+
outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
10116
10116
|
txId: `0x${string}`;
|
|
10117
10117
|
affiliateFees: {
|
|
10118
10118
|
account: number;
|
|
@@ -10236,6 +10236,10 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
|
|
|
10236
10236
|
vout: number;
|
|
10237
10237
|
};
|
|
10238
10238
|
};
|
|
10239
|
+
destinationAddress: {
|
|
10240
|
+
value: string;
|
|
10241
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
10242
|
+
};
|
|
10239
10243
|
boostFee: number;
|
|
10240
10244
|
inputAsset: {
|
|
10241
10245
|
__kind: "Btc";
|
|
@@ -10244,10 +10248,6 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
|
|
|
10244
10248
|
outputAsset: {
|
|
10245
10249
|
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
10246
10250
|
};
|
|
10247
|
-
destinationAddress: {
|
|
10248
|
-
value: string;
|
|
10249
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
10250
|
-
};
|
|
10251
10251
|
txId: string;
|
|
10252
10252
|
affiliateFees: {
|
|
10253
10253
|
account: number;
|
|
@@ -10544,6 +10544,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
10544
10544
|
program: `0x${string}`;
|
|
10545
10545
|
};
|
|
10546
10546
|
asset: "Btc";
|
|
10547
|
+
amount: bigint;
|
|
10547
10548
|
depositDetails: {
|
|
10548
10549
|
depositAddress: {
|
|
10549
10550
|
pubkeyX: `0x${string}`;
|
|
@@ -10562,7 +10563,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
10562
10563
|
vout: number;
|
|
10563
10564
|
};
|
|
10564
10565
|
};
|
|
10565
|
-
amount: bigint;
|
|
10566
10566
|
}, {
|
|
10567
10567
|
depositAddress: {
|
|
10568
10568
|
value: string;
|
|
@@ -10587,6 +10587,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
10587
10587
|
asset: {
|
|
10588
10588
|
__kind: "Btc";
|
|
10589
10589
|
};
|
|
10590
|
+
amount: string | number;
|
|
10590
10591
|
depositDetails: {
|
|
10591
10592
|
depositAddress: {
|
|
10592
10593
|
pubkeyX: string;
|
|
@@ -10605,7 +10606,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
10605
10606
|
vout: number;
|
|
10606
10607
|
};
|
|
10607
10608
|
};
|
|
10608
|
-
amount: string | number;
|
|
10609
10609
|
}>;
|
|
10610
10610
|
}, "strip", z.ZodTypeAny, {
|
|
10611
10611
|
__kind: "DepositChannelBitcoin";
|
|
@@ -10631,6 +10631,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
10631
10631
|
program: `0x${string}`;
|
|
10632
10632
|
};
|
|
10633
10633
|
asset: "Btc";
|
|
10634
|
+
amount: bigint;
|
|
10634
10635
|
depositDetails: {
|
|
10635
10636
|
depositAddress: {
|
|
10636
10637
|
pubkeyX: `0x${string}`;
|
|
@@ -10649,7 +10650,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
10649
10650
|
vout: number;
|
|
10650
10651
|
};
|
|
10651
10652
|
};
|
|
10652
|
-
amount: bigint;
|
|
10653
10653
|
};
|
|
10654
10654
|
}, {
|
|
10655
10655
|
__kind: "DepositChannelBitcoin";
|
|
@@ -10677,6 +10677,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
10677
10677
|
asset: {
|
|
10678
10678
|
__kind: "Btc";
|
|
10679
10679
|
};
|
|
10680
|
+
amount: string | number;
|
|
10680
10681
|
depositDetails: {
|
|
10681
10682
|
depositAddress: {
|
|
10682
10683
|
pubkeyX: string;
|
|
@@ -10695,7 +10696,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
10695
10696
|
vout: number;
|
|
10696
10697
|
};
|
|
10697
10698
|
};
|
|
10698
|
-
amount: string | number;
|
|
10699
10699
|
};
|
|
10700
10700
|
}>, z.ZodObject<{
|
|
10701
10701
|
__kind: z.ZodLiteral<"VaultBitcoin">;
|
|
@@ -11330,10 +11330,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
11330
11330
|
vout: number;
|
|
11331
11331
|
};
|
|
11332
11332
|
};
|
|
11333
|
-
boostFee: number;
|
|
11334
|
-
inputAsset: "Btc";
|
|
11335
|
-
depositAmount: bigint;
|
|
11336
|
-
outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
11337
11333
|
destinationAddress: {
|
|
11338
11334
|
readonly chain: "Ethereum";
|
|
11339
11335
|
readonly address: `0x${string}`;
|
|
@@ -11353,6 +11349,10 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
11353
11349
|
readonly chain: "Assethub";
|
|
11354
11350
|
readonly address: string;
|
|
11355
11351
|
};
|
|
11352
|
+
boostFee: number;
|
|
11353
|
+
inputAsset: "Btc";
|
|
11354
|
+
depositAmount: bigint;
|
|
11355
|
+
outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
11356
11356
|
txId: `0x${string}`;
|
|
11357
11357
|
affiliateFees: {
|
|
11358
11358
|
account: number;
|
|
@@ -11476,6 +11476,10 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
11476
11476
|
vout: number;
|
|
11477
11477
|
};
|
|
11478
11478
|
};
|
|
11479
|
+
destinationAddress: {
|
|
11480
|
+
value: string;
|
|
11481
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
11482
|
+
};
|
|
11479
11483
|
boostFee: number;
|
|
11480
11484
|
inputAsset: {
|
|
11481
11485
|
__kind: "Btc";
|
|
@@ -11484,10 +11488,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
11484
11488
|
outputAsset: {
|
|
11485
11489
|
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
11486
11490
|
};
|
|
11487
|
-
destinationAddress: {
|
|
11488
|
-
value: string;
|
|
11489
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
11490
|
-
};
|
|
11491
11491
|
txId: string;
|
|
11492
11492
|
affiliateFees: {
|
|
11493
11493
|
account: number;
|
|
@@ -11616,10 +11616,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
11616
11616
|
vout: number;
|
|
11617
11617
|
};
|
|
11618
11618
|
};
|
|
11619
|
-
boostFee: number;
|
|
11620
|
-
inputAsset: "Btc";
|
|
11621
|
-
depositAmount: bigint;
|
|
11622
|
-
outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
11623
11619
|
destinationAddress: {
|
|
11624
11620
|
readonly chain: "Ethereum";
|
|
11625
11621
|
readonly address: `0x${string}`;
|
|
@@ -11639,6 +11635,10 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
11639
11635
|
readonly chain: "Assethub";
|
|
11640
11636
|
readonly address: string;
|
|
11641
11637
|
};
|
|
11638
|
+
boostFee: number;
|
|
11639
|
+
inputAsset: "Btc";
|
|
11640
|
+
depositAmount: bigint;
|
|
11641
|
+
outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
11642
11642
|
txId: `0x${string}`;
|
|
11643
11643
|
affiliateFees: {
|
|
11644
11644
|
account: number;
|
|
@@ -11765,6 +11765,10 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
11765
11765
|
vout: number;
|
|
11766
11766
|
};
|
|
11767
11767
|
};
|
|
11768
|
+
destinationAddress: {
|
|
11769
|
+
value: string;
|
|
11770
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
11771
|
+
};
|
|
11768
11772
|
boostFee: number;
|
|
11769
11773
|
inputAsset: {
|
|
11770
11774
|
__kind: "Btc";
|
|
@@ -11773,10 +11777,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
11773
11777
|
outputAsset: {
|
|
11774
11778
|
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
11775
11779
|
};
|
|
11776
|
-
destinationAddress: {
|
|
11777
|
-
value: string;
|
|
11778
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
11779
|
-
};
|
|
11780
11780
|
txId: string;
|
|
11781
11781
|
affiliateFees: {
|
|
11782
11782
|
account: number;
|
|
@@ -12116,13 +12116,12 @@ declare const palletCfPoolsCloseOrder: z.ZodDiscriminatedUnion<"__kind", [z.ZodO
|
|
|
12116
12116
|
id: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
12117
12117
|
}, "strip", z.ZodTypeAny, {
|
|
12118
12118
|
__kind: "Limit";
|
|
12119
|
-
id: bigint;
|
|
12120
12119
|
baseAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
12121
12120
|
quoteAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
12122
12121
|
side: "Buy" | "Sell";
|
|
12122
|
+
id: bigint;
|
|
12123
12123
|
}, {
|
|
12124
12124
|
__kind: "Limit";
|
|
12125
|
-
id: string | number;
|
|
12126
12125
|
baseAsset: {
|
|
12127
12126
|
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
12128
12127
|
};
|
|
@@ -12132,6 +12131,7 @@ declare const palletCfPoolsCloseOrder: z.ZodDiscriminatedUnion<"__kind", [z.ZodO
|
|
|
12132
12131
|
side: {
|
|
12133
12132
|
__kind: "Buy" | "Sell";
|
|
12134
12133
|
};
|
|
12134
|
+
id: string | number;
|
|
12135
12135
|
}>, z.ZodObject<{
|
|
12136
12136
|
__kind: z.ZodLiteral<"Range">;
|
|
12137
12137
|
baseAsset: z.ZodEffects<z.ZodObject<{
|
|
@@ -12155,18 +12155,18 @@ declare const palletCfPoolsCloseOrder: z.ZodDiscriminatedUnion<"__kind", [z.ZodO
|
|
|
12155
12155
|
id: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
12156
12156
|
}, "strip", z.ZodTypeAny, {
|
|
12157
12157
|
__kind: "Range";
|
|
12158
|
-
id: bigint;
|
|
12159
12158
|
baseAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
12160
12159
|
quoteAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
12160
|
+
id: bigint;
|
|
12161
12161
|
}, {
|
|
12162
12162
|
__kind: "Range";
|
|
12163
|
-
id: string | number;
|
|
12164
12163
|
baseAsset: {
|
|
12165
12164
|
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
12166
12165
|
};
|
|
12167
12166
|
quoteAsset: {
|
|
12168
12167
|
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
12169
12168
|
};
|
|
12169
|
+
id: string | number;
|
|
12170
12170
|
}>]>;
|
|
12171
12171
|
declare const palletCfPoolsPalletConfigUpdate: z.ZodObject<{
|
|
12172
12172
|
__kind: z.ZodLiteral<"LimitOrderAutoSweepingThreshold">;
|
|
@@ -12274,15 +12274,15 @@ declare const palletCfArbitrumIngressEgressDepositAction: z.ZodDiscriminatedUnio
|
|
|
12274
12274
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
12275
12275
|
}, "strip", z.ZodTypeAny, {
|
|
12276
12276
|
__kind: "Refund";
|
|
12277
|
-
reason: "InvalidDestinationAddress" | "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata";
|
|
12278
12277
|
amount: bigint;
|
|
12278
|
+
reason: "InvalidDestinationAddress" | "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata";
|
|
12279
12279
|
egressId?: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub", bigint] | null | undefined;
|
|
12280
12280
|
}, {
|
|
12281
12281
|
__kind: "Refund";
|
|
12282
|
+
amount: string | number;
|
|
12282
12283
|
reason: {
|
|
12283
12284
|
__kind: "InvalidDestinationAddress" | "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata";
|
|
12284
12285
|
};
|
|
12285
|
-
amount: string | number;
|
|
12286
12286
|
egressId?: [{
|
|
12287
12287
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
12288
12288
|
}, string | number] | null | undefined;
|
|
@@ -12554,19 +12554,19 @@ declare const palletCfArbitrumIngressEgressDepositWitnessArbitrum: z.ZodObject<{
|
|
|
12554
12554
|
}, "strip", z.ZodTypeAny, {
|
|
12555
12555
|
depositAddress: `0x${string}`;
|
|
12556
12556
|
asset: "ArbEth" | "ArbUsdc";
|
|
12557
|
+
amount: bigint;
|
|
12557
12558
|
depositDetails: {
|
|
12558
12559
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
12559
12560
|
};
|
|
12560
|
-
amount: bigint;
|
|
12561
12561
|
}, {
|
|
12562
12562
|
depositAddress: string;
|
|
12563
12563
|
asset: {
|
|
12564
12564
|
__kind: "ArbEth" | "ArbUsdc";
|
|
12565
12565
|
};
|
|
12566
|
+
amount: string | number;
|
|
12566
12567
|
depositDetails: {
|
|
12567
12568
|
txHashes?: string[] | null | undefined;
|
|
12568
12569
|
};
|
|
12569
|
-
amount: string | number;
|
|
12570
12570
|
}>;
|
|
12571
12571
|
declare const palletCfArbitrumIngressEgressVaultDepositWitnessArbitrum: z.ZodObject<{
|
|
12572
12572
|
inputAsset: z.ZodEffects<z.ZodObject<{
|
|
@@ -12943,10 +12943,6 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitnessArbitrum: z.ZodObj
|
|
|
12943
12943
|
depositDetails: {
|
|
12944
12944
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
12945
12945
|
};
|
|
12946
|
-
boostFee: number;
|
|
12947
|
-
inputAsset: "ArbEth" | "ArbUsdc";
|
|
12948
|
-
depositAmount: bigint;
|
|
12949
|
-
outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
12950
12946
|
destinationAddress: {
|
|
12951
12947
|
readonly chain: "Ethereum";
|
|
12952
12948
|
readonly address: `0x${string}`;
|
|
@@ -12966,6 +12962,10 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitnessArbitrum: z.ZodObj
|
|
|
12966
12962
|
readonly chain: "Assethub";
|
|
12967
12963
|
readonly address: string;
|
|
12968
12964
|
};
|
|
12965
|
+
boostFee: number;
|
|
12966
|
+
inputAsset: "ArbEth" | "ArbUsdc";
|
|
12967
|
+
depositAmount: bigint;
|
|
12968
|
+
outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
12969
12969
|
txId: `0x${string}`;
|
|
12970
12970
|
affiliateFees: {
|
|
12971
12971
|
account: number;
|
|
@@ -13036,6 +13036,10 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitnessArbitrum: z.ZodObj
|
|
|
13036
13036
|
depositDetails: {
|
|
13037
13037
|
txHashes?: string[] | null | undefined;
|
|
13038
13038
|
};
|
|
13039
|
+
destinationAddress: {
|
|
13040
|
+
value: string;
|
|
13041
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
13042
|
+
};
|
|
13039
13043
|
boostFee: number;
|
|
13040
13044
|
inputAsset: {
|
|
13041
13045
|
__kind: "ArbEth" | "ArbUsdc";
|
|
@@ -13044,10 +13048,6 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitnessArbitrum: z.ZodObj
|
|
|
13044
13048
|
outputAsset: {
|
|
13045
13049
|
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
13046
13050
|
};
|
|
13047
|
-
destinationAddress: {
|
|
13048
|
-
value: string;
|
|
13049
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
13050
|
-
};
|
|
13051
13051
|
txId: string;
|
|
13052
13052
|
affiliateFees: {
|
|
13053
13053
|
account: number;
|
|
@@ -13141,29 +13141,29 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
|
|
|
13141
13141
|
}, "strip", z.ZodTypeAny, {
|
|
13142
13142
|
depositAddress: `0x${string}`;
|
|
13143
13143
|
asset: "ArbEth" | "ArbUsdc";
|
|
13144
|
+
amount: bigint;
|
|
13144
13145
|
depositDetails: {
|
|
13145
13146
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
13146
13147
|
};
|
|
13147
|
-
amount: bigint;
|
|
13148
13148
|
}, {
|
|
13149
13149
|
depositAddress: string;
|
|
13150
13150
|
asset: {
|
|
13151
13151
|
__kind: "ArbEth" | "ArbUsdc";
|
|
13152
13152
|
};
|
|
13153
|
+
amount: string | number;
|
|
13153
13154
|
depositDetails: {
|
|
13154
13155
|
txHashes?: string[] | null | undefined;
|
|
13155
13156
|
};
|
|
13156
|
-
amount: string | number;
|
|
13157
13157
|
}>;
|
|
13158
13158
|
}, "strip", z.ZodTypeAny, {
|
|
13159
13159
|
__kind: "DepositChannelArbitrum";
|
|
13160
13160
|
depositWitness: {
|
|
13161
13161
|
depositAddress: `0x${string}`;
|
|
13162
13162
|
asset: "ArbEth" | "ArbUsdc";
|
|
13163
|
+
amount: bigint;
|
|
13163
13164
|
depositDetails: {
|
|
13164
13165
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
13165
13166
|
};
|
|
13166
|
-
amount: bigint;
|
|
13167
13167
|
};
|
|
13168
13168
|
}, {
|
|
13169
13169
|
__kind: "DepositChannelArbitrum";
|
|
@@ -13172,10 +13172,10 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
|
|
|
13172
13172
|
asset: {
|
|
13173
13173
|
__kind: "ArbEth" | "ArbUsdc";
|
|
13174
13174
|
};
|
|
13175
|
+
amount: string | number;
|
|
13175
13176
|
depositDetails: {
|
|
13176
13177
|
txHashes?: string[] | null | undefined;
|
|
13177
13178
|
};
|
|
13178
|
-
amount: string | number;
|
|
13179
13179
|
};
|
|
13180
13180
|
}>, z.ZodObject<{
|
|
13181
13181
|
__kind: z.ZodLiteral<"VaultArbitrum">;
|
|
@@ -13554,10 +13554,6 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
|
|
|
13554
13554
|
depositDetails: {
|
|
13555
13555
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
13556
13556
|
};
|
|
13557
|
-
boostFee: number;
|
|
13558
|
-
inputAsset: "ArbEth" | "ArbUsdc";
|
|
13559
|
-
depositAmount: bigint;
|
|
13560
|
-
outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
13561
13557
|
destinationAddress: {
|
|
13562
13558
|
readonly chain: "Ethereum";
|
|
13563
13559
|
readonly address: `0x${string}`;
|
|
@@ -13577,6 +13573,10 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
|
|
|
13577
13573
|
readonly chain: "Assethub";
|
|
13578
13574
|
readonly address: string;
|
|
13579
13575
|
};
|
|
13576
|
+
boostFee: number;
|
|
13577
|
+
inputAsset: "ArbEth" | "ArbUsdc";
|
|
13578
|
+
depositAmount: bigint;
|
|
13579
|
+
outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
13580
13580
|
txId: `0x${string}`;
|
|
13581
13581
|
affiliateFees: {
|
|
13582
13582
|
account: number;
|
|
@@ -13647,6 +13647,10 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
|
|
|
13647
13647
|
depositDetails: {
|
|
13648
13648
|
txHashes?: string[] | null | undefined;
|
|
13649
13649
|
};
|
|
13650
|
+
destinationAddress: {
|
|
13651
|
+
value: string;
|
|
13652
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
13653
|
+
};
|
|
13650
13654
|
boostFee: number;
|
|
13651
13655
|
inputAsset: {
|
|
13652
13656
|
__kind: "ArbEth" | "ArbUsdc";
|
|
@@ -13655,10 +13659,6 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
|
|
|
13655
13659
|
outputAsset: {
|
|
13656
13660
|
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
13657
13661
|
};
|
|
13658
|
-
destinationAddress: {
|
|
13659
|
-
value: string;
|
|
13660
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
13661
|
-
};
|
|
13662
13662
|
txId: string;
|
|
13663
13663
|
affiliateFees: {
|
|
13664
13664
|
account: number;
|
|
@@ -13734,10 +13734,6 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
|
|
|
13734
13734
|
depositDetails: {
|
|
13735
13735
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
13736
13736
|
};
|
|
13737
|
-
boostFee: number;
|
|
13738
|
-
inputAsset: "ArbEth" | "ArbUsdc";
|
|
13739
|
-
depositAmount: bigint;
|
|
13740
|
-
outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
13741
13737
|
destinationAddress: {
|
|
13742
13738
|
readonly chain: "Ethereum";
|
|
13743
13739
|
readonly address: `0x${string}`;
|
|
@@ -13757,6 +13753,10 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
|
|
|
13757
13753
|
readonly chain: "Assethub";
|
|
13758
13754
|
readonly address: string;
|
|
13759
13755
|
};
|
|
13756
|
+
boostFee: number;
|
|
13757
|
+
inputAsset: "ArbEth" | "ArbUsdc";
|
|
13758
|
+
depositAmount: bigint;
|
|
13759
|
+
outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
13760
13760
|
txId: `0x${string}`;
|
|
13761
13761
|
affiliateFees: {
|
|
13762
13762
|
account: number;
|
|
@@ -13830,6 +13830,10 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
|
|
|
13830
13830
|
depositDetails: {
|
|
13831
13831
|
txHashes?: string[] | null | undefined;
|
|
13832
13832
|
};
|
|
13833
|
+
destinationAddress: {
|
|
13834
|
+
value: string;
|
|
13835
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
13836
|
+
};
|
|
13833
13837
|
boostFee: number;
|
|
13834
13838
|
inputAsset: {
|
|
13835
13839
|
__kind: "ArbEth" | "ArbUsdc";
|
|
@@ -13838,10 +13842,6 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
|
|
|
13838
13842
|
outputAsset: {
|
|
13839
13843
|
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
13840
13844
|
};
|
|
13841
|
-
destinationAddress: {
|
|
13842
|
-
value: string;
|
|
13843
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
13844
|
-
};
|
|
13845
13845
|
txId: string;
|
|
13846
13846
|
affiliateFees: {
|
|
13847
13847
|
account: number;
|
|
@@ -14406,15 +14406,15 @@ declare const palletCfSolanaIngressEgressDepositAction: z.ZodDiscriminatedUnion<
|
|
|
14406
14406
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
14407
14407
|
}, "strip", z.ZodTypeAny, {
|
|
14408
14408
|
__kind: "Refund";
|
|
14409
|
-
reason: "InvalidDestinationAddress" | "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata";
|
|
14410
14409
|
amount: bigint;
|
|
14410
|
+
reason: "InvalidDestinationAddress" | "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata";
|
|
14411
14411
|
egressId?: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub", bigint] | null | undefined;
|
|
14412
14412
|
}, {
|
|
14413
14413
|
__kind: "Refund";
|
|
14414
|
+
amount: string | number;
|
|
14414
14415
|
reason: {
|
|
14415
14416
|
__kind: "InvalidDestinationAddress" | "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata";
|
|
14416
14417
|
};
|
|
14417
|
-
amount: string | number;
|
|
14418
14418
|
egressId?: [{
|
|
14419
14419
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
14420
14420
|
}, string | number] | null | undefined;
|
|
@@ -15065,10 +15065,6 @@ declare const palletCfSolanaIngressEgressVaultDepositWitnessSolana: z.ZodObject<
|
|
|
15065
15065
|
}>>>;
|
|
15066
15066
|
boostFee: z.ZodNumber;
|
|
15067
15067
|
}, "strip", z.ZodTypeAny, {
|
|
15068
|
-
boostFee: number;
|
|
15069
|
-
inputAsset: "Sol" | "SolUsdc";
|
|
15070
|
-
depositAmount: bigint;
|
|
15071
|
-
outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
15072
15068
|
destinationAddress: {
|
|
15073
15069
|
readonly chain: "Ethereum";
|
|
15074
15070
|
readonly address: `0x${string}`;
|
|
@@ -15088,6 +15084,10 @@ declare const palletCfSolanaIngressEgressVaultDepositWitnessSolana: z.ZodObject<
|
|
|
15088
15084
|
readonly chain: "Assethub";
|
|
15089
15085
|
readonly address: string;
|
|
15090
15086
|
};
|
|
15087
|
+
boostFee: number;
|
|
15088
|
+
inputAsset: "Sol" | "SolUsdc";
|
|
15089
|
+
depositAmount: bigint;
|
|
15090
|
+
outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
15091
15091
|
txId: [`0x${string}`, bigint];
|
|
15092
15092
|
affiliateFees: {
|
|
15093
15093
|
account: number;
|
|
@@ -15155,6 +15155,10 @@ declare const palletCfSolanaIngressEgressVaultDepositWitnessSolana: z.ZodObject<
|
|
|
15155
15155
|
chunkInterval: number;
|
|
15156
15156
|
} | null | undefined;
|
|
15157
15157
|
}, {
|
|
15158
|
+
destinationAddress: {
|
|
15159
|
+
value: string;
|
|
15160
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
15161
|
+
};
|
|
15158
15162
|
boostFee: number;
|
|
15159
15163
|
inputAsset: {
|
|
15160
15164
|
__kind: "Sol" | "SolUsdc";
|
|
@@ -15163,10 +15167,6 @@ declare const palletCfSolanaIngressEgressVaultDepositWitnessSolana: z.ZodObject<
|
|
|
15163
15167
|
outputAsset: {
|
|
15164
15168
|
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
15165
15169
|
};
|
|
15166
|
-
destinationAddress: {
|
|
15167
|
-
value: string;
|
|
15168
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
15169
|
-
};
|
|
15170
15170
|
txId: [string, string | number];
|
|
15171
15171
|
affiliateFees: {
|
|
15172
15172
|
account: number;
|
|
@@ -15644,10 +15644,6 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
15644
15644
|
}>>>;
|
|
15645
15645
|
boostFee: z.ZodNumber;
|
|
15646
15646
|
}, "strip", z.ZodTypeAny, {
|
|
15647
|
-
boostFee: number;
|
|
15648
|
-
inputAsset: "Sol" | "SolUsdc";
|
|
15649
|
-
depositAmount: bigint;
|
|
15650
|
-
outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
15651
15647
|
destinationAddress: {
|
|
15652
15648
|
readonly chain: "Ethereum";
|
|
15653
15649
|
readonly address: `0x${string}`;
|
|
@@ -15667,6 +15663,10 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
15667
15663
|
readonly chain: "Assethub";
|
|
15668
15664
|
readonly address: string;
|
|
15669
15665
|
};
|
|
15666
|
+
boostFee: number;
|
|
15667
|
+
inputAsset: "Sol" | "SolUsdc";
|
|
15668
|
+
depositAmount: bigint;
|
|
15669
|
+
outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
15670
15670
|
txId: [`0x${string}`, bigint];
|
|
15671
15671
|
affiliateFees: {
|
|
15672
15672
|
account: number;
|
|
@@ -15734,6 +15734,10 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
15734
15734
|
chunkInterval: number;
|
|
15735
15735
|
} | null | undefined;
|
|
15736
15736
|
}, {
|
|
15737
|
+
destinationAddress: {
|
|
15738
|
+
value: string;
|
|
15739
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
15740
|
+
};
|
|
15737
15741
|
boostFee: number;
|
|
15738
15742
|
inputAsset: {
|
|
15739
15743
|
__kind: "Sol" | "SolUsdc";
|
|
@@ -15742,10 +15746,6 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
15742
15746
|
outputAsset: {
|
|
15743
15747
|
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
15744
15748
|
};
|
|
15745
|
-
destinationAddress: {
|
|
15746
|
-
value: string;
|
|
15747
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
15748
|
-
};
|
|
15749
15749
|
txId: [string, string | number];
|
|
15750
15750
|
affiliateFees: {
|
|
15751
15751
|
account: number;
|
|
@@ -15818,10 +15818,6 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
15818
15818
|
}, "strip", z.ZodTypeAny, {
|
|
15819
15819
|
__kind: "VaultSolana";
|
|
15820
15820
|
vaultWitness: {
|
|
15821
|
-
boostFee: number;
|
|
15822
|
-
inputAsset: "Sol" | "SolUsdc";
|
|
15823
|
-
depositAmount: bigint;
|
|
15824
|
-
outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
15825
15821
|
destinationAddress: {
|
|
15826
15822
|
readonly chain: "Ethereum";
|
|
15827
15823
|
readonly address: `0x${string}`;
|
|
@@ -15841,6 +15837,10 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
15841
15837
|
readonly chain: "Assethub";
|
|
15842
15838
|
readonly address: string;
|
|
15843
15839
|
};
|
|
15840
|
+
boostFee: number;
|
|
15841
|
+
inputAsset: "Sol" | "SolUsdc";
|
|
15842
|
+
depositAmount: bigint;
|
|
15843
|
+
outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
15844
15844
|
txId: [`0x${string}`, bigint];
|
|
15845
15845
|
affiliateFees: {
|
|
15846
15846
|
account: number;
|
|
@@ -15911,6 +15911,10 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
15911
15911
|
}, {
|
|
15912
15912
|
__kind: "VaultSolana";
|
|
15913
15913
|
vaultWitness: {
|
|
15914
|
+
destinationAddress: {
|
|
15915
|
+
value: string;
|
|
15916
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
15917
|
+
};
|
|
15914
15918
|
boostFee: number;
|
|
15915
15919
|
inputAsset: {
|
|
15916
15920
|
__kind: "Sol" | "SolUsdc";
|
|
@@ -15919,10 +15923,6 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
15919
15923
|
outputAsset: {
|
|
15920
15924
|
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
15921
15925
|
};
|
|
15922
|
-
destinationAddress: {
|
|
15923
|
-
value: string;
|
|
15924
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
15925
|
-
};
|
|
15926
15926
|
txId: [string, string | number];
|
|
15927
15927
|
affiliateFees: {
|
|
15928
15928
|
account: number;
|
|
@@ -16440,15 +16440,15 @@ declare const palletCfAssethubIngressEgressDepositAction: z.ZodDiscriminatedUnio
|
|
|
16440
16440
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
16441
16441
|
}, "strip", z.ZodTypeAny, {
|
|
16442
16442
|
__kind: "Refund";
|
|
16443
|
-
reason: "InvalidDestinationAddress" | "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata";
|
|
16444
16443
|
amount: bigint;
|
|
16444
|
+
reason: "InvalidDestinationAddress" | "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata";
|
|
16445
16445
|
egressId?: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub", bigint] | null | undefined;
|
|
16446
16446
|
}, {
|
|
16447
16447
|
__kind: "Refund";
|
|
16448
|
+
amount: string | number;
|
|
16448
16449
|
reason: {
|
|
16449
16450
|
__kind: "InvalidDestinationAddress" | "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata";
|
|
16450
16451
|
};
|
|
16451
|
-
amount: string | number;
|
|
16452
16452
|
egressId?: [{
|
|
16453
16453
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
16454
16454
|
}, string | number] | null | undefined;
|
|
@@ -16714,15 +16714,15 @@ declare const palletCfAssethubIngressEgressDepositWitnessAssethub: z.ZodObject<{
|
|
|
16714
16714
|
}, "strip", z.ZodTypeAny, {
|
|
16715
16715
|
depositAddress: `0x${string}`;
|
|
16716
16716
|
asset: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
16717
|
-
depositDetails: number;
|
|
16718
16717
|
amount: bigint;
|
|
16718
|
+
depositDetails: number;
|
|
16719
16719
|
}, {
|
|
16720
16720
|
depositAddress: string;
|
|
16721
16721
|
asset: {
|
|
16722
16722
|
__kind: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
16723
16723
|
};
|
|
16724
|
-
depositDetails: number;
|
|
16725
16724
|
amount: string | number;
|
|
16725
|
+
depositDetails: number;
|
|
16726
16726
|
}>;
|
|
16727
16727
|
declare const palletCfAssethubIngressEgressVaultDepositWitnessAssethub: z.ZodObject<{
|
|
16728
16728
|
inputAsset: z.ZodEffects<z.ZodObject<{
|
|
@@ -17100,10 +17100,6 @@ declare const palletCfAssethubIngressEgressVaultDepositWitnessAssethub: z.ZodObj
|
|
|
17100
17100
|
boostFee: z.ZodNumber;
|
|
17101
17101
|
}, "strip", z.ZodTypeAny, {
|
|
17102
17102
|
depositDetails: number;
|
|
17103
|
-
boostFee: number;
|
|
17104
|
-
inputAsset: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
17105
|
-
depositAmount: bigint;
|
|
17106
|
-
outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
17107
17103
|
destinationAddress: {
|
|
17108
17104
|
readonly chain: "Ethereum";
|
|
17109
17105
|
readonly address: `0x${string}`;
|
|
@@ -17123,6 +17119,10 @@ declare const palletCfAssethubIngressEgressVaultDepositWitnessAssethub: z.ZodObj
|
|
|
17123
17119
|
readonly chain: "Assethub";
|
|
17124
17120
|
readonly address: string;
|
|
17125
17121
|
};
|
|
17122
|
+
boostFee: number;
|
|
17123
|
+
inputAsset: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
17124
|
+
depositAmount: bigint;
|
|
17125
|
+
outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
17126
17126
|
txId: {
|
|
17127
17127
|
blockNumber: number;
|
|
17128
17128
|
extrinsicIndex: number;
|
|
@@ -17194,6 +17194,10 @@ declare const palletCfAssethubIngressEgressVaultDepositWitnessAssethub: z.ZodObj
|
|
|
17194
17194
|
} | null | undefined;
|
|
17195
17195
|
}, {
|
|
17196
17196
|
depositDetails: number;
|
|
17197
|
+
destinationAddress: {
|
|
17198
|
+
value: string;
|
|
17199
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
17200
|
+
};
|
|
17197
17201
|
boostFee: number;
|
|
17198
17202
|
inputAsset: {
|
|
17199
17203
|
__kind: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
@@ -17202,10 +17206,6 @@ declare const palletCfAssethubIngressEgressVaultDepositWitnessAssethub: z.ZodObj
|
|
|
17202
17206
|
outputAsset: {
|
|
17203
17207
|
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
17204
17208
|
};
|
|
17205
|
-
destinationAddress: {
|
|
17206
|
-
value: string;
|
|
17207
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
17208
|
-
};
|
|
17209
17209
|
txId: {
|
|
17210
17210
|
blockNumber: number;
|
|
17211
17211
|
extrinsicIndex: number;
|
|
@@ -17296,23 +17296,23 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
|
|
|
17296
17296
|
}, "strip", z.ZodTypeAny, {
|
|
17297
17297
|
depositAddress: `0x${string}`;
|
|
17298
17298
|
asset: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
17299
|
-
depositDetails: number;
|
|
17300
17299
|
amount: bigint;
|
|
17300
|
+
depositDetails: number;
|
|
17301
17301
|
}, {
|
|
17302
17302
|
depositAddress: string;
|
|
17303
17303
|
asset: {
|
|
17304
17304
|
__kind: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
17305
17305
|
};
|
|
17306
|
-
depositDetails: number;
|
|
17307
17306
|
amount: string | number;
|
|
17307
|
+
depositDetails: number;
|
|
17308
17308
|
}>;
|
|
17309
17309
|
}, "strip", z.ZodTypeAny, {
|
|
17310
17310
|
__kind: "DepositChannelAssethub";
|
|
17311
17311
|
depositWitness: {
|
|
17312
17312
|
depositAddress: `0x${string}`;
|
|
17313
17313
|
asset: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
17314
|
-
depositDetails: number;
|
|
17315
17314
|
amount: bigint;
|
|
17315
|
+
depositDetails: number;
|
|
17316
17316
|
};
|
|
17317
17317
|
}, {
|
|
17318
17318
|
__kind: "DepositChannelAssethub";
|
|
@@ -17321,8 +17321,8 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
|
|
|
17321
17321
|
asset: {
|
|
17322
17322
|
__kind: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
17323
17323
|
};
|
|
17324
|
-
depositDetails: number;
|
|
17325
17324
|
amount: string | number;
|
|
17325
|
+
depositDetails: number;
|
|
17326
17326
|
};
|
|
17327
17327
|
}>, z.ZodObject<{
|
|
17328
17328
|
__kind: z.ZodLiteral<"VaultAssethub">;
|
|
@@ -17702,10 +17702,6 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
|
|
|
17702
17702
|
boostFee: z.ZodNumber;
|
|
17703
17703
|
}, "strip", z.ZodTypeAny, {
|
|
17704
17704
|
depositDetails: number;
|
|
17705
|
-
boostFee: number;
|
|
17706
|
-
inputAsset: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
17707
|
-
depositAmount: bigint;
|
|
17708
|
-
outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
17709
17705
|
destinationAddress: {
|
|
17710
17706
|
readonly chain: "Ethereum";
|
|
17711
17707
|
readonly address: `0x${string}`;
|
|
@@ -17725,6 +17721,10 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
|
|
|
17725
17721
|
readonly chain: "Assethub";
|
|
17726
17722
|
readonly address: string;
|
|
17727
17723
|
};
|
|
17724
|
+
boostFee: number;
|
|
17725
|
+
inputAsset: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
17726
|
+
depositAmount: bigint;
|
|
17727
|
+
outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
17728
17728
|
txId: {
|
|
17729
17729
|
blockNumber: number;
|
|
17730
17730
|
extrinsicIndex: number;
|
|
@@ -17796,6 +17796,10 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
|
|
|
17796
17796
|
} | null | undefined;
|
|
17797
17797
|
}, {
|
|
17798
17798
|
depositDetails: number;
|
|
17799
|
+
destinationAddress: {
|
|
17800
|
+
value: string;
|
|
17801
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
17802
|
+
};
|
|
17799
17803
|
boostFee: number;
|
|
17800
17804
|
inputAsset: {
|
|
17801
17805
|
__kind: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
@@ -17804,10 +17808,6 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
|
|
|
17804
17808
|
outputAsset: {
|
|
17805
17809
|
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
17806
17810
|
};
|
|
17807
|
-
destinationAddress: {
|
|
17808
|
-
value: string;
|
|
17809
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
17810
|
-
};
|
|
17811
17811
|
txId: {
|
|
17812
17812
|
blockNumber: number;
|
|
17813
17813
|
extrinsicIndex: number;
|
|
@@ -17884,10 +17884,6 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
|
|
|
17884
17884
|
__kind: "VaultAssethub";
|
|
17885
17885
|
vaultWitness: {
|
|
17886
17886
|
depositDetails: number;
|
|
17887
|
-
boostFee: number;
|
|
17888
|
-
inputAsset: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
17889
|
-
depositAmount: bigint;
|
|
17890
|
-
outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
17891
17887
|
destinationAddress: {
|
|
17892
17888
|
readonly chain: "Ethereum";
|
|
17893
17889
|
readonly address: `0x${string}`;
|
|
@@ -17907,6 +17903,10 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
|
|
|
17907
17903
|
readonly chain: "Assethub";
|
|
17908
17904
|
readonly address: string;
|
|
17909
17905
|
};
|
|
17906
|
+
boostFee: number;
|
|
17907
|
+
inputAsset: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
17908
|
+
depositAmount: bigint;
|
|
17909
|
+
outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
17910
17910
|
txId: {
|
|
17911
17911
|
blockNumber: number;
|
|
17912
17912
|
extrinsicIndex: number;
|
|
@@ -17981,6 +17981,10 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
|
|
|
17981
17981
|
__kind: "VaultAssethub";
|
|
17982
17982
|
vaultWitness: {
|
|
17983
17983
|
depositDetails: number;
|
|
17984
|
+
destinationAddress: {
|
|
17985
|
+
value: string;
|
|
17986
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
17987
|
+
};
|
|
17984
17988
|
boostFee: number;
|
|
17985
17989
|
inputAsset: {
|
|
17986
17990
|
__kind: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
@@ -17989,10 +17993,6 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
|
|
|
17989
17993
|
outputAsset: {
|
|
17990
17994
|
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
17991
17995
|
};
|
|
17992
|
-
destinationAddress: {
|
|
17993
|
-
value: string;
|
|
17994
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
17995
|
-
};
|
|
17996
17996
|
txId: {
|
|
17997
17997
|
blockNumber: number;
|
|
17998
17998
|
extrinsicIndex: number;
|
|
@@ -18123,14 +18123,14 @@ declare const palletCfTradingStrategyTradingStrategy: z.ZodObject<{
|
|
|
18123
18123
|
}>;
|
|
18124
18124
|
}, "strip", z.ZodTypeAny, {
|
|
18125
18125
|
__kind: "TickZeroCentered";
|
|
18126
|
-
baseAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
18127
18126
|
spreadTick: number;
|
|
18127
|
+
baseAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
18128
18128
|
}, {
|
|
18129
18129
|
__kind: "TickZeroCentered";
|
|
18130
|
+
spreadTick: number;
|
|
18130
18131
|
baseAsset: {
|
|
18131
18132
|
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
18132
18133
|
};
|
|
18133
|
-
spreadTick: number;
|
|
18134
18134
|
}>;
|
|
18135
18135
|
declare const palletCfTradingStrategyPalletConfigUpdate: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
18136
18136
|
__kind: z.ZodLiteral<"MinimumDeploymentAmountForStrategy">;
|