@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/11200/common.d.mts
CHANGED
|
@@ -2378,20 +2378,20 @@ declare const numberOrHex: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.
|
|
|
2378
2378
|
declare const cfPrimitivesChainsAssetsAnyAsset: z.ZodEffects<z.ZodObject<{
|
|
2379
2379
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
2380
2380
|
}, "strip", z.ZodTypeAny, {
|
|
2381
|
-
__kind: "
|
|
2381
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
2382
2382
|
}, {
|
|
2383
|
-
__kind: "
|
|
2384
|
-
}>, "
|
|
2385
|
-
__kind: "
|
|
2383
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
2384
|
+
}>, "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
2385
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
2386
2386
|
}>;
|
|
2387
2387
|
declare const cfChainsAddressEncodedAddress: z.ZodEffects<z.ZodObject<{
|
|
2388
2388
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
2389
2389
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2390
2390
|
}, "strip", z.ZodTypeAny, {
|
|
2391
|
-
__kind: "
|
|
2391
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2392
2392
|
value: `0x${string}`;
|
|
2393
2393
|
}, {
|
|
2394
|
-
__kind: "
|
|
2394
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2395
2395
|
value: string;
|
|
2396
2396
|
}>, {
|
|
2397
2397
|
readonly chain: "Ethereum";
|
|
@@ -2412,7 +2412,7 @@ declare const cfChainsAddressEncodedAddress: z.ZodEffects<z.ZodObject<{
|
|
|
2412
2412
|
readonly chain: "Assethub";
|
|
2413
2413
|
readonly address: string;
|
|
2414
2414
|
}, {
|
|
2415
|
-
__kind: "
|
|
2415
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2416
2416
|
value: string;
|
|
2417
2417
|
}>;
|
|
2418
2418
|
declare const cfPrimitivesTxId: z.ZodObject<{
|
|
@@ -2489,10 +2489,10 @@ declare const cfChainsSwapOrigin: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject
|
|
|
2489
2489
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
2490
2490
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2491
2491
|
}, "strip", z.ZodTypeAny, {
|
|
2492
|
-
__kind: "
|
|
2492
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2493
2493
|
value: `0x${string}`;
|
|
2494
2494
|
}, {
|
|
2495
|
-
__kind: "
|
|
2495
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2496
2496
|
value: string;
|
|
2497
2497
|
}>, {
|
|
2498
2498
|
readonly chain: "Ethereum";
|
|
@@ -2513,7 +2513,7 @@ declare const cfChainsSwapOrigin: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject
|
|
|
2513
2513
|
readonly chain: "Assethub";
|
|
2514
2514
|
readonly address: string;
|
|
2515
2515
|
}, {
|
|
2516
|
-
__kind: "
|
|
2516
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2517
2517
|
value: string;
|
|
2518
2518
|
}>;
|
|
2519
2519
|
channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
@@ -2545,7 +2545,7 @@ declare const cfChainsSwapOrigin: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject
|
|
|
2545
2545
|
brokerId: `cF${string}`;
|
|
2546
2546
|
}, {
|
|
2547
2547
|
depositAddress: {
|
|
2548
|
-
__kind: "
|
|
2548
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2549
2549
|
value: string;
|
|
2550
2550
|
};
|
|
2551
2551
|
__kind: "DepositChannel";
|
|
@@ -3690,10 +3690,10 @@ declare const cfChainsCcmDepositMetadataEncodedAddress: z.ZodObject<{
|
|
|
3690
3690
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
3691
3691
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
3692
3692
|
}, "strip", z.ZodTypeAny, {
|
|
3693
|
-
__kind: "
|
|
3693
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
3694
3694
|
value: `0x${string}`;
|
|
3695
3695
|
}, {
|
|
3696
|
-
__kind: "
|
|
3696
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
3697
3697
|
value: string;
|
|
3698
3698
|
}>, {
|
|
3699
3699
|
readonly chain: "Ethereum";
|
|
@@ -3714,7 +3714,7 @@ declare const cfChainsCcmDepositMetadataEncodedAddress: z.ZodObject<{
|
|
|
3714
3714
|
readonly chain: "Assethub";
|
|
3715
3715
|
readonly address: string;
|
|
3716
3716
|
}, {
|
|
3717
|
-
__kind: "
|
|
3717
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
3718
3718
|
value: string;
|
|
3719
3719
|
}>>>;
|
|
3720
3720
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -3817,7 +3817,7 @@ declare const cfChainsCcmDepositMetadataEncodedAddress: z.ZodObject<{
|
|
|
3817
3817
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
3818
3818
|
};
|
|
3819
3819
|
sourceAddress?: {
|
|
3820
|
-
__kind: "
|
|
3820
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
3821
3821
|
value: string;
|
|
3822
3822
|
} | null | undefined;
|
|
3823
3823
|
}>;
|
|
@@ -4128,10 +4128,10 @@ declare const cfTraitsSwappingSwapOutputActionGenericEncodedAddress: z.ZodDiscri
|
|
|
4128
4128
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
4129
4129
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
4130
4130
|
}, "strip", z.ZodTypeAny, {
|
|
4131
|
-
__kind: "
|
|
4131
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
4132
4132
|
value: `0x${string}`;
|
|
4133
4133
|
}, {
|
|
4134
|
-
__kind: "
|
|
4134
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
4135
4135
|
value: string;
|
|
4136
4136
|
}>, {
|
|
4137
4137
|
readonly chain: "Ethereum";
|
|
@@ -4152,7 +4152,7 @@ declare const cfTraitsSwappingSwapOutputActionGenericEncodedAddress: z.ZodDiscri
|
|
|
4152
4152
|
readonly chain: "Assethub";
|
|
4153
4153
|
readonly address: string;
|
|
4154
4154
|
}, {
|
|
4155
|
-
__kind: "
|
|
4155
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
4156
4156
|
value: string;
|
|
4157
4157
|
}>>>;
|
|
4158
4158
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -4255,7 +4255,7 @@ declare const cfTraitsSwappingSwapOutputActionGenericEncodedAddress: z.ZodDiscri
|
|
|
4255
4255
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
4256
4256
|
};
|
|
4257
4257
|
sourceAddress?: {
|
|
4258
|
-
__kind: "
|
|
4258
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
4259
4259
|
value: string;
|
|
4260
4260
|
} | null | undefined;
|
|
4261
4261
|
}>>>;
|
|
@@ -4263,10 +4263,10 @@ declare const cfTraitsSwappingSwapOutputActionGenericEncodedAddress: z.ZodDiscri
|
|
|
4263
4263
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
4264
4264
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
4265
4265
|
}, "strip", z.ZodTypeAny, {
|
|
4266
|
-
__kind: "
|
|
4266
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
4267
4267
|
value: `0x${string}`;
|
|
4268
4268
|
}, {
|
|
4269
|
-
__kind: "
|
|
4269
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
4270
4270
|
value: string;
|
|
4271
4271
|
}>, {
|
|
4272
4272
|
readonly chain: "Ethereum";
|
|
@@ -4287,7 +4287,7 @@ declare const cfTraitsSwappingSwapOutputActionGenericEncodedAddress: z.ZodDiscri
|
|
|
4287
4287
|
readonly chain: "Assethub";
|
|
4288
4288
|
readonly address: string;
|
|
4289
4289
|
}, {
|
|
4290
|
-
__kind: "
|
|
4290
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
4291
4291
|
value: string;
|
|
4292
4292
|
}>;
|
|
4293
4293
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -4373,7 +4373,7 @@ declare const cfTraitsSwappingSwapOutputActionGenericEncodedAddress: z.ZodDiscri
|
|
|
4373
4373
|
}, {
|
|
4374
4374
|
__kind: "Egress";
|
|
4375
4375
|
outputAddress: {
|
|
4376
|
-
__kind: "
|
|
4376
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
4377
4377
|
value: string;
|
|
4378
4378
|
};
|
|
4379
4379
|
ccmDepositMetadata?: {
|
|
@@ -4418,7 +4418,7 @@ declare const cfTraitsSwappingSwapOutputActionGenericEncodedAddress: z.ZodDiscri
|
|
|
4418
4418
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
4419
4419
|
};
|
|
4420
4420
|
sourceAddress?: {
|
|
4421
|
-
__kind: "
|
|
4421
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
4422
4422
|
value: string;
|
|
4423
4423
|
} | null | undefined;
|
|
4424
4424
|
} | null | undefined;
|
|
@@ -4753,10 +4753,10 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
|
|
|
4753
4753
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
4754
4754
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
4755
4755
|
}, "strip", z.ZodTypeAny, {
|
|
4756
|
-
__kind: "
|
|
4756
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
4757
4757
|
value: `0x${string}`;
|
|
4758
4758
|
}, {
|
|
4759
|
-
__kind: "
|
|
4759
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
4760
4760
|
value: string;
|
|
4761
4761
|
}>, {
|
|
4762
4762
|
readonly chain: "Ethereum";
|
|
@@ -4777,7 +4777,7 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
|
|
|
4777
4777
|
readonly chain: "Assethub";
|
|
4778
4778
|
readonly address: string;
|
|
4779
4779
|
}, {
|
|
4780
|
-
__kind: "
|
|
4780
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
4781
4781
|
value: string;
|
|
4782
4782
|
}>>>;
|
|
4783
4783
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -4880,7 +4880,7 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
|
|
|
4880
4880
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
4881
4881
|
};
|
|
4882
4882
|
sourceAddress?: {
|
|
4883
|
-
__kind: "
|
|
4883
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
4884
4884
|
value: string;
|
|
4885
4885
|
} | null | undefined;
|
|
4886
4886
|
}>>>;
|
|
@@ -4888,10 +4888,10 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
|
|
|
4888
4888
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
4889
4889
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
4890
4890
|
}, "strip", z.ZodTypeAny, {
|
|
4891
|
-
__kind: "
|
|
4891
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
4892
4892
|
value: `0x${string}`;
|
|
4893
4893
|
}, {
|
|
4894
|
-
__kind: "
|
|
4894
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
4895
4895
|
value: string;
|
|
4896
4896
|
}>, {
|
|
4897
4897
|
readonly chain: "Ethereum";
|
|
@@ -4912,7 +4912,7 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
|
|
|
4912
4912
|
readonly chain: "Assethub";
|
|
4913
4913
|
readonly address: string;
|
|
4914
4914
|
}, {
|
|
4915
|
-
__kind: "
|
|
4915
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
4916
4916
|
value: string;
|
|
4917
4917
|
}>;
|
|
4918
4918
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -4998,7 +4998,7 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
|
|
|
4998
4998
|
}, {
|
|
4999
4999
|
__kind: "Egress";
|
|
5000
5000
|
outputAddress: {
|
|
5001
|
-
__kind: "
|
|
5001
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
5002
5002
|
value: string;
|
|
5003
5003
|
};
|
|
5004
5004
|
ccmDepositMetadata?: {
|
|
@@ -5043,7 +5043,7 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
|
|
|
5043
5043
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
5044
5044
|
};
|
|
5045
5045
|
sourceAddress?: {
|
|
5046
|
-
__kind: "
|
|
5046
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
5047
5047
|
value: string;
|
|
5048
5048
|
} | null | undefined;
|
|
5049
5049
|
} | null | undefined;
|
|
@@ -5148,7 +5148,7 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
|
|
|
5148
5148
|
outputAction: {
|
|
5149
5149
|
__kind: "Egress";
|
|
5150
5150
|
outputAddress: {
|
|
5151
|
-
__kind: "
|
|
5151
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
5152
5152
|
value: string;
|
|
5153
5153
|
};
|
|
5154
5154
|
ccmDepositMetadata?: {
|
|
@@ -5193,7 +5193,7 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
|
|
|
5193
5193
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
5194
5194
|
};
|
|
5195
5195
|
sourceAddress?: {
|
|
5196
|
-
__kind: "
|
|
5196
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
5197
5197
|
value: string;
|
|
5198
5198
|
} | null | undefined;
|
|
5199
5199
|
} | null | undefined;
|
|
@@ -9716,20 +9716,20 @@ declare const palletCfEthereumIngressEgressVaultDepositWitnessEthereum: z.ZodObj
|
|
|
9716
9716
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
9717
9717
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
9718
9718
|
}, "strip", z.ZodTypeAny, {
|
|
9719
|
-
__kind: "
|
|
9719
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
9720
9720
|
}, {
|
|
9721
|
-
__kind: "
|
|
9722
|
-
}>, "
|
|
9723
|
-
__kind: "
|
|
9721
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
9722
|
+
}>, "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
9723
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
9724
9724
|
}>;
|
|
9725
9725
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
9726
9726
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
9727
9727
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
9728
9728
|
}, "strip", z.ZodTypeAny, {
|
|
9729
|
-
__kind: "
|
|
9729
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
9730
9730
|
value: `0x${string}`;
|
|
9731
9731
|
}, {
|
|
9732
|
-
__kind: "
|
|
9732
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
9733
9733
|
value: string;
|
|
9734
9734
|
}>, {
|
|
9735
9735
|
readonly chain: "Ethereum";
|
|
@@ -9750,7 +9750,7 @@ declare const palletCfEthereumIngressEgressVaultDepositWitnessEthereum: z.ZodObj
|
|
|
9750
9750
|
readonly chain: "Assethub";
|
|
9751
9751
|
readonly address: string;
|
|
9752
9752
|
}, {
|
|
9753
|
-
__kind: "
|
|
9753
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
9754
9754
|
value: string;
|
|
9755
9755
|
}>;
|
|
9756
9756
|
depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
@@ -10098,7 +10098,7 @@ declare const palletCfEthereumIngressEgressVaultDepositWitnessEthereum: z.ZodObj
|
|
|
10098
10098
|
txId: `0x${string}`;
|
|
10099
10099
|
inputAsset: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
10100
10100
|
depositAmount: bigint;
|
|
10101
|
-
outputAsset: "
|
|
10101
|
+
outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
10102
10102
|
destinationAddress: {
|
|
10103
10103
|
readonly chain: "Ethereum";
|
|
10104
10104
|
readonly address: `0x${string}`;
|
|
@@ -10200,10 +10200,10 @@ declare const palletCfEthereumIngressEgressVaultDepositWitnessEthereum: z.ZodObj
|
|
|
10200
10200
|
};
|
|
10201
10201
|
depositAmount: string | number;
|
|
10202
10202
|
outputAsset: {
|
|
10203
|
-
__kind: "
|
|
10203
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
10204
10204
|
};
|
|
10205
10205
|
destinationAddress: {
|
|
10206
|
-
__kind: "
|
|
10206
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
10207
10207
|
value: string;
|
|
10208
10208
|
};
|
|
10209
10209
|
affiliateFees: {
|
|
@@ -10365,20 +10365,20 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
|
|
|
10365
10365
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
10366
10366
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
10367
10367
|
}, "strip", z.ZodTypeAny, {
|
|
10368
|
-
__kind: "
|
|
10368
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
10369
10369
|
}, {
|
|
10370
|
-
__kind: "
|
|
10371
|
-
}>, "
|
|
10372
|
-
__kind: "
|
|
10370
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
10371
|
+
}>, "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
10372
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
10373
10373
|
}>;
|
|
10374
10374
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
10375
10375
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
10376
10376
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
10377
10377
|
}, "strip", z.ZodTypeAny, {
|
|
10378
|
-
__kind: "
|
|
10378
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
10379
10379
|
value: `0x${string}`;
|
|
10380
10380
|
}, {
|
|
10381
|
-
__kind: "
|
|
10381
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
10382
10382
|
value: string;
|
|
10383
10383
|
}>, {
|
|
10384
10384
|
readonly chain: "Ethereum";
|
|
@@ -10399,7 +10399,7 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
|
|
|
10399
10399
|
readonly chain: "Assethub";
|
|
10400
10400
|
readonly address: string;
|
|
10401
10401
|
}, {
|
|
10402
|
-
__kind: "
|
|
10402
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
10403
10403
|
value: string;
|
|
10404
10404
|
}>;
|
|
10405
10405
|
depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
@@ -10747,7 +10747,7 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
|
|
|
10747
10747
|
txId: `0x${string}`;
|
|
10748
10748
|
inputAsset: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
10749
10749
|
depositAmount: bigint;
|
|
10750
|
-
outputAsset: "
|
|
10750
|
+
outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
10751
10751
|
destinationAddress: {
|
|
10752
10752
|
readonly chain: "Ethereum";
|
|
10753
10753
|
readonly address: `0x${string}`;
|
|
@@ -10849,10 +10849,10 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
|
|
|
10849
10849
|
};
|
|
10850
10850
|
depositAmount: string | number;
|
|
10851
10851
|
outputAsset: {
|
|
10852
|
-
__kind: "
|
|
10852
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
10853
10853
|
};
|
|
10854
10854
|
destinationAddress: {
|
|
10855
|
-
__kind: "
|
|
10855
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
10856
10856
|
value: string;
|
|
10857
10857
|
};
|
|
10858
10858
|
affiliateFees: {
|
|
@@ -10939,7 +10939,7 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
|
|
|
10939
10939
|
txId: `0x${string}`;
|
|
10940
10940
|
inputAsset: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
10941
10941
|
depositAmount: bigint;
|
|
10942
|
-
outputAsset: "
|
|
10942
|
+
outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
10943
10943
|
destinationAddress: {
|
|
10944
10944
|
readonly chain: "Ethereum";
|
|
10945
10945
|
readonly address: `0x${string}`;
|
|
@@ -11044,10 +11044,10 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
|
|
|
11044
11044
|
};
|
|
11045
11045
|
depositAmount: string | number;
|
|
11046
11046
|
outputAsset: {
|
|
11047
|
-
__kind: "
|
|
11047
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
11048
11048
|
};
|
|
11049
11049
|
destinationAddress: {
|
|
11050
|
-
__kind: "
|
|
11050
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
11051
11051
|
value: string;
|
|
11052
11052
|
};
|
|
11053
11053
|
affiliateFees: {
|
|
@@ -11925,20 +11925,20 @@ declare const palletCfPolkadotIngressEgressVaultDepositWitnessPolkadot: z.ZodObj
|
|
|
11925
11925
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
11926
11926
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
11927
11927
|
}, "strip", z.ZodTypeAny, {
|
|
11928
|
-
__kind: "
|
|
11928
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
11929
11929
|
}, {
|
|
11930
|
-
__kind: "
|
|
11931
|
-
}>, "
|
|
11932
|
-
__kind: "
|
|
11930
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
11931
|
+
}>, "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
11932
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
11933
11933
|
}>;
|
|
11934
11934
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
11935
11935
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
11936
11936
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
11937
11937
|
}, "strip", z.ZodTypeAny, {
|
|
11938
|
-
__kind: "
|
|
11938
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
11939
11939
|
value: `0x${string}`;
|
|
11940
11940
|
}, {
|
|
11941
|
-
__kind: "
|
|
11941
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
11942
11942
|
value: string;
|
|
11943
11943
|
}>, {
|
|
11944
11944
|
readonly chain: "Ethereum";
|
|
@@ -11959,7 +11959,7 @@ declare const palletCfPolkadotIngressEgressVaultDepositWitnessPolkadot: z.ZodObj
|
|
|
11959
11959
|
readonly chain: "Assethub";
|
|
11960
11960
|
readonly address: string;
|
|
11961
11961
|
}, {
|
|
11962
|
-
__kind: "
|
|
11962
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
11963
11963
|
value: string;
|
|
11964
11964
|
}>;
|
|
11965
11965
|
depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
@@ -12317,7 +12317,7 @@ declare const palletCfPolkadotIngressEgressVaultDepositWitnessPolkadot: z.ZodObj
|
|
|
12317
12317
|
};
|
|
12318
12318
|
inputAsset: "Dot";
|
|
12319
12319
|
depositAmount: bigint;
|
|
12320
|
-
outputAsset: "
|
|
12320
|
+
outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
12321
12321
|
destinationAddress: {
|
|
12322
12322
|
readonly chain: "Ethereum";
|
|
12323
12323
|
readonly address: `0x${string}`;
|
|
@@ -12420,10 +12420,10 @@ declare const palletCfPolkadotIngressEgressVaultDepositWitnessPolkadot: z.ZodObj
|
|
|
12420
12420
|
};
|
|
12421
12421
|
depositAmount: string | number;
|
|
12422
12422
|
outputAsset: {
|
|
12423
|
-
__kind: "
|
|
12423
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
12424
12424
|
};
|
|
12425
12425
|
destinationAddress: {
|
|
12426
|
-
__kind: "
|
|
12426
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
12427
12427
|
value: string;
|
|
12428
12428
|
};
|
|
12429
12429
|
affiliateFees: {
|
|
@@ -12565,20 +12565,20 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
|
|
|
12565
12565
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
12566
12566
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
12567
12567
|
}, "strip", z.ZodTypeAny, {
|
|
12568
|
-
__kind: "
|
|
12568
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
12569
12569
|
}, {
|
|
12570
|
-
__kind: "
|
|
12571
|
-
}>, "
|
|
12572
|
-
__kind: "
|
|
12570
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
12571
|
+
}>, "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
12572
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
12573
12573
|
}>;
|
|
12574
12574
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
12575
12575
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
12576
12576
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
12577
12577
|
}, "strip", z.ZodTypeAny, {
|
|
12578
|
-
__kind: "
|
|
12578
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
12579
12579
|
value: `0x${string}`;
|
|
12580
12580
|
}, {
|
|
12581
|
-
__kind: "
|
|
12581
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
12582
12582
|
value: string;
|
|
12583
12583
|
}>, {
|
|
12584
12584
|
readonly chain: "Ethereum";
|
|
@@ -12599,7 +12599,7 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
|
|
|
12599
12599
|
readonly chain: "Assethub";
|
|
12600
12600
|
readonly address: string;
|
|
12601
12601
|
}, {
|
|
12602
|
-
__kind: "
|
|
12602
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
12603
12603
|
value: string;
|
|
12604
12604
|
}>;
|
|
12605
12605
|
depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
@@ -12957,7 +12957,7 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
|
|
|
12957
12957
|
};
|
|
12958
12958
|
inputAsset: "Dot";
|
|
12959
12959
|
depositAmount: bigint;
|
|
12960
|
-
outputAsset: "
|
|
12960
|
+
outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
12961
12961
|
destinationAddress: {
|
|
12962
12962
|
readonly chain: "Ethereum";
|
|
12963
12963
|
readonly address: `0x${string}`;
|
|
@@ -13060,10 +13060,10 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
|
|
|
13060
13060
|
};
|
|
13061
13061
|
depositAmount: string | number;
|
|
13062
13062
|
outputAsset: {
|
|
13063
|
-
__kind: "
|
|
13063
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
13064
13064
|
};
|
|
13065
13065
|
destinationAddress: {
|
|
13066
|
-
__kind: "
|
|
13066
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
13067
13067
|
value: string;
|
|
13068
13068
|
};
|
|
13069
13069
|
affiliateFees: {
|
|
@@ -13151,7 +13151,7 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
|
|
|
13151
13151
|
};
|
|
13152
13152
|
inputAsset: "Dot";
|
|
13153
13153
|
depositAmount: bigint;
|
|
13154
|
-
outputAsset: "
|
|
13154
|
+
outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
13155
13155
|
destinationAddress: {
|
|
13156
13156
|
readonly chain: "Ethereum";
|
|
13157
13157
|
readonly address: `0x${string}`;
|
|
@@ -13257,10 +13257,10 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
|
|
|
13257
13257
|
};
|
|
13258
13258
|
depositAmount: string | number;
|
|
13259
13259
|
outputAsset: {
|
|
13260
|
-
__kind: "
|
|
13260
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
13261
13261
|
};
|
|
13262
13262
|
destinationAddress: {
|
|
13263
|
-
__kind: "
|
|
13263
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
13264
13264
|
value: string;
|
|
13265
13265
|
};
|
|
13266
13266
|
affiliateFees: {
|
|
@@ -14788,20 +14788,20 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
|
|
|
14788
14788
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
14789
14789
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
14790
14790
|
}, "strip", z.ZodTypeAny, {
|
|
14791
|
-
__kind: "
|
|
14791
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
14792
14792
|
}, {
|
|
14793
|
-
__kind: "
|
|
14794
|
-
}>, "
|
|
14795
|
-
__kind: "
|
|
14793
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
14794
|
+
}>, "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
14795
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
14796
14796
|
}>;
|
|
14797
14797
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
14798
14798
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
14799
14799
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
14800
14800
|
}, "strip", z.ZodTypeAny, {
|
|
14801
|
-
__kind: "
|
|
14801
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
14802
14802
|
value: `0x${string}`;
|
|
14803
14803
|
}, {
|
|
14804
|
-
__kind: "
|
|
14804
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
14805
14805
|
value: string;
|
|
14806
14806
|
}>, {
|
|
14807
14807
|
readonly chain: "Ethereum";
|
|
@@ -14822,7 +14822,7 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
|
|
|
14822
14822
|
readonly chain: "Assethub";
|
|
14823
14823
|
readonly address: string;
|
|
14824
14824
|
}, {
|
|
14825
|
-
__kind: "
|
|
14825
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
14826
14826
|
value: string;
|
|
14827
14827
|
}>;
|
|
14828
14828
|
depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
@@ -15280,7 +15280,7 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
|
|
|
15280
15280
|
txId: `0x${string}`;
|
|
15281
15281
|
inputAsset: "Btc";
|
|
15282
15282
|
depositAmount: bigint;
|
|
15283
|
-
outputAsset: "
|
|
15283
|
+
outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
15284
15284
|
destinationAddress: {
|
|
15285
15285
|
readonly chain: "Ethereum";
|
|
15286
15286
|
readonly address: `0x${string}`;
|
|
@@ -15435,10 +15435,10 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
|
|
|
15435
15435
|
};
|
|
15436
15436
|
depositAmount: string | number;
|
|
15437
15437
|
outputAsset: {
|
|
15438
|
-
__kind: "
|
|
15438
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
15439
15439
|
};
|
|
15440
15440
|
destinationAddress: {
|
|
15441
|
-
__kind: "
|
|
15441
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
15442
15442
|
value: string;
|
|
15443
15443
|
};
|
|
15444
15444
|
affiliateFees: {
|
|
@@ -16066,20 +16066,20 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
16066
16066
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
16067
16067
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
16068
16068
|
}, "strip", z.ZodTypeAny, {
|
|
16069
|
-
__kind: "
|
|
16069
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
16070
16070
|
}, {
|
|
16071
|
-
__kind: "
|
|
16072
|
-
}>, "
|
|
16073
|
-
__kind: "
|
|
16071
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
16072
|
+
}>, "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
16073
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
16074
16074
|
}>;
|
|
16075
16075
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
16076
16076
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
16077
16077
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
16078
16078
|
}, "strip", z.ZodTypeAny, {
|
|
16079
|
-
__kind: "
|
|
16079
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
16080
16080
|
value: `0x${string}`;
|
|
16081
16081
|
}, {
|
|
16082
|
-
__kind: "
|
|
16082
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
16083
16083
|
value: string;
|
|
16084
16084
|
}>, {
|
|
16085
16085
|
readonly chain: "Ethereum";
|
|
@@ -16100,7 +16100,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
16100
16100
|
readonly chain: "Assethub";
|
|
16101
16101
|
readonly address: string;
|
|
16102
16102
|
}, {
|
|
16103
|
-
__kind: "
|
|
16103
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
16104
16104
|
value: string;
|
|
16105
16105
|
}>;
|
|
16106
16106
|
depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
@@ -16558,7 +16558,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
16558
16558
|
txId: `0x${string}`;
|
|
16559
16559
|
inputAsset: "Btc";
|
|
16560
16560
|
depositAmount: bigint;
|
|
16561
|
-
outputAsset: "
|
|
16561
|
+
outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
16562
16562
|
destinationAddress: {
|
|
16563
16563
|
readonly chain: "Ethereum";
|
|
16564
16564
|
readonly address: `0x${string}`;
|
|
@@ -16713,10 +16713,10 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
16713
16713
|
};
|
|
16714
16714
|
depositAmount: string | number;
|
|
16715
16715
|
outputAsset: {
|
|
16716
|
-
__kind: "
|
|
16716
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
16717
16717
|
};
|
|
16718
16718
|
destinationAddress: {
|
|
16719
|
-
__kind: "
|
|
16719
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
16720
16720
|
value: string;
|
|
16721
16721
|
};
|
|
16722
16722
|
affiliateFees: {
|
|
@@ -16856,7 +16856,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
16856
16856
|
txId: `0x${string}`;
|
|
16857
16857
|
inputAsset: "Btc";
|
|
16858
16858
|
depositAmount: bigint;
|
|
16859
|
-
outputAsset: "
|
|
16859
|
+
outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
16860
16860
|
destinationAddress: {
|
|
16861
16861
|
readonly chain: "Ethereum";
|
|
16862
16862
|
readonly address: `0x${string}`;
|
|
@@ -17014,10 +17014,10 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
17014
17014
|
};
|
|
17015
17015
|
depositAmount: string | number;
|
|
17016
17016
|
outputAsset: {
|
|
17017
|
-
__kind: "
|
|
17017
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
17018
17018
|
};
|
|
17019
17019
|
destinationAddress: {
|
|
17020
|
-
__kind: "
|
|
17020
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
17021
17021
|
value: string;
|
|
17022
17022
|
};
|
|
17023
17023
|
affiliateFees: {
|
|
@@ -17940,20 +17940,20 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitnessArbitrum: z.ZodObj
|
|
|
17940
17940
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
17941
17941
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
17942
17942
|
}, "strip", z.ZodTypeAny, {
|
|
17943
|
-
__kind: "
|
|
17943
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
17944
17944
|
}, {
|
|
17945
|
-
__kind: "
|
|
17946
|
-
}>, "
|
|
17947
|
-
__kind: "
|
|
17945
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
17946
|
+
}>, "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
17947
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
17948
17948
|
}>;
|
|
17949
17949
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
17950
17950
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
17951
17951
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
17952
17952
|
}, "strip", z.ZodTypeAny, {
|
|
17953
|
-
__kind: "
|
|
17953
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
17954
17954
|
value: `0x${string}`;
|
|
17955
17955
|
}, {
|
|
17956
|
-
__kind: "
|
|
17956
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
17957
17957
|
value: string;
|
|
17958
17958
|
}>, {
|
|
17959
17959
|
readonly chain: "Ethereum";
|
|
@@ -17974,7 +17974,7 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitnessArbitrum: z.ZodObj
|
|
|
17974
17974
|
readonly chain: "Assethub";
|
|
17975
17975
|
readonly address: string;
|
|
17976
17976
|
}, {
|
|
17977
|
-
__kind: "
|
|
17977
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
17978
17978
|
value: string;
|
|
17979
17979
|
}>;
|
|
17980
17980
|
depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
@@ -18322,7 +18322,7 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitnessArbitrum: z.ZodObj
|
|
|
18322
18322
|
txId: `0x${string}`;
|
|
18323
18323
|
inputAsset: "ArbEth" | "ArbUsdc";
|
|
18324
18324
|
depositAmount: bigint;
|
|
18325
|
-
outputAsset: "
|
|
18325
|
+
outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
18326
18326
|
destinationAddress: {
|
|
18327
18327
|
readonly chain: "Ethereum";
|
|
18328
18328
|
readonly address: `0x${string}`;
|
|
@@ -18424,10 +18424,10 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitnessArbitrum: z.ZodObj
|
|
|
18424
18424
|
};
|
|
18425
18425
|
depositAmount: string | number;
|
|
18426
18426
|
outputAsset: {
|
|
18427
|
-
__kind: "
|
|
18427
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
18428
18428
|
};
|
|
18429
18429
|
destinationAddress: {
|
|
18430
|
-
__kind: "
|
|
18430
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
18431
18431
|
value: string;
|
|
18432
18432
|
};
|
|
18433
18433
|
affiliateFees: {
|
|
@@ -18589,20 +18589,20 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
|
|
|
18589
18589
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
18590
18590
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
18591
18591
|
}, "strip", z.ZodTypeAny, {
|
|
18592
|
-
__kind: "
|
|
18592
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
18593
18593
|
}, {
|
|
18594
|
-
__kind: "
|
|
18595
|
-
}>, "
|
|
18596
|
-
__kind: "
|
|
18594
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
18595
|
+
}>, "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
18596
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
18597
18597
|
}>;
|
|
18598
18598
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
18599
18599
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
18600
18600
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
18601
18601
|
}, "strip", z.ZodTypeAny, {
|
|
18602
|
-
__kind: "
|
|
18602
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
18603
18603
|
value: `0x${string}`;
|
|
18604
18604
|
}, {
|
|
18605
|
-
__kind: "
|
|
18605
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
18606
18606
|
value: string;
|
|
18607
18607
|
}>, {
|
|
18608
18608
|
readonly chain: "Ethereum";
|
|
@@ -18623,7 +18623,7 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
|
|
|
18623
18623
|
readonly chain: "Assethub";
|
|
18624
18624
|
readonly address: string;
|
|
18625
18625
|
}, {
|
|
18626
|
-
__kind: "
|
|
18626
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
18627
18627
|
value: string;
|
|
18628
18628
|
}>;
|
|
18629
18629
|
depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
@@ -18971,7 +18971,7 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
|
|
|
18971
18971
|
txId: `0x${string}`;
|
|
18972
18972
|
inputAsset: "ArbEth" | "ArbUsdc";
|
|
18973
18973
|
depositAmount: bigint;
|
|
18974
|
-
outputAsset: "
|
|
18974
|
+
outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
18975
18975
|
destinationAddress: {
|
|
18976
18976
|
readonly chain: "Ethereum";
|
|
18977
18977
|
readonly address: `0x${string}`;
|
|
@@ -19073,10 +19073,10 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
|
|
|
19073
19073
|
};
|
|
19074
19074
|
depositAmount: string | number;
|
|
19075
19075
|
outputAsset: {
|
|
19076
|
-
__kind: "
|
|
19076
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
19077
19077
|
};
|
|
19078
19078
|
destinationAddress: {
|
|
19079
|
-
__kind: "
|
|
19079
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
19080
19080
|
value: string;
|
|
19081
19081
|
};
|
|
19082
19082
|
affiliateFees: {
|
|
@@ -19163,7 +19163,7 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
|
|
|
19163
19163
|
txId: `0x${string}`;
|
|
19164
19164
|
inputAsset: "ArbEth" | "ArbUsdc";
|
|
19165
19165
|
depositAmount: bigint;
|
|
19166
|
-
outputAsset: "
|
|
19166
|
+
outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
19167
19167
|
destinationAddress: {
|
|
19168
19168
|
readonly chain: "Ethereum";
|
|
19169
19169
|
readonly address: `0x${string}`;
|
|
@@ -19268,10 +19268,10 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
|
|
|
19268
19268
|
};
|
|
19269
19269
|
depositAmount: string | number;
|
|
19270
19270
|
outputAsset: {
|
|
19271
|
-
__kind: "
|
|
19271
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
19272
19272
|
};
|
|
19273
19273
|
destinationAddress: {
|
|
19274
|
-
__kind: "
|
|
19274
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
19275
19275
|
value: string;
|
|
19276
19276
|
};
|
|
19277
19277
|
affiliateFees: {
|
|
@@ -20207,20 +20207,20 @@ declare const palletCfSolanaIngressEgressVaultDepositWitnessSolana: z.ZodObject<
|
|
|
20207
20207
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
20208
20208
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
20209
20209
|
}, "strip", z.ZodTypeAny, {
|
|
20210
|
-
__kind: "
|
|
20210
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
20211
20211
|
}, {
|
|
20212
|
-
__kind: "
|
|
20213
|
-
}>, "
|
|
20214
|
-
__kind: "
|
|
20212
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
20213
|
+
}>, "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
20214
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
20215
20215
|
}>;
|
|
20216
20216
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
20217
20217
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
20218
20218
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
20219
20219
|
}, "strip", z.ZodTypeAny, {
|
|
20220
|
-
__kind: "
|
|
20220
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
20221
20221
|
value: `0x${string}`;
|
|
20222
20222
|
}, {
|
|
20223
|
-
__kind: "
|
|
20223
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
20224
20224
|
value: string;
|
|
20225
20225
|
}>, {
|
|
20226
20226
|
readonly chain: "Ethereum";
|
|
@@ -20241,7 +20241,7 @@ declare const palletCfSolanaIngressEgressVaultDepositWitnessSolana: z.ZodObject<
|
|
|
20241
20241
|
readonly chain: "Assethub";
|
|
20242
20242
|
readonly address: string;
|
|
20243
20243
|
}, {
|
|
20244
|
-
__kind: "
|
|
20244
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
20245
20245
|
value: string;
|
|
20246
20246
|
}>;
|
|
20247
20247
|
depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
@@ -20593,7 +20593,7 @@ declare const palletCfSolanaIngressEgressVaultDepositWitnessSolana: z.ZodObject<
|
|
|
20593
20593
|
txId: [`0x${string}`, bigint];
|
|
20594
20594
|
inputAsset: "Sol" | "SolUsdc";
|
|
20595
20595
|
depositAmount: bigint;
|
|
20596
|
-
outputAsset: "
|
|
20596
|
+
outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
20597
20597
|
destinationAddress: {
|
|
20598
20598
|
readonly chain: "Ethereum";
|
|
20599
20599
|
readonly address: `0x${string}`;
|
|
@@ -20699,10 +20699,10 @@ declare const palletCfSolanaIngressEgressVaultDepositWitnessSolana: z.ZodObject<
|
|
|
20699
20699
|
};
|
|
20700
20700
|
depositAmount: string | number;
|
|
20701
20701
|
outputAsset: {
|
|
20702
|
-
__kind: "
|
|
20702
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
20703
20703
|
};
|
|
20704
20704
|
destinationAddress: {
|
|
20705
|
-
__kind: "
|
|
20705
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
20706
20706
|
value: string;
|
|
20707
20707
|
};
|
|
20708
20708
|
affiliateFees: {
|
|
@@ -20904,20 +20904,20 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
20904
20904
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
20905
20905
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
20906
20906
|
}, "strip", z.ZodTypeAny, {
|
|
20907
|
-
__kind: "
|
|
20907
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
20908
20908
|
}, {
|
|
20909
|
-
__kind: "
|
|
20910
|
-
}>, "
|
|
20911
|
-
__kind: "
|
|
20909
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
20910
|
+
}>, "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
20911
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
20912
20912
|
}>;
|
|
20913
20913
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
20914
20914
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
20915
20915
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
20916
20916
|
}, "strip", z.ZodTypeAny, {
|
|
20917
|
-
__kind: "
|
|
20917
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
20918
20918
|
value: `0x${string}`;
|
|
20919
20919
|
}, {
|
|
20920
|
-
__kind: "
|
|
20920
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
20921
20921
|
value: string;
|
|
20922
20922
|
}>, {
|
|
20923
20923
|
readonly chain: "Ethereum";
|
|
@@ -20938,7 +20938,7 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
20938
20938
|
readonly chain: "Assethub";
|
|
20939
20939
|
readonly address: string;
|
|
20940
20940
|
}, {
|
|
20941
|
-
__kind: "
|
|
20941
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
20942
20942
|
value: string;
|
|
20943
20943
|
}>;
|
|
20944
20944
|
depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
@@ -21290,7 +21290,7 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
21290
21290
|
txId: [`0x${string}`, bigint];
|
|
21291
21291
|
inputAsset: "Sol" | "SolUsdc";
|
|
21292
21292
|
depositAmount: bigint;
|
|
21293
|
-
outputAsset: "
|
|
21293
|
+
outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
21294
21294
|
destinationAddress: {
|
|
21295
21295
|
readonly chain: "Ethereum";
|
|
21296
21296
|
readonly address: `0x${string}`;
|
|
@@ -21396,10 +21396,10 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
21396
21396
|
};
|
|
21397
21397
|
depositAmount: string | number;
|
|
21398
21398
|
outputAsset: {
|
|
21399
|
-
__kind: "
|
|
21399
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
21400
21400
|
};
|
|
21401
21401
|
destinationAddress: {
|
|
21402
|
-
__kind: "
|
|
21402
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
21403
21403
|
value: string;
|
|
21404
21404
|
};
|
|
21405
21405
|
affiliateFees: {
|
|
@@ -21490,7 +21490,7 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
21490
21490
|
txId: [`0x${string}`, bigint];
|
|
21491
21491
|
inputAsset: "Sol" | "SolUsdc";
|
|
21492
21492
|
depositAmount: bigint;
|
|
21493
|
-
outputAsset: "
|
|
21493
|
+
outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
21494
21494
|
destinationAddress: {
|
|
21495
21495
|
readonly chain: "Ethereum";
|
|
21496
21496
|
readonly address: `0x${string}`;
|
|
@@ -21599,10 +21599,10 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
21599
21599
|
};
|
|
21600
21600
|
depositAmount: string | number;
|
|
21601
21601
|
outputAsset: {
|
|
21602
|
-
__kind: "
|
|
21602
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
21603
21603
|
};
|
|
21604
21604
|
destinationAddress: {
|
|
21605
|
-
__kind: "
|
|
21605
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
21606
21606
|
value: string;
|
|
21607
21607
|
};
|
|
21608
21608
|
affiliateFees: {
|
|
@@ -22471,20 +22471,20 @@ declare const palletCfAssethubIngressEgressVaultDepositWitnessAssethub: z.ZodObj
|
|
|
22471
22471
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
22472
22472
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
22473
22473
|
}, "strip", z.ZodTypeAny, {
|
|
22474
|
-
__kind: "
|
|
22474
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
22475
22475
|
}, {
|
|
22476
|
-
__kind: "
|
|
22477
|
-
}>, "
|
|
22478
|
-
__kind: "
|
|
22476
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
22477
|
+
}>, "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
22478
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
22479
22479
|
}>;
|
|
22480
22480
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
22481
22481
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
22482
22482
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
22483
22483
|
}, "strip", z.ZodTypeAny, {
|
|
22484
|
-
__kind: "
|
|
22484
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
22485
22485
|
value: `0x${string}`;
|
|
22486
22486
|
}, {
|
|
22487
|
-
__kind: "
|
|
22487
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
22488
22488
|
value: string;
|
|
22489
22489
|
}>, {
|
|
22490
22490
|
readonly chain: "Ethereum";
|
|
@@ -22505,7 +22505,7 @@ declare const palletCfAssethubIngressEgressVaultDepositWitnessAssethub: z.ZodObj
|
|
|
22505
22505
|
readonly chain: "Assethub";
|
|
22506
22506
|
readonly address: string;
|
|
22507
22507
|
}, {
|
|
22508
|
-
__kind: "
|
|
22508
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
22509
22509
|
value: string;
|
|
22510
22510
|
}>;
|
|
22511
22511
|
depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
@@ -22863,7 +22863,7 @@ declare const palletCfAssethubIngressEgressVaultDepositWitnessAssethub: z.ZodObj
|
|
|
22863
22863
|
};
|
|
22864
22864
|
inputAsset: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
22865
22865
|
depositAmount: bigint;
|
|
22866
|
-
outputAsset: "
|
|
22866
|
+
outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
22867
22867
|
destinationAddress: {
|
|
22868
22868
|
readonly chain: "Ethereum";
|
|
22869
22869
|
readonly address: `0x${string}`;
|
|
@@ -22966,10 +22966,10 @@ declare const palletCfAssethubIngressEgressVaultDepositWitnessAssethub: z.ZodObj
|
|
|
22966
22966
|
};
|
|
22967
22967
|
depositAmount: string | number;
|
|
22968
22968
|
outputAsset: {
|
|
22969
|
-
__kind: "
|
|
22969
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
22970
22970
|
};
|
|
22971
22971
|
destinationAddress: {
|
|
22972
|
-
__kind: "
|
|
22972
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
22973
22973
|
value: string;
|
|
22974
22974
|
};
|
|
22975
22975
|
affiliateFees: {
|
|
@@ -23111,20 +23111,20 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
|
|
|
23111
23111
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
23112
23112
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
23113
23113
|
}, "strip", z.ZodTypeAny, {
|
|
23114
|
-
__kind: "
|
|
23114
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
23115
23115
|
}, {
|
|
23116
|
-
__kind: "
|
|
23117
|
-
}>, "
|
|
23118
|
-
__kind: "
|
|
23116
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
23117
|
+
}>, "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
23118
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
23119
23119
|
}>;
|
|
23120
23120
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
23121
23121
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
23122
23122
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
23123
23123
|
}, "strip", z.ZodTypeAny, {
|
|
23124
|
-
__kind: "
|
|
23124
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
23125
23125
|
value: `0x${string}`;
|
|
23126
23126
|
}, {
|
|
23127
|
-
__kind: "
|
|
23127
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
23128
23128
|
value: string;
|
|
23129
23129
|
}>, {
|
|
23130
23130
|
readonly chain: "Ethereum";
|
|
@@ -23145,7 +23145,7 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
|
|
|
23145
23145
|
readonly chain: "Assethub";
|
|
23146
23146
|
readonly address: string;
|
|
23147
23147
|
}, {
|
|
23148
|
-
__kind: "
|
|
23148
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
23149
23149
|
value: string;
|
|
23150
23150
|
}>;
|
|
23151
23151
|
depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
@@ -23503,7 +23503,7 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
|
|
|
23503
23503
|
};
|
|
23504
23504
|
inputAsset: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
23505
23505
|
depositAmount: bigint;
|
|
23506
|
-
outputAsset: "
|
|
23506
|
+
outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
23507
23507
|
destinationAddress: {
|
|
23508
23508
|
readonly chain: "Ethereum";
|
|
23509
23509
|
readonly address: `0x${string}`;
|
|
@@ -23606,10 +23606,10 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
|
|
|
23606
23606
|
};
|
|
23607
23607
|
depositAmount: string | number;
|
|
23608
23608
|
outputAsset: {
|
|
23609
|
-
__kind: "
|
|
23609
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
23610
23610
|
};
|
|
23611
23611
|
destinationAddress: {
|
|
23612
|
-
__kind: "
|
|
23612
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
23613
23613
|
value: string;
|
|
23614
23614
|
};
|
|
23615
23615
|
affiliateFees: {
|
|
@@ -23697,7 +23697,7 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
|
|
|
23697
23697
|
};
|
|
23698
23698
|
inputAsset: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
23699
23699
|
depositAmount: bigint;
|
|
23700
|
-
outputAsset: "
|
|
23700
|
+
outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
23701
23701
|
destinationAddress: {
|
|
23702
23702
|
readonly chain: "Ethereum";
|
|
23703
23703
|
readonly address: `0x${string}`;
|
|
@@ -23803,10 +23803,10 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
|
|
|
23803
23803
|
};
|
|
23804
23804
|
depositAmount: string | number;
|
|
23805
23805
|
outputAsset: {
|
|
23806
|
-
__kind: "
|
|
23806
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
23807
23807
|
};
|
|
23808
23808
|
destinationAddress: {
|
|
23809
|
-
__kind: "
|
|
23809
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
23810
23810
|
value: string;
|
|
23811
23811
|
};
|
|
23812
23812
|
affiliateFees: {
|