@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
|
@@ -191,28 +191,16 @@ declare const bitcoinIngressEgressDepositWitnessRejected: z.ZodObject<{
|
|
|
191
191
|
__kind: "Taproot";
|
|
192
192
|
}>, z.ZodObject<{
|
|
193
193
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
197
|
-
}, "strip", z.ZodTypeAny, {
|
|
198
|
-
version: number;
|
|
199
|
-
program: `0x${string}`;
|
|
200
|
-
}, {
|
|
201
|
-
version: number;
|
|
202
|
-
program: string;
|
|
203
|
-
}>;
|
|
194
|
+
version: z.ZodNumber;
|
|
195
|
+
program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
204
196
|
}, "strip", z.ZodTypeAny, {
|
|
205
|
-
value: {
|
|
206
|
-
version: number;
|
|
207
|
-
program: `0x${string}`;
|
|
208
|
-
};
|
|
209
197
|
__kind: "OtherSegwit";
|
|
198
|
+
version: number;
|
|
199
|
+
program: `0x${string}`;
|
|
210
200
|
}, {
|
|
211
|
-
value: {
|
|
212
|
-
version: number;
|
|
213
|
-
program: string;
|
|
214
|
-
};
|
|
215
201
|
__kind: "OtherSegwit";
|
|
202
|
+
version: number;
|
|
203
|
+
program: string;
|
|
216
204
|
}>]>;
|
|
217
205
|
asset: z.ZodEffects<z.ZodObject<{
|
|
218
206
|
__kind: z.ZodEnum<["Btc"]>;
|
|
@@ -251,11 +239,9 @@ declare const bitcoinIngressEgressDepositWitnessRejected: z.ZodObject<{
|
|
|
251
239
|
value: `0x${string}`;
|
|
252
240
|
__kind: "Taproot";
|
|
253
241
|
} | {
|
|
254
|
-
value: {
|
|
255
|
-
version: number;
|
|
256
|
-
program: `0x${string}`;
|
|
257
|
-
};
|
|
258
242
|
__kind: "OtherSegwit";
|
|
243
|
+
version: number;
|
|
244
|
+
program: `0x${string}`;
|
|
259
245
|
};
|
|
260
246
|
asset: "Btc";
|
|
261
247
|
amount: bigint;
|
|
@@ -280,11 +266,9 @@ declare const bitcoinIngressEgressDepositWitnessRejected: z.ZodObject<{
|
|
|
280
266
|
value: string;
|
|
281
267
|
__kind: "Taproot";
|
|
282
268
|
} | {
|
|
283
|
-
value: {
|
|
284
|
-
version: number;
|
|
285
|
-
program: string;
|
|
286
|
-
};
|
|
287
269
|
__kind: "OtherSegwit";
|
|
270
|
+
version: number;
|
|
271
|
+
program: string;
|
|
288
272
|
};
|
|
289
273
|
asset: {
|
|
290
274
|
__kind: "Btc";
|
|
@@ -349,11 +333,9 @@ declare const bitcoinIngressEgressDepositWitnessRejected: z.ZodObject<{
|
|
|
349
333
|
value: `0x${string}`;
|
|
350
334
|
__kind: "Taproot";
|
|
351
335
|
} | {
|
|
352
|
-
value: {
|
|
353
|
-
version: number;
|
|
354
|
-
program: `0x${string}`;
|
|
355
|
-
};
|
|
356
336
|
__kind: "OtherSegwit";
|
|
337
|
+
version: number;
|
|
338
|
+
program: `0x${string}`;
|
|
357
339
|
};
|
|
358
340
|
asset: "Btc";
|
|
359
341
|
amount: bigint;
|
|
@@ -422,11 +404,9 @@ declare const bitcoinIngressEgressDepositWitnessRejected: z.ZodObject<{
|
|
|
422
404
|
value: string;
|
|
423
405
|
__kind: "Taproot";
|
|
424
406
|
} | {
|
|
425
|
-
value: {
|
|
426
|
-
version: number;
|
|
427
|
-
program: string;
|
|
428
|
-
};
|
|
429
407
|
__kind: "OtherSegwit";
|
|
408
|
+
version: number;
|
|
409
|
+
program: string;
|
|
430
410
|
};
|
|
431
411
|
asset: {
|
|
432
412
|
__kind: "Btc";
|
package/dist/131/common.cjs
CHANGED
|
@@ -164,11 +164,9 @@ var cfChainsCcmChannelMetadata = _zod.z.object({
|
|
|
164
164
|
var cfChainsSwapOrigin = _zod.z.union([
|
|
165
165
|
_zod.z.object({
|
|
166
166
|
__kind: _zod.z.literal("DepositChannel"),
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
depositBlockHeight: numberOrHex
|
|
171
|
-
})
|
|
167
|
+
depositAddress: cfChainsAddressEncodedAddress,
|
|
168
|
+
channelId: numberOrHex,
|
|
169
|
+
depositBlockHeight: numberOrHex
|
|
172
170
|
}),
|
|
173
171
|
_zod.z.object({ __kind: _zod.z.literal("Vault"), txHash: hexString })
|
|
174
172
|
]);
|
|
@@ -178,10 +176,7 @@ var cfChainsBtcScriptPubkey = _zod.z.union([
|
|
|
178
176
|
_zod.z.object({ __kind: _zod.z.literal("P2WPKH"), value: hexString }),
|
|
179
177
|
_zod.z.object({ __kind: _zod.z.literal("P2WSH"), value: hexString }),
|
|
180
178
|
_zod.z.object({ __kind: _zod.z.literal("Taproot"), value: hexString }),
|
|
181
|
-
_zod.z.object({
|
|
182
|
-
__kind: _zod.z.literal("OtherSegwit"),
|
|
183
|
-
value: _zod.z.object({ version: _zod.z.number(), program: hexString })
|
|
184
|
-
})
|
|
179
|
+
_zod.z.object({ __kind: _zod.z.literal("OtherSegwit"), version: _zod.z.number(), program: hexString })
|
|
185
180
|
]);
|
|
186
181
|
var cfChainsAddressForeignChainAddress = _zod.z.union([
|
|
187
182
|
_zod.z.object({ __kind: _zod.z.literal("Eth"), value: hexString }),
|
|
@@ -210,7 +205,8 @@ var palletCfIngressEgressDepositAction = _zod.z.union([
|
|
|
210
205
|
_zod.z.object({ __kind: _zod.z.literal("LiquidityProvision"), lpAccount: accountId }),
|
|
211
206
|
_zod.z.object({
|
|
212
207
|
__kind: _zod.z.literal("CcmTransfer"),
|
|
213
|
-
|
|
208
|
+
principalSwapId: numberOrHex.nullish(),
|
|
209
|
+
gasSwapId: numberOrHex.nullish()
|
|
214
210
|
}),
|
|
215
211
|
_zod.z.object({ __kind: _zod.z.literal("NoAction") })
|
|
216
212
|
]);
|
package/dist/131/common.d.cts
CHANGED
|
@@ -1460,96 +1460,64 @@ declare const cfChainsCcmChannelMetadata: z.ZodObject<{
|
|
|
1460
1460
|
}>;
|
|
1461
1461
|
declare const cfChainsSwapOrigin: z.ZodUnion<[z.ZodObject<{
|
|
1462
1462
|
__kind: z.ZodLiteral<"DepositChannel">;
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1467
|
-
}, "strip", z.ZodTypeAny, {
|
|
1468
|
-
__kind: "Eth";
|
|
1469
|
-
value: `0x${string}`;
|
|
1470
|
-
}, {
|
|
1471
|
-
__kind: "Eth";
|
|
1472
|
-
value: string;
|
|
1473
|
-
}>, z.ZodObject<{
|
|
1474
|
-
__kind: z.ZodLiteral<"Dot">;
|
|
1475
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1476
|
-
}, "strip", z.ZodTypeAny, {
|
|
1477
|
-
__kind: "Dot";
|
|
1478
|
-
value: `0x${string}`;
|
|
1479
|
-
}, {
|
|
1480
|
-
__kind: "Dot";
|
|
1481
|
-
value: string;
|
|
1482
|
-
}>, z.ZodObject<{
|
|
1483
|
-
__kind: z.ZodLiteral<"Btc">;
|
|
1484
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1485
|
-
}, "strip", z.ZodTypeAny, {
|
|
1486
|
-
__kind: "Btc";
|
|
1487
|
-
value: `0x${string}`;
|
|
1488
|
-
}, {
|
|
1489
|
-
__kind: "Btc";
|
|
1490
|
-
value: string;
|
|
1491
|
-
}>]>;
|
|
1492
|
-
channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
1493
|
-
depositBlockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
1463
|
+
depositAddress: z.ZodUnion<[z.ZodObject<{
|
|
1464
|
+
__kind: z.ZodLiteral<"Eth">;
|
|
1465
|
+
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1494
1466
|
}, "strip", z.ZodTypeAny, {
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
value: `0x${string}`;
|
|
1498
|
-
} | {
|
|
1499
|
-
__kind: "Dot";
|
|
1500
|
-
value: `0x${string}`;
|
|
1501
|
-
} | {
|
|
1502
|
-
__kind: "Btc";
|
|
1503
|
-
value: `0x${string}`;
|
|
1504
|
-
};
|
|
1505
|
-
channelId: bigint;
|
|
1506
|
-
depositBlockHeight: bigint;
|
|
1467
|
+
__kind: "Eth";
|
|
1468
|
+
value: `0x${string}`;
|
|
1507
1469
|
}, {
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1470
|
+
__kind: "Eth";
|
|
1471
|
+
value: string;
|
|
1472
|
+
}>, z.ZodObject<{
|
|
1473
|
+
__kind: z.ZodLiteral<"Dot">;
|
|
1474
|
+
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1475
|
+
}, "strip", z.ZodTypeAny, {
|
|
1476
|
+
__kind: "Dot";
|
|
1477
|
+
value: `0x${string}`;
|
|
1478
|
+
}, {
|
|
1479
|
+
__kind: "Dot";
|
|
1480
|
+
value: string;
|
|
1481
|
+
}>, z.ZodObject<{
|
|
1482
|
+
__kind: z.ZodLiteral<"Btc">;
|
|
1483
|
+
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1484
|
+
}, "strip", z.ZodTypeAny, {
|
|
1485
|
+
__kind: "Btc";
|
|
1486
|
+
value: `0x${string}`;
|
|
1487
|
+
}, {
|
|
1488
|
+
__kind: "Btc";
|
|
1489
|
+
value: string;
|
|
1490
|
+
}>]>;
|
|
1491
|
+
channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
1492
|
+
depositBlockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
1521
1493
|
}, "strip", z.ZodTypeAny, {
|
|
1522
1494
|
__kind: "DepositChannel";
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
value: `0x${string}`;
|
|
1533
|
-
};
|
|
1534
|
-
channelId: bigint;
|
|
1535
|
-
depositBlockHeight: bigint;
|
|
1495
|
+
depositAddress: {
|
|
1496
|
+
__kind: "Eth";
|
|
1497
|
+
value: `0x${string}`;
|
|
1498
|
+
} | {
|
|
1499
|
+
__kind: "Dot";
|
|
1500
|
+
value: `0x${string}`;
|
|
1501
|
+
} | {
|
|
1502
|
+
__kind: "Btc";
|
|
1503
|
+
value: `0x${string}`;
|
|
1536
1504
|
};
|
|
1505
|
+
channelId: bigint;
|
|
1506
|
+
depositBlockHeight: bigint;
|
|
1537
1507
|
}, {
|
|
1538
1508
|
__kind: "DepositChannel";
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
value: string;
|
|
1549
|
-
};
|
|
1550
|
-
channelId: string | number;
|
|
1551
|
-
depositBlockHeight: string | number;
|
|
1509
|
+
depositAddress: {
|
|
1510
|
+
__kind: "Eth";
|
|
1511
|
+
value: string;
|
|
1512
|
+
} | {
|
|
1513
|
+
__kind: "Dot";
|
|
1514
|
+
value: string;
|
|
1515
|
+
} | {
|
|
1516
|
+
__kind: "Btc";
|
|
1517
|
+
value: string;
|
|
1552
1518
|
};
|
|
1519
|
+
channelId: string | number;
|
|
1520
|
+
depositBlockHeight: string | number;
|
|
1553
1521
|
}>, z.ZodObject<{
|
|
1554
1522
|
__kind: z.ZodLiteral<"Vault">;
|
|
1555
1523
|
txHash: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
@@ -1607,28 +1575,16 @@ declare const cfChainsBtcScriptPubkey: z.ZodUnion<[z.ZodObject<{
|
|
|
1607
1575
|
value: string;
|
|
1608
1576
|
}>, z.ZodObject<{
|
|
1609
1577
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1613
|
-
}, "strip", z.ZodTypeAny, {
|
|
1614
|
-
version: number;
|
|
1615
|
-
program: `0x${string}`;
|
|
1616
|
-
}, {
|
|
1617
|
-
version: number;
|
|
1618
|
-
program: string;
|
|
1619
|
-
}>;
|
|
1578
|
+
version: z.ZodNumber;
|
|
1579
|
+
program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1620
1580
|
}, "strip", z.ZodTypeAny, {
|
|
1621
1581
|
__kind: "OtherSegwit";
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
program: `0x${string}`;
|
|
1625
|
-
};
|
|
1582
|
+
version: number;
|
|
1583
|
+
program: `0x${string}`;
|
|
1626
1584
|
}, {
|
|
1627
1585
|
__kind: "OtherSegwit";
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
program: string;
|
|
1631
|
-
};
|
|
1586
|
+
version: number;
|
|
1587
|
+
program: string;
|
|
1632
1588
|
}>]>;
|
|
1633
1589
|
declare const cfChainsAddressForeignChainAddress: z.ZodUnion<[z.ZodObject<{
|
|
1634
1590
|
__kind: z.ZodLiteral<"Eth">;
|
|
@@ -1697,28 +1653,16 @@ declare const cfChainsAddressForeignChainAddress: z.ZodUnion<[z.ZodObject<{
|
|
|
1697
1653
|
value: string;
|
|
1698
1654
|
}>, z.ZodObject<{
|
|
1699
1655
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1703
|
-
}, "strip", z.ZodTypeAny, {
|
|
1704
|
-
version: number;
|
|
1705
|
-
program: `0x${string}`;
|
|
1706
|
-
}, {
|
|
1707
|
-
version: number;
|
|
1708
|
-
program: string;
|
|
1709
|
-
}>;
|
|
1656
|
+
version: z.ZodNumber;
|
|
1657
|
+
program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1710
1658
|
}, "strip", z.ZodTypeAny, {
|
|
1711
1659
|
__kind: "OtherSegwit";
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
program: `0x${string}`;
|
|
1715
|
-
};
|
|
1660
|
+
version: number;
|
|
1661
|
+
program: `0x${string}`;
|
|
1716
1662
|
}, {
|
|
1717
1663
|
__kind: "OtherSegwit";
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
program: string;
|
|
1721
|
-
};
|
|
1664
|
+
version: number;
|
|
1665
|
+
program: string;
|
|
1722
1666
|
}>]>;
|
|
1723
1667
|
}, "strip", z.ZodTypeAny, {
|
|
1724
1668
|
__kind: "Btc";
|
|
@@ -1739,10 +1683,8 @@ declare const cfChainsAddressForeignChainAddress: z.ZodUnion<[z.ZodObject<{
|
|
|
1739
1683
|
value: `0x${string}`;
|
|
1740
1684
|
} | {
|
|
1741
1685
|
__kind: "OtherSegwit";
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
program: `0x${string}`;
|
|
1745
|
-
};
|
|
1686
|
+
version: number;
|
|
1687
|
+
program: `0x${string}`;
|
|
1746
1688
|
};
|
|
1747
1689
|
}, {
|
|
1748
1690
|
__kind: "Btc";
|
|
@@ -1763,10 +1705,8 @@ declare const cfChainsAddressForeignChainAddress: z.ZodUnion<[z.ZodObject<{
|
|
|
1763
1705
|
value: string;
|
|
1764
1706
|
} | {
|
|
1765
1707
|
__kind: "OtherSegwit";
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
program: string;
|
|
1769
|
-
};
|
|
1708
|
+
version: number;
|
|
1709
|
+
program: string;
|
|
1770
1710
|
};
|
|
1771
1711
|
}>]>;
|
|
1772
1712
|
declare const cfTraitsLiquiditySwapType: z.ZodUnion<[z.ZodObject<{
|
|
@@ -1838,28 +1778,16 @@ declare const cfTraitsLiquiditySwapType: z.ZodUnion<[z.ZodObject<{
|
|
|
1838
1778
|
value: string;
|
|
1839
1779
|
}>, z.ZodObject<{
|
|
1840
1780
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1844
|
-
}, "strip", z.ZodTypeAny, {
|
|
1845
|
-
version: number;
|
|
1846
|
-
program: `0x${string}`;
|
|
1847
|
-
}, {
|
|
1848
|
-
version: number;
|
|
1849
|
-
program: string;
|
|
1850
|
-
}>;
|
|
1781
|
+
version: z.ZodNumber;
|
|
1782
|
+
program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1851
1783
|
}, "strip", z.ZodTypeAny, {
|
|
1852
1784
|
__kind: "OtherSegwit";
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
program: `0x${string}`;
|
|
1856
|
-
};
|
|
1785
|
+
version: number;
|
|
1786
|
+
program: `0x${string}`;
|
|
1857
1787
|
}, {
|
|
1858
1788
|
__kind: "OtherSegwit";
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
program: string;
|
|
1862
|
-
};
|
|
1789
|
+
version: number;
|
|
1790
|
+
program: string;
|
|
1863
1791
|
}>]>;
|
|
1864
1792
|
}, "strip", z.ZodTypeAny, {
|
|
1865
1793
|
__kind: "Btc";
|
|
@@ -1880,10 +1808,8 @@ declare const cfTraitsLiquiditySwapType: z.ZodUnion<[z.ZodObject<{
|
|
|
1880
1808
|
value: `0x${string}`;
|
|
1881
1809
|
} | {
|
|
1882
1810
|
__kind: "OtherSegwit";
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
program: `0x${string}`;
|
|
1886
|
-
};
|
|
1811
|
+
version: number;
|
|
1812
|
+
program: `0x${string}`;
|
|
1887
1813
|
};
|
|
1888
1814
|
}, {
|
|
1889
1815
|
__kind: "Btc";
|
|
@@ -1904,10 +1830,8 @@ declare const cfTraitsLiquiditySwapType: z.ZodUnion<[z.ZodObject<{
|
|
|
1904
1830
|
value: string;
|
|
1905
1831
|
} | {
|
|
1906
1832
|
__kind: "OtherSegwit";
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
program: string;
|
|
1910
|
-
};
|
|
1833
|
+
version: number;
|
|
1834
|
+
program: string;
|
|
1911
1835
|
};
|
|
1912
1836
|
}>]>;
|
|
1913
1837
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1937,10 +1861,8 @@ declare const cfTraitsLiquiditySwapType: z.ZodUnion<[z.ZodObject<{
|
|
|
1937
1861
|
value: `0x${string}`;
|
|
1938
1862
|
} | {
|
|
1939
1863
|
__kind: "OtherSegwit";
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
program: `0x${string}`;
|
|
1943
|
-
};
|
|
1864
|
+
version: number;
|
|
1865
|
+
program: `0x${string}`;
|
|
1944
1866
|
};
|
|
1945
1867
|
};
|
|
1946
1868
|
}, {
|
|
@@ -1970,10 +1892,8 @@ declare const cfTraitsLiquiditySwapType: z.ZodUnion<[z.ZodObject<{
|
|
|
1970
1892
|
value: string;
|
|
1971
1893
|
} | {
|
|
1972
1894
|
__kind: "OtherSegwit";
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
program: string;
|
|
1976
|
-
};
|
|
1895
|
+
version: number;
|
|
1896
|
+
program: string;
|
|
1977
1897
|
};
|
|
1978
1898
|
};
|
|
1979
1899
|
}>, z.ZodObject<{
|
|
@@ -2105,28 +2025,16 @@ declare const cfChainsCcmDepositMetadata: z.ZodObject<{
|
|
|
2105
2025
|
value: string;
|
|
2106
2026
|
}>, z.ZodObject<{
|
|
2107
2027
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
2108
|
-
|
|
2109
|
-
|
|
2110
|
-
program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2111
|
-
}, "strip", z.ZodTypeAny, {
|
|
2112
|
-
version: number;
|
|
2113
|
-
program: `0x${string}`;
|
|
2114
|
-
}, {
|
|
2115
|
-
version: number;
|
|
2116
|
-
program: string;
|
|
2117
|
-
}>;
|
|
2028
|
+
version: z.ZodNumber;
|
|
2029
|
+
program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2118
2030
|
}, "strip", z.ZodTypeAny, {
|
|
2119
2031
|
__kind: "OtherSegwit";
|
|
2120
|
-
|
|
2121
|
-
|
|
2122
|
-
program: `0x${string}`;
|
|
2123
|
-
};
|
|
2032
|
+
version: number;
|
|
2033
|
+
program: `0x${string}`;
|
|
2124
2034
|
}, {
|
|
2125
2035
|
__kind: "OtherSegwit";
|
|
2126
|
-
|
|
2127
|
-
|
|
2128
|
-
program: string;
|
|
2129
|
-
};
|
|
2036
|
+
version: number;
|
|
2037
|
+
program: string;
|
|
2130
2038
|
}>]>;
|
|
2131
2039
|
}, "strip", z.ZodTypeAny, {
|
|
2132
2040
|
__kind: "Btc";
|
|
@@ -2147,10 +2055,8 @@ declare const cfChainsCcmDepositMetadata: z.ZodObject<{
|
|
|
2147
2055
|
value: `0x${string}`;
|
|
2148
2056
|
} | {
|
|
2149
2057
|
__kind: "OtherSegwit";
|
|
2150
|
-
|
|
2151
|
-
|
|
2152
|
-
program: `0x${string}`;
|
|
2153
|
-
};
|
|
2058
|
+
version: number;
|
|
2059
|
+
program: `0x${string}`;
|
|
2154
2060
|
};
|
|
2155
2061
|
}, {
|
|
2156
2062
|
__kind: "Btc";
|
|
@@ -2171,10 +2077,8 @@ declare const cfChainsCcmDepositMetadata: z.ZodObject<{
|
|
|
2171
2077
|
value: string;
|
|
2172
2078
|
} | {
|
|
2173
2079
|
__kind: "OtherSegwit";
|
|
2174
|
-
|
|
2175
|
-
|
|
2176
|
-
program: string;
|
|
2177
|
-
};
|
|
2080
|
+
version: number;
|
|
2081
|
+
program: string;
|
|
2178
2082
|
};
|
|
2179
2083
|
}>]>>>;
|
|
2180
2084
|
channelMetadata: z.ZodObject<{
|
|
@@ -2222,10 +2126,8 @@ declare const cfChainsCcmDepositMetadata: z.ZodObject<{
|
|
|
2222
2126
|
value: `0x${string}`;
|
|
2223
2127
|
} | {
|
|
2224
2128
|
__kind: "OtherSegwit";
|
|
2225
|
-
|
|
2226
|
-
|
|
2227
|
-
program: `0x${string}`;
|
|
2228
|
-
};
|
|
2129
|
+
version: number;
|
|
2130
|
+
program: `0x${string}`;
|
|
2229
2131
|
};
|
|
2230
2132
|
} | null | undefined;
|
|
2231
2133
|
}, {
|
|
@@ -2262,10 +2164,8 @@ declare const cfChainsCcmDepositMetadata: z.ZodObject<{
|
|
|
2262
2164
|
value: string;
|
|
2263
2165
|
} | {
|
|
2264
2166
|
__kind: "OtherSegwit";
|
|
2265
|
-
|
|
2266
|
-
|
|
2267
|
-
program: string;
|
|
2268
|
-
};
|
|
2167
|
+
version: number;
|
|
2168
|
+
program: string;
|
|
2269
2169
|
};
|
|
2270
2170
|
} | null | undefined;
|
|
2271
2171
|
}>;
|
|
@@ -2289,28 +2189,16 @@ declare const palletCfIngressEgressDepositAction: z.ZodUnion<[z.ZodObject<{
|
|
|
2289
2189
|
lpAccount: string;
|
|
2290
2190
|
}>, z.ZodObject<{
|
|
2291
2191
|
__kind: z.ZodLiteral<"CcmTransfer">;
|
|
2292
|
-
|
|
2293
|
-
|
|
2294
|
-
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>>>;
|
|
2295
|
-
}, "strip", z.ZodTypeAny, {
|
|
2296
|
-
principalSwapId?: bigint | null | undefined;
|
|
2297
|
-
gasSwapId?: bigint | null | undefined;
|
|
2298
|
-
}, {
|
|
2299
|
-
principalSwapId?: string | number | null | undefined;
|
|
2300
|
-
gasSwapId?: string | number | null | undefined;
|
|
2301
|
-
}>;
|
|
2192
|
+
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>>>;
|
|
2193
|
+
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>>>;
|
|
2302
2194
|
}, "strip", z.ZodTypeAny, {
|
|
2303
2195
|
__kind: "CcmTransfer";
|
|
2304
|
-
|
|
2305
|
-
|
|
2306
|
-
gasSwapId?: bigint | null | undefined;
|
|
2307
|
-
};
|
|
2196
|
+
principalSwapId?: bigint | null | undefined;
|
|
2197
|
+
gasSwapId?: bigint | null | undefined;
|
|
2308
2198
|
}, {
|
|
2309
2199
|
__kind: "CcmTransfer";
|
|
2310
|
-
|
|
2311
|
-
|
|
2312
|
-
gasSwapId?: string | number | null | undefined;
|
|
2313
|
-
};
|
|
2200
|
+
principalSwapId?: string | number | null | undefined;
|
|
2201
|
+
gasSwapId?: string | number | null | undefined;
|
|
2314
2202
|
}>, z.ZodObject<{
|
|
2315
2203
|
__kind: z.ZodLiteral<"NoAction">;
|
|
2316
2204
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2674,28 +2562,16 @@ declare const palletCfIngressEgressDepositWitnessBitcoin: z.ZodObject<{
|
|
|
2674
2562
|
value: string;
|
|
2675
2563
|
}>, z.ZodObject<{
|
|
2676
2564
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
2677
|
-
|
|
2678
|
-
|
|
2679
|
-
program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2680
|
-
}, "strip", z.ZodTypeAny, {
|
|
2681
|
-
version: number;
|
|
2682
|
-
program: `0x${string}`;
|
|
2683
|
-
}, {
|
|
2684
|
-
version: number;
|
|
2685
|
-
program: string;
|
|
2686
|
-
}>;
|
|
2565
|
+
version: z.ZodNumber;
|
|
2566
|
+
program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2687
2567
|
}, "strip", z.ZodTypeAny, {
|
|
2688
2568
|
__kind: "OtherSegwit";
|
|
2689
|
-
|
|
2690
|
-
|
|
2691
|
-
program: `0x${string}`;
|
|
2692
|
-
};
|
|
2569
|
+
version: number;
|
|
2570
|
+
program: `0x${string}`;
|
|
2693
2571
|
}, {
|
|
2694
2572
|
__kind: "OtherSegwit";
|
|
2695
|
-
|
|
2696
|
-
|
|
2697
|
-
program: string;
|
|
2698
|
-
};
|
|
2573
|
+
version: number;
|
|
2574
|
+
program: string;
|
|
2699
2575
|
}>]>;
|
|
2700
2576
|
asset: z.ZodEffects<z.ZodObject<{
|
|
2701
2577
|
__kind: z.ZodEnum<["Btc"]>;
|
|
@@ -2735,10 +2611,8 @@ declare const palletCfIngressEgressDepositWitnessBitcoin: z.ZodObject<{
|
|
|
2735
2611
|
value: `0x${string}`;
|
|
2736
2612
|
} | {
|
|
2737
2613
|
__kind: "OtherSegwit";
|
|
2738
|
-
|
|
2739
|
-
|
|
2740
|
-
program: `0x${string}`;
|
|
2741
|
-
};
|
|
2614
|
+
version: number;
|
|
2615
|
+
program: `0x${string}`;
|
|
2742
2616
|
};
|
|
2743
2617
|
asset: "Btc";
|
|
2744
2618
|
amount: bigint;
|
|
@@ -2764,10 +2638,8 @@ declare const palletCfIngressEgressDepositWitnessBitcoin: z.ZodObject<{
|
|
|
2764
2638
|
value: string;
|
|
2765
2639
|
} | {
|
|
2766
2640
|
__kind: "OtherSegwit";
|
|
2767
|
-
|
|
2768
|
-
|
|
2769
|
-
program: string;
|
|
2770
|
-
};
|
|
2641
|
+
version: number;
|
|
2642
|
+
program: string;
|
|
2771
2643
|
};
|
|
2772
2644
|
asset: {
|
|
2773
2645
|
__kind: "Btc";
|