@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 solanaIngressEgressDepositFailed: 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 solanaIngressEgressDepositFailed: 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 solanaIngressEgressDepositFailed: 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 solanaIngressEgressDepositFailed: 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 solanaIngressEgressDepositFailed: 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 solanaIngressEgressDepositFailed: 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 solanaIngressEgressDepositFailed: 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 solanaIngressEgressDepositFailed: 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 solanaIngressEgressDepositFailed: 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 solanaIngressEgressDepositFailed: 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 solanaIngressEgressDepositFailed: 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, {
|
|
@@ -300,31 +300,31 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
300
300
|
__kind: z.ZodLiteral<"Channel">;
|
|
301
301
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
302
302
|
}, "strip", z.ZodTypeAny, {
|
|
303
|
-
__kind: "Channel";
|
|
304
303
|
value: `0x${string}`;
|
|
305
|
-
}, {
|
|
306
304
|
__kind: "Channel";
|
|
305
|
+
}, {
|
|
307
306
|
value: string;
|
|
307
|
+
__kind: "Channel";
|
|
308
308
|
}>, z.ZodObject<{
|
|
309
309
|
__kind: z.ZodLiteral<"VaultSwapAccount">;
|
|
310
310
|
value: z.ZodTuple<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>], null>;
|
|
311
311
|
}, "strip", z.ZodTypeAny, {
|
|
312
|
-
__kind: "VaultSwapAccount";
|
|
313
312
|
value: [`0x${string}`, bigint];
|
|
314
|
-
}, {
|
|
315
313
|
__kind: "VaultSwapAccount";
|
|
314
|
+
}, {
|
|
316
315
|
value: [string, string | number];
|
|
316
|
+
__kind: "VaultSwapAccount";
|
|
317
317
|
}>]>;
|
|
318
318
|
}, "strip", z.ZodTypeAny, {
|
|
319
319
|
asset: "Sol" | "SolUsdc" | "SolUsdt";
|
|
320
320
|
amount: bigint;
|
|
321
321
|
depositAddress: `0x${string}`;
|
|
322
322
|
depositDetails: {
|
|
323
|
-
__kind: "Channel";
|
|
324
323
|
value: `0x${string}`;
|
|
324
|
+
__kind: "Channel";
|
|
325
325
|
} | {
|
|
326
|
-
__kind: "VaultSwapAccount";
|
|
327
326
|
value: [`0x${string}`, bigint];
|
|
327
|
+
__kind: "VaultSwapAccount";
|
|
328
328
|
};
|
|
329
329
|
}, {
|
|
330
330
|
asset: {
|
|
@@ -333,11 +333,11 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
333
333
|
amount: string | number;
|
|
334
334
|
depositAddress: string;
|
|
335
335
|
depositDetails: {
|
|
336
|
-
__kind: "Channel";
|
|
337
336
|
value: string;
|
|
337
|
+
__kind: "Channel";
|
|
338
338
|
} | {
|
|
339
|
-
__kind: "VaultSwapAccount";
|
|
340
339
|
value: [string, string | number];
|
|
340
|
+
__kind: "VaultSwapAccount";
|
|
341
341
|
};
|
|
342
342
|
}>;
|
|
343
343
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -347,11 +347,11 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
347
347
|
amount: bigint;
|
|
348
348
|
depositAddress: `0x${string}`;
|
|
349
349
|
depositDetails: {
|
|
350
|
-
__kind: "Channel";
|
|
351
350
|
value: `0x${string}`;
|
|
351
|
+
__kind: "Channel";
|
|
352
352
|
} | {
|
|
353
|
-
__kind: "VaultSwapAccount";
|
|
354
353
|
value: [`0x${string}`, bigint];
|
|
354
|
+
__kind: "VaultSwapAccount";
|
|
355
355
|
};
|
|
356
356
|
};
|
|
357
357
|
}, {
|
|
@@ -363,11 +363,11 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
363
363
|
amount: string | number;
|
|
364
364
|
depositAddress: string;
|
|
365
365
|
depositDetails: {
|
|
366
|
-
__kind: "Channel";
|
|
367
366
|
value: string;
|
|
367
|
+
__kind: "Channel";
|
|
368
368
|
} | {
|
|
369
|
-
__kind: "VaultSwapAccount";
|
|
370
369
|
value: [string, string | number];
|
|
370
|
+
__kind: "VaultSwapAccount";
|
|
371
371
|
};
|
|
372
372
|
};
|
|
373
373
|
}>, z.ZodObject<{
|
|
@@ -389,20 +389,20 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
389
389
|
__kind: z.ZodLiteral<"Channel">;
|
|
390
390
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
391
391
|
}, "strip", z.ZodTypeAny, {
|
|
392
|
-
__kind: "Channel";
|
|
393
392
|
value: `0x${string}`;
|
|
394
|
-
}, {
|
|
395
393
|
__kind: "Channel";
|
|
394
|
+
}, {
|
|
396
395
|
value: string;
|
|
396
|
+
__kind: "Channel";
|
|
397
397
|
}>, z.ZodObject<{
|
|
398
398
|
__kind: z.ZodLiteral<"VaultSwapAccount">;
|
|
399
399
|
value: z.ZodTuple<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>], null>;
|
|
400
400
|
}, "strip", z.ZodTypeAny, {
|
|
401
|
-
__kind: "VaultSwapAccount";
|
|
402
401
|
value: [`0x${string}`, bigint];
|
|
403
|
-
}, {
|
|
404
402
|
__kind: "VaultSwapAccount";
|
|
403
|
+
}, {
|
|
405
404
|
value: [string, string | number];
|
|
405
|
+
__kind: "VaultSwapAccount";
|
|
406
406
|
}>]>;
|
|
407
407
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
408
408
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt"]>;
|
|
@@ -417,11 +417,11 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
417
417
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
418
418
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
419
419
|
}, "strip", z.ZodTypeAny, {
|
|
420
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
421
420
|
value: `0x${string}`;
|
|
422
|
-
}, {
|
|
423
421
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
422
|
+
}, {
|
|
424
423
|
value: string;
|
|
424
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
425
425
|
}>, {
|
|
426
426
|
readonly chain: "Ethereum";
|
|
427
427
|
readonly address: `0x${string}`;
|
|
@@ -441,8 +441,8 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
441
441
|
readonly chain: "Assethub";
|
|
442
442
|
readonly address: string;
|
|
443
443
|
}, {
|
|
444
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
445
444
|
value: string;
|
|
445
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
446
446
|
}>;
|
|
447
447
|
depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
448
448
|
channelMetadata: z.ZodObject<{
|
|
@@ -471,67 +471,67 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
471
471
|
__kind: z.ZodLiteral<"Eth">;
|
|
472
472
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
473
473
|
}, "strip", z.ZodTypeAny, {
|
|
474
|
-
__kind: "Eth";
|
|
475
474
|
value: `0x${string}`;
|
|
476
|
-
}, {
|
|
477
475
|
__kind: "Eth";
|
|
476
|
+
}, {
|
|
478
477
|
value: string;
|
|
478
|
+
__kind: "Eth";
|
|
479
479
|
}>, z.ZodObject<{
|
|
480
480
|
__kind: z.ZodLiteral<"Dot">;
|
|
481
481
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
482
482
|
}, "strip", z.ZodTypeAny, {
|
|
483
|
-
__kind: "Dot";
|
|
484
483
|
value: `0x${string}`;
|
|
485
|
-
}, {
|
|
486
484
|
__kind: "Dot";
|
|
485
|
+
}, {
|
|
487
486
|
value: string;
|
|
487
|
+
__kind: "Dot";
|
|
488
488
|
}>, z.ZodObject<{
|
|
489
489
|
__kind: z.ZodLiteral<"Btc">;
|
|
490
490
|
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
491
491
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
492
492
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
493
493
|
}, "strip", z.ZodTypeAny, {
|
|
494
|
-
__kind: "P2PKH";
|
|
495
494
|
value: `0x${string}`;
|
|
496
|
-
}, {
|
|
497
495
|
__kind: "P2PKH";
|
|
496
|
+
}, {
|
|
498
497
|
value: string;
|
|
498
|
+
__kind: "P2PKH";
|
|
499
499
|
}>, z.ZodObject<{
|
|
500
500
|
__kind: z.ZodLiteral<"P2SH">;
|
|
501
501
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
502
502
|
}, "strip", z.ZodTypeAny, {
|
|
503
|
-
__kind: "P2SH";
|
|
504
503
|
value: `0x${string}`;
|
|
505
|
-
}, {
|
|
506
504
|
__kind: "P2SH";
|
|
505
|
+
}, {
|
|
507
506
|
value: string;
|
|
507
|
+
__kind: "P2SH";
|
|
508
508
|
}>, z.ZodObject<{
|
|
509
509
|
__kind: z.ZodLiteral<"P2WPKH">;
|
|
510
510
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
511
511
|
}, "strip", z.ZodTypeAny, {
|
|
512
|
-
__kind: "P2WPKH";
|
|
513
512
|
value: `0x${string}`;
|
|
514
|
-
}, {
|
|
515
513
|
__kind: "P2WPKH";
|
|
514
|
+
}, {
|
|
516
515
|
value: string;
|
|
516
|
+
__kind: "P2WPKH";
|
|
517
517
|
}>, z.ZodObject<{
|
|
518
518
|
__kind: z.ZodLiteral<"P2WSH">;
|
|
519
519
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
520
520
|
}, "strip", z.ZodTypeAny, {
|
|
521
|
-
__kind: "P2WSH";
|
|
522
521
|
value: `0x${string}`;
|
|
523
|
-
}, {
|
|
524
522
|
__kind: "P2WSH";
|
|
523
|
+
}, {
|
|
525
524
|
value: string;
|
|
525
|
+
__kind: "P2WSH";
|
|
526
526
|
}>, z.ZodObject<{
|
|
527
527
|
__kind: z.ZodLiteral<"Taproot">;
|
|
528
528
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
529
529
|
}, "strip", z.ZodTypeAny, {
|
|
530
|
-
__kind: "Taproot";
|
|
531
530
|
value: `0x${string}`;
|
|
532
|
-
}, {
|
|
533
531
|
__kind: "Taproot";
|
|
532
|
+
}, {
|
|
534
533
|
value: string;
|
|
534
|
+
__kind: "Taproot";
|
|
535
535
|
}>, z.ZodObject<{
|
|
536
536
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
537
537
|
version: z.ZodNumber;
|
|
@@ -546,76 +546,76 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
546
546
|
program: string;
|
|
547
547
|
}>]>;
|
|
548
548
|
}, "strip", z.ZodTypeAny, {
|
|
549
|
-
__kind: "Btc";
|
|
550
549
|
value: {
|
|
551
|
-
__kind: "P2PKH";
|
|
552
550
|
value: `0x${string}`;
|
|
551
|
+
__kind: "P2PKH";
|
|
553
552
|
} | {
|
|
554
|
-
__kind: "P2SH";
|
|
555
553
|
value: `0x${string}`;
|
|
554
|
+
__kind: "P2SH";
|
|
556
555
|
} | {
|
|
557
|
-
__kind: "P2WPKH";
|
|
558
556
|
value: `0x${string}`;
|
|
557
|
+
__kind: "P2WPKH";
|
|
559
558
|
} | {
|
|
560
|
-
__kind: "P2WSH";
|
|
561
559
|
value: `0x${string}`;
|
|
560
|
+
__kind: "P2WSH";
|
|
562
561
|
} | {
|
|
563
|
-
__kind: "Taproot";
|
|
564
562
|
value: `0x${string}`;
|
|
563
|
+
__kind: "Taproot";
|
|
565
564
|
} | {
|
|
566
565
|
__kind: "OtherSegwit";
|
|
567
566
|
version: number;
|
|
568
567
|
program: `0x${string}`;
|
|
569
568
|
};
|
|
570
|
-
}, {
|
|
571
569
|
__kind: "Btc";
|
|
570
|
+
}, {
|
|
572
571
|
value: {
|
|
573
|
-
__kind: "P2PKH";
|
|
574
572
|
value: string;
|
|
573
|
+
__kind: "P2PKH";
|
|
575
574
|
} | {
|
|
576
|
-
__kind: "P2SH";
|
|
577
575
|
value: string;
|
|
576
|
+
__kind: "P2SH";
|
|
578
577
|
} | {
|
|
579
|
-
__kind: "P2WPKH";
|
|
580
578
|
value: string;
|
|
579
|
+
__kind: "P2WPKH";
|
|
581
580
|
} | {
|
|
582
|
-
__kind: "P2WSH";
|
|
583
581
|
value: string;
|
|
582
|
+
__kind: "P2WSH";
|
|
584
583
|
} | {
|
|
585
|
-
__kind: "Taproot";
|
|
586
584
|
value: string;
|
|
585
|
+
__kind: "Taproot";
|
|
587
586
|
} | {
|
|
588
587
|
__kind: "OtherSegwit";
|
|
589
588
|
version: number;
|
|
590
589
|
program: string;
|
|
591
590
|
};
|
|
591
|
+
__kind: "Btc";
|
|
592
592
|
}>, z.ZodObject<{
|
|
593
593
|
__kind: z.ZodLiteral<"Arb">;
|
|
594
594
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
595
595
|
}, "strip", z.ZodTypeAny, {
|
|
596
|
-
__kind: "Arb";
|
|
597
596
|
value: `0x${string}`;
|
|
598
|
-
}, {
|
|
599
597
|
__kind: "Arb";
|
|
598
|
+
}, {
|
|
600
599
|
value: string;
|
|
600
|
+
__kind: "Arb";
|
|
601
601
|
}>, z.ZodObject<{
|
|
602
602
|
__kind: z.ZodLiteral<"Sol">;
|
|
603
603
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
604
604
|
}, "strip", z.ZodTypeAny, {
|
|
605
|
-
__kind: "Sol";
|
|
606
605
|
value: `0x${string}`;
|
|
607
|
-
}, {
|
|
608
606
|
__kind: "Sol";
|
|
607
|
+
}, {
|
|
609
608
|
value: string;
|
|
609
|
+
__kind: "Sol";
|
|
610
610
|
}>, z.ZodObject<{
|
|
611
611
|
__kind: z.ZodLiteral<"Hub">;
|
|
612
612
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
613
613
|
}, "strip", z.ZodTypeAny, {
|
|
614
|
-
__kind: "Hub";
|
|
615
614
|
value: `0x${string}`;
|
|
616
|
-
}, {
|
|
617
615
|
__kind: "Hub";
|
|
616
|
+
}, {
|
|
618
617
|
value: string;
|
|
618
|
+
__kind: "Hub";
|
|
619
619
|
}>]>>>;
|
|
620
620
|
}, "strip", z.ZodTypeAny, {
|
|
621
621
|
channelMetadata: {
|
|
@@ -625,42 +625,42 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
625
625
|
};
|
|
626
626
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
627
627
|
sourceAddress?: {
|
|
628
|
-
__kind: "Eth";
|
|
629
628
|
value: `0x${string}`;
|
|
629
|
+
__kind: "Eth";
|
|
630
630
|
} | {
|
|
631
|
-
__kind: "Dot";
|
|
632
631
|
value: `0x${string}`;
|
|
632
|
+
__kind: "Dot";
|
|
633
633
|
} | {
|
|
634
|
-
__kind: "Btc";
|
|
635
634
|
value: {
|
|
636
|
-
__kind: "P2PKH";
|
|
637
635
|
value: `0x${string}`;
|
|
636
|
+
__kind: "P2PKH";
|
|
638
637
|
} | {
|
|
639
|
-
__kind: "P2SH";
|
|
640
638
|
value: `0x${string}`;
|
|
639
|
+
__kind: "P2SH";
|
|
641
640
|
} | {
|
|
642
|
-
__kind: "P2WPKH";
|
|
643
641
|
value: `0x${string}`;
|
|
642
|
+
__kind: "P2WPKH";
|
|
644
643
|
} | {
|
|
645
|
-
__kind: "P2WSH";
|
|
646
644
|
value: `0x${string}`;
|
|
645
|
+
__kind: "P2WSH";
|
|
647
646
|
} | {
|
|
648
|
-
__kind: "Taproot";
|
|
649
647
|
value: `0x${string}`;
|
|
648
|
+
__kind: "Taproot";
|
|
650
649
|
} | {
|
|
651
650
|
__kind: "OtherSegwit";
|
|
652
651
|
version: number;
|
|
653
652
|
program: `0x${string}`;
|
|
654
653
|
};
|
|
654
|
+
__kind: "Btc";
|
|
655
655
|
} | {
|
|
656
|
-
__kind: "Arb";
|
|
657
656
|
value: `0x${string}`;
|
|
657
|
+
__kind: "Arb";
|
|
658
658
|
} | {
|
|
659
|
-
__kind: "Sol";
|
|
660
659
|
value: `0x${string}`;
|
|
660
|
+
__kind: "Sol";
|
|
661
661
|
} | {
|
|
662
|
-
__kind: "Hub";
|
|
663
662
|
value: `0x${string}`;
|
|
663
|
+
__kind: "Hub";
|
|
664
664
|
} | null | undefined;
|
|
665
665
|
}, {
|
|
666
666
|
channelMetadata: {
|
|
@@ -672,42 +672,42 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
672
672
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
673
673
|
};
|
|
674
674
|
sourceAddress?: {
|
|
675
|
-
__kind: "Eth";
|
|
676
675
|
value: string;
|
|
676
|
+
__kind: "Eth";
|
|
677
677
|
} | {
|
|
678
|
-
__kind: "Dot";
|
|
679
678
|
value: string;
|
|
679
|
+
__kind: "Dot";
|
|
680
680
|
} | {
|
|
681
|
-
__kind: "Btc";
|
|
682
681
|
value: {
|
|
683
|
-
__kind: "P2PKH";
|
|
684
682
|
value: string;
|
|
683
|
+
__kind: "P2PKH";
|
|
685
684
|
} | {
|
|
686
|
-
__kind: "P2SH";
|
|
687
685
|
value: string;
|
|
686
|
+
__kind: "P2SH";
|
|
688
687
|
} | {
|
|
689
|
-
__kind: "P2WPKH";
|
|
690
688
|
value: string;
|
|
689
|
+
__kind: "P2WPKH";
|
|
691
690
|
} | {
|
|
692
|
-
__kind: "P2WSH";
|
|
693
691
|
value: string;
|
|
692
|
+
__kind: "P2WSH";
|
|
694
693
|
} | {
|
|
695
|
-
__kind: "Taproot";
|
|
696
694
|
value: string;
|
|
695
|
+
__kind: "Taproot";
|
|
697
696
|
} | {
|
|
698
697
|
__kind: "OtherSegwit";
|
|
699
698
|
version: number;
|
|
700
699
|
program: string;
|
|
701
700
|
};
|
|
701
|
+
__kind: "Btc";
|
|
702
702
|
} | {
|
|
703
|
-
__kind: "Arb";
|
|
704
703
|
value: string;
|
|
704
|
+
__kind: "Arb";
|
|
705
705
|
} | {
|
|
706
|
-
__kind: "Sol";
|
|
707
706
|
value: string;
|
|
707
|
+
__kind: "Sol";
|
|
708
708
|
} | {
|
|
709
|
-
__kind: "Hub";
|
|
710
709
|
value: string;
|
|
710
|
+
__kind: "Hub";
|
|
711
711
|
} | null | undefined;
|
|
712
712
|
}>>>;
|
|
713
713
|
txId: z.ZodTuple<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>], null>;
|
|
@@ -784,11 +784,11 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
784
784
|
}, "strip", z.ZodTypeAny, {
|
|
785
785
|
txId: [`0x${string}`, bigint];
|
|
786
786
|
depositDetails: {
|
|
787
|
-
__kind: "Channel";
|
|
788
787
|
value: `0x${string}`;
|
|
788
|
+
__kind: "Channel";
|
|
789
789
|
} | {
|
|
790
|
-
__kind: "VaultSwapAccount";
|
|
791
790
|
value: [`0x${string}`, bigint];
|
|
791
|
+
__kind: "VaultSwapAccount";
|
|
792
792
|
};
|
|
793
793
|
inputAsset: "Sol" | "SolUsdc" | "SolUsdt";
|
|
794
794
|
depositAmount: bigint;
|
|
@@ -838,42 +838,42 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
838
838
|
};
|
|
839
839
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
840
840
|
sourceAddress?: {
|
|
841
|
-
__kind: "Eth";
|
|
842
841
|
value: `0x${string}`;
|
|
842
|
+
__kind: "Eth";
|
|
843
843
|
} | {
|
|
844
|
-
__kind: "Dot";
|
|
845
844
|
value: `0x${string}`;
|
|
845
|
+
__kind: "Dot";
|
|
846
846
|
} | {
|
|
847
|
-
__kind: "Btc";
|
|
848
847
|
value: {
|
|
849
|
-
__kind: "P2PKH";
|
|
850
848
|
value: `0x${string}`;
|
|
849
|
+
__kind: "P2PKH";
|
|
851
850
|
} | {
|
|
852
|
-
__kind: "P2SH";
|
|
853
851
|
value: `0x${string}`;
|
|
852
|
+
__kind: "P2SH";
|
|
854
853
|
} | {
|
|
855
|
-
__kind: "P2WPKH";
|
|
856
854
|
value: `0x${string}`;
|
|
855
|
+
__kind: "P2WPKH";
|
|
857
856
|
} | {
|
|
858
|
-
__kind: "P2WSH";
|
|
859
857
|
value: `0x${string}`;
|
|
858
|
+
__kind: "P2WSH";
|
|
860
859
|
} | {
|
|
861
|
-
__kind: "Taproot";
|
|
862
860
|
value: `0x${string}`;
|
|
861
|
+
__kind: "Taproot";
|
|
863
862
|
} | {
|
|
864
863
|
__kind: "OtherSegwit";
|
|
865
864
|
version: number;
|
|
866
865
|
program: `0x${string}`;
|
|
867
866
|
};
|
|
867
|
+
__kind: "Btc";
|
|
868
868
|
} | {
|
|
869
|
-
__kind: "Arb";
|
|
870
869
|
value: `0x${string}`;
|
|
870
|
+
__kind: "Arb";
|
|
871
871
|
} | {
|
|
872
|
-
__kind: "Sol";
|
|
873
872
|
value: `0x${string}`;
|
|
873
|
+
__kind: "Sol";
|
|
874
874
|
} | {
|
|
875
|
-
__kind: "Hub";
|
|
876
875
|
value: `0x${string}`;
|
|
876
|
+
__kind: "Hub";
|
|
877
877
|
} | null | undefined;
|
|
878
878
|
} | null | undefined;
|
|
879
879
|
brokerFee?: {
|
|
@@ -887,11 +887,11 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
887
887
|
}, {
|
|
888
888
|
txId: [string, string | number];
|
|
889
889
|
depositDetails: {
|
|
890
|
-
__kind: "Channel";
|
|
891
890
|
value: string;
|
|
891
|
+
__kind: "Channel";
|
|
892
892
|
} | {
|
|
893
|
-
__kind: "VaultSwapAccount";
|
|
894
893
|
value: [string, string | number];
|
|
894
|
+
__kind: "VaultSwapAccount";
|
|
895
895
|
};
|
|
896
896
|
inputAsset: {
|
|
897
897
|
__kind: "Sol" | "SolUsdc" | "SolUsdt";
|
|
@@ -901,8 +901,8 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
901
901
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
902
902
|
};
|
|
903
903
|
destinationAddress: {
|
|
904
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
905
904
|
value: string;
|
|
905
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
906
906
|
};
|
|
907
907
|
affiliateFees: {
|
|
908
908
|
account: number;
|
|
@@ -932,42 +932,42 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
932
932
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
933
933
|
};
|
|
934
934
|
sourceAddress?: {
|
|
935
|
-
__kind: "Eth";
|
|
936
935
|
value: string;
|
|
936
|
+
__kind: "Eth";
|
|
937
937
|
} | {
|
|
938
|
-
__kind: "Dot";
|
|
939
938
|
value: string;
|
|
939
|
+
__kind: "Dot";
|
|
940
940
|
} | {
|
|
941
|
-
__kind: "Btc";
|
|
942
941
|
value: {
|
|
943
|
-
__kind: "P2PKH";
|
|
944
942
|
value: string;
|
|
943
|
+
__kind: "P2PKH";
|
|
945
944
|
} | {
|
|
946
|
-
__kind: "P2SH";
|
|
947
945
|
value: string;
|
|
946
|
+
__kind: "P2SH";
|
|
948
947
|
} | {
|
|
949
|
-
__kind: "P2WPKH";
|
|
950
948
|
value: string;
|
|
949
|
+
__kind: "P2WPKH";
|
|
951
950
|
} | {
|
|
952
|
-
__kind: "P2WSH";
|
|
953
951
|
value: string;
|
|
952
|
+
__kind: "P2WSH";
|
|
954
953
|
} | {
|
|
955
|
-
__kind: "Taproot";
|
|
956
954
|
value: string;
|
|
955
|
+
__kind: "Taproot";
|
|
957
956
|
} | {
|
|
958
957
|
__kind: "OtherSegwit";
|
|
959
958
|
version: number;
|
|
960
959
|
program: string;
|
|
961
960
|
};
|
|
961
|
+
__kind: "Btc";
|
|
962
962
|
} | {
|
|
963
|
-
__kind: "Arb";
|
|
964
963
|
value: string;
|
|
964
|
+
__kind: "Arb";
|
|
965
965
|
} | {
|
|
966
|
-
__kind: "Sol";
|
|
967
966
|
value: string;
|
|
967
|
+
__kind: "Sol";
|
|
968
968
|
} | {
|
|
969
|
-
__kind: "Hub";
|
|
970
969
|
value: string;
|
|
970
|
+
__kind: "Hub";
|
|
971
971
|
} | null | undefined;
|
|
972
972
|
} | null | undefined;
|
|
973
973
|
brokerFee?: {
|
|
@@ -984,11 +984,11 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
984
984
|
vaultWitness: {
|
|
985
985
|
txId: [`0x${string}`, bigint];
|
|
986
986
|
depositDetails: {
|
|
987
|
-
__kind: "Channel";
|
|
988
987
|
value: `0x${string}`;
|
|
988
|
+
__kind: "Channel";
|
|
989
989
|
} | {
|
|
990
|
-
__kind: "VaultSwapAccount";
|
|
991
990
|
value: [`0x${string}`, bigint];
|
|
991
|
+
__kind: "VaultSwapAccount";
|
|
992
992
|
};
|
|
993
993
|
inputAsset: "Sol" | "SolUsdc" | "SolUsdt";
|
|
994
994
|
depositAmount: bigint;
|
|
@@ -1038,42 +1038,42 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1038
1038
|
};
|
|
1039
1039
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
1040
1040
|
sourceAddress?: {
|
|
1041
|
-
__kind: "Eth";
|
|
1042
1041
|
value: `0x${string}`;
|
|
1042
|
+
__kind: "Eth";
|
|
1043
1043
|
} | {
|
|
1044
|
-
__kind: "Dot";
|
|
1045
1044
|
value: `0x${string}`;
|
|
1045
|
+
__kind: "Dot";
|
|
1046
1046
|
} | {
|
|
1047
|
-
__kind: "Btc";
|
|
1048
1047
|
value: {
|
|
1049
|
-
__kind: "P2PKH";
|
|
1050
1048
|
value: `0x${string}`;
|
|
1049
|
+
__kind: "P2PKH";
|
|
1051
1050
|
} | {
|
|
1052
|
-
__kind: "P2SH";
|
|
1053
1051
|
value: `0x${string}`;
|
|
1052
|
+
__kind: "P2SH";
|
|
1054
1053
|
} | {
|
|
1055
|
-
__kind: "P2WPKH";
|
|
1056
1054
|
value: `0x${string}`;
|
|
1055
|
+
__kind: "P2WPKH";
|
|
1057
1056
|
} | {
|
|
1058
|
-
__kind: "P2WSH";
|
|
1059
1057
|
value: `0x${string}`;
|
|
1058
|
+
__kind: "P2WSH";
|
|
1060
1059
|
} | {
|
|
1061
|
-
__kind: "Taproot";
|
|
1062
1060
|
value: `0x${string}`;
|
|
1061
|
+
__kind: "Taproot";
|
|
1063
1062
|
} | {
|
|
1064
1063
|
__kind: "OtherSegwit";
|
|
1065
1064
|
version: number;
|
|
1066
1065
|
program: `0x${string}`;
|
|
1067
1066
|
};
|
|
1067
|
+
__kind: "Btc";
|
|
1068
1068
|
} | {
|
|
1069
|
-
__kind: "Arb";
|
|
1070
1069
|
value: `0x${string}`;
|
|
1070
|
+
__kind: "Arb";
|
|
1071
1071
|
} | {
|
|
1072
|
-
__kind: "Sol";
|
|
1073
1072
|
value: `0x${string}`;
|
|
1073
|
+
__kind: "Sol";
|
|
1074
1074
|
} | {
|
|
1075
|
-
__kind: "Hub";
|
|
1076
1075
|
value: `0x${string}`;
|
|
1076
|
+
__kind: "Hub";
|
|
1077
1077
|
} | null | undefined;
|
|
1078
1078
|
} | null | undefined;
|
|
1079
1079
|
brokerFee?: {
|
|
@@ -1090,11 +1090,11 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1090
1090
|
vaultWitness: {
|
|
1091
1091
|
txId: [string, string | number];
|
|
1092
1092
|
depositDetails: {
|
|
1093
|
-
__kind: "Channel";
|
|
1094
1093
|
value: string;
|
|
1094
|
+
__kind: "Channel";
|
|
1095
1095
|
} | {
|
|
1096
|
-
__kind: "VaultSwapAccount";
|
|
1097
1096
|
value: [string, string | number];
|
|
1097
|
+
__kind: "VaultSwapAccount";
|
|
1098
1098
|
};
|
|
1099
1099
|
inputAsset: {
|
|
1100
1100
|
__kind: "Sol" | "SolUsdc" | "SolUsdt";
|
|
@@ -1104,8 +1104,8 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1104
1104
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
1105
1105
|
};
|
|
1106
1106
|
destinationAddress: {
|
|
1107
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1108
1107
|
value: string;
|
|
1108
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1109
1109
|
};
|
|
1110
1110
|
affiliateFees: {
|
|
1111
1111
|
account: number;
|
|
@@ -1135,42 +1135,42 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1135
1135
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
1136
1136
|
};
|
|
1137
1137
|
sourceAddress?: {
|
|
1138
|
-
__kind: "Eth";
|
|
1139
1138
|
value: string;
|
|
1139
|
+
__kind: "Eth";
|
|
1140
1140
|
} | {
|
|
1141
|
-
__kind: "Dot";
|
|
1142
1141
|
value: string;
|
|
1142
|
+
__kind: "Dot";
|
|
1143
1143
|
} | {
|
|
1144
|
-
__kind: "Btc";
|
|
1145
1144
|
value: {
|
|
1146
|
-
__kind: "P2PKH";
|
|
1147
1145
|
value: string;
|
|
1146
|
+
__kind: "P2PKH";
|
|
1148
1147
|
} | {
|
|
1149
|
-
__kind: "P2SH";
|
|
1150
1148
|
value: string;
|
|
1149
|
+
__kind: "P2SH";
|
|
1151
1150
|
} | {
|
|
1152
|
-
__kind: "P2WPKH";
|
|
1153
1151
|
value: string;
|
|
1152
|
+
__kind: "P2WPKH";
|
|
1154
1153
|
} | {
|
|
1155
|
-
__kind: "P2WSH";
|
|
1156
1154
|
value: string;
|
|
1155
|
+
__kind: "P2WSH";
|
|
1157
1156
|
} | {
|
|
1158
|
-
__kind: "Taproot";
|
|
1159
1157
|
value: string;
|
|
1158
|
+
__kind: "Taproot";
|
|
1160
1159
|
} | {
|
|
1161
1160
|
__kind: "OtherSegwit";
|
|
1162
1161
|
version: number;
|
|
1163
1162
|
program: string;
|
|
1164
1163
|
};
|
|
1164
|
+
__kind: "Btc";
|
|
1165
1165
|
} | {
|
|
1166
|
-
__kind: "Arb";
|
|
1167
1166
|
value: string;
|
|
1167
|
+
__kind: "Arb";
|
|
1168
1168
|
} | {
|
|
1169
|
-
__kind: "Sol";
|
|
1170
1169
|
value: string;
|
|
1170
|
+
__kind: "Sol";
|
|
1171
1171
|
} | {
|
|
1172
|
-
__kind: "Hub";
|
|
1173
1172
|
value: string;
|
|
1173
|
+
__kind: "Hub";
|
|
1174
1174
|
} | null | undefined;
|
|
1175
1175
|
} | null | undefined;
|
|
1176
1176
|
brokerFee?: {
|
|
@@ -1191,7 +1191,6 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1191
1191
|
} | {
|
|
1192
1192
|
__kind: "TransactionRejectedByBroker";
|
|
1193
1193
|
} | {
|
|
1194
|
-
__kind: "DepositWitnessRejected";
|
|
1195
1194
|
value: {
|
|
1196
1195
|
__kind: "Other";
|
|
1197
1196
|
} | {
|
|
@@ -1199,11 +1198,11 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1199
1198
|
} | {
|
|
1200
1199
|
__kind: "BadOrigin";
|
|
1201
1200
|
} | {
|
|
1202
|
-
__kind: "Module";
|
|
1203
1201
|
value: {
|
|
1204
1202
|
index: number;
|
|
1205
1203
|
error: `0x${string}`;
|
|
1206
1204
|
};
|
|
1205
|
+
__kind: "Module";
|
|
1207
1206
|
} | {
|
|
1208
1207
|
__kind: "ConsumerRemaining";
|
|
1209
1208
|
} | {
|
|
@@ -1211,14 +1210,14 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1211
1210
|
} | {
|
|
1212
1211
|
__kind: "TooManyConsumers";
|
|
1213
1212
|
} | {
|
|
1214
|
-
__kind: "Token";
|
|
1215
1213
|
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1214
|
+
__kind: "Token";
|
|
1216
1215
|
} | {
|
|
1217
|
-
__kind: "Arithmetic";
|
|
1218
1216
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1217
|
+
__kind: "Arithmetic";
|
|
1219
1218
|
} | {
|
|
1220
|
-
__kind: "Transactional";
|
|
1221
1219
|
value: "LimitReached" | "NoLayer";
|
|
1220
|
+
__kind: "Transactional";
|
|
1222
1221
|
} | {
|
|
1223
1222
|
__kind: "Exhausted";
|
|
1224
1223
|
} | {
|
|
@@ -1228,9 +1227,10 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1228
1227
|
} | {
|
|
1229
1228
|
__kind: "RootNotAllowed";
|
|
1230
1229
|
} | {
|
|
1231
|
-
__kind: "Trie";
|
|
1232
1230
|
value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
1231
|
+
__kind: "Trie";
|
|
1233
1232
|
};
|
|
1233
|
+
__kind: "DepositWitnessRejected";
|
|
1234
1234
|
} | {
|
|
1235
1235
|
__kind: "Unrefundable";
|
|
1236
1236
|
};
|
|
@@ -1242,11 +1242,11 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1242
1242
|
amount: bigint;
|
|
1243
1243
|
depositAddress: `0x${string}`;
|
|
1244
1244
|
depositDetails: {
|
|
1245
|
-
__kind: "Channel";
|
|
1246
1245
|
value: `0x${string}`;
|
|
1246
|
+
__kind: "Channel";
|
|
1247
1247
|
} | {
|
|
1248
|
-
__kind: "VaultSwapAccount";
|
|
1249
1248
|
value: [`0x${string}`, bigint];
|
|
1249
|
+
__kind: "VaultSwapAccount";
|
|
1250
1250
|
};
|
|
1251
1251
|
};
|
|
1252
1252
|
} | {
|
|
@@ -1254,11 +1254,11 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1254
1254
|
vaultWitness: {
|
|
1255
1255
|
txId: [`0x${string}`, bigint];
|
|
1256
1256
|
depositDetails: {
|
|
1257
|
-
__kind: "Channel";
|
|
1258
1257
|
value: `0x${string}`;
|
|
1258
|
+
__kind: "Channel";
|
|
1259
1259
|
} | {
|
|
1260
|
-
__kind: "VaultSwapAccount";
|
|
1261
1260
|
value: [`0x${string}`, bigint];
|
|
1261
|
+
__kind: "VaultSwapAccount";
|
|
1262
1262
|
};
|
|
1263
1263
|
inputAsset: "Sol" | "SolUsdc" | "SolUsdt";
|
|
1264
1264
|
depositAmount: bigint;
|
|
@@ -1308,42 +1308,42 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1308
1308
|
};
|
|
1309
1309
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
1310
1310
|
sourceAddress?: {
|
|
1311
|
-
__kind: "Eth";
|
|
1312
1311
|
value: `0x${string}`;
|
|
1312
|
+
__kind: "Eth";
|
|
1313
1313
|
} | {
|
|
1314
|
-
__kind: "Dot";
|
|
1315
1314
|
value: `0x${string}`;
|
|
1315
|
+
__kind: "Dot";
|
|
1316
1316
|
} | {
|
|
1317
|
-
__kind: "Btc";
|
|
1318
1317
|
value: {
|
|
1319
|
-
__kind: "P2PKH";
|
|
1320
1318
|
value: `0x${string}`;
|
|
1319
|
+
__kind: "P2PKH";
|
|
1321
1320
|
} | {
|
|
1322
|
-
__kind: "P2SH";
|
|
1323
1321
|
value: `0x${string}`;
|
|
1322
|
+
__kind: "P2SH";
|
|
1324
1323
|
} | {
|
|
1325
|
-
__kind: "P2WPKH";
|
|
1326
1324
|
value: `0x${string}`;
|
|
1325
|
+
__kind: "P2WPKH";
|
|
1327
1326
|
} | {
|
|
1328
|
-
__kind: "P2WSH";
|
|
1329
1327
|
value: `0x${string}`;
|
|
1328
|
+
__kind: "P2WSH";
|
|
1330
1329
|
} | {
|
|
1331
|
-
__kind: "Taproot";
|
|
1332
1330
|
value: `0x${string}`;
|
|
1331
|
+
__kind: "Taproot";
|
|
1333
1332
|
} | {
|
|
1334
1333
|
__kind: "OtherSegwit";
|
|
1335
1334
|
version: number;
|
|
1336
1335
|
program: `0x${string}`;
|
|
1337
1336
|
};
|
|
1337
|
+
__kind: "Btc";
|
|
1338
1338
|
} | {
|
|
1339
|
-
__kind: "Arb";
|
|
1340
1339
|
value: `0x${string}`;
|
|
1340
|
+
__kind: "Arb";
|
|
1341
1341
|
} | {
|
|
1342
|
-
__kind: "Sol";
|
|
1343
1342
|
value: `0x${string}`;
|
|
1343
|
+
__kind: "Sol";
|
|
1344
1344
|
} | {
|
|
1345
|
-
__kind: "Hub";
|
|
1346
1345
|
value: `0x${string}`;
|
|
1346
|
+
__kind: "Hub";
|
|
1347
1347
|
} | null | undefined;
|
|
1348
1348
|
} | null | undefined;
|
|
1349
1349
|
brokerFee?: {
|
|
@@ -1364,7 +1364,6 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1364
1364
|
} | {
|
|
1365
1365
|
__kind: "TransactionRejectedByBroker";
|
|
1366
1366
|
} | {
|
|
1367
|
-
__kind: "DepositWitnessRejected";
|
|
1368
1367
|
value: {
|
|
1369
1368
|
__kind: "Other";
|
|
1370
1369
|
} | {
|
|
@@ -1372,11 +1371,11 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1372
1371
|
} | {
|
|
1373
1372
|
__kind: "BadOrigin";
|
|
1374
1373
|
} | {
|
|
1375
|
-
__kind: "Module";
|
|
1376
1374
|
value: {
|
|
1377
1375
|
index: number;
|
|
1378
1376
|
error: string;
|
|
1379
1377
|
};
|
|
1378
|
+
__kind: "Module";
|
|
1380
1379
|
} | {
|
|
1381
1380
|
__kind: "ConsumerRemaining";
|
|
1382
1381
|
} | {
|
|
@@ -1384,20 +1383,20 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1384
1383
|
} | {
|
|
1385
1384
|
__kind: "TooManyConsumers";
|
|
1386
1385
|
} | {
|
|
1387
|
-
__kind: "Token";
|
|
1388
1386
|
value: {
|
|
1389
1387
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1390
1388
|
};
|
|
1389
|
+
__kind: "Token";
|
|
1391
1390
|
} | {
|
|
1392
|
-
__kind: "Arithmetic";
|
|
1393
1391
|
value: {
|
|
1394
1392
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1395
1393
|
};
|
|
1394
|
+
__kind: "Arithmetic";
|
|
1396
1395
|
} | {
|
|
1397
|
-
__kind: "Transactional";
|
|
1398
1396
|
value: {
|
|
1399
1397
|
__kind: "LimitReached" | "NoLayer";
|
|
1400
1398
|
};
|
|
1399
|
+
__kind: "Transactional";
|
|
1401
1400
|
} | {
|
|
1402
1401
|
__kind: "Exhausted";
|
|
1403
1402
|
} | {
|
|
@@ -1407,11 +1406,12 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1407
1406
|
} | {
|
|
1408
1407
|
__kind: "RootNotAllowed";
|
|
1409
1408
|
} | {
|
|
1410
|
-
__kind: "Trie";
|
|
1411
1409
|
value: {
|
|
1412
1410
|
__kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
1413
1411
|
};
|
|
1412
|
+
__kind: "Trie";
|
|
1414
1413
|
};
|
|
1414
|
+
__kind: "DepositWitnessRejected";
|
|
1415
1415
|
} | {
|
|
1416
1416
|
__kind: "Unrefundable";
|
|
1417
1417
|
};
|
|
@@ -1425,11 +1425,11 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1425
1425
|
amount: string | number;
|
|
1426
1426
|
depositAddress: string;
|
|
1427
1427
|
depositDetails: {
|
|
1428
|
-
__kind: "Channel";
|
|
1429
1428
|
value: string;
|
|
1429
|
+
__kind: "Channel";
|
|
1430
1430
|
} | {
|
|
1431
|
-
__kind: "VaultSwapAccount";
|
|
1432
1431
|
value: [string, string | number];
|
|
1432
|
+
__kind: "VaultSwapAccount";
|
|
1433
1433
|
};
|
|
1434
1434
|
};
|
|
1435
1435
|
} | {
|
|
@@ -1437,11 +1437,11 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1437
1437
|
vaultWitness: {
|
|
1438
1438
|
txId: [string, string | number];
|
|
1439
1439
|
depositDetails: {
|
|
1440
|
-
__kind: "Channel";
|
|
1441
1440
|
value: string;
|
|
1441
|
+
__kind: "Channel";
|
|
1442
1442
|
} | {
|
|
1443
|
-
__kind: "VaultSwapAccount";
|
|
1444
1443
|
value: [string, string | number];
|
|
1444
|
+
__kind: "VaultSwapAccount";
|
|
1445
1445
|
};
|
|
1446
1446
|
inputAsset: {
|
|
1447
1447
|
__kind: "Sol" | "SolUsdc" | "SolUsdt";
|
|
@@ -1451,8 +1451,8 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1451
1451
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
1452
1452
|
};
|
|
1453
1453
|
destinationAddress: {
|
|
1454
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1455
1454
|
value: string;
|
|
1455
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1456
1456
|
};
|
|
1457
1457
|
affiliateFees: {
|
|
1458
1458
|
account: number;
|
|
@@ -1482,42 +1482,42 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1482
1482
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
1483
1483
|
};
|
|
1484
1484
|
sourceAddress?: {
|
|
1485
|
-
__kind: "Eth";
|
|
1486
1485
|
value: string;
|
|
1486
|
+
__kind: "Eth";
|
|
1487
1487
|
} | {
|
|
1488
|
-
__kind: "Dot";
|
|
1489
1488
|
value: string;
|
|
1489
|
+
__kind: "Dot";
|
|
1490
1490
|
} | {
|
|
1491
|
-
__kind: "Btc";
|
|
1492
1491
|
value: {
|
|
1493
|
-
__kind: "P2PKH";
|
|
1494
1492
|
value: string;
|
|
1493
|
+
__kind: "P2PKH";
|
|
1495
1494
|
} | {
|
|
1496
|
-
__kind: "P2SH";
|
|
1497
1495
|
value: string;
|
|
1496
|
+
__kind: "P2SH";
|
|
1498
1497
|
} | {
|
|
1499
|
-
__kind: "P2WPKH";
|
|
1500
1498
|
value: string;
|
|
1499
|
+
__kind: "P2WPKH";
|
|
1501
1500
|
} | {
|
|
1502
|
-
__kind: "P2WSH";
|
|
1503
1501
|
value: string;
|
|
1502
|
+
__kind: "P2WSH";
|
|
1504
1503
|
} | {
|
|
1505
|
-
__kind: "Taproot";
|
|
1506
1504
|
value: string;
|
|
1505
|
+
__kind: "Taproot";
|
|
1507
1506
|
} | {
|
|
1508
1507
|
__kind: "OtherSegwit";
|
|
1509
1508
|
version: number;
|
|
1510
1509
|
program: string;
|
|
1511
1510
|
};
|
|
1511
|
+
__kind: "Btc";
|
|
1512
1512
|
} | {
|
|
1513
|
-
__kind: "Arb";
|
|
1514
1513
|
value: string;
|
|
1514
|
+
__kind: "Arb";
|
|
1515
1515
|
} | {
|
|
1516
|
-
__kind: "Sol";
|
|
1517
1516
|
value: string;
|
|
1517
|
+
__kind: "Sol";
|
|
1518
1518
|
} | {
|
|
1519
|
-
__kind: "Hub";
|
|
1520
1519
|
value: string;
|
|
1520
|
+
__kind: "Hub";
|
|
1521
1521
|
} | null | undefined;
|
|
1522
1522
|
} | null | undefined;
|
|
1523
1523
|
brokerFee?: {
|
|
@@ -1584,17 +1584,17 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
1584
1584
|
error: string;
|
|
1585
1585
|
}>;
|
|
1586
1586
|
}, "strip", z.ZodTypeAny, {
|
|
1587
|
-
__kind: "Module";
|
|
1588
1587
|
value: {
|
|
1589
1588
|
index: number;
|
|
1590
1589
|
error: `0x${string}`;
|
|
1591
1590
|
};
|
|
1592
|
-
}, {
|
|
1593
1591
|
__kind: "Module";
|
|
1592
|
+
}, {
|
|
1594
1593
|
value: {
|
|
1595
1594
|
index: number;
|
|
1596
1595
|
error: string;
|
|
1597
1596
|
};
|
|
1597
|
+
__kind: "Module";
|
|
1598
1598
|
}>, z.ZodObject<{
|
|
1599
1599
|
__kind: z.ZodLiteral<"ConsumerRemaining">;
|
|
1600
1600
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1625,13 +1625,13 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
1625
1625
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1626
1626
|
}>;
|
|
1627
1627
|
}, "strip", z.ZodTypeAny, {
|
|
1628
|
-
__kind: "Token";
|
|
1629
1628
|
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1630
|
-
}, {
|
|
1631
1629
|
__kind: "Token";
|
|
1630
|
+
}, {
|
|
1632
1631
|
value: {
|
|
1633
1632
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1634
1633
|
};
|
|
1634
|
+
__kind: "Token";
|
|
1635
1635
|
}>, z.ZodObject<{
|
|
1636
1636
|
__kind: z.ZodLiteral<"Arithmetic">;
|
|
1637
1637
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -1644,13 +1644,13 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
1644
1644
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1645
1645
|
}>;
|
|
1646
1646
|
}, "strip", z.ZodTypeAny, {
|
|
1647
|
-
__kind: "Arithmetic";
|
|
1648
1647
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1649
|
-
}, {
|
|
1650
1648
|
__kind: "Arithmetic";
|
|
1649
|
+
}, {
|
|
1651
1650
|
value: {
|
|
1652
1651
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1653
1652
|
};
|
|
1653
|
+
__kind: "Arithmetic";
|
|
1654
1654
|
}>, z.ZodObject<{
|
|
1655
1655
|
__kind: z.ZodLiteral<"Transactional">;
|
|
1656
1656
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -1663,13 +1663,13 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
1663
1663
|
__kind: "LimitReached" | "NoLayer";
|
|
1664
1664
|
}>;
|
|
1665
1665
|
}, "strip", z.ZodTypeAny, {
|
|
1666
|
-
__kind: "Transactional";
|
|
1667
1666
|
value: "LimitReached" | "NoLayer";
|
|
1668
|
-
}, {
|
|
1669
1667
|
__kind: "Transactional";
|
|
1668
|
+
}, {
|
|
1670
1669
|
value: {
|
|
1671
1670
|
__kind: "LimitReached" | "NoLayer";
|
|
1672
1671
|
};
|
|
1672
|
+
__kind: "Transactional";
|
|
1673
1673
|
}>, z.ZodObject<{
|
|
1674
1674
|
__kind: z.ZodLiteral<"Exhausted">;
|
|
1675
1675
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1706,16 +1706,15 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
1706
1706
|
__kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
1707
1707
|
}>;
|
|
1708
1708
|
}, "strip", z.ZodTypeAny, {
|
|
1709
|
-
__kind: "Trie";
|
|
1710
1709
|
value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
1711
|
-
}, {
|
|
1712
1710
|
__kind: "Trie";
|
|
1711
|
+
}, {
|
|
1713
1712
|
value: {
|
|
1714
1713
|
__kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
1715
1714
|
};
|
|
1715
|
+
__kind: "Trie";
|
|
1716
1716
|
}>]>;
|
|
1717
1717
|
}, "strip", z.ZodTypeAny, {
|
|
1718
|
-
__kind: "DepositWitnessRejected";
|
|
1719
1718
|
value: {
|
|
1720
1719
|
__kind: "Other";
|
|
1721
1720
|
} | {
|
|
@@ -1723,11 +1722,11 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
1723
1722
|
} | {
|
|
1724
1723
|
__kind: "BadOrigin";
|
|
1725
1724
|
} | {
|
|
1726
|
-
__kind: "Module";
|
|
1727
1725
|
value: {
|
|
1728
1726
|
index: number;
|
|
1729
1727
|
error: `0x${string}`;
|
|
1730
1728
|
};
|
|
1729
|
+
__kind: "Module";
|
|
1731
1730
|
} | {
|
|
1732
1731
|
__kind: "ConsumerRemaining";
|
|
1733
1732
|
} | {
|
|
@@ -1735,14 +1734,14 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
1735
1734
|
} | {
|
|
1736
1735
|
__kind: "TooManyConsumers";
|
|
1737
1736
|
} | {
|
|
1738
|
-
__kind: "Token";
|
|
1739
1737
|
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1738
|
+
__kind: "Token";
|
|
1740
1739
|
} | {
|
|
1741
|
-
__kind: "Arithmetic";
|
|
1742
1740
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1741
|
+
__kind: "Arithmetic";
|
|
1743
1742
|
} | {
|
|
1744
|
-
__kind: "Transactional";
|
|
1745
1743
|
value: "LimitReached" | "NoLayer";
|
|
1744
|
+
__kind: "Transactional";
|
|
1746
1745
|
} | {
|
|
1747
1746
|
__kind: "Exhausted";
|
|
1748
1747
|
} | {
|
|
@@ -1752,11 +1751,11 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
1752
1751
|
} | {
|
|
1753
1752
|
__kind: "RootNotAllowed";
|
|
1754
1753
|
} | {
|
|
1755
|
-
__kind: "Trie";
|
|
1756
1754
|
value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
1755
|
+
__kind: "Trie";
|
|
1757
1756
|
};
|
|
1758
|
-
}, {
|
|
1759
1757
|
__kind: "DepositWitnessRejected";
|
|
1758
|
+
}, {
|
|
1760
1759
|
value: {
|
|
1761
1760
|
__kind: "Other";
|
|
1762
1761
|
} | {
|
|
@@ -1764,11 +1763,11 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
1764
1763
|
} | {
|
|
1765
1764
|
__kind: "BadOrigin";
|
|
1766
1765
|
} | {
|
|
1767
|
-
__kind: "Module";
|
|
1768
1766
|
value: {
|
|
1769
1767
|
index: number;
|
|
1770
1768
|
error: string;
|
|
1771
1769
|
};
|
|
1770
|
+
__kind: "Module";
|
|
1772
1771
|
} | {
|
|
1773
1772
|
__kind: "ConsumerRemaining";
|
|
1774
1773
|
} | {
|
|
@@ -1776,20 +1775,20 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
1776
1775
|
} | {
|
|
1777
1776
|
__kind: "TooManyConsumers";
|
|
1778
1777
|
} | {
|
|
1779
|
-
__kind: "Token";
|
|
1780
1778
|
value: {
|
|
1781
1779
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1782
1780
|
};
|
|
1781
|
+
__kind: "Token";
|
|
1783
1782
|
} | {
|
|
1784
|
-
__kind: "Arithmetic";
|
|
1785
1783
|
value: {
|
|
1786
1784
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1787
1785
|
};
|
|
1786
|
+
__kind: "Arithmetic";
|
|
1788
1787
|
} | {
|
|
1789
|
-
__kind: "Transactional";
|
|
1790
1788
|
value: {
|
|
1791
1789
|
__kind: "LimitReached" | "NoLayer";
|
|
1792
1790
|
};
|
|
1791
|
+
__kind: "Transactional";
|
|
1793
1792
|
} | {
|
|
1794
1793
|
__kind: "Exhausted";
|
|
1795
1794
|
} | {
|
|
@@ -1799,11 +1798,12 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
1799
1798
|
} | {
|
|
1800
1799
|
__kind: "RootNotAllowed";
|
|
1801
1800
|
} | {
|
|
1802
|
-
__kind: "Trie";
|
|
1803
1801
|
value: {
|
|
1804
1802
|
__kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
1805
1803
|
};
|
|
1804
|
+
__kind: "Trie";
|
|
1806
1805
|
};
|
|
1806
|
+
__kind: "DepositWitnessRejected";
|
|
1807
1807
|
}>, z.ZodObject<{
|
|
1808
1808
|
__kind: z.ZodLiteral<"Unrefundable">;
|
|
1809
1809
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1829,31 +1829,31 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
1829
1829
|
__kind: z.ZodLiteral<"Channel">;
|
|
1830
1830
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1831
1831
|
}, "strip", z.ZodTypeAny, {
|
|
1832
|
-
__kind: "Channel";
|
|
1833
1832
|
value: `0x${string}`;
|
|
1834
|
-
}, {
|
|
1835
1833
|
__kind: "Channel";
|
|
1834
|
+
}, {
|
|
1836
1835
|
value: string;
|
|
1836
|
+
__kind: "Channel";
|
|
1837
1837
|
}>, z.ZodObject<{
|
|
1838
1838
|
__kind: z.ZodLiteral<"VaultSwapAccount">;
|
|
1839
1839
|
value: z.ZodTuple<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>], null>;
|
|
1840
1840
|
}, "strip", z.ZodTypeAny, {
|
|
1841
|
-
__kind: "VaultSwapAccount";
|
|
1842
1841
|
value: [`0x${string}`, bigint];
|
|
1843
|
-
}, {
|
|
1844
1842
|
__kind: "VaultSwapAccount";
|
|
1843
|
+
}, {
|
|
1845
1844
|
value: [string, string | number];
|
|
1845
|
+
__kind: "VaultSwapAccount";
|
|
1846
1846
|
}>]>;
|
|
1847
1847
|
}, "strip", z.ZodTypeAny, {
|
|
1848
1848
|
asset: "Sol" | "SolUsdc" | "SolUsdt";
|
|
1849
1849
|
amount: bigint;
|
|
1850
1850
|
depositAddress: `0x${string}`;
|
|
1851
1851
|
depositDetails: {
|
|
1852
|
-
__kind: "Channel";
|
|
1853
1852
|
value: `0x${string}`;
|
|
1853
|
+
__kind: "Channel";
|
|
1854
1854
|
} | {
|
|
1855
|
-
__kind: "VaultSwapAccount";
|
|
1856
1855
|
value: [`0x${string}`, bigint];
|
|
1856
|
+
__kind: "VaultSwapAccount";
|
|
1857
1857
|
};
|
|
1858
1858
|
}, {
|
|
1859
1859
|
asset: {
|
|
@@ -1862,11 +1862,11 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
1862
1862
|
amount: string | number;
|
|
1863
1863
|
depositAddress: string;
|
|
1864
1864
|
depositDetails: {
|
|
1865
|
-
__kind: "Channel";
|
|
1866
1865
|
value: string;
|
|
1866
|
+
__kind: "Channel";
|
|
1867
1867
|
} | {
|
|
1868
|
-
__kind: "VaultSwapAccount";
|
|
1869
1868
|
value: [string, string | number];
|
|
1869
|
+
__kind: "VaultSwapAccount";
|
|
1870
1870
|
};
|
|
1871
1871
|
}>;
|
|
1872
1872
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1876,11 +1876,11 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
1876
1876
|
amount: bigint;
|
|
1877
1877
|
depositAddress: `0x${string}`;
|
|
1878
1878
|
depositDetails: {
|
|
1879
|
-
__kind: "Channel";
|
|
1880
1879
|
value: `0x${string}`;
|
|
1880
|
+
__kind: "Channel";
|
|
1881
1881
|
} | {
|
|
1882
|
-
__kind: "VaultSwapAccount";
|
|
1883
1882
|
value: [`0x${string}`, bigint];
|
|
1883
|
+
__kind: "VaultSwapAccount";
|
|
1884
1884
|
};
|
|
1885
1885
|
};
|
|
1886
1886
|
}, {
|
|
@@ -1892,11 +1892,11 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
1892
1892
|
amount: string | number;
|
|
1893
1893
|
depositAddress: string;
|
|
1894
1894
|
depositDetails: {
|
|
1895
|
-
__kind: "Channel";
|
|
1896
1895
|
value: string;
|
|
1896
|
+
__kind: "Channel";
|
|
1897
1897
|
} | {
|
|
1898
|
-
__kind: "VaultSwapAccount";
|
|
1899
1898
|
value: [string, string | number];
|
|
1899
|
+
__kind: "VaultSwapAccount";
|
|
1900
1900
|
};
|
|
1901
1901
|
};
|
|
1902
1902
|
}>, z.ZodObject<{
|
|
@@ -1918,20 +1918,20 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
1918
1918
|
__kind: z.ZodLiteral<"Channel">;
|
|
1919
1919
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1920
1920
|
}, "strip", z.ZodTypeAny, {
|
|
1921
|
-
__kind: "Channel";
|
|
1922
1921
|
value: `0x${string}`;
|
|
1923
|
-
}, {
|
|
1924
1922
|
__kind: "Channel";
|
|
1923
|
+
}, {
|
|
1925
1924
|
value: string;
|
|
1925
|
+
__kind: "Channel";
|
|
1926
1926
|
}>, z.ZodObject<{
|
|
1927
1927
|
__kind: z.ZodLiteral<"VaultSwapAccount">;
|
|
1928
1928
|
value: z.ZodTuple<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>], null>;
|
|
1929
1929
|
}, "strip", z.ZodTypeAny, {
|
|
1930
|
-
__kind: "VaultSwapAccount";
|
|
1931
1930
|
value: [`0x${string}`, bigint];
|
|
1932
|
-
}, {
|
|
1933
1931
|
__kind: "VaultSwapAccount";
|
|
1932
|
+
}, {
|
|
1934
1933
|
value: [string, string | number];
|
|
1934
|
+
__kind: "VaultSwapAccount";
|
|
1935
1935
|
}>]>;
|
|
1936
1936
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
1937
1937
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt"]>;
|
|
@@ -1946,11 +1946,11 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
1946
1946
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
1947
1947
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1948
1948
|
}, "strip", z.ZodTypeAny, {
|
|
1949
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1950
1949
|
value: `0x${string}`;
|
|
1951
|
-
}, {
|
|
1952
1950
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1951
|
+
}, {
|
|
1953
1952
|
value: string;
|
|
1953
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1954
1954
|
}>, {
|
|
1955
1955
|
readonly chain: "Ethereum";
|
|
1956
1956
|
readonly address: `0x${string}`;
|
|
@@ -1970,8 +1970,8 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
1970
1970
|
readonly chain: "Assethub";
|
|
1971
1971
|
readonly address: string;
|
|
1972
1972
|
}, {
|
|
1973
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1974
1973
|
value: string;
|
|
1974
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1975
1975
|
}>;
|
|
1976
1976
|
depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1977
1977
|
channelMetadata: z.ZodObject<{
|
|
@@ -2000,67 +2000,67 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
2000
2000
|
__kind: z.ZodLiteral<"Eth">;
|
|
2001
2001
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2002
2002
|
}, "strip", z.ZodTypeAny, {
|
|
2003
|
-
__kind: "Eth";
|
|
2004
2003
|
value: `0x${string}`;
|
|
2005
|
-
}, {
|
|
2006
2004
|
__kind: "Eth";
|
|
2005
|
+
}, {
|
|
2007
2006
|
value: string;
|
|
2007
|
+
__kind: "Eth";
|
|
2008
2008
|
}>, z.ZodObject<{
|
|
2009
2009
|
__kind: z.ZodLiteral<"Dot">;
|
|
2010
2010
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2011
2011
|
}, "strip", z.ZodTypeAny, {
|
|
2012
|
-
__kind: "Dot";
|
|
2013
2012
|
value: `0x${string}`;
|
|
2014
|
-
}, {
|
|
2015
2013
|
__kind: "Dot";
|
|
2014
|
+
}, {
|
|
2016
2015
|
value: string;
|
|
2016
|
+
__kind: "Dot";
|
|
2017
2017
|
}>, z.ZodObject<{
|
|
2018
2018
|
__kind: z.ZodLiteral<"Btc">;
|
|
2019
2019
|
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
2020
2020
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
2021
2021
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2022
2022
|
}, "strip", z.ZodTypeAny, {
|
|
2023
|
-
__kind: "P2PKH";
|
|
2024
2023
|
value: `0x${string}`;
|
|
2025
|
-
}, {
|
|
2026
2024
|
__kind: "P2PKH";
|
|
2025
|
+
}, {
|
|
2027
2026
|
value: string;
|
|
2027
|
+
__kind: "P2PKH";
|
|
2028
2028
|
}>, z.ZodObject<{
|
|
2029
2029
|
__kind: z.ZodLiteral<"P2SH">;
|
|
2030
2030
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2031
2031
|
}, "strip", z.ZodTypeAny, {
|
|
2032
|
-
__kind: "P2SH";
|
|
2033
2032
|
value: `0x${string}`;
|
|
2034
|
-
}, {
|
|
2035
2033
|
__kind: "P2SH";
|
|
2034
|
+
}, {
|
|
2036
2035
|
value: string;
|
|
2036
|
+
__kind: "P2SH";
|
|
2037
2037
|
}>, z.ZodObject<{
|
|
2038
2038
|
__kind: z.ZodLiteral<"P2WPKH">;
|
|
2039
2039
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2040
2040
|
}, "strip", z.ZodTypeAny, {
|
|
2041
|
-
__kind: "P2WPKH";
|
|
2042
2041
|
value: `0x${string}`;
|
|
2043
|
-
}, {
|
|
2044
2042
|
__kind: "P2WPKH";
|
|
2043
|
+
}, {
|
|
2045
2044
|
value: string;
|
|
2045
|
+
__kind: "P2WPKH";
|
|
2046
2046
|
}>, z.ZodObject<{
|
|
2047
2047
|
__kind: z.ZodLiteral<"P2WSH">;
|
|
2048
2048
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2049
2049
|
}, "strip", z.ZodTypeAny, {
|
|
2050
|
-
__kind: "P2WSH";
|
|
2051
2050
|
value: `0x${string}`;
|
|
2052
|
-
}, {
|
|
2053
2051
|
__kind: "P2WSH";
|
|
2052
|
+
}, {
|
|
2054
2053
|
value: string;
|
|
2054
|
+
__kind: "P2WSH";
|
|
2055
2055
|
}>, z.ZodObject<{
|
|
2056
2056
|
__kind: z.ZodLiteral<"Taproot">;
|
|
2057
2057
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2058
2058
|
}, "strip", z.ZodTypeAny, {
|
|
2059
|
-
__kind: "Taproot";
|
|
2060
2059
|
value: `0x${string}`;
|
|
2061
|
-
}, {
|
|
2062
2060
|
__kind: "Taproot";
|
|
2061
|
+
}, {
|
|
2063
2062
|
value: string;
|
|
2063
|
+
__kind: "Taproot";
|
|
2064
2064
|
}>, z.ZodObject<{
|
|
2065
2065
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
2066
2066
|
version: z.ZodNumber;
|
|
@@ -2075,76 +2075,76 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
2075
2075
|
program: string;
|
|
2076
2076
|
}>]>;
|
|
2077
2077
|
}, "strip", z.ZodTypeAny, {
|
|
2078
|
-
__kind: "Btc";
|
|
2079
2078
|
value: {
|
|
2080
|
-
__kind: "P2PKH";
|
|
2081
2079
|
value: `0x${string}`;
|
|
2080
|
+
__kind: "P2PKH";
|
|
2082
2081
|
} | {
|
|
2083
|
-
__kind: "P2SH";
|
|
2084
2082
|
value: `0x${string}`;
|
|
2083
|
+
__kind: "P2SH";
|
|
2085
2084
|
} | {
|
|
2086
|
-
__kind: "P2WPKH";
|
|
2087
2085
|
value: `0x${string}`;
|
|
2086
|
+
__kind: "P2WPKH";
|
|
2088
2087
|
} | {
|
|
2089
|
-
__kind: "P2WSH";
|
|
2090
2088
|
value: `0x${string}`;
|
|
2089
|
+
__kind: "P2WSH";
|
|
2091
2090
|
} | {
|
|
2092
|
-
__kind: "Taproot";
|
|
2093
2091
|
value: `0x${string}`;
|
|
2092
|
+
__kind: "Taproot";
|
|
2094
2093
|
} | {
|
|
2095
2094
|
__kind: "OtherSegwit";
|
|
2096
2095
|
version: number;
|
|
2097
2096
|
program: `0x${string}`;
|
|
2098
2097
|
};
|
|
2099
|
-
}, {
|
|
2100
2098
|
__kind: "Btc";
|
|
2099
|
+
}, {
|
|
2101
2100
|
value: {
|
|
2102
|
-
__kind: "P2PKH";
|
|
2103
2101
|
value: string;
|
|
2102
|
+
__kind: "P2PKH";
|
|
2104
2103
|
} | {
|
|
2105
|
-
__kind: "P2SH";
|
|
2106
2104
|
value: string;
|
|
2105
|
+
__kind: "P2SH";
|
|
2107
2106
|
} | {
|
|
2108
|
-
__kind: "P2WPKH";
|
|
2109
2107
|
value: string;
|
|
2108
|
+
__kind: "P2WPKH";
|
|
2110
2109
|
} | {
|
|
2111
|
-
__kind: "P2WSH";
|
|
2112
2110
|
value: string;
|
|
2111
|
+
__kind: "P2WSH";
|
|
2113
2112
|
} | {
|
|
2114
|
-
__kind: "Taproot";
|
|
2115
2113
|
value: string;
|
|
2114
|
+
__kind: "Taproot";
|
|
2116
2115
|
} | {
|
|
2117
2116
|
__kind: "OtherSegwit";
|
|
2118
2117
|
version: number;
|
|
2119
2118
|
program: string;
|
|
2120
2119
|
};
|
|
2120
|
+
__kind: "Btc";
|
|
2121
2121
|
}>, z.ZodObject<{
|
|
2122
2122
|
__kind: z.ZodLiteral<"Arb">;
|
|
2123
2123
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2124
2124
|
}, "strip", z.ZodTypeAny, {
|
|
2125
|
-
__kind: "Arb";
|
|
2126
2125
|
value: `0x${string}`;
|
|
2127
|
-
}, {
|
|
2128
2126
|
__kind: "Arb";
|
|
2127
|
+
}, {
|
|
2129
2128
|
value: string;
|
|
2129
|
+
__kind: "Arb";
|
|
2130
2130
|
}>, z.ZodObject<{
|
|
2131
2131
|
__kind: z.ZodLiteral<"Sol">;
|
|
2132
2132
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2133
2133
|
}, "strip", z.ZodTypeAny, {
|
|
2134
|
-
__kind: "Sol";
|
|
2135
2134
|
value: `0x${string}`;
|
|
2136
|
-
}, {
|
|
2137
2135
|
__kind: "Sol";
|
|
2136
|
+
}, {
|
|
2138
2137
|
value: string;
|
|
2138
|
+
__kind: "Sol";
|
|
2139
2139
|
}>, z.ZodObject<{
|
|
2140
2140
|
__kind: z.ZodLiteral<"Hub">;
|
|
2141
2141
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2142
2142
|
}, "strip", z.ZodTypeAny, {
|
|
2143
|
-
__kind: "Hub";
|
|
2144
2143
|
value: `0x${string}`;
|
|
2145
|
-
}, {
|
|
2146
2144
|
__kind: "Hub";
|
|
2145
|
+
}, {
|
|
2147
2146
|
value: string;
|
|
2147
|
+
__kind: "Hub";
|
|
2148
2148
|
}>]>>>;
|
|
2149
2149
|
}, "strip", z.ZodTypeAny, {
|
|
2150
2150
|
channelMetadata: {
|
|
@@ -2154,42 +2154,42 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
2154
2154
|
};
|
|
2155
2155
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2156
2156
|
sourceAddress?: {
|
|
2157
|
-
__kind: "Eth";
|
|
2158
2157
|
value: `0x${string}`;
|
|
2158
|
+
__kind: "Eth";
|
|
2159
2159
|
} | {
|
|
2160
|
-
__kind: "Dot";
|
|
2161
2160
|
value: `0x${string}`;
|
|
2161
|
+
__kind: "Dot";
|
|
2162
2162
|
} | {
|
|
2163
|
-
__kind: "Btc";
|
|
2164
2163
|
value: {
|
|
2165
|
-
__kind: "P2PKH";
|
|
2166
2164
|
value: `0x${string}`;
|
|
2165
|
+
__kind: "P2PKH";
|
|
2167
2166
|
} | {
|
|
2168
|
-
__kind: "P2SH";
|
|
2169
2167
|
value: `0x${string}`;
|
|
2168
|
+
__kind: "P2SH";
|
|
2170
2169
|
} | {
|
|
2171
|
-
__kind: "P2WPKH";
|
|
2172
2170
|
value: `0x${string}`;
|
|
2171
|
+
__kind: "P2WPKH";
|
|
2173
2172
|
} | {
|
|
2174
|
-
__kind: "P2WSH";
|
|
2175
2173
|
value: `0x${string}`;
|
|
2174
|
+
__kind: "P2WSH";
|
|
2176
2175
|
} | {
|
|
2177
|
-
__kind: "Taproot";
|
|
2178
2176
|
value: `0x${string}`;
|
|
2177
|
+
__kind: "Taproot";
|
|
2179
2178
|
} | {
|
|
2180
2179
|
__kind: "OtherSegwit";
|
|
2181
2180
|
version: number;
|
|
2182
2181
|
program: `0x${string}`;
|
|
2183
2182
|
};
|
|
2183
|
+
__kind: "Btc";
|
|
2184
2184
|
} | {
|
|
2185
|
-
__kind: "Arb";
|
|
2186
2185
|
value: `0x${string}`;
|
|
2186
|
+
__kind: "Arb";
|
|
2187
2187
|
} | {
|
|
2188
|
-
__kind: "Sol";
|
|
2189
2188
|
value: `0x${string}`;
|
|
2189
|
+
__kind: "Sol";
|
|
2190
2190
|
} | {
|
|
2191
|
-
__kind: "Hub";
|
|
2192
2191
|
value: `0x${string}`;
|
|
2192
|
+
__kind: "Hub";
|
|
2193
2193
|
} | null | undefined;
|
|
2194
2194
|
}, {
|
|
2195
2195
|
channelMetadata: {
|
|
@@ -2201,42 +2201,42 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
2201
2201
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2202
2202
|
};
|
|
2203
2203
|
sourceAddress?: {
|
|
2204
|
-
__kind: "Eth";
|
|
2205
2204
|
value: string;
|
|
2205
|
+
__kind: "Eth";
|
|
2206
2206
|
} | {
|
|
2207
|
-
__kind: "Dot";
|
|
2208
2207
|
value: string;
|
|
2208
|
+
__kind: "Dot";
|
|
2209
2209
|
} | {
|
|
2210
|
-
__kind: "Btc";
|
|
2211
2210
|
value: {
|
|
2212
|
-
__kind: "P2PKH";
|
|
2213
2211
|
value: string;
|
|
2212
|
+
__kind: "P2PKH";
|
|
2214
2213
|
} | {
|
|
2215
|
-
__kind: "P2SH";
|
|
2216
2214
|
value: string;
|
|
2215
|
+
__kind: "P2SH";
|
|
2217
2216
|
} | {
|
|
2218
|
-
__kind: "P2WPKH";
|
|
2219
2217
|
value: string;
|
|
2218
|
+
__kind: "P2WPKH";
|
|
2220
2219
|
} | {
|
|
2221
|
-
__kind: "P2WSH";
|
|
2222
2220
|
value: string;
|
|
2221
|
+
__kind: "P2WSH";
|
|
2223
2222
|
} | {
|
|
2224
|
-
__kind: "Taproot";
|
|
2225
2223
|
value: string;
|
|
2224
|
+
__kind: "Taproot";
|
|
2226
2225
|
} | {
|
|
2227
2226
|
__kind: "OtherSegwit";
|
|
2228
2227
|
version: number;
|
|
2229
2228
|
program: string;
|
|
2230
2229
|
};
|
|
2230
|
+
__kind: "Btc";
|
|
2231
2231
|
} | {
|
|
2232
|
-
__kind: "Arb";
|
|
2233
2232
|
value: string;
|
|
2233
|
+
__kind: "Arb";
|
|
2234
2234
|
} | {
|
|
2235
|
-
__kind: "Sol";
|
|
2236
2235
|
value: string;
|
|
2236
|
+
__kind: "Sol";
|
|
2237
2237
|
} | {
|
|
2238
|
-
__kind: "Hub";
|
|
2239
2238
|
value: string;
|
|
2239
|
+
__kind: "Hub";
|
|
2240
2240
|
} | null | undefined;
|
|
2241
2241
|
}>>>;
|
|
2242
2242
|
txId: z.ZodTuple<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>], null>;
|
|
@@ -2313,11 +2313,11 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
2313
2313
|
}, "strip", z.ZodTypeAny, {
|
|
2314
2314
|
txId: [`0x${string}`, bigint];
|
|
2315
2315
|
depositDetails: {
|
|
2316
|
-
__kind: "Channel";
|
|
2317
2316
|
value: `0x${string}`;
|
|
2317
|
+
__kind: "Channel";
|
|
2318
2318
|
} | {
|
|
2319
|
-
__kind: "VaultSwapAccount";
|
|
2320
2319
|
value: [`0x${string}`, bigint];
|
|
2320
|
+
__kind: "VaultSwapAccount";
|
|
2321
2321
|
};
|
|
2322
2322
|
inputAsset: "Sol" | "SolUsdc" | "SolUsdt";
|
|
2323
2323
|
depositAmount: bigint;
|
|
@@ -2367,42 +2367,42 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
2367
2367
|
};
|
|
2368
2368
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2369
2369
|
sourceAddress?: {
|
|
2370
|
-
__kind: "Eth";
|
|
2371
2370
|
value: `0x${string}`;
|
|
2371
|
+
__kind: "Eth";
|
|
2372
2372
|
} | {
|
|
2373
|
-
__kind: "Dot";
|
|
2374
2373
|
value: `0x${string}`;
|
|
2374
|
+
__kind: "Dot";
|
|
2375
2375
|
} | {
|
|
2376
|
-
__kind: "Btc";
|
|
2377
2376
|
value: {
|
|
2378
|
-
__kind: "P2PKH";
|
|
2379
2377
|
value: `0x${string}`;
|
|
2378
|
+
__kind: "P2PKH";
|
|
2380
2379
|
} | {
|
|
2381
|
-
__kind: "P2SH";
|
|
2382
2380
|
value: `0x${string}`;
|
|
2381
|
+
__kind: "P2SH";
|
|
2383
2382
|
} | {
|
|
2384
|
-
__kind: "P2WPKH";
|
|
2385
2383
|
value: `0x${string}`;
|
|
2384
|
+
__kind: "P2WPKH";
|
|
2386
2385
|
} | {
|
|
2387
|
-
__kind: "P2WSH";
|
|
2388
2386
|
value: `0x${string}`;
|
|
2387
|
+
__kind: "P2WSH";
|
|
2389
2388
|
} | {
|
|
2390
|
-
__kind: "Taproot";
|
|
2391
2389
|
value: `0x${string}`;
|
|
2390
|
+
__kind: "Taproot";
|
|
2392
2391
|
} | {
|
|
2393
2392
|
__kind: "OtherSegwit";
|
|
2394
2393
|
version: number;
|
|
2395
2394
|
program: `0x${string}`;
|
|
2396
2395
|
};
|
|
2396
|
+
__kind: "Btc";
|
|
2397
2397
|
} | {
|
|
2398
|
-
__kind: "Arb";
|
|
2399
2398
|
value: `0x${string}`;
|
|
2399
|
+
__kind: "Arb";
|
|
2400
2400
|
} | {
|
|
2401
|
-
__kind: "Sol";
|
|
2402
2401
|
value: `0x${string}`;
|
|
2402
|
+
__kind: "Sol";
|
|
2403
2403
|
} | {
|
|
2404
|
-
__kind: "Hub";
|
|
2405
2404
|
value: `0x${string}`;
|
|
2405
|
+
__kind: "Hub";
|
|
2406
2406
|
} | null | undefined;
|
|
2407
2407
|
} | null | undefined;
|
|
2408
2408
|
brokerFee?: {
|
|
@@ -2416,11 +2416,11 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
2416
2416
|
}, {
|
|
2417
2417
|
txId: [string, string | number];
|
|
2418
2418
|
depositDetails: {
|
|
2419
|
-
__kind: "Channel";
|
|
2420
2419
|
value: string;
|
|
2420
|
+
__kind: "Channel";
|
|
2421
2421
|
} | {
|
|
2422
|
-
__kind: "VaultSwapAccount";
|
|
2423
2422
|
value: [string, string | number];
|
|
2423
|
+
__kind: "VaultSwapAccount";
|
|
2424
2424
|
};
|
|
2425
2425
|
inputAsset: {
|
|
2426
2426
|
__kind: "Sol" | "SolUsdc" | "SolUsdt";
|
|
@@ -2430,8 +2430,8 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
2430
2430
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
2431
2431
|
};
|
|
2432
2432
|
destinationAddress: {
|
|
2433
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2434
2433
|
value: string;
|
|
2434
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2435
2435
|
};
|
|
2436
2436
|
affiliateFees: {
|
|
2437
2437
|
account: number;
|
|
@@ -2461,42 +2461,42 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
2461
2461
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2462
2462
|
};
|
|
2463
2463
|
sourceAddress?: {
|
|
2464
|
-
__kind: "Eth";
|
|
2465
2464
|
value: string;
|
|
2465
|
+
__kind: "Eth";
|
|
2466
2466
|
} | {
|
|
2467
|
-
__kind: "Dot";
|
|
2468
2467
|
value: string;
|
|
2468
|
+
__kind: "Dot";
|
|
2469
2469
|
} | {
|
|
2470
|
-
__kind: "Btc";
|
|
2471
2470
|
value: {
|
|
2472
|
-
__kind: "P2PKH";
|
|
2473
2471
|
value: string;
|
|
2472
|
+
__kind: "P2PKH";
|
|
2474
2473
|
} | {
|
|
2475
|
-
__kind: "P2SH";
|
|
2476
2474
|
value: string;
|
|
2475
|
+
__kind: "P2SH";
|
|
2477
2476
|
} | {
|
|
2478
|
-
__kind: "P2WPKH";
|
|
2479
2477
|
value: string;
|
|
2478
|
+
__kind: "P2WPKH";
|
|
2480
2479
|
} | {
|
|
2481
|
-
__kind: "P2WSH";
|
|
2482
2480
|
value: string;
|
|
2481
|
+
__kind: "P2WSH";
|
|
2483
2482
|
} | {
|
|
2484
|
-
__kind: "Taproot";
|
|
2485
2483
|
value: string;
|
|
2484
|
+
__kind: "Taproot";
|
|
2486
2485
|
} | {
|
|
2487
2486
|
__kind: "OtherSegwit";
|
|
2488
2487
|
version: number;
|
|
2489
2488
|
program: string;
|
|
2490
2489
|
};
|
|
2490
|
+
__kind: "Btc";
|
|
2491
2491
|
} | {
|
|
2492
|
-
__kind: "Arb";
|
|
2493
2492
|
value: string;
|
|
2493
|
+
__kind: "Arb";
|
|
2494
2494
|
} | {
|
|
2495
|
-
__kind: "Sol";
|
|
2496
2495
|
value: string;
|
|
2496
|
+
__kind: "Sol";
|
|
2497
2497
|
} | {
|
|
2498
|
-
__kind: "Hub";
|
|
2499
2498
|
value: string;
|
|
2499
|
+
__kind: "Hub";
|
|
2500
2500
|
} | null | undefined;
|
|
2501
2501
|
} | null | undefined;
|
|
2502
2502
|
brokerFee?: {
|
|
@@ -2513,11 +2513,11 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
2513
2513
|
vaultWitness: {
|
|
2514
2514
|
txId: [`0x${string}`, bigint];
|
|
2515
2515
|
depositDetails: {
|
|
2516
|
-
__kind: "Channel";
|
|
2517
2516
|
value: `0x${string}`;
|
|
2517
|
+
__kind: "Channel";
|
|
2518
2518
|
} | {
|
|
2519
|
-
__kind: "VaultSwapAccount";
|
|
2520
2519
|
value: [`0x${string}`, bigint];
|
|
2520
|
+
__kind: "VaultSwapAccount";
|
|
2521
2521
|
};
|
|
2522
2522
|
inputAsset: "Sol" | "SolUsdc" | "SolUsdt";
|
|
2523
2523
|
depositAmount: bigint;
|
|
@@ -2567,42 +2567,42 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
2567
2567
|
};
|
|
2568
2568
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2569
2569
|
sourceAddress?: {
|
|
2570
|
-
__kind: "Eth";
|
|
2571
2570
|
value: `0x${string}`;
|
|
2571
|
+
__kind: "Eth";
|
|
2572
2572
|
} | {
|
|
2573
|
-
__kind: "Dot";
|
|
2574
2573
|
value: `0x${string}`;
|
|
2574
|
+
__kind: "Dot";
|
|
2575
2575
|
} | {
|
|
2576
|
-
__kind: "Btc";
|
|
2577
2576
|
value: {
|
|
2578
|
-
__kind: "P2PKH";
|
|
2579
2577
|
value: `0x${string}`;
|
|
2578
|
+
__kind: "P2PKH";
|
|
2580
2579
|
} | {
|
|
2581
|
-
__kind: "P2SH";
|
|
2582
2580
|
value: `0x${string}`;
|
|
2581
|
+
__kind: "P2SH";
|
|
2583
2582
|
} | {
|
|
2584
|
-
__kind: "P2WPKH";
|
|
2585
2583
|
value: `0x${string}`;
|
|
2584
|
+
__kind: "P2WPKH";
|
|
2586
2585
|
} | {
|
|
2587
|
-
__kind: "P2WSH";
|
|
2588
2586
|
value: `0x${string}`;
|
|
2587
|
+
__kind: "P2WSH";
|
|
2589
2588
|
} | {
|
|
2590
|
-
__kind: "Taproot";
|
|
2591
2589
|
value: `0x${string}`;
|
|
2590
|
+
__kind: "Taproot";
|
|
2592
2591
|
} | {
|
|
2593
2592
|
__kind: "OtherSegwit";
|
|
2594
2593
|
version: number;
|
|
2595
2594
|
program: `0x${string}`;
|
|
2596
2595
|
};
|
|
2596
|
+
__kind: "Btc";
|
|
2597
2597
|
} | {
|
|
2598
|
-
__kind: "Arb";
|
|
2599
2598
|
value: `0x${string}`;
|
|
2599
|
+
__kind: "Arb";
|
|
2600
2600
|
} | {
|
|
2601
|
-
__kind: "Sol";
|
|
2602
2601
|
value: `0x${string}`;
|
|
2602
|
+
__kind: "Sol";
|
|
2603
2603
|
} | {
|
|
2604
|
-
__kind: "Hub";
|
|
2605
2604
|
value: `0x${string}`;
|
|
2605
|
+
__kind: "Hub";
|
|
2606
2606
|
} | null | undefined;
|
|
2607
2607
|
} | null | undefined;
|
|
2608
2608
|
brokerFee?: {
|
|
@@ -2619,11 +2619,11 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
2619
2619
|
vaultWitness: {
|
|
2620
2620
|
txId: [string, string | number];
|
|
2621
2621
|
depositDetails: {
|
|
2622
|
-
__kind: "Channel";
|
|
2623
2622
|
value: string;
|
|
2623
|
+
__kind: "Channel";
|
|
2624
2624
|
} | {
|
|
2625
|
-
__kind: "VaultSwapAccount";
|
|
2626
2625
|
value: [string, string | number];
|
|
2626
|
+
__kind: "VaultSwapAccount";
|
|
2627
2627
|
};
|
|
2628
2628
|
inputAsset: {
|
|
2629
2629
|
__kind: "Sol" | "SolUsdc" | "SolUsdt";
|
|
@@ -2633,8 +2633,8 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
2633
2633
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
2634
2634
|
};
|
|
2635
2635
|
destinationAddress: {
|
|
2636
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2637
2636
|
value: string;
|
|
2637
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2638
2638
|
};
|
|
2639
2639
|
affiliateFees: {
|
|
2640
2640
|
account: number;
|
|
@@ -2664,42 +2664,42 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
2664
2664
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2665
2665
|
};
|
|
2666
2666
|
sourceAddress?: {
|
|
2667
|
-
__kind: "Eth";
|
|
2668
2667
|
value: string;
|
|
2668
|
+
__kind: "Eth";
|
|
2669
2669
|
} | {
|
|
2670
|
-
__kind: "Dot";
|
|
2671
2670
|
value: string;
|
|
2671
|
+
__kind: "Dot";
|
|
2672
2672
|
} | {
|
|
2673
|
-
__kind: "Btc";
|
|
2674
2673
|
value: {
|
|
2675
|
-
__kind: "P2PKH";
|
|
2676
2674
|
value: string;
|
|
2675
|
+
__kind: "P2PKH";
|
|
2677
2676
|
} | {
|
|
2678
|
-
__kind: "P2SH";
|
|
2679
2677
|
value: string;
|
|
2678
|
+
__kind: "P2SH";
|
|
2680
2679
|
} | {
|
|
2681
|
-
__kind: "P2WPKH";
|
|
2682
2680
|
value: string;
|
|
2681
|
+
__kind: "P2WPKH";
|
|
2683
2682
|
} | {
|
|
2684
|
-
__kind: "P2WSH";
|
|
2685
2683
|
value: string;
|
|
2684
|
+
__kind: "P2WSH";
|
|
2686
2685
|
} | {
|
|
2687
|
-
__kind: "Taproot";
|
|
2688
2686
|
value: string;
|
|
2687
|
+
__kind: "Taproot";
|
|
2689
2688
|
} | {
|
|
2690
2689
|
__kind: "OtherSegwit";
|
|
2691
2690
|
version: number;
|
|
2692
2691
|
program: string;
|
|
2693
2692
|
};
|
|
2693
|
+
__kind: "Btc";
|
|
2694
2694
|
} | {
|
|
2695
|
-
__kind: "Arb";
|
|
2696
2695
|
value: string;
|
|
2696
|
+
__kind: "Arb";
|
|
2697
2697
|
} | {
|
|
2698
|
-
__kind: "Sol";
|
|
2699
2698
|
value: string;
|
|
2699
|
+
__kind: "Sol";
|
|
2700
2700
|
} | {
|
|
2701
|
-
__kind: "Hub";
|
|
2702
2701
|
value: string;
|
|
2702
|
+
__kind: "Hub";
|
|
2703
2703
|
} | null | undefined;
|
|
2704
2704
|
} | null | undefined;
|
|
2705
2705
|
brokerFee?: {
|
|
@@ -2720,7 +2720,6 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
2720
2720
|
} | {
|
|
2721
2721
|
__kind: "TransactionRejectedByBroker";
|
|
2722
2722
|
} | {
|
|
2723
|
-
__kind: "DepositWitnessRejected";
|
|
2724
2723
|
value: {
|
|
2725
2724
|
__kind: "Other";
|
|
2726
2725
|
} | {
|
|
@@ -2728,11 +2727,11 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
2728
2727
|
} | {
|
|
2729
2728
|
__kind: "BadOrigin";
|
|
2730
2729
|
} | {
|
|
2731
|
-
__kind: "Module";
|
|
2732
2730
|
value: {
|
|
2733
2731
|
index: number;
|
|
2734
2732
|
error: `0x${string}`;
|
|
2735
2733
|
};
|
|
2734
|
+
__kind: "Module";
|
|
2736
2735
|
} | {
|
|
2737
2736
|
__kind: "ConsumerRemaining";
|
|
2738
2737
|
} | {
|
|
@@ -2740,14 +2739,14 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
2740
2739
|
} | {
|
|
2741
2740
|
__kind: "TooManyConsumers";
|
|
2742
2741
|
} | {
|
|
2743
|
-
__kind: "Token";
|
|
2744
2742
|
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
2743
|
+
__kind: "Token";
|
|
2745
2744
|
} | {
|
|
2746
|
-
__kind: "Arithmetic";
|
|
2747
2745
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
2746
|
+
__kind: "Arithmetic";
|
|
2748
2747
|
} | {
|
|
2749
|
-
__kind: "Transactional";
|
|
2750
2748
|
value: "LimitReached" | "NoLayer";
|
|
2749
|
+
__kind: "Transactional";
|
|
2751
2750
|
} | {
|
|
2752
2751
|
__kind: "Exhausted";
|
|
2753
2752
|
} | {
|
|
@@ -2757,9 +2756,10 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
2757
2756
|
} | {
|
|
2758
2757
|
__kind: "RootNotAllowed";
|
|
2759
2758
|
} | {
|
|
2760
|
-
__kind: "Trie";
|
|
2761
2759
|
value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
2760
|
+
__kind: "Trie";
|
|
2762
2761
|
};
|
|
2762
|
+
__kind: "DepositWitnessRejected";
|
|
2763
2763
|
} | {
|
|
2764
2764
|
__kind: "Unrefundable";
|
|
2765
2765
|
};
|
|
@@ -2771,11 +2771,11 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
2771
2771
|
amount: bigint;
|
|
2772
2772
|
depositAddress: `0x${string}`;
|
|
2773
2773
|
depositDetails: {
|
|
2774
|
-
__kind: "Channel";
|
|
2775
2774
|
value: `0x${string}`;
|
|
2775
|
+
__kind: "Channel";
|
|
2776
2776
|
} | {
|
|
2777
|
-
__kind: "VaultSwapAccount";
|
|
2778
2777
|
value: [`0x${string}`, bigint];
|
|
2778
|
+
__kind: "VaultSwapAccount";
|
|
2779
2779
|
};
|
|
2780
2780
|
};
|
|
2781
2781
|
} | {
|
|
@@ -2783,11 +2783,11 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
2783
2783
|
vaultWitness: {
|
|
2784
2784
|
txId: [`0x${string}`, bigint];
|
|
2785
2785
|
depositDetails: {
|
|
2786
|
-
__kind: "Channel";
|
|
2787
2786
|
value: `0x${string}`;
|
|
2787
|
+
__kind: "Channel";
|
|
2788
2788
|
} | {
|
|
2789
|
-
__kind: "VaultSwapAccount";
|
|
2790
2789
|
value: [`0x${string}`, bigint];
|
|
2790
|
+
__kind: "VaultSwapAccount";
|
|
2791
2791
|
};
|
|
2792
2792
|
inputAsset: "Sol" | "SolUsdc" | "SolUsdt";
|
|
2793
2793
|
depositAmount: bigint;
|
|
@@ -2837,42 +2837,42 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
2837
2837
|
};
|
|
2838
2838
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2839
2839
|
sourceAddress?: {
|
|
2840
|
-
__kind: "Eth";
|
|
2841
2840
|
value: `0x${string}`;
|
|
2841
|
+
__kind: "Eth";
|
|
2842
2842
|
} | {
|
|
2843
|
-
__kind: "Dot";
|
|
2844
2843
|
value: `0x${string}`;
|
|
2844
|
+
__kind: "Dot";
|
|
2845
2845
|
} | {
|
|
2846
|
-
__kind: "Btc";
|
|
2847
2846
|
value: {
|
|
2848
|
-
__kind: "P2PKH";
|
|
2849
2847
|
value: `0x${string}`;
|
|
2848
|
+
__kind: "P2PKH";
|
|
2850
2849
|
} | {
|
|
2851
|
-
__kind: "P2SH";
|
|
2852
2850
|
value: `0x${string}`;
|
|
2851
|
+
__kind: "P2SH";
|
|
2853
2852
|
} | {
|
|
2854
|
-
__kind: "P2WPKH";
|
|
2855
2853
|
value: `0x${string}`;
|
|
2854
|
+
__kind: "P2WPKH";
|
|
2856
2855
|
} | {
|
|
2857
|
-
__kind: "P2WSH";
|
|
2858
2856
|
value: `0x${string}`;
|
|
2857
|
+
__kind: "P2WSH";
|
|
2859
2858
|
} | {
|
|
2860
|
-
__kind: "Taproot";
|
|
2861
2859
|
value: `0x${string}`;
|
|
2860
|
+
__kind: "Taproot";
|
|
2862
2861
|
} | {
|
|
2863
2862
|
__kind: "OtherSegwit";
|
|
2864
2863
|
version: number;
|
|
2865
2864
|
program: `0x${string}`;
|
|
2866
2865
|
};
|
|
2866
|
+
__kind: "Btc";
|
|
2867
2867
|
} | {
|
|
2868
|
-
__kind: "Arb";
|
|
2869
2868
|
value: `0x${string}`;
|
|
2869
|
+
__kind: "Arb";
|
|
2870
2870
|
} | {
|
|
2871
|
-
__kind: "Sol";
|
|
2872
2871
|
value: `0x${string}`;
|
|
2872
|
+
__kind: "Sol";
|
|
2873
2873
|
} | {
|
|
2874
|
-
__kind: "Hub";
|
|
2875
2874
|
value: `0x${string}`;
|
|
2875
|
+
__kind: "Hub";
|
|
2876
2876
|
} | null | undefined;
|
|
2877
2877
|
} | null | undefined;
|
|
2878
2878
|
brokerFee?: {
|
|
@@ -2893,7 +2893,6 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
2893
2893
|
} | {
|
|
2894
2894
|
__kind: "TransactionRejectedByBroker";
|
|
2895
2895
|
} | {
|
|
2896
|
-
__kind: "DepositWitnessRejected";
|
|
2897
2896
|
value: {
|
|
2898
2897
|
__kind: "Other";
|
|
2899
2898
|
} | {
|
|
@@ -2901,11 +2900,11 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
2901
2900
|
} | {
|
|
2902
2901
|
__kind: "BadOrigin";
|
|
2903
2902
|
} | {
|
|
2904
|
-
__kind: "Module";
|
|
2905
2903
|
value: {
|
|
2906
2904
|
index: number;
|
|
2907
2905
|
error: string;
|
|
2908
2906
|
};
|
|
2907
|
+
__kind: "Module";
|
|
2909
2908
|
} | {
|
|
2910
2909
|
__kind: "ConsumerRemaining";
|
|
2911
2910
|
} | {
|
|
@@ -2913,20 +2912,20 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
2913
2912
|
} | {
|
|
2914
2913
|
__kind: "TooManyConsumers";
|
|
2915
2914
|
} | {
|
|
2916
|
-
__kind: "Token";
|
|
2917
2915
|
value: {
|
|
2918
2916
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
2919
2917
|
};
|
|
2918
|
+
__kind: "Token";
|
|
2920
2919
|
} | {
|
|
2921
|
-
__kind: "Arithmetic";
|
|
2922
2920
|
value: {
|
|
2923
2921
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
2924
2922
|
};
|
|
2923
|
+
__kind: "Arithmetic";
|
|
2925
2924
|
} | {
|
|
2926
|
-
__kind: "Transactional";
|
|
2927
2925
|
value: {
|
|
2928
2926
|
__kind: "LimitReached" | "NoLayer";
|
|
2929
2927
|
};
|
|
2928
|
+
__kind: "Transactional";
|
|
2930
2929
|
} | {
|
|
2931
2930
|
__kind: "Exhausted";
|
|
2932
2931
|
} | {
|
|
@@ -2936,11 +2935,12 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
2936
2935
|
} | {
|
|
2937
2936
|
__kind: "RootNotAllowed";
|
|
2938
2937
|
} | {
|
|
2939
|
-
__kind: "Trie";
|
|
2940
2938
|
value: {
|
|
2941
2939
|
__kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
2942
2940
|
};
|
|
2941
|
+
__kind: "Trie";
|
|
2943
2942
|
};
|
|
2943
|
+
__kind: "DepositWitnessRejected";
|
|
2944
2944
|
} | {
|
|
2945
2945
|
__kind: "Unrefundable";
|
|
2946
2946
|
};
|
|
@@ -2954,11 +2954,11 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
2954
2954
|
amount: string | number;
|
|
2955
2955
|
depositAddress: string;
|
|
2956
2956
|
depositDetails: {
|
|
2957
|
-
__kind: "Channel";
|
|
2958
2957
|
value: string;
|
|
2958
|
+
__kind: "Channel";
|
|
2959
2959
|
} | {
|
|
2960
|
-
__kind: "VaultSwapAccount";
|
|
2961
2960
|
value: [string, string | number];
|
|
2961
|
+
__kind: "VaultSwapAccount";
|
|
2962
2962
|
};
|
|
2963
2963
|
};
|
|
2964
2964
|
} | {
|
|
@@ -2966,11 +2966,11 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
2966
2966
|
vaultWitness: {
|
|
2967
2967
|
txId: [string, string | number];
|
|
2968
2968
|
depositDetails: {
|
|
2969
|
-
__kind: "Channel";
|
|
2970
2969
|
value: string;
|
|
2970
|
+
__kind: "Channel";
|
|
2971
2971
|
} | {
|
|
2972
|
-
__kind: "VaultSwapAccount";
|
|
2973
2972
|
value: [string, string | number];
|
|
2973
|
+
__kind: "VaultSwapAccount";
|
|
2974
2974
|
};
|
|
2975
2975
|
inputAsset: {
|
|
2976
2976
|
__kind: "Sol" | "SolUsdc" | "SolUsdt";
|
|
@@ -2980,8 +2980,8 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
2980
2980
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
2981
2981
|
};
|
|
2982
2982
|
destinationAddress: {
|
|
2983
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2984
2983
|
value: string;
|
|
2984
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2985
2985
|
};
|
|
2986
2986
|
affiliateFees: {
|
|
2987
2987
|
account: number;
|
|
@@ -3011,42 +3011,42 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
3011
3011
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
3012
3012
|
};
|
|
3013
3013
|
sourceAddress?: {
|
|
3014
|
-
__kind: "Eth";
|
|
3015
3014
|
value: string;
|
|
3015
|
+
__kind: "Eth";
|
|
3016
3016
|
} | {
|
|
3017
|
-
__kind: "Dot";
|
|
3018
3017
|
value: string;
|
|
3018
|
+
__kind: "Dot";
|
|
3019
3019
|
} | {
|
|
3020
|
-
__kind: "Btc";
|
|
3021
3020
|
value: {
|
|
3022
|
-
__kind: "P2PKH";
|
|
3023
3021
|
value: string;
|
|
3022
|
+
__kind: "P2PKH";
|
|
3024
3023
|
} | {
|
|
3025
|
-
__kind: "P2SH";
|
|
3026
3024
|
value: string;
|
|
3025
|
+
__kind: "P2SH";
|
|
3027
3026
|
} | {
|
|
3028
|
-
__kind: "P2WPKH";
|
|
3029
3027
|
value: string;
|
|
3028
|
+
__kind: "P2WPKH";
|
|
3030
3029
|
} | {
|
|
3031
|
-
__kind: "P2WSH";
|
|
3032
3030
|
value: string;
|
|
3031
|
+
__kind: "P2WSH";
|
|
3033
3032
|
} | {
|
|
3034
|
-
__kind: "Taproot";
|
|
3035
3033
|
value: string;
|
|
3034
|
+
__kind: "Taproot";
|
|
3036
3035
|
} | {
|
|
3037
3036
|
__kind: "OtherSegwit";
|
|
3038
3037
|
version: number;
|
|
3039
3038
|
program: string;
|
|
3040
3039
|
};
|
|
3040
|
+
__kind: "Btc";
|
|
3041
3041
|
} | {
|
|
3042
|
-
__kind: "Arb";
|
|
3043
3042
|
value: string;
|
|
3043
|
+
__kind: "Arb";
|
|
3044
3044
|
} | {
|
|
3045
|
-
__kind: "Sol";
|
|
3046
3045
|
value: string;
|
|
3046
|
+
__kind: "Sol";
|
|
3047
3047
|
} | {
|
|
3048
|
-
__kind: "Hub";
|
|
3049
3048
|
value: string;
|
|
3049
|
+
__kind: "Hub";
|
|
3050
3050
|
} | null | undefined;
|
|
3051
3051
|
} | null | undefined;
|
|
3052
3052
|
brokerFee?: {
|