@chainflip/processor 1.11.3 → 1.11.6
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/flip/remainingImbalance.d.cts +22 -22
- package/dist/100/flip/remainingImbalance.d.ts +22 -22
- package/dist/100/liquidityPools/limitOrderUpdated.d.cts +8 -8
- package/dist/100/liquidityPools/limitOrderUpdated.d.ts +8 -8
- package/dist/100/liquidityPools/rangeOrderUpdated.d.cts +8 -8
- package/dist/100/liquidityPools/rangeOrderUpdated.d.ts +8 -8
- package/dist/100/reputation/offencePenalty.d.cts +2 -2
- package/dist/100/reputation/offencePenalty.d.ts +2 -2
- package/dist/100/system/extrinsicFailed.d.cts +17 -17
- package/dist/100/system/extrinsicFailed.d.ts +17 -17
- package/dist/100/witnesser/witnessExecutionFailed.d.cts +18 -18
- package/dist/100/witnesser/witnessExecutionFailed.d.ts +18 -18
- package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.cts +88 -88
- package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.ts +88 -88
- package/dist/11000/arbitrumIngressEgress/depositFailed.d.cts +178 -178
- package/dist/11000/arbitrumIngressEgress/depositFailed.d.ts +178 -178
- package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +88 -88
- package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +88 -88
- package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.cts +107 -107
- package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.ts +107 -107
- package/dist/11000/assethubIngressEgress/depositFailed.d.cts +161 -161
- package/dist/11000/assethubIngressEgress/depositFailed.d.ts +161 -161
- package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +103 -103
- package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.ts +103 -103
- package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.cts +26 -26
- package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.ts +26 -26
- package/dist/11000/bitcoinIngressEgress/depositFailed.d.cts +34 -34
- package/dist/11000/bitcoinIngressEgress/depositFailed.d.ts +34 -34
- package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +22 -22
- package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +22 -22
- package/dist/11000/polkadotIngressEgress/depositFailed.d.cts +48 -48
- package/dist/11000/polkadotIngressEgress/depositFailed.d.ts +48 -48
- package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.cts +26 -26
- package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.ts +26 -26
- package/dist/11000/solanaIngressEgress/depositFailed.d.cts +40 -40
- package/dist/11000/solanaIngressEgress/depositFailed.d.ts +40 -40
- package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +22 -22
- package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +22 -22
- package/dist/11000/swapping/palletConfigUpdated.d.cts +32 -32
- package/dist/11000/swapping/palletConfigUpdated.d.ts +32 -32
- package/dist/11000/swapping/refundEgressScheduled.d.cts +16 -16
- package/dist/11000/swapping/refundEgressScheduled.d.ts +16 -16
- package/dist/11000/swapping/refundedOnChain.d.cts +10 -10
- package/dist/11000/swapping/refundedOnChain.d.ts +10 -10
- package/dist/11000/swapping/swapDepositAddressReady.d.cts +56 -56
- package/dist/11000/swapping/swapDepositAddressReady.d.ts +56 -56
- package/dist/11000/swapping/swapRequested.d.cts +111 -111
- package/dist/11000/swapping/swapRequested.d.ts +111 -111
- package/dist/11100/arbitrumIngressEgress/depositFailed.d.cts +175 -166
- package/dist/11100/arbitrumIngressEgress/depositFailed.d.ts +175 -166
- package/dist/11100/assethubIngressEgress/depositFailed.d.cts +15 -6
- package/dist/11100/assethubIngressEgress/depositFailed.d.ts +15 -6
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.cts +327 -318
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.ts +327 -318
- package/dist/11100/common.cjs +85 -40
- package/dist/11100/common.d.cts +946 -336
- package/dist/11100/common.d.ts +946 -336
- package/dist/11100/common.mjs +84 -39
- package/dist/11100/ethereumIngressEgress/depositFailed.d.cts +15 -6
- package/dist/11100/ethereumIngressEgress/depositFailed.d.ts +15 -6
- package/dist/11100/funding/sCCallCannotBeDecoded.cjs +11 -0
- package/dist/11100/funding/sCCallCannotBeDecoded.d.cts +17 -0
- package/dist/11100/funding/sCCallCannotBeDecoded.d.ts +17 -0
- package/dist/11100/funding/sCCallCannotBeDecoded.mjs +11 -0
- package/dist/11100/funding/sCCallCannotBeExecuted.cjs +17 -0
- package/dist/11100/funding/sCCallCannotBeExecuted.d.cts +541 -0
- package/dist/11100/funding/sCCallCannotBeExecuted.d.ts +541 -0
- package/dist/11100/funding/sCCallCannotBeExecuted.mjs +17 -0
- package/dist/11100/funding/sCCallExecuted.cjs +15 -0
- package/dist/11100/funding/sCCallExecuted.d.cts +168 -0
- package/dist/11100/funding/sCCallExecuted.d.ts +168 -0
- package/dist/11100/funding/sCCallExecuted.mjs +15 -0
- package/dist/11100/polkadotIngressEgress/depositFailed.d.cts +39 -30
- package/dist/11100/polkadotIngressEgress/depositFailed.d.ts +39 -30
- package/dist/11100/solanaIngressEgress/depositFailed.d.cts +175 -166
- package/dist/11100/solanaIngressEgress/depositFailed.d.ts +175 -166
- package/dist/11100/swapping/swapDepositAddressReady.d.cts +86 -81
- package/dist/11100/swapping/swapDepositAddressReady.d.ts +86 -81
- package/dist/11100/swapping/swapRequested.d.cts +325 -320
- package/dist/11100/swapping/swapRequested.d.ts +325 -320
- package/dist/11100/validator/maxBidUpdated.cjs +10 -0
- package/dist/11100/validator/maxBidUpdated.d.cts +14 -0
- package/dist/11100/validator/maxBidUpdated.d.ts +14 -0
- package/dist/11100/validator/maxBidUpdated.mjs +10 -0
- package/dist/11100/validator/unDelegationFinalized.cjs +7 -0
- package/dist/11100/validator/unDelegationFinalized.d.cts +14 -0
- package/dist/11100/validator/unDelegationFinalized.d.ts +14 -0
- package/dist/11100/validator/unDelegationFinalized.mjs +7 -0
- package/dist/120/bitcoinIngressEgress/depositIgnored.d.cts +20 -20
- package/dist/120/bitcoinIngressEgress/depositIgnored.d.ts +20 -20
- package/dist/120/bitcoinIngressEgress/depositReceived.d.cts +20 -20
- package/dist/120/bitcoinIngressEgress/depositReceived.d.ts +20 -20
- package/dist/120/emissions/flipBurnSkipped.d.cts +16 -16
- package/dist/120/emissions/flipBurnSkipped.d.ts +16 -16
- package/dist/120/swapping/ccmFailed.d.cts +62 -62
- package/dist/120/swapping/ccmFailed.d.ts +62 -62
- package/dist/120/swapping/swapEgressIgnored.d.cts +28 -28
- package/dist/120/swapping/swapEgressIgnored.d.ts +28 -28
- package/dist/120/swapping/swapEgressScheduled.d.cts +6 -6
- package/dist/120/swapping/swapEgressScheduled.d.ts +6 -6
- package/dist/120/swapping/swapExecuted.d.cts +12 -12
- package/dist/120/swapping/swapExecuted.d.ts +12 -12
- package/dist/120/swapping/withdrawalRequested.d.cts +4 -4
- package/dist/120/swapping/withdrawalRequested.d.ts +4 -4
- package/dist/131/liquidityPools/limitOrderUpdated.d.cts +8 -8
- package/dist/131/liquidityPools/limitOrderUpdated.d.ts +8 -8
- package/dist/131/liquidityPools/rangeOrderUpdated.d.cts +8 -8
- package/dist/131/liquidityPools/rangeOrderUpdated.d.ts +8 -8
- package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.cts +28 -28
- package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.ts +28 -28
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.ts +2 -2
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.ts +4 -4
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.ts +4 -4
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
- package/dist/141/environment/runtimeSafeModeUpdated.d.cts +12 -12
- package/dist/141/environment/runtimeSafeModeUpdated.d.ts +12 -12
- package/dist/141/liquidityPools/limitOrderUpdated.d.cts +10 -10
- package/dist/141/liquidityPools/limitOrderUpdated.d.ts +10 -10
- package/dist/141/liquidityPools/rangeOrderUpdated.d.cts +10 -10
- package/dist/141/liquidityPools/rangeOrderUpdated.d.ts +10 -10
- package/dist/141/liquidityProvider/accountCredited.d.cts +2 -2
- package/dist/141/liquidityProvider/accountCredited.d.ts +2 -2
- package/dist/141/liquidityProvider/accountDebited.d.cts +2 -2
- package/dist/141/liquidityProvider/accountDebited.d.ts +2 -2
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.cts +4 -4
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.ts +4 -4
- package/dist/141/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
- package/dist/141/liquidityProvider/liquidityDepositCredited.d.ts +2 -2
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.cts +2 -2
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.ts +2 -2
- package/dist/141/swapping/batchSwapFailed.d.cts +8 -8
- package/dist/141/swapping/batchSwapFailed.d.ts +8 -8
- package/dist/141/swapping/ccmDepositReceived.d.cts +4 -4
- package/dist/141/swapping/ccmDepositReceived.d.ts +4 -4
- package/dist/141/swapping/ccmFailed.d.cts +4 -4
- package/dist/141/swapping/ccmFailed.d.ts +4 -4
- package/dist/141/swapping/maximumSwapAmountSet.d.cts +6 -6
- package/dist/141/swapping/maximumSwapAmountSet.d.ts +6 -6
- package/dist/141/swapping/swapAmountConfiscated.d.cts +12 -12
- package/dist/141/swapping/swapAmountConfiscated.d.ts +12 -12
- package/dist/141/swapping/swapDepositAddressReady.d.cts +18 -18
- package/dist/141/swapping/swapDepositAddressReady.d.ts +18 -18
- package/dist/141/swapping/swapEgressIgnored.d.cts +12 -12
- package/dist/141/swapping/swapEgressIgnored.d.ts +12 -12
- package/dist/141/swapping/swapEgressScheduled.d.cts +8 -8
- package/dist/141/swapping/swapEgressScheduled.d.ts +8 -8
- package/dist/141/swapping/swapExecuted.d.cts +12 -12
- package/dist/141/swapping/swapExecuted.d.ts +12 -12
- package/dist/141/swapping/swapScheduled.d.cts +16 -16
- package/dist/141/swapping/swapScheduled.d.ts +16 -16
- package/dist/141/swapping/withdrawalRequested.d.cts +6 -6
- package/dist/141/swapping/withdrawalRequested.d.ts +6 -6
- package/dist/141/validator/rotationPhaseUpdated.d.cts +20 -20
- package/dist/141/validator/rotationPhaseUpdated.d.ts +20 -20
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.ts +10 -10
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.ts +6 -6
- package/dist/150/arbitrumIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/150/arbitrumIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.cts +4 -4
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.ts +4 -4
- package/dist/150/assetBalances/refundScheduled.d.cts +52 -52
- package/dist/150/assetBalances/refundScheduled.d.ts +52 -52
- package/dist/150/assetBalances/refundSkipped.d.cts +66 -66
- package/dist/150/assetBalances/refundSkipped.d.ts +66 -66
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.ts +16 -16
- package/dist/150/bitcoinIngressEgress/depositBoosted.d.cts +26 -26
- package/dist/150/bitcoinIngressEgress/depositBoosted.d.ts +26 -26
- package/dist/150/bitcoinIngressEgress/depositFinalised.d.cts +24 -24
- package/dist/150/bitcoinIngressEgress/depositFinalised.d.ts +24 -24
- package/dist/150/liquidityProvider/accountCredited.d.cts +2 -2
- package/dist/150/liquidityProvider/accountCredited.d.ts +2 -2
- package/dist/150/liquidityProvider/accountDebited.d.cts +2 -2
- package/dist/150/liquidityProvider/accountDebited.d.ts +2 -2
- package/dist/150/liquidityProvider/assetTransferred.d.cts +3 -3
- package/dist/150/liquidityProvider/assetTransferred.d.ts +3 -3
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.cts +2 -2
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.ts +2 -2
- package/dist/150/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
- package/dist/150/liquidityProvider/liquidityDepositCredited.d.ts +2 -2
- package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.cts +2 -2
- package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/failureReportProcessed.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/failureReportProcessed.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/retryRequested.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/retryRequested.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.ts +2 -2
- package/dist/150/swapping/batchSwapFailed.d.cts +8 -8
- package/dist/150/swapping/batchSwapFailed.d.ts +8 -8
- package/dist/150/swapping/ccmDepositReceived.d.cts +74 -74
- package/dist/150/swapping/ccmDepositReceived.d.ts +74 -74
- package/dist/150/swapping/ccmFailed.d.cts +79 -79
- package/dist/150/swapping/ccmFailed.d.ts +79 -79
- package/dist/150/swapping/maximumSwapAmountSet.d.cts +6 -6
- package/dist/150/swapping/maximumSwapAmountSet.d.ts +6 -6
- package/dist/150/swapping/refundEgressIgnored.d.cts +24 -24
- package/dist/150/swapping/refundEgressIgnored.d.ts +24 -24
- package/dist/150/swapping/refundEgressScheduled.d.cts +8 -8
- package/dist/150/swapping/refundEgressScheduled.d.ts +8 -8
- package/dist/150/swapping/swapAmountConfiscated.d.cts +12 -12
- package/dist/150/swapping/swapAmountConfiscated.d.ts +12 -12
- package/dist/150/swapping/swapDepositAddressReady.d.cts +25 -25
- package/dist/150/swapping/swapDepositAddressReady.d.ts +25 -25
- package/dist/150/swapping/swapEgressIgnored.d.cts +24 -24
- package/dist/150/swapping/swapEgressIgnored.d.ts +24 -24
- package/dist/150/swapping/swapEgressScheduled.d.cts +8 -8
- package/dist/150/swapping/swapEgressScheduled.d.ts +8 -8
- package/dist/150/swapping/swapExecuted.d.cts +94 -94
- package/dist/150/swapping/swapExecuted.d.ts +94 -94
- package/dist/150/swapping/swapScheduled.d.cts +103 -103
- package/dist/150/swapping/swapScheduled.d.ts +103 -103
- package/dist/150/swapping/withdrawalRequested.d.cts +10 -10
- package/dist/150/swapping/withdrawalRequested.d.ts +10 -10
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/160/ethereumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/160/ethereumIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/160/ethereumIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/160/ethereumIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/160/liquidityProvider/assetTransferred.d.cts +3 -3
- package/dist/160/liquidityProvider/assetTransferred.d.ts +3 -3
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.cts +2 -2
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.ts +2 -2
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/160/polkadotIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/160/polkadotIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/160/polkadotIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/160/polkadotIngressEgress/depositFinalised.d.ts +6 -6
- package/dist/160/solanaBroadcaster/transactionFeeDeficitRecorded.d.cts +2 -2
- package/dist/160/solanaBroadcaster/transactionFeeDeficitRecorded.d.ts +2 -2
- package/dist/160/swapping/batchSwapFailed.d.cts +8 -8
- package/dist/160/swapping/batchSwapFailed.d.ts +8 -8
- package/dist/160/swapping/ccmFailed.d.cts +14 -14
- package/dist/160/swapping/ccmFailed.d.ts +14 -14
- package/dist/160/swapping/maximumSwapAmountSet.d.cts +6 -6
- package/dist/160/swapping/maximumSwapAmountSet.d.ts +6 -6
- package/dist/160/swapping/refundEgressIgnored.d.cts +12 -12
- package/dist/160/swapping/refundEgressIgnored.d.ts +12 -12
- package/dist/160/swapping/refundEgressScheduled.d.cts +8 -8
- package/dist/160/swapping/refundEgressScheduled.d.ts +8 -8
- package/dist/160/swapping/swapAmountConfiscated.d.cts +7 -7
- package/dist/160/swapping/swapAmountConfiscated.d.ts +7 -7
- package/dist/160/swapping/swapDepositAddressReady.d.cts +31 -31
- package/dist/160/swapping/swapDepositAddressReady.d.ts +31 -31
- package/dist/160/swapping/swapEgressIgnored.d.cts +12 -12
- package/dist/160/swapping/swapEgressIgnored.d.ts +12 -12
- package/dist/160/swapping/swapEgressScheduled.d.cts +8 -8
- package/dist/160/swapping/swapEgressScheduled.d.ts +8 -8
- package/dist/160/swapping/swapExecuted.d.cts +12 -12
- package/dist/160/swapping/swapExecuted.d.ts +12 -12
- package/dist/160/swapping/swapRequested.d.cts +40 -40
- package/dist/160/swapping/swapRequested.d.ts +40 -40
- package/dist/160/swapping/withdrawalRequested.d.cts +10 -10
- package/dist/160/swapping/withdrawalRequested.d.ts +10 -10
- package/dist/170/arbitrumIngressEgress/transactionRejectedByBroker.d.cts +2 -2
- package/dist/170/arbitrumIngressEgress/transactionRejectedByBroker.d.ts +2 -2
- package/dist/170/bitcoinIngressEgress/boostedDepositLost.d.cts +2 -2
- package/dist/170/bitcoinIngressEgress/boostedDepositLost.d.ts +2 -2
- package/dist/170/bitcoinIngressEgress/ccmFailed.d.cts +37 -37
- package/dist/170/bitcoinIngressEgress/ccmFailed.d.ts +37 -37
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.cts +30 -30
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.ts +30 -30
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.cts +30 -30
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.ts +30 -30
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.cts +30 -30
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.ts +30 -30
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.cts +56 -56
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.ts +56 -56
- package/dist/170/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
- package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.cts +4 -4
- package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.ts +4 -4
- package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.cts +4 -4
- package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.ts +4 -4
- package/dist/170/ethereumIngressEgress/boostedDepositLost.d.cts +2 -2
- package/dist/170/ethereumIngressEgress/boostedDepositLost.d.ts +2 -2
- package/dist/170/ethereumIngressEgress/ccmFailed.d.cts +37 -37
- package/dist/170/ethereumIngressEgress/ccmFailed.d.ts +37 -37
- package/dist/170/ethereumIngressEgress/depositIgnored.d.cts +6 -6
- package/dist/170/ethereumIngressEgress/depositIgnored.d.ts +6 -6
- package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
- package/dist/170/reputation/offencePenalty.d.cts +6 -6
- package/dist/170/reputation/offencePenalty.d.ts +6 -6
- package/dist/170/reputation/penaltyUpdated.d.cts +4 -4
- package/dist/170/reputation/penaltyUpdated.d.ts +4 -4
- package/dist/170/solanaIngressEgress/boostedDepositLost.d.cts +2 -2
- package/dist/170/solanaIngressEgress/boostedDepositLost.d.ts +2 -2
- package/dist/170/solanaIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/170/solanaIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.cts +6 -6
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.ts +6 -6
- package/dist/180/arbitrumIngressEgress/depositFailed.d.cts +179 -179
- package/dist/180/arbitrumIngressEgress/depositFailed.d.ts +179 -179
- package/dist/180/arbitrumIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/180/arbitrumIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +57 -57
- package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.cts +68 -68
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.ts +68 -68
- package/dist/180/polkadotIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/180/polkadotIngressEgress/depositBoosted.d.ts +4 -4
- package/dist/180/polkadotIngressEgress/depositFailed.d.cts +185 -185
- package/dist/180/polkadotIngressEgress/depositFailed.d.ts +185 -185
- package/dist/180/polkadotIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/180/polkadotIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +64 -64
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +64 -64
- package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/180/solanaIngressEgress/depositBoosted.d.cts +6 -6
- package/dist/180/solanaIngressEgress/depositBoosted.d.ts +6 -6
- package/dist/180/solanaIngressEgress/depositFailed.d.cts +167 -167
- package/dist/180/solanaIngressEgress/depositFailed.d.ts +167 -167
- package/dist/180/solanaIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/180/solanaIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +57 -57
- package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
- package/dist/180/swapping/privateBrokerChannelClosed.d.cts +2 -2
- package/dist/180/swapping/privateBrokerChannelClosed.d.ts +2 -2
- package/dist/180/swapping/privateBrokerChannelOpened.d.cts +2 -2
- package/dist/180/swapping/privateBrokerChannelOpened.d.ts +2 -2
- package/dist/180/swapping/swapDepositAddressReady.d.cts +2 -2
- package/dist/180/swapping/swapDepositAddressReady.d.ts +2 -2
- package/dist/180/swapping/swapRequested.d.cts +4 -4
- package/dist/180/swapping/swapRequested.d.ts +4 -4
- package/dist/190/arbitrumIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/190/arbitrumIngressEgress/ccmBroadcastRequested.d.ts +2 -2
- package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.cts +24 -24
- package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.ts +24 -24
- package/dist/190/arbitrumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/190/arbitrumIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/190/arbitrumIngressEgress/depositFailed.d.cts +10 -10
- package/dist/190/arbitrumIngressEgress/depositFailed.d.ts +10 -10
- package/dist/190/arbitrumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/190/arbitrumIngressEgress/depositFinalised.d.ts +8 -8
- package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +20 -20
- package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +20 -20
- package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.ts +2 -2
- package/dist/190/assetBalances/accountCredited.d.cts +6 -6
- package/dist/190/assetBalances/accountCredited.d.ts +6 -6
- package/dist/190/assetBalances/accountDebited.d.cts +6 -6
- package/dist/190/assetBalances/accountDebited.d.ts +6 -6
- package/dist/190/assetBalances/refundScheduled.d.cts +2 -2
- package/dist/190/assetBalances/refundScheduled.d.ts +2 -2
- package/dist/190/assethubBroadcaster/broadcastCallbackExecuted.d.cts +28 -28
- package/dist/190/assethubBroadcaster/broadcastCallbackExecuted.d.ts +28 -28
- package/dist/190/assethubIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/190/assethubIngressEgress/ccmBroadcastRequested.d.ts +2 -2
- package/dist/190/assethubIngressEgress/ccmEgressInvalid.d.cts +50 -50
- package/dist/190/assethubIngressEgress/ccmEgressInvalid.d.ts +50 -50
- package/dist/190/assethubIngressEgress/depositFailed.d.cts +170 -170
- package/dist/190/assethubIngressEgress/depositFailed.d.ts +170 -170
- package/dist/190/assethubIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/190/assethubIngressEgress/depositFetchesScheduled.d.ts +2 -2
- package/dist/190/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/190/assethubIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
- package/dist/190/assethubIngressEgress/transactionRejectedByBroker.d.cts +2 -2
- package/dist/190/assethubIngressEgress/transactionRejectedByBroker.d.ts +2 -2
- package/dist/190/assethubIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/190/assethubIngressEgress/transferFallbackRequested.d.ts +2 -2
- package/dist/190/environment/runtimeSafeModeUpdated.d.cts +40 -40
- package/dist/190/environment/runtimeSafeModeUpdated.d.ts +40 -40
- package/dist/190/liquidityPools/limitOrderUpdated.d.cts +12 -12
- package/dist/190/liquidityPools/limitOrderUpdated.d.ts +12 -12
- package/dist/190/liquidityPools/orderDeletionFailed.d.cts +8 -8
- package/dist/190/liquidityPools/orderDeletionFailed.d.ts +8 -8
- package/dist/190/liquidityPools/rangeOrderUpdated.d.cts +12 -12
- package/dist/190/liquidityPools/rangeOrderUpdated.d.ts +12 -12
- package/dist/190/liquidityProvider/assetTransferred.d.cts +6 -6
- package/dist/190/liquidityProvider/assetTransferred.d.ts +6 -6
- package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.cts +18 -18
- package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.ts +18 -18
- package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.cts +2 -2
- package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.ts +2 -2
- package/dist/190/liquidityProvider/withdrawalEgressScheduled.d.cts +10 -10
- package/dist/190/liquidityProvider/withdrawalEgressScheduled.d.ts +10 -10
- package/dist/190/polkadotIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/190/polkadotIngressEgress/ccmBroadcastRequested.d.ts +2 -2
- package/dist/190/polkadotIngressEgress/ccmEgressInvalid.d.cts +20 -20
- package/dist/190/polkadotIngressEgress/ccmEgressInvalid.d.ts +20 -20
- package/dist/190/polkadotIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/190/polkadotIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/190/polkadotIngressEgress/depositFailed.d.cts +10 -10
- package/dist/190/polkadotIngressEgress/depositFailed.d.ts +10 -10
- package/dist/190/polkadotIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/190/polkadotIngressEgress/depositFinalised.d.ts +8 -8
- package/dist/190/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +20 -20
- package/dist/190/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +20 -20
- package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.ts +2 -2
- package/dist/190/reputation/offencePenalty.d.cts +6 -6
- package/dist/190/reputation/offencePenalty.d.ts +6 -6
- package/dist/190/reputation/penaltyUpdated.d.cts +4 -4
- package/dist/190/reputation/penaltyUpdated.d.ts +4 -4
- package/dist/190/solanaIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/190/solanaIngressEgress/ccmBroadcastRequested.d.ts +2 -2
- package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.cts +50 -50
- package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.ts +50 -50
- package/dist/190/solanaIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/190/solanaIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/190/solanaIngressEgress/depositFailed.d.cts +172 -172
- package/dist/190/solanaIngressEgress/depositFailed.d.ts +172 -172
- package/dist/190/solanaIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/190/solanaIngressEgress/depositFinalised.d.ts +6 -6
- package/dist/190/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/190/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
- package/dist/190/solanaIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/190/solanaIngressEgress/transferFallbackRequested.d.ts +2 -2
- package/dist/190/tradingStrategy/fundsAddedToStrategy.d.cts +2 -2
- package/dist/190/tradingStrategy/fundsAddedToStrategy.d.ts +2 -2
- package/dist/190/tradingStrategy/strategyDeployed.d.cts +2 -2
- package/dist/190/tradingStrategy/strategyDeployed.d.ts +2 -2
- package/dist/Processor.d.cts +1 -5
- package/dist/Processor.d.ts +1 -5
- package/package.json +2 -2
|
@@ -183,18 +183,18 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
183
183
|
value: z.ZodEffects<z.ZodObject<{
|
|
184
184
|
__kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
|
|
185
185
|
}, "strip", z.ZodTypeAny, {
|
|
186
|
-
__kind: "
|
|
186
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
187
187
|
}, {
|
|
188
|
-
__kind: "
|
|
189
|
-
}>, "
|
|
190
|
-
__kind: "
|
|
188
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
189
|
+
}>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
|
|
190
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
191
191
|
}>;
|
|
192
192
|
}, "strip", z.ZodTypeAny, {
|
|
193
|
-
value: "
|
|
193
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
194
194
|
__kind: "Token";
|
|
195
195
|
}, {
|
|
196
196
|
value: {
|
|
197
|
-
__kind: "
|
|
197
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
198
198
|
};
|
|
199
199
|
__kind: "Token";
|
|
200
200
|
}>, z.ZodObject<{
|
|
@@ -280,7 +280,7 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
280
280
|
} | {
|
|
281
281
|
__kind: "TooManyConsumers";
|
|
282
282
|
} | {
|
|
283
|
-
value: "
|
|
283
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
284
284
|
__kind: "Token";
|
|
285
285
|
} | {
|
|
286
286
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
@@ -319,7 +319,7 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
319
319
|
__kind: "TooManyConsumers";
|
|
320
320
|
} | {
|
|
321
321
|
value: {
|
|
322
|
-
__kind: "
|
|
322
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
323
323
|
};
|
|
324
324
|
__kind: "Token";
|
|
325
325
|
} | {
|
|
@@ -397,7 +397,7 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
397
397
|
} | {
|
|
398
398
|
__kind: "TooManyConsumers";
|
|
399
399
|
} | {
|
|
400
|
-
value: "
|
|
400
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
401
401
|
__kind: "Token";
|
|
402
402
|
} | {
|
|
403
403
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
@@ -468,7 +468,7 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
468
468
|
__kind: "TooManyConsumers";
|
|
469
469
|
} | {
|
|
470
470
|
value: {
|
|
471
|
-
__kind: "
|
|
471
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
472
472
|
};
|
|
473
473
|
__kind: "Token";
|
|
474
474
|
} | {
|
|
@@ -564,18 +564,18 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
564
564
|
value: z.ZodEffects<z.ZodObject<{
|
|
565
565
|
__kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
|
|
566
566
|
}, "strip", z.ZodTypeAny, {
|
|
567
|
-
__kind: "
|
|
567
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
568
568
|
}, {
|
|
569
|
-
__kind: "
|
|
570
|
-
}>, "
|
|
571
|
-
__kind: "
|
|
569
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
570
|
+
}>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
|
|
571
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
572
572
|
}>;
|
|
573
573
|
}, "strip", z.ZodTypeAny, {
|
|
574
|
-
value: "
|
|
574
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
575
575
|
__kind: "Token";
|
|
576
576
|
}, {
|
|
577
577
|
value: {
|
|
578
|
-
__kind: "
|
|
578
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
579
579
|
};
|
|
580
580
|
__kind: "Token";
|
|
581
581
|
}>, z.ZodObject<{
|
|
@@ -661,7 +661,7 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
661
661
|
} | {
|
|
662
662
|
__kind: "TooManyConsumers";
|
|
663
663
|
} | {
|
|
664
|
-
value: "
|
|
664
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
665
665
|
__kind: "Token";
|
|
666
666
|
} | {
|
|
667
667
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
@@ -700,7 +700,7 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
700
700
|
__kind: "TooManyConsumers";
|
|
701
701
|
} | {
|
|
702
702
|
value: {
|
|
703
|
-
__kind: "
|
|
703
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
704
704
|
};
|
|
705
705
|
__kind: "Token";
|
|
706
706
|
} | {
|
|
@@ -777,7 +777,7 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
777
777
|
} | {
|
|
778
778
|
__kind: "TooManyConsumers";
|
|
779
779
|
} | {
|
|
780
|
-
value: "
|
|
780
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
781
781
|
__kind: "Token";
|
|
782
782
|
} | {
|
|
783
783
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
@@ -821,7 +821,7 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
821
821
|
} | {
|
|
822
822
|
__kind: "TooManyConsumers";
|
|
823
823
|
} | {
|
|
824
|
-
value: "
|
|
824
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
825
825
|
__kind: "Token";
|
|
826
826
|
} | {
|
|
827
827
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
@@ -898,7 +898,7 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
898
898
|
__kind: "TooManyConsumers";
|
|
899
899
|
} | {
|
|
900
900
|
value: {
|
|
901
|
-
__kind: "
|
|
901
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
902
902
|
};
|
|
903
903
|
__kind: "Token";
|
|
904
904
|
} | {
|
|
@@ -948,7 +948,7 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
948
948
|
__kind: "TooManyConsumers";
|
|
949
949
|
} | {
|
|
950
950
|
value: {
|
|
951
|
-
__kind: "
|
|
951
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
952
952
|
};
|
|
953
953
|
__kind: "Token";
|
|
954
954
|
} | {
|
|
@@ -183,18 +183,18 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
183
183
|
value: z.ZodEffects<z.ZodObject<{
|
|
184
184
|
__kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
|
|
185
185
|
}, "strip", z.ZodTypeAny, {
|
|
186
|
-
__kind: "
|
|
186
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
187
187
|
}, {
|
|
188
|
-
__kind: "
|
|
189
|
-
}>, "
|
|
190
|
-
__kind: "
|
|
188
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
189
|
+
}>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
|
|
190
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
191
191
|
}>;
|
|
192
192
|
}, "strip", z.ZodTypeAny, {
|
|
193
|
-
value: "
|
|
193
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
194
194
|
__kind: "Token";
|
|
195
195
|
}, {
|
|
196
196
|
value: {
|
|
197
|
-
__kind: "
|
|
197
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
198
198
|
};
|
|
199
199
|
__kind: "Token";
|
|
200
200
|
}>, z.ZodObject<{
|
|
@@ -280,7 +280,7 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
280
280
|
} | {
|
|
281
281
|
__kind: "TooManyConsumers";
|
|
282
282
|
} | {
|
|
283
|
-
value: "
|
|
283
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
284
284
|
__kind: "Token";
|
|
285
285
|
} | {
|
|
286
286
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
@@ -319,7 +319,7 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
319
319
|
__kind: "TooManyConsumers";
|
|
320
320
|
} | {
|
|
321
321
|
value: {
|
|
322
|
-
__kind: "
|
|
322
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
323
323
|
};
|
|
324
324
|
__kind: "Token";
|
|
325
325
|
} | {
|
|
@@ -397,7 +397,7 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
397
397
|
} | {
|
|
398
398
|
__kind: "TooManyConsumers";
|
|
399
399
|
} | {
|
|
400
|
-
value: "
|
|
400
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
401
401
|
__kind: "Token";
|
|
402
402
|
} | {
|
|
403
403
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
@@ -468,7 +468,7 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
468
468
|
__kind: "TooManyConsumers";
|
|
469
469
|
} | {
|
|
470
470
|
value: {
|
|
471
|
-
__kind: "
|
|
471
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
472
472
|
};
|
|
473
473
|
__kind: "Token";
|
|
474
474
|
} | {
|
|
@@ -564,18 +564,18 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
564
564
|
value: z.ZodEffects<z.ZodObject<{
|
|
565
565
|
__kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
|
|
566
566
|
}, "strip", z.ZodTypeAny, {
|
|
567
|
-
__kind: "
|
|
567
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
568
568
|
}, {
|
|
569
|
-
__kind: "
|
|
570
|
-
}>, "
|
|
571
|
-
__kind: "
|
|
569
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
570
|
+
}>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
|
|
571
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
572
572
|
}>;
|
|
573
573
|
}, "strip", z.ZodTypeAny, {
|
|
574
|
-
value: "
|
|
574
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
575
575
|
__kind: "Token";
|
|
576
576
|
}, {
|
|
577
577
|
value: {
|
|
578
|
-
__kind: "
|
|
578
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
579
579
|
};
|
|
580
580
|
__kind: "Token";
|
|
581
581
|
}>, z.ZodObject<{
|
|
@@ -661,7 +661,7 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
661
661
|
} | {
|
|
662
662
|
__kind: "TooManyConsumers";
|
|
663
663
|
} | {
|
|
664
|
-
value: "
|
|
664
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
665
665
|
__kind: "Token";
|
|
666
666
|
} | {
|
|
667
667
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
@@ -700,7 +700,7 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
700
700
|
__kind: "TooManyConsumers";
|
|
701
701
|
} | {
|
|
702
702
|
value: {
|
|
703
|
-
__kind: "
|
|
703
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
704
704
|
};
|
|
705
705
|
__kind: "Token";
|
|
706
706
|
} | {
|
|
@@ -777,7 +777,7 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
777
777
|
} | {
|
|
778
778
|
__kind: "TooManyConsumers";
|
|
779
779
|
} | {
|
|
780
|
-
value: "
|
|
780
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
781
781
|
__kind: "Token";
|
|
782
782
|
} | {
|
|
783
783
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
@@ -821,7 +821,7 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
821
821
|
} | {
|
|
822
822
|
__kind: "TooManyConsumers";
|
|
823
823
|
} | {
|
|
824
|
-
value: "
|
|
824
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
825
825
|
__kind: "Token";
|
|
826
826
|
} | {
|
|
827
827
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
@@ -898,7 +898,7 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
898
898
|
__kind: "TooManyConsumers";
|
|
899
899
|
} | {
|
|
900
900
|
value: {
|
|
901
|
-
__kind: "
|
|
901
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
902
902
|
};
|
|
903
903
|
__kind: "Token";
|
|
904
904
|
} | {
|
|
@@ -948,7 +948,7 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
948
948
|
__kind: "TooManyConsumers";
|
|
949
949
|
} | {
|
|
950
950
|
value: {
|
|
951
|
-
__kind: "
|
|
951
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
952
952
|
};
|
|
953
953
|
__kind: "Token";
|
|
954
954
|
} | {
|
|
@@ -312,20 +312,20 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
312
312
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
313
313
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
314
314
|
}, "strip", z.ZodTypeAny, {
|
|
315
|
-
__kind: "
|
|
315
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
316
316
|
}, {
|
|
317
|
-
__kind: "
|
|
318
|
-
}>, "
|
|
319
|
-
__kind: "
|
|
317
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
318
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
|
|
319
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
320
320
|
}>;
|
|
321
321
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
322
322
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
323
323
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
324
324
|
}, "strip", z.ZodTypeAny, {
|
|
325
|
-
__kind: "
|
|
325
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
326
326
|
value: `0x${string}`;
|
|
327
327
|
}, {
|
|
328
|
-
__kind: "
|
|
328
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
329
329
|
value: string;
|
|
330
330
|
}>, {
|
|
331
331
|
readonly chain: "Ethereum";
|
|
@@ -346,7 +346,7 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
346
346
|
readonly chain: "Assethub";
|
|
347
347
|
readonly address: string;
|
|
348
348
|
}, {
|
|
349
|
-
__kind: "
|
|
349
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
350
350
|
value: string;
|
|
351
351
|
}>;
|
|
352
352
|
depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
@@ -651,12 +651,12 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
651
651
|
minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
652
652
|
}, "strip", z.ZodTypeAny, {
|
|
653
653
|
retryDuration: number;
|
|
654
|
-
refundAddress: `0x${string}`;
|
|
655
654
|
minPrice: bigint;
|
|
655
|
+
refundAddress: `0x${string}`;
|
|
656
656
|
}, {
|
|
657
657
|
retryDuration: number;
|
|
658
|
-
refundAddress: string;
|
|
659
658
|
minPrice: string | number;
|
|
659
|
+
refundAddress: string;
|
|
660
660
|
}>;
|
|
661
661
|
dcaParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
662
662
|
numberOfChunks: z.ZodNumber;
|
|
@@ -670,10 +670,14 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
670
670
|
}>>>;
|
|
671
671
|
boostFee: z.ZodNumber;
|
|
672
672
|
}, "strip", z.ZodTypeAny, {
|
|
673
|
+
txId: {
|
|
674
|
+
blockNumber: number;
|
|
675
|
+
extrinsicIndex: number;
|
|
676
|
+
};
|
|
673
677
|
depositDetails: number;
|
|
674
678
|
inputAsset: "Dot";
|
|
675
679
|
depositAmount: bigint;
|
|
676
|
-
outputAsset: "
|
|
680
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
677
681
|
destinationAddress: {
|
|
678
682
|
readonly chain: "Ethereum";
|
|
679
683
|
readonly address: `0x${string}`;
|
|
@@ -693,18 +697,14 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
693
697
|
readonly chain: "Assethub";
|
|
694
698
|
readonly address: string;
|
|
695
699
|
};
|
|
696
|
-
txId: {
|
|
697
|
-
blockNumber: number;
|
|
698
|
-
extrinsicIndex: number;
|
|
699
|
-
};
|
|
700
700
|
affiliateFees: {
|
|
701
701
|
account: number;
|
|
702
702
|
bps: number;
|
|
703
703
|
}[];
|
|
704
704
|
refundParams: {
|
|
705
705
|
retryDuration: number;
|
|
706
|
-
refundAddress: `0x${string}`;
|
|
707
706
|
minPrice: bigint;
|
|
707
|
+
refundAddress: `0x${string}`;
|
|
708
708
|
};
|
|
709
709
|
boostFee: number;
|
|
710
710
|
depositAddress?: `0x${string}` | null | undefined;
|
|
@@ -764,30 +764,30 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
764
764
|
chunkInterval: number;
|
|
765
765
|
} | null | undefined;
|
|
766
766
|
}, {
|
|
767
|
+
txId: {
|
|
768
|
+
blockNumber: number;
|
|
769
|
+
extrinsicIndex: number;
|
|
770
|
+
};
|
|
767
771
|
depositDetails: number;
|
|
768
772
|
inputAsset: {
|
|
769
773
|
__kind: "Dot";
|
|
770
774
|
};
|
|
771
775
|
depositAmount: string | number;
|
|
772
776
|
outputAsset: {
|
|
773
|
-
__kind: "
|
|
777
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
774
778
|
};
|
|
775
779
|
destinationAddress: {
|
|
776
|
-
__kind: "
|
|
780
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
777
781
|
value: string;
|
|
778
782
|
};
|
|
779
|
-
txId: {
|
|
780
|
-
blockNumber: number;
|
|
781
|
-
extrinsicIndex: number;
|
|
782
|
-
};
|
|
783
783
|
affiliateFees: {
|
|
784
784
|
account: number;
|
|
785
785
|
bps: number;
|
|
786
786
|
}[];
|
|
787
787
|
refundParams: {
|
|
788
788
|
retryDuration: number;
|
|
789
|
-
refundAddress: string;
|
|
790
789
|
minPrice: string | number;
|
|
790
|
+
refundAddress: string;
|
|
791
791
|
};
|
|
792
792
|
boostFee: number;
|
|
793
793
|
depositAddress?: string | null | undefined;
|
|
@@ -852,10 +852,14 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
852
852
|
}, "strip", z.ZodTypeAny, {
|
|
853
853
|
__kind: "DepositFailedVaultVariantPolkadot";
|
|
854
854
|
vaultWitness: {
|
|
855
|
+
txId: {
|
|
856
|
+
blockNumber: number;
|
|
857
|
+
extrinsicIndex: number;
|
|
858
|
+
};
|
|
855
859
|
depositDetails: number;
|
|
856
860
|
inputAsset: "Dot";
|
|
857
861
|
depositAmount: bigint;
|
|
858
|
-
outputAsset: "
|
|
862
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
859
863
|
destinationAddress: {
|
|
860
864
|
readonly chain: "Ethereum";
|
|
861
865
|
readonly address: `0x${string}`;
|
|
@@ -875,18 +879,14 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
875
879
|
readonly chain: "Assethub";
|
|
876
880
|
readonly address: string;
|
|
877
881
|
};
|
|
878
|
-
txId: {
|
|
879
|
-
blockNumber: number;
|
|
880
|
-
extrinsicIndex: number;
|
|
881
|
-
};
|
|
882
882
|
affiliateFees: {
|
|
883
883
|
account: number;
|
|
884
884
|
bps: number;
|
|
885
885
|
}[];
|
|
886
886
|
refundParams: {
|
|
887
887
|
retryDuration: number;
|
|
888
|
-
refundAddress: `0x${string}`;
|
|
889
888
|
minPrice: bigint;
|
|
889
|
+
refundAddress: `0x${string}`;
|
|
890
890
|
};
|
|
891
891
|
boostFee: number;
|
|
892
892
|
depositAddress?: `0x${string}` | null | undefined;
|
|
@@ -949,30 +949,30 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
949
949
|
}, {
|
|
950
950
|
__kind: "DepositFailedVaultVariantPolkadot";
|
|
951
951
|
vaultWitness: {
|
|
952
|
+
txId: {
|
|
953
|
+
blockNumber: number;
|
|
954
|
+
extrinsicIndex: number;
|
|
955
|
+
};
|
|
952
956
|
depositDetails: number;
|
|
953
957
|
inputAsset: {
|
|
954
958
|
__kind: "Dot";
|
|
955
959
|
};
|
|
956
960
|
depositAmount: string | number;
|
|
957
961
|
outputAsset: {
|
|
958
|
-
__kind: "
|
|
962
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
959
963
|
};
|
|
960
964
|
destinationAddress: {
|
|
961
|
-
__kind: "
|
|
965
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
962
966
|
value: string;
|
|
963
967
|
};
|
|
964
|
-
txId: {
|
|
965
|
-
blockNumber: number;
|
|
966
|
-
extrinsicIndex: number;
|
|
967
|
-
};
|
|
968
968
|
affiliateFees: {
|
|
969
969
|
account: number;
|
|
970
970
|
bps: number;
|
|
971
971
|
}[];
|
|
972
972
|
refundParams: {
|
|
973
973
|
retryDuration: number;
|
|
974
|
-
refundAddress: string;
|
|
975
974
|
minPrice: string | number;
|
|
975
|
+
refundAddress: string;
|
|
976
976
|
};
|
|
977
977
|
boostFee: number;
|
|
978
978
|
depositAddress?: string | null | undefined;
|
|
@@ -1093,10 +1093,14 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1093
1093
|
} | {
|
|
1094
1094
|
__kind: "DepositFailedVaultVariantPolkadot";
|
|
1095
1095
|
vaultWitness: {
|
|
1096
|
+
txId: {
|
|
1097
|
+
blockNumber: number;
|
|
1098
|
+
extrinsicIndex: number;
|
|
1099
|
+
};
|
|
1096
1100
|
depositDetails: number;
|
|
1097
1101
|
inputAsset: "Dot";
|
|
1098
1102
|
depositAmount: bigint;
|
|
1099
|
-
outputAsset: "
|
|
1103
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
1100
1104
|
destinationAddress: {
|
|
1101
1105
|
readonly chain: "Ethereum";
|
|
1102
1106
|
readonly address: `0x${string}`;
|
|
@@ -1116,18 +1120,14 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1116
1120
|
readonly chain: "Assethub";
|
|
1117
1121
|
readonly address: string;
|
|
1118
1122
|
};
|
|
1119
|
-
txId: {
|
|
1120
|
-
blockNumber: number;
|
|
1121
|
-
extrinsicIndex: number;
|
|
1122
|
-
};
|
|
1123
1123
|
affiliateFees: {
|
|
1124
1124
|
account: number;
|
|
1125
1125
|
bps: number;
|
|
1126
1126
|
}[];
|
|
1127
1127
|
refundParams: {
|
|
1128
1128
|
retryDuration: number;
|
|
1129
|
-
refundAddress: `0x${string}`;
|
|
1130
1129
|
minPrice: bigint;
|
|
1130
|
+
refundAddress: `0x${string}`;
|
|
1131
1131
|
};
|
|
1132
1132
|
boostFee: number;
|
|
1133
1133
|
depositAddress?: `0x${string}` | null | undefined;
|
|
@@ -1254,30 +1254,30 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1254
1254
|
} | {
|
|
1255
1255
|
__kind: "DepositFailedVaultVariantPolkadot";
|
|
1256
1256
|
vaultWitness: {
|
|
1257
|
+
txId: {
|
|
1258
|
+
blockNumber: number;
|
|
1259
|
+
extrinsicIndex: number;
|
|
1260
|
+
};
|
|
1257
1261
|
depositDetails: number;
|
|
1258
1262
|
inputAsset: {
|
|
1259
1263
|
__kind: "Dot";
|
|
1260
1264
|
};
|
|
1261
1265
|
depositAmount: string | number;
|
|
1262
1266
|
outputAsset: {
|
|
1263
|
-
__kind: "
|
|
1267
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
1264
1268
|
};
|
|
1265
1269
|
destinationAddress: {
|
|
1266
|
-
__kind: "
|
|
1270
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1267
1271
|
value: string;
|
|
1268
1272
|
};
|
|
1269
|
-
txId: {
|
|
1270
|
-
blockNumber: number;
|
|
1271
|
-
extrinsicIndex: number;
|
|
1272
|
-
};
|
|
1273
1273
|
affiliateFees: {
|
|
1274
1274
|
account: number;
|
|
1275
1275
|
bps: number;
|
|
1276
1276
|
}[];
|
|
1277
1277
|
refundParams: {
|
|
1278
1278
|
retryDuration: number;
|
|
1279
|
-
refundAddress: string;
|
|
1280
1279
|
minPrice: string | number;
|
|
1280
|
+
refundAddress: string;
|
|
1281
1281
|
};
|
|
1282
1282
|
boostFee: number;
|
|
1283
1283
|
depositAddress?: string | null | undefined;
|