@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
package/dist/120/common.d.ts
CHANGED
|
@@ -419,28 +419,16 @@ declare const cfChainsBtcScriptPubkey: z.ZodUnion<[z.ZodObject<{
|
|
|
419
419
|
__kind: "Taproot";
|
|
420
420
|
}>, z.ZodObject<{
|
|
421
421
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
425
|
-
}, "strip", z.ZodTypeAny, {
|
|
426
|
-
version: number;
|
|
427
|
-
program: `0x${string}`;
|
|
428
|
-
}, {
|
|
429
|
-
version: number;
|
|
430
|
-
program: string;
|
|
431
|
-
}>;
|
|
422
|
+
version: z.ZodNumber;
|
|
423
|
+
program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
432
424
|
}, "strip", z.ZodTypeAny, {
|
|
433
|
-
value: {
|
|
434
|
-
version: number;
|
|
435
|
-
program: `0x${string}`;
|
|
436
|
-
};
|
|
437
425
|
__kind: "OtherSegwit";
|
|
426
|
+
version: number;
|
|
427
|
+
program: `0x${string}`;
|
|
438
428
|
}, {
|
|
439
|
-
value: {
|
|
440
|
-
version: number;
|
|
441
|
-
program: string;
|
|
442
|
-
};
|
|
443
429
|
__kind: "OtherSegwit";
|
|
430
|
+
version: number;
|
|
431
|
+
program: string;
|
|
444
432
|
}>]>;
|
|
445
433
|
declare const cfChainsAddressForeignChainAddress: z.ZodUnion<[z.ZodObject<{
|
|
446
434
|
__kind: z.ZodLiteral<"Eth">;
|
|
@@ -509,28 +497,16 @@ declare const cfChainsAddressForeignChainAddress: z.ZodUnion<[z.ZodObject<{
|
|
|
509
497
|
__kind: "Taproot";
|
|
510
498
|
}>, z.ZodObject<{
|
|
511
499
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
515
|
-
}, "strip", z.ZodTypeAny, {
|
|
516
|
-
version: number;
|
|
517
|
-
program: `0x${string}`;
|
|
518
|
-
}, {
|
|
519
|
-
version: number;
|
|
520
|
-
program: string;
|
|
521
|
-
}>;
|
|
500
|
+
version: z.ZodNumber;
|
|
501
|
+
program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
522
502
|
}, "strip", z.ZodTypeAny, {
|
|
523
|
-
value: {
|
|
524
|
-
version: number;
|
|
525
|
-
program: `0x${string}`;
|
|
526
|
-
};
|
|
527
503
|
__kind: "OtherSegwit";
|
|
504
|
+
version: number;
|
|
505
|
+
program: `0x${string}`;
|
|
528
506
|
}, {
|
|
529
|
-
value: {
|
|
530
|
-
version: number;
|
|
531
|
-
program: string;
|
|
532
|
-
};
|
|
533
507
|
__kind: "OtherSegwit";
|
|
508
|
+
version: number;
|
|
509
|
+
program: string;
|
|
534
510
|
}>]>;
|
|
535
511
|
}, "strip", z.ZodTypeAny, {
|
|
536
512
|
value: {
|
|
@@ -549,11 +525,9 @@ declare const cfChainsAddressForeignChainAddress: z.ZodUnion<[z.ZodObject<{
|
|
|
549
525
|
value: `0x${string}`;
|
|
550
526
|
__kind: "Taproot";
|
|
551
527
|
} | {
|
|
552
|
-
value: {
|
|
553
|
-
version: number;
|
|
554
|
-
program: `0x${string}`;
|
|
555
|
-
};
|
|
556
528
|
__kind: "OtherSegwit";
|
|
529
|
+
version: number;
|
|
530
|
+
program: `0x${string}`;
|
|
557
531
|
};
|
|
558
532
|
__kind: "Btc";
|
|
559
533
|
}, {
|
|
@@ -573,11 +547,9 @@ declare const cfChainsAddressForeignChainAddress: z.ZodUnion<[z.ZodObject<{
|
|
|
573
547
|
value: string;
|
|
574
548
|
__kind: "Taproot";
|
|
575
549
|
} | {
|
|
576
|
-
value: {
|
|
577
|
-
version: number;
|
|
578
|
-
program: string;
|
|
579
|
-
};
|
|
580
550
|
__kind: "OtherSegwit";
|
|
551
|
+
version: number;
|
|
552
|
+
program: string;
|
|
581
553
|
};
|
|
582
554
|
__kind: "Btc";
|
|
583
555
|
}>]>;
|
|
@@ -671,28 +643,16 @@ declare const cfChainsCcmDepositMetadata: z.ZodObject<{
|
|
|
671
643
|
__kind: "Taproot";
|
|
672
644
|
}>, z.ZodObject<{
|
|
673
645
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
677
|
-
}, "strip", z.ZodTypeAny, {
|
|
678
|
-
version: number;
|
|
679
|
-
program: `0x${string}`;
|
|
680
|
-
}, {
|
|
681
|
-
version: number;
|
|
682
|
-
program: string;
|
|
683
|
-
}>;
|
|
646
|
+
version: z.ZodNumber;
|
|
647
|
+
program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
684
648
|
}, "strip", z.ZodTypeAny, {
|
|
685
|
-
value: {
|
|
686
|
-
version: number;
|
|
687
|
-
program: `0x${string}`;
|
|
688
|
-
};
|
|
689
649
|
__kind: "OtherSegwit";
|
|
650
|
+
version: number;
|
|
651
|
+
program: `0x${string}`;
|
|
690
652
|
}, {
|
|
691
|
-
value: {
|
|
692
|
-
version: number;
|
|
693
|
-
program: string;
|
|
694
|
-
};
|
|
695
653
|
__kind: "OtherSegwit";
|
|
654
|
+
version: number;
|
|
655
|
+
program: string;
|
|
696
656
|
}>]>;
|
|
697
657
|
}, "strip", z.ZodTypeAny, {
|
|
698
658
|
value: {
|
|
@@ -711,11 +671,9 @@ declare const cfChainsCcmDepositMetadata: z.ZodObject<{
|
|
|
711
671
|
value: `0x${string}`;
|
|
712
672
|
__kind: "Taproot";
|
|
713
673
|
} | {
|
|
714
|
-
value: {
|
|
715
|
-
version: number;
|
|
716
|
-
program: `0x${string}`;
|
|
717
|
-
};
|
|
718
674
|
__kind: "OtherSegwit";
|
|
675
|
+
version: number;
|
|
676
|
+
program: `0x${string}`;
|
|
719
677
|
};
|
|
720
678
|
__kind: "Btc";
|
|
721
679
|
}, {
|
|
@@ -735,11 +693,9 @@ declare const cfChainsCcmDepositMetadata: z.ZodObject<{
|
|
|
735
693
|
value: string;
|
|
736
694
|
__kind: "Taproot";
|
|
737
695
|
} | {
|
|
738
|
-
value: {
|
|
739
|
-
version: number;
|
|
740
|
-
program: string;
|
|
741
|
-
};
|
|
742
696
|
__kind: "OtherSegwit";
|
|
697
|
+
version: number;
|
|
698
|
+
program: string;
|
|
743
699
|
};
|
|
744
700
|
__kind: "Btc";
|
|
745
701
|
}>]>>>;
|
|
@@ -786,11 +742,9 @@ declare const cfChainsCcmDepositMetadata: z.ZodObject<{
|
|
|
786
742
|
value: `0x${string}`;
|
|
787
743
|
__kind: "Taproot";
|
|
788
744
|
} | {
|
|
789
|
-
value: {
|
|
790
|
-
version: number;
|
|
791
|
-
program: `0x${string}`;
|
|
792
|
-
};
|
|
793
745
|
__kind: "OtherSegwit";
|
|
746
|
+
version: number;
|
|
747
|
+
program: `0x${string}`;
|
|
794
748
|
};
|
|
795
749
|
__kind: "Btc";
|
|
796
750
|
} | null | undefined;
|
|
@@ -826,11 +780,9 @@ declare const cfChainsCcmDepositMetadata: z.ZodObject<{
|
|
|
826
780
|
value: string;
|
|
827
781
|
__kind: "Taproot";
|
|
828
782
|
} | {
|
|
829
|
-
value: {
|
|
830
|
-
version: number;
|
|
831
|
-
program: string;
|
|
832
|
-
};
|
|
833
783
|
__kind: "OtherSegwit";
|
|
784
|
+
version: number;
|
|
785
|
+
program: string;
|
|
834
786
|
};
|
|
835
787
|
__kind: "Btc";
|
|
836
788
|
} | null | undefined;
|
|
@@ -864,28 +816,16 @@ declare const palletCfIngressEgressDepositAction: z.ZodUnion<[z.ZodObject<{
|
|
|
864
816
|
lpAccount: string;
|
|
865
817
|
}>, z.ZodObject<{
|
|
866
818
|
__kind: z.ZodLiteral<"CcmTransfer">;
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
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>>>;
|
|
870
|
-
}, "strip", z.ZodTypeAny, {
|
|
871
|
-
principalSwapId?: bigint | null | undefined;
|
|
872
|
-
gasSwapId?: bigint | null | undefined;
|
|
873
|
-
}, {
|
|
874
|
-
principalSwapId?: string | number | null | undefined;
|
|
875
|
-
gasSwapId?: string | number | null | undefined;
|
|
876
|
-
}>;
|
|
819
|
+
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>>>;
|
|
820
|
+
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>>>;
|
|
877
821
|
}, "strip", z.ZodTypeAny, {
|
|
878
|
-
value: {
|
|
879
|
-
principalSwapId?: bigint | null | undefined;
|
|
880
|
-
gasSwapId?: bigint | null | undefined;
|
|
881
|
-
};
|
|
882
822
|
__kind: "CcmTransfer";
|
|
823
|
+
principalSwapId?: bigint | null | undefined;
|
|
824
|
+
gasSwapId?: bigint | null | undefined;
|
|
883
825
|
}, {
|
|
884
|
-
value: {
|
|
885
|
-
principalSwapId?: string | number | null | undefined;
|
|
886
|
-
gasSwapId?: string | number | null | undefined;
|
|
887
|
-
};
|
|
888
826
|
__kind: "CcmTransfer";
|
|
827
|
+
principalSwapId?: string | number | null | undefined;
|
|
828
|
+
gasSwapId?: string | number | null | undefined;
|
|
889
829
|
}>, z.ZodObject<{
|
|
890
830
|
__kind: z.ZodLiteral<"NoAction">;
|
|
891
831
|
}, "strip", z.ZodTypeAny, {
|
package/dist/120/common.mjs
CHANGED
|
@@ -82,10 +82,7 @@ var cfChainsBtcScriptPubkey = z.union([
|
|
|
82
82
|
z.object({ __kind: z.literal("P2WPKH"), value: hexString }),
|
|
83
83
|
z.object({ __kind: z.literal("P2WSH"), value: hexString }),
|
|
84
84
|
z.object({ __kind: z.literal("Taproot"), value: hexString }),
|
|
85
|
-
z.object({
|
|
86
|
-
__kind: z.literal("OtherSegwit"),
|
|
87
|
-
value: z.object({ version: z.number(), program: hexString })
|
|
88
|
-
})
|
|
85
|
+
z.object({ __kind: z.literal("OtherSegwit"), version: z.number(), program: hexString })
|
|
89
86
|
]);
|
|
90
87
|
var cfChainsAddressForeignChainAddress = z.union([
|
|
91
88
|
z.object({ __kind: z.literal("Eth"), value: hexString }),
|
|
@@ -108,7 +105,8 @@ var palletCfIngressEgressDepositAction = z.union([
|
|
|
108
105
|
z.object({ __kind: z.literal("LiquidityProvision"), lpAccount: accountId }),
|
|
109
106
|
z.object({
|
|
110
107
|
__kind: z.literal("CcmTransfer"),
|
|
111
|
-
|
|
108
|
+
principalSwapId: numberOrHex.nullish(),
|
|
109
|
+
gasSwapId: numberOrHex.nullish()
|
|
112
110
|
}),
|
|
113
111
|
z.object({ __kind: z.literal("NoAction") })
|
|
114
112
|
]);
|
|
@@ -4,11 +4,11 @@ declare const emissionsBackupRewardsDistributed: z.ZodObject<{
|
|
|
4
4
|
accountId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
5
5
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
6
6
|
}, "strip", z.ZodTypeAny, {
|
|
7
|
-
accountId: string;
|
|
8
7
|
amount: bigint;
|
|
9
|
-
}, {
|
|
10
8
|
accountId: string;
|
|
9
|
+
}, {
|
|
11
10
|
amount: string | number;
|
|
11
|
+
accountId: string;
|
|
12
12
|
}>;
|
|
13
13
|
|
|
14
14
|
export { emissionsBackupRewardsDistributed };
|
|
@@ -4,11 +4,11 @@ declare const emissionsBackupRewardsDistributed: z.ZodObject<{
|
|
|
4
4
|
accountId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
5
5
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
6
6
|
}, "strip", z.ZodTypeAny, {
|
|
7
|
-
accountId: string;
|
|
8
7
|
amount: bigint;
|
|
9
|
-
}, {
|
|
10
8
|
accountId: string;
|
|
9
|
+
}, {
|
|
11
10
|
amount: string | number;
|
|
11
|
+
accountId: string;
|
|
12
12
|
}>;
|
|
13
13
|
|
|
14
14
|
export { emissionsBackupRewardsDistributed };
|
|
@@ -33,28 +33,16 @@ declare const ethereumIngressEgressDepositReceived: 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
39
|
__kind: "CcmTransfer";
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
gasSwapId?: bigint | null | undefined;
|
|
51
|
-
};
|
|
40
|
+
principalSwapId?: bigint | null | undefined;
|
|
41
|
+
gasSwapId?: bigint | null | undefined;
|
|
52
42
|
}, {
|
|
53
43
|
__kind: "CcmTransfer";
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
gasSwapId?: string | number | null | undefined;
|
|
57
|
-
};
|
|
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, {
|
|
@@ -75,10 +63,8 @@ declare const ethereumIngressEgressDepositReceived: z.ZodObject<{
|
|
|
75
63
|
lpAccount: string;
|
|
76
64
|
} | {
|
|
77
65
|
__kind: "CcmTransfer";
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
gasSwapId?: bigint | null | undefined;
|
|
81
|
-
};
|
|
66
|
+
principalSwapId?: bigint | null | undefined;
|
|
67
|
+
gasSwapId?: bigint | null | undefined;
|
|
82
68
|
} | {
|
|
83
69
|
__kind: "NoAction";
|
|
84
70
|
};
|
|
@@ -97,10 +83,8 @@ declare const ethereumIngressEgressDepositReceived: z.ZodObject<{
|
|
|
97
83
|
lpAccount: string;
|
|
98
84
|
} | {
|
|
99
85
|
__kind: "CcmTransfer";
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
gasSwapId?: string | number | null | undefined;
|
|
103
|
-
};
|
|
86
|
+
principalSwapId?: string | number | null | undefined;
|
|
87
|
+
gasSwapId?: string | number | null | undefined;
|
|
104
88
|
} | {
|
|
105
89
|
__kind: "NoAction";
|
|
106
90
|
};
|
|
@@ -33,28 +33,16 @@ declare const ethereumIngressEgressDepositReceived: 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
39
|
__kind: "CcmTransfer";
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
gasSwapId?: bigint | null | undefined;
|
|
51
|
-
};
|
|
40
|
+
principalSwapId?: bigint | null | undefined;
|
|
41
|
+
gasSwapId?: bigint | null | undefined;
|
|
52
42
|
}, {
|
|
53
43
|
__kind: "CcmTransfer";
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
gasSwapId?: string | number | null | undefined;
|
|
57
|
-
};
|
|
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, {
|
|
@@ -75,10 +63,8 @@ declare const ethereumIngressEgressDepositReceived: z.ZodObject<{
|
|
|
75
63
|
lpAccount: string;
|
|
76
64
|
} | {
|
|
77
65
|
__kind: "CcmTransfer";
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
gasSwapId?: bigint | null | undefined;
|
|
81
|
-
};
|
|
66
|
+
principalSwapId?: bigint | null | undefined;
|
|
67
|
+
gasSwapId?: bigint | null | undefined;
|
|
82
68
|
} | {
|
|
83
69
|
__kind: "NoAction";
|
|
84
70
|
};
|
|
@@ -97,10 +83,8 @@ declare const ethereumIngressEgressDepositReceived: z.ZodObject<{
|
|
|
97
83
|
lpAccount: string;
|
|
98
84
|
} | {
|
|
99
85
|
__kind: "CcmTransfer";
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
gasSwapId?: string | number | null | undefined;
|
|
103
|
-
};
|
|
86
|
+
principalSwapId?: string | number | null | undefined;
|
|
87
|
+
gasSwapId?: string | number | null | undefined;
|
|
104
88
|
} | {
|
|
105
89
|
__kind: "NoAction";
|
|
106
90
|
};
|
|
@@ -33,28 +33,16 @@ declare const polkadotIngressEgressDepositReceived: 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
39
|
__kind: "CcmTransfer";
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
gasSwapId?: bigint | null | undefined;
|
|
51
|
-
};
|
|
40
|
+
principalSwapId?: bigint | null | undefined;
|
|
41
|
+
gasSwapId?: bigint | null | undefined;
|
|
52
42
|
}, {
|
|
53
43
|
__kind: "CcmTransfer";
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
gasSwapId?: string | number | null | undefined;
|
|
57
|
-
};
|
|
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, {
|
|
@@ -75,10 +63,8 @@ declare const polkadotIngressEgressDepositReceived: z.ZodObject<{
|
|
|
75
63
|
lpAccount: string;
|
|
76
64
|
} | {
|
|
77
65
|
__kind: "CcmTransfer";
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
gasSwapId?: bigint | null | undefined;
|
|
81
|
-
};
|
|
66
|
+
principalSwapId?: bigint | null | undefined;
|
|
67
|
+
gasSwapId?: bigint | null | undefined;
|
|
82
68
|
} | {
|
|
83
69
|
__kind: "NoAction";
|
|
84
70
|
};
|
|
@@ -97,10 +83,8 @@ declare const polkadotIngressEgressDepositReceived: z.ZodObject<{
|
|
|
97
83
|
lpAccount: string;
|
|
98
84
|
} | {
|
|
99
85
|
__kind: "CcmTransfer";
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
gasSwapId?: string | number | null | undefined;
|
|
103
|
-
};
|
|
86
|
+
principalSwapId?: string | number | null | undefined;
|
|
87
|
+
gasSwapId?: string | number | null | undefined;
|
|
104
88
|
} | {
|
|
105
89
|
__kind: "NoAction";
|
|
106
90
|
};
|
|
@@ -33,28 +33,16 @@ declare const polkadotIngressEgressDepositReceived: 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
39
|
__kind: "CcmTransfer";
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
gasSwapId?: bigint | null | undefined;
|
|
51
|
-
};
|
|
40
|
+
principalSwapId?: bigint | null | undefined;
|
|
41
|
+
gasSwapId?: bigint | null | undefined;
|
|
52
42
|
}, {
|
|
53
43
|
__kind: "CcmTransfer";
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
gasSwapId?: string | number | null | undefined;
|
|
57
|
-
};
|
|
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, {
|
|
@@ -75,10 +63,8 @@ declare const polkadotIngressEgressDepositReceived: z.ZodObject<{
|
|
|
75
63
|
lpAccount: string;
|
|
76
64
|
} | {
|
|
77
65
|
__kind: "CcmTransfer";
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
gasSwapId?: bigint | null | undefined;
|
|
81
|
-
};
|
|
66
|
+
principalSwapId?: bigint | null | undefined;
|
|
67
|
+
gasSwapId?: bigint | null | undefined;
|
|
82
68
|
} | {
|
|
83
69
|
__kind: "NoAction";
|
|
84
70
|
};
|
|
@@ -97,10 +83,8 @@ declare const polkadotIngressEgressDepositReceived: z.ZodObject<{
|
|
|
97
83
|
lpAccount: string;
|
|
98
84
|
} | {
|
|
99
85
|
__kind: "CcmTransfer";
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
gasSwapId?: string | number | null | undefined;
|
|
103
|
-
};
|
|
86
|
+
principalSwapId?: string | number | null | undefined;
|
|
87
|
+
gasSwapId?: string | number | null | undefined;
|
|
104
88
|
} | {
|
|
105
89
|
__kind: "NoAction";
|
|
106
90
|
};
|
|
@@ -115,28 +115,16 @@ declare const swappingCcmFailed: z.ZodObject<{
|
|
|
115
115
|
value: string;
|
|
116
116
|
}>, z.ZodObject<{
|
|
117
117
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
121
|
-
}, "strip", z.ZodTypeAny, {
|
|
122
|
-
version: number;
|
|
123
|
-
program: `0x${string}`;
|
|
124
|
-
}, {
|
|
125
|
-
version: number;
|
|
126
|
-
program: string;
|
|
127
|
-
}>;
|
|
118
|
+
version: z.ZodNumber;
|
|
119
|
+
program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
128
120
|
}, "strip", z.ZodTypeAny, {
|
|
129
121
|
__kind: "OtherSegwit";
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
program: `0x${string}`;
|
|
133
|
-
};
|
|
122
|
+
version: number;
|
|
123
|
+
program: `0x${string}`;
|
|
134
124
|
}, {
|
|
135
125
|
__kind: "OtherSegwit";
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
program: string;
|
|
139
|
-
};
|
|
126
|
+
version: number;
|
|
127
|
+
program: string;
|
|
140
128
|
}>]>;
|
|
141
129
|
}, "strip", z.ZodTypeAny, {
|
|
142
130
|
__kind: "Btc";
|
|
@@ -157,10 +145,8 @@ declare const swappingCcmFailed: z.ZodObject<{
|
|
|
157
145
|
value: `0x${string}`;
|
|
158
146
|
} | {
|
|
159
147
|
__kind: "OtherSegwit";
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
program: `0x${string}`;
|
|
163
|
-
};
|
|
148
|
+
version: number;
|
|
149
|
+
program: `0x${string}`;
|
|
164
150
|
};
|
|
165
151
|
}, {
|
|
166
152
|
__kind: "Btc";
|
|
@@ -181,10 +167,8 @@ declare const swappingCcmFailed: z.ZodObject<{
|
|
|
181
167
|
value: string;
|
|
182
168
|
} | {
|
|
183
169
|
__kind: "OtherSegwit";
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
program: string;
|
|
187
|
-
};
|
|
170
|
+
version: number;
|
|
171
|
+
program: string;
|
|
188
172
|
};
|
|
189
173
|
}>]>>>;
|
|
190
174
|
channelMetadata: z.ZodObject<{
|
|
@@ -232,10 +216,8 @@ declare const swappingCcmFailed: z.ZodObject<{
|
|
|
232
216
|
value: `0x${string}`;
|
|
233
217
|
} | {
|
|
234
218
|
__kind: "OtherSegwit";
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
program: `0x${string}`;
|
|
238
|
-
};
|
|
219
|
+
version: number;
|
|
220
|
+
program: `0x${string}`;
|
|
239
221
|
};
|
|
240
222
|
} | null | undefined;
|
|
241
223
|
}, {
|
|
@@ -272,10 +254,8 @@ declare const swappingCcmFailed: z.ZodObject<{
|
|
|
272
254
|
value: string;
|
|
273
255
|
} | {
|
|
274
256
|
__kind: "OtherSegwit";
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
program: string;
|
|
278
|
-
};
|
|
257
|
+
version: number;
|
|
258
|
+
program: string;
|
|
279
259
|
};
|
|
280
260
|
} | null | undefined;
|
|
281
261
|
}>;
|
|
@@ -323,10 +303,8 @@ declare const swappingCcmFailed: z.ZodObject<{
|
|
|
323
303
|
value: `0x${string}`;
|
|
324
304
|
} | {
|
|
325
305
|
__kind: "OtherSegwit";
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
program: `0x${string}`;
|
|
329
|
-
};
|
|
306
|
+
version: number;
|
|
307
|
+
program: `0x${string}`;
|
|
330
308
|
};
|
|
331
309
|
} | null | undefined;
|
|
332
310
|
};
|
|
@@ -378,10 +356,8 @@ declare const swappingCcmFailed: z.ZodObject<{
|
|
|
378
356
|
value: string;
|
|
379
357
|
} | {
|
|
380
358
|
__kind: "OtherSegwit";
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
program: string;
|
|
384
|
-
};
|
|
359
|
+
version: number;
|
|
360
|
+
program: string;
|
|
385
361
|
};
|
|
386
362
|
} | null | undefined;
|
|
387
363
|
};
|