@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 polkadotIngressEgressDepositFailed: 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, {
|
|
@@ -96,13 +96,13 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
96
96
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
97
97
|
}>;
|
|
98
98
|
}, "strip", z.ZodTypeAny, {
|
|
99
|
-
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "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
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 polkadotIngressEgressDepositFailed: 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 polkadotIngressEgressDepositFailed: 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 polkadotIngressEgressDepositFailed: 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 polkadotIngressEgressDepositFailed: 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 polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
186
187
|
} | {
|
|
187
188
|
__kind: "TooManyConsumers";
|
|
188
189
|
} | {
|
|
189
|
-
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "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 polkadotIngressEgressDepositFailed: 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 polkadotIngressEgressDepositFailed: 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 polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
224
225
|
} | {
|
|
225
226
|
__kind: "TooManyConsumers";
|
|
226
227
|
} | {
|
|
228
|
+
__kind: "Token";
|
|
227
229
|
value: {
|
|
228
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 polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
247
248
|
} | {
|
|
248
249
|
__kind: "RootNotAllowed";
|
|
249
250
|
};
|
|
250
|
-
__kind: "DepositWitnessRejected";
|
|
251
251
|
}>, z.ZodObject<{
|
|
252
252
|
__kind: z.ZodLiteral<"Unrefundable">;
|
|
253
253
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -271,33 +271,33 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
271
271
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
272
272
|
depositDetails: z.ZodNumber;
|
|
273
273
|
}, "strip", z.ZodTypeAny, {
|
|
274
|
-
depositAddress: `0x${string}`;
|
|
275
274
|
asset: "Dot";
|
|
275
|
+
depositAddress: `0x${string}`;
|
|
276
276
|
amount: bigint;
|
|
277
277
|
depositDetails: number;
|
|
278
278
|
}, {
|
|
279
|
-
depositAddress: string;
|
|
280
279
|
asset: {
|
|
281
280
|
__kind: "Dot";
|
|
282
281
|
};
|
|
282
|
+
depositAddress: string;
|
|
283
283
|
amount: string | number;
|
|
284
284
|
depositDetails: number;
|
|
285
285
|
}>;
|
|
286
286
|
}, "strip", z.ZodTypeAny, {
|
|
287
287
|
__kind: "DepositFailedDepositChannelVariantPolkadot";
|
|
288
288
|
depositWitness: {
|
|
289
|
-
depositAddress: `0x${string}`;
|
|
290
289
|
asset: "Dot";
|
|
290
|
+
depositAddress: `0x${string}`;
|
|
291
291
|
amount: bigint;
|
|
292
292
|
depositDetails: number;
|
|
293
293
|
};
|
|
294
294
|
}, {
|
|
295
295
|
__kind: "DepositFailedDepositChannelVariantPolkadot";
|
|
296
296
|
depositWitness: {
|
|
297
|
-
depositAddress: string;
|
|
298
297
|
asset: {
|
|
299
298
|
__kind: "Dot";
|
|
300
299
|
};
|
|
300
|
+
depositAddress: string;
|
|
301
301
|
amount: string | number;
|
|
302
302
|
depositDetails: number;
|
|
303
303
|
};
|
|
@@ -320,21 +320,21 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
320
320
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
321
321
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
322
322
|
}, "strip", z.ZodTypeAny, {
|
|
323
|
-
__kind: "
|
|
323
|
+
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
324
324
|
}, {
|
|
325
|
-
__kind: "
|
|
326
|
-
}>, "
|
|
327
|
-
__kind: "
|
|
325
|
+
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
326
|
+
}>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
|
|
327
|
+
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
328
328
|
}>;
|
|
329
329
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
330
330
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
331
331
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
332
332
|
}, "strip", z.ZodTypeAny, {
|
|
333
|
-
value: `0x${string}`;
|
|
334
333
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
334
|
+
value: `0x${string}`;
|
|
335
335
|
}, {
|
|
336
|
-
value: string;
|
|
337
336
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
337
|
+
value: string;
|
|
338
338
|
}>, {
|
|
339
339
|
readonly chain: "Ethereum";
|
|
340
340
|
readonly address: `0x${string}`;
|
|
@@ -354,8 +354,8 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
354
354
|
readonly chain: "Assethub";
|
|
355
355
|
readonly address: string;
|
|
356
356
|
}, {
|
|
357
|
-
value: string;
|
|
358
357
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
358
|
+
value: string;
|
|
359
359
|
}>;
|
|
360
360
|
depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
361
361
|
channelMetadata: z.ZodObject<{
|
|
@@ -384,67 +384,67 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
384
384
|
__kind: z.ZodLiteral<"Eth">;
|
|
385
385
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
386
386
|
}, "strip", z.ZodTypeAny, {
|
|
387
|
-
value: `0x${string}`;
|
|
388
387
|
__kind: "Eth";
|
|
388
|
+
value: `0x${string}`;
|
|
389
389
|
}, {
|
|
390
|
-
value: string;
|
|
391
390
|
__kind: "Eth";
|
|
391
|
+
value: string;
|
|
392
392
|
}>, z.ZodObject<{
|
|
393
393
|
__kind: z.ZodLiteral<"Dot">;
|
|
394
394
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
395
395
|
}, "strip", z.ZodTypeAny, {
|
|
396
|
-
value: `0x${string}`;
|
|
397
396
|
__kind: "Dot";
|
|
397
|
+
value: `0x${string}`;
|
|
398
398
|
}, {
|
|
399
|
-
value: string;
|
|
400
399
|
__kind: "Dot";
|
|
400
|
+
value: string;
|
|
401
401
|
}>, z.ZodObject<{
|
|
402
402
|
__kind: z.ZodLiteral<"Btc">;
|
|
403
403
|
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
404
404
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
405
405
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
406
406
|
}, "strip", z.ZodTypeAny, {
|
|
407
|
-
value: `0x${string}`;
|
|
408
407
|
__kind: "P2PKH";
|
|
408
|
+
value: `0x${string}`;
|
|
409
409
|
}, {
|
|
410
|
-
value: string;
|
|
411
410
|
__kind: "P2PKH";
|
|
411
|
+
value: string;
|
|
412
412
|
}>, z.ZodObject<{
|
|
413
413
|
__kind: z.ZodLiteral<"P2SH">;
|
|
414
414
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
415
415
|
}, "strip", z.ZodTypeAny, {
|
|
416
|
-
value: `0x${string}`;
|
|
417
416
|
__kind: "P2SH";
|
|
417
|
+
value: `0x${string}`;
|
|
418
418
|
}, {
|
|
419
|
-
value: string;
|
|
420
419
|
__kind: "P2SH";
|
|
420
|
+
value: string;
|
|
421
421
|
}>, z.ZodObject<{
|
|
422
422
|
__kind: z.ZodLiteral<"P2WPKH">;
|
|
423
423
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
424
424
|
}, "strip", z.ZodTypeAny, {
|
|
425
|
-
value: `0x${string}`;
|
|
426
425
|
__kind: "P2WPKH";
|
|
426
|
+
value: `0x${string}`;
|
|
427
427
|
}, {
|
|
428
|
-
value: string;
|
|
429
428
|
__kind: "P2WPKH";
|
|
429
|
+
value: string;
|
|
430
430
|
}>, z.ZodObject<{
|
|
431
431
|
__kind: z.ZodLiteral<"P2WSH">;
|
|
432
432
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
433
433
|
}, "strip", z.ZodTypeAny, {
|
|
434
|
-
value: `0x${string}`;
|
|
435
434
|
__kind: "P2WSH";
|
|
435
|
+
value: `0x${string}`;
|
|
436
436
|
}, {
|
|
437
|
-
value: string;
|
|
438
437
|
__kind: "P2WSH";
|
|
438
|
+
value: string;
|
|
439
439
|
}>, z.ZodObject<{
|
|
440
440
|
__kind: z.ZodLiteral<"Taproot">;
|
|
441
441
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
442
442
|
}, "strip", z.ZodTypeAny, {
|
|
443
|
-
value: `0x${string}`;
|
|
444
443
|
__kind: "Taproot";
|
|
444
|
+
value: `0x${string}`;
|
|
445
445
|
}, {
|
|
446
|
-
value: string;
|
|
447
446
|
__kind: "Taproot";
|
|
447
|
+
value: string;
|
|
448
448
|
}>, z.ZodObject<{
|
|
449
449
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
450
450
|
version: z.ZodNumber;
|
|
@@ -459,76 +459,76 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
459
459
|
program: string;
|
|
460
460
|
}>]>;
|
|
461
461
|
}, "strip", z.ZodTypeAny, {
|
|
462
|
+
__kind: "Btc";
|
|
462
463
|
value: {
|
|
463
|
-
value: `0x${string}`;
|
|
464
464
|
__kind: "P2PKH";
|
|
465
|
-
} | {
|
|
466
465
|
value: `0x${string}`;
|
|
467
|
-
__kind: "P2SH";
|
|
468
466
|
} | {
|
|
467
|
+
__kind: "P2SH";
|
|
469
468
|
value: `0x${string}`;
|
|
470
|
-
__kind: "P2WPKH";
|
|
471
469
|
} | {
|
|
470
|
+
__kind: "P2WPKH";
|
|
472
471
|
value: `0x${string}`;
|
|
473
|
-
__kind: "P2WSH";
|
|
474
472
|
} | {
|
|
473
|
+
__kind: "P2WSH";
|
|
475
474
|
value: `0x${string}`;
|
|
475
|
+
} | {
|
|
476
476
|
__kind: "Taproot";
|
|
477
|
+
value: `0x${string}`;
|
|
477
478
|
} | {
|
|
478
479
|
__kind: "OtherSegwit";
|
|
479
480
|
version: number;
|
|
480
481
|
program: `0x${string}`;
|
|
481
482
|
};
|
|
482
|
-
__kind: "Btc";
|
|
483
483
|
}, {
|
|
484
|
+
__kind: "Btc";
|
|
484
485
|
value: {
|
|
485
|
-
value: string;
|
|
486
486
|
__kind: "P2PKH";
|
|
487
|
-
} | {
|
|
488
487
|
value: string;
|
|
489
|
-
__kind: "P2SH";
|
|
490
488
|
} | {
|
|
489
|
+
__kind: "P2SH";
|
|
491
490
|
value: string;
|
|
492
|
-
__kind: "P2WPKH";
|
|
493
491
|
} | {
|
|
492
|
+
__kind: "P2WPKH";
|
|
494
493
|
value: string;
|
|
495
|
-
__kind: "P2WSH";
|
|
496
494
|
} | {
|
|
495
|
+
__kind: "P2WSH";
|
|
497
496
|
value: string;
|
|
497
|
+
} | {
|
|
498
498
|
__kind: "Taproot";
|
|
499
|
+
value: string;
|
|
499
500
|
} | {
|
|
500
501
|
__kind: "OtherSegwit";
|
|
501
502
|
version: number;
|
|
502
503
|
program: string;
|
|
503
504
|
};
|
|
504
|
-
__kind: "Btc";
|
|
505
505
|
}>, z.ZodObject<{
|
|
506
506
|
__kind: z.ZodLiteral<"Arb">;
|
|
507
507
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
508
508
|
}, "strip", z.ZodTypeAny, {
|
|
509
|
-
value: `0x${string}`;
|
|
510
509
|
__kind: "Arb";
|
|
510
|
+
value: `0x${string}`;
|
|
511
511
|
}, {
|
|
512
|
-
value: string;
|
|
513
512
|
__kind: "Arb";
|
|
513
|
+
value: string;
|
|
514
514
|
}>, z.ZodObject<{
|
|
515
515
|
__kind: z.ZodLiteral<"Sol">;
|
|
516
516
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
517
517
|
}, "strip", z.ZodTypeAny, {
|
|
518
|
-
value: `0x${string}`;
|
|
519
518
|
__kind: "Sol";
|
|
519
|
+
value: `0x${string}`;
|
|
520
520
|
}, {
|
|
521
|
-
value: string;
|
|
522
521
|
__kind: "Sol";
|
|
522
|
+
value: string;
|
|
523
523
|
}>, z.ZodObject<{
|
|
524
524
|
__kind: z.ZodLiteral<"Hub">;
|
|
525
525
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
526
526
|
}, "strip", z.ZodTypeAny, {
|
|
527
|
-
value: `0x${string}`;
|
|
528
527
|
__kind: "Hub";
|
|
528
|
+
value: `0x${string}`;
|
|
529
529
|
}, {
|
|
530
|
-
value: string;
|
|
531
530
|
__kind: "Hub";
|
|
531
|
+
value: string;
|
|
532
532
|
}>]>>>;
|
|
533
533
|
}, "strip", z.ZodTypeAny, {
|
|
534
534
|
channelMetadata: {
|
|
@@ -538,42 +538,42 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
538
538
|
};
|
|
539
539
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
540
540
|
sourceAddress?: {
|
|
541
|
-
value: `0x${string}`;
|
|
542
541
|
__kind: "Eth";
|
|
543
|
-
} | {
|
|
544
542
|
value: `0x${string}`;
|
|
543
|
+
} | {
|
|
545
544
|
__kind: "Dot";
|
|
545
|
+
value: `0x${string}`;
|
|
546
546
|
} | {
|
|
547
|
+
__kind: "Btc";
|
|
547
548
|
value: {
|
|
548
|
-
value: `0x${string}`;
|
|
549
549
|
__kind: "P2PKH";
|
|
550
|
-
} | {
|
|
551
550
|
value: `0x${string}`;
|
|
552
|
-
__kind: "P2SH";
|
|
553
551
|
} | {
|
|
552
|
+
__kind: "P2SH";
|
|
554
553
|
value: `0x${string}`;
|
|
555
|
-
__kind: "P2WPKH";
|
|
556
554
|
} | {
|
|
555
|
+
__kind: "P2WPKH";
|
|
557
556
|
value: `0x${string}`;
|
|
558
|
-
__kind: "P2WSH";
|
|
559
557
|
} | {
|
|
558
|
+
__kind: "P2WSH";
|
|
560
559
|
value: `0x${string}`;
|
|
560
|
+
} | {
|
|
561
561
|
__kind: "Taproot";
|
|
562
|
+
value: `0x${string}`;
|
|
562
563
|
} | {
|
|
563
564
|
__kind: "OtherSegwit";
|
|
564
565
|
version: number;
|
|
565
566
|
program: `0x${string}`;
|
|
566
567
|
};
|
|
567
|
-
__kind: "Btc";
|
|
568
568
|
} | {
|
|
569
|
-
value: `0x${string}`;
|
|
570
569
|
__kind: "Arb";
|
|
571
|
-
} | {
|
|
572
570
|
value: `0x${string}`;
|
|
573
|
-
__kind: "Sol";
|
|
574
571
|
} | {
|
|
572
|
+
__kind: "Sol";
|
|
575
573
|
value: `0x${string}`;
|
|
574
|
+
} | {
|
|
576
575
|
__kind: "Hub";
|
|
576
|
+
value: `0x${string}`;
|
|
577
577
|
} | null | undefined;
|
|
578
578
|
}, {
|
|
579
579
|
channelMetadata: {
|
|
@@ -585,42 +585,42 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
585
585
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
586
586
|
};
|
|
587
587
|
sourceAddress?: {
|
|
588
|
-
value: string;
|
|
589
588
|
__kind: "Eth";
|
|
590
|
-
} | {
|
|
591
589
|
value: string;
|
|
590
|
+
} | {
|
|
592
591
|
__kind: "Dot";
|
|
592
|
+
value: string;
|
|
593
593
|
} | {
|
|
594
|
+
__kind: "Btc";
|
|
594
595
|
value: {
|
|
595
|
-
value: string;
|
|
596
596
|
__kind: "P2PKH";
|
|
597
|
-
} | {
|
|
598
597
|
value: string;
|
|
599
|
-
__kind: "P2SH";
|
|
600
598
|
} | {
|
|
599
|
+
__kind: "P2SH";
|
|
601
600
|
value: string;
|
|
602
|
-
__kind: "P2WPKH";
|
|
603
601
|
} | {
|
|
602
|
+
__kind: "P2WPKH";
|
|
604
603
|
value: string;
|
|
605
|
-
__kind: "P2WSH";
|
|
606
604
|
} | {
|
|
605
|
+
__kind: "P2WSH";
|
|
607
606
|
value: string;
|
|
607
|
+
} | {
|
|
608
608
|
__kind: "Taproot";
|
|
609
|
+
value: string;
|
|
609
610
|
} | {
|
|
610
611
|
__kind: "OtherSegwit";
|
|
611
612
|
version: number;
|
|
612
613
|
program: string;
|
|
613
614
|
};
|
|
614
|
-
__kind: "Btc";
|
|
615
615
|
} | {
|
|
616
|
-
value: string;
|
|
617
616
|
__kind: "Arb";
|
|
618
|
-
} | {
|
|
619
617
|
value: string;
|
|
620
|
-
__kind: "Sol";
|
|
621
618
|
} | {
|
|
619
|
+
__kind: "Sol";
|
|
622
620
|
value: string;
|
|
621
|
+
} | {
|
|
623
622
|
__kind: "Hub";
|
|
623
|
+
value: string;
|
|
624
624
|
} | null | undefined;
|
|
625
625
|
}>>>;
|
|
626
626
|
txId: z.ZodObject<{
|
|
@@ -704,11 +704,14 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
704
704
|
}>>>;
|
|
705
705
|
boostFee: z.ZodNumber;
|
|
706
706
|
}, "strip", z.ZodTypeAny, {
|
|
707
|
+
txId: {
|
|
708
|
+
blockNumber: number;
|
|
709
|
+
extrinsicIndex: number;
|
|
710
|
+
};
|
|
707
711
|
depositDetails: number;
|
|
708
|
-
boostFee: number;
|
|
709
712
|
inputAsset: "Dot";
|
|
710
713
|
depositAmount: bigint;
|
|
711
|
-
outputAsset: "
|
|
714
|
+
outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
712
715
|
destinationAddress: {
|
|
713
716
|
readonly chain: "Ethereum";
|
|
714
717
|
readonly address: `0x${string}`;
|
|
@@ -728,10 +731,6 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
728
731
|
readonly chain: "Assethub";
|
|
729
732
|
readonly address: string;
|
|
730
733
|
};
|
|
731
|
-
txId: {
|
|
732
|
-
blockNumber: number;
|
|
733
|
-
extrinsicIndex: number;
|
|
734
|
-
};
|
|
735
734
|
affiliateFees: {
|
|
736
735
|
account: number;
|
|
737
736
|
bps: number;
|
|
@@ -747,6 +746,7 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
747
746
|
} | null | undefined;
|
|
748
747
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
749
748
|
};
|
|
749
|
+
boostFee: number;
|
|
750
750
|
depositAddress?: `0x${string}` | null | undefined;
|
|
751
751
|
channelId?: bigint | null | undefined;
|
|
752
752
|
depositMetadata?: {
|
|
@@ -757,42 +757,42 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
757
757
|
};
|
|
758
758
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
759
759
|
sourceAddress?: {
|
|
760
|
-
value: `0x${string}`;
|
|
761
760
|
__kind: "Eth";
|
|
762
|
-
} | {
|
|
763
761
|
value: `0x${string}`;
|
|
762
|
+
} | {
|
|
764
763
|
__kind: "Dot";
|
|
764
|
+
value: `0x${string}`;
|
|
765
765
|
} | {
|
|
766
|
+
__kind: "Btc";
|
|
766
767
|
value: {
|
|
767
|
-
value: `0x${string}`;
|
|
768
768
|
__kind: "P2PKH";
|
|
769
|
-
} | {
|
|
770
769
|
value: `0x${string}`;
|
|
771
|
-
__kind: "P2SH";
|
|
772
770
|
} | {
|
|
771
|
+
__kind: "P2SH";
|
|
773
772
|
value: `0x${string}`;
|
|
774
|
-
__kind: "P2WPKH";
|
|
775
773
|
} | {
|
|
774
|
+
__kind: "P2WPKH";
|
|
776
775
|
value: `0x${string}`;
|
|
777
|
-
__kind: "P2WSH";
|
|
778
776
|
} | {
|
|
777
|
+
__kind: "P2WSH";
|
|
779
778
|
value: `0x${string}`;
|
|
779
|
+
} | {
|
|
780
780
|
__kind: "Taproot";
|
|
781
|
+
value: `0x${string}`;
|
|
781
782
|
} | {
|
|
782
783
|
__kind: "OtherSegwit";
|
|
783
784
|
version: number;
|
|
784
785
|
program: `0x${string}`;
|
|
785
786
|
};
|
|
786
|
-
__kind: "Btc";
|
|
787
787
|
} | {
|
|
788
|
-
value: `0x${string}`;
|
|
789
788
|
__kind: "Arb";
|
|
790
|
-
} | {
|
|
791
789
|
value: `0x${string}`;
|
|
792
|
-
__kind: "Sol";
|
|
793
790
|
} | {
|
|
791
|
+
__kind: "Sol";
|
|
794
792
|
value: `0x${string}`;
|
|
793
|
+
} | {
|
|
795
794
|
__kind: "Hub";
|
|
795
|
+
value: `0x${string}`;
|
|
796
796
|
} | null | undefined;
|
|
797
797
|
} | null | undefined;
|
|
798
798
|
brokerFee?: {
|
|
@@ -804,22 +804,21 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
804
804
|
chunkInterval: number;
|
|
805
805
|
} | null | undefined;
|
|
806
806
|
}, {
|
|
807
|
+
txId: {
|
|
808
|
+
blockNumber: number;
|
|
809
|
+
extrinsicIndex: number;
|
|
810
|
+
};
|
|
807
811
|
depositDetails: number;
|
|
808
|
-
boostFee: number;
|
|
809
812
|
inputAsset: {
|
|
810
813
|
__kind: "Dot";
|
|
811
814
|
};
|
|
812
815
|
depositAmount: string | number;
|
|
813
816
|
outputAsset: {
|
|
814
|
-
__kind: "
|
|
817
|
+
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
815
818
|
};
|
|
816
819
|
destinationAddress: {
|
|
817
|
-
value: string;
|
|
818
820
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
819
|
-
|
|
820
|
-
txId: {
|
|
821
|
-
blockNumber: number;
|
|
822
|
-
extrinsicIndex: number;
|
|
821
|
+
value: string;
|
|
823
822
|
};
|
|
824
823
|
affiliateFees: {
|
|
825
824
|
account: number;
|
|
@@ -836,6 +835,7 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
836
835
|
} | null | undefined;
|
|
837
836
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
838
837
|
};
|
|
838
|
+
boostFee: number;
|
|
839
839
|
depositAddress?: string | null | undefined;
|
|
840
840
|
channelId?: string | number | null | undefined;
|
|
841
841
|
depositMetadata?: {
|
|
@@ -848,42 +848,42 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
848
848
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
849
849
|
};
|
|
850
850
|
sourceAddress?: {
|
|
851
|
-
value: string;
|
|
852
851
|
__kind: "Eth";
|
|
853
|
-
} | {
|
|
854
852
|
value: string;
|
|
853
|
+
} | {
|
|
855
854
|
__kind: "Dot";
|
|
855
|
+
value: string;
|
|
856
856
|
} | {
|
|
857
|
+
__kind: "Btc";
|
|
857
858
|
value: {
|
|
858
|
-
value: string;
|
|
859
859
|
__kind: "P2PKH";
|
|
860
|
-
} | {
|
|
861
860
|
value: string;
|
|
862
|
-
__kind: "P2SH";
|
|
863
861
|
} | {
|
|
862
|
+
__kind: "P2SH";
|
|
864
863
|
value: string;
|
|
865
|
-
__kind: "P2WPKH";
|
|
866
864
|
} | {
|
|
865
|
+
__kind: "P2WPKH";
|
|
867
866
|
value: string;
|
|
868
|
-
__kind: "P2WSH";
|
|
869
867
|
} | {
|
|
868
|
+
__kind: "P2WSH";
|
|
870
869
|
value: string;
|
|
870
|
+
} | {
|
|
871
871
|
__kind: "Taproot";
|
|
872
|
+
value: string;
|
|
872
873
|
} | {
|
|
873
874
|
__kind: "OtherSegwit";
|
|
874
875
|
version: number;
|
|
875
876
|
program: string;
|
|
876
877
|
};
|
|
877
|
-
__kind: "Btc";
|
|
878
878
|
} | {
|
|
879
|
-
value: string;
|
|
880
879
|
__kind: "Arb";
|
|
881
|
-
} | {
|
|
882
880
|
value: string;
|
|
883
|
-
__kind: "Sol";
|
|
884
881
|
} | {
|
|
882
|
+
__kind: "Sol";
|
|
885
883
|
value: string;
|
|
884
|
+
} | {
|
|
886
885
|
__kind: "Hub";
|
|
886
|
+
value: string;
|
|
887
887
|
} | null | undefined;
|
|
888
888
|
} | null | undefined;
|
|
889
889
|
brokerFee?: {
|
|
@@ -898,11 +898,14 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
898
898
|
}, "strip", z.ZodTypeAny, {
|
|
899
899
|
__kind: "DepositFailedVaultVariantPolkadot";
|
|
900
900
|
vaultWitness: {
|
|
901
|
+
txId: {
|
|
902
|
+
blockNumber: number;
|
|
903
|
+
extrinsicIndex: number;
|
|
904
|
+
};
|
|
901
905
|
depositDetails: number;
|
|
902
|
-
boostFee: number;
|
|
903
906
|
inputAsset: "Dot";
|
|
904
907
|
depositAmount: bigint;
|
|
905
|
-
outputAsset: "
|
|
908
|
+
outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
906
909
|
destinationAddress: {
|
|
907
910
|
readonly chain: "Ethereum";
|
|
908
911
|
readonly address: `0x${string}`;
|
|
@@ -922,10 +925,6 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
922
925
|
readonly chain: "Assethub";
|
|
923
926
|
readonly address: string;
|
|
924
927
|
};
|
|
925
|
-
txId: {
|
|
926
|
-
blockNumber: number;
|
|
927
|
-
extrinsicIndex: number;
|
|
928
|
-
};
|
|
929
928
|
affiliateFees: {
|
|
930
929
|
account: number;
|
|
931
930
|
bps: number;
|
|
@@ -941,6 +940,7 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
941
940
|
} | null | undefined;
|
|
942
941
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
943
942
|
};
|
|
943
|
+
boostFee: number;
|
|
944
944
|
depositAddress?: `0x${string}` | null | undefined;
|
|
945
945
|
channelId?: bigint | null | undefined;
|
|
946
946
|
depositMetadata?: {
|
|
@@ -951,42 +951,42 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
951
951
|
};
|
|
952
952
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
953
953
|
sourceAddress?: {
|
|
954
|
-
value: `0x${string}`;
|
|
955
954
|
__kind: "Eth";
|
|
956
|
-
} | {
|
|
957
955
|
value: `0x${string}`;
|
|
956
|
+
} | {
|
|
958
957
|
__kind: "Dot";
|
|
958
|
+
value: `0x${string}`;
|
|
959
959
|
} | {
|
|
960
|
+
__kind: "Btc";
|
|
960
961
|
value: {
|
|
961
|
-
value: `0x${string}`;
|
|
962
962
|
__kind: "P2PKH";
|
|
963
|
-
} | {
|
|
964
963
|
value: `0x${string}`;
|
|
965
|
-
__kind: "P2SH";
|
|
966
964
|
} | {
|
|
965
|
+
__kind: "P2SH";
|
|
967
966
|
value: `0x${string}`;
|
|
968
|
-
__kind: "P2WPKH";
|
|
969
967
|
} | {
|
|
968
|
+
__kind: "P2WPKH";
|
|
970
969
|
value: `0x${string}`;
|
|
971
|
-
__kind: "P2WSH";
|
|
972
970
|
} | {
|
|
971
|
+
__kind: "P2WSH";
|
|
973
972
|
value: `0x${string}`;
|
|
973
|
+
} | {
|
|
974
974
|
__kind: "Taproot";
|
|
975
|
+
value: `0x${string}`;
|
|
975
976
|
} | {
|
|
976
977
|
__kind: "OtherSegwit";
|
|
977
978
|
version: number;
|
|
978
979
|
program: `0x${string}`;
|
|
979
980
|
};
|
|
980
|
-
__kind: "Btc";
|
|
981
981
|
} | {
|
|
982
|
-
value: `0x${string}`;
|
|
983
982
|
__kind: "Arb";
|
|
984
|
-
} | {
|
|
985
983
|
value: `0x${string}`;
|
|
986
|
-
__kind: "Sol";
|
|
987
984
|
} | {
|
|
985
|
+
__kind: "Sol";
|
|
988
986
|
value: `0x${string}`;
|
|
987
|
+
} | {
|
|
989
988
|
__kind: "Hub";
|
|
989
|
+
value: `0x${string}`;
|
|
990
990
|
} | null | undefined;
|
|
991
991
|
} | null | undefined;
|
|
992
992
|
brokerFee?: {
|
|
@@ -1001,22 +1001,21 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1001
1001
|
}, {
|
|
1002
1002
|
__kind: "DepositFailedVaultVariantPolkadot";
|
|
1003
1003
|
vaultWitness: {
|
|
1004
|
+
txId: {
|
|
1005
|
+
blockNumber: number;
|
|
1006
|
+
extrinsicIndex: number;
|
|
1007
|
+
};
|
|
1004
1008
|
depositDetails: number;
|
|
1005
|
-
boostFee: number;
|
|
1006
1009
|
inputAsset: {
|
|
1007
1010
|
__kind: "Dot";
|
|
1008
1011
|
};
|
|
1009
1012
|
depositAmount: string | number;
|
|
1010
1013
|
outputAsset: {
|
|
1011
|
-
__kind: "
|
|
1014
|
+
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
1012
1015
|
};
|
|
1013
1016
|
destinationAddress: {
|
|
1014
|
-
value: string;
|
|
1015
1017
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1016
|
-
|
|
1017
|
-
txId: {
|
|
1018
|
-
blockNumber: number;
|
|
1019
|
-
extrinsicIndex: number;
|
|
1018
|
+
value: string;
|
|
1020
1019
|
};
|
|
1021
1020
|
affiliateFees: {
|
|
1022
1021
|
account: number;
|
|
@@ -1033,6 +1032,7 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1033
1032
|
} | null | undefined;
|
|
1034
1033
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
1035
1034
|
};
|
|
1035
|
+
boostFee: number;
|
|
1036
1036
|
depositAddress?: string | null | undefined;
|
|
1037
1037
|
channelId?: string | number | null | undefined;
|
|
1038
1038
|
depositMetadata?: {
|
|
@@ -1045,42 +1045,42 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1045
1045
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
1046
1046
|
};
|
|
1047
1047
|
sourceAddress?: {
|
|
1048
|
-
value: string;
|
|
1049
1048
|
__kind: "Eth";
|
|
1050
|
-
} | {
|
|
1051
1049
|
value: string;
|
|
1050
|
+
} | {
|
|
1052
1051
|
__kind: "Dot";
|
|
1052
|
+
value: string;
|
|
1053
1053
|
} | {
|
|
1054
|
+
__kind: "Btc";
|
|
1054
1055
|
value: {
|
|
1055
|
-
value: string;
|
|
1056
1056
|
__kind: "P2PKH";
|
|
1057
|
-
} | {
|
|
1058
1057
|
value: string;
|
|
1059
|
-
__kind: "P2SH";
|
|
1060
1058
|
} | {
|
|
1059
|
+
__kind: "P2SH";
|
|
1061
1060
|
value: string;
|
|
1062
|
-
__kind: "P2WPKH";
|
|
1063
1061
|
} | {
|
|
1062
|
+
__kind: "P2WPKH";
|
|
1064
1063
|
value: string;
|
|
1065
|
-
__kind: "P2WSH";
|
|
1066
1064
|
} | {
|
|
1065
|
+
__kind: "P2WSH";
|
|
1067
1066
|
value: string;
|
|
1067
|
+
} | {
|
|
1068
1068
|
__kind: "Taproot";
|
|
1069
|
+
value: string;
|
|
1069
1070
|
} | {
|
|
1070
1071
|
__kind: "OtherSegwit";
|
|
1071
1072
|
version: number;
|
|
1072
1073
|
program: string;
|
|
1073
1074
|
};
|
|
1074
|
-
__kind: "Btc";
|
|
1075
1075
|
} | {
|
|
1076
|
-
value: string;
|
|
1077
1076
|
__kind: "Arb";
|
|
1078
|
-
} | {
|
|
1079
1077
|
value: string;
|
|
1080
|
-
__kind: "Sol";
|
|
1081
1078
|
} | {
|
|
1079
|
+
__kind: "Sol";
|
|
1082
1080
|
value: string;
|
|
1081
|
+
} | {
|
|
1083
1082
|
__kind: "Hub";
|
|
1083
|
+
value: string;
|
|
1084
1084
|
} | null | undefined;
|
|
1085
1085
|
} | null | undefined;
|
|
1086
1086
|
brokerFee?: {
|
|
@@ -1094,7 +1094,6 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1094
1094
|
};
|
|
1095
1095
|
}>]>;
|
|
1096
1096
|
}, "strip", z.ZodTypeAny, {
|
|
1097
|
-
blockHeight: number;
|
|
1098
1097
|
reason: {
|
|
1099
1098
|
__kind: "BelowMinimumDeposit";
|
|
1100
1099
|
} | {
|
|
@@ -1102,6 +1101,7 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1102
1101
|
} | {
|
|
1103
1102
|
__kind: "TransactionRejectedByBroker";
|
|
1104
1103
|
} | {
|
|
1104
|
+
__kind: "DepositWitnessRejected";
|
|
1105
1105
|
value: {
|
|
1106
1106
|
__kind: "Other";
|
|
1107
1107
|
} | {
|
|
@@ -1109,11 +1109,11 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1109
1109
|
} | {
|
|
1110
1110
|
__kind: "BadOrigin";
|
|
1111
1111
|
} | {
|
|
1112
|
+
__kind: "Module";
|
|
1112
1113
|
value: {
|
|
1113
1114
|
index: number;
|
|
1114
1115
|
error: `0x${string}`;
|
|
1115
1116
|
};
|
|
1116
|
-
__kind: "Module";
|
|
1117
1117
|
} | {
|
|
1118
1118
|
__kind: "ConsumerRemaining";
|
|
1119
1119
|
} | {
|
|
@@ -1121,14 +1121,14 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1121
1121
|
} | {
|
|
1122
1122
|
__kind: "TooManyConsumers";
|
|
1123
1123
|
} | {
|
|
1124
|
-
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1125
1124
|
__kind: "Token";
|
|
1125
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1126
1126
|
} | {
|
|
1127
|
-
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1128
1127
|
__kind: "Arithmetic";
|
|
1128
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1129
1129
|
} | {
|
|
1130
|
-
value: "LimitReached" | "NoLayer";
|
|
1131
1130
|
__kind: "Transactional";
|
|
1131
|
+
value: "LimitReached" | "NoLayer";
|
|
1132
1132
|
} | {
|
|
1133
1133
|
__kind: "Exhausted";
|
|
1134
1134
|
} | {
|
|
@@ -1138,26 +1138,29 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1138
1138
|
} | {
|
|
1139
1139
|
__kind: "RootNotAllowed";
|
|
1140
1140
|
};
|
|
1141
|
-
__kind: "DepositWitnessRejected";
|
|
1142
1141
|
} | {
|
|
1143
1142
|
__kind: "Unrefundable";
|
|
1144
1143
|
};
|
|
1144
|
+
blockHeight: number;
|
|
1145
1145
|
details: {
|
|
1146
1146
|
__kind: "DepositFailedDepositChannelVariantPolkadot";
|
|
1147
1147
|
depositWitness: {
|
|
1148
|
-
depositAddress: `0x${string}`;
|
|
1149
1148
|
asset: "Dot";
|
|
1149
|
+
depositAddress: `0x${string}`;
|
|
1150
1150
|
amount: bigint;
|
|
1151
1151
|
depositDetails: number;
|
|
1152
1152
|
};
|
|
1153
1153
|
} | {
|
|
1154
1154
|
__kind: "DepositFailedVaultVariantPolkadot";
|
|
1155
1155
|
vaultWitness: {
|
|
1156
|
+
txId: {
|
|
1157
|
+
blockNumber: number;
|
|
1158
|
+
extrinsicIndex: number;
|
|
1159
|
+
};
|
|
1156
1160
|
depositDetails: number;
|
|
1157
|
-
boostFee: number;
|
|
1158
1161
|
inputAsset: "Dot";
|
|
1159
1162
|
depositAmount: bigint;
|
|
1160
|
-
outputAsset: "
|
|
1163
|
+
outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
1161
1164
|
destinationAddress: {
|
|
1162
1165
|
readonly chain: "Ethereum";
|
|
1163
1166
|
readonly address: `0x${string}`;
|
|
@@ -1177,10 +1180,6 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1177
1180
|
readonly chain: "Assethub";
|
|
1178
1181
|
readonly address: string;
|
|
1179
1182
|
};
|
|
1180
|
-
txId: {
|
|
1181
|
-
blockNumber: number;
|
|
1182
|
-
extrinsicIndex: number;
|
|
1183
|
-
};
|
|
1184
1183
|
affiliateFees: {
|
|
1185
1184
|
account: number;
|
|
1186
1185
|
bps: number;
|
|
@@ -1196,6 +1195,7 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1196
1195
|
} | null | undefined;
|
|
1197
1196
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
1198
1197
|
};
|
|
1198
|
+
boostFee: number;
|
|
1199
1199
|
depositAddress?: `0x${string}` | null | undefined;
|
|
1200
1200
|
channelId?: bigint | null | undefined;
|
|
1201
1201
|
depositMetadata?: {
|
|
@@ -1206,42 +1206,42 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1206
1206
|
};
|
|
1207
1207
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
1208
1208
|
sourceAddress?: {
|
|
1209
|
-
value: `0x${string}`;
|
|
1210
1209
|
__kind: "Eth";
|
|
1211
|
-
} | {
|
|
1212
1210
|
value: `0x${string}`;
|
|
1211
|
+
} | {
|
|
1213
1212
|
__kind: "Dot";
|
|
1213
|
+
value: `0x${string}`;
|
|
1214
1214
|
} | {
|
|
1215
|
+
__kind: "Btc";
|
|
1215
1216
|
value: {
|
|
1216
|
-
value: `0x${string}`;
|
|
1217
1217
|
__kind: "P2PKH";
|
|
1218
|
-
} | {
|
|
1219
1218
|
value: `0x${string}`;
|
|
1220
|
-
__kind: "P2SH";
|
|
1221
1219
|
} | {
|
|
1220
|
+
__kind: "P2SH";
|
|
1222
1221
|
value: `0x${string}`;
|
|
1223
|
-
__kind: "P2WPKH";
|
|
1224
1222
|
} | {
|
|
1223
|
+
__kind: "P2WPKH";
|
|
1225
1224
|
value: `0x${string}`;
|
|
1226
|
-
__kind: "P2WSH";
|
|
1227
1225
|
} | {
|
|
1226
|
+
__kind: "P2WSH";
|
|
1228
1227
|
value: `0x${string}`;
|
|
1228
|
+
} | {
|
|
1229
1229
|
__kind: "Taproot";
|
|
1230
|
+
value: `0x${string}`;
|
|
1230
1231
|
} | {
|
|
1231
1232
|
__kind: "OtherSegwit";
|
|
1232
1233
|
version: number;
|
|
1233
1234
|
program: `0x${string}`;
|
|
1234
1235
|
};
|
|
1235
|
-
__kind: "Btc";
|
|
1236
1236
|
} | {
|
|
1237
|
-
value: `0x${string}`;
|
|
1238
1237
|
__kind: "Arb";
|
|
1239
|
-
} | {
|
|
1240
1238
|
value: `0x${string}`;
|
|
1241
|
-
__kind: "Sol";
|
|
1242
1239
|
} | {
|
|
1240
|
+
__kind: "Sol";
|
|
1243
1241
|
value: `0x${string}`;
|
|
1242
|
+
} | {
|
|
1244
1243
|
__kind: "Hub";
|
|
1244
|
+
value: `0x${string}`;
|
|
1245
1245
|
} | null | undefined;
|
|
1246
1246
|
} | null | undefined;
|
|
1247
1247
|
brokerFee?: {
|
|
@@ -1255,7 +1255,6 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1255
1255
|
};
|
|
1256
1256
|
};
|
|
1257
1257
|
}, {
|
|
1258
|
-
blockHeight: number;
|
|
1259
1258
|
reason: {
|
|
1260
1259
|
__kind: "BelowMinimumDeposit";
|
|
1261
1260
|
} | {
|
|
@@ -1263,6 +1262,7 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1263
1262
|
} | {
|
|
1264
1263
|
__kind: "TransactionRejectedByBroker";
|
|
1265
1264
|
} | {
|
|
1265
|
+
__kind: "DepositWitnessRejected";
|
|
1266
1266
|
value: {
|
|
1267
1267
|
__kind: "Other";
|
|
1268
1268
|
} | {
|
|
@@ -1270,11 +1270,11 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1270
1270
|
} | {
|
|
1271
1271
|
__kind: "BadOrigin";
|
|
1272
1272
|
} | {
|
|
1273
|
+
__kind: "Module";
|
|
1273
1274
|
value: {
|
|
1274
1275
|
index: number;
|
|
1275
1276
|
error: string;
|
|
1276
1277
|
};
|
|
1277
|
-
__kind: "Module";
|
|
1278
1278
|
} | {
|
|
1279
1279
|
__kind: "ConsumerRemaining";
|
|
1280
1280
|
} | {
|
|
@@ -1282,20 +1282,20 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1282
1282
|
} | {
|
|
1283
1283
|
__kind: "TooManyConsumers";
|
|
1284
1284
|
} | {
|
|
1285
|
+
__kind: "Token";
|
|
1285
1286
|
value: {
|
|
1286
1287
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1287
1288
|
};
|
|
1288
|
-
__kind: "Token";
|
|
1289
1289
|
} | {
|
|
1290
|
+
__kind: "Arithmetic";
|
|
1290
1291
|
value: {
|
|
1291
1292
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1292
1293
|
};
|
|
1293
|
-
__kind: "Arithmetic";
|
|
1294
1294
|
} | {
|
|
1295
|
+
__kind: "Transactional";
|
|
1295
1296
|
value: {
|
|
1296
1297
|
__kind: "LimitReached" | "NoLayer";
|
|
1297
1298
|
};
|
|
1298
|
-
__kind: "Transactional";
|
|
1299
1299
|
} | {
|
|
1300
1300
|
__kind: "Exhausted";
|
|
1301
1301
|
} | {
|
|
@@ -1305,39 +1305,38 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1305
1305
|
} | {
|
|
1306
1306
|
__kind: "RootNotAllowed";
|
|
1307
1307
|
};
|
|
1308
|
-
__kind: "DepositWitnessRejected";
|
|
1309
1308
|
} | {
|
|
1310
1309
|
__kind: "Unrefundable";
|
|
1311
1310
|
};
|
|
1311
|
+
blockHeight: number;
|
|
1312
1312
|
details: {
|
|
1313
1313
|
__kind: "DepositFailedDepositChannelVariantPolkadot";
|
|
1314
1314
|
depositWitness: {
|
|
1315
|
-
depositAddress: string;
|
|
1316
1315
|
asset: {
|
|
1317
1316
|
__kind: "Dot";
|
|
1318
1317
|
};
|
|
1318
|
+
depositAddress: string;
|
|
1319
1319
|
amount: string | number;
|
|
1320
1320
|
depositDetails: number;
|
|
1321
1321
|
};
|
|
1322
1322
|
} | {
|
|
1323
1323
|
__kind: "DepositFailedVaultVariantPolkadot";
|
|
1324
1324
|
vaultWitness: {
|
|
1325
|
+
txId: {
|
|
1326
|
+
blockNumber: number;
|
|
1327
|
+
extrinsicIndex: number;
|
|
1328
|
+
};
|
|
1325
1329
|
depositDetails: number;
|
|
1326
|
-
boostFee: number;
|
|
1327
1330
|
inputAsset: {
|
|
1328
1331
|
__kind: "Dot";
|
|
1329
1332
|
};
|
|
1330
1333
|
depositAmount: string | number;
|
|
1331
1334
|
outputAsset: {
|
|
1332
|
-
__kind: "
|
|
1335
|
+
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
1333
1336
|
};
|
|
1334
1337
|
destinationAddress: {
|
|
1335
|
-
value: string;
|
|
1336
1338
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1337
|
-
|
|
1338
|
-
txId: {
|
|
1339
|
-
blockNumber: number;
|
|
1340
|
-
extrinsicIndex: number;
|
|
1339
|
+
value: string;
|
|
1341
1340
|
};
|
|
1342
1341
|
affiliateFees: {
|
|
1343
1342
|
account: number;
|
|
@@ -1354,6 +1353,7 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1354
1353
|
} | null | undefined;
|
|
1355
1354
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
1356
1355
|
};
|
|
1356
|
+
boostFee: number;
|
|
1357
1357
|
depositAddress?: string | null | undefined;
|
|
1358
1358
|
channelId?: string | number | null | undefined;
|
|
1359
1359
|
depositMetadata?: {
|
|
@@ -1366,42 +1366,42 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1366
1366
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
1367
1367
|
};
|
|
1368
1368
|
sourceAddress?: {
|
|
1369
|
-
value: string;
|
|
1370
1369
|
__kind: "Eth";
|
|
1371
|
-
} | {
|
|
1372
1370
|
value: string;
|
|
1371
|
+
} | {
|
|
1373
1372
|
__kind: "Dot";
|
|
1373
|
+
value: string;
|
|
1374
1374
|
} | {
|
|
1375
|
+
__kind: "Btc";
|
|
1375
1376
|
value: {
|
|
1376
|
-
value: string;
|
|
1377
1377
|
__kind: "P2PKH";
|
|
1378
|
-
} | {
|
|
1379
1378
|
value: string;
|
|
1380
|
-
__kind: "P2SH";
|
|
1381
1379
|
} | {
|
|
1380
|
+
__kind: "P2SH";
|
|
1382
1381
|
value: string;
|
|
1383
|
-
__kind: "P2WPKH";
|
|
1384
1382
|
} | {
|
|
1383
|
+
__kind: "P2WPKH";
|
|
1385
1384
|
value: string;
|
|
1386
|
-
__kind: "P2WSH";
|
|
1387
1385
|
} | {
|
|
1386
|
+
__kind: "P2WSH";
|
|
1388
1387
|
value: string;
|
|
1388
|
+
} | {
|
|
1389
1389
|
__kind: "Taproot";
|
|
1390
|
+
value: string;
|
|
1390
1391
|
} | {
|
|
1391
1392
|
__kind: "OtherSegwit";
|
|
1392
1393
|
version: number;
|
|
1393
1394
|
program: string;
|
|
1394
1395
|
};
|
|
1395
|
-
__kind: "Btc";
|
|
1396
1396
|
} | {
|
|
1397
|
-
value: string;
|
|
1398
1397
|
__kind: "Arb";
|
|
1399
|
-
} | {
|
|
1400
1398
|
value: string;
|
|
1401
|
-
__kind: "Sol";
|
|
1402
1399
|
} | {
|
|
1400
|
+
__kind: "Sol";
|
|
1403
1401
|
value: string;
|
|
1402
|
+
} | {
|
|
1404
1403
|
__kind: "Hub";
|
|
1404
|
+
value: string;
|
|
1405
1405
|
} | null | undefined;
|
|
1406
1406
|
} | null | undefined;
|
|
1407
1407
|
brokerFee?: {
|
|
@@ -1468,17 +1468,17 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1468
1468
|
error: string;
|
|
1469
1469
|
}>;
|
|
1470
1470
|
}, "strip", z.ZodTypeAny, {
|
|
1471
|
+
__kind: "Module";
|
|
1471
1472
|
value: {
|
|
1472
1473
|
index: number;
|
|
1473
1474
|
error: `0x${string}`;
|
|
1474
1475
|
};
|
|
1475
|
-
__kind: "Module";
|
|
1476
1476
|
}, {
|
|
1477
|
+
__kind: "Module";
|
|
1477
1478
|
value: {
|
|
1478
1479
|
index: number;
|
|
1479
1480
|
error: string;
|
|
1480
1481
|
};
|
|
1481
|
-
__kind: "Module";
|
|
1482
1482
|
}>, z.ZodObject<{
|
|
1483
1483
|
__kind: z.ZodLiteral<"ConsumerRemaining">;
|
|
1484
1484
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1509,13 +1509,13 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1509
1509
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1510
1510
|
}>;
|
|
1511
1511
|
}, "strip", z.ZodTypeAny, {
|
|
1512
|
-
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1513
1512
|
__kind: "Token";
|
|
1513
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1514
1514
|
}, {
|
|
1515
|
+
__kind: "Token";
|
|
1515
1516
|
value: {
|
|
1516
1517
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1517
1518
|
};
|
|
1518
|
-
__kind: "Token";
|
|
1519
1519
|
}>, z.ZodObject<{
|
|
1520
1520
|
__kind: z.ZodLiteral<"Arithmetic">;
|
|
1521
1521
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -1528,13 +1528,13 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1528
1528
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1529
1529
|
}>;
|
|
1530
1530
|
}, "strip", z.ZodTypeAny, {
|
|
1531
|
-
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1532
1531
|
__kind: "Arithmetic";
|
|
1532
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1533
1533
|
}, {
|
|
1534
|
+
__kind: "Arithmetic";
|
|
1534
1535
|
value: {
|
|
1535
1536
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1536
1537
|
};
|
|
1537
|
-
__kind: "Arithmetic";
|
|
1538
1538
|
}>, z.ZodObject<{
|
|
1539
1539
|
__kind: z.ZodLiteral<"Transactional">;
|
|
1540
1540
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -1547,13 +1547,13 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1547
1547
|
__kind: "LimitReached" | "NoLayer";
|
|
1548
1548
|
}>;
|
|
1549
1549
|
}, "strip", z.ZodTypeAny, {
|
|
1550
|
-
value: "LimitReached" | "NoLayer";
|
|
1551
1550
|
__kind: "Transactional";
|
|
1551
|
+
value: "LimitReached" | "NoLayer";
|
|
1552
1552
|
}, {
|
|
1553
|
+
__kind: "Transactional";
|
|
1553
1554
|
value: {
|
|
1554
1555
|
__kind: "LimitReached" | "NoLayer";
|
|
1555
1556
|
};
|
|
1556
|
-
__kind: "Transactional";
|
|
1557
1557
|
}>, z.ZodObject<{
|
|
1558
1558
|
__kind: z.ZodLiteral<"Exhausted">;
|
|
1559
1559
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1580,6 +1580,7 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1580
1580
|
__kind: "RootNotAllowed";
|
|
1581
1581
|
}>]>;
|
|
1582
1582
|
}, "strip", z.ZodTypeAny, {
|
|
1583
|
+
__kind: "DepositWitnessRejected";
|
|
1583
1584
|
value: {
|
|
1584
1585
|
__kind: "Other";
|
|
1585
1586
|
} | {
|
|
@@ -1587,11 +1588,11 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1587
1588
|
} | {
|
|
1588
1589
|
__kind: "BadOrigin";
|
|
1589
1590
|
} | {
|
|
1591
|
+
__kind: "Module";
|
|
1590
1592
|
value: {
|
|
1591
1593
|
index: number;
|
|
1592
1594
|
error: `0x${string}`;
|
|
1593
1595
|
};
|
|
1594
|
-
__kind: "Module";
|
|
1595
1596
|
} | {
|
|
1596
1597
|
__kind: "ConsumerRemaining";
|
|
1597
1598
|
} | {
|
|
@@ -1599,14 +1600,14 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1599
1600
|
} | {
|
|
1600
1601
|
__kind: "TooManyConsumers";
|
|
1601
1602
|
} | {
|
|
1602
|
-
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1603
1603
|
__kind: "Token";
|
|
1604
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1604
1605
|
} | {
|
|
1605
|
-
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1606
1606
|
__kind: "Arithmetic";
|
|
1607
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1607
1608
|
} | {
|
|
1608
|
-
value: "LimitReached" | "NoLayer";
|
|
1609
1609
|
__kind: "Transactional";
|
|
1610
|
+
value: "LimitReached" | "NoLayer";
|
|
1610
1611
|
} | {
|
|
1611
1612
|
__kind: "Exhausted";
|
|
1612
1613
|
} | {
|
|
@@ -1616,8 +1617,8 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1616
1617
|
} | {
|
|
1617
1618
|
__kind: "RootNotAllowed";
|
|
1618
1619
|
};
|
|
1619
|
-
__kind: "DepositWitnessRejected";
|
|
1620
1620
|
}, {
|
|
1621
|
+
__kind: "DepositWitnessRejected";
|
|
1621
1622
|
value: {
|
|
1622
1623
|
__kind: "Other";
|
|
1623
1624
|
} | {
|
|
@@ -1625,11 +1626,11 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1625
1626
|
} | {
|
|
1626
1627
|
__kind: "BadOrigin";
|
|
1627
1628
|
} | {
|
|
1629
|
+
__kind: "Module";
|
|
1628
1630
|
value: {
|
|
1629
1631
|
index: number;
|
|
1630
1632
|
error: string;
|
|
1631
1633
|
};
|
|
1632
|
-
__kind: "Module";
|
|
1633
1634
|
} | {
|
|
1634
1635
|
__kind: "ConsumerRemaining";
|
|
1635
1636
|
} | {
|
|
@@ -1637,20 +1638,20 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1637
1638
|
} | {
|
|
1638
1639
|
__kind: "TooManyConsumers";
|
|
1639
1640
|
} | {
|
|
1641
|
+
__kind: "Token";
|
|
1640
1642
|
value: {
|
|
1641
1643
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1642
1644
|
};
|
|
1643
|
-
__kind: "Token";
|
|
1644
1645
|
} | {
|
|
1646
|
+
__kind: "Arithmetic";
|
|
1645
1647
|
value: {
|
|
1646
1648
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1647
1649
|
};
|
|
1648
|
-
__kind: "Arithmetic";
|
|
1649
1650
|
} | {
|
|
1651
|
+
__kind: "Transactional";
|
|
1650
1652
|
value: {
|
|
1651
1653
|
__kind: "LimitReached" | "NoLayer";
|
|
1652
1654
|
};
|
|
1653
|
-
__kind: "Transactional";
|
|
1654
1655
|
} | {
|
|
1655
1656
|
__kind: "Exhausted";
|
|
1656
1657
|
} | {
|
|
@@ -1660,7 +1661,6 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1660
1661
|
} | {
|
|
1661
1662
|
__kind: "RootNotAllowed";
|
|
1662
1663
|
};
|
|
1663
|
-
__kind: "DepositWitnessRejected";
|
|
1664
1664
|
}>, z.ZodObject<{
|
|
1665
1665
|
__kind: z.ZodLiteral<"Unrefundable">;
|
|
1666
1666
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1684,33 +1684,33 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1684
1684
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
1685
1685
|
depositDetails: z.ZodNumber;
|
|
1686
1686
|
}, "strip", z.ZodTypeAny, {
|
|
1687
|
-
depositAddress: `0x${string}`;
|
|
1688
1687
|
asset: "Dot";
|
|
1688
|
+
depositAddress: `0x${string}`;
|
|
1689
1689
|
amount: bigint;
|
|
1690
1690
|
depositDetails: number;
|
|
1691
1691
|
}, {
|
|
1692
|
-
depositAddress: string;
|
|
1693
1692
|
asset: {
|
|
1694
1693
|
__kind: "Dot";
|
|
1695
1694
|
};
|
|
1695
|
+
depositAddress: string;
|
|
1696
1696
|
amount: string | number;
|
|
1697
1697
|
depositDetails: number;
|
|
1698
1698
|
}>;
|
|
1699
1699
|
}, "strip", z.ZodTypeAny, {
|
|
1700
1700
|
__kind: "DepositFailedDepositChannelVariantPolkadot";
|
|
1701
1701
|
depositWitness: {
|
|
1702
|
-
depositAddress: `0x${string}`;
|
|
1703
1702
|
asset: "Dot";
|
|
1703
|
+
depositAddress: `0x${string}`;
|
|
1704
1704
|
amount: bigint;
|
|
1705
1705
|
depositDetails: number;
|
|
1706
1706
|
};
|
|
1707
1707
|
}, {
|
|
1708
1708
|
__kind: "DepositFailedDepositChannelVariantPolkadot";
|
|
1709
1709
|
depositWitness: {
|
|
1710
|
-
depositAddress: string;
|
|
1711
1710
|
asset: {
|
|
1712
1711
|
__kind: "Dot";
|
|
1713
1712
|
};
|
|
1713
|
+
depositAddress: string;
|
|
1714
1714
|
amount: string | number;
|
|
1715
1715
|
depositDetails: number;
|
|
1716
1716
|
};
|
|
@@ -1733,21 +1733,21 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1733
1733
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
1734
1734
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
1735
1735
|
}, "strip", z.ZodTypeAny, {
|
|
1736
|
-
__kind: "
|
|
1736
|
+
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
1737
1737
|
}, {
|
|
1738
|
-
__kind: "
|
|
1739
|
-
}>, "
|
|
1740
|
-
__kind: "
|
|
1738
|
+
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
1739
|
+
}>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
|
|
1740
|
+
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
1741
1741
|
}>;
|
|
1742
1742
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
1743
1743
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
1744
1744
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1745
1745
|
}, "strip", z.ZodTypeAny, {
|
|
1746
|
-
value: `0x${string}`;
|
|
1747
1746
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1747
|
+
value: `0x${string}`;
|
|
1748
1748
|
}, {
|
|
1749
|
-
value: string;
|
|
1750
1749
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1750
|
+
value: string;
|
|
1751
1751
|
}>, {
|
|
1752
1752
|
readonly chain: "Ethereum";
|
|
1753
1753
|
readonly address: `0x${string}`;
|
|
@@ -1767,8 +1767,8 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1767
1767
|
readonly chain: "Assethub";
|
|
1768
1768
|
readonly address: string;
|
|
1769
1769
|
}, {
|
|
1770
|
-
value: string;
|
|
1771
1770
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1771
|
+
value: string;
|
|
1772
1772
|
}>;
|
|
1773
1773
|
depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1774
1774
|
channelMetadata: z.ZodObject<{
|
|
@@ -1797,67 +1797,67 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1797
1797
|
__kind: z.ZodLiteral<"Eth">;
|
|
1798
1798
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1799
1799
|
}, "strip", z.ZodTypeAny, {
|
|
1800
|
-
value: `0x${string}`;
|
|
1801
1800
|
__kind: "Eth";
|
|
1801
|
+
value: `0x${string}`;
|
|
1802
1802
|
}, {
|
|
1803
|
-
value: string;
|
|
1804
1803
|
__kind: "Eth";
|
|
1804
|
+
value: string;
|
|
1805
1805
|
}>, z.ZodObject<{
|
|
1806
1806
|
__kind: z.ZodLiteral<"Dot">;
|
|
1807
1807
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1808
1808
|
}, "strip", z.ZodTypeAny, {
|
|
1809
|
-
value: `0x${string}`;
|
|
1810
1809
|
__kind: "Dot";
|
|
1810
|
+
value: `0x${string}`;
|
|
1811
1811
|
}, {
|
|
1812
|
-
value: string;
|
|
1813
1812
|
__kind: "Dot";
|
|
1813
|
+
value: string;
|
|
1814
1814
|
}>, z.ZodObject<{
|
|
1815
1815
|
__kind: z.ZodLiteral<"Btc">;
|
|
1816
1816
|
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
1817
1817
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
1818
1818
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1819
1819
|
}, "strip", z.ZodTypeAny, {
|
|
1820
|
-
value: `0x${string}`;
|
|
1821
1820
|
__kind: "P2PKH";
|
|
1821
|
+
value: `0x${string}`;
|
|
1822
1822
|
}, {
|
|
1823
|
-
value: string;
|
|
1824
1823
|
__kind: "P2PKH";
|
|
1824
|
+
value: string;
|
|
1825
1825
|
}>, z.ZodObject<{
|
|
1826
1826
|
__kind: z.ZodLiteral<"P2SH">;
|
|
1827
1827
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1828
1828
|
}, "strip", z.ZodTypeAny, {
|
|
1829
|
-
value: `0x${string}`;
|
|
1830
1829
|
__kind: "P2SH";
|
|
1830
|
+
value: `0x${string}`;
|
|
1831
1831
|
}, {
|
|
1832
|
-
value: string;
|
|
1833
1832
|
__kind: "P2SH";
|
|
1833
|
+
value: string;
|
|
1834
1834
|
}>, z.ZodObject<{
|
|
1835
1835
|
__kind: z.ZodLiteral<"P2WPKH">;
|
|
1836
1836
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1837
1837
|
}, "strip", z.ZodTypeAny, {
|
|
1838
|
-
value: `0x${string}`;
|
|
1839
1838
|
__kind: "P2WPKH";
|
|
1839
|
+
value: `0x${string}`;
|
|
1840
1840
|
}, {
|
|
1841
|
-
value: string;
|
|
1842
1841
|
__kind: "P2WPKH";
|
|
1842
|
+
value: string;
|
|
1843
1843
|
}>, z.ZodObject<{
|
|
1844
1844
|
__kind: z.ZodLiteral<"P2WSH">;
|
|
1845
1845
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1846
1846
|
}, "strip", z.ZodTypeAny, {
|
|
1847
|
-
value: `0x${string}`;
|
|
1848
1847
|
__kind: "P2WSH";
|
|
1848
|
+
value: `0x${string}`;
|
|
1849
1849
|
}, {
|
|
1850
|
-
value: string;
|
|
1851
1850
|
__kind: "P2WSH";
|
|
1851
|
+
value: string;
|
|
1852
1852
|
}>, z.ZodObject<{
|
|
1853
1853
|
__kind: z.ZodLiteral<"Taproot">;
|
|
1854
1854
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1855
1855
|
}, "strip", z.ZodTypeAny, {
|
|
1856
|
-
value: `0x${string}`;
|
|
1857
1856
|
__kind: "Taproot";
|
|
1857
|
+
value: `0x${string}`;
|
|
1858
1858
|
}, {
|
|
1859
|
-
value: string;
|
|
1860
1859
|
__kind: "Taproot";
|
|
1860
|
+
value: string;
|
|
1861
1861
|
}>, z.ZodObject<{
|
|
1862
1862
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
1863
1863
|
version: z.ZodNumber;
|
|
@@ -1872,76 +1872,76 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1872
1872
|
program: string;
|
|
1873
1873
|
}>]>;
|
|
1874
1874
|
}, "strip", z.ZodTypeAny, {
|
|
1875
|
+
__kind: "Btc";
|
|
1875
1876
|
value: {
|
|
1876
|
-
value: `0x${string}`;
|
|
1877
1877
|
__kind: "P2PKH";
|
|
1878
|
-
} | {
|
|
1879
1878
|
value: `0x${string}`;
|
|
1880
|
-
__kind: "P2SH";
|
|
1881
1879
|
} | {
|
|
1880
|
+
__kind: "P2SH";
|
|
1882
1881
|
value: `0x${string}`;
|
|
1883
|
-
__kind: "P2WPKH";
|
|
1884
1882
|
} | {
|
|
1883
|
+
__kind: "P2WPKH";
|
|
1885
1884
|
value: `0x${string}`;
|
|
1886
|
-
__kind: "P2WSH";
|
|
1887
1885
|
} | {
|
|
1886
|
+
__kind: "P2WSH";
|
|
1888
1887
|
value: `0x${string}`;
|
|
1888
|
+
} | {
|
|
1889
1889
|
__kind: "Taproot";
|
|
1890
|
+
value: `0x${string}`;
|
|
1890
1891
|
} | {
|
|
1891
1892
|
__kind: "OtherSegwit";
|
|
1892
1893
|
version: number;
|
|
1893
1894
|
program: `0x${string}`;
|
|
1894
1895
|
};
|
|
1895
|
-
__kind: "Btc";
|
|
1896
1896
|
}, {
|
|
1897
|
+
__kind: "Btc";
|
|
1897
1898
|
value: {
|
|
1898
|
-
value: string;
|
|
1899
1899
|
__kind: "P2PKH";
|
|
1900
|
-
} | {
|
|
1901
1900
|
value: string;
|
|
1902
|
-
__kind: "P2SH";
|
|
1903
1901
|
} | {
|
|
1902
|
+
__kind: "P2SH";
|
|
1904
1903
|
value: string;
|
|
1905
|
-
__kind: "P2WPKH";
|
|
1906
1904
|
} | {
|
|
1905
|
+
__kind: "P2WPKH";
|
|
1907
1906
|
value: string;
|
|
1908
|
-
__kind: "P2WSH";
|
|
1909
1907
|
} | {
|
|
1908
|
+
__kind: "P2WSH";
|
|
1910
1909
|
value: string;
|
|
1910
|
+
} | {
|
|
1911
1911
|
__kind: "Taproot";
|
|
1912
|
+
value: string;
|
|
1912
1913
|
} | {
|
|
1913
1914
|
__kind: "OtherSegwit";
|
|
1914
1915
|
version: number;
|
|
1915
1916
|
program: string;
|
|
1916
1917
|
};
|
|
1917
|
-
__kind: "Btc";
|
|
1918
1918
|
}>, z.ZodObject<{
|
|
1919
1919
|
__kind: z.ZodLiteral<"Arb">;
|
|
1920
1920
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1921
1921
|
}, "strip", z.ZodTypeAny, {
|
|
1922
|
-
value: `0x${string}`;
|
|
1923
1922
|
__kind: "Arb";
|
|
1923
|
+
value: `0x${string}`;
|
|
1924
1924
|
}, {
|
|
1925
|
-
value: string;
|
|
1926
1925
|
__kind: "Arb";
|
|
1926
|
+
value: string;
|
|
1927
1927
|
}>, z.ZodObject<{
|
|
1928
1928
|
__kind: z.ZodLiteral<"Sol">;
|
|
1929
1929
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1930
1930
|
}, "strip", z.ZodTypeAny, {
|
|
1931
|
-
value: `0x${string}`;
|
|
1932
1931
|
__kind: "Sol";
|
|
1932
|
+
value: `0x${string}`;
|
|
1933
1933
|
}, {
|
|
1934
|
-
value: string;
|
|
1935
1934
|
__kind: "Sol";
|
|
1935
|
+
value: string;
|
|
1936
1936
|
}>, z.ZodObject<{
|
|
1937
1937
|
__kind: z.ZodLiteral<"Hub">;
|
|
1938
1938
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1939
1939
|
}, "strip", z.ZodTypeAny, {
|
|
1940
|
-
value: `0x${string}`;
|
|
1941
1940
|
__kind: "Hub";
|
|
1941
|
+
value: `0x${string}`;
|
|
1942
1942
|
}, {
|
|
1943
|
-
value: string;
|
|
1944
1943
|
__kind: "Hub";
|
|
1944
|
+
value: string;
|
|
1945
1945
|
}>]>>>;
|
|
1946
1946
|
}, "strip", z.ZodTypeAny, {
|
|
1947
1947
|
channelMetadata: {
|
|
@@ -1951,42 +1951,42 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1951
1951
|
};
|
|
1952
1952
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
1953
1953
|
sourceAddress?: {
|
|
1954
|
-
value: `0x${string}`;
|
|
1955
1954
|
__kind: "Eth";
|
|
1956
|
-
} | {
|
|
1957
1955
|
value: `0x${string}`;
|
|
1956
|
+
} | {
|
|
1958
1957
|
__kind: "Dot";
|
|
1958
|
+
value: `0x${string}`;
|
|
1959
1959
|
} | {
|
|
1960
|
+
__kind: "Btc";
|
|
1960
1961
|
value: {
|
|
1961
|
-
value: `0x${string}`;
|
|
1962
1962
|
__kind: "P2PKH";
|
|
1963
|
-
} | {
|
|
1964
1963
|
value: `0x${string}`;
|
|
1965
|
-
__kind: "P2SH";
|
|
1966
1964
|
} | {
|
|
1965
|
+
__kind: "P2SH";
|
|
1967
1966
|
value: `0x${string}`;
|
|
1968
|
-
__kind: "P2WPKH";
|
|
1969
1967
|
} | {
|
|
1968
|
+
__kind: "P2WPKH";
|
|
1970
1969
|
value: `0x${string}`;
|
|
1971
|
-
__kind: "P2WSH";
|
|
1972
1970
|
} | {
|
|
1971
|
+
__kind: "P2WSH";
|
|
1973
1972
|
value: `0x${string}`;
|
|
1973
|
+
} | {
|
|
1974
1974
|
__kind: "Taproot";
|
|
1975
|
+
value: `0x${string}`;
|
|
1975
1976
|
} | {
|
|
1976
1977
|
__kind: "OtherSegwit";
|
|
1977
1978
|
version: number;
|
|
1978
1979
|
program: `0x${string}`;
|
|
1979
1980
|
};
|
|
1980
|
-
__kind: "Btc";
|
|
1981
1981
|
} | {
|
|
1982
|
-
value: `0x${string}`;
|
|
1983
1982
|
__kind: "Arb";
|
|
1984
|
-
} | {
|
|
1985
1983
|
value: `0x${string}`;
|
|
1986
|
-
__kind: "Sol";
|
|
1987
1984
|
} | {
|
|
1985
|
+
__kind: "Sol";
|
|
1988
1986
|
value: `0x${string}`;
|
|
1987
|
+
} | {
|
|
1989
1988
|
__kind: "Hub";
|
|
1989
|
+
value: `0x${string}`;
|
|
1990
1990
|
} | null | undefined;
|
|
1991
1991
|
}, {
|
|
1992
1992
|
channelMetadata: {
|
|
@@ -1998,42 +1998,42 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1998
1998
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
1999
1999
|
};
|
|
2000
2000
|
sourceAddress?: {
|
|
2001
|
-
value: string;
|
|
2002
2001
|
__kind: "Eth";
|
|
2003
|
-
} | {
|
|
2004
2002
|
value: string;
|
|
2003
|
+
} | {
|
|
2005
2004
|
__kind: "Dot";
|
|
2005
|
+
value: string;
|
|
2006
2006
|
} | {
|
|
2007
|
+
__kind: "Btc";
|
|
2007
2008
|
value: {
|
|
2008
|
-
value: string;
|
|
2009
2009
|
__kind: "P2PKH";
|
|
2010
|
-
} | {
|
|
2011
2010
|
value: string;
|
|
2012
|
-
__kind: "P2SH";
|
|
2013
2011
|
} | {
|
|
2012
|
+
__kind: "P2SH";
|
|
2014
2013
|
value: string;
|
|
2015
|
-
__kind: "P2WPKH";
|
|
2016
2014
|
} | {
|
|
2015
|
+
__kind: "P2WPKH";
|
|
2017
2016
|
value: string;
|
|
2018
|
-
__kind: "P2WSH";
|
|
2019
2017
|
} | {
|
|
2018
|
+
__kind: "P2WSH";
|
|
2020
2019
|
value: string;
|
|
2020
|
+
} | {
|
|
2021
2021
|
__kind: "Taproot";
|
|
2022
|
+
value: string;
|
|
2022
2023
|
} | {
|
|
2023
2024
|
__kind: "OtherSegwit";
|
|
2024
2025
|
version: number;
|
|
2025
2026
|
program: string;
|
|
2026
2027
|
};
|
|
2027
|
-
__kind: "Btc";
|
|
2028
2028
|
} | {
|
|
2029
|
-
value: string;
|
|
2030
2029
|
__kind: "Arb";
|
|
2031
|
-
} | {
|
|
2032
2030
|
value: string;
|
|
2033
|
-
__kind: "Sol";
|
|
2034
2031
|
} | {
|
|
2032
|
+
__kind: "Sol";
|
|
2035
2033
|
value: string;
|
|
2034
|
+
} | {
|
|
2036
2035
|
__kind: "Hub";
|
|
2036
|
+
value: string;
|
|
2037
2037
|
} | null | undefined;
|
|
2038
2038
|
}>>>;
|
|
2039
2039
|
txId: z.ZodObject<{
|
|
@@ -2117,11 +2117,14 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2117
2117
|
}>>>;
|
|
2118
2118
|
boostFee: z.ZodNumber;
|
|
2119
2119
|
}, "strip", z.ZodTypeAny, {
|
|
2120
|
+
txId: {
|
|
2121
|
+
blockNumber: number;
|
|
2122
|
+
extrinsicIndex: number;
|
|
2123
|
+
};
|
|
2120
2124
|
depositDetails: number;
|
|
2121
|
-
boostFee: number;
|
|
2122
2125
|
inputAsset: "Dot";
|
|
2123
2126
|
depositAmount: bigint;
|
|
2124
|
-
outputAsset: "
|
|
2127
|
+
outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
2125
2128
|
destinationAddress: {
|
|
2126
2129
|
readonly chain: "Ethereum";
|
|
2127
2130
|
readonly address: `0x${string}`;
|
|
@@ -2141,10 +2144,6 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2141
2144
|
readonly chain: "Assethub";
|
|
2142
2145
|
readonly address: string;
|
|
2143
2146
|
};
|
|
2144
|
-
txId: {
|
|
2145
|
-
blockNumber: number;
|
|
2146
|
-
extrinsicIndex: number;
|
|
2147
|
-
};
|
|
2148
2147
|
affiliateFees: {
|
|
2149
2148
|
account: number;
|
|
2150
2149
|
bps: number;
|
|
@@ -2160,6 +2159,7 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2160
2159
|
} | null | undefined;
|
|
2161
2160
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
2162
2161
|
};
|
|
2162
|
+
boostFee: number;
|
|
2163
2163
|
depositAddress?: `0x${string}` | null | undefined;
|
|
2164
2164
|
channelId?: bigint | null | undefined;
|
|
2165
2165
|
depositMetadata?: {
|
|
@@ -2170,42 +2170,42 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2170
2170
|
};
|
|
2171
2171
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2172
2172
|
sourceAddress?: {
|
|
2173
|
-
value: `0x${string}`;
|
|
2174
2173
|
__kind: "Eth";
|
|
2175
|
-
} | {
|
|
2176
2174
|
value: `0x${string}`;
|
|
2175
|
+
} | {
|
|
2177
2176
|
__kind: "Dot";
|
|
2177
|
+
value: `0x${string}`;
|
|
2178
2178
|
} | {
|
|
2179
|
+
__kind: "Btc";
|
|
2179
2180
|
value: {
|
|
2180
|
-
value: `0x${string}`;
|
|
2181
2181
|
__kind: "P2PKH";
|
|
2182
|
-
} | {
|
|
2183
2182
|
value: `0x${string}`;
|
|
2184
|
-
__kind: "P2SH";
|
|
2185
2183
|
} | {
|
|
2184
|
+
__kind: "P2SH";
|
|
2186
2185
|
value: `0x${string}`;
|
|
2187
|
-
__kind: "P2WPKH";
|
|
2188
2186
|
} | {
|
|
2187
|
+
__kind: "P2WPKH";
|
|
2189
2188
|
value: `0x${string}`;
|
|
2190
|
-
__kind: "P2WSH";
|
|
2191
2189
|
} | {
|
|
2190
|
+
__kind: "P2WSH";
|
|
2192
2191
|
value: `0x${string}`;
|
|
2192
|
+
} | {
|
|
2193
2193
|
__kind: "Taproot";
|
|
2194
|
+
value: `0x${string}`;
|
|
2194
2195
|
} | {
|
|
2195
2196
|
__kind: "OtherSegwit";
|
|
2196
2197
|
version: number;
|
|
2197
2198
|
program: `0x${string}`;
|
|
2198
2199
|
};
|
|
2199
|
-
__kind: "Btc";
|
|
2200
2200
|
} | {
|
|
2201
|
-
value: `0x${string}`;
|
|
2202
2201
|
__kind: "Arb";
|
|
2203
|
-
} | {
|
|
2204
2202
|
value: `0x${string}`;
|
|
2205
|
-
__kind: "Sol";
|
|
2206
2203
|
} | {
|
|
2204
|
+
__kind: "Sol";
|
|
2207
2205
|
value: `0x${string}`;
|
|
2206
|
+
} | {
|
|
2208
2207
|
__kind: "Hub";
|
|
2208
|
+
value: `0x${string}`;
|
|
2209
2209
|
} | null | undefined;
|
|
2210
2210
|
} | null | undefined;
|
|
2211
2211
|
brokerFee?: {
|
|
@@ -2217,22 +2217,21 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2217
2217
|
chunkInterval: number;
|
|
2218
2218
|
} | null | undefined;
|
|
2219
2219
|
}, {
|
|
2220
|
+
txId: {
|
|
2221
|
+
blockNumber: number;
|
|
2222
|
+
extrinsicIndex: number;
|
|
2223
|
+
};
|
|
2220
2224
|
depositDetails: number;
|
|
2221
|
-
boostFee: number;
|
|
2222
2225
|
inputAsset: {
|
|
2223
2226
|
__kind: "Dot";
|
|
2224
2227
|
};
|
|
2225
2228
|
depositAmount: string | number;
|
|
2226
2229
|
outputAsset: {
|
|
2227
|
-
__kind: "
|
|
2230
|
+
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
2228
2231
|
};
|
|
2229
2232
|
destinationAddress: {
|
|
2230
|
-
value: string;
|
|
2231
2233
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2232
|
-
|
|
2233
|
-
txId: {
|
|
2234
|
-
blockNumber: number;
|
|
2235
|
-
extrinsicIndex: number;
|
|
2234
|
+
value: string;
|
|
2236
2235
|
};
|
|
2237
2236
|
affiliateFees: {
|
|
2238
2237
|
account: number;
|
|
@@ -2249,6 +2248,7 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2249
2248
|
} | null | undefined;
|
|
2250
2249
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
2251
2250
|
};
|
|
2251
|
+
boostFee: number;
|
|
2252
2252
|
depositAddress?: string | null | undefined;
|
|
2253
2253
|
channelId?: string | number | null | undefined;
|
|
2254
2254
|
depositMetadata?: {
|
|
@@ -2261,42 +2261,42 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2261
2261
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2262
2262
|
};
|
|
2263
2263
|
sourceAddress?: {
|
|
2264
|
-
value: string;
|
|
2265
2264
|
__kind: "Eth";
|
|
2266
|
-
} | {
|
|
2267
2265
|
value: string;
|
|
2266
|
+
} | {
|
|
2268
2267
|
__kind: "Dot";
|
|
2268
|
+
value: string;
|
|
2269
2269
|
} | {
|
|
2270
|
+
__kind: "Btc";
|
|
2270
2271
|
value: {
|
|
2271
|
-
value: string;
|
|
2272
2272
|
__kind: "P2PKH";
|
|
2273
|
-
} | {
|
|
2274
2273
|
value: string;
|
|
2275
|
-
__kind: "P2SH";
|
|
2276
2274
|
} | {
|
|
2275
|
+
__kind: "P2SH";
|
|
2277
2276
|
value: string;
|
|
2278
|
-
__kind: "P2WPKH";
|
|
2279
2277
|
} | {
|
|
2278
|
+
__kind: "P2WPKH";
|
|
2280
2279
|
value: string;
|
|
2281
|
-
__kind: "P2WSH";
|
|
2282
2280
|
} | {
|
|
2281
|
+
__kind: "P2WSH";
|
|
2283
2282
|
value: string;
|
|
2283
|
+
} | {
|
|
2284
2284
|
__kind: "Taproot";
|
|
2285
|
+
value: string;
|
|
2285
2286
|
} | {
|
|
2286
2287
|
__kind: "OtherSegwit";
|
|
2287
2288
|
version: number;
|
|
2288
2289
|
program: string;
|
|
2289
2290
|
};
|
|
2290
|
-
__kind: "Btc";
|
|
2291
2291
|
} | {
|
|
2292
|
-
value: string;
|
|
2293
2292
|
__kind: "Arb";
|
|
2294
|
-
} | {
|
|
2295
2293
|
value: string;
|
|
2296
|
-
__kind: "Sol";
|
|
2297
2294
|
} | {
|
|
2295
|
+
__kind: "Sol";
|
|
2298
2296
|
value: string;
|
|
2297
|
+
} | {
|
|
2299
2298
|
__kind: "Hub";
|
|
2299
|
+
value: string;
|
|
2300
2300
|
} | null | undefined;
|
|
2301
2301
|
} | null | undefined;
|
|
2302
2302
|
brokerFee?: {
|
|
@@ -2311,11 +2311,14 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2311
2311
|
}, "strip", z.ZodTypeAny, {
|
|
2312
2312
|
__kind: "DepositFailedVaultVariantPolkadot";
|
|
2313
2313
|
vaultWitness: {
|
|
2314
|
+
txId: {
|
|
2315
|
+
blockNumber: number;
|
|
2316
|
+
extrinsicIndex: number;
|
|
2317
|
+
};
|
|
2314
2318
|
depositDetails: number;
|
|
2315
|
-
boostFee: number;
|
|
2316
2319
|
inputAsset: "Dot";
|
|
2317
2320
|
depositAmount: bigint;
|
|
2318
|
-
outputAsset: "
|
|
2321
|
+
outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
2319
2322
|
destinationAddress: {
|
|
2320
2323
|
readonly chain: "Ethereum";
|
|
2321
2324
|
readonly address: `0x${string}`;
|
|
@@ -2335,10 +2338,6 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2335
2338
|
readonly chain: "Assethub";
|
|
2336
2339
|
readonly address: string;
|
|
2337
2340
|
};
|
|
2338
|
-
txId: {
|
|
2339
|
-
blockNumber: number;
|
|
2340
|
-
extrinsicIndex: number;
|
|
2341
|
-
};
|
|
2342
2341
|
affiliateFees: {
|
|
2343
2342
|
account: number;
|
|
2344
2343
|
bps: number;
|
|
@@ -2354,6 +2353,7 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2354
2353
|
} | null | undefined;
|
|
2355
2354
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
2356
2355
|
};
|
|
2356
|
+
boostFee: number;
|
|
2357
2357
|
depositAddress?: `0x${string}` | null | undefined;
|
|
2358
2358
|
channelId?: bigint | null | undefined;
|
|
2359
2359
|
depositMetadata?: {
|
|
@@ -2364,42 +2364,42 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2364
2364
|
};
|
|
2365
2365
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2366
2366
|
sourceAddress?: {
|
|
2367
|
-
value: `0x${string}`;
|
|
2368
2367
|
__kind: "Eth";
|
|
2369
|
-
} | {
|
|
2370
2368
|
value: `0x${string}`;
|
|
2369
|
+
} | {
|
|
2371
2370
|
__kind: "Dot";
|
|
2371
|
+
value: `0x${string}`;
|
|
2372
2372
|
} | {
|
|
2373
|
+
__kind: "Btc";
|
|
2373
2374
|
value: {
|
|
2374
|
-
value: `0x${string}`;
|
|
2375
2375
|
__kind: "P2PKH";
|
|
2376
|
-
} | {
|
|
2377
2376
|
value: `0x${string}`;
|
|
2378
|
-
__kind: "P2SH";
|
|
2379
2377
|
} | {
|
|
2378
|
+
__kind: "P2SH";
|
|
2380
2379
|
value: `0x${string}`;
|
|
2381
|
-
__kind: "P2WPKH";
|
|
2382
2380
|
} | {
|
|
2381
|
+
__kind: "P2WPKH";
|
|
2383
2382
|
value: `0x${string}`;
|
|
2384
|
-
__kind: "P2WSH";
|
|
2385
2383
|
} | {
|
|
2384
|
+
__kind: "P2WSH";
|
|
2386
2385
|
value: `0x${string}`;
|
|
2386
|
+
} | {
|
|
2387
2387
|
__kind: "Taproot";
|
|
2388
|
+
value: `0x${string}`;
|
|
2388
2389
|
} | {
|
|
2389
2390
|
__kind: "OtherSegwit";
|
|
2390
2391
|
version: number;
|
|
2391
2392
|
program: `0x${string}`;
|
|
2392
2393
|
};
|
|
2393
|
-
__kind: "Btc";
|
|
2394
2394
|
} | {
|
|
2395
|
-
value: `0x${string}`;
|
|
2396
2395
|
__kind: "Arb";
|
|
2397
|
-
} | {
|
|
2398
2396
|
value: `0x${string}`;
|
|
2399
|
-
__kind: "Sol";
|
|
2400
2397
|
} | {
|
|
2398
|
+
__kind: "Sol";
|
|
2401
2399
|
value: `0x${string}`;
|
|
2400
|
+
} | {
|
|
2402
2401
|
__kind: "Hub";
|
|
2402
|
+
value: `0x${string}`;
|
|
2403
2403
|
} | null | undefined;
|
|
2404
2404
|
} | null | undefined;
|
|
2405
2405
|
brokerFee?: {
|
|
@@ -2414,22 +2414,21 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2414
2414
|
}, {
|
|
2415
2415
|
__kind: "DepositFailedVaultVariantPolkadot";
|
|
2416
2416
|
vaultWitness: {
|
|
2417
|
+
txId: {
|
|
2418
|
+
blockNumber: number;
|
|
2419
|
+
extrinsicIndex: number;
|
|
2420
|
+
};
|
|
2417
2421
|
depositDetails: number;
|
|
2418
|
-
boostFee: number;
|
|
2419
2422
|
inputAsset: {
|
|
2420
2423
|
__kind: "Dot";
|
|
2421
2424
|
};
|
|
2422
2425
|
depositAmount: string | number;
|
|
2423
2426
|
outputAsset: {
|
|
2424
|
-
__kind: "
|
|
2427
|
+
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
2425
2428
|
};
|
|
2426
2429
|
destinationAddress: {
|
|
2427
|
-
value: string;
|
|
2428
2430
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2429
|
-
|
|
2430
|
-
txId: {
|
|
2431
|
-
blockNumber: number;
|
|
2432
|
-
extrinsicIndex: number;
|
|
2431
|
+
value: string;
|
|
2433
2432
|
};
|
|
2434
2433
|
affiliateFees: {
|
|
2435
2434
|
account: number;
|
|
@@ -2446,6 +2445,7 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2446
2445
|
} | null | undefined;
|
|
2447
2446
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
2448
2447
|
};
|
|
2448
|
+
boostFee: number;
|
|
2449
2449
|
depositAddress?: string | null | undefined;
|
|
2450
2450
|
channelId?: string | number | null | undefined;
|
|
2451
2451
|
depositMetadata?: {
|
|
@@ -2458,42 +2458,42 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2458
2458
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2459
2459
|
};
|
|
2460
2460
|
sourceAddress?: {
|
|
2461
|
-
value: string;
|
|
2462
2461
|
__kind: "Eth";
|
|
2463
|
-
} | {
|
|
2464
2462
|
value: string;
|
|
2463
|
+
} | {
|
|
2465
2464
|
__kind: "Dot";
|
|
2465
|
+
value: string;
|
|
2466
2466
|
} | {
|
|
2467
|
+
__kind: "Btc";
|
|
2467
2468
|
value: {
|
|
2468
|
-
value: string;
|
|
2469
2469
|
__kind: "P2PKH";
|
|
2470
|
-
} | {
|
|
2471
2470
|
value: string;
|
|
2472
|
-
__kind: "P2SH";
|
|
2473
2471
|
} | {
|
|
2472
|
+
__kind: "P2SH";
|
|
2474
2473
|
value: string;
|
|
2475
|
-
__kind: "P2WPKH";
|
|
2476
2474
|
} | {
|
|
2475
|
+
__kind: "P2WPKH";
|
|
2477
2476
|
value: string;
|
|
2478
|
-
__kind: "P2WSH";
|
|
2479
2477
|
} | {
|
|
2478
|
+
__kind: "P2WSH";
|
|
2480
2479
|
value: string;
|
|
2480
|
+
} | {
|
|
2481
2481
|
__kind: "Taproot";
|
|
2482
|
+
value: string;
|
|
2482
2483
|
} | {
|
|
2483
2484
|
__kind: "OtherSegwit";
|
|
2484
2485
|
version: number;
|
|
2485
2486
|
program: string;
|
|
2486
2487
|
};
|
|
2487
|
-
__kind: "Btc";
|
|
2488
2488
|
} | {
|
|
2489
|
-
value: string;
|
|
2490
2489
|
__kind: "Arb";
|
|
2491
|
-
} | {
|
|
2492
2490
|
value: string;
|
|
2493
|
-
__kind: "Sol";
|
|
2494
2491
|
} | {
|
|
2492
|
+
__kind: "Sol";
|
|
2495
2493
|
value: string;
|
|
2494
|
+
} | {
|
|
2496
2495
|
__kind: "Hub";
|
|
2496
|
+
value: string;
|
|
2497
2497
|
} | null | undefined;
|
|
2498
2498
|
} | null | undefined;
|
|
2499
2499
|
brokerFee?: {
|
|
@@ -2507,7 +2507,6 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2507
2507
|
};
|
|
2508
2508
|
}>]>;
|
|
2509
2509
|
}, "strip", z.ZodTypeAny, {
|
|
2510
|
-
blockHeight: number;
|
|
2511
2510
|
reason: {
|
|
2512
2511
|
__kind: "BelowMinimumDeposit";
|
|
2513
2512
|
} | {
|
|
@@ -2515,6 +2514,7 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2515
2514
|
} | {
|
|
2516
2515
|
__kind: "TransactionRejectedByBroker";
|
|
2517
2516
|
} | {
|
|
2517
|
+
__kind: "DepositWitnessRejected";
|
|
2518
2518
|
value: {
|
|
2519
2519
|
__kind: "Other";
|
|
2520
2520
|
} | {
|
|
@@ -2522,11 +2522,11 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2522
2522
|
} | {
|
|
2523
2523
|
__kind: "BadOrigin";
|
|
2524
2524
|
} | {
|
|
2525
|
+
__kind: "Module";
|
|
2525
2526
|
value: {
|
|
2526
2527
|
index: number;
|
|
2527
2528
|
error: `0x${string}`;
|
|
2528
2529
|
};
|
|
2529
|
-
__kind: "Module";
|
|
2530
2530
|
} | {
|
|
2531
2531
|
__kind: "ConsumerRemaining";
|
|
2532
2532
|
} | {
|
|
@@ -2534,14 +2534,14 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2534
2534
|
} | {
|
|
2535
2535
|
__kind: "TooManyConsumers";
|
|
2536
2536
|
} | {
|
|
2537
|
-
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
2538
2537
|
__kind: "Token";
|
|
2538
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
2539
2539
|
} | {
|
|
2540
|
-
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
2541
2540
|
__kind: "Arithmetic";
|
|
2541
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
2542
2542
|
} | {
|
|
2543
|
-
value: "LimitReached" | "NoLayer";
|
|
2544
2543
|
__kind: "Transactional";
|
|
2544
|
+
value: "LimitReached" | "NoLayer";
|
|
2545
2545
|
} | {
|
|
2546
2546
|
__kind: "Exhausted";
|
|
2547
2547
|
} | {
|
|
@@ -2551,26 +2551,29 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2551
2551
|
} | {
|
|
2552
2552
|
__kind: "RootNotAllowed";
|
|
2553
2553
|
};
|
|
2554
|
-
__kind: "DepositWitnessRejected";
|
|
2555
2554
|
} | {
|
|
2556
2555
|
__kind: "Unrefundable";
|
|
2557
2556
|
};
|
|
2557
|
+
blockHeight: number;
|
|
2558
2558
|
details: {
|
|
2559
2559
|
__kind: "DepositFailedDepositChannelVariantPolkadot";
|
|
2560
2560
|
depositWitness: {
|
|
2561
|
-
depositAddress: `0x${string}`;
|
|
2562
2561
|
asset: "Dot";
|
|
2562
|
+
depositAddress: `0x${string}`;
|
|
2563
2563
|
amount: bigint;
|
|
2564
2564
|
depositDetails: number;
|
|
2565
2565
|
};
|
|
2566
2566
|
} | {
|
|
2567
2567
|
__kind: "DepositFailedVaultVariantPolkadot";
|
|
2568
2568
|
vaultWitness: {
|
|
2569
|
+
txId: {
|
|
2570
|
+
blockNumber: number;
|
|
2571
|
+
extrinsicIndex: number;
|
|
2572
|
+
};
|
|
2569
2573
|
depositDetails: number;
|
|
2570
|
-
boostFee: number;
|
|
2571
2574
|
inputAsset: "Dot";
|
|
2572
2575
|
depositAmount: bigint;
|
|
2573
|
-
outputAsset: "
|
|
2576
|
+
outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
2574
2577
|
destinationAddress: {
|
|
2575
2578
|
readonly chain: "Ethereum";
|
|
2576
2579
|
readonly address: `0x${string}`;
|
|
@@ -2590,10 +2593,6 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2590
2593
|
readonly chain: "Assethub";
|
|
2591
2594
|
readonly address: string;
|
|
2592
2595
|
};
|
|
2593
|
-
txId: {
|
|
2594
|
-
blockNumber: number;
|
|
2595
|
-
extrinsicIndex: number;
|
|
2596
|
-
};
|
|
2597
2596
|
affiliateFees: {
|
|
2598
2597
|
account: number;
|
|
2599
2598
|
bps: number;
|
|
@@ -2609,6 +2608,7 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2609
2608
|
} | null | undefined;
|
|
2610
2609
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
2611
2610
|
};
|
|
2611
|
+
boostFee: number;
|
|
2612
2612
|
depositAddress?: `0x${string}` | null | undefined;
|
|
2613
2613
|
channelId?: bigint | null | undefined;
|
|
2614
2614
|
depositMetadata?: {
|
|
@@ -2619,42 +2619,42 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2619
2619
|
};
|
|
2620
2620
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2621
2621
|
sourceAddress?: {
|
|
2622
|
-
value: `0x${string}`;
|
|
2623
2622
|
__kind: "Eth";
|
|
2624
|
-
} | {
|
|
2625
2623
|
value: `0x${string}`;
|
|
2624
|
+
} | {
|
|
2626
2625
|
__kind: "Dot";
|
|
2626
|
+
value: `0x${string}`;
|
|
2627
2627
|
} | {
|
|
2628
|
+
__kind: "Btc";
|
|
2628
2629
|
value: {
|
|
2629
|
-
value: `0x${string}`;
|
|
2630
2630
|
__kind: "P2PKH";
|
|
2631
|
-
} | {
|
|
2632
2631
|
value: `0x${string}`;
|
|
2633
|
-
__kind: "P2SH";
|
|
2634
2632
|
} | {
|
|
2633
|
+
__kind: "P2SH";
|
|
2635
2634
|
value: `0x${string}`;
|
|
2636
|
-
__kind: "P2WPKH";
|
|
2637
2635
|
} | {
|
|
2636
|
+
__kind: "P2WPKH";
|
|
2638
2637
|
value: `0x${string}`;
|
|
2639
|
-
__kind: "P2WSH";
|
|
2640
2638
|
} | {
|
|
2639
|
+
__kind: "P2WSH";
|
|
2641
2640
|
value: `0x${string}`;
|
|
2641
|
+
} | {
|
|
2642
2642
|
__kind: "Taproot";
|
|
2643
|
+
value: `0x${string}`;
|
|
2643
2644
|
} | {
|
|
2644
2645
|
__kind: "OtherSegwit";
|
|
2645
2646
|
version: number;
|
|
2646
2647
|
program: `0x${string}`;
|
|
2647
2648
|
};
|
|
2648
|
-
__kind: "Btc";
|
|
2649
2649
|
} | {
|
|
2650
|
-
value: `0x${string}`;
|
|
2651
2650
|
__kind: "Arb";
|
|
2652
|
-
} | {
|
|
2653
2651
|
value: `0x${string}`;
|
|
2654
|
-
__kind: "Sol";
|
|
2655
2652
|
} | {
|
|
2653
|
+
__kind: "Sol";
|
|
2656
2654
|
value: `0x${string}`;
|
|
2655
|
+
} | {
|
|
2657
2656
|
__kind: "Hub";
|
|
2657
|
+
value: `0x${string}`;
|
|
2658
2658
|
} | null | undefined;
|
|
2659
2659
|
} | null | undefined;
|
|
2660
2660
|
brokerFee?: {
|
|
@@ -2668,7 +2668,6 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2668
2668
|
};
|
|
2669
2669
|
};
|
|
2670
2670
|
}, {
|
|
2671
|
-
blockHeight: number;
|
|
2672
2671
|
reason: {
|
|
2673
2672
|
__kind: "BelowMinimumDeposit";
|
|
2674
2673
|
} | {
|
|
@@ -2676,6 +2675,7 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2676
2675
|
} | {
|
|
2677
2676
|
__kind: "TransactionRejectedByBroker";
|
|
2678
2677
|
} | {
|
|
2678
|
+
__kind: "DepositWitnessRejected";
|
|
2679
2679
|
value: {
|
|
2680
2680
|
__kind: "Other";
|
|
2681
2681
|
} | {
|
|
@@ -2683,11 +2683,11 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2683
2683
|
} | {
|
|
2684
2684
|
__kind: "BadOrigin";
|
|
2685
2685
|
} | {
|
|
2686
|
+
__kind: "Module";
|
|
2686
2687
|
value: {
|
|
2687
2688
|
index: number;
|
|
2688
2689
|
error: string;
|
|
2689
2690
|
};
|
|
2690
|
-
__kind: "Module";
|
|
2691
2691
|
} | {
|
|
2692
2692
|
__kind: "ConsumerRemaining";
|
|
2693
2693
|
} | {
|
|
@@ -2695,20 +2695,20 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2695
2695
|
} | {
|
|
2696
2696
|
__kind: "TooManyConsumers";
|
|
2697
2697
|
} | {
|
|
2698
|
+
__kind: "Token";
|
|
2698
2699
|
value: {
|
|
2699
2700
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
2700
2701
|
};
|
|
2701
|
-
__kind: "Token";
|
|
2702
2702
|
} | {
|
|
2703
|
+
__kind: "Arithmetic";
|
|
2703
2704
|
value: {
|
|
2704
2705
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
2705
2706
|
};
|
|
2706
|
-
__kind: "Arithmetic";
|
|
2707
2707
|
} | {
|
|
2708
|
+
__kind: "Transactional";
|
|
2708
2709
|
value: {
|
|
2709
2710
|
__kind: "LimitReached" | "NoLayer";
|
|
2710
2711
|
};
|
|
2711
|
-
__kind: "Transactional";
|
|
2712
2712
|
} | {
|
|
2713
2713
|
__kind: "Exhausted";
|
|
2714
2714
|
} | {
|
|
@@ -2718,39 +2718,38 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2718
2718
|
} | {
|
|
2719
2719
|
__kind: "RootNotAllowed";
|
|
2720
2720
|
};
|
|
2721
|
-
__kind: "DepositWitnessRejected";
|
|
2722
2721
|
} | {
|
|
2723
2722
|
__kind: "Unrefundable";
|
|
2724
2723
|
};
|
|
2724
|
+
blockHeight: number;
|
|
2725
2725
|
details: {
|
|
2726
2726
|
__kind: "DepositFailedDepositChannelVariantPolkadot";
|
|
2727
2727
|
depositWitness: {
|
|
2728
|
-
depositAddress: string;
|
|
2729
2728
|
asset: {
|
|
2730
2729
|
__kind: "Dot";
|
|
2731
2730
|
};
|
|
2731
|
+
depositAddress: string;
|
|
2732
2732
|
amount: string | number;
|
|
2733
2733
|
depositDetails: number;
|
|
2734
2734
|
};
|
|
2735
2735
|
} | {
|
|
2736
2736
|
__kind: "DepositFailedVaultVariantPolkadot";
|
|
2737
2737
|
vaultWitness: {
|
|
2738
|
+
txId: {
|
|
2739
|
+
blockNumber: number;
|
|
2740
|
+
extrinsicIndex: number;
|
|
2741
|
+
};
|
|
2738
2742
|
depositDetails: number;
|
|
2739
|
-
boostFee: number;
|
|
2740
2743
|
inputAsset: {
|
|
2741
2744
|
__kind: "Dot";
|
|
2742
2745
|
};
|
|
2743
2746
|
depositAmount: string | number;
|
|
2744
2747
|
outputAsset: {
|
|
2745
|
-
__kind: "
|
|
2748
|
+
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
2746
2749
|
};
|
|
2747
2750
|
destinationAddress: {
|
|
2748
|
-
value: string;
|
|
2749
2751
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2750
|
-
|
|
2751
|
-
txId: {
|
|
2752
|
-
blockNumber: number;
|
|
2753
|
-
extrinsicIndex: number;
|
|
2752
|
+
value: string;
|
|
2754
2753
|
};
|
|
2755
2754
|
affiliateFees: {
|
|
2756
2755
|
account: number;
|
|
@@ -2767,6 +2766,7 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2767
2766
|
} | null | undefined;
|
|
2768
2767
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
2769
2768
|
};
|
|
2769
|
+
boostFee: number;
|
|
2770
2770
|
depositAddress?: string | null | undefined;
|
|
2771
2771
|
channelId?: string | number | null | undefined;
|
|
2772
2772
|
depositMetadata?: {
|
|
@@ -2779,42 +2779,42 @@ declare const polkadotIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2779
2779
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2780
2780
|
};
|
|
2781
2781
|
sourceAddress?: {
|
|
2782
|
-
value: string;
|
|
2783
2782
|
__kind: "Eth";
|
|
2784
|
-
} | {
|
|
2785
2783
|
value: string;
|
|
2784
|
+
} | {
|
|
2786
2785
|
__kind: "Dot";
|
|
2786
|
+
value: string;
|
|
2787
2787
|
} | {
|
|
2788
|
+
__kind: "Btc";
|
|
2788
2789
|
value: {
|
|
2789
|
-
value: string;
|
|
2790
2790
|
__kind: "P2PKH";
|
|
2791
|
-
} | {
|
|
2792
2791
|
value: string;
|
|
2793
|
-
__kind: "P2SH";
|
|
2794
2792
|
} | {
|
|
2793
|
+
__kind: "P2SH";
|
|
2795
2794
|
value: string;
|
|
2796
|
-
__kind: "P2WPKH";
|
|
2797
2795
|
} | {
|
|
2796
|
+
__kind: "P2WPKH";
|
|
2798
2797
|
value: string;
|
|
2799
|
-
__kind: "P2WSH";
|
|
2800
2798
|
} | {
|
|
2799
|
+
__kind: "P2WSH";
|
|
2801
2800
|
value: string;
|
|
2801
|
+
} | {
|
|
2802
2802
|
__kind: "Taproot";
|
|
2803
|
+
value: string;
|
|
2803
2804
|
} | {
|
|
2804
2805
|
__kind: "OtherSegwit";
|
|
2805
2806
|
version: number;
|
|
2806
2807
|
program: string;
|
|
2807
2808
|
};
|
|
2808
|
-
__kind: "Btc";
|
|
2809
2809
|
} | {
|
|
2810
|
-
value: string;
|
|
2811
2810
|
__kind: "Arb";
|
|
2812
|
-
} | {
|
|
2813
2811
|
value: string;
|
|
2814
|
-
__kind: "Sol";
|
|
2815
2812
|
} | {
|
|
2813
|
+
__kind: "Sol";
|
|
2816
2814
|
value: string;
|
|
2815
|
+
} | {
|
|
2817
2816
|
__kind: "Hub";
|
|
2817
|
+
value: string;
|
|
2818
2818
|
} | null | undefined;
|
|
2819
2819
|
} | null | undefined;
|
|
2820
2820
|
brokerFee?: {
|