@chainflip/processor 2.2.0-alpha.7 → 2.2.0-beta.0
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/broadcastCallbackExecuted.d.cts +56 -56
- package/dist/100/bitcoinBroadcaster/broadcastCallbackExecuted.d.mts +56 -56
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.d.cts +40 -40
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.d.mts +40 -40
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.d.cts +40 -40
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.d.mts +40 -40
- package/dist/100/bitcoinIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/100/bitcoinIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.cts +40 -40
- package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.mts +40 -40
- package/dist/100/bitcoinIngressEgress/depositIgnored.d.cts +48 -48
- package/dist/100/bitcoinIngressEgress/depositIgnored.d.mts +48 -48
- package/dist/100/bitcoinIngressEgress/depositReceived.d.cts +48 -48
- package/dist/100/bitcoinIngressEgress/depositReceived.d.mts +48 -48
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.cts +108 -108
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.mts +108 -108
- package/dist/100/bitcoinIngressEgress/egressScheduled.d.cts +40 -40
- package/dist/100/bitcoinIngressEgress/egressScheduled.d.mts +40 -40
- package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.cts +40 -40
- package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.mts +40 -40
- package/dist/100/bitcoinThresholdSigner/currentKeyUnavailable.d.cts +4 -4
- package/dist/100/bitcoinThresholdSigner/currentKeyUnavailable.d.mts +4 -4
- package/dist/100/bitcoinThresholdSigner/failureReportProcessed.d.cts +4 -4
- package/dist/100/bitcoinThresholdSigner/failureReportProcessed.d.mts +4 -4
- package/dist/100/bitcoinThresholdSigner/retryRequested.d.cts +4 -4
- package/dist/100/bitcoinThresholdSigner/retryRequested.d.mts +4 -4
- package/dist/100/bitcoinThresholdSigner/signersUnavailable.d.cts +4 -4
- package/dist/100/bitcoinThresholdSigner/signersUnavailable.d.mts +4 -4
- package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.d.cts +64 -64
- package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.d.mts +64 -64
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureFailed.d.cts +4 -4
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureFailed.d.mts +4 -4
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureRequest.d.cts +4 -4
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureRequest.d.mts +4 -4
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureSuccess.d.cts +4 -4
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureSuccess.d.mts +4 -4
- package/dist/100/common.d.cts +249 -249
- package/dist/100/common.d.mts +249 -249
- package/dist/100/environment/runtimeSafeModeUpdated.d.cts +24 -24
- package/dist/100/environment/runtimeSafeModeUpdated.d.mts +24 -24
- package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.d.cts +56 -56
- package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.d.mts +56 -56
- package/dist/100/ethereumIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/100/ethereumIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.cts +40 -40
- package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.mts +40 -40
- package/dist/100/ethereumIngressEgress/depositIgnored.d.cts +4 -4
- package/dist/100/ethereumIngressEgress/depositIgnored.d.mts +4 -4
- package/dist/100/ethereumIngressEgress/depositReceived.d.cts +4 -4
- package/dist/100/ethereumIngressEgress/depositReceived.d.mts +4 -4
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.cts +40 -40
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.mts +40 -40
- package/dist/100/ethereumThresholdSigner/currentKeyUnavailable.d.cts +4 -4
- package/dist/100/ethereumThresholdSigner/currentKeyUnavailable.d.mts +4 -4
- package/dist/100/ethereumThresholdSigner/failureReportProcessed.d.cts +4 -4
- package/dist/100/ethereumThresholdSigner/failureReportProcessed.d.mts +4 -4
- package/dist/100/ethereumThresholdSigner/retryRequested.d.cts +4 -4
- package/dist/100/ethereumThresholdSigner/retryRequested.d.mts +4 -4
- package/dist/100/ethereumThresholdSigner/signersUnavailable.d.cts +4 -4
- package/dist/100/ethereumThresholdSigner/signersUnavailable.d.mts +4 -4
- package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.d.cts +64 -64
- package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.d.mts +64 -64
- package/dist/100/ethereumThresholdSigner/thresholdSignatureFailed.d.cts +4 -4
- package/dist/100/ethereumThresholdSigner/thresholdSignatureFailed.d.mts +4 -4
- package/dist/100/ethereumThresholdSigner/thresholdSignatureRequest.d.cts +4 -4
- package/dist/100/ethereumThresholdSigner/thresholdSignatureRequest.d.mts +4 -4
- package/dist/100/ethereumThresholdSigner/thresholdSignatureSuccess.d.cts +4 -4
- package/dist/100/ethereumThresholdSigner/thresholdSignatureSuccess.d.mts +4 -4
- package/dist/100/flip/remainingImbalance.d.cts +44 -44
- package/dist/100/flip/remainingImbalance.d.mts +44 -44
- package/dist/100/funding/boundExecutorAddress.d.cts +4 -4
- package/dist/100/funding/boundExecutorAddress.d.mts +4 -4
- package/dist/100/funding/boundRedeemAddress.d.cts +4 -4
- package/dist/100/funding/boundRedeemAddress.d.mts +4 -4
- package/dist/100/funding/failedFundingAttempt.d.cts +4 -4
- package/dist/100/funding/failedFundingAttempt.d.mts +4 -4
- package/dist/100/funding/funded.d.cts +4 -4
- package/dist/100/funding/funded.d.mts +4 -4
- package/dist/100/funding/redemptionRequested.d.cts +8 -8
- package/dist/100/funding/redemptionRequested.d.mts +8 -8
- package/dist/100/governance/failedExecution.d.cts +16 -16
- package/dist/100/governance/failedExecution.d.mts +16 -16
- package/dist/100/governance/govKeyCallExecutionFailed.d.cts +32 -32
- package/dist/100/governance/govKeyCallExecutionFailed.d.mts +32 -32
- package/dist/100/liquidityPools/assetSwapped.d.cts +24 -24
- package/dist/100/liquidityPools/assetSwapped.d.mts +24 -24
- package/dist/100/liquidityPools/limitOrderUpdated.d.cts +40 -40
- package/dist/100/liquidityPools/limitOrderUpdated.d.mts +40 -40
- package/dist/100/liquidityPools/newPoolCreated.d.cts +24 -24
- package/dist/100/liquidityPools/newPoolCreated.d.mts +24 -24
- package/dist/100/liquidityPools/poolFeeSet.d.cts +24 -24
- package/dist/100/liquidityPools/poolFeeSet.d.mts +24 -24
- package/dist/100/liquidityPools/poolStateUpdated.d.cts +24 -24
- package/dist/100/liquidityPools/poolStateUpdated.d.mts +24 -24
- package/dist/100/liquidityPools/rangeOrderUpdated.d.cts +40 -40
- package/dist/100/liquidityPools/rangeOrderUpdated.d.mts +40 -40
- package/dist/100/liquidityProvider/accountCredited.d.cts +12 -12
- package/dist/100/liquidityProvider/accountCredited.d.mts +12 -12
- package/dist/100/liquidityProvider/accountDebited.d.cts +12 -12
- package/dist/100/liquidityProvider/accountDebited.d.mts +12 -12
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.cts +30 -30
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.mts +30 -30
- package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.cts +88 -88
- package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.mts +88 -88
- package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.cts +28 -28
- package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.mts +28 -28
- package/dist/100/polkadotBroadcaster/broadcastCallbackExecuted.d.cts +56 -56
- package/dist/100/polkadotBroadcaster/broadcastCallbackExecuted.d.mts +56 -56
- package/dist/100/polkadotIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/100/polkadotIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.cts +40 -40
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.mts +40 -40
- package/dist/100/polkadotIngressEgress/depositIgnored.d.cts +4 -4
- package/dist/100/polkadotIngressEgress/depositIgnored.d.mts +4 -4
- package/dist/100/polkadotIngressEgress/depositReceived.d.cts +4 -4
- package/dist/100/polkadotIngressEgress/depositReceived.d.mts +4 -4
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.cts +40 -40
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.mts +40 -40
- package/dist/100/polkadotThresholdSigner/currentKeyUnavailable.d.cts +4 -4
- package/dist/100/polkadotThresholdSigner/currentKeyUnavailable.d.mts +4 -4
- package/dist/100/polkadotThresholdSigner/failureReportProcessed.d.cts +4 -4
- package/dist/100/polkadotThresholdSigner/failureReportProcessed.d.mts +4 -4
- package/dist/100/polkadotThresholdSigner/retryRequested.d.cts +4 -4
- package/dist/100/polkadotThresholdSigner/retryRequested.d.mts +4 -4
- package/dist/100/polkadotThresholdSigner/signersUnavailable.d.cts +4 -4
- package/dist/100/polkadotThresholdSigner/signersUnavailable.d.mts +4 -4
- package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.d.cts +64 -64
- package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.d.mts +64 -64
- package/dist/100/polkadotThresholdSigner/thresholdSignatureFailed.d.cts +4 -4
- package/dist/100/polkadotThresholdSigner/thresholdSignatureFailed.d.mts +4 -4
- package/dist/100/polkadotThresholdSigner/thresholdSignatureRequest.d.cts +4 -4
- package/dist/100/polkadotThresholdSigner/thresholdSignatureRequest.d.mts +4 -4
- package/dist/100/polkadotThresholdSigner/thresholdSignatureSuccess.d.cts +4 -4
- package/dist/100/polkadotThresholdSigner/thresholdSignatureSuccess.d.mts +4 -4
- package/dist/100/swapping/batchSwapFailed.d.cts +12 -12
- package/dist/100/swapping/batchSwapFailed.d.mts +12 -12
- package/dist/100/swapping/ccmDepositReceived.d.cts +128 -128
- package/dist/100/swapping/ccmDepositReceived.d.mts +128 -128
- package/dist/100/swapping/ccmFailed.d.cts +124 -124
- package/dist/100/swapping/ccmFailed.d.mts +124 -124
- package/dist/100/swapping/minimumSwapAmountSet.d.cts +12 -12
- package/dist/100/swapping/minimumSwapAmountSet.d.mts +12 -12
- package/dist/100/swapping/swapAmountTooLow.d.cts +38 -38
- package/dist/100/swapping/swapAmountTooLow.d.mts +38 -38
- package/dist/100/swapping/swapDepositAddressReady.d.cts +44 -44
- package/dist/100/swapping/swapDepositAddressReady.d.mts +44 -44
- package/dist/100/swapping/swapEgressScheduled.d.cts +20 -20
- package/dist/100/swapping/swapEgressScheduled.d.mts +20 -20
- package/dist/100/swapping/swapExecuted.d.cts +30 -30
- package/dist/100/swapping/swapExecuted.d.mts +30 -30
- package/dist/100/swapping/swapScheduled.d.cts +196 -196
- package/dist/100/swapping/swapScheduled.d.mts +196 -196
- package/dist/100/swapping/withdrawalRequested.d.cts +16 -16
- package/dist/100/swapping/withdrawalRequested.d.mts +16 -16
- package/dist/100/system/extrinsicFailed.d.cts +66 -66
- package/dist/100/system/extrinsicFailed.d.mts +66 -66
- package/dist/100/tokenholderGovernance/proposalEnacted.d.cts +16 -16
- package/dist/100/tokenholderGovernance/proposalEnacted.d.mts +16 -16
- package/dist/100/tokenholderGovernance/proposalPassed.d.cts +16 -16
- package/dist/100/tokenholderGovernance/proposalPassed.d.mts +16 -16
- package/dist/100/tokenholderGovernance/proposalRejected.d.cts +16 -16
- package/dist/100/tokenholderGovernance/proposalRejected.d.mts +16 -16
- package/dist/100/tokenholderGovernance/proposalSubmitted.d.cts +16 -16
- package/dist/100/tokenholderGovernance/proposalSubmitted.d.mts +16 -16
- package/dist/100/validator/rotationPhaseUpdated.d.cts +40 -40
- package/dist/100/validator/rotationPhaseUpdated.d.mts +40 -40
- package/dist/100/witnesser/witnessExecutionFailed.d.cts +32 -32
- package/dist/100/witnesser/witnessExecutionFailed.d.mts +32 -32
- package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.cts +214 -214
- package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.mts +214 -214
- package/dist/11000/arbitrumIngressEgress/depositFailed.d.cts +370 -370
- package/dist/11000/arbitrumIngressEgress/depositFailed.d.mts +370 -370
- package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +206 -206
- package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +206 -206
- package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.cts +214 -214
- package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.mts +214 -214
- package/dist/11000/assethubIngressEgress/depositFailed.d.cts +408 -408
- package/dist/11000/assethubIngressEgress/depositFailed.d.mts +408 -408
- package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +206 -206
- package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.mts +206 -206
- package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.cts +214 -214
- package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.mts +214 -214
- package/dist/11000/bitcoinIngressEgress/depositFailed.d.cts +631 -631
- package/dist/11000/bitcoinIngressEgress/depositFailed.d.mts +631 -631
- package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +206 -206
- package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +206 -206
- package/dist/11000/bitcoinIngressEgress/invalidCcmRefunded.d.cts +40 -40
- package/dist/11000/bitcoinIngressEgress/invalidCcmRefunded.d.mts +40 -40
- package/dist/11000/common.d.cts +2445 -2445
- package/dist/11000/common.d.mts +2445 -2445
- package/dist/11000/environment/runtimeSafeModeUpdated.d.cts +24 -24
- package/dist/11000/environment/runtimeSafeModeUpdated.d.mts +24 -24
- package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.d.cts +214 -214
- package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.d.mts +214 -214
- package/dist/11000/ethereumIngressEgress/depositFailed.d.cts +370 -370
- package/dist/11000/ethereumIngressEgress/depositFailed.d.mts +370 -370
- package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +206 -206
- package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +206 -206
- package/dist/11000/lendingPools/boostFundsAdded.d.cts +16 -16
- package/dist/11000/lendingPools/boostFundsAdded.d.mts +16 -16
- package/dist/11000/lendingPools/boostPoolCreated.d.cts +16 -16
- package/dist/11000/lendingPools/boostPoolCreated.d.mts +16 -16
- package/dist/11000/lendingPools/stoppedBoosting.d.cts +16 -16
- package/dist/11000/lendingPools/stoppedBoosting.d.mts +16 -16
- package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.cts +214 -214
- package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.mts +214 -214
- package/dist/11000/polkadotIngressEgress/depositFailed.d.cts +408 -408
- package/dist/11000/polkadotIngressEgress/depositFailed.d.mts +408 -408
- package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +206 -206
- package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +206 -206
- package/dist/11000/solanaElections/unknownElection.d.cts +8 -8
- package/dist/11000/solanaElections/unknownElection.d.mts +8 -8
- package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.cts +214 -214
- package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.mts +214 -214
- package/dist/11000/solanaIngressEgress/depositFailed.d.cts +370 -370
- package/dist/11000/solanaIngressEgress/depositFailed.d.mts +370 -370
- package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +206 -206
- package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +206 -206
- package/dist/11000/swapping/palletConfigUpdated.d.cts +64 -64
- package/dist/11000/swapping/palletConfigUpdated.d.mts +64 -64
- package/dist/11000/swapping/refundEgressScheduled.d.cts +32 -32
- package/dist/11000/swapping/refundEgressScheduled.d.mts +32 -32
- package/dist/11000/swapping/refundedOnChain.d.cts +16 -16
- package/dist/11000/swapping/refundedOnChain.d.mts +16 -16
- package/dist/11000/swapping/swapDepositAddressReady.d.cts +108 -108
- package/dist/11000/swapping/swapDepositAddressReady.d.mts +108 -108
- package/dist/11000/swapping/swapRequested.d.cts +212 -212
- package/dist/11000/swapping/swapRequested.d.mts +212 -212
- package/dist/11000/tradingStrategy/strategyDeployed.d.cts +48 -48
- package/dist/11000/tradingStrategy/strategyDeployed.d.mts +48 -48
- package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.cts +40 -40
- package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.mts +40 -40
- package/dist/111/common.d.cts +30 -30
- package/dist/111/common.d.mts +30 -30
- package/dist/111/liquidityPools/limitOrderUpdated.d.cts +50 -50
- package/dist/111/liquidityPools/limitOrderUpdated.d.mts +50 -50
- package/dist/111/liquidityPools/newPoolCreated.d.cts +24 -24
- package/dist/111/liquidityPools/newPoolCreated.d.mts +24 -24
- package/dist/111/liquidityPools/poolFeeSet.d.cts +24 -24
- package/dist/111/liquidityPools/poolFeeSet.d.mts +24 -24
- package/dist/111/liquidityPools/rangeOrderUpdated.d.cts +58 -58
- package/dist/111/liquidityPools/rangeOrderUpdated.d.mts +58 -58
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.cts +36 -36
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.mts +36 -36
- package/dist/11100/arbitrumIngressEgress/depositFailed.d.cts +44 -44
- package/dist/11100/arbitrumIngressEgress/depositFailed.d.mts +44 -44
- package/dist/11100/assethubIngressEgress/depositFailed.d.cts +80 -80
- package/dist/11100/assethubIngressEgress/depositFailed.d.mts +80 -80
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.cts +76 -76
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.mts +76 -76
- package/dist/11100/common.d.cts +370 -370
- package/dist/11100/common.d.mts +370 -370
- package/dist/11100/environment/runtimeSafeModeUpdated.d.cts +120 -120
- package/dist/11100/environment/runtimeSafeModeUpdated.d.mts +120 -120
- package/dist/11100/ethereumIngressEgress/depositFailed.d.cts +44 -44
- package/dist/11100/ethereumIngressEgress/depositFailed.d.mts +44 -44
- package/dist/11100/funding/sCCallCannotBeDecoded.d.cts +4 -4
- package/dist/11100/funding/sCCallCannotBeDecoded.d.mts +4 -4
- package/dist/11100/funding/sCCallCannotBeExecuted.d.cts +4 -4
- package/dist/11100/funding/sCCallCannotBeExecuted.d.mts +4 -4
- package/dist/11100/funding/sCCallExecuted.d.cts +4 -4
- package/dist/11100/funding/sCCallExecuted.d.mts +4 -4
- package/dist/11100/lendingPools/collateralAdded.d.cts +24 -24
- package/dist/11100/lendingPools/collateralAdded.d.mts +24 -24
- package/dist/11100/lendingPools/collateralRemoved.d.cts +24 -24
- package/dist/11100/lendingPools/collateralRemoved.d.mts +24 -24
- package/dist/11100/lendingPools/lendingFeeCollectionInitiated.d.cts +12 -12
- package/dist/11100/lendingPools/lendingFeeCollectionInitiated.d.mts +12 -12
- package/dist/11100/lendingPools/lendingFundsAdded.d.cts +14 -14
- package/dist/11100/lendingPools/lendingFundsAdded.d.mts +14 -14
- package/dist/11100/lendingPools/lendingFundsRemoved.d.cts +12 -12
- package/dist/11100/lendingPools/lendingFundsRemoved.d.mts +12 -12
- package/dist/11100/lendingPools/lendingPoolCreated.d.cts +12 -12
- package/dist/11100/lendingPools/lendingPoolCreated.d.mts +12 -12
- package/dist/11100/lendingPools/loanCreated.d.cts +16 -16
- package/dist/11100/lendingPools/loanCreated.d.mts +16 -16
- package/dist/11100/lendingPools/loanRepaid.d.cts +12 -12
- package/dist/11100/lendingPools/loanRepaid.d.mts +12 -12
- package/dist/11100/lendingPools/loanSettled.d.cts +12 -12
- package/dist/11100/lendingPools/loanSettled.d.mts +12 -12
- package/dist/11100/polkadotIngressEgress/depositFailed.d.cts +80 -80
- package/dist/11100/polkadotIngressEgress/depositFailed.d.mts +80 -80
- package/dist/11100/solanaIngressEgress/depositFailed.d.cts +44 -44
- package/dist/11100/solanaIngressEgress/depositFailed.d.mts +44 -44
- package/dist/11100/swapping/swapDepositAddressReady.d.cts +28 -28
- package/dist/11100/swapping/swapDepositAddressReady.d.mts +28 -28
- package/dist/11100/swapping/swapExecuted.d.cts +28 -28
- package/dist/11100/swapping/swapExecuted.d.mts +28 -28
- package/dist/11100/swapping/swapRequested.d.cts +68 -68
- package/dist/11100/swapping/swapRequested.d.mts +68 -68
- package/dist/11200/arbitrumIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/11200/arbitrumIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/11200/arbitrumIngressEgress/depositFailed.d.cts +368 -368
- package/dist/11200/arbitrumIngressEgress/depositFailed.d.mts +368 -368
- package/dist/11200/arbitrumIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/11200/arbitrumIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/11200/assethubIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/11200/assethubIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/11200/assethubIngressEgress/depositFailed.d.cts +404 -404
- package/dist/11200/assethubIngressEgress/depositFailed.d.mts +404 -404
- package/dist/11200/assethubIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/11200/assethubIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/11200/bitcoinIngressEgress/channelRejectionRequestReceived.d.cts +40 -40
- package/dist/11200/bitcoinIngressEgress/channelRejectionRequestReceived.d.mts +40 -40
- package/dist/11200/bitcoinIngressEgress/depositBoosted.d.cts +64 -64
- package/dist/11200/bitcoinIngressEgress/depositBoosted.d.mts +64 -64
- package/dist/11200/bitcoinIngressEgress/depositFailed.d.cts +640 -640
- package/dist/11200/bitcoinIngressEgress/depositFailed.d.mts +640 -640
- package/dist/11200/bitcoinIngressEgress/depositFinalised.d.cts +52 -52
- package/dist/11200/bitcoinIngressEgress/depositFinalised.d.mts +52 -52
- package/dist/11200/common.d.cts +2751 -2751
- package/dist/11200/common.d.mts +2751 -2751
- package/dist/11200/environment/runtimeSafeModeUpdated.d.cts +24 -24
- package/dist/11200/environment/runtimeSafeModeUpdated.d.mts +24 -24
- package/dist/11200/ethereumIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/11200/ethereumIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/11200/ethereumIngressEgress/depositFailed.d.cts +368 -368
- package/dist/11200/ethereumIngressEgress/depositFailed.d.mts +368 -368
- package/dist/11200/ethereumIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/11200/ethereumIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/11200/polkadotIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/11200/polkadotIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/11200/polkadotIngressEgress/depositFailed.d.cts +404 -404
- package/dist/11200/polkadotIngressEgress/depositFailed.d.mts +404 -404
- package/dist/11200/polkadotIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/11200/polkadotIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/11200/solanaIngressEgress/depositBoosted.d.cts +40 -40
- package/dist/11200/solanaIngressEgress/depositBoosted.d.mts +40 -40
- package/dist/11200/solanaIngressEgress/depositFailed.d.cts +432 -432
- package/dist/11200/solanaIngressEgress/depositFailed.d.mts +432 -432
- package/dist/11200/solanaIngressEgress/depositFinalised.d.cts +28 -28
- package/dist/11200/solanaIngressEgress/depositFinalised.d.mts +28 -28
- package/dist/11200/solanaIngressEgress/transactionRejectedByBroker.d.cts +16 -16
- package/dist/11200/solanaIngressEgress/transactionRejectedByBroker.d.mts +16 -16
- package/dist/11200/solanaIngressEgress/transactionRejectionFailed.d.cts +16 -16
- package/dist/11200/solanaIngressEgress/transactionRejectionFailed.d.mts +16 -16
- package/dist/11200/swapping/swapRequested.d.cts +760 -760
- package/dist/11200/swapping/swapRequested.d.mts +760 -760
- package/dist/120/bitcoinIngressEgress/depositIgnored.d.cts +8 -8
- package/dist/120/bitcoinIngressEgress/depositIgnored.d.mts +8 -8
- package/dist/120/bitcoinIngressEgress/depositReceived.d.cts +8 -8
- package/dist/120/bitcoinIngressEgress/depositReceived.d.mts +8 -8
- package/dist/120/emissions/networkFeeBurned.d.cts +4 -4
- package/dist/120/emissions/networkFeeBurned.d.mts +4 -4
- package/dist/120/ethereumIngressEgress/depositIgnored.d.cts +6 -6
- package/dist/120/ethereumIngressEgress/depositIgnored.d.mts +6 -6
- package/dist/120/ethereumIngressEgress/depositReceived.d.cts +6 -6
- package/dist/120/ethereumIngressEgress/depositReceived.d.mts +6 -6
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.cts +12 -12
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.mts +12 -12
- package/dist/120/polkadotIngressEgress/depositIgnored.d.cts +6 -6
- package/dist/120/polkadotIngressEgress/depositIgnored.d.mts +6 -6
- package/dist/120/polkadotIngressEgress/depositReceived.d.cts +6 -6
- package/dist/120/polkadotIngressEgress/depositReceived.d.mts +6 -6
- package/dist/120/swapping/swapEgressIgnored.d.cts +4 -4
- package/dist/120/swapping/swapEgressIgnored.d.mts +4 -4
- package/dist/120/swapping/swapEgressScheduled.d.cts +4 -4
- package/dist/120/swapping/swapEgressScheduled.d.mts +4 -4
- package/dist/120/swapping/withdrawalRequested.d.cts +8 -8
- package/dist/120/swapping/withdrawalRequested.d.mts +8 -8
- package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +4 -4
- package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.mts +4 -4
- package/dist/131/common.d.cts +11 -11
- package/dist/131/common.d.mts +11 -11
- package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.cts +4 -4
- package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.mts +4 -4
- package/dist/131/liquidityPools/assetSwapped.d.cts +24 -24
- package/dist/131/liquidityPools/assetSwapped.d.mts +24 -24
- package/dist/131/liquidityPools/limitOrderUpdated.d.cts +32 -32
- package/dist/131/liquidityPools/limitOrderUpdated.d.mts +32 -32
- package/dist/131/liquidityPools/newPoolCreated.d.cts +24 -24
- package/dist/131/liquidityPools/newPoolCreated.d.mts +24 -24
- package/dist/131/liquidityPools/poolFeeSet.d.cts +24 -24
- package/dist/131/liquidityPools/poolFeeSet.d.mts +24 -24
- package/dist/131/liquidityPools/rangeOrderUpdated.d.cts +40 -40
- package/dist/131/liquidityPools/rangeOrderUpdated.d.mts +40 -40
- package/dist/131/liquidityProvider/accountCredited.d.cts +12 -12
- package/dist/131/liquidityProvider/accountCredited.d.mts +12 -12
- package/dist/131/liquidityProvider/accountDebited.d.cts +12 -12
- package/dist/131/liquidityProvider/accountDebited.d.mts +12 -12
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.cts +22 -22
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.mts +22 -22
- package/dist/131/liquidityProvider/liquidityDepositCredited.d.cts +12 -12
- package/dist/131/liquidityProvider/liquidityDepositCredited.d.mts +12 -12
- package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.cts +20 -20
- package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.mts +20 -20
- package/dist/131/swapping/batchSwapFailed.d.cts +12 -12
- package/dist/131/swapping/batchSwapFailed.d.mts +12 -12
- package/dist/131/swapping/ccmFailed.d.cts +76 -76
- package/dist/131/swapping/ccmFailed.d.mts +76 -76
- package/dist/131/swapping/maximumSwapAmountSet.d.cts +12 -12
- package/dist/131/swapping/maximumSwapAmountSet.d.mts +12 -12
- package/dist/131/swapping/swapAmountConfiscated.d.cts +24 -24
- package/dist/131/swapping/swapAmountConfiscated.d.mts +24 -24
- package/dist/131/swapping/swapDepositAddressReady.d.cts +50 -50
- package/dist/131/swapping/swapDepositAddressReady.d.mts +50 -50
- package/dist/131/swapping/swapEgressIgnored.d.cts +16 -16
- package/dist/131/swapping/swapEgressIgnored.d.mts +16 -16
- package/dist/131/swapping/swapEgressScheduled.d.cts +16 -16
- package/dist/131/swapping/swapEgressScheduled.d.mts +16 -16
- package/dist/131/swapping/swapExecuted.d.cts +30 -30
- package/dist/131/swapping/swapExecuted.d.mts +30 -30
- package/dist/131/swapping/swapScheduled.d.cts +54 -54
- package/dist/131/swapping/swapScheduled.d.mts +54 -54
- package/dist/131/swapping/withdrawalRequested.d.cts +22 -22
- package/dist/131/swapping/withdrawalRequested.d.mts +22 -22
- package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.cts +56 -56
- package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.mts +56 -56
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.cts +32 -32
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.mts +32 -32
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.cts +4 -4
- package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.mts +4 -4
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/141/arbitrumIngressEgress/depositIgnored.d.cts +4 -4
- package/dist/141/arbitrumIngressEgress/depositIgnored.d.mts +4 -4
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.cts +40 -40
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.mts +40 -40
- package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +56 -56
- package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +56 -56
- package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +8 -8
- package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.mts +8 -8
- package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.cts +8 -8
- package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.mts +8 -8
- package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.cts +32 -32
- package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.mts +32 -32
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.cts +48 -48
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.mts +48 -48
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.cts +48 -48
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.mts +48 -48
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +8 -8
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.mts +8 -8
- package/dist/141/common.d.cts +243 -243
- package/dist/141/common.d.mts +243 -243
- package/dist/141/environment/runtimeSafeModeUpdated.d.cts +24 -24
- package/dist/141/environment/runtimeSafeModeUpdated.d.mts +24 -24
- package/dist/141/environment/staleUtxosDiscarded.d.cts +36 -36
- package/dist/141/environment/staleUtxosDiscarded.d.mts +36 -36
- package/dist/141/ethereumIngressEgress/ccmEgressInvalid.d.cts +32 -32
- package/dist/141/ethereumIngressEgress/ccmEgressInvalid.d.mts +32 -32
- package/dist/141/ethereumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/141/ethereumIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/141/ethereumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/141/ethereumIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +8 -8
- package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.mts +8 -8
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.cts +56 -56
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.mts +56 -56
- package/dist/141/liquidityPools/limitOrderUpdated.d.cts +16 -16
- package/dist/141/liquidityPools/limitOrderUpdated.d.mts +16 -16
- package/dist/141/liquidityPools/rangeOrderUpdated.d.cts +40 -40
- package/dist/141/liquidityPools/rangeOrderUpdated.d.mts +40 -40
- package/dist/141/liquidityProvider/accountCredited.d.cts +4 -4
- package/dist/141/liquidityProvider/accountCredited.d.mts +4 -4
- package/dist/141/liquidityProvider/accountDebited.d.cts +4 -4
- package/dist/141/liquidityProvider/accountDebited.d.mts +4 -4
- package/dist/141/liquidityProvider/assetTransferred.d.cts +4 -4
- package/dist/141/liquidityProvider/assetTransferred.d.mts +4 -4
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.cts +16 -16
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.mts +16 -16
- package/dist/141/liquidityProvider/liquidityDepositCredited.d.cts +4 -4
- package/dist/141/liquidityProvider/liquidityDepositCredited.d.mts +4 -4
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.cts +96 -96
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.mts +96 -96
- package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.cts +12 -12
- package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.mts +12 -12
- package/dist/141/polkadotIngressEgress/ccmEgressInvalid.d.cts +32 -32
- package/dist/141/polkadotIngressEgress/ccmEgressInvalid.d.mts +32 -32
- package/dist/141/polkadotIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/141/polkadotIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/141/polkadotIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/141/polkadotIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +8 -8
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.mts +8 -8
- package/dist/141/swapping/batchSwapFailed.d.cts +4 -4
- package/dist/141/swapping/batchSwapFailed.d.mts +4 -4
- package/dist/141/swapping/ccmDepositReceived.d.cts +144 -144
- package/dist/141/swapping/ccmDepositReceived.d.mts +144 -144
- package/dist/141/swapping/ccmFailed.d.cts +146 -146
- package/dist/141/swapping/ccmFailed.d.mts +146 -146
- package/dist/141/swapping/swapDepositAddressReady.d.cts +16 -16
- package/dist/141/swapping/swapDepositAddressReady.d.mts +16 -16
- package/dist/141/swapping/swapEgressIgnored.d.cts +40 -40
- package/dist/141/swapping/swapEgressIgnored.d.mts +40 -40
- package/dist/141/swapping/swapEgressScheduled.d.cts +8 -8
- package/dist/141/swapping/swapEgressScheduled.d.mts +8 -8
- package/dist/141/swapping/swapExecuted.d.cts +152 -152
- package/dist/141/swapping/swapExecuted.d.mts +152 -152
- package/dist/141/swapping/swapScheduled.d.cts +174 -174
- package/dist/141/swapping/swapScheduled.d.mts +174 -174
- package/dist/141/swapping/withdrawalRequested.d.cts +8 -8
- package/dist/141/swapping/withdrawalRequested.d.mts +8 -8
- package/dist/141/tokenholderGovernance/proposalEnacted.d.cts +16 -16
- package/dist/141/tokenholderGovernance/proposalEnacted.d.mts +16 -16
- package/dist/141/tokenholderGovernance/proposalPassed.d.cts +16 -16
- package/dist/141/tokenholderGovernance/proposalPassed.d.mts +16 -16
- package/dist/141/tokenholderGovernance/proposalRejected.d.cts +16 -16
- package/dist/141/tokenholderGovernance/proposalRejected.d.mts +16 -16
- package/dist/141/tokenholderGovernance/proposalSubmitted.d.cts +16 -16
- package/dist/141/tokenholderGovernance/proposalSubmitted.d.mts +16 -16
- package/dist/141/validator/rotationPhaseUpdated.d.cts +40 -40
- package/dist/141/validator/rotationPhaseUpdated.d.mts +40 -40
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.cts +40 -40
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.mts +40 -40
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/150/arbitrumIngressEgress/depositIgnored.d.cts +4 -4
- package/dist/150/arbitrumIngressEgress/depositIgnored.d.mts +4 -4
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.cts +40 -40
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.mts +40 -40
- package/dist/150/assetBalances/refundScheduled.d.cts +104 -104
- package/dist/150/assetBalances/refundScheduled.d.mts +104 -104
- package/dist/150/assetBalances/refundSkipped.d.cts +192 -192
- package/dist/150/assetBalances/refundSkipped.d.mts +192 -192
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.cts +40 -40
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.mts +40 -40
- package/dist/150/bitcoinIngressEgress/depositBoosted.d.cts +52 -52
- package/dist/150/bitcoinIngressEgress/depositBoosted.d.mts +52 -52
- package/dist/150/bitcoinIngressEgress/depositFinalised.d.cts +48 -48
- package/dist/150/bitcoinIngressEgress/depositFinalised.d.mts +48 -48
- package/dist/150/common.d.cts +289 -289
- package/dist/150/common.d.mts +289 -289
- package/dist/150/emissions/networkFeeBurned.d.cts +4 -4
- package/dist/150/emissions/networkFeeBurned.d.mts +4 -4
- package/dist/150/environment/runtimeSafeModeUpdated.d.cts +80 -80
- package/dist/150/environment/runtimeSafeModeUpdated.d.mts +80 -80
- package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.cts +40 -40
- package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.mts +40 -40
- package/dist/150/ethereumIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/150/ethereumIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/150/ethereumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/150/ethereumIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/150/ethereumIngressEgress/depositIgnored.d.cts +4 -4
- package/dist/150/ethereumIngressEgress/depositIgnored.d.mts +4 -4
- package/dist/150/ethereumIngressEgress/depositWitnessRejected.d.cts +40 -40
- package/dist/150/ethereumIngressEgress/depositWitnessRejected.d.mts +40 -40
- package/dist/150/liquidityPools/assetSwapped.d.cts +24 -24
- package/dist/150/liquidityPools/assetSwapped.d.mts +24 -24
- package/dist/150/liquidityPools/limitOrderUpdated.d.cts +48 -48
- package/dist/150/liquidityPools/limitOrderUpdated.d.mts +48 -48
- package/dist/150/liquidityPools/newPoolCreated.d.cts +24 -24
- package/dist/150/liquidityPools/newPoolCreated.d.mts +24 -24
- package/dist/150/liquidityPools/poolFeeSet.d.cts +24 -24
- package/dist/150/liquidityPools/poolFeeSet.d.mts +24 -24
- package/dist/150/liquidityPools/rangeOrderUpdated.d.cts +80 -80
- package/dist/150/liquidityPools/rangeOrderUpdated.d.mts +80 -80
- package/dist/150/liquidityProvider/accountCredited.d.cts +12 -12
- package/dist/150/liquidityProvider/accountCredited.d.mts +12 -12
- package/dist/150/liquidityProvider/accountDebited.d.cts +12 -12
- package/dist/150/liquidityProvider/accountDebited.d.mts +12 -12
- package/dist/150/liquidityProvider/assetTransferred.d.cts +12 -12
- package/dist/150/liquidityProvider/assetTransferred.d.mts +12 -12
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.cts +22 -22
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.mts +22 -22
- package/dist/150/liquidityProvider/liquidityDepositCredited.d.cts +12 -12
- package/dist/150/liquidityProvider/liquidityDepositCredited.d.mts +12 -12
- package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.cts +100 -100
- package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.mts +100 -100
- package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.cts +28 -28
- package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.mts +28 -28
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.cts +40 -40
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.mts +40 -40
- package/dist/150/polkadotIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/150/polkadotIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/150/polkadotIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/150/polkadotIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/150/polkadotIngressEgress/depositIgnored.d.cts +4 -4
- package/dist/150/polkadotIngressEgress/depositIgnored.d.mts +4 -4
- package/dist/150/polkadotIngressEgress/depositWitnessRejected.d.cts +40 -40
- package/dist/150/polkadotIngressEgress/depositWitnessRejected.d.mts +40 -40
- package/dist/150/solanaBroadcaster/broadcastCallbackExecuted.d.cts +56 -56
- package/dist/150/solanaBroadcaster/broadcastCallbackExecuted.d.mts +56 -56
- package/dist/150/solanaBroadcaster/transactionBroadcastRequest.d.cts +4 -4
- package/dist/150/solanaBroadcaster/transactionBroadcastRequest.d.mts +4 -4
- package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.cts +40 -40
- package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.mts +40 -40
- package/dist/150/solanaIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/150/solanaIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/150/solanaIngressEgress/depositFetchesScheduled.d.cts +4 -4
- package/dist/150/solanaIngressEgress/depositFetchesScheduled.d.mts +4 -4
- package/dist/150/solanaIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/150/solanaIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/150/solanaIngressEgress/depositWitnessRejected.d.cts +32 -32
- package/dist/150/solanaIngressEgress/depositWitnessRejected.d.mts +32 -32
- package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +56 -56
- package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +56 -56
- package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.d.cts +8 -8
- package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.d.mts +8 -8
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.cts +56 -56
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.mts +56 -56
- package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.cts +4 -4
- package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.mts +4 -4
- package/dist/150/swapping/batchSwapFailed.d.cts +12 -12
- package/dist/150/swapping/batchSwapFailed.d.mts +12 -12
- package/dist/150/swapping/ccmDepositReceived.d.cts +172 -172
- package/dist/150/swapping/ccmDepositReceived.d.mts +172 -172
- package/dist/150/swapping/ccmFailed.d.cts +244 -244
- package/dist/150/swapping/ccmFailed.d.mts +244 -244
- package/dist/150/swapping/maximumSwapAmountSet.d.cts +12 -12
- package/dist/150/swapping/maximumSwapAmountSet.d.mts +12 -12
- package/dist/150/swapping/refundEgressIgnored.d.cts +46 -46
- package/dist/150/swapping/refundEgressIgnored.d.mts +46 -46
- package/dist/150/swapping/refundEgressScheduled.d.cts +22 -22
- package/dist/150/swapping/refundEgressScheduled.d.mts +22 -22
- package/dist/150/swapping/swapAmountConfiscated.d.cts +24 -24
- package/dist/150/swapping/swapAmountConfiscated.d.mts +24 -24
- package/dist/150/swapping/swapDepositAddressReady.d.cts +58 -58
- package/dist/150/swapping/swapDepositAddressReady.d.mts +58 -58
- package/dist/150/swapping/swapEgressIgnored.d.cts +46 -46
- package/dist/150/swapping/swapEgressIgnored.d.mts +46 -46
- package/dist/150/swapping/swapEgressScheduled.d.cts +22 -22
- package/dist/150/swapping/swapEgressScheduled.d.mts +22 -22
- package/dist/150/swapping/swapExecuted.d.cts +196 -196
- package/dist/150/swapping/swapExecuted.d.mts +196 -196
- package/dist/150/swapping/swapScheduled.d.cts +278 -278
- package/dist/150/swapping/swapScheduled.d.mts +278 -278
- package/dist/150/swapping/withdrawalRequested.d.cts +32 -32
- package/dist/150/swapping/withdrawalRequested.d.mts +32 -32
- package/dist/150/tokenholderGovernance/proposalEnacted.d.cts +16 -16
- package/dist/150/tokenholderGovernance/proposalEnacted.d.mts +16 -16
- package/dist/150/tokenholderGovernance/proposalPassed.d.cts +16 -16
- package/dist/150/tokenholderGovernance/proposalPassed.d.mts +16 -16
- package/dist/150/tokenholderGovernance/proposalRejected.d.cts +16 -16
- package/dist/150/tokenholderGovernance/proposalRejected.d.mts +16 -16
- package/dist/150/tokenholderGovernance/proposalSubmitted.d.cts +16 -16
- package/dist/150/tokenholderGovernance/proposalSubmitted.d.mts +16 -16
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.cts +28 -28
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.mts +28 -28
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.cts +20 -20
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.mts +20 -20
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/160/assetBalances/accountCredited.d.cts +12 -12
- package/dist/160/assetBalances/accountCredited.d.mts +12 -12
- package/dist/160/assetBalances/accountDebited.d.cts +12 -12
- package/dist/160/assetBalances/accountDebited.d.mts +12 -12
- package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.cts +28 -28
- package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.mts +28 -28
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.cts +20 -20
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.mts +20 -20
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/160/common.d.cts +88 -88
- package/dist/160/common.d.mts +88 -88
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.cts +28 -28
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.mts +28 -28
- package/dist/160/ethereumIngressEgress/depositBoosted.d.cts +20 -20
- package/dist/160/ethereumIngressEgress/depositBoosted.d.mts +20 -20
- package/dist/160/ethereumIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/160/ethereumIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/160/liquidityPools/assetSwapped.d.cts +24 -24
- package/dist/160/liquidityPools/assetSwapped.d.mts +24 -24
- package/dist/160/liquidityPools/limitOrderUpdated.d.cts +24 -24
- package/dist/160/liquidityPools/limitOrderUpdated.d.mts +24 -24
- package/dist/160/liquidityPools/newPoolCreated.d.cts +24 -24
- package/dist/160/liquidityPools/newPoolCreated.d.mts +24 -24
- package/dist/160/liquidityPools/orderDeletionFailed.d.cts +64 -64
- package/dist/160/liquidityPools/orderDeletionFailed.d.mts +64 -64
- package/dist/160/liquidityPools/poolFeeSet.d.cts +24 -24
- package/dist/160/liquidityPools/poolFeeSet.d.mts +24 -24
- package/dist/160/liquidityPools/rangeOrderUpdated.d.cts +48 -48
- package/dist/160/liquidityPools/rangeOrderUpdated.d.mts +48 -48
- package/dist/160/liquidityProvider/assetTransferred.d.cts +12 -12
- package/dist/160/liquidityProvider/assetTransferred.d.mts +12 -12
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.cts +26 -26
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.mts +26 -26
- package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.cts +28 -28
- package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.mts +28 -28
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.cts +28 -28
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.mts +28 -28
- package/dist/160/polkadotIngressEgress/depositBoosted.d.cts +20 -20
- package/dist/160/polkadotIngressEgress/depositBoosted.d.mts +20 -20
- package/dist/160/polkadotIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/160/polkadotIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/160/solanaIngressEgress/boostFundsAdded.d.cts +4 -4
- package/dist/160/solanaIngressEgress/boostFundsAdded.d.mts +4 -4
- package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.cts +28 -28
- package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.mts +28 -28
- package/dist/160/solanaIngressEgress/depositBoosted.d.cts +16 -16
- package/dist/160/solanaIngressEgress/depositBoosted.d.mts +16 -16
- package/dist/160/solanaIngressEgress/depositFetchesScheduled.d.cts +4 -4
- package/dist/160/solanaIngressEgress/depositFetchesScheduled.d.mts +4 -4
- package/dist/160/solanaIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/160/solanaIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/160/solanaIngressEgress/depositWitnessRejected.d.cts +16 -16
- package/dist/160/solanaIngressEgress/depositWitnessRejected.d.mts +16 -16
- package/dist/160/solanaIngressEgress/insufficientBoostLiquidity.d.cts +8 -8
- package/dist/160/solanaIngressEgress/insufficientBoostLiquidity.d.mts +8 -8
- package/dist/160/solanaIngressEgress/stoppedBoosting.d.cts +4 -4
- package/dist/160/solanaIngressEgress/stoppedBoosting.d.mts +4 -4
- package/dist/160/solanaIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/160/solanaIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/160/swapping/batchSwapFailed.d.cts +12 -12
- package/dist/160/swapping/batchSwapFailed.d.mts +12 -12
- package/dist/160/swapping/ccmFailed.d.cts +28 -28
- package/dist/160/swapping/ccmFailed.d.mts +28 -28
- package/dist/160/swapping/maximumSwapAmountSet.d.cts +12 -12
- package/dist/160/swapping/maximumSwapAmountSet.d.mts +12 -12
- package/dist/160/swapping/refundEgressIgnored.d.cts +30 -30
- package/dist/160/swapping/refundEgressIgnored.d.mts +30 -30
- package/dist/160/swapping/refundEgressScheduled.d.cts +22 -22
- package/dist/160/swapping/refundEgressScheduled.d.mts +22 -22
- package/dist/160/swapping/swapAmountConfiscated.d.cts +14 -14
- package/dist/160/swapping/swapAmountConfiscated.d.mts +14 -14
- package/dist/160/swapping/swapDepositAddressReady.d.cts +50 -50
- package/dist/160/swapping/swapDepositAddressReady.d.mts +50 -50
- package/dist/160/swapping/swapEgressIgnored.d.cts +30 -30
- package/dist/160/swapping/swapEgressIgnored.d.mts +30 -30
- package/dist/160/swapping/swapEgressScheduled.d.cts +22 -22
- package/dist/160/swapping/swapEgressScheduled.d.mts +22 -22
- package/dist/160/swapping/swapExecuted.d.cts +24 -24
- package/dist/160/swapping/swapExecuted.d.mts +24 -24
- package/dist/160/swapping/swapRequested.d.cts +76 -76
- package/dist/160/swapping/swapRequested.d.mts +76 -76
- package/dist/160/swapping/swapScheduled.d.cts +12 -12
- package/dist/160/swapping/swapScheduled.d.mts +12 -12
- package/dist/160/swapping/withdrawalRequested.d.cts +30 -30
- package/dist/160/swapping/withdrawalRequested.d.mts +30 -30
- package/dist/170/arbitrumIngressEgress/boostedDepositLost.d.cts +4 -4
- package/dist/170/arbitrumIngressEgress/boostedDepositLost.d.mts +4 -4
- package/dist/170/arbitrumIngressEgress/ccmFailed.d.cts +74 -74
- package/dist/170/arbitrumIngressEgress/ccmFailed.d.mts +74 -74
- package/dist/170/arbitrumIngressEgress/depositIgnored.d.cts +12 -12
- package/dist/170/arbitrumIngressEgress/depositIgnored.d.mts +12 -12
- package/dist/170/bitcoinIngressEgress/boostedDepositLost.d.cts +4 -4
- package/dist/170/bitcoinIngressEgress/boostedDepositLost.d.mts +4 -4
- package/dist/170/bitcoinIngressEgress/ccmFailed.d.cts +74 -74
- package/dist/170/bitcoinIngressEgress/ccmFailed.d.mts +74 -74
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.cts +20 -20
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.mts +20 -20
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.cts +20 -20
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.mts +20 -20
- package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.cts +8 -8
- package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.mts +8 -8
- package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.cts +8 -8
- package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.mts +8 -8
- package/dist/170/common.d.cts +70 -70
- package/dist/170/common.d.mts +70 -70
- package/dist/170/ethereumIngressEgress/boostedDepositLost.d.cts +4 -4
- package/dist/170/ethereumIngressEgress/boostedDepositLost.d.mts +4 -4
- package/dist/170/ethereumIngressEgress/ccmFailed.d.cts +74 -74
- package/dist/170/ethereumIngressEgress/ccmFailed.d.mts +74 -74
- package/dist/170/ethereumIngressEgress/depositIgnored.d.cts +12 -12
- package/dist/170/ethereumIngressEgress/depositIgnored.d.mts +12 -12
- package/dist/170/polkadotIngressEgress/boostedDepositLost.d.cts +4 -4
- package/dist/170/polkadotIngressEgress/boostedDepositLost.d.mts +4 -4
- package/dist/170/polkadotIngressEgress/ccmFailed.d.cts +74 -74
- package/dist/170/polkadotIngressEgress/ccmFailed.d.mts +74 -74
- package/dist/170/polkadotIngressEgress/depositIgnored.d.cts +12 -12
- package/dist/170/polkadotIngressEgress/depositIgnored.d.mts +12 -12
- package/dist/170/reputation/offencePenalty.d.cts +4 -4
- package/dist/170/reputation/offencePenalty.d.mts +4 -4
- package/dist/170/solanaIngressEgress/boostedDepositLost.d.cts +4 -4
- package/dist/170/solanaIngressEgress/boostedDepositLost.d.mts +4 -4
- package/dist/170/solanaIngressEgress/ccmFailed.d.cts +74 -74
- package/dist/170/solanaIngressEgress/ccmFailed.d.mts +74 -74
- package/dist/170/solanaIngressEgress/depositIgnored.d.cts +12 -12
- package/dist/170/solanaIngressEgress/depositIgnored.d.mts +12 -12
- package/dist/170/swapping/minimumChunkSizeSet.d.cts +12 -12
- package/dist/170/swapping/minimumChunkSizeSet.d.mts +12 -12
- package/dist/170/swapping/swapRequested.d.cts +106 -106
- package/dist/170/swapping/swapRequested.d.mts +106 -106
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/180/arbitrumIngressEgress/depositFailed.d.cts +56 -56
- package/dist/180/arbitrumIngressEgress/depositFailed.d.mts +56 -56
- package/dist/180/arbitrumIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/180/arbitrumIngressEgress/depositFinalised.d.mts +4 -4
- package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/180/bitcoinIngressEgress/depositFailed.d.cts +56 -56
- package/dist/180/bitcoinIngressEgress/depositFailed.d.mts +56 -56
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.mts +4 -4
- package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/180/common.d.cts +158 -158
- package/dist/180/common.d.mts +158 -158
- package/dist/180/ethereumIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/180/ethereumIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/180/ethereumIngressEgress/depositFailed.d.cts +56 -56
- package/dist/180/ethereumIngressEgress/depositFailed.d.mts +56 -56
- package/dist/180/ethereumIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/180/ethereumIngressEgress/depositFinalised.d.mts +4 -4
- package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/180/polkadotIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/180/polkadotIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/180/polkadotIngressEgress/depositFailed.d.cts +56 -56
- package/dist/180/polkadotIngressEgress/depositFailed.d.mts +56 -56
- package/dist/180/polkadotIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/180/polkadotIngressEgress/depositFinalised.d.mts +4 -4
- package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/180/solanaIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/180/solanaIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/180/solanaIngressEgress/depositFailed.d.cts +32 -32
- package/dist/180/solanaIngressEgress/depositFailed.d.mts +32 -32
- package/dist/180/solanaIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/180/solanaIngressEgress/depositFinalised.d.mts +4 -4
- package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/180/swapping/refundEgressScheduled.d.cts +26 -26
- package/dist/180/swapping/refundEgressScheduled.d.mts +26 -26
- package/dist/180/swapping/swapDepositAddressReady.d.cts +28 -28
- package/dist/180/swapping/swapDepositAddressReady.d.mts +28 -28
- package/dist/180/swapping/swapEgressScheduled.d.cts +26 -26
- package/dist/180/swapping/swapEgressScheduled.d.mts +26 -26
- package/dist/180/swapping/swapRequested.d.cts +32 -32
- package/dist/180/swapping/swapRequested.d.mts +32 -32
- package/dist/180/swapping/swapScheduled.d.cts +12 -12
- package/dist/180/swapping/swapScheduled.d.mts +12 -12
- package/dist/180/swapping/withdrawalRequested.d.cts +12 -12
- package/dist/180/swapping/withdrawalRequested.d.mts +12 -12
- package/dist/190/arbitrumIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/190/arbitrumIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/190/arbitrumIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/190/arbitrumIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/190/arbitrumIngressEgress/depositFailed.d.cts +60 -60
- package/dist/190/arbitrumIngressEgress/depositFailed.d.mts +60 -60
- package/dist/190/arbitrumIngressEgress/depositFinalised.d.cts +16 -16
- package/dist/190/arbitrumIngressEgress/depositFinalised.d.mts +16 -16
- package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/190/assetBalances/accountCredited.d.cts +4 -4
- package/dist/190/assetBalances/accountCredited.d.mts +4 -4
- package/dist/190/assetBalances/accountDebited.d.cts +4 -4
- package/dist/190/assetBalances/accountDebited.d.mts +4 -4
- package/dist/190/assethubIngressEgress/boostedDepositLost.d.cts +4 -4
- package/dist/190/assethubIngressEgress/boostedDepositLost.d.mts +4 -4
- package/dist/190/assethubIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/190/assethubIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/190/assethubIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/190/assethubIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/190/assethubIngressEgress/depositFailed.d.cts +60 -60
- package/dist/190/assethubIngressEgress/depositFailed.d.mts +60 -60
- package/dist/190/assethubIngressEgress/depositFinalised.d.cts +16 -16
- package/dist/190/assethubIngressEgress/depositFinalised.d.mts +16 -16
- package/dist/190/assethubIngressEgress/transactionRejectionRequestExpired.d.cts +4 -4
- package/dist/190/assethubIngressEgress/transactionRejectionRequestExpired.d.mts +4 -4
- package/dist/190/assethubIngressEgress/transactionRejectionRequestReceived.d.cts +4 -4
- package/dist/190/assethubIngressEgress/transactionRejectionRequestReceived.d.mts +4 -4
- package/dist/190/assethubIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/190/assethubIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/190/bitcoinIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/190/bitcoinIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/190/bitcoinIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/190/bitcoinIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/190/bitcoinIngressEgress/depositFailed.d.cts +60 -60
- package/dist/190/bitcoinIngressEgress/depositFailed.d.mts +60 -60
- package/dist/190/bitcoinIngressEgress/depositFinalised.d.cts +16 -16
- package/dist/190/bitcoinIngressEgress/depositFinalised.d.mts +16 -16
- package/dist/190/bitcoinIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/190/bitcoinIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/190/common.d.cts +250 -250
- package/dist/190/common.d.mts +250 -250
- package/dist/190/environment/runtimeSafeModeUpdated.d.cts +92 -92
- package/dist/190/environment/runtimeSafeModeUpdated.d.mts +92 -92
- package/dist/190/ethereumIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/190/ethereumIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/190/ethereumIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/190/ethereumIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/190/ethereumIngressEgress/depositFailed.d.cts +60 -60
- package/dist/190/ethereumIngressEgress/depositFailed.d.mts +60 -60
- package/dist/190/ethereumIngressEgress/depositFinalised.d.cts +16 -16
- package/dist/190/ethereumIngressEgress/depositFinalised.d.mts +16 -16
- package/dist/190/ethereumIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/190/ethereumIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/190/liquidityPools/limitOrderUpdated.d.cts +8 -8
- package/dist/190/liquidityPools/limitOrderUpdated.d.mts +8 -8
- package/dist/190/liquidityPools/orderDeletionFailed.d.cts +16 -16
- package/dist/190/liquidityPools/orderDeletionFailed.d.mts +16 -16
- package/dist/190/liquidityPools/rangeOrderUpdated.d.cts +8 -8
- package/dist/190/liquidityPools/rangeOrderUpdated.d.mts +8 -8
- package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.cts +8 -8
- package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.mts +8 -8
- package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.cts +4 -4
- package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.mts +4 -4
- package/dist/190/polkadotIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/190/polkadotIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/190/polkadotIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/190/polkadotIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/190/polkadotIngressEgress/depositFailed.d.cts +60 -60
- package/dist/190/polkadotIngressEgress/depositFailed.d.mts +60 -60
- package/dist/190/polkadotIngressEgress/depositFinalised.d.cts +16 -16
- package/dist/190/polkadotIngressEgress/depositFinalised.d.mts +16 -16
- package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/190/solanaIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/190/solanaIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/190/solanaIngressEgress/depositBoosted.d.cts +20 -20
- package/dist/190/solanaIngressEgress/depositBoosted.d.mts +20 -20
- package/dist/190/solanaIngressEgress/depositFailed.d.cts +48 -48
- package/dist/190/solanaIngressEgress/depositFailed.d.mts +48 -48
- package/dist/190/solanaIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/190/solanaIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/190/solanaIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/190/solanaIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/190/swapping/creditedOnChain.d.cts +4 -4
- package/dist/190/swapping/creditedOnChain.d.mts +4 -4
- package/dist/190/swapping/refundEgressIgnored.d.cts +4 -4
- package/dist/190/swapping/refundEgressIgnored.d.mts +4 -4
- package/dist/190/swapping/refundEgressScheduled.d.cts +4 -4
- package/dist/190/swapping/refundEgressScheduled.d.mts +4 -4
- package/dist/190/swapping/refundedOnChain.d.cts +4 -4
- package/dist/190/swapping/refundedOnChain.d.mts +4 -4
- package/dist/190/swapping/swapDepositAddressReady.d.cts +28 -28
- package/dist/190/swapping/swapDepositAddressReady.d.mts +28 -28
- package/dist/190/swapping/swapEgressIgnored.d.cts +4 -4
- package/dist/190/swapping/swapEgressIgnored.d.mts +4 -4
- package/dist/190/swapping/swapEgressScheduled.d.cts +4 -4
- package/dist/190/swapping/swapEgressScheduled.d.mts +4 -4
- package/dist/190/swapping/swapRequested.d.cts +8 -8
- package/dist/190/swapping/swapRequested.d.mts +8 -8
- package/dist/190/tradingStrategy/strategyDeployed.d.cts +8 -8
- package/dist/190/tradingStrategy/strategyDeployed.d.mts +8 -8
- package/dist/200/common.d.cts +56 -56
- package/dist/200/common.d.mts +56 -56
- package/dist/200/environment/runtimeSafeModeUpdated.d.cts +56 -56
- package/dist/200/environment/runtimeSafeModeUpdated.d.mts +56 -56
- package/dist/200/lendingPools/lendingFundsAdded.d.cts +4 -4
- package/dist/200/lendingPools/lendingFundsAdded.d.mts +4 -4
- package/dist/200/lendingPools/lendingFundsRemoved.d.cts +4 -4
- package/dist/200/lendingPools/lendingFundsRemoved.d.mts +4 -4
- package/dist/200/lendingPools/liquidationCompleted.d.cts +4 -4
- package/dist/200/lendingPools/liquidationCompleted.d.mts +4 -4
- package/dist/200/lendingPools/loanCreated.d.cts +4 -4
- package/dist/200/lendingPools/loanCreated.d.mts +4 -4
- package/dist/200/swapping/accountCreationDepositAddressReady.d.cts +4 -4
- package/dist/200/swapping/accountCreationDepositAddressReady.d.mts +4 -4
- package/dist/200/swapping/swapAborted.d.cts +4 -4
- package/dist/200/swapping/swapAborted.d.mts +4 -4
- package/dist/200/swapping/swapRequestCompleted.d.cts +4 -4
- package/dist/200/swapping/swapRequestCompleted.d.mts +4 -4
- package/dist/200/swapping/swapRequested.d.cts +32 -32
- package/dist/200/swapping/swapRequested.d.mts +32 -32
- package/dist/200/swapping/swapRescheduled.d.cts +6 -6
- package/dist/200/swapping/swapRescheduled.d.mts +6 -6
- package/dist/210/arbitrumIngressEgress/ccmEgressInvalid.d.cts +204 -204
- package/dist/210/arbitrumIngressEgress/ccmEgressInvalid.d.mts +204 -204
- package/dist/210/arbitrumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/210/arbitrumIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/210/arbitrumIngressEgress/depositFailed.d.cts +320 -320
- package/dist/210/arbitrumIngressEgress/depositFailed.d.mts +320 -320
- package/dist/210/arbitrumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/210/arbitrumIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/210/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +204 -204
- package/dist/210/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +204 -204
- package/dist/210/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/210/arbitrumIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/210/assetBalances/refundSkipped.d.cts +148 -148
- package/dist/210/assetBalances/refundSkipped.d.mts +148 -148
- package/dist/210/assethubIngressEgress/ccmEgressInvalid.d.cts +204 -204
- package/dist/210/assethubIngressEgress/ccmEgressInvalid.d.mts +204 -204
- package/dist/210/assethubIngressEgress/depositFailed.d.cts +320 -320
- package/dist/210/assethubIngressEgress/depositFailed.d.mts +320 -320
- package/dist/210/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +204 -204
- package/dist/210/assethubIngressEgress/failedToBuildAllBatchCall.d.mts +204 -204
- package/dist/210/bitcoinIngressEgress/ccmEgressInvalid.d.cts +204 -204
- package/dist/210/bitcoinIngressEgress/ccmEgressInvalid.d.mts +204 -204
- package/dist/210/bitcoinIngressEgress/depositFailed.d.cts +580 -580
- package/dist/210/bitcoinIngressEgress/depositFailed.d.mts +580 -580
- package/dist/210/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +204 -204
- package/dist/210/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +204 -204
- package/dist/210/bitcoinThresholdSigner/thresholdDispatchComplete.d.cts +68 -68
- package/dist/210/bitcoinThresholdSigner/thresholdDispatchComplete.d.mts +68 -68
- package/dist/210/common.d.cts +2906 -2906
- package/dist/210/common.d.mts +2906 -2906
- package/dist/210/emissions/flipBurnSkipped.d.cts +40 -40
- package/dist/210/emissions/flipBurnSkipped.d.mts +40 -40
- package/dist/210/environment/runtimeSafeModeUpdated.d.cts +124 -124
- package/dist/210/environment/runtimeSafeModeUpdated.d.mts +124 -124
- package/dist/210/ethereumIngressEgress/ccmEgressInvalid.d.cts +204 -204
- package/dist/210/ethereumIngressEgress/ccmEgressInvalid.d.mts +204 -204
- package/dist/210/ethereumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/210/ethereumIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/210/ethereumIngressEgress/depositFailed.d.cts +320 -320
- package/dist/210/ethereumIngressEgress/depositFailed.d.mts +320 -320
- package/dist/210/ethereumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/210/ethereumIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/210/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +204 -204
- package/dist/210/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +204 -204
- package/dist/210/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/210/ethereumIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/210/evmThresholdSigner/thresholdDispatchComplete.d.cts +68 -68
- package/dist/210/evmThresholdSigner/thresholdDispatchComplete.d.mts +68 -68
- package/dist/210/funding/sCCallCannotBeExecuted.d.cts +108 -108
- package/dist/210/funding/sCCallCannotBeExecuted.d.mts +108 -108
- package/dist/210/governance/failedExecution.d.cts +20 -20
- package/dist/210/governance/failedExecution.d.mts +20 -20
- package/dist/210/governance/govKeyCallExecutionFailed.d.cts +44 -44
- package/dist/210/governance/govKeyCallExecutionFailed.d.mts +44 -44
- package/dist/210/lendingPools/collateralAdded.d.cts +8 -8
- package/dist/210/lendingPools/collateralAdded.d.mts +8 -8
- package/dist/210/lendingPools/lendingFundsRemoved.d.cts +4 -4
- package/dist/210/lendingPools/lendingFundsRemoved.d.mts +4 -4
- package/dist/210/lendingPools/palletConfigUpdated.d.cts +32 -32
- package/dist/210/lendingPools/palletConfigUpdated.d.mts +32 -32
- package/dist/210/lendingPools/stoppedBoosting.d.cts +4 -4
- package/dist/210/lendingPools/stoppedBoosting.d.mts +4 -4
- package/dist/210/liquidityPools/limitOrderUpdated.d.cts +16 -16
- package/dist/210/liquidityPools/limitOrderUpdated.d.mts +16 -16
- package/dist/210/liquidityPools/rangeOrderUpdated.d.cts +16 -16
- package/dist/210/liquidityPools/rangeOrderUpdated.d.mts +16 -16
- package/dist/210/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.cts +40 -40
- package/dist/210/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.mts +40 -40
- package/dist/210/liquidityProvider/assetBalancePurgeFailed.d.cts +40 -40
- package/dist/210/liquidityProvider/assetBalancePurgeFailed.d.mts +40 -40
- package/dist/210/liquidityProvider/assetBalancePurged.d.cts +8 -8
- package/dist/210/liquidityProvider/assetBalancePurged.d.mts +8 -8
- package/dist/210/liquidityProvider/liquidityDepositAddressReady.d.cts +8 -8
- package/dist/210/liquidityProvider/liquidityDepositAddressReady.d.mts +8 -8
- package/dist/210/liquidityProvider/withdrawalEgressScheduled.d.cts +8 -8
- package/dist/210/liquidityProvider/withdrawalEgressScheduled.d.mts +8 -8
- package/dist/210/polkadotIngressEgress/ccmEgressInvalid.d.cts +204 -204
- package/dist/210/polkadotIngressEgress/ccmEgressInvalid.d.mts +204 -204
- package/dist/210/polkadotIngressEgress/depositFailed.d.cts +320 -320
- package/dist/210/polkadotIngressEgress/depositFailed.d.mts +320 -320
- package/dist/210/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +204 -204
- package/dist/210/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +204 -204
- package/dist/210/polkadotThresholdSigner/thresholdDispatchComplete.d.cts +68 -68
- package/dist/210/polkadotThresholdSigner/thresholdDispatchComplete.d.mts +68 -68
- package/dist/210/solanaIngressEgress/ccmEgressInvalid.d.cts +204 -204
- package/dist/210/solanaIngressEgress/ccmEgressInvalid.d.mts +204 -204
- package/dist/210/solanaIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/210/solanaIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/210/solanaIngressEgress/depositFailed.d.cts +384 -384
- package/dist/210/solanaIngressEgress/depositFailed.d.mts +384 -384
- package/dist/210/solanaIngressEgress/depositFinalised.d.cts +24 -24
- package/dist/210/solanaIngressEgress/depositFinalised.d.mts +24 -24
- package/dist/210/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +204 -204
- package/dist/210/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +204 -204
- package/dist/210/solanaIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/210/solanaIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/210/solanaThresholdSigner/thresholdDispatchComplete.d.cts +68 -68
- package/dist/210/solanaThresholdSigner/thresholdDispatchComplete.d.mts +68 -68
- package/dist/210/swapping/accountCreationDepositAddressReady.d.cts +24 -24
- package/dist/210/swapping/accountCreationDepositAddressReady.d.mts +24 -24
- package/dist/210/swapping/refundEgressIgnored.d.cts +40 -40
- package/dist/210/swapping/refundEgressIgnored.d.mts +40 -40
- package/dist/210/swapping/swapDepositAddressReady.d.cts +54 -54
- package/dist/210/swapping/swapDepositAddressReady.d.mts +54 -54
- package/dist/210/swapping/swapEgressIgnored.d.cts +40 -40
- package/dist/210/swapping/swapEgressIgnored.d.mts +40 -40
- package/dist/210/swapping/swapRequested.d.cts +786 -786
- package/dist/210/swapping/swapRequested.d.mts +786 -786
- package/dist/210/swapping/withdrawalRequested.d.cts +12 -12
- package/dist/210/swapping/withdrawalRequested.d.mts +12 -12
- package/dist/210/system/extrinsicFailed.d.cts +40 -40
- package/dist/210/system/extrinsicFailed.d.mts +40 -40
- package/dist/210/system/rejectedInvalidAuthorizedUpgrade.d.cts +40 -40
- package/dist/210/system/rejectedInvalidAuthorizedUpgrade.d.mts +40 -40
- package/dist/210/witnesser/prewitnessExecutionFailed.d.cts +44 -44
- package/dist/210/witnesser/prewitnessExecutionFailed.d.mts +44 -44
- package/dist/210/witnesser/witnessExecutionFailed.d.cts +44 -44
- package/dist/210/witnesser/witnessExecutionFailed.d.mts +44 -44
- package/dist/220/arbitrumIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/220/arbitrumIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/220/arbitrumIngressEgress/ccmEgressInvalid.d.cts +8 -8
- package/dist/220/arbitrumIngressEgress/ccmEgressInvalid.d.mts +8 -8
- package/dist/220/arbitrumIngressEgress/depositBoosted.d.cts +28 -28
- package/dist/220/arbitrumIngressEgress/depositBoosted.d.mts +28 -28
- package/dist/220/arbitrumIngressEgress/depositFailed.d.cts +72 -72
- package/dist/220/arbitrumIngressEgress/depositFailed.d.mts +72 -72
- package/dist/220/arbitrumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/220/arbitrumIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/220/arbitrumIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/220/arbitrumIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/220/assetBalances/accountCredited.d.cts +14 -14
- package/dist/220/assetBalances/accountCredited.d.mts +14 -14
- package/dist/220/assetBalances/accountDebited.d.cts +14 -14
- package/dist/220/assetBalances/accountDebited.d.mts +14 -14
- package/dist/220/assetBalances/refundSkipped.d.cts +106 -106
- package/dist/220/assetBalances/refundSkipped.d.mts +106 -106
- package/dist/220/assethubIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/220/assethubIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/220/assethubIngressEgress/ccmEgressInvalid.d.cts +8 -8
- package/dist/220/assethubIngressEgress/ccmEgressInvalid.d.mts +8 -8
- package/dist/220/assethubIngressEgress/depositBoosted.d.cts +28 -28
- package/dist/220/assethubIngressEgress/depositBoosted.d.mts +28 -28
- package/dist/220/assethubIngressEgress/depositFailed.d.cts +72 -72
- package/dist/220/assethubIngressEgress/depositFailed.d.mts +72 -72
- package/dist/220/assethubIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/220/assethubIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/220/assethubIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/220/assethubIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/220/bitcoinIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/220/bitcoinIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/220/bitcoinIngressEgress/ccmEgressInvalid.d.cts +8 -8
- package/dist/220/bitcoinIngressEgress/ccmEgressInvalid.d.mts +8 -8
- package/dist/220/bitcoinIngressEgress/depositBoosted.d.cts +28 -28
- package/dist/220/bitcoinIngressEgress/depositBoosted.d.mts +28 -28
- package/dist/220/bitcoinIngressEgress/depositFailed.d.cts +84 -84
- package/dist/220/bitcoinIngressEgress/depositFailed.d.mts +84 -84
- package/dist/220/bitcoinIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/220/bitcoinIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/220/bitcoinIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/220/bitcoinIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/220/common.d.cts +607 -607
- package/dist/220/common.d.mts +607 -607
- package/dist/220/environment/runtimeSafeModeUpdated.d.cts +84 -84
- package/dist/220/environment/runtimeSafeModeUpdated.d.mts +84 -84
- package/dist/220/ethereumIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/220/ethereumIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/220/ethereumIngressEgress/ccmEgressInvalid.d.cts +8 -8
- package/dist/220/ethereumIngressEgress/ccmEgressInvalid.d.mts +8 -8
- package/dist/220/ethereumIngressEgress/depositBoosted.d.cts +28 -28
- package/dist/220/ethereumIngressEgress/depositBoosted.d.mts +28 -28
- package/dist/220/ethereumIngressEgress/depositFailed.d.cts +72 -72
- package/dist/220/ethereumIngressEgress/depositFailed.d.mts +72 -72
- package/dist/220/ethereumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/220/ethereumIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/220/ethereumIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/220/ethereumIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/220/funding/funded.d.cts +16 -16
- package/dist/220/funding/funded.d.mts +16 -16
- package/dist/220/lendingPools/boostFundsAdded.d.cts +16 -16
- package/dist/220/lendingPools/boostFundsAdded.d.mts +16 -16
- package/dist/220/lendingPools/boostPoolCreated.d.cts +16 -16
- package/dist/220/lendingPools/boostPoolCreated.d.mts +16 -16
- package/dist/220/lendingPools/lendingFundsAdded.d.cts +12 -12
- package/dist/220/lendingPools/lendingFundsAdded.d.mts +12 -12
- package/dist/220/lendingPools/lendingFundsRemoved.d.cts +16 -16
- package/dist/220/lendingPools/lendingFundsRemoved.d.mts +16 -16
- package/dist/220/lendingPools/lendingPoolCreated.d.cts +12 -12
- package/dist/220/lendingPools/lendingPoolCreated.d.mts +12 -12
- package/dist/220/lendingPools/loanCreated.d.cts +12 -12
- package/dist/220/lendingPools/loanCreated.d.mts +12 -12
- package/dist/220/lendingPools/loanRepaid.d.cts +4 -4
- package/dist/220/lendingPools/loanRepaid.d.mts +4 -4
- package/dist/220/lendingPools/palletConfigUpdated.d.cts +36 -36
- package/dist/220/lendingPools/palletConfigUpdated.d.mts +36 -36
- package/dist/220/lendingPools/stoppedBoosting.d.cts +16 -16
- package/dist/220/lendingPools/stoppedBoosting.d.mts +16 -16
- package/dist/220/liquidityPools/assetSwapped.d.cts +28 -28
- package/dist/220/liquidityPools/assetSwapped.d.mts +28 -28
- package/dist/220/liquidityPools/limitOrderUpdated.d.cts +24 -24
- package/dist/220/liquidityPools/limitOrderUpdated.d.mts +24 -24
- package/dist/220/liquidityPools/newPoolCreated.d.cts +24 -24
- package/dist/220/liquidityPools/newPoolCreated.d.mts +24 -24
- package/dist/220/liquidityPools/orderDeletionFailed.d.cts +64 -64
- package/dist/220/liquidityPools/orderDeletionFailed.d.mts +64 -64
- package/dist/220/liquidityPools/palletConfigUpdated.d.cts +16 -16
- package/dist/220/liquidityPools/palletConfigUpdated.d.mts +16 -16
- package/dist/220/liquidityPools/poolFeeSet.d.cts +24 -24
- package/dist/220/liquidityPools/poolFeeSet.d.mts +24 -24
- package/dist/220/liquidityPools/rangeOrderUpdated.d.cts +24 -24
- package/dist/220/liquidityPools/rangeOrderUpdated.d.mts +24 -24
- package/dist/220/liquidityProvider/assetBalancePurgeFailed.d.cts +18 -18
- package/dist/220/liquidityProvider/assetBalancePurgeFailed.d.mts +18 -18
- package/dist/220/liquidityProvider/assetBalancePurged.d.cts +24 -24
- package/dist/220/liquidityProvider/assetBalancePurged.d.mts +24 -24
- package/dist/220/liquidityProvider/assetTransferred.d.cts +12 -12
- package/dist/220/liquidityProvider/assetTransferred.d.mts +12 -12
- package/dist/220/liquidityProvider/liquidityDepositAddressReady.d.cts +36 -36
- package/dist/220/liquidityProvider/liquidityDepositAddressReady.d.mts +36 -36
- package/dist/220/liquidityProvider/liquidityRefundAddressRegistered.d.cts +4 -4
- package/dist/220/liquidityProvider/liquidityRefundAddressRegistered.d.mts +4 -4
- package/dist/220/liquidityProvider/withdrawalEgressScheduled.d.cts +20 -20
- package/dist/220/liquidityProvider/withdrawalEgressScheduled.d.mts +20 -20
- package/dist/220/polkadotIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/220/polkadotIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/220/polkadotIngressEgress/ccmEgressInvalid.d.cts +8 -8
- package/dist/220/polkadotIngressEgress/ccmEgressInvalid.d.mts +8 -8
- package/dist/220/polkadotIngressEgress/depositBoosted.d.cts +28 -28
- package/dist/220/polkadotIngressEgress/depositBoosted.d.mts +28 -28
- package/dist/220/polkadotIngressEgress/depositFailed.d.cts +72 -72
- package/dist/220/polkadotIngressEgress/depositFailed.d.mts +72 -72
- package/dist/220/polkadotIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/220/polkadotIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/220/polkadotIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/220/polkadotIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/220/solanaIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/220/solanaIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/220/solanaIngressEgress/ccmEgressInvalid.d.cts +8 -8
- package/dist/220/solanaIngressEgress/ccmEgressInvalid.d.mts +8 -8
- package/dist/220/solanaIngressEgress/depositBoosted.d.cts +28 -28
- package/dist/220/solanaIngressEgress/depositBoosted.d.mts +28 -28
- package/dist/220/solanaIngressEgress/depositFailed.d.cts +72 -72
- package/dist/220/solanaIngressEgress/depositFailed.d.mts +72 -72
- package/dist/220/solanaIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/220/solanaIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/220/solanaIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/220/solanaIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/220/swapping/accountCreationDepositAddressReady.d.cts +40 -40
- package/dist/220/swapping/accountCreationDepositAddressReady.d.mts +40 -40
- package/dist/220/swapping/batchSwapFailed.d.cts +12 -12
- package/dist/220/swapping/batchSwapFailed.d.mts +12 -12
- package/dist/220/swapping/creditedOnChain.d.cts +20 -20
- package/dist/220/swapping/creditedOnChain.d.mts +20 -20
- package/dist/220/swapping/palletConfigUpdated.d.cts +96 -96
- package/dist/220/swapping/palletConfigUpdated.d.mts +96 -96
- package/dist/220/swapping/refundEgressIgnored.d.cts +16 -16
- package/dist/220/swapping/refundEgressIgnored.d.mts +16 -16
- package/dist/220/swapping/refundEgressScheduled.d.cts +28 -28
- package/dist/220/swapping/refundEgressScheduled.d.mts +28 -28
- package/dist/220/swapping/refundedOnChain.d.cts +20 -20
- package/dist/220/swapping/refundedOnChain.d.mts +20 -20
- package/dist/220/swapping/swapAmountConfiscated.d.cts +12 -12
- package/dist/220/swapping/swapAmountConfiscated.d.mts +12 -12
- package/dist/220/swapping/swapDepositAddressReady.d.cts +58 -58
- package/dist/220/swapping/swapDepositAddressReady.d.mts +58 -58
- package/dist/220/swapping/swapEgressIgnored.d.cts +16 -16
- package/dist/220/swapping/swapEgressIgnored.d.mts +16 -16
- package/dist/220/swapping/swapEgressScheduled.d.cts +28 -28
- package/dist/220/swapping/swapEgressScheduled.d.mts +28 -28
- package/dist/220/swapping/swapExecuted.d.cts +32 -32
- package/dist/220/swapping/swapExecuted.d.mts +32 -32
- package/dist/220/swapping/swapRequested.d.cts +158 -158
- package/dist/220/swapping/swapRequested.d.mts +158 -158
- package/dist/220/swapping/withdrawalRequested.d.cts +26 -26
- package/dist/220/swapping/withdrawalRequested.d.mts +26 -26
- package/dist/220/tradingStrategy/fundsAddedToStrategy.d.cts +12 -12
- package/dist/220/tradingStrategy/fundsAddedToStrategy.d.mts +12 -12
- package/dist/220/tradingStrategy/palletConfigUpdated.d.cts +48 -48
- package/dist/220/tradingStrategy/palletConfigUpdated.d.mts +48 -48
- package/dist/220/tradingStrategy/strategyDeployed.d.cts +80 -80
- package/dist/220/tradingStrategy/strategyDeployed.d.mts +80 -80
- package/dist/220/tronIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/220/tronIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/220/tronIngressEgress/ccmEgressInvalid.d.cts +8 -8
- package/dist/220/tronIngressEgress/ccmEgressInvalid.d.mts +8 -8
- package/dist/220/tronIngressEgress/channelRejectionRequestReceived.d.cts +4 -4
- package/dist/220/tronIngressEgress/channelRejectionRequestReceived.d.mts +4 -4
- package/dist/220/tronIngressEgress/depositBoosted.d.cts +28 -28
- package/dist/220/tronIngressEgress/depositBoosted.d.mts +28 -28
- package/dist/220/tronIngressEgress/depositFailed.d.cts +72 -72
- package/dist/220/tronIngressEgress/depositFailed.d.mts +72 -72
- package/dist/220/tronIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/220/tronIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/220/tronIngressEgress/transactionRejectedByBroker.d.cts +4 -4
- package/dist/220/tronIngressEgress/transactionRejectedByBroker.d.mts +4 -4
- package/dist/220/tronIngressEgress/transactionRejectionRequestExpired.d.cts +4 -4
- package/dist/220/tronIngressEgress/transactionRejectionRequestExpired.d.mts +4 -4
- package/dist/220/tronIngressEgress/transactionRejectionRequestReceived.d.cts +4 -4
- package/dist/220/tronIngressEgress/transactionRejectionRequestReceived.d.mts +4 -4
- package/dist/220/tronIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/220/tronIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/package.json +3 -3
|
@@ -55,17 +55,17 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
55
55
|
error: string;
|
|
56
56
|
}>;
|
|
57
57
|
}, "strip", z.ZodTypeAny, {
|
|
58
|
+
__kind: "Module";
|
|
58
59
|
value: {
|
|
59
60
|
index: number;
|
|
60
61
|
error: `0x${string}`;
|
|
61
62
|
};
|
|
62
|
-
__kind: "Module";
|
|
63
63
|
}, {
|
|
64
|
+
__kind: "Module";
|
|
64
65
|
value: {
|
|
65
66
|
index: number;
|
|
66
67
|
error: string;
|
|
67
68
|
};
|
|
68
|
-
__kind: "Module";
|
|
69
69
|
}>, z.ZodObject<{
|
|
70
70
|
__kind: z.ZodLiteral<"ConsumerRemaining">;
|
|
71
71
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -89,20 +89,20 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
89
89
|
value: z.ZodEffects<z.ZodObject<{
|
|
90
90
|
__kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
|
|
91
91
|
}, "strip", z.ZodTypeAny, {
|
|
92
|
-
__kind: "
|
|
92
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
93
93
|
}, {
|
|
94
|
-
__kind: "
|
|
95
|
-
}>, "
|
|
96
|
-
__kind: "
|
|
94
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
95
|
+
}>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
|
|
96
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
97
97
|
}>;
|
|
98
98
|
}, "strip", z.ZodTypeAny, {
|
|
99
|
-
value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
100
99
|
__kind: "Token";
|
|
100
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
101
101
|
}, {
|
|
102
|
+
__kind: "Token";
|
|
102
103
|
value: {
|
|
103
|
-
__kind: "
|
|
104
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
104
105
|
};
|
|
105
|
-
__kind: "Token";
|
|
106
106
|
}>, z.ZodObject<{
|
|
107
107
|
__kind: z.ZodLiteral<"Arithmetic">;
|
|
108
108
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -115,13 +115,13 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
115
115
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
116
116
|
}>;
|
|
117
117
|
}, "strip", z.ZodTypeAny, {
|
|
118
|
-
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
119
118
|
__kind: "Arithmetic";
|
|
119
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
120
120
|
}, {
|
|
121
|
+
__kind: "Arithmetic";
|
|
121
122
|
value: {
|
|
122
123
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
123
124
|
};
|
|
124
|
-
__kind: "Arithmetic";
|
|
125
125
|
}>, z.ZodObject<{
|
|
126
126
|
__kind: z.ZodLiteral<"Transactional">;
|
|
127
127
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -134,13 +134,13 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
134
134
|
__kind: "LimitReached" | "NoLayer";
|
|
135
135
|
}>;
|
|
136
136
|
}, "strip", z.ZodTypeAny, {
|
|
137
|
-
value: "LimitReached" | "NoLayer";
|
|
138
137
|
__kind: "Transactional";
|
|
138
|
+
value: "LimitReached" | "NoLayer";
|
|
139
139
|
}, {
|
|
140
|
+
__kind: "Transactional";
|
|
140
141
|
value: {
|
|
141
142
|
__kind: "LimitReached" | "NoLayer";
|
|
142
143
|
};
|
|
143
|
-
__kind: "Transactional";
|
|
144
144
|
}>, z.ZodObject<{
|
|
145
145
|
__kind: z.ZodLiteral<"Exhausted">;
|
|
146
146
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -167,6 +167,7 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
167
167
|
__kind: "RootNotAllowed";
|
|
168
168
|
}>]>;
|
|
169
169
|
}, "strip", z.ZodTypeAny, {
|
|
170
|
+
__kind: "DepositWitnessRejected";
|
|
170
171
|
value: {
|
|
171
172
|
__kind: "Other";
|
|
172
173
|
} | {
|
|
@@ -174,11 +175,11 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
174
175
|
} | {
|
|
175
176
|
__kind: "BadOrigin";
|
|
176
177
|
} | {
|
|
178
|
+
__kind: "Module";
|
|
177
179
|
value: {
|
|
178
180
|
index: number;
|
|
179
181
|
error: `0x${string}`;
|
|
180
182
|
};
|
|
181
|
-
__kind: "Module";
|
|
182
183
|
} | {
|
|
183
184
|
__kind: "ConsumerRemaining";
|
|
184
185
|
} | {
|
|
@@ -186,14 +187,14 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
186
187
|
} | {
|
|
187
188
|
__kind: "TooManyConsumers";
|
|
188
189
|
} | {
|
|
189
|
-
value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
190
190
|
__kind: "Token";
|
|
191
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
191
192
|
} | {
|
|
192
|
-
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
193
193
|
__kind: "Arithmetic";
|
|
194
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
194
195
|
} | {
|
|
195
|
-
value: "LimitReached" | "NoLayer";
|
|
196
196
|
__kind: "Transactional";
|
|
197
|
+
value: "LimitReached" | "NoLayer";
|
|
197
198
|
} | {
|
|
198
199
|
__kind: "Exhausted";
|
|
199
200
|
} | {
|
|
@@ -203,8 +204,8 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
203
204
|
} | {
|
|
204
205
|
__kind: "RootNotAllowed";
|
|
205
206
|
};
|
|
206
|
-
__kind: "DepositWitnessRejected";
|
|
207
207
|
}, {
|
|
208
|
+
__kind: "DepositWitnessRejected";
|
|
208
209
|
value: {
|
|
209
210
|
__kind: "Other";
|
|
210
211
|
} | {
|
|
@@ -212,11 +213,11 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
212
213
|
} | {
|
|
213
214
|
__kind: "BadOrigin";
|
|
214
215
|
} | {
|
|
216
|
+
__kind: "Module";
|
|
215
217
|
value: {
|
|
216
218
|
index: number;
|
|
217
219
|
error: string;
|
|
218
220
|
};
|
|
219
|
-
__kind: "Module";
|
|
220
221
|
} | {
|
|
221
222
|
__kind: "ConsumerRemaining";
|
|
222
223
|
} | {
|
|
@@ -224,20 +225,20 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
224
225
|
} | {
|
|
225
226
|
__kind: "TooManyConsumers";
|
|
226
227
|
} | {
|
|
228
|
+
__kind: "Token";
|
|
227
229
|
value: {
|
|
228
|
-
__kind: "
|
|
230
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
229
231
|
};
|
|
230
|
-
__kind: "Token";
|
|
231
232
|
} | {
|
|
233
|
+
__kind: "Arithmetic";
|
|
232
234
|
value: {
|
|
233
235
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
234
236
|
};
|
|
235
|
-
__kind: "Arithmetic";
|
|
236
237
|
} | {
|
|
238
|
+
__kind: "Transactional";
|
|
237
239
|
value: {
|
|
238
240
|
__kind: "LimitReached" | "NoLayer";
|
|
239
241
|
};
|
|
240
|
-
__kind: "Transactional";
|
|
241
242
|
} | {
|
|
242
243
|
__kind: "Exhausted";
|
|
243
244
|
} | {
|
|
@@ -247,7 +248,6 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
247
248
|
} | {
|
|
248
249
|
__kind: "RootNotAllowed";
|
|
249
250
|
};
|
|
250
|
-
__kind: "DepositWitnessRejected";
|
|
251
251
|
}>]>;
|
|
252
252
|
details: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
253
253
|
__kind: z.ZodLiteral<"DepositFailedDepositChannelVariantAssethub">;
|
|
@@ -314,21 +314,21 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
314
314
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
315
315
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
316
316
|
}, "strip", z.ZodTypeAny, {
|
|
317
|
-
__kind: "
|
|
317
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
318
318
|
}, {
|
|
319
|
-
__kind: "
|
|
320
|
-
}>, "
|
|
321
|
-
__kind: "
|
|
319
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
320
|
+
}>, "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
321
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
322
322
|
}>;
|
|
323
323
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
324
324
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
325
325
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
326
326
|
}, "strip", z.ZodTypeAny, {
|
|
327
|
-
value: `0x${string}`;
|
|
328
327
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
328
|
+
value: `0x${string}`;
|
|
329
329
|
}, {
|
|
330
|
-
value: string;
|
|
331
330
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
331
|
+
value: string;
|
|
332
332
|
}>, {
|
|
333
333
|
readonly chain: "Ethereum";
|
|
334
334
|
readonly address: `0x${string}`;
|
|
@@ -348,8 +348,8 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
348
348
|
readonly chain: "Assethub";
|
|
349
349
|
readonly address: string;
|
|
350
350
|
}, {
|
|
351
|
-
value: string;
|
|
352
351
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
352
|
+
value: string;
|
|
353
353
|
}>;
|
|
354
354
|
depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
355
355
|
channelMetadata: z.ZodObject<{
|
|
@@ -378,67 +378,67 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
378
378
|
__kind: z.ZodLiteral<"Eth">;
|
|
379
379
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
380
380
|
}, "strip", z.ZodTypeAny, {
|
|
381
|
-
value: `0x${string}`;
|
|
382
381
|
__kind: "Eth";
|
|
382
|
+
value: `0x${string}`;
|
|
383
383
|
}, {
|
|
384
|
-
value: string;
|
|
385
384
|
__kind: "Eth";
|
|
385
|
+
value: string;
|
|
386
386
|
}>, z.ZodObject<{
|
|
387
387
|
__kind: z.ZodLiteral<"Dot">;
|
|
388
388
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
389
389
|
}, "strip", z.ZodTypeAny, {
|
|
390
|
-
value: `0x${string}`;
|
|
391
390
|
__kind: "Dot";
|
|
391
|
+
value: `0x${string}`;
|
|
392
392
|
}, {
|
|
393
|
-
value: string;
|
|
394
393
|
__kind: "Dot";
|
|
394
|
+
value: string;
|
|
395
395
|
}>, z.ZodObject<{
|
|
396
396
|
__kind: z.ZodLiteral<"Btc">;
|
|
397
397
|
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
398
398
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
399
399
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
400
400
|
}, "strip", z.ZodTypeAny, {
|
|
401
|
-
value: `0x${string}`;
|
|
402
401
|
__kind: "P2PKH";
|
|
402
|
+
value: `0x${string}`;
|
|
403
403
|
}, {
|
|
404
|
-
value: string;
|
|
405
404
|
__kind: "P2PKH";
|
|
405
|
+
value: string;
|
|
406
406
|
}>, z.ZodObject<{
|
|
407
407
|
__kind: z.ZodLiteral<"P2SH">;
|
|
408
408
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
409
409
|
}, "strip", z.ZodTypeAny, {
|
|
410
|
-
value: `0x${string}`;
|
|
411
410
|
__kind: "P2SH";
|
|
411
|
+
value: `0x${string}`;
|
|
412
412
|
}, {
|
|
413
|
-
value: string;
|
|
414
413
|
__kind: "P2SH";
|
|
414
|
+
value: string;
|
|
415
415
|
}>, z.ZodObject<{
|
|
416
416
|
__kind: z.ZodLiteral<"P2WPKH">;
|
|
417
417
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
418
418
|
}, "strip", z.ZodTypeAny, {
|
|
419
|
-
value: `0x${string}`;
|
|
420
419
|
__kind: "P2WPKH";
|
|
420
|
+
value: `0x${string}`;
|
|
421
421
|
}, {
|
|
422
|
-
value: string;
|
|
423
422
|
__kind: "P2WPKH";
|
|
423
|
+
value: string;
|
|
424
424
|
}>, z.ZodObject<{
|
|
425
425
|
__kind: z.ZodLiteral<"P2WSH">;
|
|
426
426
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
427
427
|
}, "strip", z.ZodTypeAny, {
|
|
428
|
-
value: `0x${string}`;
|
|
429
428
|
__kind: "P2WSH";
|
|
429
|
+
value: `0x${string}`;
|
|
430
430
|
}, {
|
|
431
|
-
value: string;
|
|
432
431
|
__kind: "P2WSH";
|
|
432
|
+
value: string;
|
|
433
433
|
}>, z.ZodObject<{
|
|
434
434
|
__kind: z.ZodLiteral<"Taproot">;
|
|
435
435
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
436
436
|
}, "strip", z.ZodTypeAny, {
|
|
437
|
-
value: `0x${string}`;
|
|
438
437
|
__kind: "Taproot";
|
|
438
|
+
value: `0x${string}`;
|
|
439
439
|
}, {
|
|
440
|
-
value: string;
|
|
441
440
|
__kind: "Taproot";
|
|
441
|
+
value: string;
|
|
442
442
|
}>, z.ZodObject<{
|
|
443
443
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
444
444
|
version: z.ZodNumber;
|
|
@@ -453,76 +453,76 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
453
453
|
program: string;
|
|
454
454
|
}>]>;
|
|
455
455
|
}, "strip", z.ZodTypeAny, {
|
|
456
|
+
__kind: "Btc";
|
|
456
457
|
value: {
|
|
457
|
-
value: `0x${string}`;
|
|
458
458
|
__kind: "P2PKH";
|
|
459
|
-
} | {
|
|
460
459
|
value: `0x${string}`;
|
|
461
|
-
__kind: "P2SH";
|
|
462
460
|
} | {
|
|
461
|
+
__kind: "P2SH";
|
|
463
462
|
value: `0x${string}`;
|
|
464
|
-
__kind: "P2WPKH";
|
|
465
463
|
} | {
|
|
464
|
+
__kind: "P2WPKH";
|
|
466
465
|
value: `0x${string}`;
|
|
467
|
-
__kind: "P2WSH";
|
|
468
466
|
} | {
|
|
467
|
+
__kind: "P2WSH";
|
|
469
468
|
value: `0x${string}`;
|
|
469
|
+
} | {
|
|
470
470
|
__kind: "Taproot";
|
|
471
|
+
value: `0x${string}`;
|
|
471
472
|
} | {
|
|
472
473
|
__kind: "OtherSegwit";
|
|
473
474
|
version: number;
|
|
474
475
|
program: `0x${string}`;
|
|
475
476
|
};
|
|
476
|
-
__kind: "Btc";
|
|
477
477
|
}, {
|
|
478
|
+
__kind: "Btc";
|
|
478
479
|
value: {
|
|
479
|
-
value: string;
|
|
480
480
|
__kind: "P2PKH";
|
|
481
|
-
} | {
|
|
482
481
|
value: string;
|
|
483
|
-
__kind: "P2SH";
|
|
484
482
|
} | {
|
|
483
|
+
__kind: "P2SH";
|
|
485
484
|
value: string;
|
|
486
|
-
__kind: "P2WPKH";
|
|
487
485
|
} | {
|
|
486
|
+
__kind: "P2WPKH";
|
|
488
487
|
value: string;
|
|
489
|
-
__kind: "P2WSH";
|
|
490
488
|
} | {
|
|
489
|
+
__kind: "P2WSH";
|
|
491
490
|
value: string;
|
|
491
|
+
} | {
|
|
492
492
|
__kind: "Taproot";
|
|
493
|
+
value: string;
|
|
493
494
|
} | {
|
|
494
495
|
__kind: "OtherSegwit";
|
|
495
496
|
version: number;
|
|
496
497
|
program: string;
|
|
497
498
|
};
|
|
498
|
-
__kind: "Btc";
|
|
499
499
|
}>, z.ZodObject<{
|
|
500
500
|
__kind: z.ZodLiteral<"Arb">;
|
|
501
501
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
502
502
|
}, "strip", z.ZodTypeAny, {
|
|
503
|
-
value: `0x${string}`;
|
|
504
503
|
__kind: "Arb";
|
|
504
|
+
value: `0x${string}`;
|
|
505
505
|
}, {
|
|
506
|
-
value: string;
|
|
507
506
|
__kind: "Arb";
|
|
507
|
+
value: string;
|
|
508
508
|
}>, z.ZodObject<{
|
|
509
509
|
__kind: z.ZodLiteral<"Sol">;
|
|
510
510
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
511
511
|
}, "strip", z.ZodTypeAny, {
|
|
512
|
-
value: `0x${string}`;
|
|
513
512
|
__kind: "Sol";
|
|
513
|
+
value: `0x${string}`;
|
|
514
514
|
}, {
|
|
515
|
-
value: string;
|
|
516
515
|
__kind: "Sol";
|
|
516
|
+
value: string;
|
|
517
517
|
}>, z.ZodObject<{
|
|
518
518
|
__kind: z.ZodLiteral<"Hub">;
|
|
519
519
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
520
520
|
}, "strip", z.ZodTypeAny, {
|
|
521
|
-
value: `0x${string}`;
|
|
522
521
|
__kind: "Hub";
|
|
522
|
+
value: `0x${string}`;
|
|
523
523
|
}, {
|
|
524
|
-
value: string;
|
|
525
524
|
__kind: "Hub";
|
|
525
|
+
value: string;
|
|
526
526
|
}>]>>>;
|
|
527
527
|
}, "strip", z.ZodTypeAny, {
|
|
528
528
|
channelMetadata: {
|
|
@@ -532,42 +532,42 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
532
532
|
};
|
|
533
533
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
534
534
|
sourceAddress?: {
|
|
535
|
-
value: `0x${string}`;
|
|
536
535
|
__kind: "Eth";
|
|
537
|
-
} | {
|
|
538
536
|
value: `0x${string}`;
|
|
537
|
+
} | {
|
|
539
538
|
__kind: "Dot";
|
|
539
|
+
value: `0x${string}`;
|
|
540
540
|
} | {
|
|
541
|
+
__kind: "Btc";
|
|
541
542
|
value: {
|
|
542
|
-
value: `0x${string}`;
|
|
543
543
|
__kind: "P2PKH";
|
|
544
|
-
} | {
|
|
545
544
|
value: `0x${string}`;
|
|
546
|
-
__kind: "P2SH";
|
|
547
545
|
} | {
|
|
546
|
+
__kind: "P2SH";
|
|
548
547
|
value: `0x${string}`;
|
|
549
|
-
__kind: "P2WPKH";
|
|
550
548
|
} | {
|
|
549
|
+
__kind: "P2WPKH";
|
|
551
550
|
value: `0x${string}`;
|
|
552
|
-
__kind: "P2WSH";
|
|
553
551
|
} | {
|
|
552
|
+
__kind: "P2WSH";
|
|
554
553
|
value: `0x${string}`;
|
|
554
|
+
} | {
|
|
555
555
|
__kind: "Taproot";
|
|
556
|
+
value: `0x${string}`;
|
|
556
557
|
} | {
|
|
557
558
|
__kind: "OtherSegwit";
|
|
558
559
|
version: number;
|
|
559
560
|
program: `0x${string}`;
|
|
560
561
|
};
|
|
561
|
-
__kind: "Btc";
|
|
562
562
|
} | {
|
|
563
|
-
value: `0x${string}`;
|
|
564
563
|
__kind: "Arb";
|
|
565
|
-
} | {
|
|
566
564
|
value: `0x${string}`;
|
|
567
|
-
__kind: "Sol";
|
|
568
565
|
} | {
|
|
566
|
+
__kind: "Sol";
|
|
569
567
|
value: `0x${string}`;
|
|
568
|
+
} | {
|
|
570
569
|
__kind: "Hub";
|
|
570
|
+
value: `0x${string}`;
|
|
571
571
|
} | null | undefined;
|
|
572
572
|
}, {
|
|
573
573
|
channelMetadata: {
|
|
@@ -579,42 +579,42 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
579
579
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
580
580
|
};
|
|
581
581
|
sourceAddress?: {
|
|
582
|
-
value: string;
|
|
583
582
|
__kind: "Eth";
|
|
584
|
-
} | {
|
|
585
583
|
value: string;
|
|
584
|
+
} | {
|
|
586
585
|
__kind: "Dot";
|
|
586
|
+
value: string;
|
|
587
587
|
} | {
|
|
588
|
+
__kind: "Btc";
|
|
588
589
|
value: {
|
|
589
|
-
value: string;
|
|
590
590
|
__kind: "P2PKH";
|
|
591
|
-
} | {
|
|
592
591
|
value: string;
|
|
593
|
-
__kind: "P2SH";
|
|
594
592
|
} | {
|
|
593
|
+
__kind: "P2SH";
|
|
595
594
|
value: string;
|
|
596
|
-
__kind: "P2WPKH";
|
|
597
595
|
} | {
|
|
596
|
+
__kind: "P2WPKH";
|
|
598
597
|
value: string;
|
|
599
|
-
__kind: "P2WSH";
|
|
600
598
|
} | {
|
|
599
|
+
__kind: "P2WSH";
|
|
601
600
|
value: string;
|
|
601
|
+
} | {
|
|
602
602
|
__kind: "Taproot";
|
|
603
|
+
value: string;
|
|
603
604
|
} | {
|
|
604
605
|
__kind: "OtherSegwit";
|
|
605
606
|
version: number;
|
|
606
607
|
program: string;
|
|
607
608
|
};
|
|
608
|
-
__kind: "Btc";
|
|
609
609
|
} | {
|
|
610
|
-
value: string;
|
|
611
610
|
__kind: "Arb";
|
|
612
|
-
} | {
|
|
613
611
|
value: string;
|
|
614
|
-
__kind: "Sol";
|
|
615
612
|
} | {
|
|
613
|
+
__kind: "Sol";
|
|
616
614
|
value: string;
|
|
615
|
+
} | {
|
|
617
616
|
__kind: "Hub";
|
|
617
|
+
value: string;
|
|
618
618
|
} | null | undefined;
|
|
619
619
|
}>>>;
|
|
620
620
|
txId: z.ZodObject<{
|
|
@@ -653,12 +653,12 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
653
653
|
minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
654
654
|
}, "strip", z.ZodTypeAny, {
|
|
655
655
|
retryDuration: number;
|
|
656
|
-
minPrice: bigint;
|
|
657
656
|
refundAddress: `0x${string}`;
|
|
657
|
+
minPrice: bigint;
|
|
658
658
|
}, {
|
|
659
659
|
retryDuration: number;
|
|
660
|
-
minPrice: string | number;
|
|
661
660
|
refundAddress: string;
|
|
661
|
+
minPrice: string | number;
|
|
662
662
|
}>;
|
|
663
663
|
dcaParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
664
664
|
numberOfChunks: z.ZodNumber;
|
|
@@ -672,14 +672,10 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
672
672
|
}>>>;
|
|
673
673
|
boostFee: z.ZodNumber;
|
|
674
674
|
}, "strip", z.ZodTypeAny, {
|
|
675
|
-
txId: {
|
|
676
|
-
blockNumber: number;
|
|
677
|
-
extrinsicIndex: number;
|
|
678
|
-
};
|
|
679
675
|
depositDetails: number;
|
|
680
676
|
inputAsset: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
681
677
|
depositAmount: bigint;
|
|
682
|
-
outputAsset: "
|
|
678
|
+
outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
683
679
|
destinationAddress: {
|
|
684
680
|
readonly chain: "Ethereum";
|
|
685
681
|
readonly address: `0x${string}`;
|
|
@@ -699,14 +695,18 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
699
695
|
readonly chain: "Assethub";
|
|
700
696
|
readonly address: string;
|
|
701
697
|
};
|
|
698
|
+
txId: {
|
|
699
|
+
blockNumber: number;
|
|
700
|
+
extrinsicIndex: number;
|
|
701
|
+
};
|
|
702
702
|
affiliateFees: {
|
|
703
703
|
account: number;
|
|
704
704
|
bps: number;
|
|
705
705
|
}[];
|
|
706
706
|
refundParams: {
|
|
707
707
|
retryDuration: number;
|
|
708
|
-
minPrice: bigint;
|
|
709
708
|
refundAddress: `0x${string}`;
|
|
709
|
+
minPrice: bigint;
|
|
710
710
|
};
|
|
711
711
|
boostFee: number;
|
|
712
712
|
depositAddress?: `0x${string}` | null | undefined;
|
|
@@ -719,42 +719,42 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
719
719
|
};
|
|
720
720
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
721
721
|
sourceAddress?: {
|
|
722
|
-
value: `0x${string}`;
|
|
723
722
|
__kind: "Eth";
|
|
724
|
-
} | {
|
|
725
723
|
value: `0x${string}`;
|
|
724
|
+
} | {
|
|
726
725
|
__kind: "Dot";
|
|
726
|
+
value: `0x${string}`;
|
|
727
727
|
} | {
|
|
728
|
+
__kind: "Btc";
|
|
728
729
|
value: {
|
|
729
|
-
value: `0x${string}`;
|
|
730
730
|
__kind: "P2PKH";
|
|
731
|
-
} | {
|
|
732
731
|
value: `0x${string}`;
|
|
733
|
-
__kind: "P2SH";
|
|
734
732
|
} | {
|
|
733
|
+
__kind: "P2SH";
|
|
735
734
|
value: `0x${string}`;
|
|
736
|
-
__kind: "P2WPKH";
|
|
737
735
|
} | {
|
|
736
|
+
__kind: "P2WPKH";
|
|
738
737
|
value: `0x${string}`;
|
|
739
|
-
__kind: "P2WSH";
|
|
740
738
|
} | {
|
|
739
|
+
__kind: "P2WSH";
|
|
741
740
|
value: `0x${string}`;
|
|
741
|
+
} | {
|
|
742
742
|
__kind: "Taproot";
|
|
743
|
+
value: `0x${string}`;
|
|
743
744
|
} | {
|
|
744
745
|
__kind: "OtherSegwit";
|
|
745
746
|
version: number;
|
|
746
747
|
program: `0x${string}`;
|
|
747
748
|
};
|
|
748
|
-
__kind: "Btc";
|
|
749
749
|
} | {
|
|
750
|
-
value: `0x${string}`;
|
|
751
750
|
__kind: "Arb";
|
|
752
|
-
} | {
|
|
753
751
|
value: `0x${string}`;
|
|
754
|
-
__kind: "Sol";
|
|
755
752
|
} | {
|
|
753
|
+
__kind: "Sol";
|
|
756
754
|
value: `0x${string}`;
|
|
755
|
+
} | {
|
|
757
756
|
__kind: "Hub";
|
|
757
|
+
value: `0x${string}`;
|
|
758
758
|
} | null | undefined;
|
|
759
759
|
} | null | undefined;
|
|
760
760
|
brokerFee?: {
|
|
@@ -766,21 +766,21 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
766
766
|
chunkInterval: number;
|
|
767
767
|
} | null | undefined;
|
|
768
768
|
}, {
|
|
769
|
-
txId: {
|
|
770
|
-
blockNumber: number;
|
|
771
|
-
extrinsicIndex: number;
|
|
772
|
-
};
|
|
773
769
|
depositDetails: number;
|
|
774
770
|
inputAsset: {
|
|
775
771
|
__kind: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
776
772
|
};
|
|
777
773
|
depositAmount: string | number;
|
|
778
774
|
outputAsset: {
|
|
779
|
-
__kind: "
|
|
775
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
780
776
|
};
|
|
781
777
|
destinationAddress: {
|
|
782
|
-
value: string;
|
|
783
778
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
779
|
+
value: string;
|
|
780
|
+
};
|
|
781
|
+
txId: {
|
|
782
|
+
blockNumber: number;
|
|
783
|
+
extrinsicIndex: number;
|
|
784
784
|
};
|
|
785
785
|
affiliateFees: {
|
|
786
786
|
account: number;
|
|
@@ -788,8 +788,8 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
788
788
|
}[];
|
|
789
789
|
refundParams: {
|
|
790
790
|
retryDuration: number;
|
|
791
|
-
minPrice: string | number;
|
|
792
791
|
refundAddress: string;
|
|
792
|
+
minPrice: string | number;
|
|
793
793
|
};
|
|
794
794
|
boostFee: number;
|
|
795
795
|
depositAddress?: string | null | undefined;
|
|
@@ -804,42 +804,42 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
804
804
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
805
805
|
};
|
|
806
806
|
sourceAddress?: {
|
|
807
|
-
value: string;
|
|
808
807
|
__kind: "Eth";
|
|
809
|
-
} | {
|
|
810
808
|
value: string;
|
|
809
|
+
} | {
|
|
811
810
|
__kind: "Dot";
|
|
811
|
+
value: string;
|
|
812
812
|
} | {
|
|
813
|
+
__kind: "Btc";
|
|
813
814
|
value: {
|
|
814
|
-
value: string;
|
|
815
815
|
__kind: "P2PKH";
|
|
816
|
-
} | {
|
|
817
816
|
value: string;
|
|
818
|
-
__kind: "P2SH";
|
|
819
817
|
} | {
|
|
818
|
+
__kind: "P2SH";
|
|
820
819
|
value: string;
|
|
821
|
-
__kind: "P2WPKH";
|
|
822
820
|
} | {
|
|
821
|
+
__kind: "P2WPKH";
|
|
823
822
|
value: string;
|
|
824
|
-
__kind: "P2WSH";
|
|
825
823
|
} | {
|
|
824
|
+
__kind: "P2WSH";
|
|
826
825
|
value: string;
|
|
826
|
+
} | {
|
|
827
827
|
__kind: "Taproot";
|
|
828
|
+
value: string;
|
|
828
829
|
} | {
|
|
829
830
|
__kind: "OtherSegwit";
|
|
830
831
|
version: number;
|
|
831
832
|
program: string;
|
|
832
833
|
};
|
|
833
|
-
__kind: "Btc";
|
|
834
834
|
} | {
|
|
835
|
-
value: string;
|
|
836
835
|
__kind: "Arb";
|
|
837
|
-
} | {
|
|
838
836
|
value: string;
|
|
839
|
-
__kind: "Sol";
|
|
840
837
|
} | {
|
|
838
|
+
__kind: "Sol";
|
|
841
839
|
value: string;
|
|
840
|
+
} | {
|
|
842
841
|
__kind: "Hub";
|
|
842
|
+
value: string;
|
|
843
843
|
} | null | undefined;
|
|
844
844
|
} | null | undefined;
|
|
845
845
|
brokerFee?: {
|
|
@@ -854,14 +854,10 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
854
854
|
}, "strip", z.ZodTypeAny, {
|
|
855
855
|
__kind: "DepositFailedVaultVariantAssethub";
|
|
856
856
|
vaultWitness: {
|
|
857
|
-
txId: {
|
|
858
|
-
blockNumber: number;
|
|
859
|
-
extrinsicIndex: number;
|
|
860
|
-
};
|
|
861
857
|
depositDetails: number;
|
|
862
858
|
inputAsset: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
863
859
|
depositAmount: bigint;
|
|
864
|
-
outputAsset: "
|
|
860
|
+
outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
865
861
|
destinationAddress: {
|
|
866
862
|
readonly chain: "Ethereum";
|
|
867
863
|
readonly address: `0x${string}`;
|
|
@@ -881,14 +877,18 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
881
877
|
readonly chain: "Assethub";
|
|
882
878
|
readonly address: string;
|
|
883
879
|
};
|
|
880
|
+
txId: {
|
|
881
|
+
blockNumber: number;
|
|
882
|
+
extrinsicIndex: number;
|
|
883
|
+
};
|
|
884
884
|
affiliateFees: {
|
|
885
885
|
account: number;
|
|
886
886
|
bps: number;
|
|
887
887
|
}[];
|
|
888
888
|
refundParams: {
|
|
889
889
|
retryDuration: number;
|
|
890
|
-
minPrice: bigint;
|
|
891
890
|
refundAddress: `0x${string}`;
|
|
891
|
+
minPrice: bigint;
|
|
892
892
|
};
|
|
893
893
|
boostFee: number;
|
|
894
894
|
depositAddress?: `0x${string}` | null | undefined;
|
|
@@ -901,42 +901,42 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
901
901
|
};
|
|
902
902
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
903
903
|
sourceAddress?: {
|
|
904
|
-
value: `0x${string}`;
|
|
905
904
|
__kind: "Eth";
|
|
906
|
-
} | {
|
|
907
905
|
value: `0x${string}`;
|
|
906
|
+
} | {
|
|
908
907
|
__kind: "Dot";
|
|
908
|
+
value: `0x${string}`;
|
|
909
909
|
} | {
|
|
910
|
+
__kind: "Btc";
|
|
910
911
|
value: {
|
|
911
|
-
value: `0x${string}`;
|
|
912
912
|
__kind: "P2PKH";
|
|
913
|
-
} | {
|
|
914
913
|
value: `0x${string}`;
|
|
915
|
-
__kind: "P2SH";
|
|
916
914
|
} | {
|
|
915
|
+
__kind: "P2SH";
|
|
917
916
|
value: `0x${string}`;
|
|
918
|
-
__kind: "P2WPKH";
|
|
919
917
|
} | {
|
|
918
|
+
__kind: "P2WPKH";
|
|
920
919
|
value: `0x${string}`;
|
|
921
|
-
__kind: "P2WSH";
|
|
922
920
|
} | {
|
|
921
|
+
__kind: "P2WSH";
|
|
923
922
|
value: `0x${string}`;
|
|
923
|
+
} | {
|
|
924
924
|
__kind: "Taproot";
|
|
925
|
+
value: `0x${string}`;
|
|
925
926
|
} | {
|
|
926
927
|
__kind: "OtherSegwit";
|
|
927
928
|
version: number;
|
|
928
929
|
program: `0x${string}`;
|
|
929
930
|
};
|
|
930
|
-
__kind: "Btc";
|
|
931
931
|
} | {
|
|
932
|
-
value: `0x${string}`;
|
|
933
932
|
__kind: "Arb";
|
|
934
|
-
} | {
|
|
935
933
|
value: `0x${string}`;
|
|
936
|
-
__kind: "Sol";
|
|
937
934
|
} | {
|
|
935
|
+
__kind: "Sol";
|
|
938
936
|
value: `0x${string}`;
|
|
937
|
+
} | {
|
|
939
938
|
__kind: "Hub";
|
|
939
|
+
value: `0x${string}`;
|
|
940
940
|
} | null | undefined;
|
|
941
941
|
} | null | undefined;
|
|
942
942
|
brokerFee?: {
|
|
@@ -951,30 +951,30 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
951
951
|
}, {
|
|
952
952
|
__kind: "DepositFailedVaultVariantAssethub";
|
|
953
953
|
vaultWitness: {
|
|
954
|
-
txId: {
|
|
955
|
-
blockNumber: number;
|
|
956
|
-
extrinsicIndex: number;
|
|
957
|
-
};
|
|
958
954
|
depositDetails: number;
|
|
959
955
|
inputAsset: {
|
|
960
956
|
__kind: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
961
957
|
};
|
|
962
958
|
depositAmount: string | number;
|
|
963
959
|
outputAsset: {
|
|
964
|
-
__kind: "
|
|
960
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
965
961
|
};
|
|
966
962
|
destinationAddress: {
|
|
967
|
-
value: string;
|
|
968
963
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
964
|
+
value: string;
|
|
969
965
|
};
|
|
970
|
-
|
|
971
|
-
|
|
966
|
+
txId: {
|
|
967
|
+
blockNumber: number;
|
|
968
|
+
extrinsicIndex: number;
|
|
969
|
+
};
|
|
970
|
+
affiliateFees: {
|
|
971
|
+
account: number;
|
|
972
972
|
bps: number;
|
|
973
973
|
}[];
|
|
974
974
|
refundParams: {
|
|
975
975
|
retryDuration: number;
|
|
976
|
-
minPrice: string | number;
|
|
977
976
|
refundAddress: string;
|
|
977
|
+
minPrice: string | number;
|
|
978
978
|
};
|
|
979
979
|
boostFee: number;
|
|
980
980
|
depositAddress?: string | null | undefined;
|
|
@@ -989,42 +989,42 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
989
989
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
990
990
|
};
|
|
991
991
|
sourceAddress?: {
|
|
992
|
-
value: string;
|
|
993
992
|
__kind: "Eth";
|
|
994
|
-
} | {
|
|
995
993
|
value: string;
|
|
994
|
+
} | {
|
|
996
995
|
__kind: "Dot";
|
|
996
|
+
value: string;
|
|
997
997
|
} | {
|
|
998
|
+
__kind: "Btc";
|
|
998
999
|
value: {
|
|
999
|
-
value: string;
|
|
1000
1000
|
__kind: "P2PKH";
|
|
1001
|
-
} | {
|
|
1002
1001
|
value: string;
|
|
1003
|
-
__kind: "P2SH";
|
|
1004
1002
|
} | {
|
|
1003
|
+
__kind: "P2SH";
|
|
1005
1004
|
value: string;
|
|
1006
|
-
__kind: "P2WPKH";
|
|
1007
1005
|
} | {
|
|
1006
|
+
__kind: "P2WPKH";
|
|
1008
1007
|
value: string;
|
|
1009
|
-
__kind: "P2WSH";
|
|
1010
1008
|
} | {
|
|
1009
|
+
__kind: "P2WSH";
|
|
1011
1010
|
value: string;
|
|
1011
|
+
} | {
|
|
1012
1012
|
__kind: "Taproot";
|
|
1013
|
+
value: string;
|
|
1013
1014
|
} | {
|
|
1014
1015
|
__kind: "OtherSegwit";
|
|
1015
1016
|
version: number;
|
|
1016
1017
|
program: string;
|
|
1017
1018
|
};
|
|
1018
|
-
__kind: "Btc";
|
|
1019
1019
|
} | {
|
|
1020
|
-
value: string;
|
|
1021
1020
|
__kind: "Arb";
|
|
1022
|
-
} | {
|
|
1023
1021
|
value: string;
|
|
1024
|
-
__kind: "Sol";
|
|
1025
1022
|
} | {
|
|
1023
|
+
__kind: "Sol";
|
|
1026
1024
|
value: string;
|
|
1025
|
+
} | {
|
|
1027
1026
|
__kind: "Hub";
|
|
1027
|
+
value: string;
|
|
1028
1028
|
} | null | undefined;
|
|
1029
1029
|
} | null | undefined;
|
|
1030
1030
|
brokerFee?: {
|
|
@@ -1046,6 +1046,7 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1046
1046
|
} | {
|
|
1047
1047
|
__kind: "TransactionRejectedByBroker";
|
|
1048
1048
|
} | {
|
|
1049
|
+
__kind: "DepositWitnessRejected";
|
|
1049
1050
|
value: {
|
|
1050
1051
|
__kind: "Other";
|
|
1051
1052
|
} | {
|
|
@@ -1053,11 +1054,11 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1053
1054
|
} | {
|
|
1054
1055
|
__kind: "BadOrigin";
|
|
1055
1056
|
} | {
|
|
1057
|
+
__kind: "Module";
|
|
1056
1058
|
value: {
|
|
1057
1059
|
index: number;
|
|
1058
1060
|
error: `0x${string}`;
|
|
1059
1061
|
};
|
|
1060
|
-
__kind: "Module";
|
|
1061
1062
|
} | {
|
|
1062
1063
|
__kind: "ConsumerRemaining";
|
|
1063
1064
|
} | {
|
|
@@ -1065,14 +1066,14 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1065
1066
|
} | {
|
|
1066
1067
|
__kind: "TooManyConsumers";
|
|
1067
1068
|
} | {
|
|
1068
|
-
value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1069
1069
|
__kind: "Token";
|
|
1070
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1070
1071
|
} | {
|
|
1071
|
-
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1072
1072
|
__kind: "Arithmetic";
|
|
1073
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1073
1074
|
} | {
|
|
1074
|
-
value: "LimitReached" | "NoLayer";
|
|
1075
1075
|
__kind: "Transactional";
|
|
1076
|
+
value: "LimitReached" | "NoLayer";
|
|
1076
1077
|
} | {
|
|
1077
1078
|
__kind: "Exhausted";
|
|
1078
1079
|
} | {
|
|
@@ -1082,7 +1083,6 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1082
1083
|
} | {
|
|
1083
1084
|
__kind: "RootNotAllowed";
|
|
1084
1085
|
};
|
|
1085
|
-
__kind: "DepositWitnessRejected";
|
|
1086
1086
|
};
|
|
1087
1087
|
details: {
|
|
1088
1088
|
__kind: "DepositFailedDepositChannelVariantAssethub";
|
|
@@ -1095,14 +1095,10 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1095
1095
|
} | {
|
|
1096
1096
|
__kind: "DepositFailedVaultVariantAssethub";
|
|
1097
1097
|
vaultWitness: {
|
|
1098
|
-
txId: {
|
|
1099
|
-
blockNumber: number;
|
|
1100
|
-
extrinsicIndex: number;
|
|
1101
|
-
};
|
|
1102
1098
|
depositDetails: number;
|
|
1103
1099
|
inputAsset: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
1104
1100
|
depositAmount: bigint;
|
|
1105
|
-
outputAsset: "
|
|
1101
|
+
outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
1106
1102
|
destinationAddress: {
|
|
1107
1103
|
readonly chain: "Ethereum";
|
|
1108
1104
|
readonly address: `0x${string}`;
|
|
@@ -1122,14 +1118,18 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1122
1118
|
readonly chain: "Assethub";
|
|
1123
1119
|
readonly address: string;
|
|
1124
1120
|
};
|
|
1121
|
+
txId: {
|
|
1122
|
+
blockNumber: number;
|
|
1123
|
+
extrinsicIndex: number;
|
|
1124
|
+
};
|
|
1125
1125
|
affiliateFees: {
|
|
1126
1126
|
account: number;
|
|
1127
1127
|
bps: number;
|
|
1128
1128
|
}[];
|
|
1129
1129
|
refundParams: {
|
|
1130
1130
|
retryDuration: number;
|
|
1131
|
-
minPrice: bigint;
|
|
1132
1131
|
refundAddress: `0x${string}`;
|
|
1132
|
+
minPrice: bigint;
|
|
1133
1133
|
};
|
|
1134
1134
|
boostFee: number;
|
|
1135
1135
|
depositAddress?: `0x${string}` | null | undefined;
|
|
@@ -1142,42 +1142,42 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1142
1142
|
};
|
|
1143
1143
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
1144
1144
|
sourceAddress?: {
|
|
1145
|
-
value: `0x${string}`;
|
|
1146
1145
|
__kind: "Eth";
|
|
1147
|
-
} | {
|
|
1148
1146
|
value: `0x${string}`;
|
|
1147
|
+
} | {
|
|
1149
1148
|
__kind: "Dot";
|
|
1149
|
+
value: `0x${string}`;
|
|
1150
1150
|
} | {
|
|
1151
|
+
__kind: "Btc";
|
|
1151
1152
|
value: {
|
|
1152
|
-
value: `0x${string}`;
|
|
1153
1153
|
__kind: "P2PKH";
|
|
1154
|
-
} | {
|
|
1155
1154
|
value: `0x${string}`;
|
|
1156
|
-
__kind: "P2SH";
|
|
1157
1155
|
} | {
|
|
1156
|
+
__kind: "P2SH";
|
|
1158
1157
|
value: `0x${string}`;
|
|
1159
|
-
__kind: "P2WPKH";
|
|
1160
1158
|
} | {
|
|
1159
|
+
__kind: "P2WPKH";
|
|
1161
1160
|
value: `0x${string}`;
|
|
1162
|
-
__kind: "P2WSH";
|
|
1163
1161
|
} | {
|
|
1162
|
+
__kind: "P2WSH";
|
|
1164
1163
|
value: `0x${string}`;
|
|
1164
|
+
} | {
|
|
1165
1165
|
__kind: "Taproot";
|
|
1166
|
+
value: `0x${string}`;
|
|
1166
1167
|
} | {
|
|
1167
1168
|
__kind: "OtherSegwit";
|
|
1168
1169
|
version: number;
|
|
1169
1170
|
program: `0x${string}`;
|
|
1170
1171
|
};
|
|
1171
|
-
__kind: "Btc";
|
|
1172
1172
|
} | {
|
|
1173
|
-
value: `0x${string}`;
|
|
1174
1173
|
__kind: "Arb";
|
|
1175
|
-
} | {
|
|
1176
1174
|
value: `0x${string}`;
|
|
1177
|
-
__kind: "Sol";
|
|
1178
1175
|
} | {
|
|
1176
|
+
__kind: "Sol";
|
|
1179
1177
|
value: `0x${string}`;
|
|
1178
|
+
} | {
|
|
1180
1179
|
__kind: "Hub";
|
|
1180
|
+
value: `0x${string}`;
|
|
1181
1181
|
} | null | undefined;
|
|
1182
1182
|
} | null | undefined;
|
|
1183
1183
|
brokerFee?: {
|
|
@@ -1199,6 +1199,7 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1199
1199
|
} | {
|
|
1200
1200
|
__kind: "TransactionRejectedByBroker";
|
|
1201
1201
|
} | {
|
|
1202
|
+
__kind: "DepositWitnessRejected";
|
|
1202
1203
|
value: {
|
|
1203
1204
|
__kind: "Other";
|
|
1204
1205
|
} | {
|
|
@@ -1206,11 +1207,11 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1206
1207
|
} | {
|
|
1207
1208
|
__kind: "BadOrigin";
|
|
1208
1209
|
} | {
|
|
1210
|
+
__kind: "Module";
|
|
1209
1211
|
value: {
|
|
1210
1212
|
index: number;
|
|
1211
1213
|
error: string;
|
|
1212
1214
|
};
|
|
1213
|
-
__kind: "Module";
|
|
1214
1215
|
} | {
|
|
1215
1216
|
__kind: "ConsumerRemaining";
|
|
1216
1217
|
} | {
|
|
@@ -1218,20 +1219,20 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1218
1219
|
} | {
|
|
1219
1220
|
__kind: "TooManyConsumers";
|
|
1220
1221
|
} | {
|
|
1222
|
+
__kind: "Token";
|
|
1221
1223
|
value: {
|
|
1222
|
-
__kind: "
|
|
1224
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1223
1225
|
};
|
|
1224
|
-
__kind: "Token";
|
|
1225
1226
|
} | {
|
|
1227
|
+
__kind: "Arithmetic";
|
|
1226
1228
|
value: {
|
|
1227
1229
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1228
1230
|
};
|
|
1229
|
-
__kind: "Arithmetic";
|
|
1230
1231
|
} | {
|
|
1232
|
+
__kind: "Transactional";
|
|
1231
1233
|
value: {
|
|
1232
1234
|
__kind: "LimitReached" | "NoLayer";
|
|
1233
1235
|
};
|
|
1234
|
-
__kind: "Transactional";
|
|
1235
1236
|
} | {
|
|
1236
1237
|
__kind: "Exhausted";
|
|
1237
1238
|
} | {
|
|
@@ -1241,7 +1242,6 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1241
1242
|
} | {
|
|
1242
1243
|
__kind: "RootNotAllowed";
|
|
1243
1244
|
};
|
|
1244
|
-
__kind: "DepositWitnessRejected";
|
|
1245
1245
|
};
|
|
1246
1246
|
details: {
|
|
1247
1247
|
__kind: "DepositFailedDepositChannelVariantAssethub";
|
|
@@ -1256,21 +1256,21 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1256
1256
|
} | {
|
|
1257
1257
|
__kind: "DepositFailedVaultVariantAssethub";
|
|
1258
1258
|
vaultWitness: {
|
|
1259
|
-
txId: {
|
|
1260
|
-
blockNumber: number;
|
|
1261
|
-
extrinsicIndex: number;
|
|
1262
|
-
};
|
|
1263
1259
|
depositDetails: number;
|
|
1264
1260
|
inputAsset: {
|
|
1265
1261
|
__kind: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
1266
1262
|
};
|
|
1267
1263
|
depositAmount: string | number;
|
|
1268
1264
|
outputAsset: {
|
|
1269
|
-
__kind: "
|
|
1265
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
1270
1266
|
};
|
|
1271
1267
|
destinationAddress: {
|
|
1272
|
-
value: string;
|
|
1273
1268
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1269
|
+
value: string;
|
|
1270
|
+
};
|
|
1271
|
+
txId: {
|
|
1272
|
+
blockNumber: number;
|
|
1273
|
+
extrinsicIndex: number;
|
|
1274
1274
|
};
|
|
1275
1275
|
affiliateFees: {
|
|
1276
1276
|
account: number;
|
|
@@ -1278,8 +1278,8 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1278
1278
|
}[];
|
|
1279
1279
|
refundParams: {
|
|
1280
1280
|
retryDuration: number;
|
|
1281
|
-
minPrice: string | number;
|
|
1282
1281
|
refundAddress: string;
|
|
1282
|
+
minPrice: string | number;
|
|
1283
1283
|
};
|
|
1284
1284
|
boostFee: number;
|
|
1285
1285
|
depositAddress?: string | null | undefined;
|
|
@@ -1294,42 +1294,42 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1294
1294
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
1295
1295
|
};
|
|
1296
1296
|
sourceAddress?: {
|
|
1297
|
-
value: string;
|
|
1298
1297
|
__kind: "Eth";
|
|
1299
|
-
} | {
|
|
1300
1298
|
value: string;
|
|
1299
|
+
} | {
|
|
1301
1300
|
__kind: "Dot";
|
|
1301
|
+
value: string;
|
|
1302
1302
|
} | {
|
|
1303
|
+
__kind: "Btc";
|
|
1303
1304
|
value: {
|
|
1304
|
-
value: string;
|
|
1305
1305
|
__kind: "P2PKH";
|
|
1306
|
-
} | {
|
|
1307
1306
|
value: string;
|
|
1308
|
-
__kind: "P2SH";
|
|
1309
1307
|
} | {
|
|
1308
|
+
__kind: "P2SH";
|
|
1310
1309
|
value: string;
|
|
1311
|
-
__kind: "P2WPKH";
|
|
1312
1310
|
} | {
|
|
1311
|
+
__kind: "P2WPKH";
|
|
1313
1312
|
value: string;
|
|
1314
|
-
__kind: "P2WSH";
|
|
1315
1313
|
} | {
|
|
1314
|
+
__kind: "P2WSH";
|
|
1316
1315
|
value: string;
|
|
1316
|
+
} | {
|
|
1317
1317
|
__kind: "Taproot";
|
|
1318
|
+
value: string;
|
|
1318
1319
|
} | {
|
|
1319
1320
|
__kind: "OtherSegwit";
|
|
1320
1321
|
version: number;
|
|
1321
1322
|
program: string;
|
|
1322
1323
|
};
|
|
1323
|
-
__kind: "Btc";
|
|
1324
1324
|
} | {
|
|
1325
|
-
value: string;
|
|
1326
1325
|
__kind: "Arb";
|
|
1327
|
-
} | {
|
|
1328
1326
|
value: string;
|
|
1329
|
-
__kind: "Sol";
|
|
1330
1327
|
} | {
|
|
1328
|
+
__kind: "Sol";
|
|
1331
1329
|
value: string;
|
|
1330
|
+
} | {
|
|
1332
1331
|
__kind: "Hub";
|
|
1332
|
+
value: string;
|
|
1333
1333
|
} | null | undefined;
|
|
1334
1334
|
} | null | undefined;
|
|
1335
1335
|
brokerFee?: {
|
|
@@ -1396,17 +1396,17 @@ declare const assethubIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1396
1396
|
error: string;
|
|
1397
1397
|
}>;
|
|
1398
1398
|
}, "strip", z.ZodTypeAny, {
|
|
1399
|
+
__kind: "Module";
|
|
1399
1400
|
value: {
|
|
1400
1401
|
index: number;
|
|
1401
1402
|
error: `0x${string}`;
|
|
1402
1403
|
};
|
|
1403
|
-
__kind: "Module";
|
|
1404
1404
|
}, {
|
|
1405
|
+
__kind: "Module";
|
|
1405
1406
|
value: {
|
|
1406
1407
|
index: number;
|
|
1407
1408
|
error: string;
|
|
1408
1409
|
};
|
|
1409
|
-
__kind: "Module";
|
|
1410
1410
|
}>, z.ZodObject<{
|
|
1411
1411
|
__kind: z.ZodLiteral<"ConsumerRemaining">;
|
|
1412
1412
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1430,20 +1430,20 @@ declare const assethubIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1430
1430
|
value: z.ZodEffects<z.ZodObject<{
|
|
1431
1431
|
__kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
|
|
1432
1432
|
}, "strip", z.ZodTypeAny, {
|
|
1433
|
-
__kind: "
|
|
1433
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1434
1434
|
}, {
|
|
1435
|
-
__kind: "
|
|
1436
|
-
}>, "
|
|
1437
|
-
__kind: "
|
|
1435
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1436
|
+
}>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
|
|
1437
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1438
1438
|
}>;
|
|
1439
1439
|
}, "strip", z.ZodTypeAny, {
|
|
1440
|
-
value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1441
1440
|
__kind: "Token";
|
|
1441
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1442
1442
|
}, {
|
|
1443
|
+
__kind: "Token";
|
|
1443
1444
|
value: {
|
|
1444
|
-
__kind: "
|
|
1445
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1445
1446
|
};
|
|
1446
|
-
__kind: "Token";
|
|
1447
1447
|
}>, z.ZodObject<{
|
|
1448
1448
|
__kind: z.ZodLiteral<"Arithmetic">;
|
|
1449
1449
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -1456,13 +1456,13 @@ declare const assethubIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1456
1456
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1457
1457
|
}>;
|
|
1458
1458
|
}, "strip", z.ZodTypeAny, {
|
|
1459
|
-
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1460
1459
|
__kind: "Arithmetic";
|
|
1460
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1461
1461
|
}, {
|
|
1462
|
+
__kind: "Arithmetic";
|
|
1462
1463
|
value: {
|
|
1463
1464
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1464
1465
|
};
|
|
1465
|
-
__kind: "Arithmetic";
|
|
1466
1466
|
}>, z.ZodObject<{
|
|
1467
1467
|
__kind: z.ZodLiteral<"Transactional">;
|
|
1468
1468
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -1475,13 +1475,13 @@ declare const assethubIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1475
1475
|
__kind: "LimitReached" | "NoLayer";
|
|
1476
1476
|
}>;
|
|
1477
1477
|
}, "strip", z.ZodTypeAny, {
|
|
1478
|
-
value: "LimitReached" | "NoLayer";
|
|
1479
1478
|
__kind: "Transactional";
|
|
1479
|
+
value: "LimitReached" | "NoLayer";
|
|
1480
1480
|
}, {
|
|
1481
|
+
__kind: "Transactional";
|
|
1481
1482
|
value: {
|
|
1482
1483
|
__kind: "LimitReached" | "NoLayer";
|
|
1483
1484
|
};
|
|
1484
|
-
__kind: "Transactional";
|
|
1485
1485
|
}>, z.ZodObject<{
|
|
1486
1486
|
__kind: z.ZodLiteral<"Exhausted">;
|
|
1487
1487
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1508,6 +1508,7 @@ declare const assethubIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1508
1508
|
__kind: "RootNotAllowed";
|
|
1509
1509
|
}>]>;
|
|
1510
1510
|
}, "strip", z.ZodTypeAny, {
|
|
1511
|
+
__kind: "DepositWitnessRejected";
|
|
1511
1512
|
value: {
|
|
1512
1513
|
__kind: "Other";
|
|
1513
1514
|
} | {
|
|
@@ -1515,11 +1516,11 @@ declare const assethubIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1515
1516
|
} | {
|
|
1516
1517
|
__kind: "BadOrigin";
|
|
1517
1518
|
} | {
|
|
1519
|
+
__kind: "Module";
|
|
1518
1520
|
value: {
|
|
1519
1521
|
index: number;
|
|
1520
1522
|
error: `0x${string}`;
|
|
1521
1523
|
};
|
|
1522
|
-
__kind: "Module";
|
|
1523
1524
|
} | {
|
|
1524
1525
|
__kind: "ConsumerRemaining";
|
|
1525
1526
|
} | {
|
|
@@ -1527,14 +1528,14 @@ declare const assethubIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1527
1528
|
} | {
|
|
1528
1529
|
__kind: "TooManyConsumers";
|
|
1529
1530
|
} | {
|
|
1530
|
-
value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1531
1531
|
__kind: "Token";
|
|
1532
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1532
1533
|
} | {
|
|
1533
|
-
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1534
1534
|
__kind: "Arithmetic";
|
|
1535
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1535
1536
|
} | {
|
|
1536
|
-
value: "LimitReached" | "NoLayer";
|
|
1537
1537
|
__kind: "Transactional";
|
|
1538
|
+
value: "LimitReached" | "NoLayer";
|
|
1538
1539
|
} | {
|
|
1539
1540
|
__kind: "Exhausted";
|
|
1540
1541
|
} | {
|
|
@@ -1544,8 +1545,8 @@ declare const assethubIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1544
1545
|
} | {
|
|
1545
1546
|
__kind: "RootNotAllowed";
|
|
1546
1547
|
};
|
|
1547
|
-
__kind: "DepositWitnessRejected";
|
|
1548
1548
|
}, {
|
|
1549
|
+
__kind: "DepositWitnessRejected";
|
|
1549
1550
|
value: {
|
|
1550
1551
|
__kind: "Other";
|
|
1551
1552
|
} | {
|
|
@@ -1553,11 +1554,11 @@ declare const assethubIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1553
1554
|
} | {
|
|
1554
1555
|
__kind: "BadOrigin";
|
|
1555
1556
|
} | {
|
|
1557
|
+
__kind: "Module";
|
|
1556
1558
|
value: {
|
|
1557
1559
|
index: number;
|
|
1558
1560
|
error: string;
|
|
1559
1561
|
};
|
|
1560
|
-
__kind: "Module";
|
|
1561
1562
|
} | {
|
|
1562
1563
|
__kind: "ConsumerRemaining";
|
|
1563
1564
|
} | {
|
|
@@ -1565,20 +1566,20 @@ declare const assethubIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1565
1566
|
} | {
|
|
1566
1567
|
__kind: "TooManyConsumers";
|
|
1567
1568
|
} | {
|
|
1569
|
+
__kind: "Token";
|
|
1568
1570
|
value: {
|
|
1569
|
-
__kind: "
|
|
1571
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1570
1572
|
};
|
|
1571
|
-
__kind: "Token";
|
|
1572
1573
|
} | {
|
|
1574
|
+
__kind: "Arithmetic";
|
|
1573
1575
|
value: {
|
|
1574
1576
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1575
1577
|
};
|
|
1576
|
-
__kind: "Arithmetic";
|
|
1577
1578
|
} | {
|
|
1579
|
+
__kind: "Transactional";
|
|
1578
1580
|
value: {
|
|
1579
1581
|
__kind: "LimitReached" | "NoLayer";
|
|
1580
1582
|
};
|
|
1581
|
-
__kind: "Transactional";
|
|
1582
1583
|
} | {
|
|
1583
1584
|
__kind: "Exhausted";
|
|
1584
1585
|
} | {
|
|
@@ -1588,7 +1589,6 @@ declare const assethubIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1588
1589
|
} | {
|
|
1589
1590
|
__kind: "RootNotAllowed";
|
|
1590
1591
|
};
|
|
1591
|
-
__kind: "DepositWitnessRejected";
|
|
1592
1592
|
}>]>;
|
|
1593
1593
|
details: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
1594
1594
|
__kind: z.ZodLiteral<"DepositFailedDepositChannelVariantAssethub">;
|
|
@@ -1655,21 +1655,21 @@ declare const assethubIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1655
1655
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
1656
1656
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
1657
1657
|
}, "strip", z.ZodTypeAny, {
|
|
1658
|
-
__kind: "
|
|
1658
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
1659
1659
|
}, {
|
|
1660
|
-
__kind: "
|
|
1661
|
-
}>, "
|
|
1662
|
-
__kind: "
|
|
1660
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
1661
|
+
}>, "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
1662
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
1663
1663
|
}>;
|
|
1664
1664
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
1665
1665
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
1666
1666
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1667
1667
|
}, "strip", z.ZodTypeAny, {
|
|
1668
|
-
value: `0x${string}`;
|
|
1669
1668
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1669
|
+
value: `0x${string}`;
|
|
1670
1670
|
}, {
|
|
1671
|
-
value: string;
|
|
1672
1671
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1672
|
+
value: string;
|
|
1673
1673
|
}>, {
|
|
1674
1674
|
readonly chain: "Ethereum";
|
|
1675
1675
|
readonly address: `0x${string}`;
|
|
@@ -1689,8 +1689,8 @@ declare const assethubIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1689
1689
|
readonly chain: "Assethub";
|
|
1690
1690
|
readonly address: string;
|
|
1691
1691
|
}, {
|
|
1692
|
-
value: string;
|
|
1693
1692
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1693
|
+
value: string;
|
|
1694
1694
|
}>;
|
|
1695
1695
|
depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1696
1696
|
channelMetadata: z.ZodObject<{
|
|
@@ -1719,67 +1719,67 @@ declare const assethubIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1719
1719
|
__kind: z.ZodLiteral<"Eth">;
|
|
1720
1720
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1721
1721
|
}, "strip", z.ZodTypeAny, {
|
|
1722
|
-
value: `0x${string}`;
|
|
1723
1722
|
__kind: "Eth";
|
|
1723
|
+
value: `0x${string}`;
|
|
1724
1724
|
}, {
|
|
1725
|
-
value: string;
|
|
1726
1725
|
__kind: "Eth";
|
|
1726
|
+
value: string;
|
|
1727
1727
|
}>, z.ZodObject<{
|
|
1728
1728
|
__kind: z.ZodLiteral<"Dot">;
|
|
1729
1729
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1730
1730
|
}, "strip", z.ZodTypeAny, {
|
|
1731
|
-
value: `0x${string}`;
|
|
1732
1731
|
__kind: "Dot";
|
|
1732
|
+
value: `0x${string}`;
|
|
1733
1733
|
}, {
|
|
1734
|
-
value: string;
|
|
1735
1734
|
__kind: "Dot";
|
|
1735
|
+
value: string;
|
|
1736
1736
|
}>, z.ZodObject<{
|
|
1737
1737
|
__kind: z.ZodLiteral<"Btc">;
|
|
1738
1738
|
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
1739
1739
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
1740
1740
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1741
1741
|
}, "strip", z.ZodTypeAny, {
|
|
1742
|
-
value: `0x${string}`;
|
|
1743
1742
|
__kind: "P2PKH";
|
|
1743
|
+
value: `0x${string}`;
|
|
1744
1744
|
}, {
|
|
1745
|
-
value: string;
|
|
1746
1745
|
__kind: "P2PKH";
|
|
1746
|
+
value: string;
|
|
1747
1747
|
}>, z.ZodObject<{
|
|
1748
1748
|
__kind: z.ZodLiteral<"P2SH">;
|
|
1749
1749
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1750
1750
|
}, "strip", z.ZodTypeAny, {
|
|
1751
|
-
value: `0x${string}`;
|
|
1752
1751
|
__kind: "P2SH";
|
|
1752
|
+
value: `0x${string}`;
|
|
1753
1753
|
}, {
|
|
1754
|
-
value: string;
|
|
1755
1754
|
__kind: "P2SH";
|
|
1755
|
+
value: string;
|
|
1756
1756
|
}>, z.ZodObject<{
|
|
1757
1757
|
__kind: z.ZodLiteral<"P2WPKH">;
|
|
1758
1758
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1759
1759
|
}, "strip", z.ZodTypeAny, {
|
|
1760
|
-
value: `0x${string}`;
|
|
1761
1760
|
__kind: "P2WPKH";
|
|
1761
|
+
value: `0x${string}`;
|
|
1762
1762
|
}, {
|
|
1763
|
-
value: string;
|
|
1764
1763
|
__kind: "P2WPKH";
|
|
1764
|
+
value: string;
|
|
1765
1765
|
}>, z.ZodObject<{
|
|
1766
1766
|
__kind: z.ZodLiteral<"P2WSH">;
|
|
1767
1767
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1768
1768
|
}, "strip", z.ZodTypeAny, {
|
|
1769
|
-
value: `0x${string}`;
|
|
1770
1769
|
__kind: "P2WSH";
|
|
1770
|
+
value: `0x${string}`;
|
|
1771
1771
|
}, {
|
|
1772
|
-
value: string;
|
|
1773
1772
|
__kind: "P2WSH";
|
|
1773
|
+
value: string;
|
|
1774
1774
|
}>, z.ZodObject<{
|
|
1775
1775
|
__kind: z.ZodLiteral<"Taproot">;
|
|
1776
1776
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1777
1777
|
}, "strip", z.ZodTypeAny, {
|
|
1778
|
-
value: `0x${string}`;
|
|
1779
1778
|
__kind: "Taproot";
|
|
1779
|
+
value: `0x${string}`;
|
|
1780
1780
|
}, {
|
|
1781
|
-
value: string;
|
|
1782
1781
|
__kind: "Taproot";
|
|
1782
|
+
value: string;
|
|
1783
1783
|
}>, z.ZodObject<{
|
|
1784
1784
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
1785
1785
|
version: z.ZodNumber;
|
|
@@ -1794,76 +1794,76 @@ declare const assethubIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1794
1794
|
program: string;
|
|
1795
1795
|
}>]>;
|
|
1796
1796
|
}, "strip", z.ZodTypeAny, {
|
|
1797
|
+
__kind: "Btc";
|
|
1797
1798
|
value: {
|
|
1798
|
-
value: `0x${string}`;
|
|
1799
1799
|
__kind: "P2PKH";
|
|
1800
|
-
} | {
|
|
1801
1800
|
value: `0x${string}`;
|
|
1802
|
-
__kind: "P2SH";
|
|
1803
1801
|
} | {
|
|
1802
|
+
__kind: "P2SH";
|
|
1804
1803
|
value: `0x${string}`;
|
|
1805
|
-
__kind: "P2WPKH";
|
|
1806
1804
|
} | {
|
|
1805
|
+
__kind: "P2WPKH";
|
|
1807
1806
|
value: `0x${string}`;
|
|
1808
|
-
__kind: "P2WSH";
|
|
1809
1807
|
} | {
|
|
1808
|
+
__kind: "P2WSH";
|
|
1810
1809
|
value: `0x${string}`;
|
|
1810
|
+
} | {
|
|
1811
1811
|
__kind: "Taproot";
|
|
1812
|
+
value: `0x${string}`;
|
|
1812
1813
|
} | {
|
|
1813
1814
|
__kind: "OtherSegwit";
|
|
1814
1815
|
version: number;
|
|
1815
1816
|
program: `0x${string}`;
|
|
1816
1817
|
};
|
|
1817
|
-
__kind: "Btc";
|
|
1818
1818
|
}, {
|
|
1819
|
+
__kind: "Btc";
|
|
1819
1820
|
value: {
|
|
1820
|
-
value: string;
|
|
1821
1821
|
__kind: "P2PKH";
|
|
1822
|
-
} | {
|
|
1823
1822
|
value: string;
|
|
1824
|
-
__kind: "P2SH";
|
|
1825
1823
|
} | {
|
|
1824
|
+
__kind: "P2SH";
|
|
1826
1825
|
value: string;
|
|
1827
|
-
__kind: "P2WPKH";
|
|
1828
1826
|
} | {
|
|
1827
|
+
__kind: "P2WPKH";
|
|
1829
1828
|
value: string;
|
|
1830
|
-
__kind: "P2WSH";
|
|
1831
1829
|
} | {
|
|
1830
|
+
__kind: "P2WSH";
|
|
1832
1831
|
value: string;
|
|
1832
|
+
} | {
|
|
1833
1833
|
__kind: "Taproot";
|
|
1834
|
+
value: string;
|
|
1834
1835
|
} | {
|
|
1835
1836
|
__kind: "OtherSegwit";
|
|
1836
1837
|
version: number;
|
|
1837
1838
|
program: string;
|
|
1838
1839
|
};
|
|
1839
|
-
__kind: "Btc";
|
|
1840
1840
|
}>, z.ZodObject<{
|
|
1841
1841
|
__kind: z.ZodLiteral<"Arb">;
|
|
1842
1842
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1843
1843
|
}, "strip", z.ZodTypeAny, {
|
|
1844
|
-
value: `0x${string}`;
|
|
1845
1844
|
__kind: "Arb";
|
|
1845
|
+
value: `0x${string}`;
|
|
1846
1846
|
}, {
|
|
1847
|
-
value: string;
|
|
1848
1847
|
__kind: "Arb";
|
|
1848
|
+
value: string;
|
|
1849
1849
|
}>, z.ZodObject<{
|
|
1850
1850
|
__kind: z.ZodLiteral<"Sol">;
|
|
1851
1851
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1852
1852
|
}, "strip", z.ZodTypeAny, {
|
|
1853
|
-
value: `0x${string}`;
|
|
1854
1853
|
__kind: "Sol";
|
|
1854
|
+
value: `0x${string}`;
|
|
1855
1855
|
}, {
|
|
1856
|
-
value: string;
|
|
1857
1856
|
__kind: "Sol";
|
|
1857
|
+
value: string;
|
|
1858
1858
|
}>, z.ZodObject<{
|
|
1859
1859
|
__kind: z.ZodLiteral<"Hub">;
|
|
1860
1860
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1861
1861
|
}, "strip", z.ZodTypeAny, {
|
|
1862
|
-
value: `0x${string}`;
|
|
1863
1862
|
__kind: "Hub";
|
|
1863
|
+
value: `0x${string}`;
|
|
1864
1864
|
}, {
|
|
1865
|
-
value: string;
|
|
1866
1865
|
__kind: "Hub";
|
|
1866
|
+
value: string;
|
|
1867
1867
|
}>]>>>;
|
|
1868
1868
|
}, "strip", z.ZodTypeAny, {
|
|
1869
1869
|
channelMetadata: {
|
|
@@ -1873,42 +1873,42 @@ declare const assethubIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1873
1873
|
};
|
|
1874
1874
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
1875
1875
|
sourceAddress?: {
|
|
1876
|
-
value: `0x${string}`;
|
|
1877
1876
|
__kind: "Eth";
|
|
1878
|
-
} | {
|
|
1879
1877
|
value: `0x${string}`;
|
|
1878
|
+
} | {
|
|
1880
1879
|
__kind: "Dot";
|
|
1880
|
+
value: `0x${string}`;
|
|
1881
1881
|
} | {
|
|
1882
|
+
__kind: "Btc";
|
|
1882
1883
|
value: {
|
|
1883
|
-
value: `0x${string}`;
|
|
1884
1884
|
__kind: "P2PKH";
|
|
1885
|
-
} | {
|
|
1886
1885
|
value: `0x${string}`;
|
|
1887
|
-
__kind: "P2SH";
|
|
1888
1886
|
} | {
|
|
1887
|
+
__kind: "P2SH";
|
|
1889
1888
|
value: `0x${string}`;
|
|
1890
|
-
__kind: "P2WPKH";
|
|
1891
1889
|
} | {
|
|
1890
|
+
__kind: "P2WPKH";
|
|
1892
1891
|
value: `0x${string}`;
|
|
1893
|
-
__kind: "P2WSH";
|
|
1894
1892
|
} | {
|
|
1893
|
+
__kind: "P2WSH";
|
|
1895
1894
|
value: `0x${string}`;
|
|
1895
|
+
} | {
|
|
1896
1896
|
__kind: "Taproot";
|
|
1897
|
+
value: `0x${string}`;
|
|
1897
1898
|
} | {
|
|
1898
1899
|
__kind: "OtherSegwit";
|
|
1899
1900
|
version: number;
|
|
1900
1901
|
program: `0x${string}`;
|
|
1901
1902
|
};
|
|
1902
|
-
__kind: "Btc";
|
|
1903
1903
|
} | {
|
|
1904
|
-
value: `0x${string}`;
|
|
1905
1904
|
__kind: "Arb";
|
|
1906
|
-
} | {
|
|
1907
1905
|
value: `0x${string}`;
|
|
1908
|
-
__kind: "Sol";
|
|
1909
1906
|
} | {
|
|
1907
|
+
__kind: "Sol";
|
|
1910
1908
|
value: `0x${string}`;
|
|
1909
|
+
} | {
|
|
1911
1910
|
__kind: "Hub";
|
|
1911
|
+
value: `0x${string}`;
|
|
1912
1912
|
} | null | undefined;
|
|
1913
1913
|
}, {
|
|
1914
1914
|
channelMetadata: {
|
|
@@ -1920,42 +1920,42 @@ declare const assethubIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1920
1920
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
1921
1921
|
};
|
|
1922
1922
|
sourceAddress?: {
|
|
1923
|
-
value: string;
|
|
1924
1923
|
__kind: "Eth";
|
|
1925
|
-
} | {
|
|
1926
1924
|
value: string;
|
|
1925
|
+
} | {
|
|
1927
1926
|
__kind: "Dot";
|
|
1927
|
+
value: string;
|
|
1928
1928
|
} | {
|
|
1929
|
+
__kind: "Btc";
|
|
1929
1930
|
value: {
|
|
1930
|
-
value: string;
|
|
1931
1931
|
__kind: "P2PKH";
|
|
1932
|
-
} | {
|
|
1933
1932
|
value: string;
|
|
1934
|
-
__kind: "P2SH";
|
|
1935
1933
|
} | {
|
|
1934
|
+
__kind: "P2SH";
|
|
1936
1935
|
value: string;
|
|
1937
|
-
__kind: "P2WPKH";
|
|
1938
1936
|
} | {
|
|
1937
|
+
__kind: "P2WPKH";
|
|
1939
1938
|
value: string;
|
|
1940
|
-
__kind: "P2WSH";
|
|
1941
1939
|
} | {
|
|
1940
|
+
__kind: "P2WSH";
|
|
1942
1941
|
value: string;
|
|
1942
|
+
} | {
|
|
1943
1943
|
__kind: "Taproot";
|
|
1944
|
+
value: string;
|
|
1944
1945
|
} | {
|
|
1945
1946
|
__kind: "OtherSegwit";
|
|
1946
1947
|
version: number;
|
|
1947
1948
|
program: string;
|
|
1948
1949
|
};
|
|
1949
|
-
__kind: "Btc";
|
|
1950
1950
|
} | {
|
|
1951
|
-
value: string;
|
|
1952
1951
|
__kind: "Arb";
|
|
1953
|
-
} | {
|
|
1954
1952
|
value: string;
|
|
1955
|
-
__kind: "Sol";
|
|
1956
1953
|
} | {
|
|
1954
|
+
__kind: "Sol";
|
|
1957
1955
|
value: string;
|
|
1956
|
+
} | {
|
|
1958
1957
|
__kind: "Hub";
|
|
1958
|
+
value: string;
|
|
1959
1959
|
} | null | undefined;
|
|
1960
1960
|
}>>>;
|
|
1961
1961
|
txId: z.ZodObject<{
|
|
@@ -1994,12 +1994,12 @@ declare const assethubIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1994
1994
|
minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
1995
1995
|
}, "strip", z.ZodTypeAny, {
|
|
1996
1996
|
retryDuration: number;
|
|
1997
|
-
minPrice: bigint;
|
|
1998
1997
|
refundAddress: `0x${string}`;
|
|
1998
|
+
minPrice: bigint;
|
|
1999
1999
|
}, {
|
|
2000
2000
|
retryDuration: number;
|
|
2001
|
-
minPrice: string | number;
|
|
2002
2001
|
refundAddress: string;
|
|
2002
|
+
minPrice: string | number;
|
|
2003
2003
|
}>;
|
|
2004
2004
|
dcaParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2005
2005
|
numberOfChunks: z.ZodNumber;
|
|
@@ -2013,14 +2013,10 @@ declare const assethubIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2013
2013
|
}>>>;
|
|
2014
2014
|
boostFee: z.ZodNumber;
|
|
2015
2015
|
}, "strip", z.ZodTypeAny, {
|
|
2016
|
-
txId: {
|
|
2017
|
-
blockNumber: number;
|
|
2018
|
-
extrinsicIndex: number;
|
|
2019
|
-
};
|
|
2020
2016
|
depositDetails: number;
|
|
2021
2017
|
inputAsset: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
2022
2018
|
depositAmount: bigint;
|
|
2023
|
-
outputAsset: "
|
|
2019
|
+
outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
2024
2020
|
destinationAddress: {
|
|
2025
2021
|
readonly chain: "Ethereum";
|
|
2026
2022
|
readonly address: `0x${string}`;
|
|
@@ -2040,14 +2036,18 @@ declare const assethubIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2040
2036
|
readonly chain: "Assethub";
|
|
2041
2037
|
readonly address: string;
|
|
2042
2038
|
};
|
|
2039
|
+
txId: {
|
|
2040
|
+
blockNumber: number;
|
|
2041
|
+
extrinsicIndex: number;
|
|
2042
|
+
};
|
|
2043
2043
|
affiliateFees: {
|
|
2044
2044
|
account: number;
|
|
2045
2045
|
bps: number;
|
|
2046
2046
|
}[];
|
|
2047
2047
|
refundParams: {
|
|
2048
2048
|
retryDuration: number;
|
|
2049
|
-
minPrice: bigint;
|
|
2050
2049
|
refundAddress: `0x${string}`;
|
|
2050
|
+
minPrice: bigint;
|
|
2051
2051
|
};
|
|
2052
2052
|
boostFee: number;
|
|
2053
2053
|
depositAddress?: `0x${string}` | null | undefined;
|
|
@@ -2060,42 +2060,42 @@ declare const assethubIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2060
2060
|
};
|
|
2061
2061
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2062
2062
|
sourceAddress?: {
|
|
2063
|
-
value: `0x${string}`;
|
|
2064
2063
|
__kind: "Eth";
|
|
2065
|
-
} | {
|
|
2066
2064
|
value: `0x${string}`;
|
|
2065
|
+
} | {
|
|
2067
2066
|
__kind: "Dot";
|
|
2067
|
+
value: `0x${string}`;
|
|
2068
2068
|
} | {
|
|
2069
|
+
__kind: "Btc";
|
|
2069
2070
|
value: {
|
|
2070
|
-
value: `0x${string}`;
|
|
2071
2071
|
__kind: "P2PKH";
|
|
2072
|
-
} | {
|
|
2073
2072
|
value: `0x${string}`;
|
|
2074
|
-
__kind: "P2SH";
|
|
2075
2073
|
} | {
|
|
2074
|
+
__kind: "P2SH";
|
|
2076
2075
|
value: `0x${string}`;
|
|
2077
|
-
__kind: "P2WPKH";
|
|
2078
2076
|
} | {
|
|
2077
|
+
__kind: "P2WPKH";
|
|
2079
2078
|
value: `0x${string}`;
|
|
2080
|
-
__kind: "P2WSH";
|
|
2081
2079
|
} | {
|
|
2080
|
+
__kind: "P2WSH";
|
|
2082
2081
|
value: `0x${string}`;
|
|
2082
|
+
} | {
|
|
2083
2083
|
__kind: "Taproot";
|
|
2084
|
+
value: `0x${string}`;
|
|
2084
2085
|
} | {
|
|
2085
2086
|
__kind: "OtherSegwit";
|
|
2086
2087
|
version: number;
|
|
2087
2088
|
program: `0x${string}`;
|
|
2088
2089
|
};
|
|
2089
|
-
__kind: "Btc";
|
|
2090
2090
|
} | {
|
|
2091
|
-
value: `0x${string}`;
|
|
2092
2091
|
__kind: "Arb";
|
|
2093
|
-
} | {
|
|
2094
2092
|
value: `0x${string}`;
|
|
2095
|
-
__kind: "Sol";
|
|
2096
2093
|
} | {
|
|
2094
|
+
__kind: "Sol";
|
|
2097
2095
|
value: `0x${string}`;
|
|
2096
|
+
} | {
|
|
2098
2097
|
__kind: "Hub";
|
|
2098
|
+
value: `0x${string}`;
|
|
2099
2099
|
} | null | undefined;
|
|
2100
2100
|
} | null | undefined;
|
|
2101
2101
|
brokerFee?: {
|
|
@@ -2107,21 +2107,21 @@ declare const assethubIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2107
2107
|
chunkInterval: number;
|
|
2108
2108
|
} | null | undefined;
|
|
2109
2109
|
}, {
|
|
2110
|
-
txId: {
|
|
2111
|
-
blockNumber: number;
|
|
2112
|
-
extrinsicIndex: number;
|
|
2113
|
-
};
|
|
2114
2110
|
depositDetails: number;
|
|
2115
2111
|
inputAsset: {
|
|
2116
2112
|
__kind: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
2117
2113
|
};
|
|
2118
2114
|
depositAmount: string | number;
|
|
2119
2115
|
outputAsset: {
|
|
2120
|
-
__kind: "
|
|
2116
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
2121
2117
|
};
|
|
2122
2118
|
destinationAddress: {
|
|
2123
|
-
value: string;
|
|
2124
2119
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2120
|
+
value: string;
|
|
2121
|
+
};
|
|
2122
|
+
txId: {
|
|
2123
|
+
blockNumber: number;
|
|
2124
|
+
extrinsicIndex: number;
|
|
2125
2125
|
};
|
|
2126
2126
|
affiliateFees: {
|
|
2127
2127
|
account: number;
|
|
@@ -2129,8 +2129,8 @@ declare const assethubIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2129
2129
|
}[];
|
|
2130
2130
|
refundParams: {
|
|
2131
2131
|
retryDuration: number;
|
|
2132
|
-
minPrice: string | number;
|
|
2133
2132
|
refundAddress: string;
|
|
2133
|
+
minPrice: string | number;
|
|
2134
2134
|
};
|
|
2135
2135
|
boostFee: number;
|
|
2136
2136
|
depositAddress?: string | null | undefined;
|
|
@@ -2145,42 +2145,42 @@ declare const assethubIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2145
2145
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2146
2146
|
};
|
|
2147
2147
|
sourceAddress?: {
|
|
2148
|
-
value: string;
|
|
2149
2148
|
__kind: "Eth";
|
|
2150
|
-
} | {
|
|
2151
2149
|
value: string;
|
|
2150
|
+
} | {
|
|
2152
2151
|
__kind: "Dot";
|
|
2152
|
+
value: string;
|
|
2153
2153
|
} | {
|
|
2154
|
+
__kind: "Btc";
|
|
2154
2155
|
value: {
|
|
2155
|
-
value: string;
|
|
2156
2156
|
__kind: "P2PKH";
|
|
2157
|
-
} | {
|
|
2158
2157
|
value: string;
|
|
2159
|
-
__kind: "P2SH";
|
|
2160
2158
|
} | {
|
|
2159
|
+
__kind: "P2SH";
|
|
2161
2160
|
value: string;
|
|
2162
|
-
__kind: "P2WPKH";
|
|
2163
2161
|
} | {
|
|
2162
|
+
__kind: "P2WPKH";
|
|
2164
2163
|
value: string;
|
|
2165
|
-
__kind: "P2WSH";
|
|
2166
2164
|
} | {
|
|
2165
|
+
__kind: "P2WSH";
|
|
2167
2166
|
value: string;
|
|
2167
|
+
} | {
|
|
2168
2168
|
__kind: "Taproot";
|
|
2169
|
+
value: string;
|
|
2169
2170
|
} | {
|
|
2170
2171
|
__kind: "OtherSegwit";
|
|
2171
2172
|
version: number;
|
|
2172
2173
|
program: string;
|
|
2173
2174
|
};
|
|
2174
|
-
__kind: "Btc";
|
|
2175
2175
|
} | {
|
|
2176
|
-
value: string;
|
|
2177
2176
|
__kind: "Arb";
|
|
2178
|
-
} | {
|
|
2179
2177
|
value: string;
|
|
2180
|
-
__kind: "Sol";
|
|
2181
2178
|
} | {
|
|
2179
|
+
__kind: "Sol";
|
|
2182
2180
|
value: string;
|
|
2181
|
+
} | {
|
|
2183
2182
|
__kind: "Hub";
|
|
2183
|
+
value: string;
|
|
2184
2184
|
} | null | undefined;
|
|
2185
2185
|
} | null | undefined;
|
|
2186
2186
|
brokerFee?: {
|
|
@@ -2195,14 +2195,10 @@ declare const assethubIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2195
2195
|
}, "strip", z.ZodTypeAny, {
|
|
2196
2196
|
__kind: "DepositFailedVaultVariantAssethub";
|
|
2197
2197
|
vaultWitness: {
|
|
2198
|
-
txId: {
|
|
2199
|
-
blockNumber: number;
|
|
2200
|
-
extrinsicIndex: number;
|
|
2201
|
-
};
|
|
2202
2198
|
depositDetails: number;
|
|
2203
2199
|
inputAsset: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
2204
2200
|
depositAmount: bigint;
|
|
2205
|
-
outputAsset: "
|
|
2201
|
+
outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
2206
2202
|
destinationAddress: {
|
|
2207
2203
|
readonly chain: "Ethereum";
|
|
2208
2204
|
readonly address: `0x${string}`;
|
|
@@ -2222,14 +2218,18 @@ declare const assethubIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2222
2218
|
readonly chain: "Assethub";
|
|
2223
2219
|
readonly address: string;
|
|
2224
2220
|
};
|
|
2221
|
+
txId: {
|
|
2222
|
+
blockNumber: number;
|
|
2223
|
+
extrinsicIndex: number;
|
|
2224
|
+
};
|
|
2225
2225
|
affiliateFees: {
|
|
2226
2226
|
account: number;
|
|
2227
2227
|
bps: number;
|
|
2228
2228
|
}[];
|
|
2229
2229
|
refundParams: {
|
|
2230
2230
|
retryDuration: number;
|
|
2231
|
-
minPrice: bigint;
|
|
2232
2231
|
refundAddress: `0x${string}`;
|
|
2232
|
+
minPrice: bigint;
|
|
2233
2233
|
};
|
|
2234
2234
|
boostFee: number;
|
|
2235
2235
|
depositAddress?: `0x${string}` | null | undefined;
|
|
@@ -2242,42 +2242,42 @@ declare const assethubIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2242
2242
|
};
|
|
2243
2243
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2244
2244
|
sourceAddress?: {
|
|
2245
|
-
value: `0x${string}`;
|
|
2246
2245
|
__kind: "Eth";
|
|
2247
|
-
} | {
|
|
2248
2246
|
value: `0x${string}`;
|
|
2247
|
+
} | {
|
|
2249
2248
|
__kind: "Dot";
|
|
2249
|
+
value: `0x${string}`;
|
|
2250
2250
|
} | {
|
|
2251
|
+
__kind: "Btc";
|
|
2251
2252
|
value: {
|
|
2252
|
-
value: `0x${string}`;
|
|
2253
2253
|
__kind: "P2PKH";
|
|
2254
|
-
} | {
|
|
2255
2254
|
value: `0x${string}`;
|
|
2256
|
-
__kind: "P2SH";
|
|
2257
2255
|
} | {
|
|
2256
|
+
__kind: "P2SH";
|
|
2258
2257
|
value: `0x${string}`;
|
|
2259
|
-
__kind: "P2WPKH";
|
|
2260
2258
|
} | {
|
|
2259
|
+
__kind: "P2WPKH";
|
|
2261
2260
|
value: `0x${string}`;
|
|
2262
|
-
__kind: "P2WSH";
|
|
2263
2261
|
} | {
|
|
2262
|
+
__kind: "P2WSH";
|
|
2264
2263
|
value: `0x${string}`;
|
|
2264
|
+
} | {
|
|
2265
2265
|
__kind: "Taproot";
|
|
2266
|
+
value: `0x${string}`;
|
|
2266
2267
|
} | {
|
|
2267
2268
|
__kind: "OtherSegwit";
|
|
2268
2269
|
version: number;
|
|
2269
2270
|
program: `0x${string}`;
|
|
2270
2271
|
};
|
|
2271
|
-
__kind: "Btc";
|
|
2272
2272
|
} | {
|
|
2273
|
-
value: `0x${string}`;
|
|
2274
2273
|
__kind: "Arb";
|
|
2275
|
-
} | {
|
|
2276
2274
|
value: `0x${string}`;
|
|
2277
|
-
__kind: "Sol";
|
|
2278
2275
|
} | {
|
|
2276
|
+
__kind: "Sol";
|
|
2279
2277
|
value: `0x${string}`;
|
|
2278
|
+
} | {
|
|
2280
2279
|
__kind: "Hub";
|
|
2280
|
+
value: `0x${string}`;
|
|
2281
2281
|
} | null | undefined;
|
|
2282
2282
|
} | null | undefined;
|
|
2283
2283
|
brokerFee?: {
|
|
@@ -2292,21 +2292,21 @@ declare const assethubIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2292
2292
|
}, {
|
|
2293
2293
|
__kind: "DepositFailedVaultVariantAssethub";
|
|
2294
2294
|
vaultWitness: {
|
|
2295
|
-
txId: {
|
|
2296
|
-
blockNumber: number;
|
|
2297
|
-
extrinsicIndex: number;
|
|
2298
|
-
};
|
|
2299
2295
|
depositDetails: number;
|
|
2300
2296
|
inputAsset: {
|
|
2301
2297
|
__kind: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
2302
2298
|
};
|
|
2303
2299
|
depositAmount: string | number;
|
|
2304
2300
|
outputAsset: {
|
|
2305
|
-
__kind: "
|
|
2301
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
2306
2302
|
};
|
|
2307
2303
|
destinationAddress: {
|
|
2308
|
-
value: string;
|
|
2309
2304
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2305
|
+
value: string;
|
|
2306
|
+
};
|
|
2307
|
+
txId: {
|
|
2308
|
+
blockNumber: number;
|
|
2309
|
+
extrinsicIndex: number;
|
|
2310
2310
|
};
|
|
2311
2311
|
affiliateFees: {
|
|
2312
2312
|
account: number;
|
|
@@ -2314,8 +2314,8 @@ declare const assethubIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2314
2314
|
}[];
|
|
2315
2315
|
refundParams: {
|
|
2316
2316
|
retryDuration: number;
|
|
2317
|
-
minPrice: string | number;
|
|
2318
2317
|
refundAddress: string;
|
|
2318
|
+
minPrice: string | number;
|
|
2319
2319
|
};
|
|
2320
2320
|
boostFee: number;
|
|
2321
2321
|
depositAddress?: string | null | undefined;
|
|
@@ -2330,42 +2330,42 @@ declare const assethubIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2330
2330
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2331
2331
|
};
|
|
2332
2332
|
sourceAddress?: {
|
|
2333
|
-
value: string;
|
|
2334
2333
|
__kind: "Eth";
|
|
2335
|
-
} | {
|
|
2336
2334
|
value: string;
|
|
2335
|
+
} | {
|
|
2337
2336
|
__kind: "Dot";
|
|
2337
|
+
value: string;
|
|
2338
2338
|
} | {
|
|
2339
|
+
__kind: "Btc";
|
|
2339
2340
|
value: {
|
|
2340
|
-
value: string;
|
|
2341
2341
|
__kind: "P2PKH";
|
|
2342
|
-
} | {
|
|
2343
2342
|
value: string;
|
|
2344
|
-
__kind: "P2SH";
|
|
2345
2343
|
} | {
|
|
2344
|
+
__kind: "P2SH";
|
|
2346
2345
|
value: string;
|
|
2347
|
-
__kind: "P2WPKH";
|
|
2348
2346
|
} | {
|
|
2347
|
+
__kind: "P2WPKH";
|
|
2349
2348
|
value: string;
|
|
2350
|
-
__kind: "P2WSH";
|
|
2351
2349
|
} | {
|
|
2350
|
+
__kind: "P2WSH";
|
|
2352
2351
|
value: string;
|
|
2352
|
+
} | {
|
|
2353
2353
|
__kind: "Taproot";
|
|
2354
|
+
value: string;
|
|
2354
2355
|
} | {
|
|
2355
2356
|
__kind: "OtherSegwit";
|
|
2356
2357
|
version: number;
|
|
2357
2358
|
program: string;
|
|
2358
2359
|
};
|
|
2359
|
-
__kind: "Btc";
|
|
2360
2360
|
} | {
|
|
2361
|
-
value: string;
|
|
2362
2361
|
__kind: "Arb";
|
|
2363
|
-
} | {
|
|
2364
2362
|
value: string;
|
|
2365
|
-
__kind: "Sol";
|
|
2366
2363
|
} | {
|
|
2364
|
+
__kind: "Sol";
|
|
2367
2365
|
value: string;
|
|
2366
|
+
} | {
|
|
2368
2367
|
__kind: "Hub";
|
|
2368
|
+
value: string;
|
|
2369
2369
|
} | null | undefined;
|
|
2370
2370
|
} | null | undefined;
|
|
2371
2371
|
brokerFee?: {
|
|
@@ -2387,6 +2387,7 @@ declare const assethubIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2387
2387
|
} | {
|
|
2388
2388
|
__kind: "TransactionRejectedByBroker";
|
|
2389
2389
|
} | {
|
|
2390
|
+
__kind: "DepositWitnessRejected";
|
|
2390
2391
|
value: {
|
|
2391
2392
|
__kind: "Other";
|
|
2392
2393
|
} | {
|
|
@@ -2394,11 +2395,11 @@ declare const assethubIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2394
2395
|
} | {
|
|
2395
2396
|
__kind: "BadOrigin";
|
|
2396
2397
|
} | {
|
|
2398
|
+
__kind: "Module";
|
|
2397
2399
|
value: {
|
|
2398
2400
|
index: number;
|
|
2399
2401
|
error: `0x${string}`;
|
|
2400
2402
|
};
|
|
2401
|
-
__kind: "Module";
|
|
2402
2403
|
} | {
|
|
2403
2404
|
__kind: "ConsumerRemaining";
|
|
2404
2405
|
} | {
|
|
@@ -2406,14 +2407,14 @@ declare const assethubIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2406
2407
|
} | {
|
|
2407
2408
|
__kind: "TooManyConsumers";
|
|
2408
2409
|
} | {
|
|
2409
|
-
value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
2410
2410
|
__kind: "Token";
|
|
2411
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
2411
2412
|
} | {
|
|
2412
|
-
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
2413
2413
|
__kind: "Arithmetic";
|
|
2414
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
2414
2415
|
} | {
|
|
2415
|
-
value: "LimitReached" | "NoLayer";
|
|
2416
2416
|
__kind: "Transactional";
|
|
2417
|
+
value: "LimitReached" | "NoLayer";
|
|
2417
2418
|
} | {
|
|
2418
2419
|
__kind: "Exhausted";
|
|
2419
2420
|
} | {
|
|
@@ -2423,7 +2424,6 @@ declare const assethubIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2423
2424
|
} | {
|
|
2424
2425
|
__kind: "RootNotAllowed";
|
|
2425
2426
|
};
|
|
2426
|
-
__kind: "DepositWitnessRejected";
|
|
2427
2427
|
};
|
|
2428
2428
|
details: {
|
|
2429
2429
|
__kind: "DepositFailedDepositChannelVariantAssethub";
|
|
@@ -2436,14 +2436,10 @@ declare const assethubIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2436
2436
|
} | {
|
|
2437
2437
|
__kind: "DepositFailedVaultVariantAssethub";
|
|
2438
2438
|
vaultWitness: {
|
|
2439
|
-
txId: {
|
|
2440
|
-
blockNumber: number;
|
|
2441
|
-
extrinsicIndex: number;
|
|
2442
|
-
};
|
|
2443
2439
|
depositDetails: number;
|
|
2444
2440
|
inputAsset: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
2445
2441
|
depositAmount: bigint;
|
|
2446
|
-
outputAsset: "
|
|
2442
|
+
outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
2447
2443
|
destinationAddress: {
|
|
2448
2444
|
readonly chain: "Ethereum";
|
|
2449
2445
|
readonly address: `0x${string}`;
|
|
@@ -2463,14 +2459,18 @@ declare const assethubIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2463
2459
|
readonly chain: "Assethub";
|
|
2464
2460
|
readonly address: string;
|
|
2465
2461
|
};
|
|
2462
|
+
txId: {
|
|
2463
|
+
blockNumber: number;
|
|
2464
|
+
extrinsicIndex: number;
|
|
2465
|
+
};
|
|
2466
2466
|
affiliateFees: {
|
|
2467
2467
|
account: number;
|
|
2468
2468
|
bps: number;
|
|
2469
2469
|
}[];
|
|
2470
2470
|
refundParams: {
|
|
2471
2471
|
retryDuration: number;
|
|
2472
|
-
minPrice: bigint;
|
|
2473
2472
|
refundAddress: `0x${string}`;
|
|
2473
|
+
minPrice: bigint;
|
|
2474
2474
|
};
|
|
2475
2475
|
boostFee: number;
|
|
2476
2476
|
depositAddress?: `0x${string}` | null | undefined;
|
|
@@ -2483,42 +2483,42 @@ declare const assethubIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2483
2483
|
};
|
|
2484
2484
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2485
2485
|
sourceAddress?: {
|
|
2486
|
-
value: `0x${string}`;
|
|
2487
2486
|
__kind: "Eth";
|
|
2488
|
-
} | {
|
|
2489
2487
|
value: `0x${string}`;
|
|
2488
|
+
} | {
|
|
2490
2489
|
__kind: "Dot";
|
|
2490
|
+
value: `0x${string}`;
|
|
2491
2491
|
} | {
|
|
2492
|
+
__kind: "Btc";
|
|
2492
2493
|
value: {
|
|
2493
|
-
value: `0x${string}`;
|
|
2494
2494
|
__kind: "P2PKH";
|
|
2495
|
-
} | {
|
|
2496
2495
|
value: `0x${string}`;
|
|
2497
|
-
__kind: "P2SH";
|
|
2498
2496
|
} | {
|
|
2497
|
+
__kind: "P2SH";
|
|
2499
2498
|
value: `0x${string}`;
|
|
2500
|
-
__kind: "P2WPKH";
|
|
2501
2499
|
} | {
|
|
2500
|
+
__kind: "P2WPKH";
|
|
2502
2501
|
value: `0x${string}`;
|
|
2503
|
-
__kind: "P2WSH";
|
|
2504
2502
|
} | {
|
|
2503
|
+
__kind: "P2WSH";
|
|
2505
2504
|
value: `0x${string}`;
|
|
2505
|
+
} | {
|
|
2506
2506
|
__kind: "Taproot";
|
|
2507
|
+
value: `0x${string}`;
|
|
2507
2508
|
} | {
|
|
2508
2509
|
__kind: "OtherSegwit";
|
|
2509
2510
|
version: number;
|
|
2510
2511
|
program: `0x${string}`;
|
|
2511
2512
|
};
|
|
2512
|
-
__kind: "Btc";
|
|
2513
2513
|
} | {
|
|
2514
|
-
value: `0x${string}`;
|
|
2515
2514
|
__kind: "Arb";
|
|
2516
|
-
} | {
|
|
2517
2515
|
value: `0x${string}`;
|
|
2518
|
-
__kind: "Sol";
|
|
2519
2516
|
} | {
|
|
2517
|
+
__kind: "Sol";
|
|
2520
2518
|
value: `0x${string}`;
|
|
2519
|
+
} | {
|
|
2521
2520
|
__kind: "Hub";
|
|
2521
|
+
value: `0x${string}`;
|
|
2522
2522
|
} | null | undefined;
|
|
2523
2523
|
} | null | undefined;
|
|
2524
2524
|
brokerFee?: {
|
|
@@ -2540,6 +2540,7 @@ declare const assethubIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2540
2540
|
} | {
|
|
2541
2541
|
__kind: "TransactionRejectedByBroker";
|
|
2542
2542
|
} | {
|
|
2543
|
+
__kind: "DepositWitnessRejected";
|
|
2543
2544
|
value: {
|
|
2544
2545
|
__kind: "Other";
|
|
2545
2546
|
} | {
|
|
@@ -2547,11 +2548,11 @@ declare const assethubIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2547
2548
|
} | {
|
|
2548
2549
|
__kind: "BadOrigin";
|
|
2549
2550
|
} | {
|
|
2551
|
+
__kind: "Module";
|
|
2550
2552
|
value: {
|
|
2551
2553
|
index: number;
|
|
2552
2554
|
error: string;
|
|
2553
2555
|
};
|
|
2554
|
-
__kind: "Module";
|
|
2555
2556
|
} | {
|
|
2556
2557
|
__kind: "ConsumerRemaining";
|
|
2557
2558
|
} | {
|
|
@@ -2559,20 +2560,20 @@ declare const assethubIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2559
2560
|
} | {
|
|
2560
2561
|
__kind: "TooManyConsumers";
|
|
2561
2562
|
} | {
|
|
2563
|
+
__kind: "Token";
|
|
2562
2564
|
value: {
|
|
2563
|
-
__kind: "
|
|
2565
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
2564
2566
|
};
|
|
2565
|
-
__kind: "Token";
|
|
2566
2567
|
} | {
|
|
2568
|
+
__kind: "Arithmetic";
|
|
2567
2569
|
value: {
|
|
2568
2570
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
2569
2571
|
};
|
|
2570
|
-
__kind: "Arithmetic";
|
|
2571
2572
|
} | {
|
|
2573
|
+
__kind: "Transactional";
|
|
2572
2574
|
value: {
|
|
2573
2575
|
__kind: "LimitReached" | "NoLayer";
|
|
2574
2576
|
};
|
|
2575
|
-
__kind: "Transactional";
|
|
2576
2577
|
} | {
|
|
2577
2578
|
__kind: "Exhausted";
|
|
2578
2579
|
} | {
|
|
@@ -2582,7 +2583,6 @@ declare const assethubIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2582
2583
|
} | {
|
|
2583
2584
|
__kind: "RootNotAllowed";
|
|
2584
2585
|
};
|
|
2585
|
-
__kind: "DepositWitnessRejected";
|
|
2586
2586
|
};
|
|
2587
2587
|
details: {
|
|
2588
2588
|
__kind: "DepositFailedDepositChannelVariantAssethub";
|
|
@@ -2597,21 +2597,21 @@ declare const assethubIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2597
2597
|
} | {
|
|
2598
2598
|
__kind: "DepositFailedVaultVariantAssethub";
|
|
2599
2599
|
vaultWitness: {
|
|
2600
|
-
txId: {
|
|
2601
|
-
blockNumber: number;
|
|
2602
|
-
extrinsicIndex: number;
|
|
2603
|
-
};
|
|
2604
2600
|
depositDetails: number;
|
|
2605
2601
|
inputAsset: {
|
|
2606
2602
|
__kind: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
2607
2603
|
};
|
|
2608
2604
|
depositAmount: string | number;
|
|
2609
2605
|
outputAsset: {
|
|
2610
|
-
__kind: "
|
|
2606
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
2611
2607
|
};
|
|
2612
2608
|
destinationAddress: {
|
|
2613
|
-
value: string;
|
|
2614
2609
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2610
|
+
value: string;
|
|
2611
|
+
};
|
|
2612
|
+
txId: {
|
|
2613
|
+
blockNumber: number;
|
|
2614
|
+
extrinsicIndex: number;
|
|
2615
2615
|
};
|
|
2616
2616
|
affiliateFees: {
|
|
2617
2617
|
account: number;
|
|
@@ -2619,8 +2619,8 @@ declare const assethubIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2619
2619
|
}[];
|
|
2620
2620
|
refundParams: {
|
|
2621
2621
|
retryDuration: number;
|
|
2622
|
-
minPrice: string | number;
|
|
2623
2622
|
refundAddress: string;
|
|
2623
|
+
minPrice: string | number;
|
|
2624
2624
|
};
|
|
2625
2625
|
boostFee: number;
|
|
2626
2626
|
depositAddress?: string | null | undefined;
|
|
@@ -2635,42 +2635,42 @@ declare const assethubIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2635
2635
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2636
2636
|
};
|
|
2637
2637
|
sourceAddress?: {
|
|
2638
|
-
value: string;
|
|
2639
2638
|
__kind: "Eth";
|
|
2640
|
-
} | {
|
|
2641
2639
|
value: string;
|
|
2640
|
+
} | {
|
|
2642
2641
|
__kind: "Dot";
|
|
2642
|
+
value: string;
|
|
2643
2643
|
} | {
|
|
2644
|
+
__kind: "Btc";
|
|
2644
2645
|
value: {
|
|
2645
|
-
value: string;
|
|
2646
2646
|
__kind: "P2PKH";
|
|
2647
|
-
} | {
|
|
2648
2647
|
value: string;
|
|
2649
|
-
__kind: "P2SH";
|
|
2650
2648
|
} | {
|
|
2649
|
+
__kind: "P2SH";
|
|
2651
2650
|
value: string;
|
|
2652
|
-
__kind: "P2WPKH";
|
|
2653
2651
|
} | {
|
|
2652
|
+
__kind: "P2WPKH";
|
|
2654
2653
|
value: string;
|
|
2655
|
-
__kind: "P2WSH";
|
|
2656
2654
|
} | {
|
|
2655
|
+
__kind: "P2WSH";
|
|
2657
2656
|
value: string;
|
|
2657
|
+
} | {
|
|
2658
2658
|
__kind: "Taproot";
|
|
2659
|
+
value: string;
|
|
2659
2660
|
} | {
|
|
2660
2661
|
__kind: "OtherSegwit";
|
|
2661
2662
|
version: number;
|
|
2662
2663
|
program: string;
|
|
2663
2664
|
};
|
|
2664
|
-
__kind: "Btc";
|
|
2665
2665
|
} | {
|
|
2666
|
-
value: string;
|
|
2667
2666
|
__kind: "Arb";
|
|
2668
|
-
} | {
|
|
2669
2667
|
value: string;
|
|
2670
|
-
__kind: "Sol";
|
|
2671
2668
|
} | {
|
|
2669
|
+
__kind: "Sol";
|
|
2672
2670
|
value: string;
|
|
2671
|
+
} | {
|
|
2673
2672
|
__kind: "Hub";
|
|
2673
|
+
value: string;
|
|
2674
2674
|
} | null | undefined;
|
|
2675
2675
|
} | null | undefined;
|
|
2676
2676
|
brokerFee?: {
|