@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,17 @@
|
|
|
1
|
+
// generated/180/solanaIngressEgress/insufficientBoostLiquidity.ts
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
import {
|
|
4
|
+
cfChainsDepositOriginType,
|
|
5
|
+
cfPrimitivesChainsAssetsSolAsset,
|
|
6
|
+
numberOrHex
|
|
7
|
+
} from "../common.mjs";
|
|
8
|
+
var solanaIngressEgressInsufficientBoostLiquidity = z.object({
|
|
9
|
+
prewitnessedDepositId: numberOrHex,
|
|
10
|
+
asset: cfPrimitivesChainsAssetsSolAsset,
|
|
11
|
+
amountAttempted: numberOrHex,
|
|
12
|
+
channelId: numberOrHex.nullish(),
|
|
13
|
+
originType: cfChainsDepositOriginType
|
|
14
|
+
});
|
|
15
|
+
export {
|
|
16
|
+
solanaIngressEgressInsufficientBoostLiquidity
|
|
17
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});// generated/180/solanaIngressEgress/networkFeeDeductionFromBoostSet.ts
|
|
2
|
+
var _zod = require('zod');
|
|
3
|
+
var solanaIngressEgressNetworkFeeDeductionFromBoostSet = _zod.z.object({
|
|
4
|
+
deductionPercent: _zod.z.number()
|
|
5
|
+
});
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
exports.solanaIngressEgressNetworkFeeDeductionFromBoostSet = solanaIngressEgressNetworkFeeDeductionFromBoostSet;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
|
|
3
|
+
declare const solanaIngressEgressNetworkFeeDeductionFromBoostSet: z.ZodObject<{
|
|
4
|
+
deductionPercent: z.ZodNumber;
|
|
5
|
+
}, "strip", z.ZodTypeAny, {
|
|
6
|
+
deductionPercent: number;
|
|
7
|
+
}, {
|
|
8
|
+
deductionPercent: number;
|
|
9
|
+
}>;
|
|
10
|
+
|
|
11
|
+
export { solanaIngressEgressNetworkFeeDeductionFromBoostSet };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
|
|
3
|
+
declare const solanaIngressEgressNetworkFeeDeductionFromBoostSet: z.ZodObject<{
|
|
4
|
+
deductionPercent: z.ZodNumber;
|
|
5
|
+
}, "strip", z.ZodTypeAny, {
|
|
6
|
+
deductionPercent: number;
|
|
7
|
+
}, {
|
|
8
|
+
deductionPercent: number;
|
|
9
|
+
}>;
|
|
10
|
+
|
|
11
|
+
export { solanaIngressEgressNetworkFeeDeductionFromBoostSet };
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
// generated/180/solanaIngressEgress/networkFeeDeductionFromBoostSet.ts
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
var solanaIngressEgressNetworkFeeDeductionFromBoostSet = z.object({
|
|
4
|
+
deductionPercent: z.number()
|
|
5
|
+
});
|
|
6
|
+
export {
|
|
7
|
+
solanaIngressEgressNetworkFeeDeductionFromBoostSet
|
|
8
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});// generated/180/solanaIngressEgress/transactionRejectionRequestExpired.ts
|
|
2
|
+
var _zod = require('zod');
|
|
3
|
+
var _commoncjs = require('../common.cjs');
|
|
4
|
+
var solanaIngressEgressTransactionRejectionRequestExpired = _zod.z.object({
|
|
5
|
+
accountId: _commoncjs.accountId,
|
|
6
|
+
txId: _zod.z.tuple([_commoncjs.hexString, _commoncjs.numberOrHex])
|
|
7
|
+
});
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
exports.solanaIngressEgressTransactionRejectionRequestExpired = solanaIngressEgressTransactionRejectionRequestExpired;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
|
|
3
|
+
declare const solanaIngressEgressTransactionRejectionRequestExpired: z.ZodObject<{
|
|
4
|
+
accountId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
5
|
+
txId: z.ZodTuple<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>], null>;
|
|
6
|
+
}, "strip", z.ZodTypeAny, {
|
|
7
|
+
txId: [`0x${string}`, bigint];
|
|
8
|
+
accountId: string;
|
|
9
|
+
}, {
|
|
10
|
+
txId: [string, string | number];
|
|
11
|
+
accountId: string;
|
|
12
|
+
}>;
|
|
13
|
+
|
|
14
|
+
export { solanaIngressEgressTransactionRejectionRequestExpired };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
|
|
3
|
+
declare const solanaIngressEgressTransactionRejectionRequestExpired: z.ZodObject<{
|
|
4
|
+
accountId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
5
|
+
txId: z.ZodTuple<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>], null>;
|
|
6
|
+
}, "strip", z.ZodTypeAny, {
|
|
7
|
+
txId: [`0x${string}`, bigint];
|
|
8
|
+
accountId: string;
|
|
9
|
+
}, {
|
|
10
|
+
txId: [string, string | number];
|
|
11
|
+
accountId: string;
|
|
12
|
+
}>;
|
|
13
|
+
|
|
14
|
+
export { solanaIngressEgressTransactionRejectionRequestExpired };
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
// generated/180/solanaIngressEgress/transactionRejectionRequestExpired.ts
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
import { accountId, hexString, numberOrHex } from "../common.mjs";
|
|
4
|
+
var solanaIngressEgressTransactionRejectionRequestExpired = z.object({
|
|
5
|
+
accountId,
|
|
6
|
+
txId: z.tuple([hexString, numberOrHex])
|
|
7
|
+
});
|
|
8
|
+
export {
|
|
9
|
+
solanaIngressEgressTransactionRejectionRequestExpired
|
|
10
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});// generated/180/solanaIngressEgress/transactionRejectionRequestReceived.ts
|
|
2
|
+
var _zod = require('zod');
|
|
3
|
+
var _commoncjs = require('../common.cjs');
|
|
4
|
+
var solanaIngressEgressTransactionRejectionRequestReceived = _zod.z.object({
|
|
5
|
+
accountId: _commoncjs.accountId,
|
|
6
|
+
txId: _zod.z.tuple([_commoncjs.hexString, _commoncjs.numberOrHex]),
|
|
7
|
+
expiresAt: _zod.z.number()
|
|
8
|
+
});
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
exports.solanaIngressEgressTransactionRejectionRequestReceived = solanaIngressEgressTransactionRejectionRequestReceived;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
|
|
3
|
+
declare const solanaIngressEgressTransactionRejectionRequestReceived: z.ZodObject<{
|
|
4
|
+
accountId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
5
|
+
txId: z.ZodTuple<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>], null>;
|
|
6
|
+
expiresAt: z.ZodNumber;
|
|
7
|
+
}, "strip", z.ZodTypeAny, {
|
|
8
|
+
txId: [`0x${string}`, bigint];
|
|
9
|
+
accountId: string;
|
|
10
|
+
expiresAt: number;
|
|
11
|
+
}, {
|
|
12
|
+
txId: [string, string | number];
|
|
13
|
+
accountId: string;
|
|
14
|
+
expiresAt: number;
|
|
15
|
+
}>;
|
|
16
|
+
|
|
17
|
+
export { solanaIngressEgressTransactionRejectionRequestReceived };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
|
|
3
|
+
declare const solanaIngressEgressTransactionRejectionRequestReceived: z.ZodObject<{
|
|
4
|
+
accountId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
5
|
+
txId: z.ZodTuple<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>], null>;
|
|
6
|
+
expiresAt: z.ZodNumber;
|
|
7
|
+
}, "strip", z.ZodTypeAny, {
|
|
8
|
+
txId: [`0x${string}`, bigint];
|
|
9
|
+
accountId: string;
|
|
10
|
+
expiresAt: number;
|
|
11
|
+
}, {
|
|
12
|
+
txId: [string, string | number];
|
|
13
|
+
accountId: string;
|
|
14
|
+
expiresAt: number;
|
|
15
|
+
}>;
|
|
16
|
+
|
|
17
|
+
export { solanaIngressEgressTransactionRejectionRequestReceived };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
// generated/180/solanaIngressEgress/transactionRejectionRequestReceived.ts
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
import { accountId, hexString, numberOrHex } from "../common.mjs";
|
|
4
|
+
var solanaIngressEgressTransactionRejectionRequestReceived = z.object({
|
|
5
|
+
accountId,
|
|
6
|
+
txId: z.tuple([hexString, numberOrHex]),
|
|
7
|
+
expiresAt: z.number()
|
|
8
|
+
});
|
|
9
|
+
export {
|
|
10
|
+
solanaIngressEgressTransactionRejectionRequestReceived
|
|
11
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});// generated/180/solanaIngressEgress/unknownAffiliate.ts
|
|
2
|
+
var _zod = require('zod');
|
|
3
|
+
var _commoncjs = require('../common.cjs');
|
|
4
|
+
var solanaIngressEgressUnknownAffiliate = _zod.z.object({
|
|
5
|
+
brokerId: _commoncjs.accountId,
|
|
6
|
+
shortAffiliateId: _zod.z.number()
|
|
7
|
+
});
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
exports.solanaIngressEgressUnknownAffiliate = solanaIngressEgressUnknownAffiliate;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
|
|
3
|
+
declare const solanaIngressEgressUnknownAffiliate: z.ZodObject<{
|
|
4
|
+
brokerId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
5
|
+
shortAffiliateId: z.ZodNumber;
|
|
6
|
+
}, "strip", z.ZodTypeAny, {
|
|
7
|
+
brokerId: string;
|
|
8
|
+
shortAffiliateId: number;
|
|
9
|
+
}, {
|
|
10
|
+
brokerId: string;
|
|
11
|
+
shortAffiliateId: number;
|
|
12
|
+
}>;
|
|
13
|
+
|
|
14
|
+
export { solanaIngressEgressUnknownAffiliate };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
|
|
3
|
+
declare const solanaIngressEgressUnknownAffiliate: z.ZodObject<{
|
|
4
|
+
brokerId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
5
|
+
shortAffiliateId: z.ZodNumber;
|
|
6
|
+
}, "strip", z.ZodTypeAny, {
|
|
7
|
+
brokerId: string;
|
|
8
|
+
shortAffiliateId: number;
|
|
9
|
+
}, {
|
|
10
|
+
brokerId: string;
|
|
11
|
+
shortAffiliateId: number;
|
|
12
|
+
}>;
|
|
13
|
+
|
|
14
|
+
export { solanaIngressEgressUnknownAffiliate };
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
// generated/180/solanaIngressEgress/unknownAffiliate.ts
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
import { accountId } from "../common.mjs";
|
|
4
|
+
var solanaIngressEgressUnknownAffiliate = z.object({
|
|
5
|
+
brokerId: accountId,
|
|
6
|
+
shortAffiliateId: z.number()
|
|
7
|
+
});
|
|
8
|
+
export {
|
|
9
|
+
solanaIngressEgressUnknownAffiliate
|
|
10
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});// generated/180/solanaIngressEgress/unknownBroker.ts
|
|
2
|
+
var _zod = require('zod');
|
|
3
|
+
var _commoncjs = require('../common.cjs');
|
|
4
|
+
var solanaIngressEgressUnknownBroker = _zod.z.object({ brokerId: _commoncjs.accountId });
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
exports.solanaIngressEgressUnknownBroker = solanaIngressEgressUnknownBroker;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
|
|
3
|
+
declare const solanaIngressEgressUnknownBroker: z.ZodObject<{
|
|
4
|
+
brokerId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
5
|
+
}, "strip", z.ZodTypeAny, {
|
|
6
|
+
brokerId: string;
|
|
7
|
+
}, {
|
|
8
|
+
brokerId: string;
|
|
9
|
+
}>;
|
|
10
|
+
|
|
11
|
+
export { solanaIngressEgressUnknownBroker };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
|
|
3
|
+
declare const solanaIngressEgressUnknownBroker: z.ZodObject<{
|
|
4
|
+
brokerId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
5
|
+
}, "strip", z.ZodTypeAny, {
|
|
6
|
+
brokerId: string;
|
|
7
|
+
}, {
|
|
8
|
+
brokerId: string;
|
|
9
|
+
}>;
|
|
10
|
+
|
|
11
|
+
export { solanaIngressEgressUnknownBroker };
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});// generated/180/swapping/affiliateRegistrationUpdated.ts
|
|
2
|
+
var _zod = require('zod');
|
|
3
|
+
var _commoncjs = require('../common.cjs');
|
|
4
|
+
var swappingAffiliateRegistrationUpdated = _zod.z.object({
|
|
5
|
+
brokerId: _commoncjs.accountId,
|
|
6
|
+
affiliateShortId: _zod.z.number(),
|
|
7
|
+
affiliateId: _commoncjs.accountId,
|
|
8
|
+
previousAffiliateId: _commoncjs.accountId.nullish()
|
|
9
|
+
});
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
exports.swappingAffiliateRegistrationUpdated = swappingAffiliateRegistrationUpdated;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
|
|
3
|
+
declare const swappingAffiliateRegistrationUpdated: z.ZodObject<{
|
|
4
|
+
brokerId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
5
|
+
affiliateShortId: z.ZodNumber;
|
|
6
|
+
affiliateId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
7
|
+
previousAffiliateId: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>>>;
|
|
8
|
+
}, "strip", z.ZodTypeAny, {
|
|
9
|
+
brokerId: string;
|
|
10
|
+
affiliateShortId: number;
|
|
11
|
+
affiliateId: string;
|
|
12
|
+
previousAffiliateId?: string | null | undefined;
|
|
13
|
+
}, {
|
|
14
|
+
brokerId: string;
|
|
15
|
+
affiliateShortId: number;
|
|
16
|
+
affiliateId: string;
|
|
17
|
+
previousAffiliateId?: string | null | undefined;
|
|
18
|
+
}>;
|
|
19
|
+
|
|
20
|
+
export { swappingAffiliateRegistrationUpdated };
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
|
|
3
|
+
declare const swappingAffiliateRegistrationUpdated: z.ZodObject<{
|
|
4
|
+
brokerId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
5
|
+
affiliateShortId: z.ZodNumber;
|
|
6
|
+
affiliateId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
7
|
+
previousAffiliateId: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>>>;
|
|
8
|
+
}, "strip", z.ZodTypeAny, {
|
|
9
|
+
brokerId: string;
|
|
10
|
+
affiliateShortId: number;
|
|
11
|
+
affiliateId: string;
|
|
12
|
+
previousAffiliateId?: string | null | undefined;
|
|
13
|
+
}, {
|
|
14
|
+
brokerId: string;
|
|
15
|
+
affiliateShortId: number;
|
|
16
|
+
affiliateId: string;
|
|
17
|
+
previousAffiliateId?: string | null | undefined;
|
|
18
|
+
}>;
|
|
19
|
+
|
|
20
|
+
export { swappingAffiliateRegistrationUpdated };
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// generated/180/swapping/affiliateRegistrationUpdated.ts
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
import { accountId } from "../common.mjs";
|
|
4
|
+
var swappingAffiliateRegistrationUpdated = z.object({
|
|
5
|
+
brokerId: accountId,
|
|
6
|
+
affiliateShortId: z.number(),
|
|
7
|
+
affiliateId: accountId,
|
|
8
|
+
previousAffiliateId: accountId.nullish()
|
|
9
|
+
});
|
|
10
|
+
export {
|
|
11
|
+
swappingAffiliateRegistrationUpdated
|
|
12
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});// generated/180/swapping/brokerBondSet.ts
|
|
2
|
+
var _zod = require('zod');
|
|
3
|
+
var _commoncjs = require('../common.cjs');
|
|
4
|
+
var swappingBrokerBondSet = _zod.z.object({ bond: _commoncjs.numberOrHex });
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
exports.swappingBrokerBondSet = swappingBrokerBondSet;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
|
|
3
|
+
declare const swappingBrokerBondSet: z.ZodObject<{
|
|
4
|
+
bond: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
5
|
+
}, "strip", z.ZodTypeAny, {
|
|
6
|
+
bond: bigint;
|
|
7
|
+
}, {
|
|
8
|
+
bond: string | number;
|
|
9
|
+
}>;
|
|
10
|
+
|
|
11
|
+
export { swappingBrokerBondSet };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
|
|
3
|
+
declare const swappingBrokerBondSet: z.ZodObject<{
|
|
4
|
+
bond: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
5
|
+
}, "strip", z.ZodTypeAny, {
|
|
6
|
+
bond: bigint;
|
|
7
|
+
}, {
|
|
8
|
+
bond: string | number;
|
|
9
|
+
}>;
|
|
10
|
+
|
|
11
|
+
export { swappingBrokerBondSet };
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});// generated/180/swapping/privateBrokerChannelClosed.ts
|
|
2
|
+
var _zod = require('zod');
|
|
3
|
+
var _commoncjs = require('../common.cjs');
|
|
4
|
+
var swappingPrivateBrokerChannelClosed = _zod.z.object({
|
|
5
|
+
brokerId: _commoncjs.accountId,
|
|
6
|
+
channelId: _commoncjs.numberOrHex
|
|
7
|
+
});
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
exports.swappingPrivateBrokerChannelClosed = swappingPrivateBrokerChannelClosed;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
|
|
3
|
+
declare const swappingPrivateBrokerChannelClosed: z.ZodObject<{
|
|
4
|
+
brokerId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
5
|
+
channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
6
|
+
}, "strip", z.ZodTypeAny, {
|
|
7
|
+
brokerId: string;
|
|
8
|
+
channelId: bigint;
|
|
9
|
+
}, {
|
|
10
|
+
brokerId: string;
|
|
11
|
+
channelId: string | number;
|
|
12
|
+
}>;
|
|
13
|
+
|
|
14
|
+
export { swappingPrivateBrokerChannelClosed };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
|
|
3
|
+
declare const swappingPrivateBrokerChannelClosed: z.ZodObject<{
|
|
4
|
+
brokerId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
5
|
+
channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
6
|
+
}, "strip", z.ZodTypeAny, {
|
|
7
|
+
brokerId: string;
|
|
8
|
+
channelId: bigint;
|
|
9
|
+
}, {
|
|
10
|
+
brokerId: string;
|
|
11
|
+
channelId: string | number;
|
|
12
|
+
}>;
|
|
13
|
+
|
|
14
|
+
export { swappingPrivateBrokerChannelClosed };
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
// generated/180/swapping/privateBrokerChannelClosed.ts
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
import { accountId, numberOrHex } from "../common.mjs";
|
|
4
|
+
var swappingPrivateBrokerChannelClosed = z.object({
|
|
5
|
+
brokerId: accountId,
|
|
6
|
+
channelId: numberOrHex
|
|
7
|
+
});
|
|
8
|
+
export {
|
|
9
|
+
swappingPrivateBrokerChannelClosed
|
|
10
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});// generated/180/swapping/privateBrokerChannelOpened.ts
|
|
2
|
+
var _zod = require('zod');
|
|
3
|
+
var _commoncjs = require('../common.cjs');
|
|
4
|
+
var swappingPrivateBrokerChannelOpened = _zod.z.object({
|
|
5
|
+
brokerId: _commoncjs.accountId,
|
|
6
|
+
channelId: _commoncjs.numberOrHex
|
|
7
|
+
});
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
exports.swappingPrivateBrokerChannelOpened = swappingPrivateBrokerChannelOpened;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
|
|
3
|
+
declare const swappingPrivateBrokerChannelOpened: z.ZodObject<{
|
|
4
|
+
brokerId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
5
|
+
channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
6
|
+
}, "strip", z.ZodTypeAny, {
|
|
7
|
+
brokerId: string;
|
|
8
|
+
channelId: bigint;
|
|
9
|
+
}, {
|
|
10
|
+
brokerId: string;
|
|
11
|
+
channelId: string | number;
|
|
12
|
+
}>;
|
|
13
|
+
|
|
14
|
+
export { swappingPrivateBrokerChannelOpened };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
|
|
3
|
+
declare const swappingPrivateBrokerChannelOpened: z.ZodObject<{
|
|
4
|
+
brokerId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
5
|
+
channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
6
|
+
}, "strip", z.ZodTypeAny, {
|
|
7
|
+
brokerId: string;
|
|
8
|
+
channelId: bigint;
|
|
9
|
+
}, {
|
|
10
|
+
brokerId: string;
|
|
11
|
+
channelId: string | number;
|
|
12
|
+
}>;
|
|
13
|
+
|
|
14
|
+
export { swappingPrivateBrokerChannelOpened };
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
// generated/180/swapping/privateBrokerChannelOpened.ts
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
import { accountId, numberOrHex } from "../common.mjs";
|
|
4
|
+
var swappingPrivateBrokerChannelOpened = z.object({
|
|
5
|
+
brokerId: accountId,
|
|
6
|
+
channelId: numberOrHex
|
|
7
|
+
});
|
|
8
|
+
export {
|
|
9
|
+
swappingPrivateBrokerChannelOpened
|
|
10
|
+
};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});// generated/180/swapping/swapDepositAddressReady.ts
|
|
2
|
+
var _zod = require('zod');
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
var _commoncjs = require('../common.cjs');
|
|
12
|
+
var swappingSwapDepositAddressReady = _zod.z.object({
|
|
13
|
+
depositAddress: _commoncjs.cfChainsAddressEncodedAddress,
|
|
14
|
+
destinationAddress: _commoncjs.cfChainsAddressEncodedAddress,
|
|
15
|
+
sourceAsset: _commoncjs.cfPrimitivesChainsAssetsAnyAsset,
|
|
16
|
+
destinationAsset: _commoncjs.cfPrimitivesChainsAssetsAnyAsset,
|
|
17
|
+
channelId: _commoncjs.numberOrHex,
|
|
18
|
+
brokerCommissionRate: _zod.z.number(),
|
|
19
|
+
channelMetadata: _commoncjs.cfChainsCcmChannelMetadata.nullish(),
|
|
20
|
+
sourceChainExpiryBlock: _commoncjs.numberOrHex,
|
|
21
|
+
boostFee: _zod.z.number(),
|
|
22
|
+
channelOpeningFee: _commoncjs.numberOrHex,
|
|
23
|
+
affiliateFees: _zod.z.array(_commoncjs.cfPrimitivesBeneficiaryAccountId32),
|
|
24
|
+
refundParameters: _commoncjs.cfChainsChannelRefundParametersGenericEncodedAddress.nullish(),
|
|
25
|
+
dcaParameters: _commoncjs.cfPrimitivesDcaParameters.nullish()
|
|
26
|
+
});
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
exports.swappingSwapDepositAddressReady = swappingSwapDepositAddressReady;
|