@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
|
@@ -60,13 +60,13 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
60
60
|
__kind: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
61
61
|
}>;
|
|
62
62
|
}, "strip", z.ZodTypeAny, {
|
|
63
|
-
value: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
64
63
|
__kind: "FailedToDeriveAddress";
|
|
64
|
+
value: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
65
65
|
}, {
|
|
66
|
+
__kind: "FailedToDeriveAddress";
|
|
66
67
|
value: {
|
|
67
68
|
__kind: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
68
69
|
};
|
|
69
|
-
__kind: "FailedToDeriveAddress";
|
|
70
70
|
}>, z.ZodObject<{
|
|
71
71
|
__kind: z.ZodLiteral<"InvalidCcm">;
|
|
72
72
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -79,13 +79,13 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
79
79
|
__kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
|
|
80
80
|
}>;
|
|
81
81
|
}, "strip", z.ZodTypeAny, {
|
|
82
|
-
value: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
|
|
83
82
|
__kind: "InvalidCcm";
|
|
83
|
+
value: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
|
|
84
84
|
}, {
|
|
85
|
+
__kind: "InvalidCcm";
|
|
85
86
|
value: {
|
|
86
87
|
__kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
|
|
87
88
|
};
|
|
88
|
-
__kind: "InvalidCcm";
|
|
89
89
|
}>, z.ZodObject<{
|
|
90
90
|
__kind: z.ZodLiteral<"FailedToSerializeFinalTransaction">;
|
|
91
91
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -96,13 +96,14 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
96
96
|
__kind: z.ZodLiteral<"FinalTransactionExceededMaxLength">;
|
|
97
97
|
value: z.ZodNumber;
|
|
98
98
|
}, "strip", z.ZodTypeAny, {
|
|
99
|
-
value: number;
|
|
100
99
|
__kind: "FinalTransactionExceededMaxLength";
|
|
101
|
-
}, {
|
|
102
100
|
value: number;
|
|
101
|
+
}, {
|
|
103
102
|
__kind: "FinalTransactionExceededMaxLength";
|
|
103
|
+
value: number;
|
|
104
104
|
}>]>;
|
|
105
105
|
}, "strip", z.ZodTypeAny, {
|
|
106
|
+
__kind: "FailedToBuildCcmForSolana";
|
|
106
107
|
value: {
|
|
107
108
|
__kind: "CannotLookupApiEnvironment";
|
|
108
109
|
} | {
|
|
@@ -114,19 +115,19 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
114
115
|
} | {
|
|
115
116
|
__kind: "NoAvailableNonceAccount";
|
|
116
117
|
} | {
|
|
117
|
-
value: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
118
118
|
__kind: "FailedToDeriveAddress";
|
|
119
|
+
value: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
119
120
|
} | {
|
|
120
|
-
value: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
|
|
121
121
|
__kind: "InvalidCcm";
|
|
122
|
+
value: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
|
|
122
123
|
} | {
|
|
123
124
|
__kind: "FailedToSerializeFinalTransaction";
|
|
124
125
|
} | {
|
|
125
|
-
value: number;
|
|
126
126
|
__kind: "FinalTransactionExceededMaxLength";
|
|
127
|
+
value: number;
|
|
127
128
|
};
|
|
128
|
-
__kind: "FailedToBuildCcmForSolana";
|
|
129
129
|
}, {
|
|
130
|
+
__kind: "FailedToBuildCcmForSolana";
|
|
130
131
|
value: {
|
|
131
132
|
__kind: "CannotLookupApiEnvironment";
|
|
132
133
|
} | {
|
|
@@ -138,22 +139,21 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
138
139
|
} | {
|
|
139
140
|
__kind: "NoAvailableNonceAccount";
|
|
140
141
|
} | {
|
|
142
|
+
__kind: "FailedToDeriveAddress";
|
|
141
143
|
value: {
|
|
142
144
|
__kind: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
143
145
|
};
|
|
144
|
-
__kind: "FailedToDeriveAddress";
|
|
145
146
|
} | {
|
|
147
|
+
__kind: "InvalidCcm";
|
|
146
148
|
value: {
|
|
147
149
|
__kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
|
|
148
150
|
};
|
|
149
|
-
__kind: "InvalidCcm";
|
|
150
151
|
} | {
|
|
151
152
|
__kind: "FailedToSerializeFinalTransaction";
|
|
152
153
|
} | {
|
|
153
|
-
value: number;
|
|
154
154
|
__kind: "FinalTransactionExceededMaxLength";
|
|
155
|
+
value: number;
|
|
155
156
|
};
|
|
156
|
-
__kind: "FailedToBuildCcmForSolana";
|
|
157
157
|
}>, z.ZodObject<{
|
|
158
158
|
__kind: z.ZodLiteral<"DispatchError">;
|
|
159
159
|
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
@@ -187,17 +187,17 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
187
187
|
error: string;
|
|
188
188
|
}>;
|
|
189
189
|
}, "strip", z.ZodTypeAny, {
|
|
190
|
+
__kind: "Module";
|
|
190
191
|
value: {
|
|
191
192
|
index: number;
|
|
192
193
|
error: `0x${string}`;
|
|
193
194
|
};
|
|
194
|
-
__kind: "Module";
|
|
195
195
|
}, {
|
|
196
|
+
__kind: "Module";
|
|
196
197
|
value: {
|
|
197
198
|
index: number;
|
|
198
199
|
error: string;
|
|
199
200
|
};
|
|
200
|
-
__kind: "Module";
|
|
201
201
|
}>, z.ZodObject<{
|
|
202
202
|
__kind: z.ZodLiteral<"ConsumerRemaining">;
|
|
203
203
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -221,20 +221,20 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
221
221
|
value: z.ZodEffects<z.ZodObject<{
|
|
222
222
|
__kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
|
|
223
223
|
}, "strip", z.ZodTypeAny, {
|
|
224
|
-
__kind: "
|
|
224
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
225
225
|
}, {
|
|
226
|
-
__kind: "
|
|
227
|
-
}>, "
|
|
228
|
-
__kind: "
|
|
226
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
227
|
+
}>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
|
|
228
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
229
229
|
}>;
|
|
230
230
|
}, "strip", z.ZodTypeAny, {
|
|
231
|
-
value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
232
231
|
__kind: "Token";
|
|
232
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
233
233
|
}, {
|
|
234
|
+
__kind: "Token";
|
|
234
235
|
value: {
|
|
235
|
-
__kind: "
|
|
236
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
236
237
|
};
|
|
237
|
-
__kind: "Token";
|
|
238
238
|
}>, z.ZodObject<{
|
|
239
239
|
__kind: z.ZodLiteral<"Arithmetic">;
|
|
240
240
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -247,13 +247,13 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
247
247
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
248
248
|
}>;
|
|
249
249
|
}, "strip", z.ZodTypeAny, {
|
|
250
|
-
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
251
250
|
__kind: "Arithmetic";
|
|
251
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
252
252
|
}, {
|
|
253
|
+
__kind: "Arithmetic";
|
|
253
254
|
value: {
|
|
254
255
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
255
256
|
};
|
|
256
|
-
__kind: "Arithmetic";
|
|
257
257
|
}>, z.ZodObject<{
|
|
258
258
|
__kind: z.ZodLiteral<"Transactional">;
|
|
259
259
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -266,13 +266,13 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
266
266
|
__kind: "LimitReached" | "NoLayer";
|
|
267
267
|
}>;
|
|
268
268
|
}, "strip", z.ZodTypeAny, {
|
|
269
|
-
value: "LimitReached" | "NoLayer";
|
|
270
269
|
__kind: "Transactional";
|
|
270
|
+
value: "LimitReached" | "NoLayer";
|
|
271
271
|
}, {
|
|
272
|
+
__kind: "Transactional";
|
|
272
273
|
value: {
|
|
273
274
|
__kind: "LimitReached" | "NoLayer";
|
|
274
275
|
};
|
|
275
|
-
__kind: "Transactional";
|
|
276
276
|
}>, z.ZodObject<{
|
|
277
277
|
__kind: z.ZodLiteral<"Exhausted">;
|
|
278
278
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -299,6 +299,7 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
299
299
|
__kind: "RootNotAllowed";
|
|
300
300
|
}>]>;
|
|
301
301
|
}, "strip", z.ZodTypeAny, {
|
|
302
|
+
__kind: "DispatchError";
|
|
302
303
|
value: {
|
|
303
304
|
__kind: "Other";
|
|
304
305
|
} | {
|
|
@@ -306,11 +307,11 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
306
307
|
} | {
|
|
307
308
|
__kind: "BadOrigin";
|
|
308
309
|
} | {
|
|
310
|
+
__kind: "Module";
|
|
309
311
|
value: {
|
|
310
312
|
index: number;
|
|
311
313
|
error: `0x${string}`;
|
|
312
314
|
};
|
|
313
|
-
__kind: "Module";
|
|
314
315
|
} | {
|
|
315
316
|
__kind: "ConsumerRemaining";
|
|
316
317
|
} | {
|
|
@@ -318,14 +319,14 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
318
319
|
} | {
|
|
319
320
|
__kind: "TooManyConsumers";
|
|
320
321
|
} | {
|
|
321
|
-
value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
322
322
|
__kind: "Token";
|
|
323
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
323
324
|
} | {
|
|
324
|
-
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
325
325
|
__kind: "Arithmetic";
|
|
326
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
326
327
|
} | {
|
|
327
|
-
value: "LimitReached" | "NoLayer";
|
|
328
328
|
__kind: "Transactional";
|
|
329
|
+
value: "LimitReached" | "NoLayer";
|
|
329
330
|
} | {
|
|
330
331
|
__kind: "Exhausted";
|
|
331
332
|
} | {
|
|
@@ -335,8 +336,8 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
335
336
|
} | {
|
|
336
337
|
__kind: "RootNotAllowed";
|
|
337
338
|
};
|
|
338
|
-
__kind: "DispatchError";
|
|
339
339
|
}, {
|
|
340
|
+
__kind: "DispatchError";
|
|
340
341
|
value: {
|
|
341
342
|
__kind: "Other";
|
|
342
343
|
} | {
|
|
@@ -344,11 +345,11 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
344
345
|
} | {
|
|
345
346
|
__kind: "BadOrigin";
|
|
346
347
|
} | {
|
|
348
|
+
__kind: "Module";
|
|
347
349
|
value: {
|
|
348
350
|
index: number;
|
|
349
351
|
error: string;
|
|
350
352
|
};
|
|
351
|
-
__kind: "Module";
|
|
352
353
|
} | {
|
|
353
354
|
__kind: "ConsumerRemaining";
|
|
354
355
|
} | {
|
|
@@ -356,20 +357,20 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
356
357
|
} | {
|
|
357
358
|
__kind: "TooManyConsumers";
|
|
358
359
|
} | {
|
|
360
|
+
__kind: "Token";
|
|
359
361
|
value: {
|
|
360
|
-
__kind: "
|
|
362
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
361
363
|
};
|
|
362
|
-
__kind: "Token";
|
|
363
364
|
} | {
|
|
365
|
+
__kind: "Arithmetic";
|
|
364
366
|
value: {
|
|
365
367
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
366
368
|
};
|
|
367
|
-
__kind: "Arithmetic";
|
|
368
369
|
} | {
|
|
370
|
+
__kind: "Transactional";
|
|
369
371
|
value: {
|
|
370
372
|
__kind: "LimitReached" | "NoLayer";
|
|
371
373
|
};
|
|
372
|
-
__kind: "Transactional";
|
|
373
374
|
} | {
|
|
374
375
|
__kind: "Exhausted";
|
|
375
376
|
} | {
|
|
@@ -379,13 +380,12 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
379
380
|
} | {
|
|
380
381
|
__kind: "RootNotAllowed";
|
|
381
382
|
};
|
|
382
|
-
__kind: "DispatchError";
|
|
383
383
|
}>]>;
|
|
384
384
|
}, "strip", z.ZodTypeAny, {
|
|
385
|
-
egressId: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana", bigint];
|
|
386
385
|
error: {
|
|
387
386
|
__kind: "Unsupported";
|
|
388
387
|
} | {
|
|
388
|
+
__kind: "FailedToBuildCcmForSolana";
|
|
389
389
|
value: {
|
|
390
390
|
__kind: "CannotLookupApiEnvironment";
|
|
391
391
|
} | {
|
|
@@ -397,19 +397,19 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
397
397
|
} | {
|
|
398
398
|
__kind: "NoAvailableNonceAccount";
|
|
399
399
|
} | {
|
|
400
|
-
value: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
401
400
|
__kind: "FailedToDeriveAddress";
|
|
401
|
+
value: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
402
402
|
} | {
|
|
403
|
-
value: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
|
|
404
403
|
__kind: "InvalidCcm";
|
|
404
|
+
value: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
|
|
405
405
|
} | {
|
|
406
406
|
__kind: "FailedToSerializeFinalTransaction";
|
|
407
407
|
} | {
|
|
408
|
-
value: number;
|
|
409
408
|
__kind: "FinalTransactionExceededMaxLength";
|
|
409
|
+
value: number;
|
|
410
410
|
};
|
|
411
|
-
__kind: "FailedToBuildCcmForSolana";
|
|
412
411
|
} | {
|
|
412
|
+
__kind: "DispatchError";
|
|
413
413
|
value: {
|
|
414
414
|
__kind: "Other";
|
|
415
415
|
} | {
|
|
@@ -417,11 +417,11 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
417
417
|
} | {
|
|
418
418
|
__kind: "BadOrigin";
|
|
419
419
|
} | {
|
|
420
|
+
__kind: "Module";
|
|
420
421
|
value: {
|
|
421
422
|
index: number;
|
|
422
423
|
error: `0x${string}`;
|
|
423
424
|
};
|
|
424
|
-
__kind: "Module";
|
|
425
425
|
} | {
|
|
426
426
|
__kind: "ConsumerRemaining";
|
|
427
427
|
} | {
|
|
@@ -429,14 +429,14 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
429
429
|
} | {
|
|
430
430
|
__kind: "TooManyConsumers";
|
|
431
431
|
} | {
|
|
432
|
-
value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
433
432
|
__kind: "Token";
|
|
433
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
434
434
|
} | {
|
|
435
|
-
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
436
435
|
__kind: "Arithmetic";
|
|
436
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
437
437
|
} | {
|
|
438
|
-
value: "LimitReached" | "NoLayer";
|
|
439
438
|
__kind: "Transactional";
|
|
439
|
+
value: "LimitReached" | "NoLayer";
|
|
440
440
|
} | {
|
|
441
441
|
__kind: "Exhausted";
|
|
442
442
|
} | {
|
|
@@ -446,15 +446,13 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
446
446
|
} | {
|
|
447
447
|
__kind: "RootNotAllowed";
|
|
448
448
|
};
|
|
449
|
-
__kind: "DispatchError";
|
|
450
449
|
};
|
|
450
|
+
egressId: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana", bigint];
|
|
451
451
|
}, {
|
|
452
|
-
egressId: [{
|
|
453
|
-
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
454
|
-
}, string | number];
|
|
455
452
|
error: {
|
|
456
453
|
__kind: "Unsupported";
|
|
457
454
|
} | {
|
|
455
|
+
__kind: "FailedToBuildCcmForSolana";
|
|
458
456
|
value: {
|
|
459
457
|
__kind: "CannotLookupApiEnvironment";
|
|
460
458
|
} | {
|
|
@@ -466,23 +464,23 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
466
464
|
} | {
|
|
467
465
|
__kind: "NoAvailableNonceAccount";
|
|
468
466
|
} | {
|
|
467
|
+
__kind: "FailedToDeriveAddress";
|
|
469
468
|
value: {
|
|
470
469
|
__kind: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
471
470
|
};
|
|
472
|
-
__kind: "FailedToDeriveAddress";
|
|
473
471
|
} | {
|
|
472
|
+
__kind: "InvalidCcm";
|
|
474
473
|
value: {
|
|
475
474
|
__kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
|
|
476
475
|
};
|
|
477
|
-
__kind: "InvalidCcm";
|
|
478
476
|
} | {
|
|
479
477
|
__kind: "FailedToSerializeFinalTransaction";
|
|
480
478
|
} | {
|
|
481
|
-
value: number;
|
|
482
479
|
__kind: "FinalTransactionExceededMaxLength";
|
|
480
|
+
value: number;
|
|
483
481
|
};
|
|
484
|
-
__kind: "FailedToBuildCcmForSolana";
|
|
485
482
|
} | {
|
|
483
|
+
__kind: "DispatchError";
|
|
486
484
|
value: {
|
|
487
485
|
__kind: "Other";
|
|
488
486
|
} | {
|
|
@@ -490,11 +488,11 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
490
488
|
} | {
|
|
491
489
|
__kind: "BadOrigin";
|
|
492
490
|
} | {
|
|
491
|
+
__kind: "Module";
|
|
493
492
|
value: {
|
|
494
493
|
index: number;
|
|
495
494
|
error: string;
|
|
496
495
|
};
|
|
497
|
-
__kind: "Module";
|
|
498
496
|
} | {
|
|
499
497
|
__kind: "ConsumerRemaining";
|
|
500
498
|
} | {
|
|
@@ -502,20 +500,20 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
502
500
|
} | {
|
|
503
501
|
__kind: "TooManyConsumers";
|
|
504
502
|
} | {
|
|
503
|
+
__kind: "Token";
|
|
505
504
|
value: {
|
|
506
|
-
__kind: "
|
|
505
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
507
506
|
};
|
|
508
|
-
__kind: "Token";
|
|
509
507
|
} | {
|
|
508
|
+
__kind: "Arithmetic";
|
|
510
509
|
value: {
|
|
511
510
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
512
511
|
};
|
|
513
|
-
__kind: "Arithmetic";
|
|
514
512
|
} | {
|
|
513
|
+
__kind: "Transactional";
|
|
515
514
|
value: {
|
|
516
515
|
__kind: "LimitReached" | "NoLayer";
|
|
517
516
|
};
|
|
518
|
-
__kind: "Transactional";
|
|
519
517
|
} | {
|
|
520
518
|
__kind: "Exhausted";
|
|
521
519
|
} | {
|
|
@@ -525,8 +523,10 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
525
523
|
} | {
|
|
526
524
|
__kind: "RootNotAllowed";
|
|
527
525
|
};
|
|
528
|
-
__kind: "DispatchError";
|
|
529
526
|
};
|
|
527
|
+
egressId: [{
|
|
528
|
+
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
529
|
+
}, string | number];
|
|
530
530
|
}>;
|
|
531
531
|
|
|
532
532
|
export { bitcoinIngressEgressCcmEgressInvalid };
|
|
@@ -5,47 +5,47 @@ declare const bitcoinIngressEgressDepositBoosted: z.ZodObject<{
|
|
|
5
5
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
6
6
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
7
7
|
}, "strip", z.ZodTypeAny, {
|
|
8
|
-
value: `0x${string}`;
|
|
9
8
|
__kind: "P2PKH";
|
|
9
|
+
value: `0x${string}`;
|
|
10
10
|
}, {
|
|
11
|
-
value: string;
|
|
12
11
|
__kind: "P2PKH";
|
|
12
|
+
value: string;
|
|
13
13
|
}>, z.ZodObject<{
|
|
14
14
|
__kind: z.ZodLiteral<"P2SH">;
|
|
15
15
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
16
16
|
}, "strip", z.ZodTypeAny, {
|
|
17
|
-
value: `0x${string}`;
|
|
18
17
|
__kind: "P2SH";
|
|
18
|
+
value: `0x${string}`;
|
|
19
19
|
}, {
|
|
20
|
-
value: string;
|
|
21
20
|
__kind: "P2SH";
|
|
21
|
+
value: string;
|
|
22
22
|
}>, z.ZodObject<{
|
|
23
23
|
__kind: z.ZodLiteral<"P2WPKH">;
|
|
24
24
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
25
25
|
}, "strip", z.ZodTypeAny, {
|
|
26
|
-
value: `0x${string}`;
|
|
27
26
|
__kind: "P2WPKH";
|
|
27
|
+
value: `0x${string}`;
|
|
28
28
|
}, {
|
|
29
|
-
value: string;
|
|
30
29
|
__kind: "P2WPKH";
|
|
30
|
+
value: string;
|
|
31
31
|
}>, z.ZodObject<{
|
|
32
32
|
__kind: z.ZodLiteral<"P2WSH">;
|
|
33
33
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
34
34
|
}, "strip", z.ZodTypeAny, {
|
|
35
|
-
value: `0x${string}`;
|
|
36
35
|
__kind: "P2WSH";
|
|
36
|
+
value: `0x${string}`;
|
|
37
37
|
}, {
|
|
38
|
-
value: string;
|
|
39
38
|
__kind: "P2WSH";
|
|
39
|
+
value: string;
|
|
40
40
|
}>, z.ZodObject<{
|
|
41
41
|
__kind: z.ZodLiteral<"Taproot">;
|
|
42
42
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
43
43
|
}, "strip", z.ZodTypeAny, {
|
|
44
|
-
value: `0x${string}`;
|
|
45
44
|
__kind: "Taproot";
|
|
45
|
+
value: `0x${string}`;
|
|
46
46
|
}, {
|
|
47
|
-
value: string;
|
|
48
47
|
__kind: "Taproot";
|
|
48
|
+
value: string;
|
|
49
49
|
}>, z.ZodObject<{
|
|
50
50
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
51
51
|
version: z.ZodNumber;
|
|
@@ -142,11 +142,11 @@ declare const bitcoinIngressEgressDepositBoosted: z.ZodObject<{
|
|
|
142
142
|
};
|
|
143
143
|
} | null | undefined;
|
|
144
144
|
};
|
|
145
|
-
amount: bigint;
|
|
146
145
|
id: {
|
|
147
146
|
txId: `0x${string}`;
|
|
148
147
|
vout: number;
|
|
149
148
|
};
|
|
149
|
+
amount: bigint;
|
|
150
150
|
}, {
|
|
151
151
|
depositAddress: {
|
|
152
152
|
pubkeyX: string;
|
|
@@ -159,11 +159,11 @@ declare const bitcoinIngressEgressDepositBoosted: z.ZodObject<{
|
|
|
159
159
|
};
|
|
160
160
|
} | null | undefined;
|
|
161
161
|
};
|
|
162
|
-
amount: string | number;
|
|
163
162
|
id: {
|
|
164
163
|
txId: string;
|
|
165
164
|
vout: number;
|
|
166
165
|
};
|
|
166
|
+
amount: string | number;
|
|
167
167
|
}>;
|
|
168
168
|
prewitnessedDepositId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
169
169
|
channelId: 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>>>;
|
|
@@ -224,8 +224,8 @@ declare const bitcoinIngressEgressDepositBoosted: z.ZodObject<{
|
|
|
224
224
|
__kind: "DepositChannel" | "Vault";
|
|
225
225
|
}>;
|
|
226
226
|
}, "strip", z.ZodTypeAny, {
|
|
227
|
-
prewitnessedDepositId: bigint;
|
|
228
227
|
asset: "Btc";
|
|
228
|
+
amounts: [number, bigint][];
|
|
229
229
|
depositDetails: {
|
|
230
230
|
depositAddress: {
|
|
231
231
|
pubkeyX: `0x${string}`;
|
|
@@ -238,17 +238,17 @@ declare const bitcoinIngressEgressDepositBoosted: z.ZodObject<{
|
|
|
238
238
|
};
|
|
239
239
|
} | null | undefined;
|
|
240
240
|
};
|
|
241
|
-
amount: bigint;
|
|
242
241
|
id: {
|
|
243
242
|
txId: `0x${string}`;
|
|
244
243
|
vout: number;
|
|
245
244
|
};
|
|
245
|
+
amount: bigint;
|
|
246
246
|
};
|
|
247
|
-
|
|
247
|
+
prewitnessedDepositId: bigint;
|
|
248
248
|
blockHeight: bigint;
|
|
249
|
-
amounts: [number, bigint][];
|
|
250
249
|
ingressFee: bigint;
|
|
251
250
|
maxBoostFeeBps: number;
|
|
251
|
+
boostFee: bigint;
|
|
252
252
|
action: {
|
|
253
253
|
__kind: "Swap";
|
|
254
254
|
swapRequestId: bigint;
|
|
@@ -266,20 +266,20 @@ declare const bitcoinIngressEgressDepositBoosted: z.ZodObject<{
|
|
|
266
266
|
};
|
|
267
267
|
originType: "DepositChannel" | "Vault";
|
|
268
268
|
depositAddress?: {
|
|
269
|
-
value: `0x${string}`;
|
|
270
269
|
__kind: "P2PKH";
|
|
271
|
-
} | {
|
|
272
270
|
value: `0x${string}`;
|
|
273
|
-
__kind: "P2SH";
|
|
274
271
|
} | {
|
|
272
|
+
__kind: "P2SH";
|
|
275
273
|
value: `0x${string}`;
|
|
276
|
-
__kind: "P2WPKH";
|
|
277
274
|
} | {
|
|
275
|
+
__kind: "P2WPKH";
|
|
278
276
|
value: `0x${string}`;
|
|
279
|
-
__kind: "P2WSH";
|
|
280
277
|
} | {
|
|
278
|
+
__kind: "P2WSH";
|
|
281
279
|
value: `0x${string}`;
|
|
280
|
+
} | {
|
|
282
281
|
__kind: "Taproot";
|
|
282
|
+
value: `0x${string}`;
|
|
283
283
|
} | {
|
|
284
284
|
__kind: "OtherSegwit";
|
|
285
285
|
version: number;
|
|
@@ -287,10 +287,10 @@ declare const bitcoinIngressEgressDepositBoosted: z.ZodObject<{
|
|
|
287
287
|
} | null | undefined;
|
|
288
288
|
channelId?: bigint | null | undefined;
|
|
289
289
|
}, {
|
|
290
|
-
prewitnessedDepositId: string | number;
|
|
291
290
|
asset: {
|
|
292
291
|
__kind: "Btc";
|
|
293
292
|
};
|
|
293
|
+
amounts: [number, string | number][];
|
|
294
294
|
depositDetails: {
|
|
295
295
|
depositAddress: {
|
|
296
296
|
pubkeyX: string;
|
|
@@ -303,17 +303,17 @@ declare const bitcoinIngressEgressDepositBoosted: z.ZodObject<{
|
|
|
303
303
|
};
|
|
304
304
|
} | null | undefined;
|
|
305
305
|
};
|
|
306
|
-
amount: string | number;
|
|
307
306
|
id: {
|
|
308
307
|
txId: string;
|
|
309
308
|
vout: number;
|
|
310
309
|
};
|
|
310
|
+
amount: string | number;
|
|
311
311
|
};
|
|
312
|
-
|
|
312
|
+
prewitnessedDepositId: string | number;
|
|
313
313
|
blockHeight: string | number;
|
|
314
|
-
amounts: [number, string | number][];
|
|
315
314
|
ingressFee: string | number;
|
|
316
315
|
maxBoostFeeBps: number;
|
|
316
|
+
boostFee: string | number;
|
|
317
317
|
action: {
|
|
318
318
|
__kind: "Swap";
|
|
319
319
|
swapRequestId: string | number;
|
|
@@ -333,20 +333,20 @@ declare const bitcoinIngressEgressDepositBoosted: z.ZodObject<{
|
|
|
333
333
|
__kind: "DepositChannel" | "Vault";
|
|
334
334
|
};
|
|
335
335
|
depositAddress?: {
|
|
336
|
-
value: string;
|
|
337
336
|
__kind: "P2PKH";
|
|
338
|
-
} | {
|
|
339
337
|
value: string;
|
|
340
|
-
__kind: "P2SH";
|
|
341
338
|
} | {
|
|
339
|
+
__kind: "P2SH";
|
|
342
340
|
value: string;
|
|
343
|
-
__kind: "P2WPKH";
|
|
344
341
|
} | {
|
|
342
|
+
__kind: "P2WPKH";
|
|
345
343
|
value: string;
|
|
346
|
-
__kind: "P2WSH";
|
|
347
344
|
} | {
|
|
345
|
+
__kind: "P2WSH";
|
|
348
346
|
value: string;
|
|
347
|
+
} | {
|
|
349
348
|
__kind: "Taproot";
|
|
349
|
+
value: string;
|
|
350
350
|
} | {
|
|
351
351
|
__kind: "OtherSegwit";
|
|
352
352
|
version: number;
|