@chainflip/processor 2.2.0-alpha.7 → 2.2.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/100/bitcoinBroadcaster/broadcastCallbackExecuted.d.cts +56 -56
- package/dist/100/bitcoinBroadcaster/broadcastCallbackExecuted.d.mts +56 -56
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.d.cts +40 -40
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.d.mts +40 -40
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.d.cts +40 -40
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.d.mts +40 -40
- package/dist/100/bitcoinIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/100/bitcoinIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.cts +40 -40
- package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.mts +40 -40
- package/dist/100/bitcoinIngressEgress/depositIgnored.d.cts +48 -48
- package/dist/100/bitcoinIngressEgress/depositIgnored.d.mts +48 -48
- package/dist/100/bitcoinIngressEgress/depositReceived.d.cts +48 -48
- package/dist/100/bitcoinIngressEgress/depositReceived.d.mts +48 -48
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.cts +108 -108
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.mts +108 -108
- package/dist/100/bitcoinIngressEgress/egressScheduled.d.cts +40 -40
- package/dist/100/bitcoinIngressEgress/egressScheduled.d.mts +40 -40
- package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.cts +40 -40
- package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.mts +40 -40
- package/dist/100/bitcoinThresholdSigner/currentKeyUnavailable.d.cts +4 -4
- package/dist/100/bitcoinThresholdSigner/currentKeyUnavailable.d.mts +4 -4
- package/dist/100/bitcoinThresholdSigner/failureReportProcessed.d.cts +4 -4
- package/dist/100/bitcoinThresholdSigner/failureReportProcessed.d.mts +4 -4
- package/dist/100/bitcoinThresholdSigner/retryRequested.d.cts +4 -4
- package/dist/100/bitcoinThresholdSigner/retryRequested.d.mts +4 -4
- package/dist/100/bitcoinThresholdSigner/signersUnavailable.d.cts +4 -4
- package/dist/100/bitcoinThresholdSigner/signersUnavailable.d.mts +4 -4
- package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.d.cts +64 -64
- package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.d.mts +64 -64
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureFailed.d.cts +4 -4
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureFailed.d.mts +4 -4
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureRequest.d.cts +4 -4
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureRequest.d.mts +4 -4
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureSuccess.d.cts +4 -4
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureSuccess.d.mts +4 -4
- package/dist/100/common.d.cts +249 -249
- package/dist/100/common.d.mts +249 -249
- package/dist/100/environment/runtimeSafeModeUpdated.d.cts +24 -24
- package/dist/100/environment/runtimeSafeModeUpdated.d.mts +24 -24
- package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.d.cts +56 -56
- package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.d.mts +56 -56
- package/dist/100/ethereumIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/100/ethereumIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.cts +40 -40
- package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.mts +40 -40
- package/dist/100/ethereumIngressEgress/depositIgnored.d.cts +4 -4
- package/dist/100/ethereumIngressEgress/depositIgnored.d.mts +4 -4
- package/dist/100/ethereumIngressEgress/depositReceived.d.cts +4 -4
- package/dist/100/ethereumIngressEgress/depositReceived.d.mts +4 -4
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.cts +40 -40
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.mts +40 -40
- package/dist/100/ethereumThresholdSigner/currentKeyUnavailable.d.cts +4 -4
- package/dist/100/ethereumThresholdSigner/currentKeyUnavailable.d.mts +4 -4
- package/dist/100/ethereumThresholdSigner/failureReportProcessed.d.cts +4 -4
- package/dist/100/ethereumThresholdSigner/failureReportProcessed.d.mts +4 -4
- package/dist/100/ethereumThresholdSigner/retryRequested.d.cts +4 -4
- package/dist/100/ethereumThresholdSigner/retryRequested.d.mts +4 -4
- package/dist/100/ethereumThresholdSigner/signersUnavailable.d.cts +4 -4
- package/dist/100/ethereumThresholdSigner/signersUnavailable.d.mts +4 -4
- package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.d.cts +64 -64
- package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.d.mts +64 -64
- package/dist/100/ethereumThresholdSigner/thresholdSignatureFailed.d.cts +4 -4
- package/dist/100/ethereumThresholdSigner/thresholdSignatureFailed.d.mts +4 -4
- package/dist/100/ethereumThresholdSigner/thresholdSignatureRequest.d.cts +4 -4
- package/dist/100/ethereumThresholdSigner/thresholdSignatureRequest.d.mts +4 -4
- package/dist/100/ethereumThresholdSigner/thresholdSignatureSuccess.d.cts +4 -4
- package/dist/100/ethereumThresholdSigner/thresholdSignatureSuccess.d.mts +4 -4
- package/dist/100/flip/remainingImbalance.d.cts +44 -44
- package/dist/100/flip/remainingImbalance.d.mts +44 -44
- package/dist/100/funding/boundExecutorAddress.d.cts +4 -4
- package/dist/100/funding/boundExecutorAddress.d.mts +4 -4
- package/dist/100/funding/boundRedeemAddress.d.cts +4 -4
- package/dist/100/funding/boundRedeemAddress.d.mts +4 -4
- package/dist/100/funding/failedFundingAttempt.d.cts +4 -4
- package/dist/100/funding/failedFundingAttempt.d.mts +4 -4
- package/dist/100/funding/funded.d.cts +4 -4
- package/dist/100/funding/funded.d.mts +4 -4
- package/dist/100/funding/redemptionRequested.d.cts +8 -8
- package/dist/100/funding/redemptionRequested.d.mts +8 -8
- package/dist/100/governance/failedExecution.d.cts +16 -16
- package/dist/100/governance/failedExecution.d.mts +16 -16
- package/dist/100/governance/govKeyCallExecutionFailed.d.cts +32 -32
- package/dist/100/governance/govKeyCallExecutionFailed.d.mts +32 -32
- package/dist/100/liquidityPools/assetSwapped.d.cts +24 -24
- package/dist/100/liquidityPools/assetSwapped.d.mts +24 -24
- package/dist/100/liquidityPools/limitOrderUpdated.d.cts +40 -40
- package/dist/100/liquidityPools/limitOrderUpdated.d.mts +40 -40
- package/dist/100/liquidityPools/newPoolCreated.d.cts +24 -24
- package/dist/100/liquidityPools/newPoolCreated.d.mts +24 -24
- package/dist/100/liquidityPools/poolFeeSet.d.cts +24 -24
- package/dist/100/liquidityPools/poolFeeSet.d.mts +24 -24
- package/dist/100/liquidityPools/poolStateUpdated.d.cts +24 -24
- package/dist/100/liquidityPools/poolStateUpdated.d.mts +24 -24
- package/dist/100/liquidityPools/rangeOrderUpdated.d.cts +40 -40
- package/dist/100/liquidityPools/rangeOrderUpdated.d.mts +40 -40
- package/dist/100/liquidityProvider/accountCredited.d.cts +12 -12
- package/dist/100/liquidityProvider/accountCredited.d.mts +12 -12
- package/dist/100/liquidityProvider/accountDebited.d.cts +12 -12
- package/dist/100/liquidityProvider/accountDebited.d.mts +12 -12
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.cts +30 -30
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.mts +30 -30
- package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.cts +88 -88
- package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.mts +88 -88
- package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.cts +28 -28
- package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.mts +28 -28
- package/dist/100/polkadotBroadcaster/broadcastCallbackExecuted.d.cts +56 -56
- package/dist/100/polkadotBroadcaster/broadcastCallbackExecuted.d.mts +56 -56
- package/dist/100/polkadotIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/100/polkadotIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.cts +40 -40
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.mts +40 -40
- package/dist/100/polkadotIngressEgress/depositIgnored.d.cts +4 -4
- package/dist/100/polkadotIngressEgress/depositIgnored.d.mts +4 -4
- package/dist/100/polkadotIngressEgress/depositReceived.d.cts +4 -4
- package/dist/100/polkadotIngressEgress/depositReceived.d.mts +4 -4
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.cts +40 -40
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.mts +40 -40
- package/dist/100/polkadotThresholdSigner/currentKeyUnavailable.d.cts +4 -4
- package/dist/100/polkadotThresholdSigner/currentKeyUnavailable.d.mts +4 -4
- package/dist/100/polkadotThresholdSigner/failureReportProcessed.d.cts +4 -4
- package/dist/100/polkadotThresholdSigner/failureReportProcessed.d.mts +4 -4
- package/dist/100/polkadotThresholdSigner/retryRequested.d.cts +4 -4
- package/dist/100/polkadotThresholdSigner/retryRequested.d.mts +4 -4
- package/dist/100/polkadotThresholdSigner/signersUnavailable.d.cts +4 -4
- package/dist/100/polkadotThresholdSigner/signersUnavailable.d.mts +4 -4
- package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.d.cts +64 -64
- package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.d.mts +64 -64
- package/dist/100/polkadotThresholdSigner/thresholdSignatureFailed.d.cts +4 -4
- package/dist/100/polkadotThresholdSigner/thresholdSignatureFailed.d.mts +4 -4
- package/dist/100/polkadotThresholdSigner/thresholdSignatureRequest.d.cts +4 -4
- package/dist/100/polkadotThresholdSigner/thresholdSignatureRequest.d.mts +4 -4
- package/dist/100/polkadotThresholdSigner/thresholdSignatureSuccess.d.cts +4 -4
- package/dist/100/polkadotThresholdSigner/thresholdSignatureSuccess.d.mts +4 -4
- package/dist/100/swapping/batchSwapFailed.d.cts +12 -12
- package/dist/100/swapping/batchSwapFailed.d.mts +12 -12
- package/dist/100/swapping/ccmDepositReceived.d.cts +128 -128
- package/dist/100/swapping/ccmDepositReceived.d.mts +128 -128
- package/dist/100/swapping/ccmFailed.d.cts +124 -124
- package/dist/100/swapping/ccmFailed.d.mts +124 -124
- package/dist/100/swapping/minimumSwapAmountSet.d.cts +12 -12
- package/dist/100/swapping/minimumSwapAmountSet.d.mts +12 -12
- package/dist/100/swapping/swapAmountTooLow.d.cts +38 -38
- package/dist/100/swapping/swapAmountTooLow.d.mts +38 -38
- package/dist/100/swapping/swapDepositAddressReady.d.cts +44 -44
- package/dist/100/swapping/swapDepositAddressReady.d.mts +44 -44
- package/dist/100/swapping/swapEgressScheduled.d.cts +20 -20
- package/dist/100/swapping/swapEgressScheduled.d.mts +20 -20
- package/dist/100/swapping/swapExecuted.d.cts +30 -30
- package/dist/100/swapping/swapExecuted.d.mts +30 -30
- package/dist/100/swapping/swapScheduled.d.cts +196 -196
- package/dist/100/swapping/swapScheduled.d.mts +196 -196
- package/dist/100/swapping/withdrawalRequested.d.cts +16 -16
- package/dist/100/swapping/withdrawalRequested.d.mts +16 -16
- package/dist/100/system/extrinsicFailed.d.cts +66 -66
- package/dist/100/system/extrinsicFailed.d.mts +66 -66
- package/dist/100/tokenholderGovernance/proposalEnacted.d.cts +16 -16
- package/dist/100/tokenholderGovernance/proposalEnacted.d.mts +16 -16
- package/dist/100/tokenholderGovernance/proposalPassed.d.cts +16 -16
- package/dist/100/tokenholderGovernance/proposalPassed.d.mts +16 -16
- package/dist/100/tokenholderGovernance/proposalRejected.d.cts +16 -16
- package/dist/100/tokenholderGovernance/proposalRejected.d.mts +16 -16
- package/dist/100/tokenholderGovernance/proposalSubmitted.d.cts +16 -16
- package/dist/100/tokenholderGovernance/proposalSubmitted.d.mts +16 -16
- package/dist/100/validator/rotationPhaseUpdated.d.cts +40 -40
- package/dist/100/validator/rotationPhaseUpdated.d.mts +40 -40
- package/dist/100/witnesser/witnessExecutionFailed.d.cts +32 -32
- package/dist/100/witnesser/witnessExecutionFailed.d.mts +32 -32
- package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.cts +214 -214
- package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.mts +214 -214
- package/dist/11000/arbitrumIngressEgress/depositFailed.d.cts +370 -370
- package/dist/11000/arbitrumIngressEgress/depositFailed.d.mts +370 -370
- package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +206 -206
- package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +206 -206
- package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.cts +214 -214
- package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.mts +214 -214
- package/dist/11000/assethubIngressEgress/depositFailed.d.cts +408 -408
- package/dist/11000/assethubIngressEgress/depositFailed.d.mts +408 -408
- package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +206 -206
- package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.mts +206 -206
- package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.cts +214 -214
- package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.mts +214 -214
- package/dist/11000/bitcoinIngressEgress/depositFailed.d.cts +631 -631
- package/dist/11000/bitcoinIngressEgress/depositFailed.d.mts +631 -631
- package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +206 -206
- package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +206 -206
- package/dist/11000/bitcoinIngressEgress/invalidCcmRefunded.d.cts +40 -40
- package/dist/11000/bitcoinIngressEgress/invalidCcmRefunded.d.mts +40 -40
- package/dist/11000/common.d.cts +2445 -2445
- package/dist/11000/common.d.mts +2445 -2445
- package/dist/11000/environment/runtimeSafeModeUpdated.d.cts +24 -24
- package/dist/11000/environment/runtimeSafeModeUpdated.d.mts +24 -24
- package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.d.cts +214 -214
- package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.d.mts +214 -214
- package/dist/11000/ethereumIngressEgress/depositFailed.d.cts +370 -370
- package/dist/11000/ethereumIngressEgress/depositFailed.d.mts +370 -370
- package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +206 -206
- package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +206 -206
- package/dist/11000/lendingPools/boostFundsAdded.d.cts +16 -16
- package/dist/11000/lendingPools/boostFundsAdded.d.mts +16 -16
- package/dist/11000/lendingPools/boostPoolCreated.d.cts +16 -16
- package/dist/11000/lendingPools/boostPoolCreated.d.mts +16 -16
- package/dist/11000/lendingPools/stoppedBoosting.d.cts +16 -16
- package/dist/11000/lendingPools/stoppedBoosting.d.mts +16 -16
- package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.cts +214 -214
- package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.mts +214 -214
- package/dist/11000/polkadotIngressEgress/depositFailed.d.cts +408 -408
- package/dist/11000/polkadotIngressEgress/depositFailed.d.mts +408 -408
- package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +206 -206
- package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +206 -206
- package/dist/11000/solanaElections/unknownElection.d.cts +8 -8
- package/dist/11000/solanaElections/unknownElection.d.mts +8 -8
- package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.cts +214 -214
- package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.mts +214 -214
- package/dist/11000/solanaIngressEgress/depositFailed.d.cts +370 -370
- package/dist/11000/solanaIngressEgress/depositFailed.d.mts +370 -370
- package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +206 -206
- package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +206 -206
- package/dist/11000/swapping/palletConfigUpdated.d.cts +64 -64
- package/dist/11000/swapping/palletConfigUpdated.d.mts +64 -64
- package/dist/11000/swapping/refundEgressScheduled.d.cts +32 -32
- package/dist/11000/swapping/refundEgressScheduled.d.mts +32 -32
- package/dist/11000/swapping/refundedOnChain.d.cts +16 -16
- package/dist/11000/swapping/refundedOnChain.d.mts +16 -16
- package/dist/11000/swapping/swapDepositAddressReady.d.cts +108 -108
- package/dist/11000/swapping/swapDepositAddressReady.d.mts +108 -108
- package/dist/11000/swapping/swapRequested.d.cts +212 -212
- package/dist/11000/swapping/swapRequested.d.mts +212 -212
- package/dist/11000/tradingStrategy/strategyDeployed.d.cts +48 -48
- package/dist/11000/tradingStrategy/strategyDeployed.d.mts +48 -48
- package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.cts +40 -40
- package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.mts +40 -40
- package/dist/111/common.d.cts +30 -30
- package/dist/111/common.d.mts +30 -30
- package/dist/111/liquidityPools/limitOrderUpdated.d.cts +50 -50
- package/dist/111/liquidityPools/limitOrderUpdated.d.mts +50 -50
- package/dist/111/liquidityPools/newPoolCreated.d.cts +24 -24
- package/dist/111/liquidityPools/newPoolCreated.d.mts +24 -24
- package/dist/111/liquidityPools/poolFeeSet.d.cts +24 -24
- package/dist/111/liquidityPools/poolFeeSet.d.mts +24 -24
- package/dist/111/liquidityPools/rangeOrderUpdated.d.cts +58 -58
- package/dist/111/liquidityPools/rangeOrderUpdated.d.mts +58 -58
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.cts +36 -36
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.mts +36 -36
- package/dist/11100/arbitrumIngressEgress/depositFailed.d.cts +44 -44
- package/dist/11100/arbitrumIngressEgress/depositFailed.d.mts +44 -44
- package/dist/11100/assethubIngressEgress/depositFailed.d.cts +80 -80
- package/dist/11100/assethubIngressEgress/depositFailed.d.mts +80 -80
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.cts +76 -76
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.mts +76 -76
- package/dist/11100/common.d.cts +370 -370
- package/dist/11100/common.d.mts +370 -370
- package/dist/11100/environment/runtimeSafeModeUpdated.d.cts +120 -120
- package/dist/11100/environment/runtimeSafeModeUpdated.d.mts +120 -120
- package/dist/11100/ethereumIngressEgress/depositFailed.d.cts +44 -44
- package/dist/11100/ethereumIngressEgress/depositFailed.d.mts +44 -44
- package/dist/11100/funding/sCCallCannotBeDecoded.d.cts +4 -4
- package/dist/11100/funding/sCCallCannotBeDecoded.d.mts +4 -4
- package/dist/11100/funding/sCCallCannotBeExecuted.d.cts +4 -4
- package/dist/11100/funding/sCCallCannotBeExecuted.d.mts +4 -4
- package/dist/11100/funding/sCCallExecuted.d.cts +4 -4
- package/dist/11100/funding/sCCallExecuted.d.mts +4 -4
- package/dist/11100/lendingPools/collateralAdded.d.cts +24 -24
- package/dist/11100/lendingPools/collateralAdded.d.mts +24 -24
- package/dist/11100/lendingPools/collateralRemoved.d.cts +24 -24
- package/dist/11100/lendingPools/collateralRemoved.d.mts +24 -24
- package/dist/11100/lendingPools/lendingFeeCollectionInitiated.d.cts +12 -12
- package/dist/11100/lendingPools/lendingFeeCollectionInitiated.d.mts +12 -12
- package/dist/11100/lendingPools/lendingFundsAdded.d.cts +14 -14
- package/dist/11100/lendingPools/lendingFundsAdded.d.mts +14 -14
- package/dist/11100/lendingPools/lendingFundsRemoved.d.cts +12 -12
- package/dist/11100/lendingPools/lendingFundsRemoved.d.mts +12 -12
- package/dist/11100/lendingPools/lendingPoolCreated.d.cts +12 -12
- package/dist/11100/lendingPools/lendingPoolCreated.d.mts +12 -12
- package/dist/11100/lendingPools/loanCreated.d.cts +16 -16
- package/dist/11100/lendingPools/loanCreated.d.mts +16 -16
- package/dist/11100/lendingPools/loanRepaid.d.cts +12 -12
- package/dist/11100/lendingPools/loanRepaid.d.mts +12 -12
- package/dist/11100/lendingPools/loanSettled.d.cts +12 -12
- package/dist/11100/lendingPools/loanSettled.d.mts +12 -12
- package/dist/11100/polkadotIngressEgress/depositFailed.d.cts +80 -80
- package/dist/11100/polkadotIngressEgress/depositFailed.d.mts +80 -80
- package/dist/11100/solanaIngressEgress/depositFailed.d.cts +44 -44
- package/dist/11100/solanaIngressEgress/depositFailed.d.mts +44 -44
- package/dist/11100/swapping/swapDepositAddressReady.d.cts +28 -28
- package/dist/11100/swapping/swapDepositAddressReady.d.mts +28 -28
- package/dist/11100/swapping/swapExecuted.d.cts +28 -28
- package/dist/11100/swapping/swapExecuted.d.mts +28 -28
- package/dist/11100/swapping/swapRequested.d.cts +68 -68
- package/dist/11100/swapping/swapRequested.d.mts +68 -68
- package/dist/11200/arbitrumIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/11200/arbitrumIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/11200/arbitrumIngressEgress/depositFailed.d.cts +368 -368
- package/dist/11200/arbitrumIngressEgress/depositFailed.d.mts +368 -368
- package/dist/11200/arbitrumIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/11200/arbitrumIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/11200/assethubIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/11200/assethubIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/11200/assethubIngressEgress/depositFailed.d.cts +404 -404
- package/dist/11200/assethubIngressEgress/depositFailed.d.mts +404 -404
- package/dist/11200/assethubIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/11200/assethubIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/11200/bitcoinIngressEgress/channelRejectionRequestReceived.d.cts +40 -40
- package/dist/11200/bitcoinIngressEgress/channelRejectionRequestReceived.d.mts +40 -40
- package/dist/11200/bitcoinIngressEgress/depositBoosted.d.cts +64 -64
- package/dist/11200/bitcoinIngressEgress/depositBoosted.d.mts +64 -64
- package/dist/11200/bitcoinIngressEgress/depositFailed.d.cts +640 -640
- package/dist/11200/bitcoinIngressEgress/depositFailed.d.mts +640 -640
- package/dist/11200/bitcoinIngressEgress/depositFinalised.d.cts +52 -52
- package/dist/11200/bitcoinIngressEgress/depositFinalised.d.mts +52 -52
- package/dist/11200/common.d.cts +2751 -2751
- package/dist/11200/common.d.mts +2751 -2751
- package/dist/11200/environment/runtimeSafeModeUpdated.d.cts +24 -24
- package/dist/11200/environment/runtimeSafeModeUpdated.d.mts +24 -24
- package/dist/11200/ethereumIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/11200/ethereumIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/11200/ethereumIngressEgress/depositFailed.d.cts +368 -368
- package/dist/11200/ethereumIngressEgress/depositFailed.d.mts +368 -368
- package/dist/11200/ethereumIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/11200/ethereumIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/11200/polkadotIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/11200/polkadotIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/11200/polkadotIngressEgress/depositFailed.d.cts +404 -404
- package/dist/11200/polkadotIngressEgress/depositFailed.d.mts +404 -404
- package/dist/11200/polkadotIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/11200/polkadotIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/11200/solanaIngressEgress/depositBoosted.d.cts +40 -40
- package/dist/11200/solanaIngressEgress/depositBoosted.d.mts +40 -40
- package/dist/11200/solanaIngressEgress/depositFailed.d.cts +432 -432
- package/dist/11200/solanaIngressEgress/depositFailed.d.mts +432 -432
- package/dist/11200/solanaIngressEgress/depositFinalised.d.cts +28 -28
- package/dist/11200/solanaIngressEgress/depositFinalised.d.mts +28 -28
- package/dist/11200/solanaIngressEgress/transactionRejectedByBroker.d.cts +16 -16
- package/dist/11200/solanaIngressEgress/transactionRejectedByBroker.d.mts +16 -16
- package/dist/11200/solanaIngressEgress/transactionRejectionFailed.d.cts +16 -16
- package/dist/11200/solanaIngressEgress/transactionRejectionFailed.d.mts +16 -16
- package/dist/11200/swapping/swapRequested.d.cts +760 -760
- package/dist/11200/swapping/swapRequested.d.mts +760 -760
- package/dist/120/bitcoinIngressEgress/depositIgnored.d.cts +8 -8
- package/dist/120/bitcoinIngressEgress/depositIgnored.d.mts +8 -8
- package/dist/120/bitcoinIngressEgress/depositReceived.d.cts +8 -8
- package/dist/120/bitcoinIngressEgress/depositReceived.d.mts +8 -8
- package/dist/120/emissions/networkFeeBurned.d.cts +4 -4
- package/dist/120/emissions/networkFeeBurned.d.mts +4 -4
- package/dist/120/ethereumIngressEgress/depositIgnored.d.cts +6 -6
- package/dist/120/ethereumIngressEgress/depositIgnored.d.mts +6 -6
- package/dist/120/ethereumIngressEgress/depositReceived.d.cts +6 -6
- package/dist/120/ethereumIngressEgress/depositReceived.d.mts +6 -6
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.cts +12 -12
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.mts +12 -12
- package/dist/120/polkadotIngressEgress/depositIgnored.d.cts +6 -6
- package/dist/120/polkadotIngressEgress/depositIgnored.d.mts +6 -6
- package/dist/120/polkadotIngressEgress/depositReceived.d.cts +6 -6
- package/dist/120/polkadotIngressEgress/depositReceived.d.mts +6 -6
- package/dist/120/swapping/swapEgressIgnored.d.cts +4 -4
- package/dist/120/swapping/swapEgressIgnored.d.mts +4 -4
- package/dist/120/swapping/swapEgressScheduled.d.cts +4 -4
- package/dist/120/swapping/swapEgressScheduled.d.mts +4 -4
- package/dist/120/swapping/withdrawalRequested.d.cts +8 -8
- package/dist/120/swapping/withdrawalRequested.d.mts +8 -8
- package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +4 -4
- package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.mts +4 -4
- package/dist/131/common.d.cts +11 -11
- package/dist/131/common.d.mts +11 -11
- package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.cts +4 -4
- package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.mts +4 -4
- package/dist/131/liquidityPools/assetSwapped.d.cts +24 -24
- package/dist/131/liquidityPools/assetSwapped.d.mts +24 -24
- package/dist/131/liquidityPools/limitOrderUpdated.d.cts +32 -32
- package/dist/131/liquidityPools/limitOrderUpdated.d.mts +32 -32
- package/dist/131/liquidityPools/newPoolCreated.d.cts +24 -24
- package/dist/131/liquidityPools/newPoolCreated.d.mts +24 -24
- package/dist/131/liquidityPools/poolFeeSet.d.cts +24 -24
- package/dist/131/liquidityPools/poolFeeSet.d.mts +24 -24
- package/dist/131/liquidityPools/rangeOrderUpdated.d.cts +40 -40
- package/dist/131/liquidityPools/rangeOrderUpdated.d.mts +40 -40
- package/dist/131/liquidityProvider/accountCredited.d.cts +12 -12
- package/dist/131/liquidityProvider/accountCredited.d.mts +12 -12
- package/dist/131/liquidityProvider/accountDebited.d.cts +12 -12
- package/dist/131/liquidityProvider/accountDebited.d.mts +12 -12
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.cts +22 -22
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.mts +22 -22
- package/dist/131/liquidityProvider/liquidityDepositCredited.d.cts +12 -12
- package/dist/131/liquidityProvider/liquidityDepositCredited.d.mts +12 -12
- package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.cts +20 -20
- package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.mts +20 -20
- package/dist/131/swapping/batchSwapFailed.d.cts +12 -12
- package/dist/131/swapping/batchSwapFailed.d.mts +12 -12
- package/dist/131/swapping/ccmFailed.d.cts +76 -76
- package/dist/131/swapping/ccmFailed.d.mts +76 -76
- package/dist/131/swapping/maximumSwapAmountSet.d.cts +12 -12
- package/dist/131/swapping/maximumSwapAmountSet.d.mts +12 -12
- package/dist/131/swapping/swapAmountConfiscated.d.cts +24 -24
- package/dist/131/swapping/swapAmountConfiscated.d.mts +24 -24
- package/dist/131/swapping/swapDepositAddressReady.d.cts +50 -50
- package/dist/131/swapping/swapDepositAddressReady.d.mts +50 -50
- package/dist/131/swapping/swapEgressIgnored.d.cts +16 -16
- package/dist/131/swapping/swapEgressIgnored.d.mts +16 -16
- package/dist/131/swapping/swapEgressScheduled.d.cts +16 -16
- package/dist/131/swapping/swapEgressScheduled.d.mts +16 -16
- package/dist/131/swapping/swapExecuted.d.cts +30 -30
- package/dist/131/swapping/swapExecuted.d.mts +30 -30
- package/dist/131/swapping/swapScheduled.d.cts +54 -54
- package/dist/131/swapping/swapScheduled.d.mts +54 -54
- package/dist/131/swapping/withdrawalRequested.d.cts +22 -22
- package/dist/131/swapping/withdrawalRequested.d.mts +22 -22
- package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.cts +56 -56
- package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.mts +56 -56
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.cts +32 -32
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.mts +32 -32
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.cts +4 -4
- package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.mts +4 -4
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/141/arbitrumIngressEgress/depositIgnored.d.cts +4 -4
- package/dist/141/arbitrumIngressEgress/depositIgnored.d.mts +4 -4
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.cts +40 -40
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.mts +40 -40
- package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +56 -56
- package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +56 -56
- package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +8 -8
- package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.mts +8 -8
- package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.cts +8 -8
- package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.mts +8 -8
- package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.cts +32 -32
- package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.mts +32 -32
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.cts +48 -48
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.mts +48 -48
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.cts +48 -48
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.mts +48 -48
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +8 -8
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.mts +8 -8
- package/dist/141/common.d.cts +243 -243
- package/dist/141/common.d.mts +243 -243
- package/dist/141/environment/runtimeSafeModeUpdated.d.cts +24 -24
- package/dist/141/environment/runtimeSafeModeUpdated.d.mts +24 -24
- package/dist/141/environment/staleUtxosDiscarded.d.cts +36 -36
- package/dist/141/environment/staleUtxosDiscarded.d.mts +36 -36
- package/dist/141/ethereumIngressEgress/ccmEgressInvalid.d.cts +32 -32
- package/dist/141/ethereumIngressEgress/ccmEgressInvalid.d.mts +32 -32
- package/dist/141/ethereumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/141/ethereumIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/141/ethereumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/141/ethereumIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +8 -8
- package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.mts +8 -8
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.cts +56 -56
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.mts +56 -56
- package/dist/141/liquidityPools/limitOrderUpdated.d.cts +16 -16
- package/dist/141/liquidityPools/limitOrderUpdated.d.mts +16 -16
- package/dist/141/liquidityPools/rangeOrderUpdated.d.cts +40 -40
- package/dist/141/liquidityPools/rangeOrderUpdated.d.mts +40 -40
- package/dist/141/liquidityProvider/accountCredited.d.cts +4 -4
- package/dist/141/liquidityProvider/accountCredited.d.mts +4 -4
- package/dist/141/liquidityProvider/accountDebited.d.cts +4 -4
- package/dist/141/liquidityProvider/accountDebited.d.mts +4 -4
- package/dist/141/liquidityProvider/assetTransferred.d.cts +4 -4
- package/dist/141/liquidityProvider/assetTransferred.d.mts +4 -4
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.cts +16 -16
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.mts +16 -16
- package/dist/141/liquidityProvider/liquidityDepositCredited.d.cts +4 -4
- package/dist/141/liquidityProvider/liquidityDepositCredited.d.mts +4 -4
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.cts +96 -96
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.mts +96 -96
- package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.cts +12 -12
- package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.mts +12 -12
- package/dist/141/polkadotIngressEgress/ccmEgressInvalid.d.cts +32 -32
- package/dist/141/polkadotIngressEgress/ccmEgressInvalid.d.mts +32 -32
- package/dist/141/polkadotIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/141/polkadotIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/141/polkadotIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/141/polkadotIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +8 -8
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.mts +8 -8
- package/dist/141/swapping/batchSwapFailed.d.cts +4 -4
- package/dist/141/swapping/batchSwapFailed.d.mts +4 -4
- package/dist/141/swapping/ccmDepositReceived.d.cts +144 -144
- package/dist/141/swapping/ccmDepositReceived.d.mts +144 -144
- package/dist/141/swapping/ccmFailed.d.cts +146 -146
- package/dist/141/swapping/ccmFailed.d.mts +146 -146
- package/dist/141/swapping/swapDepositAddressReady.d.cts +16 -16
- package/dist/141/swapping/swapDepositAddressReady.d.mts +16 -16
- package/dist/141/swapping/swapEgressIgnored.d.cts +40 -40
- package/dist/141/swapping/swapEgressIgnored.d.mts +40 -40
- package/dist/141/swapping/swapEgressScheduled.d.cts +8 -8
- package/dist/141/swapping/swapEgressScheduled.d.mts +8 -8
- package/dist/141/swapping/swapExecuted.d.cts +152 -152
- package/dist/141/swapping/swapExecuted.d.mts +152 -152
- package/dist/141/swapping/swapScheduled.d.cts +174 -174
- package/dist/141/swapping/swapScheduled.d.mts +174 -174
- package/dist/141/swapping/withdrawalRequested.d.cts +8 -8
- package/dist/141/swapping/withdrawalRequested.d.mts +8 -8
- package/dist/141/tokenholderGovernance/proposalEnacted.d.cts +16 -16
- package/dist/141/tokenholderGovernance/proposalEnacted.d.mts +16 -16
- package/dist/141/tokenholderGovernance/proposalPassed.d.cts +16 -16
- package/dist/141/tokenholderGovernance/proposalPassed.d.mts +16 -16
- package/dist/141/tokenholderGovernance/proposalRejected.d.cts +16 -16
- package/dist/141/tokenholderGovernance/proposalRejected.d.mts +16 -16
- package/dist/141/tokenholderGovernance/proposalSubmitted.d.cts +16 -16
- package/dist/141/tokenholderGovernance/proposalSubmitted.d.mts +16 -16
- package/dist/141/validator/rotationPhaseUpdated.d.cts +40 -40
- package/dist/141/validator/rotationPhaseUpdated.d.mts +40 -40
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.cts +40 -40
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.mts +40 -40
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/150/arbitrumIngressEgress/depositIgnored.d.cts +4 -4
- package/dist/150/arbitrumIngressEgress/depositIgnored.d.mts +4 -4
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.cts +40 -40
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.mts +40 -40
- package/dist/150/assetBalances/refundScheduled.d.cts +104 -104
- package/dist/150/assetBalances/refundScheduled.d.mts +104 -104
- package/dist/150/assetBalances/refundSkipped.d.cts +192 -192
- package/dist/150/assetBalances/refundSkipped.d.mts +192 -192
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.cts +40 -40
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.mts +40 -40
- package/dist/150/bitcoinIngressEgress/depositBoosted.d.cts +52 -52
- package/dist/150/bitcoinIngressEgress/depositBoosted.d.mts +52 -52
- package/dist/150/bitcoinIngressEgress/depositFinalised.d.cts +48 -48
- package/dist/150/bitcoinIngressEgress/depositFinalised.d.mts +48 -48
- package/dist/150/common.d.cts +289 -289
- package/dist/150/common.d.mts +289 -289
- package/dist/150/emissions/networkFeeBurned.d.cts +4 -4
- package/dist/150/emissions/networkFeeBurned.d.mts +4 -4
- package/dist/150/environment/runtimeSafeModeUpdated.d.cts +80 -80
- package/dist/150/environment/runtimeSafeModeUpdated.d.mts +80 -80
- package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.cts +40 -40
- package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.mts +40 -40
- package/dist/150/ethereumIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/150/ethereumIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/150/ethereumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/150/ethereumIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/150/ethereumIngressEgress/depositIgnored.d.cts +4 -4
- package/dist/150/ethereumIngressEgress/depositIgnored.d.mts +4 -4
- package/dist/150/ethereumIngressEgress/depositWitnessRejected.d.cts +40 -40
- package/dist/150/ethereumIngressEgress/depositWitnessRejected.d.mts +40 -40
- package/dist/150/liquidityPools/assetSwapped.d.cts +24 -24
- package/dist/150/liquidityPools/assetSwapped.d.mts +24 -24
- package/dist/150/liquidityPools/limitOrderUpdated.d.cts +48 -48
- package/dist/150/liquidityPools/limitOrderUpdated.d.mts +48 -48
- package/dist/150/liquidityPools/newPoolCreated.d.cts +24 -24
- package/dist/150/liquidityPools/newPoolCreated.d.mts +24 -24
- package/dist/150/liquidityPools/poolFeeSet.d.cts +24 -24
- package/dist/150/liquidityPools/poolFeeSet.d.mts +24 -24
- package/dist/150/liquidityPools/rangeOrderUpdated.d.cts +80 -80
- package/dist/150/liquidityPools/rangeOrderUpdated.d.mts +80 -80
- package/dist/150/liquidityProvider/accountCredited.d.cts +12 -12
- package/dist/150/liquidityProvider/accountCredited.d.mts +12 -12
- package/dist/150/liquidityProvider/accountDebited.d.cts +12 -12
- package/dist/150/liquidityProvider/accountDebited.d.mts +12 -12
- package/dist/150/liquidityProvider/assetTransferred.d.cts +12 -12
- package/dist/150/liquidityProvider/assetTransferred.d.mts +12 -12
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.cts +22 -22
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.mts +22 -22
- package/dist/150/liquidityProvider/liquidityDepositCredited.d.cts +12 -12
- package/dist/150/liquidityProvider/liquidityDepositCredited.d.mts +12 -12
- package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.cts +100 -100
- package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.mts +100 -100
- package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.cts +28 -28
- package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.mts +28 -28
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.cts +40 -40
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.mts +40 -40
- package/dist/150/polkadotIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/150/polkadotIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/150/polkadotIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/150/polkadotIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/150/polkadotIngressEgress/depositIgnored.d.cts +4 -4
- package/dist/150/polkadotIngressEgress/depositIgnored.d.mts +4 -4
- package/dist/150/polkadotIngressEgress/depositWitnessRejected.d.cts +40 -40
- package/dist/150/polkadotIngressEgress/depositWitnessRejected.d.mts +40 -40
- package/dist/150/solanaBroadcaster/broadcastCallbackExecuted.d.cts +56 -56
- package/dist/150/solanaBroadcaster/broadcastCallbackExecuted.d.mts +56 -56
- package/dist/150/solanaBroadcaster/transactionBroadcastRequest.d.cts +4 -4
- package/dist/150/solanaBroadcaster/transactionBroadcastRequest.d.mts +4 -4
- package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.cts +40 -40
- package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.mts +40 -40
- package/dist/150/solanaIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/150/solanaIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/150/solanaIngressEgress/depositFetchesScheduled.d.cts +4 -4
- package/dist/150/solanaIngressEgress/depositFetchesScheduled.d.mts +4 -4
- package/dist/150/solanaIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/150/solanaIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/150/solanaIngressEgress/depositWitnessRejected.d.cts +32 -32
- package/dist/150/solanaIngressEgress/depositWitnessRejected.d.mts +32 -32
- package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +56 -56
- package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +56 -56
- package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.d.cts +8 -8
- package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.d.mts +8 -8
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.cts +56 -56
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.mts +56 -56
- package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.cts +4 -4
- package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.mts +4 -4
- package/dist/150/swapping/batchSwapFailed.d.cts +12 -12
- package/dist/150/swapping/batchSwapFailed.d.mts +12 -12
- package/dist/150/swapping/ccmDepositReceived.d.cts +172 -172
- package/dist/150/swapping/ccmDepositReceived.d.mts +172 -172
- package/dist/150/swapping/ccmFailed.d.cts +244 -244
- package/dist/150/swapping/ccmFailed.d.mts +244 -244
- package/dist/150/swapping/maximumSwapAmountSet.d.cts +12 -12
- package/dist/150/swapping/maximumSwapAmountSet.d.mts +12 -12
- package/dist/150/swapping/refundEgressIgnored.d.cts +46 -46
- package/dist/150/swapping/refundEgressIgnored.d.mts +46 -46
- package/dist/150/swapping/refundEgressScheduled.d.cts +22 -22
- package/dist/150/swapping/refundEgressScheduled.d.mts +22 -22
- package/dist/150/swapping/swapAmountConfiscated.d.cts +24 -24
- package/dist/150/swapping/swapAmountConfiscated.d.mts +24 -24
- package/dist/150/swapping/swapDepositAddressReady.d.cts +58 -58
- package/dist/150/swapping/swapDepositAddressReady.d.mts +58 -58
- package/dist/150/swapping/swapEgressIgnored.d.cts +46 -46
- package/dist/150/swapping/swapEgressIgnored.d.mts +46 -46
- package/dist/150/swapping/swapEgressScheduled.d.cts +22 -22
- package/dist/150/swapping/swapEgressScheduled.d.mts +22 -22
- package/dist/150/swapping/swapExecuted.d.cts +196 -196
- package/dist/150/swapping/swapExecuted.d.mts +196 -196
- package/dist/150/swapping/swapScheduled.d.cts +278 -278
- package/dist/150/swapping/swapScheduled.d.mts +278 -278
- package/dist/150/swapping/withdrawalRequested.d.cts +32 -32
- package/dist/150/swapping/withdrawalRequested.d.mts +32 -32
- package/dist/150/tokenholderGovernance/proposalEnacted.d.cts +16 -16
- package/dist/150/tokenholderGovernance/proposalEnacted.d.mts +16 -16
- package/dist/150/tokenholderGovernance/proposalPassed.d.cts +16 -16
- package/dist/150/tokenholderGovernance/proposalPassed.d.mts +16 -16
- package/dist/150/tokenholderGovernance/proposalRejected.d.cts +16 -16
- package/dist/150/tokenholderGovernance/proposalRejected.d.mts +16 -16
- package/dist/150/tokenholderGovernance/proposalSubmitted.d.cts +16 -16
- package/dist/150/tokenholderGovernance/proposalSubmitted.d.mts +16 -16
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.cts +28 -28
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.mts +28 -28
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.cts +20 -20
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.mts +20 -20
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/160/assetBalances/accountCredited.d.cts +12 -12
- package/dist/160/assetBalances/accountCredited.d.mts +12 -12
- package/dist/160/assetBalances/accountDebited.d.cts +12 -12
- package/dist/160/assetBalances/accountDebited.d.mts +12 -12
- package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.cts +28 -28
- package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.mts +28 -28
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.cts +20 -20
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.mts +20 -20
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/160/common.d.cts +88 -88
- package/dist/160/common.d.mts +88 -88
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.cts +28 -28
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.mts +28 -28
- package/dist/160/ethereumIngressEgress/depositBoosted.d.cts +20 -20
- package/dist/160/ethereumIngressEgress/depositBoosted.d.mts +20 -20
- package/dist/160/ethereumIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/160/ethereumIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/160/liquidityPools/assetSwapped.d.cts +24 -24
- package/dist/160/liquidityPools/assetSwapped.d.mts +24 -24
- package/dist/160/liquidityPools/limitOrderUpdated.d.cts +24 -24
- package/dist/160/liquidityPools/limitOrderUpdated.d.mts +24 -24
- package/dist/160/liquidityPools/newPoolCreated.d.cts +24 -24
- package/dist/160/liquidityPools/newPoolCreated.d.mts +24 -24
- package/dist/160/liquidityPools/orderDeletionFailed.d.cts +64 -64
- package/dist/160/liquidityPools/orderDeletionFailed.d.mts +64 -64
- package/dist/160/liquidityPools/poolFeeSet.d.cts +24 -24
- package/dist/160/liquidityPools/poolFeeSet.d.mts +24 -24
- package/dist/160/liquidityPools/rangeOrderUpdated.d.cts +48 -48
- package/dist/160/liquidityPools/rangeOrderUpdated.d.mts +48 -48
- package/dist/160/liquidityProvider/assetTransferred.d.cts +12 -12
- package/dist/160/liquidityProvider/assetTransferred.d.mts +12 -12
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.cts +26 -26
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.mts +26 -26
- package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.cts +28 -28
- package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.mts +28 -28
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.cts +28 -28
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.mts +28 -28
- package/dist/160/polkadotIngressEgress/depositBoosted.d.cts +20 -20
- package/dist/160/polkadotIngressEgress/depositBoosted.d.mts +20 -20
- package/dist/160/polkadotIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/160/polkadotIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/160/solanaIngressEgress/boostFundsAdded.d.cts +4 -4
- package/dist/160/solanaIngressEgress/boostFundsAdded.d.mts +4 -4
- package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.cts +28 -28
- package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.mts +28 -28
- package/dist/160/solanaIngressEgress/depositBoosted.d.cts +16 -16
- package/dist/160/solanaIngressEgress/depositBoosted.d.mts +16 -16
- package/dist/160/solanaIngressEgress/depositFetchesScheduled.d.cts +4 -4
- package/dist/160/solanaIngressEgress/depositFetchesScheduled.d.mts +4 -4
- package/dist/160/solanaIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/160/solanaIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/160/solanaIngressEgress/depositWitnessRejected.d.cts +16 -16
- package/dist/160/solanaIngressEgress/depositWitnessRejected.d.mts +16 -16
- package/dist/160/solanaIngressEgress/insufficientBoostLiquidity.d.cts +8 -8
- package/dist/160/solanaIngressEgress/insufficientBoostLiquidity.d.mts +8 -8
- package/dist/160/solanaIngressEgress/stoppedBoosting.d.cts +4 -4
- package/dist/160/solanaIngressEgress/stoppedBoosting.d.mts +4 -4
- package/dist/160/solanaIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/160/solanaIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/160/swapping/batchSwapFailed.d.cts +12 -12
- package/dist/160/swapping/batchSwapFailed.d.mts +12 -12
- package/dist/160/swapping/ccmFailed.d.cts +28 -28
- package/dist/160/swapping/ccmFailed.d.mts +28 -28
- package/dist/160/swapping/maximumSwapAmountSet.d.cts +12 -12
- package/dist/160/swapping/maximumSwapAmountSet.d.mts +12 -12
- package/dist/160/swapping/refundEgressIgnored.d.cts +30 -30
- package/dist/160/swapping/refundEgressIgnored.d.mts +30 -30
- package/dist/160/swapping/refundEgressScheduled.d.cts +22 -22
- package/dist/160/swapping/refundEgressScheduled.d.mts +22 -22
- package/dist/160/swapping/swapAmountConfiscated.d.cts +14 -14
- package/dist/160/swapping/swapAmountConfiscated.d.mts +14 -14
- package/dist/160/swapping/swapDepositAddressReady.d.cts +50 -50
- package/dist/160/swapping/swapDepositAddressReady.d.mts +50 -50
- package/dist/160/swapping/swapEgressIgnored.d.cts +30 -30
- package/dist/160/swapping/swapEgressIgnored.d.mts +30 -30
- package/dist/160/swapping/swapEgressScheduled.d.cts +22 -22
- package/dist/160/swapping/swapEgressScheduled.d.mts +22 -22
- package/dist/160/swapping/swapExecuted.d.cts +24 -24
- package/dist/160/swapping/swapExecuted.d.mts +24 -24
- package/dist/160/swapping/swapRequested.d.cts +76 -76
- package/dist/160/swapping/swapRequested.d.mts +76 -76
- package/dist/160/swapping/swapScheduled.d.cts +12 -12
- package/dist/160/swapping/swapScheduled.d.mts +12 -12
- package/dist/160/swapping/withdrawalRequested.d.cts +30 -30
- package/dist/160/swapping/withdrawalRequested.d.mts +30 -30
- package/dist/170/arbitrumIngressEgress/boostedDepositLost.d.cts +4 -4
- package/dist/170/arbitrumIngressEgress/boostedDepositLost.d.mts +4 -4
- package/dist/170/arbitrumIngressEgress/ccmFailed.d.cts +74 -74
- package/dist/170/arbitrumIngressEgress/ccmFailed.d.mts +74 -74
- package/dist/170/arbitrumIngressEgress/depositIgnored.d.cts +12 -12
- package/dist/170/arbitrumIngressEgress/depositIgnored.d.mts +12 -12
- package/dist/170/bitcoinIngressEgress/boostedDepositLost.d.cts +4 -4
- package/dist/170/bitcoinIngressEgress/boostedDepositLost.d.mts +4 -4
- package/dist/170/bitcoinIngressEgress/ccmFailed.d.cts +74 -74
- package/dist/170/bitcoinIngressEgress/ccmFailed.d.mts +74 -74
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.cts +20 -20
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.mts +20 -20
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.cts +20 -20
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.mts +20 -20
- package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.cts +8 -8
- package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.mts +8 -8
- package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.cts +8 -8
- package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.mts +8 -8
- package/dist/170/common.d.cts +70 -70
- package/dist/170/common.d.mts +70 -70
- package/dist/170/ethereumIngressEgress/boostedDepositLost.d.cts +4 -4
- package/dist/170/ethereumIngressEgress/boostedDepositLost.d.mts +4 -4
- package/dist/170/ethereumIngressEgress/ccmFailed.d.cts +74 -74
- package/dist/170/ethereumIngressEgress/ccmFailed.d.mts +74 -74
- package/dist/170/ethereumIngressEgress/depositIgnored.d.cts +12 -12
- package/dist/170/ethereumIngressEgress/depositIgnored.d.mts +12 -12
- package/dist/170/polkadotIngressEgress/boostedDepositLost.d.cts +4 -4
- package/dist/170/polkadotIngressEgress/boostedDepositLost.d.mts +4 -4
- package/dist/170/polkadotIngressEgress/ccmFailed.d.cts +74 -74
- package/dist/170/polkadotIngressEgress/ccmFailed.d.mts +74 -74
- package/dist/170/polkadotIngressEgress/depositIgnored.d.cts +12 -12
- package/dist/170/polkadotIngressEgress/depositIgnored.d.mts +12 -12
- package/dist/170/reputation/offencePenalty.d.cts +4 -4
- package/dist/170/reputation/offencePenalty.d.mts +4 -4
- package/dist/170/solanaIngressEgress/boostedDepositLost.d.cts +4 -4
- package/dist/170/solanaIngressEgress/boostedDepositLost.d.mts +4 -4
- package/dist/170/solanaIngressEgress/ccmFailed.d.cts +74 -74
- package/dist/170/solanaIngressEgress/ccmFailed.d.mts +74 -74
- package/dist/170/solanaIngressEgress/depositIgnored.d.cts +12 -12
- package/dist/170/solanaIngressEgress/depositIgnored.d.mts +12 -12
- package/dist/170/swapping/minimumChunkSizeSet.d.cts +12 -12
- package/dist/170/swapping/minimumChunkSizeSet.d.mts +12 -12
- package/dist/170/swapping/swapRequested.d.cts +106 -106
- package/dist/170/swapping/swapRequested.d.mts +106 -106
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/180/arbitrumIngressEgress/depositFailed.d.cts +56 -56
- package/dist/180/arbitrumIngressEgress/depositFailed.d.mts +56 -56
- package/dist/180/arbitrumIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/180/arbitrumIngressEgress/depositFinalised.d.mts +4 -4
- package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/180/bitcoinIngressEgress/depositFailed.d.cts +56 -56
- package/dist/180/bitcoinIngressEgress/depositFailed.d.mts +56 -56
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.mts +4 -4
- package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/180/common.d.cts +158 -158
- package/dist/180/common.d.mts +158 -158
- package/dist/180/ethereumIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/180/ethereumIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/180/ethereumIngressEgress/depositFailed.d.cts +56 -56
- package/dist/180/ethereumIngressEgress/depositFailed.d.mts +56 -56
- package/dist/180/ethereumIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/180/ethereumIngressEgress/depositFinalised.d.mts +4 -4
- package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/180/polkadotIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/180/polkadotIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/180/polkadotIngressEgress/depositFailed.d.cts +56 -56
- package/dist/180/polkadotIngressEgress/depositFailed.d.mts +56 -56
- package/dist/180/polkadotIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/180/polkadotIngressEgress/depositFinalised.d.mts +4 -4
- package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/180/solanaIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/180/solanaIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/180/solanaIngressEgress/depositFailed.d.cts +32 -32
- package/dist/180/solanaIngressEgress/depositFailed.d.mts +32 -32
- package/dist/180/solanaIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/180/solanaIngressEgress/depositFinalised.d.mts +4 -4
- package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/180/swapping/refundEgressScheduled.d.cts +26 -26
- package/dist/180/swapping/refundEgressScheduled.d.mts +26 -26
- package/dist/180/swapping/swapDepositAddressReady.d.cts +28 -28
- package/dist/180/swapping/swapDepositAddressReady.d.mts +28 -28
- package/dist/180/swapping/swapEgressScheduled.d.cts +26 -26
- package/dist/180/swapping/swapEgressScheduled.d.mts +26 -26
- package/dist/180/swapping/swapRequested.d.cts +32 -32
- package/dist/180/swapping/swapRequested.d.mts +32 -32
- package/dist/180/swapping/swapScheduled.d.cts +12 -12
- package/dist/180/swapping/swapScheduled.d.mts +12 -12
- package/dist/180/swapping/withdrawalRequested.d.cts +12 -12
- package/dist/180/swapping/withdrawalRequested.d.mts +12 -12
- package/dist/190/arbitrumIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/190/arbitrumIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/190/arbitrumIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/190/arbitrumIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/190/arbitrumIngressEgress/depositFailed.d.cts +60 -60
- package/dist/190/arbitrumIngressEgress/depositFailed.d.mts +60 -60
- package/dist/190/arbitrumIngressEgress/depositFinalised.d.cts +16 -16
- package/dist/190/arbitrumIngressEgress/depositFinalised.d.mts +16 -16
- package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/190/assetBalances/accountCredited.d.cts +4 -4
- package/dist/190/assetBalances/accountCredited.d.mts +4 -4
- package/dist/190/assetBalances/accountDebited.d.cts +4 -4
- package/dist/190/assetBalances/accountDebited.d.mts +4 -4
- package/dist/190/assethubIngressEgress/boostedDepositLost.d.cts +4 -4
- package/dist/190/assethubIngressEgress/boostedDepositLost.d.mts +4 -4
- package/dist/190/assethubIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/190/assethubIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/190/assethubIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/190/assethubIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/190/assethubIngressEgress/depositFailed.d.cts +60 -60
- package/dist/190/assethubIngressEgress/depositFailed.d.mts +60 -60
- package/dist/190/assethubIngressEgress/depositFinalised.d.cts +16 -16
- package/dist/190/assethubIngressEgress/depositFinalised.d.mts +16 -16
- package/dist/190/assethubIngressEgress/transactionRejectionRequestExpired.d.cts +4 -4
- package/dist/190/assethubIngressEgress/transactionRejectionRequestExpired.d.mts +4 -4
- package/dist/190/assethubIngressEgress/transactionRejectionRequestReceived.d.cts +4 -4
- package/dist/190/assethubIngressEgress/transactionRejectionRequestReceived.d.mts +4 -4
- package/dist/190/assethubIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/190/assethubIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/190/bitcoinIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/190/bitcoinIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/190/bitcoinIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/190/bitcoinIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/190/bitcoinIngressEgress/depositFailed.d.cts +60 -60
- package/dist/190/bitcoinIngressEgress/depositFailed.d.mts +60 -60
- package/dist/190/bitcoinIngressEgress/depositFinalised.d.cts +16 -16
- package/dist/190/bitcoinIngressEgress/depositFinalised.d.mts +16 -16
- package/dist/190/bitcoinIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/190/bitcoinIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/190/common.d.cts +250 -250
- package/dist/190/common.d.mts +250 -250
- package/dist/190/environment/runtimeSafeModeUpdated.d.cts +92 -92
- package/dist/190/environment/runtimeSafeModeUpdated.d.mts +92 -92
- package/dist/190/ethereumIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/190/ethereumIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/190/ethereumIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/190/ethereumIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/190/ethereumIngressEgress/depositFailed.d.cts +60 -60
- package/dist/190/ethereumIngressEgress/depositFailed.d.mts +60 -60
- package/dist/190/ethereumIngressEgress/depositFinalised.d.cts +16 -16
- package/dist/190/ethereumIngressEgress/depositFinalised.d.mts +16 -16
- package/dist/190/ethereumIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/190/ethereumIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/190/liquidityPools/limitOrderUpdated.d.cts +8 -8
- package/dist/190/liquidityPools/limitOrderUpdated.d.mts +8 -8
- package/dist/190/liquidityPools/orderDeletionFailed.d.cts +16 -16
- package/dist/190/liquidityPools/orderDeletionFailed.d.mts +16 -16
- package/dist/190/liquidityPools/rangeOrderUpdated.d.cts +8 -8
- package/dist/190/liquidityPools/rangeOrderUpdated.d.mts +8 -8
- package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.cts +8 -8
- package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.mts +8 -8
- package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.cts +4 -4
- package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.mts +4 -4
- package/dist/190/polkadotIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/190/polkadotIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/190/polkadotIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/190/polkadotIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/190/polkadotIngressEgress/depositFailed.d.cts +60 -60
- package/dist/190/polkadotIngressEgress/depositFailed.d.mts +60 -60
- package/dist/190/polkadotIngressEgress/depositFinalised.d.cts +16 -16
- package/dist/190/polkadotIngressEgress/depositFinalised.d.mts +16 -16
- package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/190/solanaIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/190/solanaIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/190/solanaIngressEgress/depositBoosted.d.cts +20 -20
- package/dist/190/solanaIngressEgress/depositBoosted.d.mts +20 -20
- package/dist/190/solanaIngressEgress/depositFailed.d.cts +48 -48
- package/dist/190/solanaIngressEgress/depositFailed.d.mts +48 -48
- package/dist/190/solanaIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/190/solanaIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/190/solanaIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/190/solanaIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/190/swapping/creditedOnChain.d.cts +4 -4
- package/dist/190/swapping/creditedOnChain.d.mts +4 -4
- package/dist/190/swapping/refundEgressIgnored.d.cts +4 -4
- package/dist/190/swapping/refundEgressIgnored.d.mts +4 -4
- package/dist/190/swapping/refundEgressScheduled.d.cts +4 -4
- package/dist/190/swapping/refundEgressScheduled.d.mts +4 -4
- package/dist/190/swapping/refundedOnChain.d.cts +4 -4
- package/dist/190/swapping/refundedOnChain.d.mts +4 -4
- package/dist/190/swapping/swapDepositAddressReady.d.cts +28 -28
- package/dist/190/swapping/swapDepositAddressReady.d.mts +28 -28
- package/dist/190/swapping/swapEgressIgnored.d.cts +4 -4
- package/dist/190/swapping/swapEgressIgnored.d.mts +4 -4
- package/dist/190/swapping/swapEgressScheduled.d.cts +4 -4
- package/dist/190/swapping/swapEgressScheduled.d.mts +4 -4
- package/dist/190/swapping/swapRequested.d.cts +8 -8
- package/dist/190/swapping/swapRequested.d.mts +8 -8
- package/dist/190/tradingStrategy/strategyDeployed.d.cts +8 -8
- package/dist/190/tradingStrategy/strategyDeployed.d.mts +8 -8
- package/dist/200/common.d.cts +56 -56
- package/dist/200/common.d.mts +56 -56
- package/dist/200/environment/runtimeSafeModeUpdated.d.cts +56 -56
- package/dist/200/environment/runtimeSafeModeUpdated.d.mts +56 -56
- package/dist/200/lendingPools/lendingFundsAdded.d.cts +4 -4
- package/dist/200/lendingPools/lendingFundsAdded.d.mts +4 -4
- package/dist/200/lendingPools/lendingFundsRemoved.d.cts +4 -4
- package/dist/200/lendingPools/lendingFundsRemoved.d.mts +4 -4
- package/dist/200/lendingPools/liquidationCompleted.d.cts +4 -4
- package/dist/200/lendingPools/liquidationCompleted.d.mts +4 -4
- package/dist/200/lendingPools/loanCreated.d.cts +4 -4
- package/dist/200/lendingPools/loanCreated.d.mts +4 -4
- package/dist/200/swapping/accountCreationDepositAddressReady.d.cts +4 -4
- package/dist/200/swapping/accountCreationDepositAddressReady.d.mts +4 -4
- package/dist/200/swapping/swapAborted.d.cts +4 -4
- package/dist/200/swapping/swapAborted.d.mts +4 -4
- package/dist/200/swapping/swapRequestCompleted.d.cts +4 -4
- package/dist/200/swapping/swapRequestCompleted.d.mts +4 -4
- package/dist/200/swapping/swapRequested.d.cts +32 -32
- package/dist/200/swapping/swapRequested.d.mts +32 -32
- package/dist/200/swapping/swapRescheduled.d.cts +6 -6
- package/dist/200/swapping/swapRescheduled.d.mts +6 -6
- package/dist/210/arbitrumIngressEgress/ccmEgressInvalid.d.cts +204 -204
- package/dist/210/arbitrumIngressEgress/ccmEgressInvalid.d.mts +204 -204
- package/dist/210/arbitrumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/210/arbitrumIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/210/arbitrumIngressEgress/depositFailed.d.cts +320 -320
- package/dist/210/arbitrumIngressEgress/depositFailed.d.mts +320 -320
- package/dist/210/arbitrumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/210/arbitrumIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/210/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +204 -204
- package/dist/210/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +204 -204
- package/dist/210/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/210/arbitrumIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/210/assetBalances/refundSkipped.d.cts +148 -148
- package/dist/210/assetBalances/refundSkipped.d.mts +148 -148
- package/dist/210/assethubIngressEgress/ccmEgressInvalid.d.cts +204 -204
- package/dist/210/assethubIngressEgress/ccmEgressInvalid.d.mts +204 -204
- package/dist/210/assethubIngressEgress/depositFailed.d.cts +320 -320
- package/dist/210/assethubIngressEgress/depositFailed.d.mts +320 -320
- package/dist/210/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +204 -204
- package/dist/210/assethubIngressEgress/failedToBuildAllBatchCall.d.mts +204 -204
- package/dist/210/bitcoinIngressEgress/ccmEgressInvalid.d.cts +204 -204
- package/dist/210/bitcoinIngressEgress/ccmEgressInvalid.d.mts +204 -204
- package/dist/210/bitcoinIngressEgress/depositFailed.d.cts +580 -580
- package/dist/210/bitcoinIngressEgress/depositFailed.d.mts +580 -580
- package/dist/210/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +204 -204
- package/dist/210/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +204 -204
- package/dist/210/bitcoinThresholdSigner/thresholdDispatchComplete.d.cts +68 -68
- package/dist/210/bitcoinThresholdSigner/thresholdDispatchComplete.d.mts +68 -68
- package/dist/210/common.d.cts +2906 -2906
- package/dist/210/common.d.mts +2906 -2906
- package/dist/210/emissions/flipBurnSkipped.d.cts +40 -40
- package/dist/210/emissions/flipBurnSkipped.d.mts +40 -40
- package/dist/210/environment/runtimeSafeModeUpdated.d.cts +124 -124
- package/dist/210/environment/runtimeSafeModeUpdated.d.mts +124 -124
- package/dist/210/ethereumIngressEgress/ccmEgressInvalid.d.cts +204 -204
- package/dist/210/ethereumIngressEgress/ccmEgressInvalid.d.mts +204 -204
- package/dist/210/ethereumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/210/ethereumIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/210/ethereumIngressEgress/depositFailed.d.cts +320 -320
- package/dist/210/ethereumIngressEgress/depositFailed.d.mts +320 -320
- package/dist/210/ethereumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/210/ethereumIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/210/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +204 -204
- package/dist/210/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +204 -204
- package/dist/210/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/210/ethereumIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/210/evmThresholdSigner/thresholdDispatchComplete.d.cts +68 -68
- package/dist/210/evmThresholdSigner/thresholdDispatchComplete.d.mts +68 -68
- package/dist/210/funding/sCCallCannotBeExecuted.d.cts +108 -108
- package/dist/210/funding/sCCallCannotBeExecuted.d.mts +108 -108
- package/dist/210/governance/failedExecution.d.cts +20 -20
- package/dist/210/governance/failedExecution.d.mts +20 -20
- package/dist/210/governance/govKeyCallExecutionFailed.d.cts +44 -44
- package/dist/210/governance/govKeyCallExecutionFailed.d.mts +44 -44
- package/dist/210/lendingPools/collateralAdded.d.cts +8 -8
- package/dist/210/lendingPools/collateralAdded.d.mts +8 -8
- package/dist/210/lendingPools/lendingFundsRemoved.d.cts +4 -4
- package/dist/210/lendingPools/lendingFundsRemoved.d.mts +4 -4
- package/dist/210/lendingPools/palletConfigUpdated.d.cts +32 -32
- package/dist/210/lendingPools/palletConfigUpdated.d.mts +32 -32
- package/dist/210/lendingPools/stoppedBoosting.d.cts +4 -4
- package/dist/210/lendingPools/stoppedBoosting.d.mts +4 -4
- package/dist/210/liquidityPools/limitOrderUpdated.d.cts +16 -16
- package/dist/210/liquidityPools/limitOrderUpdated.d.mts +16 -16
- package/dist/210/liquidityPools/rangeOrderUpdated.d.cts +16 -16
- package/dist/210/liquidityPools/rangeOrderUpdated.d.mts +16 -16
- package/dist/210/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.cts +40 -40
- package/dist/210/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.mts +40 -40
- package/dist/210/liquidityProvider/assetBalancePurgeFailed.d.cts +40 -40
- package/dist/210/liquidityProvider/assetBalancePurgeFailed.d.mts +40 -40
- package/dist/210/liquidityProvider/assetBalancePurged.d.cts +8 -8
- package/dist/210/liquidityProvider/assetBalancePurged.d.mts +8 -8
- package/dist/210/liquidityProvider/liquidityDepositAddressReady.d.cts +8 -8
- package/dist/210/liquidityProvider/liquidityDepositAddressReady.d.mts +8 -8
- package/dist/210/liquidityProvider/withdrawalEgressScheduled.d.cts +8 -8
- package/dist/210/liquidityProvider/withdrawalEgressScheduled.d.mts +8 -8
- package/dist/210/polkadotIngressEgress/ccmEgressInvalid.d.cts +204 -204
- package/dist/210/polkadotIngressEgress/ccmEgressInvalid.d.mts +204 -204
- package/dist/210/polkadotIngressEgress/depositFailed.d.cts +320 -320
- package/dist/210/polkadotIngressEgress/depositFailed.d.mts +320 -320
- package/dist/210/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +204 -204
- package/dist/210/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +204 -204
- package/dist/210/polkadotThresholdSigner/thresholdDispatchComplete.d.cts +68 -68
- package/dist/210/polkadotThresholdSigner/thresholdDispatchComplete.d.mts +68 -68
- package/dist/210/solanaIngressEgress/ccmEgressInvalid.d.cts +204 -204
- package/dist/210/solanaIngressEgress/ccmEgressInvalid.d.mts +204 -204
- package/dist/210/solanaIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/210/solanaIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/210/solanaIngressEgress/depositFailed.d.cts +384 -384
- package/dist/210/solanaIngressEgress/depositFailed.d.mts +384 -384
- package/dist/210/solanaIngressEgress/depositFinalised.d.cts +24 -24
- package/dist/210/solanaIngressEgress/depositFinalised.d.mts +24 -24
- package/dist/210/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +204 -204
- package/dist/210/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +204 -204
- package/dist/210/solanaIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/210/solanaIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/210/solanaThresholdSigner/thresholdDispatchComplete.d.cts +68 -68
- package/dist/210/solanaThresholdSigner/thresholdDispatchComplete.d.mts +68 -68
- package/dist/210/swapping/accountCreationDepositAddressReady.d.cts +24 -24
- package/dist/210/swapping/accountCreationDepositAddressReady.d.mts +24 -24
- package/dist/210/swapping/refundEgressIgnored.d.cts +40 -40
- package/dist/210/swapping/refundEgressIgnored.d.mts +40 -40
- package/dist/210/swapping/swapDepositAddressReady.d.cts +54 -54
- package/dist/210/swapping/swapDepositAddressReady.d.mts +54 -54
- package/dist/210/swapping/swapEgressIgnored.d.cts +40 -40
- package/dist/210/swapping/swapEgressIgnored.d.mts +40 -40
- package/dist/210/swapping/swapRequested.d.cts +786 -786
- package/dist/210/swapping/swapRequested.d.mts +786 -786
- package/dist/210/swapping/withdrawalRequested.d.cts +12 -12
- package/dist/210/swapping/withdrawalRequested.d.mts +12 -12
- package/dist/210/system/extrinsicFailed.d.cts +40 -40
- package/dist/210/system/extrinsicFailed.d.mts +40 -40
- package/dist/210/system/rejectedInvalidAuthorizedUpgrade.d.cts +40 -40
- package/dist/210/system/rejectedInvalidAuthorizedUpgrade.d.mts +40 -40
- package/dist/210/witnesser/prewitnessExecutionFailed.d.cts +44 -44
- package/dist/210/witnesser/prewitnessExecutionFailed.d.mts +44 -44
- package/dist/210/witnesser/witnessExecutionFailed.d.cts +44 -44
- package/dist/210/witnesser/witnessExecutionFailed.d.mts +44 -44
- package/dist/220/arbitrumIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/220/arbitrumIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/220/arbitrumIngressEgress/ccmEgressInvalid.d.cts +8 -8
- package/dist/220/arbitrumIngressEgress/ccmEgressInvalid.d.mts +8 -8
- package/dist/220/arbitrumIngressEgress/depositBoosted.d.cts +28 -28
- package/dist/220/arbitrumIngressEgress/depositBoosted.d.mts +28 -28
- package/dist/220/arbitrumIngressEgress/depositFailed.d.cts +72 -72
- package/dist/220/arbitrumIngressEgress/depositFailed.d.mts +72 -72
- package/dist/220/arbitrumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/220/arbitrumIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/220/arbitrumIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/220/arbitrumIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/220/assetBalances/accountCredited.d.cts +14 -14
- package/dist/220/assetBalances/accountCredited.d.mts +14 -14
- package/dist/220/assetBalances/accountDebited.d.cts +14 -14
- package/dist/220/assetBalances/accountDebited.d.mts +14 -14
- package/dist/220/assetBalances/refundSkipped.d.cts +106 -106
- package/dist/220/assetBalances/refundSkipped.d.mts +106 -106
- package/dist/220/assethubIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/220/assethubIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/220/assethubIngressEgress/ccmEgressInvalid.d.cts +8 -8
- package/dist/220/assethubIngressEgress/ccmEgressInvalid.d.mts +8 -8
- package/dist/220/assethubIngressEgress/depositBoosted.d.cts +28 -28
- package/dist/220/assethubIngressEgress/depositBoosted.d.mts +28 -28
- package/dist/220/assethubIngressEgress/depositFailed.d.cts +72 -72
- package/dist/220/assethubIngressEgress/depositFailed.d.mts +72 -72
- package/dist/220/assethubIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/220/assethubIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/220/assethubIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/220/assethubIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/220/bitcoinIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/220/bitcoinIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/220/bitcoinIngressEgress/ccmEgressInvalid.d.cts +8 -8
- package/dist/220/bitcoinIngressEgress/ccmEgressInvalid.d.mts +8 -8
- package/dist/220/bitcoinIngressEgress/depositBoosted.d.cts +28 -28
- package/dist/220/bitcoinIngressEgress/depositBoosted.d.mts +28 -28
- package/dist/220/bitcoinIngressEgress/depositFailed.d.cts +84 -84
- package/dist/220/bitcoinIngressEgress/depositFailed.d.mts +84 -84
- package/dist/220/bitcoinIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/220/bitcoinIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/220/bitcoinIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/220/bitcoinIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/220/common.d.cts +607 -607
- package/dist/220/common.d.mts +607 -607
- package/dist/220/environment/runtimeSafeModeUpdated.d.cts +84 -84
- package/dist/220/environment/runtimeSafeModeUpdated.d.mts +84 -84
- package/dist/220/ethereumIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/220/ethereumIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/220/ethereumIngressEgress/ccmEgressInvalid.d.cts +8 -8
- package/dist/220/ethereumIngressEgress/ccmEgressInvalid.d.mts +8 -8
- package/dist/220/ethereumIngressEgress/depositBoosted.d.cts +28 -28
- package/dist/220/ethereumIngressEgress/depositBoosted.d.mts +28 -28
- package/dist/220/ethereumIngressEgress/depositFailed.d.cts +72 -72
- package/dist/220/ethereumIngressEgress/depositFailed.d.mts +72 -72
- package/dist/220/ethereumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/220/ethereumIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/220/ethereumIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/220/ethereumIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/220/funding/funded.d.cts +16 -16
- package/dist/220/funding/funded.d.mts +16 -16
- package/dist/220/lendingPools/boostFundsAdded.d.cts +16 -16
- package/dist/220/lendingPools/boostFundsAdded.d.mts +16 -16
- package/dist/220/lendingPools/boostPoolCreated.d.cts +16 -16
- package/dist/220/lendingPools/boostPoolCreated.d.mts +16 -16
- package/dist/220/lendingPools/lendingFundsAdded.d.cts +12 -12
- package/dist/220/lendingPools/lendingFundsAdded.d.mts +12 -12
- package/dist/220/lendingPools/lendingFundsRemoved.d.cts +16 -16
- package/dist/220/lendingPools/lendingFundsRemoved.d.mts +16 -16
- package/dist/220/lendingPools/lendingPoolCreated.d.cts +12 -12
- package/dist/220/lendingPools/lendingPoolCreated.d.mts +12 -12
- package/dist/220/lendingPools/loanCreated.d.cts +12 -12
- package/dist/220/lendingPools/loanCreated.d.mts +12 -12
- package/dist/220/lendingPools/loanRepaid.d.cts +4 -4
- package/dist/220/lendingPools/loanRepaid.d.mts +4 -4
- package/dist/220/lendingPools/palletConfigUpdated.d.cts +36 -36
- package/dist/220/lendingPools/palletConfigUpdated.d.mts +36 -36
- package/dist/220/lendingPools/stoppedBoosting.d.cts +16 -16
- package/dist/220/lendingPools/stoppedBoosting.d.mts +16 -16
- package/dist/220/liquidityPools/assetSwapped.d.cts +28 -28
- package/dist/220/liquidityPools/assetSwapped.d.mts +28 -28
- package/dist/220/liquidityPools/limitOrderUpdated.d.cts +24 -24
- package/dist/220/liquidityPools/limitOrderUpdated.d.mts +24 -24
- package/dist/220/liquidityPools/newPoolCreated.d.cts +24 -24
- package/dist/220/liquidityPools/newPoolCreated.d.mts +24 -24
- package/dist/220/liquidityPools/orderDeletionFailed.d.cts +64 -64
- package/dist/220/liquidityPools/orderDeletionFailed.d.mts +64 -64
- package/dist/220/liquidityPools/palletConfigUpdated.d.cts +16 -16
- package/dist/220/liquidityPools/palletConfigUpdated.d.mts +16 -16
- package/dist/220/liquidityPools/poolFeeSet.d.cts +24 -24
- package/dist/220/liquidityPools/poolFeeSet.d.mts +24 -24
- package/dist/220/liquidityPools/rangeOrderUpdated.d.cts +24 -24
- package/dist/220/liquidityPools/rangeOrderUpdated.d.mts +24 -24
- package/dist/220/liquidityProvider/assetBalancePurgeFailed.d.cts +18 -18
- package/dist/220/liquidityProvider/assetBalancePurgeFailed.d.mts +18 -18
- package/dist/220/liquidityProvider/assetBalancePurged.d.cts +24 -24
- package/dist/220/liquidityProvider/assetBalancePurged.d.mts +24 -24
- package/dist/220/liquidityProvider/assetTransferred.d.cts +12 -12
- package/dist/220/liquidityProvider/assetTransferred.d.mts +12 -12
- package/dist/220/liquidityProvider/liquidityDepositAddressReady.d.cts +36 -36
- package/dist/220/liquidityProvider/liquidityDepositAddressReady.d.mts +36 -36
- package/dist/220/liquidityProvider/liquidityRefundAddressRegistered.d.cts +4 -4
- package/dist/220/liquidityProvider/liquidityRefundAddressRegistered.d.mts +4 -4
- package/dist/220/liquidityProvider/withdrawalEgressScheduled.d.cts +20 -20
- package/dist/220/liquidityProvider/withdrawalEgressScheduled.d.mts +20 -20
- package/dist/220/polkadotIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/220/polkadotIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/220/polkadotIngressEgress/ccmEgressInvalid.d.cts +8 -8
- package/dist/220/polkadotIngressEgress/ccmEgressInvalid.d.mts +8 -8
- package/dist/220/polkadotIngressEgress/depositBoosted.d.cts +28 -28
- package/dist/220/polkadotIngressEgress/depositBoosted.d.mts +28 -28
- package/dist/220/polkadotIngressEgress/depositFailed.d.cts +72 -72
- package/dist/220/polkadotIngressEgress/depositFailed.d.mts +72 -72
- package/dist/220/polkadotIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/220/polkadotIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/220/polkadotIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/220/polkadotIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/220/solanaIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/220/solanaIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/220/solanaIngressEgress/ccmEgressInvalid.d.cts +8 -8
- package/dist/220/solanaIngressEgress/ccmEgressInvalid.d.mts +8 -8
- package/dist/220/solanaIngressEgress/depositBoosted.d.cts +28 -28
- package/dist/220/solanaIngressEgress/depositBoosted.d.mts +28 -28
- package/dist/220/solanaIngressEgress/depositFailed.d.cts +72 -72
- package/dist/220/solanaIngressEgress/depositFailed.d.mts +72 -72
- package/dist/220/solanaIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/220/solanaIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/220/solanaIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/220/solanaIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/220/swapping/accountCreationDepositAddressReady.d.cts +40 -40
- package/dist/220/swapping/accountCreationDepositAddressReady.d.mts +40 -40
- package/dist/220/swapping/batchSwapFailed.d.cts +12 -12
- package/dist/220/swapping/batchSwapFailed.d.mts +12 -12
- package/dist/220/swapping/creditedOnChain.d.cts +20 -20
- package/dist/220/swapping/creditedOnChain.d.mts +20 -20
- package/dist/220/swapping/palletConfigUpdated.d.cts +96 -96
- package/dist/220/swapping/palletConfigUpdated.d.mts +96 -96
- package/dist/220/swapping/refundEgressIgnored.d.cts +16 -16
- package/dist/220/swapping/refundEgressIgnored.d.mts +16 -16
- package/dist/220/swapping/refundEgressScheduled.d.cts +28 -28
- package/dist/220/swapping/refundEgressScheduled.d.mts +28 -28
- package/dist/220/swapping/refundedOnChain.d.cts +20 -20
- package/dist/220/swapping/refundedOnChain.d.mts +20 -20
- package/dist/220/swapping/swapAmountConfiscated.d.cts +12 -12
- package/dist/220/swapping/swapAmountConfiscated.d.mts +12 -12
- package/dist/220/swapping/swapDepositAddressReady.d.cts +58 -58
- package/dist/220/swapping/swapDepositAddressReady.d.mts +58 -58
- package/dist/220/swapping/swapEgressIgnored.d.cts +16 -16
- package/dist/220/swapping/swapEgressIgnored.d.mts +16 -16
- package/dist/220/swapping/swapEgressScheduled.d.cts +28 -28
- package/dist/220/swapping/swapEgressScheduled.d.mts +28 -28
- package/dist/220/swapping/swapExecuted.d.cts +32 -32
- package/dist/220/swapping/swapExecuted.d.mts +32 -32
- package/dist/220/swapping/swapRequested.d.cts +158 -158
- package/dist/220/swapping/swapRequested.d.mts +158 -158
- package/dist/220/swapping/withdrawalRequested.d.cts +26 -26
- package/dist/220/swapping/withdrawalRequested.d.mts +26 -26
- package/dist/220/tradingStrategy/fundsAddedToStrategy.d.cts +12 -12
- package/dist/220/tradingStrategy/fundsAddedToStrategy.d.mts +12 -12
- package/dist/220/tradingStrategy/palletConfigUpdated.d.cts +48 -48
- package/dist/220/tradingStrategy/palletConfigUpdated.d.mts +48 -48
- package/dist/220/tradingStrategy/strategyDeployed.d.cts +80 -80
- package/dist/220/tradingStrategy/strategyDeployed.d.mts +80 -80
- package/dist/220/tronIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/220/tronIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/220/tronIngressEgress/ccmEgressInvalid.d.cts +8 -8
- package/dist/220/tronIngressEgress/ccmEgressInvalid.d.mts +8 -8
- package/dist/220/tronIngressEgress/channelRejectionRequestReceived.d.cts +4 -4
- package/dist/220/tronIngressEgress/channelRejectionRequestReceived.d.mts +4 -4
- package/dist/220/tronIngressEgress/depositBoosted.d.cts +28 -28
- package/dist/220/tronIngressEgress/depositBoosted.d.mts +28 -28
- package/dist/220/tronIngressEgress/depositFailed.d.cts +72 -72
- package/dist/220/tronIngressEgress/depositFailed.d.mts +72 -72
- package/dist/220/tronIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/220/tronIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/220/tronIngressEgress/transactionRejectedByBroker.d.cts +4 -4
- package/dist/220/tronIngressEgress/transactionRejectedByBroker.d.mts +4 -4
- package/dist/220/tronIngressEgress/transactionRejectionRequestExpired.d.cts +4 -4
- package/dist/220/tronIngressEgress/transactionRejectionRequestExpired.d.mts +4 -4
- package/dist/220/tronIngressEgress/transactionRejectionRequestReceived.d.cts +4 -4
- package/dist/220/tronIngressEgress/transactionRejectionRequestReceived.d.mts +4 -4
- package/dist/220/tronIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/220/tronIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/package.json +3 -3
|
@@ -55,17 +55,17 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
55
55
|
error: string;
|
|
56
56
|
}>;
|
|
57
57
|
}, "strip", z.ZodTypeAny, {
|
|
58
|
-
__kind: "Module";
|
|
59
58
|
value: {
|
|
60
59
|
index: number;
|
|
61
60
|
error: `0x${string}`;
|
|
62
61
|
};
|
|
63
|
-
}, {
|
|
64
62
|
__kind: "Module";
|
|
63
|
+
}, {
|
|
65
64
|
value: {
|
|
66
65
|
index: number;
|
|
67
66
|
error: string;
|
|
68
67
|
};
|
|
68
|
+
__kind: "Module";
|
|
69
69
|
}>, z.ZodObject<{
|
|
70
70
|
__kind: z.ZodLiteral<"ConsumerRemaining">;
|
|
71
71
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -96,13 +96,13 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
96
96
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
97
97
|
}>;
|
|
98
98
|
}, "strip", z.ZodTypeAny, {
|
|
99
|
-
__kind: "Token";
|
|
100
99
|
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
101
|
-
}, {
|
|
102
100
|
__kind: "Token";
|
|
101
|
+
}, {
|
|
103
102
|
value: {
|
|
104
103
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
105
104
|
};
|
|
105
|
+
__kind: "Token";
|
|
106
106
|
}>, z.ZodObject<{
|
|
107
107
|
__kind: z.ZodLiteral<"Arithmetic">;
|
|
108
108
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -115,13 +115,13 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
115
115
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
116
116
|
}>;
|
|
117
117
|
}, "strip", z.ZodTypeAny, {
|
|
118
|
-
__kind: "Arithmetic";
|
|
119
118
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
120
|
-
}, {
|
|
121
119
|
__kind: "Arithmetic";
|
|
120
|
+
}, {
|
|
122
121
|
value: {
|
|
123
122
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
124
123
|
};
|
|
124
|
+
__kind: "Arithmetic";
|
|
125
125
|
}>, z.ZodObject<{
|
|
126
126
|
__kind: z.ZodLiteral<"Transactional">;
|
|
127
127
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -134,13 +134,13 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
134
134
|
__kind: "LimitReached" | "NoLayer";
|
|
135
135
|
}>;
|
|
136
136
|
}, "strip", z.ZodTypeAny, {
|
|
137
|
-
__kind: "Transactional";
|
|
138
137
|
value: "LimitReached" | "NoLayer";
|
|
139
|
-
}, {
|
|
140
138
|
__kind: "Transactional";
|
|
139
|
+
}, {
|
|
141
140
|
value: {
|
|
142
141
|
__kind: "LimitReached" | "NoLayer";
|
|
143
142
|
};
|
|
143
|
+
__kind: "Transactional";
|
|
144
144
|
}>, z.ZodObject<{
|
|
145
145
|
__kind: z.ZodLiteral<"Exhausted">;
|
|
146
146
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -177,16 +177,15 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
177
177
|
__kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
178
178
|
}>;
|
|
179
179
|
}, "strip", z.ZodTypeAny, {
|
|
180
|
-
__kind: "Trie";
|
|
181
180
|
value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
182
|
-
}, {
|
|
183
181
|
__kind: "Trie";
|
|
182
|
+
}, {
|
|
184
183
|
value: {
|
|
185
184
|
__kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
186
185
|
};
|
|
186
|
+
__kind: "Trie";
|
|
187
187
|
}>]>;
|
|
188
188
|
}, "strip", z.ZodTypeAny, {
|
|
189
|
-
__kind: "DepositWitnessRejected";
|
|
190
189
|
value: {
|
|
191
190
|
__kind: "Other";
|
|
192
191
|
} | {
|
|
@@ -194,11 +193,11 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
194
193
|
} | {
|
|
195
194
|
__kind: "BadOrigin";
|
|
196
195
|
} | {
|
|
197
|
-
__kind: "Module";
|
|
198
196
|
value: {
|
|
199
197
|
index: number;
|
|
200
198
|
error: `0x${string}`;
|
|
201
199
|
};
|
|
200
|
+
__kind: "Module";
|
|
202
201
|
} | {
|
|
203
202
|
__kind: "ConsumerRemaining";
|
|
204
203
|
} | {
|
|
@@ -206,14 +205,14 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
206
205
|
} | {
|
|
207
206
|
__kind: "TooManyConsumers";
|
|
208
207
|
} | {
|
|
209
|
-
__kind: "Token";
|
|
210
208
|
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
209
|
+
__kind: "Token";
|
|
211
210
|
} | {
|
|
212
|
-
__kind: "Arithmetic";
|
|
213
211
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
212
|
+
__kind: "Arithmetic";
|
|
214
213
|
} | {
|
|
215
|
-
__kind: "Transactional";
|
|
216
214
|
value: "LimitReached" | "NoLayer";
|
|
215
|
+
__kind: "Transactional";
|
|
217
216
|
} | {
|
|
218
217
|
__kind: "Exhausted";
|
|
219
218
|
} | {
|
|
@@ -223,11 +222,11 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
223
222
|
} | {
|
|
224
223
|
__kind: "RootNotAllowed";
|
|
225
224
|
} | {
|
|
226
|
-
__kind: "Trie";
|
|
227
225
|
value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
226
|
+
__kind: "Trie";
|
|
228
227
|
};
|
|
229
|
-
}, {
|
|
230
228
|
__kind: "DepositWitnessRejected";
|
|
229
|
+
}, {
|
|
231
230
|
value: {
|
|
232
231
|
__kind: "Other";
|
|
233
232
|
} | {
|
|
@@ -235,11 +234,11 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
235
234
|
} | {
|
|
236
235
|
__kind: "BadOrigin";
|
|
237
236
|
} | {
|
|
238
|
-
__kind: "Module";
|
|
239
237
|
value: {
|
|
240
238
|
index: number;
|
|
241
239
|
error: string;
|
|
242
240
|
};
|
|
241
|
+
__kind: "Module";
|
|
243
242
|
} | {
|
|
244
243
|
__kind: "ConsumerRemaining";
|
|
245
244
|
} | {
|
|
@@ -247,20 +246,20 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
247
246
|
} | {
|
|
248
247
|
__kind: "TooManyConsumers";
|
|
249
248
|
} | {
|
|
250
|
-
__kind: "Token";
|
|
251
249
|
value: {
|
|
252
250
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
253
251
|
};
|
|
252
|
+
__kind: "Token";
|
|
254
253
|
} | {
|
|
255
|
-
__kind: "Arithmetic";
|
|
256
254
|
value: {
|
|
257
255
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
258
256
|
};
|
|
257
|
+
__kind: "Arithmetic";
|
|
259
258
|
} | {
|
|
260
|
-
__kind: "Transactional";
|
|
261
259
|
value: {
|
|
262
260
|
__kind: "LimitReached" | "NoLayer";
|
|
263
261
|
};
|
|
262
|
+
__kind: "Transactional";
|
|
264
263
|
} | {
|
|
265
264
|
__kind: "Exhausted";
|
|
266
265
|
} | {
|
|
@@ -270,11 +269,12 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
270
269
|
} | {
|
|
271
270
|
__kind: "RootNotAllowed";
|
|
272
271
|
} | {
|
|
273
|
-
__kind: "Trie";
|
|
274
272
|
value: {
|
|
275
273
|
__kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
276
274
|
};
|
|
275
|
+
__kind: "Trie";
|
|
277
276
|
};
|
|
277
|
+
__kind: "DepositWitnessRejected";
|
|
278
278
|
}>, z.ZodObject<{
|
|
279
279
|
__kind: z.ZodLiteral<"Unrefundable">;
|
|
280
280
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -357,11 +357,11 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
357
357
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
358
358
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
359
359
|
}, "strip", z.ZodTypeAny, {
|
|
360
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
361
360
|
value: `0x${string}`;
|
|
362
|
-
}, {
|
|
363
361
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
362
|
+
}, {
|
|
364
363
|
value: string;
|
|
364
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
365
365
|
}>, {
|
|
366
366
|
readonly chain: "Ethereum";
|
|
367
367
|
readonly address: `0x${string}`;
|
|
@@ -381,8 +381,8 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
381
381
|
readonly chain: "Assethub";
|
|
382
382
|
readonly address: string;
|
|
383
383
|
}, {
|
|
384
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
385
384
|
value: string;
|
|
385
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
386
386
|
}>;
|
|
387
387
|
depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
388
388
|
channelMetadata: z.ZodObject<{
|
|
@@ -411,67 +411,67 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
411
411
|
__kind: z.ZodLiteral<"Eth">;
|
|
412
412
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
413
413
|
}, "strip", z.ZodTypeAny, {
|
|
414
|
-
__kind: "Eth";
|
|
415
414
|
value: `0x${string}`;
|
|
416
|
-
}, {
|
|
417
415
|
__kind: "Eth";
|
|
416
|
+
}, {
|
|
418
417
|
value: string;
|
|
418
|
+
__kind: "Eth";
|
|
419
419
|
}>, z.ZodObject<{
|
|
420
420
|
__kind: z.ZodLiteral<"Dot">;
|
|
421
421
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
422
422
|
}, "strip", z.ZodTypeAny, {
|
|
423
|
-
__kind: "Dot";
|
|
424
423
|
value: `0x${string}`;
|
|
425
|
-
}, {
|
|
426
424
|
__kind: "Dot";
|
|
425
|
+
}, {
|
|
427
426
|
value: string;
|
|
427
|
+
__kind: "Dot";
|
|
428
428
|
}>, z.ZodObject<{
|
|
429
429
|
__kind: z.ZodLiteral<"Btc">;
|
|
430
430
|
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
431
431
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
432
432
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
433
433
|
}, "strip", z.ZodTypeAny, {
|
|
434
|
-
__kind: "P2PKH";
|
|
435
434
|
value: `0x${string}`;
|
|
436
|
-
}, {
|
|
437
435
|
__kind: "P2PKH";
|
|
436
|
+
}, {
|
|
438
437
|
value: string;
|
|
438
|
+
__kind: "P2PKH";
|
|
439
439
|
}>, z.ZodObject<{
|
|
440
440
|
__kind: z.ZodLiteral<"P2SH">;
|
|
441
441
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
442
442
|
}, "strip", z.ZodTypeAny, {
|
|
443
|
-
__kind: "P2SH";
|
|
444
443
|
value: `0x${string}`;
|
|
445
|
-
}, {
|
|
446
444
|
__kind: "P2SH";
|
|
445
|
+
}, {
|
|
447
446
|
value: string;
|
|
447
|
+
__kind: "P2SH";
|
|
448
448
|
}>, z.ZodObject<{
|
|
449
449
|
__kind: z.ZodLiteral<"P2WPKH">;
|
|
450
450
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
451
451
|
}, "strip", z.ZodTypeAny, {
|
|
452
|
-
__kind: "P2WPKH";
|
|
453
452
|
value: `0x${string}`;
|
|
454
|
-
}, {
|
|
455
453
|
__kind: "P2WPKH";
|
|
454
|
+
}, {
|
|
456
455
|
value: string;
|
|
456
|
+
__kind: "P2WPKH";
|
|
457
457
|
}>, z.ZodObject<{
|
|
458
458
|
__kind: z.ZodLiteral<"P2WSH">;
|
|
459
459
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
460
460
|
}, "strip", z.ZodTypeAny, {
|
|
461
|
-
__kind: "P2WSH";
|
|
462
461
|
value: `0x${string}`;
|
|
463
|
-
}, {
|
|
464
462
|
__kind: "P2WSH";
|
|
463
|
+
}, {
|
|
465
464
|
value: string;
|
|
465
|
+
__kind: "P2WSH";
|
|
466
466
|
}>, z.ZodObject<{
|
|
467
467
|
__kind: z.ZodLiteral<"Taproot">;
|
|
468
468
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
469
469
|
}, "strip", z.ZodTypeAny, {
|
|
470
|
-
__kind: "Taproot";
|
|
471
470
|
value: `0x${string}`;
|
|
472
|
-
}, {
|
|
473
471
|
__kind: "Taproot";
|
|
472
|
+
}, {
|
|
474
473
|
value: string;
|
|
474
|
+
__kind: "Taproot";
|
|
475
475
|
}>, z.ZodObject<{
|
|
476
476
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
477
477
|
version: z.ZodNumber;
|
|
@@ -486,76 +486,76 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
486
486
|
program: string;
|
|
487
487
|
}>]>;
|
|
488
488
|
}, "strip", z.ZodTypeAny, {
|
|
489
|
-
__kind: "Btc";
|
|
490
489
|
value: {
|
|
491
|
-
__kind: "P2PKH";
|
|
492
490
|
value: `0x${string}`;
|
|
491
|
+
__kind: "P2PKH";
|
|
493
492
|
} | {
|
|
494
|
-
__kind: "P2SH";
|
|
495
493
|
value: `0x${string}`;
|
|
494
|
+
__kind: "P2SH";
|
|
496
495
|
} | {
|
|
497
|
-
__kind: "P2WPKH";
|
|
498
496
|
value: `0x${string}`;
|
|
497
|
+
__kind: "P2WPKH";
|
|
499
498
|
} | {
|
|
500
|
-
__kind: "P2WSH";
|
|
501
499
|
value: `0x${string}`;
|
|
500
|
+
__kind: "P2WSH";
|
|
502
501
|
} | {
|
|
503
|
-
__kind: "Taproot";
|
|
504
502
|
value: `0x${string}`;
|
|
503
|
+
__kind: "Taproot";
|
|
505
504
|
} | {
|
|
506
505
|
__kind: "OtherSegwit";
|
|
507
506
|
version: number;
|
|
508
507
|
program: `0x${string}`;
|
|
509
508
|
};
|
|
510
|
-
}, {
|
|
511
509
|
__kind: "Btc";
|
|
510
|
+
}, {
|
|
512
511
|
value: {
|
|
513
|
-
__kind: "P2PKH";
|
|
514
512
|
value: string;
|
|
513
|
+
__kind: "P2PKH";
|
|
515
514
|
} | {
|
|
516
|
-
__kind: "P2SH";
|
|
517
515
|
value: string;
|
|
516
|
+
__kind: "P2SH";
|
|
518
517
|
} | {
|
|
519
|
-
__kind: "P2WPKH";
|
|
520
518
|
value: string;
|
|
519
|
+
__kind: "P2WPKH";
|
|
521
520
|
} | {
|
|
522
|
-
__kind: "P2WSH";
|
|
523
521
|
value: string;
|
|
522
|
+
__kind: "P2WSH";
|
|
524
523
|
} | {
|
|
525
|
-
__kind: "Taproot";
|
|
526
524
|
value: string;
|
|
525
|
+
__kind: "Taproot";
|
|
527
526
|
} | {
|
|
528
527
|
__kind: "OtherSegwit";
|
|
529
528
|
version: number;
|
|
530
529
|
program: string;
|
|
531
530
|
};
|
|
531
|
+
__kind: "Btc";
|
|
532
532
|
}>, z.ZodObject<{
|
|
533
533
|
__kind: z.ZodLiteral<"Arb">;
|
|
534
534
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
535
535
|
}, "strip", z.ZodTypeAny, {
|
|
536
|
-
__kind: "Arb";
|
|
537
536
|
value: `0x${string}`;
|
|
538
|
-
}, {
|
|
539
537
|
__kind: "Arb";
|
|
538
|
+
}, {
|
|
540
539
|
value: string;
|
|
540
|
+
__kind: "Arb";
|
|
541
541
|
}>, z.ZodObject<{
|
|
542
542
|
__kind: z.ZodLiteral<"Sol">;
|
|
543
543
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
544
544
|
}, "strip", z.ZodTypeAny, {
|
|
545
|
-
__kind: "Sol";
|
|
546
545
|
value: `0x${string}`;
|
|
547
|
-
}, {
|
|
548
546
|
__kind: "Sol";
|
|
547
|
+
}, {
|
|
549
548
|
value: string;
|
|
549
|
+
__kind: "Sol";
|
|
550
550
|
}>, z.ZodObject<{
|
|
551
551
|
__kind: z.ZodLiteral<"Hub">;
|
|
552
552
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
553
553
|
}, "strip", z.ZodTypeAny, {
|
|
554
|
-
__kind: "Hub";
|
|
555
554
|
value: `0x${string}`;
|
|
556
|
-
}, {
|
|
557
555
|
__kind: "Hub";
|
|
556
|
+
}, {
|
|
558
557
|
value: string;
|
|
558
|
+
__kind: "Hub";
|
|
559
559
|
}>]>>>;
|
|
560
560
|
}, "strip", z.ZodTypeAny, {
|
|
561
561
|
channelMetadata: {
|
|
@@ -565,42 +565,42 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
565
565
|
};
|
|
566
566
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
567
567
|
sourceAddress?: {
|
|
568
|
-
__kind: "Eth";
|
|
569
568
|
value: `0x${string}`;
|
|
569
|
+
__kind: "Eth";
|
|
570
570
|
} | {
|
|
571
|
-
__kind: "Dot";
|
|
572
571
|
value: `0x${string}`;
|
|
572
|
+
__kind: "Dot";
|
|
573
573
|
} | {
|
|
574
|
-
__kind: "Btc";
|
|
575
574
|
value: {
|
|
576
|
-
__kind: "P2PKH";
|
|
577
575
|
value: `0x${string}`;
|
|
576
|
+
__kind: "P2PKH";
|
|
578
577
|
} | {
|
|
579
|
-
__kind: "P2SH";
|
|
580
578
|
value: `0x${string}`;
|
|
579
|
+
__kind: "P2SH";
|
|
581
580
|
} | {
|
|
582
|
-
__kind: "P2WPKH";
|
|
583
581
|
value: `0x${string}`;
|
|
582
|
+
__kind: "P2WPKH";
|
|
584
583
|
} | {
|
|
585
|
-
__kind: "P2WSH";
|
|
586
584
|
value: `0x${string}`;
|
|
585
|
+
__kind: "P2WSH";
|
|
587
586
|
} | {
|
|
588
|
-
__kind: "Taproot";
|
|
589
587
|
value: `0x${string}`;
|
|
588
|
+
__kind: "Taproot";
|
|
590
589
|
} | {
|
|
591
590
|
__kind: "OtherSegwit";
|
|
592
591
|
version: number;
|
|
593
592
|
program: `0x${string}`;
|
|
594
593
|
};
|
|
594
|
+
__kind: "Btc";
|
|
595
595
|
} | {
|
|
596
|
-
__kind: "Arb";
|
|
597
596
|
value: `0x${string}`;
|
|
597
|
+
__kind: "Arb";
|
|
598
598
|
} | {
|
|
599
|
-
__kind: "Sol";
|
|
600
599
|
value: `0x${string}`;
|
|
600
|
+
__kind: "Sol";
|
|
601
601
|
} | {
|
|
602
|
-
__kind: "Hub";
|
|
603
602
|
value: `0x${string}`;
|
|
603
|
+
__kind: "Hub";
|
|
604
604
|
} | null | undefined;
|
|
605
605
|
}, {
|
|
606
606
|
channelMetadata: {
|
|
@@ -612,42 +612,42 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
612
612
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
613
613
|
};
|
|
614
614
|
sourceAddress?: {
|
|
615
|
-
__kind: "Eth";
|
|
616
615
|
value: string;
|
|
616
|
+
__kind: "Eth";
|
|
617
617
|
} | {
|
|
618
|
-
__kind: "Dot";
|
|
619
618
|
value: string;
|
|
619
|
+
__kind: "Dot";
|
|
620
620
|
} | {
|
|
621
|
-
__kind: "Btc";
|
|
622
621
|
value: {
|
|
623
|
-
__kind: "P2PKH";
|
|
624
622
|
value: string;
|
|
623
|
+
__kind: "P2PKH";
|
|
625
624
|
} | {
|
|
626
|
-
__kind: "P2SH";
|
|
627
625
|
value: string;
|
|
626
|
+
__kind: "P2SH";
|
|
628
627
|
} | {
|
|
629
|
-
__kind: "P2WPKH";
|
|
630
628
|
value: string;
|
|
629
|
+
__kind: "P2WPKH";
|
|
631
630
|
} | {
|
|
632
|
-
__kind: "P2WSH";
|
|
633
631
|
value: string;
|
|
632
|
+
__kind: "P2WSH";
|
|
634
633
|
} | {
|
|
635
|
-
__kind: "Taproot";
|
|
636
634
|
value: string;
|
|
635
|
+
__kind: "Taproot";
|
|
637
636
|
} | {
|
|
638
637
|
__kind: "OtherSegwit";
|
|
639
638
|
version: number;
|
|
640
639
|
program: string;
|
|
641
640
|
};
|
|
641
|
+
__kind: "Btc";
|
|
642
642
|
} | {
|
|
643
|
-
__kind: "Arb";
|
|
644
643
|
value: string;
|
|
644
|
+
__kind: "Arb";
|
|
645
645
|
} | {
|
|
646
|
-
__kind: "Sol";
|
|
647
646
|
value: string;
|
|
647
|
+
__kind: "Sol";
|
|
648
648
|
} | {
|
|
649
|
-
__kind: "Hub";
|
|
650
649
|
value: string;
|
|
650
|
+
__kind: "Hub";
|
|
651
651
|
} | null | undefined;
|
|
652
652
|
}>>>;
|
|
653
653
|
txId: z.ZodObject<{
|
|
@@ -784,42 +784,42 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
784
784
|
};
|
|
785
785
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
786
786
|
sourceAddress?: {
|
|
787
|
-
__kind: "Eth";
|
|
788
787
|
value: `0x${string}`;
|
|
788
|
+
__kind: "Eth";
|
|
789
789
|
} | {
|
|
790
|
-
__kind: "Dot";
|
|
791
790
|
value: `0x${string}`;
|
|
791
|
+
__kind: "Dot";
|
|
792
792
|
} | {
|
|
793
|
-
__kind: "Btc";
|
|
794
793
|
value: {
|
|
795
|
-
__kind: "P2PKH";
|
|
796
794
|
value: `0x${string}`;
|
|
795
|
+
__kind: "P2PKH";
|
|
797
796
|
} | {
|
|
798
|
-
__kind: "P2SH";
|
|
799
797
|
value: `0x${string}`;
|
|
798
|
+
__kind: "P2SH";
|
|
800
799
|
} | {
|
|
801
|
-
__kind: "P2WPKH";
|
|
802
800
|
value: `0x${string}`;
|
|
801
|
+
__kind: "P2WPKH";
|
|
803
802
|
} | {
|
|
804
|
-
__kind: "P2WSH";
|
|
805
803
|
value: `0x${string}`;
|
|
804
|
+
__kind: "P2WSH";
|
|
806
805
|
} | {
|
|
807
|
-
__kind: "Taproot";
|
|
808
806
|
value: `0x${string}`;
|
|
807
|
+
__kind: "Taproot";
|
|
809
808
|
} | {
|
|
810
809
|
__kind: "OtherSegwit";
|
|
811
810
|
version: number;
|
|
812
811
|
program: `0x${string}`;
|
|
813
812
|
};
|
|
813
|
+
__kind: "Btc";
|
|
814
814
|
} | {
|
|
815
|
-
__kind: "Arb";
|
|
816
815
|
value: `0x${string}`;
|
|
816
|
+
__kind: "Arb";
|
|
817
817
|
} | {
|
|
818
|
-
__kind: "Sol";
|
|
819
818
|
value: `0x${string}`;
|
|
819
|
+
__kind: "Sol";
|
|
820
820
|
} | {
|
|
821
|
-
__kind: "Hub";
|
|
822
821
|
value: `0x${string}`;
|
|
822
|
+
__kind: "Hub";
|
|
823
823
|
} | null | undefined;
|
|
824
824
|
} | null | undefined;
|
|
825
825
|
brokerFee?: {
|
|
@@ -844,8 +844,8 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
844
844
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
845
845
|
};
|
|
846
846
|
destinationAddress: {
|
|
847
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
848
847
|
value: string;
|
|
848
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
849
849
|
};
|
|
850
850
|
affiliateFees: {
|
|
851
851
|
account: number;
|
|
@@ -875,42 +875,42 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
875
875
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
876
876
|
};
|
|
877
877
|
sourceAddress?: {
|
|
878
|
-
__kind: "Eth";
|
|
879
878
|
value: string;
|
|
879
|
+
__kind: "Eth";
|
|
880
880
|
} | {
|
|
881
|
-
__kind: "Dot";
|
|
882
881
|
value: string;
|
|
882
|
+
__kind: "Dot";
|
|
883
883
|
} | {
|
|
884
|
-
__kind: "Btc";
|
|
885
884
|
value: {
|
|
886
|
-
__kind: "P2PKH";
|
|
887
885
|
value: string;
|
|
886
|
+
__kind: "P2PKH";
|
|
888
887
|
} | {
|
|
889
|
-
__kind: "P2SH";
|
|
890
888
|
value: string;
|
|
889
|
+
__kind: "P2SH";
|
|
891
890
|
} | {
|
|
892
|
-
__kind: "P2WPKH";
|
|
893
891
|
value: string;
|
|
892
|
+
__kind: "P2WPKH";
|
|
894
893
|
} | {
|
|
895
|
-
__kind: "P2WSH";
|
|
896
894
|
value: string;
|
|
895
|
+
__kind: "P2WSH";
|
|
897
896
|
} | {
|
|
898
|
-
__kind: "Taproot";
|
|
899
897
|
value: string;
|
|
898
|
+
__kind: "Taproot";
|
|
900
899
|
} | {
|
|
901
900
|
__kind: "OtherSegwit";
|
|
902
901
|
version: number;
|
|
903
902
|
program: string;
|
|
904
903
|
};
|
|
904
|
+
__kind: "Btc";
|
|
905
905
|
} | {
|
|
906
|
-
__kind: "Arb";
|
|
907
906
|
value: string;
|
|
907
|
+
__kind: "Arb";
|
|
908
908
|
} | {
|
|
909
|
-
__kind: "Sol";
|
|
910
909
|
value: string;
|
|
910
|
+
__kind: "Sol";
|
|
911
911
|
} | {
|
|
912
|
-
__kind: "Hub";
|
|
913
912
|
value: string;
|
|
913
|
+
__kind: "Hub";
|
|
914
914
|
} | null | undefined;
|
|
915
915
|
} | null | undefined;
|
|
916
916
|
brokerFee?: {
|
|
@@ -978,42 +978,42 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
978
978
|
};
|
|
979
979
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
980
980
|
sourceAddress?: {
|
|
981
|
-
__kind: "Eth";
|
|
982
981
|
value: `0x${string}`;
|
|
982
|
+
__kind: "Eth";
|
|
983
983
|
} | {
|
|
984
|
-
__kind: "Dot";
|
|
985
984
|
value: `0x${string}`;
|
|
985
|
+
__kind: "Dot";
|
|
986
986
|
} | {
|
|
987
|
-
__kind: "Btc";
|
|
988
987
|
value: {
|
|
989
|
-
__kind: "P2PKH";
|
|
990
988
|
value: `0x${string}`;
|
|
989
|
+
__kind: "P2PKH";
|
|
991
990
|
} | {
|
|
992
|
-
__kind: "P2SH";
|
|
993
991
|
value: `0x${string}`;
|
|
992
|
+
__kind: "P2SH";
|
|
994
993
|
} | {
|
|
995
|
-
__kind: "P2WPKH";
|
|
996
994
|
value: `0x${string}`;
|
|
995
|
+
__kind: "P2WPKH";
|
|
997
996
|
} | {
|
|
998
|
-
__kind: "P2WSH";
|
|
999
997
|
value: `0x${string}`;
|
|
998
|
+
__kind: "P2WSH";
|
|
1000
999
|
} | {
|
|
1001
|
-
__kind: "Taproot";
|
|
1002
1000
|
value: `0x${string}`;
|
|
1001
|
+
__kind: "Taproot";
|
|
1003
1002
|
} | {
|
|
1004
1003
|
__kind: "OtherSegwit";
|
|
1005
1004
|
version: number;
|
|
1006
1005
|
program: `0x${string}`;
|
|
1007
1006
|
};
|
|
1007
|
+
__kind: "Btc";
|
|
1008
1008
|
} | {
|
|
1009
|
-
__kind: "Arb";
|
|
1010
1009
|
value: `0x${string}`;
|
|
1010
|
+
__kind: "Arb";
|
|
1011
1011
|
} | {
|
|
1012
|
-
__kind: "Sol";
|
|
1013
1012
|
value: `0x${string}`;
|
|
1013
|
+
__kind: "Sol";
|
|
1014
1014
|
} | {
|
|
1015
|
-
__kind: "Hub";
|
|
1016
1015
|
value: `0x${string}`;
|
|
1016
|
+
__kind: "Hub";
|
|
1017
1017
|
} | null | undefined;
|
|
1018
1018
|
} | null | undefined;
|
|
1019
1019
|
brokerFee?: {
|
|
@@ -1041,8 +1041,8 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1041
1041
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
1042
1042
|
};
|
|
1043
1043
|
destinationAddress: {
|
|
1044
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1045
1044
|
value: string;
|
|
1045
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1046
1046
|
};
|
|
1047
1047
|
affiliateFees: {
|
|
1048
1048
|
account: number;
|
|
@@ -1072,42 +1072,42 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1072
1072
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
1073
1073
|
};
|
|
1074
1074
|
sourceAddress?: {
|
|
1075
|
-
__kind: "Eth";
|
|
1076
1075
|
value: string;
|
|
1076
|
+
__kind: "Eth";
|
|
1077
1077
|
} | {
|
|
1078
|
-
__kind: "Dot";
|
|
1079
1078
|
value: string;
|
|
1079
|
+
__kind: "Dot";
|
|
1080
1080
|
} | {
|
|
1081
|
-
__kind: "Btc";
|
|
1082
1081
|
value: {
|
|
1083
|
-
__kind: "P2PKH";
|
|
1084
1082
|
value: string;
|
|
1083
|
+
__kind: "P2PKH";
|
|
1085
1084
|
} | {
|
|
1086
|
-
__kind: "P2SH";
|
|
1087
1085
|
value: string;
|
|
1086
|
+
__kind: "P2SH";
|
|
1088
1087
|
} | {
|
|
1089
|
-
__kind: "P2WPKH";
|
|
1090
1088
|
value: string;
|
|
1089
|
+
__kind: "P2WPKH";
|
|
1091
1090
|
} | {
|
|
1092
|
-
__kind: "P2WSH";
|
|
1093
1091
|
value: string;
|
|
1092
|
+
__kind: "P2WSH";
|
|
1094
1093
|
} | {
|
|
1095
|
-
__kind: "Taproot";
|
|
1096
1094
|
value: string;
|
|
1095
|
+
__kind: "Taproot";
|
|
1097
1096
|
} | {
|
|
1098
1097
|
__kind: "OtherSegwit";
|
|
1099
1098
|
version: number;
|
|
1100
1099
|
program: string;
|
|
1101
1100
|
};
|
|
1101
|
+
__kind: "Btc";
|
|
1102
1102
|
} | {
|
|
1103
|
-
__kind: "Arb";
|
|
1104
1103
|
value: string;
|
|
1104
|
+
__kind: "Arb";
|
|
1105
1105
|
} | {
|
|
1106
|
-
__kind: "Sol";
|
|
1107
1106
|
value: string;
|
|
1107
|
+
__kind: "Sol";
|
|
1108
1108
|
} | {
|
|
1109
|
-
__kind: "Hub";
|
|
1110
1109
|
value: string;
|
|
1110
|
+
__kind: "Hub";
|
|
1111
1111
|
} | null | undefined;
|
|
1112
1112
|
} | null | undefined;
|
|
1113
1113
|
brokerFee?: {
|
|
@@ -1128,7 +1128,6 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1128
1128
|
} | {
|
|
1129
1129
|
__kind: "TransactionRejectedByBroker";
|
|
1130
1130
|
} | {
|
|
1131
|
-
__kind: "DepositWitnessRejected";
|
|
1132
1131
|
value: {
|
|
1133
1132
|
__kind: "Other";
|
|
1134
1133
|
} | {
|
|
@@ -1136,11 +1135,11 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1136
1135
|
} | {
|
|
1137
1136
|
__kind: "BadOrigin";
|
|
1138
1137
|
} | {
|
|
1139
|
-
__kind: "Module";
|
|
1140
1138
|
value: {
|
|
1141
1139
|
index: number;
|
|
1142
1140
|
error: `0x${string}`;
|
|
1143
1141
|
};
|
|
1142
|
+
__kind: "Module";
|
|
1144
1143
|
} | {
|
|
1145
1144
|
__kind: "ConsumerRemaining";
|
|
1146
1145
|
} | {
|
|
@@ -1148,14 +1147,14 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1148
1147
|
} | {
|
|
1149
1148
|
__kind: "TooManyConsumers";
|
|
1150
1149
|
} | {
|
|
1151
|
-
__kind: "Token";
|
|
1152
1150
|
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1151
|
+
__kind: "Token";
|
|
1153
1152
|
} | {
|
|
1154
|
-
__kind: "Arithmetic";
|
|
1155
1153
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1154
|
+
__kind: "Arithmetic";
|
|
1156
1155
|
} | {
|
|
1157
|
-
__kind: "Transactional";
|
|
1158
1156
|
value: "LimitReached" | "NoLayer";
|
|
1157
|
+
__kind: "Transactional";
|
|
1159
1158
|
} | {
|
|
1160
1159
|
__kind: "Exhausted";
|
|
1161
1160
|
} | {
|
|
@@ -1165,9 +1164,10 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1165
1164
|
} | {
|
|
1166
1165
|
__kind: "RootNotAllowed";
|
|
1167
1166
|
} | {
|
|
1168
|
-
__kind: "Trie";
|
|
1169
1167
|
value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
1168
|
+
__kind: "Trie";
|
|
1170
1169
|
};
|
|
1170
|
+
__kind: "DepositWitnessRejected";
|
|
1171
1171
|
} | {
|
|
1172
1172
|
__kind: "Unrefundable";
|
|
1173
1173
|
};
|
|
@@ -1236,42 +1236,42 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1236
1236
|
};
|
|
1237
1237
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
1238
1238
|
sourceAddress?: {
|
|
1239
|
-
__kind: "Eth";
|
|
1240
1239
|
value: `0x${string}`;
|
|
1240
|
+
__kind: "Eth";
|
|
1241
1241
|
} | {
|
|
1242
|
-
__kind: "Dot";
|
|
1243
1242
|
value: `0x${string}`;
|
|
1243
|
+
__kind: "Dot";
|
|
1244
1244
|
} | {
|
|
1245
|
-
__kind: "Btc";
|
|
1246
1245
|
value: {
|
|
1247
|
-
__kind: "P2PKH";
|
|
1248
1246
|
value: `0x${string}`;
|
|
1247
|
+
__kind: "P2PKH";
|
|
1249
1248
|
} | {
|
|
1250
|
-
__kind: "P2SH";
|
|
1251
1249
|
value: `0x${string}`;
|
|
1250
|
+
__kind: "P2SH";
|
|
1252
1251
|
} | {
|
|
1253
|
-
__kind: "P2WPKH";
|
|
1254
1252
|
value: `0x${string}`;
|
|
1253
|
+
__kind: "P2WPKH";
|
|
1255
1254
|
} | {
|
|
1256
|
-
__kind: "P2WSH";
|
|
1257
1255
|
value: `0x${string}`;
|
|
1256
|
+
__kind: "P2WSH";
|
|
1258
1257
|
} | {
|
|
1259
|
-
__kind: "Taproot";
|
|
1260
1258
|
value: `0x${string}`;
|
|
1259
|
+
__kind: "Taproot";
|
|
1261
1260
|
} | {
|
|
1262
1261
|
__kind: "OtherSegwit";
|
|
1263
1262
|
version: number;
|
|
1264
1263
|
program: `0x${string}`;
|
|
1265
1264
|
};
|
|
1265
|
+
__kind: "Btc";
|
|
1266
1266
|
} | {
|
|
1267
|
-
__kind: "Arb";
|
|
1268
1267
|
value: `0x${string}`;
|
|
1268
|
+
__kind: "Arb";
|
|
1269
1269
|
} | {
|
|
1270
|
-
__kind: "Sol";
|
|
1271
1270
|
value: `0x${string}`;
|
|
1271
|
+
__kind: "Sol";
|
|
1272
1272
|
} | {
|
|
1273
|
-
__kind: "Hub";
|
|
1274
1273
|
value: `0x${string}`;
|
|
1274
|
+
__kind: "Hub";
|
|
1275
1275
|
} | null | undefined;
|
|
1276
1276
|
} | null | undefined;
|
|
1277
1277
|
brokerFee?: {
|
|
@@ -1292,7 +1292,6 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1292
1292
|
} | {
|
|
1293
1293
|
__kind: "TransactionRejectedByBroker";
|
|
1294
1294
|
} | {
|
|
1295
|
-
__kind: "DepositWitnessRejected";
|
|
1296
1295
|
value: {
|
|
1297
1296
|
__kind: "Other";
|
|
1298
1297
|
} | {
|
|
@@ -1300,11 +1299,11 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1300
1299
|
} | {
|
|
1301
1300
|
__kind: "BadOrigin";
|
|
1302
1301
|
} | {
|
|
1303
|
-
__kind: "Module";
|
|
1304
1302
|
value: {
|
|
1305
1303
|
index: number;
|
|
1306
1304
|
error: string;
|
|
1307
1305
|
};
|
|
1306
|
+
__kind: "Module";
|
|
1308
1307
|
} | {
|
|
1309
1308
|
__kind: "ConsumerRemaining";
|
|
1310
1309
|
} | {
|
|
@@ -1312,20 +1311,20 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1312
1311
|
} | {
|
|
1313
1312
|
__kind: "TooManyConsumers";
|
|
1314
1313
|
} | {
|
|
1315
|
-
__kind: "Token";
|
|
1316
1314
|
value: {
|
|
1317
1315
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1318
1316
|
};
|
|
1317
|
+
__kind: "Token";
|
|
1319
1318
|
} | {
|
|
1320
|
-
__kind: "Arithmetic";
|
|
1321
1319
|
value: {
|
|
1322
1320
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1323
1321
|
};
|
|
1322
|
+
__kind: "Arithmetic";
|
|
1324
1323
|
} | {
|
|
1325
|
-
__kind: "Transactional";
|
|
1326
1324
|
value: {
|
|
1327
1325
|
__kind: "LimitReached" | "NoLayer";
|
|
1328
1326
|
};
|
|
1327
|
+
__kind: "Transactional";
|
|
1329
1328
|
} | {
|
|
1330
1329
|
__kind: "Exhausted";
|
|
1331
1330
|
} | {
|
|
@@ -1335,11 +1334,12 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1335
1334
|
} | {
|
|
1336
1335
|
__kind: "RootNotAllowed";
|
|
1337
1336
|
} | {
|
|
1338
|
-
__kind: "Trie";
|
|
1339
1337
|
value: {
|
|
1340
1338
|
__kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
1341
1339
|
};
|
|
1340
|
+
__kind: "Trie";
|
|
1342
1341
|
};
|
|
1342
|
+
__kind: "DepositWitnessRejected";
|
|
1343
1343
|
} | {
|
|
1344
1344
|
__kind: "Unrefundable";
|
|
1345
1345
|
};
|
|
@@ -1370,8 +1370,8 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1370
1370
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
1371
1371
|
};
|
|
1372
1372
|
destinationAddress: {
|
|
1373
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1374
1373
|
value: string;
|
|
1374
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1375
1375
|
};
|
|
1376
1376
|
affiliateFees: {
|
|
1377
1377
|
account: number;
|
|
@@ -1401,42 +1401,42 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1401
1401
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
1402
1402
|
};
|
|
1403
1403
|
sourceAddress?: {
|
|
1404
|
-
__kind: "Eth";
|
|
1405
1404
|
value: string;
|
|
1405
|
+
__kind: "Eth";
|
|
1406
1406
|
} | {
|
|
1407
|
-
__kind: "Dot";
|
|
1408
1407
|
value: string;
|
|
1408
|
+
__kind: "Dot";
|
|
1409
1409
|
} | {
|
|
1410
|
-
__kind: "Btc";
|
|
1411
1410
|
value: {
|
|
1412
|
-
__kind: "P2PKH";
|
|
1413
1411
|
value: string;
|
|
1412
|
+
__kind: "P2PKH";
|
|
1414
1413
|
} | {
|
|
1415
|
-
__kind: "P2SH";
|
|
1416
1414
|
value: string;
|
|
1415
|
+
__kind: "P2SH";
|
|
1417
1416
|
} | {
|
|
1418
|
-
__kind: "P2WPKH";
|
|
1419
1417
|
value: string;
|
|
1418
|
+
__kind: "P2WPKH";
|
|
1420
1419
|
} | {
|
|
1421
|
-
__kind: "P2WSH";
|
|
1422
1420
|
value: string;
|
|
1421
|
+
__kind: "P2WSH";
|
|
1423
1422
|
} | {
|
|
1424
|
-
__kind: "Taproot";
|
|
1425
1423
|
value: string;
|
|
1424
|
+
__kind: "Taproot";
|
|
1426
1425
|
} | {
|
|
1427
1426
|
__kind: "OtherSegwit";
|
|
1428
1427
|
version: number;
|
|
1429
1428
|
program: string;
|
|
1430
1429
|
};
|
|
1430
|
+
__kind: "Btc";
|
|
1431
1431
|
} | {
|
|
1432
|
-
__kind: "Arb";
|
|
1433
1432
|
value: string;
|
|
1433
|
+
__kind: "Arb";
|
|
1434
1434
|
} | {
|
|
1435
|
-
__kind: "Sol";
|
|
1436
1435
|
value: string;
|
|
1436
|
+
__kind: "Sol";
|
|
1437
1437
|
} | {
|
|
1438
|
-
__kind: "Hub";
|
|
1439
1438
|
value: string;
|
|
1439
|
+
__kind: "Hub";
|
|
1440
1440
|
} | null | undefined;
|
|
1441
1441
|
} | null | undefined;
|
|
1442
1442
|
brokerFee?: {
|
|
@@ -1503,17 +1503,17 @@ declare const assethubIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1503
1503
|
error: string;
|
|
1504
1504
|
}>;
|
|
1505
1505
|
}, "strip", z.ZodTypeAny, {
|
|
1506
|
-
__kind: "Module";
|
|
1507
1506
|
value: {
|
|
1508
1507
|
index: number;
|
|
1509
1508
|
error: `0x${string}`;
|
|
1510
1509
|
};
|
|
1511
|
-
}, {
|
|
1512
1510
|
__kind: "Module";
|
|
1511
|
+
}, {
|
|
1513
1512
|
value: {
|
|
1514
1513
|
index: number;
|
|
1515
1514
|
error: string;
|
|
1516
1515
|
};
|
|
1516
|
+
__kind: "Module";
|
|
1517
1517
|
}>, z.ZodObject<{
|
|
1518
1518
|
__kind: z.ZodLiteral<"ConsumerRemaining">;
|
|
1519
1519
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1544,13 +1544,13 @@ declare const assethubIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1544
1544
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1545
1545
|
}>;
|
|
1546
1546
|
}, "strip", z.ZodTypeAny, {
|
|
1547
|
-
__kind: "Token";
|
|
1548
1547
|
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1549
|
-
}, {
|
|
1550
1548
|
__kind: "Token";
|
|
1549
|
+
}, {
|
|
1551
1550
|
value: {
|
|
1552
1551
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1553
1552
|
};
|
|
1553
|
+
__kind: "Token";
|
|
1554
1554
|
}>, z.ZodObject<{
|
|
1555
1555
|
__kind: z.ZodLiteral<"Arithmetic">;
|
|
1556
1556
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -1563,13 +1563,13 @@ declare const assethubIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1563
1563
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1564
1564
|
}>;
|
|
1565
1565
|
}, "strip", z.ZodTypeAny, {
|
|
1566
|
-
__kind: "Arithmetic";
|
|
1567
1566
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1568
|
-
}, {
|
|
1569
1567
|
__kind: "Arithmetic";
|
|
1568
|
+
}, {
|
|
1570
1569
|
value: {
|
|
1571
1570
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1572
1571
|
};
|
|
1572
|
+
__kind: "Arithmetic";
|
|
1573
1573
|
}>, z.ZodObject<{
|
|
1574
1574
|
__kind: z.ZodLiteral<"Transactional">;
|
|
1575
1575
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -1582,13 +1582,13 @@ declare const assethubIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1582
1582
|
__kind: "LimitReached" | "NoLayer";
|
|
1583
1583
|
}>;
|
|
1584
1584
|
}, "strip", z.ZodTypeAny, {
|
|
1585
|
-
__kind: "Transactional";
|
|
1586
1585
|
value: "LimitReached" | "NoLayer";
|
|
1587
|
-
}, {
|
|
1588
1586
|
__kind: "Transactional";
|
|
1587
|
+
}, {
|
|
1589
1588
|
value: {
|
|
1590
1589
|
__kind: "LimitReached" | "NoLayer";
|
|
1591
1590
|
};
|
|
1591
|
+
__kind: "Transactional";
|
|
1592
1592
|
}>, z.ZodObject<{
|
|
1593
1593
|
__kind: z.ZodLiteral<"Exhausted">;
|
|
1594
1594
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1625,16 +1625,15 @@ declare const assethubIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1625
1625
|
__kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
1626
1626
|
}>;
|
|
1627
1627
|
}, "strip", z.ZodTypeAny, {
|
|
1628
|
-
__kind: "Trie";
|
|
1629
1628
|
value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
1630
|
-
}, {
|
|
1631
1629
|
__kind: "Trie";
|
|
1630
|
+
}, {
|
|
1632
1631
|
value: {
|
|
1633
1632
|
__kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
1634
1633
|
};
|
|
1634
|
+
__kind: "Trie";
|
|
1635
1635
|
}>]>;
|
|
1636
1636
|
}, "strip", z.ZodTypeAny, {
|
|
1637
|
-
__kind: "DepositWitnessRejected";
|
|
1638
1637
|
value: {
|
|
1639
1638
|
__kind: "Other";
|
|
1640
1639
|
} | {
|
|
@@ -1642,11 +1641,11 @@ declare const assethubIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1642
1641
|
} | {
|
|
1643
1642
|
__kind: "BadOrigin";
|
|
1644
1643
|
} | {
|
|
1645
|
-
__kind: "Module";
|
|
1646
1644
|
value: {
|
|
1647
1645
|
index: number;
|
|
1648
1646
|
error: `0x${string}`;
|
|
1649
1647
|
};
|
|
1648
|
+
__kind: "Module";
|
|
1650
1649
|
} | {
|
|
1651
1650
|
__kind: "ConsumerRemaining";
|
|
1652
1651
|
} | {
|
|
@@ -1654,14 +1653,14 @@ declare const assethubIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1654
1653
|
} | {
|
|
1655
1654
|
__kind: "TooManyConsumers";
|
|
1656
1655
|
} | {
|
|
1657
|
-
__kind: "Token";
|
|
1658
1656
|
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1657
|
+
__kind: "Token";
|
|
1659
1658
|
} | {
|
|
1660
|
-
__kind: "Arithmetic";
|
|
1661
1659
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1660
|
+
__kind: "Arithmetic";
|
|
1662
1661
|
} | {
|
|
1663
|
-
__kind: "Transactional";
|
|
1664
1662
|
value: "LimitReached" | "NoLayer";
|
|
1663
|
+
__kind: "Transactional";
|
|
1665
1664
|
} | {
|
|
1666
1665
|
__kind: "Exhausted";
|
|
1667
1666
|
} | {
|
|
@@ -1671,11 +1670,11 @@ declare const assethubIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1671
1670
|
} | {
|
|
1672
1671
|
__kind: "RootNotAllowed";
|
|
1673
1672
|
} | {
|
|
1674
|
-
__kind: "Trie";
|
|
1675
1673
|
value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
1674
|
+
__kind: "Trie";
|
|
1676
1675
|
};
|
|
1677
|
-
}, {
|
|
1678
1676
|
__kind: "DepositWitnessRejected";
|
|
1677
|
+
}, {
|
|
1679
1678
|
value: {
|
|
1680
1679
|
__kind: "Other";
|
|
1681
1680
|
} | {
|
|
@@ -1683,11 +1682,11 @@ declare const assethubIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1683
1682
|
} | {
|
|
1684
1683
|
__kind: "BadOrigin";
|
|
1685
1684
|
} | {
|
|
1686
|
-
__kind: "Module";
|
|
1687
1685
|
value: {
|
|
1688
1686
|
index: number;
|
|
1689
1687
|
error: string;
|
|
1690
1688
|
};
|
|
1689
|
+
__kind: "Module";
|
|
1691
1690
|
} | {
|
|
1692
1691
|
__kind: "ConsumerRemaining";
|
|
1693
1692
|
} | {
|
|
@@ -1695,20 +1694,20 @@ declare const assethubIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1695
1694
|
} | {
|
|
1696
1695
|
__kind: "TooManyConsumers";
|
|
1697
1696
|
} | {
|
|
1698
|
-
__kind: "Token";
|
|
1699
1697
|
value: {
|
|
1700
1698
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1701
1699
|
};
|
|
1700
|
+
__kind: "Token";
|
|
1702
1701
|
} | {
|
|
1703
|
-
__kind: "Arithmetic";
|
|
1704
1702
|
value: {
|
|
1705
1703
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1706
1704
|
};
|
|
1705
|
+
__kind: "Arithmetic";
|
|
1707
1706
|
} | {
|
|
1708
|
-
__kind: "Transactional";
|
|
1709
1707
|
value: {
|
|
1710
1708
|
__kind: "LimitReached" | "NoLayer";
|
|
1711
1709
|
};
|
|
1710
|
+
__kind: "Transactional";
|
|
1712
1711
|
} | {
|
|
1713
1712
|
__kind: "Exhausted";
|
|
1714
1713
|
} | {
|
|
@@ -1718,11 +1717,12 @@ declare const assethubIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1718
1717
|
} | {
|
|
1719
1718
|
__kind: "RootNotAllowed";
|
|
1720
1719
|
} | {
|
|
1721
|
-
__kind: "Trie";
|
|
1722
1720
|
value: {
|
|
1723
1721
|
__kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
1724
1722
|
};
|
|
1723
|
+
__kind: "Trie";
|
|
1725
1724
|
};
|
|
1725
|
+
__kind: "DepositWitnessRejected";
|
|
1726
1726
|
}>, z.ZodObject<{
|
|
1727
1727
|
__kind: z.ZodLiteral<"Unrefundable">;
|
|
1728
1728
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1805,11 +1805,11 @@ declare const assethubIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1805
1805
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
1806
1806
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1807
1807
|
}, "strip", z.ZodTypeAny, {
|
|
1808
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1809
1808
|
value: `0x${string}`;
|
|
1810
|
-
}, {
|
|
1811
1809
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1810
|
+
}, {
|
|
1812
1811
|
value: string;
|
|
1812
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1813
1813
|
}>, {
|
|
1814
1814
|
readonly chain: "Ethereum";
|
|
1815
1815
|
readonly address: `0x${string}`;
|
|
@@ -1829,8 +1829,8 @@ declare const assethubIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1829
1829
|
readonly chain: "Assethub";
|
|
1830
1830
|
readonly address: string;
|
|
1831
1831
|
}, {
|
|
1832
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1833
1832
|
value: string;
|
|
1833
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1834
1834
|
}>;
|
|
1835
1835
|
depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1836
1836
|
channelMetadata: z.ZodObject<{
|
|
@@ -1859,67 +1859,67 @@ declare const assethubIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1859
1859
|
__kind: z.ZodLiteral<"Eth">;
|
|
1860
1860
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1861
1861
|
}, "strip", z.ZodTypeAny, {
|
|
1862
|
-
__kind: "Eth";
|
|
1863
1862
|
value: `0x${string}`;
|
|
1864
|
-
}, {
|
|
1865
1863
|
__kind: "Eth";
|
|
1864
|
+
}, {
|
|
1866
1865
|
value: string;
|
|
1866
|
+
__kind: "Eth";
|
|
1867
1867
|
}>, z.ZodObject<{
|
|
1868
1868
|
__kind: z.ZodLiteral<"Dot">;
|
|
1869
1869
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1870
1870
|
}, "strip", z.ZodTypeAny, {
|
|
1871
|
-
__kind: "Dot";
|
|
1872
1871
|
value: `0x${string}`;
|
|
1873
|
-
}, {
|
|
1874
1872
|
__kind: "Dot";
|
|
1873
|
+
}, {
|
|
1875
1874
|
value: string;
|
|
1875
|
+
__kind: "Dot";
|
|
1876
1876
|
}>, z.ZodObject<{
|
|
1877
1877
|
__kind: z.ZodLiteral<"Btc">;
|
|
1878
1878
|
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
1879
1879
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
1880
1880
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1881
1881
|
}, "strip", z.ZodTypeAny, {
|
|
1882
|
-
__kind: "P2PKH";
|
|
1883
1882
|
value: `0x${string}`;
|
|
1884
|
-
}, {
|
|
1885
1883
|
__kind: "P2PKH";
|
|
1884
|
+
}, {
|
|
1886
1885
|
value: string;
|
|
1886
|
+
__kind: "P2PKH";
|
|
1887
1887
|
}>, z.ZodObject<{
|
|
1888
1888
|
__kind: z.ZodLiteral<"P2SH">;
|
|
1889
1889
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1890
1890
|
}, "strip", z.ZodTypeAny, {
|
|
1891
|
-
__kind: "P2SH";
|
|
1892
1891
|
value: `0x${string}`;
|
|
1893
|
-
}, {
|
|
1894
1892
|
__kind: "P2SH";
|
|
1893
|
+
}, {
|
|
1895
1894
|
value: string;
|
|
1895
|
+
__kind: "P2SH";
|
|
1896
1896
|
}>, z.ZodObject<{
|
|
1897
1897
|
__kind: z.ZodLiteral<"P2WPKH">;
|
|
1898
1898
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1899
1899
|
}, "strip", z.ZodTypeAny, {
|
|
1900
|
-
__kind: "P2WPKH";
|
|
1901
1900
|
value: `0x${string}`;
|
|
1902
|
-
}, {
|
|
1903
1901
|
__kind: "P2WPKH";
|
|
1902
|
+
}, {
|
|
1904
1903
|
value: string;
|
|
1904
|
+
__kind: "P2WPKH";
|
|
1905
1905
|
}>, z.ZodObject<{
|
|
1906
1906
|
__kind: z.ZodLiteral<"P2WSH">;
|
|
1907
1907
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1908
1908
|
}, "strip", z.ZodTypeAny, {
|
|
1909
|
-
__kind: "P2WSH";
|
|
1910
1909
|
value: `0x${string}`;
|
|
1911
|
-
}, {
|
|
1912
1910
|
__kind: "P2WSH";
|
|
1911
|
+
}, {
|
|
1913
1912
|
value: string;
|
|
1913
|
+
__kind: "P2WSH";
|
|
1914
1914
|
}>, z.ZodObject<{
|
|
1915
1915
|
__kind: z.ZodLiteral<"Taproot">;
|
|
1916
1916
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1917
1917
|
}, "strip", z.ZodTypeAny, {
|
|
1918
|
-
__kind: "Taproot";
|
|
1919
1918
|
value: `0x${string}`;
|
|
1920
|
-
}, {
|
|
1921
1919
|
__kind: "Taproot";
|
|
1920
|
+
}, {
|
|
1922
1921
|
value: string;
|
|
1922
|
+
__kind: "Taproot";
|
|
1923
1923
|
}>, z.ZodObject<{
|
|
1924
1924
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
1925
1925
|
version: z.ZodNumber;
|
|
@@ -1934,76 +1934,76 @@ declare const assethubIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1934
1934
|
program: string;
|
|
1935
1935
|
}>]>;
|
|
1936
1936
|
}, "strip", z.ZodTypeAny, {
|
|
1937
|
-
__kind: "Btc";
|
|
1938
1937
|
value: {
|
|
1939
|
-
__kind: "P2PKH";
|
|
1940
1938
|
value: `0x${string}`;
|
|
1939
|
+
__kind: "P2PKH";
|
|
1941
1940
|
} | {
|
|
1942
|
-
__kind: "P2SH";
|
|
1943
1941
|
value: `0x${string}`;
|
|
1942
|
+
__kind: "P2SH";
|
|
1944
1943
|
} | {
|
|
1945
|
-
__kind: "P2WPKH";
|
|
1946
1944
|
value: `0x${string}`;
|
|
1945
|
+
__kind: "P2WPKH";
|
|
1947
1946
|
} | {
|
|
1948
|
-
__kind: "P2WSH";
|
|
1949
1947
|
value: `0x${string}`;
|
|
1948
|
+
__kind: "P2WSH";
|
|
1950
1949
|
} | {
|
|
1951
|
-
__kind: "Taproot";
|
|
1952
1950
|
value: `0x${string}`;
|
|
1951
|
+
__kind: "Taproot";
|
|
1953
1952
|
} | {
|
|
1954
1953
|
__kind: "OtherSegwit";
|
|
1955
1954
|
version: number;
|
|
1956
1955
|
program: `0x${string}`;
|
|
1957
1956
|
};
|
|
1958
|
-
}, {
|
|
1959
1957
|
__kind: "Btc";
|
|
1958
|
+
}, {
|
|
1960
1959
|
value: {
|
|
1961
|
-
__kind: "P2PKH";
|
|
1962
1960
|
value: string;
|
|
1961
|
+
__kind: "P2PKH";
|
|
1963
1962
|
} | {
|
|
1964
|
-
__kind: "P2SH";
|
|
1965
1963
|
value: string;
|
|
1964
|
+
__kind: "P2SH";
|
|
1966
1965
|
} | {
|
|
1967
|
-
__kind: "P2WPKH";
|
|
1968
1966
|
value: string;
|
|
1967
|
+
__kind: "P2WPKH";
|
|
1969
1968
|
} | {
|
|
1970
|
-
__kind: "P2WSH";
|
|
1971
1969
|
value: string;
|
|
1970
|
+
__kind: "P2WSH";
|
|
1972
1971
|
} | {
|
|
1973
|
-
__kind: "Taproot";
|
|
1974
1972
|
value: string;
|
|
1973
|
+
__kind: "Taproot";
|
|
1975
1974
|
} | {
|
|
1976
1975
|
__kind: "OtherSegwit";
|
|
1977
1976
|
version: number;
|
|
1978
1977
|
program: string;
|
|
1979
1978
|
};
|
|
1979
|
+
__kind: "Btc";
|
|
1980
1980
|
}>, z.ZodObject<{
|
|
1981
1981
|
__kind: z.ZodLiteral<"Arb">;
|
|
1982
1982
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1983
1983
|
}, "strip", z.ZodTypeAny, {
|
|
1984
|
-
__kind: "Arb";
|
|
1985
1984
|
value: `0x${string}`;
|
|
1986
|
-
}, {
|
|
1987
1985
|
__kind: "Arb";
|
|
1986
|
+
}, {
|
|
1988
1987
|
value: string;
|
|
1988
|
+
__kind: "Arb";
|
|
1989
1989
|
}>, z.ZodObject<{
|
|
1990
1990
|
__kind: z.ZodLiteral<"Sol">;
|
|
1991
1991
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1992
1992
|
}, "strip", z.ZodTypeAny, {
|
|
1993
|
-
__kind: "Sol";
|
|
1994
1993
|
value: `0x${string}`;
|
|
1995
|
-
}, {
|
|
1996
1994
|
__kind: "Sol";
|
|
1995
|
+
}, {
|
|
1997
1996
|
value: string;
|
|
1997
|
+
__kind: "Sol";
|
|
1998
1998
|
}>, z.ZodObject<{
|
|
1999
1999
|
__kind: z.ZodLiteral<"Hub">;
|
|
2000
2000
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2001
2001
|
}, "strip", z.ZodTypeAny, {
|
|
2002
|
-
__kind: "Hub";
|
|
2003
2002
|
value: `0x${string}`;
|
|
2004
|
-
}, {
|
|
2005
2003
|
__kind: "Hub";
|
|
2004
|
+
}, {
|
|
2006
2005
|
value: string;
|
|
2006
|
+
__kind: "Hub";
|
|
2007
2007
|
}>]>>>;
|
|
2008
2008
|
}, "strip", z.ZodTypeAny, {
|
|
2009
2009
|
channelMetadata: {
|
|
@@ -2013,42 +2013,42 @@ declare const assethubIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2013
2013
|
};
|
|
2014
2014
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2015
2015
|
sourceAddress?: {
|
|
2016
|
-
__kind: "Eth";
|
|
2017
2016
|
value: `0x${string}`;
|
|
2017
|
+
__kind: "Eth";
|
|
2018
2018
|
} | {
|
|
2019
|
-
__kind: "Dot";
|
|
2020
2019
|
value: `0x${string}`;
|
|
2020
|
+
__kind: "Dot";
|
|
2021
2021
|
} | {
|
|
2022
|
-
__kind: "Btc";
|
|
2023
2022
|
value: {
|
|
2024
|
-
__kind: "P2PKH";
|
|
2025
2023
|
value: `0x${string}`;
|
|
2024
|
+
__kind: "P2PKH";
|
|
2026
2025
|
} | {
|
|
2027
|
-
__kind: "P2SH";
|
|
2028
2026
|
value: `0x${string}`;
|
|
2027
|
+
__kind: "P2SH";
|
|
2029
2028
|
} | {
|
|
2030
|
-
__kind: "P2WPKH";
|
|
2031
2029
|
value: `0x${string}`;
|
|
2030
|
+
__kind: "P2WPKH";
|
|
2032
2031
|
} | {
|
|
2033
|
-
__kind: "P2WSH";
|
|
2034
2032
|
value: `0x${string}`;
|
|
2033
|
+
__kind: "P2WSH";
|
|
2035
2034
|
} | {
|
|
2036
|
-
__kind: "Taproot";
|
|
2037
2035
|
value: `0x${string}`;
|
|
2036
|
+
__kind: "Taproot";
|
|
2038
2037
|
} | {
|
|
2039
2038
|
__kind: "OtherSegwit";
|
|
2040
2039
|
version: number;
|
|
2041
2040
|
program: `0x${string}`;
|
|
2042
2041
|
};
|
|
2042
|
+
__kind: "Btc";
|
|
2043
2043
|
} | {
|
|
2044
|
-
__kind: "Arb";
|
|
2045
2044
|
value: `0x${string}`;
|
|
2045
|
+
__kind: "Arb";
|
|
2046
2046
|
} | {
|
|
2047
|
-
__kind: "Sol";
|
|
2048
2047
|
value: `0x${string}`;
|
|
2048
|
+
__kind: "Sol";
|
|
2049
2049
|
} | {
|
|
2050
|
-
__kind: "Hub";
|
|
2051
2050
|
value: `0x${string}`;
|
|
2051
|
+
__kind: "Hub";
|
|
2052
2052
|
} | null | undefined;
|
|
2053
2053
|
}, {
|
|
2054
2054
|
channelMetadata: {
|
|
@@ -2060,42 +2060,42 @@ declare const assethubIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2060
2060
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2061
2061
|
};
|
|
2062
2062
|
sourceAddress?: {
|
|
2063
|
-
__kind: "Eth";
|
|
2064
2063
|
value: string;
|
|
2064
|
+
__kind: "Eth";
|
|
2065
2065
|
} | {
|
|
2066
|
-
__kind: "Dot";
|
|
2067
2066
|
value: string;
|
|
2067
|
+
__kind: "Dot";
|
|
2068
2068
|
} | {
|
|
2069
|
-
__kind: "Btc";
|
|
2070
2069
|
value: {
|
|
2071
|
-
__kind: "P2PKH";
|
|
2072
2070
|
value: string;
|
|
2071
|
+
__kind: "P2PKH";
|
|
2073
2072
|
} | {
|
|
2074
|
-
__kind: "P2SH";
|
|
2075
2073
|
value: string;
|
|
2074
|
+
__kind: "P2SH";
|
|
2076
2075
|
} | {
|
|
2077
|
-
__kind: "P2WPKH";
|
|
2078
2076
|
value: string;
|
|
2077
|
+
__kind: "P2WPKH";
|
|
2079
2078
|
} | {
|
|
2080
|
-
__kind: "P2WSH";
|
|
2081
2079
|
value: string;
|
|
2080
|
+
__kind: "P2WSH";
|
|
2082
2081
|
} | {
|
|
2083
|
-
__kind: "Taproot";
|
|
2084
2082
|
value: string;
|
|
2083
|
+
__kind: "Taproot";
|
|
2085
2084
|
} | {
|
|
2086
2085
|
__kind: "OtherSegwit";
|
|
2087
2086
|
version: number;
|
|
2088
2087
|
program: string;
|
|
2089
2088
|
};
|
|
2089
|
+
__kind: "Btc";
|
|
2090
2090
|
} | {
|
|
2091
|
-
__kind: "Arb";
|
|
2092
2091
|
value: string;
|
|
2092
|
+
__kind: "Arb";
|
|
2093
2093
|
} | {
|
|
2094
|
-
__kind: "Sol";
|
|
2095
2094
|
value: string;
|
|
2095
|
+
__kind: "Sol";
|
|
2096
2096
|
} | {
|
|
2097
|
-
__kind: "Hub";
|
|
2098
2097
|
value: string;
|
|
2098
|
+
__kind: "Hub";
|
|
2099
2099
|
} | null | undefined;
|
|
2100
2100
|
}>>>;
|
|
2101
2101
|
txId: z.ZodObject<{
|
|
@@ -2232,42 +2232,42 @@ declare const assethubIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2232
2232
|
};
|
|
2233
2233
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2234
2234
|
sourceAddress?: {
|
|
2235
|
-
__kind: "Eth";
|
|
2236
2235
|
value: `0x${string}`;
|
|
2236
|
+
__kind: "Eth";
|
|
2237
2237
|
} | {
|
|
2238
|
-
__kind: "Dot";
|
|
2239
2238
|
value: `0x${string}`;
|
|
2239
|
+
__kind: "Dot";
|
|
2240
2240
|
} | {
|
|
2241
|
-
__kind: "Btc";
|
|
2242
2241
|
value: {
|
|
2243
|
-
__kind: "P2PKH";
|
|
2244
2242
|
value: `0x${string}`;
|
|
2243
|
+
__kind: "P2PKH";
|
|
2245
2244
|
} | {
|
|
2246
|
-
__kind: "P2SH";
|
|
2247
2245
|
value: `0x${string}`;
|
|
2246
|
+
__kind: "P2SH";
|
|
2248
2247
|
} | {
|
|
2249
|
-
__kind: "P2WPKH";
|
|
2250
2248
|
value: `0x${string}`;
|
|
2249
|
+
__kind: "P2WPKH";
|
|
2251
2250
|
} | {
|
|
2252
|
-
__kind: "P2WSH";
|
|
2253
2251
|
value: `0x${string}`;
|
|
2252
|
+
__kind: "P2WSH";
|
|
2254
2253
|
} | {
|
|
2255
|
-
__kind: "Taproot";
|
|
2256
2254
|
value: `0x${string}`;
|
|
2255
|
+
__kind: "Taproot";
|
|
2257
2256
|
} | {
|
|
2258
2257
|
__kind: "OtherSegwit";
|
|
2259
2258
|
version: number;
|
|
2260
2259
|
program: `0x${string}`;
|
|
2261
2260
|
};
|
|
2261
|
+
__kind: "Btc";
|
|
2262
2262
|
} | {
|
|
2263
|
-
__kind: "Arb";
|
|
2264
2263
|
value: `0x${string}`;
|
|
2264
|
+
__kind: "Arb";
|
|
2265
2265
|
} | {
|
|
2266
|
-
__kind: "Sol";
|
|
2267
2266
|
value: `0x${string}`;
|
|
2267
|
+
__kind: "Sol";
|
|
2268
2268
|
} | {
|
|
2269
|
-
__kind: "Hub";
|
|
2270
2269
|
value: `0x${string}`;
|
|
2270
|
+
__kind: "Hub";
|
|
2271
2271
|
} | null | undefined;
|
|
2272
2272
|
} | null | undefined;
|
|
2273
2273
|
brokerFee?: {
|
|
@@ -2292,8 +2292,8 @@ declare const assethubIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2292
2292
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
2293
2293
|
};
|
|
2294
2294
|
destinationAddress: {
|
|
2295
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2296
2295
|
value: string;
|
|
2296
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2297
2297
|
};
|
|
2298
2298
|
affiliateFees: {
|
|
2299
2299
|
account: number;
|
|
@@ -2323,42 +2323,42 @@ declare const assethubIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2323
2323
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2324
2324
|
};
|
|
2325
2325
|
sourceAddress?: {
|
|
2326
|
-
__kind: "Eth";
|
|
2327
2326
|
value: string;
|
|
2327
|
+
__kind: "Eth";
|
|
2328
2328
|
} | {
|
|
2329
|
-
__kind: "Dot";
|
|
2330
2329
|
value: string;
|
|
2330
|
+
__kind: "Dot";
|
|
2331
2331
|
} | {
|
|
2332
|
-
__kind: "Btc";
|
|
2333
2332
|
value: {
|
|
2334
|
-
__kind: "P2PKH";
|
|
2335
2333
|
value: string;
|
|
2334
|
+
__kind: "P2PKH";
|
|
2336
2335
|
} | {
|
|
2337
|
-
__kind: "P2SH";
|
|
2338
2336
|
value: string;
|
|
2337
|
+
__kind: "P2SH";
|
|
2339
2338
|
} | {
|
|
2340
|
-
__kind: "P2WPKH";
|
|
2341
2339
|
value: string;
|
|
2340
|
+
__kind: "P2WPKH";
|
|
2342
2341
|
} | {
|
|
2343
|
-
__kind: "P2WSH";
|
|
2344
2342
|
value: string;
|
|
2343
|
+
__kind: "P2WSH";
|
|
2345
2344
|
} | {
|
|
2346
|
-
__kind: "Taproot";
|
|
2347
2345
|
value: string;
|
|
2346
|
+
__kind: "Taproot";
|
|
2348
2347
|
} | {
|
|
2349
2348
|
__kind: "OtherSegwit";
|
|
2350
2349
|
version: number;
|
|
2351
2350
|
program: string;
|
|
2352
2351
|
};
|
|
2352
|
+
__kind: "Btc";
|
|
2353
2353
|
} | {
|
|
2354
|
-
__kind: "Arb";
|
|
2355
2354
|
value: string;
|
|
2355
|
+
__kind: "Arb";
|
|
2356
2356
|
} | {
|
|
2357
|
-
__kind: "Sol";
|
|
2358
2357
|
value: string;
|
|
2358
|
+
__kind: "Sol";
|
|
2359
2359
|
} | {
|
|
2360
|
-
__kind: "Hub";
|
|
2361
2360
|
value: string;
|
|
2361
|
+
__kind: "Hub";
|
|
2362
2362
|
} | null | undefined;
|
|
2363
2363
|
} | null | undefined;
|
|
2364
2364
|
brokerFee?: {
|
|
@@ -2426,42 +2426,42 @@ declare const assethubIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2426
2426
|
};
|
|
2427
2427
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2428
2428
|
sourceAddress?: {
|
|
2429
|
-
__kind: "Eth";
|
|
2430
2429
|
value: `0x${string}`;
|
|
2430
|
+
__kind: "Eth";
|
|
2431
2431
|
} | {
|
|
2432
|
-
__kind: "Dot";
|
|
2433
2432
|
value: `0x${string}`;
|
|
2433
|
+
__kind: "Dot";
|
|
2434
2434
|
} | {
|
|
2435
|
-
__kind: "Btc";
|
|
2436
2435
|
value: {
|
|
2437
|
-
__kind: "P2PKH";
|
|
2438
2436
|
value: `0x${string}`;
|
|
2437
|
+
__kind: "P2PKH";
|
|
2439
2438
|
} | {
|
|
2440
|
-
__kind: "P2SH";
|
|
2441
2439
|
value: `0x${string}`;
|
|
2440
|
+
__kind: "P2SH";
|
|
2442
2441
|
} | {
|
|
2443
|
-
__kind: "P2WPKH";
|
|
2444
2442
|
value: `0x${string}`;
|
|
2443
|
+
__kind: "P2WPKH";
|
|
2445
2444
|
} | {
|
|
2446
|
-
__kind: "P2WSH";
|
|
2447
2445
|
value: `0x${string}`;
|
|
2446
|
+
__kind: "P2WSH";
|
|
2448
2447
|
} | {
|
|
2449
|
-
__kind: "Taproot";
|
|
2450
2448
|
value: `0x${string}`;
|
|
2449
|
+
__kind: "Taproot";
|
|
2451
2450
|
} | {
|
|
2452
2451
|
__kind: "OtherSegwit";
|
|
2453
2452
|
version: number;
|
|
2454
2453
|
program: `0x${string}`;
|
|
2455
2454
|
};
|
|
2455
|
+
__kind: "Btc";
|
|
2456
2456
|
} | {
|
|
2457
|
-
__kind: "Arb";
|
|
2458
2457
|
value: `0x${string}`;
|
|
2458
|
+
__kind: "Arb";
|
|
2459
2459
|
} | {
|
|
2460
|
-
__kind: "Sol";
|
|
2461
2460
|
value: `0x${string}`;
|
|
2461
|
+
__kind: "Sol";
|
|
2462
2462
|
} | {
|
|
2463
|
-
__kind: "Hub";
|
|
2464
2463
|
value: `0x${string}`;
|
|
2464
|
+
__kind: "Hub";
|
|
2465
2465
|
} | null | undefined;
|
|
2466
2466
|
} | null | undefined;
|
|
2467
2467
|
brokerFee?: {
|
|
@@ -2489,8 +2489,8 @@ declare const assethubIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2489
2489
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
2490
2490
|
};
|
|
2491
2491
|
destinationAddress: {
|
|
2492
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2493
2492
|
value: string;
|
|
2493
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2494
2494
|
};
|
|
2495
2495
|
affiliateFees: {
|
|
2496
2496
|
account: number;
|
|
@@ -2520,42 +2520,42 @@ declare const assethubIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2520
2520
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2521
2521
|
};
|
|
2522
2522
|
sourceAddress?: {
|
|
2523
|
-
__kind: "Eth";
|
|
2524
2523
|
value: string;
|
|
2524
|
+
__kind: "Eth";
|
|
2525
2525
|
} | {
|
|
2526
|
-
__kind: "Dot";
|
|
2527
2526
|
value: string;
|
|
2527
|
+
__kind: "Dot";
|
|
2528
2528
|
} | {
|
|
2529
|
-
__kind: "Btc";
|
|
2530
2529
|
value: {
|
|
2531
|
-
__kind: "P2PKH";
|
|
2532
2530
|
value: string;
|
|
2531
|
+
__kind: "P2PKH";
|
|
2533
2532
|
} | {
|
|
2534
|
-
__kind: "P2SH";
|
|
2535
2533
|
value: string;
|
|
2534
|
+
__kind: "P2SH";
|
|
2536
2535
|
} | {
|
|
2537
|
-
__kind: "P2WPKH";
|
|
2538
2536
|
value: string;
|
|
2537
|
+
__kind: "P2WPKH";
|
|
2539
2538
|
} | {
|
|
2540
|
-
__kind: "P2WSH";
|
|
2541
2539
|
value: string;
|
|
2540
|
+
__kind: "P2WSH";
|
|
2542
2541
|
} | {
|
|
2543
|
-
__kind: "Taproot";
|
|
2544
2542
|
value: string;
|
|
2543
|
+
__kind: "Taproot";
|
|
2545
2544
|
} | {
|
|
2546
2545
|
__kind: "OtherSegwit";
|
|
2547
2546
|
version: number;
|
|
2548
2547
|
program: string;
|
|
2549
2548
|
};
|
|
2549
|
+
__kind: "Btc";
|
|
2550
2550
|
} | {
|
|
2551
|
-
__kind: "Arb";
|
|
2552
2551
|
value: string;
|
|
2552
|
+
__kind: "Arb";
|
|
2553
2553
|
} | {
|
|
2554
|
-
__kind: "Sol";
|
|
2555
2554
|
value: string;
|
|
2555
|
+
__kind: "Sol";
|
|
2556
2556
|
} | {
|
|
2557
|
-
__kind: "Hub";
|
|
2558
2557
|
value: string;
|
|
2558
|
+
__kind: "Hub";
|
|
2559
2559
|
} | null | undefined;
|
|
2560
2560
|
} | null | undefined;
|
|
2561
2561
|
brokerFee?: {
|
|
@@ -2576,7 +2576,6 @@ declare const assethubIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2576
2576
|
} | {
|
|
2577
2577
|
__kind: "TransactionRejectedByBroker";
|
|
2578
2578
|
} | {
|
|
2579
|
-
__kind: "DepositWitnessRejected";
|
|
2580
2579
|
value: {
|
|
2581
2580
|
__kind: "Other";
|
|
2582
2581
|
} | {
|
|
@@ -2584,11 +2583,11 @@ declare const assethubIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2584
2583
|
} | {
|
|
2585
2584
|
__kind: "BadOrigin";
|
|
2586
2585
|
} | {
|
|
2587
|
-
__kind: "Module";
|
|
2588
2586
|
value: {
|
|
2589
2587
|
index: number;
|
|
2590
2588
|
error: `0x${string}`;
|
|
2591
2589
|
};
|
|
2590
|
+
__kind: "Module";
|
|
2592
2591
|
} | {
|
|
2593
2592
|
__kind: "ConsumerRemaining";
|
|
2594
2593
|
} | {
|
|
@@ -2596,14 +2595,14 @@ declare const assethubIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2596
2595
|
} | {
|
|
2597
2596
|
__kind: "TooManyConsumers";
|
|
2598
2597
|
} | {
|
|
2599
|
-
__kind: "Token";
|
|
2600
2598
|
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
2599
|
+
__kind: "Token";
|
|
2601
2600
|
} | {
|
|
2602
|
-
__kind: "Arithmetic";
|
|
2603
2601
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
2602
|
+
__kind: "Arithmetic";
|
|
2604
2603
|
} | {
|
|
2605
|
-
__kind: "Transactional";
|
|
2606
2604
|
value: "LimitReached" | "NoLayer";
|
|
2605
|
+
__kind: "Transactional";
|
|
2607
2606
|
} | {
|
|
2608
2607
|
__kind: "Exhausted";
|
|
2609
2608
|
} | {
|
|
@@ -2613,9 +2612,10 @@ declare const assethubIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2613
2612
|
} | {
|
|
2614
2613
|
__kind: "RootNotAllowed";
|
|
2615
2614
|
} | {
|
|
2616
|
-
__kind: "Trie";
|
|
2617
2615
|
value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
2616
|
+
__kind: "Trie";
|
|
2618
2617
|
};
|
|
2618
|
+
__kind: "DepositWitnessRejected";
|
|
2619
2619
|
} | {
|
|
2620
2620
|
__kind: "Unrefundable";
|
|
2621
2621
|
};
|
|
@@ -2684,42 +2684,42 @@ declare const assethubIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2684
2684
|
};
|
|
2685
2685
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2686
2686
|
sourceAddress?: {
|
|
2687
|
-
__kind: "Eth";
|
|
2688
2687
|
value: `0x${string}`;
|
|
2688
|
+
__kind: "Eth";
|
|
2689
2689
|
} | {
|
|
2690
|
-
__kind: "Dot";
|
|
2691
2690
|
value: `0x${string}`;
|
|
2691
|
+
__kind: "Dot";
|
|
2692
2692
|
} | {
|
|
2693
|
-
__kind: "Btc";
|
|
2694
2693
|
value: {
|
|
2695
|
-
__kind: "P2PKH";
|
|
2696
2694
|
value: `0x${string}`;
|
|
2695
|
+
__kind: "P2PKH";
|
|
2697
2696
|
} | {
|
|
2698
|
-
__kind: "P2SH";
|
|
2699
2697
|
value: `0x${string}`;
|
|
2698
|
+
__kind: "P2SH";
|
|
2700
2699
|
} | {
|
|
2701
|
-
__kind: "P2WPKH";
|
|
2702
2700
|
value: `0x${string}`;
|
|
2701
|
+
__kind: "P2WPKH";
|
|
2703
2702
|
} | {
|
|
2704
|
-
__kind: "P2WSH";
|
|
2705
2703
|
value: `0x${string}`;
|
|
2704
|
+
__kind: "P2WSH";
|
|
2706
2705
|
} | {
|
|
2707
|
-
__kind: "Taproot";
|
|
2708
2706
|
value: `0x${string}`;
|
|
2707
|
+
__kind: "Taproot";
|
|
2709
2708
|
} | {
|
|
2710
2709
|
__kind: "OtherSegwit";
|
|
2711
2710
|
version: number;
|
|
2712
2711
|
program: `0x${string}`;
|
|
2713
2712
|
};
|
|
2713
|
+
__kind: "Btc";
|
|
2714
2714
|
} | {
|
|
2715
|
-
__kind: "Arb";
|
|
2716
2715
|
value: `0x${string}`;
|
|
2716
|
+
__kind: "Arb";
|
|
2717
2717
|
} | {
|
|
2718
|
-
__kind: "Sol";
|
|
2719
2718
|
value: `0x${string}`;
|
|
2719
|
+
__kind: "Sol";
|
|
2720
2720
|
} | {
|
|
2721
|
-
__kind: "Hub";
|
|
2722
2721
|
value: `0x${string}`;
|
|
2722
|
+
__kind: "Hub";
|
|
2723
2723
|
} | null | undefined;
|
|
2724
2724
|
} | null | undefined;
|
|
2725
2725
|
brokerFee?: {
|
|
@@ -2740,7 +2740,6 @@ declare const assethubIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2740
2740
|
} | {
|
|
2741
2741
|
__kind: "TransactionRejectedByBroker";
|
|
2742
2742
|
} | {
|
|
2743
|
-
__kind: "DepositWitnessRejected";
|
|
2744
2743
|
value: {
|
|
2745
2744
|
__kind: "Other";
|
|
2746
2745
|
} | {
|
|
@@ -2748,11 +2747,11 @@ declare const assethubIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2748
2747
|
} | {
|
|
2749
2748
|
__kind: "BadOrigin";
|
|
2750
2749
|
} | {
|
|
2751
|
-
__kind: "Module";
|
|
2752
2750
|
value: {
|
|
2753
2751
|
index: number;
|
|
2754
2752
|
error: string;
|
|
2755
2753
|
};
|
|
2754
|
+
__kind: "Module";
|
|
2756
2755
|
} | {
|
|
2757
2756
|
__kind: "ConsumerRemaining";
|
|
2758
2757
|
} | {
|
|
@@ -2760,20 +2759,20 @@ declare const assethubIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2760
2759
|
} | {
|
|
2761
2760
|
__kind: "TooManyConsumers";
|
|
2762
2761
|
} | {
|
|
2763
|
-
__kind: "Token";
|
|
2764
2762
|
value: {
|
|
2765
2763
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
2766
2764
|
};
|
|
2765
|
+
__kind: "Token";
|
|
2767
2766
|
} | {
|
|
2768
|
-
__kind: "Arithmetic";
|
|
2769
2767
|
value: {
|
|
2770
2768
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
2771
2769
|
};
|
|
2770
|
+
__kind: "Arithmetic";
|
|
2772
2771
|
} | {
|
|
2773
|
-
__kind: "Transactional";
|
|
2774
2772
|
value: {
|
|
2775
2773
|
__kind: "LimitReached" | "NoLayer";
|
|
2776
2774
|
};
|
|
2775
|
+
__kind: "Transactional";
|
|
2777
2776
|
} | {
|
|
2778
2777
|
__kind: "Exhausted";
|
|
2779
2778
|
} | {
|
|
@@ -2783,11 +2782,12 @@ declare const assethubIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2783
2782
|
} | {
|
|
2784
2783
|
__kind: "RootNotAllowed";
|
|
2785
2784
|
} | {
|
|
2786
|
-
__kind: "Trie";
|
|
2787
2785
|
value: {
|
|
2788
2786
|
__kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
2789
2787
|
};
|
|
2788
|
+
__kind: "Trie";
|
|
2790
2789
|
};
|
|
2790
|
+
__kind: "DepositWitnessRejected";
|
|
2791
2791
|
} | {
|
|
2792
2792
|
__kind: "Unrefundable";
|
|
2793
2793
|
};
|
|
@@ -2818,8 +2818,8 @@ declare const assethubIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2818
2818
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
2819
2819
|
};
|
|
2820
2820
|
destinationAddress: {
|
|
2821
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2822
2821
|
value: string;
|
|
2822
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2823
2823
|
};
|
|
2824
2824
|
affiliateFees: {
|
|
2825
2825
|
account: number;
|
|
@@ -2849,42 +2849,42 @@ declare const assethubIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2849
2849
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2850
2850
|
};
|
|
2851
2851
|
sourceAddress?: {
|
|
2852
|
-
__kind: "Eth";
|
|
2853
2852
|
value: string;
|
|
2853
|
+
__kind: "Eth";
|
|
2854
2854
|
} | {
|
|
2855
|
-
__kind: "Dot";
|
|
2856
2855
|
value: string;
|
|
2856
|
+
__kind: "Dot";
|
|
2857
2857
|
} | {
|
|
2858
|
-
__kind: "Btc";
|
|
2859
2858
|
value: {
|
|
2860
|
-
__kind: "P2PKH";
|
|
2861
2859
|
value: string;
|
|
2860
|
+
__kind: "P2PKH";
|
|
2862
2861
|
} | {
|
|
2863
|
-
__kind: "P2SH";
|
|
2864
2862
|
value: string;
|
|
2863
|
+
__kind: "P2SH";
|
|
2865
2864
|
} | {
|
|
2866
|
-
__kind: "P2WPKH";
|
|
2867
2865
|
value: string;
|
|
2866
|
+
__kind: "P2WPKH";
|
|
2868
2867
|
} | {
|
|
2869
|
-
__kind: "P2WSH";
|
|
2870
2868
|
value: string;
|
|
2869
|
+
__kind: "P2WSH";
|
|
2871
2870
|
} | {
|
|
2872
|
-
__kind: "Taproot";
|
|
2873
2871
|
value: string;
|
|
2872
|
+
__kind: "Taproot";
|
|
2874
2873
|
} | {
|
|
2875
2874
|
__kind: "OtherSegwit";
|
|
2876
2875
|
version: number;
|
|
2877
2876
|
program: string;
|
|
2878
2877
|
};
|
|
2878
|
+
__kind: "Btc";
|
|
2879
2879
|
} | {
|
|
2880
|
-
__kind: "Arb";
|
|
2881
2880
|
value: string;
|
|
2881
|
+
__kind: "Arb";
|
|
2882
2882
|
} | {
|
|
2883
|
-
__kind: "Sol";
|
|
2884
2883
|
value: string;
|
|
2884
|
+
__kind: "Sol";
|
|
2885
2885
|
} | {
|
|
2886
|
-
__kind: "Hub";
|
|
2887
2886
|
value: string;
|
|
2887
|
+
__kind: "Hub";
|
|
2888
2888
|
} | null | undefined;
|
|
2889
2889
|
} | null | undefined;
|
|
2890
2890
|
brokerFee?: {
|