@chainflip/processor 1.11.3 → 1.11.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.ts +2 -2
- package/dist/100/environment/runtimeSafeModeUpdated.d.cts +40 -40
- package/dist/100/environment/runtimeSafeModeUpdated.d.ts +40 -40
- package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.d.cts +28 -28
- package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.d.ts +28 -28
- package/dist/100/ethereumIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/100/ethereumIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/100/ethereumIngressEgress/depositReceived.d.cts +2 -2
- package/dist/100/ethereumIngressEgress/depositReceived.d.ts +2 -2
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.cts +4 -4
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.ts +4 -4
- package/dist/100/swapping/batchSwapFailed.d.cts +8 -8
- package/dist/100/swapping/batchSwapFailed.d.ts +8 -8
- package/dist/100/swapping/ccmDepositReceived.d.cts +62 -62
- package/dist/100/swapping/ccmDepositReceived.d.ts +62 -62
- package/dist/100/swapping/ccmFailed.d.cts +62 -62
- package/dist/100/swapping/ccmFailed.d.ts +62 -62
- package/dist/100/swapping/minimumSwapAmountSet.d.cts +6 -6
- package/dist/100/swapping/minimumSwapAmountSet.d.ts +6 -6
- package/dist/100/swapping/swapAmountTooLow.d.cts +19 -19
- package/dist/100/swapping/swapAmountTooLow.d.ts +19 -19
- package/dist/100/swapping/swapDepositAddressReady.d.cts +26 -26
- package/dist/100/swapping/swapDepositAddressReady.d.ts +26 -26
- package/dist/100/swapping/swapEgressScheduled.d.cts +6 -6
- package/dist/100/swapping/swapEgressScheduled.d.ts +6 -6
- package/dist/100/swapping/swapExecuted.d.cts +12 -12
- package/dist/100/swapping/swapExecuted.d.ts +12 -12
- package/dist/100/swapping/swapScheduled.d.cts +91 -91
- package/dist/100/swapping/swapScheduled.d.ts +91 -91
- package/dist/100/swapping/withdrawalRequested.d.cts +4 -4
- package/dist/100/swapping/withdrawalRequested.d.ts +4 -4
- package/dist/100/witnesser/witnessExecutionFailed.d.cts +18 -18
- package/dist/100/witnesser/witnessExecutionFailed.d.ts +18 -18
- 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/environment/runtimeSafeModeUpdated.d.cts +28 -28
- package/dist/11000/environment/runtimeSafeModeUpdated.d.ts +28 -28
- package/dist/11000/lendingPools/boostFundsAdded.d.cts +4 -4
- package/dist/11000/lendingPools/boostFundsAdded.d.ts +4 -4
- package/dist/11000/lendingPools/stoppedBoosting.d.cts +2 -2
- package/dist/11000/lendingPools/stoppedBoosting.d.ts +2 -2
- package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.cts +107 -107
- package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.ts +107 -107
- package/dist/11000/polkadotIngressEgress/depositFailed.d.cts +203 -203
- package/dist/11000/polkadotIngressEgress/depositFailed.d.ts +203 -203
- package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +103 -103
- package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +103 -103
- 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 +12 -12
- package/dist/11000/swapping/refundEgressScheduled.d.ts +12 -12
- package/dist/11000/swapping/refundedOnChain.d.cts +8 -8
- package/dist/11000/swapping/refundedOnChain.d.ts +8 -8
- package/dist/11000/swapping/swapDepositAddressReady.d.cts +42 -42
- package/dist/11000/swapping/swapDepositAddressReady.d.ts +42 -42
- package/dist/11000/swapping/swapRequested.d.cts +44 -44
- package/dist/11000/swapping/swapRequested.d.ts +44 -44
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.cts +2 -2
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.ts +2 -2
- package/dist/11100/assethubIngressEgress/depositFailed.d.cts +30 -30
- package/dist/11100/assethubIngressEgress/depositFailed.d.ts +30 -30
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.cts +296 -296
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.ts +296 -296
- package/dist/120/emissions/backupRewardsDistributed.d.cts +2 -2
- package/dist/120/emissions/backupRewardsDistributed.d.ts +2 -2
- package/dist/120/emissions/flipBurnSkipped.d.cts +16 -16
- package/dist/120/emissions/flipBurnSkipped.d.ts +16 -16
- package/dist/120/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
- package/dist/120/liquidityProvider/liquidityDepositCredited.d.ts +2 -2
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.cts +4 -4
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.ts +4 -4
- 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/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +2 -2
- package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.ts +2 -2
- package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.ts +2 -2
- package/dist/131/ethereumIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/131/ethereumIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/131/ethereumIngressEgress/depositReceived.d.cts +2 -2
- package/dist/131/ethereumIngressEgress/depositReceived.d.ts +2 -2
- package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.cts +20 -20
- package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.ts +20 -20
- package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
- package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
- 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/131/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
- package/dist/131/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.ts +16 -16
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.ts +4 -4
- package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.ts +2 -2
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.ts +4 -4
- package/dist/141/arbitrumIngressEgress/depositIgnored.d.cts +3 -3
- package/dist/141/arbitrumIngressEgress/depositIgnored.d.ts +3 -3
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.cts +22 -22
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.ts +22 -22
- package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
- package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
- package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
- package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
- package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.ts +4 -4
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.ts +2 -2
- package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.ts +16 -16
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.cts +20 -20
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.ts +20 -20
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.cts +20 -20
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.ts +20 -20
- package/dist/141/bitcoinIngressEgress/stoppedBoosting.d.cts +2 -2
- package/dist/141/bitcoinIngressEgress/stoppedBoosting.d.ts +2 -2
- package/dist/141/ethereumIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/141/ethereumIngressEgress/boostFundsAdded.d.ts +2 -2
- package/dist/141/ethereumIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/141/ethereumIngressEgress/depositBoosted.d.ts +4 -4
- package/dist/141/ethereumIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/141/ethereumIngressEgress/depositFinalised.d.ts +4 -4
- package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
- package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
- package/dist/141/evmThresholdSigner/failureReportProcessed.d.cts +2 -2
- package/dist/141/evmThresholdSigner/failureReportProcessed.d.ts +2 -2
- package/dist/141/evmThresholdSigner/retryRequested.d.cts +2 -2
- package/dist/141/evmThresholdSigner/retryRequested.d.ts +2 -2
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.ts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.ts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.ts +2 -2
- 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/polkadotIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/141/polkadotIngressEgress/boostFundsAdded.d.ts +2 -2
- package/dist/141/polkadotIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/141/polkadotIngressEgress/depositBoosted.d.ts +4 -4
- package/dist/141/polkadotIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/141/polkadotIngressEgress/depositFinalised.d.ts +4 -4
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
- 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/ccmEgressInvalid.d.cts +16 -16
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.ts +16 -16
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.cts +6 -6
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.ts +6 -6
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.ts +4 -4
- 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 +20 -20
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.ts +20 -20
- 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/ethereumIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/150/ethereumIngressEgress/ccmBroadcastRequested.d.ts +2 -2
- package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.ts +4 -4
- package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.ts +16 -16
- package/dist/150/solanaIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/150/solanaIngressEgress/depositBoosted.d.ts +4 -4
- package/dist/150/solanaIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/150/solanaIngressEgress/depositFetchesScheduled.d.ts +2 -2
- package/dist/150/solanaIngressEgress/depositFinalised.d.cts +3 -3
- package/dist/150/solanaIngressEgress/depositFinalised.d.ts +3 -3
- package/dist/150/solanaIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/150/solanaIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/150/solanaIngressEgress/depositWitnessRejected.d.cts +20 -20
- package/dist/150/solanaIngressEgress/depositWitnessRejected.d.ts +20 -20
- package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
- package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
- package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
- package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
- package/dist/150/solanaIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/150/solanaIngressEgress/transferFallbackRequested.d.ts +2 -2
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.ts +10 -10
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.ts +6 -6
- package/dist/160/assetBalances/accountCredited.d.cts +2 -2
- package/dist/160/assetBalances/accountCredited.d.ts +2 -2
- package/dist/160/assetBalances/accountDebited.d.cts +2 -2
- package/dist/160/assetBalances/accountDebited.d.ts +2 -2
- package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.cts +28 -28
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.ts +28 -28
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.cts +26 -26
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.ts +26 -26
- package/dist/160/polkadotIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/160/polkadotIngressEgress/depositBoosted.d.ts +10 -10
- package/dist/160/polkadotIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/160/polkadotIngressEgress/depositFinalised.d.ts +6 -6
- 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/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/ccmFailed.d.cts +37 -37
- package/dist/170/ethereumIngressEgress/ccmFailed.d.ts +37 -37
- package/dist/170/ethereumIngressEgress/depositIgnored.d.cts +4 -4
- package/dist/170/ethereumIngressEgress/depositIgnored.d.ts +4 -4
- package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
- package/dist/170/ethereumIngressEgress/transactionRejectedByBroker.d.cts +2 -2
- package/dist/170/ethereumIngressEgress/transactionRejectedByBroker.d.ts +2 -2
- package/dist/170/polkadotIngressEgress/boostedDepositLost.d.cts +2 -2
- package/dist/170/polkadotIngressEgress/boostedDepositLost.d.ts +2 -2
- package/dist/170/polkadotIngressEgress/ccmFailed.d.cts +37 -37
- package/dist/170/polkadotIngressEgress/ccmFailed.d.ts +37 -37
- package/dist/170/polkadotIngressEgress/depositIgnored.d.cts +6 -6
- package/dist/170/polkadotIngressEgress/depositIgnored.d.ts +6 -6
- package/dist/170/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
- package/dist/170/solanaIngressEgress/ccmFailed.d.cts +37 -37
- package/dist/170/solanaIngressEgress/ccmFailed.d.ts +37 -37
- package/dist/170/solanaIngressEgress/depositIgnored.d.cts +4 -4
- package/dist/170/solanaIngressEgress/depositIgnored.d.ts +4 -4
- package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.cts +24 -24
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.ts +24 -24
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.ts +4 -4
- package/dist/180/bitcoinIngressEgress/depositFailed.d.cts +26 -26
- package/dist/180/bitcoinIngressEgress/depositFailed.d.ts +26 -26
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +20 -20
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +20 -20
- package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/bitcoinIngressEgress/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/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 +20 -20
- package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.ts +20 -20
- 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/ethereumIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/190/ethereumIngressEgress/ccmEgressInvalid.d.ts +4 -4
- 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/solanaIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/190/solanaIngressEgress/ccmBroadcastRequested.d.ts +2 -2
- package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.cts +54 -54
- package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.ts +54 -54
- 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/swapping/batchSwapFailed.d.cts +2 -2
- package/dist/190/swapping/batchSwapFailed.d.ts +2 -2
- package/dist/190/swapping/creditedOnChain.d.cts +2 -2
- package/dist/190/swapping/creditedOnChain.d.ts +2 -2
- package/dist/190/swapping/refundEgressIgnored.d.cts +18 -18
- package/dist/190/swapping/refundEgressIgnored.d.ts +18 -18
- package/dist/190/swapping/refundEgressScheduled.d.cts +2 -2
- package/dist/190/swapping/refundEgressScheduled.d.ts +2 -2
- package/dist/190/swapping/refundedOnChain.d.cts +2 -2
- package/dist/190/swapping/refundedOnChain.d.ts +2 -2
- package/dist/190/swapping/swapAmountConfiscated.d.cts +2 -2
- package/dist/190/swapping/swapAmountConfiscated.d.ts +2 -2
- package/dist/190/swapping/swapDepositAddressReady.d.cts +13 -13
- package/dist/190/swapping/swapDepositAddressReady.d.ts +13 -13
- package/dist/190/swapping/swapEgressIgnored.d.cts +18 -18
- package/dist/190/swapping/swapEgressIgnored.d.ts +18 -18
- package/dist/190/swapping/swapEgressScheduled.d.cts +2 -2
- package/dist/190/swapping/swapEgressScheduled.d.ts +2 -2
- package/dist/190/swapping/swapRequested.d.cts +64 -64
- package/dist/190/swapping/swapRequested.d.ts +64 -64
- package/dist/190/swapping/withdrawalRequested.d.cts +4 -4
- package/dist/190/swapping/withdrawalRequested.d.ts +4 -4
- package/dist/Processor.d.cts +1 -5
- package/dist/Processor.d.ts +1 -5
- package/package.json +1 -1
|
@@ -5,21 +5,21 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
5
5
|
inputAsset: z.ZodEffects<z.ZodObject<{
|
|
6
6
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
7
7
|
}, "strip", z.ZodTypeAny, {
|
|
8
|
-
__kind: "Eth" | "
|
|
8
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
9
9
|
}, {
|
|
10
|
-
__kind: "Eth" | "
|
|
11
|
-
}>, "Eth" | "
|
|
12
|
-
__kind: "Eth" | "
|
|
10
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
11
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
|
|
12
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
13
13
|
}>;
|
|
14
14
|
inputAmount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
15
15
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
16
16
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
17
17
|
}, "strip", z.ZodTypeAny, {
|
|
18
|
-
__kind: "Eth" | "
|
|
18
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
19
19
|
}, {
|
|
20
|
-
__kind: "Eth" | "
|
|
21
|
-
}>, "Eth" | "
|
|
22
|
-
__kind: "Eth" | "
|
|
20
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
21
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
|
|
22
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
23
23
|
}>;
|
|
24
24
|
origin: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
25
25
|
__kind: z.ZodLiteral<"DepositChannel">;
|
|
@@ -27,10 +27,10 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
27
27
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
28
28
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
29
29
|
}, "strip", z.ZodTypeAny, {
|
|
30
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
30
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
31
31
|
value: `0x${string}`;
|
|
32
32
|
}, {
|
|
33
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
33
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
34
34
|
value: string;
|
|
35
35
|
}>, {
|
|
36
36
|
readonly chain: "Ethereum";
|
|
@@ -51,7 +51,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
51
51
|
readonly chain: "Assethub";
|
|
52
52
|
readonly address: string;
|
|
53
53
|
}, {
|
|
54
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
54
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
55
55
|
value: string;
|
|
56
56
|
}>;
|
|
57
57
|
channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
@@ -79,17 +79,17 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
79
79
|
readonly address: string;
|
|
80
80
|
};
|
|
81
81
|
channelId: bigint;
|
|
82
|
-
brokerId: string;
|
|
83
82
|
depositBlockHeight: bigint;
|
|
83
|
+
brokerId: string;
|
|
84
84
|
}, {
|
|
85
85
|
__kind: "DepositChannel";
|
|
86
86
|
depositAddress: {
|
|
87
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
87
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
88
88
|
value: string;
|
|
89
89
|
};
|
|
90
90
|
channelId: string | number;
|
|
91
|
-
brokerId: string;
|
|
92
91
|
depositBlockHeight: string | number;
|
|
92
|
+
brokerId: string;
|
|
93
93
|
}>, z.ZodObject<{
|
|
94
94
|
__kind: z.ZodLiteral<"Vault">;
|
|
95
95
|
txId: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
@@ -530,10 +530,10 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
530
530
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
531
531
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
532
532
|
}, "strip", z.ZodTypeAny, {
|
|
533
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
533
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
534
534
|
value: `0x${string}`;
|
|
535
535
|
}, {
|
|
536
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
536
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
537
537
|
value: string;
|
|
538
538
|
}>, {
|
|
539
539
|
readonly chain: "Ethereum";
|
|
@@ -554,7 +554,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
554
554
|
readonly chain: "Assethub";
|
|
555
555
|
readonly address: string;
|
|
556
556
|
}, {
|
|
557
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
557
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
558
558
|
value: string;
|
|
559
559
|
}>>>;
|
|
560
560
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -657,7 +657,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
657
657
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
658
658
|
};
|
|
659
659
|
sourceAddress?: {
|
|
660
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
660
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
661
661
|
value: string;
|
|
662
662
|
} | null | undefined;
|
|
663
663
|
}>>>;
|
|
@@ -665,10 +665,10 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
665
665
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
666
666
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
667
667
|
}, "strip", z.ZodTypeAny, {
|
|
668
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
668
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
669
669
|
value: `0x${string}`;
|
|
670
670
|
}, {
|
|
671
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
671
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
672
672
|
value: string;
|
|
673
673
|
}>, {
|
|
674
674
|
readonly chain: "Ethereum";
|
|
@@ -689,7 +689,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
689
689
|
readonly chain: "Assethub";
|
|
690
690
|
readonly address: string;
|
|
691
691
|
}, {
|
|
692
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
692
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
693
693
|
value: string;
|
|
694
694
|
}>;
|
|
695
695
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -775,7 +775,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
775
775
|
}, {
|
|
776
776
|
__kind: "Egress";
|
|
777
777
|
outputAddress: {
|
|
778
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
778
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
779
779
|
value: string;
|
|
780
780
|
};
|
|
781
781
|
ccmDepositMetadata?: {
|
|
@@ -820,7 +820,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
820
820
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
821
821
|
};
|
|
822
822
|
sourceAddress?: {
|
|
823
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
823
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
824
824
|
value: string;
|
|
825
825
|
} | null | undefined;
|
|
826
826
|
} | null | undefined;
|
|
@@ -925,7 +925,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
925
925
|
outputAction: {
|
|
926
926
|
__kind: "Egress";
|
|
927
927
|
outputAddress: {
|
|
928
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
928
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
929
929
|
value: string;
|
|
930
930
|
};
|
|
931
931
|
ccmDepositMetadata?: {
|
|
@@ -970,7 +970,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
970
970
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
971
971
|
};
|
|
972
972
|
sourceAddress?: {
|
|
973
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
973
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
974
974
|
value: string;
|
|
975
975
|
} | null | undefined;
|
|
976
976
|
} | null | undefined;
|
|
@@ -1006,10 +1006,10 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1006
1006
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
1007
1007
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1008
1008
|
}, "strip", z.ZodTypeAny, {
|
|
1009
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
1009
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1010
1010
|
value: `0x${string}`;
|
|
1011
1011
|
}, {
|
|
1012
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
1012
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1013
1013
|
value: string;
|
|
1014
1014
|
}>, {
|
|
1015
1015
|
readonly chain: "Ethereum";
|
|
@@ -1030,7 +1030,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1030
1030
|
readonly chain: "Assethub";
|
|
1031
1031
|
readonly address: string;
|
|
1032
1032
|
}, {
|
|
1033
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
1033
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1034
1034
|
value: string;
|
|
1035
1035
|
}>;
|
|
1036
1036
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1057,14 +1057,13 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1057
1057
|
}, {
|
|
1058
1058
|
__kind: "ExternalAddress";
|
|
1059
1059
|
value: {
|
|
1060
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
1060
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1061
1061
|
value: string;
|
|
1062
1062
|
};
|
|
1063
1063
|
}>]>;
|
|
1064
1064
|
minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
1065
1065
|
}, "strip", z.ZodTypeAny, {
|
|
1066
1066
|
retryDuration: number;
|
|
1067
|
-
minPrice: bigint;
|
|
1068
1067
|
refundDestination: {
|
|
1069
1068
|
__kind: "InternalAccount";
|
|
1070
1069
|
value: string;
|
|
@@ -1090,19 +1089,20 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1090
1089
|
readonly address: string;
|
|
1091
1090
|
};
|
|
1092
1091
|
};
|
|
1092
|
+
minPrice: bigint;
|
|
1093
1093
|
}, {
|
|
1094
1094
|
retryDuration: number;
|
|
1095
|
-
minPrice: string | number;
|
|
1096
1095
|
refundDestination: {
|
|
1097
1096
|
__kind: "InternalAccount";
|
|
1098
1097
|
value: string;
|
|
1099
1098
|
} | {
|
|
1100
1099
|
__kind: "ExternalAddress";
|
|
1101
1100
|
value: {
|
|
1102
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
1101
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1103
1102
|
value: string;
|
|
1104
1103
|
};
|
|
1105
1104
|
};
|
|
1105
|
+
minPrice: string | number;
|
|
1106
1106
|
}>>>;
|
|
1107
1107
|
dcaParameters: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1108
1108
|
numberOfChunks: z.ZodNumber;
|
|
@@ -1115,8 +1115,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1115
1115
|
chunkInterval: number;
|
|
1116
1116
|
}>>>;
|
|
1117
1117
|
}, "strip", z.ZodTypeAny, {
|
|
1118
|
-
inputAsset: "Eth" | "
|
|
1119
|
-
outputAsset: "Eth" | "
|
|
1118
|
+
inputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
1119
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
1120
1120
|
swapRequestId: bigint;
|
|
1121
1121
|
inputAmount: bigint;
|
|
1122
1122
|
origin: {
|
|
@@ -1141,8 +1141,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1141
1141
|
readonly address: string;
|
|
1142
1142
|
};
|
|
1143
1143
|
channelId: bigint;
|
|
1144
|
-
brokerId: string;
|
|
1145
1144
|
depositBlockHeight: bigint;
|
|
1145
|
+
brokerId: string;
|
|
1146
1146
|
} | {
|
|
1147
1147
|
__kind: "Vault";
|
|
1148
1148
|
txId: {
|
|
@@ -1267,7 +1267,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1267
1267
|
}[];
|
|
1268
1268
|
refundParameters?: {
|
|
1269
1269
|
retryDuration: number;
|
|
1270
|
-
minPrice: bigint;
|
|
1271
1270
|
refundDestination: {
|
|
1272
1271
|
__kind: "InternalAccount";
|
|
1273
1272
|
value: string;
|
|
@@ -1293,6 +1292,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1293
1292
|
readonly address: string;
|
|
1294
1293
|
};
|
|
1295
1294
|
};
|
|
1295
|
+
minPrice: bigint;
|
|
1296
1296
|
} | null | undefined;
|
|
1297
1297
|
dcaParameters?: {
|
|
1298
1298
|
numberOfChunks: number;
|
|
@@ -1300,22 +1300,22 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1300
1300
|
} | null | undefined;
|
|
1301
1301
|
}, {
|
|
1302
1302
|
inputAsset: {
|
|
1303
|
-
__kind: "Eth" | "
|
|
1303
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
1304
1304
|
};
|
|
1305
1305
|
outputAsset: {
|
|
1306
|
-
__kind: "Eth" | "
|
|
1306
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
1307
1307
|
};
|
|
1308
1308
|
swapRequestId: string | number;
|
|
1309
1309
|
inputAmount: string | number;
|
|
1310
1310
|
origin: {
|
|
1311
1311
|
__kind: "DepositChannel";
|
|
1312
1312
|
depositAddress: {
|
|
1313
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
1313
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1314
1314
|
value: string;
|
|
1315
1315
|
};
|
|
1316
1316
|
channelId: string | number;
|
|
1317
|
-
brokerId: string;
|
|
1318
1317
|
depositBlockHeight: string | number;
|
|
1318
|
+
brokerId: string;
|
|
1319
1319
|
} | {
|
|
1320
1320
|
__kind: "Vault";
|
|
1321
1321
|
txId: {
|
|
@@ -1352,7 +1352,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1352
1352
|
outputAction: {
|
|
1353
1353
|
__kind: "Egress";
|
|
1354
1354
|
outputAddress: {
|
|
1355
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
1355
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1356
1356
|
value: string;
|
|
1357
1357
|
};
|
|
1358
1358
|
ccmDepositMetadata?: {
|
|
@@ -1397,7 +1397,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1397
1397
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
1398
1398
|
};
|
|
1399
1399
|
sourceAddress?: {
|
|
1400
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
1400
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1401
1401
|
value: string;
|
|
1402
1402
|
} | null | undefined;
|
|
1403
1403
|
} | null | undefined;
|
|
@@ -1412,17 +1412,17 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1412
1412
|
}[];
|
|
1413
1413
|
refundParameters?: {
|
|
1414
1414
|
retryDuration: number;
|
|
1415
|
-
minPrice: string | number;
|
|
1416
1415
|
refundDestination: {
|
|
1417
1416
|
__kind: "InternalAccount";
|
|
1418
1417
|
value: string;
|
|
1419
1418
|
} | {
|
|
1420
1419
|
__kind: "ExternalAddress";
|
|
1421
1420
|
value: {
|
|
1422
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
1421
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1423
1422
|
value: string;
|
|
1424
1423
|
};
|
|
1425
1424
|
};
|
|
1425
|
+
minPrice: string | number;
|
|
1426
1426
|
} | null | undefined;
|
|
1427
1427
|
dcaParameters?: {
|
|
1428
1428
|
numberOfChunks: number;
|
|
@@ -147,7 +147,6 @@ declare const liquidityPoolsScheduledLimitOrderUpdateDispatchFailure: z.ZodObjec
|
|
|
147
147
|
}>]>;
|
|
148
148
|
}, "strip", z.ZodTypeAny, {
|
|
149
149
|
lp: string;
|
|
150
|
-
orderId: bigint;
|
|
151
150
|
error: {
|
|
152
151
|
__kind: "Other";
|
|
153
152
|
} | {
|
|
@@ -184,9 +183,9 @@ declare const liquidityPoolsScheduledLimitOrderUpdateDispatchFailure: z.ZodObjec
|
|
|
184
183
|
} | {
|
|
185
184
|
__kind: "RootNotAllowed";
|
|
186
185
|
};
|
|
186
|
+
orderId: bigint;
|
|
187
187
|
}, {
|
|
188
188
|
lp: string;
|
|
189
|
-
orderId: string | number;
|
|
190
189
|
error: {
|
|
191
190
|
__kind: "Other";
|
|
192
191
|
} | {
|
|
@@ -229,6 +228,7 @@ declare const liquidityPoolsScheduledLimitOrderUpdateDispatchFailure: z.ZodObjec
|
|
|
229
228
|
} | {
|
|
230
229
|
__kind: "RootNotAllowed";
|
|
231
230
|
};
|
|
231
|
+
orderId: string | number;
|
|
232
232
|
}>;
|
|
233
233
|
|
|
234
234
|
export { liquidityPoolsScheduledLimitOrderUpdateDispatchFailure };
|
|
@@ -147,7 +147,6 @@ declare const liquidityPoolsScheduledLimitOrderUpdateDispatchFailure: z.ZodObjec
|
|
|
147
147
|
}>]>;
|
|
148
148
|
}, "strip", z.ZodTypeAny, {
|
|
149
149
|
lp: string;
|
|
150
|
-
orderId: bigint;
|
|
151
150
|
error: {
|
|
152
151
|
__kind: "Other";
|
|
153
152
|
} | {
|
|
@@ -184,9 +183,9 @@ declare const liquidityPoolsScheduledLimitOrderUpdateDispatchFailure: z.ZodObjec
|
|
|
184
183
|
} | {
|
|
185
184
|
__kind: "RootNotAllowed";
|
|
186
185
|
};
|
|
186
|
+
orderId: bigint;
|
|
187
187
|
}, {
|
|
188
188
|
lp: string;
|
|
189
|
-
orderId: string | number;
|
|
190
189
|
error: {
|
|
191
190
|
__kind: "Other";
|
|
192
191
|
} | {
|
|
@@ -229,6 +228,7 @@ declare const liquidityPoolsScheduledLimitOrderUpdateDispatchFailure: z.ZodObjec
|
|
|
229
228
|
} | {
|
|
230
229
|
__kind: "RootNotAllowed";
|
|
231
230
|
};
|
|
231
|
+
orderId: string | number;
|
|
232
232
|
}>;
|
|
233
233
|
|
|
234
234
|
export { liquidityPoolsScheduledLimitOrderUpdateDispatchFailure };
|
|
@@ -263,33 +263,33 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
263
263
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
264
264
|
depositDetails: z.ZodNumber;
|
|
265
265
|
}, "strip", z.ZodTypeAny, {
|
|
266
|
-
asset: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
267
266
|
depositAddress: `0x${string}`;
|
|
267
|
+
asset: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
268
268
|
amount: bigint;
|
|
269
269
|
depositDetails: number;
|
|
270
270
|
}, {
|
|
271
|
+
depositAddress: string;
|
|
271
272
|
asset: {
|
|
272
273
|
__kind: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
273
274
|
};
|
|
274
|
-
depositAddress: string;
|
|
275
275
|
amount: string | number;
|
|
276
276
|
depositDetails: number;
|
|
277
277
|
}>;
|
|
278
278
|
}, "strip", z.ZodTypeAny, {
|
|
279
279
|
__kind: "DepositFailedDepositChannelVariantAssethub";
|
|
280
280
|
depositWitness: {
|
|
281
|
-
asset: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
282
281
|
depositAddress: `0x${string}`;
|
|
282
|
+
asset: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
283
283
|
amount: bigint;
|
|
284
284
|
depositDetails: number;
|
|
285
285
|
};
|
|
286
286
|
}, {
|
|
287
287
|
__kind: "DepositFailedDepositChannelVariantAssethub";
|
|
288
288
|
depositWitness: {
|
|
289
|
+
depositAddress: string;
|
|
289
290
|
asset: {
|
|
290
291
|
__kind: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
291
292
|
};
|
|
292
|
-
depositAddress: string;
|
|
293
293
|
amount: string | number;
|
|
294
294
|
depositDetails: number;
|
|
295
295
|
};
|
|
@@ -693,10 +693,6 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
693
693
|
}>>>;
|
|
694
694
|
boostFee: z.ZodNumber;
|
|
695
695
|
}, "strip", z.ZodTypeAny, {
|
|
696
|
-
txId: {
|
|
697
|
-
blockNumber: number;
|
|
698
|
-
extrinsicIndex: number;
|
|
699
|
-
};
|
|
700
696
|
depositDetails: number;
|
|
701
697
|
inputAsset: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
702
698
|
depositAmount: bigint;
|
|
@@ -720,6 +716,10 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
720
716
|
readonly chain: "Assethub";
|
|
721
717
|
readonly address: string;
|
|
722
718
|
};
|
|
719
|
+
txId: {
|
|
720
|
+
blockNumber: number;
|
|
721
|
+
extrinsicIndex: number;
|
|
722
|
+
};
|
|
723
723
|
affiliateFees: {
|
|
724
724
|
account: number;
|
|
725
725
|
bps: number;
|
|
@@ -792,10 +792,6 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
792
792
|
chunkInterval: number;
|
|
793
793
|
} | null | undefined;
|
|
794
794
|
}, {
|
|
795
|
-
txId: {
|
|
796
|
-
blockNumber: number;
|
|
797
|
-
extrinsicIndex: number;
|
|
798
|
-
};
|
|
799
795
|
depositDetails: number;
|
|
800
796
|
inputAsset: {
|
|
801
797
|
__kind: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
@@ -808,6 +804,10 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
808
804
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
809
805
|
value: string;
|
|
810
806
|
};
|
|
807
|
+
txId: {
|
|
808
|
+
blockNumber: number;
|
|
809
|
+
extrinsicIndex: number;
|
|
810
|
+
};
|
|
811
811
|
affiliateFees: {
|
|
812
812
|
account: number;
|
|
813
813
|
bps: number;
|
|
@@ -885,10 +885,6 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
885
885
|
}, "strip", z.ZodTypeAny, {
|
|
886
886
|
__kind: "DepositFailedVaultVariantAssethub";
|
|
887
887
|
vaultWitness: {
|
|
888
|
-
txId: {
|
|
889
|
-
blockNumber: number;
|
|
890
|
-
extrinsicIndex: number;
|
|
891
|
-
};
|
|
892
888
|
depositDetails: number;
|
|
893
889
|
inputAsset: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
894
890
|
depositAmount: bigint;
|
|
@@ -912,6 +908,10 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
912
908
|
readonly chain: "Assethub";
|
|
913
909
|
readonly address: string;
|
|
914
910
|
};
|
|
911
|
+
txId: {
|
|
912
|
+
blockNumber: number;
|
|
913
|
+
extrinsicIndex: number;
|
|
914
|
+
};
|
|
915
915
|
affiliateFees: {
|
|
916
916
|
account: number;
|
|
917
917
|
bps: number;
|
|
@@ -987,10 +987,6 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
987
987
|
}, {
|
|
988
988
|
__kind: "DepositFailedVaultVariantAssethub";
|
|
989
989
|
vaultWitness: {
|
|
990
|
-
txId: {
|
|
991
|
-
blockNumber: number;
|
|
992
|
-
extrinsicIndex: number;
|
|
993
|
-
};
|
|
994
990
|
depositDetails: number;
|
|
995
991
|
inputAsset: {
|
|
996
992
|
__kind: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
@@ -1003,6 +999,10 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1003
999
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1004
1000
|
value: string;
|
|
1005
1001
|
};
|
|
1002
|
+
txId: {
|
|
1003
|
+
blockNumber: number;
|
|
1004
|
+
extrinsicIndex: number;
|
|
1005
|
+
};
|
|
1006
1006
|
affiliateFees: {
|
|
1007
1007
|
account: number;
|
|
1008
1008
|
bps: number;
|
|
@@ -1128,18 +1128,14 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1128
1128
|
details: {
|
|
1129
1129
|
__kind: "DepositFailedDepositChannelVariantAssethub";
|
|
1130
1130
|
depositWitness: {
|
|
1131
|
-
asset: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
1132
1131
|
depositAddress: `0x${string}`;
|
|
1132
|
+
asset: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
1133
1133
|
amount: bigint;
|
|
1134
1134
|
depositDetails: number;
|
|
1135
1135
|
};
|
|
1136
1136
|
} | {
|
|
1137
1137
|
__kind: "DepositFailedVaultVariantAssethub";
|
|
1138
1138
|
vaultWitness: {
|
|
1139
|
-
txId: {
|
|
1140
|
-
blockNumber: number;
|
|
1141
|
-
extrinsicIndex: number;
|
|
1142
|
-
};
|
|
1143
1139
|
depositDetails: number;
|
|
1144
1140
|
inputAsset: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
1145
1141
|
depositAmount: bigint;
|
|
@@ -1163,6 +1159,10 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1163
1159
|
readonly chain: "Assethub";
|
|
1164
1160
|
readonly address: string;
|
|
1165
1161
|
};
|
|
1162
|
+
txId: {
|
|
1163
|
+
blockNumber: number;
|
|
1164
|
+
extrinsicIndex: number;
|
|
1165
|
+
};
|
|
1166
1166
|
affiliateFees: {
|
|
1167
1167
|
account: number;
|
|
1168
1168
|
bps: number;
|
|
@@ -1292,20 +1292,16 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1292
1292
|
details: {
|
|
1293
1293
|
__kind: "DepositFailedDepositChannelVariantAssethub";
|
|
1294
1294
|
depositWitness: {
|
|
1295
|
+
depositAddress: string;
|
|
1295
1296
|
asset: {
|
|
1296
1297
|
__kind: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
1297
1298
|
};
|
|
1298
|
-
depositAddress: string;
|
|
1299
1299
|
amount: string | number;
|
|
1300
1300
|
depositDetails: number;
|
|
1301
1301
|
};
|
|
1302
1302
|
} | {
|
|
1303
1303
|
__kind: "DepositFailedVaultVariantAssethub";
|
|
1304
1304
|
vaultWitness: {
|
|
1305
|
-
txId: {
|
|
1306
|
-
blockNumber: number;
|
|
1307
|
-
extrinsicIndex: number;
|
|
1308
|
-
};
|
|
1309
1305
|
depositDetails: number;
|
|
1310
1306
|
inputAsset: {
|
|
1311
1307
|
__kind: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
@@ -1318,6 +1314,10 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1318
1314
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1319
1315
|
value: string;
|
|
1320
1316
|
};
|
|
1317
|
+
txId: {
|
|
1318
|
+
blockNumber: number;
|
|
1319
|
+
extrinsicIndex: number;
|
|
1320
|
+
};
|
|
1321
1321
|
affiliateFees: {
|
|
1322
1322
|
account: number;
|
|
1323
1323
|
bps: number;
|