@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/100/common.d.ts
CHANGED
|
@@ -2511,28 +2511,16 @@ declare const cfChainsBtcScriptPubkey: z.ZodUnion<[z.ZodObject<{
|
|
|
2511
2511
|
__kind: "Taproot";
|
|
2512
2512
|
}>, z.ZodObject<{
|
|
2513
2513
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
2514
|
-
|
|
2515
|
-
|
|
2516
|
-
program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2517
|
-
}, "strip", z.ZodTypeAny, {
|
|
2518
|
-
version: number;
|
|
2519
|
-
program: `0x${string}`;
|
|
2520
|
-
}, {
|
|
2521
|
-
version: number;
|
|
2522
|
-
program: string;
|
|
2523
|
-
}>;
|
|
2514
|
+
version: z.ZodNumber;
|
|
2515
|
+
program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2524
2516
|
}, "strip", z.ZodTypeAny, {
|
|
2525
|
-
value: {
|
|
2526
|
-
version: number;
|
|
2527
|
-
program: `0x${string}`;
|
|
2528
|
-
};
|
|
2529
2517
|
__kind: "OtherSegwit";
|
|
2518
|
+
version: number;
|
|
2519
|
+
program: `0x${string}`;
|
|
2530
2520
|
}, {
|
|
2531
|
-
value: {
|
|
2532
|
-
version: number;
|
|
2533
|
-
program: string;
|
|
2534
|
-
};
|
|
2535
2521
|
__kind: "OtherSegwit";
|
|
2522
|
+
version: number;
|
|
2523
|
+
program: string;
|
|
2536
2524
|
}>]>;
|
|
2537
2525
|
declare const cfChainsAddressEncodedAddress: z.ZodUnion<[z.ZodObject<{
|
|
2538
2526
|
__kind: z.ZodLiteral<"Eth">;
|
|
@@ -2586,96 +2574,64 @@ declare const cfChainsCcmChannelMetadata: z.ZodObject<{
|
|
|
2586
2574
|
}>;
|
|
2587
2575
|
declare const cfChainsSwapOrigin: z.ZodUnion<[z.ZodObject<{
|
|
2588
2576
|
__kind: z.ZodLiteral<"DepositChannel">;
|
|
2589
|
-
|
|
2590
|
-
|
|
2591
|
-
|
|
2592
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2593
|
-
}, "strip", z.ZodTypeAny, {
|
|
2594
|
-
value: `0x${string}`;
|
|
2595
|
-
__kind: "Eth";
|
|
2596
|
-
}, {
|
|
2597
|
-
value: string;
|
|
2598
|
-
__kind: "Eth";
|
|
2599
|
-
}>, z.ZodObject<{
|
|
2600
|
-
__kind: z.ZodLiteral<"Dot">;
|
|
2601
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2602
|
-
}, "strip", z.ZodTypeAny, {
|
|
2603
|
-
value: `0x${string}`;
|
|
2604
|
-
__kind: "Dot";
|
|
2605
|
-
}, {
|
|
2606
|
-
value: string;
|
|
2607
|
-
__kind: "Dot";
|
|
2608
|
-
}>, z.ZodObject<{
|
|
2609
|
-
__kind: z.ZodLiteral<"Btc">;
|
|
2610
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2611
|
-
}, "strip", z.ZodTypeAny, {
|
|
2612
|
-
value: `0x${string}`;
|
|
2613
|
-
__kind: "Btc";
|
|
2614
|
-
}, {
|
|
2615
|
-
value: string;
|
|
2616
|
-
__kind: "Btc";
|
|
2617
|
-
}>]>;
|
|
2618
|
-
channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
2619
|
-
depositBlockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
2577
|
+
depositAddress: z.ZodUnion<[z.ZodObject<{
|
|
2578
|
+
__kind: z.ZodLiteral<"Eth">;
|
|
2579
|
+
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2620
2580
|
}, "strip", z.ZodTypeAny, {
|
|
2621
|
-
|
|
2622
|
-
|
|
2623
|
-
__kind: "Eth";
|
|
2624
|
-
} | {
|
|
2625
|
-
value: `0x${string}`;
|
|
2626
|
-
__kind: "Dot";
|
|
2627
|
-
} | {
|
|
2628
|
-
value: `0x${string}`;
|
|
2629
|
-
__kind: "Btc";
|
|
2630
|
-
};
|
|
2631
|
-
channelId: bigint;
|
|
2632
|
-
depositBlockHeight: bigint;
|
|
2581
|
+
value: `0x${string}`;
|
|
2582
|
+
__kind: "Eth";
|
|
2633
2583
|
}, {
|
|
2634
|
-
|
|
2635
|
-
|
|
2636
|
-
|
|
2637
|
-
|
|
2638
|
-
|
|
2639
|
-
|
|
2640
|
-
|
|
2641
|
-
|
|
2642
|
-
|
|
2643
|
-
|
|
2644
|
-
|
|
2645
|
-
|
|
2646
|
-
|
|
2584
|
+
value: string;
|
|
2585
|
+
__kind: "Eth";
|
|
2586
|
+
}>, z.ZodObject<{
|
|
2587
|
+
__kind: z.ZodLiteral<"Dot">;
|
|
2588
|
+
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2589
|
+
}, "strip", z.ZodTypeAny, {
|
|
2590
|
+
value: `0x${string}`;
|
|
2591
|
+
__kind: "Dot";
|
|
2592
|
+
}, {
|
|
2593
|
+
value: string;
|
|
2594
|
+
__kind: "Dot";
|
|
2595
|
+
}>, z.ZodObject<{
|
|
2596
|
+
__kind: z.ZodLiteral<"Btc">;
|
|
2597
|
+
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2598
|
+
}, "strip", z.ZodTypeAny, {
|
|
2599
|
+
value: `0x${string}`;
|
|
2600
|
+
__kind: "Btc";
|
|
2601
|
+
}, {
|
|
2602
|
+
value: string;
|
|
2603
|
+
__kind: "Btc";
|
|
2604
|
+
}>]>;
|
|
2605
|
+
channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
2606
|
+
depositBlockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
2647
2607
|
}, "strip", z.ZodTypeAny, {
|
|
2648
|
-
value: {
|
|
2649
|
-
depositAddress: {
|
|
2650
|
-
value: `0x${string}`;
|
|
2651
|
-
__kind: "Eth";
|
|
2652
|
-
} | {
|
|
2653
|
-
value: `0x${string}`;
|
|
2654
|
-
__kind: "Dot";
|
|
2655
|
-
} | {
|
|
2656
|
-
value: `0x${string}`;
|
|
2657
|
-
__kind: "Btc";
|
|
2658
|
-
};
|
|
2659
|
-
channelId: bigint;
|
|
2660
|
-
depositBlockHeight: bigint;
|
|
2661
|
-
};
|
|
2662
2608
|
__kind: "DepositChannel";
|
|
2663
|
-
|
|
2664
|
-
|
|
2665
|
-
|
|
2666
|
-
|
|
2667
|
-
|
|
2668
|
-
|
|
2669
|
-
|
|
2670
|
-
|
|
2671
|
-
|
|
2672
|
-
value: string;
|
|
2673
|
-
__kind: "Btc";
|
|
2674
|
-
};
|
|
2675
|
-
channelId: string | number;
|
|
2676
|
-
depositBlockHeight: string | number;
|
|
2609
|
+
depositAddress: {
|
|
2610
|
+
value: `0x${string}`;
|
|
2611
|
+
__kind: "Eth";
|
|
2612
|
+
} | {
|
|
2613
|
+
value: `0x${string}`;
|
|
2614
|
+
__kind: "Dot";
|
|
2615
|
+
} | {
|
|
2616
|
+
value: `0x${string}`;
|
|
2617
|
+
__kind: "Btc";
|
|
2677
2618
|
};
|
|
2619
|
+
channelId: bigint;
|
|
2620
|
+
depositBlockHeight: bigint;
|
|
2621
|
+
}, {
|
|
2678
2622
|
__kind: "DepositChannel";
|
|
2623
|
+
depositAddress: {
|
|
2624
|
+
value: string;
|
|
2625
|
+
__kind: "Eth";
|
|
2626
|
+
} | {
|
|
2627
|
+
value: string;
|
|
2628
|
+
__kind: "Dot";
|
|
2629
|
+
} | {
|
|
2630
|
+
value: string;
|
|
2631
|
+
__kind: "Btc";
|
|
2632
|
+
};
|
|
2633
|
+
channelId: string | number;
|
|
2634
|
+
depositBlockHeight: string | number;
|
|
2679
2635
|
}>, z.ZodObject<{
|
|
2680
2636
|
__kind: z.ZodLiteral<"Vault">;
|
|
2681
2637
|
txHash: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
@@ -2753,28 +2709,16 @@ declare const cfChainsAddressForeignChainAddress: z.ZodUnion<[z.ZodObject<{
|
|
|
2753
2709
|
__kind: "Taproot";
|
|
2754
2710
|
}>, z.ZodObject<{
|
|
2755
2711
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
2756
|
-
|
|
2757
|
-
|
|
2758
|
-
program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2759
|
-
}, "strip", z.ZodTypeAny, {
|
|
2760
|
-
version: number;
|
|
2761
|
-
program: `0x${string}`;
|
|
2762
|
-
}, {
|
|
2763
|
-
version: number;
|
|
2764
|
-
program: string;
|
|
2765
|
-
}>;
|
|
2712
|
+
version: z.ZodNumber;
|
|
2713
|
+
program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2766
2714
|
}, "strip", z.ZodTypeAny, {
|
|
2767
|
-
value: {
|
|
2768
|
-
version: number;
|
|
2769
|
-
program: `0x${string}`;
|
|
2770
|
-
};
|
|
2771
2715
|
__kind: "OtherSegwit";
|
|
2716
|
+
version: number;
|
|
2717
|
+
program: `0x${string}`;
|
|
2772
2718
|
}, {
|
|
2773
|
-
value: {
|
|
2774
|
-
version: number;
|
|
2775
|
-
program: string;
|
|
2776
|
-
};
|
|
2777
2719
|
__kind: "OtherSegwit";
|
|
2720
|
+
version: number;
|
|
2721
|
+
program: string;
|
|
2778
2722
|
}>]>;
|
|
2779
2723
|
}, "strip", z.ZodTypeAny, {
|
|
2780
2724
|
value: {
|
|
@@ -2793,11 +2737,9 @@ declare const cfChainsAddressForeignChainAddress: z.ZodUnion<[z.ZodObject<{
|
|
|
2793
2737
|
value: `0x${string}`;
|
|
2794
2738
|
__kind: "Taproot";
|
|
2795
2739
|
} | {
|
|
2796
|
-
value: {
|
|
2797
|
-
version: number;
|
|
2798
|
-
program: `0x${string}`;
|
|
2799
|
-
};
|
|
2800
2740
|
__kind: "OtherSegwit";
|
|
2741
|
+
version: number;
|
|
2742
|
+
program: `0x${string}`;
|
|
2801
2743
|
};
|
|
2802
2744
|
__kind: "Btc";
|
|
2803
2745
|
}, {
|
|
@@ -2817,11 +2759,9 @@ declare const cfChainsAddressForeignChainAddress: z.ZodUnion<[z.ZodObject<{
|
|
|
2817
2759
|
value: string;
|
|
2818
2760
|
__kind: "Taproot";
|
|
2819
2761
|
} | {
|
|
2820
|
-
value: {
|
|
2821
|
-
version: number;
|
|
2822
|
-
program: string;
|
|
2823
|
-
};
|
|
2824
2762
|
__kind: "OtherSegwit";
|
|
2763
|
+
version: number;
|
|
2764
|
+
program: string;
|
|
2825
2765
|
};
|
|
2826
2766
|
__kind: "Btc";
|
|
2827
2767
|
}>]>;
|
|
@@ -2894,28 +2834,16 @@ declare const palletCfSwappingSwapType: z.ZodUnion<[z.ZodObject<{
|
|
|
2894
2834
|
__kind: "Taproot";
|
|
2895
2835
|
}>, z.ZodObject<{
|
|
2896
2836
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
2897
|
-
|
|
2898
|
-
|
|
2899
|
-
program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2900
|
-
}, "strip", z.ZodTypeAny, {
|
|
2901
|
-
version: number;
|
|
2902
|
-
program: `0x${string}`;
|
|
2903
|
-
}, {
|
|
2904
|
-
version: number;
|
|
2905
|
-
program: string;
|
|
2906
|
-
}>;
|
|
2837
|
+
version: z.ZodNumber;
|
|
2838
|
+
program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2907
2839
|
}, "strip", z.ZodTypeAny, {
|
|
2908
|
-
value: {
|
|
2909
|
-
version: number;
|
|
2910
|
-
program: `0x${string}`;
|
|
2911
|
-
};
|
|
2912
2840
|
__kind: "OtherSegwit";
|
|
2841
|
+
version: number;
|
|
2842
|
+
program: `0x${string}`;
|
|
2913
2843
|
}, {
|
|
2914
|
-
value: {
|
|
2915
|
-
version: number;
|
|
2916
|
-
program: string;
|
|
2917
|
-
};
|
|
2918
2844
|
__kind: "OtherSegwit";
|
|
2845
|
+
version: number;
|
|
2846
|
+
program: string;
|
|
2919
2847
|
}>]>;
|
|
2920
2848
|
}, "strip", z.ZodTypeAny, {
|
|
2921
2849
|
value: {
|
|
@@ -2934,11 +2862,9 @@ declare const palletCfSwappingSwapType: z.ZodUnion<[z.ZodObject<{
|
|
|
2934
2862
|
value: `0x${string}`;
|
|
2935
2863
|
__kind: "Taproot";
|
|
2936
2864
|
} | {
|
|
2937
|
-
value: {
|
|
2938
|
-
version: number;
|
|
2939
|
-
program: `0x${string}`;
|
|
2940
|
-
};
|
|
2941
2865
|
__kind: "OtherSegwit";
|
|
2866
|
+
version: number;
|
|
2867
|
+
program: `0x${string}`;
|
|
2942
2868
|
};
|
|
2943
2869
|
__kind: "Btc";
|
|
2944
2870
|
}, {
|
|
@@ -2958,11 +2884,9 @@ declare const palletCfSwappingSwapType: z.ZodUnion<[z.ZodObject<{
|
|
|
2958
2884
|
value: string;
|
|
2959
2885
|
__kind: "Taproot";
|
|
2960
2886
|
} | {
|
|
2961
|
-
value: {
|
|
2962
|
-
version: number;
|
|
2963
|
-
program: string;
|
|
2964
|
-
};
|
|
2965
2887
|
__kind: "OtherSegwit";
|
|
2888
|
+
version: number;
|
|
2889
|
+
program: string;
|
|
2966
2890
|
};
|
|
2967
2891
|
__kind: "Btc";
|
|
2968
2892
|
}>]>;
|
|
@@ -2990,11 +2914,9 @@ declare const palletCfSwappingSwapType: z.ZodUnion<[z.ZodObject<{
|
|
|
2990
2914
|
value: `0x${string}`;
|
|
2991
2915
|
__kind: "Taproot";
|
|
2992
2916
|
} | {
|
|
2993
|
-
value: {
|
|
2994
|
-
version: number;
|
|
2995
|
-
program: `0x${string}`;
|
|
2996
|
-
};
|
|
2997
2917
|
__kind: "OtherSegwit";
|
|
2918
|
+
version: number;
|
|
2919
|
+
program: `0x${string}`;
|
|
2998
2920
|
};
|
|
2999
2921
|
__kind: "Btc";
|
|
3000
2922
|
};
|
|
@@ -3023,11 +2945,9 @@ declare const palletCfSwappingSwapType: z.ZodUnion<[z.ZodObject<{
|
|
|
3023
2945
|
value: string;
|
|
3024
2946
|
__kind: "Taproot";
|
|
3025
2947
|
} | {
|
|
3026
|
-
value: {
|
|
3027
|
-
version: number;
|
|
3028
|
-
program: string;
|
|
3029
|
-
};
|
|
3030
2948
|
__kind: "OtherSegwit";
|
|
2949
|
+
version: number;
|
|
2950
|
+
program: string;
|
|
3031
2951
|
};
|
|
3032
2952
|
__kind: "Btc";
|
|
3033
2953
|
};
|
|
@@ -3137,28 +3057,16 @@ declare const cfChainsCcmDepositMetadata: z.ZodObject<{
|
|
|
3137
3057
|
__kind: "Taproot";
|
|
3138
3058
|
}>, z.ZodObject<{
|
|
3139
3059
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
3140
|
-
|
|
3141
|
-
|
|
3142
|
-
program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
3143
|
-
}, "strip", z.ZodTypeAny, {
|
|
3144
|
-
version: number;
|
|
3145
|
-
program: `0x${string}`;
|
|
3146
|
-
}, {
|
|
3147
|
-
version: number;
|
|
3148
|
-
program: string;
|
|
3149
|
-
}>;
|
|
3060
|
+
version: z.ZodNumber;
|
|
3061
|
+
program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
3150
3062
|
}, "strip", z.ZodTypeAny, {
|
|
3151
|
-
value: {
|
|
3152
|
-
version: number;
|
|
3153
|
-
program: `0x${string}`;
|
|
3154
|
-
};
|
|
3155
3063
|
__kind: "OtherSegwit";
|
|
3064
|
+
version: number;
|
|
3065
|
+
program: `0x${string}`;
|
|
3156
3066
|
}, {
|
|
3157
|
-
value: {
|
|
3158
|
-
version: number;
|
|
3159
|
-
program: string;
|
|
3160
|
-
};
|
|
3161
3067
|
__kind: "OtherSegwit";
|
|
3068
|
+
version: number;
|
|
3069
|
+
program: string;
|
|
3162
3070
|
}>]>;
|
|
3163
3071
|
}, "strip", z.ZodTypeAny, {
|
|
3164
3072
|
value: {
|
|
@@ -3177,11 +3085,9 @@ declare const cfChainsCcmDepositMetadata: z.ZodObject<{
|
|
|
3177
3085
|
value: `0x${string}`;
|
|
3178
3086
|
__kind: "Taproot";
|
|
3179
3087
|
} | {
|
|
3180
|
-
value: {
|
|
3181
|
-
version: number;
|
|
3182
|
-
program: `0x${string}`;
|
|
3183
|
-
};
|
|
3184
3088
|
__kind: "OtherSegwit";
|
|
3089
|
+
version: number;
|
|
3090
|
+
program: `0x${string}`;
|
|
3185
3091
|
};
|
|
3186
3092
|
__kind: "Btc";
|
|
3187
3093
|
}, {
|
|
@@ -3201,11 +3107,9 @@ declare const cfChainsCcmDepositMetadata: z.ZodObject<{
|
|
|
3201
3107
|
value: string;
|
|
3202
3108
|
__kind: "Taproot";
|
|
3203
3109
|
} | {
|
|
3204
|
-
value: {
|
|
3205
|
-
version: number;
|
|
3206
|
-
program: string;
|
|
3207
|
-
};
|
|
3208
3110
|
__kind: "OtherSegwit";
|
|
3111
|
+
version: number;
|
|
3112
|
+
program: string;
|
|
3209
3113
|
};
|
|
3210
3114
|
__kind: "Btc";
|
|
3211
3115
|
}>]>>>;
|
|
@@ -3252,11 +3156,9 @@ declare const cfChainsCcmDepositMetadata: z.ZodObject<{
|
|
|
3252
3156
|
value: `0x${string}`;
|
|
3253
3157
|
__kind: "Taproot";
|
|
3254
3158
|
} | {
|
|
3255
|
-
value: {
|
|
3256
|
-
version: number;
|
|
3257
|
-
program: `0x${string}`;
|
|
3258
|
-
};
|
|
3259
3159
|
__kind: "OtherSegwit";
|
|
3160
|
+
version: number;
|
|
3161
|
+
program: `0x${string}`;
|
|
3260
3162
|
};
|
|
3261
3163
|
__kind: "Btc";
|
|
3262
3164
|
} | null | undefined;
|
|
@@ -3292,11 +3194,9 @@ declare const cfChainsCcmDepositMetadata: z.ZodObject<{
|
|
|
3292
3194
|
value: string;
|
|
3293
3195
|
__kind: "Taproot";
|
|
3294
3196
|
} | {
|
|
3295
|
-
value: {
|
|
3296
|
-
version: number;
|
|
3297
|
-
program: string;
|
|
3298
|
-
};
|
|
3299
3197
|
__kind: "OtherSegwit";
|
|
3198
|
+
version: number;
|
|
3199
|
+
program: string;
|
|
3300
3200
|
};
|
|
3301
3201
|
__kind: "Btc";
|
|
3302
3202
|
} | null | undefined;
|
|
@@ -3432,28 +3332,16 @@ declare const palletCfIngressEgressDepositWitnessBitcoin: z.ZodObject<{
|
|
|
3432
3332
|
__kind: "Taproot";
|
|
3433
3333
|
}>, z.ZodObject<{
|
|
3434
3334
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
3435
|
-
|
|
3436
|
-
|
|
3437
|
-
program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
3438
|
-
}, "strip", z.ZodTypeAny, {
|
|
3439
|
-
version: number;
|
|
3440
|
-
program: `0x${string}`;
|
|
3441
|
-
}, {
|
|
3442
|
-
version: number;
|
|
3443
|
-
program: string;
|
|
3444
|
-
}>;
|
|
3335
|
+
version: z.ZodNumber;
|
|
3336
|
+
program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
3445
3337
|
}, "strip", z.ZodTypeAny, {
|
|
3446
|
-
value: {
|
|
3447
|
-
version: number;
|
|
3448
|
-
program: `0x${string}`;
|
|
3449
|
-
};
|
|
3450
3338
|
__kind: "OtherSegwit";
|
|
3339
|
+
version: number;
|
|
3340
|
+
program: `0x${string}`;
|
|
3451
3341
|
}, {
|
|
3452
|
-
value: {
|
|
3453
|
-
version: number;
|
|
3454
|
-
program: string;
|
|
3455
|
-
};
|
|
3456
3342
|
__kind: "OtherSegwit";
|
|
3343
|
+
version: number;
|
|
3344
|
+
program: string;
|
|
3457
3345
|
}>]>;
|
|
3458
3346
|
asset: z.ZodEffects<z.ZodObject<{
|
|
3459
3347
|
__kind: z.ZodEnum<["Btc"]>;
|
|
@@ -3492,11 +3380,9 @@ declare const palletCfIngressEgressDepositWitnessBitcoin: z.ZodObject<{
|
|
|
3492
3380
|
value: `0x${string}`;
|
|
3493
3381
|
__kind: "Taproot";
|
|
3494
3382
|
} | {
|
|
3495
|
-
value: {
|
|
3496
|
-
version: number;
|
|
3497
|
-
program: `0x${string}`;
|
|
3498
|
-
};
|
|
3499
3383
|
__kind: "OtherSegwit";
|
|
3384
|
+
version: number;
|
|
3385
|
+
program: `0x${string}`;
|
|
3500
3386
|
};
|
|
3501
3387
|
asset: "Btc";
|
|
3502
3388
|
amount: bigint;
|
|
@@ -3521,11 +3407,9 @@ declare const palletCfIngressEgressDepositWitnessBitcoin: z.ZodObject<{
|
|
|
3521
3407
|
value: string;
|
|
3522
3408
|
__kind: "Taproot";
|
|
3523
3409
|
} | {
|
|
3524
|
-
value: {
|
|
3525
|
-
version: number;
|
|
3526
|
-
program: string;
|
|
3527
|
-
};
|
|
3528
3410
|
__kind: "OtherSegwit";
|
|
3411
|
+
version: number;
|
|
3412
|
+
program: string;
|
|
3529
3413
|
};
|
|
3530
3414
|
asset: {
|
|
3531
3415
|
__kind: "Btc";
|
package/dist/100/common.mjs
CHANGED
|
@@ -263,10 +263,7 @@ var cfChainsBtcScriptPubkey = z.union([
|
|
|
263
263
|
z.object({ __kind: z.literal("P2WPKH"), value: hexString }),
|
|
264
264
|
z.object({ __kind: z.literal("P2WSH"), value: hexString }),
|
|
265
265
|
z.object({ __kind: z.literal("Taproot"), value: hexString }),
|
|
266
|
-
z.object({
|
|
267
|
-
__kind: z.literal("OtherSegwit"),
|
|
268
|
-
value: z.object({ version: z.number(), program: hexString })
|
|
269
|
-
})
|
|
266
|
+
z.object({ __kind: z.literal("OtherSegwit"), version: z.number(), program: hexString })
|
|
270
267
|
]);
|
|
271
268
|
var cfChainsAddressEncodedAddress = z.union([
|
|
272
269
|
z.object({ __kind: z.literal("Eth"), value: hexString }),
|
|
@@ -282,11 +279,9 @@ var cfChainsCcmChannelMetadata = z.object({
|
|
|
282
279
|
var cfChainsSwapOrigin = z.union([
|
|
283
280
|
z.object({
|
|
284
281
|
__kind: z.literal("DepositChannel"),
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
depositBlockHeight: numberOrHex
|
|
289
|
-
})
|
|
282
|
+
depositAddress: cfChainsAddressEncodedAddress,
|
|
283
|
+
channelId: numberOrHex,
|
|
284
|
+
depositBlockHeight: numberOrHex
|
|
290
285
|
}),
|
|
291
286
|
z.object({ __kind: z.literal("Vault"), txHash: hexString })
|
|
292
287
|
]);
|
|
@@ -4,11 +4,11 @@ declare const fundingBoundExecutorAddress: 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
|
address: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
6
6
|
}, "strip", z.ZodTypeAny, {
|
|
7
|
-
accountId: string;
|
|
8
7
|
address: `0x${string}`;
|
|
9
|
-
}, {
|
|
10
8
|
accountId: string;
|
|
9
|
+
}, {
|
|
11
10
|
address: string;
|
|
11
|
+
accountId: string;
|
|
12
12
|
}>;
|
|
13
13
|
|
|
14
14
|
export { fundingBoundExecutorAddress };
|
|
@@ -4,11 +4,11 @@ declare const fundingBoundExecutorAddress: 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
|
address: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
6
6
|
}, "strip", z.ZodTypeAny, {
|
|
7
|
-
accountId: string;
|
|
8
7
|
address: `0x${string}`;
|
|
9
|
-
}, {
|
|
10
8
|
accountId: string;
|
|
9
|
+
}, {
|
|
11
10
|
address: string;
|
|
11
|
+
accountId: string;
|
|
12
12
|
}>;
|
|
13
13
|
|
|
14
14
|
export { fundingBoundExecutorAddress };
|
|
@@ -4,11 +4,11 @@ declare const fundingBoundRedeemAddress: 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
|
address: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
6
6
|
}, "strip", z.ZodTypeAny, {
|
|
7
|
-
accountId: string;
|
|
8
7
|
address: `0x${string}`;
|
|
9
|
-
}, {
|
|
10
8
|
accountId: string;
|
|
9
|
+
}, {
|
|
11
10
|
address: string;
|
|
11
|
+
accountId: string;
|
|
12
12
|
}>;
|
|
13
13
|
|
|
14
14
|
export { fundingBoundRedeemAddress };
|
|
@@ -4,11 +4,11 @@ declare const fundingBoundRedeemAddress: 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
|
address: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
6
6
|
}, "strip", z.ZodTypeAny, {
|
|
7
|
-
accountId: string;
|
|
8
7
|
address: `0x${string}`;
|
|
9
|
-
}, {
|
|
10
8
|
accountId: string;
|
|
9
|
+
}, {
|
|
11
10
|
address: string;
|
|
11
|
+
accountId: string;
|
|
12
12
|
}>;
|
|
13
13
|
|
|
14
14
|
export { fundingBoundRedeemAddress };
|
|
@@ -5,12 +5,12 @@ declare const fundingFailedFundingAttempt: z.ZodObject<{
|
|
|
5
5
|
withdrawalAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
6
6
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
7
7
|
}, "strip", z.ZodTypeAny, {
|
|
8
|
-
accountId: string;
|
|
9
8
|
amount: bigint;
|
|
9
|
+
accountId: string;
|
|
10
10
|
withdrawalAddress: `0x${string}`;
|
|
11
11
|
}, {
|
|
12
|
-
accountId: string;
|
|
13
12
|
amount: string | number;
|
|
13
|
+
accountId: string;
|
|
14
14
|
withdrawalAddress: string;
|
|
15
15
|
}>;
|
|
16
16
|
|
|
@@ -5,12 +5,12 @@ declare const fundingFailedFundingAttempt: z.ZodObject<{
|
|
|
5
5
|
withdrawalAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
6
6
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
7
7
|
}, "strip", z.ZodTypeAny, {
|
|
8
|
-
accountId: string;
|
|
9
8
|
amount: bigint;
|
|
9
|
+
accountId: string;
|
|
10
10
|
withdrawalAddress: `0x${string}`;
|
|
11
11
|
}, {
|
|
12
|
-
accountId: string;
|
|
13
12
|
amount: string | number;
|
|
13
|
+
accountId: string;
|
|
14
14
|
withdrawalAddress: string;
|
|
15
15
|
}>;
|
|
16
16
|
|
|
@@ -6,13 +6,13 @@ declare const fundingFunded: z.ZodObject<{
|
|
|
6
6
|
fundsAdded: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
7
7
|
totalBalance: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
8
8
|
}, "strip", z.ZodTypeAny, {
|
|
9
|
-
accountId: string;
|
|
10
9
|
txHash: `0x${string}`;
|
|
10
|
+
accountId: string;
|
|
11
11
|
fundsAdded: bigint;
|
|
12
12
|
totalBalance: bigint;
|
|
13
13
|
}, {
|
|
14
|
-
accountId: string;
|
|
15
14
|
txHash: string;
|
|
15
|
+
accountId: string;
|
|
16
16
|
fundsAdded: string | number;
|
|
17
17
|
totalBalance: string | number;
|
|
18
18
|
}>;
|
|
@@ -6,13 +6,13 @@ declare const fundingFunded: z.ZodObject<{
|
|
|
6
6
|
fundsAdded: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
7
7
|
totalBalance: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
8
8
|
}, "strip", z.ZodTypeAny, {
|
|
9
|
-
accountId: string;
|
|
10
9
|
txHash: `0x${string}`;
|
|
10
|
+
accountId: string;
|
|
11
11
|
fundsAdded: bigint;
|
|
12
12
|
totalBalance: bigint;
|
|
13
13
|
}, {
|
|
14
|
-
accountId: string;
|
|
15
14
|
txHash: string;
|
|
15
|
+
accountId: string;
|
|
16
16
|
fundsAdded: string | number;
|
|
17
17
|
totalBalance: string | number;
|
|
18
18
|
}>;
|
|
@@ -6,14 +6,14 @@ declare const fundingRedemptionRequested: z.ZodObject<{
|
|
|
6
6
|
broadcastId: z.ZodNumber;
|
|
7
7
|
expiryTime: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
8
8
|
}, "strip", z.ZodTypeAny, {
|
|
9
|
-
accountId: string;
|
|
10
9
|
broadcastId: number;
|
|
11
10
|
amount: bigint;
|
|
11
|
+
accountId: string;
|
|
12
12
|
expiryTime: bigint;
|
|
13
13
|
}, {
|
|
14
|
-
accountId: string;
|
|
15
14
|
broadcastId: number;
|
|
16
15
|
amount: string | number;
|
|
16
|
+
accountId: string;
|
|
17
17
|
expiryTime: string | number;
|
|
18
18
|
}>;
|
|
19
19
|
|
|
@@ -6,14 +6,14 @@ declare const fundingRedemptionRequested: z.ZodObject<{
|
|
|
6
6
|
broadcastId: z.ZodNumber;
|
|
7
7
|
expiryTime: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
8
8
|
}, "strip", z.ZodTypeAny, {
|
|
9
|
-
accountId: string;
|
|
10
9
|
broadcastId: number;
|
|
11
10
|
amount: bigint;
|
|
11
|
+
accountId: string;
|
|
12
12
|
expiryTime: bigint;
|
|
13
13
|
}, {
|
|
14
|
-
accountId: string;
|
|
15
14
|
broadcastId: number;
|
|
16
15
|
amount: string | number;
|
|
16
|
+
accountId: string;
|
|
17
17
|
expiryTime: string | number;
|
|
18
18
|
}>;
|
|
19
19
|
|