@chainflip/processor 1.11.3 → 1.11.6
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/flip/remainingImbalance.d.cts +22 -22
- package/dist/100/flip/remainingImbalance.d.ts +22 -22
- package/dist/100/liquidityPools/limitOrderUpdated.d.cts +8 -8
- package/dist/100/liquidityPools/limitOrderUpdated.d.ts +8 -8
- package/dist/100/liquidityPools/rangeOrderUpdated.d.cts +8 -8
- package/dist/100/liquidityPools/rangeOrderUpdated.d.ts +8 -8
- package/dist/100/reputation/offencePenalty.d.cts +2 -2
- package/dist/100/reputation/offencePenalty.d.ts +2 -2
- package/dist/100/system/extrinsicFailed.d.cts +17 -17
- package/dist/100/system/extrinsicFailed.d.ts +17 -17
- package/dist/100/witnesser/witnessExecutionFailed.d.cts +18 -18
- package/dist/100/witnesser/witnessExecutionFailed.d.ts +18 -18
- package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.cts +88 -88
- package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.ts +88 -88
- package/dist/11000/arbitrumIngressEgress/depositFailed.d.cts +178 -178
- package/dist/11000/arbitrumIngressEgress/depositFailed.d.ts +178 -178
- package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +88 -88
- package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +88 -88
- package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.cts +107 -107
- package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.ts +107 -107
- package/dist/11000/assethubIngressEgress/depositFailed.d.cts +161 -161
- package/dist/11000/assethubIngressEgress/depositFailed.d.ts +161 -161
- package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +103 -103
- package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.ts +103 -103
- package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.cts +26 -26
- package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.ts +26 -26
- package/dist/11000/bitcoinIngressEgress/depositFailed.d.cts +34 -34
- package/dist/11000/bitcoinIngressEgress/depositFailed.d.ts +34 -34
- package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +22 -22
- package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +22 -22
- package/dist/11000/polkadotIngressEgress/depositFailed.d.cts +48 -48
- package/dist/11000/polkadotIngressEgress/depositFailed.d.ts +48 -48
- package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.cts +26 -26
- package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.ts +26 -26
- package/dist/11000/solanaIngressEgress/depositFailed.d.cts +40 -40
- package/dist/11000/solanaIngressEgress/depositFailed.d.ts +40 -40
- package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +22 -22
- package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +22 -22
- package/dist/11000/swapping/palletConfigUpdated.d.cts +32 -32
- package/dist/11000/swapping/palletConfigUpdated.d.ts +32 -32
- package/dist/11000/swapping/refundEgressScheduled.d.cts +16 -16
- package/dist/11000/swapping/refundEgressScheduled.d.ts +16 -16
- package/dist/11000/swapping/refundedOnChain.d.cts +10 -10
- package/dist/11000/swapping/refundedOnChain.d.ts +10 -10
- package/dist/11000/swapping/swapDepositAddressReady.d.cts +56 -56
- package/dist/11000/swapping/swapDepositAddressReady.d.ts +56 -56
- package/dist/11000/swapping/swapRequested.d.cts +111 -111
- package/dist/11000/swapping/swapRequested.d.ts +111 -111
- package/dist/11100/arbitrumIngressEgress/depositFailed.d.cts +175 -166
- package/dist/11100/arbitrumIngressEgress/depositFailed.d.ts +175 -166
- package/dist/11100/assethubIngressEgress/depositFailed.d.cts +15 -6
- package/dist/11100/assethubIngressEgress/depositFailed.d.ts +15 -6
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.cts +327 -318
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.ts +327 -318
- package/dist/11100/common.cjs +85 -40
- package/dist/11100/common.d.cts +946 -336
- package/dist/11100/common.d.ts +946 -336
- package/dist/11100/common.mjs +84 -39
- package/dist/11100/ethereumIngressEgress/depositFailed.d.cts +15 -6
- package/dist/11100/ethereumIngressEgress/depositFailed.d.ts +15 -6
- package/dist/11100/funding/sCCallCannotBeDecoded.cjs +11 -0
- package/dist/11100/funding/sCCallCannotBeDecoded.d.cts +17 -0
- package/dist/11100/funding/sCCallCannotBeDecoded.d.ts +17 -0
- package/dist/11100/funding/sCCallCannotBeDecoded.mjs +11 -0
- package/dist/11100/funding/sCCallCannotBeExecuted.cjs +17 -0
- package/dist/11100/funding/sCCallCannotBeExecuted.d.cts +541 -0
- package/dist/11100/funding/sCCallCannotBeExecuted.d.ts +541 -0
- package/dist/11100/funding/sCCallCannotBeExecuted.mjs +17 -0
- package/dist/11100/funding/sCCallExecuted.cjs +15 -0
- package/dist/11100/funding/sCCallExecuted.d.cts +168 -0
- package/dist/11100/funding/sCCallExecuted.d.ts +168 -0
- package/dist/11100/funding/sCCallExecuted.mjs +15 -0
- package/dist/11100/polkadotIngressEgress/depositFailed.d.cts +39 -30
- package/dist/11100/polkadotIngressEgress/depositFailed.d.ts +39 -30
- package/dist/11100/solanaIngressEgress/depositFailed.d.cts +175 -166
- package/dist/11100/solanaIngressEgress/depositFailed.d.ts +175 -166
- package/dist/11100/swapping/swapDepositAddressReady.d.cts +86 -81
- package/dist/11100/swapping/swapDepositAddressReady.d.ts +86 -81
- package/dist/11100/swapping/swapRequested.d.cts +325 -320
- package/dist/11100/swapping/swapRequested.d.ts +325 -320
- package/dist/11100/validator/maxBidUpdated.cjs +10 -0
- package/dist/11100/validator/maxBidUpdated.d.cts +14 -0
- package/dist/11100/validator/maxBidUpdated.d.ts +14 -0
- package/dist/11100/validator/maxBidUpdated.mjs +10 -0
- package/dist/11100/validator/unDelegationFinalized.cjs +7 -0
- package/dist/11100/validator/unDelegationFinalized.d.cts +14 -0
- package/dist/11100/validator/unDelegationFinalized.d.ts +14 -0
- package/dist/11100/validator/unDelegationFinalized.mjs +7 -0
- package/dist/120/bitcoinIngressEgress/depositIgnored.d.cts +20 -20
- package/dist/120/bitcoinIngressEgress/depositIgnored.d.ts +20 -20
- package/dist/120/bitcoinIngressEgress/depositReceived.d.cts +20 -20
- package/dist/120/bitcoinIngressEgress/depositReceived.d.ts +20 -20
- package/dist/120/emissions/flipBurnSkipped.d.cts +16 -16
- package/dist/120/emissions/flipBurnSkipped.d.ts +16 -16
- 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/liquidityPools/limitOrderUpdated.d.cts +8 -8
- package/dist/131/liquidityPools/limitOrderUpdated.d.ts +8 -8
- package/dist/131/liquidityPools/rangeOrderUpdated.d.cts +8 -8
- package/dist/131/liquidityPools/rangeOrderUpdated.d.ts +8 -8
- package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.cts +28 -28
- package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.ts +28 -28
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.ts +2 -2
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.ts +4 -4
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.ts +4 -4
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
- package/dist/141/environment/runtimeSafeModeUpdated.d.cts +12 -12
- package/dist/141/environment/runtimeSafeModeUpdated.d.ts +12 -12
- package/dist/141/liquidityPools/limitOrderUpdated.d.cts +10 -10
- package/dist/141/liquidityPools/limitOrderUpdated.d.ts +10 -10
- package/dist/141/liquidityPools/rangeOrderUpdated.d.cts +10 -10
- package/dist/141/liquidityPools/rangeOrderUpdated.d.ts +10 -10
- 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/liquidityDepositAddressReady.d.cts +4 -4
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.ts +4 -4
- 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 +2 -2
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.ts +2 -2
- package/dist/141/swapping/batchSwapFailed.d.cts +8 -8
- package/dist/141/swapping/batchSwapFailed.d.ts +8 -8
- package/dist/141/swapping/ccmDepositReceived.d.cts +4 -4
- package/dist/141/swapping/ccmDepositReceived.d.ts +4 -4
- package/dist/141/swapping/ccmFailed.d.cts +4 -4
- package/dist/141/swapping/ccmFailed.d.ts +4 -4
- package/dist/141/swapping/maximumSwapAmountSet.d.cts +6 -6
- package/dist/141/swapping/maximumSwapAmountSet.d.ts +6 -6
- package/dist/141/swapping/swapAmountConfiscated.d.cts +12 -12
- package/dist/141/swapping/swapAmountConfiscated.d.ts +12 -12
- package/dist/141/swapping/swapDepositAddressReady.d.cts +18 -18
- package/dist/141/swapping/swapDepositAddressReady.d.ts +18 -18
- package/dist/141/swapping/swapEgressIgnored.d.cts +12 -12
- package/dist/141/swapping/swapEgressIgnored.d.ts +12 -12
- package/dist/141/swapping/swapEgressScheduled.d.cts +8 -8
- package/dist/141/swapping/swapEgressScheduled.d.ts +8 -8
- package/dist/141/swapping/swapExecuted.d.cts +12 -12
- package/dist/141/swapping/swapExecuted.d.ts +12 -12
- package/dist/141/swapping/swapScheduled.d.cts +16 -16
- package/dist/141/swapping/swapScheduled.d.ts +16 -16
- package/dist/141/swapping/withdrawalRequested.d.cts +6 -6
- package/dist/141/swapping/withdrawalRequested.d.ts +6 -6
- package/dist/141/validator/rotationPhaseUpdated.d.cts +20 -20
- package/dist/141/validator/rotationPhaseUpdated.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 +6 -6
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.ts +6 -6
- package/dist/150/arbitrumIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/150/arbitrumIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.cts +4 -4
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.ts +4 -4
- 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 +66 -66
- package/dist/150/assetBalances/refundSkipped.d.ts +66 -66
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.ts +16 -16
- package/dist/150/bitcoinIngressEgress/depositBoosted.d.cts +26 -26
- package/dist/150/bitcoinIngressEgress/depositBoosted.d.ts +26 -26
- package/dist/150/bitcoinIngressEgress/depositFinalised.d.cts +24 -24
- package/dist/150/bitcoinIngressEgress/depositFinalised.d.ts +24 -24
- package/dist/150/liquidityProvider/accountCredited.d.cts +2 -2
- package/dist/150/liquidityProvider/accountCredited.d.ts +2 -2
- package/dist/150/liquidityProvider/accountDebited.d.cts +2 -2
- package/dist/150/liquidityProvider/accountDebited.d.ts +2 -2
- package/dist/150/liquidityProvider/assetTransferred.d.cts +3 -3
- package/dist/150/liquidityProvider/assetTransferred.d.ts +3 -3
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.cts +2 -2
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.ts +2 -2
- package/dist/150/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
- package/dist/150/liquidityProvider/liquidityDepositCredited.d.ts +2 -2
- package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.cts +2 -2
- package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.ts +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 +2 -2
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
- 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/batchSwapFailed.d.cts +8 -8
- package/dist/150/swapping/batchSwapFailed.d.ts +8 -8
- package/dist/150/swapping/ccmDepositReceived.d.cts +74 -74
- package/dist/150/swapping/ccmDepositReceived.d.ts +74 -74
- package/dist/150/swapping/ccmFailed.d.cts +79 -79
- package/dist/150/swapping/ccmFailed.d.ts +79 -79
- package/dist/150/swapping/maximumSwapAmountSet.d.cts +6 -6
- package/dist/150/swapping/maximumSwapAmountSet.d.ts +6 -6
- package/dist/150/swapping/refundEgressIgnored.d.cts +24 -24
- package/dist/150/swapping/refundEgressIgnored.d.ts +24 -24
- package/dist/150/swapping/refundEgressScheduled.d.cts +8 -8
- package/dist/150/swapping/refundEgressScheduled.d.ts +8 -8
- package/dist/150/swapping/swapAmountConfiscated.d.cts +12 -12
- package/dist/150/swapping/swapAmountConfiscated.d.ts +12 -12
- package/dist/150/swapping/swapDepositAddressReady.d.cts +25 -25
- package/dist/150/swapping/swapDepositAddressReady.d.ts +25 -25
- package/dist/150/swapping/swapEgressIgnored.d.cts +24 -24
- package/dist/150/swapping/swapEgressIgnored.d.ts +24 -24
- package/dist/150/swapping/swapEgressScheduled.d.cts +8 -8
- package/dist/150/swapping/swapEgressScheduled.d.ts +8 -8
- package/dist/150/swapping/swapExecuted.d.cts +94 -94
- package/dist/150/swapping/swapExecuted.d.ts +94 -94
- package/dist/150/swapping/swapScheduled.d.cts +103 -103
- package/dist/150/swapping/swapScheduled.d.ts +103 -103
- package/dist/150/swapping/withdrawalRequested.d.cts +10 -10
- package/dist/150/swapping/withdrawalRequested.d.ts +10 -10
- 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 +2 -2
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.ts +2 -2
- 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 +2 -2
- package/dist/160/ethereumIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/160/liquidityProvider/assetTransferred.d.cts +3 -3
- package/dist/160/liquidityProvider/assetTransferred.d.ts +3 -3
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.cts +2 -2
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.ts +2 -2
- 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 +6 -6
- package/dist/160/polkadotIngressEgress/depositFinalised.d.ts +6 -6
- 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 +8 -8
- package/dist/160/swapping/batchSwapFailed.d.ts +8 -8
- package/dist/160/swapping/ccmFailed.d.cts +14 -14
- package/dist/160/swapping/ccmFailed.d.ts +14 -14
- package/dist/160/swapping/maximumSwapAmountSet.d.cts +6 -6
- package/dist/160/swapping/maximumSwapAmountSet.d.ts +6 -6
- package/dist/160/swapping/refundEgressIgnored.d.cts +12 -12
- package/dist/160/swapping/refundEgressIgnored.d.ts +12 -12
- package/dist/160/swapping/refundEgressScheduled.d.cts +8 -8
- package/dist/160/swapping/refundEgressScheduled.d.ts +8 -8
- package/dist/160/swapping/swapAmountConfiscated.d.cts +7 -7
- package/dist/160/swapping/swapAmountConfiscated.d.ts +7 -7
- package/dist/160/swapping/swapDepositAddressReady.d.cts +31 -31
- package/dist/160/swapping/swapDepositAddressReady.d.ts +31 -31
- package/dist/160/swapping/swapEgressIgnored.d.cts +12 -12
- package/dist/160/swapping/swapEgressIgnored.d.ts +12 -12
- package/dist/160/swapping/swapEgressScheduled.d.cts +8 -8
- package/dist/160/swapping/swapEgressScheduled.d.ts +8 -8
- package/dist/160/swapping/swapExecuted.d.cts +12 -12
- package/dist/160/swapping/swapExecuted.d.ts +12 -12
- package/dist/160/swapping/swapRequested.d.cts +40 -40
- package/dist/160/swapping/swapRequested.d.ts +40 -40
- package/dist/160/swapping/withdrawalRequested.d.cts +10 -10
- package/dist/160/swapping/withdrawalRequested.d.ts +10 -10
- package/dist/170/arbitrumIngressEgress/transactionRejectedByBroker.d.cts +2 -2
- package/dist/170/arbitrumIngressEgress/transactionRejectedByBroker.d.ts +2 -2
- package/dist/170/bitcoinIngressEgress/boostedDepositLost.d.cts +2 -2
- package/dist/170/bitcoinIngressEgress/boostedDepositLost.d.ts +2 -2
- package/dist/170/bitcoinIngressEgress/ccmFailed.d.cts +37 -37
- package/dist/170/bitcoinIngressEgress/ccmFailed.d.ts +37 -37
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.cts +30 -30
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.ts +30 -30
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.cts +30 -30
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.ts +30 -30
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.cts +30 -30
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.ts +30 -30
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.cts +56 -56
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.ts +56 -56
- package/dist/170/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
- package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.cts +4 -4
- package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.ts +4 -4
- package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.cts +4 -4
- package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.ts +4 -4
- 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/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/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/polkadotIngressEgress/ccmEgressInvalid.d.cts +68 -68
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.ts +68 -68
- package/dist/180/polkadotIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/180/polkadotIngressEgress/depositBoosted.d.ts +4 -4
- package/dist/180/polkadotIngressEgress/depositFailed.d.cts +185 -185
- package/dist/180/polkadotIngressEgress/depositFailed.d.ts +185 -185
- 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 +64 -64
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +64 -64
- package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/180/solanaIngressEgress/depositBoosted.d.cts +6 -6
- package/dist/180/solanaIngressEgress/depositBoosted.d.ts +6 -6
- package/dist/180/solanaIngressEgress/depositFailed.d.cts +167 -167
- package/dist/180/solanaIngressEgress/depositFailed.d.ts +167 -167
- 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 +57 -57
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +57 -57
- 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/ccmBroadcastRequested.d.cts +2 -2
- package/dist/190/arbitrumIngressEgress/ccmBroadcastRequested.d.ts +2 -2
- package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.cts +24 -24
- package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.ts +24 -24
- package/dist/190/arbitrumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/190/arbitrumIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/190/arbitrumIngressEgress/depositFailed.d.cts +10 -10
- package/dist/190/arbitrumIngressEgress/depositFailed.d.ts +10 -10
- package/dist/190/arbitrumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/190/arbitrumIngressEgress/depositFinalised.d.ts +8 -8
- package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +20 -20
- package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +20 -20
- package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.ts +2 -2
- 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/assethubIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/190/assethubIngressEgress/ccmBroadcastRequested.d.ts +2 -2
- package/dist/190/assethubIngressEgress/ccmEgressInvalid.d.cts +50 -50
- package/dist/190/assethubIngressEgress/ccmEgressInvalid.d.ts +50 -50
- package/dist/190/assethubIngressEgress/depositFailed.d.cts +170 -170
- package/dist/190/assethubIngressEgress/depositFailed.d.ts +170 -170
- package/dist/190/assethubIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/190/assethubIngressEgress/depositFetchesScheduled.d.ts +2 -2
- package/dist/190/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/190/assethubIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
- package/dist/190/assethubIngressEgress/transactionRejectedByBroker.d.cts +2 -2
- package/dist/190/assethubIngressEgress/transactionRejectedByBroker.d.ts +2 -2
- package/dist/190/assethubIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/190/assethubIngressEgress/transferFallbackRequested.d.ts +2 -2
- package/dist/190/environment/runtimeSafeModeUpdated.d.cts +40 -40
- package/dist/190/environment/runtimeSafeModeUpdated.d.ts +40 -40
- 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/liquidityProvider/assetTransferred.d.cts +6 -6
- package/dist/190/liquidityProvider/assetTransferred.d.ts +6 -6
- package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.cts +18 -18
- package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.ts +18 -18
- package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.cts +2 -2
- package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.ts +2 -2
- package/dist/190/liquidityProvider/withdrawalEgressScheduled.d.cts +10 -10
- package/dist/190/liquidityProvider/withdrawalEgressScheduled.d.ts +10 -10
- package/dist/190/polkadotIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/190/polkadotIngressEgress/ccmBroadcastRequested.d.ts +2 -2
- package/dist/190/polkadotIngressEgress/ccmEgressInvalid.d.cts +20 -20
- package/dist/190/polkadotIngressEgress/ccmEgressInvalid.d.ts +20 -20
- package/dist/190/polkadotIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/190/polkadotIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/190/polkadotIngressEgress/depositFailed.d.cts +10 -10
- package/dist/190/polkadotIngressEgress/depositFailed.d.ts +10 -10
- package/dist/190/polkadotIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/190/polkadotIngressEgress/depositFinalised.d.ts +8 -8
- package/dist/190/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +20 -20
- package/dist/190/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +20 -20
- package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.ts +2 -2
- 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 +50 -50
- package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.ts +50 -50
- 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 +172 -172
- package/dist/190/solanaIngressEgress/depositFailed.d.ts +172 -172
- package/dist/190/solanaIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/190/solanaIngressEgress/depositFinalised.d.ts +6 -6
- package/dist/190/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/190/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
- package/dist/190/solanaIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/190/solanaIngressEgress/transferFallbackRequested.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/dist/Processor.d.cts +1 -5
- package/dist/Processor.d.ts +1 -5
- package/package.json +2 -2
package/dist/11100/common.d.cts
CHANGED
|
@@ -2184,6 +2184,209 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
2184
2184
|
}>]>;
|
|
2185
2185
|
declare const hexString: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2186
2186
|
declare const accountId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
2187
|
+
declare const numericString: z.ZodEffects<z.ZodString, string, string>;
|
|
2188
|
+
declare const numberOrHex: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
2189
|
+
declare const palletCfFundingRedemptionAmount: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
2190
|
+
__kind: z.ZodLiteral<"Max">;
|
|
2191
|
+
}, "strip", z.ZodTypeAny, {
|
|
2192
|
+
__kind: "Max";
|
|
2193
|
+
}, {
|
|
2194
|
+
__kind: "Max";
|
|
2195
|
+
}>, z.ZodObject<{
|
|
2196
|
+
__kind: z.ZodLiteral<"Exact">;
|
|
2197
|
+
value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
2198
|
+
}, "strip", z.ZodTypeAny, {
|
|
2199
|
+
value: bigint;
|
|
2200
|
+
__kind: "Exact";
|
|
2201
|
+
}, {
|
|
2202
|
+
value: string | number;
|
|
2203
|
+
__kind: "Exact";
|
|
2204
|
+
}>]>;
|
|
2205
|
+
declare const stateChainRuntimeChainflipEthereumScCallsDelegationApi: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
2206
|
+
__kind: z.ZodLiteral<"Delegate">;
|
|
2207
|
+
operator: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
2208
|
+
}, "strip", z.ZodTypeAny, {
|
|
2209
|
+
__kind: "Delegate";
|
|
2210
|
+
operator: string;
|
|
2211
|
+
}, {
|
|
2212
|
+
__kind: "Delegate";
|
|
2213
|
+
operator: string;
|
|
2214
|
+
}>, z.ZodObject<{
|
|
2215
|
+
__kind: z.ZodLiteral<"Undelegate">;
|
|
2216
|
+
}, "strip", z.ZodTypeAny, {
|
|
2217
|
+
__kind: "Undelegate";
|
|
2218
|
+
}, {
|
|
2219
|
+
__kind: "Undelegate";
|
|
2220
|
+
}>, z.ZodObject<{
|
|
2221
|
+
__kind: z.ZodLiteral<"SetMaxBid">;
|
|
2222
|
+
maybeMaxBid: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
|
|
2223
|
+
}, "strip", z.ZodTypeAny, {
|
|
2224
|
+
__kind: "SetMaxBid";
|
|
2225
|
+
maybeMaxBid?: bigint | null | undefined;
|
|
2226
|
+
}, {
|
|
2227
|
+
__kind: "SetMaxBid";
|
|
2228
|
+
maybeMaxBid?: string | number | null | undefined;
|
|
2229
|
+
}>, z.ZodObject<{
|
|
2230
|
+
__kind: z.ZodLiteral<"Redeem">;
|
|
2231
|
+
amount: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
2232
|
+
__kind: z.ZodLiteral<"Max">;
|
|
2233
|
+
}, "strip", z.ZodTypeAny, {
|
|
2234
|
+
__kind: "Max";
|
|
2235
|
+
}, {
|
|
2236
|
+
__kind: "Max";
|
|
2237
|
+
}>, z.ZodObject<{
|
|
2238
|
+
__kind: z.ZodLiteral<"Exact">;
|
|
2239
|
+
value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
2240
|
+
}, "strip", z.ZodTypeAny, {
|
|
2241
|
+
value: bigint;
|
|
2242
|
+
__kind: "Exact";
|
|
2243
|
+
}, {
|
|
2244
|
+
value: string | number;
|
|
2245
|
+
__kind: "Exact";
|
|
2246
|
+
}>]>;
|
|
2247
|
+
address: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2248
|
+
executor: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodString, `0x${string}`, string>>>;
|
|
2249
|
+
}, "strip", z.ZodTypeAny, {
|
|
2250
|
+
__kind: "Redeem";
|
|
2251
|
+
amount: {
|
|
2252
|
+
__kind: "Max";
|
|
2253
|
+
} | {
|
|
2254
|
+
value: bigint;
|
|
2255
|
+
__kind: "Exact";
|
|
2256
|
+
};
|
|
2257
|
+
address: `0x${string}`;
|
|
2258
|
+
executor?: `0x${string}` | null | undefined;
|
|
2259
|
+
}, {
|
|
2260
|
+
__kind: "Redeem";
|
|
2261
|
+
amount: {
|
|
2262
|
+
__kind: "Max";
|
|
2263
|
+
} | {
|
|
2264
|
+
value: string | number;
|
|
2265
|
+
__kind: "Exact";
|
|
2266
|
+
};
|
|
2267
|
+
address: string;
|
|
2268
|
+
executor?: string | null | undefined;
|
|
2269
|
+
}>]>;
|
|
2270
|
+
declare const stateChainRuntimeChainflipEthereumScCallsEthereumSCApi: z.ZodObject<{
|
|
2271
|
+
__kind: z.ZodLiteral<"Delegation">;
|
|
2272
|
+
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
2273
|
+
__kind: z.ZodLiteral<"Delegate">;
|
|
2274
|
+
operator: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
2275
|
+
}, "strip", z.ZodTypeAny, {
|
|
2276
|
+
__kind: "Delegate";
|
|
2277
|
+
operator: string;
|
|
2278
|
+
}, {
|
|
2279
|
+
__kind: "Delegate";
|
|
2280
|
+
operator: string;
|
|
2281
|
+
}>, z.ZodObject<{
|
|
2282
|
+
__kind: z.ZodLiteral<"Undelegate">;
|
|
2283
|
+
}, "strip", z.ZodTypeAny, {
|
|
2284
|
+
__kind: "Undelegate";
|
|
2285
|
+
}, {
|
|
2286
|
+
__kind: "Undelegate";
|
|
2287
|
+
}>, z.ZodObject<{
|
|
2288
|
+
__kind: z.ZodLiteral<"SetMaxBid">;
|
|
2289
|
+
maybeMaxBid: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
|
|
2290
|
+
}, "strip", z.ZodTypeAny, {
|
|
2291
|
+
__kind: "SetMaxBid";
|
|
2292
|
+
maybeMaxBid?: bigint | null | undefined;
|
|
2293
|
+
}, {
|
|
2294
|
+
__kind: "SetMaxBid";
|
|
2295
|
+
maybeMaxBid?: string | number | null | undefined;
|
|
2296
|
+
}>, z.ZodObject<{
|
|
2297
|
+
__kind: z.ZodLiteral<"Redeem">;
|
|
2298
|
+
amount: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
2299
|
+
__kind: z.ZodLiteral<"Max">;
|
|
2300
|
+
}, "strip", z.ZodTypeAny, {
|
|
2301
|
+
__kind: "Max";
|
|
2302
|
+
}, {
|
|
2303
|
+
__kind: "Max";
|
|
2304
|
+
}>, z.ZodObject<{
|
|
2305
|
+
__kind: z.ZodLiteral<"Exact">;
|
|
2306
|
+
value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
2307
|
+
}, "strip", z.ZodTypeAny, {
|
|
2308
|
+
value: bigint;
|
|
2309
|
+
__kind: "Exact";
|
|
2310
|
+
}, {
|
|
2311
|
+
value: string | number;
|
|
2312
|
+
__kind: "Exact";
|
|
2313
|
+
}>]>;
|
|
2314
|
+
address: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2315
|
+
executor: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodString, `0x${string}`, string>>>;
|
|
2316
|
+
}, "strip", z.ZodTypeAny, {
|
|
2317
|
+
__kind: "Redeem";
|
|
2318
|
+
amount: {
|
|
2319
|
+
__kind: "Max";
|
|
2320
|
+
} | {
|
|
2321
|
+
value: bigint;
|
|
2322
|
+
__kind: "Exact";
|
|
2323
|
+
};
|
|
2324
|
+
address: `0x${string}`;
|
|
2325
|
+
executor?: `0x${string}` | null | undefined;
|
|
2326
|
+
}, {
|
|
2327
|
+
__kind: "Redeem";
|
|
2328
|
+
amount: {
|
|
2329
|
+
__kind: "Max";
|
|
2330
|
+
} | {
|
|
2331
|
+
value: string | number;
|
|
2332
|
+
__kind: "Exact";
|
|
2333
|
+
};
|
|
2334
|
+
address: string;
|
|
2335
|
+
executor?: string | null | undefined;
|
|
2336
|
+
}>]>;
|
|
2337
|
+
}, "strip", z.ZodTypeAny, {
|
|
2338
|
+
value: {
|
|
2339
|
+
__kind: "Delegate";
|
|
2340
|
+
operator: string;
|
|
2341
|
+
} | {
|
|
2342
|
+
__kind: "Undelegate";
|
|
2343
|
+
} | {
|
|
2344
|
+
__kind: "SetMaxBid";
|
|
2345
|
+
maybeMaxBid?: bigint | null | undefined;
|
|
2346
|
+
} | {
|
|
2347
|
+
__kind: "Redeem";
|
|
2348
|
+
amount: {
|
|
2349
|
+
__kind: "Max";
|
|
2350
|
+
} | {
|
|
2351
|
+
value: bigint;
|
|
2352
|
+
__kind: "Exact";
|
|
2353
|
+
};
|
|
2354
|
+
address: `0x${string}`;
|
|
2355
|
+
executor?: `0x${string}` | null | undefined;
|
|
2356
|
+
};
|
|
2357
|
+
__kind: "Delegation";
|
|
2358
|
+
}, {
|
|
2359
|
+
value: {
|
|
2360
|
+
__kind: "Delegate";
|
|
2361
|
+
operator: string;
|
|
2362
|
+
} | {
|
|
2363
|
+
__kind: "Undelegate";
|
|
2364
|
+
} | {
|
|
2365
|
+
__kind: "SetMaxBid";
|
|
2366
|
+
maybeMaxBid?: string | number | null | undefined;
|
|
2367
|
+
} | {
|
|
2368
|
+
__kind: "Redeem";
|
|
2369
|
+
amount: {
|
|
2370
|
+
__kind: "Max";
|
|
2371
|
+
} | {
|
|
2372
|
+
value: string | number;
|
|
2373
|
+
__kind: "Exact";
|
|
2374
|
+
};
|
|
2375
|
+
address: string;
|
|
2376
|
+
executor?: string | null | undefined;
|
|
2377
|
+
};
|
|
2378
|
+
__kind: "Delegation";
|
|
2379
|
+
}>;
|
|
2380
|
+
declare const spWeightsWeightV2Weight: z.ZodObject<{
|
|
2381
|
+
refTime: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
2382
|
+
proofSize: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
2383
|
+
}, "strip", z.ZodTypeAny, {
|
|
2384
|
+
refTime: bigint;
|
|
2385
|
+
proofSize: bigint;
|
|
2386
|
+
}, {
|
|
2387
|
+
refTime: string | number;
|
|
2388
|
+
proofSize: string | number;
|
|
2389
|
+
}>;
|
|
2187
2390
|
declare const simpleEnum: <U extends string, T extends readonly [U, ...U[]]>(values: T) => z.ZodEffects<z.ZodObject<{
|
|
2188
2391
|
__kind: z.ZodEnum<z.Writeable<T>>;
|
|
2189
2392
|
}, "strip", z.ZodTypeAny, z.objectUtil.addQuestionMarks<z.baseObjectOutputType<{
|
|
@@ -2201,6 +2404,504 @@ declare const simpleEnum: <U extends string, T extends readonly [U, ...U[]]>(val
|
|
|
2201
2404
|
}> extends infer T_3 ? { [k_1 in keyof T_3]: z.baseObjectInputType<{
|
|
2202
2405
|
__kind: z.ZodEnum<z.Writeable<T>>;
|
|
2203
2406
|
}>[k_1]; } : never>;
|
|
2407
|
+
declare const frameSupportDispatchPays: z.ZodEffects<z.ZodObject<{
|
|
2408
|
+
__kind: z.ZodEnum<["Yes", "No"]>;
|
|
2409
|
+
}, "strip", z.ZodTypeAny, {
|
|
2410
|
+
__kind: "Yes" | "No";
|
|
2411
|
+
}, {
|
|
2412
|
+
__kind: "Yes" | "No";
|
|
2413
|
+
}>, "Yes" | "No", {
|
|
2414
|
+
__kind: "Yes" | "No";
|
|
2415
|
+
}>;
|
|
2416
|
+
declare const frameSupportDispatchPostDispatchInfo: z.ZodObject<{
|
|
2417
|
+
actualWeight: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2418
|
+
refTime: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
2419
|
+
proofSize: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
2420
|
+
}, "strip", z.ZodTypeAny, {
|
|
2421
|
+
refTime: bigint;
|
|
2422
|
+
proofSize: bigint;
|
|
2423
|
+
}, {
|
|
2424
|
+
refTime: string | number;
|
|
2425
|
+
proofSize: string | number;
|
|
2426
|
+
}>>>;
|
|
2427
|
+
paysFee: z.ZodEffects<z.ZodObject<{
|
|
2428
|
+
__kind: z.ZodEnum<["Yes", "No"]>;
|
|
2429
|
+
}, "strip", z.ZodTypeAny, {
|
|
2430
|
+
__kind: "Yes" | "No";
|
|
2431
|
+
}, {
|
|
2432
|
+
__kind: "Yes" | "No";
|
|
2433
|
+
}>, "Yes" | "No", {
|
|
2434
|
+
__kind: "Yes" | "No";
|
|
2435
|
+
}>;
|
|
2436
|
+
}, "strip", z.ZodTypeAny, {
|
|
2437
|
+
paysFee: "Yes" | "No";
|
|
2438
|
+
actualWeight?: {
|
|
2439
|
+
refTime: bigint;
|
|
2440
|
+
proofSize: bigint;
|
|
2441
|
+
} | null | undefined;
|
|
2442
|
+
}, {
|
|
2443
|
+
paysFee: {
|
|
2444
|
+
__kind: "Yes" | "No";
|
|
2445
|
+
};
|
|
2446
|
+
actualWeight?: {
|
|
2447
|
+
refTime: string | number;
|
|
2448
|
+
proofSize: string | number;
|
|
2449
|
+
} | null | undefined;
|
|
2450
|
+
}>;
|
|
2451
|
+
declare const spRuntimeModuleError: z.ZodObject<{
|
|
2452
|
+
index: z.ZodNumber;
|
|
2453
|
+
error: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2454
|
+
}, "strip", z.ZodTypeAny, {
|
|
2455
|
+
index: number;
|
|
2456
|
+
error: `0x${string}`;
|
|
2457
|
+
}, {
|
|
2458
|
+
index: number;
|
|
2459
|
+
error: string;
|
|
2460
|
+
}>;
|
|
2461
|
+
declare const spRuntimeTokenError: z.ZodEffects<z.ZodObject<{
|
|
2462
|
+
__kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
|
|
2463
|
+
}, "strip", z.ZodTypeAny, {
|
|
2464
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
2465
|
+
}, {
|
|
2466
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
2467
|
+
}>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
|
|
2468
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
2469
|
+
}>;
|
|
2470
|
+
declare const spArithmeticArithmeticError: z.ZodEffects<z.ZodObject<{
|
|
2471
|
+
__kind: z.ZodEnum<["Underflow", "Overflow", "DivisionByZero"]>;
|
|
2472
|
+
}, "strip", z.ZodTypeAny, {
|
|
2473
|
+
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
2474
|
+
}, {
|
|
2475
|
+
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
2476
|
+
}>, "Underflow" | "Overflow" | "DivisionByZero", {
|
|
2477
|
+
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
2478
|
+
}>;
|
|
2479
|
+
declare const spRuntimeTransactionalError: z.ZodEffects<z.ZodObject<{
|
|
2480
|
+
__kind: z.ZodEnum<["LimitReached", "NoLayer"]>;
|
|
2481
|
+
}, "strip", z.ZodTypeAny, {
|
|
2482
|
+
__kind: "LimitReached" | "NoLayer";
|
|
2483
|
+
}, {
|
|
2484
|
+
__kind: "LimitReached" | "NoLayer";
|
|
2485
|
+
}>, "LimitReached" | "NoLayer", {
|
|
2486
|
+
__kind: "LimitReached" | "NoLayer";
|
|
2487
|
+
}>;
|
|
2488
|
+
declare const spRuntimeDispatchError: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
2489
|
+
__kind: z.ZodLiteral<"Other">;
|
|
2490
|
+
}, "strip", z.ZodTypeAny, {
|
|
2491
|
+
__kind: "Other";
|
|
2492
|
+
}, {
|
|
2493
|
+
__kind: "Other";
|
|
2494
|
+
}>, z.ZodObject<{
|
|
2495
|
+
__kind: z.ZodLiteral<"CannotLookup">;
|
|
2496
|
+
}, "strip", z.ZodTypeAny, {
|
|
2497
|
+
__kind: "CannotLookup";
|
|
2498
|
+
}, {
|
|
2499
|
+
__kind: "CannotLookup";
|
|
2500
|
+
}>, z.ZodObject<{
|
|
2501
|
+
__kind: z.ZodLiteral<"BadOrigin">;
|
|
2502
|
+
}, "strip", z.ZodTypeAny, {
|
|
2503
|
+
__kind: "BadOrigin";
|
|
2504
|
+
}, {
|
|
2505
|
+
__kind: "BadOrigin";
|
|
2506
|
+
}>, z.ZodObject<{
|
|
2507
|
+
__kind: z.ZodLiteral<"Module">;
|
|
2508
|
+
value: z.ZodObject<{
|
|
2509
|
+
index: z.ZodNumber;
|
|
2510
|
+
error: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2511
|
+
}, "strip", z.ZodTypeAny, {
|
|
2512
|
+
index: number;
|
|
2513
|
+
error: `0x${string}`;
|
|
2514
|
+
}, {
|
|
2515
|
+
index: number;
|
|
2516
|
+
error: string;
|
|
2517
|
+
}>;
|
|
2518
|
+
}, "strip", z.ZodTypeAny, {
|
|
2519
|
+
value: {
|
|
2520
|
+
index: number;
|
|
2521
|
+
error: `0x${string}`;
|
|
2522
|
+
};
|
|
2523
|
+
__kind: "Module";
|
|
2524
|
+
}, {
|
|
2525
|
+
value: {
|
|
2526
|
+
index: number;
|
|
2527
|
+
error: string;
|
|
2528
|
+
};
|
|
2529
|
+
__kind: "Module";
|
|
2530
|
+
}>, z.ZodObject<{
|
|
2531
|
+
__kind: z.ZodLiteral<"ConsumerRemaining">;
|
|
2532
|
+
}, "strip", z.ZodTypeAny, {
|
|
2533
|
+
__kind: "ConsumerRemaining";
|
|
2534
|
+
}, {
|
|
2535
|
+
__kind: "ConsumerRemaining";
|
|
2536
|
+
}>, z.ZodObject<{
|
|
2537
|
+
__kind: z.ZodLiteral<"NoProviders">;
|
|
2538
|
+
}, "strip", z.ZodTypeAny, {
|
|
2539
|
+
__kind: "NoProviders";
|
|
2540
|
+
}, {
|
|
2541
|
+
__kind: "NoProviders";
|
|
2542
|
+
}>, z.ZodObject<{
|
|
2543
|
+
__kind: z.ZodLiteral<"TooManyConsumers">;
|
|
2544
|
+
}, "strip", z.ZodTypeAny, {
|
|
2545
|
+
__kind: "TooManyConsumers";
|
|
2546
|
+
}, {
|
|
2547
|
+
__kind: "TooManyConsumers";
|
|
2548
|
+
}>, z.ZodObject<{
|
|
2549
|
+
__kind: z.ZodLiteral<"Token">;
|
|
2550
|
+
value: z.ZodEffects<z.ZodObject<{
|
|
2551
|
+
__kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
|
|
2552
|
+
}, "strip", z.ZodTypeAny, {
|
|
2553
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
2554
|
+
}, {
|
|
2555
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
2556
|
+
}>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
|
|
2557
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
2558
|
+
}>;
|
|
2559
|
+
}, "strip", z.ZodTypeAny, {
|
|
2560
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
2561
|
+
__kind: "Token";
|
|
2562
|
+
}, {
|
|
2563
|
+
value: {
|
|
2564
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
2565
|
+
};
|
|
2566
|
+
__kind: "Token";
|
|
2567
|
+
}>, z.ZodObject<{
|
|
2568
|
+
__kind: z.ZodLiteral<"Arithmetic">;
|
|
2569
|
+
value: z.ZodEffects<z.ZodObject<{
|
|
2570
|
+
__kind: z.ZodEnum<["Underflow", "Overflow", "DivisionByZero"]>;
|
|
2571
|
+
}, "strip", z.ZodTypeAny, {
|
|
2572
|
+
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
2573
|
+
}, {
|
|
2574
|
+
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
2575
|
+
}>, "Underflow" | "Overflow" | "DivisionByZero", {
|
|
2576
|
+
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
2577
|
+
}>;
|
|
2578
|
+
}, "strip", z.ZodTypeAny, {
|
|
2579
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
2580
|
+
__kind: "Arithmetic";
|
|
2581
|
+
}, {
|
|
2582
|
+
value: {
|
|
2583
|
+
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
2584
|
+
};
|
|
2585
|
+
__kind: "Arithmetic";
|
|
2586
|
+
}>, z.ZodObject<{
|
|
2587
|
+
__kind: z.ZodLiteral<"Transactional">;
|
|
2588
|
+
value: z.ZodEffects<z.ZodObject<{
|
|
2589
|
+
__kind: z.ZodEnum<["LimitReached", "NoLayer"]>;
|
|
2590
|
+
}, "strip", z.ZodTypeAny, {
|
|
2591
|
+
__kind: "LimitReached" | "NoLayer";
|
|
2592
|
+
}, {
|
|
2593
|
+
__kind: "LimitReached" | "NoLayer";
|
|
2594
|
+
}>, "LimitReached" | "NoLayer", {
|
|
2595
|
+
__kind: "LimitReached" | "NoLayer";
|
|
2596
|
+
}>;
|
|
2597
|
+
}, "strip", z.ZodTypeAny, {
|
|
2598
|
+
value: "LimitReached" | "NoLayer";
|
|
2599
|
+
__kind: "Transactional";
|
|
2600
|
+
}, {
|
|
2601
|
+
value: {
|
|
2602
|
+
__kind: "LimitReached" | "NoLayer";
|
|
2603
|
+
};
|
|
2604
|
+
__kind: "Transactional";
|
|
2605
|
+
}>, z.ZodObject<{
|
|
2606
|
+
__kind: z.ZodLiteral<"Exhausted">;
|
|
2607
|
+
}, "strip", z.ZodTypeAny, {
|
|
2608
|
+
__kind: "Exhausted";
|
|
2609
|
+
}, {
|
|
2610
|
+
__kind: "Exhausted";
|
|
2611
|
+
}>, z.ZodObject<{
|
|
2612
|
+
__kind: z.ZodLiteral<"Corruption">;
|
|
2613
|
+
}, "strip", z.ZodTypeAny, {
|
|
2614
|
+
__kind: "Corruption";
|
|
2615
|
+
}, {
|
|
2616
|
+
__kind: "Corruption";
|
|
2617
|
+
}>, z.ZodObject<{
|
|
2618
|
+
__kind: z.ZodLiteral<"Unavailable">;
|
|
2619
|
+
}, "strip", z.ZodTypeAny, {
|
|
2620
|
+
__kind: "Unavailable";
|
|
2621
|
+
}, {
|
|
2622
|
+
__kind: "Unavailable";
|
|
2623
|
+
}>, z.ZodObject<{
|
|
2624
|
+
__kind: z.ZodLiteral<"RootNotAllowed">;
|
|
2625
|
+
}, "strip", z.ZodTypeAny, {
|
|
2626
|
+
__kind: "RootNotAllowed";
|
|
2627
|
+
}, {
|
|
2628
|
+
__kind: "RootNotAllowed";
|
|
2629
|
+
}>]>;
|
|
2630
|
+
declare const spRuntimeDispatchErrorWithPostInfo: z.ZodObject<{
|
|
2631
|
+
postInfo: z.ZodObject<{
|
|
2632
|
+
actualWeight: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2633
|
+
refTime: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
2634
|
+
proofSize: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
2635
|
+
}, "strip", z.ZodTypeAny, {
|
|
2636
|
+
refTime: bigint;
|
|
2637
|
+
proofSize: bigint;
|
|
2638
|
+
}, {
|
|
2639
|
+
refTime: string | number;
|
|
2640
|
+
proofSize: string | number;
|
|
2641
|
+
}>>>;
|
|
2642
|
+
paysFee: z.ZodEffects<z.ZodObject<{
|
|
2643
|
+
__kind: z.ZodEnum<["Yes", "No"]>;
|
|
2644
|
+
}, "strip", z.ZodTypeAny, {
|
|
2645
|
+
__kind: "Yes" | "No";
|
|
2646
|
+
}, {
|
|
2647
|
+
__kind: "Yes" | "No";
|
|
2648
|
+
}>, "Yes" | "No", {
|
|
2649
|
+
__kind: "Yes" | "No";
|
|
2650
|
+
}>;
|
|
2651
|
+
}, "strip", z.ZodTypeAny, {
|
|
2652
|
+
paysFee: "Yes" | "No";
|
|
2653
|
+
actualWeight?: {
|
|
2654
|
+
refTime: bigint;
|
|
2655
|
+
proofSize: bigint;
|
|
2656
|
+
} | null | undefined;
|
|
2657
|
+
}, {
|
|
2658
|
+
paysFee: {
|
|
2659
|
+
__kind: "Yes" | "No";
|
|
2660
|
+
};
|
|
2661
|
+
actualWeight?: {
|
|
2662
|
+
refTime: string | number;
|
|
2663
|
+
proofSize: string | number;
|
|
2664
|
+
} | null | undefined;
|
|
2665
|
+
}>;
|
|
2666
|
+
error: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
2667
|
+
__kind: z.ZodLiteral<"Other">;
|
|
2668
|
+
}, "strip", z.ZodTypeAny, {
|
|
2669
|
+
__kind: "Other";
|
|
2670
|
+
}, {
|
|
2671
|
+
__kind: "Other";
|
|
2672
|
+
}>, z.ZodObject<{
|
|
2673
|
+
__kind: z.ZodLiteral<"CannotLookup">;
|
|
2674
|
+
}, "strip", z.ZodTypeAny, {
|
|
2675
|
+
__kind: "CannotLookup";
|
|
2676
|
+
}, {
|
|
2677
|
+
__kind: "CannotLookup";
|
|
2678
|
+
}>, z.ZodObject<{
|
|
2679
|
+
__kind: z.ZodLiteral<"BadOrigin">;
|
|
2680
|
+
}, "strip", z.ZodTypeAny, {
|
|
2681
|
+
__kind: "BadOrigin";
|
|
2682
|
+
}, {
|
|
2683
|
+
__kind: "BadOrigin";
|
|
2684
|
+
}>, z.ZodObject<{
|
|
2685
|
+
__kind: z.ZodLiteral<"Module">;
|
|
2686
|
+
value: z.ZodObject<{
|
|
2687
|
+
index: z.ZodNumber;
|
|
2688
|
+
error: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2689
|
+
}, "strip", z.ZodTypeAny, {
|
|
2690
|
+
index: number;
|
|
2691
|
+
error: `0x${string}`;
|
|
2692
|
+
}, {
|
|
2693
|
+
index: number;
|
|
2694
|
+
error: string;
|
|
2695
|
+
}>;
|
|
2696
|
+
}, "strip", z.ZodTypeAny, {
|
|
2697
|
+
value: {
|
|
2698
|
+
index: number;
|
|
2699
|
+
error: `0x${string}`;
|
|
2700
|
+
};
|
|
2701
|
+
__kind: "Module";
|
|
2702
|
+
}, {
|
|
2703
|
+
value: {
|
|
2704
|
+
index: number;
|
|
2705
|
+
error: string;
|
|
2706
|
+
};
|
|
2707
|
+
__kind: "Module";
|
|
2708
|
+
}>, z.ZodObject<{
|
|
2709
|
+
__kind: z.ZodLiteral<"ConsumerRemaining">;
|
|
2710
|
+
}, "strip", z.ZodTypeAny, {
|
|
2711
|
+
__kind: "ConsumerRemaining";
|
|
2712
|
+
}, {
|
|
2713
|
+
__kind: "ConsumerRemaining";
|
|
2714
|
+
}>, z.ZodObject<{
|
|
2715
|
+
__kind: z.ZodLiteral<"NoProviders">;
|
|
2716
|
+
}, "strip", z.ZodTypeAny, {
|
|
2717
|
+
__kind: "NoProviders";
|
|
2718
|
+
}, {
|
|
2719
|
+
__kind: "NoProviders";
|
|
2720
|
+
}>, z.ZodObject<{
|
|
2721
|
+
__kind: z.ZodLiteral<"TooManyConsumers">;
|
|
2722
|
+
}, "strip", z.ZodTypeAny, {
|
|
2723
|
+
__kind: "TooManyConsumers";
|
|
2724
|
+
}, {
|
|
2725
|
+
__kind: "TooManyConsumers";
|
|
2726
|
+
}>, z.ZodObject<{
|
|
2727
|
+
__kind: z.ZodLiteral<"Token">;
|
|
2728
|
+
value: z.ZodEffects<z.ZodObject<{
|
|
2729
|
+
__kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
|
|
2730
|
+
}, "strip", z.ZodTypeAny, {
|
|
2731
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
2732
|
+
}, {
|
|
2733
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
2734
|
+
}>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
|
|
2735
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
2736
|
+
}>;
|
|
2737
|
+
}, "strip", z.ZodTypeAny, {
|
|
2738
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
2739
|
+
__kind: "Token";
|
|
2740
|
+
}, {
|
|
2741
|
+
value: {
|
|
2742
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
2743
|
+
};
|
|
2744
|
+
__kind: "Token";
|
|
2745
|
+
}>, z.ZodObject<{
|
|
2746
|
+
__kind: z.ZodLiteral<"Arithmetic">;
|
|
2747
|
+
value: z.ZodEffects<z.ZodObject<{
|
|
2748
|
+
__kind: z.ZodEnum<["Underflow", "Overflow", "DivisionByZero"]>;
|
|
2749
|
+
}, "strip", z.ZodTypeAny, {
|
|
2750
|
+
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
2751
|
+
}, {
|
|
2752
|
+
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
2753
|
+
}>, "Underflow" | "Overflow" | "DivisionByZero", {
|
|
2754
|
+
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
2755
|
+
}>;
|
|
2756
|
+
}, "strip", z.ZodTypeAny, {
|
|
2757
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
2758
|
+
__kind: "Arithmetic";
|
|
2759
|
+
}, {
|
|
2760
|
+
value: {
|
|
2761
|
+
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
2762
|
+
};
|
|
2763
|
+
__kind: "Arithmetic";
|
|
2764
|
+
}>, z.ZodObject<{
|
|
2765
|
+
__kind: z.ZodLiteral<"Transactional">;
|
|
2766
|
+
value: z.ZodEffects<z.ZodObject<{
|
|
2767
|
+
__kind: z.ZodEnum<["LimitReached", "NoLayer"]>;
|
|
2768
|
+
}, "strip", z.ZodTypeAny, {
|
|
2769
|
+
__kind: "LimitReached" | "NoLayer";
|
|
2770
|
+
}, {
|
|
2771
|
+
__kind: "LimitReached" | "NoLayer";
|
|
2772
|
+
}>, "LimitReached" | "NoLayer", {
|
|
2773
|
+
__kind: "LimitReached" | "NoLayer";
|
|
2774
|
+
}>;
|
|
2775
|
+
}, "strip", z.ZodTypeAny, {
|
|
2776
|
+
value: "LimitReached" | "NoLayer";
|
|
2777
|
+
__kind: "Transactional";
|
|
2778
|
+
}, {
|
|
2779
|
+
value: {
|
|
2780
|
+
__kind: "LimitReached" | "NoLayer";
|
|
2781
|
+
};
|
|
2782
|
+
__kind: "Transactional";
|
|
2783
|
+
}>, z.ZodObject<{
|
|
2784
|
+
__kind: z.ZodLiteral<"Exhausted">;
|
|
2785
|
+
}, "strip", z.ZodTypeAny, {
|
|
2786
|
+
__kind: "Exhausted";
|
|
2787
|
+
}, {
|
|
2788
|
+
__kind: "Exhausted";
|
|
2789
|
+
}>, z.ZodObject<{
|
|
2790
|
+
__kind: z.ZodLiteral<"Corruption">;
|
|
2791
|
+
}, "strip", z.ZodTypeAny, {
|
|
2792
|
+
__kind: "Corruption";
|
|
2793
|
+
}, {
|
|
2794
|
+
__kind: "Corruption";
|
|
2795
|
+
}>, z.ZodObject<{
|
|
2796
|
+
__kind: z.ZodLiteral<"Unavailable">;
|
|
2797
|
+
}, "strip", z.ZodTypeAny, {
|
|
2798
|
+
__kind: "Unavailable";
|
|
2799
|
+
}, {
|
|
2800
|
+
__kind: "Unavailable";
|
|
2801
|
+
}>, z.ZodObject<{
|
|
2802
|
+
__kind: z.ZodLiteral<"RootNotAllowed">;
|
|
2803
|
+
}, "strip", z.ZodTypeAny, {
|
|
2804
|
+
__kind: "RootNotAllowed";
|
|
2805
|
+
}, {
|
|
2806
|
+
__kind: "RootNotAllowed";
|
|
2807
|
+
}>]>;
|
|
2808
|
+
}, "strip", z.ZodTypeAny, {
|
|
2809
|
+
error: {
|
|
2810
|
+
__kind: "Other";
|
|
2811
|
+
} | {
|
|
2812
|
+
__kind: "CannotLookup";
|
|
2813
|
+
} | {
|
|
2814
|
+
__kind: "BadOrigin";
|
|
2815
|
+
} | {
|
|
2816
|
+
value: {
|
|
2817
|
+
index: number;
|
|
2818
|
+
error: `0x${string}`;
|
|
2819
|
+
};
|
|
2820
|
+
__kind: "Module";
|
|
2821
|
+
} | {
|
|
2822
|
+
__kind: "ConsumerRemaining";
|
|
2823
|
+
} | {
|
|
2824
|
+
__kind: "NoProviders";
|
|
2825
|
+
} | {
|
|
2826
|
+
__kind: "TooManyConsumers";
|
|
2827
|
+
} | {
|
|
2828
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
2829
|
+
__kind: "Token";
|
|
2830
|
+
} | {
|
|
2831
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
2832
|
+
__kind: "Arithmetic";
|
|
2833
|
+
} | {
|
|
2834
|
+
value: "LimitReached" | "NoLayer";
|
|
2835
|
+
__kind: "Transactional";
|
|
2836
|
+
} | {
|
|
2837
|
+
__kind: "Exhausted";
|
|
2838
|
+
} | {
|
|
2839
|
+
__kind: "Corruption";
|
|
2840
|
+
} | {
|
|
2841
|
+
__kind: "Unavailable";
|
|
2842
|
+
} | {
|
|
2843
|
+
__kind: "RootNotAllowed";
|
|
2844
|
+
};
|
|
2845
|
+
postInfo: {
|
|
2846
|
+
paysFee: "Yes" | "No";
|
|
2847
|
+
actualWeight?: {
|
|
2848
|
+
refTime: bigint;
|
|
2849
|
+
proofSize: bigint;
|
|
2850
|
+
} | null | undefined;
|
|
2851
|
+
};
|
|
2852
|
+
}, {
|
|
2853
|
+
error: {
|
|
2854
|
+
__kind: "Other";
|
|
2855
|
+
} | {
|
|
2856
|
+
__kind: "CannotLookup";
|
|
2857
|
+
} | {
|
|
2858
|
+
__kind: "BadOrigin";
|
|
2859
|
+
} | {
|
|
2860
|
+
value: {
|
|
2861
|
+
index: number;
|
|
2862
|
+
error: string;
|
|
2863
|
+
};
|
|
2864
|
+
__kind: "Module";
|
|
2865
|
+
} | {
|
|
2866
|
+
__kind: "ConsumerRemaining";
|
|
2867
|
+
} | {
|
|
2868
|
+
__kind: "NoProviders";
|
|
2869
|
+
} | {
|
|
2870
|
+
__kind: "TooManyConsumers";
|
|
2871
|
+
} | {
|
|
2872
|
+
value: {
|
|
2873
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
2874
|
+
};
|
|
2875
|
+
__kind: "Token";
|
|
2876
|
+
} | {
|
|
2877
|
+
value: {
|
|
2878
|
+
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
2879
|
+
};
|
|
2880
|
+
__kind: "Arithmetic";
|
|
2881
|
+
} | {
|
|
2882
|
+
value: {
|
|
2883
|
+
__kind: "LimitReached" | "NoLayer";
|
|
2884
|
+
};
|
|
2885
|
+
__kind: "Transactional";
|
|
2886
|
+
} | {
|
|
2887
|
+
__kind: "Exhausted";
|
|
2888
|
+
} | {
|
|
2889
|
+
__kind: "Corruption";
|
|
2890
|
+
} | {
|
|
2891
|
+
__kind: "Unavailable";
|
|
2892
|
+
} | {
|
|
2893
|
+
__kind: "RootNotAllowed";
|
|
2894
|
+
};
|
|
2895
|
+
postInfo: {
|
|
2896
|
+
paysFee: {
|
|
2897
|
+
__kind: "Yes" | "No";
|
|
2898
|
+
};
|
|
2899
|
+
actualWeight?: {
|
|
2900
|
+
refTime: string | number;
|
|
2901
|
+
proofSize: string | number;
|
|
2902
|
+
} | null | undefined;
|
|
2903
|
+
};
|
|
2904
|
+
}>;
|
|
2204
2905
|
declare const cfPrimitivesAccountRole: z.ZodEffects<z.ZodObject<{
|
|
2205
2906
|
__kind: z.ZodEnum<["Unregistered", "Validator", "LiquidityProvider", "Broker", "Operator"]>;
|
|
2206
2907
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2239,8 +2940,6 @@ declare const palletCfValidatorDelegationOperatorSettings: z.ZodObject<{
|
|
|
2239
2940
|
__kind: "Allow" | "Deny";
|
|
2240
2941
|
};
|
|
2241
2942
|
}>;
|
|
2242
|
-
declare const numericString: z.ZodEffects<z.ZodString, string, string>;
|
|
2243
|
-
declare const numberOrHex: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
2244
2943
|
declare const cfPrimitivesChainsAssetsAnyAsset: z.ZodEffects<z.ZodObject<{
|
|
2245
2944
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
2246
2945
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -6989,6 +7688,7 @@ declare const cfChainsRefundParametersChannelRefundParametersAccountOrAddress: z
|
|
|
6989
7688
|
__kind: "Hub";
|
|
6990
7689
|
} | null | undefined;
|
|
6991
7690
|
}>>>;
|
|
7691
|
+
maxOraclePriceSlippage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
6992
7692
|
}, "strip", z.ZodTypeAny, {
|
|
6993
7693
|
retryDuration: number;
|
|
6994
7694
|
refundAddress: {
|
|
@@ -7114,6 +7814,7 @@ declare const cfChainsRefundParametersChannelRefundParametersAccountOrAddress: z
|
|
|
7114
7814
|
__kind: "Hub";
|
|
7115
7815
|
} | null | undefined;
|
|
7116
7816
|
} | null | undefined;
|
|
7817
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
7117
7818
|
}, {
|
|
7118
7819
|
retryDuration: number;
|
|
7119
7820
|
refundAddress: {
|
|
@@ -7241,6 +7942,7 @@ declare const cfChainsRefundParametersChannelRefundParametersAccountOrAddress: z
|
|
|
7241
7942
|
__kind: "Hub";
|
|
7242
7943
|
} | null | undefined;
|
|
7243
7944
|
} | null | undefined;
|
|
7945
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
7244
7946
|
}>;
|
|
7245
7947
|
declare const cfPrimitivesDcaParameters: z.ZodObject<{
|
|
7246
7948
|
numberOfChunks: z.ZodNumber;
|
|
@@ -7248,289 +7950,113 @@ declare const cfPrimitivesDcaParameters: z.ZodObject<{
|
|
|
7248
7950
|
}, "strip", z.ZodTypeAny, {
|
|
7249
7951
|
numberOfChunks: number;
|
|
7250
7952
|
chunkInterval: number;
|
|
7251
|
-
}, {
|
|
7252
|
-
numberOfChunks: number;
|
|
7253
|
-
chunkInterval: number;
|
|
7254
|
-
}>;
|
|
7255
|
-
declare const cfChainsCcmChannelMetadataCcmAdditionalData: z.ZodObject<{
|
|
7256
|
-
message: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
7257
|
-
gasBudget: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
7258
|
-
ccmAdditionalData: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
7259
|
-
}, "strip", z.ZodTypeAny, {
|
|
7260
|
-
message: `0x${string}`;
|
|
7261
|
-
gasBudget: bigint;
|
|
7262
|
-
ccmAdditionalData: `0x${string}`;
|
|
7263
|
-
}, {
|
|
7264
|
-
message: string;
|
|
7265
|
-
gasBudget: string | number;
|
|
7266
|
-
ccmAdditionalData: string;
|
|
7267
|
-
}>;
|
|
7268
|
-
declare const cfChainsRefundParametersChannelRefundParametersEncodedAddress: z.ZodObject<{
|
|
7269
|
-
retryDuration: z.ZodNumber;
|
|
7270
|
-
refundAddress: z.ZodEffects<z.ZodObject<{
|
|
7271
|
-
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
7272
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
7273
|
-
}, "strip", z.ZodTypeAny, {
|
|
7274
|
-
value: `0x${string}`;
|
|
7275
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
7276
|
-
}, {
|
|
7277
|
-
value: string;
|
|
7278
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
7279
|
-
}>, {
|
|
7280
|
-
readonly chain: "Ethereum";
|
|
7281
|
-
readonly address: `0x${string}`;
|
|
7282
|
-
} | {
|
|
7283
|
-
readonly chain: "Polkadot";
|
|
7284
|
-
readonly address: string;
|
|
7285
|
-
} | {
|
|
7286
|
-
readonly chain: "Bitcoin";
|
|
7287
|
-
readonly address: string;
|
|
7288
|
-
} | {
|
|
7289
|
-
readonly chain: "Arbitrum";
|
|
7290
|
-
readonly address: `0x${string}`;
|
|
7291
|
-
} | {
|
|
7292
|
-
readonly chain: "Solana";
|
|
7293
|
-
readonly address: string;
|
|
7294
|
-
} | {
|
|
7295
|
-
readonly chain: "Assethub";
|
|
7296
|
-
readonly address: string;
|
|
7297
|
-
}, {
|
|
7298
|
-
value: string;
|
|
7299
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
7300
|
-
}>;
|
|
7301
|
-
minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
7302
|
-
refundCcmMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
7303
|
-
message: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
7304
|
-
gasBudget: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
7305
|
-
ccmAdditionalData: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
7306
|
-
}, "strip", z.ZodTypeAny, {
|
|
7307
|
-
message: `0x${string}`;
|
|
7308
|
-
gasBudget: bigint;
|
|
7309
|
-
ccmAdditionalData: `0x${string}`;
|
|
7310
|
-
}, {
|
|
7311
|
-
message: string;
|
|
7312
|
-
gasBudget: string | number;
|
|
7313
|
-
ccmAdditionalData: string;
|
|
7314
|
-
}>>>;
|
|
7315
|
-
}, "strip", z.ZodTypeAny, {
|
|
7316
|
-
retryDuration: number;
|
|
7317
|
-
refundAddress: {
|
|
7318
|
-
readonly chain: "Ethereum";
|
|
7319
|
-
readonly address: `0x${string}`;
|
|
7320
|
-
} | {
|
|
7321
|
-
readonly chain: "Polkadot";
|
|
7322
|
-
readonly address: string;
|
|
7323
|
-
} | {
|
|
7324
|
-
readonly chain: "Bitcoin";
|
|
7325
|
-
readonly address: string;
|
|
7326
|
-
} | {
|
|
7327
|
-
readonly chain: "Arbitrum";
|
|
7328
|
-
readonly address: `0x${string}`;
|
|
7329
|
-
} | {
|
|
7330
|
-
readonly chain: "Solana";
|
|
7331
|
-
readonly address: string;
|
|
7332
|
-
} | {
|
|
7333
|
-
readonly chain: "Assethub";
|
|
7334
|
-
readonly address: string;
|
|
7335
|
-
};
|
|
7336
|
-
minPrice: bigint;
|
|
7337
|
-
refundCcmMetadata?: {
|
|
7338
|
-
message: `0x${string}`;
|
|
7339
|
-
gasBudget: bigint;
|
|
7340
|
-
ccmAdditionalData: `0x${string}`;
|
|
7341
|
-
} | null | undefined;
|
|
7342
|
-
}, {
|
|
7343
|
-
retryDuration: number;
|
|
7344
|
-
refundAddress: {
|
|
7345
|
-
value: string;
|
|
7346
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
7347
|
-
};
|
|
7348
|
-
minPrice: string | number;
|
|
7349
|
-
refundCcmMetadata?: {
|
|
7350
|
-
message: string;
|
|
7351
|
-
gasBudget: string | number;
|
|
7352
|
-
ccmAdditionalData: string;
|
|
7353
|
-
} | null | undefined;
|
|
7354
|
-
}>;
|
|
7355
|
-
declare const spRuntimeModuleError: z.ZodObject<{
|
|
7356
|
-
index: z.ZodNumber;
|
|
7357
|
-
error: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
7358
|
-
}, "strip", z.ZodTypeAny, {
|
|
7359
|
-
index: number;
|
|
7360
|
-
error: `0x${string}`;
|
|
7361
|
-
}, {
|
|
7362
|
-
index: number;
|
|
7363
|
-
error: string;
|
|
7364
|
-
}>;
|
|
7365
|
-
declare const spRuntimeTokenError: z.ZodEffects<z.ZodObject<{
|
|
7366
|
-
__kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
|
|
7367
|
-
}, "strip", z.ZodTypeAny, {
|
|
7368
|
-
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
7369
|
-
}, {
|
|
7370
|
-
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
7371
|
-
}>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
|
|
7372
|
-
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
7373
|
-
}>;
|
|
7374
|
-
declare const spArithmeticArithmeticError: z.ZodEffects<z.ZodObject<{
|
|
7375
|
-
__kind: z.ZodEnum<["Underflow", "Overflow", "DivisionByZero"]>;
|
|
7376
|
-
}, "strip", z.ZodTypeAny, {
|
|
7377
|
-
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
7378
|
-
}, {
|
|
7379
|
-
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
7380
|
-
}>, "Underflow" | "Overflow" | "DivisionByZero", {
|
|
7381
|
-
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
7382
|
-
}>;
|
|
7383
|
-
declare const spRuntimeTransactionalError: z.ZodEffects<z.ZodObject<{
|
|
7384
|
-
__kind: z.ZodEnum<["LimitReached", "NoLayer"]>;
|
|
7385
|
-
}, "strip", z.ZodTypeAny, {
|
|
7386
|
-
__kind: "LimitReached" | "NoLayer";
|
|
7387
|
-
}, {
|
|
7388
|
-
__kind: "LimitReached" | "NoLayer";
|
|
7389
|
-
}>, "LimitReached" | "NoLayer", {
|
|
7390
|
-
__kind: "LimitReached" | "NoLayer";
|
|
7391
|
-
}>;
|
|
7392
|
-
declare const spRuntimeDispatchError: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
7393
|
-
__kind: z.ZodLiteral<"Other">;
|
|
7394
|
-
}, "strip", z.ZodTypeAny, {
|
|
7395
|
-
__kind: "Other";
|
|
7396
|
-
}, {
|
|
7397
|
-
__kind: "Other";
|
|
7398
|
-
}>, z.ZodObject<{
|
|
7399
|
-
__kind: z.ZodLiteral<"CannotLookup">;
|
|
7400
|
-
}, "strip", z.ZodTypeAny, {
|
|
7401
|
-
__kind: "CannotLookup";
|
|
7402
|
-
}, {
|
|
7403
|
-
__kind: "CannotLookup";
|
|
7404
|
-
}>, z.ZodObject<{
|
|
7405
|
-
__kind: z.ZodLiteral<"BadOrigin">;
|
|
7406
|
-
}, "strip", z.ZodTypeAny, {
|
|
7407
|
-
__kind: "BadOrigin";
|
|
7408
|
-
}, {
|
|
7409
|
-
__kind: "BadOrigin";
|
|
7410
|
-
}>, z.ZodObject<{
|
|
7411
|
-
__kind: z.ZodLiteral<"Module">;
|
|
7412
|
-
value: z.ZodObject<{
|
|
7413
|
-
index: z.ZodNumber;
|
|
7414
|
-
error: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
7415
|
-
}, "strip", z.ZodTypeAny, {
|
|
7416
|
-
index: number;
|
|
7417
|
-
error: `0x${string}`;
|
|
7418
|
-
}, {
|
|
7419
|
-
index: number;
|
|
7420
|
-
error: string;
|
|
7421
|
-
}>;
|
|
7422
|
-
}, "strip", z.ZodTypeAny, {
|
|
7423
|
-
value: {
|
|
7424
|
-
index: number;
|
|
7425
|
-
error: `0x${string}`;
|
|
7426
|
-
};
|
|
7427
|
-
__kind: "Module";
|
|
7428
|
-
}, {
|
|
7429
|
-
value: {
|
|
7430
|
-
index: number;
|
|
7431
|
-
error: string;
|
|
7432
|
-
};
|
|
7433
|
-
__kind: "Module";
|
|
7434
|
-
}>, z.ZodObject<{
|
|
7435
|
-
__kind: z.ZodLiteral<"ConsumerRemaining">;
|
|
7436
|
-
}, "strip", z.ZodTypeAny, {
|
|
7437
|
-
__kind: "ConsumerRemaining";
|
|
7438
|
-
}, {
|
|
7439
|
-
__kind: "ConsumerRemaining";
|
|
7440
|
-
}>, z.ZodObject<{
|
|
7441
|
-
__kind: z.ZodLiteral<"NoProviders">;
|
|
7442
|
-
}, "strip", z.ZodTypeAny, {
|
|
7443
|
-
__kind: "NoProviders";
|
|
7444
|
-
}, {
|
|
7445
|
-
__kind: "NoProviders";
|
|
7446
|
-
}>, z.ZodObject<{
|
|
7447
|
-
__kind: z.ZodLiteral<"TooManyConsumers">;
|
|
7448
|
-
}, "strip", z.ZodTypeAny, {
|
|
7449
|
-
__kind: "TooManyConsumers";
|
|
7450
|
-
}, {
|
|
7451
|
-
__kind: "TooManyConsumers";
|
|
7452
|
-
}>, z.ZodObject<{
|
|
7453
|
-
__kind: z.ZodLiteral<"Token">;
|
|
7454
|
-
value: z.ZodEffects<z.ZodObject<{
|
|
7455
|
-
__kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
|
|
7456
|
-
}, "strip", z.ZodTypeAny, {
|
|
7457
|
-
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
7458
|
-
}, {
|
|
7459
|
-
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
7460
|
-
}>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
|
|
7461
|
-
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
7462
|
-
}>;
|
|
7463
|
-
}, "strip", z.ZodTypeAny, {
|
|
7464
|
-
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
7465
|
-
__kind: "Token";
|
|
7466
|
-
}, {
|
|
7467
|
-
value: {
|
|
7468
|
-
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
7469
|
-
};
|
|
7470
|
-
__kind: "Token";
|
|
7471
|
-
}>, z.ZodObject<{
|
|
7472
|
-
__kind: z.ZodLiteral<"Arithmetic">;
|
|
7473
|
-
value: z.ZodEffects<z.ZodObject<{
|
|
7474
|
-
__kind: z.ZodEnum<["Underflow", "Overflow", "DivisionByZero"]>;
|
|
7475
|
-
}, "strip", z.ZodTypeAny, {
|
|
7476
|
-
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
7477
|
-
}, {
|
|
7478
|
-
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
7479
|
-
}>, "Underflow" | "Overflow" | "DivisionByZero", {
|
|
7480
|
-
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
7481
|
-
}>;
|
|
7953
|
+
}, {
|
|
7954
|
+
numberOfChunks: number;
|
|
7955
|
+
chunkInterval: number;
|
|
7956
|
+
}>;
|
|
7957
|
+
declare const cfChainsCcmChannelMetadataCcmAdditionalData: z.ZodObject<{
|
|
7958
|
+
message: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
7959
|
+
gasBudget: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
7960
|
+
ccmAdditionalData: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
7482
7961
|
}, "strip", z.ZodTypeAny, {
|
|
7483
|
-
|
|
7484
|
-
|
|
7962
|
+
message: `0x${string}`;
|
|
7963
|
+
gasBudget: bigint;
|
|
7964
|
+
ccmAdditionalData: `0x${string}`;
|
|
7485
7965
|
}, {
|
|
7486
|
-
|
|
7487
|
-
|
|
7488
|
-
|
|
7489
|
-
|
|
7490
|
-
|
|
7491
|
-
|
|
7492
|
-
|
|
7493
|
-
__kind: z.ZodEnum<["
|
|
7966
|
+
message: string;
|
|
7967
|
+
gasBudget: string | number;
|
|
7968
|
+
ccmAdditionalData: string;
|
|
7969
|
+
}>;
|
|
7970
|
+
declare const cfChainsRefundParametersChannelRefundParametersEncodedAddress: z.ZodObject<{
|
|
7971
|
+
retryDuration: z.ZodNumber;
|
|
7972
|
+
refundAddress: z.ZodEffects<z.ZodObject<{
|
|
7973
|
+
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
7974
|
+
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
7494
7975
|
}, "strip", z.ZodTypeAny, {
|
|
7495
|
-
|
|
7976
|
+
value: `0x${string}`;
|
|
7977
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
7496
7978
|
}, {
|
|
7497
|
-
|
|
7498
|
-
|
|
7499
|
-
|
|
7979
|
+
value: string;
|
|
7980
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
7981
|
+
}>, {
|
|
7982
|
+
readonly chain: "Ethereum";
|
|
7983
|
+
readonly address: `0x${string}`;
|
|
7984
|
+
} | {
|
|
7985
|
+
readonly chain: "Polkadot";
|
|
7986
|
+
readonly address: string;
|
|
7987
|
+
} | {
|
|
7988
|
+
readonly chain: "Bitcoin";
|
|
7989
|
+
readonly address: string;
|
|
7990
|
+
} | {
|
|
7991
|
+
readonly chain: "Arbitrum";
|
|
7992
|
+
readonly address: `0x${string}`;
|
|
7993
|
+
} | {
|
|
7994
|
+
readonly chain: "Solana";
|
|
7995
|
+
readonly address: string;
|
|
7996
|
+
} | {
|
|
7997
|
+
readonly chain: "Assethub";
|
|
7998
|
+
readonly address: string;
|
|
7999
|
+
}, {
|
|
8000
|
+
value: string;
|
|
8001
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
7500
8002
|
}>;
|
|
8003
|
+
minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
8004
|
+
refundCcmMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
8005
|
+
message: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
8006
|
+
gasBudget: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
8007
|
+
ccmAdditionalData: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
8008
|
+
}, "strip", z.ZodTypeAny, {
|
|
8009
|
+
message: `0x${string}`;
|
|
8010
|
+
gasBudget: bigint;
|
|
8011
|
+
ccmAdditionalData: `0x${string}`;
|
|
8012
|
+
}, {
|
|
8013
|
+
message: string;
|
|
8014
|
+
gasBudget: string | number;
|
|
8015
|
+
ccmAdditionalData: string;
|
|
8016
|
+
}>>>;
|
|
8017
|
+
maxOraclePriceSlippage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
7501
8018
|
}, "strip", z.ZodTypeAny, {
|
|
7502
|
-
|
|
7503
|
-
|
|
7504
|
-
|
|
7505
|
-
|
|
7506
|
-
|
|
8019
|
+
retryDuration: number;
|
|
8020
|
+
refundAddress: {
|
|
8021
|
+
readonly chain: "Ethereum";
|
|
8022
|
+
readonly address: `0x${string}`;
|
|
8023
|
+
} | {
|
|
8024
|
+
readonly chain: "Polkadot";
|
|
8025
|
+
readonly address: string;
|
|
8026
|
+
} | {
|
|
8027
|
+
readonly chain: "Bitcoin";
|
|
8028
|
+
readonly address: string;
|
|
8029
|
+
} | {
|
|
8030
|
+
readonly chain: "Arbitrum";
|
|
8031
|
+
readonly address: `0x${string}`;
|
|
8032
|
+
} | {
|
|
8033
|
+
readonly chain: "Solana";
|
|
8034
|
+
readonly address: string;
|
|
8035
|
+
} | {
|
|
8036
|
+
readonly chain: "Assethub";
|
|
8037
|
+
readonly address: string;
|
|
7507
8038
|
};
|
|
7508
|
-
|
|
7509
|
-
|
|
7510
|
-
|
|
7511
|
-
|
|
7512
|
-
|
|
7513
|
-
}
|
|
7514
|
-
|
|
7515
|
-
}>, z.ZodObject<{
|
|
7516
|
-
__kind: z.ZodLiteral<"Corruption">;
|
|
7517
|
-
}, "strip", z.ZodTypeAny, {
|
|
7518
|
-
__kind: "Corruption";
|
|
7519
|
-
}, {
|
|
7520
|
-
__kind: "Corruption";
|
|
7521
|
-
}>, z.ZodObject<{
|
|
7522
|
-
__kind: z.ZodLiteral<"Unavailable">;
|
|
7523
|
-
}, "strip", z.ZodTypeAny, {
|
|
7524
|
-
__kind: "Unavailable";
|
|
7525
|
-
}, {
|
|
7526
|
-
__kind: "Unavailable";
|
|
7527
|
-
}>, z.ZodObject<{
|
|
7528
|
-
__kind: z.ZodLiteral<"RootNotAllowed">;
|
|
7529
|
-
}, "strip", z.ZodTypeAny, {
|
|
7530
|
-
__kind: "RootNotAllowed";
|
|
8039
|
+
minPrice: bigint;
|
|
8040
|
+
refundCcmMetadata?: {
|
|
8041
|
+
message: `0x${string}`;
|
|
8042
|
+
gasBudget: bigint;
|
|
8043
|
+
ccmAdditionalData: `0x${string}`;
|
|
8044
|
+
} | null | undefined;
|
|
8045
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
7531
8046
|
}, {
|
|
7532
|
-
|
|
7533
|
-
|
|
8047
|
+
retryDuration: number;
|
|
8048
|
+
refundAddress: {
|
|
8049
|
+
value: string;
|
|
8050
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
8051
|
+
};
|
|
8052
|
+
minPrice: string | number;
|
|
8053
|
+
refundCcmMetadata?: {
|
|
8054
|
+
message: string;
|
|
8055
|
+
gasBudget: string | number;
|
|
8056
|
+
ccmAdditionalData: string;
|
|
8057
|
+
} | null | undefined;
|
|
8058
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
8059
|
+
}>;
|
|
7534
8060
|
declare const palletCfEthereumIngressEgressDepositFailedReason: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
7535
8061
|
__kind: z.ZodLiteral<"BelowMinimumDeposit">;
|
|
7536
8062
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -7812,18 +8338,18 @@ declare const palletCfEthereumIngressEgressDepositWitnessEthereum: z.ZodObject<{
|
|
|
7812
8338
|
txHashes?: string[] | null | undefined;
|
|
7813
8339
|
}>;
|
|
7814
8340
|
}, "strip", z.ZodTypeAny, {
|
|
8341
|
+
amount: bigint;
|
|
7815
8342
|
depositAddress: `0x${string}`;
|
|
7816
8343
|
asset: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
7817
|
-
amount: bigint;
|
|
7818
8344
|
depositDetails: {
|
|
7819
8345
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
7820
8346
|
};
|
|
7821
8347
|
}, {
|
|
8348
|
+
amount: string | number;
|
|
7822
8349
|
depositAddress: string;
|
|
7823
8350
|
asset: {
|
|
7824
8351
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
7825
8352
|
};
|
|
7826
|
-
amount: string | number;
|
|
7827
8353
|
depositDetails: {
|
|
7828
8354
|
txHashes?: string[] | null | undefined;
|
|
7829
8355
|
};
|
|
@@ -8121,6 +8647,7 @@ declare const cfChainsRefundParametersChannelRefundParametersH160: z.ZodObject<{
|
|
|
8121
8647
|
gasBudget: string | number;
|
|
8122
8648
|
ccmAdditionalData: string;
|
|
8123
8649
|
}>>>;
|
|
8650
|
+
maxOraclePriceSlippage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
8124
8651
|
}, "strip", z.ZodTypeAny, {
|
|
8125
8652
|
retryDuration: number;
|
|
8126
8653
|
refundAddress: `0x${string}`;
|
|
@@ -8130,6 +8657,7 @@ declare const cfChainsRefundParametersChannelRefundParametersH160: z.ZodObject<{
|
|
|
8130
8657
|
gasBudget: bigint;
|
|
8131
8658
|
ccmAdditionalData: `0x${string}`;
|
|
8132
8659
|
} | null | undefined;
|
|
8660
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
8133
8661
|
}, {
|
|
8134
8662
|
retryDuration: number;
|
|
8135
8663
|
refundAddress: string;
|
|
@@ -8139,6 +8667,7 @@ declare const cfChainsRefundParametersChannelRefundParametersH160: z.ZodObject<{
|
|
|
8139
8667
|
gasBudget: string | number;
|
|
8140
8668
|
ccmAdditionalData: string;
|
|
8141
8669
|
} | null | undefined;
|
|
8670
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
8142
8671
|
}>;
|
|
8143
8672
|
declare const palletCfEthereumIngressEgressVaultDepositWitnessEthereum: z.ZodObject<{
|
|
8144
8673
|
inputAsset: z.ZodEffects<z.ZodObject<{
|
|
@@ -8504,6 +9033,7 @@ declare const palletCfEthereumIngressEgressVaultDepositWitnessEthereum: z.ZodObj
|
|
|
8504
9033
|
gasBudget: string | number;
|
|
8505
9034
|
ccmAdditionalData: string;
|
|
8506
9035
|
}>>>;
|
|
9036
|
+
maxOraclePriceSlippage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
8507
9037
|
}, "strip", z.ZodTypeAny, {
|
|
8508
9038
|
retryDuration: number;
|
|
8509
9039
|
refundAddress: `0x${string}`;
|
|
@@ -8513,6 +9043,7 @@ declare const palletCfEthereumIngressEgressVaultDepositWitnessEthereum: z.ZodObj
|
|
|
8513
9043
|
gasBudget: bigint;
|
|
8514
9044
|
ccmAdditionalData: `0x${string}`;
|
|
8515
9045
|
} | null | undefined;
|
|
9046
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
8516
9047
|
}, {
|
|
8517
9048
|
retryDuration: number;
|
|
8518
9049
|
refundAddress: string;
|
|
@@ -8522,6 +9053,7 @@ declare const palletCfEthereumIngressEgressVaultDepositWitnessEthereum: z.ZodObj
|
|
|
8522
9053
|
gasBudget: string | number;
|
|
8523
9054
|
ccmAdditionalData: string;
|
|
8524
9055
|
} | null | undefined;
|
|
9056
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
8525
9057
|
}>;
|
|
8526
9058
|
dcaParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
8527
9059
|
numberOfChunks: z.ZodNumber;
|
|
@@ -8574,6 +9106,7 @@ declare const palletCfEthereumIngressEgressVaultDepositWitnessEthereum: z.ZodObj
|
|
|
8574
9106
|
gasBudget: bigint;
|
|
8575
9107
|
ccmAdditionalData: `0x${string}`;
|
|
8576
9108
|
} | null | undefined;
|
|
9109
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
8577
9110
|
};
|
|
8578
9111
|
boostFee: number;
|
|
8579
9112
|
depositAddress?: `0x${string}` | null | undefined;
|
|
@@ -8661,6 +9194,7 @@ declare const palletCfEthereumIngressEgressVaultDepositWitnessEthereum: z.ZodObj
|
|
|
8661
9194
|
gasBudget: string | number;
|
|
8662
9195
|
ccmAdditionalData: string;
|
|
8663
9196
|
} | null | undefined;
|
|
9197
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
8664
9198
|
};
|
|
8665
9199
|
boostFee: number;
|
|
8666
9200
|
depositAddress?: string | null | undefined;
|
|
@@ -8744,18 +9278,18 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
|
|
|
8744
9278
|
txHashes?: string[] | null | undefined;
|
|
8745
9279
|
}>;
|
|
8746
9280
|
}, "strip", z.ZodTypeAny, {
|
|
9281
|
+
amount: bigint;
|
|
8747
9282
|
depositAddress: `0x${string}`;
|
|
8748
9283
|
asset: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
8749
|
-
amount: bigint;
|
|
8750
9284
|
depositDetails: {
|
|
8751
9285
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
8752
9286
|
};
|
|
8753
9287
|
}, {
|
|
9288
|
+
amount: string | number;
|
|
8754
9289
|
depositAddress: string;
|
|
8755
9290
|
asset: {
|
|
8756
9291
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
8757
9292
|
};
|
|
8758
|
-
amount: string | number;
|
|
8759
9293
|
depositDetails: {
|
|
8760
9294
|
txHashes?: string[] | null | undefined;
|
|
8761
9295
|
};
|
|
@@ -8763,9 +9297,9 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
|
|
|
8763
9297
|
}, "strip", z.ZodTypeAny, {
|
|
8764
9298
|
__kind: "DepositFailedDepositChannelVariantEthereum";
|
|
8765
9299
|
depositWitness: {
|
|
9300
|
+
amount: bigint;
|
|
8766
9301
|
depositAddress: `0x${string}`;
|
|
8767
9302
|
asset: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
8768
|
-
amount: bigint;
|
|
8769
9303
|
depositDetails: {
|
|
8770
9304
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
8771
9305
|
};
|
|
@@ -8773,11 +9307,11 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
|
|
|
8773
9307
|
}, {
|
|
8774
9308
|
__kind: "DepositFailedDepositChannelVariantEthereum";
|
|
8775
9309
|
depositWitness: {
|
|
9310
|
+
amount: string | number;
|
|
8776
9311
|
depositAddress: string;
|
|
8777
9312
|
asset: {
|
|
8778
9313
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
8779
9314
|
};
|
|
8780
|
-
amount: string | number;
|
|
8781
9315
|
depositDetails: {
|
|
8782
9316
|
txHashes?: string[] | null | undefined;
|
|
8783
9317
|
};
|
|
@@ -9148,6 +9682,7 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
|
|
|
9148
9682
|
gasBudget: string | number;
|
|
9149
9683
|
ccmAdditionalData: string;
|
|
9150
9684
|
}>>>;
|
|
9685
|
+
maxOraclePriceSlippage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
9151
9686
|
}, "strip", z.ZodTypeAny, {
|
|
9152
9687
|
retryDuration: number;
|
|
9153
9688
|
refundAddress: `0x${string}`;
|
|
@@ -9157,6 +9692,7 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
|
|
|
9157
9692
|
gasBudget: bigint;
|
|
9158
9693
|
ccmAdditionalData: `0x${string}`;
|
|
9159
9694
|
} | null | undefined;
|
|
9695
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
9160
9696
|
}, {
|
|
9161
9697
|
retryDuration: number;
|
|
9162
9698
|
refundAddress: string;
|
|
@@ -9166,6 +9702,7 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
|
|
|
9166
9702
|
gasBudget: string | number;
|
|
9167
9703
|
ccmAdditionalData: string;
|
|
9168
9704
|
} | null | undefined;
|
|
9705
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
9169
9706
|
}>;
|
|
9170
9707
|
dcaParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
9171
9708
|
numberOfChunks: z.ZodNumber;
|
|
@@ -9218,6 +9755,7 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
|
|
|
9218
9755
|
gasBudget: bigint;
|
|
9219
9756
|
ccmAdditionalData: `0x${string}`;
|
|
9220
9757
|
} | null | undefined;
|
|
9758
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
9221
9759
|
};
|
|
9222
9760
|
boostFee: number;
|
|
9223
9761
|
depositAddress?: `0x${string}` | null | undefined;
|
|
@@ -9305,6 +9843,7 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
|
|
|
9305
9843
|
gasBudget: string | number;
|
|
9306
9844
|
ccmAdditionalData: string;
|
|
9307
9845
|
} | null | undefined;
|
|
9846
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
9308
9847
|
};
|
|
9309
9848
|
boostFee: number;
|
|
9310
9849
|
depositAddress?: string | null | undefined;
|
|
@@ -9408,6 +9947,7 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
|
|
|
9408
9947
|
gasBudget: bigint;
|
|
9409
9948
|
ccmAdditionalData: `0x${string}`;
|
|
9410
9949
|
} | null | undefined;
|
|
9950
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
9411
9951
|
};
|
|
9412
9952
|
boostFee: number;
|
|
9413
9953
|
depositAddress?: `0x${string}` | null | undefined;
|
|
@@ -9498,6 +10038,7 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
|
|
|
9498
10038
|
gasBudget: string | number;
|
|
9499
10039
|
ccmAdditionalData: string;
|
|
9500
10040
|
} | null | undefined;
|
|
10041
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
9501
10042
|
};
|
|
9502
10043
|
boostFee: number;
|
|
9503
10044
|
depositAddress?: string | null | undefined;
|
|
@@ -9909,16 +10450,16 @@ declare const palletCfPolkadotIngressEgressDepositWitnessPolkadot: z.ZodObject<{
|
|
|
9909
10450
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
9910
10451
|
depositDetails: z.ZodNumber;
|
|
9911
10452
|
}, "strip", z.ZodTypeAny, {
|
|
10453
|
+
amount: bigint;
|
|
9912
10454
|
depositAddress: `0x${string}`;
|
|
9913
10455
|
asset: "Dot";
|
|
9914
|
-
amount: bigint;
|
|
9915
10456
|
depositDetails: number;
|
|
9916
10457
|
}, {
|
|
10458
|
+
amount: string | number;
|
|
9917
10459
|
depositAddress: string;
|
|
9918
10460
|
asset: {
|
|
9919
10461
|
__kind: "Dot";
|
|
9920
10462
|
};
|
|
9921
|
-
amount: string | number;
|
|
9922
10463
|
depositDetails: number;
|
|
9923
10464
|
}>;
|
|
9924
10465
|
declare const cfChainsRefundParametersChannelRefundParametersPolkadotAccountId: z.ZodObject<{
|
|
@@ -9938,6 +10479,7 @@ declare const cfChainsRefundParametersChannelRefundParametersPolkadotAccountId:
|
|
|
9938
10479
|
gasBudget: string | number;
|
|
9939
10480
|
ccmAdditionalData: string;
|
|
9940
10481
|
}>>>;
|
|
10482
|
+
maxOraclePriceSlippage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
9941
10483
|
}, "strip", z.ZodTypeAny, {
|
|
9942
10484
|
retryDuration: number;
|
|
9943
10485
|
refundAddress: `0x${string}`;
|
|
@@ -9947,6 +10489,7 @@ declare const cfChainsRefundParametersChannelRefundParametersPolkadotAccountId:
|
|
|
9947
10489
|
gasBudget: bigint;
|
|
9948
10490
|
ccmAdditionalData: `0x${string}`;
|
|
9949
10491
|
} | null | undefined;
|
|
10492
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
9950
10493
|
}, {
|
|
9951
10494
|
retryDuration: number;
|
|
9952
10495
|
refundAddress: string;
|
|
@@ -9956,6 +10499,7 @@ declare const cfChainsRefundParametersChannelRefundParametersPolkadotAccountId:
|
|
|
9956
10499
|
gasBudget: string | number;
|
|
9957
10500
|
ccmAdditionalData: string;
|
|
9958
10501
|
} | null | undefined;
|
|
10502
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
9959
10503
|
}>;
|
|
9960
10504
|
declare const palletCfPolkadotIngressEgressVaultDepositWitnessPolkadot: z.ZodObject<{
|
|
9961
10505
|
inputAsset: z.ZodEffects<z.ZodObject<{
|
|
@@ -10324,6 +10868,7 @@ declare const palletCfPolkadotIngressEgressVaultDepositWitnessPolkadot: z.ZodObj
|
|
|
10324
10868
|
gasBudget: string | number;
|
|
10325
10869
|
ccmAdditionalData: string;
|
|
10326
10870
|
}>>>;
|
|
10871
|
+
maxOraclePriceSlippage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10327
10872
|
}, "strip", z.ZodTypeAny, {
|
|
10328
10873
|
retryDuration: number;
|
|
10329
10874
|
refundAddress: `0x${string}`;
|
|
@@ -10333,6 +10878,7 @@ declare const palletCfPolkadotIngressEgressVaultDepositWitnessPolkadot: z.ZodObj
|
|
|
10333
10878
|
gasBudget: bigint;
|
|
10334
10879
|
ccmAdditionalData: `0x${string}`;
|
|
10335
10880
|
} | null | undefined;
|
|
10881
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
10336
10882
|
}, {
|
|
10337
10883
|
retryDuration: number;
|
|
10338
10884
|
refundAddress: string;
|
|
@@ -10342,6 +10888,7 @@ declare const palletCfPolkadotIngressEgressVaultDepositWitnessPolkadot: z.ZodObj
|
|
|
10342
10888
|
gasBudget: string | number;
|
|
10343
10889
|
ccmAdditionalData: string;
|
|
10344
10890
|
} | null | undefined;
|
|
10891
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
10345
10892
|
}>;
|
|
10346
10893
|
dcaParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
10347
10894
|
numberOfChunks: z.ZodNumber;
|
|
@@ -10395,6 +10942,7 @@ declare const palletCfPolkadotIngressEgressVaultDepositWitnessPolkadot: z.ZodObj
|
|
|
10395
10942
|
gasBudget: bigint;
|
|
10396
10943
|
ccmAdditionalData: `0x${string}`;
|
|
10397
10944
|
} | null | undefined;
|
|
10945
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
10398
10946
|
};
|
|
10399
10947
|
boostFee: number;
|
|
10400
10948
|
depositAddress?: `0x${string}` | null | undefined;
|
|
@@ -10483,6 +11031,7 @@ declare const palletCfPolkadotIngressEgressVaultDepositWitnessPolkadot: z.ZodObj
|
|
|
10483
11031
|
gasBudget: string | number;
|
|
10484
11032
|
ccmAdditionalData: string;
|
|
10485
11033
|
} | null | undefined;
|
|
11034
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
10486
11035
|
};
|
|
10487
11036
|
boostFee: number;
|
|
10488
11037
|
depositAddress?: string | null | undefined;
|
|
@@ -10560,34 +11109,34 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
|
|
|
10560
11109
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
10561
11110
|
depositDetails: z.ZodNumber;
|
|
10562
11111
|
}, "strip", z.ZodTypeAny, {
|
|
11112
|
+
amount: bigint;
|
|
10563
11113
|
depositAddress: `0x${string}`;
|
|
10564
11114
|
asset: "Dot";
|
|
10565
|
-
amount: bigint;
|
|
10566
11115
|
depositDetails: number;
|
|
10567
11116
|
}, {
|
|
11117
|
+
amount: string | number;
|
|
10568
11118
|
depositAddress: string;
|
|
10569
11119
|
asset: {
|
|
10570
11120
|
__kind: "Dot";
|
|
10571
11121
|
};
|
|
10572
|
-
amount: string | number;
|
|
10573
11122
|
depositDetails: number;
|
|
10574
11123
|
}>;
|
|
10575
11124
|
}, "strip", z.ZodTypeAny, {
|
|
10576
11125
|
__kind: "DepositFailedDepositChannelVariantPolkadot";
|
|
10577
11126
|
depositWitness: {
|
|
11127
|
+
amount: bigint;
|
|
10578
11128
|
depositAddress: `0x${string}`;
|
|
10579
11129
|
asset: "Dot";
|
|
10580
|
-
amount: bigint;
|
|
10581
11130
|
depositDetails: number;
|
|
10582
11131
|
};
|
|
10583
11132
|
}, {
|
|
10584
11133
|
__kind: "DepositFailedDepositChannelVariantPolkadot";
|
|
10585
11134
|
depositWitness: {
|
|
11135
|
+
amount: string | number;
|
|
10586
11136
|
depositAddress: string;
|
|
10587
11137
|
asset: {
|
|
10588
11138
|
__kind: "Dot";
|
|
10589
11139
|
};
|
|
10590
|
-
amount: string | number;
|
|
10591
11140
|
depositDetails: number;
|
|
10592
11141
|
};
|
|
10593
11142
|
}>, z.ZodObject<{
|
|
@@ -10959,6 +11508,7 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
|
|
|
10959
11508
|
gasBudget: string | number;
|
|
10960
11509
|
ccmAdditionalData: string;
|
|
10961
11510
|
}>>>;
|
|
11511
|
+
maxOraclePriceSlippage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10962
11512
|
}, "strip", z.ZodTypeAny, {
|
|
10963
11513
|
retryDuration: number;
|
|
10964
11514
|
refundAddress: `0x${string}`;
|
|
@@ -10968,6 +11518,7 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
|
|
|
10968
11518
|
gasBudget: bigint;
|
|
10969
11519
|
ccmAdditionalData: `0x${string}`;
|
|
10970
11520
|
} | null | undefined;
|
|
11521
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
10971
11522
|
}, {
|
|
10972
11523
|
retryDuration: number;
|
|
10973
11524
|
refundAddress: string;
|
|
@@ -10977,6 +11528,7 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
|
|
|
10977
11528
|
gasBudget: string | number;
|
|
10978
11529
|
ccmAdditionalData: string;
|
|
10979
11530
|
} | null | undefined;
|
|
11531
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
10980
11532
|
}>;
|
|
10981
11533
|
dcaParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
10982
11534
|
numberOfChunks: z.ZodNumber;
|
|
@@ -11030,6 +11582,7 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
|
|
|
11030
11582
|
gasBudget: bigint;
|
|
11031
11583
|
ccmAdditionalData: `0x${string}`;
|
|
11032
11584
|
} | null | undefined;
|
|
11585
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
11033
11586
|
};
|
|
11034
11587
|
boostFee: number;
|
|
11035
11588
|
depositAddress?: `0x${string}` | null | undefined;
|
|
@@ -11118,6 +11671,7 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
|
|
|
11118
11671
|
gasBudget: string | number;
|
|
11119
11672
|
ccmAdditionalData: string;
|
|
11120
11673
|
} | null | undefined;
|
|
11674
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
11121
11675
|
};
|
|
11122
11676
|
boostFee: number;
|
|
11123
11677
|
depositAddress?: string | null | undefined;
|
|
@@ -11222,6 +11776,7 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
|
|
|
11222
11776
|
gasBudget: bigint;
|
|
11223
11777
|
ccmAdditionalData: `0x${string}`;
|
|
11224
11778
|
} | null | undefined;
|
|
11779
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
11225
11780
|
};
|
|
11226
11781
|
boostFee: number;
|
|
11227
11782
|
depositAddress?: `0x${string}` | null | undefined;
|
|
@@ -11313,6 +11868,7 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
|
|
|
11313
11868
|
gasBudget: string | number;
|
|
11314
11869
|
ccmAdditionalData: string;
|
|
11315
11870
|
} | null | undefined;
|
|
11871
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
11316
11872
|
};
|
|
11317
11873
|
boostFee: number;
|
|
11318
11874
|
depositAddress?: string | null | undefined;
|
|
@@ -11864,6 +12420,7 @@ declare const cfChainsBtcUtxo: z.ZodObject<{
|
|
|
11864
12420
|
} | null | undefined;
|
|
11865
12421
|
}>;
|
|
11866
12422
|
}, "strip", z.ZodTypeAny, {
|
|
12423
|
+
amount: bigint;
|
|
11867
12424
|
depositAddress: {
|
|
11868
12425
|
pubkeyX: `0x${string}`;
|
|
11869
12426
|
scriptPath?: {
|
|
@@ -11875,12 +12432,12 @@ declare const cfChainsBtcUtxo: z.ZodObject<{
|
|
|
11875
12432
|
};
|
|
11876
12433
|
} | null | undefined;
|
|
11877
12434
|
};
|
|
11878
|
-
amount: bigint;
|
|
11879
12435
|
id: {
|
|
11880
12436
|
txId: `0x${string}`;
|
|
11881
12437
|
vout: number;
|
|
11882
12438
|
};
|
|
11883
12439
|
}, {
|
|
12440
|
+
amount: string | number;
|
|
11884
12441
|
depositAddress: {
|
|
11885
12442
|
pubkeyX: string;
|
|
11886
12443
|
scriptPath?: {
|
|
@@ -11892,7 +12449,6 @@ declare const cfChainsBtcUtxo: z.ZodObject<{
|
|
|
11892
12449
|
};
|
|
11893
12450
|
} | null | undefined;
|
|
11894
12451
|
};
|
|
11895
|
-
amount: string | number;
|
|
11896
12452
|
id: {
|
|
11897
12453
|
txId: string;
|
|
11898
12454
|
vout: number;
|
|
@@ -12029,6 +12585,7 @@ declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
|
|
|
12029
12585
|
} | null | undefined;
|
|
12030
12586
|
}>;
|
|
12031
12587
|
}, "strip", z.ZodTypeAny, {
|
|
12588
|
+
amount: bigint;
|
|
12032
12589
|
depositAddress: {
|
|
12033
12590
|
pubkeyX: `0x${string}`;
|
|
12034
12591
|
scriptPath?: {
|
|
@@ -12040,12 +12597,12 @@ declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
|
|
|
12040
12597
|
};
|
|
12041
12598
|
} | null | undefined;
|
|
12042
12599
|
};
|
|
12043
|
-
amount: bigint;
|
|
12044
12600
|
id: {
|
|
12045
12601
|
txId: `0x${string}`;
|
|
12046
12602
|
vout: number;
|
|
12047
12603
|
};
|
|
12048
12604
|
}, {
|
|
12605
|
+
amount: string | number;
|
|
12049
12606
|
depositAddress: {
|
|
12050
12607
|
pubkeyX: string;
|
|
12051
12608
|
scriptPath?: {
|
|
@@ -12057,13 +12614,13 @@ declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
|
|
|
12057
12614
|
};
|
|
12058
12615
|
} | null | undefined;
|
|
12059
12616
|
};
|
|
12060
|
-
amount: string | number;
|
|
12061
12617
|
id: {
|
|
12062
12618
|
txId: string;
|
|
12063
12619
|
vout: number;
|
|
12064
12620
|
};
|
|
12065
12621
|
}>;
|
|
12066
12622
|
}, "strip", z.ZodTypeAny, {
|
|
12623
|
+
amount: bigint;
|
|
12067
12624
|
depositAddress: {
|
|
12068
12625
|
value: `0x${string}`;
|
|
12069
12626
|
__kind: "P2PKH";
|
|
@@ -12085,8 +12642,8 @@ declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
|
|
|
12085
12642
|
program: `0x${string}`;
|
|
12086
12643
|
};
|
|
12087
12644
|
asset: "Btc";
|
|
12088
|
-
amount: bigint;
|
|
12089
12645
|
depositDetails: {
|
|
12646
|
+
amount: bigint;
|
|
12090
12647
|
depositAddress: {
|
|
12091
12648
|
pubkeyX: `0x${string}`;
|
|
12092
12649
|
scriptPath?: {
|
|
@@ -12098,13 +12655,13 @@ declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
|
|
|
12098
12655
|
};
|
|
12099
12656
|
} | null | undefined;
|
|
12100
12657
|
};
|
|
12101
|
-
amount: bigint;
|
|
12102
12658
|
id: {
|
|
12103
12659
|
txId: `0x${string}`;
|
|
12104
12660
|
vout: number;
|
|
12105
12661
|
};
|
|
12106
12662
|
};
|
|
12107
12663
|
}, {
|
|
12664
|
+
amount: string | number;
|
|
12108
12665
|
depositAddress: {
|
|
12109
12666
|
value: string;
|
|
12110
12667
|
__kind: "P2PKH";
|
|
@@ -12128,8 +12685,8 @@ declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
|
|
|
12128
12685
|
asset: {
|
|
12129
12686
|
__kind: "Btc";
|
|
12130
12687
|
};
|
|
12131
|
-
amount: string | number;
|
|
12132
12688
|
depositDetails: {
|
|
12689
|
+
amount: string | number;
|
|
12133
12690
|
depositAddress: {
|
|
12134
12691
|
pubkeyX: string;
|
|
12135
12692
|
scriptPath?: {
|
|
@@ -12141,7 +12698,6 @@ declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
|
|
|
12141
12698
|
};
|
|
12142
12699
|
} | null | undefined;
|
|
12143
12700
|
};
|
|
12144
|
-
amount: string | number;
|
|
12145
12701
|
id: {
|
|
12146
12702
|
txId: string;
|
|
12147
12703
|
vout: number;
|
|
@@ -12222,6 +12778,7 @@ declare const cfChainsRefundParametersChannelRefundParametersScriptPubkey: z.Zod
|
|
|
12222
12778
|
gasBudget: string | number;
|
|
12223
12779
|
ccmAdditionalData: string;
|
|
12224
12780
|
}>>>;
|
|
12781
|
+
maxOraclePriceSlippage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
12225
12782
|
}, "strip", z.ZodTypeAny, {
|
|
12226
12783
|
retryDuration: number;
|
|
12227
12784
|
refundAddress: {
|
|
@@ -12250,6 +12807,7 @@ declare const cfChainsRefundParametersChannelRefundParametersScriptPubkey: z.Zod
|
|
|
12250
12807
|
gasBudget: bigint;
|
|
12251
12808
|
ccmAdditionalData: `0x${string}`;
|
|
12252
12809
|
} | null | undefined;
|
|
12810
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
12253
12811
|
}, {
|
|
12254
12812
|
retryDuration: number;
|
|
12255
12813
|
refundAddress: {
|
|
@@ -12278,6 +12836,7 @@ declare const cfChainsRefundParametersChannelRefundParametersScriptPubkey: z.Zod
|
|
|
12278
12836
|
gasBudget: string | number;
|
|
12279
12837
|
ccmAdditionalData: string;
|
|
12280
12838
|
} | null | undefined;
|
|
12839
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
12281
12840
|
}>;
|
|
12282
12841
|
declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObject<{
|
|
12283
12842
|
inputAsset: z.ZodEffects<z.ZodObject<{
|
|
@@ -12411,6 +12970,7 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
|
|
|
12411
12970
|
} | null | undefined;
|
|
12412
12971
|
}>;
|
|
12413
12972
|
}, "strip", z.ZodTypeAny, {
|
|
12973
|
+
amount: bigint;
|
|
12414
12974
|
depositAddress: {
|
|
12415
12975
|
pubkeyX: `0x${string}`;
|
|
12416
12976
|
scriptPath?: {
|
|
@@ -12422,12 +12982,12 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
|
|
|
12422
12982
|
};
|
|
12423
12983
|
} | null | undefined;
|
|
12424
12984
|
};
|
|
12425
|
-
amount: bigint;
|
|
12426
12985
|
id: {
|
|
12427
12986
|
txId: `0x${string}`;
|
|
12428
12987
|
vout: number;
|
|
12429
12988
|
};
|
|
12430
12989
|
}, {
|
|
12990
|
+
amount: string | number;
|
|
12431
12991
|
depositAddress: {
|
|
12432
12992
|
pubkeyX: string;
|
|
12433
12993
|
scriptPath?: {
|
|
@@ -12439,7 +12999,6 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
|
|
|
12439
12999
|
};
|
|
12440
13000
|
} | null | undefined;
|
|
12441
13001
|
};
|
|
12442
|
-
amount: string | number;
|
|
12443
13002
|
id: {
|
|
12444
13003
|
txId: string;
|
|
12445
13004
|
vout: number;
|
|
@@ -12846,6 +13405,7 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
|
|
|
12846
13405
|
gasBudget: string | number;
|
|
12847
13406
|
ccmAdditionalData: string;
|
|
12848
13407
|
}>>>;
|
|
13408
|
+
maxOraclePriceSlippage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
12849
13409
|
}, "strip", z.ZodTypeAny, {
|
|
12850
13410
|
retryDuration: number;
|
|
12851
13411
|
refundAddress: {
|
|
@@ -12874,6 +13434,7 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
|
|
|
12874
13434
|
gasBudget: bigint;
|
|
12875
13435
|
ccmAdditionalData: `0x${string}`;
|
|
12876
13436
|
} | null | undefined;
|
|
13437
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
12877
13438
|
}, {
|
|
12878
13439
|
retryDuration: number;
|
|
12879
13440
|
refundAddress: {
|
|
@@ -12902,6 +13463,7 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
|
|
|
12902
13463
|
gasBudget: string | number;
|
|
12903
13464
|
ccmAdditionalData: string;
|
|
12904
13465
|
} | null | undefined;
|
|
13466
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
12905
13467
|
}>;
|
|
12906
13468
|
dcaParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
12907
13469
|
numberOfChunks: z.ZodNumber;
|
|
@@ -12917,6 +13479,7 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
|
|
|
12917
13479
|
}, "strip", z.ZodTypeAny, {
|
|
12918
13480
|
txId: `0x${string}`;
|
|
12919
13481
|
depositDetails: {
|
|
13482
|
+
amount: bigint;
|
|
12920
13483
|
depositAddress: {
|
|
12921
13484
|
pubkeyX: `0x${string}`;
|
|
12922
13485
|
scriptPath?: {
|
|
@@ -12928,7 +13491,6 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
|
|
|
12928
13491
|
};
|
|
12929
13492
|
} | null | undefined;
|
|
12930
13493
|
};
|
|
12931
|
-
amount: bigint;
|
|
12932
13494
|
id: {
|
|
12933
13495
|
txId: `0x${string}`;
|
|
12934
13496
|
vout: number;
|
|
@@ -12988,6 +13550,7 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
|
|
|
12988
13550
|
gasBudget: bigint;
|
|
12989
13551
|
ccmAdditionalData: `0x${string}`;
|
|
12990
13552
|
} | null | undefined;
|
|
13553
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
12991
13554
|
};
|
|
12992
13555
|
boostFee: number;
|
|
12993
13556
|
depositAddress?: {
|
|
@@ -13068,6 +13631,7 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
|
|
|
13068
13631
|
}, {
|
|
13069
13632
|
txId: string;
|
|
13070
13633
|
depositDetails: {
|
|
13634
|
+
amount: string | number;
|
|
13071
13635
|
depositAddress: {
|
|
13072
13636
|
pubkeyX: string;
|
|
13073
13637
|
scriptPath?: {
|
|
@@ -13079,7 +13643,6 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
|
|
|
13079
13643
|
};
|
|
13080
13644
|
} | null | undefined;
|
|
13081
13645
|
};
|
|
13082
|
-
amount: string | number;
|
|
13083
13646
|
id: {
|
|
13084
13647
|
txId: string;
|
|
13085
13648
|
vout: number;
|
|
@@ -13128,6 +13691,7 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
|
|
|
13128
13691
|
gasBudget: string | number;
|
|
13129
13692
|
ccmAdditionalData: string;
|
|
13130
13693
|
} | null | undefined;
|
|
13694
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
13131
13695
|
};
|
|
13132
13696
|
boostFee: number;
|
|
13133
13697
|
depositAddress?: {
|
|
@@ -13341,6 +13905,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
13341
13905
|
} | null | undefined;
|
|
13342
13906
|
}>;
|
|
13343
13907
|
}, "strip", z.ZodTypeAny, {
|
|
13908
|
+
amount: bigint;
|
|
13344
13909
|
depositAddress: {
|
|
13345
13910
|
pubkeyX: `0x${string}`;
|
|
13346
13911
|
scriptPath?: {
|
|
@@ -13352,12 +13917,12 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
13352
13917
|
};
|
|
13353
13918
|
} | null | undefined;
|
|
13354
13919
|
};
|
|
13355
|
-
amount: bigint;
|
|
13356
13920
|
id: {
|
|
13357
13921
|
txId: `0x${string}`;
|
|
13358
13922
|
vout: number;
|
|
13359
13923
|
};
|
|
13360
13924
|
}, {
|
|
13925
|
+
amount: string | number;
|
|
13361
13926
|
depositAddress: {
|
|
13362
13927
|
pubkeyX: string;
|
|
13363
13928
|
scriptPath?: {
|
|
@@ -13369,13 +13934,13 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
13369
13934
|
};
|
|
13370
13935
|
} | null | undefined;
|
|
13371
13936
|
};
|
|
13372
|
-
amount: string | number;
|
|
13373
13937
|
id: {
|
|
13374
13938
|
txId: string;
|
|
13375
13939
|
vout: number;
|
|
13376
13940
|
};
|
|
13377
13941
|
}>;
|
|
13378
13942
|
}, "strip", z.ZodTypeAny, {
|
|
13943
|
+
amount: bigint;
|
|
13379
13944
|
depositAddress: {
|
|
13380
13945
|
value: `0x${string}`;
|
|
13381
13946
|
__kind: "P2PKH";
|
|
@@ -13397,8 +13962,8 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
13397
13962
|
program: `0x${string}`;
|
|
13398
13963
|
};
|
|
13399
13964
|
asset: "Btc";
|
|
13400
|
-
amount: bigint;
|
|
13401
13965
|
depositDetails: {
|
|
13966
|
+
amount: bigint;
|
|
13402
13967
|
depositAddress: {
|
|
13403
13968
|
pubkeyX: `0x${string}`;
|
|
13404
13969
|
scriptPath?: {
|
|
@@ -13410,13 +13975,13 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
13410
13975
|
};
|
|
13411
13976
|
} | null | undefined;
|
|
13412
13977
|
};
|
|
13413
|
-
amount: bigint;
|
|
13414
13978
|
id: {
|
|
13415
13979
|
txId: `0x${string}`;
|
|
13416
13980
|
vout: number;
|
|
13417
13981
|
};
|
|
13418
13982
|
};
|
|
13419
13983
|
}, {
|
|
13984
|
+
amount: string | number;
|
|
13420
13985
|
depositAddress: {
|
|
13421
13986
|
value: string;
|
|
13422
13987
|
__kind: "P2PKH";
|
|
@@ -13440,8 +14005,8 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
13440
14005
|
asset: {
|
|
13441
14006
|
__kind: "Btc";
|
|
13442
14007
|
};
|
|
13443
|
-
amount: string | number;
|
|
13444
14008
|
depositDetails: {
|
|
14009
|
+
amount: string | number;
|
|
13445
14010
|
depositAddress: {
|
|
13446
14011
|
pubkeyX: string;
|
|
13447
14012
|
scriptPath?: {
|
|
@@ -13453,7 +14018,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
13453
14018
|
};
|
|
13454
14019
|
} | null | undefined;
|
|
13455
14020
|
};
|
|
13456
|
-
amount: string | number;
|
|
13457
14021
|
id: {
|
|
13458
14022
|
txId: string;
|
|
13459
14023
|
vout: number;
|
|
@@ -13463,6 +14027,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
13463
14027
|
}, "strip", z.ZodTypeAny, {
|
|
13464
14028
|
__kind: "DepositFailedDepositChannelVariantBitcoin";
|
|
13465
14029
|
depositWitness: {
|
|
14030
|
+
amount: bigint;
|
|
13466
14031
|
depositAddress: {
|
|
13467
14032
|
value: `0x${string}`;
|
|
13468
14033
|
__kind: "P2PKH";
|
|
@@ -13484,8 +14049,8 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
13484
14049
|
program: `0x${string}`;
|
|
13485
14050
|
};
|
|
13486
14051
|
asset: "Btc";
|
|
13487
|
-
amount: bigint;
|
|
13488
14052
|
depositDetails: {
|
|
14053
|
+
amount: bigint;
|
|
13489
14054
|
depositAddress: {
|
|
13490
14055
|
pubkeyX: `0x${string}`;
|
|
13491
14056
|
scriptPath?: {
|
|
@@ -13497,7 +14062,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
13497
14062
|
};
|
|
13498
14063
|
} | null | undefined;
|
|
13499
14064
|
};
|
|
13500
|
-
amount: bigint;
|
|
13501
14065
|
id: {
|
|
13502
14066
|
txId: `0x${string}`;
|
|
13503
14067
|
vout: number;
|
|
@@ -13507,6 +14071,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
13507
14071
|
}, {
|
|
13508
14072
|
__kind: "DepositFailedDepositChannelVariantBitcoin";
|
|
13509
14073
|
depositWitness: {
|
|
14074
|
+
amount: string | number;
|
|
13510
14075
|
depositAddress: {
|
|
13511
14076
|
value: string;
|
|
13512
14077
|
__kind: "P2PKH";
|
|
@@ -13530,8 +14095,8 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
13530
14095
|
asset: {
|
|
13531
14096
|
__kind: "Btc";
|
|
13532
14097
|
};
|
|
13533
|
-
amount: string | number;
|
|
13534
14098
|
depositDetails: {
|
|
14099
|
+
amount: string | number;
|
|
13535
14100
|
depositAddress: {
|
|
13536
14101
|
pubkeyX: string;
|
|
13537
14102
|
scriptPath?: {
|
|
@@ -13543,7 +14108,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
13543
14108
|
};
|
|
13544
14109
|
} | null | undefined;
|
|
13545
14110
|
};
|
|
13546
|
-
amount: string | number;
|
|
13547
14111
|
id: {
|
|
13548
14112
|
txId: string;
|
|
13549
14113
|
vout: number;
|
|
@@ -13684,6 +14248,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
13684
14248
|
} | null | undefined;
|
|
13685
14249
|
}>;
|
|
13686
14250
|
}, "strip", z.ZodTypeAny, {
|
|
14251
|
+
amount: bigint;
|
|
13687
14252
|
depositAddress: {
|
|
13688
14253
|
pubkeyX: `0x${string}`;
|
|
13689
14254
|
scriptPath?: {
|
|
@@ -13695,12 +14260,12 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
13695
14260
|
};
|
|
13696
14261
|
} | null | undefined;
|
|
13697
14262
|
};
|
|
13698
|
-
amount: bigint;
|
|
13699
14263
|
id: {
|
|
13700
14264
|
txId: `0x${string}`;
|
|
13701
14265
|
vout: number;
|
|
13702
14266
|
};
|
|
13703
14267
|
}, {
|
|
14268
|
+
amount: string | number;
|
|
13704
14269
|
depositAddress: {
|
|
13705
14270
|
pubkeyX: string;
|
|
13706
14271
|
scriptPath?: {
|
|
@@ -13712,7 +14277,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
13712
14277
|
};
|
|
13713
14278
|
} | null | undefined;
|
|
13714
14279
|
};
|
|
13715
|
-
amount: string | number;
|
|
13716
14280
|
id: {
|
|
13717
14281
|
txId: string;
|
|
13718
14282
|
vout: number;
|
|
@@ -14119,6 +14683,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
14119
14683
|
gasBudget: string | number;
|
|
14120
14684
|
ccmAdditionalData: string;
|
|
14121
14685
|
}>>>;
|
|
14686
|
+
maxOraclePriceSlippage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
14122
14687
|
}, "strip", z.ZodTypeAny, {
|
|
14123
14688
|
retryDuration: number;
|
|
14124
14689
|
refundAddress: {
|
|
@@ -14147,6 +14712,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
14147
14712
|
gasBudget: bigint;
|
|
14148
14713
|
ccmAdditionalData: `0x${string}`;
|
|
14149
14714
|
} | null | undefined;
|
|
14715
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
14150
14716
|
}, {
|
|
14151
14717
|
retryDuration: number;
|
|
14152
14718
|
refundAddress: {
|
|
@@ -14175,6 +14741,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
14175
14741
|
gasBudget: string | number;
|
|
14176
14742
|
ccmAdditionalData: string;
|
|
14177
14743
|
} | null | undefined;
|
|
14744
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
14178
14745
|
}>;
|
|
14179
14746
|
dcaParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
14180
14747
|
numberOfChunks: z.ZodNumber;
|
|
@@ -14190,6 +14757,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
14190
14757
|
}, "strip", z.ZodTypeAny, {
|
|
14191
14758
|
txId: `0x${string}`;
|
|
14192
14759
|
depositDetails: {
|
|
14760
|
+
amount: bigint;
|
|
14193
14761
|
depositAddress: {
|
|
14194
14762
|
pubkeyX: `0x${string}`;
|
|
14195
14763
|
scriptPath?: {
|
|
@@ -14201,7 +14769,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
14201
14769
|
};
|
|
14202
14770
|
} | null | undefined;
|
|
14203
14771
|
};
|
|
14204
|
-
amount: bigint;
|
|
14205
14772
|
id: {
|
|
14206
14773
|
txId: `0x${string}`;
|
|
14207
14774
|
vout: number;
|
|
@@ -14261,6 +14828,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
14261
14828
|
gasBudget: bigint;
|
|
14262
14829
|
ccmAdditionalData: `0x${string}`;
|
|
14263
14830
|
} | null | undefined;
|
|
14831
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
14264
14832
|
};
|
|
14265
14833
|
boostFee: number;
|
|
14266
14834
|
depositAddress?: {
|
|
@@ -14341,6 +14909,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
14341
14909
|
}, {
|
|
14342
14910
|
txId: string;
|
|
14343
14911
|
depositDetails: {
|
|
14912
|
+
amount: string | number;
|
|
14344
14913
|
depositAddress: {
|
|
14345
14914
|
pubkeyX: string;
|
|
14346
14915
|
scriptPath?: {
|
|
@@ -14352,7 +14921,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
14352
14921
|
};
|
|
14353
14922
|
} | null | undefined;
|
|
14354
14923
|
};
|
|
14355
|
-
amount: string | number;
|
|
14356
14924
|
id: {
|
|
14357
14925
|
txId: string;
|
|
14358
14926
|
vout: number;
|
|
@@ -14401,6 +14969,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
14401
14969
|
gasBudget: string | number;
|
|
14402
14970
|
ccmAdditionalData: string;
|
|
14403
14971
|
} | null | undefined;
|
|
14972
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
14404
14973
|
};
|
|
14405
14974
|
boostFee: number;
|
|
14406
14975
|
depositAddress?: {
|
|
@@ -14486,6 +15055,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
14486
15055
|
vaultWitness: {
|
|
14487
15056
|
txId: `0x${string}`;
|
|
14488
15057
|
depositDetails: {
|
|
15058
|
+
amount: bigint;
|
|
14489
15059
|
depositAddress: {
|
|
14490
15060
|
pubkeyX: `0x${string}`;
|
|
14491
15061
|
scriptPath?: {
|
|
@@ -14497,7 +15067,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
14497
15067
|
};
|
|
14498
15068
|
} | null | undefined;
|
|
14499
15069
|
};
|
|
14500
|
-
amount: bigint;
|
|
14501
15070
|
id: {
|
|
14502
15071
|
txId: `0x${string}`;
|
|
14503
15072
|
vout: number;
|
|
@@ -14557,6 +15126,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
14557
15126
|
gasBudget: bigint;
|
|
14558
15127
|
ccmAdditionalData: `0x${string}`;
|
|
14559
15128
|
} | null | undefined;
|
|
15129
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
14560
15130
|
};
|
|
14561
15131
|
boostFee: number;
|
|
14562
15132
|
depositAddress?: {
|
|
@@ -14640,6 +15210,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
14640
15210
|
vaultWitness: {
|
|
14641
15211
|
txId: string;
|
|
14642
15212
|
depositDetails: {
|
|
15213
|
+
amount: string | number;
|
|
14643
15214
|
depositAddress: {
|
|
14644
15215
|
pubkeyX: string;
|
|
14645
15216
|
scriptPath?: {
|
|
@@ -14651,7 +15222,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
14651
15222
|
};
|
|
14652
15223
|
} | null | undefined;
|
|
14653
15224
|
};
|
|
14654
|
-
amount: string | number;
|
|
14655
15225
|
id: {
|
|
14656
15226
|
txId: string;
|
|
14657
15227
|
vout: number;
|
|
@@ -14700,6 +15270,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
14700
15270
|
gasBudget: string | number;
|
|
14701
15271
|
ccmAdditionalData: string;
|
|
14702
15272
|
} | null | undefined;
|
|
15273
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
14703
15274
|
};
|
|
14704
15275
|
boostFee: number;
|
|
14705
15276
|
depositAddress?: {
|
|
@@ -15136,18 +15707,18 @@ declare const palletCfArbitrumIngressEgressDepositWitnessArbitrum: z.ZodObject<{
|
|
|
15136
15707
|
txHashes?: string[] | null | undefined;
|
|
15137
15708
|
}>;
|
|
15138
15709
|
}, "strip", z.ZodTypeAny, {
|
|
15710
|
+
amount: bigint;
|
|
15139
15711
|
depositAddress: `0x${string}`;
|
|
15140
15712
|
asset: "ArbEth" | "ArbUsdc";
|
|
15141
|
-
amount: bigint;
|
|
15142
15713
|
depositDetails: {
|
|
15143
15714
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
15144
15715
|
};
|
|
15145
15716
|
}, {
|
|
15717
|
+
amount: string | number;
|
|
15146
15718
|
depositAddress: string;
|
|
15147
15719
|
asset: {
|
|
15148
15720
|
__kind: "ArbEth" | "ArbUsdc";
|
|
15149
15721
|
};
|
|
15150
|
-
amount: string | number;
|
|
15151
15722
|
depositDetails: {
|
|
15152
15723
|
txHashes?: string[] | null | undefined;
|
|
15153
15724
|
};
|
|
@@ -15516,6 +16087,7 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitnessArbitrum: z.ZodObj
|
|
|
15516
16087
|
gasBudget: string | number;
|
|
15517
16088
|
ccmAdditionalData: string;
|
|
15518
16089
|
}>>>;
|
|
16090
|
+
maxOraclePriceSlippage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
15519
16091
|
}, "strip", z.ZodTypeAny, {
|
|
15520
16092
|
retryDuration: number;
|
|
15521
16093
|
refundAddress: `0x${string}`;
|
|
@@ -15525,6 +16097,7 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitnessArbitrum: z.ZodObj
|
|
|
15525
16097
|
gasBudget: bigint;
|
|
15526
16098
|
ccmAdditionalData: `0x${string}`;
|
|
15527
16099
|
} | null | undefined;
|
|
16100
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
15528
16101
|
}, {
|
|
15529
16102
|
retryDuration: number;
|
|
15530
16103
|
refundAddress: string;
|
|
@@ -15534,6 +16107,7 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitnessArbitrum: z.ZodObj
|
|
|
15534
16107
|
gasBudget: string | number;
|
|
15535
16108
|
ccmAdditionalData: string;
|
|
15536
16109
|
} | null | undefined;
|
|
16110
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
15537
16111
|
}>;
|
|
15538
16112
|
dcaParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
15539
16113
|
numberOfChunks: z.ZodNumber;
|
|
@@ -15586,6 +16160,7 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitnessArbitrum: z.ZodObj
|
|
|
15586
16160
|
gasBudget: bigint;
|
|
15587
16161
|
ccmAdditionalData: `0x${string}`;
|
|
15588
16162
|
} | null | undefined;
|
|
16163
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
15589
16164
|
};
|
|
15590
16165
|
boostFee: number;
|
|
15591
16166
|
depositAddress?: `0x${string}` | null | undefined;
|
|
@@ -15673,6 +16248,7 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitnessArbitrum: z.ZodObj
|
|
|
15673
16248
|
gasBudget: string | number;
|
|
15674
16249
|
ccmAdditionalData: string;
|
|
15675
16250
|
} | null | undefined;
|
|
16251
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
15676
16252
|
};
|
|
15677
16253
|
boostFee: number;
|
|
15678
16254
|
depositAddress?: string | null | undefined;
|
|
@@ -15756,18 +16332,18 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
|
|
|
15756
16332
|
txHashes?: string[] | null | undefined;
|
|
15757
16333
|
}>;
|
|
15758
16334
|
}, "strip", z.ZodTypeAny, {
|
|
16335
|
+
amount: bigint;
|
|
15759
16336
|
depositAddress: `0x${string}`;
|
|
15760
16337
|
asset: "ArbEth" | "ArbUsdc";
|
|
15761
|
-
amount: bigint;
|
|
15762
16338
|
depositDetails: {
|
|
15763
16339
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
15764
16340
|
};
|
|
15765
16341
|
}, {
|
|
16342
|
+
amount: string | number;
|
|
15766
16343
|
depositAddress: string;
|
|
15767
16344
|
asset: {
|
|
15768
16345
|
__kind: "ArbEth" | "ArbUsdc";
|
|
15769
16346
|
};
|
|
15770
|
-
amount: string | number;
|
|
15771
16347
|
depositDetails: {
|
|
15772
16348
|
txHashes?: string[] | null | undefined;
|
|
15773
16349
|
};
|
|
@@ -15775,9 +16351,9 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
|
|
|
15775
16351
|
}, "strip", z.ZodTypeAny, {
|
|
15776
16352
|
__kind: "DepositFailedDepositChannelVariantArbitrum";
|
|
15777
16353
|
depositWitness: {
|
|
16354
|
+
amount: bigint;
|
|
15778
16355
|
depositAddress: `0x${string}`;
|
|
15779
16356
|
asset: "ArbEth" | "ArbUsdc";
|
|
15780
|
-
amount: bigint;
|
|
15781
16357
|
depositDetails: {
|
|
15782
16358
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
15783
16359
|
};
|
|
@@ -15785,11 +16361,11 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
|
|
|
15785
16361
|
}, {
|
|
15786
16362
|
__kind: "DepositFailedDepositChannelVariantArbitrum";
|
|
15787
16363
|
depositWitness: {
|
|
16364
|
+
amount: string | number;
|
|
15788
16365
|
depositAddress: string;
|
|
15789
16366
|
asset: {
|
|
15790
16367
|
__kind: "ArbEth" | "ArbUsdc";
|
|
15791
16368
|
};
|
|
15792
|
-
amount: string | number;
|
|
15793
16369
|
depositDetails: {
|
|
15794
16370
|
txHashes?: string[] | null | undefined;
|
|
15795
16371
|
};
|
|
@@ -16160,6 +16736,7 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
|
|
|
16160
16736
|
gasBudget: string | number;
|
|
16161
16737
|
ccmAdditionalData: string;
|
|
16162
16738
|
}>>>;
|
|
16739
|
+
maxOraclePriceSlippage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
16163
16740
|
}, "strip", z.ZodTypeAny, {
|
|
16164
16741
|
retryDuration: number;
|
|
16165
16742
|
refundAddress: `0x${string}`;
|
|
@@ -16169,6 +16746,7 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
|
|
|
16169
16746
|
gasBudget: bigint;
|
|
16170
16747
|
ccmAdditionalData: `0x${string}`;
|
|
16171
16748
|
} | null | undefined;
|
|
16749
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
16172
16750
|
}, {
|
|
16173
16751
|
retryDuration: number;
|
|
16174
16752
|
refundAddress: string;
|
|
@@ -16178,6 +16756,7 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
|
|
|
16178
16756
|
gasBudget: string | number;
|
|
16179
16757
|
ccmAdditionalData: string;
|
|
16180
16758
|
} | null | undefined;
|
|
16759
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
16181
16760
|
}>;
|
|
16182
16761
|
dcaParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
16183
16762
|
numberOfChunks: z.ZodNumber;
|
|
@@ -16230,6 +16809,7 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
|
|
|
16230
16809
|
gasBudget: bigint;
|
|
16231
16810
|
ccmAdditionalData: `0x${string}`;
|
|
16232
16811
|
} | null | undefined;
|
|
16812
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
16233
16813
|
};
|
|
16234
16814
|
boostFee: number;
|
|
16235
16815
|
depositAddress?: `0x${string}` | null | undefined;
|
|
@@ -16317,6 +16897,7 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
|
|
|
16317
16897
|
gasBudget: string | number;
|
|
16318
16898
|
ccmAdditionalData: string;
|
|
16319
16899
|
} | null | undefined;
|
|
16900
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
16320
16901
|
};
|
|
16321
16902
|
boostFee: number;
|
|
16322
16903
|
depositAddress?: string | null | undefined;
|
|
@@ -16420,6 +17001,7 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
|
|
|
16420
17001
|
gasBudget: bigint;
|
|
16421
17002
|
ccmAdditionalData: `0x${string}`;
|
|
16422
17003
|
} | null | undefined;
|
|
17004
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
16423
17005
|
};
|
|
16424
17006
|
boostFee: number;
|
|
16425
17007
|
depositAddress?: `0x${string}` | null | undefined;
|
|
@@ -16510,6 +17092,7 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
|
|
|
16510
17092
|
gasBudget: string | number;
|
|
16511
17093
|
ccmAdditionalData: string;
|
|
16512
17094
|
} | null | undefined;
|
|
17095
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
16513
17096
|
};
|
|
16514
17097
|
boostFee: number;
|
|
16515
17098
|
depositAddress?: string | null | undefined;
|
|
@@ -16920,15 +17503,15 @@ declare const palletCfSolanaIngressEgressDepositWitnessSolana: z.ZodObject<{
|
|
|
16920
17503
|
}>;
|
|
16921
17504
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
16922
17505
|
}, "strip", z.ZodTypeAny, {
|
|
17506
|
+
amount: bigint;
|
|
16923
17507
|
depositAddress: `0x${string}`;
|
|
16924
17508
|
asset: "Sol" | "SolUsdc";
|
|
16925
|
-
amount: bigint;
|
|
16926
17509
|
}, {
|
|
17510
|
+
amount: string | number;
|
|
16927
17511
|
depositAddress: string;
|
|
16928
17512
|
asset: {
|
|
16929
17513
|
__kind: "Sol" | "SolUsdc";
|
|
16930
17514
|
};
|
|
16931
|
-
amount: string | number;
|
|
16932
17515
|
}>;
|
|
16933
17516
|
declare const cfChainsRefundParametersChannelRefundParametersAddress: z.ZodObject<{
|
|
16934
17517
|
retryDuration: z.ZodNumber;
|
|
@@ -16947,6 +17530,7 @@ declare const cfChainsRefundParametersChannelRefundParametersAddress: z.ZodObjec
|
|
|
16947
17530
|
gasBudget: string | number;
|
|
16948
17531
|
ccmAdditionalData: string;
|
|
16949
17532
|
}>>>;
|
|
17533
|
+
maxOraclePriceSlippage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
16950
17534
|
}, "strip", z.ZodTypeAny, {
|
|
16951
17535
|
retryDuration: number;
|
|
16952
17536
|
refundAddress: `0x${string}`;
|
|
@@ -16956,6 +17540,7 @@ declare const cfChainsRefundParametersChannelRefundParametersAddress: z.ZodObjec
|
|
|
16956
17540
|
gasBudget: bigint;
|
|
16957
17541
|
ccmAdditionalData: `0x${string}`;
|
|
16958
17542
|
} | null | undefined;
|
|
17543
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
16959
17544
|
}, {
|
|
16960
17545
|
retryDuration: number;
|
|
16961
17546
|
refundAddress: string;
|
|
@@ -16965,6 +17550,7 @@ declare const cfChainsRefundParametersChannelRefundParametersAddress: z.ZodObjec
|
|
|
16965
17550
|
gasBudget: string | number;
|
|
16966
17551
|
ccmAdditionalData: string;
|
|
16967
17552
|
} | null | undefined;
|
|
17553
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
16968
17554
|
}>;
|
|
16969
17555
|
declare const palletCfSolanaIngressEgressVaultDepositWitnessSolana: z.ZodObject<{
|
|
16970
17556
|
inputAsset: z.ZodEffects<z.ZodObject<{
|
|
@@ -17323,6 +17909,7 @@ declare const palletCfSolanaIngressEgressVaultDepositWitnessSolana: z.ZodObject<
|
|
|
17323
17909
|
gasBudget: string | number;
|
|
17324
17910
|
ccmAdditionalData: string;
|
|
17325
17911
|
}>>>;
|
|
17912
|
+
maxOraclePriceSlippage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
17326
17913
|
}, "strip", z.ZodTypeAny, {
|
|
17327
17914
|
retryDuration: number;
|
|
17328
17915
|
refundAddress: `0x${string}`;
|
|
@@ -17332,6 +17919,7 @@ declare const palletCfSolanaIngressEgressVaultDepositWitnessSolana: z.ZodObject<
|
|
|
17332
17919
|
gasBudget: bigint;
|
|
17333
17920
|
ccmAdditionalData: `0x${string}`;
|
|
17334
17921
|
} | null | undefined;
|
|
17922
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
17335
17923
|
}, {
|
|
17336
17924
|
retryDuration: number;
|
|
17337
17925
|
refundAddress: string;
|
|
@@ -17341,6 +17929,7 @@ declare const palletCfSolanaIngressEgressVaultDepositWitnessSolana: z.ZodObject<
|
|
|
17341
17929
|
gasBudget: string | number;
|
|
17342
17930
|
ccmAdditionalData: string;
|
|
17343
17931
|
} | null | undefined;
|
|
17932
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
17344
17933
|
}>;
|
|
17345
17934
|
dcaParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
17346
17935
|
numberOfChunks: z.ZodNumber;
|
|
@@ -17390,6 +17979,7 @@ declare const palletCfSolanaIngressEgressVaultDepositWitnessSolana: z.ZodObject<
|
|
|
17390
17979
|
gasBudget: bigint;
|
|
17391
17980
|
ccmAdditionalData: `0x${string}`;
|
|
17392
17981
|
} | null | undefined;
|
|
17982
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
17393
17983
|
};
|
|
17394
17984
|
boostFee: number;
|
|
17395
17985
|
depositAddress?: `0x${string}` | null | undefined;
|
|
@@ -17474,6 +18064,7 @@ declare const palletCfSolanaIngressEgressVaultDepositWitnessSolana: z.ZodObject<
|
|
|
17474
18064
|
gasBudget: string | number;
|
|
17475
18065
|
ccmAdditionalData: string;
|
|
17476
18066
|
} | null | undefined;
|
|
18067
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
17477
18068
|
};
|
|
17478
18069
|
boostFee: number;
|
|
17479
18070
|
depositAddress?: string | null | undefined;
|
|
@@ -17550,31 +18141,31 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
17550
18141
|
}>;
|
|
17551
18142
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
17552
18143
|
}, "strip", z.ZodTypeAny, {
|
|
18144
|
+
amount: bigint;
|
|
17553
18145
|
depositAddress: `0x${string}`;
|
|
17554
18146
|
asset: "Sol" | "SolUsdc";
|
|
17555
|
-
amount: bigint;
|
|
17556
18147
|
}, {
|
|
18148
|
+
amount: string | number;
|
|
17557
18149
|
depositAddress: string;
|
|
17558
18150
|
asset: {
|
|
17559
18151
|
__kind: "Sol" | "SolUsdc";
|
|
17560
18152
|
};
|
|
17561
|
-
amount: string | number;
|
|
17562
18153
|
}>;
|
|
17563
18154
|
}, "strip", z.ZodTypeAny, {
|
|
17564
18155
|
__kind: "DepositFailedDepositChannelVariantSolana";
|
|
17565
18156
|
depositWitness: {
|
|
18157
|
+
amount: bigint;
|
|
17566
18158
|
depositAddress: `0x${string}`;
|
|
17567
18159
|
asset: "Sol" | "SolUsdc";
|
|
17568
|
-
amount: bigint;
|
|
17569
18160
|
};
|
|
17570
18161
|
}, {
|
|
17571
18162
|
__kind: "DepositFailedDepositChannelVariantSolana";
|
|
17572
18163
|
depositWitness: {
|
|
18164
|
+
amount: string | number;
|
|
17573
18165
|
depositAddress: string;
|
|
17574
18166
|
asset: {
|
|
17575
18167
|
__kind: "Sol" | "SolUsdc";
|
|
17576
18168
|
};
|
|
17577
|
-
amount: string | number;
|
|
17578
18169
|
};
|
|
17579
18170
|
}>, z.ZodObject<{
|
|
17580
18171
|
__kind: z.ZodLiteral<"DepositFailedVaultVariantSolana">;
|
|
@@ -17935,6 +18526,7 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
17935
18526
|
gasBudget: string | number;
|
|
17936
18527
|
ccmAdditionalData: string;
|
|
17937
18528
|
}>>>;
|
|
18529
|
+
maxOraclePriceSlippage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
17938
18530
|
}, "strip", z.ZodTypeAny, {
|
|
17939
18531
|
retryDuration: number;
|
|
17940
18532
|
refundAddress: `0x${string}`;
|
|
@@ -17944,6 +18536,7 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
17944
18536
|
gasBudget: bigint;
|
|
17945
18537
|
ccmAdditionalData: `0x${string}`;
|
|
17946
18538
|
} | null | undefined;
|
|
18539
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
17947
18540
|
}, {
|
|
17948
18541
|
retryDuration: number;
|
|
17949
18542
|
refundAddress: string;
|
|
@@ -17953,6 +18546,7 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
17953
18546
|
gasBudget: string | number;
|
|
17954
18547
|
ccmAdditionalData: string;
|
|
17955
18548
|
} | null | undefined;
|
|
18549
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
17956
18550
|
}>;
|
|
17957
18551
|
dcaParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
17958
18552
|
numberOfChunks: z.ZodNumber;
|
|
@@ -18002,6 +18596,7 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
18002
18596
|
gasBudget: bigint;
|
|
18003
18597
|
ccmAdditionalData: `0x${string}`;
|
|
18004
18598
|
} | null | undefined;
|
|
18599
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
18005
18600
|
};
|
|
18006
18601
|
boostFee: number;
|
|
18007
18602
|
depositAddress?: `0x${string}` | null | undefined;
|
|
@@ -18086,6 +18681,7 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
18086
18681
|
gasBudget: string | number;
|
|
18087
18682
|
ccmAdditionalData: string;
|
|
18088
18683
|
} | null | undefined;
|
|
18684
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
18089
18685
|
};
|
|
18090
18686
|
boostFee: number;
|
|
18091
18687
|
depositAddress?: string | null | undefined;
|
|
@@ -18186,6 +18782,7 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
18186
18782
|
gasBudget: bigint;
|
|
18187
18783
|
ccmAdditionalData: `0x${string}`;
|
|
18188
18784
|
} | null | undefined;
|
|
18785
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
18189
18786
|
};
|
|
18190
18787
|
boostFee: number;
|
|
18191
18788
|
depositAddress?: `0x${string}` | null | undefined;
|
|
@@ -18273,6 +18870,7 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
18273
18870
|
gasBudget: string | number;
|
|
18274
18871
|
ccmAdditionalData: string;
|
|
18275
18872
|
} | null | undefined;
|
|
18873
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
18276
18874
|
};
|
|
18277
18875
|
boostFee: number;
|
|
18278
18876
|
depositAddress?: string | null | undefined;
|
|
@@ -18684,16 +19282,16 @@ declare const palletCfAssethubIngressEgressDepositWitnessAssethub: z.ZodObject<{
|
|
|
18684
19282
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
18685
19283
|
depositDetails: z.ZodNumber;
|
|
18686
19284
|
}, "strip", z.ZodTypeAny, {
|
|
19285
|
+
amount: bigint;
|
|
18687
19286
|
depositAddress: `0x${string}`;
|
|
18688
19287
|
asset: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
18689
|
-
amount: bigint;
|
|
18690
19288
|
depositDetails: number;
|
|
18691
19289
|
}, {
|
|
19290
|
+
amount: string | number;
|
|
18692
19291
|
depositAddress: string;
|
|
18693
19292
|
asset: {
|
|
18694
19293
|
__kind: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
18695
19294
|
};
|
|
18696
|
-
amount: string | number;
|
|
18697
19295
|
depositDetails: number;
|
|
18698
19296
|
}>;
|
|
18699
19297
|
declare const palletCfAssethubIngressEgressVaultDepositWitnessAssethub: z.ZodObject<{
|
|
@@ -19063,6 +19661,7 @@ declare const palletCfAssethubIngressEgressVaultDepositWitnessAssethub: z.ZodObj
|
|
|
19063
19661
|
gasBudget: string | number;
|
|
19064
19662
|
ccmAdditionalData: string;
|
|
19065
19663
|
}>>>;
|
|
19664
|
+
maxOraclePriceSlippage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
19066
19665
|
}, "strip", z.ZodTypeAny, {
|
|
19067
19666
|
retryDuration: number;
|
|
19068
19667
|
refundAddress: `0x${string}`;
|
|
@@ -19072,6 +19671,7 @@ declare const palletCfAssethubIngressEgressVaultDepositWitnessAssethub: z.ZodObj
|
|
|
19072
19671
|
gasBudget: bigint;
|
|
19073
19672
|
ccmAdditionalData: `0x${string}`;
|
|
19074
19673
|
} | null | undefined;
|
|
19674
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
19075
19675
|
}, {
|
|
19076
19676
|
retryDuration: number;
|
|
19077
19677
|
refundAddress: string;
|
|
@@ -19081,6 +19681,7 @@ declare const palletCfAssethubIngressEgressVaultDepositWitnessAssethub: z.ZodObj
|
|
|
19081
19681
|
gasBudget: string | number;
|
|
19082
19682
|
ccmAdditionalData: string;
|
|
19083
19683
|
} | null | undefined;
|
|
19684
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
19084
19685
|
}>;
|
|
19085
19686
|
dcaParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
19086
19687
|
numberOfChunks: z.ZodNumber;
|
|
@@ -19134,6 +19735,7 @@ declare const palletCfAssethubIngressEgressVaultDepositWitnessAssethub: z.ZodObj
|
|
|
19134
19735
|
gasBudget: bigint;
|
|
19135
19736
|
ccmAdditionalData: `0x${string}`;
|
|
19136
19737
|
} | null | undefined;
|
|
19738
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
19137
19739
|
};
|
|
19138
19740
|
boostFee: number;
|
|
19139
19741
|
depositAddress?: `0x${string}` | null | undefined;
|
|
@@ -19222,6 +19824,7 @@ declare const palletCfAssethubIngressEgressVaultDepositWitnessAssethub: z.ZodObj
|
|
|
19222
19824
|
gasBudget: string | number;
|
|
19223
19825
|
ccmAdditionalData: string;
|
|
19224
19826
|
} | null | undefined;
|
|
19827
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
19225
19828
|
};
|
|
19226
19829
|
boostFee: number;
|
|
19227
19830
|
depositAddress?: string | null | undefined;
|
|
@@ -19299,34 +19902,34 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
|
|
|
19299
19902
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
19300
19903
|
depositDetails: z.ZodNumber;
|
|
19301
19904
|
}, "strip", z.ZodTypeAny, {
|
|
19905
|
+
amount: bigint;
|
|
19302
19906
|
depositAddress: `0x${string}`;
|
|
19303
19907
|
asset: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
19304
|
-
amount: bigint;
|
|
19305
19908
|
depositDetails: number;
|
|
19306
19909
|
}, {
|
|
19910
|
+
amount: string | number;
|
|
19307
19911
|
depositAddress: string;
|
|
19308
19912
|
asset: {
|
|
19309
19913
|
__kind: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
19310
19914
|
};
|
|
19311
|
-
amount: string | number;
|
|
19312
19915
|
depositDetails: number;
|
|
19313
19916
|
}>;
|
|
19314
19917
|
}, "strip", z.ZodTypeAny, {
|
|
19315
19918
|
__kind: "DepositFailedDepositChannelVariantAssethub";
|
|
19316
19919
|
depositWitness: {
|
|
19920
|
+
amount: bigint;
|
|
19317
19921
|
depositAddress: `0x${string}`;
|
|
19318
19922
|
asset: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
19319
|
-
amount: bigint;
|
|
19320
19923
|
depositDetails: number;
|
|
19321
19924
|
};
|
|
19322
19925
|
}, {
|
|
19323
19926
|
__kind: "DepositFailedDepositChannelVariantAssethub";
|
|
19324
19927
|
depositWitness: {
|
|
19928
|
+
amount: string | number;
|
|
19325
19929
|
depositAddress: string;
|
|
19326
19930
|
asset: {
|
|
19327
19931
|
__kind: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
19328
19932
|
};
|
|
19329
|
-
amount: string | number;
|
|
19330
19933
|
depositDetails: number;
|
|
19331
19934
|
};
|
|
19332
19935
|
}>, z.ZodObject<{
|
|
@@ -19698,6 +20301,7 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
|
|
|
19698
20301
|
gasBudget: string | number;
|
|
19699
20302
|
ccmAdditionalData: string;
|
|
19700
20303
|
}>>>;
|
|
20304
|
+
maxOraclePriceSlippage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
19701
20305
|
}, "strip", z.ZodTypeAny, {
|
|
19702
20306
|
retryDuration: number;
|
|
19703
20307
|
refundAddress: `0x${string}`;
|
|
@@ -19707,6 +20311,7 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
|
|
|
19707
20311
|
gasBudget: bigint;
|
|
19708
20312
|
ccmAdditionalData: `0x${string}`;
|
|
19709
20313
|
} | null | undefined;
|
|
20314
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
19710
20315
|
}, {
|
|
19711
20316
|
retryDuration: number;
|
|
19712
20317
|
refundAddress: string;
|
|
@@ -19716,6 +20321,7 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
|
|
|
19716
20321
|
gasBudget: string | number;
|
|
19717
20322
|
ccmAdditionalData: string;
|
|
19718
20323
|
} | null | undefined;
|
|
20324
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
19719
20325
|
}>;
|
|
19720
20326
|
dcaParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
19721
20327
|
numberOfChunks: z.ZodNumber;
|
|
@@ -19769,6 +20375,7 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
|
|
|
19769
20375
|
gasBudget: bigint;
|
|
19770
20376
|
ccmAdditionalData: `0x${string}`;
|
|
19771
20377
|
} | null | undefined;
|
|
20378
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
19772
20379
|
};
|
|
19773
20380
|
boostFee: number;
|
|
19774
20381
|
depositAddress?: `0x${string}` | null | undefined;
|
|
@@ -19857,6 +20464,7 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
|
|
|
19857
20464
|
gasBudget: string | number;
|
|
19858
20465
|
ccmAdditionalData: string;
|
|
19859
20466
|
} | null | undefined;
|
|
20467
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
19860
20468
|
};
|
|
19861
20469
|
boostFee: number;
|
|
19862
20470
|
depositAddress?: string | null | undefined;
|
|
@@ -19961,6 +20569,7 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
|
|
|
19961
20569
|
gasBudget: bigint;
|
|
19962
20570
|
ccmAdditionalData: `0x${string}`;
|
|
19963
20571
|
} | null | undefined;
|
|
20572
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
19964
20573
|
};
|
|
19965
20574
|
boostFee: number;
|
|
19966
20575
|
depositAddress?: `0x${string}` | null | undefined;
|
|
@@ -20052,6 +20661,7 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
|
|
|
20052
20661
|
gasBudget: string | number;
|
|
20053
20662
|
ccmAdditionalData: string;
|
|
20054
20663
|
} | null | undefined;
|
|
20664
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
20055
20665
|
};
|
|
20056
20666
|
boostFee: number;
|
|
20057
20667
|
depositAddress?: string | null | undefined;
|
|
@@ -20309,4 +20919,4 @@ declare const stateChainRuntimeChainflipGenericElectionsGenericElectoralEvents:
|
|
|
20309
20919
|
}[];
|
|
20310
20920
|
}>;
|
|
20311
20921
|
|
|
20312
|
-
export { accountId, cfChainsAddressEncodedAddress, cfChainsAddressForeignChainAddress, cfChainsBtcBitcoinScript, cfChainsBtcDepositAddress, cfChainsBtcDepositAddressTapscriptPath, cfChainsBtcScriptPubkey, cfChainsBtcUtxo, cfChainsBtcUtxoId, cfChainsCcmChannelMetadataCcmAdditionalData, cfChainsCcmChannelMetadataDecodedCcmAdditionalData, cfChainsCcmCheckerDecodedCcmAdditionalData, cfChainsCcmCheckerVersionedSolanaCcmAdditionalData, cfChainsCcmDepositMetadata, cfChainsCcmDepositMetadataEncodedAddress, cfChainsCcmDepositMetadataForeignChainAddress, cfChainsEvmDepositDetails, cfChainsRefundParametersAccountOrAddress, cfChainsRefundParametersChannelRefundParametersAccountOrAddress, cfChainsRefundParametersChannelRefundParametersAddress, cfChainsRefundParametersChannelRefundParametersEncodedAddress, cfChainsRefundParametersChannelRefundParametersH160, cfChainsRefundParametersChannelRefundParametersPolkadotAccountId, cfChainsRefundParametersChannelRefundParametersScriptPubkey, cfChainsSolSolTxCoreCcmAccounts, cfChainsSolSolTxCoreCcmAddress, cfChainsSwapOrigin, cfChainsTransactionInIdForAnyChain, cfPrimitivesAccountRole, cfPrimitivesBeneficiaryAccountId32, cfPrimitivesBeneficiaryAffiliateShortId, cfPrimitivesChainsAssetsAnyAsset, cfPrimitivesChainsAssetsArbAsset, cfPrimitivesChainsAssetsBtcAsset, cfPrimitivesChainsAssetsDotAsset, cfPrimitivesChainsAssetsEthAsset, cfPrimitivesChainsAssetsHubAsset, cfPrimitivesChainsAssetsSolAsset, cfPrimitivesChainsForeignChain, cfPrimitivesDcaParameters, cfPrimitivesTxId, cfTraitsSwappingSwapOutputActionGenericEncodedAddress, cfTraitsSwappingSwapRequestTypeGeneric, hexString, numberOrHex, numericString, palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum, palletCfArbitrumIngressEgressDepositFailedReason, palletCfArbitrumIngressEgressDepositWitnessArbitrum, palletCfArbitrumIngressEgressPalletConfigUpdateArbitrum, palletCfArbitrumIngressEgressVaultDepositWitnessArbitrum, palletCfAssetBalancesPalletSafeMode, palletCfAssethubIngressEgressDepositFailedDetailsAssethub, palletCfAssethubIngressEgressDepositFailedReason, palletCfAssethubIngressEgressDepositWitnessAssethub, palletCfAssethubIngressEgressPalletConfigUpdateAssethub, palletCfAssethubIngressEgressVaultDepositWitnessAssethub, palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin, palletCfBitcoinIngressEgressDepositFailedReason, palletCfBitcoinIngressEgressDepositWitnessBitcoin, palletCfBitcoinIngressEgressPalletConfigUpdateBitcoin, palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin, palletCfBroadcastPalletSafeMode, palletCfElectionsElectoralSystemsCompositeTuple1ImplsCompositeElectionIdentifierExtra, palletCfElectionsElectoralSystemsOraclePricePricePriceAsset, palletCfEmissionsPalletSafeMode, palletCfEnvironmentSafeModeUpdate, palletCfEthereumIngressEgressDepositFailedDetailsEthereum, palletCfEthereumIngressEgressDepositFailedReason, palletCfEthereumIngressEgressDepositWitnessEthereum, palletCfEthereumIngressEgressPalletConfigUpdateEthereum, palletCfEthereumIngressEgressVaultDepositWitnessEthereum, palletCfFundingPalletSafeMode, palletCfIngressEgressPalletSafeMode, palletCfLendingPoolsPalletSafeMode, palletCfLpPalletSafeMode, palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot, palletCfPolkadotIngressEgressDepositFailedReason, palletCfPolkadotIngressEgressDepositWitnessPolkadot, palletCfPolkadotIngressEgressPalletConfigUpdatePolkadot, palletCfPolkadotIngressEgressVaultDepositWitnessPolkadot, palletCfPoolsPalletSafeMode, palletCfReputationPalletSafeMode, palletCfSolanaIngressEgressDepositFailedDetailsSolana, palletCfSolanaIngressEgressDepositFailedReason, palletCfSolanaIngressEgressDepositWitnessSolana, palletCfSolanaIngressEgressPalletConfigUpdateSolana, palletCfSolanaIngressEgressVaultDepositWitnessSolana, palletCfSwappingPalletSafeMode, palletCfThresholdSignaturePalletSafeMode, palletCfTradingStrategyPalletSafeMode, palletCfValidatorDelegationDelegationAcceptance, palletCfValidatorDelegationOperatorSettings, palletCfValidatorPalletSafeMode, palletCfWitnesserPalletSafeMode, simpleEnum, spArithmeticArithmeticError, spRuntimeDispatchError, spRuntimeModuleError, spRuntimeTokenError, spRuntimeTransactionalError, stateChainRuntimeChainflipGenericElectionsGenericElectionsSafeMode, stateChainRuntimeChainflipGenericElectionsGenericElectoralEvents, stateChainRuntimeChainflipGenericElectionsOraclePriceUpdate, stateChainRuntimeSafeModeInnerRuntimeSafeMode, stateChainRuntimeSafeModeWitnesserCallPermission };
|
|
20922
|
+
export { accountId, cfChainsAddressEncodedAddress, cfChainsAddressForeignChainAddress, cfChainsBtcBitcoinScript, cfChainsBtcDepositAddress, cfChainsBtcDepositAddressTapscriptPath, cfChainsBtcScriptPubkey, cfChainsBtcUtxo, cfChainsBtcUtxoId, cfChainsCcmChannelMetadataCcmAdditionalData, cfChainsCcmChannelMetadataDecodedCcmAdditionalData, cfChainsCcmCheckerDecodedCcmAdditionalData, cfChainsCcmCheckerVersionedSolanaCcmAdditionalData, cfChainsCcmDepositMetadata, cfChainsCcmDepositMetadataEncodedAddress, cfChainsCcmDepositMetadataForeignChainAddress, cfChainsEvmDepositDetails, cfChainsRefundParametersAccountOrAddress, cfChainsRefundParametersChannelRefundParametersAccountOrAddress, cfChainsRefundParametersChannelRefundParametersAddress, cfChainsRefundParametersChannelRefundParametersEncodedAddress, cfChainsRefundParametersChannelRefundParametersH160, cfChainsRefundParametersChannelRefundParametersPolkadotAccountId, cfChainsRefundParametersChannelRefundParametersScriptPubkey, cfChainsSolSolTxCoreCcmAccounts, cfChainsSolSolTxCoreCcmAddress, cfChainsSwapOrigin, cfChainsTransactionInIdForAnyChain, cfPrimitivesAccountRole, cfPrimitivesBeneficiaryAccountId32, cfPrimitivesBeneficiaryAffiliateShortId, cfPrimitivesChainsAssetsAnyAsset, cfPrimitivesChainsAssetsArbAsset, cfPrimitivesChainsAssetsBtcAsset, cfPrimitivesChainsAssetsDotAsset, cfPrimitivesChainsAssetsEthAsset, cfPrimitivesChainsAssetsHubAsset, cfPrimitivesChainsAssetsSolAsset, cfPrimitivesChainsForeignChain, cfPrimitivesDcaParameters, cfPrimitivesTxId, cfTraitsSwappingSwapOutputActionGenericEncodedAddress, cfTraitsSwappingSwapRequestTypeGeneric, frameSupportDispatchPays, frameSupportDispatchPostDispatchInfo, hexString, numberOrHex, numericString, palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum, palletCfArbitrumIngressEgressDepositFailedReason, palletCfArbitrumIngressEgressDepositWitnessArbitrum, palletCfArbitrumIngressEgressPalletConfigUpdateArbitrum, palletCfArbitrumIngressEgressVaultDepositWitnessArbitrum, palletCfAssetBalancesPalletSafeMode, palletCfAssethubIngressEgressDepositFailedDetailsAssethub, palletCfAssethubIngressEgressDepositFailedReason, palletCfAssethubIngressEgressDepositWitnessAssethub, palletCfAssethubIngressEgressPalletConfigUpdateAssethub, palletCfAssethubIngressEgressVaultDepositWitnessAssethub, palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin, palletCfBitcoinIngressEgressDepositFailedReason, palletCfBitcoinIngressEgressDepositWitnessBitcoin, palletCfBitcoinIngressEgressPalletConfigUpdateBitcoin, palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin, palletCfBroadcastPalletSafeMode, palletCfElectionsElectoralSystemsCompositeTuple1ImplsCompositeElectionIdentifierExtra, palletCfElectionsElectoralSystemsOraclePricePricePriceAsset, palletCfEmissionsPalletSafeMode, palletCfEnvironmentSafeModeUpdate, palletCfEthereumIngressEgressDepositFailedDetailsEthereum, palletCfEthereumIngressEgressDepositFailedReason, palletCfEthereumIngressEgressDepositWitnessEthereum, palletCfEthereumIngressEgressPalletConfigUpdateEthereum, palletCfEthereumIngressEgressVaultDepositWitnessEthereum, palletCfFundingPalletSafeMode, palletCfFundingRedemptionAmount, palletCfIngressEgressPalletSafeMode, palletCfLendingPoolsPalletSafeMode, palletCfLpPalletSafeMode, palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot, palletCfPolkadotIngressEgressDepositFailedReason, palletCfPolkadotIngressEgressDepositWitnessPolkadot, palletCfPolkadotIngressEgressPalletConfigUpdatePolkadot, palletCfPolkadotIngressEgressVaultDepositWitnessPolkadot, palletCfPoolsPalletSafeMode, palletCfReputationPalletSafeMode, palletCfSolanaIngressEgressDepositFailedDetailsSolana, palletCfSolanaIngressEgressDepositFailedReason, palletCfSolanaIngressEgressDepositWitnessSolana, palletCfSolanaIngressEgressPalletConfigUpdateSolana, palletCfSolanaIngressEgressVaultDepositWitnessSolana, palletCfSwappingPalletSafeMode, palletCfThresholdSignaturePalletSafeMode, palletCfTradingStrategyPalletSafeMode, palletCfValidatorDelegationDelegationAcceptance, palletCfValidatorDelegationOperatorSettings, palletCfValidatorPalletSafeMode, palletCfWitnesserPalletSafeMode, simpleEnum, spArithmeticArithmeticError, spRuntimeDispatchError, spRuntimeDispatchErrorWithPostInfo, spRuntimeModuleError, spRuntimeTokenError, spRuntimeTransactionalError, spWeightsWeightV2Weight, stateChainRuntimeChainflipEthereumScCallsDelegationApi, stateChainRuntimeChainflipEthereumScCallsEthereumSCApi, stateChainRuntimeChainflipGenericElectionsGenericElectionsSafeMode, stateChainRuntimeChainflipGenericElectionsGenericElectoralEvents, stateChainRuntimeChainflipGenericElectionsOraclePriceUpdate, stateChainRuntimeSafeModeInnerRuntimeSafeMode, stateChainRuntimeSafeModeWitnesserCallPermission };
|