@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,21 +7,21 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
7
7
|
inputAsset: z.ZodEffects<z.ZodObject<{
|
|
8
8
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
9
9
|
}, "strip", z.ZodTypeAny, {
|
|
10
|
-
__kind: "
|
|
10
|
+
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
11
11
|
}, {
|
|
12
|
-
__kind: "
|
|
13
|
-
}>, "
|
|
14
|
-
__kind: "
|
|
12
|
+
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
13
|
+
}>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
|
|
14
|
+
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
15
15
|
}>;
|
|
16
16
|
inputAmount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
17
17
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
18
18
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
19
19
|
}, "strip", z.ZodTypeAny, {
|
|
20
|
-
__kind: "
|
|
20
|
+
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
21
21
|
}, {
|
|
22
|
-
__kind: "
|
|
23
|
-
}>, "
|
|
24
|
-
__kind: "
|
|
22
|
+
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
23
|
+
}>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
|
|
24
|
+
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
25
25
|
}>;
|
|
26
26
|
origin: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
27
27
|
__kind: z.ZodLiteral<"DepositChannel">;
|
|
@@ -29,11 +29,11 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
29
29
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
30
30
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
31
31
|
}, "strip", z.ZodTypeAny, {
|
|
32
|
-
value: `0x${string}`;
|
|
33
32
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
33
|
+
value: `0x${string}`;
|
|
34
34
|
}, {
|
|
35
|
-
value: string;
|
|
36
35
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
36
|
+
value: string;
|
|
37
37
|
}>, {
|
|
38
38
|
readonly chain: "Ethereum";
|
|
39
39
|
readonly address: `0x${string}`;
|
|
@@ -53,13 +53,14 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
53
53
|
readonly chain: "Assethub";
|
|
54
54
|
readonly address: string;
|
|
55
55
|
}, {
|
|
56
|
-
value: string;
|
|
57
56
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
57
|
+
value: string;
|
|
58
58
|
}>;
|
|
59
59
|
channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
60
60
|
depositBlockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
61
61
|
brokerId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
|
|
62
62
|
}, "strip", z.ZodTypeAny, {
|
|
63
|
+
__kind: "DepositChannel";
|
|
63
64
|
depositAddress: {
|
|
64
65
|
readonly chain: "Ethereum";
|
|
65
66
|
readonly address: `0x${string}`;
|
|
@@ -79,16 +80,15 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
79
80
|
readonly chain: "Assethub";
|
|
80
81
|
readonly address: string;
|
|
81
82
|
};
|
|
82
|
-
__kind: "DepositChannel";
|
|
83
83
|
channelId: bigint;
|
|
84
84
|
depositBlockHeight: bigint;
|
|
85
85
|
brokerId: `cF${string}`;
|
|
86
86
|
}, {
|
|
87
|
+
__kind: "DepositChannel";
|
|
87
88
|
depositAddress: {
|
|
88
|
-
value: string;
|
|
89
89
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
90
|
+
value: string;
|
|
90
91
|
};
|
|
91
|
-
__kind: "DepositChannel";
|
|
92
92
|
channelId: string | number;
|
|
93
93
|
depositBlockHeight: string | number;
|
|
94
94
|
brokerId: string;
|
|
@@ -98,20 +98,20 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
98
98
|
__kind: z.ZodLiteral<"Evm">;
|
|
99
99
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
100
100
|
}, "strip", z.ZodTypeAny, {
|
|
101
|
-
value: `0x${string}`;
|
|
102
101
|
__kind: "Evm";
|
|
102
|
+
value: `0x${string}`;
|
|
103
103
|
}, {
|
|
104
|
-
value: string;
|
|
105
104
|
__kind: "Evm";
|
|
105
|
+
value: string;
|
|
106
106
|
}>, z.ZodObject<{
|
|
107
107
|
__kind: z.ZodLiteral<"Bitcoin">;
|
|
108
108
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
109
109
|
}, "strip", z.ZodTypeAny, {
|
|
110
|
-
value: `0x${string}`;
|
|
111
110
|
__kind: "Bitcoin";
|
|
111
|
+
value: `0x${string}`;
|
|
112
112
|
}, {
|
|
113
|
-
value: string;
|
|
114
113
|
__kind: "Bitcoin";
|
|
114
|
+
value: string;
|
|
115
115
|
}>, z.ZodObject<{
|
|
116
116
|
__kind: z.ZodLiteral<"Polkadot">;
|
|
117
117
|
value: z.ZodObject<{
|
|
@@ -125,26 +125,26 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
125
125
|
extrinsicIndex: number;
|
|
126
126
|
}>;
|
|
127
127
|
}, "strip", z.ZodTypeAny, {
|
|
128
|
+
__kind: "Polkadot";
|
|
128
129
|
value: {
|
|
129
130
|
blockNumber: number;
|
|
130
131
|
extrinsicIndex: number;
|
|
131
132
|
};
|
|
132
|
-
__kind: "Polkadot";
|
|
133
133
|
}, {
|
|
134
|
+
__kind: "Polkadot";
|
|
134
135
|
value: {
|
|
135
136
|
blockNumber: number;
|
|
136
137
|
extrinsicIndex: number;
|
|
137
138
|
};
|
|
138
|
-
__kind: "Polkadot";
|
|
139
139
|
}>, z.ZodObject<{
|
|
140
140
|
__kind: z.ZodLiteral<"Solana">;
|
|
141
141
|
value: z.ZodTuple<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>], null>;
|
|
142
142
|
}, "strip", z.ZodTypeAny, {
|
|
143
|
-
value: [`0x${string}`, bigint];
|
|
144
143
|
__kind: "Solana";
|
|
144
|
+
value: [`0x${string}`, bigint];
|
|
145
145
|
}, {
|
|
146
|
-
value: [string, string | number];
|
|
147
146
|
__kind: "Solana";
|
|
147
|
+
value: [string, string | number];
|
|
148
148
|
}>, z.ZodObject<{
|
|
149
149
|
__kind: z.ZodLiteral<"None">;
|
|
150
150
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -156,20 +156,20 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
156
156
|
}, "strip", z.ZodTypeAny, {
|
|
157
157
|
__kind: "Vault";
|
|
158
158
|
txId: {
|
|
159
|
-
value: `0x${string}`;
|
|
160
159
|
__kind: "Evm";
|
|
161
|
-
} | {
|
|
162
160
|
value: `0x${string}`;
|
|
161
|
+
} | {
|
|
163
162
|
__kind: "Bitcoin";
|
|
163
|
+
value: `0x${string}`;
|
|
164
164
|
} | {
|
|
165
|
+
__kind: "Polkadot";
|
|
165
166
|
value: {
|
|
166
167
|
blockNumber: number;
|
|
167
168
|
extrinsicIndex: number;
|
|
168
169
|
};
|
|
169
|
-
__kind: "Polkadot";
|
|
170
170
|
} | {
|
|
171
|
-
value: [`0x${string}`, bigint];
|
|
172
171
|
__kind: "Solana";
|
|
172
|
+
value: [`0x${string}`, bigint];
|
|
173
173
|
} | {
|
|
174
174
|
__kind: "None";
|
|
175
175
|
};
|
|
@@ -177,20 +177,20 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
177
177
|
}, {
|
|
178
178
|
__kind: "Vault";
|
|
179
179
|
txId: {
|
|
180
|
-
value: string;
|
|
181
180
|
__kind: "Evm";
|
|
182
|
-
} | {
|
|
183
181
|
value: string;
|
|
182
|
+
} | {
|
|
184
183
|
__kind: "Bitcoin";
|
|
184
|
+
value: string;
|
|
185
185
|
} | {
|
|
186
|
+
__kind: "Polkadot";
|
|
186
187
|
value: {
|
|
187
188
|
blockNumber: number;
|
|
188
189
|
extrinsicIndex: number;
|
|
189
190
|
};
|
|
190
|
-
__kind: "Polkadot";
|
|
191
191
|
} | {
|
|
192
|
-
value: [string, string | number];
|
|
193
192
|
__kind: "Solana";
|
|
193
|
+
value: [string, string | number];
|
|
194
194
|
} | {
|
|
195
195
|
__kind: "None";
|
|
196
196
|
};
|
|
@@ -205,11 +205,11 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
205
205
|
__kind: z.ZodLiteral<"OnChainAccount">;
|
|
206
206
|
value: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
|
|
207
207
|
}, "strip", z.ZodTypeAny, {
|
|
208
|
-
value: `cF${string}`;
|
|
209
208
|
__kind: "OnChainAccount";
|
|
209
|
+
value: `cF${string}`;
|
|
210
210
|
}, {
|
|
211
|
-
value: string;
|
|
212
211
|
__kind: "OnChainAccount";
|
|
212
|
+
value: string;
|
|
213
213
|
}>]>;
|
|
214
214
|
requestType: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
215
215
|
__kind: z.ZodLiteral<"NetworkFee">;
|
|
@@ -285,6 +285,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
285
285
|
fallbackAddress: string;
|
|
286
286
|
}>;
|
|
287
287
|
}, "strip", z.ZodTypeAny, {
|
|
288
|
+
__kind: "V0";
|
|
288
289
|
value: {
|
|
289
290
|
cfReceiver: {
|
|
290
291
|
pubkey: `0x${string}`;
|
|
@@ -296,8 +297,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
296
297
|
}[];
|
|
297
298
|
fallbackAddress: `0x${string}`;
|
|
298
299
|
};
|
|
299
|
-
__kind: "V0";
|
|
300
300
|
}, {
|
|
301
|
+
__kind: "V0";
|
|
301
302
|
value: {
|
|
302
303
|
cfReceiver: {
|
|
303
304
|
pubkey: string;
|
|
@@ -309,7 +310,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
309
310
|
}[];
|
|
310
311
|
fallbackAddress: string;
|
|
311
312
|
};
|
|
312
|
-
__kind: "V0";
|
|
313
313
|
}>, z.ZodObject<{
|
|
314
314
|
__kind: z.ZodLiteral<"V1">;
|
|
315
315
|
ccmAccounts: z.ZodObject<{
|
|
@@ -386,7 +386,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
386
386
|
alts: string[];
|
|
387
387
|
}>]>;
|
|
388
388
|
}, "strip", z.ZodTypeAny, {
|
|
389
|
+
__kind: "Solana";
|
|
389
390
|
value: {
|
|
391
|
+
__kind: "V0";
|
|
390
392
|
value: {
|
|
391
393
|
cfReceiver: {
|
|
392
394
|
pubkey: `0x${string}`;
|
|
@@ -398,7 +400,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
398
400
|
}[];
|
|
399
401
|
fallbackAddress: `0x${string}`;
|
|
400
402
|
};
|
|
401
|
-
__kind: "V0";
|
|
402
403
|
} | {
|
|
403
404
|
__kind: "V1";
|
|
404
405
|
ccmAccounts: {
|
|
@@ -414,9 +415,10 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
414
415
|
};
|
|
415
416
|
alts: `0x${string}`[];
|
|
416
417
|
};
|
|
417
|
-
__kind: "Solana";
|
|
418
418
|
}, {
|
|
419
|
+
__kind: "Solana";
|
|
419
420
|
value: {
|
|
421
|
+
__kind: "V0";
|
|
420
422
|
value: {
|
|
421
423
|
cfReceiver: {
|
|
422
424
|
pubkey: string;
|
|
@@ -428,7 +430,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
428
430
|
}[];
|
|
429
431
|
fallbackAddress: string;
|
|
430
432
|
};
|
|
431
|
-
__kind: "V0";
|
|
432
433
|
} | {
|
|
433
434
|
__kind: "V1";
|
|
434
435
|
ccmAccounts: {
|
|
@@ -444,7 +445,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
444
445
|
};
|
|
445
446
|
alts: string[];
|
|
446
447
|
};
|
|
447
|
-
__kind: "Solana";
|
|
448
448
|
}>]>;
|
|
449
449
|
}, "strip", z.ZodTypeAny, {
|
|
450
450
|
message: `0x${string}`;
|
|
@@ -452,7 +452,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
452
452
|
ccmAdditionalData: {
|
|
453
453
|
__kind: "NotRequired";
|
|
454
454
|
} | {
|
|
455
|
+
__kind: "Solana";
|
|
455
456
|
value: {
|
|
457
|
+
__kind: "V0";
|
|
456
458
|
value: {
|
|
457
459
|
cfReceiver: {
|
|
458
460
|
pubkey: `0x${string}`;
|
|
@@ -464,7 +466,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
464
466
|
}[];
|
|
465
467
|
fallbackAddress: `0x${string}`;
|
|
466
468
|
};
|
|
467
|
-
__kind: "V0";
|
|
468
469
|
} | {
|
|
469
470
|
__kind: "V1";
|
|
470
471
|
ccmAccounts: {
|
|
@@ -480,7 +481,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
480
481
|
};
|
|
481
482
|
alts: `0x${string}`[];
|
|
482
483
|
};
|
|
483
|
-
__kind: "Solana";
|
|
484
484
|
};
|
|
485
485
|
}, {
|
|
486
486
|
message: string;
|
|
@@ -488,7 +488,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
488
488
|
ccmAdditionalData: {
|
|
489
489
|
__kind: "NotRequired";
|
|
490
490
|
} | {
|
|
491
|
+
__kind: "Solana";
|
|
491
492
|
value: {
|
|
493
|
+
__kind: "V0";
|
|
492
494
|
value: {
|
|
493
495
|
cfReceiver: {
|
|
494
496
|
pubkey: string;
|
|
@@ -500,7 +502,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
500
502
|
}[];
|
|
501
503
|
fallbackAddress: string;
|
|
502
504
|
};
|
|
503
|
-
__kind: "V0";
|
|
504
505
|
} | {
|
|
505
506
|
__kind: "V1";
|
|
506
507
|
ccmAccounts: {
|
|
@@ -516,7 +517,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
516
517
|
};
|
|
517
518
|
alts: string[];
|
|
518
519
|
};
|
|
519
|
-
__kind: "Solana";
|
|
520
520
|
};
|
|
521
521
|
}>;
|
|
522
522
|
sourceChain: z.ZodEffects<z.ZodObject<{
|
|
@@ -532,11 +532,11 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
532
532
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
533
533
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
534
534
|
}, "strip", z.ZodTypeAny, {
|
|
535
|
-
value: `0x${string}`;
|
|
536
535
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
536
|
+
value: `0x${string}`;
|
|
537
537
|
}, {
|
|
538
|
-
value: string;
|
|
539
538
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
539
|
+
value: string;
|
|
540
540
|
}>, {
|
|
541
541
|
readonly chain: "Ethereum";
|
|
542
542
|
readonly address: `0x${string}`;
|
|
@@ -556,8 +556,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
556
556
|
readonly chain: "Assethub";
|
|
557
557
|
readonly address: string;
|
|
558
558
|
}, {
|
|
559
|
-
value: string;
|
|
560
559
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
560
|
+
value: string;
|
|
561
561
|
}>>>;
|
|
562
562
|
}, "strip", z.ZodTypeAny, {
|
|
563
563
|
channelMetadata: {
|
|
@@ -566,7 +566,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
566
566
|
ccmAdditionalData: {
|
|
567
567
|
__kind: "NotRequired";
|
|
568
568
|
} | {
|
|
569
|
+
__kind: "Solana";
|
|
569
570
|
value: {
|
|
571
|
+
__kind: "V0";
|
|
570
572
|
value: {
|
|
571
573
|
cfReceiver: {
|
|
572
574
|
pubkey: `0x${string}`;
|
|
@@ -578,7 +580,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
578
580
|
}[];
|
|
579
581
|
fallbackAddress: `0x${string}`;
|
|
580
582
|
};
|
|
581
|
-
__kind: "V0";
|
|
582
583
|
} | {
|
|
583
584
|
__kind: "V1";
|
|
584
585
|
ccmAccounts: {
|
|
@@ -594,7 +595,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
594
595
|
};
|
|
595
596
|
alts: `0x${string}`[];
|
|
596
597
|
};
|
|
597
|
-
__kind: "Solana";
|
|
598
598
|
};
|
|
599
599
|
};
|
|
600
600
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
@@ -624,7 +624,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
624
624
|
ccmAdditionalData: {
|
|
625
625
|
__kind: "NotRequired";
|
|
626
626
|
} | {
|
|
627
|
+
__kind: "Solana";
|
|
627
628
|
value: {
|
|
629
|
+
__kind: "V0";
|
|
628
630
|
value: {
|
|
629
631
|
cfReceiver: {
|
|
630
632
|
pubkey: string;
|
|
@@ -636,7 +638,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
636
638
|
}[];
|
|
637
639
|
fallbackAddress: string;
|
|
638
640
|
};
|
|
639
|
-
__kind: "V0";
|
|
640
641
|
} | {
|
|
641
642
|
__kind: "V1";
|
|
642
643
|
ccmAccounts: {
|
|
@@ -652,26 +653,25 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
652
653
|
};
|
|
653
654
|
alts: string[];
|
|
654
655
|
};
|
|
655
|
-
__kind: "Solana";
|
|
656
656
|
};
|
|
657
657
|
};
|
|
658
658
|
sourceChain: {
|
|
659
659
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
660
660
|
};
|
|
661
661
|
sourceAddress?: {
|
|
662
|
-
value: string;
|
|
663
662
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
663
|
+
value: string;
|
|
664
664
|
} | null | undefined;
|
|
665
665
|
}>>>;
|
|
666
666
|
outputAddress: z.ZodEffects<z.ZodObject<{
|
|
667
667
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
668
668
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
669
669
|
}, "strip", z.ZodTypeAny, {
|
|
670
|
-
value: `0x${string}`;
|
|
671
670
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
671
|
+
value: `0x${string}`;
|
|
672
672
|
}, {
|
|
673
|
-
value: string;
|
|
674
673
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
674
|
+
value: string;
|
|
675
675
|
}>, {
|
|
676
676
|
readonly chain: "Ethereum";
|
|
677
677
|
readonly address: `0x${string}`;
|
|
@@ -691,8 +691,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
691
691
|
readonly chain: "Assethub";
|
|
692
692
|
readonly address: string;
|
|
693
693
|
}, {
|
|
694
|
-
value: string;
|
|
695
694
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
695
|
+
value: string;
|
|
696
696
|
}>;
|
|
697
697
|
}, "strip", z.ZodTypeAny, {
|
|
698
698
|
__kind: "Egress";
|
|
@@ -722,7 +722,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
722
722
|
ccmAdditionalData: {
|
|
723
723
|
__kind: "NotRequired";
|
|
724
724
|
} | {
|
|
725
|
+
__kind: "Solana";
|
|
725
726
|
value: {
|
|
727
|
+
__kind: "V0";
|
|
726
728
|
value: {
|
|
727
729
|
cfReceiver: {
|
|
728
730
|
pubkey: `0x${string}`;
|
|
@@ -734,7 +736,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
734
736
|
}[];
|
|
735
737
|
fallbackAddress: `0x${string}`;
|
|
736
738
|
};
|
|
737
|
-
__kind: "V0";
|
|
738
739
|
} | {
|
|
739
740
|
__kind: "V1";
|
|
740
741
|
ccmAccounts: {
|
|
@@ -750,7 +751,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
750
751
|
};
|
|
751
752
|
alts: `0x${string}`[];
|
|
752
753
|
};
|
|
753
|
-
__kind: "Solana";
|
|
754
754
|
};
|
|
755
755
|
};
|
|
756
756
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
@@ -777,8 +777,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
777
777
|
}, {
|
|
778
778
|
__kind: "Egress";
|
|
779
779
|
outputAddress: {
|
|
780
|
-
value: string;
|
|
781
780
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
781
|
+
value: string;
|
|
782
782
|
};
|
|
783
783
|
ccmDepositMetadata?: {
|
|
784
784
|
channelMetadata: {
|
|
@@ -787,7 +787,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
787
787
|
ccmAdditionalData: {
|
|
788
788
|
__kind: "NotRequired";
|
|
789
789
|
} | {
|
|
790
|
+
__kind: "Solana";
|
|
790
791
|
value: {
|
|
792
|
+
__kind: "V0";
|
|
791
793
|
value: {
|
|
792
794
|
cfReceiver: {
|
|
793
795
|
pubkey: string;
|
|
@@ -799,7 +801,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
799
801
|
}[];
|
|
800
802
|
fallbackAddress: string;
|
|
801
803
|
};
|
|
802
|
-
__kind: "V0";
|
|
803
804
|
} | {
|
|
804
805
|
__kind: "V1";
|
|
805
806
|
ccmAccounts: {
|
|
@@ -815,26 +816,25 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
815
816
|
};
|
|
816
817
|
alts: string[];
|
|
817
818
|
};
|
|
818
|
-
__kind: "Solana";
|
|
819
819
|
};
|
|
820
820
|
};
|
|
821
821
|
sourceChain: {
|
|
822
822
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
823
823
|
};
|
|
824
824
|
sourceAddress?: {
|
|
825
|
-
value: string;
|
|
826
825
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
826
|
+
value: string;
|
|
827
827
|
} | null | undefined;
|
|
828
828
|
} | null | undefined;
|
|
829
829
|
}>, z.ZodObject<{
|
|
830
830
|
__kind: z.ZodLiteral<"CreditOnChain">;
|
|
831
831
|
accountId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
|
|
832
832
|
}, "strip", z.ZodTypeAny, {
|
|
833
|
-
accountId: `cF${string}`;
|
|
834
833
|
__kind: "CreditOnChain";
|
|
834
|
+
accountId: `cF${string}`;
|
|
835
835
|
}, {
|
|
836
|
-
accountId: string;
|
|
837
836
|
__kind: "CreditOnChain";
|
|
837
|
+
accountId: string;
|
|
838
838
|
}>]>;
|
|
839
839
|
}, "strip", z.ZodTypeAny, {
|
|
840
840
|
__kind: "Regular";
|
|
@@ -866,7 +866,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
866
866
|
ccmAdditionalData: {
|
|
867
867
|
__kind: "NotRequired";
|
|
868
868
|
} | {
|
|
869
|
+
__kind: "Solana";
|
|
869
870
|
value: {
|
|
871
|
+
__kind: "V0";
|
|
870
872
|
value: {
|
|
871
873
|
cfReceiver: {
|
|
872
874
|
pubkey: `0x${string}`;
|
|
@@ -878,7 +880,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
878
880
|
}[];
|
|
879
881
|
fallbackAddress: `0x${string}`;
|
|
880
882
|
};
|
|
881
|
-
__kind: "V0";
|
|
882
883
|
} | {
|
|
883
884
|
__kind: "V1";
|
|
884
885
|
ccmAccounts: {
|
|
@@ -894,7 +895,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
894
895
|
};
|
|
895
896
|
alts: `0x${string}`[];
|
|
896
897
|
};
|
|
897
|
-
__kind: "Solana";
|
|
898
898
|
};
|
|
899
899
|
};
|
|
900
900
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
@@ -919,16 +919,16 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
919
919
|
} | null | undefined;
|
|
920
920
|
} | null | undefined;
|
|
921
921
|
} | {
|
|
922
|
-
accountId: `cF${string}`;
|
|
923
922
|
__kind: "CreditOnChain";
|
|
923
|
+
accountId: `cF${string}`;
|
|
924
924
|
};
|
|
925
925
|
}, {
|
|
926
926
|
__kind: "Regular";
|
|
927
927
|
outputAction: {
|
|
928
928
|
__kind: "Egress";
|
|
929
929
|
outputAddress: {
|
|
930
|
-
value: string;
|
|
931
930
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
931
|
+
value: string;
|
|
932
932
|
};
|
|
933
933
|
ccmDepositMetadata?: {
|
|
934
934
|
channelMetadata: {
|
|
@@ -937,7 +937,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
937
937
|
ccmAdditionalData: {
|
|
938
938
|
__kind: "NotRequired";
|
|
939
939
|
} | {
|
|
940
|
+
__kind: "Solana";
|
|
940
941
|
value: {
|
|
942
|
+
__kind: "V0";
|
|
941
943
|
value: {
|
|
942
944
|
cfReceiver: {
|
|
943
945
|
pubkey: string;
|
|
@@ -949,7 +951,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
949
951
|
}[];
|
|
950
952
|
fallbackAddress: string;
|
|
951
953
|
};
|
|
952
|
-
__kind: "V0";
|
|
953
954
|
} | {
|
|
954
955
|
__kind: "V1";
|
|
955
956
|
ccmAccounts: {
|
|
@@ -965,20 +966,19 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
965
966
|
};
|
|
966
967
|
alts: string[];
|
|
967
968
|
};
|
|
968
|
-
__kind: "Solana";
|
|
969
969
|
};
|
|
970
970
|
};
|
|
971
971
|
sourceChain: {
|
|
972
972
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
973
973
|
};
|
|
974
974
|
sourceAddress?: {
|
|
975
|
-
value: string;
|
|
976
975
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
976
|
+
value: string;
|
|
977
977
|
} | null | undefined;
|
|
978
978
|
} | null | undefined;
|
|
979
979
|
} | {
|
|
980
|
-
accountId: string;
|
|
981
980
|
__kind: "CreditOnChain";
|
|
981
|
+
accountId: string;
|
|
982
982
|
};
|
|
983
983
|
}>]>;
|
|
984
984
|
brokerFees: z.ZodArray<z.ZodObject<{
|
|
@@ -1005,78 +1005,78 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1005
1005
|
__kind: z.ZodLiteral<"InternalAccount">;
|
|
1006
1006
|
value: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
|
|
1007
1007
|
}, "strip", z.ZodTypeAny, {
|
|
1008
|
-
value: `cF${string}`;
|
|
1009
1008
|
__kind: "InternalAccount";
|
|
1009
|
+
value: `cF${string}`;
|
|
1010
1010
|
}, {
|
|
1011
|
-
value: string;
|
|
1012
1011
|
__kind: "InternalAccount";
|
|
1012
|
+
value: string;
|
|
1013
1013
|
}>, z.ZodObject<{
|
|
1014
1014
|
__kind: z.ZodLiteral<"ExternalAddress">;
|
|
1015
1015
|
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
1016
1016
|
__kind: z.ZodLiteral<"Eth">;
|
|
1017
1017
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1018
1018
|
}, "strip", z.ZodTypeAny, {
|
|
1019
|
-
value: `0x${string}`;
|
|
1020
1019
|
__kind: "Eth";
|
|
1020
|
+
value: `0x${string}`;
|
|
1021
1021
|
}, {
|
|
1022
|
-
value: string;
|
|
1023
1022
|
__kind: "Eth";
|
|
1023
|
+
value: string;
|
|
1024
1024
|
}>, z.ZodObject<{
|
|
1025
1025
|
__kind: z.ZodLiteral<"Dot">;
|
|
1026
1026
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1027
1027
|
}, "strip", z.ZodTypeAny, {
|
|
1028
|
-
value: `0x${string}`;
|
|
1029
1028
|
__kind: "Dot";
|
|
1029
|
+
value: `0x${string}`;
|
|
1030
1030
|
}, {
|
|
1031
|
-
value: string;
|
|
1032
1031
|
__kind: "Dot";
|
|
1032
|
+
value: string;
|
|
1033
1033
|
}>, z.ZodObject<{
|
|
1034
1034
|
__kind: z.ZodLiteral<"Btc">;
|
|
1035
1035
|
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
1036
1036
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
1037
1037
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1038
1038
|
}, "strip", z.ZodTypeAny, {
|
|
1039
|
-
value: `0x${string}`;
|
|
1040
1039
|
__kind: "P2PKH";
|
|
1040
|
+
value: `0x${string}`;
|
|
1041
1041
|
}, {
|
|
1042
|
-
value: string;
|
|
1043
1042
|
__kind: "P2PKH";
|
|
1043
|
+
value: string;
|
|
1044
1044
|
}>, z.ZodObject<{
|
|
1045
1045
|
__kind: z.ZodLiteral<"P2SH">;
|
|
1046
1046
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1047
1047
|
}, "strip", z.ZodTypeAny, {
|
|
1048
|
-
value: `0x${string}`;
|
|
1049
1048
|
__kind: "P2SH";
|
|
1049
|
+
value: `0x${string}`;
|
|
1050
1050
|
}, {
|
|
1051
|
-
value: string;
|
|
1052
1051
|
__kind: "P2SH";
|
|
1052
|
+
value: string;
|
|
1053
1053
|
}>, z.ZodObject<{
|
|
1054
1054
|
__kind: z.ZodLiteral<"P2WPKH">;
|
|
1055
1055
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1056
1056
|
}, "strip", z.ZodTypeAny, {
|
|
1057
|
-
value: `0x${string}`;
|
|
1058
1057
|
__kind: "P2WPKH";
|
|
1058
|
+
value: `0x${string}`;
|
|
1059
1059
|
}, {
|
|
1060
|
-
value: string;
|
|
1061
1060
|
__kind: "P2WPKH";
|
|
1061
|
+
value: string;
|
|
1062
1062
|
}>, z.ZodObject<{
|
|
1063
1063
|
__kind: z.ZodLiteral<"P2WSH">;
|
|
1064
1064
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1065
1065
|
}, "strip", z.ZodTypeAny, {
|
|
1066
|
-
value: `0x${string}`;
|
|
1067
1066
|
__kind: "P2WSH";
|
|
1067
|
+
value: `0x${string}`;
|
|
1068
1068
|
}, {
|
|
1069
|
-
value: string;
|
|
1070
1069
|
__kind: "P2WSH";
|
|
1070
|
+
value: string;
|
|
1071
1071
|
}>, z.ZodObject<{
|
|
1072
1072
|
__kind: z.ZodLiteral<"Taproot">;
|
|
1073
1073
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1074
1074
|
}, "strip", z.ZodTypeAny, {
|
|
1075
|
-
value: `0x${string}`;
|
|
1076
1075
|
__kind: "Taproot";
|
|
1076
|
+
value: `0x${string}`;
|
|
1077
1077
|
}, {
|
|
1078
|
-
value: string;
|
|
1079
1078
|
__kind: "Taproot";
|
|
1079
|
+
value: string;
|
|
1080
1080
|
}>, z.ZodObject<{
|
|
1081
1081
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
1082
1082
|
version: z.ZodNumber;
|
|
@@ -1091,157 +1091,157 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1091
1091
|
program: string;
|
|
1092
1092
|
}>]>;
|
|
1093
1093
|
}, "strip", z.ZodTypeAny, {
|
|
1094
|
+
__kind: "Btc";
|
|
1094
1095
|
value: {
|
|
1095
|
-
value: `0x${string}`;
|
|
1096
1096
|
__kind: "P2PKH";
|
|
1097
|
-
} | {
|
|
1098
1097
|
value: `0x${string}`;
|
|
1099
|
-
__kind: "P2SH";
|
|
1100
1098
|
} | {
|
|
1099
|
+
__kind: "P2SH";
|
|
1101
1100
|
value: `0x${string}`;
|
|
1102
|
-
__kind: "P2WPKH";
|
|
1103
1101
|
} | {
|
|
1102
|
+
__kind: "P2WPKH";
|
|
1104
1103
|
value: `0x${string}`;
|
|
1105
|
-
__kind: "P2WSH";
|
|
1106
1104
|
} | {
|
|
1105
|
+
__kind: "P2WSH";
|
|
1107
1106
|
value: `0x${string}`;
|
|
1107
|
+
} | {
|
|
1108
1108
|
__kind: "Taproot";
|
|
1109
|
+
value: `0x${string}`;
|
|
1109
1110
|
} | {
|
|
1110
1111
|
__kind: "OtherSegwit";
|
|
1111
1112
|
version: number;
|
|
1112
1113
|
program: `0x${string}`;
|
|
1113
1114
|
};
|
|
1114
|
-
__kind: "Btc";
|
|
1115
1115
|
}, {
|
|
1116
|
+
__kind: "Btc";
|
|
1116
1117
|
value: {
|
|
1117
|
-
value: string;
|
|
1118
1118
|
__kind: "P2PKH";
|
|
1119
|
-
} | {
|
|
1120
1119
|
value: string;
|
|
1121
|
-
__kind: "P2SH";
|
|
1122
1120
|
} | {
|
|
1121
|
+
__kind: "P2SH";
|
|
1123
1122
|
value: string;
|
|
1124
|
-
__kind: "P2WPKH";
|
|
1125
1123
|
} | {
|
|
1124
|
+
__kind: "P2WPKH";
|
|
1126
1125
|
value: string;
|
|
1127
|
-
__kind: "P2WSH";
|
|
1128
1126
|
} | {
|
|
1127
|
+
__kind: "P2WSH";
|
|
1129
1128
|
value: string;
|
|
1129
|
+
} | {
|
|
1130
1130
|
__kind: "Taproot";
|
|
1131
|
+
value: string;
|
|
1131
1132
|
} | {
|
|
1132
1133
|
__kind: "OtherSegwit";
|
|
1133
1134
|
version: number;
|
|
1134
1135
|
program: string;
|
|
1135
1136
|
};
|
|
1136
|
-
__kind: "Btc";
|
|
1137
1137
|
}>, z.ZodObject<{
|
|
1138
1138
|
__kind: z.ZodLiteral<"Arb">;
|
|
1139
1139
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1140
1140
|
}, "strip", z.ZodTypeAny, {
|
|
1141
|
-
value: `0x${string}`;
|
|
1142
1141
|
__kind: "Arb";
|
|
1142
|
+
value: `0x${string}`;
|
|
1143
1143
|
}, {
|
|
1144
|
-
value: string;
|
|
1145
1144
|
__kind: "Arb";
|
|
1145
|
+
value: string;
|
|
1146
1146
|
}>, z.ZodObject<{
|
|
1147
1147
|
__kind: z.ZodLiteral<"Sol">;
|
|
1148
1148
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1149
1149
|
}, "strip", z.ZodTypeAny, {
|
|
1150
|
-
value: `0x${string}`;
|
|
1151
1150
|
__kind: "Sol";
|
|
1151
|
+
value: `0x${string}`;
|
|
1152
1152
|
}, {
|
|
1153
|
-
value: string;
|
|
1154
1153
|
__kind: "Sol";
|
|
1154
|
+
value: string;
|
|
1155
1155
|
}>, z.ZodObject<{
|
|
1156
1156
|
__kind: z.ZodLiteral<"Hub">;
|
|
1157
1157
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1158
1158
|
}, "strip", z.ZodTypeAny, {
|
|
1159
|
-
value: `0x${string}`;
|
|
1160
1159
|
__kind: "Hub";
|
|
1160
|
+
value: `0x${string}`;
|
|
1161
1161
|
}, {
|
|
1162
|
-
value: string;
|
|
1163
1162
|
__kind: "Hub";
|
|
1163
|
+
value: string;
|
|
1164
1164
|
}>]>;
|
|
1165
1165
|
}, "strip", z.ZodTypeAny, {
|
|
1166
|
+
__kind: "ExternalAddress";
|
|
1166
1167
|
value: {
|
|
1167
|
-
value: `0x${string}`;
|
|
1168
1168
|
__kind: "Eth";
|
|
1169
|
-
} | {
|
|
1170
1169
|
value: `0x${string}`;
|
|
1170
|
+
} | {
|
|
1171
1171
|
__kind: "Dot";
|
|
1172
|
+
value: `0x${string}`;
|
|
1172
1173
|
} | {
|
|
1174
|
+
__kind: "Btc";
|
|
1173
1175
|
value: {
|
|
1174
|
-
value: `0x${string}`;
|
|
1175
1176
|
__kind: "P2PKH";
|
|
1176
|
-
} | {
|
|
1177
1177
|
value: `0x${string}`;
|
|
1178
|
-
__kind: "P2SH";
|
|
1179
1178
|
} | {
|
|
1179
|
+
__kind: "P2SH";
|
|
1180
1180
|
value: `0x${string}`;
|
|
1181
|
-
__kind: "P2WPKH";
|
|
1182
1181
|
} | {
|
|
1182
|
+
__kind: "P2WPKH";
|
|
1183
1183
|
value: `0x${string}`;
|
|
1184
|
-
__kind: "P2WSH";
|
|
1185
1184
|
} | {
|
|
1185
|
+
__kind: "P2WSH";
|
|
1186
1186
|
value: `0x${string}`;
|
|
1187
|
+
} | {
|
|
1187
1188
|
__kind: "Taproot";
|
|
1189
|
+
value: `0x${string}`;
|
|
1188
1190
|
} | {
|
|
1189
1191
|
__kind: "OtherSegwit";
|
|
1190
1192
|
version: number;
|
|
1191
1193
|
program: `0x${string}`;
|
|
1192
1194
|
};
|
|
1193
|
-
__kind: "Btc";
|
|
1194
1195
|
} | {
|
|
1195
|
-
value: `0x${string}`;
|
|
1196
1196
|
__kind: "Arb";
|
|
1197
|
-
} | {
|
|
1198
1197
|
value: `0x${string}`;
|
|
1199
|
-
__kind: "Sol";
|
|
1200
1198
|
} | {
|
|
1199
|
+
__kind: "Sol";
|
|
1201
1200
|
value: `0x${string}`;
|
|
1201
|
+
} | {
|
|
1202
1202
|
__kind: "Hub";
|
|
1203
|
+
value: `0x${string}`;
|
|
1203
1204
|
};
|
|
1204
|
-
__kind: "ExternalAddress";
|
|
1205
1205
|
}, {
|
|
1206
|
+
__kind: "ExternalAddress";
|
|
1206
1207
|
value: {
|
|
1207
|
-
value: string;
|
|
1208
1208
|
__kind: "Eth";
|
|
1209
|
-
} | {
|
|
1210
1209
|
value: string;
|
|
1210
|
+
} | {
|
|
1211
1211
|
__kind: "Dot";
|
|
1212
|
+
value: string;
|
|
1212
1213
|
} | {
|
|
1214
|
+
__kind: "Btc";
|
|
1213
1215
|
value: {
|
|
1214
|
-
value: string;
|
|
1215
1216
|
__kind: "P2PKH";
|
|
1216
|
-
} | {
|
|
1217
1217
|
value: string;
|
|
1218
|
-
__kind: "P2SH";
|
|
1219
1218
|
} | {
|
|
1219
|
+
__kind: "P2SH";
|
|
1220
1220
|
value: string;
|
|
1221
|
-
__kind: "P2WPKH";
|
|
1222
1221
|
} | {
|
|
1222
|
+
__kind: "P2WPKH";
|
|
1223
1223
|
value: string;
|
|
1224
|
-
__kind: "P2WSH";
|
|
1225
1224
|
} | {
|
|
1225
|
+
__kind: "P2WSH";
|
|
1226
1226
|
value: string;
|
|
1227
|
+
} | {
|
|
1227
1228
|
__kind: "Taproot";
|
|
1229
|
+
value: string;
|
|
1228
1230
|
} | {
|
|
1229
1231
|
__kind: "OtherSegwit";
|
|
1230
1232
|
version: number;
|
|
1231
1233
|
program: string;
|
|
1232
1234
|
};
|
|
1233
|
-
__kind: "Btc";
|
|
1234
1235
|
} | {
|
|
1235
|
-
value: string;
|
|
1236
1236
|
__kind: "Arb";
|
|
1237
|
-
} | {
|
|
1238
1237
|
value: string;
|
|
1239
|
-
__kind: "Sol";
|
|
1240
1238
|
} | {
|
|
1239
|
+
__kind: "Sol";
|
|
1241
1240
|
value: string;
|
|
1241
|
+
} | {
|
|
1242
1242
|
__kind: "Hub";
|
|
1243
|
+
value: string;
|
|
1243
1244
|
};
|
|
1244
|
-
__kind: "ExternalAddress";
|
|
1245
1245
|
}>]>;
|
|
1246
1246
|
refundCcmMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1247
1247
|
channelMetadata: z.ZodObject<{
|
|
@@ -1301,6 +1301,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1301
1301
|
fallbackAddress: string;
|
|
1302
1302
|
}>;
|
|
1303
1303
|
}, "strip", z.ZodTypeAny, {
|
|
1304
|
+
__kind: "V0";
|
|
1304
1305
|
value: {
|
|
1305
1306
|
cfReceiver: {
|
|
1306
1307
|
pubkey: `0x${string}`;
|
|
@@ -1312,8 +1313,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1312
1313
|
}[];
|
|
1313
1314
|
fallbackAddress: `0x${string}`;
|
|
1314
1315
|
};
|
|
1315
|
-
__kind: "V0";
|
|
1316
1316
|
}, {
|
|
1317
|
+
__kind: "V0";
|
|
1317
1318
|
value: {
|
|
1318
1319
|
cfReceiver: {
|
|
1319
1320
|
pubkey: string;
|
|
@@ -1325,7 +1326,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1325
1326
|
}[];
|
|
1326
1327
|
fallbackAddress: string;
|
|
1327
1328
|
};
|
|
1328
|
-
__kind: "V0";
|
|
1329
1329
|
}>, z.ZodObject<{
|
|
1330
1330
|
__kind: z.ZodLiteral<"V1">;
|
|
1331
1331
|
ccmAccounts: z.ZodObject<{
|
|
@@ -1402,7 +1402,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1402
1402
|
alts: string[];
|
|
1403
1403
|
}>]>;
|
|
1404
1404
|
}, "strip", z.ZodTypeAny, {
|
|
1405
|
+
__kind: "Solana";
|
|
1405
1406
|
value: {
|
|
1407
|
+
__kind: "V0";
|
|
1406
1408
|
value: {
|
|
1407
1409
|
cfReceiver: {
|
|
1408
1410
|
pubkey: `0x${string}`;
|
|
@@ -1414,7 +1416,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1414
1416
|
}[];
|
|
1415
1417
|
fallbackAddress: `0x${string}`;
|
|
1416
1418
|
};
|
|
1417
|
-
__kind: "V0";
|
|
1418
1419
|
} | {
|
|
1419
1420
|
__kind: "V1";
|
|
1420
1421
|
ccmAccounts: {
|
|
@@ -1430,9 +1431,10 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1430
1431
|
};
|
|
1431
1432
|
alts: `0x${string}`[];
|
|
1432
1433
|
};
|
|
1433
|
-
__kind: "Solana";
|
|
1434
1434
|
}, {
|
|
1435
|
+
__kind: "Solana";
|
|
1435
1436
|
value: {
|
|
1437
|
+
__kind: "V0";
|
|
1436
1438
|
value: {
|
|
1437
1439
|
cfReceiver: {
|
|
1438
1440
|
pubkey: string;
|
|
@@ -1444,7 +1446,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1444
1446
|
}[];
|
|
1445
1447
|
fallbackAddress: string;
|
|
1446
1448
|
};
|
|
1447
|
-
__kind: "V0";
|
|
1448
1449
|
} | {
|
|
1449
1450
|
__kind: "V1";
|
|
1450
1451
|
ccmAccounts: {
|
|
@@ -1460,7 +1461,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1460
1461
|
};
|
|
1461
1462
|
alts: string[];
|
|
1462
1463
|
};
|
|
1463
|
-
__kind: "Solana";
|
|
1464
1464
|
}>]>;
|
|
1465
1465
|
}, "strip", z.ZodTypeAny, {
|
|
1466
1466
|
message: `0x${string}`;
|
|
@@ -1468,7 +1468,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1468
1468
|
ccmAdditionalData: {
|
|
1469
1469
|
__kind: "NotRequired";
|
|
1470
1470
|
} | {
|
|
1471
|
+
__kind: "Solana";
|
|
1471
1472
|
value: {
|
|
1473
|
+
__kind: "V0";
|
|
1472
1474
|
value: {
|
|
1473
1475
|
cfReceiver: {
|
|
1474
1476
|
pubkey: `0x${string}`;
|
|
@@ -1480,7 +1482,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1480
1482
|
}[];
|
|
1481
1483
|
fallbackAddress: `0x${string}`;
|
|
1482
1484
|
};
|
|
1483
|
-
__kind: "V0";
|
|
1484
1485
|
} | {
|
|
1485
1486
|
__kind: "V1";
|
|
1486
1487
|
ccmAccounts: {
|
|
@@ -1496,7 +1497,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1496
1497
|
};
|
|
1497
1498
|
alts: `0x${string}`[];
|
|
1498
1499
|
};
|
|
1499
|
-
__kind: "Solana";
|
|
1500
1500
|
};
|
|
1501
1501
|
}, {
|
|
1502
1502
|
message: string;
|
|
@@ -1504,7 +1504,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1504
1504
|
ccmAdditionalData: {
|
|
1505
1505
|
__kind: "NotRequired";
|
|
1506
1506
|
} | {
|
|
1507
|
+
__kind: "Solana";
|
|
1507
1508
|
value: {
|
|
1509
|
+
__kind: "V0";
|
|
1508
1510
|
value: {
|
|
1509
1511
|
cfReceiver: {
|
|
1510
1512
|
pubkey: string;
|
|
@@ -1516,7 +1518,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1516
1518
|
}[];
|
|
1517
1519
|
fallbackAddress: string;
|
|
1518
1520
|
};
|
|
1519
|
-
__kind: "V0";
|
|
1520
1521
|
} | {
|
|
1521
1522
|
__kind: "V1";
|
|
1522
1523
|
ccmAccounts: {
|
|
@@ -1532,7 +1533,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1532
1533
|
};
|
|
1533
1534
|
alts: string[];
|
|
1534
1535
|
};
|
|
1535
|
-
__kind: "Solana";
|
|
1536
1536
|
};
|
|
1537
1537
|
}>;
|
|
1538
1538
|
sourceChain: z.ZodEffects<z.ZodObject<{
|
|
@@ -1548,67 +1548,67 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1548
1548
|
__kind: z.ZodLiteral<"Eth">;
|
|
1549
1549
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1550
1550
|
}, "strip", z.ZodTypeAny, {
|
|
1551
|
-
value: `0x${string}`;
|
|
1552
1551
|
__kind: "Eth";
|
|
1552
|
+
value: `0x${string}`;
|
|
1553
1553
|
}, {
|
|
1554
|
-
value: string;
|
|
1555
1554
|
__kind: "Eth";
|
|
1555
|
+
value: string;
|
|
1556
1556
|
}>, z.ZodObject<{
|
|
1557
1557
|
__kind: z.ZodLiteral<"Dot">;
|
|
1558
1558
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1559
1559
|
}, "strip", z.ZodTypeAny, {
|
|
1560
|
-
value: `0x${string}`;
|
|
1561
1560
|
__kind: "Dot";
|
|
1561
|
+
value: `0x${string}`;
|
|
1562
1562
|
}, {
|
|
1563
|
-
value: string;
|
|
1564
1563
|
__kind: "Dot";
|
|
1564
|
+
value: string;
|
|
1565
1565
|
}>, z.ZodObject<{
|
|
1566
1566
|
__kind: z.ZodLiteral<"Btc">;
|
|
1567
1567
|
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
1568
1568
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
1569
1569
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1570
1570
|
}, "strip", z.ZodTypeAny, {
|
|
1571
|
-
value: `0x${string}`;
|
|
1572
1571
|
__kind: "P2PKH";
|
|
1572
|
+
value: `0x${string}`;
|
|
1573
1573
|
}, {
|
|
1574
|
-
value: string;
|
|
1575
1574
|
__kind: "P2PKH";
|
|
1575
|
+
value: string;
|
|
1576
1576
|
}>, z.ZodObject<{
|
|
1577
1577
|
__kind: z.ZodLiteral<"P2SH">;
|
|
1578
1578
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1579
1579
|
}, "strip", z.ZodTypeAny, {
|
|
1580
|
-
value: `0x${string}`;
|
|
1581
1580
|
__kind: "P2SH";
|
|
1581
|
+
value: `0x${string}`;
|
|
1582
1582
|
}, {
|
|
1583
|
-
value: string;
|
|
1584
1583
|
__kind: "P2SH";
|
|
1584
|
+
value: string;
|
|
1585
1585
|
}>, z.ZodObject<{
|
|
1586
1586
|
__kind: z.ZodLiteral<"P2WPKH">;
|
|
1587
1587
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1588
1588
|
}, "strip", z.ZodTypeAny, {
|
|
1589
|
-
value: `0x${string}`;
|
|
1590
1589
|
__kind: "P2WPKH";
|
|
1590
|
+
value: `0x${string}`;
|
|
1591
1591
|
}, {
|
|
1592
|
-
value: string;
|
|
1593
1592
|
__kind: "P2WPKH";
|
|
1593
|
+
value: string;
|
|
1594
1594
|
}>, z.ZodObject<{
|
|
1595
1595
|
__kind: z.ZodLiteral<"P2WSH">;
|
|
1596
1596
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1597
1597
|
}, "strip", z.ZodTypeAny, {
|
|
1598
|
-
value: `0x${string}`;
|
|
1599
1598
|
__kind: "P2WSH";
|
|
1599
|
+
value: `0x${string}`;
|
|
1600
1600
|
}, {
|
|
1601
|
-
value: string;
|
|
1602
1601
|
__kind: "P2WSH";
|
|
1602
|
+
value: string;
|
|
1603
1603
|
}>, z.ZodObject<{
|
|
1604
1604
|
__kind: z.ZodLiteral<"Taproot">;
|
|
1605
1605
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1606
1606
|
}, "strip", z.ZodTypeAny, {
|
|
1607
|
-
value: `0x${string}`;
|
|
1608
1607
|
__kind: "Taproot";
|
|
1608
|
+
value: `0x${string}`;
|
|
1609
1609
|
}, {
|
|
1610
|
-
value: string;
|
|
1611
1610
|
__kind: "Taproot";
|
|
1611
|
+
value: string;
|
|
1612
1612
|
}>, z.ZodObject<{
|
|
1613
1613
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
1614
1614
|
version: z.ZodNumber;
|
|
@@ -1623,76 +1623,76 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1623
1623
|
program: string;
|
|
1624
1624
|
}>]>;
|
|
1625
1625
|
}, "strip", z.ZodTypeAny, {
|
|
1626
|
+
__kind: "Btc";
|
|
1626
1627
|
value: {
|
|
1627
|
-
value: `0x${string}`;
|
|
1628
1628
|
__kind: "P2PKH";
|
|
1629
|
-
} | {
|
|
1630
1629
|
value: `0x${string}`;
|
|
1631
|
-
__kind: "P2SH";
|
|
1632
1630
|
} | {
|
|
1631
|
+
__kind: "P2SH";
|
|
1633
1632
|
value: `0x${string}`;
|
|
1634
|
-
__kind: "P2WPKH";
|
|
1635
1633
|
} | {
|
|
1634
|
+
__kind: "P2WPKH";
|
|
1636
1635
|
value: `0x${string}`;
|
|
1637
|
-
__kind: "P2WSH";
|
|
1638
1636
|
} | {
|
|
1637
|
+
__kind: "P2WSH";
|
|
1639
1638
|
value: `0x${string}`;
|
|
1639
|
+
} | {
|
|
1640
1640
|
__kind: "Taproot";
|
|
1641
|
+
value: `0x${string}`;
|
|
1641
1642
|
} | {
|
|
1642
1643
|
__kind: "OtherSegwit";
|
|
1643
1644
|
version: number;
|
|
1644
1645
|
program: `0x${string}`;
|
|
1645
1646
|
};
|
|
1646
|
-
__kind: "Btc";
|
|
1647
1647
|
}, {
|
|
1648
|
+
__kind: "Btc";
|
|
1648
1649
|
value: {
|
|
1649
|
-
value: string;
|
|
1650
1650
|
__kind: "P2PKH";
|
|
1651
|
-
} | {
|
|
1652
1651
|
value: string;
|
|
1653
|
-
__kind: "P2SH";
|
|
1654
1652
|
} | {
|
|
1653
|
+
__kind: "P2SH";
|
|
1655
1654
|
value: string;
|
|
1656
|
-
__kind: "P2WPKH";
|
|
1657
1655
|
} | {
|
|
1656
|
+
__kind: "P2WPKH";
|
|
1658
1657
|
value: string;
|
|
1659
|
-
__kind: "P2WSH";
|
|
1660
1658
|
} | {
|
|
1659
|
+
__kind: "P2WSH";
|
|
1661
1660
|
value: string;
|
|
1661
|
+
} | {
|
|
1662
1662
|
__kind: "Taproot";
|
|
1663
|
+
value: string;
|
|
1663
1664
|
} | {
|
|
1664
1665
|
__kind: "OtherSegwit";
|
|
1665
1666
|
version: number;
|
|
1666
1667
|
program: string;
|
|
1667
1668
|
};
|
|
1668
|
-
__kind: "Btc";
|
|
1669
1669
|
}>, z.ZodObject<{
|
|
1670
1670
|
__kind: z.ZodLiteral<"Arb">;
|
|
1671
1671
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1672
1672
|
}, "strip", z.ZodTypeAny, {
|
|
1673
|
-
value: `0x${string}`;
|
|
1674
1673
|
__kind: "Arb";
|
|
1674
|
+
value: `0x${string}`;
|
|
1675
1675
|
}, {
|
|
1676
|
-
value: string;
|
|
1677
1676
|
__kind: "Arb";
|
|
1677
|
+
value: string;
|
|
1678
1678
|
}>, z.ZodObject<{
|
|
1679
1679
|
__kind: z.ZodLiteral<"Sol">;
|
|
1680
1680
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1681
1681
|
}, "strip", z.ZodTypeAny, {
|
|
1682
|
-
value: `0x${string}`;
|
|
1683
1682
|
__kind: "Sol";
|
|
1683
|
+
value: `0x${string}`;
|
|
1684
1684
|
}, {
|
|
1685
|
-
value: string;
|
|
1686
1685
|
__kind: "Sol";
|
|
1686
|
+
value: string;
|
|
1687
1687
|
}>, z.ZodObject<{
|
|
1688
1688
|
__kind: z.ZodLiteral<"Hub">;
|
|
1689
1689
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1690
1690
|
}, "strip", z.ZodTypeAny, {
|
|
1691
|
-
value: `0x${string}`;
|
|
1692
1691
|
__kind: "Hub";
|
|
1692
|
+
value: `0x${string}`;
|
|
1693
1693
|
}, {
|
|
1694
|
-
value: string;
|
|
1695
1694
|
__kind: "Hub";
|
|
1695
|
+
value: string;
|
|
1696
1696
|
}>]>>>;
|
|
1697
1697
|
}, "strip", z.ZodTypeAny, {
|
|
1698
1698
|
channelMetadata: {
|
|
@@ -1701,7 +1701,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1701
1701
|
ccmAdditionalData: {
|
|
1702
1702
|
__kind: "NotRequired";
|
|
1703
1703
|
} | {
|
|
1704
|
+
__kind: "Solana";
|
|
1704
1705
|
value: {
|
|
1706
|
+
__kind: "V0";
|
|
1705
1707
|
value: {
|
|
1706
1708
|
cfReceiver: {
|
|
1707
1709
|
pubkey: `0x${string}`;
|
|
@@ -1713,7 +1715,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1713
1715
|
}[];
|
|
1714
1716
|
fallbackAddress: `0x${string}`;
|
|
1715
1717
|
};
|
|
1716
|
-
__kind: "V0";
|
|
1717
1718
|
} | {
|
|
1718
1719
|
__kind: "V1";
|
|
1719
1720
|
ccmAccounts: {
|
|
@@ -1729,47 +1730,46 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1729
1730
|
};
|
|
1730
1731
|
alts: `0x${string}`[];
|
|
1731
1732
|
};
|
|
1732
|
-
__kind: "Solana";
|
|
1733
1733
|
};
|
|
1734
1734
|
};
|
|
1735
1735
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
1736
1736
|
sourceAddress?: {
|
|
1737
|
-
value: `0x${string}`;
|
|
1738
1737
|
__kind: "Eth";
|
|
1739
|
-
} | {
|
|
1740
1738
|
value: `0x${string}`;
|
|
1739
|
+
} | {
|
|
1741
1740
|
__kind: "Dot";
|
|
1741
|
+
value: `0x${string}`;
|
|
1742
1742
|
} | {
|
|
1743
|
+
__kind: "Btc";
|
|
1743
1744
|
value: {
|
|
1744
|
-
value: `0x${string}`;
|
|
1745
1745
|
__kind: "P2PKH";
|
|
1746
|
-
} | {
|
|
1747
1746
|
value: `0x${string}`;
|
|
1748
|
-
__kind: "P2SH";
|
|
1749
1747
|
} | {
|
|
1748
|
+
__kind: "P2SH";
|
|
1750
1749
|
value: `0x${string}`;
|
|
1751
|
-
__kind: "P2WPKH";
|
|
1752
1750
|
} | {
|
|
1751
|
+
__kind: "P2WPKH";
|
|
1753
1752
|
value: `0x${string}`;
|
|
1754
|
-
__kind: "P2WSH";
|
|
1755
1753
|
} | {
|
|
1754
|
+
__kind: "P2WSH";
|
|
1756
1755
|
value: `0x${string}`;
|
|
1756
|
+
} | {
|
|
1757
1757
|
__kind: "Taproot";
|
|
1758
|
+
value: `0x${string}`;
|
|
1758
1759
|
} | {
|
|
1759
1760
|
__kind: "OtherSegwit";
|
|
1760
1761
|
version: number;
|
|
1761
1762
|
program: `0x${string}`;
|
|
1762
1763
|
};
|
|
1763
|
-
__kind: "Btc";
|
|
1764
1764
|
} | {
|
|
1765
|
-
value: `0x${string}`;
|
|
1766
1765
|
__kind: "Arb";
|
|
1767
|
-
} | {
|
|
1768
1766
|
value: `0x${string}`;
|
|
1769
|
-
__kind: "Sol";
|
|
1770
1767
|
} | {
|
|
1768
|
+
__kind: "Sol";
|
|
1771
1769
|
value: `0x${string}`;
|
|
1770
|
+
} | {
|
|
1772
1771
|
__kind: "Hub";
|
|
1772
|
+
value: `0x${string}`;
|
|
1773
1773
|
} | null | undefined;
|
|
1774
1774
|
}, {
|
|
1775
1775
|
channelMetadata: {
|
|
@@ -1778,7 +1778,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1778
1778
|
ccmAdditionalData: {
|
|
1779
1779
|
__kind: "NotRequired";
|
|
1780
1780
|
} | {
|
|
1781
|
+
__kind: "Solana";
|
|
1781
1782
|
value: {
|
|
1783
|
+
__kind: "V0";
|
|
1782
1784
|
value: {
|
|
1783
1785
|
cfReceiver: {
|
|
1784
1786
|
pubkey: string;
|
|
@@ -1790,7 +1792,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1790
1792
|
}[];
|
|
1791
1793
|
fallbackAddress: string;
|
|
1792
1794
|
};
|
|
1793
|
-
__kind: "V0";
|
|
1794
1795
|
} | {
|
|
1795
1796
|
__kind: "V1";
|
|
1796
1797
|
ccmAccounts: {
|
|
@@ -1806,97 +1807,96 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1806
1807
|
};
|
|
1807
1808
|
alts: string[];
|
|
1808
1809
|
};
|
|
1809
|
-
__kind: "Solana";
|
|
1810
1810
|
};
|
|
1811
1811
|
};
|
|
1812
1812
|
sourceChain: {
|
|
1813
1813
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
1814
1814
|
};
|
|
1815
1815
|
sourceAddress?: {
|
|
1816
|
-
value: string;
|
|
1817
1816
|
__kind: "Eth";
|
|
1818
|
-
} | {
|
|
1819
1817
|
value: string;
|
|
1818
|
+
} | {
|
|
1820
1819
|
__kind: "Dot";
|
|
1820
|
+
value: string;
|
|
1821
1821
|
} | {
|
|
1822
|
+
__kind: "Btc";
|
|
1822
1823
|
value: {
|
|
1823
|
-
value: string;
|
|
1824
1824
|
__kind: "P2PKH";
|
|
1825
|
-
} | {
|
|
1826
1825
|
value: string;
|
|
1827
|
-
__kind: "P2SH";
|
|
1828
1826
|
} | {
|
|
1827
|
+
__kind: "P2SH";
|
|
1829
1828
|
value: string;
|
|
1830
|
-
__kind: "P2WPKH";
|
|
1831
1829
|
} | {
|
|
1830
|
+
__kind: "P2WPKH";
|
|
1832
1831
|
value: string;
|
|
1833
|
-
__kind: "P2WSH";
|
|
1834
1832
|
} | {
|
|
1833
|
+
__kind: "P2WSH";
|
|
1835
1834
|
value: string;
|
|
1835
|
+
} | {
|
|
1836
1836
|
__kind: "Taproot";
|
|
1837
|
+
value: string;
|
|
1837
1838
|
} | {
|
|
1838
1839
|
__kind: "OtherSegwit";
|
|
1839
1840
|
version: number;
|
|
1840
1841
|
program: string;
|
|
1841
1842
|
};
|
|
1842
|
-
__kind: "Btc";
|
|
1843
1843
|
} | {
|
|
1844
|
-
value: string;
|
|
1845
1844
|
__kind: "Arb";
|
|
1846
|
-
} | {
|
|
1847
1845
|
value: string;
|
|
1848
|
-
__kind: "Sol";
|
|
1849
1846
|
} | {
|
|
1847
|
+
__kind: "Sol";
|
|
1850
1848
|
value: string;
|
|
1849
|
+
} | {
|
|
1851
1850
|
__kind: "Hub";
|
|
1851
|
+
value: string;
|
|
1852
1852
|
} | null | undefined;
|
|
1853
1853
|
}>>>;
|
|
1854
1854
|
}, "strip", z.ZodTypeAny, {
|
|
1855
1855
|
__kind: "RefundIfExpires";
|
|
1856
1856
|
retryDuration: number;
|
|
1857
1857
|
refundAddress: {
|
|
1858
|
-
value: `cF${string}`;
|
|
1859
1858
|
__kind: "InternalAccount";
|
|
1859
|
+
value: `cF${string}`;
|
|
1860
1860
|
} | {
|
|
1861
|
+
__kind: "ExternalAddress";
|
|
1861
1862
|
value: {
|
|
1862
|
-
value: `0x${string}`;
|
|
1863
1863
|
__kind: "Eth";
|
|
1864
|
-
} | {
|
|
1865
1864
|
value: `0x${string}`;
|
|
1865
|
+
} | {
|
|
1866
1866
|
__kind: "Dot";
|
|
1867
|
+
value: `0x${string}`;
|
|
1867
1868
|
} | {
|
|
1869
|
+
__kind: "Btc";
|
|
1868
1870
|
value: {
|
|
1869
|
-
value: `0x${string}`;
|
|
1870
1871
|
__kind: "P2PKH";
|
|
1871
|
-
} | {
|
|
1872
1872
|
value: `0x${string}`;
|
|
1873
|
-
__kind: "P2SH";
|
|
1874
1873
|
} | {
|
|
1874
|
+
__kind: "P2SH";
|
|
1875
1875
|
value: `0x${string}`;
|
|
1876
|
-
__kind: "P2WPKH";
|
|
1877
1876
|
} | {
|
|
1877
|
+
__kind: "P2WPKH";
|
|
1878
1878
|
value: `0x${string}`;
|
|
1879
|
-
__kind: "P2WSH";
|
|
1880
1879
|
} | {
|
|
1880
|
+
__kind: "P2WSH";
|
|
1881
1881
|
value: `0x${string}`;
|
|
1882
|
+
} | {
|
|
1882
1883
|
__kind: "Taproot";
|
|
1884
|
+
value: `0x${string}`;
|
|
1883
1885
|
} | {
|
|
1884
1886
|
__kind: "OtherSegwit";
|
|
1885
1887
|
version: number;
|
|
1886
1888
|
program: `0x${string}`;
|
|
1887
1889
|
};
|
|
1888
|
-
__kind: "Btc";
|
|
1889
1890
|
} | {
|
|
1890
|
-
value: `0x${string}`;
|
|
1891
1891
|
__kind: "Arb";
|
|
1892
|
-
} | {
|
|
1893
1892
|
value: `0x${string}`;
|
|
1894
|
-
__kind: "Sol";
|
|
1895
1893
|
} | {
|
|
1894
|
+
__kind: "Sol";
|
|
1896
1895
|
value: `0x${string}`;
|
|
1896
|
+
} | {
|
|
1897
1897
|
__kind: "Hub";
|
|
1898
|
+
value: `0x${string}`;
|
|
1898
1899
|
};
|
|
1899
|
-
__kind: "ExternalAddress";
|
|
1900
1900
|
};
|
|
1901
1901
|
refundCcmMetadata?: {
|
|
1902
1902
|
channelMetadata: {
|
|
@@ -1905,7 +1905,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1905
1905
|
ccmAdditionalData: {
|
|
1906
1906
|
__kind: "NotRequired";
|
|
1907
1907
|
} | {
|
|
1908
|
+
__kind: "Solana";
|
|
1908
1909
|
value: {
|
|
1910
|
+
__kind: "V0";
|
|
1909
1911
|
value: {
|
|
1910
1912
|
cfReceiver: {
|
|
1911
1913
|
pubkey: `0x${string}`;
|
|
@@ -1917,7 +1919,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1917
1919
|
}[];
|
|
1918
1920
|
fallbackAddress: `0x${string}`;
|
|
1919
1921
|
};
|
|
1920
|
-
__kind: "V0";
|
|
1921
1922
|
} | {
|
|
1922
1923
|
__kind: "V1";
|
|
1923
1924
|
ccmAccounts: {
|
|
@@ -1933,95 +1934,94 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1933
1934
|
};
|
|
1934
1935
|
alts: `0x${string}`[];
|
|
1935
1936
|
};
|
|
1936
|
-
__kind: "Solana";
|
|
1937
1937
|
};
|
|
1938
1938
|
};
|
|
1939
1939
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
1940
1940
|
sourceAddress?: {
|
|
1941
|
-
value: `0x${string}`;
|
|
1942
1941
|
__kind: "Eth";
|
|
1943
|
-
} | {
|
|
1944
1942
|
value: `0x${string}`;
|
|
1943
|
+
} | {
|
|
1945
1944
|
__kind: "Dot";
|
|
1945
|
+
value: `0x${string}`;
|
|
1946
1946
|
} | {
|
|
1947
|
+
__kind: "Btc";
|
|
1947
1948
|
value: {
|
|
1948
|
-
value: `0x${string}`;
|
|
1949
1949
|
__kind: "P2PKH";
|
|
1950
|
-
} | {
|
|
1951
1950
|
value: `0x${string}`;
|
|
1952
|
-
__kind: "P2SH";
|
|
1953
1951
|
} | {
|
|
1952
|
+
__kind: "P2SH";
|
|
1954
1953
|
value: `0x${string}`;
|
|
1955
|
-
__kind: "P2WPKH";
|
|
1956
1954
|
} | {
|
|
1955
|
+
__kind: "P2WPKH";
|
|
1957
1956
|
value: `0x${string}`;
|
|
1958
|
-
__kind: "P2WSH";
|
|
1959
1957
|
} | {
|
|
1958
|
+
__kind: "P2WSH";
|
|
1960
1959
|
value: `0x${string}`;
|
|
1960
|
+
} | {
|
|
1961
1961
|
__kind: "Taproot";
|
|
1962
|
+
value: `0x${string}`;
|
|
1962
1963
|
} | {
|
|
1963
1964
|
__kind: "OtherSegwit";
|
|
1964
1965
|
version: number;
|
|
1965
1966
|
program: `0x${string}`;
|
|
1966
1967
|
};
|
|
1967
|
-
__kind: "Btc";
|
|
1968
1968
|
} | {
|
|
1969
|
-
value: `0x${string}`;
|
|
1970
1969
|
__kind: "Arb";
|
|
1971
|
-
} | {
|
|
1972
1970
|
value: `0x${string}`;
|
|
1973
|
-
__kind: "Sol";
|
|
1974
1971
|
} | {
|
|
1972
|
+
__kind: "Sol";
|
|
1975
1973
|
value: `0x${string}`;
|
|
1974
|
+
} | {
|
|
1976
1975
|
__kind: "Hub";
|
|
1976
|
+
value: `0x${string}`;
|
|
1977
1977
|
} | null | undefined;
|
|
1978
1978
|
} | null | undefined;
|
|
1979
1979
|
}, {
|
|
1980
1980
|
__kind: "RefundIfExpires";
|
|
1981
1981
|
retryDuration: number;
|
|
1982
1982
|
refundAddress: {
|
|
1983
|
-
value: string;
|
|
1984
1983
|
__kind: "InternalAccount";
|
|
1984
|
+
value: string;
|
|
1985
1985
|
} | {
|
|
1986
|
+
__kind: "ExternalAddress";
|
|
1986
1987
|
value: {
|
|
1987
|
-
value: string;
|
|
1988
1988
|
__kind: "Eth";
|
|
1989
|
-
} | {
|
|
1990
1989
|
value: string;
|
|
1990
|
+
} | {
|
|
1991
1991
|
__kind: "Dot";
|
|
1992
|
+
value: string;
|
|
1992
1993
|
} | {
|
|
1994
|
+
__kind: "Btc";
|
|
1993
1995
|
value: {
|
|
1994
|
-
value: string;
|
|
1995
1996
|
__kind: "P2PKH";
|
|
1996
|
-
} | {
|
|
1997
1997
|
value: string;
|
|
1998
|
-
__kind: "P2SH";
|
|
1999
1998
|
} | {
|
|
1999
|
+
__kind: "P2SH";
|
|
2000
2000
|
value: string;
|
|
2001
|
-
__kind: "P2WPKH";
|
|
2002
2001
|
} | {
|
|
2002
|
+
__kind: "P2WPKH";
|
|
2003
2003
|
value: string;
|
|
2004
|
-
__kind: "P2WSH";
|
|
2005
2004
|
} | {
|
|
2005
|
+
__kind: "P2WSH";
|
|
2006
2006
|
value: string;
|
|
2007
|
+
} | {
|
|
2007
2008
|
__kind: "Taproot";
|
|
2009
|
+
value: string;
|
|
2008
2010
|
} | {
|
|
2009
2011
|
__kind: "OtherSegwit";
|
|
2010
2012
|
version: number;
|
|
2011
2013
|
program: string;
|
|
2012
2014
|
};
|
|
2013
|
-
__kind: "Btc";
|
|
2014
2015
|
} | {
|
|
2015
|
-
value: string;
|
|
2016
2016
|
__kind: "Arb";
|
|
2017
|
-
} | {
|
|
2018
2017
|
value: string;
|
|
2019
|
-
__kind: "Sol";
|
|
2020
2018
|
} | {
|
|
2019
|
+
__kind: "Sol";
|
|
2021
2020
|
value: string;
|
|
2021
|
+
} | {
|
|
2022
2022
|
__kind: "Hub";
|
|
2023
|
+
value: string;
|
|
2023
2024
|
};
|
|
2024
|
-
__kind: "ExternalAddress";
|
|
2025
2025
|
};
|
|
2026
2026
|
refundCcmMetadata?: {
|
|
2027
2027
|
channelMetadata: {
|
|
@@ -2030,7 +2030,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2030
2030
|
ccmAdditionalData: {
|
|
2031
2031
|
__kind: "NotRequired";
|
|
2032
2032
|
} | {
|
|
2033
|
+
__kind: "Solana";
|
|
2033
2034
|
value: {
|
|
2035
|
+
__kind: "V0";
|
|
2034
2036
|
value: {
|
|
2035
2037
|
cfReceiver: {
|
|
2036
2038
|
pubkey: string;
|
|
@@ -2042,7 +2044,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2042
2044
|
}[];
|
|
2043
2045
|
fallbackAddress: string;
|
|
2044
2046
|
};
|
|
2045
|
-
__kind: "V0";
|
|
2046
2047
|
} | {
|
|
2047
2048
|
__kind: "V1";
|
|
2048
2049
|
ccmAccounts: {
|
|
@@ -2058,104 +2059,102 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2058
2059
|
};
|
|
2059
2060
|
alts: string[];
|
|
2060
2061
|
};
|
|
2061
|
-
__kind: "Solana";
|
|
2062
2062
|
};
|
|
2063
2063
|
};
|
|
2064
2064
|
sourceChain: {
|
|
2065
2065
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2066
2066
|
};
|
|
2067
2067
|
sourceAddress?: {
|
|
2068
|
-
value: string;
|
|
2069
2068
|
__kind: "Eth";
|
|
2070
|
-
} | {
|
|
2071
2069
|
value: string;
|
|
2070
|
+
} | {
|
|
2072
2071
|
__kind: "Dot";
|
|
2072
|
+
value: string;
|
|
2073
2073
|
} | {
|
|
2074
|
+
__kind: "Btc";
|
|
2074
2075
|
value: {
|
|
2075
|
-
value: string;
|
|
2076
2076
|
__kind: "P2PKH";
|
|
2077
|
-
} | {
|
|
2078
2077
|
value: string;
|
|
2079
|
-
__kind: "P2SH";
|
|
2080
2078
|
} | {
|
|
2079
|
+
__kind: "P2SH";
|
|
2081
2080
|
value: string;
|
|
2082
|
-
__kind: "P2WPKH";
|
|
2083
2081
|
} | {
|
|
2082
|
+
__kind: "P2WPKH";
|
|
2084
2083
|
value: string;
|
|
2085
|
-
__kind: "P2WSH";
|
|
2086
2084
|
} | {
|
|
2085
|
+
__kind: "P2WSH";
|
|
2087
2086
|
value: string;
|
|
2087
|
+
} | {
|
|
2088
2088
|
__kind: "Taproot";
|
|
2089
|
+
value: string;
|
|
2089
2090
|
} | {
|
|
2090
2091
|
__kind: "OtherSegwit";
|
|
2091
2092
|
version: number;
|
|
2092
2093
|
program: string;
|
|
2093
2094
|
};
|
|
2094
|
-
__kind: "Btc";
|
|
2095
2095
|
} | {
|
|
2096
|
-
value: string;
|
|
2097
2096
|
__kind: "Arb";
|
|
2098
|
-
} | {
|
|
2099
2097
|
value: string;
|
|
2100
|
-
__kind: "Sol";
|
|
2101
2098
|
} | {
|
|
2099
|
+
__kind: "Sol";
|
|
2102
2100
|
value: string;
|
|
2101
|
+
} | {
|
|
2103
2102
|
__kind: "Hub";
|
|
2103
|
+
value: string;
|
|
2104
2104
|
} | null | undefined;
|
|
2105
2105
|
} | null | undefined;
|
|
2106
2106
|
}>]>;
|
|
2107
2107
|
minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
2108
2108
|
maxOraclePriceSlippage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2109
2109
|
}, "strip", z.ZodTypeAny, {
|
|
2110
|
-
minPrice: bigint;
|
|
2111
2110
|
expiryBehaviour: {
|
|
2112
2111
|
__kind: "NoExpiry";
|
|
2113
2112
|
} | {
|
|
2114
2113
|
__kind: "RefundIfExpires";
|
|
2115
2114
|
retryDuration: number;
|
|
2116
2115
|
refundAddress: {
|
|
2117
|
-
value: `cF${string}`;
|
|
2118
2116
|
__kind: "InternalAccount";
|
|
2117
|
+
value: `cF${string}`;
|
|
2119
2118
|
} | {
|
|
2119
|
+
__kind: "ExternalAddress";
|
|
2120
2120
|
value: {
|
|
2121
|
-
value: `0x${string}`;
|
|
2122
2121
|
__kind: "Eth";
|
|
2123
|
-
} | {
|
|
2124
2122
|
value: `0x${string}`;
|
|
2123
|
+
} | {
|
|
2125
2124
|
__kind: "Dot";
|
|
2125
|
+
value: `0x${string}`;
|
|
2126
2126
|
} | {
|
|
2127
|
+
__kind: "Btc";
|
|
2127
2128
|
value: {
|
|
2128
|
-
value: `0x${string}`;
|
|
2129
2129
|
__kind: "P2PKH";
|
|
2130
|
-
} | {
|
|
2131
2130
|
value: `0x${string}`;
|
|
2132
|
-
__kind: "P2SH";
|
|
2133
2131
|
} | {
|
|
2132
|
+
__kind: "P2SH";
|
|
2134
2133
|
value: `0x${string}`;
|
|
2135
|
-
__kind: "P2WPKH";
|
|
2136
2134
|
} | {
|
|
2135
|
+
__kind: "P2WPKH";
|
|
2137
2136
|
value: `0x${string}`;
|
|
2138
|
-
__kind: "P2WSH";
|
|
2139
2137
|
} | {
|
|
2138
|
+
__kind: "P2WSH";
|
|
2140
2139
|
value: `0x${string}`;
|
|
2140
|
+
} | {
|
|
2141
2141
|
__kind: "Taproot";
|
|
2142
|
+
value: `0x${string}`;
|
|
2142
2143
|
} | {
|
|
2143
2144
|
__kind: "OtherSegwit";
|
|
2144
2145
|
version: number;
|
|
2145
2146
|
program: `0x${string}`;
|
|
2146
2147
|
};
|
|
2147
|
-
__kind: "Btc";
|
|
2148
2148
|
} | {
|
|
2149
|
-
value: `0x${string}`;
|
|
2150
2149
|
__kind: "Arb";
|
|
2151
|
-
} | {
|
|
2152
2150
|
value: `0x${string}`;
|
|
2153
|
-
__kind: "Sol";
|
|
2154
2151
|
} | {
|
|
2152
|
+
__kind: "Sol";
|
|
2155
2153
|
value: `0x${string}`;
|
|
2154
|
+
} | {
|
|
2156
2155
|
__kind: "Hub";
|
|
2156
|
+
value: `0x${string}`;
|
|
2157
2157
|
};
|
|
2158
|
-
__kind: "ExternalAddress";
|
|
2159
2158
|
};
|
|
2160
2159
|
refundCcmMetadata?: {
|
|
2161
2160
|
channelMetadata: {
|
|
@@ -2164,7 +2163,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2164
2163
|
ccmAdditionalData: {
|
|
2165
2164
|
__kind: "NotRequired";
|
|
2166
2165
|
} | {
|
|
2166
|
+
__kind: "Solana";
|
|
2167
2167
|
value: {
|
|
2168
|
+
__kind: "V0";
|
|
2168
2169
|
value: {
|
|
2169
2170
|
cfReceiver: {
|
|
2170
2171
|
pubkey: `0x${string}`;
|
|
@@ -2176,7 +2177,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2176
2177
|
}[];
|
|
2177
2178
|
fallbackAddress: `0x${string}`;
|
|
2178
2179
|
};
|
|
2179
|
-
__kind: "V0";
|
|
2180
2180
|
} | {
|
|
2181
2181
|
__kind: "V1";
|
|
2182
2182
|
ccmAccounts: {
|
|
@@ -2192,101 +2192,100 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2192
2192
|
};
|
|
2193
2193
|
alts: `0x${string}`[];
|
|
2194
2194
|
};
|
|
2195
|
-
__kind: "Solana";
|
|
2196
2195
|
};
|
|
2197
2196
|
};
|
|
2198
2197
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2199
2198
|
sourceAddress?: {
|
|
2200
|
-
value: `0x${string}`;
|
|
2201
2199
|
__kind: "Eth";
|
|
2202
|
-
} | {
|
|
2203
2200
|
value: `0x${string}`;
|
|
2201
|
+
} | {
|
|
2204
2202
|
__kind: "Dot";
|
|
2203
|
+
value: `0x${string}`;
|
|
2205
2204
|
} | {
|
|
2205
|
+
__kind: "Btc";
|
|
2206
2206
|
value: {
|
|
2207
|
-
value: `0x${string}`;
|
|
2208
2207
|
__kind: "P2PKH";
|
|
2209
|
-
} | {
|
|
2210
2208
|
value: `0x${string}`;
|
|
2211
|
-
__kind: "P2SH";
|
|
2212
2209
|
} | {
|
|
2210
|
+
__kind: "P2SH";
|
|
2213
2211
|
value: `0x${string}`;
|
|
2214
|
-
__kind: "P2WPKH";
|
|
2215
2212
|
} | {
|
|
2213
|
+
__kind: "P2WPKH";
|
|
2216
2214
|
value: `0x${string}`;
|
|
2217
|
-
__kind: "P2WSH";
|
|
2218
2215
|
} | {
|
|
2216
|
+
__kind: "P2WSH";
|
|
2219
2217
|
value: `0x${string}`;
|
|
2218
|
+
} | {
|
|
2220
2219
|
__kind: "Taproot";
|
|
2220
|
+
value: `0x${string}`;
|
|
2221
2221
|
} | {
|
|
2222
2222
|
__kind: "OtherSegwit";
|
|
2223
2223
|
version: number;
|
|
2224
2224
|
program: `0x${string}`;
|
|
2225
2225
|
};
|
|
2226
|
-
__kind: "Btc";
|
|
2227
2226
|
} | {
|
|
2228
|
-
value: `0x${string}`;
|
|
2229
2227
|
__kind: "Arb";
|
|
2230
|
-
} | {
|
|
2231
2228
|
value: `0x${string}`;
|
|
2232
|
-
__kind: "Sol";
|
|
2233
2229
|
} | {
|
|
2230
|
+
__kind: "Sol";
|
|
2234
2231
|
value: `0x${string}`;
|
|
2232
|
+
} | {
|
|
2235
2233
|
__kind: "Hub";
|
|
2234
|
+
value: `0x${string}`;
|
|
2236
2235
|
} | null | undefined;
|
|
2237
2236
|
} | null | undefined;
|
|
2238
2237
|
};
|
|
2238
|
+
minPrice: bigint;
|
|
2239
2239
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
2240
2240
|
}, {
|
|
2241
|
-
minPrice: string | number;
|
|
2242
2241
|
expiryBehaviour: {
|
|
2243
2242
|
__kind: "NoExpiry";
|
|
2244
2243
|
} | {
|
|
2245
2244
|
__kind: "RefundIfExpires";
|
|
2246
2245
|
retryDuration: number;
|
|
2247
2246
|
refundAddress: {
|
|
2248
|
-
value: string;
|
|
2249
2247
|
__kind: "InternalAccount";
|
|
2248
|
+
value: string;
|
|
2250
2249
|
} | {
|
|
2250
|
+
__kind: "ExternalAddress";
|
|
2251
2251
|
value: {
|
|
2252
|
-
value: string;
|
|
2253
2252
|
__kind: "Eth";
|
|
2254
|
-
} | {
|
|
2255
2253
|
value: string;
|
|
2254
|
+
} | {
|
|
2256
2255
|
__kind: "Dot";
|
|
2256
|
+
value: string;
|
|
2257
2257
|
} | {
|
|
2258
|
+
__kind: "Btc";
|
|
2258
2259
|
value: {
|
|
2259
|
-
value: string;
|
|
2260
2260
|
__kind: "P2PKH";
|
|
2261
|
-
} | {
|
|
2262
2261
|
value: string;
|
|
2263
|
-
__kind: "P2SH";
|
|
2264
2262
|
} | {
|
|
2263
|
+
__kind: "P2SH";
|
|
2265
2264
|
value: string;
|
|
2266
|
-
__kind: "P2WPKH";
|
|
2267
2265
|
} | {
|
|
2266
|
+
__kind: "P2WPKH";
|
|
2268
2267
|
value: string;
|
|
2269
|
-
__kind: "P2WSH";
|
|
2270
2268
|
} | {
|
|
2269
|
+
__kind: "P2WSH";
|
|
2271
2270
|
value: string;
|
|
2271
|
+
} | {
|
|
2272
2272
|
__kind: "Taproot";
|
|
2273
|
+
value: string;
|
|
2273
2274
|
} | {
|
|
2274
2275
|
__kind: "OtherSegwit";
|
|
2275
2276
|
version: number;
|
|
2276
2277
|
program: string;
|
|
2277
2278
|
};
|
|
2278
|
-
__kind: "Btc";
|
|
2279
2279
|
} | {
|
|
2280
|
-
value: string;
|
|
2281
2280
|
__kind: "Arb";
|
|
2282
|
-
} | {
|
|
2283
2281
|
value: string;
|
|
2284
|
-
__kind: "Sol";
|
|
2285
2282
|
} | {
|
|
2283
|
+
__kind: "Sol";
|
|
2286
2284
|
value: string;
|
|
2285
|
+
} | {
|
|
2287
2286
|
__kind: "Hub";
|
|
2287
|
+
value: string;
|
|
2288
2288
|
};
|
|
2289
|
-
__kind: "ExternalAddress";
|
|
2290
2289
|
};
|
|
2291
2290
|
refundCcmMetadata?: {
|
|
2292
2291
|
channelMetadata: {
|
|
@@ -2295,7 +2294,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2295
2294
|
ccmAdditionalData: {
|
|
2296
2295
|
__kind: "NotRequired";
|
|
2297
2296
|
} | {
|
|
2297
|
+
__kind: "Solana";
|
|
2298
2298
|
value: {
|
|
2299
|
+
__kind: "V0";
|
|
2299
2300
|
value: {
|
|
2300
2301
|
cfReceiver: {
|
|
2301
2302
|
pubkey: string;
|
|
@@ -2307,7 +2308,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2307
2308
|
}[];
|
|
2308
2309
|
fallbackAddress: string;
|
|
2309
2310
|
};
|
|
2310
|
-
__kind: "V0";
|
|
2311
2311
|
} | {
|
|
2312
2312
|
__kind: "V1";
|
|
2313
2313
|
ccmAccounts: {
|
|
@@ -2323,52 +2323,52 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2323
2323
|
};
|
|
2324
2324
|
alts: string[];
|
|
2325
2325
|
};
|
|
2326
|
-
__kind: "Solana";
|
|
2327
2326
|
};
|
|
2328
2327
|
};
|
|
2329
2328
|
sourceChain: {
|
|
2330
2329
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2331
2330
|
};
|
|
2332
2331
|
sourceAddress?: {
|
|
2333
|
-
value: string;
|
|
2334
2332
|
__kind: "Eth";
|
|
2335
|
-
} | {
|
|
2336
2333
|
value: string;
|
|
2334
|
+
} | {
|
|
2337
2335
|
__kind: "Dot";
|
|
2336
|
+
value: string;
|
|
2338
2337
|
} | {
|
|
2338
|
+
__kind: "Btc";
|
|
2339
2339
|
value: {
|
|
2340
|
-
value: string;
|
|
2341
2340
|
__kind: "P2PKH";
|
|
2342
|
-
} | {
|
|
2343
2341
|
value: string;
|
|
2344
|
-
__kind: "P2SH";
|
|
2345
2342
|
} | {
|
|
2343
|
+
__kind: "P2SH";
|
|
2346
2344
|
value: string;
|
|
2347
|
-
__kind: "P2WPKH";
|
|
2348
2345
|
} | {
|
|
2346
|
+
__kind: "P2WPKH";
|
|
2349
2347
|
value: string;
|
|
2350
|
-
__kind: "P2WSH";
|
|
2351
2348
|
} | {
|
|
2349
|
+
__kind: "P2WSH";
|
|
2352
2350
|
value: string;
|
|
2351
|
+
} | {
|
|
2353
2352
|
__kind: "Taproot";
|
|
2353
|
+
value: string;
|
|
2354
2354
|
} | {
|
|
2355
2355
|
__kind: "OtherSegwit";
|
|
2356
2356
|
version: number;
|
|
2357
2357
|
program: string;
|
|
2358
2358
|
};
|
|
2359
|
-
__kind: "Btc";
|
|
2360
2359
|
} | {
|
|
2361
|
-
value: string;
|
|
2362
2360
|
__kind: "Arb";
|
|
2363
|
-
} | {
|
|
2364
2361
|
value: string;
|
|
2365
|
-
__kind: "Sol";
|
|
2366
2362
|
} | {
|
|
2363
|
+
__kind: "Sol";
|
|
2367
2364
|
value: string;
|
|
2365
|
+
} | {
|
|
2368
2366
|
__kind: "Hub";
|
|
2367
|
+
value: string;
|
|
2369
2368
|
} | null | undefined;
|
|
2370
2369
|
} | null | undefined;
|
|
2371
2370
|
};
|
|
2371
|
+
minPrice: string | number;
|
|
2372
2372
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
2373
2373
|
}>>>;
|
|
2374
2374
|
dcaParameters: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
@@ -2383,10 +2383,11 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2383
2383
|
}>>>;
|
|
2384
2384
|
}, "strip", z.ZodTypeAny, {
|
|
2385
2385
|
swapRequestId: bigint;
|
|
2386
|
-
inputAsset: "
|
|
2387
|
-
outputAsset: "
|
|
2386
|
+
inputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
2387
|
+
outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
2388
2388
|
inputAmount: bigint;
|
|
2389
2389
|
origin: {
|
|
2390
|
+
__kind: "DepositChannel";
|
|
2390
2391
|
depositAddress: {
|
|
2391
2392
|
readonly chain: "Ethereum";
|
|
2392
2393
|
readonly address: `0x${string}`;
|
|
@@ -2406,27 +2407,26 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2406
2407
|
readonly chain: "Assethub";
|
|
2407
2408
|
readonly address: string;
|
|
2408
2409
|
};
|
|
2409
|
-
__kind: "DepositChannel";
|
|
2410
2410
|
channelId: bigint;
|
|
2411
2411
|
depositBlockHeight: bigint;
|
|
2412
2412
|
brokerId: `cF${string}`;
|
|
2413
2413
|
} | {
|
|
2414
2414
|
__kind: "Vault";
|
|
2415
2415
|
txId: {
|
|
2416
|
-
value: `0x${string}`;
|
|
2417
2416
|
__kind: "Evm";
|
|
2418
|
-
} | {
|
|
2419
2417
|
value: `0x${string}`;
|
|
2418
|
+
} | {
|
|
2420
2419
|
__kind: "Bitcoin";
|
|
2420
|
+
value: `0x${string}`;
|
|
2421
2421
|
} | {
|
|
2422
|
+
__kind: "Polkadot";
|
|
2422
2423
|
value: {
|
|
2423
2424
|
blockNumber: number;
|
|
2424
2425
|
extrinsicIndex: number;
|
|
2425
2426
|
};
|
|
2426
|
-
__kind: "Polkadot";
|
|
2427
2427
|
} | {
|
|
2428
|
-
value: [`0x${string}`, bigint];
|
|
2429
2428
|
__kind: "Solana";
|
|
2429
|
+
value: [`0x${string}`, bigint];
|
|
2430
2430
|
} | {
|
|
2431
2431
|
__kind: "None";
|
|
2432
2432
|
};
|
|
@@ -2434,8 +2434,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2434
2434
|
} | {
|
|
2435
2435
|
__kind: "Internal";
|
|
2436
2436
|
} | {
|
|
2437
|
-
value: `cF${string}`;
|
|
2438
2437
|
__kind: "OnChainAccount";
|
|
2438
|
+
value: `cF${string}`;
|
|
2439
2439
|
};
|
|
2440
2440
|
requestType: {
|
|
2441
2441
|
__kind: "NetworkFee";
|
|
@@ -2471,7 +2471,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2471
2471
|
ccmAdditionalData: {
|
|
2472
2472
|
__kind: "NotRequired";
|
|
2473
2473
|
} | {
|
|
2474
|
+
__kind: "Solana";
|
|
2474
2475
|
value: {
|
|
2476
|
+
__kind: "V0";
|
|
2475
2477
|
value: {
|
|
2476
2478
|
cfReceiver: {
|
|
2477
2479
|
pubkey: `0x${string}`;
|
|
@@ -2483,7 +2485,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2483
2485
|
}[];
|
|
2484
2486
|
fallbackAddress: `0x${string}`;
|
|
2485
2487
|
};
|
|
2486
|
-
__kind: "V0";
|
|
2487
2488
|
} | {
|
|
2488
2489
|
__kind: "V1";
|
|
2489
2490
|
ccmAccounts: {
|
|
@@ -2499,7 +2500,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2499
2500
|
};
|
|
2500
2501
|
alts: `0x${string}`[];
|
|
2501
2502
|
};
|
|
2502
|
-
__kind: "Solana";
|
|
2503
2503
|
};
|
|
2504
2504
|
};
|
|
2505
2505
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
@@ -2524,8 +2524,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2524
2524
|
} | null | undefined;
|
|
2525
2525
|
} | null | undefined;
|
|
2526
2526
|
} | {
|
|
2527
|
-
accountId: `cF${string}`;
|
|
2528
2527
|
__kind: "CreditOnChain";
|
|
2528
|
+
accountId: `cF${string}`;
|
|
2529
2529
|
};
|
|
2530
2530
|
};
|
|
2531
2531
|
brokerFees: {
|
|
@@ -2533,55 +2533,54 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2533
2533
|
bps: number;
|
|
2534
2534
|
}[];
|
|
2535
2535
|
priceLimitsAndExpiry?: {
|
|
2536
|
-
minPrice: bigint;
|
|
2537
2536
|
expiryBehaviour: {
|
|
2538
2537
|
__kind: "NoExpiry";
|
|
2539
2538
|
} | {
|
|
2540
2539
|
__kind: "RefundIfExpires";
|
|
2541
2540
|
retryDuration: number;
|
|
2542
2541
|
refundAddress: {
|
|
2543
|
-
value: `cF${string}`;
|
|
2544
2542
|
__kind: "InternalAccount";
|
|
2543
|
+
value: `cF${string}`;
|
|
2545
2544
|
} | {
|
|
2545
|
+
__kind: "ExternalAddress";
|
|
2546
2546
|
value: {
|
|
2547
|
-
value: `0x${string}`;
|
|
2548
2547
|
__kind: "Eth";
|
|
2549
|
-
} | {
|
|
2550
2548
|
value: `0x${string}`;
|
|
2549
|
+
} | {
|
|
2551
2550
|
__kind: "Dot";
|
|
2551
|
+
value: `0x${string}`;
|
|
2552
2552
|
} | {
|
|
2553
|
+
__kind: "Btc";
|
|
2553
2554
|
value: {
|
|
2554
|
-
value: `0x${string}`;
|
|
2555
2555
|
__kind: "P2PKH";
|
|
2556
|
-
} | {
|
|
2557
2556
|
value: `0x${string}`;
|
|
2558
|
-
__kind: "P2SH";
|
|
2559
2557
|
} | {
|
|
2558
|
+
__kind: "P2SH";
|
|
2560
2559
|
value: `0x${string}`;
|
|
2561
|
-
__kind: "P2WPKH";
|
|
2562
2560
|
} | {
|
|
2561
|
+
__kind: "P2WPKH";
|
|
2563
2562
|
value: `0x${string}`;
|
|
2564
|
-
__kind: "P2WSH";
|
|
2565
2563
|
} | {
|
|
2564
|
+
__kind: "P2WSH";
|
|
2566
2565
|
value: `0x${string}`;
|
|
2566
|
+
} | {
|
|
2567
2567
|
__kind: "Taproot";
|
|
2568
|
+
value: `0x${string}`;
|
|
2568
2569
|
} | {
|
|
2569
2570
|
__kind: "OtherSegwit";
|
|
2570
2571
|
version: number;
|
|
2571
2572
|
program: `0x${string}`;
|
|
2572
2573
|
};
|
|
2573
|
-
__kind: "Btc";
|
|
2574
2574
|
} | {
|
|
2575
|
-
value: `0x${string}`;
|
|
2576
2575
|
__kind: "Arb";
|
|
2577
|
-
} | {
|
|
2578
2576
|
value: `0x${string}`;
|
|
2579
|
-
__kind: "Sol";
|
|
2580
2577
|
} | {
|
|
2578
|
+
__kind: "Sol";
|
|
2581
2579
|
value: `0x${string}`;
|
|
2580
|
+
} | {
|
|
2582
2581
|
__kind: "Hub";
|
|
2582
|
+
value: `0x${string}`;
|
|
2583
2583
|
};
|
|
2584
|
-
__kind: "ExternalAddress";
|
|
2585
2584
|
};
|
|
2586
2585
|
refundCcmMetadata?: {
|
|
2587
2586
|
channelMetadata: {
|
|
@@ -2590,7 +2589,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2590
2589
|
ccmAdditionalData: {
|
|
2591
2590
|
__kind: "NotRequired";
|
|
2592
2591
|
} | {
|
|
2592
|
+
__kind: "Solana";
|
|
2593
2593
|
value: {
|
|
2594
|
+
__kind: "V0";
|
|
2594
2595
|
value: {
|
|
2595
2596
|
cfReceiver: {
|
|
2596
2597
|
pubkey: `0x${string}`;
|
|
@@ -2602,7 +2603,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2602
2603
|
}[];
|
|
2603
2604
|
fallbackAddress: `0x${string}`;
|
|
2604
2605
|
};
|
|
2605
|
-
__kind: "V0";
|
|
2606
2606
|
} | {
|
|
2607
2607
|
__kind: "V1";
|
|
2608
2608
|
ccmAccounts: {
|
|
@@ -2618,50 +2618,50 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2618
2618
|
};
|
|
2619
2619
|
alts: `0x${string}`[];
|
|
2620
2620
|
};
|
|
2621
|
-
__kind: "Solana";
|
|
2622
2621
|
};
|
|
2623
2622
|
};
|
|
2624
2623
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2625
2624
|
sourceAddress?: {
|
|
2626
|
-
value: `0x${string}`;
|
|
2627
2625
|
__kind: "Eth";
|
|
2628
|
-
} | {
|
|
2629
2626
|
value: `0x${string}`;
|
|
2627
|
+
} | {
|
|
2630
2628
|
__kind: "Dot";
|
|
2629
|
+
value: `0x${string}`;
|
|
2631
2630
|
} | {
|
|
2631
|
+
__kind: "Btc";
|
|
2632
2632
|
value: {
|
|
2633
|
-
value: `0x${string}`;
|
|
2634
2633
|
__kind: "P2PKH";
|
|
2635
|
-
} | {
|
|
2636
2634
|
value: `0x${string}`;
|
|
2637
|
-
__kind: "P2SH";
|
|
2638
2635
|
} | {
|
|
2636
|
+
__kind: "P2SH";
|
|
2639
2637
|
value: `0x${string}`;
|
|
2640
|
-
__kind: "P2WPKH";
|
|
2641
2638
|
} | {
|
|
2639
|
+
__kind: "P2WPKH";
|
|
2642
2640
|
value: `0x${string}`;
|
|
2643
|
-
__kind: "P2WSH";
|
|
2644
2641
|
} | {
|
|
2642
|
+
__kind: "P2WSH";
|
|
2645
2643
|
value: `0x${string}`;
|
|
2644
|
+
} | {
|
|
2646
2645
|
__kind: "Taproot";
|
|
2646
|
+
value: `0x${string}`;
|
|
2647
2647
|
} | {
|
|
2648
2648
|
__kind: "OtherSegwit";
|
|
2649
2649
|
version: number;
|
|
2650
2650
|
program: `0x${string}`;
|
|
2651
2651
|
};
|
|
2652
|
-
__kind: "Btc";
|
|
2653
2652
|
} | {
|
|
2654
|
-
value: `0x${string}`;
|
|
2655
2653
|
__kind: "Arb";
|
|
2656
|
-
} | {
|
|
2657
2654
|
value: `0x${string}`;
|
|
2658
|
-
__kind: "Sol";
|
|
2659
2655
|
} | {
|
|
2656
|
+
__kind: "Sol";
|
|
2660
2657
|
value: `0x${string}`;
|
|
2658
|
+
} | {
|
|
2661
2659
|
__kind: "Hub";
|
|
2660
|
+
value: `0x${string}`;
|
|
2662
2661
|
} | null | undefined;
|
|
2663
2662
|
} | null | undefined;
|
|
2664
2663
|
};
|
|
2664
|
+
minPrice: bigint;
|
|
2665
2665
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
2666
2666
|
} | null | undefined;
|
|
2667
2667
|
dcaParameters?: {
|
|
@@ -2671,38 +2671,38 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2671
2671
|
}, {
|
|
2672
2672
|
swapRequestId: string | number;
|
|
2673
2673
|
inputAsset: {
|
|
2674
|
-
__kind: "
|
|
2674
|
+
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
2675
2675
|
};
|
|
2676
2676
|
outputAsset: {
|
|
2677
|
-
__kind: "
|
|
2677
|
+
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
2678
2678
|
};
|
|
2679
2679
|
inputAmount: string | number;
|
|
2680
2680
|
origin: {
|
|
2681
|
+
__kind: "DepositChannel";
|
|
2681
2682
|
depositAddress: {
|
|
2682
|
-
value: string;
|
|
2683
2683
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2684
|
+
value: string;
|
|
2684
2685
|
};
|
|
2685
|
-
__kind: "DepositChannel";
|
|
2686
2686
|
channelId: string | number;
|
|
2687
2687
|
depositBlockHeight: string | number;
|
|
2688
2688
|
brokerId: string;
|
|
2689
2689
|
} | {
|
|
2690
2690
|
__kind: "Vault";
|
|
2691
2691
|
txId: {
|
|
2692
|
-
value: string;
|
|
2693
2692
|
__kind: "Evm";
|
|
2694
|
-
} | {
|
|
2695
2693
|
value: string;
|
|
2694
|
+
} | {
|
|
2696
2695
|
__kind: "Bitcoin";
|
|
2696
|
+
value: string;
|
|
2697
2697
|
} | {
|
|
2698
|
+
__kind: "Polkadot";
|
|
2698
2699
|
value: {
|
|
2699
2700
|
blockNumber: number;
|
|
2700
2701
|
extrinsicIndex: number;
|
|
2701
2702
|
};
|
|
2702
|
-
__kind: "Polkadot";
|
|
2703
2703
|
} | {
|
|
2704
|
-
value: [string, string | number];
|
|
2705
2704
|
__kind: "Solana";
|
|
2705
|
+
value: [string, string | number];
|
|
2706
2706
|
} | {
|
|
2707
2707
|
__kind: "None";
|
|
2708
2708
|
};
|
|
@@ -2710,8 +2710,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2710
2710
|
} | {
|
|
2711
2711
|
__kind: "Internal";
|
|
2712
2712
|
} | {
|
|
2713
|
-
value: string;
|
|
2714
2713
|
__kind: "OnChainAccount";
|
|
2714
|
+
value: string;
|
|
2715
2715
|
};
|
|
2716
2716
|
requestType: {
|
|
2717
2717
|
__kind: "NetworkFee";
|
|
@@ -2722,8 +2722,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2722
2722
|
outputAction: {
|
|
2723
2723
|
__kind: "Egress";
|
|
2724
2724
|
outputAddress: {
|
|
2725
|
-
value: string;
|
|
2726
2725
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2726
|
+
value: string;
|
|
2727
2727
|
};
|
|
2728
2728
|
ccmDepositMetadata?: {
|
|
2729
2729
|
channelMetadata: {
|
|
@@ -2732,7 +2732,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2732
2732
|
ccmAdditionalData: {
|
|
2733
2733
|
__kind: "NotRequired";
|
|
2734
2734
|
} | {
|
|
2735
|
+
__kind: "Solana";
|
|
2735
2736
|
value: {
|
|
2737
|
+
__kind: "V0";
|
|
2736
2738
|
value: {
|
|
2737
2739
|
cfReceiver: {
|
|
2738
2740
|
pubkey: string;
|
|
@@ -2744,7 +2746,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2744
2746
|
}[];
|
|
2745
2747
|
fallbackAddress: string;
|
|
2746
2748
|
};
|
|
2747
|
-
__kind: "V0";
|
|
2748
2749
|
} | {
|
|
2749
2750
|
__kind: "V1";
|
|
2750
2751
|
ccmAccounts: {
|
|
@@ -2760,20 +2761,19 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2760
2761
|
};
|
|
2761
2762
|
alts: string[];
|
|
2762
2763
|
};
|
|
2763
|
-
__kind: "Solana";
|
|
2764
2764
|
};
|
|
2765
2765
|
};
|
|
2766
2766
|
sourceChain: {
|
|
2767
2767
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2768
2768
|
};
|
|
2769
2769
|
sourceAddress?: {
|
|
2770
|
-
value: string;
|
|
2771
2770
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2771
|
+
value: string;
|
|
2772
2772
|
} | null | undefined;
|
|
2773
2773
|
} | null | undefined;
|
|
2774
2774
|
} | {
|
|
2775
|
-
accountId: string;
|
|
2776
2775
|
__kind: "CreditOnChain";
|
|
2776
|
+
accountId: string;
|
|
2777
2777
|
};
|
|
2778
2778
|
};
|
|
2779
2779
|
brokerFees: {
|
|
@@ -2781,55 +2781,54 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2781
2781
|
bps: number;
|
|
2782
2782
|
}[];
|
|
2783
2783
|
priceLimitsAndExpiry?: {
|
|
2784
|
-
minPrice: string | number;
|
|
2785
2784
|
expiryBehaviour: {
|
|
2786
2785
|
__kind: "NoExpiry";
|
|
2787
2786
|
} | {
|
|
2788
2787
|
__kind: "RefundIfExpires";
|
|
2789
2788
|
retryDuration: number;
|
|
2790
2789
|
refundAddress: {
|
|
2791
|
-
value: string;
|
|
2792
2790
|
__kind: "InternalAccount";
|
|
2791
|
+
value: string;
|
|
2793
2792
|
} | {
|
|
2793
|
+
__kind: "ExternalAddress";
|
|
2794
2794
|
value: {
|
|
2795
|
-
value: string;
|
|
2796
2795
|
__kind: "Eth";
|
|
2797
|
-
} | {
|
|
2798
2796
|
value: string;
|
|
2797
|
+
} | {
|
|
2799
2798
|
__kind: "Dot";
|
|
2799
|
+
value: string;
|
|
2800
2800
|
} | {
|
|
2801
|
+
__kind: "Btc";
|
|
2801
2802
|
value: {
|
|
2802
|
-
value: string;
|
|
2803
2803
|
__kind: "P2PKH";
|
|
2804
|
-
} | {
|
|
2805
2804
|
value: string;
|
|
2806
|
-
__kind: "P2SH";
|
|
2807
2805
|
} | {
|
|
2806
|
+
__kind: "P2SH";
|
|
2808
2807
|
value: string;
|
|
2809
|
-
__kind: "P2WPKH";
|
|
2810
2808
|
} | {
|
|
2809
|
+
__kind: "P2WPKH";
|
|
2811
2810
|
value: string;
|
|
2812
|
-
__kind: "P2WSH";
|
|
2813
2811
|
} | {
|
|
2812
|
+
__kind: "P2WSH";
|
|
2814
2813
|
value: string;
|
|
2814
|
+
} | {
|
|
2815
2815
|
__kind: "Taproot";
|
|
2816
|
+
value: string;
|
|
2816
2817
|
} | {
|
|
2817
2818
|
__kind: "OtherSegwit";
|
|
2818
2819
|
version: number;
|
|
2819
2820
|
program: string;
|
|
2820
2821
|
};
|
|
2821
|
-
__kind: "Btc";
|
|
2822
2822
|
} | {
|
|
2823
|
-
value: string;
|
|
2824
2823
|
__kind: "Arb";
|
|
2825
|
-
} | {
|
|
2826
2824
|
value: string;
|
|
2827
|
-
__kind: "Sol";
|
|
2828
2825
|
} | {
|
|
2826
|
+
__kind: "Sol";
|
|
2829
2827
|
value: string;
|
|
2828
|
+
} | {
|
|
2830
2829
|
__kind: "Hub";
|
|
2830
|
+
value: string;
|
|
2831
2831
|
};
|
|
2832
|
-
__kind: "ExternalAddress";
|
|
2833
2832
|
};
|
|
2834
2833
|
refundCcmMetadata?: {
|
|
2835
2834
|
channelMetadata: {
|
|
@@ -2838,7 +2837,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2838
2837
|
ccmAdditionalData: {
|
|
2839
2838
|
__kind: "NotRequired";
|
|
2840
2839
|
} | {
|
|
2840
|
+
__kind: "Solana";
|
|
2841
2841
|
value: {
|
|
2842
|
+
__kind: "V0";
|
|
2842
2843
|
value: {
|
|
2843
2844
|
cfReceiver: {
|
|
2844
2845
|
pubkey: string;
|
|
@@ -2850,7 +2851,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2850
2851
|
}[];
|
|
2851
2852
|
fallbackAddress: string;
|
|
2852
2853
|
};
|
|
2853
|
-
__kind: "V0";
|
|
2854
2854
|
} | {
|
|
2855
2855
|
__kind: "V1";
|
|
2856
2856
|
ccmAccounts: {
|
|
@@ -2866,52 +2866,52 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2866
2866
|
};
|
|
2867
2867
|
alts: string[];
|
|
2868
2868
|
};
|
|
2869
|
-
__kind: "Solana";
|
|
2870
2869
|
};
|
|
2871
2870
|
};
|
|
2872
2871
|
sourceChain: {
|
|
2873
2872
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2874
2873
|
};
|
|
2875
2874
|
sourceAddress?: {
|
|
2876
|
-
value: string;
|
|
2877
2875
|
__kind: "Eth";
|
|
2878
|
-
} | {
|
|
2879
2876
|
value: string;
|
|
2877
|
+
} | {
|
|
2880
2878
|
__kind: "Dot";
|
|
2879
|
+
value: string;
|
|
2881
2880
|
} | {
|
|
2881
|
+
__kind: "Btc";
|
|
2882
2882
|
value: {
|
|
2883
|
-
value: string;
|
|
2884
2883
|
__kind: "P2PKH";
|
|
2885
|
-
} | {
|
|
2886
2884
|
value: string;
|
|
2887
|
-
__kind: "P2SH";
|
|
2888
2885
|
} | {
|
|
2886
|
+
__kind: "P2SH";
|
|
2889
2887
|
value: string;
|
|
2890
|
-
__kind: "P2WPKH";
|
|
2891
2888
|
} | {
|
|
2889
|
+
__kind: "P2WPKH";
|
|
2892
2890
|
value: string;
|
|
2893
|
-
__kind: "P2WSH";
|
|
2894
2891
|
} | {
|
|
2892
|
+
__kind: "P2WSH";
|
|
2895
2893
|
value: string;
|
|
2894
|
+
} | {
|
|
2896
2895
|
__kind: "Taproot";
|
|
2896
|
+
value: string;
|
|
2897
2897
|
} | {
|
|
2898
2898
|
__kind: "OtherSegwit";
|
|
2899
2899
|
version: number;
|
|
2900
2900
|
program: string;
|
|
2901
2901
|
};
|
|
2902
|
-
__kind: "Btc";
|
|
2903
2902
|
} | {
|
|
2904
|
-
value: string;
|
|
2905
2903
|
__kind: "Arb";
|
|
2906
|
-
} | {
|
|
2907
2904
|
value: string;
|
|
2908
|
-
__kind: "Sol";
|
|
2909
2905
|
} | {
|
|
2906
|
+
__kind: "Sol";
|
|
2910
2907
|
value: string;
|
|
2908
|
+
} | {
|
|
2911
2909
|
__kind: "Hub";
|
|
2910
|
+
value: string;
|
|
2912
2911
|
} | null | undefined;
|
|
2913
2912
|
} | null | undefined;
|
|
2914
2913
|
};
|
|
2914
|
+
minPrice: string | number;
|
|
2915
2915
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
2916
2916
|
} | null | undefined;
|
|
2917
2917
|
dcaParameters?: {
|
|
@@ -2924,21 +2924,21 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
2924
2924
|
inputAsset: z.ZodEffects<z.ZodObject<{
|
|
2925
2925
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
2926
2926
|
}, "strip", z.ZodTypeAny, {
|
|
2927
|
-
__kind: "
|
|
2927
|
+
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
2928
2928
|
}, {
|
|
2929
|
-
__kind: "
|
|
2930
|
-
}>, "
|
|
2931
|
-
__kind: "
|
|
2929
|
+
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
2930
|
+
}>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
|
|
2931
|
+
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
2932
2932
|
}>;
|
|
2933
2933
|
inputAmount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
2934
2934
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
2935
2935
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
2936
2936
|
}, "strip", z.ZodTypeAny, {
|
|
2937
|
-
__kind: "
|
|
2937
|
+
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
2938
2938
|
}, {
|
|
2939
|
-
__kind: "
|
|
2940
|
-
}>, "
|
|
2941
|
-
__kind: "
|
|
2939
|
+
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
2940
|
+
}>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
|
|
2941
|
+
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
2942
2942
|
}>;
|
|
2943
2943
|
origin: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
2944
2944
|
__kind: z.ZodLiteral<"DepositChannel">;
|
|
@@ -2946,11 +2946,11 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
2946
2946
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
2947
2947
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2948
2948
|
}, "strip", z.ZodTypeAny, {
|
|
2949
|
-
value: `0x${string}`;
|
|
2950
2949
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2950
|
+
value: `0x${string}`;
|
|
2951
2951
|
}, {
|
|
2952
|
-
value: string;
|
|
2953
2952
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2953
|
+
value: string;
|
|
2954
2954
|
}>, {
|
|
2955
2955
|
readonly chain: "Ethereum";
|
|
2956
2956
|
readonly address: `0x${string}`;
|
|
@@ -2970,13 +2970,14 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
2970
2970
|
readonly chain: "Assethub";
|
|
2971
2971
|
readonly address: string;
|
|
2972
2972
|
}, {
|
|
2973
|
-
value: string;
|
|
2974
2973
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2974
|
+
value: string;
|
|
2975
2975
|
}>;
|
|
2976
2976
|
channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
2977
2977
|
depositBlockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
2978
2978
|
brokerId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
|
|
2979
2979
|
}, "strip", z.ZodTypeAny, {
|
|
2980
|
+
__kind: "DepositChannel";
|
|
2980
2981
|
depositAddress: {
|
|
2981
2982
|
readonly chain: "Ethereum";
|
|
2982
2983
|
readonly address: `0x${string}`;
|
|
@@ -2996,16 +2997,15 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
2996
2997
|
readonly chain: "Assethub";
|
|
2997
2998
|
readonly address: string;
|
|
2998
2999
|
};
|
|
2999
|
-
__kind: "DepositChannel";
|
|
3000
3000
|
channelId: bigint;
|
|
3001
3001
|
depositBlockHeight: bigint;
|
|
3002
3002
|
brokerId: `cF${string}`;
|
|
3003
3003
|
}, {
|
|
3004
|
+
__kind: "DepositChannel";
|
|
3004
3005
|
depositAddress: {
|
|
3005
|
-
value: string;
|
|
3006
3006
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
3007
|
+
value: string;
|
|
3007
3008
|
};
|
|
3008
|
-
__kind: "DepositChannel";
|
|
3009
3009
|
channelId: string | number;
|
|
3010
3010
|
depositBlockHeight: string | number;
|
|
3011
3011
|
brokerId: string;
|
|
@@ -3015,20 +3015,20 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
3015
3015
|
__kind: z.ZodLiteral<"Evm">;
|
|
3016
3016
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
3017
3017
|
}, "strip", z.ZodTypeAny, {
|
|
3018
|
-
value: `0x${string}`;
|
|
3019
3018
|
__kind: "Evm";
|
|
3019
|
+
value: `0x${string}`;
|
|
3020
3020
|
}, {
|
|
3021
|
-
value: string;
|
|
3022
3021
|
__kind: "Evm";
|
|
3022
|
+
value: string;
|
|
3023
3023
|
}>, z.ZodObject<{
|
|
3024
3024
|
__kind: z.ZodLiteral<"Bitcoin">;
|
|
3025
3025
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
3026
3026
|
}, "strip", z.ZodTypeAny, {
|
|
3027
|
-
value: `0x${string}`;
|
|
3028
3027
|
__kind: "Bitcoin";
|
|
3028
|
+
value: `0x${string}`;
|
|
3029
3029
|
}, {
|
|
3030
|
-
value: string;
|
|
3031
3030
|
__kind: "Bitcoin";
|
|
3031
|
+
value: string;
|
|
3032
3032
|
}>, z.ZodObject<{
|
|
3033
3033
|
__kind: z.ZodLiteral<"Polkadot">;
|
|
3034
3034
|
value: z.ZodObject<{
|
|
@@ -3042,26 +3042,26 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
3042
3042
|
extrinsicIndex: number;
|
|
3043
3043
|
}>;
|
|
3044
3044
|
}, "strip", z.ZodTypeAny, {
|
|
3045
|
+
__kind: "Polkadot";
|
|
3045
3046
|
value: {
|
|
3046
3047
|
blockNumber: number;
|
|
3047
3048
|
extrinsicIndex: number;
|
|
3048
3049
|
};
|
|
3049
|
-
__kind: "Polkadot";
|
|
3050
3050
|
}, {
|
|
3051
|
+
__kind: "Polkadot";
|
|
3051
3052
|
value: {
|
|
3052
3053
|
blockNumber: number;
|
|
3053
3054
|
extrinsicIndex: number;
|
|
3054
3055
|
};
|
|
3055
|
-
__kind: "Polkadot";
|
|
3056
3056
|
}>, z.ZodObject<{
|
|
3057
3057
|
__kind: z.ZodLiteral<"Solana">;
|
|
3058
3058
|
value: z.ZodTuple<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>], null>;
|
|
3059
3059
|
}, "strip", z.ZodTypeAny, {
|
|
3060
|
-
value: [`0x${string}`, bigint];
|
|
3061
3060
|
__kind: "Solana";
|
|
3061
|
+
value: [`0x${string}`, bigint];
|
|
3062
3062
|
}, {
|
|
3063
|
-
value: [string, string | number];
|
|
3064
3063
|
__kind: "Solana";
|
|
3064
|
+
value: [string, string | number];
|
|
3065
3065
|
}>, z.ZodObject<{
|
|
3066
3066
|
__kind: z.ZodLiteral<"None">;
|
|
3067
3067
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -3073,20 +3073,20 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
3073
3073
|
}, "strip", z.ZodTypeAny, {
|
|
3074
3074
|
__kind: "Vault";
|
|
3075
3075
|
txId: {
|
|
3076
|
-
value: `0x${string}`;
|
|
3077
3076
|
__kind: "Evm";
|
|
3078
|
-
} | {
|
|
3079
3077
|
value: `0x${string}`;
|
|
3078
|
+
} | {
|
|
3080
3079
|
__kind: "Bitcoin";
|
|
3080
|
+
value: `0x${string}`;
|
|
3081
3081
|
} | {
|
|
3082
|
+
__kind: "Polkadot";
|
|
3082
3083
|
value: {
|
|
3083
3084
|
blockNumber: number;
|
|
3084
3085
|
extrinsicIndex: number;
|
|
3085
3086
|
};
|
|
3086
|
-
__kind: "Polkadot";
|
|
3087
3087
|
} | {
|
|
3088
|
-
value: [`0x${string}`, bigint];
|
|
3089
3088
|
__kind: "Solana";
|
|
3089
|
+
value: [`0x${string}`, bigint];
|
|
3090
3090
|
} | {
|
|
3091
3091
|
__kind: "None";
|
|
3092
3092
|
};
|
|
@@ -3094,20 +3094,20 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
3094
3094
|
}, {
|
|
3095
3095
|
__kind: "Vault";
|
|
3096
3096
|
txId: {
|
|
3097
|
-
value: string;
|
|
3098
3097
|
__kind: "Evm";
|
|
3099
|
-
} | {
|
|
3100
3098
|
value: string;
|
|
3099
|
+
} | {
|
|
3101
3100
|
__kind: "Bitcoin";
|
|
3101
|
+
value: string;
|
|
3102
3102
|
} | {
|
|
3103
|
+
__kind: "Polkadot";
|
|
3103
3104
|
value: {
|
|
3104
3105
|
blockNumber: number;
|
|
3105
3106
|
extrinsicIndex: number;
|
|
3106
3107
|
};
|
|
3107
|
-
__kind: "Polkadot";
|
|
3108
3108
|
} | {
|
|
3109
|
-
value: [string, string | number];
|
|
3110
3109
|
__kind: "Solana";
|
|
3110
|
+
value: [string, string | number];
|
|
3111
3111
|
} | {
|
|
3112
3112
|
__kind: "None";
|
|
3113
3113
|
};
|
|
@@ -3122,11 +3122,11 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
3122
3122
|
__kind: z.ZodLiteral<"OnChainAccount">;
|
|
3123
3123
|
value: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
|
|
3124
3124
|
}, "strip", z.ZodTypeAny, {
|
|
3125
|
-
value: `cF${string}`;
|
|
3126
3125
|
__kind: "OnChainAccount";
|
|
3126
|
+
value: `cF${string}`;
|
|
3127
3127
|
}, {
|
|
3128
|
-
value: string;
|
|
3129
3128
|
__kind: "OnChainAccount";
|
|
3129
|
+
value: string;
|
|
3130
3130
|
}>]>;
|
|
3131
3131
|
requestType: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
3132
3132
|
__kind: z.ZodLiteral<"NetworkFee">;
|
|
@@ -3202,6 +3202,7 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
3202
3202
|
fallbackAddress: string;
|
|
3203
3203
|
}>;
|
|
3204
3204
|
}, "strip", z.ZodTypeAny, {
|
|
3205
|
+
__kind: "V0";
|
|
3205
3206
|
value: {
|
|
3206
3207
|
cfReceiver: {
|
|
3207
3208
|
pubkey: `0x${string}`;
|
|
@@ -3213,8 +3214,8 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
3213
3214
|
}[];
|
|
3214
3215
|
fallbackAddress: `0x${string}`;
|
|
3215
3216
|
};
|
|
3216
|
-
__kind: "V0";
|
|
3217
3217
|
}, {
|
|
3218
|
+
__kind: "V0";
|
|
3218
3219
|
value: {
|
|
3219
3220
|
cfReceiver: {
|
|
3220
3221
|
pubkey: string;
|
|
@@ -3226,7 +3227,6 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
3226
3227
|
}[];
|
|
3227
3228
|
fallbackAddress: string;
|
|
3228
3229
|
};
|
|
3229
|
-
__kind: "V0";
|
|
3230
3230
|
}>, z.ZodObject<{
|
|
3231
3231
|
__kind: z.ZodLiteral<"V1">;
|
|
3232
3232
|
ccmAccounts: z.ZodObject<{
|
|
@@ -3303,7 +3303,9 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
3303
3303
|
alts: string[];
|
|
3304
3304
|
}>]>;
|
|
3305
3305
|
}, "strip", z.ZodTypeAny, {
|
|
3306
|
+
__kind: "Solana";
|
|
3306
3307
|
value: {
|
|
3308
|
+
__kind: "V0";
|
|
3307
3309
|
value: {
|
|
3308
3310
|
cfReceiver: {
|
|
3309
3311
|
pubkey: `0x${string}`;
|
|
@@ -3315,7 +3317,6 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
3315
3317
|
}[];
|
|
3316
3318
|
fallbackAddress: `0x${string}`;
|
|
3317
3319
|
};
|
|
3318
|
-
__kind: "V0";
|
|
3319
3320
|
} | {
|
|
3320
3321
|
__kind: "V1";
|
|
3321
3322
|
ccmAccounts: {
|
|
@@ -3331,9 +3332,10 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
3331
3332
|
};
|
|
3332
3333
|
alts: `0x${string}`[];
|
|
3333
3334
|
};
|
|
3334
|
-
__kind: "Solana";
|
|
3335
3335
|
}, {
|
|
3336
|
+
__kind: "Solana";
|
|
3336
3337
|
value: {
|
|
3338
|
+
__kind: "V0";
|
|
3337
3339
|
value: {
|
|
3338
3340
|
cfReceiver: {
|
|
3339
3341
|
pubkey: string;
|
|
@@ -3345,7 +3347,6 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
3345
3347
|
}[];
|
|
3346
3348
|
fallbackAddress: string;
|
|
3347
3349
|
};
|
|
3348
|
-
__kind: "V0";
|
|
3349
3350
|
} | {
|
|
3350
3351
|
__kind: "V1";
|
|
3351
3352
|
ccmAccounts: {
|
|
@@ -3361,7 +3362,6 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
3361
3362
|
};
|
|
3362
3363
|
alts: string[];
|
|
3363
3364
|
};
|
|
3364
|
-
__kind: "Solana";
|
|
3365
3365
|
}>]>;
|
|
3366
3366
|
}, "strip", z.ZodTypeAny, {
|
|
3367
3367
|
message: `0x${string}`;
|
|
@@ -3369,7 +3369,9 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
3369
3369
|
ccmAdditionalData: {
|
|
3370
3370
|
__kind: "NotRequired";
|
|
3371
3371
|
} | {
|
|
3372
|
+
__kind: "Solana";
|
|
3372
3373
|
value: {
|
|
3374
|
+
__kind: "V0";
|
|
3373
3375
|
value: {
|
|
3374
3376
|
cfReceiver: {
|
|
3375
3377
|
pubkey: `0x${string}`;
|
|
@@ -3381,7 +3383,6 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
3381
3383
|
}[];
|
|
3382
3384
|
fallbackAddress: `0x${string}`;
|
|
3383
3385
|
};
|
|
3384
|
-
__kind: "V0";
|
|
3385
3386
|
} | {
|
|
3386
3387
|
__kind: "V1";
|
|
3387
3388
|
ccmAccounts: {
|
|
@@ -3397,7 +3398,6 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
3397
3398
|
};
|
|
3398
3399
|
alts: `0x${string}`[];
|
|
3399
3400
|
};
|
|
3400
|
-
__kind: "Solana";
|
|
3401
3401
|
};
|
|
3402
3402
|
}, {
|
|
3403
3403
|
message: string;
|
|
@@ -3405,7 +3405,9 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
3405
3405
|
ccmAdditionalData: {
|
|
3406
3406
|
__kind: "NotRequired";
|
|
3407
3407
|
} | {
|
|
3408
|
+
__kind: "Solana";
|
|
3408
3409
|
value: {
|
|
3410
|
+
__kind: "V0";
|
|
3409
3411
|
value: {
|
|
3410
3412
|
cfReceiver: {
|
|
3411
3413
|
pubkey: string;
|
|
@@ -3417,7 +3419,6 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
3417
3419
|
}[];
|
|
3418
3420
|
fallbackAddress: string;
|
|
3419
3421
|
};
|
|
3420
|
-
__kind: "V0";
|
|
3421
3422
|
} | {
|
|
3422
3423
|
__kind: "V1";
|
|
3423
3424
|
ccmAccounts: {
|
|
@@ -3433,7 +3434,6 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
3433
3434
|
};
|
|
3434
3435
|
alts: string[];
|
|
3435
3436
|
};
|
|
3436
|
-
__kind: "Solana";
|
|
3437
3437
|
};
|
|
3438
3438
|
}>;
|
|
3439
3439
|
sourceChain: z.ZodEffects<z.ZodObject<{
|
|
@@ -3449,11 +3449,11 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
3449
3449
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
3450
3450
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
3451
3451
|
}, "strip", z.ZodTypeAny, {
|
|
3452
|
-
value: `0x${string}`;
|
|
3453
3452
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
3453
|
+
value: `0x${string}`;
|
|
3454
3454
|
}, {
|
|
3455
|
-
value: string;
|
|
3456
3455
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
3456
|
+
value: string;
|
|
3457
3457
|
}>, {
|
|
3458
3458
|
readonly chain: "Ethereum";
|
|
3459
3459
|
readonly address: `0x${string}`;
|
|
@@ -3473,8 +3473,8 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
3473
3473
|
readonly chain: "Assethub";
|
|
3474
3474
|
readonly address: string;
|
|
3475
3475
|
}, {
|
|
3476
|
-
value: string;
|
|
3477
3476
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
3477
|
+
value: string;
|
|
3478
3478
|
}>>>;
|
|
3479
3479
|
}, "strip", z.ZodTypeAny, {
|
|
3480
3480
|
channelMetadata: {
|
|
@@ -3483,7 +3483,9 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
3483
3483
|
ccmAdditionalData: {
|
|
3484
3484
|
__kind: "NotRequired";
|
|
3485
3485
|
} | {
|
|
3486
|
+
__kind: "Solana";
|
|
3486
3487
|
value: {
|
|
3488
|
+
__kind: "V0";
|
|
3487
3489
|
value: {
|
|
3488
3490
|
cfReceiver: {
|
|
3489
3491
|
pubkey: `0x${string}`;
|
|
@@ -3495,7 +3497,6 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
3495
3497
|
}[];
|
|
3496
3498
|
fallbackAddress: `0x${string}`;
|
|
3497
3499
|
};
|
|
3498
|
-
__kind: "V0";
|
|
3499
3500
|
} | {
|
|
3500
3501
|
__kind: "V1";
|
|
3501
3502
|
ccmAccounts: {
|
|
@@ -3511,7 +3512,6 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
3511
3512
|
};
|
|
3512
3513
|
alts: `0x${string}`[];
|
|
3513
3514
|
};
|
|
3514
|
-
__kind: "Solana";
|
|
3515
3515
|
};
|
|
3516
3516
|
};
|
|
3517
3517
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
@@ -3541,7 +3541,9 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
3541
3541
|
ccmAdditionalData: {
|
|
3542
3542
|
__kind: "NotRequired";
|
|
3543
3543
|
} | {
|
|
3544
|
+
__kind: "Solana";
|
|
3544
3545
|
value: {
|
|
3546
|
+
__kind: "V0";
|
|
3545
3547
|
value: {
|
|
3546
3548
|
cfReceiver: {
|
|
3547
3549
|
pubkey: string;
|
|
@@ -3553,7 +3555,6 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
3553
3555
|
}[];
|
|
3554
3556
|
fallbackAddress: string;
|
|
3555
3557
|
};
|
|
3556
|
-
__kind: "V0";
|
|
3557
3558
|
} | {
|
|
3558
3559
|
__kind: "V1";
|
|
3559
3560
|
ccmAccounts: {
|
|
@@ -3569,26 +3570,25 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
3569
3570
|
};
|
|
3570
3571
|
alts: string[];
|
|
3571
3572
|
};
|
|
3572
|
-
__kind: "Solana";
|
|
3573
3573
|
};
|
|
3574
3574
|
};
|
|
3575
3575
|
sourceChain: {
|
|
3576
3576
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
3577
3577
|
};
|
|
3578
3578
|
sourceAddress?: {
|
|
3579
|
-
value: string;
|
|
3580
3579
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
3580
|
+
value: string;
|
|
3581
3581
|
} | null | undefined;
|
|
3582
3582
|
}>>>;
|
|
3583
3583
|
outputAddress: z.ZodEffects<z.ZodObject<{
|
|
3584
3584
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
3585
3585
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
3586
3586
|
}, "strip", z.ZodTypeAny, {
|
|
3587
|
-
value: `0x${string}`;
|
|
3588
3587
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
3588
|
+
value: `0x${string}`;
|
|
3589
3589
|
}, {
|
|
3590
|
-
value: string;
|
|
3591
3590
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
3591
|
+
value: string;
|
|
3592
3592
|
}>, {
|
|
3593
3593
|
readonly chain: "Ethereum";
|
|
3594
3594
|
readonly address: `0x${string}`;
|
|
@@ -3608,8 +3608,8 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
3608
3608
|
readonly chain: "Assethub";
|
|
3609
3609
|
readonly address: string;
|
|
3610
3610
|
}, {
|
|
3611
|
-
value: string;
|
|
3612
3611
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
3612
|
+
value: string;
|
|
3613
3613
|
}>;
|
|
3614
3614
|
}, "strip", z.ZodTypeAny, {
|
|
3615
3615
|
__kind: "Egress";
|
|
@@ -3639,7 +3639,9 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
3639
3639
|
ccmAdditionalData: {
|
|
3640
3640
|
__kind: "NotRequired";
|
|
3641
3641
|
} | {
|
|
3642
|
+
__kind: "Solana";
|
|
3642
3643
|
value: {
|
|
3644
|
+
__kind: "V0";
|
|
3643
3645
|
value: {
|
|
3644
3646
|
cfReceiver: {
|
|
3645
3647
|
pubkey: `0x${string}`;
|
|
@@ -3651,7 +3653,6 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
3651
3653
|
}[];
|
|
3652
3654
|
fallbackAddress: `0x${string}`;
|
|
3653
3655
|
};
|
|
3654
|
-
__kind: "V0";
|
|
3655
3656
|
} | {
|
|
3656
3657
|
__kind: "V1";
|
|
3657
3658
|
ccmAccounts: {
|
|
@@ -3667,7 +3668,6 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
3667
3668
|
};
|
|
3668
3669
|
alts: `0x${string}`[];
|
|
3669
3670
|
};
|
|
3670
|
-
__kind: "Solana";
|
|
3671
3671
|
};
|
|
3672
3672
|
};
|
|
3673
3673
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
@@ -3694,8 +3694,8 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
3694
3694
|
}, {
|
|
3695
3695
|
__kind: "Egress";
|
|
3696
3696
|
outputAddress: {
|
|
3697
|
-
value: string;
|
|
3698
3697
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
3698
|
+
value: string;
|
|
3699
3699
|
};
|
|
3700
3700
|
ccmDepositMetadata?: {
|
|
3701
3701
|
channelMetadata: {
|
|
@@ -3704,7 +3704,9 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
3704
3704
|
ccmAdditionalData: {
|
|
3705
3705
|
__kind: "NotRequired";
|
|
3706
3706
|
} | {
|
|
3707
|
+
__kind: "Solana";
|
|
3707
3708
|
value: {
|
|
3709
|
+
__kind: "V0";
|
|
3708
3710
|
value: {
|
|
3709
3711
|
cfReceiver: {
|
|
3710
3712
|
pubkey: string;
|
|
@@ -3716,7 +3718,6 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
3716
3718
|
}[];
|
|
3717
3719
|
fallbackAddress: string;
|
|
3718
3720
|
};
|
|
3719
|
-
__kind: "V0";
|
|
3720
3721
|
} | {
|
|
3721
3722
|
__kind: "V1";
|
|
3722
3723
|
ccmAccounts: {
|
|
@@ -3732,26 +3733,25 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
3732
3733
|
};
|
|
3733
3734
|
alts: string[];
|
|
3734
3735
|
};
|
|
3735
|
-
__kind: "Solana";
|
|
3736
3736
|
};
|
|
3737
3737
|
};
|
|
3738
3738
|
sourceChain: {
|
|
3739
3739
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
3740
3740
|
};
|
|
3741
3741
|
sourceAddress?: {
|
|
3742
|
-
value: string;
|
|
3743
3742
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
3743
|
+
value: string;
|
|
3744
3744
|
} | null | undefined;
|
|
3745
3745
|
} | null | undefined;
|
|
3746
3746
|
}>, z.ZodObject<{
|
|
3747
3747
|
__kind: z.ZodLiteral<"CreditOnChain">;
|
|
3748
3748
|
accountId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
|
|
3749
3749
|
}, "strip", z.ZodTypeAny, {
|
|
3750
|
-
accountId: `cF${string}`;
|
|
3751
3750
|
__kind: "CreditOnChain";
|
|
3751
|
+
accountId: `cF${string}`;
|
|
3752
3752
|
}, {
|
|
3753
|
-
accountId: string;
|
|
3754
3753
|
__kind: "CreditOnChain";
|
|
3754
|
+
accountId: string;
|
|
3755
3755
|
}>]>;
|
|
3756
3756
|
}, "strip", z.ZodTypeAny, {
|
|
3757
3757
|
__kind: "Regular";
|
|
@@ -3783,7 +3783,9 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
3783
3783
|
ccmAdditionalData: {
|
|
3784
3784
|
__kind: "NotRequired";
|
|
3785
3785
|
} | {
|
|
3786
|
+
__kind: "Solana";
|
|
3786
3787
|
value: {
|
|
3788
|
+
__kind: "V0";
|
|
3787
3789
|
value: {
|
|
3788
3790
|
cfReceiver: {
|
|
3789
3791
|
pubkey: `0x${string}`;
|
|
@@ -3795,7 +3797,6 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
3795
3797
|
}[];
|
|
3796
3798
|
fallbackAddress: `0x${string}`;
|
|
3797
3799
|
};
|
|
3798
|
-
__kind: "V0";
|
|
3799
3800
|
} | {
|
|
3800
3801
|
__kind: "V1";
|
|
3801
3802
|
ccmAccounts: {
|
|
@@ -3811,7 +3812,6 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
3811
3812
|
};
|
|
3812
3813
|
alts: `0x${string}`[];
|
|
3813
3814
|
};
|
|
3814
|
-
__kind: "Solana";
|
|
3815
3815
|
};
|
|
3816
3816
|
};
|
|
3817
3817
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
@@ -3836,16 +3836,16 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
3836
3836
|
} | null | undefined;
|
|
3837
3837
|
} | null | undefined;
|
|
3838
3838
|
} | {
|
|
3839
|
-
accountId: `cF${string}`;
|
|
3840
3839
|
__kind: "CreditOnChain";
|
|
3840
|
+
accountId: `cF${string}`;
|
|
3841
3841
|
};
|
|
3842
3842
|
}, {
|
|
3843
3843
|
__kind: "Regular";
|
|
3844
3844
|
outputAction: {
|
|
3845
3845
|
__kind: "Egress";
|
|
3846
3846
|
outputAddress: {
|
|
3847
|
-
value: string;
|
|
3848
3847
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
3848
|
+
value: string;
|
|
3849
3849
|
};
|
|
3850
3850
|
ccmDepositMetadata?: {
|
|
3851
3851
|
channelMetadata: {
|
|
@@ -3854,7 +3854,9 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
3854
3854
|
ccmAdditionalData: {
|
|
3855
3855
|
__kind: "NotRequired";
|
|
3856
3856
|
} | {
|
|
3857
|
+
__kind: "Solana";
|
|
3857
3858
|
value: {
|
|
3859
|
+
__kind: "V0";
|
|
3858
3860
|
value: {
|
|
3859
3861
|
cfReceiver: {
|
|
3860
3862
|
pubkey: string;
|
|
@@ -3866,7 +3868,6 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
3866
3868
|
}[];
|
|
3867
3869
|
fallbackAddress: string;
|
|
3868
3870
|
};
|
|
3869
|
-
__kind: "V0";
|
|
3870
3871
|
} | {
|
|
3871
3872
|
__kind: "V1";
|
|
3872
3873
|
ccmAccounts: {
|
|
@@ -3882,20 +3883,19 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
3882
3883
|
};
|
|
3883
3884
|
alts: string[];
|
|
3884
3885
|
};
|
|
3885
|
-
__kind: "Solana";
|
|
3886
3886
|
};
|
|
3887
3887
|
};
|
|
3888
3888
|
sourceChain: {
|
|
3889
3889
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
3890
3890
|
};
|
|
3891
3891
|
sourceAddress?: {
|
|
3892
|
-
value: string;
|
|
3893
3892
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
3893
|
+
value: string;
|
|
3894
3894
|
} | null | undefined;
|
|
3895
3895
|
} | null | undefined;
|
|
3896
3896
|
} | {
|
|
3897
|
-
accountId: string;
|
|
3898
3897
|
__kind: "CreditOnChain";
|
|
3898
|
+
accountId: string;
|
|
3899
3899
|
};
|
|
3900
3900
|
}>]>;
|
|
3901
3901
|
brokerFees: z.ZodArray<z.ZodObject<{
|
|
@@ -3922,78 +3922,78 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
3922
3922
|
__kind: z.ZodLiteral<"InternalAccount">;
|
|
3923
3923
|
value: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
|
|
3924
3924
|
}, "strip", z.ZodTypeAny, {
|
|
3925
|
-
value: `cF${string}`;
|
|
3926
3925
|
__kind: "InternalAccount";
|
|
3926
|
+
value: `cF${string}`;
|
|
3927
3927
|
}, {
|
|
3928
|
-
value: string;
|
|
3929
3928
|
__kind: "InternalAccount";
|
|
3929
|
+
value: string;
|
|
3930
3930
|
}>, z.ZodObject<{
|
|
3931
3931
|
__kind: z.ZodLiteral<"ExternalAddress">;
|
|
3932
3932
|
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
3933
3933
|
__kind: z.ZodLiteral<"Eth">;
|
|
3934
3934
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
3935
3935
|
}, "strip", z.ZodTypeAny, {
|
|
3936
|
-
value: `0x${string}`;
|
|
3937
3936
|
__kind: "Eth";
|
|
3937
|
+
value: `0x${string}`;
|
|
3938
3938
|
}, {
|
|
3939
|
-
value: string;
|
|
3940
3939
|
__kind: "Eth";
|
|
3940
|
+
value: string;
|
|
3941
3941
|
}>, z.ZodObject<{
|
|
3942
3942
|
__kind: z.ZodLiteral<"Dot">;
|
|
3943
3943
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
3944
3944
|
}, "strip", z.ZodTypeAny, {
|
|
3945
|
-
value: `0x${string}`;
|
|
3946
3945
|
__kind: "Dot";
|
|
3946
|
+
value: `0x${string}`;
|
|
3947
3947
|
}, {
|
|
3948
|
-
value: string;
|
|
3949
3948
|
__kind: "Dot";
|
|
3949
|
+
value: string;
|
|
3950
3950
|
}>, z.ZodObject<{
|
|
3951
3951
|
__kind: z.ZodLiteral<"Btc">;
|
|
3952
3952
|
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
3953
3953
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
3954
3954
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
3955
3955
|
}, "strip", z.ZodTypeAny, {
|
|
3956
|
-
value: `0x${string}`;
|
|
3957
3956
|
__kind: "P2PKH";
|
|
3957
|
+
value: `0x${string}`;
|
|
3958
3958
|
}, {
|
|
3959
|
-
value: string;
|
|
3960
3959
|
__kind: "P2PKH";
|
|
3960
|
+
value: string;
|
|
3961
3961
|
}>, z.ZodObject<{
|
|
3962
3962
|
__kind: z.ZodLiteral<"P2SH">;
|
|
3963
3963
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
3964
3964
|
}, "strip", z.ZodTypeAny, {
|
|
3965
|
-
value: `0x${string}`;
|
|
3966
3965
|
__kind: "P2SH";
|
|
3966
|
+
value: `0x${string}`;
|
|
3967
3967
|
}, {
|
|
3968
|
-
value: string;
|
|
3969
3968
|
__kind: "P2SH";
|
|
3969
|
+
value: string;
|
|
3970
3970
|
}>, z.ZodObject<{
|
|
3971
3971
|
__kind: z.ZodLiteral<"P2WPKH">;
|
|
3972
3972
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
3973
3973
|
}, "strip", z.ZodTypeAny, {
|
|
3974
|
-
value: `0x${string}`;
|
|
3975
3974
|
__kind: "P2WPKH";
|
|
3975
|
+
value: `0x${string}`;
|
|
3976
3976
|
}, {
|
|
3977
|
-
value: string;
|
|
3978
3977
|
__kind: "P2WPKH";
|
|
3978
|
+
value: string;
|
|
3979
3979
|
}>, z.ZodObject<{
|
|
3980
3980
|
__kind: z.ZodLiteral<"P2WSH">;
|
|
3981
3981
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
3982
3982
|
}, "strip", z.ZodTypeAny, {
|
|
3983
|
-
value: `0x${string}`;
|
|
3984
3983
|
__kind: "P2WSH";
|
|
3984
|
+
value: `0x${string}`;
|
|
3985
3985
|
}, {
|
|
3986
|
-
value: string;
|
|
3987
3986
|
__kind: "P2WSH";
|
|
3987
|
+
value: string;
|
|
3988
3988
|
}>, z.ZodObject<{
|
|
3989
3989
|
__kind: z.ZodLiteral<"Taproot">;
|
|
3990
3990
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
3991
3991
|
}, "strip", z.ZodTypeAny, {
|
|
3992
|
-
value: `0x${string}`;
|
|
3993
3992
|
__kind: "Taproot";
|
|
3993
|
+
value: `0x${string}`;
|
|
3994
3994
|
}, {
|
|
3995
|
-
value: string;
|
|
3996
3995
|
__kind: "Taproot";
|
|
3996
|
+
value: string;
|
|
3997
3997
|
}>, z.ZodObject<{
|
|
3998
3998
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
3999
3999
|
version: z.ZodNumber;
|
|
@@ -4008,157 +4008,157 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
4008
4008
|
program: string;
|
|
4009
4009
|
}>]>;
|
|
4010
4010
|
}, "strip", z.ZodTypeAny, {
|
|
4011
|
+
__kind: "Btc";
|
|
4011
4012
|
value: {
|
|
4012
|
-
value: `0x${string}`;
|
|
4013
4013
|
__kind: "P2PKH";
|
|
4014
|
-
} | {
|
|
4015
4014
|
value: `0x${string}`;
|
|
4016
|
-
__kind: "P2SH";
|
|
4017
4015
|
} | {
|
|
4016
|
+
__kind: "P2SH";
|
|
4018
4017
|
value: `0x${string}`;
|
|
4019
|
-
__kind: "P2WPKH";
|
|
4020
4018
|
} | {
|
|
4019
|
+
__kind: "P2WPKH";
|
|
4021
4020
|
value: `0x${string}`;
|
|
4022
|
-
__kind: "P2WSH";
|
|
4023
4021
|
} | {
|
|
4022
|
+
__kind: "P2WSH";
|
|
4024
4023
|
value: `0x${string}`;
|
|
4024
|
+
} | {
|
|
4025
4025
|
__kind: "Taproot";
|
|
4026
|
+
value: `0x${string}`;
|
|
4026
4027
|
} | {
|
|
4027
4028
|
__kind: "OtherSegwit";
|
|
4028
4029
|
version: number;
|
|
4029
4030
|
program: `0x${string}`;
|
|
4030
4031
|
};
|
|
4031
|
-
__kind: "Btc";
|
|
4032
4032
|
}, {
|
|
4033
|
+
__kind: "Btc";
|
|
4033
4034
|
value: {
|
|
4034
|
-
value: string;
|
|
4035
4035
|
__kind: "P2PKH";
|
|
4036
|
-
} | {
|
|
4037
4036
|
value: string;
|
|
4038
|
-
__kind: "P2SH";
|
|
4039
4037
|
} | {
|
|
4038
|
+
__kind: "P2SH";
|
|
4040
4039
|
value: string;
|
|
4041
|
-
__kind: "P2WPKH";
|
|
4042
4040
|
} | {
|
|
4041
|
+
__kind: "P2WPKH";
|
|
4043
4042
|
value: string;
|
|
4044
|
-
__kind: "P2WSH";
|
|
4045
4043
|
} | {
|
|
4044
|
+
__kind: "P2WSH";
|
|
4046
4045
|
value: string;
|
|
4046
|
+
} | {
|
|
4047
4047
|
__kind: "Taproot";
|
|
4048
|
+
value: string;
|
|
4048
4049
|
} | {
|
|
4049
4050
|
__kind: "OtherSegwit";
|
|
4050
4051
|
version: number;
|
|
4051
4052
|
program: string;
|
|
4052
4053
|
};
|
|
4053
|
-
__kind: "Btc";
|
|
4054
4054
|
}>, z.ZodObject<{
|
|
4055
4055
|
__kind: z.ZodLiteral<"Arb">;
|
|
4056
4056
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
4057
4057
|
}, "strip", z.ZodTypeAny, {
|
|
4058
|
-
value: `0x${string}`;
|
|
4059
4058
|
__kind: "Arb";
|
|
4059
|
+
value: `0x${string}`;
|
|
4060
4060
|
}, {
|
|
4061
|
-
value: string;
|
|
4062
4061
|
__kind: "Arb";
|
|
4062
|
+
value: string;
|
|
4063
4063
|
}>, z.ZodObject<{
|
|
4064
4064
|
__kind: z.ZodLiteral<"Sol">;
|
|
4065
4065
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
4066
4066
|
}, "strip", z.ZodTypeAny, {
|
|
4067
|
-
value: `0x${string}`;
|
|
4068
4067
|
__kind: "Sol";
|
|
4068
|
+
value: `0x${string}`;
|
|
4069
4069
|
}, {
|
|
4070
|
-
value: string;
|
|
4071
4070
|
__kind: "Sol";
|
|
4071
|
+
value: string;
|
|
4072
4072
|
}>, z.ZodObject<{
|
|
4073
4073
|
__kind: z.ZodLiteral<"Hub">;
|
|
4074
4074
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
4075
4075
|
}, "strip", z.ZodTypeAny, {
|
|
4076
|
-
value: `0x${string}`;
|
|
4077
4076
|
__kind: "Hub";
|
|
4077
|
+
value: `0x${string}`;
|
|
4078
4078
|
}, {
|
|
4079
|
-
value: string;
|
|
4080
4079
|
__kind: "Hub";
|
|
4080
|
+
value: string;
|
|
4081
4081
|
}>]>;
|
|
4082
4082
|
}, "strip", z.ZodTypeAny, {
|
|
4083
|
+
__kind: "ExternalAddress";
|
|
4083
4084
|
value: {
|
|
4084
|
-
value: `0x${string}`;
|
|
4085
4085
|
__kind: "Eth";
|
|
4086
|
-
} | {
|
|
4087
4086
|
value: `0x${string}`;
|
|
4087
|
+
} | {
|
|
4088
4088
|
__kind: "Dot";
|
|
4089
|
+
value: `0x${string}`;
|
|
4089
4090
|
} | {
|
|
4091
|
+
__kind: "Btc";
|
|
4090
4092
|
value: {
|
|
4091
|
-
value: `0x${string}`;
|
|
4092
4093
|
__kind: "P2PKH";
|
|
4093
|
-
} | {
|
|
4094
4094
|
value: `0x${string}`;
|
|
4095
|
-
__kind: "P2SH";
|
|
4096
4095
|
} | {
|
|
4096
|
+
__kind: "P2SH";
|
|
4097
4097
|
value: `0x${string}`;
|
|
4098
|
-
__kind: "P2WPKH";
|
|
4099
4098
|
} | {
|
|
4099
|
+
__kind: "P2WPKH";
|
|
4100
4100
|
value: `0x${string}`;
|
|
4101
|
-
__kind: "P2WSH";
|
|
4102
4101
|
} | {
|
|
4102
|
+
__kind: "P2WSH";
|
|
4103
4103
|
value: `0x${string}`;
|
|
4104
|
+
} | {
|
|
4104
4105
|
__kind: "Taproot";
|
|
4106
|
+
value: `0x${string}`;
|
|
4105
4107
|
} | {
|
|
4106
4108
|
__kind: "OtherSegwit";
|
|
4107
4109
|
version: number;
|
|
4108
4110
|
program: `0x${string}`;
|
|
4109
4111
|
};
|
|
4110
|
-
__kind: "Btc";
|
|
4111
4112
|
} | {
|
|
4112
|
-
value: `0x${string}`;
|
|
4113
4113
|
__kind: "Arb";
|
|
4114
|
-
} | {
|
|
4115
4114
|
value: `0x${string}`;
|
|
4116
|
-
__kind: "Sol";
|
|
4117
4115
|
} | {
|
|
4116
|
+
__kind: "Sol";
|
|
4118
4117
|
value: `0x${string}`;
|
|
4118
|
+
} | {
|
|
4119
4119
|
__kind: "Hub";
|
|
4120
|
+
value: `0x${string}`;
|
|
4120
4121
|
};
|
|
4121
|
-
__kind: "ExternalAddress";
|
|
4122
4122
|
}, {
|
|
4123
|
+
__kind: "ExternalAddress";
|
|
4123
4124
|
value: {
|
|
4124
|
-
value: string;
|
|
4125
4125
|
__kind: "Eth";
|
|
4126
|
-
} | {
|
|
4127
4126
|
value: string;
|
|
4127
|
+
} | {
|
|
4128
4128
|
__kind: "Dot";
|
|
4129
|
+
value: string;
|
|
4129
4130
|
} | {
|
|
4131
|
+
__kind: "Btc";
|
|
4130
4132
|
value: {
|
|
4131
|
-
value: string;
|
|
4132
4133
|
__kind: "P2PKH";
|
|
4133
|
-
} | {
|
|
4134
4134
|
value: string;
|
|
4135
|
-
__kind: "P2SH";
|
|
4136
4135
|
} | {
|
|
4136
|
+
__kind: "P2SH";
|
|
4137
4137
|
value: string;
|
|
4138
|
-
__kind: "P2WPKH";
|
|
4139
4138
|
} | {
|
|
4139
|
+
__kind: "P2WPKH";
|
|
4140
4140
|
value: string;
|
|
4141
|
-
__kind: "P2WSH";
|
|
4142
4141
|
} | {
|
|
4142
|
+
__kind: "P2WSH";
|
|
4143
4143
|
value: string;
|
|
4144
|
+
} | {
|
|
4144
4145
|
__kind: "Taproot";
|
|
4146
|
+
value: string;
|
|
4145
4147
|
} | {
|
|
4146
4148
|
__kind: "OtherSegwit";
|
|
4147
4149
|
version: number;
|
|
4148
4150
|
program: string;
|
|
4149
4151
|
};
|
|
4150
|
-
__kind: "Btc";
|
|
4151
4152
|
} | {
|
|
4152
|
-
value: string;
|
|
4153
4153
|
__kind: "Arb";
|
|
4154
|
-
} | {
|
|
4155
4154
|
value: string;
|
|
4156
|
-
__kind: "Sol";
|
|
4157
4155
|
} | {
|
|
4156
|
+
__kind: "Sol";
|
|
4158
4157
|
value: string;
|
|
4158
|
+
} | {
|
|
4159
4159
|
__kind: "Hub";
|
|
4160
|
+
value: string;
|
|
4160
4161
|
};
|
|
4161
|
-
__kind: "ExternalAddress";
|
|
4162
4162
|
}>]>;
|
|
4163
4163
|
refundCcmMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
4164
4164
|
channelMetadata: z.ZodObject<{
|
|
@@ -4218,6 +4218,7 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
4218
4218
|
fallbackAddress: string;
|
|
4219
4219
|
}>;
|
|
4220
4220
|
}, "strip", z.ZodTypeAny, {
|
|
4221
|
+
__kind: "V0";
|
|
4221
4222
|
value: {
|
|
4222
4223
|
cfReceiver: {
|
|
4223
4224
|
pubkey: `0x${string}`;
|
|
@@ -4229,8 +4230,8 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
4229
4230
|
}[];
|
|
4230
4231
|
fallbackAddress: `0x${string}`;
|
|
4231
4232
|
};
|
|
4232
|
-
__kind: "V0";
|
|
4233
4233
|
}, {
|
|
4234
|
+
__kind: "V0";
|
|
4234
4235
|
value: {
|
|
4235
4236
|
cfReceiver: {
|
|
4236
4237
|
pubkey: string;
|
|
@@ -4242,7 +4243,6 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
4242
4243
|
}[];
|
|
4243
4244
|
fallbackAddress: string;
|
|
4244
4245
|
};
|
|
4245
|
-
__kind: "V0";
|
|
4246
4246
|
}>, z.ZodObject<{
|
|
4247
4247
|
__kind: z.ZodLiteral<"V1">;
|
|
4248
4248
|
ccmAccounts: z.ZodObject<{
|
|
@@ -4319,7 +4319,9 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
4319
4319
|
alts: string[];
|
|
4320
4320
|
}>]>;
|
|
4321
4321
|
}, "strip", z.ZodTypeAny, {
|
|
4322
|
+
__kind: "Solana";
|
|
4322
4323
|
value: {
|
|
4324
|
+
__kind: "V0";
|
|
4323
4325
|
value: {
|
|
4324
4326
|
cfReceiver: {
|
|
4325
4327
|
pubkey: `0x${string}`;
|
|
@@ -4331,7 +4333,6 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
4331
4333
|
}[];
|
|
4332
4334
|
fallbackAddress: `0x${string}`;
|
|
4333
4335
|
};
|
|
4334
|
-
__kind: "V0";
|
|
4335
4336
|
} | {
|
|
4336
4337
|
__kind: "V1";
|
|
4337
4338
|
ccmAccounts: {
|
|
@@ -4347,9 +4348,10 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
4347
4348
|
};
|
|
4348
4349
|
alts: `0x${string}`[];
|
|
4349
4350
|
};
|
|
4350
|
-
__kind: "Solana";
|
|
4351
4351
|
}, {
|
|
4352
|
+
__kind: "Solana";
|
|
4352
4353
|
value: {
|
|
4354
|
+
__kind: "V0";
|
|
4353
4355
|
value: {
|
|
4354
4356
|
cfReceiver: {
|
|
4355
4357
|
pubkey: string;
|
|
@@ -4361,7 +4363,6 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
4361
4363
|
}[];
|
|
4362
4364
|
fallbackAddress: string;
|
|
4363
4365
|
};
|
|
4364
|
-
__kind: "V0";
|
|
4365
4366
|
} | {
|
|
4366
4367
|
__kind: "V1";
|
|
4367
4368
|
ccmAccounts: {
|
|
@@ -4377,7 +4378,6 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
4377
4378
|
};
|
|
4378
4379
|
alts: string[];
|
|
4379
4380
|
};
|
|
4380
|
-
__kind: "Solana";
|
|
4381
4381
|
}>]>;
|
|
4382
4382
|
}, "strip", z.ZodTypeAny, {
|
|
4383
4383
|
message: `0x${string}`;
|
|
@@ -4385,7 +4385,9 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
4385
4385
|
ccmAdditionalData: {
|
|
4386
4386
|
__kind: "NotRequired";
|
|
4387
4387
|
} | {
|
|
4388
|
+
__kind: "Solana";
|
|
4388
4389
|
value: {
|
|
4390
|
+
__kind: "V0";
|
|
4389
4391
|
value: {
|
|
4390
4392
|
cfReceiver: {
|
|
4391
4393
|
pubkey: `0x${string}`;
|
|
@@ -4397,7 +4399,6 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
4397
4399
|
}[];
|
|
4398
4400
|
fallbackAddress: `0x${string}`;
|
|
4399
4401
|
};
|
|
4400
|
-
__kind: "V0";
|
|
4401
4402
|
} | {
|
|
4402
4403
|
__kind: "V1";
|
|
4403
4404
|
ccmAccounts: {
|
|
@@ -4413,7 +4414,6 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
4413
4414
|
};
|
|
4414
4415
|
alts: `0x${string}`[];
|
|
4415
4416
|
};
|
|
4416
|
-
__kind: "Solana";
|
|
4417
4417
|
};
|
|
4418
4418
|
}, {
|
|
4419
4419
|
message: string;
|
|
@@ -4421,7 +4421,9 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
4421
4421
|
ccmAdditionalData: {
|
|
4422
4422
|
__kind: "NotRequired";
|
|
4423
4423
|
} | {
|
|
4424
|
+
__kind: "Solana";
|
|
4424
4425
|
value: {
|
|
4426
|
+
__kind: "V0";
|
|
4425
4427
|
value: {
|
|
4426
4428
|
cfReceiver: {
|
|
4427
4429
|
pubkey: string;
|
|
@@ -4433,7 +4435,6 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
4433
4435
|
}[];
|
|
4434
4436
|
fallbackAddress: string;
|
|
4435
4437
|
};
|
|
4436
|
-
__kind: "V0";
|
|
4437
4438
|
} | {
|
|
4438
4439
|
__kind: "V1";
|
|
4439
4440
|
ccmAccounts: {
|
|
@@ -4449,7 +4450,6 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
4449
4450
|
};
|
|
4450
4451
|
alts: string[];
|
|
4451
4452
|
};
|
|
4452
|
-
__kind: "Solana";
|
|
4453
4453
|
};
|
|
4454
4454
|
}>;
|
|
4455
4455
|
sourceChain: z.ZodEffects<z.ZodObject<{
|
|
@@ -4465,67 +4465,67 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
4465
4465
|
__kind: z.ZodLiteral<"Eth">;
|
|
4466
4466
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
4467
4467
|
}, "strip", z.ZodTypeAny, {
|
|
4468
|
-
value: `0x${string}`;
|
|
4469
4468
|
__kind: "Eth";
|
|
4469
|
+
value: `0x${string}`;
|
|
4470
4470
|
}, {
|
|
4471
|
-
value: string;
|
|
4472
4471
|
__kind: "Eth";
|
|
4472
|
+
value: string;
|
|
4473
4473
|
}>, z.ZodObject<{
|
|
4474
4474
|
__kind: z.ZodLiteral<"Dot">;
|
|
4475
4475
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
4476
4476
|
}, "strip", z.ZodTypeAny, {
|
|
4477
|
-
value: `0x${string}`;
|
|
4478
4477
|
__kind: "Dot";
|
|
4478
|
+
value: `0x${string}`;
|
|
4479
4479
|
}, {
|
|
4480
|
-
value: string;
|
|
4481
4480
|
__kind: "Dot";
|
|
4481
|
+
value: string;
|
|
4482
4482
|
}>, z.ZodObject<{
|
|
4483
4483
|
__kind: z.ZodLiteral<"Btc">;
|
|
4484
4484
|
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
4485
4485
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
4486
4486
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
4487
4487
|
}, "strip", z.ZodTypeAny, {
|
|
4488
|
-
value: `0x${string}`;
|
|
4489
4488
|
__kind: "P2PKH";
|
|
4489
|
+
value: `0x${string}`;
|
|
4490
4490
|
}, {
|
|
4491
|
-
value: string;
|
|
4492
4491
|
__kind: "P2PKH";
|
|
4492
|
+
value: string;
|
|
4493
4493
|
}>, z.ZodObject<{
|
|
4494
4494
|
__kind: z.ZodLiteral<"P2SH">;
|
|
4495
4495
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
4496
4496
|
}, "strip", z.ZodTypeAny, {
|
|
4497
|
-
value: `0x${string}`;
|
|
4498
4497
|
__kind: "P2SH";
|
|
4498
|
+
value: `0x${string}`;
|
|
4499
4499
|
}, {
|
|
4500
|
-
value: string;
|
|
4501
4500
|
__kind: "P2SH";
|
|
4501
|
+
value: string;
|
|
4502
4502
|
}>, z.ZodObject<{
|
|
4503
4503
|
__kind: z.ZodLiteral<"P2WPKH">;
|
|
4504
4504
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
4505
4505
|
}, "strip", z.ZodTypeAny, {
|
|
4506
|
-
value: `0x${string}`;
|
|
4507
4506
|
__kind: "P2WPKH";
|
|
4507
|
+
value: `0x${string}`;
|
|
4508
4508
|
}, {
|
|
4509
|
-
value: string;
|
|
4510
4509
|
__kind: "P2WPKH";
|
|
4510
|
+
value: string;
|
|
4511
4511
|
}>, z.ZodObject<{
|
|
4512
4512
|
__kind: z.ZodLiteral<"P2WSH">;
|
|
4513
4513
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
4514
4514
|
}, "strip", z.ZodTypeAny, {
|
|
4515
|
-
value: `0x${string}`;
|
|
4516
4515
|
__kind: "P2WSH";
|
|
4516
|
+
value: `0x${string}`;
|
|
4517
4517
|
}, {
|
|
4518
|
-
value: string;
|
|
4519
4518
|
__kind: "P2WSH";
|
|
4519
|
+
value: string;
|
|
4520
4520
|
}>, z.ZodObject<{
|
|
4521
4521
|
__kind: z.ZodLiteral<"Taproot">;
|
|
4522
4522
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
4523
4523
|
}, "strip", z.ZodTypeAny, {
|
|
4524
|
-
value: `0x${string}`;
|
|
4525
4524
|
__kind: "Taproot";
|
|
4525
|
+
value: `0x${string}`;
|
|
4526
4526
|
}, {
|
|
4527
|
-
value: string;
|
|
4528
4527
|
__kind: "Taproot";
|
|
4528
|
+
value: string;
|
|
4529
4529
|
}>, z.ZodObject<{
|
|
4530
4530
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
4531
4531
|
version: z.ZodNumber;
|
|
@@ -4540,76 +4540,76 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
4540
4540
|
program: string;
|
|
4541
4541
|
}>]>;
|
|
4542
4542
|
}, "strip", z.ZodTypeAny, {
|
|
4543
|
+
__kind: "Btc";
|
|
4543
4544
|
value: {
|
|
4544
|
-
value: `0x${string}`;
|
|
4545
4545
|
__kind: "P2PKH";
|
|
4546
|
-
} | {
|
|
4547
4546
|
value: `0x${string}`;
|
|
4548
|
-
__kind: "P2SH";
|
|
4549
4547
|
} | {
|
|
4548
|
+
__kind: "P2SH";
|
|
4550
4549
|
value: `0x${string}`;
|
|
4551
|
-
__kind: "P2WPKH";
|
|
4552
4550
|
} | {
|
|
4551
|
+
__kind: "P2WPKH";
|
|
4553
4552
|
value: `0x${string}`;
|
|
4554
|
-
__kind: "P2WSH";
|
|
4555
4553
|
} | {
|
|
4554
|
+
__kind: "P2WSH";
|
|
4556
4555
|
value: `0x${string}`;
|
|
4556
|
+
} | {
|
|
4557
4557
|
__kind: "Taproot";
|
|
4558
|
+
value: `0x${string}`;
|
|
4558
4559
|
} | {
|
|
4559
4560
|
__kind: "OtherSegwit";
|
|
4560
4561
|
version: number;
|
|
4561
4562
|
program: `0x${string}`;
|
|
4562
4563
|
};
|
|
4563
|
-
__kind: "Btc";
|
|
4564
4564
|
}, {
|
|
4565
|
+
__kind: "Btc";
|
|
4565
4566
|
value: {
|
|
4566
|
-
value: string;
|
|
4567
4567
|
__kind: "P2PKH";
|
|
4568
|
-
} | {
|
|
4569
4568
|
value: string;
|
|
4570
|
-
__kind: "P2SH";
|
|
4571
4569
|
} | {
|
|
4570
|
+
__kind: "P2SH";
|
|
4572
4571
|
value: string;
|
|
4573
|
-
__kind: "P2WPKH";
|
|
4574
4572
|
} | {
|
|
4573
|
+
__kind: "P2WPKH";
|
|
4575
4574
|
value: string;
|
|
4576
|
-
__kind: "P2WSH";
|
|
4577
4575
|
} | {
|
|
4576
|
+
__kind: "P2WSH";
|
|
4578
4577
|
value: string;
|
|
4578
|
+
} | {
|
|
4579
4579
|
__kind: "Taproot";
|
|
4580
|
+
value: string;
|
|
4580
4581
|
} | {
|
|
4581
4582
|
__kind: "OtherSegwit";
|
|
4582
4583
|
version: number;
|
|
4583
4584
|
program: string;
|
|
4584
4585
|
};
|
|
4585
|
-
__kind: "Btc";
|
|
4586
4586
|
}>, z.ZodObject<{
|
|
4587
4587
|
__kind: z.ZodLiteral<"Arb">;
|
|
4588
4588
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
4589
4589
|
}, "strip", z.ZodTypeAny, {
|
|
4590
|
-
value: `0x${string}`;
|
|
4591
4590
|
__kind: "Arb";
|
|
4591
|
+
value: `0x${string}`;
|
|
4592
4592
|
}, {
|
|
4593
|
-
value: string;
|
|
4594
4593
|
__kind: "Arb";
|
|
4594
|
+
value: string;
|
|
4595
4595
|
}>, z.ZodObject<{
|
|
4596
4596
|
__kind: z.ZodLiteral<"Sol">;
|
|
4597
4597
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
4598
4598
|
}, "strip", z.ZodTypeAny, {
|
|
4599
|
-
value: `0x${string}`;
|
|
4600
4599
|
__kind: "Sol";
|
|
4600
|
+
value: `0x${string}`;
|
|
4601
4601
|
}, {
|
|
4602
|
-
value: string;
|
|
4603
4602
|
__kind: "Sol";
|
|
4603
|
+
value: string;
|
|
4604
4604
|
}>, z.ZodObject<{
|
|
4605
4605
|
__kind: z.ZodLiteral<"Hub">;
|
|
4606
4606
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
4607
4607
|
}, "strip", z.ZodTypeAny, {
|
|
4608
|
-
value: `0x${string}`;
|
|
4609
4608
|
__kind: "Hub";
|
|
4609
|
+
value: `0x${string}`;
|
|
4610
4610
|
}, {
|
|
4611
|
-
value: string;
|
|
4612
4611
|
__kind: "Hub";
|
|
4612
|
+
value: string;
|
|
4613
4613
|
}>]>>>;
|
|
4614
4614
|
}, "strip", z.ZodTypeAny, {
|
|
4615
4615
|
channelMetadata: {
|
|
@@ -4618,7 +4618,9 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
4618
4618
|
ccmAdditionalData: {
|
|
4619
4619
|
__kind: "NotRequired";
|
|
4620
4620
|
} | {
|
|
4621
|
+
__kind: "Solana";
|
|
4621
4622
|
value: {
|
|
4623
|
+
__kind: "V0";
|
|
4622
4624
|
value: {
|
|
4623
4625
|
cfReceiver: {
|
|
4624
4626
|
pubkey: `0x${string}`;
|
|
@@ -4630,7 +4632,6 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
4630
4632
|
}[];
|
|
4631
4633
|
fallbackAddress: `0x${string}`;
|
|
4632
4634
|
};
|
|
4633
|
-
__kind: "V0";
|
|
4634
4635
|
} | {
|
|
4635
4636
|
__kind: "V1";
|
|
4636
4637
|
ccmAccounts: {
|
|
@@ -4646,47 +4647,46 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
4646
4647
|
};
|
|
4647
4648
|
alts: `0x${string}`[];
|
|
4648
4649
|
};
|
|
4649
|
-
__kind: "Solana";
|
|
4650
4650
|
};
|
|
4651
4651
|
};
|
|
4652
4652
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
4653
4653
|
sourceAddress?: {
|
|
4654
|
-
value: `0x${string}`;
|
|
4655
4654
|
__kind: "Eth";
|
|
4656
|
-
} | {
|
|
4657
4655
|
value: `0x${string}`;
|
|
4656
|
+
} | {
|
|
4658
4657
|
__kind: "Dot";
|
|
4658
|
+
value: `0x${string}`;
|
|
4659
4659
|
} | {
|
|
4660
|
+
__kind: "Btc";
|
|
4660
4661
|
value: {
|
|
4661
|
-
value: `0x${string}`;
|
|
4662
4662
|
__kind: "P2PKH";
|
|
4663
|
-
} | {
|
|
4664
4663
|
value: `0x${string}`;
|
|
4665
|
-
__kind: "P2SH";
|
|
4666
4664
|
} | {
|
|
4665
|
+
__kind: "P2SH";
|
|
4667
4666
|
value: `0x${string}`;
|
|
4668
|
-
__kind: "P2WPKH";
|
|
4669
4667
|
} | {
|
|
4668
|
+
__kind: "P2WPKH";
|
|
4670
4669
|
value: `0x${string}`;
|
|
4671
|
-
__kind: "P2WSH";
|
|
4672
4670
|
} | {
|
|
4671
|
+
__kind: "P2WSH";
|
|
4673
4672
|
value: `0x${string}`;
|
|
4673
|
+
} | {
|
|
4674
4674
|
__kind: "Taproot";
|
|
4675
|
+
value: `0x${string}`;
|
|
4675
4676
|
} | {
|
|
4676
4677
|
__kind: "OtherSegwit";
|
|
4677
4678
|
version: number;
|
|
4678
4679
|
program: `0x${string}`;
|
|
4679
4680
|
};
|
|
4680
|
-
__kind: "Btc";
|
|
4681
4681
|
} | {
|
|
4682
|
-
value: `0x${string}`;
|
|
4683
4682
|
__kind: "Arb";
|
|
4684
|
-
} | {
|
|
4685
4683
|
value: `0x${string}`;
|
|
4686
|
-
__kind: "Sol";
|
|
4687
4684
|
} | {
|
|
4685
|
+
__kind: "Sol";
|
|
4688
4686
|
value: `0x${string}`;
|
|
4687
|
+
} | {
|
|
4689
4688
|
__kind: "Hub";
|
|
4689
|
+
value: `0x${string}`;
|
|
4690
4690
|
} | null | undefined;
|
|
4691
4691
|
}, {
|
|
4692
4692
|
channelMetadata: {
|
|
@@ -4695,7 +4695,9 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
4695
4695
|
ccmAdditionalData: {
|
|
4696
4696
|
__kind: "NotRequired";
|
|
4697
4697
|
} | {
|
|
4698
|
+
__kind: "Solana";
|
|
4698
4699
|
value: {
|
|
4700
|
+
__kind: "V0";
|
|
4699
4701
|
value: {
|
|
4700
4702
|
cfReceiver: {
|
|
4701
4703
|
pubkey: string;
|
|
@@ -4707,7 +4709,6 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
4707
4709
|
}[];
|
|
4708
4710
|
fallbackAddress: string;
|
|
4709
4711
|
};
|
|
4710
|
-
__kind: "V0";
|
|
4711
4712
|
} | {
|
|
4712
4713
|
__kind: "V1";
|
|
4713
4714
|
ccmAccounts: {
|
|
@@ -4723,97 +4724,96 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
4723
4724
|
};
|
|
4724
4725
|
alts: string[];
|
|
4725
4726
|
};
|
|
4726
|
-
__kind: "Solana";
|
|
4727
4727
|
};
|
|
4728
4728
|
};
|
|
4729
4729
|
sourceChain: {
|
|
4730
4730
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
4731
4731
|
};
|
|
4732
4732
|
sourceAddress?: {
|
|
4733
|
-
value: string;
|
|
4734
4733
|
__kind: "Eth";
|
|
4735
|
-
} | {
|
|
4736
4734
|
value: string;
|
|
4735
|
+
} | {
|
|
4737
4736
|
__kind: "Dot";
|
|
4737
|
+
value: string;
|
|
4738
4738
|
} | {
|
|
4739
|
+
__kind: "Btc";
|
|
4739
4740
|
value: {
|
|
4740
|
-
value: string;
|
|
4741
4741
|
__kind: "P2PKH";
|
|
4742
|
-
} | {
|
|
4743
4742
|
value: string;
|
|
4744
|
-
__kind: "P2SH";
|
|
4745
4743
|
} | {
|
|
4744
|
+
__kind: "P2SH";
|
|
4746
4745
|
value: string;
|
|
4747
|
-
__kind: "P2WPKH";
|
|
4748
4746
|
} | {
|
|
4747
|
+
__kind: "P2WPKH";
|
|
4749
4748
|
value: string;
|
|
4750
|
-
__kind: "P2WSH";
|
|
4751
4749
|
} | {
|
|
4750
|
+
__kind: "P2WSH";
|
|
4752
4751
|
value: string;
|
|
4752
|
+
} | {
|
|
4753
4753
|
__kind: "Taproot";
|
|
4754
|
+
value: string;
|
|
4754
4755
|
} | {
|
|
4755
4756
|
__kind: "OtherSegwit";
|
|
4756
4757
|
version: number;
|
|
4757
4758
|
program: string;
|
|
4758
4759
|
};
|
|
4759
|
-
__kind: "Btc";
|
|
4760
4760
|
} | {
|
|
4761
|
-
value: string;
|
|
4762
4761
|
__kind: "Arb";
|
|
4763
|
-
} | {
|
|
4764
4762
|
value: string;
|
|
4765
|
-
__kind: "Sol";
|
|
4766
4763
|
} | {
|
|
4764
|
+
__kind: "Sol";
|
|
4767
4765
|
value: string;
|
|
4766
|
+
} | {
|
|
4768
4767
|
__kind: "Hub";
|
|
4768
|
+
value: string;
|
|
4769
4769
|
} | null | undefined;
|
|
4770
4770
|
}>>>;
|
|
4771
4771
|
}, "strip", z.ZodTypeAny, {
|
|
4772
4772
|
__kind: "RefundIfExpires";
|
|
4773
4773
|
retryDuration: number;
|
|
4774
4774
|
refundAddress: {
|
|
4775
|
-
value: `cF${string}`;
|
|
4776
4775
|
__kind: "InternalAccount";
|
|
4776
|
+
value: `cF${string}`;
|
|
4777
4777
|
} | {
|
|
4778
|
+
__kind: "ExternalAddress";
|
|
4778
4779
|
value: {
|
|
4779
|
-
value: `0x${string}`;
|
|
4780
4780
|
__kind: "Eth";
|
|
4781
|
-
} | {
|
|
4782
4781
|
value: `0x${string}`;
|
|
4782
|
+
} | {
|
|
4783
4783
|
__kind: "Dot";
|
|
4784
|
+
value: `0x${string}`;
|
|
4784
4785
|
} | {
|
|
4786
|
+
__kind: "Btc";
|
|
4785
4787
|
value: {
|
|
4786
|
-
value: `0x${string}`;
|
|
4787
4788
|
__kind: "P2PKH";
|
|
4788
|
-
} | {
|
|
4789
4789
|
value: `0x${string}`;
|
|
4790
|
-
__kind: "P2SH";
|
|
4791
4790
|
} | {
|
|
4791
|
+
__kind: "P2SH";
|
|
4792
4792
|
value: `0x${string}`;
|
|
4793
|
-
__kind: "P2WPKH";
|
|
4794
4793
|
} | {
|
|
4794
|
+
__kind: "P2WPKH";
|
|
4795
4795
|
value: `0x${string}`;
|
|
4796
|
-
__kind: "P2WSH";
|
|
4797
4796
|
} | {
|
|
4797
|
+
__kind: "P2WSH";
|
|
4798
4798
|
value: `0x${string}`;
|
|
4799
|
+
} | {
|
|
4799
4800
|
__kind: "Taproot";
|
|
4801
|
+
value: `0x${string}`;
|
|
4800
4802
|
} | {
|
|
4801
4803
|
__kind: "OtherSegwit";
|
|
4802
4804
|
version: number;
|
|
4803
4805
|
program: `0x${string}`;
|
|
4804
4806
|
};
|
|
4805
|
-
__kind: "Btc";
|
|
4806
4807
|
} | {
|
|
4807
|
-
value: `0x${string}`;
|
|
4808
4808
|
__kind: "Arb";
|
|
4809
|
-
} | {
|
|
4810
4809
|
value: `0x${string}`;
|
|
4811
|
-
__kind: "Sol";
|
|
4812
4810
|
} | {
|
|
4811
|
+
__kind: "Sol";
|
|
4813
4812
|
value: `0x${string}`;
|
|
4813
|
+
} | {
|
|
4814
4814
|
__kind: "Hub";
|
|
4815
|
+
value: `0x${string}`;
|
|
4815
4816
|
};
|
|
4816
|
-
__kind: "ExternalAddress";
|
|
4817
4817
|
};
|
|
4818
4818
|
refundCcmMetadata?: {
|
|
4819
4819
|
channelMetadata: {
|
|
@@ -4822,7 +4822,9 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
4822
4822
|
ccmAdditionalData: {
|
|
4823
4823
|
__kind: "NotRequired";
|
|
4824
4824
|
} | {
|
|
4825
|
+
__kind: "Solana";
|
|
4825
4826
|
value: {
|
|
4827
|
+
__kind: "V0";
|
|
4826
4828
|
value: {
|
|
4827
4829
|
cfReceiver: {
|
|
4828
4830
|
pubkey: `0x${string}`;
|
|
@@ -4834,7 +4836,6 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
4834
4836
|
}[];
|
|
4835
4837
|
fallbackAddress: `0x${string}`;
|
|
4836
4838
|
};
|
|
4837
|
-
__kind: "V0";
|
|
4838
4839
|
} | {
|
|
4839
4840
|
__kind: "V1";
|
|
4840
4841
|
ccmAccounts: {
|
|
@@ -4850,95 +4851,94 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
4850
4851
|
};
|
|
4851
4852
|
alts: `0x${string}`[];
|
|
4852
4853
|
};
|
|
4853
|
-
__kind: "Solana";
|
|
4854
4854
|
};
|
|
4855
4855
|
};
|
|
4856
4856
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
4857
4857
|
sourceAddress?: {
|
|
4858
|
-
value: `0x${string}`;
|
|
4859
4858
|
__kind: "Eth";
|
|
4860
|
-
} | {
|
|
4861
4859
|
value: `0x${string}`;
|
|
4860
|
+
} | {
|
|
4862
4861
|
__kind: "Dot";
|
|
4862
|
+
value: `0x${string}`;
|
|
4863
4863
|
} | {
|
|
4864
|
+
__kind: "Btc";
|
|
4864
4865
|
value: {
|
|
4865
|
-
value: `0x${string}`;
|
|
4866
4866
|
__kind: "P2PKH";
|
|
4867
|
-
} | {
|
|
4868
4867
|
value: `0x${string}`;
|
|
4869
|
-
__kind: "P2SH";
|
|
4870
4868
|
} | {
|
|
4869
|
+
__kind: "P2SH";
|
|
4871
4870
|
value: `0x${string}`;
|
|
4872
|
-
__kind: "P2WPKH";
|
|
4873
4871
|
} | {
|
|
4872
|
+
__kind: "P2WPKH";
|
|
4874
4873
|
value: `0x${string}`;
|
|
4875
|
-
__kind: "P2WSH";
|
|
4876
4874
|
} | {
|
|
4875
|
+
__kind: "P2WSH";
|
|
4877
4876
|
value: `0x${string}`;
|
|
4877
|
+
} | {
|
|
4878
4878
|
__kind: "Taproot";
|
|
4879
|
+
value: `0x${string}`;
|
|
4879
4880
|
} | {
|
|
4880
4881
|
__kind: "OtherSegwit";
|
|
4881
4882
|
version: number;
|
|
4882
4883
|
program: `0x${string}`;
|
|
4883
4884
|
};
|
|
4884
|
-
__kind: "Btc";
|
|
4885
4885
|
} | {
|
|
4886
|
-
value: `0x${string}`;
|
|
4887
4886
|
__kind: "Arb";
|
|
4888
|
-
} | {
|
|
4889
4887
|
value: `0x${string}`;
|
|
4890
|
-
__kind: "Sol";
|
|
4891
4888
|
} | {
|
|
4889
|
+
__kind: "Sol";
|
|
4892
4890
|
value: `0x${string}`;
|
|
4891
|
+
} | {
|
|
4893
4892
|
__kind: "Hub";
|
|
4893
|
+
value: `0x${string}`;
|
|
4894
4894
|
} | null | undefined;
|
|
4895
4895
|
} | null | undefined;
|
|
4896
4896
|
}, {
|
|
4897
4897
|
__kind: "RefundIfExpires";
|
|
4898
4898
|
retryDuration: number;
|
|
4899
4899
|
refundAddress: {
|
|
4900
|
-
value: string;
|
|
4901
4900
|
__kind: "InternalAccount";
|
|
4901
|
+
value: string;
|
|
4902
4902
|
} | {
|
|
4903
|
+
__kind: "ExternalAddress";
|
|
4903
4904
|
value: {
|
|
4904
|
-
value: string;
|
|
4905
4905
|
__kind: "Eth";
|
|
4906
|
-
} | {
|
|
4907
4906
|
value: string;
|
|
4907
|
+
} | {
|
|
4908
4908
|
__kind: "Dot";
|
|
4909
|
+
value: string;
|
|
4909
4910
|
} | {
|
|
4911
|
+
__kind: "Btc";
|
|
4910
4912
|
value: {
|
|
4911
|
-
value: string;
|
|
4912
4913
|
__kind: "P2PKH";
|
|
4913
|
-
} | {
|
|
4914
4914
|
value: string;
|
|
4915
|
-
__kind: "P2SH";
|
|
4916
4915
|
} | {
|
|
4916
|
+
__kind: "P2SH";
|
|
4917
4917
|
value: string;
|
|
4918
|
-
__kind: "P2WPKH";
|
|
4919
4918
|
} | {
|
|
4919
|
+
__kind: "P2WPKH";
|
|
4920
4920
|
value: string;
|
|
4921
|
-
__kind: "P2WSH";
|
|
4922
4921
|
} | {
|
|
4922
|
+
__kind: "P2WSH";
|
|
4923
4923
|
value: string;
|
|
4924
|
+
} | {
|
|
4924
4925
|
__kind: "Taproot";
|
|
4926
|
+
value: string;
|
|
4925
4927
|
} | {
|
|
4926
4928
|
__kind: "OtherSegwit";
|
|
4927
4929
|
version: number;
|
|
4928
4930
|
program: string;
|
|
4929
4931
|
};
|
|
4930
|
-
__kind: "Btc";
|
|
4931
4932
|
} | {
|
|
4932
|
-
value: string;
|
|
4933
4933
|
__kind: "Arb";
|
|
4934
|
-
} | {
|
|
4935
4934
|
value: string;
|
|
4936
|
-
__kind: "Sol";
|
|
4937
4935
|
} | {
|
|
4936
|
+
__kind: "Sol";
|
|
4938
4937
|
value: string;
|
|
4938
|
+
} | {
|
|
4939
4939
|
__kind: "Hub";
|
|
4940
|
+
value: string;
|
|
4940
4941
|
};
|
|
4941
|
-
__kind: "ExternalAddress";
|
|
4942
4942
|
};
|
|
4943
4943
|
refundCcmMetadata?: {
|
|
4944
4944
|
channelMetadata: {
|
|
@@ -4947,7 +4947,9 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
4947
4947
|
ccmAdditionalData: {
|
|
4948
4948
|
__kind: "NotRequired";
|
|
4949
4949
|
} | {
|
|
4950
|
+
__kind: "Solana";
|
|
4950
4951
|
value: {
|
|
4952
|
+
__kind: "V0";
|
|
4951
4953
|
value: {
|
|
4952
4954
|
cfReceiver: {
|
|
4953
4955
|
pubkey: string;
|
|
@@ -4959,7 +4961,6 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
4959
4961
|
}[];
|
|
4960
4962
|
fallbackAddress: string;
|
|
4961
4963
|
};
|
|
4962
|
-
__kind: "V0";
|
|
4963
4964
|
} | {
|
|
4964
4965
|
__kind: "V1";
|
|
4965
4966
|
ccmAccounts: {
|
|
@@ -4975,104 +4976,102 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
4975
4976
|
};
|
|
4976
4977
|
alts: string[];
|
|
4977
4978
|
};
|
|
4978
|
-
__kind: "Solana";
|
|
4979
4979
|
};
|
|
4980
4980
|
};
|
|
4981
4981
|
sourceChain: {
|
|
4982
4982
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
4983
4983
|
};
|
|
4984
4984
|
sourceAddress?: {
|
|
4985
|
-
value: string;
|
|
4986
4985
|
__kind: "Eth";
|
|
4987
|
-
} | {
|
|
4988
4986
|
value: string;
|
|
4987
|
+
} | {
|
|
4989
4988
|
__kind: "Dot";
|
|
4989
|
+
value: string;
|
|
4990
4990
|
} | {
|
|
4991
|
+
__kind: "Btc";
|
|
4991
4992
|
value: {
|
|
4992
|
-
value: string;
|
|
4993
4993
|
__kind: "P2PKH";
|
|
4994
|
-
} | {
|
|
4995
4994
|
value: string;
|
|
4996
|
-
__kind: "P2SH";
|
|
4997
4995
|
} | {
|
|
4996
|
+
__kind: "P2SH";
|
|
4998
4997
|
value: string;
|
|
4999
|
-
__kind: "P2WPKH";
|
|
5000
4998
|
} | {
|
|
4999
|
+
__kind: "P2WPKH";
|
|
5001
5000
|
value: string;
|
|
5002
|
-
__kind: "P2WSH";
|
|
5003
5001
|
} | {
|
|
5002
|
+
__kind: "P2WSH";
|
|
5004
5003
|
value: string;
|
|
5004
|
+
} | {
|
|
5005
5005
|
__kind: "Taproot";
|
|
5006
|
+
value: string;
|
|
5006
5007
|
} | {
|
|
5007
5008
|
__kind: "OtherSegwit";
|
|
5008
5009
|
version: number;
|
|
5009
5010
|
program: string;
|
|
5010
5011
|
};
|
|
5011
|
-
__kind: "Btc";
|
|
5012
5012
|
} | {
|
|
5013
|
-
value: string;
|
|
5014
5013
|
__kind: "Arb";
|
|
5015
|
-
} | {
|
|
5016
5014
|
value: string;
|
|
5017
|
-
__kind: "Sol";
|
|
5018
5015
|
} | {
|
|
5016
|
+
__kind: "Sol";
|
|
5019
5017
|
value: string;
|
|
5018
|
+
} | {
|
|
5020
5019
|
__kind: "Hub";
|
|
5020
|
+
value: string;
|
|
5021
5021
|
} | null | undefined;
|
|
5022
5022
|
} | null | undefined;
|
|
5023
5023
|
}>]>;
|
|
5024
5024
|
minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
5025
5025
|
maxOraclePriceSlippage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
5026
5026
|
}, "strip", z.ZodTypeAny, {
|
|
5027
|
-
minPrice: bigint;
|
|
5028
5027
|
expiryBehaviour: {
|
|
5029
5028
|
__kind: "NoExpiry";
|
|
5030
5029
|
} | {
|
|
5031
5030
|
__kind: "RefundIfExpires";
|
|
5032
5031
|
retryDuration: number;
|
|
5033
5032
|
refundAddress: {
|
|
5034
|
-
value: `cF${string}`;
|
|
5035
5033
|
__kind: "InternalAccount";
|
|
5034
|
+
value: `cF${string}`;
|
|
5036
5035
|
} | {
|
|
5036
|
+
__kind: "ExternalAddress";
|
|
5037
5037
|
value: {
|
|
5038
|
-
value: `0x${string}`;
|
|
5039
5038
|
__kind: "Eth";
|
|
5040
|
-
} | {
|
|
5041
5039
|
value: `0x${string}`;
|
|
5040
|
+
} | {
|
|
5042
5041
|
__kind: "Dot";
|
|
5042
|
+
value: `0x${string}`;
|
|
5043
5043
|
} | {
|
|
5044
|
+
__kind: "Btc";
|
|
5044
5045
|
value: {
|
|
5045
|
-
value: `0x${string}`;
|
|
5046
5046
|
__kind: "P2PKH";
|
|
5047
|
-
} | {
|
|
5048
5047
|
value: `0x${string}`;
|
|
5049
|
-
__kind: "P2SH";
|
|
5050
5048
|
} | {
|
|
5049
|
+
__kind: "P2SH";
|
|
5051
5050
|
value: `0x${string}`;
|
|
5052
|
-
__kind: "P2WPKH";
|
|
5053
5051
|
} | {
|
|
5052
|
+
__kind: "P2WPKH";
|
|
5054
5053
|
value: `0x${string}`;
|
|
5055
|
-
__kind: "P2WSH";
|
|
5056
5054
|
} | {
|
|
5055
|
+
__kind: "P2WSH";
|
|
5057
5056
|
value: `0x${string}`;
|
|
5057
|
+
} | {
|
|
5058
5058
|
__kind: "Taproot";
|
|
5059
|
+
value: `0x${string}`;
|
|
5059
5060
|
} | {
|
|
5060
5061
|
__kind: "OtherSegwit";
|
|
5061
5062
|
version: number;
|
|
5062
5063
|
program: `0x${string}`;
|
|
5063
5064
|
};
|
|
5064
|
-
__kind: "Btc";
|
|
5065
5065
|
} | {
|
|
5066
|
-
value: `0x${string}`;
|
|
5067
5066
|
__kind: "Arb";
|
|
5068
|
-
} | {
|
|
5069
5067
|
value: `0x${string}`;
|
|
5070
|
-
__kind: "Sol";
|
|
5071
5068
|
} | {
|
|
5069
|
+
__kind: "Sol";
|
|
5072
5070
|
value: `0x${string}`;
|
|
5071
|
+
} | {
|
|
5073
5072
|
__kind: "Hub";
|
|
5073
|
+
value: `0x${string}`;
|
|
5074
5074
|
};
|
|
5075
|
-
__kind: "ExternalAddress";
|
|
5076
5075
|
};
|
|
5077
5076
|
refundCcmMetadata?: {
|
|
5078
5077
|
channelMetadata: {
|
|
@@ -5081,7 +5080,9 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
5081
5080
|
ccmAdditionalData: {
|
|
5082
5081
|
__kind: "NotRequired";
|
|
5083
5082
|
} | {
|
|
5083
|
+
__kind: "Solana";
|
|
5084
5084
|
value: {
|
|
5085
|
+
__kind: "V0";
|
|
5085
5086
|
value: {
|
|
5086
5087
|
cfReceiver: {
|
|
5087
5088
|
pubkey: `0x${string}`;
|
|
@@ -5093,7 +5094,6 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
5093
5094
|
}[];
|
|
5094
5095
|
fallbackAddress: `0x${string}`;
|
|
5095
5096
|
};
|
|
5096
|
-
__kind: "V0";
|
|
5097
5097
|
} | {
|
|
5098
5098
|
__kind: "V1";
|
|
5099
5099
|
ccmAccounts: {
|
|
@@ -5109,101 +5109,100 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
5109
5109
|
};
|
|
5110
5110
|
alts: `0x${string}`[];
|
|
5111
5111
|
};
|
|
5112
|
-
__kind: "Solana";
|
|
5113
5112
|
};
|
|
5114
5113
|
};
|
|
5115
5114
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
5116
5115
|
sourceAddress?: {
|
|
5117
|
-
value: `0x${string}`;
|
|
5118
5116
|
__kind: "Eth";
|
|
5119
|
-
} | {
|
|
5120
5117
|
value: `0x${string}`;
|
|
5118
|
+
} | {
|
|
5121
5119
|
__kind: "Dot";
|
|
5120
|
+
value: `0x${string}`;
|
|
5122
5121
|
} | {
|
|
5122
|
+
__kind: "Btc";
|
|
5123
5123
|
value: {
|
|
5124
|
-
value: `0x${string}`;
|
|
5125
5124
|
__kind: "P2PKH";
|
|
5126
|
-
} | {
|
|
5127
5125
|
value: `0x${string}`;
|
|
5128
|
-
__kind: "P2SH";
|
|
5129
5126
|
} | {
|
|
5127
|
+
__kind: "P2SH";
|
|
5130
5128
|
value: `0x${string}`;
|
|
5131
|
-
__kind: "P2WPKH";
|
|
5132
5129
|
} | {
|
|
5130
|
+
__kind: "P2WPKH";
|
|
5133
5131
|
value: `0x${string}`;
|
|
5134
|
-
__kind: "P2WSH";
|
|
5135
5132
|
} | {
|
|
5133
|
+
__kind: "P2WSH";
|
|
5136
5134
|
value: `0x${string}`;
|
|
5135
|
+
} | {
|
|
5137
5136
|
__kind: "Taproot";
|
|
5137
|
+
value: `0x${string}`;
|
|
5138
5138
|
} | {
|
|
5139
5139
|
__kind: "OtherSegwit";
|
|
5140
5140
|
version: number;
|
|
5141
5141
|
program: `0x${string}`;
|
|
5142
5142
|
};
|
|
5143
|
-
__kind: "Btc";
|
|
5144
5143
|
} | {
|
|
5145
|
-
value: `0x${string}`;
|
|
5146
5144
|
__kind: "Arb";
|
|
5147
|
-
} | {
|
|
5148
5145
|
value: `0x${string}`;
|
|
5149
|
-
__kind: "Sol";
|
|
5150
5146
|
} | {
|
|
5147
|
+
__kind: "Sol";
|
|
5151
5148
|
value: `0x${string}`;
|
|
5149
|
+
} | {
|
|
5152
5150
|
__kind: "Hub";
|
|
5151
|
+
value: `0x${string}`;
|
|
5153
5152
|
} | null | undefined;
|
|
5154
5153
|
} | null | undefined;
|
|
5155
5154
|
};
|
|
5155
|
+
minPrice: bigint;
|
|
5156
5156
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
5157
5157
|
}, {
|
|
5158
|
-
minPrice: string | number;
|
|
5159
5158
|
expiryBehaviour: {
|
|
5160
5159
|
__kind: "NoExpiry";
|
|
5161
5160
|
} | {
|
|
5162
5161
|
__kind: "RefundIfExpires";
|
|
5163
5162
|
retryDuration: number;
|
|
5164
5163
|
refundAddress: {
|
|
5165
|
-
value: string;
|
|
5166
5164
|
__kind: "InternalAccount";
|
|
5165
|
+
value: string;
|
|
5167
5166
|
} | {
|
|
5167
|
+
__kind: "ExternalAddress";
|
|
5168
5168
|
value: {
|
|
5169
|
-
value: string;
|
|
5170
5169
|
__kind: "Eth";
|
|
5171
|
-
} | {
|
|
5172
5170
|
value: string;
|
|
5171
|
+
} | {
|
|
5173
5172
|
__kind: "Dot";
|
|
5173
|
+
value: string;
|
|
5174
5174
|
} | {
|
|
5175
|
+
__kind: "Btc";
|
|
5175
5176
|
value: {
|
|
5176
|
-
value: string;
|
|
5177
5177
|
__kind: "P2PKH";
|
|
5178
|
-
} | {
|
|
5179
5178
|
value: string;
|
|
5180
|
-
__kind: "P2SH";
|
|
5181
5179
|
} | {
|
|
5180
|
+
__kind: "P2SH";
|
|
5182
5181
|
value: string;
|
|
5183
|
-
__kind: "P2WPKH";
|
|
5184
5182
|
} | {
|
|
5183
|
+
__kind: "P2WPKH";
|
|
5185
5184
|
value: string;
|
|
5186
|
-
__kind: "P2WSH";
|
|
5187
5185
|
} | {
|
|
5186
|
+
__kind: "P2WSH";
|
|
5188
5187
|
value: string;
|
|
5188
|
+
} | {
|
|
5189
5189
|
__kind: "Taproot";
|
|
5190
|
+
value: string;
|
|
5190
5191
|
} | {
|
|
5191
5192
|
__kind: "OtherSegwit";
|
|
5192
5193
|
version: number;
|
|
5193
5194
|
program: string;
|
|
5194
5195
|
};
|
|
5195
|
-
__kind: "Btc";
|
|
5196
5196
|
} | {
|
|
5197
|
-
value: string;
|
|
5198
5197
|
__kind: "Arb";
|
|
5199
|
-
} | {
|
|
5200
5198
|
value: string;
|
|
5201
|
-
__kind: "Sol";
|
|
5202
5199
|
} | {
|
|
5200
|
+
__kind: "Sol";
|
|
5203
5201
|
value: string;
|
|
5202
|
+
} | {
|
|
5204
5203
|
__kind: "Hub";
|
|
5204
|
+
value: string;
|
|
5205
5205
|
};
|
|
5206
|
-
__kind: "ExternalAddress";
|
|
5207
5206
|
};
|
|
5208
5207
|
refundCcmMetadata?: {
|
|
5209
5208
|
channelMetadata: {
|
|
@@ -5212,7 +5211,9 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
5212
5211
|
ccmAdditionalData: {
|
|
5213
5212
|
__kind: "NotRequired";
|
|
5214
5213
|
} | {
|
|
5214
|
+
__kind: "Solana";
|
|
5215
5215
|
value: {
|
|
5216
|
+
__kind: "V0";
|
|
5216
5217
|
value: {
|
|
5217
5218
|
cfReceiver: {
|
|
5218
5219
|
pubkey: string;
|
|
@@ -5224,7 +5225,6 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
5224
5225
|
}[];
|
|
5225
5226
|
fallbackAddress: string;
|
|
5226
5227
|
};
|
|
5227
|
-
__kind: "V0";
|
|
5228
5228
|
} | {
|
|
5229
5229
|
__kind: "V1";
|
|
5230
5230
|
ccmAccounts: {
|
|
@@ -5240,52 +5240,52 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
5240
5240
|
};
|
|
5241
5241
|
alts: string[];
|
|
5242
5242
|
};
|
|
5243
|
-
__kind: "Solana";
|
|
5244
5243
|
};
|
|
5245
5244
|
};
|
|
5246
5245
|
sourceChain: {
|
|
5247
5246
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
5248
5247
|
};
|
|
5249
5248
|
sourceAddress?: {
|
|
5250
|
-
value: string;
|
|
5251
5249
|
__kind: "Eth";
|
|
5252
|
-
} | {
|
|
5253
5250
|
value: string;
|
|
5251
|
+
} | {
|
|
5254
5252
|
__kind: "Dot";
|
|
5253
|
+
value: string;
|
|
5255
5254
|
} | {
|
|
5255
|
+
__kind: "Btc";
|
|
5256
5256
|
value: {
|
|
5257
|
-
value: string;
|
|
5258
5257
|
__kind: "P2PKH";
|
|
5259
|
-
} | {
|
|
5260
5258
|
value: string;
|
|
5261
|
-
__kind: "P2SH";
|
|
5262
5259
|
} | {
|
|
5260
|
+
__kind: "P2SH";
|
|
5263
5261
|
value: string;
|
|
5264
|
-
__kind: "P2WPKH";
|
|
5265
5262
|
} | {
|
|
5263
|
+
__kind: "P2WPKH";
|
|
5266
5264
|
value: string;
|
|
5267
|
-
__kind: "P2WSH";
|
|
5268
5265
|
} | {
|
|
5266
|
+
__kind: "P2WSH";
|
|
5269
5267
|
value: string;
|
|
5268
|
+
} | {
|
|
5270
5269
|
__kind: "Taproot";
|
|
5270
|
+
value: string;
|
|
5271
5271
|
} | {
|
|
5272
5272
|
__kind: "OtherSegwit";
|
|
5273
5273
|
version: number;
|
|
5274
5274
|
program: string;
|
|
5275
5275
|
};
|
|
5276
|
-
__kind: "Btc";
|
|
5277
5276
|
} | {
|
|
5278
|
-
value: string;
|
|
5279
5277
|
__kind: "Arb";
|
|
5280
|
-
} | {
|
|
5281
5278
|
value: string;
|
|
5282
|
-
__kind: "Sol";
|
|
5283
5279
|
} | {
|
|
5280
|
+
__kind: "Sol";
|
|
5284
5281
|
value: string;
|
|
5282
|
+
} | {
|
|
5285
5283
|
__kind: "Hub";
|
|
5284
|
+
value: string;
|
|
5286
5285
|
} | null | undefined;
|
|
5287
5286
|
} | null | undefined;
|
|
5288
5287
|
};
|
|
5288
|
+
minPrice: string | number;
|
|
5289
5289
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
5290
5290
|
}>>>;
|
|
5291
5291
|
dcaParameters: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
@@ -5300,10 +5300,11 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
5300
5300
|
}>>>;
|
|
5301
5301
|
}, "strip", z.ZodTypeAny, {
|
|
5302
5302
|
swapRequestId: bigint;
|
|
5303
|
-
inputAsset: "
|
|
5304
|
-
outputAsset: "
|
|
5303
|
+
inputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
5304
|
+
outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
5305
5305
|
inputAmount: bigint;
|
|
5306
5306
|
origin: {
|
|
5307
|
+
__kind: "DepositChannel";
|
|
5307
5308
|
depositAddress: {
|
|
5308
5309
|
readonly chain: "Ethereum";
|
|
5309
5310
|
readonly address: `0x${string}`;
|
|
@@ -5323,27 +5324,26 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
5323
5324
|
readonly chain: "Assethub";
|
|
5324
5325
|
readonly address: string;
|
|
5325
5326
|
};
|
|
5326
|
-
__kind: "DepositChannel";
|
|
5327
5327
|
channelId: bigint;
|
|
5328
5328
|
depositBlockHeight: bigint;
|
|
5329
5329
|
brokerId: `cF${string}`;
|
|
5330
5330
|
} | {
|
|
5331
5331
|
__kind: "Vault";
|
|
5332
5332
|
txId: {
|
|
5333
|
-
value: `0x${string}`;
|
|
5334
5333
|
__kind: "Evm";
|
|
5335
|
-
} | {
|
|
5336
5334
|
value: `0x${string}`;
|
|
5335
|
+
} | {
|
|
5337
5336
|
__kind: "Bitcoin";
|
|
5337
|
+
value: `0x${string}`;
|
|
5338
5338
|
} | {
|
|
5339
|
+
__kind: "Polkadot";
|
|
5339
5340
|
value: {
|
|
5340
5341
|
blockNumber: number;
|
|
5341
5342
|
extrinsicIndex: number;
|
|
5342
5343
|
};
|
|
5343
|
-
__kind: "Polkadot";
|
|
5344
5344
|
} | {
|
|
5345
|
-
value: [`0x${string}`, bigint];
|
|
5346
5345
|
__kind: "Solana";
|
|
5346
|
+
value: [`0x${string}`, bigint];
|
|
5347
5347
|
} | {
|
|
5348
5348
|
__kind: "None";
|
|
5349
5349
|
};
|
|
@@ -5351,8 +5351,8 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
5351
5351
|
} | {
|
|
5352
5352
|
__kind: "Internal";
|
|
5353
5353
|
} | {
|
|
5354
|
-
value: `cF${string}`;
|
|
5355
5354
|
__kind: "OnChainAccount";
|
|
5355
|
+
value: `cF${string}`;
|
|
5356
5356
|
};
|
|
5357
5357
|
requestType: {
|
|
5358
5358
|
__kind: "NetworkFee";
|
|
@@ -5388,7 +5388,9 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
5388
5388
|
ccmAdditionalData: {
|
|
5389
5389
|
__kind: "NotRequired";
|
|
5390
5390
|
} | {
|
|
5391
|
+
__kind: "Solana";
|
|
5391
5392
|
value: {
|
|
5393
|
+
__kind: "V0";
|
|
5392
5394
|
value: {
|
|
5393
5395
|
cfReceiver: {
|
|
5394
5396
|
pubkey: `0x${string}`;
|
|
@@ -5400,7 +5402,6 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
5400
5402
|
}[];
|
|
5401
5403
|
fallbackAddress: `0x${string}`;
|
|
5402
5404
|
};
|
|
5403
|
-
__kind: "V0";
|
|
5404
5405
|
} | {
|
|
5405
5406
|
__kind: "V1";
|
|
5406
5407
|
ccmAccounts: {
|
|
@@ -5416,7 +5417,6 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
5416
5417
|
};
|
|
5417
5418
|
alts: `0x${string}`[];
|
|
5418
5419
|
};
|
|
5419
|
-
__kind: "Solana";
|
|
5420
5420
|
};
|
|
5421
5421
|
};
|
|
5422
5422
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
@@ -5441,8 +5441,8 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
5441
5441
|
} | null | undefined;
|
|
5442
5442
|
} | null | undefined;
|
|
5443
5443
|
} | {
|
|
5444
|
-
accountId: `cF${string}`;
|
|
5445
5444
|
__kind: "CreditOnChain";
|
|
5445
|
+
accountId: `cF${string}`;
|
|
5446
5446
|
};
|
|
5447
5447
|
};
|
|
5448
5448
|
brokerFees: {
|
|
@@ -5450,55 +5450,54 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
5450
5450
|
bps: number;
|
|
5451
5451
|
}[];
|
|
5452
5452
|
priceLimitsAndExpiry?: {
|
|
5453
|
-
minPrice: bigint;
|
|
5454
5453
|
expiryBehaviour: {
|
|
5455
5454
|
__kind: "NoExpiry";
|
|
5456
5455
|
} | {
|
|
5457
5456
|
__kind: "RefundIfExpires";
|
|
5458
5457
|
retryDuration: number;
|
|
5459
5458
|
refundAddress: {
|
|
5460
|
-
value: `cF${string}`;
|
|
5461
5459
|
__kind: "InternalAccount";
|
|
5460
|
+
value: `cF${string}`;
|
|
5462
5461
|
} | {
|
|
5462
|
+
__kind: "ExternalAddress";
|
|
5463
5463
|
value: {
|
|
5464
|
-
value: `0x${string}`;
|
|
5465
5464
|
__kind: "Eth";
|
|
5466
|
-
} | {
|
|
5467
5465
|
value: `0x${string}`;
|
|
5466
|
+
} | {
|
|
5468
5467
|
__kind: "Dot";
|
|
5468
|
+
value: `0x${string}`;
|
|
5469
5469
|
} | {
|
|
5470
|
+
__kind: "Btc";
|
|
5470
5471
|
value: {
|
|
5471
|
-
value: `0x${string}`;
|
|
5472
5472
|
__kind: "P2PKH";
|
|
5473
|
-
} | {
|
|
5474
5473
|
value: `0x${string}`;
|
|
5475
|
-
__kind: "P2SH";
|
|
5476
5474
|
} | {
|
|
5475
|
+
__kind: "P2SH";
|
|
5477
5476
|
value: `0x${string}`;
|
|
5478
|
-
__kind: "P2WPKH";
|
|
5479
5477
|
} | {
|
|
5478
|
+
__kind: "P2WPKH";
|
|
5480
5479
|
value: `0x${string}`;
|
|
5481
|
-
__kind: "P2WSH";
|
|
5482
5480
|
} | {
|
|
5481
|
+
__kind: "P2WSH";
|
|
5483
5482
|
value: `0x${string}`;
|
|
5483
|
+
} | {
|
|
5484
5484
|
__kind: "Taproot";
|
|
5485
|
+
value: `0x${string}`;
|
|
5485
5486
|
} | {
|
|
5486
5487
|
__kind: "OtherSegwit";
|
|
5487
5488
|
version: number;
|
|
5488
5489
|
program: `0x${string}`;
|
|
5489
5490
|
};
|
|
5490
|
-
__kind: "Btc";
|
|
5491
5491
|
} | {
|
|
5492
|
-
value: `0x${string}`;
|
|
5493
5492
|
__kind: "Arb";
|
|
5494
|
-
} | {
|
|
5495
5493
|
value: `0x${string}`;
|
|
5496
|
-
__kind: "Sol";
|
|
5497
5494
|
} | {
|
|
5495
|
+
__kind: "Sol";
|
|
5498
5496
|
value: `0x${string}`;
|
|
5497
|
+
} | {
|
|
5499
5498
|
__kind: "Hub";
|
|
5499
|
+
value: `0x${string}`;
|
|
5500
5500
|
};
|
|
5501
|
-
__kind: "ExternalAddress";
|
|
5502
5501
|
};
|
|
5503
5502
|
refundCcmMetadata?: {
|
|
5504
5503
|
channelMetadata: {
|
|
@@ -5507,7 +5506,9 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
5507
5506
|
ccmAdditionalData: {
|
|
5508
5507
|
__kind: "NotRequired";
|
|
5509
5508
|
} | {
|
|
5509
|
+
__kind: "Solana";
|
|
5510
5510
|
value: {
|
|
5511
|
+
__kind: "V0";
|
|
5511
5512
|
value: {
|
|
5512
5513
|
cfReceiver: {
|
|
5513
5514
|
pubkey: `0x${string}`;
|
|
@@ -5519,7 +5520,6 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
5519
5520
|
}[];
|
|
5520
5521
|
fallbackAddress: `0x${string}`;
|
|
5521
5522
|
};
|
|
5522
|
-
__kind: "V0";
|
|
5523
5523
|
} | {
|
|
5524
5524
|
__kind: "V1";
|
|
5525
5525
|
ccmAccounts: {
|
|
@@ -5535,50 +5535,50 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
5535
5535
|
};
|
|
5536
5536
|
alts: `0x${string}`[];
|
|
5537
5537
|
};
|
|
5538
|
-
__kind: "Solana";
|
|
5539
5538
|
};
|
|
5540
5539
|
};
|
|
5541
5540
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
5542
5541
|
sourceAddress?: {
|
|
5543
|
-
value: `0x${string}`;
|
|
5544
5542
|
__kind: "Eth";
|
|
5545
|
-
} | {
|
|
5546
5543
|
value: `0x${string}`;
|
|
5544
|
+
} | {
|
|
5547
5545
|
__kind: "Dot";
|
|
5546
|
+
value: `0x${string}`;
|
|
5548
5547
|
} | {
|
|
5548
|
+
__kind: "Btc";
|
|
5549
5549
|
value: {
|
|
5550
|
-
value: `0x${string}`;
|
|
5551
5550
|
__kind: "P2PKH";
|
|
5552
|
-
} | {
|
|
5553
5551
|
value: `0x${string}`;
|
|
5554
|
-
__kind: "P2SH";
|
|
5555
5552
|
} | {
|
|
5553
|
+
__kind: "P2SH";
|
|
5556
5554
|
value: `0x${string}`;
|
|
5557
|
-
__kind: "P2WPKH";
|
|
5558
5555
|
} | {
|
|
5556
|
+
__kind: "P2WPKH";
|
|
5559
5557
|
value: `0x${string}`;
|
|
5560
|
-
__kind: "P2WSH";
|
|
5561
5558
|
} | {
|
|
5559
|
+
__kind: "P2WSH";
|
|
5562
5560
|
value: `0x${string}`;
|
|
5561
|
+
} | {
|
|
5563
5562
|
__kind: "Taproot";
|
|
5563
|
+
value: `0x${string}`;
|
|
5564
5564
|
} | {
|
|
5565
5565
|
__kind: "OtherSegwit";
|
|
5566
5566
|
version: number;
|
|
5567
5567
|
program: `0x${string}`;
|
|
5568
5568
|
};
|
|
5569
|
-
__kind: "Btc";
|
|
5570
5569
|
} | {
|
|
5571
|
-
value: `0x${string}`;
|
|
5572
5570
|
__kind: "Arb";
|
|
5573
|
-
} | {
|
|
5574
5571
|
value: `0x${string}`;
|
|
5575
|
-
__kind: "Sol";
|
|
5576
5572
|
} | {
|
|
5573
|
+
__kind: "Sol";
|
|
5577
5574
|
value: `0x${string}`;
|
|
5575
|
+
} | {
|
|
5578
5576
|
__kind: "Hub";
|
|
5577
|
+
value: `0x${string}`;
|
|
5579
5578
|
} | null | undefined;
|
|
5580
5579
|
} | null | undefined;
|
|
5581
5580
|
};
|
|
5581
|
+
minPrice: bigint;
|
|
5582
5582
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
5583
5583
|
} | null | undefined;
|
|
5584
5584
|
dcaParameters?: {
|
|
@@ -5588,38 +5588,38 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
5588
5588
|
}, {
|
|
5589
5589
|
swapRequestId: string | number;
|
|
5590
5590
|
inputAsset: {
|
|
5591
|
-
__kind: "
|
|
5591
|
+
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
5592
5592
|
};
|
|
5593
5593
|
outputAsset: {
|
|
5594
|
-
__kind: "
|
|
5594
|
+
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
5595
5595
|
};
|
|
5596
5596
|
inputAmount: string | number;
|
|
5597
5597
|
origin: {
|
|
5598
|
+
__kind: "DepositChannel";
|
|
5598
5599
|
depositAddress: {
|
|
5599
|
-
value: string;
|
|
5600
5600
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
5601
|
+
value: string;
|
|
5601
5602
|
};
|
|
5602
|
-
__kind: "DepositChannel";
|
|
5603
5603
|
channelId: string | number;
|
|
5604
5604
|
depositBlockHeight: string | number;
|
|
5605
5605
|
brokerId: string;
|
|
5606
5606
|
} | {
|
|
5607
5607
|
__kind: "Vault";
|
|
5608
5608
|
txId: {
|
|
5609
|
-
value: string;
|
|
5610
5609
|
__kind: "Evm";
|
|
5611
|
-
} | {
|
|
5612
5610
|
value: string;
|
|
5611
|
+
} | {
|
|
5613
5612
|
__kind: "Bitcoin";
|
|
5613
|
+
value: string;
|
|
5614
5614
|
} | {
|
|
5615
|
+
__kind: "Polkadot";
|
|
5615
5616
|
value: {
|
|
5616
5617
|
blockNumber: number;
|
|
5617
5618
|
extrinsicIndex: number;
|
|
5618
5619
|
};
|
|
5619
|
-
__kind: "Polkadot";
|
|
5620
5620
|
} | {
|
|
5621
|
-
value: [string, string | number];
|
|
5622
5621
|
__kind: "Solana";
|
|
5622
|
+
value: [string, string | number];
|
|
5623
5623
|
} | {
|
|
5624
5624
|
__kind: "None";
|
|
5625
5625
|
};
|
|
@@ -5627,8 +5627,8 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
5627
5627
|
} | {
|
|
5628
5628
|
__kind: "Internal";
|
|
5629
5629
|
} | {
|
|
5630
|
-
value: string;
|
|
5631
5630
|
__kind: "OnChainAccount";
|
|
5631
|
+
value: string;
|
|
5632
5632
|
};
|
|
5633
5633
|
requestType: {
|
|
5634
5634
|
__kind: "NetworkFee";
|
|
@@ -5639,8 +5639,8 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
5639
5639
|
outputAction: {
|
|
5640
5640
|
__kind: "Egress";
|
|
5641
5641
|
outputAddress: {
|
|
5642
|
-
value: string;
|
|
5643
5642
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
5643
|
+
value: string;
|
|
5644
5644
|
};
|
|
5645
5645
|
ccmDepositMetadata?: {
|
|
5646
5646
|
channelMetadata: {
|
|
@@ -5649,7 +5649,9 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
5649
5649
|
ccmAdditionalData: {
|
|
5650
5650
|
__kind: "NotRequired";
|
|
5651
5651
|
} | {
|
|
5652
|
+
__kind: "Solana";
|
|
5652
5653
|
value: {
|
|
5654
|
+
__kind: "V0";
|
|
5653
5655
|
value: {
|
|
5654
5656
|
cfReceiver: {
|
|
5655
5657
|
pubkey: string;
|
|
@@ -5661,7 +5663,6 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
5661
5663
|
}[];
|
|
5662
5664
|
fallbackAddress: string;
|
|
5663
5665
|
};
|
|
5664
|
-
__kind: "V0";
|
|
5665
5666
|
} | {
|
|
5666
5667
|
__kind: "V1";
|
|
5667
5668
|
ccmAccounts: {
|
|
@@ -5677,20 +5678,19 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
5677
5678
|
};
|
|
5678
5679
|
alts: string[];
|
|
5679
5680
|
};
|
|
5680
|
-
__kind: "Solana";
|
|
5681
5681
|
};
|
|
5682
5682
|
};
|
|
5683
5683
|
sourceChain: {
|
|
5684
5684
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
5685
5685
|
};
|
|
5686
5686
|
sourceAddress?: {
|
|
5687
|
-
value: string;
|
|
5688
5687
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
5688
|
+
value: string;
|
|
5689
5689
|
} | null | undefined;
|
|
5690
5690
|
} | null | undefined;
|
|
5691
5691
|
} | {
|
|
5692
|
-
accountId: string;
|
|
5693
5692
|
__kind: "CreditOnChain";
|
|
5693
|
+
accountId: string;
|
|
5694
5694
|
};
|
|
5695
5695
|
};
|
|
5696
5696
|
brokerFees: {
|
|
@@ -5698,55 +5698,54 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
5698
5698
|
bps: number;
|
|
5699
5699
|
}[];
|
|
5700
5700
|
priceLimitsAndExpiry?: {
|
|
5701
|
-
minPrice: string | number;
|
|
5702
5701
|
expiryBehaviour: {
|
|
5703
5702
|
__kind: "NoExpiry";
|
|
5704
5703
|
} | {
|
|
5705
5704
|
__kind: "RefundIfExpires";
|
|
5706
5705
|
retryDuration: number;
|
|
5707
5706
|
refundAddress: {
|
|
5708
|
-
value: string;
|
|
5709
5707
|
__kind: "InternalAccount";
|
|
5708
|
+
value: string;
|
|
5710
5709
|
} | {
|
|
5710
|
+
__kind: "ExternalAddress";
|
|
5711
5711
|
value: {
|
|
5712
|
-
value: string;
|
|
5713
5712
|
__kind: "Eth";
|
|
5714
|
-
} | {
|
|
5715
5713
|
value: string;
|
|
5714
|
+
} | {
|
|
5716
5715
|
__kind: "Dot";
|
|
5716
|
+
value: string;
|
|
5717
5717
|
} | {
|
|
5718
|
+
__kind: "Btc";
|
|
5718
5719
|
value: {
|
|
5719
|
-
value: string;
|
|
5720
5720
|
__kind: "P2PKH";
|
|
5721
|
-
} | {
|
|
5722
5721
|
value: string;
|
|
5723
|
-
__kind: "P2SH";
|
|
5724
5722
|
} | {
|
|
5723
|
+
__kind: "P2SH";
|
|
5725
5724
|
value: string;
|
|
5726
|
-
__kind: "P2WPKH";
|
|
5727
5725
|
} | {
|
|
5726
|
+
__kind: "P2WPKH";
|
|
5728
5727
|
value: string;
|
|
5729
|
-
__kind: "P2WSH";
|
|
5730
5728
|
} | {
|
|
5729
|
+
__kind: "P2WSH";
|
|
5731
5730
|
value: string;
|
|
5731
|
+
} | {
|
|
5732
5732
|
__kind: "Taproot";
|
|
5733
|
+
value: string;
|
|
5733
5734
|
} | {
|
|
5734
5735
|
__kind: "OtherSegwit";
|
|
5735
5736
|
version: number;
|
|
5736
5737
|
program: string;
|
|
5737
5738
|
};
|
|
5738
|
-
__kind: "Btc";
|
|
5739
5739
|
} | {
|
|
5740
|
-
value: string;
|
|
5741
5740
|
__kind: "Arb";
|
|
5742
|
-
} | {
|
|
5743
5741
|
value: string;
|
|
5744
|
-
__kind: "Sol";
|
|
5745
5742
|
} | {
|
|
5743
|
+
__kind: "Sol";
|
|
5746
5744
|
value: string;
|
|
5745
|
+
} | {
|
|
5747
5746
|
__kind: "Hub";
|
|
5747
|
+
value: string;
|
|
5748
5748
|
};
|
|
5749
|
-
__kind: "ExternalAddress";
|
|
5750
5749
|
};
|
|
5751
5750
|
refundCcmMetadata?: {
|
|
5752
5751
|
channelMetadata: {
|
|
@@ -5755,7 +5754,9 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
5755
5754
|
ccmAdditionalData: {
|
|
5756
5755
|
__kind: "NotRequired";
|
|
5757
5756
|
} | {
|
|
5757
|
+
__kind: "Solana";
|
|
5758
5758
|
value: {
|
|
5759
|
+
__kind: "V0";
|
|
5759
5760
|
value: {
|
|
5760
5761
|
cfReceiver: {
|
|
5761
5762
|
pubkey: string;
|
|
@@ -5767,7 +5768,6 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
5767
5768
|
}[];
|
|
5768
5769
|
fallbackAddress: string;
|
|
5769
5770
|
};
|
|
5770
|
-
__kind: "V0";
|
|
5771
5771
|
} | {
|
|
5772
5772
|
__kind: "V1";
|
|
5773
5773
|
ccmAccounts: {
|
|
@@ -5783,52 +5783,52 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
5783
5783
|
};
|
|
5784
5784
|
alts: string[];
|
|
5785
5785
|
};
|
|
5786
|
-
__kind: "Solana";
|
|
5787
5786
|
};
|
|
5788
5787
|
};
|
|
5789
5788
|
sourceChain: {
|
|
5790
5789
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
5791
5790
|
};
|
|
5792
5791
|
sourceAddress?: {
|
|
5793
|
-
value: string;
|
|
5794
5792
|
__kind: "Eth";
|
|
5795
|
-
} | {
|
|
5796
5793
|
value: string;
|
|
5794
|
+
} | {
|
|
5797
5795
|
__kind: "Dot";
|
|
5796
|
+
value: string;
|
|
5798
5797
|
} | {
|
|
5798
|
+
__kind: "Btc";
|
|
5799
5799
|
value: {
|
|
5800
|
-
value: string;
|
|
5801
5800
|
__kind: "P2PKH";
|
|
5802
|
-
} | {
|
|
5803
5801
|
value: string;
|
|
5804
|
-
__kind: "P2SH";
|
|
5805
5802
|
} | {
|
|
5803
|
+
__kind: "P2SH";
|
|
5806
5804
|
value: string;
|
|
5807
|
-
__kind: "P2WPKH";
|
|
5808
5805
|
} | {
|
|
5806
|
+
__kind: "P2WPKH";
|
|
5809
5807
|
value: string;
|
|
5810
|
-
__kind: "P2WSH";
|
|
5811
5808
|
} | {
|
|
5809
|
+
__kind: "P2WSH";
|
|
5812
5810
|
value: string;
|
|
5811
|
+
} | {
|
|
5813
5812
|
__kind: "Taproot";
|
|
5813
|
+
value: string;
|
|
5814
5814
|
} | {
|
|
5815
5815
|
__kind: "OtherSegwit";
|
|
5816
5816
|
version: number;
|
|
5817
5817
|
program: string;
|
|
5818
5818
|
};
|
|
5819
|
-
__kind: "Btc";
|
|
5820
5819
|
} | {
|
|
5821
|
-
value: string;
|
|
5822
5820
|
__kind: "Arb";
|
|
5823
|
-
} | {
|
|
5824
5821
|
value: string;
|
|
5825
|
-
__kind: "Sol";
|
|
5826
5822
|
} | {
|
|
5823
|
+
__kind: "Sol";
|
|
5827
5824
|
value: string;
|
|
5825
|
+
} | {
|
|
5828
5826
|
__kind: "Hub";
|
|
5827
|
+
value: string;
|
|
5829
5828
|
} | null | undefined;
|
|
5830
5829
|
} | null | undefined;
|
|
5831
5830
|
};
|
|
5831
|
+
minPrice: string | number;
|
|
5832
5832
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
5833
5833
|
} | null | undefined;
|
|
5834
5834
|
dcaParameters?: {
|