@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/180/common.d.cts
CHANGED
|
@@ -52,21 +52,21 @@ declare const simpleEnum: <U extends string, T extends readonly [U, ...U[]]>(val
|
|
|
52
52
|
declare const cfPrimitivesChainsAssetsAnyAsset: z.ZodEffects<z.ZodObject<{
|
|
53
53
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
|
|
54
54
|
}, "strip", z.ZodTypeAny, {
|
|
55
|
-
__kind: "ArbEth" | "ArbUsdc" | "
|
|
55
|
+
__kind: "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
56
56
|
}, {
|
|
57
|
-
__kind: "ArbEth" | "ArbUsdc" | "
|
|
58
|
-
}>, "ArbEth" | "ArbUsdc" | "
|
|
59
|
-
__kind: "ArbEth" | "ArbUsdc" | "
|
|
57
|
+
__kind: "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
58
|
+
}>, "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
59
|
+
__kind: "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
60
60
|
}>;
|
|
61
61
|
declare const cfChainsAddressEncodedAddress: z.ZodEffects<z.ZodObject<{
|
|
62
62
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
63
63
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
64
64
|
}, "strip", z.ZodTypeAny, {
|
|
65
65
|
value: `0x${string}`;
|
|
66
|
-
__kind: "
|
|
66
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
67
67
|
}, {
|
|
68
68
|
value: string;
|
|
69
|
-
__kind: "
|
|
69
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
70
70
|
}>, {
|
|
71
71
|
readonly chain: "Ethereum";
|
|
72
72
|
readonly address: `0x${string}`;
|
|
@@ -84,7 +84,7 @@ declare const cfChainsAddressEncodedAddress: z.ZodEffects<z.ZodObject<{
|
|
|
84
84
|
readonly address: string;
|
|
85
85
|
}, {
|
|
86
86
|
value: string;
|
|
87
|
-
__kind: "
|
|
87
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
88
88
|
}>;
|
|
89
89
|
declare const accountId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
|
|
90
90
|
declare const cfPrimitivesTxId: z.ZodObject<{
|
|
@@ -162,10 +162,10 @@ declare const cfChainsSwapOrigin: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject
|
|
|
162
162
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
163
163
|
}, "strip", z.ZodTypeAny, {
|
|
164
164
|
value: `0x${string}`;
|
|
165
|
-
__kind: "
|
|
165
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
166
166
|
}, {
|
|
167
167
|
value: string;
|
|
168
|
-
__kind: "
|
|
168
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
169
169
|
}>, {
|
|
170
170
|
readonly chain: "Ethereum";
|
|
171
171
|
readonly address: `0x${string}`;
|
|
@@ -183,15 +183,13 @@ declare const cfChainsSwapOrigin: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject
|
|
|
183
183
|
readonly address: string;
|
|
184
184
|
}, {
|
|
185
185
|
value: string;
|
|
186
|
-
__kind: "
|
|
186
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
187
187
|
}>;
|
|
188
188
|
channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
189
189
|
depositBlockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
190
190
|
brokerId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
|
|
191
191
|
}, "strip", z.ZodTypeAny, {
|
|
192
192
|
__kind: "DepositChannel";
|
|
193
|
-
channelId: bigint;
|
|
194
|
-
brokerId: `cF${string}`;
|
|
195
193
|
depositAddress: {
|
|
196
194
|
readonly chain: "Ethereum";
|
|
197
195
|
readonly address: `0x${string}`;
|
|
@@ -208,15 +206,17 @@ declare const cfChainsSwapOrigin: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject
|
|
|
208
206
|
readonly chain: "Solana";
|
|
209
207
|
readonly address: string;
|
|
210
208
|
};
|
|
209
|
+
channelId: bigint;
|
|
210
|
+
brokerId: `cF${string}`;
|
|
211
211
|
depositBlockHeight: bigint;
|
|
212
212
|
}, {
|
|
213
213
|
__kind: "DepositChannel";
|
|
214
|
-
channelId: string | number;
|
|
215
|
-
brokerId: string;
|
|
216
214
|
depositAddress: {
|
|
217
215
|
value: string;
|
|
218
|
-
__kind: "
|
|
216
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
219
217
|
};
|
|
218
|
+
channelId: string | number;
|
|
219
|
+
brokerId: string;
|
|
220
220
|
depositBlockHeight: string | number;
|
|
221
221
|
}>, z.ZodObject<{
|
|
222
222
|
__kind: z.ZodLiteral<"Vault">;
|
|
@@ -378,10 +378,10 @@ declare const cfChainsCcmDepositMetadataGenericEncodedAddress: z.ZodObject<{
|
|
|
378
378
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
379
379
|
}, "strip", z.ZodTypeAny, {
|
|
380
380
|
value: `0x${string}`;
|
|
381
|
-
__kind: "
|
|
381
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
382
382
|
}, {
|
|
383
383
|
value: string;
|
|
384
|
-
__kind: "
|
|
384
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
385
385
|
}>, {
|
|
386
386
|
readonly chain: "Ethereum";
|
|
387
387
|
readonly address: `0x${string}`;
|
|
@@ -399,7 +399,7 @@ declare const cfChainsCcmDepositMetadataGenericEncodedAddress: z.ZodObject<{
|
|
|
399
399
|
readonly address: string;
|
|
400
400
|
}, {
|
|
401
401
|
value: string;
|
|
402
|
-
__kind: "
|
|
402
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
403
403
|
}>>>;
|
|
404
404
|
}, "strip", z.ZodTypeAny, {
|
|
405
405
|
channelMetadata: {
|
|
@@ -435,7 +435,7 @@ declare const cfChainsCcmDepositMetadataGenericEncodedAddress: z.ZodObject<{
|
|
|
435
435
|
};
|
|
436
436
|
sourceAddress?: {
|
|
437
437
|
value: string;
|
|
438
|
-
__kind: "
|
|
438
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
439
439
|
} | null | undefined;
|
|
440
440
|
}>;
|
|
441
441
|
declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
@@ -457,10 +457,10 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
|
|
|
457
457
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
458
458
|
}, "strip", z.ZodTypeAny, {
|
|
459
459
|
value: `0x${string}`;
|
|
460
|
-
__kind: "
|
|
460
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
461
461
|
}, {
|
|
462
462
|
value: string;
|
|
463
|
-
__kind: "
|
|
463
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
464
464
|
}>, {
|
|
465
465
|
readonly chain: "Ethereum";
|
|
466
466
|
readonly address: `0x${string}`;
|
|
@@ -478,7 +478,7 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
|
|
|
478
478
|
readonly address: string;
|
|
479
479
|
}, {
|
|
480
480
|
value: string;
|
|
481
|
-
__kind: "
|
|
481
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
482
482
|
}>;
|
|
483
483
|
ccmDepositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
484
484
|
channelMetadata: z.ZodObject<{
|
|
@@ -508,10 +508,10 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
|
|
|
508
508
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
509
509
|
}, "strip", z.ZodTypeAny, {
|
|
510
510
|
value: `0x${string}`;
|
|
511
|
-
__kind: "
|
|
511
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
512
512
|
}, {
|
|
513
513
|
value: string;
|
|
514
|
-
__kind: "
|
|
514
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
515
515
|
}>, {
|
|
516
516
|
readonly chain: "Ethereum";
|
|
517
517
|
readonly address: `0x${string}`;
|
|
@@ -529,7 +529,7 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
|
|
|
529
529
|
readonly address: string;
|
|
530
530
|
}, {
|
|
531
531
|
value: string;
|
|
532
|
-
__kind: "
|
|
532
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
533
533
|
}>>>;
|
|
534
534
|
}, "strip", z.ZodTypeAny, {
|
|
535
535
|
channelMetadata: {
|
|
@@ -565,7 +565,7 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
|
|
|
565
565
|
};
|
|
566
566
|
sourceAddress?: {
|
|
567
567
|
value: string;
|
|
568
|
-
__kind: "
|
|
568
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
569
569
|
} | null | undefined;
|
|
570
570
|
}>>>;
|
|
571
571
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -614,7 +614,7 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
|
|
|
614
614
|
__kind: "Regular";
|
|
615
615
|
outputAddress: {
|
|
616
616
|
value: string;
|
|
617
|
-
__kind: "
|
|
617
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
618
618
|
};
|
|
619
619
|
ccmDepositMetadata?: {
|
|
620
620
|
channelMetadata: {
|
|
@@ -627,7 +627,7 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
|
|
|
627
627
|
};
|
|
628
628
|
sourceAddress?: {
|
|
629
629
|
value: string;
|
|
630
|
-
__kind: "
|
|
630
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
631
631
|
} | null | undefined;
|
|
632
632
|
} | null | undefined;
|
|
633
633
|
}>]>;
|
|
@@ -648,10 +648,10 @@ declare const cfChainsChannelRefundParametersEncodedAddress: z.ZodObject<{
|
|
|
648
648
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
649
649
|
}, "strip", z.ZodTypeAny, {
|
|
650
650
|
value: `0x${string}`;
|
|
651
|
-
__kind: "
|
|
651
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
652
652
|
}, {
|
|
653
653
|
value: string;
|
|
654
|
-
__kind: "
|
|
654
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
655
655
|
}>, {
|
|
656
656
|
readonly chain: "Ethereum";
|
|
657
657
|
readonly address: `0x${string}`;
|
|
@@ -669,7 +669,7 @@ declare const cfChainsChannelRefundParametersEncodedAddress: z.ZodObject<{
|
|
|
669
669
|
readonly address: string;
|
|
670
670
|
}, {
|
|
671
671
|
value: string;
|
|
672
|
-
__kind: "
|
|
672
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
673
673
|
}>;
|
|
674
674
|
minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
675
675
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -695,7 +695,7 @@ declare const cfChainsChannelRefundParametersEncodedAddress: z.ZodObject<{
|
|
|
695
695
|
retryDuration: number;
|
|
696
696
|
refundAddress: {
|
|
697
697
|
value: string;
|
|
698
|
-
__kind: "
|
|
698
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
699
699
|
};
|
|
700
700
|
minPrice: string | number;
|
|
701
701
|
}>;
|
|
@@ -712,11 +712,11 @@ declare const cfPrimitivesDcaParameters: z.ZodObject<{
|
|
|
712
712
|
declare const cfTraitsSwappingSwapType: z.ZodEffects<z.ZodObject<{
|
|
713
713
|
__kind: z.ZodEnum<["Swap", "NetworkFee", "IngressEgressFee"]>;
|
|
714
714
|
}, "strip", z.ZodTypeAny, {
|
|
715
|
-
__kind: "
|
|
715
|
+
__kind: "Swap" | "NetworkFee" | "IngressEgressFee";
|
|
716
716
|
}, {
|
|
717
|
-
__kind: "
|
|
718
|
-
}>, "
|
|
719
|
-
__kind: "
|
|
717
|
+
__kind: "Swap" | "NetworkFee" | "IngressEgressFee";
|
|
718
|
+
}>, "Swap" | "NetworkFee" | "IngressEgressFee", {
|
|
719
|
+
__kind: "Swap" | "NetworkFee" | "IngressEgressFee";
|
|
720
720
|
}>;
|
|
721
721
|
declare const cfPrimitivesChainsAssetsEthAsset: z.ZodEffects<z.ZodObject<{
|
|
722
722
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Usdt"]>;
|
|
@@ -767,13 +767,13 @@ declare const palletCfEthereumIngressEgressDepositAction: z.ZodDiscriminatedUnio
|
|
|
767
767
|
networkFeeFromBoost: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
768
768
|
networkFeeSwapRequestId: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
|
|
769
769
|
}, "strip", z.ZodTypeAny, {
|
|
770
|
-
prewitnessedDepositId: bigint;
|
|
771
770
|
__kind: "BoostersCredited";
|
|
771
|
+
prewitnessedDepositId: bigint;
|
|
772
772
|
networkFeeFromBoost: bigint;
|
|
773
773
|
networkFeeSwapRequestId?: bigint | null | undefined;
|
|
774
774
|
}, {
|
|
775
|
-
prewitnessedDepositId: string | number;
|
|
776
775
|
__kind: "BoostersCredited";
|
|
776
|
+
prewitnessedDepositId: string | number;
|
|
777
777
|
networkFeeFromBoost: string | number;
|
|
778
778
|
networkFeeSwapRequestId?: string | number | null | undefined;
|
|
779
779
|
}>]>;
|
|
@@ -901,11 +901,11 @@ declare const spRuntimeModuleError: z.ZodObject<{
|
|
|
901
901
|
declare const spRuntimeTokenError: z.ZodEffects<z.ZodObject<{
|
|
902
902
|
__kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
|
|
903
903
|
}, "strip", z.ZodTypeAny, {
|
|
904
|
-
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
904
|
+
__kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
905
905
|
}, {
|
|
906
|
-
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
907
|
-
}>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
908
|
-
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
906
|
+
__kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
907
|
+
}>, "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
|
|
908
|
+
__kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
909
909
|
}>;
|
|
910
910
|
declare const spArithmeticArithmeticError: z.ZodEffects<z.ZodObject<{
|
|
911
911
|
__kind: z.ZodEnum<["Underflow", "Overflow", "DivisionByZero"]>;
|
|
@@ -990,18 +990,18 @@ declare const spRuntimeDispatchError: z.ZodDiscriminatedUnion<"__kind", [z.ZodOb
|
|
|
990
990
|
value: z.ZodEffects<z.ZodObject<{
|
|
991
991
|
__kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
|
|
992
992
|
}, "strip", z.ZodTypeAny, {
|
|
993
|
-
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
993
|
+
__kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
994
994
|
}, {
|
|
995
|
-
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
996
|
-
}>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
997
|
-
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
995
|
+
__kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
996
|
+
}>, "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
|
|
997
|
+
__kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
998
998
|
}>;
|
|
999
999
|
}, "strip", z.ZodTypeAny, {
|
|
1000
|
-
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
1000
|
+
value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1001
1001
|
__kind: "Token";
|
|
1002
1002
|
}, {
|
|
1003
1003
|
value: {
|
|
1004
|
-
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
1004
|
+
__kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1005
1005
|
};
|
|
1006
1006
|
__kind: "Token";
|
|
1007
1007
|
}>, z.ZodObject<{
|
|
@@ -1278,18 +1278,18 @@ declare const cfChainsExecutexSwapAndCallError: z.ZodDiscriminatedUnion<"__kind"
|
|
|
1278
1278
|
value: z.ZodEffects<z.ZodObject<{
|
|
1279
1279
|
__kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
|
|
1280
1280
|
}, "strip", z.ZodTypeAny, {
|
|
1281
|
-
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
1281
|
+
__kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1282
1282
|
}, {
|
|
1283
|
-
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
1284
|
-
}>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
1285
|
-
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
1283
|
+
__kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1284
|
+
}>, "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
|
|
1285
|
+
__kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1286
1286
|
}>;
|
|
1287
1287
|
}, "strip", z.ZodTypeAny, {
|
|
1288
|
-
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
1288
|
+
value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1289
1289
|
__kind: "Token";
|
|
1290
1290
|
}, {
|
|
1291
1291
|
value: {
|
|
1292
|
-
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
1292
|
+
__kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1293
1293
|
};
|
|
1294
1294
|
__kind: "Token";
|
|
1295
1295
|
}>, z.ZodObject<{
|
|
@@ -1375,7 +1375,7 @@ declare const cfChainsExecutexSwapAndCallError: z.ZodDiscriminatedUnion<"__kind"
|
|
|
1375
1375
|
} | {
|
|
1376
1376
|
__kind: "TooManyConsumers";
|
|
1377
1377
|
} | {
|
|
1378
|
-
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
1378
|
+
value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1379
1379
|
__kind: "Token";
|
|
1380
1380
|
} | {
|
|
1381
1381
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
@@ -1414,7 +1414,7 @@ declare const cfChainsExecutexSwapAndCallError: z.ZodDiscriminatedUnion<"__kind"
|
|
|
1414
1414
|
__kind: "TooManyConsumers";
|
|
1415
1415
|
} | {
|
|
1416
1416
|
value: {
|
|
1417
|
-
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
1417
|
+
__kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1418
1418
|
};
|
|
1419
1419
|
__kind: "Token";
|
|
1420
1420
|
} | {
|
|
@@ -1523,18 +1523,18 @@ declare const palletCfEthereumIngressEgressDepositFailedReason: z.ZodDiscriminat
|
|
|
1523
1523
|
value: z.ZodEffects<z.ZodObject<{
|
|
1524
1524
|
__kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
|
|
1525
1525
|
}, "strip", z.ZodTypeAny, {
|
|
1526
|
-
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
1526
|
+
__kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1527
1527
|
}, {
|
|
1528
|
-
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
1529
|
-
}>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
1530
|
-
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
1528
|
+
__kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1529
|
+
}>, "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
|
|
1530
|
+
__kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1531
1531
|
}>;
|
|
1532
1532
|
}, "strip", z.ZodTypeAny, {
|
|
1533
|
-
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
1533
|
+
value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1534
1534
|
__kind: "Token";
|
|
1535
1535
|
}, {
|
|
1536
1536
|
value: {
|
|
1537
|
-
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
1537
|
+
__kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1538
1538
|
};
|
|
1539
1539
|
__kind: "Token";
|
|
1540
1540
|
}>, z.ZodObject<{
|
|
@@ -1620,7 +1620,7 @@ declare const palletCfEthereumIngressEgressDepositFailedReason: z.ZodDiscriminat
|
|
|
1620
1620
|
} | {
|
|
1621
1621
|
__kind: "TooManyConsumers";
|
|
1622
1622
|
} | {
|
|
1623
|
-
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
1623
|
+
value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1624
1624
|
__kind: "Token";
|
|
1625
1625
|
} | {
|
|
1626
1626
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
@@ -1659,7 +1659,7 @@ declare const palletCfEthereumIngressEgressDepositFailedReason: z.ZodDiscriminat
|
|
|
1659
1659
|
__kind: "TooManyConsumers";
|
|
1660
1660
|
} | {
|
|
1661
1661
|
value: {
|
|
1662
|
-
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
1662
|
+
__kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1663
1663
|
};
|
|
1664
1664
|
__kind: "Token";
|
|
1665
1665
|
} | {
|
|
@@ -1739,21 +1739,21 @@ declare const palletCfEthereumIngressEgressDepositWitnessEthereum: z.ZodObject<{
|
|
|
1739
1739
|
txHashes?: string[] | null | undefined;
|
|
1740
1740
|
}>;
|
|
1741
1741
|
}, "strip", z.ZodTypeAny, {
|
|
1742
|
-
asset: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
1743
|
-
amount: bigint;
|
|
1744
1742
|
depositAddress: `0x${string}`;
|
|
1743
|
+
asset: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
1745
1744
|
depositDetails: {
|
|
1746
1745
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
1747
1746
|
};
|
|
1747
|
+
amount: bigint;
|
|
1748
1748
|
}, {
|
|
1749
|
+
depositAddress: string;
|
|
1749
1750
|
asset: {
|
|
1750
1751
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
1751
1752
|
};
|
|
1752
|
-
amount: string | number;
|
|
1753
|
-
depositAddress: string;
|
|
1754
1753
|
depositDetails: {
|
|
1755
1754
|
txHashes?: string[] | null | undefined;
|
|
1756
1755
|
};
|
|
1756
|
+
amount: string | number;
|
|
1757
1757
|
}>;
|
|
1758
1758
|
declare const cfChainsBtcScriptPubkey: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
1759
1759
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
@@ -2251,21 +2251,21 @@ declare const palletCfEthereumIngressEgressVaultDepositWitness: z.ZodObject<{
|
|
|
2251
2251
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
2252
2252
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
|
|
2253
2253
|
}, "strip", z.ZodTypeAny, {
|
|
2254
|
-
__kind: "ArbEth" | "ArbUsdc" | "
|
|
2254
|
+
__kind: "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
2255
2255
|
}, {
|
|
2256
|
-
__kind: "ArbEth" | "ArbUsdc" | "
|
|
2257
|
-
}>, "ArbEth" | "ArbUsdc" | "
|
|
2258
|
-
__kind: "ArbEth" | "ArbUsdc" | "
|
|
2256
|
+
__kind: "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
2257
|
+
}>, "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
2258
|
+
__kind: "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
2259
2259
|
}>;
|
|
2260
2260
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
2261
2261
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
2262
2262
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2263
2263
|
}, "strip", z.ZodTypeAny, {
|
|
2264
2264
|
value: `0x${string}`;
|
|
2265
|
-
__kind: "
|
|
2265
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
2266
2266
|
}, {
|
|
2267
2267
|
value: string;
|
|
2268
|
-
__kind: "
|
|
2268
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
2269
2269
|
}>, {
|
|
2270
2270
|
readonly chain: "Ethereum";
|
|
2271
2271
|
readonly address: `0x${string}`;
|
|
@@ -2283,7 +2283,7 @@ declare const palletCfEthereumIngressEgressVaultDepositWitness: z.ZodObject<{
|
|
|
2283
2283
|
readonly address: string;
|
|
2284
2284
|
}, {
|
|
2285
2285
|
value: string;
|
|
2286
|
-
__kind: "
|
|
2286
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
2287
2287
|
}>;
|
|
2288
2288
|
depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2289
2289
|
channelMetadata: z.ZodObject<{
|
|
@@ -2582,6 +2582,13 @@ declare const palletCfEthereumIngressEgressVaultDepositWitness: z.ZodObject<{
|
|
|
2582
2582
|
}>>>;
|
|
2583
2583
|
boostFee: z.ZodNumber;
|
|
2584
2584
|
}, "strip", z.ZodTypeAny, {
|
|
2585
|
+
depositDetails: {
|
|
2586
|
+
txHashes?: `0x${string}`[] | null | undefined;
|
|
2587
|
+
};
|
|
2588
|
+
boostFee: number;
|
|
2589
|
+
inputAsset: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
2590
|
+
depositAmount: bigint;
|
|
2591
|
+
outputAsset: "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
2585
2592
|
destinationAddress: {
|
|
2586
2593
|
readonly chain: "Ethereum";
|
|
2587
2594
|
readonly address: `0x${string}`;
|
|
@@ -2599,12 +2606,6 @@ declare const palletCfEthereumIngressEgressVaultDepositWitness: z.ZodObject<{
|
|
|
2599
2606
|
readonly address: string;
|
|
2600
2607
|
};
|
|
2601
2608
|
txId: `0x${string}`;
|
|
2602
|
-
depositDetails: {
|
|
2603
|
-
txHashes?: `0x${string}`[] | null | undefined;
|
|
2604
|
-
};
|
|
2605
|
-
inputAsset: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
2606
|
-
depositAmount: bigint;
|
|
2607
|
-
outputAsset: "ArbEth" | "ArbUsdc" | "Btc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Usdt" | "Sol" | "SolUsdc";
|
|
2608
2609
|
affiliateFees: {
|
|
2609
2610
|
account: number;
|
|
2610
2611
|
bps: number;
|
|
@@ -2614,9 +2615,8 @@ declare const palletCfEthereumIngressEgressVaultDepositWitness: z.ZodObject<{
|
|
|
2614
2615
|
refundAddress: `0x${string}`;
|
|
2615
2616
|
minPrice: bigint;
|
|
2616
2617
|
};
|
|
2617
|
-
boostFee: number;
|
|
2618
|
-
channelId?: bigint | null | undefined;
|
|
2619
2618
|
depositAddress?: `0x${string}` | null | undefined;
|
|
2619
|
+
channelId?: bigint | null | undefined;
|
|
2620
2620
|
depositMetadata?: {
|
|
2621
2621
|
channelMetadata: {
|
|
2622
2622
|
message: `0x${string}`;
|
|
@@ -2669,21 +2669,22 @@ declare const palletCfEthereumIngressEgressVaultDepositWitness: z.ZodObject<{
|
|
|
2669
2669
|
chunkInterval: number;
|
|
2670
2670
|
} | null | undefined;
|
|
2671
2671
|
}, {
|
|
2672
|
-
destinationAddress: {
|
|
2673
|
-
value: string;
|
|
2674
|
-
__kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
|
|
2675
|
-
};
|
|
2676
|
-
txId: string;
|
|
2677
2672
|
depositDetails: {
|
|
2678
2673
|
txHashes?: string[] | null | undefined;
|
|
2679
2674
|
};
|
|
2675
|
+
boostFee: number;
|
|
2680
2676
|
inputAsset: {
|
|
2681
2677
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
2682
2678
|
};
|
|
2683
2679
|
depositAmount: string | number;
|
|
2684
2680
|
outputAsset: {
|
|
2685
|
-
__kind: "ArbEth" | "ArbUsdc" | "
|
|
2681
|
+
__kind: "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
2682
|
+
};
|
|
2683
|
+
destinationAddress: {
|
|
2684
|
+
value: string;
|
|
2685
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
2686
2686
|
};
|
|
2687
|
+
txId: string;
|
|
2687
2688
|
affiliateFees: {
|
|
2688
2689
|
account: number;
|
|
2689
2690
|
bps: number;
|
|
@@ -2693,9 +2694,8 @@ declare const palletCfEthereumIngressEgressVaultDepositWitness: z.ZodObject<{
|
|
|
2693
2694
|
refundAddress: string;
|
|
2694
2695
|
minPrice: string | number;
|
|
2695
2696
|
};
|
|
2696
|
-
boostFee: number;
|
|
2697
|
-
channelId?: string | number | null | undefined;
|
|
2698
2697
|
depositAddress?: string | null | undefined;
|
|
2698
|
+
channelId?: string | number | null | undefined;
|
|
2699
2699
|
depositMetadata?: {
|
|
2700
2700
|
channelMetadata: {
|
|
2701
2701
|
message: string;
|
|
@@ -2772,43 +2772,43 @@ declare const palletCfEthereumIngressEgressDepositFailedDetails: z.ZodDiscrimina
|
|
|
2772
2772
|
txHashes?: string[] | null | undefined;
|
|
2773
2773
|
}>;
|
|
2774
2774
|
}, "strip", z.ZodTypeAny, {
|
|
2775
|
-
asset: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
2776
|
-
amount: bigint;
|
|
2777
2775
|
depositAddress: `0x${string}`;
|
|
2776
|
+
asset: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
2778
2777
|
depositDetails: {
|
|
2779
2778
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
2780
2779
|
};
|
|
2780
|
+
amount: bigint;
|
|
2781
2781
|
}, {
|
|
2782
|
+
depositAddress: string;
|
|
2782
2783
|
asset: {
|
|
2783
2784
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
2784
2785
|
};
|
|
2785
|
-
amount: string | number;
|
|
2786
|
-
depositAddress: string;
|
|
2787
2786
|
depositDetails: {
|
|
2788
2787
|
txHashes?: string[] | null | undefined;
|
|
2789
2788
|
};
|
|
2789
|
+
amount: string | number;
|
|
2790
2790
|
}>;
|
|
2791
2791
|
}, "strip", z.ZodTypeAny, {
|
|
2792
2792
|
__kind: "DepositChannel";
|
|
2793
2793
|
depositWitness: {
|
|
2794
|
-
asset: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
2795
|
-
amount: bigint;
|
|
2796
2794
|
depositAddress: `0x${string}`;
|
|
2795
|
+
asset: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
2797
2796
|
depositDetails: {
|
|
2798
2797
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
2799
2798
|
};
|
|
2799
|
+
amount: bigint;
|
|
2800
2800
|
};
|
|
2801
2801
|
}, {
|
|
2802
2802
|
__kind: "DepositChannel";
|
|
2803
2803
|
depositWitness: {
|
|
2804
|
+
depositAddress: string;
|
|
2804
2805
|
asset: {
|
|
2805
2806
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
2806
2807
|
};
|
|
2807
|
-
amount: string | number;
|
|
2808
|
-
depositAddress: string;
|
|
2809
2808
|
depositDetails: {
|
|
2810
2809
|
txHashes?: string[] | null | undefined;
|
|
2811
2810
|
};
|
|
2811
|
+
amount: string | number;
|
|
2812
2812
|
};
|
|
2813
2813
|
}>, z.ZodObject<{
|
|
2814
2814
|
__kind: z.ZodLiteral<"Vault">;
|
|
@@ -2835,21 +2835,21 @@ declare const palletCfEthereumIngressEgressDepositFailedDetails: z.ZodDiscrimina
|
|
|
2835
2835
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
2836
2836
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
|
|
2837
2837
|
}, "strip", z.ZodTypeAny, {
|
|
2838
|
-
__kind: "ArbEth" | "ArbUsdc" | "
|
|
2838
|
+
__kind: "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
2839
2839
|
}, {
|
|
2840
|
-
__kind: "ArbEth" | "ArbUsdc" | "
|
|
2841
|
-
}>, "ArbEth" | "ArbUsdc" | "
|
|
2842
|
-
__kind: "ArbEth" | "ArbUsdc" | "
|
|
2840
|
+
__kind: "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
2841
|
+
}>, "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
2842
|
+
__kind: "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
2843
2843
|
}>;
|
|
2844
2844
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
2845
2845
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
2846
2846
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2847
2847
|
}, "strip", z.ZodTypeAny, {
|
|
2848
2848
|
value: `0x${string}`;
|
|
2849
|
-
__kind: "
|
|
2849
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
2850
2850
|
}, {
|
|
2851
2851
|
value: string;
|
|
2852
|
-
__kind: "
|
|
2852
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
2853
2853
|
}>, {
|
|
2854
2854
|
readonly chain: "Ethereum";
|
|
2855
2855
|
readonly address: `0x${string}`;
|
|
@@ -2867,7 +2867,7 @@ declare const palletCfEthereumIngressEgressDepositFailedDetails: z.ZodDiscrimina
|
|
|
2867
2867
|
readonly address: string;
|
|
2868
2868
|
}, {
|
|
2869
2869
|
value: string;
|
|
2870
|
-
__kind: "
|
|
2870
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
2871
2871
|
}>;
|
|
2872
2872
|
depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2873
2873
|
channelMetadata: z.ZodObject<{
|
|
@@ -3166,6 +3166,13 @@ declare const palletCfEthereumIngressEgressDepositFailedDetails: z.ZodDiscrimina
|
|
|
3166
3166
|
}>>>;
|
|
3167
3167
|
boostFee: z.ZodNumber;
|
|
3168
3168
|
}, "strip", z.ZodTypeAny, {
|
|
3169
|
+
depositDetails: {
|
|
3170
|
+
txHashes?: `0x${string}`[] | null | undefined;
|
|
3171
|
+
};
|
|
3172
|
+
boostFee: number;
|
|
3173
|
+
inputAsset: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
3174
|
+
depositAmount: bigint;
|
|
3175
|
+
outputAsset: "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
3169
3176
|
destinationAddress: {
|
|
3170
3177
|
readonly chain: "Ethereum";
|
|
3171
3178
|
readonly address: `0x${string}`;
|
|
@@ -3183,12 +3190,6 @@ declare const palletCfEthereumIngressEgressDepositFailedDetails: z.ZodDiscrimina
|
|
|
3183
3190
|
readonly address: string;
|
|
3184
3191
|
};
|
|
3185
3192
|
txId: `0x${string}`;
|
|
3186
|
-
depositDetails: {
|
|
3187
|
-
txHashes?: `0x${string}`[] | null | undefined;
|
|
3188
|
-
};
|
|
3189
|
-
inputAsset: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
3190
|
-
depositAmount: bigint;
|
|
3191
|
-
outputAsset: "ArbEth" | "ArbUsdc" | "Btc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Usdt" | "Sol" | "SolUsdc";
|
|
3192
3193
|
affiliateFees: {
|
|
3193
3194
|
account: number;
|
|
3194
3195
|
bps: number;
|
|
@@ -3198,9 +3199,8 @@ declare const palletCfEthereumIngressEgressDepositFailedDetails: z.ZodDiscrimina
|
|
|
3198
3199
|
refundAddress: `0x${string}`;
|
|
3199
3200
|
minPrice: bigint;
|
|
3200
3201
|
};
|
|
3201
|
-
boostFee: number;
|
|
3202
|
-
channelId?: bigint | null | undefined;
|
|
3203
3202
|
depositAddress?: `0x${string}` | null | undefined;
|
|
3203
|
+
channelId?: bigint | null | undefined;
|
|
3204
3204
|
depositMetadata?: {
|
|
3205
3205
|
channelMetadata: {
|
|
3206
3206
|
message: `0x${string}`;
|
|
@@ -3253,21 +3253,22 @@ declare const palletCfEthereumIngressEgressDepositFailedDetails: z.ZodDiscrimina
|
|
|
3253
3253
|
chunkInterval: number;
|
|
3254
3254
|
} | null | undefined;
|
|
3255
3255
|
}, {
|
|
3256
|
-
destinationAddress: {
|
|
3257
|
-
value: string;
|
|
3258
|
-
__kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
|
|
3259
|
-
};
|
|
3260
|
-
txId: string;
|
|
3261
3256
|
depositDetails: {
|
|
3262
3257
|
txHashes?: string[] | null | undefined;
|
|
3263
3258
|
};
|
|
3259
|
+
boostFee: number;
|
|
3264
3260
|
inputAsset: {
|
|
3265
3261
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
3266
3262
|
};
|
|
3267
3263
|
depositAmount: string | number;
|
|
3268
3264
|
outputAsset: {
|
|
3269
|
-
__kind: "ArbEth" | "ArbUsdc" | "
|
|
3265
|
+
__kind: "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
3266
|
+
};
|
|
3267
|
+
destinationAddress: {
|
|
3268
|
+
value: string;
|
|
3269
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
3270
3270
|
};
|
|
3271
|
+
txId: string;
|
|
3271
3272
|
affiliateFees: {
|
|
3272
3273
|
account: number;
|
|
3273
3274
|
bps: number;
|
|
@@ -3277,9 +3278,8 @@ declare const palletCfEthereumIngressEgressDepositFailedDetails: z.ZodDiscrimina
|
|
|
3277
3278
|
refundAddress: string;
|
|
3278
3279
|
minPrice: string | number;
|
|
3279
3280
|
};
|
|
3280
|
-
boostFee: number;
|
|
3281
|
-
channelId?: string | number | null | undefined;
|
|
3282
3281
|
depositAddress?: string | null | undefined;
|
|
3282
|
+
channelId?: string | number | null | undefined;
|
|
3283
3283
|
depositMetadata?: {
|
|
3284
3284
|
channelMetadata: {
|
|
3285
3285
|
message: string;
|
|
@@ -3337,6 +3337,13 @@ declare const palletCfEthereumIngressEgressDepositFailedDetails: z.ZodDiscrimina
|
|
|
3337
3337
|
}, "strip", z.ZodTypeAny, {
|
|
3338
3338
|
__kind: "Vault";
|
|
3339
3339
|
vaultWitness: {
|
|
3340
|
+
depositDetails: {
|
|
3341
|
+
txHashes?: `0x${string}`[] | null | undefined;
|
|
3342
|
+
};
|
|
3343
|
+
boostFee: number;
|
|
3344
|
+
inputAsset: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
3345
|
+
depositAmount: bigint;
|
|
3346
|
+
outputAsset: "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
3340
3347
|
destinationAddress: {
|
|
3341
3348
|
readonly chain: "Ethereum";
|
|
3342
3349
|
readonly address: `0x${string}`;
|
|
@@ -3354,12 +3361,6 @@ declare const palletCfEthereumIngressEgressDepositFailedDetails: z.ZodDiscrimina
|
|
|
3354
3361
|
readonly address: string;
|
|
3355
3362
|
};
|
|
3356
3363
|
txId: `0x${string}`;
|
|
3357
|
-
depositDetails: {
|
|
3358
|
-
txHashes?: `0x${string}`[] | null | undefined;
|
|
3359
|
-
};
|
|
3360
|
-
inputAsset: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
3361
|
-
depositAmount: bigint;
|
|
3362
|
-
outputAsset: "ArbEth" | "ArbUsdc" | "Btc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Usdt" | "Sol" | "SolUsdc";
|
|
3363
3364
|
affiliateFees: {
|
|
3364
3365
|
account: number;
|
|
3365
3366
|
bps: number;
|
|
@@ -3369,9 +3370,8 @@ declare const palletCfEthereumIngressEgressDepositFailedDetails: z.ZodDiscrimina
|
|
|
3369
3370
|
refundAddress: `0x${string}`;
|
|
3370
3371
|
minPrice: bigint;
|
|
3371
3372
|
};
|
|
3372
|
-
boostFee: number;
|
|
3373
|
-
channelId?: bigint | null | undefined;
|
|
3374
3373
|
depositAddress?: `0x${string}` | null | undefined;
|
|
3374
|
+
channelId?: bigint | null | undefined;
|
|
3375
3375
|
depositMetadata?: {
|
|
3376
3376
|
channelMetadata: {
|
|
3377
3377
|
message: `0x${string}`;
|
|
@@ -3427,21 +3427,22 @@ declare const palletCfEthereumIngressEgressDepositFailedDetails: z.ZodDiscrimina
|
|
|
3427
3427
|
}, {
|
|
3428
3428
|
__kind: "Vault";
|
|
3429
3429
|
vaultWitness: {
|
|
3430
|
-
destinationAddress: {
|
|
3431
|
-
value: string;
|
|
3432
|
-
__kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
|
|
3433
|
-
};
|
|
3434
|
-
txId: string;
|
|
3435
3430
|
depositDetails: {
|
|
3436
3431
|
txHashes?: string[] | null | undefined;
|
|
3437
3432
|
};
|
|
3433
|
+
boostFee: number;
|
|
3438
3434
|
inputAsset: {
|
|
3439
3435
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
3440
3436
|
};
|
|
3441
3437
|
depositAmount: string | number;
|
|
3442
3438
|
outputAsset: {
|
|
3443
|
-
__kind: "ArbEth" | "ArbUsdc" | "
|
|
3439
|
+
__kind: "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
3440
|
+
};
|
|
3441
|
+
destinationAddress: {
|
|
3442
|
+
value: string;
|
|
3443
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
3444
3444
|
};
|
|
3445
|
+
txId: string;
|
|
3445
3446
|
affiliateFees: {
|
|
3446
3447
|
account: number;
|
|
3447
3448
|
bps: number;
|
|
@@ -3451,9 +3452,8 @@ declare const palletCfEthereumIngressEgressDepositFailedDetails: z.ZodDiscrimina
|
|
|
3451
3452
|
refundAddress: string;
|
|
3452
3453
|
minPrice: string | number;
|
|
3453
3454
|
};
|
|
3454
|
-
boostFee: number;
|
|
3455
|
-
channelId?: string | number | null | undefined;
|
|
3456
3455
|
depositAddress?: string | null | undefined;
|
|
3456
|
+
channelId?: string | number | null | undefined;
|
|
3457
3457
|
depositMetadata?: {
|
|
3458
3458
|
channelMetadata: {
|
|
3459
3459
|
message: string;
|
|
@@ -3767,18 +3767,18 @@ declare const cfChainsAllBatchError: z.ZodDiscriminatedUnion<"__kind", [z.ZodObj
|
|
|
3767
3767
|
value: z.ZodEffects<z.ZodObject<{
|
|
3768
3768
|
__kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
|
|
3769
3769
|
}, "strip", z.ZodTypeAny, {
|
|
3770
|
-
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
3770
|
+
__kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
3771
3771
|
}, {
|
|
3772
|
-
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
3773
|
-
}>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
3774
|
-
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
3772
|
+
__kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
3773
|
+
}>, "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
|
|
3774
|
+
__kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
3775
3775
|
}>;
|
|
3776
3776
|
}, "strip", z.ZodTypeAny, {
|
|
3777
|
-
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
3777
|
+
value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
3778
3778
|
__kind: "Token";
|
|
3779
3779
|
}, {
|
|
3780
3780
|
value: {
|
|
3781
|
-
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
3781
|
+
__kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
3782
3782
|
};
|
|
3783
3783
|
__kind: "Token";
|
|
3784
3784
|
}>, z.ZodObject<{
|
|
@@ -3864,7 +3864,7 @@ declare const cfChainsAllBatchError: z.ZodDiscriminatedUnion<"__kind", [z.ZodObj
|
|
|
3864
3864
|
} | {
|
|
3865
3865
|
__kind: "TooManyConsumers";
|
|
3866
3866
|
} | {
|
|
3867
|
-
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
3867
|
+
value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
3868
3868
|
__kind: "Token";
|
|
3869
3869
|
} | {
|
|
3870
3870
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
@@ -3903,7 +3903,7 @@ declare const cfChainsAllBatchError: z.ZodDiscriminatedUnion<"__kind", [z.ZodObj
|
|
|
3903
3903
|
__kind: "TooManyConsumers";
|
|
3904
3904
|
} | {
|
|
3905
3905
|
value: {
|
|
3906
|
-
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
3906
|
+
__kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
3907
3907
|
};
|
|
3908
3908
|
__kind: "Token";
|
|
3909
3909
|
} | {
|
|
@@ -3969,13 +3969,13 @@ declare const palletCfPolkadotIngressEgressDepositAction: z.ZodDiscriminatedUnio
|
|
|
3969
3969
|
networkFeeFromBoost: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
3970
3970
|
networkFeeSwapRequestId: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
|
|
3971
3971
|
}, "strip", z.ZodTypeAny, {
|
|
3972
|
-
prewitnessedDepositId: bigint;
|
|
3973
3972
|
__kind: "BoostersCredited";
|
|
3973
|
+
prewitnessedDepositId: bigint;
|
|
3974
3974
|
networkFeeFromBoost: bigint;
|
|
3975
3975
|
networkFeeSwapRequestId?: bigint | null | undefined;
|
|
3976
3976
|
}, {
|
|
3977
|
-
prewitnessedDepositId: string | number;
|
|
3978
3977
|
__kind: "BoostersCredited";
|
|
3978
|
+
prewitnessedDepositId: string | number;
|
|
3979
3979
|
networkFeeFromBoost: string | number;
|
|
3980
3980
|
networkFeeSwapRequestId?: string | number | null | undefined;
|
|
3981
3981
|
}>]>;
|
|
@@ -4064,18 +4064,18 @@ declare const palletCfPolkadotIngressEgressDepositFailedReason: z.ZodDiscriminat
|
|
|
4064
4064
|
value: z.ZodEffects<z.ZodObject<{
|
|
4065
4065
|
__kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
|
|
4066
4066
|
}, "strip", z.ZodTypeAny, {
|
|
4067
|
-
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
4067
|
+
__kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
4068
4068
|
}, {
|
|
4069
|
-
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
4070
|
-
}>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
4071
|
-
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
4069
|
+
__kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
4070
|
+
}>, "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
|
|
4071
|
+
__kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
4072
4072
|
}>;
|
|
4073
4073
|
}, "strip", z.ZodTypeAny, {
|
|
4074
|
-
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
4074
|
+
value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
4075
4075
|
__kind: "Token";
|
|
4076
4076
|
}, {
|
|
4077
4077
|
value: {
|
|
4078
|
-
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
4078
|
+
__kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
4079
4079
|
};
|
|
4080
4080
|
__kind: "Token";
|
|
4081
4081
|
}>, z.ZodObject<{
|
|
@@ -4161,7 +4161,7 @@ declare const palletCfPolkadotIngressEgressDepositFailedReason: z.ZodDiscriminat
|
|
|
4161
4161
|
} | {
|
|
4162
4162
|
__kind: "TooManyConsumers";
|
|
4163
4163
|
} | {
|
|
4164
|
-
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
4164
|
+
value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
4165
4165
|
__kind: "Token";
|
|
4166
4166
|
} | {
|
|
4167
4167
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
@@ -4200,7 +4200,7 @@ declare const palletCfPolkadotIngressEgressDepositFailedReason: z.ZodDiscriminat
|
|
|
4200
4200
|
__kind: "TooManyConsumers";
|
|
4201
4201
|
} | {
|
|
4202
4202
|
value: {
|
|
4203
|
-
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
4203
|
+
__kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
4204
4204
|
};
|
|
4205
4205
|
__kind: "Token";
|
|
4206
4206
|
} | {
|
|
@@ -4274,17 +4274,17 @@ declare const palletCfPolkadotIngressEgressDepositWitnessPolkadot: z.ZodObject<{
|
|
|
4274
4274
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
4275
4275
|
depositDetails: z.ZodNumber;
|
|
4276
4276
|
}, "strip", z.ZodTypeAny, {
|
|
4277
|
-
asset: "Dot";
|
|
4278
|
-
amount: bigint;
|
|
4279
4277
|
depositAddress: `0x${string}`;
|
|
4278
|
+
asset: "Dot";
|
|
4280
4279
|
depositDetails: number;
|
|
4280
|
+
amount: bigint;
|
|
4281
4281
|
}, {
|
|
4282
|
+
depositAddress: string;
|
|
4282
4283
|
asset: {
|
|
4283
4284
|
__kind: "Dot";
|
|
4284
4285
|
};
|
|
4285
|
-
amount: string | number;
|
|
4286
|
-
depositAddress: string;
|
|
4287
4286
|
depositDetails: number;
|
|
4287
|
+
amount: string | number;
|
|
4288
4288
|
}>;
|
|
4289
4289
|
declare const cfChainsChannelRefundParametersPolkadotAccountId: z.ZodObject<{
|
|
4290
4290
|
retryDuration: z.ZodNumber;
|
|
@@ -4316,21 +4316,21 @@ declare const palletCfPolkadotIngressEgressVaultDepositWitness: z.ZodObject<{
|
|
|
4316
4316
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
4317
4317
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
|
|
4318
4318
|
}, "strip", z.ZodTypeAny, {
|
|
4319
|
-
__kind: "ArbEth" | "ArbUsdc" | "
|
|
4319
|
+
__kind: "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
4320
4320
|
}, {
|
|
4321
|
-
__kind: "ArbEth" | "ArbUsdc" | "
|
|
4322
|
-
}>, "ArbEth" | "ArbUsdc" | "
|
|
4323
|
-
__kind: "ArbEth" | "ArbUsdc" | "
|
|
4321
|
+
__kind: "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
4322
|
+
}>, "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
4323
|
+
__kind: "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
4324
4324
|
}>;
|
|
4325
4325
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
4326
4326
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
4327
4327
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
4328
4328
|
}, "strip", z.ZodTypeAny, {
|
|
4329
4329
|
value: `0x${string}`;
|
|
4330
|
-
__kind: "
|
|
4330
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
4331
4331
|
}, {
|
|
4332
4332
|
value: string;
|
|
4333
|
-
__kind: "
|
|
4333
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
4334
4334
|
}>, {
|
|
4335
4335
|
readonly chain: "Ethereum";
|
|
4336
4336
|
readonly address: `0x${string}`;
|
|
@@ -4348,7 +4348,7 @@ declare const palletCfPolkadotIngressEgressVaultDepositWitness: z.ZodObject<{
|
|
|
4348
4348
|
readonly address: string;
|
|
4349
4349
|
}, {
|
|
4350
4350
|
value: string;
|
|
4351
|
-
__kind: "
|
|
4351
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
4352
4352
|
}>;
|
|
4353
4353
|
depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
4354
4354
|
channelMetadata: z.ZodObject<{
|
|
@@ -4656,6 +4656,11 @@ declare const palletCfPolkadotIngressEgressVaultDepositWitness: z.ZodObject<{
|
|
|
4656
4656
|
}>>>;
|
|
4657
4657
|
boostFee: z.ZodNumber;
|
|
4658
4658
|
}, "strip", z.ZodTypeAny, {
|
|
4659
|
+
depositDetails: number;
|
|
4660
|
+
boostFee: number;
|
|
4661
|
+
inputAsset: "Dot";
|
|
4662
|
+
depositAmount: bigint;
|
|
4663
|
+
outputAsset: "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
4659
4664
|
destinationAddress: {
|
|
4660
4665
|
readonly chain: "Ethereum";
|
|
4661
4666
|
readonly address: `0x${string}`;
|
|
@@ -4676,10 +4681,6 @@ declare const palletCfPolkadotIngressEgressVaultDepositWitness: z.ZodObject<{
|
|
|
4676
4681
|
blockNumber: number;
|
|
4677
4682
|
extrinsicIndex: number;
|
|
4678
4683
|
};
|
|
4679
|
-
depositDetails: number;
|
|
4680
|
-
inputAsset: "Dot";
|
|
4681
|
-
depositAmount: bigint;
|
|
4682
|
-
outputAsset: "ArbEth" | "ArbUsdc" | "Btc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Usdt" | "Sol" | "SolUsdc";
|
|
4683
4684
|
affiliateFees: {
|
|
4684
4685
|
account: number;
|
|
4685
4686
|
bps: number;
|
|
@@ -4689,9 +4690,8 @@ declare const palletCfPolkadotIngressEgressVaultDepositWitness: z.ZodObject<{
|
|
|
4689
4690
|
refundAddress: `0x${string}`;
|
|
4690
4691
|
minPrice: bigint;
|
|
4691
4692
|
};
|
|
4692
|
-
boostFee: number;
|
|
4693
|
-
channelId?: bigint | null | undefined;
|
|
4694
4693
|
depositAddress?: `0x${string}` | null | undefined;
|
|
4694
|
+
channelId?: bigint | null | undefined;
|
|
4695
4695
|
depositMetadata?: {
|
|
4696
4696
|
channelMetadata: {
|
|
4697
4697
|
message: `0x${string}`;
|
|
@@ -4744,21 +4744,22 @@ declare const palletCfPolkadotIngressEgressVaultDepositWitness: z.ZodObject<{
|
|
|
4744
4744
|
chunkInterval: number;
|
|
4745
4745
|
} | null | undefined;
|
|
4746
4746
|
}, {
|
|
4747
|
-
destinationAddress: {
|
|
4748
|
-
value: string;
|
|
4749
|
-
__kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
|
|
4750
|
-
};
|
|
4751
|
-
txId: {
|
|
4752
|
-
blockNumber: number;
|
|
4753
|
-
extrinsicIndex: number;
|
|
4754
|
-
};
|
|
4755
4747
|
depositDetails: number;
|
|
4748
|
+
boostFee: number;
|
|
4756
4749
|
inputAsset: {
|
|
4757
4750
|
__kind: "Dot";
|
|
4758
4751
|
};
|
|
4759
4752
|
depositAmount: string | number;
|
|
4760
4753
|
outputAsset: {
|
|
4761
|
-
__kind: "ArbEth" | "ArbUsdc" | "
|
|
4754
|
+
__kind: "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
4755
|
+
};
|
|
4756
|
+
destinationAddress: {
|
|
4757
|
+
value: string;
|
|
4758
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
4759
|
+
};
|
|
4760
|
+
txId: {
|
|
4761
|
+
blockNumber: number;
|
|
4762
|
+
extrinsicIndex: number;
|
|
4762
4763
|
};
|
|
4763
4764
|
affiliateFees: {
|
|
4764
4765
|
account: number;
|
|
@@ -4769,9 +4770,8 @@ declare const palletCfPolkadotIngressEgressVaultDepositWitness: z.ZodObject<{
|
|
|
4769
4770
|
refundAddress: string;
|
|
4770
4771
|
minPrice: string | number;
|
|
4771
4772
|
};
|
|
4772
|
-
boostFee: number;
|
|
4773
|
-
channelId?: string | number | null | undefined;
|
|
4774
4773
|
depositAddress?: string | null | undefined;
|
|
4774
|
+
channelId?: string | number | null | undefined;
|
|
4775
4775
|
depositMetadata?: {
|
|
4776
4776
|
channelMetadata: {
|
|
4777
4777
|
message: string;
|
|
@@ -4842,35 +4842,35 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetails: z.ZodDiscrimina
|
|
|
4842
4842
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
4843
4843
|
depositDetails: z.ZodNumber;
|
|
4844
4844
|
}, "strip", z.ZodTypeAny, {
|
|
4845
|
-
asset: "Dot";
|
|
4846
|
-
amount: bigint;
|
|
4847
4845
|
depositAddress: `0x${string}`;
|
|
4846
|
+
asset: "Dot";
|
|
4848
4847
|
depositDetails: number;
|
|
4848
|
+
amount: bigint;
|
|
4849
4849
|
}, {
|
|
4850
|
+
depositAddress: string;
|
|
4850
4851
|
asset: {
|
|
4851
4852
|
__kind: "Dot";
|
|
4852
4853
|
};
|
|
4853
|
-
amount: string | number;
|
|
4854
|
-
depositAddress: string;
|
|
4855
4854
|
depositDetails: number;
|
|
4855
|
+
amount: string | number;
|
|
4856
4856
|
}>;
|
|
4857
4857
|
}, "strip", z.ZodTypeAny, {
|
|
4858
4858
|
__kind: "DepositChannel";
|
|
4859
4859
|
depositWitness: {
|
|
4860
|
-
asset: "Dot";
|
|
4861
|
-
amount: bigint;
|
|
4862
4860
|
depositAddress: `0x${string}`;
|
|
4861
|
+
asset: "Dot";
|
|
4863
4862
|
depositDetails: number;
|
|
4863
|
+
amount: bigint;
|
|
4864
4864
|
};
|
|
4865
4865
|
}, {
|
|
4866
4866
|
__kind: "DepositChannel";
|
|
4867
4867
|
depositWitness: {
|
|
4868
|
+
depositAddress: string;
|
|
4868
4869
|
asset: {
|
|
4869
4870
|
__kind: "Dot";
|
|
4870
4871
|
};
|
|
4871
|
-
amount: string | number;
|
|
4872
|
-
depositAddress: string;
|
|
4873
4872
|
depositDetails: number;
|
|
4873
|
+
amount: string | number;
|
|
4874
4874
|
};
|
|
4875
4875
|
}>, z.ZodObject<{
|
|
4876
4876
|
__kind: z.ZodLiteral<"Vault">;
|
|
@@ -4891,21 +4891,21 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetails: z.ZodDiscrimina
|
|
|
4891
4891
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
4892
4892
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
|
|
4893
4893
|
}, "strip", z.ZodTypeAny, {
|
|
4894
|
-
__kind: "ArbEth" | "ArbUsdc" | "
|
|
4894
|
+
__kind: "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
4895
4895
|
}, {
|
|
4896
|
-
__kind: "ArbEth" | "ArbUsdc" | "
|
|
4897
|
-
}>, "ArbEth" | "ArbUsdc" | "
|
|
4898
|
-
__kind: "ArbEth" | "ArbUsdc" | "
|
|
4896
|
+
__kind: "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
4897
|
+
}>, "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
4898
|
+
__kind: "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
4899
4899
|
}>;
|
|
4900
4900
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
4901
4901
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
4902
4902
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
4903
4903
|
}, "strip", z.ZodTypeAny, {
|
|
4904
4904
|
value: `0x${string}`;
|
|
4905
|
-
__kind: "
|
|
4905
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
4906
4906
|
}, {
|
|
4907
4907
|
value: string;
|
|
4908
|
-
__kind: "
|
|
4908
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
4909
4909
|
}>, {
|
|
4910
4910
|
readonly chain: "Ethereum";
|
|
4911
4911
|
readonly address: `0x${string}`;
|
|
@@ -4923,7 +4923,7 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetails: z.ZodDiscrimina
|
|
|
4923
4923
|
readonly address: string;
|
|
4924
4924
|
}, {
|
|
4925
4925
|
value: string;
|
|
4926
|
-
__kind: "
|
|
4926
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
4927
4927
|
}>;
|
|
4928
4928
|
depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
4929
4929
|
channelMetadata: z.ZodObject<{
|
|
@@ -5231,6 +5231,11 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetails: z.ZodDiscrimina
|
|
|
5231
5231
|
}>>>;
|
|
5232
5232
|
boostFee: z.ZodNumber;
|
|
5233
5233
|
}, "strip", z.ZodTypeAny, {
|
|
5234
|
+
depositDetails: number;
|
|
5235
|
+
boostFee: number;
|
|
5236
|
+
inputAsset: "Dot";
|
|
5237
|
+
depositAmount: bigint;
|
|
5238
|
+
outputAsset: "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
5234
5239
|
destinationAddress: {
|
|
5235
5240
|
readonly chain: "Ethereum";
|
|
5236
5241
|
readonly address: `0x${string}`;
|
|
@@ -5251,10 +5256,6 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetails: z.ZodDiscrimina
|
|
|
5251
5256
|
blockNumber: number;
|
|
5252
5257
|
extrinsicIndex: number;
|
|
5253
5258
|
};
|
|
5254
|
-
depositDetails: number;
|
|
5255
|
-
inputAsset: "Dot";
|
|
5256
|
-
depositAmount: bigint;
|
|
5257
|
-
outputAsset: "ArbEth" | "ArbUsdc" | "Btc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Usdt" | "Sol" | "SolUsdc";
|
|
5258
5259
|
affiliateFees: {
|
|
5259
5260
|
account: number;
|
|
5260
5261
|
bps: number;
|
|
@@ -5264,9 +5265,8 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetails: z.ZodDiscrimina
|
|
|
5264
5265
|
refundAddress: `0x${string}`;
|
|
5265
5266
|
minPrice: bigint;
|
|
5266
5267
|
};
|
|
5267
|
-
boostFee: number;
|
|
5268
|
-
channelId?: bigint | null | undefined;
|
|
5269
5268
|
depositAddress?: `0x${string}` | null | undefined;
|
|
5269
|
+
channelId?: bigint | null | undefined;
|
|
5270
5270
|
depositMetadata?: {
|
|
5271
5271
|
channelMetadata: {
|
|
5272
5272
|
message: `0x${string}`;
|
|
@@ -5319,21 +5319,22 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetails: z.ZodDiscrimina
|
|
|
5319
5319
|
chunkInterval: number;
|
|
5320
5320
|
} | null | undefined;
|
|
5321
5321
|
}, {
|
|
5322
|
-
destinationAddress: {
|
|
5323
|
-
value: string;
|
|
5324
|
-
__kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
|
|
5325
|
-
};
|
|
5326
|
-
txId: {
|
|
5327
|
-
blockNumber: number;
|
|
5328
|
-
extrinsicIndex: number;
|
|
5329
|
-
};
|
|
5330
5322
|
depositDetails: number;
|
|
5323
|
+
boostFee: number;
|
|
5331
5324
|
inputAsset: {
|
|
5332
5325
|
__kind: "Dot";
|
|
5333
5326
|
};
|
|
5334
5327
|
depositAmount: string | number;
|
|
5335
5328
|
outputAsset: {
|
|
5336
|
-
__kind: "ArbEth" | "ArbUsdc" | "
|
|
5329
|
+
__kind: "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
5330
|
+
};
|
|
5331
|
+
destinationAddress: {
|
|
5332
|
+
value: string;
|
|
5333
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
5334
|
+
};
|
|
5335
|
+
txId: {
|
|
5336
|
+
blockNumber: number;
|
|
5337
|
+
extrinsicIndex: number;
|
|
5337
5338
|
};
|
|
5338
5339
|
affiliateFees: {
|
|
5339
5340
|
account: number;
|
|
@@ -5344,9 +5345,8 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetails: z.ZodDiscrimina
|
|
|
5344
5345
|
refundAddress: string;
|
|
5345
5346
|
minPrice: string | number;
|
|
5346
5347
|
};
|
|
5347
|
-
boostFee: number;
|
|
5348
|
-
channelId?: string | number | null | undefined;
|
|
5349
5348
|
depositAddress?: string | null | undefined;
|
|
5349
|
+
channelId?: string | number | null | undefined;
|
|
5350
5350
|
depositMetadata?: {
|
|
5351
5351
|
channelMetadata: {
|
|
5352
5352
|
message: string;
|
|
@@ -5404,6 +5404,11 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetails: z.ZodDiscrimina
|
|
|
5404
5404
|
}, "strip", z.ZodTypeAny, {
|
|
5405
5405
|
__kind: "Vault";
|
|
5406
5406
|
vaultWitness: {
|
|
5407
|
+
depositDetails: number;
|
|
5408
|
+
boostFee: number;
|
|
5409
|
+
inputAsset: "Dot";
|
|
5410
|
+
depositAmount: bigint;
|
|
5411
|
+
outputAsset: "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
5407
5412
|
destinationAddress: {
|
|
5408
5413
|
readonly chain: "Ethereum";
|
|
5409
5414
|
readonly address: `0x${string}`;
|
|
@@ -5424,10 +5429,6 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetails: z.ZodDiscrimina
|
|
|
5424
5429
|
blockNumber: number;
|
|
5425
5430
|
extrinsicIndex: number;
|
|
5426
5431
|
};
|
|
5427
|
-
depositDetails: number;
|
|
5428
|
-
inputAsset: "Dot";
|
|
5429
|
-
depositAmount: bigint;
|
|
5430
|
-
outputAsset: "ArbEth" | "ArbUsdc" | "Btc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Usdt" | "Sol" | "SolUsdc";
|
|
5431
5432
|
affiliateFees: {
|
|
5432
5433
|
account: number;
|
|
5433
5434
|
bps: number;
|
|
@@ -5437,9 +5438,8 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetails: z.ZodDiscrimina
|
|
|
5437
5438
|
refundAddress: `0x${string}`;
|
|
5438
5439
|
minPrice: bigint;
|
|
5439
5440
|
};
|
|
5440
|
-
boostFee: number;
|
|
5441
|
-
channelId?: bigint | null | undefined;
|
|
5442
5441
|
depositAddress?: `0x${string}` | null | undefined;
|
|
5442
|
+
channelId?: bigint | null | undefined;
|
|
5443
5443
|
depositMetadata?: {
|
|
5444
5444
|
channelMetadata: {
|
|
5445
5445
|
message: `0x${string}`;
|
|
@@ -5495,21 +5495,22 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetails: z.ZodDiscrimina
|
|
|
5495
5495
|
}, {
|
|
5496
5496
|
__kind: "Vault";
|
|
5497
5497
|
vaultWitness: {
|
|
5498
|
-
destinationAddress: {
|
|
5499
|
-
value: string;
|
|
5500
|
-
__kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
|
|
5501
|
-
};
|
|
5502
|
-
txId: {
|
|
5503
|
-
blockNumber: number;
|
|
5504
|
-
extrinsicIndex: number;
|
|
5505
|
-
};
|
|
5506
5498
|
depositDetails: number;
|
|
5499
|
+
boostFee: number;
|
|
5507
5500
|
inputAsset: {
|
|
5508
5501
|
__kind: "Dot";
|
|
5509
5502
|
};
|
|
5510
5503
|
depositAmount: string | number;
|
|
5511
5504
|
outputAsset: {
|
|
5512
|
-
__kind: "ArbEth" | "ArbUsdc" | "
|
|
5505
|
+
__kind: "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
5506
|
+
};
|
|
5507
|
+
destinationAddress: {
|
|
5508
|
+
value: string;
|
|
5509
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
5510
|
+
};
|
|
5511
|
+
txId: {
|
|
5512
|
+
blockNumber: number;
|
|
5513
|
+
extrinsicIndex: number;
|
|
5513
5514
|
};
|
|
5514
5515
|
affiliateFees: {
|
|
5515
5516
|
account: number;
|
|
@@ -5520,9 +5521,8 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetails: z.ZodDiscrimina
|
|
|
5520
5521
|
refundAddress: string;
|
|
5521
5522
|
minPrice: string | number;
|
|
5522
5523
|
};
|
|
5523
|
-
boostFee: number;
|
|
5524
|
-
channelId?: string | number | null | undefined;
|
|
5525
5524
|
depositAddress?: string | null | undefined;
|
|
5525
|
+
channelId?: string | number | null | undefined;
|
|
5526
5526
|
depositMetadata?: {
|
|
5527
5527
|
channelMetadata: {
|
|
5528
5528
|
message: string;
|
|
@@ -5764,7 +5764,6 @@ declare const cfChainsBtcUtxo: z.ZodObject<{
|
|
|
5764
5764
|
} | null | undefined;
|
|
5765
5765
|
}>;
|
|
5766
5766
|
}, "strip", z.ZodTypeAny, {
|
|
5767
|
-
amount: bigint;
|
|
5768
5767
|
depositAddress: {
|
|
5769
5768
|
pubkeyX: `0x${string}`;
|
|
5770
5769
|
scriptPath?: {
|
|
@@ -5776,12 +5775,12 @@ declare const cfChainsBtcUtxo: z.ZodObject<{
|
|
|
5776
5775
|
};
|
|
5777
5776
|
} | null | undefined;
|
|
5778
5777
|
};
|
|
5778
|
+
amount: bigint;
|
|
5779
5779
|
id: {
|
|
5780
5780
|
txId: `0x${string}`;
|
|
5781
5781
|
vout: number;
|
|
5782
5782
|
};
|
|
5783
5783
|
}, {
|
|
5784
|
-
amount: string | number;
|
|
5785
5784
|
depositAddress: {
|
|
5786
5785
|
pubkeyX: string;
|
|
5787
5786
|
scriptPath?: {
|
|
@@ -5793,6 +5792,7 @@ declare const cfChainsBtcUtxo: z.ZodObject<{
|
|
|
5793
5792
|
};
|
|
5794
5793
|
} | null | undefined;
|
|
5795
5794
|
};
|
|
5795
|
+
amount: string | number;
|
|
5796
5796
|
id: {
|
|
5797
5797
|
txId: string;
|
|
5798
5798
|
vout: number;
|
|
@@ -5831,13 +5831,13 @@ declare const palletCfBitcoinIngressEgressDepositAction: z.ZodDiscriminatedUnion
|
|
|
5831
5831
|
networkFeeFromBoost: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
5832
5832
|
networkFeeSwapRequestId: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
|
|
5833
5833
|
}, "strip", z.ZodTypeAny, {
|
|
5834
|
-
prewitnessedDepositId: bigint;
|
|
5835
5834
|
__kind: "BoostersCredited";
|
|
5835
|
+
prewitnessedDepositId: bigint;
|
|
5836
5836
|
networkFeeFromBoost: bigint;
|
|
5837
5837
|
networkFeeSwapRequestId?: bigint | null | undefined;
|
|
5838
5838
|
}, {
|
|
5839
|
-
prewitnessedDepositId: string | number;
|
|
5840
5839
|
__kind: "BoostersCredited";
|
|
5840
|
+
prewitnessedDepositId: string | number;
|
|
5841
5841
|
networkFeeFromBoost: string | number;
|
|
5842
5842
|
networkFeeSwapRequestId?: string | number | null | undefined;
|
|
5843
5843
|
}>]>;
|
|
@@ -5926,18 +5926,18 @@ declare const palletCfBitcoinIngressEgressDepositFailedReason: z.ZodDiscriminate
|
|
|
5926
5926
|
value: z.ZodEffects<z.ZodObject<{
|
|
5927
5927
|
__kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
|
|
5928
5928
|
}, "strip", z.ZodTypeAny, {
|
|
5929
|
-
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
5929
|
+
__kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
5930
5930
|
}, {
|
|
5931
|
-
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
5932
|
-
}>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
5933
|
-
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
5931
|
+
__kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
5932
|
+
}>, "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
|
|
5933
|
+
__kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
5934
5934
|
}>;
|
|
5935
5935
|
}, "strip", z.ZodTypeAny, {
|
|
5936
|
-
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
5936
|
+
value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
5937
5937
|
__kind: "Token";
|
|
5938
5938
|
}, {
|
|
5939
5939
|
value: {
|
|
5940
|
-
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
5940
|
+
__kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
5941
5941
|
};
|
|
5942
5942
|
__kind: "Token";
|
|
5943
5943
|
}>, z.ZodObject<{
|
|
@@ -6023,7 +6023,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedReason: z.ZodDiscriminate
|
|
|
6023
6023
|
} | {
|
|
6024
6024
|
__kind: "TooManyConsumers";
|
|
6025
6025
|
} | {
|
|
6026
|
-
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
6026
|
+
value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
6027
6027
|
__kind: "Token";
|
|
6028
6028
|
} | {
|
|
6029
6029
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
@@ -6062,7 +6062,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedReason: z.ZodDiscriminate
|
|
|
6062
6062
|
__kind: "TooManyConsumers";
|
|
6063
6063
|
} | {
|
|
6064
6064
|
value: {
|
|
6065
|
-
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
6065
|
+
__kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
6066
6066
|
};
|
|
6067
6067
|
__kind: "Token";
|
|
6068
6068
|
} | {
|
|
@@ -6253,7 +6253,6 @@ declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
|
|
|
6253
6253
|
} | null | undefined;
|
|
6254
6254
|
}>;
|
|
6255
6255
|
}, "strip", z.ZodTypeAny, {
|
|
6256
|
-
amount: bigint;
|
|
6257
6256
|
depositAddress: {
|
|
6258
6257
|
pubkeyX: `0x${string}`;
|
|
6259
6258
|
scriptPath?: {
|
|
@@ -6265,12 +6264,12 @@ declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
|
|
|
6265
6264
|
};
|
|
6266
6265
|
} | null | undefined;
|
|
6267
6266
|
};
|
|
6267
|
+
amount: bigint;
|
|
6268
6268
|
id: {
|
|
6269
6269
|
txId: `0x${string}`;
|
|
6270
6270
|
vout: number;
|
|
6271
6271
|
};
|
|
6272
6272
|
}, {
|
|
6273
|
-
amount: string | number;
|
|
6274
6273
|
depositAddress: {
|
|
6275
6274
|
pubkeyX: string;
|
|
6276
6275
|
scriptPath?: {
|
|
@@ -6282,14 +6281,13 @@ declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
|
|
|
6282
6281
|
};
|
|
6283
6282
|
} | null | undefined;
|
|
6284
6283
|
};
|
|
6284
|
+
amount: string | number;
|
|
6285
6285
|
id: {
|
|
6286
6286
|
txId: string;
|
|
6287
6287
|
vout: number;
|
|
6288
6288
|
};
|
|
6289
6289
|
}>;
|
|
6290
6290
|
}, "strip", z.ZodTypeAny, {
|
|
6291
|
-
asset: "Btc";
|
|
6292
|
-
amount: bigint;
|
|
6293
6291
|
depositAddress: {
|
|
6294
6292
|
value: `0x${string}`;
|
|
6295
6293
|
__kind: "P2PKH";
|
|
@@ -6310,8 +6308,8 @@ declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
|
|
|
6310
6308
|
version: number;
|
|
6311
6309
|
program: `0x${string}`;
|
|
6312
6310
|
};
|
|
6311
|
+
asset: "Btc";
|
|
6313
6312
|
depositDetails: {
|
|
6314
|
-
amount: bigint;
|
|
6315
6313
|
depositAddress: {
|
|
6316
6314
|
pubkeyX: `0x${string}`;
|
|
6317
6315
|
scriptPath?: {
|
|
@@ -6323,16 +6321,14 @@ declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
|
|
|
6323
6321
|
};
|
|
6324
6322
|
} | null | undefined;
|
|
6325
6323
|
};
|
|
6324
|
+
amount: bigint;
|
|
6326
6325
|
id: {
|
|
6327
6326
|
txId: `0x${string}`;
|
|
6328
6327
|
vout: number;
|
|
6329
6328
|
};
|
|
6330
6329
|
};
|
|
6330
|
+
amount: bigint;
|
|
6331
6331
|
}, {
|
|
6332
|
-
asset: {
|
|
6333
|
-
__kind: "Btc";
|
|
6334
|
-
};
|
|
6335
|
-
amount: string | number;
|
|
6336
6332
|
depositAddress: {
|
|
6337
6333
|
value: string;
|
|
6338
6334
|
__kind: "P2PKH";
|
|
@@ -6353,8 +6349,10 @@ declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
|
|
|
6353
6349
|
version: number;
|
|
6354
6350
|
program: string;
|
|
6355
6351
|
};
|
|
6352
|
+
asset: {
|
|
6353
|
+
__kind: "Btc";
|
|
6354
|
+
};
|
|
6356
6355
|
depositDetails: {
|
|
6357
|
-
amount: string | number;
|
|
6358
6356
|
depositAddress: {
|
|
6359
6357
|
pubkeyX: string;
|
|
6360
6358
|
scriptPath?: {
|
|
@@ -6366,11 +6364,13 @@ declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
|
|
|
6366
6364
|
};
|
|
6367
6365
|
} | null | undefined;
|
|
6368
6366
|
};
|
|
6367
|
+
amount: string | number;
|
|
6369
6368
|
id: {
|
|
6370
6369
|
txId: string;
|
|
6371
6370
|
vout: number;
|
|
6372
6371
|
};
|
|
6373
6372
|
};
|
|
6373
|
+
amount: string | number;
|
|
6374
6374
|
}>;
|
|
6375
6375
|
declare const cfChainsChannelRefundParametersScriptPubkey: z.ZodObject<{
|
|
6376
6376
|
retryDuration: z.ZodNumber;
|
|
@@ -6612,7 +6612,6 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitness: z.ZodObject<{
|
|
|
6612
6612
|
} | null | undefined;
|
|
6613
6613
|
}>;
|
|
6614
6614
|
}, "strip", z.ZodTypeAny, {
|
|
6615
|
-
amount: bigint;
|
|
6616
6615
|
depositAddress: {
|
|
6617
6616
|
pubkeyX: `0x${string}`;
|
|
6618
6617
|
scriptPath?: {
|
|
@@ -6624,12 +6623,12 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitness: z.ZodObject<{
|
|
|
6624
6623
|
};
|
|
6625
6624
|
} | null | undefined;
|
|
6626
6625
|
};
|
|
6626
|
+
amount: bigint;
|
|
6627
6627
|
id: {
|
|
6628
6628
|
txId: `0x${string}`;
|
|
6629
6629
|
vout: number;
|
|
6630
6630
|
};
|
|
6631
6631
|
}, {
|
|
6632
|
-
amount: string | number;
|
|
6633
6632
|
depositAddress: {
|
|
6634
6633
|
pubkeyX: string;
|
|
6635
6634
|
scriptPath?: {
|
|
@@ -6641,6 +6640,7 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitness: z.ZodObject<{
|
|
|
6641
6640
|
};
|
|
6642
6641
|
} | null | undefined;
|
|
6643
6642
|
};
|
|
6643
|
+
amount: string | number;
|
|
6644
6644
|
id: {
|
|
6645
6645
|
txId: string;
|
|
6646
6646
|
vout: number;
|
|
@@ -6649,21 +6649,21 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitness: z.ZodObject<{
|
|
|
6649
6649
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
6650
6650
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
|
|
6651
6651
|
}, "strip", z.ZodTypeAny, {
|
|
6652
|
-
__kind: "ArbEth" | "ArbUsdc" | "
|
|
6652
|
+
__kind: "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
6653
6653
|
}, {
|
|
6654
|
-
__kind: "ArbEth" | "ArbUsdc" | "
|
|
6655
|
-
}>, "ArbEth" | "ArbUsdc" | "
|
|
6656
|
-
__kind: "ArbEth" | "ArbUsdc" | "
|
|
6654
|
+
__kind: "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
6655
|
+
}>, "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
6656
|
+
__kind: "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
6657
6657
|
}>;
|
|
6658
6658
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
6659
6659
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
6660
6660
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
6661
6661
|
}, "strip", z.ZodTypeAny, {
|
|
6662
6662
|
value: `0x${string}`;
|
|
6663
|
-
__kind: "
|
|
6663
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
6664
6664
|
}, {
|
|
6665
6665
|
value: string;
|
|
6666
|
-
__kind: "
|
|
6666
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
6667
6667
|
}>, {
|
|
6668
6668
|
readonly chain: "Ethereum";
|
|
6669
6669
|
readonly address: `0x${string}`;
|
|
@@ -6681,7 +6681,7 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitness: z.ZodObject<{
|
|
|
6681
6681
|
readonly address: string;
|
|
6682
6682
|
}, {
|
|
6683
6683
|
value: string;
|
|
6684
|
-
__kind: "
|
|
6684
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
6685
6685
|
}>;
|
|
6686
6686
|
depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
6687
6687
|
channelMetadata: z.ZodObject<{
|
|
@@ -7075,25 +7075,7 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitness: z.ZodObject<{
|
|
|
7075
7075
|
}>>>;
|
|
7076
7076
|
boostFee: z.ZodNumber;
|
|
7077
7077
|
}, "strip", z.ZodTypeAny, {
|
|
7078
|
-
destinationAddress: {
|
|
7079
|
-
readonly chain: "Ethereum";
|
|
7080
|
-
readonly address: `0x${string}`;
|
|
7081
|
-
} | {
|
|
7082
|
-
readonly chain: "Polkadot";
|
|
7083
|
-
readonly address: string;
|
|
7084
|
-
} | {
|
|
7085
|
-
readonly chain: "Bitcoin";
|
|
7086
|
-
readonly address: string;
|
|
7087
|
-
} | {
|
|
7088
|
-
readonly chain: "Arbitrum";
|
|
7089
|
-
readonly address: `0x${string}`;
|
|
7090
|
-
} | {
|
|
7091
|
-
readonly chain: "Solana";
|
|
7092
|
-
readonly address: string;
|
|
7093
|
-
};
|
|
7094
|
-
txId: `0x${string}`;
|
|
7095
7078
|
depositDetails: {
|
|
7096
|
-
amount: bigint;
|
|
7097
7079
|
depositAddress: {
|
|
7098
7080
|
pubkeyX: `0x${string}`;
|
|
7099
7081
|
scriptPath?: {
|
|
@@ -7105,14 +7087,33 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitness: z.ZodObject<{
|
|
|
7105
7087
|
};
|
|
7106
7088
|
} | null | undefined;
|
|
7107
7089
|
};
|
|
7090
|
+
amount: bigint;
|
|
7108
7091
|
id: {
|
|
7109
7092
|
txId: `0x${string}`;
|
|
7110
7093
|
vout: number;
|
|
7111
7094
|
};
|
|
7112
7095
|
};
|
|
7096
|
+
boostFee: number;
|
|
7113
7097
|
inputAsset: "Btc";
|
|
7114
7098
|
depositAmount: bigint;
|
|
7115
|
-
outputAsset: "ArbEth" | "ArbUsdc" | "
|
|
7099
|
+
outputAsset: "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
7100
|
+
destinationAddress: {
|
|
7101
|
+
readonly chain: "Ethereum";
|
|
7102
|
+
readonly address: `0x${string}`;
|
|
7103
|
+
} | {
|
|
7104
|
+
readonly chain: "Polkadot";
|
|
7105
|
+
readonly address: string;
|
|
7106
|
+
} | {
|
|
7107
|
+
readonly chain: "Bitcoin";
|
|
7108
|
+
readonly address: string;
|
|
7109
|
+
} | {
|
|
7110
|
+
readonly chain: "Arbitrum";
|
|
7111
|
+
readonly address: `0x${string}`;
|
|
7112
|
+
} | {
|
|
7113
|
+
readonly chain: "Solana";
|
|
7114
|
+
readonly address: string;
|
|
7115
|
+
};
|
|
7116
|
+
txId: `0x${string}`;
|
|
7116
7117
|
affiliateFees: {
|
|
7117
7118
|
account: number;
|
|
7118
7119
|
bps: number;
|
|
@@ -7141,8 +7142,6 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitness: z.ZodObject<{
|
|
|
7141
7142
|
};
|
|
7142
7143
|
minPrice: bigint;
|
|
7143
7144
|
};
|
|
7144
|
-
boostFee: number;
|
|
7145
|
-
channelId?: bigint | null | undefined;
|
|
7146
7145
|
depositAddress?: {
|
|
7147
7146
|
value: `0x${string}`;
|
|
7148
7147
|
__kind: "P2PKH";
|
|
@@ -7163,6 +7162,7 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitness: z.ZodObject<{
|
|
|
7163
7162
|
version: number;
|
|
7164
7163
|
program: `0x${string}`;
|
|
7165
7164
|
} | null | undefined;
|
|
7165
|
+
channelId?: bigint | null | undefined;
|
|
7166
7166
|
depositMetadata?: {
|
|
7167
7167
|
channelMetadata: {
|
|
7168
7168
|
message: `0x${string}`;
|
|
@@ -7215,13 +7215,7 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitness: z.ZodObject<{
|
|
|
7215
7215
|
chunkInterval: number;
|
|
7216
7216
|
} | null | undefined;
|
|
7217
7217
|
}, {
|
|
7218
|
-
destinationAddress: {
|
|
7219
|
-
value: string;
|
|
7220
|
-
__kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
|
|
7221
|
-
};
|
|
7222
|
-
txId: string;
|
|
7223
7218
|
depositDetails: {
|
|
7224
|
-
amount: string | number;
|
|
7225
7219
|
depositAddress: {
|
|
7226
7220
|
pubkeyX: string;
|
|
7227
7221
|
scriptPath?: {
|
|
@@ -7233,18 +7227,25 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitness: z.ZodObject<{
|
|
|
7233
7227
|
};
|
|
7234
7228
|
} | null | undefined;
|
|
7235
7229
|
};
|
|
7230
|
+
amount: string | number;
|
|
7236
7231
|
id: {
|
|
7237
7232
|
txId: string;
|
|
7238
7233
|
vout: number;
|
|
7239
7234
|
};
|
|
7240
7235
|
};
|
|
7236
|
+
boostFee: number;
|
|
7241
7237
|
inputAsset: {
|
|
7242
7238
|
__kind: "Btc";
|
|
7243
7239
|
};
|
|
7244
7240
|
depositAmount: string | number;
|
|
7245
7241
|
outputAsset: {
|
|
7246
|
-
__kind: "ArbEth" | "ArbUsdc" | "
|
|
7242
|
+
__kind: "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
7247
7243
|
};
|
|
7244
|
+
destinationAddress: {
|
|
7245
|
+
value: string;
|
|
7246
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
7247
|
+
};
|
|
7248
|
+
txId: string;
|
|
7248
7249
|
affiliateFees: {
|
|
7249
7250
|
account: number;
|
|
7250
7251
|
bps: number;
|
|
@@ -7273,8 +7274,6 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitness: z.ZodObject<{
|
|
|
7273
7274
|
};
|
|
7274
7275
|
minPrice: string | number;
|
|
7275
7276
|
};
|
|
7276
|
-
boostFee: number;
|
|
7277
|
-
channelId?: string | number | null | undefined;
|
|
7278
7277
|
depositAddress?: {
|
|
7279
7278
|
value: string;
|
|
7280
7279
|
__kind: "P2PKH";
|
|
@@ -7295,6 +7294,7 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitness: z.ZodObject<{
|
|
|
7295
7294
|
version: number;
|
|
7296
7295
|
program: string;
|
|
7297
7296
|
} | null | undefined;
|
|
7297
|
+
channelId?: string | number | null | undefined;
|
|
7298
7298
|
depositMetadata?: {
|
|
7299
7299
|
channelMetadata: {
|
|
7300
7300
|
message: string;
|
|
@@ -7482,7 +7482,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
|
|
|
7482
7482
|
} | null | undefined;
|
|
7483
7483
|
}>;
|
|
7484
7484
|
}, "strip", z.ZodTypeAny, {
|
|
7485
|
-
amount: bigint;
|
|
7486
7485
|
depositAddress: {
|
|
7487
7486
|
pubkeyX: `0x${string}`;
|
|
7488
7487
|
scriptPath?: {
|
|
@@ -7494,12 +7493,12 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
|
|
|
7494
7493
|
};
|
|
7495
7494
|
} | null | undefined;
|
|
7496
7495
|
};
|
|
7496
|
+
amount: bigint;
|
|
7497
7497
|
id: {
|
|
7498
7498
|
txId: `0x${string}`;
|
|
7499
7499
|
vout: number;
|
|
7500
7500
|
};
|
|
7501
7501
|
}, {
|
|
7502
|
-
amount: string | number;
|
|
7503
7502
|
depositAddress: {
|
|
7504
7503
|
pubkeyX: string;
|
|
7505
7504
|
scriptPath?: {
|
|
@@ -7511,14 +7510,13 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
|
|
|
7511
7510
|
};
|
|
7512
7511
|
} | null | undefined;
|
|
7513
7512
|
};
|
|
7513
|
+
amount: string | number;
|
|
7514
7514
|
id: {
|
|
7515
7515
|
txId: string;
|
|
7516
7516
|
vout: number;
|
|
7517
7517
|
};
|
|
7518
7518
|
}>;
|
|
7519
7519
|
}, "strip", z.ZodTypeAny, {
|
|
7520
|
-
asset: "Btc";
|
|
7521
|
-
amount: bigint;
|
|
7522
7520
|
depositAddress: {
|
|
7523
7521
|
value: `0x${string}`;
|
|
7524
7522
|
__kind: "P2PKH";
|
|
@@ -7539,8 +7537,8 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
|
|
|
7539
7537
|
version: number;
|
|
7540
7538
|
program: `0x${string}`;
|
|
7541
7539
|
};
|
|
7540
|
+
asset: "Btc";
|
|
7542
7541
|
depositDetails: {
|
|
7543
|
-
amount: bigint;
|
|
7544
7542
|
depositAddress: {
|
|
7545
7543
|
pubkeyX: `0x${string}`;
|
|
7546
7544
|
scriptPath?: {
|
|
@@ -7552,16 +7550,14 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
|
|
|
7552
7550
|
};
|
|
7553
7551
|
} | null | undefined;
|
|
7554
7552
|
};
|
|
7553
|
+
amount: bigint;
|
|
7555
7554
|
id: {
|
|
7556
7555
|
txId: `0x${string}`;
|
|
7557
7556
|
vout: number;
|
|
7558
7557
|
};
|
|
7559
7558
|
};
|
|
7559
|
+
amount: bigint;
|
|
7560
7560
|
}, {
|
|
7561
|
-
asset: {
|
|
7562
|
-
__kind: "Btc";
|
|
7563
|
-
};
|
|
7564
|
-
amount: string | number;
|
|
7565
7561
|
depositAddress: {
|
|
7566
7562
|
value: string;
|
|
7567
7563
|
__kind: "P2PKH";
|
|
@@ -7582,8 +7578,10 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
|
|
|
7582
7578
|
version: number;
|
|
7583
7579
|
program: string;
|
|
7584
7580
|
};
|
|
7581
|
+
asset: {
|
|
7582
|
+
__kind: "Btc";
|
|
7583
|
+
};
|
|
7585
7584
|
depositDetails: {
|
|
7586
|
-
amount: string | number;
|
|
7587
7585
|
depositAddress: {
|
|
7588
7586
|
pubkeyX: string;
|
|
7589
7587
|
scriptPath?: {
|
|
@@ -7595,17 +7593,17 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
|
|
|
7595
7593
|
};
|
|
7596
7594
|
} | null | undefined;
|
|
7597
7595
|
};
|
|
7596
|
+
amount: string | number;
|
|
7598
7597
|
id: {
|
|
7599
7598
|
txId: string;
|
|
7600
7599
|
vout: number;
|
|
7601
7600
|
};
|
|
7602
7601
|
};
|
|
7602
|
+
amount: string | number;
|
|
7603
7603
|
}>;
|
|
7604
7604
|
}, "strip", z.ZodTypeAny, {
|
|
7605
7605
|
__kind: "DepositChannel";
|
|
7606
7606
|
depositWitness: {
|
|
7607
|
-
asset: "Btc";
|
|
7608
|
-
amount: bigint;
|
|
7609
7607
|
depositAddress: {
|
|
7610
7608
|
value: `0x${string}`;
|
|
7611
7609
|
__kind: "P2PKH";
|
|
@@ -7626,8 +7624,8 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
|
|
|
7626
7624
|
version: number;
|
|
7627
7625
|
program: `0x${string}`;
|
|
7628
7626
|
};
|
|
7627
|
+
asset: "Btc";
|
|
7629
7628
|
depositDetails: {
|
|
7630
|
-
amount: bigint;
|
|
7631
7629
|
depositAddress: {
|
|
7632
7630
|
pubkeyX: `0x${string}`;
|
|
7633
7631
|
scriptPath?: {
|
|
@@ -7639,19 +7637,17 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
|
|
|
7639
7637
|
};
|
|
7640
7638
|
} | null | undefined;
|
|
7641
7639
|
};
|
|
7640
|
+
amount: bigint;
|
|
7642
7641
|
id: {
|
|
7643
7642
|
txId: `0x${string}`;
|
|
7644
7643
|
vout: number;
|
|
7645
7644
|
};
|
|
7646
7645
|
};
|
|
7646
|
+
amount: bigint;
|
|
7647
7647
|
};
|
|
7648
7648
|
}, {
|
|
7649
7649
|
__kind: "DepositChannel";
|
|
7650
7650
|
depositWitness: {
|
|
7651
|
-
asset: {
|
|
7652
|
-
__kind: "Btc";
|
|
7653
|
-
};
|
|
7654
|
-
amount: string | number;
|
|
7655
7651
|
depositAddress: {
|
|
7656
7652
|
value: string;
|
|
7657
7653
|
__kind: "P2PKH";
|
|
@@ -7672,8 +7668,10 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
|
|
|
7672
7668
|
version: number;
|
|
7673
7669
|
program: string;
|
|
7674
7670
|
};
|
|
7671
|
+
asset: {
|
|
7672
|
+
__kind: "Btc";
|
|
7673
|
+
};
|
|
7675
7674
|
depositDetails: {
|
|
7676
|
-
amount: string | number;
|
|
7677
7675
|
depositAddress: {
|
|
7678
7676
|
pubkeyX: string;
|
|
7679
7677
|
scriptPath?: {
|
|
@@ -7685,11 +7683,13 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
|
|
|
7685
7683
|
};
|
|
7686
7684
|
} | null | undefined;
|
|
7687
7685
|
};
|
|
7686
|
+
amount: string | number;
|
|
7688
7687
|
id: {
|
|
7689
7688
|
txId: string;
|
|
7690
7689
|
vout: number;
|
|
7691
7690
|
};
|
|
7692
7691
|
};
|
|
7692
|
+
amount: string | number;
|
|
7693
7693
|
};
|
|
7694
7694
|
}>, z.ZodObject<{
|
|
7695
7695
|
__kind: z.ZodLiteral<"Vault">;
|
|
@@ -7825,7 +7825,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
|
|
|
7825
7825
|
} | null | undefined;
|
|
7826
7826
|
}>;
|
|
7827
7827
|
}, "strip", z.ZodTypeAny, {
|
|
7828
|
-
amount: bigint;
|
|
7829
7828
|
depositAddress: {
|
|
7830
7829
|
pubkeyX: `0x${string}`;
|
|
7831
7830
|
scriptPath?: {
|
|
@@ -7837,12 +7836,12 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
|
|
|
7837
7836
|
};
|
|
7838
7837
|
} | null | undefined;
|
|
7839
7838
|
};
|
|
7839
|
+
amount: bigint;
|
|
7840
7840
|
id: {
|
|
7841
7841
|
txId: `0x${string}`;
|
|
7842
7842
|
vout: number;
|
|
7843
7843
|
};
|
|
7844
7844
|
}, {
|
|
7845
|
-
amount: string | number;
|
|
7846
7845
|
depositAddress: {
|
|
7847
7846
|
pubkeyX: string;
|
|
7848
7847
|
scriptPath?: {
|
|
@@ -7854,6 +7853,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
|
|
|
7854
7853
|
};
|
|
7855
7854
|
} | null | undefined;
|
|
7856
7855
|
};
|
|
7856
|
+
amount: string | number;
|
|
7857
7857
|
id: {
|
|
7858
7858
|
txId: string;
|
|
7859
7859
|
vout: number;
|
|
@@ -7862,21 +7862,21 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
|
|
|
7862
7862
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
7863
7863
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
|
|
7864
7864
|
}, "strip", z.ZodTypeAny, {
|
|
7865
|
-
__kind: "ArbEth" | "ArbUsdc" | "
|
|
7865
|
+
__kind: "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
7866
7866
|
}, {
|
|
7867
|
-
__kind: "ArbEth" | "ArbUsdc" | "
|
|
7868
|
-
}>, "ArbEth" | "ArbUsdc" | "
|
|
7869
|
-
__kind: "ArbEth" | "ArbUsdc" | "
|
|
7867
|
+
__kind: "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
7868
|
+
}>, "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
7869
|
+
__kind: "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
7870
7870
|
}>;
|
|
7871
7871
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
7872
7872
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
7873
7873
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
7874
7874
|
}, "strip", z.ZodTypeAny, {
|
|
7875
7875
|
value: `0x${string}`;
|
|
7876
|
-
__kind: "
|
|
7876
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
7877
7877
|
}, {
|
|
7878
7878
|
value: string;
|
|
7879
|
-
__kind: "
|
|
7879
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
7880
7880
|
}>, {
|
|
7881
7881
|
readonly chain: "Ethereum";
|
|
7882
7882
|
readonly address: `0x${string}`;
|
|
@@ -7894,7 +7894,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
|
|
|
7894
7894
|
readonly address: string;
|
|
7895
7895
|
}, {
|
|
7896
7896
|
value: string;
|
|
7897
|
-
__kind: "
|
|
7897
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
7898
7898
|
}>;
|
|
7899
7899
|
depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
7900
7900
|
channelMetadata: z.ZodObject<{
|
|
@@ -8288,25 +8288,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
|
|
|
8288
8288
|
}>>>;
|
|
8289
8289
|
boostFee: z.ZodNumber;
|
|
8290
8290
|
}, "strip", z.ZodTypeAny, {
|
|
8291
|
-
destinationAddress: {
|
|
8292
|
-
readonly chain: "Ethereum";
|
|
8293
|
-
readonly address: `0x${string}`;
|
|
8294
|
-
} | {
|
|
8295
|
-
readonly chain: "Polkadot";
|
|
8296
|
-
readonly address: string;
|
|
8297
|
-
} | {
|
|
8298
|
-
readonly chain: "Bitcoin";
|
|
8299
|
-
readonly address: string;
|
|
8300
|
-
} | {
|
|
8301
|
-
readonly chain: "Arbitrum";
|
|
8302
|
-
readonly address: `0x${string}`;
|
|
8303
|
-
} | {
|
|
8304
|
-
readonly chain: "Solana";
|
|
8305
|
-
readonly address: string;
|
|
8306
|
-
};
|
|
8307
|
-
txId: `0x${string}`;
|
|
8308
8291
|
depositDetails: {
|
|
8309
|
-
amount: bigint;
|
|
8310
8292
|
depositAddress: {
|
|
8311
8293
|
pubkeyX: `0x${string}`;
|
|
8312
8294
|
scriptPath?: {
|
|
@@ -8318,14 +8300,33 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
|
|
|
8318
8300
|
};
|
|
8319
8301
|
} | null | undefined;
|
|
8320
8302
|
};
|
|
8303
|
+
amount: bigint;
|
|
8321
8304
|
id: {
|
|
8322
8305
|
txId: `0x${string}`;
|
|
8323
8306
|
vout: number;
|
|
8324
8307
|
};
|
|
8325
8308
|
};
|
|
8309
|
+
boostFee: number;
|
|
8326
8310
|
inputAsset: "Btc";
|
|
8327
8311
|
depositAmount: bigint;
|
|
8328
|
-
outputAsset: "ArbEth" | "ArbUsdc" | "
|
|
8312
|
+
outputAsset: "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
8313
|
+
destinationAddress: {
|
|
8314
|
+
readonly chain: "Ethereum";
|
|
8315
|
+
readonly address: `0x${string}`;
|
|
8316
|
+
} | {
|
|
8317
|
+
readonly chain: "Polkadot";
|
|
8318
|
+
readonly address: string;
|
|
8319
|
+
} | {
|
|
8320
|
+
readonly chain: "Bitcoin";
|
|
8321
|
+
readonly address: string;
|
|
8322
|
+
} | {
|
|
8323
|
+
readonly chain: "Arbitrum";
|
|
8324
|
+
readonly address: `0x${string}`;
|
|
8325
|
+
} | {
|
|
8326
|
+
readonly chain: "Solana";
|
|
8327
|
+
readonly address: string;
|
|
8328
|
+
};
|
|
8329
|
+
txId: `0x${string}`;
|
|
8329
8330
|
affiliateFees: {
|
|
8330
8331
|
account: number;
|
|
8331
8332
|
bps: number;
|
|
@@ -8354,8 +8355,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
|
|
|
8354
8355
|
};
|
|
8355
8356
|
minPrice: bigint;
|
|
8356
8357
|
};
|
|
8357
|
-
boostFee: number;
|
|
8358
|
-
channelId?: bigint | null | undefined;
|
|
8359
8358
|
depositAddress?: {
|
|
8360
8359
|
value: `0x${string}`;
|
|
8361
8360
|
__kind: "P2PKH";
|
|
@@ -8376,6 +8375,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
|
|
|
8376
8375
|
version: number;
|
|
8377
8376
|
program: `0x${string}`;
|
|
8378
8377
|
} | null | undefined;
|
|
8378
|
+
channelId?: bigint | null | undefined;
|
|
8379
8379
|
depositMetadata?: {
|
|
8380
8380
|
channelMetadata: {
|
|
8381
8381
|
message: `0x${string}`;
|
|
@@ -8428,13 +8428,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
|
|
|
8428
8428
|
chunkInterval: number;
|
|
8429
8429
|
} | null | undefined;
|
|
8430
8430
|
}, {
|
|
8431
|
-
destinationAddress: {
|
|
8432
|
-
value: string;
|
|
8433
|
-
__kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
|
|
8434
|
-
};
|
|
8435
|
-
txId: string;
|
|
8436
8431
|
depositDetails: {
|
|
8437
|
-
amount: string | number;
|
|
8438
8432
|
depositAddress: {
|
|
8439
8433
|
pubkeyX: string;
|
|
8440
8434
|
scriptPath?: {
|
|
@@ -8446,18 +8440,25 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
|
|
|
8446
8440
|
};
|
|
8447
8441
|
} | null | undefined;
|
|
8448
8442
|
};
|
|
8443
|
+
amount: string | number;
|
|
8449
8444
|
id: {
|
|
8450
8445
|
txId: string;
|
|
8451
8446
|
vout: number;
|
|
8452
8447
|
};
|
|
8453
8448
|
};
|
|
8449
|
+
boostFee: number;
|
|
8454
8450
|
inputAsset: {
|
|
8455
8451
|
__kind: "Btc";
|
|
8456
8452
|
};
|
|
8457
8453
|
depositAmount: string | number;
|
|
8458
8454
|
outputAsset: {
|
|
8459
|
-
__kind: "ArbEth" | "ArbUsdc" | "
|
|
8455
|
+
__kind: "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
8456
|
+
};
|
|
8457
|
+
destinationAddress: {
|
|
8458
|
+
value: string;
|
|
8459
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
8460
8460
|
};
|
|
8461
|
+
txId: string;
|
|
8461
8462
|
affiliateFees: {
|
|
8462
8463
|
account: number;
|
|
8463
8464
|
bps: number;
|
|
@@ -8486,8 +8487,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
|
|
|
8486
8487
|
};
|
|
8487
8488
|
minPrice: string | number;
|
|
8488
8489
|
};
|
|
8489
|
-
boostFee: number;
|
|
8490
|
-
channelId?: string | number | null | undefined;
|
|
8491
8490
|
depositAddress?: {
|
|
8492
8491
|
value: string;
|
|
8493
8492
|
__kind: "P2PKH";
|
|
@@ -8508,6 +8507,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
|
|
|
8508
8507
|
version: number;
|
|
8509
8508
|
program: string;
|
|
8510
8509
|
} | null | undefined;
|
|
8510
|
+
channelId?: string | number | null | undefined;
|
|
8511
8511
|
depositMetadata?: {
|
|
8512
8512
|
channelMetadata: {
|
|
8513
8513
|
message: string;
|
|
@@ -8565,25 +8565,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
|
|
|
8565
8565
|
}, "strip", z.ZodTypeAny, {
|
|
8566
8566
|
__kind: "Vault";
|
|
8567
8567
|
vaultWitness: {
|
|
8568
|
-
destinationAddress: {
|
|
8569
|
-
readonly chain: "Ethereum";
|
|
8570
|
-
readonly address: `0x${string}`;
|
|
8571
|
-
} | {
|
|
8572
|
-
readonly chain: "Polkadot";
|
|
8573
|
-
readonly address: string;
|
|
8574
|
-
} | {
|
|
8575
|
-
readonly chain: "Bitcoin";
|
|
8576
|
-
readonly address: string;
|
|
8577
|
-
} | {
|
|
8578
|
-
readonly chain: "Arbitrum";
|
|
8579
|
-
readonly address: `0x${string}`;
|
|
8580
|
-
} | {
|
|
8581
|
-
readonly chain: "Solana";
|
|
8582
|
-
readonly address: string;
|
|
8583
|
-
};
|
|
8584
|
-
txId: `0x${string}`;
|
|
8585
8568
|
depositDetails: {
|
|
8586
|
-
amount: bigint;
|
|
8587
8569
|
depositAddress: {
|
|
8588
8570
|
pubkeyX: `0x${string}`;
|
|
8589
8571
|
scriptPath?: {
|
|
@@ -8595,14 +8577,33 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
|
|
|
8595
8577
|
};
|
|
8596
8578
|
} | null | undefined;
|
|
8597
8579
|
};
|
|
8580
|
+
amount: bigint;
|
|
8598
8581
|
id: {
|
|
8599
8582
|
txId: `0x${string}`;
|
|
8600
8583
|
vout: number;
|
|
8601
8584
|
};
|
|
8602
8585
|
};
|
|
8586
|
+
boostFee: number;
|
|
8603
8587
|
inputAsset: "Btc";
|
|
8604
8588
|
depositAmount: bigint;
|
|
8605
|
-
outputAsset: "ArbEth" | "ArbUsdc" | "
|
|
8589
|
+
outputAsset: "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
8590
|
+
destinationAddress: {
|
|
8591
|
+
readonly chain: "Ethereum";
|
|
8592
|
+
readonly address: `0x${string}`;
|
|
8593
|
+
} | {
|
|
8594
|
+
readonly chain: "Polkadot";
|
|
8595
|
+
readonly address: string;
|
|
8596
|
+
} | {
|
|
8597
|
+
readonly chain: "Bitcoin";
|
|
8598
|
+
readonly address: string;
|
|
8599
|
+
} | {
|
|
8600
|
+
readonly chain: "Arbitrum";
|
|
8601
|
+
readonly address: `0x${string}`;
|
|
8602
|
+
} | {
|
|
8603
|
+
readonly chain: "Solana";
|
|
8604
|
+
readonly address: string;
|
|
8605
|
+
};
|
|
8606
|
+
txId: `0x${string}`;
|
|
8606
8607
|
affiliateFees: {
|
|
8607
8608
|
account: number;
|
|
8608
8609
|
bps: number;
|
|
@@ -8631,8 +8632,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
|
|
|
8631
8632
|
};
|
|
8632
8633
|
minPrice: bigint;
|
|
8633
8634
|
};
|
|
8634
|
-
boostFee: number;
|
|
8635
|
-
channelId?: bigint | null | undefined;
|
|
8636
8635
|
depositAddress?: {
|
|
8637
8636
|
value: `0x${string}`;
|
|
8638
8637
|
__kind: "P2PKH";
|
|
@@ -8653,6 +8652,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
|
|
|
8653
8652
|
version: number;
|
|
8654
8653
|
program: `0x${string}`;
|
|
8655
8654
|
} | null | undefined;
|
|
8655
|
+
channelId?: bigint | null | undefined;
|
|
8656
8656
|
depositMetadata?: {
|
|
8657
8657
|
channelMetadata: {
|
|
8658
8658
|
message: `0x${string}`;
|
|
@@ -8708,13 +8708,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
|
|
|
8708
8708
|
}, {
|
|
8709
8709
|
__kind: "Vault";
|
|
8710
8710
|
vaultWitness: {
|
|
8711
|
-
destinationAddress: {
|
|
8712
|
-
value: string;
|
|
8713
|
-
__kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
|
|
8714
|
-
};
|
|
8715
|
-
txId: string;
|
|
8716
8711
|
depositDetails: {
|
|
8717
|
-
amount: string | number;
|
|
8718
8712
|
depositAddress: {
|
|
8719
8713
|
pubkeyX: string;
|
|
8720
8714
|
scriptPath?: {
|
|
@@ -8726,18 +8720,25 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
|
|
|
8726
8720
|
};
|
|
8727
8721
|
} | null | undefined;
|
|
8728
8722
|
};
|
|
8723
|
+
amount: string | number;
|
|
8729
8724
|
id: {
|
|
8730
8725
|
txId: string;
|
|
8731
8726
|
vout: number;
|
|
8732
8727
|
};
|
|
8733
8728
|
};
|
|
8729
|
+
boostFee: number;
|
|
8734
8730
|
inputAsset: {
|
|
8735
8731
|
__kind: "Btc";
|
|
8736
8732
|
};
|
|
8737
8733
|
depositAmount: string | number;
|
|
8738
8734
|
outputAsset: {
|
|
8739
|
-
__kind: "ArbEth" | "ArbUsdc" | "
|
|
8735
|
+
__kind: "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
8736
|
+
};
|
|
8737
|
+
destinationAddress: {
|
|
8738
|
+
value: string;
|
|
8739
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
8740
8740
|
};
|
|
8741
|
+
txId: string;
|
|
8741
8742
|
affiliateFees: {
|
|
8742
8743
|
account: number;
|
|
8743
8744
|
bps: number;
|
|
@@ -8766,8 +8767,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
|
|
|
8766
8767
|
};
|
|
8767
8768
|
minPrice: string | number;
|
|
8768
8769
|
};
|
|
8769
|
-
boostFee: number;
|
|
8770
|
-
channelId?: string | number | null | undefined;
|
|
8771
8770
|
depositAddress?: {
|
|
8772
8771
|
value: string;
|
|
8773
8772
|
__kind: "P2PKH";
|
|
@@ -8788,6 +8787,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
|
|
|
8788
8787
|
version: number;
|
|
8789
8788
|
program: string;
|
|
8790
8789
|
} | null | undefined;
|
|
8790
|
+
channelId?: string | number | null | undefined;
|
|
8791
8791
|
depositMetadata?: {
|
|
8792
8792
|
channelMetadata: {
|
|
8793
8793
|
message: string;
|
|
@@ -8943,13 +8943,13 @@ declare const palletCfArbitrumIngressEgressDepositAction: z.ZodDiscriminatedUnio
|
|
|
8943
8943
|
networkFeeFromBoost: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
8944
8944
|
networkFeeSwapRequestId: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
|
|
8945
8945
|
}, "strip", z.ZodTypeAny, {
|
|
8946
|
-
prewitnessedDepositId: bigint;
|
|
8947
8946
|
__kind: "BoostersCredited";
|
|
8947
|
+
prewitnessedDepositId: bigint;
|
|
8948
8948
|
networkFeeFromBoost: bigint;
|
|
8949
8949
|
networkFeeSwapRequestId?: bigint | null | undefined;
|
|
8950
8950
|
}, {
|
|
8951
|
-
prewitnessedDepositId: string | number;
|
|
8952
8951
|
__kind: "BoostersCredited";
|
|
8952
|
+
prewitnessedDepositId: string | number;
|
|
8953
8953
|
networkFeeFromBoost: string | number;
|
|
8954
8954
|
networkFeeSwapRequestId?: string | number | null | undefined;
|
|
8955
8955
|
}>]>;
|
|
@@ -9038,18 +9038,18 @@ declare const palletCfArbitrumIngressEgressDepositFailedReason: z.ZodDiscriminat
|
|
|
9038
9038
|
value: z.ZodEffects<z.ZodObject<{
|
|
9039
9039
|
__kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
|
|
9040
9040
|
}, "strip", z.ZodTypeAny, {
|
|
9041
|
-
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
9041
|
+
__kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
9042
9042
|
}, {
|
|
9043
|
-
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
9044
|
-
}>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
9045
|
-
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
9043
|
+
__kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
9044
|
+
}>, "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
|
|
9045
|
+
__kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
9046
9046
|
}>;
|
|
9047
9047
|
}, "strip", z.ZodTypeAny, {
|
|
9048
|
-
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
9048
|
+
value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
9049
9049
|
__kind: "Token";
|
|
9050
9050
|
}, {
|
|
9051
9051
|
value: {
|
|
9052
|
-
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
9052
|
+
__kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
9053
9053
|
};
|
|
9054
9054
|
__kind: "Token";
|
|
9055
9055
|
}>, z.ZodObject<{
|
|
@@ -9135,7 +9135,7 @@ declare const palletCfArbitrumIngressEgressDepositFailedReason: z.ZodDiscriminat
|
|
|
9135
9135
|
} | {
|
|
9136
9136
|
__kind: "TooManyConsumers";
|
|
9137
9137
|
} | {
|
|
9138
|
-
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
9138
|
+
value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
9139
9139
|
__kind: "Token";
|
|
9140
9140
|
} | {
|
|
9141
9141
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
@@ -9174,7 +9174,7 @@ declare const palletCfArbitrumIngressEgressDepositFailedReason: z.ZodDiscriminat
|
|
|
9174
9174
|
__kind: "TooManyConsumers";
|
|
9175
9175
|
} | {
|
|
9176
9176
|
value: {
|
|
9177
|
-
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
9177
|
+
__kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
9178
9178
|
};
|
|
9179
9179
|
__kind: "Token";
|
|
9180
9180
|
} | {
|
|
@@ -9254,21 +9254,21 @@ declare const palletCfArbitrumIngressEgressDepositWitnessArbitrum: z.ZodObject<{
|
|
|
9254
9254
|
txHashes?: string[] | null | undefined;
|
|
9255
9255
|
}>;
|
|
9256
9256
|
}, "strip", z.ZodTypeAny, {
|
|
9257
|
-
asset: "ArbEth" | "ArbUsdc";
|
|
9258
|
-
amount: bigint;
|
|
9259
9257
|
depositAddress: `0x${string}`;
|
|
9258
|
+
asset: "ArbEth" | "ArbUsdc";
|
|
9260
9259
|
depositDetails: {
|
|
9261
9260
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
9262
9261
|
};
|
|
9262
|
+
amount: bigint;
|
|
9263
9263
|
}, {
|
|
9264
|
+
depositAddress: string;
|
|
9264
9265
|
asset: {
|
|
9265
9266
|
__kind: "ArbEth" | "ArbUsdc";
|
|
9266
9267
|
};
|
|
9267
|
-
amount: string | number;
|
|
9268
|
-
depositAddress: string;
|
|
9269
9268
|
depositDetails: {
|
|
9270
9269
|
txHashes?: string[] | null | undefined;
|
|
9271
9270
|
};
|
|
9271
|
+
amount: string | number;
|
|
9272
9272
|
}>;
|
|
9273
9273
|
declare const palletCfArbitrumIngressEgressVaultDepositWitness: z.ZodObject<{
|
|
9274
9274
|
inputAsset: z.ZodEffects<z.ZodObject<{
|
|
@@ -9293,21 +9293,21 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitness: z.ZodObject<{
|
|
|
9293
9293
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
9294
9294
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
|
|
9295
9295
|
}, "strip", z.ZodTypeAny, {
|
|
9296
|
-
__kind: "ArbEth" | "ArbUsdc" | "
|
|
9296
|
+
__kind: "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
9297
9297
|
}, {
|
|
9298
|
-
__kind: "ArbEth" | "ArbUsdc" | "
|
|
9299
|
-
}>, "ArbEth" | "ArbUsdc" | "
|
|
9300
|
-
__kind: "ArbEth" | "ArbUsdc" | "
|
|
9298
|
+
__kind: "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
9299
|
+
}>, "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
9300
|
+
__kind: "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
9301
9301
|
}>;
|
|
9302
9302
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
9303
9303
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
9304
9304
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
9305
9305
|
}, "strip", z.ZodTypeAny, {
|
|
9306
9306
|
value: `0x${string}`;
|
|
9307
|
-
__kind: "
|
|
9307
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
9308
9308
|
}, {
|
|
9309
9309
|
value: string;
|
|
9310
|
-
__kind: "
|
|
9310
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
9311
9311
|
}>, {
|
|
9312
9312
|
readonly chain: "Ethereum";
|
|
9313
9313
|
readonly address: `0x${string}`;
|
|
@@ -9325,7 +9325,7 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitness: z.ZodObject<{
|
|
|
9325
9325
|
readonly address: string;
|
|
9326
9326
|
}, {
|
|
9327
9327
|
value: string;
|
|
9328
|
-
__kind: "
|
|
9328
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
9329
9329
|
}>;
|
|
9330
9330
|
depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
9331
9331
|
channelMetadata: z.ZodObject<{
|
|
@@ -9624,6 +9624,13 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitness: z.ZodObject<{
|
|
|
9624
9624
|
}>>>;
|
|
9625
9625
|
boostFee: z.ZodNumber;
|
|
9626
9626
|
}, "strip", z.ZodTypeAny, {
|
|
9627
|
+
depositDetails: {
|
|
9628
|
+
txHashes?: `0x${string}`[] | null | undefined;
|
|
9629
|
+
};
|
|
9630
|
+
boostFee: number;
|
|
9631
|
+
inputAsset: "ArbEth" | "ArbUsdc";
|
|
9632
|
+
depositAmount: bigint;
|
|
9633
|
+
outputAsset: "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
9627
9634
|
destinationAddress: {
|
|
9628
9635
|
readonly chain: "Ethereum";
|
|
9629
9636
|
readonly address: `0x${string}`;
|
|
@@ -9641,12 +9648,6 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitness: z.ZodObject<{
|
|
|
9641
9648
|
readonly address: string;
|
|
9642
9649
|
};
|
|
9643
9650
|
txId: `0x${string}`;
|
|
9644
|
-
depositDetails: {
|
|
9645
|
-
txHashes?: `0x${string}`[] | null | undefined;
|
|
9646
|
-
};
|
|
9647
|
-
inputAsset: "ArbEth" | "ArbUsdc";
|
|
9648
|
-
depositAmount: bigint;
|
|
9649
|
-
outputAsset: "ArbEth" | "ArbUsdc" | "Btc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Usdt" | "Sol" | "SolUsdc";
|
|
9650
9651
|
affiliateFees: {
|
|
9651
9652
|
account: number;
|
|
9652
9653
|
bps: number;
|
|
@@ -9656,9 +9657,8 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitness: z.ZodObject<{
|
|
|
9656
9657
|
refundAddress: `0x${string}`;
|
|
9657
9658
|
minPrice: bigint;
|
|
9658
9659
|
};
|
|
9659
|
-
boostFee: number;
|
|
9660
|
-
channelId?: bigint | null | undefined;
|
|
9661
9660
|
depositAddress?: `0x${string}` | null | undefined;
|
|
9661
|
+
channelId?: bigint | null | undefined;
|
|
9662
9662
|
depositMetadata?: {
|
|
9663
9663
|
channelMetadata: {
|
|
9664
9664
|
message: `0x${string}`;
|
|
@@ -9711,21 +9711,22 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitness: z.ZodObject<{
|
|
|
9711
9711
|
chunkInterval: number;
|
|
9712
9712
|
} | null | undefined;
|
|
9713
9713
|
}, {
|
|
9714
|
-
destinationAddress: {
|
|
9715
|
-
value: string;
|
|
9716
|
-
__kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
|
|
9717
|
-
};
|
|
9718
|
-
txId: string;
|
|
9719
9714
|
depositDetails: {
|
|
9720
9715
|
txHashes?: string[] | null | undefined;
|
|
9721
9716
|
};
|
|
9717
|
+
boostFee: number;
|
|
9722
9718
|
inputAsset: {
|
|
9723
9719
|
__kind: "ArbEth" | "ArbUsdc";
|
|
9724
9720
|
};
|
|
9725
9721
|
depositAmount: string | number;
|
|
9726
9722
|
outputAsset: {
|
|
9727
|
-
__kind: "ArbEth" | "ArbUsdc" | "
|
|
9723
|
+
__kind: "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
9724
|
+
};
|
|
9725
|
+
destinationAddress: {
|
|
9726
|
+
value: string;
|
|
9727
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
9728
9728
|
};
|
|
9729
|
+
txId: string;
|
|
9729
9730
|
affiliateFees: {
|
|
9730
9731
|
account: number;
|
|
9731
9732
|
bps: number;
|
|
@@ -9735,9 +9736,8 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitness: z.ZodObject<{
|
|
|
9735
9736
|
refundAddress: string;
|
|
9736
9737
|
minPrice: string | number;
|
|
9737
9738
|
};
|
|
9738
|
-
boostFee: number;
|
|
9739
|
-
channelId?: string | number | null | undefined;
|
|
9740
9739
|
depositAddress?: string | null | undefined;
|
|
9740
|
+
channelId?: string | number | null | undefined;
|
|
9741
9741
|
depositMetadata?: {
|
|
9742
9742
|
channelMetadata: {
|
|
9743
9743
|
message: string;
|
|
@@ -9814,43 +9814,43 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetails: z.ZodDiscrimina
|
|
|
9814
9814
|
txHashes?: string[] | null | undefined;
|
|
9815
9815
|
}>;
|
|
9816
9816
|
}, "strip", z.ZodTypeAny, {
|
|
9817
|
-
asset: "ArbEth" | "ArbUsdc";
|
|
9818
|
-
amount: bigint;
|
|
9819
9817
|
depositAddress: `0x${string}`;
|
|
9818
|
+
asset: "ArbEth" | "ArbUsdc";
|
|
9820
9819
|
depositDetails: {
|
|
9821
9820
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
9822
9821
|
};
|
|
9822
|
+
amount: bigint;
|
|
9823
9823
|
}, {
|
|
9824
|
+
depositAddress: string;
|
|
9824
9825
|
asset: {
|
|
9825
9826
|
__kind: "ArbEth" | "ArbUsdc";
|
|
9826
9827
|
};
|
|
9827
|
-
amount: string | number;
|
|
9828
|
-
depositAddress: string;
|
|
9829
9828
|
depositDetails: {
|
|
9830
9829
|
txHashes?: string[] | null | undefined;
|
|
9831
9830
|
};
|
|
9831
|
+
amount: string | number;
|
|
9832
9832
|
}>;
|
|
9833
9833
|
}, "strip", z.ZodTypeAny, {
|
|
9834
9834
|
__kind: "DepositChannel";
|
|
9835
9835
|
depositWitness: {
|
|
9836
|
-
asset: "ArbEth" | "ArbUsdc";
|
|
9837
|
-
amount: bigint;
|
|
9838
9836
|
depositAddress: `0x${string}`;
|
|
9837
|
+
asset: "ArbEth" | "ArbUsdc";
|
|
9839
9838
|
depositDetails: {
|
|
9840
9839
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
9841
9840
|
};
|
|
9841
|
+
amount: bigint;
|
|
9842
9842
|
};
|
|
9843
9843
|
}, {
|
|
9844
9844
|
__kind: "DepositChannel";
|
|
9845
9845
|
depositWitness: {
|
|
9846
|
+
depositAddress: string;
|
|
9846
9847
|
asset: {
|
|
9847
9848
|
__kind: "ArbEth" | "ArbUsdc";
|
|
9848
9849
|
};
|
|
9849
|
-
amount: string | number;
|
|
9850
|
-
depositAddress: string;
|
|
9851
9850
|
depositDetails: {
|
|
9852
9851
|
txHashes?: string[] | null | undefined;
|
|
9853
9852
|
};
|
|
9853
|
+
amount: string | number;
|
|
9854
9854
|
};
|
|
9855
9855
|
}>, z.ZodObject<{
|
|
9856
9856
|
__kind: z.ZodLiteral<"Vault">;
|
|
@@ -9877,21 +9877,21 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetails: z.ZodDiscrimina
|
|
|
9877
9877
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
9878
9878
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
|
|
9879
9879
|
}, "strip", z.ZodTypeAny, {
|
|
9880
|
-
__kind: "ArbEth" | "ArbUsdc" | "
|
|
9880
|
+
__kind: "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
9881
9881
|
}, {
|
|
9882
|
-
__kind: "ArbEth" | "ArbUsdc" | "
|
|
9883
|
-
}>, "ArbEth" | "ArbUsdc" | "
|
|
9884
|
-
__kind: "ArbEth" | "ArbUsdc" | "
|
|
9882
|
+
__kind: "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
9883
|
+
}>, "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
9884
|
+
__kind: "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
9885
9885
|
}>;
|
|
9886
9886
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
9887
9887
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
9888
9888
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
9889
9889
|
}, "strip", z.ZodTypeAny, {
|
|
9890
9890
|
value: `0x${string}`;
|
|
9891
|
-
__kind: "
|
|
9891
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
9892
9892
|
}, {
|
|
9893
9893
|
value: string;
|
|
9894
|
-
__kind: "
|
|
9894
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
9895
9895
|
}>, {
|
|
9896
9896
|
readonly chain: "Ethereum";
|
|
9897
9897
|
readonly address: `0x${string}`;
|
|
@@ -9909,7 +9909,7 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetails: z.ZodDiscrimina
|
|
|
9909
9909
|
readonly address: string;
|
|
9910
9910
|
}, {
|
|
9911
9911
|
value: string;
|
|
9912
|
-
__kind: "
|
|
9912
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
9913
9913
|
}>;
|
|
9914
9914
|
depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
9915
9915
|
channelMetadata: z.ZodObject<{
|
|
@@ -10208,6 +10208,13 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetails: z.ZodDiscrimina
|
|
|
10208
10208
|
}>>>;
|
|
10209
10209
|
boostFee: z.ZodNumber;
|
|
10210
10210
|
}, "strip", z.ZodTypeAny, {
|
|
10211
|
+
depositDetails: {
|
|
10212
|
+
txHashes?: `0x${string}`[] | null | undefined;
|
|
10213
|
+
};
|
|
10214
|
+
boostFee: number;
|
|
10215
|
+
inputAsset: "ArbEth" | "ArbUsdc";
|
|
10216
|
+
depositAmount: bigint;
|
|
10217
|
+
outputAsset: "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
10211
10218
|
destinationAddress: {
|
|
10212
10219
|
readonly chain: "Ethereum";
|
|
10213
10220
|
readonly address: `0x${string}`;
|
|
@@ -10225,12 +10232,6 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetails: z.ZodDiscrimina
|
|
|
10225
10232
|
readonly address: string;
|
|
10226
10233
|
};
|
|
10227
10234
|
txId: `0x${string}`;
|
|
10228
|
-
depositDetails: {
|
|
10229
|
-
txHashes?: `0x${string}`[] | null | undefined;
|
|
10230
|
-
};
|
|
10231
|
-
inputAsset: "ArbEth" | "ArbUsdc";
|
|
10232
|
-
depositAmount: bigint;
|
|
10233
|
-
outputAsset: "ArbEth" | "ArbUsdc" | "Btc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Usdt" | "Sol" | "SolUsdc";
|
|
10234
10235
|
affiliateFees: {
|
|
10235
10236
|
account: number;
|
|
10236
10237
|
bps: number;
|
|
@@ -10240,9 +10241,8 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetails: z.ZodDiscrimina
|
|
|
10240
10241
|
refundAddress: `0x${string}`;
|
|
10241
10242
|
minPrice: bigint;
|
|
10242
10243
|
};
|
|
10243
|
-
boostFee: number;
|
|
10244
|
-
channelId?: bigint | null | undefined;
|
|
10245
10244
|
depositAddress?: `0x${string}` | null | undefined;
|
|
10245
|
+
channelId?: bigint | null | undefined;
|
|
10246
10246
|
depositMetadata?: {
|
|
10247
10247
|
channelMetadata: {
|
|
10248
10248
|
message: `0x${string}`;
|
|
@@ -10295,21 +10295,22 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetails: z.ZodDiscrimina
|
|
|
10295
10295
|
chunkInterval: number;
|
|
10296
10296
|
} | null | undefined;
|
|
10297
10297
|
}, {
|
|
10298
|
-
destinationAddress: {
|
|
10299
|
-
value: string;
|
|
10300
|
-
__kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
|
|
10301
|
-
};
|
|
10302
|
-
txId: string;
|
|
10303
10298
|
depositDetails: {
|
|
10304
10299
|
txHashes?: string[] | null | undefined;
|
|
10305
10300
|
};
|
|
10301
|
+
boostFee: number;
|
|
10306
10302
|
inputAsset: {
|
|
10307
10303
|
__kind: "ArbEth" | "ArbUsdc";
|
|
10308
10304
|
};
|
|
10309
10305
|
depositAmount: string | number;
|
|
10310
10306
|
outputAsset: {
|
|
10311
|
-
__kind: "ArbEth" | "ArbUsdc" | "
|
|
10307
|
+
__kind: "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
10308
|
+
};
|
|
10309
|
+
destinationAddress: {
|
|
10310
|
+
value: string;
|
|
10311
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
10312
10312
|
};
|
|
10313
|
+
txId: string;
|
|
10313
10314
|
affiliateFees: {
|
|
10314
10315
|
account: number;
|
|
10315
10316
|
bps: number;
|
|
@@ -10319,9 +10320,8 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetails: z.ZodDiscrimina
|
|
|
10319
10320
|
refundAddress: string;
|
|
10320
10321
|
minPrice: string | number;
|
|
10321
10322
|
};
|
|
10322
|
-
boostFee: number;
|
|
10323
|
-
channelId?: string | number | null | undefined;
|
|
10324
10323
|
depositAddress?: string | null | undefined;
|
|
10324
|
+
channelId?: string | number | null | undefined;
|
|
10325
10325
|
depositMetadata?: {
|
|
10326
10326
|
channelMetadata: {
|
|
10327
10327
|
message: string;
|
|
@@ -10379,6 +10379,13 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetails: z.ZodDiscrimina
|
|
|
10379
10379
|
}, "strip", z.ZodTypeAny, {
|
|
10380
10380
|
__kind: "Vault";
|
|
10381
10381
|
vaultWitness: {
|
|
10382
|
+
depositDetails: {
|
|
10383
|
+
txHashes?: `0x${string}`[] | null | undefined;
|
|
10384
|
+
};
|
|
10385
|
+
boostFee: number;
|
|
10386
|
+
inputAsset: "ArbEth" | "ArbUsdc";
|
|
10387
|
+
depositAmount: bigint;
|
|
10388
|
+
outputAsset: "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
10382
10389
|
destinationAddress: {
|
|
10383
10390
|
readonly chain: "Ethereum";
|
|
10384
10391
|
readonly address: `0x${string}`;
|
|
@@ -10396,12 +10403,6 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetails: z.ZodDiscrimina
|
|
|
10396
10403
|
readonly address: string;
|
|
10397
10404
|
};
|
|
10398
10405
|
txId: `0x${string}`;
|
|
10399
|
-
depositDetails: {
|
|
10400
|
-
txHashes?: `0x${string}`[] | null | undefined;
|
|
10401
|
-
};
|
|
10402
|
-
inputAsset: "ArbEth" | "ArbUsdc";
|
|
10403
|
-
depositAmount: bigint;
|
|
10404
|
-
outputAsset: "ArbEth" | "ArbUsdc" | "Btc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Usdt" | "Sol" | "SolUsdc";
|
|
10405
10406
|
affiliateFees: {
|
|
10406
10407
|
account: number;
|
|
10407
10408
|
bps: number;
|
|
@@ -10411,9 +10412,8 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetails: z.ZodDiscrimina
|
|
|
10411
10412
|
refundAddress: `0x${string}`;
|
|
10412
10413
|
minPrice: bigint;
|
|
10413
10414
|
};
|
|
10414
|
-
boostFee: number;
|
|
10415
|
-
channelId?: bigint | null | undefined;
|
|
10416
10415
|
depositAddress?: `0x${string}` | null | undefined;
|
|
10416
|
+
channelId?: bigint | null | undefined;
|
|
10417
10417
|
depositMetadata?: {
|
|
10418
10418
|
channelMetadata: {
|
|
10419
10419
|
message: `0x${string}`;
|
|
@@ -10469,21 +10469,22 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetails: z.ZodDiscrimina
|
|
|
10469
10469
|
}, {
|
|
10470
10470
|
__kind: "Vault";
|
|
10471
10471
|
vaultWitness: {
|
|
10472
|
-
destinationAddress: {
|
|
10473
|
-
value: string;
|
|
10474
|
-
__kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
|
|
10475
|
-
};
|
|
10476
|
-
txId: string;
|
|
10477
10472
|
depositDetails: {
|
|
10478
10473
|
txHashes?: string[] | null | undefined;
|
|
10479
10474
|
};
|
|
10475
|
+
boostFee: number;
|
|
10480
10476
|
inputAsset: {
|
|
10481
10477
|
__kind: "ArbEth" | "ArbUsdc";
|
|
10482
10478
|
};
|
|
10483
10479
|
depositAmount: string | number;
|
|
10484
10480
|
outputAsset: {
|
|
10485
|
-
__kind: "ArbEth" | "ArbUsdc" | "
|
|
10481
|
+
__kind: "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
10482
|
+
};
|
|
10483
|
+
destinationAddress: {
|
|
10484
|
+
value: string;
|
|
10485
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
10486
10486
|
};
|
|
10487
|
+
txId: string;
|
|
10487
10488
|
affiliateFees: {
|
|
10488
10489
|
account: number;
|
|
10489
10490
|
bps: number;
|
|
@@ -10493,9 +10494,8 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetails: z.ZodDiscrimina
|
|
|
10493
10494
|
refundAddress: string;
|
|
10494
10495
|
minPrice: string | number;
|
|
10495
10496
|
};
|
|
10496
|
-
boostFee: number;
|
|
10497
|
-
channelId?: string | number | null | undefined;
|
|
10498
10497
|
depositAddress?: string | null | undefined;
|
|
10498
|
+
channelId?: string | number | null | undefined;
|
|
10499
10499
|
depositMetadata?: {
|
|
10500
10500
|
channelMetadata: {
|
|
10501
10501
|
message: string;
|
|
@@ -10626,13 +10626,13 @@ declare const palletCfSolanaIngressEgressDepositAction: z.ZodDiscriminatedUnion<
|
|
|
10626
10626
|
networkFeeFromBoost: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
10627
10627
|
networkFeeSwapRequestId: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
|
|
10628
10628
|
}, "strip", z.ZodTypeAny, {
|
|
10629
|
-
prewitnessedDepositId: bigint;
|
|
10630
10629
|
__kind: "BoostersCredited";
|
|
10630
|
+
prewitnessedDepositId: bigint;
|
|
10631
10631
|
networkFeeFromBoost: bigint;
|
|
10632
10632
|
networkFeeSwapRequestId?: bigint | null | undefined;
|
|
10633
10633
|
}, {
|
|
10634
|
-
prewitnessedDepositId: string | number;
|
|
10635
10634
|
__kind: "BoostersCredited";
|
|
10635
|
+
prewitnessedDepositId: string | number;
|
|
10636
10636
|
networkFeeFromBoost: string | number;
|
|
10637
10637
|
networkFeeSwapRequestId?: string | number | null | undefined;
|
|
10638
10638
|
}>]>;
|
|
@@ -10721,18 +10721,18 @@ declare const palletCfSolanaIngressEgressDepositFailedReason: z.ZodDiscriminated
|
|
|
10721
10721
|
value: z.ZodEffects<z.ZodObject<{
|
|
10722
10722
|
__kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
|
|
10723
10723
|
}, "strip", z.ZodTypeAny, {
|
|
10724
|
-
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
10724
|
+
__kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
10725
10725
|
}, {
|
|
10726
|
-
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
10727
|
-
}>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
10728
|
-
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
10726
|
+
__kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
10727
|
+
}>, "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
|
|
10728
|
+
__kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
10729
10729
|
}>;
|
|
10730
10730
|
}, "strip", z.ZodTypeAny, {
|
|
10731
|
-
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
10731
|
+
value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
10732
10732
|
__kind: "Token";
|
|
10733
10733
|
}, {
|
|
10734
10734
|
value: {
|
|
10735
|
-
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
10735
|
+
__kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
10736
10736
|
};
|
|
10737
10737
|
__kind: "Token";
|
|
10738
10738
|
}>, z.ZodObject<{
|
|
@@ -10818,7 +10818,7 @@ declare const palletCfSolanaIngressEgressDepositFailedReason: z.ZodDiscriminated
|
|
|
10818
10818
|
} | {
|
|
10819
10819
|
__kind: "TooManyConsumers";
|
|
10820
10820
|
} | {
|
|
10821
|
-
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
10821
|
+
value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
10822
10822
|
__kind: "Token";
|
|
10823
10823
|
} | {
|
|
10824
10824
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
@@ -10857,7 +10857,7 @@ declare const palletCfSolanaIngressEgressDepositFailedReason: z.ZodDiscriminated
|
|
|
10857
10857
|
__kind: "TooManyConsumers";
|
|
10858
10858
|
} | {
|
|
10859
10859
|
value: {
|
|
10860
|
-
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
10860
|
+
__kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
10861
10861
|
};
|
|
10862
10862
|
__kind: "Token";
|
|
10863
10863
|
} | {
|
|
@@ -10930,15 +10930,15 @@ declare const palletCfSolanaIngressEgressDepositWitnessSolana: z.ZodObject<{
|
|
|
10930
10930
|
}>;
|
|
10931
10931
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
10932
10932
|
}, "strip", z.ZodTypeAny, {
|
|
10933
|
+
depositAddress: `0x${string}`;
|
|
10933
10934
|
asset: "Sol" | "SolUsdc";
|
|
10934
10935
|
amount: bigint;
|
|
10935
|
-
depositAddress: `0x${string}`;
|
|
10936
10936
|
}, {
|
|
10937
|
+
depositAddress: string;
|
|
10937
10938
|
asset: {
|
|
10938
10939
|
__kind: "Sol" | "SolUsdc";
|
|
10939
10940
|
};
|
|
10940
10941
|
amount: string | number;
|
|
10941
|
-
depositAddress: string;
|
|
10942
10942
|
}>;
|
|
10943
10943
|
declare const cfChainsChannelRefundParametersAddress: z.ZodObject<{
|
|
10944
10944
|
retryDuration: z.ZodNumber;
|
|
@@ -10969,21 +10969,21 @@ declare const palletCfSolanaIngressEgressVaultDepositWitness: z.ZodObject<{
|
|
|
10969
10969
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
10970
10970
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
|
|
10971
10971
|
}, "strip", z.ZodTypeAny, {
|
|
10972
|
-
__kind: "ArbEth" | "ArbUsdc" | "
|
|
10972
|
+
__kind: "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
10973
10973
|
}, {
|
|
10974
|
-
__kind: "ArbEth" | "ArbUsdc" | "
|
|
10975
|
-
}>, "ArbEth" | "ArbUsdc" | "
|
|
10976
|
-
__kind: "ArbEth" | "ArbUsdc" | "
|
|
10974
|
+
__kind: "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
10975
|
+
}>, "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
10976
|
+
__kind: "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
10977
10977
|
}>;
|
|
10978
10978
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
10979
10979
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
10980
10980
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
10981
10981
|
}, "strip", z.ZodTypeAny, {
|
|
10982
10982
|
value: `0x${string}`;
|
|
10983
|
-
__kind: "
|
|
10983
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
10984
10984
|
}, {
|
|
10985
10985
|
value: string;
|
|
10986
|
-
__kind: "
|
|
10986
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
10987
10987
|
}>, {
|
|
10988
10988
|
readonly chain: "Ethereum";
|
|
10989
10989
|
readonly address: `0x${string}`;
|
|
@@ -11001,7 +11001,7 @@ declare const palletCfSolanaIngressEgressVaultDepositWitness: z.ZodObject<{
|
|
|
11001
11001
|
readonly address: string;
|
|
11002
11002
|
}, {
|
|
11003
11003
|
value: string;
|
|
11004
|
-
__kind: "
|
|
11004
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
11005
11005
|
}>;
|
|
11006
11006
|
depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
11007
11007
|
channelMetadata: z.ZodObject<{
|
|
@@ -11300,6 +11300,10 @@ declare const palletCfSolanaIngressEgressVaultDepositWitness: z.ZodObject<{
|
|
|
11300
11300
|
}>>>;
|
|
11301
11301
|
boostFee: z.ZodNumber;
|
|
11302
11302
|
}, "strip", z.ZodTypeAny, {
|
|
11303
|
+
boostFee: number;
|
|
11304
|
+
inputAsset: "Sol" | "SolUsdc";
|
|
11305
|
+
depositAmount: bigint;
|
|
11306
|
+
outputAsset: "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
11303
11307
|
destinationAddress: {
|
|
11304
11308
|
readonly chain: "Ethereum";
|
|
11305
11309
|
readonly address: `0x${string}`;
|
|
@@ -11317,9 +11321,6 @@ declare const palletCfSolanaIngressEgressVaultDepositWitness: z.ZodObject<{
|
|
|
11317
11321
|
readonly address: string;
|
|
11318
11322
|
};
|
|
11319
11323
|
txId: [`0x${string}`, bigint];
|
|
11320
|
-
inputAsset: "Sol" | "SolUsdc";
|
|
11321
|
-
depositAmount: bigint;
|
|
11322
|
-
outputAsset: "ArbEth" | "ArbUsdc" | "Btc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Usdt" | "Sol" | "SolUsdc";
|
|
11323
11324
|
affiliateFees: {
|
|
11324
11325
|
account: number;
|
|
11325
11326
|
bps: number;
|
|
@@ -11329,9 +11330,8 @@ declare const palletCfSolanaIngressEgressVaultDepositWitness: z.ZodObject<{
|
|
|
11329
11330
|
refundAddress: `0x${string}`;
|
|
11330
11331
|
minPrice: bigint;
|
|
11331
11332
|
};
|
|
11332
|
-
boostFee: number;
|
|
11333
|
-
channelId?: bigint | null | undefined;
|
|
11334
11333
|
depositAddress?: `0x${string}` | null | undefined;
|
|
11334
|
+
channelId?: bigint | null | undefined;
|
|
11335
11335
|
depositMetadata?: {
|
|
11336
11336
|
channelMetadata: {
|
|
11337
11337
|
message: `0x${string}`;
|
|
@@ -11384,18 +11384,19 @@ declare const palletCfSolanaIngressEgressVaultDepositWitness: z.ZodObject<{
|
|
|
11384
11384
|
chunkInterval: number;
|
|
11385
11385
|
} | null | undefined;
|
|
11386
11386
|
}, {
|
|
11387
|
-
|
|
11388
|
-
value: string;
|
|
11389
|
-
__kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
|
|
11390
|
-
};
|
|
11391
|
-
txId: [string, string | number];
|
|
11387
|
+
boostFee: number;
|
|
11392
11388
|
inputAsset: {
|
|
11393
11389
|
__kind: "Sol" | "SolUsdc";
|
|
11394
11390
|
};
|
|
11395
11391
|
depositAmount: string | number;
|
|
11396
11392
|
outputAsset: {
|
|
11397
|
-
__kind: "ArbEth" | "ArbUsdc" | "
|
|
11393
|
+
__kind: "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
11394
|
+
};
|
|
11395
|
+
destinationAddress: {
|
|
11396
|
+
value: string;
|
|
11397
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
11398
11398
|
};
|
|
11399
|
+
txId: [string, string | number];
|
|
11399
11400
|
affiliateFees: {
|
|
11400
11401
|
account: number;
|
|
11401
11402
|
bps: number;
|
|
@@ -11405,9 +11406,8 @@ declare const palletCfSolanaIngressEgressVaultDepositWitness: z.ZodObject<{
|
|
|
11405
11406
|
refundAddress: string;
|
|
11406
11407
|
minPrice: string | number;
|
|
11407
11408
|
};
|
|
11408
|
-
boostFee: number;
|
|
11409
|
-
channelId?: string | number | null | undefined;
|
|
11410
11409
|
depositAddress?: string | null | undefined;
|
|
11410
|
+
channelId?: string | number | null | undefined;
|
|
11411
11411
|
depositMetadata?: {
|
|
11412
11412
|
channelMetadata: {
|
|
11413
11413
|
message: string;
|
|
@@ -11477,31 +11477,31 @@ declare const palletCfSolanaIngressEgressDepositFailedDetails: z.ZodDiscriminate
|
|
|
11477
11477
|
}>;
|
|
11478
11478
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
11479
11479
|
}, "strip", z.ZodTypeAny, {
|
|
11480
|
+
depositAddress: `0x${string}`;
|
|
11480
11481
|
asset: "Sol" | "SolUsdc";
|
|
11481
11482
|
amount: bigint;
|
|
11482
|
-
depositAddress: `0x${string}`;
|
|
11483
11483
|
}, {
|
|
11484
|
+
depositAddress: string;
|
|
11484
11485
|
asset: {
|
|
11485
11486
|
__kind: "Sol" | "SolUsdc";
|
|
11486
11487
|
};
|
|
11487
11488
|
amount: string | number;
|
|
11488
|
-
depositAddress: string;
|
|
11489
11489
|
}>;
|
|
11490
11490
|
}, "strip", z.ZodTypeAny, {
|
|
11491
11491
|
__kind: "DepositChannel";
|
|
11492
11492
|
depositWitness: {
|
|
11493
|
+
depositAddress: `0x${string}`;
|
|
11493
11494
|
asset: "Sol" | "SolUsdc";
|
|
11494
11495
|
amount: bigint;
|
|
11495
|
-
depositAddress: `0x${string}`;
|
|
11496
11496
|
};
|
|
11497
11497
|
}, {
|
|
11498
11498
|
__kind: "DepositChannel";
|
|
11499
11499
|
depositWitness: {
|
|
11500
|
+
depositAddress: string;
|
|
11500
11501
|
asset: {
|
|
11501
11502
|
__kind: "Sol" | "SolUsdc";
|
|
11502
11503
|
};
|
|
11503
11504
|
amount: string | number;
|
|
11504
|
-
depositAddress: string;
|
|
11505
11505
|
};
|
|
11506
11506
|
}>, z.ZodObject<{
|
|
11507
11507
|
__kind: z.ZodLiteral<"Vault">;
|
|
@@ -11521,21 +11521,21 @@ declare const palletCfSolanaIngressEgressDepositFailedDetails: z.ZodDiscriminate
|
|
|
11521
11521
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
11522
11522
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
|
|
11523
11523
|
}, "strip", z.ZodTypeAny, {
|
|
11524
|
-
__kind: "ArbEth" | "ArbUsdc" | "
|
|
11524
|
+
__kind: "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
11525
11525
|
}, {
|
|
11526
|
-
__kind: "ArbEth" | "ArbUsdc" | "
|
|
11527
|
-
}>, "ArbEth" | "ArbUsdc" | "
|
|
11528
|
-
__kind: "ArbEth" | "ArbUsdc" | "
|
|
11526
|
+
__kind: "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
11527
|
+
}>, "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
11528
|
+
__kind: "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
11529
11529
|
}>;
|
|
11530
11530
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
11531
11531
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
11532
11532
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
11533
11533
|
}, "strip", z.ZodTypeAny, {
|
|
11534
11534
|
value: `0x${string}`;
|
|
11535
|
-
__kind: "
|
|
11535
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
11536
11536
|
}, {
|
|
11537
11537
|
value: string;
|
|
11538
|
-
__kind: "
|
|
11538
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
11539
11539
|
}>, {
|
|
11540
11540
|
readonly chain: "Ethereum";
|
|
11541
11541
|
readonly address: `0x${string}`;
|
|
@@ -11553,7 +11553,7 @@ declare const palletCfSolanaIngressEgressDepositFailedDetails: z.ZodDiscriminate
|
|
|
11553
11553
|
readonly address: string;
|
|
11554
11554
|
}, {
|
|
11555
11555
|
value: string;
|
|
11556
|
-
__kind: "
|
|
11556
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
11557
11557
|
}>;
|
|
11558
11558
|
depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
11559
11559
|
channelMetadata: z.ZodObject<{
|
|
@@ -11852,6 +11852,10 @@ declare const palletCfSolanaIngressEgressDepositFailedDetails: z.ZodDiscriminate
|
|
|
11852
11852
|
}>>>;
|
|
11853
11853
|
boostFee: z.ZodNumber;
|
|
11854
11854
|
}, "strip", z.ZodTypeAny, {
|
|
11855
|
+
boostFee: number;
|
|
11856
|
+
inputAsset: "Sol" | "SolUsdc";
|
|
11857
|
+
depositAmount: bigint;
|
|
11858
|
+
outputAsset: "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
11855
11859
|
destinationAddress: {
|
|
11856
11860
|
readonly chain: "Ethereum";
|
|
11857
11861
|
readonly address: `0x${string}`;
|
|
@@ -11869,9 +11873,6 @@ declare const palletCfSolanaIngressEgressDepositFailedDetails: z.ZodDiscriminate
|
|
|
11869
11873
|
readonly address: string;
|
|
11870
11874
|
};
|
|
11871
11875
|
txId: [`0x${string}`, bigint];
|
|
11872
|
-
inputAsset: "Sol" | "SolUsdc";
|
|
11873
|
-
depositAmount: bigint;
|
|
11874
|
-
outputAsset: "ArbEth" | "ArbUsdc" | "Btc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Usdt" | "Sol" | "SolUsdc";
|
|
11875
11876
|
affiliateFees: {
|
|
11876
11877
|
account: number;
|
|
11877
11878
|
bps: number;
|
|
@@ -11881,9 +11882,8 @@ declare const palletCfSolanaIngressEgressDepositFailedDetails: z.ZodDiscriminate
|
|
|
11881
11882
|
refundAddress: `0x${string}`;
|
|
11882
11883
|
minPrice: bigint;
|
|
11883
11884
|
};
|
|
11884
|
-
boostFee: number;
|
|
11885
|
-
channelId?: bigint | null | undefined;
|
|
11886
11885
|
depositAddress?: `0x${string}` | null | undefined;
|
|
11886
|
+
channelId?: bigint | null | undefined;
|
|
11887
11887
|
depositMetadata?: {
|
|
11888
11888
|
channelMetadata: {
|
|
11889
11889
|
message: `0x${string}`;
|
|
@@ -11936,18 +11936,19 @@ declare const palletCfSolanaIngressEgressDepositFailedDetails: z.ZodDiscriminate
|
|
|
11936
11936
|
chunkInterval: number;
|
|
11937
11937
|
} | null | undefined;
|
|
11938
11938
|
}, {
|
|
11939
|
-
|
|
11940
|
-
value: string;
|
|
11941
|
-
__kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
|
|
11942
|
-
};
|
|
11943
|
-
txId: [string, string | number];
|
|
11939
|
+
boostFee: number;
|
|
11944
11940
|
inputAsset: {
|
|
11945
11941
|
__kind: "Sol" | "SolUsdc";
|
|
11946
11942
|
};
|
|
11947
11943
|
depositAmount: string | number;
|
|
11948
11944
|
outputAsset: {
|
|
11949
|
-
__kind: "ArbEth" | "ArbUsdc" | "
|
|
11945
|
+
__kind: "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
11946
|
+
};
|
|
11947
|
+
destinationAddress: {
|
|
11948
|
+
value: string;
|
|
11949
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
11950
11950
|
};
|
|
11951
|
+
txId: [string, string | number];
|
|
11951
11952
|
affiliateFees: {
|
|
11952
11953
|
account: number;
|
|
11953
11954
|
bps: number;
|
|
@@ -11957,9 +11958,8 @@ declare const palletCfSolanaIngressEgressDepositFailedDetails: z.ZodDiscriminate
|
|
|
11957
11958
|
refundAddress: string;
|
|
11958
11959
|
minPrice: string | number;
|
|
11959
11960
|
};
|
|
11960
|
-
boostFee: number;
|
|
11961
|
-
channelId?: string | number | null | undefined;
|
|
11962
11961
|
depositAddress?: string | null | undefined;
|
|
11962
|
+
channelId?: string | number | null | undefined;
|
|
11963
11963
|
depositMetadata?: {
|
|
11964
11964
|
channelMetadata: {
|
|
11965
11965
|
message: string;
|
|
@@ -12017,6 +12017,10 @@ declare const palletCfSolanaIngressEgressDepositFailedDetails: z.ZodDiscriminate
|
|
|
12017
12017
|
}, "strip", z.ZodTypeAny, {
|
|
12018
12018
|
__kind: "Vault";
|
|
12019
12019
|
vaultWitness: {
|
|
12020
|
+
boostFee: number;
|
|
12021
|
+
inputAsset: "Sol" | "SolUsdc";
|
|
12022
|
+
depositAmount: bigint;
|
|
12023
|
+
outputAsset: "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
12020
12024
|
destinationAddress: {
|
|
12021
12025
|
readonly chain: "Ethereum";
|
|
12022
12026
|
readonly address: `0x${string}`;
|
|
@@ -12034,9 +12038,6 @@ declare const palletCfSolanaIngressEgressDepositFailedDetails: z.ZodDiscriminate
|
|
|
12034
12038
|
readonly address: string;
|
|
12035
12039
|
};
|
|
12036
12040
|
txId: [`0x${string}`, bigint];
|
|
12037
|
-
inputAsset: "Sol" | "SolUsdc";
|
|
12038
|
-
depositAmount: bigint;
|
|
12039
|
-
outputAsset: "ArbEth" | "ArbUsdc" | "Btc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Usdt" | "Sol" | "SolUsdc";
|
|
12040
12041
|
affiliateFees: {
|
|
12041
12042
|
account: number;
|
|
12042
12043
|
bps: number;
|
|
@@ -12046,9 +12047,8 @@ declare const palletCfSolanaIngressEgressDepositFailedDetails: z.ZodDiscriminate
|
|
|
12046
12047
|
refundAddress: `0x${string}`;
|
|
12047
12048
|
minPrice: bigint;
|
|
12048
12049
|
};
|
|
12049
|
-
boostFee: number;
|
|
12050
|
-
channelId?: bigint | null | undefined;
|
|
12051
12050
|
depositAddress?: `0x${string}` | null | undefined;
|
|
12051
|
+
channelId?: bigint | null | undefined;
|
|
12052
12052
|
depositMetadata?: {
|
|
12053
12053
|
channelMetadata: {
|
|
12054
12054
|
message: `0x${string}`;
|
|
@@ -12104,18 +12104,19 @@ declare const palletCfSolanaIngressEgressDepositFailedDetails: z.ZodDiscriminate
|
|
|
12104
12104
|
}, {
|
|
12105
12105
|
__kind: "Vault";
|
|
12106
12106
|
vaultWitness: {
|
|
12107
|
-
|
|
12108
|
-
value: string;
|
|
12109
|
-
__kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
|
|
12110
|
-
};
|
|
12111
|
-
txId: [string, string | number];
|
|
12107
|
+
boostFee: number;
|
|
12112
12108
|
inputAsset: {
|
|
12113
12109
|
__kind: "Sol" | "SolUsdc";
|
|
12114
12110
|
};
|
|
12115
12111
|
depositAmount: string | number;
|
|
12116
12112
|
outputAsset: {
|
|
12117
|
-
__kind: "ArbEth" | "ArbUsdc" | "
|
|
12113
|
+
__kind: "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
12114
|
+
};
|
|
12115
|
+
destinationAddress: {
|
|
12116
|
+
value: string;
|
|
12117
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
12118
12118
|
};
|
|
12119
|
+
txId: [string, string | number];
|
|
12119
12120
|
affiliateFees: {
|
|
12120
12121
|
account: number;
|
|
12121
12122
|
bps: number;
|
|
@@ -12125,9 +12126,8 @@ declare const palletCfSolanaIngressEgressDepositFailedDetails: z.ZodDiscriminate
|
|
|
12125
12126
|
refundAddress: string;
|
|
12126
12127
|
minPrice: string | number;
|
|
12127
12128
|
};
|
|
12128
|
-
boostFee: number;
|
|
12129
|
-
channelId?: string | number | null | undefined;
|
|
12130
12129
|
depositAddress?: string | null | undefined;
|
|
12130
|
+
channelId?: string | number | null | undefined;
|
|
12131
12131
|
depositMetadata?: {
|
|
12132
12132
|
channelMetadata: {
|
|
12133
12133
|
message: string;
|