@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
|
@@ -7,31 +7,31 @@ declare const swappingSwapScheduled: z.ZodObject<{
|
|
|
7
7
|
sourceAsset: z.ZodEffects<z.ZodObject<{
|
|
8
8
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc"]>;
|
|
9
9
|
}, "strip", z.ZodTypeAny, {
|
|
10
|
-
__kind: "
|
|
10
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
11
11
|
}, {
|
|
12
|
-
__kind: "
|
|
13
|
-
}>, "
|
|
14
|
-
__kind: "
|
|
12
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
13
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc", {
|
|
14
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
15
15
|
}>;
|
|
16
16
|
depositAmount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
17
17
|
destinationAsset: z.ZodEffects<z.ZodObject<{
|
|
18
18
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc"]>;
|
|
19
19
|
}, "strip", z.ZodTypeAny, {
|
|
20
|
-
__kind: "
|
|
20
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
21
21
|
}, {
|
|
22
|
-
__kind: "
|
|
23
|
-
}>, "
|
|
24
|
-
__kind: "
|
|
22
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
23
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc", {
|
|
24
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
25
25
|
}>;
|
|
26
26
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
27
27
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc"]>;
|
|
28
28
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
29
29
|
}, "strip", z.ZodTypeAny, {
|
|
30
|
+
__kind: "Eth" | "Dot" | "Btc";
|
|
30
31
|
value: `0x${string}`;
|
|
31
|
-
__kind: "Btc" | "Eth" | "Dot";
|
|
32
32
|
}, {
|
|
33
|
+
__kind: "Eth" | "Dot" | "Btc";
|
|
33
34
|
value: string;
|
|
34
|
-
__kind: "Btc" | "Eth" | "Dot";
|
|
35
35
|
}>, {
|
|
36
36
|
readonly chain: "Ethereum";
|
|
37
37
|
readonly address: `0x${string}`;
|
|
@@ -42,8 +42,8 @@ declare const swappingSwapScheduled: z.ZodObject<{
|
|
|
42
42
|
readonly chain: "Bitcoin";
|
|
43
43
|
readonly address: string;
|
|
44
44
|
}, {
|
|
45
|
+
__kind: "Eth" | "Dot" | "Btc";
|
|
45
46
|
value: string;
|
|
46
|
-
__kind: "Btc" | "Eth" | "Dot";
|
|
47
47
|
}>;
|
|
48
48
|
origin: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
49
49
|
__kind: z.ZodLiteral<"DepositChannel">;
|
|
@@ -51,11 +51,11 @@ declare const swappingSwapScheduled: z.ZodObject<{
|
|
|
51
51
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc"]>;
|
|
52
52
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
53
53
|
}, "strip", z.ZodTypeAny, {
|
|
54
|
+
__kind: "Eth" | "Dot" | "Btc";
|
|
54
55
|
value: `0x${string}`;
|
|
55
|
-
__kind: "Btc" | "Eth" | "Dot";
|
|
56
56
|
}, {
|
|
57
|
+
__kind: "Eth" | "Dot" | "Btc";
|
|
57
58
|
value: string;
|
|
58
|
-
__kind: "Btc" | "Eth" | "Dot";
|
|
59
59
|
}>, {
|
|
60
60
|
readonly chain: "Ethereum";
|
|
61
61
|
readonly address: `0x${string}`;
|
|
@@ -66,14 +66,13 @@ declare const swappingSwapScheduled: z.ZodObject<{
|
|
|
66
66
|
readonly chain: "Bitcoin";
|
|
67
67
|
readonly address: string;
|
|
68
68
|
}, {
|
|
69
|
+
__kind: "Eth" | "Dot" | "Btc";
|
|
69
70
|
value: string;
|
|
70
|
-
__kind: "Btc" | "Eth" | "Dot";
|
|
71
71
|
}>;
|
|
72
72
|
channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
73
73
|
depositBlockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
74
74
|
}, "strip", z.ZodTypeAny, {
|
|
75
75
|
__kind: "DepositChannel";
|
|
76
|
-
channelId: bigint;
|
|
77
76
|
depositAddress: {
|
|
78
77
|
readonly chain: "Ethereum";
|
|
79
78
|
readonly address: `0x${string}`;
|
|
@@ -84,14 +83,15 @@ declare const swappingSwapScheduled: z.ZodObject<{
|
|
|
84
83
|
readonly chain: "Bitcoin";
|
|
85
84
|
readonly address: string;
|
|
86
85
|
};
|
|
86
|
+
channelId: bigint;
|
|
87
87
|
depositBlockHeight: bigint;
|
|
88
88
|
}, {
|
|
89
89
|
__kind: "DepositChannel";
|
|
90
|
-
channelId: string | number;
|
|
91
90
|
depositAddress: {
|
|
91
|
+
__kind: "Eth" | "Dot" | "Btc";
|
|
92
92
|
value: string;
|
|
93
|
-
__kind: "Btc" | "Eth" | "Dot";
|
|
94
93
|
};
|
|
94
|
+
channelId: string | number;
|
|
95
95
|
depositBlockHeight: string | number;
|
|
96
96
|
}>, z.ZodObject<{
|
|
97
97
|
__kind: z.ZodLiteral<"Vault">;
|
|
@@ -109,67 +109,67 @@ declare const swappingSwapScheduled: z.ZodObject<{
|
|
|
109
109
|
__kind: z.ZodLiteral<"Eth">;
|
|
110
110
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
111
111
|
}, "strip", z.ZodTypeAny, {
|
|
112
|
-
value: `0x${string}`;
|
|
113
112
|
__kind: "Eth";
|
|
113
|
+
value: `0x${string}`;
|
|
114
114
|
}, {
|
|
115
|
-
value: string;
|
|
116
115
|
__kind: "Eth";
|
|
116
|
+
value: string;
|
|
117
117
|
}>, z.ZodObject<{
|
|
118
118
|
__kind: z.ZodLiteral<"Dot">;
|
|
119
119
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
120
120
|
}, "strip", z.ZodTypeAny, {
|
|
121
|
-
value: `0x${string}`;
|
|
122
121
|
__kind: "Dot";
|
|
122
|
+
value: `0x${string}`;
|
|
123
123
|
}, {
|
|
124
|
-
value: string;
|
|
125
124
|
__kind: "Dot";
|
|
125
|
+
value: string;
|
|
126
126
|
}>, z.ZodObject<{
|
|
127
127
|
__kind: z.ZodLiteral<"Btc">;
|
|
128
128
|
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
129
129
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
130
130
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
131
131
|
}, "strip", z.ZodTypeAny, {
|
|
132
|
-
value: `0x${string}`;
|
|
133
132
|
__kind: "P2PKH";
|
|
133
|
+
value: `0x${string}`;
|
|
134
134
|
}, {
|
|
135
|
-
value: string;
|
|
136
135
|
__kind: "P2PKH";
|
|
136
|
+
value: string;
|
|
137
137
|
}>, z.ZodObject<{
|
|
138
138
|
__kind: z.ZodLiteral<"P2SH">;
|
|
139
139
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
140
140
|
}, "strip", z.ZodTypeAny, {
|
|
141
|
-
value: `0x${string}`;
|
|
142
141
|
__kind: "P2SH";
|
|
142
|
+
value: `0x${string}`;
|
|
143
143
|
}, {
|
|
144
|
-
value: string;
|
|
145
144
|
__kind: "P2SH";
|
|
145
|
+
value: string;
|
|
146
146
|
}>, z.ZodObject<{
|
|
147
147
|
__kind: z.ZodLiteral<"P2WPKH">;
|
|
148
148
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
149
149
|
}, "strip", z.ZodTypeAny, {
|
|
150
|
-
value: `0x${string}`;
|
|
151
150
|
__kind: "P2WPKH";
|
|
151
|
+
value: `0x${string}`;
|
|
152
152
|
}, {
|
|
153
|
-
value: string;
|
|
154
153
|
__kind: "P2WPKH";
|
|
154
|
+
value: string;
|
|
155
155
|
}>, z.ZodObject<{
|
|
156
156
|
__kind: z.ZodLiteral<"P2WSH">;
|
|
157
157
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
158
158
|
}, "strip", z.ZodTypeAny, {
|
|
159
|
-
value: `0x${string}`;
|
|
160
159
|
__kind: "P2WSH";
|
|
160
|
+
value: `0x${string}`;
|
|
161
161
|
}, {
|
|
162
|
-
value: string;
|
|
163
162
|
__kind: "P2WSH";
|
|
163
|
+
value: string;
|
|
164
164
|
}>, z.ZodObject<{
|
|
165
165
|
__kind: z.ZodLiteral<"Taproot">;
|
|
166
166
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
167
167
|
}, "strip", z.ZodTypeAny, {
|
|
168
|
-
value: `0x${string}`;
|
|
169
168
|
__kind: "Taproot";
|
|
169
|
+
value: `0x${string}`;
|
|
170
170
|
}, {
|
|
171
|
-
value: string;
|
|
172
171
|
__kind: "Taproot";
|
|
172
|
+
value: string;
|
|
173
173
|
}>, z.ZodObject<{
|
|
174
174
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
175
175
|
version: z.ZodNumber;
|
|
@@ -184,130 +184,130 @@ declare const swappingSwapScheduled: z.ZodObject<{
|
|
|
184
184
|
program: string;
|
|
185
185
|
}>]>;
|
|
186
186
|
}, "strip", z.ZodTypeAny, {
|
|
187
|
+
__kind: "Btc";
|
|
187
188
|
value: {
|
|
188
|
-
value: `0x${string}`;
|
|
189
189
|
__kind: "P2PKH";
|
|
190
|
-
} | {
|
|
191
190
|
value: `0x${string}`;
|
|
192
|
-
__kind: "P2SH";
|
|
193
191
|
} | {
|
|
192
|
+
__kind: "P2SH";
|
|
194
193
|
value: `0x${string}`;
|
|
195
|
-
__kind: "P2WPKH";
|
|
196
194
|
} | {
|
|
195
|
+
__kind: "P2WPKH";
|
|
197
196
|
value: `0x${string}`;
|
|
198
|
-
__kind: "P2WSH";
|
|
199
197
|
} | {
|
|
198
|
+
__kind: "P2WSH";
|
|
200
199
|
value: `0x${string}`;
|
|
200
|
+
} | {
|
|
201
201
|
__kind: "Taproot";
|
|
202
|
+
value: `0x${string}`;
|
|
202
203
|
} | {
|
|
203
204
|
__kind: "OtherSegwit";
|
|
204
205
|
version: number;
|
|
205
206
|
program: `0x${string}`;
|
|
206
207
|
};
|
|
207
|
-
__kind: "Btc";
|
|
208
208
|
}, {
|
|
209
|
+
__kind: "Btc";
|
|
209
210
|
value: {
|
|
210
|
-
value: string;
|
|
211
211
|
__kind: "P2PKH";
|
|
212
|
-
} | {
|
|
213
212
|
value: string;
|
|
214
|
-
__kind: "P2SH";
|
|
215
213
|
} | {
|
|
214
|
+
__kind: "P2SH";
|
|
216
215
|
value: string;
|
|
217
|
-
__kind: "P2WPKH";
|
|
218
216
|
} | {
|
|
217
|
+
__kind: "P2WPKH";
|
|
219
218
|
value: string;
|
|
220
|
-
__kind: "P2WSH";
|
|
221
219
|
} | {
|
|
220
|
+
__kind: "P2WSH";
|
|
222
221
|
value: string;
|
|
222
|
+
} | {
|
|
223
223
|
__kind: "Taproot";
|
|
224
|
+
value: string;
|
|
224
225
|
} | {
|
|
225
226
|
__kind: "OtherSegwit";
|
|
226
227
|
version: number;
|
|
227
228
|
program: string;
|
|
228
229
|
};
|
|
229
|
-
__kind: "Btc";
|
|
230
230
|
}>]>;
|
|
231
231
|
}, "strip", z.ZodTypeAny, {
|
|
232
|
+
__kind: "Swap";
|
|
232
233
|
value: {
|
|
233
|
-
value: `0x${string}`;
|
|
234
234
|
__kind: "Eth";
|
|
235
|
-
} | {
|
|
236
235
|
value: `0x${string}`;
|
|
236
|
+
} | {
|
|
237
237
|
__kind: "Dot";
|
|
238
|
+
value: `0x${string}`;
|
|
238
239
|
} | {
|
|
240
|
+
__kind: "Btc";
|
|
239
241
|
value: {
|
|
240
|
-
value: `0x${string}`;
|
|
241
242
|
__kind: "P2PKH";
|
|
242
|
-
} | {
|
|
243
243
|
value: `0x${string}`;
|
|
244
|
-
__kind: "P2SH";
|
|
245
244
|
} | {
|
|
245
|
+
__kind: "P2SH";
|
|
246
246
|
value: `0x${string}`;
|
|
247
|
-
__kind: "P2WPKH";
|
|
248
247
|
} | {
|
|
248
|
+
__kind: "P2WPKH";
|
|
249
249
|
value: `0x${string}`;
|
|
250
|
-
__kind: "P2WSH";
|
|
251
250
|
} | {
|
|
251
|
+
__kind: "P2WSH";
|
|
252
252
|
value: `0x${string}`;
|
|
253
|
+
} | {
|
|
253
254
|
__kind: "Taproot";
|
|
255
|
+
value: `0x${string}`;
|
|
254
256
|
} | {
|
|
255
257
|
__kind: "OtherSegwit";
|
|
256
258
|
version: number;
|
|
257
259
|
program: `0x${string}`;
|
|
258
260
|
};
|
|
259
|
-
__kind: "Btc";
|
|
260
261
|
};
|
|
261
|
-
__kind: "Swap";
|
|
262
262
|
}, {
|
|
263
|
+
__kind: "Swap";
|
|
263
264
|
value: {
|
|
264
|
-
value: string;
|
|
265
265
|
__kind: "Eth";
|
|
266
|
-
} | {
|
|
267
266
|
value: string;
|
|
267
|
+
} | {
|
|
268
268
|
__kind: "Dot";
|
|
269
|
+
value: string;
|
|
269
270
|
} | {
|
|
271
|
+
__kind: "Btc";
|
|
270
272
|
value: {
|
|
271
|
-
value: string;
|
|
272
273
|
__kind: "P2PKH";
|
|
273
|
-
} | {
|
|
274
274
|
value: string;
|
|
275
|
-
__kind: "P2SH";
|
|
276
275
|
} | {
|
|
276
|
+
__kind: "P2SH";
|
|
277
277
|
value: string;
|
|
278
|
-
__kind: "P2WPKH";
|
|
279
278
|
} | {
|
|
279
|
+
__kind: "P2WPKH";
|
|
280
280
|
value: string;
|
|
281
|
-
__kind: "P2WSH";
|
|
282
281
|
} | {
|
|
282
|
+
__kind: "P2WSH";
|
|
283
283
|
value: string;
|
|
284
|
+
} | {
|
|
284
285
|
__kind: "Taproot";
|
|
286
|
+
value: string;
|
|
285
287
|
} | {
|
|
286
288
|
__kind: "OtherSegwit";
|
|
287
289
|
version: number;
|
|
288
290
|
program: string;
|
|
289
291
|
};
|
|
290
|
-
__kind: "Btc";
|
|
291
292
|
};
|
|
292
|
-
__kind: "Swap";
|
|
293
293
|
}>, z.ZodObject<{
|
|
294
294
|
__kind: z.ZodLiteral<"CcmPrincipal">;
|
|
295
295
|
value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
296
296
|
}, "strip", z.ZodTypeAny, {
|
|
297
|
-
value: bigint;
|
|
298
297
|
__kind: "CcmPrincipal";
|
|
298
|
+
value: bigint;
|
|
299
299
|
}, {
|
|
300
|
-
value: string | number;
|
|
301
300
|
__kind: "CcmPrincipal";
|
|
301
|
+
value: string | number;
|
|
302
302
|
}>, z.ZodObject<{
|
|
303
303
|
__kind: z.ZodLiteral<"CcmGas">;
|
|
304
304
|
value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
305
305
|
}, "strip", z.ZodTypeAny, {
|
|
306
|
-
value: bigint;
|
|
307
306
|
__kind: "CcmGas";
|
|
307
|
+
value: bigint;
|
|
308
308
|
}, {
|
|
309
|
-
value: string | number;
|
|
310
309
|
__kind: "CcmGas";
|
|
310
|
+
value: string | number;
|
|
311
311
|
}>]>;
|
|
312
312
|
brokerCommission: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
|
|
313
313
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -321,13 +321,12 @@ declare const swappingSwapScheduled: z.ZodObject<{
|
|
|
321
321
|
readonly chain: "Bitcoin";
|
|
322
322
|
readonly address: string;
|
|
323
323
|
};
|
|
324
|
-
sourceAsset: "Btc" | "Eth" | "Flip" | "Usdc" | "Dot";
|
|
325
|
-
destinationAsset: "Btc" | "Eth" | "Flip" | "Usdc" | "Dot";
|
|
326
|
-
swapId: bigint;
|
|
327
324
|
depositAmount: bigint;
|
|
325
|
+
swapId: bigint;
|
|
326
|
+
sourceAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
327
|
+
destinationAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
328
328
|
origin: {
|
|
329
329
|
__kind: "DepositChannel";
|
|
330
|
-
channelId: bigint;
|
|
331
330
|
depositAddress: {
|
|
332
331
|
readonly chain: "Ethereum";
|
|
333
332
|
readonly address: `0x${string}`;
|
|
@@ -338,112 +337,113 @@ declare const swappingSwapScheduled: z.ZodObject<{
|
|
|
338
337
|
readonly chain: "Bitcoin";
|
|
339
338
|
readonly address: string;
|
|
340
339
|
};
|
|
340
|
+
channelId: bigint;
|
|
341
341
|
depositBlockHeight: bigint;
|
|
342
342
|
} | {
|
|
343
343
|
__kind: "Vault";
|
|
344
344
|
txHash: `0x${string}`;
|
|
345
345
|
};
|
|
346
346
|
swapType: {
|
|
347
|
+
__kind: "Swap";
|
|
347
348
|
value: {
|
|
348
|
-
value: `0x${string}`;
|
|
349
349
|
__kind: "Eth";
|
|
350
|
-
} | {
|
|
351
350
|
value: `0x${string}`;
|
|
351
|
+
} | {
|
|
352
352
|
__kind: "Dot";
|
|
353
|
+
value: `0x${string}`;
|
|
353
354
|
} | {
|
|
355
|
+
__kind: "Btc";
|
|
354
356
|
value: {
|
|
355
|
-
value: `0x${string}`;
|
|
356
357
|
__kind: "P2PKH";
|
|
357
|
-
} | {
|
|
358
358
|
value: `0x${string}`;
|
|
359
|
-
__kind: "P2SH";
|
|
360
359
|
} | {
|
|
360
|
+
__kind: "P2SH";
|
|
361
361
|
value: `0x${string}`;
|
|
362
|
-
__kind: "P2WPKH";
|
|
363
362
|
} | {
|
|
363
|
+
__kind: "P2WPKH";
|
|
364
364
|
value: `0x${string}`;
|
|
365
|
-
__kind: "P2WSH";
|
|
366
365
|
} | {
|
|
366
|
+
__kind: "P2WSH";
|
|
367
367
|
value: `0x${string}`;
|
|
368
|
+
} | {
|
|
368
369
|
__kind: "Taproot";
|
|
370
|
+
value: `0x${string}`;
|
|
369
371
|
} | {
|
|
370
372
|
__kind: "OtherSegwit";
|
|
371
373
|
version: number;
|
|
372
374
|
program: `0x${string}`;
|
|
373
375
|
};
|
|
374
|
-
__kind: "Btc";
|
|
375
376
|
};
|
|
376
|
-
__kind: "Swap";
|
|
377
377
|
} | {
|
|
378
|
-
value: bigint;
|
|
379
378
|
__kind: "CcmPrincipal";
|
|
380
|
-
} | {
|
|
381
379
|
value: bigint;
|
|
380
|
+
} | {
|
|
382
381
|
__kind: "CcmGas";
|
|
382
|
+
value: bigint;
|
|
383
383
|
};
|
|
384
384
|
brokerCommission?: bigint | null | undefined;
|
|
385
385
|
}, {
|
|
386
386
|
destinationAddress: {
|
|
387
|
+
__kind: "Eth" | "Dot" | "Btc";
|
|
387
388
|
value: string;
|
|
388
|
-
__kind: "Btc" | "Eth" | "Dot";
|
|
389
389
|
};
|
|
390
|
+
depositAmount: string | number;
|
|
391
|
+
swapId: string | number;
|
|
390
392
|
sourceAsset: {
|
|
391
|
-
__kind: "
|
|
393
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
392
394
|
};
|
|
393
395
|
destinationAsset: {
|
|
394
|
-
__kind: "
|
|
396
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
395
397
|
};
|
|
396
|
-
swapId: string | number;
|
|
397
|
-
depositAmount: string | number;
|
|
398
398
|
origin: {
|
|
399
399
|
__kind: "DepositChannel";
|
|
400
|
-
channelId: string | number;
|
|
401
400
|
depositAddress: {
|
|
401
|
+
__kind: "Eth" | "Dot" | "Btc";
|
|
402
402
|
value: string;
|
|
403
|
-
__kind: "Btc" | "Eth" | "Dot";
|
|
404
403
|
};
|
|
404
|
+
channelId: string | number;
|
|
405
405
|
depositBlockHeight: string | number;
|
|
406
406
|
} | {
|
|
407
407
|
__kind: "Vault";
|
|
408
408
|
txHash: string;
|
|
409
409
|
};
|
|
410
410
|
swapType: {
|
|
411
|
+
__kind: "Swap";
|
|
411
412
|
value: {
|
|
412
|
-
value: string;
|
|
413
413
|
__kind: "Eth";
|
|
414
|
-
} | {
|
|
415
414
|
value: string;
|
|
415
|
+
} | {
|
|
416
416
|
__kind: "Dot";
|
|
417
|
+
value: string;
|
|
417
418
|
} | {
|
|
419
|
+
__kind: "Btc";
|
|
418
420
|
value: {
|
|
419
|
-
value: string;
|
|
420
421
|
__kind: "P2PKH";
|
|
421
|
-
} | {
|
|
422
422
|
value: string;
|
|
423
|
-
__kind: "P2SH";
|
|
424
423
|
} | {
|
|
424
|
+
__kind: "P2SH";
|
|
425
425
|
value: string;
|
|
426
|
-
__kind: "P2WPKH";
|
|
427
426
|
} | {
|
|
427
|
+
__kind: "P2WPKH";
|
|
428
428
|
value: string;
|
|
429
|
-
__kind: "P2WSH";
|
|
430
429
|
} | {
|
|
430
|
+
__kind: "P2WSH";
|
|
431
431
|
value: string;
|
|
432
|
+
} | {
|
|
432
433
|
__kind: "Taproot";
|
|
434
|
+
value: string;
|
|
433
435
|
} | {
|
|
434
436
|
__kind: "OtherSegwit";
|
|
435
437
|
version: number;
|
|
436
438
|
program: string;
|
|
437
439
|
};
|
|
438
|
-
__kind: "Btc";
|
|
439
440
|
};
|
|
440
|
-
__kind: "Swap";
|
|
441
441
|
} | {
|
|
442
|
-
value: string | number;
|
|
443
442
|
__kind: "CcmPrincipal";
|
|
444
|
-
} | {
|
|
445
443
|
value: string | number;
|
|
444
|
+
} | {
|
|
446
445
|
__kind: "CcmGas";
|
|
446
|
+
value: string | number;
|
|
447
447
|
};
|
|
448
448
|
brokerCommission?: string | number | null | undefined;
|
|
449
449
|
}>;
|
|
@@ -452,31 +452,31 @@ declare const swappingSwapScheduledEvent: _$_chainflip_processor_event0.EventDes
|
|
|
452
452
|
sourceAsset: z.ZodEffects<z.ZodObject<{
|
|
453
453
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc"]>;
|
|
454
454
|
}, "strip", z.ZodTypeAny, {
|
|
455
|
-
__kind: "
|
|
455
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
456
456
|
}, {
|
|
457
|
-
__kind: "
|
|
458
|
-
}>, "
|
|
459
|
-
__kind: "
|
|
457
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
458
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc", {
|
|
459
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
460
460
|
}>;
|
|
461
461
|
depositAmount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
462
462
|
destinationAsset: z.ZodEffects<z.ZodObject<{
|
|
463
463
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc"]>;
|
|
464
464
|
}, "strip", z.ZodTypeAny, {
|
|
465
|
-
__kind: "
|
|
465
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
466
466
|
}, {
|
|
467
|
-
__kind: "
|
|
468
|
-
}>, "
|
|
469
|
-
__kind: "
|
|
467
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
468
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc", {
|
|
469
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
470
470
|
}>;
|
|
471
471
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
472
472
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc"]>;
|
|
473
473
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
474
474
|
}, "strip", z.ZodTypeAny, {
|
|
475
|
+
__kind: "Eth" | "Dot" | "Btc";
|
|
475
476
|
value: `0x${string}`;
|
|
476
|
-
__kind: "Btc" | "Eth" | "Dot";
|
|
477
477
|
}, {
|
|
478
|
+
__kind: "Eth" | "Dot" | "Btc";
|
|
478
479
|
value: string;
|
|
479
|
-
__kind: "Btc" | "Eth" | "Dot";
|
|
480
480
|
}>, {
|
|
481
481
|
readonly chain: "Ethereum";
|
|
482
482
|
readonly address: `0x${string}`;
|
|
@@ -487,8 +487,8 @@ declare const swappingSwapScheduledEvent: _$_chainflip_processor_event0.EventDes
|
|
|
487
487
|
readonly chain: "Bitcoin";
|
|
488
488
|
readonly address: string;
|
|
489
489
|
}, {
|
|
490
|
+
__kind: "Eth" | "Dot" | "Btc";
|
|
490
491
|
value: string;
|
|
491
|
-
__kind: "Btc" | "Eth" | "Dot";
|
|
492
492
|
}>;
|
|
493
493
|
origin: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
494
494
|
__kind: z.ZodLiteral<"DepositChannel">;
|
|
@@ -496,11 +496,11 @@ declare const swappingSwapScheduledEvent: _$_chainflip_processor_event0.EventDes
|
|
|
496
496
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc"]>;
|
|
497
497
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
498
498
|
}, "strip", z.ZodTypeAny, {
|
|
499
|
+
__kind: "Eth" | "Dot" | "Btc";
|
|
499
500
|
value: `0x${string}`;
|
|
500
|
-
__kind: "Btc" | "Eth" | "Dot";
|
|
501
501
|
}, {
|
|
502
|
+
__kind: "Eth" | "Dot" | "Btc";
|
|
502
503
|
value: string;
|
|
503
|
-
__kind: "Btc" | "Eth" | "Dot";
|
|
504
504
|
}>, {
|
|
505
505
|
readonly chain: "Ethereum";
|
|
506
506
|
readonly address: `0x${string}`;
|
|
@@ -511,14 +511,13 @@ declare const swappingSwapScheduledEvent: _$_chainflip_processor_event0.EventDes
|
|
|
511
511
|
readonly chain: "Bitcoin";
|
|
512
512
|
readonly address: string;
|
|
513
513
|
}, {
|
|
514
|
+
__kind: "Eth" | "Dot" | "Btc";
|
|
514
515
|
value: string;
|
|
515
|
-
__kind: "Btc" | "Eth" | "Dot";
|
|
516
516
|
}>;
|
|
517
517
|
channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
518
518
|
depositBlockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
519
519
|
}, "strip", z.ZodTypeAny, {
|
|
520
520
|
__kind: "DepositChannel";
|
|
521
|
-
channelId: bigint;
|
|
522
521
|
depositAddress: {
|
|
523
522
|
readonly chain: "Ethereum";
|
|
524
523
|
readonly address: `0x${string}`;
|
|
@@ -529,14 +528,15 @@ declare const swappingSwapScheduledEvent: _$_chainflip_processor_event0.EventDes
|
|
|
529
528
|
readonly chain: "Bitcoin";
|
|
530
529
|
readonly address: string;
|
|
531
530
|
};
|
|
531
|
+
channelId: bigint;
|
|
532
532
|
depositBlockHeight: bigint;
|
|
533
533
|
}, {
|
|
534
534
|
__kind: "DepositChannel";
|
|
535
|
-
channelId: string | number;
|
|
536
535
|
depositAddress: {
|
|
536
|
+
__kind: "Eth" | "Dot" | "Btc";
|
|
537
537
|
value: string;
|
|
538
|
-
__kind: "Btc" | "Eth" | "Dot";
|
|
539
538
|
};
|
|
539
|
+
channelId: string | number;
|
|
540
540
|
depositBlockHeight: string | number;
|
|
541
541
|
}>, z.ZodObject<{
|
|
542
542
|
__kind: z.ZodLiteral<"Vault">;
|
|
@@ -554,67 +554,67 @@ declare const swappingSwapScheduledEvent: _$_chainflip_processor_event0.EventDes
|
|
|
554
554
|
__kind: z.ZodLiteral<"Eth">;
|
|
555
555
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
556
556
|
}, "strip", z.ZodTypeAny, {
|
|
557
|
-
value: `0x${string}`;
|
|
558
557
|
__kind: "Eth";
|
|
558
|
+
value: `0x${string}`;
|
|
559
559
|
}, {
|
|
560
|
-
value: string;
|
|
561
560
|
__kind: "Eth";
|
|
561
|
+
value: string;
|
|
562
562
|
}>, z.ZodObject<{
|
|
563
563
|
__kind: z.ZodLiteral<"Dot">;
|
|
564
564
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
565
565
|
}, "strip", z.ZodTypeAny, {
|
|
566
|
-
value: `0x${string}`;
|
|
567
566
|
__kind: "Dot";
|
|
567
|
+
value: `0x${string}`;
|
|
568
568
|
}, {
|
|
569
|
-
value: string;
|
|
570
569
|
__kind: "Dot";
|
|
570
|
+
value: string;
|
|
571
571
|
}>, z.ZodObject<{
|
|
572
572
|
__kind: z.ZodLiteral<"Btc">;
|
|
573
573
|
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
574
574
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
575
575
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
576
576
|
}, "strip", z.ZodTypeAny, {
|
|
577
|
-
value: `0x${string}`;
|
|
578
577
|
__kind: "P2PKH";
|
|
578
|
+
value: `0x${string}`;
|
|
579
579
|
}, {
|
|
580
|
-
value: string;
|
|
581
580
|
__kind: "P2PKH";
|
|
581
|
+
value: string;
|
|
582
582
|
}>, z.ZodObject<{
|
|
583
583
|
__kind: z.ZodLiteral<"P2SH">;
|
|
584
584
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
585
585
|
}, "strip", z.ZodTypeAny, {
|
|
586
|
-
value: `0x${string}`;
|
|
587
586
|
__kind: "P2SH";
|
|
587
|
+
value: `0x${string}`;
|
|
588
588
|
}, {
|
|
589
|
-
value: string;
|
|
590
589
|
__kind: "P2SH";
|
|
590
|
+
value: string;
|
|
591
591
|
}>, z.ZodObject<{
|
|
592
592
|
__kind: z.ZodLiteral<"P2WPKH">;
|
|
593
593
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
594
594
|
}, "strip", z.ZodTypeAny, {
|
|
595
|
-
value: `0x${string}`;
|
|
596
595
|
__kind: "P2WPKH";
|
|
596
|
+
value: `0x${string}`;
|
|
597
597
|
}, {
|
|
598
|
-
value: string;
|
|
599
598
|
__kind: "P2WPKH";
|
|
599
|
+
value: string;
|
|
600
600
|
}>, z.ZodObject<{
|
|
601
601
|
__kind: z.ZodLiteral<"P2WSH">;
|
|
602
602
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
603
603
|
}, "strip", z.ZodTypeAny, {
|
|
604
|
-
value: `0x${string}`;
|
|
605
604
|
__kind: "P2WSH";
|
|
605
|
+
value: `0x${string}`;
|
|
606
606
|
}, {
|
|
607
|
-
value: string;
|
|
608
607
|
__kind: "P2WSH";
|
|
608
|
+
value: string;
|
|
609
609
|
}>, z.ZodObject<{
|
|
610
610
|
__kind: z.ZodLiteral<"Taproot">;
|
|
611
611
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
612
612
|
}, "strip", z.ZodTypeAny, {
|
|
613
|
-
value: `0x${string}`;
|
|
614
613
|
__kind: "Taproot";
|
|
614
|
+
value: `0x${string}`;
|
|
615
615
|
}, {
|
|
616
|
-
value: string;
|
|
617
616
|
__kind: "Taproot";
|
|
617
|
+
value: string;
|
|
618
618
|
}>, z.ZodObject<{
|
|
619
619
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
620
620
|
version: z.ZodNumber;
|
|
@@ -629,130 +629,130 @@ declare const swappingSwapScheduledEvent: _$_chainflip_processor_event0.EventDes
|
|
|
629
629
|
program: string;
|
|
630
630
|
}>]>;
|
|
631
631
|
}, "strip", z.ZodTypeAny, {
|
|
632
|
+
__kind: "Btc";
|
|
632
633
|
value: {
|
|
633
|
-
value: `0x${string}`;
|
|
634
634
|
__kind: "P2PKH";
|
|
635
|
-
} | {
|
|
636
635
|
value: `0x${string}`;
|
|
637
|
-
__kind: "P2SH";
|
|
638
636
|
} | {
|
|
637
|
+
__kind: "P2SH";
|
|
639
638
|
value: `0x${string}`;
|
|
640
|
-
__kind: "P2WPKH";
|
|
641
639
|
} | {
|
|
640
|
+
__kind: "P2WPKH";
|
|
642
641
|
value: `0x${string}`;
|
|
643
|
-
__kind: "P2WSH";
|
|
644
642
|
} | {
|
|
643
|
+
__kind: "P2WSH";
|
|
645
644
|
value: `0x${string}`;
|
|
645
|
+
} | {
|
|
646
646
|
__kind: "Taproot";
|
|
647
|
+
value: `0x${string}`;
|
|
647
648
|
} | {
|
|
648
649
|
__kind: "OtherSegwit";
|
|
649
650
|
version: number;
|
|
650
651
|
program: `0x${string}`;
|
|
651
652
|
};
|
|
652
|
-
__kind: "Btc";
|
|
653
653
|
}, {
|
|
654
|
+
__kind: "Btc";
|
|
654
655
|
value: {
|
|
655
|
-
value: string;
|
|
656
656
|
__kind: "P2PKH";
|
|
657
|
-
} | {
|
|
658
657
|
value: string;
|
|
659
|
-
__kind: "P2SH";
|
|
660
658
|
} | {
|
|
659
|
+
__kind: "P2SH";
|
|
661
660
|
value: string;
|
|
662
|
-
__kind: "P2WPKH";
|
|
663
661
|
} | {
|
|
662
|
+
__kind: "P2WPKH";
|
|
664
663
|
value: string;
|
|
665
|
-
__kind: "P2WSH";
|
|
666
664
|
} | {
|
|
665
|
+
__kind: "P2WSH";
|
|
667
666
|
value: string;
|
|
667
|
+
} | {
|
|
668
668
|
__kind: "Taproot";
|
|
669
|
+
value: string;
|
|
669
670
|
} | {
|
|
670
671
|
__kind: "OtherSegwit";
|
|
671
672
|
version: number;
|
|
672
673
|
program: string;
|
|
673
674
|
};
|
|
674
|
-
__kind: "Btc";
|
|
675
675
|
}>]>;
|
|
676
676
|
}, "strip", z.ZodTypeAny, {
|
|
677
|
+
__kind: "Swap";
|
|
677
678
|
value: {
|
|
678
|
-
value: `0x${string}`;
|
|
679
679
|
__kind: "Eth";
|
|
680
|
-
} | {
|
|
681
680
|
value: `0x${string}`;
|
|
681
|
+
} | {
|
|
682
682
|
__kind: "Dot";
|
|
683
|
+
value: `0x${string}`;
|
|
683
684
|
} | {
|
|
685
|
+
__kind: "Btc";
|
|
684
686
|
value: {
|
|
685
|
-
value: `0x${string}`;
|
|
686
687
|
__kind: "P2PKH";
|
|
687
|
-
} | {
|
|
688
688
|
value: `0x${string}`;
|
|
689
|
-
__kind: "P2SH";
|
|
690
689
|
} | {
|
|
690
|
+
__kind: "P2SH";
|
|
691
691
|
value: `0x${string}`;
|
|
692
|
-
__kind: "P2WPKH";
|
|
693
692
|
} | {
|
|
693
|
+
__kind: "P2WPKH";
|
|
694
694
|
value: `0x${string}`;
|
|
695
|
-
__kind: "P2WSH";
|
|
696
695
|
} | {
|
|
696
|
+
__kind: "P2WSH";
|
|
697
697
|
value: `0x${string}`;
|
|
698
|
+
} | {
|
|
698
699
|
__kind: "Taproot";
|
|
700
|
+
value: `0x${string}`;
|
|
699
701
|
} | {
|
|
700
702
|
__kind: "OtherSegwit";
|
|
701
703
|
version: number;
|
|
702
704
|
program: `0x${string}`;
|
|
703
705
|
};
|
|
704
|
-
__kind: "Btc";
|
|
705
706
|
};
|
|
706
|
-
__kind: "Swap";
|
|
707
707
|
}, {
|
|
708
|
+
__kind: "Swap";
|
|
708
709
|
value: {
|
|
709
|
-
value: string;
|
|
710
710
|
__kind: "Eth";
|
|
711
|
-
} | {
|
|
712
711
|
value: string;
|
|
712
|
+
} | {
|
|
713
713
|
__kind: "Dot";
|
|
714
|
+
value: string;
|
|
714
715
|
} | {
|
|
716
|
+
__kind: "Btc";
|
|
715
717
|
value: {
|
|
716
|
-
value: string;
|
|
717
718
|
__kind: "P2PKH";
|
|
718
|
-
} | {
|
|
719
719
|
value: string;
|
|
720
|
-
__kind: "P2SH";
|
|
721
720
|
} | {
|
|
721
|
+
__kind: "P2SH";
|
|
722
722
|
value: string;
|
|
723
|
-
__kind: "P2WPKH";
|
|
724
723
|
} | {
|
|
724
|
+
__kind: "P2WPKH";
|
|
725
725
|
value: string;
|
|
726
|
-
__kind: "P2WSH";
|
|
727
726
|
} | {
|
|
727
|
+
__kind: "P2WSH";
|
|
728
728
|
value: string;
|
|
729
|
+
} | {
|
|
729
730
|
__kind: "Taproot";
|
|
731
|
+
value: string;
|
|
730
732
|
} | {
|
|
731
733
|
__kind: "OtherSegwit";
|
|
732
734
|
version: number;
|
|
733
735
|
program: string;
|
|
734
736
|
};
|
|
735
|
-
__kind: "Btc";
|
|
736
737
|
};
|
|
737
|
-
__kind: "Swap";
|
|
738
738
|
}>, z.ZodObject<{
|
|
739
739
|
__kind: z.ZodLiteral<"CcmPrincipal">;
|
|
740
740
|
value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
741
741
|
}, "strip", z.ZodTypeAny, {
|
|
742
|
-
value: bigint;
|
|
743
742
|
__kind: "CcmPrincipal";
|
|
743
|
+
value: bigint;
|
|
744
744
|
}, {
|
|
745
|
-
value: string | number;
|
|
746
745
|
__kind: "CcmPrincipal";
|
|
746
|
+
value: string | number;
|
|
747
747
|
}>, z.ZodObject<{
|
|
748
748
|
__kind: z.ZodLiteral<"CcmGas">;
|
|
749
749
|
value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
750
750
|
}, "strip", z.ZodTypeAny, {
|
|
751
|
-
value: bigint;
|
|
752
751
|
__kind: "CcmGas";
|
|
752
|
+
value: bigint;
|
|
753
753
|
}, {
|
|
754
|
-
value: string | number;
|
|
755
754
|
__kind: "CcmGas";
|
|
755
|
+
value: string | number;
|
|
756
756
|
}>]>;
|
|
757
757
|
brokerCommission: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
|
|
758
758
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -766,13 +766,12 @@ declare const swappingSwapScheduledEvent: _$_chainflip_processor_event0.EventDes
|
|
|
766
766
|
readonly chain: "Bitcoin";
|
|
767
767
|
readonly address: string;
|
|
768
768
|
};
|
|
769
|
-
sourceAsset: "Btc" | "Eth" | "Flip" | "Usdc" | "Dot";
|
|
770
|
-
destinationAsset: "Btc" | "Eth" | "Flip" | "Usdc" | "Dot";
|
|
771
|
-
swapId: bigint;
|
|
772
769
|
depositAmount: bigint;
|
|
770
|
+
swapId: bigint;
|
|
771
|
+
sourceAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
772
|
+
destinationAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
773
773
|
origin: {
|
|
774
774
|
__kind: "DepositChannel";
|
|
775
|
-
channelId: bigint;
|
|
776
775
|
depositAddress: {
|
|
777
776
|
readonly chain: "Ethereum";
|
|
778
777
|
readonly address: `0x${string}`;
|
|
@@ -783,112 +782,113 @@ declare const swappingSwapScheduledEvent: _$_chainflip_processor_event0.EventDes
|
|
|
783
782
|
readonly chain: "Bitcoin";
|
|
784
783
|
readonly address: string;
|
|
785
784
|
};
|
|
785
|
+
channelId: bigint;
|
|
786
786
|
depositBlockHeight: bigint;
|
|
787
787
|
} | {
|
|
788
788
|
__kind: "Vault";
|
|
789
789
|
txHash: `0x${string}`;
|
|
790
790
|
};
|
|
791
791
|
swapType: {
|
|
792
|
+
__kind: "Swap";
|
|
792
793
|
value: {
|
|
793
|
-
value: `0x${string}`;
|
|
794
794
|
__kind: "Eth";
|
|
795
|
-
} | {
|
|
796
795
|
value: `0x${string}`;
|
|
796
|
+
} | {
|
|
797
797
|
__kind: "Dot";
|
|
798
|
+
value: `0x${string}`;
|
|
798
799
|
} | {
|
|
800
|
+
__kind: "Btc";
|
|
799
801
|
value: {
|
|
800
|
-
value: `0x${string}`;
|
|
801
802
|
__kind: "P2PKH";
|
|
802
|
-
} | {
|
|
803
803
|
value: `0x${string}`;
|
|
804
|
-
__kind: "P2SH";
|
|
805
804
|
} | {
|
|
805
|
+
__kind: "P2SH";
|
|
806
806
|
value: `0x${string}`;
|
|
807
|
-
__kind: "P2WPKH";
|
|
808
807
|
} | {
|
|
808
|
+
__kind: "P2WPKH";
|
|
809
809
|
value: `0x${string}`;
|
|
810
|
-
__kind: "P2WSH";
|
|
811
810
|
} | {
|
|
811
|
+
__kind: "P2WSH";
|
|
812
812
|
value: `0x${string}`;
|
|
813
|
+
} | {
|
|
813
814
|
__kind: "Taproot";
|
|
815
|
+
value: `0x${string}`;
|
|
814
816
|
} | {
|
|
815
817
|
__kind: "OtherSegwit";
|
|
816
818
|
version: number;
|
|
817
819
|
program: `0x${string}`;
|
|
818
820
|
};
|
|
819
|
-
__kind: "Btc";
|
|
820
821
|
};
|
|
821
|
-
__kind: "Swap";
|
|
822
822
|
} | {
|
|
823
|
-
value: bigint;
|
|
824
823
|
__kind: "CcmPrincipal";
|
|
825
|
-
} | {
|
|
826
824
|
value: bigint;
|
|
825
|
+
} | {
|
|
827
826
|
__kind: "CcmGas";
|
|
827
|
+
value: bigint;
|
|
828
828
|
};
|
|
829
829
|
brokerCommission?: bigint | null | undefined;
|
|
830
830
|
}, {
|
|
831
831
|
destinationAddress: {
|
|
832
|
+
__kind: "Eth" | "Dot" | "Btc";
|
|
832
833
|
value: string;
|
|
833
|
-
__kind: "Btc" | "Eth" | "Dot";
|
|
834
834
|
};
|
|
835
|
+
depositAmount: string | number;
|
|
836
|
+
swapId: string | number;
|
|
835
837
|
sourceAsset: {
|
|
836
|
-
__kind: "
|
|
838
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
837
839
|
};
|
|
838
840
|
destinationAsset: {
|
|
839
|
-
__kind: "
|
|
841
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
840
842
|
};
|
|
841
|
-
swapId: string | number;
|
|
842
|
-
depositAmount: string | number;
|
|
843
843
|
origin: {
|
|
844
844
|
__kind: "DepositChannel";
|
|
845
|
-
channelId: string | number;
|
|
846
845
|
depositAddress: {
|
|
846
|
+
__kind: "Eth" | "Dot" | "Btc";
|
|
847
847
|
value: string;
|
|
848
|
-
__kind: "Btc" | "Eth" | "Dot";
|
|
849
848
|
};
|
|
849
|
+
channelId: string | number;
|
|
850
850
|
depositBlockHeight: string | number;
|
|
851
851
|
} | {
|
|
852
852
|
__kind: "Vault";
|
|
853
853
|
txHash: string;
|
|
854
854
|
};
|
|
855
855
|
swapType: {
|
|
856
|
+
__kind: "Swap";
|
|
856
857
|
value: {
|
|
857
|
-
value: string;
|
|
858
858
|
__kind: "Eth";
|
|
859
|
-
} | {
|
|
860
859
|
value: string;
|
|
860
|
+
} | {
|
|
861
861
|
__kind: "Dot";
|
|
862
|
+
value: string;
|
|
862
863
|
} | {
|
|
864
|
+
__kind: "Btc";
|
|
863
865
|
value: {
|
|
864
|
-
value: string;
|
|
865
866
|
__kind: "P2PKH";
|
|
866
|
-
} | {
|
|
867
867
|
value: string;
|
|
868
|
-
__kind: "P2SH";
|
|
869
868
|
} | {
|
|
869
|
+
__kind: "P2SH";
|
|
870
870
|
value: string;
|
|
871
|
-
__kind: "P2WPKH";
|
|
872
871
|
} | {
|
|
872
|
+
__kind: "P2WPKH";
|
|
873
873
|
value: string;
|
|
874
|
-
__kind: "P2WSH";
|
|
875
874
|
} | {
|
|
875
|
+
__kind: "P2WSH";
|
|
876
876
|
value: string;
|
|
877
|
+
} | {
|
|
877
878
|
__kind: "Taproot";
|
|
879
|
+
value: string;
|
|
878
880
|
} | {
|
|
879
881
|
__kind: "OtherSegwit";
|
|
880
882
|
version: number;
|
|
881
883
|
program: string;
|
|
882
884
|
};
|
|
883
|
-
__kind: "Btc";
|
|
884
885
|
};
|
|
885
|
-
__kind: "Swap";
|
|
886
886
|
} | {
|
|
887
|
-
value: string | number;
|
|
888
887
|
__kind: "CcmPrincipal";
|
|
889
|
-
} | {
|
|
890
888
|
value: string | number;
|
|
889
|
+
} | {
|
|
891
890
|
__kind: "CcmGas";
|
|
891
|
+
value: string | number;
|
|
892
892
|
};
|
|
893
893
|
brokerCommission?: string | number | null | undefined;
|
|
894
894
|
}>>;
|