@chainflip/processor 2.2.0-alpha.7 → 2.2.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/100/bitcoinBroadcaster/broadcastCallbackExecuted.d.cts +56 -56
- package/dist/100/bitcoinBroadcaster/broadcastCallbackExecuted.d.mts +56 -56
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.d.cts +40 -40
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.d.mts +40 -40
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.d.cts +40 -40
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.d.mts +40 -40
- package/dist/100/bitcoinIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/100/bitcoinIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.cts +40 -40
- package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.mts +40 -40
- package/dist/100/bitcoinIngressEgress/depositIgnored.d.cts +48 -48
- package/dist/100/bitcoinIngressEgress/depositIgnored.d.mts +48 -48
- package/dist/100/bitcoinIngressEgress/depositReceived.d.cts +48 -48
- package/dist/100/bitcoinIngressEgress/depositReceived.d.mts +48 -48
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.cts +108 -108
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.mts +108 -108
- package/dist/100/bitcoinIngressEgress/egressScheduled.d.cts +40 -40
- package/dist/100/bitcoinIngressEgress/egressScheduled.d.mts +40 -40
- package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.cts +40 -40
- package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.mts +40 -40
- package/dist/100/bitcoinThresholdSigner/currentKeyUnavailable.d.cts +4 -4
- package/dist/100/bitcoinThresholdSigner/currentKeyUnavailable.d.mts +4 -4
- package/dist/100/bitcoinThresholdSigner/failureReportProcessed.d.cts +4 -4
- package/dist/100/bitcoinThresholdSigner/failureReportProcessed.d.mts +4 -4
- package/dist/100/bitcoinThresholdSigner/retryRequested.d.cts +4 -4
- package/dist/100/bitcoinThresholdSigner/retryRequested.d.mts +4 -4
- package/dist/100/bitcoinThresholdSigner/signersUnavailable.d.cts +4 -4
- package/dist/100/bitcoinThresholdSigner/signersUnavailable.d.mts +4 -4
- package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.d.cts +64 -64
- package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.d.mts +64 -64
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureFailed.d.cts +4 -4
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureFailed.d.mts +4 -4
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureRequest.d.cts +4 -4
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureRequest.d.mts +4 -4
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureSuccess.d.cts +4 -4
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureSuccess.d.mts +4 -4
- package/dist/100/common.d.cts +249 -249
- package/dist/100/common.d.mts +249 -249
- package/dist/100/environment/runtimeSafeModeUpdated.d.cts +24 -24
- package/dist/100/environment/runtimeSafeModeUpdated.d.mts +24 -24
- package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.d.cts +56 -56
- package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.d.mts +56 -56
- package/dist/100/ethereumIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/100/ethereumIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.cts +40 -40
- package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.mts +40 -40
- package/dist/100/ethereumIngressEgress/depositIgnored.d.cts +4 -4
- package/dist/100/ethereumIngressEgress/depositIgnored.d.mts +4 -4
- package/dist/100/ethereumIngressEgress/depositReceived.d.cts +4 -4
- package/dist/100/ethereumIngressEgress/depositReceived.d.mts +4 -4
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.cts +40 -40
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.mts +40 -40
- package/dist/100/ethereumThresholdSigner/currentKeyUnavailable.d.cts +4 -4
- package/dist/100/ethereumThresholdSigner/currentKeyUnavailable.d.mts +4 -4
- package/dist/100/ethereumThresholdSigner/failureReportProcessed.d.cts +4 -4
- package/dist/100/ethereumThresholdSigner/failureReportProcessed.d.mts +4 -4
- package/dist/100/ethereumThresholdSigner/retryRequested.d.cts +4 -4
- package/dist/100/ethereumThresholdSigner/retryRequested.d.mts +4 -4
- package/dist/100/ethereumThresholdSigner/signersUnavailable.d.cts +4 -4
- package/dist/100/ethereumThresholdSigner/signersUnavailable.d.mts +4 -4
- package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.d.cts +64 -64
- package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.d.mts +64 -64
- package/dist/100/ethereumThresholdSigner/thresholdSignatureFailed.d.cts +4 -4
- package/dist/100/ethereumThresholdSigner/thresholdSignatureFailed.d.mts +4 -4
- package/dist/100/ethereumThresholdSigner/thresholdSignatureRequest.d.cts +4 -4
- package/dist/100/ethereumThresholdSigner/thresholdSignatureRequest.d.mts +4 -4
- package/dist/100/ethereumThresholdSigner/thresholdSignatureSuccess.d.cts +4 -4
- package/dist/100/ethereumThresholdSigner/thresholdSignatureSuccess.d.mts +4 -4
- package/dist/100/flip/remainingImbalance.d.cts +44 -44
- package/dist/100/flip/remainingImbalance.d.mts +44 -44
- package/dist/100/funding/boundExecutorAddress.d.cts +4 -4
- package/dist/100/funding/boundExecutorAddress.d.mts +4 -4
- package/dist/100/funding/boundRedeemAddress.d.cts +4 -4
- package/dist/100/funding/boundRedeemAddress.d.mts +4 -4
- package/dist/100/funding/failedFundingAttempt.d.cts +4 -4
- package/dist/100/funding/failedFundingAttempt.d.mts +4 -4
- package/dist/100/funding/funded.d.cts +4 -4
- package/dist/100/funding/funded.d.mts +4 -4
- package/dist/100/funding/redemptionRequested.d.cts +8 -8
- package/dist/100/funding/redemptionRequested.d.mts +8 -8
- package/dist/100/governance/failedExecution.d.cts +16 -16
- package/dist/100/governance/failedExecution.d.mts +16 -16
- package/dist/100/governance/govKeyCallExecutionFailed.d.cts +32 -32
- package/dist/100/governance/govKeyCallExecutionFailed.d.mts +32 -32
- package/dist/100/liquidityPools/assetSwapped.d.cts +24 -24
- package/dist/100/liquidityPools/assetSwapped.d.mts +24 -24
- package/dist/100/liquidityPools/limitOrderUpdated.d.cts +40 -40
- package/dist/100/liquidityPools/limitOrderUpdated.d.mts +40 -40
- package/dist/100/liquidityPools/newPoolCreated.d.cts +24 -24
- package/dist/100/liquidityPools/newPoolCreated.d.mts +24 -24
- package/dist/100/liquidityPools/poolFeeSet.d.cts +24 -24
- package/dist/100/liquidityPools/poolFeeSet.d.mts +24 -24
- package/dist/100/liquidityPools/poolStateUpdated.d.cts +24 -24
- package/dist/100/liquidityPools/poolStateUpdated.d.mts +24 -24
- package/dist/100/liquidityPools/rangeOrderUpdated.d.cts +40 -40
- package/dist/100/liquidityPools/rangeOrderUpdated.d.mts +40 -40
- package/dist/100/liquidityProvider/accountCredited.d.cts +12 -12
- package/dist/100/liquidityProvider/accountCredited.d.mts +12 -12
- package/dist/100/liquidityProvider/accountDebited.d.cts +12 -12
- package/dist/100/liquidityProvider/accountDebited.d.mts +12 -12
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.cts +30 -30
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.mts +30 -30
- package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.cts +88 -88
- package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.mts +88 -88
- package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.cts +28 -28
- package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.mts +28 -28
- package/dist/100/polkadotBroadcaster/broadcastCallbackExecuted.d.cts +56 -56
- package/dist/100/polkadotBroadcaster/broadcastCallbackExecuted.d.mts +56 -56
- package/dist/100/polkadotIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/100/polkadotIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.cts +40 -40
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.mts +40 -40
- package/dist/100/polkadotIngressEgress/depositIgnored.d.cts +4 -4
- package/dist/100/polkadotIngressEgress/depositIgnored.d.mts +4 -4
- package/dist/100/polkadotIngressEgress/depositReceived.d.cts +4 -4
- package/dist/100/polkadotIngressEgress/depositReceived.d.mts +4 -4
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.cts +40 -40
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.mts +40 -40
- package/dist/100/polkadotThresholdSigner/currentKeyUnavailable.d.cts +4 -4
- package/dist/100/polkadotThresholdSigner/currentKeyUnavailable.d.mts +4 -4
- package/dist/100/polkadotThresholdSigner/failureReportProcessed.d.cts +4 -4
- package/dist/100/polkadotThresholdSigner/failureReportProcessed.d.mts +4 -4
- package/dist/100/polkadotThresholdSigner/retryRequested.d.cts +4 -4
- package/dist/100/polkadotThresholdSigner/retryRequested.d.mts +4 -4
- package/dist/100/polkadotThresholdSigner/signersUnavailable.d.cts +4 -4
- package/dist/100/polkadotThresholdSigner/signersUnavailable.d.mts +4 -4
- package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.d.cts +64 -64
- package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.d.mts +64 -64
- package/dist/100/polkadotThresholdSigner/thresholdSignatureFailed.d.cts +4 -4
- package/dist/100/polkadotThresholdSigner/thresholdSignatureFailed.d.mts +4 -4
- package/dist/100/polkadotThresholdSigner/thresholdSignatureRequest.d.cts +4 -4
- package/dist/100/polkadotThresholdSigner/thresholdSignatureRequest.d.mts +4 -4
- package/dist/100/polkadotThresholdSigner/thresholdSignatureSuccess.d.cts +4 -4
- package/dist/100/polkadotThresholdSigner/thresholdSignatureSuccess.d.mts +4 -4
- package/dist/100/swapping/batchSwapFailed.d.cts +12 -12
- package/dist/100/swapping/batchSwapFailed.d.mts +12 -12
- package/dist/100/swapping/ccmDepositReceived.d.cts +128 -128
- package/dist/100/swapping/ccmDepositReceived.d.mts +128 -128
- package/dist/100/swapping/ccmFailed.d.cts +124 -124
- package/dist/100/swapping/ccmFailed.d.mts +124 -124
- package/dist/100/swapping/minimumSwapAmountSet.d.cts +12 -12
- package/dist/100/swapping/minimumSwapAmountSet.d.mts +12 -12
- package/dist/100/swapping/swapAmountTooLow.d.cts +38 -38
- package/dist/100/swapping/swapAmountTooLow.d.mts +38 -38
- package/dist/100/swapping/swapDepositAddressReady.d.cts +44 -44
- package/dist/100/swapping/swapDepositAddressReady.d.mts +44 -44
- package/dist/100/swapping/swapEgressScheduled.d.cts +20 -20
- package/dist/100/swapping/swapEgressScheduled.d.mts +20 -20
- package/dist/100/swapping/swapExecuted.d.cts +30 -30
- package/dist/100/swapping/swapExecuted.d.mts +30 -30
- package/dist/100/swapping/swapScheduled.d.cts +196 -196
- package/dist/100/swapping/swapScheduled.d.mts +196 -196
- package/dist/100/swapping/withdrawalRequested.d.cts +16 -16
- package/dist/100/swapping/withdrawalRequested.d.mts +16 -16
- package/dist/100/system/extrinsicFailed.d.cts +66 -66
- package/dist/100/system/extrinsicFailed.d.mts +66 -66
- package/dist/100/tokenholderGovernance/proposalEnacted.d.cts +16 -16
- package/dist/100/tokenholderGovernance/proposalEnacted.d.mts +16 -16
- package/dist/100/tokenholderGovernance/proposalPassed.d.cts +16 -16
- package/dist/100/tokenholderGovernance/proposalPassed.d.mts +16 -16
- package/dist/100/tokenholderGovernance/proposalRejected.d.cts +16 -16
- package/dist/100/tokenholderGovernance/proposalRejected.d.mts +16 -16
- package/dist/100/tokenholderGovernance/proposalSubmitted.d.cts +16 -16
- package/dist/100/tokenholderGovernance/proposalSubmitted.d.mts +16 -16
- package/dist/100/validator/rotationPhaseUpdated.d.cts +40 -40
- package/dist/100/validator/rotationPhaseUpdated.d.mts +40 -40
- package/dist/100/witnesser/witnessExecutionFailed.d.cts +32 -32
- package/dist/100/witnesser/witnessExecutionFailed.d.mts +32 -32
- package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.cts +214 -214
- package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.mts +214 -214
- package/dist/11000/arbitrumIngressEgress/depositFailed.d.cts +370 -370
- package/dist/11000/arbitrumIngressEgress/depositFailed.d.mts +370 -370
- package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +206 -206
- package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +206 -206
- package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.cts +214 -214
- package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.mts +214 -214
- package/dist/11000/assethubIngressEgress/depositFailed.d.cts +408 -408
- package/dist/11000/assethubIngressEgress/depositFailed.d.mts +408 -408
- package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +206 -206
- package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.mts +206 -206
- package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.cts +214 -214
- package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.mts +214 -214
- package/dist/11000/bitcoinIngressEgress/depositFailed.d.cts +631 -631
- package/dist/11000/bitcoinIngressEgress/depositFailed.d.mts +631 -631
- package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +206 -206
- package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +206 -206
- package/dist/11000/bitcoinIngressEgress/invalidCcmRefunded.d.cts +40 -40
- package/dist/11000/bitcoinIngressEgress/invalidCcmRefunded.d.mts +40 -40
- package/dist/11000/common.d.cts +2445 -2445
- package/dist/11000/common.d.mts +2445 -2445
- package/dist/11000/environment/runtimeSafeModeUpdated.d.cts +24 -24
- package/dist/11000/environment/runtimeSafeModeUpdated.d.mts +24 -24
- package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.d.cts +214 -214
- package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.d.mts +214 -214
- package/dist/11000/ethereumIngressEgress/depositFailed.d.cts +370 -370
- package/dist/11000/ethereumIngressEgress/depositFailed.d.mts +370 -370
- package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +206 -206
- package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +206 -206
- package/dist/11000/lendingPools/boostFundsAdded.d.cts +16 -16
- package/dist/11000/lendingPools/boostFundsAdded.d.mts +16 -16
- package/dist/11000/lendingPools/boostPoolCreated.d.cts +16 -16
- package/dist/11000/lendingPools/boostPoolCreated.d.mts +16 -16
- package/dist/11000/lendingPools/stoppedBoosting.d.cts +16 -16
- package/dist/11000/lendingPools/stoppedBoosting.d.mts +16 -16
- package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.cts +214 -214
- package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.mts +214 -214
- package/dist/11000/polkadotIngressEgress/depositFailed.d.cts +408 -408
- package/dist/11000/polkadotIngressEgress/depositFailed.d.mts +408 -408
- package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +206 -206
- package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +206 -206
- package/dist/11000/solanaElections/unknownElection.d.cts +8 -8
- package/dist/11000/solanaElections/unknownElection.d.mts +8 -8
- package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.cts +214 -214
- package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.mts +214 -214
- package/dist/11000/solanaIngressEgress/depositFailed.d.cts +370 -370
- package/dist/11000/solanaIngressEgress/depositFailed.d.mts +370 -370
- package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +206 -206
- package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +206 -206
- package/dist/11000/swapping/palletConfigUpdated.d.cts +64 -64
- package/dist/11000/swapping/palletConfigUpdated.d.mts +64 -64
- package/dist/11000/swapping/refundEgressScheduled.d.cts +32 -32
- package/dist/11000/swapping/refundEgressScheduled.d.mts +32 -32
- package/dist/11000/swapping/refundedOnChain.d.cts +16 -16
- package/dist/11000/swapping/refundedOnChain.d.mts +16 -16
- package/dist/11000/swapping/swapDepositAddressReady.d.cts +108 -108
- package/dist/11000/swapping/swapDepositAddressReady.d.mts +108 -108
- package/dist/11000/swapping/swapRequested.d.cts +212 -212
- package/dist/11000/swapping/swapRequested.d.mts +212 -212
- package/dist/11000/tradingStrategy/strategyDeployed.d.cts +48 -48
- package/dist/11000/tradingStrategy/strategyDeployed.d.mts +48 -48
- package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.cts +40 -40
- package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.mts +40 -40
- package/dist/111/common.d.cts +30 -30
- package/dist/111/common.d.mts +30 -30
- package/dist/111/liquidityPools/limitOrderUpdated.d.cts +50 -50
- package/dist/111/liquidityPools/limitOrderUpdated.d.mts +50 -50
- package/dist/111/liquidityPools/newPoolCreated.d.cts +24 -24
- package/dist/111/liquidityPools/newPoolCreated.d.mts +24 -24
- package/dist/111/liquidityPools/poolFeeSet.d.cts +24 -24
- package/dist/111/liquidityPools/poolFeeSet.d.mts +24 -24
- package/dist/111/liquidityPools/rangeOrderUpdated.d.cts +58 -58
- package/dist/111/liquidityPools/rangeOrderUpdated.d.mts +58 -58
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.cts +36 -36
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.mts +36 -36
- package/dist/11100/arbitrumIngressEgress/depositFailed.d.cts +44 -44
- package/dist/11100/arbitrumIngressEgress/depositFailed.d.mts +44 -44
- package/dist/11100/assethubIngressEgress/depositFailed.d.cts +80 -80
- package/dist/11100/assethubIngressEgress/depositFailed.d.mts +80 -80
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.cts +76 -76
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.mts +76 -76
- package/dist/11100/common.d.cts +370 -370
- package/dist/11100/common.d.mts +370 -370
- package/dist/11100/environment/runtimeSafeModeUpdated.d.cts +120 -120
- package/dist/11100/environment/runtimeSafeModeUpdated.d.mts +120 -120
- package/dist/11100/ethereumIngressEgress/depositFailed.d.cts +44 -44
- package/dist/11100/ethereumIngressEgress/depositFailed.d.mts +44 -44
- package/dist/11100/funding/sCCallCannotBeDecoded.d.cts +4 -4
- package/dist/11100/funding/sCCallCannotBeDecoded.d.mts +4 -4
- package/dist/11100/funding/sCCallCannotBeExecuted.d.cts +4 -4
- package/dist/11100/funding/sCCallCannotBeExecuted.d.mts +4 -4
- package/dist/11100/funding/sCCallExecuted.d.cts +4 -4
- package/dist/11100/funding/sCCallExecuted.d.mts +4 -4
- package/dist/11100/lendingPools/collateralAdded.d.cts +24 -24
- package/dist/11100/lendingPools/collateralAdded.d.mts +24 -24
- package/dist/11100/lendingPools/collateralRemoved.d.cts +24 -24
- package/dist/11100/lendingPools/collateralRemoved.d.mts +24 -24
- package/dist/11100/lendingPools/lendingFeeCollectionInitiated.d.cts +12 -12
- package/dist/11100/lendingPools/lendingFeeCollectionInitiated.d.mts +12 -12
- package/dist/11100/lendingPools/lendingFundsAdded.d.cts +14 -14
- package/dist/11100/lendingPools/lendingFundsAdded.d.mts +14 -14
- package/dist/11100/lendingPools/lendingFundsRemoved.d.cts +12 -12
- package/dist/11100/lendingPools/lendingFundsRemoved.d.mts +12 -12
- package/dist/11100/lendingPools/lendingPoolCreated.d.cts +12 -12
- package/dist/11100/lendingPools/lendingPoolCreated.d.mts +12 -12
- package/dist/11100/lendingPools/loanCreated.d.cts +16 -16
- package/dist/11100/lendingPools/loanCreated.d.mts +16 -16
- package/dist/11100/lendingPools/loanRepaid.d.cts +12 -12
- package/dist/11100/lendingPools/loanRepaid.d.mts +12 -12
- package/dist/11100/lendingPools/loanSettled.d.cts +12 -12
- package/dist/11100/lendingPools/loanSettled.d.mts +12 -12
- package/dist/11100/polkadotIngressEgress/depositFailed.d.cts +80 -80
- package/dist/11100/polkadotIngressEgress/depositFailed.d.mts +80 -80
- package/dist/11100/solanaIngressEgress/depositFailed.d.cts +44 -44
- package/dist/11100/solanaIngressEgress/depositFailed.d.mts +44 -44
- package/dist/11100/swapping/swapDepositAddressReady.d.cts +28 -28
- package/dist/11100/swapping/swapDepositAddressReady.d.mts +28 -28
- package/dist/11100/swapping/swapExecuted.d.cts +28 -28
- package/dist/11100/swapping/swapExecuted.d.mts +28 -28
- package/dist/11100/swapping/swapRequested.d.cts +68 -68
- package/dist/11100/swapping/swapRequested.d.mts +68 -68
- package/dist/11200/arbitrumIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/11200/arbitrumIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/11200/arbitrumIngressEgress/depositFailed.d.cts +368 -368
- package/dist/11200/arbitrumIngressEgress/depositFailed.d.mts +368 -368
- package/dist/11200/arbitrumIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/11200/arbitrumIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/11200/assethubIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/11200/assethubIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/11200/assethubIngressEgress/depositFailed.d.cts +404 -404
- package/dist/11200/assethubIngressEgress/depositFailed.d.mts +404 -404
- package/dist/11200/assethubIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/11200/assethubIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/11200/bitcoinIngressEgress/channelRejectionRequestReceived.d.cts +40 -40
- package/dist/11200/bitcoinIngressEgress/channelRejectionRequestReceived.d.mts +40 -40
- package/dist/11200/bitcoinIngressEgress/depositBoosted.d.cts +64 -64
- package/dist/11200/bitcoinIngressEgress/depositBoosted.d.mts +64 -64
- package/dist/11200/bitcoinIngressEgress/depositFailed.d.cts +640 -640
- package/dist/11200/bitcoinIngressEgress/depositFailed.d.mts +640 -640
- package/dist/11200/bitcoinIngressEgress/depositFinalised.d.cts +52 -52
- package/dist/11200/bitcoinIngressEgress/depositFinalised.d.mts +52 -52
- package/dist/11200/common.d.cts +2751 -2751
- package/dist/11200/common.d.mts +2751 -2751
- package/dist/11200/environment/runtimeSafeModeUpdated.d.cts +24 -24
- package/dist/11200/environment/runtimeSafeModeUpdated.d.mts +24 -24
- package/dist/11200/ethereumIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/11200/ethereumIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/11200/ethereumIngressEgress/depositFailed.d.cts +368 -368
- package/dist/11200/ethereumIngressEgress/depositFailed.d.mts +368 -368
- package/dist/11200/ethereumIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/11200/ethereumIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/11200/polkadotIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/11200/polkadotIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/11200/polkadotIngressEgress/depositFailed.d.cts +404 -404
- package/dist/11200/polkadotIngressEgress/depositFailed.d.mts +404 -404
- package/dist/11200/polkadotIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/11200/polkadotIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/11200/solanaIngressEgress/depositBoosted.d.cts +40 -40
- package/dist/11200/solanaIngressEgress/depositBoosted.d.mts +40 -40
- package/dist/11200/solanaIngressEgress/depositFailed.d.cts +432 -432
- package/dist/11200/solanaIngressEgress/depositFailed.d.mts +432 -432
- package/dist/11200/solanaIngressEgress/depositFinalised.d.cts +28 -28
- package/dist/11200/solanaIngressEgress/depositFinalised.d.mts +28 -28
- package/dist/11200/solanaIngressEgress/transactionRejectedByBroker.d.cts +16 -16
- package/dist/11200/solanaIngressEgress/transactionRejectedByBroker.d.mts +16 -16
- package/dist/11200/solanaIngressEgress/transactionRejectionFailed.d.cts +16 -16
- package/dist/11200/solanaIngressEgress/transactionRejectionFailed.d.mts +16 -16
- package/dist/11200/swapping/swapRequested.d.cts +760 -760
- package/dist/11200/swapping/swapRequested.d.mts +760 -760
- package/dist/120/bitcoinIngressEgress/depositIgnored.d.cts +8 -8
- package/dist/120/bitcoinIngressEgress/depositIgnored.d.mts +8 -8
- package/dist/120/bitcoinIngressEgress/depositReceived.d.cts +8 -8
- package/dist/120/bitcoinIngressEgress/depositReceived.d.mts +8 -8
- package/dist/120/emissions/networkFeeBurned.d.cts +4 -4
- package/dist/120/emissions/networkFeeBurned.d.mts +4 -4
- package/dist/120/ethereumIngressEgress/depositIgnored.d.cts +6 -6
- package/dist/120/ethereumIngressEgress/depositIgnored.d.mts +6 -6
- package/dist/120/ethereumIngressEgress/depositReceived.d.cts +6 -6
- package/dist/120/ethereumIngressEgress/depositReceived.d.mts +6 -6
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.cts +12 -12
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.mts +12 -12
- package/dist/120/polkadotIngressEgress/depositIgnored.d.cts +6 -6
- package/dist/120/polkadotIngressEgress/depositIgnored.d.mts +6 -6
- package/dist/120/polkadotIngressEgress/depositReceived.d.cts +6 -6
- package/dist/120/polkadotIngressEgress/depositReceived.d.mts +6 -6
- package/dist/120/swapping/swapEgressIgnored.d.cts +4 -4
- package/dist/120/swapping/swapEgressIgnored.d.mts +4 -4
- package/dist/120/swapping/swapEgressScheduled.d.cts +4 -4
- package/dist/120/swapping/swapEgressScheduled.d.mts +4 -4
- package/dist/120/swapping/withdrawalRequested.d.cts +8 -8
- package/dist/120/swapping/withdrawalRequested.d.mts +8 -8
- package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +4 -4
- package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.mts +4 -4
- package/dist/131/common.d.cts +11 -11
- package/dist/131/common.d.mts +11 -11
- package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.cts +4 -4
- package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.mts +4 -4
- package/dist/131/liquidityPools/assetSwapped.d.cts +24 -24
- package/dist/131/liquidityPools/assetSwapped.d.mts +24 -24
- package/dist/131/liquidityPools/limitOrderUpdated.d.cts +32 -32
- package/dist/131/liquidityPools/limitOrderUpdated.d.mts +32 -32
- package/dist/131/liquidityPools/newPoolCreated.d.cts +24 -24
- package/dist/131/liquidityPools/newPoolCreated.d.mts +24 -24
- package/dist/131/liquidityPools/poolFeeSet.d.cts +24 -24
- package/dist/131/liquidityPools/poolFeeSet.d.mts +24 -24
- package/dist/131/liquidityPools/rangeOrderUpdated.d.cts +40 -40
- package/dist/131/liquidityPools/rangeOrderUpdated.d.mts +40 -40
- package/dist/131/liquidityProvider/accountCredited.d.cts +12 -12
- package/dist/131/liquidityProvider/accountCredited.d.mts +12 -12
- package/dist/131/liquidityProvider/accountDebited.d.cts +12 -12
- package/dist/131/liquidityProvider/accountDebited.d.mts +12 -12
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.cts +22 -22
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.mts +22 -22
- package/dist/131/liquidityProvider/liquidityDepositCredited.d.cts +12 -12
- package/dist/131/liquidityProvider/liquidityDepositCredited.d.mts +12 -12
- package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.cts +20 -20
- package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.mts +20 -20
- package/dist/131/swapping/batchSwapFailed.d.cts +12 -12
- package/dist/131/swapping/batchSwapFailed.d.mts +12 -12
- package/dist/131/swapping/ccmFailed.d.cts +76 -76
- package/dist/131/swapping/ccmFailed.d.mts +76 -76
- package/dist/131/swapping/maximumSwapAmountSet.d.cts +12 -12
- package/dist/131/swapping/maximumSwapAmountSet.d.mts +12 -12
- package/dist/131/swapping/swapAmountConfiscated.d.cts +24 -24
- package/dist/131/swapping/swapAmountConfiscated.d.mts +24 -24
- package/dist/131/swapping/swapDepositAddressReady.d.cts +50 -50
- package/dist/131/swapping/swapDepositAddressReady.d.mts +50 -50
- package/dist/131/swapping/swapEgressIgnored.d.cts +16 -16
- package/dist/131/swapping/swapEgressIgnored.d.mts +16 -16
- package/dist/131/swapping/swapEgressScheduled.d.cts +16 -16
- package/dist/131/swapping/swapEgressScheduled.d.mts +16 -16
- package/dist/131/swapping/swapExecuted.d.cts +30 -30
- package/dist/131/swapping/swapExecuted.d.mts +30 -30
- package/dist/131/swapping/swapScheduled.d.cts +54 -54
- package/dist/131/swapping/swapScheduled.d.mts +54 -54
- package/dist/131/swapping/withdrawalRequested.d.cts +22 -22
- package/dist/131/swapping/withdrawalRequested.d.mts +22 -22
- package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.cts +56 -56
- package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.mts +56 -56
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.cts +32 -32
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.mts +32 -32
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.cts +4 -4
- package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.mts +4 -4
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/141/arbitrumIngressEgress/depositIgnored.d.cts +4 -4
- package/dist/141/arbitrumIngressEgress/depositIgnored.d.mts +4 -4
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.cts +40 -40
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.mts +40 -40
- package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +56 -56
- package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +56 -56
- package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +8 -8
- package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.mts +8 -8
- package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.cts +8 -8
- package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.mts +8 -8
- package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.cts +32 -32
- package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.mts +32 -32
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.cts +48 -48
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.mts +48 -48
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.cts +48 -48
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.mts +48 -48
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +8 -8
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.mts +8 -8
- package/dist/141/common.d.cts +243 -243
- package/dist/141/common.d.mts +243 -243
- package/dist/141/environment/runtimeSafeModeUpdated.d.cts +24 -24
- package/dist/141/environment/runtimeSafeModeUpdated.d.mts +24 -24
- package/dist/141/environment/staleUtxosDiscarded.d.cts +36 -36
- package/dist/141/environment/staleUtxosDiscarded.d.mts +36 -36
- package/dist/141/ethereumIngressEgress/ccmEgressInvalid.d.cts +32 -32
- package/dist/141/ethereumIngressEgress/ccmEgressInvalid.d.mts +32 -32
- package/dist/141/ethereumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/141/ethereumIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/141/ethereumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/141/ethereumIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +8 -8
- package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.mts +8 -8
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.cts +56 -56
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.mts +56 -56
- package/dist/141/liquidityPools/limitOrderUpdated.d.cts +16 -16
- package/dist/141/liquidityPools/limitOrderUpdated.d.mts +16 -16
- package/dist/141/liquidityPools/rangeOrderUpdated.d.cts +40 -40
- package/dist/141/liquidityPools/rangeOrderUpdated.d.mts +40 -40
- package/dist/141/liquidityProvider/accountCredited.d.cts +4 -4
- package/dist/141/liquidityProvider/accountCredited.d.mts +4 -4
- package/dist/141/liquidityProvider/accountDebited.d.cts +4 -4
- package/dist/141/liquidityProvider/accountDebited.d.mts +4 -4
- package/dist/141/liquidityProvider/assetTransferred.d.cts +4 -4
- package/dist/141/liquidityProvider/assetTransferred.d.mts +4 -4
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.cts +16 -16
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.mts +16 -16
- package/dist/141/liquidityProvider/liquidityDepositCredited.d.cts +4 -4
- package/dist/141/liquidityProvider/liquidityDepositCredited.d.mts +4 -4
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.cts +96 -96
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.mts +96 -96
- package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.cts +12 -12
- package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.mts +12 -12
- package/dist/141/polkadotIngressEgress/ccmEgressInvalid.d.cts +32 -32
- package/dist/141/polkadotIngressEgress/ccmEgressInvalid.d.mts +32 -32
- package/dist/141/polkadotIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/141/polkadotIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/141/polkadotIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/141/polkadotIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +8 -8
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.mts +8 -8
- package/dist/141/swapping/batchSwapFailed.d.cts +4 -4
- package/dist/141/swapping/batchSwapFailed.d.mts +4 -4
- package/dist/141/swapping/ccmDepositReceived.d.cts +144 -144
- package/dist/141/swapping/ccmDepositReceived.d.mts +144 -144
- package/dist/141/swapping/ccmFailed.d.cts +146 -146
- package/dist/141/swapping/ccmFailed.d.mts +146 -146
- package/dist/141/swapping/swapDepositAddressReady.d.cts +16 -16
- package/dist/141/swapping/swapDepositAddressReady.d.mts +16 -16
- package/dist/141/swapping/swapEgressIgnored.d.cts +40 -40
- package/dist/141/swapping/swapEgressIgnored.d.mts +40 -40
- package/dist/141/swapping/swapEgressScheduled.d.cts +8 -8
- package/dist/141/swapping/swapEgressScheduled.d.mts +8 -8
- package/dist/141/swapping/swapExecuted.d.cts +152 -152
- package/dist/141/swapping/swapExecuted.d.mts +152 -152
- package/dist/141/swapping/swapScheduled.d.cts +174 -174
- package/dist/141/swapping/swapScheduled.d.mts +174 -174
- package/dist/141/swapping/withdrawalRequested.d.cts +8 -8
- package/dist/141/swapping/withdrawalRequested.d.mts +8 -8
- package/dist/141/tokenholderGovernance/proposalEnacted.d.cts +16 -16
- package/dist/141/tokenholderGovernance/proposalEnacted.d.mts +16 -16
- package/dist/141/tokenholderGovernance/proposalPassed.d.cts +16 -16
- package/dist/141/tokenholderGovernance/proposalPassed.d.mts +16 -16
- package/dist/141/tokenholderGovernance/proposalRejected.d.cts +16 -16
- package/dist/141/tokenholderGovernance/proposalRejected.d.mts +16 -16
- package/dist/141/tokenholderGovernance/proposalSubmitted.d.cts +16 -16
- package/dist/141/tokenholderGovernance/proposalSubmitted.d.mts +16 -16
- package/dist/141/validator/rotationPhaseUpdated.d.cts +40 -40
- package/dist/141/validator/rotationPhaseUpdated.d.mts +40 -40
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.cts +40 -40
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.mts +40 -40
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/150/arbitrumIngressEgress/depositIgnored.d.cts +4 -4
- package/dist/150/arbitrumIngressEgress/depositIgnored.d.mts +4 -4
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.cts +40 -40
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.mts +40 -40
- package/dist/150/assetBalances/refundScheduled.d.cts +104 -104
- package/dist/150/assetBalances/refundScheduled.d.mts +104 -104
- package/dist/150/assetBalances/refundSkipped.d.cts +192 -192
- package/dist/150/assetBalances/refundSkipped.d.mts +192 -192
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.cts +40 -40
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.mts +40 -40
- package/dist/150/bitcoinIngressEgress/depositBoosted.d.cts +52 -52
- package/dist/150/bitcoinIngressEgress/depositBoosted.d.mts +52 -52
- package/dist/150/bitcoinIngressEgress/depositFinalised.d.cts +48 -48
- package/dist/150/bitcoinIngressEgress/depositFinalised.d.mts +48 -48
- package/dist/150/common.d.cts +289 -289
- package/dist/150/common.d.mts +289 -289
- package/dist/150/emissions/networkFeeBurned.d.cts +4 -4
- package/dist/150/emissions/networkFeeBurned.d.mts +4 -4
- package/dist/150/environment/runtimeSafeModeUpdated.d.cts +80 -80
- package/dist/150/environment/runtimeSafeModeUpdated.d.mts +80 -80
- package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.cts +40 -40
- package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.mts +40 -40
- package/dist/150/ethereumIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/150/ethereumIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/150/ethereumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/150/ethereumIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/150/ethereumIngressEgress/depositIgnored.d.cts +4 -4
- package/dist/150/ethereumIngressEgress/depositIgnored.d.mts +4 -4
- package/dist/150/ethereumIngressEgress/depositWitnessRejected.d.cts +40 -40
- package/dist/150/ethereumIngressEgress/depositWitnessRejected.d.mts +40 -40
- package/dist/150/liquidityPools/assetSwapped.d.cts +24 -24
- package/dist/150/liquidityPools/assetSwapped.d.mts +24 -24
- package/dist/150/liquidityPools/limitOrderUpdated.d.cts +48 -48
- package/dist/150/liquidityPools/limitOrderUpdated.d.mts +48 -48
- package/dist/150/liquidityPools/newPoolCreated.d.cts +24 -24
- package/dist/150/liquidityPools/newPoolCreated.d.mts +24 -24
- package/dist/150/liquidityPools/poolFeeSet.d.cts +24 -24
- package/dist/150/liquidityPools/poolFeeSet.d.mts +24 -24
- package/dist/150/liquidityPools/rangeOrderUpdated.d.cts +80 -80
- package/dist/150/liquidityPools/rangeOrderUpdated.d.mts +80 -80
- package/dist/150/liquidityProvider/accountCredited.d.cts +12 -12
- package/dist/150/liquidityProvider/accountCredited.d.mts +12 -12
- package/dist/150/liquidityProvider/accountDebited.d.cts +12 -12
- package/dist/150/liquidityProvider/accountDebited.d.mts +12 -12
- package/dist/150/liquidityProvider/assetTransferred.d.cts +12 -12
- package/dist/150/liquidityProvider/assetTransferred.d.mts +12 -12
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.cts +22 -22
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.mts +22 -22
- package/dist/150/liquidityProvider/liquidityDepositCredited.d.cts +12 -12
- package/dist/150/liquidityProvider/liquidityDepositCredited.d.mts +12 -12
- package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.cts +100 -100
- package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.mts +100 -100
- package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.cts +28 -28
- package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.mts +28 -28
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.cts +40 -40
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.mts +40 -40
- package/dist/150/polkadotIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/150/polkadotIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/150/polkadotIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/150/polkadotIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/150/polkadotIngressEgress/depositIgnored.d.cts +4 -4
- package/dist/150/polkadotIngressEgress/depositIgnored.d.mts +4 -4
- package/dist/150/polkadotIngressEgress/depositWitnessRejected.d.cts +40 -40
- package/dist/150/polkadotIngressEgress/depositWitnessRejected.d.mts +40 -40
- package/dist/150/solanaBroadcaster/broadcastCallbackExecuted.d.cts +56 -56
- package/dist/150/solanaBroadcaster/broadcastCallbackExecuted.d.mts +56 -56
- package/dist/150/solanaBroadcaster/transactionBroadcastRequest.d.cts +4 -4
- package/dist/150/solanaBroadcaster/transactionBroadcastRequest.d.mts +4 -4
- package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.cts +40 -40
- package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.mts +40 -40
- package/dist/150/solanaIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/150/solanaIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/150/solanaIngressEgress/depositFetchesScheduled.d.cts +4 -4
- package/dist/150/solanaIngressEgress/depositFetchesScheduled.d.mts +4 -4
- package/dist/150/solanaIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/150/solanaIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/150/solanaIngressEgress/depositWitnessRejected.d.cts +32 -32
- package/dist/150/solanaIngressEgress/depositWitnessRejected.d.mts +32 -32
- package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +56 -56
- package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +56 -56
- package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.d.cts +8 -8
- package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.d.mts +8 -8
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.cts +56 -56
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.mts +56 -56
- package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.cts +4 -4
- package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.mts +4 -4
- package/dist/150/swapping/batchSwapFailed.d.cts +12 -12
- package/dist/150/swapping/batchSwapFailed.d.mts +12 -12
- package/dist/150/swapping/ccmDepositReceived.d.cts +172 -172
- package/dist/150/swapping/ccmDepositReceived.d.mts +172 -172
- package/dist/150/swapping/ccmFailed.d.cts +244 -244
- package/dist/150/swapping/ccmFailed.d.mts +244 -244
- package/dist/150/swapping/maximumSwapAmountSet.d.cts +12 -12
- package/dist/150/swapping/maximumSwapAmountSet.d.mts +12 -12
- package/dist/150/swapping/refundEgressIgnored.d.cts +46 -46
- package/dist/150/swapping/refundEgressIgnored.d.mts +46 -46
- package/dist/150/swapping/refundEgressScheduled.d.cts +22 -22
- package/dist/150/swapping/refundEgressScheduled.d.mts +22 -22
- package/dist/150/swapping/swapAmountConfiscated.d.cts +24 -24
- package/dist/150/swapping/swapAmountConfiscated.d.mts +24 -24
- package/dist/150/swapping/swapDepositAddressReady.d.cts +58 -58
- package/dist/150/swapping/swapDepositAddressReady.d.mts +58 -58
- package/dist/150/swapping/swapEgressIgnored.d.cts +46 -46
- package/dist/150/swapping/swapEgressIgnored.d.mts +46 -46
- package/dist/150/swapping/swapEgressScheduled.d.cts +22 -22
- package/dist/150/swapping/swapEgressScheduled.d.mts +22 -22
- package/dist/150/swapping/swapExecuted.d.cts +196 -196
- package/dist/150/swapping/swapExecuted.d.mts +196 -196
- package/dist/150/swapping/swapScheduled.d.cts +278 -278
- package/dist/150/swapping/swapScheduled.d.mts +278 -278
- package/dist/150/swapping/withdrawalRequested.d.cts +32 -32
- package/dist/150/swapping/withdrawalRequested.d.mts +32 -32
- package/dist/150/tokenholderGovernance/proposalEnacted.d.cts +16 -16
- package/dist/150/tokenholderGovernance/proposalEnacted.d.mts +16 -16
- package/dist/150/tokenholderGovernance/proposalPassed.d.cts +16 -16
- package/dist/150/tokenholderGovernance/proposalPassed.d.mts +16 -16
- package/dist/150/tokenholderGovernance/proposalRejected.d.cts +16 -16
- package/dist/150/tokenholderGovernance/proposalRejected.d.mts +16 -16
- package/dist/150/tokenholderGovernance/proposalSubmitted.d.cts +16 -16
- package/dist/150/tokenholderGovernance/proposalSubmitted.d.mts +16 -16
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.cts +28 -28
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.mts +28 -28
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.cts +20 -20
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.mts +20 -20
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/160/assetBalances/accountCredited.d.cts +12 -12
- package/dist/160/assetBalances/accountCredited.d.mts +12 -12
- package/dist/160/assetBalances/accountDebited.d.cts +12 -12
- package/dist/160/assetBalances/accountDebited.d.mts +12 -12
- package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.cts +28 -28
- package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.mts +28 -28
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.cts +20 -20
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.mts +20 -20
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/160/common.d.cts +88 -88
- package/dist/160/common.d.mts +88 -88
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.cts +28 -28
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.mts +28 -28
- package/dist/160/ethereumIngressEgress/depositBoosted.d.cts +20 -20
- package/dist/160/ethereumIngressEgress/depositBoosted.d.mts +20 -20
- package/dist/160/ethereumIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/160/ethereumIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/160/liquidityPools/assetSwapped.d.cts +24 -24
- package/dist/160/liquidityPools/assetSwapped.d.mts +24 -24
- package/dist/160/liquidityPools/limitOrderUpdated.d.cts +24 -24
- package/dist/160/liquidityPools/limitOrderUpdated.d.mts +24 -24
- package/dist/160/liquidityPools/newPoolCreated.d.cts +24 -24
- package/dist/160/liquidityPools/newPoolCreated.d.mts +24 -24
- package/dist/160/liquidityPools/orderDeletionFailed.d.cts +64 -64
- package/dist/160/liquidityPools/orderDeletionFailed.d.mts +64 -64
- package/dist/160/liquidityPools/poolFeeSet.d.cts +24 -24
- package/dist/160/liquidityPools/poolFeeSet.d.mts +24 -24
- package/dist/160/liquidityPools/rangeOrderUpdated.d.cts +48 -48
- package/dist/160/liquidityPools/rangeOrderUpdated.d.mts +48 -48
- package/dist/160/liquidityProvider/assetTransferred.d.cts +12 -12
- package/dist/160/liquidityProvider/assetTransferred.d.mts +12 -12
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.cts +26 -26
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.mts +26 -26
- package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.cts +28 -28
- package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.mts +28 -28
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.cts +28 -28
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.mts +28 -28
- package/dist/160/polkadotIngressEgress/depositBoosted.d.cts +20 -20
- package/dist/160/polkadotIngressEgress/depositBoosted.d.mts +20 -20
- package/dist/160/polkadotIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/160/polkadotIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/160/solanaIngressEgress/boostFundsAdded.d.cts +4 -4
- package/dist/160/solanaIngressEgress/boostFundsAdded.d.mts +4 -4
- package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.cts +28 -28
- package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.mts +28 -28
- package/dist/160/solanaIngressEgress/depositBoosted.d.cts +16 -16
- package/dist/160/solanaIngressEgress/depositBoosted.d.mts +16 -16
- package/dist/160/solanaIngressEgress/depositFetchesScheduled.d.cts +4 -4
- package/dist/160/solanaIngressEgress/depositFetchesScheduled.d.mts +4 -4
- package/dist/160/solanaIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/160/solanaIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/160/solanaIngressEgress/depositWitnessRejected.d.cts +16 -16
- package/dist/160/solanaIngressEgress/depositWitnessRejected.d.mts +16 -16
- package/dist/160/solanaIngressEgress/insufficientBoostLiquidity.d.cts +8 -8
- package/dist/160/solanaIngressEgress/insufficientBoostLiquidity.d.mts +8 -8
- package/dist/160/solanaIngressEgress/stoppedBoosting.d.cts +4 -4
- package/dist/160/solanaIngressEgress/stoppedBoosting.d.mts +4 -4
- package/dist/160/solanaIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/160/solanaIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/160/swapping/batchSwapFailed.d.cts +12 -12
- package/dist/160/swapping/batchSwapFailed.d.mts +12 -12
- package/dist/160/swapping/ccmFailed.d.cts +28 -28
- package/dist/160/swapping/ccmFailed.d.mts +28 -28
- package/dist/160/swapping/maximumSwapAmountSet.d.cts +12 -12
- package/dist/160/swapping/maximumSwapAmountSet.d.mts +12 -12
- package/dist/160/swapping/refundEgressIgnored.d.cts +30 -30
- package/dist/160/swapping/refundEgressIgnored.d.mts +30 -30
- package/dist/160/swapping/refundEgressScheduled.d.cts +22 -22
- package/dist/160/swapping/refundEgressScheduled.d.mts +22 -22
- package/dist/160/swapping/swapAmountConfiscated.d.cts +14 -14
- package/dist/160/swapping/swapAmountConfiscated.d.mts +14 -14
- package/dist/160/swapping/swapDepositAddressReady.d.cts +50 -50
- package/dist/160/swapping/swapDepositAddressReady.d.mts +50 -50
- package/dist/160/swapping/swapEgressIgnored.d.cts +30 -30
- package/dist/160/swapping/swapEgressIgnored.d.mts +30 -30
- package/dist/160/swapping/swapEgressScheduled.d.cts +22 -22
- package/dist/160/swapping/swapEgressScheduled.d.mts +22 -22
- package/dist/160/swapping/swapExecuted.d.cts +24 -24
- package/dist/160/swapping/swapExecuted.d.mts +24 -24
- package/dist/160/swapping/swapRequested.d.cts +76 -76
- package/dist/160/swapping/swapRequested.d.mts +76 -76
- package/dist/160/swapping/swapScheduled.d.cts +12 -12
- package/dist/160/swapping/swapScheduled.d.mts +12 -12
- package/dist/160/swapping/withdrawalRequested.d.cts +30 -30
- package/dist/160/swapping/withdrawalRequested.d.mts +30 -30
- package/dist/170/arbitrumIngressEgress/boostedDepositLost.d.cts +4 -4
- package/dist/170/arbitrumIngressEgress/boostedDepositLost.d.mts +4 -4
- package/dist/170/arbitrumIngressEgress/ccmFailed.d.cts +74 -74
- package/dist/170/arbitrumIngressEgress/ccmFailed.d.mts +74 -74
- package/dist/170/arbitrumIngressEgress/depositIgnored.d.cts +12 -12
- package/dist/170/arbitrumIngressEgress/depositIgnored.d.mts +12 -12
- package/dist/170/bitcoinIngressEgress/boostedDepositLost.d.cts +4 -4
- package/dist/170/bitcoinIngressEgress/boostedDepositLost.d.mts +4 -4
- package/dist/170/bitcoinIngressEgress/ccmFailed.d.cts +74 -74
- package/dist/170/bitcoinIngressEgress/ccmFailed.d.mts +74 -74
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.cts +20 -20
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.mts +20 -20
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.cts +20 -20
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.mts +20 -20
- package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.cts +8 -8
- package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.mts +8 -8
- package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.cts +8 -8
- package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.mts +8 -8
- package/dist/170/common.d.cts +70 -70
- package/dist/170/common.d.mts +70 -70
- package/dist/170/ethereumIngressEgress/boostedDepositLost.d.cts +4 -4
- package/dist/170/ethereumIngressEgress/boostedDepositLost.d.mts +4 -4
- package/dist/170/ethereumIngressEgress/ccmFailed.d.cts +74 -74
- package/dist/170/ethereumIngressEgress/ccmFailed.d.mts +74 -74
- package/dist/170/ethereumIngressEgress/depositIgnored.d.cts +12 -12
- package/dist/170/ethereumIngressEgress/depositIgnored.d.mts +12 -12
- package/dist/170/polkadotIngressEgress/boostedDepositLost.d.cts +4 -4
- package/dist/170/polkadotIngressEgress/boostedDepositLost.d.mts +4 -4
- package/dist/170/polkadotIngressEgress/ccmFailed.d.cts +74 -74
- package/dist/170/polkadotIngressEgress/ccmFailed.d.mts +74 -74
- package/dist/170/polkadotIngressEgress/depositIgnored.d.cts +12 -12
- package/dist/170/polkadotIngressEgress/depositIgnored.d.mts +12 -12
- package/dist/170/reputation/offencePenalty.d.cts +4 -4
- package/dist/170/reputation/offencePenalty.d.mts +4 -4
- package/dist/170/solanaIngressEgress/boostedDepositLost.d.cts +4 -4
- package/dist/170/solanaIngressEgress/boostedDepositLost.d.mts +4 -4
- package/dist/170/solanaIngressEgress/ccmFailed.d.cts +74 -74
- package/dist/170/solanaIngressEgress/ccmFailed.d.mts +74 -74
- package/dist/170/solanaIngressEgress/depositIgnored.d.cts +12 -12
- package/dist/170/solanaIngressEgress/depositIgnored.d.mts +12 -12
- package/dist/170/swapping/minimumChunkSizeSet.d.cts +12 -12
- package/dist/170/swapping/minimumChunkSizeSet.d.mts +12 -12
- package/dist/170/swapping/swapRequested.d.cts +106 -106
- package/dist/170/swapping/swapRequested.d.mts +106 -106
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/180/arbitrumIngressEgress/depositFailed.d.cts +56 -56
- package/dist/180/arbitrumIngressEgress/depositFailed.d.mts +56 -56
- package/dist/180/arbitrumIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/180/arbitrumIngressEgress/depositFinalised.d.mts +4 -4
- package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/180/bitcoinIngressEgress/depositFailed.d.cts +56 -56
- package/dist/180/bitcoinIngressEgress/depositFailed.d.mts +56 -56
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.mts +4 -4
- package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/180/common.d.cts +158 -158
- package/dist/180/common.d.mts +158 -158
- package/dist/180/ethereumIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/180/ethereumIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/180/ethereumIngressEgress/depositFailed.d.cts +56 -56
- package/dist/180/ethereumIngressEgress/depositFailed.d.mts +56 -56
- package/dist/180/ethereumIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/180/ethereumIngressEgress/depositFinalised.d.mts +4 -4
- package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/180/polkadotIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/180/polkadotIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/180/polkadotIngressEgress/depositFailed.d.cts +56 -56
- package/dist/180/polkadotIngressEgress/depositFailed.d.mts +56 -56
- package/dist/180/polkadotIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/180/polkadotIngressEgress/depositFinalised.d.mts +4 -4
- package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/180/solanaIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/180/solanaIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/180/solanaIngressEgress/depositFailed.d.cts +32 -32
- package/dist/180/solanaIngressEgress/depositFailed.d.mts +32 -32
- package/dist/180/solanaIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/180/solanaIngressEgress/depositFinalised.d.mts +4 -4
- package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/180/swapping/refundEgressScheduled.d.cts +26 -26
- package/dist/180/swapping/refundEgressScheduled.d.mts +26 -26
- package/dist/180/swapping/swapDepositAddressReady.d.cts +28 -28
- package/dist/180/swapping/swapDepositAddressReady.d.mts +28 -28
- package/dist/180/swapping/swapEgressScheduled.d.cts +26 -26
- package/dist/180/swapping/swapEgressScheduled.d.mts +26 -26
- package/dist/180/swapping/swapRequested.d.cts +32 -32
- package/dist/180/swapping/swapRequested.d.mts +32 -32
- package/dist/180/swapping/swapScheduled.d.cts +12 -12
- package/dist/180/swapping/swapScheduled.d.mts +12 -12
- package/dist/180/swapping/withdrawalRequested.d.cts +12 -12
- package/dist/180/swapping/withdrawalRequested.d.mts +12 -12
- package/dist/190/arbitrumIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/190/arbitrumIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/190/arbitrumIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/190/arbitrumIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/190/arbitrumIngressEgress/depositFailed.d.cts +60 -60
- package/dist/190/arbitrumIngressEgress/depositFailed.d.mts +60 -60
- package/dist/190/arbitrumIngressEgress/depositFinalised.d.cts +16 -16
- package/dist/190/arbitrumIngressEgress/depositFinalised.d.mts +16 -16
- package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/190/assetBalances/accountCredited.d.cts +4 -4
- package/dist/190/assetBalances/accountCredited.d.mts +4 -4
- package/dist/190/assetBalances/accountDebited.d.cts +4 -4
- package/dist/190/assetBalances/accountDebited.d.mts +4 -4
- package/dist/190/assethubIngressEgress/boostedDepositLost.d.cts +4 -4
- package/dist/190/assethubIngressEgress/boostedDepositLost.d.mts +4 -4
- package/dist/190/assethubIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/190/assethubIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/190/assethubIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/190/assethubIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/190/assethubIngressEgress/depositFailed.d.cts +60 -60
- package/dist/190/assethubIngressEgress/depositFailed.d.mts +60 -60
- package/dist/190/assethubIngressEgress/depositFinalised.d.cts +16 -16
- package/dist/190/assethubIngressEgress/depositFinalised.d.mts +16 -16
- package/dist/190/assethubIngressEgress/transactionRejectionRequestExpired.d.cts +4 -4
- package/dist/190/assethubIngressEgress/transactionRejectionRequestExpired.d.mts +4 -4
- package/dist/190/assethubIngressEgress/transactionRejectionRequestReceived.d.cts +4 -4
- package/dist/190/assethubIngressEgress/transactionRejectionRequestReceived.d.mts +4 -4
- package/dist/190/assethubIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/190/assethubIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/190/bitcoinIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/190/bitcoinIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/190/bitcoinIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/190/bitcoinIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/190/bitcoinIngressEgress/depositFailed.d.cts +60 -60
- package/dist/190/bitcoinIngressEgress/depositFailed.d.mts +60 -60
- package/dist/190/bitcoinIngressEgress/depositFinalised.d.cts +16 -16
- package/dist/190/bitcoinIngressEgress/depositFinalised.d.mts +16 -16
- package/dist/190/bitcoinIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/190/bitcoinIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/190/common.d.cts +250 -250
- package/dist/190/common.d.mts +250 -250
- package/dist/190/environment/runtimeSafeModeUpdated.d.cts +92 -92
- package/dist/190/environment/runtimeSafeModeUpdated.d.mts +92 -92
- package/dist/190/ethereumIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/190/ethereumIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/190/ethereumIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/190/ethereumIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/190/ethereumIngressEgress/depositFailed.d.cts +60 -60
- package/dist/190/ethereumIngressEgress/depositFailed.d.mts +60 -60
- package/dist/190/ethereumIngressEgress/depositFinalised.d.cts +16 -16
- package/dist/190/ethereumIngressEgress/depositFinalised.d.mts +16 -16
- package/dist/190/ethereumIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/190/ethereumIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/190/liquidityPools/limitOrderUpdated.d.cts +8 -8
- package/dist/190/liquidityPools/limitOrderUpdated.d.mts +8 -8
- package/dist/190/liquidityPools/orderDeletionFailed.d.cts +16 -16
- package/dist/190/liquidityPools/orderDeletionFailed.d.mts +16 -16
- package/dist/190/liquidityPools/rangeOrderUpdated.d.cts +8 -8
- package/dist/190/liquidityPools/rangeOrderUpdated.d.mts +8 -8
- package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.cts +8 -8
- package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.mts +8 -8
- package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.cts +4 -4
- package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.mts +4 -4
- package/dist/190/polkadotIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/190/polkadotIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/190/polkadotIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/190/polkadotIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/190/polkadotIngressEgress/depositFailed.d.cts +60 -60
- package/dist/190/polkadotIngressEgress/depositFailed.d.mts +60 -60
- package/dist/190/polkadotIngressEgress/depositFinalised.d.cts +16 -16
- package/dist/190/polkadotIngressEgress/depositFinalised.d.mts +16 -16
- package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/190/solanaIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/190/solanaIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/190/solanaIngressEgress/depositBoosted.d.cts +20 -20
- package/dist/190/solanaIngressEgress/depositBoosted.d.mts +20 -20
- package/dist/190/solanaIngressEgress/depositFailed.d.cts +48 -48
- package/dist/190/solanaIngressEgress/depositFailed.d.mts +48 -48
- package/dist/190/solanaIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/190/solanaIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/190/solanaIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/190/solanaIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/190/swapping/creditedOnChain.d.cts +4 -4
- package/dist/190/swapping/creditedOnChain.d.mts +4 -4
- package/dist/190/swapping/refundEgressIgnored.d.cts +4 -4
- package/dist/190/swapping/refundEgressIgnored.d.mts +4 -4
- package/dist/190/swapping/refundEgressScheduled.d.cts +4 -4
- package/dist/190/swapping/refundEgressScheduled.d.mts +4 -4
- package/dist/190/swapping/refundedOnChain.d.cts +4 -4
- package/dist/190/swapping/refundedOnChain.d.mts +4 -4
- package/dist/190/swapping/swapDepositAddressReady.d.cts +28 -28
- package/dist/190/swapping/swapDepositAddressReady.d.mts +28 -28
- package/dist/190/swapping/swapEgressIgnored.d.cts +4 -4
- package/dist/190/swapping/swapEgressIgnored.d.mts +4 -4
- package/dist/190/swapping/swapEgressScheduled.d.cts +4 -4
- package/dist/190/swapping/swapEgressScheduled.d.mts +4 -4
- package/dist/190/swapping/swapRequested.d.cts +8 -8
- package/dist/190/swapping/swapRequested.d.mts +8 -8
- package/dist/190/tradingStrategy/strategyDeployed.d.cts +8 -8
- package/dist/190/tradingStrategy/strategyDeployed.d.mts +8 -8
- package/dist/200/common.d.cts +56 -56
- package/dist/200/common.d.mts +56 -56
- package/dist/200/environment/runtimeSafeModeUpdated.d.cts +56 -56
- package/dist/200/environment/runtimeSafeModeUpdated.d.mts +56 -56
- package/dist/200/lendingPools/lendingFundsAdded.d.cts +4 -4
- package/dist/200/lendingPools/lendingFundsAdded.d.mts +4 -4
- package/dist/200/lendingPools/lendingFundsRemoved.d.cts +4 -4
- package/dist/200/lendingPools/lendingFundsRemoved.d.mts +4 -4
- package/dist/200/lendingPools/liquidationCompleted.d.cts +4 -4
- package/dist/200/lendingPools/liquidationCompleted.d.mts +4 -4
- package/dist/200/lendingPools/loanCreated.d.cts +4 -4
- package/dist/200/lendingPools/loanCreated.d.mts +4 -4
- package/dist/200/swapping/accountCreationDepositAddressReady.d.cts +4 -4
- package/dist/200/swapping/accountCreationDepositAddressReady.d.mts +4 -4
- package/dist/200/swapping/swapAborted.d.cts +4 -4
- package/dist/200/swapping/swapAborted.d.mts +4 -4
- package/dist/200/swapping/swapRequestCompleted.d.cts +4 -4
- package/dist/200/swapping/swapRequestCompleted.d.mts +4 -4
- package/dist/200/swapping/swapRequested.d.cts +32 -32
- package/dist/200/swapping/swapRequested.d.mts +32 -32
- package/dist/200/swapping/swapRescheduled.d.cts +6 -6
- package/dist/200/swapping/swapRescheduled.d.mts +6 -6
- package/dist/210/arbitrumIngressEgress/ccmEgressInvalid.d.cts +204 -204
- package/dist/210/arbitrumIngressEgress/ccmEgressInvalid.d.mts +204 -204
- package/dist/210/arbitrumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/210/arbitrumIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/210/arbitrumIngressEgress/depositFailed.d.cts +320 -320
- package/dist/210/arbitrumIngressEgress/depositFailed.d.mts +320 -320
- package/dist/210/arbitrumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/210/arbitrumIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/210/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +204 -204
- package/dist/210/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +204 -204
- package/dist/210/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/210/arbitrumIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/210/assetBalances/refundSkipped.d.cts +148 -148
- package/dist/210/assetBalances/refundSkipped.d.mts +148 -148
- package/dist/210/assethubIngressEgress/ccmEgressInvalid.d.cts +204 -204
- package/dist/210/assethubIngressEgress/ccmEgressInvalid.d.mts +204 -204
- package/dist/210/assethubIngressEgress/depositFailed.d.cts +320 -320
- package/dist/210/assethubIngressEgress/depositFailed.d.mts +320 -320
- package/dist/210/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +204 -204
- package/dist/210/assethubIngressEgress/failedToBuildAllBatchCall.d.mts +204 -204
- package/dist/210/bitcoinIngressEgress/ccmEgressInvalid.d.cts +204 -204
- package/dist/210/bitcoinIngressEgress/ccmEgressInvalid.d.mts +204 -204
- package/dist/210/bitcoinIngressEgress/depositFailed.d.cts +580 -580
- package/dist/210/bitcoinIngressEgress/depositFailed.d.mts +580 -580
- package/dist/210/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +204 -204
- package/dist/210/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +204 -204
- package/dist/210/bitcoinThresholdSigner/thresholdDispatchComplete.d.cts +68 -68
- package/dist/210/bitcoinThresholdSigner/thresholdDispatchComplete.d.mts +68 -68
- package/dist/210/common.d.cts +2906 -2906
- package/dist/210/common.d.mts +2906 -2906
- package/dist/210/emissions/flipBurnSkipped.d.cts +40 -40
- package/dist/210/emissions/flipBurnSkipped.d.mts +40 -40
- package/dist/210/environment/runtimeSafeModeUpdated.d.cts +124 -124
- package/dist/210/environment/runtimeSafeModeUpdated.d.mts +124 -124
- package/dist/210/ethereumIngressEgress/ccmEgressInvalid.d.cts +204 -204
- package/dist/210/ethereumIngressEgress/ccmEgressInvalid.d.mts +204 -204
- package/dist/210/ethereumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/210/ethereumIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/210/ethereumIngressEgress/depositFailed.d.cts +320 -320
- package/dist/210/ethereumIngressEgress/depositFailed.d.mts +320 -320
- package/dist/210/ethereumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/210/ethereumIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/210/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +204 -204
- package/dist/210/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +204 -204
- package/dist/210/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/210/ethereumIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/210/evmThresholdSigner/thresholdDispatchComplete.d.cts +68 -68
- package/dist/210/evmThresholdSigner/thresholdDispatchComplete.d.mts +68 -68
- package/dist/210/funding/sCCallCannotBeExecuted.d.cts +108 -108
- package/dist/210/funding/sCCallCannotBeExecuted.d.mts +108 -108
- package/dist/210/governance/failedExecution.d.cts +20 -20
- package/dist/210/governance/failedExecution.d.mts +20 -20
- package/dist/210/governance/govKeyCallExecutionFailed.d.cts +44 -44
- package/dist/210/governance/govKeyCallExecutionFailed.d.mts +44 -44
- package/dist/210/lendingPools/collateralAdded.d.cts +8 -8
- package/dist/210/lendingPools/collateralAdded.d.mts +8 -8
- package/dist/210/lendingPools/lendingFundsRemoved.d.cts +4 -4
- package/dist/210/lendingPools/lendingFundsRemoved.d.mts +4 -4
- package/dist/210/lendingPools/palletConfigUpdated.d.cts +32 -32
- package/dist/210/lendingPools/palletConfigUpdated.d.mts +32 -32
- package/dist/210/lendingPools/stoppedBoosting.d.cts +4 -4
- package/dist/210/lendingPools/stoppedBoosting.d.mts +4 -4
- package/dist/210/liquidityPools/limitOrderUpdated.d.cts +16 -16
- package/dist/210/liquidityPools/limitOrderUpdated.d.mts +16 -16
- package/dist/210/liquidityPools/rangeOrderUpdated.d.cts +16 -16
- package/dist/210/liquidityPools/rangeOrderUpdated.d.mts +16 -16
- package/dist/210/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.cts +40 -40
- package/dist/210/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.mts +40 -40
- package/dist/210/liquidityProvider/assetBalancePurgeFailed.d.cts +40 -40
- package/dist/210/liquidityProvider/assetBalancePurgeFailed.d.mts +40 -40
- package/dist/210/liquidityProvider/assetBalancePurged.d.cts +8 -8
- package/dist/210/liquidityProvider/assetBalancePurged.d.mts +8 -8
- package/dist/210/liquidityProvider/liquidityDepositAddressReady.d.cts +8 -8
- package/dist/210/liquidityProvider/liquidityDepositAddressReady.d.mts +8 -8
- package/dist/210/liquidityProvider/withdrawalEgressScheduled.d.cts +8 -8
- package/dist/210/liquidityProvider/withdrawalEgressScheduled.d.mts +8 -8
- package/dist/210/polkadotIngressEgress/ccmEgressInvalid.d.cts +204 -204
- package/dist/210/polkadotIngressEgress/ccmEgressInvalid.d.mts +204 -204
- package/dist/210/polkadotIngressEgress/depositFailed.d.cts +320 -320
- package/dist/210/polkadotIngressEgress/depositFailed.d.mts +320 -320
- package/dist/210/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +204 -204
- package/dist/210/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +204 -204
- package/dist/210/polkadotThresholdSigner/thresholdDispatchComplete.d.cts +68 -68
- package/dist/210/polkadotThresholdSigner/thresholdDispatchComplete.d.mts +68 -68
- package/dist/210/solanaIngressEgress/ccmEgressInvalid.d.cts +204 -204
- package/dist/210/solanaIngressEgress/ccmEgressInvalid.d.mts +204 -204
- package/dist/210/solanaIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/210/solanaIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/210/solanaIngressEgress/depositFailed.d.cts +384 -384
- package/dist/210/solanaIngressEgress/depositFailed.d.mts +384 -384
- package/dist/210/solanaIngressEgress/depositFinalised.d.cts +24 -24
- package/dist/210/solanaIngressEgress/depositFinalised.d.mts +24 -24
- package/dist/210/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +204 -204
- package/dist/210/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +204 -204
- package/dist/210/solanaIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/210/solanaIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/210/solanaThresholdSigner/thresholdDispatchComplete.d.cts +68 -68
- package/dist/210/solanaThresholdSigner/thresholdDispatchComplete.d.mts +68 -68
- package/dist/210/swapping/accountCreationDepositAddressReady.d.cts +24 -24
- package/dist/210/swapping/accountCreationDepositAddressReady.d.mts +24 -24
- package/dist/210/swapping/refundEgressIgnored.d.cts +40 -40
- package/dist/210/swapping/refundEgressIgnored.d.mts +40 -40
- package/dist/210/swapping/swapDepositAddressReady.d.cts +54 -54
- package/dist/210/swapping/swapDepositAddressReady.d.mts +54 -54
- package/dist/210/swapping/swapEgressIgnored.d.cts +40 -40
- package/dist/210/swapping/swapEgressIgnored.d.mts +40 -40
- package/dist/210/swapping/swapRequested.d.cts +786 -786
- package/dist/210/swapping/swapRequested.d.mts +786 -786
- package/dist/210/swapping/withdrawalRequested.d.cts +12 -12
- package/dist/210/swapping/withdrawalRequested.d.mts +12 -12
- package/dist/210/system/extrinsicFailed.d.cts +40 -40
- package/dist/210/system/extrinsicFailed.d.mts +40 -40
- package/dist/210/system/rejectedInvalidAuthorizedUpgrade.d.cts +40 -40
- package/dist/210/system/rejectedInvalidAuthorizedUpgrade.d.mts +40 -40
- package/dist/210/witnesser/prewitnessExecutionFailed.d.cts +44 -44
- package/dist/210/witnesser/prewitnessExecutionFailed.d.mts +44 -44
- package/dist/210/witnesser/witnessExecutionFailed.d.cts +44 -44
- package/dist/210/witnesser/witnessExecutionFailed.d.mts +44 -44
- package/dist/220/arbitrumIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/220/arbitrumIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/220/arbitrumIngressEgress/ccmEgressInvalid.d.cts +8 -8
- package/dist/220/arbitrumIngressEgress/ccmEgressInvalid.d.mts +8 -8
- package/dist/220/arbitrumIngressEgress/depositBoosted.d.cts +28 -28
- package/dist/220/arbitrumIngressEgress/depositBoosted.d.mts +28 -28
- package/dist/220/arbitrumIngressEgress/depositFailed.d.cts +72 -72
- package/dist/220/arbitrumIngressEgress/depositFailed.d.mts +72 -72
- package/dist/220/arbitrumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/220/arbitrumIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/220/arbitrumIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/220/arbitrumIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/220/assetBalances/accountCredited.d.cts +14 -14
- package/dist/220/assetBalances/accountCredited.d.mts +14 -14
- package/dist/220/assetBalances/accountDebited.d.cts +14 -14
- package/dist/220/assetBalances/accountDebited.d.mts +14 -14
- package/dist/220/assetBalances/refundSkipped.d.cts +106 -106
- package/dist/220/assetBalances/refundSkipped.d.mts +106 -106
- package/dist/220/assethubIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/220/assethubIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/220/assethubIngressEgress/ccmEgressInvalid.d.cts +8 -8
- package/dist/220/assethubIngressEgress/ccmEgressInvalid.d.mts +8 -8
- package/dist/220/assethubIngressEgress/depositBoosted.d.cts +28 -28
- package/dist/220/assethubIngressEgress/depositBoosted.d.mts +28 -28
- package/dist/220/assethubIngressEgress/depositFailed.d.cts +72 -72
- package/dist/220/assethubIngressEgress/depositFailed.d.mts +72 -72
- package/dist/220/assethubIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/220/assethubIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/220/assethubIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/220/assethubIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/220/bitcoinIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/220/bitcoinIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/220/bitcoinIngressEgress/ccmEgressInvalid.d.cts +8 -8
- package/dist/220/bitcoinIngressEgress/ccmEgressInvalid.d.mts +8 -8
- package/dist/220/bitcoinIngressEgress/depositBoosted.d.cts +28 -28
- package/dist/220/bitcoinIngressEgress/depositBoosted.d.mts +28 -28
- package/dist/220/bitcoinIngressEgress/depositFailed.d.cts +84 -84
- package/dist/220/bitcoinIngressEgress/depositFailed.d.mts +84 -84
- package/dist/220/bitcoinIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/220/bitcoinIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/220/bitcoinIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/220/bitcoinIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/220/common.d.cts +607 -607
- package/dist/220/common.d.mts +607 -607
- package/dist/220/environment/runtimeSafeModeUpdated.d.cts +84 -84
- package/dist/220/environment/runtimeSafeModeUpdated.d.mts +84 -84
- package/dist/220/ethereumIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/220/ethereumIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/220/ethereumIngressEgress/ccmEgressInvalid.d.cts +8 -8
- package/dist/220/ethereumIngressEgress/ccmEgressInvalid.d.mts +8 -8
- package/dist/220/ethereumIngressEgress/depositBoosted.d.cts +28 -28
- package/dist/220/ethereumIngressEgress/depositBoosted.d.mts +28 -28
- package/dist/220/ethereumIngressEgress/depositFailed.d.cts +72 -72
- package/dist/220/ethereumIngressEgress/depositFailed.d.mts +72 -72
- package/dist/220/ethereumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/220/ethereumIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/220/ethereumIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/220/ethereumIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/220/funding/funded.d.cts +16 -16
- package/dist/220/funding/funded.d.mts +16 -16
- package/dist/220/lendingPools/boostFundsAdded.d.cts +16 -16
- package/dist/220/lendingPools/boostFundsAdded.d.mts +16 -16
- package/dist/220/lendingPools/boostPoolCreated.d.cts +16 -16
- package/dist/220/lendingPools/boostPoolCreated.d.mts +16 -16
- package/dist/220/lendingPools/lendingFundsAdded.d.cts +12 -12
- package/dist/220/lendingPools/lendingFundsAdded.d.mts +12 -12
- package/dist/220/lendingPools/lendingFundsRemoved.d.cts +16 -16
- package/dist/220/lendingPools/lendingFundsRemoved.d.mts +16 -16
- package/dist/220/lendingPools/lendingPoolCreated.d.cts +12 -12
- package/dist/220/lendingPools/lendingPoolCreated.d.mts +12 -12
- package/dist/220/lendingPools/loanCreated.d.cts +12 -12
- package/dist/220/lendingPools/loanCreated.d.mts +12 -12
- package/dist/220/lendingPools/loanRepaid.d.cts +4 -4
- package/dist/220/lendingPools/loanRepaid.d.mts +4 -4
- package/dist/220/lendingPools/palletConfigUpdated.d.cts +36 -36
- package/dist/220/lendingPools/palletConfigUpdated.d.mts +36 -36
- package/dist/220/lendingPools/stoppedBoosting.d.cts +16 -16
- package/dist/220/lendingPools/stoppedBoosting.d.mts +16 -16
- package/dist/220/liquidityPools/assetSwapped.d.cts +28 -28
- package/dist/220/liquidityPools/assetSwapped.d.mts +28 -28
- package/dist/220/liquidityPools/limitOrderUpdated.d.cts +24 -24
- package/dist/220/liquidityPools/limitOrderUpdated.d.mts +24 -24
- package/dist/220/liquidityPools/newPoolCreated.d.cts +24 -24
- package/dist/220/liquidityPools/newPoolCreated.d.mts +24 -24
- package/dist/220/liquidityPools/orderDeletionFailed.d.cts +64 -64
- package/dist/220/liquidityPools/orderDeletionFailed.d.mts +64 -64
- package/dist/220/liquidityPools/palletConfigUpdated.d.cts +16 -16
- package/dist/220/liquidityPools/palletConfigUpdated.d.mts +16 -16
- package/dist/220/liquidityPools/poolFeeSet.d.cts +24 -24
- package/dist/220/liquidityPools/poolFeeSet.d.mts +24 -24
- package/dist/220/liquidityPools/rangeOrderUpdated.d.cts +24 -24
- package/dist/220/liquidityPools/rangeOrderUpdated.d.mts +24 -24
- package/dist/220/liquidityProvider/assetBalancePurgeFailed.d.cts +18 -18
- package/dist/220/liquidityProvider/assetBalancePurgeFailed.d.mts +18 -18
- package/dist/220/liquidityProvider/assetBalancePurged.d.cts +24 -24
- package/dist/220/liquidityProvider/assetBalancePurged.d.mts +24 -24
- package/dist/220/liquidityProvider/assetTransferred.d.cts +12 -12
- package/dist/220/liquidityProvider/assetTransferred.d.mts +12 -12
- package/dist/220/liquidityProvider/liquidityDepositAddressReady.d.cts +36 -36
- package/dist/220/liquidityProvider/liquidityDepositAddressReady.d.mts +36 -36
- package/dist/220/liquidityProvider/liquidityRefundAddressRegistered.d.cts +4 -4
- package/dist/220/liquidityProvider/liquidityRefundAddressRegistered.d.mts +4 -4
- package/dist/220/liquidityProvider/withdrawalEgressScheduled.d.cts +20 -20
- package/dist/220/liquidityProvider/withdrawalEgressScheduled.d.mts +20 -20
- package/dist/220/polkadotIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/220/polkadotIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/220/polkadotIngressEgress/ccmEgressInvalid.d.cts +8 -8
- package/dist/220/polkadotIngressEgress/ccmEgressInvalid.d.mts +8 -8
- package/dist/220/polkadotIngressEgress/depositBoosted.d.cts +28 -28
- package/dist/220/polkadotIngressEgress/depositBoosted.d.mts +28 -28
- package/dist/220/polkadotIngressEgress/depositFailed.d.cts +72 -72
- package/dist/220/polkadotIngressEgress/depositFailed.d.mts +72 -72
- package/dist/220/polkadotIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/220/polkadotIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/220/polkadotIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/220/polkadotIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/220/solanaIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/220/solanaIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/220/solanaIngressEgress/ccmEgressInvalid.d.cts +8 -8
- package/dist/220/solanaIngressEgress/ccmEgressInvalid.d.mts +8 -8
- package/dist/220/solanaIngressEgress/depositBoosted.d.cts +28 -28
- package/dist/220/solanaIngressEgress/depositBoosted.d.mts +28 -28
- package/dist/220/solanaIngressEgress/depositFailed.d.cts +72 -72
- package/dist/220/solanaIngressEgress/depositFailed.d.mts +72 -72
- package/dist/220/solanaIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/220/solanaIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/220/solanaIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/220/solanaIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/220/swapping/accountCreationDepositAddressReady.d.cts +40 -40
- package/dist/220/swapping/accountCreationDepositAddressReady.d.mts +40 -40
- package/dist/220/swapping/batchSwapFailed.d.cts +12 -12
- package/dist/220/swapping/batchSwapFailed.d.mts +12 -12
- package/dist/220/swapping/creditedOnChain.d.cts +20 -20
- package/dist/220/swapping/creditedOnChain.d.mts +20 -20
- package/dist/220/swapping/palletConfigUpdated.d.cts +96 -96
- package/dist/220/swapping/palletConfigUpdated.d.mts +96 -96
- package/dist/220/swapping/refundEgressIgnored.d.cts +16 -16
- package/dist/220/swapping/refundEgressIgnored.d.mts +16 -16
- package/dist/220/swapping/refundEgressScheduled.d.cts +28 -28
- package/dist/220/swapping/refundEgressScheduled.d.mts +28 -28
- package/dist/220/swapping/refundedOnChain.d.cts +20 -20
- package/dist/220/swapping/refundedOnChain.d.mts +20 -20
- package/dist/220/swapping/swapAmountConfiscated.d.cts +12 -12
- package/dist/220/swapping/swapAmountConfiscated.d.mts +12 -12
- package/dist/220/swapping/swapDepositAddressReady.d.cts +58 -58
- package/dist/220/swapping/swapDepositAddressReady.d.mts +58 -58
- package/dist/220/swapping/swapEgressIgnored.d.cts +16 -16
- package/dist/220/swapping/swapEgressIgnored.d.mts +16 -16
- package/dist/220/swapping/swapEgressScheduled.d.cts +28 -28
- package/dist/220/swapping/swapEgressScheduled.d.mts +28 -28
- package/dist/220/swapping/swapExecuted.d.cts +32 -32
- package/dist/220/swapping/swapExecuted.d.mts +32 -32
- package/dist/220/swapping/swapRequested.d.cts +158 -158
- package/dist/220/swapping/swapRequested.d.mts +158 -158
- package/dist/220/swapping/withdrawalRequested.d.cts +26 -26
- package/dist/220/swapping/withdrawalRequested.d.mts +26 -26
- package/dist/220/tradingStrategy/fundsAddedToStrategy.d.cts +12 -12
- package/dist/220/tradingStrategy/fundsAddedToStrategy.d.mts +12 -12
- package/dist/220/tradingStrategy/palletConfigUpdated.d.cts +48 -48
- package/dist/220/tradingStrategy/palletConfigUpdated.d.mts +48 -48
- package/dist/220/tradingStrategy/strategyDeployed.d.cts +80 -80
- package/dist/220/tradingStrategy/strategyDeployed.d.mts +80 -80
- package/dist/220/tronIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/220/tronIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/220/tronIngressEgress/ccmEgressInvalid.d.cts +8 -8
- package/dist/220/tronIngressEgress/ccmEgressInvalid.d.mts +8 -8
- package/dist/220/tronIngressEgress/channelRejectionRequestReceived.d.cts +4 -4
- package/dist/220/tronIngressEgress/channelRejectionRequestReceived.d.mts +4 -4
- package/dist/220/tronIngressEgress/depositBoosted.d.cts +28 -28
- package/dist/220/tronIngressEgress/depositBoosted.d.mts +28 -28
- package/dist/220/tronIngressEgress/depositFailed.d.cts +72 -72
- package/dist/220/tronIngressEgress/depositFailed.d.mts +72 -72
- package/dist/220/tronIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/220/tronIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/220/tronIngressEgress/transactionRejectedByBroker.d.cts +4 -4
- package/dist/220/tronIngressEgress/transactionRejectedByBroker.d.mts +4 -4
- package/dist/220/tronIngressEgress/transactionRejectionRequestExpired.d.cts +4 -4
- package/dist/220/tronIngressEgress/transactionRejectionRequestExpired.d.mts +4 -4
- package/dist/220/tronIngressEgress/transactionRejectionRequestReceived.d.cts +4 -4
- package/dist/220/tronIngressEgress/transactionRejectionRequestReceived.d.mts +4 -4
- package/dist/220/tronIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/220/tronIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/package.json +3 -3
|
@@ -77,13 +77,13 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
77
77
|
__kind: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
78
78
|
}>;
|
|
79
79
|
}, "strip", z.ZodTypeAny, {
|
|
80
|
-
value: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
81
80
|
__kind: "FailedToDeriveAddress";
|
|
81
|
+
value: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
82
82
|
}, {
|
|
83
|
+
__kind: "FailedToDeriveAddress";
|
|
83
84
|
value: {
|
|
84
85
|
__kind: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
85
86
|
};
|
|
86
|
-
__kind: "FailedToDeriveAddress";
|
|
87
87
|
}>, z.ZodObject<{
|
|
88
88
|
__kind: z.ZodLiteral<"InvalidCcm">;
|
|
89
89
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -96,13 +96,13 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
96
96
|
__kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress" | "TooManyAddressLookupTables";
|
|
97
97
|
}>;
|
|
98
98
|
}, "strip", z.ZodTypeAny, {
|
|
99
|
-
value: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress" | "TooManyAddressLookupTables";
|
|
100
99
|
__kind: "InvalidCcm";
|
|
100
|
+
value: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress" | "TooManyAddressLookupTables";
|
|
101
101
|
}, {
|
|
102
|
+
__kind: "InvalidCcm";
|
|
102
103
|
value: {
|
|
103
104
|
__kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress" | "TooManyAddressLookupTables";
|
|
104
105
|
};
|
|
105
|
-
__kind: "InvalidCcm";
|
|
106
106
|
}>, z.ZodObject<{
|
|
107
107
|
__kind: z.ZodLiteral<"FailedToSerializeFinalTransaction">;
|
|
108
108
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -113,11 +113,11 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
113
113
|
__kind: z.ZodLiteral<"FinalTransactionExceededMaxLength">;
|
|
114
114
|
value: z.ZodNumber;
|
|
115
115
|
}, "strip", z.ZodTypeAny, {
|
|
116
|
-
value: number;
|
|
117
116
|
__kind: "FinalTransactionExceededMaxLength";
|
|
118
|
-
}, {
|
|
119
117
|
value: number;
|
|
118
|
+
}, {
|
|
120
119
|
__kind: "FinalTransactionExceededMaxLength";
|
|
120
|
+
value: number;
|
|
121
121
|
}>, z.ZodObject<{
|
|
122
122
|
__kind: z.ZodLiteral<"DispatchError">;
|
|
123
123
|
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
@@ -151,17 +151,17 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
151
151
|
error: string;
|
|
152
152
|
}>;
|
|
153
153
|
}, "strip", z.ZodTypeAny, {
|
|
154
|
+
__kind: "Module";
|
|
154
155
|
value: {
|
|
155
156
|
index: number;
|
|
156
157
|
error: `0x${string}`;
|
|
157
158
|
};
|
|
158
|
-
__kind: "Module";
|
|
159
159
|
}, {
|
|
160
|
+
__kind: "Module";
|
|
160
161
|
value: {
|
|
161
162
|
index: number;
|
|
162
163
|
error: string;
|
|
163
164
|
};
|
|
164
|
-
__kind: "Module";
|
|
165
165
|
}>, z.ZodObject<{
|
|
166
166
|
__kind: z.ZodLiteral<"ConsumerRemaining">;
|
|
167
167
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -185,20 +185,20 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
185
185
|
value: z.ZodEffects<z.ZodObject<{
|
|
186
186
|
__kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
|
|
187
187
|
}, "strip", z.ZodTypeAny, {
|
|
188
|
-
__kind: "
|
|
188
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
189
189
|
}, {
|
|
190
|
-
__kind: "
|
|
191
|
-
}>, "
|
|
192
|
-
__kind: "
|
|
190
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
191
|
+
}>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
|
|
192
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
193
193
|
}>;
|
|
194
194
|
}, "strip", z.ZodTypeAny, {
|
|
195
|
-
value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
196
195
|
__kind: "Token";
|
|
196
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
197
197
|
}, {
|
|
198
|
+
__kind: "Token";
|
|
198
199
|
value: {
|
|
199
|
-
__kind: "
|
|
200
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
200
201
|
};
|
|
201
|
-
__kind: "Token";
|
|
202
202
|
}>, z.ZodObject<{
|
|
203
203
|
__kind: z.ZodLiteral<"Arithmetic">;
|
|
204
204
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -211,13 +211,13 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
211
211
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
212
212
|
}>;
|
|
213
213
|
}, "strip", z.ZodTypeAny, {
|
|
214
|
-
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
215
214
|
__kind: "Arithmetic";
|
|
215
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
216
216
|
}, {
|
|
217
|
+
__kind: "Arithmetic";
|
|
217
218
|
value: {
|
|
218
219
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
219
220
|
};
|
|
220
|
-
__kind: "Arithmetic";
|
|
221
221
|
}>, z.ZodObject<{
|
|
222
222
|
__kind: z.ZodLiteral<"Transactional">;
|
|
223
223
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -230,13 +230,13 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
230
230
|
__kind: "LimitReached" | "NoLayer";
|
|
231
231
|
}>;
|
|
232
232
|
}, "strip", z.ZodTypeAny, {
|
|
233
|
-
value: "LimitReached" | "NoLayer";
|
|
234
233
|
__kind: "Transactional";
|
|
234
|
+
value: "LimitReached" | "NoLayer";
|
|
235
235
|
}, {
|
|
236
|
+
__kind: "Transactional";
|
|
236
237
|
value: {
|
|
237
238
|
__kind: "LimitReached" | "NoLayer";
|
|
238
239
|
};
|
|
239
|
-
__kind: "Transactional";
|
|
240
240
|
}>, z.ZodObject<{
|
|
241
241
|
__kind: z.ZodLiteral<"Exhausted">;
|
|
242
242
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -263,6 +263,7 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
263
263
|
__kind: "RootNotAllowed";
|
|
264
264
|
}>]>;
|
|
265
265
|
}, "strip", z.ZodTypeAny, {
|
|
266
|
+
__kind: "DispatchError";
|
|
266
267
|
value: {
|
|
267
268
|
__kind: "Other";
|
|
268
269
|
} | {
|
|
@@ -270,11 +271,11 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
270
271
|
} | {
|
|
271
272
|
__kind: "BadOrigin";
|
|
272
273
|
} | {
|
|
274
|
+
__kind: "Module";
|
|
273
275
|
value: {
|
|
274
276
|
index: number;
|
|
275
277
|
error: `0x${string}`;
|
|
276
278
|
};
|
|
277
|
-
__kind: "Module";
|
|
278
279
|
} | {
|
|
279
280
|
__kind: "ConsumerRemaining";
|
|
280
281
|
} | {
|
|
@@ -282,14 +283,14 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
282
283
|
} | {
|
|
283
284
|
__kind: "TooManyConsumers";
|
|
284
285
|
} | {
|
|
285
|
-
value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
286
286
|
__kind: "Token";
|
|
287
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
287
288
|
} | {
|
|
288
|
-
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
289
289
|
__kind: "Arithmetic";
|
|
290
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
290
291
|
} | {
|
|
291
|
-
value: "LimitReached" | "NoLayer";
|
|
292
292
|
__kind: "Transactional";
|
|
293
|
+
value: "LimitReached" | "NoLayer";
|
|
293
294
|
} | {
|
|
294
295
|
__kind: "Exhausted";
|
|
295
296
|
} | {
|
|
@@ -299,8 +300,8 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
299
300
|
} | {
|
|
300
301
|
__kind: "RootNotAllowed";
|
|
301
302
|
};
|
|
302
|
-
__kind: "DispatchError";
|
|
303
303
|
}, {
|
|
304
|
+
__kind: "DispatchError";
|
|
304
305
|
value: {
|
|
305
306
|
__kind: "Other";
|
|
306
307
|
} | {
|
|
@@ -308,11 +309,11 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
308
309
|
} | {
|
|
309
310
|
__kind: "BadOrigin";
|
|
310
311
|
} | {
|
|
312
|
+
__kind: "Module";
|
|
311
313
|
value: {
|
|
312
314
|
index: number;
|
|
313
315
|
error: string;
|
|
314
316
|
};
|
|
315
|
-
__kind: "Module";
|
|
316
317
|
} | {
|
|
317
318
|
__kind: "ConsumerRemaining";
|
|
318
319
|
} | {
|
|
@@ -320,20 +321,20 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
320
321
|
} | {
|
|
321
322
|
__kind: "TooManyConsumers";
|
|
322
323
|
} | {
|
|
324
|
+
__kind: "Token";
|
|
323
325
|
value: {
|
|
324
|
-
__kind: "
|
|
326
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
325
327
|
};
|
|
326
|
-
__kind: "Token";
|
|
327
328
|
} | {
|
|
329
|
+
__kind: "Arithmetic";
|
|
328
330
|
value: {
|
|
329
331
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
330
332
|
};
|
|
331
|
-
__kind: "Arithmetic";
|
|
332
333
|
} | {
|
|
334
|
+
__kind: "Transactional";
|
|
333
335
|
value: {
|
|
334
336
|
__kind: "LimitReached" | "NoLayer";
|
|
335
337
|
};
|
|
336
|
-
__kind: "Transactional";
|
|
337
338
|
} | {
|
|
338
339
|
__kind: "Exhausted";
|
|
339
340
|
} | {
|
|
@@ -343,7 +344,6 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
343
344
|
} | {
|
|
344
345
|
__kind: "RootNotAllowed";
|
|
345
346
|
};
|
|
346
|
-
__kind: "DispatchError";
|
|
347
347
|
}>, z.ZodObject<{
|
|
348
348
|
__kind: z.ZodLiteral<"AltsNotYetWitnessed">;
|
|
349
349
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -358,6 +358,7 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
358
358
|
__kind: "AltsInvalid";
|
|
359
359
|
}>]>;
|
|
360
360
|
}, "strip", z.ZodTypeAny, {
|
|
361
|
+
__kind: "FailedToBuildSolanaTransaction";
|
|
361
362
|
value: {
|
|
362
363
|
__kind: "CannotLookupApiEnvironment";
|
|
363
364
|
} | {
|
|
@@ -369,17 +370,18 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
369
370
|
} | {
|
|
370
371
|
__kind: "NoAvailableNonceAccount";
|
|
371
372
|
} | {
|
|
372
|
-
value: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
373
373
|
__kind: "FailedToDeriveAddress";
|
|
374
|
+
value: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
374
375
|
} | {
|
|
375
|
-
value: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress" | "TooManyAddressLookupTables";
|
|
376
376
|
__kind: "InvalidCcm";
|
|
377
|
+
value: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress" | "TooManyAddressLookupTables";
|
|
377
378
|
} | {
|
|
378
379
|
__kind: "FailedToSerializeFinalTransaction";
|
|
379
380
|
} | {
|
|
380
|
-
value: number;
|
|
381
381
|
__kind: "FinalTransactionExceededMaxLength";
|
|
382
|
+
value: number;
|
|
382
383
|
} | {
|
|
384
|
+
__kind: "DispatchError";
|
|
383
385
|
value: {
|
|
384
386
|
__kind: "Other";
|
|
385
387
|
} | {
|
|
@@ -387,11 +389,11 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
387
389
|
} | {
|
|
388
390
|
__kind: "BadOrigin";
|
|
389
391
|
} | {
|
|
392
|
+
__kind: "Module";
|
|
390
393
|
value: {
|
|
391
394
|
index: number;
|
|
392
395
|
error: `0x${string}`;
|
|
393
396
|
};
|
|
394
|
-
__kind: "Module";
|
|
395
397
|
} | {
|
|
396
398
|
__kind: "ConsumerRemaining";
|
|
397
399
|
} | {
|
|
@@ -399,14 +401,14 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
399
401
|
} | {
|
|
400
402
|
__kind: "TooManyConsumers";
|
|
401
403
|
} | {
|
|
402
|
-
value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
403
404
|
__kind: "Token";
|
|
405
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
404
406
|
} | {
|
|
405
|
-
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
406
407
|
__kind: "Arithmetic";
|
|
408
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
407
409
|
} | {
|
|
408
|
-
value: "LimitReached" | "NoLayer";
|
|
409
410
|
__kind: "Transactional";
|
|
411
|
+
value: "LimitReached" | "NoLayer";
|
|
410
412
|
} | {
|
|
411
413
|
__kind: "Exhausted";
|
|
412
414
|
} | {
|
|
@@ -416,14 +418,13 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
416
418
|
} | {
|
|
417
419
|
__kind: "RootNotAllowed";
|
|
418
420
|
};
|
|
419
|
-
__kind: "DispatchError";
|
|
420
421
|
} | {
|
|
421
422
|
__kind: "AltsNotYetWitnessed";
|
|
422
423
|
} | {
|
|
423
424
|
__kind: "AltsInvalid";
|
|
424
425
|
};
|
|
425
|
-
__kind: "FailedToBuildSolanaTransaction";
|
|
426
426
|
}, {
|
|
427
|
+
__kind: "FailedToBuildSolanaTransaction";
|
|
427
428
|
value: {
|
|
428
429
|
__kind: "CannotLookupApiEnvironment";
|
|
429
430
|
} | {
|
|
@@ -435,21 +436,22 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
435
436
|
} | {
|
|
436
437
|
__kind: "NoAvailableNonceAccount";
|
|
437
438
|
} | {
|
|
439
|
+
__kind: "FailedToDeriveAddress";
|
|
438
440
|
value: {
|
|
439
441
|
__kind: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
440
442
|
};
|
|
441
|
-
__kind: "FailedToDeriveAddress";
|
|
442
443
|
} | {
|
|
444
|
+
__kind: "InvalidCcm";
|
|
443
445
|
value: {
|
|
444
446
|
__kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress" | "TooManyAddressLookupTables";
|
|
445
447
|
};
|
|
446
|
-
__kind: "InvalidCcm";
|
|
447
448
|
} | {
|
|
448
449
|
__kind: "FailedToSerializeFinalTransaction";
|
|
449
450
|
} | {
|
|
450
|
-
value: number;
|
|
451
451
|
__kind: "FinalTransactionExceededMaxLength";
|
|
452
|
+
value: number;
|
|
452
453
|
} | {
|
|
454
|
+
__kind: "DispatchError";
|
|
453
455
|
value: {
|
|
454
456
|
__kind: "Other";
|
|
455
457
|
} | {
|
|
@@ -457,11 +459,11 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
457
459
|
} | {
|
|
458
460
|
__kind: "BadOrigin";
|
|
459
461
|
} | {
|
|
462
|
+
__kind: "Module";
|
|
460
463
|
value: {
|
|
461
464
|
index: number;
|
|
462
465
|
error: string;
|
|
463
466
|
};
|
|
464
|
-
__kind: "Module";
|
|
465
467
|
} | {
|
|
466
468
|
__kind: "ConsumerRemaining";
|
|
467
469
|
} | {
|
|
@@ -469,20 +471,20 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
469
471
|
} | {
|
|
470
472
|
__kind: "TooManyConsumers";
|
|
471
473
|
} | {
|
|
474
|
+
__kind: "Token";
|
|
472
475
|
value: {
|
|
473
|
-
__kind: "
|
|
476
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
474
477
|
};
|
|
475
|
-
__kind: "Token";
|
|
476
478
|
} | {
|
|
479
|
+
__kind: "Arithmetic";
|
|
477
480
|
value: {
|
|
478
481
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
479
482
|
};
|
|
480
|
-
__kind: "Arithmetic";
|
|
481
483
|
} | {
|
|
484
|
+
__kind: "Transactional";
|
|
482
485
|
value: {
|
|
483
486
|
__kind: "LimitReached" | "NoLayer";
|
|
484
487
|
};
|
|
485
|
-
__kind: "Transactional";
|
|
486
488
|
} | {
|
|
487
489
|
__kind: "Exhausted";
|
|
488
490
|
} | {
|
|
@@ -492,13 +494,11 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
492
494
|
} | {
|
|
493
495
|
__kind: "RootNotAllowed";
|
|
494
496
|
};
|
|
495
|
-
__kind: "DispatchError";
|
|
496
497
|
} | {
|
|
497
498
|
__kind: "AltsNotYetWitnessed";
|
|
498
499
|
} | {
|
|
499
500
|
__kind: "AltsInvalid";
|
|
500
501
|
};
|
|
501
|
-
__kind: "FailedToBuildSolanaTransaction";
|
|
502
502
|
}>, z.ZodObject<{
|
|
503
503
|
__kind: z.ZodLiteral<"DispatchError">;
|
|
504
504
|
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
@@ -532,17 +532,17 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
532
532
|
error: string;
|
|
533
533
|
}>;
|
|
534
534
|
}, "strip", z.ZodTypeAny, {
|
|
535
|
+
__kind: "Module";
|
|
535
536
|
value: {
|
|
536
537
|
index: number;
|
|
537
538
|
error: `0x${string}`;
|
|
538
539
|
};
|
|
539
|
-
__kind: "Module";
|
|
540
540
|
}, {
|
|
541
|
+
__kind: "Module";
|
|
541
542
|
value: {
|
|
542
543
|
index: number;
|
|
543
544
|
error: string;
|
|
544
545
|
};
|
|
545
|
-
__kind: "Module";
|
|
546
546
|
}>, z.ZodObject<{
|
|
547
547
|
__kind: z.ZodLiteral<"ConsumerRemaining">;
|
|
548
548
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -566,20 +566,20 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
566
566
|
value: z.ZodEffects<z.ZodObject<{
|
|
567
567
|
__kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
|
|
568
568
|
}, "strip", z.ZodTypeAny, {
|
|
569
|
-
__kind: "
|
|
569
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
570
570
|
}, {
|
|
571
|
-
__kind: "
|
|
572
|
-
}>, "
|
|
573
|
-
__kind: "
|
|
571
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
572
|
+
}>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
|
|
573
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
574
574
|
}>;
|
|
575
575
|
}, "strip", z.ZodTypeAny, {
|
|
576
|
-
value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
577
576
|
__kind: "Token";
|
|
577
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
578
578
|
}, {
|
|
579
|
+
__kind: "Token";
|
|
579
580
|
value: {
|
|
580
|
-
__kind: "
|
|
581
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
581
582
|
};
|
|
582
|
-
__kind: "Token";
|
|
583
583
|
}>, z.ZodObject<{
|
|
584
584
|
__kind: z.ZodLiteral<"Arithmetic">;
|
|
585
585
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -592,13 +592,13 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
592
592
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
593
593
|
}>;
|
|
594
594
|
}, "strip", z.ZodTypeAny, {
|
|
595
|
-
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
596
595
|
__kind: "Arithmetic";
|
|
596
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
597
597
|
}, {
|
|
598
|
+
__kind: "Arithmetic";
|
|
598
599
|
value: {
|
|
599
600
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
600
601
|
};
|
|
601
|
-
__kind: "Arithmetic";
|
|
602
602
|
}>, z.ZodObject<{
|
|
603
603
|
__kind: z.ZodLiteral<"Transactional">;
|
|
604
604
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -611,13 +611,13 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
611
611
|
__kind: "LimitReached" | "NoLayer";
|
|
612
612
|
}>;
|
|
613
613
|
}, "strip", z.ZodTypeAny, {
|
|
614
|
-
value: "LimitReached" | "NoLayer";
|
|
615
614
|
__kind: "Transactional";
|
|
615
|
+
value: "LimitReached" | "NoLayer";
|
|
616
616
|
}, {
|
|
617
|
+
__kind: "Transactional";
|
|
617
618
|
value: {
|
|
618
619
|
__kind: "LimitReached" | "NoLayer";
|
|
619
620
|
};
|
|
620
|
-
__kind: "Transactional";
|
|
621
621
|
}>, z.ZodObject<{
|
|
622
622
|
__kind: z.ZodLiteral<"Exhausted">;
|
|
623
623
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -644,6 +644,7 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
644
644
|
__kind: "RootNotAllowed";
|
|
645
645
|
}>]>;
|
|
646
646
|
}, "strip", z.ZodTypeAny, {
|
|
647
|
+
__kind: "DispatchError";
|
|
647
648
|
value: {
|
|
648
649
|
__kind: "Other";
|
|
649
650
|
} | {
|
|
@@ -651,11 +652,11 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
651
652
|
} | {
|
|
652
653
|
__kind: "BadOrigin";
|
|
653
654
|
} | {
|
|
655
|
+
__kind: "Module";
|
|
654
656
|
value: {
|
|
655
657
|
index: number;
|
|
656
658
|
error: `0x${string}`;
|
|
657
659
|
};
|
|
658
|
-
__kind: "Module";
|
|
659
660
|
} | {
|
|
660
661
|
__kind: "ConsumerRemaining";
|
|
661
662
|
} | {
|
|
@@ -663,14 +664,14 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
663
664
|
} | {
|
|
664
665
|
__kind: "TooManyConsumers";
|
|
665
666
|
} | {
|
|
666
|
-
value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
667
667
|
__kind: "Token";
|
|
668
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
668
669
|
} | {
|
|
669
|
-
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
670
670
|
__kind: "Arithmetic";
|
|
671
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
671
672
|
} | {
|
|
672
|
-
value: "LimitReached" | "NoLayer";
|
|
673
673
|
__kind: "Transactional";
|
|
674
|
+
value: "LimitReached" | "NoLayer";
|
|
674
675
|
} | {
|
|
675
676
|
__kind: "Exhausted";
|
|
676
677
|
} | {
|
|
@@ -680,8 +681,8 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
680
681
|
} | {
|
|
681
682
|
__kind: "RootNotAllowed";
|
|
682
683
|
};
|
|
683
|
-
__kind: "DispatchError";
|
|
684
684
|
}, {
|
|
685
|
+
__kind: "DispatchError";
|
|
685
686
|
value: {
|
|
686
687
|
__kind: "Other";
|
|
687
688
|
} | {
|
|
@@ -689,11 +690,11 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
689
690
|
} | {
|
|
690
691
|
__kind: "BadOrigin";
|
|
691
692
|
} | {
|
|
693
|
+
__kind: "Module";
|
|
692
694
|
value: {
|
|
693
695
|
index: number;
|
|
694
696
|
error: string;
|
|
695
697
|
};
|
|
696
|
-
__kind: "Module";
|
|
697
698
|
} | {
|
|
698
699
|
__kind: "ConsumerRemaining";
|
|
699
700
|
} | {
|
|
@@ -701,20 +702,20 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
701
702
|
} | {
|
|
702
703
|
__kind: "TooManyConsumers";
|
|
703
704
|
} | {
|
|
705
|
+
__kind: "Token";
|
|
704
706
|
value: {
|
|
705
|
-
__kind: "
|
|
707
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
706
708
|
};
|
|
707
|
-
__kind: "Token";
|
|
708
709
|
} | {
|
|
710
|
+
__kind: "Arithmetic";
|
|
709
711
|
value: {
|
|
710
712
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
711
713
|
};
|
|
712
|
-
__kind: "Arithmetic";
|
|
713
714
|
} | {
|
|
715
|
+
__kind: "Transactional";
|
|
714
716
|
value: {
|
|
715
717
|
__kind: "LimitReached" | "NoLayer";
|
|
716
718
|
};
|
|
717
|
-
__kind: "Transactional";
|
|
718
719
|
} | {
|
|
719
720
|
__kind: "Exhausted";
|
|
720
721
|
} | {
|
|
@@ -724,7 +725,6 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
724
725
|
} | {
|
|
725
726
|
__kind: "RootNotAllowed";
|
|
726
727
|
};
|
|
727
|
-
__kind: "DispatchError";
|
|
728
728
|
}>]>;
|
|
729
729
|
}, "strip", z.ZodTypeAny, {
|
|
730
730
|
error: {
|
|
@@ -738,6 +738,7 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
738
738
|
} | {
|
|
739
739
|
__kind: "UtxoSelectionFailed";
|
|
740
740
|
} | {
|
|
741
|
+
__kind: "FailedToBuildSolanaTransaction";
|
|
741
742
|
value: {
|
|
742
743
|
__kind: "CannotLookupApiEnvironment";
|
|
743
744
|
} | {
|
|
@@ -749,17 +750,18 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
749
750
|
} | {
|
|
750
751
|
__kind: "NoAvailableNonceAccount";
|
|
751
752
|
} | {
|
|
752
|
-
value: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
753
753
|
__kind: "FailedToDeriveAddress";
|
|
754
|
+
value: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
754
755
|
} | {
|
|
755
|
-
value: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress" | "TooManyAddressLookupTables";
|
|
756
756
|
__kind: "InvalidCcm";
|
|
757
|
+
value: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress" | "TooManyAddressLookupTables";
|
|
757
758
|
} | {
|
|
758
759
|
__kind: "FailedToSerializeFinalTransaction";
|
|
759
760
|
} | {
|
|
760
|
-
value: number;
|
|
761
761
|
__kind: "FinalTransactionExceededMaxLength";
|
|
762
|
+
value: number;
|
|
762
763
|
} | {
|
|
764
|
+
__kind: "DispatchError";
|
|
763
765
|
value: {
|
|
764
766
|
__kind: "Other";
|
|
765
767
|
} | {
|
|
@@ -767,11 +769,11 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
767
769
|
} | {
|
|
768
770
|
__kind: "BadOrigin";
|
|
769
771
|
} | {
|
|
772
|
+
__kind: "Module";
|
|
770
773
|
value: {
|
|
771
774
|
index: number;
|
|
772
775
|
error: `0x${string}`;
|
|
773
776
|
};
|
|
774
|
-
__kind: "Module";
|
|
775
777
|
} | {
|
|
776
778
|
__kind: "ConsumerRemaining";
|
|
777
779
|
} | {
|
|
@@ -779,14 +781,14 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
779
781
|
} | {
|
|
780
782
|
__kind: "TooManyConsumers";
|
|
781
783
|
} | {
|
|
782
|
-
value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
783
784
|
__kind: "Token";
|
|
785
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
784
786
|
} | {
|
|
785
|
-
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
786
787
|
__kind: "Arithmetic";
|
|
788
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
787
789
|
} | {
|
|
788
|
-
value: "LimitReached" | "NoLayer";
|
|
789
790
|
__kind: "Transactional";
|
|
791
|
+
value: "LimitReached" | "NoLayer";
|
|
790
792
|
} | {
|
|
791
793
|
__kind: "Exhausted";
|
|
792
794
|
} | {
|
|
@@ -796,14 +798,13 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
796
798
|
} | {
|
|
797
799
|
__kind: "RootNotAllowed";
|
|
798
800
|
};
|
|
799
|
-
__kind: "DispatchError";
|
|
800
801
|
} | {
|
|
801
802
|
__kind: "AltsNotYetWitnessed";
|
|
802
803
|
} | {
|
|
803
804
|
__kind: "AltsInvalid";
|
|
804
805
|
};
|
|
805
|
-
__kind: "FailedToBuildSolanaTransaction";
|
|
806
806
|
} | {
|
|
807
|
+
__kind: "DispatchError";
|
|
807
808
|
value: {
|
|
808
809
|
__kind: "Other";
|
|
809
810
|
} | {
|
|
@@ -811,11 +812,11 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
811
812
|
} | {
|
|
812
813
|
__kind: "BadOrigin";
|
|
813
814
|
} | {
|
|
815
|
+
__kind: "Module";
|
|
814
816
|
value: {
|
|
815
817
|
index: number;
|
|
816
818
|
error: `0x${string}`;
|
|
817
819
|
};
|
|
818
|
-
__kind: "Module";
|
|
819
820
|
} | {
|
|
820
821
|
__kind: "ConsumerRemaining";
|
|
821
822
|
} | {
|
|
@@ -823,14 +824,14 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
823
824
|
} | {
|
|
824
825
|
__kind: "TooManyConsumers";
|
|
825
826
|
} | {
|
|
826
|
-
value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
827
827
|
__kind: "Token";
|
|
828
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
828
829
|
} | {
|
|
829
|
-
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
830
830
|
__kind: "Arithmetic";
|
|
831
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
831
832
|
} | {
|
|
832
|
-
value: "LimitReached" | "NoLayer";
|
|
833
833
|
__kind: "Transactional";
|
|
834
|
+
value: "LimitReached" | "NoLayer";
|
|
834
835
|
} | {
|
|
835
836
|
__kind: "Exhausted";
|
|
836
837
|
} | {
|
|
@@ -840,7 +841,6 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
840
841
|
} | {
|
|
841
842
|
__kind: "RootNotAllowed";
|
|
842
843
|
};
|
|
843
|
-
__kind: "DispatchError";
|
|
844
844
|
};
|
|
845
845
|
}, {
|
|
846
846
|
error: {
|
|
@@ -854,6 +854,7 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
854
854
|
} | {
|
|
855
855
|
__kind: "UtxoSelectionFailed";
|
|
856
856
|
} | {
|
|
857
|
+
__kind: "FailedToBuildSolanaTransaction";
|
|
857
858
|
value: {
|
|
858
859
|
__kind: "CannotLookupApiEnvironment";
|
|
859
860
|
} | {
|
|
@@ -865,21 +866,22 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
865
866
|
} | {
|
|
866
867
|
__kind: "NoAvailableNonceAccount";
|
|
867
868
|
} | {
|
|
869
|
+
__kind: "FailedToDeriveAddress";
|
|
868
870
|
value: {
|
|
869
871
|
__kind: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
870
872
|
};
|
|
871
|
-
__kind: "FailedToDeriveAddress";
|
|
872
873
|
} | {
|
|
874
|
+
__kind: "InvalidCcm";
|
|
873
875
|
value: {
|
|
874
876
|
__kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress" | "TooManyAddressLookupTables";
|
|
875
877
|
};
|
|
876
|
-
__kind: "InvalidCcm";
|
|
877
878
|
} | {
|
|
878
879
|
__kind: "FailedToSerializeFinalTransaction";
|
|
879
880
|
} | {
|
|
880
|
-
value: number;
|
|
881
881
|
__kind: "FinalTransactionExceededMaxLength";
|
|
882
|
+
value: number;
|
|
882
883
|
} | {
|
|
884
|
+
__kind: "DispatchError";
|
|
883
885
|
value: {
|
|
884
886
|
__kind: "Other";
|
|
885
887
|
} | {
|
|
@@ -887,11 +889,11 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
887
889
|
} | {
|
|
888
890
|
__kind: "BadOrigin";
|
|
889
891
|
} | {
|
|
892
|
+
__kind: "Module";
|
|
890
893
|
value: {
|
|
891
894
|
index: number;
|
|
892
895
|
error: string;
|
|
893
896
|
};
|
|
894
|
-
__kind: "Module";
|
|
895
897
|
} | {
|
|
896
898
|
__kind: "ConsumerRemaining";
|
|
897
899
|
} | {
|
|
@@ -899,20 +901,20 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
899
901
|
} | {
|
|
900
902
|
__kind: "TooManyConsumers";
|
|
901
903
|
} | {
|
|
904
|
+
__kind: "Token";
|
|
902
905
|
value: {
|
|
903
|
-
__kind: "
|
|
906
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
904
907
|
};
|
|
905
|
-
__kind: "Token";
|
|
906
908
|
} | {
|
|
909
|
+
__kind: "Arithmetic";
|
|
907
910
|
value: {
|
|
908
911
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
909
912
|
};
|
|
910
|
-
__kind: "Arithmetic";
|
|
911
913
|
} | {
|
|
914
|
+
__kind: "Transactional";
|
|
912
915
|
value: {
|
|
913
916
|
__kind: "LimitReached" | "NoLayer";
|
|
914
917
|
};
|
|
915
|
-
__kind: "Transactional";
|
|
916
918
|
} | {
|
|
917
919
|
__kind: "Exhausted";
|
|
918
920
|
} | {
|
|
@@ -922,14 +924,13 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
922
924
|
} | {
|
|
923
925
|
__kind: "RootNotAllowed";
|
|
924
926
|
};
|
|
925
|
-
__kind: "DispatchError";
|
|
926
927
|
} | {
|
|
927
928
|
__kind: "AltsNotYetWitnessed";
|
|
928
929
|
} | {
|
|
929
930
|
__kind: "AltsInvalid";
|
|
930
931
|
};
|
|
931
|
-
__kind: "FailedToBuildSolanaTransaction";
|
|
932
932
|
} | {
|
|
933
|
+
__kind: "DispatchError";
|
|
933
934
|
value: {
|
|
934
935
|
__kind: "Other";
|
|
935
936
|
} | {
|
|
@@ -937,11 +938,11 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
937
938
|
} | {
|
|
938
939
|
__kind: "BadOrigin";
|
|
939
940
|
} | {
|
|
941
|
+
__kind: "Module";
|
|
940
942
|
value: {
|
|
941
943
|
index: number;
|
|
942
944
|
error: string;
|
|
943
945
|
};
|
|
944
|
-
__kind: "Module";
|
|
945
946
|
} | {
|
|
946
947
|
__kind: "ConsumerRemaining";
|
|
947
948
|
} | {
|
|
@@ -949,20 +950,20 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
949
950
|
} | {
|
|
950
951
|
__kind: "TooManyConsumers";
|
|
951
952
|
} | {
|
|
953
|
+
__kind: "Token";
|
|
952
954
|
value: {
|
|
953
|
-
__kind: "
|
|
955
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
954
956
|
};
|
|
955
|
-
__kind: "Token";
|
|
956
957
|
} | {
|
|
958
|
+
__kind: "Arithmetic";
|
|
957
959
|
value: {
|
|
958
960
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
959
961
|
};
|
|
960
|
-
__kind: "Arithmetic";
|
|
961
962
|
} | {
|
|
963
|
+
__kind: "Transactional";
|
|
962
964
|
value: {
|
|
963
965
|
__kind: "LimitReached" | "NoLayer";
|
|
964
966
|
};
|
|
965
|
-
__kind: "Transactional";
|
|
966
967
|
} | {
|
|
967
968
|
__kind: "Exhausted";
|
|
968
969
|
} | {
|
|
@@ -972,7 +973,6 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
972
973
|
} | {
|
|
973
974
|
__kind: "RootNotAllowed";
|
|
974
975
|
};
|
|
975
|
-
__kind: "DispatchError";
|
|
976
976
|
};
|
|
977
977
|
}>;
|
|
978
978
|
declare const arbitrumIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_processor_event0.EventDescriptor<"ArbitrumIngressEgress.FailedToBuildAllBatchCall", z.ZodObject<{
|
|
@@ -1050,13 +1050,13 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_
|
|
|
1050
1050
|
__kind: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
1051
1051
|
}>;
|
|
1052
1052
|
}, "strip", z.ZodTypeAny, {
|
|
1053
|
-
value: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
1054
1053
|
__kind: "FailedToDeriveAddress";
|
|
1054
|
+
value: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
1055
1055
|
}, {
|
|
1056
|
+
__kind: "FailedToDeriveAddress";
|
|
1056
1057
|
value: {
|
|
1057
1058
|
__kind: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
1058
1059
|
};
|
|
1059
|
-
__kind: "FailedToDeriveAddress";
|
|
1060
1060
|
}>, z.ZodObject<{
|
|
1061
1061
|
__kind: z.ZodLiteral<"InvalidCcm">;
|
|
1062
1062
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -1069,13 +1069,13 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_
|
|
|
1069
1069
|
__kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress" | "TooManyAddressLookupTables";
|
|
1070
1070
|
}>;
|
|
1071
1071
|
}, "strip", z.ZodTypeAny, {
|
|
1072
|
-
value: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress" | "TooManyAddressLookupTables";
|
|
1073
1072
|
__kind: "InvalidCcm";
|
|
1073
|
+
value: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress" | "TooManyAddressLookupTables";
|
|
1074
1074
|
}, {
|
|
1075
|
+
__kind: "InvalidCcm";
|
|
1075
1076
|
value: {
|
|
1076
1077
|
__kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress" | "TooManyAddressLookupTables";
|
|
1077
1078
|
};
|
|
1078
|
-
__kind: "InvalidCcm";
|
|
1079
1079
|
}>, z.ZodObject<{
|
|
1080
1080
|
__kind: z.ZodLiteral<"FailedToSerializeFinalTransaction">;
|
|
1081
1081
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1086,11 +1086,11 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_
|
|
|
1086
1086
|
__kind: z.ZodLiteral<"FinalTransactionExceededMaxLength">;
|
|
1087
1087
|
value: z.ZodNumber;
|
|
1088
1088
|
}, "strip", z.ZodTypeAny, {
|
|
1089
|
-
value: number;
|
|
1090
1089
|
__kind: "FinalTransactionExceededMaxLength";
|
|
1091
|
-
}, {
|
|
1092
1090
|
value: number;
|
|
1091
|
+
}, {
|
|
1093
1092
|
__kind: "FinalTransactionExceededMaxLength";
|
|
1093
|
+
value: number;
|
|
1094
1094
|
}>, z.ZodObject<{
|
|
1095
1095
|
__kind: z.ZodLiteral<"DispatchError">;
|
|
1096
1096
|
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
@@ -1124,17 +1124,17 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_
|
|
|
1124
1124
|
error: string;
|
|
1125
1125
|
}>;
|
|
1126
1126
|
}, "strip", z.ZodTypeAny, {
|
|
1127
|
+
__kind: "Module";
|
|
1127
1128
|
value: {
|
|
1128
1129
|
index: number;
|
|
1129
1130
|
error: `0x${string}`;
|
|
1130
1131
|
};
|
|
1131
|
-
__kind: "Module";
|
|
1132
1132
|
}, {
|
|
1133
|
+
__kind: "Module";
|
|
1133
1134
|
value: {
|
|
1134
1135
|
index: number;
|
|
1135
1136
|
error: string;
|
|
1136
1137
|
};
|
|
1137
|
-
__kind: "Module";
|
|
1138
1138
|
}>, z.ZodObject<{
|
|
1139
1139
|
__kind: z.ZodLiteral<"ConsumerRemaining">;
|
|
1140
1140
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1158,20 +1158,20 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_
|
|
|
1158
1158
|
value: z.ZodEffects<z.ZodObject<{
|
|
1159
1159
|
__kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
|
|
1160
1160
|
}, "strip", z.ZodTypeAny, {
|
|
1161
|
-
__kind: "
|
|
1161
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1162
1162
|
}, {
|
|
1163
|
-
__kind: "
|
|
1164
|
-
}>, "
|
|
1165
|
-
__kind: "
|
|
1163
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1164
|
+
}>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
|
|
1165
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1166
1166
|
}>;
|
|
1167
1167
|
}, "strip", z.ZodTypeAny, {
|
|
1168
|
-
value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1169
1168
|
__kind: "Token";
|
|
1169
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1170
1170
|
}, {
|
|
1171
|
+
__kind: "Token";
|
|
1171
1172
|
value: {
|
|
1172
|
-
__kind: "
|
|
1173
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1173
1174
|
};
|
|
1174
|
-
__kind: "Token";
|
|
1175
1175
|
}>, z.ZodObject<{
|
|
1176
1176
|
__kind: z.ZodLiteral<"Arithmetic">;
|
|
1177
1177
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -1184,13 +1184,13 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_
|
|
|
1184
1184
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1185
1185
|
}>;
|
|
1186
1186
|
}, "strip", z.ZodTypeAny, {
|
|
1187
|
-
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1188
1187
|
__kind: "Arithmetic";
|
|
1188
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1189
1189
|
}, {
|
|
1190
|
+
__kind: "Arithmetic";
|
|
1190
1191
|
value: {
|
|
1191
1192
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1192
1193
|
};
|
|
1193
|
-
__kind: "Arithmetic";
|
|
1194
1194
|
}>, z.ZodObject<{
|
|
1195
1195
|
__kind: z.ZodLiteral<"Transactional">;
|
|
1196
1196
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -1203,13 +1203,13 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_
|
|
|
1203
1203
|
__kind: "LimitReached" | "NoLayer";
|
|
1204
1204
|
}>;
|
|
1205
1205
|
}, "strip", z.ZodTypeAny, {
|
|
1206
|
-
value: "LimitReached" | "NoLayer";
|
|
1207
1206
|
__kind: "Transactional";
|
|
1207
|
+
value: "LimitReached" | "NoLayer";
|
|
1208
1208
|
}, {
|
|
1209
|
+
__kind: "Transactional";
|
|
1209
1210
|
value: {
|
|
1210
1211
|
__kind: "LimitReached" | "NoLayer";
|
|
1211
1212
|
};
|
|
1212
|
-
__kind: "Transactional";
|
|
1213
1213
|
}>, z.ZodObject<{
|
|
1214
1214
|
__kind: z.ZodLiteral<"Exhausted">;
|
|
1215
1215
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1236,6 +1236,7 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_
|
|
|
1236
1236
|
__kind: "RootNotAllowed";
|
|
1237
1237
|
}>]>;
|
|
1238
1238
|
}, "strip", z.ZodTypeAny, {
|
|
1239
|
+
__kind: "DispatchError";
|
|
1239
1240
|
value: {
|
|
1240
1241
|
__kind: "Other";
|
|
1241
1242
|
} | {
|
|
@@ -1243,11 +1244,11 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_
|
|
|
1243
1244
|
} | {
|
|
1244
1245
|
__kind: "BadOrigin";
|
|
1245
1246
|
} | {
|
|
1247
|
+
__kind: "Module";
|
|
1246
1248
|
value: {
|
|
1247
1249
|
index: number;
|
|
1248
1250
|
error: `0x${string}`;
|
|
1249
1251
|
};
|
|
1250
|
-
__kind: "Module";
|
|
1251
1252
|
} | {
|
|
1252
1253
|
__kind: "ConsumerRemaining";
|
|
1253
1254
|
} | {
|
|
@@ -1255,14 +1256,14 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_
|
|
|
1255
1256
|
} | {
|
|
1256
1257
|
__kind: "TooManyConsumers";
|
|
1257
1258
|
} | {
|
|
1258
|
-
value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1259
1259
|
__kind: "Token";
|
|
1260
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1260
1261
|
} | {
|
|
1261
|
-
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1262
1262
|
__kind: "Arithmetic";
|
|
1263
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1263
1264
|
} | {
|
|
1264
|
-
value: "LimitReached" | "NoLayer";
|
|
1265
1265
|
__kind: "Transactional";
|
|
1266
|
+
value: "LimitReached" | "NoLayer";
|
|
1266
1267
|
} | {
|
|
1267
1268
|
__kind: "Exhausted";
|
|
1268
1269
|
} | {
|
|
@@ -1272,8 +1273,8 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_
|
|
|
1272
1273
|
} | {
|
|
1273
1274
|
__kind: "RootNotAllowed";
|
|
1274
1275
|
};
|
|
1275
|
-
__kind: "DispatchError";
|
|
1276
1276
|
}, {
|
|
1277
|
+
__kind: "DispatchError";
|
|
1277
1278
|
value: {
|
|
1278
1279
|
__kind: "Other";
|
|
1279
1280
|
} | {
|
|
@@ -1281,11 +1282,11 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_
|
|
|
1281
1282
|
} | {
|
|
1282
1283
|
__kind: "BadOrigin";
|
|
1283
1284
|
} | {
|
|
1285
|
+
__kind: "Module";
|
|
1284
1286
|
value: {
|
|
1285
1287
|
index: number;
|
|
1286
1288
|
error: string;
|
|
1287
1289
|
};
|
|
1288
|
-
__kind: "Module";
|
|
1289
1290
|
} | {
|
|
1290
1291
|
__kind: "ConsumerRemaining";
|
|
1291
1292
|
} | {
|
|
@@ -1293,20 +1294,20 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_
|
|
|
1293
1294
|
} | {
|
|
1294
1295
|
__kind: "TooManyConsumers";
|
|
1295
1296
|
} | {
|
|
1297
|
+
__kind: "Token";
|
|
1296
1298
|
value: {
|
|
1297
|
-
__kind: "
|
|
1299
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1298
1300
|
};
|
|
1299
|
-
__kind: "Token";
|
|
1300
1301
|
} | {
|
|
1302
|
+
__kind: "Arithmetic";
|
|
1301
1303
|
value: {
|
|
1302
1304
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1303
1305
|
};
|
|
1304
|
-
__kind: "Arithmetic";
|
|
1305
1306
|
} | {
|
|
1307
|
+
__kind: "Transactional";
|
|
1306
1308
|
value: {
|
|
1307
1309
|
__kind: "LimitReached" | "NoLayer";
|
|
1308
1310
|
};
|
|
1309
|
-
__kind: "Transactional";
|
|
1310
1311
|
} | {
|
|
1311
1312
|
__kind: "Exhausted";
|
|
1312
1313
|
} | {
|
|
@@ -1316,7 +1317,6 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_
|
|
|
1316
1317
|
} | {
|
|
1317
1318
|
__kind: "RootNotAllowed";
|
|
1318
1319
|
};
|
|
1319
|
-
__kind: "DispatchError";
|
|
1320
1320
|
}>, z.ZodObject<{
|
|
1321
1321
|
__kind: z.ZodLiteral<"AltsNotYetWitnessed">;
|
|
1322
1322
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1331,6 +1331,7 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_
|
|
|
1331
1331
|
__kind: "AltsInvalid";
|
|
1332
1332
|
}>]>;
|
|
1333
1333
|
}, "strip", z.ZodTypeAny, {
|
|
1334
|
+
__kind: "FailedToBuildSolanaTransaction";
|
|
1334
1335
|
value: {
|
|
1335
1336
|
__kind: "CannotLookupApiEnvironment";
|
|
1336
1337
|
} | {
|
|
@@ -1342,17 +1343,18 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_
|
|
|
1342
1343
|
} | {
|
|
1343
1344
|
__kind: "NoAvailableNonceAccount";
|
|
1344
1345
|
} | {
|
|
1345
|
-
value: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
1346
1346
|
__kind: "FailedToDeriveAddress";
|
|
1347
|
+
value: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
1347
1348
|
} | {
|
|
1348
|
-
value: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress" | "TooManyAddressLookupTables";
|
|
1349
1349
|
__kind: "InvalidCcm";
|
|
1350
|
+
value: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress" | "TooManyAddressLookupTables";
|
|
1350
1351
|
} | {
|
|
1351
1352
|
__kind: "FailedToSerializeFinalTransaction";
|
|
1352
1353
|
} | {
|
|
1353
|
-
value: number;
|
|
1354
1354
|
__kind: "FinalTransactionExceededMaxLength";
|
|
1355
|
+
value: number;
|
|
1355
1356
|
} | {
|
|
1357
|
+
__kind: "DispatchError";
|
|
1356
1358
|
value: {
|
|
1357
1359
|
__kind: "Other";
|
|
1358
1360
|
} | {
|
|
@@ -1360,11 +1362,11 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_
|
|
|
1360
1362
|
} | {
|
|
1361
1363
|
__kind: "BadOrigin";
|
|
1362
1364
|
} | {
|
|
1365
|
+
__kind: "Module";
|
|
1363
1366
|
value: {
|
|
1364
1367
|
index: number;
|
|
1365
1368
|
error: `0x${string}`;
|
|
1366
1369
|
};
|
|
1367
|
-
__kind: "Module";
|
|
1368
1370
|
} | {
|
|
1369
1371
|
__kind: "ConsumerRemaining";
|
|
1370
1372
|
} | {
|
|
@@ -1372,14 +1374,14 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_
|
|
|
1372
1374
|
} | {
|
|
1373
1375
|
__kind: "TooManyConsumers";
|
|
1374
1376
|
} | {
|
|
1375
|
-
value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1376
1377
|
__kind: "Token";
|
|
1378
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1377
1379
|
} | {
|
|
1378
|
-
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1379
1380
|
__kind: "Arithmetic";
|
|
1381
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1380
1382
|
} | {
|
|
1381
|
-
value: "LimitReached" | "NoLayer";
|
|
1382
1383
|
__kind: "Transactional";
|
|
1384
|
+
value: "LimitReached" | "NoLayer";
|
|
1383
1385
|
} | {
|
|
1384
1386
|
__kind: "Exhausted";
|
|
1385
1387
|
} | {
|
|
@@ -1389,14 +1391,13 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_
|
|
|
1389
1391
|
} | {
|
|
1390
1392
|
__kind: "RootNotAllowed";
|
|
1391
1393
|
};
|
|
1392
|
-
__kind: "DispatchError";
|
|
1393
1394
|
} | {
|
|
1394
1395
|
__kind: "AltsNotYetWitnessed";
|
|
1395
1396
|
} | {
|
|
1396
1397
|
__kind: "AltsInvalid";
|
|
1397
1398
|
};
|
|
1398
|
-
__kind: "FailedToBuildSolanaTransaction";
|
|
1399
1399
|
}, {
|
|
1400
|
+
__kind: "FailedToBuildSolanaTransaction";
|
|
1400
1401
|
value: {
|
|
1401
1402
|
__kind: "CannotLookupApiEnvironment";
|
|
1402
1403
|
} | {
|
|
@@ -1408,21 +1409,22 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_
|
|
|
1408
1409
|
} | {
|
|
1409
1410
|
__kind: "NoAvailableNonceAccount";
|
|
1410
1411
|
} | {
|
|
1412
|
+
__kind: "FailedToDeriveAddress";
|
|
1411
1413
|
value: {
|
|
1412
1414
|
__kind: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
1413
1415
|
};
|
|
1414
|
-
__kind: "FailedToDeriveAddress";
|
|
1415
1416
|
} | {
|
|
1417
|
+
__kind: "InvalidCcm";
|
|
1416
1418
|
value: {
|
|
1417
1419
|
__kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress" | "TooManyAddressLookupTables";
|
|
1418
1420
|
};
|
|
1419
|
-
__kind: "InvalidCcm";
|
|
1420
1421
|
} | {
|
|
1421
1422
|
__kind: "FailedToSerializeFinalTransaction";
|
|
1422
1423
|
} | {
|
|
1423
|
-
value: number;
|
|
1424
1424
|
__kind: "FinalTransactionExceededMaxLength";
|
|
1425
|
+
value: number;
|
|
1425
1426
|
} | {
|
|
1427
|
+
__kind: "DispatchError";
|
|
1426
1428
|
value: {
|
|
1427
1429
|
__kind: "Other";
|
|
1428
1430
|
} | {
|
|
@@ -1430,11 +1432,11 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_
|
|
|
1430
1432
|
} | {
|
|
1431
1433
|
__kind: "BadOrigin";
|
|
1432
1434
|
} | {
|
|
1435
|
+
__kind: "Module";
|
|
1433
1436
|
value: {
|
|
1434
1437
|
index: number;
|
|
1435
1438
|
error: string;
|
|
1436
1439
|
};
|
|
1437
|
-
__kind: "Module";
|
|
1438
1440
|
} | {
|
|
1439
1441
|
__kind: "ConsumerRemaining";
|
|
1440
1442
|
} | {
|
|
@@ -1442,20 +1444,20 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_
|
|
|
1442
1444
|
} | {
|
|
1443
1445
|
__kind: "TooManyConsumers";
|
|
1444
1446
|
} | {
|
|
1447
|
+
__kind: "Token";
|
|
1445
1448
|
value: {
|
|
1446
|
-
__kind: "
|
|
1449
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1447
1450
|
};
|
|
1448
|
-
__kind: "Token";
|
|
1449
1451
|
} | {
|
|
1452
|
+
__kind: "Arithmetic";
|
|
1450
1453
|
value: {
|
|
1451
1454
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1452
1455
|
};
|
|
1453
|
-
__kind: "Arithmetic";
|
|
1454
1456
|
} | {
|
|
1457
|
+
__kind: "Transactional";
|
|
1455
1458
|
value: {
|
|
1456
1459
|
__kind: "LimitReached" | "NoLayer";
|
|
1457
1460
|
};
|
|
1458
|
-
__kind: "Transactional";
|
|
1459
1461
|
} | {
|
|
1460
1462
|
__kind: "Exhausted";
|
|
1461
1463
|
} | {
|
|
@@ -1465,13 +1467,11 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_
|
|
|
1465
1467
|
} | {
|
|
1466
1468
|
__kind: "RootNotAllowed";
|
|
1467
1469
|
};
|
|
1468
|
-
__kind: "DispatchError";
|
|
1469
1470
|
} | {
|
|
1470
1471
|
__kind: "AltsNotYetWitnessed";
|
|
1471
1472
|
} | {
|
|
1472
1473
|
__kind: "AltsInvalid";
|
|
1473
1474
|
};
|
|
1474
|
-
__kind: "FailedToBuildSolanaTransaction";
|
|
1475
1475
|
}>, z.ZodObject<{
|
|
1476
1476
|
__kind: z.ZodLiteral<"DispatchError">;
|
|
1477
1477
|
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
@@ -1505,17 +1505,17 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_
|
|
|
1505
1505
|
error: string;
|
|
1506
1506
|
}>;
|
|
1507
1507
|
}, "strip", z.ZodTypeAny, {
|
|
1508
|
+
__kind: "Module";
|
|
1508
1509
|
value: {
|
|
1509
1510
|
index: number;
|
|
1510
1511
|
error: `0x${string}`;
|
|
1511
1512
|
};
|
|
1512
|
-
__kind: "Module";
|
|
1513
1513
|
}, {
|
|
1514
|
+
__kind: "Module";
|
|
1514
1515
|
value: {
|
|
1515
1516
|
index: number;
|
|
1516
1517
|
error: string;
|
|
1517
1518
|
};
|
|
1518
|
-
__kind: "Module";
|
|
1519
1519
|
}>, z.ZodObject<{
|
|
1520
1520
|
__kind: z.ZodLiteral<"ConsumerRemaining">;
|
|
1521
1521
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1539,20 +1539,20 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_
|
|
|
1539
1539
|
value: z.ZodEffects<z.ZodObject<{
|
|
1540
1540
|
__kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
|
|
1541
1541
|
}, "strip", z.ZodTypeAny, {
|
|
1542
|
-
__kind: "
|
|
1542
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1543
1543
|
}, {
|
|
1544
|
-
__kind: "
|
|
1545
|
-
}>, "
|
|
1546
|
-
__kind: "
|
|
1544
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1545
|
+
}>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
|
|
1546
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1547
1547
|
}>;
|
|
1548
1548
|
}, "strip", z.ZodTypeAny, {
|
|
1549
|
-
value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1550
1549
|
__kind: "Token";
|
|
1550
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1551
1551
|
}, {
|
|
1552
|
+
__kind: "Token";
|
|
1552
1553
|
value: {
|
|
1553
|
-
__kind: "
|
|
1554
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1554
1555
|
};
|
|
1555
|
-
__kind: "Token";
|
|
1556
1556
|
}>, z.ZodObject<{
|
|
1557
1557
|
__kind: z.ZodLiteral<"Arithmetic">;
|
|
1558
1558
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -1565,13 +1565,13 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_
|
|
|
1565
1565
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1566
1566
|
}>;
|
|
1567
1567
|
}, "strip", z.ZodTypeAny, {
|
|
1568
|
-
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1569
1568
|
__kind: "Arithmetic";
|
|
1569
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1570
1570
|
}, {
|
|
1571
|
+
__kind: "Arithmetic";
|
|
1571
1572
|
value: {
|
|
1572
1573
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1573
1574
|
};
|
|
1574
|
-
__kind: "Arithmetic";
|
|
1575
1575
|
}>, z.ZodObject<{
|
|
1576
1576
|
__kind: z.ZodLiteral<"Transactional">;
|
|
1577
1577
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -1584,13 +1584,13 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_
|
|
|
1584
1584
|
__kind: "LimitReached" | "NoLayer";
|
|
1585
1585
|
}>;
|
|
1586
1586
|
}, "strip", z.ZodTypeAny, {
|
|
1587
|
-
value: "LimitReached" | "NoLayer";
|
|
1588
1587
|
__kind: "Transactional";
|
|
1588
|
+
value: "LimitReached" | "NoLayer";
|
|
1589
1589
|
}, {
|
|
1590
|
+
__kind: "Transactional";
|
|
1590
1591
|
value: {
|
|
1591
1592
|
__kind: "LimitReached" | "NoLayer";
|
|
1592
1593
|
};
|
|
1593
|
-
__kind: "Transactional";
|
|
1594
1594
|
}>, z.ZodObject<{
|
|
1595
1595
|
__kind: z.ZodLiteral<"Exhausted">;
|
|
1596
1596
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1617,6 +1617,7 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_
|
|
|
1617
1617
|
__kind: "RootNotAllowed";
|
|
1618
1618
|
}>]>;
|
|
1619
1619
|
}, "strip", z.ZodTypeAny, {
|
|
1620
|
+
__kind: "DispatchError";
|
|
1620
1621
|
value: {
|
|
1621
1622
|
__kind: "Other";
|
|
1622
1623
|
} | {
|
|
@@ -1624,11 +1625,11 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_
|
|
|
1624
1625
|
} | {
|
|
1625
1626
|
__kind: "BadOrigin";
|
|
1626
1627
|
} | {
|
|
1628
|
+
__kind: "Module";
|
|
1627
1629
|
value: {
|
|
1628
1630
|
index: number;
|
|
1629
1631
|
error: `0x${string}`;
|
|
1630
1632
|
};
|
|
1631
|
-
__kind: "Module";
|
|
1632
1633
|
} | {
|
|
1633
1634
|
__kind: "ConsumerRemaining";
|
|
1634
1635
|
} | {
|
|
@@ -1636,14 +1637,14 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_
|
|
|
1636
1637
|
} | {
|
|
1637
1638
|
__kind: "TooManyConsumers";
|
|
1638
1639
|
} | {
|
|
1639
|
-
value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1640
1640
|
__kind: "Token";
|
|
1641
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1641
1642
|
} | {
|
|
1642
|
-
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1643
1643
|
__kind: "Arithmetic";
|
|
1644
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1644
1645
|
} | {
|
|
1645
|
-
value: "LimitReached" | "NoLayer";
|
|
1646
1646
|
__kind: "Transactional";
|
|
1647
|
+
value: "LimitReached" | "NoLayer";
|
|
1647
1648
|
} | {
|
|
1648
1649
|
__kind: "Exhausted";
|
|
1649
1650
|
} | {
|
|
@@ -1653,8 +1654,8 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_
|
|
|
1653
1654
|
} | {
|
|
1654
1655
|
__kind: "RootNotAllowed";
|
|
1655
1656
|
};
|
|
1656
|
-
__kind: "DispatchError";
|
|
1657
1657
|
}, {
|
|
1658
|
+
__kind: "DispatchError";
|
|
1658
1659
|
value: {
|
|
1659
1660
|
__kind: "Other";
|
|
1660
1661
|
} | {
|
|
@@ -1662,11 +1663,11 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_
|
|
|
1662
1663
|
} | {
|
|
1663
1664
|
__kind: "BadOrigin";
|
|
1664
1665
|
} | {
|
|
1666
|
+
__kind: "Module";
|
|
1665
1667
|
value: {
|
|
1666
1668
|
index: number;
|
|
1667
1669
|
error: string;
|
|
1668
1670
|
};
|
|
1669
|
-
__kind: "Module";
|
|
1670
1671
|
} | {
|
|
1671
1672
|
__kind: "ConsumerRemaining";
|
|
1672
1673
|
} | {
|
|
@@ -1674,20 +1675,20 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_
|
|
|
1674
1675
|
} | {
|
|
1675
1676
|
__kind: "TooManyConsumers";
|
|
1676
1677
|
} | {
|
|
1678
|
+
__kind: "Token";
|
|
1677
1679
|
value: {
|
|
1678
|
-
__kind: "
|
|
1680
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1679
1681
|
};
|
|
1680
|
-
__kind: "Token";
|
|
1681
1682
|
} | {
|
|
1683
|
+
__kind: "Arithmetic";
|
|
1682
1684
|
value: {
|
|
1683
1685
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1684
1686
|
};
|
|
1685
|
-
__kind: "Arithmetic";
|
|
1686
1687
|
} | {
|
|
1688
|
+
__kind: "Transactional";
|
|
1687
1689
|
value: {
|
|
1688
1690
|
__kind: "LimitReached" | "NoLayer";
|
|
1689
1691
|
};
|
|
1690
|
-
__kind: "Transactional";
|
|
1691
1692
|
} | {
|
|
1692
1693
|
__kind: "Exhausted";
|
|
1693
1694
|
} | {
|
|
@@ -1697,7 +1698,6 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_
|
|
|
1697
1698
|
} | {
|
|
1698
1699
|
__kind: "RootNotAllowed";
|
|
1699
1700
|
};
|
|
1700
|
-
__kind: "DispatchError";
|
|
1701
1701
|
}>]>;
|
|
1702
1702
|
}, "strip", z.ZodTypeAny, {
|
|
1703
1703
|
error: {
|
|
@@ -1711,6 +1711,7 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_
|
|
|
1711
1711
|
} | {
|
|
1712
1712
|
__kind: "UtxoSelectionFailed";
|
|
1713
1713
|
} | {
|
|
1714
|
+
__kind: "FailedToBuildSolanaTransaction";
|
|
1714
1715
|
value: {
|
|
1715
1716
|
__kind: "CannotLookupApiEnvironment";
|
|
1716
1717
|
} | {
|
|
@@ -1722,17 +1723,18 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_
|
|
|
1722
1723
|
} | {
|
|
1723
1724
|
__kind: "NoAvailableNonceAccount";
|
|
1724
1725
|
} | {
|
|
1725
|
-
value: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
1726
1726
|
__kind: "FailedToDeriveAddress";
|
|
1727
|
+
value: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
1727
1728
|
} | {
|
|
1728
|
-
value: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress" | "TooManyAddressLookupTables";
|
|
1729
1729
|
__kind: "InvalidCcm";
|
|
1730
|
+
value: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress" | "TooManyAddressLookupTables";
|
|
1730
1731
|
} | {
|
|
1731
1732
|
__kind: "FailedToSerializeFinalTransaction";
|
|
1732
1733
|
} | {
|
|
1733
|
-
value: number;
|
|
1734
1734
|
__kind: "FinalTransactionExceededMaxLength";
|
|
1735
|
+
value: number;
|
|
1735
1736
|
} | {
|
|
1737
|
+
__kind: "DispatchError";
|
|
1736
1738
|
value: {
|
|
1737
1739
|
__kind: "Other";
|
|
1738
1740
|
} | {
|
|
@@ -1740,11 +1742,11 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_
|
|
|
1740
1742
|
} | {
|
|
1741
1743
|
__kind: "BadOrigin";
|
|
1742
1744
|
} | {
|
|
1745
|
+
__kind: "Module";
|
|
1743
1746
|
value: {
|
|
1744
1747
|
index: number;
|
|
1745
1748
|
error: `0x${string}`;
|
|
1746
1749
|
};
|
|
1747
|
-
__kind: "Module";
|
|
1748
1750
|
} | {
|
|
1749
1751
|
__kind: "ConsumerRemaining";
|
|
1750
1752
|
} | {
|
|
@@ -1752,14 +1754,14 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_
|
|
|
1752
1754
|
} | {
|
|
1753
1755
|
__kind: "TooManyConsumers";
|
|
1754
1756
|
} | {
|
|
1755
|
-
value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1756
1757
|
__kind: "Token";
|
|
1758
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1757
1759
|
} | {
|
|
1758
|
-
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1759
1760
|
__kind: "Arithmetic";
|
|
1761
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1760
1762
|
} | {
|
|
1761
|
-
value: "LimitReached" | "NoLayer";
|
|
1762
1763
|
__kind: "Transactional";
|
|
1764
|
+
value: "LimitReached" | "NoLayer";
|
|
1763
1765
|
} | {
|
|
1764
1766
|
__kind: "Exhausted";
|
|
1765
1767
|
} | {
|
|
@@ -1769,14 +1771,13 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_
|
|
|
1769
1771
|
} | {
|
|
1770
1772
|
__kind: "RootNotAllowed";
|
|
1771
1773
|
};
|
|
1772
|
-
__kind: "DispatchError";
|
|
1773
1774
|
} | {
|
|
1774
1775
|
__kind: "AltsNotYetWitnessed";
|
|
1775
1776
|
} | {
|
|
1776
1777
|
__kind: "AltsInvalid";
|
|
1777
1778
|
};
|
|
1778
|
-
__kind: "FailedToBuildSolanaTransaction";
|
|
1779
1779
|
} | {
|
|
1780
|
+
__kind: "DispatchError";
|
|
1780
1781
|
value: {
|
|
1781
1782
|
__kind: "Other";
|
|
1782
1783
|
} | {
|
|
@@ -1784,11 +1785,11 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_
|
|
|
1784
1785
|
} | {
|
|
1785
1786
|
__kind: "BadOrigin";
|
|
1786
1787
|
} | {
|
|
1788
|
+
__kind: "Module";
|
|
1787
1789
|
value: {
|
|
1788
1790
|
index: number;
|
|
1789
1791
|
error: `0x${string}`;
|
|
1790
1792
|
};
|
|
1791
|
-
__kind: "Module";
|
|
1792
1793
|
} | {
|
|
1793
1794
|
__kind: "ConsumerRemaining";
|
|
1794
1795
|
} | {
|
|
@@ -1796,14 +1797,14 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_
|
|
|
1796
1797
|
} | {
|
|
1797
1798
|
__kind: "TooManyConsumers";
|
|
1798
1799
|
} | {
|
|
1799
|
-
value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1800
1800
|
__kind: "Token";
|
|
1801
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1801
1802
|
} | {
|
|
1802
|
-
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1803
1803
|
__kind: "Arithmetic";
|
|
1804
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1804
1805
|
} | {
|
|
1805
|
-
value: "LimitReached" | "NoLayer";
|
|
1806
1806
|
__kind: "Transactional";
|
|
1807
|
+
value: "LimitReached" | "NoLayer";
|
|
1807
1808
|
} | {
|
|
1808
1809
|
__kind: "Exhausted";
|
|
1809
1810
|
} | {
|
|
@@ -1813,7 +1814,6 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_
|
|
|
1813
1814
|
} | {
|
|
1814
1815
|
__kind: "RootNotAllowed";
|
|
1815
1816
|
};
|
|
1816
|
-
__kind: "DispatchError";
|
|
1817
1817
|
};
|
|
1818
1818
|
}, {
|
|
1819
1819
|
error: {
|
|
@@ -1827,6 +1827,7 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_
|
|
|
1827
1827
|
} | {
|
|
1828
1828
|
__kind: "UtxoSelectionFailed";
|
|
1829
1829
|
} | {
|
|
1830
|
+
__kind: "FailedToBuildSolanaTransaction";
|
|
1830
1831
|
value: {
|
|
1831
1832
|
__kind: "CannotLookupApiEnvironment";
|
|
1832
1833
|
} | {
|
|
@@ -1838,21 +1839,22 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_
|
|
|
1838
1839
|
} | {
|
|
1839
1840
|
__kind: "NoAvailableNonceAccount";
|
|
1840
1841
|
} | {
|
|
1842
|
+
__kind: "FailedToDeriveAddress";
|
|
1841
1843
|
value: {
|
|
1842
1844
|
__kind: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
1843
1845
|
};
|
|
1844
|
-
__kind: "FailedToDeriveAddress";
|
|
1845
1846
|
} | {
|
|
1847
|
+
__kind: "InvalidCcm";
|
|
1846
1848
|
value: {
|
|
1847
1849
|
__kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress" | "TooManyAddressLookupTables";
|
|
1848
1850
|
};
|
|
1849
|
-
__kind: "InvalidCcm";
|
|
1850
1851
|
} | {
|
|
1851
1852
|
__kind: "FailedToSerializeFinalTransaction";
|
|
1852
1853
|
} | {
|
|
1853
|
-
value: number;
|
|
1854
1854
|
__kind: "FinalTransactionExceededMaxLength";
|
|
1855
|
+
value: number;
|
|
1855
1856
|
} | {
|
|
1857
|
+
__kind: "DispatchError";
|
|
1856
1858
|
value: {
|
|
1857
1859
|
__kind: "Other";
|
|
1858
1860
|
} | {
|
|
@@ -1860,11 +1862,11 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_
|
|
|
1860
1862
|
} | {
|
|
1861
1863
|
__kind: "BadOrigin";
|
|
1862
1864
|
} | {
|
|
1865
|
+
__kind: "Module";
|
|
1863
1866
|
value: {
|
|
1864
1867
|
index: number;
|
|
1865
1868
|
error: string;
|
|
1866
1869
|
};
|
|
1867
|
-
__kind: "Module";
|
|
1868
1870
|
} | {
|
|
1869
1871
|
__kind: "ConsumerRemaining";
|
|
1870
1872
|
} | {
|
|
@@ -1872,20 +1874,20 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_
|
|
|
1872
1874
|
} | {
|
|
1873
1875
|
__kind: "TooManyConsumers";
|
|
1874
1876
|
} | {
|
|
1877
|
+
__kind: "Token";
|
|
1875
1878
|
value: {
|
|
1876
|
-
__kind: "
|
|
1879
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1877
1880
|
};
|
|
1878
|
-
__kind: "Token";
|
|
1879
1881
|
} | {
|
|
1882
|
+
__kind: "Arithmetic";
|
|
1880
1883
|
value: {
|
|
1881
1884
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1882
1885
|
};
|
|
1883
|
-
__kind: "Arithmetic";
|
|
1884
1886
|
} | {
|
|
1887
|
+
__kind: "Transactional";
|
|
1885
1888
|
value: {
|
|
1886
1889
|
__kind: "LimitReached" | "NoLayer";
|
|
1887
1890
|
};
|
|
1888
|
-
__kind: "Transactional";
|
|
1889
1891
|
} | {
|
|
1890
1892
|
__kind: "Exhausted";
|
|
1891
1893
|
} | {
|
|
@@ -1895,14 +1897,13 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_
|
|
|
1895
1897
|
} | {
|
|
1896
1898
|
__kind: "RootNotAllowed";
|
|
1897
1899
|
};
|
|
1898
|
-
__kind: "DispatchError";
|
|
1899
1900
|
} | {
|
|
1900
1901
|
__kind: "AltsNotYetWitnessed";
|
|
1901
1902
|
} | {
|
|
1902
1903
|
__kind: "AltsInvalid";
|
|
1903
1904
|
};
|
|
1904
|
-
__kind: "FailedToBuildSolanaTransaction";
|
|
1905
1905
|
} | {
|
|
1906
|
+
__kind: "DispatchError";
|
|
1906
1907
|
value: {
|
|
1907
1908
|
__kind: "Other";
|
|
1908
1909
|
} | {
|
|
@@ -1910,11 +1911,11 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_
|
|
|
1910
1911
|
} | {
|
|
1911
1912
|
__kind: "BadOrigin";
|
|
1912
1913
|
} | {
|
|
1914
|
+
__kind: "Module";
|
|
1913
1915
|
value: {
|
|
1914
1916
|
index: number;
|
|
1915
1917
|
error: string;
|
|
1916
1918
|
};
|
|
1917
|
-
__kind: "Module";
|
|
1918
1919
|
} | {
|
|
1919
1920
|
__kind: "ConsumerRemaining";
|
|
1920
1921
|
} | {
|
|
@@ -1922,20 +1923,20 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_
|
|
|
1922
1923
|
} | {
|
|
1923
1924
|
__kind: "TooManyConsumers";
|
|
1924
1925
|
} | {
|
|
1926
|
+
__kind: "Token";
|
|
1925
1927
|
value: {
|
|
1926
|
-
__kind: "
|
|
1928
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1927
1929
|
};
|
|
1928
|
-
__kind: "Token";
|
|
1929
1930
|
} | {
|
|
1931
|
+
__kind: "Arithmetic";
|
|
1930
1932
|
value: {
|
|
1931
1933
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1932
1934
|
};
|
|
1933
|
-
__kind: "Arithmetic";
|
|
1934
1935
|
} | {
|
|
1936
|
+
__kind: "Transactional";
|
|
1935
1937
|
value: {
|
|
1936
1938
|
__kind: "LimitReached" | "NoLayer";
|
|
1937
1939
|
};
|
|
1938
|
-
__kind: "Transactional";
|
|
1939
1940
|
} | {
|
|
1940
1941
|
__kind: "Exhausted";
|
|
1941
1942
|
} | {
|
|
@@ -1945,7 +1946,6 @@ declare const arbitrumIngressEgressFailedToBuildAllBatchCallEvent: _$_chainflip_
|
|
|
1945
1946
|
} | {
|
|
1946
1947
|
__kind: "RootNotAllowed";
|
|
1947
1948
|
};
|
|
1948
|
-
__kind: "DispatchError";
|
|
1949
1949
|
};
|
|
1950
1950
|
}>>;
|
|
1951
1951
|
//#endregion
|