@chainflip/processor 1.8.4 → 1.8.5
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/environment/runtimeSafeModeUpdated.d.cts +12 -12
- package/dist/100/environment/runtimeSafeModeUpdated.d.ts +12 -12
- package/dist/100/flip/remainingImbalance.d.cts +22 -22
- package/dist/100/flip/remainingImbalance.d.ts +22 -22
- 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 +8 -8
- package/dist/100/swapping/batchSwapFailed.d.ts +8 -8
- package/dist/100/swapping/ccmDepositReceived.d.cts +62 -62
- package/dist/100/swapping/ccmDepositReceived.d.ts +62 -62
- package/dist/100/swapping/ccmFailed.d.cts +62 -62
- package/dist/100/swapping/ccmFailed.d.ts +62 -62
- package/dist/100/swapping/minimumSwapAmountSet.d.cts +6 -6
- package/dist/100/swapping/minimumSwapAmountSet.d.ts +6 -6
- package/dist/100/swapping/swapAmountTooLow.d.cts +19 -19
- package/dist/100/swapping/swapAmountTooLow.d.ts +19 -19
- package/dist/100/swapping/swapDepositAddressReady.d.cts +26 -26
- package/dist/100/swapping/swapDepositAddressReady.d.ts +26 -26
- package/dist/100/swapping/swapEgressScheduled.d.cts +6 -6
- package/dist/100/swapping/swapEgressScheduled.d.ts +6 -6
- package/dist/100/swapping/swapExecuted.d.cts +12 -12
- package/dist/100/swapping/swapExecuted.d.ts +12 -12
- package/dist/100/swapping/swapScheduled.d.cts +91 -91
- package/dist/100/swapping/swapScheduled.d.ts +91 -91
- package/dist/100/swapping/withdrawalRequested.d.cts +4 -4
- package/dist/100/swapping/withdrawalRequested.d.ts +4 -4
- package/dist/131/swapping/batchSwapFailed.d.cts +8 -8
- package/dist/131/swapping/batchSwapFailed.d.ts +8 -8
- 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 +14 -14
- package/dist/131/swapping/swapScheduled.d.ts +14 -14
- package/dist/131/swapping/withdrawalRequested.d.cts +6 -6
- package/dist/131/swapping/withdrawalRequested.d.ts +6 -6
- 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/liquidityProvider/accountCredited.d.cts +2 -2
- package/dist/141/liquidityProvider/accountCredited.d.ts +2 -2
- package/dist/141/liquidityProvider/accountDebited.d.cts +2 -2
- package/dist/141/liquidityProvider/accountDebited.d.ts +2 -2
- package/dist/141/liquidityProvider/assetTransferred.d.cts +3 -3
- package/dist/141/liquidityProvider/assetTransferred.d.ts +3 -3
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.cts +2 -2
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.ts +2 -2
- package/dist/141/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
- package/dist/141/liquidityProvider/liquidityDepositCredited.d.ts +2 -2
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.cts +2 -2
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.ts +2 -2
- package/dist/141/swapping/batchSwapFailed.d.cts +8 -8
- package/dist/141/swapping/batchSwapFailed.d.ts +8 -8
- package/dist/141/swapping/ccmDepositReceived.d.cts +68 -68
- package/dist/141/swapping/ccmDepositReceived.d.ts +68 -68
- package/dist/141/swapping/ccmFailed.d.cts +73 -73
- package/dist/141/swapping/ccmFailed.d.ts +73 -73
- package/dist/141/swapping/maximumSwapAmountSet.d.cts +6 -6
- package/dist/141/swapping/maximumSwapAmountSet.d.ts +6 -6
- package/dist/141/swapping/swapAmountConfiscated.d.cts +12 -12
- package/dist/141/swapping/swapAmountConfiscated.d.ts +12 -12
- package/dist/141/swapping/swapDepositAddressReady.d.cts +26 -26
- package/dist/141/swapping/swapDepositAddressReady.d.ts +26 -26
- package/dist/141/swapping/swapEgressIgnored.d.cts +24 -24
- package/dist/141/swapping/swapEgressIgnored.d.ts +24 -24
- package/dist/141/swapping/swapEgressScheduled.d.cts +8 -8
- package/dist/141/swapping/swapEgressScheduled.d.ts +8 -8
- package/dist/141/swapping/swapExecuted.d.cts +90 -90
- package/dist/141/swapping/swapExecuted.d.ts +90 -90
- package/dist/141/swapping/swapScheduled.d.cts +99 -99
- package/dist/141/swapping/swapScheduled.d.ts +99 -99
- package/dist/141/swapping/withdrawalRequested.d.cts +10 -10
- package/dist/141/swapping/withdrawalRequested.d.ts +10 -10
- package/dist/150/solanaThresholdSigner/failureReportProcessed.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/failureReportProcessed.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/retryRequested.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/retryRequested.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.ts +2 -2
- package/dist/160/swapping/batchSwapFailed.d.cts +8 -8
- package/dist/160/swapping/batchSwapFailed.d.ts +8 -8
- package/dist/160/swapping/ccmFailed.d.cts +14 -14
- package/dist/160/swapping/ccmFailed.d.ts +14 -14
- package/dist/160/swapping/maximumSwapAmountSet.d.cts +6 -6
- package/dist/160/swapping/maximumSwapAmountSet.d.ts +6 -6
- package/dist/160/swapping/refundEgressIgnored.d.cts +12 -12
- package/dist/160/swapping/refundEgressIgnored.d.ts +12 -12
- package/dist/160/swapping/refundEgressScheduled.d.cts +8 -8
- package/dist/160/swapping/refundEgressScheduled.d.ts +8 -8
- package/dist/160/swapping/swapAmountConfiscated.d.cts +7 -7
- package/dist/160/swapping/swapAmountConfiscated.d.ts +7 -7
- package/dist/160/swapping/swapDepositAddressReady.d.cts +31 -31
- package/dist/160/swapping/swapDepositAddressReady.d.ts +31 -31
- package/dist/160/swapping/swapEgressIgnored.d.cts +12 -12
- package/dist/160/swapping/swapEgressIgnored.d.ts +12 -12
- package/dist/160/swapping/swapEgressScheduled.d.cts +8 -8
- package/dist/160/swapping/swapEgressScheduled.d.ts +8 -8
- package/dist/160/swapping/swapExecuted.d.cts +12 -12
- package/dist/160/swapping/swapExecuted.d.ts +12 -12
- package/dist/160/swapping/swapRequested.d.cts +40 -40
- package/dist/160/swapping/swapRequested.d.ts +40 -40
- package/dist/160/swapping/withdrawalRequested.d.cts +10 -10
- package/dist/160/swapping/withdrawalRequested.d.ts +10 -10
- package/dist/170/solanaIngressEgress/boostedDepositLost.d.cts +2 -2
- package/dist/170/solanaIngressEgress/boostedDepositLost.d.ts +2 -2
- package/dist/170/solanaIngressEgress/ccmFailed.d.cts +37 -37
- package/dist/170/solanaIngressEgress/ccmFailed.d.ts +37 -37
- package/dist/170/solanaIngressEgress/depositIgnored.d.cts +6 -6
- package/dist/170/solanaIngressEgress/depositIgnored.d.ts +6 -6
- package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.cts +11 -11
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.ts +11 -11
- package/dist/180/arbitrumIngressEgress/depositFailed.d.cts +9 -421
- package/dist/180/arbitrumIngressEgress/depositFailed.d.ts +9 -421
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +11 -11
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +11 -11
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.cts +11 -11
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.ts +11 -11
- package/dist/180/bitcoinIngressEgress/depositFailed.d.cts +110 -313
- package/dist/180/bitcoinIngressEgress/depositFailed.d.ts +110 -313
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +11 -11
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +11 -11
- package/dist/180/common.cjs +56 -9
- package/dist/180/common.d.cts +1127 -3872
- package/dist/180/common.d.ts +1127 -3872
- package/dist/180/common.mjs +56 -9
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.cts +11 -11
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.ts +11 -11
- package/dist/180/ethereumIngressEgress/depositFailed.d.cts +9 -421
- package/dist/180/ethereumIngressEgress/depositFailed.d.ts +9 -421
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +11 -11
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +11 -11
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.cts +11 -11
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.ts +11 -11
- package/dist/180/polkadotIngressEgress/depositFailed.d.cts +9 -421
- package/dist/180/polkadotIngressEgress/depositFailed.d.ts +9 -421
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +11 -11
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +11 -11
- package/dist/180/solanaElections/unknownElection.cjs +13 -0
- package/dist/180/solanaElections/unknownElection.d.cts +47 -0
- package/dist/180/solanaElections/unknownElection.d.ts +47 -0
- package/dist/180/solanaElections/unknownElection.mjs +13 -0
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.cts +11 -11
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.ts +11 -11
- package/dist/180/solanaIngressEgress/depositFailed.d.cts +9 -421
- package/dist/180/solanaIngressEgress/depositFailed.d.ts +9 -421
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +11 -11
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +11 -11
- package/dist/180/solanaThresholdSigner/thresholdSignatureRequest.cjs +19 -0
- package/dist/180/solanaThresholdSigner/thresholdSignatureRequest.d.cts +107 -0
- package/dist/180/solanaThresholdSigner/thresholdSignatureRequest.d.ts +107 -0
- package/dist/180/solanaThresholdSigner/thresholdSignatureRequest.mjs +19 -0
- package/dist/180/swapping/affiliateRegistration.cjs +11 -0
- package/dist/180/swapping/affiliateRegistration.d.cts +17 -0
- package/dist/180/swapping/affiliateRegistration.d.ts +17 -0
- package/dist/180/swapping/affiliateRegistration.mjs +11 -0
- package/package.json +1 -1
- package/dist/180/swapping/affiliateRegistrationUpdated.cjs +0 -12
- package/dist/180/swapping/affiliateRegistrationUpdated.d.cts +0 -20
- package/dist/180/swapping/affiliateRegistrationUpdated.d.ts +0 -20
- package/dist/180/swapping/affiliateRegistrationUpdated.mjs +0 -12
|
@@ -1105,221 +1105,108 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1105
1105
|
refundParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1106
1106
|
retryDuration: z.ZodNumber;
|
|
1107
1107
|
refundAddress: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
1108
|
-
__kind: z.ZodLiteral<"
|
|
1108
|
+
__kind: z.ZodLiteral<"P2PKH">;
|
|
1109
1109
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1110
1110
|
}, "strip", z.ZodTypeAny, {
|
|
1111
1111
|
value: `0x${string}`;
|
|
1112
|
-
__kind: "
|
|
1112
|
+
__kind: "P2PKH";
|
|
1113
1113
|
}, {
|
|
1114
1114
|
value: string;
|
|
1115
|
-
__kind: "
|
|
1115
|
+
__kind: "P2PKH";
|
|
1116
1116
|
}>, z.ZodObject<{
|
|
1117
|
-
__kind: z.ZodLiteral<"
|
|
1117
|
+
__kind: z.ZodLiteral<"P2SH">;
|
|
1118
1118
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1119
1119
|
}, "strip", z.ZodTypeAny, {
|
|
1120
1120
|
value: `0x${string}`;
|
|
1121
|
-
__kind: "
|
|
1121
|
+
__kind: "P2SH";
|
|
1122
1122
|
}, {
|
|
1123
1123
|
value: string;
|
|
1124
|
-
__kind: "
|
|
1124
|
+
__kind: "P2SH";
|
|
1125
1125
|
}>, z.ZodObject<{
|
|
1126
|
-
__kind: z.ZodLiteral<"
|
|
1127
|
-
value: z.
|
|
1128
|
-
__kind: z.ZodLiteral<"P2PKH">;
|
|
1129
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1130
|
-
}, "strip", z.ZodTypeAny, {
|
|
1131
|
-
value: `0x${string}`;
|
|
1132
|
-
__kind: "P2PKH";
|
|
1133
|
-
}, {
|
|
1134
|
-
value: string;
|
|
1135
|
-
__kind: "P2PKH";
|
|
1136
|
-
}>, z.ZodObject<{
|
|
1137
|
-
__kind: z.ZodLiteral<"P2SH">;
|
|
1138
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1139
|
-
}, "strip", z.ZodTypeAny, {
|
|
1140
|
-
value: `0x${string}`;
|
|
1141
|
-
__kind: "P2SH";
|
|
1142
|
-
}, {
|
|
1143
|
-
value: string;
|
|
1144
|
-
__kind: "P2SH";
|
|
1145
|
-
}>, z.ZodObject<{
|
|
1146
|
-
__kind: z.ZodLiteral<"P2WPKH">;
|
|
1147
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1148
|
-
}, "strip", z.ZodTypeAny, {
|
|
1149
|
-
value: `0x${string}`;
|
|
1150
|
-
__kind: "P2WPKH";
|
|
1151
|
-
}, {
|
|
1152
|
-
value: string;
|
|
1153
|
-
__kind: "P2WPKH";
|
|
1154
|
-
}>, z.ZodObject<{
|
|
1155
|
-
__kind: z.ZodLiteral<"P2WSH">;
|
|
1156
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1157
|
-
}, "strip", z.ZodTypeAny, {
|
|
1158
|
-
value: `0x${string}`;
|
|
1159
|
-
__kind: "P2WSH";
|
|
1160
|
-
}, {
|
|
1161
|
-
value: string;
|
|
1162
|
-
__kind: "P2WSH";
|
|
1163
|
-
}>, z.ZodObject<{
|
|
1164
|
-
__kind: z.ZodLiteral<"Taproot">;
|
|
1165
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1166
|
-
}, "strip", z.ZodTypeAny, {
|
|
1167
|
-
value: `0x${string}`;
|
|
1168
|
-
__kind: "Taproot";
|
|
1169
|
-
}, {
|
|
1170
|
-
value: string;
|
|
1171
|
-
__kind: "Taproot";
|
|
1172
|
-
}>, z.ZodObject<{
|
|
1173
|
-
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
1174
|
-
version: z.ZodNumber;
|
|
1175
|
-
program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1176
|
-
}, "strip", z.ZodTypeAny, {
|
|
1177
|
-
__kind: "OtherSegwit";
|
|
1178
|
-
version: number;
|
|
1179
|
-
program: `0x${string}`;
|
|
1180
|
-
}, {
|
|
1181
|
-
__kind: "OtherSegwit";
|
|
1182
|
-
version: number;
|
|
1183
|
-
program: string;
|
|
1184
|
-
}>]>;
|
|
1126
|
+
__kind: z.ZodLiteral<"P2WPKH">;
|
|
1127
|
+
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1185
1128
|
}, "strip", z.ZodTypeAny, {
|
|
1186
|
-
value: {
|
|
1187
|
-
|
|
1188
|
-
__kind: "P2PKH";
|
|
1189
|
-
} | {
|
|
1190
|
-
value: `0x${string}`;
|
|
1191
|
-
__kind: "P2SH";
|
|
1192
|
-
} | {
|
|
1193
|
-
value: `0x${string}`;
|
|
1194
|
-
__kind: "P2WPKH";
|
|
1195
|
-
} | {
|
|
1196
|
-
value: `0x${string}`;
|
|
1197
|
-
__kind: "P2WSH";
|
|
1198
|
-
} | {
|
|
1199
|
-
value: `0x${string}`;
|
|
1200
|
-
__kind: "Taproot";
|
|
1201
|
-
} | {
|
|
1202
|
-
__kind: "OtherSegwit";
|
|
1203
|
-
version: number;
|
|
1204
|
-
program: `0x${string}`;
|
|
1205
|
-
};
|
|
1206
|
-
__kind: "Btc";
|
|
1129
|
+
value: `0x${string}`;
|
|
1130
|
+
__kind: "P2WPKH";
|
|
1207
1131
|
}, {
|
|
1208
|
-
value:
|
|
1209
|
-
|
|
1210
|
-
__kind: "P2PKH";
|
|
1211
|
-
} | {
|
|
1212
|
-
value: string;
|
|
1213
|
-
__kind: "P2SH";
|
|
1214
|
-
} | {
|
|
1215
|
-
value: string;
|
|
1216
|
-
__kind: "P2WPKH";
|
|
1217
|
-
} | {
|
|
1218
|
-
value: string;
|
|
1219
|
-
__kind: "P2WSH";
|
|
1220
|
-
} | {
|
|
1221
|
-
value: string;
|
|
1222
|
-
__kind: "Taproot";
|
|
1223
|
-
} | {
|
|
1224
|
-
__kind: "OtherSegwit";
|
|
1225
|
-
version: number;
|
|
1226
|
-
program: string;
|
|
1227
|
-
};
|
|
1228
|
-
__kind: "Btc";
|
|
1132
|
+
value: string;
|
|
1133
|
+
__kind: "P2WPKH";
|
|
1229
1134
|
}>, z.ZodObject<{
|
|
1230
|
-
__kind: z.ZodLiteral<"
|
|
1135
|
+
__kind: z.ZodLiteral<"P2WSH">;
|
|
1231
1136
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1232
1137
|
}, "strip", z.ZodTypeAny, {
|
|
1233
1138
|
value: `0x${string}`;
|
|
1234
|
-
__kind: "
|
|
1139
|
+
__kind: "P2WSH";
|
|
1235
1140
|
}, {
|
|
1236
1141
|
value: string;
|
|
1237
|
-
__kind: "
|
|
1142
|
+
__kind: "P2WSH";
|
|
1238
1143
|
}>, z.ZodObject<{
|
|
1239
|
-
__kind: z.ZodLiteral<"
|
|
1144
|
+
__kind: z.ZodLiteral<"Taproot">;
|
|
1240
1145
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1241
1146
|
}, "strip", z.ZodTypeAny, {
|
|
1242
1147
|
value: `0x${string}`;
|
|
1243
|
-
__kind: "
|
|
1148
|
+
__kind: "Taproot";
|
|
1244
1149
|
}, {
|
|
1245
1150
|
value: string;
|
|
1246
|
-
__kind: "
|
|
1151
|
+
__kind: "Taproot";
|
|
1152
|
+
}>, z.ZodObject<{
|
|
1153
|
+
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
1154
|
+
version: z.ZodNumber;
|
|
1155
|
+
program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1156
|
+
}, "strip", z.ZodTypeAny, {
|
|
1157
|
+
__kind: "OtherSegwit";
|
|
1158
|
+
version: number;
|
|
1159
|
+
program: `0x${string}`;
|
|
1160
|
+
}, {
|
|
1161
|
+
__kind: "OtherSegwit";
|
|
1162
|
+
version: number;
|
|
1163
|
+
program: string;
|
|
1247
1164
|
}>]>;
|
|
1248
1165
|
minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
1249
1166
|
}, "strip", z.ZodTypeAny, {
|
|
1250
1167
|
retryDuration: number;
|
|
1251
1168
|
refundAddress: {
|
|
1252
1169
|
value: `0x${string}`;
|
|
1253
|
-
__kind: "
|
|
1170
|
+
__kind: "P2PKH";
|
|
1254
1171
|
} | {
|
|
1255
1172
|
value: `0x${string}`;
|
|
1256
|
-
__kind: "
|
|
1173
|
+
__kind: "P2SH";
|
|
1257
1174
|
} | {
|
|
1258
|
-
value: {
|
|
1259
|
-
|
|
1260
|
-
__kind: "P2PKH";
|
|
1261
|
-
} | {
|
|
1262
|
-
value: `0x${string}`;
|
|
1263
|
-
__kind: "P2SH";
|
|
1264
|
-
} | {
|
|
1265
|
-
value: `0x${string}`;
|
|
1266
|
-
__kind: "P2WPKH";
|
|
1267
|
-
} | {
|
|
1268
|
-
value: `0x${string}`;
|
|
1269
|
-
__kind: "P2WSH";
|
|
1270
|
-
} | {
|
|
1271
|
-
value: `0x${string}`;
|
|
1272
|
-
__kind: "Taproot";
|
|
1273
|
-
} | {
|
|
1274
|
-
__kind: "OtherSegwit";
|
|
1275
|
-
version: number;
|
|
1276
|
-
program: `0x${string}`;
|
|
1277
|
-
};
|
|
1278
|
-
__kind: "Btc";
|
|
1175
|
+
value: `0x${string}`;
|
|
1176
|
+
__kind: "P2WPKH";
|
|
1279
1177
|
} | {
|
|
1280
1178
|
value: `0x${string}`;
|
|
1281
|
-
__kind: "
|
|
1179
|
+
__kind: "P2WSH";
|
|
1282
1180
|
} | {
|
|
1283
1181
|
value: `0x${string}`;
|
|
1284
|
-
__kind: "
|
|
1182
|
+
__kind: "Taproot";
|
|
1183
|
+
} | {
|
|
1184
|
+
__kind: "OtherSegwit";
|
|
1185
|
+
version: number;
|
|
1186
|
+
program: `0x${string}`;
|
|
1285
1187
|
};
|
|
1286
1188
|
minPrice: bigint;
|
|
1287
1189
|
}, {
|
|
1288
1190
|
retryDuration: number;
|
|
1289
1191
|
refundAddress: {
|
|
1290
1192
|
value: string;
|
|
1291
|
-
__kind: "
|
|
1193
|
+
__kind: "P2PKH";
|
|
1292
1194
|
} | {
|
|
1293
1195
|
value: string;
|
|
1294
|
-
__kind: "
|
|
1196
|
+
__kind: "P2SH";
|
|
1295
1197
|
} | {
|
|
1296
|
-
value:
|
|
1297
|
-
|
|
1298
|
-
__kind: "P2PKH";
|
|
1299
|
-
} | {
|
|
1300
|
-
value: string;
|
|
1301
|
-
__kind: "P2SH";
|
|
1302
|
-
} | {
|
|
1303
|
-
value: string;
|
|
1304
|
-
__kind: "P2WPKH";
|
|
1305
|
-
} | {
|
|
1306
|
-
value: string;
|
|
1307
|
-
__kind: "P2WSH";
|
|
1308
|
-
} | {
|
|
1309
|
-
value: string;
|
|
1310
|
-
__kind: "Taproot";
|
|
1311
|
-
} | {
|
|
1312
|
-
__kind: "OtherSegwit";
|
|
1313
|
-
version: number;
|
|
1314
|
-
program: string;
|
|
1315
|
-
};
|
|
1316
|
-
__kind: "Btc";
|
|
1198
|
+
value: string;
|
|
1199
|
+
__kind: "P2WPKH";
|
|
1317
1200
|
} | {
|
|
1318
1201
|
value: string;
|
|
1319
|
-
__kind: "
|
|
1202
|
+
__kind: "P2WSH";
|
|
1320
1203
|
} | {
|
|
1321
1204
|
value: string;
|
|
1322
|
-
__kind: "
|
|
1205
|
+
__kind: "Taproot";
|
|
1206
|
+
} | {
|
|
1207
|
+
__kind: "OtherSegwit";
|
|
1208
|
+
version: number;
|
|
1209
|
+
program: string;
|
|
1323
1210
|
};
|
|
1324
1211
|
minPrice: string | number;
|
|
1325
1212
|
}>>>;
|
|
@@ -1450,38 +1337,23 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1450
1337
|
retryDuration: number;
|
|
1451
1338
|
refundAddress: {
|
|
1452
1339
|
value: `0x${string}`;
|
|
1453
|
-
__kind: "
|
|
1340
|
+
__kind: "P2PKH";
|
|
1454
1341
|
} | {
|
|
1455
1342
|
value: `0x${string}`;
|
|
1456
|
-
__kind: "
|
|
1343
|
+
__kind: "P2SH";
|
|
1457
1344
|
} | {
|
|
1458
|
-
value: {
|
|
1459
|
-
|
|
1460
|
-
__kind: "P2PKH";
|
|
1461
|
-
} | {
|
|
1462
|
-
value: `0x${string}`;
|
|
1463
|
-
__kind: "P2SH";
|
|
1464
|
-
} | {
|
|
1465
|
-
value: `0x${string}`;
|
|
1466
|
-
__kind: "P2WPKH";
|
|
1467
|
-
} | {
|
|
1468
|
-
value: `0x${string}`;
|
|
1469
|
-
__kind: "P2WSH";
|
|
1470
|
-
} | {
|
|
1471
|
-
value: `0x${string}`;
|
|
1472
|
-
__kind: "Taproot";
|
|
1473
|
-
} | {
|
|
1474
|
-
__kind: "OtherSegwit";
|
|
1475
|
-
version: number;
|
|
1476
|
-
program: `0x${string}`;
|
|
1477
|
-
};
|
|
1478
|
-
__kind: "Btc";
|
|
1345
|
+
value: `0x${string}`;
|
|
1346
|
+
__kind: "P2WPKH";
|
|
1479
1347
|
} | {
|
|
1480
1348
|
value: `0x${string}`;
|
|
1481
|
-
__kind: "
|
|
1349
|
+
__kind: "P2WSH";
|
|
1482
1350
|
} | {
|
|
1483
1351
|
value: `0x${string}`;
|
|
1484
|
-
__kind: "
|
|
1352
|
+
__kind: "Taproot";
|
|
1353
|
+
} | {
|
|
1354
|
+
__kind: "OtherSegwit";
|
|
1355
|
+
version: number;
|
|
1356
|
+
program: `0x${string}`;
|
|
1485
1357
|
};
|
|
1486
1358
|
minPrice: bigint;
|
|
1487
1359
|
} | null | undefined;
|
|
@@ -1599,38 +1471,23 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1599
1471
|
retryDuration: number;
|
|
1600
1472
|
refundAddress: {
|
|
1601
1473
|
value: string;
|
|
1602
|
-
__kind: "
|
|
1474
|
+
__kind: "P2PKH";
|
|
1603
1475
|
} | {
|
|
1604
1476
|
value: string;
|
|
1605
|
-
__kind: "
|
|
1477
|
+
__kind: "P2SH";
|
|
1606
1478
|
} | {
|
|
1607
|
-
value:
|
|
1608
|
-
|
|
1609
|
-
__kind: "P2PKH";
|
|
1610
|
-
} | {
|
|
1611
|
-
value: string;
|
|
1612
|
-
__kind: "P2SH";
|
|
1613
|
-
} | {
|
|
1614
|
-
value: string;
|
|
1615
|
-
__kind: "P2WPKH";
|
|
1616
|
-
} | {
|
|
1617
|
-
value: string;
|
|
1618
|
-
__kind: "P2WSH";
|
|
1619
|
-
} | {
|
|
1620
|
-
value: string;
|
|
1621
|
-
__kind: "Taproot";
|
|
1622
|
-
} | {
|
|
1623
|
-
__kind: "OtherSegwit";
|
|
1624
|
-
version: number;
|
|
1625
|
-
program: string;
|
|
1626
|
-
};
|
|
1627
|
-
__kind: "Btc";
|
|
1479
|
+
value: string;
|
|
1480
|
+
__kind: "P2WPKH";
|
|
1628
1481
|
} | {
|
|
1629
1482
|
value: string;
|
|
1630
|
-
__kind: "
|
|
1483
|
+
__kind: "P2WSH";
|
|
1631
1484
|
} | {
|
|
1632
1485
|
value: string;
|
|
1633
|
-
__kind: "
|
|
1486
|
+
__kind: "Taproot";
|
|
1487
|
+
} | {
|
|
1488
|
+
__kind: "OtherSegwit";
|
|
1489
|
+
version: number;
|
|
1490
|
+
program: string;
|
|
1634
1491
|
};
|
|
1635
1492
|
minPrice: string | number;
|
|
1636
1493
|
} | null | undefined;
|
|
@@ -1757,38 +1614,23 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1757
1614
|
retryDuration: number;
|
|
1758
1615
|
refundAddress: {
|
|
1759
1616
|
value: `0x${string}`;
|
|
1760
|
-
__kind: "
|
|
1617
|
+
__kind: "P2PKH";
|
|
1761
1618
|
} | {
|
|
1762
1619
|
value: `0x${string}`;
|
|
1763
|
-
__kind: "
|
|
1620
|
+
__kind: "P2SH";
|
|
1764
1621
|
} | {
|
|
1765
|
-
value: {
|
|
1766
|
-
|
|
1767
|
-
__kind: "P2PKH";
|
|
1768
|
-
} | {
|
|
1769
|
-
value: `0x${string}`;
|
|
1770
|
-
__kind: "P2SH";
|
|
1771
|
-
} | {
|
|
1772
|
-
value: `0x${string}`;
|
|
1773
|
-
__kind: "P2WPKH";
|
|
1774
|
-
} | {
|
|
1775
|
-
value: `0x${string}`;
|
|
1776
|
-
__kind: "P2WSH";
|
|
1777
|
-
} | {
|
|
1778
|
-
value: `0x${string}`;
|
|
1779
|
-
__kind: "Taproot";
|
|
1780
|
-
} | {
|
|
1781
|
-
__kind: "OtherSegwit";
|
|
1782
|
-
version: number;
|
|
1783
|
-
program: `0x${string}`;
|
|
1784
|
-
};
|
|
1785
|
-
__kind: "Btc";
|
|
1622
|
+
value: `0x${string}`;
|
|
1623
|
+
__kind: "P2WPKH";
|
|
1786
1624
|
} | {
|
|
1787
1625
|
value: `0x${string}`;
|
|
1788
|
-
__kind: "
|
|
1626
|
+
__kind: "P2WSH";
|
|
1789
1627
|
} | {
|
|
1790
1628
|
value: `0x${string}`;
|
|
1791
|
-
__kind: "
|
|
1629
|
+
__kind: "Taproot";
|
|
1630
|
+
} | {
|
|
1631
|
+
__kind: "OtherSegwit";
|
|
1632
|
+
version: number;
|
|
1633
|
+
program: `0x${string}`;
|
|
1792
1634
|
};
|
|
1793
1635
|
minPrice: bigint;
|
|
1794
1636
|
} | null | undefined;
|
|
@@ -1909,38 +1751,23 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1909
1751
|
retryDuration: number;
|
|
1910
1752
|
refundAddress: {
|
|
1911
1753
|
value: string;
|
|
1912
|
-
__kind: "
|
|
1754
|
+
__kind: "P2PKH";
|
|
1913
1755
|
} | {
|
|
1914
1756
|
value: string;
|
|
1915
|
-
__kind: "
|
|
1757
|
+
__kind: "P2SH";
|
|
1916
1758
|
} | {
|
|
1917
|
-
value:
|
|
1918
|
-
|
|
1919
|
-
__kind: "P2PKH";
|
|
1920
|
-
} | {
|
|
1921
|
-
value: string;
|
|
1922
|
-
__kind: "P2SH";
|
|
1923
|
-
} | {
|
|
1924
|
-
value: string;
|
|
1925
|
-
__kind: "P2WPKH";
|
|
1926
|
-
} | {
|
|
1927
|
-
value: string;
|
|
1928
|
-
__kind: "P2WSH";
|
|
1929
|
-
} | {
|
|
1930
|
-
value: string;
|
|
1931
|
-
__kind: "Taproot";
|
|
1932
|
-
} | {
|
|
1933
|
-
__kind: "OtherSegwit";
|
|
1934
|
-
version: number;
|
|
1935
|
-
program: string;
|
|
1936
|
-
};
|
|
1937
|
-
__kind: "Btc";
|
|
1759
|
+
value: string;
|
|
1760
|
+
__kind: "P2WPKH";
|
|
1938
1761
|
} | {
|
|
1939
1762
|
value: string;
|
|
1940
|
-
__kind: "
|
|
1763
|
+
__kind: "P2WSH";
|
|
1941
1764
|
} | {
|
|
1942
1765
|
value: string;
|
|
1943
|
-
__kind: "
|
|
1766
|
+
__kind: "Taproot";
|
|
1767
|
+
} | {
|
|
1768
|
+
__kind: "OtherSegwit";
|
|
1769
|
+
version: number;
|
|
1770
|
+
program: string;
|
|
1944
1771
|
};
|
|
1945
1772
|
minPrice: string | number;
|
|
1946
1773
|
} | null | undefined;
|
|
@@ -2171,38 +1998,23 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
2171
1998
|
retryDuration: number;
|
|
2172
1999
|
refundAddress: {
|
|
2173
2000
|
value: `0x${string}`;
|
|
2174
|
-
__kind: "
|
|
2001
|
+
__kind: "P2PKH";
|
|
2175
2002
|
} | {
|
|
2176
2003
|
value: `0x${string}`;
|
|
2177
|
-
__kind: "
|
|
2004
|
+
__kind: "P2SH";
|
|
2178
2005
|
} | {
|
|
2179
|
-
value: {
|
|
2180
|
-
|
|
2181
|
-
__kind: "P2PKH";
|
|
2182
|
-
} | {
|
|
2183
|
-
value: `0x${string}`;
|
|
2184
|
-
__kind: "P2SH";
|
|
2185
|
-
} | {
|
|
2186
|
-
value: `0x${string}`;
|
|
2187
|
-
__kind: "P2WPKH";
|
|
2188
|
-
} | {
|
|
2189
|
-
value: `0x${string}`;
|
|
2190
|
-
__kind: "P2WSH";
|
|
2191
|
-
} | {
|
|
2192
|
-
value: `0x${string}`;
|
|
2193
|
-
__kind: "Taproot";
|
|
2194
|
-
} | {
|
|
2195
|
-
__kind: "OtherSegwit";
|
|
2196
|
-
version: number;
|
|
2197
|
-
program: `0x${string}`;
|
|
2198
|
-
};
|
|
2199
|
-
__kind: "Btc";
|
|
2006
|
+
value: `0x${string}`;
|
|
2007
|
+
__kind: "P2WPKH";
|
|
2200
2008
|
} | {
|
|
2201
2009
|
value: `0x${string}`;
|
|
2202
|
-
__kind: "
|
|
2010
|
+
__kind: "P2WSH";
|
|
2203
2011
|
} | {
|
|
2204
2012
|
value: `0x${string}`;
|
|
2205
|
-
__kind: "
|
|
2013
|
+
__kind: "Taproot";
|
|
2014
|
+
} | {
|
|
2015
|
+
__kind: "OtherSegwit";
|
|
2016
|
+
version: number;
|
|
2017
|
+
program: `0x${string}`;
|
|
2206
2018
|
};
|
|
2207
2019
|
minPrice: bigint;
|
|
2208
2020
|
} | null | undefined;
|
|
@@ -2435,38 +2247,23 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
2435
2247
|
retryDuration: number;
|
|
2436
2248
|
refundAddress: {
|
|
2437
2249
|
value: string;
|
|
2438
|
-
__kind: "
|
|
2250
|
+
__kind: "P2PKH";
|
|
2439
2251
|
} | {
|
|
2440
2252
|
value: string;
|
|
2441
|
-
__kind: "
|
|
2253
|
+
__kind: "P2SH";
|
|
2442
2254
|
} | {
|
|
2443
|
-
value:
|
|
2444
|
-
|
|
2445
|
-
__kind: "P2PKH";
|
|
2446
|
-
} | {
|
|
2447
|
-
value: string;
|
|
2448
|
-
__kind: "P2SH";
|
|
2449
|
-
} | {
|
|
2450
|
-
value: string;
|
|
2451
|
-
__kind: "P2WPKH";
|
|
2452
|
-
} | {
|
|
2453
|
-
value: string;
|
|
2454
|
-
__kind: "P2WSH";
|
|
2455
|
-
} | {
|
|
2456
|
-
value: string;
|
|
2457
|
-
__kind: "Taproot";
|
|
2458
|
-
} | {
|
|
2459
|
-
__kind: "OtherSegwit";
|
|
2460
|
-
version: number;
|
|
2461
|
-
program: string;
|
|
2462
|
-
};
|
|
2463
|
-
__kind: "Btc";
|
|
2255
|
+
value: string;
|
|
2256
|
+
__kind: "P2WPKH";
|
|
2464
2257
|
} | {
|
|
2465
2258
|
value: string;
|
|
2466
|
-
__kind: "
|
|
2259
|
+
__kind: "P2WSH";
|
|
2467
2260
|
} | {
|
|
2468
2261
|
value: string;
|
|
2469
|
-
__kind: "
|
|
2262
|
+
__kind: "Taproot";
|
|
2263
|
+
} | {
|
|
2264
|
+
__kind: "OtherSegwit";
|
|
2265
|
+
version: number;
|
|
2266
|
+
program: string;
|
|
2470
2267
|
};
|
|
2471
2268
|
minPrice: string | number;
|
|
2472
2269
|
} | null | undefined;
|
|
@@ -85,20 +85,20 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
85
85
|
}>, z.ZodObject<{
|
|
86
86
|
__kind: z.ZodLiteral<"InvalidCcm">;
|
|
87
87
|
value: z.ZodEffects<z.ZodObject<{
|
|
88
|
-
__kind: z.ZodEnum<["CannotDecodeCcmAdditionalData", "CcmIsTooLong", "CcmAdditionalDataContainsInvalidAccounts", "RedundantDataSupplied"]>;
|
|
88
|
+
__kind: z.ZodEnum<["CannotDecodeCcmAdditionalData", "CcmIsTooLong", "CcmAdditionalDataContainsInvalidAccounts", "RedundantDataSupplied", "InvalidDestinationAddress"]>;
|
|
89
89
|
}, "strip", z.ZodTypeAny, {
|
|
90
|
-
__kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
|
|
90
|
+
__kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
|
|
91
91
|
}, {
|
|
92
|
-
__kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
|
|
93
|
-
}>, "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied", {
|
|
94
|
-
__kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
|
|
92
|
+
__kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
|
|
93
|
+
}>, "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress", {
|
|
94
|
+
__kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
|
|
95
95
|
}>;
|
|
96
96
|
}, "strip", z.ZodTypeAny, {
|
|
97
|
-
value: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
|
|
97
|
+
value: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
|
|
98
98
|
__kind: "InvalidCcm";
|
|
99
99
|
}, {
|
|
100
100
|
value: {
|
|
101
|
-
__kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
|
|
101
|
+
__kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
|
|
102
102
|
};
|
|
103
103
|
__kind: "InvalidCcm";
|
|
104
104
|
}>, z.ZodObject<{
|
|
@@ -132,7 +132,7 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
132
132
|
value: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
133
133
|
__kind: "FailedToDeriveAddress";
|
|
134
134
|
} | {
|
|
135
|
-
value: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
|
|
135
|
+
value: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
|
|
136
136
|
__kind: "InvalidCcm";
|
|
137
137
|
} | {
|
|
138
138
|
__kind: "FailedToSerializeFinalTransaction";
|
|
@@ -159,7 +159,7 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
159
159
|
__kind: "FailedToDeriveAddress";
|
|
160
160
|
} | {
|
|
161
161
|
value: {
|
|
162
|
-
__kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
|
|
162
|
+
__kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
|
|
163
163
|
};
|
|
164
164
|
__kind: "InvalidCcm";
|
|
165
165
|
} | {
|
|
@@ -422,7 +422,7 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
422
422
|
value: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
423
423
|
__kind: "FailedToDeriveAddress";
|
|
424
424
|
} | {
|
|
425
|
-
value: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
|
|
425
|
+
value: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
|
|
426
426
|
__kind: "InvalidCcm";
|
|
427
427
|
} | {
|
|
428
428
|
__kind: "FailedToSerializeFinalTransaction";
|
|
@@ -499,7 +499,7 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
499
499
|
__kind: "FailedToDeriveAddress";
|
|
500
500
|
} | {
|
|
501
501
|
value: {
|
|
502
|
-
__kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied";
|
|
502
|
+
__kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
|
|
503
503
|
};
|
|
504
504
|
__kind: "InvalidCcm";
|
|
505
505
|
} | {
|