@chainflip/processor 2.1.0-alpha.0 → 2.1.0-alpha.1
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/environment/runtimeSafeModeUpdated.d.cts +12 -12
- package/dist/100/environment/runtimeSafeModeUpdated.d.ts +12 -12
- package/dist/100/flip/remainingImbalance.d.cts +22 -22
- package/dist/100/flip/remainingImbalance.d.ts +22 -22
- package/dist/100/funding/boundExecutorAddress.d.cts +2 -2
- package/dist/100/funding/boundExecutorAddress.d.ts +2 -2
- package/dist/100/funding/boundRedeemAddress.d.cts +2 -2
- package/dist/100/funding/boundRedeemAddress.d.ts +2 -2
- package/dist/100/funding/failedFundingAttempt.d.cts +2 -2
- package/dist/100/funding/failedFundingAttempt.d.ts +2 -2
- package/dist/100/funding/funded.d.cts +2 -2
- package/dist/100/funding/funded.d.ts +2 -2
- package/dist/100/funding/redemptionRequested.d.cts +2 -2
- package/dist/100/funding/redemptionRequested.d.ts +2 -2
- package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.cts +26 -26
- package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.ts +26 -26
- package/dist/11000/arbitrumIngressEgress/depositFailed.d.cts +34 -34
- package/dist/11000/arbitrumIngressEgress/depositFailed.d.ts +34 -34
- package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +22 -22
- package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +22 -22
- package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.cts +107 -107
- package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.ts +107 -107
- package/dist/11000/assethubIngressEgress/depositFailed.d.cts +161 -161
- package/dist/11000/assethubIngressEgress/depositFailed.d.ts +161 -161
- package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +103 -103
- package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.ts +103 -103
- package/dist/11000/lendingPools/boostFundsAdded.d.cts +2 -2
- package/dist/11000/lendingPools/boostFundsAdded.d.ts +2 -2
- package/dist/11000/lendingPools/stoppedBoosting.d.cts +2 -2
- package/dist/11000/lendingPools/stoppedBoosting.d.ts +2 -2
- package/dist/11000/swapping/refundEgressScheduled.d.cts +2 -2
- package/dist/11000/swapping/refundEgressScheduled.d.ts +2 -2
- package/dist/11000/swapping/refundedOnChain.d.cts +4 -4
- package/dist/11000/swapping/refundedOnChain.d.ts +4 -4
- package/dist/11000/swapping/swapDepositAddressReady.d.cts +57 -57
- package/dist/11000/swapping/swapDepositAddressReady.d.ts +57 -57
- package/dist/11000/swapping/swapRequested.d.cts +94 -94
- package/dist/11000/swapping/swapRequested.d.ts +94 -94
- package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.cts +22 -22
- package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.ts +22 -22
- package/dist/111/ethereumIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/111/ethereumIngressEgress/transferFallbackRequested.d.ts +2 -2
- package/dist/111/polkadotIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/111/polkadotIngressEgress/transferFallbackRequested.d.ts +2 -2
- package/dist/11100/assethubIngressEgress/depositFailed.d.cts +30 -30
- package/dist/11100/assethubIngressEgress/depositFailed.d.ts +30 -30
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.cts +318 -318
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.ts +318 -318
- package/dist/11100/funding/sCCallCannotBeDecoded.d.cts +2 -2
- package/dist/11100/funding/sCCallCannotBeDecoded.d.ts +2 -2
- package/dist/11100/funding/sCCallCannotBeExecuted.d.cts +31 -31
- package/dist/11100/funding/sCCallCannotBeExecuted.d.ts +31 -31
- package/dist/11100/funding/sCCallExecuted.d.cts +2 -2
- package/dist/11100/funding/sCCallExecuted.d.ts +2 -2
- package/dist/11200/bitcoinIngressEgress/channelRejectionRequestReceived.d.cts +22 -22
- package/dist/11200/bitcoinIngressEgress/channelRejectionRequestReceived.d.ts +22 -22
- package/dist/11200/bitcoinIngressEgress/depositBoosted.d.cts +34 -34
- package/dist/11200/bitcoinIngressEgress/depositBoosted.d.ts +34 -34
- package/dist/11200/bitcoinIngressEgress/depositFailed.d.cts +324 -324
- package/dist/11200/bitcoinIngressEgress/depositFailed.d.ts +324 -324
- package/dist/11200/bitcoinIngressEgress/depositFinalised.d.cts +30 -30
- package/dist/11200/bitcoinIngressEgress/depositFinalised.d.ts +30 -30
- package/dist/120/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
- package/dist/120/liquidityProvider/liquidityDepositCredited.d.ts +2 -2
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.cts +4 -4
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.ts +4 -4
- package/dist/131/environment/runtimeSafeModeUpdated.d.cts +28 -28
- package/dist/131/environment/runtimeSafeModeUpdated.d.ts +28 -28
- package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.cts +28 -28
- package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.ts +28 -28
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.ts +2 -2
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.ts +4 -4
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.ts +4 -4
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
- package/dist/160/assetBalances/accountCredited.d.cts +2 -2
- package/dist/160/assetBalances/accountCredited.d.ts +2 -2
- package/dist/160/assetBalances/accountDebited.d.cts +2 -2
- package/dist/160/assetBalances/accountDebited.d.ts +2 -2
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/160/ethereumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/160/ethereumIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/160/ethereumIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/160/ethereumIngressEgress/depositFinalised.d.ts +6 -6
- package/dist/160/liquidityProvider/assetTransferred.d.cts +4 -4
- package/dist/160/liquidityProvider/assetTransferred.d.ts +4 -4
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.cts +2 -2
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.ts +2 -2
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.cts +30 -30
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.ts +30 -30
- package/dist/180/bitcoinIngressEgress/depositFailed.d.cts +313 -313
- package/dist/180/bitcoinIngressEgress/depositFailed.d.ts +313 -313
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.cts +24 -24
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.ts +24 -24
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +57 -57
- package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
- package/dist/180/bitcoinIngressEgress/transferFallbackRequested.d.cts +20 -20
- package/dist/180/bitcoinIngressEgress/transferFallbackRequested.d.ts +20 -20
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.cts +10 -10
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.ts +10 -10
- package/dist/180/polkadotIngressEgress/depositBoosted.d.cts +6 -6
- package/dist/180/polkadotIngressEgress/depositBoosted.d.ts +6 -6
- package/dist/180/polkadotIngressEgress/depositFailed.d.cts +36 -36
- package/dist/180/polkadotIngressEgress/depositFailed.d.ts +36 -36
- package/dist/180/polkadotIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/180/polkadotIngressEgress/depositFinalised.d.ts +4 -4
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +10 -10
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +10 -10
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.cts +24 -24
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.ts +24 -24
- package/dist/180/solanaIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/180/solanaIngressEgress/depositBoosted.d.ts +4 -4
- package/dist/180/solanaIngressEgress/depositFailed.d.cts +32 -32
- package/dist/180/solanaIngressEgress/depositFailed.d.ts +32 -32
- package/dist/180/solanaIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/180/solanaIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +20 -20
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +20 -20
- package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
- package/dist/180/swapping/privateBrokerChannelClosed.d.cts +2 -2
- package/dist/180/swapping/privateBrokerChannelClosed.d.ts +2 -2
- package/dist/180/swapping/privateBrokerChannelOpened.d.cts +2 -2
- package/dist/180/swapping/privateBrokerChannelOpened.d.ts +2 -2
- package/dist/180/swapping/swapDepositAddressReady.d.cts +2 -2
- package/dist/180/swapping/swapDepositAddressReady.d.ts +2 -2
- package/dist/180/swapping/swapRequested.d.cts +4 -4
- package/dist/180/swapping/swapRequested.d.ts +4 -4
- package/dist/190/assethubIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/190/assethubIngressEgress/ccmBroadcastRequested.d.ts +2 -2
- package/dist/190/assethubIngressEgress/ccmEgressInvalid.d.cts +50 -50
- package/dist/190/assethubIngressEgress/ccmEgressInvalid.d.ts +50 -50
- package/dist/190/assethubIngressEgress/depositFailed.d.cts +170 -170
- package/dist/190/assethubIngressEgress/depositFailed.d.ts +170 -170
- package/dist/190/assethubIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/190/assethubIngressEgress/depositFetchesScheduled.d.ts +2 -2
- package/dist/190/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/190/assethubIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
- package/dist/190/assethubIngressEgress/transactionRejectedByBroker.d.cts +2 -2
- package/dist/190/assethubIngressEgress/transactionRejectedByBroker.d.ts +2 -2
- package/dist/190/assethubIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/190/assethubIngressEgress/transferFallbackRequested.d.ts +2 -2
- package/dist/190/tradingStrategy/fundsAddedToStrategy.d.cts +2 -2
- package/dist/190/tradingStrategy/fundsAddedToStrategy.d.ts +2 -2
- package/dist/190/tradingStrategy/strategyDeployed.d.cts +2 -2
- package/dist/190/tradingStrategy/strategyDeployed.d.ts +2 -2
- package/dist/200/swapping/accountCreationDepositAddressReady.d.cts +9 -9
- package/dist/200/swapping/accountCreationDepositAddressReady.d.ts +9 -9
- package/dist/200/swapping/swapRequestCompleted.d.cts +2 -2
- package/dist/200/swapping/swapRequestCompleted.d.ts +2 -2
- package/dist/200/swapping/swapRequested.d.cts +10 -10
- package/dist/200/swapping/swapRequested.d.ts +10 -10
- package/dist/210/arbitrumIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/210/arbitrumIngressEgress/depositBoosted.d.ts +12 -12
- package/dist/210/arbitrumIngressEgress/depositFailed.d.cts +43 -43
- package/dist/210/arbitrumIngressEgress/depositFailed.d.ts +43 -43
- package/dist/210/arbitrumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/210/arbitrumIngressEgress/depositFinalised.d.ts +8 -8
- package/dist/210/assetBalances/accountCredited.d.cts +7 -7
- package/dist/210/assetBalances/accountCredited.d.ts +7 -7
- package/dist/210/assetBalances/accountDebited.d.cts +7 -7
- package/dist/210/assetBalances/accountDebited.d.ts +7 -7
- package/dist/210/assethubIngressEgress/depositFailed.d.cts +11 -11
- package/dist/210/assethubIngressEgress/depositFailed.d.ts +11 -11
- package/dist/210/bitcoinIngressEgress/depositFailed.d.cts +11 -11
- package/dist/210/bitcoinIngressEgress/depositFailed.d.ts +11 -11
- package/dist/210/common.cjs +12 -5
- package/dist/210/common.d.cts +456 -437
- package/dist/210/common.d.ts +456 -437
- package/dist/210/common.mjs +11 -4
- package/dist/210/environment/runtimeSafeModeUpdated.d.cts +75 -75
- package/dist/210/environment/runtimeSafeModeUpdated.d.ts +75 -75
- package/dist/210/ethereumIngressEgress/depositFailed.d.cts +11 -11
- package/dist/210/ethereumIngressEgress/depositFailed.d.ts +11 -11
- package/dist/210/funding/funded.d.cts +9 -9
- package/dist/210/funding/funded.d.ts +9 -9
- package/dist/210/lendingPools/boostFundsAdded.d.cts +9 -9
- package/dist/210/lendingPools/boostFundsAdded.d.ts +9 -9
- package/dist/210/lendingPools/boostPoolCreated.d.cts +9 -9
- package/dist/210/lendingPools/boostPoolCreated.d.ts +9 -9
- package/dist/210/lendingPools/collateralAdded.d.cts +12 -7
- package/dist/210/lendingPools/collateralAdded.d.ts +12 -7
- package/dist/210/lendingPools/collateralRemoved.d.cts +7 -7
- package/dist/210/lendingPools/collateralRemoved.d.ts +7 -7
- package/dist/210/lendingPools/collateralTopupAssetUpdated.d.cts +7 -7
- package/dist/210/lendingPools/collateralTopupAssetUpdated.d.ts +7 -7
- package/dist/210/lendingPools/lendingFundsAdded.d.cts +7 -7
- package/dist/210/lendingPools/lendingFundsAdded.d.ts +7 -7
- package/dist/210/lendingPools/lendingFundsRemoved.d.cts +7 -7
- package/dist/210/lendingPools/lendingFundsRemoved.d.ts +7 -7
- package/dist/210/lendingPools/lendingPoolCreated.d.cts +7 -7
- package/dist/210/lendingPools/lendingPoolCreated.d.ts +7 -7
- package/dist/210/lendingPools/loanCreated.d.cts +7 -7
- package/dist/210/lendingPools/loanCreated.d.ts +7 -7
- package/dist/210/lendingPools/loanRepaid.cjs +11 -0
- package/dist/210/lendingPools/loanRepaid.d.cts +42 -0
- package/dist/210/lendingPools/loanRepaid.d.ts +42 -0
- package/dist/210/lendingPools/loanRepaid.mjs +11 -0
- package/dist/210/lendingPools/palletConfigUpdated.d.cts +9 -9
- package/dist/210/lendingPools/palletConfigUpdated.d.ts +9 -9
- package/dist/210/lendingPools/stoppedBoosting.d.cts +9 -9
- package/dist/210/lendingPools/stoppedBoosting.d.ts +9 -9
- package/dist/210/liquidityPools/assetSwapped.d.cts +14 -14
- package/dist/210/liquidityPools/assetSwapped.d.ts +14 -14
- package/dist/210/liquidityPools/limitOrderUpdated.d.cts +14 -14
- package/dist/210/liquidityPools/limitOrderUpdated.d.ts +14 -14
- package/dist/210/liquidityPools/newPoolCreated.d.cts +14 -14
- package/dist/210/liquidityPools/newPoolCreated.d.ts +14 -14
- package/dist/210/liquidityPools/orderDeletionFailed.d.cts +36 -36
- package/dist/210/liquidityPools/orderDeletionFailed.d.ts +36 -36
- package/dist/210/liquidityPools/palletConfigUpdated.d.cts +9 -9
- package/dist/210/liquidityPools/palletConfigUpdated.d.ts +9 -9
- package/dist/210/liquidityPools/poolFeeSet.d.cts +14 -14
- package/dist/210/liquidityPools/poolFeeSet.d.ts +14 -14
- package/dist/210/liquidityPools/rangeOrderUpdated.d.cts +14 -14
- package/dist/210/liquidityPools/rangeOrderUpdated.d.ts +14 -14
- package/dist/210/liquidityProvider/assetTransferred.d.cts +7 -7
- package/dist/210/liquidityProvider/assetTransferred.d.ts +7 -7
- package/dist/210/liquidityProvider/liquidityDepositAddressReady.d.cts +7 -7
- package/dist/210/liquidityProvider/liquidityDepositAddressReady.d.ts +7 -7
- package/dist/210/liquidityProvider/withdrawalEgressScheduled.d.cts +7 -7
- package/dist/210/liquidityProvider/withdrawalEgressScheduled.d.ts +7 -7
- package/dist/210/polkadotIngressEgress/depositFailed.d.cts +11 -11
- package/dist/210/polkadotIngressEgress/depositFailed.d.ts +11 -11
- package/dist/210/solanaIngressEgress/depositFailed.d.cts +33 -33
- package/dist/210/solanaIngressEgress/depositFailed.d.ts +33 -33
- package/dist/210/swapping/accountCreationDepositAddressReady.d.cts +7 -7
- package/dist/210/swapping/accountCreationDepositAddressReady.d.ts +7 -7
- package/dist/210/swapping/batchSwapFailed.d.cts +7 -7
- package/dist/210/swapping/batchSwapFailed.d.ts +7 -7
- package/dist/210/swapping/creditedOnChain.d.cts +7 -7
- package/dist/210/swapping/creditedOnChain.d.ts +7 -7
- package/dist/210/swapping/palletConfigUpdated.d.cts +36 -36
- package/dist/210/swapping/palletConfigUpdated.d.ts +36 -36
- package/dist/210/swapping/refundEgressIgnored.d.cts +7 -7
- package/dist/210/swapping/refundEgressIgnored.d.ts +7 -7
- package/dist/210/swapping/refundEgressScheduled.d.cts +14 -14
- package/dist/210/swapping/refundEgressScheduled.d.ts +14 -14
- package/dist/210/swapping/refundedOnChain.d.cts +7 -7
- package/dist/210/swapping/refundedOnChain.d.ts +7 -7
- package/dist/210/swapping/swapAmountConfiscated.d.cts +7 -7
- package/dist/210/swapping/swapAmountConfiscated.d.ts +7 -7
- package/dist/210/swapping/swapDepositAddressReady.d.cts +14 -14
- package/dist/210/swapping/swapDepositAddressReady.d.ts +14 -14
- package/dist/210/swapping/swapEgressIgnored.d.cts +7 -7
- package/dist/210/swapping/swapEgressIgnored.d.ts +7 -7
- package/dist/210/swapping/swapEgressScheduled.d.cts +14 -14
- package/dist/210/swapping/swapEgressScheduled.d.ts +14 -14
- package/dist/210/swapping/swapExecuted.d.cts +14 -14
- package/dist/210/swapping/swapExecuted.d.ts +14 -14
- package/dist/210/swapping/swapRequested.d.cts +14 -14
- package/dist/210/swapping/swapRequested.d.ts +14 -14
- package/dist/210/swapping/withdrawalRequested.d.cts +7 -7
- package/dist/210/swapping/withdrawalRequested.d.ts +7 -7
- package/dist/210/tradingStrategy/fundsAddedToStrategy.d.cts +7 -7
- package/dist/210/tradingStrategy/fundsAddedToStrategy.d.ts +7 -7
- package/dist/210/tradingStrategy/palletConfigUpdated.d.cts +27 -27
- package/dist/210/tradingStrategy/palletConfigUpdated.d.ts +27 -27
- package/dist/210/tradingStrategy/strategyDeployed.d.cts +27 -27
- package/dist/210/tradingStrategy/strategyDeployed.d.ts +27 -27
- package/package.json +1 -1
|
@@ -168,18 +168,18 @@ declare const arbitrumIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
168
168
|
value: z.ZodEffects<z.ZodObject<{
|
|
169
169
|
__kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
|
|
170
170
|
}, "strip", z.ZodTypeAny, {
|
|
171
|
-
__kind: "
|
|
171
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
172
172
|
}, {
|
|
173
|
-
__kind: "
|
|
174
|
-
}>, "
|
|
175
|
-
__kind: "
|
|
173
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
174
|
+
}>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
|
|
175
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
176
176
|
}>;
|
|
177
177
|
}, "strip", z.ZodTypeAny, {
|
|
178
|
-
value: "
|
|
178
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
179
179
|
__kind: "Token";
|
|
180
180
|
}, {
|
|
181
181
|
value: {
|
|
182
|
-
__kind: "
|
|
182
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
183
183
|
};
|
|
184
184
|
__kind: "Token";
|
|
185
185
|
}>, z.ZodObject<{
|
|
@@ -265,7 +265,7 @@ declare const arbitrumIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
265
265
|
} | {
|
|
266
266
|
__kind: "TooManyConsumers";
|
|
267
267
|
} | {
|
|
268
|
-
value: "
|
|
268
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
269
269
|
__kind: "Token";
|
|
270
270
|
} | {
|
|
271
271
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
@@ -304,7 +304,7 @@ declare const arbitrumIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
304
304
|
__kind: "TooManyConsumers";
|
|
305
305
|
} | {
|
|
306
306
|
value: {
|
|
307
|
-
__kind: "
|
|
307
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
308
308
|
};
|
|
309
309
|
__kind: "Token";
|
|
310
310
|
} | {
|
|
@@ -382,7 +382,7 @@ declare const arbitrumIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
382
382
|
} | {
|
|
383
383
|
__kind: "TooManyConsumers";
|
|
384
384
|
} | {
|
|
385
|
-
value: "
|
|
385
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
386
386
|
__kind: "Token";
|
|
387
387
|
} | {
|
|
388
388
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
@@ -453,7 +453,7 @@ declare const arbitrumIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
453
453
|
__kind: "TooManyConsumers";
|
|
454
454
|
} | {
|
|
455
455
|
value: {
|
|
456
|
-
__kind: "
|
|
456
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
457
457
|
};
|
|
458
458
|
__kind: "Token";
|
|
459
459
|
} | {
|
|
@@ -549,18 +549,18 @@ declare const arbitrumIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
549
549
|
value: z.ZodEffects<z.ZodObject<{
|
|
550
550
|
__kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
|
|
551
551
|
}, "strip", z.ZodTypeAny, {
|
|
552
|
-
__kind: "
|
|
552
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
553
553
|
}, {
|
|
554
|
-
__kind: "
|
|
555
|
-
}>, "
|
|
556
|
-
__kind: "
|
|
554
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
555
|
+
}>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
|
|
556
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
557
557
|
}>;
|
|
558
558
|
}, "strip", z.ZodTypeAny, {
|
|
559
|
-
value: "
|
|
559
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
560
560
|
__kind: "Token";
|
|
561
561
|
}, {
|
|
562
562
|
value: {
|
|
563
|
-
__kind: "
|
|
563
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
564
564
|
};
|
|
565
565
|
__kind: "Token";
|
|
566
566
|
}>, z.ZodObject<{
|
|
@@ -646,7 +646,7 @@ declare const arbitrumIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
646
646
|
} | {
|
|
647
647
|
__kind: "TooManyConsumers";
|
|
648
648
|
} | {
|
|
649
|
-
value: "
|
|
649
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
650
650
|
__kind: "Token";
|
|
651
651
|
} | {
|
|
652
652
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
@@ -685,7 +685,7 @@ declare const arbitrumIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
685
685
|
__kind: "TooManyConsumers";
|
|
686
686
|
} | {
|
|
687
687
|
value: {
|
|
688
|
-
__kind: "
|
|
688
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
689
689
|
};
|
|
690
690
|
__kind: "Token";
|
|
691
691
|
} | {
|
|
@@ -722,7 +722,6 @@ declare const arbitrumIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
722
722
|
__kind: "AuxDataNotReady";
|
|
723
723
|
}>]>;
|
|
724
724
|
}, "strip", z.ZodTypeAny, {
|
|
725
|
-
egressId: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub", bigint];
|
|
726
725
|
error: {
|
|
727
726
|
__kind: "Unsupported";
|
|
728
727
|
} | {
|
|
@@ -767,7 +766,7 @@ declare const arbitrumIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
767
766
|
} | {
|
|
768
767
|
__kind: "TooManyConsumers";
|
|
769
768
|
} | {
|
|
770
|
-
value: "
|
|
769
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
771
770
|
__kind: "Token";
|
|
772
771
|
} | {
|
|
773
772
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
@@ -811,7 +810,7 @@ declare const arbitrumIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
811
810
|
} | {
|
|
812
811
|
__kind: "TooManyConsumers";
|
|
813
812
|
} | {
|
|
814
|
-
value: "
|
|
813
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
815
814
|
__kind: "Token";
|
|
816
815
|
} | {
|
|
817
816
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
@@ -834,10 +833,8 @@ declare const arbitrumIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
834
833
|
} | {
|
|
835
834
|
__kind: "AuxDataNotReady";
|
|
836
835
|
};
|
|
836
|
+
egressId: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub", bigint];
|
|
837
837
|
}, {
|
|
838
|
-
egressId: [{
|
|
839
|
-
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
840
|
-
}, string | number];
|
|
841
838
|
error: {
|
|
842
839
|
__kind: "Unsupported";
|
|
843
840
|
} | {
|
|
@@ -887,7 +884,7 @@ declare const arbitrumIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
887
884
|
__kind: "TooManyConsumers";
|
|
888
885
|
} | {
|
|
889
886
|
value: {
|
|
890
|
-
__kind: "
|
|
887
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
891
888
|
};
|
|
892
889
|
__kind: "Token";
|
|
893
890
|
} | {
|
|
@@ -937,7 +934,7 @@ declare const arbitrumIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
937
934
|
__kind: "TooManyConsumers";
|
|
938
935
|
} | {
|
|
939
936
|
value: {
|
|
940
|
-
__kind: "
|
|
937
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
941
938
|
};
|
|
942
939
|
__kind: "Token";
|
|
943
940
|
} | {
|
|
@@ -965,6 +962,9 @@ declare const arbitrumIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
965
962
|
} | {
|
|
966
963
|
__kind: "AuxDataNotReady";
|
|
967
964
|
};
|
|
965
|
+
egressId: [{
|
|
966
|
+
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
967
|
+
}, string | number];
|
|
968
968
|
}>;
|
|
969
969
|
|
|
970
970
|
export { arbitrumIngressEgressCcmEgressInvalid };
|
|
@@ -168,18 +168,18 @@ declare const arbitrumIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
168
168
|
value: z.ZodEffects<z.ZodObject<{
|
|
169
169
|
__kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
|
|
170
170
|
}, "strip", z.ZodTypeAny, {
|
|
171
|
-
__kind: "
|
|
171
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
172
172
|
}, {
|
|
173
|
-
__kind: "
|
|
174
|
-
}>, "
|
|
175
|
-
__kind: "
|
|
173
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
174
|
+
}>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
|
|
175
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
176
176
|
}>;
|
|
177
177
|
}, "strip", z.ZodTypeAny, {
|
|
178
|
-
value: "
|
|
178
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
179
179
|
__kind: "Token";
|
|
180
180
|
}, {
|
|
181
181
|
value: {
|
|
182
|
-
__kind: "
|
|
182
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
183
183
|
};
|
|
184
184
|
__kind: "Token";
|
|
185
185
|
}>, z.ZodObject<{
|
|
@@ -265,7 +265,7 @@ declare const arbitrumIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
265
265
|
} | {
|
|
266
266
|
__kind: "TooManyConsumers";
|
|
267
267
|
} | {
|
|
268
|
-
value: "
|
|
268
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
269
269
|
__kind: "Token";
|
|
270
270
|
} | {
|
|
271
271
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
@@ -304,7 +304,7 @@ declare const arbitrumIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
304
304
|
__kind: "TooManyConsumers";
|
|
305
305
|
} | {
|
|
306
306
|
value: {
|
|
307
|
-
__kind: "
|
|
307
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
308
308
|
};
|
|
309
309
|
__kind: "Token";
|
|
310
310
|
} | {
|
|
@@ -382,7 +382,7 @@ declare const arbitrumIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
382
382
|
} | {
|
|
383
383
|
__kind: "TooManyConsumers";
|
|
384
384
|
} | {
|
|
385
|
-
value: "
|
|
385
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
386
386
|
__kind: "Token";
|
|
387
387
|
} | {
|
|
388
388
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
@@ -453,7 +453,7 @@ declare const arbitrumIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
453
453
|
__kind: "TooManyConsumers";
|
|
454
454
|
} | {
|
|
455
455
|
value: {
|
|
456
|
-
__kind: "
|
|
456
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
457
457
|
};
|
|
458
458
|
__kind: "Token";
|
|
459
459
|
} | {
|
|
@@ -549,18 +549,18 @@ declare const arbitrumIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
549
549
|
value: z.ZodEffects<z.ZodObject<{
|
|
550
550
|
__kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
|
|
551
551
|
}, "strip", z.ZodTypeAny, {
|
|
552
|
-
__kind: "
|
|
552
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
553
553
|
}, {
|
|
554
|
-
__kind: "
|
|
555
|
-
}>, "
|
|
556
|
-
__kind: "
|
|
554
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
555
|
+
}>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
|
|
556
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
557
557
|
}>;
|
|
558
558
|
}, "strip", z.ZodTypeAny, {
|
|
559
|
-
value: "
|
|
559
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
560
560
|
__kind: "Token";
|
|
561
561
|
}, {
|
|
562
562
|
value: {
|
|
563
|
-
__kind: "
|
|
563
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
564
564
|
};
|
|
565
565
|
__kind: "Token";
|
|
566
566
|
}>, z.ZodObject<{
|
|
@@ -646,7 +646,7 @@ declare const arbitrumIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
646
646
|
} | {
|
|
647
647
|
__kind: "TooManyConsumers";
|
|
648
648
|
} | {
|
|
649
|
-
value: "
|
|
649
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
650
650
|
__kind: "Token";
|
|
651
651
|
} | {
|
|
652
652
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
@@ -685,7 +685,7 @@ declare const arbitrumIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
685
685
|
__kind: "TooManyConsumers";
|
|
686
686
|
} | {
|
|
687
687
|
value: {
|
|
688
|
-
__kind: "
|
|
688
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
689
689
|
};
|
|
690
690
|
__kind: "Token";
|
|
691
691
|
} | {
|
|
@@ -722,7 +722,6 @@ declare const arbitrumIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
722
722
|
__kind: "AuxDataNotReady";
|
|
723
723
|
}>]>;
|
|
724
724
|
}, "strip", z.ZodTypeAny, {
|
|
725
|
-
egressId: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub", bigint];
|
|
726
725
|
error: {
|
|
727
726
|
__kind: "Unsupported";
|
|
728
727
|
} | {
|
|
@@ -767,7 +766,7 @@ declare const arbitrumIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
767
766
|
} | {
|
|
768
767
|
__kind: "TooManyConsumers";
|
|
769
768
|
} | {
|
|
770
|
-
value: "
|
|
769
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
771
770
|
__kind: "Token";
|
|
772
771
|
} | {
|
|
773
772
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
@@ -811,7 +810,7 @@ declare const arbitrumIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
811
810
|
} | {
|
|
812
811
|
__kind: "TooManyConsumers";
|
|
813
812
|
} | {
|
|
814
|
-
value: "
|
|
813
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
815
814
|
__kind: "Token";
|
|
816
815
|
} | {
|
|
817
816
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
@@ -834,10 +833,8 @@ declare const arbitrumIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
834
833
|
} | {
|
|
835
834
|
__kind: "AuxDataNotReady";
|
|
836
835
|
};
|
|
836
|
+
egressId: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub", bigint];
|
|
837
837
|
}, {
|
|
838
|
-
egressId: [{
|
|
839
|
-
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
840
|
-
}, string | number];
|
|
841
838
|
error: {
|
|
842
839
|
__kind: "Unsupported";
|
|
843
840
|
} | {
|
|
@@ -887,7 +884,7 @@ declare const arbitrumIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
887
884
|
__kind: "TooManyConsumers";
|
|
888
885
|
} | {
|
|
889
886
|
value: {
|
|
890
|
-
__kind: "
|
|
887
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
891
888
|
};
|
|
892
889
|
__kind: "Token";
|
|
893
890
|
} | {
|
|
@@ -937,7 +934,7 @@ declare const arbitrumIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
937
934
|
__kind: "TooManyConsumers";
|
|
938
935
|
} | {
|
|
939
936
|
value: {
|
|
940
|
-
__kind: "
|
|
937
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
941
938
|
};
|
|
942
939
|
__kind: "Token";
|
|
943
940
|
} | {
|
|
@@ -965,6 +962,9 @@ declare const arbitrumIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
965
962
|
} | {
|
|
966
963
|
__kind: "AuxDataNotReady";
|
|
967
964
|
};
|
|
965
|
+
egressId: [{
|
|
966
|
+
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
967
|
+
}, string | number];
|
|
968
968
|
}>;
|
|
969
969
|
|
|
970
970
|
export { arbitrumIngressEgressCcmEgressInvalid };
|