@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 arbitrumIngressEgressDepositFailed: 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 arbitrumIngressEgressDepositFailed: 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 arbitrumIngressEgressDepositFailed: 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 arbitrumIngressEgressDepositFailed: 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 arbitrumIngressEgressDepositFailed: 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 arbitrumIngressEgressDepositFailed: 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 arbitrumIngressEgressDepositFailed: 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 arbitrumIngressEgressDepositFailed: 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 arbitrumIngressEgressDepositFailed: 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 arbitrumIngressEgressDepositFailed: 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 arbitrumIngressEgressDepositFailed: 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, {
|
|
@@ -377,11 +377,11 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
377
377
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
378
378
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
379
379
|
}, "strip", z.ZodTypeAny, {
|
|
380
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
381
380
|
value: `0x${string}`;
|
|
382
|
-
}, {
|
|
383
381
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
382
|
+
}, {
|
|
384
383
|
value: string;
|
|
384
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
385
385
|
}>, {
|
|
386
386
|
readonly chain: "Ethereum";
|
|
387
387
|
readonly address: `0x${string}`;
|
|
@@ -401,8 +401,8 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
401
401
|
readonly chain: "Assethub";
|
|
402
402
|
readonly address: string;
|
|
403
403
|
}, {
|
|
404
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
405
404
|
value: string;
|
|
405
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
406
406
|
}>;
|
|
407
407
|
depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
408
408
|
channelMetadata: z.ZodObject<{
|
|
@@ -431,67 +431,67 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
431
431
|
__kind: z.ZodLiteral<"Eth">;
|
|
432
432
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
433
433
|
}, "strip", z.ZodTypeAny, {
|
|
434
|
-
__kind: "Eth";
|
|
435
434
|
value: `0x${string}`;
|
|
436
|
-
}, {
|
|
437
435
|
__kind: "Eth";
|
|
436
|
+
}, {
|
|
438
437
|
value: string;
|
|
438
|
+
__kind: "Eth";
|
|
439
439
|
}>, z.ZodObject<{
|
|
440
440
|
__kind: z.ZodLiteral<"Dot">;
|
|
441
441
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
442
442
|
}, "strip", z.ZodTypeAny, {
|
|
443
|
-
__kind: "Dot";
|
|
444
443
|
value: `0x${string}`;
|
|
445
|
-
}, {
|
|
446
444
|
__kind: "Dot";
|
|
445
|
+
}, {
|
|
447
446
|
value: string;
|
|
447
|
+
__kind: "Dot";
|
|
448
448
|
}>, z.ZodObject<{
|
|
449
449
|
__kind: z.ZodLiteral<"Btc">;
|
|
450
450
|
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
451
451
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
452
452
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
453
453
|
}, "strip", z.ZodTypeAny, {
|
|
454
|
-
__kind: "P2PKH";
|
|
455
454
|
value: `0x${string}`;
|
|
456
|
-
}, {
|
|
457
455
|
__kind: "P2PKH";
|
|
456
|
+
}, {
|
|
458
457
|
value: string;
|
|
458
|
+
__kind: "P2PKH";
|
|
459
459
|
}>, z.ZodObject<{
|
|
460
460
|
__kind: z.ZodLiteral<"P2SH">;
|
|
461
461
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
462
462
|
}, "strip", z.ZodTypeAny, {
|
|
463
|
-
__kind: "P2SH";
|
|
464
463
|
value: `0x${string}`;
|
|
465
|
-
}, {
|
|
466
464
|
__kind: "P2SH";
|
|
465
|
+
}, {
|
|
467
466
|
value: string;
|
|
467
|
+
__kind: "P2SH";
|
|
468
468
|
}>, z.ZodObject<{
|
|
469
469
|
__kind: z.ZodLiteral<"P2WPKH">;
|
|
470
470
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
471
471
|
}, "strip", z.ZodTypeAny, {
|
|
472
|
-
__kind: "P2WPKH";
|
|
473
472
|
value: `0x${string}`;
|
|
474
|
-
}, {
|
|
475
473
|
__kind: "P2WPKH";
|
|
474
|
+
}, {
|
|
476
475
|
value: string;
|
|
476
|
+
__kind: "P2WPKH";
|
|
477
477
|
}>, z.ZodObject<{
|
|
478
478
|
__kind: z.ZodLiteral<"P2WSH">;
|
|
479
479
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
480
480
|
}, "strip", z.ZodTypeAny, {
|
|
481
|
-
__kind: "P2WSH";
|
|
482
481
|
value: `0x${string}`;
|
|
483
|
-
}, {
|
|
484
482
|
__kind: "P2WSH";
|
|
483
|
+
}, {
|
|
485
484
|
value: string;
|
|
485
|
+
__kind: "P2WSH";
|
|
486
486
|
}>, z.ZodObject<{
|
|
487
487
|
__kind: z.ZodLiteral<"Taproot">;
|
|
488
488
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
489
489
|
}, "strip", z.ZodTypeAny, {
|
|
490
|
-
__kind: "Taproot";
|
|
491
490
|
value: `0x${string}`;
|
|
492
|
-
}, {
|
|
493
491
|
__kind: "Taproot";
|
|
492
|
+
}, {
|
|
494
493
|
value: string;
|
|
494
|
+
__kind: "Taproot";
|
|
495
495
|
}>, z.ZodObject<{
|
|
496
496
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
497
497
|
version: z.ZodNumber;
|
|
@@ -506,76 +506,76 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
506
506
|
program: string;
|
|
507
507
|
}>]>;
|
|
508
508
|
}, "strip", z.ZodTypeAny, {
|
|
509
|
-
__kind: "Btc";
|
|
510
509
|
value: {
|
|
511
|
-
__kind: "P2PKH";
|
|
512
510
|
value: `0x${string}`;
|
|
511
|
+
__kind: "P2PKH";
|
|
513
512
|
} | {
|
|
514
|
-
__kind: "P2SH";
|
|
515
513
|
value: `0x${string}`;
|
|
514
|
+
__kind: "P2SH";
|
|
516
515
|
} | {
|
|
517
|
-
__kind: "P2WPKH";
|
|
518
516
|
value: `0x${string}`;
|
|
517
|
+
__kind: "P2WPKH";
|
|
519
518
|
} | {
|
|
520
|
-
__kind: "P2WSH";
|
|
521
519
|
value: `0x${string}`;
|
|
520
|
+
__kind: "P2WSH";
|
|
522
521
|
} | {
|
|
523
|
-
__kind: "Taproot";
|
|
524
522
|
value: `0x${string}`;
|
|
523
|
+
__kind: "Taproot";
|
|
525
524
|
} | {
|
|
526
525
|
__kind: "OtherSegwit";
|
|
527
526
|
version: number;
|
|
528
527
|
program: `0x${string}`;
|
|
529
528
|
};
|
|
530
|
-
}, {
|
|
531
529
|
__kind: "Btc";
|
|
530
|
+
}, {
|
|
532
531
|
value: {
|
|
533
|
-
__kind: "P2PKH";
|
|
534
532
|
value: string;
|
|
533
|
+
__kind: "P2PKH";
|
|
535
534
|
} | {
|
|
536
|
-
__kind: "P2SH";
|
|
537
535
|
value: string;
|
|
536
|
+
__kind: "P2SH";
|
|
538
537
|
} | {
|
|
539
|
-
__kind: "P2WPKH";
|
|
540
538
|
value: string;
|
|
539
|
+
__kind: "P2WPKH";
|
|
541
540
|
} | {
|
|
542
|
-
__kind: "P2WSH";
|
|
543
541
|
value: string;
|
|
542
|
+
__kind: "P2WSH";
|
|
544
543
|
} | {
|
|
545
|
-
__kind: "Taproot";
|
|
546
544
|
value: string;
|
|
545
|
+
__kind: "Taproot";
|
|
547
546
|
} | {
|
|
548
547
|
__kind: "OtherSegwit";
|
|
549
548
|
version: number;
|
|
550
549
|
program: string;
|
|
551
550
|
};
|
|
551
|
+
__kind: "Btc";
|
|
552
552
|
}>, z.ZodObject<{
|
|
553
553
|
__kind: z.ZodLiteral<"Arb">;
|
|
554
554
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
555
555
|
}, "strip", z.ZodTypeAny, {
|
|
556
|
-
__kind: "Arb";
|
|
557
556
|
value: `0x${string}`;
|
|
558
|
-
}, {
|
|
559
557
|
__kind: "Arb";
|
|
558
|
+
}, {
|
|
560
559
|
value: string;
|
|
560
|
+
__kind: "Arb";
|
|
561
561
|
}>, z.ZodObject<{
|
|
562
562
|
__kind: z.ZodLiteral<"Sol">;
|
|
563
563
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
564
564
|
}, "strip", z.ZodTypeAny, {
|
|
565
|
-
__kind: "Sol";
|
|
566
565
|
value: `0x${string}`;
|
|
567
|
-
}, {
|
|
568
566
|
__kind: "Sol";
|
|
567
|
+
}, {
|
|
569
568
|
value: string;
|
|
569
|
+
__kind: "Sol";
|
|
570
570
|
}>, z.ZodObject<{
|
|
571
571
|
__kind: z.ZodLiteral<"Hub">;
|
|
572
572
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
573
573
|
}, "strip", z.ZodTypeAny, {
|
|
574
|
-
__kind: "Hub";
|
|
575
574
|
value: `0x${string}`;
|
|
576
|
-
}, {
|
|
577
575
|
__kind: "Hub";
|
|
576
|
+
}, {
|
|
578
577
|
value: string;
|
|
578
|
+
__kind: "Hub";
|
|
579
579
|
}>]>>>;
|
|
580
580
|
}, "strip", z.ZodTypeAny, {
|
|
581
581
|
channelMetadata: {
|
|
@@ -585,42 +585,42 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
585
585
|
};
|
|
586
586
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
587
587
|
sourceAddress?: {
|
|
588
|
-
__kind: "Eth";
|
|
589
588
|
value: `0x${string}`;
|
|
589
|
+
__kind: "Eth";
|
|
590
590
|
} | {
|
|
591
|
-
__kind: "Dot";
|
|
592
591
|
value: `0x${string}`;
|
|
592
|
+
__kind: "Dot";
|
|
593
593
|
} | {
|
|
594
|
-
__kind: "Btc";
|
|
595
594
|
value: {
|
|
596
|
-
__kind: "P2PKH";
|
|
597
595
|
value: `0x${string}`;
|
|
596
|
+
__kind: "P2PKH";
|
|
598
597
|
} | {
|
|
599
|
-
__kind: "P2SH";
|
|
600
598
|
value: `0x${string}`;
|
|
599
|
+
__kind: "P2SH";
|
|
601
600
|
} | {
|
|
602
|
-
__kind: "P2WPKH";
|
|
603
601
|
value: `0x${string}`;
|
|
602
|
+
__kind: "P2WPKH";
|
|
604
603
|
} | {
|
|
605
|
-
__kind: "P2WSH";
|
|
606
604
|
value: `0x${string}`;
|
|
605
|
+
__kind: "P2WSH";
|
|
607
606
|
} | {
|
|
608
|
-
__kind: "Taproot";
|
|
609
607
|
value: `0x${string}`;
|
|
608
|
+
__kind: "Taproot";
|
|
610
609
|
} | {
|
|
611
610
|
__kind: "OtherSegwit";
|
|
612
611
|
version: number;
|
|
613
612
|
program: `0x${string}`;
|
|
614
613
|
};
|
|
614
|
+
__kind: "Btc";
|
|
615
615
|
} | {
|
|
616
|
-
__kind: "Arb";
|
|
617
616
|
value: `0x${string}`;
|
|
617
|
+
__kind: "Arb";
|
|
618
618
|
} | {
|
|
619
|
-
__kind: "Sol";
|
|
620
619
|
value: `0x${string}`;
|
|
620
|
+
__kind: "Sol";
|
|
621
621
|
} | {
|
|
622
|
-
__kind: "Hub";
|
|
623
622
|
value: `0x${string}`;
|
|
623
|
+
__kind: "Hub";
|
|
624
624
|
} | null | undefined;
|
|
625
625
|
}, {
|
|
626
626
|
channelMetadata: {
|
|
@@ -632,42 +632,42 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
632
632
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
633
633
|
};
|
|
634
634
|
sourceAddress?: {
|
|
635
|
-
__kind: "Eth";
|
|
636
635
|
value: string;
|
|
636
|
+
__kind: "Eth";
|
|
637
637
|
} | {
|
|
638
|
-
__kind: "Dot";
|
|
639
638
|
value: string;
|
|
639
|
+
__kind: "Dot";
|
|
640
640
|
} | {
|
|
641
|
-
__kind: "Btc";
|
|
642
641
|
value: {
|
|
643
|
-
__kind: "P2PKH";
|
|
644
642
|
value: string;
|
|
643
|
+
__kind: "P2PKH";
|
|
645
644
|
} | {
|
|
646
|
-
__kind: "P2SH";
|
|
647
645
|
value: string;
|
|
646
|
+
__kind: "P2SH";
|
|
648
647
|
} | {
|
|
649
|
-
__kind: "P2WPKH";
|
|
650
648
|
value: string;
|
|
649
|
+
__kind: "P2WPKH";
|
|
651
650
|
} | {
|
|
652
|
-
__kind: "P2WSH";
|
|
653
651
|
value: string;
|
|
652
|
+
__kind: "P2WSH";
|
|
654
653
|
} | {
|
|
655
|
-
__kind: "Taproot";
|
|
656
654
|
value: string;
|
|
655
|
+
__kind: "Taproot";
|
|
657
656
|
} | {
|
|
658
657
|
__kind: "OtherSegwit";
|
|
659
658
|
version: number;
|
|
660
659
|
program: string;
|
|
661
660
|
};
|
|
661
|
+
__kind: "Btc";
|
|
662
662
|
} | {
|
|
663
|
-
__kind: "Arb";
|
|
664
663
|
value: string;
|
|
664
|
+
__kind: "Arb";
|
|
665
665
|
} | {
|
|
666
|
-
__kind: "Sol";
|
|
667
666
|
value: string;
|
|
667
|
+
__kind: "Sol";
|
|
668
668
|
} | {
|
|
669
|
-
__kind: "Hub";
|
|
670
669
|
value: string;
|
|
670
|
+
__kind: "Hub";
|
|
671
671
|
} | null | undefined;
|
|
672
672
|
}>>>;
|
|
673
673
|
txId: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
@@ -794,42 +794,42 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
794
794
|
};
|
|
795
795
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
796
796
|
sourceAddress?: {
|
|
797
|
-
__kind: "Eth";
|
|
798
797
|
value: `0x${string}`;
|
|
798
|
+
__kind: "Eth";
|
|
799
799
|
} | {
|
|
800
|
-
__kind: "Dot";
|
|
801
800
|
value: `0x${string}`;
|
|
801
|
+
__kind: "Dot";
|
|
802
802
|
} | {
|
|
803
|
-
__kind: "Btc";
|
|
804
803
|
value: {
|
|
805
|
-
__kind: "P2PKH";
|
|
806
804
|
value: `0x${string}`;
|
|
805
|
+
__kind: "P2PKH";
|
|
807
806
|
} | {
|
|
808
|
-
__kind: "P2SH";
|
|
809
807
|
value: `0x${string}`;
|
|
808
|
+
__kind: "P2SH";
|
|
810
809
|
} | {
|
|
811
|
-
__kind: "P2WPKH";
|
|
812
810
|
value: `0x${string}`;
|
|
811
|
+
__kind: "P2WPKH";
|
|
813
812
|
} | {
|
|
814
|
-
__kind: "P2WSH";
|
|
815
813
|
value: `0x${string}`;
|
|
814
|
+
__kind: "P2WSH";
|
|
816
815
|
} | {
|
|
817
|
-
__kind: "Taproot";
|
|
818
816
|
value: `0x${string}`;
|
|
817
|
+
__kind: "Taproot";
|
|
819
818
|
} | {
|
|
820
819
|
__kind: "OtherSegwit";
|
|
821
820
|
version: number;
|
|
822
821
|
program: `0x${string}`;
|
|
823
822
|
};
|
|
823
|
+
__kind: "Btc";
|
|
824
824
|
} | {
|
|
825
|
-
__kind: "Arb";
|
|
826
825
|
value: `0x${string}`;
|
|
826
|
+
__kind: "Arb";
|
|
827
827
|
} | {
|
|
828
|
-
__kind: "Sol";
|
|
829
828
|
value: `0x${string}`;
|
|
829
|
+
__kind: "Sol";
|
|
830
830
|
} | {
|
|
831
|
-
__kind: "Hub";
|
|
832
831
|
value: `0x${string}`;
|
|
832
|
+
__kind: "Hub";
|
|
833
833
|
} | null | undefined;
|
|
834
834
|
} | null | undefined;
|
|
835
835
|
brokerFee?: {
|
|
@@ -853,8 +853,8 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
853
853
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
854
854
|
};
|
|
855
855
|
destinationAddress: {
|
|
856
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
857
856
|
value: string;
|
|
857
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
858
858
|
};
|
|
859
859
|
affiliateFees: {
|
|
860
860
|
account: number;
|
|
@@ -884,42 +884,42 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
884
884
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
885
885
|
};
|
|
886
886
|
sourceAddress?: {
|
|
887
|
-
__kind: "Eth";
|
|
888
887
|
value: string;
|
|
888
|
+
__kind: "Eth";
|
|
889
889
|
} | {
|
|
890
|
-
__kind: "Dot";
|
|
891
890
|
value: string;
|
|
891
|
+
__kind: "Dot";
|
|
892
892
|
} | {
|
|
893
|
-
__kind: "Btc";
|
|
894
893
|
value: {
|
|
895
|
-
__kind: "P2PKH";
|
|
896
894
|
value: string;
|
|
895
|
+
__kind: "P2PKH";
|
|
897
896
|
} | {
|
|
898
|
-
__kind: "P2SH";
|
|
899
897
|
value: string;
|
|
898
|
+
__kind: "P2SH";
|
|
900
899
|
} | {
|
|
901
|
-
__kind: "P2WPKH";
|
|
902
900
|
value: string;
|
|
901
|
+
__kind: "P2WPKH";
|
|
903
902
|
} | {
|
|
904
|
-
__kind: "P2WSH";
|
|
905
903
|
value: string;
|
|
904
|
+
__kind: "P2WSH";
|
|
906
905
|
} | {
|
|
907
|
-
__kind: "Taproot";
|
|
908
906
|
value: string;
|
|
907
|
+
__kind: "Taproot";
|
|
909
908
|
} | {
|
|
910
909
|
__kind: "OtherSegwit";
|
|
911
910
|
version: number;
|
|
912
911
|
program: string;
|
|
913
912
|
};
|
|
913
|
+
__kind: "Btc";
|
|
914
914
|
} | {
|
|
915
|
-
__kind: "Arb";
|
|
916
915
|
value: string;
|
|
916
|
+
__kind: "Arb";
|
|
917
917
|
} | {
|
|
918
|
-
__kind: "Sol";
|
|
919
918
|
value: string;
|
|
919
|
+
__kind: "Sol";
|
|
920
920
|
} | {
|
|
921
|
-
__kind: "Hub";
|
|
922
921
|
value: string;
|
|
922
|
+
__kind: "Hub";
|
|
923
923
|
} | null | undefined;
|
|
924
924
|
} | null | undefined;
|
|
925
925
|
brokerFee?: {
|
|
@@ -986,42 +986,42 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
986
986
|
};
|
|
987
987
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
988
988
|
sourceAddress?: {
|
|
989
|
-
__kind: "Eth";
|
|
990
989
|
value: `0x${string}`;
|
|
990
|
+
__kind: "Eth";
|
|
991
991
|
} | {
|
|
992
|
-
__kind: "Dot";
|
|
993
992
|
value: `0x${string}`;
|
|
993
|
+
__kind: "Dot";
|
|
994
994
|
} | {
|
|
995
|
-
__kind: "Btc";
|
|
996
995
|
value: {
|
|
997
|
-
__kind: "P2PKH";
|
|
998
996
|
value: `0x${string}`;
|
|
997
|
+
__kind: "P2PKH";
|
|
999
998
|
} | {
|
|
1000
|
-
__kind: "P2SH";
|
|
1001
999
|
value: `0x${string}`;
|
|
1000
|
+
__kind: "P2SH";
|
|
1002
1001
|
} | {
|
|
1003
|
-
__kind: "P2WPKH";
|
|
1004
1002
|
value: `0x${string}`;
|
|
1003
|
+
__kind: "P2WPKH";
|
|
1005
1004
|
} | {
|
|
1006
|
-
__kind: "P2WSH";
|
|
1007
1005
|
value: `0x${string}`;
|
|
1006
|
+
__kind: "P2WSH";
|
|
1008
1007
|
} | {
|
|
1009
|
-
__kind: "Taproot";
|
|
1010
1008
|
value: `0x${string}`;
|
|
1009
|
+
__kind: "Taproot";
|
|
1011
1010
|
} | {
|
|
1012
1011
|
__kind: "OtherSegwit";
|
|
1013
1012
|
version: number;
|
|
1014
1013
|
program: `0x${string}`;
|
|
1015
1014
|
};
|
|
1015
|
+
__kind: "Btc";
|
|
1016
1016
|
} | {
|
|
1017
|
-
__kind: "Arb";
|
|
1018
1017
|
value: `0x${string}`;
|
|
1018
|
+
__kind: "Arb";
|
|
1019
1019
|
} | {
|
|
1020
|
-
__kind: "Sol";
|
|
1021
1020
|
value: `0x${string}`;
|
|
1021
|
+
__kind: "Sol";
|
|
1022
1022
|
} | {
|
|
1023
|
-
__kind: "Hub";
|
|
1024
1023
|
value: `0x${string}`;
|
|
1024
|
+
__kind: "Hub";
|
|
1025
1025
|
} | null | undefined;
|
|
1026
1026
|
} | null | undefined;
|
|
1027
1027
|
brokerFee?: {
|
|
@@ -1048,8 +1048,8 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1048
1048
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
1049
1049
|
};
|
|
1050
1050
|
destinationAddress: {
|
|
1051
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1052
1051
|
value: string;
|
|
1052
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1053
1053
|
};
|
|
1054
1054
|
affiliateFees: {
|
|
1055
1055
|
account: number;
|
|
@@ -1079,42 +1079,42 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1079
1079
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
1080
1080
|
};
|
|
1081
1081
|
sourceAddress?: {
|
|
1082
|
-
__kind: "Eth";
|
|
1083
1082
|
value: string;
|
|
1083
|
+
__kind: "Eth";
|
|
1084
1084
|
} | {
|
|
1085
|
-
__kind: "Dot";
|
|
1086
1085
|
value: string;
|
|
1086
|
+
__kind: "Dot";
|
|
1087
1087
|
} | {
|
|
1088
|
-
__kind: "Btc";
|
|
1089
1088
|
value: {
|
|
1090
|
-
__kind: "P2PKH";
|
|
1091
1089
|
value: string;
|
|
1090
|
+
__kind: "P2PKH";
|
|
1092
1091
|
} | {
|
|
1093
|
-
__kind: "P2SH";
|
|
1094
1092
|
value: string;
|
|
1093
|
+
__kind: "P2SH";
|
|
1095
1094
|
} | {
|
|
1096
|
-
__kind: "P2WPKH";
|
|
1097
1095
|
value: string;
|
|
1096
|
+
__kind: "P2WPKH";
|
|
1098
1097
|
} | {
|
|
1099
|
-
__kind: "P2WSH";
|
|
1100
1098
|
value: string;
|
|
1099
|
+
__kind: "P2WSH";
|
|
1101
1100
|
} | {
|
|
1102
|
-
__kind: "Taproot";
|
|
1103
1101
|
value: string;
|
|
1102
|
+
__kind: "Taproot";
|
|
1104
1103
|
} | {
|
|
1105
1104
|
__kind: "OtherSegwit";
|
|
1106
1105
|
version: number;
|
|
1107
1106
|
program: string;
|
|
1108
1107
|
};
|
|
1108
|
+
__kind: "Btc";
|
|
1109
1109
|
} | {
|
|
1110
|
-
__kind: "Arb";
|
|
1111
1110
|
value: string;
|
|
1111
|
+
__kind: "Arb";
|
|
1112
1112
|
} | {
|
|
1113
|
-
__kind: "Sol";
|
|
1114
1113
|
value: string;
|
|
1114
|
+
__kind: "Sol";
|
|
1115
1115
|
} | {
|
|
1116
|
-
__kind: "Hub";
|
|
1117
1116
|
value: string;
|
|
1117
|
+
__kind: "Hub";
|
|
1118
1118
|
} | null | undefined;
|
|
1119
1119
|
} | null | undefined;
|
|
1120
1120
|
brokerFee?: {
|
|
@@ -1135,7 +1135,6 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1135
1135
|
} | {
|
|
1136
1136
|
__kind: "TransactionRejectedByBroker";
|
|
1137
1137
|
} | {
|
|
1138
|
-
__kind: "DepositWitnessRejected";
|
|
1139
1138
|
value: {
|
|
1140
1139
|
__kind: "Other";
|
|
1141
1140
|
} | {
|
|
@@ -1143,11 +1142,11 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1143
1142
|
} | {
|
|
1144
1143
|
__kind: "BadOrigin";
|
|
1145
1144
|
} | {
|
|
1146
|
-
__kind: "Module";
|
|
1147
1145
|
value: {
|
|
1148
1146
|
index: number;
|
|
1149
1147
|
error: `0x${string}`;
|
|
1150
1148
|
};
|
|
1149
|
+
__kind: "Module";
|
|
1151
1150
|
} | {
|
|
1152
1151
|
__kind: "ConsumerRemaining";
|
|
1153
1152
|
} | {
|
|
@@ -1155,14 +1154,14 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1155
1154
|
} | {
|
|
1156
1155
|
__kind: "TooManyConsumers";
|
|
1157
1156
|
} | {
|
|
1158
|
-
__kind: "Token";
|
|
1159
1157
|
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1158
|
+
__kind: "Token";
|
|
1160
1159
|
} | {
|
|
1161
|
-
__kind: "Arithmetic";
|
|
1162
1160
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1161
|
+
__kind: "Arithmetic";
|
|
1163
1162
|
} | {
|
|
1164
|
-
__kind: "Transactional";
|
|
1165
1163
|
value: "LimitReached" | "NoLayer";
|
|
1164
|
+
__kind: "Transactional";
|
|
1166
1165
|
} | {
|
|
1167
1166
|
__kind: "Exhausted";
|
|
1168
1167
|
} | {
|
|
@@ -1172,9 +1171,10 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1172
1171
|
} | {
|
|
1173
1172
|
__kind: "RootNotAllowed";
|
|
1174
1173
|
} | {
|
|
1175
|
-
__kind: "Trie";
|
|
1176
1174
|
value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
1175
|
+
__kind: "Trie";
|
|
1177
1176
|
};
|
|
1177
|
+
__kind: "DepositWitnessRejected";
|
|
1178
1178
|
} | {
|
|
1179
1179
|
__kind: "Unrefundable";
|
|
1180
1180
|
};
|
|
@@ -1244,42 +1244,42 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1244
1244
|
};
|
|
1245
1245
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
1246
1246
|
sourceAddress?: {
|
|
1247
|
-
__kind: "Eth";
|
|
1248
1247
|
value: `0x${string}`;
|
|
1248
|
+
__kind: "Eth";
|
|
1249
1249
|
} | {
|
|
1250
|
-
__kind: "Dot";
|
|
1251
1250
|
value: `0x${string}`;
|
|
1251
|
+
__kind: "Dot";
|
|
1252
1252
|
} | {
|
|
1253
|
-
__kind: "Btc";
|
|
1254
1253
|
value: {
|
|
1255
|
-
__kind: "P2PKH";
|
|
1256
1254
|
value: `0x${string}`;
|
|
1255
|
+
__kind: "P2PKH";
|
|
1257
1256
|
} | {
|
|
1258
|
-
__kind: "P2SH";
|
|
1259
1257
|
value: `0x${string}`;
|
|
1258
|
+
__kind: "P2SH";
|
|
1260
1259
|
} | {
|
|
1261
|
-
__kind: "P2WPKH";
|
|
1262
1260
|
value: `0x${string}`;
|
|
1261
|
+
__kind: "P2WPKH";
|
|
1263
1262
|
} | {
|
|
1264
|
-
__kind: "P2WSH";
|
|
1265
1263
|
value: `0x${string}`;
|
|
1264
|
+
__kind: "P2WSH";
|
|
1266
1265
|
} | {
|
|
1267
|
-
__kind: "Taproot";
|
|
1268
1266
|
value: `0x${string}`;
|
|
1267
|
+
__kind: "Taproot";
|
|
1269
1268
|
} | {
|
|
1270
1269
|
__kind: "OtherSegwit";
|
|
1271
1270
|
version: number;
|
|
1272
1271
|
program: `0x${string}`;
|
|
1273
1272
|
};
|
|
1273
|
+
__kind: "Btc";
|
|
1274
1274
|
} | {
|
|
1275
|
-
__kind: "Arb";
|
|
1276
1275
|
value: `0x${string}`;
|
|
1276
|
+
__kind: "Arb";
|
|
1277
1277
|
} | {
|
|
1278
|
-
__kind: "Sol";
|
|
1279
1278
|
value: `0x${string}`;
|
|
1279
|
+
__kind: "Sol";
|
|
1280
1280
|
} | {
|
|
1281
|
-
__kind: "Hub";
|
|
1282
1281
|
value: `0x${string}`;
|
|
1282
|
+
__kind: "Hub";
|
|
1283
1283
|
} | null | undefined;
|
|
1284
1284
|
} | null | undefined;
|
|
1285
1285
|
brokerFee?: {
|
|
@@ -1300,7 +1300,6 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1300
1300
|
} | {
|
|
1301
1301
|
__kind: "TransactionRejectedByBroker";
|
|
1302
1302
|
} | {
|
|
1303
|
-
__kind: "DepositWitnessRejected";
|
|
1304
1303
|
value: {
|
|
1305
1304
|
__kind: "Other";
|
|
1306
1305
|
} | {
|
|
@@ -1308,11 +1307,11 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1308
1307
|
} | {
|
|
1309
1308
|
__kind: "BadOrigin";
|
|
1310
1309
|
} | {
|
|
1311
|
-
__kind: "Module";
|
|
1312
1310
|
value: {
|
|
1313
1311
|
index: number;
|
|
1314
1312
|
error: string;
|
|
1315
1313
|
};
|
|
1314
|
+
__kind: "Module";
|
|
1316
1315
|
} | {
|
|
1317
1316
|
__kind: "ConsumerRemaining";
|
|
1318
1317
|
} | {
|
|
@@ -1320,20 +1319,20 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1320
1319
|
} | {
|
|
1321
1320
|
__kind: "TooManyConsumers";
|
|
1322
1321
|
} | {
|
|
1323
|
-
__kind: "Token";
|
|
1324
1322
|
value: {
|
|
1325
1323
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1326
1324
|
};
|
|
1325
|
+
__kind: "Token";
|
|
1327
1326
|
} | {
|
|
1328
|
-
__kind: "Arithmetic";
|
|
1329
1327
|
value: {
|
|
1330
1328
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1331
1329
|
};
|
|
1330
|
+
__kind: "Arithmetic";
|
|
1332
1331
|
} | {
|
|
1333
|
-
__kind: "Transactional";
|
|
1334
1332
|
value: {
|
|
1335
1333
|
__kind: "LimitReached" | "NoLayer";
|
|
1336
1334
|
};
|
|
1335
|
+
__kind: "Transactional";
|
|
1337
1336
|
} | {
|
|
1338
1337
|
__kind: "Exhausted";
|
|
1339
1338
|
} | {
|
|
@@ -1343,11 +1342,12 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1343
1342
|
} | {
|
|
1344
1343
|
__kind: "RootNotAllowed";
|
|
1345
1344
|
} | {
|
|
1346
|
-
__kind: "Trie";
|
|
1347
1345
|
value: {
|
|
1348
1346
|
__kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
1349
1347
|
};
|
|
1348
|
+
__kind: "Trie";
|
|
1350
1349
|
};
|
|
1350
|
+
__kind: "DepositWitnessRejected";
|
|
1351
1351
|
} | {
|
|
1352
1352
|
__kind: "Unrefundable";
|
|
1353
1353
|
};
|
|
@@ -1379,8 +1379,8 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1379
1379
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
1380
1380
|
};
|
|
1381
1381
|
destinationAddress: {
|
|
1382
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1383
1382
|
value: string;
|
|
1383
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1384
1384
|
};
|
|
1385
1385
|
affiliateFees: {
|
|
1386
1386
|
account: number;
|
|
@@ -1410,42 +1410,42 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1410
1410
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
1411
1411
|
};
|
|
1412
1412
|
sourceAddress?: {
|
|
1413
|
-
__kind: "Eth";
|
|
1414
1413
|
value: string;
|
|
1414
|
+
__kind: "Eth";
|
|
1415
1415
|
} | {
|
|
1416
|
-
__kind: "Dot";
|
|
1417
1416
|
value: string;
|
|
1417
|
+
__kind: "Dot";
|
|
1418
1418
|
} | {
|
|
1419
|
-
__kind: "Btc";
|
|
1420
1419
|
value: {
|
|
1421
|
-
__kind: "P2PKH";
|
|
1422
1420
|
value: string;
|
|
1421
|
+
__kind: "P2PKH";
|
|
1423
1422
|
} | {
|
|
1424
|
-
__kind: "P2SH";
|
|
1425
1423
|
value: string;
|
|
1424
|
+
__kind: "P2SH";
|
|
1426
1425
|
} | {
|
|
1427
|
-
__kind: "P2WPKH";
|
|
1428
1426
|
value: string;
|
|
1427
|
+
__kind: "P2WPKH";
|
|
1429
1428
|
} | {
|
|
1430
|
-
__kind: "P2WSH";
|
|
1431
1429
|
value: string;
|
|
1430
|
+
__kind: "P2WSH";
|
|
1432
1431
|
} | {
|
|
1433
|
-
__kind: "Taproot";
|
|
1434
1432
|
value: string;
|
|
1433
|
+
__kind: "Taproot";
|
|
1435
1434
|
} | {
|
|
1436
1435
|
__kind: "OtherSegwit";
|
|
1437
1436
|
version: number;
|
|
1438
1437
|
program: string;
|
|
1439
1438
|
};
|
|
1439
|
+
__kind: "Btc";
|
|
1440
1440
|
} | {
|
|
1441
|
-
__kind: "Arb";
|
|
1442
1441
|
value: string;
|
|
1442
|
+
__kind: "Arb";
|
|
1443
1443
|
} | {
|
|
1444
|
-
__kind: "Sol";
|
|
1445
1444
|
value: string;
|
|
1445
|
+
__kind: "Sol";
|
|
1446
1446
|
} | {
|
|
1447
|
-
__kind: "Hub";
|
|
1448
1447
|
value: string;
|
|
1448
|
+
__kind: "Hub";
|
|
1449
1449
|
} | null | undefined;
|
|
1450
1450
|
} | null | undefined;
|
|
1451
1451
|
brokerFee?: {
|
|
@@ -1512,17 +1512,17 @@ declare const arbitrumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1512
1512
|
error: string;
|
|
1513
1513
|
}>;
|
|
1514
1514
|
}, "strip", z.ZodTypeAny, {
|
|
1515
|
-
__kind: "Module";
|
|
1516
1515
|
value: {
|
|
1517
1516
|
index: number;
|
|
1518
1517
|
error: `0x${string}`;
|
|
1519
1518
|
};
|
|
1520
|
-
}, {
|
|
1521
1519
|
__kind: "Module";
|
|
1520
|
+
}, {
|
|
1522
1521
|
value: {
|
|
1523
1522
|
index: number;
|
|
1524
1523
|
error: string;
|
|
1525
1524
|
};
|
|
1525
|
+
__kind: "Module";
|
|
1526
1526
|
}>, z.ZodObject<{
|
|
1527
1527
|
__kind: z.ZodLiteral<"ConsumerRemaining">;
|
|
1528
1528
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1553,13 +1553,13 @@ declare const arbitrumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1553
1553
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1554
1554
|
}>;
|
|
1555
1555
|
}, "strip", z.ZodTypeAny, {
|
|
1556
|
-
__kind: "Token";
|
|
1557
1556
|
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1558
|
-
}, {
|
|
1559
1557
|
__kind: "Token";
|
|
1558
|
+
}, {
|
|
1560
1559
|
value: {
|
|
1561
1560
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1562
1561
|
};
|
|
1562
|
+
__kind: "Token";
|
|
1563
1563
|
}>, z.ZodObject<{
|
|
1564
1564
|
__kind: z.ZodLiteral<"Arithmetic">;
|
|
1565
1565
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -1572,13 +1572,13 @@ declare const arbitrumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1572
1572
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1573
1573
|
}>;
|
|
1574
1574
|
}, "strip", z.ZodTypeAny, {
|
|
1575
|
-
__kind: "Arithmetic";
|
|
1576
1575
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1577
|
-
}, {
|
|
1578
1576
|
__kind: "Arithmetic";
|
|
1577
|
+
}, {
|
|
1579
1578
|
value: {
|
|
1580
1579
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1581
1580
|
};
|
|
1581
|
+
__kind: "Arithmetic";
|
|
1582
1582
|
}>, z.ZodObject<{
|
|
1583
1583
|
__kind: z.ZodLiteral<"Transactional">;
|
|
1584
1584
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -1591,13 +1591,13 @@ declare const arbitrumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1591
1591
|
__kind: "LimitReached" | "NoLayer";
|
|
1592
1592
|
}>;
|
|
1593
1593
|
}, "strip", z.ZodTypeAny, {
|
|
1594
|
-
__kind: "Transactional";
|
|
1595
1594
|
value: "LimitReached" | "NoLayer";
|
|
1596
|
-
}, {
|
|
1597
1595
|
__kind: "Transactional";
|
|
1596
|
+
}, {
|
|
1598
1597
|
value: {
|
|
1599
1598
|
__kind: "LimitReached" | "NoLayer";
|
|
1600
1599
|
};
|
|
1600
|
+
__kind: "Transactional";
|
|
1601
1601
|
}>, z.ZodObject<{
|
|
1602
1602
|
__kind: z.ZodLiteral<"Exhausted">;
|
|
1603
1603
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1634,16 +1634,15 @@ declare const arbitrumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1634
1634
|
__kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
1635
1635
|
}>;
|
|
1636
1636
|
}, "strip", z.ZodTypeAny, {
|
|
1637
|
-
__kind: "Trie";
|
|
1638
1637
|
value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
1639
|
-
}, {
|
|
1640
1638
|
__kind: "Trie";
|
|
1639
|
+
}, {
|
|
1641
1640
|
value: {
|
|
1642
1641
|
__kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
1643
1642
|
};
|
|
1643
|
+
__kind: "Trie";
|
|
1644
1644
|
}>]>;
|
|
1645
1645
|
}, "strip", z.ZodTypeAny, {
|
|
1646
|
-
__kind: "DepositWitnessRejected";
|
|
1647
1646
|
value: {
|
|
1648
1647
|
__kind: "Other";
|
|
1649
1648
|
} | {
|
|
@@ -1651,11 +1650,11 @@ declare const arbitrumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1651
1650
|
} | {
|
|
1652
1651
|
__kind: "BadOrigin";
|
|
1653
1652
|
} | {
|
|
1654
|
-
__kind: "Module";
|
|
1655
1653
|
value: {
|
|
1656
1654
|
index: number;
|
|
1657
1655
|
error: `0x${string}`;
|
|
1658
1656
|
};
|
|
1657
|
+
__kind: "Module";
|
|
1659
1658
|
} | {
|
|
1660
1659
|
__kind: "ConsumerRemaining";
|
|
1661
1660
|
} | {
|
|
@@ -1663,14 +1662,14 @@ declare const arbitrumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1663
1662
|
} | {
|
|
1664
1663
|
__kind: "TooManyConsumers";
|
|
1665
1664
|
} | {
|
|
1666
|
-
__kind: "Token";
|
|
1667
1665
|
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1666
|
+
__kind: "Token";
|
|
1668
1667
|
} | {
|
|
1669
|
-
__kind: "Arithmetic";
|
|
1670
1668
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1669
|
+
__kind: "Arithmetic";
|
|
1671
1670
|
} | {
|
|
1672
|
-
__kind: "Transactional";
|
|
1673
1671
|
value: "LimitReached" | "NoLayer";
|
|
1672
|
+
__kind: "Transactional";
|
|
1674
1673
|
} | {
|
|
1675
1674
|
__kind: "Exhausted";
|
|
1676
1675
|
} | {
|
|
@@ -1680,11 +1679,11 @@ declare const arbitrumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1680
1679
|
} | {
|
|
1681
1680
|
__kind: "RootNotAllowed";
|
|
1682
1681
|
} | {
|
|
1683
|
-
__kind: "Trie";
|
|
1684
1682
|
value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
1683
|
+
__kind: "Trie";
|
|
1685
1684
|
};
|
|
1686
|
-
}, {
|
|
1687
1685
|
__kind: "DepositWitnessRejected";
|
|
1686
|
+
}, {
|
|
1688
1687
|
value: {
|
|
1689
1688
|
__kind: "Other";
|
|
1690
1689
|
} | {
|
|
@@ -1692,11 +1691,11 @@ declare const arbitrumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1692
1691
|
} | {
|
|
1693
1692
|
__kind: "BadOrigin";
|
|
1694
1693
|
} | {
|
|
1695
|
-
__kind: "Module";
|
|
1696
1694
|
value: {
|
|
1697
1695
|
index: number;
|
|
1698
1696
|
error: string;
|
|
1699
1697
|
};
|
|
1698
|
+
__kind: "Module";
|
|
1700
1699
|
} | {
|
|
1701
1700
|
__kind: "ConsumerRemaining";
|
|
1702
1701
|
} | {
|
|
@@ -1704,20 +1703,20 @@ declare const arbitrumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1704
1703
|
} | {
|
|
1705
1704
|
__kind: "TooManyConsumers";
|
|
1706
1705
|
} | {
|
|
1707
|
-
__kind: "Token";
|
|
1708
1706
|
value: {
|
|
1709
1707
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1710
1708
|
};
|
|
1709
|
+
__kind: "Token";
|
|
1711
1710
|
} | {
|
|
1712
|
-
__kind: "Arithmetic";
|
|
1713
1711
|
value: {
|
|
1714
1712
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1715
1713
|
};
|
|
1714
|
+
__kind: "Arithmetic";
|
|
1716
1715
|
} | {
|
|
1717
|
-
__kind: "Transactional";
|
|
1718
1716
|
value: {
|
|
1719
1717
|
__kind: "LimitReached" | "NoLayer";
|
|
1720
1718
|
};
|
|
1719
|
+
__kind: "Transactional";
|
|
1721
1720
|
} | {
|
|
1722
1721
|
__kind: "Exhausted";
|
|
1723
1722
|
} | {
|
|
@@ -1727,11 +1726,12 @@ declare const arbitrumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1727
1726
|
} | {
|
|
1728
1727
|
__kind: "RootNotAllowed";
|
|
1729
1728
|
} | {
|
|
1730
|
-
__kind: "Trie";
|
|
1731
1729
|
value: {
|
|
1732
1730
|
__kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
1733
1731
|
};
|
|
1732
|
+
__kind: "Trie";
|
|
1734
1733
|
};
|
|
1734
|
+
__kind: "DepositWitnessRejected";
|
|
1735
1735
|
}>, z.ZodObject<{
|
|
1736
1736
|
__kind: z.ZodLiteral<"Unrefundable">;
|
|
1737
1737
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1834,11 +1834,11 @@ declare const arbitrumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1834
1834
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
1835
1835
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1836
1836
|
}, "strip", z.ZodTypeAny, {
|
|
1837
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1838
1837
|
value: `0x${string}`;
|
|
1839
|
-
}, {
|
|
1840
1838
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1839
|
+
}, {
|
|
1841
1840
|
value: string;
|
|
1841
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1842
1842
|
}>, {
|
|
1843
1843
|
readonly chain: "Ethereum";
|
|
1844
1844
|
readonly address: `0x${string}`;
|
|
@@ -1858,8 +1858,8 @@ declare const arbitrumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1858
1858
|
readonly chain: "Assethub";
|
|
1859
1859
|
readonly address: string;
|
|
1860
1860
|
}, {
|
|
1861
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1862
1861
|
value: string;
|
|
1862
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1863
1863
|
}>;
|
|
1864
1864
|
depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1865
1865
|
channelMetadata: z.ZodObject<{
|
|
@@ -1888,67 +1888,67 @@ declare const arbitrumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1888
1888
|
__kind: z.ZodLiteral<"Eth">;
|
|
1889
1889
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1890
1890
|
}, "strip", z.ZodTypeAny, {
|
|
1891
|
-
__kind: "Eth";
|
|
1892
1891
|
value: `0x${string}`;
|
|
1893
|
-
}, {
|
|
1894
1892
|
__kind: "Eth";
|
|
1893
|
+
}, {
|
|
1895
1894
|
value: string;
|
|
1895
|
+
__kind: "Eth";
|
|
1896
1896
|
}>, z.ZodObject<{
|
|
1897
1897
|
__kind: z.ZodLiteral<"Dot">;
|
|
1898
1898
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1899
1899
|
}, "strip", z.ZodTypeAny, {
|
|
1900
|
-
__kind: "Dot";
|
|
1901
1900
|
value: `0x${string}`;
|
|
1902
|
-
}, {
|
|
1903
1901
|
__kind: "Dot";
|
|
1902
|
+
}, {
|
|
1904
1903
|
value: string;
|
|
1904
|
+
__kind: "Dot";
|
|
1905
1905
|
}>, z.ZodObject<{
|
|
1906
1906
|
__kind: z.ZodLiteral<"Btc">;
|
|
1907
1907
|
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
1908
1908
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
1909
1909
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1910
1910
|
}, "strip", z.ZodTypeAny, {
|
|
1911
|
-
__kind: "P2PKH";
|
|
1912
1911
|
value: `0x${string}`;
|
|
1913
|
-
}, {
|
|
1914
1912
|
__kind: "P2PKH";
|
|
1913
|
+
}, {
|
|
1915
1914
|
value: string;
|
|
1915
|
+
__kind: "P2PKH";
|
|
1916
1916
|
}>, z.ZodObject<{
|
|
1917
1917
|
__kind: z.ZodLiteral<"P2SH">;
|
|
1918
1918
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1919
1919
|
}, "strip", z.ZodTypeAny, {
|
|
1920
|
-
__kind: "P2SH";
|
|
1921
1920
|
value: `0x${string}`;
|
|
1922
|
-
}, {
|
|
1923
1921
|
__kind: "P2SH";
|
|
1922
|
+
}, {
|
|
1924
1923
|
value: string;
|
|
1924
|
+
__kind: "P2SH";
|
|
1925
1925
|
}>, z.ZodObject<{
|
|
1926
1926
|
__kind: z.ZodLiteral<"P2WPKH">;
|
|
1927
1927
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1928
1928
|
}, "strip", z.ZodTypeAny, {
|
|
1929
|
-
__kind: "P2WPKH";
|
|
1930
1929
|
value: `0x${string}`;
|
|
1931
|
-
}, {
|
|
1932
1930
|
__kind: "P2WPKH";
|
|
1931
|
+
}, {
|
|
1933
1932
|
value: string;
|
|
1933
|
+
__kind: "P2WPKH";
|
|
1934
1934
|
}>, z.ZodObject<{
|
|
1935
1935
|
__kind: z.ZodLiteral<"P2WSH">;
|
|
1936
1936
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1937
1937
|
}, "strip", z.ZodTypeAny, {
|
|
1938
|
-
__kind: "P2WSH";
|
|
1939
1938
|
value: `0x${string}`;
|
|
1940
|
-
}, {
|
|
1941
1939
|
__kind: "P2WSH";
|
|
1940
|
+
}, {
|
|
1942
1941
|
value: string;
|
|
1942
|
+
__kind: "P2WSH";
|
|
1943
1943
|
}>, z.ZodObject<{
|
|
1944
1944
|
__kind: z.ZodLiteral<"Taproot">;
|
|
1945
1945
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1946
1946
|
}, "strip", z.ZodTypeAny, {
|
|
1947
|
-
__kind: "Taproot";
|
|
1948
1947
|
value: `0x${string}`;
|
|
1949
|
-
}, {
|
|
1950
1948
|
__kind: "Taproot";
|
|
1949
|
+
}, {
|
|
1951
1950
|
value: string;
|
|
1951
|
+
__kind: "Taproot";
|
|
1952
1952
|
}>, z.ZodObject<{
|
|
1953
1953
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
1954
1954
|
version: z.ZodNumber;
|
|
@@ -1963,76 +1963,76 @@ declare const arbitrumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1963
1963
|
program: string;
|
|
1964
1964
|
}>]>;
|
|
1965
1965
|
}, "strip", z.ZodTypeAny, {
|
|
1966
|
-
__kind: "Btc";
|
|
1967
1966
|
value: {
|
|
1968
|
-
__kind: "P2PKH";
|
|
1969
1967
|
value: `0x${string}`;
|
|
1968
|
+
__kind: "P2PKH";
|
|
1970
1969
|
} | {
|
|
1971
|
-
__kind: "P2SH";
|
|
1972
1970
|
value: `0x${string}`;
|
|
1971
|
+
__kind: "P2SH";
|
|
1973
1972
|
} | {
|
|
1974
|
-
__kind: "P2WPKH";
|
|
1975
1973
|
value: `0x${string}`;
|
|
1974
|
+
__kind: "P2WPKH";
|
|
1976
1975
|
} | {
|
|
1977
|
-
__kind: "P2WSH";
|
|
1978
1976
|
value: `0x${string}`;
|
|
1977
|
+
__kind: "P2WSH";
|
|
1979
1978
|
} | {
|
|
1980
|
-
__kind: "Taproot";
|
|
1981
1979
|
value: `0x${string}`;
|
|
1980
|
+
__kind: "Taproot";
|
|
1982
1981
|
} | {
|
|
1983
1982
|
__kind: "OtherSegwit";
|
|
1984
1983
|
version: number;
|
|
1985
1984
|
program: `0x${string}`;
|
|
1986
1985
|
};
|
|
1987
|
-
}, {
|
|
1988
1986
|
__kind: "Btc";
|
|
1987
|
+
}, {
|
|
1989
1988
|
value: {
|
|
1990
|
-
__kind: "P2PKH";
|
|
1991
1989
|
value: string;
|
|
1990
|
+
__kind: "P2PKH";
|
|
1992
1991
|
} | {
|
|
1993
|
-
__kind: "P2SH";
|
|
1994
1992
|
value: string;
|
|
1993
|
+
__kind: "P2SH";
|
|
1995
1994
|
} | {
|
|
1996
|
-
__kind: "P2WPKH";
|
|
1997
1995
|
value: string;
|
|
1996
|
+
__kind: "P2WPKH";
|
|
1998
1997
|
} | {
|
|
1999
|
-
__kind: "P2WSH";
|
|
2000
1998
|
value: string;
|
|
1999
|
+
__kind: "P2WSH";
|
|
2001
2000
|
} | {
|
|
2002
|
-
__kind: "Taproot";
|
|
2003
2001
|
value: string;
|
|
2002
|
+
__kind: "Taproot";
|
|
2004
2003
|
} | {
|
|
2005
2004
|
__kind: "OtherSegwit";
|
|
2006
2005
|
version: number;
|
|
2007
2006
|
program: string;
|
|
2008
2007
|
};
|
|
2008
|
+
__kind: "Btc";
|
|
2009
2009
|
}>, z.ZodObject<{
|
|
2010
2010
|
__kind: z.ZodLiteral<"Arb">;
|
|
2011
2011
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2012
2012
|
}, "strip", z.ZodTypeAny, {
|
|
2013
|
-
__kind: "Arb";
|
|
2014
2013
|
value: `0x${string}`;
|
|
2015
|
-
}, {
|
|
2016
2014
|
__kind: "Arb";
|
|
2015
|
+
}, {
|
|
2017
2016
|
value: string;
|
|
2017
|
+
__kind: "Arb";
|
|
2018
2018
|
}>, z.ZodObject<{
|
|
2019
2019
|
__kind: z.ZodLiteral<"Sol">;
|
|
2020
2020
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2021
2021
|
}, "strip", z.ZodTypeAny, {
|
|
2022
|
-
__kind: "Sol";
|
|
2023
2022
|
value: `0x${string}`;
|
|
2024
|
-
}, {
|
|
2025
2023
|
__kind: "Sol";
|
|
2024
|
+
}, {
|
|
2026
2025
|
value: string;
|
|
2026
|
+
__kind: "Sol";
|
|
2027
2027
|
}>, z.ZodObject<{
|
|
2028
2028
|
__kind: z.ZodLiteral<"Hub">;
|
|
2029
2029
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2030
2030
|
}, "strip", z.ZodTypeAny, {
|
|
2031
|
-
__kind: "Hub";
|
|
2032
2031
|
value: `0x${string}`;
|
|
2033
|
-
}, {
|
|
2034
2032
|
__kind: "Hub";
|
|
2033
|
+
}, {
|
|
2035
2034
|
value: string;
|
|
2035
|
+
__kind: "Hub";
|
|
2036
2036
|
}>]>>>;
|
|
2037
2037
|
}, "strip", z.ZodTypeAny, {
|
|
2038
2038
|
channelMetadata: {
|
|
@@ -2042,42 +2042,42 @@ declare const arbitrumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2042
2042
|
};
|
|
2043
2043
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2044
2044
|
sourceAddress?: {
|
|
2045
|
-
__kind: "Eth";
|
|
2046
2045
|
value: `0x${string}`;
|
|
2046
|
+
__kind: "Eth";
|
|
2047
2047
|
} | {
|
|
2048
|
-
__kind: "Dot";
|
|
2049
2048
|
value: `0x${string}`;
|
|
2049
|
+
__kind: "Dot";
|
|
2050
2050
|
} | {
|
|
2051
|
-
__kind: "Btc";
|
|
2052
2051
|
value: {
|
|
2053
|
-
__kind: "P2PKH";
|
|
2054
2052
|
value: `0x${string}`;
|
|
2053
|
+
__kind: "P2PKH";
|
|
2055
2054
|
} | {
|
|
2056
|
-
__kind: "P2SH";
|
|
2057
2055
|
value: `0x${string}`;
|
|
2056
|
+
__kind: "P2SH";
|
|
2058
2057
|
} | {
|
|
2059
|
-
__kind: "P2WPKH";
|
|
2060
2058
|
value: `0x${string}`;
|
|
2059
|
+
__kind: "P2WPKH";
|
|
2061
2060
|
} | {
|
|
2062
|
-
__kind: "P2WSH";
|
|
2063
2061
|
value: `0x${string}`;
|
|
2062
|
+
__kind: "P2WSH";
|
|
2064
2063
|
} | {
|
|
2065
|
-
__kind: "Taproot";
|
|
2066
2064
|
value: `0x${string}`;
|
|
2065
|
+
__kind: "Taproot";
|
|
2067
2066
|
} | {
|
|
2068
2067
|
__kind: "OtherSegwit";
|
|
2069
2068
|
version: number;
|
|
2070
2069
|
program: `0x${string}`;
|
|
2071
2070
|
};
|
|
2071
|
+
__kind: "Btc";
|
|
2072
2072
|
} | {
|
|
2073
|
-
__kind: "Arb";
|
|
2074
2073
|
value: `0x${string}`;
|
|
2074
|
+
__kind: "Arb";
|
|
2075
2075
|
} | {
|
|
2076
|
-
__kind: "Sol";
|
|
2077
2076
|
value: `0x${string}`;
|
|
2077
|
+
__kind: "Sol";
|
|
2078
2078
|
} | {
|
|
2079
|
-
__kind: "Hub";
|
|
2080
2079
|
value: `0x${string}`;
|
|
2080
|
+
__kind: "Hub";
|
|
2081
2081
|
} | null | undefined;
|
|
2082
2082
|
}, {
|
|
2083
2083
|
channelMetadata: {
|
|
@@ -2089,42 +2089,42 @@ declare const arbitrumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2089
2089
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2090
2090
|
};
|
|
2091
2091
|
sourceAddress?: {
|
|
2092
|
-
__kind: "Eth";
|
|
2093
2092
|
value: string;
|
|
2093
|
+
__kind: "Eth";
|
|
2094
2094
|
} | {
|
|
2095
|
-
__kind: "Dot";
|
|
2096
2095
|
value: string;
|
|
2096
|
+
__kind: "Dot";
|
|
2097
2097
|
} | {
|
|
2098
|
-
__kind: "Btc";
|
|
2099
2098
|
value: {
|
|
2100
|
-
__kind: "P2PKH";
|
|
2101
2099
|
value: string;
|
|
2100
|
+
__kind: "P2PKH";
|
|
2102
2101
|
} | {
|
|
2103
|
-
__kind: "P2SH";
|
|
2104
2102
|
value: string;
|
|
2103
|
+
__kind: "P2SH";
|
|
2105
2104
|
} | {
|
|
2106
|
-
__kind: "P2WPKH";
|
|
2107
2105
|
value: string;
|
|
2106
|
+
__kind: "P2WPKH";
|
|
2108
2107
|
} | {
|
|
2109
|
-
__kind: "P2WSH";
|
|
2110
2108
|
value: string;
|
|
2109
|
+
__kind: "P2WSH";
|
|
2111
2110
|
} | {
|
|
2112
|
-
__kind: "Taproot";
|
|
2113
2111
|
value: string;
|
|
2112
|
+
__kind: "Taproot";
|
|
2114
2113
|
} | {
|
|
2115
2114
|
__kind: "OtherSegwit";
|
|
2116
2115
|
version: number;
|
|
2117
2116
|
program: string;
|
|
2118
2117
|
};
|
|
2118
|
+
__kind: "Btc";
|
|
2119
2119
|
} | {
|
|
2120
|
-
__kind: "Arb";
|
|
2121
2120
|
value: string;
|
|
2121
|
+
__kind: "Arb";
|
|
2122
2122
|
} | {
|
|
2123
|
-
__kind: "Sol";
|
|
2124
2123
|
value: string;
|
|
2124
|
+
__kind: "Sol";
|
|
2125
2125
|
} | {
|
|
2126
|
-
__kind: "Hub";
|
|
2127
2126
|
value: string;
|
|
2127
|
+
__kind: "Hub";
|
|
2128
2128
|
} | null | undefined;
|
|
2129
2129
|
}>>>;
|
|
2130
2130
|
txId: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
@@ -2251,42 +2251,42 @@ declare const arbitrumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2251
2251
|
};
|
|
2252
2252
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2253
2253
|
sourceAddress?: {
|
|
2254
|
-
__kind: "Eth";
|
|
2255
2254
|
value: `0x${string}`;
|
|
2255
|
+
__kind: "Eth";
|
|
2256
2256
|
} | {
|
|
2257
|
-
__kind: "Dot";
|
|
2258
2257
|
value: `0x${string}`;
|
|
2258
|
+
__kind: "Dot";
|
|
2259
2259
|
} | {
|
|
2260
|
-
__kind: "Btc";
|
|
2261
2260
|
value: {
|
|
2262
|
-
__kind: "P2PKH";
|
|
2263
2261
|
value: `0x${string}`;
|
|
2262
|
+
__kind: "P2PKH";
|
|
2264
2263
|
} | {
|
|
2265
|
-
__kind: "P2SH";
|
|
2266
2264
|
value: `0x${string}`;
|
|
2265
|
+
__kind: "P2SH";
|
|
2267
2266
|
} | {
|
|
2268
|
-
__kind: "P2WPKH";
|
|
2269
2267
|
value: `0x${string}`;
|
|
2268
|
+
__kind: "P2WPKH";
|
|
2270
2269
|
} | {
|
|
2271
|
-
__kind: "P2WSH";
|
|
2272
2270
|
value: `0x${string}`;
|
|
2271
|
+
__kind: "P2WSH";
|
|
2273
2272
|
} | {
|
|
2274
|
-
__kind: "Taproot";
|
|
2275
2273
|
value: `0x${string}`;
|
|
2274
|
+
__kind: "Taproot";
|
|
2276
2275
|
} | {
|
|
2277
2276
|
__kind: "OtherSegwit";
|
|
2278
2277
|
version: number;
|
|
2279
2278
|
program: `0x${string}`;
|
|
2280
2279
|
};
|
|
2280
|
+
__kind: "Btc";
|
|
2281
2281
|
} | {
|
|
2282
|
-
__kind: "Arb";
|
|
2283
2282
|
value: `0x${string}`;
|
|
2283
|
+
__kind: "Arb";
|
|
2284
2284
|
} | {
|
|
2285
|
-
__kind: "Sol";
|
|
2286
2285
|
value: `0x${string}`;
|
|
2286
|
+
__kind: "Sol";
|
|
2287
2287
|
} | {
|
|
2288
|
-
__kind: "Hub";
|
|
2289
2288
|
value: `0x${string}`;
|
|
2289
|
+
__kind: "Hub";
|
|
2290
2290
|
} | null | undefined;
|
|
2291
2291
|
} | null | undefined;
|
|
2292
2292
|
brokerFee?: {
|
|
@@ -2310,8 +2310,8 @@ declare const arbitrumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2310
2310
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
2311
2311
|
};
|
|
2312
2312
|
destinationAddress: {
|
|
2313
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2314
2313
|
value: string;
|
|
2314
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2315
2315
|
};
|
|
2316
2316
|
affiliateFees: {
|
|
2317
2317
|
account: number;
|
|
@@ -2341,42 +2341,42 @@ declare const arbitrumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2341
2341
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2342
2342
|
};
|
|
2343
2343
|
sourceAddress?: {
|
|
2344
|
-
__kind: "Eth";
|
|
2345
2344
|
value: string;
|
|
2345
|
+
__kind: "Eth";
|
|
2346
2346
|
} | {
|
|
2347
|
-
__kind: "Dot";
|
|
2348
2347
|
value: string;
|
|
2348
|
+
__kind: "Dot";
|
|
2349
2349
|
} | {
|
|
2350
|
-
__kind: "Btc";
|
|
2351
2350
|
value: {
|
|
2352
|
-
__kind: "P2PKH";
|
|
2353
2351
|
value: string;
|
|
2352
|
+
__kind: "P2PKH";
|
|
2354
2353
|
} | {
|
|
2355
|
-
__kind: "P2SH";
|
|
2356
2354
|
value: string;
|
|
2355
|
+
__kind: "P2SH";
|
|
2357
2356
|
} | {
|
|
2358
|
-
__kind: "P2WPKH";
|
|
2359
2357
|
value: string;
|
|
2358
|
+
__kind: "P2WPKH";
|
|
2360
2359
|
} | {
|
|
2361
|
-
__kind: "P2WSH";
|
|
2362
2360
|
value: string;
|
|
2361
|
+
__kind: "P2WSH";
|
|
2363
2362
|
} | {
|
|
2364
|
-
__kind: "Taproot";
|
|
2365
2363
|
value: string;
|
|
2364
|
+
__kind: "Taproot";
|
|
2366
2365
|
} | {
|
|
2367
2366
|
__kind: "OtherSegwit";
|
|
2368
2367
|
version: number;
|
|
2369
2368
|
program: string;
|
|
2370
2369
|
};
|
|
2370
|
+
__kind: "Btc";
|
|
2371
2371
|
} | {
|
|
2372
|
-
__kind: "Arb";
|
|
2373
2372
|
value: string;
|
|
2373
|
+
__kind: "Arb";
|
|
2374
2374
|
} | {
|
|
2375
|
-
__kind: "Sol";
|
|
2376
2375
|
value: string;
|
|
2376
|
+
__kind: "Sol";
|
|
2377
2377
|
} | {
|
|
2378
|
-
__kind: "Hub";
|
|
2379
2378
|
value: string;
|
|
2379
|
+
__kind: "Hub";
|
|
2380
2380
|
} | null | undefined;
|
|
2381
2381
|
} | null | undefined;
|
|
2382
2382
|
brokerFee?: {
|
|
@@ -2443,42 +2443,42 @@ declare const arbitrumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2443
2443
|
};
|
|
2444
2444
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2445
2445
|
sourceAddress?: {
|
|
2446
|
-
__kind: "Eth";
|
|
2447
2446
|
value: `0x${string}`;
|
|
2447
|
+
__kind: "Eth";
|
|
2448
2448
|
} | {
|
|
2449
|
-
__kind: "Dot";
|
|
2450
2449
|
value: `0x${string}`;
|
|
2450
|
+
__kind: "Dot";
|
|
2451
2451
|
} | {
|
|
2452
|
-
__kind: "Btc";
|
|
2453
2452
|
value: {
|
|
2454
|
-
__kind: "P2PKH";
|
|
2455
2453
|
value: `0x${string}`;
|
|
2454
|
+
__kind: "P2PKH";
|
|
2456
2455
|
} | {
|
|
2457
|
-
__kind: "P2SH";
|
|
2458
2456
|
value: `0x${string}`;
|
|
2457
|
+
__kind: "P2SH";
|
|
2459
2458
|
} | {
|
|
2460
|
-
__kind: "P2WPKH";
|
|
2461
2459
|
value: `0x${string}`;
|
|
2460
|
+
__kind: "P2WPKH";
|
|
2462
2461
|
} | {
|
|
2463
|
-
__kind: "P2WSH";
|
|
2464
2462
|
value: `0x${string}`;
|
|
2463
|
+
__kind: "P2WSH";
|
|
2465
2464
|
} | {
|
|
2466
|
-
__kind: "Taproot";
|
|
2467
2465
|
value: `0x${string}`;
|
|
2466
|
+
__kind: "Taproot";
|
|
2468
2467
|
} | {
|
|
2469
2468
|
__kind: "OtherSegwit";
|
|
2470
2469
|
version: number;
|
|
2471
2470
|
program: `0x${string}`;
|
|
2472
2471
|
};
|
|
2472
|
+
__kind: "Btc";
|
|
2473
2473
|
} | {
|
|
2474
|
-
__kind: "Arb";
|
|
2475
2474
|
value: `0x${string}`;
|
|
2475
|
+
__kind: "Arb";
|
|
2476
2476
|
} | {
|
|
2477
|
-
__kind: "Sol";
|
|
2478
2477
|
value: `0x${string}`;
|
|
2478
|
+
__kind: "Sol";
|
|
2479
2479
|
} | {
|
|
2480
|
-
__kind: "Hub";
|
|
2481
2480
|
value: `0x${string}`;
|
|
2481
|
+
__kind: "Hub";
|
|
2482
2482
|
} | null | undefined;
|
|
2483
2483
|
} | null | undefined;
|
|
2484
2484
|
brokerFee?: {
|
|
@@ -2505,8 +2505,8 @@ declare const arbitrumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2505
2505
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
2506
2506
|
};
|
|
2507
2507
|
destinationAddress: {
|
|
2508
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2509
2508
|
value: string;
|
|
2509
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2510
2510
|
};
|
|
2511
2511
|
affiliateFees: {
|
|
2512
2512
|
account: number;
|
|
@@ -2536,42 +2536,42 @@ declare const arbitrumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2536
2536
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2537
2537
|
};
|
|
2538
2538
|
sourceAddress?: {
|
|
2539
|
-
__kind: "Eth";
|
|
2540
2539
|
value: string;
|
|
2540
|
+
__kind: "Eth";
|
|
2541
2541
|
} | {
|
|
2542
|
-
__kind: "Dot";
|
|
2543
2542
|
value: string;
|
|
2543
|
+
__kind: "Dot";
|
|
2544
2544
|
} | {
|
|
2545
|
-
__kind: "Btc";
|
|
2546
2545
|
value: {
|
|
2547
|
-
__kind: "P2PKH";
|
|
2548
2546
|
value: string;
|
|
2547
|
+
__kind: "P2PKH";
|
|
2549
2548
|
} | {
|
|
2550
|
-
__kind: "P2SH";
|
|
2551
2549
|
value: string;
|
|
2550
|
+
__kind: "P2SH";
|
|
2552
2551
|
} | {
|
|
2553
|
-
__kind: "P2WPKH";
|
|
2554
2552
|
value: string;
|
|
2553
|
+
__kind: "P2WPKH";
|
|
2555
2554
|
} | {
|
|
2556
|
-
__kind: "P2WSH";
|
|
2557
2555
|
value: string;
|
|
2556
|
+
__kind: "P2WSH";
|
|
2558
2557
|
} | {
|
|
2559
|
-
__kind: "Taproot";
|
|
2560
2558
|
value: string;
|
|
2559
|
+
__kind: "Taproot";
|
|
2561
2560
|
} | {
|
|
2562
2561
|
__kind: "OtherSegwit";
|
|
2563
2562
|
version: number;
|
|
2564
2563
|
program: string;
|
|
2565
2564
|
};
|
|
2565
|
+
__kind: "Btc";
|
|
2566
2566
|
} | {
|
|
2567
|
-
__kind: "Arb";
|
|
2568
2567
|
value: string;
|
|
2568
|
+
__kind: "Arb";
|
|
2569
2569
|
} | {
|
|
2570
|
-
__kind: "Sol";
|
|
2571
2570
|
value: string;
|
|
2571
|
+
__kind: "Sol";
|
|
2572
2572
|
} | {
|
|
2573
|
-
__kind: "Hub";
|
|
2574
2573
|
value: string;
|
|
2574
|
+
__kind: "Hub";
|
|
2575
2575
|
} | null | undefined;
|
|
2576
2576
|
} | null | undefined;
|
|
2577
2577
|
brokerFee?: {
|
|
@@ -2592,7 +2592,6 @@ declare const arbitrumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2592
2592
|
} | {
|
|
2593
2593
|
__kind: "TransactionRejectedByBroker";
|
|
2594
2594
|
} | {
|
|
2595
|
-
__kind: "DepositWitnessRejected";
|
|
2596
2595
|
value: {
|
|
2597
2596
|
__kind: "Other";
|
|
2598
2597
|
} | {
|
|
@@ -2600,11 +2599,11 @@ declare const arbitrumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2600
2599
|
} | {
|
|
2601
2600
|
__kind: "BadOrigin";
|
|
2602
2601
|
} | {
|
|
2603
|
-
__kind: "Module";
|
|
2604
2602
|
value: {
|
|
2605
2603
|
index: number;
|
|
2606
2604
|
error: `0x${string}`;
|
|
2607
2605
|
};
|
|
2606
|
+
__kind: "Module";
|
|
2608
2607
|
} | {
|
|
2609
2608
|
__kind: "ConsumerRemaining";
|
|
2610
2609
|
} | {
|
|
@@ -2612,14 +2611,14 @@ declare const arbitrumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2612
2611
|
} | {
|
|
2613
2612
|
__kind: "TooManyConsumers";
|
|
2614
2613
|
} | {
|
|
2615
|
-
__kind: "Token";
|
|
2616
2614
|
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
2615
|
+
__kind: "Token";
|
|
2617
2616
|
} | {
|
|
2618
|
-
__kind: "Arithmetic";
|
|
2619
2617
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
2618
|
+
__kind: "Arithmetic";
|
|
2620
2619
|
} | {
|
|
2621
|
-
__kind: "Transactional";
|
|
2622
2620
|
value: "LimitReached" | "NoLayer";
|
|
2621
|
+
__kind: "Transactional";
|
|
2623
2622
|
} | {
|
|
2624
2623
|
__kind: "Exhausted";
|
|
2625
2624
|
} | {
|
|
@@ -2629,9 +2628,10 @@ declare const arbitrumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2629
2628
|
} | {
|
|
2630
2629
|
__kind: "RootNotAllowed";
|
|
2631
2630
|
} | {
|
|
2632
|
-
__kind: "Trie";
|
|
2633
2631
|
value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
2632
|
+
__kind: "Trie";
|
|
2634
2633
|
};
|
|
2634
|
+
__kind: "DepositWitnessRejected";
|
|
2635
2635
|
} | {
|
|
2636
2636
|
__kind: "Unrefundable";
|
|
2637
2637
|
};
|
|
@@ -2701,42 +2701,42 @@ declare const arbitrumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2701
2701
|
};
|
|
2702
2702
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2703
2703
|
sourceAddress?: {
|
|
2704
|
-
__kind: "Eth";
|
|
2705
2704
|
value: `0x${string}`;
|
|
2705
|
+
__kind: "Eth";
|
|
2706
2706
|
} | {
|
|
2707
|
-
__kind: "Dot";
|
|
2708
2707
|
value: `0x${string}`;
|
|
2708
|
+
__kind: "Dot";
|
|
2709
2709
|
} | {
|
|
2710
|
-
__kind: "Btc";
|
|
2711
2710
|
value: {
|
|
2712
|
-
__kind: "P2PKH";
|
|
2713
2711
|
value: `0x${string}`;
|
|
2712
|
+
__kind: "P2PKH";
|
|
2714
2713
|
} | {
|
|
2715
|
-
__kind: "P2SH";
|
|
2716
2714
|
value: `0x${string}`;
|
|
2715
|
+
__kind: "P2SH";
|
|
2717
2716
|
} | {
|
|
2718
|
-
__kind: "P2WPKH";
|
|
2719
2717
|
value: `0x${string}`;
|
|
2718
|
+
__kind: "P2WPKH";
|
|
2720
2719
|
} | {
|
|
2721
|
-
__kind: "P2WSH";
|
|
2722
2720
|
value: `0x${string}`;
|
|
2721
|
+
__kind: "P2WSH";
|
|
2723
2722
|
} | {
|
|
2724
|
-
__kind: "Taproot";
|
|
2725
2723
|
value: `0x${string}`;
|
|
2724
|
+
__kind: "Taproot";
|
|
2726
2725
|
} | {
|
|
2727
2726
|
__kind: "OtherSegwit";
|
|
2728
2727
|
version: number;
|
|
2729
2728
|
program: `0x${string}`;
|
|
2730
2729
|
};
|
|
2730
|
+
__kind: "Btc";
|
|
2731
2731
|
} | {
|
|
2732
|
-
__kind: "Arb";
|
|
2733
2732
|
value: `0x${string}`;
|
|
2733
|
+
__kind: "Arb";
|
|
2734
2734
|
} | {
|
|
2735
|
-
__kind: "Sol";
|
|
2736
2735
|
value: `0x${string}`;
|
|
2736
|
+
__kind: "Sol";
|
|
2737
2737
|
} | {
|
|
2738
|
-
__kind: "Hub";
|
|
2739
2738
|
value: `0x${string}`;
|
|
2739
|
+
__kind: "Hub";
|
|
2740
2740
|
} | null | undefined;
|
|
2741
2741
|
} | null | undefined;
|
|
2742
2742
|
brokerFee?: {
|
|
@@ -2757,7 +2757,6 @@ declare const arbitrumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2757
2757
|
} | {
|
|
2758
2758
|
__kind: "TransactionRejectedByBroker";
|
|
2759
2759
|
} | {
|
|
2760
|
-
__kind: "DepositWitnessRejected";
|
|
2761
2760
|
value: {
|
|
2762
2761
|
__kind: "Other";
|
|
2763
2762
|
} | {
|
|
@@ -2765,11 +2764,11 @@ declare const arbitrumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2765
2764
|
} | {
|
|
2766
2765
|
__kind: "BadOrigin";
|
|
2767
2766
|
} | {
|
|
2768
|
-
__kind: "Module";
|
|
2769
2767
|
value: {
|
|
2770
2768
|
index: number;
|
|
2771
2769
|
error: string;
|
|
2772
2770
|
};
|
|
2771
|
+
__kind: "Module";
|
|
2773
2772
|
} | {
|
|
2774
2773
|
__kind: "ConsumerRemaining";
|
|
2775
2774
|
} | {
|
|
@@ -2777,20 +2776,20 @@ declare const arbitrumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2777
2776
|
} | {
|
|
2778
2777
|
__kind: "TooManyConsumers";
|
|
2779
2778
|
} | {
|
|
2780
|
-
__kind: "Token";
|
|
2781
2779
|
value: {
|
|
2782
2780
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
2783
2781
|
};
|
|
2782
|
+
__kind: "Token";
|
|
2784
2783
|
} | {
|
|
2785
|
-
__kind: "Arithmetic";
|
|
2786
2784
|
value: {
|
|
2787
2785
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
2788
2786
|
};
|
|
2787
|
+
__kind: "Arithmetic";
|
|
2789
2788
|
} | {
|
|
2790
|
-
__kind: "Transactional";
|
|
2791
2789
|
value: {
|
|
2792
2790
|
__kind: "LimitReached" | "NoLayer";
|
|
2793
2791
|
};
|
|
2792
|
+
__kind: "Transactional";
|
|
2794
2793
|
} | {
|
|
2795
2794
|
__kind: "Exhausted";
|
|
2796
2795
|
} | {
|
|
@@ -2800,11 +2799,12 @@ declare const arbitrumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2800
2799
|
} | {
|
|
2801
2800
|
__kind: "RootNotAllowed";
|
|
2802
2801
|
} | {
|
|
2803
|
-
__kind: "Trie";
|
|
2804
2802
|
value: {
|
|
2805
2803
|
__kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
2806
2804
|
};
|
|
2805
|
+
__kind: "Trie";
|
|
2807
2806
|
};
|
|
2807
|
+
__kind: "DepositWitnessRejected";
|
|
2808
2808
|
} | {
|
|
2809
2809
|
__kind: "Unrefundable";
|
|
2810
2810
|
};
|
|
@@ -2836,8 +2836,8 @@ declare const arbitrumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2836
2836
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
2837
2837
|
};
|
|
2838
2838
|
destinationAddress: {
|
|
2839
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2840
2839
|
value: string;
|
|
2840
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2841
2841
|
};
|
|
2842
2842
|
affiliateFees: {
|
|
2843
2843
|
account: number;
|
|
@@ -2867,42 +2867,42 @@ declare const arbitrumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2867
2867
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2868
2868
|
};
|
|
2869
2869
|
sourceAddress?: {
|
|
2870
|
-
__kind: "Eth";
|
|
2871
2870
|
value: string;
|
|
2871
|
+
__kind: "Eth";
|
|
2872
2872
|
} | {
|
|
2873
|
-
__kind: "Dot";
|
|
2874
2873
|
value: string;
|
|
2874
|
+
__kind: "Dot";
|
|
2875
2875
|
} | {
|
|
2876
|
-
__kind: "Btc";
|
|
2877
2876
|
value: {
|
|
2878
|
-
__kind: "P2PKH";
|
|
2879
2877
|
value: string;
|
|
2878
|
+
__kind: "P2PKH";
|
|
2880
2879
|
} | {
|
|
2881
|
-
__kind: "P2SH";
|
|
2882
2880
|
value: string;
|
|
2881
|
+
__kind: "P2SH";
|
|
2883
2882
|
} | {
|
|
2884
|
-
__kind: "P2WPKH";
|
|
2885
2883
|
value: string;
|
|
2884
|
+
__kind: "P2WPKH";
|
|
2886
2885
|
} | {
|
|
2887
|
-
__kind: "P2WSH";
|
|
2888
2886
|
value: string;
|
|
2887
|
+
__kind: "P2WSH";
|
|
2889
2888
|
} | {
|
|
2890
|
-
__kind: "Taproot";
|
|
2891
2889
|
value: string;
|
|
2890
|
+
__kind: "Taproot";
|
|
2892
2891
|
} | {
|
|
2893
2892
|
__kind: "OtherSegwit";
|
|
2894
2893
|
version: number;
|
|
2895
2894
|
program: string;
|
|
2896
2895
|
};
|
|
2896
|
+
__kind: "Btc";
|
|
2897
2897
|
} | {
|
|
2898
|
-
__kind: "Arb";
|
|
2899
2898
|
value: string;
|
|
2899
|
+
__kind: "Arb";
|
|
2900
2900
|
} | {
|
|
2901
|
-
__kind: "Sol";
|
|
2902
2901
|
value: string;
|
|
2902
|
+
__kind: "Sol";
|
|
2903
2903
|
} | {
|
|
2904
|
-
__kind: "Hub";
|
|
2905
2904
|
value: string;
|
|
2905
|
+
__kind: "Hub";
|
|
2906
2906
|
} | null | undefined;
|
|
2907
2907
|
} | null | undefined;
|
|
2908
2908
|
brokerFee?: {
|