@chainflip/processor 2.1.4-dev.0 → 2.2.0-dev.2
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 +28 -28
- package/dist/100/bitcoinBroadcaster/broadcastCallbackExecuted.d.mts +28 -28
- package/dist/100/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +2 -2
- package/dist/100/bitcoinBroadcaster/transactionBroadcastRequest.d.mts +2 -2
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.d.cts +22 -22
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.d.mts +22 -22
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.d.cts +20 -20
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.d.mts +20 -20
- package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.mts +16 -16
- package/dist/100/bitcoinIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/100/bitcoinIngressEgress/depositFetchesScheduled.d.mts +2 -2
- package/dist/100/bitcoinIngressEgress/depositIgnored.d.cts +26 -26
- package/dist/100/bitcoinIngressEgress/depositIgnored.d.mts +26 -26
- package/dist/100/bitcoinIngressEgress/depositReceived.d.cts +26 -26
- package/dist/100/bitcoinIngressEgress/depositReceived.d.mts +26 -26
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.cts +58 -58
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.mts +58 -58
- package/dist/100/bitcoinIngressEgress/egressScheduled.d.cts +26 -26
- package/dist/100/bitcoinIngressEgress/egressScheduled.d.mts +26 -26
- package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.cts +22 -22
- package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.mts +22 -22
- package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.d.cts +28 -28
- package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.d.mts +28 -28
- package/dist/100/common.cjs +1 -1
- package/dist/100/common.d.cts +253 -253
- package/dist/100/common.d.mts +253 -253
- package/dist/100/environment/runtimeSafeModeUpdated.d.cts +12 -12
- package/dist/100/environment/runtimeSafeModeUpdated.d.mts +12 -12
- package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.d.cts +28 -28
- package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.d.mts +28 -28
- package/dist/100/ethereumBroadcaster/transactionBroadcastRequest.d.cts +8 -8
- package/dist/100/ethereumBroadcaster/transactionBroadcastRequest.d.mts +8 -8
- package/dist/100/ethereumBroadcaster/transactionFeeDeficitRecorded.d.cts +2 -2
- package/dist/100/ethereumBroadcaster/transactionFeeDeficitRecorded.d.mts +2 -2
- package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.mts +16 -16
- package/dist/100/ethereumIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/100/ethereumIngressEgress/depositFetchesScheduled.d.mts +2 -2
- 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 +24 -24
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.mts +24 -24
- package/dist/100/ethereumIngressEgress/egressScheduled.d.cts +4 -4
- package/dist/100/ethereumIngressEgress/egressScheduled.d.mts +4 -4
- package/dist/100/ethereumIngressEgress/vaultTransferFailed.d.cts +2 -2
- package/dist/100/ethereumIngressEgress/vaultTransferFailed.d.mts +2 -2
- package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.d.cts +28 -28
- package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.d.mts +28 -28
- package/dist/100/flip/remainingImbalance.d.cts +22 -22
- package/dist/100/flip/remainingImbalance.d.mts +22 -22
- package/dist/100/funding/redemptionRequested.d.cts +2 -2
- package/dist/100/funding/redemptionRequested.d.mts +2 -2
- package/dist/100/governance/failedExecution.d.cts +8 -8
- package/dist/100/governance/failedExecution.d.mts +8 -8
- package/dist/100/governance/govKeyCallExecutionFailed.d.cts +16 -16
- package/dist/100/governance/govKeyCallExecutionFailed.d.mts +16 -16
- package/dist/100/liquidityPools/assetSwapped.d.cts +12 -12
- package/dist/100/liquidityPools/assetSwapped.d.mts +12 -12
- package/dist/100/liquidityPools/limitOrderUpdated.d.cts +22 -22
- package/dist/100/liquidityPools/limitOrderUpdated.d.mts +22 -22
- package/dist/100/liquidityPools/newPoolCreated.d.cts +12 -12
- package/dist/100/liquidityPools/newPoolCreated.d.mts +12 -12
- package/dist/100/liquidityPools/poolFeeSet.d.cts +12 -12
- package/dist/100/liquidityPools/poolFeeSet.d.mts +12 -12
- package/dist/100/liquidityPools/poolStateUpdated.d.cts +12 -12
- package/dist/100/liquidityPools/poolStateUpdated.d.mts +12 -12
- package/dist/100/liquidityPools/rangeOrderUpdated.d.cts +29 -29
- package/dist/100/liquidityPools/rangeOrderUpdated.d.mts +29 -29
- package/dist/100/liquidityProvider/accountCredited.d.cts +6 -6
- package/dist/100/liquidityProvider/accountCredited.d.mts +6 -6
- package/dist/100/liquidityProvider/accountDebited.d.cts +6 -6
- package/dist/100/liquidityProvider/accountDebited.d.mts +6 -6
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.cts +12 -12
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.mts +12 -12
- package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.cts +42 -42
- package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.mts +42 -42
- package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.cts +15 -15
- package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.mts +15 -15
- package/dist/100/polkadotBroadcaster/broadcastCallbackExecuted.d.cts +28 -28
- package/dist/100/polkadotBroadcaster/broadcastCallbackExecuted.d.mts +28 -28
- package/dist/100/polkadotBroadcaster/transactionBroadcastRequest.d.cts +2 -2
- package/dist/100/polkadotBroadcaster/transactionBroadcastRequest.d.mts +2 -2
- package/dist/100/polkadotBroadcaster/transactionFeeDeficitRecorded.d.cts +2 -2
- package/dist/100/polkadotBroadcaster/transactionFeeDeficitRecorded.d.mts +2 -2
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.mts +16 -16
- package/dist/100/polkadotIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/100/polkadotIngressEgress/depositFetchesScheduled.d.mts +2 -2
- 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 +24 -24
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.mts +24 -24
- package/dist/100/polkadotIngressEgress/egressScheduled.d.cts +4 -4
- package/dist/100/polkadotIngressEgress/egressScheduled.d.mts +4 -4
- package/dist/100/polkadotIngressEgress/vaultTransferFailed.d.cts +2 -2
- package/dist/100/polkadotIngressEgress/vaultTransferFailed.d.mts +2 -2
- package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.d.cts +28 -28
- package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.d.mts +28 -28
- package/dist/100/reputation/offencePenalty.d.cts +2 -2
- package/dist/100/reputation/offencePenalty.d.mts +2 -2
- package/dist/100/swapping/batchSwapFailed.d.cts +7 -7
- package/dist/100/swapping/batchSwapFailed.d.mts +7 -7
- package/dist/100/swapping/ccmDepositReceived.d.cts +64 -64
- package/dist/100/swapping/ccmDepositReceived.d.mts +64 -64
- package/dist/100/swapping/ccmFailed.d.cts +62 -62
- package/dist/100/swapping/ccmFailed.d.mts +62 -62
- package/dist/100/swapping/minimumSwapAmountSet.d.cts +7 -7
- package/dist/100/swapping/minimumSwapAmountSet.d.mts +7 -7
- package/dist/100/swapping/swapAmountTooLow.d.cts +16 -16
- package/dist/100/swapping/swapAmountTooLow.d.mts +16 -16
- package/dist/100/swapping/swapDepositAddressReady.d.cts +20 -20
- package/dist/100/swapping/swapDepositAddressReady.d.mts +20 -20
- package/dist/100/swapping/swapEgressScheduled.d.cts +7 -7
- package/dist/100/swapping/swapEgressScheduled.d.mts +7 -7
- package/dist/100/swapping/swapExecuted.d.cts +15 -15
- package/dist/100/swapping/swapExecuted.d.mts +15 -15
- package/dist/100/swapping/swapScheduled.d.cts +94 -94
- package/dist/100/swapping/swapScheduled.d.mts +94 -94
- package/dist/100/swapping/withdrawalRequested.d.cts +8 -8
- package/dist/100/swapping/withdrawalRequested.d.mts +8 -8
- package/dist/100/system/extrinsicFailed.d.cts +16 -16
- package/dist/100/system/extrinsicFailed.d.mts +16 -16
- package/dist/100/tokenholderGovernance/proposalEnacted.d.cts +8 -8
- package/dist/100/tokenholderGovernance/proposalEnacted.d.mts +8 -8
- package/dist/100/tokenholderGovernance/proposalPassed.d.cts +8 -8
- package/dist/100/tokenholderGovernance/proposalPassed.d.mts +8 -8
- package/dist/100/tokenholderGovernance/proposalRejected.d.cts +8 -8
- package/dist/100/tokenholderGovernance/proposalRejected.d.mts +8 -8
- package/dist/100/tokenholderGovernance/proposalSubmitted.d.cts +8 -8
- package/dist/100/tokenholderGovernance/proposalSubmitted.d.mts +8 -8
- package/dist/100/validator/rotationPhaseUpdated.d.cts +20 -20
- package/dist/100/validator/rotationPhaseUpdated.d.mts +20 -20
- package/dist/100/witnesser/witnessExecutionFailed.d.cts +16 -16
- package/dist/100/witnesser/witnessExecutionFailed.d.mts +16 -16
- package/dist/102/common.cjs +1 -1
- package/dist/11000/arbitrumIngressEgress/depositFailed.d.cts +24 -24
- package/dist/11000/arbitrumIngressEgress/depositFailed.d.mts +24 -24
- package/dist/11000/assethubIngressEgress/depositFailed.d.cts +42 -42
- package/dist/11000/assethubIngressEgress/depositFailed.d.mts +42 -42
- package/dist/11000/bitcoinIngressEgress/depositFailed.d.cts +24 -24
- package/dist/11000/bitcoinIngressEgress/depositFailed.d.mts +24 -24
- package/dist/11000/common.cjs +2 -2
- package/dist/11000/common.d.cts +280 -280
- package/dist/11000/common.d.mts +280 -280
- package/dist/11000/ethereumIngressEgress/depositFailed.d.cts +24 -24
- package/dist/11000/ethereumIngressEgress/depositFailed.d.mts +24 -24
- package/dist/11000/lendingPools/boostFundsAdded.d.cts +8 -8
- package/dist/11000/lendingPools/boostFundsAdded.d.mts +8 -8
- package/dist/11000/lendingPools/boostPoolCreated.d.cts +8 -8
- package/dist/11000/lendingPools/boostPoolCreated.d.mts +8 -8
- package/dist/11000/lendingPools/stoppedBoosting.d.cts +8 -8
- package/dist/11000/lendingPools/stoppedBoosting.d.mts +8 -8
- package/dist/11000/polkadotIngressEgress/depositFailed.d.cts +42 -42
- package/dist/11000/polkadotIngressEgress/depositFailed.d.mts +42 -42
- package/dist/11000/solanaIngressEgress/depositFailed.d.cts +24 -24
- package/dist/11000/solanaIngressEgress/depositFailed.d.mts +24 -24
- package/dist/11000/swapping/palletConfigUpdated.d.cts +32 -32
- package/dist/11000/swapping/palletConfigUpdated.d.mts +32 -32
- package/dist/11000/swapping/refundEgressScheduled.d.cts +12 -12
- package/dist/11000/swapping/refundEgressScheduled.d.mts +12 -12
- package/dist/11000/swapping/refundedOnChain.d.cts +8 -8
- package/dist/11000/swapping/refundedOnChain.d.mts +8 -8
- package/dist/11000/swapping/swapDepositAddressReady.d.cts +28 -28
- package/dist/11000/swapping/swapDepositAddressReady.d.mts +28 -28
- package/dist/11000/swapping/swapRequested.d.cts +16 -16
- package/dist/11000/swapping/swapRequested.d.mts +16 -16
- package/dist/11000/tradingStrategy/strategyDeployed.d.cts +24 -24
- package/dist/11000/tradingStrategy/strategyDeployed.d.mts +24 -24
- package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.cts +22 -22
- package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.mts +22 -22
- package/dist/111/common.cjs +1 -1
- package/dist/111/common.d.cts +30 -30
- package/dist/111/common.d.mts +30 -30
- package/dist/111/ethereumIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/111/ethereumIngressEgress/transferFallbackRequested.d.mts +2 -2
- package/dist/111/liquidityPools/limitOrderUpdated.d.cts +20 -20
- package/dist/111/liquidityPools/limitOrderUpdated.d.mts +20 -20
- package/dist/111/liquidityPools/newPoolCreated.d.cts +12 -12
- package/dist/111/liquidityPools/newPoolCreated.d.mts +12 -12
- package/dist/111/liquidityPools/poolFeeSet.d.cts +12 -12
- package/dist/111/liquidityPools/poolFeeSet.d.mts +12 -12
- package/dist/111/liquidityPools/rangeOrderUpdated.d.cts +20 -20
- package/dist/111/liquidityPools/rangeOrderUpdated.d.mts +20 -20
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.cts +20 -20
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.mts +20 -20
- package/dist/111/polkadotIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/111/polkadotIngressEgress/transferFallbackRequested.d.mts +2 -2
- package/dist/11100/arbitrumIngressEgress/depositFailed.d.cts +6 -6
- package/dist/11100/arbitrumIngressEgress/depositFailed.d.mts +6 -6
- package/dist/11100/assethubIngressEgress/depositFailed.d.cts +6 -6
- package/dist/11100/assethubIngressEgress/depositFailed.d.mts +6 -6
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.cts +22 -22
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.mts +22 -22
- package/dist/11100/common.cjs +2 -2
- package/dist/11100/common.d.cts +100 -100
- package/dist/11100/common.d.mts +100 -100
- package/dist/11100/environment/runtimeSafeModeUpdated.d.cts +30 -30
- package/dist/11100/environment/runtimeSafeModeUpdated.d.mts +30 -30
- package/dist/11100/ethereumIngressEgress/depositFailed.d.cts +6 -6
- package/dist/11100/ethereumIngressEgress/depositFailed.d.mts +6 -6
- package/dist/11100/flip/flipMinted.d.cts +2 -2
- package/dist/11100/flip/flipMinted.d.mts +2 -2
- package/dist/11100/funding/sCCallCannotBeDecoded.d.cts +2 -2
- package/dist/11100/funding/sCCallCannotBeDecoded.d.mts +2 -2
- package/dist/11100/funding/sCCallCannotBeExecuted.d.cts +8 -8
- package/dist/11100/funding/sCCallCannotBeExecuted.d.mts +8 -8
- package/dist/11100/funding/sCCallExecuted.d.cts +8 -8
- package/dist/11100/funding/sCCallExecuted.d.mts +8 -8
- package/dist/11100/lendingPools/lendingFundsAdded.d.cts +2 -2
- package/dist/11100/lendingPools/lendingFundsAdded.d.mts +2 -2
- package/dist/11100/lendingPools/loanCreated.d.cts +2 -2
- package/dist/11100/lendingPools/loanCreated.d.mts +2 -2
- package/dist/11100/lendingPools/loanUpdated.d.cts +2 -2
- package/dist/11100/lendingPools/loanUpdated.d.mts +2 -2
- package/dist/11100/polkadotIngressEgress/depositFailed.d.cts +6 -6
- package/dist/11100/polkadotIngressEgress/depositFailed.d.mts +6 -6
- package/dist/11100/solanaIngressEgress/depositFailed.d.cts +6 -6
- package/dist/11100/solanaIngressEgress/depositFailed.d.mts +6 -6
- package/dist/11100/swapping/swapRequested.d.cts +6 -6
- package/dist/11100/swapping/swapRequested.d.mts +6 -6
- package/dist/11200/arbitrumIngressEgress/channelRejectionRequestReceived.d.cts +2 -2
- package/dist/11200/arbitrumIngressEgress/channelRejectionRequestReceived.d.mts +2 -2
- package/dist/11200/arbitrumIngressEgress/depositBoosted.d.cts +6 -6
- package/dist/11200/arbitrumIngressEgress/depositBoosted.d.mts +6 -6
- package/dist/11200/arbitrumIngressEgress/depositFailed.d.cts +30 -30
- package/dist/11200/arbitrumIngressEgress/depositFailed.d.mts +30 -30
- package/dist/11200/arbitrumIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/11200/arbitrumIngressEgress/depositFinalised.d.mts +2 -2
- package/dist/11200/assethubIngressEgress/channelRejectionRequestReceived.d.cts +2 -2
- package/dist/11200/assethubIngressEgress/channelRejectionRequestReceived.d.mts +2 -2
- package/dist/11200/assethubIngressEgress/depositBoosted.d.cts +6 -6
- package/dist/11200/assethubIngressEgress/depositBoosted.d.mts +6 -6
- package/dist/11200/assethubIngressEgress/depositFailed.d.cts +48 -48
- package/dist/11200/assethubIngressEgress/depositFailed.d.mts +48 -48
- package/dist/11200/assethubIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/11200/assethubIngressEgress/depositFinalised.d.mts +2 -2
- package/dist/11200/bitcoinIngressEgress/channelRejectionRequestReceived.d.cts +2 -2
- package/dist/11200/bitcoinIngressEgress/channelRejectionRequestReceived.d.mts +2 -2
- package/dist/11200/bitcoinIngressEgress/depositBoosted.d.cts +6 -6
- package/dist/11200/bitcoinIngressEgress/depositBoosted.d.mts +6 -6
- package/dist/11200/bitcoinIngressEgress/depositFailed.d.cts +30 -30
- package/dist/11200/bitcoinIngressEgress/depositFailed.d.mts +30 -30
- package/dist/11200/bitcoinIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/11200/bitcoinIngressEgress/depositFinalised.d.mts +2 -2
- package/dist/11200/common.cjs +2 -2
- package/dist/11200/common.d.cts +242 -242
- package/dist/11200/common.d.mts +242 -242
- package/dist/11200/ethereumIngressEgress/channelRejectionRequestReceived.d.cts +2 -2
- package/dist/11200/ethereumIngressEgress/channelRejectionRequestReceived.d.mts +2 -2
- package/dist/11200/ethereumIngressEgress/depositBoosted.d.cts +6 -6
- package/dist/11200/ethereumIngressEgress/depositBoosted.d.mts +6 -6
- package/dist/11200/ethereumIngressEgress/depositFailed.d.cts +30 -30
- package/dist/11200/ethereumIngressEgress/depositFailed.d.mts +30 -30
- package/dist/11200/ethereumIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/11200/ethereumIngressEgress/depositFinalised.d.mts +2 -2
- package/dist/11200/polkadotIngressEgress/channelRejectionRequestReceived.d.cts +2 -2
- package/dist/11200/polkadotIngressEgress/channelRejectionRequestReceived.d.mts +2 -2
- package/dist/11200/polkadotIngressEgress/depositBoosted.d.cts +6 -6
- package/dist/11200/polkadotIngressEgress/depositBoosted.d.mts +6 -6
- package/dist/11200/polkadotIngressEgress/depositFailed.d.cts +48 -48
- package/dist/11200/polkadotIngressEgress/depositFailed.d.mts +48 -48
- package/dist/11200/polkadotIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/11200/polkadotIngressEgress/depositFinalised.d.mts +2 -2
- package/dist/11200/solanaIngressEgress/channelRejectionRequestReceived.d.cts +2 -2
- package/dist/11200/solanaIngressEgress/channelRejectionRequestReceived.d.mts +2 -2
- package/dist/11200/solanaIngressEgress/depositBoosted.d.cts +6 -6
- package/dist/11200/solanaIngressEgress/depositBoosted.d.mts +6 -6
- package/dist/11200/solanaIngressEgress/depositFailed.d.cts +30 -30
- package/dist/11200/solanaIngressEgress/depositFailed.d.mts +30 -30
- package/dist/11200/solanaIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/11200/solanaIngressEgress/depositFinalised.d.mts +2 -2
- package/dist/11200/swapping/swapRequested.d.cts +26 -26
- package/dist/11200/swapping/swapRequested.d.mts +26 -26
- package/dist/120/bitcoinIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/120/bitcoinIngressEgress/depositIgnored.d.mts +2 -2
- package/dist/120/bitcoinIngressEgress/depositReceived.d.cts +10 -10
- package/dist/120/bitcoinIngressEgress/depositReceived.d.mts +10 -10
- package/dist/120/common.cjs +1 -1
- package/dist/120/emissions/backupRewardsDistributed.d.cts +2 -2
- package/dist/120/emissions/backupRewardsDistributed.d.mts +2 -2
- package/dist/120/ethereumIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/120/ethereumIngressEgress/depositIgnored.d.mts +2 -2
- package/dist/120/ethereumIngressEgress/depositReceived.d.cts +2 -2
- package/dist/120/ethereumIngressEgress/depositReceived.d.mts +2 -2
- package/dist/120/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
- package/dist/120/liquidityProvider/liquidityDepositCredited.d.mts +2 -2
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.cts +2 -2
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.mts +2 -2
- package/dist/120/polkadotIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/120/polkadotIngressEgress/depositIgnored.d.mts +2 -2
- package/dist/120/polkadotIngressEgress/depositReceived.d.cts +2 -2
- package/dist/120/polkadotIngressEgress/depositReceived.d.mts +2 -2
- 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 +4 -4
- package/dist/120/swapping/withdrawalRequested.d.mts +4 -4
- package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +2 -2
- package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.mts +2 -2
- package/dist/131/bitcoinIngressEgress/depositIgnored.d.cts +6 -6
- package/dist/131/bitcoinIngressEgress/depositIgnored.d.mts +6 -6
- package/dist/131/bitcoinIngressEgress/depositReceived.d.cts +6 -6
- package/dist/131/bitcoinIngressEgress/depositReceived.d.mts +6 -6
- package/dist/131/bitcoinIngressEgress/depositWitnessRejected.d.cts +12 -12
- package/dist/131/bitcoinIngressEgress/depositWitnessRejected.d.mts +12 -12
- package/dist/131/common.cjs +1 -1
- package/dist/131/common.d.cts +8 -8
- package/dist/131/common.d.mts +8 -8
- package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.mts +2 -2
- package/dist/131/ethereumIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/131/ethereumIngressEgress/depositIgnored.d.mts +2 -2
- package/dist/131/ethereumIngressEgress/depositReceived.d.cts +2 -2
- package/dist/131/ethereumIngressEgress/depositReceived.d.mts +2 -2
- package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.cts +4 -4
- package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.mts +4 -4
- package/dist/131/liquidityPools/limitOrderUpdated.d.cts +2 -2
- package/dist/131/liquidityPools/limitOrderUpdated.d.mts +2 -2
- package/dist/131/liquidityPools/rangeOrderUpdated.d.cts +2 -2
- package/dist/131/liquidityPools/rangeOrderUpdated.d.mts +2 -2
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.cts +8 -8
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.mts +8 -8
- package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.cts +2 -2
- package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.mts +2 -2
- package/dist/131/reputation/offencePenalty.d.cts +2 -2
- package/dist/131/reputation/offencePenalty.d.mts +2 -2
- package/dist/131/swapping/ccmFailed.d.cts +4 -4
- package/dist/131/swapping/ccmFailed.d.mts +4 -4
- package/dist/131/swapping/swapDepositAddressReady.d.cts +10 -10
- package/dist/131/swapping/swapDepositAddressReady.d.mts +10 -10
- package/dist/131/swapping/swapEgressIgnored.d.cts +2 -2
- package/dist/131/swapping/swapEgressIgnored.d.mts +2 -2
- package/dist/131/swapping/swapEgressScheduled.d.cts +4 -4
- package/dist/131/swapping/swapEgressScheduled.d.mts +4 -4
- package/dist/131/swapping/swapScheduled.d.cts +12 -12
- package/dist/131/swapping/swapScheduled.d.mts +12 -12
- package/dist/131/swapping/withdrawalRequested.d.cts +2 -2
- package/dist/131/swapping/withdrawalRequested.d.mts +2 -2
- package/dist/131/witnesser/prewitnessExecutionFailed.d.cts +2 -2
- package/dist/131/witnesser/prewitnessExecutionFailed.d.mts +2 -2
- package/dist/141/arbitrumBroadcaster/transactionFeeDeficitRecorded.d.cts +2 -2
- package/dist/141/arbitrumBroadcaster/transactionFeeDeficitRecorded.d.mts +2 -2
- package/dist/141/arbitrumIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/141/arbitrumIngressEgress/boostFundsAdded.d.mts +2 -2
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.mts +4 -4
- package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.mts +2 -2
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.mts +2 -2
- package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/141/arbitrumIngressEgress/stoppedBoosting.d.cts +2 -2
- package/dist/141/arbitrumIngressEgress/stoppedBoosting.d.mts +2 -2
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.mts +2 -2
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.cts +10 -10
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.mts +10 -10
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/141/bitcoinIngressEgress/stoppedBoosting.d.cts +2 -2
- package/dist/141/bitcoinIngressEgress/stoppedBoosting.d.mts +2 -2
- package/dist/141/common.cjs +1 -1
- package/dist/141/common.d.cts +65 -65
- package/dist/141/common.d.mts +65 -65
- package/dist/141/environment/runtimeSafeModeUpdated.d.cts +28 -28
- package/dist/141/environment/runtimeSafeModeUpdated.d.mts +28 -28
- package/dist/141/environment/staleUtxosDiscarded.d.cts +14 -14
- package/dist/141/environment/staleUtxosDiscarded.d.mts +14 -14
- package/dist/141/ethereumIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/141/ethereumIngressEgress/boostFundsAdded.d.mts +2 -2
- package/dist/141/ethereumIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/141/ethereumIngressEgress/depositBoosted.d.mts +4 -4
- package/dist/141/ethereumIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/141/ethereumIngressEgress/depositFinalised.d.mts +2 -2
- package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/141/ethereumIngressEgress/stoppedBoosting.d.cts +2 -2
- package/dist/141/ethereumIngressEgress/stoppedBoosting.d.mts +2 -2
- package/dist/141/evmThresholdSigner/failureReportProcessed.d.cts +2 -2
- package/dist/141/evmThresholdSigner/failureReportProcessed.d.mts +2 -2
- package/dist/141/evmThresholdSigner/retryRequested.d.cts +2 -2
- package/dist/141/evmThresholdSigner/retryRequested.d.mts +2 -2
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.mts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.mts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.mts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.mts +2 -2
- package/dist/141/liquidityPools/assetSwapped.d.cts +12 -12
- package/dist/141/liquidityPools/assetSwapped.d.mts +12 -12
- package/dist/141/liquidityPools/limitOrderUpdated.d.cts +12 -12
- package/dist/141/liquidityPools/limitOrderUpdated.d.mts +12 -12
- package/dist/141/liquidityPools/newPoolCreated.d.cts +12 -12
- package/dist/141/liquidityPools/newPoolCreated.d.mts +12 -12
- package/dist/141/liquidityPools/poolFeeSet.d.cts +12 -12
- package/dist/141/liquidityPools/poolFeeSet.d.mts +12 -12
- package/dist/141/liquidityPools/rangeOrderUpdated.d.cts +24 -24
- package/dist/141/liquidityPools/rangeOrderUpdated.d.mts +24 -24
- package/dist/141/liquidityProvider/accountCredited.d.cts +6 -6
- package/dist/141/liquidityProvider/accountCredited.d.mts +6 -6
- package/dist/141/liquidityProvider/accountDebited.d.cts +6 -6
- package/dist/141/liquidityProvider/accountDebited.d.mts +6 -6
- package/dist/141/liquidityProvider/assetTransferred.d.cts +6 -6
- package/dist/141/liquidityProvider/assetTransferred.d.mts +6 -6
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.cts +11 -11
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.mts +11 -11
- package/dist/141/liquidityProvider/liquidityDepositCredited.d.cts +6 -6
- package/dist/141/liquidityProvider/liquidityDepositCredited.d.mts +6 -6
- package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.cts +12 -12
- package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.mts +12 -12
- package/dist/141/polkadotIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/141/polkadotIngressEgress/boostFundsAdded.d.mts +2 -2
- package/dist/141/polkadotIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/141/polkadotIngressEgress/depositBoosted.d.mts +4 -4
- package/dist/141/polkadotIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/141/polkadotIngressEgress/depositFinalised.d.mts +2 -2
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/141/polkadotIngressEgress/stoppedBoosting.d.cts +2 -2
- package/dist/141/polkadotIngressEgress/stoppedBoosting.d.mts +2 -2
- package/dist/141/swapping/batchSwapFailed.d.cts +6 -6
- package/dist/141/swapping/batchSwapFailed.d.mts +6 -6
- package/dist/141/swapping/ccmDepositReceived.d.cts +8 -8
- package/dist/141/swapping/ccmDepositReceived.d.mts +8 -8
- package/dist/141/swapping/ccmFailed.d.cts +9 -9
- package/dist/141/swapping/ccmFailed.d.mts +9 -9
- package/dist/141/swapping/maximumSwapAmountSet.d.cts +6 -6
- package/dist/141/swapping/maximumSwapAmountSet.d.mts +6 -6
- package/dist/141/swapping/swapAmountConfiscated.d.cts +12 -12
- package/dist/141/swapping/swapAmountConfiscated.d.mts +12 -12
- package/dist/141/swapping/swapDepositAddressReady.d.cts +20 -20
- package/dist/141/swapping/swapDepositAddressReady.d.mts +20 -20
- package/dist/141/swapping/swapEgressIgnored.d.cts +7 -7
- package/dist/141/swapping/swapEgressIgnored.d.mts +7 -7
- package/dist/141/swapping/swapEgressScheduled.d.cts +9 -9
- package/dist/141/swapping/swapEgressScheduled.d.mts +9 -9
- package/dist/141/swapping/swapExecuted.d.cts +14 -14
- package/dist/141/swapping/swapExecuted.d.mts +14 -14
- package/dist/141/swapping/swapScheduled.d.cts +54 -54
- package/dist/141/swapping/swapScheduled.d.mts +54 -54
- package/dist/141/swapping/withdrawalRequested.d.cts +10 -10
- package/dist/141/swapping/withdrawalRequested.d.mts +10 -10
- package/dist/141/tokenholderGovernance/govKeyUpdatedHasFailed.d.cts +2 -2
- package/dist/141/tokenholderGovernance/govKeyUpdatedHasFailed.d.mts +2 -2
- package/dist/141/tokenholderGovernance/govKeyUpdatedWasSuccessful.d.cts +2 -2
- package/dist/141/tokenholderGovernance/govKeyUpdatedWasSuccessful.d.mts +2 -2
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.mts +4 -4
- package/dist/150/assetBalances/refundScheduled.d.cts +2 -2
- package/dist/150/assetBalances/refundScheduled.d.mts +2 -2
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.mts +4 -4
- package/dist/150/common.cjs +2 -2
- package/dist/150/emissions/networkFeeBurned.d.cts +2 -2
- package/dist/150/emissions/networkFeeBurned.d.mts +2 -2
- package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.mts +4 -4
- package/dist/150/liquidityPools/limitOrderUpdated.d.cts +6 -6
- package/dist/150/liquidityPools/limitOrderUpdated.d.mts +6 -6
- package/dist/150/liquidityPools/rangeOrderUpdated.d.cts +10 -10
- package/dist/150/liquidityPools/rangeOrderUpdated.d.mts +10 -10
- package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.cts +4 -4
- package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.mts +4 -4
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.mts +4 -4
- package/dist/150/solanaIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/150/solanaIngressEgress/boostFundsAdded.d.mts +2 -2
- package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.mts +4 -4
- package/dist/150/solanaIngressEgress/stoppedBoosting.d.cts +2 -2
- package/dist/150/solanaIngressEgress/stoppedBoosting.d.mts +2 -2
- package/dist/150/solanaThresholdSigner/failureReportProcessed.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/failureReportProcessed.d.mts +2 -2
- package/dist/150/solanaThresholdSigner/retryRequested.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/retryRequested.d.mts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.mts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.mts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.cts +4 -4
- package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.mts +4 -4
- package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.mts +2 -2
- package/dist/150/swapping/refundEgressScheduled.d.cts +4 -4
- package/dist/150/swapping/refundEgressScheduled.d.mts +4 -4
- package/dist/150/swapping/swapDepositAddressReady.d.cts +2 -2
- package/dist/150/swapping/swapDepositAddressReady.d.mts +2 -2
- package/dist/150/swapping/swapEgressScheduled.d.cts +4 -4
- package/dist/150/swapping/swapEgressScheduled.d.mts +4 -4
- package/dist/150/swapping/swapExecuted.d.cts +2 -2
- package/dist/150/swapping/swapExecuted.d.mts +2 -2
- package/dist/150/swapping/swapScheduled.d.cts +38 -38
- package/dist/150/swapping/swapScheduled.d.mts +38 -38
- package/dist/150/swapping/withdrawalRequested.d.cts +8 -8
- package/dist/150/swapping/withdrawalRequested.d.mts +8 -8
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.cts +50 -50
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.mts +50 -50
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.cts +2 -2
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.mts +2 -2
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.mts +2 -2
- package/dist/160/assetBalances/accountCredited.d.cts +9 -9
- package/dist/160/assetBalances/accountCredited.d.mts +9 -9
- package/dist/160/assetBalances/accountDebited.d.cts +9 -9
- package/dist/160/assetBalances/accountDebited.d.mts +9 -9
- package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.cts +50 -50
- package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.mts +50 -50
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.cts +24 -24
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.mts +24 -24
- package/dist/160/common.cjs +2 -2
- package/dist/160/common.d.cts +176 -176
- package/dist/160/common.d.mts +176 -176
- package/dist/160/environment/runtimeSafeModeUpdated.d.cts +40 -40
- package/dist/160/environment/runtimeSafeModeUpdated.d.mts +40 -40
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.cts +50 -50
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.mts +50 -50
- package/dist/160/ethereumIngressEgress/depositBoosted.d.cts +2 -2
- package/dist/160/ethereumIngressEgress/depositBoosted.d.mts +2 -2
- package/dist/160/ethereumIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/160/ethereumIngressEgress/depositFinalised.d.mts +2 -2
- package/dist/160/liquidityPools/assetSwapped.d.cts +12 -12
- package/dist/160/liquidityPools/assetSwapped.d.mts +12 -12
- package/dist/160/liquidityPools/limitOrderUpdated.d.cts +20 -20
- package/dist/160/liquidityPools/limitOrderUpdated.d.mts +20 -20
- package/dist/160/liquidityPools/newPoolCreated.d.cts +12 -12
- package/dist/160/liquidityPools/newPoolCreated.d.mts +12 -12
- package/dist/160/liquidityPools/orderDeletionFailed.d.cts +32 -32
- package/dist/160/liquidityPools/orderDeletionFailed.d.mts +32 -32
- package/dist/160/liquidityPools/poolFeeSet.d.cts +12 -12
- package/dist/160/liquidityPools/poolFeeSet.d.mts +12 -12
- package/dist/160/liquidityPools/rangeOrderUpdated.d.cts +20 -20
- package/dist/160/liquidityPools/rangeOrderUpdated.d.mts +20 -20
- package/dist/160/liquidityProvider/assetTransferred.d.cts +6 -6
- package/dist/160/liquidityProvider/assetTransferred.d.mts +6 -6
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.cts +14 -14
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.mts +14 -14
- package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.cts +12 -12
- package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.mts +12 -12
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.cts +50 -50
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.mts +50 -50
- package/dist/160/polkadotIngressEgress/depositBoosted.d.cts +2 -2
- package/dist/160/polkadotIngressEgress/depositBoosted.d.mts +2 -2
- package/dist/160/polkadotIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/160/polkadotIngressEgress/depositFinalised.d.mts +2 -2
- package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.cts +50 -50
- package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.mts +50 -50
- package/dist/160/solanaIngressEgress/depositBoosted.d.cts +2 -2
- package/dist/160/solanaIngressEgress/depositBoosted.d.mts +2 -2
- package/dist/160/solanaIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/160/solanaIngressEgress/depositFinalised.d.mts +2 -2
- package/dist/160/solanaIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/160/solanaIngressEgress/depositIgnored.d.mts +2 -2
- package/dist/160/solanaIngressEgress/depositWitnessRejected.d.cts +20 -20
- package/dist/160/solanaIngressEgress/depositWitnessRejected.d.mts +20 -20
- package/dist/160/solanaIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/160/solanaIngressEgress/transferFallbackRequested.d.mts +2 -2
- package/dist/160/swapping/batchSwapFailed.d.cts +6 -6
- package/dist/160/swapping/batchSwapFailed.d.mts +6 -6
- package/dist/160/swapping/ccmFailed.d.cts +18 -18
- package/dist/160/swapping/ccmFailed.d.mts +18 -18
- package/dist/160/swapping/maximumSwapAmountSet.d.cts +6 -6
- package/dist/160/swapping/maximumSwapAmountSet.d.mts +6 -6
- package/dist/160/swapping/refundEgressIgnored.d.cts +22 -22
- package/dist/160/swapping/refundEgressIgnored.d.mts +22 -22
- package/dist/160/swapping/refundEgressScheduled.d.cts +10 -10
- package/dist/160/swapping/refundEgressScheduled.d.mts +10 -10
- package/dist/160/swapping/swapAmountConfiscated.d.cts +6 -6
- package/dist/160/swapping/swapAmountConfiscated.d.mts +6 -6
- package/dist/160/swapping/swapDepositAddressReady.d.cts +25 -25
- package/dist/160/swapping/swapDepositAddressReady.d.mts +25 -25
- package/dist/160/swapping/swapEgressIgnored.d.cts +22 -22
- package/dist/160/swapping/swapEgressIgnored.d.mts +22 -22
- package/dist/160/swapping/swapEgressScheduled.d.cts +10 -10
- package/dist/160/swapping/swapEgressScheduled.d.mts +10 -10
- package/dist/160/swapping/swapExecuted.d.cts +12 -12
- package/dist/160/swapping/swapExecuted.d.mts +12 -12
- package/dist/160/swapping/swapRequested.d.cts +44 -44
- package/dist/160/swapping/swapRequested.d.mts +44 -44
- package/dist/160/swapping/withdrawalRequested.d.cts +10 -10
- package/dist/160/swapping/withdrawalRequested.d.mts +10 -10
- package/dist/170/arbitrumIngressEgress/ccmFailed.d.cts +14 -14
- package/dist/170/arbitrumIngressEgress/ccmFailed.d.mts +14 -14
- package/dist/170/arbitrumIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/170/arbitrumIngressEgress/depositIgnored.d.mts +2 -2
- package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +50 -50
- package/dist/170/bitcoinIngressEgress/ccmFailed.d.cts +14 -14
- package/dist/170/bitcoinIngressEgress/ccmFailed.d.mts +14 -14
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.cts +30 -30
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.mts +30 -30
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.cts +30 -30
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.mts +30 -30
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.cts +26 -26
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.mts +26 -26
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.cts +56 -56
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.mts +56 -56
- package/dist/170/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +50 -50
- package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.cts +4 -4
- package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.mts +4 -4
- package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.cts +4 -4
- package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.mts +4 -4
- package/dist/170/common.cjs +2 -2
- package/dist/170/common.d.cts +122 -122
- package/dist/170/common.d.mts +122 -122
- package/dist/170/ethereumIngressEgress/ccmFailed.d.cts +14 -14
- package/dist/170/ethereumIngressEgress/ccmFailed.d.mts +14 -14
- package/dist/170/ethereumIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/170/ethereumIngressEgress/depositIgnored.d.mts +2 -2
- package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +50 -50
- package/dist/170/polkadotIngressEgress/ccmFailed.d.cts +14 -14
- package/dist/170/polkadotIngressEgress/ccmFailed.d.mts +14 -14
- package/dist/170/polkadotIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/170/polkadotIngressEgress/depositIgnored.d.mts +2 -2
- package/dist/170/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +50 -50
- package/dist/170/reputation/offencePenalty.d.cts +6 -6
- package/dist/170/reputation/offencePenalty.d.mts +6 -6
- package/dist/170/reputation/penaltyUpdated.d.cts +4 -4
- package/dist/170/reputation/penaltyUpdated.d.mts +4 -4
- package/dist/170/solanaIngressEgress/ccmFailed.d.cts +14 -14
- package/dist/170/solanaIngressEgress/ccmFailed.d.mts +14 -14
- package/dist/170/solanaIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/170/solanaIngressEgress/depositIgnored.d.mts +2 -2
- package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +50 -50
- package/dist/170/swapping/swapRequested.d.cts +27 -27
- package/dist/170/swapping/swapRequested.d.mts +27 -27
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.cts +14 -14
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.mts +14 -14
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.mts +10 -10
- package/dist/180/arbitrumIngressEgress/depositFailed.d.cts +44 -44
- package/dist/180/arbitrumIngressEgress/depositFailed.d.mts +44 -44
- package/dist/180/arbitrumIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/180/arbitrumIngressEgress/depositFinalised.d.mts +6 -6
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +10 -10
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +10 -10
- package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.d.mts +2 -2
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.cts +14 -14
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.mts +14 -14
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.cts +14 -14
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.mts +14 -14
- package/dist/180/bitcoinIngressEgress/depositFailed.d.cts +66 -66
- package/dist/180/bitcoinIngressEgress/depositFailed.d.mts +66 -66
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.cts +10 -10
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.mts +10 -10
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +10 -10
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +10 -10
- package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.mts +2 -2
- package/dist/180/common.cjs +2 -2
- package/dist/180/common.d.cts +333 -333
- package/dist/180/common.d.mts +333 -333
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.cts +14 -14
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.mts +14 -14
- package/dist/180/ethereumIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/180/ethereumIngressEgress/depositBoosted.d.mts +10 -10
- package/dist/180/ethereumIngressEgress/depositFailed.d.cts +44 -44
- package/dist/180/ethereumIngressEgress/depositFailed.d.mts +44 -44
- package/dist/180/ethereumIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/180/ethereumIngressEgress/depositFinalised.d.mts +6 -6
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +10 -10
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +10 -10
- package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.d.mts +2 -2
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.cts +14 -14
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.mts +14 -14
- package/dist/180/polkadotIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/180/polkadotIngressEgress/depositBoosted.d.mts +10 -10
- package/dist/180/polkadotIngressEgress/depositFailed.d.cts +44 -44
- package/dist/180/polkadotIngressEgress/depositFailed.d.mts +44 -44
- package/dist/180/polkadotIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/180/polkadotIngressEgress/depositFinalised.d.mts +6 -6
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +10 -10
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +10 -10
- package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.d.mts +2 -2
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.cts +14 -14
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.mts +14 -14
- package/dist/180/solanaIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/180/solanaIngressEgress/depositBoosted.d.mts +10 -10
- package/dist/180/solanaIngressEgress/depositFailed.d.cts +44 -44
- package/dist/180/solanaIngressEgress/depositFailed.d.mts +44 -44
- package/dist/180/solanaIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/180/solanaIngressEgress/depositFinalised.d.mts +6 -6
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +10 -10
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +10 -10
- package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.mts +2 -2
- package/dist/180/swapping/refundEgressScheduled.d.cts +18 -18
- package/dist/180/swapping/refundEgressScheduled.d.mts +18 -18
- package/dist/180/swapping/swapDepositAddressReady.d.cts +41 -41
- package/dist/180/swapping/swapDepositAddressReady.d.mts +41 -41
- package/dist/180/swapping/swapEgressScheduled.d.cts +18 -18
- package/dist/180/swapping/swapEgressScheduled.d.mts +18 -18
- package/dist/180/swapping/swapRequested.d.cts +37 -37
- package/dist/180/swapping/swapRequested.d.mts +37 -37
- package/dist/180/swapping/swapScheduled.d.cts +8 -8
- package/dist/180/swapping/swapScheduled.d.mts +8 -8
- package/dist/180/swapping/withdrawalRequested.d.cts +14 -14
- package/dist/180/swapping/withdrawalRequested.d.mts +14 -14
- package/dist/190/arbitrumIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/190/arbitrumIngressEgress/ccmBroadcastRequested.d.mts +2 -2
- package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.mts +61 -61
- package/dist/190/arbitrumIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/190/arbitrumIngressEgress/depositBoosted.d.mts +10 -10
- package/dist/190/arbitrumIngressEgress/depositFailed.d.cts +187 -187
- package/dist/190/arbitrumIngressEgress/depositFailed.d.mts +187 -187
- package/dist/190/arbitrumIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/190/arbitrumIngressEgress/depositFinalised.d.mts +6 -6
- package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
- package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +57 -57
- package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.mts +2 -2
- package/dist/190/assetBalances/accountCredited.d.cts +7 -7
- package/dist/190/assetBalances/accountCredited.d.mts +7 -7
- package/dist/190/assetBalances/accountDebited.d.cts +7 -7
- package/dist/190/assetBalances/accountDebited.d.mts +7 -7
- package/dist/190/assetBalances/refundScheduled.d.cts +54 -54
- package/dist/190/assetBalances/refundScheduled.d.mts +54 -54
- package/dist/190/assetBalances/refundSkipped.d.cts +109 -109
- package/dist/190/assetBalances/refundSkipped.d.mts +109 -109
- package/dist/190/assethubBroadcaster/broadcastCallbackExecuted.d.cts +35 -35
- package/dist/190/assethubBroadcaster/broadcastCallbackExecuted.d.mts +35 -35
- package/dist/190/assethubIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/190/assethubIngressEgress/ccmBroadcastRequested.d.mts +2 -2
- package/dist/190/assethubIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/190/assethubIngressEgress/ccmEgressInvalid.d.mts +61 -61
- package/dist/190/assethubIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/190/assethubIngressEgress/depositBoosted.d.mts +10 -10
- package/dist/190/assethubIngressEgress/depositFailed.d.cts +205 -205
- package/dist/190/assethubIngressEgress/depositFailed.d.mts +205 -205
- package/dist/190/assethubIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/190/assethubIngressEgress/depositFetchesScheduled.d.mts +2 -2
- package/dist/190/assethubIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/190/assethubIngressEgress/depositFinalised.d.mts +6 -6
- package/dist/190/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
- package/dist/190/assethubIngressEgress/failedToBuildAllBatchCall.d.mts +57 -57
- package/dist/190/assethubIngressEgress/transactionRejectedByBroker.d.cts +2 -2
- package/dist/190/assethubIngressEgress/transactionRejectedByBroker.d.mts +2 -2
- package/dist/190/assethubIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/190/assethubIngressEgress/transferFallbackRequested.d.mts +2 -2
- package/dist/190/bitcoinIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/190/bitcoinIngressEgress/ccmBroadcastRequested.d.mts +2 -2
- package/dist/190/bitcoinIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/190/bitcoinIngressEgress/ccmEgressInvalid.d.mts +61 -61
- package/dist/190/bitcoinIngressEgress/depositBoosted.d.cts +30 -30
- package/dist/190/bitcoinIngressEgress/depositBoosted.d.mts +30 -30
- package/dist/190/bitcoinIngressEgress/depositFailed.d.cts +318 -318
- package/dist/190/bitcoinIngressEgress/depositFailed.d.mts +318 -318
- package/dist/190/bitcoinIngressEgress/depositFinalised.d.cts +26 -26
- package/dist/190/bitcoinIngressEgress/depositFinalised.d.mts +26 -26
- package/dist/190/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
- package/dist/190/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +57 -57
- package/dist/190/bitcoinIngressEgress/transferFallbackRequested.d.cts +22 -22
- package/dist/190/bitcoinIngressEgress/transferFallbackRequested.d.mts +22 -22
- package/dist/190/common.cjs +2 -2
- package/dist/190/common.d.cts +2090 -2090
- package/dist/190/common.d.mts +2090 -2090
- package/dist/190/environment/runtimeSafeModeUpdated.d.cts +12 -12
- package/dist/190/environment/runtimeSafeModeUpdated.d.mts +12 -12
- package/dist/190/ethereumIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/190/ethereumIngressEgress/ccmBroadcastRequested.d.mts +2 -2
- package/dist/190/ethereumIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/190/ethereumIngressEgress/ccmEgressInvalid.d.mts +61 -61
- package/dist/190/ethereumIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/190/ethereumIngressEgress/depositBoosted.d.mts +10 -10
- package/dist/190/ethereumIngressEgress/depositFailed.d.cts +187 -187
- package/dist/190/ethereumIngressEgress/depositFailed.d.mts +187 -187
- package/dist/190/ethereumIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/190/ethereumIngressEgress/depositFinalised.d.mts +6 -6
- package/dist/190/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
- package/dist/190/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +57 -57
- package/dist/190/ethereumIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/190/ethereumIngressEgress/transferFallbackRequested.d.mts +2 -2
- package/dist/190/flip/palletConfigUpdated.d.cts +8 -8
- package/dist/190/flip/palletConfigUpdated.d.mts +8 -8
- package/dist/190/liquidityPools/assetSwapped.d.cts +12 -12
- package/dist/190/liquidityPools/assetSwapped.d.mts +12 -12
- package/dist/190/liquidityPools/limitOrderUpdated.d.cts +20 -20
- package/dist/190/liquidityPools/limitOrderUpdated.d.mts +20 -20
- package/dist/190/liquidityPools/newPoolCreated.d.cts +12 -12
- package/dist/190/liquidityPools/newPoolCreated.d.mts +12 -12
- package/dist/190/liquidityPools/orderDeletionFailed.d.cts +32 -32
- package/dist/190/liquidityPools/orderDeletionFailed.d.mts +32 -32
- package/dist/190/liquidityPools/palletConfigUpdated.d.cts +8 -8
- package/dist/190/liquidityPools/palletConfigUpdated.d.mts +8 -8
- package/dist/190/liquidityPools/poolFeeSet.d.cts +12 -12
- package/dist/190/liquidityPools/poolFeeSet.d.mts +12 -12
- package/dist/190/liquidityPools/rangeOrderUpdated.d.cts +32 -32
- package/dist/190/liquidityPools/rangeOrderUpdated.d.mts +32 -32
- package/dist/190/liquidityProvider/assetTransferred.d.cts +6 -6
- package/dist/190/liquidityProvider/assetTransferred.d.mts +6 -6
- package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.cts +13 -13
- package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.mts +13 -13
- package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.cts +54 -54
- package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.mts +54 -54
- package/dist/190/liquidityProvider/withdrawalEgressScheduled.d.cts +12 -12
- package/dist/190/liquidityProvider/withdrawalEgressScheduled.d.mts +12 -12
- package/dist/190/polkadotIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/190/polkadotIngressEgress/ccmBroadcastRequested.d.mts +2 -2
- package/dist/190/polkadotIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/190/polkadotIngressEgress/ccmEgressInvalid.d.mts +61 -61
- package/dist/190/polkadotIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/190/polkadotIngressEgress/depositBoosted.d.mts +10 -10
- package/dist/190/polkadotIngressEgress/depositFailed.d.cts +205 -205
- package/dist/190/polkadotIngressEgress/depositFailed.d.mts +205 -205
- package/dist/190/polkadotIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/190/polkadotIngressEgress/depositFinalised.d.mts +6 -6
- package/dist/190/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
- package/dist/190/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +57 -57
- package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.mts +2 -2
- package/dist/190/reputation/offencePenalty.d.cts +4 -4
- package/dist/190/reputation/offencePenalty.d.mts +4 -4
- package/dist/190/reputation/penaltyUpdated.d.cts +4 -4
- package/dist/190/reputation/penaltyUpdated.d.mts +4 -4
- package/dist/190/solanaIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/190/solanaIngressEgress/ccmBroadcastRequested.d.mts +2 -2
- package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.mts +61 -61
- package/dist/190/solanaIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/190/solanaIngressEgress/depositBoosted.d.mts +10 -10
- package/dist/190/solanaIngressEgress/depositFailed.d.cts +187 -187
- package/dist/190/solanaIngressEgress/depositFailed.d.mts +187 -187
- package/dist/190/solanaIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/190/solanaIngressEgress/depositFinalised.d.mts +6 -6
- package/dist/190/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
- package/dist/190/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +57 -57
- package/dist/190/solanaIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/190/solanaIngressEgress/transferFallbackRequested.d.mts +2 -2
- package/dist/190/solanaThresholdSigner/thresholdSignatureRequest.d.cts +8 -8
- package/dist/190/solanaThresholdSigner/thresholdSignatureRequest.d.mts +8 -8
- package/dist/190/swapping/batchSwapFailed.d.cts +6 -6
- package/dist/190/swapping/batchSwapFailed.d.mts +6 -6
- package/dist/190/swapping/creditedOnChain.d.cts +8 -8
- package/dist/190/swapping/creditedOnChain.d.mts +8 -8
- package/dist/190/swapping/palletConfigUpdated.d.cts +16 -16
- package/dist/190/swapping/palletConfigUpdated.d.mts +16 -16
- package/dist/190/swapping/refundEgressIgnored.d.cts +34 -34
- package/dist/190/swapping/refundEgressIgnored.d.mts +34 -34
- package/dist/190/swapping/refundEgressScheduled.d.cts +12 -12
- package/dist/190/swapping/refundEgressScheduled.d.mts +12 -12
- package/dist/190/swapping/refundedOnChain.d.cts +8 -8
- package/dist/190/swapping/refundedOnChain.d.mts +8 -8
- package/dist/190/swapping/swapAmountConfiscated.d.cts +6 -6
- package/dist/190/swapping/swapAmountConfiscated.d.mts +6 -6
- package/dist/190/swapping/swapDepositAddressReady.d.cts +39 -39
- package/dist/190/swapping/swapDepositAddressReady.d.mts +39 -39
- package/dist/190/swapping/swapEgressIgnored.d.cts +34 -34
- package/dist/190/swapping/swapEgressIgnored.d.mts +34 -34
- package/dist/190/swapping/swapEgressScheduled.d.cts +12 -12
- package/dist/190/swapping/swapEgressScheduled.d.mts +12 -12
- package/dist/190/swapping/swapExecuted.d.cts +14 -14
- package/dist/190/swapping/swapExecuted.d.mts +14 -14
- package/dist/190/swapping/swapRequested.d.cts +81 -81
- package/dist/190/swapping/swapRequested.d.mts +81 -81
- package/dist/190/swapping/withdrawalRequested.d.cts +12 -12
- package/dist/190/swapping/withdrawalRequested.d.mts +12 -12
- package/dist/190/tokenholderGovernance/proposalEnacted.d.cts +8 -8
- package/dist/190/tokenholderGovernance/proposalEnacted.d.mts +8 -8
- package/dist/190/tokenholderGovernance/proposalPassed.d.cts +8 -8
- package/dist/190/tokenholderGovernance/proposalPassed.d.mts +8 -8
- package/dist/190/tokenholderGovernance/proposalRejected.d.cts +8 -8
- package/dist/190/tokenholderGovernance/proposalRejected.d.mts +8 -8
- package/dist/190/tokenholderGovernance/proposalSubmitted.d.cts +8 -8
- package/dist/190/tokenholderGovernance/proposalSubmitted.d.mts +8 -8
- package/dist/190/tradingStrategy/fundsAddedToStrategy.d.cts +6 -6
- package/dist/190/tradingStrategy/fundsAddedToStrategy.d.mts +6 -6
- package/dist/190/tradingStrategy/palletConfigUpdated.d.cts +24 -24
- package/dist/190/tradingStrategy/palletConfigUpdated.d.mts +24 -24
- package/dist/190/tradingStrategy/strategyDeployed.d.cts +8 -8
- package/dist/190/tradingStrategy/strategyDeployed.d.mts +8 -8
- package/dist/200/common.cjs +2 -2
- package/dist/200/lendingPools/lendingFundsAdded.d.cts +2 -2
- package/dist/200/lendingPools/lendingFundsAdded.d.mts +2 -2
- package/dist/210/arbitrumIngressEgress/ccmEgressInvalid.d.cts +128 -128
- package/dist/210/arbitrumIngressEgress/ccmEgressInvalid.d.mts +128 -128
- package/dist/210/arbitrumIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/210/arbitrumIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/210/arbitrumIngressEgress/depositFailed.d.cts +167 -167
- package/dist/210/arbitrumIngressEgress/depositFailed.d.mts +167 -167
- package/dist/210/arbitrumIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/210/arbitrumIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/210/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +124 -124
- package/dist/210/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +124 -124
- package/dist/210/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/210/arbitrumIngressEgress/insufficientBoostLiquidity.d.mts +2 -2
- package/dist/210/assetBalances/refundSkipped.d.cts +80 -80
- package/dist/210/assetBalances/refundSkipped.d.mts +80 -80
- package/dist/210/assethubIngressEgress/ccmEgressInvalid.d.cts +128 -128
- package/dist/210/assethubIngressEgress/ccmEgressInvalid.d.mts +128 -128
- package/dist/210/assethubIngressEgress/depositFailed.d.cts +167 -167
- package/dist/210/assethubIngressEgress/depositFailed.d.mts +167 -167
- package/dist/210/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +124 -124
- package/dist/210/assethubIngressEgress/failedToBuildAllBatchCall.d.mts +124 -124
- package/dist/210/bitcoinIngressEgress/ccmEgressInvalid.d.cts +128 -128
- package/dist/210/bitcoinIngressEgress/ccmEgressInvalid.d.mts +128 -128
- package/dist/210/bitcoinIngressEgress/depositFailed.d.cts +297 -297
- package/dist/210/bitcoinIngressEgress/depositFailed.d.mts +297 -297
- package/dist/210/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +124 -124
- package/dist/210/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +124 -124
- package/dist/210/bitcoinThresholdSigner/thresholdDispatchComplete.d.cts +41 -41
- package/dist/210/bitcoinThresholdSigner/thresholdDispatchComplete.d.mts +41 -41
- package/dist/210/common.cjs +2 -2
- package/dist/210/common.d.cts +3048 -3048
- package/dist/210/common.d.mts +3048 -3048
- package/dist/210/emissions/flipBurnSkipped.d.cts +26 -26
- package/dist/210/emissions/flipBurnSkipped.d.mts +26 -26
- package/dist/210/environment/runtimeSafeModeUpdated.d.cts +62 -62
- package/dist/210/environment/runtimeSafeModeUpdated.d.mts +62 -62
- package/dist/210/ethereumIngressEgress/ccmEgressInvalid.d.cts +128 -128
- package/dist/210/ethereumIngressEgress/ccmEgressInvalid.d.mts +128 -128
- package/dist/210/ethereumIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/210/ethereumIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/210/ethereumIngressEgress/depositFailed.d.cts +167 -167
- package/dist/210/ethereumIngressEgress/depositFailed.d.mts +167 -167
- package/dist/210/ethereumIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/210/ethereumIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/210/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +124 -124
- package/dist/210/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +124 -124
- package/dist/210/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/210/ethereumIngressEgress/insufficientBoostLiquidity.d.mts +2 -2
- package/dist/210/evmThresholdSigner/thresholdDispatchComplete.d.cts +41 -41
- package/dist/210/evmThresholdSigner/thresholdDispatchComplete.d.mts +41 -41
- package/dist/210/funding/sCCallCannotBeExecuted.d.cts +61 -61
- package/dist/210/funding/sCCallCannotBeExecuted.d.mts +61 -61
- package/dist/210/governance/failedExecution.d.cts +15 -15
- package/dist/210/governance/failedExecution.d.mts +15 -15
- package/dist/210/governance/govKeyCallExecutionFailed.d.cts +28 -28
- package/dist/210/governance/govKeyCallExecutionFailed.d.mts +28 -28
- package/dist/210/lendingPools/lendingFundsRemoved.d.cts +2 -2
- package/dist/210/lendingPools/lendingFundsRemoved.d.mts +2 -2
- package/dist/210/lendingPools/palletConfigUpdated.d.cts +16 -16
- package/dist/210/lendingPools/palletConfigUpdated.d.mts +16 -16
- package/dist/210/liquidityPools/assetSwapped.d.cts +2 -2
- package/dist/210/liquidityPools/assetSwapped.d.mts +2 -2
- package/dist/210/liquidityPools/limitOrderUpdated.d.cts +8 -8
- package/dist/210/liquidityPools/limitOrderUpdated.d.mts +8 -8
- package/dist/210/liquidityPools/rangeOrderUpdated.d.cts +8 -8
- package/dist/210/liquidityPools/rangeOrderUpdated.d.mts +8 -8
- package/dist/210/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.cts +26 -26
- package/dist/210/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.mts +26 -26
- package/dist/210/liquidityProvider/assetBalancePurgeFailed.d.cts +26 -26
- package/dist/210/liquidityProvider/assetBalancePurgeFailed.d.mts +26 -26
- 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 +4 -4
- package/dist/210/liquidityProvider/liquidityDepositAddressReady.d.mts +4 -4
- 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 +128 -128
- package/dist/210/polkadotIngressEgress/ccmEgressInvalid.d.mts +128 -128
- package/dist/210/polkadotIngressEgress/depositFailed.d.cts +167 -167
- package/dist/210/polkadotIngressEgress/depositFailed.d.mts +167 -167
- package/dist/210/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +124 -124
- package/dist/210/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +124 -124
- package/dist/210/polkadotThresholdSigner/thresholdDispatchComplete.d.cts +41 -41
- package/dist/210/polkadotThresholdSigner/thresholdDispatchComplete.d.mts +41 -41
- package/dist/210/solanaIngressEgress/ccmEgressInvalid.d.cts +128 -128
- package/dist/210/solanaIngressEgress/ccmEgressInvalid.d.mts +128 -128
- package/dist/210/solanaIngressEgress/depositBoosted.d.cts +20 -20
- package/dist/210/solanaIngressEgress/depositBoosted.d.mts +20 -20
- package/dist/210/solanaIngressEgress/depositFailed.d.cts +199 -199
- package/dist/210/solanaIngressEgress/depositFailed.d.mts +199 -199
- package/dist/210/solanaIngressEgress/depositFinalised.d.cts +20 -20
- package/dist/210/solanaIngressEgress/depositFinalised.d.mts +20 -20
- package/dist/210/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +124 -124
- package/dist/210/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +124 -124
- package/dist/210/solanaIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/210/solanaIngressEgress/insufficientBoostLiquidity.d.mts +2 -2
- package/dist/210/solanaThresholdSigner/thresholdDispatchComplete.d.cts +41 -41
- package/dist/210/solanaThresholdSigner/thresholdDispatchComplete.d.mts +41 -41
- package/dist/210/swapping/accountCreationDepositAddressReady.d.cts +8 -8
- package/dist/210/swapping/accountCreationDepositAddressReady.d.mts +8 -8
- package/dist/210/swapping/refundEgressIgnored.d.cts +26 -26
- package/dist/210/swapping/refundEgressIgnored.d.mts +26 -26
- package/dist/210/swapping/refundEgressScheduled.d.cts +4 -4
- package/dist/210/swapping/refundEgressScheduled.d.mts +4 -4
- package/dist/210/swapping/swapDepositAddressReady.d.cts +27 -27
- package/dist/210/swapping/swapDepositAddressReady.d.mts +27 -27
- package/dist/210/swapping/swapEgressIgnored.d.cts +26 -26
- package/dist/210/swapping/swapEgressIgnored.d.mts +26 -26
- package/dist/210/swapping/swapEgressScheduled.d.cts +4 -4
- package/dist/210/swapping/swapEgressScheduled.d.mts +4 -4
- package/dist/210/swapping/swapRequested.d.cts +393 -393
- package/dist/210/swapping/swapRequested.d.mts +393 -393
- package/dist/210/swapping/withdrawalRequested.d.cts +6 -6
- package/dist/210/swapping/withdrawalRequested.d.mts +6 -6
- package/dist/210/system/extrinsicFailed.d.cts +26 -26
- package/dist/210/system/extrinsicFailed.d.mts +26 -26
- package/dist/210/system/rejectedInvalidAuthorizedUpgrade.d.cts +26 -26
- package/dist/210/system/rejectedInvalidAuthorizedUpgrade.d.mts +26 -26
- package/dist/210/witnesser/prewitnessExecutionFailed.d.cts +28 -28
- package/dist/210/witnesser/prewitnessExecutionFailed.d.mts +28 -28
- package/dist/210/witnesser/witnessExecutionFailed.d.cts +28 -28
- package/dist/210/witnesser/witnessExecutionFailed.d.mts +28 -28
- package/dist/220/arbitrumBroadcaster/callResigned.cjs +13 -0
- package/dist/220/arbitrumBroadcaster/callResigned.d.cts +55 -0
- package/dist/220/arbitrumBroadcaster/callResigned.d.mts +55 -0
- package/dist/220/arbitrumBroadcaster/callResigned.mjs +11 -0
- package/dist/220/arbitrumIngressEgress/ccmEgressInvalid.cjs +13 -0
- package/dist/220/arbitrumIngressEgress/ccmEgressInvalid.d.cts +1059 -0
- package/dist/220/arbitrumIngressEgress/ccmEgressInvalid.d.mts +1059 -0
- package/dist/220/arbitrumIngressEgress/ccmEgressInvalid.mjs +11 -0
- package/dist/220/arbitrumIngressEgress/depositBoosted.cjs +23 -0
- package/dist/220/arbitrumIngressEgress/depositBoosted.d.cts +214 -0
- package/dist/220/arbitrumIngressEgress/depositBoosted.d.mts +214 -0
- package/dist/220/arbitrumIngressEgress/depositBoosted.mjs +21 -0
- package/dist/220/assethubBroadcaster/callResigned.cjs +13 -0
- package/dist/220/assethubBroadcaster/callResigned.d.cts +25 -0
- package/dist/220/assethubBroadcaster/callResigned.d.mts +25 -0
- package/dist/220/assethubBroadcaster/callResigned.mjs +11 -0
- package/dist/220/assethubIngressEgress/ccmEgressInvalid.cjs +13 -0
- package/dist/220/assethubIngressEgress/ccmEgressInvalid.d.cts +1059 -0
- package/dist/220/assethubIngressEgress/ccmEgressInvalid.d.mts +1059 -0
- package/dist/220/assethubIngressEgress/ccmEgressInvalid.mjs +11 -0
- package/dist/220/assethubIngressEgress/depositBoosted.cjs +23 -0
- package/dist/220/assethubIngressEgress/depositBoosted.d.cts +204 -0
- package/dist/220/assethubIngressEgress/depositBoosted.d.mts +204 -0
- package/dist/220/assethubIngressEgress/depositBoosted.mjs +21 -0
- package/dist/220/bitcoinBroadcaster/callResigned.cjs +13 -0
- package/dist/220/bitcoinBroadcaster/callResigned.d.cts +25 -0
- package/dist/220/bitcoinBroadcaster/callResigned.d.mts +25 -0
- package/dist/220/bitcoinBroadcaster/callResigned.mjs +11 -0
- package/dist/220/bitcoinIngressEgress/ccmEgressInvalid.cjs +13 -0
- package/dist/220/bitcoinIngressEgress/ccmEgressInvalid.d.cts +1059 -0
- package/dist/220/bitcoinIngressEgress/ccmEgressInvalid.d.mts +1059 -0
- package/dist/220/bitcoinIngressEgress/ccmEgressInvalid.mjs +11 -0
- package/dist/220/bitcoinIngressEgress/depositBoosted.cjs +23 -0
- package/dist/220/bitcoinIngressEgress/depositBoosted.d.cts +428 -0
- package/dist/220/bitcoinIngressEgress/depositBoosted.d.mts +428 -0
- package/dist/220/bitcoinIngressEgress/depositBoosted.mjs +21 -0
- package/dist/220/common.cjs +784 -7
- package/dist/220/common.d.cts +5777 -7
- package/dist/220/common.d.mts +5777 -7
- package/dist/220/common.mjs +706 -6
- package/dist/220/environment/runtimeSafeModeUpdated.cjs +10 -0
- package/dist/220/environment/runtimeSafeModeUpdated.d.cts +1789 -0
- package/dist/220/environment/runtimeSafeModeUpdated.d.mts +1789 -0
- package/dist/220/environment/runtimeSafeModeUpdated.mjs +8 -0
- package/dist/220/ethereumBroadcaster/callResigned.cjs +13 -0
- package/dist/220/ethereumBroadcaster/callResigned.d.cts +55 -0
- package/dist/220/ethereumBroadcaster/callResigned.d.mts +55 -0
- package/dist/220/ethereumBroadcaster/callResigned.mjs +11 -0
- package/dist/220/ethereumIngressEgress/ccmEgressInvalid.cjs +13 -0
- package/dist/220/ethereumIngressEgress/ccmEgressInvalid.d.cts +1059 -0
- package/dist/220/ethereumIngressEgress/ccmEgressInvalid.d.mts +1059 -0
- package/dist/220/ethereumIngressEgress/ccmEgressInvalid.mjs +11 -0
- package/dist/220/ethereumIngressEgress/depositBoosted.cjs +23 -0
- package/dist/220/ethereumIngressEgress/depositBoosted.d.cts +214 -0
- package/dist/220/ethereumIngressEgress/depositBoosted.d.mts +214 -0
- package/dist/220/ethereumIngressEgress/depositBoosted.mjs +21 -0
- package/dist/220/lendingPools/lendingFundsAdded.cjs +15 -0
- package/dist/220/lendingPools/lendingFundsAdded.d.cts +81 -0
- package/dist/220/lendingPools/lendingFundsAdded.d.mts +81 -0
- package/dist/220/lendingPools/lendingFundsAdded.mjs +13 -0
- package/dist/220/lendingPools/lendingFundsRemoved.cjs +15 -0
- package/dist/220/lendingPools/lendingFundsRemoved.d.cts +41 -0
- package/dist/220/lendingPools/lendingFundsRemoved.d.mts +41 -0
- package/dist/220/lendingPools/lendingFundsRemoved.mjs +13 -0
- package/dist/220/lendingPools/loanCreated.cjs +15 -0
- package/dist/220/lendingPools/loanCreated.d.cts +61 -0
- package/dist/220/lendingPools/loanCreated.d.mts +61 -0
- package/dist/220/lendingPools/loanCreated.mjs +13 -0
- package/dist/220/lendingPools/loanRepaid.cjs +14 -0
- package/dist/220/lendingPools/loanRepaid.d.cts +53 -0
- package/dist/220/lendingPools/loanRepaid.d.mts +53 -0
- package/dist/220/lendingPools/loanRepaid.mjs +12 -0
- package/dist/220/lendingPools/palletConfigUpdated.cjs +10 -0
- package/dist/220/lendingPools/palletConfigUpdated.d.cts +430 -0
- package/dist/220/lendingPools/palletConfigUpdated.d.mts +430 -0
- package/dist/220/lendingPools/palletConfigUpdated.mjs +8 -0
- package/dist/220/polkadotBroadcaster/callResigned.cjs +13 -0
- package/dist/220/polkadotBroadcaster/callResigned.d.cts +25 -0
- package/dist/220/polkadotBroadcaster/callResigned.d.mts +25 -0
- package/dist/220/polkadotBroadcaster/callResigned.mjs +11 -0
- package/dist/220/polkadotIngressEgress/ccmEgressInvalid.cjs +13 -0
- package/dist/220/polkadotIngressEgress/ccmEgressInvalid.d.cts +1059 -0
- package/dist/220/polkadotIngressEgress/ccmEgressInvalid.d.mts +1059 -0
- package/dist/220/polkadotIngressEgress/ccmEgressInvalid.mjs +11 -0
- package/dist/220/polkadotIngressEgress/depositBoosted.cjs +23 -0
- package/dist/220/polkadotIngressEgress/depositBoosted.d.cts +204 -0
- package/dist/220/polkadotIngressEgress/depositBoosted.d.mts +204 -0
- package/dist/220/polkadotIngressEgress/depositBoosted.mjs +21 -0
- package/dist/220/solanaBroadcaster/callResigned.cjs +13 -0
- package/dist/220/solanaBroadcaster/callResigned.d.cts +30 -0
- package/dist/220/solanaBroadcaster/callResigned.d.mts +30 -0
- package/dist/220/solanaBroadcaster/callResigned.mjs +11 -0
- package/dist/220/solanaIngressEgress/ccmEgressInvalid.cjs +13 -0
- package/dist/220/solanaIngressEgress/ccmEgressInvalid.d.cts +1059 -0
- package/dist/220/solanaIngressEgress/ccmEgressInvalid.d.mts +1059 -0
- package/dist/220/solanaIngressEgress/ccmEgressInvalid.mjs +11 -0
- package/dist/220/solanaIngressEgress/depositBoosted.cjs +23 -0
- package/dist/220/solanaIngressEgress/depositBoosted.d.cts +234 -0
- package/dist/220/solanaIngressEgress/depositBoosted.d.mts +234 -0
- package/dist/220/solanaIngressEgress/depositBoosted.mjs +21 -0
- package/dist/220/validator/witnessingTaskRestarted.cjs +13 -0
- package/dist/220/validator/witnessingTaskRestarted.d.cts +25 -0
- package/dist/220/validator/witnessingTaskRestarted.d.mts +25 -0
- package/dist/220/validator/witnessingTaskRestarted.mjs +11 -0
- package/dist/HandlerMap.cjs +4 -10
- package/dist/HandlerMap.mjs +4 -10
- package/dist/Parser.cjs +1 -1
- package/dist/Processor.cjs +2 -2
- package/dist/Processor.mjs +1 -1
- package/dist/_virtual/{_@oxc-project_runtime@0.121.0 → _@oxc-project_runtime@0.126.0}/helpers/decorate.cjs +1 -1
- package/dist/_virtual/{_@oxc-project_runtime@0.121.0 → _@oxc-project_runtime@0.126.0}/helpers/decorate.mjs +1 -1
- package/dist/chainspec/src/BaseCodeGenerator.cjs +2 -2
- package/dist/chainspec/src/BaseParser.cjs +3 -3
- package/dist/chainspec/src/Compiler.cjs +2 -2
- package/dist/chainspec/src/cache.cjs +2 -2
- package/dist/chainspec/src/utils.cjs +2 -2
- package/dist/generate.cjs +3 -3
- package/dist/utils.cjs +1 -1
- package/package.json +2 -2
|
@@ -61,32 +61,32 @@ declare const solanaIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
61
61
|
__kind: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
62
62
|
}>;
|
|
63
63
|
}, "strip", z.ZodTypeAny, {
|
|
64
|
-
value: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
65
64
|
__kind: "FailedToDeriveAddress";
|
|
65
|
+
value: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
66
66
|
}, {
|
|
67
|
+
__kind: "FailedToDeriveAddress";
|
|
67
68
|
value: {
|
|
68
69
|
__kind: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
69
70
|
};
|
|
70
|
-
__kind: "FailedToDeriveAddress";
|
|
71
71
|
}>, z.ZodObject<{
|
|
72
72
|
__kind: z.ZodLiteral<"InvalidCcm">;
|
|
73
73
|
value: z.ZodEffects<z.ZodObject<{
|
|
74
74
|
__kind: z.ZodEnum<["CannotDecodeCcmAdditionalData", "CcmIsTooLong", "CcmAdditionalDataContainsInvalidAccounts", "RedundantDataSupplied", "InvalidDestinationAddress", "TooManyAddressLookupTables"]>;
|
|
75
75
|
}, "strip", z.ZodTypeAny, {
|
|
76
|
-
__kind: "
|
|
76
|
+
__kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "TooManyAddressLookupTables";
|
|
77
77
|
}, {
|
|
78
|
-
__kind: "
|
|
79
|
-
}>, "
|
|
80
|
-
__kind: "
|
|
78
|
+
__kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "TooManyAddressLookupTables";
|
|
79
|
+
}>, "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "TooManyAddressLookupTables", {
|
|
80
|
+
__kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "TooManyAddressLookupTables";
|
|
81
81
|
}>;
|
|
82
82
|
}, "strip", z.ZodTypeAny, {
|
|
83
|
-
value: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress" | "TooManyAddressLookupTables";
|
|
84
83
|
__kind: "InvalidCcm";
|
|
84
|
+
value: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "TooManyAddressLookupTables";
|
|
85
85
|
}, {
|
|
86
|
+
__kind: "InvalidCcm";
|
|
86
87
|
value: {
|
|
87
|
-
__kind: "
|
|
88
|
+
__kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "TooManyAddressLookupTables";
|
|
88
89
|
};
|
|
89
|
-
__kind: "InvalidCcm";
|
|
90
90
|
}>, z.ZodObject<{
|
|
91
91
|
__kind: z.ZodLiteral<"FailedToSerializeFinalTransaction">;
|
|
92
92
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -97,11 +97,11 @@ declare const solanaIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
97
97
|
__kind: z.ZodLiteral<"FinalTransactionExceededMaxLength">;
|
|
98
98
|
value: z.ZodNumber;
|
|
99
99
|
}, "strip", z.ZodTypeAny, {
|
|
100
|
-
value: number;
|
|
101
100
|
__kind: "FinalTransactionExceededMaxLength";
|
|
102
|
-
}, {
|
|
103
101
|
value: number;
|
|
102
|
+
}, {
|
|
104
103
|
__kind: "FinalTransactionExceededMaxLength";
|
|
104
|
+
value: number;
|
|
105
105
|
}>, z.ZodObject<{
|
|
106
106
|
__kind: z.ZodLiteral<"DispatchError">;
|
|
107
107
|
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
@@ -135,17 +135,17 @@ declare const solanaIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
135
135
|
error: string;
|
|
136
136
|
}>;
|
|
137
137
|
}, "strip", z.ZodTypeAny, {
|
|
138
|
+
__kind: "Module";
|
|
138
139
|
value: {
|
|
139
140
|
index: number;
|
|
140
141
|
error: `0x${string}`;
|
|
141
142
|
};
|
|
142
|
-
__kind: "Module";
|
|
143
143
|
}, {
|
|
144
|
+
__kind: "Module";
|
|
144
145
|
value: {
|
|
145
146
|
index: number;
|
|
146
147
|
error: string;
|
|
147
148
|
};
|
|
148
|
-
__kind: "Module";
|
|
149
149
|
}>, z.ZodObject<{
|
|
150
150
|
__kind: z.ZodLiteral<"ConsumerRemaining">;
|
|
151
151
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -169,20 +169,20 @@ declare const solanaIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
169
169
|
value: z.ZodEffects<z.ZodObject<{
|
|
170
170
|
__kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
|
|
171
171
|
}, "strip", z.ZodTypeAny, {
|
|
172
|
-
__kind: "
|
|
172
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
173
173
|
}, {
|
|
174
|
-
__kind: "
|
|
175
|
-
}>, "
|
|
176
|
-
__kind: "
|
|
174
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
175
|
+
}>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
|
|
176
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
177
177
|
}>;
|
|
178
178
|
}, "strip", z.ZodTypeAny, {
|
|
179
|
-
value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
180
179
|
__kind: "Token";
|
|
180
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
181
181
|
}, {
|
|
182
|
+
__kind: "Token";
|
|
182
183
|
value: {
|
|
183
|
-
__kind: "
|
|
184
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
184
185
|
};
|
|
185
|
-
__kind: "Token";
|
|
186
186
|
}>, z.ZodObject<{
|
|
187
187
|
__kind: z.ZodLiteral<"Arithmetic">;
|
|
188
188
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -195,13 +195,13 @@ declare const solanaIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
195
195
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
196
196
|
}>;
|
|
197
197
|
}, "strip", z.ZodTypeAny, {
|
|
198
|
-
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
199
198
|
__kind: "Arithmetic";
|
|
199
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
200
200
|
}, {
|
|
201
|
+
__kind: "Arithmetic";
|
|
201
202
|
value: {
|
|
202
203
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
203
204
|
};
|
|
204
|
-
__kind: "Arithmetic";
|
|
205
205
|
}>, z.ZodObject<{
|
|
206
206
|
__kind: z.ZodLiteral<"Transactional">;
|
|
207
207
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -214,13 +214,13 @@ declare const solanaIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
214
214
|
__kind: "LimitReached" | "NoLayer";
|
|
215
215
|
}>;
|
|
216
216
|
}, "strip", z.ZodTypeAny, {
|
|
217
|
-
value: "LimitReached" | "NoLayer";
|
|
218
217
|
__kind: "Transactional";
|
|
218
|
+
value: "LimitReached" | "NoLayer";
|
|
219
219
|
}, {
|
|
220
|
+
__kind: "Transactional";
|
|
220
221
|
value: {
|
|
221
222
|
__kind: "LimitReached" | "NoLayer";
|
|
222
223
|
};
|
|
223
|
-
__kind: "Transactional";
|
|
224
224
|
}>, z.ZodObject<{
|
|
225
225
|
__kind: z.ZodLiteral<"Exhausted">;
|
|
226
226
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -257,15 +257,16 @@ declare const solanaIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
257
257
|
__kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
258
258
|
}>;
|
|
259
259
|
}, "strip", z.ZodTypeAny, {
|
|
260
|
-
value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
261
260
|
__kind: "Trie";
|
|
261
|
+
value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
262
262
|
}, {
|
|
263
|
+
__kind: "Trie";
|
|
263
264
|
value: {
|
|
264
265
|
__kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
265
266
|
};
|
|
266
|
-
__kind: "Trie";
|
|
267
267
|
}>]>;
|
|
268
268
|
}, "strip", z.ZodTypeAny, {
|
|
269
|
+
__kind: "DispatchError";
|
|
269
270
|
value: {
|
|
270
271
|
__kind: "Other";
|
|
271
272
|
} | {
|
|
@@ -273,11 +274,11 @@ declare const solanaIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
273
274
|
} | {
|
|
274
275
|
__kind: "BadOrigin";
|
|
275
276
|
} | {
|
|
277
|
+
__kind: "Module";
|
|
276
278
|
value: {
|
|
277
279
|
index: number;
|
|
278
280
|
error: `0x${string}`;
|
|
279
281
|
};
|
|
280
|
-
__kind: "Module";
|
|
281
282
|
} | {
|
|
282
283
|
__kind: "ConsumerRemaining";
|
|
283
284
|
} | {
|
|
@@ -285,14 +286,14 @@ declare const solanaIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
285
286
|
} | {
|
|
286
287
|
__kind: "TooManyConsumers";
|
|
287
288
|
} | {
|
|
288
|
-
value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
289
289
|
__kind: "Token";
|
|
290
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
290
291
|
} | {
|
|
291
|
-
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
292
292
|
__kind: "Arithmetic";
|
|
293
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
293
294
|
} | {
|
|
294
|
-
value: "LimitReached" | "NoLayer";
|
|
295
295
|
__kind: "Transactional";
|
|
296
|
+
value: "LimitReached" | "NoLayer";
|
|
296
297
|
} | {
|
|
297
298
|
__kind: "Exhausted";
|
|
298
299
|
} | {
|
|
@@ -302,11 +303,11 @@ declare const solanaIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
302
303
|
} | {
|
|
303
304
|
__kind: "RootNotAllowed";
|
|
304
305
|
} | {
|
|
305
|
-
value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
306
306
|
__kind: "Trie";
|
|
307
|
+
value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
307
308
|
};
|
|
308
|
-
__kind: "DispatchError";
|
|
309
309
|
}, {
|
|
310
|
+
__kind: "DispatchError";
|
|
310
311
|
value: {
|
|
311
312
|
__kind: "Other";
|
|
312
313
|
} | {
|
|
@@ -314,11 +315,11 @@ declare const solanaIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
314
315
|
} | {
|
|
315
316
|
__kind: "BadOrigin";
|
|
316
317
|
} | {
|
|
318
|
+
__kind: "Module";
|
|
317
319
|
value: {
|
|
318
320
|
index: number;
|
|
319
321
|
error: string;
|
|
320
322
|
};
|
|
321
|
-
__kind: "Module";
|
|
322
323
|
} | {
|
|
323
324
|
__kind: "ConsumerRemaining";
|
|
324
325
|
} | {
|
|
@@ -326,20 +327,20 @@ declare const solanaIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
326
327
|
} | {
|
|
327
328
|
__kind: "TooManyConsumers";
|
|
328
329
|
} | {
|
|
330
|
+
__kind: "Token";
|
|
329
331
|
value: {
|
|
330
|
-
__kind: "
|
|
332
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
331
333
|
};
|
|
332
|
-
__kind: "Token";
|
|
333
334
|
} | {
|
|
335
|
+
__kind: "Arithmetic";
|
|
334
336
|
value: {
|
|
335
337
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
336
338
|
};
|
|
337
|
-
__kind: "Arithmetic";
|
|
338
339
|
} | {
|
|
340
|
+
__kind: "Transactional";
|
|
339
341
|
value: {
|
|
340
342
|
__kind: "LimitReached" | "NoLayer";
|
|
341
343
|
};
|
|
342
|
-
__kind: "Transactional";
|
|
343
344
|
} | {
|
|
344
345
|
__kind: "Exhausted";
|
|
345
346
|
} | {
|
|
@@ -349,12 +350,11 @@ declare const solanaIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
349
350
|
} | {
|
|
350
351
|
__kind: "RootNotAllowed";
|
|
351
352
|
} | {
|
|
353
|
+
__kind: "Trie";
|
|
352
354
|
value: {
|
|
353
355
|
__kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
354
356
|
};
|
|
355
|
-
__kind: "Trie";
|
|
356
357
|
};
|
|
357
|
-
__kind: "DispatchError";
|
|
358
358
|
}>, z.ZodObject<{
|
|
359
359
|
__kind: z.ZodLiteral<"AltsNotYetWitnessed">;
|
|
360
360
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -369,6 +369,7 @@ declare const solanaIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
369
369
|
__kind: "AltsInvalid";
|
|
370
370
|
}>]>;
|
|
371
371
|
}, "strip", z.ZodTypeAny, {
|
|
372
|
+
__kind: "FailedToBuildCcmForSolana";
|
|
372
373
|
value: {
|
|
373
374
|
__kind: "CannotLookupApiEnvironment";
|
|
374
375
|
} | {
|
|
@@ -380,17 +381,18 @@ declare const solanaIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
380
381
|
} | {
|
|
381
382
|
__kind: "NoAvailableNonceAccount";
|
|
382
383
|
} | {
|
|
383
|
-
value: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
384
384
|
__kind: "FailedToDeriveAddress";
|
|
385
|
+
value: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
385
386
|
} | {
|
|
386
|
-
value: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress" | "TooManyAddressLookupTables";
|
|
387
387
|
__kind: "InvalidCcm";
|
|
388
|
+
value: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "TooManyAddressLookupTables";
|
|
388
389
|
} | {
|
|
389
390
|
__kind: "FailedToSerializeFinalTransaction";
|
|
390
391
|
} | {
|
|
391
|
-
value: number;
|
|
392
392
|
__kind: "FinalTransactionExceededMaxLength";
|
|
393
|
+
value: number;
|
|
393
394
|
} | {
|
|
395
|
+
__kind: "DispatchError";
|
|
394
396
|
value: {
|
|
395
397
|
__kind: "Other";
|
|
396
398
|
} | {
|
|
@@ -398,11 +400,11 @@ declare const solanaIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
398
400
|
} | {
|
|
399
401
|
__kind: "BadOrigin";
|
|
400
402
|
} | {
|
|
403
|
+
__kind: "Module";
|
|
401
404
|
value: {
|
|
402
405
|
index: number;
|
|
403
406
|
error: `0x${string}`;
|
|
404
407
|
};
|
|
405
|
-
__kind: "Module";
|
|
406
408
|
} | {
|
|
407
409
|
__kind: "ConsumerRemaining";
|
|
408
410
|
} | {
|
|
@@ -410,14 +412,14 @@ declare const solanaIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
410
412
|
} | {
|
|
411
413
|
__kind: "TooManyConsumers";
|
|
412
414
|
} | {
|
|
413
|
-
value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
414
415
|
__kind: "Token";
|
|
416
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
415
417
|
} | {
|
|
416
|
-
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
417
418
|
__kind: "Arithmetic";
|
|
419
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
418
420
|
} | {
|
|
419
|
-
value: "LimitReached" | "NoLayer";
|
|
420
421
|
__kind: "Transactional";
|
|
422
|
+
value: "LimitReached" | "NoLayer";
|
|
421
423
|
} | {
|
|
422
424
|
__kind: "Exhausted";
|
|
423
425
|
} | {
|
|
@@ -427,17 +429,16 @@ declare const solanaIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
427
429
|
} | {
|
|
428
430
|
__kind: "RootNotAllowed";
|
|
429
431
|
} | {
|
|
430
|
-
value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
431
432
|
__kind: "Trie";
|
|
433
|
+
value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
432
434
|
};
|
|
433
|
-
__kind: "DispatchError";
|
|
434
435
|
} | {
|
|
435
436
|
__kind: "AltsNotYetWitnessed";
|
|
436
437
|
} | {
|
|
437
438
|
__kind: "AltsInvalid";
|
|
438
439
|
};
|
|
439
|
-
__kind: "FailedToBuildCcmForSolana";
|
|
440
440
|
}, {
|
|
441
|
+
__kind: "FailedToBuildCcmForSolana";
|
|
441
442
|
value: {
|
|
442
443
|
__kind: "CannotLookupApiEnvironment";
|
|
443
444
|
} | {
|
|
@@ -449,21 +450,22 @@ declare const solanaIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
449
450
|
} | {
|
|
450
451
|
__kind: "NoAvailableNonceAccount";
|
|
451
452
|
} | {
|
|
453
|
+
__kind: "FailedToDeriveAddress";
|
|
452
454
|
value: {
|
|
453
455
|
__kind: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
454
456
|
};
|
|
455
|
-
__kind: "FailedToDeriveAddress";
|
|
456
457
|
} | {
|
|
458
|
+
__kind: "InvalidCcm";
|
|
457
459
|
value: {
|
|
458
|
-
__kind: "
|
|
460
|
+
__kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "TooManyAddressLookupTables";
|
|
459
461
|
};
|
|
460
|
-
__kind: "InvalidCcm";
|
|
461
462
|
} | {
|
|
462
463
|
__kind: "FailedToSerializeFinalTransaction";
|
|
463
464
|
} | {
|
|
464
|
-
value: number;
|
|
465
465
|
__kind: "FinalTransactionExceededMaxLength";
|
|
466
|
+
value: number;
|
|
466
467
|
} | {
|
|
468
|
+
__kind: "DispatchError";
|
|
467
469
|
value: {
|
|
468
470
|
__kind: "Other";
|
|
469
471
|
} | {
|
|
@@ -471,11 +473,11 @@ declare const solanaIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
471
473
|
} | {
|
|
472
474
|
__kind: "BadOrigin";
|
|
473
475
|
} | {
|
|
476
|
+
__kind: "Module";
|
|
474
477
|
value: {
|
|
475
478
|
index: number;
|
|
476
479
|
error: string;
|
|
477
480
|
};
|
|
478
|
-
__kind: "Module";
|
|
479
481
|
} | {
|
|
480
482
|
__kind: "ConsumerRemaining";
|
|
481
483
|
} | {
|
|
@@ -483,20 +485,20 @@ declare const solanaIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
483
485
|
} | {
|
|
484
486
|
__kind: "TooManyConsumers";
|
|
485
487
|
} | {
|
|
488
|
+
__kind: "Token";
|
|
486
489
|
value: {
|
|
487
|
-
__kind: "
|
|
490
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
488
491
|
};
|
|
489
|
-
__kind: "Token";
|
|
490
492
|
} | {
|
|
493
|
+
__kind: "Arithmetic";
|
|
491
494
|
value: {
|
|
492
495
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
493
496
|
};
|
|
494
|
-
__kind: "Arithmetic";
|
|
495
497
|
} | {
|
|
498
|
+
__kind: "Transactional";
|
|
496
499
|
value: {
|
|
497
500
|
__kind: "LimitReached" | "NoLayer";
|
|
498
501
|
};
|
|
499
|
-
__kind: "Transactional";
|
|
500
502
|
} | {
|
|
501
503
|
__kind: "Exhausted";
|
|
502
504
|
} | {
|
|
@@ -506,18 +508,16 @@ declare const solanaIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
506
508
|
} | {
|
|
507
509
|
__kind: "RootNotAllowed";
|
|
508
510
|
} | {
|
|
511
|
+
__kind: "Trie";
|
|
509
512
|
value: {
|
|
510
513
|
__kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
511
514
|
};
|
|
512
|
-
__kind: "Trie";
|
|
513
515
|
};
|
|
514
|
-
__kind: "DispatchError";
|
|
515
516
|
} | {
|
|
516
517
|
__kind: "AltsNotYetWitnessed";
|
|
517
518
|
} | {
|
|
518
519
|
__kind: "AltsInvalid";
|
|
519
520
|
};
|
|
520
|
-
__kind: "FailedToBuildCcmForSolana";
|
|
521
521
|
}>, z.ZodObject<{
|
|
522
522
|
__kind: z.ZodLiteral<"DispatchError">;
|
|
523
523
|
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
@@ -551,17 +551,17 @@ declare const solanaIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
551
551
|
error: string;
|
|
552
552
|
}>;
|
|
553
553
|
}, "strip", z.ZodTypeAny, {
|
|
554
|
+
__kind: "Module";
|
|
554
555
|
value: {
|
|
555
556
|
index: number;
|
|
556
557
|
error: `0x${string}`;
|
|
557
558
|
};
|
|
558
|
-
__kind: "Module";
|
|
559
559
|
}, {
|
|
560
|
+
__kind: "Module";
|
|
560
561
|
value: {
|
|
561
562
|
index: number;
|
|
562
563
|
error: string;
|
|
563
564
|
};
|
|
564
|
-
__kind: "Module";
|
|
565
565
|
}>, z.ZodObject<{
|
|
566
566
|
__kind: z.ZodLiteral<"ConsumerRemaining">;
|
|
567
567
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -585,20 +585,20 @@ declare const solanaIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
585
585
|
value: z.ZodEffects<z.ZodObject<{
|
|
586
586
|
__kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
|
|
587
587
|
}, "strip", z.ZodTypeAny, {
|
|
588
|
-
__kind: "
|
|
588
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
589
589
|
}, {
|
|
590
|
-
__kind: "
|
|
591
|
-
}>, "
|
|
592
|
-
__kind: "
|
|
590
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
591
|
+
}>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
|
|
592
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
593
593
|
}>;
|
|
594
594
|
}, "strip", z.ZodTypeAny, {
|
|
595
|
-
value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
596
595
|
__kind: "Token";
|
|
596
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
597
597
|
}, {
|
|
598
|
+
__kind: "Token";
|
|
598
599
|
value: {
|
|
599
|
-
__kind: "
|
|
600
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
600
601
|
};
|
|
601
|
-
__kind: "Token";
|
|
602
602
|
}>, z.ZodObject<{
|
|
603
603
|
__kind: z.ZodLiteral<"Arithmetic">;
|
|
604
604
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -611,13 +611,13 @@ declare const solanaIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
611
611
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
612
612
|
}>;
|
|
613
613
|
}, "strip", z.ZodTypeAny, {
|
|
614
|
-
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
615
614
|
__kind: "Arithmetic";
|
|
615
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
616
616
|
}, {
|
|
617
|
+
__kind: "Arithmetic";
|
|
617
618
|
value: {
|
|
618
619
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
619
620
|
};
|
|
620
|
-
__kind: "Arithmetic";
|
|
621
621
|
}>, z.ZodObject<{
|
|
622
622
|
__kind: z.ZodLiteral<"Transactional">;
|
|
623
623
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -630,13 +630,13 @@ declare const solanaIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
630
630
|
__kind: "LimitReached" | "NoLayer";
|
|
631
631
|
}>;
|
|
632
632
|
}, "strip", z.ZodTypeAny, {
|
|
633
|
-
value: "LimitReached" | "NoLayer";
|
|
634
633
|
__kind: "Transactional";
|
|
634
|
+
value: "LimitReached" | "NoLayer";
|
|
635
635
|
}, {
|
|
636
|
+
__kind: "Transactional";
|
|
636
637
|
value: {
|
|
637
638
|
__kind: "LimitReached" | "NoLayer";
|
|
638
639
|
};
|
|
639
|
-
__kind: "Transactional";
|
|
640
640
|
}>, z.ZodObject<{
|
|
641
641
|
__kind: z.ZodLiteral<"Exhausted">;
|
|
642
642
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -673,15 +673,16 @@ declare const solanaIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
673
673
|
__kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
674
674
|
}>;
|
|
675
675
|
}, "strip", z.ZodTypeAny, {
|
|
676
|
-
value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
677
676
|
__kind: "Trie";
|
|
677
|
+
value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
678
678
|
}, {
|
|
679
|
+
__kind: "Trie";
|
|
679
680
|
value: {
|
|
680
681
|
__kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
681
682
|
};
|
|
682
|
-
__kind: "Trie";
|
|
683
683
|
}>]>;
|
|
684
684
|
}, "strip", z.ZodTypeAny, {
|
|
685
|
+
__kind: "DispatchError";
|
|
685
686
|
value: {
|
|
686
687
|
__kind: "Other";
|
|
687
688
|
} | {
|
|
@@ -689,11 +690,11 @@ declare const solanaIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
689
690
|
} | {
|
|
690
691
|
__kind: "BadOrigin";
|
|
691
692
|
} | {
|
|
693
|
+
__kind: "Module";
|
|
692
694
|
value: {
|
|
693
695
|
index: number;
|
|
694
696
|
error: `0x${string}`;
|
|
695
697
|
};
|
|
696
|
-
__kind: "Module";
|
|
697
698
|
} | {
|
|
698
699
|
__kind: "ConsumerRemaining";
|
|
699
700
|
} | {
|
|
@@ -701,14 +702,14 @@ declare const solanaIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
701
702
|
} | {
|
|
702
703
|
__kind: "TooManyConsumers";
|
|
703
704
|
} | {
|
|
704
|
-
value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
705
705
|
__kind: "Token";
|
|
706
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
706
707
|
} | {
|
|
707
|
-
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
708
708
|
__kind: "Arithmetic";
|
|
709
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
709
710
|
} | {
|
|
710
|
-
value: "LimitReached" | "NoLayer";
|
|
711
711
|
__kind: "Transactional";
|
|
712
|
+
value: "LimitReached" | "NoLayer";
|
|
712
713
|
} | {
|
|
713
714
|
__kind: "Exhausted";
|
|
714
715
|
} | {
|
|
@@ -718,11 +719,11 @@ declare const solanaIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
718
719
|
} | {
|
|
719
720
|
__kind: "RootNotAllowed";
|
|
720
721
|
} | {
|
|
721
|
-
value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
722
722
|
__kind: "Trie";
|
|
723
|
+
value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
723
724
|
};
|
|
724
|
-
__kind: "DispatchError";
|
|
725
725
|
}, {
|
|
726
|
+
__kind: "DispatchError";
|
|
726
727
|
value: {
|
|
727
728
|
__kind: "Other";
|
|
728
729
|
} | {
|
|
@@ -730,11 +731,11 @@ declare const solanaIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
730
731
|
} | {
|
|
731
732
|
__kind: "BadOrigin";
|
|
732
733
|
} | {
|
|
734
|
+
__kind: "Module";
|
|
733
735
|
value: {
|
|
734
736
|
index: number;
|
|
735
737
|
error: string;
|
|
736
738
|
};
|
|
737
|
-
__kind: "Module";
|
|
738
739
|
} | {
|
|
739
740
|
__kind: "ConsumerRemaining";
|
|
740
741
|
} | {
|
|
@@ -742,20 +743,20 @@ declare const solanaIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
742
743
|
} | {
|
|
743
744
|
__kind: "TooManyConsumers";
|
|
744
745
|
} | {
|
|
746
|
+
__kind: "Token";
|
|
745
747
|
value: {
|
|
746
|
-
__kind: "
|
|
748
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
747
749
|
};
|
|
748
|
-
__kind: "Token";
|
|
749
750
|
} | {
|
|
751
|
+
__kind: "Arithmetic";
|
|
750
752
|
value: {
|
|
751
753
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
752
754
|
};
|
|
753
|
-
__kind: "Arithmetic";
|
|
754
755
|
} | {
|
|
756
|
+
__kind: "Transactional";
|
|
755
757
|
value: {
|
|
756
758
|
__kind: "LimitReached" | "NoLayer";
|
|
757
759
|
};
|
|
758
|
-
__kind: "Transactional";
|
|
759
760
|
} | {
|
|
760
761
|
__kind: "Exhausted";
|
|
761
762
|
} | {
|
|
@@ -765,12 +766,11 @@ declare const solanaIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
765
766
|
} | {
|
|
766
767
|
__kind: "RootNotAllowed";
|
|
767
768
|
} | {
|
|
769
|
+
__kind: "Trie";
|
|
768
770
|
value: {
|
|
769
771
|
__kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
770
772
|
};
|
|
771
|
-
__kind: "Trie";
|
|
772
773
|
};
|
|
773
|
-
__kind: "DispatchError";
|
|
774
774
|
}>, z.ZodObject<{
|
|
775
775
|
__kind: z.ZodLiteral<"NoVault">;
|
|
776
776
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -785,10 +785,10 @@ declare const solanaIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
785
785
|
__kind: "AuxDataNotReady";
|
|
786
786
|
}>]>;
|
|
787
787
|
}, "strip", z.ZodTypeAny, {
|
|
788
|
-
egressId: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub", bigint];
|
|
789
788
|
error: {
|
|
790
789
|
__kind: "Unsupported";
|
|
791
790
|
} | {
|
|
791
|
+
__kind: "FailedToBuildCcmForSolana";
|
|
792
792
|
value: {
|
|
793
793
|
__kind: "CannotLookupApiEnvironment";
|
|
794
794
|
} | {
|
|
@@ -800,17 +800,18 @@ declare const solanaIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
800
800
|
} | {
|
|
801
801
|
__kind: "NoAvailableNonceAccount";
|
|
802
802
|
} | {
|
|
803
|
-
value: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
804
803
|
__kind: "FailedToDeriveAddress";
|
|
804
|
+
value: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
805
805
|
} | {
|
|
806
|
-
value: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress" | "TooManyAddressLookupTables";
|
|
807
806
|
__kind: "InvalidCcm";
|
|
807
|
+
value: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "TooManyAddressLookupTables";
|
|
808
808
|
} | {
|
|
809
809
|
__kind: "FailedToSerializeFinalTransaction";
|
|
810
810
|
} | {
|
|
811
|
-
value: number;
|
|
812
811
|
__kind: "FinalTransactionExceededMaxLength";
|
|
812
|
+
value: number;
|
|
813
813
|
} | {
|
|
814
|
+
__kind: "DispatchError";
|
|
814
815
|
value: {
|
|
815
816
|
__kind: "Other";
|
|
816
817
|
} | {
|
|
@@ -818,11 +819,11 @@ declare const solanaIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
818
819
|
} | {
|
|
819
820
|
__kind: "BadOrigin";
|
|
820
821
|
} | {
|
|
822
|
+
__kind: "Module";
|
|
821
823
|
value: {
|
|
822
824
|
index: number;
|
|
823
825
|
error: `0x${string}`;
|
|
824
826
|
};
|
|
825
|
-
__kind: "Module";
|
|
826
827
|
} | {
|
|
827
828
|
__kind: "ConsumerRemaining";
|
|
828
829
|
} | {
|
|
@@ -830,14 +831,14 @@ declare const solanaIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
830
831
|
} | {
|
|
831
832
|
__kind: "TooManyConsumers";
|
|
832
833
|
} | {
|
|
833
|
-
value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
834
834
|
__kind: "Token";
|
|
835
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
835
836
|
} | {
|
|
836
|
-
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
837
837
|
__kind: "Arithmetic";
|
|
838
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
838
839
|
} | {
|
|
839
|
-
value: "LimitReached" | "NoLayer";
|
|
840
840
|
__kind: "Transactional";
|
|
841
|
+
value: "LimitReached" | "NoLayer";
|
|
841
842
|
} | {
|
|
842
843
|
__kind: "Exhausted";
|
|
843
844
|
} | {
|
|
@@ -847,17 +848,16 @@ declare const solanaIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
847
848
|
} | {
|
|
848
849
|
__kind: "RootNotAllowed";
|
|
849
850
|
} | {
|
|
850
|
-
value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
851
851
|
__kind: "Trie";
|
|
852
|
+
value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
852
853
|
};
|
|
853
|
-
__kind: "DispatchError";
|
|
854
854
|
} | {
|
|
855
855
|
__kind: "AltsNotYetWitnessed";
|
|
856
856
|
} | {
|
|
857
857
|
__kind: "AltsInvalid";
|
|
858
858
|
};
|
|
859
|
-
__kind: "FailedToBuildCcmForSolana";
|
|
860
859
|
} | {
|
|
860
|
+
__kind: "DispatchError";
|
|
861
861
|
value: {
|
|
862
862
|
__kind: "Other";
|
|
863
863
|
} | {
|
|
@@ -865,11 +865,11 @@ declare const solanaIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
865
865
|
} | {
|
|
866
866
|
__kind: "BadOrigin";
|
|
867
867
|
} | {
|
|
868
|
+
__kind: "Module";
|
|
868
869
|
value: {
|
|
869
870
|
index: number;
|
|
870
871
|
error: `0x${string}`;
|
|
871
872
|
};
|
|
872
|
-
__kind: "Module";
|
|
873
873
|
} | {
|
|
874
874
|
__kind: "ConsumerRemaining";
|
|
875
875
|
} | {
|
|
@@ -877,14 +877,14 @@ declare const solanaIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
877
877
|
} | {
|
|
878
878
|
__kind: "TooManyConsumers";
|
|
879
879
|
} | {
|
|
880
|
-
value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
881
880
|
__kind: "Token";
|
|
881
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
882
882
|
} | {
|
|
883
|
-
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
884
883
|
__kind: "Arithmetic";
|
|
884
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
885
885
|
} | {
|
|
886
|
-
value: "LimitReached" | "NoLayer";
|
|
887
886
|
__kind: "Transactional";
|
|
887
|
+
value: "LimitReached" | "NoLayer";
|
|
888
888
|
} | {
|
|
889
889
|
__kind: "Exhausted";
|
|
890
890
|
} | {
|
|
@@ -894,22 +894,20 @@ declare const solanaIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
894
894
|
} | {
|
|
895
895
|
__kind: "RootNotAllowed";
|
|
896
896
|
} | {
|
|
897
|
-
value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
898
897
|
__kind: "Trie";
|
|
898
|
+
value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
899
899
|
};
|
|
900
|
-
__kind: "DispatchError";
|
|
901
900
|
} | {
|
|
902
901
|
__kind: "NoVault";
|
|
903
902
|
} | {
|
|
904
903
|
__kind: "AuxDataNotReady";
|
|
905
904
|
};
|
|
905
|
+
egressId: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub", bigint];
|
|
906
906
|
}, {
|
|
907
|
-
egressId: [{
|
|
908
|
-
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
909
|
-
}, string | number];
|
|
910
907
|
error: {
|
|
911
908
|
__kind: "Unsupported";
|
|
912
909
|
} | {
|
|
910
|
+
__kind: "FailedToBuildCcmForSolana";
|
|
913
911
|
value: {
|
|
914
912
|
__kind: "CannotLookupApiEnvironment";
|
|
915
913
|
} | {
|
|
@@ -921,21 +919,22 @@ declare const solanaIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
921
919
|
} | {
|
|
922
920
|
__kind: "NoAvailableNonceAccount";
|
|
923
921
|
} | {
|
|
922
|
+
__kind: "FailedToDeriveAddress";
|
|
924
923
|
value: {
|
|
925
924
|
__kind: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
926
925
|
};
|
|
927
|
-
__kind: "FailedToDeriveAddress";
|
|
928
926
|
} | {
|
|
927
|
+
__kind: "InvalidCcm";
|
|
929
928
|
value: {
|
|
930
|
-
__kind: "
|
|
929
|
+
__kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "TooManyAddressLookupTables";
|
|
931
930
|
};
|
|
932
|
-
__kind: "InvalidCcm";
|
|
933
931
|
} | {
|
|
934
932
|
__kind: "FailedToSerializeFinalTransaction";
|
|
935
933
|
} | {
|
|
936
|
-
value: number;
|
|
937
934
|
__kind: "FinalTransactionExceededMaxLength";
|
|
935
|
+
value: number;
|
|
938
936
|
} | {
|
|
937
|
+
__kind: "DispatchError";
|
|
939
938
|
value: {
|
|
940
939
|
__kind: "Other";
|
|
941
940
|
} | {
|
|
@@ -943,11 +942,11 @@ declare const solanaIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
943
942
|
} | {
|
|
944
943
|
__kind: "BadOrigin";
|
|
945
944
|
} | {
|
|
945
|
+
__kind: "Module";
|
|
946
946
|
value: {
|
|
947
947
|
index: number;
|
|
948
948
|
error: string;
|
|
949
949
|
};
|
|
950
|
-
__kind: "Module";
|
|
951
950
|
} | {
|
|
952
951
|
__kind: "ConsumerRemaining";
|
|
953
952
|
} | {
|
|
@@ -955,20 +954,20 @@ declare const solanaIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
955
954
|
} | {
|
|
956
955
|
__kind: "TooManyConsumers";
|
|
957
956
|
} | {
|
|
957
|
+
__kind: "Token";
|
|
958
958
|
value: {
|
|
959
|
-
__kind: "
|
|
959
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
960
960
|
};
|
|
961
|
-
__kind: "Token";
|
|
962
961
|
} | {
|
|
962
|
+
__kind: "Arithmetic";
|
|
963
963
|
value: {
|
|
964
964
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
965
965
|
};
|
|
966
|
-
__kind: "Arithmetic";
|
|
967
966
|
} | {
|
|
967
|
+
__kind: "Transactional";
|
|
968
968
|
value: {
|
|
969
969
|
__kind: "LimitReached" | "NoLayer";
|
|
970
970
|
};
|
|
971
|
-
__kind: "Transactional";
|
|
972
971
|
} | {
|
|
973
972
|
__kind: "Exhausted";
|
|
974
973
|
} | {
|
|
@@ -978,19 +977,18 @@ declare const solanaIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
978
977
|
} | {
|
|
979
978
|
__kind: "RootNotAllowed";
|
|
980
979
|
} | {
|
|
980
|
+
__kind: "Trie";
|
|
981
981
|
value: {
|
|
982
982
|
__kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
983
983
|
};
|
|
984
|
-
__kind: "Trie";
|
|
985
984
|
};
|
|
986
|
-
__kind: "DispatchError";
|
|
987
985
|
} | {
|
|
988
986
|
__kind: "AltsNotYetWitnessed";
|
|
989
987
|
} | {
|
|
990
988
|
__kind: "AltsInvalid";
|
|
991
989
|
};
|
|
992
|
-
__kind: "FailedToBuildCcmForSolana";
|
|
993
990
|
} | {
|
|
991
|
+
__kind: "DispatchError";
|
|
994
992
|
value: {
|
|
995
993
|
__kind: "Other";
|
|
996
994
|
} | {
|
|
@@ -998,11 +996,11 @@ declare const solanaIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
998
996
|
} | {
|
|
999
997
|
__kind: "BadOrigin";
|
|
1000
998
|
} | {
|
|
999
|
+
__kind: "Module";
|
|
1001
1000
|
value: {
|
|
1002
1001
|
index: number;
|
|
1003
1002
|
error: string;
|
|
1004
1003
|
};
|
|
1005
|
-
__kind: "Module";
|
|
1006
1004
|
} | {
|
|
1007
1005
|
__kind: "ConsumerRemaining";
|
|
1008
1006
|
} | {
|
|
@@ -1010,20 +1008,20 @@ declare const solanaIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
1010
1008
|
} | {
|
|
1011
1009
|
__kind: "TooManyConsumers";
|
|
1012
1010
|
} | {
|
|
1011
|
+
__kind: "Token";
|
|
1013
1012
|
value: {
|
|
1014
|
-
__kind: "
|
|
1013
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1015
1014
|
};
|
|
1016
|
-
__kind: "Token";
|
|
1017
1015
|
} | {
|
|
1016
|
+
__kind: "Arithmetic";
|
|
1018
1017
|
value: {
|
|
1019
1018
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1020
1019
|
};
|
|
1021
|
-
__kind: "Arithmetic";
|
|
1022
1020
|
} | {
|
|
1021
|
+
__kind: "Transactional";
|
|
1023
1022
|
value: {
|
|
1024
1023
|
__kind: "LimitReached" | "NoLayer";
|
|
1025
1024
|
};
|
|
1026
|
-
__kind: "Transactional";
|
|
1027
1025
|
} | {
|
|
1028
1026
|
__kind: "Exhausted";
|
|
1029
1027
|
} | {
|
|
@@ -1033,17 +1031,19 @@ declare const solanaIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
1033
1031
|
} | {
|
|
1034
1032
|
__kind: "RootNotAllowed";
|
|
1035
1033
|
} | {
|
|
1034
|
+
__kind: "Trie";
|
|
1036
1035
|
value: {
|
|
1037
1036
|
__kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
1038
1037
|
};
|
|
1039
|
-
__kind: "Trie";
|
|
1040
1038
|
};
|
|
1041
|
-
__kind: "DispatchError";
|
|
1042
1039
|
} | {
|
|
1043
1040
|
__kind: "NoVault";
|
|
1044
1041
|
} | {
|
|
1045
1042
|
__kind: "AuxDataNotReady";
|
|
1046
1043
|
};
|
|
1044
|
+
egressId: [{
|
|
1045
|
+
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
1046
|
+
}, string | number];
|
|
1047
1047
|
}>;
|
|
1048
1048
|
//#endregion
|
|
1049
1049
|
export { solanaIngressEgressCcmEgressInvalid };
|