@chainflip/processor 2.1.0-beta.3 → 2.1.0-beta.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/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +2 -2
- package/dist/100/bitcoinBroadcaster/transactionBroadcastRequest.d.mts +2 -2
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.d.cts +2 -2
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.d.mts +2 -2
- package/dist/100/bitcoinIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/100/bitcoinIngressEgress/ccmBroadcastRequested.d.mts +2 -2
- package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.mts +4 -4
- package/dist/100/bitcoinIngressEgress/depositIgnored.d.cts +6 -6
- package/dist/100/bitcoinIngressEgress/depositIgnored.d.mts +6 -6
- package/dist/100/bitcoinIngressEgress/depositReceived.d.cts +6 -6
- package/dist/100/bitcoinIngressEgress/depositReceived.d.mts +6 -6
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.cts +12 -12
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.mts +12 -12
- package/dist/100/bitcoinIngressEgress/egressScheduled.d.cts +2 -2
- package/dist/100/bitcoinIngressEgress/egressScheduled.d.mts +2 -2
- package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.cts +2 -2
- package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.mts +2 -2
- package/dist/100/common.d.cts +27 -27
- package/dist/100/common.d.mts +27 -27
- package/dist/100/ethereumBroadcaster/transactionBroadcastRequest.d.cts +8 -8
- package/dist/100/ethereumBroadcaster/transactionBroadcastRequest.d.mts +8 -8
- package/dist/100/ethereumBroadcaster/transactionFeeDeficitRecorded.d.cts +2 -2
- package/dist/100/ethereumBroadcaster/transactionFeeDeficitRecorded.d.mts +2 -2
- package/dist/100/ethereumIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/100/ethereumIngressEgress/ccmBroadcastRequested.d.mts +2 -2
- package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.mts +4 -4
- package/dist/100/ethereumIngressEgress/depositIgnored.d.cts +4 -4
- package/dist/100/ethereumIngressEgress/depositIgnored.d.mts +4 -4
- package/dist/100/ethereumIngressEgress/depositReceived.d.cts +4 -4
- package/dist/100/ethereumIngressEgress/depositReceived.d.mts +4 -4
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.cts +8 -8
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.mts +8 -8
- package/dist/100/ethereumIngressEgress/egressScheduled.d.cts +2 -2
- package/dist/100/ethereumIngressEgress/egressScheduled.d.mts +2 -2
- package/dist/100/ethereumIngressEgress/vaultTransferFailed.d.cts +2 -2
- package/dist/100/ethereumIngressEgress/vaultTransferFailed.d.mts +2 -2
- package/dist/100/funding/boundExecutorAddress.d.cts +2 -2
- package/dist/100/funding/boundExecutorAddress.d.mts +2 -2
- package/dist/100/funding/boundRedeemAddress.d.cts +2 -2
- package/dist/100/funding/boundRedeemAddress.d.mts +2 -2
- package/dist/100/funding/funded.d.cts +2 -2
- package/dist/100/funding/funded.d.mts +2 -2
- package/dist/100/liquidityPools/assetSwapped.d.cts +12 -12
- package/dist/100/liquidityPools/assetSwapped.d.mts +12 -12
- package/dist/100/liquidityPools/limitOrderUpdated.d.cts +12 -12
- package/dist/100/liquidityPools/limitOrderUpdated.d.mts +12 -12
- package/dist/100/liquidityPools/newPoolCreated.d.cts +12 -12
- package/dist/100/liquidityPools/newPoolCreated.d.mts +12 -12
- package/dist/100/liquidityPools/poolFeeSet.d.cts +12 -12
- package/dist/100/liquidityPools/poolFeeSet.d.mts +12 -12
- package/dist/100/liquidityPools/poolStateUpdated.d.cts +12 -12
- package/dist/100/liquidityPools/poolStateUpdated.d.mts +12 -12
- package/dist/100/liquidityPools/rangeOrderUpdated.d.cts +12 -12
- package/dist/100/liquidityPools/rangeOrderUpdated.d.mts +12 -12
- package/dist/100/liquidityProvider/accountCredited.d.cts +6 -6
- package/dist/100/liquidityProvider/accountCredited.d.mts +6 -6
- package/dist/100/liquidityProvider/accountDebited.d.cts +6 -6
- package/dist/100/liquidityProvider/accountDebited.d.mts +6 -6
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.cts +14 -14
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.mts +14 -14
- package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.cts +2 -2
- package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.mts +2 -2
- package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.cts +12 -12
- package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.mts +12 -12
- package/dist/100/polkadotBroadcaster/transactionBroadcastRequest.d.cts +2 -2
- package/dist/100/polkadotBroadcaster/transactionBroadcastRequest.d.mts +2 -2
- package/dist/100/polkadotBroadcaster/transactionFeeDeficitRecorded.d.cts +2 -2
- package/dist/100/polkadotBroadcaster/transactionFeeDeficitRecorded.d.mts +2 -2
- package/dist/100/polkadotIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/100/polkadotIngressEgress/ccmBroadcastRequested.d.mts +2 -2
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.mts +4 -4
- package/dist/100/polkadotIngressEgress/depositIgnored.d.cts +4 -4
- package/dist/100/polkadotIngressEgress/depositIgnored.d.mts +4 -4
- package/dist/100/polkadotIngressEgress/depositReceived.d.cts +4 -4
- package/dist/100/polkadotIngressEgress/depositReceived.d.mts +4 -4
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.cts +8 -8
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.mts +8 -8
- package/dist/100/polkadotIngressEgress/egressScheduled.d.cts +2 -2
- package/dist/100/polkadotIngressEgress/egressScheduled.d.mts +2 -2
- package/dist/100/polkadotIngressEgress/vaultTransferFailed.d.cts +2 -2
- package/dist/100/polkadotIngressEgress/vaultTransferFailed.d.mts +2 -2
- package/dist/100/swapping/batchSwapFailed.d.cts +7 -7
- package/dist/100/swapping/batchSwapFailed.d.mts +7 -7
- package/dist/100/swapping/ccmDepositReceived.d.cts +6 -6
- package/dist/100/swapping/ccmDepositReceived.d.mts +6 -6
- package/dist/100/swapping/ccmFailed.d.cts +4 -4
- package/dist/100/swapping/ccmFailed.d.mts +4 -4
- package/dist/100/swapping/minimumSwapAmountSet.d.cts +7 -7
- package/dist/100/swapping/minimumSwapAmountSet.d.mts +7 -7
- package/dist/100/swapping/swapAmountTooLow.d.cts +20 -20
- package/dist/100/swapping/swapAmountTooLow.d.mts +20 -20
- package/dist/100/swapping/swapDepositAddressReady.d.cts +26 -26
- package/dist/100/swapping/swapDepositAddressReady.d.mts +26 -26
- package/dist/100/swapping/swapEgressScheduled.d.cts +8 -8
- package/dist/100/swapping/swapEgressScheduled.d.mts +8 -8
- package/dist/100/swapping/swapExecuted.d.cts +15 -15
- package/dist/100/swapping/swapExecuted.d.mts +15 -15
- package/dist/100/swapping/swapScheduled.d.cts +31 -31
- package/dist/100/swapping/swapScheduled.d.mts +31 -31
- package/dist/100/swapping/withdrawalRequested.d.cts +4 -4
- package/dist/100/swapping/withdrawalRequested.d.mts +4 -4
- package/dist/100/system/extrinsicFailed.d.cts +17 -17
- package/dist/100/system/extrinsicFailed.d.mts +17 -17
- package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.cts +26 -26
- package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.mts +26 -26
- package/dist/11000/arbitrumIngressEgress/depositFailed.d.cts +46 -46
- package/dist/11000/arbitrumIngressEgress/depositFailed.d.mts +46 -46
- package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +22 -22
- package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +22 -22
- package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.cts +26 -26
- package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.mts +26 -26
- package/dist/11000/assethubIngressEgress/depositFailed.d.cts +64 -64
- package/dist/11000/assethubIngressEgress/depositFailed.d.mts +64 -64
- package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +22 -22
- package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.mts +22 -22
- package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.cts +26 -26
- package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.mts +26 -26
- package/dist/11000/bitcoinIngressEgress/depositFailed.d.cts +52 -52
- package/dist/11000/bitcoinIngressEgress/depositFailed.d.mts +52 -52
- package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +22 -22
- package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +22 -22
- package/dist/11000/common.d.cts +522 -522
- package/dist/11000/common.d.mts +522 -522
- package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.d.cts +26 -26
- package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.d.mts +26 -26
- package/dist/11000/ethereumIngressEgress/depositFailed.d.cts +46 -46
- package/dist/11000/ethereumIngressEgress/depositFailed.d.mts +46 -46
- package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +22 -22
- package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +22 -22
- package/dist/11000/lendingPools/boostFundsAdded.d.cts +8 -8
- package/dist/11000/lendingPools/boostFundsAdded.d.mts +8 -8
- package/dist/11000/lendingPools/boostPoolCreated.d.cts +8 -8
- package/dist/11000/lendingPools/boostPoolCreated.d.mts +8 -8
- package/dist/11000/lendingPools/stoppedBoosting.d.cts +8 -8
- package/dist/11000/lendingPools/stoppedBoosting.d.mts +8 -8
- package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.cts +26 -26
- package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.mts +26 -26
- package/dist/11000/polkadotIngressEgress/depositFailed.d.cts +64 -64
- package/dist/11000/polkadotIngressEgress/depositFailed.d.mts +64 -64
- package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +22 -22
- package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +22 -22
- package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.cts +26 -26
- package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.mts +26 -26
- package/dist/11000/solanaIngressEgress/depositFailed.d.cts +46 -46
- package/dist/11000/solanaIngressEgress/depositFailed.d.mts +46 -46
- package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +22 -22
- package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +22 -22
- package/dist/11000/swapping/palletConfigUpdated.d.cts +32 -32
- package/dist/11000/swapping/palletConfigUpdated.d.mts +32 -32
- package/dist/11000/swapping/refundEgressScheduled.d.cts +15 -15
- package/dist/11000/swapping/refundEgressScheduled.d.mts +15 -15
- package/dist/11000/swapping/refundedOnChain.d.cts +8 -8
- package/dist/11000/swapping/refundedOnChain.d.mts +8 -8
- package/dist/11000/swapping/swapDepositAddressReady.d.cts +31 -31
- package/dist/11000/swapping/swapDepositAddressReady.d.mts +31 -31
- package/dist/11000/swapping/swapRequested.d.cts +40 -40
- package/dist/11000/swapping/swapRequested.d.mts +40 -40
- package/dist/11000/tradingStrategy/strategyDeployed.d.cts +24 -24
- package/dist/11000/tradingStrategy/strategyDeployed.d.mts +24 -24
- package/dist/111/liquidityPools/limitOrderUpdated.d.cts +4 -4
- package/dist/111/liquidityPools/limitOrderUpdated.d.mts +4 -4
- package/dist/111/liquidityPools/rangeOrderUpdated.d.cts +8 -8
- package/dist/111/liquidityPools/rangeOrderUpdated.d.mts +8 -8
- package/dist/11100/arbitrumIngressEgress/depositFailed.d.cts +170 -170
- package/dist/11100/arbitrumIngressEgress/depositFailed.d.mts +170 -170
- package/dist/11100/assethubIngressEgress/depositFailed.d.cts +170 -170
- package/dist/11100/assethubIngressEgress/depositFailed.d.mts +170 -170
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.cts +316 -316
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.mts +316 -316
- package/dist/11100/common.d.cts +2886 -2886
- package/dist/11100/common.d.mts +2886 -2886
- package/dist/11100/environment/runtimeSafeModeUpdated.d.cts +102 -102
- package/dist/11100/environment/runtimeSafeModeUpdated.d.mts +102 -102
- package/dist/11100/ethereumIngressEgress/depositFailed.d.cts +170 -170
- package/dist/11100/ethereumIngressEgress/depositFailed.d.mts +170 -170
- package/dist/11100/funding/sCCallCannotBeExecuted.d.cts +79 -79
- package/dist/11100/funding/sCCallCannotBeExecuted.d.mts +79 -79
- package/dist/11100/funding/sCCallExecuted.d.cts +24 -24
- package/dist/11100/funding/sCCallExecuted.d.mts +24 -24
- package/dist/11100/genericElections/electoralEvent.d.cts +16 -16
- package/dist/11100/genericElections/electoralEvent.d.mts +16 -16
- package/dist/11100/lendingPools/collateralAdded.d.cts +12 -12
- package/dist/11100/lendingPools/collateralAdded.d.mts +12 -12
- package/dist/11100/lendingPools/collateralRemoved.d.cts +12 -12
- package/dist/11100/lendingPools/collateralRemoved.d.mts +12 -12
- package/dist/11100/lendingPools/lendingFeeCollectionInitiated.d.cts +6 -6
- package/dist/11100/lendingPools/lendingFeeCollectionInitiated.d.mts +6 -6
- package/dist/11100/lendingPools/lendingFundsAdded.d.cts +6 -6
- package/dist/11100/lendingPools/lendingFundsAdded.d.mts +6 -6
- package/dist/11100/lendingPools/lendingFundsRemoved.d.cts +6 -6
- package/dist/11100/lendingPools/lendingFundsRemoved.d.mts +6 -6
- package/dist/11100/lendingPools/lendingPoolCreated.d.cts +6 -6
- package/dist/11100/lendingPools/lendingPoolCreated.d.mts +6 -6
- package/dist/11100/lendingPools/loanCreated.d.cts +8 -8
- package/dist/11100/lendingPools/loanCreated.d.mts +8 -8
- package/dist/11100/lendingPools/loanRepaid.d.cts +6 -6
- package/dist/11100/lendingPools/loanRepaid.d.mts +6 -6
- package/dist/11100/lendingPools/loanSettled.d.cts +6 -6
- package/dist/11100/lendingPools/loanSettled.d.mts +6 -6
- package/dist/11100/lendingPools/loanUpdated.d.cts +2 -2
- package/dist/11100/lendingPools/loanUpdated.d.mts +2 -2
- package/dist/11100/polkadotIngressEgress/depositFailed.d.cts +170 -170
- package/dist/11100/polkadotIngressEgress/depositFailed.d.mts +170 -170
- package/dist/11100/solanaIngressEgress/depositFailed.d.cts +170 -170
- package/dist/11100/solanaIngressEgress/depositFailed.d.mts +170 -170
- package/dist/11100/swapping/swapDepositAddressReady.d.cts +39 -39
- package/dist/11100/swapping/swapDepositAddressReady.d.mts +39 -39
- package/dist/11100/swapping/swapExecuted.d.cts +12 -12
- package/dist/11100/swapping/swapExecuted.d.mts +12 -12
- package/dist/11100/swapping/swapRequested.d.cts +384 -384
- package/dist/11100/swapping/swapRequested.d.mts +384 -384
- package/dist/11100/validator/maxBidUpdated.d.cts +8 -8
- package/dist/11100/validator/maxBidUpdated.d.mts +8 -8
- package/dist/11100/validator/rotationPhaseUpdated.d.cts +20 -20
- package/dist/11100/validator/rotationPhaseUpdated.d.mts +20 -20
- package/dist/11200/arbitrumIngressEgress/depositFailed.d.cts +16 -16
- package/dist/11200/arbitrumIngressEgress/depositFailed.d.mts +16 -16
- package/dist/11200/assethubIngressEgress/depositFailed.d.cts +16 -16
- package/dist/11200/assethubIngressEgress/depositFailed.d.mts +16 -16
- package/dist/11200/bitcoinIngressEgress/depositFailed.d.cts +16 -16
- package/dist/11200/bitcoinIngressEgress/depositFailed.d.mts +16 -16
- package/dist/11200/common.d.cts +173 -173
- package/dist/11200/common.d.mts +173 -173
- package/dist/11200/ethereumIngressEgress/depositFailed.d.cts +16 -16
- package/dist/11200/ethereumIngressEgress/depositFailed.d.mts +16 -16
- package/dist/11200/polkadotIngressEgress/depositFailed.d.cts +16 -16
- package/dist/11200/polkadotIngressEgress/depositFailed.d.mts +16 -16
- package/dist/11200/solanaIngressEgress/depositFailed.d.cts +16 -16
- package/dist/11200/solanaIngressEgress/depositFailed.d.mts +16 -16
- package/dist/11200/swapping/swapRequested.d.cts +30 -30
- package/dist/11200/swapping/swapRequested.d.mts +30 -30
- package/dist/120/common.d.cts +7 -7
- package/dist/120/common.d.mts +7 -7
- package/dist/120/liquidityProvider/liquidityDepositCredited.d.cts +6 -6
- package/dist/120/liquidityProvider/liquidityDepositCredited.d.mts +6 -6
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.cts +10 -10
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.mts +10 -10
- package/dist/120/swapping/ccmFailed.d.cts +8 -8
- package/dist/120/swapping/ccmFailed.d.mts +8 -8
- package/dist/120/swapping/swapEgressIgnored.d.cts +8 -8
- package/dist/120/swapping/swapEgressIgnored.d.mts +8 -8
- package/dist/120/swapping/swapEgressScheduled.d.cts +8 -8
- package/dist/120/swapping/swapEgressScheduled.d.mts +8 -8
- package/dist/120/swapping/swapExecuted.d.cts +14 -14
- package/dist/120/swapping/swapExecuted.d.mts +14 -14
- package/dist/120/swapping/withdrawalRequested.d.cts +4 -4
- package/dist/120/swapping/withdrawalRequested.d.mts +4 -4
- package/dist/131/common.d.cts +11 -11
- package/dist/131/common.d.mts +11 -11
- package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.mts +2 -2
- package/dist/131/liquidityPools/assetSwapped.d.cts +12 -12
- package/dist/131/liquidityPools/assetSwapped.d.mts +12 -12
- package/dist/131/liquidityPools/limitOrderUpdated.d.cts +16 -16
- package/dist/131/liquidityPools/limitOrderUpdated.d.mts +16 -16
- package/dist/131/liquidityPools/newPoolCreated.d.cts +12 -12
- package/dist/131/liquidityPools/newPoolCreated.d.mts +12 -12
- package/dist/131/liquidityPools/poolFeeSet.d.cts +12 -12
- package/dist/131/liquidityPools/poolFeeSet.d.mts +12 -12
- package/dist/131/liquidityPools/rangeOrderUpdated.d.cts +20 -20
- package/dist/131/liquidityPools/rangeOrderUpdated.d.mts +20 -20
- package/dist/131/liquidityProvider/accountCredited.d.cts +6 -6
- package/dist/131/liquidityProvider/accountCredited.d.mts +6 -6
- package/dist/131/liquidityProvider/accountDebited.d.cts +6 -6
- package/dist/131/liquidityProvider/accountDebited.d.mts +6 -6
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.cts +11 -11
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.mts +11 -11
- package/dist/131/liquidityProvider/liquidityDepositCredited.d.cts +6 -6
- package/dist/131/liquidityProvider/liquidityDepositCredited.d.mts +6 -6
- package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.cts +14 -14
- package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.mts +14 -14
- package/dist/131/swapping/batchSwapFailed.d.cts +6 -6
- package/dist/131/swapping/batchSwapFailed.d.mts +6 -6
- package/dist/131/swapping/ccmFailed.d.cts +38 -38
- package/dist/131/swapping/ccmFailed.d.mts +38 -38
- package/dist/131/swapping/maximumSwapAmountSet.d.cts +6 -6
- package/dist/131/swapping/maximumSwapAmountSet.d.mts +6 -6
- package/dist/131/swapping/swapAmountConfiscated.d.cts +12 -12
- package/dist/131/swapping/swapAmountConfiscated.d.mts +12 -12
- package/dist/131/swapping/swapDepositAddressReady.d.cts +24 -24
- package/dist/131/swapping/swapDepositAddressReady.d.mts +24 -24
- package/dist/131/swapping/swapEgressIgnored.d.cts +8 -8
- package/dist/131/swapping/swapEgressIgnored.d.mts +8 -8
- package/dist/131/swapping/swapEgressScheduled.d.cts +8 -8
- package/dist/131/swapping/swapEgressScheduled.d.mts +8 -8
- package/dist/131/swapping/swapExecuted.d.cts +12 -12
- package/dist/131/swapping/swapExecuted.d.mts +12 -12
- package/dist/131/swapping/swapScheduled.d.cts +27 -27
- package/dist/131/swapping/swapScheduled.d.mts +27 -27
- package/dist/131/swapping/withdrawalRequested.d.cts +14 -14
- package/dist/131/swapping/withdrawalRequested.d.mts +14 -14
- package/dist/141/arbitrumBroadcaster/transactionBroadcastRequest.d.cts +8 -8
- package/dist/141/arbitrumBroadcaster/transactionBroadcastRequest.d.mts +8 -8
- package/dist/141/arbitrumIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/141/arbitrumIngressEgress/boostFundsAdded.d.mts +2 -2
- package/dist/141/arbitrumIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/141/arbitrumIngressEgress/ccmBroadcastRequested.d.mts +2 -2
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.mts +4 -4
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.mts +10 -10
- package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.mts +2 -2
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.cts +5 -5
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.mts +5 -5
- package/dist/141/arbitrumIngressEgress/depositIgnored.d.cts +3 -3
- package/dist/141/arbitrumIngressEgress/depositIgnored.d.mts +3 -3
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.cts +6 -6
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.mts +6 -6
- package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.mts +2 -2
- package/dist/141/bitcoinIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/141/bitcoinIngressEgress/ccmBroadcastRequested.d.mts +2 -2
- package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.mts +4 -4
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.mts +6 -6
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/141/common.d.cts +32 -32
- package/dist/141/common.d.mts +32 -32
- package/dist/141/environment/staleUtxosDiscarded.d.cts +14 -14
- package/dist/141/environment/staleUtxosDiscarded.d.mts +14 -14
- package/dist/141/ethereumIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/141/ethereumIngressEgress/boostFundsAdded.d.mts +2 -2
- package/dist/141/ethereumIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/141/ethereumIngressEgress/ccmBroadcastRequested.d.mts +2 -2
- package/dist/141/ethereumIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/141/ethereumIngressEgress/ccmEgressInvalid.d.mts +4 -4
- package/dist/141/ethereumIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/141/ethereumIngressEgress/depositBoosted.d.mts +10 -10
- package/dist/141/ethereumIngressEgress/depositFinalised.d.cts +5 -5
- package/dist/141/ethereumIngressEgress/depositFinalised.d.mts +5 -5
- package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.cts +4 -4
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.mts +4 -4
- package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.mts +2 -2
- package/dist/141/liquidityPools/assetSwapped.d.cts +12 -12
- package/dist/141/liquidityPools/assetSwapped.d.mts +12 -12
- package/dist/141/liquidityPools/limitOrderUpdated.d.cts +12 -12
- package/dist/141/liquidityPools/limitOrderUpdated.d.mts +12 -12
- package/dist/141/liquidityPools/newPoolCreated.d.cts +12 -12
- package/dist/141/liquidityPools/newPoolCreated.d.mts +12 -12
- package/dist/141/liquidityPools/poolFeeSet.d.cts +12 -12
- package/dist/141/liquidityPools/poolFeeSet.d.mts +12 -12
- package/dist/141/liquidityPools/rangeOrderUpdated.d.cts +24 -24
- package/dist/141/liquidityPools/rangeOrderUpdated.d.mts +24 -24
- package/dist/141/liquidityProvider/accountCredited.d.cts +6 -6
- package/dist/141/liquidityProvider/accountCredited.d.mts +6 -6
- package/dist/141/liquidityProvider/accountDebited.d.cts +6 -6
- package/dist/141/liquidityProvider/accountDebited.d.mts +6 -6
- package/dist/141/liquidityProvider/assetTransferred.d.cts +7 -7
- package/dist/141/liquidityProvider/assetTransferred.d.mts +7 -7
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.cts +16 -16
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.mts +16 -16
- package/dist/141/liquidityProvider/liquidityDepositCredited.d.cts +6 -6
- package/dist/141/liquidityProvider/liquidityDepositCredited.d.mts +6 -6
- package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.cts +13 -13
- package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.mts +13 -13
- package/dist/141/polkadotIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/141/polkadotIngressEgress/boostFundsAdded.d.mts +2 -2
- package/dist/141/polkadotIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/141/polkadotIngressEgress/ccmBroadcastRequested.d.mts +2 -2
- package/dist/141/polkadotIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/141/polkadotIngressEgress/ccmEgressInvalid.d.mts +4 -4
- package/dist/141/polkadotIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/141/polkadotIngressEgress/depositBoosted.d.mts +10 -10
- package/dist/141/polkadotIngressEgress/depositFinalised.d.cts +5 -5
- package/dist/141/polkadotIngressEgress/depositFinalised.d.mts +5 -5
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/141/swapping/batchSwapFailed.d.cts +7 -7
- package/dist/141/swapping/batchSwapFailed.d.mts +7 -7
- package/dist/141/swapping/ccmDepositReceived.d.cts +4 -4
- package/dist/141/swapping/ccmDepositReceived.d.mts +4 -4
- package/dist/141/swapping/ccmFailed.d.cts +17 -17
- package/dist/141/swapping/ccmFailed.d.mts +17 -17
- package/dist/141/swapping/maximumSwapAmountSet.d.cts +6 -6
- package/dist/141/swapping/maximumSwapAmountSet.d.mts +6 -6
- package/dist/141/swapping/swapAmountConfiscated.d.cts +12 -12
- package/dist/141/swapping/swapAmountConfiscated.d.mts +12 -12
- package/dist/141/swapping/swapDepositAddressReady.d.cts +24 -24
- package/dist/141/swapping/swapDepositAddressReady.d.mts +24 -24
- package/dist/141/swapping/swapEgressIgnored.d.cts +8 -8
- package/dist/141/swapping/swapEgressIgnored.d.mts +8 -8
- package/dist/141/swapping/swapEgressScheduled.d.cts +9 -9
- package/dist/141/swapping/swapEgressScheduled.d.mts +9 -9
- package/dist/141/swapping/swapExecuted.d.cts +12 -12
- package/dist/141/swapping/swapExecuted.d.mts +12 -12
- package/dist/141/swapping/swapScheduled.d.cts +25 -25
- package/dist/141/swapping/swapScheduled.d.mts +25 -25
- package/dist/141/swapping/withdrawalRequested.d.cts +10 -10
- package/dist/141/swapping/withdrawalRequested.d.mts +10 -10
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.mts +4 -4
- package/dist/150/arbitrumIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/150/arbitrumIngressEgress/depositIgnored.d.mts +2 -2
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.cts +4 -4
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.mts +4 -4
- package/dist/150/assetBalances/refundSkipped.d.cts +47 -47
- package/dist/150/assetBalances/refundSkipped.d.mts +47 -47
- package/dist/150/bitcoinIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/150/bitcoinIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/150/bitcoinIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/150/bitcoinIngressEgress/depositFinalised.d.mts +4 -4
- package/dist/150/common.d.cts +31 -31
- package/dist/150/common.d.mts +31 -31
- package/dist/150/ethereumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/150/ethereumIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/150/ethereumIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/150/ethereumIngressEgress/depositFinalised.d.mts +4 -4
- package/dist/150/ethereumIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/150/ethereumIngressEgress/depositIgnored.d.mts +2 -2
- package/dist/150/ethereumIngressEgress/depositWitnessRejected.d.cts +4 -4
- package/dist/150/ethereumIngressEgress/depositWitnessRejected.d.mts +4 -4
- package/dist/150/liquidityPools/assetSwapped.d.cts +12 -12
- package/dist/150/liquidityPools/assetSwapped.d.mts +12 -12
- package/dist/150/liquidityPools/limitOrderUpdated.d.cts +16 -16
- package/dist/150/liquidityPools/limitOrderUpdated.d.mts +16 -16
- package/dist/150/liquidityPools/newPoolCreated.d.cts +12 -12
- package/dist/150/liquidityPools/newPoolCreated.d.mts +12 -12
- package/dist/150/liquidityPools/poolFeeSet.d.cts +12 -12
- package/dist/150/liquidityPools/poolFeeSet.d.mts +12 -12
- package/dist/150/liquidityPools/rangeOrderUpdated.d.cts +32 -32
- package/dist/150/liquidityPools/rangeOrderUpdated.d.mts +32 -32
- package/dist/150/liquidityProvider/accountCredited.d.cts +6 -6
- package/dist/150/liquidityProvider/accountCredited.d.mts +6 -6
- package/dist/150/liquidityProvider/accountDebited.d.cts +6 -6
- package/dist/150/liquidityProvider/accountDebited.d.mts +6 -6
- package/dist/150/liquidityProvider/assetTransferred.d.cts +6 -6
- package/dist/150/liquidityProvider/assetTransferred.d.mts +6 -6
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.cts +11 -11
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.mts +11 -11
- package/dist/150/liquidityProvider/liquidityDepositCredited.d.cts +6 -6
- package/dist/150/liquidityProvider/liquidityDepositCredited.d.mts +6 -6
- package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.cts +12 -12
- package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.mts +12 -12
- package/dist/150/polkadotIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/150/polkadotIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/150/polkadotIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/150/polkadotIngressEgress/depositFinalised.d.mts +4 -4
- package/dist/150/polkadotIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/150/polkadotIngressEgress/depositIgnored.d.mts +2 -2
- package/dist/150/polkadotIngressEgress/depositWitnessRejected.d.cts +4 -4
- package/dist/150/polkadotIngressEgress/depositWitnessRejected.d.mts +4 -4
- package/dist/150/solanaIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/150/solanaIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/150/solanaIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/150/solanaIngressEgress/depositFetchesScheduled.d.mts +2 -2
- package/dist/150/solanaIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/150/solanaIngressEgress/depositFinalised.d.mts +4 -4
- package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/150/solanaThresholdSigner/failureReportProcessed.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/failureReportProcessed.d.mts +2 -2
- package/dist/150/solanaThresholdSigner/retryRequested.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/retryRequested.d.mts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.mts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.mts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.mts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.mts +2 -2
- package/dist/150/swapping/batchSwapFailed.d.cts +6 -6
- package/dist/150/swapping/batchSwapFailed.d.mts +6 -6
- package/dist/150/swapping/ccmDepositReceived.d.cts +4 -4
- package/dist/150/swapping/ccmDepositReceived.d.mts +4 -4
- package/dist/150/swapping/ccmFailed.d.cts +9 -9
- package/dist/150/swapping/ccmFailed.d.mts +9 -9
- package/dist/150/swapping/maximumSwapAmountSet.d.cts +6 -6
- package/dist/150/swapping/maximumSwapAmountSet.d.mts +6 -6
- package/dist/150/swapping/refundEgressIgnored.d.cts +7 -7
- package/dist/150/swapping/refundEgressIgnored.d.mts +7 -7
- package/dist/150/swapping/refundEgressScheduled.d.cts +7 -7
- package/dist/150/swapping/refundEgressScheduled.d.mts +7 -7
- package/dist/150/swapping/swapAmountConfiscated.d.cts +12 -12
- package/dist/150/swapping/swapAmountConfiscated.d.mts +12 -12
- package/dist/150/swapping/swapDepositAddressReady.d.cts +25 -25
- package/dist/150/swapping/swapDepositAddressReady.d.mts +25 -25
- package/dist/150/swapping/swapEgressIgnored.d.cts +7 -7
- package/dist/150/swapping/swapEgressIgnored.d.mts +7 -7
- package/dist/150/swapping/swapEgressScheduled.d.cts +7 -7
- package/dist/150/swapping/swapEgressScheduled.d.mts +7 -7
- package/dist/150/swapping/swapExecuted.d.cts +12 -12
- package/dist/150/swapping/swapExecuted.d.mts +12 -12
- package/dist/150/swapping/swapScheduled.d.cts +27 -27
- package/dist/150/swapping/swapScheduled.d.mts +27 -27
- package/dist/150/swapping/withdrawalRequested.d.cts +12 -12
- package/dist/150/swapping/withdrawalRequested.d.mts +12 -12
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.mts +61 -61
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.mts +2 -2
- package/dist/160/assetBalances/accountCredited.d.cts +8 -8
- package/dist/160/assetBalances/accountCredited.d.mts +8 -8
- package/dist/160/assetBalances/accountDebited.d.cts +8 -8
- package/dist/160/assetBalances/accountDebited.d.mts +8 -8
- package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.mts +61 -61
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.cts +28 -28
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.mts +28 -28
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.cts +22 -22
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.mts +22 -22
- package/dist/160/common.d.cts +203 -203
- package/dist/160/common.d.mts +203 -203
- package/dist/160/environment/runtimeSafeModeUpdated.d.cts +40 -40
- package/dist/160/environment/runtimeSafeModeUpdated.d.mts +40 -40
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.mts +61 -61
- package/dist/160/ethereumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/160/ethereumIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/160/ethereumIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/160/ethereumIngressEgress/depositFinalised.d.mts +2 -2
- package/dist/160/liquidityPools/assetSwapped.d.cts +12 -12
- package/dist/160/liquidityPools/assetSwapped.d.mts +12 -12
- package/dist/160/liquidityPools/limitOrderUpdated.d.cts +20 -20
- package/dist/160/liquidityPools/limitOrderUpdated.d.mts +20 -20
- package/dist/160/liquidityPools/newPoolCreated.d.cts +12 -12
- package/dist/160/liquidityPools/newPoolCreated.d.mts +12 -12
- package/dist/160/liquidityPools/orderDeletionFailed.d.cts +32 -32
- package/dist/160/liquidityPools/orderDeletionFailed.d.mts +32 -32
- package/dist/160/liquidityPools/poolFeeSet.d.cts +12 -12
- package/dist/160/liquidityPools/poolFeeSet.d.mts +12 -12
- package/dist/160/liquidityPools/rangeOrderUpdated.d.cts +32 -32
- package/dist/160/liquidityPools/rangeOrderUpdated.d.mts +32 -32
- package/dist/160/liquidityProvider/assetTransferred.d.cts +6 -6
- package/dist/160/liquidityProvider/assetTransferred.d.mts +6 -6
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.cts +13 -13
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.mts +13 -13
- package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.cts +10 -10
- package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.mts +10 -10
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.mts +61 -61
- package/dist/160/polkadotIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/160/polkadotIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/160/polkadotIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/160/polkadotIngressEgress/depositFinalised.d.mts +2 -2
- package/dist/160/solanaIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/160/solanaIngressEgress/boostFundsAdded.d.mts +2 -2
- package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.mts +61 -61
- package/dist/160/solanaIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/160/solanaIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/160/solanaIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/160/solanaIngressEgress/depositFetchesScheduled.d.mts +2 -2
- package/dist/160/solanaIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/160/solanaIngressEgress/depositFinalised.d.mts +2 -2
- package/dist/160/solanaIngressEgress/depositWitnessRejected.d.cts +22 -22
- package/dist/160/solanaIngressEgress/depositWitnessRejected.d.mts +22 -22
- package/dist/160/solanaIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/160/solanaIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/160/solanaIngressEgress/stoppedBoosting.d.cts +2 -2
- package/dist/160/solanaIngressEgress/stoppedBoosting.d.mts +2 -2
- package/dist/160/solanaIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/160/solanaIngressEgress/transferFallbackRequested.d.mts +2 -2
- package/dist/160/swapping/batchSwapFailed.d.cts +6 -6
- package/dist/160/swapping/batchSwapFailed.d.mts +6 -6
- package/dist/160/swapping/ccmFailed.d.cts +18 -18
- package/dist/160/swapping/ccmFailed.d.mts +18 -18
- package/dist/160/swapping/maximumSwapAmountSet.d.cts +6 -6
- package/dist/160/swapping/maximumSwapAmountSet.d.mts +6 -6
- package/dist/160/swapping/refundEgressIgnored.d.cts +30 -30
- package/dist/160/swapping/refundEgressIgnored.d.mts +30 -30
- package/dist/160/swapping/refundEgressScheduled.d.cts +8 -8
- package/dist/160/swapping/refundEgressScheduled.d.mts +8 -8
- package/dist/160/swapping/swapAmountConfiscated.d.cts +7 -7
- package/dist/160/swapping/swapAmountConfiscated.d.mts +7 -7
- package/dist/160/swapping/swapDepositAddressReady.d.cts +25 -25
- package/dist/160/swapping/swapDepositAddressReady.d.mts +25 -25
- package/dist/160/swapping/swapEgressIgnored.d.cts +30 -30
- package/dist/160/swapping/swapEgressIgnored.d.mts +30 -30
- package/dist/160/swapping/swapEgressScheduled.d.cts +8 -8
- package/dist/160/swapping/swapEgressScheduled.d.mts +8 -8
- package/dist/160/swapping/swapExecuted.d.cts +13 -13
- package/dist/160/swapping/swapExecuted.d.mts +13 -13
- package/dist/160/swapping/swapRequested.d.cts +42 -42
- package/dist/160/swapping/swapRequested.d.mts +42 -42
- package/dist/160/swapping/swapScheduled.d.cts +6 -6
- package/dist/160/swapping/swapScheduled.d.mts +6 -6
- package/dist/160/swapping/withdrawalRequested.d.cts +10 -10
- package/dist/160/swapping/withdrawalRequested.d.mts +10 -10
- package/dist/170/arbitrumIngressEgress/ccmFailed.d.cts +37 -37
- package/dist/170/arbitrumIngressEgress/ccmFailed.d.mts +37 -37
- package/dist/170/arbitrumIngressEgress/depositIgnored.d.cts +6 -6
- package/dist/170/arbitrumIngressEgress/depositIgnored.d.mts +6 -6
- package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +50 -50
- package/dist/170/arbitrumIngressEgress/transactionRejectedByBroker.d.cts +2 -2
- package/dist/170/arbitrumIngressEgress/transactionRejectedByBroker.d.mts +2 -2
- package/dist/170/bitcoinIngressEgress/ccmFailed.d.cts +37 -37
- package/dist/170/bitcoinIngressEgress/ccmFailed.d.mts +37 -37
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.cts +38 -38
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.mts +38 -38
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.cts +40 -40
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.mts +40 -40
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.cts +44 -44
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.mts +44 -44
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.cts +78 -78
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.mts +78 -78
- package/dist/170/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +50 -50
- package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.cts +20 -20
- package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.mts +20 -20
- package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.cts +18 -18
- package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.mts +18 -18
- package/dist/170/common.d.cts +168 -168
- package/dist/170/common.d.mts +168 -168
- package/dist/170/ethereumIngressEgress/ccmFailed.d.cts +37 -37
- package/dist/170/ethereumIngressEgress/ccmFailed.d.mts +37 -37
- package/dist/170/ethereumIngressEgress/depositIgnored.d.cts +6 -6
- package/dist/170/ethereumIngressEgress/depositIgnored.d.mts +6 -6
- package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +50 -50
- package/dist/170/ethereumIngressEgress/transactionRejectedByBroker.d.cts +2 -2
- package/dist/170/ethereumIngressEgress/transactionRejectedByBroker.d.mts +2 -2
- package/dist/170/polkadotIngressEgress/ccmFailed.d.cts +37 -37
- package/dist/170/polkadotIngressEgress/ccmFailed.d.mts +37 -37
- package/dist/170/polkadotIngressEgress/depositIgnored.d.cts +6 -6
- package/dist/170/polkadotIngressEgress/depositIgnored.d.mts +6 -6
- package/dist/170/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +50 -50
- package/dist/170/polkadotIngressEgress/transactionRejectedByBroker.d.cts +2 -2
- package/dist/170/polkadotIngressEgress/transactionRejectedByBroker.d.mts +2 -2
- package/dist/170/reputation/offencePenalty.d.cts +6 -6
- package/dist/170/reputation/offencePenalty.d.mts +6 -6
- package/dist/170/reputation/penaltyUpdated.d.cts +4 -4
- package/dist/170/reputation/penaltyUpdated.d.mts +4 -4
- package/dist/170/solanaIngressEgress/ccmFailed.d.cts +37 -37
- package/dist/170/solanaIngressEgress/ccmFailed.d.mts +37 -37
- package/dist/170/solanaIngressEgress/depositIgnored.d.cts +6 -6
- package/dist/170/solanaIngressEgress/depositIgnored.d.mts +6 -6
- package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +50 -50
- package/dist/170/swapping/minimumChunkSizeSet.d.cts +6 -6
- package/dist/170/swapping/minimumChunkSizeSet.d.mts +6 -6
- package/dist/170/swapping/swapRequested.d.cts +53 -53
- package/dist/170/swapping/swapRequested.d.mts +53 -53
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.cts +10 -10
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.mts +10 -10
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.cts +18 -18
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.mts +18 -18
- package/dist/180/arbitrumIngressEgress/depositFailed.d.cts +77 -77
- package/dist/180/arbitrumIngressEgress/depositFailed.d.mts +77 -77
- package/dist/180/arbitrumIngressEgress/depositFinalised.d.cts +14 -14
- package/dist/180/arbitrumIngressEgress/depositFinalised.d.mts +14 -14
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +10 -10
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +10 -10
- package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/180/arbitrumIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/180/arbitrumIngressEgress/transferFallbackRequested.d.mts +2 -2
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.cts +10 -10
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.mts +10 -10
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.cts +22 -22
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.mts +22 -22
- package/dist/180/bitcoinIngressEgress/depositFailed.d.cts +135 -135
- package/dist/180/bitcoinIngressEgress/depositFailed.d.mts +135 -135
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.cts +18 -18
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.mts +18 -18
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +10 -10
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +10 -10
- package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/180/bitcoinIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/180/bitcoinIngressEgress/transferFallbackRequested.d.mts +2 -2
- package/dist/180/common.d.cts +534 -534
- package/dist/180/common.d.mts +534 -534
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.cts +10 -10
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.mts +10 -10
- package/dist/180/ethereumIngressEgress/depositBoosted.d.cts +18 -18
- package/dist/180/ethereumIngressEgress/depositBoosted.d.mts +18 -18
- package/dist/180/ethereumIngressEgress/depositFailed.d.cts +77 -77
- package/dist/180/ethereumIngressEgress/depositFailed.d.mts +77 -77
- package/dist/180/ethereumIngressEgress/depositFinalised.d.cts +14 -14
- package/dist/180/ethereumIngressEgress/depositFinalised.d.mts +14 -14
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +10 -10
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +10 -10
- package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/180/ethereumIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/180/ethereumIngressEgress/transferFallbackRequested.d.mts +2 -2
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.cts +10 -10
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.mts +10 -10
- package/dist/180/polkadotIngressEgress/depositBoosted.d.cts +18 -18
- package/dist/180/polkadotIngressEgress/depositBoosted.d.mts +18 -18
- package/dist/180/polkadotIngressEgress/depositFailed.d.cts +80 -80
- package/dist/180/polkadotIngressEgress/depositFailed.d.mts +80 -80
- package/dist/180/polkadotIngressEgress/depositFinalised.d.cts +14 -14
- package/dist/180/polkadotIngressEgress/depositFinalised.d.mts +14 -14
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +10 -10
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +10 -10
- package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/180/polkadotIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/180/polkadotIngressEgress/transferFallbackRequested.d.mts +2 -2
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.cts +10 -10
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.mts +10 -10
- package/dist/180/solanaIngressEgress/depositBoosted.d.cts +16 -16
- package/dist/180/solanaIngressEgress/depositBoosted.d.mts +16 -16
- package/dist/180/solanaIngressEgress/depositFailed.d.cts +62 -62
- package/dist/180/solanaIngressEgress/depositFailed.d.mts +62 -62
- package/dist/180/solanaIngressEgress/depositFinalised.d.cts +14 -14
- package/dist/180/solanaIngressEgress/depositFinalised.d.mts +14 -14
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +10 -10
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +10 -10
- package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/180/solanaIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/180/solanaIngressEgress/transferFallbackRequested.d.mts +2 -2
- package/dist/180/swapping/refundEgressScheduled.d.cts +16 -16
- package/dist/180/swapping/refundEgressScheduled.d.mts +16 -16
- package/dist/180/swapping/swapDepositAddressReady.d.cts +45 -45
- package/dist/180/swapping/swapDepositAddressReady.d.mts +45 -45
- package/dist/180/swapping/swapEgressScheduled.d.cts +16 -16
- package/dist/180/swapping/swapEgressScheduled.d.mts +16 -16
- package/dist/180/swapping/swapRequested.d.cts +41 -41
- package/dist/180/swapping/swapRequested.d.mts +41 -41
- package/dist/180/swapping/swapScheduled.d.cts +6 -6
- package/dist/180/swapping/swapScheduled.d.mts +6 -6
- package/dist/180/swapping/withdrawalRequested.d.cts +14 -14
- package/dist/180/swapping/withdrawalRequested.d.mts +14 -14
- package/dist/190/arbitrumIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/190/arbitrumIngressEgress/ccmBroadcastRequested.d.mts +2 -2
- package/dist/190/arbitrumIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/190/arbitrumIngressEgress/depositBoosted.d.mts +10 -10
- package/dist/190/arbitrumIngressEgress/depositFailed.d.cts +34 -34
- package/dist/190/arbitrumIngressEgress/depositFailed.d.mts +34 -34
- package/dist/190/arbitrumIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/190/arbitrumIngressEgress/depositFinalised.d.mts +6 -6
- package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.mts +2 -2
- package/dist/190/assetBalances/refundSkipped.d.cts +47 -47
- package/dist/190/assetBalances/refundSkipped.d.mts +47 -47
- package/dist/190/assethubIngressEgress/boostedDepositLost.d.cts +2 -2
- package/dist/190/assethubIngressEgress/boostedDepositLost.d.mts +2 -2
- package/dist/190/assethubIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/190/assethubIngressEgress/ccmBroadcastRequested.d.mts +2 -2
- package/dist/190/assethubIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/190/assethubIngressEgress/depositBoosted.d.mts +10 -10
- package/dist/190/assethubIngressEgress/depositFailed.d.cts +52 -52
- package/dist/190/assethubIngressEgress/depositFailed.d.mts +52 -52
- package/dist/190/assethubIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/190/assethubIngressEgress/depositFetchesScheduled.d.mts +2 -2
- package/dist/190/assethubIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/190/assethubIngressEgress/depositFinalised.d.mts +6 -6
- package/dist/190/assethubIngressEgress/transactionRejectionRequestExpired.d.cts +2 -2
- package/dist/190/assethubIngressEgress/transactionRejectionRequestExpired.d.mts +2 -2
- package/dist/190/assethubIngressEgress/transactionRejectionRequestReceived.d.cts +2 -2
- package/dist/190/assethubIngressEgress/transactionRejectionRequestReceived.d.mts +2 -2
- package/dist/190/assethubIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/190/assethubIngressEgress/transferFallbackRequested.d.mts +2 -2
- package/dist/190/bitcoinIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/190/bitcoinIngressEgress/ccmBroadcastRequested.d.mts +2 -2
- package/dist/190/bitcoinIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/190/bitcoinIngressEgress/depositBoosted.d.mts +10 -10
- package/dist/190/bitcoinIngressEgress/depositFailed.d.cts +40 -40
- package/dist/190/bitcoinIngressEgress/depositFailed.d.mts +40 -40
- package/dist/190/bitcoinIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/190/bitcoinIngressEgress/depositFinalised.d.mts +6 -6
- package/dist/190/bitcoinIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/190/bitcoinIngressEgress/transferFallbackRequested.d.mts +2 -2
- package/dist/190/common.d.cts +280 -280
- package/dist/190/common.d.mts +280 -280
- package/dist/190/ethereumIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/190/ethereumIngressEgress/ccmBroadcastRequested.d.mts +2 -2
- package/dist/190/ethereumIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/190/ethereumIngressEgress/depositBoosted.d.mts +10 -10
- package/dist/190/ethereumIngressEgress/depositFailed.d.cts +34 -34
- package/dist/190/ethereumIngressEgress/depositFailed.d.mts +34 -34
- package/dist/190/ethereumIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/190/ethereumIngressEgress/depositFinalised.d.mts +6 -6
- package/dist/190/ethereumIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/190/ethereumIngressEgress/transferFallbackRequested.d.mts +2 -2
- package/dist/190/liquidityPools/limitOrderUpdated.d.cts +2 -2
- package/dist/190/liquidityPools/limitOrderUpdated.d.mts +2 -2
- package/dist/190/liquidityPools/rangeOrderUpdated.d.cts +20 -20
- package/dist/190/liquidityPools/rangeOrderUpdated.d.mts +20 -20
- package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.cts +6 -6
- package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.mts +6 -6
- package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.cts +2 -2
- package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.mts +2 -2
- package/dist/190/liquidityProvider/withdrawalEgressScheduled.d.cts +6 -6
- package/dist/190/liquidityProvider/withdrawalEgressScheduled.d.mts +6 -6
- package/dist/190/polkadotIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/190/polkadotIngressEgress/ccmBroadcastRequested.d.mts +2 -2
- package/dist/190/polkadotIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/190/polkadotIngressEgress/depositBoosted.d.mts +10 -10
- package/dist/190/polkadotIngressEgress/depositFailed.d.cts +52 -52
- package/dist/190/polkadotIngressEgress/depositFailed.d.mts +52 -52
- package/dist/190/polkadotIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/190/polkadotIngressEgress/depositFinalised.d.mts +6 -6
- package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.mts +2 -2
- package/dist/190/reputation/offencePenalty.d.cts +2 -2
- package/dist/190/reputation/offencePenalty.d.mts +2 -2
- package/dist/190/solanaIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/190/solanaIngressEgress/ccmBroadcastRequested.d.mts +2 -2
- package/dist/190/solanaIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/190/solanaIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/190/solanaIngressEgress/depositFailed.d.cts +28 -28
- package/dist/190/solanaIngressEgress/depositFailed.d.mts +28 -28
- package/dist/190/solanaIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/190/solanaIngressEgress/depositFinalised.d.mts +6 -6
- package/dist/190/solanaIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/190/solanaIngressEgress/transferFallbackRequested.d.mts +2 -2
- package/dist/190/swapping/creditedOnChain.d.cts +2 -2
- package/dist/190/swapping/creditedOnChain.d.mts +2 -2
- package/dist/190/swapping/refundEgressIgnored.d.cts +2 -2
- package/dist/190/swapping/refundEgressIgnored.d.mts +2 -2
- package/dist/190/swapping/refundEgressScheduled.d.cts +6 -6
- package/dist/190/swapping/refundEgressScheduled.d.mts +6 -6
- package/dist/190/swapping/refundedOnChain.d.cts +2 -2
- package/dist/190/swapping/refundedOnChain.d.mts +2 -2
- package/dist/190/swapping/swapDepositAddressReady.d.cts +8 -8
- package/dist/190/swapping/swapDepositAddressReady.d.mts +8 -8
- package/dist/190/swapping/swapEgressIgnored.d.cts +2 -2
- package/dist/190/swapping/swapEgressIgnored.d.mts +2 -2
- package/dist/190/swapping/swapEgressScheduled.d.cts +6 -6
- package/dist/190/swapping/swapEgressScheduled.d.mts +6 -6
- package/dist/190/swapping/swapExecuted.d.cts +4 -4
- package/dist/190/swapping/swapExecuted.d.mts +4 -4
- package/dist/190/swapping/swapRequested.d.cts +10 -10
- package/dist/190/swapping/swapRequested.d.mts +10 -10
- package/dist/190/swapping/withdrawalRequested.d.cts +4 -4
- package/dist/190/swapping/withdrawalRequested.d.mts +4 -4
- package/dist/200/common.d.cts +897 -897
- package/dist/200/common.d.mts +897 -897
- package/dist/200/environment/runtimeSafeModeUpdated.d.cts +90 -90
- package/dist/200/environment/runtimeSafeModeUpdated.d.mts +90 -90
- package/dist/200/lendingPools/loanCreated.d.cts +2 -2
- package/dist/200/lendingPools/loanCreated.d.mts +2 -2
- package/dist/200/lendingPools/palletConfigUpdated.d.cts +16 -16
- package/dist/200/lendingPools/palletConfigUpdated.d.mts +16 -16
- package/dist/200/lendingPools/whitelistUpdated.d.cts +12 -12
- package/dist/200/lendingPools/whitelistUpdated.d.mts +12 -12
- package/dist/200/swapping/accountCreationDepositAddressReady.d.cts +10 -10
- package/dist/200/swapping/accountCreationDepositAddressReady.d.mts +10 -10
- package/dist/200/swapping/swapRequestCompleted.d.cts +2 -2
- package/dist/200/swapping/swapRequestCompleted.d.mts +2 -2
- package/dist/200/swapping/swapRequested.d.cts +393 -393
- package/dist/200/swapping/swapRequested.d.mts +393 -393
- package/dist/210/arbitrumIngressEgress/depositFailed.d.cts +34 -34
- package/dist/210/arbitrumIngressEgress/depositFailed.d.mts +34 -34
- package/dist/210/assetBalances/accountCredited.d.cts +6 -6
- package/dist/210/assetBalances/accountCredited.d.mts +6 -6
- package/dist/210/assetBalances/accountDebited.d.cts +6 -6
- package/dist/210/assetBalances/accountDebited.d.mts +6 -6
- package/dist/210/assethubIngressEgress/depositFailed.d.cts +43 -43
- package/dist/210/assethubIngressEgress/depositFailed.d.mts +43 -43
- package/dist/210/bitcoinIngressEgress/depositFailed.d.cts +34 -34
- package/dist/210/bitcoinIngressEgress/depositFailed.d.mts +34 -34
- package/dist/210/common.d.cts +634 -634
- package/dist/210/common.d.mts +634 -634
- package/dist/210/environment/runtimeSafeModeUpdated.d.cts +98 -98
- package/dist/210/environment/runtimeSafeModeUpdated.d.mts +98 -98
- package/dist/210/ethereumIngressEgress/depositFailed.d.cts +34 -34
- package/dist/210/ethereumIngressEgress/depositFailed.d.mts +34 -34
- package/dist/210/funding/funded.d.cts +8 -8
- package/dist/210/funding/funded.d.mts +8 -8
- package/dist/210/lendingPools/boostFundsAdded.d.cts +8 -8
- package/dist/210/lendingPools/boostFundsAdded.d.mts +8 -8
- package/dist/210/lendingPools/boostPoolCreated.d.cts +8 -8
- package/dist/210/lendingPools/boostPoolCreated.d.mts +8 -8
- package/dist/210/lendingPools/collateralAdded.d.cts +6 -6
- package/dist/210/lendingPools/collateralAdded.d.mts +6 -6
- package/dist/210/lendingPools/collateralRemoved.d.cts +6 -6
- package/dist/210/lendingPools/collateralRemoved.d.mts +6 -6
- package/dist/210/lendingPools/collateralTopupAssetUpdated.d.cts +6 -6
- package/dist/210/lendingPools/collateralTopupAssetUpdated.d.mts +6 -6
- package/dist/210/lendingPools/lendingFundsAdded.d.cts +6 -6
- package/dist/210/lendingPools/lendingFundsAdded.d.mts +6 -6
- package/dist/210/lendingPools/lendingFundsRemoved.d.cts +8 -8
- package/dist/210/lendingPools/lendingFundsRemoved.d.mts +8 -8
- package/dist/210/lendingPools/lendingPoolCreated.d.cts +6 -6
- package/dist/210/lendingPools/lendingPoolCreated.d.mts +6 -6
- package/dist/210/lendingPools/loanCreated.d.cts +6 -6
- package/dist/210/lendingPools/loanCreated.d.mts +6 -6
- package/dist/210/lendingPools/palletConfigUpdated.d.cts +18 -18
- package/dist/210/lendingPools/palletConfigUpdated.d.mts +18 -18
- package/dist/210/lendingPools/stoppedBoosting.d.cts +8 -8
- package/dist/210/lendingPools/stoppedBoosting.d.mts +8 -8
- package/dist/210/liquidityPools/assetSwapped.d.cts +12 -12
- package/dist/210/liquidityPools/assetSwapped.d.mts +12 -12
- package/dist/210/liquidityPools/limitOrderUpdated.d.cts +14 -14
- package/dist/210/liquidityPools/limitOrderUpdated.d.mts +14 -14
- package/dist/210/liquidityPools/newPoolCreated.d.cts +12 -12
- package/dist/210/liquidityPools/newPoolCreated.d.mts +12 -12
- package/dist/210/liquidityPools/orderDeletionFailed.d.cts +32 -32
- package/dist/210/liquidityPools/orderDeletionFailed.d.mts +32 -32
- package/dist/210/liquidityPools/palletConfigUpdated.d.cts +8 -8
- package/dist/210/liquidityPools/palletConfigUpdated.d.mts +8 -8
- package/dist/210/liquidityPools/poolFeeSet.d.cts +12 -12
- package/dist/210/liquidityPools/poolFeeSet.d.mts +12 -12
- package/dist/210/liquidityPools/rangeOrderUpdated.d.cts +12 -12
- package/dist/210/liquidityPools/rangeOrderUpdated.d.mts +12 -12
- package/dist/210/liquidityProvider/assetBalancePurgeFailed.d.cts +8 -8
- package/dist/210/liquidityProvider/assetBalancePurgeFailed.d.mts +8 -8
- package/dist/210/liquidityProvider/assetBalancePurged.d.cts +12 -12
- package/dist/210/liquidityProvider/assetBalancePurged.d.mts +12 -12
- package/dist/210/liquidityProvider/assetTransferred.d.cts +6 -6
- package/dist/210/liquidityProvider/assetTransferred.d.mts +6 -6
- package/dist/210/liquidityProvider/liquidityDepositAddressReady.d.cts +10 -10
- package/dist/210/liquidityProvider/liquidityDepositAddressReady.d.mts +10 -10
- package/dist/210/liquidityProvider/withdrawalEgressScheduled.d.cts +12 -12
- package/dist/210/liquidityProvider/withdrawalEgressScheduled.d.mts +12 -12
- package/dist/210/polkadotIngressEgress/depositFailed.d.cts +43 -43
- package/dist/210/polkadotIngressEgress/depositFailed.d.mts +43 -43
- package/dist/210/solanaIngressEgress/depositFailed.d.cts +34 -34
- package/dist/210/solanaIngressEgress/depositFailed.d.mts +34 -34
- package/dist/210/swapping/accountCreationDepositAddressReady.d.cts +18 -18
- package/dist/210/swapping/accountCreationDepositAddressReady.d.mts +18 -18
- package/dist/210/swapping/batchSwapFailed.d.cts +6 -6
- package/dist/210/swapping/batchSwapFailed.d.mts +6 -6
- package/dist/210/swapping/creditedOnChain.d.cts +6 -6
- package/dist/210/swapping/creditedOnChain.d.mts +6 -6
- package/dist/210/swapping/palletConfigUpdated.d.cts +32 -32
- package/dist/210/swapping/palletConfigUpdated.d.mts +32 -32
- package/dist/210/swapping/refundEgressIgnored.d.cts +6 -6
- package/dist/210/swapping/refundEgressIgnored.d.mts +6 -6
- package/dist/210/swapping/refundEgressScheduled.d.cts +12 -12
- package/dist/210/swapping/refundEgressScheduled.d.mts +12 -12
- package/dist/210/swapping/refundedOnChain.d.cts +6 -6
- package/dist/210/swapping/refundedOnChain.d.mts +6 -6
- package/dist/210/swapping/swapAmountConfiscated.d.cts +6 -6
- package/dist/210/swapping/swapAmountConfiscated.d.mts +6 -6
- package/dist/210/swapping/swapDepositAddressReady.d.cts +27 -27
- package/dist/210/swapping/swapDepositAddressReady.d.mts +27 -27
- package/dist/210/swapping/swapEgressIgnored.d.cts +6 -6
- package/dist/210/swapping/swapEgressIgnored.d.mts +6 -6
- package/dist/210/swapping/swapEgressScheduled.d.cts +12 -12
- package/dist/210/swapping/swapEgressScheduled.d.mts +12 -12
- package/dist/210/swapping/swapExecuted.d.cts +12 -12
- package/dist/210/swapping/swapExecuted.d.mts +12 -12
- package/dist/210/swapping/swapRequested.d.cts +51 -51
- package/dist/210/swapping/swapRequested.d.mts +51 -51
- package/dist/210/swapping/withdrawalRequested.d.cts +12 -12
- package/dist/210/swapping/withdrawalRequested.d.mts +12 -12
- package/dist/210/tradingStrategy/fundsAddedToStrategy.d.cts +6 -6
- package/dist/210/tradingStrategy/fundsAddedToStrategy.d.mts +6 -6
- package/dist/210/tradingStrategy/palletConfigUpdated.d.cts +24 -24
- package/dist/210/tradingStrategy/palletConfigUpdated.d.mts +24 -24
- package/dist/210/tradingStrategy/strategyDeployed.d.cts +24 -24
- package/dist/210/tradingStrategy/strategyDeployed.d.mts +24 -24
- package/dist/Processor.cjs +7 -18
- package/dist/Processor.d.cts +1 -3
- package/dist/Processor.d.mts +1 -2
- package/dist/Processor.mjs +3 -12
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.mts +2 -2
- package/dist/index.mjs +2 -2
- package/dist/utils.cjs +15 -1
- package/dist/utils.d.cts +4 -2
- package/dist/utils.d.mts +4 -2
- package/dist/utils.mjs +13 -1
- package/package.json +1 -1
package/dist/160/common.d.cts
CHANGED
|
@@ -112,9 +112,9 @@ declare const stateChainRuntimeSafeModeWitnesserCallPermission: z.ZodObject<{
|
|
|
112
112
|
solanaBroadcast: z.ZodBoolean;
|
|
113
113
|
solanaVault: z.ZodBoolean;
|
|
114
114
|
}, "strip", z.ZodTypeAny, {
|
|
115
|
+
governance: boolean;
|
|
115
116
|
funding: boolean;
|
|
116
117
|
swapping: boolean;
|
|
117
|
-
governance: boolean;
|
|
118
118
|
ethereumBroadcast: boolean;
|
|
119
119
|
ethereumChainTracking: boolean;
|
|
120
120
|
ethereumIngressEgress: boolean;
|
|
@@ -134,9 +134,9 @@ declare const stateChainRuntimeSafeModeWitnesserCallPermission: z.ZodObject<{
|
|
|
134
134
|
solanaBroadcast: boolean;
|
|
135
135
|
solanaVault: boolean;
|
|
136
136
|
}, {
|
|
137
|
+
governance: boolean;
|
|
137
138
|
funding: boolean;
|
|
138
139
|
swapping: boolean;
|
|
139
|
-
governance: boolean;
|
|
140
140
|
ethereumBroadcast: boolean;
|
|
141
141
|
ethereumChainTracking: boolean;
|
|
142
142
|
ethereumIngressEgress: boolean;
|
|
@@ -193,9 +193,9 @@ declare const palletCfWitnesserPalletSafeMode: z.ZodDiscriminatedUnion<"__kind",
|
|
|
193
193
|
solanaBroadcast: z.ZodBoolean;
|
|
194
194
|
solanaVault: z.ZodBoolean;
|
|
195
195
|
}, "strip", z.ZodTypeAny, {
|
|
196
|
+
governance: boolean;
|
|
196
197
|
funding: boolean;
|
|
197
198
|
swapping: boolean;
|
|
198
|
-
governance: boolean;
|
|
199
199
|
ethereumBroadcast: boolean;
|
|
200
200
|
ethereumChainTracking: boolean;
|
|
201
201
|
ethereumIngressEgress: boolean;
|
|
@@ -215,9 +215,9 @@ declare const palletCfWitnesserPalletSafeMode: z.ZodDiscriminatedUnion<"__kind",
|
|
|
215
215
|
solanaBroadcast: boolean;
|
|
216
216
|
solanaVault: boolean;
|
|
217
217
|
}, {
|
|
218
|
+
governance: boolean;
|
|
218
219
|
funding: boolean;
|
|
219
220
|
swapping: boolean;
|
|
220
|
-
governance: boolean;
|
|
221
221
|
ethereumBroadcast: boolean;
|
|
222
222
|
ethereumChainTracking: boolean;
|
|
223
223
|
ethereumIngressEgress: boolean;
|
|
@@ -238,11 +238,10 @@ declare const palletCfWitnesserPalletSafeMode: z.ZodDiscriminatedUnion<"__kind",
|
|
|
238
238
|
solanaVault: boolean;
|
|
239
239
|
}>;
|
|
240
240
|
}, "strip", z.ZodTypeAny, {
|
|
241
|
-
__kind: "CodeAmber";
|
|
242
241
|
value: {
|
|
242
|
+
governance: boolean;
|
|
243
243
|
funding: boolean;
|
|
244
244
|
swapping: boolean;
|
|
245
|
-
governance: boolean;
|
|
246
245
|
ethereumBroadcast: boolean;
|
|
247
246
|
ethereumChainTracking: boolean;
|
|
248
247
|
ethereumIngressEgress: boolean;
|
|
@@ -262,12 +261,12 @@ declare const palletCfWitnesserPalletSafeMode: z.ZodDiscriminatedUnion<"__kind",
|
|
|
262
261
|
solanaBroadcast: boolean;
|
|
263
262
|
solanaVault: boolean;
|
|
264
263
|
};
|
|
265
|
-
}, {
|
|
266
264
|
__kind: "CodeAmber";
|
|
265
|
+
}, {
|
|
267
266
|
value: {
|
|
267
|
+
governance: boolean;
|
|
268
268
|
funding: boolean;
|
|
269
269
|
swapping: boolean;
|
|
270
|
-
governance: boolean;
|
|
271
270
|
ethereumBroadcast: boolean;
|
|
272
271
|
ethereumChainTracking: boolean;
|
|
273
272
|
ethereumIngressEgress: boolean;
|
|
@@ -287,6 +286,7 @@ declare const palletCfWitnesserPalletSafeMode: z.ZodDiscriminatedUnion<"__kind",
|
|
|
287
286
|
solanaBroadcast: boolean;
|
|
288
287
|
solanaVault: boolean;
|
|
289
288
|
};
|
|
289
|
+
__kind: "CodeAmber";
|
|
290
290
|
}>]>;
|
|
291
291
|
declare const palletCfIngressEgressPalletSafeMode: z.ZodObject<{
|
|
292
292
|
boostDepositsEnabled: z.ZodBoolean;
|
|
@@ -479,9 +479,9 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
479
479
|
solanaBroadcast: z.ZodBoolean;
|
|
480
480
|
solanaVault: z.ZodBoolean;
|
|
481
481
|
}, "strip", z.ZodTypeAny, {
|
|
482
|
+
governance: boolean;
|
|
482
483
|
funding: boolean;
|
|
483
484
|
swapping: boolean;
|
|
484
|
-
governance: boolean;
|
|
485
485
|
ethereumBroadcast: boolean;
|
|
486
486
|
ethereumChainTracking: boolean;
|
|
487
487
|
ethereumIngressEgress: boolean;
|
|
@@ -501,9 +501,9 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
501
501
|
solanaBroadcast: boolean;
|
|
502
502
|
solanaVault: boolean;
|
|
503
503
|
}, {
|
|
504
|
+
governance: boolean;
|
|
504
505
|
funding: boolean;
|
|
505
506
|
swapping: boolean;
|
|
506
|
-
governance: boolean;
|
|
507
507
|
ethereumBroadcast: boolean;
|
|
508
508
|
ethereumChainTracking: boolean;
|
|
509
509
|
ethereumIngressEgress: boolean;
|
|
@@ -524,11 +524,10 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
524
524
|
solanaVault: boolean;
|
|
525
525
|
}>;
|
|
526
526
|
}, "strip", z.ZodTypeAny, {
|
|
527
|
-
__kind: "CodeAmber";
|
|
528
527
|
value: {
|
|
528
|
+
governance: boolean;
|
|
529
529
|
funding: boolean;
|
|
530
530
|
swapping: boolean;
|
|
531
|
-
governance: boolean;
|
|
532
531
|
ethereumBroadcast: boolean;
|
|
533
532
|
ethereumChainTracking: boolean;
|
|
534
533
|
ethereumIngressEgress: boolean;
|
|
@@ -548,12 +547,12 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
548
547
|
solanaBroadcast: boolean;
|
|
549
548
|
solanaVault: boolean;
|
|
550
549
|
};
|
|
551
|
-
}, {
|
|
552
550
|
__kind: "CodeAmber";
|
|
551
|
+
}, {
|
|
553
552
|
value: {
|
|
553
|
+
governance: boolean;
|
|
554
554
|
funding: boolean;
|
|
555
555
|
swapping: boolean;
|
|
556
|
-
governance: boolean;
|
|
557
556
|
ethereumBroadcast: boolean;
|
|
558
557
|
ethereumChainTracking: boolean;
|
|
559
558
|
ethereumIngressEgress: boolean;
|
|
@@ -573,6 +572,7 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
573
572
|
solanaBroadcast: boolean;
|
|
574
573
|
solanaVault: boolean;
|
|
575
574
|
};
|
|
575
|
+
__kind: "CodeAmber";
|
|
576
576
|
}>]>;
|
|
577
577
|
ingressEgressEthereum: z.ZodObject<{
|
|
578
578
|
boostDepositsEnabled: z.ZodBoolean;
|
|
@@ -655,9 +655,6 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
655
655
|
depositsEnabled: boolean;
|
|
656
656
|
}>;
|
|
657
657
|
}, "strip", z.ZodTypeAny, {
|
|
658
|
-
emissions: {
|
|
659
|
-
emissionsSyncEnabled: boolean;
|
|
660
|
-
};
|
|
661
658
|
funding: {
|
|
662
659
|
redeemEnabled: boolean;
|
|
663
660
|
};
|
|
@@ -666,6 +663,9 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
666
663
|
withdrawalsEnabled: boolean;
|
|
667
664
|
brokerRegistrationEnabled: boolean;
|
|
668
665
|
};
|
|
666
|
+
emissions: {
|
|
667
|
+
emissionsSyncEnabled: boolean;
|
|
668
|
+
};
|
|
669
669
|
liquidityProvider: {
|
|
670
670
|
depositEnabled: boolean;
|
|
671
671
|
withdrawalEnabled: boolean;
|
|
@@ -717,11 +717,10 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
717
717
|
} | {
|
|
718
718
|
__kind: "CodeRed";
|
|
719
719
|
} | {
|
|
720
|
-
__kind: "CodeAmber";
|
|
721
720
|
value: {
|
|
721
|
+
governance: boolean;
|
|
722
722
|
funding: boolean;
|
|
723
723
|
swapping: boolean;
|
|
724
|
-
governance: boolean;
|
|
725
724
|
ethereumBroadcast: boolean;
|
|
726
725
|
ethereumChainTracking: boolean;
|
|
727
726
|
ethereumIngressEgress: boolean;
|
|
@@ -741,6 +740,7 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
741
740
|
solanaBroadcast: boolean;
|
|
742
741
|
solanaVault: boolean;
|
|
743
742
|
};
|
|
743
|
+
__kind: "CodeAmber";
|
|
744
744
|
};
|
|
745
745
|
ingressEgressEthereum: {
|
|
746
746
|
boostDepositsEnabled: boolean;
|
|
@@ -773,9 +773,6 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
773
773
|
depositsEnabled: boolean;
|
|
774
774
|
};
|
|
775
775
|
}, {
|
|
776
|
-
emissions: {
|
|
777
|
-
emissionsSyncEnabled: boolean;
|
|
778
|
-
};
|
|
779
776
|
funding: {
|
|
780
777
|
redeemEnabled: boolean;
|
|
781
778
|
};
|
|
@@ -784,6 +781,9 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
784
781
|
withdrawalsEnabled: boolean;
|
|
785
782
|
brokerRegistrationEnabled: boolean;
|
|
786
783
|
};
|
|
784
|
+
emissions: {
|
|
785
|
+
emissionsSyncEnabled: boolean;
|
|
786
|
+
};
|
|
787
787
|
liquidityProvider: {
|
|
788
788
|
depositEnabled: boolean;
|
|
789
789
|
withdrawalEnabled: boolean;
|
|
@@ -835,11 +835,10 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
835
835
|
} | {
|
|
836
836
|
__kind: "CodeRed";
|
|
837
837
|
} | {
|
|
838
|
-
__kind: "CodeAmber";
|
|
839
838
|
value: {
|
|
839
|
+
governance: boolean;
|
|
840
840
|
funding: boolean;
|
|
841
841
|
swapping: boolean;
|
|
842
|
-
governance: boolean;
|
|
843
842
|
ethereumBroadcast: boolean;
|
|
844
843
|
ethereumChainTracking: boolean;
|
|
845
844
|
ethereumIngressEgress: boolean;
|
|
@@ -859,6 +858,7 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
859
858
|
solanaBroadcast: boolean;
|
|
860
859
|
solanaVault: boolean;
|
|
861
860
|
};
|
|
861
|
+
__kind: "CodeAmber";
|
|
862
862
|
};
|
|
863
863
|
ingressEgressEthereum: {
|
|
864
864
|
boostDepositsEnabled: boolean;
|
|
@@ -1080,9 +1080,9 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
1080
1080
|
solanaBroadcast: z.ZodBoolean;
|
|
1081
1081
|
solanaVault: z.ZodBoolean;
|
|
1082
1082
|
}, "strip", z.ZodTypeAny, {
|
|
1083
|
+
governance: boolean;
|
|
1083
1084
|
funding: boolean;
|
|
1084
1085
|
swapping: boolean;
|
|
1085
|
-
governance: boolean;
|
|
1086
1086
|
ethereumBroadcast: boolean;
|
|
1087
1087
|
ethereumChainTracking: boolean;
|
|
1088
1088
|
ethereumIngressEgress: boolean;
|
|
@@ -1102,9 +1102,9 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
1102
1102
|
solanaBroadcast: boolean;
|
|
1103
1103
|
solanaVault: boolean;
|
|
1104
1104
|
}, {
|
|
1105
|
+
governance: boolean;
|
|
1105
1106
|
funding: boolean;
|
|
1106
1107
|
swapping: boolean;
|
|
1107
|
-
governance: boolean;
|
|
1108
1108
|
ethereumBroadcast: boolean;
|
|
1109
1109
|
ethereumChainTracking: boolean;
|
|
1110
1110
|
ethereumIngressEgress: boolean;
|
|
@@ -1125,11 +1125,10 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
1125
1125
|
solanaVault: boolean;
|
|
1126
1126
|
}>;
|
|
1127
1127
|
}, "strip", z.ZodTypeAny, {
|
|
1128
|
-
__kind: "CodeAmber";
|
|
1129
1128
|
value: {
|
|
1129
|
+
governance: boolean;
|
|
1130
1130
|
funding: boolean;
|
|
1131
1131
|
swapping: boolean;
|
|
1132
|
-
governance: boolean;
|
|
1133
1132
|
ethereumBroadcast: boolean;
|
|
1134
1133
|
ethereumChainTracking: boolean;
|
|
1135
1134
|
ethereumIngressEgress: boolean;
|
|
@@ -1149,12 +1148,12 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
1149
1148
|
solanaBroadcast: boolean;
|
|
1150
1149
|
solanaVault: boolean;
|
|
1151
1150
|
};
|
|
1152
|
-
}, {
|
|
1153
1151
|
__kind: "CodeAmber";
|
|
1152
|
+
}, {
|
|
1154
1153
|
value: {
|
|
1154
|
+
governance: boolean;
|
|
1155
1155
|
funding: boolean;
|
|
1156
1156
|
swapping: boolean;
|
|
1157
|
-
governance: boolean;
|
|
1158
1157
|
ethereumBroadcast: boolean;
|
|
1159
1158
|
ethereumChainTracking: boolean;
|
|
1160
1159
|
ethereumIngressEgress: boolean;
|
|
@@ -1174,6 +1173,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
1174
1173
|
solanaBroadcast: boolean;
|
|
1175
1174
|
solanaVault: boolean;
|
|
1176
1175
|
};
|
|
1176
|
+
__kind: "CodeAmber";
|
|
1177
1177
|
}>]>;
|
|
1178
1178
|
ingressEgressEthereum: z.ZodObject<{
|
|
1179
1179
|
boostDepositsEnabled: z.ZodBoolean;
|
|
@@ -1256,9 +1256,6 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
1256
1256
|
depositsEnabled: boolean;
|
|
1257
1257
|
}>;
|
|
1258
1258
|
}, "strip", z.ZodTypeAny, {
|
|
1259
|
-
emissions: {
|
|
1260
|
-
emissionsSyncEnabled: boolean;
|
|
1261
|
-
};
|
|
1262
1259
|
funding: {
|
|
1263
1260
|
redeemEnabled: boolean;
|
|
1264
1261
|
};
|
|
@@ -1267,6 +1264,9 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
1267
1264
|
withdrawalsEnabled: boolean;
|
|
1268
1265
|
brokerRegistrationEnabled: boolean;
|
|
1269
1266
|
};
|
|
1267
|
+
emissions: {
|
|
1268
|
+
emissionsSyncEnabled: boolean;
|
|
1269
|
+
};
|
|
1270
1270
|
liquidityProvider: {
|
|
1271
1271
|
depositEnabled: boolean;
|
|
1272
1272
|
withdrawalEnabled: boolean;
|
|
@@ -1318,11 +1318,10 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
1318
1318
|
} | {
|
|
1319
1319
|
__kind: "CodeRed";
|
|
1320
1320
|
} | {
|
|
1321
|
-
__kind: "CodeAmber";
|
|
1322
1321
|
value: {
|
|
1322
|
+
governance: boolean;
|
|
1323
1323
|
funding: boolean;
|
|
1324
1324
|
swapping: boolean;
|
|
1325
|
-
governance: boolean;
|
|
1326
1325
|
ethereumBroadcast: boolean;
|
|
1327
1326
|
ethereumChainTracking: boolean;
|
|
1328
1327
|
ethereumIngressEgress: boolean;
|
|
@@ -1342,6 +1341,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
1342
1341
|
solanaBroadcast: boolean;
|
|
1343
1342
|
solanaVault: boolean;
|
|
1344
1343
|
};
|
|
1344
|
+
__kind: "CodeAmber";
|
|
1345
1345
|
};
|
|
1346
1346
|
ingressEgressEthereum: {
|
|
1347
1347
|
boostDepositsEnabled: boolean;
|
|
@@ -1374,9 +1374,6 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
1374
1374
|
depositsEnabled: boolean;
|
|
1375
1375
|
};
|
|
1376
1376
|
}, {
|
|
1377
|
-
emissions: {
|
|
1378
|
-
emissionsSyncEnabled: boolean;
|
|
1379
|
-
};
|
|
1380
1377
|
funding: {
|
|
1381
1378
|
redeemEnabled: boolean;
|
|
1382
1379
|
};
|
|
@@ -1385,6 +1382,9 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
1385
1382
|
withdrawalsEnabled: boolean;
|
|
1386
1383
|
brokerRegistrationEnabled: boolean;
|
|
1387
1384
|
};
|
|
1385
|
+
emissions: {
|
|
1386
|
+
emissionsSyncEnabled: boolean;
|
|
1387
|
+
};
|
|
1388
1388
|
liquidityProvider: {
|
|
1389
1389
|
depositEnabled: boolean;
|
|
1390
1390
|
withdrawalEnabled: boolean;
|
|
@@ -1436,11 +1436,10 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
1436
1436
|
} | {
|
|
1437
1437
|
__kind: "CodeRed";
|
|
1438
1438
|
} | {
|
|
1439
|
-
__kind: "CodeAmber";
|
|
1440
1439
|
value: {
|
|
1440
|
+
governance: boolean;
|
|
1441
1441
|
funding: boolean;
|
|
1442
1442
|
swapping: boolean;
|
|
1443
|
-
governance: boolean;
|
|
1444
1443
|
ethereumBroadcast: boolean;
|
|
1445
1444
|
ethereumChainTracking: boolean;
|
|
1446
1445
|
ethereumIngressEgress: boolean;
|
|
@@ -1460,6 +1459,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
1460
1459
|
solanaBroadcast: boolean;
|
|
1461
1460
|
solanaVault: boolean;
|
|
1462
1461
|
};
|
|
1462
|
+
__kind: "CodeAmber";
|
|
1463
1463
|
};
|
|
1464
1464
|
ingressEgressEthereum: {
|
|
1465
1465
|
boostDepositsEnabled: boolean;
|
|
@@ -1493,11 +1493,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
1493
1493
|
};
|
|
1494
1494
|
}>;
|
|
1495
1495
|
}, "strip", z.ZodTypeAny, {
|
|
1496
|
-
__kind: "CodeAmber";
|
|
1497
1496
|
value: {
|
|
1498
|
-
emissions: {
|
|
1499
|
-
emissionsSyncEnabled: boolean;
|
|
1500
|
-
};
|
|
1501
1497
|
funding: {
|
|
1502
1498
|
redeemEnabled: boolean;
|
|
1503
1499
|
};
|
|
@@ -1506,6 +1502,9 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
1506
1502
|
withdrawalsEnabled: boolean;
|
|
1507
1503
|
brokerRegistrationEnabled: boolean;
|
|
1508
1504
|
};
|
|
1505
|
+
emissions: {
|
|
1506
|
+
emissionsSyncEnabled: boolean;
|
|
1507
|
+
};
|
|
1509
1508
|
liquidityProvider: {
|
|
1510
1509
|
depositEnabled: boolean;
|
|
1511
1510
|
withdrawalEnabled: boolean;
|
|
@@ -1557,11 +1556,10 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
1557
1556
|
} | {
|
|
1558
1557
|
__kind: "CodeRed";
|
|
1559
1558
|
} | {
|
|
1560
|
-
__kind: "CodeAmber";
|
|
1561
1559
|
value: {
|
|
1560
|
+
governance: boolean;
|
|
1562
1561
|
funding: boolean;
|
|
1563
1562
|
swapping: boolean;
|
|
1564
|
-
governance: boolean;
|
|
1565
1563
|
ethereumBroadcast: boolean;
|
|
1566
1564
|
ethereumChainTracking: boolean;
|
|
1567
1565
|
ethereumIngressEgress: boolean;
|
|
@@ -1581,6 +1579,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
1581
1579
|
solanaBroadcast: boolean;
|
|
1582
1580
|
solanaVault: boolean;
|
|
1583
1581
|
};
|
|
1582
|
+
__kind: "CodeAmber";
|
|
1584
1583
|
};
|
|
1585
1584
|
ingressEgressEthereum: {
|
|
1586
1585
|
boostDepositsEnabled: boolean;
|
|
@@ -1613,12 +1612,9 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
1613
1612
|
depositsEnabled: boolean;
|
|
1614
1613
|
};
|
|
1615
1614
|
};
|
|
1616
|
-
}, {
|
|
1617
1615
|
__kind: "CodeAmber";
|
|
1616
|
+
}, {
|
|
1618
1617
|
value: {
|
|
1619
|
-
emissions: {
|
|
1620
|
-
emissionsSyncEnabled: boolean;
|
|
1621
|
-
};
|
|
1622
1618
|
funding: {
|
|
1623
1619
|
redeemEnabled: boolean;
|
|
1624
1620
|
};
|
|
@@ -1627,6 +1623,9 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
1627
1623
|
withdrawalsEnabled: boolean;
|
|
1628
1624
|
brokerRegistrationEnabled: boolean;
|
|
1629
1625
|
};
|
|
1626
|
+
emissions: {
|
|
1627
|
+
emissionsSyncEnabled: boolean;
|
|
1628
|
+
};
|
|
1630
1629
|
liquidityProvider: {
|
|
1631
1630
|
depositEnabled: boolean;
|
|
1632
1631
|
withdrawalEnabled: boolean;
|
|
@@ -1678,11 +1677,10 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
1678
1677
|
} | {
|
|
1679
1678
|
__kind: "CodeRed";
|
|
1680
1679
|
} | {
|
|
1681
|
-
__kind: "CodeAmber";
|
|
1682
1680
|
value: {
|
|
1681
|
+
governance: boolean;
|
|
1683
1682
|
funding: boolean;
|
|
1684
1683
|
swapping: boolean;
|
|
1685
|
-
governance: boolean;
|
|
1686
1684
|
ethereumBroadcast: boolean;
|
|
1687
1685
|
ethereumChainTracking: boolean;
|
|
1688
1686
|
ethereumIngressEgress: boolean;
|
|
@@ -1702,6 +1700,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
1702
1700
|
solanaBroadcast: boolean;
|
|
1703
1701
|
solanaVault: boolean;
|
|
1704
1702
|
};
|
|
1703
|
+
__kind: "CodeAmber";
|
|
1705
1704
|
};
|
|
1706
1705
|
ingressEgressEthereum: {
|
|
1707
1706
|
boostDepositsEnabled: boolean;
|
|
@@ -1734,6 +1733,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
1734
1733
|
depositsEnabled: boolean;
|
|
1735
1734
|
};
|
|
1736
1735
|
};
|
|
1736
|
+
__kind: "CodeAmber";
|
|
1737
1737
|
}>]>;
|
|
1738
1738
|
declare const hexString: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1739
1739
|
declare const numericString: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -1752,21 +1752,21 @@ declare const simpleEnum: <U extends string, T extends readonly [U, ...U[]]>(val
|
|
|
1752
1752
|
declare const cfPrimitivesChainsAssetsAnyAsset: z.ZodEffects<z.ZodObject<{
|
|
1753
1753
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
|
|
1754
1754
|
}, "strip", z.ZodTypeAny, {
|
|
1755
|
-
__kind: "
|
|
1755
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
1756
1756
|
}, {
|
|
1757
|
-
__kind: "
|
|
1758
|
-
}>, "
|
|
1759
|
-
__kind: "
|
|
1757
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
1758
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
1759
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
1760
1760
|
}>;
|
|
1761
1761
|
declare const cfChainsAddressEncodedAddress: z.ZodEffects<z.ZodObject<{
|
|
1762
1762
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
1763
1763
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1764
1764
|
}, "strip", z.ZodTypeAny, {
|
|
1765
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
1766
1765
|
value: `0x${string}`;
|
|
1767
|
-
}, {
|
|
1768
1766
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
1767
|
+
}, {
|
|
1769
1768
|
value: string;
|
|
1769
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
1770
1770
|
}>, {
|
|
1771
1771
|
readonly chain: "Ethereum";
|
|
1772
1772
|
readonly address: `0x${string}`;
|
|
@@ -1783,8 +1783,8 @@ declare const cfChainsAddressEncodedAddress: z.ZodEffects<z.ZodObject<{
|
|
|
1783
1783
|
readonly chain: "Solana";
|
|
1784
1784
|
readonly address: string;
|
|
1785
1785
|
}, {
|
|
1786
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
1787
1786
|
value: string;
|
|
1787
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
1788
1788
|
}>;
|
|
1789
1789
|
declare const cfChainsSwapOrigin: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
1790
1790
|
__kind: z.ZodLiteral<"DepositChannel">;
|
|
@@ -1792,11 +1792,11 @@ declare const cfChainsSwapOrigin: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject
|
|
|
1792
1792
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
1793
1793
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1794
1794
|
}, "strip", z.ZodTypeAny, {
|
|
1795
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
1796
1795
|
value: `0x${string}`;
|
|
1797
|
-
}, {
|
|
1798
1796
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
1797
|
+
}, {
|
|
1799
1798
|
value: string;
|
|
1799
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
1800
1800
|
}>, {
|
|
1801
1801
|
readonly chain: "Ethereum";
|
|
1802
1802
|
readonly address: `0x${string}`;
|
|
@@ -1813,12 +1813,13 @@ declare const cfChainsSwapOrigin: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject
|
|
|
1813
1813
|
readonly chain: "Solana";
|
|
1814
1814
|
readonly address: string;
|
|
1815
1815
|
}, {
|
|
1816
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
1817
1816
|
value: string;
|
|
1817
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
1818
1818
|
}>;
|
|
1819
1819
|
channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
1820
1820
|
depositBlockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
1821
1821
|
}, "strip", z.ZodTypeAny, {
|
|
1822
|
+
__kind: "DepositChannel";
|
|
1822
1823
|
depositAddress: {
|
|
1823
1824
|
readonly chain: "Ethereum";
|
|
1824
1825
|
readonly address: `0x${string}`;
|
|
@@ -1835,15 +1836,14 @@ declare const cfChainsSwapOrigin: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject
|
|
|
1835
1836
|
readonly chain: "Solana";
|
|
1836
1837
|
readonly address: string;
|
|
1837
1838
|
};
|
|
1838
|
-
__kind: "DepositChannel";
|
|
1839
1839
|
channelId: bigint;
|
|
1840
1840
|
depositBlockHeight: bigint;
|
|
1841
1841
|
}, {
|
|
1842
|
+
__kind: "DepositChannel";
|
|
1842
1843
|
depositAddress: {
|
|
1843
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
1844
1844
|
value: string;
|
|
1845
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
1845
1846
|
};
|
|
1846
|
-
__kind: "DepositChannel";
|
|
1847
1847
|
channelId: string | number;
|
|
1848
1848
|
depositBlockHeight: string | number;
|
|
1849
1849
|
}>, z.ZodObject<{
|
|
@@ -1898,11 +1898,11 @@ declare const cfChainsCcmDepositMetadataGenericEncodedAddress: z.ZodObject<{
|
|
|
1898
1898
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
1899
1899
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1900
1900
|
}, "strip", z.ZodTypeAny, {
|
|
1901
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
1902
1901
|
value: `0x${string}`;
|
|
1903
|
-
}, {
|
|
1904
1902
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
1903
|
+
}, {
|
|
1905
1904
|
value: string;
|
|
1905
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
1906
1906
|
}>, {
|
|
1907
1907
|
readonly chain: "Ethereum";
|
|
1908
1908
|
readonly address: `0x${string}`;
|
|
@@ -1919,8 +1919,8 @@ declare const cfChainsCcmDepositMetadataGenericEncodedAddress: z.ZodObject<{
|
|
|
1919
1919
|
readonly chain: "Solana";
|
|
1920
1920
|
readonly address: string;
|
|
1921
1921
|
}, {
|
|
1922
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
1923
1922
|
value: string;
|
|
1923
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
1924
1924
|
}>>>;
|
|
1925
1925
|
channelMetadata: z.ZodObject<{
|
|
1926
1926
|
message: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
@@ -1968,8 +1968,8 @@ declare const cfChainsCcmDepositMetadataGenericEncodedAddress: z.ZodObject<{
|
|
|
1968
1968
|
cfParameters: string;
|
|
1969
1969
|
};
|
|
1970
1970
|
sourceAddress?: {
|
|
1971
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
1972
1971
|
value: string;
|
|
1972
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
1973
1973
|
} | null | undefined;
|
|
1974
1974
|
}>;
|
|
1975
1975
|
declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
@@ -1990,11 +1990,11 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
|
|
|
1990
1990
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
1991
1991
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1992
1992
|
}, "strip", z.ZodTypeAny, {
|
|
1993
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
1994
1993
|
value: `0x${string}`;
|
|
1995
|
-
}, {
|
|
1996
1994
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
1995
|
+
}, {
|
|
1997
1996
|
value: string;
|
|
1997
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
1998
1998
|
}>, {
|
|
1999
1999
|
readonly chain: "Ethereum";
|
|
2000
2000
|
readonly address: `0x${string}`;
|
|
@@ -2011,8 +2011,8 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
|
|
|
2011
2011
|
readonly chain: "Solana";
|
|
2012
2012
|
readonly address: string;
|
|
2013
2013
|
}, {
|
|
2014
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
2015
2014
|
value: string;
|
|
2015
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
2016
2016
|
}>;
|
|
2017
2017
|
}, "strip", z.ZodTypeAny, {
|
|
2018
2018
|
__kind: "Regular";
|
|
@@ -2035,8 +2035,8 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
|
|
|
2035
2035
|
}, {
|
|
2036
2036
|
__kind: "Regular";
|
|
2037
2037
|
outputAddress: {
|
|
2038
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
2039
2038
|
value: string;
|
|
2039
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
2040
2040
|
};
|
|
2041
2041
|
}>, z.ZodObject<{
|
|
2042
2042
|
__kind: z.ZodLiteral<"Ccm">;
|
|
@@ -2044,11 +2044,11 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
|
|
|
2044
2044
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
2045
2045
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2046
2046
|
}, "strip", z.ZodTypeAny, {
|
|
2047
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
2048
2047
|
value: `0x${string}`;
|
|
2049
|
-
}, {
|
|
2050
2048
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
2049
|
+
}, {
|
|
2051
2050
|
value: string;
|
|
2051
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
2052
2052
|
}>, {
|
|
2053
2053
|
readonly chain: "Ethereum";
|
|
2054
2054
|
readonly address: `0x${string}`;
|
|
@@ -2065,8 +2065,8 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
|
|
|
2065
2065
|
readonly chain: "Solana";
|
|
2066
2066
|
readonly address: string;
|
|
2067
2067
|
}, {
|
|
2068
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
2069
2068
|
value: string;
|
|
2069
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
2070
2070
|
}>;
|
|
2071
2071
|
ccmDepositMetadata: z.ZodObject<{
|
|
2072
2072
|
sourceChain: z.ZodEffects<z.ZodObject<{
|
|
@@ -2082,11 +2082,11 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
|
|
|
2082
2082
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
2083
2083
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2084
2084
|
}, "strip", z.ZodTypeAny, {
|
|
2085
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
2086
2085
|
value: `0x${string}`;
|
|
2087
|
-
}, {
|
|
2088
2086
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
2087
|
+
}, {
|
|
2089
2088
|
value: string;
|
|
2089
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
2090
2090
|
}>, {
|
|
2091
2091
|
readonly chain: "Ethereum";
|
|
2092
2092
|
readonly address: `0x${string}`;
|
|
@@ -2103,8 +2103,8 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
|
|
|
2103
2103
|
readonly chain: "Solana";
|
|
2104
2104
|
readonly address: string;
|
|
2105
2105
|
}, {
|
|
2106
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
2107
2106
|
value: string;
|
|
2107
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
2108
2108
|
}>>>;
|
|
2109
2109
|
channelMetadata: z.ZodObject<{
|
|
2110
2110
|
message: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
@@ -2152,8 +2152,8 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
|
|
|
2152
2152
|
cfParameters: string;
|
|
2153
2153
|
};
|
|
2154
2154
|
sourceAddress?: {
|
|
2155
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
2156
2155
|
value: string;
|
|
2156
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
2157
2157
|
} | null | undefined;
|
|
2158
2158
|
}>;
|
|
2159
2159
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2201,8 +2201,8 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
|
|
|
2201
2201
|
}, {
|
|
2202
2202
|
__kind: "Ccm";
|
|
2203
2203
|
outputAddress: {
|
|
2204
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
2205
2204
|
value: string;
|
|
2205
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
2206
2206
|
};
|
|
2207
2207
|
ccmDepositMetadata: {
|
|
2208
2208
|
sourceChain: {
|
|
@@ -2214,8 +2214,8 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
|
|
|
2214
2214
|
cfParameters: string;
|
|
2215
2215
|
};
|
|
2216
2216
|
sourceAddress?: {
|
|
2217
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
2218
2217
|
value: string;
|
|
2218
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
2219
2219
|
} | null | undefined;
|
|
2220
2220
|
};
|
|
2221
2221
|
}>]>;
|
|
@@ -2225,11 +2225,11 @@ declare const cfChainsChannelRefundParametersGenericEncodedAddress: z.ZodObject<
|
|
|
2225
2225
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
2226
2226
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2227
2227
|
}, "strip", z.ZodTypeAny, {
|
|
2228
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
2229
2228
|
value: `0x${string}`;
|
|
2230
|
-
}, {
|
|
2231
2229
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
2230
|
+
}, {
|
|
2232
2231
|
value: string;
|
|
2232
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
2233
2233
|
}>, {
|
|
2234
2234
|
readonly chain: "Ethereum";
|
|
2235
2235
|
readonly address: `0x${string}`;
|
|
@@ -2246,8 +2246,8 @@ declare const cfChainsChannelRefundParametersGenericEncodedAddress: z.ZodObject<
|
|
|
2246
2246
|
readonly chain: "Solana";
|
|
2247
2247
|
readonly address: string;
|
|
2248
2248
|
}, {
|
|
2249
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
2250
2249
|
value: string;
|
|
2250
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
2251
2251
|
}>;
|
|
2252
2252
|
minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
2253
2253
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2272,8 +2272,8 @@ declare const cfChainsChannelRefundParametersGenericEncodedAddress: z.ZodObject<
|
|
|
2272
2272
|
}, {
|
|
2273
2273
|
retryDuration: number;
|
|
2274
2274
|
refundAddress: {
|
|
2275
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
2276
2275
|
value: string;
|
|
2276
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
2277
2277
|
};
|
|
2278
2278
|
minPrice: string | number;
|
|
2279
2279
|
}>;
|
|
@@ -2301,11 +2301,11 @@ declare const cfPrimitivesBeneficiary: z.ZodObject<{
|
|
|
2301
2301
|
declare const cfTraitsSwappingSwapType: z.ZodEffects<z.ZodObject<{
|
|
2302
2302
|
__kind: z.ZodEnum<["Swap", "CcmPrincipal", "CcmGas", "NetworkFee", "IngressEgressFee"]>;
|
|
2303
2303
|
}, "strip", z.ZodTypeAny, {
|
|
2304
|
-
__kind: "
|
|
2304
|
+
__kind: "NetworkFee" | "IngressEgressFee" | "Swap" | "CcmPrincipal" | "CcmGas";
|
|
2305
2305
|
}, {
|
|
2306
|
-
__kind: "
|
|
2307
|
-
}>, "
|
|
2308
|
-
__kind: "
|
|
2306
|
+
__kind: "NetworkFee" | "IngressEgressFee" | "Swap" | "CcmPrincipal" | "CcmGas";
|
|
2307
|
+
}>, "NetworkFee" | "IngressEgressFee" | "Swap" | "CcmPrincipal" | "CcmGas", {
|
|
2308
|
+
__kind: "NetworkFee" | "IngressEgressFee" | "Swap" | "CcmPrincipal" | "CcmGas";
|
|
2309
2309
|
}>;
|
|
2310
2310
|
declare const cfPrimitivesSwapLeg: z.ZodEffects<z.ZodObject<{
|
|
2311
2311
|
__kind: z.ZodEnum<["FromStable", "ToStable"]>;
|
|
@@ -2338,11 +2338,11 @@ declare const spRuntimeModuleError: z.ZodObject<{
|
|
|
2338
2338
|
declare const spRuntimeTokenError: z.ZodEffects<z.ZodObject<{
|
|
2339
2339
|
__kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
|
|
2340
2340
|
}, "strip", z.ZodTypeAny, {
|
|
2341
|
-
__kind: "
|
|
2341
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
2342
2342
|
}, {
|
|
2343
|
-
__kind: "
|
|
2344
|
-
}>, "
|
|
2345
|
-
__kind: "
|
|
2343
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
2344
|
+
}>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
|
|
2345
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
2346
2346
|
}>;
|
|
2347
2347
|
declare const spArithmeticArithmeticError: z.ZodEffects<z.ZodObject<{
|
|
2348
2348
|
__kind: z.ZodEnum<["Underflow", "Overflow", "DivisionByZero"]>;
|
|
@@ -2393,17 +2393,17 @@ declare const spRuntimeDispatchError: z.ZodDiscriminatedUnion<"__kind", [z.ZodOb
|
|
|
2393
2393
|
error: string;
|
|
2394
2394
|
}>;
|
|
2395
2395
|
}, "strip", z.ZodTypeAny, {
|
|
2396
|
-
__kind: "Module";
|
|
2397
2396
|
value: {
|
|
2398
2397
|
index: number;
|
|
2399
2398
|
error: `0x${string}`;
|
|
2400
2399
|
};
|
|
2401
|
-
}, {
|
|
2402
2400
|
__kind: "Module";
|
|
2401
|
+
}, {
|
|
2403
2402
|
value: {
|
|
2404
2403
|
index: number;
|
|
2405
2404
|
error: string;
|
|
2406
2405
|
};
|
|
2406
|
+
__kind: "Module";
|
|
2407
2407
|
}>, z.ZodObject<{
|
|
2408
2408
|
__kind: z.ZodLiteral<"ConsumerRemaining">;
|
|
2409
2409
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2427,20 +2427,20 @@ declare const spRuntimeDispatchError: z.ZodDiscriminatedUnion<"__kind", [z.ZodOb
|
|
|
2427
2427
|
value: z.ZodEffects<z.ZodObject<{
|
|
2428
2428
|
__kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
|
|
2429
2429
|
}, "strip", z.ZodTypeAny, {
|
|
2430
|
-
__kind: "
|
|
2430
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
2431
2431
|
}, {
|
|
2432
|
-
__kind: "
|
|
2433
|
-
}>, "
|
|
2434
|
-
__kind: "
|
|
2432
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
2433
|
+
}>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
|
|
2434
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
2435
2435
|
}>;
|
|
2436
2436
|
}, "strip", z.ZodTypeAny, {
|
|
2437
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
2437
2438
|
__kind: "Token";
|
|
2438
|
-
value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
2439
2439
|
}, {
|
|
2440
|
-
__kind: "Token";
|
|
2441
2440
|
value: {
|
|
2442
|
-
__kind: "
|
|
2441
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
2443
2442
|
};
|
|
2443
|
+
__kind: "Token";
|
|
2444
2444
|
}>, z.ZodObject<{
|
|
2445
2445
|
__kind: z.ZodLiteral<"Arithmetic">;
|
|
2446
2446
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -2453,13 +2453,13 @@ declare const spRuntimeDispatchError: z.ZodDiscriminatedUnion<"__kind", [z.ZodOb
|
|
|
2453
2453
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
2454
2454
|
}>;
|
|
2455
2455
|
}, "strip", z.ZodTypeAny, {
|
|
2456
|
-
__kind: "Arithmetic";
|
|
2457
2456
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
2458
|
-
}, {
|
|
2459
2457
|
__kind: "Arithmetic";
|
|
2458
|
+
}, {
|
|
2460
2459
|
value: {
|
|
2461
2460
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
2462
2461
|
};
|
|
2462
|
+
__kind: "Arithmetic";
|
|
2463
2463
|
}>, z.ZodObject<{
|
|
2464
2464
|
__kind: z.ZodLiteral<"Transactional">;
|
|
2465
2465
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -2472,13 +2472,13 @@ declare const spRuntimeDispatchError: z.ZodDiscriminatedUnion<"__kind", [z.ZodOb
|
|
|
2472
2472
|
__kind: "LimitReached" | "NoLayer";
|
|
2473
2473
|
}>;
|
|
2474
2474
|
}, "strip", z.ZodTypeAny, {
|
|
2475
|
-
__kind: "Transactional";
|
|
2476
2475
|
value: "LimitReached" | "NoLayer";
|
|
2477
|
-
}, {
|
|
2478
2476
|
__kind: "Transactional";
|
|
2477
|
+
}, {
|
|
2479
2478
|
value: {
|
|
2480
2479
|
__kind: "LimitReached" | "NoLayer";
|
|
2481
2480
|
};
|
|
2481
|
+
__kind: "Transactional";
|
|
2482
2482
|
}>, z.ZodObject<{
|
|
2483
2483
|
__kind: z.ZodLiteral<"Exhausted">;
|
|
2484
2484
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2623,13 +2623,13 @@ declare const cfChainsSolApiSolanaTransactionBuildingError: z.ZodDiscriminatedUn
|
|
|
2623
2623
|
__kind: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
2624
2624
|
}>;
|
|
2625
2625
|
}, "strip", z.ZodTypeAny, {
|
|
2626
|
-
__kind: "FailedToDeriveAddress";
|
|
2627
2626
|
value: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
2628
|
-
}, {
|
|
2629
2627
|
__kind: "FailedToDeriveAddress";
|
|
2628
|
+
}, {
|
|
2630
2629
|
value: {
|
|
2631
2630
|
__kind: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
2632
2631
|
};
|
|
2632
|
+
__kind: "FailedToDeriveAddress";
|
|
2633
2633
|
}>, z.ZodObject<{
|
|
2634
2634
|
__kind: z.ZodLiteral<"InvalidCcm">;
|
|
2635
2635
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -2642,13 +2642,13 @@ declare const cfChainsSolApiSolanaTransactionBuildingError: z.ZodDiscriminatedUn
|
|
|
2642
2642
|
__kind: "CannotDecodeCfParameters" | "CcmIsTooLong" | "CfParametersContainsInvalidAccounts";
|
|
2643
2643
|
}>;
|
|
2644
2644
|
}, "strip", z.ZodTypeAny, {
|
|
2645
|
-
__kind: "InvalidCcm";
|
|
2646
2645
|
value: "CannotDecodeCfParameters" | "CcmIsTooLong" | "CfParametersContainsInvalidAccounts";
|
|
2647
|
-
}, {
|
|
2648
2646
|
__kind: "InvalidCcm";
|
|
2647
|
+
}, {
|
|
2649
2648
|
value: {
|
|
2650
2649
|
__kind: "CannotDecodeCfParameters" | "CcmIsTooLong" | "CfParametersContainsInvalidAccounts";
|
|
2651
2650
|
};
|
|
2651
|
+
__kind: "InvalidCcm";
|
|
2652
2652
|
}>, z.ZodObject<{
|
|
2653
2653
|
__kind: z.ZodLiteral<"FailedToSerializeFinalTransaction">;
|
|
2654
2654
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2659,11 +2659,11 @@ declare const cfChainsSolApiSolanaTransactionBuildingError: z.ZodDiscriminatedUn
|
|
|
2659
2659
|
__kind: z.ZodLiteral<"FinalTransactionExceededMaxLength">;
|
|
2660
2660
|
value: z.ZodNumber;
|
|
2661
2661
|
}, "strip", z.ZodTypeAny, {
|
|
2662
|
-
__kind: "FinalTransactionExceededMaxLength";
|
|
2663
2662
|
value: number;
|
|
2664
|
-
}, {
|
|
2665
2663
|
__kind: "FinalTransactionExceededMaxLength";
|
|
2664
|
+
}, {
|
|
2666
2665
|
value: number;
|
|
2666
|
+
__kind: "FinalTransactionExceededMaxLength";
|
|
2667
2667
|
}>]>;
|
|
2668
2668
|
declare const cfChainsExecutexSwapAndCallError: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
2669
2669
|
__kind: z.ZodLiteral<"Unsupported">;
|
|
@@ -2715,13 +2715,13 @@ declare const cfChainsExecutexSwapAndCallError: z.ZodDiscriminatedUnion<"__kind"
|
|
|
2715
2715
|
__kind: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
2716
2716
|
}>;
|
|
2717
2717
|
}, "strip", z.ZodTypeAny, {
|
|
2718
|
-
__kind: "FailedToDeriveAddress";
|
|
2719
2718
|
value: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
2720
|
-
}, {
|
|
2721
2719
|
__kind: "FailedToDeriveAddress";
|
|
2720
|
+
}, {
|
|
2722
2721
|
value: {
|
|
2723
2722
|
__kind: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
2724
2723
|
};
|
|
2724
|
+
__kind: "FailedToDeriveAddress";
|
|
2725
2725
|
}>, z.ZodObject<{
|
|
2726
2726
|
__kind: z.ZodLiteral<"InvalidCcm">;
|
|
2727
2727
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -2734,13 +2734,13 @@ declare const cfChainsExecutexSwapAndCallError: z.ZodDiscriminatedUnion<"__kind"
|
|
|
2734
2734
|
__kind: "CannotDecodeCfParameters" | "CcmIsTooLong" | "CfParametersContainsInvalidAccounts";
|
|
2735
2735
|
}>;
|
|
2736
2736
|
}, "strip", z.ZodTypeAny, {
|
|
2737
|
-
__kind: "InvalidCcm";
|
|
2738
2737
|
value: "CannotDecodeCfParameters" | "CcmIsTooLong" | "CfParametersContainsInvalidAccounts";
|
|
2739
|
-
}, {
|
|
2740
2738
|
__kind: "InvalidCcm";
|
|
2739
|
+
}, {
|
|
2741
2740
|
value: {
|
|
2742
2741
|
__kind: "CannotDecodeCfParameters" | "CcmIsTooLong" | "CfParametersContainsInvalidAccounts";
|
|
2743
2742
|
};
|
|
2743
|
+
__kind: "InvalidCcm";
|
|
2744
2744
|
}>, z.ZodObject<{
|
|
2745
2745
|
__kind: z.ZodLiteral<"FailedToSerializeFinalTransaction">;
|
|
2746
2746
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2751,14 +2751,13 @@ declare const cfChainsExecutexSwapAndCallError: z.ZodDiscriminatedUnion<"__kind"
|
|
|
2751
2751
|
__kind: z.ZodLiteral<"FinalTransactionExceededMaxLength">;
|
|
2752
2752
|
value: z.ZodNumber;
|
|
2753
2753
|
}, "strip", z.ZodTypeAny, {
|
|
2754
|
-
__kind: "FinalTransactionExceededMaxLength";
|
|
2755
2754
|
value: number;
|
|
2756
|
-
}, {
|
|
2757
2755
|
__kind: "FinalTransactionExceededMaxLength";
|
|
2756
|
+
}, {
|
|
2758
2757
|
value: number;
|
|
2758
|
+
__kind: "FinalTransactionExceededMaxLength";
|
|
2759
2759
|
}>]>;
|
|
2760
2760
|
}, "strip", z.ZodTypeAny, {
|
|
2761
|
-
__kind: "FailedToBuildCcmForSolana";
|
|
2762
2761
|
value: {
|
|
2763
2762
|
__kind: "CannotLookupApiEnvironment";
|
|
2764
2763
|
} | {
|
|
@@ -2770,19 +2769,19 @@ declare const cfChainsExecutexSwapAndCallError: z.ZodDiscriminatedUnion<"__kind"
|
|
|
2770
2769
|
} | {
|
|
2771
2770
|
__kind: "NoAvailableNonceAccount";
|
|
2772
2771
|
} | {
|
|
2773
|
-
__kind: "FailedToDeriveAddress";
|
|
2774
2772
|
value: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
2773
|
+
__kind: "FailedToDeriveAddress";
|
|
2775
2774
|
} | {
|
|
2776
|
-
__kind: "InvalidCcm";
|
|
2777
2775
|
value: "CannotDecodeCfParameters" | "CcmIsTooLong" | "CfParametersContainsInvalidAccounts";
|
|
2776
|
+
__kind: "InvalidCcm";
|
|
2778
2777
|
} | {
|
|
2779
2778
|
__kind: "FailedToSerializeFinalTransaction";
|
|
2780
2779
|
} | {
|
|
2781
|
-
__kind: "FinalTransactionExceededMaxLength";
|
|
2782
2780
|
value: number;
|
|
2781
|
+
__kind: "FinalTransactionExceededMaxLength";
|
|
2783
2782
|
};
|
|
2784
|
-
}, {
|
|
2785
2783
|
__kind: "FailedToBuildCcmForSolana";
|
|
2784
|
+
}, {
|
|
2786
2785
|
value: {
|
|
2787
2786
|
__kind: "CannotLookupApiEnvironment";
|
|
2788
2787
|
} | {
|
|
@@ -2794,21 +2793,22 @@ declare const cfChainsExecutexSwapAndCallError: z.ZodDiscriminatedUnion<"__kind"
|
|
|
2794
2793
|
} | {
|
|
2795
2794
|
__kind: "NoAvailableNonceAccount";
|
|
2796
2795
|
} | {
|
|
2797
|
-
__kind: "FailedToDeriveAddress";
|
|
2798
2796
|
value: {
|
|
2799
2797
|
__kind: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
2800
2798
|
};
|
|
2799
|
+
__kind: "FailedToDeriveAddress";
|
|
2801
2800
|
} | {
|
|
2802
|
-
__kind: "InvalidCcm";
|
|
2803
2801
|
value: {
|
|
2804
2802
|
__kind: "CannotDecodeCfParameters" | "CcmIsTooLong" | "CfParametersContainsInvalidAccounts";
|
|
2805
2803
|
};
|
|
2804
|
+
__kind: "InvalidCcm";
|
|
2806
2805
|
} | {
|
|
2807
2806
|
__kind: "FailedToSerializeFinalTransaction";
|
|
2808
2807
|
} | {
|
|
2809
|
-
__kind: "FinalTransactionExceededMaxLength";
|
|
2810
2808
|
value: number;
|
|
2809
|
+
__kind: "FinalTransactionExceededMaxLength";
|
|
2811
2810
|
};
|
|
2811
|
+
__kind: "FailedToBuildCcmForSolana";
|
|
2812
2812
|
}>, z.ZodObject<{
|
|
2813
2813
|
__kind: z.ZodLiteral<"DispatchError">;
|
|
2814
2814
|
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
@@ -2842,17 +2842,17 @@ declare const cfChainsExecutexSwapAndCallError: z.ZodDiscriminatedUnion<"__kind"
|
|
|
2842
2842
|
error: string;
|
|
2843
2843
|
}>;
|
|
2844
2844
|
}, "strip", z.ZodTypeAny, {
|
|
2845
|
-
__kind: "Module";
|
|
2846
2845
|
value: {
|
|
2847
2846
|
index: number;
|
|
2848
2847
|
error: `0x${string}`;
|
|
2849
2848
|
};
|
|
2850
|
-
}, {
|
|
2851
2849
|
__kind: "Module";
|
|
2850
|
+
}, {
|
|
2852
2851
|
value: {
|
|
2853
2852
|
index: number;
|
|
2854
2853
|
error: string;
|
|
2855
2854
|
};
|
|
2855
|
+
__kind: "Module";
|
|
2856
2856
|
}>, z.ZodObject<{
|
|
2857
2857
|
__kind: z.ZodLiteral<"ConsumerRemaining">;
|
|
2858
2858
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2876,20 +2876,20 @@ declare const cfChainsExecutexSwapAndCallError: z.ZodDiscriminatedUnion<"__kind"
|
|
|
2876
2876
|
value: z.ZodEffects<z.ZodObject<{
|
|
2877
2877
|
__kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
|
|
2878
2878
|
}, "strip", z.ZodTypeAny, {
|
|
2879
|
-
__kind: "
|
|
2879
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
2880
2880
|
}, {
|
|
2881
|
-
__kind: "
|
|
2882
|
-
}>, "
|
|
2883
|
-
__kind: "
|
|
2881
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
2882
|
+
}>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
|
|
2883
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
2884
2884
|
}>;
|
|
2885
2885
|
}, "strip", z.ZodTypeAny, {
|
|
2886
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
2886
2887
|
__kind: "Token";
|
|
2887
|
-
value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
2888
2888
|
}, {
|
|
2889
|
-
__kind: "Token";
|
|
2890
2889
|
value: {
|
|
2891
|
-
__kind: "
|
|
2890
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
2892
2891
|
};
|
|
2892
|
+
__kind: "Token";
|
|
2893
2893
|
}>, z.ZodObject<{
|
|
2894
2894
|
__kind: z.ZodLiteral<"Arithmetic">;
|
|
2895
2895
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -2902,13 +2902,13 @@ declare const cfChainsExecutexSwapAndCallError: z.ZodDiscriminatedUnion<"__kind"
|
|
|
2902
2902
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
2903
2903
|
}>;
|
|
2904
2904
|
}, "strip", z.ZodTypeAny, {
|
|
2905
|
-
__kind: "Arithmetic";
|
|
2906
2905
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
2907
|
-
}, {
|
|
2908
2906
|
__kind: "Arithmetic";
|
|
2907
|
+
}, {
|
|
2909
2908
|
value: {
|
|
2910
2909
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
2911
2910
|
};
|
|
2911
|
+
__kind: "Arithmetic";
|
|
2912
2912
|
}>, z.ZodObject<{
|
|
2913
2913
|
__kind: z.ZodLiteral<"Transactional">;
|
|
2914
2914
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -2921,13 +2921,13 @@ declare const cfChainsExecutexSwapAndCallError: z.ZodDiscriminatedUnion<"__kind"
|
|
|
2921
2921
|
__kind: "LimitReached" | "NoLayer";
|
|
2922
2922
|
}>;
|
|
2923
2923
|
}, "strip", z.ZodTypeAny, {
|
|
2924
|
-
__kind: "Transactional";
|
|
2925
2924
|
value: "LimitReached" | "NoLayer";
|
|
2926
|
-
}, {
|
|
2927
2925
|
__kind: "Transactional";
|
|
2926
|
+
}, {
|
|
2928
2927
|
value: {
|
|
2929
2928
|
__kind: "LimitReached" | "NoLayer";
|
|
2930
2929
|
};
|
|
2930
|
+
__kind: "Transactional";
|
|
2931
2931
|
}>, z.ZodObject<{
|
|
2932
2932
|
__kind: z.ZodLiteral<"Exhausted">;
|
|
2933
2933
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2954,7 +2954,6 @@ declare const cfChainsExecutexSwapAndCallError: z.ZodDiscriminatedUnion<"__kind"
|
|
|
2954
2954
|
__kind: "RootNotAllowed";
|
|
2955
2955
|
}>]>;
|
|
2956
2956
|
}, "strip", z.ZodTypeAny, {
|
|
2957
|
-
__kind: "DispatchError";
|
|
2958
2957
|
value: {
|
|
2959
2958
|
__kind: "Other";
|
|
2960
2959
|
} | {
|
|
@@ -2962,11 +2961,11 @@ declare const cfChainsExecutexSwapAndCallError: z.ZodDiscriminatedUnion<"__kind"
|
|
|
2962
2961
|
} | {
|
|
2963
2962
|
__kind: "BadOrigin";
|
|
2964
2963
|
} | {
|
|
2965
|
-
__kind: "Module";
|
|
2966
2964
|
value: {
|
|
2967
2965
|
index: number;
|
|
2968
2966
|
error: `0x${string}`;
|
|
2969
2967
|
};
|
|
2968
|
+
__kind: "Module";
|
|
2970
2969
|
} | {
|
|
2971
2970
|
__kind: "ConsumerRemaining";
|
|
2972
2971
|
} | {
|
|
@@ -2974,14 +2973,14 @@ declare const cfChainsExecutexSwapAndCallError: z.ZodDiscriminatedUnion<"__kind"
|
|
|
2974
2973
|
} | {
|
|
2975
2974
|
__kind: "TooManyConsumers";
|
|
2976
2975
|
} | {
|
|
2976
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
2977
2977
|
__kind: "Token";
|
|
2978
|
-
value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
2979
2978
|
} | {
|
|
2980
|
-
__kind: "Arithmetic";
|
|
2981
2979
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
2980
|
+
__kind: "Arithmetic";
|
|
2982
2981
|
} | {
|
|
2983
|
-
__kind: "Transactional";
|
|
2984
2982
|
value: "LimitReached" | "NoLayer";
|
|
2983
|
+
__kind: "Transactional";
|
|
2985
2984
|
} | {
|
|
2986
2985
|
__kind: "Exhausted";
|
|
2987
2986
|
} | {
|
|
@@ -2991,8 +2990,8 @@ declare const cfChainsExecutexSwapAndCallError: z.ZodDiscriminatedUnion<"__kind"
|
|
|
2991
2990
|
} | {
|
|
2992
2991
|
__kind: "RootNotAllowed";
|
|
2993
2992
|
};
|
|
2994
|
-
}, {
|
|
2995
2993
|
__kind: "DispatchError";
|
|
2994
|
+
}, {
|
|
2996
2995
|
value: {
|
|
2997
2996
|
__kind: "Other";
|
|
2998
2997
|
} | {
|
|
@@ -3000,11 +2999,11 @@ declare const cfChainsExecutexSwapAndCallError: z.ZodDiscriminatedUnion<"__kind"
|
|
|
3000
2999
|
} | {
|
|
3001
3000
|
__kind: "BadOrigin";
|
|
3002
3001
|
} | {
|
|
3003
|
-
__kind: "Module";
|
|
3004
3002
|
value: {
|
|
3005
3003
|
index: number;
|
|
3006
3004
|
error: string;
|
|
3007
3005
|
};
|
|
3006
|
+
__kind: "Module";
|
|
3008
3007
|
} | {
|
|
3009
3008
|
__kind: "ConsumerRemaining";
|
|
3010
3009
|
} | {
|
|
@@ -3012,20 +3011,20 @@ declare const cfChainsExecutexSwapAndCallError: z.ZodDiscriminatedUnion<"__kind"
|
|
|
3012
3011
|
} | {
|
|
3013
3012
|
__kind: "TooManyConsumers";
|
|
3014
3013
|
} | {
|
|
3015
|
-
__kind: "Token";
|
|
3016
3014
|
value: {
|
|
3017
|
-
__kind: "
|
|
3015
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
3018
3016
|
};
|
|
3017
|
+
__kind: "Token";
|
|
3019
3018
|
} | {
|
|
3020
|
-
__kind: "Arithmetic";
|
|
3021
3019
|
value: {
|
|
3022
3020
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
3023
3021
|
};
|
|
3022
|
+
__kind: "Arithmetic";
|
|
3024
3023
|
} | {
|
|
3025
|
-
__kind: "Transactional";
|
|
3026
3024
|
value: {
|
|
3027
3025
|
__kind: "LimitReached" | "NoLayer";
|
|
3028
3026
|
};
|
|
3027
|
+
__kind: "Transactional";
|
|
3029
3028
|
} | {
|
|
3030
3029
|
__kind: "Exhausted";
|
|
3031
3030
|
} | {
|
|
@@ -3035,6 +3034,7 @@ declare const cfChainsExecutexSwapAndCallError: z.ZodDiscriminatedUnion<"__kind"
|
|
|
3035
3034
|
} | {
|
|
3036
3035
|
__kind: "RootNotAllowed";
|
|
3037
3036
|
};
|
|
3037
|
+
__kind: "DispatchError";
|
|
3038
3038
|
}>]>;
|
|
3039
3039
|
declare const cfPrimitivesChainsAssetsDotAsset: z.ZodEffects<z.ZodObject<{
|
|
3040
3040
|
__kind: z.ZodEnum<["Dot"]>;
|
|
@@ -3092,47 +3092,47 @@ declare const cfChainsBtcScriptPubkey: z.ZodDiscriminatedUnion<"__kind", [z.ZodO
|
|
|
3092
3092
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
3093
3093
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
3094
3094
|
}, "strip", z.ZodTypeAny, {
|
|
3095
|
-
__kind: "P2PKH";
|
|
3096
3095
|
value: `0x${string}`;
|
|
3097
|
-
}, {
|
|
3098
3096
|
__kind: "P2PKH";
|
|
3097
|
+
}, {
|
|
3099
3098
|
value: string;
|
|
3099
|
+
__kind: "P2PKH";
|
|
3100
3100
|
}>, z.ZodObject<{
|
|
3101
3101
|
__kind: z.ZodLiteral<"P2SH">;
|
|
3102
3102
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
3103
3103
|
}, "strip", z.ZodTypeAny, {
|
|
3104
|
-
__kind: "P2SH";
|
|
3105
3104
|
value: `0x${string}`;
|
|
3106
|
-
}, {
|
|
3107
3105
|
__kind: "P2SH";
|
|
3106
|
+
}, {
|
|
3108
3107
|
value: string;
|
|
3108
|
+
__kind: "P2SH";
|
|
3109
3109
|
}>, z.ZodObject<{
|
|
3110
3110
|
__kind: z.ZodLiteral<"P2WPKH">;
|
|
3111
3111
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
3112
3112
|
}, "strip", z.ZodTypeAny, {
|
|
3113
|
-
__kind: "P2WPKH";
|
|
3114
3113
|
value: `0x${string}`;
|
|
3115
|
-
}, {
|
|
3116
3114
|
__kind: "P2WPKH";
|
|
3115
|
+
}, {
|
|
3117
3116
|
value: string;
|
|
3117
|
+
__kind: "P2WPKH";
|
|
3118
3118
|
}>, z.ZodObject<{
|
|
3119
3119
|
__kind: z.ZodLiteral<"P2WSH">;
|
|
3120
3120
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
3121
3121
|
}, "strip", z.ZodTypeAny, {
|
|
3122
|
-
__kind: "P2WSH";
|
|
3123
3122
|
value: `0x${string}`;
|
|
3124
|
-
}, {
|
|
3125
3123
|
__kind: "P2WSH";
|
|
3124
|
+
}, {
|
|
3126
3125
|
value: string;
|
|
3126
|
+
__kind: "P2WSH";
|
|
3127
3127
|
}>, z.ZodObject<{
|
|
3128
3128
|
__kind: z.ZodLiteral<"Taproot">;
|
|
3129
3129
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
3130
3130
|
}, "strip", z.ZodTypeAny, {
|
|
3131
|
-
__kind: "Taproot";
|
|
3132
3131
|
value: `0x${string}`;
|
|
3133
|
-
}, {
|
|
3134
3132
|
__kind: "Taproot";
|
|
3133
|
+
}, {
|
|
3135
3134
|
value: string;
|
|
3135
|
+
__kind: "Taproot";
|
|
3136
3136
|
}>, z.ZodObject<{
|
|
3137
3137
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
3138
3138
|
version: z.ZodNumber;
|
|
@@ -3231,17 +3231,17 @@ declare const palletCfPoolsRangeOrderChange: z.ZodObject<{
|
|
|
3231
3231
|
quote: string | number;
|
|
3232
3232
|
}>;
|
|
3233
3233
|
}, "strip", z.ZodTypeAny, {
|
|
3234
|
+
liquidity: bigint;
|
|
3234
3235
|
amounts: {
|
|
3235
3236
|
base: bigint;
|
|
3236
3237
|
quote: bigint;
|
|
3237
3238
|
};
|
|
3238
|
-
liquidity: bigint;
|
|
3239
3239
|
}, {
|
|
3240
|
+
liquidity: string | number;
|
|
3240
3241
|
amounts: {
|
|
3241
3242
|
base: string | number;
|
|
3242
3243
|
quote: string | number;
|
|
3243
3244
|
};
|
|
3244
|
-
liquidity: string | number;
|
|
3245
3245
|
}>;
|
|
3246
3246
|
declare const palletCfPoolsIncreaseOrDecreaseRangeOrderChange: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
3247
3247
|
__kind: z.ZodLiteral<"Increase">;
|
|
@@ -3258,36 +3258,36 @@ declare const palletCfPoolsIncreaseOrDecreaseRangeOrderChange: z.ZodDiscriminate
|
|
|
3258
3258
|
quote: string | number;
|
|
3259
3259
|
}>;
|
|
3260
3260
|
}, "strip", z.ZodTypeAny, {
|
|
3261
|
+
liquidity: bigint;
|
|
3261
3262
|
amounts: {
|
|
3262
3263
|
base: bigint;
|
|
3263
3264
|
quote: bigint;
|
|
3264
3265
|
};
|
|
3265
|
-
liquidity: bigint;
|
|
3266
3266
|
}, {
|
|
3267
|
+
liquidity: string | number;
|
|
3267
3268
|
amounts: {
|
|
3268
3269
|
base: string | number;
|
|
3269
3270
|
quote: string | number;
|
|
3270
3271
|
};
|
|
3271
|
-
liquidity: string | number;
|
|
3272
3272
|
}>;
|
|
3273
3273
|
}, "strip", z.ZodTypeAny, {
|
|
3274
|
-
__kind: "Increase";
|
|
3275
3274
|
value: {
|
|
3275
|
+
liquidity: bigint;
|
|
3276
3276
|
amounts: {
|
|
3277
3277
|
base: bigint;
|
|
3278
3278
|
quote: bigint;
|
|
3279
3279
|
};
|
|
3280
|
-
liquidity: bigint;
|
|
3281
3280
|
};
|
|
3282
|
-
}, {
|
|
3283
3281
|
__kind: "Increase";
|
|
3282
|
+
}, {
|
|
3284
3283
|
value: {
|
|
3284
|
+
liquidity: string | number;
|
|
3285
3285
|
amounts: {
|
|
3286
3286
|
base: string | number;
|
|
3287
3287
|
quote: string | number;
|
|
3288
3288
|
};
|
|
3289
|
-
liquidity: string | number;
|
|
3290
3289
|
};
|
|
3290
|
+
__kind: "Increase";
|
|
3291
3291
|
}>, z.ZodObject<{
|
|
3292
3292
|
__kind: z.ZodLiteral<"Decrease">;
|
|
3293
3293
|
value: z.ZodObject<{
|
|
@@ -3303,36 +3303,36 @@ declare const palletCfPoolsIncreaseOrDecreaseRangeOrderChange: z.ZodDiscriminate
|
|
|
3303
3303
|
quote: string | number;
|
|
3304
3304
|
}>;
|
|
3305
3305
|
}, "strip", z.ZodTypeAny, {
|
|
3306
|
+
liquidity: bigint;
|
|
3306
3307
|
amounts: {
|
|
3307
3308
|
base: bigint;
|
|
3308
3309
|
quote: bigint;
|
|
3309
3310
|
};
|
|
3310
|
-
liquidity: bigint;
|
|
3311
3311
|
}, {
|
|
3312
|
+
liquidity: string | number;
|
|
3312
3313
|
amounts: {
|
|
3313
3314
|
base: string | number;
|
|
3314
3315
|
quote: string | number;
|
|
3315
3316
|
};
|
|
3316
|
-
liquidity: string | number;
|
|
3317
3317
|
}>;
|
|
3318
3318
|
}, "strip", z.ZodTypeAny, {
|
|
3319
|
-
__kind: "Decrease";
|
|
3320
3319
|
value: {
|
|
3320
|
+
liquidity: bigint;
|
|
3321
3321
|
amounts: {
|
|
3322
3322
|
base: bigint;
|
|
3323
3323
|
quote: bigint;
|
|
3324
3324
|
};
|
|
3325
|
-
liquidity: bigint;
|
|
3326
3325
|
};
|
|
3327
|
-
}, {
|
|
3328
3326
|
__kind: "Decrease";
|
|
3327
|
+
}, {
|
|
3329
3328
|
value: {
|
|
3329
|
+
liquidity: string | number;
|
|
3330
3330
|
amounts: {
|
|
3331
3331
|
base: string | number;
|
|
3332
3332
|
quote: string | number;
|
|
3333
3333
|
};
|
|
3334
|
-
liquidity: string | number;
|
|
3335
3334
|
};
|
|
3335
|
+
__kind: "Decrease";
|
|
3336
3336
|
}>]>;
|
|
3337
3337
|
declare const cfAmmCommonSide: z.ZodEffects<z.ZodObject<{
|
|
3338
3338
|
__kind: z.ZodEnum<["Buy", "Sell"]>;
|
|
@@ -3347,20 +3347,20 @@ declare const palletCfPoolsIncreaseOrDecreaseU128: z.ZodDiscriminatedUnion<"__ki
|
|
|
3347
3347
|
__kind: z.ZodLiteral<"Increase">;
|
|
3348
3348
|
value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
3349
3349
|
}, "strip", z.ZodTypeAny, {
|
|
3350
|
-
__kind: "Increase";
|
|
3351
3350
|
value: bigint;
|
|
3352
|
-
}, {
|
|
3353
3351
|
__kind: "Increase";
|
|
3352
|
+
}, {
|
|
3354
3353
|
value: string | number;
|
|
3354
|
+
__kind: "Increase";
|
|
3355
3355
|
}>, z.ZodObject<{
|
|
3356
3356
|
__kind: z.ZodLiteral<"Decrease">;
|
|
3357
3357
|
value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
3358
3358
|
}, "strip", z.ZodTypeAny, {
|
|
3359
|
-
__kind: "Decrease";
|
|
3360
3359
|
value: bigint;
|
|
3361
|
-
}, {
|
|
3362
3360
|
__kind: "Decrease";
|
|
3361
|
+
}, {
|
|
3363
3362
|
value: string | number;
|
|
3363
|
+
__kind: "Decrease";
|
|
3364
3364
|
}>]>;
|
|
3365
3365
|
declare const palletCfPoolsAssetPair: z.ZodObject<{
|
|
3366
3366
|
assets: z.ZodObject<{
|
|
@@ -3389,20 +3389,20 @@ declare const palletCfPoolsCloseOrder: z.ZodDiscriminatedUnion<"__kind", [z.ZodO
|
|
|
3389
3389
|
baseAsset: z.ZodEffects<z.ZodObject<{
|
|
3390
3390
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
|
|
3391
3391
|
}, "strip", z.ZodTypeAny, {
|
|
3392
|
-
__kind: "
|
|
3392
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
3393
3393
|
}, {
|
|
3394
|
-
__kind: "
|
|
3395
|
-
}>, "
|
|
3396
|
-
__kind: "
|
|
3394
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
3395
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
3396
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
3397
3397
|
}>;
|
|
3398
3398
|
quoteAsset: z.ZodEffects<z.ZodObject<{
|
|
3399
3399
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
|
|
3400
3400
|
}, "strip", z.ZodTypeAny, {
|
|
3401
|
-
__kind: "
|
|
3401
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
3402
3402
|
}, {
|
|
3403
|
-
__kind: "
|
|
3404
|
-
}>, "
|
|
3405
|
-
__kind: "
|
|
3403
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
3404
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
3405
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
3406
3406
|
}>;
|
|
3407
3407
|
side: z.ZodEffects<z.ZodObject<{
|
|
3408
3408
|
__kind: z.ZodEnum<["Buy", "Sell"]>;
|
|
@@ -3416,17 +3416,17 @@ declare const palletCfPoolsCloseOrder: z.ZodDiscriminatedUnion<"__kind", [z.ZodO
|
|
|
3416
3416
|
id: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
3417
3417
|
}, "strip", z.ZodTypeAny, {
|
|
3418
3418
|
__kind: "Limit";
|
|
3419
|
-
baseAsset: "
|
|
3420
|
-
quoteAsset: "
|
|
3419
|
+
baseAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
3420
|
+
quoteAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
3421
3421
|
side: "Buy" | "Sell";
|
|
3422
3422
|
id: bigint;
|
|
3423
3423
|
}, {
|
|
3424
3424
|
__kind: "Limit";
|
|
3425
3425
|
baseAsset: {
|
|
3426
|
-
__kind: "
|
|
3426
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
3427
3427
|
};
|
|
3428
3428
|
quoteAsset: {
|
|
3429
|
-
__kind: "
|
|
3429
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
3430
3430
|
};
|
|
3431
3431
|
side: {
|
|
3432
3432
|
__kind: "Buy" | "Sell";
|
|
@@ -3437,34 +3437,34 @@ declare const palletCfPoolsCloseOrder: z.ZodDiscriminatedUnion<"__kind", [z.ZodO
|
|
|
3437
3437
|
baseAsset: z.ZodEffects<z.ZodObject<{
|
|
3438
3438
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
|
|
3439
3439
|
}, "strip", z.ZodTypeAny, {
|
|
3440
|
-
__kind: "
|
|
3440
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
3441
3441
|
}, {
|
|
3442
|
-
__kind: "
|
|
3443
|
-
}>, "
|
|
3444
|
-
__kind: "
|
|
3442
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
3443
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
3444
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
3445
3445
|
}>;
|
|
3446
3446
|
quoteAsset: z.ZodEffects<z.ZodObject<{
|
|
3447
3447
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
|
|
3448
3448
|
}, "strip", z.ZodTypeAny, {
|
|
3449
|
-
__kind: "
|
|
3449
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
3450
3450
|
}, {
|
|
3451
|
-
__kind: "
|
|
3452
|
-
}>, "
|
|
3453
|
-
__kind: "
|
|
3451
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
3452
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
3453
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
3454
3454
|
}>;
|
|
3455
3455
|
id: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
3456
3456
|
}, "strip", z.ZodTypeAny, {
|
|
3457
3457
|
__kind: "Range";
|
|
3458
|
-
baseAsset: "
|
|
3459
|
-
quoteAsset: "
|
|
3458
|
+
baseAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
3459
|
+
quoteAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
3460
3460
|
id: bigint;
|
|
3461
3461
|
}, {
|
|
3462
3462
|
__kind: "Range";
|
|
3463
3463
|
baseAsset: {
|
|
3464
|
-
__kind: "
|
|
3464
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
3465
3465
|
};
|
|
3466
3466
|
quoteAsset: {
|
|
3467
|
-
__kind: "
|
|
3467
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
3468
3468
|
};
|
|
3469
3469
|
id: string | number;
|
|
3470
3470
|
}>]>;
|