@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/100/common.d.cts
CHANGED
|
@@ -133,7 +133,7 @@ declare const spRuntimeTransactionalError: z.ZodEffects<z.ZodObject<{
|
|
|
133
133
|
}>, "LimitReached" | "NoLayer", {
|
|
134
134
|
__kind: "LimitReached" | "NoLayer";
|
|
135
135
|
}>;
|
|
136
|
-
declare const spRuntimeDispatchError: z.
|
|
136
|
+
declare const spRuntimeDispatchError: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
137
137
|
__kind: z.ZodLiteral<"Other">;
|
|
138
138
|
}, "strip", z.ZodTypeAny, {
|
|
139
139
|
__kind: "Other";
|
|
@@ -418,7 +418,7 @@ declare const stateChainRuntimeSafeModeWitnesserCallPermission: z.ZodObject<{
|
|
|
418
418
|
bitcoinIngressEgress: boolean;
|
|
419
419
|
bitcoinVault: boolean;
|
|
420
420
|
}>;
|
|
421
|
-
declare const palletCfWitnesserPalletSafeMode: z.
|
|
421
|
+
declare const palletCfWitnesserPalletSafeMode: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
422
422
|
__kind: z.ZodLiteral<"CodeGreen">;
|
|
423
423
|
}, "strip", z.ZodTypeAny, {
|
|
424
424
|
__kind: "CodeGreen";
|
|
@@ -633,7 +633,7 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
633
633
|
}, {
|
|
634
634
|
retryEnabled: boolean;
|
|
635
635
|
}>;
|
|
636
|
-
witnesser: z.
|
|
636
|
+
witnesser: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
637
637
|
__kind: z.ZodLiteral<"CodeGreen">;
|
|
638
638
|
}, "strip", z.ZodTypeAny, {
|
|
639
639
|
__kind: "CodeGreen";
|
|
@@ -878,7 +878,7 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
878
878
|
__kind: "CodeAmber";
|
|
879
879
|
};
|
|
880
880
|
}>;
|
|
881
|
-
declare const palletCfEnvironmentSafeModeUpdate: z.
|
|
881
|
+
declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
882
882
|
__kind: z.ZodLiteral<"CodeRed">;
|
|
883
883
|
}, "strip", z.ZodTypeAny, {
|
|
884
884
|
__kind: "CodeRed";
|
|
@@ -1005,7 +1005,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodUnion<[z.ZodObject<{
|
|
|
1005
1005
|
}, {
|
|
1006
1006
|
retryEnabled: boolean;
|
|
1007
1007
|
}>;
|
|
1008
|
-
witnesser: z.
|
|
1008
|
+
witnesser: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
1009
1009
|
__kind: z.ZodLiteral<"CodeGreen">;
|
|
1010
1010
|
}, "strip", z.ZodTypeAny, {
|
|
1011
1011
|
__kind: "CodeGreen";
|
|
@@ -1399,7 +1399,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodUnion<[z.ZodObject<{
|
|
|
1399
1399
|
};
|
|
1400
1400
|
__kind: "CodeAmber";
|
|
1401
1401
|
}>]>;
|
|
1402
|
-
declare const palletCfFlipImbalancesInternalSource: z.
|
|
1402
|
+
declare const palletCfFlipImbalancesInternalSource: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
1403
1403
|
__kind: z.ZodLiteral<"Account">;
|
|
1404
1404
|
value: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
1405
1405
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1427,7 +1427,7 @@ declare const palletCfFlipImbalancesInternalSource: z.ZodUnion<[z.ZodObject<{
|
|
|
1427
1427
|
value: string;
|
|
1428
1428
|
__kind: "PendingRedemption";
|
|
1429
1429
|
}>]>;
|
|
1430
|
-
declare const palletCfFlipImbalancesImbalanceSource: z.
|
|
1430
|
+
declare const palletCfFlipImbalancesImbalanceSource: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
1431
1431
|
__kind: z.ZodLiteral<"External">;
|
|
1432
1432
|
}, "strip", z.ZodTypeAny, {
|
|
1433
1433
|
__kind: "External";
|
|
@@ -1435,7 +1435,7 @@ declare const palletCfFlipImbalancesImbalanceSource: z.ZodUnion<[z.ZodObject<{
|
|
|
1435
1435
|
__kind: "External";
|
|
1436
1436
|
}>, z.ZodObject<{
|
|
1437
1437
|
__kind: z.ZodLiteral<"Internal">;
|
|
1438
|
-
value: z.
|
|
1438
|
+
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
1439
1439
|
__kind: z.ZodLiteral<"Account">;
|
|
1440
1440
|
value: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
1441
1441
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1522,7 +1522,7 @@ declare const palletCfValidatorRotationState: z.ZodObject<{
|
|
|
1522
1522
|
bond: string | number;
|
|
1523
1523
|
newEpochIndex: number;
|
|
1524
1524
|
}>;
|
|
1525
|
-
declare const palletCfValidatorRotationPhase: z.
|
|
1525
|
+
declare const palletCfValidatorRotationPhase: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
1526
1526
|
__kind: z.ZodLiteral<"Idle">;
|
|
1527
1527
|
}, "strip", z.ZodTypeAny, {
|
|
1528
1528
|
__kind: "Idle";
|
|
@@ -1750,7 +1750,7 @@ declare const palletCfValidatorAuctionResolverSetSizeParameters: z.ZodObject<{
|
|
|
1750
1750
|
maxSize: number;
|
|
1751
1751
|
maxExpansion: number;
|
|
1752
1752
|
}>;
|
|
1753
|
-
declare const palletCfValidatorPalletConfigUpdate: z.
|
|
1753
|
+
declare const palletCfValidatorPalletConfigUpdate: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
1754
1754
|
__kind: z.ZodLiteral<"RegistrationBondPercentage">;
|
|
1755
1755
|
percentage: z.ZodNumber;
|
|
1756
1756
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1872,7 +1872,7 @@ declare const cfPrimitivesChainsForeignChain: z.ZodEffects<z.ZodObject<{
|
|
|
1872
1872
|
}>, "Ethereum" | "Polkadot" | "Bitcoin", {
|
|
1873
1873
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin";
|
|
1874
1874
|
}>;
|
|
1875
|
-
declare const palletCfTokenholderGovernanceProposal: z.
|
|
1875
|
+
declare const palletCfTokenholderGovernanceProposal: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
1876
1876
|
__kind: z.ZodLiteral<"SetGovernanceKey">;
|
|
1877
1877
|
value: z.ZodTuple<[z.ZodEffects<z.ZodObject<{
|
|
1878
1878
|
__kind: z.ZodEnum<["Ethereum", "Polkadot", "Bitcoin"]>;
|
|
@@ -2163,7 +2163,7 @@ declare const cfChainsBtcAggKey: z.ZodObject<{
|
|
|
2163
2163
|
current: string;
|
|
2164
2164
|
previous?: string | null | undefined;
|
|
2165
2165
|
}>;
|
|
2166
|
-
declare const dispatchResult: z.
|
|
2166
|
+
declare const dispatchResult: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
2167
2167
|
__kind: z.ZodLiteral<"Ok">;
|
|
2168
2168
|
}, "strip", z.ZodTypeAny, {
|
|
2169
2169
|
__kind: "Ok";
|
|
@@ -2171,7 +2171,7 @@ declare const dispatchResult: z.ZodUnion<[z.ZodObject<{
|
|
|
2171
2171
|
__kind: "Ok";
|
|
2172
2172
|
}>, z.ZodObject<{
|
|
2173
2173
|
__kind: z.ZodLiteral<"Err">;
|
|
2174
|
-
value: z.
|
|
2174
|
+
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
2175
2175
|
__kind: z.ZodLiteral<"Other">;
|
|
2176
2176
|
}, "strip", z.ZodTypeAny, {
|
|
2177
2177
|
__kind: "Other";
|
|
@@ -2464,7 +2464,7 @@ declare const cfChainsBtcBitcoinTransactionData: z.ZodObject<{
|
|
|
2464
2464
|
}, {
|
|
2465
2465
|
encodedTransaction: string;
|
|
2466
2466
|
}>;
|
|
2467
|
-
declare const cfChainsBtcScriptPubkey: z.
|
|
2467
|
+
declare const cfChainsBtcScriptPubkey: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
2468
2468
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
2469
2469
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2470
2470
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2522,52 +2522,28 @@ declare const cfChainsBtcScriptPubkey: z.ZodUnion<[z.ZodObject<{
|
|
|
2522
2522
|
version: number;
|
|
2523
2523
|
program: string;
|
|
2524
2524
|
}>]>;
|
|
2525
|
-
declare const cfChainsAddressEncodedAddress: z.
|
|
2526
|
-
__kind: z.
|
|
2527
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2528
|
-
}, "strip", z.ZodTypeAny, {
|
|
2529
|
-
value: `0x${string}`;
|
|
2530
|
-
__kind: "Eth";
|
|
2531
|
-
}, {
|
|
2532
|
-
value: string;
|
|
2533
|
-
__kind: "Eth";
|
|
2534
|
-
}>, {
|
|
2535
|
-
chain: "Ethereum";
|
|
2536
|
-
address: `0x${string}`;
|
|
2537
|
-
}, {
|
|
2538
|
-
value: string;
|
|
2539
|
-
__kind: "Eth";
|
|
2540
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
2541
|
-
__kind: z.ZodLiteral<"Dot">;
|
|
2525
|
+
declare const cfChainsAddressEncodedAddress: z.ZodEffects<z.ZodObject<{
|
|
2526
|
+
__kind: z.ZodEnum<["Eth", "Dot", "Btc"]>;
|
|
2542
2527
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2543
2528
|
}, "strip", z.ZodTypeAny, {
|
|
2544
2529
|
value: `0x${string}`;
|
|
2545
|
-
__kind: "Dot";
|
|
2530
|
+
__kind: "Eth" | "Dot" | "Btc";
|
|
2546
2531
|
}, {
|
|
2547
2532
|
value: string;
|
|
2548
|
-
__kind: "Dot";
|
|
2533
|
+
__kind: "Eth" | "Dot" | "Btc";
|
|
2549
2534
|
}>, {
|
|
2550
|
-
chain: "
|
|
2551
|
-
address: string
|
|
2535
|
+
readonly chain: "Ethereum";
|
|
2536
|
+
readonly address: `0x${string}`;
|
|
2537
|
+
} | {
|
|
2538
|
+
readonly chain: "Polkadot";
|
|
2539
|
+
readonly address: string;
|
|
2540
|
+
} | {
|
|
2541
|
+
readonly chain: "Bitcoin";
|
|
2542
|
+
readonly address: string;
|
|
2552
2543
|
}, {
|
|
2553
2544
|
value: string;
|
|
2554
|
-
__kind: "Dot";
|
|
2555
|
-
}
|
|
2556
|
-
__kind: z.ZodLiteral<"Btc">;
|
|
2557
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2558
|
-
}, "strip", z.ZodTypeAny, {
|
|
2559
|
-
value: `0x${string}`;
|
|
2560
|
-
__kind: "Btc";
|
|
2561
|
-
}, {
|
|
2562
|
-
value: string;
|
|
2563
|
-
__kind: "Btc";
|
|
2564
|
-
}>, {
|
|
2565
|
-
chain: "Bitcoin";
|
|
2566
|
-
address: string;
|
|
2567
|
-
}, {
|
|
2568
|
-
value: string;
|
|
2569
|
-
__kind: "Btc";
|
|
2570
|
-
}>]>;
|
|
2545
|
+
__kind: "Eth" | "Dot" | "Btc";
|
|
2546
|
+
}>;
|
|
2571
2547
|
declare const cfPrimitivesChainsAssetsAnyAsset: z.ZodEffects<z.ZodObject<{
|
|
2572
2548
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc"]>;
|
|
2573
2549
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2590,67 +2566,43 @@ declare const cfChainsCcmChannelMetadata: z.ZodObject<{
|
|
|
2590
2566
|
gasBudget: string | number;
|
|
2591
2567
|
cfParameters: string;
|
|
2592
2568
|
}>;
|
|
2593
|
-
declare const cfChainsSwapOrigin: z.
|
|
2569
|
+
declare const cfChainsSwapOrigin: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
2594
2570
|
__kind: z.ZodLiteral<"DepositChannel">;
|
|
2595
|
-
depositAddress: z.
|
|
2596
|
-
__kind: z.
|
|
2571
|
+
depositAddress: z.ZodEffects<z.ZodObject<{
|
|
2572
|
+
__kind: z.ZodEnum<["Eth", "Dot", "Btc"]>;
|
|
2597
2573
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2598
2574
|
}, "strip", z.ZodTypeAny, {
|
|
2599
2575
|
value: `0x${string}`;
|
|
2600
|
-
__kind: "Eth";
|
|
2576
|
+
__kind: "Eth" | "Dot" | "Btc";
|
|
2601
2577
|
}, {
|
|
2602
2578
|
value: string;
|
|
2603
|
-
__kind: "Eth";
|
|
2579
|
+
__kind: "Eth" | "Dot" | "Btc";
|
|
2604
2580
|
}>, {
|
|
2605
|
-
chain: "Ethereum";
|
|
2606
|
-
address: `0x${string}`;
|
|
2607
|
-
}
|
|
2608
|
-
|
|
2609
|
-
|
|
2610
|
-
}
|
|
2611
|
-
|
|
2612
|
-
|
|
2613
|
-
}, "strip", z.ZodTypeAny, {
|
|
2614
|
-
value: `0x${string}`;
|
|
2615
|
-
__kind: "Dot";
|
|
2616
|
-
}, {
|
|
2617
|
-
value: string;
|
|
2618
|
-
__kind: "Dot";
|
|
2619
|
-
}>, {
|
|
2620
|
-
chain: "Polkadot";
|
|
2621
|
-
address: string;
|
|
2622
|
-
}, {
|
|
2623
|
-
value: string;
|
|
2624
|
-
__kind: "Dot";
|
|
2625
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
2626
|
-
__kind: z.ZodLiteral<"Btc">;
|
|
2627
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2628
|
-
}, "strip", z.ZodTypeAny, {
|
|
2629
|
-
value: `0x${string}`;
|
|
2630
|
-
__kind: "Btc";
|
|
2631
|
-
}, {
|
|
2632
|
-
value: string;
|
|
2633
|
-
__kind: "Btc";
|
|
2634
|
-
}>, {
|
|
2635
|
-
chain: "Bitcoin";
|
|
2636
|
-
address: string;
|
|
2581
|
+
readonly chain: "Ethereum";
|
|
2582
|
+
readonly address: `0x${string}`;
|
|
2583
|
+
} | {
|
|
2584
|
+
readonly chain: "Polkadot";
|
|
2585
|
+
readonly address: string;
|
|
2586
|
+
} | {
|
|
2587
|
+
readonly chain: "Bitcoin";
|
|
2588
|
+
readonly address: string;
|
|
2637
2589
|
}, {
|
|
2638
2590
|
value: string;
|
|
2639
|
-
__kind: "Btc";
|
|
2640
|
-
}
|
|
2591
|
+
__kind: "Eth" | "Dot" | "Btc";
|
|
2592
|
+
}>;
|
|
2641
2593
|
channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
2642
2594
|
depositBlockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
2643
2595
|
}, "strip", z.ZodTypeAny, {
|
|
2644
2596
|
__kind: "DepositChannel";
|
|
2645
2597
|
depositAddress: {
|
|
2646
|
-
chain: "Ethereum";
|
|
2647
|
-
address: `0x${string}`;
|
|
2598
|
+
readonly chain: "Ethereum";
|
|
2599
|
+
readonly address: `0x${string}`;
|
|
2648
2600
|
} | {
|
|
2649
|
-
chain: "Polkadot";
|
|
2650
|
-
address: string;
|
|
2601
|
+
readonly chain: "Polkadot";
|
|
2602
|
+
readonly address: string;
|
|
2651
2603
|
} | {
|
|
2652
|
-
chain: "Bitcoin";
|
|
2653
|
-
address: string;
|
|
2604
|
+
readonly chain: "Bitcoin";
|
|
2605
|
+
readonly address: string;
|
|
2654
2606
|
};
|
|
2655
2607
|
channelId: bigint;
|
|
2656
2608
|
depositBlockHeight: bigint;
|
|
@@ -2658,13 +2610,7 @@ declare const cfChainsSwapOrigin: z.ZodUnion<[z.ZodObject<{
|
|
|
2658
2610
|
__kind: "DepositChannel";
|
|
2659
2611
|
depositAddress: {
|
|
2660
2612
|
value: string;
|
|
2661
|
-
__kind: "Eth";
|
|
2662
|
-
} | {
|
|
2663
|
-
value: string;
|
|
2664
|
-
__kind: "Dot";
|
|
2665
|
-
} | {
|
|
2666
|
-
value: string;
|
|
2667
|
-
__kind: "Btc";
|
|
2613
|
+
__kind: "Eth" | "Dot" | "Btc";
|
|
2668
2614
|
};
|
|
2669
2615
|
channelId: string | number;
|
|
2670
2616
|
depositBlockHeight: string | number;
|
|
@@ -2678,7 +2624,7 @@ declare const cfChainsSwapOrigin: z.ZodUnion<[z.ZodObject<{
|
|
|
2678
2624
|
__kind: "Vault";
|
|
2679
2625
|
txHash: string;
|
|
2680
2626
|
}>]>;
|
|
2681
|
-
declare const cfChainsAddressForeignChainAddress: z.
|
|
2627
|
+
declare const cfChainsAddressForeignChainAddress: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
2682
2628
|
__kind: z.ZodLiteral<"Eth">;
|
|
2683
2629
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2684
2630
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2698,7 +2644,7 @@ declare const cfChainsAddressForeignChainAddress: z.ZodUnion<[z.ZodObject<{
|
|
|
2698
2644
|
__kind: "Dot";
|
|
2699
2645
|
}>, z.ZodObject<{
|
|
2700
2646
|
__kind: z.ZodLiteral<"Btc">;
|
|
2701
|
-
value: z.
|
|
2647
|
+
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
2702
2648
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
2703
2649
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2704
2650
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2801,9 +2747,9 @@ declare const cfChainsAddressForeignChainAddress: z.ZodUnion<[z.ZodObject<{
|
|
|
2801
2747
|
};
|
|
2802
2748
|
__kind: "Btc";
|
|
2803
2749
|
}>]>;
|
|
2804
|
-
declare const palletCfSwappingSwapType: z.
|
|
2750
|
+
declare const palletCfSwappingSwapType: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
2805
2751
|
__kind: z.ZodLiteral<"Swap">;
|
|
2806
|
-
value: z.
|
|
2752
|
+
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
2807
2753
|
__kind: z.ZodLiteral<"Eth">;
|
|
2808
2754
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2809
2755
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2823,7 +2769,7 @@ declare const palletCfSwappingSwapType: z.ZodUnion<[z.ZodObject<{
|
|
|
2823
2769
|
__kind: "Dot";
|
|
2824
2770
|
}>, z.ZodObject<{
|
|
2825
2771
|
__kind: z.ZodLiteral<"Btc">;
|
|
2826
|
-
value: z.
|
|
2772
|
+
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
2827
2773
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
2828
2774
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2829
2775
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -3026,7 +2972,7 @@ declare const cfChainsCcmDepositMetadata: z.ZodObject<{
|
|
|
3026
2972
|
}>, "Ethereum" | "Polkadot" | "Bitcoin", {
|
|
3027
2973
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin";
|
|
3028
2974
|
}>;
|
|
3029
|
-
sourceAddress: z.ZodOptional<z.ZodNullable<z.
|
|
2975
|
+
sourceAddress: z.ZodOptional<z.ZodNullable<z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
3030
2976
|
__kind: z.ZodLiteral<"Eth">;
|
|
3031
2977
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
3032
2978
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -3046,7 +2992,7 @@ declare const cfChainsCcmDepositMetadata: z.ZodObject<{
|
|
|
3046
2992
|
__kind: "Dot";
|
|
3047
2993
|
}>, z.ZodObject<{
|
|
3048
2994
|
__kind: z.ZodLiteral<"Btc">;
|
|
3049
|
-
value: z.
|
|
2995
|
+
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
3050
2996
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
3051
2997
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
3052
2998
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -3246,7 +3192,7 @@ declare const palletCfSwappingCcmFailReason: z.ZodEffects<z.ZodObject<{
|
|
|
3246
3192
|
}>, "UnsupportedForTargetChain" | "InsufficientDepositAmount" | "PrincipalSwapAmountTooLow", {
|
|
3247
3193
|
__kind: "UnsupportedForTargetChain" | "InsufficientDepositAmount" | "PrincipalSwapAmountTooLow";
|
|
3248
3194
|
}>;
|
|
3249
|
-
declare const
|
|
3195
|
+
declare const palletCfEthereumIngressEgressDepositWitnessEthereum: z.ZodObject<{
|
|
3250
3196
|
depositAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
3251
3197
|
asset: z.ZodEffects<z.ZodObject<{
|
|
3252
3198
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc"]>;
|
|
@@ -3278,7 +3224,7 @@ declare const cfPrimitivesChainsAssetsDotAsset: z.ZodEffects<z.ZodObject<{
|
|
|
3278
3224
|
}>, "Dot", {
|
|
3279
3225
|
__kind: "Dot";
|
|
3280
3226
|
}>;
|
|
3281
|
-
declare const
|
|
3227
|
+
declare const palletCfPolkadotIngressEgressDepositWitnessPolkadot: z.ZodObject<{
|
|
3282
3228
|
depositAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
3283
3229
|
asset: z.ZodEffects<z.ZodObject<{
|
|
3284
3230
|
__kind: z.ZodEnum<["Dot"]>;
|
|
@@ -3320,8 +3266,8 @@ declare const cfChainsBtcUtxoId: z.ZodObject<{
|
|
|
3320
3266
|
txId: string;
|
|
3321
3267
|
vout: number;
|
|
3322
3268
|
}>;
|
|
3323
|
-
declare const
|
|
3324
|
-
depositAddress: z.
|
|
3269
|
+
declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
|
|
3270
|
+
depositAddress: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
3325
3271
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
3326
3272
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
3327
3273
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -3491,7 +3437,7 @@ declare const palletCfPoolsRangeOrderChange: z.ZodObject<{
|
|
|
3491
3437
|
pair: string | number;
|
|
3492
3438
|
};
|
|
3493
3439
|
}>;
|
|
3494
|
-
declare const palletCfPoolsIncreaseOrDecreaseRangeOrderChange: z.
|
|
3440
|
+
declare const palletCfPoolsIncreaseOrDecreaseRangeOrderChange: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
3495
3441
|
__kind: z.ZodLiteral<"Increase">;
|
|
3496
3442
|
value: z.ZodObject<{
|
|
3497
3443
|
liquidity: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
@@ -3582,7 +3528,7 @@ declare const palletCfPoolsIncreaseOrDecreaseRangeOrderChange: z.ZodUnion<[z.Zod
|
|
|
3582
3528
|
};
|
|
3583
3529
|
__kind: "Decrease";
|
|
3584
3530
|
}>]>;
|
|
3585
|
-
declare const palletCfPoolsIncreaseOrDecreaseU128: z.
|
|
3531
|
+
declare const palletCfPoolsIncreaseOrDecreaseU128: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
3586
3532
|
__kind: z.ZodLiteral<"Increase">;
|
|
3587
3533
|
value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
3588
3534
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -3602,4 +3548,4 @@ declare const palletCfPoolsIncreaseOrDecreaseU128: z.ZodUnion<[z.ZodObject<{
|
|
|
3602
3548
|
__kind: "Decrease";
|
|
3603
3549
|
}>]>;
|
|
3604
3550
|
|
|
3605
|
-
export { accountId, cfChainsAddressEncodedAddress, cfChainsAddressForeignChainAddress, cfChainsBtcAggKey, cfChainsBtcBitcoinFeeInfo, cfChainsBtcBitcoinTrackedData, cfChainsBtcBitcoinTransactionData, cfChainsBtcPreviousOrCurrent, cfChainsBtcScriptPubkey, cfChainsBtcUtxoId, cfChainsCcmChannelMetadata, cfChainsCcmDepositMetadata, cfChainsChainStateBitcoin, cfChainsChainStateEthereum, cfChainsChainStatePolkadot, cfChainsDotPolkadotTrackedData, cfChainsDotPolkadotTransactionData, cfChainsDotRuntimeVersion, cfChainsEthEthereumTrackedData, cfChainsEvmAggKey, cfChainsEvmParityBit, cfChainsEvmSchnorrVerificationComponents, cfChainsEvmTransaction, cfChainsSwapOrigin, cfPrimitivesAccountRole, cfPrimitivesChainsAssetsAnyAsset, cfPrimitivesChainsAssetsBtcAsset, cfPrimitivesChainsAssetsDotAsset, cfPrimitivesChainsAssetsEthAsset, cfPrimitivesChainsForeignChain, cfPrimitivesSemVer, cfPrimitivesSwapLeg, dispatchResult, frameSupportDispatchDispatchClass, frameSupportDispatchDispatchInfo, frameSupportDispatchPays, hexString, numberOrHex, numericString, palletCfBroadcastBroadcastAttemptId, palletCfBroadcastPalletSafeMode, palletCfEmissionsPalletSafeMode, palletCfEnvironmentSafeModeUpdate, palletCfFlipImbalancesImbalanceSource, palletCfFlipImbalancesInternalSource, palletCfFundingPalletSafeMode,
|
|
3551
|
+
export { accountId, cfChainsAddressEncodedAddress, cfChainsAddressForeignChainAddress, cfChainsBtcAggKey, cfChainsBtcBitcoinFeeInfo, cfChainsBtcBitcoinTrackedData, cfChainsBtcBitcoinTransactionData, cfChainsBtcPreviousOrCurrent, cfChainsBtcScriptPubkey, cfChainsBtcUtxoId, cfChainsCcmChannelMetadata, cfChainsCcmDepositMetadata, cfChainsChainStateBitcoin, cfChainsChainStateEthereum, cfChainsChainStatePolkadot, cfChainsDotPolkadotTrackedData, cfChainsDotPolkadotTransactionData, cfChainsDotRuntimeVersion, cfChainsEthEthereumTrackedData, cfChainsEvmAggKey, cfChainsEvmParityBit, cfChainsEvmSchnorrVerificationComponents, cfChainsEvmTransaction, cfChainsSwapOrigin, cfPrimitivesAccountRole, cfPrimitivesChainsAssetsAnyAsset, cfPrimitivesChainsAssetsBtcAsset, cfPrimitivesChainsAssetsDotAsset, cfPrimitivesChainsAssetsEthAsset, cfPrimitivesChainsForeignChain, cfPrimitivesSemVer, cfPrimitivesSwapLeg, dispatchResult, frameSupportDispatchDispatchClass, frameSupportDispatchDispatchInfo, frameSupportDispatchPays, hexString, numberOrHex, numericString, palletCfBitcoinIngressEgressDepositWitnessBitcoin, palletCfBroadcastBroadcastAttemptId, palletCfBroadcastPalletSafeMode, palletCfEmissionsPalletSafeMode, palletCfEnvironmentSafeModeUpdate, palletCfEthereumIngressEgressDepositWitnessEthereum, palletCfFlipImbalancesImbalanceSource, palletCfFlipImbalancesInternalSource, palletCfFundingPalletSafeMode, palletCfLpPalletSafeMode, palletCfPolkadotIngressEgressDepositWitnessPolkadot, palletCfPoolsAssetsMap, palletCfPoolsIncreaseOrDecreaseRangeOrderChange, palletCfPoolsIncreaseOrDecreaseU128, palletCfPoolsPalletSafeMode, palletCfPoolsRangeOrderChange, palletCfReputationPalletSafeMode, palletCfReputationPenalty, palletCfSwappingCcmFailReason, palletCfSwappingPalletSafeMode, palletCfSwappingSwapType, palletCfTokenholderGovernanceProposal, palletCfValidatorAuctionResolverSetSizeParameters, palletCfValidatorPalletConfigUpdate, palletCfValidatorPalletSafeMode, palletCfValidatorRotationPhase, palletCfValidatorRotationState, palletCfVaultsPalletSafeMode, palletCfWitnesserPalletSafeMode, simpleEnum, spArithmeticArithmeticError, spRuntimeDispatchError, spRuntimeModuleError, spRuntimeTokenError, spRuntimeTransactionalError, spWeightsWeightV2Weight, stateChainRuntimeChainflipOffencesOffence, stateChainRuntimeSafeModeInnerRuntimeSafeMode, stateChainRuntimeSafeModeWitnesserCallPermission };
|