@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 solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
55
55
|
error: string;
|
|
56
56
|
}>;
|
|
57
57
|
}, "strip", z.ZodTypeAny, {
|
|
58
|
+
__kind: "Module";
|
|
58
59
|
value: {
|
|
59
60
|
index: number;
|
|
60
61
|
error: `0x${string}`;
|
|
61
62
|
};
|
|
62
|
-
__kind: "Module";
|
|
63
63
|
}, {
|
|
64
|
+
__kind: "Module";
|
|
64
65
|
value: {
|
|
65
66
|
index: number;
|
|
66
67
|
error: string;
|
|
67
68
|
};
|
|
68
|
-
__kind: "Module";
|
|
69
69
|
}>, z.ZodObject<{
|
|
70
70
|
__kind: z.ZodLiteral<"ConsumerRemaining">;
|
|
71
71
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -89,20 +89,20 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
89
89
|
value: z.ZodEffects<z.ZodObject<{
|
|
90
90
|
__kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
|
|
91
91
|
}, "strip", z.ZodTypeAny, {
|
|
92
|
-
__kind: "
|
|
92
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
93
93
|
}, {
|
|
94
|
-
__kind: "
|
|
95
|
-
}>, "
|
|
96
|
-
__kind: "
|
|
94
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
95
|
+
}>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
|
|
96
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
97
97
|
}>;
|
|
98
98
|
}, "strip", z.ZodTypeAny, {
|
|
99
|
-
value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
100
99
|
__kind: "Token";
|
|
100
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
101
101
|
}, {
|
|
102
|
+
__kind: "Token";
|
|
102
103
|
value: {
|
|
103
|
-
__kind: "
|
|
104
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
104
105
|
};
|
|
105
|
-
__kind: "Token";
|
|
106
106
|
}>, z.ZodObject<{
|
|
107
107
|
__kind: z.ZodLiteral<"Arithmetic">;
|
|
108
108
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -115,13 +115,13 @@ declare const solanaIngressEgressDepositFailed: 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 solanaIngressEgressDepositFailed: 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 solanaIngressEgressDepositFailed: 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 solanaIngressEgressDepositFailed: 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 solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
186
187
|
} | {
|
|
187
188
|
__kind: "TooManyConsumers";
|
|
188
189
|
} | {
|
|
189
|
-
value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
190
190
|
__kind: "Token";
|
|
191
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
191
192
|
} | {
|
|
192
|
-
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
193
193
|
__kind: "Arithmetic";
|
|
194
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
194
195
|
} | {
|
|
195
|
-
value: "LimitReached" | "NoLayer";
|
|
196
196
|
__kind: "Transactional";
|
|
197
|
+
value: "LimitReached" | "NoLayer";
|
|
197
198
|
} | {
|
|
198
199
|
__kind: "Exhausted";
|
|
199
200
|
} | {
|
|
@@ -203,8 +204,8 @@ declare const solanaIngressEgressDepositFailed: 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 solanaIngressEgressDepositFailed: 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 solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
224
225
|
} | {
|
|
225
226
|
__kind: "TooManyConsumers";
|
|
226
227
|
} | {
|
|
228
|
+
__kind: "Token";
|
|
227
229
|
value: {
|
|
228
|
-
__kind: "
|
|
230
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
229
231
|
};
|
|
230
|
-
__kind: "Token";
|
|
231
232
|
} | {
|
|
233
|
+
__kind: "Arithmetic";
|
|
232
234
|
value: {
|
|
233
235
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
234
236
|
};
|
|
235
|
-
__kind: "Arithmetic";
|
|
236
237
|
} | {
|
|
238
|
+
__kind: "Transactional";
|
|
237
239
|
value: {
|
|
238
240
|
__kind: "LimitReached" | "NoLayer";
|
|
239
241
|
};
|
|
240
|
-
__kind: "Transactional";
|
|
241
242
|
} | {
|
|
242
243
|
__kind: "Exhausted";
|
|
243
244
|
} | {
|
|
@@ -247,7 +248,6 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
247
248
|
} | {
|
|
248
249
|
__kind: "RootNotAllowed";
|
|
249
250
|
};
|
|
250
|
-
__kind: "DepositWitnessRejected";
|
|
251
251
|
}>]>;
|
|
252
252
|
details: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
253
253
|
__kind: z.ZodLiteral<"DepositFailedDepositChannelVariantSolana">;
|
|
@@ -308,21 +308,21 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
308
308
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
309
309
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
310
310
|
}, "strip", z.ZodTypeAny, {
|
|
311
|
-
__kind: "
|
|
311
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
312
312
|
}, {
|
|
313
|
-
__kind: "
|
|
314
|
-
}>, "
|
|
315
|
-
__kind: "
|
|
313
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
314
|
+
}>, "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
315
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
316
316
|
}>;
|
|
317
317
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
318
318
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
319
319
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
320
320
|
}, "strip", z.ZodTypeAny, {
|
|
321
|
-
value: `0x${string}`;
|
|
322
321
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
322
|
+
value: `0x${string}`;
|
|
323
323
|
}, {
|
|
324
|
-
value: string;
|
|
325
324
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
325
|
+
value: string;
|
|
326
326
|
}>, {
|
|
327
327
|
readonly chain: "Ethereum";
|
|
328
328
|
readonly address: `0x${string}`;
|
|
@@ -342,8 +342,8 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
342
342
|
readonly chain: "Assethub";
|
|
343
343
|
readonly address: string;
|
|
344
344
|
}, {
|
|
345
|
-
value: string;
|
|
346
345
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
346
|
+
value: string;
|
|
347
347
|
}>;
|
|
348
348
|
depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
349
349
|
channelMetadata: z.ZodObject<{
|
|
@@ -372,67 +372,67 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
372
372
|
__kind: z.ZodLiteral<"Eth">;
|
|
373
373
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
374
374
|
}, "strip", z.ZodTypeAny, {
|
|
375
|
-
value: `0x${string}`;
|
|
376
375
|
__kind: "Eth";
|
|
376
|
+
value: `0x${string}`;
|
|
377
377
|
}, {
|
|
378
|
-
value: string;
|
|
379
378
|
__kind: "Eth";
|
|
379
|
+
value: string;
|
|
380
380
|
}>, z.ZodObject<{
|
|
381
381
|
__kind: z.ZodLiteral<"Dot">;
|
|
382
382
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
383
383
|
}, "strip", z.ZodTypeAny, {
|
|
384
|
-
value: `0x${string}`;
|
|
385
384
|
__kind: "Dot";
|
|
385
|
+
value: `0x${string}`;
|
|
386
386
|
}, {
|
|
387
|
-
value: string;
|
|
388
387
|
__kind: "Dot";
|
|
388
|
+
value: string;
|
|
389
389
|
}>, z.ZodObject<{
|
|
390
390
|
__kind: z.ZodLiteral<"Btc">;
|
|
391
391
|
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
392
392
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
393
393
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
394
394
|
}, "strip", z.ZodTypeAny, {
|
|
395
|
-
value: `0x${string}`;
|
|
396
395
|
__kind: "P2PKH";
|
|
396
|
+
value: `0x${string}`;
|
|
397
397
|
}, {
|
|
398
|
-
value: string;
|
|
399
398
|
__kind: "P2PKH";
|
|
399
|
+
value: string;
|
|
400
400
|
}>, z.ZodObject<{
|
|
401
401
|
__kind: z.ZodLiteral<"P2SH">;
|
|
402
402
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
403
403
|
}, "strip", z.ZodTypeAny, {
|
|
404
|
-
value: `0x${string}`;
|
|
405
404
|
__kind: "P2SH";
|
|
405
|
+
value: `0x${string}`;
|
|
406
406
|
}, {
|
|
407
|
-
value: string;
|
|
408
407
|
__kind: "P2SH";
|
|
408
|
+
value: string;
|
|
409
409
|
}>, z.ZodObject<{
|
|
410
410
|
__kind: z.ZodLiteral<"P2WPKH">;
|
|
411
411
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
412
412
|
}, "strip", z.ZodTypeAny, {
|
|
413
|
-
value: `0x${string}`;
|
|
414
413
|
__kind: "P2WPKH";
|
|
414
|
+
value: `0x${string}`;
|
|
415
415
|
}, {
|
|
416
|
-
value: string;
|
|
417
416
|
__kind: "P2WPKH";
|
|
417
|
+
value: string;
|
|
418
418
|
}>, z.ZodObject<{
|
|
419
419
|
__kind: z.ZodLiteral<"P2WSH">;
|
|
420
420
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
421
421
|
}, "strip", z.ZodTypeAny, {
|
|
422
|
-
value: `0x${string}`;
|
|
423
422
|
__kind: "P2WSH";
|
|
423
|
+
value: `0x${string}`;
|
|
424
424
|
}, {
|
|
425
|
-
value: string;
|
|
426
425
|
__kind: "P2WSH";
|
|
426
|
+
value: string;
|
|
427
427
|
}>, z.ZodObject<{
|
|
428
428
|
__kind: z.ZodLiteral<"Taproot">;
|
|
429
429
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
430
430
|
}, "strip", z.ZodTypeAny, {
|
|
431
|
-
value: `0x${string}`;
|
|
432
431
|
__kind: "Taproot";
|
|
432
|
+
value: `0x${string}`;
|
|
433
433
|
}, {
|
|
434
|
-
value: string;
|
|
435
434
|
__kind: "Taproot";
|
|
435
|
+
value: string;
|
|
436
436
|
}>, z.ZodObject<{
|
|
437
437
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
438
438
|
version: z.ZodNumber;
|
|
@@ -447,76 +447,76 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
447
447
|
program: string;
|
|
448
448
|
}>]>;
|
|
449
449
|
}, "strip", z.ZodTypeAny, {
|
|
450
|
+
__kind: "Btc";
|
|
450
451
|
value: {
|
|
451
|
-
value: `0x${string}`;
|
|
452
452
|
__kind: "P2PKH";
|
|
453
|
-
} | {
|
|
454
453
|
value: `0x${string}`;
|
|
455
|
-
__kind: "P2SH";
|
|
456
454
|
} | {
|
|
455
|
+
__kind: "P2SH";
|
|
457
456
|
value: `0x${string}`;
|
|
458
|
-
__kind: "P2WPKH";
|
|
459
457
|
} | {
|
|
458
|
+
__kind: "P2WPKH";
|
|
460
459
|
value: `0x${string}`;
|
|
461
|
-
__kind: "P2WSH";
|
|
462
460
|
} | {
|
|
461
|
+
__kind: "P2WSH";
|
|
463
462
|
value: `0x${string}`;
|
|
463
|
+
} | {
|
|
464
464
|
__kind: "Taproot";
|
|
465
|
+
value: `0x${string}`;
|
|
465
466
|
} | {
|
|
466
467
|
__kind: "OtherSegwit";
|
|
467
468
|
version: number;
|
|
468
469
|
program: `0x${string}`;
|
|
469
470
|
};
|
|
470
|
-
__kind: "Btc";
|
|
471
471
|
}, {
|
|
472
|
+
__kind: "Btc";
|
|
472
473
|
value: {
|
|
473
|
-
value: string;
|
|
474
474
|
__kind: "P2PKH";
|
|
475
|
-
} | {
|
|
476
475
|
value: string;
|
|
477
|
-
__kind: "P2SH";
|
|
478
476
|
} | {
|
|
477
|
+
__kind: "P2SH";
|
|
479
478
|
value: string;
|
|
480
|
-
__kind: "P2WPKH";
|
|
481
479
|
} | {
|
|
480
|
+
__kind: "P2WPKH";
|
|
482
481
|
value: string;
|
|
483
|
-
__kind: "P2WSH";
|
|
484
482
|
} | {
|
|
483
|
+
__kind: "P2WSH";
|
|
485
484
|
value: string;
|
|
485
|
+
} | {
|
|
486
486
|
__kind: "Taproot";
|
|
487
|
+
value: string;
|
|
487
488
|
} | {
|
|
488
489
|
__kind: "OtherSegwit";
|
|
489
490
|
version: number;
|
|
490
491
|
program: string;
|
|
491
492
|
};
|
|
492
|
-
__kind: "Btc";
|
|
493
493
|
}>, z.ZodObject<{
|
|
494
494
|
__kind: z.ZodLiteral<"Arb">;
|
|
495
495
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
496
496
|
}, "strip", z.ZodTypeAny, {
|
|
497
|
-
value: `0x${string}`;
|
|
498
497
|
__kind: "Arb";
|
|
498
|
+
value: `0x${string}`;
|
|
499
499
|
}, {
|
|
500
|
-
value: string;
|
|
501
500
|
__kind: "Arb";
|
|
501
|
+
value: string;
|
|
502
502
|
}>, z.ZodObject<{
|
|
503
503
|
__kind: z.ZodLiteral<"Sol">;
|
|
504
504
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
505
505
|
}, "strip", z.ZodTypeAny, {
|
|
506
|
-
value: `0x${string}`;
|
|
507
506
|
__kind: "Sol";
|
|
507
|
+
value: `0x${string}`;
|
|
508
508
|
}, {
|
|
509
|
-
value: string;
|
|
510
509
|
__kind: "Sol";
|
|
510
|
+
value: string;
|
|
511
511
|
}>, z.ZodObject<{
|
|
512
512
|
__kind: z.ZodLiteral<"Hub">;
|
|
513
513
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
514
514
|
}, "strip", z.ZodTypeAny, {
|
|
515
|
-
value: `0x${string}`;
|
|
516
515
|
__kind: "Hub";
|
|
516
|
+
value: `0x${string}`;
|
|
517
517
|
}, {
|
|
518
|
-
value: string;
|
|
519
518
|
__kind: "Hub";
|
|
519
|
+
value: string;
|
|
520
520
|
}>]>>>;
|
|
521
521
|
}, "strip", z.ZodTypeAny, {
|
|
522
522
|
channelMetadata: {
|
|
@@ -526,42 +526,42 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
526
526
|
};
|
|
527
527
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
528
528
|
sourceAddress?: {
|
|
529
|
-
value: `0x${string}`;
|
|
530
529
|
__kind: "Eth";
|
|
531
|
-
} | {
|
|
532
530
|
value: `0x${string}`;
|
|
531
|
+
} | {
|
|
533
532
|
__kind: "Dot";
|
|
533
|
+
value: `0x${string}`;
|
|
534
534
|
} | {
|
|
535
|
+
__kind: "Btc";
|
|
535
536
|
value: {
|
|
536
|
-
value: `0x${string}`;
|
|
537
537
|
__kind: "P2PKH";
|
|
538
|
-
} | {
|
|
539
538
|
value: `0x${string}`;
|
|
540
|
-
__kind: "P2SH";
|
|
541
539
|
} | {
|
|
540
|
+
__kind: "P2SH";
|
|
542
541
|
value: `0x${string}`;
|
|
543
|
-
__kind: "P2WPKH";
|
|
544
542
|
} | {
|
|
543
|
+
__kind: "P2WPKH";
|
|
545
544
|
value: `0x${string}`;
|
|
546
|
-
__kind: "P2WSH";
|
|
547
545
|
} | {
|
|
546
|
+
__kind: "P2WSH";
|
|
548
547
|
value: `0x${string}`;
|
|
548
|
+
} | {
|
|
549
549
|
__kind: "Taproot";
|
|
550
|
+
value: `0x${string}`;
|
|
550
551
|
} | {
|
|
551
552
|
__kind: "OtherSegwit";
|
|
552
553
|
version: number;
|
|
553
554
|
program: `0x${string}`;
|
|
554
555
|
};
|
|
555
|
-
__kind: "Btc";
|
|
556
556
|
} | {
|
|
557
|
-
value: `0x${string}`;
|
|
558
557
|
__kind: "Arb";
|
|
559
|
-
} | {
|
|
560
558
|
value: `0x${string}`;
|
|
561
|
-
__kind: "Sol";
|
|
562
559
|
} | {
|
|
560
|
+
__kind: "Sol";
|
|
563
561
|
value: `0x${string}`;
|
|
562
|
+
} | {
|
|
564
563
|
__kind: "Hub";
|
|
564
|
+
value: `0x${string}`;
|
|
565
565
|
} | null | undefined;
|
|
566
566
|
}, {
|
|
567
567
|
channelMetadata: {
|
|
@@ -573,42 +573,42 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
573
573
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
574
574
|
};
|
|
575
575
|
sourceAddress?: {
|
|
576
|
-
value: string;
|
|
577
576
|
__kind: "Eth";
|
|
578
|
-
} | {
|
|
579
577
|
value: string;
|
|
578
|
+
} | {
|
|
580
579
|
__kind: "Dot";
|
|
580
|
+
value: string;
|
|
581
581
|
} | {
|
|
582
|
+
__kind: "Btc";
|
|
582
583
|
value: {
|
|
583
|
-
value: string;
|
|
584
584
|
__kind: "P2PKH";
|
|
585
|
-
} | {
|
|
586
585
|
value: string;
|
|
587
|
-
__kind: "P2SH";
|
|
588
586
|
} | {
|
|
587
|
+
__kind: "P2SH";
|
|
589
588
|
value: string;
|
|
590
|
-
__kind: "P2WPKH";
|
|
591
589
|
} | {
|
|
590
|
+
__kind: "P2WPKH";
|
|
592
591
|
value: string;
|
|
593
|
-
__kind: "P2WSH";
|
|
594
592
|
} | {
|
|
593
|
+
__kind: "P2WSH";
|
|
595
594
|
value: string;
|
|
595
|
+
} | {
|
|
596
596
|
__kind: "Taproot";
|
|
597
|
+
value: string;
|
|
597
598
|
} | {
|
|
598
599
|
__kind: "OtherSegwit";
|
|
599
600
|
version: number;
|
|
600
601
|
program: string;
|
|
601
602
|
};
|
|
602
|
-
__kind: "Btc";
|
|
603
603
|
} | {
|
|
604
|
-
value: string;
|
|
605
604
|
__kind: "Arb";
|
|
606
|
-
} | {
|
|
607
605
|
value: string;
|
|
608
|
-
__kind: "Sol";
|
|
609
606
|
} | {
|
|
607
|
+
__kind: "Sol";
|
|
610
608
|
value: string;
|
|
609
|
+
} | {
|
|
611
610
|
__kind: "Hub";
|
|
611
|
+
value: string;
|
|
612
612
|
} | null | undefined;
|
|
613
613
|
}>>>;
|
|
614
614
|
txId: z.ZodTuple<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>], null>;
|
|
@@ -638,12 +638,12 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
638
638
|
minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
639
639
|
}, "strip", z.ZodTypeAny, {
|
|
640
640
|
retryDuration: number;
|
|
641
|
-
minPrice: bigint;
|
|
642
641
|
refundAddress: `0x${string}`;
|
|
642
|
+
minPrice: bigint;
|
|
643
643
|
}, {
|
|
644
644
|
retryDuration: number;
|
|
645
|
-
minPrice: string | number;
|
|
646
645
|
refundAddress: string;
|
|
646
|
+
minPrice: string | number;
|
|
647
647
|
}>;
|
|
648
648
|
dcaParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
649
649
|
numberOfChunks: z.ZodNumber;
|
|
@@ -657,10 +657,9 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
657
657
|
}>>>;
|
|
658
658
|
boostFee: z.ZodNumber;
|
|
659
659
|
}, "strip", z.ZodTypeAny, {
|
|
660
|
-
txId: [`0x${string}`, bigint];
|
|
661
660
|
inputAsset: "Sol" | "SolUsdc";
|
|
662
661
|
depositAmount: bigint;
|
|
663
|
-
outputAsset: "
|
|
662
|
+
outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
664
663
|
destinationAddress: {
|
|
665
664
|
readonly chain: "Ethereum";
|
|
666
665
|
readonly address: `0x${string}`;
|
|
@@ -680,14 +679,15 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
680
679
|
readonly chain: "Assethub";
|
|
681
680
|
readonly address: string;
|
|
682
681
|
};
|
|
682
|
+
txId: [`0x${string}`, bigint];
|
|
683
683
|
affiliateFees: {
|
|
684
684
|
account: number;
|
|
685
685
|
bps: number;
|
|
686
686
|
}[];
|
|
687
687
|
refundParams: {
|
|
688
688
|
retryDuration: number;
|
|
689
|
-
minPrice: bigint;
|
|
690
689
|
refundAddress: `0x${string}`;
|
|
690
|
+
minPrice: bigint;
|
|
691
691
|
};
|
|
692
692
|
boostFee: number;
|
|
693
693
|
depositAddress?: `0x${string}` | null | undefined;
|
|
@@ -700,42 +700,42 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
700
700
|
};
|
|
701
701
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
702
702
|
sourceAddress?: {
|
|
703
|
-
value: `0x${string}`;
|
|
704
703
|
__kind: "Eth";
|
|
705
|
-
} | {
|
|
706
704
|
value: `0x${string}`;
|
|
705
|
+
} | {
|
|
707
706
|
__kind: "Dot";
|
|
707
|
+
value: `0x${string}`;
|
|
708
708
|
} | {
|
|
709
|
+
__kind: "Btc";
|
|
709
710
|
value: {
|
|
710
|
-
value: `0x${string}`;
|
|
711
711
|
__kind: "P2PKH";
|
|
712
|
-
} | {
|
|
713
712
|
value: `0x${string}`;
|
|
714
|
-
__kind: "P2SH";
|
|
715
713
|
} | {
|
|
714
|
+
__kind: "P2SH";
|
|
716
715
|
value: `0x${string}`;
|
|
717
|
-
__kind: "P2WPKH";
|
|
718
716
|
} | {
|
|
717
|
+
__kind: "P2WPKH";
|
|
719
718
|
value: `0x${string}`;
|
|
720
|
-
__kind: "P2WSH";
|
|
721
719
|
} | {
|
|
720
|
+
__kind: "P2WSH";
|
|
722
721
|
value: `0x${string}`;
|
|
722
|
+
} | {
|
|
723
723
|
__kind: "Taproot";
|
|
724
|
+
value: `0x${string}`;
|
|
724
725
|
} | {
|
|
725
726
|
__kind: "OtherSegwit";
|
|
726
727
|
version: number;
|
|
727
728
|
program: `0x${string}`;
|
|
728
729
|
};
|
|
729
|
-
__kind: "Btc";
|
|
730
730
|
} | {
|
|
731
|
-
value: `0x${string}`;
|
|
732
731
|
__kind: "Arb";
|
|
733
|
-
} | {
|
|
734
732
|
value: `0x${string}`;
|
|
735
|
-
__kind: "Sol";
|
|
736
733
|
} | {
|
|
734
|
+
__kind: "Sol";
|
|
737
735
|
value: `0x${string}`;
|
|
736
|
+
} | {
|
|
738
737
|
__kind: "Hub";
|
|
738
|
+
value: `0x${string}`;
|
|
739
739
|
} | null | undefined;
|
|
740
740
|
} | null | undefined;
|
|
741
741
|
brokerFee?: {
|
|
@@ -747,26 +747,26 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
747
747
|
chunkInterval: number;
|
|
748
748
|
} | null | undefined;
|
|
749
749
|
}, {
|
|
750
|
-
txId: [string, string | number];
|
|
751
750
|
inputAsset: {
|
|
752
751
|
__kind: "Sol" | "SolUsdc";
|
|
753
752
|
};
|
|
754
753
|
depositAmount: string | number;
|
|
755
754
|
outputAsset: {
|
|
756
|
-
__kind: "
|
|
755
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
757
756
|
};
|
|
758
757
|
destinationAddress: {
|
|
759
|
-
value: string;
|
|
760
758
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
759
|
+
value: string;
|
|
761
760
|
};
|
|
761
|
+
txId: [string, string | number];
|
|
762
762
|
affiliateFees: {
|
|
763
763
|
account: number;
|
|
764
764
|
bps: number;
|
|
765
765
|
}[];
|
|
766
766
|
refundParams: {
|
|
767
767
|
retryDuration: number;
|
|
768
|
-
minPrice: string | number;
|
|
769
768
|
refundAddress: string;
|
|
769
|
+
minPrice: string | number;
|
|
770
770
|
};
|
|
771
771
|
boostFee: number;
|
|
772
772
|
depositAddress?: string | null | undefined;
|
|
@@ -781,42 +781,42 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
781
781
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
782
782
|
};
|
|
783
783
|
sourceAddress?: {
|
|
784
|
-
value: string;
|
|
785
784
|
__kind: "Eth";
|
|
786
|
-
} | {
|
|
787
785
|
value: string;
|
|
786
|
+
} | {
|
|
788
787
|
__kind: "Dot";
|
|
788
|
+
value: string;
|
|
789
789
|
} | {
|
|
790
|
+
__kind: "Btc";
|
|
790
791
|
value: {
|
|
791
|
-
value: string;
|
|
792
792
|
__kind: "P2PKH";
|
|
793
|
-
} | {
|
|
794
793
|
value: string;
|
|
795
|
-
__kind: "P2SH";
|
|
796
794
|
} | {
|
|
795
|
+
__kind: "P2SH";
|
|
797
796
|
value: string;
|
|
798
|
-
__kind: "P2WPKH";
|
|
799
797
|
} | {
|
|
798
|
+
__kind: "P2WPKH";
|
|
800
799
|
value: string;
|
|
801
|
-
__kind: "P2WSH";
|
|
802
800
|
} | {
|
|
801
|
+
__kind: "P2WSH";
|
|
803
802
|
value: string;
|
|
803
|
+
} | {
|
|
804
804
|
__kind: "Taproot";
|
|
805
|
+
value: string;
|
|
805
806
|
} | {
|
|
806
807
|
__kind: "OtherSegwit";
|
|
807
808
|
version: number;
|
|
808
809
|
program: string;
|
|
809
810
|
};
|
|
810
|
-
__kind: "Btc";
|
|
811
811
|
} | {
|
|
812
|
-
value: string;
|
|
813
812
|
__kind: "Arb";
|
|
814
|
-
} | {
|
|
815
813
|
value: string;
|
|
816
|
-
__kind: "Sol";
|
|
817
814
|
} | {
|
|
815
|
+
__kind: "Sol";
|
|
818
816
|
value: string;
|
|
817
|
+
} | {
|
|
819
818
|
__kind: "Hub";
|
|
819
|
+
value: string;
|
|
820
820
|
} | null | undefined;
|
|
821
821
|
} | null | undefined;
|
|
822
822
|
brokerFee?: {
|
|
@@ -831,10 +831,9 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
831
831
|
}, "strip", z.ZodTypeAny, {
|
|
832
832
|
__kind: "DepositFailedVaultVariantSolana";
|
|
833
833
|
vaultWitness: {
|
|
834
|
-
txId: [`0x${string}`, bigint];
|
|
835
834
|
inputAsset: "Sol" | "SolUsdc";
|
|
836
835
|
depositAmount: bigint;
|
|
837
|
-
outputAsset: "
|
|
836
|
+
outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
838
837
|
destinationAddress: {
|
|
839
838
|
readonly chain: "Ethereum";
|
|
840
839
|
readonly address: `0x${string}`;
|
|
@@ -854,14 +853,15 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
854
853
|
readonly chain: "Assethub";
|
|
855
854
|
readonly address: string;
|
|
856
855
|
};
|
|
856
|
+
txId: [`0x${string}`, bigint];
|
|
857
857
|
affiliateFees: {
|
|
858
858
|
account: number;
|
|
859
859
|
bps: number;
|
|
860
860
|
}[];
|
|
861
861
|
refundParams: {
|
|
862
862
|
retryDuration: number;
|
|
863
|
-
minPrice: bigint;
|
|
864
863
|
refundAddress: `0x${string}`;
|
|
864
|
+
minPrice: bigint;
|
|
865
865
|
};
|
|
866
866
|
boostFee: number;
|
|
867
867
|
depositAddress?: `0x${string}` | null | undefined;
|
|
@@ -874,42 +874,42 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
874
874
|
};
|
|
875
875
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
876
876
|
sourceAddress?: {
|
|
877
|
-
value: `0x${string}`;
|
|
878
877
|
__kind: "Eth";
|
|
879
|
-
} | {
|
|
880
878
|
value: `0x${string}`;
|
|
879
|
+
} | {
|
|
881
880
|
__kind: "Dot";
|
|
881
|
+
value: `0x${string}`;
|
|
882
882
|
} | {
|
|
883
|
+
__kind: "Btc";
|
|
883
884
|
value: {
|
|
884
|
-
value: `0x${string}`;
|
|
885
885
|
__kind: "P2PKH";
|
|
886
|
-
} | {
|
|
887
886
|
value: `0x${string}`;
|
|
888
|
-
__kind: "P2SH";
|
|
889
887
|
} | {
|
|
888
|
+
__kind: "P2SH";
|
|
890
889
|
value: `0x${string}`;
|
|
891
|
-
__kind: "P2WPKH";
|
|
892
890
|
} | {
|
|
891
|
+
__kind: "P2WPKH";
|
|
893
892
|
value: `0x${string}`;
|
|
894
|
-
__kind: "P2WSH";
|
|
895
893
|
} | {
|
|
894
|
+
__kind: "P2WSH";
|
|
896
895
|
value: `0x${string}`;
|
|
896
|
+
} | {
|
|
897
897
|
__kind: "Taproot";
|
|
898
|
+
value: `0x${string}`;
|
|
898
899
|
} | {
|
|
899
900
|
__kind: "OtherSegwit";
|
|
900
901
|
version: number;
|
|
901
902
|
program: `0x${string}`;
|
|
902
903
|
};
|
|
903
|
-
__kind: "Btc";
|
|
904
904
|
} | {
|
|
905
|
-
value: `0x${string}`;
|
|
906
905
|
__kind: "Arb";
|
|
907
|
-
} | {
|
|
908
906
|
value: `0x${string}`;
|
|
909
|
-
__kind: "Sol";
|
|
910
907
|
} | {
|
|
908
|
+
__kind: "Sol";
|
|
911
909
|
value: `0x${string}`;
|
|
910
|
+
} | {
|
|
912
911
|
__kind: "Hub";
|
|
912
|
+
value: `0x${string}`;
|
|
913
913
|
} | null | undefined;
|
|
914
914
|
} | null | undefined;
|
|
915
915
|
brokerFee?: {
|
|
@@ -924,26 +924,26 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
924
924
|
}, {
|
|
925
925
|
__kind: "DepositFailedVaultVariantSolana";
|
|
926
926
|
vaultWitness: {
|
|
927
|
-
txId: [string, string | number];
|
|
928
927
|
inputAsset: {
|
|
929
928
|
__kind: "Sol" | "SolUsdc";
|
|
930
929
|
};
|
|
931
930
|
depositAmount: string | number;
|
|
932
931
|
outputAsset: {
|
|
933
|
-
__kind: "
|
|
932
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
934
933
|
};
|
|
935
934
|
destinationAddress: {
|
|
936
|
-
value: string;
|
|
937
935
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
936
|
+
value: string;
|
|
938
937
|
};
|
|
938
|
+
txId: [string, string | number];
|
|
939
939
|
affiliateFees: {
|
|
940
940
|
account: number;
|
|
941
941
|
bps: number;
|
|
942
942
|
}[];
|
|
943
943
|
refundParams: {
|
|
944
944
|
retryDuration: number;
|
|
945
|
-
minPrice: string | number;
|
|
946
945
|
refundAddress: string;
|
|
946
|
+
minPrice: string | number;
|
|
947
947
|
};
|
|
948
948
|
boostFee: number;
|
|
949
949
|
depositAddress?: string | null | undefined;
|
|
@@ -958,42 +958,42 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
958
958
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
959
959
|
};
|
|
960
960
|
sourceAddress?: {
|
|
961
|
-
value: string;
|
|
962
961
|
__kind: "Eth";
|
|
963
|
-
} | {
|
|
964
962
|
value: string;
|
|
963
|
+
} | {
|
|
965
964
|
__kind: "Dot";
|
|
965
|
+
value: string;
|
|
966
966
|
} | {
|
|
967
|
+
__kind: "Btc";
|
|
967
968
|
value: {
|
|
968
|
-
value: string;
|
|
969
969
|
__kind: "P2PKH";
|
|
970
|
-
} | {
|
|
971
970
|
value: string;
|
|
972
|
-
__kind: "P2SH";
|
|
973
971
|
} | {
|
|
972
|
+
__kind: "P2SH";
|
|
974
973
|
value: string;
|
|
975
|
-
__kind: "P2WPKH";
|
|
976
974
|
} | {
|
|
975
|
+
__kind: "P2WPKH";
|
|
977
976
|
value: string;
|
|
978
|
-
__kind: "P2WSH";
|
|
979
977
|
} | {
|
|
978
|
+
__kind: "P2WSH";
|
|
980
979
|
value: string;
|
|
980
|
+
} | {
|
|
981
981
|
__kind: "Taproot";
|
|
982
|
+
value: string;
|
|
982
983
|
} | {
|
|
983
984
|
__kind: "OtherSegwit";
|
|
984
985
|
version: number;
|
|
985
986
|
program: string;
|
|
986
987
|
};
|
|
987
|
-
__kind: "Btc";
|
|
988
988
|
} | {
|
|
989
|
-
value: string;
|
|
990
989
|
__kind: "Arb";
|
|
991
|
-
} | {
|
|
992
990
|
value: string;
|
|
993
|
-
__kind: "Sol";
|
|
994
991
|
} | {
|
|
992
|
+
__kind: "Sol";
|
|
995
993
|
value: string;
|
|
994
|
+
} | {
|
|
996
995
|
__kind: "Hub";
|
|
996
|
+
value: string;
|
|
997
997
|
} | null | undefined;
|
|
998
998
|
} | null | undefined;
|
|
999
999
|
brokerFee?: {
|
|
@@ -1015,6 +1015,7 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1015
1015
|
} | {
|
|
1016
1016
|
__kind: "TransactionRejectedByBroker";
|
|
1017
1017
|
} | {
|
|
1018
|
+
__kind: "DepositWitnessRejected";
|
|
1018
1019
|
value: {
|
|
1019
1020
|
__kind: "Other";
|
|
1020
1021
|
} | {
|
|
@@ -1022,11 +1023,11 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1022
1023
|
} | {
|
|
1023
1024
|
__kind: "BadOrigin";
|
|
1024
1025
|
} | {
|
|
1026
|
+
__kind: "Module";
|
|
1025
1027
|
value: {
|
|
1026
1028
|
index: number;
|
|
1027
1029
|
error: `0x${string}`;
|
|
1028
1030
|
};
|
|
1029
|
-
__kind: "Module";
|
|
1030
1031
|
} | {
|
|
1031
1032
|
__kind: "ConsumerRemaining";
|
|
1032
1033
|
} | {
|
|
@@ -1034,14 +1035,14 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1034
1035
|
} | {
|
|
1035
1036
|
__kind: "TooManyConsumers";
|
|
1036
1037
|
} | {
|
|
1037
|
-
value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1038
1038
|
__kind: "Token";
|
|
1039
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1039
1040
|
} | {
|
|
1040
|
-
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1041
1041
|
__kind: "Arithmetic";
|
|
1042
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1042
1043
|
} | {
|
|
1043
|
-
value: "LimitReached" | "NoLayer";
|
|
1044
1044
|
__kind: "Transactional";
|
|
1045
|
+
value: "LimitReached" | "NoLayer";
|
|
1045
1046
|
} | {
|
|
1046
1047
|
__kind: "Exhausted";
|
|
1047
1048
|
} | {
|
|
@@ -1051,7 +1052,6 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1051
1052
|
} | {
|
|
1052
1053
|
__kind: "RootNotAllowed";
|
|
1053
1054
|
};
|
|
1054
|
-
__kind: "DepositWitnessRejected";
|
|
1055
1055
|
};
|
|
1056
1056
|
details: {
|
|
1057
1057
|
__kind: "DepositFailedDepositChannelVariantSolana";
|
|
@@ -1063,10 +1063,9 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1063
1063
|
} | {
|
|
1064
1064
|
__kind: "DepositFailedVaultVariantSolana";
|
|
1065
1065
|
vaultWitness: {
|
|
1066
|
-
txId: [`0x${string}`, bigint];
|
|
1067
1066
|
inputAsset: "Sol" | "SolUsdc";
|
|
1068
1067
|
depositAmount: bigint;
|
|
1069
|
-
outputAsset: "
|
|
1068
|
+
outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
1070
1069
|
destinationAddress: {
|
|
1071
1070
|
readonly chain: "Ethereum";
|
|
1072
1071
|
readonly address: `0x${string}`;
|
|
@@ -1086,14 +1085,15 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1086
1085
|
readonly chain: "Assethub";
|
|
1087
1086
|
readonly address: string;
|
|
1088
1087
|
};
|
|
1088
|
+
txId: [`0x${string}`, bigint];
|
|
1089
1089
|
affiliateFees: {
|
|
1090
1090
|
account: number;
|
|
1091
1091
|
bps: number;
|
|
1092
1092
|
}[];
|
|
1093
1093
|
refundParams: {
|
|
1094
1094
|
retryDuration: number;
|
|
1095
|
-
minPrice: bigint;
|
|
1096
1095
|
refundAddress: `0x${string}`;
|
|
1096
|
+
minPrice: bigint;
|
|
1097
1097
|
};
|
|
1098
1098
|
boostFee: number;
|
|
1099
1099
|
depositAddress?: `0x${string}` | null | undefined;
|
|
@@ -1106,42 +1106,42 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1106
1106
|
};
|
|
1107
1107
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
1108
1108
|
sourceAddress?: {
|
|
1109
|
-
value: `0x${string}`;
|
|
1110
1109
|
__kind: "Eth";
|
|
1111
|
-
} | {
|
|
1112
1110
|
value: `0x${string}`;
|
|
1111
|
+
} | {
|
|
1113
1112
|
__kind: "Dot";
|
|
1113
|
+
value: `0x${string}`;
|
|
1114
1114
|
} | {
|
|
1115
|
+
__kind: "Btc";
|
|
1115
1116
|
value: {
|
|
1116
|
-
value: `0x${string}`;
|
|
1117
1117
|
__kind: "P2PKH";
|
|
1118
|
-
} | {
|
|
1119
1118
|
value: `0x${string}`;
|
|
1120
|
-
__kind: "P2SH";
|
|
1121
1119
|
} | {
|
|
1120
|
+
__kind: "P2SH";
|
|
1122
1121
|
value: `0x${string}`;
|
|
1123
|
-
__kind: "P2WPKH";
|
|
1124
1122
|
} | {
|
|
1123
|
+
__kind: "P2WPKH";
|
|
1125
1124
|
value: `0x${string}`;
|
|
1126
|
-
__kind: "P2WSH";
|
|
1127
1125
|
} | {
|
|
1126
|
+
__kind: "P2WSH";
|
|
1128
1127
|
value: `0x${string}`;
|
|
1128
|
+
} | {
|
|
1129
1129
|
__kind: "Taproot";
|
|
1130
|
+
value: `0x${string}`;
|
|
1130
1131
|
} | {
|
|
1131
1132
|
__kind: "OtherSegwit";
|
|
1132
1133
|
version: number;
|
|
1133
1134
|
program: `0x${string}`;
|
|
1134
1135
|
};
|
|
1135
|
-
__kind: "Btc";
|
|
1136
1136
|
} | {
|
|
1137
|
-
value: `0x${string}`;
|
|
1138
1137
|
__kind: "Arb";
|
|
1139
|
-
} | {
|
|
1140
1138
|
value: `0x${string}`;
|
|
1141
|
-
__kind: "Sol";
|
|
1142
1139
|
} | {
|
|
1140
|
+
__kind: "Sol";
|
|
1143
1141
|
value: `0x${string}`;
|
|
1142
|
+
} | {
|
|
1144
1143
|
__kind: "Hub";
|
|
1144
|
+
value: `0x${string}`;
|
|
1145
1145
|
} | null | undefined;
|
|
1146
1146
|
} | null | undefined;
|
|
1147
1147
|
brokerFee?: {
|
|
@@ -1163,6 +1163,7 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1163
1163
|
} | {
|
|
1164
1164
|
__kind: "TransactionRejectedByBroker";
|
|
1165
1165
|
} | {
|
|
1166
|
+
__kind: "DepositWitnessRejected";
|
|
1166
1167
|
value: {
|
|
1167
1168
|
__kind: "Other";
|
|
1168
1169
|
} | {
|
|
@@ -1170,11 +1171,11 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1170
1171
|
} | {
|
|
1171
1172
|
__kind: "BadOrigin";
|
|
1172
1173
|
} | {
|
|
1174
|
+
__kind: "Module";
|
|
1173
1175
|
value: {
|
|
1174
1176
|
index: number;
|
|
1175
1177
|
error: string;
|
|
1176
1178
|
};
|
|
1177
|
-
__kind: "Module";
|
|
1178
1179
|
} | {
|
|
1179
1180
|
__kind: "ConsumerRemaining";
|
|
1180
1181
|
} | {
|
|
@@ -1182,20 +1183,20 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1182
1183
|
} | {
|
|
1183
1184
|
__kind: "TooManyConsumers";
|
|
1184
1185
|
} | {
|
|
1186
|
+
__kind: "Token";
|
|
1185
1187
|
value: {
|
|
1186
|
-
__kind: "
|
|
1188
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1187
1189
|
};
|
|
1188
|
-
__kind: "Token";
|
|
1189
1190
|
} | {
|
|
1191
|
+
__kind: "Arithmetic";
|
|
1190
1192
|
value: {
|
|
1191
1193
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1192
1194
|
};
|
|
1193
|
-
__kind: "Arithmetic";
|
|
1194
1195
|
} | {
|
|
1196
|
+
__kind: "Transactional";
|
|
1195
1197
|
value: {
|
|
1196
1198
|
__kind: "LimitReached" | "NoLayer";
|
|
1197
1199
|
};
|
|
1198
|
-
__kind: "Transactional";
|
|
1199
1200
|
} | {
|
|
1200
1201
|
__kind: "Exhausted";
|
|
1201
1202
|
} | {
|
|
@@ -1205,7 +1206,6 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1205
1206
|
} | {
|
|
1206
1207
|
__kind: "RootNotAllowed";
|
|
1207
1208
|
};
|
|
1208
|
-
__kind: "DepositWitnessRejected";
|
|
1209
1209
|
};
|
|
1210
1210
|
details: {
|
|
1211
1211
|
__kind: "DepositFailedDepositChannelVariantSolana";
|
|
@@ -1219,26 +1219,26 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1219
1219
|
} | {
|
|
1220
1220
|
__kind: "DepositFailedVaultVariantSolana";
|
|
1221
1221
|
vaultWitness: {
|
|
1222
|
-
txId: [string, string | number];
|
|
1223
1222
|
inputAsset: {
|
|
1224
1223
|
__kind: "Sol" | "SolUsdc";
|
|
1225
1224
|
};
|
|
1226
1225
|
depositAmount: string | number;
|
|
1227
1226
|
outputAsset: {
|
|
1228
|
-
__kind: "
|
|
1227
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
1229
1228
|
};
|
|
1230
1229
|
destinationAddress: {
|
|
1231
|
-
value: string;
|
|
1232
1230
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1231
|
+
value: string;
|
|
1233
1232
|
};
|
|
1233
|
+
txId: [string, string | number];
|
|
1234
1234
|
affiliateFees: {
|
|
1235
1235
|
account: number;
|
|
1236
1236
|
bps: number;
|
|
1237
1237
|
}[];
|
|
1238
1238
|
refundParams: {
|
|
1239
1239
|
retryDuration: number;
|
|
1240
|
-
minPrice: string | number;
|
|
1241
1240
|
refundAddress: string;
|
|
1241
|
+
minPrice: string | number;
|
|
1242
1242
|
};
|
|
1243
1243
|
boostFee: number;
|
|
1244
1244
|
depositAddress?: string | null | undefined;
|
|
@@ -1253,42 +1253,42 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1253
1253
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
1254
1254
|
};
|
|
1255
1255
|
sourceAddress?: {
|
|
1256
|
-
value: string;
|
|
1257
1256
|
__kind: "Eth";
|
|
1258
|
-
} | {
|
|
1259
1257
|
value: string;
|
|
1258
|
+
} | {
|
|
1260
1259
|
__kind: "Dot";
|
|
1260
|
+
value: string;
|
|
1261
1261
|
} | {
|
|
1262
|
+
__kind: "Btc";
|
|
1262
1263
|
value: {
|
|
1263
|
-
value: string;
|
|
1264
1264
|
__kind: "P2PKH";
|
|
1265
|
-
} | {
|
|
1266
1265
|
value: string;
|
|
1267
|
-
__kind: "P2SH";
|
|
1268
1266
|
} | {
|
|
1267
|
+
__kind: "P2SH";
|
|
1269
1268
|
value: string;
|
|
1270
|
-
__kind: "P2WPKH";
|
|
1271
1269
|
} | {
|
|
1270
|
+
__kind: "P2WPKH";
|
|
1272
1271
|
value: string;
|
|
1273
|
-
__kind: "P2WSH";
|
|
1274
1272
|
} | {
|
|
1273
|
+
__kind: "P2WSH";
|
|
1275
1274
|
value: string;
|
|
1275
|
+
} | {
|
|
1276
1276
|
__kind: "Taproot";
|
|
1277
|
+
value: string;
|
|
1277
1278
|
} | {
|
|
1278
1279
|
__kind: "OtherSegwit";
|
|
1279
1280
|
version: number;
|
|
1280
1281
|
program: string;
|
|
1281
1282
|
};
|
|
1282
|
-
__kind: "Btc";
|
|
1283
1283
|
} | {
|
|
1284
|
-
value: string;
|
|
1285
1284
|
__kind: "Arb";
|
|
1286
|
-
} | {
|
|
1287
1285
|
value: string;
|
|
1288
|
-
__kind: "Sol";
|
|
1289
1286
|
} | {
|
|
1287
|
+
__kind: "Sol";
|
|
1290
1288
|
value: string;
|
|
1289
|
+
} | {
|
|
1291
1290
|
__kind: "Hub";
|
|
1291
|
+
value: string;
|
|
1292
1292
|
} | null | undefined;
|
|
1293
1293
|
} | null | undefined;
|
|
1294
1294
|
brokerFee?: {
|
|
@@ -1355,17 +1355,17 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
1355
1355
|
error: string;
|
|
1356
1356
|
}>;
|
|
1357
1357
|
}, "strip", z.ZodTypeAny, {
|
|
1358
|
+
__kind: "Module";
|
|
1358
1359
|
value: {
|
|
1359
1360
|
index: number;
|
|
1360
1361
|
error: `0x${string}`;
|
|
1361
1362
|
};
|
|
1362
|
-
__kind: "Module";
|
|
1363
1363
|
}, {
|
|
1364
|
+
__kind: "Module";
|
|
1364
1365
|
value: {
|
|
1365
1366
|
index: number;
|
|
1366
1367
|
error: string;
|
|
1367
1368
|
};
|
|
1368
|
-
__kind: "Module";
|
|
1369
1369
|
}>, z.ZodObject<{
|
|
1370
1370
|
__kind: z.ZodLiteral<"ConsumerRemaining">;
|
|
1371
1371
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1389,20 +1389,20 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
1389
1389
|
value: z.ZodEffects<z.ZodObject<{
|
|
1390
1390
|
__kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
|
|
1391
1391
|
}, "strip", z.ZodTypeAny, {
|
|
1392
|
-
__kind: "
|
|
1392
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1393
1393
|
}, {
|
|
1394
|
-
__kind: "
|
|
1395
|
-
}>, "
|
|
1396
|
-
__kind: "
|
|
1394
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1395
|
+
}>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
|
|
1396
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1397
1397
|
}>;
|
|
1398
1398
|
}, "strip", z.ZodTypeAny, {
|
|
1399
|
-
value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1400
1399
|
__kind: "Token";
|
|
1400
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1401
1401
|
}, {
|
|
1402
|
+
__kind: "Token";
|
|
1402
1403
|
value: {
|
|
1403
|
-
__kind: "
|
|
1404
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1404
1405
|
};
|
|
1405
|
-
__kind: "Token";
|
|
1406
1406
|
}>, z.ZodObject<{
|
|
1407
1407
|
__kind: z.ZodLiteral<"Arithmetic">;
|
|
1408
1408
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -1415,13 +1415,13 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
1415
1415
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1416
1416
|
}>;
|
|
1417
1417
|
}, "strip", z.ZodTypeAny, {
|
|
1418
|
-
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1419
1418
|
__kind: "Arithmetic";
|
|
1419
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1420
1420
|
}, {
|
|
1421
|
+
__kind: "Arithmetic";
|
|
1421
1422
|
value: {
|
|
1422
1423
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1423
1424
|
};
|
|
1424
|
-
__kind: "Arithmetic";
|
|
1425
1425
|
}>, z.ZodObject<{
|
|
1426
1426
|
__kind: z.ZodLiteral<"Transactional">;
|
|
1427
1427
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -1434,13 +1434,13 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
1434
1434
|
__kind: "LimitReached" | "NoLayer";
|
|
1435
1435
|
}>;
|
|
1436
1436
|
}, "strip", z.ZodTypeAny, {
|
|
1437
|
-
value: "LimitReached" | "NoLayer";
|
|
1438
1437
|
__kind: "Transactional";
|
|
1438
|
+
value: "LimitReached" | "NoLayer";
|
|
1439
1439
|
}, {
|
|
1440
|
+
__kind: "Transactional";
|
|
1440
1441
|
value: {
|
|
1441
1442
|
__kind: "LimitReached" | "NoLayer";
|
|
1442
1443
|
};
|
|
1443
|
-
__kind: "Transactional";
|
|
1444
1444
|
}>, z.ZodObject<{
|
|
1445
1445
|
__kind: z.ZodLiteral<"Exhausted">;
|
|
1446
1446
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1467,6 +1467,7 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
1467
1467
|
__kind: "RootNotAllowed";
|
|
1468
1468
|
}>]>;
|
|
1469
1469
|
}, "strip", z.ZodTypeAny, {
|
|
1470
|
+
__kind: "DepositWitnessRejected";
|
|
1470
1471
|
value: {
|
|
1471
1472
|
__kind: "Other";
|
|
1472
1473
|
} | {
|
|
@@ -1474,11 +1475,11 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
1474
1475
|
} | {
|
|
1475
1476
|
__kind: "BadOrigin";
|
|
1476
1477
|
} | {
|
|
1478
|
+
__kind: "Module";
|
|
1477
1479
|
value: {
|
|
1478
1480
|
index: number;
|
|
1479
1481
|
error: `0x${string}`;
|
|
1480
1482
|
};
|
|
1481
|
-
__kind: "Module";
|
|
1482
1483
|
} | {
|
|
1483
1484
|
__kind: "ConsumerRemaining";
|
|
1484
1485
|
} | {
|
|
@@ -1486,14 +1487,14 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
1486
1487
|
} | {
|
|
1487
1488
|
__kind: "TooManyConsumers";
|
|
1488
1489
|
} | {
|
|
1489
|
-
value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1490
1490
|
__kind: "Token";
|
|
1491
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1491
1492
|
} | {
|
|
1492
|
-
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1493
1493
|
__kind: "Arithmetic";
|
|
1494
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1494
1495
|
} | {
|
|
1495
|
-
value: "LimitReached" | "NoLayer";
|
|
1496
1496
|
__kind: "Transactional";
|
|
1497
|
+
value: "LimitReached" | "NoLayer";
|
|
1497
1498
|
} | {
|
|
1498
1499
|
__kind: "Exhausted";
|
|
1499
1500
|
} | {
|
|
@@ -1503,8 +1504,8 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
1503
1504
|
} | {
|
|
1504
1505
|
__kind: "RootNotAllowed";
|
|
1505
1506
|
};
|
|
1506
|
-
__kind: "DepositWitnessRejected";
|
|
1507
1507
|
}, {
|
|
1508
|
+
__kind: "DepositWitnessRejected";
|
|
1508
1509
|
value: {
|
|
1509
1510
|
__kind: "Other";
|
|
1510
1511
|
} | {
|
|
@@ -1512,11 +1513,11 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
1512
1513
|
} | {
|
|
1513
1514
|
__kind: "BadOrigin";
|
|
1514
1515
|
} | {
|
|
1516
|
+
__kind: "Module";
|
|
1515
1517
|
value: {
|
|
1516
1518
|
index: number;
|
|
1517
1519
|
error: string;
|
|
1518
1520
|
};
|
|
1519
|
-
__kind: "Module";
|
|
1520
1521
|
} | {
|
|
1521
1522
|
__kind: "ConsumerRemaining";
|
|
1522
1523
|
} | {
|
|
@@ -1524,20 +1525,20 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
1524
1525
|
} | {
|
|
1525
1526
|
__kind: "TooManyConsumers";
|
|
1526
1527
|
} | {
|
|
1528
|
+
__kind: "Token";
|
|
1527
1529
|
value: {
|
|
1528
|
-
__kind: "
|
|
1530
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1529
1531
|
};
|
|
1530
|
-
__kind: "Token";
|
|
1531
1532
|
} | {
|
|
1533
|
+
__kind: "Arithmetic";
|
|
1532
1534
|
value: {
|
|
1533
1535
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1534
1536
|
};
|
|
1535
|
-
__kind: "Arithmetic";
|
|
1536
1537
|
} | {
|
|
1538
|
+
__kind: "Transactional";
|
|
1537
1539
|
value: {
|
|
1538
1540
|
__kind: "LimitReached" | "NoLayer";
|
|
1539
1541
|
};
|
|
1540
|
-
__kind: "Transactional";
|
|
1541
1542
|
} | {
|
|
1542
1543
|
__kind: "Exhausted";
|
|
1543
1544
|
} | {
|
|
@@ -1547,7 +1548,6 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
1547
1548
|
} | {
|
|
1548
1549
|
__kind: "RootNotAllowed";
|
|
1549
1550
|
};
|
|
1550
|
-
__kind: "DepositWitnessRejected";
|
|
1551
1551
|
}>]>;
|
|
1552
1552
|
details: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
1553
1553
|
__kind: z.ZodLiteral<"DepositFailedDepositChannelVariantSolana">;
|
|
@@ -1608,21 +1608,21 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
1608
1608
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
1609
1609
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
1610
1610
|
}, "strip", z.ZodTypeAny, {
|
|
1611
|
-
__kind: "
|
|
1611
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
1612
1612
|
}, {
|
|
1613
|
-
__kind: "
|
|
1614
|
-
}>, "
|
|
1615
|
-
__kind: "
|
|
1613
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
1614
|
+
}>, "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
1615
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
1616
1616
|
}>;
|
|
1617
1617
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
1618
1618
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
1619
1619
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1620
1620
|
}, "strip", z.ZodTypeAny, {
|
|
1621
|
-
value: `0x${string}`;
|
|
1622
1621
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1622
|
+
value: `0x${string}`;
|
|
1623
1623
|
}, {
|
|
1624
|
-
value: string;
|
|
1625
1624
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1625
|
+
value: string;
|
|
1626
1626
|
}>, {
|
|
1627
1627
|
readonly chain: "Ethereum";
|
|
1628
1628
|
readonly address: `0x${string}`;
|
|
@@ -1642,8 +1642,8 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
1642
1642
|
readonly chain: "Assethub";
|
|
1643
1643
|
readonly address: string;
|
|
1644
1644
|
}, {
|
|
1645
|
-
value: string;
|
|
1646
1645
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1646
|
+
value: string;
|
|
1647
1647
|
}>;
|
|
1648
1648
|
depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1649
1649
|
channelMetadata: z.ZodObject<{
|
|
@@ -1672,67 +1672,67 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
1672
1672
|
__kind: z.ZodLiteral<"Eth">;
|
|
1673
1673
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1674
1674
|
}, "strip", z.ZodTypeAny, {
|
|
1675
|
-
value: `0x${string}`;
|
|
1676
1675
|
__kind: "Eth";
|
|
1676
|
+
value: `0x${string}`;
|
|
1677
1677
|
}, {
|
|
1678
|
-
value: string;
|
|
1679
1678
|
__kind: "Eth";
|
|
1679
|
+
value: string;
|
|
1680
1680
|
}>, z.ZodObject<{
|
|
1681
1681
|
__kind: z.ZodLiteral<"Dot">;
|
|
1682
1682
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1683
1683
|
}, "strip", z.ZodTypeAny, {
|
|
1684
|
-
value: `0x${string}`;
|
|
1685
1684
|
__kind: "Dot";
|
|
1685
|
+
value: `0x${string}`;
|
|
1686
1686
|
}, {
|
|
1687
|
-
value: string;
|
|
1688
1687
|
__kind: "Dot";
|
|
1688
|
+
value: string;
|
|
1689
1689
|
}>, z.ZodObject<{
|
|
1690
1690
|
__kind: z.ZodLiteral<"Btc">;
|
|
1691
1691
|
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
1692
1692
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
1693
1693
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1694
1694
|
}, "strip", z.ZodTypeAny, {
|
|
1695
|
-
value: `0x${string}`;
|
|
1696
1695
|
__kind: "P2PKH";
|
|
1696
|
+
value: `0x${string}`;
|
|
1697
1697
|
}, {
|
|
1698
|
-
value: string;
|
|
1699
1698
|
__kind: "P2PKH";
|
|
1699
|
+
value: string;
|
|
1700
1700
|
}>, z.ZodObject<{
|
|
1701
1701
|
__kind: z.ZodLiteral<"P2SH">;
|
|
1702
1702
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1703
1703
|
}, "strip", z.ZodTypeAny, {
|
|
1704
|
-
value: `0x${string}`;
|
|
1705
1704
|
__kind: "P2SH";
|
|
1705
|
+
value: `0x${string}`;
|
|
1706
1706
|
}, {
|
|
1707
|
-
value: string;
|
|
1708
1707
|
__kind: "P2SH";
|
|
1708
|
+
value: string;
|
|
1709
1709
|
}>, z.ZodObject<{
|
|
1710
1710
|
__kind: z.ZodLiteral<"P2WPKH">;
|
|
1711
1711
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1712
1712
|
}, "strip", z.ZodTypeAny, {
|
|
1713
|
-
value: `0x${string}`;
|
|
1714
1713
|
__kind: "P2WPKH";
|
|
1714
|
+
value: `0x${string}`;
|
|
1715
1715
|
}, {
|
|
1716
|
-
value: string;
|
|
1717
1716
|
__kind: "P2WPKH";
|
|
1717
|
+
value: string;
|
|
1718
1718
|
}>, z.ZodObject<{
|
|
1719
1719
|
__kind: z.ZodLiteral<"P2WSH">;
|
|
1720
1720
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1721
1721
|
}, "strip", z.ZodTypeAny, {
|
|
1722
|
-
value: `0x${string}`;
|
|
1723
1722
|
__kind: "P2WSH";
|
|
1723
|
+
value: `0x${string}`;
|
|
1724
1724
|
}, {
|
|
1725
|
-
value: string;
|
|
1726
1725
|
__kind: "P2WSH";
|
|
1726
|
+
value: string;
|
|
1727
1727
|
}>, z.ZodObject<{
|
|
1728
1728
|
__kind: z.ZodLiteral<"Taproot">;
|
|
1729
1729
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1730
1730
|
}, "strip", z.ZodTypeAny, {
|
|
1731
|
-
value: `0x${string}`;
|
|
1732
1731
|
__kind: "Taproot";
|
|
1732
|
+
value: `0x${string}`;
|
|
1733
1733
|
}, {
|
|
1734
|
-
value: string;
|
|
1735
1734
|
__kind: "Taproot";
|
|
1735
|
+
value: string;
|
|
1736
1736
|
}>, z.ZodObject<{
|
|
1737
1737
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
1738
1738
|
version: z.ZodNumber;
|
|
@@ -1747,76 +1747,76 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
1747
1747
|
program: string;
|
|
1748
1748
|
}>]>;
|
|
1749
1749
|
}, "strip", z.ZodTypeAny, {
|
|
1750
|
+
__kind: "Btc";
|
|
1750
1751
|
value: {
|
|
1751
|
-
value: `0x${string}`;
|
|
1752
1752
|
__kind: "P2PKH";
|
|
1753
|
-
} | {
|
|
1754
1753
|
value: `0x${string}`;
|
|
1755
|
-
__kind: "P2SH";
|
|
1756
1754
|
} | {
|
|
1755
|
+
__kind: "P2SH";
|
|
1757
1756
|
value: `0x${string}`;
|
|
1758
|
-
__kind: "P2WPKH";
|
|
1759
1757
|
} | {
|
|
1758
|
+
__kind: "P2WPKH";
|
|
1760
1759
|
value: `0x${string}`;
|
|
1761
|
-
__kind: "P2WSH";
|
|
1762
1760
|
} | {
|
|
1761
|
+
__kind: "P2WSH";
|
|
1763
1762
|
value: `0x${string}`;
|
|
1763
|
+
} | {
|
|
1764
1764
|
__kind: "Taproot";
|
|
1765
|
+
value: `0x${string}`;
|
|
1765
1766
|
} | {
|
|
1766
1767
|
__kind: "OtherSegwit";
|
|
1767
1768
|
version: number;
|
|
1768
1769
|
program: `0x${string}`;
|
|
1769
1770
|
};
|
|
1770
|
-
__kind: "Btc";
|
|
1771
1771
|
}, {
|
|
1772
|
+
__kind: "Btc";
|
|
1772
1773
|
value: {
|
|
1773
|
-
value: string;
|
|
1774
1774
|
__kind: "P2PKH";
|
|
1775
|
-
} | {
|
|
1776
1775
|
value: string;
|
|
1777
|
-
__kind: "P2SH";
|
|
1778
1776
|
} | {
|
|
1777
|
+
__kind: "P2SH";
|
|
1779
1778
|
value: string;
|
|
1780
|
-
__kind: "P2WPKH";
|
|
1781
1779
|
} | {
|
|
1780
|
+
__kind: "P2WPKH";
|
|
1782
1781
|
value: string;
|
|
1783
|
-
__kind: "P2WSH";
|
|
1784
1782
|
} | {
|
|
1783
|
+
__kind: "P2WSH";
|
|
1785
1784
|
value: string;
|
|
1785
|
+
} | {
|
|
1786
1786
|
__kind: "Taproot";
|
|
1787
|
+
value: string;
|
|
1787
1788
|
} | {
|
|
1788
1789
|
__kind: "OtherSegwit";
|
|
1789
1790
|
version: number;
|
|
1790
1791
|
program: string;
|
|
1791
1792
|
};
|
|
1792
|
-
__kind: "Btc";
|
|
1793
1793
|
}>, z.ZodObject<{
|
|
1794
1794
|
__kind: z.ZodLiteral<"Arb">;
|
|
1795
1795
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1796
1796
|
}, "strip", z.ZodTypeAny, {
|
|
1797
|
-
value: `0x${string}`;
|
|
1798
1797
|
__kind: "Arb";
|
|
1798
|
+
value: `0x${string}`;
|
|
1799
1799
|
}, {
|
|
1800
|
-
value: string;
|
|
1801
1800
|
__kind: "Arb";
|
|
1801
|
+
value: string;
|
|
1802
1802
|
}>, z.ZodObject<{
|
|
1803
1803
|
__kind: z.ZodLiteral<"Sol">;
|
|
1804
1804
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1805
1805
|
}, "strip", z.ZodTypeAny, {
|
|
1806
|
-
value: `0x${string}`;
|
|
1807
1806
|
__kind: "Sol";
|
|
1807
|
+
value: `0x${string}`;
|
|
1808
1808
|
}, {
|
|
1809
|
-
value: string;
|
|
1810
1809
|
__kind: "Sol";
|
|
1810
|
+
value: string;
|
|
1811
1811
|
}>, z.ZodObject<{
|
|
1812
1812
|
__kind: z.ZodLiteral<"Hub">;
|
|
1813
1813
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1814
1814
|
}, "strip", z.ZodTypeAny, {
|
|
1815
|
-
value: `0x${string}`;
|
|
1816
1815
|
__kind: "Hub";
|
|
1816
|
+
value: `0x${string}`;
|
|
1817
1817
|
}, {
|
|
1818
|
-
value: string;
|
|
1819
1818
|
__kind: "Hub";
|
|
1819
|
+
value: string;
|
|
1820
1820
|
}>]>>>;
|
|
1821
1821
|
}, "strip", z.ZodTypeAny, {
|
|
1822
1822
|
channelMetadata: {
|
|
@@ -1826,42 +1826,42 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
1826
1826
|
};
|
|
1827
1827
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
1828
1828
|
sourceAddress?: {
|
|
1829
|
-
value: `0x${string}`;
|
|
1830
1829
|
__kind: "Eth";
|
|
1831
|
-
} | {
|
|
1832
1830
|
value: `0x${string}`;
|
|
1831
|
+
} | {
|
|
1833
1832
|
__kind: "Dot";
|
|
1833
|
+
value: `0x${string}`;
|
|
1834
1834
|
} | {
|
|
1835
|
+
__kind: "Btc";
|
|
1835
1836
|
value: {
|
|
1836
|
-
value: `0x${string}`;
|
|
1837
1837
|
__kind: "P2PKH";
|
|
1838
|
-
} | {
|
|
1839
1838
|
value: `0x${string}`;
|
|
1840
|
-
__kind: "P2SH";
|
|
1841
1839
|
} | {
|
|
1840
|
+
__kind: "P2SH";
|
|
1842
1841
|
value: `0x${string}`;
|
|
1843
|
-
__kind: "P2WPKH";
|
|
1844
1842
|
} | {
|
|
1843
|
+
__kind: "P2WPKH";
|
|
1845
1844
|
value: `0x${string}`;
|
|
1846
|
-
__kind: "P2WSH";
|
|
1847
1845
|
} | {
|
|
1846
|
+
__kind: "P2WSH";
|
|
1848
1847
|
value: `0x${string}`;
|
|
1848
|
+
} | {
|
|
1849
1849
|
__kind: "Taproot";
|
|
1850
|
+
value: `0x${string}`;
|
|
1850
1851
|
} | {
|
|
1851
1852
|
__kind: "OtherSegwit";
|
|
1852
1853
|
version: number;
|
|
1853
1854
|
program: `0x${string}`;
|
|
1854
1855
|
};
|
|
1855
|
-
__kind: "Btc";
|
|
1856
1856
|
} | {
|
|
1857
|
-
value: `0x${string}`;
|
|
1858
1857
|
__kind: "Arb";
|
|
1859
|
-
} | {
|
|
1860
1858
|
value: `0x${string}`;
|
|
1861
|
-
__kind: "Sol";
|
|
1862
1859
|
} | {
|
|
1860
|
+
__kind: "Sol";
|
|
1863
1861
|
value: `0x${string}`;
|
|
1862
|
+
} | {
|
|
1864
1863
|
__kind: "Hub";
|
|
1864
|
+
value: `0x${string}`;
|
|
1865
1865
|
} | null | undefined;
|
|
1866
1866
|
}, {
|
|
1867
1867
|
channelMetadata: {
|
|
@@ -1873,42 +1873,42 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
1873
1873
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
1874
1874
|
};
|
|
1875
1875
|
sourceAddress?: {
|
|
1876
|
-
value: string;
|
|
1877
1876
|
__kind: "Eth";
|
|
1878
|
-
} | {
|
|
1879
1877
|
value: string;
|
|
1878
|
+
} | {
|
|
1880
1879
|
__kind: "Dot";
|
|
1880
|
+
value: string;
|
|
1881
1881
|
} | {
|
|
1882
|
+
__kind: "Btc";
|
|
1882
1883
|
value: {
|
|
1883
|
-
value: string;
|
|
1884
1884
|
__kind: "P2PKH";
|
|
1885
|
-
} | {
|
|
1886
1885
|
value: string;
|
|
1887
|
-
__kind: "P2SH";
|
|
1888
1886
|
} | {
|
|
1887
|
+
__kind: "P2SH";
|
|
1889
1888
|
value: string;
|
|
1890
|
-
__kind: "P2WPKH";
|
|
1891
1889
|
} | {
|
|
1890
|
+
__kind: "P2WPKH";
|
|
1892
1891
|
value: string;
|
|
1893
|
-
__kind: "P2WSH";
|
|
1894
1892
|
} | {
|
|
1893
|
+
__kind: "P2WSH";
|
|
1895
1894
|
value: string;
|
|
1895
|
+
} | {
|
|
1896
1896
|
__kind: "Taproot";
|
|
1897
|
+
value: string;
|
|
1897
1898
|
} | {
|
|
1898
1899
|
__kind: "OtherSegwit";
|
|
1899
1900
|
version: number;
|
|
1900
1901
|
program: string;
|
|
1901
1902
|
};
|
|
1902
|
-
__kind: "Btc";
|
|
1903
1903
|
} | {
|
|
1904
|
-
value: string;
|
|
1905
1904
|
__kind: "Arb";
|
|
1906
|
-
} | {
|
|
1907
1905
|
value: string;
|
|
1908
|
-
__kind: "Sol";
|
|
1909
1906
|
} | {
|
|
1907
|
+
__kind: "Sol";
|
|
1910
1908
|
value: string;
|
|
1909
|
+
} | {
|
|
1911
1910
|
__kind: "Hub";
|
|
1911
|
+
value: string;
|
|
1912
1912
|
} | null | undefined;
|
|
1913
1913
|
}>>>;
|
|
1914
1914
|
txId: z.ZodTuple<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>], null>;
|
|
@@ -1938,12 +1938,12 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
1938
1938
|
minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
1939
1939
|
}, "strip", z.ZodTypeAny, {
|
|
1940
1940
|
retryDuration: number;
|
|
1941
|
-
minPrice: bigint;
|
|
1942
1941
|
refundAddress: `0x${string}`;
|
|
1942
|
+
minPrice: bigint;
|
|
1943
1943
|
}, {
|
|
1944
1944
|
retryDuration: number;
|
|
1945
|
-
minPrice: string | number;
|
|
1946
1945
|
refundAddress: string;
|
|
1946
|
+
minPrice: string | number;
|
|
1947
1947
|
}>;
|
|
1948
1948
|
dcaParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1949
1949
|
numberOfChunks: z.ZodNumber;
|
|
@@ -1957,10 +1957,9 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
1957
1957
|
}>>>;
|
|
1958
1958
|
boostFee: z.ZodNumber;
|
|
1959
1959
|
}, "strip", z.ZodTypeAny, {
|
|
1960
|
-
txId: [`0x${string}`, bigint];
|
|
1961
1960
|
inputAsset: "Sol" | "SolUsdc";
|
|
1962
1961
|
depositAmount: bigint;
|
|
1963
|
-
outputAsset: "
|
|
1962
|
+
outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
1964
1963
|
destinationAddress: {
|
|
1965
1964
|
readonly chain: "Ethereum";
|
|
1966
1965
|
readonly address: `0x${string}`;
|
|
@@ -1980,14 +1979,15 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
1980
1979
|
readonly chain: "Assethub";
|
|
1981
1980
|
readonly address: string;
|
|
1982
1981
|
};
|
|
1982
|
+
txId: [`0x${string}`, bigint];
|
|
1983
1983
|
affiliateFees: {
|
|
1984
1984
|
account: number;
|
|
1985
1985
|
bps: number;
|
|
1986
1986
|
}[];
|
|
1987
1987
|
refundParams: {
|
|
1988
1988
|
retryDuration: number;
|
|
1989
|
-
minPrice: bigint;
|
|
1990
1989
|
refundAddress: `0x${string}`;
|
|
1990
|
+
minPrice: bigint;
|
|
1991
1991
|
};
|
|
1992
1992
|
boostFee: number;
|
|
1993
1993
|
depositAddress?: `0x${string}` | null | undefined;
|
|
@@ -2000,42 +2000,42 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
2000
2000
|
};
|
|
2001
2001
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2002
2002
|
sourceAddress?: {
|
|
2003
|
-
value: `0x${string}`;
|
|
2004
2003
|
__kind: "Eth";
|
|
2005
|
-
} | {
|
|
2006
2004
|
value: `0x${string}`;
|
|
2005
|
+
} | {
|
|
2007
2006
|
__kind: "Dot";
|
|
2007
|
+
value: `0x${string}`;
|
|
2008
2008
|
} | {
|
|
2009
|
+
__kind: "Btc";
|
|
2009
2010
|
value: {
|
|
2010
|
-
value: `0x${string}`;
|
|
2011
2011
|
__kind: "P2PKH";
|
|
2012
|
-
} | {
|
|
2013
2012
|
value: `0x${string}`;
|
|
2014
|
-
__kind: "P2SH";
|
|
2015
2013
|
} | {
|
|
2014
|
+
__kind: "P2SH";
|
|
2016
2015
|
value: `0x${string}`;
|
|
2017
|
-
__kind: "P2WPKH";
|
|
2018
2016
|
} | {
|
|
2017
|
+
__kind: "P2WPKH";
|
|
2019
2018
|
value: `0x${string}`;
|
|
2020
|
-
__kind: "P2WSH";
|
|
2021
2019
|
} | {
|
|
2020
|
+
__kind: "P2WSH";
|
|
2022
2021
|
value: `0x${string}`;
|
|
2022
|
+
} | {
|
|
2023
2023
|
__kind: "Taproot";
|
|
2024
|
+
value: `0x${string}`;
|
|
2024
2025
|
} | {
|
|
2025
2026
|
__kind: "OtherSegwit";
|
|
2026
2027
|
version: number;
|
|
2027
2028
|
program: `0x${string}`;
|
|
2028
2029
|
};
|
|
2029
|
-
__kind: "Btc";
|
|
2030
2030
|
} | {
|
|
2031
|
-
value: `0x${string}`;
|
|
2032
2031
|
__kind: "Arb";
|
|
2033
|
-
} | {
|
|
2034
2032
|
value: `0x${string}`;
|
|
2035
|
-
__kind: "Sol";
|
|
2036
2033
|
} | {
|
|
2034
|
+
__kind: "Sol";
|
|
2037
2035
|
value: `0x${string}`;
|
|
2036
|
+
} | {
|
|
2038
2037
|
__kind: "Hub";
|
|
2038
|
+
value: `0x${string}`;
|
|
2039
2039
|
} | null | undefined;
|
|
2040
2040
|
} | null | undefined;
|
|
2041
2041
|
brokerFee?: {
|
|
@@ -2047,26 +2047,26 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
2047
2047
|
chunkInterval: number;
|
|
2048
2048
|
} | null | undefined;
|
|
2049
2049
|
}, {
|
|
2050
|
-
txId: [string, string | number];
|
|
2051
2050
|
inputAsset: {
|
|
2052
2051
|
__kind: "Sol" | "SolUsdc";
|
|
2053
2052
|
};
|
|
2054
2053
|
depositAmount: string | number;
|
|
2055
2054
|
outputAsset: {
|
|
2056
|
-
__kind: "
|
|
2055
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
2057
2056
|
};
|
|
2058
2057
|
destinationAddress: {
|
|
2059
|
-
value: string;
|
|
2060
2058
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2059
|
+
value: string;
|
|
2061
2060
|
};
|
|
2061
|
+
txId: [string, string | number];
|
|
2062
2062
|
affiliateFees: {
|
|
2063
2063
|
account: number;
|
|
2064
2064
|
bps: number;
|
|
2065
2065
|
}[];
|
|
2066
2066
|
refundParams: {
|
|
2067
2067
|
retryDuration: number;
|
|
2068
|
-
minPrice: string | number;
|
|
2069
2068
|
refundAddress: string;
|
|
2069
|
+
minPrice: string | number;
|
|
2070
2070
|
};
|
|
2071
2071
|
boostFee: number;
|
|
2072
2072
|
depositAddress?: string | null | undefined;
|
|
@@ -2081,42 +2081,42 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
2081
2081
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2082
2082
|
};
|
|
2083
2083
|
sourceAddress?: {
|
|
2084
|
-
value: string;
|
|
2085
2084
|
__kind: "Eth";
|
|
2086
|
-
} | {
|
|
2087
2085
|
value: string;
|
|
2086
|
+
} | {
|
|
2088
2087
|
__kind: "Dot";
|
|
2088
|
+
value: string;
|
|
2089
2089
|
} | {
|
|
2090
|
+
__kind: "Btc";
|
|
2090
2091
|
value: {
|
|
2091
|
-
value: string;
|
|
2092
2092
|
__kind: "P2PKH";
|
|
2093
|
-
} | {
|
|
2094
2093
|
value: string;
|
|
2095
|
-
__kind: "P2SH";
|
|
2096
2094
|
} | {
|
|
2095
|
+
__kind: "P2SH";
|
|
2097
2096
|
value: string;
|
|
2098
|
-
__kind: "P2WPKH";
|
|
2099
2097
|
} | {
|
|
2098
|
+
__kind: "P2WPKH";
|
|
2100
2099
|
value: string;
|
|
2101
|
-
__kind: "P2WSH";
|
|
2102
2100
|
} | {
|
|
2101
|
+
__kind: "P2WSH";
|
|
2103
2102
|
value: string;
|
|
2103
|
+
} | {
|
|
2104
2104
|
__kind: "Taproot";
|
|
2105
|
+
value: string;
|
|
2105
2106
|
} | {
|
|
2106
2107
|
__kind: "OtherSegwit";
|
|
2107
2108
|
version: number;
|
|
2108
2109
|
program: string;
|
|
2109
2110
|
};
|
|
2110
|
-
__kind: "Btc";
|
|
2111
2111
|
} | {
|
|
2112
|
-
value: string;
|
|
2113
2112
|
__kind: "Arb";
|
|
2114
|
-
} | {
|
|
2115
2113
|
value: string;
|
|
2116
|
-
__kind: "Sol";
|
|
2117
2114
|
} | {
|
|
2115
|
+
__kind: "Sol";
|
|
2118
2116
|
value: string;
|
|
2117
|
+
} | {
|
|
2119
2118
|
__kind: "Hub";
|
|
2119
|
+
value: string;
|
|
2120
2120
|
} | null | undefined;
|
|
2121
2121
|
} | null | undefined;
|
|
2122
2122
|
brokerFee?: {
|
|
@@ -2131,10 +2131,9 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
2131
2131
|
}, "strip", z.ZodTypeAny, {
|
|
2132
2132
|
__kind: "DepositFailedVaultVariantSolana";
|
|
2133
2133
|
vaultWitness: {
|
|
2134
|
-
txId: [`0x${string}`, bigint];
|
|
2135
2134
|
inputAsset: "Sol" | "SolUsdc";
|
|
2136
2135
|
depositAmount: bigint;
|
|
2137
|
-
outputAsset: "
|
|
2136
|
+
outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
2138
2137
|
destinationAddress: {
|
|
2139
2138
|
readonly chain: "Ethereum";
|
|
2140
2139
|
readonly address: `0x${string}`;
|
|
@@ -2154,14 +2153,15 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
2154
2153
|
readonly chain: "Assethub";
|
|
2155
2154
|
readonly address: string;
|
|
2156
2155
|
};
|
|
2156
|
+
txId: [`0x${string}`, bigint];
|
|
2157
2157
|
affiliateFees: {
|
|
2158
2158
|
account: number;
|
|
2159
2159
|
bps: number;
|
|
2160
2160
|
}[];
|
|
2161
2161
|
refundParams: {
|
|
2162
2162
|
retryDuration: number;
|
|
2163
|
-
minPrice: bigint;
|
|
2164
2163
|
refundAddress: `0x${string}`;
|
|
2164
|
+
minPrice: bigint;
|
|
2165
2165
|
};
|
|
2166
2166
|
boostFee: number;
|
|
2167
2167
|
depositAddress?: `0x${string}` | null | undefined;
|
|
@@ -2174,42 +2174,42 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
2174
2174
|
};
|
|
2175
2175
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2176
2176
|
sourceAddress?: {
|
|
2177
|
-
value: `0x${string}`;
|
|
2178
2177
|
__kind: "Eth";
|
|
2179
|
-
} | {
|
|
2180
2178
|
value: `0x${string}`;
|
|
2179
|
+
} | {
|
|
2181
2180
|
__kind: "Dot";
|
|
2181
|
+
value: `0x${string}`;
|
|
2182
2182
|
} | {
|
|
2183
|
+
__kind: "Btc";
|
|
2183
2184
|
value: {
|
|
2184
|
-
value: `0x${string}`;
|
|
2185
2185
|
__kind: "P2PKH";
|
|
2186
|
-
} | {
|
|
2187
2186
|
value: `0x${string}`;
|
|
2188
|
-
__kind: "P2SH";
|
|
2189
2187
|
} | {
|
|
2188
|
+
__kind: "P2SH";
|
|
2190
2189
|
value: `0x${string}`;
|
|
2191
|
-
__kind: "P2WPKH";
|
|
2192
2190
|
} | {
|
|
2191
|
+
__kind: "P2WPKH";
|
|
2193
2192
|
value: `0x${string}`;
|
|
2194
|
-
__kind: "P2WSH";
|
|
2195
2193
|
} | {
|
|
2194
|
+
__kind: "P2WSH";
|
|
2196
2195
|
value: `0x${string}`;
|
|
2196
|
+
} | {
|
|
2197
2197
|
__kind: "Taproot";
|
|
2198
|
+
value: `0x${string}`;
|
|
2198
2199
|
} | {
|
|
2199
2200
|
__kind: "OtherSegwit";
|
|
2200
2201
|
version: number;
|
|
2201
2202
|
program: `0x${string}`;
|
|
2202
2203
|
};
|
|
2203
|
-
__kind: "Btc";
|
|
2204
2204
|
} | {
|
|
2205
|
-
value: `0x${string}`;
|
|
2206
2205
|
__kind: "Arb";
|
|
2207
|
-
} | {
|
|
2208
2206
|
value: `0x${string}`;
|
|
2209
|
-
__kind: "Sol";
|
|
2210
2207
|
} | {
|
|
2208
|
+
__kind: "Sol";
|
|
2211
2209
|
value: `0x${string}`;
|
|
2210
|
+
} | {
|
|
2212
2211
|
__kind: "Hub";
|
|
2212
|
+
value: `0x${string}`;
|
|
2213
2213
|
} | null | undefined;
|
|
2214
2214
|
} | null | undefined;
|
|
2215
2215
|
brokerFee?: {
|
|
@@ -2224,26 +2224,26 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
2224
2224
|
}, {
|
|
2225
2225
|
__kind: "DepositFailedVaultVariantSolana";
|
|
2226
2226
|
vaultWitness: {
|
|
2227
|
-
txId: [string, string | number];
|
|
2228
2227
|
inputAsset: {
|
|
2229
2228
|
__kind: "Sol" | "SolUsdc";
|
|
2230
2229
|
};
|
|
2231
2230
|
depositAmount: string | number;
|
|
2232
2231
|
outputAsset: {
|
|
2233
|
-
__kind: "
|
|
2232
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
2234
2233
|
};
|
|
2235
2234
|
destinationAddress: {
|
|
2236
|
-
value: string;
|
|
2237
2235
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2236
|
+
value: string;
|
|
2238
2237
|
};
|
|
2238
|
+
txId: [string, string | number];
|
|
2239
2239
|
affiliateFees: {
|
|
2240
2240
|
account: number;
|
|
2241
2241
|
bps: number;
|
|
2242
2242
|
}[];
|
|
2243
2243
|
refundParams: {
|
|
2244
2244
|
retryDuration: number;
|
|
2245
|
-
minPrice: string | number;
|
|
2246
2245
|
refundAddress: string;
|
|
2246
|
+
minPrice: string | number;
|
|
2247
2247
|
};
|
|
2248
2248
|
boostFee: number;
|
|
2249
2249
|
depositAddress?: string | null | undefined;
|
|
@@ -2258,42 +2258,42 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
2258
2258
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2259
2259
|
};
|
|
2260
2260
|
sourceAddress?: {
|
|
2261
|
-
value: string;
|
|
2262
2261
|
__kind: "Eth";
|
|
2263
|
-
} | {
|
|
2264
2262
|
value: string;
|
|
2263
|
+
} | {
|
|
2265
2264
|
__kind: "Dot";
|
|
2265
|
+
value: string;
|
|
2266
2266
|
} | {
|
|
2267
|
+
__kind: "Btc";
|
|
2267
2268
|
value: {
|
|
2268
|
-
value: string;
|
|
2269
2269
|
__kind: "P2PKH";
|
|
2270
|
-
} | {
|
|
2271
2270
|
value: string;
|
|
2272
|
-
__kind: "P2SH";
|
|
2273
2271
|
} | {
|
|
2272
|
+
__kind: "P2SH";
|
|
2274
2273
|
value: string;
|
|
2275
|
-
__kind: "P2WPKH";
|
|
2276
2274
|
} | {
|
|
2275
|
+
__kind: "P2WPKH";
|
|
2277
2276
|
value: string;
|
|
2278
|
-
__kind: "P2WSH";
|
|
2279
2277
|
} | {
|
|
2278
|
+
__kind: "P2WSH";
|
|
2280
2279
|
value: string;
|
|
2280
|
+
} | {
|
|
2281
2281
|
__kind: "Taproot";
|
|
2282
|
+
value: string;
|
|
2282
2283
|
} | {
|
|
2283
2284
|
__kind: "OtherSegwit";
|
|
2284
2285
|
version: number;
|
|
2285
2286
|
program: string;
|
|
2286
2287
|
};
|
|
2287
|
-
__kind: "Btc";
|
|
2288
2288
|
} | {
|
|
2289
|
-
value: string;
|
|
2290
2289
|
__kind: "Arb";
|
|
2291
|
-
} | {
|
|
2292
2290
|
value: string;
|
|
2293
|
-
__kind: "Sol";
|
|
2294
2291
|
} | {
|
|
2292
|
+
__kind: "Sol";
|
|
2295
2293
|
value: string;
|
|
2294
|
+
} | {
|
|
2296
2295
|
__kind: "Hub";
|
|
2296
|
+
value: string;
|
|
2297
2297
|
} | null | undefined;
|
|
2298
2298
|
} | null | undefined;
|
|
2299
2299
|
brokerFee?: {
|
|
@@ -2315,6 +2315,7 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
2315
2315
|
} | {
|
|
2316
2316
|
__kind: "TransactionRejectedByBroker";
|
|
2317
2317
|
} | {
|
|
2318
|
+
__kind: "DepositWitnessRejected";
|
|
2318
2319
|
value: {
|
|
2319
2320
|
__kind: "Other";
|
|
2320
2321
|
} | {
|
|
@@ -2322,11 +2323,11 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
2322
2323
|
} | {
|
|
2323
2324
|
__kind: "BadOrigin";
|
|
2324
2325
|
} | {
|
|
2326
|
+
__kind: "Module";
|
|
2325
2327
|
value: {
|
|
2326
2328
|
index: number;
|
|
2327
2329
|
error: `0x${string}`;
|
|
2328
2330
|
};
|
|
2329
|
-
__kind: "Module";
|
|
2330
2331
|
} | {
|
|
2331
2332
|
__kind: "ConsumerRemaining";
|
|
2332
2333
|
} | {
|
|
@@ -2334,14 +2335,14 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
2334
2335
|
} | {
|
|
2335
2336
|
__kind: "TooManyConsumers";
|
|
2336
2337
|
} | {
|
|
2337
|
-
value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
2338
2338
|
__kind: "Token";
|
|
2339
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
2339
2340
|
} | {
|
|
2340
|
-
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
2341
2341
|
__kind: "Arithmetic";
|
|
2342
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
2342
2343
|
} | {
|
|
2343
|
-
value: "LimitReached" | "NoLayer";
|
|
2344
2344
|
__kind: "Transactional";
|
|
2345
|
+
value: "LimitReached" | "NoLayer";
|
|
2345
2346
|
} | {
|
|
2346
2347
|
__kind: "Exhausted";
|
|
2347
2348
|
} | {
|
|
@@ -2351,7 +2352,6 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
2351
2352
|
} | {
|
|
2352
2353
|
__kind: "RootNotAllowed";
|
|
2353
2354
|
};
|
|
2354
|
-
__kind: "DepositWitnessRejected";
|
|
2355
2355
|
};
|
|
2356
2356
|
details: {
|
|
2357
2357
|
__kind: "DepositFailedDepositChannelVariantSolana";
|
|
@@ -2363,10 +2363,9 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
2363
2363
|
} | {
|
|
2364
2364
|
__kind: "DepositFailedVaultVariantSolana";
|
|
2365
2365
|
vaultWitness: {
|
|
2366
|
-
txId: [`0x${string}`, bigint];
|
|
2367
2366
|
inputAsset: "Sol" | "SolUsdc";
|
|
2368
2367
|
depositAmount: bigint;
|
|
2369
|
-
outputAsset: "
|
|
2368
|
+
outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
2370
2369
|
destinationAddress: {
|
|
2371
2370
|
readonly chain: "Ethereum";
|
|
2372
2371
|
readonly address: `0x${string}`;
|
|
@@ -2386,14 +2385,15 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
2386
2385
|
readonly chain: "Assethub";
|
|
2387
2386
|
readonly address: string;
|
|
2388
2387
|
};
|
|
2388
|
+
txId: [`0x${string}`, bigint];
|
|
2389
2389
|
affiliateFees: {
|
|
2390
2390
|
account: number;
|
|
2391
2391
|
bps: number;
|
|
2392
2392
|
}[];
|
|
2393
2393
|
refundParams: {
|
|
2394
2394
|
retryDuration: number;
|
|
2395
|
-
minPrice: bigint;
|
|
2396
2395
|
refundAddress: `0x${string}`;
|
|
2396
|
+
minPrice: bigint;
|
|
2397
2397
|
};
|
|
2398
2398
|
boostFee: number;
|
|
2399
2399
|
depositAddress?: `0x${string}` | null | undefined;
|
|
@@ -2406,42 +2406,42 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
2406
2406
|
};
|
|
2407
2407
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2408
2408
|
sourceAddress?: {
|
|
2409
|
-
value: `0x${string}`;
|
|
2410
2409
|
__kind: "Eth";
|
|
2411
|
-
} | {
|
|
2412
2410
|
value: `0x${string}`;
|
|
2411
|
+
} | {
|
|
2413
2412
|
__kind: "Dot";
|
|
2413
|
+
value: `0x${string}`;
|
|
2414
2414
|
} | {
|
|
2415
|
+
__kind: "Btc";
|
|
2415
2416
|
value: {
|
|
2416
|
-
value: `0x${string}`;
|
|
2417
2417
|
__kind: "P2PKH";
|
|
2418
|
-
} | {
|
|
2419
2418
|
value: `0x${string}`;
|
|
2420
|
-
__kind: "P2SH";
|
|
2421
2419
|
} | {
|
|
2420
|
+
__kind: "P2SH";
|
|
2422
2421
|
value: `0x${string}`;
|
|
2423
|
-
__kind: "P2WPKH";
|
|
2424
2422
|
} | {
|
|
2423
|
+
__kind: "P2WPKH";
|
|
2425
2424
|
value: `0x${string}`;
|
|
2426
|
-
__kind: "P2WSH";
|
|
2427
2425
|
} | {
|
|
2426
|
+
__kind: "P2WSH";
|
|
2428
2427
|
value: `0x${string}`;
|
|
2428
|
+
} | {
|
|
2429
2429
|
__kind: "Taproot";
|
|
2430
|
+
value: `0x${string}`;
|
|
2430
2431
|
} | {
|
|
2431
2432
|
__kind: "OtherSegwit";
|
|
2432
2433
|
version: number;
|
|
2433
2434
|
program: `0x${string}`;
|
|
2434
2435
|
};
|
|
2435
|
-
__kind: "Btc";
|
|
2436
2436
|
} | {
|
|
2437
|
-
value: `0x${string}`;
|
|
2438
2437
|
__kind: "Arb";
|
|
2439
|
-
} | {
|
|
2440
2438
|
value: `0x${string}`;
|
|
2441
|
-
__kind: "Sol";
|
|
2442
2439
|
} | {
|
|
2440
|
+
__kind: "Sol";
|
|
2443
2441
|
value: `0x${string}`;
|
|
2442
|
+
} | {
|
|
2444
2443
|
__kind: "Hub";
|
|
2444
|
+
value: `0x${string}`;
|
|
2445
2445
|
} | null | undefined;
|
|
2446
2446
|
} | null | undefined;
|
|
2447
2447
|
brokerFee?: {
|
|
@@ -2463,6 +2463,7 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
2463
2463
|
} | {
|
|
2464
2464
|
__kind: "TransactionRejectedByBroker";
|
|
2465
2465
|
} | {
|
|
2466
|
+
__kind: "DepositWitnessRejected";
|
|
2466
2467
|
value: {
|
|
2467
2468
|
__kind: "Other";
|
|
2468
2469
|
} | {
|
|
@@ -2470,11 +2471,11 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
2470
2471
|
} | {
|
|
2471
2472
|
__kind: "BadOrigin";
|
|
2472
2473
|
} | {
|
|
2474
|
+
__kind: "Module";
|
|
2473
2475
|
value: {
|
|
2474
2476
|
index: number;
|
|
2475
2477
|
error: string;
|
|
2476
2478
|
};
|
|
2477
|
-
__kind: "Module";
|
|
2478
2479
|
} | {
|
|
2479
2480
|
__kind: "ConsumerRemaining";
|
|
2480
2481
|
} | {
|
|
@@ -2482,20 +2483,20 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
2482
2483
|
} | {
|
|
2483
2484
|
__kind: "TooManyConsumers";
|
|
2484
2485
|
} | {
|
|
2486
|
+
__kind: "Token";
|
|
2485
2487
|
value: {
|
|
2486
|
-
__kind: "
|
|
2488
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
2487
2489
|
};
|
|
2488
|
-
__kind: "Token";
|
|
2489
2490
|
} | {
|
|
2491
|
+
__kind: "Arithmetic";
|
|
2490
2492
|
value: {
|
|
2491
2493
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
2492
2494
|
};
|
|
2493
|
-
__kind: "Arithmetic";
|
|
2494
2495
|
} | {
|
|
2496
|
+
__kind: "Transactional";
|
|
2495
2497
|
value: {
|
|
2496
2498
|
__kind: "LimitReached" | "NoLayer";
|
|
2497
2499
|
};
|
|
2498
|
-
__kind: "Transactional";
|
|
2499
2500
|
} | {
|
|
2500
2501
|
__kind: "Exhausted";
|
|
2501
2502
|
} | {
|
|
@@ -2505,7 +2506,6 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
2505
2506
|
} | {
|
|
2506
2507
|
__kind: "RootNotAllowed";
|
|
2507
2508
|
};
|
|
2508
|
-
__kind: "DepositWitnessRejected";
|
|
2509
2509
|
};
|
|
2510
2510
|
details: {
|
|
2511
2511
|
__kind: "DepositFailedDepositChannelVariantSolana";
|
|
@@ -2519,26 +2519,26 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
2519
2519
|
} | {
|
|
2520
2520
|
__kind: "DepositFailedVaultVariantSolana";
|
|
2521
2521
|
vaultWitness: {
|
|
2522
|
-
txId: [string, string | number];
|
|
2523
2522
|
inputAsset: {
|
|
2524
2523
|
__kind: "Sol" | "SolUsdc";
|
|
2525
2524
|
};
|
|
2526
2525
|
depositAmount: string | number;
|
|
2527
2526
|
outputAsset: {
|
|
2528
|
-
__kind: "
|
|
2527
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
2529
2528
|
};
|
|
2530
2529
|
destinationAddress: {
|
|
2531
|
-
value: string;
|
|
2532
2530
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2531
|
+
value: string;
|
|
2533
2532
|
};
|
|
2533
|
+
txId: [string, string | number];
|
|
2534
2534
|
affiliateFees: {
|
|
2535
2535
|
account: number;
|
|
2536
2536
|
bps: number;
|
|
2537
2537
|
}[];
|
|
2538
2538
|
refundParams: {
|
|
2539
2539
|
retryDuration: number;
|
|
2540
|
-
minPrice: string | number;
|
|
2541
2540
|
refundAddress: string;
|
|
2541
|
+
minPrice: string | number;
|
|
2542
2542
|
};
|
|
2543
2543
|
boostFee: number;
|
|
2544
2544
|
depositAddress?: string | null | undefined;
|
|
@@ -2553,42 +2553,42 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
2553
2553
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2554
2554
|
};
|
|
2555
2555
|
sourceAddress?: {
|
|
2556
|
-
value: string;
|
|
2557
2556
|
__kind: "Eth";
|
|
2558
|
-
} | {
|
|
2559
2557
|
value: string;
|
|
2558
|
+
} | {
|
|
2560
2559
|
__kind: "Dot";
|
|
2560
|
+
value: string;
|
|
2561
2561
|
} | {
|
|
2562
|
+
__kind: "Btc";
|
|
2562
2563
|
value: {
|
|
2563
|
-
value: string;
|
|
2564
2564
|
__kind: "P2PKH";
|
|
2565
|
-
} | {
|
|
2566
2565
|
value: string;
|
|
2567
|
-
__kind: "P2SH";
|
|
2568
2566
|
} | {
|
|
2567
|
+
__kind: "P2SH";
|
|
2569
2568
|
value: string;
|
|
2570
|
-
__kind: "P2WPKH";
|
|
2571
2569
|
} | {
|
|
2570
|
+
__kind: "P2WPKH";
|
|
2572
2571
|
value: string;
|
|
2573
|
-
__kind: "P2WSH";
|
|
2574
2572
|
} | {
|
|
2573
|
+
__kind: "P2WSH";
|
|
2575
2574
|
value: string;
|
|
2575
|
+
} | {
|
|
2576
2576
|
__kind: "Taproot";
|
|
2577
|
+
value: string;
|
|
2577
2578
|
} | {
|
|
2578
2579
|
__kind: "OtherSegwit";
|
|
2579
2580
|
version: number;
|
|
2580
2581
|
program: string;
|
|
2581
2582
|
};
|
|
2582
|
-
__kind: "Btc";
|
|
2583
2583
|
} | {
|
|
2584
|
-
value: string;
|
|
2585
2584
|
__kind: "Arb";
|
|
2586
|
-
} | {
|
|
2587
2585
|
value: string;
|
|
2588
|
-
__kind: "Sol";
|
|
2589
2586
|
} | {
|
|
2587
|
+
__kind: "Sol";
|
|
2590
2588
|
value: string;
|
|
2589
|
+
} | {
|
|
2591
2590
|
__kind: "Hub";
|
|
2591
|
+
value: string;
|
|
2592
2592
|
} | null | undefined;
|
|
2593
2593
|
} | null | undefined;
|
|
2594
2594
|
brokerFee?: {
|