@chainflip/processor 1.8.3 → 1.8.5
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 +2 -2
- package/dist/100/environment/runtimeSafeModeUpdated.d.ts +2 -2
- package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.d.cts +2 -2
- package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.d.ts +2 -2
- package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.cts +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 +2 -2
- package/dist/100/flip/remainingImbalance.d.ts +2 -2
- package/dist/100/governance/failedExecution.d.cts +1 -1
- package/dist/100/governance/failedExecution.d.ts +1 -1
- package/dist/100/governance/govKeyCallExecutionFailed.d.cts +1 -1
- package/dist/100/governance/govKeyCallExecutionFailed.d.ts +1 -1
- package/dist/100/liquidityPools/limitOrderUpdated.d.cts +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 +1 -1
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.ts +1 -1
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.cts +1 -1
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.ts +1 -1
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.mjs +5 -2
- package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
- package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
- package/dist/100/swapping/ccmDepositReceived.d.cts +23 -53
- package/dist/100/swapping/ccmDepositReceived.d.ts +23 -53
- package/dist/100/swapping/ccmFailed.d.cts +23 -53
- package/dist/100/swapping/ccmFailed.d.ts +23 -53
- package/dist/100/swapping/swapAmountTooLow.d.cts +50 -116
- package/dist/100/swapping/swapAmountTooLow.d.ts +50 -116
- package/dist/100/swapping/swapDepositAddressReady.d.cts +42 -102
- package/dist/100/swapping/swapDepositAddressReady.d.ts +42 -102
- package/dist/100/swapping/swapScheduled.d.cts +53 -119
- package/dist/100/swapping/swapScheduled.d.ts +53 -119
- package/dist/100/swapping/withdrawalRequested.d.cts +21 -51
- package/dist/100/swapping/withdrawalRequested.d.ts +21 -51
- package/dist/100/system/extrinsicFailed.d.cts +1 -1
- package/dist/100/system/extrinsicFailed.d.ts +1 -1
- package/dist/100/tokenholderGovernance/proposalEnacted.d.cts +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/ccmFailed.d.cts +52 -118
- package/dist/131/swapping/ccmFailed.d.ts +52 -118
- package/dist/131/swapping/swapDepositAddressReady.d.cts +42 -102
- package/dist/131/swapping/swapDepositAddressReady.d.ts +42 -102
- package/dist/131/swapping/swapEgressIgnored.d.cts +1 -1
- package/dist/131/swapping/swapEgressIgnored.d.ts +1 -1
- package/dist/131/swapping/swapScheduled.d.cts +53 -119
- package/dist/131/swapping/swapScheduled.d.ts +53 -119
- package/dist/131/swapping/withdrawalRequested.d.cts +21 -51
- package/dist/131/swapping/withdrawalRequested.d.ts +21 -51
- package/dist/131/witnesser/prewitnessExecutionFailed.d.cts +17 -17
- package/dist/131/witnesser/prewitnessExecutionFailed.d.ts +17 -17
- package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.cts +2 -2
- package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.ts +2 -2
- package/dist/141/arbitrumIngressEgress/boostFundsAdded.cjs +5 -1
- package/dist/141/arbitrumIngressEgress/boostFundsAdded.mjs +6 -2
- package/dist/141/arbitrumIngressEgress/boostPoolCreated.cjs +1 -1
- package/dist/141/arbitrumIngressEgress/boostPoolCreated.mjs +2 -2
- package/dist/141/arbitrumIngressEgress/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/thresholdDispatchComplete.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.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/accountCredited.d.cts +2 -2
- package/dist/141/liquidityProvider/accountCredited.d.ts +2 -2
- package/dist/141/liquidityProvider/accountDebited.d.cts +2 -2
- package/dist/141/liquidityProvider/accountDebited.d.ts +2 -2
- package/dist/141/liquidityProvider/assetTransferred.d.cts +3 -3
- package/dist/141/liquidityProvider/assetTransferred.d.ts +3 -3
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.cts +28 -73
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.ts +28 -73
- package/dist/141/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
- package/dist/141/liquidityProvider/liquidityDepositCredited.d.ts +2 -2
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.cts +8 -8
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.ts +8 -8
- 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/ccmDepositReceived.d.cts +28 -73
- package/dist/141/swapping/ccmDepositReceived.d.ts +28 -73
- package/dist/141/swapping/ccmFailed.d.cts +64 -163
- package/dist/141/swapping/ccmFailed.d.ts +64 -163
- package/dist/141/swapping/swapDepositAddressReady.d.cts +52 -142
- package/dist/141/swapping/swapDepositAddressReady.d.ts +52 -142
- package/dist/141/swapping/swapEgressIgnored.d.cts +1 -1
- package/dist/141/swapping/swapEgressIgnored.d.ts +1 -1
- package/dist/141/swapping/swapExecuted.d.cts +3 -3
- package/dist/141/swapping/swapExecuted.d.ts +3 -3
- package/dist/141/swapping/swapScheduled.d.cts +65 -164
- package/dist/141/swapping/swapScheduled.d.ts +65 -164
- package/dist/141/swapping/withdrawalRequested.d.cts +26 -71
- package/dist/141/swapping/withdrawalRequested.d.ts +26 -71
- package/dist/141/tokenholderGovernance/proposalEnacted.d.cts +1 -1
- package/dist/141/tokenholderGovernance/proposalEnacted.d.ts +1 -1
- package/dist/141/tokenholderGovernance/proposalPassed.d.cts +1 -1
- package/dist/141/tokenholderGovernance/proposalPassed.d.ts +1 -1
- package/dist/141/tokenholderGovernance/proposalRejected.d.cts +1 -1
- package/dist/141/tokenholderGovernance/proposalRejected.d.ts +1 -1
- package/dist/141/tokenholderGovernance/proposalSubmitted.d.cts +1 -1
- package/dist/141/tokenholderGovernance/proposalSubmitted.d.ts +1 -1
- package/dist/141/validator/rotationPhaseUpdated.d.cts +21 -21
- package/dist/141/validator/rotationPhaseUpdated.d.ts +21 -21
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.cts +1 -1
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.ts +1 -1
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.cts +1 -1
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.ts +1 -1
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.mjs +5 -2
- package/dist/150/assetBalances/refundScheduled.d.cts +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/failureReportProcessed.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/failureReportProcessed.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/retryRequested.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/retryRequested.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.cts +4 -4
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.ts +4 -4
- package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.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/ccmFailed.d.cts +116 -320
- package/dist/160/swapping/ccmFailed.d.ts +116 -320
- package/dist/160/swapping/refundEgressIgnored.d.cts +1 -1
- package/dist/160/swapping/refundEgressIgnored.d.ts +1 -1
- package/dist/160/swapping/swapDepositAddressReady.d.cts +104 -296
- package/dist/160/swapping/swapDepositAddressReady.d.ts +104 -296
- package/dist/160/swapping/swapEgressIgnored.d.cts +1 -1
- package/dist/160/swapping/swapEgressIgnored.d.ts +1 -1
- package/dist/160/swapping/swapRequested.d.cts +223 -595
- package/dist/160/swapping/swapRequested.d.ts +223 -595
- package/dist/160/swapping/withdrawalRequested.d.cts +31 -91
- package/dist/160/swapping/withdrawalRequested.d.ts +31 -91
- 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/boostedDepositLost.d.cts +2 -2
- package/dist/170/solanaIngressEgress/boostedDepositLost.d.ts +2 -2
- package/dist/170/solanaIngressEgress/ccmFailed.d.cts +129 -333
- package/dist/170/solanaIngressEgress/ccmFailed.d.ts +129 -333
- package/dist/170/solanaIngressEgress/depositIgnored.d.cts +6 -6
- package/dist/170/solanaIngressEgress/depositIgnored.d.ts +6 -6
- package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +53 -53
- package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +53 -53
- 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 +14 -14
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.ts +14 -14
- 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 +78 -574
- package/dist/180/arbitrumIngressEgress/depositFailed.d.ts +78 -574
- 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 +14 -14
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +14 -14
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.cts +14 -14
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.ts +14 -14
- 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 +545 -482
- package/dist/180/bitcoinIngressEgress/depositFailed.d.ts +545 -482
- 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 +14 -14
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +14 -14
- package/dist/180/bitcoinIngressEgress/transferFallbackRequested.d.cts +1 -1
- package/dist/180/bitcoinIngressEgress/transferFallbackRequested.d.ts +1 -1
- package/dist/180/common.cjs +194 -68
- package/dist/180/common.d.cts +6039 -5896
- package/dist/180/common.d.ts +6039 -5896
- package/dist/180/common.mjs +200 -74
- 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 +14 -14
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.ts +14 -14
- 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 +67 -563
- package/dist/180/ethereumIngressEgress/depositFailed.d.ts +67 -563
- 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 +14 -14
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +14 -14
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.cts +14 -14
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.ts +14 -14
- 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 +113 -600
- package/dist/180/polkadotIngressEgress/depositFailed.d.ts +113 -600
- 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 +14 -14
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +14 -14
- package/dist/180/solanaElections/unknownElection.cjs +13 -0
- package/dist/180/solanaElections/unknownElection.d.cts +47 -0
- package/dist/180/solanaElections/unknownElection.d.ts +47 -0
- package/dist/180/solanaElections/unknownElection.mjs +13 -0
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.cts +14 -14
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.ts +14 -14
- 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 +85 -606
- package/dist/180/solanaIngressEgress/depositFailed.d.ts +85 -606
- 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 +14 -14
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +14 -14
- package/dist/180/solanaThresholdSigner/thresholdSignatureRequest.cjs +19 -0
- package/dist/180/solanaThresholdSigner/thresholdSignatureRequest.d.cts +107 -0
- package/dist/180/solanaThresholdSigner/thresholdSignatureRequest.d.ts +107 -0
- package/dist/180/solanaThresholdSigner/thresholdSignatureRequest.mjs +19 -0
- package/dist/180/swapping/affiliateRegistration.cjs +11 -0
- package/dist/180/swapping/affiliateRegistration.d.cts +17 -0
- package/dist/180/swapping/affiliateRegistration.d.ts +17 -0
- package/dist/180/swapping/affiliateRegistration.mjs +11 -0
- 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/180/swapping/affiliateRegistrationUpdated.cjs +0 -12
- package/dist/180/swapping/affiliateRegistrationUpdated.d.cts +0 -20
- package/dist/180/swapping/affiliateRegistrationUpdated.d.ts +0 -20
- package/dist/180/swapping/affiliateRegistrationUpdated.mjs +0 -12
package/dist/131/common.d.ts
CHANGED
|
@@ -160,7 +160,7 @@ declare const stateChainRuntimeSafeModeWitnesserCallPermission: z.ZodObject<{
|
|
|
160
160
|
bitcoinIngressEgress: boolean;
|
|
161
161
|
bitcoinVault: boolean;
|
|
162
162
|
}>;
|
|
163
|
-
declare const palletCfWitnesserPalletSafeMode: z.
|
|
163
|
+
declare const palletCfWitnesserPalletSafeMode: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
164
164
|
__kind: z.ZodLiteral<"CodeGreen">;
|
|
165
165
|
}, "strip", z.ZodTypeAny, {
|
|
166
166
|
__kind: "CodeGreen";
|
|
@@ -375,7 +375,7 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
375
375
|
}, {
|
|
376
376
|
retryEnabled: boolean;
|
|
377
377
|
}>;
|
|
378
|
-
witnesser: z.
|
|
378
|
+
witnesser: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
379
379
|
__kind: z.ZodLiteral<"CodeGreen">;
|
|
380
380
|
}, "strip", z.ZodTypeAny, {
|
|
381
381
|
__kind: "CodeGreen";
|
|
@@ -620,7 +620,7 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
620
620
|
};
|
|
621
621
|
};
|
|
622
622
|
}>;
|
|
623
|
-
declare const palletCfEnvironmentSafeModeUpdate: z.
|
|
623
|
+
declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
624
624
|
__kind: z.ZodLiteral<"CodeRed">;
|
|
625
625
|
}, "strip", z.ZodTypeAny, {
|
|
626
626
|
__kind: "CodeRed";
|
|
@@ -747,7 +747,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodUnion<[z.ZodObject<{
|
|
|
747
747
|
}, {
|
|
748
748
|
retryEnabled: boolean;
|
|
749
749
|
}>;
|
|
750
|
-
witnesser: z.
|
|
750
|
+
witnesser: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
751
751
|
__kind: z.ZodLiteral<"CodeGreen">;
|
|
752
752
|
}, "strip", z.ZodTypeAny, {
|
|
753
753
|
__kind: "CodeGreen";
|
|
@@ -1178,7 +1178,7 @@ declare const spRuntimeTransactionalError: z.ZodEffects<z.ZodObject<{
|
|
|
1178
1178
|
}>, "LimitReached" | "NoLayer", {
|
|
1179
1179
|
__kind: "LimitReached" | "NoLayer";
|
|
1180
1180
|
}>;
|
|
1181
|
-
declare const spRuntimeDispatchError: z.
|
|
1181
|
+
declare const spRuntimeDispatchError: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
1182
1182
|
__kind: z.ZodLiteral<"Other">;
|
|
1183
1183
|
}, "strip", z.ZodTypeAny, {
|
|
1184
1184
|
__kind: "Other";
|
|
@@ -1408,52 +1408,28 @@ declare const cfChainsBtcBitcoinTransactionData: z.ZodObject<{
|
|
|
1408
1408
|
}, {
|
|
1409
1409
|
encodedTransaction: string;
|
|
1410
1410
|
}>;
|
|
1411
|
-
declare const cfChainsAddressEncodedAddress: z.
|
|
1412
|
-
__kind: z.
|
|
1413
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1414
|
-
}, "strip", z.ZodTypeAny, {
|
|
1415
|
-
__kind: "Eth";
|
|
1416
|
-
value: `0x${string}`;
|
|
1417
|
-
}, {
|
|
1418
|
-
__kind: "Eth";
|
|
1419
|
-
value: string;
|
|
1420
|
-
}>, {
|
|
1421
|
-
chain: "Ethereum";
|
|
1422
|
-
address: `0x${string}`;
|
|
1423
|
-
}, {
|
|
1424
|
-
__kind: "Eth";
|
|
1425
|
-
value: string;
|
|
1426
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
1427
|
-
__kind: z.ZodLiteral<"Dot">;
|
|
1411
|
+
declare const cfChainsAddressEncodedAddress: z.ZodEffects<z.ZodObject<{
|
|
1412
|
+
__kind: z.ZodEnum<["Eth", "Dot", "Btc"]>;
|
|
1428
1413
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1429
1414
|
}, "strip", z.ZodTypeAny, {
|
|
1430
|
-
__kind: "Dot";
|
|
1415
|
+
__kind: "Eth" | "Dot" | "Btc";
|
|
1431
1416
|
value: `0x${string}`;
|
|
1432
1417
|
}, {
|
|
1433
|
-
__kind: "Dot";
|
|
1418
|
+
__kind: "Eth" | "Dot" | "Btc";
|
|
1434
1419
|
value: string;
|
|
1435
1420
|
}>, {
|
|
1436
|
-
chain: "
|
|
1437
|
-
address: string
|
|
1438
|
-
}
|
|
1439
|
-
|
|
1421
|
+
readonly chain: "Ethereum";
|
|
1422
|
+
readonly address: `0x${string}`;
|
|
1423
|
+
} | {
|
|
1424
|
+
readonly chain: "Polkadot";
|
|
1425
|
+
readonly address: string;
|
|
1426
|
+
} | {
|
|
1427
|
+
readonly chain: "Bitcoin";
|
|
1428
|
+
readonly address: string;
|
|
1429
|
+
}, {
|
|
1430
|
+
__kind: "Eth" | "Dot" | "Btc";
|
|
1440
1431
|
value: string;
|
|
1441
|
-
}
|
|
1442
|
-
__kind: z.ZodLiteral<"Btc">;
|
|
1443
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1444
|
-
}, "strip", z.ZodTypeAny, {
|
|
1445
|
-
__kind: "Btc";
|
|
1446
|
-
value: `0x${string}`;
|
|
1447
|
-
}, {
|
|
1448
|
-
__kind: "Btc";
|
|
1449
|
-
value: string;
|
|
1450
|
-
}>, {
|
|
1451
|
-
chain: "Bitcoin";
|
|
1452
|
-
address: string;
|
|
1453
|
-
}, {
|
|
1454
|
-
__kind: "Btc";
|
|
1455
|
-
value: string;
|
|
1456
|
-
}>]>;
|
|
1432
|
+
}>;
|
|
1457
1433
|
declare const cfPrimitivesChainsAssetsAnyAsset: z.ZodEffects<z.ZodObject<{
|
|
1458
1434
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "Usdt"]>;
|
|
1459
1435
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1476,80 +1452,50 @@ declare const cfChainsCcmChannelMetadata: z.ZodObject<{
|
|
|
1476
1452
|
gasBudget: string | number;
|
|
1477
1453
|
cfParameters: string;
|
|
1478
1454
|
}>;
|
|
1479
|
-
declare const cfChainsSwapOrigin: z.
|
|
1455
|
+
declare const cfChainsSwapOrigin: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
1480
1456
|
__kind: z.ZodLiteral<"DepositChannel">;
|
|
1481
|
-
depositAddress: z.
|
|
1482
|
-
__kind: z.
|
|
1483
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1484
|
-
}, "strip", z.ZodTypeAny, {
|
|
1485
|
-
__kind: "Eth";
|
|
1486
|
-
value: `0x${string}`;
|
|
1487
|
-
}, {
|
|
1488
|
-
__kind: "Eth";
|
|
1489
|
-
value: string;
|
|
1490
|
-
}>, {
|
|
1491
|
-
chain: "Ethereum";
|
|
1492
|
-
address: `0x${string}`;
|
|
1493
|
-
}, {
|
|
1494
|
-
__kind: "Eth";
|
|
1495
|
-
value: string;
|
|
1496
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
1497
|
-
__kind: z.ZodLiteral<"Dot">;
|
|
1457
|
+
depositAddress: z.ZodEffects<z.ZodObject<{
|
|
1458
|
+
__kind: z.ZodEnum<["Eth", "Dot", "Btc"]>;
|
|
1498
1459
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1499
1460
|
}, "strip", z.ZodTypeAny, {
|
|
1500
|
-
__kind: "Dot";
|
|
1461
|
+
__kind: "Eth" | "Dot" | "Btc";
|
|
1501
1462
|
value: `0x${string}`;
|
|
1502
1463
|
}, {
|
|
1503
|
-
__kind: "Dot";
|
|
1464
|
+
__kind: "Eth" | "Dot" | "Btc";
|
|
1504
1465
|
value: string;
|
|
1505
1466
|
}>, {
|
|
1506
|
-
chain: "
|
|
1507
|
-
address: string
|
|
1508
|
-
}
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
}
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
}, "strip", z.ZodTypeAny, {
|
|
1515
|
-
__kind: "Btc";
|
|
1516
|
-
value: `0x${string}`;
|
|
1517
|
-
}, {
|
|
1518
|
-
__kind: "Btc";
|
|
1519
|
-
value: string;
|
|
1520
|
-
}>, {
|
|
1521
|
-
chain: "Bitcoin";
|
|
1522
|
-
address: string;
|
|
1467
|
+
readonly chain: "Ethereum";
|
|
1468
|
+
readonly address: `0x${string}`;
|
|
1469
|
+
} | {
|
|
1470
|
+
readonly chain: "Polkadot";
|
|
1471
|
+
readonly address: string;
|
|
1472
|
+
} | {
|
|
1473
|
+
readonly chain: "Bitcoin";
|
|
1474
|
+
readonly address: string;
|
|
1523
1475
|
}, {
|
|
1524
|
-
__kind: "Btc";
|
|
1476
|
+
__kind: "Eth" | "Dot" | "Btc";
|
|
1525
1477
|
value: string;
|
|
1526
|
-
}
|
|
1478
|
+
}>;
|
|
1527
1479
|
channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
1528
1480
|
depositBlockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
1529
1481
|
}, "strip", z.ZodTypeAny, {
|
|
1530
1482
|
__kind: "DepositChannel";
|
|
1531
1483
|
depositAddress: {
|
|
1532
|
-
chain: "Ethereum";
|
|
1533
|
-
address: `0x${string}`;
|
|
1484
|
+
readonly chain: "Ethereum";
|
|
1485
|
+
readonly address: `0x${string}`;
|
|
1534
1486
|
} | {
|
|
1535
|
-
chain: "Polkadot";
|
|
1536
|
-
address: string;
|
|
1487
|
+
readonly chain: "Polkadot";
|
|
1488
|
+
readonly address: string;
|
|
1537
1489
|
} | {
|
|
1538
|
-
chain: "Bitcoin";
|
|
1539
|
-
address: string;
|
|
1490
|
+
readonly chain: "Bitcoin";
|
|
1491
|
+
readonly address: string;
|
|
1540
1492
|
};
|
|
1541
1493
|
channelId: bigint;
|
|
1542
1494
|
depositBlockHeight: bigint;
|
|
1543
1495
|
}, {
|
|
1544
1496
|
__kind: "DepositChannel";
|
|
1545
1497
|
depositAddress: {
|
|
1546
|
-
__kind: "Eth";
|
|
1547
|
-
value: string;
|
|
1548
|
-
} | {
|
|
1549
|
-
__kind: "Dot";
|
|
1550
|
-
value: string;
|
|
1551
|
-
} | {
|
|
1552
|
-
__kind: "Btc";
|
|
1498
|
+
__kind: "Eth" | "Dot" | "Btc";
|
|
1553
1499
|
value: string;
|
|
1554
1500
|
};
|
|
1555
1501
|
channelId: string | number;
|
|
@@ -1564,7 +1510,7 @@ declare const cfChainsSwapOrigin: z.ZodUnion<[z.ZodObject<{
|
|
|
1564
1510
|
__kind: "Vault";
|
|
1565
1511
|
txHash: string;
|
|
1566
1512
|
}>]>;
|
|
1567
|
-
declare const cfChainsBtcScriptPubkey: z.
|
|
1513
|
+
declare const cfChainsBtcScriptPubkey: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
1568
1514
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
1569
1515
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1570
1516
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1622,7 +1568,7 @@ declare const cfChainsBtcScriptPubkey: z.ZodUnion<[z.ZodObject<{
|
|
|
1622
1568
|
version: number;
|
|
1623
1569
|
program: string;
|
|
1624
1570
|
}>]>;
|
|
1625
|
-
declare const cfChainsAddressForeignChainAddress: z.
|
|
1571
|
+
declare const cfChainsAddressForeignChainAddress: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
1626
1572
|
__kind: z.ZodLiteral<"Eth">;
|
|
1627
1573
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1628
1574
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1642,7 +1588,7 @@ declare const cfChainsAddressForeignChainAddress: z.ZodUnion<[z.ZodObject<{
|
|
|
1642
1588
|
value: string;
|
|
1643
1589
|
}>, z.ZodObject<{
|
|
1644
1590
|
__kind: z.ZodLiteral<"Btc">;
|
|
1645
|
-
value: z.
|
|
1591
|
+
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
1646
1592
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
1647
1593
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1648
1594
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1745,9 +1691,9 @@ declare const cfChainsAddressForeignChainAddress: z.ZodUnion<[z.ZodObject<{
|
|
|
1745
1691
|
program: string;
|
|
1746
1692
|
};
|
|
1747
1693
|
}>]>;
|
|
1748
|
-
declare const cfTraitsLiquiditySwapType: z.
|
|
1694
|
+
declare const cfTraitsLiquiditySwapType: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
1749
1695
|
__kind: z.ZodLiteral<"Swap">;
|
|
1750
|
-
value: z.
|
|
1696
|
+
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
1751
1697
|
__kind: z.ZodLiteral<"Eth">;
|
|
1752
1698
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1753
1699
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1767,7 +1713,7 @@ declare const cfTraitsLiquiditySwapType: z.ZodUnion<[z.ZodObject<{
|
|
|
1767
1713
|
value: string;
|
|
1768
1714
|
}>, z.ZodObject<{
|
|
1769
1715
|
__kind: z.ZodLiteral<"Btc">;
|
|
1770
|
-
value: z.
|
|
1716
|
+
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
1771
1717
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
1772
1718
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1773
1719
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1994,7 +1940,7 @@ declare const cfChainsCcmDepositMetadata: z.ZodObject<{
|
|
|
1994
1940
|
}>, "Ethereum" | "Polkadot" | "Bitcoin", {
|
|
1995
1941
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin";
|
|
1996
1942
|
}>;
|
|
1997
|
-
sourceAddress: z.ZodOptional<z.ZodNullable<z.
|
|
1943
|
+
sourceAddress: z.ZodOptional<z.ZodNullable<z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
1998
1944
|
__kind: z.ZodLiteral<"Eth">;
|
|
1999
1945
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2000
1946
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2014,7 +1960,7 @@ declare const cfChainsCcmDepositMetadata: z.ZodObject<{
|
|
|
2014
1960
|
value: string;
|
|
2015
1961
|
}>, z.ZodObject<{
|
|
2016
1962
|
__kind: z.ZodLiteral<"Btc">;
|
|
2017
|
-
value: z.
|
|
1963
|
+
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
2018
1964
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
2019
1965
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2020
1966
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2205,7 +2151,7 @@ declare const cfChainsCcmDepositMetadata: z.ZodObject<{
|
|
|
2205
2151
|
};
|
|
2206
2152
|
} | null | undefined;
|
|
2207
2153
|
}>;
|
|
2208
|
-
declare const palletCfEthereumIngressEgressDepositAction: z.
|
|
2154
|
+
declare const palletCfEthereumIngressEgressDepositAction: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
2209
2155
|
__kind: z.ZodLiteral<"Swap">;
|
|
2210
2156
|
swapId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
2211
2157
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2251,7 +2197,7 @@ declare const palletCfEthereumIngressEgressDepositIgnoredReason: z.ZodEffects<z.
|
|
|
2251
2197
|
}>, "BelowMinimumDeposit" | "NotEnoughToPayFees", {
|
|
2252
2198
|
__kind: "BelowMinimumDeposit" | "NotEnoughToPayFees";
|
|
2253
2199
|
}>;
|
|
2254
|
-
declare const
|
|
2200
|
+
declare const palletCfEthereumIngressEgressDepositWitnessEthereum: z.ZodObject<{
|
|
2255
2201
|
depositAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2256
2202
|
asset: z.ZodEffects<z.ZodObject<{
|
|
2257
2203
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Usdt"]>;
|
|
@@ -2274,7 +2220,7 @@ declare const palletCfIngressEgressDepositWitnessEthereum: z.ZodObject<{
|
|
|
2274
2220
|
};
|
|
2275
2221
|
amount: string | number;
|
|
2276
2222
|
}>;
|
|
2277
|
-
declare const cfChainsAllBatchError: z.
|
|
2223
|
+
declare const cfChainsAllBatchError: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
2278
2224
|
__kind: z.ZodLiteral<"NotRequired">;
|
|
2279
2225
|
}, "strip", z.ZodTypeAny, {
|
|
2280
2226
|
__kind: "NotRequired";
|
|
@@ -2306,7 +2252,7 @@ declare const cfChainsAllBatchError: z.ZodUnion<[z.ZodObject<{
|
|
|
2306
2252
|
__kind: "UtxoSelectionFailed";
|
|
2307
2253
|
}>, z.ZodObject<{
|
|
2308
2254
|
__kind: z.ZodLiteral<"DispatchError">;
|
|
2309
|
-
value: z.
|
|
2255
|
+
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
2310
2256
|
__kind: z.ZodLiteral<"Other">;
|
|
2311
2257
|
}, "strip", z.ZodTypeAny, {
|
|
2312
2258
|
__kind: "Other";
|
|
@@ -2550,7 +2496,7 @@ declare const cfChainsBtcUtxoId: z.ZodObject<{
|
|
|
2550
2496
|
txId: string;
|
|
2551
2497
|
vout: number;
|
|
2552
2498
|
}>;
|
|
2553
|
-
declare const palletCfBitcoinIngressEgressDepositAction: z.
|
|
2499
|
+
declare const palletCfBitcoinIngressEgressDepositAction: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
2554
2500
|
__kind: z.ZodLiteral<"Swap">;
|
|
2555
2501
|
swapId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
2556
2502
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2596,8 +2542,8 @@ declare const palletCfBitcoinIngressEgressDepositIgnoredReason: z.ZodEffects<z.Z
|
|
|
2596
2542
|
}>, "BelowMinimumDeposit" | "NotEnoughToPayFees", {
|
|
2597
2543
|
__kind: "BelowMinimumDeposit" | "NotEnoughToPayFees";
|
|
2598
2544
|
}>;
|
|
2599
|
-
declare const
|
|
2600
|
-
depositAddress: z.
|
|
2545
|
+
declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
|
|
2546
|
+
depositAddress: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
2601
2547
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
2602
2548
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2603
2549
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2767,7 +2713,7 @@ declare const palletCfPoolsRangeOrderChange: z.ZodObject<{
|
|
|
2767
2713
|
quote: string | number;
|
|
2768
2714
|
};
|
|
2769
2715
|
}>;
|
|
2770
|
-
declare const palletCfPoolsIncreaseOrDecreaseRangeOrderChange: z.
|
|
2716
|
+
declare const palletCfPoolsIncreaseOrDecreaseRangeOrderChange: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
2771
2717
|
__kind: z.ZodLiteral<"Increase">;
|
|
2772
2718
|
value: z.ZodObject<{
|
|
2773
2719
|
liquidity: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
@@ -2867,7 +2813,7 @@ declare const cfAmmCommonSide: z.ZodEffects<z.ZodObject<{
|
|
|
2867
2813
|
}>, "Buy" | "Sell", {
|
|
2868
2814
|
__kind: "Buy" | "Sell";
|
|
2869
2815
|
}>;
|
|
2870
|
-
declare const palletCfPoolsIncreaseOrDecreaseU128: z.
|
|
2816
|
+
declare const palletCfPoolsIncreaseOrDecreaseU128: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
2871
2817
|
__kind: z.ZodLiteral<"Increase">;
|
|
2872
2818
|
value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
2873
2819
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2887,4 +2833,4 @@ declare const palletCfPoolsIncreaseOrDecreaseU128: z.ZodUnion<[z.ZodObject<{
|
|
|
2887
2833
|
value: string | number;
|
|
2888
2834
|
}>]>;
|
|
2889
2835
|
|
|
2890
|
-
export { accountId, cfAmmCommonPoolPairsMap, cfAmmCommonSide, cfChainsAddressEncodedAddress, cfChainsAddressForeignChainAddress, cfChainsAllBatchError, cfChainsBtcAggKey, cfChainsBtcBitcoinTransactionData, cfChainsBtcScriptPubkey, cfChainsBtcUtxoId, cfChainsCcmChannelMetadata, cfChainsCcmDepositMetadata, cfChainsDotPolkadotTransactionId, cfChainsEvmAggKey, cfChainsEvmParityBit, cfChainsEvmSchnorrVerificationComponents, cfChainsSwapOrigin, cfPrimitivesChainsAssetsAnyAsset, cfPrimitivesChainsAssetsBtcAsset, cfPrimitivesChainsAssetsEthAsset, cfPrimitivesChainsForeignChain, cfPrimitivesSwapLeg, cfTraitsLiquiditySwapType, hexString, numberOrHex, numericString, palletCfBitcoinIngressEgressDepositAction, palletCfBitcoinIngressEgressDepositIgnoredReason, palletCfBroadcastPalletSafeMode, palletCfEmissionsPalletSafeMode, palletCfEnvironmentSafeModeUpdate, palletCfEthereumIngressEgressDepositAction, palletCfEthereumIngressEgressDepositIgnoredReason,
|
|
2836
|
+
export { accountId, cfAmmCommonPoolPairsMap, cfAmmCommonSide, cfChainsAddressEncodedAddress, cfChainsAddressForeignChainAddress, cfChainsAllBatchError, cfChainsBtcAggKey, cfChainsBtcBitcoinTransactionData, cfChainsBtcScriptPubkey, cfChainsBtcUtxoId, cfChainsCcmChannelMetadata, cfChainsCcmDepositMetadata, cfChainsDotPolkadotTransactionId, cfChainsEvmAggKey, cfChainsEvmParityBit, cfChainsEvmSchnorrVerificationComponents, cfChainsSwapOrigin, cfPrimitivesChainsAssetsAnyAsset, cfPrimitivesChainsAssetsBtcAsset, cfPrimitivesChainsAssetsEthAsset, cfPrimitivesChainsForeignChain, cfPrimitivesSwapLeg, cfTraitsLiquiditySwapType, hexString, numberOrHex, numericString, palletCfBitcoinIngressEgressDepositAction, palletCfBitcoinIngressEgressDepositIgnoredReason, palletCfBitcoinIngressEgressDepositWitnessBitcoin, palletCfBroadcastPalletSafeMode, palletCfEmissionsPalletSafeMode, palletCfEnvironmentSafeModeUpdate, palletCfEthereumIngressEgressDepositAction, palletCfEthereumIngressEgressDepositIgnoredReason, palletCfEthereumIngressEgressDepositWitnessEthereum, palletCfFundingPalletSafeMode, palletCfLpPalletSafeMode, palletCfPoolsIncreaseOrDecreaseRangeOrderChange, palletCfPoolsIncreaseOrDecreaseU128, palletCfPoolsPalletSafeMode, palletCfPoolsRangeOrderChange, palletCfReputationPalletSafeMode, palletCfReputationPenalty, palletCfSwappingCcmFailReason, palletCfSwappingPalletSafeMode, palletCfThresholdSignaturePalletSafeMode, palletCfValidatorPalletSafeMode, palletCfWitnesserPalletSafeMode, simpleEnum, spArithmeticArithmeticError, spRuntimeDispatchError, spRuntimeModuleError, spRuntimeTokenError, spRuntimeTransactionalError, stateChainRuntimeChainflipOffencesOffence, stateChainRuntimeSafeModeInnerRuntimeSafeMode, stateChainRuntimeSafeModeWitnesserCallPermission };
|
package/dist/131/common.mjs
CHANGED
|
@@ -45,7 +45,7 @@ var stateChainRuntimeSafeModeWitnesserCallPermission = z.object({
|
|
|
45
45
|
bitcoinIngressEgress: z.boolean(),
|
|
46
46
|
bitcoinVault: z.boolean()
|
|
47
47
|
});
|
|
48
|
-
var palletCfWitnesserPalletSafeMode = z.
|
|
48
|
+
var palletCfWitnesserPalletSafeMode = z.discriminatedUnion("__kind", [
|
|
49
49
|
z.object({ __kind: z.literal("CodeGreen") }),
|
|
50
50
|
z.object({ __kind: z.literal("CodeRed") }),
|
|
51
51
|
z.object({
|
|
@@ -69,7 +69,7 @@ var stateChainRuntimeSafeModeInnerRuntimeSafeMode = z.object({
|
|
|
69
69
|
broadcastPolkadot: palletCfBroadcastPalletSafeMode,
|
|
70
70
|
witnesser: palletCfWitnesserPalletSafeMode
|
|
71
71
|
});
|
|
72
|
-
var palletCfEnvironmentSafeModeUpdate = z.
|
|
72
|
+
var palletCfEnvironmentSafeModeUpdate = z.discriminatedUnion("__kind", [
|
|
73
73
|
z.object({ __kind: z.literal("CodeRed") }),
|
|
74
74
|
z.object({ __kind: z.literal("CodeGreen") }),
|
|
75
75
|
z.object({
|
|
@@ -92,7 +92,7 @@ var spRuntimeTokenError = simpleEnum([
|
|
|
92
92
|
]);
|
|
93
93
|
var spArithmeticArithmeticError = simpleEnum(["Underflow", "Overflow", "DivisionByZero"]);
|
|
94
94
|
var spRuntimeTransactionalError = simpleEnum(["LimitReached", "NoLayer"]);
|
|
95
|
-
var spRuntimeDispatchError = z.
|
|
95
|
+
var spRuntimeDispatchError = z.discriminatedUnion("__kind", [
|
|
96
96
|
z.object({ __kind: z.literal("Other") }),
|
|
97
97
|
z.object({ __kind: z.literal("CannotLookup") }),
|
|
98
98
|
z.object({ __kind: z.literal("BadOrigin") }),
|
|
@@ -143,20 +143,21 @@ var cfChainsDotPolkadotTransactionId = z.object({
|
|
|
143
143
|
extrinsicIndex: z.number()
|
|
144
144
|
});
|
|
145
145
|
var cfChainsBtcBitcoinTransactionData = z.object({ encodedTransaction: hexString });
|
|
146
|
-
var cfChainsAddressEncodedAddress = z.
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
146
|
+
var cfChainsAddressEncodedAddress = z.object({ __kind: z.enum(["Eth", "Dot", "Btc"]), value: hexString }).transform(({ __kind, value }) => {
|
|
147
|
+
switch (__kind) {
|
|
148
|
+
case "Eth":
|
|
149
|
+
return { chain: "Ethereum", address: value };
|
|
150
|
+
case "Dot":
|
|
151
|
+
return { chain: "Polkadot", address: ss58.encode({ data: value, ss58Format: 0 }) };
|
|
152
|
+
case "Btc":
|
|
153
|
+
return {
|
|
154
|
+
chain: "Bitcoin",
|
|
155
|
+
address: Buffer.from(value.slice(2), "hex").toString("utf8")
|
|
156
|
+
};
|
|
157
|
+
default:
|
|
158
|
+
throw new Error("Unknown chain");
|
|
159
|
+
}
|
|
160
|
+
});
|
|
160
161
|
var cfPrimitivesChainsAssetsAnyAsset = simpleEnum([
|
|
161
162
|
"Eth",
|
|
162
163
|
"Flip",
|
|
@@ -170,7 +171,7 @@ var cfChainsCcmChannelMetadata = z.object({
|
|
|
170
171
|
gasBudget: numberOrHex,
|
|
171
172
|
cfParameters: hexString
|
|
172
173
|
});
|
|
173
|
-
var cfChainsSwapOrigin = z.
|
|
174
|
+
var cfChainsSwapOrigin = z.discriminatedUnion("__kind", [
|
|
174
175
|
z.object({
|
|
175
176
|
__kind: z.literal("DepositChannel"),
|
|
176
177
|
depositAddress: cfChainsAddressEncodedAddress,
|
|
@@ -179,7 +180,7 @@ var cfChainsSwapOrigin = z.union([
|
|
|
179
180
|
}),
|
|
180
181
|
z.object({ __kind: z.literal("Vault"), txHash: hexString })
|
|
181
182
|
]);
|
|
182
|
-
var cfChainsBtcScriptPubkey = z.
|
|
183
|
+
var cfChainsBtcScriptPubkey = z.discriminatedUnion("__kind", [
|
|
183
184
|
z.object({ __kind: z.literal("P2PKH"), value: hexString }),
|
|
184
185
|
z.object({ __kind: z.literal("P2SH"), value: hexString }),
|
|
185
186
|
z.object({ __kind: z.literal("P2WPKH"), value: hexString }),
|
|
@@ -187,12 +188,12 @@ var cfChainsBtcScriptPubkey = z.union([
|
|
|
187
188
|
z.object({ __kind: z.literal("Taproot"), value: hexString }),
|
|
188
189
|
z.object({ __kind: z.literal("OtherSegwit"), version: z.number(), program: hexString })
|
|
189
190
|
]);
|
|
190
|
-
var cfChainsAddressForeignChainAddress = z.
|
|
191
|
+
var cfChainsAddressForeignChainAddress = z.discriminatedUnion("__kind", [
|
|
191
192
|
z.object({ __kind: z.literal("Eth"), value: hexString }),
|
|
192
193
|
z.object({ __kind: z.literal("Dot"), value: hexString }),
|
|
193
194
|
z.object({ __kind: z.literal("Btc"), value: cfChainsBtcScriptPubkey })
|
|
194
195
|
]);
|
|
195
|
-
var cfTraitsLiquiditySwapType = z.
|
|
196
|
+
var cfTraitsLiquiditySwapType = z.discriminatedUnion("__kind", [
|
|
196
197
|
z.object({ __kind: z.literal("Swap"), value: cfChainsAddressForeignChainAddress }),
|
|
197
198
|
z.object({ __kind: z.literal("CcmPrincipal"), value: numberOrHex }),
|
|
198
199
|
z.object({ __kind: z.literal("CcmGas"), value: numberOrHex }),
|
|
@@ -209,7 +210,7 @@ var cfChainsCcmDepositMetadata = z.object({
|
|
|
209
210
|
sourceAddress: cfChainsAddressForeignChainAddress.nullish(),
|
|
210
211
|
channelMetadata: cfChainsCcmChannelMetadata
|
|
211
212
|
});
|
|
212
|
-
var palletCfEthereumIngressEgressDepositAction = z.
|
|
213
|
+
var palletCfEthereumIngressEgressDepositAction = z.discriminatedUnion("__kind", [
|
|
213
214
|
z.object({ __kind: z.literal("Swap"), swapId: numberOrHex }),
|
|
214
215
|
z.object({ __kind: z.literal("LiquidityProvision"), lpAccount: accountId }),
|
|
215
216
|
z.object({
|
|
@@ -223,12 +224,12 @@ var palletCfEthereumIngressEgressDepositIgnoredReason = simpleEnum([
|
|
|
223
224
|
"BelowMinimumDeposit",
|
|
224
225
|
"NotEnoughToPayFees"
|
|
225
226
|
]);
|
|
226
|
-
var
|
|
227
|
+
var palletCfEthereumIngressEgressDepositWitnessEthereum = z.object({
|
|
227
228
|
depositAddress: hexString,
|
|
228
229
|
asset: cfPrimitivesChainsAssetsEthAsset,
|
|
229
230
|
amount: numberOrHex
|
|
230
231
|
});
|
|
231
|
-
var cfChainsAllBatchError = z.
|
|
232
|
+
var cfChainsAllBatchError = z.discriminatedUnion("__kind", [
|
|
232
233
|
z.object({ __kind: z.literal("NotRequired") }),
|
|
233
234
|
z.object({ __kind: z.literal("UnsupportedToken") }),
|
|
234
235
|
z.object({ __kind: z.literal("VaultAccountNotSet") }),
|
|
@@ -238,7 +239,7 @@ var cfChainsAllBatchError = z.union([
|
|
|
238
239
|
]);
|
|
239
240
|
var cfPrimitivesChainsAssetsBtcAsset = simpleEnum(["Btc"]);
|
|
240
241
|
var cfChainsBtcUtxoId = z.object({ txId: hexString, vout: z.number() });
|
|
241
|
-
var palletCfBitcoinIngressEgressDepositAction = z.
|
|
242
|
+
var palletCfBitcoinIngressEgressDepositAction = z.discriminatedUnion("__kind", [
|
|
242
243
|
z.object({ __kind: z.literal("Swap"), swapId: numberOrHex }),
|
|
243
244
|
z.object({ __kind: z.literal("LiquidityProvision"), lpAccount: accountId }),
|
|
244
245
|
z.object({
|
|
@@ -252,7 +253,7 @@ var palletCfBitcoinIngressEgressDepositIgnoredReason = simpleEnum([
|
|
|
252
253
|
"BelowMinimumDeposit",
|
|
253
254
|
"NotEnoughToPayFees"
|
|
254
255
|
]);
|
|
255
|
-
var
|
|
256
|
+
var palletCfBitcoinIngressEgressDepositWitnessBitcoin = z.object({
|
|
256
257
|
depositAddress: cfChainsBtcScriptPubkey,
|
|
257
258
|
asset: cfPrimitivesChainsAssetsBtcAsset,
|
|
258
259
|
amount: numberOrHex,
|
|
@@ -263,12 +264,12 @@ var palletCfPoolsRangeOrderChange = z.object({
|
|
|
263
264
|
liquidity: numberOrHex,
|
|
264
265
|
amounts: cfAmmCommonPoolPairsMap
|
|
265
266
|
});
|
|
266
|
-
var palletCfPoolsIncreaseOrDecreaseRangeOrderChange = z.
|
|
267
|
+
var palletCfPoolsIncreaseOrDecreaseRangeOrderChange = z.discriminatedUnion("__kind", [
|
|
267
268
|
z.object({ __kind: z.literal("Increase"), value: palletCfPoolsRangeOrderChange }),
|
|
268
269
|
z.object({ __kind: z.literal("Decrease"), value: palletCfPoolsRangeOrderChange })
|
|
269
270
|
]);
|
|
270
271
|
var cfAmmCommonSide = simpleEnum(["Buy", "Sell"]);
|
|
271
|
-
var palletCfPoolsIncreaseOrDecreaseU128 = z.
|
|
272
|
+
var palletCfPoolsIncreaseOrDecreaseU128 = z.discriminatedUnion("__kind", [
|
|
272
273
|
z.object({ __kind: z.literal("Increase"), value: numberOrHex }),
|
|
273
274
|
z.object({ __kind: z.literal("Decrease"), value: numberOrHex })
|
|
274
275
|
]);
|
|
@@ -301,14 +302,14 @@ export {
|
|
|
301
302
|
numericString,
|
|
302
303
|
palletCfBitcoinIngressEgressDepositAction,
|
|
303
304
|
palletCfBitcoinIngressEgressDepositIgnoredReason,
|
|
305
|
+
palletCfBitcoinIngressEgressDepositWitnessBitcoin,
|
|
304
306
|
palletCfBroadcastPalletSafeMode,
|
|
305
307
|
palletCfEmissionsPalletSafeMode,
|
|
306
308
|
palletCfEnvironmentSafeModeUpdate,
|
|
307
309
|
palletCfEthereumIngressEgressDepositAction,
|
|
308
310
|
palletCfEthereumIngressEgressDepositIgnoredReason,
|
|
311
|
+
palletCfEthereumIngressEgressDepositWitnessEthereum,
|
|
309
312
|
palletCfFundingPalletSafeMode,
|
|
310
|
-
palletCfIngressEgressDepositWitnessBitcoin,
|
|
311
|
-
palletCfIngressEgressDepositWitnessEthereum,
|
|
312
313
|
palletCfLpPalletSafeMode,
|
|
313
314
|
palletCfPoolsIncreaseOrDecreaseRangeOrderChange,
|
|
314
315
|
palletCfPoolsIncreaseOrDecreaseU128,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
|
|
3
3
|
declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
4
|
-
safeMode: z.
|
|
4
|
+
safeMode: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
5
5
|
__kind: z.ZodLiteral<"CodeRed">;
|
|
6
6
|
}, "strip", z.ZodTypeAny, {
|
|
7
7
|
__kind: "CodeRed";
|
|
@@ -128,7 +128,7 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
128
128
|
}, {
|
|
129
129
|
retryEnabled: boolean;
|
|
130
130
|
}>;
|
|
131
|
-
witnesser: z.
|
|
131
|
+
witnesser: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
132
132
|
__kind: z.ZodLiteral<"CodeGreen">;
|
|
133
133
|
}, "strip", z.ZodTypeAny, {
|
|
134
134
|
__kind: "CodeGreen";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
|
|
3
3
|
declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
4
|
-
safeMode: z.
|
|
4
|
+
safeMode: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
5
5
|
__kind: z.ZodLiteral<"CodeRed">;
|
|
6
6
|
}, "strip", z.ZodTypeAny, {
|
|
7
7
|
__kind: "CodeRed";
|
|
@@ -128,7 +128,7 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
128
128
|
}, {
|
|
129
129
|
retryEnabled: boolean;
|
|
130
130
|
}>;
|
|
131
|
-
witnesser: z.
|
|
131
|
+
witnesser: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
132
132
|
__kind: z.ZodLiteral<"CodeGreen">;
|
|
133
133
|
}, "strip", z.ZodTypeAny, {
|
|
134
134
|
__kind: "CodeGreen";
|
|
@@ -13,7 +13,7 @@ declare const ethereumIngressEgressDepositReceived: z.ZodObject<{
|
|
|
13
13
|
}>;
|
|
14
14
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
15
15
|
ingressFee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
16
|
-
action: z.
|
|
16
|
+
action: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
17
17
|
__kind: z.ZodLiteral<"Swap">;
|
|
18
18
|
swapId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
19
19
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -13,7 +13,7 @@ declare const ethereumIngressEgressDepositReceived: z.ZodObject<{
|
|
|
13
13
|
}>;
|
|
14
14
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
15
15
|
ingressFee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
16
|
-
action: z.
|
|
16
|
+
action: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
17
17
|
__kind: z.ZodLiteral<"Swap">;
|
|
18
18
|
swapId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
19
19
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});// generated/131/ethereumIngressEgress/depositWitnessRejected.ts
|
|
2
2
|
var _zod = require('zod');
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
|
|
3
6
|
var _commoncjs = require('../common.cjs');
|
|
4
7
|
var ethereumIngressEgressDepositWitnessRejected = _zod.z.object({
|
|
5
8
|
reason: _commoncjs.spRuntimeDispatchError,
|
|
6
|
-
depositWitness: _commoncjs.
|
|
9
|
+
depositWitness: _commoncjs.palletCfEthereumIngressEgressDepositWitnessEthereum
|
|
7
10
|
});
|
|
8
11
|
|
|
9
12
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
|
|
3
3
|
declare const ethereumIngressEgressDepositWitnessRejected: z.ZodObject<{
|
|
4
|
-
reason: z.
|
|
4
|
+
reason: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
5
5
|
__kind: z.ZodLiteral<"Other">;
|
|
6
6
|
}, "strip", z.ZodTypeAny, {
|
|
7
7
|
__kind: "Other";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
|
|
3
3
|
declare const ethereumIngressEgressDepositWitnessRejected: z.ZodObject<{
|
|
4
|
-
reason: z.
|
|
4
|
+
reason: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
5
5
|
__kind: z.ZodLiteral<"Other">;
|
|
6
6
|
}, "strip", z.ZodTypeAny, {
|
|
7
7
|
__kind: "Other";
|
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
// generated/131/ethereumIngressEgress/depositWitnessRejected.ts
|
|
2
2
|
import { z } from "zod";
|
|
3
|
-
import {
|
|
3
|
+
import {
|
|
4
|
+
palletCfEthereumIngressEgressDepositWitnessEthereum,
|
|
5
|
+
spRuntimeDispatchError
|
|
6
|
+
} from "../common.mjs";
|
|
4
7
|
var ethereumIngressEgressDepositWitnessRejected = z.object({
|
|
5
8
|
reason: spRuntimeDispatchError,
|
|
6
|
-
depositWitness:
|
|
9
|
+
depositWitness: palletCfEthereumIngressEgressDepositWitnessEthereum
|
|
7
10
|
});
|
|
8
11
|
export {
|
|
9
12
|
ethereumIngressEgressDepositWitnessRejected
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
|
|
3
3
|
declare const ethereumIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
4
|
-
error: z.
|
|
4
|
+
error: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
5
5
|
__kind: z.ZodLiteral<"NotRequired">;
|
|
6
6
|
}, "strip", z.ZodTypeAny, {
|
|
7
7
|
__kind: "NotRequired";
|
|
@@ -33,7 +33,7 @@ declare const ethereumIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
33
33
|
__kind: "UtxoSelectionFailed";
|
|
34
34
|
}>, z.ZodObject<{
|
|
35
35
|
__kind: z.ZodLiteral<"DispatchError">;
|
|
36
|
-
value: z.
|
|
36
|
+
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
37
37
|
__kind: z.ZodLiteral<"Other">;
|
|
38
38
|
}, "strip", z.ZodTypeAny, {
|
|
39
39
|
__kind: "Other";
|