@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
|
@@ -62,13 +62,13 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
62
62
|
__kind: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
63
63
|
}>;
|
|
64
64
|
}, "strip", z.ZodTypeAny, {
|
|
65
|
-
__kind: "FailedToDeriveAddress";
|
|
66
65
|
value: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
67
|
-
}, {
|
|
68
66
|
__kind: "FailedToDeriveAddress";
|
|
67
|
+
}, {
|
|
69
68
|
value: {
|
|
70
69
|
__kind: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
71
70
|
};
|
|
71
|
+
__kind: "FailedToDeriveAddress";
|
|
72
72
|
}>, z.ZodObject<{
|
|
73
73
|
__kind: z.ZodLiteral<"InvalidCcm">;
|
|
74
74
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -81,13 +81,13 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
81
81
|
__kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "TooManyAddressLookupTables";
|
|
82
82
|
}>;
|
|
83
83
|
}, "strip", z.ZodTypeAny, {
|
|
84
|
-
__kind: "InvalidCcm";
|
|
85
84
|
value: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "TooManyAddressLookupTables";
|
|
86
|
-
}, {
|
|
87
85
|
__kind: "InvalidCcm";
|
|
86
|
+
}, {
|
|
88
87
|
value: {
|
|
89
88
|
__kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "TooManyAddressLookupTables";
|
|
90
89
|
};
|
|
90
|
+
__kind: "InvalidCcm";
|
|
91
91
|
}>, z.ZodObject<{
|
|
92
92
|
__kind: z.ZodLiteral<"FailedToSerializeFinalTransaction">;
|
|
93
93
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -98,11 +98,11 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
98
98
|
__kind: z.ZodLiteral<"FinalTransactionExceededMaxLength">;
|
|
99
99
|
value: z.ZodNumber;
|
|
100
100
|
}, "strip", z.ZodTypeAny, {
|
|
101
|
-
__kind: "FinalTransactionExceededMaxLength";
|
|
102
101
|
value: number;
|
|
103
|
-
}, {
|
|
104
102
|
__kind: "FinalTransactionExceededMaxLength";
|
|
103
|
+
}, {
|
|
105
104
|
value: number;
|
|
105
|
+
__kind: "FinalTransactionExceededMaxLength";
|
|
106
106
|
}>, z.ZodObject<{
|
|
107
107
|
__kind: z.ZodLiteral<"DispatchError">;
|
|
108
108
|
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
@@ -136,17 +136,17 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
136
136
|
error: string;
|
|
137
137
|
}>;
|
|
138
138
|
}, "strip", z.ZodTypeAny, {
|
|
139
|
-
__kind: "Module";
|
|
140
139
|
value: {
|
|
141
140
|
index: number;
|
|
142
141
|
error: `0x${string}`;
|
|
143
142
|
};
|
|
144
|
-
}, {
|
|
145
143
|
__kind: "Module";
|
|
144
|
+
}, {
|
|
146
145
|
value: {
|
|
147
146
|
index: number;
|
|
148
147
|
error: string;
|
|
149
148
|
};
|
|
149
|
+
__kind: "Module";
|
|
150
150
|
}>, z.ZodObject<{
|
|
151
151
|
__kind: z.ZodLiteral<"ConsumerRemaining">;
|
|
152
152
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -177,13 +177,13 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
177
177
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
178
178
|
}>;
|
|
179
179
|
}, "strip", z.ZodTypeAny, {
|
|
180
|
-
__kind: "Token";
|
|
181
180
|
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
182
|
-
}, {
|
|
183
181
|
__kind: "Token";
|
|
182
|
+
}, {
|
|
184
183
|
value: {
|
|
185
184
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
186
185
|
};
|
|
186
|
+
__kind: "Token";
|
|
187
187
|
}>, z.ZodObject<{
|
|
188
188
|
__kind: z.ZodLiteral<"Arithmetic">;
|
|
189
189
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -196,13 +196,13 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
196
196
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
197
197
|
}>;
|
|
198
198
|
}, "strip", z.ZodTypeAny, {
|
|
199
|
-
__kind: "Arithmetic";
|
|
200
199
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
201
|
-
}, {
|
|
202
200
|
__kind: "Arithmetic";
|
|
201
|
+
}, {
|
|
203
202
|
value: {
|
|
204
203
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
205
204
|
};
|
|
205
|
+
__kind: "Arithmetic";
|
|
206
206
|
}>, z.ZodObject<{
|
|
207
207
|
__kind: z.ZodLiteral<"Transactional">;
|
|
208
208
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -215,13 +215,13 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
215
215
|
__kind: "LimitReached" | "NoLayer";
|
|
216
216
|
}>;
|
|
217
217
|
}, "strip", z.ZodTypeAny, {
|
|
218
|
-
__kind: "Transactional";
|
|
219
218
|
value: "LimitReached" | "NoLayer";
|
|
220
|
-
}, {
|
|
221
219
|
__kind: "Transactional";
|
|
220
|
+
}, {
|
|
222
221
|
value: {
|
|
223
222
|
__kind: "LimitReached" | "NoLayer";
|
|
224
223
|
};
|
|
224
|
+
__kind: "Transactional";
|
|
225
225
|
}>, z.ZodObject<{
|
|
226
226
|
__kind: z.ZodLiteral<"Exhausted">;
|
|
227
227
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -258,16 +258,15 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
258
258
|
__kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
259
259
|
}>;
|
|
260
260
|
}, "strip", z.ZodTypeAny, {
|
|
261
|
-
__kind: "Trie";
|
|
262
261
|
value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
263
|
-
}, {
|
|
264
262
|
__kind: "Trie";
|
|
263
|
+
}, {
|
|
265
264
|
value: {
|
|
266
265
|
__kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
267
266
|
};
|
|
267
|
+
__kind: "Trie";
|
|
268
268
|
}>]>;
|
|
269
269
|
}, "strip", z.ZodTypeAny, {
|
|
270
|
-
__kind: "DispatchError";
|
|
271
270
|
value: {
|
|
272
271
|
__kind: "Other";
|
|
273
272
|
} | {
|
|
@@ -275,11 +274,11 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
275
274
|
} | {
|
|
276
275
|
__kind: "BadOrigin";
|
|
277
276
|
} | {
|
|
278
|
-
__kind: "Module";
|
|
279
277
|
value: {
|
|
280
278
|
index: number;
|
|
281
279
|
error: `0x${string}`;
|
|
282
280
|
};
|
|
281
|
+
__kind: "Module";
|
|
283
282
|
} | {
|
|
284
283
|
__kind: "ConsumerRemaining";
|
|
285
284
|
} | {
|
|
@@ -287,14 +286,14 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
287
286
|
} | {
|
|
288
287
|
__kind: "TooManyConsumers";
|
|
289
288
|
} | {
|
|
290
|
-
__kind: "Token";
|
|
291
289
|
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
290
|
+
__kind: "Token";
|
|
292
291
|
} | {
|
|
293
|
-
__kind: "Arithmetic";
|
|
294
292
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
293
|
+
__kind: "Arithmetic";
|
|
295
294
|
} | {
|
|
296
|
-
__kind: "Transactional";
|
|
297
295
|
value: "LimitReached" | "NoLayer";
|
|
296
|
+
__kind: "Transactional";
|
|
298
297
|
} | {
|
|
299
298
|
__kind: "Exhausted";
|
|
300
299
|
} | {
|
|
@@ -304,11 +303,11 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
304
303
|
} | {
|
|
305
304
|
__kind: "RootNotAllowed";
|
|
306
305
|
} | {
|
|
307
|
-
__kind: "Trie";
|
|
308
306
|
value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
307
|
+
__kind: "Trie";
|
|
309
308
|
};
|
|
310
|
-
}, {
|
|
311
309
|
__kind: "DispatchError";
|
|
310
|
+
}, {
|
|
312
311
|
value: {
|
|
313
312
|
__kind: "Other";
|
|
314
313
|
} | {
|
|
@@ -316,11 +315,11 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
316
315
|
} | {
|
|
317
316
|
__kind: "BadOrigin";
|
|
318
317
|
} | {
|
|
319
|
-
__kind: "Module";
|
|
320
318
|
value: {
|
|
321
319
|
index: number;
|
|
322
320
|
error: string;
|
|
323
321
|
};
|
|
322
|
+
__kind: "Module";
|
|
324
323
|
} | {
|
|
325
324
|
__kind: "ConsumerRemaining";
|
|
326
325
|
} | {
|
|
@@ -328,20 +327,20 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
328
327
|
} | {
|
|
329
328
|
__kind: "TooManyConsumers";
|
|
330
329
|
} | {
|
|
331
|
-
__kind: "Token";
|
|
332
330
|
value: {
|
|
333
331
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
334
332
|
};
|
|
333
|
+
__kind: "Token";
|
|
335
334
|
} | {
|
|
336
|
-
__kind: "Arithmetic";
|
|
337
335
|
value: {
|
|
338
336
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
339
337
|
};
|
|
338
|
+
__kind: "Arithmetic";
|
|
340
339
|
} | {
|
|
341
|
-
__kind: "Transactional";
|
|
342
340
|
value: {
|
|
343
341
|
__kind: "LimitReached" | "NoLayer";
|
|
344
342
|
};
|
|
343
|
+
__kind: "Transactional";
|
|
345
344
|
} | {
|
|
346
345
|
__kind: "Exhausted";
|
|
347
346
|
} | {
|
|
@@ -351,11 +350,12 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
351
350
|
} | {
|
|
352
351
|
__kind: "RootNotAllowed";
|
|
353
352
|
} | {
|
|
354
|
-
__kind: "Trie";
|
|
355
353
|
value: {
|
|
356
354
|
__kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
357
355
|
};
|
|
356
|
+
__kind: "Trie";
|
|
358
357
|
};
|
|
358
|
+
__kind: "DispatchError";
|
|
359
359
|
}>, z.ZodObject<{
|
|
360
360
|
__kind: z.ZodLiteral<"AltsNotYetWitnessed">;
|
|
361
361
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -370,7 +370,6 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
370
370
|
__kind: "AltsInvalid";
|
|
371
371
|
}>]>;
|
|
372
372
|
}, "strip", z.ZodTypeAny, {
|
|
373
|
-
__kind: "FailedToBuildCcmForSolana";
|
|
374
373
|
value: {
|
|
375
374
|
__kind: "CannotLookupApiEnvironment";
|
|
376
375
|
} | {
|
|
@@ -382,18 +381,17 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
382
381
|
} | {
|
|
383
382
|
__kind: "NoAvailableNonceAccount";
|
|
384
383
|
} | {
|
|
385
|
-
__kind: "FailedToDeriveAddress";
|
|
386
384
|
value: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
385
|
+
__kind: "FailedToDeriveAddress";
|
|
387
386
|
} | {
|
|
388
|
-
__kind: "InvalidCcm";
|
|
389
387
|
value: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "TooManyAddressLookupTables";
|
|
388
|
+
__kind: "InvalidCcm";
|
|
390
389
|
} | {
|
|
391
390
|
__kind: "FailedToSerializeFinalTransaction";
|
|
392
391
|
} | {
|
|
393
|
-
__kind: "FinalTransactionExceededMaxLength";
|
|
394
392
|
value: number;
|
|
393
|
+
__kind: "FinalTransactionExceededMaxLength";
|
|
395
394
|
} | {
|
|
396
|
-
__kind: "DispatchError";
|
|
397
395
|
value: {
|
|
398
396
|
__kind: "Other";
|
|
399
397
|
} | {
|
|
@@ -401,11 +399,11 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
401
399
|
} | {
|
|
402
400
|
__kind: "BadOrigin";
|
|
403
401
|
} | {
|
|
404
|
-
__kind: "Module";
|
|
405
402
|
value: {
|
|
406
403
|
index: number;
|
|
407
404
|
error: `0x${string}`;
|
|
408
405
|
};
|
|
406
|
+
__kind: "Module";
|
|
409
407
|
} | {
|
|
410
408
|
__kind: "ConsumerRemaining";
|
|
411
409
|
} | {
|
|
@@ -413,14 +411,14 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
413
411
|
} | {
|
|
414
412
|
__kind: "TooManyConsumers";
|
|
415
413
|
} | {
|
|
416
|
-
__kind: "Token";
|
|
417
414
|
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
415
|
+
__kind: "Token";
|
|
418
416
|
} | {
|
|
419
|
-
__kind: "Arithmetic";
|
|
420
417
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
418
|
+
__kind: "Arithmetic";
|
|
421
419
|
} | {
|
|
422
|
-
__kind: "Transactional";
|
|
423
420
|
value: "LimitReached" | "NoLayer";
|
|
421
|
+
__kind: "Transactional";
|
|
424
422
|
} | {
|
|
425
423
|
__kind: "Exhausted";
|
|
426
424
|
} | {
|
|
@@ -430,16 +428,17 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
430
428
|
} | {
|
|
431
429
|
__kind: "RootNotAllowed";
|
|
432
430
|
} | {
|
|
433
|
-
__kind: "Trie";
|
|
434
431
|
value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
432
|
+
__kind: "Trie";
|
|
435
433
|
};
|
|
434
|
+
__kind: "DispatchError";
|
|
436
435
|
} | {
|
|
437
436
|
__kind: "AltsNotYetWitnessed";
|
|
438
437
|
} | {
|
|
439
438
|
__kind: "AltsInvalid";
|
|
440
439
|
};
|
|
441
|
-
}, {
|
|
442
440
|
__kind: "FailedToBuildCcmForSolana";
|
|
441
|
+
}, {
|
|
443
442
|
value: {
|
|
444
443
|
__kind: "CannotLookupApiEnvironment";
|
|
445
444
|
} | {
|
|
@@ -451,22 +450,21 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
451
450
|
} | {
|
|
452
451
|
__kind: "NoAvailableNonceAccount";
|
|
453
452
|
} | {
|
|
454
|
-
__kind: "FailedToDeriveAddress";
|
|
455
453
|
value: {
|
|
456
454
|
__kind: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
457
455
|
};
|
|
456
|
+
__kind: "FailedToDeriveAddress";
|
|
458
457
|
} | {
|
|
459
|
-
__kind: "InvalidCcm";
|
|
460
458
|
value: {
|
|
461
459
|
__kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "TooManyAddressLookupTables";
|
|
462
460
|
};
|
|
461
|
+
__kind: "InvalidCcm";
|
|
463
462
|
} | {
|
|
464
463
|
__kind: "FailedToSerializeFinalTransaction";
|
|
465
464
|
} | {
|
|
466
|
-
__kind: "FinalTransactionExceededMaxLength";
|
|
467
465
|
value: number;
|
|
466
|
+
__kind: "FinalTransactionExceededMaxLength";
|
|
468
467
|
} | {
|
|
469
|
-
__kind: "DispatchError";
|
|
470
468
|
value: {
|
|
471
469
|
__kind: "Other";
|
|
472
470
|
} | {
|
|
@@ -474,11 +472,11 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
474
472
|
} | {
|
|
475
473
|
__kind: "BadOrigin";
|
|
476
474
|
} | {
|
|
477
|
-
__kind: "Module";
|
|
478
475
|
value: {
|
|
479
476
|
index: number;
|
|
480
477
|
error: string;
|
|
481
478
|
};
|
|
479
|
+
__kind: "Module";
|
|
482
480
|
} | {
|
|
483
481
|
__kind: "ConsumerRemaining";
|
|
484
482
|
} | {
|
|
@@ -486,20 +484,20 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
486
484
|
} | {
|
|
487
485
|
__kind: "TooManyConsumers";
|
|
488
486
|
} | {
|
|
489
|
-
__kind: "Token";
|
|
490
487
|
value: {
|
|
491
488
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
492
489
|
};
|
|
490
|
+
__kind: "Token";
|
|
493
491
|
} | {
|
|
494
|
-
__kind: "Arithmetic";
|
|
495
492
|
value: {
|
|
496
493
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
497
494
|
};
|
|
495
|
+
__kind: "Arithmetic";
|
|
498
496
|
} | {
|
|
499
|
-
__kind: "Transactional";
|
|
500
497
|
value: {
|
|
501
498
|
__kind: "LimitReached" | "NoLayer";
|
|
502
499
|
};
|
|
500
|
+
__kind: "Transactional";
|
|
503
501
|
} | {
|
|
504
502
|
__kind: "Exhausted";
|
|
505
503
|
} | {
|
|
@@ -509,16 +507,18 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
509
507
|
} | {
|
|
510
508
|
__kind: "RootNotAllowed";
|
|
511
509
|
} | {
|
|
512
|
-
__kind: "Trie";
|
|
513
510
|
value: {
|
|
514
511
|
__kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
515
512
|
};
|
|
513
|
+
__kind: "Trie";
|
|
516
514
|
};
|
|
515
|
+
__kind: "DispatchError";
|
|
517
516
|
} | {
|
|
518
517
|
__kind: "AltsNotYetWitnessed";
|
|
519
518
|
} | {
|
|
520
519
|
__kind: "AltsInvalid";
|
|
521
520
|
};
|
|
521
|
+
__kind: "FailedToBuildCcmForSolana";
|
|
522
522
|
}>, z.ZodObject<{
|
|
523
523
|
__kind: z.ZodLiteral<"DispatchError">;
|
|
524
524
|
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
@@ -552,17 +552,17 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
552
552
|
error: string;
|
|
553
553
|
}>;
|
|
554
554
|
}, "strip", z.ZodTypeAny, {
|
|
555
|
-
__kind: "Module";
|
|
556
555
|
value: {
|
|
557
556
|
index: number;
|
|
558
557
|
error: `0x${string}`;
|
|
559
558
|
};
|
|
560
|
-
}, {
|
|
561
559
|
__kind: "Module";
|
|
560
|
+
}, {
|
|
562
561
|
value: {
|
|
563
562
|
index: number;
|
|
564
563
|
error: string;
|
|
565
564
|
};
|
|
565
|
+
__kind: "Module";
|
|
566
566
|
}>, z.ZodObject<{
|
|
567
567
|
__kind: z.ZodLiteral<"ConsumerRemaining">;
|
|
568
568
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -593,13 +593,13 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
593
593
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
594
594
|
}>;
|
|
595
595
|
}, "strip", z.ZodTypeAny, {
|
|
596
|
-
__kind: "Token";
|
|
597
596
|
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
598
|
-
}, {
|
|
599
597
|
__kind: "Token";
|
|
598
|
+
}, {
|
|
600
599
|
value: {
|
|
601
600
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
602
601
|
};
|
|
602
|
+
__kind: "Token";
|
|
603
603
|
}>, z.ZodObject<{
|
|
604
604
|
__kind: z.ZodLiteral<"Arithmetic">;
|
|
605
605
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -612,13 +612,13 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
612
612
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
613
613
|
}>;
|
|
614
614
|
}, "strip", z.ZodTypeAny, {
|
|
615
|
-
__kind: "Arithmetic";
|
|
616
615
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
617
|
-
}, {
|
|
618
616
|
__kind: "Arithmetic";
|
|
617
|
+
}, {
|
|
619
618
|
value: {
|
|
620
619
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
621
620
|
};
|
|
621
|
+
__kind: "Arithmetic";
|
|
622
622
|
}>, z.ZodObject<{
|
|
623
623
|
__kind: z.ZodLiteral<"Transactional">;
|
|
624
624
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -631,13 +631,13 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
631
631
|
__kind: "LimitReached" | "NoLayer";
|
|
632
632
|
}>;
|
|
633
633
|
}, "strip", z.ZodTypeAny, {
|
|
634
|
-
__kind: "Transactional";
|
|
635
634
|
value: "LimitReached" | "NoLayer";
|
|
636
|
-
}, {
|
|
637
635
|
__kind: "Transactional";
|
|
636
|
+
}, {
|
|
638
637
|
value: {
|
|
639
638
|
__kind: "LimitReached" | "NoLayer";
|
|
640
639
|
};
|
|
640
|
+
__kind: "Transactional";
|
|
641
641
|
}>, z.ZodObject<{
|
|
642
642
|
__kind: z.ZodLiteral<"Exhausted">;
|
|
643
643
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -674,16 +674,15 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
674
674
|
__kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
675
675
|
}>;
|
|
676
676
|
}, "strip", z.ZodTypeAny, {
|
|
677
|
-
__kind: "Trie";
|
|
678
677
|
value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
679
|
-
}, {
|
|
680
678
|
__kind: "Trie";
|
|
679
|
+
}, {
|
|
681
680
|
value: {
|
|
682
681
|
__kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
683
682
|
};
|
|
683
|
+
__kind: "Trie";
|
|
684
684
|
}>]>;
|
|
685
685
|
}, "strip", z.ZodTypeAny, {
|
|
686
|
-
__kind: "DispatchError";
|
|
687
686
|
value: {
|
|
688
687
|
__kind: "Other";
|
|
689
688
|
} | {
|
|
@@ -691,11 +690,11 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
691
690
|
} | {
|
|
692
691
|
__kind: "BadOrigin";
|
|
693
692
|
} | {
|
|
694
|
-
__kind: "Module";
|
|
695
693
|
value: {
|
|
696
694
|
index: number;
|
|
697
695
|
error: `0x${string}`;
|
|
698
696
|
};
|
|
697
|
+
__kind: "Module";
|
|
699
698
|
} | {
|
|
700
699
|
__kind: "ConsumerRemaining";
|
|
701
700
|
} | {
|
|
@@ -703,14 +702,14 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
703
702
|
} | {
|
|
704
703
|
__kind: "TooManyConsumers";
|
|
705
704
|
} | {
|
|
706
|
-
__kind: "Token";
|
|
707
705
|
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
706
|
+
__kind: "Token";
|
|
708
707
|
} | {
|
|
709
|
-
__kind: "Arithmetic";
|
|
710
708
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
709
|
+
__kind: "Arithmetic";
|
|
711
710
|
} | {
|
|
712
|
-
__kind: "Transactional";
|
|
713
711
|
value: "LimitReached" | "NoLayer";
|
|
712
|
+
__kind: "Transactional";
|
|
714
713
|
} | {
|
|
715
714
|
__kind: "Exhausted";
|
|
716
715
|
} | {
|
|
@@ -720,11 +719,11 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
720
719
|
} | {
|
|
721
720
|
__kind: "RootNotAllowed";
|
|
722
721
|
} | {
|
|
723
|
-
__kind: "Trie";
|
|
724
722
|
value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
723
|
+
__kind: "Trie";
|
|
725
724
|
};
|
|
726
|
-
}, {
|
|
727
725
|
__kind: "DispatchError";
|
|
726
|
+
}, {
|
|
728
727
|
value: {
|
|
729
728
|
__kind: "Other";
|
|
730
729
|
} | {
|
|
@@ -732,11 +731,11 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
732
731
|
} | {
|
|
733
732
|
__kind: "BadOrigin";
|
|
734
733
|
} | {
|
|
735
|
-
__kind: "Module";
|
|
736
734
|
value: {
|
|
737
735
|
index: number;
|
|
738
736
|
error: string;
|
|
739
737
|
};
|
|
738
|
+
__kind: "Module";
|
|
740
739
|
} | {
|
|
741
740
|
__kind: "ConsumerRemaining";
|
|
742
741
|
} | {
|
|
@@ -744,20 +743,20 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
744
743
|
} | {
|
|
745
744
|
__kind: "TooManyConsumers";
|
|
746
745
|
} | {
|
|
747
|
-
__kind: "Token";
|
|
748
746
|
value: {
|
|
749
747
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
750
748
|
};
|
|
749
|
+
__kind: "Token";
|
|
751
750
|
} | {
|
|
752
|
-
__kind: "Arithmetic";
|
|
753
751
|
value: {
|
|
754
752
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
755
753
|
};
|
|
754
|
+
__kind: "Arithmetic";
|
|
756
755
|
} | {
|
|
757
|
-
__kind: "Transactional";
|
|
758
756
|
value: {
|
|
759
757
|
__kind: "LimitReached" | "NoLayer";
|
|
760
758
|
};
|
|
759
|
+
__kind: "Transactional";
|
|
761
760
|
} | {
|
|
762
761
|
__kind: "Exhausted";
|
|
763
762
|
} | {
|
|
@@ -767,11 +766,12 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
767
766
|
} | {
|
|
768
767
|
__kind: "RootNotAllowed";
|
|
769
768
|
} | {
|
|
770
|
-
__kind: "Trie";
|
|
771
769
|
value: {
|
|
772
770
|
__kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
773
771
|
};
|
|
772
|
+
__kind: "Trie";
|
|
774
773
|
};
|
|
774
|
+
__kind: "DispatchError";
|
|
775
775
|
}>, z.ZodObject<{
|
|
776
776
|
__kind: z.ZodLiteral<"NoVault">;
|
|
777
777
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -789,7 +789,6 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
789
789
|
error: {
|
|
790
790
|
__kind: "Unsupported";
|
|
791
791
|
} | {
|
|
792
|
-
__kind: "FailedToBuildCcmForSolana";
|
|
793
792
|
value: {
|
|
794
793
|
__kind: "CannotLookupApiEnvironment";
|
|
795
794
|
} | {
|
|
@@ -801,18 +800,17 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
801
800
|
} | {
|
|
802
801
|
__kind: "NoAvailableNonceAccount";
|
|
803
802
|
} | {
|
|
804
|
-
__kind: "FailedToDeriveAddress";
|
|
805
803
|
value: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
804
|
+
__kind: "FailedToDeriveAddress";
|
|
806
805
|
} | {
|
|
807
|
-
__kind: "InvalidCcm";
|
|
808
806
|
value: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "TooManyAddressLookupTables";
|
|
807
|
+
__kind: "InvalidCcm";
|
|
809
808
|
} | {
|
|
810
809
|
__kind: "FailedToSerializeFinalTransaction";
|
|
811
810
|
} | {
|
|
812
|
-
__kind: "FinalTransactionExceededMaxLength";
|
|
813
811
|
value: number;
|
|
812
|
+
__kind: "FinalTransactionExceededMaxLength";
|
|
814
813
|
} | {
|
|
815
|
-
__kind: "DispatchError";
|
|
816
814
|
value: {
|
|
817
815
|
__kind: "Other";
|
|
818
816
|
} | {
|
|
@@ -820,11 +818,11 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
820
818
|
} | {
|
|
821
819
|
__kind: "BadOrigin";
|
|
822
820
|
} | {
|
|
823
|
-
__kind: "Module";
|
|
824
821
|
value: {
|
|
825
822
|
index: number;
|
|
826
823
|
error: `0x${string}`;
|
|
827
824
|
};
|
|
825
|
+
__kind: "Module";
|
|
828
826
|
} | {
|
|
829
827
|
__kind: "ConsumerRemaining";
|
|
830
828
|
} | {
|
|
@@ -832,14 +830,14 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
832
830
|
} | {
|
|
833
831
|
__kind: "TooManyConsumers";
|
|
834
832
|
} | {
|
|
835
|
-
__kind: "Token";
|
|
836
833
|
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
834
|
+
__kind: "Token";
|
|
837
835
|
} | {
|
|
838
|
-
__kind: "Arithmetic";
|
|
839
836
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
837
|
+
__kind: "Arithmetic";
|
|
840
838
|
} | {
|
|
841
|
-
__kind: "Transactional";
|
|
842
839
|
value: "LimitReached" | "NoLayer";
|
|
840
|
+
__kind: "Transactional";
|
|
843
841
|
} | {
|
|
844
842
|
__kind: "Exhausted";
|
|
845
843
|
} | {
|
|
@@ -849,16 +847,17 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
849
847
|
} | {
|
|
850
848
|
__kind: "RootNotAllowed";
|
|
851
849
|
} | {
|
|
852
|
-
__kind: "Trie";
|
|
853
850
|
value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
851
|
+
__kind: "Trie";
|
|
854
852
|
};
|
|
853
|
+
__kind: "DispatchError";
|
|
855
854
|
} | {
|
|
856
855
|
__kind: "AltsNotYetWitnessed";
|
|
857
856
|
} | {
|
|
858
857
|
__kind: "AltsInvalid";
|
|
859
858
|
};
|
|
859
|
+
__kind: "FailedToBuildCcmForSolana";
|
|
860
860
|
} | {
|
|
861
|
-
__kind: "DispatchError";
|
|
862
861
|
value: {
|
|
863
862
|
__kind: "Other";
|
|
864
863
|
} | {
|
|
@@ -866,11 +865,11 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
866
865
|
} | {
|
|
867
866
|
__kind: "BadOrigin";
|
|
868
867
|
} | {
|
|
869
|
-
__kind: "Module";
|
|
870
868
|
value: {
|
|
871
869
|
index: number;
|
|
872
870
|
error: `0x${string}`;
|
|
873
871
|
};
|
|
872
|
+
__kind: "Module";
|
|
874
873
|
} | {
|
|
875
874
|
__kind: "ConsumerRemaining";
|
|
876
875
|
} | {
|
|
@@ -878,14 +877,14 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
878
877
|
} | {
|
|
879
878
|
__kind: "TooManyConsumers";
|
|
880
879
|
} | {
|
|
881
|
-
__kind: "Token";
|
|
882
880
|
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
881
|
+
__kind: "Token";
|
|
883
882
|
} | {
|
|
884
|
-
__kind: "Arithmetic";
|
|
885
883
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
884
|
+
__kind: "Arithmetic";
|
|
886
885
|
} | {
|
|
887
|
-
__kind: "Transactional";
|
|
888
886
|
value: "LimitReached" | "NoLayer";
|
|
887
|
+
__kind: "Transactional";
|
|
889
888
|
} | {
|
|
890
889
|
__kind: "Exhausted";
|
|
891
890
|
} | {
|
|
@@ -895,9 +894,10 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
895
894
|
} | {
|
|
896
895
|
__kind: "RootNotAllowed";
|
|
897
896
|
} | {
|
|
898
|
-
__kind: "Trie";
|
|
899
897
|
value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
898
|
+
__kind: "Trie";
|
|
900
899
|
};
|
|
900
|
+
__kind: "DispatchError";
|
|
901
901
|
} | {
|
|
902
902
|
__kind: "NoVault";
|
|
903
903
|
} | {
|
|
@@ -908,7 +908,6 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
908
908
|
error: {
|
|
909
909
|
__kind: "Unsupported";
|
|
910
910
|
} | {
|
|
911
|
-
__kind: "FailedToBuildCcmForSolana";
|
|
912
911
|
value: {
|
|
913
912
|
__kind: "CannotLookupApiEnvironment";
|
|
914
913
|
} | {
|
|
@@ -920,22 +919,21 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
920
919
|
} | {
|
|
921
920
|
__kind: "NoAvailableNonceAccount";
|
|
922
921
|
} | {
|
|
923
|
-
__kind: "FailedToDeriveAddress";
|
|
924
922
|
value: {
|
|
925
923
|
__kind: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
926
924
|
};
|
|
925
|
+
__kind: "FailedToDeriveAddress";
|
|
927
926
|
} | {
|
|
928
|
-
__kind: "InvalidCcm";
|
|
929
927
|
value: {
|
|
930
928
|
__kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "TooManyAddressLookupTables";
|
|
931
929
|
};
|
|
930
|
+
__kind: "InvalidCcm";
|
|
932
931
|
} | {
|
|
933
932
|
__kind: "FailedToSerializeFinalTransaction";
|
|
934
933
|
} | {
|
|
935
|
-
__kind: "FinalTransactionExceededMaxLength";
|
|
936
934
|
value: number;
|
|
935
|
+
__kind: "FinalTransactionExceededMaxLength";
|
|
937
936
|
} | {
|
|
938
|
-
__kind: "DispatchError";
|
|
939
937
|
value: {
|
|
940
938
|
__kind: "Other";
|
|
941
939
|
} | {
|
|
@@ -943,11 +941,11 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
943
941
|
} | {
|
|
944
942
|
__kind: "BadOrigin";
|
|
945
943
|
} | {
|
|
946
|
-
__kind: "Module";
|
|
947
944
|
value: {
|
|
948
945
|
index: number;
|
|
949
946
|
error: string;
|
|
950
947
|
};
|
|
948
|
+
__kind: "Module";
|
|
951
949
|
} | {
|
|
952
950
|
__kind: "ConsumerRemaining";
|
|
953
951
|
} | {
|
|
@@ -955,20 +953,20 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
955
953
|
} | {
|
|
956
954
|
__kind: "TooManyConsumers";
|
|
957
955
|
} | {
|
|
958
|
-
__kind: "Token";
|
|
959
956
|
value: {
|
|
960
957
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
961
958
|
};
|
|
959
|
+
__kind: "Token";
|
|
962
960
|
} | {
|
|
963
|
-
__kind: "Arithmetic";
|
|
964
961
|
value: {
|
|
965
962
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
966
963
|
};
|
|
964
|
+
__kind: "Arithmetic";
|
|
967
965
|
} | {
|
|
968
|
-
__kind: "Transactional";
|
|
969
966
|
value: {
|
|
970
967
|
__kind: "LimitReached" | "NoLayer";
|
|
971
968
|
};
|
|
969
|
+
__kind: "Transactional";
|
|
972
970
|
} | {
|
|
973
971
|
__kind: "Exhausted";
|
|
974
972
|
} | {
|
|
@@ -978,18 +976,19 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
978
976
|
} | {
|
|
979
977
|
__kind: "RootNotAllowed";
|
|
980
978
|
} | {
|
|
981
|
-
__kind: "Trie";
|
|
982
979
|
value: {
|
|
983
980
|
__kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
984
981
|
};
|
|
982
|
+
__kind: "Trie";
|
|
985
983
|
};
|
|
984
|
+
__kind: "DispatchError";
|
|
986
985
|
} | {
|
|
987
986
|
__kind: "AltsNotYetWitnessed";
|
|
988
987
|
} | {
|
|
989
988
|
__kind: "AltsInvalid";
|
|
990
989
|
};
|
|
990
|
+
__kind: "FailedToBuildCcmForSolana";
|
|
991
991
|
} | {
|
|
992
|
-
__kind: "DispatchError";
|
|
993
992
|
value: {
|
|
994
993
|
__kind: "Other";
|
|
995
994
|
} | {
|
|
@@ -997,11 +996,11 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
997
996
|
} | {
|
|
998
997
|
__kind: "BadOrigin";
|
|
999
998
|
} | {
|
|
1000
|
-
__kind: "Module";
|
|
1001
999
|
value: {
|
|
1002
1000
|
index: number;
|
|
1003
1001
|
error: string;
|
|
1004
1002
|
};
|
|
1003
|
+
__kind: "Module";
|
|
1005
1004
|
} | {
|
|
1006
1005
|
__kind: "ConsumerRemaining";
|
|
1007
1006
|
} | {
|
|
@@ -1009,20 +1008,20 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
1009
1008
|
} | {
|
|
1010
1009
|
__kind: "TooManyConsumers";
|
|
1011
1010
|
} | {
|
|
1012
|
-
__kind: "Token";
|
|
1013
1011
|
value: {
|
|
1014
1012
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1015
1013
|
};
|
|
1014
|
+
__kind: "Token";
|
|
1016
1015
|
} | {
|
|
1017
|
-
__kind: "Arithmetic";
|
|
1018
1016
|
value: {
|
|
1019
1017
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1020
1018
|
};
|
|
1019
|
+
__kind: "Arithmetic";
|
|
1021
1020
|
} | {
|
|
1022
|
-
__kind: "Transactional";
|
|
1023
1021
|
value: {
|
|
1024
1022
|
__kind: "LimitReached" | "NoLayer";
|
|
1025
1023
|
};
|
|
1024
|
+
__kind: "Transactional";
|
|
1026
1025
|
} | {
|
|
1027
1026
|
__kind: "Exhausted";
|
|
1028
1027
|
} | {
|
|
@@ -1032,11 +1031,12 @@ declare const bitcoinIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
1032
1031
|
} | {
|
|
1033
1032
|
__kind: "RootNotAllowed";
|
|
1034
1033
|
} | {
|
|
1035
|
-
__kind: "Trie";
|
|
1036
1034
|
value: {
|
|
1037
1035
|
__kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
1038
1036
|
};
|
|
1037
|
+
__kind: "Trie";
|
|
1039
1038
|
};
|
|
1039
|
+
__kind: "DispatchError";
|
|
1040
1040
|
} | {
|
|
1041
1041
|
__kind: "NoVault";
|
|
1042
1042
|
} | {
|
|
@@ -1106,13 +1106,13 @@ declare const bitcoinIngressEgressCcmEgressInvalidEvent: _$_chainflip_processor_
|
|
|
1106
1106
|
__kind: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
1107
1107
|
}>;
|
|
1108
1108
|
}, "strip", z.ZodTypeAny, {
|
|
1109
|
-
__kind: "FailedToDeriveAddress";
|
|
1110
1109
|
value: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
1111
|
-
}, {
|
|
1112
1110
|
__kind: "FailedToDeriveAddress";
|
|
1111
|
+
}, {
|
|
1113
1112
|
value: {
|
|
1114
1113
|
__kind: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
1115
1114
|
};
|
|
1115
|
+
__kind: "FailedToDeriveAddress";
|
|
1116
1116
|
}>, z.ZodObject<{
|
|
1117
1117
|
__kind: z.ZodLiteral<"InvalidCcm">;
|
|
1118
1118
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -1125,13 +1125,13 @@ declare const bitcoinIngressEgressCcmEgressInvalidEvent: _$_chainflip_processor_
|
|
|
1125
1125
|
__kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "TooManyAddressLookupTables";
|
|
1126
1126
|
}>;
|
|
1127
1127
|
}, "strip", z.ZodTypeAny, {
|
|
1128
|
-
__kind: "InvalidCcm";
|
|
1129
1128
|
value: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "TooManyAddressLookupTables";
|
|
1130
|
-
}, {
|
|
1131
1129
|
__kind: "InvalidCcm";
|
|
1130
|
+
}, {
|
|
1132
1131
|
value: {
|
|
1133
1132
|
__kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "TooManyAddressLookupTables";
|
|
1134
1133
|
};
|
|
1134
|
+
__kind: "InvalidCcm";
|
|
1135
1135
|
}>, z.ZodObject<{
|
|
1136
1136
|
__kind: z.ZodLiteral<"FailedToSerializeFinalTransaction">;
|
|
1137
1137
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1142,11 +1142,11 @@ declare const bitcoinIngressEgressCcmEgressInvalidEvent: _$_chainflip_processor_
|
|
|
1142
1142
|
__kind: z.ZodLiteral<"FinalTransactionExceededMaxLength">;
|
|
1143
1143
|
value: z.ZodNumber;
|
|
1144
1144
|
}, "strip", z.ZodTypeAny, {
|
|
1145
|
-
__kind: "FinalTransactionExceededMaxLength";
|
|
1146
1145
|
value: number;
|
|
1147
|
-
}, {
|
|
1148
1146
|
__kind: "FinalTransactionExceededMaxLength";
|
|
1147
|
+
}, {
|
|
1149
1148
|
value: number;
|
|
1149
|
+
__kind: "FinalTransactionExceededMaxLength";
|
|
1150
1150
|
}>, z.ZodObject<{
|
|
1151
1151
|
__kind: z.ZodLiteral<"DispatchError">;
|
|
1152
1152
|
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
@@ -1180,17 +1180,17 @@ declare const bitcoinIngressEgressCcmEgressInvalidEvent: _$_chainflip_processor_
|
|
|
1180
1180
|
error: string;
|
|
1181
1181
|
}>;
|
|
1182
1182
|
}, "strip", z.ZodTypeAny, {
|
|
1183
|
-
__kind: "Module";
|
|
1184
1183
|
value: {
|
|
1185
1184
|
index: number;
|
|
1186
1185
|
error: `0x${string}`;
|
|
1187
1186
|
};
|
|
1188
|
-
}, {
|
|
1189
1187
|
__kind: "Module";
|
|
1188
|
+
}, {
|
|
1190
1189
|
value: {
|
|
1191
1190
|
index: number;
|
|
1192
1191
|
error: string;
|
|
1193
1192
|
};
|
|
1193
|
+
__kind: "Module";
|
|
1194
1194
|
}>, z.ZodObject<{
|
|
1195
1195
|
__kind: z.ZodLiteral<"ConsumerRemaining">;
|
|
1196
1196
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1221,13 +1221,13 @@ declare const bitcoinIngressEgressCcmEgressInvalidEvent: _$_chainflip_processor_
|
|
|
1221
1221
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1222
1222
|
}>;
|
|
1223
1223
|
}, "strip", z.ZodTypeAny, {
|
|
1224
|
-
__kind: "Token";
|
|
1225
1224
|
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1226
|
-
}, {
|
|
1227
1225
|
__kind: "Token";
|
|
1226
|
+
}, {
|
|
1228
1227
|
value: {
|
|
1229
1228
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1230
1229
|
};
|
|
1230
|
+
__kind: "Token";
|
|
1231
1231
|
}>, z.ZodObject<{
|
|
1232
1232
|
__kind: z.ZodLiteral<"Arithmetic">;
|
|
1233
1233
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -1240,13 +1240,13 @@ declare const bitcoinIngressEgressCcmEgressInvalidEvent: _$_chainflip_processor_
|
|
|
1240
1240
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1241
1241
|
}>;
|
|
1242
1242
|
}, "strip", z.ZodTypeAny, {
|
|
1243
|
-
__kind: "Arithmetic";
|
|
1244
1243
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1245
|
-
}, {
|
|
1246
1244
|
__kind: "Arithmetic";
|
|
1245
|
+
}, {
|
|
1247
1246
|
value: {
|
|
1248
1247
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1249
1248
|
};
|
|
1249
|
+
__kind: "Arithmetic";
|
|
1250
1250
|
}>, z.ZodObject<{
|
|
1251
1251
|
__kind: z.ZodLiteral<"Transactional">;
|
|
1252
1252
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -1259,13 +1259,13 @@ declare const bitcoinIngressEgressCcmEgressInvalidEvent: _$_chainflip_processor_
|
|
|
1259
1259
|
__kind: "LimitReached" | "NoLayer";
|
|
1260
1260
|
}>;
|
|
1261
1261
|
}, "strip", z.ZodTypeAny, {
|
|
1262
|
-
__kind: "Transactional";
|
|
1263
1262
|
value: "LimitReached" | "NoLayer";
|
|
1264
|
-
}, {
|
|
1265
1263
|
__kind: "Transactional";
|
|
1264
|
+
}, {
|
|
1266
1265
|
value: {
|
|
1267
1266
|
__kind: "LimitReached" | "NoLayer";
|
|
1268
1267
|
};
|
|
1268
|
+
__kind: "Transactional";
|
|
1269
1269
|
}>, z.ZodObject<{
|
|
1270
1270
|
__kind: z.ZodLiteral<"Exhausted">;
|
|
1271
1271
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1302,16 +1302,15 @@ declare const bitcoinIngressEgressCcmEgressInvalidEvent: _$_chainflip_processor_
|
|
|
1302
1302
|
__kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
1303
1303
|
}>;
|
|
1304
1304
|
}, "strip", z.ZodTypeAny, {
|
|
1305
|
-
__kind: "Trie";
|
|
1306
1305
|
value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
1307
|
-
}, {
|
|
1308
1306
|
__kind: "Trie";
|
|
1307
|
+
}, {
|
|
1309
1308
|
value: {
|
|
1310
1309
|
__kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
1311
1310
|
};
|
|
1311
|
+
__kind: "Trie";
|
|
1312
1312
|
}>]>;
|
|
1313
1313
|
}, "strip", z.ZodTypeAny, {
|
|
1314
|
-
__kind: "DispatchError";
|
|
1315
1314
|
value: {
|
|
1316
1315
|
__kind: "Other";
|
|
1317
1316
|
} | {
|
|
@@ -1319,11 +1318,11 @@ declare const bitcoinIngressEgressCcmEgressInvalidEvent: _$_chainflip_processor_
|
|
|
1319
1318
|
} | {
|
|
1320
1319
|
__kind: "BadOrigin";
|
|
1321
1320
|
} | {
|
|
1322
|
-
__kind: "Module";
|
|
1323
1321
|
value: {
|
|
1324
1322
|
index: number;
|
|
1325
1323
|
error: `0x${string}`;
|
|
1326
1324
|
};
|
|
1325
|
+
__kind: "Module";
|
|
1327
1326
|
} | {
|
|
1328
1327
|
__kind: "ConsumerRemaining";
|
|
1329
1328
|
} | {
|
|
@@ -1331,14 +1330,14 @@ declare const bitcoinIngressEgressCcmEgressInvalidEvent: _$_chainflip_processor_
|
|
|
1331
1330
|
} | {
|
|
1332
1331
|
__kind: "TooManyConsumers";
|
|
1333
1332
|
} | {
|
|
1334
|
-
__kind: "Token";
|
|
1335
1333
|
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1334
|
+
__kind: "Token";
|
|
1336
1335
|
} | {
|
|
1337
|
-
__kind: "Arithmetic";
|
|
1338
1336
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1337
|
+
__kind: "Arithmetic";
|
|
1339
1338
|
} | {
|
|
1340
|
-
__kind: "Transactional";
|
|
1341
1339
|
value: "LimitReached" | "NoLayer";
|
|
1340
|
+
__kind: "Transactional";
|
|
1342
1341
|
} | {
|
|
1343
1342
|
__kind: "Exhausted";
|
|
1344
1343
|
} | {
|
|
@@ -1348,11 +1347,11 @@ declare const bitcoinIngressEgressCcmEgressInvalidEvent: _$_chainflip_processor_
|
|
|
1348
1347
|
} | {
|
|
1349
1348
|
__kind: "RootNotAllowed";
|
|
1350
1349
|
} | {
|
|
1351
|
-
__kind: "Trie";
|
|
1352
1350
|
value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
1351
|
+
__kind: "Trie";
|
|
1353
1352
|
};
|
|
1354
|
-
}, {
|
|
1355
1353
|
__kind: "DispatchError";
|
|
1354
|
+
}, {
|
|
1356
1355
|
value: {
|
|
1357
1356
|
__kind: "Other";
|
|
1358
1357
|
} | {
|
|
@@ -1360,11 +1359,11 @@ declare const bitcoinIngressEgressCcmEgressInvalidEvent: _$_chainflip_processor_
|
|
|
1360
1359
|
} | {
|
|
1361
1360
|
__kind: "BadOrigin";
|
|
1362
1361
|
} | {
|
|
1363
|
-
__kind: "Module";
|
|
1364
1362
|
value: {
|
|
1365
1363
|
index: number;
|
|
1366
1364
|
error: string;
|
|
1367
1365
|
};
|
|
1366
|
+
__kind: "Module";
|
|
1368
1367
|
} | {
|
|
1369
1368
|
__kind: "ConsumerRemaining";
|
|
1370
1369
|
} | {
|
|
@@ -1372,20 +1371,20 @@ declare const bitcoinIngressEgressCcmEgressInvalidEvent: _$_chainflip_processor_
|
|
|
1372
1371
|
} | {
|
|
1373
1372
|
__kind: "TooManyConsumers";
|
|
1374
1373
|
} | {
|
|
1375
|
-
__kind: "Token";
|
|
1376
1374
|
value: {
|
|
1377
1375
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1378
1376
|
};
|
|
1377
|
+
__kind: "Token";
|
|
1379
1378
|
} | {
|
|
1380
|
-
__kind: "Arithmetic";
|
|
1381
1379
|
value: {
|
|
1382
1380
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1383
1381
|
};
|
|
1382
|
+
__kind: "Arithmetic";
|
|
1384
1383
|
} | {
|
|
1385
|
-
__kind: "Transactional";
|
|
1386
1384
|
value: {
|
|
1387
1385
|
__kind: "LimitReached" | "NoLayer";
|
|
1388
1386
|
};
|
|
1387
|
+
__kind: "Transactional";
|
|
1389
1388
|
} | {
|
|
1390
1389
|
__kind: "Exhausted";
|
|
1391
1390
|
} | {
|
|
@@ -1395,11 +1394,12 @@ declare const bitcoinIngressEgressCcmEgressInvalidEvent: _$_chainflip_processor_
|
|
|
1395
1394
|
} | {
|
|
1396
1395
|
__kind: "RootNotAllowed";
|
|
1397
1396
|
} | {
|
|
1398
|
-
__kind: "Trie";
|
|
1399
1397
|
value: {
|
|
1400
1398
|
__kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
1401
1399
|
};
|
|
1400
|
+
__kind: "Trie";
|
|
1402
1401
|
};
|
|
1402
|
+
__kind: "DispatchError";
|
|
1403
1403
|
}>, z.ZodObject<{
|
|
1404
1404
|
__kind: z.ZodLiteral<"AltsNotYetWitnessed">;
|
|
1405
1405
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1414,7 +1414,6 @@ declare const bitcoinIngressEgressCcmEgressInvalidEvent: _$_chainflip_processor_
|
|
|
1414
1414
|
__kind: "AltsInvalid";
|
|
1415
1415
|
}>]>;
|
|
1416
1416
|
}, "strip", z.ZodTypeAny, {
|
|
1417
|
-
__kind: "FailedToBuildCcmForSolana";
|
|
1418
1417
|
value: {
|
|
1419
1418
|
__kind: "CannotLookupApiEnvironment";
|
|
1420
1419
|
} | {
|
|
@@ -1426,18 +1425,17 @@ declare const bitcoinIngressEgressCcmEgressInvalidEvent: _$_chainflip_processor_
|
|
|
1426
1425
|
} | {
|
|
1427
1426
|
__kind: "NoAvailableNonceAccount";
|
|
1428
1427
|
} | {
|
|
1429
|
-
__kind: "FailedToDeriveAddress";
|
|
1430
1428
|
value: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
1429
|
+
__kind: "FailedToDeriveAddress";
|
|
1431
1430
|
} | {
|
|
1432
|
-
__kind: "InvalidCcm";
|
|
1433
1431
|
value: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "TooManyAddressLookupTables";
|
|
1432
|
+
__kind: "InvalidCcm";
|
|
1434
1433
|
} | {
|
|
1435
1434
|
__kind: "FailedToSerializeFinalTransaction";
|
|
1436
1435
|
} | {
|
|
1437
|
-
__kind: "FinalTransactionExceededMaxLength";
|
|
1438
1436
|
value: number;
|
|
1437
|
+
__kind: "FinalTransactionExceededMaxLength";
|
|
1439
1438
|
} | {
|
|
1440
|
-
__kind: "DispatchError";
|
|
1441
1439
|
value: {
|
|
1442
1440
|
__kind: "Other";
|
|
1443
1441
|
} | {
|
|
@@ -1445,11 +1443,11 @@ declare const bitcoinIngressEgressCcmEgressInvalidEvent: _$_chainflip_processor_
|
|
|
1445
1443
|
} | {
|
|
1446
1444
|
__kind: "BadOrigin";
|
|
1447
1445
|
} | {
|
|
1448
|
-
__kind: "Module";
|
|
1449
1446
|
value: {
|
|
1450
1447
|
index: number;
|
|
1451
1448
|
error: `0x${string}`;
|
|
1452
1449
|
};
|
|
1450
|
+
__kind: "Module";
|
|
1453
1451
|
} | {
|
|
1454
1452
|
__kind: "ConsumerRemaining";
|
|
1455
1453
|
} | {
|
|
@@ -1457,14 +1455,14 @@ declare const bitcoinIngressEgressCcmEgressInvalidEvent: _$_chainflip_processor_
|
|
|
1457
1455
|
} | {
|
|
1458
1456
|
__kind: "TooManyConsumers";
|
|
1459
1457
|
} | {
|
|
1460
|
-
__kind: "Token";
|
|
1461
1458
|
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1459
|
+
__kind: "Token";
|
|
1462
1460
|
} | {
|
|
1463
|
-
__kind: "Arithmetic";
|
|
1464
1461
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1462
|
+
__kind: "Arithmetic";
|
|
1465
1463
|
} | {
|
|
1466
|
-
__kind: "Transactional";
|
|
1467
1464
|
value: "LimitReached" | "NoLayer";
|
|
1465
|
+
__kind: "Transactional";
|
|
1468
1466
|
} | {
|
|
1469
1467
|
__kind: "Exhausted";
|
|
1470
1468
|
} | {
|
|
@@ -1474,16 +1472,17 @@ declare const bitcoinIngressEgressCcmEgressInvalidEvent: _$_chainflip_processor_
|
|
|
1474
1472
|
} | {
|
|
1475
1473
|
__kind: "RootNotAllowed";
|
|
1476
1474
|
} | {
|
|
1477
|
-
__kind: "Trie";
|
|
1478
1475
|
value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
1476
|
+
__kind: "Trie";
|
|
1479
1477
|
};
|
|
1478
|
+
__kind: "DispatchError";
|
|
1480
1479
|
} | {
|
|
1481
1480
|
__kind: "AltsNotYetWitnessed";
|
|
1482
1481
|
} | {
|
|
1483
1482
|
__kind: "AltsInvalid";
|
|
1484
1483
|
};
|
|
1485
|
-
}, {
|
|
1486
1484
|
__kind: "FailedToBuildCcmForSolana";
|
|
1485
|
+
}, {
|
|
1487
1486
|
value: {
|
|
1488
1487
|
__kind: "CannotLookupApiEnvironment";
|
|
1489
1488
|
} | {
|
|
@@ -1495,22 +1494,21 @@ declare const bitcoinIngressEgressCcmEgressInvalidEvent: _$_chainflip_processor_
|
|
|
1495
1494
|
} | {
|
|
1496
1495
|
__kind: "NoAvailableNonceAccount";
|
|
1497
1496
|
} | {
|
|
1498
|
-
__kind: "FailedToDeriveAddress";
|
|
1499
1497
|
value: {
|
|
1500
1498
|
__kind: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
1501
1499
|
};
|
|
1500
|
+
__kind: "FailedToDeriveAddress";
|
|
1502
1501
|
} | {
|
|
1503
|
-
__kind: "InvalidCcm";
|
|
1504
1502
|
value: {
|
|
1505
1503
|
__kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "TooManyAddressLookupTables";
|
|
1506
1504
|
};
|
|
1505
|
+
__kind: "InvalidCcm";
|
|
1507
1506
|
} | {
|
|
1508
1507
|
__kind: "FailedToSerializeFinalTransaction";
|
|
1509
1508
|
} | {
|
|
1510
|
-
__kind: "FinalTransactionExceededMaxLength";
|
|
1511
1509
|
value: number;
|
|
1510
|
+
__kind: "FinalTransactionExceededMaxLength";
|
|
1512
1511
|
} | {
|
|
1513
|
-
__kind: "DispatchError";
|
|
1514
1512
|
value: {
|
|
1515
1513
|
__kind: "Other";
|
|
1516
1514
|
} | {
|
|
@@ -1518,11 +1516,11 @@ declare const bitcoinIngressEgressCcmEgressInvalidEvent: _$_chainflip_processor_
|
|
|
1518
1516
|
} | {
|
|
1519
1517
|
__kind: "BadOrigin";
|
|
1520
1518
|
} | {
|
|
1521
|
-
__kind: "Module";
|
|
1522
1519
|
value: {
|
|
1523
1520
|
index: number;
|
|
1524
1521
|
error: string;
|
|
1525
1522
|
};
|
|
1523
|
+
__kind: "Module";
|
|
1526
1524
|
} | {
|
|
1527
1525
|
__kind: "ConsumerRemaining";
|
|
1528
1526
|
} | {
|
|
@@ -1530,20 +1528,20 @@ declare const bitcoinIngressEgressCcmEgressInvalidEvent: _$_chainflip_processor_
|
|
|
1530
1528
|
} | {
|
|
1531
1529
|
__kind: "TooManyConsumers";
|
|
1532
1530
|
} | {
|
|
1533
|
-
__kind: "Token";
|
|
1534
1531
|
value: {
|
|
1535
1532
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1536
1533
|
};
|
|
1534
|
+
__kind: "Token";
|
|
1537
1535
|
} | {
|
|
1538
|
-
__kind: "Arithmetic";
|
|
1539
1536
|
value: {
|
|
1540
1537
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1541
1538
|
};
|
|
1539
|
+
__kind: "Arithmetic";
|
|
1542
1540
|
} | {
|
|
1543
|
-
__kind: "Transactional";
|
|
1544
1541
|
value: {
|
|
1545
1542
|
__kind: "LimitReached" | "NoLayer";
|
|
1546
1543
|
};
|
|
1544
|
+
__kind: "Transactional";
|
|
1547
1545
|
} | {
|
|
1548
1546
|
__kind: "Exhausted";
|
|
1549
1547
|
} | {
|
|
@@ -1553,16 +1551,18 @@ declare const bitcoinIngressEgressCcmEgressInvalidEvent: _$_chainflip_processor_
|
|
|
1553
1551
|
} | {
|
|
1554
1552
|
__kind: "RootNotAllowed";
|
|
1555
1553
|
} | {
|
|
1556
|
-
__kind: "Trie";
|
|
1557
1554
|
value: {
|
|
1558
1555
|
__kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
1559
1556
|
};
|
|
1557
|
+
__kind: "Trie";
|
|
1560
1558
|
};
|
|
1559
|
+
__kind: "DispatchError";
|
|
1561
1560
|
} | {
|
|
1562
1561
|
__kind: "AltsNotYetWitnessed";
|
|
1563
1562
|
} | {
|
|
1564
1563
|
__kind: "AltsInvalid";
|
|
1565
1564
|
};
|
|
1565
|
+
__kind: "FailedToBuildCcmForSolana";
|
|
1566
1566
|
}>, z.ZodObject<{
|
|
1567
1567
|
__kind: z.ZodLiteral<"DispatchError">;
|
|
1568
1568
|
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
@@ -1596,17 +1596,17 @@ declare const bitcoinIngressEgressCcmEgressInvalidEvent: _$_chainflip_processor_
|
|
|
1596
1596
|
error: string;
|
|
1597
1597
|
}>;
|
|
1598
1598
|
}, "strip", z.ZodTypeAny, {
|
|
1599
|
-
__kind: "Module";
|
|
1600
1599
|
value: {
|
|
1601
1600
|
index: number;
|
|
1602
1601
|
error: `0x${string}`;
|
|
1603
1602
|
};
|
|
1604
|
-
}, {
|
|
1605
1603
|
__kind: "Module";
|
|
1604
|
+
}, {
|
|
1606
1605
|
value: {
|
|
1607
1606
|
index: number;
|
|
1608
1607
|
error: string;
|
|
1609
1608
|
};
|
|
1609
|
+
__kind: "Module";
|
|
1610
1610
|
}>, z.ZodObject<{
|
|
1611
1611
|
__kind: z.ZodLiteral<"ConsumerRemaining">;
|
|
1612
1612
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1637,13 +1637,13 @@ declare const bitcoinIngressEgressCcmEgressInvalidEvent: _$_chainflip_processor_
|
|
|
1637
1637
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1638
1638
|
}>;
|
|
1639
1639
|
}, "strip", z.ZodTypeAny, {
|
|
1640
|
-
__kind: "Token";
|
|
1641
1640
|
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1642
|
-
}, {
|
|
1643
1641
|
__kind: "Token";
|
|
1642
|
+
}, {
|
|
1644
1643
|
value: {
|
|
1645
1644
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1646
1645
|
};
|
|
1646
|
+
__kind: "Token";
|
|
1647
1647
|
}>, z.ZodObject<{
|
|
1648
1648
|
__kind: z.ZodLiteral<"Arithmetic">;
|
|
1649
1649
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -1656,13 +1656,13 @@ declare const bitcoinIngressEgressCcmEgressInvalidEvent: _$_chainflip_processor_
|
|
|
1656
1656
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1657
1657
|
}>;
|
|
1658
1658
|
}, "strip", z.ZodTypeAny, {
|
|
1659
|
-
__kind: "Arithmetic";
|
|
1660
1659
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1661
|
-
}, {
|
|
1662
1660
|
__kind: "Arithmetic";
|
|
1661
|
+
}, {
|
|
1663
1662
|
value: {
|
|
1664
1663
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1665
1664
|
};
|
|
1665
|
+
__kind: "Arithmetic";
|
|
1666
1666
|
}>, z.ZodObject<{
|
|
1667
1667
|
__kind: z.ZodLiteral<"Transactional">;
|
|
1668
1668
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -1675,13 +1675,13 @@ declare const bitcoinIngressEgressCcmEgressInvalidEvent: _$_chainflip_processor_
|
|
|
1675
1675
|
__kind: "LimitReached" | "NoLayer";
|
|
1676
1676
|
}>;
|
|
1677
1677
|
}, "strip", z.ZodTypeAny, {
|
|
1678
|
-
__kind: "Transactional";
|
|
1679
1678
|
value: "LimitReached" | "NoLayer";
|
|
1680
|
-
}, {
|
|
1681
1679
|
__kind: "Transactional";
|
|
1680
|
+
}, {
|
|
1682
1681
|
value: {
|
|
1683
1682
|
__kind: "LimitReached" | "NoLayer";
|
|
1684
1683
|
};
|
|
1684
|
+
__kind: "Transactional";
|
|
1685
1685
|
}>, z.ZodObject<{
|
|
1686
1686
|
__kind: z.ZodLiteral<"Exhausted">;
|
|
1687
1687
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1718,16 +1718,15 @@ declare const bitcoinIngressEgressCcmEgressInvalidEvent: _$_chainflip_processor_
|
|
|
1718
1718
|
__kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
1719
1719
|
}>;
|
|
1720
1720
|
}, "strip", z.ZodTypeAny, {
|
|
1721
|
-
__kind: "Trie";
|
|
1722
1721
|
value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
1723
|
-
}, {
|
|
1724
1722
|
__kind: "Trie";
|
|
1723
|
+
}, {
|
|
1725
1724
|
value: {
|
|
1726
1725
|
__kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
1727
1726
|
};
|
|
1727
|
+
__kind: "Trie";
|
|
1728
1728
|
}>]>;
|
|
1729
1729
|
}, "strip", z.ZodTypeAny, {
|
|
1730
|
-
__kind: "DispatchError";
|
|
1731
1730
|
value: {
|
|
1732
1731
|
__kind: "Other";
|
|
1733
1732
|
} | {
|
|
@@ -1735,11 +1734,11 @@ declare const bitcoinIngressEgressCcmEgressInvalidEvent: _$_chainflip_processor_
|
|
|
1735
1734
|
} | {
|
|
1736
1735
|
__kind: "BadOrigin";
|
|
1737
1736
|
} | {
|
|
1738
|
-
__kind: "Module";
|
|
1739
1737
|
value: {
|
|
1740
1738
|
index: number;
|
|
1741
1739
|
error: `0x${string}`;
|
|
1742
1740
|
};
|
|
1741
|
+
__kind: "Module";
|
|
1743
1742
|
} | {
|
|
1744
1743
|
__kind: "ConsumerRemaining";
|
|
1745
1744
|
} | {
|
|
@@ -1747,14 +1746,14 @@ declare const bitcoinIngressEgressCcmEgressInvalidEvent: _$_chainflip_processor_
|
|
|
1747
1746
|
} | {
|
|
1748
1747
|
__kind: "TooManyConsumers";
|
|
1749
1748
|
} | {
|
|
1750
|
-
__kind: "Token";
|
|
1751
1749
|
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1750
|
+
__kind: "Token";
|
|
1752
1751
|
} | {
|
|
1753
|
-
__kind: "Arithmetic";
|
|
1754
1752
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1753
|
+
__kind: "Arithmetic";
|
|
1755
1754
|
} | {
|
|
1756
|
-
__kind: "Transactional";
|
|
1757
1755
|
value: "LimitReached" | "NoLayer";
|
|
1756
|
+
__kind: "Transactional";
|
|
1758
1757
|
} | {
|
|
1759
1758
|
__kind: "Exhausted";
|
|
1760
1759
|
} | {
|
|
@@ -1764,11 +1763,11 @@ declare const bitcoinIngressEgressCcmEgressInvalidEvent: _$_chainflip_processor_
|
|
|
1764
1763
|
} | {
|
|
1765
1764
|
__kind: "RootNotAllowed";
|
|
1766
1765
|
} | {
|
|
1767
|
-
__kind: "Trie";
|
|
1768
1766
|
value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
1767
|
+
__kind: "Trie";
|
|
1769
1768
|
};
|
|
1770
|
-
}, {
|
|
1771
1769
|
__kind: "DispatchError";
|
|
1770
|
+
}, {
|
|
1772
1771
|
value: {
|
|
1773
1772
|
__kind: "Other";
|
|
1774
1773
|
} | {
|
|
@@ -1776,11 +1775,11 @@ declare const bitcoinIngressEgressCcmEgressInvalidEvent: _$_chainflip_processor_
|
|
|
1776
1775
|
} | {
|
|
1777
1776
|
__kind: "BadOrigin";
|
|
1778
1777
|
} | {
|
|
1779
|
-
__kind: "Module";
|
|
1780
1778
|
value: {
|
|
1781
1779
|
index: number;
|
|
1782
1780
|
error: string;
|
|
1783
1781
|
};
|
|
1782
|
+
__kind: "Module";
|
|
1784
1783
|
} | {
|
|
1785
1784
|
__kind: "ConsumerRemaining";
|
|
1786
1785
|
} | {
|
|
@@ -1788,20 +1787,20 @@ declare const bitcoinIngressEgressCcmEgressInvalidEvent: _$_chainflip_processor_
|
|
|
1788
1787
|
} | {
|
|
1789
1788
|
__kind: "TooManyConsumers";
|
|
1790
1789
|
} | {
|
|
1791
|
-
__kind: "Token";
|
|
1792
1790
|
value: {
|
|
1793
1791
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1794
1792
|
};
|
|
1793
|
+
__kind: "Token";
|
|
1795
1794
|
} | {
|
|
1796
|
-
__kind: "Arithmetic";
|
|
1797
1795
|
value: {
|
|
1798
1796
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1799
1797
|
};
|
|
1798
|
+
__kind: "Arithmetic";
|
|
1800
1799
|
} | {
|
|
1801
|
-
__kind: "Transactional";
|
|
1802
1800
|
value: {
|
|
1803
1801
|
__kind: "LimitReached" | "NoLayer";
|
|
1804
1802
|
};
|
|
1803
|
+
__kind: "Transactional";
|
|
1805
1804
|
} | {
|
|
1806
1805
|
__kind: "Exhausted";
|
|
1807
1806
|
} | {
|
|
@@ -1811,11 +1810,12 @@ declare const bitcoinIngressEgressCcmEgressInvalidEvent: _$_chainflip_processor_
|
|
|
1811
1810
|
} | {
|
|
1812
1811
|
__kind: "RootNotAllowed";
|
|
1813
1812
|
} | {
|
|
1814
|
-
__kind: "Trie";
|
|
1815
1813
|
value: {
|
|
1816
1814
|
__kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
1817
1815
|
};
|
|
1816
|
+
__kind: "Trie";
|
|
1818
1817
|
};
|
|
1818
|
+
__kind: "DispatchError";
|
|
1819
1819
|
}>, z.ZodObject<{
|
|
1820
1820
|
__kind: z.ZodLiteral<"NoVault">;
|
|
1821
1821
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1833,7 +1833,6 @@ declare const bitcoinIngressEgressCcmEgressInvalidEvent: _$_chainflip_processor_
|
|
|
1833
1833
|
error: {
|
|
1834
1834
|
__kind: "Unsupported";
|
|
1835
1835
|
} | {
|
|
1836
|
-
__kind: "FailedToBuildCcmForSolana";
|
|
1837
1836
|
value: {
|
|
1838
1837
|
__kind: "CannotLookupApiEnvironment";
|
|
1839
1838
|
} | {
|
|
@@ -1845,18 +1844,17 @@ declare const bitcoinIngressEgressCcmEgressInvalidEvent: _$_chainflip_processor_
|
|
|
1845
1844
|
} | {
|
|
1846
1845
|
__kind: "NoAvailableNonceAccount";
|
|
1847
1846
|
} | {
|
|
1848
|
-
__kind: "FailedToDeriveAddress";
|
|
1849
1847
|
value: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
1848
|
+
__kind: "FailedToDeriveAddress";
|
|
1850
1849
|
} | {
|
|
1851
|
-
__kind: "InvalidCcm";
|
|
1852
1850
|
value: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "TooManyAddressLookupTables";
|
|
1851
|
+
__kind: "InvalidCcm";
|
|
1853
1852
|
} | {
|
|
1854
1853
|
__kind: "FailedToSerializeFinalTransaction";
|
|
1855
1854
|
} | {
|
|
1856
|
-
__kind: "FinalTransactionExceededMaxLength";
|
|
1857
1855
|
value: number;
|
|
1856
|
+
__kind: "FinalTransactionExceededMaxLength";
|
|
1858
1857
|
} | {
|
|
1859
|
-
__kind: "DispatchError";
|
|
1860
1858
|
value: {
|
|
1861
1859
|
__kind: "Other";
|
|
1862
1860
|
} | {
|
|
@@ -1864,11 +1862,11 @@ declare const bitcoinIngressEgressCcmEgressInvalidEvent: _$_chainflip_processor_
|
|
|
1864
1862
|
} | {
|
|
1865
1863
|
__kind: "BadOrigin";
|
|
1866
1864
|
} | {
|
|
1867
|
-
__kind: "Module";
|
|
1868
1865
|
value: {
|
|
1869
1866
|
index: number;
|
|
1870
1867
|
error: `0x${string}`;
|
|
1871
1868
|
};
|
|
1869
|
+
__kind: "Module";
|
|
1872
1870
|
} | {
|
|
1873
1871
|
__kind: "ConsumerRemaining";
|
|
1874
1872
|
} | {
|
|
@@ -1876,14 +1874,14 @@ declare const bitcoinIngressEgressCcmEgressInvalidEvent: _$_chainflip_processor_
|
|
|
1876
1874
|
} | {
|
|
1877
1875
|
__kind: "TooManyConsumers";
|
|
1878
1876
|
} | {
|
|
1879
|
-
__kind: "Token";
|
|
1880
1877
|
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1878
|
+
__kind: "Token";
|
|
1881
1879
|
} | {
|
|
1882
|
-
__kind: "Arithmetic";
|
|
1883
1880
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1881
|
+
__kind: "Arithmetic";
|
|
1884
1882
|
} | {
|
|
1885
|
-
__kind: "Transactional";
|
|
1886
1883
|
value: "LimitReached" | "NoLayer";
|
|
1884
|
+
__kind: "Transactional";
|
|
1887
1885
|
} | {
|
|
1888
1886
|
__kind: "Exhausted";
|
|
1889
1887
|
} | {
|
|
@@ -1893,16 +1891,17 @@ declare const bitcoinIngressEgressCcmEgressInvalidEvent: _$_chainflip_processor_
|
|
|
1893
1891
|
} | {
|
|
1894
1892
|
__kind: "RootNotAllowed";
|
|
1895
1893
|
} | {
|
|
1896
|
-
__kind: "Trie";
|
|
1897
1894
|
value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
1895
|
+
__kind: "Trie";
|
|
1898
1896
|
};
|
|
1897
|
+
__kind: "DispatchError";
|
|
1899
1898
|
} | {
|
|
1900
1899
|
__kind: "AltsNotYetWitnessed";
|
|
1901
1900
|
} | {
|
|
1902
1901
|
__kind: "AltsInvalid";
|
|
1903
1902
|
};
|
|
1903
|
+
__kind: "FailedToBuildCcmForSolana";
|
|
1904
1904
|
} | {
|
|
1905
|
-
__kind: "DispatchError";
|
|
1906
1905
|
value: {
|
|
1907
1906
|
__kind: "Other";
|
|
1908
1907
|
} | {
|
|
@@ -1910,11 +1909,11 @@ declare const bitcoinIngressEgressCcmEgressInvalidEvent: _$_chainflip_processor_
|
|
|
1910
1909
|
} | {
|
|
1911
1910
|
__kind: "BadOrigin";
|
|
1912
1911
|
} | {
|
|
1913
|
-
__kind: "Module";
|
|
1914
1912
|
value: {
|
|
1915
1913
|
index: number;
|
|
1916
1914
|
error: `0x${string}`;
|
|
1917
1915
|
};
|
|
1916
|
+
__kind: "Module";
|
|
1918
1917
|
} | {
|
|
1919
1918
|
__kind: "ConsumerRemaining";
|
|
1920
1919
|
} | {
|
|
@@ -1922,14 +1921,14 @@ declare const bitcoinIngressEgressCcmEgressInvalidEvent: _$_chainflip_processor_
|
|
|
1922
1921
|
} | {
|
|
1923
1922
|
__kind: "TooManyConsumers";
|
|
1924
1923
|
} | {
|
|
1925
|
-
__kind: "Token";
|
|
1926
1924
|
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1925
|
+
__kind: "Token";
|
|
1927
1926
|
} | {
|
|
1928
|
-
__kind: "Arithmetic";
|
|
1929
1927
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1928
|
+
__kind: "Arithmetic";
|
|
1930
1929
|
} | {
|
|
1931
|
-
__kind: "Transactional";
|
|
1932
1930
|
value: "LimitReached" | "NoLayer";
|
|
1931
|
+
__kind: "Transactional";
|
|
1933
1932
|
} | {
|
|
1934
1933
|
__kind: "Exhausted";
|
|
1935
1934
|
} | {
|
|
@@ -1939,9 +1938,10 @@ declare const bitcoinIngressEgressCcmEgressInvalidEvent: _$_chainflip_processor_
|
|
|
1939
1938
|
} | {
|
|
1940
1939
|
__kind: "RootNotAllowed";
|
|
1941
1940
|
} | {
|
|
1942
|
-
__kind: "Trie";
|
|
1943
1941
|
value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
1942
|
+
__kind: "Trie";
|
|
1944
1943
|
};
|
|
1944
|
+
__kind: "DispatchError";
|
|
1945
1945
|
} | {
|
|
1946
1946
|
__kind: "NoVault";
|
|
1947
1947
|
} | {
|
|
@@ -1952,7 +1952,6 @@ declare const bitcoinIngressEgressCcmEgressInvalidEvent: _$_chainflip_processor_
|
|
|
1952
1952
|
error: {
|
|
1953
1953
|
__kind: "Unsupported";
|
|
1954
1954
|
} | {
|
|
1955
|
-
__kind: "FailedToBuildCcmForSolana";
|
|
1956
1955
|
value: {
|
|
1957
1956
|
__kind: "CannotLookupApiEnvironment";
|
|
1958
1957
|
} | {
|
|
@@ -1964,22 +1963,21 @@ declare const bitcoinIngressEgressCcmEgressInvalidEvent: _$_chainflip_processor_
|
|
|
1964
1963
|
} | {
|
|
1965
1964
|
__kind: "NoAvailableNonceAccount";
|
|
1966
1965
|
} | {
|
|
1967
|
-
__kind: "FailedToDeriveAddress";
|
|
1968
1966
|
value: {
|
|
1969
1967
|
__kind: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
1970
1968
|
};
|
|
1969
|
+
__kind: "FailedToDeriveAddress";
|
|
1971
1970
|
} | {
|
|
1972
|
-
__kind: "InvalidCcm";
|
|
1973
1971
|
value: {
|
|
1974
1972
|
__kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "TooManyAddressLookupTables";
|
|
1975
1973
|
};
|
|
1974
|
+
__kind: "InvalidCcm";
|
|
1976
1975
|
} | {
|
|
1977
1976
|
__kind: "FailedToSerializeFinalTransaction";
|
|
1978
1977
|
} | {
|
|
1979
|
-
__kind: "FinalTransactionExceededMaxLength";
|
|
1980
1978
|
value: number;
|
|
1979
|
+
__kind: "FinalTransactionExceededMaxLength";
|
|
1981
1980
|
} | {
|
|
1982
|
-
__kind: "DispatchError";
|
|
1983
1981
|
value: {
|
|
1984
1982
|
__kind: "Other";
|
|
1985
1983
|
} | {
|
|
@@ -1987,11 +1985,11 @@ declare const bitcoinIngressEgressCcmEgressInvalidEvent: _$_chainflip_processor_
|
|
|
1987
1985
|
} | {
|
|
1988
1986
|
__kind: "BadOrigin";
|
|
1989
1987
|
} | {
|
|
1990
|
-
__kind: "Module";
|
|
1991
1988
|
value: {
|
|
1992
1989
|
index: number;
|
|
1993
1990
|
error: string;
|
|
1994
1991
|
};
|
|
1992
|
+
__kind: "Module";
|
|
1995
1993
|
} | {
|
|
1996
1994
|
__kind: "ConsumerRemaining";
|
|
1997
1995
|
} | {
|
|
@@ -1999,20 +1997,20 @@ declare const bitcoinIngressEgressCcmEgressInvalidEvent: _$_chainflip_processor_
|
|
|
1999
1997
|
} | {
|
|
2000
1998
|
__kind: "TooManyConsumers";
|
|
2001
1999
|
} | {
|
|
2002
|
-
__kind: "Token";
|
|
2003
2000
|
value: {
|
|
2004
2001
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
2005
2002
|
};
|
|
2003
|
+
__kind: "Token";
|
|
2006
2004
|
} | {
|
|
2007
|
-
__kind: "Arithmetic";
|
|
2008
2005
|
value: {
|
|
2009
2006
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
2010
2007
|
};
|
|
2008
|
+
__kind: "Arithmetic";
|
|
2011
2009
|
} | {
|
|
2012
|
-
__kind: "Transactional";
|
|
2013
2010
|
value: {
|
|
2014
2011
|
__kind: "LimitReached" | "NoLayer";
|
|
2015
2012
|
};
|
|
2013
|
+
__kind: "Transactional";
|
|
2016
2014
|
} | {
|
|
2017
2015
|
__kind: "Exhausted";
|
|
2018
2016
|
} | {
|
|
@@ -2022,18 +2020,19 @@ declare const bitcoinIngressEgressCcmEgressInvalidEvent: _$_chainflip_processor_
|
|
|
2022
2020
|
} | {
|
|
2023
2021
|
__kind: "RootNotAllowed";
|
|
2024
2022
|
} | {
|
|
2025
|
-
__kind: "Trie";
|
|
2026
2023
|
value: {
|
|
2027
2024
|
__kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
2028
2025
|
};
|
|
2026
|
+
__kind: "Trie";
|
|
2029
2027
|
};
|
|
2028
|
+
__kind: "DispatchError";
|
|
2030
2029
|
} | {
|
|
2031
2030
|
__kind: "AltsNotYetWitnessed";
|
|
2032
2031
|
} | {
|
|
2033
2032
|
__kind: "AltsInvalid";
|
|
2034
2033
|
};
|
|
2034
|
+
__kind: "FailedToBuildCcmForSolana";
|
|
2035
2035
|
} | {
|
|
2036
|
-
__kind: "DispatchError";
|
|
2037
2036
|
value: {
|
|
2038
2037
|
__kind: "Other";
|
|
2039
2038
|
} | {
|
|
@@ -2041,11 +2040,11 @@ declare const bitcoinIngressEgressCcmEgressInvalidEvent: _$_chainflip_processor_
|
|
|
2041
2040
|
} | {
|
|
2042
2041
|
__kind: "BadOrigin";
|
|
2043
2042
|
} | {
|
|
2044
|
-
__kind: "Module";
|
|
2045
2043
|
value: {
|
|
2046
2044
|
index: number;
|
|
2047
2045
|
error: string;
|
|
2048
2046
|
};
|
|
2047
|
+
__kind: "Module";
|
|
2049
2048
|
} | {
|
|
2050
2049
|
__kind: "ConsumerRemaining";
|
|
2051
2050
|
} | {
|
|
@@ -2053,20 +2052,20 @@ declare const bitcoinIngressEgressCcmEgressInvalidEvent: _$_chainflip_processor_
|
|
|
2053
2052
|
} | {
|
|
2054
2053
|
__kind: "TooManyConsumers";
|
|
2055
2054
|
} | {
|
|
2056
|
-
__kind: "Token";
|
|
2057
2055
|
value: {
|
|
2058
2056
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
2059
2057
|
};
|
|
2058
|
+
__kind: "Token";
|
|
2060
2059
|
} | {
|
|
2061
|
-
__kind: "Arithmetic";
|
|
2062
2060
|
value: {
|
|
2063
2061
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
2064
2062
|
};
|
|
2063
|
+
__kind: "Arithmetic";
|
|
2065
2064
|
} | {
|
|
2066
|
-
__kind: "Transactional";
|
|
2067
2065
|
value: {
|
|
2068
2066
|
__kind: "LimitReached" | "NoLayer";
|
|
2069
2067
|
};
|
|
2068
|
+
__kind: "Transactional";
|
|
2070
2069
|
} | {
|
|
2071
2070
|
__kind: "Exhausted";
|
|
2072
2071
|
} | {
|
|
@@ -2076,11 +2075,12 @@ declare const bitcoinIngressEgressCcmEgressInvalidEvent: _$_chainflip_processor_
|
|
|
2076
2075
|
} | {
|
|
2077
2076
|
__kind: "RootNotAllowed";
|
|
2078
2077
|
} | {
|
|
2079
|
-
__kind: "Trie";
|
|
2080
2078
|
value: {
|
|
2081
2079
|
__kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
2082
2080
|
};
|
|
2081
|
+
__kind: "Trie";
|
|
2083
2082
|
};
|
|
2083
|
+
__kind: "DispatchError";
|
|
2084
2084
|
} | {
|
|
2085
2085
|
__kind: "NoVault";
|
|
2086
2086
|
} | {
|