@chainflip/processor 1.8.3 → 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/ccmEgressInvalid.d.cts +1 -1
- package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.ts +1 -1
- package/dist/100/bitcoinIngressEgress/depositIgnored.d.cts +1 -1
- package/dist/100/bitcoinIngressEgress/depositIgnored.d.ts +1 -1
- package/dist/100/bitcoinIngressEgress/depositReceived.d.cts +1 -1
- package/dist/100/bitcoinIngressEgress/depositReceived.d.ts +1 -1
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.cts +2 -2
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.ts +2 -2
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.mjs +5 -2
- package/dist/100/bitcoinIngressEgress/egressScheduled.d.cts +1 -1
- package/dist/100/bitcoinIngressEgress/egressScheduled.d.ts +1 -1
- package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.cts +1 -1
- package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.ts +1 -1
- 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 +14 -14
- package/dist/100/environment/runtimeSafeModeUpdated.d.ts +14 -14
- 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 +1 -1
- package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.ts +1 -1
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.cts +1 -1
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.ts +1 -1
- 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/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 +1 -1
- package/dist/100/liquidityPools/limitOrderUpdated.d.ts +1 -1
- package/dist/100/liquidityPools/rangeOrderUpdated.d.cts +1 -1
- package/dist/100/liquidityPools/rangeOrderUpdated.d.ts +1 -1
- 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 +17 -17
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.ts +17 -17
- package/dist/100/polkadotIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/100/polkadotIngressEgress/depositFetchesScheduled.d.ts +2 -2
- package/dist/100/polkadotIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/100/polkadotIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/100/polkadotIngressEgress/depositReceived.d.cts +2 -2
- package/dist/100/polkadotIngressEgress/depositReceived.d.ts +2 -2
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.cts +21 -21
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.ts +21 -21
- 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/batchSwapFailed.d.cts +8 -8
- package/dist/100/swapping/batchSwapFailed.d.ts +8 -8
- package/dist/100/swapping/ccmDepositReceived.d.cts +81 -111
- package/dist/100/swapping/ccmDepositReceived.d.ts +81 -111
- package/dist/100/swapping/ccmFailed.d.cts +81 -111
- package/dist/100/swapping/ccmFailed.d.ts +81 -111
- package/dist/100/swapping/minimumSwapAmountSet.d.cts +6 -6
- package/dist/100/swapping/minimumSwapAmountSet.d.ts +6 -6
- package/dist/100/swapping/swapAmountTooLow.d.cts +60 -126
- package/dist/100/swapping/swapAmountTooLow.d.ts +60 -126
- package/dist/100/swapping/swapDepositAddressReady.d.cts +60 -120
- package/dist/100/swapping/swapDepositAddressReady.d.ts +60 -120
- package/dist/100/swapping/swapEgressScheduled.d.cts +6 -6
- package/dist/100/swapping/swapEgressScheduled.d.ts +6 -6
- package/dist/100/swapping/swapExecuted.d.cts +12 -12
- package/dist/100/swapping/swapExecuted.d.ts +12 -12
- package/dist/100/swapping/swapScheduled.d.cts +135 -201
- package/dist/100/swapping/swapScheduled.d.ts +135 -201
- 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 +1 -1
- package/dist/100/tokenholderGovernance/proposalEnacted.d.ts +1 -1
- package/dist/100/tokenholderGovernance/proposalPassed.d.cts +1 -1
- package/dist/100/tokenholderGovernance/proposalPassed.d.ts +1 -1
- package/dist/100/tokenholderGovernance/proposalRejected.d.cts +1 -1
- package/dist/100/tokenholderGovernance/proposalRejected.d.ts +1 -1
- package/dist/100/tokenholderGovernance/proposalSubmitted.d.cts +1 -1
- package/dist/100/tokenholderGovernance/proposalSubmitted.d.ts +1 -1
- 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 +1 -1
- package/dist/100/witnesser/witnessExecutionFailed.d.ts +1 -1
- 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/batchSwapFailed.d.cts +8 -8
- package/dist/131/swapping/batchSwapFailed.d.ts +8 -8
- package/dist/131/swapping/ccmFailed.d.cts +52 -118
- package/dist/131/swapping/ccmFailed.d.ts +52 -118
- package/dist/131/swapping/maximumSwapAmountSet.d.cts +6 -6
- package/dist/131/swapping/maximumSwapAmountSet.d.ts +6 -6
- package/dist/131/swapping/swapAmountConfiscated.d.cts +12 -12
- package/dist/131/swapping/swapAmountConfiscated.d.ts +12 -12
- package/dist/131/swapping/swapDepositAddressReady.d.cts +60 -120
- package/dist/131/swapping/swapDepositAddressReady.d.ts +60 -120
- package/dist/131/swapping/swapEgressIgnored.d.cts +13 -13
- package/dist/131/swapping/swapEgressIgnored.d.ts +13 -13
- package/dist/131/swapping/swapEgressScheduled.d.cts +8 -8
- package/dist/131/swapping/swapEgressScheduled.d.ts +8 -8
- package/dist/131/swapping/swapExecuted.d.cts +12 -12
- package/dist/131/swapping/swapExecuted.d.ts +12 -12
- package/dist/131/swapping/swapScheduled.d.cts +67 -133
- package/dist/131/swapping/swapScheduled.d.ts +67 -133
- package/dist/131/swapping/withdrawalRequested.d.cts +27 -57
- package/dist/131/swapping/withdrawalRequested.d.ts +27 -57
- 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/ccmEgressInvalid.d.cts +1 -1
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.ts +1 -1
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.cts +1 -1
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.ts +1 -1
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.mjs +5 -2
- package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +2 -2
- package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +2 -2
- package/dist/141/arbitrumIngressEgress/stoppedBoosting.cjs +5 -1
- package/dist/141/arbitrumIngressEgress/stoppedBoosting.mjs +6 -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.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 +1 -1
- package/dist/141/ethereumIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/141/ethereumIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/141/ethereumIngressEgress/depositFinalised.d.ts +1 -1
- 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 +11 -11
- package/dist/141/liquidityPools/limitOrderUpdated.d.ts +11 -11
- package/dist/141/liquidityPools/rangeOrderUpdated.d.cts +11 -11
- package/dist/141/liquidityPools/rangeOrderUpdated.d.ts +11 -11
- 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.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 +1 -1
- package/dist/141/polkadotIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/141/polkadotIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/141/polkadotIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/141/polkadotIngressEgress/stoppedBoosting.cjs +5 -1
- package/dist/141/polkadotIngressEgress/stoppedBoosting.mjs +6 -2
- package/dist/141/swapping/batchSwapFailed.d.cts +8 -8
- package/dist/141/swapping/batchSwapFailed.d.ts +8 -8
- package/dist/141/swapping/ccmDepositReceived.d.cts +92 -137
- package/dist/141/swapping/ccmDepositReceived.d.ts +92 -137
- package/dist/141/swapping/ccmFailed.d.cts +128 -227
- package/dist/141/swapping/ccmFailed.d.ts +128 -227
- package/dist/141/swapping/maximumSwapAmountSet.d.cts +6 -6
- package/dist/141/swapping/maximumSwapAmountSet.d.ts +6 -6
- package/dist/141/swapping/swapAmountConfiscated.d.cts +12 -12
- package/dist/141/swapping/swapAmountConfiscated.d.ts +12 -12
- package/dist/141/swapping/swapDepositAddressReady.d.cts +70 -160
- package/dist/141/swapping/swapDepositAddressReady.d.ts +70 -160
- package/dist/141/swapping/swapEgressIgnored.d.cts +25 -25
- package/dist/141/swapping/swapEgressIgnored.d.ts +25 -25
- package/dist/141/swapping/swapEgressScheduled.d.cts +8 -8
- package/dist/141/swapping/swapEgressScheduled.d.ts +8 -8
- package/dist/141/swapping/swapExecuted.d.cts +93 -93
- package/dist/141/swapping/swapExecuted.d.ts +93 -93
- package/dist/141/swapping/swapScheduled.d.cts +155 -254
- package/dist/141/swapping/swapScheduled.d.ts +155 -254
- package/dist/141/swapping/withdrawalRequested.d.cts +32 -77
- package/dist/141/swapping/withdrawalRequested.d.ts +32 -77
- 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 +2 -2
- package/dist/150/assetBalances/refundScheduled.d.ts +2 -2
- package/dist/150/assetBalances/refundSkipped.d.cts +7 -7
- package/dist/150/assetBalances/refundSkipped.d.ts +7 -7
- 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 +1 -1
- package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.ts +1 -1
- 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 +1 -1
- package/dist/150/liquidityPools/limitOrderUpdated.d.ts +1 -1
- package/dist/150/liquidityPools/rangeOrderUpdated.d.cts +1 -1
- package/dist/150/liquidityPools/rangeOrderUpdated.d.ts +1 -1
- 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/ccmEgressInvalid.d.cts +1 -1
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.ts +1 -1
- 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 +3 -3
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.ts +3 -3
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.cts +3 -3
- package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.ts +3 -3
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.cts +2 -2
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.ts +2 -2
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.ts +2 -2
- 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 +3 -3
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.ts +3 -3
- package/dist/160/ethereumIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/160/ethereumIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/160/ethereumIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/160/ethereumIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/160/liquidityPools/limitOrderUpdated.d.cts +1 -1
- package/dist/160/liquidityPools/limitOrderUpdated.d.ts +1 -1
- 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 +1 -1
- package/dist/160/liquidityPools/rangeOrderUpdated.d.ts +1 -1
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.cts +31 -91
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.ts +31 -91
- 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 +3 -3
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.ts +3 -3
- package/dist/160/polkadotIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/160/polkadotIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/160/polkadotIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/160/polkadotIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/160/solanaIngressEgress/boostFundsAdded.cjs +1 -1
- 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 +3 -3
- package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.ts +3 -3
- 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 +1 -1
- package/dist/160/solanaIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/160/solanaIngressEgress/depositWitnessRejected.cjs +1 -1
- package/dist/160/solanaIngressEgress/depositWitnessRejected.d.cts +1 -1
- package/dist/160/solanaIngressEgress/depositWitnessRejected.d.ts +1 -1
- 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 +8 -8
- package/dist/160/swapping/batchSwapFailed.d.ts +8 -8
- 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 +13 -13
- package/dist/160/swapping/refundEgressIgnored.d.ts +13 -13
- package/dist/160/swapping/refundEgressScheduled.d.cts +8 -8
- package/dist/160/swapping/refundEgressScheduled.d.ts +8 -8
- package/dist/160/swapping/swapAmountConfiscated.d.cts +7 -7
- package/dist/160/swapping/swapAmountConfiscated.d.ts +7 -7
- 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 +13 -13
- package/dist/160/swapping/swapEgressIgnored.d.ts +13 -13
- package/dist/160/swapping/swapEgressScheduled.d.cts +8 -8
- package/dist/160/swapping/swapEgressScheduled.d.ts +8 -8
- 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/ccmFailed.d.cts +116 -320
- package/dist/170/arbitrumIngressEgress/ccmFailed.d.ts +116 -320
- package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +3 -3
- package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +3 -3
- 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 +3 -3
- package/dist/170/reputation/offencePenalty.d.ts +3 -3
- 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/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 +71 -155
- package/dist/180/arbitrumIngressEgress/depositFailed.d.ts +71 -155
- 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 +424 -158
- package/dist/180/bitcoinIngressEgress/depositFailed.d.ts +424 -158
- 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 +143 -64
- package/dist/180/common.d.cts +8156 -5268
- package/dist/180/common.d.ts +8156 -5268
- package/dist/180/common.mjs +148 -69
- package/dist/180/environment/solanaGovCallDispatched.d.cts +1 -1
- package/dist/180/environment/solanaGovCallDispatched.d.ts +1 -1
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.cts +3 -3
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.ts +3 -3
- package/dist/180/ethereumIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/180/ethereumIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/180/ethereumIngressEgress/depositFailed.d.cts +60 -144
- package/dist/180/ethereumIngressEgress/depositFailed.d.ts +60 -144
- package/dist/180/ethereumIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/180/ethereumIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +3 -3
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +3 -3
- 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 +106 -181
- package/dist/180/polkadotIngressEgress/depositFailed.d.ts +106 -181
- 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 +78 -187
- package/dist/180/solanaIngressEgress/depositFailed.d.ts +78 -187
- 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.d.cts +104 -296
- package/dist/180/swapping/swapDepositAddressReady.d.ts +104 -296
- package/dist/180/swapping/swapRequested.d.cts +182 -482
- package/dist/180/swapping/swapRequested.d.ts +182 -482
- package/package.json +1 -1
package/dist/150/common.d.ts
CHANGED
|
@@ -161,7 +161,7 @@ declare const stateChainRuntimeSafeModeWitnesserCallPermission: z.ZodObject<{
|
|
|
161
161
|
solanaIngressEgress: boolean;
|
|
162
162
|
solanaVault: boolean;
|
|
163
163
|
}>;
|
|
164
|
-
declare const palletCfWitnesserPalletSafeMode: z.
|
|
164
|
+
declare const palletCfWitnesserPalletSafeMode: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
165
165
|
__kind: z.ZodLiteral<"CodeGreen">;
|
|
166
166
|
}, "strip", z.ZodTypeAny, {
|
|
167
167
|
__kind: "CodeGreen";
|
|
@@ -457,7 +457,7 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
457
457
|
}, {
|
|
458
458
|
retryEnabled: boolean;
|
|
459
459
|
}>;
|
|
460
|
-
witnesser: z.
|
|
460
|
+
witnesser: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
461
461
|
__kind: z.ZodLiteral<"CodeGreen">;
|
|
462
462
|
}, "strip", z.ZodTypeAny, {
|
|
463
463
|
__kind: "CodeGreen";
|
|
@@ -920,7 +920,7 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
920
920
|
depositsEnabled: boolean;
|
|
921
921
|
};
|
|
922
922
|
}>;
|
|
923
|
-
declare const palletCfEnvironmentSafeModeUpdate: z.
|
|
923
|
+
declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
924
924
|
__kind: z.ZodLiteral<"CodeRed">;
|
|
925
925
|
}, "strip", z.ZodTypeAny, {
|
|
926
926
|
__kind: "CodeRed";
|
|
@@ -1072,7 +1072,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodUnion<[z.ZodObject<{
|
|
|
1072
1072
|
}, {
|
|
1073
1073
|
retryEnabled: boolean;
|
|
1074
1074
|
}>;
|
|
1075
|
-
witnesser: z.
|
|
1075
|
+
witnesser: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
1076
1076
|
__kind: z.ZodLiteral<"CodeGreen">;
|
|
1077
1077
|
}, "strip", z.ZodTypeAny, {
|
|
1078
1078
|
__kind: "CodeGreen";
|
|
@@ -1811,7 +1811,7 @@ declare const cfPrimitivesChainsForeignChain: z.ZodEffects<z.ZodObject<{
|
|
|
1811
1811
|
}>, "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana", {
|
|
1812
1812
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
1813
1813
|
}>;
|
|
1814
|
-
declare const palletCfTokenholderGovernanceProposal: z.
|
|
1814
|
+
declare const palletCfTokenholderGovernanceProposal: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
1815
1815
|
__kind: z.ZodLiteral<"SetGovernanceKey">;
|
|
1816
1816
|
value: z.ZodTuple<[z.ZodEffects<z.ZodObject<{
|
|
1817
1817
|
__kind: z.ZodEnum<["Ethereum", "Polkadot", "Bitcoin", "Arbitrum", "Solana"]>;
|
|
@@ -1840,82 +1840,34 @@ declare const palletCfTokenholderGovernanceProposal: z.ZodUnion<[z.ZodObject<{
|
|
|
1840
1840
|
value: string;
|
|
1841
1841
|
__kind: "SetCommunityKey";
|
|
1842
1842
|
}>]>;
|
|
1843
|
-
declare const cfChainsAddressEncodedAddress: z.
|
|
1844
|
-
__kind: z.
|
|
1845
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1846
|
-
}, "strip", z.ZodTypeAny, {
|
|
1847
|
-
value: `0x${string}`;
|
|
1848
|
-
__kind: "Eth";
|
|
1849
|
-
}, {
|
|
1850
|
-
value: string;
|
|
1851
|
-
__kind: "Eth";
|
|
1852
|
-
}>, {
|
|
1853
|
-
chain: "Ethereum";
|
|
1854
|
-
address: `0x${string}`;
|
|
1855
|
-
}, {
|
|
1856
|
-
value: string;
|
|
1857
|
-
__kind: "Eth";
|
|
1858
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
1859
|
-
__kind: z.ZodLiteral<"Dot">;
|
|
1860
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1861
|
-
}, "strip", z.ZodTypeAny, {
|
|
1862
|
-
value: `0x${string}`;
|
|
1863
|
-
__kind: "Dot";
|
|
1864
|
-
}, {
|
|
1865
|
-
value: string;
|
|
1866
|
-
__kind: "Dot";
|
|
1867
|
-
}>, {
|
|
1868
|
-
chain: "Polkadot";
|
|
1869
|
-
address: string;
|
|
1870
|
-
}, {
|
|
1871
|
-
value: string;
|
|
1872
|
-
__kind: "Dot";
|
|
1873
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
1874
|
-
__kind: z.ZodLiteral<"Btc">;
|
|
1875
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1876
|
-
}, "strip", z.ZodTypeAny, {
|
|
1877
|
-
value: `0x${string}`;
|
|
1878
|
-
__kind: "Btc";
|
|
1879
|
-
}, {
|
|
1880
|
-
value: string;
|
|
1881
|
-
__kind: "Btc";
|
|
1882
|
-
}>, {
|
|
1883
|
-
chain: "Bitcoin";
|
|
1884
|
-
address: string;
|
|
1885
|
-
}, {
|
|
1886
|
-
value: string;
|
|
1887
|
-
__kind: "Btc";
|
|
1888
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
1889
|
-
__kind: z.ZodLiteral<"Arb">;
|
|
1890
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1891
|
-
}, "strip", z.ZodTypeAny, {
|
|
1892
|
-
value: `0x${string}`;
|
|
1893
|
-
__kind: "Arb";
|
|
1894
|
-
}, {
|
|
1895
|
-
value: string;
|
|
1896
|
-
__kind: "Arb";
|
|
1897
|
-
}>, {
|
|
1898
|
-
chain: "Arbitrum";
|
|
1899
|
-
address: `0x${string}`;
|
|
1900
|
-
}, {
|
|
1901
|
-
value: string;
|
|
1902
|
-
__kind: "Arb";
|
|
1903
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
1904
|
-
__kind: z.ZodLiteral<"Sol">;
|
|
1843
|
+
declare const cfChainsAddressEncodedAddress: z.ZodEffects<z.ZodObject<{
|
|
1844
|
+
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
1905
1845
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1906
1846
|
}, "strip", z.ZodTypeAny, {
|
|
1907
1847
|
value: `0x${string}`;
|
|
1908
|
-
__kind: "Sol";
|
|
1848
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
1909
1849
|
}, {
|
|
1910
1850
|
value: string;
|
|
1911
|
-
__kind: "Sol";
|
|
1851
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
1912
1852
|
}>, {
|
|
1913
|
-
chain: "
|
|
1914
|
-
address: string
|
|
1853
|
+
readonly chain: "Ethereum";
|
|
1854
|
+
readonly address: `0x${string}`;
|
|
1855
|
+
} | {
|
|
1856
|
+
readonly chain: "Polkadot";
|
|
1857
|
+
readonly address: string;
|
|
1858
|
+
} | {
|
|
1859
|
+
readonly chain: "Bitcoin";
|
|
1860
|
+
readonly address: string;
|
|
1861
|
+
} | {
|
|
1862
|
+
readonly chain: "Arbitrum";
|
|
1863
|
+
readonly address: `0x${string}`;
|
|
1864
|
+
} | {
|
|
1865
|
+
readonly chain: "Solana";
|
|
1866
|
+
readonly address: string;
|
|
1915
1867
|
}, {
|
|
1916
1868
|
value: string;
|
|
1917
|
-
__kind: "Sol";
|
|
1918
|
-
}
|
|
1869
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
1870
|
+
}>;
|
|
1919
1871
|
declare const cfPrimitivesChainsAssetsAnyAsset: z.ZodEffects<z.ZodObject<{
|
|
1920
1872
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol"]>;
|
|
1921
1873
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1951,219 +1903,111 @@ declare const cfPrimitivesBeneficiary: z.ZodObject<{
|
|
|
1951
1903
|
}>;
|
|
1952
1904
|
declare const cfChainsChannelRefundParametersEncodedAddress: z.ZodObject<{
|
|
1953
1905
|
retryDuration: z.ZodNumber;
|
|
1954
|
-
refundAddress: z.
|
|
1955
|
-
__kind: z.
|
|
1956
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1957
|
-
}, "strip", z.ZodTypeAny, {
|
|
1958
|
-
value: `0x${string}`;
|
|
1959
|
-
__kind: "Eth";
|
|
1960
|
-
}, {
|
|
1961
|
-
value: string;
|
|
1962
|
-
__kind: "Eth";
|
|
1963
|
-
}>, {
|
|
1964
|
-
chain: "Ethereum";
|
|
1965
|
-
address: `0x${string}`;
|
|
1966
|
-
}, {
|
|
1967
|
-
value: string;
|
|
1968
|
-
__kind: "Eth";
|
|
1969
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
1970
|
-
__kind: z.ZodLiteral<"Dot">;
|
|
1971
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1972
|
-
}, "strip", z.ZodTypeAny, {
|
|
1973
|
-
value: `0x${string}`;
|
|
1974
|
-
__kind: "Dot";
|
|
1975
|
-
}, {
|
|
1976
|
-
value: string;
|
|
1977
|
-
__kind: "Dot";
|
|
1978
|
-
}>, {
|
|
1979
|
-
chain: "Polkadot";
|
|
1980
|
-
address: string;
|
|
1981
|
-
}, {
|
|
1982
|
-
value: string;
|
|
1983
|
-
__kind: "Dot";
|
|
1984
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
1985
|
-
__kind: z.ZodLiteral<"Btc">;
|
|
1986
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1987
|
-
}, "strip", z.ZodTypeAny, {
|
|
1988
|
-
value: `0x${string}`;
|
|
1989
|
-
__kind: "Btc";
|
|
1990
|
-
}, {
|
|
1991
|
-
value: string;
|
|
1992
|
-
__kind: "Btc";
|
|
1993
|
-
}>, {
|
|
1994
|
-
chain: "Bitcoin";
|
|
1995
|
-
address: string;
|
|
1996
|
-
}, {
|
|
1997
|
-
value: string;
|
|
1998
|
-
__kind: "Btc";
|
|
1999
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
2000
|
-
__kind: z.ZodLiteral<"Arb">;
|
|
2001
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2002
|
-
}, "strip", z.ZodTypeAny, {
|
|
2003
|
-
value: `0x${string}`;
|
|
2004
|
-
__kind: "Arb";
|
|
2005
|
-
}, {
|
|
2006
|
-
value: string;
|
|
2007
|
-
__kind: "Arb";
|
|
2008
|
-
}>, {
|
|
2009
|
-
chain: "Arbitrum";
|
|
2010
|
-
address: `0x${string}`;
|
|
2011
|
-
}, {
|
|
2012
|
-
value: string;
|
|
2013
|
-
__kind: "Arb";
|
|
2014
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
2015
|
-
__kind: z.ZodLiteral<"Sol">;
|
|
1906
|
+
refundAddress: z.ZodEffects<z.ZodObject<{
|
|
1907
|
+
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
2016
1908
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2017
1909
|
}, "strip", z.ZodTypeAny, {
|
|
2018
1910
|
value: `0x${string}`;
|
|
2019
|
-
__kind: "Sol";
|
|
1911
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
2020
1912
|
}, {
|
|
2021
1913
|
value: string;
|
|
2022
|
-
__kind: "Sol";
|
|
1914
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
2023
1915
|
}>, {
|
|
2024
|
-
chain: "
|
|
2025
|
-
address: string
|
|
1916
|
+
readonly chain: "Ethereum";
|
|
1917
|
+
readonly address: `0x${string}`;
|
|
1918
|
+
} | {
|
|
1919
|
+
readonly chain: "Polkadot";
|
|
1920
|
+
readonly address: string;
|
|
1921
|
+
} | {
|
|
1922
|
+
readonly chain: "Bitcoin";
|
|
1923
|
+
readonly address: string;
|
|
1924
|
+
} | {
|
|
1925
|
+
readonly chain: "Arbitrum";
|
|
1926
|
+
readonly address: `0x${string}`;
|
|
1927
|
+
} | {
|
|
1928
|
+
readonly chain: "Solana";
|
|
1929
|
+
readonly address: string;
|
|
2026
1930
|
}, {
|
|
2027
1931
|
value: string;
|
|
2028
|
-
__kind: "Sol";
|
|
2029
|
-
}
|
|
1932
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
1933
|
+
}>;
|
|
2030
1934
|
minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
2031
1935
|
}, "strip", z.ZodTypeAny, {
|
|
2032
1936
|
retryDuration: number;
|
|
2033
1937
|
refundAddress: {
|
|
2034
|
-
chain: "Ethereum";
|
|
2035
|
-
address: `0x${string}`;
|
|
1938
|
+
readonly chain: "Ethereum";
|
|
1939
|
+
readonly address: `0x${string}`;
|
|
2036
1940
|
} | {
|
|
2037
|
-
chain: "Polkadot";
|
|
2038
|
-
address: string;
|
|
1941
|
+
readonly chain: "Polkadot";
|
|
1942
|
+
readonly address: string;
|
|
2039
1943
|
} | {
|
|
2040
|
-
chain: "Bitcoin";
|
|
2041
|
-
address: string;
|
|
1944
|
+
readonly chain: "Bitcoin";
|
|
1945
|
+
readonly address: string;
|
|
2042
1946
|
} | {
|
|
2043
|
-
chain: "Arbitrum";
|
|
2044
|
-
address: `0x${string}`;
|
|
1947
|
+
readonly chain: "Arbitrum";
|
|
1948
|
+
readonly address: `0x${string}`;
|
|
2045
1949
|
} | {
|
|
2046
|
-
chain: "Solana";
|
|
2047
|
-
address: string;
|
|
1950
|
+
readonly chain: "Solana";
|
|
1951
|
+
readonly address: string;
|
|
2048
1952
|
};
|
|
2049
1953
|
minPrice: bigint;
|
|
2050
1954
|
}, {
|
|
2051
1955
|
retryDuration: number;
|
|
2052
1956
|
refundAddress: {
|
|
2053
1957
|
value: string;
|
|
2054
|
-
__kind: "Eth";
|
|
2055
|
-
} | {
|
|
2056
|
-
value: string;
|
|
2057
|
-
__kind: "Dot";
|
|
2058
|
-
} | {
|
|
2059
|
-
value: string;
|
|
2060
|
-
__kind: "Btc";
|
|
2061
|
-
} | {
|
|
2062
|
-
value: string;
|
|
2063
|
-
__kind: "Arb";
|
|
2064
|
-
} | {
|
|
2065
|
-
value: string;
|
|
2066
|
-
__kind: "Sol";
|
|
1958
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
2067
1959
|
};
|
|
2068
1960
|
minPrice: string | number;
|
|
2069
1961
|
}>;
|
|
2070
|
-
declare const cfChainsSwapOrigin: z.
|
|
1962
|
+
declare const cfChainsSwapOrigin: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
2071
1963
|
__kind: z.ZodLiteral<"DepositChannel">;
|
|
2072
|
-
depositAddress: z.
|
|
2073
|
-
__kind: z.
|
|
2074
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2075
|
-
}, "strip", z.ZodTypeAny, {
|
|
2076
|
-
value: `0x${string}`;
|
|
2077
|
-
__kind: "Eth";
|
|
2078
|
-
}, {
|
|
2079
|
-
value: string;
|
|
2080
|
-
__kind: "Eth";
|
|
2081
|
-
}>, {
|
|
2082
|
-
chain: "Ethereum";
|
|
2083
|
-
address: `0x${string}`;
|
|
2084
|
-
}, {
|
|
2085
|
-
value: string;
|
|
2086
|
-
__kind: "Eth";
|
|
2087
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
2088
|
-
__kind: z.ZodLiteral<"Dot">;
|
|
2089
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2090
|
-
}, "strip", z.ZodTypeAny, {
|
|
2091
|
-
value: `0x${string}`;
|
|
2092
|
-
__kind: "Dot";
|
|
2093
|
-
}, {
|
|
2094
|
-
value: string;
|
|
2095
|
-
__kind: "Dot";
|
|
2096
|
-
}>, {
|
|
2097
|
-
chain: "Polkadot";
|
|
2098
|
-
address: string;
|
|
2099
|
-
}, {
|
|
2100
|
-
value: string;
|
|
2101
|
-
__kind: "Dot";
|
|
2102
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
2103
|
-
__kind: z.ZodLiteral<"Btc">;
|
|
1964
|
+
depositAddress: z.ZodEffects<z.ZodObject<{
|
|
1965
|
+
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
2104
1966
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2105
1967
|
}, "strip", z.ZodTypeAny, {
|
|
2106
1968
|
value: `0x${string}`;
|
|
2107
|
-
__kind: "Btc";
|
|
1969
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
2108
1970
|
}, {
|
|
2109
1971
|
value: string;
|
|
2110
|
-
__kind: "Btc";
|
|
1972
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
2111
1973
|
}>, {
|
|
2112
|
-
chain: "
|
|
2113
|
-
address: string
|
|
2114
|
-
}
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
}
|
|
2118
|
-
|
|
2119
|
-
|
|
2120
|
-
}
|
|
2121
|
-
|
|
2122
|
-
|
|
2123
|
-
}
|
|
2124
|
-
|
|
2125
|
-
|
|
2126
|
-
}>, {
|
|
2127
|
-
chain: "Arbitrum";
|
|
2128
|
-
address: `0x${string}`;
|
|
2129
|
-
}, {
|
|
2130
|
-
value: string;
|
|
2131
|
-
__kind: "Arb";
|
|
2132
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
2133
|
-
__kind: z.ZodLiteral<"Sol">;
|
|
2134
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2135
|
-
}, "strip", z.ZodTypeAny, {
|
|
2136
|
-
value: `0x${string}`;
|
|
2137
|
-
__kind: "Sol";
|
|
2138
|
-
}, {
|
|
2139
|
-
value: string;
|
|
2140
|
-
__kind: "Sol";
|
|
2141
|
-
}>, {
|
|
2142
|
-
chain: "Solana";
|
|
2143
|
-
address: string;
|
|
1974
|
+
readonly chain: "Ethereum";
|
|
1975
|
+
readonly address: `0x${string}`;
|
|
1976
|
+
} | {
|
|
1977
|
+
readonly chain: "Polkadot";
|
|
1978
|
+
readonly address: string;
|
|
1979
|
+
} | {
|
|
1980
|
+
readonly chain: "Bitcoin";
|
|
1981
|
+
readonly address: string;
|
|
1982
|
+
} | {
|
|
1983
|
+
readonly chain: "Arbitrum";
|
|
1984
|
+
readonly address: `0x${string}`;
|
|
1985
|
+
} | {
|
|
1986
|
+
readonly chain: "Solana";
|
|
1987
|
+
readonly address: string;
|
|
2144
1988
|
}, {
|
|
2145
1989
|
value: string;
|
|
2146
|
-
__kind: "Sol";
|
|
2147
|
-
}
|
|
1990
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
1991
|
+
}>;
|
|
2148
1992
|
channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
2149
1993
|
depositBlockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
2150
1994
|
}, "strip", z.ZodTypeAny, {
|
|
2151
1995
|
__kind: "DepositChannel";
|
|
2152
1996
|
depositAddress: {
|
|
2153
|
-
chain: "Ethereum";
|
|
2154
|
-
address: `0x${string}`;
|
|
1997
|
+
readonly chain: "Ethereum";
|
|
1998
|
+
readonly address: `0x${string}`;
|
|
2155
1999
|
} | {
|
|
2156
|
-
chain: "Polkadot";
|
|
2157
|
-
address: string;
|
|
2000
|
+
readonly chain: "Polkadot";
|
|
2001
|
+
readonly address: string;
|
|
2158
2002
|
} | {
|
|
2159
|
-
chain: "Bitcoin";
|
|
2160
|
-
address: string;
|
|
2003
|
+
readonly chain: "Bitcoin";
|
|
2004
|
+
readonly address: string;
|
|
2161
2005
|
} | {
|
|
2162
|
-
chain: "Arbitrum";
|
|
2163
|
-
address: `0x${string}`;
|
|
2006
|
+
readonly chain: "Arbitrum";
|
|
2007
|
+
readonly address: `0x${string}`;
|
|
2164
2008
|
} | {
|
|
2165
|
-
chain: "Solana";
|
|
2166
|
-
address: string;
|
|
2009
|
+
readonly chain: "Solana";
|
|
2010
|
+
readonly address: string;
|
|
2167
2011
|
};
|
|
2168
2012
|
channelId: bigint;
|
|
2169
2013
|
depositBlockHeight: bigint;
|
|
@@ -2171,19 +2015,7 @@ declare const cfChainsSwapOrigin: z.ZodUnion<[z.ZodObject<{
|
|
|
2171
2015
|
__kind: "DepositChannel";
|
|
2172
2016
|
depositAddress: {
|
|
2173
2017
|
value: string;
|
|
2174
|
-
__kind: "Eth";
|
|
2175
|
-
} | {
|
|
2176
|
-
value: string;
|
|
2177
|
-
__kind: "Dot";
|
|
2178
|
-
} | {
|
|
2179
|
-
value: string;
|
|
2180
|
-
__kind: "Btc";
|
|
2181
|
-
} | {
|
|
2182
|
-
value: string;
|
|
2183
|
-
__kind: "Arb";
|
|
2184
|
-
} | {
|
|
2185
|
-
value: string;
|
|
2186
|
-
__kind: "Sol";
|
|
2018
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
2187
2019
|
};
|
|
2188
2020
|
channelId: string | number;
|
|
2189
2021
|
depositBlockHeight: string | number;
|
|
@@ -2197,7 +2029,7 @@ declare const cfChainsSwapOrigin: z.ZodUnion<[z.ZodObject<{
|
|
|
2197
2029
|
__kind: "Vault";
|
|
2198
2030
|
txHash: string;
|
|
2199
2031
|
}>]>;
|
|
2200
|
-
declare const cfChainsBtcScriptPubkey: z.
|
|
2032
|
+
declare const cfChainsBtcScriptPubkey: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
2201
2033
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
2202
2034
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2203
2035
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2255,7 +2087,7 @@ declare const cfChainsBtcScriptPubkey: z.ZodUnion<[z.ZodObject<{
|
|
|
2255
2087
|
version: number;
|
|
2256
2088
|
program: string;
|
|
2257
2089
|
}>]>;
|
|
2258
|
-
declare const cfChainsAddressForeignChainAddress: z.
|
|
2090
|
+
declare const cfChainsAddressForeignChainAddress: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
2259
2091
|
__kind: z.ZodLiteral<"Eth">;
|
|
2260
2092
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2261
2093
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2275,7 +2107,7 @@ declare const cfChainsAddressForeignChainAddress: z.ZodUnion<[z.ZodObject<{
|
|
|
2275
2107
|
__kind: "Dot";
|
|
2276
2108
|
}>, z.ZodObject<{
|
|
2277
2109
|
__kind: z.ZodLiteral<"Btc">;
|
|
2278
|
-
value: z.
|
|
2110
|
+
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
2279
2111
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
2280
2112
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2281
2113
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2396,9 +2228,9 @@ declare const cfChainsAddressForeignChainAddress: z.ZodUnion<[z.ZodObject<{
|
|
|
2396
2228
|
value: string;
|
|
2397
2229
|
__kind: "Sol";
|
|
2398
2230
|
}>]>;
|
|
2399
|
-
declare const cfTraitsLiquiditySwapType: z.
|
|
2231
|
+
declare const cfTraitsLiquiditySwapType: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
2400
2232
|
__kind: z.ZodLiteral<"Swap">;
|
|
2401
|
-
value: z.
|
|
2233
|
+
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
2402
2234
|
__kind: z.ZodLiteral<"Eth">;
|
|
2403
2235
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2404
2236
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2418,7 +2250,7 @@ declare const cfTraitsLiquiditySwapType: z.ZodUnion<[z.ZodObject<{
|
|
|
2418
2250
|
__kind: "Dot";
|
|
2419
2251
|
}>, z.ZodObject<{
|
|
2420
2252
|
__kind: z.ZodLiteral<"Btc">;
|
|
2421
|
-
value: z.
|
|
2253
|
+
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
2422
2254
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
2423
2255
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2424
2256
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2663,7 +2495,7 @@ declare const cfChainsCcmDepositMetadata: z.ZodObject<{
|
|
|
2663
2495
|
}>, "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana", {
|
|
2664
2496
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
2665
2497
|
}>;
|
|
2666
|
-
sourceAddress: z.ZodOptional<z.ZodNullable<z.
|
|
2498
|
+
sourceAddress: z.ZodOptional<z.ZodNullable<z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
2667
2499
|
__kind: z.ZodLiteral<"Eth">;
|
|
2668
2500
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2669
2501
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2683,7 +2515,7 @@ declare const cfChainsCcmDepositMetadata: z.ZodObject<{
|
|
|
2683
2515
|
__kind: "Dot";
|
|
2684
2516
|
}>, z.ZodObject<{
|
|
2685
2517
|
__kind: z.ZodLiteral<"Btc">;
|
|
2686
|
-
value: z.
|
|
2518
|
+
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
2687
2519
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
2688
2520
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2689
2521
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2950,7 +2782,7 @@ declare const spRuntimeTransactionalError: z.ZodEffects<z.ZodObject<{
|
|
|
2950
2782
|
}>, "LimitReached" | "NoLayer", {
|
|
2951
2783
|
__kind: "LimitReached" | "NoLayer";
|
|
2952
2784
|
}>;
|
|
2953
|
-
declare const spRuntimeDispatchError: z.
|
|
2785
|
+
declare const spRuntimeDispatchError: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
2954
2786
|
__kind: z.ZodLiteral<"Other">;
|
|
2955
2787
|
}, "strip", z.ZodTypeAny, {
|
|
2956
2788
|
__kind: "Other";
|
|
@@ -3108,7 +2940,7 @@ declare const cfChainsEvmDepositDetails: z.ZodObject<{
|
|
|
3108
2940
|
}, {
|
|
3109
2941
|
txHashes?: string[] | null | undefined;
|
|
3110
2942
|
}>;
|
|
3111
|
-
declare const palletCfEthereumIngressEgressDepositAction: z.
|
|
2943
|
+
declare const palletCfEthereumIngressEgressDepositAction: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
3112
2944
|
__kind: z.ZodLiteral<"Swap">;
|
|
3113
2945
|
swapId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
3114
2946
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -3163,7 +2995,7 @@ declare const palletCfEthereumIngressEgressDepositIgnoredReason: z.ZodEffects<z.
|
|
|
3163
2995
|
}>, "BelowMinimumDeposit" | "NotEnoughToPayFees", {
|
|
3164
2996
|
__kind: "BelowMinimumDeposit" | "NotEnoughToPayFees";
|
|
3165
2997
|
}>;
|
|
3166
|
-
declare const
|
|
2998
|
+
declare const palletCfEthereumIngressEgressDepositWitnessEthereum: z.ZodObject<{
|
|
3167
2999
|
depositAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
3168
3000
|
asset: z.ZodEffects<z.ZodObject<{
|
|
3169
3001
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Usdt"]>;
|
|
@@ -3208,7 +3040,7 @@ declare const cfPrimitivesChainsAssetsDotAsset: z.ZodEffects<z.ZodObject<{
|
|
|
3208
3040
|
}>, "Dot", {
|
|
3209
3041
|
__kind: "Dot";
|
|
3210
3042
|
}>;
|
|
3211
|
-
declare const palletCfPolkadotIngressEgressDepositAction: z.
|
|
3043
|
+
declare const palletCfPolkadotIngressEgressDepositAction: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
3212
3044
|
__kind: z.ZodLiteral<"Swap">;
|
|
3213
3045
|
swapId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
3214
3046
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -3263,7 +3095,7 @@ declare const palletCfPolkadotIngressEgressDepositIgnoredReason: z.ZodEffects<z.
|
|
|
3263
3095
|
}>, "BelowMinimumDeposit" | "NotEnoughToPayFees", {
|
|
3264
3096
|
__kind: "BelowMinimumDeposit" | "NotEnoughToPayFees";
|
|
3265
3097
|
}>;
|
|
3266
|
-
declare const
|
|
3098
|
+
declare const palletCfPolkadotIngressEgressDepositWitnessPolkadot: z.ZodObject<{
|
|
3267
3099
|
depositAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
3268
3100
|
asset: z.ZodEffects<z.ZodObject<{
|
|
3269
3101
|
__kind: z.ZodEnum<["Dot"]>;
|
|
@@ -3308,7 +3140,7 @@ declare const cfChainsBtcUtxoId: z.ZodObject<{
|
|
|
3308
3140
|
txId: string;
|
|
3309
3141
|
vout: number;
|
|
3310
3142
|
}>;
|
|
3311
|
-
declare const palletCfBitcoinIngressEgressDepositAction: z.
|
|
3143
|
+
declare const palletCfBitcoinIngressEgressDepositAction: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
3312
3144
|
__kind: z.ZodLiteral<"Swap">;
|
|
3313
3145
|
swapId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
3314
3146
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -3389,7 +3221,7 @@ declare const palletCfPoolsRangeOrderChange: z.ZodObject<{
|
|
|
3389
3221
|
quote: string | number;
|
|
3390
3222
|
};
|
|
3391
3223
|
}>;
|
|
3392
|
-
declare const palletCfPoolsIncreaseOrDecreaseRangeOrderChange: z.
|
|
3224
|
+
declare const palletCfPoolsIncreaseOrDecreaseRangeOrderChange: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
3393
3225
|
__kind: z.ZodLiteral<"Increase">;
|
|
3394
3226
|
value: z.ZodObject<{
|
|
3395
3227
|
liquidity: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
@@ -3489,7 +3321,7 @@ declare const cfAmmCommonSide: z.ZodEffects<z.ZodObject<{
|
|
|
3489
3321
|
}>, "Buy" | "Sell", {
|
|
3490
3322
|
__kind: "Buy" | "Sell";
|
|
3491
3323
|
}>;
|
|
3492
|
-
declare const palletCfPoolsIncreaseOrDecreaseU128: z.
|
|
3324
|
+
declare const palletCfPoolsIncreaseOrDecreaseU128: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
3493
3325
|
__kind: z.ZodLiteral<"Increase">;
|
|
3494
3326
|
value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
3495
3327
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -3539,7 +3371,7 @@ declare const cfPrimitivesChainsAssetsArbAsset: z.ZodEffects<z.ZodObject<{
|
|
|
3539
3371
|
}>, "ArbEth" | "ArbUsdc", {
|
|
3540
3372
|
__kind: "ArbEth" | "ArbUsdc";
|
|
3541
3373
|
}>;
|
|
3542
|
-
declare const palletCfArbitrumIngressEgressDepositAction: z.
|
|
3374
|
+
declare const palletCfArbitrumIngressEgressDepositAction: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
3543
3375
|
__kind: z.ZodLiteral<"Swap">;
|
|
3544
3376
|
swapId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
3545
3377
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -3594,7 +3426,7 @@ declare const palletCfArbitrumIngressEgressDepositIgnoredReason: z.ZodEffects<z.
|
|
|
3594
3426
|
}>, "BelowMinimumDeposit" | "NotEnoughToPayFees", {
|
|
3595
3427
|
__kind: "BelowMinimumDeposit" | "NotEnoughToPayFees";
|
|
3596
3428
|
}>;
|
|
3597
|
-
declare const
|
|
3429
|
+
declare const palletCfArbitrumIngressEgressDepositWitnessArbitrum: z.ZodObject<{
|
|
3598
3430
|
depositAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
3599
3431
|
asset: z.ZodEffects<z.ZodObject<{
|
|
3600
3432
|
__kind: z.ZodEnum<["ArbEth", "ArbUsdc"]>;
|
|
@@ -3657,7 +3489,7 @@ declare const cfChainsChainStateSolana: z.ZodObject<{
|
|
|
3657
3489
|
priorityFee: string | number;
|
|
3658
3490
|
};
|
|
3659
3491
|
}>;
|
|
3660
|
-
declare const dispatchResult: z.
|
|
3492
|
+
declare const dispatchResult: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
3661
3493
|
__kind: z.ZodLiteral<"Ok">;
|
|
3662
3494
|
}, "strip", z.ZodTypeAny, {
|
|
3663
3495
|
__kind: "Ok";
|
|
@@ -3665,7 +3497,7 @@ declare const dispatchResult: z.ZodUnion<[z.ZodObject<{
|
|
|
3665
3497
|
__kind: "Ok";
|
|
3666
3498
|
}>, z.ZodObject<{
|
|
3667
3499
|
__kind: z.ZodLiteral<"Err">;
|
|
3668
|
-
value: z.
|
|
3500
|
+
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
3669
3501
|
__kind: z.ZodLiteral<"Other">;
|
|
3670
3502
|
}, "strip", z.ZodTypeAny, {
|
|
3671
3503
|
__kind: "Other";
|
|
@@ -3899,7 +3731,7 @@ declare const cfPrimitivesChainsAssetsSolAsset: z.ZodEffects<z.ZodObject<{
|
|
|
3899
3731
|
}>, "Sol", {
|
|
3900
3732
|
__kind: "Sol";
|
|
3901
3733
|
}>;
|
|
3902
|
-
declare const palletCfSolanaIngressEgressDepositAction: z.
|
|
3734
|
+
declare const palletCfSolanaIngressEgressDepositAction: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
3903
3735
|
__kind: z.ZodLiteral<"Swap">;
|
|
3904
3736
|
swapId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
3905
3737
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -3954,7 +3786,7 @@ declare const palletCfSolanaIngressEgressDepositIgnoredReason: z.ZodEffects<z.Zo
|
|
|
3954
3786
|
}>, "BelowMinimumDeposit" | "NotEnoughToPayFees", {
|
|
3955
3787
|
__kind: "BelowMinimumDeposit" | "NotEnoughToPayFees";
|
|
3956
3788
|
}>;
|
|
3957
|
-
declare const
|
|
3789
|
+
declare const palletCfSolanaIngressEgressDepositWitnessSolana: z.ZodObject<{
|
|
3958
3790
|
depositAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
3959
3791
|
asset: z.ZodEffects<z.ZodObject<{
|
|
3960
3792
|
__kind: z.ZodEnum<["Sol"]>;
|
|
@@ -3977,7 +3809,7 @@ declare const palletCfIngressEgressDepositWitnessSolana: z.ZodObject<{
|
|
|
3977
3809
|
};
|
|
3978
3810
|
amount: string | number;
|
|
3979
3811
|
}>;
|
|
3980
|
-
declare const cfChainsAllBatchError: z.
|
|
3812
|
+
declare const cfChainsAllBatchError: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
3981
3813
|
__kind: z.ZodLiteral<"NotRequired">;
|
|
3982
3814
|
}, "strip", z.ZodTypeAny, {
|
|
3983
3815
|
__kind: "NotRequired";
|
|
@@ -4009,7 +3841,7 @@ declare const cfChainsAllBatchError: z.ZodUnion<[z.ZodObject<{
|
|
|
4009
3841
|
__kind: "UtxoSelectionFailed";
|
|
4010
3842
|
}>, z.ZodObject<{
|
|
4011
3843
|
__kind: z.ZodLiteral<"DispatchError">;
|
|
4012
|
-
value: z.
|
|
3844
|
+
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
4013
3845
|
__kind: z.ZodLiteral<"Other">;
|
|
4014
3846
|
}, "strip", z.ZodTypeAny, {
|
|
4015
3847
|
__kind: "Other";
|
|
@@ -4234,7 +4066,7 @@ declare const cfChainsAllBatchError: z.ZodUnion<[z.ZodObject<{
|
|
|
4234
4066
|
};
|
|
4235
4067
|
__kind: "DispatchError";
|
|
4236
4068
|
}>]>;
|
|
4237
|
-
declare const
|
|
4069
|
+
declare const palletCfSolanaIngressEgressBoostPoolIdSolana: z.ZodObject<{
|
|
4238
4070
|
asset: z.ZodEffects<z.ZodObject<{
|
|
4239
4071
|
__kind: z.ZodEnum<["Sol"]>;
|
|
4240
4072
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -4255,4 +4087,4 @@ declare const palletCfIngressEgressBoostPoolIdSolana: z.ZodObject<{
|
|
|
4255
4087
|
tier: number;
|
|
4256
4088
|
}>;
|
|
4257
4089
|
|
|
4258
|
-
export { accountId, cfAmmCommonPoolPairsMap, cfAmmCommonSide, cfChainsAddressEncodedAddress, cfChainsAddressForeignChainAddress, cfChainsAllBatchError, cfChainsBtcScriptPubkey, cfChainsBtcUtxoId, cfChainsCcmChannelMetadata, cfChainsCcmDepositMetadata, cfChainsChainStateSolana, cfChainsChannelRefundParametersEncodedAddress, cfChainsEvmDepositDetails, cfChainsSolSolTrackedData, cfChainsSwapOrigin, cfPrimitivesBeneficiary, cfPrimitivesChainsAssetsAnyAsset, cfPrimitivesChainsAssetsArbAsset, cfPrimitivesChainsAssetsBtcAsset, cfPrimitivesChainsAssetsDotAsset, cfPrimitivesChainsAssetsEthAsset, cfPrimitivesChainsAssetsSolAsset, cfPrimitivesChainsForeignChain, cfPrimitivesSwapLeg, cfTraitsLiquiditySwapType, dispatchResult, hexString, numberOrHex, numericString, palletCfArbitrumIngressEgressDepositAction, palletCfArbitrumIngressEgressDepositIgnoredReason, palletCfAssetBalancesPalletSafeMode, palletCfBitcoinIngressEgressDepositAction, palletCfBroadcastPalletSafeMode, palletCfEmissionsPalletSafeMode, palletCfEnvironmentSafeModeUpdate, palletCfEthereumIngressEgressDepositAction, palletCfEthereumIngressEgressDepositIgnoredReason,
|
|
4090
|
+
export { accountId, cfAmmCommonPoolPairsMap, cfAmmCommonSide, cfChainsAddressEncodedAddress, cfChainsAddressForeignChainAddress, cfChainsAllBatchError, cfChainsBtcScriptPubkey, cfChainsBtcUtxoId, cfChainsCcmChannelMetadata, cfChainsCcmDepositMetadata, cfChainsChainStateSolana, cfChainsChannelRefundParametersEncodedAddress, cfChainsEvmDepositDetails, cfChainsSolSolTrackedData, cfChainsSwapOrigin, cfPrimitivesBeneficiary, cfPrimitivesChainsAssetsAnyAsset, cfPrimitivesChainsAssetsArbAsset, cfPrimitivesChainsAssetsBtcAsset, cfPrimitivesChainsAssetsDotAsset, cfPrimitivesChainsAssetsEthAsset, cfPrimitivesChainsAssetsSolAsset, cfPrimitivesChainsForeignChain, cfPrimitivesSwapLeg, cfTraitsLiquiditySwapType, dispatchResult, hexString, numberOrHex, numericString, palletCfArbitrumIngressEgressDepositAction, palletCfArbitrumIngressEgressDepositIgnoredReason, palletCfArbitrumIngressEgressDepositWitnessArbitrum, palletCfAssetBalancesPalletSafeMode, palletCfBitcoinIngressEgressDepositAction, palletCfBroadcastPalletSafeMode, palletCfEmissionsPalletSafeMode, palletCfEnvironmentSafeModeUpdate, palletCfEthereumIngressEgressDepositAction, palletCfEthereumIngressEgressDepositIgnoredReason, palletCfEthereumIngressEgressDepositWitnessEthereum, palletCfFundingPalletSafeMode, palletCfIngressEgressPalletSafeMode, palletCfLpPalletSafeMode, palletCfPolkadotIngressEgressDepositAction, palletCfPolkadotIngressEgressDepositIgnoredReason, palletCfPolkadotIngressEgressDepositWitnessPolkadot, palletCfPoolsAssetPair, palletCfPoolsIncreaseOrDecreaseRangeOrderChange, palletCfPoolsIncreaseOrDecreaseU128, palletCfPoolsPalletSafeMode, palletCfPoolsRangeOrderChange, palletCfReputationPalletSafeMode, palletCfSolanaIngressEgressBoostPoolIdSolana, palletCfSolanaIngressEgressDepositAction, palletCfSolanaIngressEgressDepositIgnoredReason, palletCfSolanaIngressEgressDepositWitnessSolana, palletCfSwappingCcmFailReason, palletCfSwappingPalletSafeMode, palletCfThresholdSignaturePalletSafeMode, palletCfTokenholderGovernanceProposal, palletCfValidatorPalletSafeMode, palletCfWitnesserPalletSafeMode, simpleEnum, spArithmeticArithmeticError, spRuntimeDispatchError, spRuntimeModuleError, spRuntimeTokenError, spRuntimeTransactionalError, stateChainRuntimeSafeModeInnerRuntimeSafeMode, stateChainRuntimeSafeModeWitnesserCallPermission };
|