@chainflip/processor 1.5.2 → 1.5.3
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/bitcoinIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.ts +16 -16
- package/dist/100/bitcoinIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/100/bitcoinIngressEgress/depositFetchesScheduled.d.ts +2 -2
- package/dist/100/bitcoinIngressEgress/depositIgnored.d.cts +24 -24
- package/dist/100/bitcoinIngressEgress/depositIgnored.d.ts +24 -24
- package/dist/100/bitcoinIngressEgress/depositReceived.d.cts +24 -24
- package/dist/100/bitcoinIngressEgress/depositReceived.d.ts +24 -24
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.cts +54 -54
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.ts +54 -54
- package/dist/100/bitcoinIngressEgress/egressScheduled.d.cts +20 -20
- package/dist/100/bitcoinIngressEgress/egressScheduled.d.ts +20 -20
- package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.cts +20 -20
- package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.ts +20 -20
- package/dist/100/common.cjs +12 -12
- package/dist/100/common.d.cts +64 -28
- package/dist/100/common.d.ts +64 -28
- package/dist/100/common.mjs +12 -12
- package/dist/100/environment/runtimeSafeModeUpdated.d.cts +12 -12
- package/dist/100/environment/runtimeSafeModeUpdated.d.ts +12 -12
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.cts +35 -17
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.ts +35 -17
- package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.cts +4 -4
- package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.ts +4 -4
- package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.cts +35 -17
- package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.ts +35 -17
- package/dist/100/swapping/batchSwapFailed.d.cts +2 -2
- package/dist/100/swapping/batchSwapFailed.d.ts +2 -2
- package/dist/100/swapping/ccmDepositReceived.d.cts +39 -21
- package/dist/100/swapping/ccmDepositReceived.d.ts +39 -21
- package/dist/100/swapping/ccmFailed.d.cts +35 -17
- package/dist/100/swapping/ccmFailed.d.ts +35 -17
- package/dist/100/swapping/swapAmountTooLow.d.cts +76 -40
- package/dist/100/swapping/swapAmountTooLow.d.ts +76 -40
- package/dist/100/swapping/swapDepositAddressReady.d.cts +76 -40
- package/dist/100/swapping/swapDepositAddressReady.d.ts +76 -40
- package/dist/100/swapping/swapScheduled.d.cts +78 -42
- package/dist/100/swapping/swapScheduled.d.ts +78 -42
- package/dist/100/swapping/withdrawalRequested.d.cts +35 -17
- package/dist/100/swapping/withdrawalRequested.d.ts +35 -17
- package/dist/111/liquidityPools/limitOrderUpdated.d.cts +4 -4
- package/dist/111/liquidityPools/limitOrderUpdated.d.ts +4 -4
- package/dist/111/liquidityPools/rangeOrderUpdated.d.cts +8 -8
- package/dist/111/liquidityPools/rangeOrderUpdated.d.ts +8 -8
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.cts +2 -2
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.ts +2 -2
- package/dist/120/common.cjs +12 -12
- package/dist/120/common.d.cts +29 -11
- package/dist/120/common.d.ts +29 -11
- package/dist/120/common.mjs +12 -12
- package/dist/120/emissions/backupRewardsDistributed.d.cts +2 -2
- package/dist/120/emissions/backupRewardsDistributed.d.ts +2 -2
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.cts +35 -17
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.ts +35 -17
- package/dist/120/swapping/ccmFailed.d.cts +35 -17
- package/dist/120/swapping/ccmFailed.d.ts +35 -17
- package/dist/120/swapping/withdrawalRequested.d.cts +35 -17
- package/dist/120/swapping/withdrawalRequested.d.ts +35 -17
- package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +2 -2
- package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.ts +2 -2
- package/dist/131/common.cjs +12 -12
- package/dist/131/common.d.cts +64 -28
- package/dist/131/common.d.ts +64 -28
- package/dist/131/common.mjs +12 -12
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.cts +35 -17
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.ts +35 -17
- package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.cts +35 -17
- package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.ts +35 -17
- package/dist/131/swapping/batchSwapFailed.d.cts +8 -8
- package/dist/131/swapping/batchSwapFailed.d.ts +8 -8
- package/dist/131/swapping/ccmFailed.d.cts +76 -40
- package/dist/131/swapping/ccmFailed.d.ts +76 -40
- package/dist/131/swapping/maximumSwapAmountSet.d.cts +6 -6
- package/dist/131/swapping/maximumSwapAmountSet.d.ts +6 -6
- package/dist/131/swapping/swapAmountConfiscated.d.cts +12 -12
- package/dist/131/swapping/swapAmountConfiscated.d.ts +12 -12
- package/dist/131/swapping/swapDepositAddressReady.d.cts +88 -52
- package/dist/131/swapping/swapDepositAddressReady.d.ts +88 -52
- package/dist/131/swapping/swapEgressIgnored.d.cts +12 -12
- package/dist/131/swapping/swapEgressIgnored.d.ts +12 -12
- package/dist/131/swapping/swapEgressScheduled.d.cts +8 -8
- package/dist/131/swapping/swapEgressScheduled.d.ts +8 -8
- package/dist/131/swapping/swapExecuted.d.cts +12 -12
- package/dist/131/swapping/swapExecuted.d.ts +12 -12
- package/dist/131/swapping/swapScheduled.d.cts +90 -54
- package/dist/131/swapping/swapScheduled.d.ts +90 -54
- package/dist/131/swapping/withdrawalRequested.d.cts +41 -23
- package/dist/131/swapping/withdrawalRequested.d.ts +41 -23
- package/dist/141/arbitrumIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/141/arbitrumIngressEgress/boostFundsAdded.d.ts +2 -2
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.ts +16 -16
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.cts +16 -16
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.ts +16 -16
- package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
- package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
- package/dist/141/common.cjs +16 -16
- package/dist/141/common.d.cts +84 -36
- package/dist/141/common.d.ts +84 -36
- package/dist/141/common.mjs +16 -16
- package/dist/141/evmThresholdSigner/failureReportProcessed.d.cts +2 -2
- package/dist/141/evmThresholdSigner/failureReportProcessed.d.ts +2 -2
- package/dist/141/evmThresholdSigner/retryRequested.d.cts +2 -2
- package/dist/141/evmThresholdSigner/retryRequested.d.ts +2 -2
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.ts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.ts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.ts +2 -2
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.cts +46 -22
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.ts +46 -22
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.cts +4 -4
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.ts +4 -4
- package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.cts +46 -22
- package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.ts +46 -22
- package/dist/141/polkadotIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/141/polkadotIngressEgress/boostFundsAdded.d.ts +2 -2
- package/dist/141/polkadotIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/141/polkadotIngressEgress/depositBoosted.d.ts +4 -4
- package/dist/141/polkadotIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/141/polkadotIngressEgress/depositFinalised.d.ts +4 -4
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
- package/dist/141/swapping/ccmDepositReceived.d.cts +46 -22
- package/dist/141/swapping/ccmDepositReceived.d.ts +46 -22
- package/dist/141/swapping/ccmFailed.d.cts +100 -52
- package/dist/141/swapping/ccmFailed.d.ts +100 -52
- package/dist/141/swapping/swapDepositAddressReady.d.cts +92 -44
- package/dist/141/swapping/swapDepositAddressReady.d.ts +92 -44
- package/dist/141/swapping/swapScheduled.d.cts +100 -52
- package/dist/141/swapping/swapScheduled.d.ts +100 -52
- package/dist/141/swapping/withdrawalRequested.d.cts +46 -22
- package/dist/141/swapping/withdrawalRequested.d.ts +46 -22
- package/dist/150/arbitrumIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/150/arbitrumIngressEgress/ccmBroadcastRequested.d.ts +2 -2
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.ts +4 -4
- package/dist/150/assetBalances/refundScheduled.d.cts +52 -52
- package/dist/150/assetBalances/refundScheduled.d.ts +52 -52
- package/dist/150/assetBalances/refundSkipped.d.cts +93 -93
- package/dist/150/assetBalances/refundSkipped.d.ts +93 -93
- package/dist/150/common.cjs +20 -20
- package/dist/150/common.d.cts +164 -74
- package/dist/150/common.d.ts +164 -74
- package/dist/150/common.mjs +20 -20
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.cts +58 -28
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.ts +58 -28
- package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.cts +4 -4
- package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.ts +4 -4
- package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.cts +58 -28
- package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.ts +58 -28
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.ts +16 -16
- package/dist/150/polkadotIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/150/polkadotIngressEgress/depositBoosted.d.ts +10 -10
- package/dist/150/polkadotIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/150/polkadotIngressEgress/depositFinalised.d.ts +4 -4
- package/dist/150/polkadotIngressEgress/depositWitnessRejected.d.cts +16 -16
- package/dist/150/polkadotIngressEgress/depositWitnessRejected.d.ts +16 -16
- package/dist/150/solanaThresholdSigner/failureReportProcessed.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/failureReportProcessed.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/retryRequested.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/retryRequested.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.ts +2 -2
- package/dist/150/swapping/ccmDepositReceived.d.cts +58 -28
- package/dist/150/swapping/ccmDepositReceived.d.ts +58 -28
- package/dist/150/swapping/ccmFailed.d.cts +126 -66
- package/dist/150/swapping/ccmFailed.d.ts +126 -66
- package/dist/150/swapping/swapDepositAddressReady.d.cts +184 -94
- package/dist/150/swapping/swapDepositAddressReady.d.ts +184 -94
- package/dist/150/swapping/swapScheduled.d.cts +126 -66
- package/dist/150/swapping/swapScheduled.d.ts +126 -66
- package/dist/150/swapping/withdrawalRequested.d.cts +58 -28
- package/dist/150/swapping/withdrawalRequested.d.ts +58 -28
- 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/bitcoinIngressEgress/ccmEgressInvalid.d.cts +14 -14
- package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.ts +14 -14
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.ts +6 -6
- package/dist/160/common.cjs +20 -20
- package/dist/160/common.d.cts +222 -102
- package/dist/160/common.d.ts +222 -102
- package/dist/160/common.mjs +20 -20
- package/dist/160/liquidityProvider/accountCredited.d.cts +2 -2
- package/dist/160/liquidityProvider/accountCredited.d.ts +2 -2
- package/dist/160/liquidityProvider/accountDebited.d.cts +2 -2
- package/dist/160/liquidityProvider/accountDebited.d.ts +2 -2
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.cts +62 -32
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.ts +62 -32
- package/dist/160/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
- package/dist/160/liquidityProvider/liquidityDepositCredited.d.ts +2 -2
- package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.cts +58 -28
- package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.ts +58 -28
- package/dist/160/solanaIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/160/solanaIngressEgress/boostFundsAdded.d.ts +2 -2
- package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.cts +50 -50
- package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.ts +50 -50
- package/dist/160/solanaIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/160/solanaIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/160/solanaIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/160/solanaIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/160/solanaIngressEgress/depositWitnessRejected.d.cts +20 -20
- package/dist/160/solanaIngressEgress/depositWitnessRejected.d.ts +20 -20
- package/dist/160/swapping/batchSwapFailed.d.cts +8 -8
- package/dist/160/swapping/batchSwapFailed.d.ts +8 -8
- package/dist/160/swapping/ccmFailed.d.cts +126 -66
- package/dist/160/swapping/ccmFailed.d.ts +126 -66
- package/dist/160/swapping/maximumSwapAmountSet.d.cts +6 -6
- package/dist/160/swapping/maximumSwapAmountSet.d.ts +6 -6
- package/dist/160/swapping/refundEgressIgnored.d.cts +12 -12
- package/dist/160/swapping/refundEgressIgnored.d.ts +12 -12
- package/dist/160/swapping/refundEgressScheduled.d.cts +8 -8
- package/dist/160/swapping/refundEgressScheduled.d.ts +8 -8
- package/dist/160/swapping/swapAmountConfiscated.d.cts +7 -7
- package/dist/160/swapping/swapAmountConfiscated.d.ts +7 -7
- package/dist/160/swapping/swapDepositAddressReady.d.cts +134 -74
- package/dist/160/swapping/swapDepositAddressReady.d.ts +134 -74
- package/dist/160/swapping/swapEgressIgnored.d.cts +12 -12
- package/dist/160/swapping/swapEgressIgnored.d.ts +12 -12
- package/dist/160/swapping/swapEgressScheduled.d.cts +8 -8
- package/dist/160/swapping/swapEgressScheduled.d.ts +8 -8
- package/dist/160/swapping/swapExecuted.d.cts +12 -12
- package/dist/160/swapping/swapExecuted.d.ts +12 -12
- package/dist/160/swapping/swapRequested.d.cts +218 -128
- package/dist/160/swapping/swapRequested.d.ts +218 -128
- package/dist/160/swapping/withdrawalRequested.d.cts +64 -34
- package/dist/160/swapping/withdrawalRequested.d.ts +64 -34
- package/package.json +1 -1
|
@@ -154,7 +154,6 @@ declare const liquidityProviderLiquidityRefundAddressRegistered: z.ZodObject<{
|
|
|
154
154
|
}>]>;
|
|
155
155
|
}, "strip", z.ZodTypeAny, {
|
|
156
156
|
accountId: string;
|
|
157
|
-
chain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
158
157
|
address: {
|
|
159
158
|
value: `0x${string}`;
|
|
160
159
|
__kind: "Eth";
|
|
@@ -190,11 +189,9 @@ declare const liquidityProviderLiquidityRefundAddressRegistered: z.ZodObject<{
|
|
|
190
189
|
value: `0x${string}`;
|
|
191
190
|
__kind: "Sol";
|
|
192
191
|
};
|
|
192
|
+
chain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
193
193
|
}, {
|
|
194
194
|
accountId: string;
|
|
195
|
-
chain: {
|
|
196
|
-
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
197
|
-
};
|
|
198
195
|
address: {
|
|
199
196
|
value: string;
|
|
200
197
|
__kind: "Eth";
|
|
@@ -230,6 +227,9 @@ declare const liquidityProviderLiquidityRefundAddressRegistered: z.ZodObject<{
|
|
|
230
227
|
value: string;
|
|
231
228
|
__kind: "Sol";
|
|
232
229
|
};
|
|
230
|
+
chain: {
|
|
231
|
+
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
232
|
+
};
|
|
233
233
|
}>;
|
|
234
234
|
|
|
235
235
|
export { liquidityProviderLiquidityRefundAddressRegistered };
|
|
@@ -154,7 +154,6 @@ declare const liquidityProviderLiquidityRefundAddressRegistered: z.ZodObject<{
|
|
|
154
154
|
}>]>;
|
|
155
155
|
}, "strip", z.ZodTypeAny, {
|
|
156
156
|
accountId: string;
|
|
157
|
-
chain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
158
157
|
address: {
|
|
159
158
|
value: `0x${string}`;
|
|
160
159
|
__kind: "Eth";
|
|
@@ -190,11 +189,9 @@ declare const liquidityProviderLiquidityRefundAddressRegistered: z.ZodObject<{
|
|
|
190
189
|
value: `0x${string}`;
|
|
191
190
|
__kind: "Sol";
|
|
192
191
|
};
|
|
192
|
+
chain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
193
193
|
}, {
|
|
194
194
|
accountId: string;
|
|
195
|
-
chain: {
|
|
196
|
-
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
197
|
-
};
|
|
198
195
|
address: {
|
|
199
196
|
value: string;
|
|
200
197
|
__kind: "Eth";
|
|
@@ -230,6 +227,9 @@ declare const liquidityProviderLiquidityRefundAddressRegistered: z.ZodObject<{
|
|
|
230
227
|
value: string;
|
|
231
228
|
__kind: "Sol";
|
|
232
229
|
};
|
|
230
|
+
chain: {
|
|
231
|
+
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
232
|
+
};
|
|
233
233
|
}>;
|
|
234
234
|
|
|
235
235
|
export { liquidityProviderLiquidityRefundAddressRegistered };
|
|
@@ -20,48 +20,78 @@ declare const liquidityProviderWithdrawalEgressScheduled: z.ZodObject<{
|
|
|
20
20
|
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol";
|
|
21
21
|
}>;
|
|
22
22
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
23
|
-
destinationAddress: z.ZodUnion<[z.ZodObject<{
|
|
24
|
-
__kind: z.
|
|
23
|
+
destinationAddress: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
24
|
+
__kind: z.ZodLiteral<"Eth">;
|
|
25
25
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
26
26
|
}, "strip", z.ZodTypeAny, {
|
|
27
27
|
value: `0x${string}`;
|
|
28
|
-
__kind: "
|
|
28
|
+
__kind: "Eth";
|
|
29
|
+
}, {
|
|
30
|
+
value: string;
|
|
31
|
+
__kind: "Eth";
|
|
32
|
+
}>, {
|
|
33
|
+
chain: "Ethereum";
|
|
34
|
+
address: `0x${string}`;
|
|
29
35
|
}, {
|
|
30
36
|
value: string;
|
|
31
37
|
__kind: "Eth";
|
|
32
|
-
}>, z.ZodObject<{
|
|
33
|
-
__kind: z.
|
|
34
|
-
value: z.ZodEffects<z.
|
|
38
|
+
}>, z.ZodEffects<z.ZodObject<{
|
|
39
|
+
__kind: z.ZodLiteral<"Dot">;
|
|
40
|
+
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
35
41
|
}, "strip", z.ZodTypeAny, {
|
|
42
|
+
value: `0x${string}`;
|
|
43
|
+
__kind: "Dot";
|
|
44
|
+
}, {
|
|
36
45
|
value: string;
|
|
37
|
-
__kind: "
|
|
46
|
+
__kind: "Dot";
|
|
47
|
+
}>, {
|
|
48
|
+
chain: "Polkadot";
|
|
49
|
+
address: string;
|
|
38
50
|
}, {
|
|
39
51
|
value: string;
|
|
40
52
|
__kind: "Dot";
|
|
41
|
-
}>, z.ZodObject<{
|
|
42
|
-
__kind: z.
|
|
43
|
-
value: z.ZodEffects<z.
|
|
53
|
+
}>, z.ZodEffects<z.ZodObject<{
|
|
54
|
+
__kind: z.ZodLiteral<"Btc">;
|
|
55
|
+
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
44
56
|
}, "strip", z.ZodTypeAny, {
|
|
57
|
+
value: `0x${string}`;
|
|
58
|
+
__kind: "Btc";
|
|
59
|
+
}, {
|
|
45
60
|
value: string;
|
|
46
|
-
__kind: "
|
|
61
|
+
__kind: "Btc";
|
|
62
|
+
}>, {
|
|
63
|
+
chain: "Bitcoin";
|
|
64
|
+
address: string;
|
|
47
65
|
}, {
|
|
48
66
|
value: string;
|
|
49
67
|
__kind: "Btc";
|
|
50
|
-
}>, z.ZodObject<{
|
|
51
|
-
__kind: z.
|
|
68
|
+
}>, z.ZodEffects<z.ZodObject<{
|
|
69
|
+
__kind: z.ZodLiteral<"Arb">;
|
|
52
70
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
53
71
|
}, "strip", z.ZodTypeAny, {
|
|
54
72
|
value: `0x${string}`;
|
|
55
|
-
__kind: "
|
|
73
|
+
__kind: "Arb";
|
|
74
|
+
}, {
|
|
75
|
+
value: string;
|
|
76
|
+
__kind: "Arb";
|
|
77
|
+
}>, {
|
|
78
|
+
chain: "Arbitrum";
|
|
79
|
+
address: `0x${string}`;
|
|
56
80
|
}, {
|
|
57
81
|
value: string;
|
|
58
82
|
__kind: "Arb";
|
|
59
|
-
}>, z.ZodObject<{
|
|
60
|
-
__kind: z.
|
|
61
|
-
value: z.ZodEffects<z.
|
|
83
|
+
}>, z.ZodEffects<z.ZodObject<{
|
|
84
|
+
__kind: z.ZodLiteral<"Sol">;
|
|
85
|
+
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
62
86
|
}, "strip", z.ZodTypeAny, {
|
|
87
|
+
value: `0x${string}`;
|
|
88
|
+
__kind: "Sol";
|
|
89
|
+
}, {
|
|
63
90
|
value: string;
|
|
64
|
-
__kind: "
|
|
91
|
+
__kind: "Sol";
|
|
92
|
+
}>, {
|
|
93
|
+
chain: "Solana";
|
|
94
|
+
address: string;
|
|
65
95
|
}, {
|
|
66
96
|
value: string;
|
|
67
97
|
__kind: "Sol";
|
|
@@ -72,20 +102,20 @@ declare const liquidityProviderWithdrawalEgressScheduled: z.ZodObject<{
|
|
|
72
102
|
amount: bigint;
|
|
73
103
|
egressId: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana", bigint];
|
|
74
104
|
destinationAddress: {
|
|
75
|
-
|
|
76
|
-
|
|
105
|
+
chain: "Ethereum";
|
|
106
|
+
address: `0x${string}`;
|
|
77
107
|
} | {
|
|
78
|
-
|
|
79
|
-
|
|
108
|
+
chain: "Polkadot";
|
|
109
|
+
address: string;
|
|
80
110
|
} | {
|
|
81
|
-
|
|
82
|
-
|
|
111
|
+
chain: "Bitcoin";
|
|
112
|
+
address: string;
|
|
83
113
|
} | {
|
|
84
|
-
|
|
85
|
-
|
|
114
|
+
chain: "Arbitrum";
|
|
115
|
+
address: `0x${string}`;
|
|
86
116
|
} | {
|
|
87
|
-
|
|
88
|
-
|
|
117
|
+
chain: "Solana";
|
|
118
|
+
address: string;
|
|
89
119
|
};
|
|
90
120
|
fee: bigint;
|
|
91
121
|
}, {
|
|
@@ -20,48 +20,78 @@ declare const liquidityProviderWithdrawalEgressScheduled: z.ZodObject<{
|
|
|
20
20
|
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol";
|
|
21
21
|
}>;
|
|
22
22
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
23
|
-
destinationAddress: z.ZodUnion<[z.ZodObject<{
|
|
24
|
-
__kind: z.
|
|
23
|
+
destinationAddress: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
24
|
+
__kind: z.ZodLiteral<"Eth">;
|
|
25
25
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
26
26
|
}, "strip", z.ZodTypeAny, {
|
|
27
27
|
value: `0x${string}`;
|
|
28
|
-
__kind: "
|
|
28
|
+
__kind: "Eth";
|
|
29
|
+
}, {
|
|
30
|
+
value: string;
|
|
31
|
+
__kind: "Eth";
|
|
32
|
+
}>, {
|
|
33
|
+
chain: "Ethereum";
|
|
34
|
+
address: `0x${string}`;
|
|
29
35
|
}, {
|
|
30
36
|
value: string;
|
|
31
37
|
__kind: "Eth";
|
|
32
|
-
}>, z.ZodObject<{
|
|
33
|
-
__kind: z.
|
|
34
|
-
value: z.ZodEffects<z.
|
|
38
|
+
}>, z.ZodEffects<z.ZodObject<{
|
|
39
|
+
__kind: z.ZodLiteral<"Dot">;
|
|
40
|
+
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
35
41
|
}, "strip", z.ZodTypeAny, {
|
|
42
|
+
value: `0x${string}`;
|
|
43
|
+
__kind: "Dot";
|
|
44
|
+
}, {
|
|
36
45
|
value: string;
|
|
37
|
-
__kind: "
|
|
46
|
+
__kind: "Dot";
|
|
47
|
+
}>, {
|
|
48
|
+
chain: "Polkadot";
|
|
49
|
+
address: string;
|
|
38
50
|
}, {
|
|
39
51
|
value: string;
|
|
40
52
|
__kind: "Dot";
|
|
41
|
-
}>, z.ZodObject<{
|
|
42
|
-
__kind: z.
|
|
43
|
-
value: z.ZodEffects<z.
|
|
53
|
+
}>, z.ZodEffects<z.ZodObject<{
|
|
54
|
+
__kind: z.ZodLiteral<"Btc">;
|
|
55
|
+
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
44
56
|
}, "strip", z.ZodTypeAny, {
|
|
57
|
+
value: `0x${string}`;
|
|
58
|
+
__kind: "Btc";
|
|
59
|
+
}, {
|
|
45
60
|
value: string;
|
|
46
|
-
__kind: "
|
|
61
|
+
__kind: "Btc";
|
|
62
|
+
}>, {
|
|
63
|
+
chain: "Bitcoin";
|
|
64
|
+
address: string;
|
|
47
65
|
}, {
|
|
48
66
|
value: string;
|
|
49
67
|
__kind: "Btc";
|
|
50
|
-
}>, z.ZodObject<{
|
|
51
|
-
__kind: z.
|
|
68
|
+
}>, z.ZodEffects<z.ZodObject<{
|
|
69
|
+
__kind: z.ZodLiteral<"Arb">;
|
|
52
70
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
53
71
|
}, "strip", z.ZodTypeAny, {
|
|
54
72
|
value: `0x${string}`;
|
|
55
|
-
__kind: "
|
|
73
|
+
__kind: "Arb";
|
|
74
|
+
}, {
|
|
75
|
+
value: string;
|
|
76
|
+
__kind: "Arb";
|
|
77
|
+
}>, {
|
|
78
|
+
chain: "Arbitrum";
|
|
79
|
+
address: `0x${string}`;
|
|
56
80
|
}, {
|
|
57
81
|
value: string;
|
|
58
82
|
__kind: "Arb";
|
|
59
|
-
}>, z.ZodObject<{
|
|
60
|
-
__kind: z.
|
|
61
|
-
value: z.ZodEffects<z.
|
|
83
|
+
}>, z.ZodEffects<z.ZodObject<{
|
|
84
|
+
__kind: z.ZodLiteral<"Sol">;
|
|
85
|
+
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
62
86
|
}, "strip", z.ZodTypeAny, {
|
|
87
|
+
value: `0x${string}`;
|
|
88
|
+
__kind: "Sol";
|
|
89
|
+
}, {
|
|
63
90
|
value: string;
|
|
64
|
-
__kind: "
|
|
91
|
+
__kind: "Sol";
|
|
92
|
+
}>, {
|
|
93
|
+
chain: "Solana";
|
|
94
|
+
address: string;
|
|
65
95
|
}, {
|
|
66
96
|
value: string;
|
|
67
97
|
__kind: "Sol";
|
|
@@ -72,20 +102,20 @@ declare const liquidityProviderWithdrawalEgressScheduled: z.ZodObject<{
|
|
|
72
102
|
amount: bigint;
|
|
73
103
|
egressId: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana", bigint];
|
|
74
104
|
destinationAddress: {
|
|
75
|
-
|
|
76
|
-
|
|
105
|
+
chain: "Ethereum";
|
|
106
|
+
address: `0x${string}`;
|
|
77
107
|
} | {
|
|
78
|
-
|
|
79
|
-
|
|
108
|
+
chain: "Polkadot";
|
|
109
|
+
address: string;
|
|
80
110
|
} | {
|
|
81
|
-
|
|
82
|
-
|
|
111
|
+
chain: "Bitcoin";
|
|
112
|
+
address: string;
|
|
83
113
|
} | {
|
|
84
|
-
|
|
85
|
-
|
|
114
|
+
chain: "Arbitrum";
|
|
115
|
+
address: `0x${string}`;
|
|
86
116
|
} | {
|
|
87
|
-
|
|
88
|
-
|
|
117
|
+
chain: "Solana";
|
|
118
|
+
address: string;
|
|
89
119
|
};
|
|
90
120
|
fee: bigint;
|
|
91
121
|
}, {
|
|
@@ -41,17 +41,17 @@ declare const polkadotIngressEgressCcmEgressInvalid: 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 polkadotIngressEgressCcmEgressInvalid: 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 polkadotIngressEgressCcmEgressInvalid: 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 polkadotIngressEgressCcmEgressInvalid: 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, {
|
|
@@ -160,11 +160,11 @@ declare const polkadotIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
160
160
|
} | {
|
|
161
161
|
__kind: "BadOrigin";
|
|
162
162
|
} | {
|
|
163
|
+
__kind: "Module";
|
|
163
164
|
value: {
|
|
164
165
|
index: number;
|
|
165
166
|
error: `0x${string}`;
|
|
166
167
|
};
|
|
167
|
-
__kind: "Module";
|
|
168
168
|
} | {
|
|
169
169
|
__kind: "ConsumerRemaining";
|
|
170
170
|
} | {
|
|
@@ -172,14 +172,14 @@ declare const polkadotIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
172
172
|
} | {
|
|
173
173
|
__kind: "TooManyConsumers";
|
|
174
174
|
} | {
|
|
175
|
-
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
176
175
|
__kind: "Token";
|
|
176
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
177
177
|
} | {
|
|
178
|
-
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
179
178
|
__kind: "Arithmetic";
|
|
179
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
180
180
|
} | {
|
|
181
|
-
value: "LimitReached" | "NoLayer";
|
|
182
181
|
__kind: "Transactional";
|
|
182
|
+
value: "LimitReached" | "NoLayer";
|
|
183
183
|
} | {
|
|
184
184
|
__kind: "Exhausted";
|
|
185
185
|
} | {
|
|
@@ -198,11 +198,11 @@ declare const polkadotIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
198
198
|
} | {
|
|
199
199
|
__kind: "BadOrigin";
|
|
200
200
|
} | {
|
|
201
|
+
__kind: "Module";
|
|
201
202
|
value: {
|
|
202
203
|
index: number;
|
|
203
204
|
error: string;
|
|
204
205
|
};
|
|
205
|
-
__kind: "Module";
|
|
206
206
|
} | {
|
|
207
207
|
__kind: "ConsumerRemaining";
|
|
208
208
|
} | {
|
|
@@ -210,20 +210,20 @@ declare const polkadotIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
210
210
|
} | {
|
|
211
211
|
__kind: "TooManyConsumers";
|
|
212
212
|
} | {
|
|
213
|
+
__kind: "Token";
|
|
213
214
|
value: {
|
|
214
215
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
215
216
|
};
|
|
216
|
-
__kind: "Token";
|
|
217
217
|
} | {
|
|
218
|
+
__kind: "Arithmetic";
|
|
218
219
|
value: {
|
|
219
220
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
220
221
|
};
|
|
221
|
-
__kind: "Arithmetic";
|
|
222
222
|
} | {
|
|
223
|
+
__kind: "Transactional";
|
|
223
224
|
value: {
|
|
224
225
|
__kind: "LimitReached" | "NoLayer";
|
|
225
226
|
};
|
|
226
|
-
__kind: "Transactional";
|
|
227
227
|
} | {
|
|
228
228
|
__kind: "Exhausted";
|
|
229
229
|
} | {
|
|
@@ -41,17 +41,17 @@ declare const polkadotIngressEgressCcmEgressInvalid: 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 polkadotIngressEgressCcmEgressInvalid: 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 polkadotIngressEgressCcmEgressInvalid: 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 polkadotIngressEgressCcmEgressInvalid: 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, {
|
|
@@ -160,11 +160,11 @@ declare const polkadotIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
160
160
|
} | {
|
|
161
161
|
__kind: "BadOrigin";
|
|
162
162
|
} | {
|
|
163
|
+
__kind: "Module";
|
|
163
164
|
value: {
|
|
164
165
|
index: number;
|
|
165
166
|
error: `0x${string}`;
|
|
166
167
|
};
|
|
167
|
-
__kind: "Module";
|
|
168
168
|
} | {
|
|
169
169
|
__kind: "ConsumerRemaining";
|
|
170
170
|
} | {
|
|
@@ -172,14 +172,14 @@ declare const polkadotIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
172
172
|
} | {
|
|
173
173
|
__kind: "TooManyConsumers";
|
|
174
174
|
} | {
|
|
175
|
-
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
176
175
|
__kind: "Token";
|
|
176
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
177
177
|
} | {
|
|
178
|
-
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
179
178
|
__kind: "Arithmetic";
|
|
179
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
180
180
|
} | {
|
|
181
|
-
value: "LimitReached" | "NoLayer";
|
|
182
181
|
__kind: "Transactional";
|
|
182
|
+
value: "LimitReached" | "NoLayer";
|
|
183
183
|
} | {
|
|
184
184
|
__kind: "Exhausted";
|
|
185
185
|
} | {
|
|
@@ -198,11 +198,11 @@ declare const polkadotIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
198
198
|
} | {
|
|
199
199
|
__kind: "BadOrigin";
|
|
200
200
|
} | {
|
|
201
|
+
__kind: "Module";
|
|
201
202
|
value: {
|
|
202
203
|
index: number;
|
|
203
204
|
error: string;
|
|
204
205
|
};
|
|
205
|
-
__kind: "Module";
|
|
206
206
|
} | {
|
|
207
207
|
__kind: "ConsumerRemaining";
|
|
208
208
|
} | {
|
|
@@ -210,20 +210,20 @@ declare const polkadotIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
210
210
|
} | {
|
|
211
211
|
__kind: "TooManyConsumers";
|
|
212
212
|
} | {
|
|
213
|
+
__kind: "Token";
|
|
213
214
|
value: {
|
|
214
215
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
215
216
|
};
|
|
216
|
-
__kind: "Token";
|
|
217
217
|
} | {
|
|
218
|
+
__kind: "Arithmetic";
|
|
218
219
|
value: {
|
|
219
220
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
220
221
|
};
|
|
221
|
-
__kind: "Arithmetic";
|
|
222
222
|
} | {
|
|
223
|
+
__kind: "Transactional";
|
|
223
224
|
value: {
|
|
224
225
|
__kind: "LimitReached" | "NoLayer";
|
|
225
226
|
};
|
|
226
|
-
__kind: "Transactional";
|
|
227
227
|
} | {
|
|
228
228
|
__kind: "Exhausted";
|
|
229
229
|
} | {
|
|
@@ -66,14 +66,11 @@ declare const polkadotIngressEgressDepositBoosted: z.ZodObject<{
|
|
|
66
66
|
}>]>;
|
|
67
67
|
}, "strip", z.ZodTypeAny, {
|
|
68
68
|
depositAddress: `0x${string}`;
|
|
69
|
-
channelId: bigint;
|
|
70
|
-
prewitnessedDepositId: bigint;
|
|
71
69
|
asset: "Dot";
|
|
72
|
-
depositDetails: number;
|
|
73
|
-
amounts: [number, bigint][];
|
|
74
70
|
blockHeight: number;
|
|
71
|
+
depositDetails: number;
|
|
75
72
|
ingressFee: bigint;
|
|
76
|
-
|
|
73
|
+
prewitnessedDepositId: bigint;
|
|
77
74
|
action: {
|
|
78
75
|
__kind: "Swap";
|
|
79
76
|
swapId: bigint;
|
|
@@ -90,18 +87,18 @@ declare const polkadotIngressEgressDepositBoosted: z.ZodObject<{
|
|
|
90
87
|
__kind: "BoostersCredited";
|
|
91
88
|
prewitnessedDepositId: bigint;
|
|
92
89
|
};
|
|
90
|
+
channelId: bigint;
|
|
91
|
+
amounts: [number, bigint][];
|
|
92
|
+
boostFee: bigint;
|
|
93
93
|
}, {
|
|
94
94
|
depositAddress: string;
|
|
95
|
-
channelId: string | number;
|
|
96
|
-
prewitnessedDepositId: string | number;
|
|
97
95
|
asset: {
|
|
98
96
|
__kind: "Dot";
|
|
99
97
|
};
|
|
100
|
-
depositDetails: number;
|
|
101
|
-
amounts: [number, string | number][];
|
|
102
98
|
blockHeight: number;
|
|
99
|
+
depositDetails: number;
|
|
103
100
|
ingressFee: string | number;
|
|
104
|
-
|
|
101
|
+
prewitnessedDepositId: string | number;
|
|
105
102
|
action: {
|
|
106
103
|
__kind: "Swap";
|
|
107
104
|
swapId: string | number;
|
|
@@ -118,6 +115,9 @@ declare const polkadotIngressEgressDepositBoosted: z.ZodObject<{
|
|
|
118
115
|
__kind: "BoostersCredited";
|
|
119
116
|
prewitnessedDepositId: string | number;
|
|
120
117
|
};
|
|
118
|
+
channelId: string | number;
|
|
119
|
+
amounts: [number, string | number][];
|
|
120
|
+
boostFee: string | number;
|
|
121
121
|
}>;
|
|
122
122
|
|
|
123
123
|
export { polkadotIngressEgressDepositBoosted };
|