@chainflip/processor 1.8.2 → 1.8.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/100/bitcoinBroadcaster/broadcastCallbackExecuted.d.cts +2 -2
- package/dist/100/bitcoinBroadcaster/broadcastCallbackExecuted.d.ts +2 -2
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.d.cts +1 -1
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.d.ts +1 -1
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.d.cts +1 -1
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.d.ts +1 -1
- package/dist/100/bitcoinIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/100/bitcoinIngressEgress/ccmBroadcastRequested.d.ts +2 -2
- package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.cts +21 -21
- package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.ts +21 -21
- package/dist/100/bitcoinIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/100/bitcoinIngressEgress/depositFetchesScheduled.d.ts +2 -2
- package/dist/100/bitcoinIngressEgress/depositIgnored.d.cts +25 -25
- package/dist/100/bitcoinIngressEgress/depositIgnored.d.ts +25 -25
- package/dist/100/bitcoinIngressEgress/depositReceived.d.cts +25 -25
- package/dist/100/bitcoinIngressEgress/depositReceived.d.ts +25 -25
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.cts +56 -56
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.ts +56 -56
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.mjs +5 -2
- package/dist/100/bitcoinIngressEgress/egressScheduled.d.cts +21 -21
- package/dist/100/bitcoinIngressEgress/egressScheduled.d.ts +21 -21
- package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.cts +21 -21
- package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.ts +21 -21
- package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
- package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
- package/dist/100/common.cjs +34 -33
- package/dist/100/common.d.cts +64 -118
- package/dist/100/common.d.ts +64 -118
- package/dist/100/common.mjs +36 -35
- package/dist/100/environment/runtimeSafeModeUpdated.d.cts +2 -2
- package/dist/100/environment/runtimeSafeModeUpdated.d.ts +2 -2
- package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.d.cts +2 -2
- package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.d.ts +2 -2
- package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.cts +17 -17
- package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.ts +17 -17
- package/dist/100/ethereumIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/100/ethereumIngressEgress/depositFetchesScheduled.d.ts +2 -2
- package/dist/100/ethereumIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/100/ethereumIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/100/ethereumIngressEgress/depositReceived.d.cts +2 -2
- package/dist/100/ethereumIngressEgress/depositReceived.d.ts +2 -2
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.cts +21 -21
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.ts +21 -21
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.mjs +5 -2
- package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
- package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
- package/dist/100/flip/remainingImbalance.d.cts +24 -24
- package/dist/100/flip/remainingImbalance.d.ts +24 -24
- package/dist/100/funding/boundExecutorAddress.d.cts +2 -2
- package/dist/100/funding/boundExecutorAddress.d.ts +2 -2
- package/dist/100/funding/boundRedeemAddress.d.cts +2 -2
- package/dist/100/funding/boundRedeemAddress.d.ts +2 -2
- package/dist/100/funding/failedFundingAttempt.d.cts +2 -2
- package/dist/100/funding/failedFundingAttempt.d.ts +2 -2
- package/dist/100/funding/funded.d.cts +2 -2
- package/dist/100/funding/funded.d.ts +2 -2
- package/dist/100/funding/redemptionRequested.d.cts +2 -2
- package/dist/100/funding/redemptionRequested.d.ts +2 -2
- package/dist/100/governance/failedExecution.d.cts +1 -1
- package/dist/100/governance/failedExecution.d.ts +1 -1
- package/dist/100/governance/govKeyCallExecutionFailed.d.cts +1 -1
- package/dist/100/governance/govKeyCallExecutionFailed.d.ts +1 -1
- package/dist/100/liquidityPools/limitOrderUpdated.d.cts +9 -9
- package/dist/100/liquidityPools/limitOrderUpdated.d.ts +9 -9
- package/dist/100/liquidityPools/rangeOrderUpdated.d.cts +9 -9
- package/dist/100/liquidityPools/rangeOrderUpdated.d.ts +9 -9
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.cts +21 -51
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.ts +21 -51
- package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.cts +6 -6
- package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.ts +6 -6
- package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.cts +21 -51
- package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.ts +21 -51
- package/dist/100/polkadotBroadcaster/broadcastCallbackExecuted.d.cts +2 -2
- package/dist/100/polkadotBroadcaster/broadcastCallbackExecuted.d.ts +2 -2
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.cts +1 -1
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.ts +1 -1
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.cts +1 -1
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.ts +1 -1
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.mjs +5 -2
- package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
- package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
- package/dist/100/swapping/ccmDepositReceived.d.cts +23 -53
- package/dist/100/swapping/ccmDepositReceived.d.ts +23 -53
- package/dist/100/swapping/ccmFailed.d.cts +23 -53
- package/dist/100/swapping/ccmFailed.d.ts +23 -53
- package/dist/100/swapping/swapAmountTooLow.d.cts +50 -116
- package/dist/100/swapping/swapAmountTooLow.d.ts +50 -116
- package/dist/100/swapping/swapDepositAddressReady.d.cts +42 -102
- package/dist/100/swapping/swapDepositAddressReady.d.ts +42 -102
- package/dist/100/swapping/swapScheduled.d.cts +53 -119
- package/dist/100/swapping/swapScheduled.d.ts +53 -119
- package/dist/100/swapping/withdrawalRequested.d.cts +21 -51
- package/dist/100/swapping/withdrawalRequested.d.ts +21 -51
- package/dist/100/system/extrinsicFailed.d.cts +1 -1
- package/dist/100/system/extrinsicFailed.d.ts +1 -1
- package/dist/100/tokenholderGovernance/proposalEnacted.d.cts +9 -9
- package/dist/100/tokenholderGovernance/proposalEnacted.d.ts +9 -9
- package/dist/100/tokenholderGovernance/proposalPassed.d.cts +9 -9
- package/dist/100/tokenholderGovernance/proposalPassed.d.ts +9 -9
- package/dist/100/tokenholderGovernance/proposalRejected.d.cts +9 -9
- package/dist/100/tokenholderGovernance/proposalRejected.d.ts +9 -9
- package/dist/100/tokenholderGovernance/proposalSubmitted.d.cts +9 -9
- package/dist/100/tokenholderGovernance/proposalSubmitted.d.ts +9 -9
- package/dist/100/validator/palletConfigUpdated.d.cts +1 -1
- package/dist/100/validator/palletConfigUpdated.d.ts +1 -1
- package/dist/100/validator/rotationPhaseUpdated.d.cts +1 -1
- package/dist/100/validator/rotationPhaseUpdated.d.ts +1 -1
- package/dist/100/witnesser/witnessExecutionFailed.d.cts +3 -3
- package/dist/100/witnesser/witnessExecutionFailed.d.ts +3 -3
- package/dist/102/common.cjs +1 -1
- package/dist/102/common.d.cts +1 -1
- package/dist/102/common.d.ts +1 -1
- package/dist/102/common.mjs +1 -1
- package/dist/102/validator/palletConfigUpdated.d.cts +1 -1
- package/dist/102/validator/palletConfigUpdated.d.ts +1 -1
- package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.cts +1 -1
- package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.ts +1 -1
- package/dist/111/common.cjs +4 -4
- package/dist/111/common.d.cts +4 -4
- package/dist/111/common.d.ts +4 -4
- package/dist/111/common.mjs +4 -4
- package/dist/111/liquidityPools/limitOrderUpdated.d.cts +1 -1
- package/dist/111/liquidityPools/limitOrderUpdated.d.ts +1 -1
- package/dist/111/liquidityPools/rangeOrderUpdated.d.cts +1 -1
- package/dist/111/liquidityPools/rangeOrderUpdated.d.ts +1 -1
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.cts +1 -1
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.ts +1 -1
- package/dist/120/bitcoinIngressEgress/depositIgnored.d.cts +21 -21
- package/dist/120/bitcoinIngressEgress/depositIgnored.d.ts +21 -21
- package/dist/120/bitcoinIngressEgress/depositReceived.d.cts +22 -22
- package/dist/120/bitcoinIngressEgress/depositReceived.d.ts +22 -22
- package/dist/120/common.cjs +21 -20
- package/dist/120/common.d.cts +23 -47
- package/dist/120/common.d.ts +23 -47
- package/dist/120/common.mjs +21 -20
- package/dist/120/emissions/flipBurnSkipped.d.cts +1 -1
- package/dist/120/emissions/flipBurnSkipped.d.ts +1 -1
- package/dist/120/ethereumIngressEgress/depositReceived.d.cts +1 -1
- package/dist/120/ethereumIngressEgress/depositReceived.d.ts +1 -1
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.cts +21 -51
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.ts +21 -51
- package/dist/120/polkadotIngressEgress/depositReceived.d.cts +1 -1
- package/dist/120/polkadotIngressEgress/depositReceived.d.ts +1 -1
- package/dist/120/swapping/ccmFailed.d.cts +23 -53
- package/dist/120/swapping/ccmFailed.d.ts +23 -53
- package/dist/120/swapping/swapEgressIgnored.d.cts +1 -1
- package/dist/120/swapping/swapEgressIgnored.d.ts +1 -1
- package/dist/120/swapping/withdrawalRequested.d.cts +21 -51
- package/dist/120/swapping/withdrawalRequested.d.ts +21 -51
- package/dist/131/bitcoinIngressEgress/depositIgnored.d.cts +1 -1
- package/dist/131/bitcoinIngressEgress/depositIgnored.d.ts +1 -1
- package/dist/131/bitcoinIngressEgress/depositReceived.d.cts +2 -2
- package/dist/131/bitcoinIngressEgress/depositReceived.d.ts +2 -2
- package/dist/131/bitcoinIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/131/bitcoinIngressEgress/depositWitnessRejected.d.cts +2 -2
- package/dist/131/bitcoinIngressEgress/depositWitnessRejected.d.ts +2 -2
- package/dist/131/bitcoinIngressEgress/depositWitnessRejected.mjs +5 -2
- package/dist/131/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +2 -2
- package/dist/131/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +2 -2
- package/dist/131/common.cjs +30 -29
- package/dist/131/common.d.cts +60 -114
- package/dist/131/common.d.ts +60 -114
- package/dist/131/common.mjs +31 -30
- package/dist/131/environment/runtimeSafeModeUpdated.d.cts +2 -2
- package/dist/131/environment/runtimeSafeModeUpdated.d.ts +2 -2
- package/dist/131/ethereumIngressEgress/depositReceived.d.cts +1 -1
- package/dist/131/ethereumIngressEgress/depositReceived.d.ts +1 -1
- package/dist/131/ethereumIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.cts +1 -1
- package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.ts +1 -1
- package/dist/131/ethereumIngressEgress/depositWitnessRejected.mjs +5 -2
- package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +2 -2
- package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +2 -2
- package/dist/131/liquidityPools/limitOrderUpdated.d.cts +3 -3
- package/dist/131/liquidityPools/limitOrderUpdated.d.ts +3 -3
- package/dist/131/liquidityPools/rangeOrderUpdated.d.cts +3 -3
- package/dist/131/liquidityPools/rangeOrderUpdated.d.ts +3 -3
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.cts +21 -51
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.ts +21 -51
- package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.cts +21 -51
- package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.ts +21 -51
- package/dist/131/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +2 -2
- package/dist/131/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +2 -2
- package/dist/131/swapping/ccmFailed.d.cts +52 -118
- package/dist/131/swapping/ccmFailed.d.ts +52 -118
- package/dist/131/swapping/swapDepositAddressReady.d.cts +42 -102
- package/dist/131/swapping/swapDepositAddressReady.d.ts +42 -102
- package/dist/131/swapping/swapEgressIgnored.d.cts +1 -1
- package/dist/131/swapping/swapEgressIgnored.d.ts +1 -1
- package/dist/131/swapping/swapScheduled.d.cts +53 -119
- package/dist/131/swapping/swapScheduled.d.ts +53 -119
- package/dist/131/swapping/withdrawalRequested.d.cts +21 -51
- package/dist/131/swapping/withdrawalRequested.d.ts +21 -51
- package/dist/131/witnesser/prewitnessExecutionFailed.d.cts +17 -17
- package/dist/131/witnesser/prewitnessExecutionFailed.d.ts +17 -17
- package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.cts +2 -2
- package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.ts +2 -2
- package/dist/141/arbitrumIngressEgress/boostFundsAdded.cjs +5 -1
- package/dist/141/arbitrumIngressEgress/boostFundsAdded.mjs +6 -2
- package/dist/141/arbitrumIngressEgress/boostPoolCreated.cjs +1 -1
- package/dist/141/arbitrumIngressEgress/boostPoolCreated.mjs +2 -2
- package/dist/141/arbitrumIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/141/arbitrumIngressEgress/ccmBroadcastRequested.d.ts +2 -2
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.cts +21 -21
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.ts +21 -21
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.cts +5 -5
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.ts +5 -5
- package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.ts +2 -2
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.cts +5 -5
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.ts +5 -5
- package/dist/141/arbitrumIngressEgress/depositIgnored.d.cts +3 -3
- package/dist/141/arbitrumIngressEgress/depositIgnored.d.ts +3 -3
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.cts +23 -23
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.ts +23 -23
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.mjs +5 -2
- package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +30 -30
- package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +30 -30
- package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
- package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
- package/dist/141/arbitrumIngressEgress/stoppedBoosting.cjs +5 -1
- package/dist/141/arbitrumIngressEgress/stoppedBoosting.mjs +6 -2
- package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.ts +2 -2
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.cjs +1 -1
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.mjs +2 -2
- package/dist/141/bitcoinIngressEgress/boostPoolCreated.cjs +1 -1
- package/dist/141/bitcoinIngressEgress/boostPoolCreated.mjs +2 -2
- package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.cts +1 -1
- package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.ts +1 -1
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.cts +2 -2
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.ts +2 -2
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/141/bitcoinIngressEgress/stoppedBoosting.cjs +1 -1
- package/dist/141/bitcoinIngressEgress/stoppedBoosting.mjs +2 -2
- package/dist/141/common.cjs +40 -41
- package/dist/141/common.d.cts +76 -157
- package/dist/141/common.d.ts +76 -157
- package/dist/141/common.mjs +44 -45
- package/dist/141/environment/runtimeSafeModeUpdated.d.cts +2 -2
- package/dist/141/environment/runtimeSafeModeUpdated.d.ts +2 -2
- package/dist/141/ethereumIngressEgress/boostFundsAdded.cjs +5 -1
- package/dist/141/ethereumIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/141/ethereumIngressEgress/boostFundsAdded.d.ts +2 -2
- package/dist/141/ethereumIngressEgress/boostFundsAdded.mjs +6 -2
- package/dist/141/ethereumIngressEgress/boostPoolCreated.cjs +1 -1
- package/dist/141/ethereumIngressEgress/boostPoolCreated.mjs +2 -2
- package/dist/141/ethereumIngressEgress/ccmEgressInvalid.d.cts +1 -1
- package/dist/141/ethereumIngressEgress/ccmEgressInvalid.d.ts +1 -1
- package/dist/141/ethereumIngressEgress/depositBoosted.d.cts +5 -5
- package/dist/141/ethereumIngressEgress/depositBoosted.d.ts +5 -5
- package/dist/141/ethereumIngressEgress/depositFinalised.d.cts +5 -5
- package/dist/141/ethereumIngressEgress/depositFinalised.d.ts +5 -5
- package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
- package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
- package/dist/141/ethereumIngressEgress/stoppedBoosting.cjs +5 -1
- package/dist/141/ethereumIngressEgress/stoppedBoosting.mjs +6 -2
- package/dist/141/evmThresholdSigner/failureReportProcessed.d.cts +2 -2
- package/dist/141/evmThresholdSigner/failureReportProcessed.d.ts +2 -2
- package/dist/141/evmThresholdSigner/retryRequested.d.cts +2 -2
- package/dist/141/evmThresholdSigner/retryRequested.d.ts +2 -2
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.cts +4 -4
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.ts +4 -4
- package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.ts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.ts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.ts +2 -2
- package/dist/141/liquidityPools/limitOrderUpdated.d.cts +1 -1
- package/dist/141/liquidityPools/limitOrderUpdated.d.ts +1 -1
- package/dist/141/liquidityPools/rangeOrderUpdated.d.cts +1 -1
- package/dist/141/liquidityPools/rangeOrderUpdated.d.ts +1 -1
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.cts +26 -71
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.ts +26 -71
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.cts +6 -6
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.ts +6 -6
- package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.cts +26 -71
- package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.ts +26 -71
- package/dist/141/polkadotIngressEgress/boostFundsAdded.cjs +5 -1
- package/dist/141/polkadotIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/141/polkadotIngressEgress/boostFundsAdded.d.ts +2 -2
- package/dist/141/polkadotIngressEgress/boostFundsAdded.mjs +6 -2
- package/dist/141/polkadotIngressEgress/boostPoolCreated.cjs +1 -1
- package/dist/141/polkadotIngressEgress/boostPoolCreated.mjs +2 -2
- package/dist/141/polkadotIngressEgress/ccmEgressInvalid.d.cts +1 -1
- package/dist/141/polkadotIngressEgress/ccmEgressInvalid.d.ts +1 -1
- package/dist/141/polkadotIngressEgress/depositBoosted.d.cts +5 -5
- package/dist/141/polkadotIngressEgress/depositBoosted.d.ts +5 -5
- package/dist/141/polkadotIngressEgress/depositFinalised.d.cts +5 -5
- package/dist/141/polkadotIngressEgress/depositFinalised.d.ts +5 -5
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
- package/dist/141/polkadotIngressEgress/stoppedBoosting.cjs +5 -1
- package/dist/141/polkadotIngressEgress/stoppedBoosting.mjs +6 -2
- package/dist/141/swapping/ccmDepositReceived.d.cts +28 -73
- package/dist/141/swapping/ccmDepositReceived.d.ts +28 -73
- package/dist/141/swapping/ccmFailed.d.cts +64 -163
- package/dist/141/swapping/ccmFailed.d.ts +64 -163
- package/dist/141/swapping/swapDepositAddressReady.d.cts +52 -142
- package/dist/141/swapping/swapDepositAddressReady.d.ts +52 -142
- package/dist/141/swapping/swapEgressIgnored.d.cts +1 -1
- package/dist/141/swapping/swapEgressIgnored.d.ts +1 -1
- package/dist/141/swapping/swapExecuted.d.cts +3 -3
- package/dist/141/swapping/swapExecuted.d.ts +3 -3
- package/dist/141/swapping/swapScheduled.d.cts +65 -164
- package/dist/141/swapping/swapScheduled.d.ts +65 -164
- package/dist/141/swapping/withdrawalRequested.d.cts +26 -71
- package/dist/141/swapping/withdrawalRequested.d.ts +26 -71
- package/dist/141/tokenholderGovernance/proposalEnacted.d.cts +1 -1
- package/dist/141/tokenholderGovernance/proposalEnacted.d.ts +1 -1
- package/dist/141/tokenholderGovernance/proposalPassed.d.cts +1 -1
- package/dist/141/tokenholderGovernance/proposalPassed.d.ts +1 -1
- package/dist/141/tokenholderGovernance/proposalRejected.d.cts +1 -1
- package/dist/141/tokenholderGovernance/proposalRejected.d.ts +1 -1
- package/dist/141/tokenholderGovernance/proposalSubmitted.d.cts +1 -1
- package/dist/141/tokenholderGovernance/proposalSubmitted.d.ts +1 -1
- package/dist/141/validator/rotationPhaseUpdated.d.cts +21 -21
- package/dist/141/validator/rotationPhaseUpdated.d.ts +21 -21
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.cts +1 -1
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.ts +1 -1
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.cts +1 -1
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.ts +1 -1
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.mjs +5 -2
- package/dist/150/assetBalances/refundScheduled.d.cts +4 -4
- package/dist/150/assetBalances/refundScheduled.d.ts +4 -4
- package/dist/150/assetBalances/refundSkipped.d.cts +50 -50
- package/dist/150/assetBalances/refundSkipped.d.ts +50 -50
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.cts +1 -1
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.ts +1 -1
- package/dist/150/bitcoinIngressEgress/depositBoosted.d.cts +2 -2
- package/dist/150/bitcoinIngressEgress/depositBoosted.d.ts +2 -2
- package/dist/150/bitcoinIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/150/bitcoinIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/150/common.cjs +42 -45
- package/dist/150/common.d.cts +114 -282
- package/dist/150/common.d.ts +114 -282
- package/dist/150/common.mjs +46 -49
- package/dist/150/environment/runtimeSafeModeUpdated.d.cts +14 -14
- package/dist/150/environment/runtimeSafeModeUpdated.d.ts +14 -14
- package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.cts +5 -5
- package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.ts +5 -5
- package/dist/150/ethereumIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/150/ethereumIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/150/ethereumIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/150/ethereumIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/150/ethereumIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/150/ethereumIngressEgress/depositWitnessRejected.d.cts +1 -1
- package/dist/150/ethereumIngressEgress/depositWitnessRejected.d.ts +1 -1
- package/dist/150/ethereumIngressEgress/depositWitnessRejected.mjs +5 -2
- package/dist/150/liquidityPools/limitOrderUpdated.d.cts +3 -3
- package/dist/150/liquidityPools/limitOrderUpdated.d.ts +3 -3
- package/dist/150/liquidityPools/rangeOrderUpdated.d.cts +3 -3
- package/dist/150/liquidityPools/rangeOrderUpdated.d.ts +3 -3
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.cts +31 -91
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.ts +31 -91
- package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.cts +6 -6
- package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.ts +6 -6
- package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.cts +31 -91
- package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.ts +31 -91
- package/dist/150/polkadotIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/150/polkadotIngressEgress/ccmBroadcastRequested.d.ts +2 -2
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.cts +5 -5
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.ts +5 -5
- package/dist/150/polkadotIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/150/polkadotIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/150/polkadotIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/150/polkadotIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/150/polkadotIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/150/polkadotIngressEgress/depositWitnessRejected.d.cts +1 -1
- package/dist/150/polkadotIngressEgress/depositWitnessRejected.d.ts +1 -1
- package/dist/150/polkadotIngressEgress/depositWitnessRejected.mjs +5 -2
- package/dist/150/solanaBroadcaster/broadcastCallbackExecuted.d.cts +2 -2
- package/dist/150/solanaBroadcaster/broadcastCallbackExecuted.d.ts +2 -2
- package/dist/150/solanaIngressEgress/boostFundsAdded.cjs +1 -1
- package/dist/150/solanaIngressEgress/boostFundsAdded.mjs +2 -2
- package/dist/150/solanaIngressEgress/boostPoolCreated.cjs +1 -1
- package/dist/150/solanaIngressEgress/boostPoolCreated.mjs +2 -2
- package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.cts +1 -1
- package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.ts +1 -1
- package/dist/150/solanaIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/150/solanaIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/150/solanaIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/150/solanaIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/150/solanaIngressEgress/depositWitnessRejected.cjs +1 -1
- package/dist/150/solanaIngressEgress/depositWitnessRejected.d.cts +1 -1
- package/dist/150/solanaIngressEgress/depositWitnessRejected.d.ts +1 -1
- package/dist/150/solanaIngressEgress/depositWitnessRejected.mjs +2 -2
- package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +2 -2
- package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +2 -2
- package/dist/150/solanaIngressEgress/stoppedBoosting.cjs +1 -1
- package/dist/150/solanaIngressEgress/stoppedBoosting.mjs +2 -2
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
- package/dist/150/swapping/ccmDepositReceived.d.cts +33 -93
- package/dist/150/swapping/ccmDepositReceived.d.ts +33 -93
- package/dist/150/swapping/ccmFailed.d.cts +76 -208
- package/dist/150/swapping/ccmFailed.d.ts +76 -208
- package/dist/150/swapping/refundEgressIgnored.d.cts +1 -1
- package/dist/150/swapping/refundEgressIgnored.d.ts +1 -1
- package/dist/150/swapping/swapDepositAddressReady.d.cts +104 -296
- package/dist/150/swapping/swapDepositAddressReady.d.ts +104 -296
- package/dist/150/swapping/swapEgressIgnored.d.cts +1 -1
- package/dist/150/swapping/swapEgressIgnored.d.ts +1 -1
- package/dist/150/swapping/swapExecuted.d.cts +3 -3
- package/dist/150/swapping/swapExecuted.d.ts +3 -3
- package/dist/150/swapping/swapScheduled.d.cts +77 -209
- package/dist/150/swapping/swapScheduled.d.ts +77 -209
- package/dist/150/swapping/withdrawalRequested.d.cts +31 -91
- package/dist/150/swapping/withdrawalRequested.d.ts +31 -91
- package/dist/150/tokenholderGovernance/proposalEnacted.d.cts +1 -1
- package/dist/150/tokenholderGovernance/proposalEnacted.d.ts +1 -1
- package/dist/150/tokenholderGovernance/proposalPassed.d.cts +1 -1
- package/dist/150/tokenholderGovernance/proposalPassed.d.ts +1 -1
- package/dist/150/tokenholderGovernance/proposalRejected.d.cts +1 -1
- package/dist/150/tokenholderGovernance/proposalRejected.d.ts +1 -1
- package/dist/150/tokenholderGovernance/proposalSubmitted.d.cts +1 -1
- package/dist/150/tokenholderGovernance/proposalSubmitted.d.ts +1 -1
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.cts +64 -64
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.ts +64 -64
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.cts +9 -9
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.ts +9 -9
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.cts +7 -7
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.ts +7 -7
- package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.cts +17 -17
- package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.ts +17 -17
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.ts +10 -10
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.ts +4 -4
- package/dist/160/common.cjs +38 -41
- package/dist/160/common.d.cts +240 -660
- package/dist/160/common.d.ts +240 -660
- package/dist/160/common.mjs +39 -42
- package/dist/160/environment/runtimeSafeModeUpdated.d.cts +2 -2
- package/dist/160/environment/runtimeSafeModeUpdated.d.ts +2 -2
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.cts +64 -64
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.ts +64 -64
- package/dist/160/ethereumIngressEgress/depositBoosted.d.cts +9 -9
- package/dist/160/ethereumIngressEgress/depositBoosted.d.ts +9 -9
- package/dist/160/ethereumIngressEgress/depositFinalised.d.cts +7 -7
- package/dist/160/ethereumIngressEgress/depositFinalised.d.ts +7 -7
- package/dist/160/liquidityPools/limitOrderUpdated.d.cts +11 -11
- package/dist/160/liquidityPools/limitOrderUpdated.d.ts +11 -11
- package/dist/160/liquidityPools/orderDeletionFailed.d.cts +1 -1
- package/dist/160/liquidityPools/orderDeletionFailed.d.ts +1 -1
- package/dist/160/liquidityPools/rangeOrderUpdated.d.cts +11 -11
- package/dist/160/liquidityPools/rangeOrderUpdated.d.ts +11 -11
- package/dist/160/liquidityProvider/assetTransferred.d.cts +3 -3
- package/dist/160/liquidityProvider/assetTransferred.d.ts +3 -3
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.cts +33 -93
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.ts +33 -93
- package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.cts +31 -91
- package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.ts +31 -91
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.cts +64 -64
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.ts +64 -64
- package/dist/160/polkadotIngressEgress/depositBoosted.d.cts +9 -9
- package/dist/160/polkadotIngressEgress/depositBoosted.d.ts +9 -9
- package/dist/160/polkadotIngressEgress/depositFinalised.d.cts +7 -7
- package/dist/160/polkadotIngressEgress/depositFinalised.d.ts +7 -7
- package/dist/160/solanaIngressEgress/boostFundsAdded.cjs +1 -1
- package/dist/160/solanaIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/160/solanaIngressEgress/boostFundsAdded.d.ts +2 -2
- package/dist/160/solanaIngressEgress/boostFundsAdded.mjs +2 -2
- package/dist/160/solanaIngressEgress/boostPoolCreated.cjs +1 -1
- package/dist/160/solanaIngressEgress/boostPoolCreated.mjs +2 -2
- package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.cts +53 -53
- package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.ts +53 -53
- package/dist/160/solanaIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/160/solanaIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/160/solanaIngressEgress/depositFinalised.d.cts +3 -3
- package/dist/160/solanaIngressEgress/depositFinalised.d.ts +3 -3
- package/dist/160/solanaIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/160/solanaIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/160/solanaIngressEgress/depositWitnessRejected.cjs +1 -1
- package/dist/160/solanaIngressEgress/depositWitnessRejected.d.cts +21 -21
- package/dist/160/solanaIngressEgress/depositWitnessRejected.d.ts +21 -21
- package/dist/160/solanaIngressEgress/depositWitnessRejected.mjs +2 -2
- package/dist/160/solanaIngressEgress/stoppedBoosting.cjs +1 -1
- package/dist/160/solanaIngressEgress/stoppedBoosting.mjs +2 -2
- package/dist/160/swapping/batchSwapFailed.d.cts +6 -6
- package/dist/160/swapping/batchSwapFailed.d.ts +6 -6
- package/dist/160/swapping/ccmFailed.d.cts +116 -320
- package/dist/160/swapping/ccmFailed.d.ts +116 -320
- package/dist/160/swapping/maximumSwapAmountSet.d.cts +6 -6
- package/dist/160/swapping/maximumSwapAmountSet.d.ts +6 -6
- package/dist/160/swapping/refundEgressIgnored.d.cts +29 -29
- package/dist/160/swapping/refundEgressIgnored.d.ts +29 -29
- package/dist/160/swapping/refundEgressScheduled.d.cts +6 -6
- package/dist/160/swapping/refundEgressScheduled.d.ts +6 -6
- package/dist/160/swapping/swapAmountConfiscated.d.cts +6 -6
- package/dist/160/swapping/swapAmountConfiscated.d.ts +6 -6
- package/dist/160/swapping/swapDepositAddressReady.d.cts +122 -314
- package/dist/160/swapping/swapDepositAddressReady.d.ts +122 -314
- package/dist/160/swapping/swapEgressIgnored.d.cts +29 -29
- package/dist/160/swapping/swapEgressIgnored.d.ts +29 -29
- package/dist/160/swapping/swapEgressScheduled.d.cts +6 -6
- package/dist/160/swapping/swapEgressScheduled.d.ts +6 -6
- package/dist/160/swapping/swapExecuted.d.cts +12 -12
- package/dist/160/swapping/swapExecuted.d.ts +12 -12
- package/dist/160/swapping/swapRequested.d.cts +237 -609
- package/dist/160/swapping/swapRequested.d.ts +237 -609
- package/dist/160/swapping/withdrawalRequested.d.cts +37 -97
- package/dist/160/swapping/withdrawalRequested.d.ts +37 -97
- package/dist/170/arbitrumIngressEgress/boostedDepositLost.d.cts +2 -2
- package/dist/170/arbitrumIngressEgress/boostedDepositLost.d.ts +2 -2
- package/dist/170/arbitrumIngressEgress/ccmFailed.d.cts +129 -333
- package/dist/170/arbitrumIngressEgress/ccmFailed.d.ts +129 -333
- package/dist/170/arbitrumIngressEgress/depositIgnored.d.cts +6 -6
- package/dist/170/arbitrumIngressEgress/depositIgnored.d.ts +6 -6
- package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +53 -53
- package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +53 -53
- package/dist/170/bitcoinIngressEgress/ccmFailed.d.cts +116 -320
- package/dist/170/bitcoinIngressEgress/ccmFailed.d.ts +116 -320
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.cts +2 -2
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.ts +2 -2
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.cts +1 -1
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.ts +1 -1
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.cts +2 -2
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.ts +2 -2
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.mjs +5 -2
- package/dist/170/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +3 -3
- package/dist/170/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +3 -3
- package/dist/170/bitcoinThresholdSigner/palletConfigUpdated.d.cts +1 -1
- package/dist/170/bitcoinThresholdSigner/palletConfigUpdated.d.ts +1 -1
- package/dist/170/common.cjs +30 -33
- package/dist/170/common.d.cts +284 -788
- package/dist/170/common.d.ts +284 -788
- package/dist/170/common.mjs +30 -33
- package/dist/170/ethereumIngressEgress/ccmFailed.d.cts +116 -320
- package/dist/170/ethereumIngressEgress/ccmFailed.d.ts +116 -320
- package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +3 -3
- package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +3 -3
- package/dist/170/evmThresholdSigner/palletConfigUpdated.d.cts +1 -1
- package/dist/170/evmThresholdSigner/palletConfigUpdated.d.ts +1 -1
- package/dist/170/polkadotIngressEgress/ccmFailed.d.cts +116 -320
- package/dist/170/polkadotIngressEgress/ccmFailed.d.ts +116 -320
- package/dist/170/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +3 -3
- package/dist/170/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +3 -3
- package/dist/170/polkadotThresholdSigner/palletConfigUpdated.d.cts +1 -1
- package/dist/170/polkadotThresholdSigner/palletConfigUpdated.d.ts +1 -1
- package/dist/170/reputation/offencePenalty.d.cts +1 -1
- package/dist/170/reputation/offencePenalty.d.ts +1 -1
- package/dist/170/reputation/penaltyUpdated.d.cts +1 -1
- package/dist/170/reputation/penaltyUpdated.d.ts +1 -1
- package/dist/170/solanaIngressEgress/ccmFailed.d.cts +116 -320
- package/dist/170/solanaIngressEgress/ccmFailed.d.ts +116 -320
- package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +3 -3
- package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +3 -3
- package/dist/170/solanaThresholdSigner/palletConfigUpdated.d.cts +1 -1
- package/dist/170/solanaThresholdSigner/palletConfigUpdated.d.ts +1 -1
- package/dist/170/swapping/minimumChunkSizeSet.d.cts +2 -2
- package/dist/170/swapping/minimumChunkSizeSet.d.ts +2 -2
- package/dist/170/swapping/swapRequested.d.cts +234 -618
- package/dist/170/swapping/swapRequested.d.ts +234 -618
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.cts +3 -3
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.ts +3 -3
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/180/arbitrumIngressEgress/depositFailed.d.cts +97 -181
- package/dist/180/arbitrumIngressEgress/depositFailed.d.ts +97 -181
- package/dist/180/arbitrumIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/180/arbitrumIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +3 -3
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +3 -3
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.cts +3 -3
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.ts +3 -3
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.cts +2 -2
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.ts +2 -2
- package/dist/180/bitcoinIngressEgress/depositFailed.d.cts +450 -184
- package/dist/180/bitcoinIngressEgress/depositFailed.d.ts +450 -184
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +3 -3
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +3 -3
- package/dist/180/bitcoinIngressEgress/transferFallbackRequested.d.cts +1 -1
- package/dist/180/bitcoinIngressEgress/transferFallbackRequested.d.ts +1 -1
- package/dist/180/common.cjs +170 -70
- package/dist/180/common.d.cts +7356 -4428
- package/dist/180/common.d.ts +7356 -4428
- package/dist/180/common.mjs +175 -75
- package/dist/180/environment/solanaGovCallDispatched.cjs +10 -0
- package/dist/180/environment/solanaGovCallDispatched.d.cts +69 -0
- package/dist/180/environment/solanaGovCallDispatched.d.ts +69 -0
- package/dist/180/environment/solanaGovCallDispatched.mjs +10 -0
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.cts +17 -17
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.ts +17 -17
- package/dist/180/ethereumIngressEgress/depositBoosted.d.cts +5 -5
- package/dist/180/ethereumIngressEgress/depositBoosted.d.ts +5 -5
- package/dist/180/ethereumIngressEgress/depositFailed.d.cts +112 -196
- package/dist/180/ethereumIngressEgress/depositFailed.d.ts +112 -196
- package/dist/180/ethereumIngressEgress/depositFinalised.d.cts +3 -3
- package/dist/180/ethereumIngressEgress/depositFinalised.d.ts +3 -3
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +13 -13
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +13 -13
- package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.cts +3 -3
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.ts +3 -3
- package/dist/180/polkadotIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/180/polkadotIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/180/polkadotIngressEgress/depositFailed.d.cts +132 -207
- package/dist/180/polkadotIngressEgress/depositFailed.d.ts +132 -207
- package/dist/180/polkadotIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/180/polkadotIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +3 -3
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +3 -3
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.cts +3 -3
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.ts +3 -3
- package/dist/180/solanaIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/180/solanaIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/180/solanaIngressEgress/depositFailed.d.cts +104 -213
- package/dist/180/solanaIngressEgress/depositFailed.d.ts +104 -213
- package/dist/180/solanaIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/180/solanaIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +3 -3
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +3 -3
- package/dist/180/swapping/swapDepositAddressReady.cjs +2 -0
- package/dist/180/swapping/swapDepositAddressReady.d.cts +107 -296
- package/dist/180/swapping/swapDepositAddressReady.d.ts +107 -296
- package/dist/180/swapping/swapDepositAddressReady.mjs +2 -0
- package/dist/180/swapping/swapRequested.d.cts +192 -482
- package/dist/180/swapping/swapRequested.d.ts +192 -482
- package/package.json +1 -1
package/dist/160/common.d.cts
CHANGED
|
@@ -155,7 +155,7 @@ declare const stateChainRuntimeSafeModeWitnesserCallPermission: z.ZodObject<{
|
|
|
155
155
|
solanaBroadcast: boolean;
|
|
156
156
|
solanaVault: boolean;
|
|
157
157
|
}>;
|
|
158
|
-
declare const palletCfWitnesserPalletSafeMode: z.
|
|
158
|
+
declare const palletCfWitnesserPalletSafeMode: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
159
159
|
__kind: z.ZodLiteral<"CodeGreen">;
|
|
160
160
|
}, "strip", z.ZodTypeAny, {
|
|
161
161
|
__kind: "CodeGreen";
|
|
@@ -441,7 +441,7 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
441
441
|
}, {
|
|
442
442
|
retryEnabled: boolean;
|
|
443
443
|
}>;
|
|
444
|
-
witnesser: z.
|
|
444
|
+
witnesser: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
445
445
|
__kind: z.ZodLiteral<"CodeGreen">;
|
|
446
446
|
}, "strip", z.ZodTypeAny, {
|
|
447
447
|
__kind: "CodeGreen";
|
|
@@ -890,7 +890,7 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
890
890
|
depositsEnabled: boolean;
|
|
891
891
|
};
|
|
892
892
|
}>;
|
|
893
|
-
declare const palletCfEnvironmentSafeModeUpdate: z.
|
|
893
|
+
declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
894
894
|
__kind: z.ZodLiteral<"CodeRed">;
|
|
895
895
|
}, "strip", z.ZodTypeAny, {
|
|
896
896
|
__kind: "CodeRed";
|
|
@@ -1042,7 +1042,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodUnion<[z.ZodObject<{
|
|
|
1042
1042
|
}, {
|
|
1043
1043
|
retryEnabled: boolean;
|
|
1044
1044
|
}>;
|
|
1045
|
-
witnesser: z.
|
|
1045
|
+
witnesser: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
1046
1046
|
__kind: z.ZodLiteral<"CodeGreen">;
|
|
1047
1047
|
}, "strip", z.ZodTypeAny, {
|
|
1048
1048
|
__kind: "CodeGreen";
|
|
@@ -1763,179 +1763,83 @@ declare const cfPrimitivesChainsAssetsAnyAsset: z.ZodEffects<z.ZodObject<{
|
|
|
1763
1763
|
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
1764
1764
|
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
1765
1765
|
}>;
|
|
1766
|
-
declare const cfChainsAddressEncodedAddress: z.
|
|
1767
|
-
__kind: z.
|
|
1766
|
+
declare const cfChainsAddressEncodedAddress: z.ZodEffects<z.ZodObject<{
|
|
1767
|
+
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
1768
1768
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1769
1769
|
}, "strip", z.ZodTypeAny, {
|
|
1770
1770
|
value: `0x${string}`;
|
|
1771
|
-
__kind: "Eth";
|
|
1771
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
1772
1772
|
}, {
|
|
1773
1773
|
value: string;
|
|
1774
|
-
__kind: "Eth";
|
|
1774
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
1775
1775
|
}>, {
|
|
1776
|
-
chain: "Ethereum";
|
|
1777
|
-
address: `0x${string}`;
|
|
1776
|
+
readonly chain: "Ethereum";
|
|
1777
|
+
readonly address: `0x${string}`;
|
|
1778
|
+
} | {
|
|
1779
|
+
readonly chain: "Polkadot";
|
|
1780
|
+
readonly address: string;
|
|
1781
|
+
} | {
|
|
1782
|
+
readonly chain: "Bitcoin";
|
|
1783
|
+
readonly address: string;
|
|
1784
|
+
} | {
|
|
1785
|
+
readonly chain: "Arbitrum";
|
|
1786
|
+
readonly address: `0x${string}`;
|
|
1787
|
+
} | {
|
|
1788
|
+
readonly chain: "Solana";
|
|
1789
|
+
readonly address: string;
|
|
1778
1790
|
}, {
|
|
1779
1791
|
value: string;
|
|
1780
|
-
__kind: "Eth";
|
|
1781
|
-
}
|
|
1782
|
-
|
|
1783
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1784
|
-
}, "strip", z.ZodTypeAny, {
|
|
1785
|
-
value: `0x${string}`;
|
|
1786
|
-
__kind: "Dot";
|
|
1787
|
-
}, {
|
|
1788
|
-
value: string;
|
|
1789
|
-
__kind: "Dot";
|
|
1790
|
-
}>, {
|
|
1791
|
-
chain: "Polkadot";
|
|
1792
|
-
address: string;
|
|
1793
|
-
}, {
|
|
1794
|
-
value: string;
|
|
1795
|
-
__kind: "Dot";
|
|
1796
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
1797
|
-
__kind: z.ZodLiteral<"Btc">;
|
|
1798
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1799
|
-
}, "strip", z.ZodTypeAny, {
|
|
1800
|
-
value: `0x${string}`;
|
|
1801
|
-
__kind: "Btc";
|
|
1802
|
-
}, {
|
|
1803
|
-
value: string;
|
|
1804
|
-
__kind: "Btc";
|
|
1805
|
-
}>, {
|
|
1806
|
-
chain: "Bitcoin";
|
|
1807
|
-
address: string;
|
|
1808
|
-
}, {
|
|
1809
|
-
value: string;
|
|
1810
|
-
__kind: "Btc";
|
|
1811
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
1812
|
-
__kind: z.ZodLiteral<"Arb">;
|
|
1813
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1814
|
-
}, "strip", z.ZodTypeAny, {
|
|
1815
|
-
value: `0x${string}`;
|
|
1816
|
-
__kind: "Arb";
|
|
1817
|
-
}, {
|
|
1818
|
-
value: string;
|
|
1819
|
-
__kind: "Arb";
|
|
1820
|
-
}>, {
|
|
1821
|
-
chain: "Arbitrum";
|
|
1822
|
-
address: `0x${string}`;
|
|
1823
|
-
}, {
|
|
1824
|
-
value: string;
|
|
1825
|
-
__kind: "Arb";
|
|
1826
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
1827
|
-
__kind: z.ZodLiteral<"Sol">;
|
|
1828
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1829
|
-
}, "strip", z.ZodTypeAny, {
|
|
1830
|
-
value: `0x${string}`;
|
|
1831
|
-
__kind: "Sol";
|
|
1832
|
-
}, {
|
|
1833
|
-
value: string;
|
|
1834
|
-
__kind: "Sol";
|
|
1835
|
-
}>, {
|
|
1836
|
-
chain: "Solana";
|
|
1837
|
-
address: string;
|
|
1838
|
-
}, {
|
|
1839
|
-
value: string;
|
|
1840
|
-
__kind: "Sol";
|
|
1841
|
-
}>]>;
|
|
1842
|
-
declare const cfChainsSwapOrigin: z.ZodUnion<[z.ZodObject<{
|
|
1792
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
1793
|
+
}>;
|
|
1794
|
+
declare const cfChainsSwapOrigin: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
1843
1795
|
__kind: z.ZodLiteral<"DepositChannel">;
|
|
1844
|
-
depositAddress: z.
|
|
1845
|
-
__kind: z.
|
|
1796
|
+
depositAddress: z.ZodEffects<z.ZodObject<{
|
|
1797
|
+
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
1846
1798
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1847
1799
|
}, "strip", z.ZodTypeAny, {
|
|
1848
1800
|
value: `0x${string}`;
|
|
1849
|
-
__kind: "Eth";
|
|
1801
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
1850
1802
|
}, {
|
|
1851
1803
|
value: string;
|
|
1852
|
-
__kind: "Eth";
|
|
1804
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
1853
1805
|
}>, {
|
|
1854
|
-
chain: "Ethereum";
|
|
1855
|
-
address: `0x${string}`;
|
|
1856
|
-
}
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
}
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
}
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
}
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
}>, {
|
|
1869
|
-
chain: "Polkadot";
|
|
1870
|
-
address: string;
|
|
1871
|
-
}, {
|
|
1872
|
-
value: string;
|
|
1873
|
-
__kind: "Dot";
|
|
1874
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
1875
|
-
__kind: z.ZodLiteral<"Btc">;
|
|
1876
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1877
|
-
}, "strip", z.ZodTypeAny, {
|
|
1878
|
-
value: `0x${string}`;
|
|
1879
|
-
__kind: "Btc";
|
|
1880
|
-
}, {
|
|
1881
|
-
value: string;
|
|
1882
|
-
__kind: "Btc";
|
|
1883
|
-
}>, {
|
|
1884
|
-
chain: "Bitcoin";
|
|
1885
|
-
address: string;
|
|
1886
|
-
}, {
|
|
1887
|
-
value: string;
|
|
1888
|
-
__kind: "Btc";
|
|
1889
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
1890
|
-
__kind: z.ZodLiteral<"Arb">;
|
|
1891
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1892
|
-
}, "strip", z.ZodTypeAny, {
|
|
1893
|
-
value: `0x${string}`;
|
|
1894
|
-
__kind: "Arb";
|
|
1895
|
-
}, {
|
|
1896
|
-
value: string;
|
|
1897
|
-
__kind: "Arb";
|
|
1898
|
-
}>, {
|
|
1899
|
-
chain: "Arbitrum";
|
|
1900
|
-
address: `0x${string}`;
|
|
1901
|
-
}, {
|
|
1902
|
-
value: string;
|
|
1903
|
-
__kind: "Arb";
|
|
1904
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
1905
|
-
__kind: z.ZodLiteral<"Sol">;
|
|
1906
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1907
|
-
}, "strip", z.ZodTypeAny, {
|
|
1908
|
-
value: `0x${string}`;
|
|
1909
|
-
__kind: "Sol";
|
|
1910
|
-
}, {
|
|
1911
|
-
value: string;
|
|
1912
|
-
__kind: "Sol";
|
|
1913
|
-
}>, {
|
|
1914
|
-
chain: "Solana";
|
|
1915
|
-
address: string;
|
|
1806
|
+
readonly chain: "Ethereum";
|
|
1807
|
+
readonly address: `0x${string}`;
|
|
1808
|
+
} | {
|
|
1809
|
+
readonly chain: "Polkadot";
|
|
1810
|
+
readonly address: string;
|
|
1811
|
+
} | {
|
|
1812
|
+
readonly chain: "Bitcoin";
|
|
1813
|
+
readonly address: string;
|
|
1814
|
+
} | {
|
|
1815
|
+
readonly chain: "Arbitrum";
|
|
1816
|
+
readonly address: `0x${string}`;
|
|
1817
|
+
} | {
|
|
1818
|
+
readonly chain: "Solana";
|
|
1819
|
+
readonly address: string;
|
|
1916
1820
|
}, {
|
|
1917
1821
|
value: string;
|
|
1918
|
-
__kind: "Sol";
|
|
1919
|
-
}
|
|
1822
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
1823
|
+
}>;
|
|
1920
1824
|
channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
1921
1825
|
depositBlockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
1922
1826
|
}, "strip", z.ZodTypeAny, {
|
|
1923
1827
|
__kind: "DepositChannel";
|
|
1924
1828
|
depositAddress: {
|
|
1925
|
-
chain: "Ethereum";
|
|
1926
|
-
address: `0x${string}`;
|
|
1829
|
+
readonly chain: "Ethereum";
|
|
1830
|
+
readonly address: `0x${string}`;
|
|
1927
1831
|
} | {
|
|
1928
|
-
chain: "Polkadot";
|
|
1929
|
-
address: string;
|
|
1832
|
+
readonly chain: "Polkadot";
|
|
1833
|
+
readonly address: string;
|
|
1930
1834
|
} | {
|
|
1931
|
-
chain: "Bitcoin";
|
|
1932
|
-
address: string;
|
|
1835
|
+
readonly chain: "Bitcoin";
|
|
1836
|
+
readonly address: string;
|
|
1933
1837
|
} | {
|
|
1934
|
-
chain: "Arbitrum";
|
|
1935
|
-
address: `0x${string}`;
|
|
1838
|
+
readonly chain: "Arbitrum";
|
|
1839
|
+
readonly address: `0x${string}`;
|
|
1936
1840
|
} | {
|
|
1937
|
-
chain: "Solana";
|
|
1938
|
-
address: string;
|
|
1841
|
+
readonly chain: "Solana";
|
|
1842
|
+
readonly address: string;
|
|
1939
1843
|
};
|
|
1940
1844
|
channelId: bigint;
|
|
1941
1845
|
depositBlockHeight: bigint;
|
|
@@ -1943,19 +1847,7 @@ declare const cfChainsSwapOrigin: z.ZodUnion<[z.ZodObject<{
|
|
|
1943
1847
|
__kind: "DepositChannel";
|
|
1944
1848
|
depositAddress: {
|
|
1945
1849
|
value: string;
|
|
1946
|
-
__kind: "Eth";
|
|
1947
|
-
} | {
|
|
1948
|
-
value: string;
|
|
1949
|
-
__kind: "Dot";
|
|
1950
|
-
} | {
|
|
1951
|
-
value: string;
|
|
1952
|
-
__kind: "Btc";
|
|
1953
|
-
} | {
|
|
1954
|
-
value: string;
|
|
1955
|
-
__kind: "Arb";
|
|
1956
|
-
} | {
|
|
1957
|
-
value: string;
|
|
1958
|
-
__kind: "Sol";
|
|
1850
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
1959
1851
|
};
|
|
1960
1852
|
channelId: string | number;
|
|
1961
1853
|
depositBlockHeight: string | number;
|
|
@@ -2007,82 +1899,34 @@ declare const cfChainsCcmDepositMetadataGenericEncodedAddress: z.ZodObject<{
|
|
|
2007
1899
|
}>, "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana", {
|
|
2008
1900
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
2009
1901
|
}>;
|
|
2010
|
-
sourceAddress: z.ZodOptional<z.ZodNullable<z.
|
|
2011
|
-
__kind: z.
|
|
2012
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2013
|
-
}, "strip", z.ZodTypeAny, {
|
|
2014
|
-
value: `0x${string}`;
|
|
2015
|
-
__kind: "Eth";
|
|
2016
|
-
}, {
|
|
2017
|
-
value: string;
|
|
2018
|
-
__kind: "Eth";
|
|
2019
|
-
}>, {
|
|
2020
|
-
chain: "Ethereum";
|
|
2021
|
-
address: `0x${string}`;
|
|
2022
|
-
}, {
|
|
2023
|
-
value: string;
|
|
2024
|
-
__kind: "Eth";
|
|
2025
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
2026
|
-
__kind: z.ZodLiteral<"Dot">;
|
|
2027
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2028
|
-
}, "strip", z.ZodTypeAny, {
|
|
2029
|
-
value: `0x${string}`;
|
|
2030
|
-
__kind: "Dot";
|
|
2031
|
-
}, {
|
|
2032
|
-
value: string;
|
|
2033
|
-
__kind: "Dot";
|
|
2034
|
-
}>, {
|
|
2035
|
-
chain: "Polkadot";
|
|
2036
|
-
address: string;
|
|
2037
|
-
}, {
|
|
2038
|
-
value: string;
|
|
2039
|
-
__kind: "Dot";
|
|
2040
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
2041
|
-
__kind: z.ZodLiteral<"Btc">;
|
|
2042
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2043
|
-
}, "strip", z.ZodTypeAny, {
|
|
2044
|
-
value: `0x${string}`;
|
|
2045
|
-
__kind: "Btc";
|
|
2046
|
-
}, {
|
|
2047
|
-
value: string;
|
|
2048
|
-
__kind: "Btc";
|
|
2049
|
-
}>, {
|
|
2050
|
-
chain: "Bitcoin";
|
|
2051
|
-
address: string;
|
|
2052
|
-
}, {
|
|
2053
|
-
value: string;
|
|
2054
|
-
__kind: "Btc";
|
|
2055
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
2056
|
-
__kind: z.ZodLiteral<"Arb">;
|
|
1902
|
+
sourceAddress: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodObject<{
|
|
1903
|
+
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
2057
1904
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2058
1905
|
}, "strip", z.ZodTypeAny, {
|
|
2059
1906
|
value: `0x${string}`;
|
|
2060
|
-
__kind: "Arb";
|
|
1907
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
2061
1908
|
}, {
|
|
2062
1909
|
value: string;
|
|
2063
|
-
__kind: "Arb";
|
|
1910
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
2064
1911
|
}>, {
|
|
2065
|
-
chain: "
|
|
2066
|
-
address: `0x${string}`;
|
|
2067
|
-
}
|
|
2068
|
-
|
|
2069
|
-
|
|
2070
|
-
}
|
|
2071
|
-
|
|
2072
|
-
|
|
2073
|
-
}
|
|
2074
|
-
|
|
2075
|
-
|
|
2076
|
-
}
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
}>, {
|
|
2080
|
-
chain: "Solana";
|
|
2081
|
-
address: string;
|
|
1912
|
+
readonly chain: "Ethereum";
|
|
1913
|
+
readonly address: `0x${string}`;
|
|
1914
|
+
} | {
|
|
1915
|
+
readonly chain: "Polkadot";
|
|
1916
|
+
readonly address: string;
|
|
1917
|
+
} | {
|
|
1918
|
+
readonly chain: "Bitcoin";
|
|
1919
|
+
readonly address: string;
|
|
1920
|
+
} | {
|
|
1921
|
+
readonly chain: "Arbitrum";
|
|
1922
|
+
readonly address: `0x${string}`;
|
|
1923
|
+
} | {
|
|
1924
|
+
readonly chain: "Solana";
|
|
1925
|
+
readonly address: string;
|
|
2082
1926
|
}, {
|
|
2083
1927
|
value: string;
|
|
2084
|
-
__kind: "Sol";
|
|
2085
|
-
}
|
|
1928
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
1929
|
+
}>>>;
|
|
2086
1930
|
channelMetadata: z.ZodObject<{
|
|
2087
1931
|
message: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2088
1932
|
gasBudget: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
@@ -2104,20 +1948,20 @@ declare const cfChainsCcmDepositMetadataGenericEncodedAddress: z.ZodObject<{
|
|
|
2104
1948
|
cfParameters: `0x${string}`;
|
|
2105
1949
|
};
|
|
2106
1950
|
sourceAddress?: {
|
|
2107
|
-
chain: "Ethereum";
|
|
2108
|
-
address: `0x${string}`;
|
|
1951
|
+
readonly chain: "Ethereum";
|
|
1952
|
+
readonly address: `0x${string}`;
|
|
2109
1953
|
} | {
|
|
2110
|
-
chain: "Polkadot";
|
|
2111
|
-
address: string;
|
|
1954
|
+
readonly chain: "Polkadot";
|
|
1955
|
+
readonly address: string;
|
|
2112
1956
|
} | {
|
|
2113
|
-
chain: "Bitcoin";
|
|
2114
|
-
address: string;
|
|
1957
|
+
readonly chain: "Bitcoin";
|
|
1958
|
+
readonly address: string;
|
|
2115
1959
|
} | {
|
|
2116
|
-
chain: "Arbitrum";
|
|
2117
|
-
address: `0x${string}`;
|
|
1960
|
+
readonly chain: "Arbitrum";
|
|
1961
|
+
readonly address: `0x${string}`;
|
|
2118
1962
|
} | {
|
|
2119
|
-
chain: "Solana";
|
|
2120
|
-
address: string;
|
|
1963
|
+
readonly chain: "Solana";
|
|
1964
|
+
readonly address: string;
|
|
2121
1965
|
} | null | undefined;
|
|
2122
1966
|
}, {
|
|
2123
1967
|
sourceChain: {
|
|
@@ -2130,22 +1974,10 @@ declare const cfChainsCcmDepositMetadataGenericEncodedAddress: z.ZodObject<{
|
|
|
2130
1974
|
};
|
|
2131
1975
|
sourceAddress?: {
|
|
2132
1976
|
value: string;
|
|
2133
|
-
__kind: "Eth";
|
|
2134
|
-
} | {
|
|
2135
|
-
value: string;
|
|
2136
|
-
__kind: "Dot";
|
|
2137
|
-
} | {
|
|
2138
|
-
value: string;
|
|
2139
|
-
__kind: "Btc";
|
|
2140
|
-
} | {
|
|
2141
|
-
value: string;
|
|
2142
|
-
__kind: "Arb";
|
|
2143
|
-
} | {
|
|
2144
|
-
value: string;
|
|
2145
|
-
__kind: "Sol";
|
|
1977
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
2146
1978
|
} | null | undefined;
|
|
2147
1979
|
}>;
|
|
2148
|
-
declare const cfTraitsSwappingSwapRequestTypeGeneric: z.
|
|
1980
|
+
declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
2149
1981
|
__kind: z.ZodLiteral<"NetworkFee">;
|
|
2150
1982
|
}, "strip", z.ZodTypeAny, {
|
|
2151
1983
|
__kind: "NetworkFee";
|
|
@@ -2159,196 +1991,88 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodUnion<[z.ZodObject<{
|
|
|
2159
1991
|
__kind: "IngressEgressFee";
|
|
2160
1992
|
}>, z.ZodObject<{
|
|
2161
1993
|
__kind: z.ZodLiteral<"Regular">;
|
|
2162
|
-
outputAddress: z.
|
|
2163
|
-
__kind: z.
|
|
2164
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2165
|
-
}, "strip", z.ZodTypeAny, {
|
|
2166
|
-
value: `0x${string}`;
|
|
2167
|
-
__kind: "Eth";
|
|
2168
|
-
}, {
|
|
2169
|
-
value: string;
|
|
2170
|
-
__kind: "Eth";
|
|
2171
|
-
}>, {
|
|
2172
|
-
chain: "Ethereum";
|
|
2173
|
-
address: `0x${string}`;
|
|
2174
|
-
}, {
|
|
2175
|
-
value: string;
|
|
2176
|
-
__kind: "Eth";
|
|
2177
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
2178
|
-
__kind: z.ZodLiteral<"Dot">;
|
|
2179
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2180
|
-
}, "strip", z.ZodTypeAny, {
|
|
2181
|
-
value: `0x${string}`;
|
|
2182
|
-
__kind: "Dot";
|
|
2183
|
-
}, {
|
|
2184
|
-
value: string;
|
|
2185
|
-
__kind: "Dot";
|
|
2186
|
-
}>, {
|
|
2187
|
-
chain: "Polkadot";
|
|
2188
|
-
address: string;
|
|
2189
|
-
}, {
|
|
2190
|
-
value: string;
|
|
2191
|
-
__kind: "Dot";
|
|
2192
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
2193
|
-
__kind: z.ZodLiteral<"Btc">;
|
|
2194
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2195
|
-
}, "strip", z.ZodTypeAny, {
|
|
2196
|
-
value: `0x${string}`;
|
|
2197
|
-
__kind: "Btc";
|
|
2198
|
-
}, {
|
|
2199
|
-
value: string;
|
|
2200
|
-
__kind: "Btc";
|
|
2201
|
-
}>, {
|
|
2202
|
-
chain: "Bitcoin";
|
|
2203
|
-
address: string;
|
|
2204
|
-
}, {
|
|
2205
|
-
value: string;
|
|
2206
|
-
__kind: "Btc";
|
|
2207
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
2208
|
-
__kind: z.ZodLiteral<"Arb">;
|
|
2209
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2210
|
-
}, "strip", z.ZodTypeAny, {
|
|
2211
|
-
value: `0x${string}`;
|
|
2212
|
-
__kind: "Arb";
|
|
2213
|
-
}, {
|
|
2214
|
-
value: string;
|
|
2215
|
-
__kind: "Arb";
|
|
2216
|
-
}>, {
|
|
2217
|
-
chain: "Arbitrum";
|
|
2218
|
-
address: `0x${string}`;
|
|
2219
|
-
}, {
|
|
2220
|
-
value: string;
|
|
2221
|
-
__kind: "Arb";
|
|
2222
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
2223
|
-
__kind: z.ZodLiteral<"Sol">;
|
|
1994
|
+
outputAddress: z.ZodEffects<z.ZodObject<{
|
|
1995
|
+
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
2224
1996
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2225
1997
|
}, "strip", z.ZodTypeAny, {
|
|
2226
1998
|
value: `0x${string}`;
|
|
2227
|
-
__kind: "Sol";
|
|
1999
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
2228
2000
|
}, {
|
|
2229
2001
|
value: string;
|
|
2230
|
-
__kind: "Sol";
|
|
2002
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
2231
2003
|
}>, {
|
|
2232
|
-
chain: "
|
|
2233
|
-
address: string
|
|
2004
|
+
readonly chain: "Ethereum";
|
|
2005
|
+
readonly address: `0x${string}`;
|
|
2006
|
+
} | {
|
|
2007
|
+
readonly chain: "Polkadot";
|
|
2008
|
+
readonly address: string;
|
|
2009
|
+
} | {
|
|
2010
|
+
readonly chain: "Bitcoin";
|
|
2011
|
+
readonly address: string;
|
|
2012
|
+
} | {
|
|
2013
|
+
readonly chain: "Arbitrum";
|
|
2014
|
+
readonly address: `0x${string}`;
|
|
2015
|
+
} | {
|
|
2016
|
+
readonly chain: "Solana";
|
|
2017
|
+
readonly address: string;
|
|
2234
2018
|
}, {
|
|
2235
2019
|
value: string;
|
|
2236
|
-
__kind: "Sol";
|
|
2237
|
-
}
|
|
2020
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
2021
|
+
}>;
|
|
2238
2022
|
}, "strip", z.ZodTypeAny, {
|
|
2239
2023
|
__kind: "Regular";
|
|
2240
2024
|
outputAddress: {
|
|
2241
|
-
chain: "Ethereum";
|
|
2242
|
-
address: `0x${string}`;
|
|
2025
|
+
readonly chain: "Ethereum";
|
|
2026
|
+
readonly address: `0x${string}`;
|
|
2243
2027
|
} | {
|
|
2244
|
-
chain: "Polkadot";
|
|
2245
|
-
address: string;
|
|
2028
|
+
readonly chain: "Polkadot";
|
|
2029
|
+
readonly address: string;
|
|
2246
2030
|
} | {
|
|
2247
|
-
chain: "Bitcoin";
|
|
2248
|
-
address: string;
|
|
2031
|
+
readonly chain: "Bitcoin";
|
|
2032
|
+
readonly address: string;
|
|
2249
2033
|
} | {
|
|
2250
|
-
chain: "Arbitrum";
|
|
2251
|
-
address: `0x${string}`;
|
|
2034
|
+
readonly chain: "Arbitrum";
|
|
2035
|
+
readonly address: `0x${string}`;
|
|
2252
2036
|
} | {
|
|
2253
|
-
chain: "Solana";
|
|
2254
|
-
address: string;
|
|
2037
|
+
readonly chain: "Solana";
|
|
2038
|
+
readonly address: string;
|
|
2255
2039
|
};
|
|
2256
2040
|
}, {
|
|
2257
2041
|
__kind: "Regular";
|
|
2258
2042
|
outputAddress: {
|
|
2259
2043
|
value: string;
|
|
2260
|
-
__kind: "Eth";
|
|
2261
|
-
} | {
|
|
2262
|
-
value: string;
|
|
2263
|
-
__kind: "Dot";
|
|
2264
|
-
} | {
|
|
2265
|
-
value: string;
|
|
2266
|
-
__kind: "Btc";
|
|
2267
|
-
} | {
|
|
2268
|
-
value: string;
|
|
2269
|
-
__kind: "Arb";
|
|
2270
|
-
} | {
|
|
2271
|
-
value: string;
|
|
2272
|
-
__kind: "Sol";
|
|
2044
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
2273
2045
|
};
|
|
2274
2046
|
}>, z.ZodObject<{
|
|
2275
2047
|
__kind: z.ZodLiteral<"Ccm">;
|
|
2276
|
-
outputAddress: z.
|
|
2277
|
-
__kind: z.
|
|
2278
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2279
|
-
}, "strip", z.ZodTypeAny, {
|
|
2280
|
-
value: `0x${string}`;
|
|
2281
|
-
__kind: "Eth";
|
|
2282
|
-
}, {
|
|
2283
|
-
value: string;
|
|
2284
|
-
__kind: "Eth";
|
|
2285
|
-
}>, {
|
|
2286
|
-
chain: "Ethereum";
|
|
2287
|
-
address: `0x${string}`;
|
|
2288
|
-
}, {
|
|
2289
|
-
value: string;
|
|
2290
|
-
__kind: "Eth";
|
|
2291
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
2292
|
-
__kind: z.ZodLiteral<"Dot">;
|
|
2293
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2294
|
-
}, "strip", z.ZodTypeAny, {
|
|
2295
|
-
value: `0x${string}`;
|
|
2296
|
-
__kind: "Dot";
|
|
2297
|
-
}, {
|
|
2298
|
-
value: string;
|
|
2299
|
-
__kind: "Dot";
|
|
2300
|
-
}>, {
|
|
2301
|
-
chain: "Polkadot";
|
|
2302
|
-
address: string;
|
|
2303
|
-
}, {
|
|
2304
|
-
value: string;
|
|
2305
|
-
__kind: "Dot";
|
|
2306
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
2307
|
-
__kind: z.ZodLiteral<"Btc">;
|
|
2308
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2309
|
-
}, "strip", z.ZodTypeAny, {
|
|
2310
|
-
value: `0x${string}`;
|
|
2311
|
-
__kind: "Btc";
|
|
2312
|
-
}, {
|
|
2313
|
-
value: string;
|
|
2314
|
-
__kind: "Btc";
|
|
2315
|
-
}>, {
|
|
2316
|
-
chain: "Bitcoin";
|
|
2317
|
-
address: string;
|
|
2318
|
-
}, {
|
|
2319
|
-
value: string;
|
|
2320
|
-
__kind: "Btc";
|
|
2321
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
2322
|
-
__kind: z.ZodLiteral<"Arb">;
|
|
2048
|
+
outputAddress: z.ZodEffects<z.ZodObject<{
|
|
2049
|
+
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
2323
2050
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2324
2051
|
}, "strip", z.ZodTypeAny, {
|
|
2325
2052
|
value: `0x${string}`;
|
|
2326
|
-
__kind: "Arb";
|
|
2053
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
2327
2054
|
}, {
|
|
2328
2055
|
value: string;
|
|
2329
|
-
__kind: "Arb";
|
|
2056
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
2330
2057
|
}>, {
|
|
2331
|
-
chain: "
|
|
2332
|
-
address: `0x${string}`;
|
|
2333
|
-
}
|
|
2334
|
-
|
|
2335
|
-
|
|
2336
|
-
}
|
|
2337
|
-
|
|
2338
|
-
|
|
2339
|
-
}
|
|
2340
|
-
|
|
2341
|
-
|
|
2342
|
-
}
|
|
2343
|
-
|
|
2344
|
-
|
|
2345
|
-
}>, {
|
|
2346
|
-
chain: "Solana";
|
|
2347
|
-
address: string;
|
|
2058
|
+
readonly chain: "Ethereum";
|
|
2059
|
+
readonly address: `0x${string}`;
|
|
2060
|
+
} | {
|
|
2061
|
+
readonly chain: "Polkadot";
|
|
2062
|
+
readonly address: string;
|
|
2063
|
+
} | {
|
|
2064
|
+
readonly chain: "Bitcoin";
|
|
2065
|
+
readonly address: string;
|
|
2066
|
+
} | {
|
|
2067
|
+
readonly chain: "Arbitrum";
|
|
2068
|
+
readonly address: `0x${string}`;
|
|
2069
|
+
} | {
|
|
2070
|
+
readonly chain: "Solana";
|
|
2071
|
+
readonly address: string;
|
|
2348
2072
|
}, {
|
|
2349
2073
|
value: string;
|
|
2350
|
-
__kind: "Sol";
|
|
2351
|
-
}
|
|
2074
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
2075
|
+
}>;
|
|
2352
2076
|
ccmDepositMetadata: z.ZodObject<{
|
|
2353
2077
|
sourceChain: z.ZodEffects<z.ZodObject<{
|
|
2354
2078
|
__kind: z.ZodEnum<["Ethereum", "Polkadot", "Bitcoin", "Arbitrum", "Solana"]>;
|
|
@@ -2359,82 +2083,34 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodUnion<[z.ZodObject<{
|
|
|
2359
2083
|
}>, "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana", {
|
|
2360
2084
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
2361
2085
|
}>;
|
|
2362
|
-
sourceAddress: z.ZodOptional<z.ZodNullable<z.
|
|
2363
|
-
__kind: z.
|
|
2364
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2365
|
-
}, "strip", z.ZodTypeAny, {
|
|
2366
|
-
value: `0x${string}`;
|
|
2367
|
-
__kind: "Eth";
|
|
2368
|
-
}, {
|
|
2369
|
-
value: string;
|
|
2370
|
-
__kind: "Eth";
|
|
2371
|
-
}>, {
|
|
2372
|
-
chain: "Ethereum";
|
|
2373
|
-
address: `0x${string}`;
|
|
2374
|
-
}, {
|
|
2375
|
-
value: string;
|
|
2376
|
-
__kind: "Eth";
|
|
2377
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
2378
|
-
__kind: z.ZodLiteral<"Dot">;
|
|
2379
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2380
|
-
}, "strip", z.ZodTypeAny, {
|
|
2381
|
-
value: `0x${string}`;
|
|
2382
|
-
__kind: "Dot";
|
|
2383
|
-
}, {
|
|
2384
|
-
value: string;
|
|
2385
|
-
__kind: "Dot";
|
|
2386
|
-
}>, {
|
|
2387
|
-
chain: "Polkadot";
|
|
2388
|
-
address: string;
|
|
2389
|
-
}, {
|
|
2390
|
-
value: string;
|
|
2391
|
-
__kind: "Dot";
|
|
2392
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
2393
|
-
__kind: z.ZodLiteral<"Btc">;
|
|
2394
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2395
|
-
}, "strip", z.ZodTypeAny, {
|
|
2396
|
-
value: `0x${string}`;
|
|
2397
|
-
__kind: "Btc";
|
|
2398
|
-
}, {
|
|
2399
|
-
value: string;
|
|
2400
|
-
__kind: "Btc";
|
|
2401
|
-
}>, {
|
|
2402
|
-
chain: "Bitcoin";
|
|
2403
|
-
address: string;
|
|
2404
|
-
}, {
|
|
2405
|
-
value: string;
|
|
2406
|
-
__kind: "Btc";
|
|
2407
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
2408
|
-
__kind: z.ZodLiteral<"Arb">;
|
|
2409
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2410
|
-
}, "strip", z.ZodTypeAny, {
|
|
2411
|
-
value: `0x${string}`;
|
|
2412
|
-
__kind: "Arb";
|
|
2413
|
-
}, {
|
|
2414
|
-
value: string;
|
|
2415
|
-
__kind: "Arb";
|
|
2416
|
-
}>, {
|
|
2417
|
-
chain: "Arbitrum";
|
|
2418
|
-
address: `0x${string}`;
|
|
2419
|
-
}, {
|
|
2420
|
-
value: string;
|
|
2421
|
-
__kind: "Arb";
|
|
2422
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
2423
|
-
__kind: z.ZodLiteral<"Sol">;
|
|
2086
|
+
sourceAddress: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodObject<{
|
|
2087
|
+
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
2424
2088
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2425
2089
|
}, "strip", z.ZodTypeAny, {
|
|
2426
2090
|
value: `0x${string}`;
|
|
2427
|
-
__kind: "Sol";
|
|
2091
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
2428
2092
|
}, {
|
|
2429
2093
|
value: string;
|
|
2430
|
-
__kind: "Sol";
|
|
2094
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
2431
2095
|
}>, {
|
|
2432
|
-
chain: "
|
|
2433
|
-
address: string
|
|
2096
|
+
readonly chain: "Ethereum";
|
|
2097
|
+
readonly address: `0x${string}`;
|
|
2098
|
+
} | {
|
|
2099
|
+
readonly chain: "Polkadot";
|
|
2100
|
+
readonly address: string;
|
|
2101
|
+
} | {
|
|
2102
|
+
readonly chain: "Bitcoin";
|
|
2103
|
+
readonly address: string;
|
|
2104
|
+
} | {
|
|
2105
|
+
readonly chain: "Arbitrum";
|
|
2106
|
+
readonly address: `0x${string}`;
|
|
2107
|
+
} | {
|
|
2108
|
+
readonly chain: "Solana";
|
|
2109
|
+
readonly address: string;
|
|
2434
2110
|
}, {
|
|
2435
2111
|
value: string;
|
|
2436
|
-
__kind: "Sol";
|
|
2437
|
-
}
|
|
2112
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
2113
|
+
}>>>;
|
|
2438
2114
|
channelMetadata: z.ZodObject<{
|
|
2439
2115
|
message: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2440
2116
|
gasBudget: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
@@ -2456,20 +2132,20 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodUnion<[z.ZodObject<{
|
|
|
2456
2132
|
cfParameters: `0x${string}`;
|
|
2457
2133
|
};
|
|
2458
2134
|
sourceAddress?: {
|
|
2459
|
-
chain: "Ethereum";
|
|
2460
|
-
address: `0x${string}`;
|
|
2135
|
+
readonly chain: "Ethereum";
|
|
2136
|
+
readonly address: `0x${string}`;
|
|
2461
2137
|
} | {
|
|
2462
|
-
chain: "Polkadot";
|
|
2463
|
-
address: string;
|
|
2138
|
+
readonly chain: "Polkadot";
|
|
2139
|
+
readonly address: string;
|
|
2464
2140
|
} | {
|
|
2465
|
-
chain: "Bitcoin";
|
|
2466
|
-
address: string;
|
|
2141
|
+
readonly chain: "Bitcoin";
|
|
2142
|
+
readonly address: string;
|
|
2467
2143
|
} | {
|
|
2468
|
-
chain: "Arbitrum";
|
|
2469
|
-
address: `0x${string}`;
|
|
2144
|
+
readonly chain: "Arbitrum";
|
|
2145
|
+
readonly address: `0x${string}`;
|
|
2470
2146
|
} | {
|
|
2471
|
-
chain: "Solana";
|
|
2472
|
-
address: string;
|
|
2147
|
+
readonly chain: "Solana";
|
|
2148
|
+
readonly address: string;
|
|
2473
2149
|
} | null | undefined;
|
|
2474
2150
|
}, {
|
|
2475
2151
|
sourceChain: {
|
|
@@ -2482,38 +2158,26 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodUnion<[z.ZodObject<{
|
|
|
2482
2158
|
};
|
|
2483
2159
|
sourceAddress?: {
|
|
2484
2160
|
value: string;
|
|
2485
|
-
__kind: "Eth";
|
|
2486
|
-
} | {
|
|
2487
|
-
value: string;
|
|
2488
|
-
__kind: "Dot";
|
|
2489
|
-
} | {
|
|
2490
|
-
value: string;
|
|
2491
|
-
__kind: "Btc";
|
|
2492
|
-
} | {
|
|
2493
|
-
value: string;
|
|
2494
|
-
__kind: "Arb";
|
|
2495
|
-
} | {
|
|
2496
|
-
value: string;
|
|
2497
|
-
__kind: "Sol";
|
|
2161
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
2498
2162
|
} | null | undefined;
|
|
2499
2163
|
}>;
|
|
2500
2164
|
}, "strip", z.ZodTypeAny, {
|
|
2501
2165
|
__kind: "Ccm";
|
|
2502
2166
|
outputAddress: {
|
|
2503
|
-
chain: "Ethereum";
|
|
2504
|
-
address: `0x${string}`;
|
|
2167
|
+
readonly chain: "Ethereum";
|
|
2168
|
+
readonly address: `0x${string}`;
|
|
2505
2169
|
} | {
|
|
2506
|
-
chain: "Polkadot";
|
|
2507
|
-
address: string;
|
|
2170
|
+
readonly chain: "Polkadot";
|
|
2171
|
+
readonly address: string;
|
|
2508
2172
|
} | {
|
|
2509
|
-
chain: "Bitcoin";
|
|
2510
|
-
address: string;
|
|
2173
|
+
readonly chain: "Bitcoin";
|
|
2174
|
+
readonly address: string;
|
|
2511
2175
|
} | {
|
|
2512
|
-
chain: "Arbitrum";
|
|
2513
|
-
address: `0x${string}`;
|
|
2176
|
+
readonly chain: "Arbitrum";
|
|
2177
|
+
readonly address: `0x${string}`;
|
|
2514
2178
|
} | {
|
|
2515
|
-
chain: "Solana";
|
|
2516
|
-
address: string;
|
|
2179
|
+
readonly chain: "Solana";
|
|
2180
|
+
readonly address: string;
|
|
2517
2181
|
};
|
|
2518
2182
|
ccmDepositMetadata: {
|
|
2519
2183
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
@@ -2523,39 +2187,27 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodUnion<[z.ZodObject<{
|
|
|
2523
2187
|
cfParameters: `0x${string}`;
|
|
2524
2188
|
};
|
|
2525
2189
|
sourceAddress?: {
|
|
2526
|
-
chain: "Ethereum";
|
|
2527
|
-
address: `0x${string}`;
|
|
2190
|
+
readonly chain: "Ethereum";
|
|
2191
|
+
readonly address: `0x${string}`;
|
|
2528
2192
|
} | {
|
|
2529
|
-
chain: "Polkadot";
|
|
2530
|
-
address: string;
|
|
2193
|
+
readonly chain: "Polkadot";
|
|
2194
|
+
readonly address: string;
|
|
2531
2195
|
} | {
|
|
2532
|
-
chain: "Bitcoin";
|
|
2533
|
-
address: string;
|
|
2196
|
+
readonly chain: "Bitcoin";
|
|
2197
|
+
readonly address: string;
|
|
2534
2198
|
} | {
|
|
2535
|
-
chain: "Arbitrum";
|
|
2536
|
-
address: `0x${string}`;
|
|
2199
|
+
readonly chain: "Arbitrum";
|
|
2200
|
+
readonly address: `0x${string}`;
|
|
2537
2201
|
} | {
|
|
2538
|
-
chain: "Solana";
|
|
2539
|
-
address: string;
|
|
2202
|
+
readonly chain: "Solana";
|
|
2203
|
+
readonly address: string;
|
|
2540
2204
|
} | null | undefined;
|
|
2541
2205
|
};
|
|
2542
2206
|
}, {
|
|
2543
2207
|
__kind: "Ccm";
|
|
2544
2208
|
outputAddress: {
|
|
2545
2209
|
value: string;
|
|
2546
|
-
__kind: "Eth";
|
|
2547
|
-
} | {
|
|
2548
|
-
value: string;
|
|
2549
|
-
__kind: "Dot";
|
|
2550
|
-
} | {
|
|
2551
|
-
value: string;
|
|
2552
|
-
__kind: "Btc";
|
|
2553
|
-
} | {
|
|
2554
|
-
value: string;
|
|
2555
|
-
__kind: "Arb";
|
|
2556
|
-
} | {
|
|
2557
|
-
value: string;
|
|
2558
|
-
__kind: "Sol";
|
|
2210
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
2559
2211
|
};
|
|
2560
2212
|
ccmDepositMetadata: {
|
|
2561
2213
|
sourceChain: {
|
|
@@ -2568,137 +2220,65 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodUnion<[z.ZodObject<{
|
|
|
2568
2220
|
};
|
|
2569
2221
|
sourceAddress?: {
|
|
2570
2222
|
value: string;
|
|
2571
|
-
__kind: "Eth";
|
|
2572
|
-
} | {
|
|
2573
|
-
value: string;
|
|
2574
|
-
__kind: "Dot";
|
|
2575
|
-
} | {
|
|
2576
|
-
value: string;
|
|
2577
|
-
__kind: "Btc";
|
|
2578
|
-
} | {
|
|
2579
|
-
value: string;
|
|
2580
|
-
__kind: "Arb";
|
|
2581
|
-
} | {
|
|
2582
|
-
value: string;
|
|
2583
|
-
__kind: "Sol";
|
|
2223
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
2584
2224
|
} | null | undefined;
|
|
2585
2225
|
};
|
|
2586
2226
|
}>]>;
|
|
2587
2227
|
declare const cfChainsChannelRefundParametersGenericEncodedAddress: z.ZodObject<{
|
|
2588
2228
|
retryDuration: z.ZodNumber;
|
|
2589
|
-
refundAddress: z.
|
|
2590
|
-
__kind: z.
|
|
2591
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2592
|
-
}, "strip", z.ZodTypeAny, {
|
|
2593
|
-
value: `0x${string}`;
|
|
2594
|
-
__kind: "Eth";
|
|
2595
|
-
}, {
|
|
2596
|
-
value: string;
|
|
2597
|
-
__kind: "Eth";
|
|
2598
|
-
}>, {
|
|
2599
|
-
chain: "Ethereum";
|
|
2600
|
-
address: `0x${string}`;
|
|
2601
|
-
}, {
|
|
2602
|
-
value: string;
|
|
2603
|
-
__kind: "Eth";
|
|
2604
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
2605
|
-
__kind: z.ZodLiteral<"Dot">;
|
|
2606
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2607
|
-
}, "strip", z.ZodTypeAny, {
|
|
2608
|
-
value: `0x${string}`;
|
|
2609
|
-
__kind: "Dot";
|
|
2610
|
-
}, {
|
|
2611
|
-
value: string;
|
|
2612
|
-
__kind: "Dot";
|
|
2613
|
-
}>, {
|
|
2614
|
-
chain: "Polkadot";
|
|
2615
|
-
address: string;
|
|
2616
|
-
}, {
|
|
2617
|
-
value: string;
|
|
2618
|
-
__kind: "Dot";
|
|
2619
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
2620
|
-
__kind: z.ZodLiteral<"Btc">;
|
|
2621
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2622
|
-
}, "strip", z.ZodTypeAny, {
|
|
2623
|
-
value: `0x${string}`;
|
|
2624
|
-
__kind: "Btc";
|
|
2625
|
-
}, {
|
|
2626
|
-
value: string;
|
|
2627
|
-
__kind: "Btc";
|
|
2628
|
-
}>, {
|
|
2629
|
-
chain: "Bitcoin";
|
|
2630
|
-
address: string;
|
|
2631
|
-
}, {
|
|
2632
|
-
value: string;
|
|
2633
|
-
__kind: "Btc";
|
|
2634
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
2635
|
-
__kind: z.ZodLiteral<"Arb">;
|
|
2636
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2637
|
-
}, "strip", z.ZodTypeAny, {
|
|
2638
|
-
value: `0x${string}`;
|
|
2639
|
-
__kind: "Arb";
|
|
2640
|
-
}, {
|
|
2641
|
-
value: string;
|
|
2642
|
-
__kind: "Arb";
|
|
2643
|
-
}>, {
|
|
2644
|
-
chain: "Arbitrum";
|
|
2645
|
-
address: `0x${string}`;
|
|
2646
|
-
}, {
|
|
2647
|
-
value: string;
|
|
2648
|
-
__kind: "Arb";
|
|
2649
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
2650
|
-
__kind: z.ZodLiteral<"Sol">;
|
|
2229
|
+
refundAddress: z.ZodEffects<z.ZodObject<{
|
|
2230
|
+
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
2651
2231
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2652
2232
|
}, "strip", z.ZodTypeAny, {
|
|
2653
2233
|
value: `0x${string}`;
|
|
2654
|
-
__kind: "Sol";
|
|
2234
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
2655
2235
|
}, {
|
|
2656
2236
|
value: string;
|
|
2657
|
-
__kind: "Sol";
|
|
2237
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
2658
2238
|
}>, {
|
|
2659
|
-
chain: "
|
|
2660
|
-
address: string
|
|
2239
|
+
readonly chain: "Ethereum";
|
|
2240
|
+
readonly address: `0x${string}`;
|
|
2241
|
+
} | {
|
|
2242
|
+
readonly chain: "Polkadot";
|
|
2243
|
+
readonly address: string;
|
|
2244
|
+
} | {
|
|
2245
|
+
readonly chain: "Bitcoin";
|
|
2246
|
+
readonly address: string;
|
|
2247
|
+
} | {
|
|
2248
|
+
readonly chain: "Arbitrum";
|
|
2249
|
+
readonly address: `0x${string}`;
|
|
2250
|
+
} | {
|
|
2251
|
+
readonly chain: "Solana";
|
|
2252
|
+
readonly address: string;
|
|
2661
2253
|
}, {
|
|
2662
2254
|
value: string;
|
|
2663
|
-
__kind: "Sol";
|
|
2664
|
-
}
|
|
2255
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
2256
|
+
}>;
|
|
2665
2257
|
minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
2666
2258
|
}, "strip", z.ZodTypeAny, {
|
|
2667
2259
|
retryDuration: number;
|
|
2668
2260
|
refundAddress: {
|
|
2669
|
-
chain: "Ethereum";
|
|
2670
|
-
address: `0x${string}`;
|
|
2261
|
+
readonly chain: "Ethereum";
|
|
2262
|
+
readonly address: `0x${string}`;
|
|
2671
2263
|
} | {
|
|
2672
|
-
chain: "Polkadot";
|
|
2673
|
-
address: string;
|
|
2264
|
+
readonly chain: "Polkadot";
|
|
2265
|
+
readonly address: string;
|
|
2674
2266
|
} | {
|
|
2675
|
-
chain: "Bitcoin";
|
|
2676
|
-
address: string;
|
|
2267
|
+
readonly chain: "Bitcoin";
|
|
2268
|
+
readonly address: string;
|
|
2677
2269
|
} | {
|
|
2678
|
-
chain: "Arbitrum";
|
|
2679
|
-
address: `0x${string}`;
|
|
2270
|
+
readonly chain: "Arbitrum";
|
|
2271
|
+
readonly address: `0x${string}`;
|
|
2680
2272
|
} | {
|
|
2681
|
-
chain: "Solana";
|
|
2682
|
-
address: string;
|
|
2273
|
+
readonly chain: "Solana";
|
|
2274
|
+
readonly address: string;
|
|
2683
2275
|
};
|
|
2684
2276
|
minPrice: bigint;
|
|
2685
2277
|
}, {
|
|
2686
2278
|
retryDuration: number;
|
|
2687
2279
|
refundAddress: {
|
|
2688
2280
|
value: string;
|
|
2689
|
-
__kind: "Eth";
|
|
2690
|
-
} | {
|
|
2691
|
-
value: string;
|
|
2692
|
-
__kind: "Dot";
|
|
2693
|
-
} | {
|
|
2694
|
-
value: string;
|
|
2695
|
-
__kind: "Btc";
|
|
2696
|
-
} | {
|
|
2697
|
-
value: string;
|
|
2698
|
-
__kind: "Arb";
|
|
2699
|
-
} | {
|
|
2700
|
-
value: string;
|
|
2701
|
-
__kind: "Sol";
|
|
2281
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
2702
2282
|
};
|
|
2703
2283
|
minPrice: string | number;
|
|
2704
2284
|
}>;
|
|
@@ -2787,7 +2367,7 @@ declare const spRuntimeTransactionalError: z.ZodEffects<z.ZodObject<{
|
|
|
2787
2367
|
}>, "LimitReached" | "NoLayer", {
|
|
2788
2368
|
__kind: "LimitReached" | "NoLayer";
|
|
2789
2369
|
}>;
|
|
2790
|
-
declare const spRuntimeDispatchError: z.
|
|
2370
|
+
declare const spRuntimeDispatchError: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
2791
2371
|
__kind: z.ZodLiteral<"Other">;
|
|
2792
2372
|
}, "strip", z.ZodTypeAny, {
|
|
2793
2373
|
__kind: "Other";
|
|
@@ -2945,7 +2525,7 @@ declare const cfChainsEvmDepositDetails: z.ZodObject<{
|
|
|
2945
2525
|
}, {
|
|
2946
2526
|
txHashes?: string[] | null | undefined;
|
|
2947
2527
|
}>;
|
|
2948
|
-
declare const palletCfEthereumIngressEgressDepositAction: z.
|
|
2528
|
+
declare const palletCfEthereumIngressEgressDepositAction: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
2949
2529
|
__kind: z.ZodLiteral<"Swap">;
|
|
2950
2530
|
swapRequestId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
2951
2531
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -3006,7 +2586,7 @@ declare const cfChainsCcmCheckerCcmValidityError: z.ZodEffects<z.ZodObject<{
|
|
|
3006
2586
|
}>, "CannotDecodeCfParameters" | "CcmIsTooLong" | "CfParametersContainsInvalidAccounts", {
|
|
3007
2587
|
__kind: "CannotDecodeCfParameters" | "CcmIsTooLong" | "CfParametersContainsInvalidAccounts";
|
|
3008
2588
|
}>;
|
|
3009
|
-
declare const cfChainsSolApiSolanaTransactionBuildingError: z.
|
|
2589
|
+
declare const cfChainsSolApiSolanaTransactionBuildingError: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
3010
2590
|
__kind: z.ZodLiteral<"CannotLookupApiEnvironment">;
|
|
3011
2591
|
}, "strip", z.ZodTypeAny, {
|
|
3012
2592
|
__kind: "CannotLookupApiEnvironment";
|
|
@@ -3090,7 +2670,7 @@ declare const cfChainsSolApiSolanaTransactionBuildingError: z.ZodUnion<[z.ZodObj
|
|
|
3090
2670
|
value: number;
|
|
3091
2671
|
__kind: "FinalTransactionExceededMaxLength";
|
|
3092
2672
|
}>]>;
|
|
3093
|
-
declare const cfChainsExecutexSwapAndCallError: z.
|
|
2673
|
+
declare const cfChainsExecutexSwapAndCallError: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
3094
2674
|
__kind: z.ZodLiteral<"Unsupported">;
|
|
3095
2675
|
}, "strip", z.ZodTypeAny, {
|
|
3096
2676
|
__kind: "Unsupported";
|
|
@@ -3098,7 +2678,7 @@ declare const cfChainsExecutexSwapAndCallError: z.ZodUnion<[z.ZodObject<{
|
|
|
3098
2678
|
__kind: "Unsupported";
|
|
3099
2679
|
}>, z.ZodObject<{
|
|
3100
2680
|
__kind: z.ZodLiteral<"FailedToBuildCcmForSolana">;
|
|
3101
|
-
value: z.
|
|
2681
|
+
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
3102
2682
|
__kind: z.ZodLiteral<"CannotLookupApiEnvironment">;
|
|
3103
2683
|
}, "strip", z.ZodTypeAny, {
|
|
3104
2684
|
__kind: "CannotLookupApiEnvironment";
|
|
@@ -3236,7 +2816,7 @@ declare const cfChainsExecutexSwapAndCallError: z.ZodUnion<[z.ZodObject<{
|
|
|
3236
2816
|
__kind: "FailedToBuildCcmForSolana";
|
|
3237
2817
|
}>, z.ZodObject<{
|
|
3238
2818
|
__kind: z.ZodLiteral<"DispatchError">;
|
|
3239
|
-
value: z.
|
|
2819
|
+
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
3240
2820
|
__kind: z.ZodLiteral<"Other">;
|
|
3241
2821
|
}, "strip", z.ZodTypeAny, {
|
|
3242
2822
|
__kind: "Other";
|
|
@@ -3470,7 +3050,7 @@ declare const cfPrimitivesChainsAssetsDotAsset: z.ZodEffects<z.ZodObject<{
|
|
|
3470
3050
|
}>, "Dot", {
|
|
3471
3051
|
__kind: "Dot";
|
|
3472
3052
|
}>;
|
|
3473
|
-
declare const palletCfPolkadotIngressEgressDepositAction: z.
|
|
3053
|
+
declare const palletCfPolkadotIngressEgressDepositAction: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
3474
3054
|
__kind: z.ZodLiteral<"Swap">;
|
|
3475
3055
|
swapRequestId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
3476
3056
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -3513,7 +3093,7 @@ declare const palletCfPolkadotIngressEgressDepositAction: z.ZodUnion<[z.ZodObjec
|
|
|
3513
3093
|
__kind: "BoostersCredited";
|
|
3514
3094
|
prewitnessedDepositId: string | number;
|
|
3515
3095
|
}>]>;
|
|
3516
|
-
declare const cfChainsBtcScriptPubkey: z.
|
|
3096
|
+
declare const cfChainsBtcScriptPubkey: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
3517
3097
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
3518
3098
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
3519
3099
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -3590,7 +3170,7 @@ declare const cfChainsBtcUtxoId: z.ZodObject<{
|
|
|
3590
3170
|
txId: string;
|
|
3591
3171
|
vout: number;
|
|
3592
3172
|
}>;
|
|
3593
|
-
declare const palletCfBitcoinIngressEgressDepositAction: z.
|
|
3173
|
+
declare const palletCfBitcoinIngressEgressDepositAction: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
3594
3174
|
__kind: z.ZodLiteral<"Swap">;
|
|
3595
3175
|
swapRequestId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
3596
3176
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -3668,7 +3248,7 @@ declare const palletCfPoolsRangeOrderChange: z.ZodObject<{
|
|
|
3668
3248
|
quote: string | number;
|
|
3669
3249
|
};
|
|
3670
3250
|
}>;
|
|
3671
|
-
declare const palletCfPoolsIncreaseOrDecreaseRangeOrderChange: z.
|
|
3251
|
+
declare const palletCfPoolsIncreaseOrDecreaseRangeOrderChange: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
3672
3252
|
__kind: z.ZodLiteral<"Increase">;
|
|
3673
3253
|
value: z.ZodObject<{
|
|
3674
3254
|
liquidity: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
@@ -3768,7 +3348,7 @@ declare const cfAmmCommonSide: z.ZodEffects<z.ZodObject<{
|
|
|
3768
3348
|
}>, "Buy" | "Sell", {
|
|
3769
3349
|
__kind: "Buy" | "Sell";
|
|
3770
3350
|
}>;
|
|
3771
|
-
declare const palletCfPoolsIncreaseOrDecreaseU128: z.
|
|
3351
|
+
declare const palletCfPoolsIncreaseOrDecreaseU128: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
3772
3352
|
__kind: z.ZodLiteral<"Increase">;
|
|
3773
3353
|
value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
3774
3354
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -3809,7 +3389,7 @@ declare const palletCfPoolsAssetPair: z.ZodObject<{
|
|
|
3809
3389
|
quote: string | number;
|
|
3810
3390
|
};
|
|
3811
3391
|
}>;
|
|
3812
|
-
declare const palletCfPoolsCloseOrder: z.
|
|
3392
|
+
declare const palletCfPoolsCloseOrder: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
3813
3393
|
__kind: z.ZodLiteral<"Limit">;
|
|
3814
3394
|
baseAsset: z.ZodEffects<z.ZodObject<{
|
|
3815
3395
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
|
|
@@ -3902,7 +3482,7 @@ declare const cfPrimitivesChainsAssetsArbAsset: z.ZodEffects<z.ZodObject<{
|
|
|
3902
3482
|
}>, "ArbEth" | "ArbUsdc", {
|
|
3903
3483
|
__kind: "ArbEth" | "ArbUsdc";
|
|
3904
3484
|
}>;
|
|
3905
|
-
declare const palletCfArbitrumIngressEgressDepositAction: z.
|
|
3485
|
+
declare const palletCfArbitrumIngressEgressDepositAction: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
3906
3486
|
__kind: z.ZodLiteral<"Swap">;
|
|
3907
3487
|
swapRequestId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
3908
3488
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -4127,7 +3707,7 @@ declare const cfPrimitivesChainsAssetsSolAsset: z.ZodEffects<z.ZodObject<{
|
|
|
4127
3707
|
}>, "Sol" | "SolUsdc", {
|
|
4128
3708
|
__kind: "Sol" | "SolUsdc";
|
|
4129
3709
|
}>;
|
|
4130
|
-
declare const palletCfSolanaIngressEgressDepositAction: z.
|
|
3710
|
+
declare const palletCfSolanaIngressEgressDepositAction: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
4131
3711
|
__kind: z.ZodLiteral<"Swap">;
|
|
4132
3712
|
swapRequestId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
4133
3713
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -4179,7 +3759,7 @@ declare const palletCfSolanaIngressEgressDepositIgnoredReason: z.ZodEffects<z.Zo
|
|
|
4179
3759
|
}>, "BelowMinimumDeposit" | "NotEnoughToPayFees", {
|
|
4180
3760
|
__kind: "BelowMinimumDeposit" | "NotEnoughToPayFees";
|
|
4181
3761
|
}>;
|
|
4182
|
-
declare const
|
|
3762
|
+
declare const palletCfSolanaIngressEgressDepositWitnessSolana: z.ZodObject<{
|
|
4183
3763
|
depositAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
4184
3764
|
asset: z.ZodEffects<z.ZodObject<{
|
|
4185
3765
|
__kind: z.ZodEnum<["Sol", "SolUsdc"]>;
|
|
@@ -4202,7 +3782,7 @@ declare const palletCfIngressEgressDepositWitnessSolana: z.ZodObject<{
|
|
|
4202
3782
|
};
|
|
4203
3783
|
amount: string | number;
|
|
4204
3784
|
}>;
|
|
4205
|
-
declare const
|
|
3785
|
+
declare const palletCfSolanaIngressEgressBoostPoolIdSolana: z.ZodObject<{
|
|
4206
3786
|
asset: z.ZodEffects<z.ZodObject<{
|
|
4207
3787
|
__kind: z.ZodEnum<["Sol", "SolUsdc"]>;
|
|
4208
3788
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -4250,4 +3830,4 @@ declare const cfChainsChainStateSolana: z.ZodObject<{
|
|
|
4250
3830
|
};
|
|
4251
3831
|
}>;
|
|
4252
3832
|
|
|
4253
|
-
export { accountId, cfAmmCommonPoolPairsMap, cfAmmCommonSide, cfChainsAddressEncodedAddress, cfChainsBtcScriptPubkey, cfChainsBtcUtxoId, cfChainsCcmChannelMetadata, cfChainsCcmCheckerCcmValidityError, cfChainsCcmDepositMetadataGenericEncodedAddress, cfChainsChainStateSolana, cfChainsChannelRefundParametersGenericEncodedAddress, cfChainsEvmDepositDetails, cfChainsExecutexSwapAndCallError, cfChainsSolApiSolanaTransactionBuildingError, cfChainsSolSolTrackedData, cfChainsSolSolTxCoreCompiledInstruction, cfChainsSolSolTxCoreMessage, cfChainsSolSolTxCoreMessageHeader, cfChainsSolSolTxCoreTransaction, cfChainsSwapOrigin, cfPrimitivesBeneficiary, cfPrimitivesChainsAssetsAnyAsset, cfPrimitivesChainsAssetsArbAsset, cfPrimitivesChainsAssetsBtcAsset, cfPrimitivesChainsAssetsDotAsset, cfPrimitivesChainsAssetsEthAsset, cfPrimitivesChainsAssetsSolAsset, cfPrimitivesChainsForeignChain, cfPrimitivesDcaParameters, cfPrimitivesSwapLeg, cfTraitsSwappingSwapRequestTypeGeneric, cfTraitsSwappingSwapType, hexString, numberOrHex, numericString, palletCfArbitrumIngressEgressDepositAction, palletCfAssetBalancesPalletSafeMode, palletCfBitcoinIngressEgressDepositAction, palletCfBroadcastPalletSafeMode, palletCfEmissionsPalletSafeMode, palletCfEnvironmentSafeModeUpdate, palletCfEthereumIngressEgressDepositAction, palletCfFundingPalletSafeMode,
|
|
3833
|
+
export { accountId, cfAmmCommonPoolPairsMap, cfAmmCommonSide, cfChainsAddressEncodedAddress, cfChainsBtcScriptPubkey, cfChainsBtcUtxoId, cfChainsCcmChannelMetadata, cfChainsCcmCheckerCcmValidityError, cfChainsCcmDepositMetadataGenericEncodedAddress, cfChainsChainStateSolana, cfChainsChannelRefundParametersGenericEncodedAddress, cfChainsEvmDepositDetails, cfChainsExecutexSwapAndCallError, cfChainsSolApiSolanaTransactionBuildingError, cfChainsSolSolTrackedData, cfChainsSolSolTxCoreCompiledInstruction, cfChainsSolSolTxCoreMessage, cfChainsSolSolTxCoreMessageHeader, cfChainsSolSolTxCoreTransaction, cfChainsSwapOrigin, cfPrimitivesBeneficiary, cfPrimitivesChainsAssetsAnyAsset, cfPrimitivesChainsAssetsArbAsset, cfPrimitivesChainsAssetsBtcAsset, cfPrimitivesChainsAssetsDotAsset, cfPrimitivesChainsAssetsEthAsset, cfPrimitivesChainsAssetsSolAsset, cfPrimitivesChainsForeignChain, cfPrimitivesDcaParameters, cfPrimitivesSwapLeg, cfTraitsSwappingSwapRequestTypeGeneric, cfTraitsSwappingSwapType, hexString, numberOrHex, numericString, palletCfArbitrumIngressEgressDepositAction, palletCfAssetBalancesPalletSafeMode, palletCfBitcoinIngressEgressDepositAction, palletCfBroadcastPalletSafeMode, palletCfEmissionsPalletSafeMode, palletCfEnvironmentSafeModeUpdate, palletCfEthereumIngressEgressDepositAction, palletCfFundingPalletSafeMode, palletCfIngressEgressPalletSafeMode, palletCfLpPalletSafeMode, palletCfPolkadotIngressEgressDepositAction, palletCfPoolsAssetPair, palletCfPoolsCloseOrder, palletCfPoolsIncreaseOrDecreaseRangeOrderChange, palletCfPoolsIncreaseOrDecreaseU128, palletCfPoolsPalletSafeMode, palletCfPoolsRangeOrderChange, palletCfReputationPalletSafeMode, palletCfSolanaIngressEgressBoostPoolIdSolana, palletCfSolanaIngressEgressDepositAction, palletCfSolanaIngressEgressDepositIgnoredReason, palletCfSolanaIngressEgressDepositWitnessSolana, palletCfSwappingCcmFailReason, palletCfSwappingPalletSafeMode, palletCfThresholdSignaturePalletSafeMode, palletCfValidatorPalletSafeMode, palletCfWitnesserPalletSafeMode, simpleEnum, solPrimPdaPdaError, spArithmeticArithmeticError, spRuntimeDispatchError, spRuntimeModuleError, spRuntimeTokenError, spRuntimeTransactionalError, stateChainRuntimeSafeModeInnerRuntimeSafeMode, stateChainRuntimeSafeModeWitnesserCallPermission };
|