@chainflip/processor 1.11.9 → 1.11.10
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/transactionBroadcastRequest.d.cts +2 -2
- package/dist/100/bitcoinBroadcaster/transactionBroadcastRequest.d.ts +2 -2
- package/dist/100/common.d.cts +3 -9
- package/dist/100/common.d.ts +3 -9
- package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.ts +4 -4
- package/dist/100/funding/boundExecutorAddress.d.cts +2 -2
- package/dist/100/funding/boundExecutorAddress.d.ts +2 -2
- package/dist/100/funding/boundRedeemAddress.d.cts +2 -2
- package/dist/100/funding/boundRedeemAddress.d.ts +2 -2
- package/dist/100/funding/failedFundingAttempt.d.cts +2 -2
- package/dist/100/funding/failedFundingAttempt.d.ts +2 -2
- package/dist/100/funding/funded.d.cts +2 -2
- package/dist/100/funding/funded.d.ts +2 -2
- package/dist/100/funding/redemptionRequested.d.cts +4 -4
- package/dist/100/funding/redemptionRequested.d.ts +4 -4
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.ts +16 -16
- 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.d.cts +20 -20
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.ts +20 -20
- 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 +62 -62
- package/dist/100/swapping/ccmDepositReceived.d.ts +62 -62
- package/dist/100/swapping/ccmFailed.d.cts +62 -62
- package/dist/100/swapping/ccmFailed.d.ts +62 -62
- 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 +19 -19
- package/dist/100/swapping/swapAmountTooLow.d.ts +19 -19
- package/dist/100/swapping/swapDepositAddressReady.d.cts +26 -26
- package/dist/100/swapping/swapDepositAddressReady.d.ts +26 -26
- 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 +91 -91
- package/dist/100/swapping/swapScheduled.d.ts +91 -91
- package/dist/100/swapping/withdrawalRequested.d.cts +4 -4
- package/dist/100/swapping/withdrawalRequested.d.ts +4 -4
- package/dist/102/common.d.cts +3 -9
- package/dist/102/common.d.ts +3 -9
- package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.cts +107 -107
- package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.ts +107 -107
- package/dist/11000/arbitrumIngressEgress/depositFailed.d.cts +177 -177
- package/dist/11000/arbitrumIngressEgress/depositFailed.d.ts +177 -177
- package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +103 -103
- package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +103 -103
- package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.cts +88 -88
- package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.ts +88 -88
- package/dist/11000/bitcoinIngressEgress/depositFailed.d.cts +392 -392
- package/dist/11000/bitcoinIngressEgress/depositFailed.d.ts +392 -392
- package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +88 -88
- package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +88 -88
- package/dist/11000/bitcoinIngressEgress/invalidCcmRefunded.d.cts +20 -20
- package/dist/11000/bitcoinIngressEgress/invalidCcmRefunded.d.ts +20 -20
- package/dist/11000/common.d.cts +3 -9
- package/dist/11000/common.d.ts +3 -9
- package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.d.cts +107 -107
- package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.d.ts +107 -107
- package/dist/11000/ethereumIngressEgress/depositFailed.d.cts +161 -161
- package/dist/11000/ethereumIngressEgress/depositFailed.d.ts +161 -161
- package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +103 -103
- package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +103 -103
- package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.cts +107 -107
- package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.ts +107 -107
- package/dist/11000/polkadotIngressEgress/depositFailed.d.cts +161 -161
- package/dist/11000/polkadotIngressEgress/depositFailed.d.ts +161 -161
- package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +103 -103
- package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +103 -103
- package/dist/111/common.d.cts +3 -9
- package/dist/111/common.d.ts +3 -9
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.cts +2 -2
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.ts +2 -2
- package/dist/11100/assethubIngressEgress/depositFailed.d.cts +30 -30
- package/dist/11100/assethubIngressEgress/depositFailed.d.ts +30 -30
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.cts +318 -318
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.ts +318 -318
- package/dist/11100/common.cjs +27 -5
- package/dist/11100/common.d.cts +197 -34
- package/dist/11100/common.d.ts +197 -34
- package/dist/11100/common.mjs +26 -4
- package/dist/11100/ethereumIngressEgress/depositFailed.d.cts +166 -166
- package/dist/11100/ethereumIngressEgress/depositFailed.d.ts +166 -166
- package/dist/11100/flip/bondUpdated.cjs +7 -0
- package/dist/11100/flip/bondUpdated.d.cts +14 -0
- package/dist/11100/flip/bondUpdated.d.ts +14 -0
- package/dist/11100/flip/bondUpdated.mjs +7 -0
- package/dist/11100/flip/flipMinted.d.cts +2 -2
- package/dist/11100/flip/flipMinted.d.ts +2 -2
- package/dist/11100/funding/sCCallCannotBeDecoded.d.cts +2 -2
- package/dist/11100/funding/sCCallCannotBeDecoded.d.ts +2 -2
- package/dist/11100/funding/sCCallCannotBeExecuted.d.cts +31 -31
- package/dist/11100/funding/sCCallCannotBeExecuted.d.ts +31 -31
- package/dist/11100/funding/sCCallExecuted.d.cts +2 -2
- package/dist/11100/funding/sCCallExecuted.d.ts +2 -2
- package/dist/11100/validator/delegated.cjs +5 -1
- package/dist/11100/validator/delegated.d.cts +3 -0
- package/dist/11100/validator/delegated.d.ts +3 -0
- package/dist/11100/validator/delegated.mjs +6 -2
- package/dist/11100/validator/maxBidUpdated.cjs +1 -1
- package/dist/11100/validator/maxBidUpdated.d.cts +33 -3
- package/dist/11100/validator/maxBidUpdated.d.ts +33 -3
- package/dist/11100/validator/maxBidUpdated.mjs +2 -2
- package/dist/11100/validator/palletConfigUpdated.d.cts +10 -40
- package/dist/11100/validator/palletConfigUpdated.d.ts +10 -40
- package/dist/11100/validator/rotationPhaseUpdated.cjs +7 -0
- package/dist/11100/validator/rotationPhaseUpdated.d.cts +236 -0
- package/dist/11100/validator/rotationPhaseUpdated.d.ts +236 -0
- package/dist/11100/validator/rotationPhaseUpdated.mjs +7 -0
- package/dist/11100/validator/undelegated.cjs +11 -0
- package/dist/11100/validator/{unDelegated.d.cts → undelegated.d.cts} +3 -0
- package/dist/11100/validator/{unDelegated.d.ts → undelegated.d.ts} +3 -0
- package/dist/11100/validator/undelegated.mjs +11 -0
- package/dist/120/common.d.cts +3 -9
- package/dist/120/common.d.ts +3 -9
- package/dist/120/swapping/ccmFailed.d.cts +62 -62
- package/dist/120/swapping/ccmFailed.d.ts +62 -62
- package/dist/120/swapping/swapEgressIgnored.d.cts +28 -28
- package/dist/120/swapping/swapEgressIgnored.d.ts +28 -28
- package/dist/120/swapping/swapEgressScheduled.d.cts +6 -6
- package/dist/120/swapping/swapEgressScheduled.d.ts +6 -6
- package/dist/120/swapping/swapExecuted.d.cts +12 -12
- package/dist/120/swapping/swapExecuted.d.ts +12 -12
- package/dist/120/swapping/withdrawalRequested.d.cts +4 -4
- package/dist/120/swapping/withdrawalRequested.d.ts +4 -4
- package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +2 -2
- package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.ts +2 -2
- package/dist/131/common.d.cts +3 -9
- package/dist/131/common.d.ts +3 -9
- package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.ts +2 -2
- package/dist/131/ethereumIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/131/ethereumIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/131/ethereumIngressEgress/depositReceived.d.cts +2 -2
- package/dist/131/ethereumIngressEgress/depositReceived.d.ts +2 -2
- package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.cts +20 -20
- package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.ts +20 -20
- package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
- package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
- package/dist/131/liquidityPools/limitOrderUpdated.d.cts +2 -2
- package/dist/131/liquidityPools/limitOrderUpdated.d.ts +2 -2
- package/dist/131/liquidityPools/rangeOrderUpdated.d.cts +2 -2
- package/dist/131/liquidityPools/rangeOrderUpdated.d.ts +2 -2
- package/dist/131/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
- package/dist/131/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
- package/dist/131/swapping/batchSwapFailed.d.cts +2 -2
- package/dist/131/swapping/batchSwapFailed.d.ts +2 -2
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.ts +16 -16
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.ts +4 -4
- package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.ts +2 -2
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.ts +4 -4
- package/dist/141/arbitrumIngressEgress/depositIgnored.d.cts +3 -3
- package/dist/141/arbitrumIngressEgress/depositIgnored.d.ts +3 -3
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.cts +22 -22
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.ts +22 -22
- package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
- package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
- package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
- package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
- package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.ts +4 -4
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.cts +4 -4
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.ts +4 -4
- package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.ts +16 -16
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.ts +24 -24
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.cts +24 -24
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.ts +24 -24
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
- package/dist/141/bitcoinIngressEgress/stoppedBoosting.d.cts +2 -2
- package/dist/141/bitcoinIngressEgress/stoppedBoosting.d.ts +2 -2
- package/dist/141/common.d.cts +3 -9
- package/dist/141/common.d.ts +3 -9
- package/dist/141/ethereumIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/141/ethereumIngressEgress/boostFundsAdded.d.ts +2 -2
- package/dist/141/ethereumIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/141/ethereumIngressEgress/ccmEgressInvalid.d.ts +16 -16
- package/dist/141/ethereumIngressEgress/stoppedBoosting.d.cts +2 -2
- package/dist/141/ethereumIngressEgress/stoppedBoosting.d.ts +2 -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 +2 -2
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
- 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/150/arbitrumIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/150/arbitrumIngressEgress/ccmBroadcastRequested.d.ts +2 -2
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.cts +20 -20
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.ts +20 -20
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.ts +10 -10
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.ts +4 -4
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.cts +16 -16
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.ts +16 -16
- package/dist/150/assetBalances/refundScheduled.d.cts +52 -52
- package/dist/150/assetBalances/refundScheduled.d.ts +52 -52
- package/dist/150/assetBalances/refundSkipped.d.cts +97 -97
- package/dist/150/assetBalances/refundSkipped.d.ts +97 -97
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.ts +4 -4
- package/dist/150/common.d.cts +3 -9
- package/dist/150/common.d.ts +3 -9
- package/dist/150/liquidityPools/limitOrderUpdated.d.cts +10 -10
- package/dist/150/liquidityPools/limitOrderUpdated.d.ts +10 -10
- package/dist/150/liquidityPools/rangeOrderUpdated.d.cts +10 -10
- package/dist/150/liquidityPools/rangeOrderUpdated.d.ts +10 -10
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.ts +4 -4
- package/dist/150/solanaIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/150/solanaIngressEgress/boostFundsAdded.d.ts +2 -2
- package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.ts +16 -16
- package/dist/150/solanaIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/150/solanaIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/150/solanaIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/150/solanaIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/150/solanaIngressEgress/depositWitnessRejected.d.cts +20 -20
- package/dist/150/solanaIngressEgress/depositWitnessRejected.d.ts +20 -20
- package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
- package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.ts +6 -6
- package/dist/160/common.d.cts +3 -9
- package/dist/160/common.d.ts +3 -9
- package/dist/160/environment/runtimeSafeModeUpdated.d.cts +40 -40
- package/dist/160/environment/runtimeSafeModeUpdated.d.ts +40 -40
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/160/ethereumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/160/ethereumIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/160/ethereumIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/160/ethereumIngressEgress/depositFinalised.d.ts +6 -6
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/160/polkadotIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/160/polkadotIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/160/polkadotIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/160/polkadotIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/160/solanaBroadcaster/transactionFeeDeficitRecorded.d.cts +2 -2
- package/dist/160/solanaBroadcaster/transactionFeeDeficitRecorded.d.ts +2 -2
- package/dist/160/swapping/batchSwapFailed.d.cts +2 -2
- package/dist/160/swapping/batchSwapFailed.d.ts +2 -2
- package/dist/160/swapping/ccmFailed.d.cts +14 -14
- package/dist/160/swapping/ccmFailed.d.ts +14 -14
- package/dist/160/swapping/refundEgressIgnored.d.cts +18 -18
- package/dist/160/swapping/refundEgressIgnored.d.ts +18 -18
- package/dist/160/swapping/refundEgressScheduled.d.cts +2 -2
- package/dist/160/swapping/refundEgressScheduled.d.ts +2 -2
- package/dist/160/swapping/swapAmountConfiscated.d.cts +2 -2
- package/dist/160/swapping/swapAmountConfiscated.d.ts +2 -2
- package/dist/160/swapping/swapDepositAddressReady.d.cts +13 -13
- package/dist/160/swapping/swapDepositAddressReady.d.ts +13 -13
- package/dist/160/swapping/swapEgressIgnored.d.cts +18 -18
- package/dist/160/swapping/swapEgressIgnored.d.ts +18 -18
- package/dist/160/swapping/swapEgressScheduled.d.cts +2 -2
- package/dist/160/swapping/swapEgressScheduled.d.ts +2 -2
- package/dist/160/swapping/swapRequested.d.cts +26 -26
- package/dist/160/swapping/swapRequested.d.ts +26 -26
- package/dist/160/swapping/withdrawalRequested.d.cts +4 -4
- package/dist/160/swapping/withdrawalRequested.d.ts +4 -4
- package/dist/170/arbitrumIngressEgress/boostedDepositLost.d.cts +2 -2
- package/dist/170/arbitrumIngressEgress/boostedDepositLost.d.ts +2 -2
- package/dist/170/arbitrumIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/170/arbitrumIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/170/arbitrumIngressEgress/transactionRejectedByBroker.d.cts +2 -2
- package/dist/170/arbitrumIngressEgress/transactionRejectedByBroker.d.ts +2 -2
- package/dist/170/common.d.cts +3 -9
- package/dist/170/common.d.ts +3 -9
- package/dist/170/ethereumIngressEgress/boostedDepositLost.d.cts +2 -2
- package/dist/170/ethereumIngressEgress/boostedDepositLost.d.ts +2 -2
- package/dist/170/ethereumIngressEgress/ccmFailed.d.cts +37 -37
- package/dist/170/ethereumIngressEgress/ccmFailed.d.ts +37 -37
- package/dist/170/ethereumIngressEgress/depositIgnored.d.cts +6 -6
- package/dist/170/ethereumIngressEgress/depositIgnored.d.ts +6 -6
- package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
- package/dist/170/polkadotIngressEgress/transactionRejectedByBroker.d.cts +2 -2
- package/dist/170/polkadotIngressEgress/transactionRejectedByBroker.d.ts +2 -2
- package/dist/170/reputation/offencePenalty.d.cts +6 -6
- package/dist/170/reputation/offencePenalty.d.ts +6 -6
- package/dist/170/reputation/penaltyUpdated.d.cts +4 -4
- package/dist/170/reputation/penaltyUpdated.d.ts +4 -4
- package/dist/170/solanaIngressEgress/boostedDepositLost.d.cts +2 -2
- package/dist/170/solanaIngressEgress/boostedDepositLost.d.ts +2 -2
- package/dist/170/solanaIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/170/solanaIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/170/swapping/minimumChunkSizeSet.d.cts +2 -2
- package/dist/170/swapping/minimumChunkSizeSet.d.ts +2 -2
- package/dist/170/swapping/swapRequested.d.cts +27 -27
- package/dist/170/swapping/swapRequested.d.ts +27 -27
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.cts +6 -6
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.ts +6 -6
- package/dist/180/arbitrumIngressEgress/depositFailed.d.cts +179 -179
- package/dist/180/arbitrumIngressEgress/depositFailed.d.ts +179 -179
- package/dist/180/arbitrumIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/180/arbitrumIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +57 -57
- package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.cts +50 -50
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.ts +50 -50
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.cts +30 -30
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.ts +30 -30
- package/dist/180/bitcoinIngressEgress/depositFailed.d.cts +306 -306
- package/dist/180/bitcoinIngressEgress/depositFailed.d.ts +306 -306
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.cts +24 -24
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.ts +24 -24
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
- package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
- package/dist/180/bitcoinIngressEgress/transferFallbackRequested.d.cts +20 -20
- package/dist/180/bitcoinIngressEgress/transferFallbackRequested.d.ts +20 -20
- package/dist/180/common.d.cts +3 -9
- package/dist/180/common.d.ts +3 -9
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.cts +57 -57
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.ts +57 -57
- package/dist/180/ethereumIngressEgress/depositBoosted.d.cts +6 -6
- package/dist/180/ethereumIngressEgress/depositBoosted.d.ts +6 -6
- package/dist/180/ethereumIngressEgress/depositFailed.d.cts +162 -162
- package/dist/180/ethereumIngressEgress/depositFailed.d.ts +162 -162
- package/dist/180/ethereumIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/180/ethereumIngressEgress/depositFinalised.d.ts +4 -4
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +57 -57
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.cts +10 -10
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.ts +10 -10
- package/dist/180/polkadotIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/180/polkadotIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/180/polkadotIngressEgress/depositFailed.d.cts +24 -24
- package/dist/180/polkadotIngressEgress/depositFailed.d.ts +24 -24
- package/dist/180/polkadotIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/180/polkadotIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +10 -10
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +10 -10
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.cts +24 -24
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.ts +24 -24
- package/dist/180/solanaIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/180/solanaIngressEgress/depositBoosted.d.ts +4 -4
- package/dist/180/solanaIngressEgress/depositFailed.d.cts +32 -32
- package/dist/180/solanaIngressEgress/depositFailed.d.ts +32 -32
- package/dist/180/solanaIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/180/solanaIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +20 -20
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +20 -20
- package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
- package/dist/180/swapping/privateBrokerChannelClosed.d.cts +2 -2
- package/dist/180/swapping/privateBrokerChannelClosed.d.ts +2 -2
- package/dist/180/swapping/privateBrokerChannelOpened.d.cts +2 -2
- package/dist/180/swapping/privateBrokerChannelOpened.d.ts +2 -2
- package/dist/180/swapping/swapDepositAddressReady.d.cts +2 -2
- package/dist/180/swapping/swapDepositAddressReady.d.ts +2 -2
- package/dist/180/swapping/swapRequested.d.cts +4 -4
- package/dist/180/swapping/swapRequested.d.ts +4 -4
- package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.cts +64 -64
- package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.ts +64 -64
- package/dist/190/arbitrumIngressEgress/depositBoosted.d.cts +16 -16
- package/dist/190/arbitrumIngressEgress/depositBoosted.d.ts +16 -16
- package/dist/190/arbitrumIngressEgress/depositFailed.d.cts +191 -191
- package/dist/190/arbitrumIngressEgress/depositFailed.d.ts +191 -191
- package/dist/190/arbitrumIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/190/arbitrumIngressEgress/depositFinalised.d.ts +12 -12
- package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +64 -64
- package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +64 -64
- package/dist/190/assetBalances/accountCredited.d.cts +6 -6
- package/dist/190/assetBalances/accountCredited.d.ts +6 -6
- package/dist/190/assetBalances/accountDebited.d.cts +6 -6
- package/dist/190/assetBalances/accountDebited.d.ts +6 -6
- package/dist/190/assetBalances/refundScheduled.d.cts +2 -2
- package/dist/190/assetBalances/refundScheduled.d.ts +2 -2
- package/dist/190/assethubBroadcaster/broadcastCallbackExecuted.d.cts +28 -28
- package/dist/190/assethubBroadcaster/broadcastCallbackExecuted.d.ts +28 -28
- package/dist/190/common.d.cts +3 -9
- package/dist/190/common.d.ts +3 -9
- package/dist/190/liquidityPools/limitOrderUpdated.d.cts +12 -12
- package/dist/190/liquidityPools/limitOrderUpdated.d.ts +12 -12
- package/dist/190/liquidityPools/orderDeletionFailed.d.cts +8 -8
- package/dist/190/liquidityPools/orderDeletionFailed.d.ts +8 -8
- package/dist/190/liquidityPools/rangeOrderUpdated.d.cts +12 -12
- package/dist/190/liquidityPools/rangeOrderUpdated.d.ts +12 -12
- package/dist/190/reputation/offencePenalty.d.cts +6 -6
- package/dist/190/reputation/offencePenalty.d.ts +6 -6
- package/dist/190/reputation/penaltyUpdated.d.cts +4 -4
- package/dist/190/reputation/penaltyUpdated.d.ts +4 -4
- package/dist/190/solanaIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/190/solanaIngressEgress/ccmBroadcastRequested.d.ts +2 -2
- package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.cts +24 -24
- package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.ts +24 -24
- package/dist/190/solanaIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/190/solanaIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/190/solanaIngressEgress/depositFailed.d.cts +10 -10
- package/dist/190/solanaIngressEgress/depositFailed.d.ts +10 -10
- package/dist/190/solanaIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/190/solanaIngressEgress/depositFinalised.d.ts +8 -8
- package/dist/190/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +20 -20
- package/dist/190/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +20 -20
- package/dist/190/solanaIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/190/solanaIngressEgress/transferFallbackRequested.d.ts +2 -2
- package/dist/190/swapping/batchSwapFailed.d.cts +2 -2
- package/dist/190/swapping/batchSwapFailed.d.ts +2 -2
- package/dist/190/tradingStrategy/fundsAddedToStrategy.d.cts +2 -2
- package/dist/190/tradingStrategy/fundsAddedToStrategy.d.ts +2 -2
- package/dist/190/tradingStrategy/strategyDeployed.d.cts +2 -2
- package/dist/190/tradingStrategy/strategyDeployed.d.ts +2 -2
- package/package.json +2 -2
- package/dist/11100/validator/unDelegated.cjs +0 -7
- package/dist/11100/validator/unDelegated.mjs +0 -7
|
@@ -689,10 +689,6 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
689
689
|
boostFee: z.ZodNumber;
|
|
690
690
|
}, "strip", z.ZodTypeAny, {
|
|
691
691
|
depositDetails: number;
|
|
692
|
-
txId: {
|
|
693
|
-
blockNumber: number;
|
|
694
|
-
extrinsicIndex: number;
|
|
695
|
-
};
|
|
696
692
|
inputAsset: "Dot";
|
|
697
693
|
depositAmount: bigint;
|
|
698
694
|
outputAsset: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
@@ -712,6 +708,10 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
712
708
|
readonly chain: "Solana";
|
|
713
709
|
readonly address: string;
|
|
714
710
|
};
|
|
711
|
+
txId: {
|
|
712
|
+
blockNumber: number;
|
|
713
|
+
extrinsicIndex: number;
|
|
714
|
+
};
|
|
715
715
|
affiliateFees: {
|
|
716
716
|
account: number;
|
|
717
717
|
bps: number;
|
|
@@ -777,10 +777,6 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
777
777
|
} | null | undefined;
|
|
778
778
|
}, {
|
|
779
779
|
depositDetails: number;
|
|
780
|
-
txId: {
|
|
781
|
-
blockNumber: number;
|
|
782
|
-
extrinsicIndex: number;
|
|
783
|
-
};
|
|
784
780
|
inputAsset: {
|
|
785
781
|
__kind: "Dot";
|
|
786
782
|
};
|
|
@@ -792,6 +788,10 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
792
788
|
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
793
789
|
value: string;
|
|
794
790
|
};
|
|
791
|
+
txId: {
|
|
792
|
+
blockNumber: number;
|
|
793
|
+
extrinsicIndex: number;
|
|
794
|
+
};
|
|
795
795
|
affiliateFees: {
|
|
796
796
|
account: number;
|
|
797
797
|
bps: number;
|
|
@@ -862,10 +862,6 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
862
862
|
__kind: "Vault";
|
|
863
863
|
vaultWitness: {
|
|
864
864
|
depositDetails: number;
|
|
865
|
-
txId: {
|
|
866
|
-
blockNumber: number;
|
|
867
|
-
extrinsicIndex: number;
|
|
868
|
-
};
|
|
869
865
|
inputAsset: "Dot";
|
|
870
866
|
depositAmount: bigint;
|
|
871
867
|
outputAsset: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
@@ -885,6 +881,10 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
885
881
|
readonly chain: "Solana";
|
|
886
882
|
readonly address: string;
|
|
887
883
|
};
|
|
884
|
+
txId: {
|
|
885
|
+
blockNumber: number;
|
|
886
|
+
extrinsicIndex: number;
|
|
887
|
+
};
|
|
888
888
|
affiliateFees: {
|
|
889
889
|
account: number;
|
|
890
890
|
bps: number;
|
|
@@ -953,10 +953,6 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
953
953
|
__kind: "Vault";
|
|
954
954
|
vaultWitness: {
|
|
955
955
|
depositDetails: number;
|
|
956
|
-
txId: {
|
|
957
|
-
blockNumber: number;
|
|
958
|
-
extrinsicIndex: number;
|
|
959
|
-
};
|
|
960
956
|
inputAsset: {
|
|
961
957
|
__kind: "Dot";
|
|
962
958
|
};
|
|
@@ -968,6 +964,10 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
968
964
|
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
969
965
|
value: string;
|
|
970
966
|
};
|
|
967
|
+
txId: {
|
|
968
|
+
blockNumber: number;
|
|
969
|
+
extrinsicIndex: number;
|
|
970
|
+
};
|
|
971
971
|
affiliateFees: {
|
|
972
972
|
account: number;
|
|
973
973
|
bps: number;
|
|
@@ -1106,10 +1106,6 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1106
1106
|
__kind: "Vault";
|
|
1107
1107
|
vaultWitness: {
|
|
1108
1108
|
depositDetails: number;
|
|
1109
|
-
txId: {
|
|
1110
|
-
blockNumber: number;
|
|
1111
|
-
extrinsicIndex: number;
|
|
1112
|
-
};
|
|
1113
1109
|
inputAsset: "Dot";
|
|
1114
1110
|
depositAmount: bigint;
|
|
1115
1111
|
outputAsset: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
@@ -1129,6 +1125,10 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1129
1125
|
readonly chain: "Solana";
|
|
1130
1126
|
readonly address: string;
|
|
1131
1127
|
};
|
|
1128
|
+
txId: {
|
|
1129
|
+
blockNumber: number;
|
|
1130
|
+
extrinsicIndex: number;
|
|
1131
|
+
};
|
|
1132
1132
|
affiliateFees: {
|
|
1133
1133
|
account: number;
|
|
1134
1134
|
bps: number;
|
|
@@ -1273,10 +1273,6 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1273
1273
|
__kind: "Vault";
|
|
1274
1274
|
vaultWitness: {
|
|
1275
1275
|
depositDetails: number;
|
|
1276
|
-
txId: {
|
|
1277
|
-
blockNumber: number;
|
|
1278
|
-
extrinsicIndex: number;
|
|
1279
|
-
};
|
|
1280
1276
|
inputAsset: {
|
|
1281
1277
|
__kind: "Dot";
|
|
1282
1278
|
};
|
|
@@ -1288,6 +1284,10 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1288
1284
|
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
1289
1285
|
value: string;
|
|
1290
1286
|
};
|
|
1287
|
+
txId: {
|
|
1288
|
+
blockNumber: number;
|
|
1289
|
+
extrinsicIndex: number;
|
|
1290
|
+
};
|
|
1291
1291
|
affiliateFees: {
|
|
1292
1292
|
account: number;
|
|
1293
1293
|
bps: number;
|
|
@@ -689,10 +689,6 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
689
689
|
boostFee: z.ZodNumber;
|
|
690
690
|
}, "strip", z.ZodTypeAny, {
|
|
691
691
|
depositDetails: number;
|
|
692
|
-
txId: {
|
|
693
|
-
blockNumber: number;
|
|
694
|
-
extrinsicIndex: number;
|
|
695
|
-
};
|
|
696
692
|
inputAsset: "Dot";
|
|
697
693
|
depositAmount: bigint;
|
|
698
694
|
outputAsset: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
@@ -712,6 +708,10 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
712
708
|
readonly chain: "Solana";
|
|
713
709
|
readonly address: string;
|
|
714
710
|
};
|
|
711
|
+
txId: {
|
|
712
|
+
blockNumber: number;
|
|
713
|
+
extrinsicIndex: number;
|
|
714
|
+
};
|
|
715
715
|
affiliateFees: {
|
|
716
716
|
account: number;
|
|
717
717
|
bps: number;
|
|
@@ -777,10 +777,6 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
777
777
|
} | null | undefined;
|
|
778
778
|
}, {
|
|
779
779
|
depositDetails: number;
|
|
780
|
-
txId: {
|
|
781
|
-
blockNumber: number;
|
|
782
|
-
extrinsicIndex: number;
|
|
783
|
-
};
|
|
784
780
|
inputAsset: {
|
|
785
781
|
__kind: "Dot";
|
|
786
782
|
};
|
|
@@ -792,6 +788,10 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
792
788
|
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
793
789
|
value: string;
|
|
794
790
|
};
|
|
791
|
+
txId: {
|
|
792
|
+
blockNumber: number;
|
|
793
|
+
extrinsicIndex: number;
|
|
794
|
+
};
|
|
795
795
|
affiliateFees: {
|
|
796
796
|
account: number;
|
|
797
797
|
bps: number;
|
|
@@ -862,10 +862,6 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
862
862
|
__kind: "Vault";
|
|
863
863
|
vaultWitness: {
|
|
864
864
|
depositDetails: number;
|
|
865
|
-
txId: {
|
|
866
|
-
blockNumber: number;
|
|
867
|
-
extrinsicIndex: number;
|
|
868
|
-
};
|
|
869
865
|
inputAsset: "Dot";
|
|
870
866
|
depositAmount: bigint;
|
|
871
867
|
outputAsset: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
@@ -885,6 +881,10 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
885
881
|
readonly chain: "Solana";
|
|
886
882
|
readonly address: string;
|
|
887
883
|
};
|
|
884
|
+
txId: {
|
|
885
|
+
blockNumber: number;
|
|
886
|
+
extrinsicIndex: number;
|
|
887
|
+
};
|
|
888
888
|
affiliateFees: {
|
|
889
889
|
account: number;
|
|
890
890
|
bps: number;
|
|
@@ -953,10 +953,6 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
953
953
|
__kind: "Vault";
|
|
954
954
|
vaultWitness: {
|
|
955
955
|
depositDetails: number;
|
|
956
|
-
txId: {
|
|
957
|
-
blockNumber: number;
|
|
958
|
-
extrinsicIndex: number;
|
|
959
|
-
};
|
|
960
956
|
inputAsset: {
|
|
961
957
|
__kind: "Dot";
|
|
962
958
|
};
|
|
@@ -968,6 +964,10 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
968
964
|
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
969
965
|
value: string;
|
|
970
966
|
};
|
|
967
|
+
txId: {
|
|
968
|
+
blockNumber: number;
|
|
969
|
+
extrinsicIndex: number;
|
|
970
|
+
};
|
|
971
971
|
affiliateFees: {
|
|
972
972
|
account: number;
|
|
973
973
|
bps: number;
|
|
@@ -1106,10 +1106,6 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1106
1106
|
__kind: "Vault";
|
|
1107
1107
|
vaultWitness: {
|
|
1108
1108
|
depositDetails: number;
|
|
1109
|
-
txId: {
|
|
1110
|
-
blockNumber: number;
|
|
1111
|
-
extrinsicIndex: number;
|
|
1112
|
-
};
|
|
1113
1109
|
inputAsset: "Dot";
|
|
1114
1110
|
depositAmount: bigint;
|
|
1115
1111
|
outputAsset: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
@@ -1129,6 +1125,10 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1129
1125
|
readonly chain: "Solana";
|
|
1130
1126
|
readonly address: string;
|
|
1131
1127
|
};
|
|
1128
|
+
txId: {
|
|
1129
|
+
blockNumber: number;
|
|
1130
|
+
extrinsicIndex: number;
|
|
1131
|
+
};
|
|
1132
1132
|
affiliateFees: {
|
|
1133
1133
|
account: number;
|
|
1134
1134
|
bps: number;
|
|
@@ -1273,10 +1273,6 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1273
1273
|
__kind: "Vault";
|
|
1274
1274
|
vaultWitness: {
|
|
1275
1275
|
depositDetails: number;
|
|
1276
|
-
txId: {
|
|
1277
|
-
blockNumber: number;
|
|
1278
|
-
extrinsicIndex: number;
|
|
1279
|
-
};
|
|
1280
1276
|
inputAsset: {
|
|
1281
1277
|
__kind: "Dot";
|
|
1282
1278
|
};
|
|
@@ -1288,6 +1284,10 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1288
1284
|
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
1289
1285
|
value: string;
|
|
1290
1286
|
};
|
|
1287
|
+
txId: {
|
|
1288
|
+
blockNumber: number;
|
|
1289
|
+
extrinsicIndex: number;
|
|
1290
|
+
};
|
|
1291
1291
|
affiliateFees: {
|
|
1292
1292
|
account: number;
|
|
1293
1293
|
bps: number;
|
|
@@ -70,9 +70,9 @@ declare const polkadotIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
70
70
|
__kind: "DepositChannel" | "Vault";
|
|
71
71
|
}>;
|
|
72
72
|
}, "strip", z.ZodTypeAny, {
|
|
73
|
+
blockHeight: number;
|
|
73
74
|
asset: "Dot";
|
|
74
75
|
amount: bigint;
|
|
75
|
-
blockHeight: number;
|
|
76
76
|
depositDetails: number;
|
|
77
77
|
ingressFee: bigint;
|
|
78
78
|
maxBoostFeeBps: number;
|
|
@@ -95,11 +95,11 @@ declare const polkadotIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
95
95
|
depositAddress?: `0x${string}` | null | undefined;
|
|
96
96
|
channelId?: bigint | null | undefined;
|
|
97
97
|
}, {
|
|
98
|
+
blockHeight: number;
|
|
98
99
|
asset: {
|
|
99
100
|
__kind: "Dot";
|
|
100
101
|
};
|
|
101
102
|
amount: string | number;
|
|
102
|
-
blockHeight: number;
|
|
103
103
|
depositDetails: number;
|
|
104
104
|
ingressFee: string | number;
|
|
105
105
|
maxBoostFeeBps: number;
|
|
@@ -70,9 +70,9 @@ declare const polkadotIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
70
70
|
__kind: "DepositChannel" | "Vault";
|
|
71
71
|
}>;
|
|
72
72
|
}, "strip", z.ZodTypeAny, {
|
|
73
|
+
blockHeight: number;
|
|
73
74
|
asset: "Dot";
|
|
74
75
|
amount: bigint;
|
|
75
|
-
blockHeight: number;
|
|
76
76
|
depositDetails: number;
|
|
77
77
|
ingressFee: bigint;
|
|
78
78
|
maxBoostFeeBps: number;
|
|
@@ -95,11 +95,11 @@ declare const polkadotIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
95
95
|
depositAddress?: `0x${string}` | null | undefined;
|
|
96
96
|
channelId?: bigint | null | undefined;
|
|
97
97
|
}, {
|
|
98
|
+
blockHeight: number;
|
|
98
99
|
asset: {
|
|
99
100
|
__kind: "Dot";
|
|
100
101
|
};
|
|
101
102
|
amount: string | number;
|
|
102
|
-
blockHeight: number;
|
|
103
103
|
depositDetails: number;
|
|
104
104
|
ingressFee: string | number;
|
|
105
105
|
maxBoostFeeBps: number;
|
|
@@ -87,19 +87,19 @@ declare const polkadotIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
87
87
|
value: z.ZodEffects<z.ZodObject<{
|
|
88
88
|
__kind: z.ZodEnum<["CannotDecodeCcmAdditionalData", "CcmIsTooLong", "CcmAdditionalDataContainsInvalidAccounts", "RedundantDataSupplied", "InvalidDestinationAddress"]>;
|
|
89
89
|
}, "strip", z.ZodTypeAny, {
|
|
90
|
-
__kind: "
|
|
90
|
+
__kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
|
|
91
91
|
}, {
|
|
92
|
-
__kind: "
|
|
93
|
-
}>, "
|
|
94
|
-
__kind: "
|
|
92
|
+
__kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
|
|
93
|
+
}>, "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied", {
|
|
94
|
+
__kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
|
|
95
95
|
}>;
|
|
96
96
|
}, "strip", z.ZodTypeAny, {
|
|
97
97
|
__kind: "InvalidCcm";
|
|
98
|
-
value: "
|
|
98
|
+
value: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
|
|
99
99
|
}, {
|
|
100
100
|
__kind: "InvalidCcm";
|
|
101
101
|
value: {
|
|
102
|
-
__kind: "
|
|
102
|
+
__kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
|
|
103
103
|
};
|
|
104
104
|
}>, z.ZodObject<{
|
|
105
105
|
__kind: z.ZodLiteral<"FailedToSerializeFinalTransaction">;
|
|
@@ -134,7 +134,7 @@ declare const polkadotIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
134
134
|
value: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
135
135
|
} | {
|
|
136
136
|
__kind: "InvalidCcm";
|
|
137
|
-
value: "
|
|
137
|
+
value: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
|
|
138
138
|
} | {
|
|
139
139
|
__kind: "FailedToSerializeFinalTransaction";
|
|
140
140
|
} | {
|
|
@@ -161,7 +161,7 @@ declare const polkadotIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
161
161
|
} | {
|
|
162
162
|
__kind: "InvalidCcm";
|
|
163
163
|
value: {
|
|
164
|
-
__kind: "
|
|
164
|
+
__kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
|
|
165
165
|
};
|
|
166
166
|
} | {
|
|
167
167
|
__kind: "FailedToSerializeFinalTransaction";
|
|
@@ -424,7 +424,7 @@ declare const polkadotIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
424
424
|
value: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
425
425
|
} | {
|
|
426
426
|
__kind: "InvalidCcm";
|
|
427
|
-
value: "
|
|
427
|
+
value: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
|
|
428
428
|
} | {
|
|
429
429
|
__kind: "FailedToSerializeFinalTransaction";
|
|
430
430
|
} | {
|
|
@@ -501,7 +501,7 @@ declare const polkadotIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
501
501
|
} | {
|
|
502
502
|
__kind: "InvalidCcm";
|
|
503
503
|
value: {
|
|
504
|
-
__kind: "
|
|
504
|
+
__kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
|
|
505
505
|
};
|
|
506
506
|
} | {
|
|
507
507
|
__kind: "FailedToSerializeFinalTransaction";
|
|
@@ -87,19 +87,19 @@ declare const polkadotIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
87
87
|
value: z.ZodEffects<z.ZodObject<{
|
|
88
88
|
__kind: z.ZodEnum<["CannotDecodeCcmAdditionalData", "CcmIsTooLong", "CcmAdditionalDataContainsInvalidAccounts", "RedundantDataSupplied", "InvalidDestinationAddress"]>;
|
|
89
89
|
}, "strip", z.ZodTypeAny, {
|
|
90
|
-
__kind: "
|
|
90
|
+
__kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
|
|
91
91
|
}, {
|
|
92
|
-
__kind: "
|
|
93
|
-
}>, "
|
|
94
|
-
__kind: "
|
|
92
|
+
__kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
|
|
93
|
+
}>, "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied", {
|
|
94
|
+
__kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
|
|
95
95
|
}>;
|
|
96
96
|
}, "strip", z.ZodTypeAny, {
|
|
97
97
|
__kind: "InvalidCcm";
|
|
98
|
-
value: "
|
|
98
|
+
value: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
|
|
99
99
|
}, {
|
|
100
100
|
__kind: "InvalidCcm";
|
|
101
101
|
value: {
|
|
102
|
-
__kind: "
|
|
102
|
+
__kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
|
|
103
103
|
};
|
|
104
104
|
}>, z.ZodObject<{
|
|
105
105
|
__kind: z.ZodLiteral<"FailedToSerializeFinalTransaction">;
|
|
@@ -134,7 +134,7 @@ declare const polkadotIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
134
134
|
value: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
135
135
|
} | {
|
|
136
136
|
__kind: "InvalidCcm";
|
|
137
|
-
value: "
|
|
137
|
+
value: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
|
|
138
138
|
} | {
|
|
139
139
|
__kind: "FailedToSerializeFinalTransaction";
|
|
140
140
|
} | {
|
|
@@ -161,7 +161,7 @@ declare const polkadotIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
161
161
|
} | {
|
|
162
162
|
__kind: "InvalidCcm";
|
|
163
163
|
value: {
|
|
164
|
-
__kind: "
|
|
164
|
+
__kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
|
|
165
165
|
};
|
|
166
166
|
} | {
|
|
167
167
|
__kind: "FailedToSerializeFinalTransaction";
|
|
@@ -424,7 +424,7 @@ declare const polkadotIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
424
424
|
value: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
425
425
|
} | {
|
|
426
426
|
__kind: "InvalidCcm";
|
|
427
|
-
value: "
|
|
427
|
+
value: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
|
|
428
428
|
} | {
|
|
429
429
|
__kind: "FailedToSerializeFinalTransaction";
|
|
430
430
|
} | {
|
|
@@ -501,7 +501,7 @@ declare const polkadotIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
501
501
|
} | {
|
|
502
502
|
__kind: "InvalidCcm";
|
|
503
503
|
value: {
|
|
504
|
-
__kind: "
|
|
504
|
+
__kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
|
|
505
505
|
};
|
|
506
506
|
} | {
|
|
507
507
|
__kind: "FailedToSerializeFinalTransaction";
|
|
@@ -72,18 +72,18 @@ declare const solanaIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
72
72
|
value: z.ZodEffects<z.ZodObject<{
|
|
73
73
|
__kind: z.ZodEnum<["CannotDecodeCcmAdditionalData", "CcmIsTooLong", "CcmAdditionalDataContainsInvalidAccounts", "RedundantDataSupplied", "InvalidDestinationAddress"]>;
|
|
74
74
|
}, "strip", z.ZodTypeAny, {
|
|
75
|
-
__kind: "
|
|
75
|
+
__kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
|
|
76
76
|
}, {
|
|
77
|
-
__kind: "
|
|
78
|
-
}>, "
|
|
79
|
-
__kind: "
|
|
77
|
+
__kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
|
|
78
|
+
}>, "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied", {
|
|
79
|
+
__kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
|
|
80
80
|
}>;
|
|
81
81
|
}, "strip", z.ZodTypeAny, {
|
|
82
|
-
value: "
|
|
82
|
+
value: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
|
|
83
83
|
__kind: "InvalidCcm";
|
|
84
84
|
}, {
|
|
85
85
|
value: {
|
|
86
|
-
__kind: "
|
|
86
|
+
__kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
|
|
87
87
|
};
|
|
88
88
|
__kind: "InvalidCcm";
|
|
89
89
|
}>, z.ZodObject<{
|
|
@@ -117,7 +117,7 @@ declare const solanaIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
117
117
|
value: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
118
118
|
__kind: "FailedToDeriveAddress";
|
|
119
119
|
} | {
|
|
120
|
-
value: "
|
|
120
|
+
value: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
|
|
121
121
|
__kind: "InvalidCcm";
|
|
122
122
|
} | {
|
|
123
123
|
__kind: "FailedToSerializeFinalTransaction";
|
|
@@ -144,7 +144,7 @@ declare const solanaIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
144
144
|
__kind: "FailedToDeriveAddress";
|
|
145
145
|
} | {
|
|
146
146
|
value: {
|
|
147
|
-
__kind: "
|
|
147
|
+
__kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
|
|
148
148
|
};
|
|
149
149
|
__kind: "InvalidCcm";
|
|
150
150
|
} | {
|
|
@@ -221,18 +221,18 @@ declare const solanaIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
221
221
|
value: z.ZodEffects<z.ZodObject<{
|
|
222
222
|
__kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
|
|
223
223
|
}, "strip", z.ZodTypeAny, {
|
|
224
|
-
__kind: "
|
|
224
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
225
225
|
}, {
|
|
226
|
-
__kind: "
|
|
227
|
-
}>, "
|
|
228
|
-
__kind: "
|
|
226
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
227
|
+
}>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
|
|
228
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
229
229
|
}>;
|
|
230
230
|
}, "strip", z.ZodTypeAny, {
|
|
231
|
-
value: "
|
|
231
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
232
232
|
__kind: "Token";
|
|
233
233
|
}, {
|
|
234
234
|
value: {
|
|
235
|
-
__kind: "
|
|
235
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
236
236
|
};
|
|
237
237
|
__kind: "Token";
|
|
238
238
|
}>, z.ZodObject<{
|
|
@@ -318,7 +318,7 @@ declare const solanaIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
318
318
|
} | {
|
|
319
319
|
__kind: "TooManyConsumers";
|
|
320
320
|
} | {
|
|
321
|
-
value: "
|
|
321
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
322
322
|
__kind: "Token";
|
|
323
323
|
} | {
|
|
324
324
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
@@ -357,7 +357,7 @@ declare const solanaIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
357
357
|
__kind: "TooManyConsumers";
|
|
358
358
|
} | {
|
|
359
359
|
value: {
|
|
360
|
-
__kind: "
|
|
360
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
361
361
|
};
|
|
362
362
|
__kind: "Token";
|
|
363
363
|
} | {
|
|
@@ -382,7 +382,6 @@ declare const solanaIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
382
382
|
__kind: "DispatchError";
|
|
383
383
|
}>]>;
|
|
384
384
|
}, "strip", z.ZodTypeAny, {
|
|
385
|
-
egressId: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana", bigint];
|
|
386
385
|
error: {
|
|
387
386
|
__kind: "Unsupported";
|
|
388
387
|
} | {
|
|
@@ -400,7 +399,7 @@ declare const solanaIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
400
399
|
value: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
401
400
|
__kind: "FailedToDeriveAddress";
|
|
402
401
|
} | {
|
|
403
|
-
value: "
|
|
402
|
+
value: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
|
|
404
403
|
__kind: "InvalidCcm";
|
|
405
404
|
} | {
|
|
406
405
|
__kind: "FailedToSerializeFinalTransaction";
|
|
@@ -429,7 +428,7 @@ declare const solanaIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
429
428
|
} | {
|
|
430
429
|
__kind: "TooManyConsumers";
|
|
431
430
|
} | {
|
|
432
|
-
value: "
|
|
431
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
433
432
|
__kind: "Token";
|
|
434
433
|
} | {
|
|
435
434
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
@@ -448,10 +447,8 @@ declare const solanaIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
448
447
|
};
|
|
449
448
|
__kind: "DispatchError";
|
|
450
449
|
};
|
|
450
|
+
egressId: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana", bigint];
|
|
451
451
|
}, {
|
|
452
|
-
egressId: [{
|
|
453
|
-
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
454
|
-
}, string | number];
|
|
455
452
|
error: {
|
|
456
453
|
__kind: "Unsupported";
|
|
457
454
|
} | {
|
|
@@ -472,7 +469,7 @@ declare const solanaIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
472
469
|
__kind: "FailedToDeriveAddress";
|
|
473
470
|
} | {
|
|
474
471
|
value: {
|
|
475
|
-
__kind: "
|
|
472
|
+
__kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
|
|
476
473
|
};
|
|
477
474
|
__kind: "InvalidCcm";
|
|
478
475
|
} | {
|
|
@@ -503,7 +500,7 @@ declare const solanaIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
503
500
|
__kind: "TooManyConsumers";
|
|
504
501
|
} | {
|
|
505
502
|
value: {
|
|
506
|
-
__kind: "
|
|
503
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
507
504
|
};
|
|
508
505
|
__kind: "Token";
|
|
509
506
|
} | {
|
|
@@ -527,6 +524,9 @@ declare const solanaIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
527
524
|
};
|
|
528
525
|
__kind: "DispatchError";
|
|
529
526
|
};
|
|
527
|
+
egressId: [{
|
|
528
|
+
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
529
|
+
}, string | number];
|
|
530
530
|
}>;
|
|
531
531
|
|
|
532
532
|
export { solanaIngressEgressCcmEgressInvalid };
|