@chainflip/processor 2.2.0-alpha.7 → 2.2.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/100/bitcoinBroadcaster/broadcastCallbackExecuted.d.cts +56 -56
- package/dist/100/bitcoinBroadcaster/broadcastCallbackExecuted.d.mts +56 -56
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.d.cts +40 -40
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.d.mts +40 -40
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.d.cts +40 -40
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.d.mts +40 -40
- package/dist/100/bitcoinIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/100/bitcoinIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.cts +40 -40
- package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.mts +40 -40
- package/dist/100/bitcoinIngressEgress/depositIgnored.d.cts +48 -48
- package/dist/100/bitcoinIngressEgress/depositIgnored.d.mts +48 -48
- package/dist/100/bitcoinIngressEgress/depositReceived.d.cts +48 -48
- package/dist/100/bitcoinIngressEgress/depositReceived.d.mts +48 -48
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.cts +108 -108
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.mts +108 -108
- package/dist/100/bitcoinIngressEgress/egressScheduled.d.cts +40 -40
- package/dist/100/bitcoinIngressEgress/egressScheduled.d.mts +40 -40
- package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.cts +40 -40
- package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.mts +40 -40
- package/dist/100/bitcoinThresholdSigner/currentKeyUnavailable.d.cts +4 -4
- package/dist/100/bitcoinThresholdSigner/currentKeyUnavailable.d.mts +4 -4
- package/dist/100/bitcoinThresholdSigner/failureReportProcessed.d.cts +4 -4
- package/dist/100/bitcoinThresholdSigner/failureReportProcessed.d.mts +4 -4
- package/dist/100/bitcoinThresholdSigner/retryRequested.d.cts +4 -4
- package/dist/100/bitcoinThresholdSigner/retryRequested.d.mts +4 -4
- package/dist/100/bitcoinThresholdSigner/signersUnavailable.d.cts +4 -4
- package/dist/100/bitcoinThresholdSigner/signersUnavailable.d.mts +4 -4
- package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.d.cts +64 -64
- package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.d.mts +64 -64
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureFailed.d.cts +4 -4
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureFailed.d.mts +4 -4
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureRequest.d.cts +4 -4
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureRequest.d.mts +4 -4
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureSuccess.d.cts +4 -4
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureSuccess.d.mts +4 -4
- package/dist/100/common.d.cts +249 -249
- package/dist/100/common.d.mts +249 -249
- package/dist/100/environment/runtimeSafeModeUpdated.d.cts +24 -24
- package/dist/100/environment/runtimeSafeModeUpdated.d.mts +24 -24
- package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.d.cts +56 -56
- package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.d.mts +56 -56
- package/dist/100/ethereumIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/100/ethereumIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.cts +40 -40
- package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.mts +40 -40
- package/dist/100/ethereumIngressEgress/depositIgnored.d.cts +4 -4
- package/dist/100/ethereumIngressEgress/depositIgnored.d.mts +4 -4
- package/dist/100/ethereumIngressEgress/depositReceived.d.cts +4 -4
- package/dist/100/ethereumIngressEgress/depositReceived.d.mts +4 -4
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.cts +40 -40
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.mts +40 -40
- package/dist/100/ethereumThresholdSigner/currentKeyUnavailable.d.cts +4 -4
- package/dist/100/ethereumThresholdSigner/currentKeyUnavailable.d.mts +4 -4
- package/dist/100/ethereumThresholdSigner/failureReportProcessed.d.cts +4 -4
- package/dist/100/ethereumThresholdSigner/failureReportProcessed.d.mts +4 -4
- package/dist/100/ethereumThresholdSigner/retryRequested.d.cts +4 -4
- package/dist/100/ethereumThresholdSigner/retryRequested.d.mts +4 -4
- package/dist/100/ethereumThresholdSigner/signersUnavailable.d.cts +4 -4
- package/dist/100/ethereumThresholdSigner/signersUnavailable.d.mts +4 -4
- package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.d.cts +64 -64
- package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.d.mts +64 -64
- package/dist/100/ethereumThresholdSigner/thresholdSignatureFailed.d.cts +4 -4
- package/dist/100/ethereumThresholdSigner/thresholdSignatureFailed.d.mts +4 -4
- package/dist/100/ethereumThresholdSigner/thresholdSignatureRequest.d.cts +4 -4
- package/dist/100/ethereumThresholdSigner/thresholdSignatureRequest.d.mts +4 -4
- package/dist/100/ethereumThresholdSigner/thresholdSignatureSuccess.d.cts +4 -4
- package/dist/100/ethereumThresholdSigner/thresholdSignatureSuccess.d.mts +4 -4
- package/dist/100/flip/remainingImbalance.d.cts +44 -44
- package/dist/100/flip/remainingImbalance.d.mts +44 -44
- package/dist/100/funding/boundExecutorAddress.d.cts +4 -4
- package/dist/100/funding/boundExecutorAddress.d.mts +4 -4
- package/dist/100/funding/boundRedeemAddress.d.cts +4 -4
- package/dist/100/funding/boundRedeemAddress.d.mts +4 -4
- package/dist/100/funding/failedFundingAttempt.d.cts +4 -4
- package/dist/100/funding/failedFundingAttempt.d.mts +4 -4
- package/dist/100/funding/funded.d.cts +4 -4
- package/dist/100/funding/funded.d.mts +4 -4
- package/dist/100/funding/redemptionRequested.d.cts +8 -8
- package/dist/100/funding/redemptionRequested.d.mts +8 -8
- package/dist/100/governance/failedExecution.d.cts +16 -16
- package/dist/100/governance/failedExecution.d.mts +16 -16
- package/dist/100/governance/govKeyCallExecutionFailed.d.cts +32 -32
- package/dist/100/governance/govKeyCallExecutionFailed.d.mts +32 -32
- package/dist/100/liquidityPools/assetSwapped.d.cts +24 -24
- package/dist/100/liquidityPools/assetSwapped.d.mts +24 -24
- package/dist/100/liquidityPools/limitOrderUpdated.d.cts +40 -40
- package/dist/100/liquidityPools/limitOrderUpdated.d.mts +40 -40
- package/dist/100/liquidityPools/newPoolCreated.d.cts +24 -24
- package/dist/100/liquidityPools/newPoolCreated.d.mts +24 -24
- package/dist/100/liquidityPools/poolFeeSet.d.cts +24 -24
- package/dist/100/liquidityPools/poolFeeSet.d.mts +24 -24
- package/dist/100/liquidityPools/poolStateUpdated.d.cts +24 -24
- package/dist/100/liquidityPools/poolStateUpdated.d.mts +24 -24
- package/dist/100/liquidityPools/rangeOrderUpdated.d.cts +40 -40
- package/dist/100/liquidityPools/rangeOrderUpdated.d.mts +40 -40
- package/dist/100/liquidityProvider/accountCredited.d.cts +12 -12
- package/dist/100/liquidityProvider/accountCredited.d.mts +12 -12
- package/dist/100/liquidityProvider/accountDebited.d.cts +12 -12
- package/dist/100/liquidityProvider/accountDebited.d.mts +12 -12
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.cts +30 -30
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.mts +30 -30
- package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.cts +88 -88
- package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.mts +88 -88
- package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.cts +28 -28
- package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.mts +28 -28
- package/dist/100/polkadotBroadcaster/broadcastCallbackExecuted.d.cts +56 -56
- package/dist/100/polkadotBroadcaster/broadcastCallbackExecuted.d.mts +56 -56
- package/dist/100/polkadotIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/100/polkadotIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.cts +40 -40
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.mts +40 -40
- package/dist/100/polkadotIngressEgress/depositIgnored.d.cts +4 -4
- package/dist/100/polkadotIngressEgress/depositIgnored.d.mts +4 -4
- package/dist/100/polkadotIngressEgress/depositReceived.d.cts +4 -4
- package/dist/100/polkadotIngressEgress/depositReceived.d.mts +4 -4
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.cts +40 -40
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.mts +40 -40
- package/dist/100/polkadotThresholdSigner/currentKeyUnavailable.d.cts +4 -4
- package/dist/100/polkadotThresholdSigner/currentKeyUnavailable.d.mts +4 -4
- package/dist/100/polkadotThresholdSigner/failureReportProcessed.d.cts +4 -4
- package/dist/100/polkadotThresholdSigner/failureReportProcessed.d.mts +4 -4
- package/dist/100/polkadotThresholdSigner/retryRequested.d.cts +4 -4
- package/dist/100/polkadotThresholdSigner/retryRequested.d.mts +4 -4
- package/dist/100/polkadotThresholdSigner/signersUnavailable.d.cts +4 -4
- package/dist/100/polkadotThresholdSigner/signersUnavailable.d.mts +4 -4
- package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.d.cts +64 -64
- package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.d.mts +64 -64
- package/dist/100/polkadotThresholdSigner/thresholdSignatureFailed.d.cts +4 -4
- package/dist/100/polkadotThresholdSigner/thresholdSignatureFailed.d.mts +4 -4
- package/dist/100/polkadotThresholdSigner/thresholdSignatureRequest.d.cts +4 -4
- package/dist/100/polkadotThresholdSigner/thresholdSignatureRequest.d.mts +4 -4
- package/dist/100/polkadotThresholdSigner/thresholdSignatureSuccess.d.cts +4 -4
- package/dist/100/polkadotThresholdSigner/thresholdSignatureSuccess.d.mts +4 -4
- package/dist/100/swapping/batchSwapFailed.d.cts +12 -12
- package/dist/100/swapping/batchSwapFailed.d.mts +12 -12
- package/dist/100/swapping/ccmDepositReceived.d.cts +128 -128
- package/dist/100/swapping/ccmDepositReceived.d.mts +128 -128
- package/dist/100/swapping/ccmFailed.d.cts +124 -124
- package/dist/100/swapping/ccmFailed.d.mts +124 -124
- package/dist/100/swapping/minimumSwapAmountSet.d.cts +12 -12
- package/dist/100/swapping/minimumSwapAmountSet.d.mts +12 -12
- package/dist/100/swapping/swapAmountTooLow.d.cts +38 -38
- package/dist/100/swapping/swapAmountTooLow.d.mts +38 -38
- package/dist/100/swapping/swapDepositAddressReady.d.cts +44 -44
- package/dist/100/swapping/swapDepositAddressReady.d.mts +44 -44
- package/dist/100/swapping/swapEgressScheduled.d.cts +20 -20
- package/dist/100/swapping/swapEgressScheduled.d.mts +20 -20
- package/dist/100/swapping/swapExecuted.d.cts +30 -30
- package/dist/100/swapping/swapExecuted.d.mts +30 -30
- package/dist/100/swapping/swapScheduled.d.cts +196 -196
- package/dist/100/swapping/swapScheduled.d.mts +196 -196
- package/dist/100/swapping/withdrawalRequested.d.cts +16 -16
- package/dist/100/swapping/withdrawalRequested.d.mts +16 -16
- package/dist/100/system/extrinsicFailed.d.cts +66 -66
- package/dist/100/system/extrinsicFailed.d.mts +66 -66
- package/dist/100/tokenholderGovernance/proposalEnacted.d.cts +16 -16
- package/dist/100/tokenholderGovernance/proposalEnacted.d.mts +16 -16
- package/dist/100/tokenholderGovernance/proposalPassed.d.cts +16 -16
- package/dist/100/tokenholderGovernance/proposalPassed.d.mts +16 -16
- package/dist/100/tokenholderGovernance/proposalRejected.d.cts +16 -16
- package/dist/100/tokenholderGovernance/proposalRejected.d.mts +16 -16
- package/dist/100/tokenholderGovernance/proposalSubmitted.d.cts +16 -16
- package/dist/100/tokenholderGovernance/proposalSubmitted.d.mts +16 -16
- package/dist/100/validator/rotationPhaseUpdated.d.cts +40 -40
- package/dist/100/validator/rotationPhaseUpdated.d.mts +40 -40
- package/dist/100/witnesser/witnessExecutionFailed.d.cts +32 -32
- package/dist/100/witnesser/witnessExecutionFailed.d.mts +32 -32
- package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.cts +214 -214
- package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.mts +214 -214
- package/dist/11000/arbitrumIngressEgress/depositFailed.d.cts +370 -370
- package/dist/11000/arbitrumIngressEgress/depositFailed.d.mts +370 -370
- package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +206 -206
- package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +206 -206
- package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.cts +214 -214
- package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.mts +214 -214
- package/dist/11000/assethubIngressEgress/depositFailed.d.cts +408 -408
- package/dist/11000/assethubIngressEgress/depositFailed.d.mts +408 -408
- package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +206 -206
- package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.mts +206 -206
- package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.cts +214 -214
- package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.mts +214 -214
- package/dist/11000/bitcoinIngressEgress/depositFailed.d.cts +631 -631
- package/dist/11000/bitcoinIngressEgress/depositFailed.d.mts +631 -631
- package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +206 -206
- package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +206 -206
- package/dist/11000/bitcoinIngressEgress/invalidCcmRefunded.d.cts +40 -40
- package/dist/11000/bitcoinIngressEgress/invalidCcmRefunded.d.mts +40 -40
- package/dist/11000/common.d.cts +2445 -2445
- package/dist/11000/common.d.mts +2445 -2445
- package/dist/11000/environment/runtimeSafeModeUpdated.d.cts +24 -24
- package/dist/11000/environment/runtimeSafeModeUpdated.d.mts +24 -24
- package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.d.cts +214 -214
- package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.d.mts +214 -214
- package/dist/11000/ethereumIngressEgress/depositFailed.d.cts +370 -370
- package/dist/11000/ethereumIngressEgress/depositFailed.d.mts +370 -370
- package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +206 -206
- package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +206 -206
- package/dist/11000/lendingPools/boostFundsAdded.d.cts +16 -16
- package/dist/11000/lendingPools/boostFundsAdded.d.mts +16 -16
- package/dist/11000/lendingPools/boostPoolCreated.d.cts +16 -16
- package/dist/11000/lendingPools/boostPoolCreated.d.mts +16 -16
- package/dist/11000/lendingPools/stoppedBoosting.d.cts +16 -16
- package/dist/11000/lendingPools/stoppedBoosting.d.mts +16 -16
- package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.cts +214 -214
- package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.mts +214 -214
- package/dist/11000/polkadotIngressEgress/depositFailed.d.cts +408 -408
- package/dist/11000/polkadotIngressEgress/depositFailed.d.mts +408 -408
- package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +206 -206
- package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +206 -206
- package/dist/11000/solanaElections/unknownElection.d.cts +8 -8
- package/dist/11000/solanaElections/unknownElection.d.mts +8 -8
- package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.cts +214 -214
- package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.mts +214 -214
- package/dist/11000/solanaIngressEgress/depositFailed.d.cts +370 -370
- package/dist/11000/solanaIngressEgress/depositFailed.d.mts +370 -370
- package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +206 -206
- package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +206 -206
- package/dist/11000/swapping/palletConfigUpdated.d.cts +64 -64
- package/dist/11000/swapping/palletConfigUpdated.d.mts +64 -64
- package/dist/11000/swapping/refundEgressScheduled.d.cts +32 -32
- package/dist/11000/swapping/refundEgressScheduled.d.mts +32 -32
- package/dist/11000/swapping/refundedOnChain.d.cts +16 -16
- package/dist/11000/swapping/refundedOnChain.d.mts +16 -16
- package/dist/11000/swapping/swapDepositAddressReady.d.cts +108 -108
- package/dist/11000/swapping/swapDepositAddressReady.d.mts +108 -108
- package/dist/11000/swapping/swapRequested.d.cts +212 -212
- package/dist/11000/swapping/swapRequested.d.mts +212 -212
- package/dist/11000/tradingStrategy/strategyDeployed.d.cts +48 -48
- package/dist/11000/tradingStrategy/strategyDeployed.d.mts +48 -48
- package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.cts +40 -40
- package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.mts +40 -40
- package/dist/111/common.d.cts +30 -30
- package/dist/111/common.d.mts +30 -30
- package/dist/111/liquidityPools/limitOrderUpdated.d.cts +50 -50
- package/dist/111/liquidityPools/limitOrderUpdated.d.mts +50 -50
- package/dist/111/liquidityPools/newPoolCreated.d.cts +24 -24
- package/dist/111/liquidityPools/newPoolCreated.d.mts +24 -24
- package/dist/111/liquidityPools/poolFeeSet.d.cts +24 -24
- package/dist/111/liquidityPools/poolFeeSet.d.mts +24 -24
- package/dist/111/liquidityPools/rangeOrderUpdated.d.cts +58 -58
- package/dist/111/liquidityPools/rangeOrderUpdated.d.mts +58 -58
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.cts +36 -36
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.mts +36 -36
- package/dist/11100/arbitrumIngressEgress/depositFailed.d.cts +44 -44
- package/dist/11100/arbitrumIngressEgress/depositFailed.d.mts +44 -44
- package/dist/11100/assethubIngressEgress/depositFailed.d.cts +80 -80
- package/dist/11100/assethubIngressEgress/depositFailed.d.mts +80 -80
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.cts +76 -76
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.mts +76 -76
- package/dist/11100/common.d.cts +370 -370
- package/dist/11100/common.d.mts +370 -370
- package/dist/11100/environment/runtimeSafeModeUpdated.d.cts +120 -120
- package/dist/11100/environment/runtimeSafeModeUpdated.d.mts +120 -120
- package/dist/11100/ethereumIngressEgress/depositFailed.d.cts +44 -44
- package/dist/11100/ethereumIngressEgress/depositFailed.d.mts +44 -44
- package/dist/11100/funding/sCCallCannotBeDecoded.d.cts +4 -4
- package/dist/11100/funding/sCCallCannotBeDecoded.d.mts +4 -4
- package/dist/11100/funding/sCCallCannotBeExecuted.d.cts +4 -4
- package/dist/11100/funding/sCCallCannotBeExecuted.d.mts +4 -4
- package/dist/11100/funding/sCCallExecuted.d.cts +4 -4
- package/dist/11100/funding/sCCallExecuted.d.mts +4 -4
- package/dist/11100/lendingPools/collateralAdded.d.cts +24 -24
- package/dist/11100/lendingPools/collateralAdded.d.mts +24 -24
- package/dist/11100/lendingPools/collateralRemoved.d.cts +24 -24
- package/dist/11100/lendingPools/collateralRemoved.d.mts +24 -24
- package/dist/11100/lendingPools/lendingFeeCollectionInitiated.d.cts +12 -12
- package/dist/11100/lendingPools/lendingFeeCollectionInitiated.d.mts +12 -12
- package/dist/11100/lendingPools/lendingFundsAdded.d.cts +14 -14
- package/dist/11100/lendingPools/lendingFundsAdded.d.mts +14 -14
- package/dist/11100/lendingPools/lendingFundsRemoved.d.cts +12 -12
- package/dist/11100/lendingPools/lendingFundsRemoved.d.mts +12 -12
- package/dist/11100/lendingPools/lendingPoolCreated.d.cts +12 -12
- package/dist/11100/lendingPools/lendingPoolCreated.d.mts +12 -12
- package/dist/11100/lendingPools/loanCreated.d.cts +16 -16
- package/dist/11100/lendingPools/loanCreated.d.mts +16 -16
- package/dist/11100/lendingPools/loanRepaid.d.cts +12 -12
- package/dist/11100/lendingPools/loanRepaid.d.mts +12 -12
- package/dist/11100/lendingPools/loanSettled.d.cts +12 -12
- package/dist/11100/lendingPools/loanSettled.d.mts +12 -12
- package/dist/11100/polkadotIngressEgress/depositFailed.d.cts +80 -80
- package/dist/11100/polkadotIngressEgress/depositFailed.d.mts +80 -80
- package/dist/11100/solanaIngressEgress/depositFailed.d.cts +44 -44
- package/dist/11100/solanaIngressEgress/depositFailed.d.mts +44 -44
- package/dist/11100/swapping/swapDepositAddressReady.d.cts +28 -28
- package/dist/11100/swapping/swapDepositAddressReady.d.mts +28 -28
- package/dist/11100/swapping/swapExecuted.d.cts +28 -28
- package/dist/11100/swapping/swapExecuted.d.mts +28 -28
- package/dist/11100/swapping/swapRequested.d.cts +68 -68
- package/dist/11100/swapping/swapRequested.d.mts +68 -68
- package/dist/11200/arbitrumIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/11200/arbitrumIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/11200/arbitrumIngressEgress/depositFailed.d.cts +368 -368
- package/dist/11200/arbitrumIngressEgress/depositFailed.d.mts +368 -368
- package/dist/11200/arbitrumIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/11200/arbitrumIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/11200/assethubIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/11200/assethubIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/11200/assethubIngressEgress/depositFailed.d.cts +404 -404
- package/dist/11200/assethubIngressEgress/depositFailed.d.mts +404 -404
- package/dist/11200/assethubIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/11200/assethubIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/11200/bitcoinIngressEgress/channelRejectionRequestReceived.d.cts +40 -40
- package/dist/11200/bitcoinIngressEgress/channelRejectionRequestReceived.d.mts +40 -40
- package/dist/11200/bitcoinIngressEgress/depositBoosted.d.cts +64 -64
- package/dist/11200/bitcoinIngressEgress/depositBoosted.d.mts +64 -64
- package/dist/11200/bitcoinIngressEgress/depositFailed.d.cts +640 -640
- package/dist/11200/bitcoinIngressEgress/depositFailed.d.mts +640 -640
- package/dist/11200/bitcoinIngressEgress/depositFinalised.d.cts +52 -52
- package/dist/11200/bitcoinIngressEgress/depositFinalised.d.mts +52 -52
- package/dist/11200/common.d.cts +2751 -2751
- package/dist/11200/common.d.mts +2751 -2751
- package/dist/11200/environment/runtimeSafeModeUpdated.d.cts +24 -24
- package/dist/11200/environment/runtimeSafeModeUpdated.d.mts +24 -24
- package/dist/11200/ethereumIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/11200/ethereumIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/11200/ethereumIngressEgress/depositFailed.d.cts +368 -368
- package/dist/11200/ethereumIngressEgress/depositFailed.d.mts +368 -368
- package/dist/11200/ethereumIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/11200/ethereumIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/11200/polkadotIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/11200/polkadotIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/11200/polkadotIngressEgress/depositFailed.d.cts +404 -404
- package/dist/11200/polkadotIngressEgress/depositFailed.d.mts +404 -404
- package/dist/11200/polkadotIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/11200/polkadotIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/11200/solanaIngressEgress/depositBoosted.d.cts +40 -40
- package/dist/11200/solanaIngressEgress/depositBoosted.d.mts +40 -40
- package/dist/11200/solanaIngressEgress/depositFailed.d.cts +432 -432
- package/dist/11200/solanaIngressEgress/depositFailed.d.mts +432 -432
- package/dist/11200/solanaIngressEgress/depositFinalised.d.cts +28 -28
- package/dist/11200/solanaIngressEgress/depositFinalised.d.mts +28 -28
- package/dist/11200/solanaIngressEgress/transactionRejectedByBroker.d.cts +16 -16
- package/dist/11200/solanaIngressEgress/transactionRejectedByBroker.d.mts +16 -16
- package/dist/11200/solanaIngressEgress/transactionRejectionFailed.d.cts +16 -16
- package/dist/11200/solanaIngressEgress/transactionRejectionFailed.d.mts +16 -16
- package/dist/11200/swapping/swapRequested.d.cts +760 -760
- package/dist/11200/swapping/swapRequested.d.mts +760 -760
- package/dist/120/bitcoinIngressEgress/depositIgnored.d.cts +8 -8
- package/dist/120/bitcoinIngressEgress/depositIgnored.d.mts +8 -8
- package/dist/120/bitcoinIngressEgress/depositReceived.d.cts +8 -8
- package/dist/120/bitcoinIngressEgress/depositReceived.d.mts +8 -8
- package/dist/120/emissions/networkFeeBurned.d.cts +4 -4
- package/dist/120/emissions/networkFeeBurned.d.mts +4 -4
- package/dist/120/ethereumIngressEgress/depositIgnored.d.cts +6 -6
- package/dist/120/ethereumIngressEgress/depositIgnored.d.mts +6 -6
- package/dist/120/ethereumIngressEgress/depositReceived.d.cts +6 -6
- package/dist/120/ethereumIngressEgress/depositReceived.d.mts +6 -6
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.cts +12 -12
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.mts +12 -12
- package/dist/120/polkadotIngressEgress/depositIgnored.d.cts +6 -6
- package/dist/120/polkadotIngressEgress/depositIgnored.d.mts +6 -6
- package/dist/120/polkadotIngressEgress/depositReceived.d.cts +6 -6
- package/dist/120/polkadotIngressEgress/depositReceived.d.mts +6 -6
- package/dist/120/swapping/swapEgressIgnored.d.cts +4 -4
- package/dist/120/swapping/swapEgressIgnored.d.mts +4 -4
- package/dist/120/swapping/swapEgressScheduled.d.cts +4 -4
- package/dist/120/swapping/swapEgressScheduled.d.mts +4 -4
- package/dist/120/swapping/withdrawalRequested.d.cts +8 -8
- package/dist/120/swapping/withdrawalRequested.d.mts +8 -8
- package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +4 -4
- package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.mts +4 -4
- package/dist/131/common.d.cts +11 -11
- package/dist/131/common.d.mts +11 -11
- package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.cts +4 -4
- package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.mts +4 -4
- package/dist/131/liquidityPools/assetSwapped.d.cts +24 -24
- package/dist/131/liquidityPools/assetSwapped.d.mts +24 -24
- package/dist/131/liquidityPools/limitOrderUpdated.d.cts +32 -32
- package/dist/131/liquidityPools/limitOrderUpdated.d.mts +32 -32
- package/dist/131/liquidityPools/newPoolCreated.d.cts +24 -24
- package/dist/131/liquidityPools/newPoolCreated.d.mts +24 -24
- package/dist/131/liquidityPools/poolFeeSet.d.cts +24 -24
- package/dist/131/liquidityPools/poolFeeSet.d.mts +24 -24
- package/dist/131/liquidityPools/rangeOrderUpdated.d.cts +40 -40
- package/dist/131/liquidityPools/rangeOrderUpdated.d.mts +40 -40
- package/dist/131/liquidityProvider/accountCredited.d.cts +12 -12
- package/dist/131/liquidityProvider/accountCredited.d.mts +12 -12
- package/dist/131/liquidityProvider/accountDebited.d.cts +12 -12
- package/dist/131/liquidityProvider/accountDebited.d.mts +12 -12
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.cts +22 -22
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.mts +22 -22
- package/dist/131/liquidityProvider/liquidityDepositCredited.d.cts +12 -12
- package/dist/131/liquidityProvider/liquidityDepositCredited.d.mts +12 -12
- package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.cts +20 -20
- package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.mts +20 -20
- package/dist/131/swapping/batchSwapFailed.d.cts +12 -12
- package/dist/131/swapping/batchSwapFailed.d.mts +12 -12
- package/dist/131/swapping/ccmFailed.d.cts +76 -76
- package/dist/131/swapping/ccmFailed.d.mts +76 -76
- package/dist/131/swapping/maximumSwapAmountSet.d.cts +12 -12
- package/dist/131/swapping/maximumSwapAmountSet.d.mts +12 -12
- package/dist/131/swapping/swapAmountConfiscated.d.cts +24 -24
- package/dist/131/swapping/swapAmountConfiscated.d.mts +24 -24
- package/dist/131/swapping/swapDepositAddressReady.d.cts +50 -50
- package/dist/131/swapping/swapDepositAddressReady.d.mts +50 -50
- package/dist/131/swapping/swapEgressIgnored.d.cts +16 -16
- package/dist/131/swapping/swapEgressIgnored.d.mts +16 -16
- package/dist/131/swapping/swapEgressScheduled.d.cts +16 -16
- package/dist/131/swapping/swapEgressScheduled.d.mts +16 -16
- package/dist/131/swapping/swapExecuted.d.cts +30 -30
- package/dist/131/swapping/swapExecuted.d.mts +30 -30
- package/dist/131/swapping/swapScheduled.d.cts +54 -54
- package/dist/131/swapping/swapScheduled.d.mts +54 -54
- package/dist/131/swapping/withdrawalRequested.d.cts +22 -22
- package/dist/131/swapping/withdrawalRequested.d.mts +22 -22
- package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.cts +56 -56
- package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.mts +56 -56
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.cts +32 -32
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.mts +32 -32
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.cts +4 -4
- package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.mts +4 -4
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/141/arbitrumIngressEgress/depositIgnored.d.cts +4 -4
- package/dist/141/arbitrumIngressEgress/depositIgnored.d.mts +4 -4
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.cts +40 -40
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.mts +40 -40
- package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +56 -56
- package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +56 -56
- package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +8 -8
- package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.mts +8 -8
- package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.cts +8 -8
- package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.mts +8 -8
- package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.cts +32 -32
- package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.mts +32 -32
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.cts +48 -48
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.mts +48 -48
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.cts +48 -48
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.mts +48 -48
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +8 -8
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.mts +8 -8
- package/dist/141/common.d.cts +243 -243
- package/dist/141/common.d.mts +243 -243
- package/dist/141/environment/runtimeSafeModeUpdated.d.cts +24 -24
- package/dist/141/environment/runtimeSafeModeUpdated.d.mts +24 -24
- package/dist/141/environment/staleUtxosDiscarded.d.cts +36 -36
- package/dist/141/environment/staleUtxosDiscarded.d.mts +36 -36
- package/dist/141/ethereumIngressEgress/ccmEgressInvalid.d.cts +32 -32
- package/dist/141/ethereumIngressEgress/ccmEgressInvalid.d.mts +32 -32
- package/dist/141/ethereumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/141/ethereumIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/141/ethereumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/141/ethereumIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +8 -8
- package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.mts +8 -8
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.cts +56 -56
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.mts +56 -56
- package/dist/141/liquidityPools/limitOrderUpdated.d.cts +16 -16
- package/dist/141/liquidityPools/limitOrderUpdated.d.mts +16 -16
- package/dist/141/liquidityPools/rangeOrderUpdated.d.cts +40 -40
- package/dist/141/liquidityPools/rangeOrderUpdated.d.mts +40 -40
- package/dist/141/liquidityProvider/accountCredited.d.cts +4 -4
- package/dist/141/liquidityProvider/accountCredited.d.mts +4 -4
- package/dist/141/liquidityProvider/accountDebited.d.cts +4 -4
- package/dist/141/liquidityProvider/accountDebited.d.mts +4 -4
- package/dist/141/liquidityProvider/assetTransferred.d.cts +4 -4
- package/dist/141/liquidityProvider/assetTransferred.d.mts +4 -4
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.cts +16 -16
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.mts +16 -16
- package/dist/141/liquidityProvider/liquidityDepositCredited.d.cts +4 -4
- package/dist/141/liquidityProvider/liquidityDepositCredited.d.mts +4 -4
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.cts +96 -96
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.mts +96 -96
- package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.cts +12 -12
- package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.mts +12 -12
- package/dist/141/polkadotIngressEgress/ccmEgressInvalid.d.cts +32 -32
- package/dist/141/polkadotIngressEgress/ccmEgressInvalid.d.mts +32 -32
- package/dist/141/polkadotIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/141/polkadotIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/141/polkadotIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/141/polkadotIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +8 -8
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.mts +8 -8
- package/dist/141/swapping/batchSwapFailed.d.cts +4 -4
- package/dist/141/swapping/batchSwapFailed.d.mts +4 -4
- package/dist/141/swapping/ccmDepositReceived.d.cts +144 -144
- package/dist/141/swapping/ccmDepositReceived.d.mts +144 -144
- package/dist/141/swapping/ccmFailed.d.cts +146 -146
- package/dist/141/swapping/ccmFailed.d.mts +146 -146
- package/dist/141/swapping/swapDepositAddressReady.d.cts +16 -16
- package/dist/141/swapping/swapDepositAddressReady.d.mts +16 -16
- package/dist/141/swapping/swapEgressIgnored.d.cts +40 -40
- package/dist/141/swapping/swapEgressIgnored.d.mts +40 -40
- package/dist/141/swapping/swapEgressScheduled.d.cts +8 -8
- package/dist/141/swapping/swapEgressScheduled.d.mts +8 -8
- package/dist/141/swapping/swapExecuted.d.cts +152 -152
- package/dist/141/swapping/swapExecuted.d.mts +152 -152
- package/dist/141/swapping/swapScheduled.d.cts +174 -174
- package/dist/141/swapping/swapScheduled.d.mts +174 -174
- package/dist/141/swapping/withdrawalRequested.d.cts +8 -8
- package/dist/141/swapping/withdrawalRequested.d.mts +8 -8
- package/dist/141/tokenholderGovernance/proposalEnacted.d.cts +16 -16
- package/dist/141/tokenholderGovernance/proposalEnacted.d.mts +16 -16
- package/dist/141/tokenholderGovernance/proposalPassed.d.cts +16 -16
- package/dist/141/tokenholderGovernance/proposalPassed.d.mts +16 -16
- package/dist/141/tokenholderGovernance/proposalRejected.d.cts +16 -16
- package/dist/141/tokenholderGovernance/proposalRejected.d.mts +16 -16
- package/dist/141/tokenholderGovernance/proposalSubmitted.d.cts +16 -16
- package/dist/141/tokenholderGovernance/proposalSubmitted.d.mts +16 -16
- package/dist/141/validator/rotationPhaseUpdated.d.cts +40 -40
- package/dist/141/validator/rotationPhaseUpdated.d.mts +40 -40
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.cts +40 -40
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.mts +40 -40
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/150/arbitrumIngressEgress/depositIgnored.d.cts +4 -4
- package/dist/150/arbitrumIngressEgress/depositIgnored.d.mts +4 -4
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.cts +40 -40
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.mts +40 -40
- package/dist/150/assetBalances/refundScheduled.d.cts +104 -104
- package/dist/150/assetBalances/refundScheduled.d.mts +104 -104
- package/dist/150/assetBalances/refundSkipped.d.cts +192 -192
- package/dist/150/assetBalances/refundSkipped.d.mts +192 -192
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.cts +40 -40
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.mts +40 -40
- package/dist/150/bitcoinIngressEgress/depositBoosted.d.cts +52 -52
- package/dist/150/bitcoinIngressEgress/depositBoosted.d.mts +52 -52
- package/dist/150/bitcoinIngressEgress/depositFinalised.d.cts +48 -48
- package/dist/150/bitcoinIngressEgress/depositFinalised.d.mts +48 -48
- package/dist/150/common.d.cts +289 -289
- package/dist/150/common.d.mts +289 -289
- package/dist/150/emissions/networkFeeBurned.d.cts +4 -4
- package/dist/150/emissions/networkFeeBurned.d.mts +4 -4
- package/dist/150/environment/runtimeSafeModeUpdated.d.cts +80 -80
- package/dist/150/environment/runtimeSafeModeUpdated.d.mts +80 -80
- package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.cts +40 -40
- package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.mts +40 -40
- package/dist/150/ethereumIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/150/ethereumIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/150/ethereumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/150/ethereumIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/150/ethereumIngressEgress/depositIgnored.d.cts +4 -4
- package/dist/150/ethereumIngressEgress/depositIgnored.d.mts +4 -4
- package/dist/150/ethereumIngressEgress/depositWitnessRejected.d.cts +40 -40
- package/dist/150/ethereumIngressEgress/depositWitnessRejected.d.mts +40 -40
- package/dist/150/liquidityPools/assetSwapped.d.cts +24 -24
- package/dist/150/liquidityPools/assetSwapped.d.mts +24 -24
- package/dist/150/liquidityPools/limitOrderUpdated.d.cts +48 -48
- package/dist/150/liquidityPools/limitOrderUpdated.d.mts +48 -48
- package/dist/150/liquidityPools/newPoolCreated.d.cts +24 -24
- package/dist/150/liquidityPools/newPoolCreated.d.mts +24 -24
- package/dist/150/liquidityPools/poolFeeSet.d.cts +24 -24
- package/dist/150/liquidityPools/poolFeeSet.d.mts +24 -24
- package/dist/150/liquidityPools/rangeOrderUpdated.d.cts +80 -80
- package/dist/150/liquidityPools/rangeOrderUpdated.d.mts +80 -80
- package/dist/150/liquidityProvider/accountCredited.d.cts +12 -12
- package/dist/150/liquidityProvider/accountCredited.d.mts +12 -12
- package/dist/150/liquidityProvider/accountDebited.d.cts +12 -12
- package/dist/150/liquidityProvider/accountDebited.d.mts +12 -12
- package/dist/150/liquidityProvider/assetTransferred.d.cts +12 -12
- package/dist/150/liquidityProvider/assetTransferred.d.mts +12 -12
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.cts +22 -22
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.mts +22 -22
- package/dist/150/liquidityProvider/liquidityDepositCredited.d.cts +12 -12
- package/dist/150/liquidityProvider/liquidityDepositCredited.d.mts +12 -12
- package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.cts +100 -100
- package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.mts +100 -100
- package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.cts +28 -28
- package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.mts +28 -28
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.cts +40 -40
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.mts +40 -40
- package/dist/150/polkadotIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/150/polkadotIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/150/polkadotIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/150/polkadotIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/150/polkadotIngressEgress/depositIgnored.d.cts +4 -4
- package/dist/150/polkadotIngressEgress/depositIgnored.d.mts +4 -4
- package/dist/150/polkadotIngressEgress/depositWitnessRejected.d.cts +40 -40
- package/dist/150/polkadotIngressEgress/depositWitnessRejected.d.mts +40 -40
- package/dist/150/solanaBroadcaster/broadcastCallbackExecuted.d.cts +56 -56
- package/dist/150/solanaBroadcaster/broadcastCallbackExecuted.d.mts +56 -56
- package/dist/150/solanaBroadcaster/transactionBroadcastRequest.d.cts +4 -4
- package/dist/150/solanaBroadcaster/transactionBroadcastRequest.d.mts +4 -4
- package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.cts +40 -40
- package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.mts +40 -40
- package/dist/150/solanaIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/150/solanaIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/150/solanaIngressEgress/depositFetchesScheduled.d.cts +4 -4
- package/dist/150/solanaIngressEgress/depositFetchesScheduled.d.mts +4 -4
- package/dist/150/solanaIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/150/solanaIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/150/solanaIngressEgress/depositWitnessRejected.d.cts +32 -32
- package/dist/150/solanaIngressEgress/depositWitnessRejected.d.mts +32 -32
- package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +56 -56
- package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +56 -56
- package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.d.cts +8 -8
- package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.d.mts +8 -8
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.cts +56 -56
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.mts +56 -56
- package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.cts +4 -4
- package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.mts +4 -4
- package/dist/150/swapping/batchSwapFailed.d.cts +12 -12
- package/dist/150/swapping/batchSwapFailed.d.mts +12 -12
- package/dist/150/swapping/ccmDepositReceived.d.cts +172 -172
- package/dist/150/swapping/ccmDepositReceived.d.mts +172 -172
- package/dist/150/swapping/ccmFailed.d.cts +244 -244
- package/dist/150/swapping/ccmFailed.d.mts +244 -244
- package/dist/150/swapping/maximumSwapAmountSet.d.cts +12 -12
- package/dist/150/swapping/maximumSwapAmountSet.d.mts +12 -12
- package/dist/150/swapping/refundEgressIgnored.d.cts +46 -46
- package/dist/150/swapping/refundEgressIgnored.d.mts +46 -46
- package/dist/150/swapping/refundEgressScheduled.d.cts +22 -22
- package/dist/150/swapping/refundEgressScheduled.d.mts +22 -22
- package/dist/150/swapping/swapAmountConfiscated.d.cts +24 -24
- package/dist/150/swapping/swapAmountConfiscated.d.mts +24 -24
- package/dist/150/swapping/swapDepositAddressReady.d.cts +58 -58
- package/dist/150/swapping/swapDepositAddressReady.d.mts +58 -58
- package/dist/150/swapping/swapEgressIgnored.d.cts +46 -46
- package/dist/150/swapping/swapEgressIgnored.d.mts +46 -46
- package/dist/150/swapping/swapEgressScheduled.d.cts +22 -22
- package/dist/150/swapping/swapEgressScheduled.d.mts +22 -22
- package/dist/150/swapping/swapExecuted.d.cts +196 -196
- package/dist/150/swapping/swapExecuted.d.mts +196 -196
- package/dist/150/swapping/swapScheduled.d.cts +278 -278
- package/dist/150/swapping/swapScheduled.d.mts +278 -278
- package/dist/150/swapping/withdrawalRequested.d.cts +32 -32
- package/dist/150/swapping/withdrawalRequested.d.mts +32 -32
- package/dist/150/tokenholderGovernance/proposalEnacted.d.cts +16 -16
- package/dist/150/tokenholderGovernance/proposalEnacted.d.mts +16 -16
- package/dist/150/tokenholderGovernance/proposalPassed.d.cts +16 -16
- package/dist/150/tokenholderGovernance/proposalPassed.d.mts +16 -16
- package/dist/150/tokenholderGovernance/proposalRejected.d.cts +16 -16
- package/dist/150/tokenholderGovernance/proposalRejected.d.mts +16 -16
- package/dist/150/tokenholderGovernance/proposalSubmitted.d.cts +16 -16
- package/dist/150/tokenholderGovernance/proposalSubmitted.d.mts +16 -16
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.cts +28 -28
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.mts +28 -28
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.cts +20 -20
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.mts +20 -20
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/160/assetBalances/accountCredited.d.cts +12 -12
- package/dist/160/assetBalances/accountCredited.d.mts +12 -12
- package/dist/160/assetBalances/accountDebited.d.cts +12 -12
- package/dist/160/assetBalances/accountDebited.d.mts +12 -12
- package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.cts +28 -28
- package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.mts +28 -28
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.cts +20 -20
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.mts +20 -20
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/160/common.d.cts +88 -88
- package/dist/160/common.d.mts +88 -88
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.cts +28 -28
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.mts +28 -28
- package/dist/160/ethereumIngressEgress/depositBoosted.d.cts +20 -20
- package/dist/160/ethereumIngressEgress/depositBoosted.d.mts +20 -20
- package/dist/160/ethereumIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/160/ethereumIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/160/liquidityPools/assetSwapped.d.cts +24 -24
- package/dist/160/liquidityPools/assetSwapped.d.mts +24 -24
- package/dist/160/liquidityPools/limitOrderUpdated.d.cts +24 -24
- package/dist/160/liquidityPools/limitOrderUpdated.d.mts +24 -24
- package/dist/160/liquidityPools/newPoolCreated.d.cts +24 -24
- package/dist/160/liquidityPools/newPoolCreated.d.mts +24 -24
- package/dist/160/liquidityPools/orderDeletionFailed.d.cts +64 -64
- package/dist/160/liquidityPools/orderDeletionFailed.d.mts +64 -64
- package/dist/160/liquidityPools/poolFeeSet.d.cts +24 -24
- package/dist/160/liquidityPools/poolFeeSet.d.mts +24 -24
- package/dist/160/liquidityPools/rangeOrderUpdated.d.cts +48 -48
- package/dist/160/liquidityPools/rangeOrderUpdated.d.mts +48 -48
- package/dist/160/liquidityProvider/assetTransferred.d.cts +12 -12
- package/dist/160/liquidityProvider/assetTransferred.d.mts +12 -12
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.cts +26 -26
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.mts +26 -26
- package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.cts +28 -28
- package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.mts +28 -28
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.cts +28 -28
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.mts +28 -28
- package/dist/160/polkadotIngressEgress/depositBoosted.d.cts +20 -20
- package/dist/160/polkadotIngressEgress/depositBoosted.d.mts +20 -20
- package/dist/160/polkadotIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/160/polkadotIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/160/solanaIngressEgress/boostFundsAdded.d.cts +4 -4
- package/dist/160/solanaIngressEgress/boostFundsAdded.d.mts +4 -4
- package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.cts +28 -28
- package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.mts +28 -28
- package/dist/160/solanaIngressEgress/depositBoosted.d.cts +16 -16
- package/dist/160/solanaIngressEgress/depositBoosted.d.mts +16 -16
- package/dist/160/solanaIngressEgress/depositFetchesScheduled.d.cts +4 -4
- package/dist/160/solanaIngressEgress/depositFetchesScheduled.d.mts +4 -4
- package/dist/160/solanaIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/160/solanaIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/160/solanaIngressEgress/depositWitnessRejected.d.cts +16 -16
- package/dist/160/solanaIngressEgress/depositWitnessRejected.d.mts +16 -16
- package/dist/160/solanaIngressEgress/insufficientBoostLiquidity.d.cts +8 -8
- package/dist/160/solanaIngressEgress/insufficientBoostLiquidity.d.mts +8 -8
- package/dist/160/solanaIngressEgress/stoppedBoosting.d.cts +4 -4
- package/dist/160/solanaIngressEgress/stoppedBoosting.d.mts +4 -4
- package/dist/160/solanaIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/160/solanaIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/160/swapping/batchSwapFailed.d.cts +12 -12
- package/dist/160/swapping/batchSwapFailed.d.mts +12 -12
- package/dist/160/swapping/ccmFailed.d.cts +28 -28
- package/dist/160/swapping/ccmFailed.d.mts +28 -28
- package/dist/160/swapping/maximumSwapAmountSet.d.cts +12 -12
- package/dist/160/swapping/maximumSwapAmountSet.d.mts +12 -12
- package/dist/160/swapping/refundEgressIgnored.d.cts +30 -30
- package/dist/160/swapping/refundEgressIgnored.d.mts +30 -30
- package/dist/160/swapping/refundEgressScheduled.d.cts +22 -22
- package/dist/160/swapping/refundEgressScheduled.d.mts +22 -22
- package/dist/160/swapping/swapAmountConfiscated.d.cts +14 -14
- package/dist/160/swapping/swapAmountConfiscated.d.mts +14 -14
- package/dist/160/swapping/swapDepositAddressReady.d.cts +50 -50
- package/dist/160/swapping/swapDepositAddressReady.d.mts +50 -50
- package/dist/160/swapping/swapEgressIgnored.d.cts +30 -30
- package/dist/160/swapping/swapEgressIgnored.d.mts +30 -30
- package/dist/160/swapping/swapEgressScheduled.d.cts +22 -22
- package/dist/160/swapping/swapEgressScheduled.d.mts +22 -22
- package/dist/160/swapping/swapExecuted.d.cts +24 -24
- package/dist/160/swapping/swapExecuted.d.mts +24 -24
- package/dist/160/swapping/swapRequested.d.cts +76 -76
- package/dist/160/swapping/swapRequested.d.mts +76 -76
- package/dist/160/swapping/swapScheduled.d.cts +12 -12
- package/dist/160/swapping/swapScheduled.d.mts +12 -12
- package/dist/160/swapping/withdrawalRequested.d.cts +30 -30
- package/dist/160/swapping/withdrawalRequested.d.mts +30 -30
- package/dist/170/arbitrumIngressEgress/boostedDepositLost.d.cts +4 -4
- package/dist/170/arbitrumIngressEgress/boostedDepositLost.d.mts +4 -4
- package/dist/170/arbitrumIngressEgress/ccmFailed.d.cts +74 -74
- package/dist/170/arbitrumIngressEgress/ccmFailed.d.mts +74 -74
- package/dist/170/arbitrumIngressEgress/depositIgnored.d.cts +12 -12
- package/dist/170/arbitrumIngressEgress/depositIgnored.d.mts +12 -12
- package/dist/170/bitcoinIngressEgress/boostedDepositLost.d.cts +4 -4
- package/dist/170/bitcoinIngressEgress/boostedDepositLost.d.mts +4 -4
- package/dist/170/bitcoinIngressEgress/ccmFailed.d.cts +74 -74
- package/dist/170/bitcoinIngressEgress/ccmFailed.d.mts +74 -74
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.cts +20 -20
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.mts +20 -20
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.cts +20 -20
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.mts +20 -20
- package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.cts +8 -8
- package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.mts +8 -8
- package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.cts +8 -8
- package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.mts +8 -8
- package/dist/170/common.d.cts +70 -70
- package/dist/170/common.d.mts +70 -70
- package/dist/170/ethereumIngressEgress/boostedDepositLost.d.cts +4 -4
- package/dist/170/ethereumIngressEgress/boostedDepositLost.d.mts +4 -4
- package/dist/170/ethereumIngressEgress/ccmFailed.d.cts +74 -74
- package/dist/170/ethereumIngressEgress/ccmFailed.d.mts +74 -74
- package/dist/170/ethereumIngressEgress/depositIgnored.d.cts +12 -12
- package/dist/170/ethereumIngressEgress/depositIgnored.d.mts +12 -12
- package/dist/170/polkadotIngressEgress/boostedDepositLost.d.cts +4 -4
- package/dist/170/polkadotIngressEgress/boostedDepositLost.d.mts +4 -4
- package/dist/170/polkadotIngressEgress/ccmFailed.d.cts +74 -74
- package/dist/170/polkadotIngressEgress/ccmFailed.d.mts +74 -74
- package/dist/170/polkadotIngressEgress/depositIgnored.d.cts +12 -12
- package/dist/170/polkadotIngressEgress/depositIgnored.d.mts +12 -12
- package/dist/170/reputation/offencePenalty.d.cts +4 -4
- package/dist/170/reputation/offencePenalty.d.mts +4 -4
- package/dist/170/solanaIngressEgress/boostedDepositLost.d.cts +4 -4
- package/dist/170/solanaIngressEgress/boostedDepositLost.d.mts +4 -4
- package/dist/170/solanaIngressEgress/ccmFailed.d.cts +74 -74
- package/dist/170/solanaIngressEgress/ccmFailed.d.mts +74 -74
- package/dist/170/solanaIngressEgress/depositIgnored.d.cts +12 -12
- package/dist/170/solanaIngressEgress/depositIgnored.d.mts +12 -12
- package/dist/170/swapping/minimumChunkSizeSet.d.cts +12 -12
- package/dist/170/swapping/minimumChunkSizeSet.d.mts +12 -12
- package/dist/170/swapping/swapRequested.d.cts +106 -106
- package/dist/170/swapping/swapRequested.d.mts +106 -106
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/180/arbitrumIngressEgress/depositFailed.d.cts +56 -56
- package/dist/180/arbitrumIngressEgress/depositFailed.d.mts +56 -56
- package/dist/180/arbitrumIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/180/arbitrumIngressEgress/depositFinalised.d.mts +4 -4
- package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/180/bitcoinIngressEgress/depositFailed.d.cts +56 -56
- package/dist/180/bitcoinIngressEgress/depositFailed.d.mts +56 -56
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.mts +4 -4
- package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/180/common.d.cts +158 -158
- package/dist/180/common.d.mts +158 -158
- package/dist/180/ethereumIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/180/ethereumIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/180/ethereumIngressEgress/depositFailed.d.cts +56 -56
- package/dist/180/ethereumIngressEgress/depositFailed.d.mts +56 -56
- package/dist/180/ethereumIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/180/ethereumIngressEgress/depositFinalised.d.mts +4 -4
- package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/180/polkadotIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/180/polkadotIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/180/polkadotIngressEgress/depositFailed.d.cts +56 -56
- package/dist/180/polkadotIngressEgress/depositFailed.d.mts +56 -56
- package/dist/180/polkadotIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/180/polkadotIngressEgress/depositFinalised.d.mts +4 -4
- package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/180/solanaIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/180/solanaIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/180/solanaIngressEgress/depositFailed.d.cts +32 -32
- package/dist/180/solanaIngressEgress/depositFailed.d.mts +32 -32
- package/dist/180/solanaIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/180/solanaIngressEgress/depositFinalised.d.mts +4 -4
- package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/180/swapping/refundEgressScheduled.d.cts +26 -26
- package/dist/180/swapping/refundEgressScheduled.d.mts +26 -26
- package/dist/180/swapping/swapDepositAddressReady.d.cts +28 -28
- package/dist/180/swapping/swapDepositAddressReady.d.mts +28 -28
- package/dist/180/swapping/swapEgressScheduled.d.cts +26 -26
- package/dist/180/swapping/swapEgressScheduled.d.mts +26 -26
- package/dist/180/swapping/swapRequested.d.cts +32 -32
- package/dist/180/swapping/swapRequested.d.mts +32 -32
- package/dist/180/swapping/swapScheduled.d.cts +12 -12
- package/dist/180/swapping/swapScheduled.d.mts +12 -12
- package/dist/180/swapping/withdrawalRequested.d.cts +12 -12
- package/dist/180/swapping/withdrawalRequested.d.mts +12 -12
- package/dist/190/arbitrumIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/190/arbitrumIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/190/arbitrumIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/190/arbitrumIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/190/arbitrumIngressEgress/depositFailed.d.cts +60 -60
- package/dist/190/arbitrumIngressEgress/depositFailed.d.mts +60 -60
- package/dist/190/arbitrumIngressEgress/depositFinalised.d.cts +16 -16
- package/dist/190/arbitrumIngressEgress/depositFinalised.d.mts +16 -16
- package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/190/assetBalances/accountCredited.d.cts +4 -4
- package/dist/190/assetBalances/accountCredited.d.mts +4 -4
- package/dist/190/assetBalances/accountDebited.d.cts +4 -4
- package/dist/190/assetBalances/accountDebited.d.mts +4 -4
- package/dist/190/assethubIngressEgress/boostedDepositLost.d.cts +4 -4
- package/dist/190/assethubIngressEgress/boostedDepositLost.d.mts +4 -4
- package/dist/190/assethubIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/190/assethubIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/190/assethubIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/190/assethubIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/190/assethubIngressEgress/depositFailed.d.cts +60 -60
- package/dist/190/assethubIngressEgress/depositFailed.d.mts +60 -60
- package/dist/190/assethubIngressEgress/depositFinalised.d.cts +16 -16
- package/dist/190/assethubIngressEgress/depositFinalised.d.mts +16 -16
- package/dist/190/assethubIngressEgress/transactionRejectionRequestExpired.d.cts +4 -4
- package/dist/190/assethubIngressEgress/transactionRejectionRequestExpired.d.mts +4 -4
- package/dist/190/assethubIngressEgress/transactionRejectionRequestReceived.d.cts +4 -4
- package/dist/190/assethubIngressEgress/transactionRejectionRequestReceived.d.mts +4 -4
- package/dist/190/assethubIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/190/assethubIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/190/bitcoinIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/190/bitcoinIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/190/bitcoinIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/190/bitcoinIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/190/bitcoinIngressEgress/depositFailed.d.cts +60 -60
- package/dist/190/bitcoinIngressEgress/depositFailed.d.mts +60 -60
- package/dist/190/bitcoinIngressEgress/depositFinalised.d.cts +16 -16
- package/dist/190/bitcoinIngressEgress/depositFinalised.d.mts +16 -16
- package/dist/190/bitcoinIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/190/bitcoinIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/190/common.d.cts +250 -250
- package/dist/190/common.d.mts +250 -250
- package/dist/190/environment/runtimeSafeModeUpdated.d.cts +92 -92
- package/dist/190/environment/runtimeSafeModeUpdated.d.mts +92 -92
- package/dist/190/ethereumIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/190/ethereumIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/190/ethereumIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/190/ethereumIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/190/ethereumIngressEgress/depositFailed.d.cts +60 -60
- package/dist/190/ethereumIngressEgress/depositFailed.d.mts +60 -60
- package/dist/190/ethereumIngressEgress/depositFinalised.d.cts +16 -16
- package/dist/190/ethereumIngressEgress/depositFinalised.d.mts +16 -16
- package/dist/190/ethereumIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/190/ethereumIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/190/liquidityPools/limitOrderUpdated.d.cts +8 -8
- package/dist/190/liquidityPools/limitOrderUpdated.d.mts +8 -8
- package/dist/190/liquidityPools/orderDeletionFailed.d.cts +16 -16
- package/dist/190/liquidityPools/orderDeletionFailed.d.mts +16 -16
- package/dist/190/liquidityPools/rangeOrderUpdated.d.cts +8 -8
- package/dist/190/liquidityPools/rangeOrderUpdated.d.mts +8 -8
- package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.cts +8 -8
- package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.mts +8 -8
- package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.cts +4 -4
- package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.mts +4 -4
- package/dist/190/polkadotIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/190/polkadotIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/190/polkadotIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/190/polkadotIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/190/polkadotIngressEgress/depositFailed.d.cts +60 -60
- package/dist/190/polkadotIngressEgress/depositFailed.d.mts +60 -60
- package/dist/190/polkadotIngressEgress/depositFinalised.d.cts +16 -16
- package/dist/190/polkadotIngressEgress/depositFinalised.d.mts +16 -16
- package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/190/solanaIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/190/solanaIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/190/solanaIngressEgress/depositBoosted.d.cts +20 -20
- package/dist/190/solanaIngressEgress/depositBoosted.d.mts +20 -20
- package/dist/190/solanaIngressEgress/depositFailed.d.cts +48 -48
- package/dist/190/solanaIngressEgress/depositFailed.d.mts +48 -48
- package/dist/190/solanaIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/190/solanaIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/190/solanaIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/190/solanaIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/190/swapping/creditedOnChain.d.cts +4 -4
- package/dist/190/swapping/creditedOnChain.d.mts +4 -4
- package/dist/190/swapping/refundEgressIgnored.d.cts +4 -4
- package/dist/190/swapping/refundEgressIgnored.d.mts +4 -4
- package/dist/190/swapping/refundEgressScheduled.d.cts +4 -4
- package/dist/190/swapping/refundEgressScheduled.d.mts +4 -4
- package/dist/190/swapping/refundedOnChain.d.cts +4 -4
- package/dist/190/swapping/refundedOnChain.d.mts +4 -4
- package/dist/190/swapping/swapDepositAddressReady.d.cts +28 -28
- package/dist/190/swapping/swapDepositAddressReady.d.mts +28 -28
- package/dist/190/swapping/swapEgressIgnored.d.cts +4 -4
- package/dist/190/swapping/swapEgressIgnored.d.mts +4 -4
- package/dist/190/swapping/swapEgressScheduled.d.cts +4 -4
- package/dist/190/swapping/swapEgressScheduled.d.mts +4 -4
- package/dist/190/swapping/swapRequested.d.cts +8 -8
- package/dist/190/swapping/swapRequested.d.mts +8 -8
- package/dist/190/tradingStrategy/strategyDeployed.d.cts +8 -8
- package/dist/190/tradingStrategy/strategyDeployed.d.mts +8 -8
- package/dist/200/common.d.cts +56 -56
- package/dist/200/common.d.mts +56 -56
- package/dist/200/environment/runtimeSafeModeUpdated.d.cts +56 -56
- package/dist/200/environment/runtimeSafeModeUpdated.d.mts +56 -56
- package/dist/200/lendingPools/lendingFundsAdded.d.cts +4 -4
- package/dist/200/lendingPools/lendingFundsAdded.d.mts +4 -4
- package/dist/200/lendingPools/lendingFundsRemoved.d.cts +4 -4
- package/dist/200/lendingPools/lendingFundsRemoved.d.mts +4 -4
- package/dist/200/lendingPools/liquidationCompleted.d.cts +4 -4
- package/dist/200/lendingPools/liquidationCompleted.d.mts +4 -4
- package/dist/200/lendingPools/loanCreated.d.cts +4 -4
- package/dist/200/lendingPools/loanCreated.d.mts +4 -4
- package/dist/200/swapping/accountCreationDepositAddressReady.d.cts +4 -4
- package/dist/200/swapping/accountCreationDepositAddressReady.d.mts +4 -4
- package/dist/200/swapping/swapAborted.d.cts +4 -4
- package/dist/200/swapping/swapAborted.d.mts +4 -4
- package/dist/200/swapping/swapRequestCompleted.d.cts +4 -4
- package/dist/200/swapping/swapRequestCompleted.d.mts +4 -4
- package/dist/200/swapping/swapRequested.d.cts +32 -32
- package/dist/200/swapping/swapRequested.d.mts +32 -32
- package/dist/200/swapping/swapRescheduled.d.cts +6 -6
- package/dist/200/swapping/swapRescheduled.d.mts +6 -6
- package/dist/210/arbitrumIngressEgress/ccmEgressInvalid.d.cts +204 -204
- package/dist/210/arbitrumIngressEgress/ccmEgressInvalid.d.mts +204 -204
- package/dist/210/arbitrumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/210/arbitrumIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/210/arbitrumIngressEgress/depositFailed.d.cts +320 -320
- package/dist/210/arbitrumIngressEgress/depositFailed.d.mts +320 -320
- package/dist/210/arbitrumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/210/arbitrumIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/210/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +204 -204
- package/dist/210/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +204 -204
- package/dist/210/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/210/arbitrumIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/210/assetBalances/refundSkipped.d.cts +148 -148
- package/dist/210/assetBalances/refundSkipped.d.mts +148 -148
- package/dist/210/assethubIngressEgress/ccmEgressInvalid.d.cts +204 -204
- package/dist/210/assethubIngressEgress/ccmEgressInvalid.d.mts +204 -204
- package/dist/210/assethubIngressEgress/depositFailed.d.cts +320 -320
- package/dist/210/assethubIngressEgress/depositFailed.d.mts +320 -320
- package/dist/210/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +204 -204
- package/dist/210/assethubIngressEgress/failedToBuildAllBatchCall.d.mts +204 -204
- package/dist/210/bitcoinIngressEgress/ccmEgressInvalid.d.cts +204 -204
- package/dist/210/bitcoinIngressEgress/ccmEgressInvalid.d.mts +204 -204
- package/dist/210/bitcoinIngressEgress/depositFailed.d.cts +580 -580
- package/dist/210/bitcoinIngressEgress/depositFailed.d.mts +580 -580
- package/dist/210/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +204 -204
- package/dist/210/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +204 -204
- package/dist/210/bitcoinThresholdSigner/thresholdDispatchComplete.d.cts +68 -68
- package/dist/210/bitcoinThresholdSigner/thresholdDispatchComplete.d.mts +68 -68
- package/dist/210/common.d.cts +2906 -2906
- package/dist/210/common.d.mts +2906 -2906
- package/dist/210/emissions/flipBurnSkipped.d.cts +40 -40
- package/dist/210/emissions/flipBurnSkipped.d.mts +40 -40
- package/dist/210/environment/runtimeSafeModeUpdated.d.cts +124 -124
- package/dist/210/environment/runtimeSafeModeUpdated.d.mts +124 -124
- package/dist/210/ethereumIngressEgress/ccmEgressInvalid.d.cts +204 -204
- package/dist/210/ethereumIngressEgress/ccmEgressInvalid.d.mts +204 -204
- package/dist/210/ethereumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/210/ethereumIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/210/ethereumIngressEgress/depositFailed.d.cts +320 -320
- package/dist/210/ethereumIngressEgress/depositFailed.d.mts +320 -320
- package/dist/210/ethereumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/210/ethereumIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/210/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +204 -204
- package/dist/210/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +204 -204
- package/dist/210/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/210/ethereumIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/210/evmThresholdSigner/thresholdDispatchComplete.d.cts +68 -68
- package/dist/210/evmThresholdSigner/thresholdDispatchComplete.d.mts +68 -68
- package/dist/210/funding/sCCallCannotBeExecuted.d.cts +108 -108
- package/dist/210/funding/sCCallCannotBeExecuted.d.mts +108 -108
- package/dist/210/governance/failedExecution.d.cts +20 -20
- package/dist/210/governance/failedExecution.d.mts +20 -20
- package/dist/210/governance/govKeyCallExecutionFailed.d.cts +44 -44
- package/dist/210/governance/govKeyCallExecutionFailed.d.mts +44 -44
- package/dist/210/lendingPools/collateralAdded.d.cts +8 -8
- package/dist/210/lendingPools/collateralAdded.d.mts +8 -8
- package/dist/210/lendingPools/lendingFundsRemoved.d.cts +4 -4
- package/dist/210/lendingPools/lendingFundsRemoved.d.mts +4 -4
- package/dist/210/lendingPools/palletConfigUpdated.d.cts +32 -32
- package/dist/210/lendingPools/palletConfigUpdated.d.mts +32 -32
- package/dist/210/lendingPools/stoppedBoosting.d.cts +4 -4
- package/dist/210/lendingPools/stoppedBoosting.d.mts +4 -4
- package/dist/210/liquidityPools/limitOrderUpdated.d.cts +16 -16
- package/dist/210/liquidityPools/limitOrderUpdated.d.mts +16 -16
- package/dist/210/liquidityPools/rangeOrderUpdated.d.cts +16 -16
- package/dist/210/liquidityPools/rangeOrderUpdated.d.mts +16 -16
- package/dist/210/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.cts +40 -40
- package/dist/210/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.mts +40 -40
- package/dist/210/liquidityProvider/assetBalancePurgeFailed.d.cts +40 -40
- package/dist/210/liquidityProvider/assetBalancePurgeFailed.d.mts +40 -40
- package/dist/210/liquidityProvider/assetBalancePurged.d.cts +8 -8
- package/dist/210/liquidityProvider/assetBalancePurged.d.mts +8 -8
- package/dist/210/liquidityProvider/liquidityDepositAddressReady.d.cts +8 -8
- package/dist/210/liquidityProvider/liquidityDepositAddressReady.d.mts +8 -8
- package/dist/210/liquidityProvider/withdrawalEgressScheduled.d.cts +8 -8
- package/dist/210/liquidityProvider/withdrawalEgressScheduled.d.mts +8 -8
- package/dist/210/polkadotIngressEgress/ccmEgressInvalid.d.cts +204 -204
- package/dist/210/polkadotIngressEgress/ccmEgressInvalid.d.mts +204 -204
- package/dist/210/polkadotIngressEgress/depositFailed.d.cts +320 -320
- package/dist/210/polkadotIngressEgress/depositFailed.d.mts +320 -320
- package/dist/210/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +204 -204
- package/dist/210/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +204 -204
- package/dist/210/polkadotThresholdSigner/thresholdDispatchComplete.d.cts +68 -68
- package/dist/210/polkadotThresholdSigner/thresholdDispatchComplete.d.mts +68 -68
- package/dist/210/solanaIngressEgress/ccmEgressInvalid.d.cts +204 -204
- package/dist/210/solanaIngressEgress/ccmEgressInvalid.d.mts +204 -204
- package/dist/210/solanaIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/210/solanaIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/210/solanaIngressEgress/depositFailed.d.cts +384 -384
- package/dist/210/solanaIngressEgress/depositFailed.d.mts +384 -384
- package/dist/210/solanaIngressEgress/depositFinalised.d.cts +24 -24
- package/dist/210/solanaIngressEgress/depositFinalised.d.mts +24 -24
- package/dist/210/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +204 -204
- package/dist/210/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +204 -204
- package/dist/210/solanaIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/210/solanaIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/210/solanaThresholdSigner/thresholdDispatchComplete.d.cts +68 -68
- package/dist/210/solanaThresholdSigner/thresholdDispatchComplete.d.mts +68 -68
- package/dist/210/swapping/accountCreationDepositAddressReady.d.cts +24 -24
- package/dist/210/swapping/accountCreationDepositAddressReady.d.mts +24 -24
- package/dist/210/swapping/refundEgressIgnored.d.cts +40 -40
- package/dist/210/swapping/refundEgressIgnored.d.mts +40 -40
- package/dist/210/swapping/swapDepositAddressReady.d.cts +54 -54
- package/dist/210/swapping/swapDepositAddressReady.d.mts +54 -54
- package/dist/210/swapping/swapEgressIgnored.d.cts +40 -40
- package/dist/210/swapping/swapEgressIgnored.d.mts +40 -40
- package/dist/210/swapping/swapRequested.d.cts +786 -786
- package/dist/210/swapping/swapRequested.d.mts +786 -786
- package/dist/210/swapping/withdrawalRequested.d.cts +12 -12
- package/dist/210/swapping/withdrawalRequested.d.mts +12 -12
- package/dist/210/system/extrinsicFailed.d.cts +40 -40
- package/dist/210/system/extrinsicFailed.d.mts +40 -40
- package/dist/210/system/rejectedInvalidAuthorizedUpgrade.d.cts +40 -40
- package/dist/210/system/rejectedInvalidAuthorizedUpgrade.d.mts +40 -40
- package/dist/210/witnesser/prewitnessExecutionFailed.d.cts +44 -44
- package/dist/210/witnesser/prewitnessExecutionFailed.d.mts +44 -44
- package/dist/210/witnesser/witnessExecutionFailed.d.cts +44 -44
- package/dist/210/witnesser/witnessExecutionFailed.d.mts +44 -44
- package/dist/220/arbitrumIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/220/arbitrumIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/220/arbitrumIngressEgress/ccmEgressInvalid.d.cts +8 -8
- package/dist/220/arbitrumIngressEgress/ccmEgressInvalid.d.mts +8 -8
- package/dist/220/arbitrumIngressEgress/depositBoosted.d.cts +28 -28
- package/dist/220/arbitrumIngressEgress/depositBoosted.d.mts +28 -28
- package/dist/220/arbitrumIngressEgress/depositFailed.d.cts +72 -72
- package/dist/220/arbitrumIngressEgress/depositFailed.d.mts +72 -72
- package/dist/220/arbitrumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/220/arbitrumIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/220/arbitrumIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/220/arbitrumIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/220/assetBalances/accountCredited.d.cts +14 -14
- package/dist/220/assetBalances/accountCredited.d.mts +14 -14
- package/dist/220/assetBalances/accountDebited.d.cts +14 -14
- package/dist/220/assetBalances/accountDebited.d.mts +14 -14
- package/dist/220/assetBalances/refundSkipped.d.cts +106 -106
- package/dist/220/assetBalances/refundSkipped.d.mts +106 -106
- package/dist/220/assethubIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/220/assethubIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/220/assethubIngressEgress/ccmEgressInvalid.d.cts +8 -8
- package/dist/220/assethubIngressEgress/ccmEgressInvalid.d.mts +8 -8
- package/dist/220/assethubIngressEgress/depositBoosted.d.cts +28 -28
- package/dist/220/assethubIngressEgress/depositBoosted.d.mts +28 -28
- package/dist/220/assethubIngressEgress/depositFailed.d.cts +72 -72
- package/dist/220/assethubIngressEgress/depositFailed.d.mts +72 -72
- package/dist/220/assethubIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/220/assethubIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/220/assethubIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/220/assethubIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/220/bitcoinIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/220/bitcoinIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/220/bitcoinIngressEgress/ccmEgressInvalid.d.cts +8 -8
- package/dist/220/bitcoinIngressEgress/ccmEgressInvalid.d.mts +8 -8
- package/dist/220/bitcoinIngressEgress/depositBoosted.d.cts +28 -28
- package/dist/220/bitcoinIngressEgress/depositBoosted.d.mts +28 -28
- package/dist/220/bitcoinIngressEgress/depositFailed.d.cts +84 -84
- package/dist/220/bitcoinIngressEgress/depositFailed.d.mts +84 -84
- package/dist/220/bitcoinIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/220/bitcoinIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/220/bitcoinIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/220/bitcoinIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/220/common.d.cts +607 -607
- package/dist/220/common.d.mts +607 -607
- package/dist/220/environment/runtimeSafeModeUpdated.d.cts +84 -84
- package/dist/220/environment/runtimeSafeModeUpdated.d.mts +84 -84
- package/dist/220/ethereumIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/220/ethereumIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/220/ethereumIngressEgress/ccmEgressInvalid.d.cts +8 -8
- package/dist/220/ethereumIngressEgress/ccmEgressInvalid.d.mts +8 -8
- package/dist/220/ethereumIngressEgress/depositBoosted.d.cts +28 -28
- package/dist/220/ethereumIngressEgress/depositBoosted.d.mts +28 -28
- package/dist/220/ethereumIngressEgress/depositFailed.d.cts +72 -72
- package/dist/220/ethereumIngressEgress/depositFailed.d.mts +72 -72
- package/dist/220/ethereumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/220/ethereumIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/220/ethereumIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/220/ethereumIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/220/funding/funded.d.cts +16 -16
- package/dist/220/funding/funded.d.mts +16 -16
- package/dist/220/lendingPools/boostFundsAdded.d.cts +16 -16
- package/dist/220/lendingPools/boostFundsAdded.d.mts +16 -16
- package/dist/220/lendingPools/boostPoolCreated.d.cts +16 -16
- package/dist/220/lendingPools/boostPoolCreated.d.mts +16 -16
- package/dist/220/lendingPools/lendingFundsAdded.d.cts +12 -12
- package/dist/220/lendingPools/lendingFundsAdded.d.mts +12 -12
- package/dist/220/lendingPools/lendingFundsRemoved.d.cts +16 -16
- package/dist/220/lendingPools/lendingFundsRemoved.d.mts +16 -16
- package/dist/220/lendingPools/lendingPoolCreated.d.cts +12 -12
- package/dist/220/lendingPools/lendingPoolCreated.d.mts +12 -12
- package/dist/220/lendingPools/loanCreated.d.cts +12 -12
- package/dist/220/lendingPools/loanCreated.d.mts +12 -12
- package/dist/220/lendingPools/loanRepaid.d.cts +4 -4
- package/dist/220/lendingPools/loanRepaid.d.mts +4 -4
- package/dist/220/lendingPools/palletConfigUpdated.d.cts +36 -36
- package/dist/220/lendingPools/palletConfigUpdated.d.mts +36 -36
- package/dist/220/lendingPools/stoppedBoosting.d.cts +16 -16
- package/dist/220/lendingPools/stoppedBoosting.d.mts +16 -16
- package/dist/220/liquidityPools/assetSwapped.d.cts +28 -28
- package/dist/220/liquidityPools/assetSwapped.d.mts +28 -28
- package/dist/220/liquidityPools/limitOrderUpdated.d.cts +24 -24
- package/dist/220/liquidityPools/limitOrderUpdated.d.mts +24 -24
- package/dist/220/liquidityPools/newPoolCreated.d.cts +24 -24
- package/dist/220/liquidityPools/newPoolCreated.d.mts +24 -24
- package/dist/220/liquidityPools/orderDeletionFailed.d.cts +64 -64
- package/dist/220/liquidityPools/orderDeletionFailed.d.mts +64 -64
- package/dist/220/liquidityPools/palletConfigUpdated.d.cts +16 -16
- package/dist/220/liquidityPools/palletConfigUpdated.d.mts +16 -16
- package/dist/220/liquidityPools/poolFeeSet.d.cts +24 -24
- package/dist/220/liquidityPools/poolFeeSet.d.mts +24 -24
- package/dist/220/liquidityPools/rangeOrderUpdated.d.cts +24 -24
- package/dist/220/liquidityPools/rangeOrderUpdated.d.mts +24 -24
- package/dist/220/liquidityProvider/assetBalancePurgeFailed.d.cts +18 -18
- package/dist/220/liquidityProvider/assetBalancePurgeFailed.d.mts +18 -18
- package/dist/220/liquidityProvider/assetBalancePurged.d.cts +24 -24
- package/dist/220/liquidityProvider/assetBalancePurged.d.mts +24 -24
- package/dist/220/liquidityProvider/assetTransferred.d.cts +12 -12
- package/dist/220/liquidityProvider/assetTransferred.d.mts +12 -12
- package/dist/220/liquidityProvider/liquidityDepositAddressReady.d.cts +36 -36
- package/dist/220/liquidityProvider/liquidityDepositAddressReady.d.mts +36 -36
- package/dist/220/liquidityProvider/liquidityRefundAddressRegistered.d.cts +4 -4
- package/dist/220/liquidityProvider/liquidityRefundAddressRegistered.d.mts +4 -4
- package/dist/220/liquidityProvider/withdrawalEgressScheduled.d.cts +20 -20
- package/dist/220/liquidityProvider/withdrawalEgressScheduled.d.mts +20 -20
- package/dist/220/polkadotIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/220/polkadotIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/220/polkadotIngressEgress/ccmEgressInvalid.d.cts +8 -8
- package/dist/220/polkadotIngressEgress/ccmEgressInvalid.d.mts +8 -8
- package/dist/220/polkadotIngressEgress/depositBoosted.d.cts +28 -28
- package/dist/220/polkadotIngressEgress/depositBoosted.d.mts +28 -28
- package/dist/220/polkadotIngressEgress/depositFailed.d.cts +72 -72
- package/dist/220/polkadotIngressEgress/depositFailed.d.mts +72 -72
- package/dist/220/polkadotIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/220/polkadotIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/220/polkadotIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/220/polkadotIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/220/solanaIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/220/solanaIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/220/solanaIngressEgress/ccmEgressInvalid.d.cts +8 -8
- package/dist/220/solanaIngressEgress/ccmEgressInvalid.d.mts +8 -8
- package/dist/220/solanaIngressEgress/depositBoosted.d.cts +28 -28
- package/dist/220/solanaIngressEgress/depositBoosted.d.mts +28 -28
- package/dist/220/solanaIngressEgress/depositFailed.d.cts +72 -72
- package/dist/220/solanaIngressEgress/depositFailed.d.mts +72 -72
- package/dist/220/solanaIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/220/solanaIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/220/solanaIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/220/solanaIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/220/swapping/accountCreationDepositAddressReady.d.cts +40 -40
- package/dist/220/swapping/accountCreationDepositAddressReady.d.mts +40 -40
- package/dist/220/swapping/batchSwapFailed.d.cts +12 -12
- package/dist/220/swapping/batchSwapFailed.d.mts +12 -12
- package/dist/220/swapping/creditedOnChain.d.cts +20 -20
- package/dist/220/swapping/creditedOnChain.d.mts +20 -20
- package/dist/220/swapping/palletConfigUpdated.d.cts +96 -96
- package/dist/220/swapping/palletConfigUpdated.d.mts +96 -96
- package/dist/220/swapping/refundEgressIgnored.d.cts +16 -16
- package/dist/220/swapping/refundEgressIgnored.d.mts +16 -16
- package/dist/220/swapping/refundEgressScheduled.d.cts +28 -28
- package/dist/220/swapping/refundEgressScheduled.d.mts +28 -28
- package/dist/220/swapping/refundedOnChain.d.cts +20 -20
- package/dist/220/swapping/refundedOnChain.d.mts +20 -20
- package/dist/220/swapping/swapAmountConfiscated.d.cts +12 -12
- package/dist/220/swapping/swapAmountConfiscated.d.mts +12 -12
- package/dist/220/swapping/swapDepositAddressReady.d.cts +58 -58
- package/dist/220/swapping/swapDepositAddressReady.d.mts +58 -58
- package/dist/220/swapping/swapEgressIgnored.d.cts +16 -16
- package/dist/220/swapping/swapEgressIgnored.d.mts +16 -16
- package/dist/220/swapping/swapEgressScheduled.d.cts +28 -28
- package/dist/220/swapping/swapEgressScheduled.d.mts +28 -28
- package/dist/220/swapping/swapExecuted.d.cts +32 -32
- package/dist/220/swapping/swapExecuted.d.mts +32 -32
- package/dist/220/swapping/swapRequested.d.cts +158 -158
- package/dist/220/swapping/swapRequested.d.mts +158 -158
- package/dist/220/swapping/withdrawalRequested.d.cts +26 -26
- package/dist/220/swapping/withdrawalRequested.d.mts +26 -26
- package/dist/220/tradingStrategy/fundsAddedToStrategy.d.cts +12 -12
- package/dist/220/tradingStrategy/fundsAddedToStrategy.d.mts +12 -12
- package/dist/220/tradingStrategy/palletConfigUpdated.d.cts +48 -48
- package/dist/220/tradingStrategy/palletConfigUpdated.d.mts +48 -48
- package/dist/220/tradingStrategy/strategyDeployed.d.cts +80 -80
- package/dist/220/tradingStrategy/strategyDeployed.d.mts +80 -80
- package/dist/220/tronIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/220/tronIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/220/tronIngressEgress/ccmEgressInvalid.d.cts +8 -8
- package/dist/220/tronIngressEgress/ccmEgressInvalid.d.mts +8 -8
- package/dist/220/tronIngressEgress/channelRejectionRequestReceived.d.cts +4 -4
- package/dist/220/tronIngressEgress/channelRejectionRequestReceived.d.mts +4 -4
- package/dist/220/tronIngressEgress/depositBoosted.d.cts +28 -28
- package/dist/220/tronIngressEgress/depositBoosted.d.mts +28 -28
- package/dist/220/tronIngressEgress/depositFailed.d.cts +72 -72
- package/dist/220/tronIngressEgress/depositFailed.d.mts +72 -72
- package/dist/220/tronIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/220/tronIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/220/tronIngressEgress/transactionRejectedByBroker.d.cts +4 -4
- package/dist/220/tronIngressEgress/transactionRejectedByBroker.d.mts +4 -4
- package/dist/220/tronIngressEgress/transactionRejectionRequestExpired.d.cts +4 -4
- package/dist/220/tronIngressEgress/transactionRejectionRequestExpired.d.mts +4 -4
- package/dist/220/tronIngressEgress/transactionRejectionRequestReceived.d.cts +4 -4
- package/dist/220/tronIngressEgress/transactionRejectionRequestReceived.d.mts +4 -4
- package/dist/220/tronIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/220/tronIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/package.json +3 -3
|
@@ -55,17 +55,17 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
55
55
|
error: string;
|
|
56
56
|
}>;
|
|
57
57
|
}, "strip", z.ZodTypeAny, {
|
|
58
|
-
__kind: "Module";
|
|
59
58
|
value: {
|
|
60
59
|
index: number;
|
|
61
60
|
error: `0x${string}`;
|
|
62
61
|
};
|
|
63
|
-
}, {
|
|
64
62
|
__kind: "Module";
|
|
63
|
+
}, {
|
|
65
64
|
value: {
|
|
66
65
|
index: number;
|
|
67
66
|
error: string;
|
|
68
67
|
};
|
|
68
|
+
__kind: "Module";
|
|
69
69
|
}>, z.ZodObject<{
|
|
70
70
|
__kind: z.ZodLiteral<"ConsumerRemaining">;
|
|
71
71
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -96,13 +96,13 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
96
96
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
97
97
|
}>;
|
|
98
98
|
}, "strip", z.ZodTypeAny, {
|
|
99
|
-
__kind: "Token";
|
|
100
99
|
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
101
|
-
}, {
|
|
102
100
|
__kind: "Token";
|
|
101
|
+
}, {
|
|
103
102
|
value: {
|
|
104
103
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
105
104
|
};
|
|
105
|
+
__kind: "Token";
|
|
106
106
|
}>, z.ZodObject<{
|
|
107
107
|
__kind: z.ZodLiteral<"Arithmetic">;
|
|
108
108
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -115,13 +115,13 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
115
115
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
116
116
|
}>;
|
|
117
117
|
}, "strip", z.ZodTypeAny, {
|
|
118
|
-
__kind: "Arithmetic";
|
|
119
118
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
120
|
-
}, {
|
|
121
119
|
__kind: "Arithmetic";
|
|
120
|
+
}, {
|
|
122
121
|
value: {
|
|
123
122
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
124
123
|
};
|
|
124
|
+
__kind: "Arithmetic";
|
|
125
125
|
}>, z.ZodObject<{
|
|
126
126
|
__kind: z.ZodLiteral<"Transactional">;
|
|
127
127
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -134,13 +134,13 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
134
134
|
__kind: "LimitReached" | "NoLayer";
|
|
135
135
|
}>;
|
|
136
136
|
}, "strip", z.ZodTypeAny, {
|
|
137
|
-
__kind: "Transactional";
|
|
138
137
|
value: "LimitReached" | "NoLayer";
|
|
139
|
-
}, {
|
|
140
138
|
__kind: "Transactional";
|
|
139
|
+
}, {
|
|
141
140
|
value: {
|
|
142
141
|
__kind: "LimitReached" | "NoLayer";
|
|
143
142
|
};
|
|
143
|
+
__kind: "Transactional";
|
|
144
144
|
}>, z.ZodObject<{
|
|
145
145
|
__kind: z.ZodLiteral<"Exhausted">;
|
|
146
146
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -177,16 +177,15 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
177
177
|
__kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
178
178
|
}>;
|
|
179
179
|
}, "strip", z.ZodTypeAny, {
|
|
180
|
-
__kind: "Trie";
|
|
181
180
|
value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
182
|
-
}, {
|
|
183
181
|
__kind: "Trie";
|
|
182
|
+
}, {
|
|
184
183
|
value: {
|
|
185
184
|
__kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
186
185
|
};
|
|
186
|
+
__kind: "Trie";
|
|
187
187
|
}>]>;
|
|
188
188
|
}, "strip", z.ZodTypeAny, {
|
|
189
|
-
__kind: "DepositWitnessRejected";
|
|
190
189
|
value: {
|
|
191
190
|
__kind: "Other";
|
|
192
191
|
} | {
|
|
@@ -194,11 +193,11 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
194
193
|
} | {
|
|
195
194
|
__kind: "BadOrigin";
|
|
196
195
|
} | {
|
|
197
|
-
__kind: "Module";
|
|
198
196
|
value: {
|
|
199
197
|
index: number;
|
|
200
198
|
error: `0x${string}`;
|
|
201
199
|
};
|
|
200
|
+
__kind: "Module";
|
|
202
201
|
} | {
|
|
203
202
|
__kind: "ConsumerRemaining";
|
|
204
203
|
} | {
|
|
@@ -206,14 +205,14 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
206
205
|
} | {
|
|
207
206
|
__kind: "TooManyConsumers";
|
|
208
207
|
} | {
|
|
209
|
-
__kind: "Token";
|
|
210
208
|
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
209
|
+
__kind: "Token";
|
|
211
210
|
} | {
|
|
212
|
-
__kind: "Arithmetic";
|
|
213
211
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
212
|
+
__kind: "Arithmetic";
|
|
214
213
|
} | {
|
|
215
|
-
__kind: "Transactional";
|
|
216
214
|
value: "LimitReached" | "NoLayer";
|
|
215
|
+
__kind: "Transactional";
|
|
217
216
|
} | {
|
|
218
217
|
__kind: "Exhausted";
|
|
219
218
|
} | {
|
|
@@ -223,11 +222,11 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
223
222
|
} | {
|
|
224
223
|
__kind: "RootNotAllowed";
|
|
225
224
|
} | {
|
|
226
|
-
__kind: "Trie";
|
|
227
225
|
value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
226
|
+
__kind: "Trie";
|
|
228
227
|
};
|
|
229
|
-
}, {
|
|
230
228
|
__kind: "DepositWitnessRejected";
|
|
229
|
+
}, {
|
|
231
230
|
value: {
|
|
232
231
|
__kind: "Other";
|
|
233
232
|
} | {
|
|
@@ -235,11 +234,11 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
235
234
|
} | {
|
|
236
235
|
__kind: "BadOrigin";
|
|
237
236
|
} | {
|
|
238
|
-
__kind: "Module";
|
|
239
237
|
value: {
|
|
240
238
|
index: number;
|
|
241
239
|
error: string;
|
|
242
240
|
};
|
|
241
|
+
__kind: "Module";
|
|
243
242
|
} | {
|
|
244
243
|
__kind: "ConsumerRemaining";
|
|
245
244
|
} | {
|
|
@@ -247,20 +246,20 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
247
246
|
} | {
|
|
248
247
|
__kind: "TooManyConsumers";
|
|
249
248
|
} | {
|
|
250
|
-
__kind: "Token";
|
|
251
249
|
value: {
|
|
252
250
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
253
251
|
};
|
|
252
|
+
__kind: "Token";
|
|
254
253
|
} | {
|
|
255
|
-
__kind: "Arithmetic";
|
|
256
254
|
value: {
|
|
257
255
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
258
256
|
};
|
|
257
|
+
__kind: "Arithmetic";
|
|
259
258
|
} | {
|
|
260
|
-
__kind: "Transactional";
|
|
261
259
|
value: {
|
|
262
260
|
__kind: "LimitReached" | "NoLayer";
|
|
263
261
|
};
|
|
262
|
+
__kind: "Transactional";
|
|
264
263
|
} | {
|
|
265
264
|
__kind: "Exhausted";
|
|
266
265
|
} | {
|
|
@@ -270,11 +269,12 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
270
269
|
} | {
|
|
271
270
|
__kind: "RootNotAllowed";
|
|
272
271
|
} | {
|
|
273
|
-
__kind: "Trie";
|
|
274
272
|
value: {
|
|
275
273
|
__kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
276
274
|
};
|
|
275
|
+
__kind: "Trie";
|
|
277
276
|
};
|
|
277
|
+
__kind: "DepositWitnessRejected";
|
|
278
278
|
}>, z.ZodObject<{
|
|
279
279
|
__kind: z.ZodLiteral<"Unrefundable">;
|
|
280
280
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -289,47 +289,47 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
289
289
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
290
290
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
291
291
|
}, "strip", z.ZodTypeAny, {
|
|
292
|
-
__kind: "P2PKH";
|
|
293
292
|
value: `0x${string}`;
|
|
294
|
-
}, {
|
|
295
293
|
__kind: "P2PKH";
|
|
294
|
+
}, {
|
|
296
295
|
value: string;
|
|
296
|
+
__kind: "P2PKH";
|
|
297
297
|
}>, z.ZodObject<{
|
|
298
298
|
__kind: z.ZodLiteral<"P2SH">;
|
|
299
299
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
300
300
|
}, "strip", z.ZodTypeAny, {
|
|
301
|
-
__kind: "P2SH";
|
|
302
301
|
value: `0x${string}`;
|
|
303
|
-
}, {
|
|
304
302
|
__kind: "P2SH";
|
|
303
|
+
}, {
|
|
305
304
|
value: string;
|
|
305
|
+
__kind: "P2SH";
|
|
306
306
|
}>, z.ZodObject<{
|
|
307
307
|
__kind: z.ZodLiteral<"P2WPKH">;
|
|
308
308
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
309
309
|
}, "strip", z.ZodTypeAny, {
|
|
310
|
-
__kind: "P2WPKH";
|
|
311
310
|
value: `0x${string}`;
|
|
312
|
-
}, {
|
|
313
311
|
__kind: "P2WPKH";
|
|
312
|
+
}, {
|
|
314
313
|
value: string;
|
|
314
|
+
__kind: "P2WPKH";
|
|
315
315
|
}>, z.ZodObject<{
|
|
316
316
|
__kind: z.ZodLiteral<"P2WSH">;
|
|
317
317
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
318
318
|
}, "strip", z.ZodTypeAny, {
|
|
319
|
-
__kind: "P2WSH";
|
|
320
319
|
value: `0x${string}`;
|
|
321
|
-
}, {
|
|
322
320
|
__kind: "P2WSH";
|
|
321
|
+
}, {
|
|
323
322
|
value: string;
|
|
323
|
+
__kind: "P2WSH";
|
|
324
324
|
}>, z.ZodObject<{
|
|
325
325
|
__kind: z.ZodLiteral<"Taproot">;
|
|
326
326
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
327
327
|
}, "strip", z.ZodTypeAny, {
|
|
328
|
-
__kind: "Taproot";
|
|
329
328
|
value: `0x${string}`;
|
|
330
|
-
}, {
|
|
331
329
|
__kind: "Taproot";
|
|
330
|
+
}, {
|
|
332
331
|
value: string;
|
|
332
|
+
__kind: "Taproot";
|
|
333
333
|
}>, z.ZodObject<{
|
|
334
334
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
335
335
|
version: z.ZodNumber;
|
|
@@ -453,20 +453,20 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
453
453
|
asset: "Btc";
|
|
454
454
|
amount: bigint;
|
|
455
455
|
depositAddress: {
|
|
456
|
-
__kind: "P2PKH";
|
|
457
456
|
value: `0x${string}`;
|
|
457
|
+
__kind: "P2PKH";
|
|
458
458
|
} | {
|
|
459
|
-
__kind: "P2SH";
|
|
460
459
|
value: `0x${string}`;
|
|
460
|
+
__kind: "P2SH";
|
|
461
461
|
} | {
|
|
462
|
-
__kind: "P2WPKH";
|
|
463
462
|
value: `0x${string}`;
|
|
463
|
+
__kind: "P2WPKH";
|
|
464
464
|
} | {
|
|
465
|
-
__kind: "P2WSH";
|
|
466
465
|
value: `0x${string}`;
|
|
466
|
+
__kind: "P2WSH";
|
|
467
467
|
} | {
|
|
468
|
-
__kind: "Taproot";
|
|
469
468
|
value: `0x${string}`;
|
|
469
|
+
__kind: "Taproot";
|
|
470
470
|
} | {
|
|
471
471
|
__kind: "OtherSegwit";
|
|
472
472
|
version: number;
|
|
@@ -496,20 +496,20 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
496
496
|
};
|
|
497
497
|
amount: string | number;
|
|
498
498
|
depositAddress: {
|
|
499
|
-
__kind: "P2PKH";
|
|
500
499
|
value: string;
|
|
500
|
+
__kind: "P2PKH";
|
|
501
501
|
} | {
|
|
502
|
-
__kind: "P2SH";
|
|
503
502
|
value: string;
|
|
503
|
+
__kind: "P2SH";
|
|
504
504
|
} | {
|
|
505
|
-
__kind: "P2WPKH";
|
|
506
505
|
value: string;
|
|
506
|
+
__kind: "P2WPKH";
|
|
507
507
|
} | {
|
|
508
|
-
__kind: "P2WSH";
|
|
509
508
|
value: string;
|
|
509
|
+
__kind: "P2WSH";
|
|
510
510
|
} | {
|
|
511
|
-
__kind: "Taproot";
|
|
512
511
|
value: string;
|
|
512
|
+
__kind: "Taproot";
|
|
513
513
|
} | {
|
|
514
514
|
__kind: "OtherSegwit";
|
|
515
515
|
version: number;
|
|
@@ -540,20 +540,20 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
540
540
|
asset: "Btc";
|
|
541
541
|
amount: bigint;
|
|
542
542
|
depositAddress: {
|
|
543
|
-
__kind: "P2PKH";
|
|
544
543
|
value: `0x${string}`;
|
|
544
|
+
__kind: "P2PKH";
|
|
545
545
|
} | {
|
|
546
|
-
__kind: "P2SH";
|
|
547
546
|
value: `0x${string}`;
|
|
547
|
+
__kind: "P2SH";
|
|
548
548
|
} | {
|
|
549
|
-
__kind: "P2WPKH";
|
|
550
549
|
value: `0x${string}`;
|
|
550
|
+
__kind: "P2WPKH";
|
|
551
551
|
} | {
|
|
552
|
-
__kind: "P2WSH";
|
|
553
552
|
value: `0x${string}`;
|
|
553
|
+
__kind: "P2WSH";
|
|
554
554
|
} | {
|
|
555
|
-
__kind: "Taproot";
|
|
556
555
|
value: `0x${string}`;
|
|
556
|
+
__kind: "Taproot";
|
|
557
557
|
} | {
|
|
558
558
|
__kind: "OtherSegwit";
|
|
559
559
|
version: number;
|
|
@@ -586,20 +586,20 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
586
586
|
};
|
|
587
587
|
amount: string | number;
|
|
588
588
|
depositAddress: {
|
|
589
|
-
__kind: "P2PKH";
|
|
590
589
|
value: string;
|
|
590
|
+
__kind: "P2PKH";
|
|
591
591
|
} | {
|
|
592
|
-
__kind: "P2SH";
|
|
593
592
|
value: string;
|
|
593
|
+
__kind: "P2SH";
|
|
594
594
|
} | {
|
|
595
|
-
__kind: "P2WPKH";
|
|
596
595
|
value: string;
|
|
596
|
+
__kind: "P2WPKH";
|
|
597
597
|
} | {
|
|
598
|
-
__kind: "P2WSH";
|
|
599
598
|
value: string;
|
|
599
|
+
__kind: "P2WSH";
|
|
600
600
|
} | {
|
|
601
|
-
__kind: "Taproot";
|
|
602
601
|
value: string;
|
|
602
|
+
__kind: "Taproot";
|
|
603
603
|
} | {
|
|
604
604
|
__kind: "OtherSegwit";
|
|
605
605
|
version: number;
|
|
@@ -640,47 +640,47 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
640
640
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
641
641
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
642
642
|
}, "strip", z.ZodTypeAny, {
|
|
643
|
-
__kind: "P2PKH";
|
|
644
643
|
value: `0x${string}`;
|
|
645
|
-
}, {
|
|
646
644
|
__kind: "P2PKH";
|
|
645
|
+
}, {
|
|
647
646
|
value: string;
|
|
647
|
+
__kind: "P2PKH";
|
|
648
648
|
}>, z.ZodObject<{
|
|
649
649
|
__kind: z.ZodLiteral<"P2SH">;
|
|
650
650
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
651
651
|
}, "strip", z.ZodTypeAny, {
|
|
652
|
-
__kind: "P2SH";
|
|
653
652
|
value: `0x${string}`;
|
|
654
|
-
}, {
|
|
655
653
|
__kind: "P2SH";
|
|
654
|
+
}, {
|
|
656
655
|
value: string;
|
|
656
|
+
__kind: "P2SH";
|
|
657
657
|
}>, z.ZodObject<{
|
|
658
658
|
__kind: z.ZodLiteral<"P2WPKH">;
|
|
659
659
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
660
660
|
}, "strip", z.ZodTypeAny, {
|
|
661
|
-
__kind: "P2WPKH";
|
|
662
661
|
value: `0x${string}`;
|
|
663
|
-
}, {
|
|
664
662
|
__kind: "P2WPKH";
|
|
663
|
+
}, {
|
|
665
664
|
value: string;
|
|
665
|
+
__kind: "P2WPKH";
|
|
666
666
|
}>, z.ZodObject<{
|
|
667
667
|
__kind: z.ZodLiteral<"P2WSH">;
|
|
668
668
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
669
669
|
}, "strip", z.ZodTypeAny, {
|
|
670
|
-
__kind: "P2WSH";
|
|
671
670
|
value: `0x${string}`;
|
|
672
|
-
}, {
|
|
673
671
|
__kind: "P2WSH";
|
|
672
|
+
}, {
|
|
674
673
|
value: string;
|
|
674
|
+
__kind: "P2WSH";
|
|
675
675
|
}>, z.ZodObject<{
|
|
676
676
|
__kind: z.ZodLiteral<"Taproot">;
|
|
677
677
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
678
678
|
}, "strip", z.ZodTypeAny, {
|
|
679
|
-
__kind: "Taproot";
|
|
680
679
|
value: `0x${string}`;
|
|
681
|
-
}, {
|
|
682
680
|
__kind: "Taproot";
|
|
681
|
+
}, {
|
|
683
682
|
value: string;
|
|
683
|
+
__kind: "Taproot";
|
|
684
684
|
}>, z.ZodObject<{
|
|
685
685
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
686
686
|
version: z.ZodNumber;
|
|
@@ -805,11 +805,11 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
805
805
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
806
806
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
807
807
|
}, "strip", z.ZodTypeAny, {
|
|
808
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
809
808
|
value: `0x${string}`;
|
|
810
|
-
}, {
|
|
811
809
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
810
|
+
}, {
|
|
812
811
|
value: string;
|
|
812
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
813
813
|
}>, {
|
|
814
814
|
readonly chain: "Ethereum";
|
|
815
815
|
readonly address: `0x${string}`;
|
|
@@ -829,8 +829,8 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
829
829
|
readonly chain: "Assethub";
|
|
830
830
|
readonly address: string;
|
|
831
831
|
}, {
|
|
832
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
833
832
|
value: string;
|
|
833
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
834
834
|
}>;
|
|
835
835
|
depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
836
836
|
channelMetadata: z.ZodObject<{
|
|
@@ -859,67 +859,67 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
859
859
|
__kind: z.ZodLiteral<"Eth">;
|
|
860
860
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
861
861
|
}, "strip", z.ZodTypeAny, {
|
|
862
|
-
__kind: "Eth";
|
|
863
862
|
value: `0x${string}`;
|
|
864
|
-
}, {
|
|
865
863
|
__kind: "Eth";
|
|
864
|
+
}, {
|
|
866
865
|
value: string;
|
|
866
|
+
__kind: "Eth";
|
|
867
867
|
}>, z.ZodObject<{
|
|
868
868
|
__kind: z.ZodLiteral<"Dot">;
|
|
869
869
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
870
870
|
}, "strip", z.ZodTypeAny, {
|
|
871
|
-
__kind: "Dot";
|
|
872
871
|
value: `0x${string}`;
|
|
873
|
-
}, {
|
|
874
872
|
__kind: "Dot";
|
|
873
|
+
}, {
|
|
875
874
|
value: string;
|
|
875
|
+
__kind: "Dot";
|
|
876
876
|
}>, z.ZodObject<{
|
|
877
877
|
__kind: z.ZodLiteral<"Btc">;
|
|
878
878
|
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
879
879
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
880
880
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
881
881
|
}, "strip", z.ZodTypeAny, {
|
|
882
|
-
__kind: "P2PKH";
|
|
883
882
|
value: `0x${string}`;
|
|
884
|
-
}, {
|
|
885
883
|
__kind: "P2PKH";
|
|
884
|
+
}, {
|
|
886
885
|
value: string;
|
|
886
|
+
__kind: "P2PKH";
|
|
887
887
|
}>, z.ZodObject<{
|
|
888
888
|
__kind: z.ZodLiteral<"P2SH">;
|
|
889
889
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
890
890
|
}, "strip", z.ZodTypeAny, {
|
|
891
|
-
__kind: "P2SH";
|
|
892
891
|
value: `0x${string}`;
|
|
893
|
-
}, {
|
|
894
892
|
__kind: "P2SH";
|
|
893
|
+
}, {
|
|
895
894
|
value: string;
|
|
895
|
+
__kind: "P2SH";
|
|
896
896
|
}>, z.ZodObject<{
|
|
897
897
|
__kind: z.ZodLiteral<"P2WPKH">;
|
|
898
898
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
899
899
|
}, "strip", z.ZodTypeAny, {
|
|
900
|
-
__kind: "P2WPKH";
|
|
901
900
|
value: `0x${string}`;
|
|
902
|
-
}, {
|
|
903
901
|
__kind: "P2WPKH";
|
|
902
|
+
}, {
|
|
904
903
|
value: string;
|
|
904
|
+
__kind: "P2WPKH";
|
|
905
905
|
}>, z.ZodObject<{
|
|
906
906
|
__kind: z.ZodLiteral<"P2WSH">;
|
|
907
907
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
908
908
|
}, "strip", z.ZodTypeAny, {
|
|
909
|
-
__kind: "P2WSH";
|
|
910
909
|
value: `0x${string}`;
|
|
911
|
-
}, {
|
|
912
910
|
__kind: "P2WSH";
|
|
911
|
+
}, {
|
|
913
912
|
value: string;
|
|
913
|
+
__kind: "P2WSH";
|
|
914
914
|
}>, z.ZodObject<{
|
|
915
915
|
__kind: z.ZodLiteral<"Taproot">;
|
|
916
916
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
917
917
|
}, "strip", z.ZodTypeAny, {
|
|
918
|
-
__kind: "Taproot";
|
|
919
918
|
value: `0x${string}`;
|
|
920
|
-
}, {
|
|
921
919
|
__kind: "Taproot";
|
|
920
|
+
}, {
|
|
922
921
|
value: string;
|
|
922
|
+
__kind: "Taproot";
|
|
923
923
|
}>, z.ZodObject<{
|
|
924
924
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
925
925
|
version: z.ZodNumber;
|
|
@@ -934,76 +934,76 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
934
934
|
program: string;
|
|
935
935
|
}>]>;
|
|
936
936
|
}, "strip", z.ZodTypeAny, {
|
|
937
|
-
__kind: "Btc";
|
|
938
937
|
value: {
|
|
939
|
-
__kind: "P2PKH";
|
|
940
938
|
value: `0x${string}`;
|
|
939
|
+
__kind: "P2PKH";
|
|
941
940
|
} | {
|
|
942
|
-
__kind: "P2SH";
|
|
943
941
|
value: `0x${string}`;
|
|
942
|
+
__kind: "P2SH";
|
|
944
943
|
} | {
|
|
945
|
-
__kind: "P2WPKH";
|
|
946
944
|
value: `0x${string}`;
|
|
945
|
+
__kind: "P2WPKH";
|
|
947
946
|
} | {
|
|
948
|
-
__kind: "P2WSH";
|
|
949
947
|
value: `0x${string}`;
|
|
948
|
+
__kind: "P2WSH";
|
|
950
949
|
} | {
|
|
951
|
-
__kind: "Taproot";
|
|
952
950
|
value: `0x${string}`;
|
|
951
|
+
__kind: "Taproot";
|
|
953
952
|
} | {
|
|
954
953
|
__kind: "OtherSegwit";
|
|
955
954
|
version: number;
|
|
956
955
|
program: `0x${string}`;
|
|
957
956
|
};
|
|
958
|
-
}, {
|
|
959
957
|
__kind: "Btc";
|
|
958
|
+
}, {
|
|
960
959
|
value: {
|
|
961
|
-
__kind: "P2PKH";
|
|
962
960
|
value: string;
|
|
961
|
+
__kind: "P2PKH";
|
|
963
962
|
} | {
|
|
964
|
-
__kind: "P2SH";
|
|
965
963
|
value: string;
|
|
964
|
+
__kind: "P2SH";
|
|
966
965
|
} | {
|
|
967
|
-
__kind: "P2WPKH";
|
|
968
966
|
value: string;
|
|
967
|
+
__kind: "P2WPKH";
|
|
969
968
|
} | {
|
|
970
|
-
__kind: "P2WSH";
|
|
971
969
|
value: string;
|
|
970
|
+
__kind: "P2WSH";
|
|
972
971
|
} | {
|
|
973
|
-
__kind: "Taproot";
|
|
974
972
|
value: string;
|
|
973
|
+
__kind: "Taproot";
|
|
975
974
|
} | {
|
|
976
975
|
__kind: "OtherSegwit";
|
|
977
976
|
version: number;
|
|
978
977
|
program: string;
|
|
979
978
|
};
|
|
979
|
+
__kind: "Btc";
|
|
980
980
|
}>, z.ZodObject<{
|
|
981
981
|
__kind: z.ZodLiteral<"Arb">;
|
|
982
982
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
983
983
|
}, "strip", z.ZodTypeAny, {
|
|
984
|
-
__kind: "Arb";
|
|
985
984
|
value: `0x${string}`;
|
|
986
|
-
}, {
|
|
987
985
|
__kind: "Arb";
|
|
986
|
+
}, {
|
|
988
987
|
value: string;
|
|
988
|
+
__kind: "Arb";
|
|
989
989
|
}>, z.ZodObject<{
|
|
990
990
|
__kind: z.ZodLiteral<"Sol">;
|
|
991
991
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
992
992
|
}, "strip", z.ZodTypeAny, {
|
|
993
|
-
__kind: "Sol";
|
|
994
993
|
value: `0x${string}`;
|
|
995
|
-
}, {
|
|
996
994
|
__kind: "Sol";
|
|
995
|
+
}, {
|
|
997
996
|
value: string;
|
|
997
|
+
__kind: "Sol";
|
|
998
998
|
}>, z.ZodObject<{
|
|
999
999
|
__kind: z.ZodLiteral<"Hub">;
|
|
1000
1000
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1001
1001
|
}, "strip", z.ZodTypeAny, {
|
|
1002
|
-
__kind: "Hub";
|
|
1003
1002
|
value: `0x${string}`;
|
|
1004
|
-
}, {
|
|
1005
1003
|
__kind: "Hub";
|
|
1004
|
+
}, {
|
|
1006
1005
|
value: string;
|
|
1006
|
+
__kind: "Hub";
|
|
1007
1007
|
}>]>>>;
|
|
1008
1008
|
}, "strip", z.ZodTypeAny, {
|
|
1009
1009
|
channelMetadata: {
|
|
@@ -1013,42 +1013,42 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1013
1013
|
};
|
|
1014
1014
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
1015
1015
|
sourceAddress?: {
|
|
1016
|
-
__kind: "Eth";
|
|
1017
1016
|
value: `0x${string}`;
|
|
1017
|
+
__kind: "Eth";
|
|
1018
1018
|
} | {
|
|
1019
|
-
__kind: "Dot";
|
|
1020
1019
|
value: `0x${string}`;
|
|
1020
|
+
__kind: "Dot";
|
|
1021
1021
|
} | {
|
|
1022
|
-
__kind: "Btc";
|
|
1023
1022
|
value: {
|
|
1024
|
-
__kind: "P2PKH";
|
|
1025
1023
|
value: `0x${string}`;
|
|
1024
|
+
__kind: "P2PKH";
|
|
1026
1025
|
} | {
|
|
1027
|
-
__kind: "P2SH";
|
|
1028
1026
|
value: `0x${string}`;
|
|
1027
|
+
__kind: "P2SH";
|
|
1029
1028
|
} | {
|
|
1030
|
-
__kind: "P2WPKH";
|
|
1031
1029
|
value: `0x${string}`;
|
|
1030
|
+
__kind: "P2WPKH";
|
|
1032
1031
|
} | {
|
|
1033
|
-
__kind: "P2WSH";
|
|
1034
1032
|
value: `0x${string}`;
|
|
1033
|
+
__kind: "P2WSH";
|
|
1035
1034
|
} | {
|
|
1036
|
-
__kind: "Taproot";
|
|
1037
1035
|
value: `0x${string}`;
|
|
1036
|
+
__kind: "Taproot";
|
|
1038
1037
|
} | {
|
|
1039
1038
|
__kind: "OtherSegwit";
|
|
1040
1039
|
version: number;
|
|
1041
1040
|
program: `0x${string}`;
|
|
1042
1041
|
};
|
|
1042
|
+
__kind: "Btc";
|
|
1043
1043
|
} | {
|
|
1044
|
-
__kind: "Arb";
|
|
1045
1044
|
value: `0x${string}`;
|
|
1045
|
+
__kind: "Arb";
|
|
1046
1046
|
} | {
|
|
1047
|
-
__kind: "Sol";
|
|
1048
1047
|
value: `0x${string}`;
|
|
1048
|
+
__kind: "Sol";
|
|
1049
1049
|
} | {
|
|
1050
|
-
__kind: "Hub";
|
|
1051
1050
|
value: `0x${string}`;
|
|
1051
|
+
__kind: "Hub";
|
|
1052
1052
|
} | null | undefined;
|
|
1053
1053
|
}, {
|
|
1054
1054
|
channelMetadata: {
|
|
@@ -1060,42 +1060,42 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1060
1060
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
1061
1061
|
};
|
|
1062
1062
|
sourceAddress?: {
|
|
1063
|
-
__kind: "Eth";
|
|
1064
1063
|
value: string;
|
|
1064
|
+
__kind: "Eth";
|
|
1065
1065
|
} | {
|
|
1066
|
-
__kind: "Dot";
|
|
1067
1066
|
value: string;
|
|
1067
|
+
__kind: "Dot";
|
|
1068
1068
|
} | {
|
|
1069
|
-
__kind: "Btc";
|
|
1070
1069
|
value: {
|
|
1071
|
-
__kind: "P2PKH";
|
|
1072
1070
|
value: string;
|
|
1071
|
+
__kind: "P2PKH";
|
|
1073
1072
|
} | {
|
|
1074
|
-
__kind: "P2SH";
|
|
1075
1073
|
value: string;
|
|
1074
|
+
__kind: "P2SH";
|
|
1076
1075
|
} | {
|
|
1077
|
-
__kind: "P2WPKH";
|
|
1078
1076
|
value: string;
|
|
1077
|
+
__kind: "P2WPKH";
|
|
1079
1078
|
} | {
|
|
1080
|
-
__kind: "P2WSH";
|
|
1081
1079
|
value: string;
|
|
1080
|
+
__kind: "P2WSH";
|
|
1082
1081
|
} | {
|
|
1083
|
-
__kind: "Taproot";
|
|
1084
1082
|
value: string;
|
|
1083
|
+
__kind: "Taproot";
|
|
1085
1084
|
} | {
|
|
1086
1085
|
__kind: "OtherSegwit";
|
|
1087
1086
|
version: number;
|
|
1088
1087
|
program: string;
|
|
1089
1088
|
};
|
|
1089
|
+
__kind: "Btc";
|
|
1090
1090
|
} | {
|
|
1091
|
-
__kind: "Arb";
|
|
1092
1091
|
value: string;
|
|
1092
|
+
__kind: "Arb";
|
|
1093
1093
|
} | {
|
|
1094
|
-
__kind: "Sol";
|
|
1095
1094
|
value: string;
|
|
1095
|
+
__kind: "Sol";
|
|
1096
1096
|
} | {
|
|
1097
|
-
__kind: "Hub";
|
|
1098
1097
|
value: string;
|
|
1098
|
+
__kind: "Hub";
|
|
1099
1099
|
} | null | undefined;
|
|
1100
1100
|
}>>>;
|
|
1101
1101
|
txId: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
@@ -1125,47 +1125,47 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1125
1125
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
1126
1126
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1127
1127
|
}, "strip", z.ZodTypeAny, {
|
|
1128
|
-
__kind: "P2PKH";
|
|
1129
1128
|
value: `0x${string}`;
|
|
1130
|
-
}, {
|
|
1131
1129
|
__kind: "P2PKH";
|
|
1130
|
+
}, {
|
|
1132
1131
|
value: string;
|
|
1132
|
+
__kind: "P2PKH";
|
|
1133
1133
|
}>, z.ZodObject<{
|
|
1134
1134
|
__kind: z.ZodLiteral<"P2SH">;
|
|
1135
1135
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1136
1136
|
}, "strip", z.ZodTypeAny, {
|
|
1137
|
-
__kind: "P2SH";
|
|
1138
1137
|
value: `0x${string}`;
|
|
1139
|
-
}, {
|
|
1140
1138
|
__kind: "P2SH";
|
|
1139
|
+
}, {
|
|
1141
1140
|
value: string;
|
|
1141
|
+
__kind: "P2SH";
|
|
1142
1142
|
}>, z.ZodObject<{
|
|
1143
1143
|
__kind: z.ZodLiteral<"P2WPKH">;
|
|
1144
1144
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1145
1145
|
}, "strip", z.ZodTypeAny, {
|
|
1146
|
-
__kind: "P2WPKH";
|
|
1147
1146
|
value: `0x${string}`;
|
|
1148
|
-
}, {
|
|
1149
1147
|
__kind: "P2WPKH";
|
|
1148
|
+
}, {
|
|
1150
1149
|
value: string;
|
|
1150
|
+
__kind: "P2WPKH";
|
|
1151
1151
|
}>, z.ZodObject<{
|
|
1152
1152
|
__kind: z.ZodLiteral<"P2WSH">;
|
|
1153
1153
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1154
1154
|
}, "strip", z.ZodTypeAny, {
|
|
1155
|
-
__kind: "P2WSH";
|
|
1156
1155
|
value: `0x${string}`;
|
|
1157
|
-
}, {
|
|
1158
1156
|
__kind: "P2WSH";
|
|
1157
|
+
}, {
|
|
1159
1158
|
value: string;
|
|
1159
|
+
__kind: "P2WSH";
|
|
1160
1160
|
}>, z.ZodObject<{
|
|
1161
1161
|
__kind: z.ZodLiteral<"Taproot">;
|
|
1162
1162
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1163
1163
|
}, "strip", z.ZodTypeAny, {
|
|
1164
|
-
__kind: "Taproot";
|
|
1165
1164
|
value: `0x${string}`;
|
|
1166
|
-
}, {
|
|
1167
1165
|
__kind: "Taproot";
|
|
1166
|
+
}, {
|
|
1168
1167
|
value: string;
|
|
1168
|
+
__kind: "Taproot";
|
|
1169
1169
|
}>, z.ZodObject<{
|
|
1170
1170
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
1171
1171
|
version: z.ZodNumber;
|
|
@@ -1197,20 +1197,20 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1197
1197
|
}, "strip", z.ZodTypeAny, {
|
|
1198
1198
|
retryDuration: number;
|
|
1199
1199
|
refundAddress: {
|
|
1200
|
-
__kind: "P2PKH";
|
|
1201
1200
|
value: `0x${string}`;
|
|
1201
|
+
__kind: "P2PKH";
|
|
1202
1202
|
} | {
|
|
1203
|
-
__kind: "P2SH";
|
|
1204
1203
|
value: `0x${string}`;
|
|
1204
|
+
__kind: "P2SH";
|
|
1205
1205
|
} | {
|
|
1206
|
-
__kind: "P2WPKH";
|
|
1207
1206
|
value: `0x${string}`;
|
|
1207
|
+
__kind: "P2WPKH";
|
|
1208
1208
|
} | {
|
|
1209
|
-
__kind: "P2WSH";
|
|
1210
1209
|
value: `0x${string}`;
|
|
1210
|
+
__kind: "P2WSH";
|
|
1211
1211
|
} | {
|
|
1212
|
-
__kind: "Taproot";
|
|
1213
1212
|
value: `0x${string}`;
|
|
1213
|
+
__kind: "Taproot";
|
|
1214
1214
|
} | {
|
|
1215
1215
|
__kind: "OtherSegwit";
|
|
1216
1216
|
version: number;
|
|
@@ -1226,20 +1226,20 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1226
1226
|
}, {
|
|
1227
1227
|
retryDuration: number;
|
|
1228
1228
|
refundAddress: {
|
|
1229
|
-
__kind: "P2PKH";
|
|
1230
1229
|
value: string;
|
|
1230
|
+
__kind: "P2PKH";
|
|
1231
1231
|
} | {
|
|
1232
|
-
__kind: "P2SH";
|
|
1233
1232
|
value: string;
|
|
1233
|
+
__kind: "P2SH";
|
|
1234
1234
|
} | {
|
|
1235
|
-
__kind: "P2WPKH";
|
|
1236
1235
|
value: string;
|
|
1236
|
+
__kind: "P2WPKH";
|
|
1237
1237
|
} | {
|
|
1238
|
-
__kind: "P2WSH";
|
|
1239
1238
|
value: string;
|
|
1239
|
+
__kind: "P2WSH";
|
|
1240
1240
|
} | {
|
|
1241
|
-
__kind: "Taproot";
|
|
1242
1241
|
value: string;
|
|
1242
|
+
__kind: "Taproot";
|
|
1243
1243
|
} | {
|
|
1244
1244
|
__kind: "OtherSegwit";
|
|
1245
1245
|
version: number;
|
|
@@ -1313,20 +1313,20 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1313
1313
|
refundParams: {
|
|
1314
1314
|
retryDuration: number;
|
|
1315
1315
|
refundAddress: {
|
|
1316
|
-
__kind: "P2PKH";
|
|
1317
1316
|
value: `0x${string}`;
|
|
1317
|
+
__kind: "P2PKH";
|
|
1318
1318
|
} | {
|
|
1319
|
-
__kind: "P2SH";
|
|
1320
1319
|
value: `0x${string}`;
|
|
1320
|
+
__kind: "P2SH";
|
|
1321
1321
|
} | {
|
|
1322
|
-
__kind: "P2WPKH";
|
|
1323
1322
|
value: `0x${string}`;
|
|
1323
|
+
__kind: "P2WPKH";
|
|
1324
1324
|
} | {
|
|
1325
|
-
__kind: "P2WSH";
|
|
1326
1325
|
value: `0x${string}`;
|
|
1326
|
+
__kind: "P2WSH";
|
|
1327
1327
|
} | {
|
|
1328
|
-
__kind: "Taproot";
|
|
1329
1328
|
value: `0x${string}`;
|
|
1329
|
+
__kind: "Taproot";
|
|
1330
1330
|
} | {
|
|
1331
1331
|
__kind: "OtherSegwit";
|
|
1332
1332
|
version: number;
|
|
@@ -1343,20 +1343,20 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1343
1343
|
boostFee: number;
|
|
1344
1344
|
channelId?: bigint | null | undefined;
|
|
1345
1345
|
depositAddress?: {
|
|
1346
|
-
__kind: "P2PKH";
|
|
1347
1346
|
value: `0x${string}`;
|
|
1347
|
+
__kind: "P2PKH";
|
|
1348
1348
|
} | {
|
|
1349
|
-
__kind: "P2SH";
|
|
1350
1349
|
value: `0x${string}`;
|
|
1350
|
+
__kind: "P2SH";
|
|
1351
1351
|
} | {
|
|
1352
|
-
__kind: "P2WPKH";
|
|
1353
1352
|
value: `0x${string}`;
|
|
1353
|
+
__kind: "P2WPKH";
|
|
1354
1354
|
} | {
|
|
1355
|
-
__kind: "P2WSH";
|
|
1356
1355
|
value: `0x${string}`;
|
|
1356
|
+
__kind: "P2WSH";
|
|
1357
1357
|
} | {
|
|
1358
|
-
__kind: "Taproot";
|
|
1359
1358
|
value: `0x${string}`;
|
|
1359
|
+
__kind: "Taproot";
|
|
1360
1360
|
} | {
|
|
1361
1361
|
__kind: "OtherSegwit";
|
|
1362
1362
|
version: number;
|
|
@@ -1370,42 +1370,42 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1370
1370
|
};
|
|
1371
1371
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
1372
1372
|
sourceAddress?: {
|
|
1373
|
-
__kind: "Eth";
|
|
1374
1373
|
value: `0x${string}`;
|
|
1374
|
+
__kind: "Eth";
|
|
1375
1375
|
} | {
|
|
1376
|
-
__kind: "Dot";
|
|
1377
1376
|
value: `0x${string}`;
|
|
1377
|
+
__kind: "Dot";
|
|
1378
1378
|
} | {
|
|
1379
|
-
__kind: "Btc";
|
|
1380
1379
|
value: {
|
|
1381
|
-
__kind: "P2PKH";
|
|
1382
1380
|
value: `0x${string}`;
|
|
1381
|
+
__kind: "P2PKH";
|
|
1383
1382
|
} | {
|
|
1384
|
-
__kind: "P2SH";
|
|
1385
1383
|
value: `0x${string}`;
|
|
1384
|
+
__kind: "P2SH";
|
|
1386
1385
|
} | {
|
|
1387
|
-
__kind: "P2WPKH";
|
|
1388
1386
|
value: `0x${string}`;
|
|
1387
|
+
__kind: "P2WPKH";
|
|
1389
1388
|
} | {
|
|
1390
|
-
__kind: "P2WSH";
|
|
1391
1389
|
value: `0x${string}`;
|
|
1390
|
+
__kind: "P2WSH";
|
|
1392
1391
|
} | {
|
|
1393
|
-
__kind: "Taproot";
|
|
1394
1392
|
value: `0x${string}`;
|
|
1393
|
+
__kind: "Taproot";
|
|
1395
1394
|
} | {
|
|
1396
1395
|
__kind: "OtherSegwit";
|
|
1397
1396
|
version: number;
|
|
1398
1397
|
program: `0x${string}`;
|
|
1399
1398
|
};
|
|
1399
|
+
__kind: "Btc";
|
|
1400
1400
|
} | {
|
|
1401
|
-
__kind: "Arb";
|
|
1402
1401
|
value: `0x${string}`;
|
|
1402
|
+
__kind: "Arb";
|
|
1403
1403
|
} | {
|
|
1404
|
-
__kind: "Sol";
|
|
1405
1404
|
value: `0x${string}`;
|
|
1405
|
+
__kind: "Sol";
|
|
1406
1406
|
} | {
|
|
1407
|
-
__kind: "Hub";
|
|
1408
1407
|
value: `0x${string}`;
|
|
1408
|
+
__kind: "Hub";
|
|
1409
1409
|
} | null | undefined;
|
|
1410
1410
|
} | null | undefined;
|
|
1411
1411
|
brokerFee?: {
|
|
@@ -1444,8 +1444,8 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1444
1444
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
1445
1445
|
};
|
|
1446
1446
|
destinationAddress: {
|
|
1447
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1448
1447
|
value: string;
|
|
1448
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1449
1449
|
};
|
|
1450
1450
|
affiliateFees: {
|
|
1451
1451
|
account: number;
|
|
@@ -1454,20 +1454,20 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1454
1454
|
refundParams: {
|
|
1455
1455
|
retryDuration: number;
|
|
1456
1456
|
refundAddress: {
|
|
1457
|
-
__kind: "P2PKH";
|
|
1458
1457
|
value: string;
|
|
1458
|
+
__kind: "P2PKH";
|
|
1459
1459
|
} | {
|
|
1460
|
-
__kind: "P2SH";
|
|
1461
1460
|
value: string;
|
|
1461
|
+
__kind: "P2SH";
|
|
1462
1462
|
} | {
|
|
1463
|
-
__kind: "P2WPKH";
|
|
1464
1463
|
value: string;
|
|
1464
|
+
__kind: "P2WPKH";
|
|
1465
1465
|
} | {
|
|
1466
|
-
__kind: "P2WSH";
|
|
1467
1466
|
value: string;
|
|
1467
|
+
__kind: "P2WSH";
|
|
1468
1468
|
} | {
|
|
1469
|
-
__kind: "Taproot";
|
|
1470
1469
|
value: string;
|
|
1470
|
+
__kind: "Taproot";
|
|
1471
1471
|
} | {
|
|
1472
1472
|
__kind: "OtherSegwit";
|
|
1473
1473
|
version: number;
|
|
@@ -1484,20 +1484,20 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1484
1484
|
boostFee: number;
|
|
1485
1485
|
channelId?: string | number | null | undefined;
|
|
1486
1486
|
depositAddress?: {
|
|
1487
|
-
__kind: "P2PKH";
|
|
1488
1487
|
value: string;
|
|
1488
|
+
__kind: "P2PKH";
|
|
1489
1489
|
} | {
|
|
1490
|
-
__kind: "P2SH";
|
|
1491
1490
|
value: string;
|
|
1491
|
+
__kind: "P2SH";
|
|
1492
1492
|
} | {
|
|
1493
|
-
__kind: "P2WPKH";
|
|
1494
1493
|
value: string;
|
|
1494
|
+
__kind: "P2WPKH";
|
|
1495
1495
|
} | {
|
|
1496
|
-
__kind: "P2WSH";
|
|
1497
1496
|
value: string;
|
|
1497
|
+
__kind: "P2WSH";
|
|
1498
1498
|
} | {
|
|
1499
|
-
__kind: "Taproot";
|
|
1500
1499
|
value: string;
|
|
1500
|
+
__kind: "Taproot";
|
|
1501
1501
|
} | {
|
|
1502
1502
|
__kind: "OtherSegwit";
|
|
1503
1503
|
version: number;
|
|
@@ -1513,42 +1513,42 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1513
1513
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
1514
1514
|
};
|
|
1515
1515
|
sourceAddress?: {
|
|
1516
|
-
__kind: "Eth";
|
|
1517
1516
|
value: string;
|
|
1517
|
+
__kind: "Eth";
|
|
1518
1518
|
} | {
|
|
1519
|
-
__kind: "Dot";
|
|
1520
1519
|
value: string;
|
|
1520
|
+
__kind: "Dot";
|
|
1521
1521
|
} | {
|
|
1522
|
-
__kind: "Btc";
|
|
1523
1522
|
value: {
|
|
1524
|
-
__kind: "P2PKH";
|
|
1525
1523
|
value: string;
|
|
1524
|
+
__kind: "P2PKH";
|
|
1526
1525
|
} | {
|
|
1527
|
-
__kind: "P2SH";
|
|
1528
1526
|
value: string;
|
|
1527
|
+
__kind: "P2SH";
|
|
1529
1528
|
} | {
|
|
1530
|
-
__kind: "P2WPKH";
|
|
1531
1529
|
value: string;
|
|
1530
|
+
__kind: "P2WPKH";
|
|
1532
1531
|
} | {
|
|
1533
|
-
__kind: "P2WSH";
|
|
1534
1532
|
value: string;
|
|
1533
|
+
__kind: "P2WSH";
|
|
1535
1534
|
} | {
|
|
1536
|
-
__kind: "Taproot";
|
|
1537
1535
|
value: string;
|
|
1536
|
+
__kind: "Taproot";
|
|
1538
1537
|
} | {
|
|
1539
1538
|
__kind: "OtherSegwit";
|
|
1540
1539
|
version: number;
|
|
1541
1540
|
program: string;
|
|
1542
1541
|
};
|
|
1542
|
+
__kind: "Btc";
|
|
1543
1543
|
} | {
|
|
1544
|
-
__kind: "Arb";
|
|
1545
1544
|
value: string;
|
|
1545
|
+
__kind: "Arb";
|
|
1546
1546
|
} | {
|
|
1547
|
-
__kind: "Sol";
|
|
1548
1547
|
value: string;
|
|
1548
|
+
__kind: "Sol";
|
|
1549
1549
|
} | {
|
|
1550
|
-
__kind: "Hub";
|
|
1551
1550
|
value: string;
|
|
1551
|
+
__kind: "Hub";
|
|
1552
1552
|
} | null | undefined;
|
|
1553
1553
|
} | null | undefined;
|
|
1554
1554
|
brokerFee?: {
|
|
@@ -1611,20 +1611,20 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1611
1611
|
refundParams: {
|
|
1612
1612
|
retryDuration: number;
|
|
1613
1613
|
refundAddress: {
|
|
1614
|
-
__kind: "P2PKH";
|
|
1615
1614
|
value: `0x${string}`;
|
|
1615
|
+
__kind: "P2PKH";
|
|
1616
1616
|
} | {
|
|
1617
|
-
__kind: "P2SH";
|
|
1618
1617
|
value: `0x${string}`;
|
|
1618
|
+
__kind: "P2SH";
|
|
1619
1619
|
} | {
|
|
1620
|
-
__kind: "P2WPKH";
|
|
1621
1620
|
value: `0x${string}`;
|
|
1621
|
+
__kind: "P2WPKH";
|
|
1622
1622
|
} | {
|
|
1623
|
-
__kind: "P2WSH";
|
|
1624
1623
|
value: `0x${string}`;
|
|
1624
|
+
__kind: "P2WSH";
|
|
1625
1625
|
} | {
|
|
1626
|
-
__kind: "Taproot";
|
|
1627
1626
|
value: `0x${string}`;
|
|
1627
|
+
__kind: "Taproot";
|
|
1628
1628
|
} | {
|
|
1629
1629
|
__kind: "OtherSegwit";
|
|
1630
1630
|
version: number;
|
|
@@ -1641,20 +1641,20 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1641
1641
|
boostFee: number;
|
|
1642
1642
|
channelId?: bigint | null | undefined;
|
|
1643
1643
|
depositAddress?: {
|
|
1644
|
-
__kind: "P2PKH";
|
|
1645
1644
|
value: `0x${string}`;
|
|
1645
|
+
__kind: "P2PKH";
|
|
1646
1646
|
} | {
|
|
1647
|
-
__kind: "P2SH";
|
|
1648
1647
|
value: `0x${string}`;
|
|
1648
|
+
__kind: "P2SH";
|
|
1649
1649
|
} | {
|
|
1650
|
-
__kind: "P2WPKH";
|
|
1651
1650
|
value: `0x${string}`;
|
|
1651
|
+
__kind: "P2WPKH";
|
|
1652
1652
|
} | {
|
|
1653
|
-
__kind: "P2WSH";
|
|
1654
1653
|
value: `0x${string}`;
|
|
1654
|
+
__kind: "P2WSH";
|
|
1655
1655
|
} | {
|
|
1656
|
-
__kind: "Taproot";
|
|
1657
1656
|
value: `0x${string}`;
|
|
1657
|
+
__kind: "Taproot";
|
|
1658
1658
|
} | {
|
|
1659
1659
|
__kind: "OtherSegwit";
|
|
1660
1660
|
version: number;
|
|
@@ -1668,42 +1668,42 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1668
1668
|
};
|
|
1669
1669
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
1670
1670
|
sourceAddress?: {
|
|
1671
|
-
__kind: "Eth";
|
|
1672
1671
|
value: `0x${string}`;
|
|
1672
|
+
__kind: "Eth";
|
|
1673
1673
|
} | {
|
|
1674
|
-
__kind: "Dot";
|
|
1675
1674
|
value: `0x${string}`;
|
|
1675
|
+
__kind: "Dot";
|
|
1676
1676
|
} | {
|
|
1677
|
-
__kind: "Btc";
|
|
1678
1677
|
value: {
|
|
1679
|
-
__kind: "P2PKH";
|
|
1680
1678
|
value: `0x${string}`;
|
|
1679
|
+
__kind: "P2PKH";
|
|
1681
1680
|
} | {
|
|
1682
|
-
__kind: "P2SH";
|
|
1683
1681
|
value: `0x${string}`;
|
|
1682
|
+
__kind: "P2SH";
|
|
1684
1683
|
} | {
|
|
1685
|
-
__kind: "P2WPKH";
|
|
1686
1684
|
value: `0x${string}`;
|
|
1685
|
+
__kind: "P2WPKH";
|
|
1687
1686
|
} | {
|
|
1688
|
-
__kind: "P2WSH";
|
|
1689
1687
|
value: `0x${string}`;
|
|
1688
|
+
__kind: "P2WSH";
|
|
1690
1689
|
} | {
|
|
1691
|
-
__kind: "Taproot";
|
|
1692
1690
|
value: `0x${string}`;
|
|
1691
|
+
__kind: "Taproot";
|
|
1693
1692
|
} | {
|
|
1694
1693
|
__kind: "OtherSegwit";
|
|
1695
1694
|
version: number;
|
|
1696
1695
|
program: `0x${string}`;
|
|
1697
1696
|
};
|
|
1697
|
+
__kind: "Btc";
|
|
1698
1698
|
} | {
|
|
1699
|
-
__kind: "Arb";
|
|
1700
1699
|
value: `0x${string}`;
|
|
1700
|
+
__kind: "Arb";
|
|
1701
1701
|
} | {
|
|
1702
|
-
__kind: "Sol";
|
|
1703
1702
|
value: `0x${string}`;
|
|
1703
|
+
__kind: "Sol";
|
|
1704
1704
|
} | {
|
|
1705
|
-
__kind: "Hub";
|
|
1706
1705
|
value: `0x${string}`;
|
|
1706
|
+
__kind: "Hub";
|
|
1707
1707
|
} | null | undefined;
|
|
1708
1708
|
} | null | undefined;
|
|
1709
1709
|
brokerFee?: {
|
|
@@ -1745,8 +1745,8 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1745
1745
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
1746
1746
|
};
|
|
1747
1747
|
destinationAddress: {
|
|
1748
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1749
1748
|
value: string;
|
|
1749
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1750
1750
|
};
|
|
1751
1751
|
affiliateFees: {
|
|
1752
1752
|
account: number;
|
|
@@ -1755,20 +1755,20 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1755
1755
|
refundParams: {
|
|
1756
1756
|
retryDuration: number;
|
|
1757
1757
|
refundAddress: {
|
|
1758
|
-
__kind: "P2PKH";
|
|
1759
1758
|
value: string;
|
|
1759
|
+
__kind: "P2PKH";
|
|
1760
1760
|
} | {
|
|
1761
|
-
__kind: "P2SH";
|
|
1762
1761
|
value: string;
|
|
1762
|
+
__kind: "P2SH";
|
|
1763
1763
|
} | {
|
|
1764
|
-
__kind: "P2WPKH";
|
|
1765
1764
|
value: string;
|
|
1765
|
+
__kind: "P2WPKH";
|
|
1766
1766
|
} | {
|
|
1767
|
-
__kind: "P2WSH";
|
|
1768
1767
|
value: string;
|
|
1768
|
+
__kind: "P2WSH";
|
|
1769
1769
|
} | {
|
|
1770
|
-
__kind: "Taproot";
|
|
1771
1770
|
value: string;
|
|
1771
|
+
__kind: "Taproot";
|
|
1772
1772
|
} | {
|
|
1773
1773
|
__kind: "OtherSegwit";
|
|
1774
1774
|
version: number;
|
|
@@ -1785,20 +1785,20 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1785
1785
|
boostFee: number;
|
|
1786
1786
|
channelId?: string | number | null | undefined;
|
|
1787
1787
|
depositAddress?: {
|
|
1788
|
-
__kind: "P2PKH";
|
|
1789
1788
|
value: string;
|
|
1789
|
+
__kind: "P2PKH";
|
|
1790
1790
|
} | {
|
|
1791
|
-
__kind: "P2SH";
|
|
1792
1791
|
value: string;
|
|
1792
|
+
__kind: "P2SH";
|
|
1793
1793
|
} | {
|
|
1794
|
-
__kind: "P2WPKH";
|
|
1795
1794
|
value: string;
|
|
1795
|
+
__kind: "P2WPKH";
|
|
1796
1796
|
} | {
|
|
1797
|
-
__kind: "P2WSH";
|
|
1798
1797
|
value: string;
|
|
1798
|
+
__kind: "P2WSH";
|
|
1799
1799
|
} | {
|
|
1800
|
-
__kind: "Taproot";
|
|
1801
1800
|
value: string;
|
|
1801
|
+
__kind: "Taproot";
|
|
1802
1802
|
} | {
|
|
1803
1803
|
__kind: "OtherSegwit";
|
|
1804
1804
|
version: number;
|
|
@@ -1814,42 +1814,42 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1814
1814
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
1815
1815
|
};
|
|
1816
1816
|
sourceAddress?: {
|
|
1817
|
-
__kind: "Eth";
|
|
1818
1817
|
value: string;
|
|
1818
|
+
__kind: "Eth";
|
|
1819
1819
|
} | {
|
|
1820
|
-
__kind: "Dot";
|
|
1821
1820
|
value: string;
|
|
1821
|
+
__kind: "Dot";
|
|
1822
1822
|
} | {
|
|
1823
|
-
__kind: "Btc";
|
|
1824
1823
|
value: {
|
|
1825
|
-
__kind: "P2PKH";
|
|
1826
1824
|
value: string;
|
|
1825
|
+
__kind: "P2PKH";
|
|
1827
1826
|
} | {
|
|
1828
|
-
__kind: "P2SH";
|
|
1829
1827
|
value: string;
|
|
1828
|
+
__kind: "P2SH";
|
|
1830
1829
|
} | {
|
|
1831
|
-
__kind: "P2WPKH";
|
|
1832
1830
|
value: string;
|
|
1831
|
+
__kind: "P2WPKH";
|
|
1833
1832
|
} | {
|
|
1834
|
-
__kind: "P2WSH";
|
|
1835
1833
|
value: string;
|
|
1834
|
+
__kind: "P2WSH";
|
|
1836
1835
|
} | {
|
|
1837
|
-
__kind: "Taproot";
|
|
1838
1836
|
value: string;
|
|
1837
|
+
__kind: "Taproot";
|
|
1839
1838
|
} | {
|
|
1840
1839
|
__kind: "OtherSegwit";
|
|
1841
1840
|
version: number;
|
|
1842
1841
|
program: string;
|
|
1843
1842
|
};
|
|
1843
|
+
__kind: "Btc";
|
|
1844
1844
|
} | {
|
|
1845
|
-
__kind: "Arb";
|
|
1846
1845
|
value: string;
|
|
1846
|
+
__kind: "Arb";
|
|
1847
1847
|
} | {
|
|
1848
|
-
__kind: "Sol";
|
|
1849
1848
|
value: string;
|
|
1849
|
+
__kind: "Sol";
|
|
1850
1850
|
} | {
|
|
1851
|
-
__kind: "Hub";
|
|
1852
1851
|
value: string;
|
|
1852
|
+
__kind: "Hub";
|
|
1853
1853
|
} | null | undefined;
|
|
1854
1854
|
} | null | undefined;
|
|
1855
1855
|
brokerFee?: {
|
|
@@ -1870,7 +1870,6 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1870
1870
|
} | {
|
|
1871
1871
|
__kind: "TransactionRejectedByBroker";
|
|
1872
1872
|
} | {
|
|
1873
|
-
__kind: "DepositWitnessRejected";
|
|
1874
1873
|
value: {
|
|
1875
1874
|
__kind: "Other";
|
|
1876
1875
|
} | {
|
|
@@ -1878,11 +1877,11 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1878
1877
|
} | {
|
|
1879
1878
|
__kind: "BadOrigin";
|
|
1880
1879
|
} | {
|
|
1881
|
-
__kind: "Module";
|
|
1882
1880
|
value: {
|
|
1883
1881
|
index: number;
|
|
1884
1882
|
error: `0x${string}`;
|
|
1885
1883
|
};
|
|
1884
|
+
__kind: "Module";
|
|
1886
1885
|
} | {
|
|
1887
1886
|
__kind: "ConsumerRemaining";
|
|
1888
1887
|
} | {
|
|
@@ -1890,14 +1889,14 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1890
1889
|
} | {
|
|
1891
1890
|
__kind: "TooManyConsumers";
|
|
1892
1891
|
} | {
|
|
1893
|
-
__kind: "Token";
|
|
1894
1892
|
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1893
|
+
__kind: "Token";
|
|
1895
1894
|
} | {
|
|
1896
|
-
__kind: "Arithmetic";
|
|
1897
1895
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1896
|
+
__kind: "Arithmetic";
|
|
1898
1897
|
} | {
|
|
1899
|
-
__kind: "Transactional";
|
|
1900
1898
|
value: "LimitReached" | "NoLayer";
|
|
1899
|
+
__kind: "Transactional";
|
|
1901
1900
|
} | {
|
|
1902
1901
|
__kind: "Exhausted";
|
|
1903
1902
|
} | {
|
|
@@ -1907,9 +1906,10 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1907
1906
|
} | {
|
|
1908
1907
|
__kind: "RootNotAllowed";
|
|
1909
1908
|
} | {
|
|
1910
|
-
__kind: "Trie";
|
|
1911
1909
|
value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
1910
|
+
__kind: "Trie";
|
|
1912
1911
|
};
|
|
1912
|
+
__kind: "DepositWitnessRejected";
|
|
1913
1913
|
} | {
|
|
1914
1914
|
__kind: "Unrefundable";
|
|
1915
1915
|
};
|
|
@@ -1920,20 +1920,20 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1920
1920
|
asset: "Btc";
|
|
1921
1921
|
amount: bigint;
|
|
1922
1922
|
depositAddress: {
|
|
1923
|
-
__kind: "P2PKH";
|
|
1924
1923
|
value: `0x${string}`;
|
|
1924
|
+
__kind: "P2PKH";
|
|
1925
1925
|
} | {
|
|
1926
|
-
__kind: "P2SH";
|
|
1927
1926
|
value: `0x${string}`;
|
|
1927
|
+
__kind: "P2SH";
|
|
1928
1928
|
} | {
|
|
1929
|
-
__kind: "P2WPKH";
|
|
1930
1929
|
value: `0x${string}`;
|
|
1930
|
+
__kind: "P2WPKH";
|
|
1931
1931
|
} | {
|
|
1932
|
-
__kind: "P2WSH";
|
|
1933
1932
|
value: `0x${string}`;
|
|
1933
|
+
__kind: "P2WSH";
|
|
1934
1934
|
} | {
|
|
1935
|
-
__kind: "Taproot";
|
|
1936
1935
|
value: `0x${string}`;
|
|
1936
|
+
__kind: "Taproot";
|
|
1937
1937
|
} | {
|
|
1938
1938
|
__kind: "OtherSegwit";
|
|
1939
1939
|
version: number;
|
|
@@ -2009,20 +2009,20 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
2009
2009
|
refundParams: {
|
|
2010
2010
|
retryDuration: number;
|
|
2011
2011
|
refundAddress: {
|
|
2012
|
-
__kind: "P2PKH";
|
|
2013
2012
|
value: `0x${string}`;
|
|
2013
|
+
__kind: "P2PKH";
|
|
2014
2014
|
} | {
|
|
2015
|
-
__kind: "P2SH";
|
|
2016
2015
|
value: `0x${string}`;
|
|
2016
|
+
__kind: "P2SH";
|
|
2017
2017
|
} | {
|
|
2018
|
-
__kind: "P2WPKH";
|
|
2019
2018
|
value: `0x${string}`;
|
|
2019
|
+
__kind: "P2WPKH";
|
|
2020
2020
|
} | {
|
|
2021
|
-
__kind: "P2WSH";
|
|
2022
2021
|
value: `0x${string}`;
|
|
2022
|
+
__kind: "P2WSH";
|
|
2023
2023
|
} | {
|
|
2024
|
-
__kind: "Taproot";
|
|
2025
2024
|
value: `0x${string}`;
|
|
2025
|
+
__kind: "Taproot";
|
|
2026
2026
|
} | {
|
|
2027
2027
|
__kind: "OtherSegwit";
|
|
2028
2028
|
version: number;
|
|
@@ -2039,20 +2039,20 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
2039
2039
|
boostFee: number;
|
|
2040
2040
|
channelId?: bigint | null | undefined;
|
|
2041
2041
|
depositAddress?: {
|
|
2042
|
-
__kind: "P2PKH";
|
|
2043
2042
|
value: `0x${string}`;
|
|
2043
|
+
__kind: "P2PKH";
|
|
2044
2044
|
} | {
|
|
2045
|
-
__kind: "P2SH";
|
|
2046
2045
|
value: `0x${string}`;
|
|
2046
|
+
__kind: "P2SH";
|
|
2047
2047
|
} | {
|
|
2048
|
-
__kind: "P2WPKH";
|
|
2049
2048
|
value: `0x${string}`;
|
|
2049
|
+
__kind: "P2WPKH";
|
|
2050
2050
|
} | {
|
|
2051
|
-
__kind: "P2WSH";
|
|
2052
2051
|
value: `0x${string}`;
|
|
2052
|
+
__kind: "P2WSH";
|
|
2053
2053
|
} | {
|
|
2054
|
-
__kind: "Taproot";
|
|
2055
2054
|
value: `0x${string}`;
|
|
2055
|
+
__kind: "Taproot";
|
|
2056
2056
|
} | {
|
|
2057
2057
|
__kind: "OtherSegwit";
|
|
2058
2058
|
version: number;
|
|
@@ -2066,42 +2066,42 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
2066
2066
|
};
|
|
2067
2067
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2068
2068
|
sourceAddress?: {
|
|
2069
|
-
__kind: "Eth";
|
|
2070
2069
|
value: `0x${string}`;
|
|
2070
|
+
__kind: "Eth";
|
|
2071
2071
|
} | {
|
|
2072
|
-
__kind: "Dot";
|
|
2073
2072
|
value: `0x${string}`;
|
|
2073
|
+
__kind: "Dot";
|
|
2074
2074
|
} | {
|
|
2075
|
-
__kind: "Btc";
|
|
2076
2075
|
value: {
|
|
2077
|
-
__kind: "P2PKH";
|
|
2078
2076
|
value: `0x${string}`;
|
|
2077
|
+
__kind: "P2PKH";
|
|
2079
2078
|
} | {
|
|
2080
|
-
__kind: "P2SH";
|
|
2081
2079
|
value: `0x${string}`;
|
|
2080
|
+
__kind: "P2SH";
|
|
2082
2081
|
} | {
|
|
2083
|
-
__kind: "P2WPKH";
|
|
2084
2082
|
value: `0x${string}`;
|
|
2083
|
+
__kind: "P2WPKH";
|
|
2085
2084
|
} | {
|
|
2086
|
-
__kind: "P2WSH";
|
|
2087
2085
|
value: `0x${string}`;
|
|
2086
|
+
__kind: "P2WSH";
|
|
2088
2087
|
} | {
|
|
2089
|
-
__kind: "Taproot";
|
|
2090
2088
|
value: `0x${string}`;
|
|
2089
|
+
__kind: "Taproot";
|
|
2091
2090
|
} | {
|
|
2092
2091
|
__kind: "OtherSegwit";
|
|
2093
2092
|
version: number;
|
|
2094
2093
|
program: `0x${string}`;
|
|
2095
2094
|
};
|
|
2095
|
+
__kind: "Btc";
|
|
2096
2096
|
} | {
|
|
2097
|
-
__kind: "Arb";
|
|
2098
2097
|
value: `0x${string}`;
|
|
2098
|
+
__kind: "Arb";
|
|
2099
2099
|
} | {
|
|
2100
|
-
__kind: "Sol";
|
|
2101
2100
|
value: `0x${string}`;
|
|
2101
|
+
__kind: "Sol";
|
|
2102
2102
|
} | {
|
|
2103
|
-
__kind: "Hub";
|
|
2104
2103
|
value: `0x${string}`;
|
|
2104
|
+
__kind: "Hub";
|
|
2105
2105
|
} | null | undefined;
|
|
2106
2106
|
} | null | undefined;
|
|
2107
2107
|
brokerFee?: {
|
|
@@ -2122,7 +2122,6 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
2122
2122
|
} | {
|
|
2123
2123
|
__kind: "TransactionRejectedByBroker";
|
|
2124
2124
|
} | {
|
|
2125
|
-
__kind: "DepositWitnessRejected";
|
|
2126
2125
|
value: {
|
|
2127
2126
|
__kind: "Other";
|
|
2128
2127
|
} | {
|
|
@@ -2130,11 +2129,11 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
2130
2129
|
} | {
|
|
2131
2130
|
__kind: "BadOrigin";
|
|
2132
2131
|
} | {
|
|
2133
|
-
__kind: "Module";
|
|
2134
2132
|
value: {
|
|
2135
2133
|
index: number;
|
|
2136
2134
|
error: string;
|
|
2137
2135
|
};
|
|
2136
|
+
__kind: "Module";
|
|
2138
2137
|
} | {
|
|
2139
2138
|
__kind: "ConsumerRemaining";
|
|
2140
2139
|
} | {
|
|
@@ -2142,20 +2141,20 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
2142
2141
|
} | {
|
|
2143
2142
|
__kind: "TooManyConsumers";
|
|
2144
2143
|
} | {
|
|
2145
|
-
__kind: "Token";
|
|
2146
2144
|
value: {
|
|
2147
2145
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
2148
2146
|
};
|
|
2147
|
+
__kind: "Token";
|
|
2149
2148
|
} | {
|
|
2150
|
-
__kind: "Arithmetic";
|
|
2151
2149
|
value: {
|
|
2152
2150
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
2153
2151
|
};
|
|
2152
|
+
__kind: "Arithmetic";
|
|
2154
2153
|
} | {
|
|
2155
|
-
__kind: "Transactional";
|
|
2156
2154
|
value: {
|
|
2157
2155
|
__kind: "LimitReached" | "NoLayer";
|
|
2158
2156
|
};
|
|
2157
|
+
__kind: "Transactional";
|
|
2159
2158
|
} | {
|
|
2160
2159
|
__kind: "Exhausted";
|
|
2161
2160
|
} | {
|
|
@@ -2165,11 +2164,12 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
2165
2164
|
} | {
|
|
2166
2165
|
__kind: "RootNotAllowed";
|
|
2167
2166
|
} | {
|
|
2168
|
-
__kind: "Trie";
|
|
2169
2167
|
value: {
|
|
2170
2168
|
__kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
2171
2169
|
};
|
|
2170
|
+
__kind: "Trie";
|
|
2172
2171
|
};
|
|
2172
|
+
__kind: "DepositWitnessRejected";
|
|
2173
2173
|
} | {
|
|
2174
2174
|
__kind: "Unrefundable";
|
|
2175
2175
|
};
|
|
@@ -2182,20 +2182,20 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
2182
2182
|
};
|
|
2183
2183
|
amount: string | number;
|
|
2184
2184
|
depositAddress: {
|
|
2185
|
-
__kind: "P2PKH";
|
|
2186
2185
|
value: string;
|
|
2186
|
+
__kind: "P2PKH";
|
|
2187
2187
|
} | {
|
|
2188
|
-
__kind: "P2SH";
|
|
2189
2188
|
value: string;
|
|
2189
|
+
__kind: "P2SH";
|
|
2190
2190
|
} | {
|
|
2191
|
-
__kind: "P2WPKH";
|
|
2192
2191
|
value: string;
|
|
2192
|
+
__kind: "P2WPKH";
|
|
2193
2193
|
} | {
|
|
2194
|
-
__kind: "P2WSH";
|
|
2195
2194
|
value: string;
|
|
2195
|
+
__kind: "P2WSH";
|
|
2196
2196
|
} | {
|
|
2197
|
-
__kind: "Taproot";
|
|
2198
2197
|
value: string;
|
|
2198
|
+
__kind: "Taproot";
|
|
2199
2199
|
} | {
|
|
2200
2200
|
__kind: "OtherSegwit";
|
|
2201
2201
|
version: number;
|
|
@@ -2250,8 +2250,8 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
2250
2250
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
2251
2251
|
};
|
|
2252
2252
|
destinationAddress: {
|
|
2253
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2254
2253
|
value: string;
|
|
2254
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2255
2255
|
};
|
|
2256
2256
|
affiliateFees: {
|
|
2257
2257
|
account: number;
|
|
@@ -2260,20 +2260,20 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
2260
2260
|
refundParams: {
|
|
2261
2261
|
retryDuration: number;
|
|
2262
2262
|
refundAddress: {
|
|
2263
|
-
__kind: "P2PKH";
|
|
2264
2263
|
value: string;
|
|
2264
|
+
__kind: "P2PKH";
|
|
2265
2265
|
} | {
|
|
2266
|
-
__kind: "P2SH";
|
|
2267
2266
|
value: string;
|
|
2267
|
+
__kind: "P2SH";
|
|
2268
2268
|
} | {
|
|
2269
|
-
__kind: "P2WPKH";
|
|
2270
2269
|
value: string;
|
|
2270
|
+
__kind: "P2WPKH";
|
|
2271
2271
|
} | {
|
|
2272
|
-
__kind: "P2WSH";
|
|
2273
2272
|
value: string;
|
|
2273
|
+
__kind: "P2WSH";
|
|
2274
2274
|
} | {
|
|
2275
|
-
__kind: "Taproot";
|
|
2276
2275
|
value: string;
|
|
2276
|
+
__kind: "Taproot";
|
|
2277
2277
|
} | {
|
|
2278
2278
|
__kind: "OtherSegwit";
|
|
2279
2279
|
version: number;
|
|
@@ -2290,20 +2290,20 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
2290
2290
|
boostFee: number;
|
|
2291
2291
|
channelId?: string | number | null | undefined;
|
|
2292
2292
|
depositAddress?: {
|
|
2293
|
-
__kind: "P2PKH";
|
|
2294
2293
|
value: string;
|
|
2294
|
+
__kind: "P2PKH";
|
|
2295
2295
|
} | {
|
|
2296
|
-
__kind: "P2SH";
|
|
2297
2296
|
value: string;
|
|
2297
|
+
__kind: "P2SH";
|
|
2298
2298
|
} | {
|
|
2299
|
-
__kind: "P2WPKH";
|
|
2300
2299
|
value: string;
|
|
2300
|
+
__kind: "P2WPKH";
|
|
2301
2301
|
} | {
|
|
2302
|
-
__kind: "P2WSH";
|
|
2303
2302
|
value: string;
|
|
2303
|
+
__kind: "P2WSH";
|
|
2304
2304
|
} | {
|
|
2305
|
-
__kind: "Taproot";
|
|
2306
2305
|
value: string;
|
|
2306
|
+
__kind: "Taproot";
|
|
2307
2307
|
} | {
|
|
2308
2308
|
__kind: "OtherSegwit";
|
|
2309
2309
|
version: number;
|
|
@@ -2319,42 +2319,42 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
2319
2319
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2320
2320
|
};
|
|
2321
2321
|
sourceAddress?: {
|
|
2322
|
-
__kind: "Eth";
|
|
2323
2322
|
value: string;
|
|
2323
|
+
__kind: "Eth";
|
|
2324
2324
|
} | {
|
|
2325
|
-
__kind: "Dot";
|
|
2326
2325
|
value: string;
|
|
2326
|
+
__kind: "Dot";
|
|
2327
2327
|
} | {
|
|
2328
|
-
__kind: "Btc";
|
|
2329
2328
|
value: {
|
|
2330
|
-
__kind: "P2PKH";
|
|
2331
2329
|
value: string;
|
|
2330
|
+
__kind: "P2PKH";
|
|
2332
2331
|
} | {
|
|
2333
|
-
__kind: "P2SH";
|
|
2334
2332
|
value: string;
|
|
2333
|
+
__kind: "P2SH";
|
|
2335
2334
|
} | {
|
|
2336
|
-
__kind: "P2WPKH";
|
|
2337
2335
|
value: string;
|
|
2336
|
+
__kind: "P2WPKH";
|
|
2338
2337
|
} | {
|
|
2339
|
-
__kind: "P2WSH";
|
|
2340
2338
|
value: string;
|
|
2339
|
+
__kind: "P2WSH";
|
|
2341
2340
|
} | {
|
|
2342
|
-
__kind: "Taproot";
|
|
2343
2341
|
value: string;
|
|
2342
|
+
__kind: "Taproot";
|
|
2344
2343
|
} | {
|
|
2345
2344
|
__kind: "OtherSegwit";
|
|
2346
2345
|
version: number;
|
|
2347
2346
|
program: string;
|
|
2348
2347
|
};
|
|
2348
|
+
__kind: "Btc";
|
|
2349
2349
|
} | {
|
|
2350
|
-
__kind: "Arb";
|
|
2351
2350
|
value: string;
|
|
2351
|
+
__kind: "Arb";
|
|
2352
2352
|
} | {
|
|
2353
|
-
__kind: "Sol";
|
|
2354
2353
|
value: string;
|
|
2354
|
+
__kind: "Sol";
|
|
2355
2355
|
} | {
|
|
2356
|
-
__kind: "Hub";
|
|
2357
2356
|
value: string;
|
|
2357
|
+
__kind: "Hub";
|
|
2358
2358
|
} | null | undefined;
|
|
2359
2359
|
} | null | undefined;
|
|
2360
2360
|
brokerFee?: {
|
|
@@ -2421,17 +2421,17 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
|
|
|
2421
2421
|
error: string;
|
|
2422
2422
|
}>;
|
|
2423
2423
|
}, "strip", z.ZodTypeAny, {
|
|
2424
|
-
__kind: "Module";
|
|
2425
2424
|
value: {
|
|
2426
2425
|
index: number;
|
|
2427
2426
|
error: `0x${string}`;
|
|
2428
2427
|
};
|
|
2429
|
-
}, {
|
|
2430
2428
|
__kind: "Module";
|
|
2429
|
+
}, {
|
|
2431
2430
|
value: {
|
|
2432
2431
|
index: number;
|
|
2433
2432
|
error: string;
|
|
2434
2433
|
};
|
|
2434
|
+
__kind: "Module";
|
|
2435
2435
|
}>, z.ZodObject<{
|
|
2436
2436
|
__kind: z.ZodLiteral<"ConsumerRemaining">;
|
|
2437
2437
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2462,13 +2462,13 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
|
|
|
2462
2462
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
2463
2463
|
}>;
|
|
2464
2464
|
}, "strip", z.ZodTypeAny, {
|
|
2465
|
-
__kind: "Token";
|
|
2466
2465
|
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
2467
|
-
}, {
|
|
2468
2466
|
__kind: "Token";
|
|
2467
|
+
}, {
|
|
2469
2468
|
value: {
|
|
2470
2469
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
2471
2470
|
};
|
|
2471
|
+
__kind: "Token";
|
|
2472
2472
|
}>, z.ZodObject<{
|
|
2473
2473
|
__kind: z.ZodLiteral<"Arithmetic">;
|
|
2474
2474
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -2481,13 +2481,13 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
|
|
|
2481
2481
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
2482
2482
|
}>;
|
|
2483
2483
|
}, "strip", z.ZodTypeAny, {
|
|
2484
|
-
__kind: "Arithmetic";
|
|
2485
2484
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
2486
|
-
}, {
|
|
2487
2485
|
__kind: "Arithmetic";
|
|
2486
|
+
}, {
|
|
2488
2487
|
value: {
|
|
2489
2488
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
2490
2489
|
};
|
|
2490
|
+
__kind: "Arithmetic";
|
|
2491
2491
|
}>, z.ZodObject<{
|
|
2492
2492
|
__kind: z.ZodLiteral<"Transactional">;
|
|
2493
2493
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -2500,13 +2500,13 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
|
|
|
2500
2500
|
__kind: "LimitReached" | "NoLayer";
|
|
2501
2501
|
}>;
|
|
2502
2502
|
}, "strip", z.ZodTypeAny, {
|
|
2503
|
-
__kind: "Transactional";
|
|
2504
2503
|
value: "LimitReached" | "NoLayer";
|
|
2505
|
-
}, {
|
|
2506
2504
|
__kind: "Transactional";
|
|
2505
|
+
}, {
|
|
2507
2506
|
value: {
|
|
2508
2507
|
__kind: "LimitReached" | "NoLayer";
|
|
2509
2508
|
};
|
|
2509
|
+
__kind: "Transactional";
|
|
2510
2510
|
}>, z.ZodObject<{
|
|
2511
2511
|
__kind: z.ZodLiteral<"Exhausted">;
|
|
2512
2512
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2543,16 +2543,15 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
|
|
|
2543
2543
|
__kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
2544
2544
|
}>;
|
|
2545
2545
|
}, "strip", z.ZodTypeAny, {
|
|
2546
|
-
__kind: "Trie";
|
|
2547
2546
|
value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
2548
|
-
}, {
|
|
2549
2547
|
__kind: "Trie";
|
|
2548
|
+
}, {
|
|
2550
2549
|
value: {
|
|
2551
2550
|
__kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
2552
2551
|
};
|
|
2552
|
+
__kind: "Trie";
|
|
2553
2553
|
}>]>;
|
|
2554
2554
|
}, "strip", z.ZodTypeAny, {
|
|
2555
|
-
__kind: "DepositWitnessRejected";
|
|
2556
2555
|
value: {
|
|
2557
2556
|
__kind: "Other";
|
|
2558
2557
|
} | {
|
|
@@ -2560,11 +2559,11 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
|
|
|
2560
2559
|
} | {
|
|
2561
2560
|
__kind: "BadOrigin";
|
|
2562
2561
|
} | {
|
|
2563
|
-
__kind: "Module";
|
|
2564
2562
|
value: {
|
|
2565
2563
|
index: number;
|
|
2566
2564
|
error: `0x${string}`;
|
|
2567
2565
|
};
|
|
2566
|
+
__kind: "Module";
|
|
2568
2567
|
} | {
|
|
2569
2568
|
__kind: "ConsumerRemaining";
|
|
2570
2569
|
} | {
|
|
@@ -2572,14 +2571,14 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
|
|
|
2572
2571
|
} | {
|
|
2573
2572
|
__kind: "TooManyConsumers";
|
|
2574
2573
|
} | {
|
|
2575
|
-
__kind: "Token";
|
|
2576
2574
|
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
2575
|
+
__kind: "Token";
|
|
2577
2576
|
} | {
|
|
2578
|
-
__kind: "Arithmetic";
|
|
2579
2577
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
2578
|
+
__kind: "Arithmetic";
|
|
2580
2579
|
} | {
|
|
2581
|
-
__kind: "Transactional";
|
|
2582
2580
|
value: "LimitReached" | "NoLayer";
|
|
2581
|
+
__kind: "Transactional";
|
|
2583
2582
|
} | {
|
|
2584
2583
|
__kind: "Exhausted";
|
|
2585
2584
|
} | {
|
|
@@ -2589,11 +2588,11 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
|
|
|
2589
2588
|
} | {
|
|
2590
2589
|
__kind: "RootNotAllowed";
|
|
2591
2590
|
} | {
|
|
2592
|
-
__kind: "Trie";
|
|
2593
2591
|
value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
2592
|
+
__kind: "Trie";
|
|
2594
2593
|
};
|
|
2595
|
-
}, {
|
|
2596
2594
|
__kind: "DepositWitnessRejected";
|
|
2595
|
+
}, {
|
|
2597
2596
|
value: {
|
|
2598
2597
|
__kind: "Other";
|
|
2599
2598
|
} | {
|
|
@@ -2601,11 +2600,11 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
|
|
|
2601
2600
|
} | {
|
|
2602
2601
|
__kind: "BadOrigin";
|
|
2603
2602
|
} | {
|
|
2604
|
-
__kind: "Module";
|
|
2605
2603
|
value: {
|
|
2606
2604
|
index: number;
|
|
2607
2605
|
error: string;
|
|
2608
2606
|
};
|
|
2607
|
+
__kind: "Module";
|
|
2609
2608
|
} | {
|
|
2610
2609
|
__kind: "ConsumerRemaining";
|
|
2611
2610
|
} | {
|
|
@@ -2613,20 +2612,20 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
|
|
|
2613
2612
|
} | {
|
|
2614
2613
|
__kind: "TooManyConsumers";
|
|
2615
2614
|
} | {
|
|
2616
|
-
__kind: "Token";
|
|
2617
2615
|
value: {
|
|
2618
2616
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
2619
2617
|
};
|
|
2618
|
+
__kind: "Token";
|
|
2620
2619
|
} | {
|
|
2621
|
-
__kind: "Arithmetic";
|
|
2622
2620
|
value: {
|
|
2623
2621
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
2624
2622
|
};
|
|
2623
|
+
__kind: "Arithmetic";
|
|
2625
2624
|
} | {
|
|
2626
|
-
__kind: "Transactional";
|
|
2627
2625
|
value: {
|
|
2628
2626
|
__kind: "LimitReached" | "NoLayer";
|
|
2629
2627
|
};
|
|
2628
|
+
__kind: "Transactional";
|
|
2630
2629
|
} | {
|
|
2631
2630
|
__kind: "Exhausted";
|
|
2632
2631
|
} | {
|
|
@@ -2636,11 +2635,12 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
|
|
|
2636
2635
|
} | {
|
|
2637
2636
|
__kind: "RootNotAllowed";
|
|
2638
2637
|
} | {
|
|
2639
|
-
__kind: "Trie";
|
|
2640
2638
|
value: {
|
|
2641
2639
|
__kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
2642
2640
|
};
|
|
2641
|
+
__kind: "Trie";
|
|
2643
2642
|
};
|
|
2643
|
+
__kind: "DepositWitnessRejected";
|
|
2644
2644
|
}>, z.ZodObject<{
|
|
2645
2645
|
__kind: z.ZodLiteral<"Unrefundable">;
|
|
2646
2646
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2655,47 +2655,47 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
|
|
|
2655
2655
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
2656
2656
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2657
2657
|
}, "strip", z.ZodTypeAny, {
|
|
2658
|
-
__kind: "P2PKH";
|
|
2659
2658
|
value: `0x${string}`;
|
|
2660
|
-
}, {
|
|
2661
2659
|
__kind: "P2PKH";
|
|
2660
|
+
}, {
|
|
2662
2661
|
value: string;
|
|
2662
|
+
__kind: "P2PKH";
|
|
2663
2663
|
}>, z.ZodObject<{
|
|
2664
2664
|
__kind: z.ZodLiteral<"P2SH">;
|
|
2665
2665
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2666
2666
|
}, "strip", z.ZodTypeAny, {
|
|
2667
|
-
__kind: "P2SH";
|
|
2668
2667
|
value: `0x${string}`;
|
|
2669
|
-
}, {
|
|
2670
2668
|
__kind: "P2SH";
|
|
2669
|
+
}, {
|
|
2671
2670
|
value: string;
|
|
2671
|
+
__kind: "P2SH";
|
|
2672
2672
|
}>, z.ZodObject<{
|
|
2673
2673
|
__kind: z.ZodLiteral<"P2WPKH">;
|
|
2674
2674
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2675
2675
|
}, "strip", z.ZodTypeAny, {
|
|
2676
|
-
__kind: "P2WPKH";
|
|
2677
2676
|
value: `0x${string}`;
|
|
2678
|
-
}, {
|
|
2679
2677
|
__kind: "P2WPKH";
|
|
2678
|
+
}, {
|
|
2680
2679
|
value: string;
|
|
2680
|
+
__kind: "P2WPKH";
|
|
2681
2681
|
}>, z.ZodObject<{
|
|
2682
2682
|
__kind: z.ZodLiteral<"P2WSH">;
|
|
2683
2683
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2684
2684
|
}, "strip", z.ZodTypeAny, {
|
|
2685
|
-
__kind: "P2WSH";
|
|
2686
2685
|
value: `0x${string}`;
|
|
2687
|
-
}, {
|
|
2688
2686
|
__kind: "P2WSH";
|
|
2687
|
+
}, {
|
|
2689
2688
|
value: string;
|
|
2689
|
+
__kind: "P2WSH";
|
|
2690
2690
|
}>, z.ZodObject<{
|
|
2691
2691
|
__kind: z.ZodLiteral<"Taproot">;
|
|
2692
2692
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2693
2693
|
}, "strip", z.ZodTypeAny, {
|
|
2694
|
-
__kind: "Taproot";
|
|
2695
2694
|
value: `0x${string}`;
|
|
2696
|
-
}, {
|
|
2697
2695
|
__kind: "Taproot";
|
|
2696
|
+
}, {
|
|
2698
2697
|
value: string;
|
|
2698
|
+
__kind: "Taproot";
|
|
2699
2699
|
}>, z.ZodObject<{
|
|
2700
2700
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
2701
2701
|
version: z.ZodNumber;
|
|
@@ -2819,20 +2819,20 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
|
|
|
2819
2819
|
asset: "Btc";
|
|
2820
2820
|
amount: bigint;
|
|
2821
2821
|
depositAddress: {
|
|
2822
|
-
__kind: "P2PKH";
|
|
2823
2822
|
value: `0x${string}`;
|
|
2823
|
+
__kind: "P2PKH";
|
|
2824
2824
|
} | {
|
|
2825
|
-
__kind: "P2SH";
|
|
2826
2825
|
value: `0x${string}`;
|
|
2826
|
+
__kind: "P2SH";
|
|
2827
2827
|
} | {
|
|
2828
|
-
__kind: "P2WPKH";
|
|
2829
2828
|
value: `0x${string}`;
|
|
2829
|
+
__kind: "P2WPKH";
|
|
2830
2830
|
} | {
|
|
2831
|
-
__kind: "P2WSH";
|
|
2832
2831
|
value: `0x${string}`;
|
|
2832
|
+
__kind: "P2WSH";
|
|
2833
2833
|
} | {
|
|
2834
|
-
__kind: "Taproot";
|
|
2835
2834
|
value: `0x${string}`;
|
|
2835
|
+
__kind: "Taproot";
|
|
2836
2836
|
} | {
|
|
2837
2837
|
__kind: "OtherSegwit";
|
|
2838
2838
|
version: number;
|
|
@@ -2862,20 +2862,20 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
|
|
|
2862
2862
|
};
|
|
2863
2863
|
amount: string | number;
|
|
2864
2864
|
depositAddress: {
|
|
2865
|
-
__kind: "P2PKH";
|
|
2866
2865
|
value: string;
|
|
2866
|
+
__kind: "P2PKH";
|
|
2867
2867
|
} | {
|
|
2868
|
-
__kind: "P2SH";
|
|
2869
2868
|
value: string;
|
|
2869
|
+
__kind: "P2SH";
|
|
2870
2870
|
} | {
|
|
2871
|
-
__kind: "P2WPKH";
|
|
2872
2871
|
value: string;
|
|
2872
|
+
__kind: "P2WPKH";
|
|
2873
2873
|
} | {
|
|
2874
|
-
__kind: "P2WSH";
|
|
2875
2874
|
value: string;
|
|
2875
|
+
__kind: "P2WSH";
|
|
2876
2876
|
} | {
|
|
2877
|
-
__kind: "Taproot";
|
|
2878
2877
|
value: string;
|
|
2878
|
+
__kind: "Taproot";
|
|
2879
2879
|
} | {
|
|
2880
2880
|
__kind: "OtherSegwit";
|
|
2881
2881
|
version: number;
|
|
@@ -2906,20 +2906,20 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
|
|
|
2906
2906
|
asset: "Btc";
|
|
2907
2907
|
amount: bigint;
|
|
2908
2908
|
depositAddress: {
|
|
2909
|
-
__kind: "P2PKH";
|
|
2910
2909
|
value: `0x${string}`;
|
|
2910
|
+
__kind: "P2PKH";
|
|
2911
2911
|
} | {
|
|
2912
|
-
__kind: "P2SH";
|
|
2913
2912
|
value: `0x${string}`;
|
|
2913
|
+
__kind: "P2SH";
|
|
2914
2914
|
} | {
|
|
2915
|
-
__kind: "P2WPKH";
|
|
2916
2915
|
value: `0x${string}`;
|
|
2916
|
+
__kind: "P2WPKH";
|
|
2917
2917
|
} | {
|
|
2918
|
-
__kind: "P2WSH";
|
|
2919
2918
|
value: `0x${string}`;
|
|
2919
|
+
__kind: "P2WSH";
|
|
2920
2920
|
} | {
|
|
2921
|
-
__kind: "Taproot";
|
|
2922
2921
|
value: `0x${string}`;
|
|
2922
|
+
__kind: "Taproot";
|
|
2923
2923
|
} | {
|
|
2924
2924
|
__kind: "OtherSegwit";
|
|
2925
2925
|
version: number;
|
|
@@ -2952,20 +2952,20 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
|
|
|
2952
2952
|
};
|
|
2953
2953
|
amount: string | number;
|
|
2954
2954
|
depositAddress: {
|
|
2955
|
-
__kind: "P2PKH";
|
|
2956
2955
|
value: string;
|
|
2956
|
+
__kind: "P2PKH";
|
|
2957
2957
|
} | {
|
|
2958
|
-
__kind: "P2SH";
|
|
2959
2958
|
value: string;
|
|
2959
|
+
__kind: "P2SH";
|
|
2960
2960
|
} | {
|
|
2961
|
-
__kind: "P2WPKH";
|
|
2962
2961
|
value: string;
|
|
2962
|
+
__kind: "P2WPKH";
|
|
2963
2963
|
} | {
|
|
2964
|
-
__kind: "P2WSH";
|
|
2965
2964
|
value: string;
|
|
2965
|
+
__kind: "P2WSH";
|
|
2966
2966
|
} | {
|
|
2967
|
-
__kind: "Taproot";
|
|
2968
2967
|
value: string;
|
|
2968
|
+
__kind: "Taproot";
|
|
2969
2969
|
} | {
|
|
2970
2970
|
__kind: "OtherSegwit";
|
|
2971
2971
|
version: number;
|
|
@@ -3006,47 +3006,47 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
|
|
|
3006
3006
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
3007
3007
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
3008
3008
|
}, "strip", z.ZodTypeAny, {
|
|
3009
|
-
__kind: "P2PKH";
|
|
3010
3009
|
value: `0x${string}`;
|
|
3011
|
-
}, {
|
|
3012
3010
|
__kind: "P2PKH";
|
|
3011
|
+
}, {
|
|
3013
3012
|
value: string;
|
|
3013
|
+
__kind: "P2PKH";
|
|
3014
3014
|
}>, z.ZodObject<{
|
|
3015
3015
|
__kind: z.ZodLiteral<"P2SH">;
|
|
3016
3016
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
3017
3017
|
}, "strip", z.ZodTypeAny, {
|
|
3018
|
-
__kind: "P2SH";
|
|
3019
3018
|
value: `0x${string}`;
|
|
3020
|
-
}, {
|
|
3021
3019
|
__kind: "P2SH";
|
|
3020
|
+
}, {
|
|
3022
3021
|
value: string;
|
|
3022
|
+
__kind: "P2SH";
|
|
3023
3023
|
}>, z.ZodObject<{
|
|
3024
3024
|
__kind: z.ZodLiteral<"P2WPKH">;
|
|
3025
3025
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
3026
3026
|
}, "strip", z.ZodTypeAny, {
|
|
3027
|
-
__kind: "P2WPKH";
|
|
3028
3027
|
value: `0x${string}`;
|
|
3029
|
-
}, {
|
|
3030
3028
|
__kind: "P2WPKH";
|
|
3029
|
+
}, {
|
|
3031
3030
|
value: string;
|
|
3031
|
+
__kind: "P2WPKH";
|
|
3032
3032
|
}>, z.ZodObject<{
|
|
3033
3033
|
__kind: z.ZodLiteral<"P2WSH">;
|
|
3034
3034
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
3035
3035
|
}, "strip", z.ZodTypeAny, {
|
|
3036
|
-
__kind: "P2WSH";
|
|
3037
3036
|
value: `0x${string}`;
|
|
3038
|
-
}, {
|
|
3039
3037
|
__kind: "P2WSH";
|
|
3038
|
+
}, {
|
|
3040
3039
|
value: string;
|
|
3040
|
+
__kind: "P2WSH";
|
|
3041
3041
|
}>, z.ZodObject<{
|
|
3042
3042
|
__kind: z.ZodLiteral<"Taproot">;
|
|
3043
3043
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
3044
3044
|
}, "strip", z.ZodTypeAny, {
|
|
3045
|
-
__kind: "Taproot";
|
|
3046
3045
|
value: `0x${string}`;
|
|
3047
|
-
}, {
|
|
3048
3046
|
__kind: "Taproot";
|
|
3047
|
+
}, {
|
|
3049
3048
|
value: string;
|
|
3049
|
+
__kind: "Taproot";
|
|
3050
3050
|
}>, z.ZodObject<{
|
|
3051
3051
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
3052
3052
|
version: z.ZodNumber;
|
|
@@ -3171,11 +3171,11 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
|
|
|
3171
3171
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
3172
3172
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
3173
3173
|
}, "strip", z.ZodTypeAny, {
|
|
3174
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
3175
3174
|
value: `0x${string}`;
|
|
3176
|
-
}, {
|
|
3177
3175
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
3176
|
+
}, {
|
|
3178
3177
|
value: string;
|
|
3178
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
3179
3179
|
}>, {
|
|
3180
3180
|
readonly chain: "Ethereum";
|
|
3181
3181
|
readonly address: `0x${string}`;
|
|
@@ -3195,8 +3195,8 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
|
|
|
3195
3195
|
readonly chain: "Assethub";
|
|
3196
3196
|
readonly address: string;
|
|
3197
3197
|
}, {
|
|
3198
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
3199
3198
|
value: string;
|
|
3199
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
3200
3200
|
}>;
|
|
3201
3201
|
depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
3202
3202
|
channelMetadata: z.ZodObject<{
|
|
@@ -3225,67 +3225,67 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
|
|
|
3225
3225
|
__kind: z.ZodLiteral<"Eth">;
|
|
3226
3226
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
3227
3227
|
}, "strip", z.ZodTypeAny, {
|
|
3228
|
-
__kind: "Eth";
|
|
3229
3228
|
value: `0x${string}`;
|
|
3230
|
-
}, {
|
|
3231
3229
|
__kind: "Eth";
|
|
3230
|
+
}, {
|
|
3232
3231
|
value: string;
|
|
3232
|
+
__kind: "Eth";
|
|
3233
3233
|
}>, z.ZodObject<{
|
|
3234
3234
|
__kind: z.ZodLiteral<"Dot">;
|
|
3235
3235
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
3236
3236
|
}, "strip", z.ZodTypeAny, {
|
|
3237
|
-
__kind: "Dot";
|
|
3238
3237
|
value: `0x${string}`;
|
|
3239
|
-
}, {
|
|
3240
3238
|
__kind: "Dot";
|
|
3239
|
+
}, {
|
|
3241
3240
|
value: string;
|
|
3241
|
+
__kind: "Dot";
|
|
3242
3242
|
}>, z.ZodObject<{
|
|
3243
3243
|
__kind: z.ZodLiteral<"Btc">;
|
|
3244
3244
|
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
3245
3245
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
3246
3246
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
3247
3247
|
}, "strip", z.ZodTypeAny, {
|
|
3248
|
-
__kind: "P2PKH";
|
|
3249
3248
|
value: `0x${string}`;
|
|
3250
|
-
}, {
|
|
3251
3249
|
__kind: "P2PKH";
|
|
3250
|
+
}, {
|
|
3252
3251
|
value: string;
|
|
3252
|
+
__kind: "P2PKH";
|
|
3253
3253
|
}>, z.ZodObject<{
|
|
3254
3254
|
__kind: z.ZodLiteral<"P2SH">;
|
|
3255
3255
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
3256
3256
|
}, "strip", z.ZodTypeAny, {
|
|
3257
|
-
__kind: "P2SH";
|
|
3258
3257
|
value: `0x${string}`;
|
|
3259
|
-
}, {
|
|
3260
3258
|
__kind: "P2SH";
|
|
3259
|
+
}, {
|
|
3261
3260
|
value: string;
|
|
3261
|
+
__kind: "P2SH";
|
|
3262
3262
|
}>, z.ZodObject<{
|
|
3263
3263
|
__kind: z.ZodLiteral<"P2WPKH">;
|
|
3264
3264
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
3265
3265
|
}, "strip", z.ZodTypeAny, {
|
|
3266
|
-
__kind: "P2WPKH";
|
|
3267
3266
|
value: `0x${string}`;
|
|
3268
|
-
}, {
|
|
3269
3267
|
__kind: "P2WPKH";
|
|
3268
|
+
}, {
|
|
3270
3269
|
value: string;
|
|
3270
|
+
__kind: "P2WPKH";
|
|
3271
3271
|
}>, z.ZodObject<{
|
|
3272
3272
|
__kind: z.ZodLiteral<"P2WSH">;
|
|
3273
3273
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
3274
3274
|
}, "strip", z.ZodTypeAny, {
|
|
3275
|
-
__kind: "P2WSH";
|
|
3276
3275
|
value: `0x${string}`;
|
|
3277
|
-
}, {
|
|
3278
3276
|
__kind: "P2WSH";
|
|
3277
|
+
}, {
|
|
3279
3278
|
value: string;
|
|
3279
|
+
__kind: "P2WSH";
|
|
3280
3280
|
}>, z.ZodObject<{
|
|
3281
3281
|
__kind: z.ZodLiteral<"Taproot">;
|
|
3282
3282
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
3283
3283
|
}, "strip", z.ZodTypeAny, {
|
|
3284
|
-
__kind: "Taproot";
|
|
3285
3284
|
value: `0x${string}`;
|
|
3286
|
-
}, {
|
|
3287
3285
|
__kind: "Taproot";
|
|
3286
|
+
}, {
|
|
3288
3287
|
value: string;
|
|
3288
|
+
__kind: "Taproot";
|
|
3289
3289
|
}>, z.ZodObject<{
|
|
3290
3290
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
3291
3291
|
version: z.ZodNumber;
|
|
@@ -3300,76 +3300,76 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
|
|
|
3300
3300
|
program: string;
|
|
3301
3301
|
}>]>;
|
|
3302
3302
|
}, "strip", z.ZodTypeAny, {
|
|
3303
|
-
__kind: "Btc";
|
|
3304
3303
|
value: {
|
|
3305
|
-
__kind: "P2PKH";
|
|
3306
3304
|
value: `0x${string}`;
|
|
3305
|
+
__kind: "P2PKH";
|
|
3307
3306
|
} | {
|
|
3308
|
-
__kind: "P2SH";
|
|
3309
3307
|
value: `0x${string}`;
|
|
3308
|
+
__kind: "P2SH";
|
|
3310
3309
|
} | {
|
|
3311
|
-
__kind: "P2WPKH";
|
|
3312
3310
|
value: `0x${string}`;
|
|
3311
|
+
__kind: "P2WPKH";
|
|
3313
3312
|
} | {
|
|
3314
|
-
__kind: "P2WSH";
|
|
3315
3313
|
value: `0x${string}`;
|
|
3314
|
+
__kind: "P2WSH";
|
|
3316
3315
|
} | {
|
|
3317
|
-
__kind: "Taproot";
|
|
3318
3316
|
value: `0x${string}`;
|
|
3317
|
+
__kind: "Taproot";
|
|
3319
3318
|
} | {
|
|
3320
3319
|
__kind: "OtherSegwit";
|
|
3321
3320
|
version: number;
|
|
3322
3321
|
program: `0x${string}`;
|
|
3323
3322
|
};
|
|
3324
|
-
}, {
|
|
3325
3323
|
__kind: "Btc";
|
|
3324
|
+
}, {
|
|
3326
3325
|
value: {
|
|
3327
|
-
__kind: "P2PKH";
|
|
3328
3326
|
value: string;
|
|
3327
|
+
__kind: "P2PKH";
|
|
3329
3328
|
} | {
|
|
3330
|
-
__kind: "P2SH";
|
|
3331
3329
|
value: string;
|
|
3330
|
+
__kind: "P2SH";
|
|
3332
3331
|
} | {
|
|
3333
|
-
__kind: "P2WPKH";
|
|
3334
3332
|
value: string;
|
|
3333
|
+
__kind: "P2WPKH";
|
|
3335
3334
|
} | {
|
|
3336
|
-
__kind: "P2WSH";
|
|
3337
3335
|
value: string;
|
|
3336
|
+
__kind: "P2WSH";
|
|
3338
3337
|
} | {
|
|
3339
|
-
__kind: "Taproot";
|
|
3340
3338
|
value: string;
|
|
3339
|
+
__kind: "Taproot";
|
|
3341
3340
|
} | {
|
|
3342
3341
|
__kind: "OtherSegwit";
|
|
3343
3342
|
version: number;
|
|
3344
3343
|
program: string;
|
|
3345
3344
|
};
|
|
3345
|
+
__kind: "Btc";
|
|
3346
3346
|
}>, z.ZodObject<{
|
|
3347
3347
|
__kind: z.ZodLiteral<"Arb">;
|
|
3348
3348
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
3349
3349
|
}, "strip", z.ZodTypeAny, {
|
|
3350
|
-
__kind: "Arb";
|
|
3351
3350
|
value: `0x${string}`;
|
|
3352
|
-
}, {
|
|
3353
3351
|
__kind: "Arb";
|
|
3352
|
+
}, {
|
|
3354
3353
|
value: string;
|
|
3354
|
+
__kind: "Arb";
|
|
3355
3355
|
}>, z.ZodObject<{
|
|
3356
3356
|
__kind: z.ZodLiteral<"Sol">;
|
|
3357
3357
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
3358
3358
|
}, "strip", z.ZodTypeAny, {
|
|
3359
|
-
__kind: "Sol";
|
|
3360
3359
|
value: `0x${string}`;
|
|
3361
|
-
}, {
|
|
3362
3360
|
__kind: "Sol";
|
|
3361
|
+
}, {
|
|
3363
3362
|
value: string;
|
|
3363
|
+
__kind: "Sol";
|
|
3364
3364
|
}>, z.ZodObject<{
|
|
3365
3365
|
__kind: z.ZodLiteral<"Hub">;
|
|
3366
3366
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
3367
3367
|
}, "strip", z.ZodTypeAny, {
|
|
3368
|
-
__kind: "Hub";
|
|
3369
3368
|
value: `0x${string}`;
|
|
3370
|
-
}, {
|
|
3371
3369
|
__kind: "Hub";
|
|
3370
|
+
}, {
|
|
3372
3371
|
value: string;
|
|
3372
|
+
__kind: "Hub";
|
|
3373
3373
|
}>]>>>;
|
|
3374
3374
|
}, "strip", z.ZodTypeAny, {
|
|
3375
3375
|
channelMetadata: {
|
|
@@ -3379,42 +3379,42 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
|
|
|
3379
3379
|
};
|
|
3380
3380
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
3381
3381
|
sourceAddress?: {
|
|
3382
|
-
__kind: "Eth";
|
|
3383
3382
|
value: `0x${string}`;
|
|
3383
|
+
__kind: "Eth";
|
|
3384
3384
|
} | {
|
|
3385
|
-
__kind: "Dot";
|
|
3386
3385
|
value: `0x${string}`;
|
|
3386
|
+
__kind: "Dot";
|
|
3387
3387
|
} | {
|
|
3388
|
-
__kind: "Btc";
|
|
3389
3388
|
value: {
|
|
3390
|
-
__kind: "P2PKH";
|
|
3391
3389
|
value: `0x${string}`;
|
|
3390
|
+
__kind: "P2PKH";
|
|
3392
3391
|
} | {
|
|
3393
|
-
__kind: "P2SH";
|
|
3394
3392
|
value: `0x${string}`;
|
|
3393
|
+
__kind: "P2SH";
|
|
3395
3394
|
} | {
|
|
3396
|
-
__kind: "P2WPKH";
|
|
3397
3395
|
value: `0x${string}`;
|
|
3396
|
+
__kind: "P2WPKH";
|
|
3398
3397
|
} | {
|
|
3399
|
-
__kind: "P2WSH";
|
|
3400
3398
|
value: `0x${string}`;
|
|
3399
|
+
__kind: "P2WSH";
|
|
3401
3400
|
} | {
|
|
3402
|
-
__kind: "Taproot";
|
|
3403
3401
|
value: `0x${string}`;
|
|
3402
|
+
__kind: "Taproot";
|
|
3404
3403
|
} | {
|
|
3405
3404
|
__kind: "OtherSegwit";
|
|
3406
3405
|
version: number;
|
|
3407
3406
|
program: `0x${string}`;
|
|
3408
3407
|
};
|
|
3408
|
+
__kind: "Btc";
|
|
3409
3409
|
} | {
|
|
3410
|
-
__kind: "Arb";
|
|
3411
3410
|
value: `0x${string}`;
|
|
3411
|
+
__kind: "Arb";
|
|
3412
3412
|
} | {
|
|
3413
|
-
__kind: "Sol";
|
|
3414
3413
|
value: `0x${string}`;
|
|
3414
|
+
__kind: "Sol";
|
|
3415
3415
|
} | {
|
|
3416
|
-
__kind: "Hub";
|
|
3417
3416
|
value: `0x${string}`;
|
|
3417
|
+
__kind: "Hub";
|
|
3418
3418
|
} | null | undefined;
|
|
3419
3419
|
}, {
|
|
3420
3420
|
channelMetadata: {
|
|
@@ -3426,42 +3426,42 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
|
|
|
3426
3426
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
3427
3427
|
};
|
|
3428
3428
|
sourceAddress?: {
|
|
3429
|
-
__kind: "Eth";
|
|
3430
3429
|
value: string;
|
|
3430
|
+
__kind: "Eth";
|
|
3431
3431
|
} | {
|
|
3432
|
-
__kind: "Dot";
|
|
3433
3432
|
value: string;
|
|
3433
|
+
__kind: "Dot";
|
|
3434
3434
|
} | {
|
|
3435
|
-
__kind: "Btc";
|
|
3436
3435
|
value: {
|
|
3437
|
-
__kind: "P2PKH";
|
|
3438
3436
|
value: string;
|
|
3437
|
+
__kind: "P2PKH";
|
|
3439
3438
|
} | {
|
|
3440
|
-
__kind: "P2SH";
|
|
3441
3439
|
value: string;
|
|
3440
|
+
__kind: "P2SH";
|
|
3442
3441
|
} | {
|
|
3443
|
-
__kind: "P2WPKH";
|
|
3444
3442
|
value: string;
|
|
3443
|
+
__kind: "P2WPKH";
|
|
3445
3444
|
} | {
|
|
3446
|
-
__kind: "P2WSH";
|
|
3447
3445
|
value: string;
|
|
3446
|
+
__kind: "P2WSH";
|
|
3448
3447
|
} | {
|
|
3449
|
-
__kind: "Taproot";
|
|
3450
3448
|
value: string;
|
|
3449
|
+
__kind: "Taproot";
|
|
3451
3450
|
} | {
|
|
3452
3451
|
__kind: "OtherSegwit";
|
|
3453
3452
|
version: number;
|
|
3454
3453
|
program: string;
|
|
3455
3454
|
};
|
|
3455
|
+
__kind: "Btc";
|
|
3456
3456
|
} | {
|
|
3457
|
-
__kind: "Arb";
|
|
3458
3457
|
value: string;
|
|
3458
|
+
__kind: "Arb";
|
|
3459
3459
|
} | {
|
|
3460
|
-
__kind: "Sol";
|
|
3461
3460
|
value: string;
|
|
3461
|
+
__kind: "Sol";
|
|
3462
3462
|
} | {
|
|
3463
|
-
__kind: "Hub";
|
|
3464
3463
|
value: string;
|
|
3464
|
+
__kind: "Hub";
|
|
3465
3465
|
} | null | undefined;
|
|
3466
3466
|
}>>>;
|
|
3467
3467
|
txId: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
@@ -3491,47 +3491,47 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
|
|
|
3491
3491
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
3492
3492
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
3493
3493
|
}, "strip", z.ZodTypeAny, {
|
|
3494
|
-
__kind: "P2PKH";
|
|
3495
3494
|
value: `0x${string}`;
|
|
3496
|
-
}, {
|
|
3497
3495
|
__kind: "P2PKH";
|
|
3496
|
+
}, {
|
|
3498
3497
|
value: string;
|
|
3498
|
+
__kind: "P2PKH";
|
|
3499
3499
|
}>, z.ZodObject<{
|
|
3500
3500
|
__kind: z.ZodLiteral<"P2SH">;
|
|
3501
3501
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
3502
3502
|
}, "strip", z.ZodTypeAny, {
|
|
3503
|
-
__kind: "P2SH";
|
|
3504
3503
|
value: `0x${string}`;
|
|
3505
|
-
}, {
|
|
3506
3504
|
__kind: "P2SH";
|
|
3505
|
+
}, {
|
|
3507
3506
|
value: string;
|
|
3507
|
+
__kind: "P2SH";
|
|
3508
3508
|
}>, z.ZodObject<{
|
|
3509
3509
|
__kind: z.ZodLiteral<"P2WPKH">;
|
|
3510
3510
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
3511
3511
|
}, "strip", z.ZodTypeAny, {
|
|
3512
|
-
__kind: "P2WPKH";
|
|
3513
3512
|
value: `0x${string}`;
|
|
3514
|
-
}, {
|
|
3515
3513
|
__kind: "P2WPKH";
|
|
3514
|
+
}, {
|
|
3516
3515
|
value: string;
|
|
3516
|
+
__kind: "P2WPKH";
|
|
3517
3517
|
}>, z.ZodObject<{
|
|
3518
3518
|
__kind: z.ZodLiteral<"P2WSH">;
|
|
3519
3519
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
3520
3520
|
}, "strip", z.ZodTypeAny, {
|
|
3521
|
-
__kind: "P2WSH";
|
|
3522
3521
|
value: `0x${string}`;
|
|
3523
|
-
}, {
|
|
3524
3522
|
__kind: "P2WSH";
|
|
3523
|
+
}, {
|
|
3525
3524
|
value: string;
|
|
3525
|
+
__kind: "P2WSH";
|
|
3526
3526
|
}>, z.ZodObject<{
|
|
3527
3527
|
__kind: z.ZodLiteral<"Taproot">;
|
|
3528
3528
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
3529
3529
|
}, "strip", z.ZodTypeAny, {
|
|
3530
|
-
__kind: "Taproot";
|
|
3531
3530
|
value: `0x${string}`;
|
|
3532
|
-
}, {
|
|
3533
3531
|
__kind: "Taproot";
|
|
3532
|
+
}, {
|
|
3534
3533
|
value: string;
|
|
3534
|
+
__kind: "Taproot";
|
|
3535
3535
|
}>, z.ZodObject<{
|
|
3536
3536
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
3537
3537
|
version: z.ZodNumber;
|
|
@@ -3563,20 +3563,20 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
|
|
|
3563
3563
|
}, "strip", z.ZodTypeAny, {
|
|
3564
3564
|
retryDuration: number;
|
|
3565
3565
|
refundAddress: {
|
|
3566
|
-
__kind: "P2PKH";
|
|
3567
3566
|
value: `0x${string}`;
|
|
3567
|
+
__kind: "P2PKH";
|
|
3568
3568
|
} | {
|
|
3569
|
-
__kind: "P2SH";
|
|
3570
3569
|
value: `0x${string}`;
|
|
3570
|
+
__kind: "P2SH";
|
|
3571
3571
|
} | {
|
|
3572
|
-
__kind: "P2WPKH";
|
|
3573
3572
|
value: `0x${string}`;
|
|
3573
|
+
__kind: "P2WPKH";
|
|
3574
3574
|
} | {
|
|
3575
|
-
__kind: "P2WSH";
|
|
3576
3575
|
value: `0x${string}`;
|
|
3576
|
+
__kind: "P2WSH";
|
|
3577
3577
|
} | {
|
|
3578
|
-
__kind: "Taproot";
|
|
3579
3578
|
value: `0x${string}`;
|
|
3579
|
+
__kind: "Taproot";
|
|
3580
3580
|
} | {
|
|
3581
3581
|
__kind: "OtherSegwit";
|
|
3582
3582
|
version: number;
|
|
@@ -3592,20 +3592,20 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
|
|
|
3592
3592
|
}, {
|
|
3593
3593
|
retryDuration: number;
|
|
3594
3594
|
refundAddress: {
|
|
3595
|
-
__kind: "P2PKH";
|
|
3596
3595
|
value: string;
|
|
3596
|
+
__kind: "P2PKH";
|
|
3597
3597
|
} | {
|
|
3598
|
-
__kind: "P2SH";
|
|
3599
3598
|
value: string;
|
|
3599
|
+
__kind: "P2SH";
|
|
3600
3600
|
} | {
|
|
3601
|
-
__kind: "P2WPKH";
|
|
3602
3601
|
value: string;
|
|
3602
|
+
__kind: "P2WPKH";
|
|
3603
3603
|
} | {
|
|
3604
|
-
__kind: "P2WSH";
|
|
3605
3604
|
value: string;
|
|
3605
|
+
__kind: "P2WSH";
|
|
3606
3606
|
} | {
|
|
3607
|
-
__kind: "Taproot";
|
|
3608
3607
|
value: string;
|
|
3608
|
+
__kind: "Taproot";
|
|
3609
3609
|
} | {
|
|
3610
3610
|
__kind: "OtherSegwit";
|
|
3611
3611
|
version: number;
|
|
@@ -3679,20 +3679,20 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
|
|
|
3679
3679
|
refundParams: {
|
|
3680
3680
|
retryDuration: number;
|
|
3681
3681
|
refundAddress: {
|
|
3682
|
-
__kind: "P2PKH";
|
|
3683
3682
|
value: `0x${string}`;
|
|
3683
|
+
__kind: "P2PKH";
|
|
3684
3684
|
} | {
|
|
3685
|
-
__kind: "P2SH";
|
|
3686
3685
|
value: `0x${string}`;
|
|
3686
|
+
__kind: "P2SH";
|
|
3687
3687
|
} | {
|
|
3688
|
-
__kind: "P2WPKH";
|
|
3689
3688
|
value: `0x${string}`;
|
|
3689
|
+
__kind: "P2WPKH";
|
|
3690
3690
|
} | {
|
|
3691
|
-
__kind: "P2WSH";
|
|
3692
3691
|
value: `0x${string}`;
|
|
3692
|
+
__kind: "P2WSH";
|
|
3693
3693
|
} | {
|
|
3694
|
-
__kind: "Taproot";
|
|
3695
3694
|
value: `0x${string}`;
|
|
3695
|
+
__kind: "Taproot";
|
|
3696
3696
|
} | {
|
|
3697
3697
|
__kind: "OtherSegwit";
|
|
3698
3698
|
version: number;
|
|
@@ -3709,20 +3709,20 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
|
|
|
3709
3709
|
boostFee: number;
|
|
3710
3710
|
channelId?: bigint | null | undefined;
|
|
3711
3711
|
depositAddress?: {
|
|
3712
|
-
__kind: "P2PKH";
|
|
3713
3712
|
value: `0x${string}`;
|
|
3713
|
+
__kind: "P2PKH";
|
|
3714
3714
|
} | {
|
|
3715
|
-
__kind: "P2SH";
|
|
3716
3715
|
value: `0x${string}`;
|
|
3716
|
+
__kind: "P2SH";
|
|
3717
3717
|
} | {
|
|
3718
|
-
__kind: "P2WPKH";
|
|
3719
3718
|
value: `0x${string}`;
|
|
3719
|
+
__kind: "P2WPKH";
|
|
3720
3720
|
} | {
|
|
3721
|
-
__kind: "P2WSH";
|
|
3722
3721
|
value: `0x${string}`;
|
|
3722
|
+
__kind: "P2WSH";
|
|
3723
3723
|
} | {
|
|
3724
|
-
__kind: "Taproot";
|
|
3725
3724
|
value: `0x${string}`;
|
|
3725
|
+
__kind: "Taproot";
|
|
3726
3726
|
} | {
|
|
3727
3727
|
__kind: "OtherSegwit";
|
|
3728
3728
|
version: number;
|
|
@@ -3736,42 +3736,42 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
|
|
|
3736
3736
|
};
|
|
3737
3737
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
3738
3738
|
sourceAddress?: {
|
|
3739
|
-
__kind: "Eth";
|
|
3740
3739
|
value: `0x${string}`;
|
|
3740
|
+
__kind: "Eth";
|
|
3741
3741
|
} | {
|
|
3742
|
-
__kind: "Dot";
|
|
3743
3742
|
value: `0x${string}`;
|
|
3743
|
+
__kind: "Dot";
|
|
3744
3744
|
} | {
|
|
3745
|
-
__kind: "Btc";
|
|
3746
3745
|
value: {
|
|
3747
|
-
__kind: "P2PKH";
|
|
3748
3746
|
value: `0x${string}`;
|
|
3747
|
+
__kind: "P2PKH";
|
|
3749
3748
|
} | {
|
|
3750
|
-
__kind: "P2SH";
|
|
3751
3749
|
value: `0x${string}`;
|
|
3750
|
+
__kind: "P2SH";
|
|
3752
3751
|
} | {
|
|
3753
|
-
__kind: "P2WPKH";
|
|
3754
3752
|
value: `0x${string}`;
|
|
3753
|
+
__kind: "P2WPKH";
|
|
3755
3754
|
} | {
|
|
3756
|
-
__kind: "P2WSH";
|
|
3757
3755
|
value: `0x${string}`;
|
|
3756
|
+
__kind: "P2WSH";
|
|
3758
3757
|
} | {
|
|
3759
|
-
__kind: "Taproot";
|
|
3760
3758
|
value: `0x${string}`;
|
|
3759
|
+
__kind: "Taproot";
|
|
3761
3760
|
} | {
|
|
3762
3761
|
__kind: "OtherSegwit";
|
|
3763
3762
|
version: number;
|
|
3764
3763
|
program: `0x${string}`;
|
|
3765
3764
|
};
|
|
3765
|
+
__kind: "Btc";
|
|
3766
3766
|
} | {
|
|
3767
|
-
__kind: "Arb";
|
|
3768
3767
|
value: `0x${string}`;
|
|
3768
|
+
__kind: "Arb";
|
|
3769
3769
|
} | {
|
|
3770
|
-
__kind: "Sol";
|
|
3771
3770
|
value: `0x${string}`;
|
|
3771
|
+
__kind: "Sol";
|
|
3772
3772
|
} | {
|
|
3773
|
-
__kind: "Hub";
|
|
3774
3773
|
value: `0x${string}`;
|
|
3774
|
+
__kind: "Hub";
|
|
3775
3775
|
} | null | undefined;
|
|
3776
3776
|
} | null | undefined;
|
|
3777
3777
|
brokerFee?: {
|
|
@@ -3810,8 +3810,8 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
|
|
|
3810
3810
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
3811
3811
|
};
|
|
3812
3812
|
destinationAddress: {
|
|
3813
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
3814
3813
|
value: string;
|
|
3814
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
3815
3815
|
};
|
|
3816
3816
|
affiliateFees: {
|
|
3817
3817
|
account: number;
|
|
@@ -3820,20 +3820,20 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
|
|
|
3820
3820
|
refundParams: {
|
|
3821
3821
|
retryDuration: number;
|
|
3822
3822
|
refundAddress: {
|
|
3823
|
-
__kind: "P2PKH";
|
|
3824
3823
|
value: string;
|
|
3824
|
+
__kind: "P2PKH";
|
|
3825
3825
|
} | {
|
|
3826
|
-
__kind: "P2SH";
|
|
3827
3826
|
value: string;
|
|
3827
|
+
__kind: "P2SH";
|
|
3828
3828
|
} | {
|
|
3829
|
-
__kind: "P2WPKH";
|
|
3830
3829
|
value: string;
|
|
3830
|
+
__kind: "P2WPKH";
|
|
3831
3831
|
} | {
|
|
3832
|
-
__kind: "P2WSH";
|
|
3833
3832
|
value: string;
|
|
3833
|
+
__kind: "P2WSH";
|
|
3834
3834
|
} | {
|
|
3835
|
-
__kind: "Taproot";
|
|
3836
3835
|
value: string;
|
|
3836
|
+
__kind: "Taproot";
|
|
3837
3837
|
} | {
|
|
3838
3838
|
__kind: "OtherSegwit";
|
|
3839
3839
|
version: number;
|
|
@@ -3850,20 +3850,20 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
|
|
|
3850
3850
|
boostFee: number;
|
|
3851
3851
|
channelId?: string | number | null | undefined;
|
|
3852
3852
|
depositAddress?: {
|
|
3853
|
-
__kind: "P2PKH";
|
|
3854
3853
|
value: string;
|
|
3854
|
+
__kind: "P2PKH";
|
|
3855
3855
|
} | {
|
|
3856
|
-
__kind: "P2SH";
|
|
3857
3856
|
value: string;
|
|
3857
|
+
__kind: "P2SH";
|
|
3858
3858
|
} | {
|
|
3859
|
-
__kind: "P2WPKH";
|
|
3860
3859
|
value: string;
|
|
3860
|
+
__kind: "P2WPKH";
|
|
3861
3861
|
} | {
|
|
3862
|
-
__kind: "P2WSH";
|
|
3863
3862
|
value: string;
|
|
3863
|
+
__kind: "P2WSH";
|
|
3864
3864
|
} | {
|
|
3865
|
-
__kind: "Taproot";
|
|
3866
3865
|
value: string;
|
|
3866
|
+
__kind: "Taproot";
|
|
3867
3867
|
} | {
|
|
3868
3868
|
__kind: "OtherSegwit";
|
|
3869
3869
|
version: number;
|
|
@@ -3879,42 +3879,42 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
|
|
|
3879
3879
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
3880
3880
|
};
|
|
3881
3881
|
sourceAddress?: {
|
|
3882
|
-
__kind: "Eth";
|
|
3883
3882
|
value: string;
|
|
3883
|
+
__kind: "Eth";
|
|
3884
3884
|
} | {
|
|
3885
|
-
__kind: "Dot";
|
|
3886
3885
|
value: string;
|
|
3886
|
+
__kind: "Dot";
|
|
3887
3887
|
} | {
|
|
3888
|
-
__kind: "Btc";
|
|
3889
3888
|
value: {
|
|
3890
|
-
__kind: "P2PKH";
|
|
3891
3889
|
value: string;
|
|
3890
|
+
__kind: "P2PKH";
|
|
3892
3891
|
} | {
|
|
3893
|
-
__kind: "P2SH";
|
|
3894
3892
|
value: string;
|
|
3893
|
+
__kind: "P2SH";
|
|
3895
3894
|
} | {
|
|
3896
|
-
__kind: "P2WPKH";
|
|
3897
3895
|
value: string;
|
|
3896
|
+
__kind: "P2WPKH";
|
|
3898
3897
|
} | {
|
|
3899
|
-
__kind: "P2WSH";
|
|
3900
3898
|
value: string;
|
|
3899
|
+
__kind: "P2WSH";
|
|
3901
3900
|
} | {
|
|
3902
|
-
__kind: "Taproot";
|
|
3903
3901
|
value: string;
|
|
3902
|
+
__kind: "Taproot";
|
|
3904
3903
|
} | {
|
|
3905
3904
|
__kind: "OtherSegwit";
|
|
3906
3905
|
version: number;
|
|
3907
3906
|
program: string;
|
|
3908
3907
|
};
|
|
3908
|
+
__kind: "Btc";
|
|
3909
3909
|
} | {
|
|
3910
|
-
__kind: "Arb";
|
|
3911
3910
|
value: string;
|
|
3911
|
+
__kind: "Arb";
|
|
3912
3912
|
} | {
|
|
3913
|
-
__kind: "Sol";
|
|
3914
3913
|
value: string;
|
|
3914
|
+
__kind: "Sol";
|
|
3915
3915
|
} | {
|
|
3916
|
-
__kind: "Hub";
|
|
3917
3916
|
value: string;
|
|
3917
|
+
__kind: "Hub";
|
|
3918
3918
|
} | null | undefined;
|
|
3919
3919
|
} | null | undefined;
|
|
3920
3920
|
brokerFee?: {
|
|
@@ -3977,20 +3977,20 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
|
|
|
3977
3977
|
refundParams: {
|
|
3978
3978
|
retryDuration: number;
|
|
3979
3979
|
refundAddress: {
|
|
3980
|
-
__kind: "P2PKH";
|
|
3981
3980
|
value: `0x${string}`;
|
|
3981
|
+
__kind: "P2PKH";
|
|
3982
3982
|
} | {
|
|
3983
|
-
__kind: "P2SH";
|
|
3984
3983
|
value: `0x${string}`;
|
|
3984
|
+
__kind: "P2SH";
|
|
3985
3985
|
} | {
|
|
3986
|
-
__kind: "P2WPKH";
|
|
3987
3986
|
value: `0x${string}`;
|
|
3987
|
+
__kind: "P2WPKH";
|
|
3988
3988
|
} | {
|
|
3989
|
-
__kind: "P2WSH";
|
|
3990
3989
|
value: `0x${string}`;
|
|
3990
|
+
__kind: "P2WSH";
|
|
3991
3991
|
} | {
|
|
3992
|
-
__kind: "Taproot";
|
|
3993
3992
|
value: `0x${string}`;
|
|
3993
|
+
__kind: "Taproot";
|
|
3994
3994
|
} | {
|
|
3995
3995
|
__kind: "OtherSegwit";
|
|
3996
3996
|
version: number;
|
|
@@ -4007,20 +4007,20 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
|
|
|
4007
4007
|
boostFee: number;
|
|
4008
4008
|
channelId?: bigint | null | undefined;
|
|
4009
4009
|
depositAddress?: {
|
|
4010
|
-
__kind: "P2PKH";
|
|
4011
4010
|
value: `0x${string}`;
|
|
4011
|
+
__kind: "P2PKH";
|
|
4012
4012
|
} | {
|
|
4013
|
-
__kind: "P2SH";
|
|
4014
4013
|
value: `0x${string}`;
|
|
4014
|
+
__kind: "P2SH";
|
|
4015
4015
|
} | {
|
|
4016
|
-
__kind: "P2WPKH";
|
|
4017
4016
|
value: `0x${string}`;
|
|
4017
|
+
__kind: "P2WPKH";
|
|
4018
4018
|
} | {
|
|
4019
|
-
__kind: "P2WSH";
|
|
4020
4019
|
value: `0x${string}`;
|
|
4020
|
+
__kind: "P2WSH";
|
|
4021
4021
|
} | {
|
|
4022
|
-
__kind: "Taproot";
|
|
4023
4022
|
value: `0x${string}`;
|
|
4023
|
+
__kind: "Taproot";
|
|
4024
4024
|
} | {
|
|
4025
4025
|
__kind: "OtherSegwit";
|
|
4026
4026
|
version: number;
|
|
@@ -4034,42 +4034,42 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
|
|
|
4034
4034
|
};
|
|
4035
4035
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
4036
4036
|
sourceAddress?: {
|
|
4037
|
-
__kind: "Eth";
|
|
4038
4037
|
value: `0x${string}`;
|
|
4038
|
+
__kind: "Eth";
|
|
4039
4039
|
} | {
|
|
4040
|
-
__kind: "Dot";
|
|
4041
4040
|
value: `0x${string}`;
|
|
4041
|
+
__kind: "Dot";
|
|
4042
4042
|
} | {
|
|
4043
|
-
__kind: "Btc";
|
|
4044
4043
|
value: {
|
|
4045
|
-
__kind: "P2PKH";
|
|
4046
4044
|
value: `0x${string}`;
|
|
4045
|
+
__kind: "P2PKH";
|
|
4047
4046
|
} | {
|
|
4048
|
-
__kind: "P2SH";
|
|
4049
4047
|
value: `0x${string}`;
|
|
4048
|
+
__kind: "P2SH";
|
|
4050
4049
|
} | {
|
|
4051
|
-
__kind: "P2WPKH";
|
|
4052
4050
|
value: `0x${string}`;
|
|
4051
|
+
__kind: "P2WPKH";
|
|
4053
4052
|
} | {
|
|
4054
|
-
__kind: "P2WSH";
|
|
4055
4053
|
value: `0x${string}`;
|
|
4054
|
+
__kind: "P2WSH";
|
|
4056
4055
|
} | {
|
|
4057
|
-
__kind: "Taproot";
|
|
4058
4056
|
value: `0x${string}`;
|
|
4057
|
+
__kind: "Taproot";
|
|
4059
4058
|
} | {
|
|
4060
4059
|
__kind: "OtherSegwit";
|
|
4061
4060
|
version: number;
|
|
4062
4061
|
program: `0x${string}`;
|
|
4063
4062
|
};
|
|
4063
|
+
__kind: "Btc";
|
|
4064
4064
|
} | {
|
|
4065
|
-
__kind: "Arb";
|
|
4066
4065
|
value: `0x${string}`;
|
|
4066
|
+
__kind: "Arb";
|
|
4067
4067
|
} | {
|
|
4068
|
-
__kind: "Sol";
|
|
4069
4068
|
value: `0x${string}`;
|
|
4069
|
+
__kind: "Sol";
|
|
4070
4070
|
} | {
|
|
4071
|
-
__kind: "Hub";
|
|
4072
4071
|
value: `0x${string}`;
|
|
4072
|
+
__kind: "Hub";
|
|
4073
4073
|
} | null | undefined;
|
|
4074
4074
|
} | null | undefined;
|
|
4075
4075
|
brokerFee?: {
|
|
@@ -4111,8 +4111,8 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
|
|
|
4111
4111
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
4112
4112
|
};
|
|
4113
4113
|
destinationAddress: {
|
|
4114
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
4115
4114
|
value: string;
|
|
4115
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
4116
4116
|
};
|
|
4117
4117
|
affiliateFees: {
|
|
4118
4118
|
account: number;
|
|
@@ -4121,20 +4121,20 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
|
|
|
4121
4121
|
refundParams: {
|
|
4122
4122
|
retryDuration: number;
|
|
4123
4123
|
refundAddress: {
|
|
4124
|
-
__kind: "P2PKH";
|
|
4125
4124
|
value: string;
|
|
4125
|
+
__kind: "P2PKH";
|
|
4126
4126
|
} | {
|
|
4127
|
-
__kind: "P2SH";
|
|
4128
4127
|
value: string;
|
|
4128
|
+
__kind: "P2SH";
|
|
4129
4129
|
} | {
|
|
4130
|
-
__kind: "P2WPKH";
|
|
4131
4130
|
value: string;
|
|
4131
|
+
__kind: "P2WPKH";
|
|
4132
4132
|
} | {
|
|
4133
|
-
__kind: "P2WSH";
|
|
4134
4133
|
value: string;
|
|
4134
|
+
__kind: "P2WSH";
|
|
4135
4135
|
} | {
|
|
4136
|
-
__kind: "Taproot";
|
|
4137
4136
|
value: string;
|
|
4137
|
+
__kind: "Taproot";
|
|
4138
4138
|
} | {
|
|
4139
4139
|
__kind: "OtherSegwit";
|
|
4140
4140
|
version: number;
|
|
@@ -4151,20 +4151,20 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
|
|
|
4151
4151
|
boostFee: number;
|
|
4152
4152
|
channelId?: string | number | null | undefined;
|
|
4153
4153
|
depositAddress?: {
|
|
4154
|
-
__kind: "P2PKH";
|
|
4155
4154
|
value: string;
|
|
4155
|
+
__kind: "P2PKH";
|
|
4156
4156
|
} | {
|
|
4157
|
-
__kind: "P2SH";
|
|
4158
4157
|
value: string;
|
|
4158
|
+
__kind: "P2SH";
|
|
4159
4159
|
} | {
|
|
4160
|
-
__kind: "P2WPKH";
|
|
4161
4160
|
value: string;
|
|
4161
|
+
__kind: "P2WPKH";
|
|
4162
4162
|
} | {
|
|
4163
|
-
__kind: "P2WSH";
|
|
4164
4163
|
value: string;
|
|
4164
|
+
__kind: "P2WSH";
|
|
4165
4165
|
} | {
|
|
4166
|
-
__kind: "Taproot";
|
|
4167
4166
|
value: string;
|
|
4167
|
+
__kind: "Taproot";
|
|
4168
4168
|
} | {
|
|
4169
4169
|
__kind: "OtherSegwit";
|
|
4170
4170
|
version: number;
|
|
@@ -4180,42 +4180,42 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
|
|
|
4180
4180
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
4181
4181
|
};
|
|
4182
4182
|
sourceAddress?: {
|
|
4183
|
-
__kind: "Eth";
|
|
4184
4183
|
value: string;
|
|
4184
|
+
__kind: "Eth";
|
|
4185
4185
|
} | {
|
|
4186
|
-
__kind: "Dot";
|
|
4187
4186
|
value: string;
|
|
4187
|
+
__kind: "Dot";
|
|
4188
4188
|
} | {
|
|
4189
|
-
__kind: "Btc";
|
|
4190
4189
|
value: {
|
|
4191
|
-
__kind: "P2PKH";
|
|
4192
4190
|
value: string;
|
|
4191
|
+
__kind: "P2PKH";
|
|
4193
4192
|
} | {
|
|
4194
|
-
__kind: "P2SH";
|
|
4195
4193
|
value: string;
|
|
4194
|
+
__kind: "P2SH";
|
|
4196
4195
|
} | {
|
|
4197
|
-
__kind: "P2WPKH";
|
|
4198
4196
|
value: string;
|
|
4197
|
+
__kind: "P2WPKH";
|
|
4199
4198
|
} | {
|
|
4200
|
-
__kind: "P2WSH";
|
|
4201
4199
|
value: string;
|
|
4200
|
+
__kind: "P2WSH";
|
|
4202
4201
|
} | {
|
|
4203
|
-
__kind: "Taproot";
|
|
4204
4202
|
value: string;
|
|
4203
|
+
__kind: "Taproot";
|
|
4205
4204
|
} | {
|
|
4206
4205
|
__kind: "OtherSegwit";
|
|
4207
4206
|
version: number;
|
|
4208
4207
|
program: string;
|
|
4209
4208
|
};
|
|
4209
|
+
__kind: "Btc";
|
|
4210
4210
|
} | {
|
|
4211
|
-
__kind: "Arb";
|
|
4212
4211
|
value: string;
|
|
4212
|
+
__kind: "Arb";
|
|
4213
4213
|
} | {
|
|
4214
|
-
__kind: "Sol";
|
|
4215
4214
|
value: string;
|
|
4215
|
+
__kind: "Sol";
|
|
4216
4216
|
} | {
|
|
4217
|
-
__kind: "Hub";
|
|
4218
4217
|
value: string;
|
|
4218
|
+
__kind: "Hub";
|
|
4219
4219
|
} | null | undefined;
|
|
4220
4220
|
} | null | undefined;
|
|
4221
4221
|
brokerFee?: {
|
|
@@ -4236,7 +4236,6 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
|
|
|
4236
4236
|
} | {
|
|
4237
4237
|
__kind: "TransactionRejectedByBroker";
|
|
4238
4238
|
} | {
|
|
4239
|
-
__kind: "DepositWitnessRejected";
|
|
4240
4239
|
value: {
|
|
4241
4240
|
__kind: "Other";
|
|
4242
4241
|
} | {
|
|
@@ -4244,11 +4243,11 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
|
|
|
4244
4243
|
} | {
|
|
4245
4244
|
__kind: "BadOrigin";
|
|
4246
4245
|
} | {
|
|
4247
|
-
__kind: "Module";
|
|
4248
4246
|
value: {
|
|
4249
4247
|
index: number;
|
|
4250
4248
|
error: `0x${string}`;
|
|
4251
4249
|
};
|
|
4250
|
+
__kind: "Module";
|
|
4252
4251
|
} | {
|
|
4253
4252
|
__kind: "ConsumerRemaining";
|
|
4254
4253
|
} | {
|
|
@@ -4256,14 +4255,14 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
|
|
|
4256
4255
|
} | {
|
|
4257
4256
|
__kind: "TooManyConsumers";
|
|
4258
4257
|
} | {
|
|
4259
|
-
__kind: "Token";
|
|
4260
4258
|
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
4259
|
+
__kind: "Token";
|
|
4261
4260
|
} | {
|
|
4262
|
-
__kind: "Arithmetic";
|
|
4263
4261
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
4262
|
+
__kind: "Arithmetic";
|
|
4264
4263
|
} | {
|
|
4265
|
-
__kind: "Transactional";
|
|
4266
4264
|
value: "LimitReached" | "NoLayer";
|
|
4265
|
+
__kind: "Transactional";
|
|
4267
4266
|
} | {
|
|
4268
4267
|
__kind: "Exhausted";
|
|
4269
4268
|
} | {
|
|
@@ -4273,9 +4272,10 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
|
|
|
4273
4272
|
} | {
|
|
4274
4273
|
__kind: "RootNotAllowed";
|
|
4275
4274
|
} | {
|
|
4276
|
-
__kind: "Trie";
|
|
4277
4275
|
value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
4276
|
+
__kind: "Trie";
|
|
4278
4277
|
};
|
|
4278
|
+
__kind: "DepositWitnessRejected";
|
|
4279
4279
|
} | {
|
|
4280
4280
|
__kind: "Unrefundable";
|
|
4281
4281
|
};
|
|
@@ -4286,20 +4286,20 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
|
|
|
4286
4286
|
asset: "Btc";
|
|
4287
4287
|
amount: bigint;
|
|
4288
4288
|
depositAddress: {
|
|
4289
|
-
__kind: "P2PKH";
|
|
4290
4289
|
value: `0x${string}`;
|
|
4290
|
+
__kind: "P2PKH";
|
|
4291
4291
|
} | {
|
|
4292
|
-
__kind: "P2SH";
|
|
4293
4292
|
value: `0x${string}`;
|
|
4293
|
+
__kind: "P2SH";
|
|
4294
4294
|
} | {
|
|
4295
|
-
__kind: "P2WPKH";
|
|
4296
4295
|
value: `0x${string}`;
|
|
4296
|
+
__kind: "P2WPKH";
|
|
4297
4297
|
} | {
|
|
4298
|
-
__kind: "P2WSH";
|
|
4299
4298
|
value: `0x${string}`;
|
|
4299
|
+
__kind: "P2WSH";
|
|
4300
4300
|
} | {
|
|
4301
|
-
__kind: "Taproot";
|
|
4302
4301
|
value: `0x${string}`;
|
|
4302
|
+
__kind: "Taproot";
|
|
4303
4303
|
} | {
|
|
4304
4304
|
__kind: "OtherSegwit";
|
|
4305
4305
|
version: number;
|
|
@@ -4375,20 +4375,20 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
|
|
|
4375
4375
|
refundParams: {
|
|
4376
4376
|
retryDuration: number;
|
|
4377
4377
|
refundAddress: {
|
|
4378
|
-
__kind: "P2PKH";
|
|
4379
4378
|
value: `0x${string}`;
|
|
4379
|
+
__kind: "P2PKH";
|
|
4380
4380
|
} | {
|
|
4381
|
-
__kind: "P2SH";
|
|
4382
4381
|
value: `0x${string}`;
|
|
4382
|
+
__kind: "P2SH";
|
|
4383
4383
|
} | {
|
|
4384
|
-
__kind: "P2WPKH";
|
|
4385
4384
|
value: `0x${string}`;
|
|
4385
|
+
__kind: "P2WPKH";
|
|
4386
4386
|
} | {
|
|
4387
|
-
__kind: "P2WSH";
|
|
4388
4387
|
value: `0x${string}`;
|
|
4388
|
+
__kind: "P2WSH";
|
|
4389
4389
|
} | {
|
|
4390
|
-
__kind: "Taproot";
|
|
4391
4390
|
value: `0x${string}`;
|
|
4391
|
+
__kind: "Taproot";
|
|
4392
4392
|
} | {
|
|
4393
4393
|
__kind: "OtherSegwit";
|
|
4394
4394
|
version: number;
|
|
@@ -4405,20 +4405,20 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
|
|
|
4405
4405
|
boostFee: number;
|
|
4406
4406
|
channelId?: bigint | null | undefined;
|
|
4407
4407
|
depositAddress?: {
|
|
4408
|
-
__kind: "P2PKH";
|
|
4409
4408
|
value: `0x${string}`;
|
|
4409
|
+
__kind: "P2PKH";
|
|
4410
4410
|
} | {
|
|
4411
|
-
__kind: "P2SH";
|
|
4412
4411
|
value: `0x${string}`;
|
|
4412
|
+
__kind: "P2SH";
|
|
4413
4413
|
} | {
|
|
4414
|
-
__kind: "P2WPKH";
|
|
4415
4414
|
value: `0x${string}`;
|
|
4415
|
+
__kind: "P2WPKH";
|
|
4416
4416
|
} | {
|
|
4417
|
-
__kind: "P2WSH";
|
|
4418
4417
|
value: `0x${string}`;
|
|
4418
|
+
__kind: "P2WSH";
|
|
4419
4419
|
} | {
|
|
4420
|
-
__kind: "Taproot";
|
|
4421
4420
|
value: `0x${string}`;
|
|
4421
|
+
__kind: "Taproot";
|
|
4422
4422
|
} | {
|
|
4423
4423
|
__kind: "OtherSegwit";
|
|
4424
4424
|
version: number;
|
|
@@ -4432,42 +4432,42 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
|
|
|
4432
4432
|
};
|
|
4433
4433
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
4434
4434
|
sourceAddress?: {
|
|
4435
|
-
__kind: "Eth";
|
|
4436
4435
|
value: `0x${string}`;
|
|
4436
|
+
__kind: "Eth";
|
|
4437
4437
|
} | {
|
|
4438
|
-
__kind: "Dot";
|
|
4439
4438
|
value: `0x${string}`;
|
|
4439
|
+
__kind: "Dot";
|
|
4440
4440
|
} | {
|
|
4441
|
-
__kind: "Btc";
|
|
4442
4441
|
value: {
|
|
4443
|
-
__kind: "P2PKH";
|
|
4444
4442
|
value: `0x${string}`;
|
|
4443
|
+
__kind: "P2PKH";
|
|
4445
4444
|
} | {
|
|
4446
|
-
__kind: "P2SH";
|
|
4447
4445
|
value: `0x${string}`;
|
|
4446
|
+
__kind: "P2SH";
|
|
4448
4447
|
} | {
|
|
4449
|
-
__kind: "P2WPKH";
|
|
4450
4448
|
value: `0x${string}`;
|
|
4449
|
+
__kind: "P2WPKH";
|
|
4451
4450
|
} | {
|
|
4452
|
-
__kind: "P2WSH";
|
|
4453
4451
|
value: `0x${string}`;
|
|
4452
|
+
__kind: "P2WSH";
|
|
4454
4453
|
} | {
|
|
4455
|
-
__kind: "Taproot";
|
|
4456
4454
|
value: `0x${string}`;
|
|
4455
|
+
__kind: "Taproot";
|
|
4457
4456
|
} | {
|
|
4458
4457
|
__kind: "OtherSegwit";
|
|
4459
4458
|
version: number;
|
|
4460
4459
|
program: `0x${string}`;
|
|
4461
4460
|
};
|
|
4461
|
+
__kind: "Btc";
|
|
4462
4462
|
} | {
|
|
4463
|
-
__kind: "Arb";
|
|
4464
4463
|
value: `0x${string}`;
|
|
4464
|
+
__kind: "Arb";
|
|
4465
4465
|
} | {
|
|
4466
|
-
__kind: "Sol";
|
|
4467
4466
|
value: `0x${string}`;
|
|
4467
|
+
__kind: "Sol";
|
|
4468
4468
|
} | {
|
|
4469
|
-
__kind: "Hub";
|
|
4470
4469
|
value: `0x${string}`;
|
|
4470
|
+
__kind: "Hub";
|
|
4471
4471
|
} | null | undefined;
|
|
4472
4472
|
} | null | undefined;
|
|
4473
4473
|
brokerFee?: {
|
|
@@ -4488,7 +4488,6 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
|
|
|
4488
4488
|
} | {
|
|
4489
4489
|
__kind: "TransactionRejectedByBroker";
|
|
4490
4490
|
} | {
|
|
4491
|
-
__kind: "DepositWitnessRejected";
|
|
4492
4491
|
value: {
|
|
4493
4492
|
__kind: "Other";
|
|
4494
4493
|
} | {
|
|
@@ -4496,11 +4495,11 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
|
|
|
4496
4495
|
} | {
|
|
4497
4496
|
__kind: "BadOrigin";
|
|
4498
4497
|
} | {
|
|
4499
|
-
__kind: "Module";
|
|
4500
4498
|
value: {
|
|
4501
4499
|
index: number;
|
|
4502
4500
|
error: string;
|
|
4503
4501
|
};
|
|
4502
|
+
__kind: "Module";
|
|
4504
4503
|
} | {
|
|
4505
4504
|
__kind: "ConsumerRemaining";
|
|
4506
4505
|
} | {
|
|
@@ -4508,20 +4507,20 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
|
|
|
4508
4507
|
} | {
|
|
4509
4508
|
__kind: "TooManyConsumers";
|
|
4510
4509
|
} | {
|
|
4511
|
-
__kind: "Token";
|
|
4512
4510
|
value: {
|
|
4513
4511
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
4514
4512
|
};
|
|
4513
|
+
__kind: "Token";
|
|
4515
4514
|
} | {
|
|
4516
|
-
__kind: "Arithmetic";
|
|
4517
4515
|
value: {
|
|
4518
4516
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
4519
4517
|
};
|
|
4518
|
+
__kind: "Arithmetic";
|
|
4520
4519
|
} | {
|
|
4521
|
-
__kind: "Transactional";
|
|
4522
4520
|
value: {
|
|
4523
4521
|
__kind: "LimitReached" | "NoLayer";
|
|
4524
4522
|
};
|
|
4523
|
+
__kind: "Transactional";
|
|
4525
4524
|
} | {
|
|
4526
4525
|
__kind: "Exhausted";
|
|
4527
4526
|
} | {
|
|
@@ -4531,11 +4530,12 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
|
|
|
4531
4530
|
} | {
|
|
4532
4531
|
__kind: "RootNotAllowed";
|
|
4533
4532
|
} | {
|
|
4534
|
-
__kind: "Trie";
|
|
4535
4533
|
value: {
|
|
4536
4534
|
__kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
4537
4535
|
};
|
|
4536
|
+
__kind: "Trie";
|
|
4538
4537
|
};
|
|
4538
|
+
__kind: "DepositWitnessRejected";
|
|
4539
4539
|
} | {
|
|
4540
4540
|
__kind: "Unrefundable";
|
|
4541
4541
|
};
|
|
@@ -4548,20 +4548,20 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
|
|
|
4548
4548
|
};
|
|
4549
4549
|
amount: string | number;
|
|
4550
4550
|
depositAddress: {
|
|
4551
|
-
__kind: "P2PKH";
|
|
4552
4551
|
value: string;
|
|
4552
|
+
__kind: "P2PKH";
|
|
4553
4553
|
} | {
|
|
4554
|
-
__kind: "P2SH";
|
|
4555
4554
|
value: string;
|
|
4555
|
+
__kind: "P2SH";
|
|
4556
4556
|
} | {
|
|
4557
|
-
__kind: "P2WPKH";
|
|
4558
4557
|
value: string;
|
|
4558
|
+
__kind: "P2WPKH";
|
|
4559
4559
|
} | {
|
|
4560
|
-
__kind: "P2WSH";
|
|
4561
4560
|
value: string;
|
|
4561
|
+
__kind: "P2WSH";
|
|
4562
4562
|
} | {
|
|
4563
|
-
__kind: "Taproot";
|
|
4564
4563
|
value: string;
|
|
4564
|
+
__kind: "Taproot";
|
|
4565
4565
|
} | {
|
|
4566
4566
|
__kind: "OtherSegwit";
|
|
4567
4567
|
version: number;
|
|
@@ -4616,8 +4616,8 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
|
|
|
4616
4616
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
4617
4617
|
};
|
|
4618
4618
|
destinationAddress: {
|
|
4619
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
4620
4619
|
value: string;
|
|
4620
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
4621
4621
|
};
|
|
4622
4622
|
affiliateFees: {
|
|
4623
4623
|
account: number;
|
|
@@ -4626,20 +4626,20 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
|
|
|
4626
4626
|
refundParams: {
|
|
4627
4627
|
retryDuration: number;
|
|
4628
4628
|
refundAddress: {
|
|
4629
|
-
__kind: "P2PKH";
|
|
4630
4629
|
value: string;
|
|
4630
|
+
__kind: "P2PKH";
|
|
4631
4631
|
} | {
|
|
4632
|
-
__kind: "P2SH";
|
|
4633
4632
|
value: string;
|
|
4633
|
+
__kind: "P2SH";
|
|
4634
4634
|
} | {
|
|
4635
|
-
__kind: "P2WPKH";
|
|
4636
4635
|
value: string;
|
|
4636
|
+
__kind: "P2WPKH";
|
|
4637
4637
|
} | {
|
|
4638
|
-
__kind: "P2WSH";
|
|
4639
4638
|
value: string;
|
|
4639
|
+
__kind: "P2WSH";
|
|
4640
4640
|
} | {
|
|
4641
|
-
__kind: "Taproot";
|
|
4642
4641
|
value: string;
|
|
4642
|
+
__kind: "Taproot";
|
|
4643
4643
|
} | {
|
|
4644
4644
|
__kind: "OtherSegwit";
|
|
4645
4645
|
version: number;
|
|
@@ -4656,20 +4656,20 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
|
|
|
4656
4656
|
boostFee: number;
|
|
4657
4657
|
channelId?: string | number | null | undefined;
|
|
4658
4658
|
depositAddress?: {
|
|
4659
|
-
__kind: "P2PKH";
|
|
4660
4659
|
value: string;
|
|
4660
|
+
__kind: "P2PKH";
|
|
4661
4661
|
} | {
|
|
4662
|
-
__kind: "P2SH";
|
|
4663
4662
|
value: string;
|
|
4663
|
+
__kind: "P2SH";
|
|
4664
4664
|
} | {
|
|
4665
|
-
__kind: "P2WPKH";
|
|
4666
4665
|
value: string;
|
|
4666
|
+
__kind: "P2WPKH";
|
|
4667
4667
|
} | {
|
|
4668
|
-
__kind: "P2WSH";
|
|
4669
4668
|
value: string;
|
|
4669
|
+
__kind: "P2WSH";
|
|
4670
4670
|
} | {
|
|
4671
|
-
__kind: "Taproot";
|
|
4672
4671
|
value: string;
|
|
4672
|
+
__kind: "Taproot";
|
|
4673
4673
|
} | {
|
|
4674
4674
|
__kind: "OtherSegwit";
|
|
4675
4675
|
version: number;
|
|
@@ -4685,42 +4685,42 @@ declare const bitcoinIngressEgressDepositFailedEvent: _$_chainflip_processor_eve
|
|
|
4685
4685
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
4686
4686
|
};
|
|
4687
4687
|
sourceAddress?: {
|
|
4688
|
-
__kind: "Eth";
|
|
4689
4688
|
value: string;
|
|
4689
|
+
__kind: "Eth";
|
|
4690
4690
|
} | {
|
|
4691
|
-
__kind: "Dot";
|
|
4692
4691
|
value: string;
|
|
4692
|
+
__kind: "Dot";
|
|
4693
4693
|
} | {
|
|
4694
|
-
__kind: "Btc";
|
|
4695
4694
|
value: {
|
|
4696
|
-
__kind: "P2PKH";
|
|
4697
4695
|
value: string;
|
|
4696
|
+
__kind: "P2PKH";
|
|
4698
4697
|
} | {
|
|
4699
|
-
__kind: "P2SH";
|
|
4700
4698
|
value: string;
|
|
4699
|
+
__kind: "P2SH";
|
|
4701
4700
|
} | {
|
|
4702
|
-
__kind: "P2WPKH";
|
|
4703
4701
|
value: string;
|
|
4702
|
+
__kind: "P2WPKH";
|
|
4704
4703
|
} | {
|
|
4705
|
-
__kind: "P2WSH";
|
|
4706
4704
|
value: string;
|
|
4705
|
+
__kind: "P2WSH";
|
|
4707
4706
|
} | {
|
|
4708
|
-
__kind: "Taproot";
|
|
4709
4707
|
value: string;
|
|
4708
|
+
__kind: "Taproot";
|
|
4710
4709
|
} | {
|
|
4711
4710
|
__kind: "OtherSegwit";
|
|
4712
4711
|
version: number;
|
|
4713
4712
|
program: string;
|
|
4714
4713
|
};
|
|
4714
|
+
__kind: "Btc";
|
|
4715
4715
|
} | {
|
|
4716
|
-
__kind: "Arb";
|
|
4717
4716
|
value: string;
|
|
4717
|
+
__kind: "Arb";
|
|
4718
4718
|
} | {
|
|
4719
|
-
__kind: "Sol";
|
|
4720
4719
|
value: string;
|
|
4720
|
+
__kind: "Sol";
|
|
4721
4721
|
} | {
|
|
4722
|
-
__kind: "Hub";
|
|
4723
4722
|
value: string;
|
|
4723
|
+
__kind: "Hub";
|
|
4724
4724
|
} | null | undefined;
|
|
4725
4725
|
} | null | undefined;
|
|
4726
4726
|
brokerFee?: {
|