@chainflip/processor 2.0.0 → 2.0.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/liquidityPools/limitOrderUpdated.d.cts +8 -8
- package/dist/100/liquidityPools/limitOrderUpdated.d.ts +8 -8
- package/dist/100/liquidityPools/rangeOrderUpdated.d.cts +8 -8
- package/dist/100/liquidityPools/rangeOrderUpdated.d.ts +8 -8
- package/dist/100/swapping/batchSwapFailed.d.cts +8 -8
- package/dist/100/swapping/batchSwapFailed.d.ts +8 -8
- package/dist/100/swapping/ccmDepositReceived.d.cts +62 -62
- package/dist/100/swapping/ccmDepositReceived.d.ts +62 -62
- package/dist/100/swapping/ccmFailed.d.cts +62 -62
- package/dist/100/swapping/ccmFailed.d.ts +62 -62
- package/dist/100/swapping/minimumSwapAmountSet.d.cts +6 -6
- package/dist/100/swapping/minimumSwapAmountSet.d.ts +6 -6
- package/dist/100/swapping/swapAmountTooLow.d.cts +19 -19
- package/dist/100/swapping/swapAmountTooLow.d.ts +19 -19
- package/dist/100/swapping/swapDepositAddressReady.d.cts +26 -26
- package/dist/100/swapping/swapDepositAddressReady.d.ts +26 -26
- package/dist/100/swapping/swapEgressScheduled.d.cts +6 -6
- package/dist/100/swapping/swapEgressScheduled.d.ts +6 -6
- package/dist/100/swapping/swapExecuted.d.cts +12 -12
- package/dist/100/swapping/swapExecuted.d.ts +12 -12
- package/dist/100/swapping/swapScheduled.d.cts +91 -91
- package/dist/100/swapping/swapScheduled.d.ts +91 -91
- package/dist/100/swapping/withdrawalRequested.d.cts +4 -4
- package/dist/100/swapping/withdrawalRequested.d.ts +4 -4
- package/dist/100/system/extrinsicFailed.d.cts +16 -16
- package/dist/100/system/extrinsicFailed.d.ts +16 -16
- package/dist/11000/common.cjs +38 -8
- package/dist/11000/common.d.cts +2131 -801
- package/dist/11000/common.d.ts +2131 -801
- package/dist/11000/common.mjs +38 -8
- package/dist/11000/swapping/refundEgressScheduled.d.cts +6 -6
- package/dist/11000/swapping/refundEgressScheduled.d.ts +6 -6
- 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 +27 -27
- package/dist/11000/swapping/swapDepositAddressReady.d.ts +27 -27
- package/dist/11000/swapping/swapRequested.d.cts +92 -92
- package/dist/11000/swapping/swapRequested.d.ts +92 -92
- package/dist/11100/assethubIngressEgress/depositFailed.d.cts +30 -30
- package/dist/11100/assethubIngressEgress/depositFailed.d.ts +30 -30
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.cts +318 -318
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.ts +318 -318
- package/dist/11100/common.cjs +38 -8
- package/dist/11100/common.d.cts +2067 -737
- package/dist/11100/common.d.ts +2067 -737
- package/dist/11100/common.mjs +38 -8
- package/dist/11100/solanaIngressEgress/depositFailed.d.cts +166 -166
- package/dist/11100/solanaIngressEgress/depositFailed.d.ts +166 -166
- package/dist/11200/arbitrumIngressEgress/channelRejectionRequestReceived.d.cts +2 -2
- package/dist/11200/arbitrumIngressEgress/channelRejectionRequestReceived.d.ts +2 -2
- package/dist/11200/arbitrumIngressEgress/depositBoosted.d.cts +6 -6
- package/dist/11200/arbitrumIngressEgress/depositBoosted.d.ts +6 -6
- package/dist/11200/arbitrumIngressEgress/depositFailed.d.cts +184 -184
- package/dist/11200/arbitrumIngressEgress/depositFailed.d.ts +184 -184
- package/dist/11200/arbitrumIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/11200/arbitrumIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/11200/assethubIngressEgress/channelRejectionRequestReceived.d.cts +2 -2
- package/dist/11200/assethubIngressEgress/channelRejectionRequestReceived.d.ts +2 -2
- package/dist/11200/assethubIngressEgress/depositBoosted.d.cts +6 -6
- package/dist/11200/assethubIngressEgress/depositBoosted.d.ts +6 -6
- package/dist/11200/assethubIngressEgress/depositFailed.d.cts +184 -184
- package/dist/11200/assethubIngressEgress/depositFailed.d.ts +184 -184
- package/dist/11200/assethubIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/11200/assethubIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/11200/bitcoinIngressEgress/depositFailed.d.cts +218 -9
- package/dist/11200/bitcoinIngressEgress/depositFailed.d.ts +218 -9
- package/dist/11200/common.cjs +85 -15
- package/dist/11200/common.d.cts +4493 -2569
- package/dist/11200/common.d.ts +4493 -2569
- package/dist/11200/common.mjs +86 -16
- package/dist/11200/polkadotIngressEgress/channelRejectionRequestReceived.d.cts +2 -2
- package/dist/11200/polkadotIngressEgress/channelRejectionRequestReceived.d.ts +2 -2
- package/dist/11200/polkadotIngressEgress/depositBoosted.d.cts +6 -6
- package/dist/11200/polkadotIngressEgress/depositBoosted.d.ts +6 -6
- package/dist/11200/polkadotIngressEgress/depositFailed.d.cts +184 -184
- package/dist/11200/polkadotIngressEgress/depositFailed.d.ts +184 -184
- package/dist/11200/polkadotIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/11200/polkadotIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/120/emissions/flipBurnSkipped.d.cts +16 -16
- package/dist/120/emissions/flipBurnSkipped.d.ts +16 -16
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.ts +16 -16
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.ts +4 -4
- package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.ts +2 -2
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.ts +4 -4
- package/dist/141/arbitrumIngressEgress/depositIgnored.d.cts +3 -3
- package/dist/141/arbitrumIngressEgress/depositIgnored.d.ts +3 -3
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.cts +22 -22
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.ts +22 -22
- package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
- package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
- package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
- package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
- package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.ts +4 -4
- package/dist/141/liquidityProvider/accountCredited.d.cts +2 -2
- package/dist/141/liquidityProvider/accountCredited.d.ts +2 -2
- package/dist/141/liquidityProvider/accountDebited.d.cts +2 -2
- package/dist/141/liquidityProvider/accountDebited.d.ts +2 -2
- package/dist/141/liquidityProvider/assetTransferred.d.cts +3 -3
- package/dist/141/liquidityProvider/assetTransferred.d.ts +3 -3
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.cts +2 -2
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.ts +2 -2
- package/dist/141/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
- package/dist/141/liquidityProvider/liquidityDepositCredited.d.ts +2 -2
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.cts +2 -2
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.ts +2 -2
- package/dist/141/swapping/batchSwapFailed.d.cts +8 -8
- package/dist/141/swapping/batchSwapFailed.d.ts +8 -8
- package/dist/141/swapping/ccmDepositReceived.d.cts +68 -68
- package/dist/141/swapping/ccmDepositReceived.d.ts +68 -68
- package/dist/141/swapping/ccmFailed.d.cts +73 -73
- package/dist/141/swapping/ccmFailed.d.ts +73 -73
- package/dist/141/swapping/maximumSwapAmountSet.d.cts +6 -6
- package/dist/141/swapping/maximumSwapAmountSet.d.ts +6 -6
- package/dist/141/swapping/swapAmountConfiscated.d.cts +12 -12
- package/dist/141/swapping/swapAmountConfiscated.d.ts +12 -12
- package/dist/141/swapping/swapDepositAddressReady.d.cts +20 -20
- package/dist/141/swapping/swapDepositAddressReady.d.ts +20 -20
- package/dist/141/swapping/swapEgressIgnored.d.cts +24 -24
- package/dist/141/swapping/swapEgressIgnored.d.ts +24 -24
- package/dist/141/swapping/swapEgressScheduled.d.cts +11 -11
- package/dist/141/swapping/swapEgressScheduled.d.ts +11 -11
- package/dist/141/swapping/swapExecuted.d.cts +88 -88
- package/dist/141/swapping/swapExecuted.d.ts +88 -88
- package/dist/141/swapping/swapScheduled.d.cts +97 -97
- package/dist/141/swapping/swapScheduled.d.ts +97 -97
- package/dist/141/swapping/withdrawalRequested.d.cts +14 -14
- package/dist/141/swapping/withdrawalRequested.d.ts +14 -14
- package/dist/150/solanaIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/150/solanaIngressEgress/boostFundsAdded.d.ts +2 -2
- package/dist/150/solanaIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/150/solanaIngressEgress/depositBoosted.d.ts +4 -4
- package/dist/150/solanaIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/150/solanaIngressEgress/depositFetchesScheduled.d.ts +2 -2
- package/dist/150/solanaIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/150/solanaIngressEgress/depositFinalised.d.ts +4 -4
- package/dist/150/solanaIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/150/solanaIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/150/solanaIngressEgress/depositWitnessRejected.d.cts +4 -4
- package/dist/150/solanaIngressEgress/depositWitnessRejected.d.ts +4 -4
- package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
- package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
- package/dist/150/solanaIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/150/solanaIngressEgress/transferFallbackRequested.d.ts +2 -2
- package/dist/150/swapping/batchSwapFailed.d.cts +8 -8
- package/dist/150/swapping/batchSwapFailed.d.ts +8 -8
- package/dist/150/swapping/ccmDepositReceived.d.cts +74 -74
- package/dist/150/swapping/ccmDepositReceived.d.ts +74 -74
- package/dist/150/swapping/ccmFailed.d.cts +79 -79
- package/dist/150/swapping/ccmFailed.d.ts +79 -79
- package/dist/150/swapping/maximumSwapAmountSet.d.cts +6 -6
- package/dist/150/swapping/maximumSwapAmountSet.d.ts +6 -6
- package/dist/150/swapping/refundEgressIgnored.d.cts +24 -24
- package/dist/150/swapping/refundEgressIgnored.d.ts +24 -24
- package/dist/150/swapping/refundEgressScheduled.d.cts +8 -8
- package/dist/150/swapping/refundEgressScheduled.d.ts +8 -8
- package/dist/150/swapping/swapAmountConfiscated.d.cts +12 -12
- package/dist/150/swapping/swapAmountConfiscated.d.ts +12 -12
- package/dist/150/swapping/swapDepositAddressReady.d.cts +25 -25
- package/dist/150/swapping/swapDepositAddressReady.d.ts +25 -25
- package/dist/150/swapping/swapEgressIgnored.d.cts +24 -24
- package/dist/150/swapping/swapEgressIgnored.d.ts +24 -24
- package/dist/150/swapping/swapEgressScheduled.d.cts +8 -8
- package/dist/150/swapping/swapEgressScheduled.d.ts +8 -8
- package/dist/150/swapping/swapExecuted.d.cts +94 -94
- package/dist/150/swapping/swapExecuted.d.ts +94 -94
- package/dist/150/swapping/swapScheduled.d.cts +103 -103
- package/dist/150/swapping/swapScheduled.d.ts +103 -103
- package/dist/150/swapping/withdrawalRequested.d.cts +10 -10
- package/dist/150/swapping/withdrawalRequested.d.ts +10 -10
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.ts +6 -6
- 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/bitcoinIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.cts +28 -28
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.ts +28 -28
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.cts +26 -26
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.ts +26 -26
- 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/170/arbitrumIngressEgress/boostedDepositLost.d.cts +2 -2
- package/dist/170/arbitrumIngressEgress/boostedDepositLost.d.ts +2 -2
- package/dist/170/arbitrumIngressEgress/ccmFailed.d.cts +37 -37
- package/dist/170/arbitrumIngressEgress/ccmFailed.d.ts +37 -37
- package/dist/170/arbitrumIngressEgress/depositIgnored.d.cts +6 -6
- package/dist/170/arbitrumIngressEgress/depositIgnored.d.ts +6 -6
- package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
- package/dist/170/reputation/offencePenalty.d.cts +6 -6
- package/dist/170/reputation/offencePenalty.d.ts +6 -6
- package/dist/170/reputation/penaltyUpdated.d.cts +4 -4
- package/dist/170/reputation/penaltyUpdated.d.ts +4 -4
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.cts +14 -14
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.ts +14 -14
- package/dist/180/bitcoinIngressEgress/depositFailed.d.cts +10 -10
- package/dist/180/bitcoinIngressEgress/depositFailed.d.ts +10 -10
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +10 -10
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +10 -10
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/180/ethereumIngressEgress/depositBoosted.d.cts +6 -6
- package/dist/180/ethereumIngressEgress/depositBoosted.d.ts +6 -6
- package/dist/180/ethereumIngressEgress/depositFailed.d.cts +179 -179
- package/dist/180/ethereumIngressEgress/depositFailed.d.ts +179 -179
- package/dist/180/ethereumIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/180/ethereumIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +57 -57
- package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/180/solanaIngressEgress/depositBoosted.d.cts +6 -6
- package/dist/180/solanaIngressEgress/depositBoosted.d.ts +6 -6
- package/dist/180/solanaIngressEgress/depositFailed.d.cts +161 -161
- package/dist/180/solanaIngressEgress/depositFailed.d.ts +161 -161
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +57 -57
- package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
- package/dist/180/swapping/privateBrokerChannelClosed.d.cts +2 -2
- package/dist/180/swapping/privateBrokerChannelClosed.d.ts +2 -2
- package/dist/180/swapping/privateBrokerChannelOpened.d.cts +2 -2
- package/dist/180/swapping/privateBrokerChannelOpened.d.ts +2 -2
- package/dist/180/swapping/swapDepositAddressReady.d.cts +2 -2
- package/dist/180/swapping/swapDepositAddressReady.d.ts +2 -2
- package/dist/180/swapping/swapRequested.d.cts +4 -4
- package/dist/180/swapping/swapRequested.d.ts +4 -4
- package/dist/190/assetBalances/accountCredited.d.cts +2 -2
- package/dist/190/assetBalances/accountCredited.d.ts +2 -2
- package/dist/190/assetBalances/accountDebited.d.cts +2 -2
- package/dist/190/assetBalances/accountDebited.d.ts +2 -2
- package/dist/190/assethubBroadcaster/broadcastCallbackExecuted.d.cts +28 -28
- package/dist/190/assethubBroadcaster/broadcastCallbackExecuted.d.ts +28 -28
- package/dist/190/bitcoinIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/190/bitcoinIngressEgress/ccmEgressInvalid.d.ts +4 -4
- package/dist/190/environment/runtimeSafeModeUpdated.d.cts +40 -40
- package/dist/190/environment/runtimeSafeModeUpdated.d.ts +40 -40
- package/dist/190/ethereumIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/190/ethereumIngressEgress/ccmEgressInvalid.d.ts +4 -4
- package/dist/190/liquidityPools/limitOrderUpdated.d.cts +12 -12
- package/dist/190/liquidityPools/limitOrderUpdated.d.ts +12 -12
- package/dist/190/liquidityPools/orderDeletionFailed.d.cts +8 -8
- package/dist/190/liquidityPools/orderDeletionFailed.d.ts +8 -8
- package/dist/190/liquidityPools/rangeOrderUpdated.d.cts +12 -12
- package/dist/190/liquidityPools/rangeOrderUpdated.d.ts +12 -12
- package/dist/190/reputation/offencePenalty.d.cts +6 -6
- package/dist/190/reputation/offencePenalty.d.ts +6 -6
- package/dist/190/reputation/penaltyUpdated.d.cts +4 -4
- package/dist/190/reputation/penaltyUpdated.d.ts +4 -4
- package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.ts +4 -4
- package/package.json +1 -1
|
@@ -60,13 +60,13 @@ declare const ethereumIngressEgressCcmEgressInvalid: 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 ethereumIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
79
79
|
__kind: "CannotDecodeCfParameters" | "CcmIsTooLong" | "CfParametersContainsInvalidAccounts";
|
|
80
80
|
}>;
|
|
81
81
|
}, "strip", z.ZodTypeAny, {
|
|
82
|
-
value: "CannotDecodeCfParameters" | "CcmIsTooLong" | "CfParametersContainsInvalidAccounts";
|
|
83
82
|
__kind: "InvalidCcm";
|
|
83
|
+
value: "CannotDecodeCfParameters" | "CcmIsTooLong" | "CfParametersContainsInvalidAccounts";
|
|
84
84
|
}, {
|
|
85
|
+
__kind: "InvalidCcm";
|
|
85
86
|
value: {
|
|
86
87
|
__kind: "CannotDecodeCfParameters" | "CcmIsTooLong" | "CfParametersContainsInvalidAccounts";
|
|
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 ethereumIngressEgressCcmEgressInvalid: 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 ethereumIngressEgressCcmEgressInvalid: 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: "CannotDecodeCfParameters" | "CcmIsTooLong" | "CfParametersContainsInvalidAccounts";
|
|
121
121
|
__kind: "InvalidCcm";
|
|
122
|
+
value: "CannotDecodeCfParameters" | "CcmIsTooLong" | "CfParametersContainsInvalidAccounts";
|
|
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 ethereumIngressEgressCcmEgressInvalid: 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: "CannotDecodeCfParameters" | "CcmIsTooLong" | "CfParametersContainsInvalidAccounts";
|
|
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 ethereumIngressEgressCcmEgressInvalid: 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 ethereumIngressEgressCcmEgressInvalid: 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 ethereumIngressEgressCcmEgressInvalid: 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 ethereumIngressEgressCcmEgressInvalid: 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 ethereumIngressEgressCcmEgressInvalid: 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 ethereumIngressEgressCcmEgressInvalid: 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 ethereumIngressEgressCcmEgressInvalid: 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 ethereumIngressEgressCcmEgressInvalid: 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 ethereumIngressEgressCcmEgressInvalid: 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 ethereumIngressEgressCcmEgressInvalid: 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 ethereumIngressEgressCcmEgressInvalid: 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 ethereumIngressEgressCcmEgressInvalid: 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: "CannotDecodeCfParameters" | "CcmIsTooLong" | "CfParametersContainsInvalidAccounts";
|
|
404
403
|
__kind: "InvalidCcm";
|
|
404
|
+
value: "CannotDecodeCfParameters" | "CcmIsTooLong" | "CfParametersContainsInvalidAccounts";
|
|
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 ethereumIngressEgressCcmEgressInvalid: 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 ethereumIngressEgressCcmEgressInvalid: 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 ethereumIngressEgressCcmEgressInvalid: 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 ethereumIngressEgressCcmEgressInvalid: 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: "CannotDecodeCfParameters" | "CcmIsTooLong" | "CfParametersContainsInvalidAccounts";
|
|
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 ethereumIngressEgressCcmEgressInvalid: 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 ethereumIngressEgressCcmEgressInvalid: 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 ethereumIngressEgressCcmEgressInvalid: 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 { ethereumIngressEgressCcmEgressInvalid };
|
|
@@ -69,14 +69,14 @@ declare const ethereumIngressEgressDepositBoosted: z.ZodObject<{
|
|
|
69
69
|
}>]>;
|
|
70
70
|
}, "strip", z.ZodTypeAny, {
|
|
71
71
|
depositAddress: `0x${string}`;
|
|
72
|
-
channelId: bigint;
|
|
73
|
-
prewitnessedDepositId: bigint;
|
|
74
|
-
amounts: [number, bigint][];
|
|
75
72
|
asset: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
76
|
-
|
|
73
|
+
amounts: [number, bigint][];
|
|
77
74
|
depositDetails: {
|
|
78
75
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
79
76
|
};
|
|
77
|
+
prewitnessedDepositId: bigint;
|
|
78
|
+
channelId: bigint;
|
|
79
|
+
blockHeight: bigint;
|
|
80
80
|
ingressFee: bigint;
|
|
81
81
|
boostFee: bigint;
|
|
82
82
|
action: {
|
|
@@ -96,16 +96,16 @@ declare const ethereumIngressEgressDepositBoosted: z.ZodObject<{
|
|
|
96
96
|
};
|
|
97
97
|
}, {
|
|
98
98
|
depositAddress: string;
|
|
99
|
-
channelId: string | number;
|
|
100
|
-
prewitnessedDepositId: string | number;
|
|
101
|
-
amounts: [number, string | number][];
|
|
102
99
|
asset: {
|
|
103
100
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
104
101
|
};
|
|
105
|
-
|
|
102
|
+
amounts: [number, string | number][];
|
|
106
103
|
depositDetails: {
|
|
107
104
|
txHashes?: string[] | null | undefined;
|
|
108
105
|
};
|
|
106
|
+
prewitnessedDepositId: string | number;
|
|
107
|
+
channelId: string | number;
|
|
108
|
+
blockHeight: string | number;
|
|
109
109
|
ingressFee: string | number;
|
|
110
110
|
boostFee: string | number;
|
|
111
111
|
action: {
|
|
@@ -69,14 +69,14 @@ declare const ethereumIngressEgressDepositBoosted: z.ZodObject<{
|
|
|
69
69
|
}>]>;
|
|
70
70
|
}, "strip", z.ZodTypeAny, {
|
|
71
71
|
depositAddress: `0x${string}`;
|
|
72
|
-
channelId: bigint;
|
|
73
|
-
prewitnessedDepositId: bigint;
|
|
74
|
-
amounts: [number, bigint][];
|
|
75
72
|
asset: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
76
|
-
|
|
73
|
+
amounts: [number, bigint][];
|
|
77
74
|
depositDetails: {
|
|
78
75
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
79
76
|
};
|
|
77
|
+
prewitnessedDepositId: bigint;
|
|
78
|
+
channelId: bigint;
|
|
79
|
+
blockHeight: bigint;
|
|
80
80
|
ingressFee: bigint;
|
|
81
81
|
boostFee: bigint;
|
|
82
82
|
action: {
|
|
@@ -96,16 +96,16 @@ declare const ethereumIngressEgressDepositBoosted: z.ZodObject<{
|
|
|
96
96
|
};
|
|
97
97
|
}, {
|
|
98
98
|
depositAddress: string;
|
|
99
|
-
channelId: string | number;
|
|
100
|
-
prewitnessedDepositId: string | number;
|
|
101
|
-
amounts: [number, string | number][];
|
|
102
99
|
asset: {
|
|
103
100
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
104
101
|
};
|
|
105
|
-
|
|
102
|
+
amounts: [number, string | number][];
|
|
106
103
|
depositDetails: {
|
|
107
104
|
txHashes?: string[] | null | undefined;
|
|
108
105
|
};
|
|
106
|
+
prewitnessedDepositId: string | number;
|
|
107
|
+
channelId: string | number;
|
|
108
|
+
blockHeight: string | number;
|
|
109
109
|
ingressFee: string | number;
|
|
110
110
|
boostFee: string | number;
|
|
111
111
|
action: {
|
|
@@ -67,13 +67,12 @@ declare const ethereumIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
67
67
|
channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
68
68
|
}, "strip", z.ZodTypeAny, {
|
|
69
69
|
depositAddress: `0x${string}`;
|
|
70
|
-
channelId: bigint;
|
|
71
70
|
asset: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
72
|
-
amount: bigint;
|
|
73
|
-
blockHeight: bigint;
|
|
74
71
|
depositDetails: {
|
|
75
72
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
76
73
|
};
|
|
74
|
+
channelId: bigint;
|
|
75
|
+
blockHeight: bigint;
|
|
77
76
|
ingressFee: bigint;
|
|
78
77
|
action: {
|
|
79
78
|
__kind: "Swap";
|
|
@@ -90,17 +89,17 @@ declare const ethereumIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
90
89
|
__kind: "BoostersCredited";
|
|
91
90
|
prewitnessedDepositId: bigint;
|
|
92
91
|
};
|
|
92
|
+
amount: bigint;
|
|
93
93
|
}, {
|
|
94
94
|
depositAddress: string;
|
|
95
|
-
channelId: string | number;
|
|
96
95
|
asset: {
|
|
97
96
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
98
97
|
};
|
|
99
|
-
amount: string | number;
|
|
100
|
-
blockHeight: string | number;
|
|
101
98
|
depositDetails: {
|
|
102
99
|
txHashes?: string[] | null | undefined;
|
|
103
100
|
};
|
|
101
|
+
channelId: string | number;
|
|
102
|
+
blockHeight: string | number;
|
|
104
103
|
ingressFee: string | number;
|
|
105
104
|
action: {
|
|
106
105
|
__kind: "Swap";
|
|
@@ -117,6 +116,7 @@ declare const ethereumIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
117
116
|
__kind: "BoostersCredited";
|
|
118
117
|
prewitnessedDepositId: string | number;
|
|
119
118
|
};
|
|
119
|
+
amount: string | number;
|
|
120
120
|
}>;
|
|
121
121
|
|
|
122
122
|
export { ethereumIngressEgressDepositFinalised };
|
|
@@ -67,13 +67,12 @@ declare const ethereumIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
67
67
|
channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
68
68
|
}, "strip", z.ZodTypeAny, {
|
|
69
69
|
depositAddress: `0x${string}`;
|
|
70
|
-
channelId: bigint;
|
|
71
70
|
asset: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
72
|
-
amount: bigint;
|
|
73
|
-
blockHeight: bigint;
|
|
74
71
|
depositDetails: {
|
|
75
72
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
76
73
|
};
|
|
74
|
+
channelId: bigint;
|
|
75
|
+
blockHeight: bigint;
|
|
77
76
|
ingressFee: bigint;
|
|
78
77
|
action: {
|
|
79
78
|
__kind: "Swap";
|
|
@@ -90,17 +89,17 @@ declare const ethereumIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
90
89
|
__kind: "BoostersCredited";
|
|
91
90
|
prewitnessedDepositId: bigint;
|
|
92
91
|
};
|
|
92
|
+
amount: bigint;
|
|
93
93
|
}, {
|
|
94
94
|
depositAddress: string;
|
|
95
|
-
channelId: string | number;
|
|
96
95
|
asset: {
|
|
97
96
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
98
97
|
};
|
|
99
|
-
amount: string | number;
|
|
100
|
-
blockHeight: string | number;
|
|
101
98
|
depositDetails: {
|
|
102
99
|
txHashes?: string[] | null | undefined;
|
|
103
100
|
};
|
|
101
|
+
channelId: string | number;
|
|
102
|
+
blockHeight: string | number;
|
|
104
103
|
ingressFee: string | number;
|
|
105
104
|
action: {
|
|
106
105
|
__kind: "Swap";
|
|
@@ -117,6 +116,7 @@ declare const ethereumIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
117
116
|
__kind: "BoostersCredited";
|
|
118
117
|
prewitnessedDepositId: string | number;
|
|
119
118
|
};
|
|
119
|
+
amount: string | number;
|
|
120
120
|
}>;
|
|
121
121
|
|
|
122
122
|
export { ethereumIngressEgressDepositFinalised };
|
|
@@ -4,11 +4,11 @@ declare const arbitrumIngressEgressBoostedDepositLost: z.ZodObject<{
|
|
|
4
4
|
prewitnessedDepositId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
5
5
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
6
6
|
}, "strip", z.ZodTypeAny, {
|
|
7
|
-
amount: bigint;
|
|
8
7
|
prewitnessedDepositId: bigint;
|
|
8
|
+
amount: bigint;
|
|
9
9
|
}, {
|
|
10
|
-
amount: string | number;
|
|
11
10
|
prewitnessedDepositId: string | number;
|
|
11
|
+
amount: string | number;
|
|
12
12
|
}>;
|
|
13
13
|
|
|
14
14
|
export { arbitrumIngressEgressBoostedDepositLost };
|
|
@@ -4,11 +4,11 @@ declare const arbitrumIngressEgressBoostedDepositLost: z.ZodObject<{
|
|
|
4
4
|
prewitnessedDepositId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
5
5
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
6
6
|
}, "strip", z.ZodTypeAny, {
|
|
7
|
-
amount: bigint;
|
|
8
7
|
prewitnessedDepositId: bigint;
|
|
8
|
+
amount: bigint;
|
|
9
9
|
}, {
|
|
10
|
-
amount: string | number;
|
|
11
10
|
prewitnessedDepositId: string | number;
|
|
11
|
+
amount: string | number;
|
|
12
12
|
}>;
|
|
13
13
|
|
|
14
14
|
export { arbitrumIngressEgressBoostedDepositLost };
|