@chainflip/processor 1.7.2 → 1.8.0
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/swapping/batchSwapFailed.d.cts +8 -8
- package/dist/100/swapping/batchSwapFailed.d.ts +8 -8
- package/dist/100/swapping/ccmDepositReceived.d.cts +70 -70
- package/dist/100/swapping/ccmDepositReceived.d.ts +70 -70
- package/dist/100/swapping/ccmFailed.d.cts +70 -70
- package/dist/100/swapping/ccmFailed.d.ts +70 -70
- 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 +37 -37
- package/dist/100/swapping/swapAmountTooLow.d.ts +37 -37
- package/dist/100/swapping/swapDepositAddressReady.d.cts +42 -42
- package/dist/100/swapping/swapDepositAddressReady.d.ts +42 -42
- 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 +109 -109
- package/dist/100/swapping/swapScheduled.d.ts +109 -109
- package/dist/100/swapping/withdrawalRequested.d.cts +12 -12
- package/dist/100/swapping/withdrawalRequested.d.ts +12 -12
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.cjs +14 -0
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.cts +532 -0
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.ts +532 -0
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.mjs +14 -0
- package/dist/180/arbitrumIngressEgress/ccmFailed.cjs +17 -0
- package/dist/180/arbitrumIngressEgress/ccmFailed.d.cts +640 -0
- package/dist/180/arbitrumIngressEgress/ccmFailed.d.ts +640 -0
- package/dist/180/arbitrumIngressEgress/ccmFailed.mjs +17 -0
- package/dist/180/arbitrumIngressEgress/depositBoosted.cjs +27 -0
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.cts +154 -0
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.ts +154 -0
- package/dist/180/arbitrumIngressEgress/depositBoosted.mjs +27 -0
- package/dist/180/arbitrumIngressEgress/depositFinalised.cjs +25 -0
- package/dist/180/arbitrumIngressEgress/depositFinalised.d.cts +148 -0
- package/dist/180/arbitrumIngressEgress/depositFinalised.d.ts +148 -0
- package/dist/180/arbitrumIngressEgress/depositFinalised.mjs +25 -0
- package/dist/180/arbitrumIngressEgress/depositIgnored.cjs +19 -0
- package/dist/180/arbitrumIngressEgress/depositIgnored.d.cts +53 -0
- package/dist/180/arbitrumIngressEgress/depositIgnored.d.ts +53 -0
- package/dist/180/arbitrumIngressEgress/depositIgnored.mjs +19 -0
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +559 -0
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +559 -0
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.mjs +9 -0
- package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.cjs +17 -0
- package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +43 -0
- package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.d.ts +43 -0
- package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.mjs +17 -0
- package/dist/180/arbitrumIngressEgress/networkFeeDeductionFromBoostSet.cjs +8 -0
- package/dist/180/arbitrumIngressEgress/networkFeeDeductionFromBoostSet.d.cts +11 -0
- package/dist/180/arbitrumIngressEgress/networkFeeDeductionFromBoostSet.d.ts +11 -0
- package/dist/180/arbitrumIngressEgress/networkFeeDeductionFromBoostSet.mjs +8 -0
- package/dist/180/arbitrumIngressEgress/unknownAffiliate.cjs +10 -0
- package/dist/180/arbitrumIngressEgress/unknownAffiliate.d.cts +14 -0
- package/dist/180/arbitrumIngressEgress/unknownAffiliate.d.ts +14 -0
- package/dist/180/arbitrumIngressEgress/unknownAffiliate.mjs +10 -0
- package/dist/180/arbitrumIngressEgress/unknownBroker.cjs +7 -0
- package/dist/180/arbitrumIngressEgress/unknownBroker.d.cts +11 -0
- package/dist/180/arbitrumIngressEgress/unknownBroker.d.ts +11 -0
- package/dist/180/arbitrumIngressEgress/unknownBroker.mjs +7 -0
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.cjs +14 -0
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.cts +532 -0
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.ts +532 -0
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.mjs +14 -0
- package/dist/180/bitcoinIngressEgress/ccmFailed.cjs +17 -0
- package/dist/180/bitcoinIngressEgress/ccmFailed.d.cts +640 -0
- package/dist/180/bitcoinIngressEgress/ccmFailed.d.ts +640 -0
- package/dist/180/bitcoinIngressEgress/ccmFailed.mjs +17 -0
- package/dist/180/bitcoinIngressEgress/depositBoosted.cjs +27 -0
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.cts +368 -0
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.ts +368 -0
- package/dist/180/bitcoinIngressEgress/depositBoosted.mjs +27 -0
- package/dist/180/bitcoinIngressEgress/depositFinalised.cjs +25 -0
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.cts +362 -0
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.ts +362 -0
- package/dist/180/bitcoinIngressEgress/depositFinalised.mjs +25 -0
- package/dist/180/bitcoinIngressEgress/depositIgnored.cjs +19 -0
- package/dist/180/bitcoinIngressEgress/depositIgnored.d.cts +267 -0
- package/dist/180/bitcoinIngressEgress/depositIgnored.d.ts +267 -0
- package/dist/180/bitcoinIngressEgress/depositIgnored.mjs +19 -0
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +559 -0
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +559 -0
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.mjs +9 -0
- package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.cjs +17 -0
- package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +43 -0
- package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.ts +43 -0
- package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.mjs +17 -0
- package/dist/180/bitcoinIngressEgress/networkFeeDeductionFromBoostSet.cjs +8 -0
- package/dist/180/bitcoinIngressEgress/networkFeeDeductionFromBoostSet.d.cts +11 -0
- package/dist/180/bitcoinIngressEgress/networkFeeDeductionFromBoostSet.d.ts +11 -0
- package/dist/180/bitcoinIngressEgress/networkFeeDeductionFromBoostSet.mjs +8 -0
- package/dist/180/bitcoinIngressEgress/unknownAffiliate.cjs +10 -0
- package/dist/180/bitcoinIngressEgress/unknownAffiliate.d.cts +14 -0
- package/dist/180/bitcoinIngressEgress/unknownAffiliate.d.ts +14 -0
- package/dist/180/bitcoinIngressEgress/unknownAffiliate.mjs +10 -0
- package/dist/180/bitcoinIngressEgress/unknownBroker.cjs +7 -0
- package/dist/180/bitcoinIngressEgress/unknownBroker.d.cts +11 -0
- package/dist/180/bitcoinIngressEgress/unknownBroker.d.ts +11 -0
- package/dist/180/bitcoinIngressEgress/unknownBroker.mjs +7 -0
- package/dist/180/common.cjs +290 -0
- package/dist/180/common.d.cts +2948 -0
- package/dist/180/common.d.ts +2948 -0
- package/dist/180/common.mjs +290 -0
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.cjs +14 -0
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.cts +532 -0
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.ts +532 -0
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.mjs +14 -0
- package/dist/180/ethereumIngressEgress/ccmFailed.cjs +17 -0
- package/dist/180/ethereumIngressEgress/ccmFailed.d.cts +640 -0
- package/dist/180/ethereumIngressEgress/ccmFailed.d.ts +640 -0
- package/dist/180/ethereumIngressEgress/ccmFailed.mjs +17 -0
- package/dist/180/ethereumIngressEgress/depositBoosted.cjs +27 -0
- package/dist/180/ethereumIngressEgress/depositBoosted.d.cts +154 -0
- package/dist/180/ethereumIngressEgress/depositBoosted.d.ts +154 -0
- package/dist/180/ethereumIngressEgress/depositBoosted.mjs +27 -0
- package/dist/180/ethereumIngressEgress/depositFinalised.cjs +25 -0
- package/dist/180/ethereumIngressEgress/depositFinalised.d.cts +148 -0
- package/dist/180/ethereumIngressEgress/depositFinalised.d.ts +148 -0
- package/dist/180/ethereumIngressEgress/depositFinalised.mjs +25 -0
- package/dist/180/ethereumIngressEgress/depositIgnored.cjs +19 -0
- package/dist/180/ethereumIngressEgress/depositIgnored.d.cts +53 -0
- package/dist/180/ethereumIngressEgress/depositIgnored.d.ts +53 -0
- package/dist/180/ethereumIngressEgress/depositIgnored.mjs +19 -0
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +559 -0
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +559 -0
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.mjs +9 -0
- package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.cjs +17 -0
- package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +43 -0
- package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.d.ts +43 -0
- package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.mjs +17 -0
- package/dist/180/ethereumIngressEgress/networkFeeDeductionFromBoostSet.cjs +8 -0
- package/dist/180/ethereumIngressEgress/networkFeeDeductionFromBoostSet.d.cts +11 -0
- package/dist/180/ethereumIngressEgress/networkFeeDeductionFromBoostSet.d.ts +11 -0
- package/dist/180/ethereumIngressEgress/networkFeeDeductionFromBoostSet.mjs +8 -0
- package/dist/180/ethereumIngressEgress/unknownAffiliate.cjs +10 -0
- package/dist/180/ethereumIngressEgress/unknownAffiliate.d.cts +14 -0
- package/dist/180/ethereumIngressEgress/unknownAffiliate.d.ts +14 -0
- package/dist/180/ethereumIngressEgress/unknownAffiliate.mjs +10 -0
- package/dist/180/ethereumIngressEgress/unknownBroker.cjs +7 -0
- package/dist/180/ethereumIngressEgress/unknownBroker.d.cts +11 -0
- package/dist/180/ethereumIngressEgress/unknownBroker.d.ts +11 -0
- package/dist/180/ethereumIngressEgress/unknownBroker.mjs +7 -0
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.cjs +14 -0
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.cts +532 -0
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.ts +532 -0
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.mjs +14 -0
- package/dist/180/polkadotIngressEgress/ccmFailed.cjs +17 -0
- package/dist/180/polkadotIngressEgress/ccmFailed.d.cts +640 -0
- package/dist/180/polkadotIngressEgress/ccmFailed.d.ts +640 -0
- package/dist/180/polkadotIngressEgress/ccmFailed.mjs +17 -0
- package/dist/180/polkadotIngressEgress/depositBoosted.cjs +26 -0
- package/dist/180/polkadotIngressEgress/depositBoosted.d.cts +144 -0
- package/dist/180/polkadotIngressEgress/depositBoosted.d.ts +144 -0
- package/dist/180/polkadotIngressEgress/depositBoosted.mjs +26 -0
- package/dist/180/polkadotIngressEgress/depositFinalised.cjs +24 -0
- package/dist/180/polkadotIngressEgress/depositFinalised.d.cts +138 -0
- package/dist/180/polkadotIngressEgress/depositFinalised.d.ts +138 -0
- package/dist/180/polkadotIngressEgress/depositFinalised.mjs +24 -0
- package/dist/180/polkadotIngressEgress/depositIgnored.cjs +18 -0
- package/dist/180/polkadotIngressEgress/depositIgnored.d.cts +43 -0
- package/dist/180/polkadotIngressEgress/depositIgnored.d.ts +43 -0
- package/dist/180/polkadotIngressEgress/depositIgnored.mjs +18 -0
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +559 -0
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +559 -0
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.mjs +9 -0
- package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.cjs +17 -0
- package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +43 -0
- package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.d.ts +43 -0
- package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.mjs +17 -0
- package/dist/180/polkadotIngressEgress/networkFeeDeductionFromBoostSet.cjs +8 -0
- package/dist/180/polkadotIngressEgress/networkFeeDeductionFromBoostSet.d.cts +11 -0
- package/dist/180/polkadotIngressEgress/networkFeeDeductionFromBoostSet.d.ts +11 -0
- package/dist/180/polkadotIngressEgress/networkFeeDeductionFromBoostSet.mjs +8 -0
- package/dist/180/polkadotIngressEgress/unknownAffiliate.cjs +10 -0
- package/dist/180/polkadotIngressEgress/unknownAffiliate.d.cts +14 -0
- package/dist/180/polkadotIngressEgress/unknownAffiliate.d.ts +14 -0
- package/dist/180/polkadotIngressEgress/unknownAffiliate.mjs +10 -0
- package/dist/180/polkadotIngressEgress/unknownBroker.cjs +7 -0
- package/dist/180/polkadotIngressEgress/unknownBroker.d.cts +11 -0
- package/dist/180/polkadotIngressEgress/unknownBroker.d.ts +11 -0
- package/dist/180/polkadotIngressEgress/unknownBroker.mjs +7 -0
- package/dist/180/solanaBroadcaster/transactionBroadcastRequest.cjs +12 -0
- package/dist/180/solanaBroadcaster/transactionBroadcastRequest.d.cts +35 -0
- package/dist/180/solanaBroadcaster/transactionBroadcastRequest.d.ts +35 -0
- package/dist/180/solanaBroadcaster/transactionBroadcastRequest.mjs +12 -0
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.cjs +14 -0
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.cts +532 -0
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.ts +532 -0
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.mjs +14 -0
- package/dist/180/solanaIngressEgress/ccmFailed.cjs +17 -0
- package/dist/180/solanaIngressEgress/ccmFailed.d.cts +640 -0
- package/dist/180/solanaIngressEgress/ccmFailed.d.ts +640 -0
- package/dist/180/solanaIngressEgress/ccmFailed.mjs +17 -0
- package/dist/180/solanaIngressEgress/depositBoosted.cjs +25 -0
- package/dist/180/solanaIngressEgress/depositBoosted.d.cts +141 -0
- package/dist/180/solanaIngressEgress/depositBoosted.d.ts +141 -0
- package/dist/180/solanaIngressEgress/depositBoosted.mjs +25 -0
- package/dist/180/solanaIngressEgress/depositFinalised.cjs +23 -0
- package/dist/180/solanaIngressEgress/depositFinalised.d.cts +135 -0
- package/dist/180/solanaIngressEgress/depositFinalised.d.ts +135 -0
- package/dist/180/solanaIngressEgress/depositFinalised.mjs +23 -0
- package/dist/180/solanaIngressEgress/depositIgnored.cjs +17 -0
- package/dist/180/solanaIngressEgress/depositIgnored.d.cts +40 -0
- package/dist/180/solanaIngressEgress/depositIgnored.d.ts +40 -0
- package/dist/180/solanaIngressEgress/depositIgnored.mjs +17 -0
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +559 -0
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +559 -0
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.mjs +9 -0
- package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.cjs +17 -0
- package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.cts +43 -0
- package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.ts +43 -0
- package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.mjs +17 -0
- package/dist/180/solanaIngressEgress/networkFeeDeductionFromBoostSet.cjs +8 -0
- package/dist/180/solanaIngressEgress/networkFeeDeductionFromBoostSet.d.cts +11 -0
- package/dist/180/solanaIngressEgress/networkFeeDeductionFromBoostSet.d.ts +11 -0
- package/dist/180/solanaIngressEgress/networkFeeDeductionFromBoostSet.mjs +8 -0
- package/dist/180/solanaIngressEgress/transactionRejectionRequestExpired.cjs +10 -0
- package/dist/180/solanaIngressEgress/transactionRejectionRequestExpired.d.cts +14 -0
- package/dist/180/solanaIngressEgress/transactionRejectionRequestExpired.d.ts +14 -0
- package/dist/180/solanaIngressEgress/transactionRejectionRequestExpired.mjs +10 -0
- package/dist/180/solanaIngressEgress/transactionRejectionRequestReceived.cjs +11 -0
- package/dist/180/solanaIngressEgress/transactionRejectionRequestReceived.d.cts +17 -0
- package/dist/180/solanaIngressEgress/transactionRejectionRequestReceived.d.ts +17 -0
- package/dist/180/solanaIngressEgress/transactionRejectionRequestReceived.mjs +11 -0
- package/dist/180/solanaIngressEgress/unknownAffiliate.cjs +10 -0
- package/dist/180/solanaIngressEgress/unknownAffiliate.d.cts +14 -0
- package/dist/180/solanaIngressEgress/unknownAffiliate.d.ts +14 -0
- package/dist/180/solanaIngressEgress/unknownAffiliate.mjs +10 -0
- package/dist/180/solanaIngressEgress/unknownBroker.cjs +7 -0
- package/dist/180/solanaIngressEgress/unknownBroker.d.cts +11 -0
- package/dist/180/solanaIngressEgress/unknownBroker.d.ts +11 -0
- package/dist/180/solanaIngressEgress/unknownBroker.mjs +7 -0
- package/dist/180/swapping/affiliateRegistrationUpdated.cjs +12 -0
- package/dist/180/swapping/affiliateRegistrationUpdated.d.cts +20 -0
- package/dist/180/swapping/affiliateRegistrationUpdated.d.ts +20 -0
- package/dist/180/swapping/affiliateRegistrationUpdated.mjs +12 -0
- package/dist/180/swapping/brokerBondSet.cjs +7 -0
- package/dist/180/swapping/brokerBondSet.d.cts +11 -0
- package/dist/180/swapping/brokerBondSet.d.ts +11 -0
- package/dist/180/swapping/brokerBondSet.mjs +7 -0
- package/dist/180/swapping/privateBrokerChannelClosed.cjs +10 -0
- package/dist/180/swapping/privateBrokerChannelClosed.d.cts +14 -0
- package/dist/180/swapping/privateBrokerChannelClosed.d.ts +14 -0
- package/dist/180/swapping/privateBrokerChannelClosed.mjs +10 -0
- package/dist/180/swapping/privateBrokerChannelOpened.cjs +10 -0
- package/dist/180/swapping/privateBrokerChannelOpened.d.cts +14 -0
- package/dist/180/swapping/privateBrokerChannelOpened.d.ts +14 -0
- package/dist/180/swapping/privateBrokerChannelOpened.mjs +10 -0
- package/dist/180/swapping/swapDepositAddressReady.cjs +29 -0
- package/dist/180/swapping/swapDepositAddressReady.d.cts +482 -0
- package/dist/180/swapping/swapDepositAddressReady.d.ts +482 -0
- package/dist/180/swapping/swapDepositAddressReady.mjs +29 -0
- package/dist/180/swapping/swapRequested.cjs +25 -0
- package/dist/180/swapping/swapRequested.d.cts +1239 -0
- package/dist/180/swapping/swapRequested.d.ts +1239 -0
- package/dist/180/swapping/swapRequested.mjs +25 -0
- package/package.json +1 -1
|
@@ -0,0 +1,559 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
|
|
3
|
+
declare const polkadotIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
4
|
+
error: z.ZodUnion<[z.ZodObject<{
|
|
5
|
+
__kind: z.ZodLiteral<"NotRequired">;
|
|
6
|
+
}, "strip", z.ZodTypeAny, {
|
|
7
|
+
__kind: "NotRequired";
|
|
8
|
+
}, {
|
|
9
|
+
__kind: "NotRequired";
|
|
10
|
+
}>, z.ZodObject<{
|
|
11
|
+
__kind: z.ZodLiteral<"UnsupportedToken">;
|
|
12
|
+
}, "strip", z.ZodTypeAny, {
|
|
13
|
+
__kind: "UnsupportedToken";
|
|
14
|
+
}, {
|
|
15
|
+
__kind: "UnsupportedToken";
|
|
16
|
+
}>, z.ZodObject<{
|
|
17
|
+
__kind: z.ZodLiteral<"VaultAccountNotSet">;
|
|
18
|
+
}, "strip", z.ZodTypeAny, {
|
|
19
|
+
__kind: "VaultAccountNotSet";
|
|
20
|
+
}, {
|
|
21
|
+
__kind: "VaultAccountNotSet";
|
|
22
|
+
}>, z.ZodObject<{
|
|
23
|
+
__kind: z.ZodLiteral<"AggKeyNotSet">;
|
|
24
|
+
}, "strip", z.ZodTypeAny, {
|
|
25
|
+
__kind: "AggKeyNotSet";
|
|
26
|
+
}, {
|
|
27
|
+
__kind: "AggKeyNotSet";
|
|
28
|
+
}>, z.ZodObject<{
|
|
29
|
+
__kind: z.ZodLiteral<"UtxoSelectionFailed">;
|
|
30
|
+
}, "strip", z.ZodTypeAny, {
|
|
31
|
+
__kind: "UtxoSelectionFailed";
|
|
32
|
+
}, {
|
|
33
|
+
__kind: "UtxoSelectionFailed";
|
|
34
|
+
}>, z.ZodObject<{
|
|
35
|
+
__kind: z.ZodLiteral<"FailedToBuildSolanaTransaction">;
|
|
36
|
+
value: z.ZodUnion<[z.ZodObject<{
|
|
37
|
+
__kind: z.ZodLiteral<"CannotLookupApiEnvironment">;
|
|
38
|
+
}, "strip", z.ZodTypeAny, {
|
|
39
|
+
__kind: "CannotLookupApiEnvironment";
|
|
40
|
+
}, {
|
|
41
|
+
__kind: "CannotLookupApiEnvironment";
|
|
42
|
+
}>, z.ZodObject<{
|
|
43
|
+
__kind: z.ZodLiteral<"CannotLookupCurrentAggKey">;
|
|
44
|
+
}, "strip", z.ZodTypeAny, {
|
|
45
|
+
__kind: "CannotLookupCurrentAggKey";
|
|
46
|
+
}, {
|
|
47
|
+
__kind: "CannotLookupCurrentAggKey";
|
|
48
|
+
}>, z.ZodObject<{
|
|
49
|
+
__kind: z.ZodLiteral<"CannotLookupComputePrice">;
|
|
50
|
+
}, "strip", z.ZodTypeAny, {
|
|
51
|
+
__kind: "CannotLookupComputePrice";
|
|
52
|
+
}, {
|
|
53
|
+
__kind: "CannotLookupComputePrice";
|
|
54
|
+
}>, z.ZodObject<{
|
|
55
|
+
__kind: z.ZodLiteral<"NoNonceAccountsSet">;
|
|
56
|
+
}, "strip", z.ZodTypeAny, {
|
|
57
|
+
__kind: "NoNonceAccountsSet";
|
|
58
|
+
}, {
|
|
59
|
+
__kind: "NoNonceAccountsSet";
|
|
60
|
+
}>, z.ZodObject<{
|
|
61
|
+
__kind: z.ZodLiteral<"NoAvailableNonceAccount">;
|
|
62
|
+
}, "strip", z.ZodTypeAny, {
|
|
63
|
+
__kind: "NoAvailableNonceAccount";
|
|
64
|
+
}, {
|
|
65
|
+
__kind: "NoAvailableNonceAccount";
|
|
66
|
+
}>, z.ZodObject<{
|
|
67
|
+
__kind: z.ZodLiteral<"FailedToDeriveAddress">;
|
|
68
|
+
value: z.ZodEffects<z.ZodObject<{
|
|
69
|
+
__kind: z.ZodEnum<["NotAValidPoint", "TooManySeeds", "SeedTooLarge", "BumpSeedBadLuck"]>;
|
|
70
|
+
}, "strip", z.ZodTypeAny, {
|
|
71
|
+
__kind: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
72
|
+
}, {
|
|
73
|
+
__kind: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
74
|
+
}>, "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck", {
|
|
75
|
+
__kind: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
76
|
+
}>;
|
|
77
|
+
}, "strip", z.ZodTypeAny, {
|
|
78
|
+
value: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
79
|
+
__kind: "FailedToDeriveAddress";
|
|
80
|
+
}, {
|
|
81
|
+
value: {
|
|
82
|
+
__kind: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
83
|
+
};
|
|
84
|
+
__kind: "FailedToDeriveAddress";
|
|
85
|
+
}>, z.ZodObject<{
|
|
86
|
+
__kind: z.ZodLiteral<"InvalidCcm">;
|
|
87
|
+
value: z.ZodEffects<z.ZodObject<{
|
|
88
|
+
__kind: z.ZodEnum<["CannotDecodeCcmAdditionalData", "CcmIsTooLong", "CcmAdditionalDataContainsInvalidAccounts"]>;
|
|
89
|
+
}, "strip", z.ZodTypeAny, {
|
|
90
|
+
__kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts";
|
|
91
|
+
}, {
|
|
92
|
+
__kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts";
|
|
93
|
+
}>, "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts", {
|
|
94
|
+
__kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts";
|
|
95
|
+
}>;
|
|
96
|
+
}, "strip", z.ZodTypeAny, {
|
|
97
|
+
value: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts";
|
|
98
|
+
__kind: "InvalidCcm";
|
|
99
|
+
}, {
|
|
100
|
+
value: {
|
|
101
|
+
__kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts";
|
|
102
|
+
};
|
|
103
|
+
__kind: "InvalidCcm";
|
|
104
|
+
}>, z.ZodObject<{
|
|
105
|
+
__kind: z.ZodLiteral<"FailedToSerializeFinalTransaction">;
|
|
106
|
+
}, "strip", z.ZodTypeAny, {
|
|
107
|
+
__kind: "FailedToSerializeFinalTransaction";
|
|
108
|
+
}, {
|
|
109
|
+
__kind: "FailedToSerializeFinalTransaction";
|
|
110
|
+
}>, z.ZodObject<{
|
|
111
|
+
__kind: z.ZodLiteral<"FinalTransactionExceededMaxLength">;
|
|
112
|
+
value: z.ZodNumber;
|
|
113
|
+
}, "strip", z.ZodTypeAny, {
|
|
114
|
+
value: number;
|
|
115
|
+
__kind: "FinalTransactionExceededMaxLength";
|
|
116
|
+
}, {
|
|
117
|
+
value: number;
|
|
118
|
+
__kind: "FinalTransactionExceededMaxLength";
|
|
119
|
+
}>]>;
|
|
120
|
+
}, "strip", z.ZodTypeAny, {
|
|
121
|
+
value: {
|
|
122
|
+
__kind: "CannotLookupApiEnvironment";
|
|
123
|
+
} | {
|
|
124
|
+
__kind: "CannotLookupCurrentAggKey";
|
|
125
|
+
} | {
|
|
126
|
+
__kind: "CannotLookupComputePrice";
|
|
127
|
+
} | {
|
|
128
|
+
__kind: "NoNonceAccountsSet";
|
|
129
|
+
} | {
|
|
130
|
+
__kind: "NoAvailableNonceAccount";
|
|
131
|
+
} | {
|
|
132
|
+
value: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
133
|
+
__kind: "FailedToDeriveAddress";
|
|
134
|
+
} | {
|
|
135
|
+
value: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts";
|
|
136
|
+
__kind: "InvalidCcm";
|
|
137
|
+
} | {
|
|
138
|
+
__kind: "FailedToSerializeFinalTransaction";
|
|
139
|
+
} | {
|
|
140
|
+
value: number;
|
|
141
|
+
__kind: "FinalTransactionExceededMaxLength";
|
|
142
|
+
};
|
|
143
|
+
__kind: "FailedToBuildSolanaTransaction";
|
|
144
|
+
}, {
|
|
145
|
+
value: {
|
|
146
|
+
__kind: "CannotLookupApiEnvironment";
|
|
147
|
+
} | {
|
|
148
|
+
__kind: "CannotLookupCurrentAggKey";
|
|
149
|
+
} | {
|
|
150
|
+
__kind: "CannotLookupComputePrice";
|
|
151
|
+
} | {
|
|
152
|
+
__kind: "NoNonceAccountsSet";
|
|
153
|
+
} | {
|
|
154
|
+
__kind: "NoAvailableNonceAccount";
|
|
155
|
+
} | {
|
|
156
|
+
value: {
|
|
157
|
+
__kind: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
158
|
+
};
|
|
159
|
+
__kind: "FailedToDeriveAddress";
|
|
160
|
+
} | {
|
|
161
|
+
value: {
|
|
162
|
+
__kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts";
|
|
163
|
+
};
|
|
164
|
+
__kind: "InvalidCcm";
|
|
165
|
+
} | {
|
|
166
|
+
__kind: "FailedToSerializeFinalTransaction";
|
|
167
|
+
} | {
|
|
168
|
+
value: number;
|
|
169
|
+
__kind: "FinalTransactionExceededMaxLength";
|
|
170
|
+
};
|
|
171
|
+
__kind: "FailedToBuildSolanaTransaction";
|
|
172
|
+
}>, z.ZodObject<{
|
|
173
|
+
__kind: z.ZodLiteral<"DispatchError">;
|
|
174
|
+
value: z.ZodUnion<[z.ZodObject<{
|
|
175
|
+
__kind: z.ZodLiteral<"Other">;
|
|
176
|
+
}, "strip", z.ZodTypeAny, {
|
|
177
|
+
__kind: "Other";
|
|
178
|
+
}, {
|
|
179
|
+
__kind: "Other";
|
|
180
|
+
}>, z.ZodObject<{
|
|
181
|
+
__kind: z.ZodLiteral<"CannotLookup">;
|
|
182
|
+
}, "strip", z.ZodTypeAny, {
|
|
183
|
+
__kind: "CannotLookup";
|
|
184
|
+
}, {
|
|
185
|
+
__kind: "CannotLookup";
|
|
186
|
+
}>, z.ZodObject<{
|
|
187
|
+
__kind: z.ZodLiteral<"BadOrigin">;
|
|
188
|
+
}, "strip", z.ZodTypeAny, {
|
|
189
|
+
__kind: "BadOrigin";
|
|
190
|
+
}, {
|
|
191
|
+
__kind: "BadOrigin";
|
|
192
|
+
}>, z.ZodObject<{
|
|
193
|
+
__kind: z.ZodLiteral<"Module">;
|
|
194
|
+
value: z.ZodObject<{
|
|
195
|
+
index: z.ZodNumber;
|
|
196
|
+
error: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
197
|
+
}, "strip", z.ZodTypeAny, {
|
|
198
|
+
index: number;
|
|
199
|
+
error: `0x${string}`;
|
|
200
|
+
}, {
|
|
201
|
+
index: number;
|
|
202
|
+
error: string;
|
|
203
|
+
}>;
|
|
204
|
+
}, "strip", z.ZodTypeAny, {
|
|
205
|
+
value: {
|
|
206
|
+
index: number;
|
|
207
|
+
error: `0x${string}`;
|
|
208
|
+
};
|
|
209
|
+
__kind: "Module";
|
|
210
|
+
}, {
|
|
211
|
+
value: {
|
|
212
|
+
index: number;
|
|
213
|
+
error: string;
|
|
214
|
+
};
|
|
215
|
+
__kind: "Module";
|
|
216
|
+
}>, z.ZodObject<{
|
|
217
|
+
__kind: z.ZodLiteral<"ConsumerRemaining">;
|
|
218
|
+
}, "strip", z.ZodTypeAny, {
|
|
219
|
+
__kind: "ConsumerRemaining";
|
|
220
|
+
}, {
|
|
221
|
+
__kind: "ConsumerRemaining";
|
|
222
|
+
}>, z.ZodObject<{
|
|
223
|
+
__kind: z.ZodLiteral<"NoProviders">;
|
|
224
|
+
}, "strip", z.ZodTypeAny, {
|
|
225
|
+
__kind: "NoProviders";
|
|
226
|
+
}, {
|
|
227
|
+
__kind: "NoProviders";
|
|
228
|
+
}>, z.ZodObject<{
|
|
229
|
+
__kind: z.ZodLiteral<"TooManyConsumers">;
|
|
230
|
+
}, "strip", z.ZodTypeAny, {
|
|
231
|
+
__kind: "TooManyConsumers";
|
|
232
|
+
}, {
|
|
233
|
+
__kind: "TooManyConsumers";
|
|
234
|
+
}>, z.ZodObject<{
|
|
235
|
+
__kind: z.ZodLiteral<"Token">;
|
|
236
|
+
value: z.ZodEffects<z.ZodObject<{
|
|
237
|
+
__kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
|
|
238
|
+
}, "strip", z.ZodTypeAny, {
|
|
239
|
+
__kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
240
|
+
}, {
|
|
241
|
+
__kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
242
|
+
}>, "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
|
|
243
|
+
__kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
244
|
+
}>;
|
|
245
|
+
}, "strip", z.ZodTypeAny, {
|
|
246
|
+
value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
247
|
+
__kind: "Token";
|
|
248
|
+
}, {
|
|
249
|
+
value: {
|
|
250
|
+
__kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
251
|
+
};
|
|
252
|
+
__kind: "Token";
|
|
253
|
+
}>, z.ZodObject<{
|
|
254
|
+
__kind: z.ZodLiteral<"Arithmetic">;
|
|
255
|
+
value: z.ZodEffects<z.ZodObject<{
|
|
256
|
+
__kind: z.ZodEnum<["Underflow", "Overflow", "DivisionByZero"]>;
|
|
257
|
+
}, "strip", z.ZodTypeAny, {
|
|
258
|
+
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
259
|
+
}, {
|
|
260
|
+
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
261
|
+
}>, "Underflow" | "Overflow" | "DivisionByZero", {
|
|
262
|
+
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
263
|
+
}>;
|
|
264
|
+
}, "strip", z.ZodTypeAny, {
|
|
265
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
266
|
+
__kind: "Arithmetic";
|
|
267
|
+
}, {
|
|
268
|
+
value: {
|
|
269
|
+
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
270
|
+
};
|
|
271
|
+
__kind: "Arithmetic";
|
|
272
|
+
}>, z.ZodObject<{
|
|
273
|
+
__kind: z.ZodLiteral<"Transactional">;
|
|
274
|
+
value: z.ZodEffects<z.ZodObject<{
|
|
275
|
+
__kind: z.ZodEnum<["LimitReached", "NoLayer"]>;
|
|
276
|
+
}, "strip", z.ZodTypeAny, {
|
|
277
|
+
__kind: "LimitReached" | "NoLayer";
|
|
278
|
+
}, {
|
|
279
|
+
__kind: "LimitReached" | "NoLayer";
|
|
280
|
+
}>, "LimitReached" | "NoLayer", {
|
|
281
|
+
__kind: "LimitReached" | "NoLayer";
|
|
282
|
+
}>;
|
|
283
|
+
}, "strip", z.ZodTypeAny, {
|
|
284
|
+
value: "LimitReached" | "NoLayer";
|
|
285
|
+
__kind: "Transactional";
|
|
286
|
+
}, {
|
|
287
|
+
value: {
|
|
288
|
+
__kind: "LimitReached" | "NoLayer";
|
|
289
|
+
};
|
|
290
|
+
__kind: "Transactional";
|
|
291
|
+
}>, z.ZodObject<{
|
|
292
|
+
__kind: z.ZodLiteral<"Exhausted">;
|
|
293
|
+
}, "strip", z.ZodTypeAny, {
|
|
294
|
+
__kind: "Exhausted";
|
|
295
|
+
}, {
|
|
296
|
+
__kind: "Exhausted";
|
|
297
|
+
}>, z.ZodObject<{
|
|
298
|
+
__kind: z.ZodLiteral<"Corruption">;
|
|
299
|
+
}, "strip", z.ZodTypeAny, {
|
|
300
|
+
__kind: "Corruption";
|
|
301
|
+
}, {
|
|
302
|
+
__kind: "Corruption";
|
|
303
|
+
}>, z.ZodObject<{
|
|
304
|
+
__kind: z.ZodLiteral<"Unavailable">;
|
|
305
|
+
}, "strip", z.ZodTypeAny, {
|
|
306
|
+
__kind: "Unavailable";
|
|
307
|
+
}, {
|
|
308
|
+
__kind: "Unavailable";
|
|
309
|
+
}>, z.ZodObject<{
|
|
310
|
+
__kind: z.ZodLiteral<"RootNotAllowed">;
|
|
311
|
+
}, "strip", z.ZodTypeAny, {
|
|
312
|
+
__kind: "RootNotAllowed";
|
|
313
|
+
}, {
|
|
314
|
+
__kind: "RootNotAllowed";
|
|
315
|
+
}>]>;
|
|
316
|
+
}, "strip", z.ZodTypeAny, {
|
|
317
|
+
value: {
|
|
318
|
+
__kind: "Other";
|
|
319
|
+
} | {
|
|
320
|
+
__kind: "CannotLookup";
|
|
321
|
+
} | {
|
|
322
|
+
__kind: "BadOrigin";
|
|
323
|
+
} | {
|
|
324
|
+
value: {
|
|
325
|
+
index: number;
|
|
326
|
+
error: `0x${string}`;
|
|
327
|
+
};
|
|
328
|
+
__kind: "Module";
|
|
329
|
+
} | {
|
|
330
|
+
__kind: "ConsumerRemaining";
|
|
331
|
+
} | {
|
|
332
|
+
__kind: "NoProviders";
|
|
333
|
+
} | {
|
|
334
|
+
__kind: "TooManyConsumers";
|
|
335
|
+
} | {
|
|
336
|
+
value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
337
|
+
__kind: "Token";
|
|
338
|
+
} | {
|
|
339
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
340
|
+
__kind: "Arithmetic";
|
|
341
|
+
} | {
|
|
342
|
+
value: "LimitReached" | "NoLayer";
|
|
343
|
+
__kind: "Transactional";
|
|
344
|
+
} | {
|
|
345
|
+
__kind: "Exhausted";
|
|
346
|
+
} | {
|
|
347
|
+
__kind: "Corruption";
|
|
348
|
+
} | {
|
|
349
|
+
__kind: "Unavailable";
|
|
350
|
+
} | {
|
|
351
|
+
__kind: "RootNotAllowed";
|
|
352
|
+
};
|
|
353
|
+
__kind: "DispatchError";
|
|
354
|
+
}, {
|
|
355
|
+
value: {
|
|
356
|
+
__kind: "Other";
|
|
357
|
+
} | {
|
|
358
|
+
__kind: "CannotLookup";
|
|
359
|
+
} | {
|
|
360
|
+
__kind: "BadOrigin";
|
|
361
|
+
} | {
|
|
362
|
+
value: {
|
|
363
|
+
index: number;
|
|
364
|
+
error: string;
|
|
365
|
+
};
|
|
366
|
+
__kind: "Module";
|
|
367
|
+
} | {
|
|
368
|
+
__kind: "ConsumerRemaining";
|
|
369
|
+
} | {
|
|
370
|
+
__kind: "NoProviders";
|
|
371
|
+
} | {
|
|
372
|
+
__kind: "TooManyConsumers";
|
|
373
|
+
} | {
|
|
374
|
+
value: {
|
|
375
|
+
__kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
376
|
+
};
|
|
377
|
+
__kind: "Token";
|
|
378
|
+
} | {
|
|
379
|
+
value: {
|
|
380
|
+
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
381
|
+
};
|
|
382
|
+
__kind: "Arithmetic";
|
|
383
|
+
} | {
|
|
384
|
+
value: {
|
|
385
|
+
__kind: "LimitReached" | "NoLayer";
|
|
386
|
+
};
|
|
387
|
+
__kind: "Transactional";
|
|
388
|
+
} | {
|
|
389
|
+
__kind: "Exhausted";
|
|
390
|
+
} | {
|
|
391
|
+
__kind: "Corruption";
|
|
392
|
+
} | {
|
|
393
|
+
__kind: "Unavailable";
|
|
394
|
+
} | {
|
|
395
|
+
__kind: "RootNotAllowed";
|
|
396
|
+
};
|
|
397
|
+
__kind: "DispatchError";
|
|
398
|
+
}>]>;
|
|
399
|
+
}, "strip", z.ZodTypeAny, {
|
|
400
|
+
error: {
|
|
401
|
+
__kind: "NotRequired";
|
|
402
|
+
} | {
|
|
403
|
+
__kind: "UnsupportedToken";
|
|
404
|
+
} | {
|
|
405
|
+
__kind: "VaultAccountNotSet";
|
|
406
|
+
} | {
|
|
407
|
+
__kind: "AggKeyNotSet";
|
|
408
|
+
} | {
|
|
409
|
+
__kind: "UtxoSelectionFailed";
|
|
410
|
+
} | {
|
|
411
|
+
value: {
|
|
412
|
+
__kind: "CannotLookupApiEnvironment";
|
|
413
|
+
} | {
|
|
414
|
+
__kind: "CannotLookupCurrentAggKey";
|
|
415
|
+
} | {
|
|
416
|
+
__kind: "CannotLookupComputePrice";
|
|
417
|
+
} | {
|
|
418
|
+
__kind: "NoNonceAccountsSet";
|
|
419
|
+
} | {
|
|
420
|
+
__kind: "NoAvailableNonceAccount";
|
|
421
|
+
} | {
|
|
422
|
+
value: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
423
|
+
__kind: "FailedToDeriveAddress";
|
|
424
|
+
} | {
|
|
425
|
+
value: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts";
|
|
426
|
+
__kind: "InvalidCcm";
|
|
427
|
+
} | {
|
|
428
|
+
__kind: "FailedToSerializeFinalTransaction";
|
|
429
|
+
} | {
|
|
430
|
+
value: number;
|
|
431
|
+
__kind: "FinalTransactionExceededMaxLength";
|
|
432
|
+
};
|
|
433
|
+
__kind: "FailedToBuildSolanaTransaction";
|
|
434
|
+
} | {
|
|
435
|
+
value: {
|
|
436
|
+
__kind: "Other";
|
|
437
|
+
} | {
|
|
438
|
+
__kind: "CannotLookup";
|
|
439
|
+
} | {
|
|
440
|
+
__kind: "BadOrigin";
|
|
441
|
+
} | {
|
|
442
|
+
value: {
|
|
443
|
+
index: number;
|
|
444
|
+
error: `0x${string}`;
|
|
445
|
+
};
|
|
446
|
+
__kind: "Module";
|
|
447
|
+
} | {
|
|
448
|
+
__kind: "ConsumerRemaining";
|
|
449
|
+
} | {
|
|
450
|
+
__kind: "NoProviders";
|
|
451
|
+
} | {
|
|
452
|
+
__kind: "TooManyConsumers";
|
|
453
|
+
} | {
|
|
454
|
+
value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
455
|
+
__kind: "Token";
|
|
456
|
+
} | {
|
|
457
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
458
|
+
__kind: "Arithmetic";
|
|
459
|
+
} | {
|
|
460
|
+
value: "LimitReached" | "NoLayer";
|
|
461
|
+
__kind: "Transactional";
|
|
462
|
+
} | {
|
|
463
|
+
__kind: "Exhausted";
|
|
464
|
+
} | {
|
|
465
|
+
__kind: "Corruption";
|
|
466
|
+
} | {
|
|
467
|
+
__kind: "Unavailable";
|
|
468
|
+
} | {
|
|
469
|
+
__kind: "RootNotAllowed";
|
|
470
|
+
};
|
|
471
|
+
__kind: "DispatchError";
|
|
472
|
+
};
|
|
473
|
+
}, {
|
|
474
|
+
error: {
|
|
475
|
+
__kind: "NotRequired";
|
|
476
|
+
} | {
|
|
477
|
+
__kind: "UnsupportedToken";
|
|
478
|
+
} | {
|
|
479
|
+
__kind: "VaultAccountNotSet";
|
|
480
|
+
} | {
|
|
481
|
+
__kind: "AggKeyNotSet";
|
|
482
|
+
} | {
|
|
483
|
+
__kind: "UtxoSelectionFailed";
|
|
484
|
+
} | {
|
|
485
|
+
value: {
|
|
486
|
+
__kind: "CannotLookupApiEnvironment";
|
|
487
|
+
} | {
|
|
488
|
+
__kind: "CannotLookupCurrentAggKey";
|
|
489
|
+
} | {
|
|
490
|
+
__kind: "CannotLookupComputePrice";
|
|
491
|
+
} | {
|
|
492
|
+
__kind: "NoNonceAccountsSet";
|
|
493
|
+
} | {
|
|
494
|
+
__kind: "NoAvailableNonceAccount";
|
|
495
|
+
} | {
|
|
496
|
+
value: {
|
|
497
|
+
__kind: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
498
|
+
};
|
|
499
|
+
__kind: "FailedToDeriveAddress";
|
|
500
|
+
} | {
|
|
501
|
+
value: {
|
|
502
|
+
__kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts";
|
|
503
|
+
};
|
|
504
|
+
__kind: "InvalidCcm";
|
|
505
|
+
} | {
|
|
506
|
+
__kind: "FailedToSerializeFinalTransaction";
|
|
507
|
+
} | {
|
|
508
|
+
value: number;
|
|
509
|
+
__kind: "FinalTransactionExceededMaxLength";
|
|
510
|
+
};
|
|
511
|
+
__kind: "FailedToBuildSolanaTransaction";
|
|
512
|
+
} | {
|
|
513
|
+
value: {
|
|
514
|
+
__kind: "Other";
|
|
515
|
+
} | {
|
|
516
|
+
__kind: "CannotLookup";
|
|
517
|
+
} | {
|
|
518
|
+
__kind: "BadOrigin";
|
|
519
|
+
} | {
|
|
520
|
+
value: {
|
|
521
|
+
index: number;
|
|
522
|
+
error: string;
|
|
523
|
+
};
|
|
524
|
+
__kind: "Module";
|
|
525
|
+
} | {
|
|
526
|
+
__kind: "ConsumerRemaining";
|
|
527
|
+
} | {
|
|
528
|
+
__kind: "NoProviders";
|
|
529
|
+
} | {
|
|
530
|
+
__kind: "TooManyConsumers";
|
|
531
|
+
} | {
|
|
532
|
+
value: {
|
|
533
|
+
__kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
534
|
+
};
|
|
535
|
+
__kind: "Token";
|
|
536
|
+
} | {
|
|
537
|
+
value: {
|
|
538
|
+
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
539
|
+
};
|
|
540
|
+
__kind: "Arithmetic";
|
|
541
|
+
} | {
|
|
542
|
+
value: {
|
|
543
|
+
__kind: "LimitReached" | "NoLayer";
|
|
544
|
+
};
|
|
545
|
+
__kind: "Transactional";
|
|
546
|
+
} | {
|
|
547
|
+
__kind: "Exhausted";
|
|
548
|
+
} | {
|
|
549
|
+
__kind: "Corruption";
|
|
550
|
+
} | {
|
|
551
|
+
__kind: "Unavailable";
|
|
552
|
+
} | {
|
|
553
|
+
__kind: "RootNotAllowed";
|
|
554
|
+
};
|
|
555
|
+
__kind: "DispatchError";
|
|
556
|
+
};
|
|
557
|
+
}>;
|
|
558
|
+
|
|
559
|
+
export { polkadotIngressEgressFailedToBuildAllBatchCall };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// generated/180/polkadotIngressEgress/failedToBuildAllBatchCall.ts
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
import { cfChainsAllBatchError } from "../common.mjs";
|
|
4
|
+
var polkadotIngressEgressFailedToBuildAllBatchCall = z.object({
|
|
5
|
+
error: cfChainsAllBatchError
|
|
6
|
+
});
|
|
7
|
+
export {
|
|
8
|
+
polkadotIngressEgressFailedToBuildAllBatchCall
|
|
9
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});// generated/180/polkadotIngressEgress/insufficientBoostLiquidity.ts
|
|
2
|
+
var _zod = require('zod');
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
var _commoncjs = require('../common.cjs');
|
|
8
|
+
var polkadotIngressEgressInsufficientBoostLiquidity = _zod.z.object({
|
|
9
|
+
prewitnessedDepositId: _commoncjs.numberOrHex,
|
|
10
|
+
asset: _commoncjs.cfPrimitivesChainsAssetsDotAsset,
|
|
11
|
+
amountAttempted: _commoncjs.numberOrHex,
|
|
12
|
+
channelId: _commoncjs.numberOrHex.nullish(),
|
|
13
|
+
originType: _commoncjs.cfChainsDepositOriginType
|
|
14
|
+
});
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
exports.polkadotIngressEgressInsufficientBoostLiquidity = polkadotIngressEgressInsufficientBoostLiquidity;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
|
|
3
|
+
declare const polkadotIngressEgressInsufficientBoostLiquidity: z.ZodObject<{
|
|
4
|
+
prewitnessedDepositId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
5
|
+
asset: z.ZodEffects<z.ZodObject<{
|
|
6
|
+
__kind: z.ZodEnum<["Dot"]>;
|
|
7
|
+
}, "strip", z.ZodTypeAny, {
|
|
8
|
+
__kind: "Dot";
|
|
9
|
+
}, {
|
|
10
|
+
__kind: "Dot";
|
|
11
|
+
}>, "Dot", {
|
|
12
|
+
__kind: "Dot";
|
|
13
|
+
}>;
|
|
14
|
+
amountAttempted: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
15
|
+
channelId: 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>>>;
|
|
16
|
+
originType: z.ZodEffects<z.ZodObject<{
|
|
17
|
+
__kind: z.ZodEnum<["DepositChannel", "Vault"]>;
|
|
18
|
+
}, "strip", z.ZodTypeAny, {
|
|
19
|
+
__kind: "DepositChannel" | "Vault";
|
|
20
|
+
}, {
|
|
21
|
+
__kind: "DepositChannel" | "Vault";
|
|
22
|
+
}>, "DepositChannel" | "Vault", {
|
|
23
|
+
__kind: "DepositChannel" | "Vault";
|
|
24
|
+
}>;
|
|
25
|
+
}, "strip", z.ZodTypeAny, {
|
|
26
|
+
prewitnessedDepositId: bigint;
|
|
27
|
+
asset: "Dot";
|
|
28
|
+
originType: "DepositChannel" | "Vault";
|
|
29
|
+
amountAttempted: bigint;
|
|
30
|
+
channelId?: bigint | null | undefined;
|
|
31
|
+
}, {
|
|
32
|
+
prewitnessedDepositId: string | number;
|
|
33
|
+
asset: {
|
|
34
|
+
__kind: "Dot";
|
|
35
|
+
};
|
|
36
|
+
originType: {
|
|
37
|
+
__kind: "DepositChannel" | "Vault";
|
|
38
|
+
};
|
|
39
|
+
amountAttempted: string | number;
|
|
40
|
+
channelId?: string | number | null | undefined;
|
|
41
|
+
}>;
|
|
42
|
+
|
|
43
|
+
export { polkadotIngressEgressInsufficientBoostLiquidity };
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
|
|
3
|
+
declare const polkadotIngressEgressInsufficientBoostLiquidity: z.ZodObject<{
|
|
4
|
+
prewitnessedDepositId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
5
|
+
asset: z.ZodEffects<z.ZodObject<{
|
|
6
|
+
__kind: z.ZodEnum<["Dot"]>;
|
|
7
|
+
}, "strip", z.ZodTypeAny, {
|
|
8
|
+
__kind: "Dot";
|
|
9
|
+
}, {
|
|
10
|
+
__kind: "Dot";
|
|
11
|
+
}>, "Dot", {
|
|
12
|
+
__kind: "Dot";
|
|
13
|
+
}>;
|
|
14
|
+
amountAttempted: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
15
|
+
channelId: 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>>>;
|
|
16
|
+
originType: z.ZodEffects<z.ZodObject<{
|
|
17
|
+
__kind: z.ZodEnum<["DepositChannel", "Vault"]>;
|
|
18
|
+
}, "strip", z.ZodTypeAny, {
|
|
19
|
+
__kind: "DepositChannel" | "Vault";
|
|
20
|
+
}, {
|
|
21
|
+
__kind: "DepositChannel" | "Vault";
|
|
22
|
+
}>, "DepositChannel" | "Vault", {
|
|
23
|
+
__kind: "DepositChannel" | "Vault";
|
|
24
|
+
}>;
|
|
25
|
+
}, "strip", z.ZodTypeAny, {
|
|
26
|
+
prewitnessedDepositId: bigint;
|
|
27
|
+
asset: "Dot";
|
|
28
|
+
originType: "DepositChannel" | "Vault";
|
|
29
|
+
amountAttempted: bigint;
|
|
30
|
+
channelId?: bigint | null | undefined;
|
|
31
|
+
}, {
|
|
32
|
+
prewitnessedDepositId: string | number;
|
|
33
|
+
asset: {
|
|
34
|
+
__kind: "Dot";
|
|
35
|
+
};
|
|
36
|
+
originType: {
|
|
37
|
+
__kind: "DepositChannel" | "Vault";
|
|
38
|
+
};
|
|
39
|
+
amountAttempted: string | number;
|
|
40
|
+
channelId?: string | number | null | undefined;
|
|
41
|
+
}>;
|
|
42
|
+
|
|
43
|
+
export { polkadotIngressEgressInsufficientBoostLiquidity };
|