@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
|
@@ -48,28 +48,16 @@ declare const bitcoinIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
48
48
|
__kind: "Taproot";
|
|
49
49
|
}>, z.ZodObject<{
|
|
50
50
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
54
|
-
}, "strip", z.ZodTypeAny, {
|
|
55
|
-
version: number;
|
|
56
|
-
program: `0x${string}`;
|
|
57
|
-
}, {
|
|
58
|
-
version: number;
|
|
59
|
-
program: string;
|
|
60
|
-
}>;
|
|
51
|
+
version: z.ZodNumber;
|
|
52
|
+
program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
61
53
|
}, "strip", z.ZodTypeAny, {
|
|
62
|
-
value: {
|
|
63
|
-
version: number;
|
|
64
|
-
program: `0x${string}`;
|
|
65
|
-
};
|
|
66
54
|
__kind: "OtherSegwit";
|
|
55
|
+
version: number;
|
|
56
|
+
program: `0x${string}`;
|
|
67
57
|
}, {
|
|
68
|
-
value: {
|
|
69
|
-
version: number;
|
|
70
|
-
program: string;
|
|
71
|
-
};
|
|
72
58
|
__kind: "OtherSegwit";
|
|
59
|
+
version: number;
|
|
60
|
+
program: string;
|
|
73
61
|
}>]>;
|
|
74
62
|
asset: z.ZodEffects<z.ZodObject<{
|
|
75
63
|
__kind: z.ZodEnum<["Btc"]>;
|
|
@@ -112,28 +100,16 @@ declare const bitcoinIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
112
100
|
lpAccount: string;
|
|
113
101
|
}>, z.ZodObject<{
|
|
114
102
|
__kind: z.ZodLiteral<"CcmTransfer">;
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
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>>>;
|
|
118
|
-
}, "strip", z.ZodTypeAny, {
|
|
119
|
-
principalSwapId?: bigint | null | undefined;
|
|
120
|
-
gasSwapId?: bigint | null | undefined;
|
|
121
|
-
}, {
|
|
122
|
-
principalSwapId?: string | number | null | undefined;
|
|
123
|
-
gasSwapId?: string | number | null | undefined;
|
|
124
|
-
}>;
|
|
103
|
+
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>>>;
|
|
104
|
+
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>>>;
|
|
125
105
|
}, "strip", z.ZodTypeAny, {
|
|
126
|
-
value: {
|
|
127
|
-
principalSwapId?: bigint | null | undefined;
|
|
128
|
-
gasSwapId?: bigint | null | undefined;
|
|
129
|
-
};
|
|
130
106
|
__kind: "CcmTransfer";
|
|
107
|
+
principalSwapId?: bigint | null | undefined;
|
|
108
|
+
gasSwapId?: bigint | null | undefined;
|
|
131
109
|
}, {
|
|
132
|
-
value: {
|
|
133
|
-
principalSwapId?: string | number | null | undefined;
|
|
134
|
-
gasSwapId?: string | number | null | undefined;
|
|
135
|
-
};
|
|
136
110
|
__kind: "CcmTransfer";
|
|
111
|
+
principalSwapId?: string | number | null | undefined;
|
|
112
|
+
gasSwapId?: string | number | null | undefined;
|
|
137
113
|
}>, z.ZodObject<{
|
|
138
114
|
__kind: z.ZodLiteral<"NoAction">;
|
|
139
115
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -169,11 +145,9 @@ declare const bitcoinIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
169
145
|
value: `0x${string}`;
|
|
170
146
|
__kind: "Taproot";
|
|
171
147
|
} | {
|
|
172
|
-
value: {
|
|
173
|
-
version: number;
|
|
174
|
-
program: `0x${string}`;
|
|
175
|
-
};
|
|
176
148
|
__kind: "OtherSegwit";
|
|
149
|
+
version: number;
|
|
150
|
+
program: `0x${string}`;
|
|
177
151
|
};
|
|
178
152
|
channelId: bigint;
|
|
179
153
|
asset: "Btc";
|
|
@@ -189,11 +163,9 @@ declare const bitcoinIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
189
163
|
__kind: "LiquidityProvision";
|
|
190
164
|
lpAccount: string;
|
|
191
165
|
} | {
|
|
192
|
-
value: {
|
|
193
|
-
principalSwapId?: bigint | null | undefined;
|
|
194
|
-
gasSwapId?: bigint | null | undefined;
|
|
195
|
-
};
|
|
196
166
|
__kind: "CcmTransfer";
|
|
167
|
+
principalSwapId?: bigint | null | undefined;
|
|
168
|
+
gasSwapId?: bigint | null | undefined;
|
|
197
169
|
} | {
|
|
198
170
|
__kind: "NoAction";
|
|
199
171
|
} | {
|
|
@@ -218,11 +190,9 @@ declare const bitcoinIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
218
190
|
value: string;
|
|
219
191
|
__kind: "Taproot";
|
|
220
192
|
} | {
|
|
221
|
-
value: {
|
|
222
|
-
version: number;
|
|
223
|
-
program: string;
|
|
224
|
-
};
|
|
225
193
|
__kind: "OtherSegwit";
|
|
194
|
+
version: number;
|
|
195
|
+
program: string;
|
|
226
196
|
};
|
|
227
197
|
channelId: string | number;
|
|
228
198
|
asset: {
|
|
@@ -240,11 +210,9 @@ declare const bitcoinIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
240
210
|
__kind: "LiquidityProvision";
|
|
241
211
|
lpAccount: string;
|
|
242
212
|
} | {
|
|
243
|
-
value: {
|
|
244
|
-
principalSwapId?: string | number | null | undefined;
|
|
245
|
-
gasSwapId?: string | number | null | undefined;
|
|
246
|
-
};
|
|
247
213
|
__kind: "CcmTransfer";
|
|
214
|
+
principalSwapId?: string | number | null | undefined;
|
|
215
|
+
gasSwapId?: string | number | null | undefined;
|
|
248
216
|
} | {
|
|
249
217
|
__kind: "NoAction";
|
|
250
218
|
} | {
|
|
@@ -48,28 +48,16 @@ declare const bitcoinIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
48
48
|
__kind: "Taproot";
|
|
49
49
|
}>, z.ZodObject<{
|
|
50
50
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
54
|
-
}, "strip", z.ZodTypeAny, {
|
|
55
|
-
version: number;
|
|
56
|
-
program: `0x${string}`;
|
|
57
|
-
}, {
|
|
58
|
-
version: number;
|
|
59
|
-
program: string;
|
|
60
|
-
}>;
|
|
51
|
+
version: z.ZodNumber;
|
|
52
|
+
program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
61
53
|
}, "strip", z.ZodTypeAny, {
|
|
62
|
-
value: {
|
|
63
|
-
version: number;
|
|
64
|
-
program: `0x${string}`;
|
|
65
|
-
};
|
|
66
54
|
__kind: "OtherSegwit";
|
|
55
|
+
version: number;
|
|
56
|
+
program: `0x${string}`;
|
|
67
57
|
}, {
|
|
68
|
-
value: {
|
|
69
|
-
version: number;
|
|
70
|
-
program: string;
|
|
71
|
-
};
|
|
72
58
|
__kind: "OtherSegwit";
|
|
59
|
+
version: number;
|
|
60
|
+
program: string;
|
|
73
61
|
}>]>;
|
|
74
62
|
asset: z.ZodEffects<z.ZodObject<{
|
|
75
63
|
__kind: z.ZodEnum<["Btc"]>;
|
|
@@ -112,28 +100,16 @@ declare const bitcoinIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
112
100
|
lpAccount: string;
|
|
113
101
|
}>, z.ZodObject<{
|
|
114
102
|
__kind: z.ZodLiteral<"CcmTransfer">;
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
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>>>;
|
|
118
|
-
}, "strip", z.ZodTypeAny, {
|
|
119
|
-
principalSwapId?: bigint | null | undefined;
|
|
120
|
-
gasSwapId?: bigint | null | undefined;
|
|
121
|
-
}, {
|
|
122
|
-
principalSwapId?: string | number | null | undefined;
|
|
123
|
-
gasSwapId?: string | number | null | undefined;
|
|
124
|
-
}>;
|
|
103
|
+
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>>>;
|
|
104
|
+
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>>>;
|
|
125
105
|
}, "strip", z.ZodTypeAny, {
|
|
126
|
-
value: {
|
|
127
|
-
principalSwapId?: bigint | null | undefined;
|
|
128
|
-
gasSwapId?: bigint | null | undefined;
|
|
129
|
-
};
|
|
130
106
|
__kind: "CcmTransfer";
|
|
107
|
+
principalSwapId?: bigint | null | undefined;
|
|
108
|
+
gasSwapId?: bigint | null | undefined;
|
|
131
109
|
}, {
|
|
132
|
-
value: {
|
|
133
|
-
principalSwapId?: string | number | null | undefined;
|
|
134
|
-
gasSwapId?: string | number | null | undefined;
|
|
135
|
-
};
|
|
136
110
|
__kind: "CcmTransfer";
|
|
111
|
+
principalSwapId?: string | number | null | undefined;
|
|
112
|
+
gasSwapId?: string | number | null | undefined;
|
|
137
113
|
}>, z.ZodObject<{
|
|
138
114
|
__kind: z.ZodLiteral<"NoAction">;
|
|
139
115
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -169,11 +145,9 @@ declare const bitcoinIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
169
145
|
value: `0x${string}`;
|
|
170
146
|
__kind: "Taproot";
|
|
171
147
|
} | {
|
|
172
|
-
value: {
|
|
173
|
-
version: number;
|
|
174
|
-
program: `0x${string}`;
|
|
175
|
-
};
|
|
176
148
|
__kind: "OtherSegwit";
|
|
149
|
+
version: number;
|
|
150
|
+
program: `0x${string}`;
|
|
177
151
|
};
|
|
178
152
|
channelId: bigint;
|
|
179
153
|
asset: "Btc";
|
|
@@ -189,11 +163,9 @@ declare const bitcoinIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
189
163
|
__kind: "LiquidityProvision";
|
|
190
164
|
lpAccount: string;
|
|
191
165
|
} | {
|
|
192
|
-
value: {
|
|
193
|
-
principalSwapId?: bigint | null | undefined;
|
|
194
|
-
gasSwapId?: bigint | null | undefined;
|
|
195
|
-
};
|
|
196
166
|
__kind: "CcmTransfer";
|
|
167
|
+
principalSwapId?: bigint | null | undefined;
|
|
168
|
+
gasSwapId?: bigint | null | undefined;
|
|
197
169
|
} | {
|
|
198
170
|
__kind: "NoAction";
|
|
199
171
|
} | {
|
|
@@ -218,11 +190,9 @@ declare const bitcoinIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
218
190
|
value: string;
|
|
219
191
|
__kind: "Taproot";
|
|
220
192
|
} | {
|
|
221
|
-
value: {
|
|
222
|
-
version: number;
|
|
223
|
-
program: string;
|
|
224
|
-
};
|
|
225
193
|
__kind: "OtherSegwit";
|
|
194
|
+
version: number;
|
|
195
|
+
program: string;
|
|
226
196
|
};
|
|
227
197
|
channelId: string | number;
|
|
228
198
|
asset: {
|
|
@@ -240,11 +210,9 @@ declare const bitcoinIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
240
210
|
__kind: "LiquidityProvision";
|
|
241
211
|
lpAccount: string;
|
|
242
212
|
} | {
|
|
243
|
-
value: {
|
|
244
|
-
principalSwapId?: string | number | null | undefined;
|
|
245
|
-
gasSwapId?: string | number | null | undefined;
|
|
246
|
-
};
|
|
247
213
|
__kind: "CcmTransfer";
|
|
214
|
+
principalSwapId?: string | number | null | undefined;
|
|
215
|
+
gasSwapId?: string | number | null | undefined;
|
|
248
216
|
} | {
|
|
249
217
|
__kind: "NoAction";
|
|
250
218
|
} | {
|
package/dist/141/common.cjs
CHANGED
|
@@ -220,11 +220,9 @@ var cfPrimitivesBeneficiary = _zod.z.object({ account: accountId, bps: _zod.z.nu
|
|
|
220
220
|
var cfChainsSwapOrigin = _zod.z.union([
|
|
221
221
|
_zod.z.object({
|
|
222
222
|
__kind: _zod.z.literal("DepositChannel"),
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
depositBlockHeight: numberOrHex
|
|
227
|
-
})
|
|
223
|
+
depositAddress: cfChainsAddressEncodedAddress,
|
|
224
|
+
channelId: numberOrHex,
|
|
225
|
+
depositBlockHeight: numberOrHex
|
|
228
226
|
}),
|
|
229
227
|
_zod.z.object({ __kind: _zod.z.literal("Vault"), txHash: hexString })
|
|
230
228
|
]);
|
|
@@ -234,10 +232,7 @@ var cfChainsBtcScriptPubkey = _zod.z.union([
|
|
|
234
232
|
_zod.z.object({ __kind: _zod.z.literal("P2WPKH"), value: hexString }),
|
|
235
233
|
_zod.z.object({ __kind: _zod.z.literal("P2WSH"), value: hexString }),
|
|
236
234
|
_zod.z.object({ __kind: _zod.z.literal("Taproot"), value: hexString }),
|
|
237
|
-
_zod.z.object({
|
|
238
|
-
__kind: _zod.z.literal("OtherSegwit"),
|
|
239
|
-
value: _zod.z.object({ version: _zod.z.number(), program: hexString })
|
|
240
|
-
})
|
|
235
|
+
_zod.z.object({ __kind: _zod.z.literal("OtherSegwit"), version: _zod.z.number(), program: hexString })
|
|
241
236
|
]);
|
|
242
237
|
var cfChainsAddressForeignChainAddress = _zod.z.union([
|
|
243
238
|
_zod.z.object({ __kind: _zod.z.literal("Eth"), value: hexString }),
|
|
@@ -268,7 +263,8 @@ var palletCfIngressEgressDepositAction = _zod.z.union([
|
|
|
268
263
|
_zod.z.object({ __kind: _zod.z.literal("LiquidityProvision"), lpAccount: accountId }),
|
|
269
264
|
_zod.z.object({
|
|
270
265
|
__kind: _zod.z.literal("CcmTransfer"),
|
|
271
|
-
|
|
266
|
+
principalSwapId: numberOrHex.nullish(),
|
|
267
|
+
gasSwapId: numberOrHex.nullish()
|
|
272
268
|
}),
|
|
273
269
|
_zod.z.object({ __kind: _zod.z.literal("NoAction") }),
|
|
274
270
|
_zod.z.object({ __kind: _zod.z.literal("BoostersCredited"), prewitnessedDepositId: numberOrHex })
|