@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", "ArbEth", "ArbUsdc", "Usdt", "Sol"]>;
|
|
9
9
|
}, "strip", z.ZodTypeAny, {
|
|
10
|
-
__kind: "
|
|
10
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt";
|
|
11
11
|
}, {
|
|
12
|
-
__kind: "
|
|
13
|
-
}>, "
|
|
14
|
-
__kind: "
|
|
12
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt";
|
|
13
|
+
}>, "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt", {
|
|
14
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt";
|
|
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", "ArbEth", "ArbUsdc", "Usdt", "Sol"]>;
|
|
19
19
|
}, "strip", z.ZodTypeAny, {
|
|
20
|
-
__kind: "
|
|
20
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt";
|
|
21
21
|
}, {
|
|
22
|
-
__kind: "
|
|
23
|
-
}>, "
|
|
24
|
-
__kind: "
|
|
22
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt";
|
|
23
|
+
}>, "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt", {
|
|
24
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt";
|
|
25
25
|
}>;
|
|
26
26
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
27
27
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
28
28
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
29
29
|
}, "strip", z.ZodTypeAny, {
|
|
30
|
-
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
31
30
|
value: `0x${string}`;
|
|
32
|
-
}, {
|
|
33
31
|
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
32
|
+
}, {
|
|
34
33
|
value: string;
|
|
34
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
35
35
|
}>, {
|
|
36
36
|
readonly chain: "Ethereum";
|
|
37
37
|
readonly address: `0x${string}`;
|
|
@@ -48,8 +48,8 @@ declare const swappingSwapScheduled: z.ZodObject<{
|
|
|
48
48
|
readonly chain: "Solana";
|
|
49
49
|
readonly address: string;
|
|
50
50
|
}, {
|
|
51
|
-
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
52
51
|
value: string;
|
|
52
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
53
53
|
}>;
|
|
54
54
|
origin: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
55
55
|
__kind: z.ZodLiteral<"DepositChannel">;
|
|
@@ -57,11 +57,11 @@ declare const swappingSwapScheduled: z.ZodObject<{
|
|
|
57
57
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
58
58
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
59
59
|
}, "strip", z.ZodTypeAny, {
|
|
60
|
-
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
61
60
|
value: `0x${string}`;
|
|
62
|
-
}, {
|
|
63
61
|
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
62
|
+
}, {
|
|
64
63
|
value: string;
|
|
64
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
65
65
|
}>, {
|
|
66
66
|
readonly chain: "Ethereum";
|
|
67
67
|
readonly address: `0x${string}`;
|
|
@@ -78,8 +78,8 @@ declare const swappingSwapScheduled: z.ZodObject<{
|
|
|
78
78
|
readonly chain: "Solana";
|
|
79
79
|
readonly address: string;
|
|
80
80
|
}, {
|
|
81
|
-
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
82
81
|
value: string;
|
|
82
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
83
83
|
}>;
|
|
84
84
|
channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
85
85
|
depositBlockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
@@ -106,8 +106,8 @@ declare const swappingSwapScheduled: z.ZodObject<{
|
|
|
106
106
|
}, {
|
|
107
107
|
__kind: "DepositChannel";
|
|
108
108
|
depositAddress: {
|
|
109
|
-
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
110
109
|
value: string;
|
|
110
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
111
111
|
};
|
|
112
112
|
channelId: string | number;
|
|
113
113
|
depositBlockHeight: string | number;
|
|
@@ -127,67 +127,67 @@ declare const swappingSwapScheduled: z.ZodObject<{
|
|
|
127
127
|
__kind: z.ZodLiteral<"Eth">;
|
|
128
128
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
129
129
|
}, "strip", z.ZodTypeAny, {
|
|
130
|
-
__kind: "Eth";
|
|
131
130
|
value: `0x${string}`;
|
|
132
|
-
}, {
|
|
133
131
|
__kind: "Eth";
|
|
132
|
+
}, {
|
|
134
133
|
value: string;
|
|
134
|
+
__kind: "Eth";
|
|
135
135
|
}>, z.ZodObject<{
|
|
136
136
|
__kind: z.ZodLiteral<"Dot">;
|
|
137
137
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
138
138
|
}, "strip", z.ZodTypeAny, {
|
|
139
|
-
__kind: "Dot";
|
|
140
139
|
value: `0x${string}`;
|
|
141
|
-
}, {
|
|
142
140
|
__kind: "Dot";
|
|
141
|
+
}, {
|
|
143
142
|
value: string;
|
|
143
|
+
__kind: "Dot";
|
|
144
144
|
}>, z.ZodObject<{
|
|
145
145
|
__kind: z.ZodLiteral<"Btc">;
|
|
146
146
|
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
147
147
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
148
148
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
149
149
|
}, "strip", z.ZodTypeAny, {
|
|
150
|
-
__kind: "P2PKH";
|
|
151
150
|
value: `0x${string}`;
|
|
152
|
-
}, {
|
|
153
151
|
__kind: "P2PKH";
|
|
152
|
+
}, {
|
|
154
153
|
value: string;
|
|
154
|
+
__kind: "P2PKH";
|
|
155
155
|
}>, z.ZodObject<{
|
|
156
156
|
__kind: z.ZodLiteral<"P2SH">;
|
|
157
157
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
158
158
|
}, "strip", z.ZodTypeAny, {
|
|
159
|
-
__kind: "P2SH";
|
|
160
159
|
value: `0x${string}`;
|
|
161
|
-
}, {
|
|
162
160
|
__kind: "P2SH";
|
|
161
|
+
}, {
|
|
163
162
|
value: string;
|
|
163
|
+
__kind: "P2SH";
|
|
164
164
|
}>, z.ZodObject<{
|
|
165
165
|
__kind: z.ZodLiteral<"P2WPKH">;
|
|
166
166
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
167
167
|
}, "strip", z.ZodTypeAny, {
|
|
168
|
-
__kind: "P2WPKH";
|
|
169
168
|
value: `0x${string}`;
|
|
170
|
-
}, {
|
|
171
169
|
__kind: "P2WPKH";
|
|
170
|
+
}, {
|
|
172
171
|
value: string;
|
|
172
|
+
__kind: "P2WPKH";
|
|
173
173
|
}>, z.ZodObject<{
|
|
174
174
|
__kind: z.ZodLiteral<"P2WSH">;
|
|
175
175
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
176
176
|
}, "strip", z.ZodTypeAny, {
|
|
177
|
-
__kind: "P2WSH";
|
|
178
177
|
value: `0x${string}`;
|
|
179
|
-
}, {
|
|
180
178
|
__kind: "P2WSH";
|
|
179
|
+
}, {
|
|
181
180
|
value: string;
|
|
181
|
+
__kind: "P2WSH";
|
|
182
182
|
}>, z.ZodObject<{
|
|
183
183
|
__kind: z.ZodLiteral<"Taproot">;
|
|
184
184
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
185
185
|
}, "strip", z.ZodTypeAny, {
|
|
186
|
-
__kind: "Taproot";
|
|
187
186
|
value: `0x${string}`;
|
|
188
|
-
}, {
|
|
189
187
|
__kind: "Taproot";
|
|
188
|
+
}, {
|
|
190
189
|
value: string;
|
|
190
|
+
__kind: "Taproot";
|
|
191
191
|
}>, z.ZodObject<{
|
|
192
192
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
193
193
|
version: z.ZodNumber;
|
|
@@ -202,160 +202,160 @@ declare const swappingSwapScheduled: z.ZodObject<{
|
|
|
202
202
|
program: string;
|
|
203
203
|
}>]>;
|
|
204
204
|
}, "strip", z.ZodTypeAny, {
|
|
205
|
-
__kind: "Btc";
|
|
206
205
|
value: {
|
|
207
|
-
__kind: "P2PKH";
|
|
208
206
|
value: `0x${string}`;
|
|
207
|
+
__kind: "P2PKH";
|
|
209
208
|
} | {
|
|
210
|
-
__kind: "P2SH";
|
|
211
209
|
value: `0x${string}`;
|
|
210
|
+
__kind: "P2SH";
|
|
212
211
|
} | {
|
|
213
|
-
__kind: "P2WPKH";
|
|
214
212
|
value: `0x${string}`;
|
|
213
|
+
__kind: "P2WPKH";
|
|
215
214
|
} | {
|
|
216
|
-
__kind: "P2WSH";
|
|
217
215
|
value: `0x${string}`;
|
|
216
|
+
__kind: "P2WSH";
|
|
218
217
|
} | {
|
|
219
|
-
__kind: "Taproot";
|
|
220
218
|
value: `0x${string}`;
|
|
219
|
+
__kind: "Taproot";
|
|
221
220
|
} | {
|
|
222
221
|
__kind: "OtherSegwit";
|
|
223
222
|
version: number;
|
|
224
223
|
program: `0x${string}`;
|
|
225
224
|
};
|
|
226
|
-
}, {
|
|
227
225
|
__kind: "Btc";
|
|
226
|
+
}, {
|
|
228
227
|
value: {
|
|
229
|
-
__kind: "P2PKH";
|
|
230
228
|
value: string;
|
|
229
|
+
__kind: "P2PKH";
|
|
231
230
|
} | {
|
|
232
|
-
__kind: "P2SH";
|
|
233
231
|
value: string;
|
|
232
|
+
__kind: "P2SH";
|
|
234
233
|
} | {
|
|
235
|
-
__kind: "P2WPKH";
|
|
236
234
|
value: string;
|
|
235
|
+
__kind: "P2WPKH";
|
|
237
236
|
} | {
|
|
238
|
-
__kind: "P2WSH";
|
|
239
237
|
value: string;
|
|
238
|
+
__kind: "P2WSH";
|
|
240
239
|
} | {
|
|
241
|
-
__kind: "Taproot";
|
|
242
240
|
value: string;
|
|
241
|
+
__kind: "Taproot";
|
|
243
242
|
} | {
|
|
244
243
|
__kind: "OtherSegwit";
|
|
245
244
|
version: number;
|
|
246
245
|
program: string;
|
|
247
246
|
};
|
|
247
|
+
__kind: "Btc";
|
|
248
248
|
}>, z.ZodObject<{
|
|
249
249
|
__kind: z.ZodLiteral<"Arb">;
|
|
250
250
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
251
251
|
}, "strip", z.ZodTypeAny, {
|
|
252
|
-
__kind: "Arb";
|
|
253
252
|
value: `0x${string}`;
|
|
254
|
-
}, {
|
|
255
253
|
__kind: "Arb";
|
|
254
|
+
}, {
|
|
256
255
|
value: string;
|
|
256
|
+
__kind: "Arb";
|
|
257
257
|
}>, z.ZodObject<{
|
|
258
258
|
__kind: z.ZodLiteral<"Sol">;
|
|
259
259
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
260
260
|
}, "strip", z.ZodTypeAny, {
|
|
261
|
-
__kind: "Sol";
|
|
262
261
|
value: `0x${string}`;
|
|
263
|
-
}, {
|
|
264
262
|
__kind: "Sol";
|
|
263
|
+
}, {
|
|
265
264
|
value: string;
|
|
265
|
+
__kind: "Sol";
|
|
266
266
|
}>]>;
|
|
267
267
|
}, "strip", z.ZodTypeAny, {
|
|
268
|
-
__kind: "Swap";
|
|
269
268
|
value: {
|
|
270
|
-
__kind: "Eth";
|
|
271
269
|
value: `0x${string}`;
|
|
270
|
+
__kind: "Eth";
|
|
272
271
|
} | {
|
|
273
|
-
__kind: "Dot";
|
|
274
272
|
value: `0x${string}`;
|
|
273
|
+
__kind: "Dot";
|
|
275
274
|
} | {
|
|
276
|
-
__kind: "Btc";
|
|
277
275
|
value: {
|
|
278
|
-
__kind: "P2PKH";
|
|
279
276
|
value: `0x${string}`;
|
|
277
|
+
__kind: "P2PKH";
|
|
280
278
|
} | {
|
|
281
|
-
__kind: "P2SH";
|
|
282
279
|
value: `0x${string}`;
|
|
280
|
+
__kind: "P2SH";
|
|
283
281
|
} | {
|
|
284
|
-
__kind: "P2WPKH";
|
|
285
282
|
value: `0x${string}`;
|
|
283
|
+
__kind: "P2WPKH";
|
|
286
284
|
} | {
|
|
287
|
-
__kind: "P2WSH";
|
|
288
285
|
value: `0x${string}`;
|
|
286
|
+
__kind: "P2WSH";
|
|
289
287
|
} | {
|
|
290
|
-
__kind: "Taproot";
|
|
291
288
|
value: `0x${string}`;
|
|
289
|
+
__kind: "Taproot";
|
|
292
290
|
} | {
|
|
293
291
|
__kind: "OtherSegwit";
|
|
294
292
|
version: number;
|
|
295
293
|
program: `0x${string}`;
|
|
296
294
|
};
|
|
295
|
+
__kind: "Btc";
|
|
297
296
|
} | {
|
|
298
|
-
__kind: "Arb";
|
|
299
297
|
value: `0x${string}`;
|
|
298
|
+
__kind: "Arb";
|
|
300
299
|
} | {
|
|
301
|
-
__kind: "Sol";
|
|
302
300
|
value: `0x${string}`;
|
|
301
|
+
__kind: "Sol";
|
|
303
302
|
};
|
|
304
|
-
}, {
|
|
305
303
|
__kind: "Swap";
|
|
304
|
+
}, {
|
|
306
305
|
value: {
|
|
307
|
-
__kind: "Eth";
|
|
308
306
|
value: string;
|
|
307
|
+
__kind: "Eth";
|
|
309
308
|
} | {
|
|
310
|
-
__kind: "Dot";
|
|
311
309
|
value: string;
|
|
310
|
+
__kind: "Dot";
|
|
312
311
|
} | {
|
|
313
|
-
__kind: "Btc";
|
|
314
312
|
value: {
|
|
315
|
-
__kind: "P2PKH";
|
|
316
313
|
value: string;
|
|
314
|
+
__kind: "P2PKH";
|
|
317
315
|
} | {
|
|
318
|
-
__kind: "P2SH";
|
|
319
316
|
value: string;
|
|
317
|
+
__kind: "P2SH";
|
|
320
318
|
} | {
|
|
321
|
-
__kind: "P2WPKH";
|
|
322
319
|
value: string;
|
|
320
|
+
__kind: "P2WPKH";
|
|
323
321
|
} | {
|
|
324
|
-
__kind: "P2WSH";
|
|
325
322
|
value: string;
|
|
323
|
+
__kind: "P2WSH";
|
|
326
324
|
} | {
|
|
327
|
-
__kind: "Taproot";
|
|
328
325
|
value: string;
|
|
326
|
+
__kind: "Taproot";
|
|
329
327
|
} | {
|
|
330
328
|
__kind: "OtherSegwit";
|
|
331
329
|
version: number;
|
|
332
330
|
program: string;
|
|
333
331
|
};
|
|
332
|
+
__kind: "Btc";
|
|
334
333
|
} | {
|
|
335
|
-
__kind: "Arb";
|
|
336
334
|
value: string;
|
|
335
|
+
__kind: "Arb";
|
|
337
336
|
} | {
|
|
338
|
-
__kind: "Sol";
|
|
339
337
|
value: string;
|
|
338
|
+
__kind: "Sol";
|
|
340
339
|
};
|
|
340
|
+
__kind: "Swap";
|
|
341
341
|
}>, z.ZodObject<{
|
|
342
342
|
__kind: z.ZodLiteral<"CcmPrincipal">;
|
|
343
343
|
value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
344
344
|
}, "strip", z.ZodTypeAny, {
|
|
345
|
-
__kind: "CcmPrincipal";
|
|
346
345
|
value: bigint;
|
|
347
|
-
}, {
|
|
348
346
|
__kind: "CcmPrincipal";
|
|
347
|
+
}, {
|
|
349
348
|
value: string | number;
|
|
349
|
+
__kind: "CcmPrincipal";
|
|
350
350
|
}>, z.ZodObject<{
|
|
351
351
|
__kind: z.ZodLiteral<"CcmGas">;
|
|
352
352
|
value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
353
353
|
}, "strip", z.ZodTypeAny, {
|
|
354
|
-
__kind: "CcmGas";
|
|
355
354
|
value: bigint;
|
|
356
|
-
}, {
|
|
357
355
|
__kind: "CcmGas";
|
|
356
|
+
}, {
|
|
358
357
|
value: string | number;
|
|
358
|
+
__kind: "CcmGas";
|
|
359
359
|
}>, z.ZodObject<{
|
|
360
360
|
__kind: z.ZodLiteral<"NetworkFee">;
|
|
361
361
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -390,158 +390,158 @@ declare const swappingSwapScheduled: z.ZodObject<{
|
|
|
390
390
|
readonly chain: "Solana";
|
|
391
391
|
readonly address: string;
|
|
392
392
|
};
|
|
393
|
-
|
|
394
|
-
|
|
393
|
+
origin: {
|
|
394
|
+
__kind: "DepositChannel";
|
|
395
|
+
depositAddress: {
|
|
396
|
+
readonly chain: "Ethereum";
|
|
397
|
+
readonly address: `0x${string}`;
|
|
398
|
+
} | {
|
|
399
|
+
readonly chain: "Polkadot";
|
|
400
|
+
readonly address: string;
|
|
401
|
+
} | {
|
|
402
|
+
readonly chain: "Bitcoin";
|
|
403
|
+
readonly address: string;
|
|
404
|
+
} | {
|
|
405
|
+
readonly chain: "Arbitrum";
|
|
406
|
+
readonly address: `0x${string}`;
|
|
407
|
+
} | {
|
|
408
|
+
readonly chain: "Solana";
|
|
409
|
+
readonly address: string;
|
|
410
|
+
};
|
|
411
|
+
channelId: bigint;
|
|
412
|
+
depositBlockHeight: bigint;
|
|
413
|
+
} | {
|
|
414
|
+
__kind: "Vault";
|
|
415
|
+
txHash: `0x${string}`;
|
|
416
|
+
};
|
|
417
|
+
sourceAsset: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt";
|
|
395
418
|
depositAmount: bigint;
|
|
419
|
+
destinationAsset: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt";
|
|
396
420
|
swapType: {
|
|
397
|
-
__kind: "Swap";
|
|
398
421
|
value: {
|
|
399
|
-
__kind: "Eth";
|
|
400
422
|
value: `0x${string}`;
|
|
423
|
+
__kind: "Eth";
|
|
401
424
|
} | {
|
|
402
|
-
__kind: "Dot";
|
|
403
425
|
value: `0x${string}`;
|
|
426
|
+
__kind: "Dot";
|
|
404
427
|
} | {
|
|
405
|
-
__kind: "Btc";
|
|
406
428
|
value: {
|
|
407
|
-
__kind: "P2PKH";
|
|
408
429
|
value: `0x${string}`;
|
|
430
|
+
__kind: "P2PKH";
|
|
409
431
|
} | {
|
|
410
|
-
__kind: "P2SH";
|
|
411
432
|
value: `0x${string}`;
|
|
433
|
+
__kind: "P2SH";
|
|
412
434
|
} | {
|
|
413
|
-
__kind: "P2WPKH";
|
|
414
435
|
value: `0x${string}`;
|
|
436
|
+
__kind: "P2WPKH";
|
|
415
437
|
} | {
|
|
416
|
-
__kind: "P2WSH";
|
|
417
438
|
value: `0x${string}`;
|
|
439
|
+
__kind: "P2WSH";
|
|
418
440
|
} | {
|
|
419
|
-
__kind: "Taproot";
|
|
420
441
|
value: `0x${string}`;
|
|
442
|
+
__kind: "Taproot";
|
|
421
443
|
} | {
|
|
422
444
|
__kind: "OtherSegwit";
|
|
423
445
|
version: number;
|
|
424
446
|
program: `0x${string}`;
|
|
425
447
|
};
|
|
448
|
+
__kind: "Btc";
|
|
426
449
|
} | {
|
|
427
|
-
__kind: "Arb";
|
|
428
450
|
value: `0x${string}`;
|
|
451
|
+
__kind: "Arb";
|
|
429
452
|
} | {
|
|
430
|
-
__kind: "Sol";
|
|
431
453
|
value: `0x${string}`;
|
|
454
|
+
__kind: "Sol";
|
|
432
455
|
};
|
|
456
|
+
__kind: "Swap";
|
|
433
457
|
} | {
|
|
434
|
-
__kind: "CcmPrincipal";
|
|
435
458
|
value: bigint;
|
|
459
|
+
__kind: "CcmPrincipal";
|
|
436
460
|
} | {
|
|
437
|
-
__kind: "CcmGas";
|
|
438
461
|
value: bigint;
|
|
462
|
+
__kind: "CcmGas";
|
|
439
463
|
} | {
|
|
440
464
|
__kind: "NetworkFee";
|
|
441
465
|
} | {
|
|
442
466
|
__kind: "IngressEgressFee";
|
|
443
467
|
};
|
|
444
468
|
executeAt: number;
|
|
445
|
-
origin: {
|
|
446
|
-
__kind: "DepositChannel";
|
|
447
|
-
depositAddress: {
|
|
448
|
-
readonly chain: "Ethereum";
|
|
449
|
-
readonly address: `0x${string}`;
|
|
450
|
-
} | {
|
|
451
|
-
readonly chain: "Polkadot";
|
|
452
|
-
readonly address: string;
|
|
453
|
-
} | {
|
|
454
|
-
readonly chain: "Bitcoin";
|
|
455
|
-
readonly address: string;
|
|
456
|
-
} | {
|
|
457
|
-
readonly chain: "Arbitrum";
|
|
458
|
-
readonly address: `0x${string}`;
|
|
459
|
-
} | {
|
|
460
|
-
readonly chain: "Solana";
|
|
461
|
-
readonly address: string;
|
|
462
|
-
};
|
|
463
|
-
channelId: bigint;
|
|
464
|
-
depositBlockHeight: bigint;
|
|
465
|
-
} | {
|
|
466
|
-
__kind: "Vault";
|
|
467
|
-
txHash: `0x${string}`;
|
|
468
|
-
};
|
|
469
469
|
brokerCommission?: bigint | null | undefined;
|
|
470
470
|
brokerFee?: bigint | null | undefined;
|
|
471
471
|
}, {
|
|
472
472
|
swapId: string | number;
|
|
473
473
|
destinationAddress: {
|
|
474
|
-
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
475
474
|
value: string;
|
|
475
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
476
|
+
};
|
|
477
|
+
origin: {
|
|
478
|
+
__kind: "DepositChannel";
|
|
479
|
+
depositAddress: {
|
|
480
|
+
value: string;
|
|
481
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
482
|
+
};
|
|
483
|
+
channelId: string | number;
|
|
484
|
+
depositBlockHeight: string | number;
|
|
485
|
+
} | {
|
|
486
|
+
__kind: "Vault";
|
|
487
|
+
txHash: string;
|
|
476
488
|
};
|
|
477
489
|
sourceAsset: {
|
|
478
|
-
__kind: "
|
|
490
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt";
|
|
479
491
|
};
|
|
492
|
+
depositAmount: string | number;
|
|
480
493
|
destinationAsset: {
|
|
481
|
-
__kind: "
|
|
494
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt";
|
|
482
495
|
};
|
|
483
|
-
depositAmount: string | number;
|
|
484
496
|
swapType: {
|
|
485
|
-
__kind: "Swap";
|
|
486
497
|
value: {
|
|
487
|
-
__kind: "Eth";
|
|
488
498
|
value: string;
|
|
499
|
+
__kind: "Eth";
|
|
489
500
|
} | {
|
|
490
|
-
__kind: "Dot";
|
|
491
501
|
value: string;
|
|
502
|
+
__kind: "Dot";
|
|
492
503
|
} | {
|
|
493
|
-
__kind: "Btc";
|
|
494
504
|
value: {
|
|
495
|
-
__kind: "P2PKH";
|
|
496
505
|
value: string;
|
|
506
|
+
__kind: "P2PKH";
|
|
497
507
|
} | {
|
|
498
|
-
__kind: "P2SH";
|
|
499
508
|
value: string;
|
|
509
|
+
__kind: "P2SH";
|
|
500
510
|
} | {
|
|
501
|
-
__kind: "P2WPKH";
|
|
502
511
|
value: string;
|
|
512
|
+
__kind: "P2WPKH";
|
|
503
513
|
} | {
|
|
504
|
-
__kind: "P2WSH";
|
|
505
514
|
value: string;
|
|
515
|
+
__kind: "P2WSH";
|
|
506
516
|
} | {
|
|
507
|
-
__kind: "Taproot";
|
|
508
517
|
value: string;
|
|
518
|
+
__kind: "Taproot";
|
|
509
519
|
} | {
|
|
510
520
|
__kind: "OtherSegwit";
|
|
511
521
|
version: number;
|
|
512
522
|
program: string;
|
|
513
523
|
};
|
|
524
|
+
__kind: "Btc";
|
|
514
525
|
} | {
|
|
515
|
-
__kind: "Arb";
|
|
516
526
|
value: string;
|
|
527
|
+
__kind: "Arb";
|
|
517
528
|
} | {
|
|
518
|
-
__kind: "Sol";
|
|
519
529
|
value: string;
|
|
530
|
+
__kind: "Sol";
|
|
520
531
|
};
|
|
532
|
+
__kind: "Swap";
|
|
521
533
|
} | {
|
|
522
|
-
__kind: "CcmPrincipal";
|
|
523
534
|
value: string | number;
|
|
535
|
+
__kind: "CcmPrincipal";
|
|
524
536
|
} | {
|
|
525
|
-
__kind: "CcmGas";
|
|
526
537
|
value: string | number;
|
|
538
|
+
__kind: "CcmGas";
|
|
527
539
|
} | {
|
|
528
540
|
__kind: "NetworkFee";
|
|
529
541
|
} | {
|
|
530
542
|
__kind: "IngressEgressFee";
|
|
531
543
|
};
|
|
532
544
|
executeAt: number;
|
|
533
|
-
origin: {
|
|
534
|
-
__kind: "DepositChannel";
|
|
535
|
-
depositAddress: {
|
|
536
|
-
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
537
|
-
value: string;
|
|
538
|
-
};
|
|
539
|
-
channelId: string | number;
|
|
540
|
-
depositBlockHeight: string | number;
|
|
541
|
-
} | {
|
|
542
|
-
__kind: "Vault";
|
|
543
|
-
txHash: string;
|
|
544
|
-
};
|
|
545
545
|
brokerCommission?: string | number | null | undefined;
|
|
546
546
|
brokerFee?: string | number | null | undefined;
|
|
547
547
|
}>;
|
|
@@ -550,31 +550,31 @@ declare const swappingSwapScheduledEvent: _$_chainflip_processor_event0.EventDes
|
|
|
550
550
|
sourceAsset: z.ZodEffects<z.ZodObject<{
|
|
551
551
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol"]>;
|
|
552
552
|
}, "strip", z.ZodTypeAny, {
|
|
553
|
-
__kind: "
|
|
553
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt";
|
|
554
554
|
}, {
|
|
555
|
-
__kind: "
|
|
556
|
-
}>, "
|
|
557
|
-
__kind: "
|
|
555
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt";
|
|
556
|
+
}>, "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt", {
|
|
557
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt";
|
|
558
558
|
}>;
|
|
559
559
|
depositAmount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
560
560
|
destinationAsset: z.ZodEffects<z.ZodObject<{
|
|
561
561
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol"]>;
|
|
562
562
|
}, "strip", z.ZodTypeAny, {
|
|
563
|
-
__kind: "
|
|
563
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt";
|
|
564
564
|
}, {
|
|
565
|
-
__kind: "
|
|
566
|
-
}>, "
|
|
567
|
-
__kind: "
|
|
565
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt";
|
|
566
|
+
}>, "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt", {
|
|
567
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt";
|
|
568
568
|
}>;
|
|
569
569
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
570
570
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
571
571
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
572
572
|
}, "strip", z.ZodTypeAny, {
|
|
573
|
-
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
574
573
|
value: `0x${string}`;
|
|
575
|
-
}, {
|
|
576
574
|
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
575
|
+
}, {
|
|
577
576
|
value: string;
|
|
577
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
578
578
|
}>, {
|
|
579
579
|
readonly chain: "Ethereum";
|
|
580
580
|
readonly address: `0x${string}`;
|
|
@@ -591,8 +591,8 @@ declare const swappingSwapScheduledEvent: _$_chainflip_processor_event0.EventDes
|
|
|
591
591
|
readonly chain: "Solana";
|
|
592
592
|
readonly address: string;
|
|
593
593
|
}, {
|
|
594
|
-
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
595
594
|
value: string;
|
|
595
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
596
596
|
}>;
|
|
597
597
|
origin: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
598
598
|
__kind: z.ZodLiteral<"DepositChannel">;
|
|
@@ -600,11 +600,11 @@ declare const swappingSwapScheduledEvent: _$_chainflip_processor_event0.EventDes
|
|
|
600
600
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
601
601
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
602
602
|
}, "strip", z.ZodTypeAny, {
|
|
603
|
-
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
604
603
|
value: `0x${string}`;
|
|
605
|
-
}, {
|
|
606
604
|
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
605
|
+
}, {
|
|
607
606
|
value: string;
|
|
607
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
608
608
|
}>, {
|
|
609
609
|
readonly chain: "Ethereum";
|
|
610
610
|
readonly address: `0x${string}`;
|
|
@@ -621,8 +621,8 @@ declare const swappingSwapScheduledEvent: _$_chainflip_processor_event0.EventDes
|
|
|
621
621
|
readonly chain: "Solana";
|
|
622
622
|
readonly address: string;
|
|
623
623
|
}, {
|
|
624
|
-
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
625
624
|
value: string;
|
|
625
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
626
626
|
}>;
|
|
627
627
|
channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
628
628
|
depositBlockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
@@ -649,8 +649,8 @@ declare const swappingSwapScheduledEvent: _$_chainflip_processor_event0.EventDes
|
|
|
649
649
|
}, {
|
|
650
650
|
__kind: "DepositChannel";
|
|
651
651
|
depositAddress: {
|
|
652
|
-
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
653
652
|
value: string;
|
|
653
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
654
654
|
};
|
|
655
655
|
channelId: string | number;
|
|
656
656
|
depositBlockHeight: string | number;
|
|
@@ -670,67 +670,67 @@ declare const swappingSwapScheduledEvent: _$_chainflip_processor_event0.EventDes
|
|
|
670
670
|
__kind: z.ZodLiteral<"Eth">;
|
|
671
671
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
672
672
|
}, "strip", z.ZodTypeAny, {
|
|
673
|
-
__kind: "Eth";
|
|
674
673
|
value: `0x${string}`;
|
|
675
|
-
}, {
|
|
676
674
|
__kind: "Eth";
|
|
675
|
+
}, {
|
|
677
676
|
value: string;
|
|
677
|
+
__kind: "Eth";
|
|
678
678
|
}>, z.ZodObject<{
|
|
679
679
|
__kind: z.ZodLiteral<"Dot">;
|
|
680
680
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
681
681
|
}, "strip", z.ZodTypeAny, {
|
|
682
|
-
__kind: "Dot";
|
|
683
682
|
value: `0x${string}`;
|
|
684
|
-
}, {
|
|
685
683
|
__kind: "Dot";
|
|
684
|
+
}, {
|
|
686
685
|
value: string;
|
|
686
|
+
__kind: "Dot";
|
|
687
687
|
}>, z.ZodObject<{
|
|
688
688
|
__kind: z.ZodLiteral<"Btc">;
|
|
689
689
|
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
690
690
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
691
691
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
692
692
|
}, "strip", z.ZodTypeAny, {
|
|
693
|
-
__kind: "P2PKH";
|
|
694
693
|
value: `0x${string}`;
|
|
695
|
-
}, {
|
|
696
694
|
__kind: "P2PKH";
|
|
695
|
+
}, {
|
|
697
696
|
value: string;
|
|
697
|
+
__kind: "P2PKH";
|
|
698
698
|
}>, z.ZodObject<{
|
|
699
699
|
__kind: z.ZodLiteral<"P2SH">;
|
|
700
700
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
701
701
|
}, "strip", z.ZodTypeAny, {
|
|
702
|
-
__kind: "P2SH";
|
|
703
702
|
value: `0x${string}`;
|
|
704
|
-
}, {
|
|
705
703
|
__kind: "P2SH";
|
|
704
|
+
}, {
|
|
706
705
|
value: string;
|
|
706
|
+
__kind: "P2SH";
|
|
707
707
|
}>, z.ZodObject<{
|
|
708
708
|
__kind: z.ZodLiteral<"P2WPKH">;
|
|
709
709
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
710
710
|
}, "strip", z.ZodTypeAny, {
|
|
711
|
-
__kind: "P2WPKH";
|
|
712
711
|
value: `0x${string}`;
|
|
713
|
-
}, {
|
|
714
712
|
__kind: "P2WPKH";
|
|
713
|
+
}, {
|
|
715
714
|
value: string;
|
|
715
|
+
__kind: "P2WPKH";
|
|
716
716
|
}>, z.ZodObject<{
|
|
717
717
|
__kind: z.ZodLiteral<"P2WSH">;
|
|
718
718
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
719
719
|
}, "strip", z.ZodTypeAny, {
|
|
720
|
-
__kind: "P2WSH";
|
|
721
720
|
value: `0x${string}`;
|
|
722
|
-
}, {
|
|
723
721
|
__kind: "P2WSH";
|
|
722
|
+
}, {
|
|
724
723
|
value: string;
|
|
724
|
+
__kind: "P2WSH";
|
|
725
725
|
}>, z.ZodObject<{
|
|
726
726
|
__kind: z.ZodLiteral<"Taproot">;
|
|
727
727
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
728
728
|
}, "strip", z.ZodTypeAny, {
|
|
729
|
-
__kind: "Taproot";
|
|
730
729
|
value: `0x${string}`;
|
|
731
|
-
}, {
|
|
732
730
|
__kind: "Taproot";
|
|
731
|
+
}, {
|
|
733
732
|
value: string;
|
|
733
|
+
__kind: "Taproot";
|
|
734
734
|
}>, z.ZodObject<{
|
|
735
735
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
736
736
|
version: z.ZodNumber;
|
|
@@ -745,160 +745,160 @@ declare const swappingSwapScheduledEvent: _$_chainflip_processor_event0.EventDes
|
|
|
745
745
|
program: string;
|
|
746
746
|
}>]>;
|
|
747
747
|
}, "strip", z.ZodTypeAny, {
|
|
748
|
-
__kind: "Btc";
|
|
749
748
|
value: {
|
|
750
|
-
__kind: "P2PKH";
|
|
751
749
|
value: `0x${string}`;
|
|
750
|
+
__kind: "P2PKH";
|
|
752
751
|
} | {
|
|
753
|
-
__kind: "P2SH";
|
|
754
752
|
value: `0x${string}`;
|
|
753
|
+
__kind: "P2SH";
|
|
755
754
|
} | {
|
|
756
|
-
__kind: "P2WPKH";
|
|
757
755
|
value: `0x${string}`;
|
|
756
|
+
__kind: "P2WPKH";
|
|
758
757
|
} | {
|
|
759
|
-
__kind: "P2WSH";
|
|
760
758
|
value: `0x${string}`;
|
|
759
|
+
__kind: "P2WSH";
|
|
761
760
|
} | {
|
|
762
|
-
__kind: "Taproot";
|
|
763
761
|
value: `0x${string}`;
|
|
762
|
+
__kind: "Taproot";
|
|
764
763
|
} | {
|
|
765
764
|
__kind: "OtherSegwit";
|
|
766
765
|
version: number;
|
|
767
766
|
program: `0x${string}`;
|
|
768
767
|
};
|
|
769
|
-
}, {
|
|
770
768
|
__kind: "Btc";
|
|
769
|
+
}, {
|
|
771
770
|
value: {
|
|
772
|
-
__kind: "P2PKH";
|
|
773
771
|
value: string;
|
|
772
|
+
__kind: "P2PKH";
|
|
774
773
|
} | {
|
|
775
|
-
__kind: "P2SH";
|
|
776
774
|
value: string;
|
|
775
|
+
__kind: "P2SH";
|
|
777
776
|
} | {
|
|
778
|
-
__kind: "P2WPKH";
|
|
779
777
|
value: string;
|
|
778
|
+
__kind: "P2WPKH";
|
|
780
779
|
} | {
|
|
781
|
-
__kind: "P2WSH";
|
|
782
780
|
value: string;
|
|
781
|
+
__kind: "P2WSH";
|
|
783
782
|
} | {
|
|
784
|
-
__kind: "Taproot";
|
|
785
783
|
value: string;
|
|
784
|
+
__kind: "Taproot";
|
|
786
785
|
} | {
|
|
787
786
|
__kind: "OtherSegwit";
|
|
788
787
|
version: number;
|
|
789
788
|
program: string;
|
|
790
789
|
};
|
|
790
|
+
__kind: "Btc";
|
|
791
791
|
}>, z.ZodObject<{
|
|
792
792
|
__kind: z.ZodLiteral<"Arb">;
|
|
793
793
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
794
794
|
}, "strip", z.ZodTypeAny, {
|
|
795
|
-
__kind: "Arb";
|
|
796
795
|
value: `0x${string}`;
|
|
797
|
-
}, {
|
|
798
796
|
__kind: "Arb";
|
|
797
|
+
}, {
|
|
799
798
|
value: string;
|
|
799
|
+
__kind: "Arb";
|
|
800
800
|
}>, z.ZodObject<{
|
|
801
801
|
__kind: z.ZodLiteral<"Sol">;
|
|
802
802
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
803
803
|
}, "strip", z.ZodTypeAny, {
|
|
804
|
-
__kind: "Sol";
|
|
805
804
|
value: `0x${string}`;
|
|
806
|
-
}, {
|
|
807
805
|
__kind: "Sol";
|
|
806
|
+
}, {
|
|
808
807
|
value: string;
|
|
808
|
+
__kind: "Sol";
|
|
809
809
|
}>]>;
|
|
810
810
|
}, "strip", z.ZodTypeAny, {
|
|
811
|
-
__kind: "Swap";
|
|
812
811
|
value: {
|
|
813
|
-
__kind: "Eth";
|
|
814
812
|
value: `0x${string}`;
|
|
813
|
+
__kind: "Eth";
|
|
815
814
|
} | {
|
|
816
|
-
__kind: "Dot";
|
|
817
815
|
value: `0x${string}`;
|
|
816
|
+
__kind: "Dot";
|
|
818
817
|
} | {
|
|
819
|
-
__kind: "Btc";
|
|
820
818
|
value: {
|
|
821
|
-
__kind: "P2PKH";
|
|
822
819
|
value: `0x${string}`;
|
|
820
|
+
__kind: "P2PKH";
|
|
823
821
|
} | {
|
|
824
|
-
__kind: "P2SH";
|
|
825
822
|
value: `0x${string}`;
|
|
823
|
+
__kind: "P2SH";
|
|
826
824
|
} | {
|
|
827
|
-
__kind: "P2WPKH";
|
|
828
825
|
value: `0x${string}`;
|
|
826
|
+
__kind: "P2WPKH";
|
|
829
827
|
} | {
|
|
830
|
-
__kind: "P2WSH";
|
|
831
828
|
value: `0x${string}`;
|
|
829
|
+
__kind: "P2WSH";
|
|
832
830
|
} | {
|
|
833
|
-
__kind: "Taproot";
|
|
834
831
|
value: `0x${string}`;
|
|
832
|
+
__kind: "Taproot";
|
|
835
833
|
} | {
|
|
836
834
|
__kind: "OtherSegwit";
|
|
837
835
|
version: number;
|
|
838
836
|
program: `0x${string}`;
|
|
839
837
|
};
|
|
838
|
+
__kind: "Btc";
|
|
840
839
|
} | {
|
|
841
|
-
__kind: "Arb";
|
|
842
840
|
value: `0x${string}`;
|
|
841
|
+
__kind: "Arb";
|
|
843
842
|
} | {
|
|
844
|
-
__kind: "Sol";
|
|
845
843
|
value: `0x${string}`;
|
|
844
|
+
__kind: "Sol";
|
|
846
845
|
};
|
|
847
|
-
}, {
|
|
848
846
|
__kind: "Swap";
|
|
847
|
+
}, {
|
|
849
848
|
value: {
|
|
850
|
-
__kind: "Eth";
|
|
851
849
|
value: string;
|
|
850
|
+
__kind: "Eth";
|
|
852
851
|
} | {
|
|
853
|
-
__kind: "Dot";
|
|
854
852
|
value: string;
|
|
853
|
+
__kind: "Dot";
|
|
855
854
|
} | {
|
|
856
|
-
__kind: "Btc";
|
|
857
855
|
value: {
|
|
858
|
-
__kind: "P2PKH";
|
|
859
856
|
value: string;
|
|
857
|
+
__kind: "P2PKH";
|
|
860
858
|
} | {
|
|
861
|
-
__kind: "P2SH";
|
|
862
859
|
value: string;
|
|
860
|
+
__kind: "P2SH";
|
|
863
861
|
} | {
|
|
864
|
-
__kind: "P2WPKH";
|
|
865
862
|
value: string;
|
|
863
|
+
__kind: "P2WPKH";
|
|
866
864
|
} | {
|
|
867
|
-
__kind: "P2WSH";
|
|
868
865
|
value: string;
|
|
866
|
+
__kind: "P2WSH";
|
|
869
867
|
} | {
|
|
870
|
-
__kind: "Taproot";
|
|
871
868
|
value: string;
|
|
869
|
+
__kind: "Taproot";
|
|
872
870
|
} | {
|
|
873
871
|
__kind: "OtherSegwit";
|
|
874
872
|
version: number;
|
|
875
873
|
program: string;
|
|
876
874
|
};
|
|
875
|
+
__kind: "Btc";
|
|
877
876
|
} | {
|
|
878
|
-
__kind: "Arb";
|
|
879
877
|
value: string;
|
|
878
|
+
__kind: "Arb";
|
|
880
879
|
} | {
|
|
881
|
-
__kind: "Sol";
|
|
882
880
|
value: string;
|
|
881
|
+
__kind: "Sol";
|
|
883
882
|
};
|
|
883
|
+
__kind: "Swap";
|
|
884
884
|
}>, z.ZodObject<{
|
|
885
885
|
__kind: z.ZodLiteral<"CcmPrincipal">;
|
|
886
886
|
value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
887
887
|
}, "strip", z.ZodTypeAny, {
|
|
888
|
-
__kind: "CcmPrincipal";
|
|
889
888
|
value: bigint;
|
|
890
|
-
}, {
|
|
891
889
|
__kind: "CcmPrincipal";
|
|
890
|
+
}, {
|
|
892
891
|
value: string | number;
|
|
892
|
+
__kind: "CcmPrincipal";
|
|
893
893
|
}>, z.ZodObject<{
|
|
894
894
|
__kind: z.ZodLiteral<"CcmGas">;
|
|
895
895
|
value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
896
896
|
}, "strip", z.ZodTypeAny, {
|
|
897
|
-
__kind: "CcmGas";
|
|
898
897
|
value: bigint;
|
|
899
|
-
}, {
|
|
900
898
|
__kind: "CcmGas";
|
|
899
|
+
}, {
|
|
901
900
|
value: string | number;
|
|
901
|
+
__kind: "CcmGas";
|
|
902
902
|
}>, z.ZodObject<{
|
|
903
903
|
__kind: z.ZodLiteral<"NetworkFee">;
|
|
904
904
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -933,158 +933,158 @@ declare const swappingSwapScheduledEvent: _$_chainflip_processor_event0.EventDes
|
|
|
933
933
|
readonly chain: "Solana";
|
|
934
934
|
readonly address: string;
|
|
935
935
|
};
|
|
936
|
-
|
|
937
|
-
|
|
936
|
+
origin: {
|
|
937
|
+
__kind: "DepositChannel";
|
|
938
|
+
depositAddress: {
|
|
939
|
+
readonly chain: "Ethereum";
|
|
940
|
+
readonly address: `0x${string}`;
|
|
941
|
+
} | {
|
|
942
|
+
readonly chain: "Polkadot";
|
|
943
|
+
readonly address: string;
|
|
944
|
+
} | {
|
|
945
|
+
readonly chain: "Bitcoin";
|
|
946
|
+
readonly address: string;
|
|
947
|
+
} | {
|
|
948
|
+
readonly chain: "Arbitrum";
|
|
949
|
+
readonly address: `0x${string}`;
|
|
950
|
+
} | {
|
|
951
|
+
readonly chain: "Solana";
|
|
952
|
+
readonly address: string;
|
|
953
|
+
};
|
|
954
|
+
channelId: bigint;
|
|
955
|
+
depositBlockHeight: bigint;
|
|
956
|
+
} | {
|
|
957
|
+
__kind: "Vault";
|
|
958
|
+
txHash: `0x${string}`;
|
|
959
|
+
};
|
|
960
|
+
sourceAsset: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt";
|
|
938
961
|
depositAmount: bigint;
|
|
962
|
+
destinationAsset: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt";
|
|
939
963
|
swapType: {
|
|
940
|
-
__kind: "Swap";
|
|
941
964
|
value: {
|
|
942
|
-
__kind: "Eth";
|
|
943
965
|
value: `0x${string}`;
|
|
966
|
+
__kind: "Eth";
|
|
944
967
|
} | {
|
|
945
|
-
__kind: "Dot";
|
|
946
968
|
value: `0x${string}`;
|
|
969
|
+
__kind: "Dot";
|
|
947
970
|
} | {
|
|
948
|
-
__kind: "Btc";
|
|
949
971
|
value: {
|
|
950
|
-
__kind: "P2PKH";
|
|
951
972
|
value: `0x${string}`;
|
|
973
|
+
__kind: "P2PKH";
|
|
952
974
|
} | {
|
|
953
|
-
__kind: "P2SH";
|
|
954
975
|
value: `0x${string}`;
|
|
976
|
+
__kind: "P2SH";
|
|
955
977
|
} | {
|
|
956
|
-
__kind: "P2WPKH";
|
|
957
978
|
value: `0x${string}`;
|
|
979
|
+
__kind: "P2WPKH";
|
|
958
980
|
} | {
|
|
959
|
-
__kind: "P2WSH";
|
|
960
981
|
value: `0x${string}`;
|
|
982
|
+
__kind: "P2WSH";
|
|
961
983
|
} | {
|
|
962
|
-
__kind: "Taproot";
|
|
963
984
|
value: `0x${string}`;
|
|
985
|
+
__kind: "Taproot";
|
|
964
986
|
} | {
|
|
965
987
|
__kind: "OtherSegwit";
|
|
966
988
|
version: number;
|
|
967
989
|
program: `0x${string}`;
|
|
968
990
|
};
|
|
991
|
+
__kind: "Btc";
|
|
969
992
|
} | {
|
|
970
|
-
__kind: "Arb";
|
|
971
993
|
value: `0x${string}`;
|
|
994
|
+
__kind: "Arb";
|
|
972
995
|
} | {
|
|
973
|
-
__kind: "Sol";
|
|
974
996
|
value: `0x${string}`;
|
|
997
|
+
__kind: "Sol";
|
|
975
998
|
};
|
|
999
|
+
__kind: "Swap";
|
|
976
1000
|
} | {
|
|
977
|
-
__kind: "CcmPrincipal";
|
|
978
1001
|
value: bigint;
|
|
1002
|
+
__kind: "CcmPrincipal";
|
|
979
1003
|
} | {
|
|
980
|
-
__kind: "CcmGas";
|
|
981
1004
|
value: bigint;
|
|
1005
|
+
__kind: "CcmGas";
|
|
982
1006
|
} | {
|
|
983
1007
|
__kind: "NetworkFee";
|
|
984
1008
|
} | {
|
|
985
1009
|
__kind: "IngressEgressFee";
|
|
986
1010
|
};
|
|
987
1011
|
executeAt: number;
|
|
988
|
-
origin: {
|
|
989
|
-
__kind: "DepositChannel";
|
|
990
|
-
depositAddress: {
|
|
991
|
-
readonly chain: "Ethereum";
|
|
992
|
-
readonly address: `0x${string}`;
|
|
993
|
-
} | {
|
|
994
|
-
readonly chain: "Polkadot";
|
|
995
|
-
readonly address: string;
|
|
996
|
-
} | {
|
|
997
|
-
readonly chain: "Bitcoin";
|
|
998
|
-
readonly address: string;
|
|
999
|
-
} | {
|
|
1000
|
-
readonly chain: "Arbitrum";
|
|
1001
|
-
readonly address: `0x${string}`;
|
|
1002
|
-
} | {
|
|
1003
|
-
readonly chain: "Solana";
|
|
1004
|
-
readonly address: string;
|
|
1005
|
-
};
|
|
1006
|
-
channelId: bigint;
|
|
1007
|
-
depositBlockHeight: bigint;
|
|
1008
|
-
} | {
|
|
1009
|
-
__kind: "Vault";
|
|
1010
|
-
txHash: `0x${string}`;
|
|
1011
|
-
};
|
|
1012
1012
|
brokerCommission?: bigint | null | undefined;
|
|
1013
1013
|
brokerFee?: bigint | null | undefined;
|
|
1014
1014
|
}, {
|
|
1015
1015
|
swapId: string | number;
|
|
1016
1016
|
destinationAddress: {
|
|
1017
|
-
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
1018
1017
|
value: string;
|
|
1018
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
1019
|
+
};
|
|
1020
|
+
origin: {
|
|
1021
|
+
__kind: "DepositChannel";
|
|
1022
|
+
depositAddress: {
|
|
1023
|
+
value: string;
|
|
1024
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
1025
|
+
};
|
|
1026
|
+
channelId: string | number;
|
|
1027
|
+
depositBlockHeight: string | number;
|
|
1028
|
+
} | {
|
|
1029
|
+
__kind: "Vault";
|
|
1030
|
+
txHash: string;
|
|
1019
1031
|
};
|
|
1020
1032
|
sourceAsset: {
|
|
1021
|
-
__kind: "
|
|
1033
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt";
|
|
1022
1034
|
};
|
|
1035
|
+
depositAmount: string | number;
|
|
1023
1036
|
destinationAsset: {
|
|
1024
|
-
__kind: "
|
|
1037
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt";
|
|
1025
1038
|
};
|
|
1026
|
-
depositAmount: string | number;
|
|
1027
1039
|
swapType: {
|
|
1028
|
-
__kind: "Swap";
|
|
1029
1040
|
value: {
|
|
1030
|
-
__kind: "Eth";
|
|
1031
1041
|
value: string;
|
|
1042
|
+
__kind: "Eth";
|
|
1032
1043
|
} | {
|
|
1033
|
-
__kind: "Dot";
|
|
1034
1044
|
value: string;
|
|
1045
|
+
__kind: "Dot";
|
|
1035
1046
|
} | {
|
|
1036
|
-
__kind: "Btc";
|
|
1037
1047
|
value: {
|
|
1038
|
-
__kind: "P2PKH";
|
|
1039
1048
|
value: string;
|
|
1049
|
+
__kind: "P2PKH";
|
|
1040
1050
|
} | {
|
|
1041
|
-
__kind: "P2SH";
|
|
1042
1051
|
value: string;
|
|
1052
|
+
__kind: "P2SH";
|
|
1043
1053
|
} | {
|
|
1044
|
-
__kind: "P2WPKH";
|
|
1045
1054
|
value: string;
|
|
1055
|
+
__kind: "P2WPKH";
|
|
1046
1056
|
} | {
|
|
1047
|
-
__kind: "P2WSH";
|
|
1048
1057
|
value: string;
|
|
1058
|
+
__kind: "P2WSH";
|
|
1049
1059
|
} | {
|
|
1050
|
-
__kind: "Taproot";
|
|
1051
1060
|
value: string;
|
|
1061
|
+
__kind: "Taproot";
|
|
1052
1062
|
} | {
|
|
1053
1063
|
__kind: "OtherSegwit";
|
|
1054
1064
|
version: number;
|
|
1055
1065
|
program: string;
|
|
1056
1066
|
};
|
|
1067
|
+
__kind: "Btc";
|
|
1057
1068
|
} | {
|
|
1058
|
-
__kind: "Arb";
|
|
1059
1069
|
value: string;
|
|
1070
|
+
__kind: "Arb";
|
|
1060
1071
|
} | {
|
|
1061
|
-
__kind: "Sol";
|
|
1062
1072
|
value: string;
|
|
1073
|
+
__kind: "Sol";
|
|
1063
1074
|
};
|
|
1075
|
+
__kind: "Swap";
|
|
1064
1076
|
} | {
|
|
1065
|
-
__kind: "CcmPrincipal";
|
|
1066
1077
|
value: string | number;
|
|
1078
|
+
__kind: "CcmPrincipal";
|
|
1067
1079
|
} | {
|
|
1068
|
-
__kind: "CcmGas";
|
|
1069
1080
|
value: string | number;
|
|
1081
|
+
__kind: "CcmGas";
|
|
1070
1082
|
} | {
|
|
1071
1083
|
__kind: "NetworkFee";
|
|
1072
1084
|
} | {
|
|
1073
1085
|
__kind: "IngressEgressFee";
|
|
1074
1086
|
};
|
|
1075
1087
|
executeAt: number;
|
|
1076
|
-
origin: {
|
|
1077
|
-
__kind: "DepositChannel";
|
|
1078
|
-
depositAddress: {
|
|
1079
|
-
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
1080
|
-
value: string;
|
|
1081
|
-
};
|
|
1082
|
-
channelId: string | number;
|
|
1083
|
-
depositBlockHeight: string | number;
|
|
1084
|
-
} | {
|
|
1085
|
-
__kind: "Vault";
|
|
1086
|
-
txHash: string;
|
|
1087
|
-
};
|
|
1088
1088
|
brokerCommission?: string | number | null | undefined;
|
|
1089
1089
|
brokerFee?: string | number | null | undefined;
|
|
1090
1090
|
}>>;
|