@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
|
@@ -88,18 +88,18 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
88
88
|
value: z.ZodEffects<z.ZodObject<{
|
|
89
89
|
__kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
|
|
90
90
|
}, "strip", z.ZodTypeAny, {
|
|
91
|
-
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
91
|
+
__kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
92
92
|
}, {
|
|
93
|
-
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
94
|
-
}>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
95
|
-
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
93
|
+
__kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
94
|
+
}>, "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
|
|
95
|
+
__kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
96
96
|
}>;
|
|
97
97
|
}, "strip", z.ZodTypeAny, {
|
|
98
|
-
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
98
|
+
value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
99
99
|
__kind: "Token";
|
|
100
100
|
}, {
|
|
101
101
|
value: {
|
|
102
|
-
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
102
|
+
__kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
103
103
|
};
|
|
104
104
|
__kind: "Token";
|
|
105
105
|
}>, z.ZodObject<{
|
|
@@ -185,7 +185,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
185
185
|
} | {
|
|
186
186
|
__kind: "TooManyConsumers";
|
|
187
187
|
} | {
|
|
188
|
-
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
188
|
+
value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
189
189
|
__kind: "Token";
|
|
190
190
|
} | {
|
|
191
191
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
@@ -224,7 +224,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
224
224
|
__kind: "TooManyConsumers";
|
|
225
225
|
} | {
|
|
226
226
|
value: {
|
|
227
|
-
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
227
|
+
__kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
228
228
|
};
|
|
229
229
|
__kind: "Token";
|
|
230
230
|
} | {
|
|
@@ -417,7 +417,6 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
417
417
|
} | null | undefined;
|
|
418
418
|
}>;
|
|
419
419
|
}, "strip", z.ZodTypeAny, {
|
|
420
|
-
amount: bigint;
|
|
421
420
|
depositAddress: {
|
|
422
421
|
pubkeyX: `0x${string}`;
|
|
423
422
|
scriptPath?: {
|
|
@@ -429,12 +428,12 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
429
428
|
};
|
|
430
429
|
} | null | undefined;
|
|
431
430
|
};
|
|
431
|
+
amount: bigint;
|
|
432
432
|
id: {
|
|
433
433
|
txId: `0x${string}`;
|
|
434
434
|
vout: number;
|
|
435
435
|
};
|
|
436
436
|
}, {
|
|
437
|
-
amount: string | number;
|
|
438
437
|
depositAddress: {
|
|
439
438
|
pubkeyX: string;
|
|
440
439
|
scriptPath?: {
|
|
@@ -446,14 +445,13 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
446
445
|
};
|
|
447
446
|
} | null | undefined;
|
|
448
447
|
};
|
|
448
|
+
amount: string | number;
|
|
449
449
|
id: {
|
|
450
450
|
txId: string;
|
|
451
451
|
vout: number;
|
|
452
452
|
};
|
|
453
453
|
}>;
|
|
454
454
|
}, "strip", z.ZodTypeAny, {
|
|
455
|
-
asset: "Btc";
|
|
456
|
-
amount: bigint;
|
|
457
455
|
depositAddress: {
|
|
458
456
|
value: `0x${string}`;
|
|
459
457
|
__kind: "P2PKH";
|
|
@@ -474,8 +472,8 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
474
472
|
version: number;
|
|
475
473
|
program: `0x${string}`;
|
|
476
474
|
};
|
|
475
|
+
asset: "Btc";
|
|
477
476
|
depositDetails: {
|
|
478
|
-
amount: bigint;
|
|
479
477
|
depositAddress: {
|
|
480
478
|
pubkeyX: `0x${string}`;
|
|
481
479
|
scriptPath?: {
|
|
@@ -487,16 +485,14 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
487
485
|
};
|
|
488
486
|
} | null | undefined;
|
|
489
487
|
};
|
|
488
|
+
amount: bigint;
|
|
490
489
|
id: {
|
|
491
490
|
txId: `0x${string}`;
|
|
492
491
|
vout: number;
|
|
493
492
|
};
|
|
494
493
|
};
|
|
494
|
+
amount: bigint;
|
|
495
495
|
}, {
|
|
496
|
-
asset: {
|
|
497
|
-
__kind: "Btc";
|
|
498
|
-
};
|
|
499
|
-
amount: string | number;
|
|
500
496
|
depositAddress: {
|
|
501
497
|
value: string;
|
|
502
498
|
__kind: "P2PKH";
|
|
@@ -517,8 +513,10 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
517
513
|
version: number;
|
|
518
514
|
program: string;
|
|
519
515
|
};
|
|
516
|
+
asset: {
|
|
517
|
+
__kind: "Btc";
|
|
518
|
+
};
|
|
520
519
|
depositDetails: {
|
|
521
|
-
amount: string | number;
|
|
522
520
|
depositAddress: {
|
|
523
521
|
pubkeyX: string;
|
|
524
522
|
scriptPath?: {
|
|
@@ -530,17 +528,17 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
530
528
|
};
|
|
531
529
|
} | null | undefined;
|
|
532
530
|
};
|
|
531
|
+
amount: string | number;
|
|
533
532
|
id: {
|
|
534
533
|
txId: string;
|
|
535
534
|
vout: number;
|
|
536
535
|
};
|
|
537
536
|
};
|
|
537
|
+
amount: string | number;
|
|
538
538
|
}>;
|
|
539
539
|
}, "strip", z.ZodTypeAny, {
|
|
540
540
|
__kind: "DepositChannel";
|
|
541
541
|
depositWitness: {
|
|
542
|
-
asset: "Btc";
|
|
543
|
-
amount: bigint;
|
|
544
542
|
depositAddress: {
|
|
545
543
|
value: `0x${string}`;
|
|
546
544
|
__kind: "P2PKH";
|
|
@@ -561,8 +559,8 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
561
559
|
version: number;
|
|
562
560
|
program: `0x${string}`;
|
|
563
561
|
};
|
|
562
|
+
asset: "Btc";
|
|
564
563
|
depositDetails: {
|
|
565
|
-
amount: bigint;
|
|
566
564
|
depositAddress: {
|
|
567
565
|
pubkeyX: `0x${string}`;
|
|
568
566
|
scriptPath?: {
|
|
@@ -574,19 +572,17 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
574
572
|
};
|
|
575
573
|
} | null | undefined;
|
|
576
574
|
};
|
|
575
|
+
amount: bigint;
|
|
577
576
|
id: {
|
|
578
577
|
txId: `0x${string}`;
|
|
579
578
|
vout: number;
|
|
580
579
|
};
|
|
581
580
|
};
|
|
581
|
+
amount: bigint;
|
|
582
582
|
};
|
|
583
583
|
}, {
|
|
584
584
|
__kind: "DepositChannel";
|
|
585
585
|
depositWitness: {
|
|
586
|
-
asset: {
|
|
587
|
-
__kind: "Btc";
|
|
588
|
-
};
|
|
589
|
-
amount: string | number;
|
|
590
586
|
depositAddress: {
|
|
591
587
|
value: string;
|
|
592
588
|
__kind: "P2PKH";
|
|
@@ -607,8 +603,10 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
607
603
|
version: number;
|
|
608
604
|
program: string;
|
|
609
605
|
};
|
|
606
|
+
asset: {
|
|
607
|
+
__kind: "Btc";
|
|
608
|
+
};
|
|
610
609
|
depositDetails: {
|
|
611
|
-
amount: string | number;
|
|
612
610
|
depositAddress: {
|
|
613
611
|
pubkeyX: string;
|
|
614
612
|
scriptPath?: {
|
|
@@ -620,11 +618,13 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
620
618
|
};
|
|
621
619
|
} | null | undefined;
|
|
622
620
|
};
|
|
621
|
+
amount: string | number;
|
|
623
622
|
id: {
|
|
624
623
|
txId: string;
|
|
625
624
|
vout: number;
|
|
626
625
|
};
|
|
627
626
|
};
|
|
627
|
+
amount: string | number;
|
|
628
628
|
};
|
|
629
629
|
}>, z.ZodObject<{
|
|
630
630
|
__kind: z.ZodLiteral<"Vault">;
|
|
@@ -760,7 +760,6 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
760
760
|
} | null | undefined;
|
|
761
761
|
}>;
|
|
762
762
|
}, "strip", z.ZodTypeAny, {
|
|
763
|
-
amount: bigint;
|
|
764
763
|
depositAddress: {
|
|
765
764
|
pubkeyX: `0x${string}`;
|
|
766
765
|
scriptPath?: {
|
|
@@ -772,12 +771,12 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
772
771
|
};
|
|
773
772
|
} | null | undefined;
|
|
774
773
|
};
|
|
774
|
+
amount: bigint;
|
|
775
775
|
id: {
|
|
776
776
|
txId: `0x${string}`;
|
|
777
777
|
vout: number;
|
|
778
778
|
};
|
|
779
779
|
}, {
|
|
780
|
-
amount: string | number;
|
|
781
780
|
depositAddress: {
|
|
782
781
|
pubkeyX: string;
|
|
783
782
|
scriptPath?: {
|
|
@@ -789,6 +788,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
789
788
|
};
|
|
790
789
|
} | null | undefined;
|
|
791
790
|
};
|
|
791
|
+
amount: string | number;
|
|
792
792
|
id: {
|
|
793
793
|
txId: string;
|
|
794
794
|
vout: number;
|
|
@@ -797,21 +797,21 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
797
797
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
798
798
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
|
|
799
799
|
}, "strip", z.ZodTypeAny, {
|
|
800
|
-
__kind: "ArbEth" | "ArbUsdc" | "
|
|
800
|
+
__kind: "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
801
801
|
}, {
|
|
802
|
-
__kind: "ArbEth" | "ArbUsdc" | "
|
|
803
|
-
}>, "ArbEth" | "ArbUsdc" | "
|
|
804
|
-
__kind: "ArbEth" | "ArbUsdc" | "
|
|
802
|
+
__kind: "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
803
|
+
}>, "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
804
|
+
__kind: "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
805
805
|
}>;
|
|
806
806
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
807
807
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
808
808
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
809
809
|
}, "strip", z.ZodTypeAny, {
|
|
810
810
|
value: `0x${string}`;
|
|
811
|
-
__kind: "
|
|
811
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
812
812
|
}, {
|
|
813
813
|
value: string;
|
|
814
|
-
__kind: "
|
|
814
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
815
815
|
}>, {
|
|
816
816
|
readonly chain: "Ethereum";
|
|
817
817
|
readonly address: `0x${string}`;
|
|
@@ -829,7 +829,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
829
829
|
readonly address: string;
|
|
830
830
|
}, {
|
|
831
831
|
value: string;
|
|
832
|
-
__kind: "
|
|
832
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
833
833
|
}>;
|
|
834
834
|
depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
835
835
|
channelMetadata: z.ZodObject<{
|
|
@@ -1223,25 +1223,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1223
1223
|
}>>>;
|
|
1224
1224
|
boostFee: z.ZodNumber;
|
|
1225
1225
|
}, "strip", z.ZodTypeAny, {
|
|
1226
|
-
destinationAddress: {
|
|
1227
|
-
readonly chain: "Ethereum";
|
|
1228
|
-
readonly address: `0x${string}`;
|
|
1229
|
-
} | {
|
|
1230
|
-
readonly chain: "Polkadot";
|
|
1231
|
-
readonly address: string;
|
|
1232
|
-
} | {
|
|
1233
|
-
readonly chain: "Bitcoin";
|
|
1234
|
-
readonly address: string;
|
|
1235
|
-
} | {
|
|
1236
|
-
readonly chain: "Arbitrum";
|
|
1237
|
-
readonly address: `0x${string}`;
|
|
1238
|
-
} | {
|
|
1239
|
-
readonly chain: "Solana";
|
|
1240
|
-
readonly address: string;
|
|
1241
|
-
};
|
|
1242
|
-
txId: `0x${string}`;
|
|
1243
1226
|
depositDetails: {
|
|
1244
|
-
amount: bigint;
|
|
1245
1227
|
depositAddress: {
|
|
1246
1228
|
pubkeyX: `0x${string}`;
|
|
1247
1229
|
scriptPath?: {
|
|
@@ -1253,14 +1235,33 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1253
1235
|
};
|
|
1254
1236
|
} | null | undefined;
|
|
1255
1237
|
};
|
|
1238
|
+
amount: bigint;
|
|
1256
1239
|
id: {
|
|
1257
1240
|
txId: `0x${string}`;
|
|
1258
1241
|
vout: number;
|
|
1259
1242
|
};
|
|
1260
1243
|
};
|
|
1244
|
+
boostFee: number;
|
|
1261
1245
|
inputAsset: "Btc";
|
|
1262
1246
|
depositAmount: bigint;
|
|
1263
|
-
outputAsset: "ArbEth" | "ArbUsdc" | "
|
|
1247
|
+
outputAsset: "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
1248
|
+
destinationAddress: {
|
|
1249
|
+
readonly chain: "Ethereum";
|
|
1250
|
+
readonly address: `0x${string}`;
|
|
1251
|
+
} | {
|
|
1252
|
+
readonly chain: "Polkadot";
|
|
1253
|
+
readonly address: string;
|
|
1254
|
+
} | {
|
|
1255
|
+
readonly chain: "Bitcoin";
|
|
1256
|
+
readonly address: string;
|
|
1257
|
+
} | {
|
|
1258
|
+
readonly chain: "Arbitrum";
|
|
1259
|
+
readonly address: `0x${string}`;
|
|
1260
|
+
} | {
|
|
1261
|
+
readonly chain: "Solana";
|
|
1262
|
+
readonly address: string;
|
|
1263
|
+
};
|
|
1264
|
+
txId: `0x${string}`;
|
|
1264
1265
|
affiliateFees: {
|
|
1265
1266
|
account: number;
|
|
1266
1267
|
bps: number;
|
|
@@ -1289,8 +1290,6 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1289
1290
|
};
|
|
1290
1291
|
minPrice: bigint;
|
|
1291
1292
|
};
|
|
1292
|
-
boostFee: number;
|
|
1293
|
-
channelId?: bigint | null | undefined;
|
|
1294
1293
|
depositAddress?: {
|
|
1295
1294
|
value: `0x${string}`;
|
|
1296
1295
|
__kind: "P2PKH";
|
|
@@ -1311,6 +1310,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1311
1310
|
version: number;
|
|
1312
1311
|
program: `0x${string}`;
|
|
1313
1312
|
} | null | undefined;
|
|
1313
|
+
channelId?: bigint | null | undefined;
|
|
1314
1314
|
depositMetadata?: {
|
|
1315
1315
|
channelMetadata: {
|
|
1316
1316
|
message: `0x${string}`;
|
|
@@ -1363,13 +1363,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1363
1363
|
chunkInterval: number;
|
|
1364
1364
|
} | null | undefined;
|
|
1365
1365
|
}, {
|
|
1366
|
-
destinationAddress: {
|
|
1367
|
-
value: string;
|
|
1368
|
-
__kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
|
|
1369
|
-
};
|
|
1370
|
-
txId: string;
|
|
1371
1366
|
depositDetails: {
|
|
1372
|
-
amount: string | number;
|
|
1373
1367
|
depositAddress: {
|
|
1374
1368
|
pubkeyX: string;
|
|
1375
1369
|
scriptPath?: {
|
|
@@ -1381,18 +1375,25 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1381
1375
|
};
|
|
1382
1376
|
} | null | undefined;
|
|
1383
1377
|
};
|
|
1378
|
+
amount: string | number;
|
|
1384
1379
|
id: {
|
|
1385
1380
|
txId: string;
|
|
1386
1381
|
vout: number;
|
|
1387
1382
|
};
|
|
1388
1383
|
};
|
|
1384
|
+
boostFee: number;
|
|
1389
1385
|
inputAsset: {
|
|
1390
1386
|
__kind: "Btc";
|
|
1391
1387
|
};
|
|
1392
1388
|
depositAmount: string | number;
|
|
1393
1389
|
outputAsset: {
|
|
1394
|
-
__kind: "ArbEth" | "ArbUsdc" | "
|
|
1390
|
+
__kind: "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
1391
|
+
};
|
|
1392
|
+
destinationAddress: {
|
|
1393
|
+
value: string;
|
|
1394
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
1395
1395
|
};
|
|
1396
|
+
txId: string;
|
|
1396
1397
|
affiliateFees: {
|
|
1397
1398
|
account: number;
|
|
1398
1399
|
bps: number;
|
|
@@ -1421,8 +1422,6 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1421
1422
|
};
|
|
1422
1423
|
minPrice: string | number;
|
|
1423
1424
|
};
|
|
1424
|
-
boostFee: number;
|
|
1425
|
-
channelId?: string | number | null | undefined;
|
|
1426
1425
|
depositAddress?: {
|
|
1427
1426
|
value: string;
|
|
1428
1427
|
__kind: "P2PKH";
|
|
@@ -1443,6 +1442,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1443
1442
|
version: number;
|
|
1444
1443
|
program: string;
|
|
1445
1444
|
} | null | undefined;
|
|
1445
|
+
channelId?: string | number | null | undefined;
|
|
1446
1446
|
depositMetadata?: {
|
|
1447
1447
|
channelMetadata: {
|
|
1448
1448
|
message: string;
|
|
@@ -1500,25 +1500,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1500
1500
|
}, "strip", z.ZodTypeAny, {
|
|
1501
1501
|
__kind: "Vault";
|
|
1502
1502
|
vaultWitness: {
|
|
1503
|
-
destinationAddress: {
|
|
1504
|
-
readonly chain: "Ethereum";
|
|
1505
|
-
readonly address: `0x${string}`;
|
|
1506
|
-
} | {
|
|
1507
|
-
readonly chain: "Polkadot";
|
|
1508
|
-
readonly address: string;
|
|
1509
|
-
} | {
|
|
1510
|
-
readonly chain: "Bitcoin";
|
|
1511
|
-
readonly address: string;
|
|
1512
|
-
} | {
|
|
1513
|
-
readonly chain: "Arbitrum";
|
|
1514
|
-
readonly address: `0x${string}`;
|
|
1515
|
-
} | {
|
|
1516
|
-
readonly chain: "Solana";
|
|
1517
|
-
readonly address: string;
|
|
1518
|
-
};
|
|
1519
|
-
txId: `0x${string}`;
|
|
1520
1503
|
depositDetails: {
|
|
1521
|
-
amount: bigint;
|
|
1522
1504
|
depositAddress: {
|
|
1523
1505
|
pubkeyX: `0x${string}`;
|
|
1524
1506
|
scriptPath?: {
|
|
@@ -1530,14 +1512,33 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1530
1512
|
};
|
|
1531
1513
|
} | null | undefined;
|
|
1532
1514
|
};
|
|
1515
|
+
amount: bigint;
|
|
1533
1516
|
id: {
|
|
1534
1517
|
txId: `0x${string}`;
|
|
1535
1518
|
vout: number;
|
|
1536
1519
|
};
|
|
1537
1520
|
};
|
|
1521
|
+
boostFee: number;
|
|
1538
1522
|
inputAsset: "Btc";
|
|
1539
1523
|
depositAmount: bigint;
|
|
1540
|
-
outputAsset: "ArbEth" | "ArbUsdc" | "
|
|
1524
|
+
outputAsset: "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
1525
|
+
destinationAddress: {
|
|
1526
|
+
readonly chain: "Ethereum";
|
|
1527
|
+
readonly address: `0x${string}`;
|
|
1528
|
+
} | {
|
|
1529
|
+
readonly chain: "Polkadot";
|
|
1530
|
+
readonly address: string;
|
|
1531
|
+
} | {
|
|
1532
|
+
readonly chain: "Bitcoin";
|
|
1533
|
+
readonly address: string;
|
|
1534
|
+
} | {
|
|
1535
|
+
readonly chain: "Arbitrum";
|
|
1536
|
+
readonly address: `0x${string}`;
|
|
1537
|
+
} | {
|
|
1538
|
+
readonly chain: "Solana";
|
|
1539
|
+
readonly address: string;
|
|
1540
|
+
};
|
|
1541
|
+
txId: `0x${string}`;
|
|
1541
1542
|
affiliateFees: {
|
|
1542
1543
|
account: number;
|
|
1543
1544
|
bps: number;
|
|
@@ -1566,8 +1567,6 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1566
1567
|
};
|
|
1567
1568
|
minPrice: bigint;
|
|
1568
1569
|
};
|
|
1569
|
-
boostFee: number;
|
|
1570
|
-
channelId?: bigint | null | undefined;
|
|
1571
1570
|
depositAddress?: {
|
|
1572
1571
|
value: `0x${string}`;
|
|
1573
1572
|
__kind: "P2PKH";
|
|
@@ -1588,6 +1587,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1588
1587
|
version: number;
|
|
1589
1588
|
program: `0x${string}`;
|
|
1590
1589
|
} | null | undefined;
|
|
1590
|
+
channelId?: bigint | null | undefined;
|
|
1591
1591
|
depositMetadata?: {
|
|
1592
1592
|
channelMetadata: {
|
|
1593
1593
|
message: `0x${string}`;
|
|
@@ -1643,13 +1643,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1643
1643
|
}, {
|
|
1644
1644
|
__kind: "Vault";
|
|
1645
1645
|
vaultWitness: {
|
|
1646
|
-
destinationAddress: {
|
|
1647
|
-
value: string;
|
|
1648
|
-
__kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
|
|
1649
|
-
};
|
|
1650
|
-
txId: string;
|
|
1651
1646
|
depositDetails: {
|
|
1652
|
-
amount: string | number;
|
|
1653
1647
|
depositAddress: {
|
|
1654
1648
|
pubkeyX: string;
|
|
1655
1649
|
scriptPath?: {
|
|
@@ -1661,18 +1655,25 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1661
1655
|
};
|
|
1662
1656
|
} | null | undefined;
|
|
1663
1657
|
};
|
|
1658
|
+
amount: string | number;
|
|
1664
1659
|
id: {
|
|
1665
1660
|
txId: string;
|
|
1666
1661
|
vout: number;
|
|
1667
1662
|
};
|
|
1668
1663
|
};
|
|
1664
|
+
boostFee: number;
|
|
1669
1665
|
inputAsset: {
|
|
1670
1666
|
__kind: "Btc";
|
|
1671
1667
|
};
|
|
1672
1668
|
depositAmount: string | number;
|
|
1673
1669
|
outputAsset: {
|
|
1674
|
-
__kind: "ArbEth" | "ArbUsdc" | "
|
|
1670
|
+
__kind: "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
1671
|
+
};
|
|
1672
|
+
destinationAddress: {
|
|
1673
|
+
value: string;
|
|
1674
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
1675
1675
|
};
|
|
1676
|
+
txId: string;
|
|
1676
1677
|
affiliateFees: {
|
|
1677
1678
|
account: number;
|
|
1678
1679
|
bps: number;
|
|
@@ -1701,8 +1702,6 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1701
1702
|
};
|
|
1702
1703
|
minPrice: string | number;
|
|
1703
1704
|
};
|
|
1704
|
-
boostFee: number;
|
|
1705
|
-
channelId?: string | number | null | undefined;
|
|
1706
1705
|
depositAddress?: {
|
|
1707
1706
|
value: string;
|
|
1708
1707
|
__kind: "P2PKH";
|
|
@@ -1723,6 +1722,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1723
1722
|
version: number;
|
|
1724
1723
|
program: string;
|
|
1725
1724
|
} | null | undefined;
|
|
1725
|
+
channelId?: string | number | null | undefined;
|
|
1726
1726
|
depositMetadata?: {
|
|
1727
1727
|
channelMetadata: {
|
|
1728
1728
|
message: string;
|
|
@@ -1806,7 +1806,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1806
1806
|
} | {
|
|
1807
1807
|
__kind: "TooManyConsumers";
|
|
1808
1808
|
} | {
|
|
1809
|
-
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
1809
|
+
value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1810
1810
|
__kind: "Token";
|
|
1811
1811
|
} | {
|
|
1812
1812
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
@@ -1840,8 +1840,6 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1840
1840
|
details: {
|
|
1841
1841
|
__kind: "DepositChannel";
|
|
1842
1842
|
depositWitness: {
|
|
1843
|
-
asset: "Btc";
|
|
1844
|
-
amount: bigint;
|
|
1845
1843
|
depositAddress: {
|
|
1846
1844
|
value: `0x${string}`;
|
|
1847
1845
|
__kind: "P2PKH";
|
|
@@ -1862,8 +1860,8 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1862
1860
|
version: number;
|
|
1863
1861
|
program: `0x${string}`;
|
|
1864
1862
|
};
|
|
1863
|
+
asset: "Btc";
|
|
1865
1864
|
depositDetails: {
|
|
1866
|
-
amount: bigint;
|
|
1867
1865
|
depositAddress: {
|
|
1868
1866
|
pubkeyX: `0x${string}`;
|
|
1869
1867
|
scriptPath?: {
|
|
@@ -1875,34 +1873,18 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1875
1873
|
};
|
|
1876
1874
|
} | null | undefined;
|
|
1877
1875
|
};
|
|
1876
|
+
amount: bigint;
|
|
1878
1877
|
id: {
|
|
1879
1878
|
txId: `0x${string}`;
|
|
1880
1879
|
vout: number;
|
|
1881
1880
|
};
|
|
1882
1881
|
};
|
|
1882
|
+
amount: bigint;
|
|
1883
1883
|
};
|
|
1884
1884
|
} | {
|
|
1885
1885
|
__kind: "Vault";
|
|
1886
1886
|
vaultWitness: {
|
|
1887
|
-
destinationAddress: {
|
|
1888
|
-
readonly chain: "Ethereum";
|
|
1889
|
-
readonly address: `0x${string}`;
|
|
1890
|
-
} | {
|
|
1891
|
-
readonly chain: "Polkadot";
|
|
1892
|
-
readonly address: string;
|
|
1893
|
-
} | {
|
|
1894
|
-
readonly chain: "Bitcoin";
|
|
1895
|
-
readonly address: string;
|
|
1896
|
-
} | {
|
|
1897
|
-
readonly chain: "Arbitrum";
|
|
1898
|
-
readonly address: `0x${string}`;
|
|
1899
|
-
} | {
|
|
1900
|
-
readonly chain: "Solana";
|
|
1901
|
-
readonly address: string;
|
|
1902
|
-
};
|
|
1903
|
-
txId: `0x${string}`;
|
|
1904
1887
|
depositDetails: {
|
|
1905
|
-
amount: bigint;
|
|
1906
1888
|
depositAddress: {
|
|
1907
1889
|
pubkeyX: `0x${string}`;
|
|
1908
1890
|
scriptPath?: {
|
|
@@ -1914,14 +1896,33 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1914
1896
|
};
|
|
1915
1897
|
} | null | undefined;
|
|
1916
1898
|
};
|
|
1899
|
+
amount: bigint;
|
|
1917
1900
|
id: {
|
|
1918
1901
|
txId: `0x${string}`;
|
|
1919
1902
|
vout: number;
|
|
1920
1903
|
};
|
|
1921
1904
|
};
|
|
1905
|
+
boostFee: number;
|
|
1922
1906
|
inputAsset: "Btc";
|
|
1923
1907
|
depositAmount: bigint;
|
|
1924
|
-
outputAsset: "ArbEth" | "ArbUsdc" | "
|
|
1908
|
+
outputAsset: "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
1909
|
+
destinationAddress: {
|
|
1910
|
+
readonly chain: "Ethereum";
|
|
1911
|
+
readonly address: `0x${string}`;
|
|
1912
|
+
} | {
|
|
1913
|
+
readonly chain: "Polkadot";
|
|
1914
|
+
readonly address: string;
|
|
1915
|
+
} | {
|
|
1916
|
+
readonly chain: "Bitcoin";
|
|
1917
|
+
readonly address: string;
|
|
1918
|
+
} | {
|
|
1919
|
+
readonly chain: "Arbitrum";
|
|
1920
|
+
readonly address: `0x${string}`;
|
|
1921
|
+
} | {
|
|
1922
|
+
readonly chain: "Solana";
|
|
1923
|
+
readonly address: string;
|
|
1924
|
+
};
|
|
1925
|
+
txId: `0x${string}`;
|
|
1925
1926
|
affiliateFees: {
|
|
1926
1927
|
account: number;
|
|
1927
1928
|
bps: number;
|
|
@@ -1950,8 +1951,6 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1950
1951
|
};
|
|
1951
1952
|
minPrice: bigint;
|
|
1952
1953
|
};
|
|
1953
|
-
boostFee: number;
|
|
1954
|
-
channelId?: bigint | null | undefined;
|
|
1955
1954
|
depositAddress?: {
|
|
1956
1955
|
value: `0x${string}`;
|
|
1957
1956
|
__kind: "P2PKH";
|
|
@@ -1972,6 +1971,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1972
1971
|
version: number;
|
|
1973
1972
|
program: `0x${string}`;
|
|
1974
1973
|
} | null | undefined;
|
|
1974
|
+
channelId?: bigint | null | undefined;
|
|
1975
1975
|
depositMetadata?: {
|
|
1976
1976
|
channelMetadata: {
|
|
1977
1977
|
message: `0x${string}`;
|
|
@@ -2054,7 +2054,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
2054
2054
|
__kind: "TooManyConsumers";
|
|
2055
2055
|
} | {
|
|
2056
2056
|
value: {
|
|
2057
|
-
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
2057
|
+
__kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
2058
2058
|
};
|
|
2059
2059
|
__kind: "Token";
|
|
2060
2060
|
} | {
|
|
@@ -2093,10 +2093,6 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
2093
2093
|
details: {
|
|
2094
2094
|
__kind: "DepositChannel";
|
|
2095
2095
|
depositWitness: {
|
|
2096
|
-
asset: {
|
|
2097
|
-
__kind: "Btc";
|
|
2098
|
-
};
|
|
2099
|
-
amount: string | number;
|
|
2100
2096
|
depositAddress: {
|
|
2101
2097
|
value: string;
|
|
2102
2098
|
__kind: "P2PKH";
|
|
@@ -2117,8 +2113,10 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
2117
2113
|
version: number;
|
|
2118
2114
|
program: string;
|
|
2119
2115
|
};
|
|
2116
|
+
asset: {
|
|
2117
|
+
__kind: "Btc";
|
|
2118
|
+
};
|
|
2120
2119
|
depositDetails: {
|
|
2121
|
-
amount: string | number;
|
|
2122
2120
|
depositAddress: {
|
|
2123
2121
|
pubkeyX: string;
|
|
2124
2122
|
scriptPath?: {
|
|
@@ -2130,22 +2128,18 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
2130
2128
|
};
|
|
2131
2129
|
} | null | undefined;
|
|
2132
2130
|
};
|
|
2131
|
+
amount: string | number;
|
|
2133
2132
|
id: {
|
|
2134
2133
|
txId: string;
|
|
2135
2134
|
vout: number;
|
|
2136
2135
|
};
|
|
2137
2136
|
};
|
|
2137
|
+
amount: string | number;
|
|
2138
2138
|
};
|
|
2139
2139
|
} | {
|
|
2140
2140
|
__kind: "Vault";
|
|
2141
2141
|
vaultWitness: {
|
|
2142
|
-
destinationAddress: {
|
|
2143
|
-
value: string;
|
|
2144
|
-
__kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
|
|
2145
|
-
};
|
|
2146
|
-
txId: string;
|
|
2147
2142
|
depositDetails: {
|
|
2148
|
-
amount: string | number;
|
|
2149
2143
|
depositAddress: {
|
|
2150
2144
|
pubkeyX: string;
|
|
2151
2145
|
scriptPath?: {
|
|
@@ -2157,18 +2151,25 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
2157
2151
|
};
|
|
2158
2152
|
} | null | undefined;
|
|
2159
2153
|
};
|
|
2154
|
+
amount: string | number;
|
|
2160
2155
|
id: {
|
|
2161
2156
|
txId: string;
|
|
2162
2157
|
vout: number;
|
|
2163
2158
|
};
|
|
2164
2159
|
};
|
|
2160
|
+
boostFee: number;
|
|
2165
2161
|
inputAsset: {
|
|
2166
2162
|
__kind: "Btc";
|
|
2167
2163
|
};
|
|
2168
2164
|
depositAmount: string | number;
|
|
2169
2165
|
outputAsset: {
|
|
2170
|
-
__kind: "ArbEth" | "ArbUsdc" | "
|
|
2166
|
+
__kind: "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
2171
2167
|
};
|
|
2168
|
+
destinationAddress: {
|
|
2169
|
+
value: string;
|
|
2170
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
2171
|
+
};
|
|
2172
|
+
txId: string;
|
|
2172
2173
|
affiliateFees: {
|
|
2173
2174
|
account: number;
|
|
2174
2175
|
bps: number;
|
|
@@ -2197,8 +2198,6 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
2197
2198
|
};
|
|
2198
2199
|
minPrice: string | number;
|
|
2199
2200
|
};
|
|
2200
|
-
boostFee: number;
|
|
2201
|
-
channelId?: string | number | null | undefined;
|
|
2202
2201
|
depositAddress?: {
|
|
2203
2202
|
value: string;
|
|
2204
2203
|
__kind: "P2PKH";
|
|
@@ -2219,6 +2218,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
2219
2218
|
version: number;
|
|
2220
2219
|
program: string;
|
|
2221
2220
|
} | null | undefined;
|
|
2221
|
+
channelId?: string | number | null | undefined;
|
|
2222
2222
|
depositMetadata?: {
|
|
2223
2223
|
channelMetadata: {
|
|
2224
2224
|
message: string;
|