@chainflip/processor 2.2.0-alpha.7 → 2.2.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/100/bitcoinBroadcaster/broadcastCallbackExecuted.d.cts +56 -56
- package/dist/100/bitcoinBroadcaster/broadcastCallbackExecuted.d.mts +56 -56
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.d.cts +40 -40
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.d.mts +40 -40
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.d.cts +40 -40
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.d.mts +40 -40
- package/dist/100/bitcoinIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/100/bitcoinIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.cts +40 -40
- package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.mts +40 -40
- package/dist/100/bitcoinIngressEgress/depositIgnored.d.cts +48 -48
- package/dist/100/bitcoinIngressEgress/depositIgnored.d.mts +48 -48
- package/dist/100/bitcoinIngressEgress/depositReceived.d.cts +48 -48
- package/dist/100/bitcoinIngressEgress/depositReceived.d.mts +48 -48
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.cts +108 -108
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.mts +108 -108
- package/dist/100/bitcoinIngressEgress/egressScheduled.d.cts +40 -40
- package/dist/100/bitcoinIngressEgress/egressScheduled.d.mts +40 -40
- package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.cts +40 -40
- package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.mts +40 -40
- package/dist/100/bitcoinThresholdSigner/currentKeyUnavailable.d.cts +4 -4
- package/dist/100/bitcoinThresholdSigner/currentKeyUnavailable.d.mts +4 -4
- package/dist/100/bitcoinThresholdSigner/failureReportProcessed.d.cts +4 -4
- package/dist/100/bitcoinThresholdSigner/failureReportProcessed.d.mts +4 -4
- package/dist/100/bitcoinThresholdSigner/retryRequested.d.cts +4 -4
- package/dist/100/bitcoinThresholdSigner/retryRequested.d.mts +4 -4
- package/dist/100/bitcoinThresholdSigner/signersUnavailable.d.cts +4 -4
- package/dist/100/bitcoinThresholdSigner/signersUnavailable.d.mts +4 -4
- package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.d.cts +64 -64
- package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.d.mts +64 -64
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureFailed.d.cts +4 -4
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureFailed.d.mts +4 -4
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureRequest.d.cts +4 -4
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureRequest.d.mts +4 -4
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureSuccess.d.cts +4 -4
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureSuccess.d.mts +4 -4
- package/dist/100/common.d.cts +249 -249
- package/dist/100/common.d.mts +249 -249
- package/dist/100/environment/runtimeSafeModeUpdated.d.cts +24 -24
- package/dist/100/environment/runtimeSafeModeUpdated.d.mts +24 -24
- package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.d.cts +56 -56
- package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.d.mts +56 -56
- package/dist/100/ethereumIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/100/ethereumIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.cts +40 -40
- package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.mts +40 -40
- package/dist/100/ethereumIngressEgress/depositIgnored.d.cts +4 -4
- package/dist/100/ethereumIngressEgress/depositIgnored.d.mts +4 -4
- package/dist/100/ethereumIngressEgress/depositReceived.d.cts +4 -4
- package/dist/100/ethereumIngressEgress/depositReceived.d.mts +4 -4
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.cts +40 -40
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.mts +40 -40
- package/dist/100/ethereumThresholdSigner/currentKeyUnavailable.d.cts +4 -4
- package/dist/100/ethereumThresholdSigner/currentKeyUnavailable.d.mts +4 -4
- package/dist/100/ethereumThresholdSigner/failureReportProcessed.d.cts +4 -4
- package/dist/100/ethereumThresholdSigner/failureReportProcessed.d.mts +4 -4
- package/dist/100/ethereumThresholdSigner/retryRequested.d.cts +4 -4
- package/dist/100/ethereumThresholdSigner/retryRequested.d.mts +4 -4
- package/dist/100/ethereumThresholdSigner/signersUnavailable.d.cts +4 -4
- package/dist/100/ethereumThresholdSigner/signersUnavailable.d.mts +4 -4
- package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.d.cts +64 -64
- package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.d.mts +64 -64
- package/dist/100/ethereumThresholdSigner/thresholdSignatureFailed.d.cts +4 -4
- package/dist/100/ethereumThresholdSigner/thresholdSignatureFailed.d.mts +4 -4
- package/dist/100/ethereumThresholdSigner/thresholdSignatureRequest.d.cts +4 -4
- package/dist/100/ethereumThresholdSigner/thresholdSignatureRequest.d.mts +4 -4
- package/dist/100/ethereumThresholdSigner/thresholdSignatureSuccess.d.cts +4 -4
- package/dist/100/ethereumThresholdSigner/thresholdSignatureSuccess.d.mts +4 -4
- package/dist/100/flip/remainingImbalance.d.cts +44 -44
- package/dist/100/flip/remainingImbalance.d.mts +44 -44
- package/dist/100/funding/boundExecutorAddress.d.cts +4 -4
- package/dist/100/funding/boundExecutorAddress.d.mts +4 -4
- package/dist/100/funding/boundRedeemAddress.d.cts +4 -4
- package/dist/100/funding/boundRedeemAddress.d.mts +4 -4
- package/dist/100/funding/failedFundingAttempt.d.cts +4 -4
- package/dist/100/funding/failedFundingAttempt.d.mts +4 -4
- package/dist/100/funding/funded.d.cts +4 -4
- package/dist/100/funding/funded.d.mts +4 -4
- package/dist/100/funding/redemptionRequested.d.cts +8 -8
- package/dist/100/funding/redemptionRequested.d.mts +8 -8
- package/dist/100/governance/failedExecution.d.cts +16 -16
- package/dist/100/governance/failedExecution.d.mts +16 -16
- package/dist/100/governance/govKeyCallExecutionFailed.d.cts +32 -32
- package/dist/100/governance/govKeyCallExecutionFailed.d.mts +32 -32
- package/dist/100/liquidityPools/assetSwapped.d.cts +24 -24
- package/dist/100/liquidityPools/assetSwapped.d.mts +24 -24
- package/dist/100/liquidityPools/limitOrderUpdated.d.cts +40 -40
- package/dist/100/liquidityPools/limitOrderUpdated.d.mts +40 -40
- package/dist/100/liquidityPools/newPoolCreated.d.cts +24 -24
- package/dist/100/liquidityPools/newPoolCreated.d.mts +24 -24
- package/dist/100/liquidityPools/poolFeeSet.d.cts +24 -24
- package/dist/100/liquidityPools/poolFeeSet.d.mts +24 -24
- package/dist/100/liquidityPools/poolStateUpdated.d.cts +24 -24
- package/dist/100/liquidityPools/poolStateUpdated.d.mts +24 -24
- package/dist/100/liquidityPools/rangeOrderUpdated.d.cts +40 -40
- package/dist/100/liquidityPools/rangeOrderUpdated.d.mts +40 -40
- package/dist/100/liquidityProvider/accountCredited.d.cts +12 -12
- package/dist/100/liquidityProvider/accountCredited.d.mts +12 -12
- package/dist/100/liquidityProvider/accountDebited.d.cts +12 -12
- package/dist/100/liquidityProvider/accountDebited.d.mts +12 -12
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.cts +30 -30
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.mts +30 -30
- package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.cts +88 -88
- package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.mts +88 -88
- package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.cts +28 -28
- package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.mts +28 -28
- package/dist/100/polkadotBroadcaster/broadcastCallbackExecuted.d.cts +56 -56
- package/dist/100/polkadotBroadcaster/broadcastCallbackExecuted.d.mts +56 -56
- package/dist/100/polkadotIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/100/polkadotIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.cts +40 -40
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.mts +40 -40
- package/dist/100/polkadotIngressEgress/depositIgnored.d.cts +4 -4
- package/dist/100/polkadotIngressEgress/depositIgnored.d.mts +4 -4
- package/dist/100/polkadotIngressEgress/depositReceived.d.cts +4 -4
- package/dist/100/polkadotIngressEgress/depositReceived.d.mts +4 -4
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.cts +40 -40
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.mts +40 -40
- package/dist/100/polkadotThresholdSigner/currentKeyUnavailable.d.cts +4 -4
- package/dist/100/polkadotThresholdSigner/currentKeyUnavailable.d.mts +4 -4
- package/dist/100/polkadotThresholdSigner/failureReportProcessed.d.cts +4 -4
- package/dist/100/polkadotThresholdSigner/failureReportProcessed.d.mts +4 -4
- package/dist/100/polkadotThresholdSigner/retryRequested.d.cts +4 -4
- package/dist/100/polkadotThresholdSigner/retryRequested.d.mts +4 -4
- package/dist/100/polkadotThresholdSigner/signersUnavailable.d.cts +4 -4
- package/dist/100/polkadotThresholdSigner/signersUnavailable.d.mts +4 -4
- package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.d.cts +64 -64
- package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.d.mts +64 -64
- package/dist/100/polkadotThresholdSigner/thresholdSignatureFailed.d.cts +4 -4
- package/dist/100/polkadotThresholdSigner/thresholdSignatureFailed.d.mts +4 -4
- package/dist/100/polkadotThresholdSigner/thresholdSignatureRequest.d.cts +4 -4
- package/dist/100/polkadotThresholdSigner/thresholdSignatureRequest.d.mts +4 -4
- package/dist/100/polkadotThresholdSigner/thresholdSignatureSuccess.d.cts +4 -4
- package/dist/100/polkadotThresholdSigner/thresholdSignatureSuccess.d.mts +4 -4
- package/dist/100/swapping/batchSwapFailed.d.cts +12 -12
- package/dist/100/swapping/batchSwapFailed.d.mts +12 -12
- package/dist/100/swapping/ccmDepositReceived.d.cts +128 -128
- package/dist/100/swapping/ccmDepositReceived.d.mts +128 -128
- package/dist/100/swapping/ccmFailed.d.cts +124 -124
- package/dist/100/swapping/ccmFailed.d.mts +124 -124
- package/dist/100/swapping/minimumSwapAmountSet.d.cts +12 -12
- package/dist/100/swapping/minimumSwapAmountSet.d.mts +12 -12
- package/dist/100/swapping/swapAmountTooLow.d.cts +38 -38
- package/dist/100/swapping/swapAmountTooLow.d.mts +38 -38
- package/dist/100/swapping/swapDepositAddressReady.d.cts +44 -44
- package/dist/100/swapping/swapDepositAddressReady.d.mts +44 -44
- package/dist/100/swapping/swapEgressScheduled.d.cts +20 -20
- package/dist/100/swapping/swapEgressScheduled.d.mts +20 -20
- package/dist/100/swapping/swapExecuted.d.cts +30 -30
- package/dist/100/swapping/swapExecuted.d.mts +30 -30
- package/dist/100/swapping/swapScheduled.d.cts +196 -196
- package/dist/100/swapping/swapScheduled.d.mts +196 -196
- package/dist/100/swapping/withdrawalRequested.d.cts +16 -16
- package/dist/100/swapping/withdrawalRequested.d.mts +16 -16
- package/dist/100/system/extrinsicFailed.d.cts +66 -66
- package/dist/100/system/extrinsicFailed.d.mts +66 -66
- package/dist/100/tokenholderGovernance/proposalEnacted.d.cts +16 -16
- package/dist/100/tokenholderGovernance/proposalEnacted.d.mts +16 -16
- package/dist/100/tokenholderGovernance/proposalPassed.d.cts +16 -16
- package/dist/100/tokenholderGovernance/proposalPassed.d.mts +16 -16
- package/dist/100/tokenholderGovernance/proposalRejected.d.cts +16 -16
- package/dist/100/tokenholderGovernance/proposalRejected.d.mts +16 -16
- package/dist/100/tokenholderGovernance/proposalSubmitted.d.cts +16 -16
- package/dist/100/tokenholderGovernance/proposalSubmitted.d.mts +16 -16
- package/dist/100/validator/rotationPhaseUpdated.d.cts +40 -40
- package/dist/100/validator/rotationPhaseUpdated.d.mts +40 -40
- package/dist/100/witnesser/witnessExecutionFailed.d.cts +32 -32
- package/dist/100/witnesser/witnessExecutionFailed.d.mts +32 -32
- package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.cts +214 -214
- package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.mts +214 -214
- package/dist/11000/arbitrumIngressEgress/depositFailed.d.cts +370 -370
- package/dist/11000/arbitrumIngressEgress/depositFailed.d.mts +370 -370
- package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +206 -206
- package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +206 -206
- package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.cts +214 -214
- package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.mts +214 -214
- package/dist/11000/assethubIngressEgress/depositFailed.d.cts +408 -408
- package/dist/11000/assethubIngressEgress/depositFailed.d.mts +408 -408
- package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +206 -206
- package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.mts +206 -206
- package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.cts +214 -214
- package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.mts +214 -214
- package/dist/11000/bitcoinIngressEgress/depositFailed.d.cts +631 -631
- package/dist/11000/bitcoinIngressEgress/depositFailed.d.mts +631 -631
- package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +206 -206
- package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +206 -206
- package/dist/11000/bitcoinIngressEgress/invalidCcmRefunded.d.cts +40 -40
- package/dist/11000/bitcoinIngressEgress/invalidCcmRefunded.d.mts +40 -40
- package/dist/11000/common.d.cts +2445 -2445
- package/dist/11000/common.d.mts +2445 -2445
- package/dist/11000/environment/runtimeSafeModeUpdated.d.cts +24 -24
- package/dist/11000/environment/runtimeSafeModeUpdated.d.mts +24 -24
- package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.d.cts +214 -214
- package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.d.mts +214 -214
- package/dist/11000/ethereumIngressEgress/depositFailed.d.cts +370 -370
- package/dist/11000/ethereumIngressEgress/depositFailed.d.mts +370 -370
- package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +206 -206
- package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +206 -206
- package/dist/11000/lendingPools/boostFundsAdded.d.cts +16 -16
- package/dist/11000/lendingPools/boostFundsAdded.d.mts +16 -16
- package/dist/11000/lendingPools/boostPoolCreated.d.cts +16 -16
- package/dist/11000/lendingPools/boostPoolCreated.d.mts +16 -16
- package/dist/11000/lendingPools/stoppedBoosting.d.cts +16 -16
- package/dist/11000/lendingPools/stoppedBoosting.d.mts +16 -16
- package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.cts +214 -214
- package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.mts +214 -214
- package/dist/11000/polkadotIngressEgress/depositFailed.d.cts +408 -408
- package/dist/11000/polkadotIngressEgress/depositFailed.d.mts +408 -408
- package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +206 -206
- package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +206 -206
- package/dist/11000/solanaElections/unknownElection.d.cts +8 -8
- package/dist/11000/solanaElections/unknownElection.d.mts +8 -8
- package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.cts +214 -214
- package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.mts +214 -214
- package/dist/11000/solanaIngressEgress/depositFailed.d.cts +370 -370
- package/dist/11000/solanaIngressEgress/depositFailed.d.mts +370 -370
- package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +206 -206
- package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +206 -206
- package/dist/11000/swapping/palletConfigUpdated.d.cts +64 -64
- package/dist/11000/swapping/palletConfigUpdated.d.mts +64 -64
- package/dist/11000/swapping/refundEgressScheduled.d.cts +32 -32
- package/dist/11000/swapping/refundEgressScheduled.d.mts +32 -32
- package/dist/11000/swapping/refundedOnChain.d.cts +16 -16
- package/dist/11000/swapping/refundedOnChain.d.mts +16 -16
- package/dist/11000/swapping/swapDepositAddressReady.d.cts +108 -108
- package/dist/11000/swapping/swapDepositAddressReady.d.mts +108 -108
- package/dist/11000/swapping/swapRequested.d.cts +212 -212
- package/dist/11000/swapping/swapRequested.d.mts +212 -212
- package/dist/11000/tradingStrategy/strategyDeployed.d.cts +48 -48
- package/dist/11000/tradingStrategy/strategyDeployed.d.mts +48 -48
- package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.cts +40 -40
- package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.mts +40 -40
- package/dist/111/common.d.cts +30 -30
- package/dist/111/common.d.mts +30 -30
- package/dist/111/liquidityPools/limitOrderUpdated.d.cts +50 -50
- package/dist/111/liquidityPools/limitOrderUpdated.d.mts +50 -50
- package/dist/111/liquidityPools/newPoolCreated.d.cts +24 -24
- package/dist/111/liquidityPools/newPoolCreated.d.mts +24 -24
- package/dist/111/liquidityPools/poolFeeSet.d.cts +24 -24
- package/dist/111/liquidityPools/poolFeeSet.d.mts +24 -24
- package/dist/111/liquidityPools/rangeOrderUpdated.d.cts +58 -58
- package/dist/111/liquidityPools/rangeOrderUpdated.d.mts +58 -58
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.cts +36 -36
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.mts +36 -36
- package/dist/11100/arbitrumIngressEgress/depositFailed.d.cts +44 -44
- package/dist/11100/arbitrumIngressEgress/depositFailed.d.mts +44 -44
- package/dist/11100/assethubIngressEgress/depositFailed.d.cts +80 -80
- package/dist/11100/assethubIngressEgress/depositFailed.d.mts +80 -80
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.cts +76 -76
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.mts +76 -76
- package/dist/11100/common.d.cts +370 -370
- package/dist/11100/common.d.mts +370 -370
- package/dist/11100/environment/runtimeSafeModeUpdated.d.cts +120 -120
- package/dist/11100/environment/runtimeSafeModeUpdated.d.mts +120 -120
- package/dist/11100/ethereumIngressEgress/depositFailed.d.cts +44 -44
- package/dist/11100/ethereumIngressEgress/depositFailed.d.mts +44 -44
- package/dist/11100/funding/sCCallCannotBeDecoded.d.cts +4 -4
- package/dist/11100/funding/sCCallCannotBeDecoded.d.mts +4 -4
- package/dist/11100/funding/sCCallCannotBeExecuted.d.cts +4 -4
- package/dist/11100/funding/sCCallCannotBeExecuted.d.mts +4 -4
- package/dist/11100/funding/sCCallExecuted.d.cts +4 -4
- package/dist/11100/funding/sCCallExecuted.d.mts +4 -4
- package/dist/11100/lendingPools/collateralAdded.d.cts +24 -24
- package/dist/11100/lendingPools/collateralAdded.d.mts +24 -24
- package/dist/11100/lendingPools/collateralRemoved.d.cts +24 -24
- package/dist/11100/lendingPools/collateralRemoved.d.mts +24 -24
- package/dist/11100/lendingPools/lendingFeeCollectionInitiated.d.cts +12 -12
- package/dist/11100/lendingPools/lendingFeeCollectionInitiated.d.mts +12 -12
- package/dist/11100/lendingPools/lendingFundsAdded.d.cts +14 -14
- package/dist/11100/lendingPools/lendingFundsAdded.d.mts +14 -14
- package/dist/11100/lendingPools/lendingFundsRemoved.d.cts +12 -12
- package/dist/11100/lendingPools/lendingFundsRemoved.d.mts +12 -12
- package/dist/11100/lendingPools/lendingPoolCreated.d.cts +12 -12
- package/dist/11100/lendingPools/lendingPoolCreated.d.mts +12 -12
- package/dist/11100/lendingPools/loanCreated.d.cts +16 -16
- package/dist/11100/lendingPools/loanCreated.d.mts +16 -16
- package/dist/11100/lendingPools/loanRepaid.d.cts +12 -12
- package/dist/11100/lendingPools/loanRepaid.d.mts +12 -12
- package/dist/11100/lendingPools/loanSettled.d.cts +12 -12
- package/dist/11100/lendingPools/loanSettled.d.mts +12 -12
- package/dist/11100/polkadotIngressEgress/depositFailed.d.cts +80 -80
- package/dist/11100/polkadotIngressEgress/depositFailed.d.mts +80 -80
- package/dist/11100/solanaIngressEgress/depositFailed.d.cts +44 -44
- package/dist/11100/solanaIngressEgress/depositFailed.d.mts +44 -44
- package/dist/11100/swapping/swapDepositAddressReady.d.cts +28 -28
- package/dist/11100/swapping/swapDepositAddressReady.d.mts +28 -28
- package/dist/11100/swapping/swapExecuted.d.cts +28 -28
- package/dist/11100/swapping/swapExecuted.d.mts +28 -28
- package/dist/11100/swapping/swapRequested.d.cts +68 -68
- package/dist/11100/swapping/swapRequested.d.mts +68 -68
- package/dist/11200/arbitrumIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/11200/arbitrumIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/11200/arbitrumIngressEgress/depositFailed.d.cts +368 -368
- package/dist/11200/arbitrumIngressEgress/depositFailed.d.mts +368 -368
- package/dist/11200/arbitrumIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/11200/arbitrumIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/11200/assethubIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/11200/assethubIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/11200/assethubIngressEgress/depositFailed.d.cts +404 -404
- package/dist/11200/assethubIngressEgress/depositFailed.d.mts +404 -404
- package/dist/11200/assethubIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/11200/assethubIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/11200/bitcoinIngressEgress/channelRejectionRequestReceived.d.cts +40 -40
- package/dist/11200/bitcoinIngressEgress/channelRejectionRequestReceived.d.mts +40 -40
- package/dist/11200/bitcoinIngressEgress/depositBoosted.d.cts +64 -64
- package/dist/11200/bitcoinIngressEgress/depositBoosted.d.mts +64 -64
- package/dist/11200/bitcoinIngressEgress/depositFailed.d.cts +640 -640
- package/dist/11200/bitcoinIngressEgress/depositFailed.d.mts +640 -640
- package/dist/11200/bitcoinIngressEgress/depositFinalised.d.cts +52 -52
- package/dist/11200/bitcoinIngressEgress/depositFinalised.d.mts +52 -52
- package/dist/11200/common.d.cts +2751 -2751
- package/dist/11200/common.d.mts +2751 -2751
- package/dist/11200/environment/runtimeSafeModeUpdated.d.cts +24 -24
- package/dist/11200/environment/runtimeSafeModeUpdated.d.mts +24 -24
- package/dist/11200/ethereumIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/11200/ethereumIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/11200/ethereumIngressEgress/depositFailed.d.cts +368 -368
- package/dist/11200/ethereumIngressEgress/depositFailed.d.mts +368 -368
- package/dist/11200/ethereumIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/11200/ethereumIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/11200/polkadotIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/11200/polkadotIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/11200/polkadotIngressEgress/depositFailed.d.cts +404 -404
- package/dist/11200/polkadotIngressEgress/depositFailed.d.mts +404 -404
- package/dist/11200/polkadotIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/11200/polkadotIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/11200/solanaIngressEgress/depositBoosted.d.cts +40 -40
- package/dist/11200/solanaIngressEgress/depositBoosted.d.mts +40 -40
- package/dist/11200/solanaIngressEgress/depositFailed.d.cts +432 -432
- package/dist/11200/solanaIngressEgress/depositFailed.d.mts +432 -432
- package/dist/11200/solanaIngressEgress/depositFinalised.d.cts +28 -28
- package/dist/11200/solanaIngressEgress/depositFinalised.d.mts +28 -28
- package/dist/11200/solanaIngressEgress/transactionRejectedByBroker.d.cts +16 -16
- package/dist/11200/solanaIngressEgress/transactionRejectedByBroker.d.mts +16 -16
- package/dist/11200/solanaIngressEgress/transactionRejectionFailed.d.cts +16 -16
- package/dist/11200/solanaIngressEgress/transactionRejectionFailed.d.mts +16 -16
- package/dist/11200/swapping/swapRequested.d.cts +760 -760
- package/dist/11200/swapping/swapRequested.d.mts +760 -760
- package/dist/120/bitcoinIngressEgress/depositIgnored.d.cts +8 -8
- package/dist/120/bitcoinIngressEgress/depositIgnored.d.mts +8 -8
- package/dist/120/bitcoinIngressEgress/depositReceived.d.cts +8 -8
- package/dist/120/bitcoinIngressEgress/depositReceived.d.mts +8 -8
- package/dist/120/emissions/networkFeeBurned.d.cts +4 -4
- package/dist/120/emissions/networkFeeBurned.d.mts +4 -4
- package/dist/120/ethereumIngressEgress/depositIgnored.d.cts +6 -6
- package/dist/120/ethereumIngressEgress/depositIgnored.d.mts +6 -6
- package/dist/120/ethereumIngressEgress/depositReceived.d.cts +6 -6
- package/dist/120/ethereumIngressEgress/depositReceived.d.mts +6 -6
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.cts +12 -12
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.mts +12 -12
- package/dist/120/polkadotIngressEgress/depositIgnored.d.cts +6 -6
- package/dist/120/polkadotIngressEgress/depositIgnored.d.mts +6 -6
- package/dist/120/polkadotIngressEgress/depositReceived.d.cts +6 -6
- package/dist/120/polkadotIngressEgress/depositReceived.d.mts +6 -6
- package/dist/120/swapping/swapEgressIgnored.d.cts +4 -4
- package/dist/120/swapping/swapEgressIgnored.d.mts +4 -4
- package/dist/120/swapping/swapEgressScheduled.d.cts +4 -4
- package/dist/120/swapping/swapEgressScheduled.d.mts +4 -4
- package/dist/120/swapping/withdrawalRequested.d.cts +8 -8
- package/dist/120/swapping/withdrawalRequested.d.mts +8 -8
- package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +4 -4
- package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.mts +4 -4
- package/dist/131/common.d.cts +11 -11
- package/dist/131/common.d.mts +11 -11
- package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.cts +4 -4
- package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.mts +4 -4
- package/dist/131/liquidityPools/assetSwapped.d.cts +24 -24
- package/dist/131/liquidityPools/assetSwapped.d.mts +24 -24
- package/dist/131/liquidityPools/limitOrderUpdated.d.cts +32 -32
- package/dist/131/liquidityPools/limitOrderUpdated.d.mts +32 -32
- package/dist/131/liquidityPools/newPoolCreated.d.cts +24 -24
- package/dist/131/liquidityPools/newPoolCreated.d.mts +24 -24
- package/dist/131/liquidityPools/poolFeeSet.d.cts +24 -24
- package/dist/131/liquidityPools/poolFeeSet.d.mts +24 -24
- package/dist/131/liquidityPools/rangeOrderUpdated.d.cts +40 -40
- package/dist/131/liquidityPools/rangeOrderUpdated.d.mts +40 -40
- package/dist/131/liquidityProvider/accountCredited.d.cts +12 -12
- package/dist/131/liquidityProvider/accountCredited.d.mts +12 -12
- package/dist/131/liquidityProvider/accountDebited.d.cts +12 -12
- package/dist/131/liquidityProvider/accountDebited.d.mts +12 -12
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.cts +22 -22
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.mts +22 -22
- package/dist/131/liquidityProvider/liquidityDepositCredited.d.cts +12 -12
- package/dist/131/liquidityProvider/liquidityDepositCredited.d.mts +12 -12
- package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.cts +20 -20
- package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.mts +20 -20
- package/dist/131/swapping/batchSwapFailed.d.cts +12 -12
- package/dist/131/swapping/batchSwapFailed.d.mts +12 -12
- package/dist/131/swapping/ccmFailed.d.cts +76 -76
- package/dist/131/swapping/ccmFailed.d.mts +76 -76
- package/dist/131/swapping/maximumSwapAmountSet.d.cts +12 -12
- package/dist/131/swapping/maximumSwapAmountSet.d.mts +12 -12
- package/dist/131/swapping/swapAmountConfiscated.d.cts +24 -24
- package/dist/131/swapping/swapAmountConfiscated.d.mts +24 -24
- package/dist/131/swapping/swapDepositAddressReady.d.cts +50 -50
- package/dist/131/swapping/swapDepositAddressReady.d.mts +50 -50
- package/dist/131/swapping/swapEgressIgnored.d.cts +16 -16
- package/dist/131/swapping/swapEgressIgnored.d.mts +16 -16
- package/dist/131/swapping/swapEgressScheduled.d.cts +16 -16
- package/dist/131/swapping/swapEgressScheduled.d.mts +16 -16
- package/dist/131/swapping/swapExecuted.d.cts +30 -30
- package/dist/131/swapping/swapExecuted.d.mts +30 -30
- package/dist/131/swapping/swapScheduled.d.cts +54 -54
- package/dist/131/swapping/swapScheduled.d.mts +54 -54
- package/dist/131/swapping/withdrawalRequested.d.cts +22 -22
- package/dist/131/swapping/withdrawalRequested.d.mts +22 -22
- package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.cts +56 -56
- package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.mts +56 -56
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.cts +32 -32
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.mts +32 -32
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.cts +4 -4
- package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.mts +4 -4
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/141/arbitrumIngressEgress/depositIgnored.d.cts +4 -4
- package/dist/141/arbitrumIngressEgress/depositIgnored.d.mts +4 -4
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.cts +40 -40
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.mts +40 -40
- package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +56 -56
- package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +56 -56
- package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +8 -8
- package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.mts +8 -8
- package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.cts +8 -8
- package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.mts +8 -8
- package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.cts +32 -32
- package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.mts +32 -32
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.cts +48 -48
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.mts +48 -48
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.cts +48 -48
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.mts +48 -48
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +8 -8
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.mts +8 -8
- package/dist/141/common.d.cts +243 -243
- package/dist/141/common.d.mts +243 -243
- package/dist/141/environment/runtimeSafeModeUpdated.d.cts +24 -24
- package/dist/141/environment/runtimeSafeModeUpdated.d.mts +24 -24
- package/dist/141/environment/staleUtxosDiscarded.d.cts +36 -36
- package/dist/141/environment/staleUtxosDiscarded.d.mts +36 -36
- package/dist/141/ethereumIngressEgress/ccmEgressInvalid.d.cts +32 -32
- package/dist/141/ethereumIngressEgress/ccmEgressInvalid.d.mts +32 -32
- package/dist/141/ethereumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/141/ethereumIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/141/ethereumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/141/ethereumIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +8 -8
- package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.mts +8 -8
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.cts +56 -56
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.mts +56 -56
- package/dist/141/liquidityPools/limitOrderUpdated.d.cts +16 -16
- package/dist/141/liquidityPools/limitOrderUpdated.d.mts +16 -16
- package/dist/141/liquidityPools/rangeOrderUpdated.d.cts +40 -40
- package/dist/141/liquidityPools/rangeOrderUpdated.d.mts +40 -40
- package/dist/141/liquidityProvider/accountCredited.d.cts +4 -4
- package/dist/141/liquidityProvider/accountCredited.d.mts +4 -4
- package/dist/141/liquidityProvider/accountDebited.d.cts +4 -4
- package/dist/141/liquidityProvider/accountDebited.d.mts +4 -4
- package/dist/141/liquidityProvider/assetTransferred.d.cts +4 -4
- package/dist/141/liquidityProvider/assetTransferred.d.mts +4 -4
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.cts +16 -16
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.mts +16 -16
- package/dist/141/liquidityProvider/liquidityDepositCredited.d.cts +4 -4
- package/dist/141/liquidityProvider/liquidityDepositCredited.d.mts +4 -4
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.cts +96 -96
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.mts +96 -96
- package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.cts +12 -12
- package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.mts +12 -12
- package/dist/141/polkadotIngressEgress/ccmEgressInvalid.d.cts +32 -32
- package/dist/141/polkadotIngressEgress/ccmEgressInvalid.d.mts +32 -32
- package/dist/141/polkadotIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/141/polkadotIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/141/polkadotIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/141/polkadotIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +8 -8
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.mts +8 -8
- package/dist/141/swapping/batchSwapFailed.d.cts +4 -4
- package/dist/141/swapping/batchSwapFailed.d.mts +4 -4
- package/dist/141/swapping/ccmDepositReceived.d.cts +144 -144
- package/dist/141/swapping/ccmDepositReceived.d.mts +144 -144
- package/dist/141/swapping/ccmFailed.d.cts +146 -146
- package/dist/141/swapping/ccmFailed.d.mts +146 -146
- package/dist/141/swapping/swapDepositAddressReady.d.cts +16 -16
- package/dist/141/swapping/swapDepositAddressReady.d.mts +16 -16
- package/dist/141/swapping/swapEgressIgnored.d.cts +40 -40
- package/dist/141/swapping/swapEgressIgnored.d.mts +40 -40
- package/dist/141/swapping/swapEgressScheduled.d.cts +8 -8
- package/dist/141/swapping/swapEgressScheduled.d.mts +8 -8
- package/dist/141/swapping/swapExecuted.d.cts +152 -152
- package/dist/141/swapping/swapExecuted.d.mts +152 -152
- package/dist/141/swapping/swapScheduled.d.cts +174 -174
- package/dist/141/swapping/swapScheduled.d.mts +174 -174
- package/dist/141/swapping/withdrawalRequested.d.cts +8 -8
- package/dist/141/swapping/withdrawalRequested.d.mts +8 -8
- package/dist/141/tokenholderGovernance/proposalEnacted.d.cts +16 -16
- package/dist/141/tokenholderGovernance/proposalEnacted.d.mts +16 -16
- package/dist/141/tokenholderGovernance/proposalPassed.d.cts +16 -16
- package/dist/141/tokenholderGovernance/proposalPassed.d.mts +16 -16
- package/dist/141/tokenholderGovernance/proposalRejected.d.cts +16 -16
- package/dist/141/tokenholderGovernance/proposalRejected.d.mts +16 -16
- package/dist/141/tokenholderGovernance/proposalSubmitted.d.cts +16 -16
- package/dist/141/tokenholderGovernance/proposalSubmitted.d.mts +16 -16
- package/dist/141/validator/rotationPhaseUpdated.d.cts +40 -40
- package/dist/141/validator/rotationPhaseUpdated.d.mts +40 -40
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.cts +40 -40
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.mts +40 -40
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/150/arbitrumIngressEgress/depositIgnored.d.cts +4 -4
- package/dist/150/arbitrumIngressEgress/depositIgnored.d.mts +4 -4
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.cts +40 -40
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.mts +40 -40
- package/dist/150/assetBalances/refundScheduled.d.cts +104 -104
- package/dist/150/assetBalances/refundScheduled.d.mts +104 -104
- package/dist/150/assetBalances/refundSkipped.d.cts +192 -192
- package/dist/150/assetBalances/refundSkipped.d.mts +192 -192
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.cts +40 -40
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.mts +40 -40
- package/dist/150/bitcoinIngressEgress/depositBoosted.d.cts +52 -52
- package/dist/150/bitcoinIngressEgress/depositBoosted.d.mts +52 -52
- package/dist/150/bitcoinIngressEgress/depositFinalised.d.cts +48 -48
- package/dist/150/bitcoinIngressEgress/depositFinalised.d.mts +48 -48
- package/dist/150/common.d.cts +289 -289
- package/dist/150/common.d.mts +289 -289
- package/dist/150/emissions/networkFeeBurned.d.cts +4 -4
- package/dist/150/emissions/networkFeeBurned.d.mts +4 -4
- package/dist/150/environment/runtimeSafeModeUpdated.d.cts +80 -80
- package/dist/150/environment/runtimeSafeModeUpdated.d.mts +80 -80
- package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.cts +40 -40
- package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.mts +40 -40
- package/dist/150/ethereumIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/150/ethereumIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/150/ethereumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/150/ethereumIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/150/ethereumIngressEgress/depositIgnored.d.cts +4 -4
- package/dist/150/ethereumIngressEgress/depositIgnored.d.mts +4 -4
- package/dist/150/ethereumIngressEgress/depositWitnessRejected.d.cts +40 -40
- package/dist/150/ethereumIngressEgress/depositWitnessRejected.d.mts +40 -40
- package/dist/150/liquidityPools/assetSwapped.d.cts +24 -24
- package/dist/150/liquidityPools/assetSwapped.d.mts +24 -24
- package/dist/150/liquidityPools/limitOrderUpdated.d.cts +48 -48
- package/dist/150/liquidityPools/limitOrderUpdated.d.mts +48 -48
- package/dist/150/liquidityPools/newPoolCreated.d.cts +24 -24
- package/dist/150/liquidityPools/newPoolCreated.d.mts +24 -24
- package/dist/150/liquidityPools/poolFeeSet.d.cts +24 -24
- package/dist/150/liquidityPools/poolFeeSet.d.mts +24 -24
- package/dist/150/liquidityPools/rangeOrderUpdated.d.cts +80 -80
- package/dist/150/liquidityPools/rangeOrderUpdated.d.mts +80 -80
- package/dist/150/liquidityProvider/accountCredited.d.cts +12 -12
- package/dist/150/liquidityProvider/accountCredited.d.mts +12 -12
- package/dist/150/liquidityProvider/accountDebited.d.cts +12 -12
- package/dist/150/liquidityProvider/accountDebited.d.mts +12 -12
- package/dist/150/liquidityProvider/assetTransferred.d.cts +12 -12
- package/dist/150/liquidityProvider/assetTransferred.d.mts +12 -12
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.cts +22 -22
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.mts +22 -22
- package/dist/150/liquidityProvider/liquidityDepositCredited.d.cts +12 -12
- package/dist/150/liquidityProvider/liquidityDepositCredited.d.mts +12 -12
- package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.cts +100 -100
- package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.mts +100 -100
- package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.cts +28 -28
- package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.mts +28 -28
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.cts +40 -40
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.mts +40 -40
- package/dist/150/polkadotIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/150/polkadotIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/150/polkadotIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/150/polkadotIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/150/polkadotIngressEgress/depositIgnored.d.cts +4 -4
- package/dist/150/polkadotIngressEgress/depositIgnored.d.mts +4 -4
- package/dist/150/polkadotIngressEgress/depositWitnessRejected.d.cts +40 -40
- package/dist/150/polkadotIngressEgress/depositWitnessRejected.d.mts +40 -40
- package/dist/150/solanaBroadcaster/broadcastCallbackExecuted.d.cts +56 -56
- package/dist/150/solanaBroadcaster/broadcastCallbackExecuted.d.mts +56 -56
- package/dist/150/solanaBroadcaster/transactionBroadcastRequest.d.cts +4 -4
- package/dist/150/solanaBroadcaster/transactionBroadcastRequest.d.mts +4 -4
- package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.cts +40 -40
- package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.mts +40 -40
- package/dist/150/solanaIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/150/solanaIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/150/solanaIngressEgress/depositFetchesScheduled.d.cts +4 -4
- package/dist/150/solanaIngressEgress/depositFetchesScheduled.d.mts +4 -4
- package/dist/150/solanaIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/150/solanaIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/150/solanaIngressEgress/depositWitnessRejected.d.cts +32 -32
- package/dist/150/solanaIngressEgress/depositWitnessRejected.d.mts +32 -32
- package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +56 -56
- package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +56 -56
- package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.d.cts +8 -8
- package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.d.mts +8 -8
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.cts +56 -56
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.mts +56 -56
- package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.cts +4 -4
- package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.mts +4 -4
- package/dist/150/swapping/batchSwapFailed.d.cts +12 -12
- package/dist/150/swapping/batchSwapFailed.d.mts +12 -12
- package/dist/150/swapping/ccmDepositReceived.d.cts +172 -172
- package/dist/150/swapping/ccmDepositReceived.d.mts +172 -172
- package/dist/150/swapping/ccmFailed.d.cts +244 -244
- package/dist/150/swapping/ccmFailed.d.mts +244 -244
- package/dist/150/swapping/maximumSwapAmountSet.d.cts +12 -12
- package/dist/150/swapping/maximumSwapAmountSet.d.mts +12 -12
- package/dist/150/swapping/refundEgressIgnored.d.cts +46 -46
- package/dist/150/swapping/refundEgressIgnored.d.mts +46 -46
- package/dist/150/swapping/refundEgressScheduled.d.cts +22 -22
- package/dist/150/swapping/refundEgressScheduled.d.mts +22 -22
- package/dist/150/swapping/swapAmountConfiscated.d.cts +24 -24
- package/dist/150/swapping/swapAmountConfiscated.d.mts +24 -24
- package/dist/150/swapping/swapDepositAddressReady.d.cts +58 -58
- package/dist/150/swapping/swapDepositAddressReady.d.mts +58 -58
- package/dist/150/swapping/swapEgressIgnored.d.cts +46 -46
- package/dist/150/swapping/swapEgressIgnored.d.mts +46 -46
- package/dist/150/swapping/swapEgressScheduled.d.cts +22 -22
- package/dist/150/swapping/swapEgressScheduled.d.mts +22 -22
- package/dist/150/swapping/swapExecuted.d.cts +196 -196
- package/dist/150/swapping/swapExecuted.d.mts +196 -196
- package/dist/150/swapping/swapScheduled.d.cts +278 -278
- package/dist/150/swapping/swapScheduled.d.mts +278 -278
- package/dist/150/swapping/withdrawalRequested.d.cts +32 -32
- package/dist/150/swapping/withdrawalRequested.d.mts +32 -32
- package/dist/150/tokenholderGovernance/proposalEnacted.d.cts +16 -16
- package/dist/150/tokenholderGovernance/proposalEnacted.d.mts +16 -16
- package/dist/150/tokenholderGovernance/proposalPassed.d.cts +16 -16
- package/dist/150/tokenholderGovernance/proposalPassed.d.mts +16 -16
- package/dist/150/tokenholderGovernance/proposalRejected.d.cts +16 -16
- package/dist/150/tokenholderGovernance/proposalRejected.d.mts +16 -16
- package/dist/150/tokenholderGovernance/proposalSubmitted.d.cts +16 -16
- package/dist/150/tokenholderGovernance/proposalSubmitted.d.mts +16 -16
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.cts +28 -28
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.mts +28 -28
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.cts +20 -20
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.mts +20 -20
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/160/assetBalances/accountCredited.d.cts +12 -12
- package/dist/160/assetBalances/accountCredited.d.mts +12 -12
- package/dist/160/assetBalances/accountDebited.d.cts +12 -12
- package/dist/160/assetBalances/accountDebited.d.mts +12 -12
- package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.cts +28 -28
- package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.mts +28 -28
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.cts +20 -20
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.mts +20 -20
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/160/common.d.cts +88 -88
- package/dist/160/common.d.mts +88 -88
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.cts +28 -28
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.mts +28 -28
- package/dist/160/ethereumIngressEgress/depositBoosted.d.cts +20 -20
- package/dist/160/ethereumIngressEgress/depositBoosted.d.mts +20 -20
- package/dist/160/ethereumIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/160/ethereumIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/160/liquidityPools/assetSwapped.d.cts +24 -24
- package/dist/160/liquidityPools/assetSwapped.d.mts +24 -24
- package/dist/160/liquidityPools/limitOrderUpdated.d.cts +24 -24
- package/dist/160/liquidityPools/limitOrderUpdated.d.mts +24 -24
- package/dist/160/liquidityPools/newPoolCreated.d.cts +24 -24
- package/dist/160/liquidityPools/newPoolCreated.d.mts +24 -24
- package/dist/160/liquidityPools/orderDeletionFailed.d.cts +64 -64
- package/dist/160/liquidityPools/orderDeletionFailed.d.mts +64 -64
- package/dist/160/liquidityPools/poolFeeSet.d.cts +24 -24
- package/dist/160/liquidityPools/poolFeeSet.d.mts +24 -24
- package/dist/160/liquidityPools/rangeOrderUpdated.d.cts +48 -48
- package/dist/160/liquidityPools/rangeOrderUpdated.d.mts +48 -48
- package/dist/160/liquidityProvider/assetTransferred.d.cts +12 -12
- package/dist/160/liquidityProvider/assetTransferred.d.mts +12 -12
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.cts +26 -26
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.mts +26 -26
- package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.cts +28 -28
- package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.mts +28 -28
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.cts +28 -28
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.mts +28 -28
- package/dist/160/polkadotIngressEgress/depositBoosted.d.cts +20 -20
- package/dist/160/polkadotIngressEgress/depositBoosted.d.mts +20 -20
- package/dist/160/polkadotIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/160/polkadotIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/160/solanaIngressEgress/boostFundsAdded.d.cts +4 -4
- package/dist/160/solanaIngressEgress/boostFundsAdded.d.mts +4 -4
- package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.cts +28 -28
- package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.mts +28 -28
- package/dist/160/solanaIngressEgress/depositBoosted.d.cts +16 -16
- package/dist/160/solanaIngressEgress/depositBoosted.d.mts +16 -16
- package/dist/160/solanaIngressEgress/depositFetchesScheduled.d.cts +4 -4
- package/dist/160/solanaIngressEgress/depositFetchesScheduled.d.mts +4 -4
- package/dist/160/solanaIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/160/solanaIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/160/solanaIngressEgress/depositWitnessRejected.d.cts +16 -16
- package/dist/160/solanaIngressEgress/depositWitnessRejected.d.mts +16 -16
- package/dist/160/solanaIngressEgress/insufficientBoostLiquidity.d.cts +8 -8
- package/dist/160/solanaIngressEgress/insufficientBoostLiquidity.d.mts +8 -8
- package/dist/160/solanaIngressEgress/stoppedBoosting.d.cts +4 -4
- package/dist/160/solanaIngressEgress/stoppedBoosting.d.mts +4 -4
- package/dist/160/solanaIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/160/solanaIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/160/swapping/batchSwapFailed.d.cts +12 -12
- package/dist/160/swapping/batchSwapFailed.d.mts +12 -12
- package/dist/160/swapping/ccmFailed.d.cts +28 -28
- package/dist/160/swapping/ccmFailed.d.mts +28 -28
- package/dist/160/swapping/maximumSwapAmountSet.d.cts +12 -12
- package/dist/160/swapping/maximumSwapAmountSet.d.mts +12 -12
- package/dist/160/swapping/refundEgressIgnored.d.cts +30 -30
- package/dist/160/swapping/refundEgressIgnored.d.mts +30 -30
- package/dist/160/swapping/refundEgressScheduled.d.cts +22 -22
- package/dist/160/swapping/refundEgressScheduled.d.mts +22 -22
- package/dist/160/swapping/swapAmountConfiscated.d.cts +14 -14
- package/dist/160/swapping/swapAmountConfiscated.d.mts +14 -14
- package/dist/160/swapping/swapDepositAddressReady.d.cts +50 -50
- package/dist/160/swapping/swapDepositAddressReady.d.mts +50 -50
- package/dist/160/swapping/swapEgressIgnored.d.cts +30 -30
- package/dist/160/swapping/swapEgressIgnored.d.mts +30 -30
- package/dist/160/swapping/swapEgressScheduled.d.cts +22 -22
- package/dist/160/swapping/swapEgressScheduled.d.mts +22 -22
- package/dist/160/swapping/swapExecuted.d.cts +24 -24
- package/dist/160/swapping/swapExecuted.d.mts +24 -24
- package/dist/160/swapping/swapRequested.d.cts +76 -76
- package/dist/160/swapping/swapRequested.d.mts +76 -76
- package/dist/160/swapping/swapScheduled.d.cts +12 -12
- package/dist/160/swapping/swapScheduled.d.mts +12 -12
- package/dist/160/swapping/withdrawalRequested.d.cts +30 -30
- package/dist/160/swapping/withdrawalRequested.d.mts +30 -30
- package/dist/170/arbitrumIngressEgress/boostedDepositLost.d.cts +4 -4
- package/dist/170/arbitrumIngressEgress/boostedDepositLost.d.mts +4 -4
- package/dist/170/arbitrumIngressEgress/ccmFailed.d.cts +74 -74
- package/dist/170/arbitrumIngressEgress/ccmFailed.d.mts +74 -74
- package/dist/170/arbitrumIngressEgress/depositIgnored.d.cts +12 -12
- package/dist/170/arbitrumIngressEgress/depositIgnored.d.mts +12 -12
- package/dist/170/bitcoinIngressEgress/boostedDepositLost.d.cts +4 -4
- package/dist/170/bitcoinIngressEgress/boostedDepositLost.d.mts +4 -4
- package/dist/170/bitcoinIngressEgress/ccmFailed.d.cts +74 -74
- package/dist/170/bitcoinIngressEgress/ccmFailed.d.mts +74 -74
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.cts +20 -20
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.mts +20 -20
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.cts +20 -20
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.mts +20 -20
- package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.cts +8 -8
- package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.mts +8 -8
- package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.cts +8 -8
- package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.mts +8 -8
- package/dist/170/common.d.cts +70 -70
- package/dist/170/common.d.mts +70 -70
- package/dist/170/ethereumIngressEgress/boostedDepositLost.d.cts +4 -4
- package/dist/170/ethereumIngressEgress/boostedDepositLost.d.mts +4 -4
- package/dist/170/ethereumIngressEgress/ccmFailed.d.cts +74 -74
- package/dist/170/ethereumIngressEgress/ccmFailed.d.mts +74 -74
- package/dist/170/ethereumIngressEgress/depositIgnored.d.cts +12 -12
- package/dist/170/ethereumIngressEgress/depositIgnored.d.mts +12 -12
- package/dist/170/polkadotIngressEgress/boostedDepositLost.d.cts +4 -4
- package/dist/170/polkadotIngressEgress/boostedDepositLost.d.mts +4 -4
- package/dist/170/polkadotIngressEgress/ccmFailed.d.cts +74 -74
- package/dist/170/polkadotIngressEgress/ccmFailed.d.mts +74 -74
- package/dist/170/polkadotIngressEgress/depositIgnored.d.cts +12 -12
- package/dist/170/polkadotIngressEgress/depositIgnored.d.mts +12 -12
- package/dist/170/reputation/offencePenalty.d.cts +4 -4
- package/dist/170/reputation/offencePenalty.d.mts +4 -4
- package/dist/170/solanaIngressEgress/boostedDepositLost.d.cts +4 -4
- package/dist/170/solanaIngressEgress/boostedDepositLost.d.mts +4 -4
- package/dist/170/solanaIngressEgress/ccmFailed.d.cts +74 -74
- package/dist/170/solanaIngressEgress/ccmFailed.d.mts +74 -74
- package/dist/170/solanaIngressEgress/depositIgnored.d.cts +12 -12
- package/dist/170/solanaIngressEgress/depositIgnored.d.mts +12 -12
- package/dist/170/swapping/minimumChunkSizeSet.d.cts +12 -12
- package/dist/170/swapping/minimumChunkSizeSet.d.mts +12 -12
- package/dist/170/swapping/swapRequested.d.cts +106 -106
- package/dist/170/swapping/swapRequested.d.mts +106 -106
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/180/arbitrumIngressEgress/depositFailed.d.cts +56 -56
- package/dist/180/arbitrumIngressEgress/depositFailed.d.mts +56 -56
- package/dist/180/arbitrumIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/180/arbitrumIngressEgress/depositFinalised.d.mts +4 -4
- package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/180/bitcoinIngressEgress/depositFailed.d.cts +56 -56
- package/dist/180/bitcoinIngressEgress/depositFailed.d.mts +56 -56
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.mts +4 -4
- package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/180/common.d.cts +158 -158
- package/dist/180/common.d.mts +158 -158
- package/dist/180/ethereumIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/180/ethereumIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/180/ethereumIngressEgress/depositFailed.d.cts +56 -56
- package/dist/180/ethereumIngressEgress/depositFailed.d.mts +56 -56
- package/dist/180/ethereumIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/180/ethereumIngressEgress/depositFinalised.d.mts +4 -4
- package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/180/polkadotIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/180/polkadotIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/180/polkadotIngressEgress/depositFailed.d.cts +56 -56
- package/dist/180/polkadotIngressEgress/depositFailed.d.mts +56 -56
- package/dist/180/polkadotIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/180/polkadotIngressEgress/depositFinalised.d.mts +4 -4
- package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/180/solanaIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/180/solanaIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/180/solanaIngressEgress/depositFailed.d.cts +32 -32
- package/dist/180/solanaIngressEgress/depositFailed.d.mts +32 -32
- package/dist/180/solanaIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/180/solanaIngressEgress/depositFinalised.d.mts +4 -4
- package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/180/swapping/refundEgressScheduled.d.cts +26 -26
- package/dist/180/swapping/refundEgressScheduled.d.mts +26 -26
- package/dist/180/swapping/swapDepositAddressReady.d.cts +28 -28
- package/dist/180/swapping/swapDepositAddressReady.d.mts +28 -28
- package/dist/180/swapping/swapEgressScheduled.d.cts +26 -26
- package/dist/180/swapping/swapEgressScheduled.d.mts +26 -26
- package/dist/180/swapping/swapRequested.d.cts +32 -32
- package/dist/180/swapping/swapRequested.d.mts +32 -32
- package/dist/180/swapping/swapScheduled.d.cts +12 -12
- package/dist/180/swapping/swapScheduled.d.mts +12 -12
- package/dist/180/swapping/withdrawalRequested.d.cts +12 -12
- package/dist/180/swapping/withdrawalRequested.d.mts +12 -12
- package/dist/190/arbitrumIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/190/arbitrumIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/190/arbitrumIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/190/arbitrumIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/190/arbitrumIngressEgress/depositFailed.d.cts +60 -60
- package/dist/190/arbitrumIngressEgress/depositFailed.d.mts +60 -60
- package/dist/190/arbitrumIngressEgress/depositFinalised.d.cts +16 -16
- package/dist/190/arbitrumIngressEgress/depositFinalised.d.mts +16 -16
- package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/190/assetBalances/accountCredited.d.cts +4 -4
- package/dist/190/assetBalances/accountCredited.d.mts +4 -4
- package/dist/190/assetBalances/accountDebited.d.cts +4 -4
- package/dist/190/assetBalances/accountDebited.d.mts +4 -4
- package/dist/190/assethubIngressEgress/boostedDepositLost.d.cts +4 -4
- package/dist/190/assethubIngressEgress/boostedDepositLost.d.mts +4 -4
- package/dist/190/assethubIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/190/assethubIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/190/assethubIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/190/assethubIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/190/assethubIngressEgress/depositFailed.d.cts +60 -60
- package/dist/190/assethubIngressEgress/depositFailed.d.mts +60 -60
- package/dist/190/assethubIngressEgress/depositFinalised.d.cts +16 -16
- package/dist/190/assethubIngressEgress/depositFinalised.d.mts +16 -16
- package/dist/190/assethubIngressEgress/transactionRejectionRequestExpired.d.cts +4 -4
- package/dist/190/assethubIngressEgress/transactionRejectionRequestExpired.d.mts +4 -4
- package/dist/190/assethubIngressEgress/transactionRejectionRequestReceived.d.cts +4 -4
- package/dist/190/assethubIngressEgress/transactionRejectionRequestReceived.d.mts +4 -4
- package/dist/190/assethubIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/190/assethubIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/190/bitcoinIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/190/bitcoinIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/190/bitcoinIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/190/bitcoinIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/190/bitcoinIngressEgress/depositFailed.d.cts +60 -60
- package/dist/190/bitcoinIngressEgress/depositFailed.d.mts +60 -60
- package/dist/190/bitcoinIngressEgress/depositFinalised.d.cts +16 -16
- package/dist/190/bitcoinIngressEgress/depositFinalised.d.mts +16 -16
- package/dist/190/bitcoinIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/190/bitcoinIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/190/common.d.cts +250 -250
- package/dist/190/common.d.mts +250 -250
- package/dist/190/environment/runtimeSafeModeUpdated.d.cts +92 -92
- package/dist/190/environment/runtimeSafeModeUpdated.d.mts +92 -92
- package/dist/190/ethereumIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/190/ethereumIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/190/ethereumIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/190/ethereumIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/190/ethereumIngressEgress/depositFailed.d.cts +60 -60
- package/dist/190/ethereumIngressEgress/depositFailed.d.mts +60 -60
- package/dist/190/ethereumIngressEgress/depositFinalised.d.cts +16 -16
- package/dist/190/ethereumIngressEgress/depositFinalised.d.mts +16 -16
- package/dist/190/ethereumIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/190/ethereumIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/190/liquidityPools/limitOrderUpdated.d.cts +8 -8
- package/dist/190/liquidityPools/limitOrderUpdated.d.mts +8 -8
- package/dist/190/liquidityPools/orderDeletionFailed.d.cts +16 -16
- package/dist/190/liquidityPools/orderDeletionFailed.d.mts +16 -16
- package/dist/190/liquidityPools/rangeOrderUpdated.d.cts +8 -8
- package/dist/190/liquidityPools/rangeOrderUpdated.d.mts +8 -8
- package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.cts +8 -8
- package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.mts +8 -8
- package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.cts +4 -4
- package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.mts +4 -4
- package/dist/190/polkadotIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/190/polkadotIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/190/polkadotIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/190/polkadotIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/190/polkadotIngressEgress/depositFailed.d.cts +60 -60
- package/dist/190/polkadotIngressEgress/depositFailed.d.mts +60 -60
- package/dist/190/polkadotIngressEgress/depositFinalised.d.cts +16 -16
- package/dist/190/polkadotIngressEgress/depositFinalised.d.mts +16 -16
- package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/190/solanaIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/190/solanaIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/190/solanaIngressEgress/depositBoosted.d.cts +20 -20
- package/dist/190/solanaIngressEgress/depositBoosted.d.mts +20 -20
- package/dist/190/solanaIngressEgress/depositFailed.d.cts +48 -48
- package/dist/190/solanaIngressEgress/depositFailed.d.mts +48 -48
- package/dist/190/solanaIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/190/solanaIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/190/solanaIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/190/solanaIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/190/swapping/creditedOnChain.d.cts +4 -4
- package/dist/190/swapping/creditedOnChain.d.mts +4 -4
- package/dist/190/swapping/refundEgressIgnored.d.cts +4 -4
- package/dist/190/swapping/refundEgressIgnored.d.mts +4 -4
- package/dist/190/swapping/refundEgressScheduled.d.cts +4 -4
- package/dist/190/swapping/refundEgressScheduled.d.mts +4 -4
- package/dist/190/swapping/refundedOnChain.d.cts +4 -4
- package/dist/190/swapping/refundedOnChain.d.mts +4 -4
- package/dist/190/swapping/swapDepositAddressReady.d.cts +28 -28
- package/dist/190/swapping/swapDepositAddressReady.d.mts +28 -28
- package/dist/190/swapping/swapEgressIgnored.d.cts +4 -4
- package/dist/190/swapping/swapEgressIgnored.d.mts +4 -4
- package/dist/190/swapping/swapEgressScheduled.d.cts +4 -4
- package/dist/190/swapping/swapEgressScheduled.d.mts +4 -4
- package/dist/190/swapping/swapRequested.d.cts +8 -8
- package/dist/190/swapping/swapRequested.d.mts +8 -8
- package/dist/190/tradingStrategy/strategyDeployed.d.cts +8 -8
- package/dist/190/tradingStrategy/strategyDeployed.d.mts +8 -8
- package/dist/200/common.d.cts +56 -56
- package/dist/200/common.d.mts +56 -56
- package/dist/200/environment/runtimeSafeModeUpdated.d.cts +56 -56
- package/dist/200/environment/runtimeSafeModeUpdated.d.mts +56 -56
- package/dist/200/lendingPools/lendingFundsAdded.d.cts +4 -4
- package/dist/200/lendingPools/lendingFundsAdded.d.mts +4 -4
- package/dist/200/lendingPools/lendingFundsRemoved.d.cts +4 -4
- package/dist/200/lendingPools/lendingFundsRemoved.d.mts +4 -4
- package/dist/200/lendingPools/liquidationCompleted.d.cts +4 -4
- package/dist/200/lendingPools/liquidationCompleted.d.mts +4 -4
- package/dist/200/lendingPools/loanCreated.d.cts +4 -4
- package/dist/200/lendingPools/loanCreated.d.mts +4 -4
- package/dist/200/swapping/accountCreationDepositAddressReady.d.cts +4 -4
- package/dist/200/swapping/accountCreationDepositAddressReady.d.mts +4 -4
- package/dist/200/swapping/swapAborted.d.cts +4 -4
- package/dist/200/swapping/swapAborted.d.mts +4 -4
- package/dist/200/swapping/swapRequestCompleted.d.cts +4 -4
- package/dist/200/swapping/swapRequestCompleted.d.mts +4 -4
- package/dist/200/swapping/swapRequested.d.cts +32 -32
- package/dist/200/swapping/swapRequested.d.mts +32 -32
- package/dist/200/swapping/swapRescheduled.d.cts +6 -6
- package/dist/200/swapping/swapRescheduled.d.mts +6 -6
- package/dist/210/arbitrumIngressEgress/ccmEgressInvalid.d.cts +204 -204
- package/dist/210/arbitrumIngressEgress/ccmEgressInvalid.d.mts +204 -204
- package/dist/210/arbitrumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/210/arbitrumIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/210/arbitrumIngressEgress/depositFailed.d.cts +320 -320
- package/dist/210/arbitrumIngressEgress/depositFailed.d.mts +320 -320
- package/dist/210/arbitrumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/210/arbitrumIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/210/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +204 -204
- package/dist/210/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +204 -204
- package/dist/210/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/210/arbitrumIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/210/assetBalances/refundSkipped.d.cts +148 -148
- package/dist/210/assetBalances/refundSkipped.d.mts +148 -148
- package/dist/210/assethubIngressEgress/ccmEgressInvalid.d.cts +204 -204
- package/dist/210/assethubIngressEgress/ccmEgressInvalid.d.mts +204 -204
- package/dist/210/assethubIngressEgress/depositFailed.d.cts +320 -320
- package/dist/210/assethubIngressEgress/depositFailed.d.mts +320 -320
- package/dist/210/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +204 -204
- package/dist/210/assethubIngressEgress/failedToBuildAllBatchCall.d.mts +204 -204
- package/dist/210/bitcoinIngressEgress/ccmEgressInvalid.d.cts +204 -204
- package/dist/210/bitcoinIngressEgress/ccmEgressInvalid.d.mts +204 -204
- package/dist/210/bitcoinIngressEgress/depositFailed.d.cts +580 -580
- package/dist/210/bitcoinIngressEgress/depositFailed.d.mts +580 -580
- package/dist/210/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +204 -204
- package/dist/210/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +204 -204
- package/dist/210/bitcoinThresholdSigner/thresholdDispatchComplete.d.cts +68 -68
- package/dist/210/bitcoinThresholdSigner/thresholdDispatchComplete.d.mts +68 -68
- package/dist/210/common.d.cts +2906 -2906
- package/dist/210/common.d.mts +2906 -2906
- package/dist/210/emissions/flipBurnSkipped.d.cts +40 -40
- package/dist/210/emissions/flipBurnSkipped.d.mts +40 -40
- package/dist/210/environment/runtimeSafeModeUpdated.d.cts +124 -124
- package/dist/210/environment/runtimeSafeModeUpdated.d.mts +124 -124
- package/dist/210/ethereumIngressEgress/ccmEgressInvalid.d.cts +204 -204
- package/dist/210/ethereumIngressEgress/ccmEgressInvalid.d.mts +204 -204
- package/dist/210/ethereumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/210/ethereumIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/210/ethereumIngressEgress/depositFailed.d.cts +320 -320
- package/dist/210/ethereumIngressEgress/depositFailed.d.mts +320 -320
- package/dist/210/ethereumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/210/ethereumIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/210/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +204 -204
- package/dist/210/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +204 -204
- package/dist/210/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/210/ethereumIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/210/evmThresholdSigner/thresholdDispatchComplete.d.cts +68 -68
- package/dist/210/evmThresholdSigner/thresholdDispatchComplete.d.mts +68 -68
- package/dist/210/funding/sCCallCannotBeExecuted.d.cts +108 -108
- package/dist/210/funding/sCCallCannotBeExecuted.d.mts +108 -108
- package/dist/210/governance/failedExecution.d.cts +20 -20
- package/dist/210/governance/failedExecution.d.mts +20 -20
- package/dist/210/governance/govKeyCallExecutionFailed.d.cts +44 -44
- package/dist/210/governance/govKeyCallExecutionFailed.d.mts +44 -44
- package/dist/210/lendingPools/collateralAdded.d.cts +8 -8
- package/dist/210/lendingPools/collateralAdded.d.mts +8 -8
- package/dist/210/lendingPools/lendingFundsRemoved.d.cts +4 -4
- package/dist/210/lendingPools/lendingFundsRemoved.d.mts +4 -4
- package/dist/210/lendingPools/palletConfigUpdated.d.cts +32 -32
- package/dist/210/lendingPools/palletConfigUpdated.d.mts +32 -32
- package/dist/210/lendingPools/stoppedBoosting.d.cts +4 -4
- package/dist/210/lendingPools/stoppedBoosting.d.mts +4 -4
- package/dist/210/liquidityPools/limitOrderUpdated.d.cts +16 -16
- package/dist/210/liquidityPools/limitOrderUpdated.d.mts +16 -16
- package/dist/210/liquidityPools/rangeOrderUpdated.d.cts +16 -16
- package/dist/210/liquidityPools/rangeOrderUpdated.d.mts +16 -16
- package/dist/210/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.cts +40 -40
- package/dist/210/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.mts +40 -40
- package/dist/210/liquidityProvider/assetBalancePurgeFailed.d.cts +40 -40
- package/dist/210/liquidityProvider/assetBalancePurgeFailed.d.mts +40 -40
- package/dist/210/liquidityProvider/assetBalancePurged.d.cts +8 -8
- package/dist/210/liquidityProvider/assetBalancePurged.d.mts +8 -8
- package/dist/210/liquidityProvider/liquidityDepositAddressReady.d.cts +8 -8
- package/dist/210/liquidityProvider/liquidityDepositAddressReady.d.mts +8 -8
- package/dist/210/liquidityProvider/withdrawalEgressScheduled.d.cts +8 -8
- package/dist/210/liquidityProvider/withdrawalEgressScheduled.d.mts +8 -8
- package/dist/210/polkadotIngressEgress/ccmEgressInvalid.d.cts +204 -204
- package/dist/210/polkadotIngressEgress/ccmEgressInvalid.d.mts +204 -204
- package/dist/210/polkadotIngressEgress/depositFailed.d.cts +320 -320
- package/dist/210/polkadotIngressEgress/depositFailed.d.mts +320 -320
- package/dist/210/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +204 -204
- package/dist/210/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +204 -204
- package/dist/210/polkadotThresholdSigner/thresholdDispatchComplete.d.cts +68 -68
- package/dist/210/polkadotThresholdSigner/thresholdDispatchComplete.d.mts +68 -68
- package/dist/210/solanaIngressEgress/ccmEgressInvalid.d.cts +204 -204
- package/dist/210/solanaIngressEgress/ccmEgressInvalid.d.mts +204 -204
- package/dist/210/solanaIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/210/solanaIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/210/solanaIngressEgress/depositFailed.d.cts +384 -384
- package/dist/210/solanaIngressEgress/depositFailed.d.mts +384 -384
- package/dist/210/solanaIngressEgress/depositFinalised.d.cts +24 -24
- package/dist/210/solanaIngressEgress/depositFinalised.d.mts +24 -24
- package/dist/210/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +204 -204
- package/dist/210/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +204 -204
- package/dist/210/solanaIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/210/solanaIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/210/solanaThresholdSigner/thresholdDispatchComplete.d.cts +68 -68
- package/dist/210/solanaThresholdSigner/thresholdDispatchComplete.d.mts +68 -68
- package/dist/210/swapping/accountCreationDepositAddressReady.d.cts +24 -24
- package/dist/210/swapping/accountCreationDepositAddressReady.d.mts +24 -24
- package/dist/210/swapping/refundEgressIgnored.d.cts +40 -40
- package/dist/210/swapping/refundEgressIgnored.d.mts +40 -40
- package/dist/210/swapping/swapDepositAddressReady.d.cts +54 -54
- package/dist/210/swapping/swapDepositAddressReady.d.mts +54 -54
- package/dist/210/swapping/swapEgressIgnored.d.cts +40 -40
- package/dist/210/swapping/swapEgressIgnored.d.mts +40 -40
- package/dist/210/swapping/swapRequested.d.cts +786 -786
- package/dist/210/swapping/swapRequested.d.mts +786 -786
- package/dist/210/swapping/withdrawalRequested.d.cts +12 -12
- package/dist/210/swapping/withdrawalRequested.d.mts +12 -12
- package/dist/210/system/extrinsicFailed.d.cts +40 -40
- package/dist/210/system/extrinsicFailed.d.mts +40 -40
- package/dist/210/system/rejectedInvalidAuthorizedUpgrade.d.cts +40 -40
- package/dist/210/system/rejectedInvalidAuthorizedUpgrade.d.mts +40 -40
- package/dist/210/witnesser/prewitnessExecutionFailed.d.cts +44 -44
- package/dist/210/witnesser/prewitnessExecutionFailed.d.mts +44 -44
- package/dist/210/witnesser/witnessExecutionFailed.d.cts +44 -44
- package/dist/210/witnesser/witnessExecutionFailed.d.mts +44 -44
- package/dist/220/arbitrumIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/220/arbitrumIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/220/arbitrumIngressEgress/ccmEgressInvalid.d.cts +8 -8
- package/dist/220/arbitrumIngressEgress/ccmEgressInvalid.d.mts +8 -8
- package/dist/220/arbitrumIngressEgress/depositBoosted.d.cts +28 -28
- package/dist/220/arbitrumIngressEgress/depositBoosted.d.mts +28 -28
- package/dist/220/arbitrumIngressEgress/depositFailed.d.cts +72 -72
- package/dist/220/arbitrumIngressEgress/depositFailed.d.mts +72 -72
- package/dist/220/arbitrumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/220/arbitrumIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/220/arbitrumIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/220/arbitrumIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/220/assetBalances/accountCredited.d.cts +14 -14
- package/dist/220/assetBalances/accountCredited.d.mts +14 -14
- package/dist/220/assetBalances/accountDebited.d.cts +14 -14
- package/dist/220/assetBalances/accountDebited.d.mts +14 -14
- package/dist/220/assetBalances/refundSkipped.d.cts +106 -106
- package/dist/220/assetBalances/refundSkipped.d.mts +106 -106
- package/dist/220/assethubIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/220/assethubIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/220/assethubIngressEgress/ccmEgressInvalid.d.cts +8 -8
- package/dist/220/assethubIngressEgress/ccmEgressInvalid.d.mts +8 -8
- package/dist/220/assethubIngressEgress/depositBoosted.d.cts +28 -28
- package/dist/220/assethubIngressEgress/depositBoosted.d.mts +28 -28
- package/dist/220/assethubIngressEgress/depositFailed.d.cts +72 -72
- package/dist/220/assethubIngressEgress/depositFailed.d.mts +72 -72
- package/dist/220/assethubIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/220/assethubIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/220/assethubIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/220/assethubIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/220/bitcoinIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/220/bitcoinIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/220/bitcoinIngressEgress/ccmEgressInvalid.d.cts +8 -8
- package/dist/220/bitcoinIngressEgress/ccmEgressInvalid.d.mts +8 -8
- package/dist/220/bitcoinIngressEgress/depositBoosted.d.cts +28 -28
- package/dist/220/bitcoinIngressEgress/depositBoosted.d.mts +28 -28
- package/dist/220/bitcoinIngressEgress/depositFailed.d.cts +84 -84
- package/dist/220/bitcoinIngressEgress/depositFailed.d.mts +84 -84
- package/dist/220/bitcoinIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/220/bitcoinIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/220/bitcoinIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/220/bitcoinIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/220/common.d.cts +607 -607
- package/dist/220/common.d.mts +607 -607
- package/dist/220/environment/runtimeSafeModeUpdated.d.cts +84 -84
- package/dist/220/environment/runtimeSafeModeUpdated.d.mts +84 -84
- package/dist/220/ethereumIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/220/ethereumIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/220/ethereumIngressEgress/ccmEgressInvalid.d.cts +8 -8
- package/dist/220/ethereumIngressEgress/ccmEgressInvalid.d.mts +8 -8
- package/dist/220/ethereumIngressEgress/depositBoosted.d.cts +28 -28
- package/dist/220/ethereumIngressEgress/depositBoosted.d.mts +28 -28
- package/dist/220/ethereumIngressEgress/depositFailed.d.cts +72 -72
- package/dist/220/ethereumIngressEgress/depositFailed.d.mts +72 -72
- package/dist/220/ethereumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/220/ethereumIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/220/ethereumIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/220/ethereumIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/220/funding/funded.d.cts +16 -16
- package/dist/220/funding/funded.d.mts +16 -16
- package/dist/220/lendingPools/boostFundsAdded.d.cts +16 -16
- package/dist/220/lendingPools/boostFundsAdded.d.mts +16 -16
- package/dist/220/lendingPools/boostPoolCreated.d.cts +16 -16
- package/dist/220/lendingPools/boostPoolCreated.d.mts +16 -16
- package/dist/220/lendingPools/lendingFundsAdded.d.cts +12 -12
- package/dist/220/lendingPools/lendingFundsAdded.d.mts +12 -12
- package/dist/220/lendingPools/lendingFundsRemoved.d.cts +16 -16
- package/dist/220/lendingPools/lendingFundsRemoved.d.mts +16 -16
- package/dist/220/lendingPools/lendingPoolCreated.d.cts +12 -12
- package/dist/220/lendingPools/lendingPoolCreated.d.mts +12 -12
- package/dist/220/lendingPools/loanCreated.d.cts +12 -12
- package/dist/220/lendingPools/loanCreated.d.mts +12 -12
- package/dist/220/lendingPools/loanRepaid.d.cts +4 -4
- package/dist/220/lendingPools/loanRepaid.d.mts +4 -4
- package/dist/220/lendingPools/palletConfigUpdated.d.cts +36 -36
- package/dist/220/lendingPools/palletConfigUpdated.d.mts +36 -36
- package/dist/220/lendingPools/stoppedBoosting.d.cts +16 -16
- package/dist/220/lendingPools/stoppedBoosting.d.mts +16 -16
- package/dist/220/liquidityPools/assetSwapped.d.cts +28 -28
- package/dist/220/liquidityPools/assetSwapped.d.mts +28 -28
- package/dist/220/liquidityPools/limitOrderUpdated.d.cts +24 -24
- package/dist/220/liquidityPools/limitOrderUpdated.d.mts +24 -24
- package/dist/220/liquidityPools/newPoolCreated.d.cts +24 -24
- package/dist/220/liquidityPools/newPoolCreated.d.mts +24 -24
- package/dist/220/liquidityPools/orderDeletionFailed.d.cts +64 -64
- package/dist/220/liquidityPools/orderDeletionFailed.d.mts +64 -64
- package/dist/220/liquidityPools/palletConfigUpdated.d.cts +16 -16
- package/dist/220/liquidityPools/palletConfigUpdated.d.mts +16 -16
- package/dist/220/liquidityPools/poolFeeSet.d.cts +24 -24
- package/dist/220/liquidityPools/poolFeeSet.d.mts +24 -24
- package/dist/220/liquidityPools/rangeOrderUpdated.d.cts +24 -24
- package/dist/220/liquidityPools/rangeOrderUpdated.d.mts +24 -24
- package/dist/220/liquidityProvider/assetBalancePurgeFailed.d.cts +18 -18
- package/dist/220/liquidityProvider/assetBalancePurgeFailed.d.mts +18 -18
- package/dist/220/liquidityProvider/assetBalancePurged.d.cts +24 -24
- package/dist/220/liquidityProvider/assetBalancePurged.d.mts +24 -24
- package/dist/220/liquidityProvider/assetTransferred.d.cts +12 -12
- package/dist/220/liquidityProvider/assetTransferred.d.mts +12 -12
- package/dist/220/liquidityProvider/liquidityDepositAddressReady.d.cts +36 -36
- package/dist/220/liquidityProvider/liquidityDepositAddressReady.d.mts +36 -36
- package/dist/220/liquidityProvider/liquidityRefundAddressRegistered.d.cts +4 -4
- package/dist/220/liquidityProvider/liquidityRefundAddressRegistered.d.mts +4 -4
- package/dist/220/liquidityProvider/withdrawalEgressScheduled.d.cts +20 -20
- package/dist/220/liquidityProvider/withdrawalEgressScheduled.d.mts +20 -20
- package/dist/220/polkadotIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/220/polkadotIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/220/polkadotIngressEgress/ccmEgressInvalid.d.cts +8 -8
- package/dist/220/polkadotIngressEgress/ccmEgressInvalid.d.mts +8 -8
- package/dist/220/polkadotIngressEgress/depositBoosted.d.cts +28 -28
- package/dist/220/polkadotIngressEgress/depositBoosted.d.mts +28 -28
- package/dist/220/polkadotIngressEgress/depositFailed.d.cts +72 -72
- package/dist/220/polkadotIngressEgress/depositFailed.d.mts +72 -72
- package/dist/220/polkadotIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/220/polkadotIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/220/polkadotIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/220/polkadotIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/220/solanaIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/220/solanaIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/220/solanaIngressEgress/ccmEgressInvalid.d.cts +8 -8
- package/dist/220/solanaIngressEgress/ccmEgressInvalid.d.mts +8 -8
- package/dist/220/solanaIngressEgress/depositBoosted.d.cts +28 -28
- package/dist/220/solanaIngressEgress/depositBoosted.d.mts +28 -28
- package/dist/220/solanaIngressEgress/depositFailed.d.cts +72 -72
- package/dist/220/solanaIngressEgress/depositFailed.d.mts +72 -72
- package/dist/220/solanaIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/220/solanaIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/220/solanaIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/220/solanaIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/220/swapping/accountCreationDepositAddressReady.d.cts +40 -40
- package/dist/220/swapping/accountCreationDepositAddressReady.d.mts +40 -40
- package/dist/220/swapping/batchSwapFailed.d.cts +12 -12
- package/dist/220/swapping/batchSwapFailed.d.mts +12 -12
- package/dist/220/swapping/creditedOnChain.d.cts +20 -20
- package/dist/220/swapping/creditedOnChain.d.mts +20 -20
- package/dist/220/swapping/palletConfigUpdated.d.cts +96 -96
- package/dist/220/swapping/palletConfigUpdated.d.mts +96 -96
- package/dist/220/swapping/refundEgressIgnored.d.cts +16 -16
- package/dist/220/swapping/refundEgressIgnored.d.mts +16 -16
- package/dist/220/swapping/refundEgressScheduled.d.cts +28 -28
- package/dist/220/swapping/refundEgressScheduled.d.mts +28 -28
- package/dist/220/swapping/refundedOnChain.d.cts +20 -20
- package/dist/220/swapping/refundedOnChain.d.mts +20 -20
- package/dist/220/swapping/swapAmountConfiscated.d.cts +12 -12
- package/dist/220/swapping/swapAmountConfiscated.d.mts +12 -12
- package/dist/220/swapping/swapDepositAddressReady.d.cts +58 -58
- package/dist/220/swapping/swapDepositAddressReady.d.mts +58 -58
- package/dist/220/swapping/swapEgressIgnored.d.cts +16 -16
- package/dist/220/swapping/swapEgressIgnored.d.mts +16 -16
- package/dist/220/swapping/swapEgressScheduled.d.cts +28 -28
- package/dist/220/swapping/swapEgressScheduled.d.mts +28 -28
- package/dist/220/swapping/swapExecuted.d.cts +32 -32
- package/dist/220/swapping/swapExecuted.d.mts +32 -32
- package/dist/220/swapping/swapRequested.d.cts +158 -158
- package/dist/220/swapping/swapRequested.d.mts +158 -158
- package/dist/220/swapping/withdrawalRequested.d.cts +26 -26
- package/dist/220/swapping/withdrawalRequested.d.mts +26 -26
- package/dist/220/tradingStrategy/fundsAddedToStrategy.d.cts +12 -12
- package/dist/220/tradingStrategy/fundsAddedToStrategy.d.mts +12 -12
- package/dist/220/tradingStrategy/palletConfigUpdated.d.cts +48 -48
- package/dist/220/tradingStrategy/palletConfigUpdated.d.mts +48 -48
- package/dist/220/tradingStrategy/strategyDeployed.d.cts +80 -80
- package/dist/220/tradingStrategy/strategyDeployed.d.mts +80 -80
- package/dist/220/tronIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/220/tronIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/220/tronIngressEgress/ccmEgressInvalid.d.cts +8 -8
- package/dist/220/tronIngressEgress/ccmEgressInvalid.d.mts +8 -8
- package/dist/220/tronIngressEgress/channelRejectionRequestReceived.d.cts +4 -4
- package/dist/220/tronIngressEgress/channelRejectionRequestReceived.d.mts +4 -4
- package/dist/220/tronIngressEgress/depositBoosted.d.cts +28 -28
- package/dist/220/tronIngressEgress/depositBoosted.d.mts +28 -28
- package/dist/220/tronIngressEgress/depositFailed.d.cts +72 -72
- package/dist/220/tronIngressEgress/depositFailed.d.mts +72 -72
- package/dist/220/tronIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/220/tronIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/220/tronIngressEgress/transactionRejectedByBroker.d.cts +4 -4
- package/dist/220/tronIngressEgress/transactionRejectedByBroker.d.mts +4 -4
- package/dist/220/tronIngressEgress/transactionRejectionRequestExpired.d.cts +4 -4
- package/dist/220/tronIngressEgress/transactionRejectionRequestExpired.d.mts +4 -4
- package/dist/220/tronIngressEgress/transactionRejectionRequestReceived.d.cts +4 -4
- package/dist/220/tronIngressEgress/transactionRejectionRequestReceived.d.mts +4 -4
- package/dist/220/tronIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/220/tronIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/package.json +3 -3
package/dist/220/common.d.cts
CHANGED
|
@@ -94,11 +94,11 @@ declare const simpleEnum: <U extends string, T extends readonly [U, ...U[]]>(val
|
|
|
94
94
|
declare const cfPrimitivesChainsAssetsAnyAsset: z.ZodEffects<z.ZodObject<{
|
|
95
95
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt", "Trx", "TrxUsdt"]>;
|
|
96
96
|
}, "strip", z.ZodTypeAny, {
|
|
97
|
-
__kind: "
|
|
97
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
98
98
|
}, {
|
|
99
|
-
__kind: "
|
|
100
|
-
}>, "
|
|
101
|
-
__kind: "
|
|
99
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
100
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt", {
|
|
101
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
102
102
|
}>;
|
|
103
103
|
declare const cfTraitsSafeModeSafeModeSet: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
104
104
|
__kind: z.ZodLiteral<"Green">;
|
|
@@ -117,18 +117,18 @@ declare const cfTraitsSafeModeSafeModeSet: z.ZodDiscriminatedUnion<"__kind", [z.
|
|
|
117
117
|
value: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
118
118
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt", "Trx", "TrxUsdt"]>;
|
|
119
119
|
}, "strip", z.ZodTypeAny, {
|
|
120
|
-
__kind: "
|
|
120
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
121
121
|
}, {
|
|
122
|
-
__kind: "
|
|
123
|
-
}>, "
|
|
124
|
-
__kind: "
|
|
122
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
123
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt", {
|
|
124
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
125
125
|
}>, "many">;
|
|
126
126
|
}, "strip", z.ZodTypeAny, {
|
|
127
|
-
value: ("
|
|
127
|
+
value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt")[];
|
|
128
128
|
__kind: "Amber";
|
|
129
129
|
}, {
|
|
130
130
|
value: {
|
|
131
|
-
__kind: "
|
|
131
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
132
132
|
}[];
|
|
133
133
|
__kind: "Amber";
|
|
134
134
|
}>]>;
|
|
@@ -152,18 +152,18 @@ declare const palletCfLendingPoolsPalletSafeMode: z.ZodObject<{
|
|
|
152
152
|
value: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
153
153
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt", "Trx", "TrxUsdt"]>;
|
|
154
154
|
}, "strip", z.ZodTypeAny, {
|
|
155
|
-
__kind: "
|
|
155
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
156
156
|
}, {
|
|
157
|
-
__kind: "
|
|
158
|
-
}>, "
|
|
159
|
-
__kind: "
|
|
157
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
158
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt", {
|
|
159
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
160
160
|
}>, "many">;
|
|
161
161
|
}, "strip", z.ZodTypeAny, {
|
|
162
|
-
value: ("
|
|
162
|
+
value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt")[];
|
|
163
163
|
__kind: "Amber";
|
|
164
164
|
}, {
|
|
165
165
|
value: {
|
|
166
|
-
__kind: "
|
|
166
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
167
167
|
}[];
|
|
168
168
|
__kind: "Amber";
|
|
169
169
|
}>]>;
|
|
@@ -184,18 +184,18 @@ declare const palletCfLendingPoolsPalletSafeMode: z.ZodObject<{
|
|
|
184
184
|
value: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
185
185
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt", "Trx", "TrxUsdt"]>;
|
|
186
186
|
}, "strip", z.ZodTypeAny, {
|
|
187
|
-
__kind: "
|
|
187
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
188
188
|
}, {
|
|
189
|
-
__kind: "
|
|
190
|
-
}>, "
|
|
191
|
-
__kind: "
|
|
189
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
190
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt", {
|
|
191
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
192
192
|
}>, "many">;
|
|
193
193
|
}, "strip", z.ZodTypeAny, {
|
|
194
|
-
value: ("
|
|
194
|
+
value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt")[];
|
|
195
195
|
__kind: "Amber";
|
|
196
196
|
}, {
|
|
197
197
|
value: {
|
|
198
|
-
__kind: "
|
|
198
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
199
199
|
}[];
|
|
200
200
|
__kind: "Amber";
|
|
201
201
|
}>]>;
|
|
@@ -216,18 +216,18 @@ declare const palletCfLendingPoolsPalletSafeMode: z.ZodObject<{
|
|
|
216
216
|
value: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
217
217
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt", "Trx", "TrxUsdt"]>;
|
|
218
218
|
}, "strip", z.ZodTypeAny, {
|
|
219
|
-
__kind: "
|
|
219
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
220
220
|
}, {
|
|
221
|
-
__kind: "
|
|
222
|
-
}>, "
|
|
223
|
-
__kind: "
|
|
221
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
222
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt", {
|
|
223
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
224
224
|
}>, "many">;
|
|
225
225
|
}, "strip", z.ZodTypeAny, {
|
|
226
|
-
value: ("
|
|
226
|
+
value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt")[];
|
|
227
227
|
__kind: "Amber";
|
|
228
228
|
}, {
|
|
229
229
|
value: {
|
|
230
|
-
__kind: "
|
|
230
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
231
231
|
}[];
|
|
232
232
|
__kind: "Amber";
|
|
233
233
|
}>]>;
|
|
@@ -240,7 +240,7 @@ declare const palletCfLendingPoolsPalletSafeMode: z.ZodObject<{
|
|
|
240
240
|
} | {
|
|
241
241
|
__kind: "Red";
|
|
242
242
|
} | {
|
|
243
|
-
value: ("
|
|
243
|
+
value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt")[];
|
|
244
244
|
__kind: "Amber";
|
|
245
245
|
};
|
|
246
246
|
addLenderFunds: {
|
|
@@ -248,7 +248,7 @@ declare const palletCfLendingPoolsPalletSafeMode: z.ZodObject<{
|
|
|
248
248
|
} | {
|
|
249
249
|
__kind: "Red";
|
|
250
250
|
} | {
|
|
251
|
-
value: ("
|
|
251
|
+
value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt")[];
|
|
252
252
|
__kind: "Amber";
|
|
253
253
|
};
|
|
254
254
|
withdrawLenderFunds: {
|
|
@@ -256,7 +256,7 @@ declare const palletCfLendingPoolsPalletSafeMode: z.ZodObject<{
|
|
|
256
256
|
} | {
|
|
257
257
|
__kind: "Red";
|
|
258
258
|
} | {
|
|
259
|
-
value: ("
|
|
259
|
+
value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt")[];
|
|
260
260
|
__kind: "Amber";
|
|
261
261
|
};
|
|
262
262
|
liquidationsEnabled: boolean;
|
|
@@ -269,7 +269,7 @@ declare const palletCfLendingPoolsPalletSafeMode: z.ZodObject<{
|
|
|
269
269
|
__kind: "Red";
|
|
270
270
|
} | {
|
|
271
271
|
value: {
|
|
272
|
-
__kind: "
|
|
272
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
273
273
|
}[];
|
|
274
274
|
__kind: "Amber";
|
|
275
275
|
};
|
|
@@ -279,7 +279,7 @@ declare const palletCfLendingPoolsPalletSafeMode: z.ZodObject<{
|
|
|
279
279
|
__kind: "Red";
|
|
280
280
|
} | {
|
|
281
281
|
value: {
|
|
282
|
-
__kind: "
|
|
282
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
283
283
|
}[];
|
|
284
284
|
__kind: "Amber";
|
|
285
285
|
};
|
|
@@ -289,7 +289,7 @@ declare const palletCfLendingPoolsPalletSafeMode: z.ZodObject<{
|
|
|
289
289
|
__kind: "Red";
|
|
290
290
|
} | {
|
|
291
291
|
value: {
|
|
292
|
-
__kind: "
|
|
292
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
293
293
|
}[];
|
|
294
294
|
__kind: "Amber";
|
|
295
295
|
};
|
|
@@ -739,18 +739,18 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
739
739
|
value: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
740
740
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt", "Trx", "TrxUsdt"]>;
|
|
741
741
|
}, "strip", z.ZodTypeAny, {
|
|
742
|
-
__kind: "
|
|
742
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
743
743
|
}, {
|
|
744
|
-
__kind: "
|
|
745
|
-
}>, "
|
|
746
|
-
__kind: "
|
|
744
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
745
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt", {
|
|
746
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
747
747
|
}>, "many">;
|
|
748
748
|
}, "strip", z.ZodTypeAny, {
|
|
749
|
-
value: ("
|
|
749
|
+
value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt")[];
|
|
750
750
|
__kind: "Amber";
|
|
751
751
|
}, {
|
|
752
752
|
value: {
|
|
753
|
-
__kind: "
|
|
753
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
754
754
|
}[];
|
|
755
755
|
__kind: "Amber";
|
|
756
756
|
}>]>;
|
|
@@ -771,18 +771,18 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
771
771
|
value: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
772
772
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt", "Trx", "TrxUsdt"]>;
|
|
773
773
|
}, "strip", z.ZodTypeAny, {
|
|
774
|
-
__kind: "
|
|
774
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
775
775
|
}, {
|
|
776
|
-
__kind: "
|
|
777
|
-
}>, "
|
|
778
|
-
__kind: "
|
|
776
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
777
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt", {
|
|
778
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
779
779
|
}>, "many">;
|
|
780
780
|
}, "strip", z.ZodTypeAny, {
|
|
781
|
-
value: ("
|
|
781
|
+
value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt")[];
|
|
782
782
|
__kind: "Amber";
|
|
783
783
|
}, {
|
|
784
784
|
value: {
|
|
785
|
-
__kind: "
|
|
785
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
786
786
|
}[];
|
|
787
787
|
__kind: "Amber";
|
|
788
788
|
}>]>;
|
|
@@ -803,18 +803,18 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
803
803
|
value: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
804
804
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt", "Trx", "TrxUsdt"]>;
|
|
805
805
|
}, "strip", z.ZodTypeAny, {
|
|
806
|
-
__kind: "
|
|
806
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
807
807
|
}, {
|
|
808
|
-
__kind: "
|
|
809
|
-
}>, "
|
|
810
|
-
__kind: "
|
|
808
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
809
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt", {
|
|
810
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
811
811
|
}>, "many">;
|
|
812
812
|
}, "strip", z.ZodTypeAny, {
|
|
813
|
-
value: ("
|
|
813
|
+
value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt")[];
|
|
814
814
|
__kind: "Amber";
|
|
815
815
|
}, {
|
|
816
816
|
value: {
|
|
817
|
-
__kind: "
|
|
817
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
818
818
|
}[];
|
|
819
819
|
__kind: "Amber";
|
|
820
820
|
}>]>;
|
|
@@ -827,7 +827,7 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
827
827
|
} | {
|
|
828
828
|
__kind: "Red";
|
|
829
829
|
} | {
|
|
830
|
-
value: ("
|
|
830
|
+
value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt")[];
|
|
831
831
|
__kind: "Amber";
|
|
832
832
|
};
|
|
833
833
|
addLenderFunds: {
|
|
@@ -835,7 +835,7 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
835
835
|
} | {
|
|
836
836
|
__kind: "Red";
|
|
837
837
|
} | {
|
|
838
|
-
value: ("
|
|
838
|
+
value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt")[];
|
|
839
839
|
__kind: "Amber";
|
|
840
840
|
};
|
|
841
841
|
withdrawLenderFunds: {
|
|
@@ -843,7 +843,7 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
843
843
|
} | {
|
|
844
844
|
__kind: "Red";
|
|
845
845
|
} | {
|
|
846
|
-
value: ("
|
|
846
|
+
value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt")[];
|
|
847
847
|
__kind: "Amber";
|
|
848
848
|
};
|
|
849
849
|
liquidationsEnabled: boolean;
|
|
@@ -856,7 +856,7 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
856
856
|
__kind: "Red";
|
|
857
857
|
} | {
|
|
858
858
|
value: {
|
|
859
|
-
__kind: "
|
|
859
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
860
860
|
}[];
|
|
861
861
|
__kind: "Amber";
|
|
862
862
|
};
|
|
@@ -866,7 +866,7 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
866
866
|
__kind: "Red";
|
|
867
867
|
} | {
|
|
868
868
|
value: {
|
|
869
|
-
__kind: "
|
|
869
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
870
870
|
}[];
|
|
871
871
|
__kind: "Amber";
|
|
872
872
|
};
|
|
@@ -876,7 +876,7 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
876
876
|
__kind: "Red";
|
|
877
877
|
} | {
|
|
878
878
|
value: {
|
|
879
|
-
__kind: "
|
|
879
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
880
880
|
}[];
|
|
881
881
|
__kind: "Amber";
|
|
882
882
|
};
|
|
@@ -1352,7 +1352,7 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
1352
1352
|
} | {
|
|
1353
1353
|
__kind: "Red";
|
|
1354
1354
|
} | {
|
|
1355
|
-
value: ("
|
|
1355
|
+
value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt")[];
|
|
1356
1356
|
__kind: "Amber";
|
|
1357
1357
|
};
|
|
1358
1358
|
addLenderFunds: {
|
|
@@ -1360,7 +1360,7 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
1360
1360
|
} | {
|
|
1361
1361
|
__kind: "Red";
|
|
1362
1362
|
} | {
|
|
1363
|
-
value: ("
|
|
1363
|
+
value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt")[];
|
|
1364
1364
|
__kind: "Amber";
|
|
1365
1365
|
};
|
|
1366
1366
|
withdrawLenderFunds: {
|
|
@@ -1368,7 +1368,7 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
1368
1368
|
} | {
|
|
1369
1369
|
__kind: "Red";
|
|
1370
1370
|
} | {
|
|
1371
|
-
value: ("
|
|
1371
|
+
value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt")[];
|
|
1372
1372
|
__kind: "Amber";
|
|
1373
1373
|
};
|
|
1374
1374
|
liquidationsEnabled: boolean;
|
|
@@ -1554,7 +1554,7 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
1554
1554
|
__kind: "Red";
|
|
1555
1555
|
} | {
|
|
1556
1556
|
value: {
|
|
1557
|
-
__kind: "
|
|
1557
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
1558
1558
|
}[];
|
|
1559
1559
|
__kind: "Amber";
|
|
1560
1560
|
};
|
|
@@ -1564,7 +1564,7 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
1564
1564
|
__kind: "Red";
|
|
1565
1565
|
} | {
|
|
1566
1566
|
value: {
|
|
1567
|
-
__kind: "
|
|
1567
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
1568
1568
|
}[];
|
|
1569
1569
|
__kind: "Amber";
|
|
1570
1570
|
};
|
|
@@ -1574,7 +1574,7 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
1574
1574
|
__kind: "Red";
|
|
1575
1575
|
} | {
|
|
1576
1576
|
value: {
|
|
1577
|
-
__kind: "
|
|
1577
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
1578
1578
|
}[];
|
|
1579
1579
|
__kind: "Amber";
|
|
1580
1580
|
};
|
|
@@ -1835,18 +1835,18 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
1835
1835
|
value: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
1836
1836
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt", "Trx", "TrxUsdt"]>;
|
|
1837
1837
|
}, "strip", z.ZodTypeAny, {
|
|
1838
|
-
__kind: "
|
|
1838
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
1839
1839
|
}, {
|
|
1840
|
-
__kind: "
|
|
1841
|
-
}>, "
|
|
1842
|
-
__kind: "
|
|
1840
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
1841
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt", {
|
|
1842
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
1843
1843
|
}>, "many">;
|
|
1844
1844
|
}, "strip", z.ZodTypeAny, {
|
|
1845
|
-
value: ("
|
|
1845
|
+
value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt")[];
|
|
1846
1846
|
__kind: "Amber";
|
|
1847
1847
|
}, {
|
|
1848
1848
|
value: {
|
|
1849
|
-
__kind: "
|
|
1849
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
1850
1850
|
}[];
|
|
1851
1851
|
__kind: "Amber";
|
|
1852
1852
|
}>]>;
|
|
@@ -1867,18 +1867,18 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
1867
1867
|
value: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
1868
1868
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt", "Trx", "TrxUsdt"]>;
|
|
1869
1869
|
}, "strip", z.ZodTypeAny, {
|
|
1870
|
-
__kind: "
|
|
1870
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
1871
1871
|
}, {
|
|
1872
|
-
__kind: "
|
|
1873
|
-
}>, "
|
|
1874
|
-
__kind: "
|
|
1872
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
1873
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt", {
|
|
1874
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
1875
1875
|
}>, "many">;
|
|
1876
1876
|
}, "strip", z.ZodTypeAny, {
|
|
1877
|
-
value: ("
|
|
1877
|
+
value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt")[];
|
|
1878
1878
|
__kind: "Amber";
|
|
1879
1879
|
}, {
|
|
1880
1880
|
value: {
|
|
1881
|
-
__kind: "
|
|
1881
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
1882
1882
|
}[];
|
|
1883
1883
|
__kind: "Amber";
|
|
1884
1884
|
}>]>;
|
|
@@ -1899,18 +1899,18 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
1899
1899
|
value: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
1900
1900
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt", "Trx", "TrxUsdt"]>;
|
|
1901
1901
|
}, "strip", z.ZodTypeAny, {
|
|
1902
|
-
__kind: "
|
|
1902
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
1903
1903
|
}, {
|
|
1904
|
-
__kind: "
|
|
1905
|
-
}>, "
|
|
1906
|
-
__kind: "
|
|
1904
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
1905
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt", {
|
|
1906
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
1907
1907
|
}>, "many">;
|
|
1908
1908
|
}, "strip", z.ZodTypeAny, {
|
|
1909
|
-
value: ("
|
|
1909
|
+
value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt")[];
|
|
1910
1910
|
__kind: "Amber";
|
|
1911
1911
|
}, {
|
|
1912
1912
|
value: {
|
|
1913
|
-
__kind: "
|
|
1913
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
1914
1914
|
}[];
|
|
1915
1915
|
__kind: "Amber";
|
|
1916
1916
|
}>]>;
|
|
@@ -1923,7 +1923,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
1923
1923
|
} | {
|
|
1924
1924
|
__kind: "Red";
|
|
1925
1925
|
} | {
|
|
1926
|
-
value: ("
|
|
1926
|
+
value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt")[];
|
|
1927
1927
|
__kind: "Amber";
|
|
1928
1928
|
};
|
|
1929
1929
|
addLenderFunds: {
|
|
@@ -1931,7 +1931,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
1931
1931
|
} | {
|
|
1932
1932
|
__kind: "Red";
|
|
1933
1933
|
} | {
|
|
1934
|
-
value: ("
|
|
1934
|
+
value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt")[];
|
|
1935
1935
|
__kind: "Amber";
|
|
1936
1936
|
};
|
|
1937
1937
|
withdrawLenderFunds: {
|
|
@@ -1939,7 +1939,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
1939
1939
|
} | {
|
|
1940
1940
|
__kind: "Red";
|
|
1941
1941
|
} | {
|
|
1942
|
-
value: ("
|
|
1942
|
+
value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt")[];
|
|
1943
1943
|
__kind: "Amber";
|
|
1944
1944
|
};
|
|
1945
1945
|
liquidationsEnabled: boolean;
|
|
@@ -1952,7 +1952,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
1952
1952
|
__kind: "Red";
|
|
1953
1953
|
} | {
|
|
1954
1954
|
value: {
|
|
1955
|
-
__kind: "
|
|
1955
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
1956
1956
|
}[];
|
|
1957
1957
|
__kind: "Amber";
|
|
1958
1958
|
};
|
|
@@ -1962,7 +1962,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
1962
1962
|
__kind: "Red";
|
|
1963
1963
|
} | {
|
|
1964
1964
|
value: {
|
|
1965
|
-
__kind: "
|
|
1965
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
1966
1966
|
}[];
|
|
1967
1967
|
__kind: "Amber";
|
|
1968
1968
|
};
|
|
@@ -1972,7 +1972,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
1972
1972
|
__kind: "Red";
|
|
1973
1973
|
} | {
|
|
1974
1974
|
value: {
|
|
1975
|
-
__kind: "
|
|
1975
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
1976
1976
|
}[];
|
|
1977
1977
|
__kind: "Amber";
|
|
1978
1978
|
};
|
|
@@ -2448,7 +2448,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
2448
2448
|
} | {
|
|
2449
2449
|
__kind: "Red";
|
|
2450
2450
|
} | {
|
|
2451
|
-
value: ("
|
|
2451
|
+
value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt")[];
|
|
2452
2452
|
__kind: "Amber";
|
|
2453
2453
|
};
|
|
2454
2454
|
addLenderFunds: {
|
|
@@ -2456,7 +2456,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
2456
2456
|
} | {
|
|
2457
2457
|
__kind: "Red";
|
|
2458
2458
|
} | {
|
|
2459
|
-
value: ("
|
|
2459
|
+
value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt")[];
|
|
2460
2460
|
__kind: "Amber";
|
|
2461
2461
|
};
|
|
2462
2462
|
withdrawLenderFunds: {
|
|
@@ -2464,7 +2464,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
2464
2464
|
} | {
|
|
2465
2465
|
__kind: "Red";
|
|
2466
2466
|
} | {
|
|
2467
|
-
value: ("
|
|
2467
|
+
value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt")[];
|
|
2468
2468
|
__kind: "Amber";
|
|
2469
2469
|
};
|
|
2470
2470
|
liquidationsEnabled: boolean;
|
|
@@ -2650,7 +2650,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
2650
2650
|
__kind: "Red";
|
|
2651
2651
|
} | {
|
|
2652
2652
|
value: {
|
|
2653
|
-
__kind: "
|
|
2653
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
2654
2654
|
}[];
|
|
2655
2655
|
__kind: "Amber";
|
|
2656
2656
|
};
|
|
@@ -2660,7 +2660,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
2660
2660
|
__kind: "Red";
|
|
2661
2661
|
} | {
|
|
2662
2662
|
value: {
|
|
2663
|
-
__kind: "
|
|
2663
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
2664
2664
|
}[];
|
|
2665
2665
|
__kind: "Amber";
|
|
2666
2666
|
};
|
|
@@ -2670,7 +2670,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
2670
2670
|
__kind: "Red";
|
|
2671
2671
|
} | {
|
|
2672
2672
|
value: {
|
|
2673
|
-
__kind: "
|
|
2673
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
2674
2674
|
}[];
|
|
2675
2675
|
__kind: "Amber";
|
|
2676
2676
|
};
|
|
@@ -2858,7 +2858,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
2858
2858
|
} | {
|
|
2859
2859
|
__kind: "Red";
|
|
2860
2860
|
} | {
|
|
2861
|
-
value: ("
|
|
2861
|
+
value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt")[];
|
|
2862
2862
|
__kind: "Amber";
|
|
2863
2863
|
};
|
|
2864
2864
|
addLenderFunds: {
|
|
@@ -2866,7 +2866,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
2866
2866
|
} | {
|
|
2867
2867
|
__kind: "Red";
|
|
2868
2868
|
} | {
|
|
2869
|
-
value: ("
|
|
2869
|
+
value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt")[];
|
|
2870
2870
|
__kind: "Amber";
|
|
2871
2871
|
};
|
|
2872
2872
|
withdrawLenderFunds: {
|
|
@@ -2874,7 +2874,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
2874
2874
|
} | {
|
|
2875
2875
|
__kind: "Red";
|
|
2876
2876
|
} | {
|
|
2877
|
-
value: ("
|
|
2877
|
+
value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt")[];
|
|
2878
2878
|
__kind: "Amber";
|
|
2879
2879
|
};
|
|
2880
2880
|
liquidationsEnabled: boolean;
|
|
@@ -3063,7 +3063,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
3063
3063
|
__kind: "Red";
|
|
3064
3064
|
} | {
|
|
3065
3065
|
value: {
|
|
3066
|
-
__kind: "
|
|
3066
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
3067
3067
|
}[];
|
|
3068
3068
|
__kind: "Amber";
|
|
3069
3069
|
};
|
|
@@ -3073,7 +3073,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
3073
3073
|
__kind: "Red";
|
|
3074
3074
|
} | {
|
|
3075
3075
|
value: {
|
|
3076
|
-
__kind: "
|
|
3076
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
3077
3077
|
}[];
|
|
3078
3078
|
__kind: "Amber";
|
|
3079
3079
|
};
|
|
@@ -3083,7 +3083,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
3083
3083
|
__kind: "Red";
|
|
3084
3084
|
} | {
|
|
3085
3085
|
value: {
|
|
3086
|
-
__kind: "
|
|
3086
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
3087
3087
|
}[];
|
|
3088
3088
|
__kind: "Amber";
|
|
3089
3089
|
};
|
|
@@ -3272,20 +3272,20 @@ declare const cfTraitsFundingSource: z.ZodDiscriminatedUnion<"__kind", [z.ZodObj
|
|
|
3272
3272
|
asset: z.ZodEffects<z.ZodObject<{
|
|
3273
3273
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt", "Trx", "TrxUsdt"]>;
|
|
3274
3274
|
}, "strip", z.ZodTypeAny, {
|
|
3275
|
-
__kind: "
|
|
3275
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
3276
3276
|
}, {
|
|
3277
|
-
__kind: "
|
|
3278
|
-
}>, "
|
|
3279
|
-
__kind: "
|
|
3277
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
3278
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt", {
|
|
3279
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
3280
3280
|
}>;
|
|
3281
3281
|
}, "strip", z.ZodTypeAny, {
|
|
3282
3282
|
__kind: "InitialFunding";
|
|
3283
|
-
asset: "
|
|
3283
|
+
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
3284
3284
|
channelId?: bigint | null | undefined;
|
|
3285
3285
|
}, {
|
|
3286
3286
|
__kind: "InitialFunding";
|
|
3287
3287
|
asset: {
|
|
3288
|
-
__kind: "
|
|
3288
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
3289
3289
|
};
|
|
3290
3290
|
channelId?: string | number | null | undefined;
|
|
3291
3291
|
}>]>;
|
|
@@ -3449,10 +3449,10 @@ declare const cfChainsAddressEncodedAddress: z.ZodEffects<z.ZodObject<{
|
|
|
3449
3449
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
3450
3450
|
}, "strip", z.ZodTypeAny, {
|
|
3451
3451
|
value: `0x${string}`;
|
|
3452
|
-
__kind: "
|
|
3452
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
3453
3453
|
}, {
|
|
3454
3454
|
value: string;
|
|
3455
|
-
__kind: "
|
|
3455
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
3456
3456
|
}>, {
|
|
3457
3457
|
readonly chain: "Ethereum";
|
|
3458
3458
|
readonly address: `0x${string}`;
|
|
@@ -3476,7 +3476,7 @@ declare const cfChainsAddressEncodedAddress: z.ZodEffects<z.ZodObject<{
|
|
|
3476
3476
|
readonly address: string;
|
|
3477
3477
|
}, {
|
|
3478
3478
|
value: string;
|
|
3479
|
-
__kind: "
|
|
3479
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
3480
3480
|
}>;
|
|
3481
3481
|
declare const cfPrimitivesTxId: z.ZodObject<{
|
|
3482
3482
|
blockNumber: z.ZodNumber;
|
|
@@ -3553,10 +3553,10 @@ declare const cfChainsSwapOrigin: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject
|
|
|
3553
3553
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
3554
3554
|
}, "strip", z.ZodTypeAny, {
|
|
3555
3555
|
value: `0x${string}`;
|
|
3556
|
-
__kind: "
|
|
3556
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
3557
3557
|
}, {
|
|
3558
3558
|
value: string;
|
|
3559
|
-
__kind: "
|
|
3559
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
3560
3560
|
}>, {
|
|
3561
3561
|
readonly chain: "Ethereum";
|
|
3562
3562
|
readonly address: `0x${string}`;
|
|
@@ -3580,13 +3580,14 @@ declare const cfChainsSwapOrigin: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject
|
|
|
3580
3580
|
readonly address: string;
|
|
3581
3581
|
}, {
|
|
3582
3582
|
value: string;
|
|
3583
|
-
__kind: "
|
|
3583
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
3584
3584
|
}>;
|
|
3585
3585
|
channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
3586
3586
|
depositBlockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
3587
3587
|
brokerId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
|
|
3588
3588
|
}, "strip", z.ZodTypeAny, {
|
|
3589
3589
|
__kind: "DepositChannel";
|
|
3590
|
+
channelId: bigint;
|
|
3590
3591
|
depositAddress: {
|
|
3591
3592
|
readonly chain: "Ethereum";
|
|
3592
3593
|
readonly address: `0x${string}`;
|
|
@@ -3609,16 +3610,15 @@ declare const cfChainsSwapOrigin: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject
|
|
|
3609
3610
|
readonly chain: "Tron";
|
|
3610
3611
|
readonly address: string;
|
|
3611
3612
|
};
|
|
3612
|
-
channelId: bigint;
|
|
3613
3613
|
depositBlockHeight: bigint;
|
|
3614
3614
|
brokerId: `cF${string}`;
|
|
3615
3615
|
}, {
|
|
3616
3616
|
__kind: "DepositChannel";
|
|
3617
|
+
channelId: string | number;
|
|
3617
3618
|
depositAddress: {
|
|
3618
3619
|
value: string;
|
|
3619
|
-
__kind: "
|
|
3620
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
3620
3621
|
};
|
|
3621
|
-
channelId: string | number;
|
|
3622
3622
|
depositBlockHeight: string | number;
|
|
3623
3623
|
brokerId: string;
|
|
3624
3624
|
}>, z.ZodObject<{
|
|
@@ -4751,10 +4751,10 @@ declare const cfChainsCcmDepositMetadataEncodedAddress: z.ZodObject<{
|
|
|
4751
4751
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
4752
4752
|
}, "strip", z.ZodTypeAny, {
|
|
4753
4753
|
value: `0x${string}`;
|
|
4754
|
-
__kind: "
|
|
4754
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
4755
4755
|
}, {
|
|
4756
4756
|
value: string;
|
|
4757
|
-
__kind: "
|
|
4757
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
4758
4758
|
}>, {
|
|
4759
4759
|
readonly chain: "Ethereum";
|
|
4760
4760
|
readonly address: `0x${string}`;
|
|
@@ -4778,7 +4778,7 @@ declare const cfChainsCcmDepositMetadataEncodedAddress: z.ZodObject<{
|
|
|
4778
4778
|
readonly address: string;
|
|
4779
4779
|
}, {
|
|
4780
4780
|
value: string;
|
|
4781
|
-
__kind: "
|
|
4781
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
4782
4782
|
}>>>;
|
|
4783
4783
|
}, "strip", z.ZodTypeAny, {
|
|
4784
4784
|
channelMetadata: {
|
|
@@ -4884,7 +4884,7 @@ declare const cfChainsCcmDepositMetadataEncodedAddress: z.ZodObject<{
|
|
|
4884
4884
|
};
|
|
4885
4885
|
sourceAddress?: {
|
|
4886
4886
|
value: string;
|
|
4887
|
-
__kind: "
|
|
4887
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
4888
4888
|
} | null | undefined;
|
|
4889
4889
|
}>;
|
|
4890
4890
|
declare const cfTraitsSwappingLendingSwapType: z.ZodObject<{
|
|
@@ -5208,10 +5208,10 @@ declare const cfTraitsSwappingSwapOutputActionGenericEncodedAddress: z.ZodDiscri
|
|
|
5208
5208
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
5209
5209
|
}, "strip", z.ZodTypeAny, {
|
|
5210
5210
|
value: `0x${string}`;
|
|
5211
|
-
__kind: "
|
|
5211
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
5212
5212
|
}, {
|
|
5213
5213
|
value: string;
|
|
5214
|
-
__kind: "
|
|
5214
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
5215
5215
|
}>, {
|
|
5216
5216
|
readonly chain: "Ethereum";
|
|
5217
5217
|
readonly address: `0x${string}`;
|
|
@@ -5235,7 +5235,7 @@ declare const cfTraitsSwappingSwapOutputActionGenericEncodedAddress: z.ZodDiscri
|
|
|
5235
5235
|
readonly address: string;
|
|
5236
5236
|
}, {
|
|
5237
5237
|
value: string;
|
|
5238
|
-
__kind: "
|
|
5238
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
5239
5239
|
}>>>;
|
|
5240
5240
|
}, "strip", z.ZodTypeAny, {
|
|
5241
5241
|
channelMetadata: {
|
|
@@ -5341,7 +5341,7 @@ declare const cfTraitsSwappingSwapOutputActionGenericEncodedAddress: z.ZodDiscri
|
|
|
5341
5341
|
};
|
|
5342
5342
|
sourceAddress?: {
|
|
5343
5343
|
value: string;
|
|
5344
|
-
__kind: "
|
|
5344
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
5345
5345
|
} | null | undefined;
|
|
5346
5346
|
}>>>;
|
|
5347
5347
|
outputAddress: z.ZodEffects<z.ZodObject<{
|
|
@@ -5349,10 +5349,10 @@ declare const cfTraitsSwappingSwapOutputActionGenericEncodedAddress: z.ZodDiscri
|
|
|
5349
5349
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
5350
5350
|
}, "strip", z.ZodTypeAny, {
|
|
5351
5351
|
value: `0x${string}`;
|
|
5352
|
-
__kind: "
|
|
5352
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
5353
5353
|
}, {
|
|
5354
5354
|
value: string;
|
|
5355
|
-
__kind: "
|
|
5355
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
5356
5356
|
}>, {
|
|
5357
5357
|
readonly chain: "Ethereum";
|
|
5358
5358
|
readonly address: `0x${string}`;
|
|
@@ -5376,7 +5376,7 @@ declare const cfTraitsSwappingSwapOutputActionGenericEncodedAddress: z.ZodDiscri
|
|
|
5376
5376
|
readonly address: string;
|
|
5377
5377
|
}, {
|
|
5378
5378
|
value: string;
|
|
5379
|
-
__kind: "
|
|
5379
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
5380
5380
|
}>;
|
|
5381
5381
|
}, "strip", z.ZodTypeAny, {
|
|
5382
5382
|
__kind: "Egress";
|
|
@@ -5468,7 +5468,7 @@ declare const cfTraitsSwappingSwapOutputActionGenericEncodedAddress: z.ZodDiscri
|
|
|
5468
5468
|
__kind: "Egress";
|
|
5469
5469
|
outputAddress: {
|
|
5470
5470
|
value: string;
|
|
5471
|
-
__kind: "
|
|
5471
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
5472
5472
|
};
|
|
5473
5473
|
ccmDepositMetadata?: {
|
|
5474
5474
|
channelMetadata: {
|
|
@@ -5513,18 +5513,18 @@ declare const cfTraitsSwappingSwapOutputActionGenericEncodedAddress: z.ZodDiscri
|
|
|
5513
5513
|
};
|
|
5514
5514
|
sourceAddress?: {
|
|
5515
5515
|
value: string;
|
|
5516
|
-
__kind: "
|
|
5516
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
5517
5517
|
} | null | undefined;
|
|
5518
5518
|
} | null | undefined;
|
|
5519
5519
|
}>, z.ZodObject<{
|
|
5520
5520
|
__kind: z.ZodLiteral<"CreditOnChain">;
|
|
5521
5521
|
accountId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
|
|
5522
5522
|
}, "strip", z.ZodTypeAny, {
|
|
5523
|
-
__kind: "CreditOnChain";
|
|
5524
5523
|
accountId: `cF${string}`;
|
|
5525
|
-
}, {
|
|
5526
5524
|
__kind: "CreditOnChain";
|
|
5525
|
+
}, {
|
|
5527
5526
|
accountId: string;
|
|
5527
|
+
__kind: "CreditOnChain";
|
|
5528
5528
|
}>, z.ZodObject<{
|
|
5529
5529
|
__kind: z.ZodLiteral<"CreditLendingPool">;
|
|
5530
5530
|
swapType: z.ZodObject<{
|
|
@@ -5559,12 +5559,12 @@ declare const cfTraitsSwappingSwapOutputActionGenericEncodedAddress: z.ZodDiscri
|
|
|
5559
5559
|
accountId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
|
|
5560
5560
|
flipToSubtractFromSwapOutput: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
5561
5561
|
}, "strip", z.ZodTypeAny, {
|
|
5562
|
-
__kind: "CreditFlipAndTransferToGateway";
|
|
5563
5562
|
accountId: `cF${string}`;
|
|
5563
|
+
__kind: "CreditFlipAndTransferToGateway";
|
|
5564
5564
|
flipToSubtractFromSwapOutput: bigint;
|
|
5565
5565
|
}, {
|
|
5566
|
-
__kind: "CreditFlipAndTransferToGateway";
|
|
5567
5566
|
accountId: string;
|
|
5567
|
+
__kind: "CreditFlipAndTransferToGateway";
|
|
5568
5568
|
flipToSubtractFromSwapOutput: string | number;
|
|
5569
5569
|
}>]>;
|
|
5570
5570
|
declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
@@ -5889,10 +5889,10 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
|
|
|
5889
5889
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
5890
5890
|
}, "strip", z.ZodTypeAny, {
|
|
5891
5891
|
value: `0x${string}`;
|
|
5892
|
-
__kind: "
|
|
5892
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
5893
5893
|
}, {
|
|
5894
5894
|
value: string;
|
|
5895
|
-
__kind: "
|
|
5895
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
5896
5896
|
}>, {
|
|
5897
5897
|
readonly chain: "Ethereum";
|
|
5898
5898
|
readonly address: `0x${string}`;
|
|
@@ -5916,7 +5916,7 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
|
|
|
5916
5916
|
readonly address: string;
|
|
5917
5917
|
}, {
|
|
5918
5918
|
value: string;
|
|
5919
|
-
__kind: "
|
|
5919
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
5920
5920
|
}>>>;
|
|
5921
5921
|
}, "strip", z.ZodTypeAny, {
|
|
5922
5922
|
channelMetadata: {
|
|
@@ -6022,7 +6022,7 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
|
|
|
6022
6022
|
};
|
|
6023
6023
|
sourceAddress?: {
|
|
6024
6024
|
value: string;
|
|
6025
|
-
__kind: "
|
|
6025
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
6026
6026
|
} | null | undefined;
|
|
6027
6027
|
}>>>;
|
|
6028
6028
|
outputAddress: z.ZodEffects<z.ZodObject<{
|
|
@@ -6030,10 +6030,10 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
|
|
|
6030
6030
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
6031
6031
|
}, "strip", z.ZodTypeAny, {
|
|
6032
6032
|
value: `0x${string}`;
|
|
6033
|
-
__kind: "
|
|
6033
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
6034
6034
|
}, {
|
|
6035
6035
|
value: string;
|
|
6036
|
-
__kind: "
|
|
6036
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
6037
6037
|
}>, {
|
|
6038
6038
|
readonly chain: "Ethereum";
|
|
6039
6039
|
readonly address: `0x${string}`;
|
|
@@ -6057,7 +6057,7 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
|
|
|
6057
6057
|
readonly address: string;
|
|
6058
6058
|
}, {
|
|
6059
6059
|
value: string;
|
|
6060
|
-
__kind: "
|
|
6060
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
6061
6061
|
}>;
|
|
6062
6062
|
}, "strip", z.ZodTypeAny, {
|
|
6063
6063
|
__kind: "Egress";
|
|
@@ -6149,7 +6149,7 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
|
|
|
6149
6149
|
__kind: "Egress";
|
|
6150
6150
|
outputAddress: {
|
|
6151
6151
|
value: string;
|
|
6152
|
-
__kind: "
|
|
6152
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
6153
6153
|
};
|
|
6154
6154
|
ccmDepositMetadata?: {
|
|
6155
6155
|
channelMetadata: {
|
|
@@ -6194,18 +6194,18 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
|
|
|
6194
6194
|
};
|
|
6195
6195
|
sourceAddress?: {
|
|
6196
6196
|
value: string;
|
|
6197
|
-
__kind: "
|
|
6197
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
6198
6198
|
} | null | undefined;
|
|
6199
6199
|
} | null | undefined;
|
|
6200
6200
|
}>, z.ZodObject<{
|
|
6201
6201
|
__kind: z.ZodLiteral<"CreditOnChain">;
|
|
6202
6202
|
accountId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
|
|
6203
6203
|
}, "strip", z.ZodTypeAny, {
|
|
6204
|
-
__kind: "CreditOnChain";
|
|
6205
6204
|
accountId: `cF${string}`;
|
|
6206
|
-
}, {
|
|
6207
6205
|
__kind: "CreditOnChain";
|
|
6206
|
+
}, {
|
|
6208
6207
|
accountId: string;
|
|
6208
|
+
__kind: "CreditOnChain";
|
|
6209
6209
|
}>, z.ZodObject<{
|
|
6210
6210
|
__kind: z.ZodLiteral<"CreditLendingPool">;
|
|
6211
6211
|
swapType: z.ZodObject<{
|
|
@@ -6240,12 +6240,12 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
|
|
|
6240
6240
|
accountId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
|
|
6241
6241
|
flipToSubtractFromSwapOutput: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
6242
6242
|
}, "strip", z.ZodTypeAny, {
|
|
6243
|
-
__kind: "CreditFlipAndTransferToGateway";
|
|
6244
6243
|
accountId: `cF${string}`;
|
|
6244
|
+
__kind: "CreditFlipAndTransferToGateway";
|
|
6245
6245
|
flipToSubtractFromSwapOutput: bigint;
|
|
6246
6246
|
}, {
|
|
6247
|
-
__kind: "CreditFlipAndTransferToGateway";
|
|
6248
6247
|
accountId: string;
|
|
6248
|
+
__kind: "CreditFlipAndTransferToGateway";
|
|
6249
6249
|
flipToSubtractFromSwapOutput: string | number;
|
|
6250
6250
|
}>]>;
|
|
6251
6251
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -6337,8 +6337,8 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
|
|
|
6337
6337
|
} | null | undefined;
|
|
6338
6338
|
} | null | undefined;
|
|
6339
6339
|
} | {
|
|
6340
|
-
__kind: "CreditOnChain";
|
|
6341
6340
|
accountId: `cF${string}`;
|
|
6341
|
+
__kind: "CreditOnChain";
|
|
6342
6342
|
} | {
|
|
6343
6343
|
__kind: "CreditLendingPool";
|
|
6344
6344
|
swapType: {
|
|
@@ -6347,8 +6347,8 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
|
|
|
6347
6347
|
loanId: bigint;
|
|
6348
6348
|
};
|
|
6349
6349
|
} | {
|
|
6350
|
-
__kind: "CreditFlipAndTransferToGateway";
|
|
6351
6350
|
accountId: `cF${string}`;
|
|
6351
|
+
__kind: "CreditFlipAndTransferToGateway";
|
|
6352
6352
|
flipToSubtractFromSwapOutput: bigint;
|
|
6353
6353
|
};
|
|
6354
6354
|
}, {
|
|
@@ -6357,7 +6357,7 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
|
|
|
6357
6357
|
__kind: "Egress";
|
|
6358
6358
|
outputAddress: {
|
|
6359
6359
|
value: string;
|
|
6360
|
-
__kind: "
|
|
6360
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
6361
6361
|
};
|
|
6362
6362
|
ccmDepositMetadata?: {
|
|
6363
6363
|
channelMetadata: {
|
|
@@ -6402,12 +6402,12 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
|
|
|
6402
6402
|
};
|
|
6403
6403
|
sourceAddress?: {
|
|
6404
6404
|
value: string;
|
|
6405
|
-
__kind: "
|
|
6405
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
6406
6406
|
} | null | undefined;
|
|
6407
6407
|
} | null | undefined;
|
|
6408
6408
|
} | {
|
|
6409
|
-
__kind: "CreditOnChain";
|
|
6410
6409
|
accountId: string;
|
|
6410
|
+
__kind: "CreditOnChain";
|
|
6411
6411
|
} | {
|
|
6412
6412
|
__kind: "CreditLendingPool";
|
|
6413
6413
|
swapType: {
|
|
@@ -6416,8 +6416,8 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
|
|
|
6416
6416
|
loanId: string | number;
|
|
6417
6417
|
};
|
|
6418
6418
|
} | {
|
|
6419
|
-
__kind: "CreditFlipAndTransferToGateway";
|
|
6420
6419
|
accountId: string;
|
|
6420
|
+
__kind: "CreditFlipAndTransferToGateway";
|
|
6421
6421
|
flipToSubtractFromSwapOutput: string | number;
|
|
6422
6422
|
};
|
|
6423
6423
|
}>, z.ZodObject<{
|
|
@@ -6730,10 +6730,10 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
|
|
|
6730
6730
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
6731
6731
|
}, "strip", z.ZodTypeAny, {
|
|
6732
6732
|
value: `0x${string}`;
|
|
6733
|
-
__kind: "
|
|
6733
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
6734
6734
|
}, {
|
|
6735
6735
|
value: string;
|
|
6736
|
-
__kind: "
|
|
6736
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
6737
6737
|
}>, {
|
|
6738
6738
|
readonly chain: "Ethereum";
|
|
6739
6739
|
readonly address: `0x${string}`;
|
|
@@ -6757,7 +6757,7 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
|
|
|
6757
6757
|
readonly address: string;
|
|
6758
6758
|
}, {
|
|
6759
6759
|
value: string;
|
|
6760
|
-
__kind: "
|
|
6760
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
6761
6761
|
}>>>;
|
|
6762
6762
|
}, "strip", z.ZodTypeAny, {
|
|
6763
6763
|
channelMetadata: {
|
|
@@ -6863,7 +6863,7 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
|
|
|
6863
6863
|
};
|
|
6864
6864
|
sourceAddress?: {
|
|
6865
6865
|
value: string;
|
|
6866
|
-
__kind: "
|
|
6866
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
6867
6867
|
} | null | undefined;
|
|
6868
6868
|
}>>>;
|
|
6869
6869
|
outputAddress: z.ZodEffects<z.ZodObject<{
|
|
@@ -6871,10 +6871,10 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
|
|
|
6871
6871
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
6872
6872
|
}, "strip", z.ZodTypeAny, {
|
|
6873
6873
|
value: `0x${string}`;
|
|
6874
|
-
__kind: "
|
|
6874
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
6875
6875
|
}, {
|
|
6876
6876
|
value: string;
|
|
6877
|
-
__kind: "
|
|
6877
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
6878
6878
|
}>, {
|
|
6879
6879
|
readonly chain: "Ethereum";
|
|
6880
6880
|
readonly address: `0x${string}`;
|
|
@@ -6898,7 +6898,7 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
|
|
|
6898
6898
|
readonly address: string;
|
|
6899
6899
|
}, {
|
|
6900
6900
|
value: string;
|
|
6901
|
-
__kind: "
|
|
6901
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
6902
6902
|
}>;
|
|
6903
6903
|
}, "strip", z.ZodTypeAny, {
|
|
6904
6904
|
__kind: "Egress";
|
|
@@ -6990,7 +6990,7 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
|
|
|
6990
6990
|
__kind: "Egress";
|
|
6991
6991
|
outputAddress: {
|
|
6992
6992
|
value: string;
|
|
6993
|
-
__kind: "
|
|
6993
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
6994
6994
|
};
|
|
6995
6995
|
ccmDepositMetadata?: {
|
|
6996
6996
|
channelMetadata: {
|
|
@@ -7035,18 +7035,18 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
|
|
|
7035
7035
|
};
|
|
7036
7036
|
sourceAddress?: {
|
|
7037
7037
|
value: string;
|
|
7038
|
-
__kind: "
|
|
7038
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
7039
7039
|
} | null | undefined;
|
|
7040
7040
|
} | null | undefined;
|
|
7041
7041
|
}>, z.ZodObject<{
|
|
7042
7042
|
__kind: z.ZodLiteral<"CreditOnChain">;
|
|
7043
7043
|
accountId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
|
|
7044
7044
|
}, "strip", z.ZodTypeAny, {
|
|
7045
|
-
__kind: "CreditOnChain";
|
|
7046
7045
|
accountId: `cF${string}`;
|
|
7047
|
-
}, {
|
|
7048
7046
|
__kind: "CreditOnChain";
|
|
7047
|
+
}, {
|
|
7049
7048
|
accountId: string;
|
|
7049
|
+
__kind: "CreditOnChain";
|
|
7050
7050
|
}>, z.ZodObject<{
|
|
7051
7051
|
__kind: z.ZodLiteral<"CreditLendingPool">;
|
|
7052
7052
|
swapType: z.ZodObject<{
|
|
@@ -7081,12 +7081,12 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
|
|
|
7081
7081
|
accountId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
|
|
7082
7082
|
flipToSubtractFromSwapOutput: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
7083
7083
|
}, "strip", z.ZodTypeAny, {
|
|
7084
|
-
__kind: "CreditFlipAndTransferToGateway";
|
|
7085
7084
|
accountId: `cF${string}`;
|
|
7085
|
+
__kind: "CreditFlipAndTransferToGateway";
|
|
7086
7086
|
flipToSubtractFromSwapOutput: bigint;
|
|
7087
7087
|
}, {
|
|
7088
|
-
__kind: "CreditFlipAndTransferToGateway";
|
|
7089
7088
|
accountId: string;
|
|
7089
|
+
__kind: "CreditFlipAndTransferToGateway";
|
|
7090
7090
|
flipToSubtractFromSwapOutput: string | number;
|
|
7091
7091
|
}>]>;
|
|
7092
7092
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -7178,8 +7178,8 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
|
|
|
7178
7178
|
} | null | undefined;
|
|
7179
7179
|
} | null | undefined;
|
|
7180
7180
|
} | {
|
|
7181
|
-
__kind: "CreditOnChain";
|
|
7182
7181
|
accountId: `cF${string}`;
|
|
7182
|
+
__kind: "CreditOnChain";
|
|
7183
7183
|
} | {
|
|
7184
7184
|
__kind: "CreditLendingPool";
|
|
7185
7185
|
swapType: {
|
|
@@ -7188,8 +7188,8 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
|
|
|
7188
7188
|
loanId: bigint;
|
|
7189
7189
|
};
|
|
7190
7190
|
} | {
|
|
7191
|
-
__kind: "CreditFlipAndTransferToGateway";
|
|
7192
7191
|
accountId: `cF${string}`;
|
|
7192
|
+
__kind: "CreditFlipAndTransferToGateway";
|
|
7193
7193
|
flipToSubtractFromSwapOutput: bigint;
|
|
7194
7194
|
};
|
|
7195
7195
|
}, {
|
|
@@ -7198,7 +7198,7 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
|
|
|
7198
7198
|
__kind: "Egress";
|
|
7199
7199
|
outputAddress: {
|
|
7200
7200
|
value: string;
|
|
7201
|
-
__kind: "
|
|
7201
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
7202
7202
|
};
|
|
7203
7203
|
ccmDepositMetadata?: {
|
|
7204
7204
|
channelMetadata: {
|
|
@@ -7243,12 +7243,12 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
|
|
|
7243
7243
|
};
|
|
7244
7244
|
sourceAddress?: {
|
|
7245
7245
|
value: string;
|
|
7246
|
-
__kind: "
|
|
7246
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
7247
7247
|
} | null | undefined;
|
|
7248
7248
|
} | null | undefined;
|
|
7249
7249
|
} | {
|
|
7250
|
-
__kind: "CreditOnChain";
|
|
7251
7250
|
accountId: string;
|
|
7251
|
+
__kind: "CreditOnChain";
|
|
7252
7252
|
} | {
|
|
7253
7253
|
__kind: "CreditLendingPool";
|
|
7254
7254
|
swapType: {
|
|
@@ -7257,8 +7257,8 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
|
|
|
7257
7257
|
loanId: string | number;
|
|
7258
7258
|
};
|
|
7259
7259
|
} | {
|
|
7260
|
-
__kind: "CreditFlipAndTransferToGateway";
|
|
7261
7260
|
accountId: string;
|
|
7261
|
+
__kind: "CreditFlipAndTransferToGateway";
|
|
7262
7262
|
flipToSubtractFromSwapOutput: string | number;
|
|
7263
7263
|
};
|
|
7264
7264
|
}>]>;
|
|
@@ -10987,10 +10987,10 @@ declare const cfChainsRefundParametersChannelRefundParameters: z.ZodObject<{
|
|
|
10987
10987
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
10988
10988
|
}, "strip", z.ZodTypeAny, {
|
|
10989
10989
|
value: `0x${string}`;
|
|
10990
|
-
__kind: "
|
|
10990
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
10991
10991
|
}, {
|
|
10992
10992
|
value: string;
|
|
10993
|
-
__kind: "
|
|
10993
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
10994
10994
|
}>, {
|
|
10995
10995
|
readonly chain: "Ethereum";
|
|
10996
10996
|
readonly address: `0x${string}`;
|
|
@@ -11014,7 +11014,7 @@ declare const cfChainsRefundParametersChannelRefundParameters: z.ZodObject<{
|
|
|
11014
11014
|
readonly address: string;
|
|
11015
11015
|
}, {
|
|
11016
11016
|
value: string;
|
|
11017
|
-
__kind: "
|
|
11017
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
11018
11018
|
}>;
|
|
11019
11019
|
minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
11020
11020
|
refundCcmMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
@@ -11066,7 +11066,7 @@ declare const cfChainsRefundParametersChannelRefundParameters: z.ZodObject<{
|
|
|
11066
11066
|
retryDuration: number;
|
|
11067
11067
|
refundAddress: {
|
|
11068
11068
|
value: string;
|
|
11069
|
-
__kind: "
|
|
11069
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
11070
11070
|
};
|
|
11071
11071
|
minPrice: string | number;
|
|
11072
11072
|
refundCcmMetadata?: {
|
|
@@ -11297,21 +11297,21 @@ declare const palletCfSwappingPalletConfigUpdate: z.ZodDiscriminatedUnion<"__kin
|
|
|
11297
11297
|
asset: z.ZodEffects<z.ZodObject<{
|
|
11298
11298
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt", "Trx", "TrxUsdt"]>;
|
|
11299
11299
|
}, "strip", z.ZodTypeAny, {
|
|
11300
|
-
__kind: "
|
|
11300
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
11301
11301
|
}, {
|
|
11302
|
-
__kind: "
|
|
11303
|
-
}>, "
|
|
11304
|
-
__kind: "
|
|
11302
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
11303
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt", {
|
|
11304
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
11305
11305
|
}>;
|
|
11306
11306
|
amount: 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>>>;
|
|
11307
11307
|
}, "strip", z.ZodTypeAny, {
|
|
11308
11308
|
__kind: "MaximumSwapAmount";
|
|
11309
|
-
asset: "
|
|
11309
|
+
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
11310
11310
|
amount?: bigint | null | undefined;
|
|
11311
11311
|
}, {
|
|
11312
11312
|
__kind: "MaximumSwapAmount";
|
|
11313
11313
|
asset: {
|
|
11314
|
-
__kind: "
|
|
11314
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
11315
11315
|
};
|
|
11316
11316
|
amount?: string | number | null | undefined;
|
|
11317
11317
|
}>, z.ZodObject<{
|
|
@@ -11355,21 +11355,21 @@ declare const palletCfSwappingPalletConfigUpdate: z.ZodDiscriminatedUnion<"__kin
|
|
|
11355
11355
|
asset: z.ZodEffects<z.ZodObject<{
|
|
11356
11356
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt", "Trx", "TrxUsdt"]>;
|
|
11357
11357
|
}, "strip", z.ZodTypeAny, {
|
|
11358
|
-
__kind: "
|
|
11358
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
11359
11359
|
}, {
|
|
11360
|
-
__kind: "
|
|
11361
|
-
}>, "
|
|
11362
|
-
__kind: "
|
|
11360
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
11361
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt", {
|
|
11362
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
11363
11363
|
}>;
|
|
11364
11364
|
size_: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
11365
11365
|
}, "strip", z.ZodTypeAny, {
|
|
11366
11366
|
__kind: "SetMinimumChunkSize";
|
|
11367
|
-
asset: "
|
|
11367
|
+
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
11368
11368
|
size_: bigint;
|
|
11369
11369
|
}, {
|
|
11370
11370
|
__kind: "SetMinimumChunkSize";
|
|
11371
11371
|
asset: {
|
|
11372
|
-
__kind: "
|
|
11372
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
11373
11373
|
};
|
|
11374
11374
|
size_: string | number;
|
|
11375
11375
|
}>, z.ZodObject<{
|
|
@@ -11410,21 +11410,21 @@ declare const palletCfSwappingPalletConfigUpdate: z.ZodDiscriminatedUnion<"__kin
|
|
|
11410
11410
|
asset: z.ZodEffects<z.ZodObject<{
|
|
11411
11411
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt", "Trx", "TrxUsdt"]>;
|
|
11412
11412
|
}, "strip", z.ZodTypeAny, {
|
|
11413
|
-
__kind: "
|
|
11413
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
11414
11414
|
}, {
|
|
11415
|
-
__kind: "
|
|
11416
|
-
}>, "
|
|
11417
|
-
__kind: "
|
|
11415
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
11416
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt", {
|
|
11417
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
11418
11418
|
}>;
|
|
11419
11419
|
rate: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
11420
11420
|
}, "strip", z.ZodTypeAny, {
|
|
11421
11421
|
__kind: "SetNetworkFeeForAsset";
|
|
11422
|
-
asset: "
|
|
11422
|
+
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
11423
11423
|
rate?: number | null | undefined;
|
|
11424
11424
|
}, {
|
|
11425
11425
|
__kind: "SetNetworkFeeForAsset";
|
|
11426
11426
|
asset: {
|
|
11427
|
-
__kind: "
|
|
11427
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
11428
11428
|
};
|
|
11429
11429
|
rate?: number | null | undefined;
|
|
11430
11430
|
}>, z.ZodObject<{
|
|
@@ -11432,21 +11432,21 @@ declare const palletCfSwappingPalletConfigUpdate: z.ZodDiscriminatedUnion<"__kin
|
|
|
11432
11432
|
asset: z.ZodEffects<z.ZodObject<{
|
|
11433
11433
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt", "Trx", "TrxUsdt"]>;
|
|
11434
11434
|
}, "strip", z.ZodTypeAny, {
|
|
11435
|
-
__kind: "
|
|
11435
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
11436
11436
|
}, {
|
|
11437
|
-
__kind: "
|
|
11438
|
-
}>, "
|
|
11439
|
-
__kind: "
|
|
11437
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
11438
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt", {
|
|
11439
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
11440
11440
|
}>;
|
|
11441
11441
|
rate: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
11442
11442
|
}, "strip", z.ZodTypeAny, {
|
|
11443
11443
|
__kind: "SetInternalSwapNetworkFeeForAsset";
|
|
11444
|
-
asset: "
|
|
11444
|
+
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
11445
11445
|
rate?: number | null | undefined;
|
|
11446
11446
|
}, {
|
|
11447
11447
|
__kind: "SetInternalSwapNetworkFeeForAsset";
|
|
11448
11448
|
asset: {
|
|
11449
|
-
__kind: "
|
|
11449
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
11450
11450
|
};
|
|
11451
11451
|
rate?: number | null | undefined;
|
|
11452
11452
|
}>, z.ZodObject<{
|
|
@@ -11454,34 +11454,34 @@ declare const palletCfSwappingPalletConfigUpdate: z.ZodDiscriminatedUnion<"__kin
|
|
|
11454
11454
|
baseAsset: z.ZodEffects<z.ZodObject<{
|
|
11455
11455
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt", "Trx", "TrxUsdt"]>;
|
|
11456
11456
|
}, "strip", z.ZodTypeAny, {
|
|
11457
|
-
__kind: "
|
|
11457
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
11458
11458
|
}, {
|
|
11459
|
-
__kind: "
|
|
11460
|
-
}>, "
|
|
11461
|
-
__kind: "
|
|
11459
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
11460
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt", {
|
|
11461
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
11462
11462
|
}>;
|
|
11463
11463
|
quoteAsset: z.ZodEffects<z.ZodObject<{
|
|
11464
11464
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt", "Trx", "TrxUsdt"]>;
|
|
11465
11465
|
}, "strip", z.ZodTypeAny, {
|
|
11466
|
-
__kind: "
|
|
11466
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
11467
11467
|
}, {
|
|
11468
|
-
__kind: "
|
|
11469
|
-
}>, "
|
|
11470
|
-
__kind: "
|
|
11468
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
11469
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt", {
|
|
11470
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
11471
11471
|
}>;
|
|
11472
11472
|
bps: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
11473
11473
|
}, "strip", z.ZodTypeAny, {
|
|
11474
11474
|
__kind: "SetDefaultOraclePriceSlippageProtectionForAsset";
|
|
11475
|
-
baseAsset: "
|
|
11476
|
-
quoteAsset: "
|
|
11475
|
+
baseAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
11476
|
+
quoteAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
11477
11477
|
bps?: number | null | undefined;
|
|
11478
11478
|
}, {
|
|
11479
11479
|
__kind: "SetDefaultOraclePriceSlippageProtectionForAsset";
|
|
11480
11480
|
baseAsset: {
|
|
11481
|
-
__kind: "
|
|
11481
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
11482
11482
|
};
|
|
11483
11483
|
quoteAsset: {
|
|
11484
|
-
__kind: "
|
|
11484
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
11485
11485
|
};
|
|
11486
11486
|
bps?: number | null | undefined;
|
|
11487
11487
|
}>]>;
|
|
@@ -13047,17 +13047,17 @@ declare const palletCfEthereumIngressEgressDepositWitnessEthereum: z.ZodObject<{
|
|
|
13047
13047
|
txHashes?: string[] | null | undefined;
|
|
13048
13048
|
}>;
|
|
13049
13049
|
}, "strip", z.ZodTypeAny, {
|
|
13050
|
-
depositAddress: `0x${string}`;
|
|
13051
13050
|
asset: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc";
|
|
13051
|
+
depositAddress: `0x${string}`;
|
|
13052
13052
|
amount: bigint;
|
|
13053
13053
|
depositDetails: {
|
|
13054
13054
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
13055
13055
|
};
|
|
13056
13056
|
}, {
|
|
13057
|
-
depositAddress: string;
|
|
13058
13057
|
asset: {
|
|
13059
13058
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc";
|
|
13060
13059
|
};
|
|
13060
|
+
depositAddress: string;
|
|
13061
13061
|
amount: string | number;
|
|
13062
13062
|
depositDetails: {
|
|
13063
13063
|
txHashes?: string[] | null | undefined;
|
|
@@ -13416,21 +13416,21 @@ declare const palletCfEthereumIngressEgressVaultDepositWitnessEthereum: z.ZodObj
|
|
|
13416
13416
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
13417
13417
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt", "Trx", "TrxUsdt"]>;
|
|
13418
13418
|
}, "strip", z.ZodTypeAny, {
|
|
13419
|
-
__kind: "
|
|
13419
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
13420
13420
|
}, {
|
|
13421
|
-
__kind: "
|
|
13422
|
-
}>, "
|
|
13423
|
-
__kind: "
|
|
13421
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
13422
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt", {
|
|
13423
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
13424
13424
|
}>;
|
|
13425
13425
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
13426
13426
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub", "Tron"]>;
|
|
13427
13427
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
13428
13428
|
}, "strip", z.ZodTypeAny, {
|
|
13429
13429
|
value: `0x${string}`;
|
|
13430
|
-
__kind: "
|
|
13430
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
13431
13431
|
}, {
|
|
13432
13432
|
value: string;
|
|
13433
|
-
__kind: "
|
|
13433
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
13434
13434
|
}>, {
|
|
13435
13435
|
readonly chain: "Ethereum";
|
|
13436
13436
|
readonly address: `0x${string}`;
|
|
@@ -13454,7 +13454,7 @@ declare const palletCfEthereumIngressEgressVaultDepositWitnessEthereum: z.ZodObj
|
|
|
13454
13454
|
readonly address: string;
|
|
13455
13455
|
}, {
|
|
13456
13456
|
value: string;
|
|
13457
|
-
__kind: "
|
|
13457
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
13458
13458
|
}>;
|
|
13459
13459
|
depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
13460
13460
|
channelMetadata: z.ZodObject<{
|
|
@@ -13809,13 +13809,13 @@ declare const palletCfEthereumIngressEgressVaultDepositWitnessEthereum: z.ZodObj
|
|
|
13809
13809
|
}>>>;
|
|
13810
13810
|
boostFee: z.ZodNumber;
|
|
13811
13811
|
}, "strip", z.ZodTypeAny, {
|
|
13812
|
+
txId: `0x${string}`;
|
|
13812
13813
|
depositDetails: {
|
|
13813
13814
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
13814
13815
|
};
|
|
13815
|
-
txId: `0x${string}`;
|
|
13816
13816
|
inputAsset: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc";
|
|
13817
13817
|
depositAmount: bigint;
|
|
13818
|
-
outputAsset: "
|
|
13818
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
13819
13819
|
destinationAddress: {
|
|
13820
13820
|
readonly chain: "Ethereum";
|
|
13821
13821
|
readonly address: `0x${string}`;
|
|
@@ -13854,8 +13854,8 @@ declare const palletCfEthereumIngressEgressVaultDepositWitnessEthereum: z.ZodObj
|
|
|
13854
13854
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
13855
13855
|
};
|
|
13856
13856
|
boostFee: number;
|
|
13857
|
-
depositAddress?: `0x${string}` | null | undefined;
|
|
13858
13857
|
channelId?: bigint | null | undefined;
|
|
13858
|
+
depositAddress?: `0x${string}` | null | undefined;
|
|
13859
13859
|
depositMetadata?: {
|
|
13860
13860
|
channelMetadata: {
|
|
13861
13861
|
message: `0x${string}`;
|
|
@@ -13914,20 +13914,20 @@ declare const palletCfEthereumIngressEgressVaultDepositWitnessEthereum: z.ZodObj
|
|
|
13914
13914
|
chunkInterval: number;
|
|
13915
13915
|
} | null | undefined;
|
|
13916
13916
|
}, {
|
|
13917
|
+
txId: string;
|
|
13917
13918
|
depositDetails: {
|
|
13918
13919
|
txHashes?: string[] | null | undefined;
|
|
13919
13920
|
};
|
|
13920
|
-
txId: string;
|
|
13921
13921
|
inputAsset: {
|
|
13922
13922
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc";
|
|
13923
13923
|
};
|
|
13924
13924
|
depositAmount: string | number;
|
|
13925
13925
|
outputAsset: {
|
|
13926
|
-
__kind: "
|
|
13926
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
13927
13927
|
};
|
|
13928
13928
|
destinationAddress: {
|
|
13929
13929
|
value: string;
|
|
13930
|
-
__kind: "
|
|
13930
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
13931
13931
|
};
|
|
13932
13932
|
affiliateFees: {
|
|
13933
13933
|
account: number;
|
|
@@ -13945,8 +13945,8 @@ declare const palletCfEthereumIngressEgressVaultDepositWitnessEthereum: z.ZodObj
|
|
|
13945
13945
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
13946
13946
|
};
|
|
13947
13947
|
boostFee: number;
|
|
13948
|
-
depositAddress?: string | null | undefined;
|
|
13949
13948
|
channelId?: string | number | null | undefined;
|
|
13949
|
+
depositAddress?: string | null | undefined;
|
|
13950
13950
|
depositMetadata?: {
|
|
13951
13951
|
channelMetadata: {
|
|
13952
13952
|
message: string;
|
|
@@ -14029,17 +14029,17 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
|
|
|
14029
14029
|
txHashes?: string[] | null | undefined;
|
|
14030
14030
|
}>;
|
|
14031
14031
|
}, "strip", z.ZodTypeAny, {
|
|
14032
|
-
depositAddress: `0x${string}`;
|
|
14033
14032
|
asset: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc";
|
|
14033
|
+
depositAddress: `0x${string}`;
|
|
14034
14034
|
amount: bigint;
|
|
14035
14035
|
depositDetails: {
|
|
14036
14036
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
14037
14037
|
};
|
|
14038
14038
|
}, {
|
|
14039
|
-
depositAddress: string;
|
|
14040
14039
|
asset: {
|
|
14041
14040
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc";
|
|
14042
14041
|
};
|
|
14042
|
+
depositAddress: string;
|
|
14043
14043
|
amount: string | number;
|
|
14044
14044
|
depositDetails: {
|
|
14045
14045
|
txHashes?: string[] | null | undefined;
|
|
@@ -14048,8 +14048,8 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
|
|
|
14048
14048
|
}, "strip", z.ZodTypeAny, {
|
|
14049
14049
|
__kind: "DepositFailedDepositChannelVariantEthereum";
|
|
14050
14050
|
depositWitness: {
|
|
14051
|
-
depositAddress: `0x${string}`;
|
|
14052
14051
|
asset: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc";
|
|
14052
|
+
depositAddress: `0x${string}`;
|
|
14053
14053
|
amount: bigint;
|
|
14054
14054
|
depositDetails: {
|
|
14055
14055
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
@@ -14058,10 +14058,10 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
|
|
|
14058
14058
|
}, {
|
|
14059
14059
|
__kind: "DepositFailedDepositChannelVariantEthereum";
|
|
14060
14060
|
depositWitness: {
|
|
14061
|
-
depositAddress: string;
|
|
14062
14061
|
asset: {
|
|
14063
14062
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc";
|
|
14064
14063
|
};
|
|
14064
|
+
depositAddress: string;
|
|
14065
14065
|
amount: string | number;
|
|
14066
14066
|
depositDetails: {
|
|
14067
14067
|
txHashes?: string[] | null | undefined;
|
|
@@ -14092,21 +14092,21 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
|
|
|
14092
14092
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
14093
14093
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt", "Trx", "TrxUsdt"]>;
|
|
14094
14094
|
}, "strip", z.ZodTypeAny, {
|
|
14095
|
-
__kind: "
|
|
14095
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
14096
14096
|
}, {
|
|
14097
|
-
__kind: "
|
|
14098
|
-
}>, "
|
|
14099
|
-
__kind: "
|
|
14097
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
14098
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt", {
|
|
14099
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
14100
14100
|
}>;
|
|
14101
14101
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
14102
14102
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub", "Tron"]>;
|
|
14103
14103
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
14104
14104
|
}, "strip", z.ZodTypeAny, {
|
|
14105
14105
|
value: `0x${string}`;
|
|
14106
|
-
__kind: "
|
|
14106
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
14107
14107
|
}, {
|
|
14108
14108
|
value: string;
|
|
14109
|
-
__kind: "
|
|
14109
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
14110
14110
|
}>, {
|
|
14111
14111
|
readonly chain: "Ethereum";
|
|
14112
14112
|
readonly address: `0x${string}`;
|
|
@@ -14130,7 +14130,7 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
|
|
|
14130
14130
|
readonly address: string;
|
|
14131
14131
|
}, {
|
|
14132
14132
|
value: string;
|
|
14133
|
-
__kind: "
|
|
14133
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
14134
14134
|
}>;
|
|
14135
14135
|
depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
14136
14136
|
channelMetadata: z.ZodObject<{
|
|
@@ -14485,13 +14485,13 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
|
|
|
14485
14485
|
}>>>;
|
|
14486
14486
|
boostFee: z.ZodNumber;
|
|
14487
14487
|
}, "strip", z.ZodTypeAny, {
|
|
14488
|
+
txId: `0x${string}`;
|
|
14488
14489
|
depositDetails: {
|
|
14489
14490
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
14490
14491
|
};
|
|
14491
|
-
txId: `0x${string}`;
|
|
14492
14492
|
inputAsset: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc";
|
|
14493
14493
|
depositAmount: bigint;
|
|
14494
|
-
outputAsset: "
|
|
14494
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
14495
14495
|
destinationAddress: {
|
|
14496
14496
|
readonly chain: "Ethereum";
|
|
14497
14497
|
readonly address: `0x${string}`;
|
|
@@ -14530,8 +14530,8 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
|
|
|
14530
14530
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
14531
14531
|
};
|
|
14532
14532
|
boostFee: number;
|
|
14533
|
-
depositAddress?: `0x${string}` | null | undefined;
|
|
14534
14533
|
channelId?: bigint | null | undefined;
|
|
14534
|
+
depositAddress?: `0x${string}` | null | undefined;
|
|
14535
14535
|
depositMetadata?: {
|
|
14536
14536
|
channelMetadata: {
|
|
14537
14537
|
message: `0x${string}`;
|
|
@@ -14590,20 +14590,20 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
|
|
|
14590
14590
|
chunkInterval: number;
|
|
14591
14591
|
} | null | undefined;
|
|
14592
14592
|
}, {
|
|
14593
|
+
txId: string;
|
|
14593
14594
|
depositDetails: {
|
|
14594
14595
|
txHashes?: string[] | null | undefined;
|
|
14595
14596
|
};
|
|
14596
|
-
txId: string;
|
|
14597
14597
|
inputAsset: {
|
|
14598
14598
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc";
|
|
14599
14599
|
};
|
|
14600
14600
|
depositAmount: string | number;
|
|
14601
14601
|
outputAsset: {
|
|
14602
|
-
__kind: "
|
|
14602
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
14603
14603
|
};
|
|
14604
14604
|
destinationAddress: {
|
|
14605
14605
|
value: string;
|
|
14606
|
-
__kind: "
|
|
14606
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
14607
14607
|
};
|
|
14608
14608
|
affiliateFees: {
|
|
14609
14609
|
account: number;
|
|
@@ -14621,8 +14621,8 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
|
|
|
14621
14621
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
14622
14622
|
};
|
|
14623
14623
|
boostFee: number;
|
|
14624
|
-
depositAddress?: string | null | undefined;
|
|
14625
14624
|
channelId?: string | number | null | undefined;
|
|
14625
|
+
depositAddress?: string | null | undefined;
|
|
14626
14626
|
depositMetadata?: {
|
|
14627
14627
|
channelMetadata: {
|
|
14628
14628
|
message: string;
|
|
@@ -14686,13 +14686,13 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
|
|
|
14686
14686
|
}, "strip", z.ZodTypeAny, {
|
|
14687
14687
|
__kind: "DepositFailedVaultVariantEthereum";
|
|
14688
14688
|
vaultWitness: {
|
|
14689
|
+
txId: `0x${string}`;
|
|
14689
14690
|
depositDetails: {
|
|
14690
14691
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
14691
14692
|
};
|
|
14692
|
-
txId: `0x${string}`;
|
|
14693
14693
|
inputAsset: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc";
|
|
14694
14694
|
depositAmount: bigint;
|
|
14695
|
-
outputAsset: "
|
|
14695
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
14696
14696
|
destinationAddress: {
|
|
14697
14697
|
readonly chain: "Ethereum";
|
|
14698
14698
|
readonly address: `0x${string}`;
|
|
@@ -14731,8 +14731,8 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
|
|
|
14731
14731
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
14732
14732
|
};
|
|
14733
14733
|
boostFee: number;
|
|
14734
|
-
depositAddress?: `0x${string}` | null | undefined;
|
|
14735
14734
|
channelId?: bigint | null | undefined;
|
|
14735
|
+
depositAddress?: `0x${string}` | null | undefined;
|
|
14736
14736
|
depositMetadata?: {
|
|
14737
14737
|
channelMetadata: {
|
|
14738
14738
|
message: `0x${string}`;
|
|
@@ -14794,20 +14794,20 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
|
|
|
14794
14794
|
}, {
|
|
14795
14795
|
__kind: "DepositFailedVaultVariantEthereum";
|
|
14796
14796
|
vaultWitness: {
|
|
14797
|
+
txId: string;
|
|
14797
14798
|
depositDetails: {
|
|
14798
14799
|
txHashes?: string[] | null | undefined;
|
|
14799
14800
|
};
|
|
14800
|
-
txId: string;
|
|
14801
14801
|
inputAsset: {
|
|
14802
14802
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc";
|
|
14803
14803
|
};
|
|
14804
14804
|
depositAmount: string | number;
|
|
14805
14805
|
outputAsset: {
|
|
14806
|
-
__kind: "
|
|
14806
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
14807
14807
|
};
|
|
14808
14808
|
destinationAddress: {
|
|
14809
14809
|
value: string;
|
|
14810
|
-
__kind: "
|
|
14810
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
14811
14811
|
};
|
|
14812
14812
|
affiliateFees: {
|
|
14813
14813
|
account: number;
|
|
@@ -14825,8 +14825,8 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
|
|
|
14825
14825
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
14826
14826
|
};
|
|
14827
14827
|
boostFee: number;
|
|
14828
|
-
depositAddress?: string | null | undefined;
|
|
14829
14828
|
channelId?: string | number | null | undefined;
|
|
14829
|
+
depositAddress?: string | null | undefined;
|
|
14830
14830
|
depositMetadata?: {
|
|
14831
14831
|
channelMetadata: {
|
|
14832
14832
|
message: string;
|
|
@@ -15314,15 +15314,15 @@ declare const palletCfPolkadotIngressEgressDepositWitnessPolkadot: z.ZodObject<{
|
|
|
15314
15314
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
15315
15315
|
depositDetails: z.ZodNumber;
|
|
15316
15316
|
}, "strip", z.ZodTypeAny, {
|
|
15317
|
-
depositAddress: `0x${string}`;
|
|
15318
15317
|
asset: "Dot";
|
|
15318
|
+
depositAddress: `0x${string}`;
|
|
15319
15319
|
amount: bigint;
|
|
15320
15320
|
depositDetails: number;
|
|
15321
15321
|
}, {
|
|
15322
|
-
depositAddress: string;
|
|
15323
15322
|
asset: {
|
|
15324
15323
|
__kind: "Dot";
|
|
15325
15324
|
};
|
|
15325
|
+
depositAddress: string;
|
|
15326
15326
|
amount: string | number;
|
|
15327
15327
|
depositDetails: number;
|
|
15328
15328
|
}>;
|
|
@@ -15663,21 +15663,21 @@ declare const palletCfPolkadotIngressEgressVaultDepositWitnessPolkadot: z.ZodObj
|
|
|
15663
15663
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
15664
15664
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt", "Trx", "TrxUsdt"]>;
|
|
15665
15665
|
}, "strip", z.ZodTypeAny, {
|
|
15666
|
-
__kind: "
|
|
15666
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
15667
15667
|
}, {
|
|
15668
|
-
__kind: "
|
|
15669
|
-
}>, "
|
|
15670
|
-
__kind: "
|
|
15668
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
15669
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt", {
|
|
15670
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
15671
15671
|
}>;
|
|
15672
15672
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
15673
15673
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub", "Tron"]>;
|
|
15674
15674
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
15675
15675
|
}, "strip", z.ZodTypeAny, {
|
|
15676
15676
|
value: `0x${string}`;
|
|
15677
|
-
__kind: "
|
|
15677
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
15678
15678
|
}, {
|
|
15679
15679
|
value: string;
|
|
15680
|
-
__kind: "
|
|
15680
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
15681
15681
|
}>, {
|
|
15682
15682
|
readonly chain: "Ethereum";
|
|
15683
15683
|
readonly address: `0x${string}`;
|
|
@@ -15701,7 +15701,7 @@ declare const palletCfPolkadotIngressEgressVaultDepositWitnessPolkadot: z.ZodObj
|
|
|
15701
15701
|
readonly address: string;
|
|
15702
15702
|
}, {
|
|
15703
15703
|
value: string;
|
|
15704
|
-
__kind: "
|
|
15704
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
15705
15705
|
}>;
|
|
15706
15706
|
depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
15707
15707
|
channelMetadata: z.ZodObject<{
|
|
@@ -16065,14 +16065,14 @@ declare const palletCfPolkadotIngressEgressVaultDepositWitnessPolkadot: z.ZodObj
|
|
|
16065
16065
|
}>>>;
|
|
16066
16066
|
boostFee: z.ZodNumber;
|
|
16067
16067
|
}, "strip", z.ZodTypeAny, {
|
|
16068
|
-
depositDetails: number;
|
|
16069
16068
|
txId: {
|
|
16070
16069
|
blockNumber: number;
|
|
16071
16070
|
extrinsicIndex: number;
|
|
16072
16071
|
};
|
|
16072
|
+
depositDetails: number;
|
|
16073
16073
|
inputAsset: "Dot";
|
|
16074
16074
|
depositAmount: bigint;
|
|
16075
|
-
outputAsset: "
|
|
16075
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
16076
16076
|
destinationAddress: {
|
|
16077
16077
|
readonly chain: "Ethereum";
|
|
16078
16078
|
readonly address: `0x${string}`;
|
|
@@ -16111,8 +16111,8 @@ declare const palletCfPolkadotIngressEgressVaultDepositWitnessPolkadot: z.ZodObj
|
|
|
16111
16111
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
16112
16112
|
};
|
|
16113
16113
|
boostFee: number;
|
|
16114
|
-
depositAddress?: `0x${string}` | null | undefined;
|
|
16115
16114
|
channelId?: bigint | null | undefined;
|
|
16115
|
+
depositAddress?: `0x${string}` | null | undefined;
|
|
16116
16116
|
depositMetadata?: {
|
|
16117
16117
|
channelMetadata: {
|
|
16118
16118
|
message: `0x${string}`;
|
|
@@ -16171,21 +16171,21 @@ declare const palletCfPolkadotIngressEgressVaultDepositWitnessPolkadot: z.ZodObj
|
|
|
16171
16171
|
chunkInterval: number;
|
|
16172
16172
|
} | null | undefined;
|
|
16173
16173
|
}, {
|
|
16174
|
-
depositDetails: number;
|
|
16175
16174
|
txId: {
|
|
16176
16175
|
blockNumber: number;
|
|
16177
16176
|
extrinsicIndex: number;
|
|
16178
16177
|
};
|
|
16178
|
+
depositDetails: number;
|
|
16179
16179
|
inputAsset: {
|
|
16180
16180
|
__kind: "Dot";
|
|
16181
16181
|
};
|
|
16182
16182
|
depositAmount: string | number;
|
|
16183
16183
|
outputAsset: {
|
|
16184
|
-
__kind: "
|
|
16184
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
16185
16185
|
};
|
|
16186
16186
|
destinationAddress: {
|
|
16187
16187
|
value: string;
|
|
16188
|
-
__kind: "
|
|
16188
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
16189
16189
|
};
|
|
16190
16190
|
affiliateFees: {
|
|
16191
16191
|
account: number;
|
|
@@ -16203,8 +16203,8 @@ declare const palletCfPolkadotIngressEgressVaultDepositWitnessPolkadot: z.ZodObj
|
|
|
16203
16203
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
16204
16204
|
};
|
|
16205
16205
|
boostFee: number;
|
|
16206
|
-
depositAddress?: string | null | undefined;
|
|
16207
16206
|
channelId?: string | number | null | undefined;
|
|
16207
|
+
depositAddress?: string | null | undefined;
|
|
16208
16208
|
depositMetadata?: {
|
|
16209
16209
|
channelMetadata: {
|
|
16210
16210
|
message: string;
|
|
@@ -16281,33 +16281,33 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
|
|
|
16281
16281
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
16282
16282
|
depositDetails: z.ZodNumber;
|
|
16283
16283
|
}, "strip", z.ZodTypeAny, {
|
|
16284
|
-
depositAddress: `0x${string}`;
|
|
16285
16284
|
asset: "Dot";
|
|
16285
|
+
depositAddress: `0x${string}`;
|
|
16286
16286
|
amount: bigint;
|
|
16287
16287
|
depositDetails: number;
|
|
16288
16288
|
}, {
|
|
16289
|
-
depositAddress: string;
|
|
16290
16289
|
asset: {
|
|
16291
16290
|
__kind: "Dot";
|
|
16292
16291
|
};
|
|
16292
|
+
depositAddress: string;
|
|
16293
16293
|
amount: string | number;
|
|
16294
16294
|
depositDetails: number;
|
|
16295
16295
|
}>;
|
|
16296
16296
|
}, "strip", z.ZodTypeAny, {
|
|
16297
16297
|
__kind: "DepositFailedDepositChannelVariantPolkadot";
|
|
16298
16298
|
depositWitness: {
|
|
16299
|
-
depositAddress: `0x${string}`;
|
|
16300
16299
|
asset: "Dot";
|
|
16300
|
+
depositAddress: `0x${string}`;
|
|
16301
16301
|
amount: bigint;
|
|
16302
16302
|
depositDetails: number;
|
|
16303
16303
|
};
|
|
16304
16304
|
}, {
|
|
16305
16305
|
__kind: "DepositFailedDepositChannelVariantPolkadot";
|
|
16306
16306
|
depositWitness: {
|
|
16307
|
-
depositAddress: string;
|
|
16308
16307
|
asset: {
|
|
16309
16308
|
__kind: "Dot";
|
|
16310
16309
|
};
|
|
16310
|
+
depositAddress: string;
|
|
16311
16311
|
amount: string | number;
|
|
16312
16312
|
depositDetails: number;
|
|
16313
16313
|
};
|
|
@@ -16330,21 +16330,21 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
|
|
|
16330
16330
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
16331
16331
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt", "Trx", "TrxUsdt"]>;
|
|
16332
16332
|
}, "strip", z.ZodTypeAny, {
|
|
16333
|
-
__kind: "
|
|
16333
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
16334
16334
|
}, {
|
|
16335
|
-
__kind: "
|
|
16336
|
-
}>, "
|
|
16337
|
-
__kind: "
|
|
16335
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
16336
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt", {
|
|
16337
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
16338
16338
|
}>;
|
|
16339
16339
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
16340
16340
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub", "Tron"]>;
|
|
16341
16341
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
16342
16342
|
}, "strip", z.ZodTypeAny, {
|
|
16343
16343
|
value: `0x${string}`;
|
|
16344
|
-
__kind: "
|
|
16344
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
16345
16345
|
}, {
|
|
16346
16346
|
value: string;
|
|
16347
|
-
__kind: "
|
|
16347
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
16348
16348
|
}>, {
|
|
16349
16349
|
readonly chain: "Ethereum";
|
|
16350
16350
|
readonly address: `0x${string}`;
|
|
@@ -16368,7 +16368,7 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
|
|
|
16368
16368
|
readonly address: string;
|
|
16369
16369
|
}, {
|
|
16370
16370
|
value: string;
|
|
16371
|
-
__kind: "
|
|
16371
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
16372
16372
|
}>;
|
|
16373
16373
|
depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
16374
16374
|
channelMetadata: z.ZodObject<{
|
|
@@ -16732,14 +16732,14 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
|
|
|
16732
16732
|
}>>>;
|
|
16733
16733
|
boostFee: z.ZodNumber;
|
|
16734
16734
|
}, "strip", z.ZodTypeAny, {
|
|
16735
|
-
depositDetails: number;
|
|
16736
16735
|
txId: {
|
|
16737
16736
|
blockNumber: number;
|
|
16738
16737
|
extrinsicIndex: number;
|
|
16739
16738
|
};
|
|
16739
|
+
depositDetails: number;
|
|
16740
16740
|
inputAsset: "Dot";
|
|
16741
16741
|
depositAmount: bigint;
|
|
16742
|
-
outputAsset: "
|
|
16742
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
16743
16743
|
destinationAddress: {
|
|
16744
16744
|
readonly chain: "Ethereum";
|
|
16745
16745
|
readonly address: `0x${string}`;
|
|
@@ -16778,8 +16778,8 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
|
|
|
16778
16778
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
16779
16779
|
};
|
|
16780
16780
|
boostFee: number;
|
|
16781
|
-
depositAddress?: `0x${string}` | null | undefined;
|
|
16782
16781
|
channelId?: bigint | null | undefined;
|
|
16782
|
+
depositAddress?: `0x${string}` | null | undefined;
|
|
16783
16783
|
depositMetadata?: {
|
|
16784
16784
|
channelMetadata: {
|
|
16785
16785
|
message: `0x${string}`;
|
|
@@ -16838,21 +16838,21 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
|
|
|
16838
16838
|
chunkInterval: number;
|
|
16839
16839
|
} | null | undefined;
|
|
16840
16840
|
}, {
|
|
16841
|
-
depositDetails: number;
|
|
16842
16841
|
txId: {
|
|
16843
16842
|
blockNumber: number;
|
|
16844
16843
|
extrinsicIndex: number;
|
|
16845
16844
|
};
|
|
16845
|
+
depositDetails: number;
|
|
16846
16846
|
inputAsset: {
|
|
16847
16847
|
__kind: "Dot";
|
|
16848
16848
|
};
|
|
16849
16849
|
depositAmount: string | number;
|
|
16850
16850
|
outputAsset: {
|
|
16851
|
-
__kind: "
|
|
16851
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
16852
16852
|
};
|
|
16853
16853
|
destinationAddress: {
|
|
16854
16854
|
value: string;
|
|
16855
|
-
__kind: "
|
|
16855
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
16856
16856
|
};
|
|
16857
16857
|
affiliateFees: {
|
|
16858
16858
|
account: number;
|
|
@@ -16870,8 +16870,8 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
|
|
|
16870
16870
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
16871
16871
|
};
|
|
16872
16872
|
boostFee: number;
|
|
16873
|
-
depositAddress?: string | null | undefined;
|
|
16874
16873
|
channelId?: string | number | null | undefined;
|
|
16874
|
+
depositAddress?: string | null | undefined;
|
|
16875
16875
|
depositMetadata?: {
|
|
16876
16876
|
channelMetadata: {
|
|
16877
16877
|
message: string;
|
|
@@ -16935,14 +16935,14 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
|
|
|
16935
16935
|
}, "strip", z.ZodTypeAny, {
|
|
16936
16936
|
__kind: "DepositFailedVaultVariantPolkadot";
|
|
16937
16937
|
vaultWitness: {
|
|
16938
|
-
depositDetails: number;
|
|
16939
16938
|
txId: {
|
|
16940
16939
|
blockNumber: number;
|
|
16941
16940
|
extrinsicIndex: number;
|
|
16942
16941
|
};
|
|
16942
|
+
depositDetails: number;
|
|
16943
16943
|
inputAsset: "Dot";
|
|
16944
16944
|
depositAmount: bigint;
|
|
16945
|
-
outputAsset: "
|
|
16945
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
16946
16946
|
destinationAddress: {
|
|
16947
16947
|
readonly chain: "Ethereum";
|
|
16948
16948
|
readonly address: `0x${string}`;
|
|
@@ -16981,8 +16981,8 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
|
|
|
16981
16981
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
16982
16982
|
};
|
|
16983
16983
|
boostFee: number;
|
|
16984
|
-
depositAddress?: `0x${string}` | null | undefined;
|
|
16985
16984
|
channelId?: bigint | null | undefined;
|
|
16985
|
+
depositAddress?: `0x${string}` | null | undefined;
|
|
16986
16986
|
depositMetadata?: {
|
|
16987
16987
|
channelMetadata: {
|
|
16988
16988
|
message: `0x${string}`;
|
|
@@ -17044,21 +17044,21 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
|
|
|
17044
17044
|
}, {
|
|
17045
17045
|
__kind: "DepositFailedVaultVariantPolkadot";
|
|
17046
17046
|
vaultWitness: {
|
|
17047
|
-
depositDetails: number;
|
|
17048
17047
|
txId: {
|
|
17049
17048
|
blockNumber: number;
|
|
17050
17049
|
extrinsicIndex: number;
|
|
17051
17050
|
};
|
|
17051
|
+
depositDetails: number;
|
|
17052
17052
|
inputAsset: {
|
|
17053
17053
|
__kind: "Dot";
|
|
17054
17054
|
};
|
|
17055
17055
|
depositAmount: string | number;
|
|
17056
17056
|
outputAsset: {
|
|
17057
|
-
__kind: "
|
|
17057
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
17058
17058
|
};
|
|
17059
17059
|
destinationAddress: {
|
|
17060
17060
|
value: string;
|
|
17061
|
-
__kind: "
|
|
17061
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
17062
17062
|
};
|
|
17063
17063
|
affiliateFees: {
|
|
17064
17064
|
account: number;
|
|
@@ -17076,8 +17076,8 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
|
|
|
17076
17076
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
17077
17077
|
};
|
|
17078
17078
|
boostFee: number;
|
|
17079
|
-
depositAddress?: string | null | undefined;
|
|
17080
17079
|
channelId?: string | number | null | undefined;
|
|
17080
|
+
depositAddress?: string | null | undefined;
|
|
17081
17081
|
depositMetadata?: {
|
|
17082
17082
|
channelMetadata: {
|
|
17083
17083
|
message: string;
|
|
@@ -17896,6 +17896,7 @@ declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
|
|
|
17896
17896
|
};
|
|
17897
17897
|
}>;
|
|
17898
17898
|
}, "strip", z.ZodTypeAny, {
|
|
17899
|
+
asset: "Btc";
|
|
17899
17900
|
depositAddress: {
|
|
17900
17901
|
value: `0x${string}`;
|
|
17901
17902
|
__kind: "P2PKH";
|
|
@@ -17916,7 +17917,6 @@ declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
|
|
|
17916
17917
|
version: number;
|
|
17917
17918
|
program: `0x${string}`;
|
|
17918
17919
|
};
|
|
17919
|
-
asset: "Btc";
|
|
17920
17920
|
amount: bigint;
|
|
17921
17921
|
depositDetails: {
|
|
17922
17922
|
depositAddress: {
|
|
@@ -17937,6 +17937,9 @@ declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
|
|
|
17937
17937
|
};
|
|
17938
17938
|
};
|
|
17939
17939
|
}, {
|
|
17940
|
+
asset: {
|
|
17941
|
+
__kind: "Btc";
|
|
17942
|
+
};
|
|
17940
17943
|
depositAddress: {
|
|
17941
17944
|
value: string;
|
|
17942
17945
|
__kind: "P2PKH";
|
|
@@ -17957,9 +17960,6 @@ declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
|
|
|
17957
17960
|
version: number;
|
|
17958
17961
|
program: string;
|
|
17959
17962
|
};
|
|
17960
|
-
asset: {
|
|
17961
|
-
__kind: "Btc";
|
|
17962
|
-
};
|
|
17963
17963
|
amount: string | number;
|
|
17964
17964
|
depositDetails: {
|
|
17965
17965
|
depositAddress: {
|
|
@@ -18564,21 +18564,21 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
|
|
|
18564
18564
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
18565
18565
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt", "Trx", "TrxUsdt"]>;
|
|
18566
18566
|
}, "strip", z.ZodTypeAny, {
|
|
18567
|
-
__kind: "
|
|
18567
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
18568
18568
|
}, {
|
|
18569
|
-
__kind: "
|
|
18570
|
-
}>, "
|
|
18571
|
-
__kind: "
|
|
18569
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
18570
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt", {
|
|
18571
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
18572
18572
|
}>;
|
|
18573
18573
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
18574
18574
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub", "Tron"]>;
|
|
18575
18575
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
18576
18576
|
}, "strip", z.ZodTypeAny, {
|
|
18577
18577
|
value: `0x${string}`;
|
|
18578
|
-
__kind: "
|
|
18578
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
18579
18579
|
}, {
|
|
18580
18580
|
value: string;
|
|
18581
|
-
__kind: "
|
|
18581
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
18582
18582
|
}>, {
|
|
18583
18583
|
readonly chain: "Ethereum";
|
|
18584
18584
|
readonly address: `0x${string}`;
|
|
@@ -18602,7 +18602,7 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
|
|
|
18602
18602
|
readonly address: string;
|
|
18603
18603
|
}, {
|
|
18604
18604
|
value: string;
|
|
18605
|
-
__kind: "
|
|
18605
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
18606
18606
|
}>;
|
|
18607
18607
|
depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
18608
18608
|
channelMetadata: z.ZodObject<{
|
|
@@ -19052,6 +19052,7 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
|
|
|
19052
19052
|
}>>>;
|
|
19053
19053
|
boostFee: z.ZodNumber;
|
|
19054
19054
|
}, "strip", z.ZodTypeAny, {
|
|
19055
|
+
txId: `0x${string}`;
|
|
19055
19056
|
depositDetails: {
|
|
19056
19057
|
depositAddress: {
|
|
19057
19058
|
pubkeyX: `0x${string}`;
|
|
@@ -19070,10 +19071,9 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
|
|
|
19070
19071
|
vout: number;
|
|
19071
19072
|
};
|
|
19072
19073
|
};
|
|
19073
|
-
txId: `0x${string}`;
|
|
19074
19074
|
inputAsset: "Btc";
|
|
19075
19075
|
depositAmount: bigint;
|
|
19076
|
-
outputAsset: "
|
|
19076
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
19077
19077
|
destinationAddress: {
|
|
19078
19078
|
readonly chain: "Ethereum";
|
|
19079
19079
|
readonly address: `0x${string}`;
|
|
@@ -19131,6 +19131,7 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
|
|
|
19131
19131
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
19132
19132
|
};
|
|
19133
19133
|
boostFee: number;
|
|
19134
|
+
channelId?: bigint | null | undefined;
|
|
19134
19135
|
depositAddress?: {
|
|
19135
19136
|
value: `0x${string}`;
|
|
19136
19137
|
__kind: "P2PKH";
|
|
@@ -19151,7 +19152,6 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
|
|
|
19151
19152
|
version: number;
|
|
19152
19153
|
program: `0x${string}`;
|
|
19153
19154
|
} | null | undefined;
|
|
19154
|
-
channelId?: bigint | null | undefined;
|
|
19155
19155
|
depositMetadata?: {
|
|
19156
19156
|
channelMetadata: {
|
|
19157
19157
|
message: `0x${string}`;
|
|
@@ -19210,6 +19210,7 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
|
|
|
19210
19210
|
chunkInterval: number;
|
|
19211
19211
|
} | null | undefined;
|
|
19212
19212
|
}, {
|
|
19213
|
+
txId: string;
|
|
19213
19214
|
depositDetails: {
|
|
19214
19215
|
depositAddress: {
|
|
19215
19216
|
pubkeyX: string;
|
|
@@ -19228,17 +19229,16 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
|
|
|
19228
19229
|
vout: number;
|
|
19229
19230
|
};
|
|
19230
19231
|
};
|
|
19231
|
-
txId: string;
|
|
19232
19232
|
inputAsset: {
|
|
19233
19233
|
__kind: "Btc";
|
|
19234
19234
|
};
|
|
19235
19235
|
depositAmount: string | number;
|
|
19236
19236
|
outputAsset: {
|
|
19237
|
-
__kind: "
|
|
19237
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
19238
19238
|
};
|
|
19239
19239
|
destinationAddress: {
|
|
19240
19240
|
value: string;
|
|
19241
|
-
__kind: "
|
|
19241
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
19242
19242
|
};
|
|
19243
19243
|
affiliateFees: {
|
|
19244
19244
|
account: number;
|
|
@@ -19275,6 +19275,7 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
|
|
|
19275
19275
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
19276
19276
|
};
|
|
19277
19277
|
boostFee: number;
|
|
19278
|
+
channelId?: string | number | null | undefined;
|
|
19278
19279
|
depositAddress?: {
|
|
19279
19280
|
value: string;
|
|
19280
19281
|
__kind: "P2PKH";
|
|
@@ -19295,7 +19296,6 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
|
|
|
19295
19296
|
version: number;
|
|
19296
19297
|
program: string;
|
|
19297
19298
|
} | null | undefined;
|
|
19298
|
-
channelId?: string | number | null | undefined;
|
|
19299
19299
|
depositMetadata?: {
|
|
19300
19300
|
channelMetadata: {
|
|
19301
19301
|
message: string;
|
|
@@ -19524,6 +19524,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
19524
19524
|
};
|
|
19525
19525
|
}>;
|
|
19526
19526
|
}, "strip", z.ZodTypeAny, {
|
|
19527
|
+
asset: "Btc";
|
|
19527
19528
|
depositAddress: {
|
|
19528
19529
|
value: `0x${string}`;
|
|
19529
19530
|
__kind: "P2PKH";
|
|
@@ -19544,7 +19545,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
19544
19545
|
version: number;
|
|
19545
19546
|
program: `0x${string}`;
|
|
19546
19547
|
};
|
|
19547
|
-
asset: "Btc";
|
|
19548
19548
|
amount: bigint;
|
|
19549
19549
|
depositDetails: {
|
|
19550
19550
|
depositAddress: {
|
|
@@ -19565,6 +19565,9 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
19565
19565
|
};
|
|
19566
19566
|
};
|
|
19567
19567
|
}, {
|
|
19568
|
+
asset: {
|
|
19569
|
+
__kind: "Btc";
|
|
19570
|
+
};
|
|
19568
19571
|
depositAddress: {
|
|
19569
19572
|
value: string;
|
|
19570
19573
|
__kind: "P2PKH";
|
|
@@ -19585,9 +19588,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
19585
19588
|
version: number;
|
|
19586
19589
|
program: string;
|
|
19587
19590
|
};
|
|
19588
|
-
asset: {
|
|
19589
|
-
__kind: "Btc";
|
|
19590
|
-
};
|
|
19591
19591
|
amount: string | number;
|
|
19592
19592
|
depositDetails: {
|
|
19593
19593
|
depositAddress: {
|
|
@@ -19611,6 +19611,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
19611
19611
|
}, "strip", z.ZodTypeAny, {
|
|
19612
19612
|
__kind: "DepositFailedDepositChannelVariantBitcoin";
|
|
19613
19613
|
depositWitness: {
|
|
19614
|
+
asset: "Btc";
|
|
19614
19615
|
depositAddress: {
|
|
19615
19616
|
value: `0x${string}`;
|
|
19616
19617
|
__kind: "P2PKH";
|
|
@@ -19631,7 +19632,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
19631
19632
|
version: number;
|
|
19632
19633
|
program: `0x${string}`;
|
|
19633
19634
|
};
|
|
19634
|
-
asset: "Btc";
|
|
19635
19635
|
amount: bigint;
|
|
19636
19636
|
depositDetails: {
|
|
19637
19637
|
depositAddress: {
|
|
@@ -19655,6 +19655,9 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
19655
19655
|
}, {
|
|
19656
19656
|
__kind: "DepositFailedDepositChannelVariantBitcoin";
|
|
19657
19657
|
depositWitness: {
|
|
19658
|
+
asset: {
|
|
19659
|
+
__kind: "Btc";
|
|
19660
|
+
};
|
|
19658
19661
|
depositAddress: {
|
|
19659
19662
|
value: string;
|
|
19660
19663
|
__kind: "P2PKH";
|
|
@@ -19675,9 +19678,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
19675
19678
|
version: number;
|
|
19676
19679
|
program: string;
|
|
19677
19680
|
};
|
|
19678
|
-
asset: {
|
|
19679
|
-
__kind: "Btc";
|
|
19680
|
-
};
|
|
19681
19681
|
amount: string | number;
|
|
19682
19682
|
depositDetails: {
|
|
19683
19683
|
depositAddress: {
|
|
@@ -19869,21 +19869,21 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
19869
19869
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
19870
19870
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt", "Trx", "TrxUsdt"]>;
|
|
19871
19871
|
}, "strip", z.ZodTypeAny, {
|
|
19872
|
-
__kind: "
|
|
19872
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
19873
19873
|
}, {
|
|
19874
|
-
__kind: "
|
|
19875
|
-
}>, "
|
|
19876
|
-
__kind: "
|
|
19874
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
19875
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt", {
|
|
19876
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
19877
19877
|
}>;
|
|
19878
19878
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
19879
19879
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub", "Tron"]>;
|
|
19880
19880
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
19881
19881
|
}, "strip", z.ZodTypeAny, {
|
|
19882
19882
|
value: `0x${string}`;
|
|
19883
|
-
__kind: "
|
|
19883
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
19884
19884
|
}, {
|
|
19885
19885
|
value: string;
|
|
19886
|
-
__kind: "
|
|
19886
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
19887
19887
|
}>, {
|
|
19888
19888
|
readonly chain: "Ethereum";
|
|
19889
19889
|
readonly address: `0x${string}`;
|
|
@@ -19907,7 +19907,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
19907
19907
|
readonly address: string;
|
|
19908
19908
|
}, {
|
|
19909
19909
|
value: string;
|
|
19910
|
-
__kind: "
|
|
19910
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
19911
19911
|
}>;
|
|
19912
19912
|
depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
19913
19913
|
channelMetadata: z.ZodObject<{
|
|
@@ -20357,6 +20357,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
20357
20357
|
}>>>;
|
|
20358
20358
|
boostFee: z.ZodNumber;
|
|
20359
20359
|
}, "strip", z.ZodTypeAny, {
|
|
20360
|
+
txId: `0x${string}`;
|
|
20360
20361
|
depositDetails: {
|
|
20361
20362
|
depositAddress: {
|
|
20362
20363
|
pubkeyX: `0x${string}`;
|
|
@@ -20375,10 +20376,9 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
20375
20376
|
vout: number;
|
|
20376
20377
|
};
|
|
20377
20378
|
};
|
|
20378
|
-
txId: `0x${string}`;
|
|
20379
20379
|
inputAsset: "Btc";
|
|
20380
20380
|
depositAmount: bigint;
|
|
20381
|
-
outputAsset: "
|
|
20381
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
20382
20382
|
destinationAddress: {
|
|
20383
20383
|
readonly chain: "Ethereum";
|
|
20384
20384
|
readonly address: `0x${string}`;
|
|
@@ -20436,6 +20436,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
20436
20436
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
20437
20437
|
};
|
|
20438
20438
|
boostFee: number;
|
|
20439
|
+
channelId?: bigint | null | undefined;
|
|
20439
20440
|
depositAddress?: {
|
|
20440
20441
|
value: `0x${string}`;
|
|
20441
20442
|
__kind: "P2PKH";
|
|
@@ -20456,7 +20457,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
20456
20457
|
version: number;
|
|
20457
20458
|
program: `0x${string}`;
|
|
20458
20459
|
} | null | undefined;
|
|
20459
|
-
channelId?: bigint | null | undefined;
|
|
20460
20460
|
depositMetadata?: {
|
|
20461
20461
|
channelMetadata: {
|
|
20462
20462
|
message: `0x${string}`;
|
|
@@ -20515,6 +20515,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
20515
20515
|
chunkInterval: number;
|
|
20516
20516
|
} | null | undefined;
|
|
20517
20517
|
}, {
|
|
20518
|
+
txId: string;
|
|
20518
20519
|
depositDetails: {
|
|
20519
20520
|
depositAddress: {
|
|
20520
20521
|
pubkeyX: string;
|
|
@@ -20533,17 +20534,16 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
20533
20534
|
vout: number;
|
|
20534
20535
|
};
|
|
20535
20536
|
};
|
|
20536
|
-
txId: string;
|
|
20537
20537
|
inputAsset: {
|
|
20538
20538
|
__kind: "Btc";
|
|
20539
20539
|
};
|
|
20540
20540
|
depositAmount: string | number;
|
|
20541
20541
|
outputAsset: {
|
|
20542
|
-
__kind: "
|
|
20542
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
20543
20543
|
};
|
|
20544
20544
|
destinationAddress: {
|
|
20545
20545
|
value: string;
|
|
20546
|
-
__kind: "
|
|
20546
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
20547
20547
|
};
|
|
20548
20548
|
affiliateFees: {
|
|
20549
20549
|
account: number;
|
|
@@ -20580,6 +20580,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
20580
20580
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
20581
20581
|
};
|
|
20582
20582
|
boostFee: number;
|
|
20583
|
+
channelId?: string | number | null | undefined;
|
|
20583
20584
|
depositAddress?: {
|
|
20584
20585
|
value: string;
|
|
20585
20586
|
__kind: "P2PKH";
|
|
@@ -20600,7 +20601,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
20600
20601
|
version: number;
|
|
20601
20602
|
program: string;
|
|
20602
20603
|
} | null | undefined;
|
|
20603
|
-
channelId?: string | number | null | undefined;
|
|
20604
20604
|
depositMetadata?: {
|
|
20605
20605
|
channelMetadata: {
|
|
20606
20606
|
message: string;
|
|
@@ -20664,6 +20664,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
20664
20664
|
}, "strip", z.ZodTypeAny, {
|
|
20665
20665
|
__kind: "DepositFailedVaultVariantBitcoin";
|
|
20666
20666
|
vaultWitness: {
|
|
20667
|
+
txId: `0x${string}`;
|
|
20667
20668
|
depositDetails: {
|
|
20668
20669
|
depositAddress: {
|
|
20669
20670
|
pubkeyX: `0x${string}`;
|
|
@@ -20682,10 +20683,9 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
20682
20683
|
vout: number;
|
|
20683
20684
|
};
|
|
20684
20685
|
};
|
|
20685
|
-
txId: `0x${string}`;
|
|
20686
20686
|
inputAsset: "Btc";
|
|
20687
20687
|
depositAmount: bigint;
|
|
20688
|
-
outputAsset: "
|
|
20688
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
20689
20689
|
destinationAddress: {
|
|
20690
20690
|
readonly chain: "Ethereum";
|
|
20691
20691
|
readonly address: `0x${string}`;
|
|
@@ -20743,6 +20743,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
20743
20743
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
20744
20744
|
};
|
|
20745
20745
|
boostFee: number;
|
|
20746
|
+
channelId?: bigint | null | undefined;
|
|
20746
20747
|
depositAddress?: {
|
|
20747
20748
|
value: `0x${string}`;
|
|
20748
20749
|
__kind: "P2PKH";
|
|
@@ -20763,7 +20764,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
20763
20764
|
version: number;
|
|
20764
20765
|
program: `0x${string}`;
|
|
20765
20766
|
} | null | undefined;
|
|
20766
|
-
channelId?: bigint | null | undefined;
|
|
20767
20767
|
depositMetadata?: {
|
|
20768
20768
|
channelMetadata: {
|
|
20769
20769
|
message: `0x${string}`;
|
|
@@ -20825,6 +20825,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
20825
20825
|
}, {
|
|
20826
20826
|
__kind: "DepositFailedVaultVariantBitcoin";
|
|
20827
20827
|
vaultWitness: {
|
|
20828
|
+
txId: string;
|
|
20828
20829
|
depositDetails: {
|
|
20829
20830
|
depositAddress: {
|
|
20830
20831
|
pubkeyX: string;
|
|
@@ -20843,17 +20844,16 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
20843
20844
|
vout: number;
|
|
20844
20845
|
};
|
|
20845
20846
|
};
|
|
20846
|
-
txId: string;
|
|
20847
20847
|
inputAsset: {
|
|
20848
20848
|
__kind: "Btc";
|
|
20849
20849
|
};
|
|
20850
20850
|
depositAmount: string | number;
|
|
20851
20851
|
outputAsset: {
|
|
20852
|
-
__kind: "
|
|
20852
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
20853
20853
|
};
|
|
20854
20854
|
destinationAddress: {
|
|
20855
20855
|
value: string;
|
|
20856
|
-
__kind: "
|
|
20856
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
20857
20857
|
};
|
|
20858
20858
|
affiliateFees: {
|
|
20859
20859
|
account: number;
|
|
@@ -20890,6 +20890,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
20890
20890
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
20891
20891
|
};
|
|
20892
20892
|
boostFee: number;
|
|
20893
|
+
channelId?: string | number | null | undefined;
|
|
20893
20894
|
depositAddress?: {
|
|
20894
20895
|
value: string;
|
|
20895
20896
|
__kind: "P2PKH";
|
|
@@ -20910,7 +20911,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
20910
20911
|
version: number;
|
|
20911
20912
|
program: string;
|
|
20912
20913
|
} | null | undefined;
|
|
20913
|
-
channelId?: string | number | null | undefined;
|
|
20914
20914
|
depositMetadata?: {
|
|
20915
20915
|
channelMetadata: {
|
|
20916
20916
|
message: string;
|
|
@@ -21176,20 +21176,20 @@ declare const palletCfPoolsCloseOrder: z.ZodDiscriminatedUnion<"__kind", [z.ZodO
|
|
|
21176
21176
|
baseAsset: z.ZodEffects<z.ZodObject<{
|
|
21177
21177
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt", "Trx", "TrxUsdt"]>;
|
|
21178
21178
|
}, "strip", z.ZodTypeAny, {
|
|
21179
|
-
__kind: "
|
|
21179
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
21180
21180
|
}, {
|
|
21181
|
-
__kind: "
|
|
21182
|
-
}>, "
|
|
21183
|
-
__kind: "
|
|
21181
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
21182
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt", {
|
|
21183
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
21184
21184
|
}>;
|
|
21185
21185
|
quoteAsset: z.ZodEffects<z.ZodObject<{
|
|
21186
21186
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt", "Trx", "TrxUsdt"]>;
|
|
21187
21187
|
}, "strip", z.ZodTypeAny, {
|
|
21188
|
-
__kind: "
|
|
21188
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
21189
21189
|
}, {
|
|
21190
|
-
__kind: "
|
|
21191
|
-
}>, "
|
|
21192
|
-
__kind: "
|
|
21190
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
21191
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt", {
|
|
21192
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
21193
21193
|
}>;
|
|
21194
21194
|
side: z.ZodEffects<z.ZodObject<{
|
|
21195
21195
|
__kind: z.ZodEnum<["Buy", "Sell"]>;
|
|
@@ -21203,17 +21203,17 @@ declare const palletCfPoolsCloseOrder: z.ZodDiscriminatedUnion<"__kind", [z.ZodO
|
|
|
21203
21203
|
id: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
21204
21204
|
}, "strip", z.ZodTypeAny, {
|
|
21205
21205
|
__kind: "Limit";
|
|
21206
|
-
baseAsset: "
|
|
21207
|
-
quoteAsset: "
|
|
21206
|
+
baseAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
21207
|
+
quoteAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
21208
21208
|
id: bigint;
|
|
21209
21209
|
side: "Buy" | "Sell";
|
|
21210
21210
|
}, {
|
|
21211
21211
|
__kind: "Limit";
|
|
21212
21212
|
baseAsset: {
|
|
21213
|
-
__kind: "
|
|
21213
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
21214
21214
|
};
|
|
21215
21215
|
quoteAsset: {
|
|
21216
|
-
__kind: "
|
|
21216
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
21217
21217
|
};
|
|
21218
21218
|
id: string | number;
|
|
21219
21219
|
side: {
|
|
@@ -21224,34 +21224,34 @@ declare const palletCfPoolsCloseOrder: z.ZodDiscriminatedUnion<"__kind", [z.ZodO
|
|
|
21224
21224
|
baseAsset: z.ZodEffects<z.ZodObject<{
|
|
21225
21225
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt", "Trx", "TrxUsdt"]>;
|
|
21226
21226
|
}, "strip", z.ZodTypeAny, {
|
|
21227
|
-
__kind: "
|
|
21227
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
21228
21228
|
}, {
|
|
21229
|
-
__kind: "
|
|
21230
|
-
}>, "
|
|
21231
|
-
__kind: "
|
|
21229
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
21230
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt", {
|
|
21231
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
21232
21232
|
}>;
|
|
21233
21233
|
quoteAsset: z.ZodEffects<z.ZodObject<{
|
|
21234
21234
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt", "Trx", "TrxUsdt"]>;
|
|
21235
21235
|
}, "strip", z.ZodTypeAny, {
|
|
21236
|
-
__kind: "
|
|
21236
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
21237
21237
|
}, {
|
|
21238
|
-
__kind: "
|
|
21239
|
-
}>, "
|
|
21240
|
-
__kind: "
|
|
21238
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
21239
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt", {
|
|
21240
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
21241
21241
|
}>;
|
|
21242
21242
|
id: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
21243
21243
|
}, "strip", z.ZodTypeAny, {
|
|
21244
21244
|
__kind: "Range";
|
|
21245
|
-
baseAsset: "
|
|
21246
|
-
quoteAsset: "
|
|
21245
|
+
baseAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
21246
|
+
quoteAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
21247
21247
|
id: bigint;
|
|
21248
21248
|
}, {
|
|
21249
21249
|
__kind: "Range";
|
|
21250
21250
|
baseAsset: {
|
|
21251
|
-
__kind: "
|
|
21251
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
21252
21252
|
};
|
|
21253
21253
|
quoteAsset: {
|
|
21254
|
-
__kind: "
|
|
21254
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
21255
21255
|
};
|
|
21256
21256
|
id: string | number;
|
|
21257
21257
|
}>]>;
|
|
@@ -21260,21 +21260,21 @@ declare const palletCfPoolsPalletConfigUpdate: z.ZodObject<{
|
|
|
21260
21260
|
asset: z.ZodEffects<z.ZodObject<{
|
|
21261
21261
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt", "Trx", "TrxUsdt"]>;
|
|
21262
21262
|
}, "strip", z.ZodTypeAny, {
|
|
21263
|
-
__kind: "
|
|
21263
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
21264
21264
|
}, {
|
|
21265
|
-
__kind: "
|
|
21266
|
-
}>, "
|
|
21267
|
-
__kind: "
|
|
21265
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
21266
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt", {
|
|
21267
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
21268
21268
|
}>;
|
|
21269
21269
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
21270
21270
|
}, "strip", z.ZodTypeAny, {
|
|
21271
21271
|
__kind: "LimitOrderAutoSweepingThreshold";
|
|
21272
|
-
asset: "
|
|
21272
|
+
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
21273
21273
|
amount: bigint;
|
|
21274
21274
|
}, {
|
|
21275
21275
|
__kind: "LimitOrderAutoSweepingThreshold";
|
|
21276
21276
|
asset: {
|
|
21277
|
-
__kind: "
|
|
21277
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
21278
21278
|
};
|
|
21279
21279
|
amount: string | number;
|
|
21280
21280
|
}>;
|
|
@@ -21678,17 +21678,17 @@ declare const palletCfArbitrumIngressEgressDepositWitnessArbitrum: z.ZodObject<{
|
|
|
21678
21678
|
txHashes?: string[] | null | undefined;
|
|
21679
21679
|
}>;
|
|
21680
21680
|
}, "strip", z.ZodTypeAny, {
|
|
21681
|
-
depositAddress: `0x${string}`;
|
|
21682
21681
|
asset: "ArbEth" | "ArbUsdc" | "ArbUsdt";
|
|
21682
|
+
depositAddress: `0x${string}`;
|
|
21683
21683
|
amount: bigint;
|
|
21684
21684
|
depositDetails: {
|
|
21685
21685
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
21686
21686
|
};
|
|
21687
21687
|
}, {
|
|
21688
|
-
depositAddress: string;
|
|
21689
21688
|
asset: {
|
|
21690
21689
|
__kind: "ArbEth" | "ArbUsdc" | "ArbUsdt";
|
|
21691
21690
|
};
|
|
21691
|
+
depositAddress: string;
|
|
21692
21692
|
amount: string | number;
|
|
21693
21693
|
depositDetails: {
|
|
21694
21694
|
txHashes?: string[] | null | undefined;
|
|
@@ -22037,21 +22037,21 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitnessArbitrum: z.ZodObj
|
|
|
22037
22037
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
22038
22038
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt", "Trx", "TrxUsdt"]>;
|
|
22039
22039
|
}, "strip", z.ZodTypeAny, {
|
|
22040
|
-
__kind: "
|
|
22040
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
22041
22041
|
}, {
|
|
22042
|
-
__kind: "
|
|
22043
|
-
}>, "
|
|
22044
|
-
__kind: "
|
|
22042
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
22043
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt", {
|
|
22044
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
22045
22045
|
}>;
|
|
22046
22046
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
22047
22047
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub", "Tron"]>;
|
|
22048
22048
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
22049
22049
|
}, "strip", z.ZodTypeAny, {
|
|
22050
22050
|
value: `0x${string}`;
|
|
22051
|
-
__kind: "
|
|
22051
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
22052
22052
|
}, {
|
|
22053
22053
|
value: string;
|
|
22054
|
-
__kind: "
|
|
22054
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
22055
22055
|
}>, {
|
|
22056
22056
|
readonly chain: "Ethereum";
|
|
22057
22057
|
readonly address: `0x${string}`;
|
|
@@ -22075,7 +22075,7 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitnessArbitrum: z.ZodObj
|
|
|
22075
22075
|
readonly address: string;
|
|
22076
22076
|
}, {
|
|
22077
22077
|
value: string;
|
|
22078
|
-
__kind: "
|
|
22078
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
22079
22079
|
}>;
|
|
22080
22080
|
depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
22081
22081
|
channelMetadata: z.ZodObject<{
|
|
@@ -22430,13 +22430,13 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitnessArbitrum: z.ZodObj
|
|
|
22430
22430
|
}>>>;
|
|
22431
22431
|
boostFee: z.ZodNumber;
|
|
22432
22432
|
}, "strip", z.ZodTypeAny, {
|
|
22433
|
+
txId: `0x${string}`;
|
|
22433
22434
|
depositDetails: {
|
|
22434
22435
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
22435
22436
|
};
|
|
22436
|
-
txId: `0x${string}`;
|
|
22437
22437
|
inputAsset: "ArbEth" | "ArbUsdc" | "ArbUsdt";
|
|
22438
22438
|
depositAmount: bigint;
|
|
22439
|
-
outputAsset: "
|
|
22439
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
22440
22440
|
destinationAddress: {
|
|
22441
22441
|
readonly chain: "Ethereum";
|
|
22442
22442
|
readonly address: `0x${string}`;
|
|
@@ -22475,8 +22475,8 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitnessArbitrum: z.ZodObj
|
|
|
22475
22475
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
22476
22476
|
};
|
|
22477
22477
|
boostFee: number;
|
|
22478
|
-
depositAddress?: `0x${string}` | null | undefined;
|
|
22479
22478
|
channelId?: bigint | null | undefined;
|
|
22479
|
+
depositAddress?: `0x${string}` | null | undefined;
|
|
22480
22480
|
depositMetadata?: {
|
|
22481
22481
|
channelMetadata: {
|
|
22482
22482
|
message: `0x${string}`;
|
|
@@ -22535,20 +22535,20 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitnessArbitrum: z.ZodObj
|
|
|
22535
22535
|
chunkInterval: number;
|
|
22536
22536
|
} | null | undefined;
|
|
22537
22537
|
}, {
|
|
22538
|
+
txId: string;
|
|
22538
22539
|
depositDetails: {
|
|
22539
22540
|
txHashes?: string[] | null | undefined;
|
|
22540
22541
|
};
|
|
22541
|
-
txId: string;
|
|
22542
22542
|
inputAsset: {
|
|
22543
22543
|
__kind: "ArbEth" | "ArbUsdc" | "ArbUsdt";
|
|
22544
22544
|
};
|
|
22545
22545
|
depositAmount: string | number;
|
|
22546
22546
|
outputAsset: {
|
|
22547
|
-
__kind: "
|
|
22547
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
22548
22548
|
};
|
|
22549
22549
|
destinationAddress: {
|
|
22550
22550
|
value: string;
|
|
22551
|
-
__kind: "
|
|
22551
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
22552
22552
|
};
|
|
22553
22553
|
affiliateFees: {
|
|
22554
22554
|
account: number;
|
|
@@ -22566,8 +22566,8 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitnessArbitrum: z.ZodObj
|
|
|
22566
22566
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
22567
22567
|
};
|
|
22568
22568
|
boostFee: number;
|
|
22569
|
-
depositAddress?: string | null | undefined;
|
|
22570
22569
|
channelId?: string | number | null | undefined;
|
|
22570
|
+
depositAddress?: string | null | undefined;
|
|
22571
22571
|
depositMetadata?: {
|
|
22572
22572
|
channelMetadata: {
|
|
22573
22573
|
message: string;
|
|
@@ -22650,17 +22650,17 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
|
|
|
22650
22650
|
txHashes?: string[] | null | undefined;
|
|
22651
22651
|
}>;
|
|
22652
22652
|
}, "strip", z.ZodTypeAny, {
|
|
22653
|
-
depositAddress: `0x${string}`;
|
|
22654
22653
|
asset: "ArbEth" | "ArbUsdc" | "ArbUsdt";
|
|
22654
|
+
depositAddress: `0x${string}`;
|
|
22655
22655
|
amount: bigint;
|
|
22656
22656
|
depositDetails: {
|
|
22657
22657
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
22658
22658
|
};
|
|
22659
22659
|
}, {
|
|
22660
|
-
depositAddress: string;
|
|
22661
22660
|
asset: {
|
|
22662
22661
|
__kind: "ArbEth" | "ArbUsdc" | "ArbUsdt";
|
|
22663
22662
|
};
|
|
22663
|
+
depositAddress: string;
|
|
22664
22664
|
amount: string | number;
|
|
22665
22665
|
depositDetails: {
|
|
22666
22666
|
txHashes?: string[] | null | undefined;
|
|
@@ -22669,8 +22669,8 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
|
|
|
22669
22669
|
}, "strip", z.ZodTypeAny, {
|
|
22670
22670
|
__kind: "DepositFailedDepositChannelVariantArbitrum";
|
|
22671
22671
|
depositWitness: {
|
|
22672
|
-
depositAddress: `0x${string}`;
|
|
22673
22672
|
asset: "ArbEth" | "ArbUsdc" | "ArbUsdt";
|
|
22673
|
+
depositAddress: `0x${string}`;
|
|
22674
22674
|
amount: bigint;
|
|
22675
22675
|
depositDetails: {
|
|
22676
22676
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
@@ -22679,10 +22679,10 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
|
|
|
22679
22679
|
}, {
|
|
22680
22680
|
__kind: "DepositFailedDepositChannelVariantArbitrum";
|
|
22681
22681
|
depositWitness: {
|
|
22682
|
-
depositAddress: string;
|
|
22683
22682
|
asset: {
|
|
22684
22683
|
__kind: "ArbEth" | "ArbUsdc" | "ArbUsdt";
|
|
22685
22684
|
};
|
|
22685
|
+
depositAddress: string;
|
|
22686
22686
|
amount: string | number;
|
|
22687
22687
|
depositDetails: {
|
|
22688
22688
|
txHashes?: string[] | null | undefined;
|
|
@@ -22713,21 +22713,21 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
|
|
|
22713
22713
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
22714
22714
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt", "Trx", "TrxUsdt"]>;
|
|
22715
22715
|
}, "strip", z.ZodTypeAny, {
|
|
22716
|
-
__kind: "
|
|
22716
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
22717
22717
|
}, {
|
|
22718
|
-
__kind: "
|
|
22719
|
-
}>, "
|
|
22720
|
-
__kind: "
|
|
22718
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
22719
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt", {
|
|
22720
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
22721
22721
|
}>;
|
|
22722
22722
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
22723
22723
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub", "Tron"]>;
|
|
22724
22724
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
22725
22725
|
}, "strip", z.ZodTypeAny, {
|
|
22726
22726
|
value: `0x${string}`;
|
|
22727
|
-
__kind: "
|
|
22727
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
22728
22728
|
}, {
|
|
22729
22729
|
value: string;
|
|
22730
|
-
__kind: "
|
|
22730
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
22731
22731
|
}>, {
|
|
22732
22732
|
readonly chain: "Ethereum";
|
|
22733
22733
|
readonly address: `0x${string}`;
|
|
@@ -22751,7 +22751,7 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
|
|
|
22751
22751
|
readonly address: string;
|
|
22752
22752
|
}, {
|
|
22753
22753
|
value: string;
|
|
22754
|
-
__kind: "
|
|
22754
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
22755
22755
|
}>;
|
|
22756
22756
|
depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
22757
22757
|
channelMetadata: z.ZodObject<{
|
|
@@ -23106,13 +23106,13 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
|
|
|
23106
23106
|
}>>>;
|
|
23107
23107
|
boostFee: z.ZodNumber;
|
|
23108
23108
|
}, "strip", z.ZodTypeAny, {
|
|
23109
|
+
txId: `0x${string}`;
|
|
23109
23110
|
depositDetails: {
|
|
23110
23111
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
23111
23112
|
};
|
|
23112
|
-
txId: `0x${string}`;
|
|
23113
23113
|
inputAsset: "ArbEth" | "ArbUsdc" | "ArbUsdt";
|
|
23114
23114
|
depositAmount: bigint;
|
|
23115
|
-
outputAsset: "
|
|
23115
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
23116
23116
|
destinationAddress: {
|
|
23117
23117
|
readonly chain: "Ethereum";
|
|
23118
23118
|
readonly address: `0x${string}`;
|
|
@@ -23151,8 +23151,8 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
|
|
|
23151
23151
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
23152
23152
|
};
|
|
23153
23153
|
boostFee: number;
|
|
23154
|
-
depositAddress?: `0x${string}` | null | undefined;
|
|
23155
23154
|
channelId?: bigint | null | undefined;
|
|
23155
|
+
depositAddress?: `0x${string}` | null | undefined;
|
|
23156
23156
|
depositMetadata?: {
|
|
23157
23157
|
channelMetadata: {
|
|
23158
23158
|
message: `0x${string}`;
|
|
@@ -23211,20 +23211,20 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
|
|
|
23211
23211
|
chunkInterval: number;
|
|
23212
23212
|
} | null | undefined;
|
|
23213
23213
|
}, {
|
|
23214
|
+
txId: string;
|
|
23214
23215
|
depositDetails: {
|
|
23215
23216
|
txHashes?: string[] | null | undefined;
|
|
23216
23217
|
};
|
|
23217
|
-
txId: string;
|
|
23218
23218
|
inputAsset: {
|
|
23219
23219
|
__kind: "ArbEth" | "ArbUsdc" | "ArbUsdt";
|
|
23220
23220
|
};
|
|
23221
23221
|
depositAmount: string | number;
|
|
23222
23222
|
outputAsset: {
|
|
23223
|
-
__kind: "
|
|
23223
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
23224
23224
|
};
|
|
23225
23225
|
destinationAddress: {
|
|
23226
23226
|
value: string;
|
|
23227
|
-
__kind: "
|
|
23227
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
23228
23228
|
};
|
|
23229
23229
|
affiliateFees: {
|
|
23230
23230
|
account: number;
|
|
@@ -23242,8 +23242,8 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
|
|
|
23242
23242
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
23243
23243
|
};
|
|
23244
23244
|
boostFee: number;
|
|
23245
|
-
depositAddress?: string | null | undefined;
|
|
23246
23245
|
channelId?: string | number | null | undefined;
|
|
23246
|
+
depositAddress?: string | null | undefined;
|
|
23247
23247
|
depositMetadata?: {
|
|
23248
23248
|
channelMetadata: {
|
|
23249
23249
|
message: string;
|
|
@@ -23307,13 +23307,13 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
|
|
|
23307
23307
|
}, "strip", z.ZodTypeAny, {
|
|
23308
23308
|
__kind: "DepositFailedVaultVariantArbitrum";
|
|
23309
23309
|
vaultWitness: {
|
|
23310
|
+
txId: `0x${string}`;
|
|
23310
23311
|
depositDetails: {
|
|
23311
23312
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
23312
23313
|
};
|
|
23313
|
-
txId: `0x${string}`;
|
|
23314
23314
|
inputAsset: "ArbEth" | "ArbUsdc" | "ArbUsdt";
|
|
23315
23315
|
depositAmount: bigint;
|
|
23316
|
-
outputAsset: "
|
|
23316
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
23317
23317
|
destinationAddress: {
|
|
23318
23318
|
readonly chain: "Ethereum";
|
|
23319
23319
|
readonly address: `0x${string}`;
|
|
@@ -23352,8 +23352,8 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
|
|
|
23352
23352
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
23353
23353
|
};
|
|
23354
23354
|
boostFee: number;
|
|
23355
|
-
depositAddress?: `0x${string}` | null | undefined;
|
|
23356
23355
|
channelId?: bigint | null | undefined;
|
|
23356
|
+
depositAddress?: `0x${string}` | null | undefined;
|
|
23357
23357
|
depositMetadata?: {
|
|
23358
23358
|
channelMetadata: {
|
|
23359
23359
|
message: `0x${string}`;
|
|
@@ -23415,20 +23415,20 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
|
|
|
23415
23415
|
}, {
|
|
23416
23416
|
__kind: "DepositFailedVaultVariantArbitrum";
|
|
23417
23417
|
vaultWitness: {
|
|
23418
|
+
txId: string;
|
|
23418
23419
|
depositDetails: {
|
|
23419
23420
|
txHashes?: string[] | null | undefined;
|
|
23420
23421
|
};
|
|
23421
|
-
txId: string;
|
|
23422
23422
|
inputAsset: {
|
|
23423
23423
|
__kind: "ArbEth" | "ArbUsdc" | "ArbUsdt";
|
|
23424
23424
|
};
|
|
23425
23425
|
depositAmount: string | number;
|
|
23426
23426
|
outputAsset: {
|
|
23427
|
-
__kind: "
|
|
23427
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
23428
23428
|
};
|
|
23429
23429
|
destinationAddress: {
|
|
23430
23430
|
value: string;
|
|
23431
|
-
__kind: "
|
|
23431
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
23432
23432
|
};
|
|
23433
23433
|
affiliateFees: {
|
|
23434
23434
|
account: number;
|
|
@@ -23446,8 +23446,8 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
|
|
|
23446
23446
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
23447
23447
|
};
|
|
23448
23448
|
boostFee: number;
|
|
23449
|
-
depositAddress?: string | null | undefined;
|
|
23450
23449
|
channelId?: string | number | null | undefined;
|
|
23450
|
+
depositAddress?: string | null | undefined;
|
|
23451
23451
|
depositMetadata?: {
|
|
23452
23452
|
channelMetadata: {
|
|
23453
23453
|
message: string;
|
|
@@ -23973,8 +23973,8 @@ declare const palletCfSolanaIngressEgressDepositWitnessSolana: z.ZodObject<{
|
|
|
23973
23973
|
__kind: "VaultSwapAccount";
|
|
23974
23974
|
}>]>;
|
|
23975
23975
|
}, "strip", z.ZodTypeAny, {
|
|
23976
|
-
depositAddress: `0x${string}`;
|
|
23977
23976
|
asset: "Sol" | "SolUsdc" | "SolUsdt";
|
|
23977
|
+
depositAddress: `0x${string}`;
|
|
23978
23978
|
amount: bigint;
|
|
23979
23979
|
depositDetails: {
|
|
23980
23980
|
value: `0x${string}`;
|
|
@@ -23984,10 +23984,10 @@ declare const palletCfSolanaIngressEgressDepositWitnessSolana: z.ZodObject<{
|
|
|
23984
23984
|
__kind: "VaultSwapAccount";
|
|
23985
23985
|
};
|
|
23986
23986
|
}, {
|
|
23987
|
-
depositAddress: string;
|
|
23988
23987
|
asset: {
|
|
23989
23988
|
__kind: "Sol" | "SolUsdc" | "SolUsdt";
|
|
23990
23989
|
};
|
|
23990
|
+
depositAddress: string;
|
|
23991
23991
|
amount: string | number;
|
|
23992
23992
|
depositDetails: {
|
|
23993
23993
|
value: string;
|
|
@@ -24352,21 +24352,21 @@ declare const palletCfSolanaIngressEgressVaultDepositWitnessSolana: z.ZodObject<
|
|
|
24352
24352
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
24353
24353
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt", "Trx", "TrxUsdt"]>;
|
|
24354
24354
|
}, "strip", z.ZodTypeAny, {
|
|
24355
|
-
__kind: "
|
|
24355
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
24356
24356
|
}, {
|
|
24357
|
-
__kind: "
|
|
24358
|
-
}>, "
|
|
24359
|
-
__kind: "
|
|
24357
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
24358
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt", {
|
|
24359
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
24360
24360
|
}>;
|
|
24361
24361
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
24362
24362
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub", "Tron"]>;
|
|
24363
24363
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
24364
24364
|
}, "strip", z.ZodTypeAny, {
|
|
24365
24365
|
value: `0x${string}`;
|
|
24366
|
-
__kind: "
|
|
24366
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
24367
24367
|
}, {
|
|
24368
24368
|
value: string;
|
|
24369
|
-
__kind: "
|
|
24369
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
24370
24370
|
}>, {
|
|
24371
24371
|
readonly chain: "Ethereum";
|
|
24372
24372
|
readonly address: `0x${string}`;
|
|
@@ -24390,7 +24390,7 @@ declare const palletCfSolanaIngressEgressVaultDepositWitnessSolana: z.ZodObject<
|
|
|
24390
24390
|
readonly address: string;
|
|
24391
24391
|
}, {
|
|
24392
24392
|
value: string;
|
|
24393
|
-
__kind: "
|
|
24393
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
24394
24394
|
}>;
|
|
24395
24395
|
depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
24396
24396
|
channelMetadata: z.ZodObject<{
|
|
@@ -24745,6 +24745,7 @@ declare const palletCfSolanaIngressEgressVaultDepositWitnessSolana: z.ZodObject<
|
|
|
24745
24745
|
}>>>;
|
|
24746
24746
|
boostFee: z.ZodNumber;
|
|
24747
24747
|
}, "strip", z.ZodTypeAny, {
|
|
24748
|
+
txId: [`0x${string}`, bigint];
|
|
24748
24749
|
depositDetails: {
|
|
24749
24750
|
value: `0x${string}`;
|
|
24750
24751
|
__kind: "Channel";
|
|
@@ -24752,10 +24753,9 @@ declare const palletCfSolanaIngressEgressVaultDepositWitnessSolana: z.ZodObject<
|
|
|
24752
24753
|
value: [`0x${string}`, bigint];
|
|
24753
24754
|
__kind: "VaultSwapAccount";
|
|
24754
24755
|
};
|
|
24755
|
-
txId: [`0x${string}`, bigint];
|
|
24756
24756
|
inputAsset: "Sol" | "SolUsdc" | "SolUsdt";
|
|
24757
24757
|
depositAmount: bigint;
|
|
24758
|
-
outputAsset: "
|
|
24758
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
24759
24759
|
destinationAddress: {
|
|
24760
24760
|
readonly chain: "Ethereum";
|
|
24761
24761
|
readonly address: `0x${string}`;
|
|
@@ -24794,8 +24794,8 @@ declare const palletCfSolanaIngressEgressVaultDepositWitnessSolana: z.ZodObject<
|
|
|
24794
24794
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
24795
24795
|
};
|
|
24796
24796
|
boostFee: number;
|
|
24797
|
-
depositAddress?: `0x${string}` | null | undefined;
|
|
24798
24797
|
channelId?: bigint | null | undefined;
|
|
24798
|
+
depositAddress?: `0x${string}` | null | undefined;
|
|
24799
24799
|
depositMetadata?: {
|
|
24800
24800
|
channelMetadata: {
|
|
24801
24801
|
message: `0x${string}`;
|
|
@@ -24854,6 +24854,7 @@ declare const palletCfSolanaIngressEgressVaultDepositWitnessSolana: z.ZodObject<
|
|
|
24854
24854
|
chunkInterval: number;
|
|
24855
24855
|
} | null | undefined;
|
|
24856
24856
|
}, {
|
|
24857
|
+
txId: [string, string | number];
|
|
24857
24858
|
depositDetails: {
|
|
24858
24859
|
value: string;
|
|
24859
24860
|
__kind: "Channel";
|
|
@@ -24861,17 +24862,16 @@ declare const palletCfSolanaIngressEgressVaultDepositWitnessSolana: z.ZodObject<
|
|
|
24861
24862
|
value: [string, string | number];
|
|
24862
24863
|
__kind: "VaultSwapAccount";
|
|
24863
24864
|
};
|
|
24864
|
-
txId: [string, string | number];
|
|
24865
24865
|
inputAsset: {
|
|
24866
24866
|
__kind: "Sol" | "SolUsdc" | "SolUsdt";
|
|
24867
24867
|
};
|
|
24868
24868
|
depositAmount: string | number;
|
|
24869
24869
|
outputAsset: {
|
|
24870
|
-
__kind: "
|
|
24870
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
24871
24871
|
};
|
|
24872
24872
|
destinationAddress: {
|
|
24873
24873
|
value: string;
|
|
24874
|
-
__kind: "
|
|
24874
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
24875
24875
|
};
|
|
24876
24876
|
affiliateFees: {
|
|
24877
24877
|
account: number;
|
|
@@ -24889,8 +24889,8 @@ declare const palletCfSolanaIngressEgressVaultDepositWitnessSolana: z.ZodObject<
|
|
|
24889
24889
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
24890
24890
|
};
|
|
24891
24891
|
boostFee: number;
|
|
24892
|
-
depositAddress?: string | null | undefined;
|
|
24893
24892
|
channelId?: string | number | null | undefined;
|
|
24893
|
+
depositAddress?: string | null | undefined;
|
|
24894
24894
|
depositMetadata?: {
|
|
24895
24895
|
channelMetadata: {
|
|
24896
24896
|
message: string;
|
|
@@ -24985,8 +24985,8 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
24985
24985
|
__kind: "VaultSwapAccount";
|
|
24986
24986
|
}>]>;
|
|
24987
24987
|
}, "strip", z.ZodTypeAny, {
|
|
24988
|
-
depositAddress: `0x${string}`;
|
|
24989
24988
|
asset: "Sol" | "SolUsdc" | "SolUsdt";
|
|
24989
|
+
depositAddress: `0x${string}`;
|
|
24990
24990
|
amount: bigint;
|
|
24991
24991
|
depositDetails: {
|
|
24992
24992
|
value: `0x${string}`;
|
|
@@ -24996,10 +24996,10 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
24996
24996
|
__kind: "VaultSwapAccount";
|
|
24997
24997
|
};
|
|
24998
24998
|
}, {
|
|
24999
|
-
depositAddress: string;
|
|
25000
24999
|
asset: {
|
|
25001
25000
|
__kind: "Sol" | "SolUsdc" | "SolUsdt";
|
|
25002
25001
|
};
|
|
25002
|
+
depositAddress: string;
|
|
25003
25003
|
amount: string | number;
|
|
25004
25004
|
depositDetails: {
|
|
25005
25005
|
value: string;
|
|
@@ -25012,8 +25012,8 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
25012
25012
|
}, "strip", z.ZodTypeAny, {
|
|
25013
25013
|
__kind: "DepositFailedDepositChannelVariantSolana";
|
|
25014
25014
|
depositWitness: {
|
|
25015
|
-
depositAddress: `0x${string}`;
|
|
25016
25015
|
asset: "Sol" | "SolUsdc" | "SolUsdt";
|
|
25016
|
+
depositAddress: `0x${string}`;
|
|
25017
25017
|
amount: bigint;
|
|
25018
25018
|
depositDetails: {
|
|
25019
25019
|
value: `0x${string}`;
|
|
@@ -25026,10 +25026,10 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
25026
25026
|
}, {
|
|
25027
25027
|
__kind: "DepositFailedDepositChannelVariantSolana";
|
|
25028
25028
|
depositWitness: {
|
|
25029
|
-
depositAddress: string;
|
|
25030
25029
|
asset: {
|
|
25031
25030
|
__kind: "Sol" | "SolUsdc" | "SolUsdt";
|
|
25032
25031
|
};
|
|
25032
|
+
depositAddress: string;
|
|
25033
25033
|
amount: string | number;
|
|
25034
25034
|
depositDetails: {
|
|
25035
25035
|
value: string;
|
|
@@ -25076,21 +25076,21 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
25076
25076
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
25077
25077
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt", "Trx", "TrxUsdt"]>;
|
|
25078
25078
|
}, "strip", z.ZodTypeAny, {
|
|
25079
|
-
__kind: "
|
|
25079
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
25080
25080
|
}, {
|
|
25081
|
-
__kind: "
|
|
25082
|
-
}>, "
|
|
25083
|
-
__kind: "
|
|
25081
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
25082
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt", {
|
|
25083
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
25084
25084
|
}>;
|
|
25085
25085
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
25086
25086
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub", "Tron"]>;
|
|
25087
25087
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
25088
25088
|
}, "strip", z.ZodTypeAny, {
|
|
25089
25089
|
value: `0x${string}`;
|
|
25090
|
-
__kind: "
|
|
25090
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
25091
25091
|
}, {
|
|
25092
25092
|
value: string;
|
|
25093
|
-
__kind: "
|
|
25093
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
25094
25094
|
}>, {
|
|
25095
25095
|
readonly chain: "Ethereum";
|
|
25096
25096
|
readonly address: `0x${string}`;
|
|
@@ -25114,7 +25114,7 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
25114
25114
|
readonly address: string;
|
|
25115
25115
|
}, {
|
|
25116
25116
|
value: string;
|
|
25117
|
-
__kind: "
|
|
25117
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
25118
25118
|
}>;
|
|
25119
25119
|
depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
25120
25120
|
channelMetadata: z.ZodObject<{
|
|
@@ -25469,6 +25469,7 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
25469
25469
|
}>>>;
|
|
25470
25470
|
boostFee: z.ZodNumber;
|
|
25471
25471
|
}, "strip", z.ZodTypeAny, {
|
|
25472
|
+
txId: [`0x${string}`, bigint];
|
|
25472
25473
|
depositDetails: {
|
|
25473
25474
|
value: `0x${string}`;
|
|
25474
25475
|
__kind: "Channel";
|
|
@@ -25476,10 +25477,9 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
25476
25477
|
value: [`0x${string}`, bigint];
|
|
25477
25478
|
__kind: "VaultSwapAccount";
|
|
25478
25479
|
};
|
|
25479
|
-
txId: [`0x${string}`, bigint];
|
|
25480
25480
|
inputAsset: "Sol" | "SolUsdc" | "SolUsdt";
|
|
25481
25481
|
depositAmount: bigint;
|
|
25482
|
-
outputAsset: "
|
|
25482
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
25483
25483
|
destinationAddress: {
|
|
25484
25484
|
readonly chain: "Ethereum";
|
|
25485
25485
|
readonly address: `0x${string}`;
|
|
@@ -25518,8 +25518,8 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
25518
25518
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
25519
25519
|
};
|
|
25520
25520
|
boostFee: number;
|
|
25521
|
-
depositAddress?: `0x${string}` | null | undefined;
|
|
25522
25521
|
channelId?: bigint | null | undefined;
|
|
25522
|
+
depositAddress?: `0x${string}` | null | undefined;
|
|
25523
25523
|
depositMetadata?: {
|
|
25524
25524
|
channelMetadata: {
|
|
25525
25525
|
message: `0x${string}`;
|
|
@@ -25578,6 +25578,7 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
25578
25578
|
chunkInterval: number;
|
|
25579
25579
|
} | null | undefined;
|
|
25580
25580
|
}, {
|
|
25581
|
+
txId: [string, string | number];
|
|
25581
25582
|
depositDetails: {
|
|
25582
25583
|
value: string;
|
|
25583
25584
|
__kind: "Channel";
|
|
@@ -25585,17 +25586,16 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
25585
25586
|
value: [string, string | number];
|
|
25586
25587
|
__kind: "VaultSwapAccount";
|
|
25587
25588
|
};
|
|
25588
|
-
txId: [string, string | number];
|
|
25589
25589
|
inputAsset: {
|
|
25590
25590
|
__kind: "Sol" | "SolUsdc" | "SolUsdt";
|
|
25591
25591
|
};
|
|
25592
25592
|
depositAmount: string | number;
|
|
25593
25593
|
outputAsset: {
|
|
25594
|
-
__kind: "
|
|
25594
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
25595
25595
|
};
|
|
25596
25596
|
destinationAddress: {
|
|
25597
25597
|
value: string;
|
|
25598
|
-
__kind: "
|
|
25598
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
25599
25599
|
};
|
|
25600
25600
|
affiliateFees: {
|
|
25601
25601
|
account: number;
|
|
@@ -25613,8 +25613,8 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
25613
25613
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
25614
25614
|
};
|
|
25615
25615
|
boostFee: number;
|
|
25616
|
-
depositAddress?: string | null | undefined;
|
|
25617
25616
|
channelId?: string | number | null | undefined;
|
|
25617
|
+
depositAddress?: string | null | undefined;
|
|
25618
25618
|
depositMetadata?: {
|
|
25619
25619
|
channelMetadata: {
|
|
25620
25620
|
message: string;
|
|
@@ -25678,6 +25678,7 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
25678
25678
|
}, "strip", z.ZodTypeAny, {
|
|
25679
25679
|
__kind: "DepositFailedVaultVariantSolana";
|
|
25680
25680
|
vaultWitness: {
|
|
25681
|
+
txId: [`0x${string}`, bigint];
|
|
25681
25682
|
depositDetails: {
|
|
25682
25683
|
value: `0x${string}`;
|
|
25683
25684
|
__kind: "Channel";
|
|
@@ -25685,10 +25686,9 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
25685
25686
|
value: [`0x${string}`, bigint];
|
|
25686
25687
|
__kind: "VaultSwapAccount";
|
|
25687
25688
|
};
|
|
25688
|
-
txId: [`0x${string}`, bigint];
|
|
25689
25689
|
inputAsset: "Sol" | "SolUsdc" | "SolUsdt";
|
|
25690
25690
|
depositAmount: bigint;
|
|
25691
|
-
outputAsset: "
|
|
25691
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
25692
25692
|
destinationAddress: {
|
|
25693
25693
|
readonly chain: "Ethereum";
|
|
25694
25694
|
readonly address: `0x${string}`;
|
|
@@ -25727,8 +25727,8 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
25727
25727
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
25728
25728
|
};
|
|
25729
25729
|
boostFee: number;
|
|
25730
|
-
depositAddress?: `0x${string}` | null | undefined;
|
|
25731
25730
|
channelId?: bigint | null | undefined;
|
|
25731
|
+
depositAddress?: `0x${string}` | null | undefined;
|
|
25732
25732
|
depositMetadata?: {
|
|
25733
25733
|
channelMetadata: {
|
|
25734
25734
|
message: `0x${string}`;
|
|
@@ -25790,6 +25790,7 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
25790
25790
|
}, {
|
|
25791
25791
|
__kind: "DepositFailedVaultVariantSolana";
|
|
25792
25792
|
vaultWitness: {
|
|
25793
|
+
txId: [string, string | number];
|
|
25793
25794
|
depositDetails: {
|
|
25794
25795
|
value: string;
|
|
25795
25796
|
__kind: "Channel";
|
|
@@ -25797,17 +25798,16 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
25797
25798
|
value: [string, string | number];
|
|
25798
25799
|
__kind: "VaultSwapAccount";
|
|
25799
25800
|
};
|
|
25800
|
-
txId: [string, string | number];
|
|
25801
25801
|
inputAsset: {
|
|
25802
25802
|
__kind: "Sol" | "SolUsdc" | "SolUsdt";
|
|
25803
25803
|
};
|
|
25804
25804
|
depositAmount: string | number;
|
|
25805
25805
|
outputAsset: {
|
|
25806
|
-
__kind: "
|
|
25806
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
25807
25807
|
};
|
|
25808
25808
|
destinationAddress: {
|
|
25809
25809
|
value: string;
|
|
25810
|
-
__kind: "
|
|
25810
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
25811
25811
|
};
|
|
25812
25812
|
affiliateFees: {
|
|
25813
25813
|
account: number;
|
|
@@ -25825,8 +25825,8 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
25825
25825
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
25826
25826
|
};
|
|
25827
25827
|
boostFee: number;
|
|
25828
|
-
depositAddress?: string | null | undefined;
|
|
25829
25828
|
channelId?: string | number | null | undefined;
|
|
25829
|
+
depositAddress?: string | null | undefined;
|
|
25830
25830
|
depositMetadata?: {
|
|
25831
25831
|
channelMetadata: {
|
|
25832
25832
|
message: string;
|
|
@@ -26305,15 +26305,15 @@ declare const palletCfAssethubIngressEgressDepositWitnessAssethub: z.ZodObject<{
|
|
|
26305
26305
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
26306
26306
|
depositDetails: z.ZodNumber;
|
|
26307
26307
|
}, "strip", z.ZodTypeAny, {
|
|
26308
|
-
depositAddress: `0x${string}`;
|
|
26309
26308
|
asset: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
26309
|
+
depositAddress: `0x${string}`;
|
|
26310
26310
|
amount: bigint;
|
|
26311
26311
|
depositDetails: number;
|
|
26312
26312
|
}, {
|
|
26313
|
-
depositAddress: string;
|
|
26314
26313
|
asset: {
|
|
26315
26314
|
__kind: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
26316
26315
|
};
|
|
26316
|
+
depositAddress: string;
|
|
26317
26317
|
amount: string | number;
|
|
26318
26318
|
depositDetails: number;
|
|
26319
26319
|
}>;
|
|
@@ -26654,21 +26654,21 @@ declare const palletCfAssethubIngressEgressVaultDepositWitnessAssethub: z.ZodObj
|
|
|
26654
26654
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
26655
26655
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt", "Trx", "TrxUsdt"]>;
|
|
26656
26656
|
}, "strip", z.ZodTypeAny, {
|
|
26657
|
-
__kind: "
|
|
26657
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
26658
26658
|
}, {
|
|
26659
|
-
__kind: "
|
|
26660
|
-
}>, "
|
|
26661
|
-
__kind: "
|
|
26659
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
26660
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt", {
|
|
26661
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
26662
26662
|
}>;
|
|
26663
26663
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
26664
26664
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub", "Tron"]>;
|
|
26665
26665
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
26666
26666
|
}, "strip", z.ZodTypeAny, {
|
|
26667
26667
|
value: `0x${string}`;
|
|
26668
|
-
__kind: "
|
|
26668
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
26669
26669
|
}, {
|
|
26670
26670
|
value: string;
|
|
26671
|
-
__kind: "
|
|
26671
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
26672
26672
|
}>, {
|
|
26673
26673
|
readonly chain: "Ethereum";
|
|
26674
26674
|
readonly address: `0x${string}`;
|
|
@@ -26692,7 +26692,7 @@ declare const palletCfAssethubIngressEgressVaultDepositWitnessAssethub: z.ZodObj
|
|
|
26692
26692
|
readonly address: string;
|
|
26693
26693
|
}, {
|
|
26694
26694
|
value: string;
|
|
26695
|
-
__kind: "
|
|
26695
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
26696
26696
|
}>;
|
|
26697
26697
|
depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
26698
26698
|
channelMetadata: z.ZodObject<{
|
|
@@ -27056,14 +27056,14 @@ declare const palletCfAssethubIngressEgressVaultDepositWitnessAssethub: z.ZodObj
|
|
|
27056
27056
|
}>>>;
|
|
27057
27057
|
boostFee: z.ZodNumber;
|
|
27058
27058
|
}, "strip", z.ZodTypeAny, {
|
|
27059
|
-
depositDetails: number;
|
|
27060
27059
|
txId: {
|
|
27061
27060
|
blockNumber: number;
|
|
27062
27061
|
extrinsicIndex: number;
|
|
27063
27062
|
};
|
|
27063
|
+
depositDetails: number;
|
|
27064
27064
|
inputAsset: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
27065
27065
|
depositAmount: bigint;
|
|
27066
|
-
outputAsset: "
|
|
27066
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
27067
27067
|
destinationAddress: {
|
|
27068
27068
|
readonly chain: "Ethereum";
|
|
27069
27069
|
readonly address: `0x${string}`;
|
|
@@ -27102,8 +27102,8 @@ declare const palletCfAssethubIngressEgressVaultDepositWitnessAssethub: z.ZodObj
|
|
|
27102
27102
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
27103
27103
|
};
|
|
27104
27104
|
boostFee: number;
|
|
27105
|
-
depositAddress?: `0x${string}` | null | undefined;
|
|
27106
27105
|
channelId?: bigint | null | undefined;
|
|
27106
|
+
depositAddress?: `0x${string}` | null | undefined;
|
|
27107
27107
|
depositMetadata?: {
|
|
27108
27108
|
channelMetadata: {
|
|
27109
27109
|
message: `0x${string}`;
|
|
@@ -27162,21 +27162,21 @@ declare const palletCfAssethubIngressEgressVaultDepositWitnessAssethub: z.ZodObj
|
|
|
27162
27162
|
chunkInterval: number;
|
|
27163
27163
|
} | null | undefined;
|
|
27164
27164
|
}, {
|
|
27165
|
-
depositDetails: number;
|
|
27166
27165
|
txId: {
|
|
27167
27166
|
blockNumber: number;
|
|
27168
27167
|
extrinsicIndex: number;
|
|
27169
27168
|
};
|
|
27169
|
+
depositDetails: number;
|
|
27170
27170
|
inputAsset: {
|
|
27171
27171
|
__kind: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
27172
27172
|
};
|
|
27173
27173
|
depositAmount: string | number;
|
|
27174
27174
|
outputAsset: {
|
|
27175
|
-
__kind: "
|
|
27175
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
27176
27176
|
};
|
|
27177
27177
|
destinationAddress: {
|
|
27178
27178
|
value: string;
|
|
27179
|
-
__kind: "
|
|
27179
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
27180
27180
|
};
|
|
27181
27181
|
affiliateFees: {
|
|
27182
27182
|
account: number;
|
|
@@ -27194,8 +27194,8 @@ declare const palletCfAssethubIngressEgressVaultDepositWitnessAssethub: z.ZodObj
|
|
|
27194
27194
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
27195
27195
|
};
|
|
27196
27196
|
boostFee: number;
|
|
27197
|
-
depositAddress?: string | null | undefined;
|
|
27198
27197
|
channelId?: string | number | null | undefined;
|
|
27198
|
+
depositAddress?: string | null | undefined;
|
|
27199
27199
|
depositMetadata?: {
|
|
27200
27200
|
channelMetadata: {
|
|
27201
27201
|
message: string;
|
|
@@ -27272,33 +27272,33 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
|
|
|
27272
27272
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
27273
27273
|
depositDetails: z.ZodNumber;
|
|
27274
27274
|
}, "strip", z.ZodTypeAny, {
|
|
27275
|
-
depositAddress: `0x${string}`;
|
|
27276
27275
|
asset: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
27276
|
+
depositAddress: `0x${string}`;
|
|
27277
27277
|
amount: bigint;
|
|
27278
27278
|
depositDetails: number;
|
|
27279
27279
|
}, {
|
|
27280
|
-
depositAddress: string;
|
|
27281
27280
|
asset: {
|
|
27282
27281
|
__kind: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
27283
27282
|
};
|
|
27283
|
+
depositAddress: string;
|
|
27284
27284
|
amount: string | number;
|
|
27285
27285
|
depositDetails: number;
|
|
27286
27286
|
}>;
|
|
27287
27287
|
}, "strip", z.ZodTypeAny, {
|
|
27288
27288
|
__kind: "DepositFailedDepositChannelVariantAssethub";
|
|
27289
27289
|
depositWitness: {
|
|
27290
|
-
depositAddress: `0x${string}`;
|
|
27291
27290
|
asset: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
27291
|
+
depositAddress: `0x${string}`;
|
|
27292
27292
|
amount: bigint;
|
|
27293
27293
|
depositDetails: number;
|
|
27294
27294
|
};
|
|
27295
27295
|
}, {
|
|
27296
27296
|
__kind: "DepositFailedDepositChannelVariantAssethub";
|
|
27297
27297
|
depositWitness: {
|
|
27298
|
-
depositAddress: string;
|
|
27299
27298
|
asset: {
|
|
27300
27299
|
__kind: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
27301
27300
|
};
|
|
27301
|
+
depositAddress: string;
|
|
27302
27302
|
amount: string | number;
|
|
27303
27303
|
depositDetails: number;
|
|
27304
27304
|
};
|
|
@@ -27321,21 +27321,21 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
|
|
|
27321
27321
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
27322
27322
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt", "Trx", "TrxUsdt"]>;
|
|
27323
27323
|
}, "strip", z.ZodTypeAny, {
|
|
27324
|
-
__kind: "
|
|
27324
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
27325
27325
|
}, {
|
|
27326
|
-
__kind: "
|
|
27327
|
-
}>, "
|
|
27328
|
-
__kind: "
|
|
27326
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
27327
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt", {
|
|
27328
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
27329
27329
|
}>;
|
|
27330
27330
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
27331
27331
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub", "Tron"]>;
|
|
27332
27332
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
27333
27333
|
}, "strip", z.ZodTypeAny, {
|
|
27334
27334
|
value: `0x${string}`;
|
|
27335
|
-
__kind: "
|
|
27335
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
27336
27336
|
}, {
|
|
27337
27337
|
value: string;
|
|
27338
|
-
__kind: "
|
|
27338
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
27339
27339
|
}>, {
|
|
27340
27340
|
readonly chain: "Ethereum";
|
|
27341
27341
|
readonly address: `0x${string}`;
|
|
@@ -27359,7 +27359,7 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
|
|
|
27359
27359
|
readonly address: string;
|
|
27360
27360
|
}, {
|
|
27361
27361
|
value: string;
|
|
27362
|
-
__kind: "
|
|
27362
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
27363
27363
|
}>;
|
|
27364
27364
|
depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
27365
27365
|
channelMetadata: z.ZodObject<{
|
|
@@ -27723,14 +27723,14 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
|
|
|
27723
27723
|
}>>>;
|
|
27724
27724
|
boostFee: z.ZodNumber;
|
|
27725
27725
|
}, "strip", z.ZodTypeAny, {
|
|
27726
|
-
depositDetails: number;
|
|
27727
27726
|
txId: {
|
|
27728
27727
|
blockNumber: number;
|
|
27729
27728
|
extrinsicIndex: number;
|
|
27730
27729
|
};
|
|
27730
|
+
depositDetails: number;
|
|
27731
27731
|
inputAsset: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
27732
27732
|
depositAmount: bigint;
|
|
27733
|
-
outputAsset: "
|
|
27733
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
27734
27734
|
destinationAddress: {
|
|
27735
27735
|
readonly chain: "Ethereum";
|
|
27736
27736
|
readonly address: `0x${string}`;
|
|
@@ -27769,8 +27769,8 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
|
|
|
27769
27769
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
27770
27770
|
};
|
|
27771
27771
|
boostFee: number;
|
|
27772
|
-
depositAddress?: `0x${string}` | null | undefined;
|
|
27773
27772
|
channelId?: bigint | null | undefined;
|
|
27773
|
+
depositAddress?: `0x${string}` | null | undefined;
|
|
27774
27774
|
depositMetadata?: {
|
|
27775
27775
|
channelMetadata: {
|
|
27776
27776
|
message: `0x${string}`;
|
|
@@ -27829,21 +27829,21 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
|
|
|
27829
27829
|
chunkInterval: number;
|
|
27830
27830
|
} | null | undefined;
|
|
27831
27831
|
}, {
|
|
27832
|
-
depositDetails: number;
|
|
27833
27832
|
txId: {
|
|
27834
27833
|
blockNumber: number;
|
|
27835
27834
|
extrinsicIndex: number;
|
|
27836
27835
|
};
|
|
27836
|
+
depositDetails: number;
|
|
27837
27837
|
inputAsset: {
|
|
27838
27838
|
__kind: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
27839
27839
|
};
|
|
27840
27840
|
depositAmount: string | number;
|
|
27841
27841
|
outputAsset: {
|
|
27842
|
-
__kind: "
|
|
27842
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
27843
27843
|
};
|
|
27844
27844
|
destinationAddress: {
|
|
27845
27845
|
value: string;
|
|
27846
|
-
__kind: "
|
|
27846
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
27847
27847
|
};
|
|
27848
27848
|
affiliateFees: {
|
|
27849
27849
|
account: number;
|
|
@@ -27861,8 +27861,8 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
|
|
|
27861
27861
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
27862
27862
|
};
|
|
27863
27863
|
boostFee: number;
|
|
27864
|
-
depositAddress?: string | null | undefined;
|
|
27865
27864
|
channelId?: string | number | null | undefined;
|
|
27865
|
+
depositAddress?: string | null | undefined;
|
|
27866
27866
|
depositMetadata?: {
|
|
27867
27867
|
channelMetadata: {
|
|
27868
27868
|
message: string;
|
|
@@ -27926,14 +27926,14 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
|
|
|
27926
27926
|
}, "strip", z.ZodTypeAny, {
|
|
27927
27927
|
__kind: "DepositFailedVaultVariantAssethub";
|
|
27928
27928
|
vaultWitness: {
|
|
27929
|
-
depositDetails: number;
|
|
27930
27929
|
txId: {
|
|
27931
27930
|
blockNumber: number;
|
|
27932
27931
|
extrinsicIndex: number;
|
|
27933
27932
|
};
|
|
27933
|
+
depositDetails: number;
|
|
27934
27934
|
inputAsset: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
27935
27935
|
depositAmount: bigint;
|
|
27936
|
-
outputAsset: "
|
|
27936
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
27937
27937
|
destinationAddress: {
|
|
27938
27938
|
readonly chain: "Ethereum";
|
|
27939
27939
|
readonly address: `0x${string}`;
|
|
@@ -27972,8 +27972,8 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
|
|
|
27972
27972
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
27973
27973
|
};
|
|
27974
27974
|
boostFee: number;
|
|
27975
|
-
depositAddress?: `0x${string}` | null | undefined;
|
|
27976
27975
|
channelId?: bigint | null | undefined;
|
|
27976
|
+
depositAddress?: `0x${string}` | null | undefined;
|
|
27977
27977
|
depositMetadata?: {
|
|
27978
27978
|
channelMetadata: {
|
|
27979
27979
|
message: `0x${string}`;
|
|
@@ -28035,21 +28035,21 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
|
|
|
28035
28035
|
}, {
|
|
28036
28036
|
__kind: "DepositFailedVaultVariantAssethub";
|
|
28037
28037
|
vaultWitness: {
|
|
28038
|
-
depositDetails: number;
|
|
28039
28038
|
txId: {
|
|
28040
28039
|
blockNumber: number;
|
|
28041
28040
|
extrinsicIndex: number;
|
|
28042
28041
|
};
|
|
28042
|
+
depositDetails: number;
|
|
28043
28043
|
inputAsset: {
|
|
28044
28044
|
__kind: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
28045
28045
|
};
|
|
28046
28046
|
depositAmount: string | number;
|
|
28047
28047
|
outputAsset: {
|
|
28048
|
-
__kind: "
|
|
28048
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
28049
28049
|
};
|
|
28050
28050
|
destinationAddress: {
|
|
28051
28051
|
value: string;
|
|
28052
|
-
__kind: "
|
|
28052
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
28053
28053
|
};
|
|
28054
28054
|
affiliateFees: {
|
|
28055
28055
|
account: number;
|
|
@@ -28067,8 +28067,8 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
|
|
|
28067
28067
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
28068
28068
|
};
|
|
28069
28069
|
boostFee: number;
|
|
28070
|
-
depositAddress?: string | null | undefined;
|
|
28071
28070
|
channelId?: string | number | null | undefined;
|
|
28071
|
+
depositAddress?: string | null | undefined;
|
|
28072
28072
|
depositMetadata?: {
|
|
28073
28073
|
channelMetadata: {
|
|
28074
28074
|
message: string;
|
|
@@ -28159,20 +28159,20 @@ declare const palletCfTradingStrategyTradingStrategy: z.ZodDiscriminatedUnion<"_
|
|
|
28159
28159
|
baseAsset: z.ZodEffects<z.ZodObject<{
|
|
28160
28160
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt", "Trx", "TrxUsdt"]>;
|
|
28161
28161
|
}, "strip", z.ZodTypeAny, {
|
|
28162
|
-
__kind: "
|
|
28162
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
28163
28163
|
}, {
|
|
28164
|
-
__kind: "
|
|
28165
|
-
}>, "
|
|
28166
|
-
__kind: "
|
|
28164
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
28165
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt", {
|
|
28166
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
28167
28167
|
}>;
|
|
28168
28168
|
}, "strip", z.ZodTypeAny, {
|
|
28169
28169
|
__kind: "TickZeroCentered";
|
|
28170
|
-
baseAsset: "
|
|
28170
|
+
baseAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
28171
28171
|
spreadTick: number;
|
|
28172
28172
|
}, {
|
|
28173
28173
|
__kind: "TickZeroCentered";
|
|
28174
28174
|
baseAsset: {
|
|
28175
|
-
__kind: "
|
|
28175
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
28176
28176
|
};
|
|
28177
28177
|
spreadTick: number;
|
|
28178
28178
|
}>, z.ZodObject<{
|
|
@@ -28182,21 +28182,21 @@ declare const palletCfTradingStrategyTradingStrategy: z.ZodDiscriminatedUnion<"_
|
|
|
28182
28182
|
baseAsset: z.ZodEffects<z.ZodObject<{
|
|
28183
28183
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt", "Trx", "TrxUsdt"]>;
|
|
28184
28184
|
}, "strip", z.ZodTypeAny, {
|
|
28185
|
-
__kind: "
|
|
28185
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
28186
28186
|
}, {
|
|
28187
|
-
__kind: "
|
|
28188
|
-
}>, "
|
|
28189
|
-
__kind: "
|
|
28187
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
28188
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt", {
|
|
28189
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
28190
28190
|
}>;
|
|
28191
28191
|
}, "strip", z.ZodTypeAny, {
|
|
28192
28192
|
__kind: "SimpleBuySell";
|
|
28193
|
-
baseAsset: "
|
|
28193
|
+
baseAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
28194
28194
|
buyTick: number;
|
|
28195
28195
|
sellTick: number;
|
|
28196
28196
|
}, {
|
|
28197
28197
|
__kind: "SimpleBuySell";
|
|
28198
28198
|
baseAsset: {
|
|
28199
|
-
__kind: "
|
|
28199
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
28200
28200
|
};
|
|
28201
28201
|
buyTick: number;
|
|
28202
28202
|
sellTick: number;
|
|
@@ -28209,15 +28209,15 @@ declare const palletCfTradingStrategyTradingStrategy: z.ZodDiscriminatedUnion<"_
|
|
|
28209
28209
|
baseAsset: z.ZodEffects<z.ZodObject<{
|
|
28210
28210
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt", "Trx", "TrxUsdt"]>;
|
|
28211
28211
|
}, "strip", z.ZodTypeAny, {
|
|
28212
|
-
__kind: "
|
|
28212
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
28213
28213
|
}, {
|
|
28214
|
-
__kind: "
|
|
28215
|
-
}>, "
|
|
28216
|
-
__kind: "
|
|
28214
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
28215
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt", {
|
|
28216
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
28217
28217
|
}>;
|
|
28218
28218
|
}, "strip", z.ZodTypeAny, {
|
|
28219
28219
|
__kind: "InventoryBased";
|
|
28220
|
-
baseAsset: "
|
|
28220
|
+
baseAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
28221
28221
|
minBuyTick: number;
|
|
28222
28222
|
maxBuyTick: number;
|
|
28223
28223
|
minSellTick: number;
|
|
@@ -28225,7 +28225,7 @@ declare const palletCfTradingStrategyTradingStrategy: z.ZodDiscriminatedUnion<"_
|
|
|
28225
28225
|
}, {
|
|
28226
28226
|
__kind: "InventoryBased";
|
|
28227
28227
|
baseAsset: {
|
|
28228
|
-
__kind: "
|
|
28228
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
28229
28229
|
};
|
|
28230
28230
|
minBuyTick: number;
|
|
28231
28231
|
maxBuyTick: number;
|
|
@@ -28240,25 +28240,25 @@ declare const palletCfTradingStrategyTradingStrategy: z.ZodDiscriminatedUnion<"_
|
|
|
28240
28240
|
baseAsset: z.ZodEffects<z.ZodObject<{
|
|
28241
28241
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt", "Trx", "TrxUsdt"]>;
|
|
28242
28242
|
}, "strip", z.ZodTypeAny, {
|
|
28243
|
-
__kind: "
|
|
28243
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
28244
28244
|
}, {
|
|
28245
|
-
__kind: "
|
|
28246
|
-
}>, "
|
|
28247
|
-
__kind: "
|
|
28245
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
28246
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt", {
|
|
28247
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
28248
28248
|
}>;
|
|
28249
28249
|
quoteAsset: z.ZodEffects<z.ZodObject<{
|
|
28250
28250
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt", "Trx", "TrxUsdt"]>;
|
|
28251
28251
|
}, "strip", z.ZodTypeAny, {
|
|
28252
|
-
__kind: "
|
|
28252
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
28253
28253
|
}, {
|
|
28254
|
-
__kind: "
|
|
28255
|
-
}>, "
|
|
28256
|
-
__kind: "
|
|
28254
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
28255
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt", {
|
|
28256
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
28257
28257
|
}>;
|
|
28258
28258
|
}, "strip", z.ZodTypeAny, {
|
|
28259
28259
|
__kind: "OracleTracking";
|
|
28260
|
-
baseAsset: "
|
|
28261
|
-
quoteAsset: "
|
|
28260
|
+
baseAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
28261
|
+
quoteAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
28262
28262
|
minBuyOffsetTick: number;
|
|
28263
28263
|
maxBuyOffsetTick: number;
|
|
28264
28264
|
minSellOffsetTick: number;
|
|
@@ -28266,10 +28266,10 @@ declare const palletCfTradingStrategyTradingStrategy: z.ZodDiscriminatedUnion<"_
|
|
|
28266
28266
|
}, {
|
|
28267
28267
|
__kind: "OracleTracking";
|
|
28268
28268
|
baseAsset: {
|
|
28269
|
-
__kind: "
|
|
28269
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
28270
28270
|
};
|
|
28271
28271
|
quoteAsset: {
|
|
28272
|
-
__kind: "
|
|
28272
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
28273
28273
|
};
|
|
28274
28274
|
minBuyOffsetTick: number;
|
|
28275
28275
|
maxBuyOffsetTick: number;
|
|
@@ -28281,21 +28281,21 @@ declare const palletCfTradingStrategyPalletConfigUpdate: z.ZodDiscriminatedUnion
|
|
|
28281
28281
|
asset: z.ZodEffects<z.ZodObject<{
|
|
28282
28282
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt", "Trx", "TrxUsdt"]>;
|
|
28283
28283
|
}, "strip", z.ZodTypeAny, {
|
|
28284
|
-
__kind: "
|
|
28284
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
28285
28285
|
}, {
|
|
28286
|
-
__kind: "
|
|
28287
|
-
}>, "
|
|
28288
|
-
__kind: "
|
|
28286
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
28287
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt", {
|
|
28288
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
28289
28289
|
}>;
|
|
28290
28290
|
amount: 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>>>;
|
|
28291
28291
|
}, "strip", z.ZodTypeAny, {
|
|
28292
28292
|
__kind: "MinimumDeploymentAmountForStrategy";
|
|
28293
|
-
asset: "
|
|
28293
|
+
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
28294
28294
|
amount?: bigint | null | undefined;
|
|
28295
28295
|
}, {
|
|
28296
28296
|
__kind: "MinimumDeploymentAmountForStrategy";
|
|
28297
28297
|
asset: {
|
|
28298
|
-
__kind: "
|
|
28298
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
28299
28299
|
};
|
|
28300
28300
|
amount?: string | number | null | undefined;
|
|
28301
28301
|
}>, z.ZodObject<{
|
|
@@ -28303,21 +28303,21 @@ declare const palletCfTradingStrategyPalletConfigUpdate: z.ZodDiscriminatedUnion
|
|
|
28303
28303
|
asset: z.ZodEffects<z.ZodObject<{
|
|
28304
28304
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt", "Trx", "TrxUsdt"]>;
|
|
28305
28305
|
}, "strip", z.ZodTypeAny, {
|
|
28306
|
-
__kind: "
|
|
28306
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
28307
28307
|
}, {
|
|
28308
|
-
__kind: "
|
|
28309
|
-
}>, "
|
|
28310
|
-
__kind: "
|
|
28308
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
28309
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt", {
|
|
28310
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
28311
28311
|
}>;
|
|
28312
28312
|
amount: 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>>>;
|
|
28313
28313
|
}, "strip", z.ZodTypeAny, {
|
|
28314
28314
|
__kind: "MinimumAddedFundsToStrategy";
|
|
28315
|
-
asset: "
|
|
28315
|
+
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
28316
28316
|
amount?: bigint | null | undefined;
|
|
28317
28317
|
}, {
|
|
28318
28318
|
__kind: "MinimumAddedFundsToStrategy";
|
|
28319
28319
|
asset: {
|
|
28320
|
-
__kind: "
|
|
28320
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
28321
28321
|
};
|
|
28322
28322
|
amount?: string | number | null | undefined;
|
|
28323
28323
|
}>, z.ZodObject<{
|
|
@@ -28325,21 +28325,21 @@ declare const palletCfTradingStrategyPalletConfigUpdate: z.ZodDiscriminatedUnion
|
|
|
28325
28325
|
asset: z.ZodEffects<z.ZodObject<{
|
|
28326
28326
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt", "Trx", "TrxUsdt"]>;
|
|
28327
28327
|
}, "strip", z.ZodTypeAny, {
|
|
28328
|
-
__kind: "
|
|
28328
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
28329
28329
|
}, {
|
|
28330
|
-
__kind: "
|
|
28331
|
-
}>, "
|
|
28332
|
-
__kind: "
|
|
28330
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
28331
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt", {
|
|
28332
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
28333
28333
|
}>;
|
|
28334
28334
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
28335
28335
|
}, "strip", z.ZodTypeAny, {
|
|
28336
28336
|
__kind: "LimitOrderUpdateThreshold";
|
|
28337
|
-
asset: "
|
|
28337
|
+
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
28338
28338
|
amount: bigint;
|
|
28339
28339
|
}, {
|
|
28340
28340
|
__kind: "LimitOrderUpdateThreshold";
|
|
28341
28341
|
asset: {
|
|
28342
|
-
__kind: "
|
|
28342
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
28343
28343
|
};
|
|
28344
28344
|
amount: string | number;
|
|
28345
28345
|
}>]>;
|
|
@@ -28348,21 +28348,21 @@ declare const palletCfLendingPoolsBoostConfiguration: z.ZodObject<{
|
|
|
28348
28348
|
minimumAddFundsAmount: z.ZodArray<z.ZodTuple<[z.ZodEffects<z.ZodObject<{
|
|
28349
28349
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt", "Trx", "TrxUsdt"]>;
|
|
28350
28350
|
}, "strip", z.ZodTypeAny, {
|
|
28351
|
-
__kind: "
|
|
28351
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
28352
28352
|
}, {
|
|
28353
|
-
__kind: "
|
|
28354
|
-
}>, "
|
|
28355
|
-
__kind: "
|
|
28353
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
28354
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt", {
|
|
28355
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
28356
28356
|
}>, z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>], null>, "many">;
|
|
28357
28357
|
minLendingPoolShare: z.ZodNumber;
|
|
28358
28358
|
}, "strip", z.ZodTypeAny, {
|
|
28359
28359
|
networkFeeDeductionFromBoostPercent: number;
|
|
28360
|
-
minimumAddFundsAmount: ["
|
|
28360
|
+
minimumAddFundsAmount: ["Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt", bigint][];
|
|
28361
28361
|
minLendingPoolShare: number;
|
|
28362
28362
|
}, {
|
|
28363
28363
|
networkFeeDeductionFromBoostPercent: number;
|
|
28364
28364
|
minimumAddFundsAmount: [{
|
|
28365
|
-
__kind: "
|
|
28365
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
28366
28366
|
}, string | number][];
|
|
28367
28367
|
minLendingPoolShare: number;
|
|
28368
28368
|
}>;
|
|
@@ -28465,21 +28465,21 @@ declare const palletCfLendingPoolsPalletConfigUpdate: z.ZodDiscriminatedUnion<"_
|
|
|
28465
28465
|
minimumAddFundsAmount: z.ZodArray<z.ZodTuple<[z.ZodEffects<z.ZodObject<{
|
|
28466
28466
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt", "Trx", "TrxUsdt"]>;
|
|
28467
28467
|
}, "strip", z.ZodTypeAny, {
|
|
28468
|
-
__kind: "
|
|
28468
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
28469
28469
|
}, {
|
|
28470
|
-
__kind: "
|
|
28471
|
-
}>, "
|
|
28472
|
-
__kind: "
|
|
28470
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
28471
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt", {
|
|
28472
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
28473
28473
|
}>, z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>], null>, "many">;
|
|
28474
28474
|
minLendingPoolShare: z.ZodNumber;
|
|
28475
28475
|
}, "strip", z.ZodTypeAny, {
|
|
28476
28476
|
networkFeeDeductionFromBoostPercent: number;
|
|
28477
|
-
minimumAddFundsAmount: ["
|
|
28477
|
+
minimumAddFundsAmount: ["Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt", bigint][];
|
|
28478
28478
|
minLendingPoolShare: number;
|
|
28479
28479
|
}, {
|
|
28480
28480
|
networkFeeDeductionFromBoostPercent: number;
|
|
28481
28481
|
minimumAddFundsAmount: [{
|
|
28482
|
-
__kind: "
|
|
28482
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
28483
28483
|
}, string | number][];
|
|
28484
28484
|
minLendingPoolShare: number;
|
|
28485
28485
|
}>;
|
|
@@ -28487,7 +28487,7 @@ declare const palletCfLendingPoolsPalletConfigUpdate: z.ZodDiscriminatedUnion<"_
|
|
|
28487
28487
|
__kind: "SetBoostConfig";
|
|
28488
28488
|
config: {
|
|
28489
28489
|
networkFeeDeductionFromBoostPercent: number;
|
|
28490
|
-
minimumAddFundsAmount: ["
|
|
28490
|
+
minimumAddFundsAmount: ["Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt", bigint][];
|
|
28491
28491
|
minLendingPoolShare: number;
|
|
28492
28492
|
};
|
|
28493
28493
|
}, {
|
|
@@ -28495,7 +28495,7 @@ declare const palletCfLendingPoolsPalletConfigUpdate: z.ZodDiscriminatedUnion<"_
|
|
|
28495
28495
|
config: {
|
|
28496
28496
|
networkFeeDeductionFromBoostPercent: number;
|
|
28497
28497
|
minimumAddFundsAmount: [{
|
|
28498
|
-
__kind: "
|
|
28498
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
28499
28499
|
}, string | number][];
|
|
28500
28500
|
minLendingPoolShare: number;
|
|
28501
28501
|
};
|
|
@@ -28504,11 +28504,11 @@ declare const palletCfLendingPoolsPalletConfigUpdate: z.ZodDiscriminatedUnion<"_
|
|
|
28504
28504
|
asset: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodObject<{
|
|
28505
28505
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt", "Trx", "TrxUsdt"]>;
|
|
28506
28506
|
}, "strip", z.ZodTypeAny, {
|
|
28507
|
-
__kind: "
|
|
28507
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
28508
28508
|
}, {
|
|
28509
|
-
__kind: "
|
|
28510
|
-
}>, "
|
|
28511
|
-
__kind: "
|
|
28509
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
28510
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt", {
|
|
28511
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
28512
28512
|
}>>>;
|
|
28513
28513
|
config: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
28514
28514
|
originationFee: z.ZodNumber;
|
|
@@ -28550,7 +28550,7 @@ declare const palletCfLendingPoolsPalletConfigUpdate: z.ZodDiscriminatedUnion<"_
|
|
|
28550
28550
|
}>>>;
|
|
28551
28551
|
}, "strip", z.ZodTypeAny, {
|
|
28552
28552
|
__kind: "SetLendingPoolConfiguration";
|
|
28553
|
-
asset?: "
|
|
28553
|
+
asset?: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt" | null | undefined;
|
|
28554
28554
|
config?: {
|
|
28555
28555
|
originationFee: number;
|
|
28556
28556
|
liquidationFee: number;
|
|
@@ -28564,7 +28564,7 @@ declare const palletCfLendingPoolsPalletConfigUpdate: z.ZodDiscriminatedUnion<"_
|
|
|
28564
28564
|
}, {
|
|
28565
28565
|
__kind: "SetLendingPoolConfiguration";
|
|
28566
28566
|
asset?: {
|
|
28567
|
-
__kind: "
|
|
28567
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
28568
28568
|
} | null | undefined;
|
|
28569
28569
|
config?: {
|
|
28570
28570
|
originationFee: number;
|
|
@@ -28749,19 +28749,19 @@ declare const palletCfLendingPoolsBoostBoostPoolId: z.ZodObject<{
|
|
|
28749
28749
|
asset: z.ZodEffects<z.ZodObject<{
|
|
28750
28750
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt", "Trx", "TrxUsdt"]>;
|
|
28751
28751
|
}, "strip", z.ZodTypeAny, {
|
|
28752
|
-
__kind: "
|
|
28752
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
28753
28753
|
}, {
|
|
28754
|
-
__kind: "
|
|
28755
|
-
}>, "
|
|
28756
|
-
__kind: "
|
|
28754
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
28755
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt", {
|
|
28756
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
28757
28757
|
}>;
|
|
28758
28758
|
tier: z.ZodNumber;
|
|
28759
28759
|
}, "strip", z.ZodTypeAny, {
|
|
28760
|
-
asset: "
|
|
28760
|
+
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
28761
28761
|
tier: number;
|
|
28762
28762
|
}, {
|
|
28763
28763
|
asset: {
|
|
28764
|
-
__kind: "
|
|
28764
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
28765
28765
|
};
|
|
28766
28766
|
tier: number;
|
|
28767
28767
|
}>;
|
|
@@ -29321,17 +29321,17 @@ declare const palletCfTronIngressEgressDepositWitnessTron: z.ZodObject<{
|
|
|
29321
29321
|
txHashes?: string[] | null | undefined;
|
|
29322
29322
|
}>;
|
|
29323
29323
|
}, "strip", z.ZodTypeAny, {
|
|
29324
|
-
depositAddress: `0x${string}`;
|
|
29325
29324
|
asset: "Trx" | "TrxUsdt";
|
|
29325
|
+
depositAddress: `0x${string}`;
|
|
29326
29326
|
amount: bigint;
|
|
29327
29327
|
depositDetails: {
|
|
29328
29328
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
29329
29329
|
};
|
|
29330
29330
|
}, {
|
|
29331
|
-
depositAddress: string;
|
|
29332
29331
|
asset: {
|
|
29333
29332
|
__kind: "Trx" | "TrxUsdt";
|
|
29334
29333
|
};
|
|
29334
|
+
depositAddress: string;
|
|
29335
29335
|
amount: string | number;
|
|
29336
29336
|
depositDetails: {
|
|
29337
29337
|
txHashes?: string[] | null | undefined;
|
|
@@ -29680,21 +29680,21 @@ declare const palletCfTronIngressEgressVaultDepositWitnessTron: z.ZodObject<{
|
|
|
29680
29680
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
29681
29681
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt", "Trx", "TrxUsdt"]>;
|
|
29682
29682
|
}, "strip", z.ZodTypeAny, {
|
|
29683
|
-
__kind: "
|
|
29683
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
29684
29684
|
}, {
|
|
29685
|
-
__kind: "
|
|
29686
|
-
}>, "
|
|
29687
|
-
__kind: "
|
|
29685
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
29686
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt", {
|
|
29687
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
29688
29688
|
}>;
|
|
29689
29689
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
29690
29690
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub", "Tron"]>;
|
|
29691
29691
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
29692
29692
|
}, "strip", z.ZodTypeAny, {
|
|
29693
29693
|
value: `0x${string}`;
|
|
29694
|
-
__kind: "
|
|
29694
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
29695
29695
|
}, {
|
|
29696
29696
|
value: string;
|
|
29697
|
-
__kind: "
|
|
29697
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
29698
29698
|
}>, {
|
|
29699
29699
|
readonly chain: "Ethereum";
|
|
29700
29700
|
readonly address: `0x${string}`;
|
|
@@ -29718,7 +29718,7 @@ declare const palletCfTronIngressEgressVaultDepositWitnessTron: z.ZodObject<{
|
|
|
29718
29718
|
readonly address: string;
|
|
29719
29719
|
}, {
|
|
29720
29720
|
value: string;
|
|
29721
|
-
__kind: "
|
|
29721
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
29722
29722
|
}>;
|
|
29723
29723
|
depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
29724
29724
|
channelMetadata: z.ZodObject<{
|
|
@@ -30073,13 +30073,13 @@ declare const palletCfTronIngressEgressVaultDepositWitnessTron: z.ZodObject<{
|
|
|
30073
30073
|
}>>>;
|
|
30074
30074
|
boostFee: z.ZodNumber;
|
|
30075
30075
|
}, "strip", z.ZodTypeAny, {
|
|
30076
|
+
txId: `0x${string}`;
|
|
30076
30077
|
depositDetails: {
|
|
30077
30078
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
30078
30079
|
};
|
|
30079
|
-
txId: `0x${string}`;
|
|
30080
30080
|
inputAsset: "Trx" | "TrxUsdt";
|
|
30081
30081
|
depositAmount: bigint;
|
|
30082
|
-
outputAsset: "
|
|
30082
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
30083
30083
|
destinationAddress: {
|
|
30084
30084
|
readonly chain: "Ethereum";
|
|
30085
30085
|
readonly address: `0x${string}`;
|
|
@@ -30118,8 +30118,8 @@ declare const palletCfTronIngressEgressVaultDepositWitnessTron: z.ZodObject<{
|
|
|
30118
30118
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
30119
30119
|
};
|
|
30120
30120
|
boostFee: number;
|
|
30121
|
-
depositAddress?: `0x${string}` | null | undefined;
|
|
30122
30121
|
channelId?: bigint | null | undefined;
|
|
30122
|
+
depositAddress?: `0x${string}` | null | undefined;
|
|
30123
30123
|
depositMetadata?: {
|
|
30124
30124
|
channelMetadata: {
|
|
30125
30125
|
message: `0x${string}`;
|
|
@@ -30178,20 +30178,20 @@ declare const palletCfTronIngressEgressVaultDepositWitnessTron: z.ZodObject<{
|
|
|
30178
30178
|
chunkInterval: number;
|
|
30179
30179
|
} | null | undefined;
|
|
30180
30180
|
}, {
|
|
30181
|
+
txId: string;
|
|
30181
30182
|
depositDetails: {
|
|
30182
30183
|
txHashes?: string[] | null | undefined;
|
|
30183
30184
|
};
|
|
30184
|
-
txId: string;
|
|
30185
30185
|
inputAsset: {
|
|
30186
30186
|
__kind: "Trx" | "TrxUsdt";
|
|
30187
30187
|
};
|
|
30188
30188
|
depositAmount: string | number;
|
|
30189
30189
|
outputAsset: {
|
|
30190
|
-
__kind: "
|
|
30190
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
30191
30191
|
};
|
|
30192
30192
|
destinationAddress: {
|
|
30193
30193
|
value: string;
|
|
30194
|
-
__kind: "
|
|
30194
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
30195
30195
|
};
|
|
30196
30196
|
affiliateFees: {
|
|
30197
30197
|
account: number;
|
|
@@ -30209,8 +30209,8 @@ declare const palletCfTronIngressEgressVaultDepositWitnessTron: z.ZodObject<{
|
|
|
30209
30209
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
30210
30210
|
};
|
|
30211
30211
|
boostFee: number;
|
|
30212
|
-
depositAddress?: string | null | undefined;
|
|
30213
30212
|
channelId?: string | number | null | undefined;
|
|
30213
|
+
depositAddress?: string | null | undefined;
|
|
30214
30214
|
depositMetadata?: {
|
|
30215
30215
|
channelMetadata: {
|
|
30216
30216
|
message: string;
|
|
@@ -30293,17 +30293,17 @@ declare const palletCfTronIngressEgressDepositFailedDetailsTron: z.ZodDiscrimina
|
|
|
30293
30293
|
txHashes?: string[] | null | undefined;
|
|
30294
30294
|
}>;
|
|
30295
30295
|
}, "strip", z.ZodTypeAny, {
|
|
30296
|
-
depositAddress: `0x${string}`;
|
|
30297
30296
|
asset: "Trx" | "TrxUsdt";
|
|
30297
|
+
depositAddress: `0x${string}`;
|
|
30298
30298
|
amount: bigint;
|
|
30299
30299
|
depositDetails: {
|
|
30300
30300
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
30301
30301
|
};
|
|
30302
30302
|
}, {
|
|
30303
|
-
depositAddress: string;
|
|
30304
30303
|
asset: {
|
|
30305
30304
|
__kind: "Trx" | "TrxUsdt";
|
|
30306
30305
|
};
|
|
30306
|
+
depositAddress: string;
|
|
30307
30307
|
amount: string | number;
|
|
30308
30308
|
depositDetails: {
|
|
30309
30309
|
txHashes?: string[] | null | undefined;
|
|
@@ -30312,8 +30312,8 @@ declare const palletCfTronIngressEgressDepositFailedDetailsTron: z.ZodDiscrimina
|
|
|
30312
30312
|
}, "strip", z.ZodTypeAny, {
|
|
30313
30313
|
__kind: "DepositFailedDepositChannelVariantTron";
|
|
30314
30314
|
depositWitness: {
|
|
30315
|
-
depositAddress: `0x${string}`;
|
|
30316
30315
|
asset: "Trx" | "TrxUsdt";
|
|
30316
|
+
depositAddress: `0x${string}`;
|
|
30317
30317
|
amount: bigint;
|
|
30318
30318
|
depositDetails: {
|
|
30319
30319
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
@@ -30322,10 +30322,10 @@ declare const palletCfTronIngressEgressDepositFailedDetailsTron: z.ZodDiscrimina
|
|
|
30322
30322
|
}, {
|
|
30323
30323
|
__kind: "DepositFailedDepositChannelVariantTron";
|
|
30324
30324
|
depositWitness: {
|
|
30325
|
-
depositAddress: string;
|
|
30326
30325
|
asset: {
|
|
30327
30326
|
__kind: "Trx" | "TrxUsdt";
|
|
30328
30327
|
};
|
|
30328
|
+
depositAddress: string;
|
|
30329
30329
|
amount: string | number;
|
|
30330
30330
|
depositDetails: {
|
|
30331
30331
|
txHashes?: string[] | null | undefined;
|
|
@@ -30356,21 +30356,21 @@ declare const palletCfTronIngressEgressDepositFailedDetailsTron: z.ZodDiscrimina
|
|
|
30356
30356
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
30357
30357
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt", "Trx", "TrxUsdt"]>;
|
|
30358
30358
|
}, "strip", z.ZodTypeAny, {
|
|
30359
|
-
__kind: "
|
|
30359
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
30360
30360
|
}, {
|
|
30361
|
-
__kind: "
|
|
30362
|
-
}>, "
|
|
30363
|
-
__kind: "
|
|
30361
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
30362
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt", {
|
|
30363
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
30364
30364
|
}>;
|
|
30365
30365
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
30366
30366
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub", "Tron"]>;
|
|
30367
30367
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
30368
30368
|
}, "strip", z.ZodTypeAny, {
|
|
30369
30369
|
value: `0x${string}`;
|
|
30370
|
-
__kind: "
|
|
30370
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
30371
30371
|
}, {
|
|
30372
30372
|
value: string;
|
|
30373
|
-
__kind: "
|
|
30373
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
30374
30374
|
}>, {
|
|
30375
30375
|
readonly chain: "Ethereum";
|
|
30376
30376
|
readonly address: `0x${string}`;
|
|
@@ -30394,7 +30394,7 @@ declare const palletCfTronIngressEgressDepositFailedDetailsTron: z.ZodDiscrimina
|
|
|
30394
30394
|
readonly address: string;
|
|
30395
30395
|
}, {
|
|
30396
30396
|
value: string;
|
|
30397
|
-
__kind: "
|
|
30397
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
30398
30398
|
}>;
|
|
30399
30399
|
depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
30400
30400
|
channelMetadata: z.ZodObject<{
|
|
@@ -30749,13 +30749,13 @@ declare const palletCfTronIngressEgressDepositFailedDetailsTron: z.ZodDiscrimina
|
|
|
30749
30749
|
}>>>;
|
|
30750
30750
|
boostFee: z.ZodNumber;
|
|
30751
30751
|
}, "strip", z.ZodTypeAny, {
|
|
30752
|
+
txId: `0x${string}`;
|
|
30752
30753
|
depositDetails: {
|
|
30753
30754
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
30754
30755
|
};
|
|
30755
|
-
txId: `0x${string}`;
|
|
30756
30756
|
inputAsset: "Trx" | "TrxUsdt";
|
|
30757
30757
|
depositAmount: bigint;
|
|
30758
|
-
outputAsset: "
|
|
30758
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
30759
30759
|
destinationAddress: {
|
|
30760
30760
|
readonly chain: "Ethereum";
|
|
30761
30761
|
readonly address: `0x${string}`;
|
|
@@ -30794,8 +30794,8 @@ declare const palletCfTronIngressEgressDepositFailedDetailsTron: z.ZodDiscrimina
|
|
|
30794
30794
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
30795
30795
|
};
|
|
30796
30796
|
boostFee: number;
|
|
30797
|
-
depositAddress?: `0x${string}` | null | undefined;
|
|
30798
30797
|
channelId?: bigint | null | undefined;
|
|
30798
|
+
depositAddress?: `0x${string}` | null | undefined;
|
|
30799
30799
|
depositMetadata?: {
|
|
30800
30800
|
channelMetadata: {
|
|
30801
30801
|
message: `0x${string}`;
|
|
@@ -30854,20 +30854,20 @@ declare const palletCfTronIngressEgressDepositFailedDetailsTron: z.ZodDiscrimina
|
|
|
30854
30854
|
chunkInterval: number;
|
|
30855
30855
|
} | null | undefined;
|
|
30856
30856
|
}, {
|
|
30857
|
+
txId: string;
|
|
30857
30858
|
depositDetails: {
|
|
30858
30859
|
txHashes?: string[] | null | undefined;
|
|
30859
30860
|
};
|
|
30860
|
-
txId: string;
|
|
30861
30861
|
inputAsset: {
|
|
30862
30862
|
__kind: "Trx" | "TrxUsdt";
|
|
30863
30863
|
};
|
|
30864
30864
|
depositAmount: string | number;
|
|
30865
30865
|
outputAsset: {
|
|
30866
|
-
__kind: "
|
|
30866
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
30867
30867
|
};
|
|
30868
30868
|
destinationAddress: {
|
|
30869
30869
|
value: string;
|
|
30870
|
-
__kind: "
|
|
30870
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
30871
30871
|
};
|
|
30872
30872
|
affiliateFees: {
|
|
30873
30873
|
account: number;
|
|
@@ -30885,8 +30885,8 @@ declare const palletCfTronIngressEgressDepositFailedDetailsTron: z.ZodDiscrimina
|
|
|
30885
30885
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
30886
30886
|
};
|
|
30887
30887
|
boostFee: number;
|
|
30888
|
-
depositAddress?: string | null | undefined;
|
|
30889
30888
|
channelId?: string | number | null | undefined;
|
|
30889
|
+
depositAddress?: string | null | undefined;
|
|
30890
30890
|
depositMetadata?: {
|
|
30891
30891
|
channelMetadata: {
|
|
30892
30892
|
message: string;
|
|
@@ -30950,13 +30950,13 @@ declare const palletCfTronIngressEgressDepositFailedDetailsTron: z.ZodDiscrimina
|
|
|
30950
30950
|
}, "strip", z.ZodTypeAny, {
|
|
30951
30951
|
__kind: "DepositFailedVaultVariantTron";
|
|
30952
30952
|
vaultWitness: {
|
|
30953
|
+
txId: `0x${string}`;
|
|
30953
30954
|
depositDetails: {
|
|
30954
30955
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
30955
30956
|
};
|
|
30956
|
-
txId: `0x${string}`;
|
|
30957
30957
|
inputAsset: "Trx" | "TrxUsdt";
|
|
30958
30958
|
depositAmount: bigint;
|
|
30959
|
-
outputAsset: "
|
|
30959
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
30960
30960
|
destinationAddress: {
|
|
30961
30961
|
readonly chain: "Ethereum";
|
|
30962
30962
|
readonly address: `0x${string}`;
|
|
@@ -30995,8 +30995,8 @@ declare const palletCfTronIngressEgressDepositFailedDetailsTron: z.ZodDiscrimina
|
|
|
30995
30995
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
30996
30996
|
};
|
|
30997
30997
|
boostFee: number;
|
|
30998
|
-
depositAddress?: `0x${string}` | null | undefined;
|
|
30999
30998
|
channelId?: bigint | null | undefined;
|
|
30999
|
+
depositAddress?: `0x${string}` | null | undefined;
|
|
31000
31000
|
depositMetadata?: {
|
|
31001
31001
|
channelMetadata: {
|
|
31002
31002
|
message: `0x${string}`;
|
|
@@ -31058,20 +31058,20 @@ declare const palletCfTronIngressEgressDepositFailedDetailsTron: z.ZodDiscrimina
|
|
|
31058
31058
|
}, {
|
|
31059
31059
|
__kind: "DepositFailedVaultVariantTron";
|
|
31060
31060
|
vaultWitness: {
|
|
31061
|
+
txId: string;
|
|
31061
31062
|
depositDetails: {
|
|
31062
31063
|
txHashes?: string[] | null | undefined;
|
|
31063
31064
|
};
|
|
31064
|
-
txId: string;
|
|
31065
31065
|
inputAsset: {
|
|
31066
31066
|
__kind: "Trx" | "TrxUsdt";
|
|
31067
31067
|
};
|
|
31068
31068
|
depositAmount: string | number;
|
|
31069
31069
|
outputAsset: {
|
|
31070
|
-
__kind: "
|
|
31070
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
31071
31071
|
};
|
|
31072
31072
|
destinationAddress: {
|
|
31073
31073
|
value: string;
|
|
31074
|
-
__kind: "
|
|
31074
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
31075
31075
|
};
|
|
31076
31076
|
affiliateFees: {
|
|
31077
31077
|
account: number;
|
|
@@ -31089,8 +31089,8 @@ declare const palletCfTronIngressEgressDepositFailedDetailsTron: z.ZodDiscrimina
|
|
|
31089
31089
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
31090
31090
|
};
|
|
31091
31091
|
boostFee: number;
|
|
31092
|
-
depositAddress?: string | null | undefined;
|
|
31093
31092
|
channelId?: string | number | null | undefined;
|
|
31093
|
+
depositAddress?: string | null | undefined;
|
|
31094
31094
|
depositMetadata?: {
|
|
31095
31095
|
channelMetadata: {
|
|
31096
31096
|
message: string;
|