@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
|
@@ -77,13 +77,13 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
77
77
|
__kind: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
78
78
|
}>;
|
|
79
79
|
}, "strip", z.ZodTypeAny, {
|
|
80
|
-
__kind: "FailedToDeriveAddress";
|
|
81
80
|
value: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
82
|
-
}, {
|
|
83
81
|
__kind: "FailedToDeriveAddress";
|
|
82
|
+
}, {
|
|
84
83
|
value: {
|
|
85
84
|
__kind: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
86
85
|
};
|
|
86
|
+
__kind: "FailedToDeriveAddress";
|
|
87
87
|
}>, z.ZodObject<{
|
|
88
88
|
__kind: z.ZodLiteral<"InvalidCcm">;
|
|
89
89
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -96,13 +96,13 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
96
96
|
__kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "TooManyAddressLookupTables";
|
|
97
97
|
}>;
|
|
98
98
|
}, "strip", z.ZodTypeAny, {
|
|
99
|
-
__kind: "InvalidCcm";
|
|
100
99
|
value: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "TooManyAddressLookupTables";
|
|
101
|
-
}, {
|
|
102
100
|
__kind: "InvalidCcm";
|
|
101
|
+
}, {
|
|
103
102
|
value: {
|
|
104
103
|
__kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "TooManyAddressLookupTables";
|
|
105
104
|
};
|
|
105
|
+
__kind: "InvalidCcm";
|
|
106
106
|
}>, z.ZodObject<{
|
|
107
107
|
__kind: z.ZodLiteral<"FailedToSerializeFinalTransaction">;
|
|
108
108
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -113,11 +113,11 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
113
113
|
__kind: z.ZodLiteral<"FinalTransactionExceededMaxLength">;
|
|
114
114
|
value: z.ZodNumber;
|
|
115
115
|
}, "strip", z.ZodTypeAny, {
|
|
116
|
-
__kind: "FinalTransactionExceededMaxLength";
|
|
117
116
|
value: number;
|
|
118
|
-
}, {
|
|
119
117
|
__kind: "FinalTransactionExceededMaxLength";
|
|
118
|
+
}, {
|
|
120
119
|
value: number;
|
|
120
|
+
__kind: "FinalTransactionExceededMaxLength";
|
|
121
121
|
}>, z.ZodObject<{
|
|
122
122
|
__kind: z.ZodLiteral<"DispatchError">;
|
|
123
123
|
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
@@ -151,17 +151,17 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
151
151
|
error: string;
|
|
152
152
|
}>;
|
|
153
153
|
}, "strip", z.ZodTypeAny, {
|
|
154
|
-
__kind: "Module";
|
|
155
154
|
value: {
|
|
156
155
|
index: number;
|
|
157
156
|
error: `0x${string}`;
|
|
158
157
|
};
|
|
159
|
-
}, {
|
|
160
158
|
__kind: "Module";
|
|
159
|
+
}, {
|
|
161
160
|
value: {
|
|
162
161
|
index: number;
|
|
163
162
|
error: string;
|
|
164
163
|
};
|
|
164
|
+
__kind: "Module";
|
|
165
165
|
}>, z.ZodObject<{
|
|
166
166
|
__kind: z.ZodLiteral<"ConsumerRemaining">;
|
|
167
167
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -192,13 +192,13 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
192
192
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
193
193
|
}>;
|
|
194
194
|
}, "strip", z.ZodTypeAny, {
|
|
195
|
-
__kind: "Token";
|
|
196
195
|
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
197
|
-
}, {
|
|
198
196
|
__kind: "Token";
|
|
197
|
+
}, {
|
|
199
198
|
value: {
|
|
200
199
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
201
200
|
};
|
|
201
|
+
__kind: "Token";
|
|
202
202
|
}>, z.ZodObject<{
|
|
203
203
|
__kind: z.ZodLiteral<"Arithmetic">;
|
|
204
204
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -211,13 +211,13 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
211
211
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
212
212
|
}>;
|
|
213
213
|
}, "strip", z.ZodTypeAny, {
|
|
214
|
-
__kind: "Arithmetic";
|
|
215
214
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
216
|
-
}, {
|
|
217
215
|
__kind: "Arithmetic";
|
|
216
|
+
}, {
|
|
218
217
|
value: {
|
|
219
218
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
220
219
|
};
|
|
220
|
+
__kind: "Arithmetic";
|
|
221
221
|
}>, z.ZodObject<{
|
|
222
222
|
__kind: z.ZodLiteral<"Transactional">;
|
|
223
223
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -230,13 +230,13 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
230
230
|
__kind: "LimitReached" | "NoLayer";
|
|
231
231
|
}>;
|
|
232
232
|
}, "strip", z.ZodTypeAny, {
|
|
233
|
-
__kind: "Transactional";
|
|
234
233
|
value: "LimitReached" | "NoLayer";
|
|
235
|
-
}, {
|
|
236
234
|
__kind: "Transactional";
|
|
235
|
+
}, {
|
|
237
236
|
value: {
|
|
238
237
|
__kind: "LimitReached" | "NoLayer";
|
|
239
238
|
};
|
|
239
|
+
__kind: "Transactional";
|
|
240
240
|
}>, z.ZodObject<{
|
|
241
241
|
__kind: z.ZodLiteral<"Exhausted">;
|
|
242
242
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -273,16 +273,15 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
273
273
|
__kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
274
274
|
}>;
|
|
275
275
|
}, "strip", z.ZodTypeAny, {
|
|
276
|
-
__kind: "Trie";
|
|
277
276
|
value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
278
|
-
}, {
|
|
279
277
|
__kind: "Trie";
|
|
278
|
+
}, {
|
|
280
279
|
value: {
|
|
281
280
|
__kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
282
281
|
};
|
|
282
|
+
__kind: "Trie";
|
|
283
283
|
}>]>;
|
|
284
284
|
}, "strip", z.ZodTypeAny, {
|
|
285
|
-
__kind: "DispatchError";
|
|
286
285
|
value: {
|
|
287
286
|
__kind: "Other";
|
|
288
287
|
} | {
|
|
@@ -290,11 +289,11 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
290
289
|
} | {
|
|
291
290
|
__kind: "BadOrigin";
|
|
292
291
|
} | {
|
|
293
|
-
__kind: "Module";
|
|
294
292
|
value: {
|
|
295
293
|
index: number;
|
|
296
294
|
error: `0x${string}`;
|
|
297
295
|
};
|
|
296
|
+
__kind: "Module";
|
|
298
297
|
} | {
|
|
299
298
|
__kind: "ConsumerRemaining";
|
|
300
299
|
} | {
|
|
@@ -302,14 +301,14 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
302
301
|
} | {
|
|
303
302
|
__kind: "TooManyConsumers";
|
|
304
303
|
} | {
|
|
305
|
-
__kind: "Token";
|
|
306
304
|
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
305
|
+
__kind: "Token";
|
|
307
306
|
} | {
|
|
308
|
-
__kind: "Arithmetic";
|
|
309
307
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
308
|
+
__kind: "Arithmetic";
|
|
310
309
|
} | {
|
|
311
|
-
__kind: "Transactional";
|
|
312
310
|
value: "LimitReached" | "NoLayer";
|
|
311
|
+
__kind: "Transactional";
|
|
313
312
|
} | {
|
|
314
313
|
__kind: "Exhausted";
|
|
315
314
|
} | {
|
|
@@ -319,11 +318,11 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
319
318
|
} | {
|
|
320
319
|
__kind: "RootNotAllowed";
|
|
321
320
|
} | {
|
|
322
|
-
__kind: "Trie";
|
|
323
321
|
value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
322
|
+
__kind: "Trie";
|
|
324
323
|
};
|
|
325
|
-
}, {
|
|
326
324
|
__kind: "DispatchError";
|
|
325
|
+
}, {
|
|
327
326
|
value: {
|
|
328
327
|
__kind: "Other";
|
|
329
328
|
} | {
|
|
@@ -331,11 +330,11 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
331
330
|
} | {
|
|
332
331
|
__kind: "BadOrigin";
|
|
333
332
|
} | {
|
|
334
|
-
__kind: "Module";
|
|
335
333
|
value: {
|
|
336
334
|
index: number;
|
|
337
335
|
error: string;
|
|
338
336
|
};
|
|
337
|
+
__kind: "Module";
|
|
339
338
|
} | {
|
|
340
339
|
__kind: "ConsumerRemaining";
|
|
341
340
|
} | {
|
|
@@ -343,20 +342,20 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
343
342
|
} | {
|
|
344
343
|
__kind: "TooManyConsumers";
|
|
345
344
|
} | {
|
|
346
|
-
__kind: "Token";
|
|
347
345
|
value: {
|
|
348
346
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
349
347
|
};
|
|
348
|
+
__kind: "Token";
|
|
350
349
|
} | {
|
|
351
|
-
__kind: "Arithmetic";
|
|
352
350
|
value: {
|
|
353
351
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
354
352
|
};
|
|
353
|
+
__kind: "Arithmetic";
|
|
355
354
|
} | {
|
|
356
|
-
__kind: "Transactional";
|
|
357
355
|
value: {
|
|
358
356
|
__kind: "LimitReached" | "NoLayer";
|
|
359
357
|
};
|
|
358
|
+
__kind: "Transactional";
|
|
360
359
|
} | {
|
|
361
360
|
__kind: "Exhausted";
|
|
362
361
|
} | {
|
|
@@ -366,11 +365,12 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
366
365
|
} | {
|
|
367
366
|
__kind: "RootNotAllowed";
|
|
368
367
|
} | {
|
|
369
|
-
__kind: "Trie";
|
|
370
368
|
value: {
|
|
371
369
|
__kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
372
370
|
};
|
|
371
|
+
__kind: "Trie";
|
|
373
372
|
};
|
|
373
|
+
__kind: "DispatchError";
|
|
374
374
|
}>, z.ZodObject<{
|
|
375
375
|
__kind: z.ZodLiteral<"AltsNotYetWitnessed">;
|
|
376
376
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -385,7 +385,6 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
385
385
|
__kind: "AltsInvalid";
|
|
386
386
|
}>]>;
|
|
387
387
|
}, "strip", z.ZodTypeAny, {
|
|
388
|
-
__kind: "FailedToBuildSolanaTransaction";
|
|
389
388
|
value: {
|
|
390
389
|
__kind: "CannotLookupApiEnvironment";
|
|
391
390
|
} | {
|
|
@@ -397,18 +396,17 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
397
396
|
} | {
|
|
398
397
|
__kind: "NoAvailableNonceAccount";
|
|
399
398
|
} | {
|
|
400
|
-
__kind: "FailedToDeriveAddress";
|
|
401
399
|
value: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
400
|
+
__kind: "FailedToDeriveAddress";
|
|
402
401
|
} | {
|
|
403
|
-
__kind: "InvalidCcm";
|
|
404
402
|
value: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "TooManyAddressLookupTables";
|
|
403
|
+
__kind: "InvalidCcm";
|
|
405
404
|
} | {
|
|
406
405
|
__kind: "FailedToSerializeFinalTransaction";
|
|
407
406
|
} | {
|
|
408
|
-
__kind: "FinalTransactionExceededMaxLength";
|
|
409
407
|
value: number;
|
|
408
|
+
__kind: "FinalTransactionExceededMaxLength";
|
|
410
409
|
} | {
|
|
411
|
-
__kind: "DispatchError";
|
|
412
410
|
value: {
|
|
413
411
|
__kind: "Other";
|
|
414
412
|
} | {
|
|
@@ -416,11 +414,11 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
416
414
|
} | {
|
|
417
415
|
__kind: "BadOrigin";
|
|
418
416
|
} | {
|
|
419
|
-
__kind: "Module";
|
|
420
417
|
value: {
|
|
421
418
|
index: number;
|
|
422
419
|
error: `0x${string}`;
|
|
423
420
|
};
|
|
421
|
+
__kind: "Module";
|
|
424
422
|
} | {
|
|
425
423
|
__kind: "ConsumerRemaining";
|
|
426
424
|
} | {
|
|
@@ -428,14 +426,14 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
428
426
|
} | {
|
|
429
427
|
__kind: "TooManyConsumers";
|
|
430
428
|
} | {
|
|
431
|
-
__kind: "Token";
|
|
432
429
|
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
430
|
+
__kind: "Token";
|
|
433
431
|
} | {
|
|
434
|
-
__kind: "Arithmetic";
|
|
435
432
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
433
|
+
__kind: "Arithmetic";
|
|
436
434
|
} | {
|
|
437
|
-
__kind: "Transactional";
|
|
438
435
|
value: "LimitReached" | "NoLayer";
|
|
436
|
+
__kind: "Transactional";
|
|
439
437
|
} | {
|
|
440
438
|
__kind: "Exhausted";
|
|
441
439
|
} | {
|
|
@@ -445,16 +443,17 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
445
443
|
} | {
|
|
446
444
|
__kind: "RootNotAllowed";
|
|
447
445
|
} | {
|
|
448
|
-
__kind: "Trie";
|
|
449
446
|
value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
447
|
+
__kind: "Trie";
|
|
450
448
|
};
|
|
449
|
+
__kind: "DispatchError";
|
|
451
450
|
} | {
|
|
452
451
|
__kind: "AltsNotYetWitnessed";
|
|
453
452
|
} | {
|
|
454
453
|
__kind: "AltsInvalid";
|
|
455
454
|
};
|
|
456
|
-
}, {
|
|
457
455
|
__kind: "FailedToBuildSolanaTransaction";
|
|
456
|
+
}, {
|
|
458
457
|
value: {
|
|
459
458
|
__kind: "CannotLookupApiEnvironment";
|
|
460
459
|
} | {
|
|
@@ -466,22 +465,21 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
466
465
|
} | {
|
|
467
466
|
__kind: "NoAvailableNonceAccount";
|
|
468
467
|
} | {
|
|
469
|
-
__kind: "FailedToDeriveAddress";
|
|
470
468
|
value: {
|
|
471
469
|
__kind: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
472
470
|
};
|
|
471
|
+
__kind: "FailedToDeriveAddress";
|
|
473
472
|
} | {
|
|
474
|
-
__kind: "InvalidCcm";
|
|
475
473
|
value: {
|
|
476
474
|
__kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "TooManyAddressLookupTables";
|
|
477
475
|
};
|
|
476
|
+
__kind: "InvalidCcm";
|
|
478
477
|
} | {
|
|
479
478
|
__kind: "FailedToSerializeFinalTransaction";
|
|
480
479
|
} | {
|
|
481
|
-
__kind: "FinalTransactionExceededMaxLength";
|
|
482
480
|
value: number;
|
|
481
|
+
__kind: "FinalTransactionExceededMaxLength";
|
|
483
482
|
} | {
|
|
484
|
-
__kind: "DispatchError";
|
|
485
483
|
value: {
|
|
486
484
|
__kind: "Other";
|
|
487
485
|
} | {
|
|
@@ -489,11 +487,11 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
489
487
|
} | {
|
|
490
488
|
__kind: "BadOrigin";
|
|
491
489
|
} | {
|
|
492
|
-
__kind: "Module";
|
|
493
490
|
value: {
|
|
494
491
|
index: number;
|
|
495
492
|
error: string;
|
|
496
493
|
};
|
|
494
|
+
__kind: "Module";
|
|
497
495
|
} | {
|
|
498
496
|
__kind: "ConsumerRemaining";
|
|
499
497
|
} | {
|
|
@@ -501,20 +499,20 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
501
499
|
} | {
|
|
502
500
|
__kind: "TooManyConsumers";
|
|
503
501
|
} | {
|
|
504
|
-
__kind: "Token";
|
|
505
502
|
value: {
|
|
506
503
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
507
504
|
};
|
|
505
|
+
__kind: "Token";
|
|
508
506
|
} | {
|
|
509
|
-
__kind: "Arithmetic";
|
|
510
507
|
value: {
|
|
511
508
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
512
509
|
};
|
|
510
|
+
__kind: "Arithmetic";
|
|
513
511
|
} | {
|
|
514
|
-
__kind: "Transactional";
|
|
515
512
|
value: {
|
|
516
513
|
__kind: "LimitReached" | "NoLayer";
|
|
517
514
|
};
|
|
515
|
+
__kind: "Transactional";
|
|
518
516
|
} | {
|
|
519
517
|
__kind: "Exhausted";
|
|
520
518
|
} | {
|
|
@@ -524,16 +522,18 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
524
522
|
} | {
|
|
525
523
|
__kind: "RootNotAllowed";
|
|
526
524
|
} | {
|
|
527
|
-
__kind: "Trie";
|
|
528
525
|
value: {
|
|
529
526
|
__kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
530
527
|
};
|
|
528
|
+
__kind: "Trie";
|
|
531
529
|
};
|
|
530
|
+
__kind: "DispatchError";
|
|
532
531
|
} | {
|
|
533
532
|
__kind: "AltsNotYetWitnessed";
|
|
534
533
|
} | {
|
|
535
534
|
__kind: "AltsInvalid";
|
|
536
535
|
};
|
|
536
|
+
__kind: "FailedToBuildSolanaTransaction";
|
|
537
537
|
}>, z.ZodObject<{
|
|
538
538
|
__kind: z.ZodLiteral<"DispatchError">;
|
|
539
539
|
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
@@ -567,17 +567,17 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
567
567
|
error: string;
|
|
568
568
|
}>;
|
|
569
569
|
}, "strip", z.ZodTypeAny, {
|
|
570
|
-
__kind: "Module";
|
|
571
570
|
value: {
|
|
572
571
|
index: number;
|
|
573
572
|
error: `0x${string}`;
|
|
574
573
|
};
|
|
575
|
-
}, {
|
|
576
574
|
__kind: "Module";
|
|
575
|
+
}, {
|
|
577
576
|
value: {
|
|
578
577
|
index: number;
|
|
579
578
|
error: string;
|
|
580
579
|
};
|
|
580
|
+
__kind: "Module";
|
|
581
581
|
}>, z.ZodObject<{
|
|
582
582
|
__kind: z.ZodLiteral<"ConsumerRemaining">;
|
|
583
583
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -608,13 +608,13 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
608
608
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
609
609
|
}>;
|
|
610
610
|
}, "strip", z.ZodTypeAny, {
|
|
611
|
-
__kind: "Token";
|
|
612
611
|
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
613
|
-
}, {
|
|
614
612
|
__kind: "Token";
|
|
613
|
+
}, {
|
|
615
614
|
value: {
|
|
616
615
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
617
616
|
};
|
|
617
|
+
__kind: "Token";
|
|
618
618
|
}>, z.ZodObject<{
|
|
619
619
|
__kind: z.ZodLiteral<"Arithmetic">;
|
|
620
620
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -627,13 +627,13 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
627
627
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
628
628
|
}>;
|
|
629
629
|
}, "strip", z.ZodTypeAny, {
|
|
630
|
-
__kind: "Arithmetic";
|
|
631
630
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
632
|
-
}, {
|
|
633
631
|
__kind: "Arithmetic";
|
|
632
|
+
}, {
|
|
634
633
|
value: {
|
|
635
634
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
636
635
|
};
|
|
636
|
+
__kind: "Arithmetic";
|
|
637
637
|
}>, z.ZodObject<{
|
|
638
638
|
__kind: z.ZodLiteral<"Transactional">;
|
|
639
639
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -646,13 +646,13 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
646
646
|
__kind: "LimitReached" | "NoLayer";
|
|
647
647
|
}>;
|
|
648
648
|
}, "strip", z.ZodTypeAny, {
|
|
649
|
-
__kind: "Transactional";
|
|
650
649
|
value: "LimitReached" | "NoLayer";
|
|
651
|
-
}, {
|
|
652
650
|
__kind: "Transactional";
|
|
651
|
+
}, {
|
|
653
652
|
value: {
|
|
654
653
|
__kind: "LimitReached" | "NoLayer";
|
|
655
654
|
};
|
|
655
|
+
__kind: "Transactional";
|
|
656
656
|
}>, z.ZodObject<{
|
|
657
657
|
__kind: z.ZodLiteral<"Exhausted">;
|
|
658
658
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -689,16 +689,15 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
689
689
|
__kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
690
690
|
}>;
|
|
691
691
|
}, "strip", z.ZodTypeAny, {
|
|
692
|
-
__kind: "Trie";
|
|
693
692
|
value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
694
|
-
}, {
|
|
695
693
|
__kind: "Trie";
|
|
694
|
+
}, {
|
|
696
695
|
value: {
|
|
697
696
|
__kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
698
697
|
};
|
|
698
|
+
__kind: "Trie";
|
|
699
699
|
}>]>;
|
|
700
700
|
}, "strip", z.ZodTypeAny, {
|
|
701
|
-
__kind: "DispatchError";
|
|
702
701
|
value: {
|
|
703
702
|
__kind: "Other";
|
|
704
703
|
} | {
|
|
@@ -706,11 +705,11 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
706
705
|
} | {
|
|
707
706
|
__kind: "BadOrigin";
|
|
708
707
|
} | {
|
|
709
|
-
__kind: "Module";
|
|
710
708
|
value: {
|
|
711
709
|
index: number;
|
|
712
710
|
error: `0x${string}`;
|
|
713
711
|
};
|
|
712
|
+
__kind: "Module";
|
|
714
713
|
} | {
|
|
715
714
|
__kind: "ConsumerRemaining";
|
|
716
715
|
} | {
|
|
@@ -718,14 +717,14 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
718
717
|
} | {
|
|
719
718
|
__kind: "TooManyConsumers";
|
|
720
719
|
} | {
|
|
721
|
-
__kind: "Token";
|
|
722
720
|
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
721
|
+
__kind: "Token";
|
|
723
722
|
} | {
|
|
724
|
-
__kind: "Arithmetic";
|
|
725
723
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
724
|
+
__kind: "Arithmetic";
|
|
726
725
|
} | {
|
|
727
|
-
__kind: "Transactional";
|
|
728
726
|
value: "LimitReached" | "NoLayer";
|
|
727
|
+
__kind: "Transactional";
|
|
729
728
|
} | {
|
|
730
729
|
__kind: "Exhausted";
|
|
731
730
|
} | {
|
|
@@ -735,11 +734,11 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
735
734
|
} | {
|
|
736
735
|
__kind: "RootNotAllowed";
|
|
737
736
|
} | {
|
|
738
|
-
__kind: "Trie";
|
|
739
737
|
value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
738
|
+
__kind: "Trie";
|
|
740
739
|
};
|
|
741
|
-
}, {
|
|
742
740
|
__kind: "DispatchError";
|
|
741
|
+
}, {
|
|
743
742
|
value: {
|
|
744
743
|
__kind: "Other";
|
|
745
744
|
} | {
|
|
@@ -747,11 +746,11 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
747
746
|
} | {
|
|
748
747
|
__kind: "BadOrigin";
|
|
749
748
|
} | {
|
|
750
|
-
__kind: "Module";
|
|
751
749
|
value: {
|
|
752
750
|
index: number;
|
|
753
751
|
error: string;
|
|
754
752
|
};
|
|
753
|
+
__kind: "Module";
|
|
755
754
|
} | {
|
|
756
755
|
__kind: "ConsumerRemaining";
|
|
757
756
|
} | {
|
|
@@ -759,20 +758,20 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
759
758
|
} | {
|
|
760
759
|
__kind: "TooManyConsumers";
|
|
761
760
|
} | {
|
|
762
|
-
__kind: "Token";
|
|
763
761
|
value: {
|
|
764
762
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
765
763
|
};
|
|
764
|
+
__kind: "Token";
|
|
766
765
|
} | {
|
|
767
|
-
__kind: "Arithmetic";
|
|
768
766
|
value: {
|
|
769
767
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
770
768
|
};
|
|
769
|
+
__kind: "Arithmetic";
|
|
771
770
|
} | {
|
|
772
|
-
__kind: "Transactional";
|
|
773
771
|
value: {
|
|
774
772
|
__kind: "LimitReached" | "NoLayer";
|
|
775
773
|
};
|
|
774
|
+
__kind: "Transactional";
|
|
776
775
|
} | {
|
|
777
776
|
__kind: "Exhausted";
|
|
778
777
|
} | {
|
|
@@ -782,11 +781,12 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
782
781
|
} | {
|
|
783
782
|
__kind: "RootNotAllowed";
|
|
784
783
|
} | {
|
|
785
|
-
__kind: "Trie";
|
|
786
784
|
value: {
|
|
787
785
|
__kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
788
786
|
};
|
|
787
|
+
__kind: "Trie";
|
|
789
788
|
};
|
|
789
|
+
__kind: "DispatchError";
|
|
790
790
|
}>]>;
|
|
791
791
|
}, "strip", z.ZodTypeAny, {
|
|
792
792
|
error: {
|
|
@@ -800,7 +800,6 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
800
800
|
} | {
|
|
801
801
|
__kind: "UtxoSelectionFailed";
|
|
802
802
|
} | {
|
|
803
|
-
__kind: "FailedToBuildSolanaTransaction";
|
|
804
803
|
value: {
|
|
805
804
|
__kind: "CannotLookupApiEnvironment";
|
|
806
805
|
} | {
|
|
@@ -812,18 +811,17 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
812
811
|
} | {
|
|
813
812
|
__kind: "NoAvailableNonceAccount";
|
|
814
813
|
} | {
|
|
815
|
-
__kind: "FailedToDeriveAddress";
|
|
816
814
|
value: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
815
|
+
__kind: "FailedToDeriveAddress";
|
|
817
816
|
} | {
|
|
818
|
-
__kind: "InvalidCcm";
|
|
819
817
|
value: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "TooManyAddressLookupTables";
|
|
818
|
+
__kind: "InvalidCcm";
|
|
820
819
|
} | {
|
|
821
820
|
__kind: "FailedToSerializeFinalTransaction";
|
|
822
821
|
} | {
|
|
823
|
-
__kind: "FinalTransactionExceededMaxLength";
|
|
824
822
|
value: number;
|
|
823
|
+
__kind: "FinalTransactionExceededMaxLength";
|
|
825
824
|
} | {
|
|
826
|
-
__kind: "DispatchError";
|
|
827
825
|
value: {
|
|
828
826
|
__kind: "Other";
|
|
829
827
|
} | {
|
|
@@ -831,11 +829,11 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
831
829
|
} | {
|
|
832
830
|
__kind: "BadOrigin";
|
|
833
831
|
} | {
|
|
834
|
-
__kind: "Module";
|
|
835
832
|
value: {
|
|
836
833
|
index: number;
|
|
837
834
|
error: `0x${string}`;
|
|
838
835
|
};
|
|
836
|
+
__kind: "Module";
|
|
839
837
|
} | {
|
|
840
838
|
__kind: "ConsumerRemaining";
|
|
841
839
|
} | {
|
|
@@ -843,14 +841,14 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
843
841
|
} | {
|
|
844
842
|
__kind: "TooManyConsumers";
|
|
845
843
|
} | {
|
|
846
|
-
__kind: "Token";
|
|
847
844
|
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
845
|
+
__kind: "Token";
|
|
848
846
|
} | {
|
|
849
|
-
__kind: "Arithmetic";
|
|
850
847
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
848
|
+
__kind: "Arithmetic";
|
|
851
849
|
} | {
|
|
852
|
-
__kind: "Transactional";
|
|
853
850
|
value: "LimitReached" | "NoLayer";
|
|
851
|
+
__kind: "Transactional";
|
|
854
852
|
} | {
|
|
855
853
|
__kind: "Exhausted";
|
|
856
854
|
} | {
|
|
@@ -860,16 +858,17 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
860
858
|
} | {
|
|
861
859
|
__kind: "RootNotAllowed";
|
|
862
860
|
} | {
|
|
863
|
-
__kind: "Trie";
|
|
864
861
|
value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
862
|
+
__kind: "Trie";
|
|
865
863
|
};
|
|
864
|
+
__kind: "DispatchError";
|
|
866
865
|
} | {
|
|
867
866
|
__kind: "AltsNotYetWitnessed";
|
|
868
867
|
} | {
|
|
869
868
|
__kind: "AltsInvalid";
|
|
870
869
|
};
|
|
870
|
+
__kind: "FailedToBuildSolanaTransaction";
|
|
871
871
|
} | {
|
|
872
|
-
__kind: "DispatchError";
|
|
873
872
|
value: {
|
|
874
873
|
__kind: "Other";
|
|
875
874
|
} | {
|
|
@@ -877,11 +876,11 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
877
876
|
} | {
|
|
878
877
|
__kind: "BadOrigin";
|
|
879
878
|
} | {
|
|
880
|
-
__kind: "Module";
|
|
881
879
|
value: {
|
|
882
880
|
index: number;
|
|
883
881
|
error: `0x${string}`;
|
|
884
882
|
};
|
|
883
|
+
__kind: "Module";
|
|
885
884
|
} | {
|
|
886
885
|
__kind: "ConsumerRemaining";
|
|
887
886
|
} | {
|
|
@@ -889,14 +888,14 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
889
888
|
} | {
|
|
890
889
|
__kind: "TooManyConsumers";
|
|
891
890
|
} | {
|
|
892
|
-
__kind: "Token";
|
|
893
891
|
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
892
|
+
__kind: "Token";
|
|
894
893
|
} | {
|
|
895
|
-
__kind: "Arithmetic";
|
|
896
894
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
895
|
+
__kind: "Arithmetic";
|
|
897
896
|
} | {
|
|
898
|
-
__kind: "Transactional";
|
|
899
897
|
value: "LimitReached" | "NoLayer";
|
|
898
|
+
__kind: "Transactional";
|
|
900
899
|
} | {
|
|
901
900
|
__kind: "Exhausted";
|
|
902
901
|
} | {
|
|
@@ -906,9 +905,10 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
906
905
|
} | {
|
|
907
906
|
__kind: "RootNotAllowed";
|
|
908
907
|
} | {
|
|
909
|
-
__kind: "Trie";
|
|
910
908
|
value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
909
|
+
__kind: "Trie";
|
|
911
910
|
};
|
|
911
|
+
__kind: "DispatchError";
|
|
912
912
|
};
|
|
913
913
|
}, {
|
|
914
914
|
error: {
|
|
@@ -922,7 +922,6 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
922
922
|
} | {
|
|
923
923
|
__kind: "UtxoSelectionFailed";
|
|
924
924
|
} | {
|
|
925
|
-
__kind: "FailedToBuildSolanaTransaction";
|
|
926
925
|
value: {
|
|
927
926
|
__kind: "CannotLookupApiEnvironment";
|
|
928
927
|
} | {
|
|
@@ -934,22 +933,21 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
934
933
|
} | {
|
|
935
934
|
__kind: "NoAvailableNonceAccount";
|
|
936
935
|
} | {
|
|
937
|
-
__kind: "FailedToDeriveAddress";
|
|
938
936
|
value: {
|
|
939
937
|
__kind: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
940
938
|
};
|
|
939
|
+
__kind: "FailedToDeriveAddress";
|
|
941
940
|
} | {
|
|
942
|
-
__kind: "InvalidCcm";
|
|
943
941
|
value: {
|
|
944
942
|
__kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "TooManyAddressLookupTables";
|
|
945
943
|
};
|
|
944
|
+
__kind: "InvalidCcm";
|
|
946
945
|
} | {
|
|
947
946
|
__kind: "FailedToSerializeFinalTransaction";
|
|
948
947
|
} | {
|
|
949
|
-
__kind: "FinalTransactionExceededMaxLength";
|
|
950
948
|
value: number;
|
|
949
|
+
__kind: "FinalTransactionExceededMaxLength";
|
|
951
950
|
} | {
|
|
952
|
-
__kind: "DispatchError";
|
|
953
951
|
value: {
|
|
954
952
|
__kind: "Other";
|
|
955
953
|
} | {
|
|
@@ -957,11 +955,11 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
957
955
|
} | {
|
|
958
956
|
__kind: "BadOrigin";
|
|
959
957
|
} | {
|
|
960
|
-
__kind: "Module";
|
|
961
958
|
value: {
|
|
962
959
|
index: number;
|
|
963
960
|
error: string;
|
|
964
961
|
};
|
|
962
|
+
__kind: "Module";
|
|
965
963
|
} | {
|
|
966
964
|
__kind: "ConsumerRemaining";
|
|
967
965
|
} | {
|
|
@@ -969,20 +967,20 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
969
967
|
} | {
|
|
970
968
|
__kind: "TooManyConsumers";
|
|
971
969
|
} | {
|
|
972
|
-
__kind: "Token";
|
|
973
970
|
value: {
|
|
974
971
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
975
972
|
};
|
|
973
|
+
__kind: "Token";
|
|
976
974
|
} | {
|
|
977
|
-
__kind: "Arithmetic";
|
|
978
975
|
value: {
|
|
979
976
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
980
977
|
};
|
|
978
|
+
__kind: "Arithmetic";
|
|
981
979
|
} | {
|
|
982
|
-
__kind: "Transactional";
|
|
983
980
|
value: {
|
|
984
981
|
__kind: "LimitReached" | "NoLayer";
|
|
985
982
|
};
|
|
983
|
+
__kind: "Transactional";
|
|
986
984
|
} | {
|
|
987
985
|
__kind: "Exhausted";
|
|
988
986
|
} | {
|
|
@@ -992,18 +990,19 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
992
990
|
} | {
|
|
993
991
|
__kind: "RootNotAllowed";
|
|
994
992
|
} | {
|
|
995
|
-
__kind: "Trie";
|
|
996
993
|
value: {
|
|
997
994
|
__kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
998
995
|
};
|
|
996
|
+
__kind: "Trie";
|
|
999
997
|
};
|
|
998
|
+
__kind: "DispatchError";
|
|
1000
999
|
} | {
|
|
1001
1000
|
__kind: "AltsNotYetWitnessed";
|
|
1002
1001
|
} | {
|
|
1003
1002
|
__kind: "AltsInvalid";
|
|
1004
1003
|
};
|
|
1004
|
+
__kind: "FailedToBuildSolanaTransaction";
|
|
1005
1005
|
} | {
|
|
1006
|
-
__kind: "DispatchError";
|
|
1007
1006
|
value: {
|
|
1008
1007
|
__kind: "Other";
|
|
1009
1008
|
} | {
|
|
@@ -1011,11 +1010,11 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
1011
1010
|
} | {
|
|
1012
1011
|
__kind: "BadOrigin";
|
|
1013
1012
|
} | {
|
|
1014
|
-
__kind: "Module";
|
|
1015
1013
|
value: {
|
|
1016
1014
|
index: number;
|
|
1017
1015
|
error: string;
|
|
1018
1016
|
};
|
|
1017
|
+
__kind: "Module";
|
|
1019
1018
|
} | {
|
|
1020
1019
|
__kind: "ConsumerRemaining";
|
|
1021
1020
|
} | {
|
|
@@ -1023,20 +1022,20 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
1023
1022
|
} | {
|
|
1024
1023
|
__kind: "TooManyConsumers";
|
|
1025
1024
|
} | {
|
|
1026
|
-
__kind: "Token";
|
|
1027
1025
|
value: {
|
|
1028
1026
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1029
1027
|
};
|
|
1028
|
+
__kind: "Token";
|
|
1030
1029
|
} | {
|
|
1031
|
-
__kind: "Arithmetic";
|
|
1032
1030
|
value: {
|
|
1033
1031
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1034
1032
|
};
|
|
1033
|
+
__kind: "Arithmetic";
|
|
1035
1034
|
} | {
|
|
1036
|
-
__kind: "Transactional";
|
|
1037
1035
|
value: {
|
|
1038
1036
|
__kind: "LimitReached" | "NoLayer";
|
|
1039
1037
|
};
|
|
1038
|
+
__kind: "Transactional";
|
|
1040
1039
|
} | {
|
|
1041
1040
|
__kind: "Exhausted";
|
|
1042
1041
|
} | {
|
|
@@ -1046,11 +1045,12 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
1046
1045
|
} | {
|
|
1047
1046
|
__kind: "RootNotAllowed";
|
|
1048
1047
|
} | {
|
|
1049
|
-
__kind: "Trie";
|
|
1050
1048
|
value: {
|
|
1051
1049
|
__kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
1052
1050
|
};
|
|
1051
|
+
__kind: "Trie";
|
|
1053
1052
|
};
|
|
1053
|
+
__kind: "DispatchError";
|
|
1054
1054
|
};
|
|
1055
1055
|
}>;
|
|
1056
1056
|
declare const bitcoinIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_processor_event0.EventDescriptor<"BitcoinIngressEgress.FailedToBuildAllBatchCall", z.ZodObject<{
|
|
@@ -1128,13 +1128,13 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_p
|
|
|
1128
1128
|
__kind: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
1129
1129
|
}>;
|
|
1130
1130
|
}, "strip", z.ZodTypeAny, {
|
|
1131
|
-
__kind: "FailedToDeriveAddress";
|
|
1132
1131
|
value: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
1133
|
-
}, {
|
|
1134
1132
|
__kind: "FailedToDeriveAddress";
|
|
1133
|
+
}, {
|
|
1135
1134
|
value: {
|
|
1136
1135
|
__kind: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
1137
1136
|
};
|
|
1137
|
+
__kind: "FailedToDeriveAddress";
|
|
1138
1138
|
}>, z.ZodObject<{
|
|
1139
1139
|
__kind: z.ZodLiteral<"InvalidCcm">;
|
|
1140
1140
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -1147,13 +1147,13 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_p
|
|
|
1147
1147
|
__kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "TooManyAddressLookupTables";
|
|
1148
1148
|
}>;
|
|
1149
1149
|
}, "strip", z.ZodTypeAny, {
|
|
1150
|
-
__kind: "InvalidCcm";
|
|
1151
1150
|
value: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "TooManyAddressLookupTables";
|
|
1152
|
-
}, {
|
|
1153
1151
|
__kind: "InvalidCcm";
|
|
1152
|
+
}, {
|
|
1154
1153
|
value: {
|
|
1155
1154
|
__kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "TooManyAddressLookupTables";
|
|
1156
1155
|
};
|
|
1156
|
+
__kind: "InvalidCcm";
|
|
1157
1157
|
}>, z.ZodObject<{
|
|
1158
1158
|
__kind: z.ZodLiteral<"FailedToSerializeFinalTransaction">;
|
|
1159
1159
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1164,11 +1164,11 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_p
|
|
|
1164
1164
|
__kind: z.ZodLiteral<"FinalTransactionExceededMaxLength">;
|
|
1165
1165
|
value: z.ZodNumber;
|
|
1166
1166
|
}, "strip", z.ZodTypeAny, {
|
|
1167
|
-
__kind: "FinalTransactionExceededMaxLength";
|
|
1168
1167
|
value: number;
|
|
1169
|
-
}, {
|
|
1170
1168
|
__kind: "FinalTransactionExceededMaxLength";
|
|
1169
|
+
}, {
|
|
1171
1170
|
value: number;
|
|
1171
|
+
__kind: "FinalTransactionExceededMaxLength";
|
|
1172
1172
|
}>, z.ZodObject<{
|
|
1173
1173
|
__kind: z.ZodLiteral<"DispatchError">;
|
|
1174
1174
|
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
@@ -1202,17 +1202,17 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_p
|
|
|
1202
1202
|
error: string;
|
|
1203
1203
|
}>;
|
|
1204
1204
|
}, "strip", z.ZodTypeAny, {
|
|
1205
|
-
__kind: "Module";
|
|
1206
1205
|
value: {
|
|
1207
1206
|
index: number;
|
|
1208
1207
|
error: `0x${string}`;
|
|
1209
1208
|
};
|
|
1210
|
-
}, {
|
|
1211
1209
|
__kind: "Module";
|
|
1210
|
+
}, {
|
|
1212
1211
|
value: {
|
|
1213
1212
|
index: number;
|
|
1214
1213
|
error: string;
|
|
1215
1214
|
};
|
|
1215
|
+
__kind: "Module";
|
|
1216
1216
|
}>, z.ZodObject<{
|
|
1217
1217
|
__kind: z.ZodLiteral<"ConsumerRemaining">;
|
|
1218
1218
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1243,13 +1243,13 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_p
|
|
|
1243
1243
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1244
1244
|
}>;
|
|
1245
1245
|
}, "strip", z.ZodTypeAny, {
|
|
1246
|
-
__kind: "Token";
|
|
1247
1246
|
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1248
|
-
}, {
|
|
1249
1247
|
__kind: "Token";
|
|
1248
|
+
}, {
|
|
1250
1249
|
value: {
|
|
1251
1250
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1252
1251
|
};
|
|
1252
|
+
__kind: "Token";
|
|
1253
1253
|
}>, z.ZodObject<{
|
|
1254
1254
|
__kind: z.ZodLiteral<"Arithmetic">;
|
|
1255
1255
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -1262,13 +1262,13 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_p
|
|
|
1262
1262
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1263
1263
|
}>;
|
|
1264
1264
|
}, "strip", z.ZodTypeAny, {
|
|
1265
|
-
__kind: "Arithmetic";
|
|
1266
1265
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1267
|
-
}, {
|
|
1268
1266
|
__kind: "Arithmetic";
|
|
1267
|
+
}, {
|
|
1269
1268
|
value: {
|
|
1270
1269
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1271
1270
|
};
|
|
1271
|
+
__kind: "Arithmetic";
|
|
1272
1272
|
}>, z.ZodObject<{
|
|
1273
1273
|
__kind: z.ZodLiteral<"Transactional">;
|
|
1274
1274
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -1281,13 +1281,13 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_p
|
|
|
1281
1281
|
__kind: "LimitReached" | "NoLayer";
|
|
1282
1282
|
}>;
|
|
1283
1283
|
}, "strip", z.ZodTypeAny, {
|
|
1284
|
-
__kind: "Transactional";
|
|
1285
1284
|
value: "LimitReached" | "NoLayer";
|
|
1286
|
-
}, {
|
|
1287
1285
|
__kind: "Transactional";
|
|
1286
|
+
}, {
|
|
1288
1287
|
value: {
|
|
1289
1288
|
__kind: "LimitReached" | "NoLayer";
|
|
1290
1289
|
};
|
|
1290
|
+
__kind: "Transactional";
|
|
1291
1291
|
}>, z.ZodObject<{
|
|
1292
1292
|
__kind: z.ZodLiteral<"Exhausted">;
|
|
1293
1293
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1324,16 +1324,15 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_p
|
|
|
1324
1324
|
__kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
1325
1325
|
}>;
|
|
1326
1326
|
}, "strip", z.ZodTypeAny, {
|
|
1327
|
-
__kind: "Trie";
|
|
1328
1327
|
value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
1329
|
-
}, {
|
|
1330
1328
|
__kind: "Trie";
|
|
1329
|
+
}, {
|
|
1331
1330
|
value: {
|
|
1332
1331
|
__kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
1333
1332
|
};
|
|
1333
|
+
__kind: "Trie";
|
|
1334
1334
|
}>]>;
|
|
1335
1335
|
}, "strip", z.ZodTypeAny, {
|
|
1336
|
-
__kind: "DispatchError";
|
|
1337
1336
|
value: {
|
|
1338
1337
|
__kind: "Other";
|
|
1339
1338
|
} | {
|
|
@@ -1341,11 +1340,11 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_p
|
|
|
1341
1340
|
} | {
|
|
1342
1341
|
__kind: "BadOrigin";
|
|
1343
1342
|
} | {
|
|
1344
|
-
__kind: "Module";
|
|
1345
1343
|
value: {
|
|
1346
1344
|
index: number;
|
|
1347
1345
|
error: `0x${string}`;
|
|
1348
1346
|
};
|
|
1347
|
+
__kind: "Module";
|
|
1349
1348
|
} | {
|
|
1350
1349
|
__kind: "ConsumerRemaining";
|
|
1351
1350
|
} | {
|
|
@@ -1353,14 +1352,14 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_p
|
|
|
1353
1352
|
} | {
|
|
1354
1353
|
__kind: "TooManyConsumers";
|
|
1355
1354
|
} | {
|
|
1356
|
-
__kind: "Token";
|
|
1357
1355
|
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1356
|
+
__kind: "Token";
|
|
1358
1357
|
} | {
|
|
1359
|
-
__kind: "Arithmetic";
|
|
1360
1358
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1359
|
+
__kind: "Arithmetic";
|
|
1361
1360
|
} | {
|
|
1362
|
-
__kind: "Transactional";
|
|
1363
1361
|
value: "LimitReached" | "NoLayer";
|
|
1362
|
+
__kind: "Transactional";
|
|
1364
1363
|
} | {
|
|
1365
1364
|
__kind: "Exhausted";
|
|
1366
1365
|
} | {
|
|
@@ -1370,11 +1369,11 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_p
|
|
|
1370
1369
|
} | {
|
|
1371
1370
|
__kind: "RootNotAllowed";
|
|
1372
1371
|
} | {
|
|
1373
|
-
__kind: "Trie";
|
|
1374
1372
|
value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
1373
|
+
__kind: "Trie";
|
|
1375
1374
|
};
|
|
1376
|
-
}, {
|
|
1377
1375
|
__kind: "DispatchError";
|
|
1376
|
+
}, {
|
|
1378
1377
|
value: {
|
|
1379
1378
|
__kind: "Other";
|
|
1380
1379
|
} | {
|
|
@@ -1382,11 +1381,11 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_p
|
|
|
1382
1381
|
} | {
|
|
1383
1382
|
__kind: "BadOrigin";
|
|
1384
1383
|
} | {
|
|
1385
|
-
__kind: "Module";
|
|
1386
1384
|
value: {
|
|
1387
1385
|
index: number;
|
|
1388
1386
|
error: string;
|
|
1389
1387
|
};
|
|
1388
|
+
__kind: "Module";
|
|
1390
1389
|
} | {
|
|
1391
1390
|
__kind: "ConsumerRemaining";
|
|
1392
1391
|
} | {
|
|
@@ -1394,20 +1393,20 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_p
|
|
|
1394
1393
|
} | {
|
|
1395
1394
|
__kind: "TooManyConsumers";
|
|
1396
1395
|
} | {
|
|
1397
|
-
__kind: "Token";
|
|
1398
1396
|
value: {
|
|
1399
1397
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1400
1398
|
};
|
|
1399
|
+
__kind: "Token";
|
|
1401
1400
|
} | {
|
|
1402
|
-
__kind: "Arithmetic";
|
|
1403
1401
|
value: {
|
|
1404
1402
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1405
1403
|
};
|
|
1404
|
+
__kind: "Arithmetic";
|
|
1406
1405
|
} | {
|
|
1407
|
-
__kind: "Transactional";
|
|
1408
1406
|
value: {
|
|
1409
1407
|
__kind: "LimitReached" | "NoLayer";
|
|
1410
1408
|
};
|
|
1409
|
+
__kind: "Transactional";
|
|
1411
1410
|
} | {
|
|
1412
1411
|
__kind: "Exhausted";
|
|
1413
1412
|
} | {
|
|
@@ -1417,11 +1416,12 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_p
|
|
|
1417
1416
|
} | {
|
|
1418
1417
|
__kind: "RootNotAllowed";
|
|
1419
1418
|
} | {
|
|
1420
|
-
__kind: "Trie";
|
|
1421
1419
|
value: {
|
|
1422
1420
|
__kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
1423
1421
|
};
|
|
1422
|
+
__kind: "Trie";
|
|
1424
1423
|
};
|
|
1424
|
+
__kind: "DispatchError";
|
|
1425
1425
|
}>, z.ZodObject<{
|
|
1426
1426
|
__kind: z.ZodLiteral<"AltsNotYetWitnessed">;
|
|
1427
1427
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1436,7 +1436,6 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_p
|
|
|
1436
1436
|
__kind: "AltsInvalid";
|
|
1437
1437
|
}>]>;
|
|
1438
1438
|
}, "strip", z.ZodTypeAny, {
|
|
1439
|
-
__kind: "FailedToBuildSolanaTransaction";
|
|
1440
1439
|
value: {
|
|
1441
1440
|
__kind: "CannotLookupApiEnvironment";
|
|
1442
1441
|
} | {
|
|
@@ -1448,18 +1447,17 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_p
|
|
|
1448
1447
|
} | {
|
|
1449
1448
|
__kind: "NoAvailableNonceAccount";
|
|
1450
1449
|
} | {
|
|
1451
|
-
__kind: "FailedToDeriveAddress";
|
|
1452
1450
|
value: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
1451
|
+
__kind: "FailedToDeriveAddress";
|
|
1453
1452
|
} | {
|
|
1454
|
-
__kind: "InvalidCcm";
|
|
1455
1453
|
value: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "TooManyAddressLookupTables";
|
|
1454
|
+
__kind: "InvalidCcm";
|
|
1456
1455
|
} | {
|
|
1457
1456
|
__kind: "FailedToSerializeFinalTransaction";
|
|
1458
1457
|
} | {
|
|
1459
|
-
__kind: "FinalTransactionExceededMaxLength";
|
|
1460
1458
|
value: number;
|
|
1459
|
+
__kind: "FinalTransactionExceededMaxLength";
|
|
1461
1460
|
} | {
|
|
1462
|
-
__kind: "DispatchError";
|
|
1463
1461
|
value: {
|
|
1464
1462
|
__kind: "Other";
|
|
1465
1463
|
} | {
|
|
@@ -1467,11 +1465,11 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_p
|
|
|
1467
1465
|
} | {
|
|
1468
1466
|
__kind: "BadOrigin";
|
|
1469
1467
|
} | {
|
|
1470
|
-
__kind: "Module";
|
|
1471
1468
|
value: {
|
|
1472
1469
|
index: number;
|
|
1473
1470
|
error: `0x${string}`;
|
|
1474
1471
|
};
|
|
1472
|
+
__kind: "Module";
|
|
1475
1473
|
} | {
|
|
1476
1474
|
__kind: "ConsumerRemaining";
|
|
1477
1475
|
} | {
|
|
@@ -1479,14 +1477,14 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_p
|
|
|
1479
1477
|
} | {
|
|
1480
1478
|
__kind: "TooManyConsumers";
|
|
1481
1479
|
} | {
|
|
1482
|
-
__kind: "Token";
|
|
1483
1480
|
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1481
|
+
__kind: "Token";
|
|
1484
1482
|
} | {
|
|
1485
|
-
__kind: "Arithmetic";
|
|
1486
1483
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1484
|
+
__kind: "Arithmetic";
|
|
1487
1485
|
} | {
|
|
1488
|
-
__kind: "Transactional";
|
|
1489
1486
|
value: "LimitReached" | "NoLayer";
|
|
1487
|
+
__kind: "Transactional";
|
|
1490
1488
|
} | {
|
|
1491
1489
|
__kind: "Exhausted";
|
|
1492
1490
|
} | {
|
|
@@ -1496,16 +1494,17 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_p
|
|
|
1496
1494
|
} | {
|
|
1497
1495
|
__kind: "RootNotAllowed";
|
|
1498
1496
|
} | {
|
|
1499
|
-
__kind: "Trie";
|
|
1500
1497
|
value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
1498
|
+
__kind: "Trie";
|
|
1501
1499
|
};
|
|
1500
|
+
__kind: "DispatchError";
|
|
1502
1501
|
} | {
|
|
1503
1502
|
__kind: "AltsNotYetWitnessed";
|
|
1504
1503
|
} | {
|
|
1505
1504
|
__kind: "AltsInvalid";
|
|
1506
1505
|
};
|
|
1507
|
-
}, {
|
|
1508
1506
|
__kind: "FailedToBuildSolanaTransaction";
|
|
1507
|
+
}, {
|
|
1509
1508
|
value: {
|
|
1510
1509
|
__kind: "CannotLookupApiEnvironment";
|
|
1511
1510
|
} | {
|
|
@@ -1517,22 +1516,21 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_p
|
|
|
1517
1516
|
} | {
|
|
1518
1517
|
__kind: "NoAvailableNonceAccount";
|
|
1519
1518
|
} | {
|
|
1520
|
-
__kind: "FailedToDeriveAddress";
|
|
1521
1519
|
value: {
|
|
1522
1520
|
__kind: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
1523
1521
|
};
|
|
1522
|
+
__kind: "FailedToDeriveAddress";
|
|
1524
1523
|
} | {
|
|
1525
|
-
__kind: "InvalidCcm";
|
|
1526
1524
|
value: {
|
|
1527
1525
|
__kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "TooManyAddressLookupTables";
|
|
1528
1526
|
};
|
|
1527
|
+
__kind: "InvalidCcm";
|
|
1529
1528
|
} | {
|
|
1530
1529
|
__kind: "FailedToSerializeFinalTransaction";
|
|
1531
1530
|
} | {
|
|
1532
|
-
__kind: "FinalTransactionExceededMaxLength";
|
|
1533
1531
|
value: number;
|
|
1532
|
+
__kind: "FinalTransactionExceededMaxLength";
|
|
1534
1533
|
} | {
|
|
1535
|
-
__kind: "DispatchError";
|
|
1536
1534
|
value: {
|
|
1537
1535
|
__kind: "Other";
|
|
1538
1536
|
} | {
|
|
@@ -1540,11 +1538,11 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_p
|
|
|
1540
1538
|
} | {
|
|
1541
1539
|
__kind: "BadOrigin";
|
|
1542
1540
|
} | {
|
|
1543
|
-
__kind: "Module";
|
|
1544
1541
|
value: {
|
|
1545
1542
|
index: number;
|
|
1546
1543
|
error: string;
|
|
1547
1544
|
};
|
|
1545
|
+
__kind: "Module";
|
|
1548
1546
|
} | {
|
|
1549
1547
|
__kind: "ConsumerRemaining";
|
|
1550
1548
|
} | {
|
|
@@ -1552,20 +1550,20 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_p
|
|
|
1552
1550
|
} | {
|
|
1553
1551
|
__kind: "TooManyConsumers";
|
|
1554
1552
|
} | {
|
|
1555
|
-
__kind: "Token";
|
|
1556
1553
|
value: {
|
|
1557
1554
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1558
1555
|
};
|
|
1556
|
+
__kind: "Token";
|
|
1559
1557
|
} | {
|
|
1560
|
-
__kind: "Arithmetic";
|
|
1561
1558
|
value: {
|
|
1562
1559
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1563
1560
|
};
|
|
1561
|
+
__kind: "Arithmetic";
|
|
1564
1562
|
} | {
|
|
1565
|
-
__kind: "Transactional";
|
|
1566
1563
|
value: {
|
|
1567
1564
|
__kind: "LimitReached" | "NoLayer";
|
|
1568
1565
|
};
|
|
1566
|
+
__kind: "Transactional";
|
|
1569
1567
|
} | {
|
|
1570
1568
|
__kind: "Exhausted";
|
|
1571
1569
|
} | {
|
|
@@ -1575,16 +1573,18 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_p
|
|
|
1575
1573
|
} | {
|
|
1576
1574
|
__kind: "RootNotAllowed";
|
|
1577
1575
|
} | {
|
|
1578
|
-
__kind: "Trie";
|
|
1579
1576
|
value: {
|
|
1580
1577
|
__kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
1581
1578
|
};
|
|
1579
|
+
__kind: "Trie";
|
|
1582
1580
|
};
|
|
1581
|
+
__kind: "DispatchError";
|
|
1583
1582
|
} | {
|
|
1584
1583
|
__kind: "AltsNotYetWitnessed";
|
|
1585
1584
|
} | {
|
|
1586
1585
|
__kind: "AltsInvalid";
|
|
1587
1586
|
};
|
|
1587
|
+
__kind: "FailedToBuildSolanaTransaction";
|
|
1588
1588
|
}>, z.ZodObject<{
|
|
1589
1589
|
__kind: z.ZodLiteral<"DispatchError">;
|
|
1590
1590
|
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
@@ -1618,17 +1618,17 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_p
|
|
|
1618
1618
|
error: string;
|
|
1619
1619
|
}>;
|
|
1620
1620
|
}, "strip", z.ZodTypeAny, {
|
|
1621
|
-
__kind: "Module";
|
|
1622
1621
|
value: {
|
|
1623
1622
|
index: number;
|
|
1624
1623
|
error: `0x${string}`;
|
|
1625
1624
|
};
|
|
1626
|
-
}, {
|
|
1627
1625
|
__kind: "Module";
|
|
1626
|
+
}, {
|
|
1628
1627
|
value: {
|
|
1629
1628
|
index: number;
|
|
1630
1629
|
error: string;
|
|
1631
1630
|
};
|
|
1631
|
+
__kind: "Module";
|
|
1632
1632
|
}>, z.ZodObject<{
|
|
1633
1633
|
__kind: z.ZodLiteral<"ConsumerRemaining">;
|
|
1634
1634
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1659,13 +1659,13 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_p
|
|
|
1659
1659
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1660
1660
|
}>;
|
|
1661
1661
|
}, "strip", z.ZodTypeAny, {
|
|
1662
|
-
__kind: "Token";
|
|
1663
1662
|
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1664
|
-
}, {
|
|
1665
1663
|
__kind: "Token";
|
|
1664
|
+
}, {
|
|
1666
1665
|
value: {
|
|
1667
1666
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1668
1667
|
};
|
|
1668
|
+
__kind: "Token";
|
|
1669
1669
|
}>, z.ZodObject<{
|
|
1670
1670
|
__kind: z.ZodLiteral<"Arithmetic">;
|
|
1671
1671
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -1678,13 +1678,13 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_p
|
|
|
1678
1678
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1679
1679
|
}>;
|
|
1680
1680
|
}, "strip", z.ZodTypeAny, {
|
|
1681
|
-
__kind: "Arithmetic";
|
|
1682
1681
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1683
|
-
}, {
|
|
1684
1682
|
__kind: "Arithmetic";
|
|
1683
|
+
}, {
|
|
1685
1684
|
value: {
|
|
1686
1685
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1687
1686
|
};
|
|
1687
|
+
__kind: "Arithmetic";
|
|
1688
1688
|
}>, z.ZodObject<{
|
|
1689
1689
|
__kind: z.ZodLiteral<"Transactional">;
|
|
1690
1690
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -1697,13 +1697,13 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_p
|
|
|
1697
1697
|
__kind: "LimitReached" | "NoLayer";
|
|
1698
1698
|
}>;
|
|
1699
1699
|
}, "strip", z.ZodTypeAny, {
|
|
1700
|
-
__kind: "Transactional";
|
|
1701
1700
|
value: "LimitReached" | "NoLayer";
|
|
1702
|
-
}, {
|
|
1703
1701
|
__kind: "Transactional";
|
|
1702
|
+
}, {
|
|
1704
1703
|
value: {
|
|
1705
1704
|
__kind: "LimitReached" | "NoLayer";
|
|
1706
1705
|
};
|
|
1706
|
+
__kind: "Transactional";
|
|
1707
1707
|
}>, z.ZodObject<{
|
|
1708
1708
|
__kind: z.ZodLiteral<"Exhausted">;
|
|
1709
1709
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1740,16 +1740,15 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_p
|
|
|
1740
1740
|
__kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
1741
1741
|
}>;
|
|
1742
1742
|
}, "strip", z.ZodTypeAny, {
|
|
1743
|
-
__kind: "Trie";
|
|
1744
1743
|
value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
1745
|
-
}, {
|
|
1746
1744
|
__kind: "Trie";
|
|
1745
|
+
}, {
|
|
1747
1746
|
value: {
|
|
1748
1747
|
__kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
1749
1748
|
};
|
|
1749
|
+
__kind: "Trie";
|
|
1750
1750
|
}>]>;
|
|
1751
1751
|
}, "strip", z.ZodTypeAny, {
|
|
1752
|
-
__kind: "DispatchError";
|
|
1753
1752
|
value: {
|
|
1754
1753
|
__kind: "Other";
|
|
1755
1754
|
} | {
|
|
@@ -1757,11 +1756,11 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_p
|
|
|
1757
1756
|
} | {
|
|
1758
1757
|
__kind: "BadOrigin";
|
|
1759
1758
|
} | {
|
|
1760
|
-
__kind: "Module";
|
|
1761
1759
|
value: {
|
|
1762
1760
|
index: number;
|
|
1763
1761
|
error: `0x${string}`;
|
|
1764
1762
|
};
|
|
1763
|
+
__kind: "Module";
|
|
1765
1764
|
} | {
|
|
1766
1765
|
__kind: "ConsumerRemaining";
|
|
1767
1766
|
} | {
|
|
@@ -1769,14 +1768,14 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_p
|
|
|
1769
1768
|
} | {
|
|
1770
1769
|
__kind: "TooManyConsumers";
|
|
1771
1770
|
} | {
|
|
1772
|
-
__kind: "Token";
|
|
1773
1771
|
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1772
|
+
__kind: "Token";
|
|
1774
1773
|
} | {
|
|
1775
|
-
__kind: "Arithmetic";
|
|
1776
1774
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1775
|
+
__kind: "Arithmetic";
|
|
1777
1776
|
} | {
|
|
1778
|
-
__kind: "Transactional";
|
|
1779
1777
|
value: "LimitReached" | "NoLayer";
|
|
1778
|
+
__kind: "Transactional";
|
|
1780
1779
|
} | {
|
|
1781
1780
|
__kind: "Exhausted";
|
|
1782
1781
|
} | {
|
|
@@ -1786,11 +1785,11 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_p
|
|
|
1786
1785
|
} | {
|
|
1787
1786
|
__kind: "RootNotAllowed";
|
|
1788
1787
|
} | {
|
|
1789
|
-
__kind: "Trie";
|
|
1790
1788
|
value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
1789
|
+
__kind: "Trie";
|
|
1791
1790
|
};
|
|
1792
|
-
}, {
|
|
1793
1791
|
__kind: "DispatchError";
|
|
1792
|
+
}, {
|
|
1794
1793
|
value: {
|
|
1795
1794
|
__kind: "Other";
|
|
1796
1795
|
} | {
|
|
@@ -1798,11 +1797,11 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_p
|
|
|
1798
1797
|
} | {
|
|
1799
1798
|
__kind: "BadOrigin";
|
|
1800
1799
|
} | {
|
|
1801
|
-
__kind: "Module";
|
|
1802
1800
|
value: {
|
|
1803
1801
|
index: number;
|
|
1804
1802
|
error: string;
|
|
1805
1803
|
};
|
|
1804
|
+
__kind: "Module";
|
|
1806
1805
|
} | {
|
|
1807
1806
|
__kind: "ConsumerRemaining";
|
|
1808
1807
|
} | {
|
|
@@ -1810,20 +1809,20 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_p
|
|
|
1810
1809
|
} | {
|
|
1811
1810
|
__kind: "TooManyConsumers";
|
|
1812
1811
|
} | {
|
|
1813
|
-
__kind: "Token";
|
|
1814
1812
|
value: {
|
|
1815
1813
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1816
1814
|
};
|
|
1815
|
+
__kind: "Token";
|
|
1817
1816
|
} | {
|
|
1818
|
-
__kind: "Arithmetic";
|
|
1819
1817
|
value: {
|
|
1820
1818
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1821
1819
|
};
|
|
1820
|
+
__kind: "Arithmetic";
|
|
1822
1821
|
} | {
|
|
1823
|
-
__kind: "Transactional";
|
|
1824
1822
|
value: {
|
|
1825
1823
|
__kind: "LimitReached" | "NoLayer";
|
|
1826
1824
|
};
|
|
1825
|
+
__kind: "Transactional";
|
|
1827
1826
|
} | {
|
|
1828
1827
|
__kind: "Exhausted";
|
|
1829
1828
|
} | {
|
|
@@ -1833,11 +1832,12 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_p
|
|
|
1833
1832
|
} | {
|
|
1834
1833
|
__kind: "RootNotAllowed";
|
|
1835
1834
|
} | {
|
|
1836
|
-
__kind: "Trie";
|
|
1837
1835
|
value: {
|
|
1838
1836
|
__kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
1839
1837
|
};
|
|
1838
|
+
__kind: "Trie";
|
|
1840
1839
|
};
|
|
1840
|
+
__kind: "DispatchError";
|
|
1841
1841
|
}>]>;
|
|
1842
1842
|
}, "strip", z.ZodTypeAny, {
|
|
1843
1843
|
error: {
|
|
@@ -1851,7 +1851,6 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_p
|
|
|
1851
1851
|
} | {
|
|
1852
1852
|
__kind: "UtxoSelectionFailed";
|
|
1853
1853
|
} | {
|
|
1854
|
-
__kind: "FailedToBuildSolanaTransaction";
|
|
1855
1854
|
value: {
|
|
1856
1855
|
__kind: "CannotLookupApiEnvironment";
|
|
1857
1856
|
} | {
|
|
@@ -1863,18 +1862,17 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_p
|
|
|
1863
1862
|
} | {
|
|
1864
1863
|
__kind: "NoAvailableNonceAccount";
|
|
1865
1864
|
} | {
|
|
1866
|
-
__kind: "FailedToDeriveAddress";
|
|
1867
1865
|
value: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
1866
|
+
__kind: "FailedToDeriveAddress";
|
|
1868
1867
|
} | {
|
|
1869
|
-
__kind: "InvalidCcm";
|
|
1870
1868
|
value: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "TooManyAddressLookupTables";
|
|
1869
|
+
__kind: "InvalidCcm";
|
|
1871
1870
|
} | {
|
|
1872
1871
|
__kind: "FailedToSerializeFinalTransaction";
|
|
1873
1872
|
} | {
|
|
1874
|
-
__kind: "FinalTransactionExceededMaxLength";
|
|
1875
1873
|
value: number;
|
|
1874
|
+
__kind: "FinalTransactionExceededMaxLength";
|
|
1876
1875
|
} | {
|
|
1877
|
-
__kind: "DispatchError";
|
|
1878
1876
|
value: {
|
|
1879
1877
|
__kind: "Other";
|
|
1880
1878
|
} | {
|
|
@@ -1882,11 +1880,11 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_p
|
|
|
1882
1880
|
} | {
|
|
1883
1881
|
__kind: "BadOrigin";
|
|
1884
1882
|
} | {
|
|
1885
|
-
__kind: "Module";
|
|
1886
1883
|
value: {
|
|
1887
1884
|
index: number;
|
|
1888
1885
|
error: `0x${string}`;
|
|
1889
1886
|
};
|
|
1887
|
+
__kind: "Module";
|
|
1890
1888
|
} | {
|
|
1891
1889
|
__kind: "ConsumerRemaining";
|
|
1892
1890
|
} | {
|
|
@@ -1894,14 +1892,14 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_p
|
|
|
1894
1892
|
} | {
|
|
1895
1893
|
__kind: "TooManyConsumers";
|
|
1896
1894
|
} | {
|
|
1897
|
-
__kind: "Token";
|
|
1898
1895
|
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1896
|
+
__kind: "Token";
|
|
1899
1897
|
} | {
|
|
1900
|
-
__kind: "Arithmetic";
|
|
1901
1898
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1899
|
+
__kind: "Arithmetic";
|
|
1902
1900
|
} | {
|
|
1903
|
-
__kind: "Transactional";
|
|
1904
1901
|
value: "LimitReached" | "NoLayer";
|
|
1902
|
+
__kind: "Transactional";
|
|
1905
1903
|
} | {
|
|
1906
1904
|
__kind: "Exhausted";
|
|
1907
1905
|
} | {
|
|
@@ -1911,16 +1909,17 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_p
|
|
|
1911
1909
|
} | {
|
|
1912
1910
|
__kind: "RootNotAllowed";
|
|
1913
1911
|
} | {
|
|
1914
|
-
__kind: "Trie";
|
|
1915
1912
|
value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
1913
|
+
__kind: "Trie";
|
|
1916
1914
|
};
|
|
1915
|
+
__kind: "DispatchError";
|
|
1917
1916
|
} | {
|
|
1918
1917
|
__kind: "AltsNotYetWitnessed";
|
|
1919
1918
|
} | {
|
|
1920
1919
|
__kind: "AltsInvalid";
|
|
1921
1920
|
};
|
|
1921
|
+
__kind: "FailedToBuildSolanaTransaction";
|
|
1922
1922
|
} | {
|
|
1923
|
-
__kind: "DispatchError";
|
|
1924
1923
|
value: {
|
|
1925
1924
|
__kind: "Other";
|
|
1926
1925
|
} | {
|
|
@@ -1928,11 +1927,11 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_p
|
|
|
1928
1927
|
} | {
|
|
1929
1928
|
__kind: "BadOrigin";
|
|
1930
1929
|
} | {
|
|
1931
|
-
__kind: "Module";
|
|
1932
1930
|
value: {
|
|
1933
1931
|
index: number;
|
|
1934
1932
|
error: `0x${string}`;
|
|
1935
1933
|
};
|
|
1934
|
+
__kind: "Module";
|
|
1936
1935
|
} | {
|
|
1937
1936
|
__kind: "ConsumerRemaining";
|
|
1938
1937
|
} | {
|
|
@@ -1940,14 +1939,14 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_p
|
|
|
1940
1939
|
} | {
|
|
1941
1940
|
__kind: "TooManyConsumers";
|
|
1942
1941
|
} | {
|
|
1943
|
-
__kind: "Token";
|
|
1944
1942
|
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1943
|
+
__kind: "Token";
|
|
1945
1944
|
} | {
|
|
1946
|
-
__kind: "Arithmetic";
|
|
1947
1945
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1946
|
+
__kind: "Arithmetic";
|
|
1948
1947
|
} | {
|
|
1949
|
-
__kind: "Transactional";
|
|
1950
1948
|
value: "LimitReached" | "NoLayer";
|
|
1949
|
+
__kind: "Transactional";
|
|
1951
1950
|
} | {
|
|
1952
1951
|
__kind: "Exhausted";
|
|
1953
1952
|
} | {
|
|
@@ -1957,9 +1956,10 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_p
|
|
|
1957
1956
|
} | {
|
|
1958
1957
|
__kind: "RootNotAllowed";
|
|
1959
1958
|
} | {
|
|
1960
|
-
__kind: "Trie";
|
|
1961
1959
|
value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
1960
|
+
__kind: "Trie";
|
|
1962
1961
|
};
|
|
1962
|
+
__kind: "DispatchError";
|
|
1963
1963
|
};
|
|
1964
1964
|
}, {
|
|
1965
1965
|
error: {
|
|
@@ -1973,7 +1973,6 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_p
|
|
|
1973
1973
|
} | {
|
|
1974
1974
|
__kind: "UtxoSelectionFailed";
|
|
1975
1975
|
} | {
|
|
1976
|
-
__kind: "FailedToBuildSolanaTransaction";
|
|
1977
1976
|
value: {
|
|
1978
1977
|
__kind: "CannotLookupApiEnvironment";
|
|
1979
1978
|
} | {
|
|
@@ -1985,22 +1984,21 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_p
|
|
|
1985
1984
|
} | {
|
|
1986
1985
|
__kind: "NoAvailableNonceAccount";
|
|
1987
1986
|
} | {
|
|
1988
|
-
__kind: "FailedToDeriveAddress";
|
|
1989
1987
|
value: {
|
|
1990
1988
|
__kind: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
1991
1989
|
};
|
|
1990
|
+
__kind: "FailedToDeriveAddress";
|
|
1992
1991
|
} | {
|
|
1993
|
-
__kind: "InvalidCcm";
|
|
1994
1992
|
value: {
|
|
1995
1993
|
__kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "TooManyAddressLookupTables";
|
|
1996
1994
|
};
|
|
1995
|
+
__kind: "InvalidCcm";
|
|
1997
1996
|
} | {
|
|
1998
1997
|
__kind: "FailedToSerializeFinalTransaction";
|
|
1999
1998
|
} | {
|
|
2000
|
-
__kind: "FinalTransactionExceededMaxLength";
|
|
2001
1999
|
value: number;
|
|
2000
|
+
__kind: "FinalTransactionExceededMaxLength";
|
|
2002
2001
|
} | {
|
|
2003
|
-
__kind: "DispatchError";
|
|
2004
2002
|
value: {
|
|
2005
2003
|
__kind: "Other";
|
|
2006
2004
|
} | {
|
|
@@ -2008,11 +2006,11 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_p
|
|
|
2008
2006
|
} | {
|
|
2009
2007
|
__kind: "BadOrigin";
|
|
2010
2008
|
} | {
|
|
2011
|
-
__kind: "Module";
|
|
2012
2009
|
value: {
|
|
2013
2010
|
index: number;
|
|
2014
2011
|
error: string;
|
|
2015
2012
|
};
|
|
2013
|
+
__kind: "Module";
|
|
2016
2014
|
} | {
|
|
2017
2015
|
__kind: "ConsumerRemaining";
|
|
2018
2016
|
} | {
|
|
@@ -2020,20 +2018,20 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_p
|
|
|
2020
2018
|
} | {
|
|
2021
2019
|
__kind: "TooManyConsumers";
|
|
2022
2020
|
} | {
|
|
2023
|
-
__kind: "Token";
|
|
2024
2021
|
value: {
|
|
2025
2022
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
2026
2023
|
};
|
|
2024
|
+
__kind: "Token";
|
|
2027
2025
|
} | {
|
|
2028
|
-
__kind: "Arithmetic";
|
|
2029
2026
|
value: {
|
|
2030
2027
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
2031
2028
|
};
|
|
2029
|
+
__kind: "Arithmetic";
|
|
2032
2030
|
} | {
|
|
2033
|
-
__kind: "Transactional";
|
|
2034
2031
|
value: {
|
|
2035
2032
|
__kind: "LimitReached" | "NoLayer";
|
|
2036
2033
|
};
|
|
2034
|
+
__kind: "Transactional";
|
|
2037
2035
|
} | {
|
|
2038
2036
|
__kind: "Exhausted";
|
|
2039
2037
|
} | {
|
|
@@ -2043,18 +2041,19 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_p
|
|
|
2043
2041
|
} | {
|
|
2044
2042
|
__kind: "RootNotAllowed";
|
|
2045
2043
|
} | {
|
|
2046
|
-
__kind: "Trie";
|
|
2047
2044
|
value: {
|
|
2048
2045
|
__kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
2049
2046
|
};
|
|
2047
|
+
__kind: "Trie";
|
|
2050
2048
|
};
|
|
2049
|
+
__kind: "DispatchError";
|
|
2051
2050
|
} | {
|
|
2052
2051
|
__kind: "AltsNotYetWitnessed";
|
|
2053
2052
|
} | {
|
|
2054
2053
|
__kind: "AltsInvalid";
|
|
2055
2054
|
};
|
|
2055
|
+
__kind: "FailedToBuildSolanaTransaction";
|
|
2056
2056
|
} | {
|
|
2057
|
-
__kind: "DispatchError";
|
|
2058
2057
|
value: {
|
|
2059
2058
|
__kind: "Other";
|
|
2060
2059
|
} | {
|
|
@@ -2062,11 +2061,11 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_p
|
|
|
2062
2061
|
} | {
|
|
2063
2062
|
__kind: "BadOrigin";
|
|
2064
2063
|
} | {
|
|
2065
|
-
__kind: "Module";
|
|
2066
2064
|
value: {
|
|
2067
2065
|
index: number;
|
|
2068
2066
|
error: string;
|
|
2069
2067
|
};
|
|
2068
|
+
__kind: "Module";
|
|
2070
2069
|
} | {
|
|
2071
2070
|
__kind: "ConsumerRemaining";
|
|
2072
2071
|
} | {
|
|
@@ -2074,20 +2073,20 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_p
|
|
|
2074
2073
|
} | {
|
|
2075
2074
|
__kind: "TooManyConsumers";
|
|
2076
2075
|
} | {
|
|
2077
|
-
__kind: "Token";
|
|
2078
2076
|
value: {
|
|
2079
2077
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
2080
2078
|
};
|
|
2079
|
+
__kind: "Token";
|
|
2081
2080
|
} | {
|
|
2082
|
-
__kind: "Arithmetic";
|
|
2083
2081
|
value: {
|
|
2084
2082
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
2085
2083
|
};
|
|
2084
|
+
__kind: "Arithmetic";
|
|
2086
2085
|
} | {
|
|
2087
|
-
__kind: "Transactional";
|
|
2088
2086
|
value: {
|
|
2089
2087
|
__kind: "LimitReached" | "NoLayer";
|
|
2090
2088
|
};
|
|
2089
|
+
__kind: "Transactional";
|
|
2091
2090
|
} | {
|
|
2092
2091
|
__kind: "Exhausted";
|
|
2093
2092
|
} | {
|
|
@@ -2097,11 +2096,12 @@ declare const bitcoinIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_p
|
|
|
2097
2096
|
} | {
|
|
2098
2097
|
__kind: "RootNotAllowed";
|
|
2099
2098
|
} | {
|
|
2100
|
-
__kind: "Trie";
|
|
2101
2099
|
value: {
|
|
2102
2100
|
__kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
2103
2101
|
};
|
|
2102
|
+
__kind: "Trie";
|
|
2104
2103
|
};
|
|
2104
|
+
__kind: "DispatchError";
|
|
2105
2105
|
};
|
|
2106
2106
|
}>>;
|
|
2107
2107
|
//#endregion
|