@chainflip/processor 1.4.6 → 1.4.7
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/bitcoinBroadcaster/transactionFeeDeficitRecorded.d.cts +10 -26
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.d.ts +10 -26
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.d.cts +10 -26
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.d.ts +10 -26
- package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.ts +4 -4
- package/dist/100/bitcoinIngressEgress/depositIgnored.d.cts +10 -26
- package/dist/100/bitcoinIngressEgress/depositIgnored.d.ts +10 -26
- package/dist/100/bitcoinIngressEgress/depositReceived.d.cts +10 -26
- package/dist/100/bitcoinIngressEgress/depositReceived.d.ts +10 -26
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.cts +14 -34
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.ts +14 -34
- package/dist/100/bitcoinIngressEgress/egressScheduled.d.cts +10 -26
- package/dist/100/bitcoinIngressEgress/egressScheduled.d.ts +10 -26
- package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.cts +10 -26
- package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.ts +10 -26
- package/dist/100/common.cjs +4 -9
- package/dist/100/common.d.cts +106 -222
- package/dist/100/common.d.ts +106 -222
- package/dist/100/common.mjs +4 -9
- package/dist/100/funding/boundExecutorAddress.d.cts +2 -2
- package/dist/100/funding/boundExecutorAddress.d.ts +2 -2
- package/dist/100/funding/boundRedeemAddress.d.cts +2 -2
- package/dist/100/funding/boundRedeemAddress.d.ts +2 -2
- package/dist/100/funding/failedFundingAttempt.d.cts +2 -2
- package/dist/100/funding/failedFundingAttempt.d.ts +2 -2
- package/dist/100/funding/funded.d.cts +2 -2
- package/dist/100/funding/funded.d.ts +2 -2
- package/dist/100/funding/redemptionRequested.d.cts +2 -2
- package/dist/100/funding/redemptionRequested.d.ts +2 -2
- package/dist/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/liquidityProvider/liquidityRefundAddressRegistered.d.cts +14 -34
- package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.ts +14 -34
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.ts +16 -16
- package/dist/100/polkadotIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/100/polkadotIngressEgress/depositFetchesScheduled.d.ts +2 -2
- package/dist/100/polkadotIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/100/polkadotIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/100/polkadotIngressEgress/depositReceived.d.cts +2 -2
- package/dist/100/polkadotIngressEgress/depositReceived.d.ts +2 -2
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.cts +20 -20
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.ts +20 -20
- 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 +88 -112
- package/dist/100/swapping/ccmDepositReceived.d.ts +88 -112
- package/dist/100/swapping/ccmFailed.d.cts +88 -112
- package/dist/100/swapping/ccmFailed.d.ts +88 -112
- package/dist/100/swapping/swapAmountTooLow.d.cts +88 -124
- package/dist/100/swapping/swapAmountTooLow.d.ts +88 -124
- package/dist/100/swapping/swapDepositAddressReady.d.cts +24 -24
- package/dist/100/swapping/swapDepositAddressReady.d.ts +24 -24
- package/dist/100/swapping/swapEgressScheduled.d.cts +4 -4
- package/dist/100/swapping/swapEgressScheduled.d.ts +4 -4
- package/dist/100/swapping/swapScheduled.d.cts +176 -236
- package/dist/100/swapping/swapScheduled.d.ts +176 -236
- package/dist/100/swapping/withdrawalRequested.d.cts +16 -16
- package/dist/100/swapping/withdrawalRequested.d.ts +16 -16
- package/dist/100/system/extrinsicFailed.d.cts +17 -17
- package/dist/100/system/extrinsicFailed.d.ts +17 -17
- package/dist/100/witnesser/witnessExecutionFailed.d.cts +2 -2
- package/dist/100/witnesser/witnessExecutionFailed.d.ts +2 -2
- package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.cts +10 -26
- package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.ts +10 -26
- package/dist/111/common.cjs +1 -4
- package/dist/111/common.d.cts +6 -18
- package/dist/111/common.d.ts +6 -18
- package/dist/111/common.mjs +1 -4
- package/dist/120/bitcoinIngressEgress/depositIgnored.d.cts +10 -26
- package/dist/120/bitcoinIngressEgress/depositIgnored.d.ts +10 -26
- package/dist/120/bitcoinIngressEgress/depositReceived.d.cts +20 -52
- package/dist/120/bitcoinIngressEgress/depositReceived.d.ts +20 -52
- package/dist/120/common.cjs +3 -5
- package/dist/120/common.d.cts +36 -96
- package/dist/120/common.d.ts +36 -96
- package/dist/120/common.mjs +3 -5
- package/dist/120/emissions/backupRewardsDistributed.d.cts +2 -2
- package/dist/120/emissions/backupRewardsDistributed.d.ts +2 -2
- package/dist/120/ethereumIngressEgress/depositReceived.d.cts +10 -26
- package/dist/120/ethereumIngressEgress/depositReceived.d.ts +10 -26
- package/dist/120/polkadotIngressEgress/depositReceived.d.cts +10 -26
- package/dist/120/polkadotIngressEgress/depositReceived.d.ts +10 -26
- package/dist/120/swapping/ccmFailed.d.cts +18 -42
- package/dist/120/swapping/ccmFailed.d.ts +18 -42
- package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +2 -2
- package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.ts +2 -2
- package/dist/131/bitcoinIngressEgress/depositIgnored.d.cts +10 -26
- package/dist/131/bitcoinIngressEgress/depositIgnored.d.ts +10 -26
- package/dist/131/bitcoinIngressEgress/depositReceived.d.cts +20 -52
- package/dist/131/bitcoinIngressEgress/depositReceived.d.ts +20 -52
- package/dist/131/bitcoinIngressEgress/depositWitnessRejected.d.cts +14 -34
- package/dist/131/bitcoinIngressEgress/depositWitnessRejected.d.ts +14 -34
- package/dist/131/common.cjs +6 -10
- package/dist/131/common.d.cts +110 -238
- package/dist/131/common.d.ts +110 -238
- package/dist/131/common.mjs +6 -10
- package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.ts +2 -2
- package/dist/131/ethereumIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/131/ethereumIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/131/ethereumIngressEgress/depositReceived.d.cts +12 -28
- package/dist/131/ethereumIngressEgress/depositReceived.d.ts +12 -28
- package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.cts +20 -20
- package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.ts +20 -20
- package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
- package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
- package/dist/131/liquidityPools/limitOrderUpdated.d.cts +8 -8
- package/dist/131/liquidityPools/limitOrderUpdated.d.ts +8 -8
- package/dist/131/liquidityPools/rangeOrderUpdated.d.cts +8 -8
- package/dist/131/liquidityPools/rangeOrderUpdated.d.ts +8 -8
- package/dist/131/liquidityProvider/accountCredited.d.cts +2 -2
- package/dist/131/liquidityProvider/accountCredited.d.ts +2 -2
- package/dist/131/liquidityProvider/accountDebited.d.cts +2 -2
- package/dist/131/liquidityProvider/accountDebited.d.ts +2 -2
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.cts +4 -4
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.ts +4 -4
- package/dist/131/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
- package/dist/131/liquidityProvider/liquidityDepositCredited.d.ts +2 -2
- 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 +90 -150
- package/dist/131/swapping/ccmFailed.d.ts +90 -150
- 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 +18 -18
- package/dist/131/swapping/swapDepositAddressReady.d.ts +18 -18
- 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 +104 -164
- package/dist/131/swapping/swapScheduled.d.ts +104 -164
- package/dist/131/swapping/withdrawalRequested.d.cts +6 -6
- package/dist/131/swapping/withdrawalRequested.d.ts +6 -6
- 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 +14 -30
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.ts +14 -30
- 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 +14 -30
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.ts +14 -30
- 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/bitcoinIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.ts +4 -4
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.cts +20 -52
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.ts +20 -52
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.cts +20 -52
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.ts +20 -52
- package/dist/141/common.cjs +6 -10
- package/dist/141/common.d.cts +115 -233
- package/dist/141/common.d.ts +115 -233
- package/dist/141/common.mjs +6 -10
- package/dist/141/ethereumIngressEgress/depositBoosted.d.cts +10 -26
- package/dist/141/ethereumIngressEgress/depositBoosted.d.ts +10 -26
- package/dist/141/ethereumIngressEgress/depositFinalised.d.cts +10 -26
- package/dist/141/ethereumIngressEgress/depositFinalised.d.ts +10 -26
- 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/liquidityPools/limitOrderUpdated.d.cts +10 -10
- package/dist/141/liquidityPools/limitOrderUpdated.d.ts +10 -10
- package/dist/141/liquidityPools/rangeOrderUpdated.d.cts +10 -10
- package/dist/141/liquidityPools/rangeOrderUpdated.d.ts +10 -10
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.cts +14 -34
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.ts +14 -34
- package/dist/141/polkadotIngressEgress/depositBoosted.d.cts +10 -26
- package/dist/141/polkadotIngressEgress/depositBoosted.d.ts +10 -26
- package/dist/141/polkadotIngressEgress/depositFinalised.d.cts +10 -26
- package/dist/141/polkadotIngressEgress/depositFinalised.d.ts +10 -26
- package/dist/141/swapping/ccmDepositReceived.d.cts +102 -126
- package/dist/141/swapping/ccmDepositReceived.d.ts +102 -126
- package/dist/141/swapping/ccmFailed.d.cts +195 -261
- package/dist/141/swapping/ccmFailed.d.ts +195 -261
- package/dist/141/swapping/swapDepositAddressReady.d.cts +32 -32
- package/dist/141/swapping/swapDepositAddressReady.d.ts +32 -32
- package/dist/141/swapping/swapEgressIgnored.d.cts +24 -24
- package/dist/141/swapping/swapEgressIgnored.d.ts +24 -24
- package/dist/141/swapping/swapExecuted.d.cts +96 -120
- package/dist/141/swapping/swapExecuted.d.ts +96 -120
- package/dist/141/swapping/swapScheduled.d.cts +207 -273
- package/dist/141/swapping/swapScheduled.d.ts +207 -273
- package/dist/141/swapping/withdrawalRequested.d.cts +16 -16
- package/dist/141/swapping/withdrawalRequested.d.ts +16 -16
- package/dist/141/tokenholderGovernance/proposalEnacted.d.cts +8 -8
- package/dist/141/tokenholderGovernance/proposalEnacted.d.ts +8 -8
- package/dist/141/tokenholderGovernance/proposalPassed.d.cts +8 -8
- package/dist/141/tokenholderGovernance/proposalPassed.d.ts +8 -8
- package/dist/141/tokenholderGovernance/proposalRejected.d.cts +8 -8
- package/dist/141/tokenholderGovernance/proposalRejected.d.ts +8 -8
- package/dist/141/tokenholderGovernance/proposalSubmitted.d.cts +8 -8
- package/dist/141/tokenholderGovernance/proposalSubmitted.d.ts +8 -8
- package/package.json +1 -1
|
@@ -59,6 +59,7 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
59
59
|
};
|
|
60
60
|
}>;
|
|
61
61
|
}, "strip", z.ZodTypeAny, {
|
|
62
|
+
__kind: "Increase";
|
|
62
63
|
value: {
|
|
63
64
|
liquidity: bigint;
|
|
64
65
|
amounts: {
|
|
@@ -66,8 +67,8 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
66
67
|
quote: bigint;
|
|
67
68
|
};
|
|
68
69
|
};
|
|
69
|
-
__kind: "Increase";
|
|
70
70
|
}, {
|
|
71
|
+
__kind: "Increase";
|
|
71
72
|
value: {
|
|
72
73
|
liquidity: string | number;
|
|
73
74
|
amounts: {
|
|
@@ -75,7 +76,6 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
75
76
|
quote: string | number;
|
|
76
77
|
};
|
|
77
78
|
};
|
|
78
|
-
__kind: "Increase";
|
|
79
79
|
}>, z.ZodObject<{
|
|
80
80
|
__kind: z.ZodLiteral<"Decrease">;
|
|
81
81
|
value: z.ZodObject<{
|
|
@@ -104,6 +104,7 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
104
104
|
};
|
|
105
105
|
}>;
|
|
106
106
|
}, "strip", z.ZodTypeAny, {
|
|
107
|
+
__kind: "Decrease";
|
|
107
108
|
value: {
|
|
108
109
|
liquidity: bigint;
|
|
109
110
|
amounts: {
|
|
@@ -111,8 +112,8 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
111
112
|
quote: bigint;
|
|
112
113
|
};
|
|
113
114
|
};
|
|
114
|
-
__kind: "Decrease";
|
|
115
115
|
}, {
|
|
116
|
+
__kind: "Decrease";
|
|
116
117
|
value: {
|
|
117
118
|
liquidity: string | number;
|
|
118
119
|
amounts: {
|
|
@@ -120,7 +121,6 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
120
121
|
quote: string | number;
|
|
121
122
|
};
|
|
122
123
|
};
|
|
123
|
-
__kind: "Decrease";
|
|
124
124
|
}>]>>>;
|
|
125
125
|
liquidityTotal: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
126
126
|
collectedFees: z.ZodObject<{
|
|
@@ -134,10 +134,10 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
134
134
|
quote: string | number;
|
|
135
135
|
}>;
|
|
136
136
|
}, "strip", z.ZodTypeAny, {
|
|
137
|
+
id: bigint;
|
|
137
138
|
lp: string;
|
|
138
139
|
baseAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
|
|
139
140
|
quoteAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
|
|
140
|
-
id: bigint;
|
|
141
141
|
collectedFees: {
|
|
142
142
|
base: bigint;
|
|
143
143
|
quote: bigint;
|
|
@@ -148,6 +148,7 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
148
148
|
};
|
|
149
149
|
liquidityTotal: bigint;
|
|
150
150
|
sizeChange?: {
|
|
151
|
+
__kind: "Increase";
|
|
151
152
|
value: {
|
|
152
153
|
liquidity: bigint;
|
|
153
154
|
amounts: {
|
|
@@ -155,8 +156,8 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
155
156
|
quote: bigint;
|
|
156
157
|
};
|
|
157
158
|
};
|
|
158
|
-
__kind: "Increase";
|
|
159
159
|
} | {
|
|
160
|
+
__kind: "Decrease";
|
|
160
161
|
value: {
|
|
161
162
|
liquidity: bigint;
|
|
162
163
|
amounts: {
|
|
@@ -164,9 +165,9 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
164
165
|
quote: bigint;
|
|
165
166
|
};
|
|
166
167
|
};
|
|
167
|
-
__kind: "Decrease";
|
|
168
168
|
} | null | undefined;
|
|
169
169
|
}, {
|
|
170
|
+
id: string | number;
|
|
170
171
|
lp: string;
|
|
171
172
|
baseAsset: {
|
|
172
173
|
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
|
|
@@ -174,7 +175,6 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
174
175
|
quoteAsset: {
|
|
175
176
|
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
|
|
176
177
|
};
|
|
177
|
-
id: string | number;
|
|
178
178
|
collectedFees: {
|
|
179
179
|
base: string | number;
|
|
180
180
|
quote: string | number;
|
|
@@ -185,6 +185,7 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
185
185
|
};
|
|
186
186
|
liquidityTotal: string | number;
|
|
187
187
|
sizeChange?: {
|
|
188
|
+
__kind: "Increase";
|
|
188
189
|
value: {
|
|
189
190
|
liquidity: string | number;
|
|
190
191
|
amounts: {
|
|
@@ -192,8 +193,8 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
192
193
|
quote: string | number;
|
|
193
194
|
};
|
|
194
195
|
};
|
|
195
|
-
__kind: "Increase";
|
|
196
196
|
} | {
|
|
197
|
+
__kind: "Decrease";
|
|
197
198
|
value: {
|
|
198
199
|
liquidity: string | number;
|
|
199
200
|
amounts: {
|
|
@@ -201,7 +202,6 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
201
202
|
quote: string | number;
|
|
202
203
|
};
|
|
203
204
|
};
|
|
204
|
-
__kind: "Decrease";
|
|
205
205
|
} | null | undefined;
|
|
206
206
|
}>;
|
|
207
207
|
|
|
@@ -78,28 +78,16 @@ declare const liquidityProviderLiquidityRefundAddressRegistered: z.ZodObject<{
|
|
|
78
78
|
__kind: "Taproot";
|
|
79
79
|
}>, z.ZodObject<{
|
|
80
80
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
84
|
-
}, "strip", z.ZodTypeAny, {
|
|
85
|
-
version: number;
|
|
86
|
-
program: `0x${string}`;
|
|
87
|
-
}, {
|
|
88
|
-
version: number;
|
|
89
|
-
program: string;
|
|
90
|
-
}>;
|
|
81
|
+
version: z.ZodNumber;
|
|
82
|
+
program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
91
83
|
}, "strip", z.ZodTypeAny, {
|
|
92
|
-
value: {
|
|
93
|
-
version: number;
|
|
94
|
-
program: `0x${string}`;
|
|
95
|
-
};
|
|
96
84
|
__kind: "OtherSegwit";
|
|
85
|
+
version: number;
|
|
86
|
+
program: `0x${string}`;
|
|
97
87
|
}, {
|
|
98
|
-
value: {
|
|
99
|
-
version: number;
|
|
100
|
-
program: string;
|
|
101
|
-
};
|
|
102
88
|
__kind: "OtherSegwit";
|
|
89
|
+
version: number;
|
|
90
|
+
program: string;
|
|
103
91
|
}>]>;
|
|
104
92
|
}, "strip", z.ZodTypeAny, {
|
|
105
93
|
value: {
|
|
@@ -118,11 +106,9 @@ declare const liquidityProviderLiquidityRefundAddressRegistered: z.ZodObject<{
|
|
|
118
106
|
value: `0x${string}`;
|
|
119
107
|
__kind: "Taproot";
|
|
120
108
|
} | {
|
|
121
|
-
value: {
|
|
122
|
-
version: number;
|
|
123
|
-
program: `0x${string}`;
|
|
124
|
-
};
|
|
125
109
|
__kind: "OtherSegwit";
|
|
110
|
+
version: number;
|
|
111
|
+
program: `0x${string}`;
|
|
126
112
|
};
|
|
127
113
|
__kind: "Btc";
|
|
128
114
|
}, {
|
|
@@ -142,11 +128,9 @@ declare const liquidityProviderLiquidityRefundAddressRegistered: z.ZodObject<{
|
|
|
142
128
|
value: string;
|
|
143
129
|
__kind: "Taproot";
|
|
144
130
|
} | {
|
|
145
|
-
value: {
|
|
146
|
-
version: number;
|
|
147
|
-
program: string;
|
|
148
|
-
};
|
|
149
131
|
__kind: "OtherSegwit";
|
|
132
|
+
version: number;
|
|
133
|
+
program: string;
|
|
150
134
|
};
|
|
151
135
|
__kind: "Btc";
|
|
152
136
|
}>, z.ZodObject<{
|
|
@@ -185,11 +169,9 @@ declare const liquidityProviderLiquidityRefundAddressRegistered: z.ZodObject<{
|
|
|
185
169
|
value: `0x${string}`;
|
|
186
170
|
__kind: "Taproot";
|
|
187
171
|
} | {
|
|
188
|
-
value: {
|
|
189
|
-
version: number;
|
|
190
|
-
program: `0x${string}`;
|
|
191
|
-
};
|
|
192
172
|
__kind: "OtherSegwit";
|
|
173
|
+
version: number;
|
|
174
|
+
program: `0x${string}`;
|
|
193
175
|
};
|
|
194
176
|
__kind: "Btc";
|
|
195
177
|
} | {
|
|
@@ -224,11 +206,9 @@ declare const liquidityProviderLiquidityRefundAddressRegistered: z.ZodObject<{
|
|
|
224
206
|
value: string;
|
|
225
207
|
__kind: "Taproot";
|
|
226
208
|
} | {
|
|
227
|
-
value: {
|
|
228
|
-
version: number;
|
|
229
|
-
program: string;
|
|
230
|
-
};
|
|
231
209
|
__kind: "OtherSegwit";
|
|
210
|
+
version: number;
|
|
211
|
+
program: string;
|
|
232
212
|
};
|
|
233
213
|
__kind: "Btc";
|
|
234
214
|
} | {
|
|
@@ -78,28 +78,16 @@ declare const liquidityProviderLiquidityRefundAddressRegistered: z.ZodObject<{
|
|
|
78
78
|
__kind: "Taproot";
|
|
79
79
|
}>, z.ZodObject<{
|
|
80
80
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
84
|
-
}, "strip", z.ZodTypeAny, {
|
|
85
|
-
version: number;
|
|
86
|
-
program: `0x${string}`;
|
|
87
|
-
}, {
|
|
88
|
-
version: number;
|
|
89
|
-
program: string;
|
|
90
|
-
}>;
|
|
81
|
+
version: z.ZodNumber;
|
|
82
|
+
program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
91
83
|
}, "strip", z.ZodTypeAny, {
|
|
92
|
-
value: {
|
|
93
|
-
version: number;
|
|
94
|
-
program: `0x${string}`;
|
|
95
|
-
};
|
|
96
84
|
__kind: "OtherSegwit";
|
|
85
|
+
version: number;
|
|
86
|
+
program: `0x${string}`;
|
|
97
87
|
}, {
|
|
98
|
-
value: {
|
|
99
|
-
version: number;
|
|
100
|
-
program: string;
|
|
101
|
-
};
|
|
102
88
|
__kind: "OtherSegwit";
|
|
89
|
+
version: number;
|
|
90
|
+
program: string;
|
|
103
91
|
}>]>;
|
|
104
92
|
}, "strip", z.ZodTypeAny, {
|
|
105
93
|
value: {
|
|
@@ -118,11 +106,9 @@ declare const liquidityProviderLiquidityRefundAddressRegistered: z.ZodObject<{
|
|
|
118
106
|
value: `0x${string}`;
|
|
119
107
|
__kind: "Taproot";
|
|
120
108
|
} | {
|
|
121
|
-
value: {
|
|
122
|
-
version: number;
|
|
123
|
-
program: `0x${string}`;
|
|
124
|
-
};
|
|
125
109
|
__kind: "OtherSegwit";
|
|
110
|
+
version: number;
|
|
111
|
+
program: `0x${string}`;
|
|
126
112
|
};
|
|
127
113
|
__kind: "Btc";
|
|
128
114
|
}, {
|
|
@@ -142,11 +128,9 @@ declare const liquidityProviderLiquidityRefundAddressRegistered: z.ZodObject<{
|
|
|
142
128
|
value: string;
|
|
143
129
|
__kind: "Taproot";
|
|
144
130
|
} | {
|
|
145
|
-
value: {
|
|
146
|
-
version: number;
|
|
147
|
-
program: string;
|
|
148
|
-
};
|
|
149
131
|
__kind: "OtherSegwit";
|
|
132
|
+
version: number;
|
|
133
|
+
program: string;
|
|
150
134
|
};
|
|
151
135
|
__kind: "Btc";
|
|
152
136
|
}>, z.ZodObject<{
|
|
@@ -185,11 +169,9 @@ declare const liquidityProviderLiquidityRefundAddressRegistered: z.ZodObject<{
|
|
|
185
169
|
value: `0x${string}`;
|
|
186
170
|
__kind: "Taproot";
|
|
187
171
|
} | {
|
|
188
|
-
value: {
|
|
189
|
-
version: number;
|
|
190
|
-
program: `0x${string}`;
|
|
191
|
-
};
|
|
192
172
|
__kind: "OtherSegwit";
|
|
173
|
+
version: number;
|
|
174
|
+
program: `0x${string}`;
|
|
193
175
|
};
|
|
194
176
|
__kind: "Btc";
|
|
195
177
|
} | {
|
|
@@ -224,11 +206,9 @@ declare const liquidityProviderLiquidityRefundAddressRegistered: z.ZodObject<{
|
|
|
224
206
|
value: string;
|
|
225
207
|
__kind: "Taproot";
|
|
226
208
|
} | {
|
|
227
|
-
value: {
|
|
228
|
-
version: number;
|
|
229
|
-
program: string;
|
|
230
|
-
};
|
|
231
209
|
__kind: "OtherSegwit";
|
|
210
|
+
version: number;
|
|
211
|
+
program: string;
|
|
232
212
|
};
|
|
233
213
|
__kind: "Btc";
|
|
234
214
|
} | {
|
|
@@ -36,28 +36,16 @@ declare const polkadotIngressEgressDepositBoosted: z.ZodObject<{
|
|
|
36
36
|
lpAccount: string;
|
|
37
37
|
}>, z.ZodObject<{
|
|
38
38
|
__kind: z.ZodLiteral<"CcmTransfer">;
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
gasSwapId: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
|
|
42
|
-
}, "strip", z.ZodTypeAny, {
|
|
43
|
-
principalSwapId?: bigint | null | undefined;
|
|
44
|
-
gasSwapId?: bigint | null | undefined;
|
|
45
|
-
}, {
|
|
46
|
-
principalSwapId?: string | number | null | undefined;
|
|
47
|
-
gasSwapId?: string | number | null | undefined;
|
|
48
|
-
}>;
|
|
39
|
+
principalSwapId: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
|
|
40
|
+
gasSwapId: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
|
|
49
41
|
}, "strip", z.ZodTypeAny, {
|
|
50
|
-
value: {
|
|
51
|
-
principalSwapId?: bigint | null | undefined;
|
|
52
|
-
gasSwapId?: bigint | null | undefined;
|
|
53
|
-
};
|
|
54
42
|
__kind: "CcmTransfer";
|
|
43
|
+
principalSwapId?: bigint | null | undefined;
|
|
44
|
+
gasSwapId?: bigint | null | undefined;
|
|
55
45
|
}, {
|
|
56
|
-
value: {
|
|
57
|
-
principalSwapId?: string | number | null | undefined;
|
|
58
|
-
gasSwapId?: string | number | null | undefined;
|
|
59
|
-
};
|
|
60
46
|
__kind: "CcmTransfer";
|
|
47
|
+
principalSwapId?: string | number | null | undefined;
|
|
48
|
+
gasSwapId?: string | number | null | undefined;
|
|
61
49
|
}>, z.ZodObject<{
|
|
62
50
|
__kind: z.ZodLiteral<"NoAction">;
|
|
63
51
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -89,11 +77,9 @@ declare const polkadotIngressEgressDepositBoosted: z.ZodObject<{
|
|
|
89
77
|
__kind: "LiquidityProvision";
|
|
90
78
|
lpAccount: string;
|
|
91
79
|
} | {
|
|
92
|
-
value: {
|
|
93
|
-
principalSwapId?: bigint | null | undefined;
|
|
94
|
-
gasSwapId?: bigint | null | undefined;
|
|
95
|
-
};
|
|
96
80
|
__kind: "CcmTransfer";
|
|
81
|
+
principalSwapId?: bigint | null | undefined;
|
|
82
|
+
gasSwapId?: bigint | null | undefined;
|
|
97
83
|
} | {
|
|
98
84
|
__kind: "NoAction";
|
|
99
85
|
} | {
|
|
@@ -117,11 +103,9 @@ declare const polkadotIngressEgressDepositBoosted: z.ZodObject<{
|
|
|
117
103
|
__kind: "LiquidityProvision";
|
|
118
104
|
lpAccount: string;
|
|
119
105
|
} | {
|
|
120
|
-
value: {
|
|
121
|
-
principalSwapId?: string | number | null | undefined;
|
|
122
|
-
gasSwapId?: string | number | null | undefined;
|
|
123
|
-
};
|
|
124
106
|
__kind: "CcmTransfer";
|
|
107
|
+
principalSwapId?: string | number | null | undefined;
|
|
108
|
+
gasSwapId?: string | number | null | undefined;
|
|
125
109
|
} | {
|
|
126
110
|
__kind: "NoAction";
|
|
127
111
|
} | {
|
|
@@ -36,28 +36,16 @@ declare const polkadotIngressEgressDepositBoosted: z.ZodObject<{
|
|
|
36
36
|
lpAccount: string;
|
|
37
37
|
}>, z.ZodObject<{
|
|
38
38
|
__kind: z.ZodLiteral<"CcmTransfer">;
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
gasSwapId: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
|
|
42
|
-
}, "strip", z.ZodTypeAny, {
|
|
43
|
-
principalSwapId?: bigint | null | undefined;
|
|
44
|
-
gasSwapId?: bigint | null | undefined;
|
|
45
|
-
}, {
|
|
46
|
-
principalSwapId?: string | number | null | undefined;
|
|
47
|
-
gasSwapId?: string | number | null | undefined;
|
|
48
|
-
}>;
|
|
39
|
+
principalSwapId: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
|
|
40
|
+
gasSwapId: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
|
|
49
41
|
}, "strip", z.ZodTypeAny, {
|
|
50
|
-
value: {
|
|
51
|
-
principalSwapId?: bigint | null | undefined;
|
|
52
|
-
gasSwapId?: bigint | null | undefined;
|
|
53
|
-
};
|
|
54
42
|
__kind: "CcmTransfer";
|
|
43
|
+
principalSwapId?: bigint | null | undefined;
|
|
44
|
+
gasSwapId?: bigint | null | undefined;
|
|
55
45
|
}, {
|
|
56
|
-
value: {
|
|
57
|
-
principalSwapId?: string | number | null | undefined;
|
|
58
|
-
gasSwapId?: string | number | null | undefined;
|
|
59
|
-
};
|
|
60
46
|
__kind: "CcmTransfer";
|
|
47
|
+
principalSwapId?: string | number | null | undefined;
|
|
48
|
+
gasSwapId?: string | number | null | undefined;
|
|
61
49
|
}>, z.ZodObject<{
|
|
62
50
|
__kind: z.ZodLiteral<"NoAction">;
|
|
63
51
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -89,11 +77,9 @@ declare const polkadotIngressEgressDepositBoosted: z.ZodObject<{
|
|
|
89
77
|
__kind: "LiquidityProvision";
|
|
90
78
|
lpAccount: string;
|
|
91
79
|
} | {
|
|
92
|
-
value: {
|
|
93
|
-
principalSwapId?: bigint | null | undefined;
|
|
94
|
-
gasSwapId?: bigint | null | undefined;
|
|
95
|
-
};
|
|
96
80
|
__kind: "CcmTransfer";
|
|
81
|
+
principalSwapId?: bigint | null | undefined;
|
|
82
|
+
gasSwapId?: bigint | null | undefined;
|
|
97
83
|
} | {
|
|
98
84
|
__kind: "NoAction";
|
|
99
85
|
} | {
|
|
@@ -117,11 +103,9 @@ declare const polkadotIngressEgressDepositBoosted: z.ZodObject<{
|
|
|
117
103
|
__kind: "LiquidityProvision";
|
|
118
104
|
lpAccount: string;
|
|
119
105
|
} | {
|
|
120
|
-
value: {
|
|
121
|
-
principalSwapId?: string | number | null | undefined;
|
|
122
|
-
gasSwapId?: string | number | null | undefined;
|
|
123
|
-
};
|
|
124
106
|
__kind: "CcmTransfer";
|
|
107
|
+
principalSwapId?: string | number | null | undefined;
|
|
108
|
+
gasSwapId?: string | number | null | undefined;
|
|
125
109
|
} | {
|
|
126
110
|
__kind: "NoAction";
|
|
127
111
|
} | {
|
|
@@ -33,28 +33,16 @@ declare const polkadotIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
33
33
|
lpAccount: string;
|
|
34
34
|
}>, z.ZodObject<{
|
|
35
35
|
__kind: z.ZodLiteral<"CcmTransfer">;
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
gasSwapId: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
|
|
39
|
-
}, "strip", z.ZodTypeAny, {
|
|
40
|
-
principalSwapId?: bigint | null | undefined;
|
|
41
|
-
gasSwapId?: bigint | null | undefined;
|
|
42
|
-
}, {
|
|
43
|
-
principalSwapId?: string | number | null | undefined;
|
|
44
|
-
gasSwapId?: string | number | null | undefined;
|
|
45
|
-
}>;
|
|
36
|
+
principalSwapId: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
|
|
37
|
+
gasSwapId: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
|
|
46
38
|
}, "strip", z.ZodTypeAny, {
|
|
47
|
-
value: {
|
|
48
|
-
principalSwapId?: bigint | null | undefined;
|
|
49
|
-
gasSwapId?: bigint | null | undefined;
|
|
50
|
-
};
|
|
51
39
|
__kind: "CcmTransfer";
|
|
40
|
+
principalSwapId?: bigint | null | undefined;
|
|
41
|
+
gasSwapId?: bigint | null | undefined;
|
|
52
42
|
}, {
|
|
53
|
-
value: {
|
|
54
|
-
principalSwapId?: string | number | null | undefined;
|
|
55
|
-
gasSwapId?: string | number | null | undefined;
|
|
56
|
-
};
|
|
57
43
|
__kind: "CcmTransfer";
|
|
44
|
+
principalSwapId?: string | number | null | undefined;
|
|
45
|
+
gasSwapId?: string | number | null | undefined;
|
|
58
46
|
}>, z.ZodObject<{
|
|
59
47
|
__kind: z.ZodLiteral<"NoAction">;
|
|
60
48
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -85,11 +73,9 @@ declare const polkadotIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
85
73
|
__kind: "LiquidityProvision";
|
|
86
74
|
lpAccount: string;
|
|
87
75
|
} | {
|
|
88
|
-
value: {
|
|
89
|
-
principalSwapId?: bigint | null | undefined;
|
|
90
|
-
gasSwapId?: bigint | null | undefined;
|
|
91
|
-
};
|
|
92
76
|
__kind: "CcmTransfer";
|
|
77
|
+
principalSwapId?: bigint | null | undefined;
|
|
78
|
+
gasSwapId?: bigint | null | undefined;
|
|
93
79
|
} | {
|
|
94
80
|
__kind: "NoAction";
|
|
95
81
|
} | {
|
|
@@ -111,11 +97,9 @@ declare const polkadotIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
111
97
|
__kind: "LiquidityProvision";
|
|
112
98
|
lpAccount: string;
|
|
113
99
|
} | {
|
|
114
|
-
value: {
|
|
115
|
-
principalSwapId?: string | number | null | undefined;
|
|
116
|
-
gasSwapId?: string | number | null | undefined;
|
|
117
|
-
};
|
|
118
100
|
__kind: "CcmTransfer";
|
|
101
|
+
principalSwapId?: string | number | null | undefined;
|
|
102
|
+
gasSwapId?: string | number | null | undefined;
|
|
119
103
|
} | {
|
|
120
104
|
__kind: "NoAction";
|
|
121
105
|
} | {
|
|
@@ -33,28 +33,16 @@ declare const polkadotIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
33
33
|
lpAccount: string;
|
|
34
34
|
}>, z.ZodObject<{
|
|
35
35
|
__kind: z.ZodLiteral<"CcmTransfer">;
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
gasSwapId: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
|
|
39
|
-
}, "strip", z.ZodTypeAny, {
|
|
40
|
-
principalSwapId?: bigint | null | undefined;
|
|
41
|
-
gasSwapId?: bigint | null | undefined;
|
|
42
|
-
}, {
|
|
43
|
-
principalSwapId?: string | number | null | undefined;
|
|
44
|
-
gasSwapId?: string | number | null | undefined;
|
|
45
|
-
}>;
|
|
36
|
+
principalSwapId: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
|
|
37
|
+
gasSwapId: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
|
|
46
38
|
}, "strip", z.ZodTypeAny, {
|
|
47
|
-
value: {
|
|
48
|
-
principalSwapId?: bigint | null | undefined;
|
|
49
|
-
gasSwapId?: bigint | null | undefined;
|
|
50
|
-
};
|
|
51
39
|
__kind: "CcmTransfer";
|
|
40
|
+
principalSwapId?: bigint | null | undefined;
|
|
41
|
+
gasSwapId?: bigint | null | undefined;
|
|
52
42
|
}, {
|
|
53
|
-
value: {
|
|
54
|
-
principalSwapId?: string | number | null | undefined;
|
|
55
|
-
gasSwapId?: string | number | null | undefined;
|
|
56
|
-
};
|
|
57
43
|
__kind: "CcmTransfer";
|
|
44
|
+
principalSwapId?: string | number | null | undefined;
|
|
45
|
+
gasSwapId?: string | number | null | undefined;
|
|
58
46
|
}>, z.ZodObject<{
|
|
59
47
|
__kind: z.ZodLiteral<"NoAction">;
|
|
60
48
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -85,11 +73,9 @@ declare const polkadotIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
85
73
|
__kind: "LiquidityProvision";
|
|
86
74
|
lpAccount: string;
|
|
87
75
|
} | {
|
|
88
|
-
value: {
|
|
89
|
-
principalSwapId?: bigint | null | undefined;
|
|
90
|
-
gasSwapId?: bigint | null | undefined;
|
|
91
|
-
};
|
|
92
76
|
__kind: "CcmTransfer";
|
|
77
|
+
principalSwapId?: bigint | null | undefined;
|
|
78
|
+
gasSwapId?: bigint | null | undefined;
|
|
93
79
|
} | {
|
|
94
80
|
__kind: "NoAction";
|
|
95
81
|
} | {
|
|
@@ -111,11 +97,9 @@ declare const polkadotIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
111
97
|
__kind: "LiquidityProvision";
|
|
112
98
|
lpAccount: string;
|
|
113
99
|
} | {
|
|
114
|
-
value: {
|
|
115
|
-
principalSwapId?: string | number | null | undefined;
|
|
116
|
-
gasSwapId?: string | number | null | undefined;
|
|
117
|
-
};
|
|
118
100
|
__kind: "CcmTransfer";
|
|
101
|
+
principalSwapId?: string | number | null | undefined;
|
|
102
|
+
gasSwapId?: string | number | null | undefined;
|
|
119
103
|
} | {
|
|
120
104
|
__kind: "NoAction";
|
|
121
105
|
} | {
|