@chainflip/processor 2.1.4-dev.0 → 2.2.0-dev.2
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 +28 -28
- package/dist/100/bitcoinBroadcaster/broadcastCallbackExecuted.d.mts +28 -28
- package/dist/100/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +2 -2
- package/dist/100/bitcoinBroadcaster/transactionBroadcastRequest.d.mts +2 -2
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.d.cts +22 -22
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.d.mts +22 -22
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.d.cts +20 -20
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.d.mts +20 -20
- package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.mts +16 -16
- package/dist/100/bitcoinIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/100/bitcoinIngressEgress/depositFetchesScheduled.d.mts +2 -2
- package/dist/100/bitcoinIngressEgress/depositIgnored.d.cts +26 -26
- package/dist/100/bitcoinIngressEgress/depositIgnored.d.mts +26 -26
- package/dist/100/bitcoinIngressEgress/depositReceived.d.cts +26 -26
- package/dist/100/bitcoinIngressEgress/depositReceived.d.mts +26 -26
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.cts +58 -58
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.mts +58 -58
- package/dist/100/bitcoinIngressEgress/egressScheduled.d.cts +26 -26
- package/dist/100/bitcoinIngressEgress/egressScheduled.d.mts +26 -26
- package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.cts +22 -22
- package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.mts +22 -22
- package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.d.cts +28 -28
- package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.d.mts +28 -28
- package/dist/100/common.cjs +1 -1
- package/dist/100/common.d.cts +253 -253
- package/dist/100/common.d.mts +253 -253
- package/dist/100/environment/runtimeSafeModeUpdated.d.cts +12 -12
- package/dist/100/environment/runtimeSafeModeUpdated.d.mts +12 -12
- package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.d.cts +28 -28
- package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.d.mts +28 -28
- package/dist/100/ethereumBroadcaster/transactionBroadcastRequest.d.cts +8 -8
- package/dist/100/ethereumBroadcaster/transactionBroadcastRequest.d.mts +8 -8
- package/dist/100/ethereumBroadcaster/transactionFeeDeficitRecorded.d.cts +2 -2
- package/dist/100/ethereumBroadcaster/transactionFeeDeficitRecorded.d.mts +2 -2
- package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.mts +16 -16
- package/dist/100/ethereumIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/100/ethereumIngressEgress/depositFetchesScheduled.d.mts +2 -2
- 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 +24 -24
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.mts +24 -24
- package/dist/100/ethereumIngressEgress/egressScheduled.d.cts +4 -4
- package/dist/100/ethereumIngressEgress/egressScheduled.d.mts +4 -4
- package/dist/100/ethereumIngressEgress/vaultTransferFailed.d.cts +2 -2
- package/dist/100/ethereumIngressEgress/vaultTransferFailed.d.mts +2 -2
- package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.d.cts +28 -28
- package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.d.mts +28 -28
- package/dist/100/flip/remainingImbalance.d.cts +22 -22
- package/dist/100/flip/remainingImbalance.d.mts +22 -22
- package/dist/100/funding/redemptionRequested.d.cts +2 -2
- package/dist/100/funding/redemptionRequested.d.mts +2 -2
- package/dist/100/governance/failedExecution.d.cts +8 -8
- package/dist/100/governance/failedExecution.d.mts +8 -8
- package/dist/100/governance/govKeyCallExecutionFailed.d.cts +16 -16
- package/dist/100/governance/govKeyCallExecutionFailed.d.mts +16 -16
- package/dist/100/liquidityPools/assetSwapped.d.cts +12 -12
- package/dist/100/liquidityPools/assetSwapped.d.mts +12 -12
- package/dist/100/liquidityPools/limitOrderUpdated.d.cts +22 -22
- package/dist/100/liquidityPools/limitOrderUpdated.d.mts +22 -22
- package/dist/100/liquidityPools/newPoolCreated.d.cts +12 -12
- package/dist/100/liquidityPools/newPoolCreated.d.mts +12 -12
- package/dist/100/liquidityPools/poolFeeSet.d.cts +12 -12
- package/dist/100/liquidityPools/poolFeeSet.d.mts +12 -12
- package/dist/100/liquidityPools/poolStateUpdated.d.cts +12 -12
- package/dist/100/liquidityPools/poolStateUpdated.d.mts +12 -12
- package/dist/100/liquidityPools/rangeOrderUpdated.d.cts +29 -29
- package/dist/100/liquidityPools/rangeOrderUpdated.d.mts +29 -29
- package/dist/100/liquidityProvider/accountCredited.d.cts +6 -6
- package/dist/100/liquidityProvider/accountCredited.d.mts +6 -6
- package/dist/100/liquidityProvider/accountDebited.d.cts +6 -6
- package/dist/100/liquidityProvider/accountDebited.d.mts +6 -6
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.cts +12 -12
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.mts +12 -12
- package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.cts +42 -42
- package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.mts +42 -42
- package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.cts +15 -15
- package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.mts +15 -15
- package/dist/100/polkadotBroadcaster/broadcastCallbackExecuted.d.cts +28 -28
- package/dist/100/polkadotBroadcaster/broadcastCallbackExecuted.d.mts +28 -28
- package/dist/100/polkadotBroadcaster/transactionBroadcastRequest.d.cts +2 -2
- package/dist/100/polkadotBroadcaster/transactionBroadcastRequest.d.mts +2 -2
- package/dist/100/polkadotBroadcaster/transactionFeeDeficitRecorded.d.cts +2 -2
- package/dist/100/polkadotBroadcaster/transactionFeeDeficitRecorded.d.mts +2 -2
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.mts +16 -16
- package/dist/100/polkadotIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/100/polkadotIngressEgress/depositFetchesScheduled.d.mts +2 -2
- 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 +24 -24
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.mts +24 -24
- package/dist/100/polkadotIngressEgress/egressScheduled.d.cts +4 -4
- package/dist/100/polkadotIngressEgress/egressScheduled.d.mts +4 -4
- package/dist/100/polkadotIngressEgress/vaultTransferFailed.d.cts +2 -2
- package/dist/100/polkadotIngressEgress/vaultTransferFailed.d.mts +2 -2
- package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.d.cts +28 -28
- package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.d.mts +28 -28
- package/dist/100/reputation/offencePenalty.d.cts +2 -2
- package/dist/100/reputation/offencePenalty.d.mts +2 -2
- package/dist/100/swapping/batchSwapFailed.d.cts +7 -7
- package/dist/100/swapping/batchSwapFailed.d.mts +7 -7
- package/dist/100/swapping/ccmDepositReceived.d.cts +64 -64
- package/dist/100/swapping/ccmDepositReceived.d.mts +64 -64
- package/dist/100/swapping/ccmFailed.d.cts +62 -62
- package/dist/100/swapping/ccmFailed.d.mts +62 -62
- package/dist/100/swapping/minimumSwapAmountSet.d.cts +7 -7
- package/dist/100/swapping/minimumSwapAmountSet.d.mts +7 -7
- package/dist/100/swapping/swapAmountTooLow.d.cts +16 -16
- package/dist/100/swapping/swapAmountTooLow.d.mts +16 -16
- package/dist/100/swapping/swapDepositAddressReady.d.cts +20 -20
- package/dist/100/swapping/swapDepositAddressReady.d.mts +20 -20
- package/dist/100/swapping/swapEgressScheduled.d.cts +7 -7
- package/dist/100/swapping/swapEgressScheduled.d.mts +7 -7
- package/dist/100/swapping/swapExecuted.d.cts +15 -15
- package/dist/100/swapping/swapExecuted.d.mts +15 -15
- package/dist/100/swapping/swapScheduled.d.cts +94 -94
- package/dist/100/swapping/swapScheduled.d.mts +94 -94
- package/dist/100/swapping/withdrawalRequested.d.cts +8 -8
- package/dist/100/swapping/withdrawalRequested.d.mts +8 -8
- package/dist/100/system/extrinsicFailed.d.cts +16 -16
- package/dist/100/system/extrinsicFailed.d.mts +16 -16
- package/dist/100/tokenholderGovernance/proposalEnacted.d.cts +8 -8
- package/dist/100/tokenholderGovernance/proposalEnacted.d.mts +8 -8
- package/dist/100/tokenholderGovernance/proposalPassed.d.cts +8 -8
- package/dist/100/tokenholderGovernance/proposalPassed.d.mts +8 -8
- package/dist/100/tokenholderGovernance/proposalRejected.d.cts +8 -8
- package/dist/100/tokenholderGovernance/proposalRejected.d.mts +8 -8
- package/dist/100/tokenholderGovernance/proposalSubmitted.d.cts +8 -8
- package/dist/100/tokenholderGovernance/proposalSubmitted.d.mts +8 -8
- package/dist/100/validator/rotationPhaseUpdated.d.cts +20 -20
- package/dist/100/validator/rotationPhaseUpdated.d.mts +20 -20
- package/dist/100/witnesser/witnessExecutionFailed.d.cts +16 -16
- package/dist/100/witnesser/witnessExecutionFailed.d.mts +16 -16
- package/dist/102/common.cjs +1 -1
- package/dist/11000/arbitrumIngressEgress/depositFailed.d.cts +24 -24
- package/dist/11000/arbitrumIngressEgress/depositFailed.d.mts +24 -24
- package/dist/11000/assethubIngressEgress/depositFailed.d.cts +42 -42
- package/dist/11000/assethubIngressEgress/depositFailed.d.mts +42 -42
- package/dist/11000/bitcoinIngressEgress/depositFailed.d.cts +24 -24
- package/dist/11000/bitcoinIngressEgress/depositFailed.d.mts +24 -24
- package/dist/11000/common.cjs +2 -2
- package/dist/11000/common.d.cts +280 -280
- package/dist/11000/common.d.mts +280 -280
- package/dist/11000/ethereumIngressEgress/depositFailed.d.cts +24 -24
- package/dist/11000/ethereumIngressEgress/depositFailed.d.mts +24 -24
- package/dist/11000/lendingPools/boostFundsAdded.d.cts +8 -8
- package/dist/11000/lendingPools/boostFundsAdded.d.mts +8 -8
- package/dist/11000/lendingPools/boostPoolCreated.d.cts +8 -8
- package/dist/11000/lendingPools/boostPoolCreated.d.mts +8 -8
- package/dist/11000/lendingPools/stoppedBoosting.d.cts +8 -8
- package/dist/11000/lendingPools/stoppedBoosting.d.mts +8 -8
- package/dist/11000/polkadotIngressEgress/depositFailed.d.cts +42 -42
- package/dist/11000/polkadotIngressEgress/depositFailed.d.mts +42 -42
- package/dist/11000/solanaIngressEgress/depositFailed.d.cts +24 -24
- package/dist/11000/solanaIngressEgress/depositFailed.d.mts +24 -24
- package/dist/11000/swapping/palletConfigUpdated.d.cts +32 -32
- package/dist/11000/swapping/palletConfigUpdated.d.mts +32 -32
- package/dist/11000/swapping/refundEgressScheduled.d.cts +12 -12
- package/dist/11000/swapping/refundEgressScheduled.d.mts +12 -12
- package/dist/11000/swapping/refundedOnChain.d.cts +8 -8
- package/dist/11000/swapping/refundedOnChain.d.mts +8 -8
- package/dist/11000/swapping/swapDepositAddressReady.d.cts +28 -28
- package/dist/11000/swapping/swapDepositAddressReady.d.mts +28 -28
- package/dist/11000/swapping/swapRequested.d.cts +16 -16
- package/dist/11000/swapping/swapRequested.d.mts +16 -16
- package/dist/11000/tradingStrategy/strategyDeployed.d.cts +24 -24
- package/dist/11000/tradingStrategy/strategyDeployed.d.mts +24 -24
- package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.cts +22 -22
- package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.mts +22 -22
- package/dist/111/common.cjs +1 -1
- package/dist/111/common.d.cts +30 -30
- package/dist/111/common.d.mts +30 -30
- package/dist/111/ethereumIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/111/ethereumIngressEgress/transferFallbackRequested.d.mts +2 -2
- package/dist/111/liquidityPools/limitOrderUpdated.d.cts +20 -20
- package/dist/111/liquidityPools/limitOrderUpdated.d.mts +20 -20
- package/dist/111/liquidityPools/newPoolCreated.d.cts +12 -12
- package/dist/111/liquidityPools/newPoolCreated.d.mts +12 -12
- package/dist/111/liquidityPools/poolFeeSet.d.cts +12 -12
- package/dist/111/liquidityPools/poolFeeSet.d.mts +12 -12
- package/dist/111/liquidityPools/rangeOrderUpdated.d.cts +20 -20
- package/dist/111/liquidityPools/rangeOrderUpdated.d.mts +20 -20
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.cts +20 -20
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.mts +20 -20
- package/dist/111/polkadotIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/111/polkadotIngressEgress/transferFallbackRequested.d.mts +2 -2
- package/dist/11100/arbitrumIngressEgress/depositFailed.d.cts +6 -6
- package/dist/11100/arbitrumIngressEgress/depositFailed.d.mts +6 -6
- package/dist/11100/assethubIngressEgress/depositFailed.d.cts +6 -6
- package/dist/11100/assethubIngressEgress/depositFailed.d.mts +6 -6
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.cts +22 -22
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.mts +22 -22
- package/dist/11100/common.cjs +2 -2
- package/dist/11100/common.d.cts +100 -100
- package/dist/11100/common.d.mts +100 -100
- package/dist/11100/environment/runtimeSafeModeUpdated.d.cts +30 -30
- package/dist/11100/environment/runtimeSafeModeUpdated.d.mts +30 -30
- package/dist/11100/ethereumIngressEgress/depositFailed.d.cts +6 -6
- package/dist/11100/ethereumIngressEgress/depositFailed.d.mts +6 -6
- package/dist/11100/flip/flipMinted.d.cts +2 -2
- package/dist/11100/flip/flipMinted.d.mts +2 -2
- package/dist/11100/funding/sCCallCannotBeDecoded.d.cts +2 -2
- package/dist/11100/funding/sCCallCannotBeDecoded.d.mts +2 -2
- package/dist/11100/funding/sCCallCannotBeExecuted.d.cts +8 -8
- package/dist/11100/funding/sCCallCannotBeExecuted.d.mts +8 -8
- package/dist/11100/funding/sCCallExecuted.d.cts +8 -8
- package/dist/11100/funding/sCCallExecuted.d.mts +8 -8
- package/dist/11100/lendingPools/lendingFundsAdded.d.cts +2 -2
- package/dist/11100/lendingPools/lendingFundsAdded.d.mts +2 -2
- package/dist/11100/lendingPools/loanCreated.d.cts +2 -2
- package/dist/11100/lendingPools/loanCreated.d.mts +2 -2
- package/dist/11100/lendingPools/loanUpdated.d.cts +2 -2
- package/dist/11100/lendingPools/loanUpdated.d.mts +2 -2
- package/dist/11100/polkadotIngressEgress/depositFailed.d.cts +6 -6
- package/dist/11100/polkadotIngressEgress/depositFailed.d.mts +6 -6
- package/dist/11100/solanaIngressEgress/depositFailed.d.cts +6 -6
- package/dist/11100/solanaIngressEgress/depositFailed.d.mts +6 -6
- package/dist/11100/swapping/swapRequested.d.cts +6 -6
- package/dist/11100/swapping/swapRequested.d.mts +6 -6
- package/dist/11200/arbitrumIngressEgress/channelRejectionRequestReceived.d.cts +2 -2
- package/dist/11200/arbitrumIngressEgress/channelRejectionRequestReceived.d.mts +2 -2
- package/dist/11200/arbitrumIngressEgress/depositBoosted.d.cts +6 -6
- package/dist/11200/arbitrumIngressEgress/depositBoosted.d.mts +6 -6
- package/dist/11200/arbitrumIngressEgress/depositFailed.d.cts +30 -30
- package/dist/11200/arbitrumIngressEgress/depositFailed.d.mts +30 -30
- package/dist/11200/arbitrumIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/11200/arbitrumIngressEgress/depositFinalised.d.mts +2 -2
- package/dist/11200/assethubIngressEgress/channelRejectionRequestReceived.d.cts +2 -2
- package/dist/11200/assethubIngressEgress/channelRejectionRequestReceived.d.mts +2 -2
- package/dist/11200/assethubIngressEgress/depositBoosted.d.cts +6 -6
- package/dist/11200/assethubIngressEgress/depositBoosted.d.mts +6 -6
- package/dist/11200/assethubIngressEgress/depositFailed.d.cts +48 -48
- package/dist/11200/assethubIngressEgress/depositFailed.d.mts +48 -48
- package/dist/11200/assethubIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/11200/assethubIngressEgress/depositFinalised.d.mts +2 -2
- package/dist/11200/bitcoinIngressEgress/channelRejectionRequestReceived.d.cts +2 -2
- package/dist/11200/bitcoinIngressEgress/channelRejectionRequestReceived.d.mts +2 -2
- package/dist/11200/bitcoinIngressEgress/depositBoosted.d.cts +6 -6
- package/dist/11200/bitcoinIngressEgress/depositBoosted.d.mts +6 -6
- package/dist/11200/bitcoinIngressEgress/depositFailed.d.cts +30 -30
- package/dist/11200/bitcoinIngressEgress/depositFailed.d.mts +30 -30
- package/dist/11200/bitcoinIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/11200/bitcoinIngressEgress/depositFinalised.d.mts +2 -2
- package/dist/11200/common.cjs +2 -2
- package/dist/11200/common.d.cts +242 -242
- package/dist/11200/common.d.mts +242 -242
- package/dist/11200/ethereumIngressEgress/channelRejectionRequestReceived.d.cts +2 -2
- package/dist/11200/ethereumIngressEgress/channelRejectionRequestReceived.d.mts +2 -2
- package/dist/11200/ethereumIngressEgress/depositBoosted.d.cts +6 -6
- package/dist/11200/ethereumIngressEgress/depositBoosted.d.mts +6 -6
- package/dist/11200/ethereumIngressEgress/depositFailed.d.cts +30 -30
- package/dist/11200/ethereumIngressEgress/depositFailed.d.mts +30 -30
- package/dist/11200/ethereumIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/11200/ethereumIngressEgress/depositFinalised.d.mts +2 -2
- package/dist/11200/polkadotIngressEgress/channelRejectionRequestReceived.d.cts +2 -2
- package/dist/11200/polkadotIngressEgress/channelRejectionRequestReceived.d.mts +2 -2
- package/dist/11200/polkadotIngressEgress/depositBoosted.d.cts +6 -6
- package/dist/11200/polkadotIngressEgress/depositBoosted.d.mts +6 -6
- package/dist/11200/polkadotIngressEgress/depositFailed.d.cts +48 -48
- package/dist/11200/polkadotIngressEgress/depositFailed.d.mts +48 -48
- package/dist/11200/polkadotIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/11200/polkadotIngressEgress/depositFinalised.d.mts +2 -2
- package/dist/11200/solanaIngressEgress/channelRejectionRequestReceived.d.cts +2 -2
- package/dist/11200/solanaIngressEgress/channelRejectionRequestReceived.d.mts +2 -2
- package/dist/11200/solanaIngressEgress/depositBoosted.d.cts +6 -6
- package/dist/11200/solanaIngressEgress/depositBoosted.d.mts +6 -6
- package/dist/11200/solanaIngressEgress/depositFailed.d.cts +30 -30
- package/dist/11200/solanaIngressEgress/depositFailed.d.mts +30 -30
- package/dist/11200/solanaIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/11200/solanaIngressEgress/depositFinalised.d.mts +2 -2
- package/dist/11200/swapping/swapRequested.d.cts +26 -26
- package/dist/11200/swapping/swapRequested.d.mts +26 -26
- package/dist/120/bitcoinIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/120/bitcoinIngressEgress/depositIgnored.d.mts +2 -2
- package/dist/120/bitcoinIngressEgress/depositReceived.d.cts +10 -10
- package/dist/120/bitcoinIngressEgress/depositReceived.d.mts +10 -10
- package/dist/120/common.cjs +1 -1
- package/dist/120/emissions/backupRewardsDistributed.d.cts +2 -2
- package/dist/120/emissions/backupRewardsDistributed.d.mts +2 -2
- package/dist/120/ethereumIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/120/ethereumIngressEgress/depositIgnored.d.mts +2 -2
- package/dist/120/ethereumIngressEgress/depositReceived.d.cts +2 -2
- package/dist/120/ethereumIngressEgress/depositReceived.d.mts +2 -2
- package/dist/120/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
- package/dist/120/liquidityProvider/liquidityDepositCredited.d.mts +2 -2
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.cts +2 -2
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.mts +2 -2
- package/dist/120/polkadotIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/120/polkadotIngressEgress/depositIgnored.d.mts +2 -2
- package/dist/120/polkadotIngressEgress/depositReceived.d.cts +2 -2
- package/dist/120/polkadotIngressEgress/depositReceived.d.mts +2 -2
- 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 +4 -4
- package/dist/120/swapping/withdrawalRequested.d.mts +4 -4
- package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +2 -2
- package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.mts +2 -2
- package/dist/131/bitcoinIngressEgress/depositIgnored.d.cts +6 -6
- package/dist/131/bitcoinIngressEgress/depositIgnored.d.mts +6 -6
- package/dist/131/bitcoinIngressEgress/depositReceived.d.cts +6 -6
- package/dist/131/bitcoinIngressEgress/depositReceived.d.mts +6 -6
- package/dist/131/bitcoinIngressEgress/depositWitnessRejected.d.cts +12 -12
- package/dist/131/bitcoinIngressEgress/depositWitnessRejected.d.mts +12 -12
- package/dist/131/common.cjs +1 -1
- package/dist/131/common.d.cts +8 -8
- package/dist/131/common.d.mts +8 -8
- package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.mts +2 -2
- package/dist/131/ethereumIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/131/ethereumIngressEgress/depositIgnored.d.mts +2 -2
- package/dist/131/ethereumIngressEgress/depositReceived.d.cts +2 -2
- package/dist/131/ethereumIngressEgress/depositReceived.d.mts +2 -2
- package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.cts +4 -4
- package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.mts +4 -4
- package/dist/131/liquidityPools/limitOrderUpdated.d.cts +2 -2
- package/dist/131/liquidityPools/limitOrderUpdated.d.mts +2 -2
- package/dist/131/liquidityPools/rangeOrderUpdated.d.cts +2 -2
- package/dist/131/liquidityPools/rangeOrderUpdated.d.mts +2 -2
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.cts +8 -8
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.mts +8 -8
- package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.cts +2 -2
- package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.mts +2 -2
- package/dist/131/reputation/offencePenalty.d.cts +2 -2
- package/dist/131/reputation/offencePenalty.d.mts +2 -2
- package/dist/131/swapping/ccmFailed.d.cts +4 -4
- package/dist/131/swapping/ccmFailed.d.mts +4 -4
- package/dist/131/swapping/swapDepositAddressReady.d.cts +10 -10
- package/dist/131/swapping/swapDepositAddressReady.d.mts +10 -10
- package/dist/131/swapping/swapEgressIgnored.d.cts +2 -2
- package/dist/131/swapping/swapEgressIgnored.d.mts +2 -2
- package/dist/131/swapping/swapEgressScheduled.d.cts +4 -4
- package/dist/131/swapping/swapEgressScheduled.d.mts +4 -4
- package/dist/131/swapping/swapScheduled.d.cts +12 -12
- package/dist/131/swapping/swapScheduled.d.mts +12 -12
- package/dist/131/swapping/withdrawalRequested.d.cts +2 -2
- package/dist/131/swapping/withdrawalRequested.d.mts +2 -2
- package/dist/131/witnesser/prewitnessExecutionFailed.d.cts +2 -2
- package/dist/131/witnesser/prewitnessExecutionFailed.d.mts +2 -2
- package/dist/141/arbitrumBroadcaster/transactionFeeDeficitRecorded.d.cts +2 -2
- package/dist/141/arbitrumBroadcaster/transactionFeeDeficitRecorded.d.mts +2 -2
- package/dist/141/arbitrumIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/141/arbitrumIngressEgress/boostFundsAdded.d.mts +2 -2
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.mts +4 -4
- package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.mts +2 -2
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.mts +2 -2
- package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/141/arbitrumIngressEgress/stoppedBoosting.d.cts +2 -2
- package/dist/141/arbitrumIngressEgress/stoppedBoosting.d.mts +2 -2
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.mts +2 -2
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.cts +10 -10
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.mts +10 -10
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/141/bitcoinIngressEgress/stoppedBoosting.d.cts +2 -2
- package/dist/141/bitcoinIngressEgress/stoppedBoosting.d.mts +2 -2
- package/dist/141/common.cjs +1 -1
- package/dist/141/common.d.cts +65 -65
- package/dist/141/common.d.mts +65 -65
- package/dist/141/environment/runtimeSafeModeUpdated.d.cts +28 -28
- package/dist/141/environment/runtimeSafeModeUpdated.d.mts +28 -28
- package/dist/141/environment/staleUtxosDiscarded.d.cts +14 -14
- package/dist/141/environment/staleUtxosDiscarded.d.mts +14 -14
- package/dist/141/ethereumIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/141/ethereumIngressEgress/boostFundsAdded.d.mts +2 -2
- package/dist/141/ethereumIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/141/ethereumIngressEgress/depositBoosted.d.mts +4 -4
- package/dist/141/ethereumIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/141/ethereumIngressEgress/depositFinalised.d.mts +2 -2
- package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/141/ethereumIngressEgress/stoppedBoosting.d.cts +2 -2
- package/dist/141/ethereumIngressEgress/stoppedBoosting.d.mts +2 -2
- package/dist/141/evmThresholdSigner/failureReportProcessed.d.cts +2 -2
- package/dist/141/evmThresholdSigner/failureReportProcessed.d.mts +2 -2
- package/dist/141/evmThresholdSigner/retryRequested.d.cts +2 -2
- package/dist/141/evmThresholdSigner/retryRequested.d.mts +2 -2
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.mts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.mts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.mts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.mts +2 -2
- package/dist/141/liquidityPools/assetSwapped.d.cts +12 -12
- package/dist/141/liquidityPools/assetSwapped.d.mts +12 -12
- package/dist/141/liquidityPools/limitOrderUpdated.d.cts +12 -12
- package/dist/141/liquidityPools/limitOrderUpdated.d.mts +12 -12
- package/dist/141/liquidityPools/newPoolCreated.d.cts +12 -12
- package/dist/141/liquidityPools/newPoolCreated.d.mts +12 -12
- package/dist/141/liquidityPools/poolFeeSet.d.cts +12 -12
- package/dist/141/liquidityPools/poolFeeSet.d.mts +12 -12
- package/dist/141/liquidityPools/rangeOrderUpdated.d.cts +24 -24
- package/dist/141/liquidityPools/rangeOrderUpdated.d.mts +24 -24
- package/dist/141/liquidityProvider/accountCredited.d.cts +6 -6
- package/dist/141/liquidityProvider/accountCredited.d.mts +6 -6
- package/dist/141/liquidityProvider/accountDebited.d.cts +6 -6
- package/dist/141/liquidityProvider/accountDebited.d.mts +6 -6
- package/dist/141/liquidityProvider/assetTransferred.d.cts +6 -6
- package/dist/141/liquidityProvider/assetTransferred.d.mts +6 -6
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.cts +11 -11
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.mts +11 -11
- package/dist/141/liquidityProvider/liquidityDepositCredited.d.cts +6 -6
- package/dist/141/liquidityProvider/liquidityDepositCredited.d.mts +6 -6
- package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.cts +12 -12
- package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.mts +12 -12
- package/dist/141/polkadotIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/141/polkadotIngressEgress/boostFundsAdded.d.mts +2 -2
- package/dist/141/polkadotIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/141/polkadotIngressEgress/depositBoosted.d.mts +4 -4
- package/dist/141/polkadotIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/141/polkadotIngressEgress/depositFinalised.d.mts +2 -2
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/141/polkadotIngressEgress/stoppedBoosting.d.cts +2 -2
- package/dist/141/polkadotIngressEgress/stoppedBoosting.d.mts +2 -2
- package/dist/141/swapping/batchSwapFailed.d.cts +6 -6
- package/dist/141/swapping/batchSwapFailed.d.mts +6 -6
- package/dist/141/swapping/ccmDepositReceived.d.cts +8 -8
- package/dist/141/swapping/ccmDepositReceived.d.mts +8 -8
- package/dist/141/swapping/ccmFailed.d.cts +9 -9
- package/dist/141/swapping/ccmFailed.d.mts +9 -9
- package/dist/141/swapping/maximumSwapAmountSet.d.cts +6 -6
- package/dist/141/swapping/maximumSwapAmountSet.d.mts +6 -6
- package/dist/141/swapping/swapAmountConfiscated.d.cts +12 -12
- package/dist/141/swapping/swapAmountConfiscated.d.mts +12 -12
- package/dist/141/swapping/swapDepositAddressReady.d.cts +20 -20
- package/dist/141/swapping/swapDepositAddressReady.d.mts +20 -20
- package/dist/141/swapping/swapEgressIgnored.d.cts +7 -7
- package/dist/141/swapping/swapEgressIgnored.d.mts +7 -7
- package/dist/141/swapping/swapEgressScheduled.d.cts +9 -9
- package/dist/141/swapping/swapEgressScheduled.d.mts +9 -9
- package/dist/141/swapping/swapExecuted.d.cts +14 -14
- package/dist/141/swapping/swapExecuted.d.mts +14 -14
- package/dist/141/swapping/swapScheduled.d.cts +54 -54
- package/dist/141/swapping/swapScheduled.d.mts +54 -54
- package/dist/141/swapping/withdrawalRequested.d.cts +10 -10
- package/dist/141/swapping/withdrawalRequested.d.mts +10 -10
- package/dist/141/tokenholderGovernance/govKeyUpdatedHasFailed.d.cts +2 -2
- package/dist/141/tokenholderGovernance/govKeyUpdatedHasFailed.d.mts +2 -2
- package/dist/141/tokenholderGovernance/govKeyUpdatedWasSuccessful.d.cts +2 -2
- package/dist/141/tokenholderGovernance/govKeyUpdatedWasSuccessful.d.mts +2 -2
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.mts +4 -4
- package/dist/150/assetBalances/refundScheduled.d.cts +2 -2
- package/dist/150/assetBalances/refundScheduled.d.mts +2 -2
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.mts +4 -4
- package/dist/150/common.cjs +2 -2
- package/dist/150/emissions/networkFeeBurned.d.cts +2 -2
- package/dist/150/emissions/networkFeeBurned.d.mts +2 -2
- package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.mts +4 -4
- package/dist/150/liquidityPools/limitOrderUpdated.d.cts +6 -6
- package/dist/150/liquidityPools/limitOrderUpdated.d.mts +6 -6
- package/dist/150/liquidityPools/rangeOrderUpdated.d.cts +10 -10
- package/dist/150/liquidityPools/rangeOrderUpdated.d.mts +10 -10
- package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.cts +4 -4
- package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.mts +4 -4
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.mts +4 -4
- package/dist/150/solanaIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/150/solanaIngressEgress/boostFundsAdded.d.mts +2 -2
- package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.mts +4 -4
- package/dist/150/solanaIngressEgress/stoppedBoosting.d.cts +2 -2
- package/dist/150/solanaIngressEgress/stoppedBoosting.d.mts +2 -2
- package/dist/150/solanaThresholdSigner/failureReportProcessed.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/failureReportProcessed.d.mts +2 -2
- package/dist/150/solanaThresholdSigner/retryRequested.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/retryRequested.d.mts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.mts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.mts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.cts +4 -4
- package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.mts +4 -4
- package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.mts +2 -2
- package/dist/150/swapping/refundEgressScheduled.d.cts +4 -4
- package/dist/150/swapping/refundEgressScheduled.d.mts +4 -4
- package/dist/150/swapping/swapDepositAddressReady.d.cts +2 -2
- package/dist/150/swapping/swapDepositAddressReady.d.mts +2 -2
- package/dist/150/swapping/swapEgressScheduled.d.cts +4 -4
- package/dist/150/swapping/swapEgressScheduled.d.mts +4 -4
- package/dist/150/swapping/swapExecuted.d.cts +2 -2
- package/dist/150/swapping/swapExecuted.d.mts +2 -2
- package/dist/150/swapping/swapScheduled.d.cts +38 -38
- package/dist/150/swapping/swapScheduled.d.mts +38 -38
- package/dist/150/swapping/withdrawalRequested.d.cts +8 -8
- package/dist/150/swapping/withdrawalRequested.d.mts +8 -8
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.cts +50 -50
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.mts +50 -50
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.cts +2 -2
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.mts +2 -2
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.mts +2 -2
- package/dist/160/assetBalances/accountCredited.d.cts +9 -9
- package/dist/160/assetBalances/accountCredited.d.mts +9 -9
- package/dist/160/assetBalances/accountDebited.d.cts +9 -9
- package/dist/160/assetBalances/accountDebited.d.mts +9 -9
- package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.cts +50 -50
- package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.mts +50 -50
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.cts +24 -24
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.mts +24 -24
- package/dist/160/common.cjs +2 -2
- package/dist/160/common.d.cts +176 -176
- package/dist/160/common.d.mts +176 -176
- package/dist/160/environment/runtimeSafeModeUpdated.d.cts +40 -40
- package/dist/160/environment/runtimeSafeModeUpdated.d.mts +40 -40
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.cts +50 -50
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.mts +50 -50
- package/dist/160/ethereumIngressEgress/depositBoosted.d.cts +2 -2
- package/dist/160/ethereumIngressEgress/depositBoosted.d.mts +2 -2
- package/dist/160/ethereumIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/160/ethereumIngressEgress/depositFinalised.d.mts +2 -2
- package/dist/160/liquidityPools/assetSwapped.d.cts +12 -12
- package/dist/160/liquidityPools/assetSwapped.d.mts +12 -12
- package/dist/160/liquidityPools/limitOrderUpdated.d.cts +20 -20
- package/dist/160/liquidityPools/limitOrderUpdated.d.mts +20 -20
- package/dist/160/liquidityPools/newPoolCreated.d.cts +12 -12
- package/dist/160/liquidityPools/newPoolCreated.d.mts +12 -12
- package/dist/160/liquidityPools/orderDeletionFailed.d.cts +32 -32
- package/dist/160/liquidityPools/orderDeletionFailed.d.mts +32 -32
- package/dist/160/liquidityPools/poolFeeSet.d.cts +12 -12
- package/dist/160/liquidityPools/poolFeeSet.d.mts +12 -12
- package/dist/160/liquidityPools/rangeOrderUpdated.d.cts +20 -20
- package/dist/160/liquidityPools/rangeOrderUpdated.d.mts +20 -20
- package/dist/160/liquidityProvider/assetTransferred.d.cts +6 -6
- package/dist/160/liquidityProvider/assetTransferred.d.mts +6 -6
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.cts +14 -14
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.mts +14 -14
- package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.cts +12 -12
- package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.mts +12 -12
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.cts +50 -50
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.mts +50 -50
- package/dist/160/polkadotIngressEgress/depositBoosted.d.cts +2 -2
- package/dist/160/polkadotIngressEgress/depositBoosted.d.mts +2 -2
- package/dist/160/polkadotIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/160/polkadotIngressEgress/depositFinalised.d.mts +2 -2
- package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.cts +50 -50
- package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.mts +50 -50
- package/dist/160/solanaIngressEgress/depositBoosted.d.cts +2 -2
- package/dist/160/solanaIngressEgress/depositBoosted.d.mts +2 -2
- package/dist/160/solanaIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/160/solanaIngressEgress/depositFinalised.d.mts +2 -2
- package/dist/160/solanaIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/160/solanaIngressEgress/depositIgnored.d.mts +2 -2
- package/dist/160/solanaIngressEgress/depositWitnessRejected.d.cts +20 -20
- package/dist/160/solanaIngressEgress/depositWitnessRejected.d.mts +20 -20
- package/dist/160/solanaIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/160/solanaIngressEgress/transferFallbackRequested.d.mts +2 -2
- package/dist/160/swapping/batchSwapFailed.d.cts +6 -6
- package/dist/160/swapping/batchSwapFailed.d.mts +6 -6
- package/dist/160/swapping/ccmFailed.d.cts +18 -18
- package/dist/160/swapping/ccmFailed.d.mts +18 -18
- package/dist/160/swapping/maximumSwapAmountSet.d.cts +6 -6
- package/dist/160/swapping/maximumSwapAmountSet.d.mts +6 -6
- package/dist/160/swapping/refundEgressIgnored.d.cts +22 -22
- package/dist/160/swapping/refundEgressIgnored.d.mts +22 -22
- package/dist/160/swapping/refundEgressScheduled.d.cts +10 -10
- package/dist/160/swapping/refundEgressScheduled.d.mts +10 -10
- package/dist/160/swapping/swapAmountConfiscated.d.cts +6 -6
- package/dist/160/swapping/swapAmountConfiscated.d.mts +6 -6
- package/dist/160/swapping/swapDepositAddressReady.d.cts +25 -25
- package/dist/160/swapping/swapDepositAddressReady.d.mts +25 -25
- package/dist/160/swapping/swapEgressIgnored.d.cts +22 -22
- package/dist/160/swapping/swapEgressIgnored.d.mts +22 -22
- package/dist/160/swapping/swapEgressScheduled.d.cts +10 -10
- package/dist/160/swapping/swapEgressScheduled.d.mts +10 -10
- package/dist/160/swapping/swapExecuted.d.cts +12 -12
- package/dist/160/swapping/swapExecuted.d.mts +12 -12
- package/dist/160/swapping/swapRequested.d.cts +44 -44
- package/dist/160/swapping/swapRequested.d.mts +44 -44
- package/dist/160/swapping/withdrawalRequested.d.cts +10 -10
- package/dist/160/swapping/withdrawalRequested.d.mts +10 -10
- package/dist/170/arbitrumIngressEgress/ccmFailed.d.cts +14 -14
- package/dist/170/arbitrumIngressEgress/ccmFailed.d.mts +14 -14
- package/dist/170/arbitrumIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/170/arbitrumIngressEgress/depositIgnored.d.mts +2 -2
- package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +50 -50
- package/dist/170/bitcoinIngressEgress/ccmFailed.d.cts +14 -14
- package/dist/170/bitcoinIngressEgress/ccmFailed.d.mts +14 -14
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.cts +30 -30
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.mts +30 -30
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.cts +30 -30
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.mts +30 -30
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.cts +26 -26
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.mts +26 -26
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.cts +56 -56
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.mts +56 -56
- package/dist/170/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +50 -50
- package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.cts +4 -4
- package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.mts +4 -4
- package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.cts +4 -4
- package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.mts +4 -4
- package/dist/170/common.cjs +2 -2
- package/dist/170/common.d.cts +122 -122
- package/dist/170/common.d.mts +122 -122
- package/dist/170/ethereumIngressEgress/ccmFailed.d.cts +14 -14
- package/dist/170/ethereumIngressEgress/ccmFailed.d.mts +14 -14
- package/dist/170/ethereumIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/170/ethereumIngressEgress/depositIgnored.d.mts +2 -2
- package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +50 -50
- package/dist/170/polkadotIngressEgress/ccmFailed.d.cts +14 -14
- package/dist/170/polkadotIngressEgress/ccmFailed.d.mts +14 -14
- package/dist/170/polkadotIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/170/polkadotIngressEgress/depositIgnored.d.mts +2 -2
- package/dist/170/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +50 -50
- package/dist/170/reputation/offencePenalty.d.cts +6 -6
- package/dist/170/reputation/offencePenalty.d.mts +6 -6
- package/dist/170/reputation/penaltyUpdated.d.cts +4 -4
- package/dist/170/reputation/penaltyUpdated.d.mts +4 -4
- package/dist/170/solanaIngressEgress/ccmFailed.d.cts +14 -14
- package/dist/170/solanaIngressEgress/ccmFailed.d.mts +14 -14
- package/dist/170/solanaIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/170/solanaIngressEgress/depositIgnored.d.mts +2 -2
- package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +50 -50
- package/dist/170/swapping/swapRequested.d.cts +27 -27
- package/dist/170/swapping/swapRequested.d.mts +27 -27
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.cts +14 -14
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.mts +14 -14
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.mts +10 -10
- package/dist/180/arbitrumIngressEgress/depositFailed.d.cts +44 -44
- package/dist/180/arbitrumIngressEgress/depositFailed.d.mts +44 -44
- package/dist/180/arbitrumIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/180/arbitrumIngressEgress/depositFinalised.d.mts +6 -6
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +10 -10
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +10 -10
- package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.d.mts +2 -2
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.cts +14 -14
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.mts +14 -14
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.cts +14 -14
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.mts +14 -14
- package/dist/180/bitcoinIngressEgress/depositFailed.d.cts +66 -66
- package/dist/180/bitcoinIngressEgress/depositFailed.d.mts +66 -66
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.cts +10 -10
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.mts +10 -10
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +10 -10
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +10 -10
- package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.mts +2 -2
- package/dist/180/common.cjs +2 -2
- package/dist/180/common.d.cts +333 -333
- package/dist/180/common.d.mts +333 -333
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.cts +14 -14
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.mts +14 -14
- package/dist/180/ethereumIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/180/ethereumIngressEgress/depositBoosted.d.mts +10 -10
- package/dist/180/ethereumIngressEgress/depositFailed.d.cts +44 -44
- package/dist/180/ethereumIngressEgress/depositFailed.d.mts +44 -44
- package/dist/180/ethereumIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/180/ethereumIngressEgress/depositFinalised.d.mts +6 -6
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +10 -10
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +10 -10
- package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.d.mts +2 -2
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.cts +14 -14
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.mts +14 -14
- package/dist/180/polkadotIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/180/polkadotIngressEgress/depositBoosted.d.mts +10 -10
- package/dist/180/polkadotIngressEgress/depositFailed.d.cts +44 -44
- package/dist/180/polkadotIngressEgress/depositFailed.d.mts +44 -44
- package/dist/180/polkadotIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/180/polkadotIngressEgress/depositFinalised.d.mts +6 -6
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +10 -10
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +10 -10
- package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.d.mts +2 -2
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.cts +14 -14
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.mts +14 -14
- package/dist/180/solanaIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/180/solanaIngressEgress/depositBoosted.d.mts +10 -10
- package/dist/180/solanaIngressEgress/depositFailed.d.cts +44 -44
- package/dist/180/solanaIngressEgress/depositFailed.d.mts +44 -44
- package/dist/180/solanaIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/180/solanaIngressEgress/depositFinalised.d.mts +6 -6
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +10 -10
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +10 -10
- package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.mts +2 -2
- package/dist/180/swapping/refundEgressScheduled.d.cts +18 -18
- package/dist/180/swapping/refundEgressScheduled.d.mts +18 -18
- package/dist/180/swapping/swapDepositAddressReady.d.cts +41 -41
- package/dist/180/swapping/swapDepositAddressReady.d.mts +41 -41
- package/dist/180/swapping/swapEgressScheduled.d.cts +18 -18
- package/dist/180/swapping/swapEgressScheduled.d.mts +18 -18
- package/dist/180/swapping/swapRequested.d.cts +37 -37
- package/dist/180/swapping/swapRequested.d.mts +37 -37
- package/dist/180/swapping/swapScheduled.d.cts +8 -8
- package/dist/180/swapping/swapScheduled.d.mts +8 -8
- package/dist/180/swapping/withdrawalRequested.d.cts +14 -14
- package/dist/180/swapping/withdrawalRequested.d.mts +14 -14
- package/dist/190/arbitrumIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/190/arbitrumIngressEgress/ccmBroadcastRequested.d.mts +2 -2
- package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.mts +61 -61
- package/dist/190/arbitrumIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/190/arbitrumIngressEgress/depositBoosted.d.mts +10 -10
- package/dist/190/arbitrumIngressEgress/depositFailed.d.cts +187 -187
- package/dist/190/arbitrumIngressEgress/depositFailed.d.mts +187 -187
- package/dist/190/arbitrumIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/190/arbitrumIngressEgress/depositFinalised.d.mts +6 -6
- package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
- package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +57 -57
- package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.mts +2 -2
- package/dist/190/assetBalances/accountCredited.d.cts +7 -7
- package/dist/190/assetBalances/accountCredited.d.mts +7 -7
- package/dist/190/assetBalances/accountDebited.d.cts +7 -7
- package/dist/190/assetBalances/accountDebited.d.mts +7 -7
- package/dist/190/assetBalances/refundScheduled.d.cts +54 -54
- package/dist/190/assetBalances/refundScheduled.d.mts +54 -54
- package/dist/190/assetBalances/refundSkipped.d.cts +109 -109
- package/dist/190/assetBalances/refundSkipped.d.mts +109 -109
- package/dist/190/assethubBroadcaster/broadcastCallbackExecuted.d.cts +35 -35
- package/dist/190/assethubBroadcaster/broadcastCallbackExecuted.d.mts +35 -35
- package/dist/190/assethubIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/190/assethubIngressEgress/ccmBroadcastRequested.d.mts +2 -2
- package/dist/190/assethubIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/190/assethubIngressEgress/ccmEgressInvalid.d.mts +61 -61
- package/dist/190/assethubIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/190/assethubIngressEgress/depositBoosted.d.mts +10 -10
- package/dist/190/assethubIngressEgress/depositFailed.d.cts +205 -205
- package/dist/190/assethubIngressEgress/depositFailed.d.mts +205 -205
- package/dist/190/assethubIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/190/assethubIngressEgress/depositFetchesScheduled.d.mts +2 -2
- package/dist/190/assethubIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/190/assethubIngressEgress/depositFinalised.d.mts +6 -6
- package/dist/190/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
- package/dist/190/assethubIngressEgress/failedToBuildAllBatchCall.d.mts +57 -57
- package/dist/190/assethubIngressEgress/transactionRejectedByBroker.d.cts +2 -2
- package/dist/190/assethubIngressEgress/transactionRejectedByBroker.d.mts +2 -2
- package/dist/190/assethubIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/190/assethubIngressEgress/transferFallbackRequested.d.mts +2 -2
- package/dist/190/bitcoinIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/190/bitcoinIngressEgress/ccmBroadcastRequested.d.mts +2 -2
- package/dist/190/bitcoinIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/190/bitcoinIngressEgress/ccmEgressInvalid.d.mts +61 -61
- package/dist/190/bitcoinIngressEgress/depositBoosted.d.cts +30 -30
- package/dist/190/bitcoinIngressEgress/depositBoosted.d.mts +30 -30
- package/dist/190/bitcoinIngressEgress/depositFailed.d.cts +318 -318
- package/dist/190/bitcoinIngressEgress/depositFailed.d.mts +318 -318
- package/dist/190/bitcoinIngressEgress/depositFinalised.d.cts +26 -26
- package/dist/190/bitcoinIngressEgress/depositFinalised.d.mts +26 -26
- package/dist/190/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
- package/dist/190/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +57 -57
- package/dist/190/bitcoinIngressEgress/transferFallbackRequested.d.cts +22 -22
- package/dist/190/bitcoinIngressEgress/transferFallbackRequested.d.mts +22 -22
- package/dist/190/common.cjs +2 -2
- package/dist/190/common.d.cts +2090 -2090
- package/dist/190/common.d.mts +2090 -2090
- package/dist/190/environment/runtimeSafeModeUpdated.d.cts +12 -12
- package/dist/190/environment/runtimeSafeModeUpdated.d.mts +12 -12
- package/dist/190/ethereumIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/190/ethereumIngressEgress/ccmBroadcastRequested.d.mts +2 -2
- package/dist/190/ethereumIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/190/ethereumIngressEgress/ccmEgressInvalid.d.mts +61 -61
- package/dist/190/ethereumIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/190/ethereumIngressEgress/depositBoosted.d.mts +10 -10
- package/dist/190/ethereumIngressEgress/depositFailed.d.cts +187 -187
- package/dist/190/ethereumIngressEgress/depositFailed.d.mts +187 -187
- package/dist/190/ethereumIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/190/ethereumIngressEgress/depositFinalised.d.mts +6 -6
- package/dist/190/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
- package/dist/190/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +57 -57
- package/dist/190/ethereumIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/190/ethereumIngressEgress/transferFallbackRequested.d.mts +2 -2
- package/dist/190/flip/palletConfigUpdated.d.cts +8 -8
- package/dist/190/flip/palletConfigUpdated.d.mts +8 -8
- package/dist/190/liquidityPools/assetSwapped.d.cts +12 -12
- package/dist/190/liquidityPools/assetSwapped.d.mts +12 -12
- package/dist/190/liquidityPools/limitOrderUpdated.d.cts +20 -20
- package/dist/190/liquidityPools/limitOrderUpdated.d.mts +20 -20
- package/dist/190/liquidityPools/newPoolCreated.d.cts +12 -12
- package/dist/190/liquidityPools/newPoolCreated.d.mts +12 -12
- package/dist/190/liquidityPools/orderDeletionFailed.d.cts +32 -32
- package/dist/190/liquidityPools/orderDeletionFailed.d.mts +32 -32
- package/dist/190/liquidityPools/palletConfigUpdated.d.cts +8 -8
- package/dist/190/liquidityPools/palletConfigUpdated.d.mts +8 -8
- package/dist/190/liquidityPools/poolFeeSet.d.cts +12 -12
- package/dist/190/liquidityPools/poolFeeSet.d.mts +12 -12
- package/dist/190/liquidityPools/rangeOrderUpdated.d.cts +32 -32
- package/dist/190/liquidityPools/rangeOrderUpdated.d.mts +32 -32
- package/dist/190/liquidityProvider/assetTransferred.d.cts +6 -6
- package/dist/190/liquidityProvider/assetTransferred.d.mts +6 -6
- package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.cts +13 -13
- package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.mts +13 -13
- package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.cts +54 -54
- package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.mts +54 -54
- package/dist/190/liquidityProvider/withdrawalEgressScheduled.d.cts +12 -12
- package/dist/190/liquidityProvider/withdrawalEgressScheduled.d.mts +12 -12
- package/dist/190/polkadotIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/190/polkadotIngressEgress/ccmBroadcastRequested.d.mts +2 -2
- package/dist/190/polkadotIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/190/polkadotIngressEgress/ccmEgressInvalid.d.mts +61 -61
- package/dist/190/polkadotIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/190/polkadotIngressEgress/depositBoosted.d.mts +10 -10
- package/dist/190/polkadotIngressEgress/depositFailed.d.cts +205 -205
- package/dist/190/polkadotIngressEgress/depositFailed.d.mts +205 -205
- package/dist/190/polkadotIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/190/polkadotIngressEgress/depositFinalised.d.mts +6 -6
- package/dist/190/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
- package/dist/190/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +57 -57
- package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.mts +2 -2
- package/dist/190/reputation/offencePenalty.d.cts +4 -4
- package/dist/190/reputation/offencePenalty.d.mts +4 -4
- package/dist/190/reputation/penaltyUpdated.d.cts +4 -4
- package/dist/190/reputation/penaltyUpdated.d.mts +4 -4
- package/dist/190/solanaIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/190/solanaIngressEgress/ccmBroadcastRequested.d.mts +2 -2
- package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.mts +61 -61
- package/dist/190/solanaIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/190/solanaIngressEgress/depositBoosted.d.mts +10 -10
- package/dist/190/solanaIngressEgress/depositFailed.d.cts +187 -187
- package/dist/190/solanaIngressEgress/depositFailed.d.mts +187 -187
- package/dist/190/solanaIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/190/solanaIngressEgress/depositFinalised.d.mts +6 -6
- package/dist/190/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
- package/dist/190/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +57 -57
- package/dist/190/solanaIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/190/solanaIngressEgress/transferFallbackRequested.d.mts +2 -2
- package/dist/190/solanaThresholdSigner/thresholdSignatureRequest.d.cts +8 -8
- package/dist/190/solanaThresholdSigner/thresholdSignatureRequest.d.mts +8 -8
- package/dist/190/swapping/batchSwapFailed.d.cts +6 -6
- package/dist/190/swapping/batchSwapFailed.d.mts +6 -6
- package/dist/190/swapping/creditedOnChain.d.cts +8 -8
- package/dist/190/swapping/creditedOnChain.d.mts +8 -8
- package/dist/190/swapping/palletConfigUpdated.d.cts +16 -16
- package/dist/190/swapping/palletConfigUpdated.d.mts +16 -16
- package/dist/190/swapping/refundEgressIgnored.d.cts +34 -34
- package/dist/190/swapping/refundEgressIgnored.d.mts +34 -34
- package/dist/190/swapping/refundEgressScheduled.d.cts +12 -12
- package/dist/190/swapping/refundEgressScheduled.d.mts +12 -12
- package/dist/190/swapping/refundedOnChain.d.cts +8 -8
- package/dist/190/swapping/refundedOnChain.d.mts +8 -8
- package/dist/190/swapping/swapAmountConfiscated.d.cts +6 -6
- package/dist/190/swapping/swapAmountConfiscated.d.mts +6 -6
- package/dist/190/swapping/swapDepositAddressReady.d.cts +39 -39
- package/dist/190/swapping/swapDepositAddressReady.d.mts +39 -39
- package/dist/190/swapping/swapEgressIgnored.d.cts +34 -34
- package/dist/190/swapping/swapEgressIgnored.d.mts +34 -34
- package/dist/190/swapping/swapEgressScheduled.d.cts +12 -12
- package/dist/190/swapping/swapEgressScheduled.d.mts +12 -12
- package/dist/190/swapping/swapExecuted.d.cts +14 -14
- package/dist/190/swapping/swapExecuted.d.mts +14 -14
- package/dist/190/swapping/swapRequested.d.cts +81 -81
- package/dist/190/swapping/swapRequested.d.mts +81 -81
- package/dist/190/swapping/withdrawalRequested.d.cts +12 -12
- package/dist/190/swapping/withdrawalRequested.d.mts +12 -12
- package/dist/190/tokenholderGovernance/proposalEnacted.d.cts +8 -8
- package/dist/190/tokenholderGovernance/proposalEnacted.d.mts +8 -8
- package/dist/190/tokenholderGovernance/proposalPassed.d.cts +8 -8
- package/dist/190/tokenholderGovernance/proposalPassed.d.mts +8 -8
- package/dist/190/tokenholderGovernance/proposalRejected.d.cts +8 -8
- package/dist/190/tokenholderGovernance/proposalRejected.d.mts +8 -8
- package/dist/190/tokenholderGovernance/proposalSubmitted.d.cts +8 -8
- package/dist/190/tokenholderGovernance/proposalSubmitted.d.mts +8 -8
- package/dist/190/tradingStrategy/fundsAddedToStrategy.d.cts +6 -6
- package/dist/190/tradingStrategy/fundsAddedToStrategy.d.mts +6 -6
- package/dist/190/tradingStrategy/palletConfigUpdated.d.cts +24 -24
- package/dist/190/tradingStrategy/palletConfigUpdated.d.mts +24 -24
- package/dist/190/tradingStrategy/strategyDeployed.d.cts +8 -8
- package/dist/190/tradingStrategy/strategyDeployed.d.mts +8 -8
- package/dist/200/common.cjs +2 -2
- package/dist/200/lendingPools/lendingFundsAdded.d.cts +2 -2
- package/dist/200/lendingPools/lendingFundsAdded.d.mts +2 -2
- package/dist/210/arbitrumIngressEgress/ccmEgressInvalid.d.cts +128 -128
- package/dist/210/arbitrumIngressEgress/ccmEgressInvalid.d.mts +128 -128
- package/dist/210/arbitrumIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/210/arbitrumIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/210/arbitrumIngressEgress/depositFailed.d.cts +167 -167
- package/dist/210/arbitrumIngressEgress/depositFailed.d.mts +167 -167
- package/dist/210/arbitrumIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/210/arbitrumIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/210/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +124 -124
- package/dist/210/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +124 -124
- package/dist/210/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/210/arbitrumIngressEgress/insufficientBoostLiquidity.d.mts +2 -2
- package/dist/210/assetBalances/refundSkipped.d.cts +80 -80
- package/dist/210/assetBalances/refundSkipped.d.mts +80 -80
- package/dist/210/assethubIngressEgress/ccmEgressInvalid.d.cts +128 -128
- package/dist/210/assethubIngressEgress/ccmEgressInvalid.d.mts +128 -128
- package/dist/210/assethubIngressEgress/depositFailed.d.cts +167 -167
- package/dist/210/assethubIngressEgress/depositFailed.d.mts +167 -167
- package/dist/210/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +124 -124
- package/dist/210/assethubIngressEgress/failedToBuildAllBatchCall.d.mts +124 -124
- package/dist/210/bitcoinIngressEgress/ccmEgressInvalid.d.cts +128 -128
- package/dist/210/bitcoinIngressEgress/ccmEgressInvalid.d.mts +128 -128
- package/dist/210/bitcoinIngressEgress/depositFailed.d.cts +297 -297
- package/dist/210/bitcoinIngressEgress/depositFailed.d.mts +297 -297
- package/dist/210/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +124 -124
- package/dist/210/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +124 -124
- package/dist/210/bitcoinThresholdSigner/thresholdDispatchComplete.d.cts +41 -41
- package/dist/210/bitcoinThresholdSigner/thresholdDispatchComplete.d.mts +41 -41
- package/dist/210/common.cjs +2 -2
- package/dist/210/common.d.cts +3048 -3048
- package/dist/210/common.d.mts +3048 -3048
- package/dist/210/emissions/flipBurnSkipped.d.cts +26 -26
- package/dist/210/emissions/flipBurnSkipped.d.mts +26 -26
- package/dist/210/environment/runtimeSafeModeUpdated.d.cts +62 -62
- package/dist/210/environment/runtimeSafeModeUpdated.d.mts +62 -62
- package/dist/210/ethereumIngressEgress/ccmEgressInvalid.d.cts +128 -128
- package/dist/210/ethereumIngressEgress/ccmEgressInvalid.d.mts +128 -128
- package/dist/210/ethereumIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/210/ethereumIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/210/ethereumIngressEgress/depositFailed.d.cts +167 -167
- package/dist/210/ethereumIngressEgress/depositFailed.d.mts +167 -167
- package/dist/210/ethereumIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/210/ethereumIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/210/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +124 -124
- package/dist/210/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +124 -124
- package/dist/210/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/210/ethereumIngressEgress/insufficientBoostLiquidity.d.mts +2 -2
- package/dist/210/evmThresholdSigner/thresholdDispatchComplete.d.cts +41 -41
- package/dist/210/evmThresholdSigner/thresholdDispatchComplete.d.mts +41 -41
- package/dist/210/funding/sCCallCannotBeExecuted.d.cts +61 -61
- package/dist/210/funding/sCCallCannotBeExecuted.d.mts +61 -61
- package/dist/210/governance/failedExecution.d.cts +15 -15
- package/dist/210/governance/failedExecution.d.mts +15 -15
- package/dist/210/governance/govKeyCallExecutionFailed.d.cts +28 -28
- package/dist/210/governance/govKeyCallExecutionFailed.d.mts +28 -28
- package/dist/210/lendingPools/lendingFundsRemoved.d.cts +2 -2
- package/dist/210/lendingPools/lendingFundsRemoved.d.mts +2 -2
- package/dist/210/lendingPools/palletConfigUpdated.d.cts +16 -16
- package/dist/210/lendingPools/palletConfigUpdated.d.mts +16 -16
- package/dist/210/liquidityPools/assetSwapped.d.cts +2 -2
- package/dist/210/liquidityPools/assetSwapped.d.mts +2 -2
- package/dist/210/liquidityPools/limitOrderUpdated.d.cts +8 -8
- package/dist/210/liquidityPools/limitOrderUpdated.d.mts +8 -8
- package/dist/210/liquidityPools/rangeOrderUpdated.d.cts +8 -8
- package/dist/210/liquidityPools/rangeOrderUpdated.d.mts +8 -8
- package/dist/210/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.cts +26 -26
- package/dist/210/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.mts +26 -26
- package/dist/210/liquidityProvider/assetBalancePurgeFailed.d.cts +26 -26
- package/dist/210/liquidityProvider/assetBalancePurgeFailed.d.mts +26 -26
- 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 +4 -4
- package/dist/210/liquidityProvider/liquidityDepositAddressReady.d.mts +4 -4
- 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 +128 -128
- package/dist/210/polkadotIngressEgress/ccmEgressInvalid.d.mts +128 -128
- package/dist/210/polkadotIngressEgress/depositFailed.d.cts +167 -167
- package/dist/210/polkadotIngressEgress/depositFailed.d.mts +167 -167
- package/dist/210/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +124 -124
- package/dist/210/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +124 -124
- package/dist/210/polkadotThresholdSigner/thresholdDispatchComplete.d.cts +41 -41
- package/dist/210/polkadotThresholdSigner/thresholdDispatchComplete.d.mts +41 -41
- package/dist/210/solanaIngressEgress/ccmEgressInvalid.d.cts +128 -128
- package/dist/210/solanaIngressEgress/ccmEgressInvalid.d.mts +128 -128
- package/dist/210/solanaIngressEgress/depositBoosted.d.cts +20 -20
- package/dist/210/solanaIngressEgress/depositBoosted.d.mts +20 -20
- package/dist/210/solanaIngressEgress/depositFailed.d.cts +199 -199
- package/dist/210/solanaIngressEgress/depositFailed.d.mts +199 -199
- package/dist/210/solanaIngressEgress/depositFinalised.d.cts +20 -20
- package/dist/210/solanaIngressEgress/depositFinalised.d.mts +20 -20
- package/dist/210/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +124 -124
- package/dist/210/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +124 -124
- package/dist/210/solanaIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/210/solanaIngressEgress/insufficientBoostLiquidity.d.mts +2 -2
- package/dist/210/solanaThresholdSigner/thresholdDispatchComplete.d.cts +41 -41
- package/dist/210/solanaThresholdSigner/thresholdDispatchComplete.d.mts +41 -41
- package/dist/210/swapping/accountCreationDepositAddressReady.d.cts +8 -8
- package/dist/210/swapping/accountCreationDepositAddressReady.d.mts +8 -8
- package/dist/210/swapping/refundEgressIgnored.d.cts +26 -26
- package/dist/210/swapping/refundEgressIgnored.d.mts +26 -26
- package/dist/210/swapping/refundEgressScheduled.d.cts +4 -4
- package/dist/210/swapping/refundEgressScheduled.d.mts +4 -4
- package/dist/210/swapping/swapDepositAddressReady.d.cts +27 -27
- package/dist/210/swapping/swapDepositAddressReady.d.mts +27 -27
- package/dist/210/swapping/swapEgressIgnored.d.cts +26 -26
- package/dist/210/swapping/swapEgressIgnored.d.mts +26 -26
- package/dist/210/swapping/swapEgressScheduled.d.cts +4 -4
- package/dist/210/swapping/swapEgressScheduled.d.mts +4 -4
- package/dist/210/swapping/swapRequested.d.cts +393 -393
- package/dist/210/swapping/swapRequested.d.mts +393 -393
- package/dist/210/swapping/withdrawalRequested.d.cts +6 -6
- package/dist/210/swapping/withdrawalRequested.d.mts +6 -6
- package/dist/210/system/extrinsicFailed.d.cts +26 -26
- package/dist/210/system/extrinsicFailed.d.mts +26 -26
- package/dist/210/system/rejectedInvalidAuthorizedUpgrade.d.cts +26 -26
- package/dist/210/system/rejectedInvalidAuthorizedUpgrade.d.mts +26 -26
- package/dist/210/witnesser/prewitnessExecutionFailed.d.cts +28 -28
- package/dist/210/witnesser/prewitnessExecutionFailed.d.mts +28 -28
- package/dist/210/witnesser/witnessExecutionFailed.d.cts +28 -28
- package/dist/210/witnesser/witnessExecutionFailed.d.mts +28 -28
- package/dist/220/arbitrumBroadcaster/callResigned.cjs +13 -0
- package/dist/220/arbitrumBroadcaster/callResigned.d.cts +55 -0
- package/dist/220/arbitrumBroadcaster/callResigned.d.mts +55 -0
- package/dist/220/arbitrumBroadcaster/callResigned.mjs +11 -0
- package/dist/220/arbitrumIngressEgress/ccmEgressInvalid.cjs +13 -0
- package/dist/220/arbitrumIngressEgress/ccmEgressInvalid.d.cts +1059 -0
- package/dist/220/arbitrumIngressEgress/ccmEgressInvalid.d.mts +1059 -0
- package/dist/220/arbitrumIngressEgress/ccmEgressInvalid.mjs +11 -0
- package/dist/220/arbitrumIngressEgress/depositBoosted.cjs +23 -0
- package/dist/220/arbitrumIngressEgress/depositBoosted.d.cts +214 -0
- package/dist/220/arbitrumIngressEgress/depositBoosted.d.mts +214 -0
- package/dist/220/arbitrumIngressEgress/depositBoosted.mjs +21 -0
- package/dist/220/assethubBroadcaster/callResigned.cjs +13 -0
- package/dist/220/assethubBroadcaster/callResigned.d.cts +25 -0
- package/dist/220/assethubBroadcaster/callResigned.d.mts +25 -0
- package/dist/220/assethubBroadcaster/callResigned.mjs +11 -0
- package/dist/220/assethubIngressEgress/ccmEgressInvalid.cjs +13 -0
- package/dist/220/assethubIngressEgress/ccmEgressInvalid.d.cts +1059 -0
- package/dist/220/assethubIngressEgress/ccmEgressInvalid.d.mts +1059 -0
- package/dist/220/assethubIngressEgress/ccmEgressInvalid.mjs +11 -0
- package/dist/220/assethubIngressEgress/depositBoosted.cjs +23 -0
- package/dist/220/assethubIngressEgress/depositBoosted.d.cts +204 -0
- package/dist/220/assethubIngressEgress/depositBoosted.d.mts +204 -0
- package/dist/220/assethubIngressEgress/depositBoosted.mjs +21 -0
- package/dist/220/bitcoinBroadcaster/callResigned.cjs +13 -0
- package/dist/220/bitcoinBroadcaster/callResigned.d.cts +25 -0
- package/dist/220/bitcoinBroadcaster/callResigned.d.mts +25 -0
- package/dist/220/bitcoinBroadcaster/callResigned.mjs +11 -0
- package/dist/220/bitcoinIngressEgress/ccmEgressInvalid.cjs +13 -0
- package/dist/220/bitcoinIngressEgress/ccmEgressInvalid.d.cts +1059 -0
- package/dist/220/bitcoinIngressEgress/ccmEgressInvalid.d.mts +1059 -0
- package/dist/220/bitcoinIngressEgress/ccmEgressInvalid.mjs +11 -0
- package/dist/220/bitcoinIngressEgress/depositBoosted.cjs +23 -0
- package/dist/220/bitcoinIngressEgress/depositBoosted.d.cts +428 -0
- package/dist/220/bitcoinIngressEgress/depositBoosted.d.mts +428 -0
- package/dist/220/bitcoinIngressEgress/depositBoosted.mjs +21 -0
- package/dist/220/common.cjs +784 -7
- package/dist/220/common.d.cts +5777 -7
- package/dist/220/common.d.mts +5777 -7
- package/dist/220/common.mjs +706 -6
- package/dist/220/environment/runtimeSafeModeUpdated.cjs +10 -0
- package/dist/220/environment/runtimeSafeModeUpdated.d.cts +1789 -0
- package/dist/220/environment/runtimeSafeModeUpdated.d.mts +1789 -0
- package/dist/220/environment/runtimeSafeModeUpdated.mjs +8 -0
- package/dist/220/ethereumBroadcaster/callResigned.cjs +13 -0
- package/dist/220/ethereumBroadcaster/callResigned.d.cts +55 -0
- package/dist/220/ethereumBroadcaster/callResigned.d.mts +55 -0
- package/dist/220/ethereumBroadcaster/callResigned.mjs +11 -0
- package/dist/220/ethereumIngressEgress/ccmEgressInvalid.cjs +13 -0
- package/dist/220/ethereumIngressEgress/ccmEgressInvalid.d.cts +1059 -0
- package/dist/220/ethereumIngressEgress/ccmEgressInvalid.d.mts +1059 -0
- package/dist/220/ethereumIngressEgress/ccmEgressInvalid.mjs +11 -0
- package/dist/220/ethereumIngressEgress/depositBoosted.cjs +23 -0
- package/dist/220/ethereumIngressEgress/depositBoosted.d.cts +214 -0
- package/dist/220/ethereumIngressEgress/depositBoosted.d.mts +214 -0
- package/dist/220/ethereumIngressEgress/depositBoosted.mjs +21 -0
- package/dist/220/lendingPools/lendingFundsAdded.cjs +15 -0
- package/dist/220/lendingPools/lendingFundsAdded.d.cts +81 -0
- package/dist/220/lendingPools/lendingFundsAdded.d.mts +81 -0
- package/dist/220/lendingPools/lendingFundsAdded.mjs +13 -0
- package/dist/220/lendingPools/lendingFundsRemoved.cjs +15 -0
- package/dist/220/lendingPools/lendingFundsRemoved.d.cts +41 -0
- package/dist/220/lendingPools/lendingFundsRemoved.d.mts +41 -0
- package/dist/220/lendingPools/lendingFundsRemoved.mjs +13 -0
- package/dist/220/lendingPools/loanCreated.cjs +15 -0
- package/dist/220/lendingPools/loanCreated.d.cts +61 -0
- package/dist/220/lendingPools/loanCreated.d.mts +61 -0
- package/dist/220/lendingPools/loanCreated.mjs +13 -0
- package/dist/220/lendingPools/loanRepaid.cjs +14 -0
- package/dist/220/lendingPools/loanRepaid.d.cts +53 -0
- package/dist/220/lendingPools/loanRepaid.d.mts +53 -0
- package/dist/220/lendingPools/loanRepaid.mjs +12 -0
- package/dist/220/lendingPools/palletConfigUpdated.cjs +10 -0
- package/dist/220/lendingPools/palletConfigUpdated.d.cts +430 -0
- package/dist/220/lendingPools/palletConfigUpdated.d.mts +430 -0
- package/dist/220/lendingPools/palletConfigUpdated.mjs +8 -0
- package/dist/220/polkadotBroadcaster/callResigned.cjs +13 -0
- package/dist/220/polkadotBroadcaster/callResigned.d.cts +25 -0
- package/dist/220/polkadotBroadcaster/callResigned.d.mts +25 -0
- package/dist/220/polkadotBroadcaster/callResigned.mjs +11 -0
- package/dist/220/polkadotIngressEgress/ccmEgressInvalid.cjs +13 -0
- package/dist/220/polkadotIngressEgress/ccmEgressInvalid.d.cts +1059 -0
- package/dist/220/polkadotIngressEgress/ccmEgressInvalid.d.mts +1059 -0
- package/dist/220/polkadotIngressEgress/ccmEgressInvalid.mjs +11 -0
- package/dist/220/polkadotIngressEgress/depositBoosted.cjs +23 -0
- package/dist/220/polkadotIngressEgress/depositBoosted.d.cts +204 -0
- package/dist/220/polkadotIngressEgress/depositBoosted.d.mts +204 -0
- package/dist/220/polkadotIngressEgress/depositBoosted.mjs +21 -0
- package/dist/220/solanaBroadcaster/callResigned.cjs +13 -0
- package/dist/220/solanaBroadcaster/callResigned.d.cts +30 -0
- package/dist/220/solanaBroadcaster/callResigned.d.mts +30 -0
- package/dist/220/solanaBroadcaster/callResigned.mjs +11 -0
- package/dist/220/solanaIngressEgress/ccmEgressInvalid.cjs +13 -0
- package/dist/220/solanaIngressEgress/ccmEgressInvalid.d.cts +1059 -0
- package/dist/220/solanaIngressEgress/ccmEgressInvalid.d.mts +1059 -0
- package/dist/220/solanaIngressEgress/ccmEgressInvalid.mjs +11 -0
- package/dist/220/solanaIngressEgress/depositBoosted.cjs +23 -0
- package/dist/220/solanaIngressEgress/depositBoosted.d.cts +234 -0
- package/dist/220/solanaIngressEgress/depositBoosted.d.mts +234 -0
- package/dist/220/solanaIngressEgress/depositBoosted.mjs +21 -0
- package/dist/220/validator/witnessingTaskRestarted.cjs +13 -0
- package/dist/220/validator/witnessingTaskRestarted.d.cts +25 -0
- package/dist/220/validator/witnessingTaskRestarted.d.mts +25 -0
- package/dist/220/validator/witnessingTaskRestarted.mjs +11 -0
- package/dist/HandlerMap.cjs +4 -10
- package/dist/HandlerMap.mjs +4 -10
- package/dist/Parser.cjs +1 -1
- package/dist/Processor.cjs +2 -2
- package/dist/Processor.mjs +1 -1
- package/dist/_virtual/{_@oxc-project_runtime@0.121.0 → _@oxc-project_runtime@0.126.0}/helpers/decorate.cjs +1 -1
- package/dist/_virtual/{_@oxc-project_runtime@0.121.0 → _@oxc-project_runtime@0.126.0}/helpers/decorate.mjs +1 -1
- package/dist/chainspec/src/BaseCodeGenerator.cjs +2 -2
- package/dist/chainspec/src/BaseParser.cjs +3 -3
- package/dist/chainspec/src/Compiler.cjs +2 -2
- package/dist/chainspec/src/cache.cjs +2 -2
- package/dist/chainspec/src/utils.cjs +2 -2
- package/dist/generate.cjs +3 -3
- package/dist/utils.cjs +1 -1
- package/package.json +2 -2
package/dist/11200/common.d.cts
CHANGED
|
@@ -2378,11 +2378,11 @@ declare const numberOrHex: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.
|
|
|
2378
2378
|
declare const cfPrimitivesChainsAssetsAnyAsset: z.ZodEffects<z.ZodObject<{
|
|
2379
2379
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
2380
2380
|
}, "strip", z.ZodTypeAny, {
|
|
2381
|
-
__kind: "
|
|
2381
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
2382
2382
|
}, {
|
|
2383
|
-
__kind: "
|
|
2384
|
-
}>, "
|
|
2385
|
-
__kind: "
|
|
2383
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
2384
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
|
|
2385
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
2386
2386
|
}>;
|
|
2387
2387
|
declare const cfChainsAddressEncodedAddress: z.ZodEffects<z.ZodObject<{
|
|
2388
2388
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
@@ -2520,6 +2520,7 @@ declare const cfChainsSwapOrigin: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject
|
|
|
2520
2520
|
depositBlockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
2521
2521
|
brokerId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
|
|
2522
2522
|
}, "strip", z.ZodTypeAny, {
|
|
2523
|
+
__kind: "DepositChannel";
|
|
2523
2524
|
depositAddress: {
|
|
2524
2525
|
readonly chain: "Ethereum";
|
|
2525
2526
|
readonly address: `0x${string}`;
|
|
@@ -2539,16 +2540,15 @@ declare const cfChainsSwapOrigin: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject
|
|
|
2539
2540
|
readonly chain: "Assethub";
|
|
2540
2541
|
readonly address: string;
|
|
2541
2542
|
};
|
|
2542
|
-
__kind: "DepositChannel";
|
|
2543
2543
|
channelId: bigint;
|
|
2544
2544
|
depositBlockHeight: bigint;
|
|
2545
2545
|
brokerId: `cF${string}`;
|
|
2546
2546
|
}, {
|
|
2547
|
+
__kind: "DepositChannel";
|
|
2547
2548
|
depositAddress: {
|
|
2548
2549
|
value: string;
|
|
2549
2550
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2550
2551
|
};
|
|
2551
|
-
__kind: "DepositChannel";
|
|
2552
2552
|
channelId: string | number;
|
|
2553
2553
|
depositBlockHeight: string | number;
|
|
2554
2554
|
brokerId: string;
|
|
@@ -4426,11 +4426,11 @@ declare const cfTraitsSwappingSwapOutputActionGenericEncodedAddress: z.ZodDiscri
|
|
|
4426
4426
|
__kind: z.ZodLiteral<"CreditOnChain">;
|
|
4427
4427
|
accountId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
|
|
4428
4428
|
}, "strip", z.ZodTypeAny, {
|
|
4429
|
-
accountId: `cF${string}`;
|
|
4430
4429
|
__kind: "CreditOnChain";
|
|
4430
|
+
accountId: `cF${string}`;
|
|
4431
4431
|
}, {
|
|
4432
|
-
accountId: string;
|
|
4433
4432
|
__kind: "CreditOnChain";
|
|
4433
|
+
accountId: string;
|
|
4434
4434
|
}>]>;
|
|
4435
4435
|
declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
4436
4436
|
__kind: z.ZodLiteral<"NetworkFee">;
|
|
@@ -5051,11 +5051,11 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
|
|
|
5051
5051
|
__kind: z.ZodLiteral<"CreditOnChain">;
|
|
5052
5052
|
accountId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
|
|
5053
5053
|
}, "strip", z.ZodTypeAny, {
|
|
5054
|
-
accountId: `cF${string}`;
|
|
5055
5054
|
__kind: "CreditOnChain";
|
|
5055
|
+
accountId: `cF${string}`;
|
|
5056
5056
|
}, {
|
|
5057
|
-
accountId: string;
|
|
5058
5057
|
__kind: "CreditOnChain";
|
|
5058
|
+
accountId: string;
|
|
5059
5059
|
}>]>;
|
|
5060
5060
|
}, "strip", z.ZodTypeAny, {
|
|
5061
5061
|
__kind: "Regular";
|
|
@@ -5140,8 +5140,8 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
|
|
|
5140
5140
|
} | null | undefined;
|
|
5141
5141
|
} | null | undefined;
|
|
5142
5142
|
} | {
|
|
5143
|
-
accountId: `cF${string}`;
|
|
5144
5143
|
__kind: "CreditOnChain";
|
|
5144
|
+
accountId: `cF${string}`;
|
|
5145
5145
|
};
|
|
5146
5146
|
}, {
|
|
5147
5147
|
__kind: "Regular";
|
|
@@ -5198,8 +5198,8 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
|
|
|
5198
5198
|
} | null | undefined;
|
|
5199
5199
|
} | null | undefined;
|
|
5200
5200
|
} | {
|
|
5201
|
-
accountId: string;
|
|
5202
5201
|
__kind: "CreditOnChain";
|
|
5202
|
+
accountId: string;
|
|
5203
5203
|
};
|
|
5204
5204
|
}>]>;
|
|
5205
5205
|
declare const cfPrimitivesBeneficiaryAccountId32: z.ZodObject<{
|
|
@@ -8498,7 +8498,6 @@ declare const cfTraitsSwappingPriceLimitsAndExpiry: z.ZodObject<{
|
|
|
8498
8498
|
minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
8499
8499
|
maxOraclePriceSlippage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
8500
8500
|
}, "strip", z.ZodTypeAny, {
|
|
8501
|
-
minPrice: bigint;
|
|
8502
8501
|
expiryBehaviour: {
|
|
8503
8502
|
__kind: "NoExpiry";
|
|
8504
8503
|
} | {
|
|
@@ -8627,9 +8626,9 @@ declare const cfTraitsSwappingPriceLimitsAndExpiry: z.ZodObject<{
|
|
|
8627
8626
|
} | null | undefined;
|
|
8628
8627
|
} | null | undefined;
|
|
8629
8628
|
};
|
|
8629
|
+
minPrice: bigint;
|
|
8630
8630
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
8631
8631
|
}, {
|
|
8632
|
-
minPrice: string | number;
|
|
8633
8632
|
expiryBehaviour: {
|
|
8634
8633
|
__kind: "NoExpiry";
|
|
8635
8634
|
} | {
|
|
@@ -8760,6 +8759,7 @@ declare const cfTraitsSwappingPriceLimitsAndExpiry: z.ZodObject<{
|
|
|
8760
8759
|
} | null | undefined;
|
|
8761
8760
|
} | null | undefined;
|
|
8762
8761
|
};
|
|
8762
|
+
minPrice: string | number;
|
|
8763
8763
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
8764
8764
|
}>;
|
|
8765
8765
|
declare const cfPrimitivesDcaParameters: z.ZodObject<{
|
|
@@ -9350,20 +9350,20 @@ declare const palletCfEthereumIngressEgressDepositWitnessEthereum: z.ZodObject<{
|
|
|
9350
9350
|
}>;
|
|
9351
9351
|
}, "strip", z.ZodTypeAny, {
|
|
9352
9352
|
depositAddress: `0x${string}`;
|
|
9353
|
+
amount: bigint;
|
|
9353
9354
|
asset: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
9354
9355
|
depositDetails: {
|
|
9355
9356
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
9356
9357
|
};
|
|
9357
|
-
amount: bigint;
|
|
9358
9358
|
}, {
|
|
9359
9359
|
depositAddress: string;
|
|
9360
|
+
amount: string | number;
|
|
9360
9361
|
asset: {
|
|
9361
9362
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
9362
9363
|
};
|
|
9363
9364
|
depositDetails: {
|
|
9364
9365
|
txHashes?: string[] | null | undefined;
|
|
9365
9366
|
};
|
|
9366
|
-
amount: string | number;
|
|
9367
9367
|
}>;
|
|
9368
9368
|
declare const cfChainsCcmChannelMetadataCcmAdditionalData: z.ZodObject<{
|
|
9369
9369
|
message: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
@@ -9716,11 +9716,11 @@ declare const palletCfEthereumIngressEgressVaultDepositWitnessEthereum: z.ZodObj
|
|
|
9716
9716
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
9717
9717
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
9718
9718
|
}, "strip", z.ZodTypeAny, {
|
|
9719
|
-
__kind: "
|
|
9719
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
9720
9720
|
}, {
|
|
9721
|
-
__kind: "
|
|
9722
|
-
}>, "
|
|
9723
|
-
__kind: "
|
|
9721
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
9722
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
|
|
9723
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
9724
9724
|
}>;
|
|
9725
9725
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
9726
9726
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
@@ -10091,13 +10091,13 @@ declare const palletCfEthereumIngressEgressVaultDepositWitnessEthereum: z.ZodObj
|
|
|
10091
10091
|
}>>>;
|
|
10092
10092
|
boostFee: z.ZodNumber;
|
|
10093
10093
|
}, "strip", z.ZodTypeAny, {
|
|
10094
|
+
txId: `0x${string}`;
|
|
10094
10095
|
depositDetails: {
|
|
10095
10096
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
10096
10097
|
};
|
|
10097
|
-
boostFee: number;
|
|
10098
10098
|
inputAsset: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
10099
10099
|
depositAmount: bigint;
|
|
10100
|
-
outputAsset: "
|
|
10100
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
10101
10101
|
destinationAddress: {
|
|
10102
10102
|
readonly chain: "Ethereum";
|
|
10103
10103
|
readonly address: `0x${string}`;
|
|
@@ -10117,7 +10117,6 @@ declare const palletCfEthereumIngressEgressVaultDepositWitnessEthereum: z.ZodObj
|
|
|
10117
10117
|
readonly chain: "Assethub";
|
|
10118
10118
|
readonly address: string;
|
|
10119
10119
|
};
|
|
10120
|
-
txId: `0x${string}`;
|
|
10121
10120
|
affiliateFees: {
|
|
10122
10121
|
account: number;
|
|
10123
10122
|
bps: number;
|
|
@@ -10133,6 +10132,7 @@ declare const palletCfEthereumIngressEgressVaultDepositWitnessEthereum: z.ZodObj
|
|
|
10133
10132
|
} | null | undefined;
|
|
10134
10133
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
10135
10134
|
};
|
|
10135
|
+
boostFee: number;
|
|
10136
10136
|
depositAddress?: `0x${string}` | null | undefined;
|
|
10137
10137
|
channelId?: bigint | null | undefined;
|
|
10138
10138
|
depositMetadata?: {
|
|
@@ -10190,22 +10190,21 @@ declare const palletCfEthereumIngressEgressVaultDepositWitnessEthereum: z.ZodObj
|
|
|
10190
10190
|
chunkInterval: number;
|
|
10191
10191
|
} | null | undefined;
|
|
10192
10192
|
}, {
|
|
10193
|
+
txId: string;
|
|
10193
10194
|
depositDetails: {
|
|
10194
10195
|
txHashes?: string[] | null | undefined;
|
|
10195
10196
|
};
|
|
10196
|
-
boostFee: number;
|
|
10197
10197
|
inputAsset: {
|
|
10198
10198
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
10199
10199
|
};
|
|
10200
10200
|
depositAmount: string | number;
|
|
10201
10201
|
outputAsset: {
|
|
10202
|
-
__kind: "
|
|
10202
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
10203
10203
|
};
|
|
10204
10204
|
destinationAddress: {
|
|
10205
10205
|
value: string;
|
|
10206
10206
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
10207
10207
|
};
|
|
10208
|
-
txId: string;
|
|
10209
10208
|
affiliateFees: {
|
|
10210
10209
|
account: number;
|
|
10211
10210
|
bps: number;
|
|
@@ -10221,6 +10220,7 @@ declare const palletCfEthereumIngressEgressVaultDepositWitnessEthereum: z.ZodObj
|
|
|
10221
10220
|
} | null | undefined;
|
|
10222
10221
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
10223
10222
|
};
|
|
10223
|
+
boostFee: number;
|
|
10224
10224
|
depositAddress?: string | null | undefined;
|
|
10225
10225
|
channelId?: string | number | null | undefined;
|
|
10226
10226
|
depositMetadata?: {
|
|
@@ -10303,42 +10303,42 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
|
|
|
10303
10303
|
}>;
|
|
10304
10304
|
}, "strip", z.ZodTypeAny, {
|
|
10305
10305
|
depositAddress: `0x${string}`;
|
|
10306
|
+
amount: bigint;
|
|
10306
10307
|
asset: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
10307
10308
|
depositDetails: {
|
|
10308
10309
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
10309
10310
|
};
|
|
10310
|
-
amount: bigint;
|
|
10311
10311
|
}, {
|
|
10312
10312
|
depositAddress: string;
|
|
10313
|
+
amount: string | number;
|
|
10313
10314
|
asset: {
|
|
10314
10315
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
10315
10316
|
};
|
|
10316
10317
|
depositDetails: {
|
|
10317
10318
|
txHashes?: string[] | null | undefined;
|
|
10318
10319
|
};
|
|
10319
|
-
amount: string | number;
|
|
10320
10320
|
}>;
|
|
10321
10321
|
}, "strip", z.ZodTypeAny, {
|
|
10322
10322
|
__kind: "DepositFailedDepositChannelVariantEthereum";
|
|
10323
10323
|
depositWitness: {
|
|
10324
10324
|
depositAddress: `0x${string}`;
|
|
10325
|
+
amount: bigint;
|
|
10325
10326
|
asset: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
10326
10327
|
depositDetails: {
|
|
10327
10328
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
10328
10329
|
};
|
|
10329
|
-
amount: bigint;
|
|
10330
10330
|
};
|
|
10331
10331
|
}, {
|
|
10332
10332
|
__kind: "DepositFailedDepositChannelVariantEthereum";
|
|
10333
10333
|
depositWitness: {
|
|
10334
10334
|
depositAddress: string;
|
|
10335
|
+
amount: string | number;
|
|
10335
10336
|
asset: {
|
|
10336
10337
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
10337
10338
|
};
|
|
10338
10339
|
depositDetails: {
|
|
10339
10340
|
txHashes?: string[] | null | undefined;
|
|
10340
10341
|
};
|
|
10341
|
-
amount: string | number;
|
|
10342
10342
|
};
|
|
10343
10343
|
}>, z.ZodObject<{
|
|
10344
10344
|
__kind: z.ZodLiteral<"DepositFailedVaultVariantEthereum">;
|
|
@@ -10365,11 +10365,11 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
|
|
|
10365
10365
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
10366
10366
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
10367
10367
|
}, "strip", z.ZodTypeAny, {
|
|
10368
|
-
__kind: "
|
|
10368
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
10369
10369
|
}, {
|
|
10370
|
-
__kind: "
|
|
10371
|
-
}>, "
|
|
10372
|
-
__kind: "
|
|
10370
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
10371
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
|
|
10372
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
10373
10373
|
}>;
|
|
10374
10374
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
10375
10375
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
@@ -10740,13 +10740,13 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
|
|
|
10740
10740
|
}>>>;
|
|
10741
10741
|
boostFee: z.ZodNumber;
|
|
10742
10742
|
}, "strip", z.ZodTypeAny, {
|
|
10743
|
+
txId: `0x${string}`;
|
|
10743
10744
|
depositDetails: {
|
|
10744
10745
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
10745
10746
|
};
|
|
10746
|
-
boostFee: number;
|
|
10747
10747
|
inputAsset: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
10748
10748
|
depositAmount: bigint;
|
|
10749
|
-
outputAsset: "
|
|
10749
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
10750
10750
|
destinationAddress: {
|
|
10751
10751
|
readonly chain: "Ethereum";
|
|
10752
10752
|
readonly address: `0x${string}`;
|
|
@@ -10766,7 +10766,6 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
|
|
|
10766
10766
|
readonly chain: "Assethub";
|
|
10767
10767
|
readonly address: string;
|
|
10768
10768
|
};
|
|
10769
|
-
txId: `0x${string}`;
|
|
10770
10769
|
affiliateFees: {
|
|
10771
10770
|
account: number;
|
|
10772
10771
|
bps: number;
|
|
@@ -10782,6 +10781,7 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
|
|
|
10782
10781
|
} | null | undefined;
|
|
10783
10782
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
10784
10783
|
};
|
|
10784
|
+
boostFee: number;
|
|
10785
10785
|
depositAddress?: `0x${string}` | null | undefined;
|
|
10786
10786
|
channelId?: bigint | null | undefined;
|
|
10787
10787
|
depositMetadata?: {
|
|
@@ -10839,22 +10839,21 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
|
|
|
10839
10839
|
chunkInterval: number;
|
|
10840
10840
|
} | null | undefined;
|
|
10841
10841
|
}, {
|
|
10842
|
+
txId: string;
|
|
10842
10843
|
depositDetails: {
|
|
10843
10844
|
txHashes?: string[] | null | undefined;
|
|
10844
10845
|
};
|
|
10845
|
-
boostFee: number;
|
|
10846
10846
|
inputAsset: {
|
|
10847
10847
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
10848
10848
|
};
|
|
10849
10849
|
depositAmount: string | number;
|
|
10850
10850
|
outputAsset: {
|
|
10851
|
-
__kind: "
|
|
10851
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
10852
10852
|
};
|
|
10853
10853
|
destinationAddress: {
|
|
10854
10854
|
value: string;
|
|
10855
10855
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
10856
10856
|
};
|
|
10857
|
-
txId: string;
|
|
10858
10857
|
affiliateFees: {
|
|
10859
10858
|
account: number;
|
|
10860
10859
|
bps: number;
|
|
@@ -10870,6 +10869,7 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
|
|
|
10870
10869
|
} | null | undefined;
|
|
10871
10870
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
10872
10871
|
};
|
|
10872
|
+
boostFee: number;
|
|
10873
10873
|
depositAddress?: string | null | undefined;
|
|
10874
10874
|
channelId?: string | number | null | undefined;
|
|
10875
10875
|
depositMetadata?: {
|
|
@@ -10932,13 +10932,13 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
|
|
|
10932
10932
|
}, "strip", z.ZodTypeAny, {
|
|
10933
10933
|
__kind: "DepositFailedVaultVariantEthereum";
|
|
10934
10934
|
vaultWitness: {
|
|
10935
|
+
txId: `0x${string}`;
|
|
10935
10936
|
depositDetails: {
|
|
10936
10937
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
10937
10938
|
};
|
|
10938
|
-
boostFee: number;
|
|
10939
10939
|
inputAsset: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
10940
10940
|
depositAmount: bigint;
|
|
10941
|
-
outputAsset: "
|
|
10941
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
10942
10942
|
destinationAddress: {
|
|
10943
10943
|
readonly chain: "Ethereum";
|
|
10944
10944
|
readonly address: `0x${string}`;
|
|
@@ -10958,7 +10958,6 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
|
|
|
10958
10958
|
readonly chain: "Assethub";
|
|
10959
10959
|
readonly address: string;
|
|
10960
10960
|
};
|
|
10961
|
-
txId: `0x${string}`;
|
|
10962
10961
|
affiliateFees: {
|
|
10963
10962
|
account: number;
|
|
10964
10963
|
bps: number;
|
|
@@ -10974,6 +10973,7 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
|
|
|
10974
10973
|
} | null | undefined;
|
|
10975
10974
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
10976
10975
|
};
|
|
10976
|
+
boostFee: number;
|
|
10977
10977
|
depositAddress?: `0x${string}` | null | undefined;
|
|
10978
10978
|
channelId?: bigint | null | undefined;
|
|
10979
10979
|
depositMetadata?: {
|
|
@@ -11034,22 +11034,21 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
|
|
|
11034
11034
|
}, {
|
|
11035
11035
|
__kind: "DepositFailedVaultVariantEthereum";
|
|
11036
11036
|
vaultWitness: {
|
|
11037
|
+
txId: string;
|
|
11037
11038
|
depositDetails: {
|
|
11038
11039
|
txHashes?: string[] | null | undefined;
|
|
11039
11040
|
};
|
|
11040
|
-
boostFee: number;
|
|
11041
11041
|
inputAsset: {
|
|
11042
11042
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
11043
11043
|
};
|
|
11044
11044
|
depositAmount: string | number;
|
|
11045
11045
|
outputAsset: {
|
|
11046
|
-
__kind: "
|
|
11046
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
11047
11047
|
};
|
|
11048
11048
|
destinationAddress: {
|
|
11049
11049
|
value: string;
|
|
11050
11050
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
11051
11051
|
};
|
|
11052
|
-
txId: string;
|
|
11053
11052
|
affiliateFees: {
|
|
11054
11053
|
account: number;
|
|
11055
11054
|
bps: number;
|
|
@@ -11065,6 +11064,7 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
|
|
|
11065
11064
|
} | null | undefined;
|
|
11066
11065
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
11067
11066
|
};
|
|
11067
|
+
boostFee: number;
|
|
11068
11068
|
depositAddress?: string | null | undefined;
|
|
11069
11069
|
channelId?: string | number | null | undefined;
|
|
11070
11070
|
depositMetadata?: {
|
|
@@ -11592,16 +11592,16 @@ declare const palletCfPolkadotIngressEgressDepositWitnessPolkadot: z.ZodObject<{
|
|
|
11592
11592
|
depositDetails: z.ZodNumber;
|
|
11593
11593
|
}, "strip", z.ZodTypeAny, {
|
|
11594
11594
|
depositAddress: `0x${string}`;
|
|
11595
|
+
amount: bigint;
|
|
11595
11596
|
asset: "Dot";
|
|
11596
11597
|
depositDetails: number;
|
|
11597
|
-
amount: bigint;
|
|
11598
11598
|
}, {
|
|
11599
11599
|
depositAddress: string;
|
|
11600
|
+
amount: string | number;
|
|
11600
11601
|
asset: {
|
|
11601
11602
|
__kind: "Dot";
|
|
11602
11603
|
};
|
|
11603
11604
|
depositDetails: number;
|
|
11604
|
-
amount: string | number;
|
|
11605
11605
|
}>;
|
|
11606
11606
|
declare const cfPolkadotChainCcmDepositMetadata: z.ZodObject<{
|
|
11607
11607
|
channelMetadata: z.ZodObject<{
|
|
@@ -11925,11 +11925,11 @@ declare const palletCfPolkadotIngressEgressVaultDepositWitnessPolkadot: z.ZodObj
|
|
|
11925
11925
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
11926
11926
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
11927
11927
|
}, "strip", z.ZodTypeAny, {
|
|
11928
|
-
__kind: "
|
|
11928
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
11929
11929
|
}, {
|
|
11930
|
-
__kind: "
|
|
11931
|
-
}>, "
|
|
11932
|
-
__kind: "
|
|
11930
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
11931
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
|
|
11932
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
11933
11933
|
}>;
|
|
11934
11934
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
11935
11935
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
@@ -12309,11 +12309,14 @@ declare const palletCfPolkadotIngressEgressVaultDepositWitnessPolkadot: z.ZodObj
|
|
|
12309
12309
|
}>>>;
|
|
12310
12310
|
boostFee: z.ZodNumber;
|
|
12311
12311
|
}, "strip", z.ZodTypeAny, {
|
|
12312
|
+
txId: {
|
|
12313
|
+
blockNumber: number;
|
|
12314
|
+
extrinsicIndex: number;
|
|
12315
|
+
};
|
|
12312
12316
|
depositDetails: number;
|
|
12313
|
-
boostFee: number;
|
|
12314
12317
|
inputAsset: "Dot";
|
|
12315
12318
|
depositAmount: bigint;
|
|
12316
|
-
outputAsset: "
|
|
12319
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
12317
12320
|
destinationAddress: {
|
|
12318
12321
|
readonly chain: "Ethereum";
|
|
12319
12322
|
readonly address: `0x${string}`;
|
|
@@ -12333,10 +12336,6 @@ declare const palletCfPolkadotIngressEgressVaultDepositWitnessPolkadot: z.ZodObj
|
|
|
12333
12336
|
readonly chain: "Assethub";
|
|
12334
12337
|
readonly address: string;
|
|
12335
12338
|
};
|
|
12336
|
-
txId: {
|
|
12337
|
-
blockNumber: number;
|
|
12338
|
-
extrinsicIndex: number;
|
|
12339
|
-
};
|
|
12340
12339
|
affiliateFees: {
|
|
12341
12340
|
account: number;
|
|
12342
12341
|
bps: number;
|
|
@@ -12352,6 +12351,7 @@ declare const palletCfPolkadotIngressEgressVaultDepositWitnessPolkadot: z.ZodObj
|
|
|
12352
12351
|
} | null | undefined;
|
|
12353
12352
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
12354
12353
|
};
|
|
12354
|
+
boostFee: number;
|
|
12355
12355
|
depositAddress?: `0x${string}` | null | undefined;
|
|
12356
12356
|
channelId?: bigint | null | undefined;
|
|
12357
12357
|
depositMetadata?: {
|
|
@@ -12409,23 +12409,22 @@ declare const palletCfPolkadotIngressEgressVaultDepositWitnessPolkadot: z.ZodObj
|
|
|
12409
12409
|
chunkInterval: number;
|
|
12410
12410
|
} | null | undefined;
|
|
12411
12411
|
}, {
|
|
12412
|
+
txId: {
|
|
12413
|
+
blockNumber: number;
|
|
12414
|
+
extrinsicIndex: number;
|
|
12415
|
+
};
|
|
12412
12416
|
depositDetails: number;
|
|
12413
|
-
boostFee: number;
|
|
12414
12417
|
inputAsset: {
|
|
12415
12418
|
__kind: "Dot";
|
|
12416
12419
|
};
|
|
12417
12420
|
depositAmount: string | number;
|
|
12418
12421
|
outputAsset: {
|
|
12419
|
-
__kind: "
|
|
12422
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
12420
12423
|
};
|
|
12421
12424
|
destinationAddress: {
|
|
12422
12425
|
value: string;
|
|
12423
12426
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
12424
12427
|
};
|
|
12425
|
-
txId: {
|
|
12426
|
-
blockNumber: number;
|
|
12427
|
-
extrinsicIndex: number;
|
|
12428
|
-
};
|
|
12429
12428
|
affiliateFees: {
|
|
12430
12429
|
account: number;
|
|
12431
12430
|
bps: number;
|
|
@@ -12441,6 +12440,7 @@ declare const palletCfPolkadotIngressEgressVaultDepositWitnessPolkadot: z.ZodObj
|
|
|
12441
12440
|
} | null | undefined;
|
|
12442
12441
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
12443
12442
|
};
|
|
12443
|
+
boostFee: number;
|
|
12444
12444
|
depositAddress?: string | null | undefined;
|
|
12445
12445
|
channelId?: string | number | null | undefined;
|
|
12446
12446
|
depositMetadata?: {
|
|
@@ -12517,34 +12517,34 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
|
|
|
12517
12517
|
depositDetails: z.ZodNumber;
|
|
12518
12518
|
}, "strip", z.ZodTypeAny, {
|
|
12519
12519
|
depositAddress: `0x${string}`;
|
|
12520
|
+
amount: bigint;
|
|
12520
12521
|
asset: "Dot";
|
|
12521
12522
|
depositDetails: number;
|
|
12522
|
-
amount: bigint;
|
|
12523
12523
|
}, {
|
|
12524
12524
|
depositAddress: string;
|
|
12525
|
+
amount: string | number;
|
|
12525
12526
|
asset: {
|
|
12526
12527
|
__kind: "Dot";
|
|
12527
12528
|
};
|
|
12528
12529
|
depositDetails: number;
|
|
12529
|
-
amount: string | number;
|
|
12530
12530
|
}>;
|
|
12531
12531
|
}, "strip", z.ZodTypeAny, {
|
|
12532
12532
|
__kind: "DepositFailedDepositChannelVariantPolkadot";
|
|
12533
12533
|
depositWitness: {
|
|
12534
12534
|
depositAddress: `0x${string}`;
|
|
12535
|
+
amount: bigint;
|
|
12535
12536
|
asset: "Dot";
|
|
12536
12537
|
depositDetails: number;
|
|
12537
|
-
amount: bigint;
|
|
12538
12538
|
};
|
|
12539
12539
|
}, {
|
|
12540
12540
|
__kind: "DepositFailedDepositChannelVariantPolkadot";
|
|
12541
12541
|
depositWitness: {
|
|
12542
12542
|
depositAddress: string;
|
|
12543
|
+
amount: string | number;
|
|
12543
12544
|
asset: {
|
|
12544
12545
|
__kind: "Dot";
|
|
12545
12546
|
};
|
|
12546
12547
|
depositDetails: number;
|
|
12547
|
-
amount: string | number;
|
|
12548
12548
|
};
|
|
12549
12549
|
}>, z.ZodObject<{
|
|
12550
12550
|
__kind: z.ZodLiteral<"DepositFailedVaultVariantPolkadot">;
|
|
@@ -12565,11 +12565,11 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
|
|
|
12565
12565
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
12566
12566
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
12567
12567
|
}, "strip", z.ZodTypeAny, {
|
|
12568
|
-
__kind: "
|
|
12568
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
12569
12569
|
}, {
|
|
12570
|
-
__kind: "
|
|
12571
|
-
}>, "
|
|
12572
|
-
__kind: "
|
|
12570
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
12571
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
|
|
12572
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
12573
12573
|
}>;
|
|
12574
12574
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
12575
12575
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
@@ -12949,11 +12949,14 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
|
|
|
12949
12949
|
}>>>;
|
|
12950
12950
|
boostFee: z.ZodNumber;
|
|
12951
12951
|
}, "strip", z.ZodTypeAny, {
|
|
12952
|
+
txId: {
|
|
12953
|
+
blockNumber: number;
|
|
12954
|
+
extrinsicIndex: number;
|
|
12955
|
+
};
|
|
12952
12956
|
depositDetails: number;
|
|
12953
|
-
boostFee: number;
|
|
12954
12957
|
inputAsset: "Dot";
|
|
12955
12958
|
depositAmount: bigint;
|
|
12956
|
-
outputAsset: "
|
|
12959
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
12957
12960
|
destinationAddress: {
|
|
12958
12961
|
readonly chain: "Ethereum";
|
|
12959
12962
|
readonly address: `0x${string}`;
|
|
@@ -12973,10 +12976,6 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
|
|
|
12973
12976
|
readonly chain: "Assethub";
|
|
12974
12977
|
readonly address: string;
|
|
12975
12978
|
};
|
|
12976
|
-
txId: {
|
|
12977
|
-
blockNumber: number;
|
|
12978
|
-
extrinsicIndex: number;
|
|
12979
|
-
};
|
|
12980
12979
|
affiliateFees: {
|
|
12981
12980
|
account: number;
|
|
12982
12981
|
bps: number;
|
|
@@ -12992,6 +12991,7 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
|
|
|
12992
12991
|
} | null | undefined;
|
|
12993
12992
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
12994
12993
|
};
|
|
12994
|
+
boostFee: number;
|
|
12995
12995
|
depositAddress?: `0x${string}` | null | undefined;
|
|
12996
12996
|
channelId?: bigint | null | undefined;
|
|
12997
12997
|
depositMetadata?: {
|
|
@@ -13049,23 +13049,22 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
|
|
|
13049
13049
|
chunkInterval: number;
|
|
13050
13050
|
} | null | undefined;
|
|
13051
13051
|
}, {
|
|
13052
|
+
txId: {
|
|
13053
|
+
blockNumber: number;
|
|
13054
|
+
extrinsicIndex: number;
|
|
13055
|
+
};
|
|
13052
13056
|
depositDetails: number;
|
|
13053
|
-
boostFee: number;
|
|
13054
13057
|
inputAsset: {
|
|
13055
13058
|
__kind: "Dot";
|
|
13056
13059
|
};
|
|
13057
13060
|
depositAmount: string | number;
|
|
13058
13061
|
outputAsset: {
|
|
13059
|
-
__kind: "
|
|
13062
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
13060
13063
|
};
|
|
13061
13064
|
destinationAddress: {
|
|
13062
13065
|
value: string;
|
|
13063
13066
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
13064
13067
|
};
|
|
13065
|
-
txId: {
|
|
13066
|
-
blockNumber: number;
|
|
13067
|
-
extrinsicIndex: number;
|
|
13068
|
-
};
|
|
13069
13068
|
affiliateFees: {
|
|
13070
13069
|
account: number;
|
|
13071
13070
|
bps: number;
|
|
@@ -13081,6 +13080,7 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
|
|
|
13081
13080
|
} | null | undefined;
|
|
13082
13081
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
13083
13082
|
};
|
|
13083
|
+
boostFee: number;
|
|
13084
13084
|
depositAddress?: string | null | undefined;
|
|
13085
13085
|
channelId?: string | number | null | undefined;
|
|
13086
13086
|
depositMetadata?: {
|
|
@@ -13143,11 +13143,14 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
|
|
|
13143
13143
|
}, "strip", z.ZodTypeAny, {
|
|
13144
13144
|
__kind: "DepositFailedVaultVariantPolkadot";
|
|
13145
13145
|
vaultWitness: {
|
|
13146
|
+
txId: {
|
|
13147
|
+
blockNumber: number;
|
|
13148
|
+
extrinsicIndex: number;
|
|
13149
|
+
};
|
|
13146
13150
|
depositDetails: number;
|
|
13147
|
-
boostFee: number;
|
|
13148
13151
|
inputAsset: "Dot";
|
|
13149
13152
|
depositAmount: bigint;
|
|
13150
|
-
outputAsset: "
|
|
13153
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
13151
13154
|
destinationAddress: {
|
|
13152
13155
|
readonly chain: "Ethereum";
|
|
13153
13156
|
readonly address: `0x${string}`;
|
|
@@ -13167,10 +13170,6 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
|
|
|
13167
13170
|
readonly chain: "Assethub";
|
|
13168
13171
|
readonly address: string;
|
|
13169
13172
|
};
|
|
13170
|
-
txId: {
|
|
13171
|
-
blockNumber: number;
|
|
13172
|
-
extrinsicIndex: number;
|
|
13173
|
-
};
|
|
13174
13173
|
affiliateFees: {
|
|
13175
13174
|
account: number;
|
|
13176
13175
|
bps: number;
|
|
@@ -13186,6 +13185,7 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
|
|
|
13186
13185
|
} | null | undefined;
|
|
13187
13186
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
13188
13187
|
};
|
|
13188
|
+
boostFee: number;
|
|
13189
13189
|
depositAddress?: `0x${string}` | null | undefined;
|
|
13190
13190
|
channelId?: bigint | null | undefined;
|
|
13191
13191
|
depositMetadata?: {
|
|
@@ -13246,23 +13246,22 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
|
|
|
13246
13246
|
}, {
|
|
13247
13247
|
__kind: "DepositFailedVaultVariantPolkadot";
|
|
13248
13248
|
vaultWitness: {
|
|
13249
|
+
txId: {
|
|
13250
|
+
blockNumber: number;
|
|
13251
|
+
extrinsicIndex: number;
|
|
13252
|
+
};
|
|
13249
13253
|
depositDetails: number;
|
|
13250
|
-
boostFee: number;
|
|
13251
13254
|
inputAsset: {
|
|
13252
13255
|
__kind: "Dot";
|
|
13253
13256
|
};
|
|
13254
13257
|
depositAmount: string | number;
|
|
13255
13258
|
outputAsset: {
|
|
13256
|
-
__kind: "
|
|
13259
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
13257
13260
|
};
|
|
13258
13261
|
destinationAddress: {
|
|
13259
13262
|
value: string;
|
|
13260
13263
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
13261
13264
|
};
|
|
13262
|
-
txId: {
|
|
13263
|
-
blockNumber: number;
|
|
13264
|
-
extrinsicIndex: number;
|
|
13265
|
-
};
|
|
13266
13265
|
affiliateFees: {
|
|
13267
13266
|
account: number;
|
|
13268
13267
|
bps: number;
|
|
@@ -13278,6 +13277,7 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
|
|
|
13278
13277
|
} | null | undefined;
|
|
13279
13278
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
13280
13279
|
};
|
|
13280
|
+
boostFee: number;
|
|
13281
13281
|
depositAddress?: string | null | undefined;
|
|
13282
13282
|
channelId?: string | number | null | undefined;
|
|
13283
13283
|
depositMetadata?: {
|
|
@@ -14155,6 +14155,7 @@ declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
|
|
|
14155
14155
|
version: number;
|
|
14156
14156
|
program: `0x${string}`;
|
|
14157
14157
|
};
|
|
14158
|
+
amount: bigint;
|
|
14158
14159
|
asset: "Btc";
|
|
14159
14160
|
depositDetails: {
|
|
14160
14161
|
depositAddress: {
|
|
@@ -14174,7 +14175,6 @@ declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
|
|
|
14174
14175
|
vout: number;
|
|
14175
14176
|
};
|
|
14176
14177
|
};
|
|
14177
|
-
amount: bigint;
|
|
14178
14178
|
}, {
|
|
14179
14179
|
depositAddress: {
|
|
14180
14180
|
value: string;
|
|
@@ -14196,6 +14196,7 @@ declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
|
|
|
14196
14196
|
version: number;
|
|
14197
14197
|
program: string;
|
|
14198
14198
|
};
|
|
14199
|
+
amount: string | number;
|
|
14199
14200
|
asset: {
|
|
14200
14201
|
__kind: "Btc";
|
|
14201
14202
|
};
|
|
@@ -14217,7 +14218,6 @@ declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
|
|
|
14217
14218
|
vout: number;
|
|
14218
14219
|
};
|
|
14219
14220
|
};
|
|
14220
|
-
amount: string | number;
|
|
14221
14221
|
}>;
|
|
14222
14222
|
declare const cfBitcoinChainCcmDepositMetadata: z.ZodObject<{
|
|
14223
14223
|
channelMetadata: z.ZodObject<{
|
|
@@ -14788,11 +14788,11 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
|
|
|
14788
14788
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
14789
14789
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
14790
14790
|
}, "strip", z.ZodTypeAny, {
|
|
14791
|
-
__kind: "
|
|
14791
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
14792
14792
|
}, {
|
|
14793
|
-
__kind: "
|
|
14794
|
-
}>, "
|
|
14795
|
-
__kind: "
|
|
14793
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
14794
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
|
|
14795
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
14796
14796
|
}>;
|
|
14797
14797
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
14798
14798
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
@@ -15258,6 +15258,7 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
|
|
|
15258
15258
|
}>>>;
|
|
15259
15259
|
boostFee: z.ZodNumber;
|
|
15260
15260
|
}, "strip", z.ZodTypeAny, {
|
|
15261
|
+
txId: `0x${string}`;
|
|
15261
15262
|
depositDetails: {
|
|
15262
15263
|
depositAddress: {
|
|
15263
15264
|
pubkeyX: `0x${string}`;
|
|
@@ -15276,10 +15277,9 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
|
|
|
15276
15277
|
vout: number;
|
|
15277
15278
|
};
|
|
15278
15279
|
};
|
|
15279
|
-
boostFee: number;
|
|
15280
15280
|
inputAsset: "Btc";
|
|
15281
15281
|
depositAmount: bigint;
|
|
15282
|
-
outputAsset: "
|
|
15282
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
15283
15283
|
destinationAddress: {
|
|
15284
15284
|
readonly chain: "Ethereum";
|
|
15285
15285
|
readonly address: `0x${string}`;
|
|
@@ -15299,7 +15299,6 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
|
|
|
15299
15299
|
readonly chain: "Assethub";
|
|
15300
15300
|
readonly address: string;
|
|
15301
15301
|
};
|
|
15302
|
-
txId: `0x${string}`;
|
|
15303
15302
|
affiliateFees: {
|
|
15304
15303
|
account: number;
|
|
15305
15304
|
bps: number;
|
|
@@ -15334,6 +15333,7 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
|
|
|
15334
15333
|
} | null | undefined;
|
|
15335
15334
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
15336
15335
|
};
|
|
15336
|
+
boostFee: number;
|
|
15337
15337
|
depositAddress?: {
|
|
15338
15338
|
value: `0x${string}`;
|
|
15339
15339
|
__kind: "P2PKH";
|
|
@@ -15410,6 +15410,7 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
|
|
|
15410
15410
|
chunkInterval: number;
|
|
15411
15411
|
} | null | undefined;
|
|
15412
15412
|
}, {
|
|
15413
|
+
txId: string;
|
|
15413
15414
|
depositDetails: {
|
|
15414
15415
|
depositAddress: {
|
|
15415
15416
|
pubkeyX: string;
|
|
@@ -15428,19 +15429,17 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
|
|
|
15428
15429
|
vout: number;
|
|
15429
15430
|
};
|
|
15430
15431
|
};
|
|
15431
|
-
boostFee: number;
|
|
15432
15432
|
inputAsset: {
|
|
15433
15433
|
__kind: "Btc";
|
|
15434
15434
|
};
|
|
15435
15435
|
depositAmount: string | number;
|
|
15436
15436
|
outputAsset: {
|
|
15437
|
-
__kind: "
|
|
15437
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
15438
15438
|
};
|
|
15439
15439
|
destinationAddress: {
|
|
15440
15440
|
value: string;
|
|
15441
15441
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
15442
15442
|
};
|
|
15443
|
-
txId: string;
|
|
15444
15443
|
affiliateFees: {
|
|
15445
15444
|
account: number;
|
|
15446
15445
|
bps: number;
|
|
@@ -15475,6 +15474,7 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
|
|
|
15475
15474
|
} | null | undefined;
|
|
15476
15475
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
15477
15476
|
};
|
|
15477
|
+
boostFee: number;
|
|
15478
15478
|
depositAddress?: {
|
|
15479
15479
|
value: string;
|
|
15480
15480
|
__kind: "P2PKH";
|
|
@@ -15741,6 +15741,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
15741
15741
|
version: number;
|
|
15742
15742
|
program: `0x${string}`;
|
|
15743
15743
|
};
|
|
15744
|
+
amount: bigint;
|
|
15744
15745
|
asset: "Btc";
|
|
15745
15746
|
depositDetails: {
|
|
15746
15747
|
depositAddress: {
|
|
@@ -15760,7 +15761,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
15760
15761
|
vout: number;
|
|
15761
15762
|
};
|
|
15762
15763
|
};
|
|
15763
|
-
amount: bigint;
|
|
15764
15764
|
}, {
|
|
15765
15765
|
depositAddress: {
|
|
15766
15766
|
value: string;
|
|
@@ -15782,6 +15782,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
15782
15782
|
version: number;
|
|
15783
15783
|
program: string;
|
|
15784
15784
|
};
|
|
15785
|
+
amount: string | number;
|
|
15785
15786
|
asset: {
|
|
15786
15787
|
__kind: "Btc";
|
|
15787
15788
|
};
|
|
@@ -15803,7 +15804,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
15803
15804
|
vout: number;
|
|
15804
15805
|
};
|
|
15805
15806
|
};
|
|
15806
|
-
amount: string | number;
|
|
15807
15807
|
}>;
|
|
15808
15808
|
}, "strip", z.ZodTypeAny, {
|
|
15809
15809
|
__kind: "DepositFailedDepositChannelVariantBitcoin";
|
|
@@ -15828,6 +15828,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
15828
15828
|
version: number;
|
|
15829
15829
|
program: `0x${string}`;
|
|
15830
15830
|
};
|
|
15831
|
+
amount: bigint;
|
|
15831
15832
|
asset: "Btc";
|
|
15832
15833
|
depositDetails: {
|
|
15833
15834
|
depositAddress: {
|
|
@@ -15847,7 +15848,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
15847
15848
|
vout: number;
|
|
15848
15849
|
};
|
|
15849
15850
|
};
|
|
15850
|
-
amount: bigint;
|
|
15851
15851
|
};
|
|
15852
15852
|
}, {
|
|
15853
15853
|
__kind: "DepositFailedDepositChannelVariantBitcoin";
|
|
@@ -15872,6 +15872,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
15872
15872
|
version: number;
|
|
15873
15873
|
program: string;
|
|
15874
15874
|
};
|
|
15875
|
+
amount: string | number;
|
|
15875
15876
|
asset: {
|
|
15876
15877
|
__kind: "Btc";
|
|
15877
15878
|
};
|
|
@@ -15893,7 +15894,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
15893
15894
|
vout: number;
|
|
15894
15895
|
};
|
|
15895
15896
|
};
|
|
15896
|
-
amount: string | number;
|
|
15897
15897
|
};
|
|
15898
15898
|
}>, z.ZodObject<{
|
|
15899
15899
|
__kind: z.ZodLiteral<"DepositFailedVaultVariantBitcoin">;
|
|
@@ -16066,11 +16066,11 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
16066
16066
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
16067
16067
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
16068
16068
|
}, "strip", z.ZodTypeAny, {
|
|
16069
|
-
__kind: "
|
|
16069
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
16070
16070
|
}, {
|
|
16071
|
-
__kind: "
|
|
16072
|
-
}>, "
|
|
16073
|
-
__kind: "
|
|
16071
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
16072
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
|
|
16073
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
16074
16074
|
}>;
|
|
16075
16075
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
16076
16076
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
@@ -16536,6 +16536,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
16536
16536
|
}>>>;
|
|
16537
16537
|
boostFee: z.ZodNumber;
|
|
16538
16538
|
}, "strip", z.ZodTypeAny, {
|
|
16539
|
+
txId: `0x${string}`;
|
|
16539
16540
|
depositDetails: {
|
|
16540
16541
|
depositAddress: {
|
|
16541
16542
|
pubkeyX: `0x${string}`;
|
|
@@ -16554,10 +16555,9 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
16554
16555
|
vout: number;
|
|
16555
16556
|
};
|
|
16556
16557
|
};
|
|
16557
|
-
boostFee: number;
|
|
16558
16558
|
inputAsset: "Btc";
|
|
16559
16559
|
depositAmount: bigint;
|
|
16560
|
-
outputAsset: "
|
|
16560
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
16561
16561
|
destinationAddress: {
|
|
16562
16562
|
readonly chain: "Ethereum";
|
|
16563
16563
|
readonly address: `0x${string}`;
|
|
@@ -16577,7 +16577,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
16577
16577
|
readonly chain: "Assethub";
|
|
16578
16578
|
readonly address: string;
|
|
16579
16579
|
};
|
|
16580
|
-
txId: `0x${string}`;
|
|
16581
16580
|
affiliateFees: {
|
|
16582
16581
|
account: number;
|
|
16583
16582
|
bps: number;
|
|
@@ -16612,6 +16611,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
16612
16611
|
} | null | undefined;
|
|
16613
16612
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
16614
16613
|
};
|
|
16614
|
+
boostFee: number;
|
|
16615
16615
|
depositAddress?: {
|
|
16616
16616
|
value: `0x${string}`;
|
|
16617
16617
|
__kind: "P2PKH";
|
|
@@ -16688,6 +16688,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
16688
16688
|
chunkInterval: number;
|
|
16689
16689
|
} | null | undefined;
|
|
16690
16690
|
}, {
|
|
16691
|
+
txId: string;
|
|
16691
16692
|
depositDetails: {
|
|
16692
16693
|
depositAddress: {
|
|
16693
16694
|
pubkeyX: string;
|
|
@@ -16706,19 +16707,17 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
16706
16707
|
vout: number;
|
|
16707
16708
|
};
|
|
16708
16709
|
};
|
|
16709
|
-
boostFee: number;
|
|
16710
16710
|
inputAsset: {
|
|
16711
16711
|
__kind: "Btc";
|
|
16712
16712
|
};
|
|
16713
16713
|
depositAmount: string | number;
|
|
16714
16714
|
outputAsset: {
|
|
16715
|
-
__kind: "
|
|
16715
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
16716
16716
|
};
|
|
16717
16717
|
destinationAddress: {
|
|
16718
16718
|
value: string;
|
|
16719
16719
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
16720
16720
|
};
|
|
16721
|
-
txId: string;
|
|
16722
16721
|
affiliateFees: {
|
|
16723
16722
|
account: number;
|
|
16724
16723
|
bps: number;
|
|
@@ -16753,6 +16752,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
16753
16752
|
} | null | undefined;
|
|
16754
16753
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
16755
16754
|
};
|
|
16755
|
+
boostFee: number;
|
|
16756
16756
|
depositAddress?: {
|
|
16757
16757
|
value: string;
|
|
16758
16758
|
__kind: "P2PKH";
|
|
@@ -16834,6 +16834,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
16834
16834
|
}, "strip", z.ZodTypeAny, {
|
|
16835
16835
|
__kind: "DepositFailedVaultVariantBitcoin";
|
|
16836
16836
|
vaultWitness: {
|
|
16837
|
+
txId: `0x${string}`;
|
|
16837
16838
|
depositDetails: {
|
|
16838
16839
|
depositAddress: {
|
|
16839
16840
|
pubkeyX: `0x${string}`;
|
|
@@ -16852,10 +16853,9 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
16852
16853
|
vout: number;
|
|
16853
16854
|
};
|
|
16854
16855
|
};
|
|
16855
|
-
boostFee: number;
|
|
16856
16856
|
inputAsset: "Btc";
|
|
16857
16857
|
depositAmount: bigint;
|
|
16858
|
-
outputAsset: "
|
|
16858
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
16859
16859
|
destinationAddress: {
|
|
16860
16860
|
readonly chain: "Ethereum";
|
|
16861
16861
|
readonly address: `0x${string}`;
|
|
@@ -16875,7 +16875,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
16875
16875
|
readonly chain: "Assethub";
|
|
16876
16876
|
readonly address: string;
|
|
16877
16877
|
};
|
|
16878
|
-
txId: `0x${string}`;
|
|
16879
16878
|
affiliateFees: {
|
|
16880
16879
|
account: number;
|
|
16881
16880
|
bps: number;
|
|
@@ -16910,6 +16909,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
16910
16909
|
} | null | undefined;
|
|
16911
16910
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
16912
16911
|
};
|
|
16912
|
+
boostFee: number;
|
|
16913
16913
|
depositAddress?: {
|
|
16914
16914
|
value: `0x${string}`;
|
|
16915
16915
|
__kind: "P2PKH";
|
|
@@ -16989,6 +16989,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
16989
16989
|
}, {
|
|
16990
16990
|
__kind: "DepositFailedVaultVariantBitcoin";
|
|
16991
16991
|
vaultWitness: {
|
|
16992
|
+
txId: string;
|
|
16992
16993
|
depositDetails: {
|
|
16993
16994
|
depositAddress: {
|
|
16994
16995
|
pubkeyX: string;
|
|
@@ -17007,19 +17008,17 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
17007
17008
|
vout: number;
|
|
17008
17009
|
};
|
|
17009
17010
|
};
|
|
17010
|
-
boostFee: number;
|
|
17011
17011
|
inputAsset: {
|
|
17012
17012
|
__kind: "Btc";
|
|
17013
17013
|
};
|
|
17014
17014
|
depositAmount: string | number;
|
|
17015
17015
|
outputAsset: {
|
|
17016
|
-
__kind: "
|
|
17016
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
17017
17017
|
};
|
|
17018
17018
|
destinationAddress: {
|
|
17019
17019
|
value: string;
|
|
17020
17020
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
17021
17021
|
};
|
|
17022
|
-
txId: string;
|
|
17023
17022
|
affiliateFees: {
|
|
17024
17023
|
account: number;
|
|
17025
17024
|
bps: number;
|
|
@@ -17054,6 +17053,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
17054
17053
|
} | null | undefined;
|
|
17055
17054
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
17056
17055
|
};
|
|
17056
|
+
boostFee: number;
|
|
17057
17057
|
depositAddress?: {
|
|
17058
17058
|
value: string;
|
|
17059
17059
|
__kind: "P2PKH";
|
|
@@ -17597,20 +17597,20 @@ declare const palletCfArbitrumIngressEgressDepositWitnessArbitrum: z.ZodObject<{
|
|
|
17597
17597
|
}>;
|
|
17598
17598
|
}, "strip", z.ZodTypeAny, {
|
|
17599
17599
|
depositAddress: `0x${string}`;
|
|
17600
|
+
amount: bigint;
|
|
17600
17601
|
asset: "ArbEth" | "ArbUsdc";
|
|
17601
17602
|
depositDetails: {
|
|
17602
17603
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
17603
17604
|
};
|
|
17604
|
-
amount: bigint;
|
|
17605
17605
|
}, {
|
|
17606
17606
|
depositAddress: string;
|
|
17607
|
+
amount: string | number;
|
|
17607
17608
|
asset: {
|
|
17608
17609
|
__kind: "ArbEth" | "ArbUsdc";
|
|
17609
17610
|
};
|
|
17610
17611
|
depositDetails: {
|
|
17611
17612
|
txHashes?: string[] | null | undefined;
|
|
17612
17613
|
};
|
|
17613
|
-
amount: string | number;
|
|
17614
17614
|
}>;
|
|
17615
17615
|
declare const cfArbitrumChainCcmDepositMetadata: z.ZodObject<{
|
|
17616
17616
|
channelMetadata: z.ZodObject<{
|
|
@@ -17940,11 +17940,11 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitnessArbitrum: z.ZodObj
|
|
|
17940
17940
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
17941
17941
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
17942
17942
|
}, "strip", z.ZodTypeAny, {
|
|
17943
|
-
__kind: "
|
|
17943
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
17944
17944
|
}, {
|
|
17945
|
-
__kind: "
|
|
17946
|
-
}>, "
|
|
17947
|
-
__kind: "
|
|
17945
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
17946
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
|
|
17947
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
17948
17948
|
}>;
|
|
17949
17949
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
17950
17950
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
@@ -18315,13 +18315,13 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitnessArbitrum: z.ZodObj
|
|
|
18315
18315
|
}>>>;
|
|
18316
18316
|
boostFee: z.ZodNumber;
|
|
18317
18317
|
}, "strip", z.ZodTypeAny, {
|
|
18318
|
+
txId: `0x${string}`;
|
|
18318
18319
|
depositDetails: {
|
|
18319
18320
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
18320
18321
|
};
|
|
18321
|
-
boostFee: number;
|
|
18322
18322
|
inputAsset: "ArbEth" | "ArbUsdc";
|
|
18323
18323
|
depositAmount: bigint;
|
|
18324
|
-
outputAsset: "
|
|
18324
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
18325
18325
|
destinationAddress: {
|
|
18326
18326
|
readonly chain: "Ethereum";
|
|
18327
18327
|
readonly address: `0x${string}`;
|
|
@@ -18341,7 +18341,6 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitnessArbitrum: z.ZodObj
|
|
|
18341
18341
|
readonly chain: "Assethub";
|
|
18342
18342
|
readonly address: string;
|
|
18343
18343
|
};
|
|
18344
|
-
txId: `0x${string}`;
|
|
18345
18344
|
affiliateFees: {
|
|
18346
18345
|
account: number;
|
|
18347
18346
|
bps: number;
|
|
@@ -18357,6 +18356,7 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitnessArbitrum: z.ZodObj
|
|
|
18357
18356
|
} | null | undefined;
|
|
18358
18357
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
18359
18358
|
};
|
|
18359
|
+
boostFee: number;
|
|
18360
18360
|
depositAddress?: `0x${string}` | null | undefined;
|
|
18361
18361
|
channelId?: bigint | null | undefined;
|
|
18362
18362
|
depositMetadata?: {
|
|
@@ -18414,22 +18414,21 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitnessArbitrum: z.ZodObj
|
|
|
18414
18414
|
chunkInterval: number;
|
|
18415
18415
|
} | null | undefined;
|
|
18416
18416
|
}, {
|
|
18417
|
+
txId: string;
|
|
18417
18418
|
depositDetails: {
|
|
18418
18419
|
txHashes?: string[] | null | undefined;
|
|
18419
18420
|
};
|
|
18420
|
-
boostFee: number;
|
|
18421
18421
|
inputAsset: {
|
|
18422
18422
|
__kind: "ArbEth" | "ArbUsdc";
|
|
18423
18423
|
};
|
|
18424
18424
|
depositAmount: string | number;
|
|
18425
18425
|
outputAsset: {
|
|
18426
|
-
__kind: "
|
|
18426
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
18427
18427
|
};
|
|
18428
18428
|
destinationAddress: {
|
|
18429
18429
|
value: string;
|
|
18430
18430
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
18431
18431
|
};
|
|
18432
|
-
txId: string;
|
|
18433
18432
|
affiliateFees: {
|
|
18434
18433
|
account: number;
|
|
18435
18434
|
bps: number;
|
|
@@ -18445,6 +18444,7 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitnessArbitrum: z.ZodObj
|
|
|
18445
18444
|
} | null | undefined;
|
|
18446
18445
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
18447
18446
|
};
|
|
18447
|
+
boostFee: number;
|
|
18448
18448
|
depositAddress?: string | null | undefined;
|
|
18449
18449
|
channelId?: string | number | null | undefined;
|
|
18450
18450
|
depositMetadata?: {
|
|
@@ -18527,42 +18527,42 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
|
|
|
18527
18527
|
}>;
|
|
18528
18528
|
}, "strip", z.ZodTypeAny, {
|
|
18529
18529
|
depositAddress: `0x${string}`;
|
|
18530
|
+
amount: bigint;
|
|
18530
18531
|
asset: "ArbEth" | "ArbUsdc";
|
|
18531
18532
|
depositDetails: {
|
|
18532
18533
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
18533
18534
|
};
|
|
18534
|
-
amount: bigint;
|
|
18535
18535
|
}, {
|
|
18536
18536
|
depositAddress: string;
|
|
18537
|
+
amount: string | number;
|
|
18537
18538
|
asset: {
|
|
18538
18539
|
__kind: "ArbEth" | "ArbUsdc";
|
|
18539
18540
|
};
|
|
18540
18541
|
depositDetails: {
|
|
18541
18542
|
txHashes?: string[] | null | undefined;
|
|
18542
18543
|
};
|
|
18543
|
-
amount: string | number;
|
|
18544
18544
|
}>;
|
|
18545
18545
|
}, "strip", z.ZodTypeAny, {
|
|
18546
18546
|
__kind: "DepositFailedDepositChannelVariantArbitrum";
|
|
18547
18547
|
depositWitness: {
|
|
18548
18548
|
depositAddress: `0x${string}`;
|
|
18549
|
+
amount: bigint;
|
|
18549
18550
|
asset: "ArbEth" | "ArbUsdc";
|
|
18550
18551
|
depositDetails: {
|
|
18551
18552
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
18552
18553
|
};
|
|
18553
|
-
amount: bigint;
|
|
18554
18554
|
};
|
|
18555
18555
|
}, {
|
|
18556
18556
|
__kind: "DepositFailedDepositChannelVariantArbitrum";
|
|
18557
18557
|
depositWitness: {
|
|
18558
18558
|
depositAddress: string;
|
|
18559
|
+
amount: string | number;
|
|
18559
18560
|
asset: {
|
|
18560
18561
|
__kind: "ArbEth" | "ArbUsdc";
|
|
18561
18562
|
};
|
|
18562
18563
|
depositDetails: {
|
|
18563
18564
|
txHashes?: string[] | null | undefined;
|
|
18564
18565
|
};
|
|
18565
|
-
amount: string | number;
|
|
18566
18566
|
};
|
|
18567
18567
|
}>, z.ZodObject<{
|
|
18568
18568
|
__kind: z.ZodLiteral<"DepositFailedVaultVariantArbitrum">;
|
|
@@ -18589,11 +18589,11 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
|
|
|
18589
18589
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
18590
18590
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
18591
18591
|
}, "strip", z.ZodTypeAny, {
|
|
18592
|
-
__kind: "
|
|
18592
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
18593
18593
|
}, {
|
|
18594
|
-
__kind: "
|
|
18595
|
-
}>, "
|
|
18596
|
-
__kind: "
|
|
18594
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
18595
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
|
|
18596
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
18597
18597
|
}>;
|
|
18598
18598
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
18599
18599
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
@@ -18964,13 +18964,13 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
|
|
|
18964
18964
|
}>>>;
|
|
18965
18965
|
boostFee: z.ZodNumber;
|
|
18966
18966
|
}, "strip", z.ZodTypeAny, {
|
|
18967
|
+
txId: `0x${string}`;
|
|
18967
18968
|
depositDetails: {
|
|
18968
18969
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
18969
18970
|
};
|
|
18970
|
-
boostFee: number;
|
|
18971
18971
|
inputAsset: "ArbEth" | "ArbUsdc";
|
|
18972
18972
|
depositAmount: bigint;
|
|
18973
|
-
outputAsset: "
|
|
18973
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
18974
18974
|
destinationAddress: {
|
|
18975
18975
|
readonly chain: "Ethereum";
|
|
18976
18976
|
readonly address: `0x${string}`;
|
|
@@ -18990,7 +18990,6 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
|
|
|
18990
18990
|
readonly chain: "Assethub";
|
|
18991
18991
|
readonly address: string;
|
|
18992
18992
|
};
|
|
18993
|
-
txId: `0x${string}`;
|
|
18994
18993
|
affiliateFees: {
|
|
18995
18994
|
account: number;
|
|
18996
18995
|
bps: number;
|
|
@@ -19006,6 +19005,7 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
|
|
|
19006
19005
|
} | null | undefined;
|
|
19007
19006
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
19008
19007
|
};
|
|
19008
|
+
boostFee: number;
|
|
19009
19009
|
depositAddress?: `0x${string}` | null | undefined;
|
|
19010
19010
|
channelId?: bigint | null | undefined;
|
|
19011
19011
|
depositMetadata?: {
|
|
@@ -19063,22 +19063,21 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
|
|
|
19063
19063
|
chunkInterval: number;
|
|
19064
19064
|
} | null | undefined;
|
|
19065
19065
|
}, {
|
|
19066
|
+
txId: string;
|
|
19066
19067
|
depositDetails: {
|
|
19067
19068
|
txHashes?: string[] | null | undefined;
|
|
19068
19069
|
};
|
|
19069
|
-
boostFee: number;
|
|
19070
19070
|
inputAsset: {
|
|
19071
19071
|
__kind: "ArbEth" | "ArbUsdc";
|
|
19072
19072
|
};
|
|
19073
19073
|
depositAmount: string | number;
|
|
19074
19074
|
outputAsset: {
|
|
19075
|
-
__kind: "
|
|
19075
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
19076
19076
|
};
|
|
19077
19077
|
destinationAddress: {
|
|
19078
19078
|
value: string;
|
|
19079
19079
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
19080
19080
|
};
|
|
19081
|
-
txId: string;
|
|
19082
19081
|
affiliateFees: {
|
|
19083
19082
|
account: number;
|
|
19084
19083
|
bps: number;
|
|
@@ -19094,6 +19093,7 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
|
|
|
19094
19093
|
} | null | undefined;
|
|
19095
19094
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
19096
19095
|
};
|
|
19096
|
+
boostFee: number;
|
|
19097
19097
|
depositAddress?: string | null | undefined;
|
|
19098
19098
|
channelId?: string | number | null | undefined;
|
|
19099
19099
|
depositMetadata?: {
|
|
@@ -19156,13 +19156,13 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
|
|
|
19156
19156
|
}, "strip", z.ZodTypeAny, {
|
|
19157
19157
|
__kind: "DepositFailedVaultVariantArbitrum";
|
|
19158
19158
|
vaultWitness: {
|
|
19159
|
+
txId: `0x${string}`;
|
|
19159
19160
|
depositDetails: {
|
|
19160
19161
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
19161
19162
|
};
|
|
19162
|
-
boostFee: number;
|
|
19163
19163
|
inputAsset: "ArbEth" | "ArbUsdc";
|
|
19164
19164
|
depositAmount: bigint;
|
|
19165
|
-
outputAsset: "
|
|
19165
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
19166
19166
|
destinationAddress: {
|
|
19167
19167
|
readonly chain: "Ethereum";
|
|
19168
19168
|
readonly address: `0x${string}`;
|
|
@@ -19182,7 +19182,6 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
|
|
|
19182
19182
|
readonly chain: "Assethub";
|
|
19183
19183
|
readonly address: string;
|
|
19184
19184
|
};
|
|
19185
|
-
txId: `0x${string}`;
|
|
19186
19185
|
affiliateFees: {
|
|
19187
19186
|
account: number;
|
|
19188
19187
|
bps: number;
|
|
@@ -19198,6 +19197,7 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
|
|
|
19198
19197
|
} | null | undefined;
|
|
19199
19198
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
19200
19199
|
};
|
|
19200
|
+
boostFee: number;
|
|
19201
19201
|
depositAddress?: `0x${string}` | null | undefined;
|
|
19202
19202
|
channelId?: bigint | null | undefined;
|
|
19203
19203
|
depositMetadata?: {
|
|
@@ -19258,22 +19258,21 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
|
|
|
19258
19258
|
}, {
|
|
19259
19259
|
__kind: "DepositFailedVaultVariantArbitrum";
|
|
19260
19260
|
vaultWitness: {
|
|
19261
|
+
txId: string;
|
|
19261
19262
|
depositDetails: {
|
|
19262
19263
|
txHashes?: string[] | null | undefined;
|
|
19263
19264
|
};
|
|
19264
|
-
boostFee: number;
|
|
19265
19265
|
inputAsset: {
|
|
19266
19266
|
__kind: "ArbEth" | "ArbUsdc";
|
|
19267
19267
|
};
|
|
19268
19268
|
depositAmount: string | number;
|
|
19269
19269
|
outputAsset: {
|
|
19270
|
-
__kind: "
|
|
19270
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
19271
19271
|
};
|
|
19272
19272
|
destinationAddress: {
|
|
19273
19273
|
value: string;
|
|
19274
19274
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
19275
19275
|
};
|
|
19276
|
-
txId: string;
|
|
19277
19276
|
affiliateFees: {
|
|
19278
19277
|
account: number;
|
|
19279
19278
|
bps: number;
|
|
@@ -19289,6 +19288,7 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
|
|
|
19289
19288
|
} | null | undefined;
|
|
19290
19289
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
19291
19290
|
};
|
|
19291
|
+
boostFee: number;
|
|
19292
19292
|
depositAddress?: string | null | undefined;
|
|
19293
19293
|
channelId?: string | number | null | undefined;
|
|
19294
19294
|
depositMetadata?: {
|
|
@@ -19844,6 +19844,7 @@ declare const palletCfSolanaIngressEgressDepositWitnessSolana: z.ZodObject<{
|
|
|
19844
19844
|
}>]>;
|
|
19845
19845
|
}, "strip", z.ZodTypeAny, {
|
|
19846
19846
|
depositAddress: `0x${string}`;
|
|
19847
|
+
amount: bigint;
|
|
19847
19848
|
asset: "Sol" | "SolUsdc";
|
|
19848
19849
|
depositDetails: {
|
|
19849
19850
|
value: `0x${string}`;
|
|
@@ -19852,9 +19853,9 @@ declare const palletCfSolanaIngressEgressDepositWitnessSolana: z.ZodObject<{
|
|
|
19852
19853
|
value: [`0x${string}`, bigint];
|
|
19853
19854
|
__kind: "VaultSwapAccount";
|
|
19854
19855
|
};
|
|
19855
|
-
amount: bigint;
|
|
19856
19856
|
}, {
|
|
19857
19857
|
depositAddress: string;
|
|
19858
|
+
amount: string | number;
|
|
19858
19859
|
asset: {
|
|
19859
19860
|
__kind: "Sol" | "SolUsdc";
|
|
19860
19861
|
};
|
|
@@ -19865,7 +19866,6 @@ declare const palletCfSolanaIngressEgressDepositWitnessSolana: z.ZodObject<{
|
|
|
19865
19866
|
value: [string, string | number];
|
|
19866
19867
|
__kind: "VaultSwapAccount";
|
|
19867
19868
|
};
|
|
19868
|
-
amount: string | number;
|
|
19869
19869
|
}>;
|
|
19870
19870
|
declare const cfSolanaChainCcmDepositMetadata: z.ZodObject<{
|
|
19871
19871
|
channelMetadata: z.ZodObject<{
|
|
@@ -20207,11 +20207,11 @@ declare const palletCfSolanaIngressEgressVaultDepositWitnessSolana: z.ZodObject<
|
|
|
20207
20207
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
20208
20208
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
20209
20209
|
}, "strip", z.ZodTypeAny, {
|
|
20210
|
-
__kind: "
|
|
20210
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
20211
20211
|
}, {
|
|
20212
|
-
__kind: "
|
|
20213
|
-
}>, "
|
|
20214
|
-
__kind: "
|
|
20212
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
20213
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
|
|
20214
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
20215
20215
|
}>;
|
|
20216
20216
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
20217
20217
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
@@ -20582,6 +20582,7 @@ declare const palletCfSolanaIngressEgressVaultDepositWitnessSolana: z.ZodObject<
|
|
|
20582
20582
|
}>>>;
|
|
20583
20583
|
boostFee: z.ZodNumber;
|
|
20584
20584
|
}, "strip", z.ZodTypeAny, {
|
|
20585
|
+
txId: [`0x${string}`, bigint];
|
|
20585
20586
|
depositDetails: {
|
|
20586
20587
|
value: `0x${string}`;
|
|
20587
20588
|
__kind: "Channel";
|
|
@@ -20589,10 +20590,9 @@ declare const palletCfSolanaIngressEgressVaultDepositWitnessSolana: z.ZodObject<
|
|
|
20589
20590
|
value: [`0x${string}`, bigint];
|
|
20590
20591
|
__kind: "VaultSwapAccount";
|
|
20591
20592
|
};
|
|
20592
|
-
boostFee: number;
|
|
20593
20593
|
inputAsset: "Sol" | "SolUsdc";
|
|
20594
20594
|
depositAmount: bigint;
|
|
20595
|
-
outputAsset: "
|
|
20595
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
20596
20596
|
destinationAddress: {
|
|
20597
20597
|
readonly chain: "Ethereum";
|
|
20598
20598
|
readonly address: `0x${string}`;
|
|
@@ -20612,7 +20612,6 @@ declare const palletCfSolanaIngressEgressVaultDepositWitnessSolana: z.ZodObject<
|
|
|
20612
20612
|
readonly chain: "Assethub";
|
|
20613
20613
|
readonly address: string;
|
|
20614
20614
|
};
|
|
20615
|
-
txId: [`0x${string}`, bigint];
|
|
20616
20615
|
affiliateFees: {
|
|
20617
20616
|
account: number;
|
|
20618
20617
|
bps: number;
|
|
@@ -20628,6 +20627,7 @@ declare const palletCfSolanaIngressEgressVaultDepositWitnessSolana: z.ZodObject<
|
|
|
20628
20627
|
} | null | undefined;
|
|
20629
20628
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
20630
20629
|
};
|
|
20630
|
+
boostFee: number;
|
|
20631
20631
|
depositAddress?: `0x${string}` | null | undefined;
|
|
20632
20632
|
channelId?: bigint | null | undefined;
|
|
20633
20633
|
depositMetadata?: {
|
|
@@ -20685,6 +20685,7 @@ declare const palletCfSolanaIngressEgressVaultDepositWitnessSolana: z.ZodObject<
|
|
|
20685
20685
|
chunkInterval: number;
|
|
20686
20686
|
} | null | undefined;
|
|
20687
20687
|
}, {
|
|
20688
|
+
txId: [string, string | number];
|
|
20688
20689
|
depositDetails: {
|
|
20689
20690
|
value: string;
|
|
20690
20691
|
__kind: "Channel";
|
|
@@ -20692,19 +20693,17 @@ declare const palletCfSolanaIngressEgressVaultDepositWitnessSolana: z.ZodObject<
|
|
|
20692
20693
|
value: [string, string | number];
|
|
20693
20694
|
__kind: "VaultSwapAccount";
|
|
20694
20695
|
};
|
|
20695
|
-
boostFee: number;
|
|
20696
20696
|
inputAsset: {
|
|
20697
20697
|
__kind: "Sol" | "SolUsdc";
|
|
20698
20698
|
};
|
|
20699
20699
|
depositAmount: string | number;
|
|
20700
20700
|
outputAsset: {
|
|
20701
|
-
__kind: "
|
|
20701
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
20702
20702
|
};
|
|
20703
20703
|
destinationAddress: {
|
|
20704
20704
|
value: string;
|
|
20705
20705
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
20706
20706
|
};
|
|
20707
|
-
txId: [string, string | number];
|
|
20708
20707
|
affiliateFees: {
|
|
20709
20708
|
account: number;
|
|
20710
20709
|
bps: number;
|
|
@@ -20720,6 +20719,7 @@ declare const palletCfSolanaIngressEgressVaultDepositWitnessSolana: z.ZodObject<
|
|
|
20720
20719
|
} | null | undefined;
|
|
20721
20720
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
20722
20721
|
};
|
|
20722
|
+
boostFee: number;
|
|
20723
20723
|
depositAddress?: string | null | undefined;
|
|
20724
20724
|
channelId?: string | number | null | undefined;
|
|
20725
20725
|
depositMetadata?: {
|
|
@@ -20814,6 +20814,7 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
20814
20814
|
}>]>;
|
|
20815
20815
|
}, "strip", z.ZodTypeAny, {
|
|
20816
20816
|
depositAddress: `0x${string}`;
|
|
20817
|
+
amount: bigint;
|
|
20817
20818
|
asset: "Sol" | "SolUsdc";
|
|
20818
20819
|
depositDetails: {
|
|
20819
20820
|
value: `0x${string}`;
|
|
@@ -20822,9 +20823,9 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
20822
20823
|
value: [`0x${string}`, bigint];
|
|
20823
20824
|
__kind: "VaultSwapAccount";
|
|
20824
20825
|
};
|
|
20825
|
-
amount: bigint;
|
|
20826
20826
|
}, {
|
|
20827
20827
|
depositAddress: string;
|
|
20828
|
+
amount: string | number;
|
|
20828
20829
|
asset: {
|
|
20829
20830
|
__kind: "Sol" | "SolUsdc";
|
|
20830
20831
|
};
|
|
@@ -20835,12 +20836,12 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
20835
20836
|
value: [string, string | number];
|
|
20836
20837
|
__kind: "VaultSwapAccount";
|
|
20837
20838
|
};
|
|
20838
|
-
amount: string | number;
|
|
20839
20839
|
}>;
|
|
20840
20840
|
}, "strip", z.ZodTypeAny, {
|
|
20841
20841
|
__kind: "DepositFailedDepositChannelVariantSolana";
|
|
20842
20842
|
depositWitness: {
|
|
20843
20843
|
depositAddress: `0x${string}`;
|
|
20844
|
+
amount: bigint;
|
|
20844
20845
|
asset: "Sol" | "SolUsdc";
|
|
20845
20846
|
depositDetails: {
|
|
20846
20847
|
value: `0x${string}`;
|
|
@@ -20849,12 +20850,12 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
20849
20850
|
value: [`0x${string}`, bigint];
|
|
20850
20851
|
__kind: "VaultSwapAccount";
|
|
20851
20852
|
};
|
|
20852
|
-
amount: bigint;
|
|
20853
20853
|
};
|
|
20854
20854
|
}, {
|
|
20855
20855
|
__kind: "DepositFailedDepositChannelVariantSolana";
|
|
20856
20856
|
depositWitness: {
|
|
20857
20857
|
depositAddress: string;
|
|
20858
|
+
amount: string | number;
|
|
20858
20859
|
asset: {
|
|
20859
20860
|
__kind: "Sol" | "SolUsdc";
|
|
20860
20861
|
};
|
|
@@ -20865,7 +20866,6 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
20865
20866
|
value: [string, string | number];
|
|
20866
20867
|
__kind: "VaultSwapAccount";
|
|
20867
20868
|
};
|
|
20868
|
-
amount: string | number;
|
|
20869
20869
|
};
|
|
20870
20870
|
}>, z.ZodObject<{
|
|
20871
20871
|
__kind: z.ZodLiteral<"DepositFailedVaultVariantSolana">;
|
|
@@ -20904,11 +20904,11 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
20904
20904
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
20905
20905
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
20906
20906
|
}, "strip", z.ZodTypeAny, {
|
|
20907
|
-
__kind: "
|
|
20907
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
20908
20908
|
}, {
|
|
20909
|
-
__kind: "
|
|
20910
|
-
}>, "
|
|
20911
|
-
__kind: "
|
|
20909
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
20910
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
|
|
20911
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
20912
20912
|
}>;
|
|
20913
20913
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
20914
20914
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
@@ -21279,6 +21279,7 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
21279
21279
|
}>>>;
|
|
21280
21280
|
boostFee: z.ZodNumber;
|
|
21281
21281
|
}, "strip", z.ZodTypeAny, {
|
|
21282
|
+
txId: [`0x${string}`, bigint];
|
|
21282
21283
|
depositDetails: {
|
|
21283
21284
|
value: `0x${string}`;
|
|
21284
21285
|
__kind: "Channel";
|
|
@@ -21286,10 +21287,9 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
21286
21287
|
value: [`0x${string}`, bigint];
|
|
21287
21288
|
__kind: "VaultSwapAccount";
|
|
21288
21289
|
};
|
|
21289
|
-
boostFee: number;
|
|
21290
21290
|
inputAsset: "Sol" | "SolUsdc";
|
|
21291
21291
|
depositAmount: bigint;
|
|
21292
|
-
outputAsset: "
|
|
21292
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
21293
21293
|
destinationAddress: {
|
|
21294
21294
|
readonly chain: "Ethereum";
|
|
21295
21295
|
readonly address: `0x${string}`;
|
|
@@ -21309,7 +21309,6 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
21309
21309
|
readonly chain: "Assethub";
|
|
21310
21310
|
readonly address: string;
|
|
21311
21311
|
};
|
|
21312
|
-
txId: [`0x${string}`, bigint];
|
|
21313
21312
|
affiliateFees: {
|
|
21314
21313
|
account: number;
|
|
21315
21314
|
bps: number;
|
|
@@ -21325,6 +21324,7 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
21325
21324
|
} | null | undefined;
|
|
21326
21325
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
21327
21326
|
};
|
|
21327
|
+
boostFee: number;
|
|
21328
21328
|
depositAddress?: `0x${string}` | null | undefined;
|
|
21329
21329
|
channelId?: bigint | null | undefined;
|
|
21330
21330
|
depositMetadata?: {
|
|
@@ -21382,6 +21382,7 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
21382
21382
|
chunkInterval: number;
|
|
21383
21383
|
} | null | undefined;
|
|
21384
21384
|
}, {
|
|
21385
|
+
txId: [string, string | number];
|
|
21385
21386
|
depositDetails: {
|
|
21386
21387
|
value: string;
|
|
21387
21388
|
__kind: "Channel";
|
|
@@ -21389,19 +21390,17 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
21389
21390
|
value: [string, string | number];
|
|
21390
21391
|
__kind: "VaultSwapAccount";
|
|
21391
21392
|
};
|
|
21392
|
-
boostFee: number;
|
|
21393
21393
|
inputAsset: {
|
|
21394
21394
|
__kind: "Sol" | "SolUsdc";
|
|
21395
21395
|
};
|
|
21396
21396
|
depositAmount: string | number;
|
|
21397
21397
|
outputAsset: {
|
|
21398
|
-
__kind: "
|
|
21398
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
21399
21399
|
};
|
|
21400
21400
|
destinationAddress: {
|
|
21401
21401
|
value: string;
|
|
21402
21402
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
21403
21403
|
};
|
|
21404
|
-
txId: [string, string | number];
|
|
21405
21404
|
affiliateFees: {
|
|
21406
21405
|
account: number;
|
|
21407
21406
|
bps: number;
|
|
@@ -21417,6 +21416,7 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
21417
21416
|
} | null | undefined;
|
|
21418
21417
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
21419
21418
|
};
|
|
21419
|
+
boostFee: number;
|
|
21420
21420
|
depositAddress?: string | null | undefined;
|
|
21421
21421
|
channelId?: string | number | null | undefined;
|
|
21422
21422
|
depositMetadata?: {
|
|
@@ -21479,6 +21479,7 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
21479
21479
|
}, "strip", z.ZodTypeAny, {
|
|
21480
21480
|
__kind: "DepositFailedVaultVariantSolana";
|
|
21481
21481
|
vaultWitness: {
|
|
21482
|
+
txId: [`0x${string}`, bigint];
|
|
21482
21483
|
depositDetails: {
|
|
21483
21484
|
value: `0x${string}`;
|
|
21484
21485
|
__kind: "Channel";
|
|
@@ -21486,10 +21487,9 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
21486
21487
|
value: [`0x${string}`, bigint];
|
|
21487
21488
|
__kind: "VaultSwapAccount";
|
|
21488
21489
|
};
|
|
21489
|
-
boostFee: number;
|
|
21490
21490
|
inputAsset: "Sol" | "SolUsdc";
|
|
21491
21491
|
depositAmount: bigint;
|
|
21492
|
-
outputAsset: "
|
|
21492
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
21493
21493
|
destinationAddress: {
|
|
21494
21494
|
readonly chain: "Ethereum";
|
|
21495
21495
|
readonly address: `0x${string}`;
|
|
@@ -21509,7 +21509,6 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
21509
21509
|
readonly chain: "Assethub";
|
|
21510
21510
|
readonly address: string;
|
|
21511
21511
|
};
|
|
21512
|
-
txId: [`0x${string}`, bigint];
|
|
21513
21512
|
affiliateFees: {
|
|
21514
21513
|
account: number;
|
|
21515
21514
|
bps: number;
|
|
@@ -21525,6 +21524,7 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
21525
21524
|
} | null | undefined;
|
|
21526
21525
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
21527
21526
|
};
|
|
21527
|
+
boostFee: number;
|
|
21528
21528
|
depositAddress?: `0x${string}` | null | undefined;
|
|
21529
21529
|
channelId?: bigint | null | undefined;
|
|
21530
21530
|
depositMetadata?: {
|
|
@@ -21585,6 +21585,7 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
21585
21585
|
}, {
|
|
21586
21586
|
__kind: "DepositFailedVaultVariantSolana";
|
|
21587
21587
|
vaultWitness: {
|
|
21588
|
+
txId: [string, string | number];
|
|
21588
21589
|
depositDetails: {
|
|
21589
21590
|
value: string;
|
|
21590
21591
|
__kind: "Channel";
|
|
@@ -21592,19 +21593,17 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
21592
21593
|
value: [string, string | number];
|
|
21593
21594
|
__kind: "VaultSwapAccount";
|
|
21594
21595
|
};
|
|
21595
|
-
boostFee: number;
|
|
21596
21596
|
inputAsset: {
|
|
21597
21597
|
__kind: "Sol" | "SolUsdc";
|
|
21598
21598
|
};
|
|
21599
21599
|
depositAmount: string | number;
|
|
21600
21600
|
outputAsset: {
|
|
21601
|
-
__kind: "
|
|
21601
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
21602
21602
|
};
|
|
21603
21603
|
destinationAddress: {
|
|
21604
21604
|
value: string;
|
|
21605
21605
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
21606
21606
|
};
|
|
21607
|
-
txId: [string, string | number];
|
|
21608
21607
|
affiliateFees: {
|
|
21609
21608
|
account: number;
|
|
21610
21609
|
bps: number;
|
|
@@ -21620,6 +21619,7 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
21620
21619
|
} | null | undefined;
|
|
21621
21620
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
21622
21621
|
};
|
|
21622
|
+
boostFee: number;
|
|
21623
21623
|
depositAddress?: string | null | undefined;
|
|
21624
21624
|
channelId?: string | number | null | undefined;
|
|
21625
21625
|
depositMetadata?: {
|
|
@@ -22138,16 +22138,16 @@ declare const palletCfAssethubIngressEgressDepositWitnessAssethub: z.ZodObject<{
|
|
|
22138
22138
|
depositDetails: z.ZodNumber;
|
|
22139
22139
|
}, "strip", z.ZodTypeAny, {
|
|
22140
22140
|
depositAddress: `0x${string}`;
|
|
22141
|
+
amount: bigint;
|
|
22141
22142
|
asset: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
22142
22143
|
depositDetails: number;
|
|
22143
|
-
amount: bigint;
|
|
22144
22144
|
}, {
|
|
22145
22145
|
depositAddress: string;
|
|
22146
|
+
amount: string | number;
|
|
22146
22147
|
asset: {
|
|
22147
22148
|
__kind: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
22148
22149
|
};
|
|
22149
22150
|
depositDetails: number;
|
|
22150
|
-
amount: string | number;
|
|
22151
22151
|
}>;
|
|
22152
22152
|
declare const cfAssethubChainCcmDepositMetadata: z.ZodObject<{
|
|
22153
22153
|
channelMetadata: z.ZodObject<{
|
|
@@ -22471,11 +22471,11 @@ declare const palletCfAssethubIngressEgressVaultDepositWitnessAssethub: z.ZodObj
|
|
|
22471
22471
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
22472
22472
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
22473
22473
|
}, "strip", z.ZodTypeAny, {
|
|
22474
|
-
__kind: "
|
|
22474
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
22475
22475
|
}, {
|
|
22476
|
-
__kind: "
|
|
22477
|
-
}>, "
|
|
22478
|
-
__kind: "
|
|
22476
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
22477
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
|
|
22478
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
22479
22479
|
}>;
|
|
22480
22480
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
22481
22481
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
@@ -22855,11 +22855,14 @@ declare const palletCfAssethubIngressEgressVaultDepositWitnessAssethub: z.ZodObj
|
|
|
22855
22855
|
}>>>;
|
|
22856
22856
|
boostFee: z.ZodNumber;
|
|
22857
22857
|
}, "strip", z.ZodTypeAny, {
|
|
22858
|
+
txId: {
|
|
22859
|
+
blockNumber: number;
|
|
22860
|
+
extrinsicIndex: number;
|
|
22861
|
+
};
|
|
22858
22862
|
depositDetails: number;
|
|
22859
|
-
boostFee: number;
|
|
22860
22863
|
inputAsset: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
22861
22864
|
depositAmount: bigint;
|
|
22862
|
-
outputAsset: "
|
|
22865
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
22863
22866
|
destinationAddress: {
|
|
22864
22867
|
readonly chain: "Ethereum";
|
|
22865
22868
|
readonly address: `0x${string}`;
|
|
@@ -22879,10 +22882,6 @@ declare const palletCfAssethubIngressEgressVaultDepositWitnessAssethub: z.ZodObj
|
|
|
22879
22882
|
readonly chain: "Assethub";
|
|
22880
22883
|
readonly address: string;
|
|
22881
22884
|
};
|
|
22882
|
-
txId: {
|
|
22883
|
-
blockNumber: number;
|
|
22884
|
-
extrinsicIndex: number;
|
|
22885
|
-
};
|
|
22886
22885
|
affiliateFees: {
|
|
22887
22886
|
account: number;
|
|
22888
22887
|
bps: number;
|
|
@@ -22898,6 +22897,7 @@ declare const palletCfAssethubIngressEgressVaultDepositWitnessAssethub: z.ZodObj
|
|
|
22898
22897
|
} | null | undefined;
|
|
22899
22898
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
22900
22899
|
};
|
|
22900
|
+
boostFee: number;
|
|
22901
22901
|
depositAddress?: `0x${string}` | null | undefined;
|
|
22902
22902
|
channelId?: bigint | null | undefined;
|
|
22903
22903
|
depositMetadata?: {
|
|
@@ -22955,23 +22955,22 @@ declare const palletCfAssethubIngressEgressVaultDepositWitnessAssethub: z.ZodObj
|
|
|
22955
22955
|
chunkInterval: number;
|
|
22956
22956
|
} | null | undefined;
|
|
22957
22957
|
}, {
|
|
22958
|
+
txId: {
|
|
22959
|
+
blockNumber: number;
|
|
22960
|
+
extrinsicIndex: number;
|
|
22961
|
+
};
|
|
22958
22962
|
depositDetails: number;
|
|
22959
|
-
boostFee: number;
|
|
22960
22963
|
inputAsset: {
|
|
22961
22964
|
__kind: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
22962
22965
|
};
|
|
22963
22966
|
depositAmount: string | number;
|
|
22964
22967
|
outputAsset: {
|
|
22965
|
-
__kind: "
|
|
22968
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
22966
22969
|
};
|
|
22967
22970
|
destinationAddress: {
|
|
22968
22971
|
value: string;
|
|
22969
22972
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
22970
22973
|
};
|
|
22971
|
-
txId: {
|
|
22972
|
-
blockNumber: number;
|
|
22973
|
-
extrinsicIndex: number;
|
|
22974
|
-
};
|
|
22975
22974
|
affiliateFees: {
|
|
22976
22975
|
account: number;
|
|
22977
22976
|
bps: number;
|
|
@@ -22987,6 +22986,7 @@ declare const palletCfAssethubIngressEgressVaultDepositWitnessAssethub: z.ZodObj
|
|
|
22987
22986
|
} | null | undefined;
|
|
22988
22987
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
22989
22988
|
};
|
|
22989
|
+
boostFee: number;
|
|
22990
22990
|
depositAddress?: string | null | undefined;
|
|
22991
22991
|
channelId?: string | number | null | undefined;
|
|
22992
22992
|
depositMetadata?: {
|
|
@@ -23063,34 +23063,34 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
|
|
|
23063
23063
|
depositDetails: z.ZodNumber;
|
|
23064
23064
|
}, "strip", z.ZodTypeAny, {
|
|
23065
23065
|
depositAddress: `0x${string}`;
|
|
23066
|
+
amount: bigint;
|
|
23066
23067
|
asset: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
23067
23068
|
depositDetails: number;
|
|
23068
|
-
amount: bigint;
|
|
23069
23069
|
}, {
|
|
23070
23070
|
depositAddress: string;
|
|
23071
|
+
amount: string | number;
|
|
23071
23072
|
asset: {
|
|
23072
23073
|
__kind: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
23073
23074
|
};
|
|
23074
23075
|
depositDetails: number;
|
|
23075
|
-
amount: string | number;
|
|
23076
23076
|
}>;
|
|
23077
23077
|
}, "strip", z.ZodTypeAny, {
|
|
23078
23078
|
__kind: "DepositFailedDepositChannelVariantAssethub";
|
|
23079
23079
|
depositWitness: {
|
|
23080
23080
|
depositAddress: `0x${string}`;
|
|
23081
|
+
amount: bigint;
|
|
23081
23082
|
asset: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
23082
23083
|
depositDetails: number;
|
|
23083
|
-
amount: bigint;
|
|
23084
23084
|
};
|
|
23085
23085
|
}, {
|
|
23086
23086
|
__kind: "DepositFailedDepositChannelVariantAssethub";
|
|
23087
23087
|
depositWitness: {
|
|
23088
23088
|
depositAddress: string;
|
|
23089
|
+
amount: string | number;
|
|
23089
23090
|
asset: {
|
|
23090
23091
|
__kind: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
23091
23092
|
};
|
|
23092
23093
|
depositDetails: number;
|
|
23093
|
-
amount: string | number;
|
|
23094
23094
|
};
|
|
23095
23095
|
}>, z.ZodObject<{
|
|
23096
23096
|
__kind: z.ZodLiteral<"DepositFailedVaultVariantAssethub">;
|
|
@@ -23111,11 +23111,11 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
|
|
|
23111
23111
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
23112
23112
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
23113
23113
|
}, "strip", z.ZodTypeAny, {
|
|
23114
|
-
__kind: "
|
|
23114
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
23115
23115
|
}, {
|
|
23116
|
-
__kind: "
|
|
23117
|
-
}>, "
|
|
23118
|
-
__kind: "
|
|
23116
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
23117
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
|
|
23118
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
23119
23119
|
}>;
|
|
23120
23120
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
23121
23121
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
@@ -23495,11 +23495,14 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
|
|
|
23495
23495
|
}>>>;
|
|
23496
23496
|
boostFee: z.ZodNumber;
|
|
23497
23497
|
}, "strip", z.ZodTypeAny, {
|
|
23498
|
+
txId: {
|
|
23499
|
+
blockNumber: number;
|
|
23500
|
+
extrinsicIndex: number;
|
|
23501
|
+
};
|
|
23498
23502
|
depositDetails: number;
|
|
23499
|
-
boostFee: number;
|
|
23500
23503
|
inputAsset: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
23501
23504
|
depositAmount: bigint;
|
|
23502
|
-
outputAsset: "
|
|
23505
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
23503
23506
|
destinationAddress: {
|
|
23504
23507
|
readonly chain: "Ethereum";
|
|
23505
23508
|
readonly address: `0x${string}`;
|
|
@@ -23519,10 +23522,6 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
|
|
|
23519
23522
|
readonly chain: "Assethub";
|
|
23520
23523
|
readonly address: string;
|
|
23521
23524
|
};
|
|
23522
|
-
txId: {
|
|
23523
|
-
blockNumber: number;
|
|
23524
|
-
extrinsicIndex: number;
|
|
23525
|
-
};
|
|
23526
23525
|
affiliateFees: {
|
|
23527
23526
|
account: number;
|
|
23528
23527
|
bps: number;
|
|
@@ -23538,6 +23537,7 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
|
|
|
23538
23537
|
} | null | undefined;
|
|
23539
23538
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
23540
23539
|
};
|
|
23540
|
+
boostFee: number;
|
|
23541
23541
|
depositAddress?: `0x${string}` | null | undefined;
|
|
23542
23542
|
channelId?: bigint | null | undefined;
|
|
23543
23543
|
depositMetadata?: {
|
|
@@ -23595,23 +23595,22 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
|
|
|
23595
23595
|
chunkInterval: number;
|
|
23596
23596
|
} | null | undefined;
|
|
23597
23597
|
}, {
|
|
23598
|
+
txId: {
|
|
23599
|
+
blockNumber: number;
|
|
23600
|
+
extrinsicIndex: number;
|
|
23601
|
+
};
|
|
23598
23602
|
depositDetails: number;
|
|
23599
|
-
boostFee: number;
|
|
23600
23603
|
inputAsset: {
|
|
23601
23604
|
__kind: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
23602
23605
|
};
|
|
23603
23606
|
depositAmount: string | number;
|
|
23604
23607
|
outputAsset: {
|
|
23605
|
-
__kind: "
|
|
23608
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
23606
23609
|
};
|
|
23607
23610
|
destinationAddress: {
|
|
23608
23611
|
value: string;
|
|
23609
23612
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
23610
23613
|
};
|
|
23611
|
-
txId: {
|
|
23612
|
-
blockNumber: number;
|
|
23613
|
-
extrinsicIndex: number;
|
|
23614
|
-
};
|
|
23615
23614
|
affiliateFees: {
|
|
23616
23615
|
account: number;
|
|
23617
23616
|
bps: number;
|
|
@@ -23627,6 +23626,7 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
|
|
|
23627
23626
|
} | null | undefined;
|
|
23628
23627
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
23629
23628
|
};
|
|
23629
|
+
boostFee: number;
|
|
23630
23630
|
depositAddress?: string | null | undefined;
|
|
23631
23631
|
channelId?: string | number | null | undefined;
|
|
23632
23632
|
depositMetadata?: {
|
|
@@ -23689,11 +23689,14 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
|
|
|
23689
23689
|
}, "strip", z.ZodTypeAny, {
|
|
23690
23690
|
__kind: "DepositFailedVaultVariantAssethub";
|
|
23691
23691
|
vaultWitness: {
|
|
23692
|
+
txId: {
|
|
23693
|
+
blockNumber: number;
|
|
23694
|
+
extrinsicIndex: number;
|
|
23695
|
+
};
|
|
23692
23696
|
depositDetails: number;
|
|
23693
|
-
boostFee: number;
|
|
23694
23697
|
inputAsset: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
23695
23698
|
depositAmount: bigint;
|
|
23696
|
-
outputAsset: "
|
|
23699
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
23697
23700
|
destinationAddress: {
|
|
23698
23701
|
readonly chain: "Ethereum";
|
|
23699
23702
|
readonly address: `0x${string}`;
|
|
@@ -23713,10 +23716,6 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
|
|
|
23713
23716
|
readonly chain: "Assethub";
|
|
23714
23717
|
readonly address: string;
|
|
23715
23718
|
};
|
|
23716
|
-
txId: {
|
|
23717
|
-
blockNumber: number;
|
|
23718
|
-
extrinsicIndex: number;
|
|
23719
|
-
};
|
|
23720
23719
|
affiliateFees: {
|
|
23721
23720
|
account: number;
|
|
23722
23721
|
bps: number;
|
|
@@ -23732,6 +23731,7 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
|
|
|
23732
23731
|
} | null | undefined;
|
|
23733
23732
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
23734
23733
|
};
|
|
23734
|
+
boostFee: number;
|
|
23735
23735
|
depositAddress?: `0x${string}` | null | undefined;
|
|
23736
23736
|
channelId?: bigint | null | undefined;
|
|
23737
23737
|
depositMetadata?: {
|
|
@@ -23792,23 +23792,22 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
|
|
|
23792
23792
|
}, {
|
|
23793
23793
|
__kind: "DepositFailedVaultVariantAssethub";
|
|
23794
23794
|
vaultWitness: {
|
|
23795
|
+
txId: {
|
|
23796
|
+
blockNumber: number;
|
|
23797
|
+
extrinsicIndex: number;
|
|
23798
|
+
};
|
|
23795
23799
|
depositDetails: number;
|
|
23796
|
-
boostFee: number;
|
|
23797
23800
|
inputAsset: {
|
|
23798
23801
|
__kind: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
23799
23802
|
};
|
|
23800
23803
|
depositAmount: string | number;
|
|
23801
23804
|
outputAsset: {
|
|
23802
|
-
__kind: "
|
|
23805
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
23803
23806
|
};
|
|
23804
23807
|
destinationAddress: {
|
|
23805
23808
|
value: string;
|
|
23806
23809
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
23807
23810
|
};
|
|
23808
|
-
txId: {
|
|
23809
|
-
blockNumber: number;
|
|
23810
|
-
extrinsicIndex: number;
|
|
23811
|
-
};
|
|
23812
23811
|
affiliateFees: {
|
|
23813
23812
|
account: number;
|
|
23814
23813
|
bps: number;
|
|
@@ -23824,6 +23823,7 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
|
|
|
23824
23823
|
} | null | undefined;
|
|
23825
23824
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
23826
23825
|
};
|
|
23826
|
+
boostFee: number;
|
|
23827
23827
|
depositAddress?: string | null | undefined;
|
|
23828
23828
|
channelId?: string | number | null | undefined;
|
|
23829
23829
|
depositMetadata?: {
|