@chainflip/processor 1.4.0 → 1.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/100/common.cjs +16 -26
- package/dist/100/common.d.cts +84 -171
- package/dist/100/common.d.ts +84 -171
- package/dist/100/common.mjs +16 -26
- package/dist/100/funding/failedFundingAttempt.d.cts +2 -2
- package/dist/100/funding/failedFundingAttempt.d.ts +2 -2
- package/dist/100/funding/funded.d.cts +2 -2
- package/dist/100/funding/funded.d.ts +2 -2
- package/dist/100/funding/redemptionRequested.d.cts +2 -2
- package/dist/100/funding/redemptionRequested.d.ts +2 -2
- package/dist/100/liquidityPools/limitOrderUpdated.cjs +1 -1
- package/dist/100/liquidityPools/limitOrderUpdated.d.cts +10 -106
- package/dist/100/liquidityPools/limitOrderUpdated.d.ts +10 -106
- package/dist/100/liquidityPools/limitOrderUpdated.mjs +2 -2
- package/dist/100/liquidityPools/rangeOrderUpdated.cjs +1 -1
- package/dist/100/liquidityPools/rangeOrderUpdated.mjs +2 -2
- package/dist/100/liquidityProvider/accountCredited.d.cts +2 -2
- package/dist/100/liquidityProvider/accountCredited.d.ts +2 -2
- package/dist/100/liquidityProvider/accountDebited.d.cts +2 -2
- package/dist/100/liquidityProvider/accountDebited.d.ts +2 -2
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.cts +2 -2
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.ts +2 -2
- package/dist/100/swapping/swapAmountTooLow.d.cts +5 -19
- package/dist/100/swapping/swapAmountTooLow.d.ts +5 -19
- package/dist/100/swapping/swapScheduled.d.cts +5 -19
- package/dist/100/swapping/swapScheduled.d.ts +5 -19
- package/dist/100/validator/palletConfigUpdated.d.cts +90 -218
- package/dist/100/validator/palletConfigUpdated.d.ts +90 -218
- package/dist/102/common.cjs +9 -27
- package/dist/102/common.d.cts +61 -167
- package/dist/102/common.d.ts +61 -167
- package/dist/102/common.mjs +9 -27
- package/dist/102/validator/palletConfigUpdated.d.cts +95 -237
- package/dist/102/validator/palletConfigUpdated.d.ts +95 -237
- package/dist/111/common.cjs +7 -2
- package/dist/111/common.d.cts +21 -2
- package/dist/111/common.d.ts +21 -2
- package/dist/111/common.mjs +7 -2
- package/dist/111/liquidityPools/limitOrderUpdated.cjs +1 -1
- package/dist/111/liquidityPools/limitOrderUpdated.d.cts +10 -106
- package/dist/111/liquidityPools/limitOrderUpdated.d.ts +10 -106
- package/dist/111/liquidityPools/limitOrderUpdated.mjs +2 -2
- package/dist/111/liquidityPools/rangeOrderUpdated.cjs +1 -1
- package/dist/111/liquidityPools/rangeOrderUpdated.mjs +2 -2
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.cts +4 -4
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.ts +4 -4
- package/dist/120/bitcoinIngressEgress/depositIgnored.cjs +1 -1
- package/dist/120/bitcoinIngressEgress/depositIgnored.mjs +2 -2
- package/dist/120/bitcoinIngressEgress/depositReceived.cjs +1 -1
- package/dist/120/bitcoinIngressEgress/depositReceived.d.cts +10 -38
- package/dist/120/bitcoinIngressEgress/depositReceived.d.ts +10 -38
- package/dist/120/bitcoinIngressEgress/depositReceived.mjs +2 -2
- package/dist/120/common.cjs +5 -35
- package/dist/120/common.d.cts +9 -185
- package/dist/120/common.d.ts +9 -185
- package/dist/120/common.mjs +6 -36
- package/dist/120/ethereumIngressEgress/depositIgnored.cjs +1 -1
- package/dist/120/ethereumIngressEgress/depositIgnored.mjs +2 -2
- package/dist/120/ethereumIngressEgress/depositReceived.cjs +1 -1
- package/dist/120/ethereumIngressEgress/depositReceived.d.cts +10 -38
- package/dist/120/ethereumIngressEgress/depositReceived.d.ts +10 -38
- package/dist/120/ethereumIngressEgress/depositReceived.mjs +2 -2
- package/dist/120/polkadotIngressEgress/depositIgnored.cjs +1 -1
- package/dist/120/polkadotIngressEgress/depositIgnored.mjs +2 -2
- package/dist/120/polkadotIngressEgress/depositReceived.cjs +1 -1
- package/dist/120/polkadotIngressEgress/depositReceived.d.cts +10 -38
- package/dist/120/polkadotIngressEgress/depositReceived.d.ts +10 -38
- package/dist/120/polkadotIngressEgress/depositReceived.mjs +2 -2
- package/dist/120/swapping/swapEgressIgnored.d.cts +2 -2
- package/dist/120/swapping/swapEgressIgnored.d.ts +2 -2
- package/dist/120/swapping/swapEgressScheduled.d.cts +2 -2
- package/dist/120/swapping/swapEgressScheduled.d.ts +2 -2
- package/dist/131/bitcoinIngressEgress/depositIgnored.cjs +1 -1
- package/dist/131/bitcoinIngressEgress/depositIgnored.mjs +2 -2
- package/dist/131/bitcoinIngressEgress/depositReceived.cjs +1 -1
- package/dist/131/bitcoinIngressEgress/depositReceived.d.cts +10 -38
- package/dist/131/bitcoinIngressEgress/depositReceived.d.ts +10 -38
- package/dist/131/bitcoinIngressEgress/depositReceived.mjs +2 -2
- package/dist/131/common.cjs +11 -21
- package/dist/131/common.d.cts +32 -121
- package/dist/131/common.d.ts +32 -121
- package/dist/131/common.mjs +14 -24
- package/dist/131/ethereumIngressEgress/depositIgnored.cjs +1 -1
- package/dist/131/ethereumIngressEgress/depositIgnored.mjs +2 -2
- package/dist/131/ethereumIngressEgress/depositReceived.cjs +1 -1
- package/dist/131/ethereumIngressEgress/depositReceived.d.cts +10 -38
- package/dist/131/ethereumIngressEgress/depositReceived.d.ts +10 -38
- package/dist/131/ethereumIngressEgress/depositReceived.mjs +2 -2
- package/dist/131/liquidityPools/limitOrderUpdated.cjs +1 -1
- package/dist/131/liquidityPools/limitOrderUpdated.d.cts +10 -106
- package/dist/131/liquidityPools/limitOrderUpdated.d.ts +10 -106
- package/dist/131/liquidityPools/limitOrderUpdated.mjs +2 -2
- package/dist/131/liquidityPools/rangeOrderUpdated.cjs +1 -1
- package/dist/131/liquidityPools/rangeOrderUpdated.mjs +2 -2
- package/dist/131/swapping/ccmFailed.d.cts +5 -19
- package/dist/131/swapping/ccmFailed.d.ts +5 -19
- package/dist/131/swapping/swapScheduled.d.cts +5 -19
- package/dist/131/swapping/swapScheduled.d.ts +5 -19
- package/dist/141/arbitrumIngressEgress/depositBoosted.cjs +1 -1
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.cts +15 -57
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.ts +15 -57
- package/dist/141/arbitrumIngressEgress/depositBoosted.mjs +2 -2
- package/dist/141/arbitrumIngressEgress/depositFinalised.cjs +1 -1
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.cts +15 -57
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.ts +15 -57
- package/dist/141/arbitrumIngressEgress/depositFinalised.mjs +2 -2
- package/dist/141/arbitrumIngressEgress/depositIgnored.cjs +1 -1
- package/dist/141/arbitrumIngressEgress/depositIgnored.mjs +2 -2
- package/dist/141/bitcoinIngressEgress/depositBoosted.cjs +1 -1
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.cts +15 -57
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.ts +15 -57
- package/dist/141/bitcoinIngressEgress/depositBoosted.mjs +2 -2
- package/dist/141/bitcoinIngressEgress/depositFinalised.cjs +1 -1
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.cts +15 -57
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.ts +15 -57
- package/dist/141/bitcoinIngressEgress/depositFinalised.mjs +2 -2
- package/dist/141/common.cjs +12 -52
- package/dist/141/common.d.cts +35 -320
- package/dist/141/common.d.ts +35 -320
- package/dist/141/common.mjs +15 -55
- package/dist/141/ethereumIngressEgress/depositBoosted.cjs +1 -1
- package/dist/141/ethereumIngressEgress/depositBoosted.d.cts +15 -57
- package/dist/141/ethereumIngressEgress/depositBoosted.d.ts +15 -57
- package/dist/141/ethereumIngressEgress/depositBoosted.mjs +2 -2
- package/dist/141/ethereumIngressEgress/depositFinalised.cjs +1 -1
- package/dist/141/ethereumIngressEgress/depositFinalised.d.cts +15 -57
- package/dist/141/ethereumIngressEgress/depositFinalised.d.ts +15 -57
- package/dist/141/ethereumIngressEgress/depositFinalised.mjs +2 -2
- package/dist/141/liquidityPools/limitOrderUpdated.cjs +1 -1
- package/dist/141/liquidityPools/limitOrderUpdated.d.cts +10 -106
- package/dist/141/liquidityPools/limitOrderUpdated.d.ts +10 -106
- package/dist/141/liquidityPools/limitOrderUpdated.mjs +2 -2
- package/dist/141/liquidityPools/rangeOrderUpdated.cjs +1 -1
- package/dist/141/liquidityPools/rangeOrderUpdated.mjs +2 -2
- package/dist/141/polkadotIngressEgress/depositBoosted.cjs +1 -1
- package/dist/141/polkadotIngressEgress/depositBoosted.d.cts +15 -57
- package/dist/141/polkadotIngressEgress/depositBoosted.d.ts +15 -57
- package/dist/141/polkadotIngressEgress/depositBoosted.mjs +2 -2
- package/dist/141/polkadotIngressEgress/depositFinalised.cjs +1 -1
- package/dist/141/polkadotIngressEgress/depositFinalised.d.cts +15 -57
- package/dist/141/polkadotIngressEgress/depositFinalised.d.ts +15 -57
- package/dist/141/polkadotIngressEgress/depositFinalised.mjs +2 -2
- package/dist/141/swapping/ccmFailed.d.cts +5 -19
- package/dist/141/swapping/ccmFailed.d.ts +5 -19
- package/dist/141/swapping/swapScheduled.d.cts +5 -19
- package/dist/141/swapping/swapScheduled.d.ts +5 -19
- package/dist/Processor.cjs +2 -2
- package/dist/Processor.mjs +2 -2
- package/dist/types.d.cts +1 -3
- package/dist/types.d.ts +1 -3
- package/package.json +1 -1
package/dist/100/common.cjs
CHANGED
|
@@ -164,32 +164,17 @@ var palletCfValidatorAuctionResolverSetSizeParameters = _zod.z.object({
|
|
|
164
164
|
maxExpansion: _zod.z.number()
|
|
165
165
|
});
|
|
166
166
|
var palletCfValidatorPalletConfigUpdate = _zod.z.union([
|
|
167
|
-
_zod.z.object({
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
}),
|
|
171
|
-
_zod.z.object({
|
|
172
|
-
|
|
173
|
-
value: _zod.z.object({ percentage: _zod.z.number() })
|
|
174
|
-
}),
|
|
175
|
-
_zod.z.object({
|
|
176
|
-
__kind: _zod.z.literal("RedemptionPeriodAsPercentage"),
|
|
177
|
-
value: _zod.z.object({ percentage: _zod.z.number() })
|
|
178
|
-
}),
|
|
179
|
-
_zod.z.object({
|
|
180
|
-
__kind: _zod.z.literal("BackupRewardNodePercentage"),
|
|
181
|
-
value: _zod.z.object({ percentage: _zod.z.number() })
|
|
182
|
-
}),
|
|
183
|
-
_zod.z.object({ __kind: _zod.z.literal("EpochDuration"), value: _zod.z.object({ blocks: _zod.z.number() }) }),
|
|
184
|
-
_zod.z.object({ __kind: _zod.z.literal("AuthoritySetMinSize"), value: _zod.z.object({ minSize: _zod.z.number() }) }),
|
|
167
|
+
_zod.z.object({ __kind: _zod.z.literal("RegistrationBondPercentage"), percentage: _zod.z.number() }),
|
|
168
|
+
_zod.z.object({ __kind: _zod.z.literal("AuctionBidCutoffPercentage"), percentage: _zod.z.number() }),
|
|
169
|
+
_zod.z.object({ __kind: _zod.z.literal("RedemptionPeriodAsPercentage"), percentage: _zod.z.number() }),
|
|
170
|
+
_zod.z.object({ __kind: _zod.z.literal("BackupRewardNodePercentage"), percentage: _zod.z.number() }),
|
|
171
|
+
_zod.z.object({ __kind: _zod.z.literal("EpochDuration"), blocks: _zod.z.number() }),
|
|
172
|
+
_zod.z.object({ __kind: _zod.z.literal("AuthoritySetMinSize"), minSize: _zod.z.number() }),
|
|
185
173
|
_zod.z.object({
|
|
186
174
|
__kind: _zod.z.literal("AuctionParameters"),
|
|
187
|
-
|
|
175
|
+
parameters: palletCfValidatorAuctionResolverSetSizeParameters
|
|
188
176
|
}),
|
|
189
|
-
_zod.z.object({
|
|
190
|
-
__kind: _zod.z.literal("MinimumReportedCfeVersion"),
|
|
191
|
-
value: _zod.z.object({ version: cfPrimitivesSemVer })
|
|
192
|
-
})
|
|
177
|
+
_zod.z.object({ __kind: _zod.z.literal("MinimumReportedCfeVersion"), version: cfPrimitivesSemVer })
|
|
193
178
|
]);
|
|
194
179
|
var cfPrimitivesChainsForeignChain = simpleEnum(["Ethereum", "Polkadot", "Bitcoin"]);
|
|
195
180
|
var palletCfTokenholderGovernanceProposal = _zod.z.union([
|
|
@@ -303,7 +288,7 @@ var cfChainsSwapOrigin = _zod.z.union([
|
|
|
303
288
|
depositBlockHeight: numberOrHex
|
|
304
289
|
})
|
|
305
290
|
}),
|
|
306
|
-
_zod.z.object({ __kind: _zod.z.literal("Vault"),
|
|
291
|
+
_zod.z.object({ __kind: _zod.z.literal("Vault"), txHash: hexString })
|
|
307
292
|
]);
|
|
308
293
|
var cfChainsAddressForeignChainAddress = _zod.z.union([
|
|
309
294
|
_zod.z.object({ __kind: _zod.z.literal("Eth"), value: hexString }),
|
|
@@ -350,10 +335,15 @@ var palletCfPoolsRangeOrderChange = _zod.z.object({
|
|
|
350
335
|
liquidity: numberOrHex,
|
|
351
336
|
amounts: palletCfPoolsAssetsMap
|
|
352
337
|
});
|
|
353
|
-
var
|
|
338
|
+
var palletCfPoolsIncreaseOrDecreaseRangeOrderChange = _zod.z.union([
|
|
354
339
|
_zod.z.object({ __kind: _zod.z.literal("Increase"), value: palletCfPoolsRangeOrderChange }),
|
|
355
340
|
_zod.z.object({ __kind: _zod.z.literal("Decrease"), value: palletCfPoolsRangeOrderChange })
|
|
356
341
|
]);
|
|
342
|
+
var palletCfPoolsIncreaseOrDecreaseU128 = _zod.z.union([
|
|
343
|
+
_zod.z.object({ __kind: _zod.z.literal("Increase"), value: numberOrHex }),
|
|
344
|
+
_zod.z.object({ __kind: _zod.z.literal("Decrease"), value: numberOrHex })
|
|
345
|
+
]);
|
|
346
|
+
|
|
357
347
|
|
|
358
348
|
|
|
359
349
|
|
|
@@ -432,4 +422,4 @@ var palletCfPoolsPalletIncreaseOrDecrease = _zod.z.union([
|
|
|
432
422
|
|
|
433
423
|
|
|
434
424
|
|
|
435
|
-
exports.accountId = accountId; exports.cfChainsAddressEncodedAddress = cfChainsAddressEncodedAddress; exports.cfChainsAddressForeignChainAddress = cfChainsAddressForeignChainAddress; exports.cfChainsBtcAggKey = cfChainsBtcAggKey; exports.cfChainsBtcBitcoinFeeInfo = cfChainsBtcBitcoinFeeInfo; exports.cfChainsBtcBitcoinTrackedData = cfChainsBtcBitcoinTrackedData; exports.cfChainsBtcBitcoinTransactionData = cfChainsBtcBitcoinTransactionData; exports.cfChainsBtcPreviousOrCurrent = cfChainsBtcPreviousOrCurrent; exports.cfChainsBtcScriptPubkey = cfChainsBtcScriptPubkey; exports.cfChainsBtcUtxoId = cfChainsBtcUtxoId; exports.cfChainsCcmChannelMetadata = cfChainsCcmChannelMetadata; exports.cfChainsCcmDepositMetadata = cfChainsCcmDepositMetadata; exports.cfChainsChainStateBitcoin = cfChainsChainStateBitcoin; exports.cfChainsChainStateEthereum = cfChainsChainStateEthereum; exports.cfChainsChainStatePolkadot = cfChainsChainStatePolkadot; exports.cfChainsDotPolkadotTrackedData = cfChainsDotPolkadotTrackedData; exports.cfChainsDotPolkadotTransactionData = cfChainsDotPolkadotTransactionData; exports.cfChainsDotRuntimeVersion = cfChainsDotRuntimeVersion; exports.cfChainsEthEthereumTrackedData = cfChainsEthEthereumTrackedData; exports.cfChainsEvmAggKey = cfChainsEvmAggKey; exports.cfChainsEvmParityBit = cfChainsEvmParityBit; exports.cfChainsEvmSchnorrVerificationComponents = cfChainsEvmSchnorrVerificationComponents; exports.cfChainsEvmTransaction = cfChainsEvmTransaction; exports.cfChainsSwapOrigin = cfChainsSwapOrigin; exports.cfPrimitivesAccountRole = cfPrimitivesAccountRole; exports.cfPrimitivesChainsAssetsAnyAsset = cfPrimitivesChainsAssetsAnyAsset; exports.cfPrimitivesChainsAssetsBtcAsset = cfPrimitivesChainsAssetsBtcAsset; exports.cfPrimitivesChainsAssetsDotAsset = cfPrimitivesChainsAssetsDotAsset; exports.cfPrimitivesChainsAssetsEthAsset = cfPrimitivesChainsAssetsEthAsset; exports.cfPrimitivesChainsForeignChain = cfPrimitivesChainsForeignChain; exports.cfPrimitivesSemVer = cfPrimitivesSemVer; exports.cfPrimitivesSwapLeg = cfPrimitivesSwapLeg; exports.dispatchResult = dispatchResult; exports.frameSupportDispatchDispatchClass = frameSupportDispatchDispatchClass; exports.frameSupportDispatchDispatchInfo = frameSupportDispatchDispatchInfo; exports.frameSupportDispatchPays = frameSupportDispatchPays; exports.hexString = hexString; exports.numberOrHex = numberOrHex; exports.numericString = numericString; exports.palletCfBroadcastBroadcastAttemptId = palletCfBroadcastBroadcastAttemptId; exports.palletCfBroadcastPalletSafeMode = palletCfBroadcastPalletSafeMode; exports.palletCfEmissionsPalletSafeMode = palletCfEmissionsPalletSafeMode; exports.palletCfEnvironmentSafeModeUpdate = palletCfEnvironmentSafeModeUpdate; exports.palletCfFlipImbalancesImbalanceSource = palletCfFlipImbalancesImbalanceSource; exports.palletCfFlipImbalancesInternalSource = palletCfFlipImbalancesInternalSource; exports.palletCfFundingPalletSafeMode = palletCfFundingPalletSafeMode; exports.palletCfIngressEgressDepositWitnessBitcoin = palletCfIngressEgressDepositWitnessBitcoin; exports.palletCfIngressEgressDepositWitnessEthereum = palletCfIngressEgressDepositWitnessEthereum; exports.palletCfIngressEgressDepositWitnessPolkadot = palletCfIngressEgressDepositWitnessPolkadot; exports.palletCfLpPalletSafeMode = palletCfLpPalletSafeMode; exports.palletCfPoolsAssetsMap = palletCfPoolsAssetsMap; exports.
|
|
425
|
+
exports.accountId = accountId; exports.cfChainsAddressEncodedAddress = cfChainsAddressEncodedAddress; exports.cfChainsAddressForeignChainAddress = cfChainsAddressForeignChainAddress; exports.cfChainsBtcAggKey = cfChainsBtcAggKey; exports.cfChainsBtcBitcoinFeeInfo = cfChainsBtcBitcoinFeeInfo; exports.cfChainsBtcBitcoinTrackedData = cfChainsBtcBitcoinTrackedData; exports.cfChainsBtcBitcoinTransactionData = cfChainsBtcBitcoinTransactionData; exports.cfChainsBtcPreviousOrCurrent = cfChainsBtcPreviousOrCurrent; exports.cfChainsBtcScriptPubkey = cfChainsBtcScriptPubkey; exports.cfChainsBtcUtxoId = cfChainsBtcUtxoId; exports.cfChainsCcmChannelMetadata = cfChainsCcmChannelMetadata; exports.cfChainsCcmDepositMetadata = cfChainsCcmDepositMetadata; exports.cfChainsChainStateBitcoin = cfChainsChainStateBitcoin; exports.cfChainsChainStateEthereum = cfChainsChainStateEthereum; exports.cfChainsChainStatePolkadot = cfChainsChainStatePolkadot; exports.cfChainsDotPolkadotTrackedData = cfChainsDotPolkadotTrackedData; exports.cfChainsDotPolkadotTransactionData = cfChainsDotPolkadotTransactionData; exports.cfChainsDotRuntimeVersion = cfChainsDotRuntimeVersion; exports.cfChainsEthEthereumTrackedData = cfChainsEthEthereumTrackedData; exports.cfChainsEvmAggKey = cfChainsEvmAggKey; exports.cfChainsEvmParityBit = cfChainsEvmParityBit; exports.cfChainsEvmSchnorrVerificationComponents = cfChainsEvmSchnorrVerificationComponents; exports.cfChainsEvmTransaction = cfChainsEvmTransaction; exports.cfChainsSwapOrigin = cfChainsSwapOrigin; exports.cfPrimitivesAccountRole = cfPrimitivesAccountRole; exports.cfPrimitivesChainsAssetsAnyAsset = cfPrimitivesChainsAssetsAnyAsset; exports.cfPrimitivesChainsAssetsBtcAsset = cfPrimitivesChainsAssetsBtcAsset; exports.cfPrimitivesChainsAssetsDotAsset = cfPrimitivesChainsAssetsDotAsset; exports.cfPrimitivesChainsAssetsEthAsset = cfPrimitivesChainsAssetsEthAsset; exports.cfPrimitivesChainsForeignChain = cfPrimitivesChainsForeignChain; exports.cfPrimitivesSemVer = cfPrimitivesSemVer; exports.cfPrimitivesSwapLeg = cfPrimitivesSwapLeg; exports.dispatchResult = dispatchResult; exports.frameSupportDispatchDispatchClass = frameSupportDispatchDispatchClass; exports.frameSupportDispatchDispatchInfo = frameSupportDispatchDispatchInfo; exports.frameSupportDispatchPays = frameSupportDispatchPays; exports.hexString = hexString; exports.numberOrHex = numberOrHex; exports.numericString = numericString; exports.palletCfBroadcastBroadcastAttemptId = palletCfBroadcastBroadcastAttemptId; exports.palletCfBroadcastPalletSafeMode = palletCfBroadcastPalletSafeMode; exports.palletCfEmissionsPalletSafeMode = palletCfEmissionsPalletSafeMode; exports.palletCfEnvironmentSafeModeUpdate = palletCfEnvironmentSafeModeUpdate; exports.palletCfFlipImbalancesImbalanceSource = palletCfFlipImbalancesImbalanceSource; exports.palletCfFlipImbalancesInternalSource = palletCfFlipImbalancesInternalSource; exports.palletCfFundingPalletSafeMode = palletCfFundingPalletSafeMode; exports.palletCfIngressEgressDepositWitnessBitcoin = palletCfIngressEgressDepositWitnessBitcoin; exports.palletCfIngressEgressDepositWitnessEthereum = palletCfIngressEgressDepositWitnessEthereum; exports.palletCfIngressEgressDepositWitnessPolkadot = palletCfIngressEgressDepositWitnessPolkadot; exports.palletCfLpPalletSafeMode = palletCfLpPalletSafeMode; exports.palletCfPoolsAssetsMap = palletCfPoolsAssetsMap; exports.palletCfPoolsIncreaseOrDecreaseRangeOrderChange = palletCfPoolsIncreaseOrDecreaseRangeOrderChange; exports.palletCfPoolsIncreaseOrDecreaseU128 = palletCfPoolsIncreaseOrDecreaseU128; exports.palletCfPoolsPalletSafeMode = palletCfPoolsPalletSafeMode; exports.palletCfPoolsRangeOrderChange = palletCfPoolsRangeOrderChange; exports.palletCfReputationPalletSafeMode = palletCfReputationPalletSafeMode; exports.palletCfReputationPenalty = palletCfReputationPenalty; exports.palletCfSwappingCcmFailReason = palletCfSwappingCcmFailReason; exports.palletCfSwappingPalletSafeMode = palletCfSwappingPalletSafeMode; exports.palletCfSwappingSwapType = palletCfSwappingSwapType; exports.palletCfTokenholderGovernanceProposal = palletCfTokenholderGovernanceProposal; exports.palletCfValidatorAuctionResolverSetSizeParameters = palletCfValidatorAuctionResolverSetSizeParameters; exports.palletCfValidatorPalletConfigUpdate = palletCfValidatorPalletConfigUpdate; exports.palletCfValidatorPalletSafeMode = palletCfValidatorPalletSafeMode; exports.palletCfValidatorRotationPhase = palletCfValidatorRotationPhase; exports.palletCfValidatorRotationState = palletCfValidatorRotationState; exports.palletCfVaultsPalletSafeMode = palletCfVaultsPalletSafeMode; exports.palletCfWitnesserPalletSafeMode = palletCfWitnesserPalletSafeMode; exports.simpleEnum = simpleEnum; exports.spArithmeticArithmeticError = spArithmeticArithmeticError; exports.spRuntimeDispatchError = spRuntimeDispatchError; exports.spRuntimeModuleError = spRuntimeModuleError; exports.spRuntimeTokenError = spRuntimeTokenError; exports.spRuntimeTransactionalError = spRuntimeTransactionalError; exports.spWeightsWeightV2Weight = spWeightsWeightV2Weight; exports.stateChainRuntimeChainflipOffencesOffence = stateChainRuntimeChainflipOffencesOffence; exports.stateChainRuntimeSafeModeInnerRuntimeSafeMode = stateChainRuntimeSafeModeInnerRuntimeSafeMode; exports.stateChainRuntimeSafeModeWitnesserCallPermission = stateChainRuntimeSafeModeWitnesserCallPermission;
|
package/dist/100/common.d.cts
CHANGED
|
@@ -1752,212 +1752,116 @@ declare const palletCfValidatorAuctionResolverSetSizeParameters: z.ZodObject<{
|
|
|
1752
1752
|
}>;
|
|
1753
1753
|
declare const palletCfValidatorPalletConfigUpdate: z.ZodUnion<[z.ZodObject<{
|
|
1754
1754
|
__kind: z.ZodLiteral<"RegistrationBondPercentage">;
|
|
1755
|
-
|
|
1756
|
-
percentage: z.ZodNumber;
|
|
1757
|
-
}, "strip", z.ZodTypeAny, {
|
|
1758
|
-
percentage: number;
|
|
1759
|
-
}, {
|
|
1760
|
-
percentage: number;
|
|
1761
|
-
}>;
|
|
1755
|
+
percentage: z.ZodNumber;
|
|
1762
1756
|
}, "strip", z.ZodTypeAny, {
|
|
1763
|
-
value: {
|
|
1764
|
-
percentage: number;
|
|
1765
|
-
};
|
|
1766
1757
|
__kind: "RegistrationBondPercentage";
|
|
1758
|
+
percentage: number;
|
|
1767
1759
|
}, {
|
|
1768
|
-
value: {
|
|
1769
|
-
percentage: number;
|
|
1770
|
-
};
|
|
1771
1760
|
__kind: "RegistrationBondPercentage";
|
|
1761
|
+
percentage: number;
|
|
1772
1762
|
}>, z.ZodObject<{
|
|
1773
1763
|
__kind: z.ZodLiteral<"AuctionBidCutoffPercentage">;
|
|
1774
|
-
|
|
1775
|
-
percentage: z.ZodNumber;
|
|
1776
|
-
}, "strip", z.ZodTypeAny, {
|
|
1777
|
-
percentage: number;
|
|
1778
|
-
}, {
|
|
1779
|
-
percentage: number;
|
|
1780
|
-
}>;
|
|
1764
|
+
percentage: z.ZodNumber;
|
|
1781
1765
|
}, "strip", z.ZodTypeAny, {
|
|
1782
|
-
value: {
|
|
1783
|
-
percentage: number;
|
|
1784
|
-
};
|
|
1785
1766
|
__kind: "AuctionBidCutoffPercentage";
|
|
1767
|
+
percentage: number;
|
|
1786
1768
|
}, {
|
|
1787
|
-
value: {
|
|
1788
|
-
percentage: number;
|
|
1789
|
-
};
|
|
1790
1769
|
__kind: "AuctionBidCutoffPercentage";
|
|
1770
|
+
percentage: number;
|
|
1791
1771
|
}>, z.ZodObject<{
|
|
1792
1772
|
__kind: z.ZodLiteral<"RedemptionPeriodAsPercentage">;
|
|
1793
|
-
|
|
1794
|
-
percentage: z.ZodNumber;
|
|
1795
|
-
}, "strip", z.ZodTypeAny, {
|
|
1796
|
-
percentage: number;
|
|
1797
|
-
}, {
|
|
1798
|
-
percentage: number;
|
|
1799
|
-
}>;
|
|
1773
|
+
percentage: z.ZodNumber;
|
|
1800
1774
|
}, "strip", z.ZodTypeAny, {
|
|
1801
|
-
value: {
|
|
1802
|
-
percentage: number;
|
|
1803
|
-
};
|
|
1804
1775
|
__kind: "RedemptionPeriodAsPercentage";
|
|
1776
|
+
percentage: number;
|
|
1805
1777
|
}, {
|
|
1806
|
-
value: {
|
|
1807
|
-
percentage: number;
|
|
1808
|
-
};
|
|
1809
1778
|
__kind: "RedemptionPeriodAsPercentage";
|
|
1779
|
+
percentage: number;
|
|
1810
1780
|
}>, z.ZodObject<{
|
|
1811
1781
|
__kind: z.ZodLiteral<"BackupRewardNodePercentage">;
|
|
1812
|
-
|
|
1813
|
-
percentage: z.ZodNumber;
|
|
1814
|
-
}, "strip", z.ZodTypeAny, {
|
|
1815
|
-
percentage: number;
|
|
1816
|
-
}, {
|
|
1817
|
-
percentage: number;
|
|
1818
|
-
}>;
|
|
1782
|
+
percentage: z.ZodNumber;
|
|
1819
1783
|
}, "strip", z.ZodTypeAny, {
|
|
1820
|
-
value: {
|
|
1821
|
-
percentage: number;
|
|
1822
|
-
};
|
|
1823
1784
|
__kind: "BackupRewardNodePercentage";
|
|
1785
|
+
percentage: number;
|
|
1824
1786
|
}, {
|
|
1825
|
-
value: {
|
|
1826
|
-
percentage: number;
|
|
1827
|
-
};
|
|
1828
1787
|
__kind: "BackupRewardNodePercentage";
|
|
1788
|
+
percentage: number;
|
|
1829
1789
|
}>, z.ZodObject<{
|
|
1830
1790
|
__kind: z.ZodLiteral<"EpochDuration">;
|
|
1831
|
-
|
|
1832
|
-
blocks: z.ZodNumber;
|
|
1833
|
-
}, "strip", z.ZodTypeAny, {
|
|
1834
|
-
blocks: number;
|
|
1835
|
-
}, {
|
|
1836
|
-
blocks: number;
|
|
1837
|
-
}>;
|
|
1791
|
+
blocks: z.ZodNumber;
|
|
1838
1792
|
}, "strip", z.ZodTypeAny, {
|
|
1839
|
-
value: {
|
|
1840
|
-
blocks: number;
|
|
1841
|
-
};
|
|
1842
1793
|
__kind: "EpochDuration";
|
|
1794
|
+
blocks: number;
|
|
1843
1795
|
}, {
|
|
1844
|
-
value: {
|
|
1845
|
-
blocks: number;
|
|
1846
|
-
};
|
|
1847
1796
|
__kind: "EpochDuration";
|
|
1797
|
+
blocks: number;
|
|
1848
1798
|
}>, z.ZodObject<{
|
|
1849
1799
|
__kind: z.ZodLiteral<"AuthoritySetMinSize">;
|
|
1850
|
-
|
|
1851
|
-
minSize: z.ZodNumber;
|
|
1852
|
-
}, "strip", z.ZodTypeAny, {
|
|
1853
|
-
minSize: number;
|
|
1854
|
-
}, {
|
|
1855
|
-
minSize: number;
|
|
1856
|
-
}>;
|
|
1800
|
+
minSize: z.ZodNumber;
|
|
1857
1801
|
}, "strip", z.ZodTypeAny, {
|
|
1858
|
-
value: {
|
|
1859
|
-
minSize: number;
|
|
1860
|
-
};
|
|
1861
1802
|
__kind: "AuthoritySetMinSize";
|
|
1803
|
+
minSize: number;
|
|
1862
1804
|
}, {
|
|
1863
|
-
value: {
|
|
1864
|
-
minSize: number;
|
|
1865
|
-
};
|
|
1866
1805
|
__kind: "AuthoritySetMinSize";
|
|
1806
|
+
minSize: number;
|
|
1867
1807
|
}>, z.ZodObject<{
|
|
1868
1808
|
__kind: z.ZodLiteral<"AuctionParameters">;
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
maxExpansion: z.ZodNumber;
|
|
1874
|
-
}, "strip", z.ZodTypeAny, {
|
|
1875
|
-
minSize: number;
|
|
1876
|
-
maxSize: number;
|
|
1877
|
-
maxExpansion: number;
|
|
1878
|
-
}, {
|
|
1879
|
-
minSize: number;
|
|
1880
|
-
maxSize: number;
|
|
1881
|
-
maxExpansion: number;
|
|
1882
|
-
}>;
|
|
1809
|
+
parameters: z.ZodObject<{
|
|
1810
|
+
minSize: z.ZodNumber;
|
|
1811
|
+
maxSize: z.ZodNumber;
|
|
1812
|
+
maxExpansion: z.ZodNumber;
|
|
1883
1813
|
}, "strip", z.ZodTypeAny, {
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
maxExpansion: number;
|
|
1888
|
-
};
|
|
1814
|
+
minSize: number;
|
|
1815
|
+
maxSize: number;
|
|
1816
|
+
maxExpansion: number;
|
|
1889
1817
|
}, {
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
maxExpansion: number;
|
|
1894
|
-
};
|
|
1818
|
+
minSize: number;
|
|
1819
|
+
maxSize: number;
|
|
1820
|
+
maxExpansion: number;
|
|
1895
1821
|
}>;
|
|
1896
1822
|
}, "strip", z.ZodTypeAny, {
|
|
1897
|
-
value: {
|
|
1898
|
-
parameters: {
|
|
1899
|
-
minSize: number;
|
|
1900
|
-
maxSize: number;
|
|
1901
|
-
maxExpansion: number;
|
|
1902
|
-
};
|
|
1903
|
-
};
|
|
1904
1823
|
__kind: "AuctionParameters";
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
maxSize: number;
|
|
1910
|
-
maxExpansion: number;
|
|
1911
|
-
};
|
|
1824
|
+
parameters: {
|
|
1825
|
+
minSize: number;
|
|
1826
|
+
maxSize: number;
|
|
1827
|
+
maxExpansion: number;
|
|
1912
1828
|
};
|
|
1829
|
+
}, {
|
|
1913
1830
|
__kind: "AuctionParameters";
|
|
1831
|
+
parameters: {
|
|
1832
|
+
minSize: number;
|
|
1833
|
+
maxSize: number;
|
|
1834
|
+
maxExpansion: number;
|
|
1835
|
+
};
|
|
1914
1836
|
}>, z.ZodObject<{
|
|
1915
1837
|
__kind: z.ZodLiteral<"MinimumReportedCfeVersion">;
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
patch: number;
|
|
1929
|
-
}>;
|
|
1930
|
-
}, "strip", z.ZodTypeAny, {
|
|
1931
|
-
version: {
|
|
1932
|
-
major: number;
|
|
1933
|
-
minor: number;
|
|
1934
|
-
patch: number;
|
|
1935
|
-
};
|
|
1936
|
-
}, {
|
|
1937
|
-
version: {
|
|
1938
|
-
major: number;
|
|
1939
|
-
minor: number;
|
|
1940
|
-
patch: number;
|
|
1941
|
-
};
|
|
1838
|
+
version: z.ZodObject<{
|
|
1839
|
+
major: z.ZodNumber;
|
|
1840
|
+
minor: z.ZodNumber;
|
|
1841
|
+
patch: z.ZodNumber;
|
|
1842
|
+
}, "strip", z.ZodTypeAny, {
|
|
1843
|
+
major: number;
|
|
1844
|
+
minor: number;
|
|
1845
|
+
patch: number;
|
|
1846
|
+
}, {
|
|
1847
|
+
major: number;
|
|
1848
|
+
minor: number;
|
|
1849
|
+
patch: number;
|
|
1942
1850
|
}>;
|
|
1943
1851
|
}, "strip", z.ZodTypeAny, {
|
|
1944
|
-
value: {
|
|
1945
|
-
version: {
|
|
1946
|
-
major: number;
|
|
1947
|
-
minor: number;
|
|
1948
|
-
patch: number;
|
|
1949
|
-
};
|
|
1950
|
-
};
|
|
1951
1852
|
__kind: "MinimumReportedCfeVersion";
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
minor: number;
|
|
1957
|
-
patch: number;
|
|
1958
|
-
};
|
|
1853
|
+
version: {
|
|
1854
|
+
major: number;
|
|
1855
|
+
minor: number;
|
|
1856
|
+
patch: number;
|
|
1959
1857
|
};
|
|
1858
|
+
}, {
|
|
1960
1859
|
__kind: "MinimumReportedCfeVersion";
|
|
1860
|
+
version: {
|
|
1861
|
+
major: number;
|
|
1862
|
+
minor: number;
|
|
1863
|
+
patch: number;
|
|
1864
|
+
};
|
|
1961
1865
|
}>]>;
|
|
1962
1866
|
declare const cfPrimitivesChainsForeignChain: z.ZodEffects<z.ZodObject<{
|
|
1963
1867
|
__kind: z.ZodEnum<["Ethereum", "Polkadot", "Bitcoin"]>;
|
|
@@ -2774,23 +2678,13 @@ declare const cfChainsSwapOrigin: z.ZodUnion<[z.ZodObject<{
|
|
|
2774
2678
|
__kind: "DepositChannel";
|
|
2775
2679
|
}>, z.ZodObject<{
|
|
2776
2680
|
__kind: z.ZodLiteral<"Vault">;
|
|
2777
|
-
|
|
2778
|
-
txHash: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2779
|
-
}, "strip", z.ZodTypeAny, {
|
|
2780
|
-
txHash: `0x${string}`;
|
|
2781
|
-
}, {
|
|
2782
|
-
txHash: string;
|
|
2783
|
-
}>;
|
|
2681
|
+
txHash: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2784
2682
|
}, "strip", z.ZodTypeAny, {
|
|
2785
|
-
value: {
|
|
2786
|
-
txHash: `0x${string}`;
|
|
2787
|
-
};
|
|
2788
2683
|
__kind: "Vault";
|
|
2684
|
+
txHash: `0x${string}`;
|
|
2789
2685
|
}, {
|
|
2790
|
-
value: {
|
|
2791
|
-
txHash: string;
|
|
2792
|
-
};
|
|
2793
2686
|
__kind: "Vault";
|
|
2687
|
+
txHash: string;
|
|
2794
2688
|
}>]>;
|
|
2795
2689
|
declare const cfChainsAddressForeignChainAddress: z.ZodUnion<[z.ZodObject<{
|
|
2796
2690
|
__kind: z.ZodLiteral<"Eth">;
|
|
@@ -3677,7 +3571,7 @@ declare const palletCfPoolsRangeOrderChange: z.ZodObject<{
|
|
|
3677
3571
|
pair: string | number;
|
|
3678
3572
|
};
|
|
3679
3573
|
}>;
|
|
3680
|
-
declare const
|
|
3574
|
+
declare const palletCfPoolsIncreaseOrDecreaseRangeOrderChange: z.ZodUnion<[z.ZodObject<{
|
|
3681
3575
|
__kind: z.ZodLiteral<"Increase">;
|
|
3682
3576
|
value: z.ZodObject<{
|
|
3683
3577
|
liquidity: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
@@ -3768,5 +3662,24 @@ declare const palletCfPoolsPalletIncreaseOrDecrease: z.ZodUnion<[z.ZodObject<{
|
|
|
3768
3662
|
};
|
|
3769
3663
|
__kind: "Decrease";
|
|
3770
3664
|
}>]>;
|
|
3665
|
+
declare const palletCfPoolsIncreaseOrDecreaseU128: z.ZodUnion<[z.ZodObject<{
|
|
3666
|
+
__kind: z.ZodLiteral<"Increase">;
|
|
3667
|
+
value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
3668
|
+
}, "strip", z.ZodTypeAny, {
|
|
3669
|
+
value: bigint;
|
|
3670
|
+
__kind: "Increase";
|
|
3671
|
+
}, {
|
|
3672
|
+
value: string | number;
|
|
3673
|
+
__kind: "Increase";
|
|
3674
|
+
}>, z.ZodObject<{
|
|
3675
|
+
__kind: z.ZodLiteral<"Decrease">;
|
|
3676
|
+
value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
3677
|
+
}, "strip", z.ZodTypeAny, {
|
|
3678
|
+
value: bigint;
|
|
3679
|
+
__kind: "Decrease";
|
|
3680
|
+
}, {
|
|
3681
|
+
value: string | number;
|
|
3682
|
+
__kind: "Decrease";
|
|
3683
|
+
}>]>;
|
|
3771
3684
|
|
|
3772
|
-
export { accountId, cfChainsAddressEncodedAddress, cfChainsAddressForeignChainAddress, cfChainsBtcAggKey, cfChainsBtcBitcoinFeeInfo, cfChainsBtcBitcoinTrackedData, cfChainsBtcBitcoinTransactionData, cfChainsBtcPreviousOrCurrent, cfChainsBtcScriptPubkey, cfChainsBtcUtxoId, cfChainsCcmChannelMetadata, cfChainsCcmDepositMetadata, cfChainsChainStateBitcoin, cfChainsChainStateEthereum, cfChainsChainStatePolkadot, cfChainsDotPolkadotTrackedData, cfChainsDotPolkadotTransactionData, cfChainsDotRuntimeVersion, cfChainsEthEthereumTrackedData, cfChainsEvmAggKey, cfChainsEvmParityBit, cfChainsEvmSchnorrVerificationComponents, cfChainsEvmTransaction, cfChainsSwapOrigin, cfPrimitivesAccountRole, cfPrimitivesChainsAssetsAnyAsset, cfPrimitivesChainsAssetsBtcAsset, cfPrimitivesChainsAssetsDotAsset, cfPrimitivesChainsAssetsEthAsset, cfPrimitivesChainsForeignChain, cfPrimitivesSemVer, cfPrimitivesSwapLeg, dispatchResult, frameSupportDispatchDispatchClass, frameSupportDispatchDispatchInfo, frameSupportDispatchPays, hexString, numberOrHex, numericString, palletCfBroadcastBroadcastAttemptId, palletCfBroadcastPalletSafeMode, palletCfEmissionsPalletSafeMode, palletCfEnvironmentSafeModeUpdate, palletCfFlipImbalancesImbalanceSource, palletCfFlipImbalancesInternalSource, palletCfFundingPalletSafeMode, palletCfIngressEgressDepositWitnessBitcoin, palletCfIngressEgressDepositWitnessEthereum, palletCfIngressEgressDepositWitnessPolkadot, palletCfLpPalletSafeMode, palletCfPoolsAssetsMap,
|
|
3685
|
+
export { accountId, cfChainsAddressEncodedAddress, cfChainsAddressForeignChainAddress, cfChainsBtcAggKey, cfChainsBtcBitcoinFeeInfo, cfChainsBtcBitcoinTrackedData, cfChainsBtcBitcoinTransactionData, cfChainsBtcPreviousOrCurrent, cfChainsBtcScriptPubkey, cfChainsBtcUtxoId, cfChainsCcmChannelMetadata, cfChainsCcmDepositMetadata, cfChainsChainStateBitcoin, cfChainsChainStateEthereum, cfChainsChainStatePolkadot, cfChainsDotPolkadotTrackedData, cfChainsDotPolkadotTransactionData, cfChainsDotRuntimeVersion, cfChainsEthEthereumTrackedData, cfChainsEvmAggKey, cfChainsEvmParityBit, cfChainsEvmSchnorrVerificationComponents, cfChainsEvmTransaction, cfChainsSwapOrigin, cfPrimitivesAccountRole, cfPrimitivesChainsAssetsAnyAsset, cfPrimitivesChainsAssetsBtcAsset, cfPrimitivesChainsAssetsDotAsset, cfPrimitivesChainsAssetsEthAsset, cfPrimitivesChainsForeignChain, cfPrimitivesSemVer, cfPrimitivesSwapLeg, dispatchResult, frameSupportDispatchDispatchClass, frameSupportDispatchDispatchInfo, frameSupportDispatchPays, hexString, numberOrHex, numericString, palletCfBroadcastBroadcastAttemptId, palletCfBroadcastPalletSafeMode, palletCfEmissionsPalletSafeMode, palletCfEnvironmentSafeModeUpdate, palletCfFlipImbalancesImbalanceSource, palletCfFlipImbalancesInternalSource, palletCfFundingPalletSafeMode, palletCfIngressEgressDepositWitnessBitcoin, palletCfIngressEgressDepositWitnessEthereum, palletCfIngressEgressDepositWitnessPolkadot, palletCfLpPalletSafeMode, palletCfPoolsAssetsMap, palletCfPoolsIncreaseOrDecreaseRangeOrderChange, palletCfPoolsIncreaseOrDecreaseU128, palletCfPoolsPalletSafeMode, palletCfPoolsRangeOrderChange, palletCfReputationPalletSafeMode, palletCfReputationPenalty, palletCfSwappingCcmFailReason, palletCfSwappingPalletSafeMode, palletCfSwappingSwapType, palletCfTokenholderGovernanceProposal, palletCfValidatorAuctionResolverSetSizeParameters, palletCfValidatorPalletConfigUpdate, palletCfValidatorPalletSafeMode, palletCfValidatorRotationPhase, palletCfValidatorRotationState, palletCfVaultsPalletSafeMode, palletCfWitnesserPalletSafeMode, simpleEnum, spArithmeticArithmeticError, spRuntimeDispatchError, spRuntimeModuleError, spRuntimeTokenError, spRuntimeTransactionalError, spWeightsWeightV2Weight, stateChainRuntimeChainflipOffencesOffence, stateChainRuntimeSafeModeInnerRuntimeSafeMode, stateChainRuntimeSafeModeWitnesserCallPermission };
|