@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
|
@@ -55,7 +55,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
55
55
|
depositBlockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
56
56
|
brokerId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
57
57
|
}, "strip", z.ZodTypeAny, {
|
|
58
|
-
brokerId: string;
|
|
59
58
|
__kind: "DepositChannel";
|
|
60
59
|
depositAddress: {
|
|
61
60
|
readonly chain: "Ethereum";
|
|
@@ -75,8 +74,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
75
74
|
};
|
|
76
75
|
channelId: bigint;
|
|
77
76
|
depositBlockHeight: bigint;
|
|
78
|
-
}, {
|
|
79
77
|
brokerId: string;
|
|
78
|
+
}, {
|
|
80
79
|
__kind: "DepositChannel";
|
|
81
80
|
depositAddress: {
|
|
82
81
|
value: string;
|
|
@@ -84,6 +83,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
84
83
|
};
|
|
85
84
|
channelId: string | number;
|
|
86
85
|
depositBlockHeight: string | number;
|
|
86
|
+
brokerId: string;
|
|
87
87
|
}>, z.ZodObject<{
|
|
88
88
|
__kind: z.ZodLiteral<"Vault">;
|
|
89
89
|
txId: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
@@ -471,7 +471,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
471
471
|
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
472
472
|
inputAmount: bigint;
|
|
473
473
|
origin: {
|
|
474
|
-
brokerId: string;
|
|
475
474
|
__kind: "DepositChannel";
|
|
476
475
|
depositAddress: {
|
|
477
476
|
readonly chain: "Ethereum";
|
|
@@ -491,6 +490,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
491
490
|
};
|
|
492
491
|
channelId: bigint;
|
|
493
492
|
depositBlockHeight: bigint;
|
|
493
|
+
brokerId: string;
|
|
494
494
|
} | {
|
|
495
495
|
__kind: "Vault";
|
|
496
496
|
txId: {
|
|
@@ -600,7 +600,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
600
600
|
};
|
|
601
601
|
inputAmount: string | number;
|
|
602
602
|
origin: {
|
|
603
|
-
brokerId: string;
|
|
604
603
|
__kind: "DepositChannel";
|
|
605
604
|
depositAddress: {
|
|
606
605
|
value: string;
|
|
@@ -608,6 +607,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
608
607
|
};
|
|
609
608
|
channelId: string | number;
|
|
610
609
|
depositBlockHeight: string | number;
|
|
610
|
+
brokerId: string;
|
|
611
611
|
} | {
|
|
612
612
|
__kind: "Vault";
|
|
613
613
|
txId: {
|
|
@@ -16,15 +16,15 @@ declare const assetBalancesAccountCredited: z.ZodObject<{
|
|
|
16
16
|
}, "strip", z.ZodTypeAny, {
|
|
17
17
|
accountId: string;
|
|
18
18
|
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
19
|
-
newBalance: bigint;
|
|
20
19
|
amountCredited: bigint;
|
|
20
|
+
newBalance: bigint;
|
|
21
21
|
}, {
|
|
22
22
|
accountId: string;
|
|
23
23
|
asset: {
|
|
24
24
|
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
25
25
|
};
|
|
26
|
-
newBalance: string | number;
|
|
27
26
|
amountCredited: string | number;
|
|
27
|
+
newBalance: string | number;
|
|
28
28
|
}>;
|
|
29
29
|
|
|
30
30
|
export { assetBalancesAccountCredited };
|
|
@@ -16,15 +16,15 @@ declare const assetBalancesAccountCredited: z.ZodObject<{
|
|
|
16
16
|
}, "strip", z.ZodTypeAny, {
|
|
17
17
|
accountId: string;
|
|
18
18
|
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
19
|
-
newBalance: bigint;
|
|
20
19
|
amountCredited: bigint;
|
|
20
|
+
newBalance: bigint;
|
|
21
21
|
}, {
|
|
22
22
|
accountId: string;
|
|
23
23
|
asset: {
|
|
24
24
|
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
25
25
|
};
|
|
26
|
-
newBalance: string | number;
|
|
27
26
|
amountCredited: string | number;
|
|
27
|
+
newBalance: string | number;
|
|
28
28
|
}>;
|
|
29
29
|
|
|
30
30
|
export { assetBalancesAccountCredited };
|
|
@@ -16,15 +16,15 @@ declare const assetBalancesAccountDebited: z.ZodObject<{
|
|
|
16
16
|
}, "strip", z.ZodTypeAny, {
|
|
17
17
|
accountId: string;
|
|
18
18
|
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
19
|
-
amountDebited: bigint;
|
|
20
19
|
newBalance: bigint;
|
|
20
|
+
amountDebited: bigint;
|
|
21
21
|
}, {
|
|
22
22
|
accountId: string;
|
|
23
23
|
asset: {
|
|
24
24
|
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
25
25
|
};
|
|
26
|
-
amountDebited: string | number;
|
|
27
26
|
newBalance: string | number;
|
|
27
|
+
amountDebited: string | number;
|
|
28
28
|
}>;
|
|
29
29
|
|
|
30
30
|
export { assetBalancesAccountDebited };
|
|
@@ -16,15 +16,15 @@ declare const assetBalancesAccountDebited: z.ZodObject<{
|
|
|
16
16
|
}, "strip", z.ZodTypeAny, {
|
|
17
17
|
accountId: string;
|
|
18
18
|
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
19
|
-
amountDebited: bigint;
|
|
20
19
|
newBalance: bigint;
|
|
20
|
+
amountDebited: bigint;
|
|
21
21
|
}, {
|
|
22
22
|
accountId: string;
|
|
23
23
|
asset: {
|
|
24
24
|
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
25
25
|
};
|
|
26
|
-
amountDebited: string | number;
|
|
27
26
|
newBalance: string | number;
|
|
27
|
+
amountDebited: string | number;
|
|
28
28
|
}>;
|
|
29
29
|
|
|
30
30
|
export { assetBalancesAccountDebited };
|
|
@@ -41,17 +41,17 @@ declare const assethubBroadcasterBroadcastCallbackExecuted: z.ZodObject<{
|
|
|
41
41
|
error: string;
|
|
42
42
|
}>;
|
|
43
43
|
}, "strip", z.ZodTypeAny, {
|
|
44
|
+
__kind: "Module";
|
|
44
45
|
value: {
|
|
45
46
|
index: number;
|
|
46
47
|
error: `0x${string}`;
|
|
47
48
|
};
|
|
48
|
-
__kind: "Module";
|
|
49
49
|
}, {
|
|
50
|
+
__kind: "Module";
|
|
50
51
|
value: {
|
|
51
52
|
index: number;
|
|
52
53
|
error: string;
|
|
53
54
|
};
|
|
54
|
-
__kind: "Module";
|
|
55
55
|
}>, z.ZodObject<{
|
|
56
56
|
__kind: z.ZodLiteral<"ConsumerRemaining">;
|
|
57
57
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -82,13 +82,13 @@ declare const assethubBroadcasterBroadcastCallbackExecuted: z.ZodObject<{
|
|
|
82
82
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
83
83
|
}>;
|
|
84
84
|
}, "strip", z.ZodTypeAny, {
|
|
85
|
-
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
86
85
|
__kind: "Token";
|
|
86
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
87
87
|
}, {
|
|
88
|
+
__kind: "Token";
|
|
88
89
|
value: {
|
|
89
90
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
90
91
|
};
|
|
91
|
-
__kind: "Token";
|
|
92
92
|
}>, z.ZodObject<{
|
|
93
93
|
__kind: z.ZodLiteral<"Arithmetic">;
|
|
94
94
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -101,13 +101,13 @@ declare const assethubBroadcasterBroadcastCallbackExecuted: z.ZodObject<{
|
|
|
101
101
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
102
102
|
}>;
|
|
103
103
|
}, "strip", z.ZodTypeAny, {
|
|
104
|
-
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
105
104
|
__kind: "Arithmetic";
|
|
105
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
106
106
|
}, {
|
|
107
|
+
__kind: "Arithmetic";
|
|
107
108
|
value: {
|
|
108
109
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
109
110
|
};
|
|
110
|
-
__kind: "Arithmetic";
|
|
111
111
|
}>, z.ZodObject<{
|
|
112
112
|
__kind: z.ZodLiteral<"Transactional">;
|
|
113
113
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -120,13 +120,13 @@ declare const assethubBroadcasterBroadcastCallbackExecuted: z.ZodObject<{
|
|
|
120
120
|
__kind: "LimitReached" | "NoLayer";
|
|
121
121
|
}>;
|
|
122
122
|
}, "strip", z.ZodTypeAny, {
|
|
123
|
-
value: "LimitReached" | "NoLayer";
|
|
124
123
|
__kind: "Transactional";
|
|
124
|
+
value: "LimitReached" | "NoLayer";
|
|
125
125
|
}, {
|
|
126
|
+
__kind: "Transactional";
|
|
126
127
|
value: {
|
|
127
128
|
__kind: "LimitReached" | "NoLayer";
|
|
128
129
|
};
|
|
129
|
-
__kind: "Transactional";
|
|
130
130
|
}>, z.ZodObject<{
|
|
131
131
|
__kind: z.ZodLiteral<"Exhausted">;
|
|
132
132
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -153,6 +153,7 @@ declare const assethubBroadcasterBroadcastCallbackExecuted: z.ZodObject<{
|
|
|
153
153
|
__kind: "RootNotAllowed";
|
|
154
154
|
}>]>;
|
|
155
155
|
}, "strip", z.ZodTypeAny, {
|
|
156
|
+
__kind: "Err";
|
|
156
157
|
value: {
|
|
157
158
|
__kind: "Other";
|
|
158
159
|
} | {
|
|
@@ -160,11 +161,11 @@ declare const assethubBroadcasterBroadcastCallbackExecuted: z.ZodObject<{
|
|
|
160
161
|
} | {
|
|
161
162
|
__kind: "BadOrigin";
|
|
162
163
|
} | {
|
|
164
|
+
__kind: "Module";
|
|
163
165
|
value: {
|
|
164
166
|
index: number;
|
|
165
167
|
error: `0x${string}`;
|
|
166
168
|
};
|
|
167
|
-
__kind: "Module";
|
|
168
169
|
} | {
|
|
169
170
|
__kind: "ConsumerRemaining";
|
|
170
171
|
} | {
|
|
@@ -172,14 +173,14 @@ declare const assethubBroadcasterBroadcastCallbackExecuted: z.ZodObject<{
|
|
|
172
173
|
} | {
|
|
173
174
|
__kind: "TooManyConsumers";
|
|
174
175
|
} | {
|
|
175
|
-
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
176
176
|
__kind: "Token";
|
|
177
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
177
178
|
} | {
|
|
178
|
-
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
179
179
|
__kind: "Arithmetic";
|
|
180
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
180
181
|
} | {
|
|
181
|
-
value: "LimitReached" | "NoLayer";
|
|
182
182
|
__kind: "Transactional";
|
|
183
|
+
value: "LimitReached" | "NoLayer";
|
|
183
184
|
} | {
|
|
184
185
|
__kind: "Exhausted";
|
|
185
186
|
} | {
|
|
@@ -189,8 +190,8 @@ declare const assethubBroadcasterBroadcastCallbackExecuted: z.ZodObject<{
|
|
|
189
190
|
} | {
|
|
190
191
|
__kind: "RootNotAllowed";
|
|
191
192
|
};
|
|
192
|
-
__kind: "Err";
|
|
193
193
|
}, {
|
|
194
|
+
__kind: "Err";
|
|
194
195
|
value: {
|
|
195
196
|
__kind: "Other";
|
|
196
197
|
} | {
|
|
@@ -198,11 +199,11 @@ declare const assethubBroadcasterBroadcastCallbackExecuted: z.ZodObject<{
|
|
|
198
199
|
} | {
|
|
199
200
|
__kind: "BadOrigin";
|
|
200
201
|
} | {
|
|
202
|
+
__kind: "Module";
|
|
201
203
|
value: {
|
|
202
204
|
index: number;
|
|
203
205
|
error: string;
|
|
204
206
|
};
|
|
205
|
-
__kind: "Module";
|
|
206
207
|
} | {
|
|
207
208
|
__kind: "ConsumerRemaining";
|
|
208
209
|
} | {
|
|
@@ -210,20 +211,20 @@ declare const assethubBroadcasterBroadcastCallbackExecuted: z.ZodObject<{
|
|
|
210
211
|
} | {
|
|
211
212
|
__kind: "TooManyConsumers";
|
|
212
213
|
} | {
|
|
214
|
+
__kind: "Token";
|
|
213
215
|
value: {
|
|
214
216
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
215
217
|
};
|
|
216
|
-
__kind: "Token";
|
|
217
218
|
} | {
|
|
219
|
+
__kind: "Arithmetic";
|
|
218
220
|
value: {
|
|
219
221
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
220
222
|
};
|
|
221
|
-
__kind: "Arithmetic";
|
|
222
223
|
} | {
|
|
224
|
+
__kind: "Transactional";
|
|
223
225
|
value: {
|
|
224
226
|
__kind: "LimitReached" | "NoLayer";
|
|
225
227
|
};
|
|
226
|
-
__kind: "Transactional";
|
|
227
228
|
} | {
|
|
228
229
|
__kind: "Exhausted";
|
|
229
230
|
} | {
|
|
@@ -233,13 +234,13 @@ declare const assethubBroadcasterBroadcastCallbackExecuted: z.ZodObject<{
|
|
|
233
234
|
} | {
|
|
234
235
|
__kind: "RootNotAllowed";
|
|
235
236
|
};
|
|
236
|
-
__kind: "Err";
|
|
237
237
|
}>]>;
|
|
238
238
|
}, "strip", z.ZodTypeAny, {
|
|
239
239
|
broadcastId: number;
|
|
240
240
|
result: {
|
|
241
241
|
__kind: "Ok";
|
|
242
242
|
} | {
|
|
243
|
+
__kind: "Err";
|
|
243
244
|
value: {
|
|
244
245
|
__kind: "Other";
|
|
245
246
|
} | {
|
|
@@ -247,11 +248,11 @@ declare const assethubBroadcasterBroadcastCallbackExecuted: z.ZodObject<{
|
|
|
247
248
|
} | {
|
|
248
249
|
__kind: "BadOrigin";
|
|
249
250
|
} | {
|
|
251
|
+
__kind: "Module";
|
|
250
252
|
value: {
|
|
251
253
|
index: number;
|
|
252
254
|
error: `0x${string}`;
|
|
253
255
|
};
|
|
254
|
-
__kind: "Module";
|
|
255
256
|
} | {
|
|
256
257
|
__kind: "ConsumerRemaining";
|
|
257
258
|
} | {
|
|
@@ -259,14 +260,14 @@ declare const assethubBroadcasterBroadcastCallbackExecuted: z.ZodObject<{
|
|
|
259
260
|
} | {
|
|
260
261
|
__kind: "TooManyConsumers";
|
|
261
262
|
} | {
|
|
262
|
-
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
263
263
|
__kind: "Token";
|
|
264
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
264
265
|
} | {
|
|
265
|
-
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
266
266
|
__kind: "Arithmetic";
|
|
267
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
267
268
|
} | {
|
|
268
|
-
value: "LimitReached" | "NoLayer";
|
|
269
269
|
__kind: "Transactional";
|
|
270
|
+
value: "LimitReached" | "NoLayer";
|
|
270
271
|
} | {
|
|
271
272
|
__kind: "Exhausted";
|
|
272
273
|
} | {
|
|
@@ -276,13 +277,13 @@ declare const assethubBroadcasterBroadcastCallbackExecuted: z.ZodObject<{
|
|
|
276
277
|
} | {
|
|
277
278
|
__kind: "RootNotAllowed";
|
|
278
279
|
};
|
|
279
|
-
__kind: "Err";
|
|
280
280
|
};
|
|
281
281
|
}, {
|
|
282
282
|
broadcastId: number;
|
|
283
283
|
result: {
|
|
284
284
|
__kind: "Ok";
|
|
285
285
|
} | {
|
|
286
|
+
__kind: "Err";
|
|
286
287
|
value: {
|
|
287
288
|
__kind: "Other";
|
|
288
289
|
} | {
|
|
@@ -290,11 +291,11 @@ declare const assethubBroadcasterBroadcastCallbackExecuted: z.ZodObject<{
|
|
|
290
291
|
} | {
|
|
291
292
|
__kind: "BadOrigin";
|
|
292
293
|
} | {
|
|
294
|
+
__kind: "Module";
|
|
293
295
|
value: {
|
|
294
296
|
index: number;
|
|
295
297
|
error: string;
|
|
296
298
|
};
|
|
297
|
-
__kind: "Module";
|
|
298
299
|
} | {
|
|
299
300
|
__kind: "ConsumerRemaining";
|
|
300
301
|
} | {
|
|
@@ -302,20 +303,20 @@ declare const assethubBroadcasterBroadcastCallbackExecuted: z.ZodObject<{
|
|
|
302
303
|
} | {
|
|
303
304
|
__kind: "TooManyConsumers";
|
|
304
305
|
} | {
|
|
306
|
+
__kind: "Token";
|
|
305
307
|
value: {
|
|
306
308
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
307
309
|
};
|
|
308
|
-
__kind: "Token";
|
|
309
310
|
} | {
|
|
311
|
+
__kind: "Arithmetic";
|
|
310
312
|
value: {
|
|
311
313
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
312
314
|
};
|
|
313
|
-
__kind: "Arithmetic";
|
|
314
315
|
} | {
|
|
316
|
+
__kind: "Transactional";
|
|
315
317
|
value: {
|
|
316
318
|
__kind: "LimitReached" | "NoLayer";
|
|
317
319
|
};
|
|
318
|
-
__kind: "Transactional";
|
|
319
320
|
} | {
|
|
320
321
|
__kind: "Exhausted";
|
|
321
322
|
} | {
|
|
@@ -325,7 +326,6 @@ declare const assethubBroadcasterBroadcastCallbackExecuted: z.ZodObject<{
|
|
|
325
326
|
} | {
|
|
326
327
|
__kind: "RootNotAllowed";
|
|
327
328
|
};
|
|
328
|
-
__kind: "Err";
|
|
329
329
|
};
|
|
330
330
|
}>;
|
|
331
331
|
|
|
@@ -41,17 +41,17 @@ declare const assethubBroadcasterBroadcastCallbackExecuted: z.ZodObject<{
|
|
|
41
41
|
error: string;
|
|
42
42
|
}>;
|
|
43
43
|
}, "strip", z.ZodTypeAny, {
|
|
44
|
+
__kind: "Module";
|
|
44
45
|
value: {
|
|
45
46
|
index: number;
|
|
46
47
|
error: `0x${string}`;
|
|
47
48
|
};
|
|
48
|
-
__kind: "Module";
|
|
49
49
|
}, {
|
|
50
|
+
__kind: "Module";
|
|
50
51
|
value: {
|
|
51
52
|
index: number;
|
|
52
53
|
error: string;
|
|
53
54
|
};
|
|
54
|
-
__kind: "Module";
|
|
55
55
|
}>, z.ZodObject<{
|
|
56
56
|
__kind: z.ZodLiteral<"ConsumerRemaining">;
|
|
57
57
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -82,13 +82,13 @@ declare const assethubBroadcasterBroadcastCallbackExecuted: z.ZodObject<{
|
|
|
82
82
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
83
83
|
}>;
|
|
84
84
|
}, "strip", z.ZodTypeAny, {
|
|
85
|
-
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
86
85
|
__kind: "Token";
|
|
86
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
87
87
|
}, {
|
|
88
|
+
__kind: "Token";
|
|
88
89
|
value: {
|
|
89
90
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
90
91
|
};
|
|
91
|
-
__kind: "Token";
|
|
92
92
|
}>, z.ZodObject<{
|
|
93
93
|
__kind: z.ZodLiteral<"Arithmetic">;
|
|
94
94
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -101,13 +101,13 @@ declare const assethubBroadcasterBroadcastCallbackExecuted: z.ZodObject<{
|
|
|
101
101
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
102
102
|
}>;
|
|
103
103
|
}, "strip", z.ZodTypeAny, {
|
|
104
|
-
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
105
104
|
__kind: "Arithmetic";
|
|
105
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
106
106
|
}, {
|
|
107
|
+
__kind: "Arithmetic";
|
|
107
108
|
value: {
|
|
108
109
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
109
110
|
};
|
|
110
|
-
__kind: "Arithmetic";
|
|
111
111
|
}>, z.ZodObject<{
|
|
112
112
|
__kind: z.ZodLiteral<"Transactional">;
|
|
113
113
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -120,13 +120,13 @@ declare const assethubBroadcasterBroadcastCallbackExecuted: z.ZodObject<{
|
|
|
120
120
|
__kind: "LimitReached" | "NoLayer";
|
|
121
121
|
}>;
|
|
122
122
|
}, "strip", z.ZodTypeAny, {
|
|
123
|
-
value: "LimitReached" | "NoLayer";
|
|
124
123
|
__kind: "Transactional";
|
|
124
|
+
value: "LimitReached" | "NoLayer";
|
|
125
125
|
}, {
|
|
126
|
+
__kind: "Transactional";
|
|
126
127
|
value: {
|
|
127
128
|
__kind: "LimitReached" | "NoLayer";
|
|
128
129
|
};
|
|
129
|
-
__kind: "Transactional";
|
|
130
130
|
}>, z.ZodObject<{
|
|
131
131
|
__kind: z.ZodLiteral<"Exhausted">;
|
|
132
132
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -153,6 +153,7 @@ declare const assethubBroadcasterBroadcastCallbackExecuted: z.ZodObject<{
|
|
|
153
153
|
__kind: "RootNotAllowed";
|
|
154
154
|
}>]>;
|
|
155
155
|
}, "strip", z.ZodTypeAny, {
|
|
156
|
+
__kind: "Err";
|
|
156
157
|
value: {
|
|
157
158
|
__kind: "Other";
|
|
158
159
|
} | {
|
|
@@ -160,11 +161,11 @@ declare const assethubBroadcasterBroadcastCallbackExecuted: z.ZodObject<{
|
|
|
160
161
|
} | {
|
|
161
162
|
__kind: "BadOrigin";
|
|
162
163
|
} | {
|
|
164
|
+
__kind: "Module";
|
|
163
165
|
value: {
|
|
164
166
|
index: number;
|
|
165
167
|
error: `0x${string}`;
|
|
166
168
|
};
|
|
167
|
-
__kind: "Module";
|
|
168
169
|
} | {
|
|
169
170
|
__kind: "ConsumerRemaining";
|
|
170
171
|
} | {
|
|
@@ -172,14 +173,14 @@ declare const assethubBroadcasterBroadcastCallbackExecuted: z.ZodObject<{
|
|
|
172
173
|
} | {
|
|
173
174
|
__kind: "TooManyConsumers";
|
|
174
175
|
} | {
|
|
175
|
-
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
176
176
|
__kind: "Token";
|
|
177
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
177
178
|
} | {
|
|
178
|
-
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
179
179
|
__kind: "Arithmetic";
|
|
180
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
180
181
|
} | {
|
|
181
|
-
value: "LimitReached" | "NoLayer";
|
|
182
182
|
__kind: "Transactional";
|
|
183
|
+
value: "LimitReached" | "NoLayer";
|
|
183
184
|
} | {
|
|
184
185
|
__kind: "Exhausted";
|
|
185
186
|
} | {
|
|
@@ -189,8 +190,8 @@ declare const assethubBroadcasterBroadcastCallbackExecuted: z.ZodObject<{
|
|
|
189
190
|
} | {
|
|
190
191
|
__kind: "RootNotAllowed";
|
|
191
192
|
};
|
|
192
|
-
__kind: "Err";
|
|
193
193
|
}, {
|
|
194
|
+
__kind: "Err";
|
|
194
195
|
value: {
|
|
195
196
|
__kind: "Other";
|
|
196
197
|
} | {
|
|
@@ -198,11 +199,11 @@ declare const assethubBroadcasterBroadcastCallbackExecuted: z.ZodObject<{
|
|
|
198
199
|
} | {
|
|
199
200
|
__kind: "BadOrigin";
|
|
200
201
|
} | {
|
|
202
|
+
__kind: "Module";
|
|
201
203
|
value: {
|
|
202
204
|
index: number;
|
|
203
205
|
error: string;
|
|
204
206
|
};
|
|
205
|
-
__kind: "Module";
|
|
206
207
|
} | {
|
|
207
208
|
__kind: "ConsumerRemaining";
|
|
208
209
|
} | {
|
|
@@ -210,20 +211,20 @@ declare const assethubBroadcasterBroadcastCallbackExecuted: z.ZodObject<{
|
|
|
210
211
|
} | {
|
|
211
212
|
__kind: "TooManyConsumers";
|
|
212
213
|
} | {
|
|
214
|
+
__kind: "Token";
|
|
213
215
|
value: {
|
|
214
216
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
215
217
|
};
|
|
216
|
-
__kind: "Token";
|
|
217
218
|
} | {
|
|
219
|
+
__kind: "Arithmetic";
|
|
218
220
|
value: {
|
|
219
221
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
220
222
|
};
|
|
221
|
-
__kind: "Arithmetic";
|
|
222
223
|
} | {
|
|
224
|
+
__kind: "Transactional";
|
|
223
225
|
value: {
|
|
224
226
|
__kind: "LimitReached" | "NoLayer";
|
|
225
227
|
};
|
|
226
|
-
__kind: "Transactional";
|
|
227
228
|
} | {
|
|
228
229
|
__kind: "Exhausted";
|
|
229
230
|
} | {
|
|
@@ -233,13 +234,13 @@ declare const assethubBroadcasterBroadcastCallbackExecuted: z.ZodObject<{
|
|
|
233
234
|
} | {
|
|
234
235
|
__kind: "RootNotAllowed";
|
|
235
236
|
};
|
|
236
|
-
__kind: "Err";
|
|
237
237
|
}>]>;
|
|
238
238
|
}, "strip", z.ZodTypeAny, {
|
|
239
239
|
broadcastId: number;
|
|
240
240
|
result: {
|
|
241
241
|
__kind: "Ok";
|
|
242
242
|
} | {
|
|
243
|
+
__kind: "Err";
|
|
243
244
|
value: {
|
|
244
245
|
__kind: "Other";
|
|
245
246
|
} | {
|
|
@@ -247,11 +248,11 @@ declare const assethubBroadcasterBroadcastCallbackExecuted: z.ZodObject<{
|
|
|
247
248
|
} | {
|
|
248
249
|
__kind: "BadOrigin";
|
|
249
250
|
} | {
|
|
251
|
+
__kind: "Module";
|
|
250
252
|
value: {
|
|
251
253
|
index: number;
|
|
252
254
|
error: `0x${string}`;
|
|
253
255
|
};
|
|
254
|
-
__kind: "Module";
|
|
255
256
|
} | {
|
|
256
257
|
__kind: "ConsumerRemaining";
|
|
257
258
|
} | {
|
|
@@ -259,14 +260,14 @@ declare const assethubBroadcasterBroadcastCallbackExecuted: z.ZodObject<{
|
|
|
259
260
|
} | {
|
|
260
261
|
__kind: "TooManyConsumers";
|
|
261
262
|
} | {
|
|
262
|
-
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
263
263
|
__kind: "Token";
|
|
264
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
264
265
|
} | {
|
|
265
|
-
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
266
266
|
__kind: "Arithmetic";
|
|
267
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
267
268
|
} | {
|
|
268
|
-
value: "LimitReached" | "NoLayer";
|
|
269
269
|
__kind: "Transactional";
|
|
270
|
+
value: "LimitReached" | "NoLayer";
|
|
270
271
|
} | {
|
|
271
272
|
__kind: "Exhausted";
|
|
272
273
|
} | {
|
|
@@ -276,13 +277,13 @@ declare const assethubBroadcasterBroadcastCallbackExecuted: z.ZodObject<{
|
|
|
276
277
|
} | {
|
|
277
278
|
__kind: "RootNotAllowed";
|
|
278
279
|
};
|
|
279
|
-
__kind: "Err";
|
|
280
280
|
};
|
|
281
281
|
}, {
|
|
282
282
|
broadcastId: number;
|
|
283
283
|
result: {
|
|
284
284
|
__kind: "Ok";
|
|
285
285
|
} | {
|
|
286
|
+
__kind: "Err";
|
|
286
287
|
value: {
|
|
287
288
|
__kind: "Other";
|
|
288
289
|
} | {
|
|
@@ -290,11 +291,11 @@ declare const assethubBroadcasterBroadcastCallbackExecuted: z.ZodObject<{
|
|
|
290
291
|
} | {
|
|
291
292
|
__kind: "BadOrigin";
|
|
292
293
|
} | {
|
|
294
|
+
__kind: "Module";
|
|
293
295
|
value: {
|
|
294
296
|
index: number;
|
|
295
297
|
error: string;
|
|
296
298
|
};
|
|
297
|
-
__kind: "Module";
|
|
298
299
|
} | {
|
|
299
300
|
__kind: "ConsumerRemaining";
|
|
300
301
|
} | {
|
|
@@ -302,20 +303,20 @@ declare const assethubBroadcasterBroadcastCallbackExecuted: z.ZodObject<{
|
|
|
302
303
|
} | {
|
|
303
304
|
__kind: "TooManyConsumers";
|
|
304
305
|
} | {
|
|
306
|
+
__kind: "Token";
|
|
305
307
|
value: {
|
|
306
308
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
307
309
|
};
|
|
308
|
-
__kind: "Token";
|
|
309
310
|
} | {
|
|
311
|
+
__kind: "Arithmetic";
|
|
310
312
|
value: {
|
|
311
313
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
312
314
|
};
|
|
313
|
-
__kind: "Arithmetic";
|
|
314
315
|
} | {
|
|
316
|
+
__kind: "Transactional";
|
|
315
317
|
value: {
|
|
316
318
|
__kind: "LimitReached" | "NoLayer";
|
|
317
319
|
};
|
|
318
|
-
__kind: "Transactional";
|
|
319
320
|
} | {
|
|
320
321
|
__kind: "Exhausted";
|
|
321
322
|
} | {
|
|
@@ -325,7 +326,6 @@ declare const assethubBroadcasterBroadcastCallbackExecuted: z.ZodObject<{
|
|
|
325
326
|
} | {
|
|
326
327
|
__kind: "RootNotAllowed";
|
|
327
328
|
};
|
|
328
|
-
__kind: "Err";
|
|
329
329
|
};
|
|
330
330
|
}>;
|
|
331
331
|
|
|
@@ -388,7 +388,6 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
388
388
|
__kind: "NoVault";
|
|
389
389
|
}>]>;
|
|
390
390
|
}, "strip", z.ZodTypeAny, {
|
|
391
|
-
egressId: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub", bigint];
|
|
392
391
|
error: {
|
|
393
392
|
__kind: "Unsupported";
|
|
394
393
|
} | {
|
|
@@ -456,10 +455,8 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
456
455
|
} | {
|
|
457
456
|
__kind: "NoVault";
|
|
458
457
|
};
|
|
458
|
+
egressId: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub", bigint];
|
|
459
459
|
}, {
|
|
460
|
-
egressId: [{
|
|
461
|
-
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
462
|
-
}, string | number];
|
|
463
460
|
error: {
|
|
464
461
|
__kind: "Unsupported";
|
|
465
462
|
} | {
|
|
@@ -537,6 +534,9 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
537
534
|
} | {
|
|
538
535
|
__kind: "NoVault";
|
|
539
536
|
};
|
|
537
|
+
egressId: [{
|
|
538
|
+
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
539
|
+
}, string | number];
|
|
540
540
|
}>;
|
|
541
541
|
|
|
542
542
|
export { bitcoinIngressEgressCcmEgressInvalid };
|