@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
|
@@ -19,11 +19,11 @@ declare const fundingSCCallCannotBeExecuted: z.ZodObject<{
|
|
|
19
19
|
__kind: z.ZodLiteral<"Some">;
|
|
20
20
|
value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
21
21
|
}, "strip", z.ZodTypeAny, {
|
|
22
|
-
__kind: "Some";
|
|
23
22
|
value: bigint;
|
|
24
|
-
}, {
|
|
25
23
|
__kind: "Some";
|
|
24
|
+
}, {
|
|
26
25
|
value: string | number;
|
|
26
|
+
__kind: "Some";
|
|
27
27
|
}>]>;
|
|
28
28
|
}, "strip", z.ZodTypeAny, {
|
|
29
29
|
__kind: "Delegate";
|
|
@@ -31,8 +31,8 @@ declare const fundingSCCallCannotBeExecuted: z.ZodObject<{
|
|
|
31
31
|
increase: {
|
|
32
32
|
__kind: "Max";
|
|
33
33
|
} | {
|
|
34
|
-
__kind: "Some";
|
|
35
34
|
value: bigint;
|
|
35
|
+
__kind: "Some";
|
|
36
36
|
};
|
|
37
37
|
}, {
|
|
38
38
|
__kind: "Delegate";
|
|
@@ -40,8 +40,8 @@ declare const fundingSCCallCannotBeExecuted: z.ZodObject<{
|
|
|
40
40
|
increase: {
|
|
41
41
|
__kind: "Max";
|
|
42
42
|
} | {
|
|
43
|
-
__kind: "Some";
|
|
44
43
|
value: string | number;
|
|
44
|
+
__kind: "Some";
|
|
45
45
|
};
|
|
46
46
|
}>, z.ZodObject<{
|
|
47
47
|
__kind: z.ZodLiteral<"Undelegate">;
|
|
@@ -55,27 +55,27 @@ declare const fundingSCCallCannotBeExecuted: z.ZodObject<{
|
|
|
55
55
|
__kind: z.ZodLiteral<"Some">;
|
|
56
56
|
value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
57
57
|
}, "strip", z.ZodTypeAny, {
|
|
58
|
-
__kind: "Some";
|
|
59
58
|
value: bigint;
|
|
60
|
-
}, {
|
|
61
59
|
__kind: "Some";
|
|
60
|
+
}, {
|
|
62
61
|
value: string | number;
|
|
62
|
+
__kind: "Some";
|
|
63
63
|
}>]>;
|
|
64
64
|
}, "strip", z.ZodTypeAny, {
|
|
65
65
|
__kind: "Undelegate";
|
|
66
66
|
decrease: {
|
|
67
67
|
__kind: "Max";
|
|
68
68
|
} | {
|
|
69
|
-
__kind: "Some";
|
|
70
69
|
value: bigint;
|
|
70
|
+
__kind: "Some";
|
|
71
71
|
};
|
|
72
72
|
}, {
|
|
73
73
|
__kind: "Undelegate";
|
|
74
74
|
decrease: {
|
|
75
75
|
__kind: "Max";
|
|
76
76
|
} | {
|
|
77
|
-
__kind: "Some";
|
|
78
77
|
value: string | number;
|
|
78
|
+
__kind: "Some";
|
|
79
79
|
};
|
|
80
80
|
}>, z.ZodObject<{
|
|
81
81
|
__kind: z.ZodLiteral<"Redeem">;
|
|
@@ -89,11 +89,11 @@ declare const fundingSCCallCannotBeExecuted: z.ZodObject<{
|
|
|
89
89
|
__kind: z.ZodLiteral<"Exact">;
|
|
90
90
|
value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
91
91
|
}, "strip", z.ZodTypeAny, {
|
|
92
|
-
__kind: "Exact";
|
|
93
92
|
value: bigint;
|
|
94
|
-
}, {
|
|
95
93
|
__kind: "Exact";
|
|
94
|
+
}, {
|
|
96
95
|
value: string | number;
|
|
96
|
+
__kind: "Exact";
|
|
97
97
|
}>]>;
|
|
98
98
|
address: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
99
99
|
executor: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodString, `0x${string}`, string>>>;
|
|
@@ -102,8 +102,8 @@ declare const fundingSCCallCannotBeExecuted: z.ZodObject<{
|
|
|
102
102
|
amount: {
|
|
103
103
|
__kind: "Max";
|
|
104
104
|
} | {
|
|
105
|
-
__kind: "Exact";
|
|
106
105
|
value: bigint;
|
|
106
|
+
__kind: "Exact";
|
|
107
107
|
};
|
|
108
108
|
address: `0x${string}`;
|
|
109
109
|
executor?: `0x${string}` | null | undefined;
|
|
@@ -112,8 +112,8 @@ declare const fundingSCCallCannotBeExecuted: z.ZodObject<{
|
|
|
112
112
|
amount: {
|
|
113
113
|
__kind: "Max";
|
|
114
114
|
} | {
|
|
115
|
-
__kind: "Exact";
|
|
116
115
|
value: string | number;
|
|
116
|
+
__kind: "Exact";
|
|
117
117
|
};
|
|
118
118
|
address: string;
|
|
119
119
|
executor?: string | null | undefined;
|
|
@@ -126,24 +126,24 @@ declare const fundingSCCallCannotBeExecuted: z.ZodObject<{
|
|
|
126
126
|
increase: {
|
|
127
127
|
__kind: "Max";
|
|
128
128
|
} | {
|
|
129
|
-
__kind: "Some";
|
|
130
129
|
value: bigint;
|
|
130
|
+
__kind: "Some";
|
|
131
131
|
};
|
|
132
132
|
} | {
|
|
133
133
|
__kind: "Undelegate";
|
|
134
134
|
decrease: {
|
|
135
135
|
__kind: "Max";
|
|
136
136
|
} | {
|
|
137
|
-
__kind: "Some";
|
|
138
137
|
value: bigint;
|
|
138
|
+
__kind: "Some";
|
|
139
139
|
};
|
|
140
140
|
} | {
|
|
141
141
|
__kind: "Redeem";
|
|
142
142
|
amount: {
|
|
143
143
|
__kind: "Max";
|
|
144
144
|
} | {
|
|
145
|
-
__kind: "Exact";
|
|
146
145
|
value: bigint;
|
|
146
|
+
__kind: "Exact";
|
|
147
147
|
};
|
|
148
148
|
address: `0x${string}`;
|
|
149
149
|
executor?: `0x${string}` | null | undefined;
|
|
@@ -156,24 +156,24 @@ declare const fundingSCCallCannotBeExecuted: z.ZodObject<{
|
|
|
156
156
|
increase: {
|
|
157
157
|
__kind: "Max";
|
|
158
158
|
} | {
|
|
159
|
-
__kind: "Some";
|
|
160
159
|
value: string | number;
|
|
160
|
+
__kind: "Some";
|
|
161
161
|
};
|
|
162
162
|
} | {
|
|
163
163
|
__kind: "Undelegate";
|
|
164
164
|
decrease: {
|
|
165
165
|
__kind: "Max";
|
|
166
166
|
} | {
|
|
167
|
-
__kind: "Some";
|
|
168
167
|
value: string | number;
|
|
168
|
+
__kind: "Some";
|
|
169
169
|
};
|
|
170
170
|
} | {
|
|
171
171
|
__kind: "Redeem";
|
|
172
172
|
amount: {
|
|
173
173
|
__kind: "Max";
|
|
174
174
|
} | {
|
|
175
|
-
__kind: "Exact";
|
|
176
175
|
value: string | number;
|
|
176
|
+
__kind: "Exact";
|
|
177
177
|
};
|
|
178
178
|
address: string;
|
|
179
179
|
executor?: string | null | undefined;
|
|
@@ -246,17 +246,17 @@ declare const fundingSCCallCannotBeExecuted: z.ZodObject<{
|
|
|
246
246
|
error: string;
|
|
247
247
|
}>;
|
|
248
248
|
}, "strip", z.ZodTypeAny, {
|
|
249
|
-
__kind: "Module";
|
|
250
249
|
value: {
|
|
251
250
|
index: number;
|
|
252
251
|
error: `0x${string}`;
|
|
253
252
|
};
|
|
254
|
-
}, {
|
|
255
253
|
__kind: "Module";
|
|
254
|
+
}, {
|
|
256
255
|
value: {
|
|
257
256
|
index: number;
|
|
258
257
|
error: string;
|
|
259
258
|
};
|
|
259
|
+
__kind: "Module";
|
|
260
260
|
}>, z.ZodObject<{
|
|
261
261
|
__kind: z.ZodLiteral<"ConsumerRemaining">;
|
|
262
262
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -287,13 +287,13 @@ declare const fundingSCCallCannotBeExecuted: z.ZodObject<{
|
|
|
287
287
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
288
288
|
}>;
|
|
289
289
|
}, "strip", z.ZodTypeAny, {
|
|
290
|
-
__kind: "Token";
|
|
291
290
|
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
292
|
-
}, {
|
|
293
291
|
__kind: "Token";
|
|
292
|
+
}, {
|
|
294
293
|
value: {
|
|
295
294
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
296
295
|
};
|
|
296
|
+
__kind: "Token";
|
|
297
297
|
}>, z.ZodObject<{
|
|
298
298
|
__kind: z.ZodLiteral<"Arithmetic">;
|
|
299
299
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -306,13 +306,13 @@ declare const fundingSCCallCannotBeExecuted: z.ZodObject<{
|
|
|
306
306
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
307
307
|
}>;
|
|
308
308
|
}, "strip", z.ZodTypeAny, {
|
|
309
|
-
__kind: "Arithmetic";
|
|
310
309
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
311
|
-
}, {
|
|
312
310
|
__kind: "Arithmetic";
|
|
311
|
+
}, {
|
|
313
312
|
value: {
|
|
314
313
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
315
314
|
};
|
|
315
|
+
__kind: "Arithmetic";
|
|
316
316
|
}>, z.ZodObject<{
|
|
317
317
|
__kind: z.ZodLiteral<"Transactional">;
|
|
318
318
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -325,13 +325,13 @@ declare const fundingSCCallCannotBeExecuted: z.ZodObject<{
|
|
|
325
325
|
__kind: "LimitReached" | "NoLayer";
|
|
326
326
|
}>;
|
|
327
327
|
}, "strip", z.ZodTypeAny, {
|
|
328
|
-
__kind: "Transactional";
|
|
329
328
|
value: "LimitReached" | "NoLayer";
|
|
330
|
-
}, {
|
|
331
329
|
__kind: "Transactional";
|
|
330
|
+
}, {
|
|
332
331
|
value: {
|
|
333
332
|
__kind: "LimitReached" | "NoLayer";
|
|
334
333
|
};
|
|
334
|
+
__kind: "Transactional";
|
|
335
335
|
}>, z.ZodObject<{
|
|
336
336
|
__kind: z.ZodLiteral<"Exhausted">;
|
|
337
337
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -368,13 +368,13 @@ declare const fundingSCCallCannotBeExecuted: z.ZodObject<{
|
|
|
368
368
|
__kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
369
369
|
}>;
|
|
370
370
|
}, "strip", z.ZodTypeAny, {
|
|
371
|
-
__kind: "Trie";
|
|
372
371
|
value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
373
|
-
}, {
|
|
374
372
|
__kind: "Trie";
|
|
373
|
+
}, {
|
|
375
374
|
value: {
|
|
376
375
|
__kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
377
376
|
};
|
|
377
|
+
__kind: "Trie";
|
|
378
378
|
}>]>;
|
|
379
379
|
}, "strip", z.ZodTypeAny, {
|
|
380
380
|
error: {
|
|
@@ -384,11 +384,11 @@ declare const fundingSCCallCannotBeExecuted: z.ZodObject<{
|
|
|
384
384
|
} | {
|
|
385
385
|
__kind: "BadOrigin";
|
|
386
386
|
} | {
|
|
387
|
-
__kind: "Module";
|
|
388
387
|
value: {
|
|
389
388
|
index: number;
|
|
390
389
|
error: `0x${string}`;
|
|
391
390
|
};
|
|
391
|
+
__kind: "Module";
|
|
392
392
|
} | {
|
|
393
393
|
__kind: "ConsumerRemaining";
|
|
394
394
|
} | {
|
|
@@ -396,14 +396,14 @@ declare const fundingSCCallCannotBeExecuted: z.ZodObject<{
|
|
|
396
396
|
} | {
|
|
397
397
|
__kind: "TooManyConsumers";
|
|
398
398
|
} | {
|
|
399
|
-
__kind: "Token";
|
|
400
399
|
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
400
|
+
__kind: "Token";
|
|
401
401
|
} | {
|
|
402
|
-
__kind: "Arithmetic";
|
|
403
402
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
403
|
+
__kind: "Arithmetic";
|
|
404
404
|
} | {
|
|
405
|
-
__kind: "Transactional";
|
|
406
405
|
value: "LimitReached" | "NoLayer";
|
|
406
|
+
__kind: "Transactional";
|
|
407
407
|
} | {
|
|
408
408
|
__kind: "Exhausted";
|
|
409
409
|
} | {
|
|
@@ -413,8 +413,8 @@ declare const fundingSCCallCannotBeExecuted: z.ZodObject<{
|
|
|
413
413
|
} | {
|
|
414
414
|
__kind: "RootNotAllowed";
|
|
415
415
|
} | {
|
|
416
|
-
__kind: "Trie";
|
|
417
416
|
value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
417
|
+
__kind: "Trie";
|
|
418
418
|
};
|
|
419
419
|
postInfo: {
|
|
420
420
|
paysFee: "Yes" | "No";
|
|
@@ -431,11 +431,11 @@ declare const fundingSCCallCannotBeExecuted: z.ZodObject<{
|
|
|
431
431
|
} | {
|
|
432
432
|
__kind: "BadOrigin";
|
|
433
433
|
} | {
|
|
434
|
-
__kind: "Module";
|
|
435
434
|
value: {
|
|
436
435
|
index: number;
|
|
437
436
|
error: string;
|
|
438
437
|
};
|
|
438
|
+
__kind: "Module";
|
|
439
439
|
} | {
|
|
440
440
|
__kind: "ConsumerRemaining";
|
|
441
441
|
} | {
|
|
@@ -443,20 +443,20 @@ declare const fundingSCCallCannotBeExecuted: z.ZodObject<{
|
|
|
443
443
|
} | {
|
|
444
444
|
__kind: "TooManyConsumers";
|
|
445
445
|
} | {
|
|
446
|
-
__kind: "Token";
|
|
447
446
|
value: {
|
|
448
447
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
449
448
|
};
|
|
449
|
+
__kind: "Token";
|
|
450
450
|
} | {
|
|
451
|
-
__kind: "Arithmetic";
|
|
452
451
|
value: {
|
|
453
452
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
454
453
|
};
|
|
454
|
+
__kind: "Arithmetic";
|
|
455
455
|
} | {
|
|
456
|
-
__kind: "Transactional";
|
|
457
456
|
value: {
|
|
458
457
|
__kind: "LimitReached" | "NoLayer";
|
|
459
458
|
};
|
|
459
|
+
__kind: "Transactional";
|
|
460
460
|
} | {
|
|
461
461
|
__kind: "Exhausted";
|
|
462
462
|
} | {
|
|
@@ -466,10 +466,10 @@ declare const fundingSCCallCannotBeExecuted: z.ZodObject<{
|
|
|
466
466
|
} | {
|
|
467
467
|
__kind: "RootNotAllowed";
|
|
468
468
|
} | {
|
|
469
|
-
__kind: "Trie";
|
|
470
469
|
value: {
|
|
471
470
|
__kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
472
471
|
};
|
|
472
|
+
__kind: "Trie";
|
|
473
473
|
};
|
|
474
474
|
postInfo: {
|
|
475
475
|
paysFee: {
|
|
@@ -492,24 +492,24 @@ declare const fundingSCCallCannotBeExecuted: z.ZodObject<{
|
|
|
492
492
|
increase: {
|
|
493
493
|
__kind: "Max";
|
|
494
494
|
} | {
|
|
495
|
-
__kind: "Some";
|
|
496
495
|
value: bigint;
|
|
496
|
+
__kind: "Some";
|
|
497
497
|
};
|
|
498
498
|
} | {
|
|
499
499
|
__kind: "Undelegate";
|
|
500
500
|
decrease: {
|
|
501
501
|
__kind: "Max";
|
|
502
502
|
} | {
|
|
503
|
-
__kind: "Some";
|
|
504
503
|
value: bigint;
|
|
504
|
+
__kind: "Some";
|
|
505
505
|
};
|
|
506
506
|
} | {
|
|
507
507
|
__kind: "Redeem";
|
|
508
508
|
amount: {
|
|
509
509
|
__kind: "Max";
|
|
510
510
|
} | {
|
|
511
|
-
__kind: "Exact";
|
|
512
511
|
value: bigint;
|
|
512
|
+
__kind: "Exact";
|
|
513
513
|
};
|
|
514
514
|
address: `0x${string}`;
|
|
515
515
|
executor?: `0x${string}` | null | undefined;
|
|
@@ -523,11 +523,11 @@ declare const fundingSCCallCannotBeExecuted: z.ZodObject<{
|
|
|
523
523
|
} | {
|
|
524
524
|
__kind: "BadOrigin";
|
|
525
525
|
} | {
|
|
526
|
-
__kind: "Module";
|
|
527
526
|
value: {
|
|
528
527
|
index: number;
|
|
529
528
|
error: `0x${string}`;
|
|
530
529
|
};
|
|
530
|
+
__kind: "Module";
|
|
531
531
|
} | {
|
|
532
532
|
__kind: "ConsumerRemaining";
|
|
533
533
|
} | {
|
|
@@ -535,14 +535,14 @@ declare const fundingSCCallCannotBeExecuted: z.ZodObject<{
|
|
|
535
535
|
} | {
|
|
536
536
|
__kind: "TooManyConsumers";
|
|
537
537
|
} | {
|
|
538
|
-
__kind: "Token";
|
|
539
538
|
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
539
|
+
__kind: "Token";
|
|
540
540
|
} | {
|
|
541
|
-
__kind: "Arithmetic";
|
|
542
541
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
542
|
+
__kind: "Arithmetic";
|
|
543
543
|
} | {
|
|
544
|
-
__kind: "Transactional";
|
|
545
544
|
value: "LimitReached" | "NoLayer";
|
|
545
|
+
__kind: "Transactional";
|
|
546
546
|
} | {
|
|
547
547
|
__kind: "Exhausted";
|
|
548
548
|
} | {
|
|
@@ -552,8 +552,8 @@ declare const fundingSCCallCannotBeExecuted: z.ZodObject<{
|
|
|
552
552
|
} | {
|
|
553
553
|
__kind: "RootNotAllowed";
|
|
554
554
|
} | {
|
|
555
|
-
__kind: "Trie";
|
|
556
555
|
value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
556
|
+
__kind: "Trie";
|
|
557
557
|
};
|
|
558
558
|
postInfo: {
|
|
559
559
|
paysFee: "Yes" | "No";
|
|
@@ -574,24 +574,24 @@ declare const fundingSCCallCannotBeExecuted: z.ZodObject<{
|
|
|
574
574
|
increase: {
|
|
575
575
|
__kind: "Max";
|
|
576
576
|
} | {
|
|
577
|
-
__kind: "Some";
|
|
578
577
|
value: string | number;
|
|
578
|
+
__kind: "Some";
|
|
579
579
|
};
|
|
580
580
|
} | {
|
|
581
581
|
__kind: "Undelegate";
|
|
582
582
|
decrease: {
|
|
583
583
|
__kind: "Max";
|
|
584
584
|
} | {
|
|
585
|
-
__kind: "Some";
|
|
586
585
|
value: string | number;
|
|
586
|
+
__kind: "Some";
|
|
587
587
|
};
|
|
588
588
|
} | {
|
|
589
589
|
__kind: "Redeem";
|
|
590
590
|
amount: {
|
|
591
591
|
__kind: "Max";
|
|
592
592
|
} | {
|
|
593
|
-
__kind: "Exact";
|
|
594
593
|
value: string | number;
|
|
594
|
+
__kind: "Exact";
|
|
595
595
|
};
|
|
596
596
|
address: string;
|
|
597
597
|
executor?: string | null | undefined;
|
|
@@ -605,11 +605,11 @@ declare const fundingSCCallCannotBeExecuted: z.ZodObject<{
|
|
|
605
605
|
} | {
|
|
606
606
|
__kind: "BadOrigin";
|
|
607
607
|
} | {
|
|
608
|
-
__kind: "Module";
|
|
609
608
|
value: {
|
|
610
609
|
index: number;
|
|
611
610
|
error: string;
|
|
612
611
|
};
|
|
612
|
+
__kind: "Module";
|
|
613
613
|
} | {
|
|
614
614
|
__kind: "ConsumerRemaining";
|
|
615
615
|
} | {
|
|
@@ -617,20 +617,20 @@ declare const fundingSCCallCannotBeExecuted: z.ZodObject<{
|
|
|
617
617
|
} | {
|
|
618
618
|
__kind: "TooManyConsumers";
|
|
619
619
|
} | {
|
|
620
|
-
__kind: "Token";
|
|
621
620
|
value: {
|
|
622
621
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
623
622
|
};
|
|
623
|
+
__kind: "Token";
|
|
624
624
|
} | {
|
|
625
|
-
__kind: "Arithmetic";
|
|
626
625
|
value: {
|
|
627
626
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
628
627
|
};
|
|
628
|
+
__kind: "Arithmetic";
|
|
629
629
|
} | {
|
|
630
|
-
__kind: "Transactional";
|
|
631
630
|
value: {
|
|
632
631
|
__kind: "LimitReached" | "NoLayer";
|
|
633
632
|
};
|
|
633
|
+
__kind: "Transactional";
|
|
634
634
|
} | {
|
|
635
635
|
__kind: "Exhausted";
|
|
636
636
|
} | {
|
|
@@ -640,10 +640,10 @@ declare const fundingSCCallCannotBeExecuted: z.ZodObject<{
|
|
|
640
640
|
} | {
|
|
641
641
|
__kind: "RootNotAllowed";
|
|
642
642
|
} | {
|
|
643
|
-
__kind: "Trie";
|
|
644
643
|
value: {
|
|
645
644
|
__kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
646
645
|
};
|
|
646
|
+
__kind: "Trie";
|
|
647
647
|
};
|
|
648
648
|
postInfo: {
|
|
649
649
|
paysFee: {
|
|
@@ -674,11 +674,11 @@ declare const fundingSCCallCannotBeExecutedEvent: _$_chainflip_processor_event0.
|
|
|
674
674
|
__kind: z.ZodLiteral<"Some">;
|
|
675
675
|
value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
676
676
|
}, "strip", z.ZodTypeAny, {
|
|
677
|
-
__kind: "Some";
|
|
678
677
|
value: bigint;
|
|
679
|
-
}, {
|
|
680
678
|
__kind: "Some";
|
|
679
|
+
}, {
|
|
681
680
|
value: string | number;
|
|
681
|
+
__kind: "Some";
|
|
682
682
|
}>]>;
|
|
683
683
|
}, "strip", z.ZodTypeAny, {
|
|
684
684
|
__kind: "Delegate";
|
|
@@ -686,8 +686,8 @@ declare const fundingSCCallCannotBeExecutedEvent: _$_chainflip_processor_event0.
|
|
|
686
686
|
increase: {
|
|
687
687
|
__kind: "Max";
|
|
688
688
|
} | {
|
|
689
|
-
__kind: "Some";
|
|
690
689
|
value: bigint;
|
|
690
|
+
__kind: "Some";
|
|
691
691
|
};
|
|
692
692
|
}, {
|
|
693
693
|
__kind: "Delegate";
|
|
@@ -695,8 +695,8 @@ declare const fundingSCCallCannotBeExecutedEvent: _$_chainflip_processor_event0.
|
|
|
695
695
|
increase: {
|
|
696
696
|
__kind: "Max";
|
|
697
697
|
} | {
|
|
698
|
-
__kind: "Some";
|
|
699
698
|
value: string | number;
|
|
699
|
+
__kind: "Some";
|
|
700
700
|
};
|
|
701
701
|
}>, z.ZodObject<{
|
|
702
702
|
__kind: z.ZodLiteral<"Undelegate">;
|
|
@@ -710,27 +710,27 @@ declare const fundingSCCallCannotBeExecutedEvent: _$_chainflip_processor_event0.
|
|
|
710
710
|
__kind: z.ZodLiteral<"Some">;
|
|
711
711
|
value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
712
712
|
}, "strip", z.ZodTypeAny, {
|
|
713
|
-
__kind: "Some";
|
|
714
713
|
value: bigint;
|
|
715
|
-
}, {
|
|
716
714
|
__kind: "Some";
|
|
715
|
+
}, {
|
|
717
716
|
value: string | number;
|
|
717
|
+
__kind: "Some";
|
|
718
718
|
}>]>;
|
|
719
719
|
}, "strip", z.ZodTypeAny, {
|
|
720
720
|
__kind: "Undelegate";
|
|
721
721
|
decrease: {
|
|
722
722
|
__kind: "Max";
|
|
723
723
|
} | {
|
|
724
|
-
__kind: "Some";
|
|
725
724
|
value: bigint;
|
|
725
|
+
__kind: "Some";
|
|
726
726
|
};
|
|
727
727
|
}, {
|
|
728
728
|
__kind: "Undelegate";
|
|
729
729
|
decrease: {
|
|
730
730
|
__kind: "Max";
|
|
731
731
|
} | {
|
|
732
|
-
__kind: "Some";
|
|
733
732
|
value: string | number;
|
|
733
|
+
__kind: "Some";
|
|
734
734
|
};
|
|
735
735
|
}>, z.ZodObject<{
|
|
736
736
|
__kind: z.ZodLiteral<"Redeem">;
|
|
@@ -744,11 +744,11 @@ declare const fundingSCCallCannotBeExecutedEvent: _$_chainflip_processor_event0.
|
|
|
744
744
|
__kind: z.ZodLiteral<"Exact">;
|
|
745
745
|
value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
746
746
|
}, "strip", z.ZodTypeAny, {
|
|
747
|
-
__kind: "Exact";
|
|
748
747
|
value: bigint;
|
|
749
|
-
}, {
|
|
750
748
|
__kind: "Exact";
|
|
749
|
+
}, {
|
|
751
750
|
value: string | number;
|
|
751
|
+
__kind: "Exact";
|
|
752
752
|
}>]>;
|
|
753
753
|
address: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
754
754
|
executor: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodString, `0x${string}`, string>>>;
|
|
@@ -757,8 +757,8 @@ declare const fundingSCCallCannotBeExecutedEvent: _$_chainflip_processor_event0.
|
|
|
757
757
|
amount: {
|
|
758
758
|
__kind: "Max";
|
|
759
759
|
} | {
|
|
760
|
-
__kind: "Exact";
|
|
761
760
|
value: bigint;
|
|
761
|
+
__kind: "Exact";
|
|
762
762
|
};
|
|
763
763
|
address: `0x${string}`;
|
|
764
764
|
executor?: `0x${string}` | null | undefined;
|
|
@@ -767,8 +767,8 @@ declare const fundingSCCallCannotBeExecutedEvent: _$_chainflip_processor_event0.
|
|
|
767
767
|
amount: {
|
|
768
768
|
__kind: "Max";
|
|
769
769
|
} | {
|
|
770
|
-
__kind: "Exact";
|
|
771
770
|
value: string | number;
|
|
771
|
+
__kind: "Exact";
|
|
772
772
|
};
|
|
773
773
|
address: string;
|
|
774
774
|
executor?: string | null | undefined;
|
|
@@ -781,24 +781,24 @@ declare const fundingSCCallCannotBeExecutedEvent: _$_chainflip_processor_event0.
|
|
|
781
781
|
increase: {
|
|
782
782
|
__kind: "Max";
|
|
783
783
|
} | {
|
|
784
|
-
__kind: "Some";
|
|
785
784
|
value: bigint;
|
|
785
|
+
__kind: "Some";
|
|
786
786
|
};
|
|
787
787
|
} | {
|
|
788
788
|
__kind: "Undelegate";
|
|
789
789
|
decrease: {
|
|
790
790
|
__kind: "Max";
|
|
791
791
|
} | {
|
|
792
|
-
__kind: "Some";
|
|
793
792
|
value: bigint;
|
|
793
|
+
__kind: "Some";
|
|
794
794
|
};
|
|
795
795
|
} | {
|
|
796
796
|
__kind: "Redeem";
|
|
797
797
|
amount: {
|
|
798
798
|
__kind: "Max";
|
|
799
799
|
} | {
|
|
800
|
-
__kind: "Exact";
|
|
801
800
|
value: bigint;
|
|
801
|
+
__kind: "Exact";
|
|
802
802
|
};
|
|
803
803
|
address: `0x${string}`;
|
|
804
804
|
executor?: `0x${string}` | null | undefined;
|
|
@@ -811,24 +811,24 @@ declare const fundingSCCallCannotBeExecutedEvent: _$_chainflip_processor_event0.
|
|
|
811
811
|
increase: {
|
|
812
812
|
__kind: "Max";
|
|
813
813
|
} | {
|
|
814
|
-
__kind: "Some";
|
|
815
814
|
value: string | number;
|
|
815
|
+
__kind: "Some";
|
|
816
816
|
};
|
|
817
817
|
} | {
|
|
818
818
|
__kind: "Undelegate";
|
|
819
819
|
decrease: {
|
|
820
820
|
__kind: "Max";
|
|
821
821
|
} | {
|
|
822
|
-
__kind: "Some";
|
|
823
822
|
value: string | number;
|
|
823
|
+
__kind: "Some";
|
|
824
824
|
};
|
|
825
825
|
} | {
|
|
826
826
|
__kind: "Redeem";
|
|
827
827
|
amount: {
|
|
828
828
|
__kind: "Max";
|
|
829
829
|
} | {
|
|
830
|
-
__kind: "Exact";
|
|
831
830
|
value: string | number;
|
|
831
|
+
__kind: "Exact";
|
|
832
832
|
};
|
|
833
833
|
address: string;
|
|
834
834
|
executor?: string | null | undefined;
|
|
@@ -901,17 +901,17 @@ declare const fundingSCCallCannotBeExecutedEvent: _$_chainflip_processor_event0.
|
|
|
901
901
|
error: string;
|
|
902
902
|
}>;
|
|
903
903
|
}, "strip", z.ZodTypeAny, {
|
|
904
|
-
__kind: "Module";
|
|
905
904
|
value: {
|
|
906
905
|
index: number;
|
|
907
906
|
error: `0x${string}`;
|
|
908
907
|
};
|
|
909
|
-
}, {
|
|
910
908
|
__kind: "Module";
|
|
909
|
+
}, {
|
|
911
910
|
value: {
|
|
912
911
|
index: number;
|
|
913
912
|
error: string;
|
|
914
913
|
};
|
|
914
|
+
__kind: "Module";
|
|
915
915
|
}>, z.ZodObject<{
|
|
916
916
|
__kind: z.ZodLiteral<"ConsumerRemaining">;
|
|
917
917
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -942,13 +942,13 @@ declare const fundingSCCallCannotBeExecutedEvent: _$_chainflip_processor_event0.
|
|
|
942
942
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
943
943
|
}>;
|
|
944
944
|
}, "strip", z.ZodTypeAny, {
|
|
945
|
-
__kind: "Token";
|
|
946
945
|
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
947
|
-
}, {
|
|
948
946
|
__kind: "Token";
|
|
947
|
+
}, {
|
|
949
948
|
value: {
|
|
950
949
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
951
950
|
};
|
|
951
|
+
__kind: "Token";
|
|
952
952
|
}>, z.ZodObject<{
|
|
953
953
|
__kind: z.ZodLiteral<"Arithmetic">;
|
|
954
954
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -961,13 +961,13 @@ declare const fundingSCCallCannotBeExecutedEvent: _$_chainflip_processor_event0.
|
|
|
961
961
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
962
962
|
}>;
|
|
963
963
|
}, "strip", z.ZodTypeAny, {
|
|
964
|
-
__kind: "Arithmetic";
|
|
965
964
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
966
|
-
}, {
|
|
967
965
|
__kind: "Arithmetic";
|
|
966
|
+
}, {
|
|
968
967
|
value: {
|
|
969
968
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
970
969
|
};
|
|
970
|
+
__kind: "Arithmetic";
|
|
971
971
|
}>, z.ZodObject<{
|
|
972
972
|
__kind: z.ZodLiteral<"Transactional">;
|
|
973
973
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -980,13 +980,13 @@ declare const fundingSCCallCannotBeExecutedEvent: _$_chainflip_processor_event0.
|
|
|
980
980
|
__kind: "LimitReached" | "NoLayer";
|
|
981
981
|
}>;
|
|
982
982
|
}, "strip", z.ZodTypeAny, {
|
|
983
|
-
__kind: "Transactional";
|
|
984
983
|
value: "LimitReached" | "NoLayer";
|
|
985
|
-
}, {
|
|
986
984
|
__kind: "Transactional";
|
|
985
|
+
}, {
|
|
987
986
|
value: {
|
|
988
987
|
__kind: "LimitReached" | "NoLayer";
|
|
989
988
|
};
|
|
989
|
+
__kind: "Transactional";
|
|
990
990
|
}>, z.ZodObject<{
|
|
991
991
|
__kind: z.ZodLiteral<"Exhausted">;
|
|
992
992
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1023,13 +1023,13 @@ declare const fundingSCCallCannotBeExecutedEvent: _$_chainflip_processor_event0.
|
|
|
1023
1023
|
__kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
1024
1024
|
}>;
|
|
1025
1025
|
}, "strip", z.ZodTypeAny, {
|
|
1026
|
-
__kind: "Trie";
|
|
1027
1026
|
value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
1028
|
-
}, {
|
|
1029
1027
|
__kind: "Trie";
|
|
1028
|
+
}, {
|
|
1030
1029
|
value: {
|
|
1031
1030
|
__kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
1032
1031
|
};
|
|
1032
|
+
__kind: "Trie";
|
|
1033
1033
|
}>]>;
|
|
1034
1034
|
}, "strip", z.ZodTypeAny, {
|
|
1035
1035
|
error: {
|
|
@@ -1039,11 +1039,11 @@ declare const fundingSCCallCannotBeExecutedEvent: _$_chainflip_processor_event0.
|
|
|
1039
1039
|
} | {
|
|
1040
1040
|
__kind: "BadOrigin";
|
|
1041
1041
|
} | {
|
|
1042
|
-
__kind: "Module";
|
|
1043
1042
|
value: {
|
|
1044
1043
|
index: number;
|
|
1045
1044
|
error: `0x${string}`;
|
|
1046
1045
|
};
|
|
1046
|
+
__kind: "Module";
|
|
1047
1047
|
} | {
|
|
1048
1048
|
__kind: "ConsumerRemaining";
|
|
1049
1049
|
} | {
|
|
@@ -1051,14 +1051,14 @@ declare const fundingSCCallCannotBeExecutedEvent: _$_chainflip_processor_event0.
|
|
|
1051
1051
|
} | {
|
|
1052
1052
|
__kind: "TooManyConsumers";
|
|
1053
1053
|
} | {
|
|
1054
|
-
__kind: "Token";
|
|
1055
1054
|
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1055
|
+
__kind: "Token";
|
|
1056
1056
|
} | {
|
|
1057
|
-
__kind: "Arithmetic";
|
|
1058
1057
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1058
|
+
__kind: "Arithmetic";
|
|
1059
1059
|
} | {
|
|
1060
|
-
__kind: "Transactional";
|
|
1061
1060
|
value: "LimitReached" | "NoLayer";
|
|
1061
|
+
__kind: "Transactional";
|
|
1062
1062
|
} | {
|
|
1063
1063
|
__kind: "Exhausted";
|
|
1064
1064
|
} | {
|
|
@@ -1068,8 +1068,8 @@ declare const fundingSCCallCannotBeExecutedEvent: _$_chainflip_processor_event0.
|
|
|
1068
1068
|
} | {
|
|
1069
1069
|
__kind: "RootNotAllowed";
|
|
1070
1070
|
} | {
|
|
1071
|
-
__kind: "Trie";
|
|
1072
1071
|
value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
1072
|
+
__kind: "Trie";
|
|
1073
1073
|
};
|
|
1074
1074
|
postInfo: {
|
|
1075
1075
|
paysFee: "Yes" | "No";
|
|
@@ -1086,11 +1086,11 @@ declare const fundingSCCallCannotBeExecutedEvent: _$_chainflip_processor_event0.
|
|
|
1086
1086
|
} | {
|
|
1087
1087
|
__kind: "BadOrigin";
|
|
1088
1088
|
} | {
|
|
1089
|
-
__kind: "Module";
|
|
1090
1089
|
value: {
|
|
1091
1090
|
index: number;
|
|
1092
1091
|
error: string;
|
|
1093
1092
|
};
|
|
1093
|
+
__kind: "Module";
|
|
1094
1094
|
} | {
|
|
1095
1095
|
__kind: "ConsumerRemaining";
|
|
1096
1096
|
} | {
|
|
@@ -1098,20 +1098,20 @@ declare const fundingSCCallCannotBeExecutedEvent: _$_chainflip_processor_event0.
|
|
|
1098
1098
|
} | {
|
|
1099
1099
|
__kind: "TooManyConsumers";
|
|
1100
1100
|
} | {
|
|
1101
|
-
__kind: "Token";
|
|
1102
1101
|
value: {
|
|
1103
1102
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1104
1103
|
};
|
|
1104
|
+
__kind: "Token";
|
|
1105
1105
|
} | {
|
|
1106
|
-
__kind: "Arithmetic";
|
|
1107
1106
|
value: {
|
|
1108
1107
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1109
1108
|
};
|
|
1109
|
+
__kind: "Arithmetic";
|
|
1110
1110
|
} | {
|
|
1111
|
-
__kind: "Transactional";
|
|
1112
1111
|
value: {
|
|
1113
1112
|
__kind: "LimitReached" | "NoLayer";
|
|
1114
1113
|
};
|
|
1114
|
+
__kind: "Transactional";
|
|
1115
1115
|
} | {
|
|
1116
1116
|
__kind: "Exhausted";
|
|
1117
1117
|
} | {
|
|
@@ -1121,10 +1121,10 @@ declare const fundingSCCallCannotBeExecutedEvent: _$_chainflip_processor_event0.
|
|
|
1121
1121
|
} | {
|
|
1122
1122
|
__kind: "RootNotAllowed";
|
|
1123
1123
|
} | {
|
|
1124
|
-
__kind: "Trie";
|
|
1125
1124
|
value: {
|
|
1126
1125
|
__kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
1127
1126
|
};
|
|
1127
|
+
__kind: "Trie";
|
|
1128
1128
|
};
|
|
1129
1129
|
postInfo: {
|
|
1130
1130
|
paysFee: {
|
|
@@ -1147,24 +1147,24 @@ declare const fundingSCCallCannotBeExecutedEvent: _$_chainflip_processor_event0.
|
|
|
1147
1147
|
increase: {
|
|
1148
1148
|
__kind: "Max";
|
|
1149
1149
|
} | {
|
|
1150
|
-
__kind: "Some";
|
|
1151
1150
|
value: bigint;
|
|
1151
|
+
__kind: "Some";
|
|
1152
1152
|
};
|
|
1153
1153
|
} | {
|
|
1154
1154
|
__kind: "Undelegate";
|
|
1155
1155
|
decrease: {
|
|
1156
1156
|
__kind: "Max";
|
|
1157
1157
|
} | {
|
|
1158
|
-
__kind: "Some";
|
|
1159
1158
|
value: bigint;
|
|
1159
|
+
__kind: "Some";
|
|
1160
1160
|
};
|
|
1161
1161
|
} | {
|
|
1162
1162
|
__kind: "Redeem";
|
|
1163
1163
|
amount: {
|
|
1164
1164
|
__kind: "Max";
|
|
1165
1165
|
} | {
|
|
1166
|
-
__kind: "Exact";
|
|
1167
1166
|
value: bigint;
|
|
1167
|
+
__kind: "Exact";
|
|
1168
1168
|
};
|
|
1169
1169
|
address: `0x${string}`;
|
|
1170
1170
|
executor?: `0x${string}` | null | undefined;
|
|
@@ -1178,11 +1178,11 @@ declare const fundingSCCallCannotBeExecutedEvent: _$_chainflip_processor_event0.
|
|
|
1178
1178
|
} | {
|
|
1179
1179
|
__kind: "BadOrigin";
|
|
1180
1180
|
} | {
|
|
1181
|
-
__kind: "Module";
|
|
1182
1181
|
value: {
|
|
1183
1182
|
index: number;
|
|
1184
1183
|
error: `0x${string}`;
|
|
1185
1184
|
};
|
|
1185
|
+
__kind: "Module";
|
|
1186
1186
|
} | {
|
|
1187
1187
|
__kind: "ConsumerRemaining";
|
|
1188
1188
|
} | {
|
|
@@ -1190,14 +1190,14 @@ declare const fundingSCCallCannotBeExecutedEvent: _$_chainflip_processor_event0.
|
|
|
1190
1190
|
} | {
|
|
1191
1191
|
__kind: "TooManyConsumers";
|
|
1192
1192
|
} | {
|
|
1193
|
-
__kind: "Token";
|
|
1194
1193
|
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1194
|
+
__kind: "Token";
|
|
1195
1195
|
} | {
|
|
1196
|
-
__kind: "Arithmetic";
|
|
1197
1196
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1197
|
+
__kind: "Arithmetic";
|
|
1198
1198
|
} | {
|
|
1199
|
-
__kind: "Transactional";
|
|
1200
1199
|
value: "LimitReached" | "NoLayer";
|
|
1200
|
+
__kind: "Transactional";
|
|
1201
1201
|
} | {
|
|
1202
1202
|
__kind: "Exhausted";
|
|
1203
1203
|
} | {
|
|
@@ -1207,8 +1207,8 @@ declare const fundingSCCallCannotBeExecutedEvent: _$_chainflip_processor_event0.
|
|
|
1207
1207
|
} | {
|
|
1208
1208
|
__kind: "RootNotAllowed";
|
|
1209
1209
|
} | {
|
|
1210
|
-
__kind: "Trie";
|
|
1211
1210
|
value: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
1211
|
+
__kind: "Trie";
|
|
1212
1212
|
};
|
|
1213
1213
|
postInfo: {
|
|
1214
1214
|
paysFee: "Yes" | "No";
|
|
@@ -1229,24 +1229,24 @@ declare const fundingSCCallCannotBeExecutedEvent: _$_chainflip_processor_event0.
|
|
|
1229
1229
|
increase: {
|
|
1230
1230
|
__kind: "Max";
|
|
1231
1231
|
} | {
|
|
1232
|
-
__kind: "Some";
|
|
1233
1232
|
value: string | number;
|
|
1233
|
+
__kind: "Some";
|
|
1234
1234
|
};
|
|
1235
1235
|
} | {
|
|
1236
1236
|
__kind: "Undelegate";
|
|
1237
1237
|
decrease: {
|
|
1238
1238
|
__kind: "Max";
|
|
1239
1239
|
} | {
|
|
1240
|
-
__kind: "Some";
|
|
1241
1240
|
value: string | number;
|
|
1241
|
+
__kind: "Some";
|
|
1242
1242
|
};
|
|
1243
1243
|
} | {
|
|
1244
1244
|
__kind: "Redeem";
|
|
1245
1245
|
amount: {
|
|
1246
1246
|
__kind: "Max";
|
|
1247
1247
|
} | {
|
|
1248
|
-
__kind: "Exact";
|
|
1249
1248
|
value: string | number;
|
|
1249
|
+
__kind: "Exact";
|
|
1250
1250
|
};
|
|
1251
1251
|
address: string;
|
|
1252
1252
|
executor?: string | null | undefined;
|
|
@@ -1260,11 +1260,11 @@ declare const fundingSCCallCannotBeExecutedEvent: _$_chainflip_processor_event0.
|
|
|
1260
1260
|
} | {
|
|
1261
1261
|
__kind: "BadOrigin";
|
|
1262
1262
|
} | {
|
|
1263
|
-
__kind: "Module";
|
|
1264
1263
|
value: {
|
|
1265
1264
|
index: number;
|
|
1266
1265
|
error: string;
|
|
1267
1266
|
};
|
|
1267
|
+
__kind: "Module";
|
|
1268
1268
|
} | {
|
|
1269
1269
|
__kind: "ConsumerRemaining";
|
|
1270
1270
|
} | {
|
|
@@ -1272,20 +1272,20 @@ declare const fundingSCCallCannotBeExecutedEvent: _$_chainflip_processor_event0.
|
|
|
1272
1272
|
} | {
|
|
1273
1273
|
__kind: "TooManyConsumers";
|
|
1274
1274
|
} | {
|
|
1275
|
-
__kind: "Token";
|
|
1276
1275
|
value: {
|
|
1277
1276
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1278
1277
|
};
|
|
1278
|
+
__kind: "Token";
|
|
1279
1279
|
} | {
|
|
1280
|
-
__kind: "Arithmetic";
|
|
1281
1280
|
value: {
|
|
1282
1281
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1283
1282
|
};
|
|
1283
|
+
__kind: "Arithmetic";
|
|
1284
1284
|
} | {
|
|
1285
|
-
__kind: "Transactional";
|
|
1286
1285
|
value: {
|
|
1287
1286
|
__kind: "LimitReached" | "NoLayer";
|
|
1288
1287
|
};
|
|
1288
|
+
__kind: "Transactional";
|
|
1289
1289
|
} | {
|
|
1290
1290
|
__kind: "Exhausted";
|
|
1291
1291
|
} | {
|
|
@@ -1295,10 +1295,10 @@ declare const fundingSCCallCannotBeExecutedEvent: _$_chainflip_processor_event0.
|
|
|
1295
1295
|
} | {
|
|
1296
1296
|
__kind: "RootNotAllowed";
|
|
1297
1297
|
} | {
|
|
1298
|
-
__kind: "Trie";
|
|
1299
1298
|
value: {
|
|
1300
1299
|
__kind: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
|
|
1301
1300
|
};
|
|
1301
|
+
__kind: "Trie";
|
|
1302
1302
|
};
|
|
1303
1303
|
postInfo: {
|
|
1304
1304
|
paysFee: {
|